2 * Stylesheet for FusionForge default theme.
3 * 2009 Matthieu FAURE // Open-S: global clean-up
5 * CONTENT: all generic styles (not page-related)
6 * ========================================================
10 body {color: rgb(68, 68, 68); background-color: rgb(247, 247, 247); }
15 a {text-decoration:none; color:rgb(1, 73, 144); }
16 a:hover {text-decoration: underline; color: rgb(247, 0, 0); }
17 a.userlink {color: white; }
18 a.userlink:hover {text-decoration: underline; color: white;}
19 a.userlink:visited {text-decoration: none; color: white; }
20 th, td {text-align:left; border:none; }
21 #mydoc {text-align: left;}
22 input[type="text"], input[type="password"], textarea {
28 background: rgb(66, 69, 82) url("../images/header/top-middle.gif") top left repeat-x;
32 #header td {padding:0; }
60 .tabGenerator {font-weight:bold; margin:0; }
61 .tabGenerator td {padding:0; }
62 .tabGenerator .tg-left div div {
63 background: 0 0 url(/themes/gforge/images/toptab-new/left.gif) no-repeat;
68 .tabGenerator .tg-middle {
69 vertical-align: middle;
71 .tabGenerator .tg-middle div div {
72 background: url(/themes/gforge/images/toptab-new/middle.gif);
74 vertical-align: middle;
77 .tabGenerator .tg-right div div {
78 background: 0 0 url(/themes/gforge/images/toptab-new/right.gif) no-repeat;
84 .tabGenerator .tg-left div div.nested {width:5px; }
85 .tabGenerator .tg-right div div.nested {width:2px; }
86 .tabGenerator .tg-left div div.nested,
87 .tabGenerator .tg-middle div div.nested,
88 .tabGenerator .tg-right div div.nested {height: 22px; padding-top:0.5em; }
90 .tabGenerator .tg-left div.selected div {background-image:url(/themes/gforge/images/toptab-new/selected-left.gif); }
91 .tabGenerator .tg-middle div.selected div {background-image: url(/themes/gforge/images/toptab-new/selected-middle.gif); }
92 .tabGenerator .tg-right div.selected div {background-image: url(/themes/gforge/images/toptab-new/selected-right.gif)}
94 .tabGenerator .tg-left div div.nested {background:0 0 url(/themes/gforge/images/bottomtab-new/middle.gif); }
95 .tabGenerator .tg-middle div div.nested {background:url(/themes/gforge/images/bottomtab-new/middle.gif); }
96 .tabGenerator .tg-right div div.nested {background: 0 0 url(/themes/gforge/images/bottomtab-new/separator.gif); }
98 .tabGenerator .tg-left div.selected div.nested {background:0 0 url(/themes/gforge/images/bottomtab-new/selected-middle.gif); }
99 .tabGenerator .tg-middle div.selected div.nested{background:url(/themes/gforge/images/bottomtab-new/selected-middle.gif); }
100 .tabGenerator .tg-right div.selected div.nested {background: 0 0 url(/themes/gforge/images/bottomtab-new/selected-separator.gif); }
102 /* set padding only for non nested tabs */
103 .tabGenerator .tg-middle div div a {display:block; padding-top: 0.5em;}
104 .tabGenerator .tg-middle div div.nested a {display:inline;}
106 /* set white color only for nested + selected tab */
107 .tabGenerator .tg-middle div div.nested a {color: white;}
108 .tabGenerator .tg-middle div.selected div.nested a {color: rgb(1,73,144);;}
111 .topTab, a.topTab, a.topTab:visited, a.topTab:hover,
112 .topTabSelected, a.topTabSelected, a.topTabSelected:visited,
113 a.topTabSelected:hover {
114 text-decoration: none;
116 color: rgb(68, 68, 68);
117 font-family: arial, helvetica, sans-serif;
121 .bottomTab, a.bottomTab, a.bottomTab:visited, a.bottomTab:hover {
122 text-decoration: none;
125 font-family: arial, helvetica, sans-serif;
129 .bottomTabSelected, a.bottomTabSelected, a.bottomTabSelected:visited,
130 a.bottomTabSelected:hover {
131 text-decoration: none;
133 color: rgb(68, 68, 68);
134 font-family: arial, helvetica, sans-serif;
144 vertical-align: middle;
149 color: rgb(112, 112, 112);
150 background-color: white;
153 /*--------------------------------------------------
154 REQUIRED to hide the non-active tab content.
155 But do not hide them in the print stylesheet!
156 --------------------------------------------------*/
157 .tabberlive .tabbertabhide {
161 /*--------------------------------------------------
162 .tabber = before the tabber interface is set up
163 .tabberlive = after the tabber interface is set up
164 --------------------------------------------------*/
171 /*--------------------------------------------------
172 ul.tabbernav = the tab navigation list
173 li.tabberactive = the active tab
174 --------------------------------------------------*/
178 border-bottom: 1px solid #778;
190 border: 1px solid #778;
193 text-decoration: none;
196 ul.tabbernav li a:link { color: #333333; }
197 ul.tabbernav li a:visited { color: #667; }
199 ul.tabbernav li a:hover {
205 ul.tabbernav li.tabberactive a {
206 background-color: #fff;
207 border-bottom: 1px solid #fff;
210 ul.tabbernav li.tabberactive a:hover {
213 border-bottom: 1px solid white;
216 /*--------------------------------------------------
217 .tabbertab = the tab content
218 Add style only after the tabber interface is set up (.tabberlive)
219 --------------------------------------------------*/
220 .tabberlive .tabbertab {
222 border:1px solid #aaa;
226 /* If desired, hide the heading since a heading is provided by the tab */
227 .tabberlive .tabbertab h2 {
230 .tabberlive .tabbertab h3 {
234 /* Example of using an ID to set different styles for the tabs on the page */
239 .tabberlive#tab2 .tabbertab {
248 /* Boxes (top / middle / bottom)
249 ----------------------------------------------- */
255 background-image: url(../images/box-topleft.png);
256 background-repeat: no-repeat;
257 background-position: top left;
261 background-image: url(../images/box-topright.png);
262 background-repeat: no-repeat;
263 background-position: top right;
267 background-image: url(../images/box-grad.png);
269 padding: 0.2em 0.1em 0.1em;
273 background-image: url(../images/vert-grad.png);
278 background-image: url(../images/box-grad.png);
280 padding: 0.2em 0.5em 0.1em;
284 ----------------------------------------------- */