Changeset 5392
- Timestamp:
- 05/04/2007 11:23:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/classic/style.css
r2145 r5392 49 49 body { 50 50 background: #fff; 51 border: solid 2px#565;52 border-bottom: solid 1px#565;53 border-top: solid 3px#565;51 border: 2px solid #565; 52 border-bottom: 1px solid #565; 53 border-top: 3px solid #565; 54 54 color: #000; 55 55 font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; … … 72 72 73 73 h3 { 74 border-bottom: dotted 1px#eee;74 border-bottom: 1px dotted #eee; 75 75 font-family: "Times New Roman", Times, serif; 76 76 margin-top: 0; … … 97 97 .credit { 98 98 background: #90a090; 99 border-top: double 3px#aba;99 border-top: 3px double #aba; 100 100 color: #fff; 101 101 font-size: 11px; … … 167 167 #header { 168 168 background: #90a090; 169 border-bottom: double 3px#aba;170 border-left: solid 1px#9a9;171 border-right: solid 1px#565;172 border-top: solid 1px#9a9;169 border-bottom: 3px double #aba; 170 border-left: 1px solid #9a9; 171 border-right: 1px solid #565; 172 border-top: 1px solid #9a9; 173 173 font: italic normal 230% 'Times New Roman', Times, serif; 174 174 letter-spacing: 0.2em; … … 189 189 background: #fff; 190 190 border-left: 1px dotted #ccc; 191 border-top: solid 3px#e0e6e0;191 border-top: 3px solid #e0e6e0; 192 192 padding: 20px 0 10px 30px; 193 193 position: absolute;
Note: See TracChangeset
for help on using the changeset viewer.