From e1d42d404099fb83e9bb9d3434cce6807ee459d4 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Wed, 7 Sep 2011 00:19:15 +0200 Subject: css tweaks and LibreOffice branding --- odk/docs/common/ref/idl.css | 27 +- odk/docs/cpp/ref/cpp.css | 16 +- odk/docs/images/nav_up.png | Bin 211 -> 229 bytes odk/docs/install.html | 90 +++-- odk/docs/notsupported.html | 58 +-- odk/docs/sdk_styles.css | 838 +++++++++++++++++++++++++++++++++++++++++++- odk/docs/tools.html | 72 ++-- odk/index.html | 106 +++--- 8 files changed, 1022 insertions(+), 185 deletions(-) (limited to 'odk') diff --git a/odk/docs/common/ref/idl.css b/odk/docs/common/ref/idl.css index 7d4a3052b820..ab94520bb93f 100644 --- a/odk/docs/common/ref/idl.css +++ b/odk/docs/common/ref/idl.css @@ -5,10 +5,10 @@ body { background-color:#ffffff; } -#adc-idlref a { text-decoration: none; } -#adc-idlref a:link { color: #18a303; } -#adc-idlref a:visited { color: #84f671; } -#adc-idlref a:active { color: #2cee0e; } +#adc-idlref a { color: #000000; text-decoration: none; } +#adc-idlref a:link { color: #18A303; text-decoration: none; } +#adc-idlref a:hover { text-decoration: underline; } +#adc-idlref a:visited { color: #106802; } #adc-idlref h3 { font-size:13pt; font-weight:bold; @@ -45,10 +45,10 @@ body { background-color:#ffffff; } #adc-idlref td.imsum_left { width:30%; } #adc-idlref td.imsum_right { width:70%; } -#adc-idlref table.navimain { background-color:#c2f6ba; } +#adc-idlref table.navimain { background-color:#18a303; } #adc-idlref td.navimain - { background-color:#c2f6ba; + { background-color:#18a303; text-align:center; font-family: Arial; font-size:12pt; font-weight:bold; padding-left:7pt; padding-right:7pt; } @@ -56,11 +56,12 @@ body { background-color:#ffffff; } #adc-idlref td.navimainself { text-align:center; font-family: Arial; font-size:12pt; font-weight:bold; - color:#ffffff; } + color:#ffffff; background-color:#106802;} #adc-idlref td.navimainnone { text-align:center; - font-family: Arial; font-size:12pt; } + font-family: Arial; font-size:12pt; + color:#ffffff; } #adc-idlref td.navisub { text-align:center; @@ -79,9 +80,13 @@ body { background-color:#ffffff; } #adc-idlref a.membertitle { font-size:12pt; font-weight:bold; line-height:18pt; } -#adc-idlref a:link.navimain, #adc-idlref a:link.navisub { color:#18a303; } -#adc-idlref a:visited.navimain, #adc-idlref a:visited.navisub { color: #84f671; } -#adc-idlref a:active.navimain, #adc-idlref a:active.navisub { color: #2cee0e; } +#adc-idlref a:link.navisub { color:#18a303; } +#adc-idlref a:visited.navisub { color: #106802; } +#adc-idlref a:hover.navisub { color: #106802; text-decoration: underline; } + +#adc-idlref a:link.navimain { color:#ffffff; } +#adc-idlref a:visited.navimain { color: #ffffff; } +#adc-idlref a:hover.navimain { color: #ffffff; text-decoration: underline; } #adc-idlref .dt { font-weight:bold; } #adc-idlref .namechain { font-size:13pt; font-weight:bold; margin-top:3pt; margin-bottom:6pt; } diff --git a/odk/docs/cpp/ref/cpp.css b/odk/docs/cpp/ref/cpp.css index cf1226bae156..0d279b9bc9b5 100644 --- a/odk/docs/cpp/ref/cpp.css +++ b/odk/docs/cpp/ref/cpp.css @@ -3,10 +3,10 @@ body { background-color:#ffffff; } -#adc-cppref a { text-decoration: none; } -#adc-cppref a:link { color: #18a303; } -#adc-cppref a:visited { color: #84f671; } -#adc-cppref a:active { color: #2cee0e; } +#adc-cppref a { color: #000000; text-decoration: none; } +#adc-cppref a:link { color: #18A303; text-decoration: none; } +#adc-cppref a:hover { text-decoration: underline; } +#adc-cppref a:visited { color: #106802; } #adc-cppref h1 { font-size:20pt; margin-top:3pt; margin-bottom:7pt; } #adc-cppref h2 { font-family:Arial; font-size:16pt; margin-top:3pt; margin-bottom:5pt; } @@ -37,17 +37,17 @@ body { background-color:#ffffff; } #adc-cppref td.flagno { font-family:Arial; font-size:8pt; } #adc-cppref td.flagtext { font-family:Arial; font-size:8pt; font-weight:bold; } -#adc-cppref td.navimain, td.navimain a +#adc-cppref td.navimain { background-color:#c2f6ba; font-family:Arial; font-size:12pt; font-weight:bold; } - + /* background-color:#eeeeff; color:#000000; */ #adc-cppref td.navimainself - { background-color:#18a303; color:#ffffff; + { background-color:#106802; color:#ffffff; font-family:Arial; font-size:12pt; font-weight:bold; } #adc-cppref td.navimainnone - {background-color:#c2f6ba; + {background-color:#c2f6ba; font-family:Arial; font-size:12pt; } #adc-cppref div.define { font-family:Arial; background-color:#c2f6ba; } diff --git a/odk/docs/images/nav_up.png b/odk/docs/images/nav_up.png index 8267ada19789..d583b31684a9 100644 Binary files a/odk/docs/images/nav_up.png and b/odk/docs/images/nav_up.png differ diff --git a/odk/docs/install.html b/odk/docs/install.html index 2dc4dab9f4ac..38ff7ac13217 100644 --- a/odk/docs/install.html +++ b/odk/docs/install.html @@ -2,17 +2,26 @@ LibreOffice %PRODUCT_RELEASE% SDK - Installation Guide - + - - - - - - -
Software Development Kit %PRODUCT_RELEASE%
+ +
+
+
+ +

+ Software Development Kit %PRODUCT_RELEASE% +

+
+
+
+
+
+

+ Installation Guide +

@@ -23,16 +32,6 @@
- - - - - - - - - - - -
- - - - - -
Installation Guide
-
@@ -75,7 +74,7 @@ - + @@ -120,12 +119,6 @@ - - - - - - - -
SolarisSun Studion 8 (20070730)Sun Studio 8 (20070730)
Linux
- -

The SDK provides an implicit configuration mechanism, which @@ -242,12 +235,6 @@

- -

Manual Setting

@@ -401,21 +388,28 @@
-
-

LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved.

-

LibreOffice is derived from OpenOffice.org. OpenOffice.org is copyright © 2000, 2011 Oracle and/or its affiliates. All rights reserved.

-

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

-
-
- - +
+ +
+
+ + + diff --git a/odk/docs/notsupported.html b/odk/docs/notsupported.html index c012f0758638..d9d6a1382299 100644 --- a/odk/docs/notsupported.html +++ b/odk/docs/notsupported.html @@ -1,23 +1,28 @@ - LibreOffice %PRODUCT_RELEASE% SDK - Not supported page + LibreOffice 3.4 SDK - Not supported page - + +
+
+
+ +

+ Software Development Kit 3.4 +

+
+
+
+
+
+

+ Not supported +

- - - - - - - -
- -
- -
@@ -48,27 +53,28 @@ - - - - -
- -
-
+
+ +
+
+
+
diff --git a/odk/docs/sdk_styles.css b/odk/docs/sdk_styles.css index 745e2117d751..d1cd9408bea8 100644 --- a/odk/docs/sdk_styles.css +++ b/odk/docs/sdk_styles.css @@ -1,6 +1,838 @@ -a { text-decoration: none; } -a:link { color: #18a303; } -a:visited { color: #84f671; } +/* Core Styles */ + +* { + margin: 0; + padding: 0; +} + +body { + font: 87.5% sans-serif; + background: url(http://www.libreoffice.org/themes/libo/images/background-page.png) repeat-x #FFF; +} + +/* Styles go from the top of the page to the bottom (generally) */ + +#Container { + width: 900px; + margin: auto; +} + +#Logo { + display: inline-block; + width: 218px; + height: 45px; + padding: 18px 20px; + background: url(http://www.libreoffice.org/themes/libo/images/logo.png) no-repeat 18px 20px; + *float:left;/* hack for IE7 that doesn't respect inline-block */ +} +#TopHeader { height: 88px;/* needed for IE7 */} +#TopHeader, #BottomHeader { + padding-left: 5px; + padding-right: 5px; + background-image: url(http://www.libreoffice.org/themes/libo/images/header.png); + background-repeat: no-repeat; +} +#Layout { + padding: 0 5px; +} +#HeaderTagLine { + float: right; + padding-top: 30px; + padding-right: 20px; + color: #18A303; + font-size: 1.2em; +} + +#BottomHeader { + background-position: 0 bottom; + margin-bottom: 1.25em; +} + +#FirstNavigation, #SecondNavigation { + width: 100%; + display: block; + list-style: none; + white-space: nowrap; + word-spacing: -1em; + letter-spacing: -4px; +} + +#FirstNavigation { + background: #18A303; + border-bottom: 6px solid #43C330; +} +#SecondNavigation { + margin-top: -6px; +} + +.SingleMenu { + padding-bottom: 10px; +} + +#FirstNavigation li, #SecondNavigation li { + display: inline-block; + zoom:1; *display:inline;/* for ie6/7 */ + word-spacing: normal; + letter-spacing: normal; + margin: 0; + padding: 0; + list-style: none; +} +#FirstNavigation li a, #SecondNavigation li a { + display: block; + text-decoration: none; + color: #FFF; +} +#FirstNavigation li a { + padding: 9px 18px; + margin-bottom: -6px; + background: #18A303; + border-bottom: 6px solid #43C330; +} +#SecondNavigation li a { + padding: 8px 16px; + margin-bottom: 10px; + font-size: .95em; + background: #43C330; +} +#FirstNavigation li a span, #SecondNavigation li a span { + opacity: .75; +} +#FirstNavigation li a:hover span, #SecondNavigation li a:hover span, #ThirdNavigation li a:hover { + opacity: 1; + text-decoration: none; +} +#FirstNavigation li.current a span, #SecondNavigation li.current a span, #SecondNavigation li.section a span { + opacity: 1; + font-weight: bold; +} +#FirstNavigation li.section > a span { + opacity: 1; +} +#FirstNavigation li.current a, #FirstNavigation li.section > a { + background-color: #43C330; +} +#SecondNavigation li.current, #SecondNavigation li.section { + background: url(http://www.libreoffice.org/themes/libo/images/navigation-second-current.png) center bottom no-repeat; +} + +#Layout #ThirdNavigation { + float: left; + width: 17.5%; + margin: .6em 0 0 0; +} +#Layout[dir="rtl"] #ThirdNavigation { + float: right; +} + +#Layout #ThirdNavigation > li { + margin-bottom: 0.25em; + display: block; + padding: 0; + background-image: none; + position: relative; +} + +#ThirdNavigation >li>ul { + position: absolute; + z-index: 50; + top: 0; + left: 100%; + background-color: white; + display: none; + white-space: nowrap; +} +#ThirdNavigation >li:hover >ul { + display: block; +} + +#Layout #ThirdNavigation li a { + margin: 0; + display: block; + padding: 3px 10px 3px 0; + border-bottom: 1px solid #92E285; +} + +#Layout #ThirdNavigation li a:hover { + background: url(http://www.libreoffice.org/themes/libo/images/heading-green.png) repeat-x 0 bottom; +} + +#Layout #ThirdNavigation li a.current { + color: #106802; + /*text-shadow: #18A303 0px 1px 1px;*/ + font-weight: bold; + border-bottom: 1px solid #18A303; +} + +#DownloadButton { + display: block; + padding: 20px 0 0 64px; + width: 360px; + height: 44px; + font-size: 1.5em; + color: #18A303; + background: url(http://www.libreoffice.org/themes/libo/images/download-button.png) no-repeat; +} + +#DownloadButton:hover { + background-position: 0 -64px; + color: #106802; +} + +#Footer { + margin: 0 5px; + clear: both; + border-top: 6px solid #43C330; + padding: 1.25em 0 2.2em 0; + font-size: 80%; +} + +#FooterText { + display: inline-block; +} + +#FooterText p { + line-height: 150%; + margin: 0; +} + +#FooterText ul { + margin: 0 0 10px 0; + float: left; +} + +#FooterText ul li { + display: inline-block; + margin: 0 0 0 18px; +} + +#CreativeCommons { + float: right; + display: block; + margin: 3px 0 20px 18px; + width: 88px; + height: 30px; + background: url(http://www.libreoffice.org/themes/libo/images/creative-commons-license.png) no-repeat; +} + +div.HalfBlockLeft, div.HalfBlockRight { + width: 440px; + float: left; + display: block; +} + +div.HalfBlockRight { + float: right; +} + +.ThirdLevelPage { + width: 80%; + margin: 0 0 0 1%; +} + +div#screenshot-slide, a#toTop { + background-repeat: no-repeat; +} + +div#filtered { + margin-top: 0.8em; +} + +div.faqsList { + margin-top: 1em; + margin-bottom: 1.2em; +} + +a#toTop { + background-image: url(http://www.libreoffice.org/themes/libo/images/tango_totop.png); + text-indent: 48px; + white-space: nowrap; + width: 48px; + height: 48px; + position: fixed; + top: 5px; + right: 0px; +} +div#translations p, ul.translations, ul.translations li { + display: inline-block; +} +div#translations > ul.translations> li:first-letter { + text-transform: uppercase; +} +ul.translations li:not(:last-child):after { + content: ", "; +} + +/** + * LibreOffice theme + * initially based on SilverStripe Black Candy Theme + * + * This typography file is included in the WYSIWYG editor and the front end. It provides + * a place to add link styles and font styles you would like in the CMS and the Front End. + */ + +/* PARAGRAPHS & BLOCKQUOTES +-------------------------------------------- */ +p, blockquote, .HalfBlockLeft, .HalfBlockRight { + margin-bottom: 1.2em; +} + +.typography ul { + margin-bottom: 1.5em; +} + +.typography ol { + margin-left: 3em; + line-height: 170%; +} + +.typography p, .typography blockquote { + text-align: justify; + line-height: 175%; + color: #333; +} + +.typography blockquote { + border-left: 10px solid #92E285; + margin: 0 0 1.5em 25px; + padding: 0 0 0 18px; + color: #333; +} + +.typography blockquote p { + margin: 0; + padding: 5px 0; + color: #333; +} + +/* LINKS +-------------------------------------------- */ +a, .typography a { + color: #18A303; + text-decoration: none; +} + +a:hover, .typography a:hover { + color: #106802; + text-decoration: underline; +} +a:visited, .typography a:visited { + color: #106802; +} +/* LINK ICONS - shows type of file +------------------------------------ */ +.typography a[href$=".pdf"], +.typography a[href$=".PDF"], +.typography a.pdf { + padding: 2px; + padding-left: 20px; + background: url(http://www.libreoffice.org/themes/libo/images/icons/page_white_acrobat.png) no-repeat left center; +} +.typography a[href$=".doc"], +.typography a[href$=".DOC"], +.typography a.doc { + padding: 2px; + padding-left: 20px; + background: url(http://www.libreoffice.org/themes/libo/images/icons/page_word.png) no-repeat left center; +} +.typography a[href$=".xls"], +.typography a[href$=".XLS"], +.typography a.xls { + padding: 2px; + padding-left: 20px; + background: url(http://www.libreoffice.org/themes/libo/images/icons/page_excel.png) no-repeat left center; +} +.typography a[href$=".gz"], +.typography a[href$=".GZ"], +.typography a[href$=".gzip"], +.typography a[href$=".GZIP"], +.typography a[href$=".zip"], +.typography a[href$=".ZIP"], +.typography a.archive { + padding: 2px; + padding-left: 20px; + background: url(http://www.libreoffice.org/themes/libo/images/icons/page_white_zip.png) no-repeat left center; +} +.typography a[href$=".exe"], +.typography a[href$=".EXE"], +.typography a.application { + padding: 2px; + padding-left: 20px; + background: url(http://www.libreoffice.org/themes/libo/images/icons/application.png) no-repeat left center; +} + +/* LIST STYLES +-------------------------------------------- */ +ul, .typography ul { + list-style: none; +} + +.typography ul li { + background: url(http://www.libreoffice.org/themes/libo/images/bullet-green.png) no-repeat 0 6px; + color: 333; + line-height: 170%; + padding: 0 0 8px 18px; +} +#Layout[dir="rtl"] ul li { + padding-left: 0; + padding-right: 18px; + background-position: right 6px; +} + +.typography ul ul { + margin-top: 10px; + margin-bottom: 10px; +} + +.typography ul ul li { + background: url(http://www.libreoffice.org/themes/libo/images/bullet-blue.png) no-repeat 0 6px; +} + +.typography .Widget a { + color: #106802; +} + +.typography #Blog li h2 a, .typography .Widget a.TweetAuthor, .typography .Widget small a { + color: #1C99E0; +} + +.typography #Twitter li { + background: url(http://www.libreoffice.org/themes/libo/images/tweet.png) no-repeat 0 12px !important; + padding: 6px 0 6px 40px !important; + direction: ltr; + font-size: .9em; + border-bottom: 1px solid #CCF4C6; +} + +.typography #Blog li { + display: block; + background: url(http://www.libreoffice.org/themes/libo/images/bullet-large-blue.png) no-repeat 0 10px !important; + padding: 6px 0 6px 30px !important; + direction: ltr; + border-bottom: 1px solid #CCF4C6; +} + +.typography #Blog li h2 { + background: none; + border: none; + font-size: 1.1em; + margin: 0; + padding: 0; +} + +.typography #Blog li p { + line-height: 150%; + font-size: .9em; + text-align: left; + padding: 0; + margin: 0; +} + +.typography .Widget li small { + display: block; + font-size: .85em; +} + +/* used by FolderPage */ +.typography li.folder { + background: url(http://www.libreoffice.org/themes/libo/images/icons/folder_open.png) no-repeat left top; + margin-left: -12px; + padding-left: 22px; + list-style-type: none; +} + +.typography .ButtonBar { + clear: both; + display: block; + width: 100%; +} + +.typography .ButtonBar li { + display: block; + float: left; + width: 17%; + height: 50px; + margin: 0 2.5% 1.25em 0; + padding: 0 !important; /* important because of rtl rules */ + background-image: none; +} + +.typography .ButtonBar li a { + padding: 0 0 0 24px; + background-repeat: no-repeat; + display: block; + font-size: .95em; +} + +.typography .ButtonBar li a.irc { + background-image: url(http://www.libreoffice.org/themes/libo/images/chat.png); +} + +.typography .ButtonBar li a.facebook { + background-image: url(http://www.libreoffice.org/themes/libo/images/facebook.png); +} + +.typography .ButtonBar li a.template { + background-image: url(http://www.libreoffice.org/themes/libo/images/template.png); +} + +.typography .ButtonBar li a.extension { + background-image: url(http://www.libreoffice.org/themes/libo/images/extension.png); +} + + +/* HEADER STYLES +-------------------------------------------- */ +.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 { + margin-bottom: .5em; + font-weight: normal; +} + +.typography h1 { + background: url(http://www.libreoffice.org/themes/libo/images/heading-green.png) 0 bottom repeat-x; + border-bottom: 1px solid #92E285; + padding: .2em 0 .1em 2px; + color: #18A303; + font-weight: bold; + font-size: 1.4em; + text-shadow: #FFF 0px 1px 1px; +} + +.typography h2 { + border-bottom: 1px solid #CCF4C6; + color: #18A303; + font-size: 1.3em; +} + +.typography h3 { + color: #18A303; + font-size: 1.2em; +} + +.typography h4 { + color: #18A303; + font-size: 1.15em; +} + +.typography h5 { + color: #18A303; + font-size: 1.1em; +} + +.typography h6 { + color: #18A303; + font-size: 1.05em; +} + +/* PRE STYLES +-------------------------------------------- */ +.typography pre { + font-family:"Courier New",Courier; + display:block; + font-size:1.2em; + margin:2em 5em; + padding:0.5em; + border:1px #ccc solid; + background:#eee;; +} + +/* TABLE STYLING +-------------------------------------------- */ +.typography table { + margin: 0 0 18px 0; + border-collapse:collapse; +} + .typography tr {} + .typography td { + padding:5px; + } + +/* WYSIWYG EDITOR ALIGNMENT CLASSES +-------------------------------------------- */ +.typography .left { + text-align: left; +} +.typography .center { + text-align: center; +} +.typography .right { + text-align: right; +} + +/* IMAGES +-------------------------------------------- */ +.typography img { + border: none; +} + .typography img.right { + float: right; + margin-left: 20px; + } + .typography img.left { + float: left; + margin-right: 20px; + } + .typography img.leftAlone { + float: left; + margin-right: 100%; + } + .typography img.center { + float: none; + margin-left: auto; + margin-right: auto; + display: block; + } + +ul.ul-libreoffice li { + position: relative; + list-style: none; + margin-left: 0px; + background: url(http://www.libreoffice.org/themes/libo/images/li-bullet-single-dark.png) no-repeat; + background-position: 4px 3px; + padding-left: 30px; + display: block; + color: #000; + margin-bottom: 20px; + margin-top: 10px; +} +.typography kbd { + color: #000; + font-family: monospace; + background: #ddd; +} +#supporters td { + border-width: 0px; + vertical-align:top; + padding-bottom: 50px; +} +.foundationtable th { + font-size: 140%; + padding: 6px; + vertical-align: middle; + background: #eee; +} +.foundationtable tbody tr:first-child td { + padding-top: 20px; +} +.foundationtable tbody tr td:first-child { + padding-left: 0px; + padding-right: 15px; +} +p.roles { + font-variant: small-caps; +} + +/* STRONG +-------------------------------------------- +.typography strong { + color: #18A303; +}*/ +.highlight { + background: yellow; +} + +/* for translation status sitemap */ +div.missing { + background-color: red; +} +div.live { + background-color: green; +} +div.unpublished { + background-color: orange; +} +div.changed { + background-color: yellow; +} + +/* for horizontally aligned li-children */ +ul.table { + display: table; +} +ul.table > li { + display: table-row; + background: none; +} +ul.table > li > * { + display: table-cell; + padding-right: 1em; +} +.clear{ + clear:both; +} + +hr { + display: block; + clear: both; + height: .1em; + border: none; + width: 100%; +} + +.FloatLeft { + float: left; +} + +.FloatRight { + float: right; +} + +.RightMargin { + margin-right: 10px; +} + +.captionImage.FloatRight { + margin-left: 1em; +} + +.captionImage.FloatLeft { + margin-right: 1em; +} +/* pending - not final */ +.typography p.greenbox { + border: 1px solid #43C330; + background-color: #CCF4C6; + padding: 10px; + margin: 10px 0; +} + +.typography p.bluebox { + border: 1px solid #1C99E0; + background-color: #AADCF7; + padding: 10px; + margin: 10px 0; +} + +.typography p.orangebox { + border: 1px solid #D36118; + background-color: #F9CFB5; + padding: 10px; + margin: 10px 0; +} + +.typography p.purplebox { + border: 1px solid #C254D2; + background-color: #F2CBF8; + padding: 10px; + margin: 10px 0; +} + +.typography p.yellowbox { + border: 1px solid #E9B913; + background-color: #FDE9A9; + padding: 10px; + margin: 10px 0; +} + +.typography p.intro { + font-size: 1.1em; + border-bottom: 1px solid #CCC; + padding-bottom: .75em; +} + +.typography p.excerpt { + width: 200px; + margin-bottom: 0; + padding: 0 0 0 40px; + display: block; + float: right; + color: #777; + font-style: italic; + text-align: left; +} + +.typography p.tick { + padding-left: 50px; + background-image: url(http://www.libreoffice.org/themes/libo/images/tick.png); + background-position: 10px 5px; + background-repeat: no-repeat; +} +.typography ul.tick { + background: url(http://www.libreoffice.org/themes/libo/images/tick.png) no-repeat; + padding-left: 40px; +} + +.typography p.information { + padding-left: 50px; + background-image: url(http://www.libreoffice.org/themes/libo/images/information.png); + background-position: 10px 5px; + background-repeat: no-repeat; +} +.typography ul.information { + background: url(http://www.libreoffice.org/themes/libo/images/information.png) no-repeat; + padding-left: 40px; +} + +.typography p.warning { + padding-left: 50px; + background-image: url(http://www.libreoffice.org/themes/libo/images/warning.png); + background-position: 10px 5px; + background-repeat: no-repeat; +} +.typography ul.warning { + background: url(http://www.libreoffice.org/themes/libo/images/warning.png) no-repeat; + padding-left: 40px; +} + +.typography p.error { + padding-left: 50px; + background-image: url(http://www.libreoffice.org/themes/libo/images/error.png); + background-position: 10px 5px; + background-repeat: no-repeat; +} +.typography ul.error { + background: url(http://www.libreoffice.org/themes/libo/images/error.png) no-repeat; + padding-left: 40px; +} + +.typography p.excerpt:before { + content: '\201C'; + color: #18A303; + font-size: 4em; + line-height: 0.1em; + margin-left: -25px; + margin-right: 8px; + position: relative; + top: .5em; + font-style: normal; +} +.typography p.excerpt:after { + content: '\201D '; + color: #18A303; + font-size: 4em; + line-height: 1px; + margin-left: 8px; + margin-bottom: 0; + position: relative; + top: .45em; + font-style: normal; +} + +.typography div.box { + width: 150px; + margin: 10px; + display: block; + float: left; + box-shadow: 0 1px 2px #777; + -webkit-box-shadow: 0 1px 2px #777; + -moz-box-shadow: 0 1px 2px #777; + border-radius: 2px; + -moz-border-radius: 2px; + -webkit-border-radius: 2px; + text-align: center; +} + +.typography div.box img { + height: 80px; + padding: 10px 10px 10px 10px; +} + +.typography div.box p { + margin: 0; + padding: 10px; + background: #EEE; + text-align: left; +} .sdkbody { background-color: #FFFFFF; diff --git a/odk/docs/tools.html b/odk/docs/tools.html index 73c3b5d31481..6a7b7ca11fa7 100644 --- a/odk/docs/tools.html +++ b/odk/docs/tools.html @@ -6,11 +6,25 @@ - + + + +
+
+
+ +

+ Software Development Kit %PRODUCT_RELEASE% +

+
+
+
+
+
+

+ Development Tools +

- - - @@ -21,16 +35,6 @@ - - - @@ -181,23 +162,28 @@
- - - - - -
Development Tools
-
@@ -145,7 +149,7 @@ office installation. UNO packages are UNO components (single libraries or Jar files or more complex zip files that contains one or more libraries| Jar files, type libraries and configuration items), scripts and - OpenOffice.org %PRODUCT_RELEASE% Basic libraries as zip package. 'unopkg' is not part of the + LibreOffice %PRODUCT_RELEASE% Basic libraries as zip package. 'unopkg' is not part of the SDK but comes with the office directly and is a development tool as well as an end user tool to deploy extension into an office installation.

More details concerning deployment and this tool can be find in the @@ -1075,18 +1079,28 @@ types the specified types depend on.

- - - - - -
-
-

LibreOffice is copyright © 2000, 2011 LibreOffice contributors and/or their affiliates. All rights reserved.

-

LibreOffice is derived from OpenOffice.org. OpenOffice.org is copyright © 2000, 2011 Oracle and/or its affiliates. All rights reserved.

-

Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

-
-
- - + + + + + + + diff --git a/odk/index.html b/odk/index.html index 6490e2354218..2a9c57e51dde 100644 --- a/odk/index.html +++ b/odk/index.html @@ -1,17 +1,23 @@ - OpenOffice.org %PRODUCT_RELEASE% SDK - Overview + LibreOffice %PRODUCT_RELEASE% SDK - Overview - - + +
+
+
+ +

LibreOffice API Documentation

+
+
+
+
+

LibreOffice API Documentation

- - - @@ -21,12 +27,12 @@ - @@ -91,7 +97,7 @@ - + @@ -132,7 +138,7 @@ Office Applications (OpenDocument) Technical Committee where you can find the latest information about the OASIS Open Document XML file format which is the default document format - for OpenOffice.org %PRODUCT_RELEASE%. + for LibreOffice %PRODUCT_RELEASE%. @@ -147,32 +153,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - +
-

OpenOffice.org %PRODUCT_RELEASE% software is a complete, feature-rich +

LibreOffice %PRODUCT_RELEASE% software is a complete, feature-rich office productivity suite that provides, in combination with this SDK, all the essential tools for building and deploying custom - solutions that build on, or integrate with, the OpenOffice.org %PRODUCT_RELEASE% suite + solutions that build on, or integrate with, the LibreOffice %PRODUCT_RELEASE% suite of products.

-

The SDK is a development kit for OpenOffice.org %PRODUCT_RELEASE%, which +

The SDK is a development kit for LibreOffice %PRODUCT_RELEASE%, which eases the development of office components. It provides a set of libraries, binaries, header, and IDL files which have final API's and can only be extended with new functionality. This set of libraries @@ -41,14 +47,14 @@ with new functions.

The SDK provides the basic building blocks for external developers to develop components in any language for which a binding exists. - Currently, there are language bindings for OpenOffice.org %PRODUCT_RELEASE% Basic, Java, - and different C++ compilers on different platforms, for OpenOffice.org %PRODUCT_RELEASE%, + Currently, there are language bindings for LibreOffice %PRODUCT_RELEASE% Basic, Java, + and different C++ compilers on different platforms, for LibreOffice %PRODUCT_RELEASE%, thus covering the two most commonly used programming languages. There will be no limit for office automation in heterogeneous environments. Currently supported platforms of the SDK are Linux, Solaris (sparc, x86), and Windows.

The SDK also contains reference documentation - for the API and a complete Developer's Guide is availbale online in the OpenOffice.org Wiki, with + for the API and a complete Developer's Guide is available online in the OpenOffice.org Wiki, with lots of examples, which introduce the API, explain the concepts behind it, and make it possible for all users to quickly get started with the Office API.

@@ -83,7 +89,7 @@
Developer's GuideDetailed documentation, explaining the OpenOffice.org %PRODUCT_RELEASE% + Detailed documentation, explaining the LibreOffice %PRODUCT_RELEASE% API and the concepts behind it, with a rich set of examples, implemented mainly in Java. This documentation is online in the OpenOffice.org Wiki.
IDL ReferenceComplete OpenOffice.org %PRODUCT_RELEASE% API reference.Complete LibreOffice %PRODUCT_RELEASE% API reference.
LicenseThe license for the OpenOffice.org %PRODUCT_RELEASE% SDK.
Additional Resources
- Oracle Open Office™Full-featured suite of office productivity tools.
- OpenOffice.org™Open Source community project of office-productivity software.The license for the LibreOffice %PRODUCT_RELEASE% SDK.
- - - - - - - - -
-

- Copyright © 2010, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.

-

- - - - - - - +
+ +
+
+ + + -- cgit