From e508e26915c38a86496a40b428d3059da59b4ca6 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Mon, 19 Nov 2012 13:45:44 +0100 Subject: Doc: Adding online styles -Has the Qt logo -For generating the archives and online snapshot Change-Id: I88d1d6335c0ba600a62868a25fadaed8a751f2b4 Reviewed-by: Martin Smith Reviewed-by: Jerome Pasion --- doc/global/qt-html-templates-offline.qdocconf | 5 +- doc/global/qt-html-templates-online.qdocconf | 90 +++ doc/global/qt-module-defaults-online.qdocconf | 32 ++ doc/global/qt-module-defaults.qdocconf | 4 +- doc/global/template/images/arrow.png | Bin 0 -> 1071 bytes doc/global/template/images/arrow_down.png | Bin 0 -> 177 bytes doc/global/template/images/bg_l.png | Bin 0 -> 100 bytes doc/global/template/images/bg_l_blank.png | Bin 0 -> 84 bytes doc/global/template/images/bg_ll_blank.png | Bin 0 -> 320 bytes doc/global/template/images/bg_r.png | Bin 0 -> 96 bytes doc/global/template/images/bg_ul_blank.png | Bin 0 -> 304 bytes doc/global/template/images/bgrContent.png | Bin 0 -> 149 bytes doc/global/template/images/blu_dot.png | Bin 0 -> 168 bytes doc/global/template/images/box_bg.png | Bin 0 -> 89 bytes doc/global/template/images/breadcrumb.png | Bin 0 -> 134 bytes doc/global/template/images/btn_next.png | Bin 0 -> 689 bytes doc/global/template/images/btn_next_green.png | Bin 0 -> 695 bytes doc/global/template/images/btn_prev.png | Bin 0 -> 676 bytes doc/global/template/images/btn_prev_green.png | Bin 0 -> 687 bytes doc/global/template/images/bullet_dn.png | Bin 0 -> 230 bytes doc/global/template/images/bullet_gt.png | Bin 0 -> 124 bytes doc/global/template/images/bullet_sq.png | Bin 0 -> 74 bytes doc/global/template/images/bullet_up.png | Bin 0 -> 210 bytes doc/global/template/images/feedbackground.png | Bin 0 -> 263 bytes doc/global/template/images/header_bg.png | Bin 0 -> 114 bytes doc/global/template/images/home.png | Bin 0 -> 1076 bytes doc/global/template/images/horBar.png | Bin 0 -> 2807 bytes doc/global/template/images/ico_note.png | Bin 0 -> 649 bytes doc/global/template/images/ico_note_attention.png | Bin 0 -> 529 bytes doc/global/template/images/ico_out.png | Bin 0 -> 362 bytes doc/global/template/images/page.png | Bin 0 -> 3102 bytes doc/global/template/images/page_bg.png | Bin 0 -> 84 bytes doc/global/template/images/spinner.gif | Bin 0 -> 2037 bytes doc/global/template/images/sprites-combined.png | Bin 0 -> 62534 bytes doc/global/template/style/online.css | 666 ++++++++++++++++++++++ 35 files changed, 794 insertions(+), 3 deletions(-) create mode 100644 doc/global/qt-html-templates-online.qdocconf create mode 100644 doc/global/qt-module-defaults-online.qdocconf create mode 100755 doc/global/template/images/arrow.png create mode 100644 doc/global/template/images/arrow_down.png create mode 100755 doc/global/template/images/bg_l.png create mode 100755 doc/global/template/images/bg_l_blank.png create mode 100644 doc/global/template/images/bg_ll_blank.png create mode 100755 doc/global/template/images/bg_r.png create mode 100644 doc/global/template/images/bg_ul_blank.png create mode 100755 doc/global/template/images/bgrContent.png create mode 100755 doc/global/template/images/blu_dot.png create mode 100755 doc/global/template/images/box_bg.png create mode 100755 doc/global/template/images/breadcrumb.png create mode 100755 doc/global/template/images/btn_next.png create mode 100644 doc/global/template/images/btn_next_green.png create mode 100755 doc/global/template/images/btn_prev.png create mode 100644 doc/global/template/images/btn_prev_green.png create mode 100644 doc/global/template/images/bullet_dn.png create mode 100755 doc/global/template/images/bullet_gt.png create mode 100755 doc/global/template/images/bullet_sq.png create mode 100644 doc/global/template/images/bullet_up.png create mode 100755 doc/global/template/images/feedbackground.png create mode 100644 doc/global/template/images/header_bg.png create mode 100755 doc/global/template/images/home.png create mode 100755 doc/global/template/images/horBar.png create mode 100755 doc/global/template/images/ico_note.png create mode 100755 doc/global/template/images/ico_note_attention.png create mode 100755 doc/global/template/images/ico_out.png create mode 100644 doc/global/template/images/page.png create mode 100755 doc/global/template/images/page_bg.png create mode 100644 doc/global/template/images/spinner.gif create mode 100755 doc/global/template/images/sprites-combined.png create mode 100644 doc/global/template/style/online.css (limited to 'doc') diff --git a/doc/global/qt-html-templates-offline.qdocconf b/doc/global/qt-html-templates-offline.qdocconf index d42f017679..d608bb3a76 100644 --- a/doc/global/qt-html-templates-offline.qdocconf +++ b/doc/global/qt-html-templates-offline.qdocconf @@ -8,10 +8,13 @@ HTML.headerstyles = \ HTML.endheader = \ "\n" \ "\n" \ - "
\n" \ + "
\n" \ + "
\n" \ "
\n" \ HTML.footer = \ + "
\n" \ + "
\n" \ "
\n" \ "
\n" \ "

\n" \ diff --git a/doc/global/qt-html-templates-online.qdocconf b/doc/global/qt-html-templates-online.qdocconf new file mode 100644 index 0000000000..4e6770d2f3 --- /dev/null +++ b/doc/global/qt-html-templates-online.qdocconf @@ -0,0 +1,90 @@ +HTML.nobreadcrumbs = "true" + +HTML.stylesheets = template/style/online.css +extraimages.HTML = images/btn_next_green.png \ + images/box_bg.png \ + images/page.png \ + images/arrow_down.png \ + images/btn_prev.png \ + images/blu_dot.png \ + images/ico_note_attention.png \ + images/btn_prev_green.png \ + images/bg_ll_blank.png \ + images/btn_next.png \ + images/bg_l_blank.png \ + images/ico_note.png \ + images/home.png \ + images/ico_out.png \ + images/header_bg.png \ + images/page_bg.png \ + images/bg_l.png \ + images/bg_r.png \ + images/breadcrumb.png \ + images/bullet_dn.png \ + images/feedbackground.png \ + images/bullet_gt.png \ + images/arrow.png \ + images/bullet_sq.png \ + images/bullet_up.png \ + images/sprites-combined.png \ + images/horBar.png \ + images/bg_ul_blank.png \ + images/bgrContent.png \ + + +HTML.headerstyles = \ + " \n" + +HTML.endheader = \ + "\n" \ + "\n" \ + "

\n" \ + "
\n" \ + " Qt Home\n" \ + " Bug Tracker\n" \ + " Code Review\n" \ + "
\n" \ + " \n" \ + " \"Qt\"\n" \ + " \n" \ + "

Reference Documentation Snapshots

\n" \ + "
\n" \ + "
\n" \ + " Qt Releases\n" \ + "
\n" \ + "
\n" \ + " Snapshots\n" \ + "
\n" \ + "
\n" \ + " Archives\n" \ + "
\n" \ + "
\n" \ + "
\n" \ + "
\n" \ + "
\n" \ + "
\n" \ + +HTML.footer = \ + "
\n" \ + "
\n" \ + "
\n" \ + "
\n" \ + "

\n" \ + " © 2012 Digia Plc and/or its\n" \ + " subsidiaries. Documentation contributions included herein are the copyrights of\n" \ + " their respective owners.

\n" \ + "
\n" \ + "

\n" \ + " The documentation provided herein is licensed under the terms of the\n" \ + " GNU Free Documentation\n" \ + " License version 1.3 as published by the Free Software Foundation.

\n" \ + "

\n" \ + " Documentation sources may be obtained from \n" \ + " www.qt-project.org.

\n" \ + "
\n" \ + "

\n" \ + " Digia, Qt and their respective logos are trademarks of Digia Plc \n" \ + " in Finland and/or other countries worldwide. All other trademarks are property\n" \ + " of their respective owners. Privacy Policy

\n" \ + "
\n" \ diff --git a/doc/global/qt-module-defaults-online.qdocconf b/doc/global/qt-module-defaults-online.qdocconf new file mode 100644 index 0000000000..b42b4c4f13 --- /dev/null +++ b/doc/global/qt-module-defaults-online.qdocconf @@ -0,0 +1,32 @@ +include(macros.qdocconf) +include(qt-cpp-ignore.qdocconf) +include(qt-defines.qdocconf) +include(qt-html-templates-online.qdocconf) +include(compat.qdocconf) + +dita.metadata.default.author = Qt Project +dita.metadata.default.permissions = all +dita.metadata.default.publisher = Qt Project +dita.metadata.default.copyryear = 2012 +dita.metadata.default.copyrholder = Digia Plc +dita.metadata.default.audience = programmer + +naturallanguage = en_US +outputencoding = UTF-8 +sourceencoding = UTF-8 + +examples.fileextensions = "*.cpp *.h *.js *.xq *.svg *.xml *.ui *.qhp *.qhcp *.qml *.css" +examples.imageextensions = "*.png *.jpg *.gif" + +headers.fileextensions = "*.ch *.h *.h++ *.hh *.hpp *.hxx" +sources.fileextensions = "*.c++ *.cc *.cpp *.cxx *.mm *.qml *.qdoc" + +versionsym = QT_VERSION_STR + +macro.raisedaster.HTML = "*" + +#for including files into the qch file +qhp.extraFiles += template/style/online.css + +#include the external websites +sourcedirs += externalsites diff --git a/doc/global/qt-module-defaults.qdocconf b/doc/global/qt-module-defaults.qdocconf index b559f6edb6..32ac79628c 100644 --- a/doc/global/qt-module-defaults.qdocconf +++ b/doc/global/qt-module-defaults.qdocconf @@ -26,7 +26,7 @@ versionsym = QT_VERSION_STR macro.raisedaster.HTML = "*" #for including files into the qch file -qhp.extraFiles += style/offline.css +qhp.extraFiles += template/style/offline.css #include the external websites -sourcedirs += $QT_INSTALL_DOCS/global/externalsites +sourcedirs += externalsites diff --git a/doc/global/template/images/arrow.png b/doc/global/template/images/arrow.png new file mode 100755 index 0000000000..f2a83a5740 Binary files /dev/null and b/doc/global/template/images/arrow.png differ diff --git a/doc/global/template/images/arrow_down.png b/doc/global/template/images/arrow_down.png new file mode 100644 index 0000000000..9d01e97f6a Binary files /dev/null and b/doc/global/template/images/arrow_down.png differ diff --git a/doc/global/template/images/bg_l.png b/doc/global/template/images/bg_l.png new file mode 100755 index 0000000000..90b1da10b9 Binary files /dev/null and b/doc/global/template/images/bg_l.png differ diff --git a/doc/global/template/images/bg_l_blank.png b/doc/global/template/images/bg_l_blank.png new file mode 100755 index 0000000000..5a9673d81b Binary files /dev/null and b/doc/global/template/images/bg_l_blank.png differ diff --git a/doc/global/template/images/bg_ll_blank.png b/doc/global/template/images/bg_ll_blank.png new file mode 100644 index 0000000000..95a1c45e04 Binary files /dev/null and b/doc/global/template/images/bg_ll_blank.png differ diff --git a/doc/global/template/images/bg_r.png b/doc/global/template/images/bg_r.png new file mode 100755 index 0000000000..f0fb121dea Binary files /dev/null and b/doc/global/template/images/bg_r.png differ diff --git a/doc/global/template/images/bg_ul_blank.png b/doc/global/template/images/bg_ul_blank.png new file mode 100644 index 0000000000..70512614cc Binary files /dev/null and b/doc/global/template/images/bg_ul_blank.png differ diff --git a/doc/global/template/images/bgrContent.png b/doc/global/template/images/bgrContent.png new file mode 100755 index 0000000000..1a81b03087 Binary files /dev/null and b/doc/global/template/images/bgrContent.png differ diff --git a/doc/global/template/images/blu_dot.png b/doc/global/template/images/blu_dot.png new file mode 100755 index 0000000000..c332148f74 Binary files /dev/null and b/doc/global/template/images/blu_dot.png differ diff --git a/doc/global/template/images/box_bg.png b/doc/global/template/images/box_bg.png new file mode 100755 index 0000000000..3322f923f8 Binary files /dev/null and b/doc/global/template/images/box_bg.png differ diff --git a/doc/global/template/images/breadcrumb.png b/doc/global/template/images/breadcrumb.png new file mode 100755 index 0000000000..0ded5514d2 Binary files /dev/null and b/doc/global/template/images/breadcrumb.png differ diff --git a/doc/global/template/images/btn_next.png b/doc/global/template/images/btn_next.png new file mode 100755 index 0000000000..f7bc2b7170 Binary files /dev/null and b/doc/global/template/images/btn_next.png differ diff --git a/doc/global/template/images/btn_next_green.png b/doc/global/template/images/btn_next_green.png new file mode 100644 index 0000000000..c649f18572 Binary files /dev/null and b/doc/global/template/images/btn_next_green.png differ diff --git a/doc/global/template/images/btn_prev.png b/doc/global/template/images/btn_prev.png new file mode 100755 index 0000000000..10a620c518 Binary files /dev/null and b/doc/global/template/images/btn_prev.png differ diff --git a/doc/global/template/images/btn_prev_green.png b/doc/global/template/images/btn_prev_green.png new file mode 100644 index 0000000000..d1d29895b2 Binary files /dev/null and b/doc/global/template/images/btn_prev_green.png differ diff --git a/doc/global/template/images/bullet_dn.png b/doc/global/template/images/bullet_dn.png new file mode 100644 index 0000000000..f7762472e2 Binary files /dev/null and b/doc/global/template/images/bullet_dn.png differ diff --git a/doc/global/template/images/bullet_gt.png b/doc/global/template/images/bullet_gt.png new file mode 100755 index 0000000000..7561b4edc4 Binary files /dev/null and b/doc/global/template/images/bullet_gt.png differ diff --git a/doc/global/template/images/bullet_sq.png b/doc/global/template/images/bullet_sq.png new file mode 100755 index 0000000000..a84845e3c7 Binary files /dev/null and b/doc/global/template/images/bullet_sq.png differ diff --git a/doc/global/template/images/bullet_up.png b/doc/global/template/images/bullet_up.png new file mode 100644 index 0000000000..7de2f06954 Binary files /dev/null and b/doc/global/template/images/bullet_up.png differ diff --git a/doc/global/template/images/feedbackground.png b/doc/global/template/images/feedbackground.png new file mode 100755 index 0000000000..3a38d995d7 Binary files /dev/null and b/doc/global/template/images/feedbackground.png differ diff --git a/doc/global/template/images/header_bg.png b/doc/global/template/images/header_bg.png new file mode 100644 index 0000000000..a436aa61ef Binary files /dev/null and b/doc/global/template/images/header_bg.png differ diff --git a/doc/global/template/images/home.png b/doc/global/template/images/home.png new file mode 100755 index 0000000000..8de6d0c81f Binary files /dev/null and b/doc/global/template/images/home.png differ diff --git a/doc/global/template/images/horBar.png b/doc/global/template/images/horBar.png new file mode 100755 index 0000000000..100fe91c6c Binary files /dev/null and b/doc/global/template/images/horBar.png differ diff --git a/doc/global/template/images/ico_note.png b/doc/global/template/images/ico_note.png new file mode 100755 index 0000000000..13794046cf Binary files /dev/null and b/doc/global/template/images/ico_note.png differ diff --git a/doc/global/template/images/ico_note_attention.png b/doc/global/template/images/ico_note_attention.png new file mode 100755 index 0000000000..b85b696b10 Binary files /dev/null and b/doc/global/template/images/ico_note_attention.png differ diff --git a/doc/global/template/images/ico_out.png b/doc/global/template/images/ico_out.png new file mode 100755 index 0000000000..ff6e458fb1 Binary files /dev/null and b/doc/global/template/images/ico_out.png differ diff --git a/doc/global/template/images/page.png b/doc/global/template/images/page.png new file mode 100644 index 0000000000..1db151bd31 Binary files /dev/null and b/doc/global/template/images/page.png differ diff --git a/doc/global/template/images/page_bg.png b/doc/global/template/images/page_bg.png new file mode 100755 index 0000000000..9b3bd999df Binary files /dev/null and b/doc/global/template/images/page_bg.png differ diff --git a/doc/global/template/images/spinner.gif b/doc/global/template/images/spinner.gif new file mode 100644 index 0000000000..1ed786f2ec Binary files /dev/null and b/doc/global/template/images/spinner.gif differ diff --git a/doc/global/template/images/sprites-combined.png b/doc/global/template/images/sprites-combined.png new file mode 100755 index 0000000000..3a48b21f6b Binary files /dev/null and b/doc/global/template/images/sprites-combined.png differ diff --git a/doc/global/template/style/online.css b/doc/global/template/style/online.css new file mode 100644 index 0000000000..5b341d6955 --- /dev/null +++ b/doc/global/template/style/online.css @@ -0,0 +1,666 @@ +body{ +font: normal 400 14px/1.2 Arial; +font-family: Arial, Helvetica; +color:#313131; +text-align:justify; +margin-left:5px; +margin-right:5px; +background: none repeat scroll 0% 0% rgb(230,231,232); +} + +img{ +-moz-box-shadow: 3px 3px 3px #ccc; +-webkit-box-shadow: 3px 3px 3px #ccc; +box-shadow: 3px 3px 3px #ccc; +border:#8E8D8D 2px solid; +margin-left:0px; +max-width: 800px; +height: auto +} + +b{ +font-weight:600; +} + +.content{} + +.descr{ +margin-top:35px; +/*max-width: 75%;*/ +margin-left:5px; +text-align:justify; +vertical-align:top; +} + +.name{ +max-width: 75%; +font-weight:100; +} + +tt{ +text-align:left;} + +/* +----------- +links +----------- +*/ + +a:link{ +color: #2C418D; +text-decoration: none; +text-align:left; +} + +a:hover{ +color: #869CD1; +text-decoration:underline; +text-align:left; +} + +a:visited{ +color: #869CD1; +text-decoration: none; +text-align:left; +} + +a:visited:hover{ +text-decoration:underline; +text-align:left; +} + +.flags{ +text-decoration:none; +text-height:24px; +} + +/* +------------------------------- +NOTE styles +------------------------------- +*/ +.notetitle, .tiptitle, .fastpathtitle{ +font-weight:bold; +} + +.attentiontitle,.cautiontitle,.dangertitle,.importanttitle,.remembertitle,.restrictiontitle{ +font-weight:bold; +} + +.note,.tip,.fastpath{ +background: #F2F2F2 url(../images/ico_note.png); +background-repeat: no-repeat; +background-position: top left; +padding:5px; +padding-left:40px; +padding-bottom:10px; +border:#999 1px dotted; +color:#666666; +margin:5px; +} + +.attention,.caution,.danger,.important,.remember,.restriction{ +background: #F2F2F2 url(../images/ico_note_attention.png); +background-repeat:no-repeat; +background-position:top left; +padding:5px; +padding-left:40px; +padding-bottom:10px; +border:#999 1px dotted; +color:#666666; +margin:5px; +} + +/* +------------------------------- +Top navigation +------------------------------- +*/ + +.nav{ +text-align:right; +margin-right:9px; +} +.nav img{ + box-shadow: none; +} +.nav-main{ +margin-top:22px; +margin-left: 20px; +text-align:left +} +.nav-main-content{ +font-weight:bold; +margin-right: 20px; +display:inline-block; +} + +.header{ +height:1px; +padding:0px; +margin:0px; +} + +header{ +background: none repeat scroll 0% 0% rgb(255,255,255); +border-radius: 10px 10px 10px 10px; +padding: 10px; +box-shadow: 0px 0px 10px rgba(0,0,0,0.1); +} + +header h1{ +display:block; +line-height: 70px; +font-size: 30px; +margin-left: 223px; +} +header img{ +box-shadow: none; +border: 0; +position: absolute; +left: 30px; +} +.qtref{ +display: block; +position: relative; +top: -76px; +height:15px; +z-index: 1; +font-size:11px; +padding-right:10px; +float:right; +} + +.naviNextPrevious{ +display: block; +position: relative; +text-align: right; +top: -53px; +float:right; +height:20px; +z-index:1; +padding-right:10px; +padding-top:2px; +vertical-align:top; +margin:0px; +} + + +.naviNextPrevious > a.prevPage { +background-image:url(../images/btn_prev.png); +background-repeat:no-repeat; +background-position:left; +padding-left:20px; +height:20px; +padding-left:20px; +} + +.naviNextPrevious > a.nextPage { +background-image:url(../images/btn_next.png); +background-repeat:no-repeat; +background-position:right; +padding-right:20px; +height:20px; +margin-left:30px; +} + +.breadcrumb{ +display: block; +position: relative; +top:-20px; +/*border-top:2px solid #ffffff;*/ +border-bottom: 1px solid #cecece; +background-color:#F2F2F2; +z-index:1; +height:20px; +padding:0px; +margin:0px; +padding-left:10px; +padding-top:2px; +margin-left:-5px; +margin-right:-5px; +} + +.breadcrumb ul{ + margin:0px; + padding:0px; +} + +.breadcrumb ul li{ +background-color:#F2F2F2; +list-style-type:none; +padding:0; +margin:0; +height:20px; +} + +.breadcrumb li{ +float:left; +} + +.breadcrumb .first { +background:url(../images/home.png); +background-position:left; +background-repeat:no-repeat; +padding-left:20px; +} + + +.breadcrumb li a{ +color:#2C418D; +display:block; +text-decoration:none; +background:url(../images/arrow.png); +background-repeat:no-repeat; +background-position:right; +padding-right:25px; +padding-left:10px; +} + +.breadcrumb li a:hover{ +color:#909090; +display:block; +text-decoration:none; +background:url(../images/arrow.png); +background-repeat:no-repeat; +background-position:right; +padding-right:20px; +padding-left:10px; +} + +/* +----------- +footer and license +----------- +*/ +.footer{ +text-align:center +} +/* +----------- +main content +----------- +*/ +.line{ +text-align: left; +background: none repeat scroll 0% 0% rgb(255,255,255); +border-radius: 10px 10px 10px 10px; +padding-left: 14px; +padding-right: 14px; +box-shadow: 0px 0px 10px rgba(0,0,0,0.1); +margin-top: 10px; +padding-bottom: 35px; +} + + +/* table of content +no display +*/ + +/* +----------- +headers +----------- +*/ + + +@media screen{ +.title{ +color:#313131; +font-size: 18px; +font-weight: normal; +left: 0; +padding-bottom: 20px; +padding-left: 10px; +padding-top: 20px; +border-bottom: 1px #CCC solid ; +font-weight:bold; +margin-left:0px; +margin-right:0px; +} +} + +h1 { +margin: 0; +} + +h2, p.h2 { +font: 500 16px/1.2 Arial; +font-weight:100; +background-color:#F2F3F4; +padding:4px; +padding-left:14px; +margin-bottom:30px; +margin-top:30px; +margin-left:-10px; +margin-right:-5px; +border-top:#E0E0DE 1px solid; +border-bottom: #E0E0DE 1px solid; +} + +h3{ + +font: 500 14px/1.2 Arial; +font-weight:100; +text-decoration:underline; +margin-bottom:30px; +margin-top:30px; +} + +h3.fn,span.fn{ +border-width: 1px; +border-style: solid; +border-color: #E6E6E6; +-moz-border-radius: 7px 7px 7px 7px; +-webkit-border-radius: 7px 7px 7px 7px; +border-radius: 7px 7px 7px 7px; +background-color: #F6F6F6; +word-spacing: 3px; +padding: 5px 5px; +text-decoration:none; +font-weight:bold; +max-width:75%; +font-size:14px; +margin:0px; +margin-top:30px; + +} + +.name{ +color:#1A1A1A; +} +.type{ +color:#808080; +} + + + +@media print { +.title { +color:#0066CB; +font-family:Arial, Helvetica; +font-size: 32px; +font-weight: normal; +left: 0; +position: absolute; +right: 0; +top: 0; +} +} + + +/* +----------------- +table styles +----------------- +*/ +.table img { +border:none; +margin-left:0px; +-moz-box-shadow:0px 0px 0px #fff; +-webkit-box-shadow: 0px 0px 0px #fff; +box-shadow: 0px 0px 0px #fff; +} + +/* table with border alternative colours*/ + + table,pre{ +-moz-border-radius: 7px 7px 7px 7px; +-webkit-border-radius: 7px 7px 7px 7px; + border-radius: 7px 7px 7px 7px; +background-color: #F6F6F6; +border: 1px solid #E6E6E6; +border-collapse: separate; +font-size: 12px; +line-height: 1.2; +margin-bottom: 25px; +margin-left: 15px; +font-size: 12px; +line-height: 1.2; +margin-bottom: 25px; +margin-left: 15px; +} + + +table th{ +text-align:left; +padding-left:20px; +} + +table td { +padding: 3px 15px 3px 20px; +border-bottom:#CCC dotted 1px; +} +table p { margin:0px;} + +table tr.even { +background-color: white; +color: #66666E; +} + +table tr.odd { +background-color: #F6F6F6; +color: #66666E; +} + + +table thead { +text-align:left; +padding-left:20px; +background-color:#e1e0e0; +border-left:none; +border-right:none; +} + +table thead th { +padding-top:5px; +padding-left:10px; +padding-bottom:5px; +border-bottom: 2px solid #D1D1D1; +padding-right:10px; +} + + +/* table bodless & white*/ + +.borderless { +border-radius: 0px 0px 0px 0px; +background-color: #fff; +border: 1px solid #fff; +} + +.borderless tr { +background-color: #FFF; +color: #66666E; +} + +.borderless td { +border:none; +border-bottom:#fff dotted 1px; +} + +/* +----------- +List +----------- +*/ + +ul{ +padding-bottom:2px; +} + +li { +margin-bottom: 10px; +padding-left: 8px; +list-style:outside; +list-style-type:square; +text-align:left; +} + + +ol{ +margin:10px; +padding:0; +} + +ol > li{ +margin-left: 30px; +padding-left:8px; +list-style:decimal; +} + +.centerAlign{ +text-align: left; +} + +.cpp{ +display: block; +margin: 10; +overflow: hidden; +overflow-x: hidden; +overflow-y: hidden; +padding: 20px 0 20px 0; +} + +.footer{ +margin-top: 50px; +padding-left:5px; +margin-bottom: 10px; +font-size:10px; +border-top: 1px solid #999; +padding-top:11px; +} + +.footerNavi{ +width:auto; +text-align:right; +margin-top:50px; +z-index:1; +} + +.memItemLeft{ +padding-right: 3px; +} + +.memItemRight{ +padding: 3px 15px 3px 0; +} + +.qml{ +display: block; +margin: 10; +overflow: hidden; +overflow-x: hidden; +overflow-y: hidden; +padding: 20px 0 20px 0; +} + +.qmldefault{ +padding-left: 5px; +float: right; +color: red; +} + +.qmlreadonly{ +padding-left: 5px; +float: right; +color: #254117; +} + +.rightAlign{ +padding: 3px 5px 3px 10px; +text-align: right; +} + +/* +----------- +Content table +----------- +*/ + +@media print{ +.toc { +float: right; +padding-bottom: 10px; +padding-top: 50px; +width: 100%; +background-image:url(../images/bgrContent.png); +background-position:top; +background-repeat:no-repeat; +} +} + +@media screen{ +.toc{ +clear:both; +float:right; +vertical-align:top; +-moz-border-radius: 7px 7px 7px 7px; +-webkit-border-radius: 7px 7px 7px 7px; +border-radius: 7px 7px 7px 7px; + background:#FFF url(../images/bgrContent.png); +background-position:top; +background-repeat:repeat-x; +border: 1px solid #E6E6E6; +padding-left:5px; +padding-bottom:10px; +height: auto; +width: 200px; +text-align:left; +z-index:2; +margin-left:20px; +margin-right:20px; +margin-top:85px; +padding-top:0px; +} +} + +.toc h3{ +text-decoration:none; +} + +.toc h3{font: 500 14px/1.2 Arial; +font-weight:100; +padding:0px; +margin:0px; +padding-top:5px; +padding-left:5px; +} + + +.toc ul{ +width:160px; +padding-left:10px; +padding-right:5px; +padding-top:10px; +} + +.toc ul li{ +margin-left:20px; +list-style-image:url(../images/blu_dot.png); +list-style:outside; + +} + + +.toc ul li a:link{ +color: #2C418D; +text-decoration: none; +} + +.toc ul li a:hover{ +color: #869CD1; +text-decoration:underline; + +} + +.toc ul li a:visited{ +color: #869CD1; +font-weight: bold; +} + +.level1{ +border:none;} + +.clearfix{ +clear:both;} -- cgit v1.2.3