Changeset 1704

Show
Ignore:
Timestamp:
12/16/06 09:02:44 (2 years ago)
Author:
coderanger
Message:

IntraBlogTheme:

Clean up the mainnav CSS a bit.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • intrablogtheme/0.10/intrablogtheme/templates/css.cs

    r1700 r1704  
    5353#rightTopPan{width:334px; height:432px; background:url(<?cs var:chrome.href ?>/theme/images/menubg.jpg) 0 0 no-repeat;} 
    5454 
    55 #rightTopPan ul{width:110px; /*height:250px;*/ position:relative; top:94px; left:30px;} 
    56 #rightTopPan ul li{/*width:94px; */height:27px; border-bottom:1px solid #E1E1E1;} 
    57 #rightTopPan ul li a{/*width:76px; */height:26px; display:block; background:url(<?cs var:chrome.href ?>/theme/images/arrow.gif) 0 50% no-repeat #fff; color:#1B0000; font:11px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 0 0 18px; text-decoration:none; text-transform:uppercase; border: none; overflow: hidden;} 
    58 #rightTopPan ul li a:hover{/*width:76px; */height:26px; display:block; background:url(<?cs var:chrome.href ?>/theme/images/arrow.gif) 0 50% no-repeat #fff; color:#CC0000;} 
     55#rightTopPan ul{width:110px; position:relative; top:94px; left:30px;} 
     56#rightTopPan ul li{height:27px; border-bottom:1px solid #E1E1E1;} 
     57#rightTopPan ul li a{background:url(<?cs var:chrome.href ?>/theme/images/arrow.gif) 0 50% no-repeat; color:#1B0000; font:11px/26px "Trebuchet MS", Arial, Helvetica, sans-serif; padding:0 0 0 18px; text-decoration:none; text-transform:uppercase; border: none; overflow: hidden;} 
     58#rightTopPan ul li a:hover{color:#CC0000;} 
    5959 
    6060#rightTopPan ul li.active a{color:#CC0000;}