|
|
4d19ae |
/* CentOS Cascading Style Sheet
|
|
|
4d19ae |
* -----------------------------------------------
|
|
|
4d19ae |
* File : tabs.css
|
|
|
4d19ae |
* Category : root / common / miscellaneous
|
|
|
4d19ae |
* Theme : Modern
|
|
|
4d19ae |
* Description : CSS definitions used to build the CentOS common
|
|
|
4d19ae |
* visual style for tabs.
|
|
|
4d19ae |
* -----------------------------------------------
|
|
|
4d19ae |
* Author : CentOS Artwork SIG
|
|
|
4d19ae |
* License : GPL (http://www.fsf.org/licensing/licenses/gpl.txt)
|
|
|
4d19ae |
* -----------------------------------------------
|
|
|
4d19ae |
*/
|
|
|
4d19ae |
|
|
|
4d19ae |
|
|
|
4d19ae |
/* Tabs (Style 2): Two Rounded Borders
|
|
|
4d19ae |
-----------------------------------------------*/
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 {
|
|
|
4d19ae |
margin-left: 10px;
|
|
|
4d19ae |
margin-right: 10px;
|
|
|
4d19ae |
margin-top: 21px;
|
|
|
4d19ae |
float:right;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 a {
|
|
|
4d19ae |
color: #FFF;
|
|
|
4d19ae |
float: left;
|
|
|
4d19ae |
font-weight: bold;
|
|
|
4d19ae |
margin-right: 3px;
|
|
|
4d19ae |
padding: 0px 8px 0 0px;
|
|
|
4d19ae |
text-decoration: none;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a:hover,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a span,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a:hover span {
|
|
|
4d19ae |
color: #204A87;
|
|
|
4d19ae |
text-decoration: none;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 a span,
|
|
|
4d19ae |
div#page-footer div.tabs1 a span {
|
|
|
4d19ae |
float: left;
|
|
|
4d19ae |
padding: 5px 0px 3px 8px;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
/* */
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 a {
|
|
|
4d19ae |
background: none;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 a span {
|
|
|
4d19ae |
background: none;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a:hover {
|
|
|
d08526 |
background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/tabs3-bg.png") 100% -50px no-repeat;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a span,
|
|
|
4d19ae |
div#page-header div.tabs1 span.current a:hover span {
|
|
|
d08526 |
background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/tabs4-bg.png") 0 -50px no-repeat;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span:hover a {
|
|
|
d08526 |
background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/tabs3-bg.png") 100% 0 no-repeat;
|
|
|
4d19ae |
}
|
|
|
4d19ae |
|
|
|
4d19ae |
div#page-header div.tabs1 span:hover a span {
|
|
|
d08526 |
background: url("/home/centos/artwork/trunk/Identity/Models/Img/Promo/Web/tabs4-bg.png") 0 0;
|
|
|
4d19ae |
}
|