- Timestamp:
- Oct 19, 2008, 3:12:47 PM (12 years ago)
- Location:
- web/branches/test/trac/htdocs/common/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
web/branches/test/trac/htdocs/common/css/trac.css
r2682 r3034 86 86 option { border-bottom: 1px dotted #d7d7d7 } 87 87 fieldset { border: 1px solid #d7d7d7; padding: .5em; margin: 1em 0 } 88 form p.hint, form span.hint { color: #666; font-s ize: 85%; font-style: italic; margin: .5em 0;88 form p.hint, form span.hint { color: #666; font-style: italic; margin: .5em 0; 89 89 padding-left: 1em; 90 90 } … … 97 97 * html fieldset.iefix { width: 98% } 98 98 fieldset.iefix p { margin: 0 } 99 legend { color: #999; padding: 0 .25em; font- size: 90%; font-weight: bold }99 legend { color: #999; padding: 0 .25em; font-weight: bold } 100 100 label.disabled { color: #d7d7d7 } 101 101 .buttons { margin: .5em .5em .5em 0 } … … 103 103 .buttons input { margin: 1em .5em .1em 0 } 104 104 .inlinebuttons input { 105 font-size: 70%;106 105 border-width: 1px; 107 106 border-style: dotted; … … 248 247 clear: both; 249 248 color: #999; 250 font-size: 90%;251 249 margin: 1em; 252 250 text-align: right; … … 293 291 width: 100%; 294 292 } 295 #info th, #info td { font-size: 85%;padding: 2px .5em; vertical-align: top }293 #info th, #info td { padding: 2px .5em; vertical-align: top } 296 294 #info th { font-weight: bold; text-align: left; white-space: nowrap } 297 295 #info td.message { width: 100% } … … 497 495 border: none; 498 496 } 499 #content.error #tbtoggle { font-size: 80%; }500 497 #content.error #traceback div { margin-left: 1em; } 501 #content.error #traceback h3 { font-size: 95%;margin: .5em 0 0; }498 #content.error #traceback h3 { margin: .5em 0 0; } 502 499 #content.error #traceback :link var, #content.error #traceback :visited var { 503 500 font-family: monospace; … … 505 502 font-weight: bold; 506 503 } 507 #content.error #traceback span.file { color: #666; font-size: 85%;}504 #content.error #traceback span.file { color: #666;} 508 505 #content.error #traceback ul { list-style: none; margin: .5em 0; padding: 0; } 509 506 #content.error #traceback ol { 510 507 border: 1px dotted #d7d7d7; 511 508 color: #999; 512 font-size: 85%;513 509 line-height: 1; 514 510 margin: .5em 0; … … 520 516 #content.error #traceback table { margin: .5em 0 1em; } 521 517 #content.error #traceback th, #content.error #traceback td { 522 font-size: 85%;padding: 1px;518 padding: 1px; 523 519 } 524 520 #content.error #traceback th var { … … 527 523 } 528 524 #content.error #traceback td code { white-space: pre; } 529 #content.error #traceback pre { font-size: 95%; }530 525 531 526 #content .paging { margin: 0 0 2em; padding: .5em 0 0; 532 font-size: 85%;line-height: 2em; text-align: center;527 line-height: 2em; text-align: center; 533 528 } 534 529 #content .paging .current { … … 548 543 #content .paging .previous a, 549 544 #content .paging .next a { 550 font-size: 150%;font-weight: bold; border: none;545 font-weight: bold; border: none; 551 546 } 552 547 #content .paging .previous a:hover, … … 555 550 } 556 551 557 #content h2 .numresults { color: #666; font-size: 90%;}552 #content h2 .numresults { color: #666; } 558 553 559 554 /* Styles for search word highlighting */ -
web/branches/test/trac/htdocs/common/css/wiki.css
r2977 r3034 2 2 3 3 /* Styles for the page editing form */ 4 #edit #rows { float: right; font-size: 80%}5 #edit #rows select { font-size: 90%}4 #edit #rows { float: right;} 5 #edit #rows select { } 6 6 #edit #text { clear: both; width: 100% } 7 7 #edit .wikitoolbar { float: left; }
Note: See TracChangeset
for help on using the changeset viewer.