@ -1,307 +1,479 @@ |
||||
/* |
||||
Author: |
||||
Andres Blanc <andresblanc@gmail.com> |
||||
DaveMDS Andreoli <dave@gurumeditation.it> |
||||
|
||||
Supported Browsers: |
||||
ie7, opera9, konqueror4 and firefox3 |
||||
/*****************************/ |
||||
/* Body */ |
||||
/*****************************/ |
||||
body { |
||||
background : url(header_background.png) repeat-x top left; |
||||
background-color : #404040; |
||||
padding : 0; |
||||
margin : 0; |
||||
} |
||||
|
||||
Please use a different file for ie6, ie5, etc. hacks. |
||||
*/ |
||||
html, body { |
||||
height : 100%; |
||||
} |
||||
|
||||
|
||||
/* Necessary to place the footer at the bottom of the page */ |
||||
html, body { |
||||
height: 100%; |
||||
margin: 0px; |
||||
padding: 0px; |
||||
/******************************************************/ |
||||
/* Centered Layout + 'stay on bottom' footer */ |
||||
/******************************************************/ |
||||
#layout { |
||||
margin : 0 auto 0 auto; |
||||
min-width : 700px; |
||||
width : 90%; |
||||
} |
||||
|
||||
#container { |
||||
min-height: 100%; |
||||
height: auto !important; |
||||
height: 100%; |
||||
margin: 0 auto -53px; |
||||
#wrapper { |
||||
min-height : 100%; |
||||
height : auto !important; |
||||
height : 100%; |
||||
margin : 0 auto -53px; |
||||
} |
||||
|
||||
#footer, #push { |
||||
height: 53px; |
||||
height : 53px; |
||||
} |
||||
|
||||
|
||||
* html #container { |
||||
height: 100%; |
||||
/****************************/ |
||||
/* Footer */ |
||||
/****************************/ |
||||
#sitefooter { |
||||
background : url(footer_background.png) repeat-x; |
||||
height : 53px; |
||||
} |
||||
|
||||
/* Prevent floating elements overflowing containers */ |
||||
.clear { |
||||
clear: both; |
||||
width: 0px; |
||||
height: 0px; |
||||
/*////////////////////////////////////////////////////////*/ |
||||
div.main { |
||||
vertical-align : top; |
||||
} |
||||
|
||||
/* Flexible & centered layout from 750 to 960 pixels */ |
||||
.layout { |
||||
max-width: 960px; |
||||
min-width: 760px; |
||||
margin-left: auto; |
||||
margin-right: auto; |
||||
|
||||
table.main { |
||||
width : 100%; |
||||
border : 0px; |
||||
margin : 0px; |
||||
padding : 0px; |
||||
} |
||||
|
||||
body { |
||||
/*font-family: Lucida Grande, Helvetica, sans-serif;*/ |
||||
font-family: "Bitstream Vera","Vera","Trebuchet MS",Trebuchet,Tahoma,sans-serif |
||||
td.main { |
||||
width : 33%; |
||||
margin : 4px; |
||||
text-align : left; |
||||
vertical-align : top; |
||||
padding : 8px; |
||||
} |
||||
|
||||
/* 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; |
||||
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; |
||||
} |
||||
|
||||
/****************************/ |
||||
/* Top main menu */ |
||||
/****************************/ |
||||
#header_logo { |
||||
background-image : url(logo.png); |
||||
width : 61px; |
||||
|
||||
div.fragment, div.code { |
||||
border : 1px solid #383838; |
||||
text-align : left; |
||||
vertical-align : middle; |
||||
padding : 8px; |
||||
overflow : auto; |
||||
} |
||||
|
||||
#header_logo a { |
||||
position : absolute; |
||||
border : 0px; |
||||
background-color : transparent; |
||||
top : 0px; |
||||
width : 60px; |
||||
height : 60px; |
||||
pre { |
||||
border : 1px dotted #383838; |
||||
text-align : left; |
||||
vertical-align : middle; |
||||
padding : 2px; |
||||
overflow : auto; |
||||
} |
||||
|
||||
#header_menu { |
||||
background-image : url(header_menu_background.png); |
||||
font : normal 10pt verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; |
||||
text-align : right; |
||||
hr { |
||||
width : 200px; |
||||
height : 1px; |
||||
background-color : #303030; |
||||
border : 0px; |
||||
} |
||||
|
||||
#header_last { |
||||
background-image : url(header_menu_background_last.png); |
||||
width : 15px; |
||||
h2 { |
||||
margin : 0; |
||||
padding : 0; |
||||
} |
||||
|
||||
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; |
||||
h3 { |
||||
margin : 0; |
||||
padding : 0; |
||||
} |
||||
|
||||
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; |
||||
p { |
||||
margin-top: 2px; |
||||
margin-bottom: 10px; |
||||
padding: 0; |
||||
} |
||||
|
||||
#header_menu a { |
||||
display : block; |
||||
text-decoration : none; |
||||
cursor : pointer; |
||||
color : #cdcdcd; |
||||
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; |
||||
} |
||||
|
||||
#header { |
||||
width: 100%; |
||||
height: 102px; |
||||
a:hover { |
||||
color : #3399ff; |
||||
text-decoration : underline; |
||||
text-shadow : 0px 0px 15px rgba(0.2,0.6,1.0,1.0); |
||||
} |
||||
|
||||
#header h1 { |
||||
width: 63px; |
||||
height: 63px; |
||||
position: absolute; |
||||
margin: 0px; |
||||
img { |
||||
vertical-align : middle; |
||||
border : 0px; |
||||
} |
||||
|
||||
#header h1 span { |
||||
display: none; |
||||
img.thumb { |
||||
vertical-align : middle; |
||||
border : 1px solid; |
||||
} |
||||
|
||||
#header h2 { |
||||
display: none; |
||||
table.n { |
||||
width : 100px; |
||||
height : 100px; |
||||
clear : both; |
||||
border : 0px; |
||||
margin : 0px; |
||||
padding : 0px; |
||||
border-collapse : collapse; |
||||
} |
||||
|
||||
/* .menu-container is used to set properties common to .menu and .submenu */ |
||||
#header .menu-container { |
||||
table.nl { |
||||
float : left; |
||||
} |
||||
|
||||
#header .menu-container ul { |
||||
list-style-type: none; |
||||
list-style-position: inside; |
||||
margin: 0; |
||||
table.nr { |
||||
float : right; |
||||
} |
||||
|
||||
#header .menu-container li { |
||||
display: block; |
||||
float: right; |
||||
table.h { |
||||
width : 100%; |
||||
padding : 0px; |
||||
margin : 0px; |
||||
border-collapse : collapse; |
||||
} |
||||
|
||||
#header .menu { |
||||
height: 63px; |
||||
display: block; |
||||
background-image: url(menu_bg.png); |
||||
background-repeat: repeat-x; |
||||
div.l { |
||||
clear : both; |
||||
padding : 7px 8px; |
||||
} |
||||
|
||||
#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; |
||||
div.ll { |
||||
float : left; |
||||
} |
||||
|
||||
#header .menu li { |
||||
height: 100%; |
||||
text-align: center; |
||||
background-image: url(menu_bg_unsel.png); |
||||
background-repeat: no-repeat; |
||||
div.lr { |
||||
float : right; |
||||
} |
||||
|
||||
#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; |
||||
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) |
||||
} |
||||
|
||||
#header .menu li:hover { |
||||
background-image: url(menu_bg_hover.png); |
||||
background-repeat: no-repeat; |
||||
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"); } |
||||
|
||||
#header .menu li:hover a { |
||||
color: #FFFFFF; |
||||
a.b:link { |
||||
color : #ffffff; |
||||
text-decoration : none; |
||||
text-shadow : 0px 1px rgba(0,0,0,0.5) |
||||
} |
||||
|
||||
#header .menu li.current { |
||||
background-image: url(menu_bg_current.png); |
||||
background-repeat: no-repeat; |
||||
a.b:visited { |
||||
color : #ffffff; |
||||
text-decoration : none; |
||||
text-shadow : 0px 1px rgba(0,0,0,0.5) |
||||
} |
||||
|
||||
#header .menu li.current a { |
||||
color: #646464; |
||||
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); |
||||
} |
||||
|
||||
/* Hide all the submenus but the current */ |
||||
#header .submenu ul { |
||||
display: none; |
||||
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 */ |
||||
|
||||
#header .submenu .current { |
||||
display: block; |
||||
.post { |
||||
margin : 0 0 2.5em 40px; |
||||
border-left : 4px solid #3399ff; |
||||
padding-left : 20px; |
||||
text-align : left; |
||||
} |
||||
|
||||
#header .submenu { |
||||
font: bold 10px verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; |
||||
margin-top: 10px; |
||||
.news-title { |
||||
font-size : 1.1em; |
||||
} |
||||
|
||||
#header .submenu a { |
||||
color: #888888; |
||||
text-decoration: none; |
||||
font-size: 0.9em; |
||||
line-height: 15px; |
||||
padding:0px 5px 0px 5px; |
||||
.news-title a, .news-title a:visited, .news-title a:hover { |
||||
text-decoration : none; |
||||
} |
||||
|
||||
#header .submenu a:hover { |
||||
color: #444444; |
||||
.news-title span { |
||||
font-size : 0.7em; |
||||
} |
||||
|
||||
#header .submenu li { |
||||
border-left: 1px solid #DDDDDD; |
||||
.news-content { |
||||
text-align : justify; |
||||
} |
||||
|
||||
#header .submenu li:last-child { |
||||
border-left: 0; |
||||
.news-latest-title { |
||||
margin-bottom: 0; |
||||
} |
||||
|
||||
#header .doxytitle { |
||||
position: absolute; |
||||
font-size: 1.8em; |
||||
font-weight: bold; |
||||
color: #444444; |
||||
line-height: 35px; |
||||
.news-latest-date { |
||||
padding-left: 10px; |
||||
font-size: .8em; |
||||
} |
||||
|
||||
#header small { |
||||
font-size: 0.4em; |
||||
.news-latest-body { |
||||
margin-top: 5px; |
||||
} |
||||
|
||||
#footer { |
||||
background-image: url(foot_bg.png); |
||||
width: 100%; |
||||
/** 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; |
||||
} |
||||
|
||||
#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; |
||||
.section-plug .left-border { |
||||
margin: 0px; |
||||
background-image : url('section-plug-header-left.png'); |
||||
background-repeat : no-repeat; |
||||
} |
||||
|
||||
#footer td.copyright { |
||||
width: 100%; |
||||
.section-plug .right-border { |
||||
margin: 0px; |
||||
padding: 1em; |
||||
background-image : url('section-plug-header-right.png'); |
||||
background-position : top right; |
||||
background-repeat : no-repeat; |
||||
} |
||||
|
||||
table.edcref tr td.block { |
||||
vertical-align: top; |
||||
padding-top: 10px; |
||||
.section-plug h3 { |
||||
margin : 0px; |
||||
padding : 0px; |
||||
width : 100%; |
||||
text-align : center; |
||||
} |
||||
|
||||
table.edcref tr.section td.section, div.luaclass { |
||||
color: #888; |
||||
font-size: 16pt; |
||||
padding: 15px; |
||||
border-top: 1px solid #ccc; |
||||
text-align: center; |
||||
.section-plug a { |
||||
margin : 0px; |
||||
padding : 0px; |
||||
text-decoration : none; |
||||
} |
||||
|
||||
table.edcref tr.section td.section a { |
||||
color: #888; |
||||
text-decoration: none; |
||||
.section-plug ul { |
||||
margin : 0px; |
||||
padding : 0px; |
||||
list-style-type : none; |
||||
} |
||||
|
||||
table.edcref tr.subsection td.subsection, div.luaclass { |
||||
color: #888; |
||||
font-size: 11pt; |
||||
padding: 1px; |
||||
text-align: center; |
||||
.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; } |
||||
|
||||
table.edcref tr.subsection td.subsection a { |
||||
color: #888; |
||||
text-decoration: none; |
||||
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 { |
||||
font-size: 1.4em; |
||||
font-weight: bold; |
||||
color: #ffffff; |
||||
line-height: 35px; |
||||
} |
||||
|
||||
div.luaattrib { |
||||
color: #888; |
||||
border: 1px solid #ccc; |
||||
#header small { |
||||
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; } |
||||
|
||||
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; } |
||||
|
||||
table.mailing td.archive { white-space: nowrap; } |
||||
|
||||
#middle { margin-top: -18px; } |
||||
|
||||
#content { margin: 0 -8px; } |
||||
|
||||
.layout { margin: 0 auto; min-width: 750px; width: 90%; } |
||||
|
||||
table.main h1, td.main { margin-top: 0; padding-top: 0; } |
||||
|
||||
table.b { line-height: 1; } |
||||
|
||||
#sitefooter p { text-align: center; padding-top: 9px; font-size: 10px; color: #ffffff; white-space: nowrap; } |
||||
|
||||
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; } |
||||
|
@ -1,20 +1,12 @@ |
||||
<div id="push"></div> |
||||
</div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div id="push"></div> |
||||
</div> <!-- #content --> |
||||
</div> <!-- .layout --> |
||||
|
||||
</div> <!-- #container --> |
||||
|
||||
|
||||
<div id="footer"> |
||||
<table><tr> |
||||
<td class="poweredby"><img src="doxygen.png"></td> |
||||
<td>Samsung Electronics is supporting the EFL Documentation Project</td> |
||||
<td class="copyright">Copyright ©$year Enlightenment</td> |
||||
<td class="generated">Docs generated $datetime</td> |
||||
</tr></table> |
||||
<div id="sitefooter"> |
||||
<div class="layout"> |
||||
<p>Copyright ©2000-$year Enlightenment.org - Samsung Electronics supports the EFL Documentation Project - Generated <em>$datetime</em> </p> |
||||
</div> |
||||
|
||||
|
||||
</div> |
||||
</body> |
||||
</html> |
||||
|
@ -1,71 +1,51 @@ |
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
||||
"http://www.w3.org/TR/html4/strict.dtd"> |
||||
<html> |
||||
<head> |
||||
<title>$title</title> |
||||
<meta http-equiv="content-type" content="text/html;charset=UTF-8"> |
||||
<meta name="author" content="Andres Blanc" > |
||||
|
||||
<link rel="icon" href="img/favicon.png" type="image/x-icon"> |
||||
<link rel="shortcut icon" href="img/favicon.png" type="image/x-icon"> |
||||
<link rel="icon" href="img/favicon.png" type="image/ico"> |
||||
<link rel="shortcut icon" href="img/favicon.png" type="image/ico"> |
||||
|
||||
<link rel="stylesheet" type="text/css" href="e.css"> |
||||
<link rel="stylesheet" type="text/css" href="edoxy.css"> |
||||
<title>$title</title> |
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> |
||||
<link rel="icon" href="favicon.png" type="image/x-icon"> |
||||
<link rel="shortcut icon" href="favicon.png" type="image/x-icon"> |
||||
<link rel="icon" href="favicon.png" type="image/ico"> |
||||
<link rel="shortcut icon" href="favicon.png" type="image/ico"> |
||||
<link rel="stylesheet" type="text/css" href="e.css"> |
||||
<link rel="stylesheet" type="text/css" href="edoxy.css"> |
||||
</head> |
||||
|
||||
<body> |
||||
|
||||
<div id="container"> |
||||
|
||||
<div id="header"> |
||||
<div class="layout"> |
||||
<div id="wrapper"> |
||||
<div id="header"> |
||||
<div class="menu"> |
||||
<div class="layout"> |
||||
<ul class="menu"> |
||||
<li class='index'><a href='http://www.enlightenment.org/p.php?p=index&l=en'><span>Home</span></a></li> |
||||
<li class='docs current'><a><span>Docs</span></a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="submenu"> |
||||
<div class="layout"> |
||||
<ul class="submenu"> |
||||
<li><a href="#"><span>$projectname</span></a></li> |
||||
<li><span></span></li> |
||||
<li><span></span></li> |
||||
<li><span></span></li> |
||||
<li><span></span></li> |
||||
<li><a href="index.html"><span>Main</span></a></li> |
||||
<li><a href="authors.html"><span>Authors</span></a></li> |
||||
<li><a href="examples.html"><span>Examples</span></a></li> |
||||
<li><a href="files.html"><span>Files</span></a></li> |
||||
<li><a href="pages.html"><span>Pages</span></a></li> |
||||
<li><a href="classes.html"><span>Types</span></a></li> |
||||
<li><a href="modules.html"><span>Modules</span></a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
|
||||
<div class="clear"></div> |
||||
|
||||
<h1><span>Enlightenment</span></h1> |
||||
<h2><span>Beauty at your fingertips</span></h2> |
||||
|
||||
<table cellspacing="0" cellpadding="0" width="100%"><tr> |
||||
<td id="header_logo"> |
||||
<a href="http://www.enlightenment.org"></a> |
||||
</td> |
||||
<td id="header_menu"> |
||||
<table cellspacing="0" cellpadding="0" align="right"><tr> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=home">Home</a></td> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=news">News</a></td> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=about">About</a></td> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=download">Download</a></td> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=support">Support</a></td> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contribute">Contribute</a></td> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=contact">Contact</a></td> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://trac.enlightenment.org/e">Tracker</a></td> |
||||
<td class="nav_passive"><a class="nav_passive" href="http://www.enlightenment.org/p.php?p=docs">Docs</a></td> |
||||
</tr></table> |
||||
</td> |
||||
<td id="header_last"></td> |
||||
</tr></table> |
||||
|
||||
<div class="doxytitle"> |
||||
$projectname Documentation <small>at $date</small> |
||||
</div> |
||||
|
||||
<div class="menu-container"> |
||||
<div class="submenu"> |
||||
<ul class="current"> |
||||
<li><a href="authors.html">Authors</a></li> |
||||
<li><a href="examples.html">Examples</a></li> |
||||
<li><a href="files.html">Files</a></li> |
||||
<li><a href="pages.html">Pages</a></li> |
||||
<li>|</li> |
||||
<li><a href="classes.html">Types</a></li> |
||||
<li><a href="modules.html">Modules</a></li> |
||||
<li><a href="index.html">Main Page</a></li> |
||||
</ul> |
||||
</div> |
||||
</div> |
||||
|
||||
|
||||
<div class="clear"></div> |
||||
</div> |
||||
</div> |
||||
|
||||
<div id="content"> |
||||
<div class="layout"> |
||||
</div> |
||||
<div id="middle"> |
||||
<div class="layout"> |
||||
<div id="content"> |
||||
|
After Width: | Height: | Size: 188 B |
After Width: | Height: | Size: 212 B |
After Width: | Height: | Size: 197 B |
After Width: | Height: | Size: 265 B |
After Width: | Height: | Size: 580 B |
After Width: | Height: | Size: 273 B |
After Width: | Height: | Size: 210 B |
After Width: | Height: | Size: 213 B |
After Width: | Height: | Size: 218 B |
After Width: | Height: | Size: 873 B |
After Width: | Height: | Size: 137 B |
After Width: | Height: | Size: 135 B |