8 html,body { height: 100%; } |
8 html,body { height: 100%; } |
9 body { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background: url(../images/bleu/bg.png); font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; } |
9 body { /* color added in 1.0.2 to fix light text in dark desktop themes */ color: #202020; margin: 0; padding: 0; background: url(../images/bleu/bg.png); font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; font-size: 9pt; } |
10 .holder { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 } |
10 .holder { border: 1px solid #CCCCCC; padding: 1px; background-color: #FFFFFF; color: #444444 } |
11 div.pad { padding: 10px; } |
11 div.pad { padding: 10px; } |
12 table#title { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; } |
12 table#title { margin: 0; padding: 0; height: 100px; background-color: #90B0D0; text-align: center; } |
|
13 table.simple-layout td#mainhead { margin: 0; padding: 0; background-color: #90B0D0; text-align: center; } |
|
14 table.simple-layout td#mainhead h1 { margin: 15px 0; padding: 0; font-size: 14pt; } |
13 |
15 |
14 /* Sidebar */ |
16 /* Sidebar */ |
15 td.mdgSidebarHolder { width: 140px; } |
17 td.mdgSidebarHolder { width: 140px; } |
16 div.sidebar, .dbx-group { width: 138px; background-color: #F8F8F8; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 1px 0px 0px 0px; } |
18 div.sidebar, .dbx-group { width: 138px; background-color: #F8F8F8; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 1px 0px 0px 0px; } |
17 div.sidebar .head, .dbx-handle { background-color: #F0F0F0; display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; } |
19 div.sidebar .head, .dbx-handle { background-color: #F0F0F0; display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #111; padding: 5px; font-weight: bold; } |
39 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */ |
41 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) */ |
40 div.contentDiv h2 { border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
42 div.contentDiv h2 { border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
41 div.contentDiv h3 { font-size: 11pt; font-weight: bold; } |
43 div.contentDiv h3 { font-size: 11pt; font-weight: bold; } |
42 div.contentDiv ul li , div#messageBox ul li { list-style: url(../images/bleu/bullet.gif); } |
44 div.contentDiv ul li , div#messageBox ul li { list-style: url(../images/bleu/bullet.gif); } |
43 div.contentDiv p , div#messageBox p { margin-left: 1.0em; } |
45 div.contentDiv p , div#messageBox p { margin-left: 1.0em; } |
|
46 table.simple-layout div.contentDiv p { margin-left: 0em; } |
44 div.contentDiv blockquote , div#messageBox blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
47 div.contentDiv blockquote , div#messageBox blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
45 div.contentDiv , div#messageBox { font-size: 9pt; } |
48 div.contentDiv , div#messageBox { font-size: 9pt; } |
46 div.contentDiv a , div#messageBox a { color: #7090B0; } |
49 div.contentDiv a , div#messageBox a { color: #7090B0; } |
47 div.contentDiv a:hover , div#messageBox a:hover { color: #90B0D0; } |
50 div.contentDiv a:hover , div#messageBox a:hover { color: #90B0D0; } |
48 div.contentDiv a[href ^="http://"] , div#messageBox a[href ^="http://"] { color: #80A0C0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; } |
51 div.contentDiv a[href ^="http://"] , div#messageBox a[href ^="http://"] { color: #80A0C0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; } |