From 3a569fb461fb9ad12ba09623dc2a9421f6cae513 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Mon, 25 Mar 2013 22:36:57 +0900 Subject: [PATCH] update doc styling to match e.org --- doc/e.css | 688 +++++++++++------- doc/foot.html | 26 +- doc/head.html | 108 ++- doc/images.mk | 2 +- doc/img/b1.png | Bin 0 -> 188 bytes doc/img/b2.png | Bin 0 -> 212 bytes doc/img/b3.png | Bin 0 -> 197 bytes doc/img/b4.png | Bin 0 -> 265 bytes doc/img/b5.png | Bin 0 -> 580 bytes doc/img/b6.png | Bin 0 -> 273 bytes doc/img/b7.png | Bin 0 -> 210 bytes doc/img/b8.png | Bin 0 -> 213 bytes doc/img/b9.png | Bin 0 -> 218 bytes doc/img/br.png | Bin 0 -> 873 bytes doc/img/button_background.png | Bin 0 -> 137 bytes doc/img/button_hover_background.png | Bin 0 -> 135 bytes doc/img/edoxy.css | 229 +++--- doc/img/footer_background.png | Bin 0 -> 4322 bytes doc/img/header_background.png | Bin 0 -> 3337 bytes doc/img/header_menu_background.png | Bin 192 -> 2924 bytes doc/img/header_menu_background_last.png | Bin 637 -> 1036 bytes doc/img/header_menu_current_background.png | Bin 1200 -> 6981 bytes doc/img/header_menu_hover_background.png | Bin 0 -> 200 bytes doc/img/header_menu_hover_background_left.png | Bin 0 -> 83 bytes doc/img/header_menu_unselected_background.png | Bin 1596 -> 6707 bytes ...header_menu_unselected_next_background.png | Bin 0 -> 6805 bytes doc/img/logo.png | Bin 3825 -> 6382 bytes doc/img/pn-1.png | Bin 0 -> 182 bytes doc/img/pn-2.png | Bin 0 -> 112 bytes doc/img/pn-3.png | Bin 0 -> 200 bytes doc/img/pn-4.png | Bin 0 -> 119 bytes doc/img/pn-6.png | Bin 0 -> 123 bytes doc/img/pn-7.png | Bin 0 -> 267 bytes doc/img/pn-8.png | Bin 0 -> 135 bytes doc/img/pn-9.png | Bin 0 -> 284 bytes 35 files changed, 591 insertions(+), 462 deletions(-) create mode 100644 doc/img/b1.png create mode 100644 doc/img/b2.png create mode 100644 doc/img/b3.png create mode 100644 doc/img/b4.png create mode 100644 doc/img/b5.png create mode 100644 doc/img/b6.png create mode 100644 doc/img/b7.png create mode 100644 doc/img/b8.png create mode 100644 doc/img/b9.png create mode 100644 doc/img/br.png create mode 100644 doc/img/button_background.png create mode 100644 doc/img/button_hover_background.png create mode 100644 doc/img/footer_background.png create mode 100644 doc/img/header_background.png create mode 100644 doc/img/header_menu_hover_background.png create mode 100644 doc/img/header_menu_hover_background_left.png create mode 100644 doc/img/header_menu_unselected_next_background.png create mode 100644 doc/img/pn-1.png create mode 100644 doc/img/pn-2.png create mode 100644 doc/img/pn-3.png create mode 100644 doc/img/pn-4.png create mode 100644 doc/img/pn-6.png create mode 100644 doc/img/pn-7.png create mode 100644 doc/img/pn-8.png create mode 100644 doc/img/pn-9.png diff --git a/doc/e.css b/doc/e.css index 2418ac917f..d899c94dc4 100644 --- a/doc/e.css +++ b/doc/e.css @@ -1,307 +1,479 @@ -/* - Author: - Andres Blanc - DaveMDS Andreoli - - Supported Browsers: - ie7, opera9, konqueror4 and firefox3 - - Please use a different file for ie6, ie5, etc. hacks. -*/ - - -/* Necessary to place the footer at the bottom of the page */ -html, body { - height: 100%; - margin: 0px; - padding: 0px; +/*****************************/ +/* Body */ +/*****************************/ +body { + background : url(header_background.png) repeat-x top left; + background-color : #404040; + padding : 0; + margin : 0; } -#container { - min-height: 100%; - height: auto !important; - height: 100%; - margin: 0 auto -53px; +html, body { + height : 100%; +} + + +/******************************************************/ +/* Centered Layout + 'stay on bottom' footer */ +/******************************************************/ +#layout { + margin : 0 auto 0 auto; + min-width : 700px; + width : 90%; +} + +#wrapper { + min-height : 100%; + height : auto !important; + height : 100%; + margin : 0 auto -53px; } #footer, #push { - height: 53px; -} - - -* html #container { - height: 100%; -} - -/* Prevent floating elements overflowing containers */ -.clear { - clear: both; - width: 0px; - height: 0px; -} - -/* Flexible & centered layout from 750 to 960 pixels */ -.layout { - max-width: 960px; - min-width: 760px; - margin-left: auto; - margin-right: auto; -} - -body { - /*font-family: Lucida Grande, Helvetica, sans-serif;*/ - font-family: "Bitstream Vera","Vera","Trebuchet MS",Trebuchet,Tahoma,sans-serif -} - -/* Prevent design overflowing the viewport in small resolutions */ -#container { - padding-right: 17px; - padding-left: 17px; - background-image: url(head_bg.png); - background-repeat: repeat-x; + height : 53px; } /****************************/ -/* Top main menu */ +/* Footer */ /****************************/ -#header_logo { - background-image : url(logo.png); - width : 61px; +#sitefooter { + background : url(footer_background.png) repeat-x; + height : 53px; } -#header_logo a { - position : absolute; - border : 0px; - background-color : transparent; - top : 0px; - width : 60px; - height : 60px; -} - -#header_menu { - background-image : url(header_menu_background.png); - font : normal 10pt verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; - text-align : right; -} - -#header_last { - background-image : url(header_menu_background_last.png); - width : 15px; -} - -td.nav_passive { - background : url(header_menu_unselected_background.png) 0 0 no-repeat; - height : 63px; - font-family : "Bitstream Vera","Vera","Trebuchet MS",Trebuchet,Tahoma,sans-serif; - font-size : 11px; - padding : 20px 10px 20px 10px; - vertical-align : middle; -} - -td.nav_active { - background : url(header_menu_current_background.png) 0 0 no-repeat; - height : 63px; - color : #646464; - font-family : "Bitstream Vera","Vera","Trebuchet MS",Trebuchet,Tahoma,sans-serif; - font-size : 11px; - font-weight : bold; - padding : 20px 10px 20px 10px; - vertical-align : middle; -} - -#header_menu a { - display : block; - text-decoration : none; - cursor : pointer; - color : #cdcdcd; +/*////////////////////////////////////////////////////////*/ +div.main { + vertical-align : top; } - -#header { - width: 100%; - height: 102px; +table.main { + width : 100%; + border : 0px; + margin : 0px; + padding : 0px; } -#header h1 { - width: 63px; - height: 63px; - position: absolute; - margin: 0px; +td.main { + width : 33%; + margin : 4px; + text-align : left; + vertical-align : top; + padding : 8px; } -#header h1 span { - display: none; -} - -#header h2 { - display: none; -} - -/* .menu-container is used to set properties common to .menu and .submenu */ -#header .menu-container { -} - -#header .menu-container ul { - list-style-type: none; - list-style-position: inside; - margin: 0; -} - -#header .menu-container li { - display: block; - float: right; -} - -#header .menu { - height: 63px; - display: block; - background-image: url(menu_bg.png); - background-repeat: repeat-x; -} - -#header .menu ul { - height: 100%; - display: block; - background-image: url(menu_bg_last.png); - background-repeat: no-repeat; - background-position: top right; - padding-right: 17px; -} - -#header .menu li { - height: 100%; - text-align: center; - background-image: url(menu_bg_unsel.png); - background-repeat: no-repeat; -} - -#header .menu a { - height: 100%; - display: block; - color: #cdcdcd; - text-decoration: none; - font-size: 10pt; - line-height: 59px; - text-align: center; - padding: 0px 15px 0px 15px; -} - -#header .menu li:hover { - background-image: url(menu_bg_hover.png); - background-repeat: no-repeat; -} - -#header .menu li:hover a { - color: #FFFFFF; -} - -#header .menu li.current { - background-image: url(menu_bg_current.png); - background-repeat: no-repeat; -} - -#header .menu li.current a { - color: #646464; +div.bod { + column-width : 15em; + -moz-column-width : 15em; + column-gap : 2em; + -moz-column-gap : 2em; + column-rule-style : solid; + -moz-column-rule-style : solid; + column-rule-width : 1px; + -moz-column-rule-width : 1px; + column-rule-color : #303030; + -moz-column-rule-color : #303030; + overflow : auto; + margin : 1em; + text-align : left; + vertical-align : top; } -/* Hide all the submenus but the current */ -#header .submenu ul { - display: none; +div.fragment, div.code { + border : 1px solid #383838; + text-align : left; + vertical-align : middle; + padding : 8px; + overflow : auto; } -#header .submenu .current { - display: block; +pre { + border : 1px dotted #383838; + text-align : left; + vertical-align : middle; + padding : 2px; + overflow : auto; } -#header .submenu { - font: bold 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; - margin-top: 10px; +hr { + width : 200px; + height : 1px; + background-color : #303030; + border : 0px; } -#header .submenu a { - color: #888888; - text-decoration: none; - font-size: 0.9em; - line-height: 15px; - padding:0px 5px 0px 5px; +h2 { + margin : 0; + padding : 0; } -#header .submenu a:hover { - color: #444444; +h3 { + margin : 0; + padding : 0; } -#header .submenu li { - border-left: 1px solid #DDDDDD; +p { + margin-top: 2px; + margin-bottom: 10px; + padding: 0; } -#header .submenu li:last-child { - border-left: 0; +a:link { + color : #3399ff; + text-decoration : underline; + text-shadow : 0px 0px 10px rgba(0.2,0.6,1.0,1.0); } +a:visited { + color : #2288ee; + text-decoration : underline; + text-shadow : 0px 0px 10px rgba(0.2,0.6,1.0,1.0); +} + +a:active { + color : #ffffff; + text-decoration : none; +} + +a:hover { + color : #3399ff; + text-decoration : underline; + text-shadow : 0px 0px 15px rgba(0.2,0.6,1.0,1.0); +} + +img { + vertical-align : middle; + border : 0px; +} + +img.thumb { + vertical-align : middle; + border : 1px solid; +} + +table.n { + width : 100px; + height : 100px; + clear : both; + border : 0px; + margin : 0px; + padding : 0px; + border-collapse : collapse; +} + +table.nl { + float : left; +} + +table.nr { + float : right; +} + +table.h { + width : 100%; + padding : 0px; + margin : 0px; + border-collapse : collapse; +} + +div.l { + clear : both; + padding : 7px 8px; +} + +div.ll { + float : left; +} + +div.lr { + float : right; +} + +table.b { + padding : 0px; + margin : 0px; + border : 0px; + border-spacing : 0px; + border-style : none; + border-collapse : collapse; + font-size : 0px; + line-height : 0px; + text-shadow : 0px 1px rgba(0,0,0,0.5) +} + +td.b1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b1.png'); } +td.b1[class] { background-image:url("b1.png"); } +td.b2 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b2.png'); } +td.b2[class] { background-image:url("b2.png"); } +td.b3 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b3.png'); } +td.b3[class] { background-image:url("b3.png"); } +td.b4 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b4.png'); } +td.b4[class] { background-image:url("b4.png"); } +td.b5 { + background-image : url("b5.png"); + font-size : 11px; + color : #ffffff; + text-align : left; + vertical-align : middle; + text-shadow : 0px 1px rgba(0,0,0,0.5) +} +td.b6 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b6.png'); } +td.b6[class] { background-image:url("b6.png"); } +td.b7 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b7.png'); } +td.b7[class] { background-image:url("b7.png"); } +td.b8 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b8.png'); } +td.b8[class] { background-image:url("b8.png"); } +td.b9 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='b9.png'); } +td.b9[class] { background-image:url("b9.png"); } + +a.b:link { + color : #ffffff; + text-decoration : none; + text-shadow : 0px 1px rgba(0,0,0,0.5) +} + +a.b:visited { + color : #ffffff; + text-decoration : none; + text-shadow : 0px 1px rgba(0,0,0,0.5) +} + +a.b:active { + color : #ffffff; + text-decoration : none; + text-shadow : 0px 1px rgba(0,0,0,0.5) +} + +a.b:hover { + color : #3399ff; + text-decoration : none; + text-shadow : 0px 0px 10px rgba(0.2,0.6,1.0,1.0); +} + +td.pn1 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-1.png'); } +td.pn1[class] { background-image:url("pn-1.png"); } +td.pn2 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-2.png'); } +td.pn2[class] { background-image:url("pn-2.png"); } +td.pn3 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-3.png'); } +td.pn3[class] { background-image:url("pn-3.png"); } +td.pn4 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-4.png'); } +td.pn4[class] { background-image:url("pn-4.png"); } +td.pn5 { + background : #404040; + font-size : 11px; + color : #ffffff; + text-align : center; + vertical-align : middle; +} +td.pn6 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-6.png'); } +td.pn6[class] { background-image:url("pn-6.png"); } +td.pn7 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-7.png'); } +td.pn7[class] { background-image:url("pn-7.png"); } +td.pn8 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-8.png'); } +td.pn8[class] { background-image:url("pn-8.png"); } +td.pn9 { filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='pn-9.png'); } +td.pn9[class] { background-image:url("pn-9.png"); } + +/** NEWS STYLE */ + +.post { + margin : 0 0 2.5em 40px; + border-left : 4px solid #3399ff; + padding-left : 20px; + text-align : left; +} + +.news-title { + font-size : 1.1em; +} + +.news-title a, .news-title a:visited, .news-title a:hover { + text-decoration : none; +} + +.news-title span { + font-size : 0.7em; +} + +.news-content { + text-align : justify; +} + +.news-latest-title { + margin-bottom: 0; +} + +.news-latest-date { + padding-left: 10px; + font-size: .8em; +} + +.news-latest-body { + margin-top: 5px; +} + +/** SECTION PLUG STYLE */ + +.section-plug { + width : 13em; + float : right; + clear : right; + margin : 0px 0px 2em 2em; + background-color : #ededf0; + background-image : url('section-plug-header.png'); + background-repeat : repeat-x; +} + +.section-plug .left-border { + margin: 0px; + background-image : url('section-plug-header-left.png'); + background-repeat : no-repeat; +} + +.section-plug .right-border { + margin: 0px; + padding: 1em; + background-image : url('section-plug-header-right.png'); + background-position : top right; + background-repeat : no-repeat; +} + +.section-plug h3 { + margin : 0px; + padding : 0px; + width : 100%; + text-align : center; +} + +.section-plug a { + margin : 0px; + padding : 0px; + text-decoration : none; +} + +.section-plug ul { + margin : 0px; + padding : 0px; + list-style-type : none; +} + +.section-plug li { + margin : 0px 0px 2px 0px; + padding : 0px; + font-size : 0.8em; + font-weight : bold; + text-align : left; +} +body { font-family: Arial, Helvetica, sans-serif; color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); } + +pre, div.fragment, div.code { font-family: mono; white-space: pre-wrap; color: #ffffff; } + +blockquote { color: #cccccc; } + +body { font-size: 12px; } + +pre, div.fragment, div.code { font-size: 9px; color: #3399ff; } + +p.tiny { color: #aaaaaa; font-size: 10px; } + +h1, h2, h3, h4, h5, h6 { color: #3399ff; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); } + +h1 { font-size: 21px; } + +h2 { font-size: 18px; } + +h3 { font-size: 16px; } + +h4 { font-size: 14px; } + +h5 { font-size: 12px; } + +h6 { font-size: 11px; } + +ul, ol { font-size: 11px; text-align: left; } + +#header { /* CSS Reset */ /* http://meyerweb.com/eric/tools/css/reset/ */ /* v1.0 | 20080212 */ /* remember to define focus styles! */ /* remember to highlight inserts somehow! */ /* tables still need 'cellspacing="0"' in the markup */ } +#header html, #header body, #header div, #header span, #header applet, #header object, #header iframe, #header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header p, #header blockquote, #header pre, #header a, #header abbr, #header acronym, #header address, #header big, #header cite, #header code, #header del, #header dfn, #header em, #header font, #header img, #header ins, #header kbd, #header q, #header s, #header samp, #header small, #header strike, #header strong, #header sub, #header sup, #header tt, #header var, #header b, #header u, #header i, #header center, #header dl, #header dt, #header dd, #header ol, #header ul, #header li, #header fieldset, #header form, #header label, #header legend, #header table, #header caption, #header tbody, #header tfoot, #header thead, #header tr, #header th, #header td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } +#header body { line-height: 1; } +#header ol, #header ul { list-style: none; } +#header blockquote, #header q { quotes: none; } +#header blockquote:before, #header blockquote:after, #header q:before, #header q:after { content: ''; content: none; } +#header :focus { outline: 0; } +#header ins { text-decoration: none; } +#header del { text-decoration: line-through; } +#header table { border-collapse: collapse; border-spacing: 0; } +#header .layout { margin: 0 auto; } +#header ul.menu { text-align: right; list-style: none inside none; white-space: nowrap; letter-spacing: -5px; background: url("header_menu_background_last.png") no-repeat right; padding-right: 17px; } +#header ul.menu li { display: inline-block; letter-spacing: normal; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.menu li a { display: inline-block; vertical-align: top; text-align: center; padding-left: 10px; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.menu li a { background: url("header_menu_unselected_background.png") no-repeat; text-decoration: none; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.menu li a span { display: inline-block; height: 63px; line-height: 63px; text-transform: capitalize; color: #ffffff; font-size: 10px; padding: 0 14px; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.menu li.current a { background: url("header_menu_current_background.png") no-repeat; } +#header ul.menu li.current a span { color: #3399ff; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); } +#header ul.menu li.current2 a { background: url("header_menu_unselected_next_background.png") no-repeat; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.menu li.current2 a span { color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.menu li.index { float: left; height: 63px; margin: 0; } +#header ul.menu li.index a { height: 63px; line-height: 63px; width: 63px; background: url("logo.png") no-repeat; } +#header ul.menu li.index a span { overflow: hidden; /* Replace text with image */ text-indent: -999px; } +#header ul.menu li.index a:hover { background: url("logo.png") no-repeat; } +#header ul.menu li.index a:hover span { background: none; } +#header ul.submenu { text-align: right; list-style: none inside none; white-space: nowrap; letter-spacing: -5px; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.submenu li { display: inline-block; letter-spacing: normal; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.submenu li a { display: inline-block; vertical-align: top; text-align: center; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.submenu li { margin-right: 17px; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.submenu li a { text-decoration: none; color: #aaaaaa; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.submenu li a span { color: #aaaaaa; line-height: 36px; font-weight: bold; text-transform: capitalize; font-size: 10px; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.submenu li a:hover span { color: #ffffff; text-shadow: 0px 1px rgba(0,0,0,0.5); } +#header ul.submenu li.selected a span { color: #3399ff; line-height: 36px; font-weight: bold; text-transform: capitalize; font-size: 10px; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); } +#header ul.submenu li.selected a:hover span { color: #3399ff; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); } +#header ul.submenu li.selected a { color: #3399ff; text-decoration: underline; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); } +#header div.menu { height: 63px; } +#header div.menu .layout { background: url("header_menu_background.png"); } +#header div.submenu { height: 36px; margin-bottom: 36px; } + #header .doxytitle { - position: absolute; - font-size: 1.8em; - font-weight: bold; - color: #444444; - line-height: 35px; +font-size: 1.4em; +font-weight: bold; +color: #ffffff; +line-height: 35px; } #header small { - font-size: 0.4em; +font-size: 0.4em; } + +/* ******************* Changes to the Original Stylesheet ****************** */ +table.data { width: 90%; padding: 0px; margin: 5px; border: 1px solid #303030; border-collapse: collapse; } +table.data thead th { color: #3399ff; background-color: #282828; padding: 3px; text-align: left; text-shadow: 0px 0px 10px rgba(0.2,0.6,1.0,1.0); } +table.data tbody tr td { color: #ffffff; background-color: #383838; padding: 3px; text-align: left; font-size: 11px; } +table.data tbody tr.odd td { color: #ffffff; background-color: #3b3b3b; } -#footer { - background-image: url(foot_bg.png); - width: 100%; -} +table.developers td.name { width: 12em; } +table.developers td.photo { text-align: center } +table.developers td.location { width: 14em; } +table.developers.active caption { display: none; } +table.developers td { padding-right: 1ex; } +table.developers.inactive caption { font-weight: bold; margin-bottom: 2px; color: #000000; } -#footer table { - width: 100%; - text-align: center; - white-space: nowrap; - padding: 5px 30px 5px 30px; - font-size: 0.8em; - font-family: "Bitstream Vera","Vera","Trebuchet MS",Trebuchet,Tahoma,sans-serif; - color: #888888; -} +table.mailing td.archive { white-space: nowrap; } -#footer td.copyright { - width: 100%; -} +#middle { margin-top: -18px; } -table.edcref tr td.block { - vertical-align: top; - padding-top: 10px; -} +#content { margin: 0 -8px; } -table.edcref tr.section td.section, div.luaclass { - color: #888; - font-size: 16pt; - padding: 15px; - border-top: 1px solid #ccc; - text-align: center; -} +.layout { margin: 0 auto; min-width: 750px; width: 90%; } -table.edcref tr.section td.section a { - color: #888; - text-decoration: none; -} +table.main h1, td.main { margin-top: 0; padding-top: 0; } -table.edcref tr.subsection td.subsection, div.luaclass { - color: #888; - font-size: 11pt; - padding: 1px; - text-align: center; -} +table.b { line-height: 1; } -table.edcref tr.subsection td.subsection a { - color: #888; - text-decoration: none; -} +#sitefooter p { text-align: center; padding-top: 9px; font-size: 10px; color: #ffffff; white-space: nowrap; } -div.luaattrib { - color: #888; - border: 1px solid #ccc; -} +hr { width: 200px; height: 1px; background-color: #303030; border: 0px; } + +div.main p { text-align: justify; } + +div.main .section-plug p { margin: 1em 0px; padding: 0px; text-align: left; } + +div.news-latest-date { margin-bottom: 15px; } diff --git a/doc/foot.html b/doc/foot.html index 3a96978280..f97ffec833 100644 --- a/doc/foot.html +++ b/doc/foot.html @@ -1,20 +1,12 @@ - -
- - - - - - - - - + + + diff --git a/doc/head.html b/doc/head.html index e099291609..35cab45f45 100644 --- a/doc/head.html +++ b/doc/head.html @@ -1,71 +1,51 @@ + - $title - - - - - - - - - - + $title + + + + + + + +
+