Difference between revisions of "Template:Washington"
Line 270: | Line 270: | ||
padding-top: 5px; | padding-top: 5px; | ||
} | } | ||
+ | /* side bar css */ | ||
+ | #sidebar { | ||
+ | width:300px; | ||
+ | float:left; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | width:724px; | ||
+ | float:right; | ||
+ | padding-left:24px; | ||
+ | } | ||
+ | |||
+ | /* navigation */ | ||
+ | nav { | ||
+ | width:300px; | ||
+ | background-color:rgb(240,240,240); | ||
+ | border:solid 1px rgb(220,220,220); | ||
+ | padding:0 12px; | ||
+ | } | ||
+ | |||
+ | nav.stick { | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | z-index: 10000; | ||
+ | margin-top:12px; | ||
+ | } | ||
+ | |||
+ | nav ul { | ||
+ | list-style-type:none; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | |||
+ | nav li { | ||
+ | |||
+ | } | ||
+ | |||
+ | nav li a { | ||
+ | color:rgb(50,50,50); | ||
+ | font-weight:700; | ||
+ | } | ||
+ | |||
+ | a.nav-active { | ||
+ | color:#ccc; | ||
+ | } | ||
+ | |||
Revision as of 06:02, 13 September 2015