|
1 /* |
|
2 * Oxygen, but slightly more lightweight - used on minimalist pages |
|
3 */ |
|
4 |
|
5 /* Basic definitions */ |
|
6 |
|
7 html, body { |
|
8 height: 100%; |
|
9 margin: 0; |
|
10 padding: 0; |
|
11 } |
|
12 |
|
13 body { |
|
14 background-image: url(../images/bleu/bg.png); |
|
15 font-family: trebuchet ms, verdana, arial, helvetica, sans-serif; |
|
16 font-size: 9pt; |
|
17 } |
|
18 |
|
19 /* Dummy cells and backgrounds */ |
|
20 |
|
21 /* table#enano-main td { margin: 0; padding: 0; } */ |
|
22 table#enano-main td#head-up-left { width: 12px; height: 12px; background-image: url(../images/bleu/border-tl.gif); } |
|
23 table#enano-main td#head-up { height: 12px; background-image: url(../images/bleu/border-top.gif); } |
|
24 table#enano-main td#head-up-right { width: 12px; height: 12px; background-image: url(../images/bleu/border-tr.gif); } |
|
25 table#enano-main td#head-left { width: 12px; background-image: url(../images/bleu/border-l.gif); padding-bottom: 12px; } |
|
26 table#enano-main td#head-main { background-color: #90B0D0; } |
|
27 table#enano-main td#head-right { width: 12px; background-image: url(../images/bleu/border-r.gif); } |
|
28 table#enano-main td#toolbar-left { width: 12px; background-image: url(../images/bleu/border-tb-l.gif); } |
|
29 table#enano-main td#toolbar-right { width: 12px; background-image: url(../images/bleu/border-tb-r.gif); } |
|
30 table#enano-main td#main-left { width: 12px; background-image: url(../images/bleu/border-m-l.gif); } |
|
31 table#enano-main td#main-main { background-color: #FFFFFF; } |
|
32 table#enano-main td#main-right { width: 12px; background-image: url(../images/bleu/border-m-r.gif); } |
|
33 table#enano-main td#foot-left { width: 12px; background-image: url(../images/bleu/border-btm-l.gif); } |
|
34 table#enano-main td#foot-main { background-color: #E8E8E8; padding-top: 12px; } |
|
35 table#enano-main td#foot-right { width: 12px; background-image: url(../images/bleu/border-btm-r.gif); } |
|
36 table#enano-main td#foot-btm-left { width: 12px; height: 12px; background-image: url(../images/bleu/border-bl.gif); } |
|
37 table#enano-main td#foot-btm { height: 12px; background-image: url(../images/bleu/border-btm.gif); } |
|
38 table#enano-main td#foot-btm-right { width: 12px; height: 12px; background-image: url(../images/bleu/border-br.gif); } |
|
39 |
|
40 /* Sidebar */ |
|
41 |
|
42 td.mdgSidebarHolder { width: 156px; } |
|
43 div.sidebar, .dbx-group { width: 154px; background-color: #F8F8F8; border-left: 1px solid #CCC; border-right: 1px solid #CCC; padding: 1px 0px 0px 0px; } |
|
44 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; } |
|
45 div.sidebar .head:hover, .dbx-handle:hover { background-color: #F4F4F4; 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; } |
|
46 div.sidebar div.slideblock a, .dbx-content li { background-color: #DDD; display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; list-style-type: none; } |
|
47 div.sidebar div.slideblock a:hover, .dbx-content li:hover { background-color: #EEE; display: block; margin: 0px 1px 1px 1px; font-family: Trebuchet MS, Arial, helvetica, sans-serif; font-size: 7pt; cursor: pointer; text-decoration: none; color: #666; padding: 5px 5px 5px 9px; } |
|
48 div.recttop { width: 156px; height: 12px; margin: 0; padding: 0; } |
|
49 td.recttoptop { width: 100%; height: 12px; background-image: url(../images/bleu/border-menu-t.gif); background-repeat: repeat-x; margin: 0; padding: 0; } |
|
50 td.recttoptop:hover { width: 100%; height: 12px; background-image: url(../images/bleu/border-menu-t-h.gif); background-repeat: repeat-x; margin: 0; padding: 0; cursor: pointer; } |
|
51 div.rectbot { width: 156px; height: 12px; margin: 0; padding: 0; } |
|
52 td.rectbottop { width: 100%; height: 12px; background-image: url(../images/bleu/border-btm.gif); background-repeat: repeat-x; margin: 0; padding: 0; } |
|
53 div.slideblock, .dbx-content { overflow: hidden; background-color: #FFF; } |
|
54 div.slideblock2 { overflow: hidden; background-color: #DDD; margin: 0px 1px 0px 1px; } |
|
55 .dbx-handle { cursor: move !important; } |
|
56 |
|
57 /* |
|
58 * Docking Boxes code (for the sidebar editor) |
|
59 */ |
|
60 |
|
61 /* group container(s) */#sbedit {margin: 0;padding: 0;/* position:relative; /* additional outer containers must also have position:relative */}/* keyboard navigation tooltip */.dbx-tooltip {display:block;position:absolute;margin:36px 0 0 125px;width:185px;border:1px solid #000;background:#ffd;color:#000;font:normal normal normal 0.85em tahoma, arial, sans-serif;padding:2px 4px 3px 5px;text-align:left;}* html .dbx-tooltip { width:195px; }/* use CSS2 system colors in CSS2 browsersbut not safari, which doesn't support them */*[class="dbx-tooltip"]:lang(en) {border-color:InfoText;background:InfoBackground;color:InfoText;font:small-caption;font-weight:normal;}/* additional clone styles */.dbx-clone {opacity: 0.8;}.dbx-content ul {margin: 0; padding: 0;}.dbx-content li a, .dbx-content li a:hover {text-decoration: none; color: #666;}.dbx-content2 {background-color: #DDD; margin: 0px 1px 0px 1px;}/* toolbar */div.toolbar {border-bottom: 1px solid #909090;background-color: #D0D0D0;padding: 2px 0;height: 22px;font-family: arial, sans-serif;font-size: 8pt;}div.toolbar ul {margin: 0;padding: 0;}div.toolbar ul li {list-style: none;margin: 0;float: left;}div.toolbar a img {opacity: 0.6;/*filter: alpha(opacity=60);*/}div.toolbar a:hover img {opacity: 1;/*filter: alpha(opacity=100);*/}div.toolbar a {display: block;padding: 2px;border: 1px solid transparent;cursor: default;width: auto;color: #000000;margin: 0 2px;max-height: 16px;text-decoration: none;}div.toolbar a:hover {border: 1px solid #202090;background-color: #ceceed;color: #000000;text-decoration: none;}div.toolbar a:active {border: 1px solid #A0A0A0;background-color: #E0E0E0;}div.toolbar img {margin: 0;padding: 0;display: inline;border-width: 0px;}div.toolbar a span {position: relative;top: -4px;}div.toolbar li span {padding-left: 2px;padding-right: 5px;}/* vertical toolbar */div.toolbar_vert {border: 1px solid #909090;background-color: #D0D0D0;padding: 2px 0;}div.toolbar_vert ul {margin: 0;padding: 0;}div.toolbar_vert ul li {list-style: none;margin: 0;}div.toolbar_vert a img {opacity: 0.6;/*filter: alpha(opacity=60);*/}div.toolbar_vert a:hover img {opacity: 1;/*filter: alpha(opacity=100);*/}div.toolbar_vert a {display: block;padding: 2px;border: 1px solid transparent;cursor: default;width: auto;color: #000000;margin: 0 2px;max-height: 16px;text-decoration: none;}div.toolbar_vert a:hover {border: 1px solid #202090;background-color: #ceceed;color: #000000;text-decoration: none;}div.toolbar_vert a:active {border: 1px solid #A0A0A0;background-color: #E0E0E0;}div.toolbar_vert img {margin: 0;padding: 0;display: inline;border-width: 0px;}div.toolbar_vert a span {position: relative;top: -4px;}div.toolbar_vert li span {padding-left: 2px;padding-right: 5px;} |
|
62 |
|
63 /* Header */ |
|
64 |
|
65 table#enano-main td#head-main { |
|
66 text-align: center; |
|
67 } |
|
68 |
|
69 table#enano-main td#head-main h1 { |
|
70 font-size: 14pt; |
|
71 } |
|
72 |
|
73 /* The "page tools" bar below the site logo but above the page content */ |
|
74 div.pagebar { background-color: #B0D0F0; margin-top: 0px; padding: 3px; font-size: 7pt; } |
|
75 div.pagebar a { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; } |
|
76 div.pagebar a.selected { background-color: #FFFFFF; color: #000040; font-weight: bold; } |
|
77 div.pagebar a:hover { cursor: pointer; padding: 3px; margin-left: 3px; margin-right: 3px; text-decoration: none; color: #406080; background-color: #D0F0FF; } |
|
78 div.pagebar input { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #E0F0FF; } |
|
79 div.pagebar input:hover { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #D0F0FF; } |
|
80 div.pagebar input:focus { font-family: Bon Apetit, sans-serif; font-size: 7pt; border: 0; margin: 0px 0px 0px 0px; text-decoration: none; color: #406080; background-color: #F0F0FF; } |
|
81 |
|
82 /* Tweaks for the popup menu version of the same thing */ |
|
83 div.pagebar#pagebarpopup { display: none; position: absolute; width: 150px; padding: 0; overflow: hidden; } |
|
84 div.pagebar#pagebarpopup a, div#pagebarpopup2 a { display: block; margin: 0; } |
|
85 |
|
86 /* Content area */ |
|
87 table#enano-main td#main-main { |
|
88 padding: 10px 0; |
|
89 } |
|
90 |
|
91 /* Text, headings, and links inside the main div (usually #ajaxEditContainer but used some other places as well) * / |
|
92 table#enano-main td#main-main h2 { border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
|
93 table#enano-main td#main-main h3 { font-size: 11pt; font-weight: bold; } |
|
94 table#enano-main td#main-main li { list-style: url(../images/bullet.gif); } |
|
95 table#enano-main td#main-main blockquote { background-color: #F4F4F4; border: 1px dotted #406080; margin: 1em; padding: 10px; max-height: 250px; overflow: auto; } |
|
96 table#enano-main td#main-main a { color: #7090B0; } |
|
97 table#enano-main td#main-main a:hover { color: #90B0D0; } |
|
98 table#enano-main td#main-main a[href ^="http://"] { color: #80A0C0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; } |
|
99 table#enano-main td#main-main a[href ^="https://"] { color: #80A0C0; background: url(../images/bleu/https.gif) center right no-repeat; padding-right: 16px; } |
|
100 table#enano-main td#main-main a[href ^="mailto:"] { color: #80A0C0; background: url(../images/bleu/email.gif) center right no-repeat; padding-right: 16px; } |
|
101 table#enano-main td#main-main a[href ^="irc://"] { color: #80A0C0; background: url(../images/bleu/irc.gif) center right no-repeat; padding-right: 16px; } |
|
102 table#enano-main td#main-main a[href ^="http://"]:hover { color: #A0C0E0; background: url(../images/bleu/external.gif) center right no-repeat; padding-right: 16px; } |
|
103 table#enano-main td#main-main a[href ^="https://"]:hover { color: #A0C0E0; background: url(../images/bleu/https.gif) center right no-repeat; padding-right: 16px; } |
|
104 table#enano-main td#main-main a[href ^="mailto:"]:hover { color: #A0C0E0; background: url(../images/bleu/email.gif) center right no-repeat; padding-right: 16px; } |
|
105 table#enano-main td#main-main a[href ^="irc://"]:hover { color: #A0C0E0; background: url(../images/bleu/irc.gif) center right no-repeat; padding-right: 16px; } |
|
106 |
|
107 /* Footer */ |
|
108 |
|
109 table#enano-main td#foot-main { |
|
110 color: #AAA; |
|
111 font-size: 7pt; |
|
112 } |
|
113 |
|
114 /* Styled boxes */ |
|
115 |
|
116 .mdg-comment, .mdg-infobox { margin-left: 1em; padding: 7px; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
|
117 |
|
118 /* Tables */ |
|
119 |
|
120 .tblholder { margin: 10px 0 0 0; padding: 0; border: 1px solid #AAAAAA; background-color: #E8E8E8; } |
|
121 div.tblholder td.row1 { padding: 4px; background-color: #E0E0E0; } |
|
122 div.tblholder td.row2 { padding: 4px; background-color: #F0F0F0; } |
|
123 div.tblholder td.row3 { padding: 4px; background-color: #E8E8E8; } |
|
124 div.tblholder th { padding: 4px; background-color: #7080A0; font-weight: bold; text-align: center; color: #FFFFFF; } |
|
125 div.tblholder th.subhead { padding: 4px; background-color: #90A0B0; font-weight: bold; text-align: center; color: #FFFFFF; } |
|
126 div.tblholder table { background-color: #FFFFFF; width: 100%; } |
|
127 |
|
128 /* Buttons and textboxes - these settings are used almost everywhere */ |
|
129 |
|
130 input, textarea, select { border: 1px solid #406080; background-color: #F2F2F2; padding: 3px; font-family: arial, helvetica, sans-serif; font-size: 9pt; } |
|
131 input:hover, textarea:hover, select:hover { border: 1px solid #6080A0; background-color: #F8F8F8; padding: 3px; } |
|
132 input:focus, textarea:focus, select:focus { border: 1px solid #90B0D0; background-color: #FFFFFF; padding: 3px; } |
|
133 label { padding: 3px; cursor: pointer; } |
|
134 label:hover { padding: 3px; cursor: pointer; background-color: #F0F0F0; } |
|
135 input#pageheading { font-size: 14pt; border-bottom: 1px solid #90B0D0; margin-bottom: 0; } |
|
136 |