Changeset 290 for trunk/style
- Timestamp:
- Dec 27, 2009, 1:08:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/style/style.css
r286 r290 3 3 font-size: 14px; 4 4 font-family: Verdana, Arial, SunSans-Regular, Sans-Serif; 5 color: # 564b47;5 color: #362b27; 6 6 padding: 0px; 7 7 margin: 0px; … … 21 21 a:visited 22 22 { 23 color: #c43300;23 color: #c43300; 24 24 } 25 25 26 26 a:hover 27 27 { 28 color: #c 43300;28 color: #c3300; 29 29 } 30 30 … … 345 345 text-align: center; 346 346 } 347 348 #header ul 349 { 350 list-style: none; 351 padding: 0; 352 margin: 0; 353 } 354 355 #header li 356 { 357 float: left; 358 border: 1px solid #bbb; 359 border-bottom-width: 0; 360 margin: 0; 361 } 362 363 #header a 364 { 365 text-decoration: none; 366 display: block; 367 background: #eee; 368 padding: 0.24em 1em; 369 color: #c00; 370 text-align: center; 371 } 372 373 #header a:hover 374 { 375 background: #fdd; 376 } 377 378 #header #selected 379 { 380 border-color: black; 381 } 382 383 #header #selected a 384 { 385 position: relative; 386 top: 1px; 387 background: white; 388 color: black; 389 font-weight: bold; 390 } 391 392 #content 393 { 394 border: 1px solid black; 395 clear: both; 396 padding: 5px; 397 } 398
Note:
See TracChangeset
for help on using the changeset viewer.