/b2evolution/corporatemag/rsc/css/tabs.css
http://laibcomsthemes.googlecode.com/ · CSS · 67 lines · 55 code · 12 blank · 0 comment · 0 complexity · 8b66f59a35bb2bca097fc2c3c3ef4dae MD5 · raw file
- #tab-content {
- width:302px;
- height:247px;
- float:right;
- }
-
- #tab-content .tabnav {
- margin:0;
- padding:0;
- }
-
- #tab-content .tabnav li {
- background-color:#5986B8;
- border:1px solid #4D729D;
- float:left;
- font-size:14px;
- border:none;
- margin-right:5px;
- text-transform:capitalize;
- }
-
- #tab-content .tabnav li.last { margin:0; }
-
- #tab-content .tabnav li a {
- color:#FFFFFF;
- padding:0 4px;
- display:block;
- float:left;
- height:25px;
- line-height:25px;
- border:1px solid #4D729D;
- }
-
- #tab-content .tabnav li.ui-tabs-selected a { background-color:#6A829C; }
-
- .tabdiv {
- clear:left;
- }
-
- .tabdiv li {
- background:transparent url('../img/list-separator.gif') repeat-x 0 100%;
- height:27px;
- line-height:25px;
- color:#FFFFFF;
- }
-
- .tabdiv li a {
- background:transparent url('../img/arrow.gif') no-repeat 0 1px;
- padding-left:20px;
- color:#FFFFFF;
- }
-
- #recent-comments li span, #recent-comments li li {
- background:transparent url('../img/arrow.gif') no-repeat 0 7px;
- padding-left:20px;
- color:#FFFFFF;
- }
-
- #recent-comments li a {
- background:none;
- padding:0;
- }
-
- .ui-tabs-hide {
- display: none;
- }