- Timestamp:
- Aug 19, 2010, 1:15:21 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
web/trunk/trac/htdocs/libcaca.css
r4536 r4539 1 1 /* 2 2 TRAC THEME - cacalabs 2010 by Cacacrew 3 3 */ 4 4 5 /* = styles généraux= */5 /* = GENERAL STYLES = */ 6 6 7 7 body { … … 12 12 margin: 0; 13 13 } 14 15 14 body, td, th, h1, h2, h3, h4, #main { 16 15 font-family: "URW Gothic L", Helvetica, Verdana; 17 16 } 18 17 h1 :link, h1 :visited { 18 color: #674e4e; 19 } 19 20 .corps { 20 21 margin: 0 5px; … … 22 23 position: relative; 23 24 } 24 25 25 h1, h2, h3 { 26 26 border-style: solid; … … 31 31 color: #674e4e; 32 32 } 33 34 33 h1 { 35 34 font-size: 1.6em; … … 62 61 margin-left: 0; 63 62 } 63 64 /* links */ 64 65 :link, :visited { 65 66 color: #4E6A91; 66 67 border-bottom: none; 67 68 } 68 69 69 :link:hover, :visited:hover { 70 70 color: #2C1F1C; 71 71 background-color: inherit; 72 72 } 73 73 a.ext-link .icon { 74 background-position: right center; 75 padding-right: 16px; 76 padding-left: 0; 77 } 78 a.missing:link, 79 a.missing:visited, 80 a.missing:link:hover, 81 a.missing:visited:hover { 82 background: #EEEEAA; 83 color: #2C1F1C; 84 } 85 a.missing:link:after, 86 a.missing:visited:after, 87 a.missing:hover:after { 88 content: ' missing!'; 89 font-size: 10px; 90 color: #2C1F1C; 91 vertical-align: top; 92 padding-left: 3px; 93 } 74 94 dt em { 75 95 border-bottom:none; … … 81 101 background-color: #D7E6FF; 82 102 } 83 table.listing tbody tr:hover { background: #D7E6FF !important } 84 table.listing tbody tr.focus { background: #D7E6FF !important } 85 /* = HEADER= */103 104 /* = LAYOUT = */ 105 /* == HEADER == */ 86 106 87 107 .nav ul { … … 89 109 font-size: 12px; 90 110 } 91 92 111 .nav li.last { 93 112 border-right: none !important; 94 113 } 95 96 114 #main { 97 115 background: #fff; … … 109 127 z-index: 10; 110 128 } 111 129 #siteheader p { 130 margin-top: 0.3em; 131 } 112 132 #siteheader, #banner, #mainnav, .nav { 113 133 font-family:"Arial","Geneva",sans-serif; 114 134 } 115 135 116 /* == M ENU PRINCIPAL== */136 /* == MAINNAV == */ 117 137 118 138 #mainnav { … … 126 146 border: 1px solid #2C1F1C; 127 147 } 128 129 148 #mainnav li { 130 149 border-right-color: #674e4e; … … 137 156 padding-left: 8px; padding-right: 8px; 138 157 } 139 140 158 #mainnav :link, 141 159 #mainnav :visited, … … 144 162 #mainnav .active :link, 145 163 #mainnav .active :visited, 146 #mainnav .active :link:hover, #mainnav .active :visited:hover { 164 #mainnav .active :link:hover, 165 #mainnav .active :visited:hover { 147 166 border-right: none; 148 167 color: #fff; 149 168 } 150 151 169 #mainnav li.last, 152 170 #mainnav li.last :link:hover, … … 158 176 -moz-border-radius-topright: 5px; 159 177 } 160 161 #mainnav .active :link, #mainnav .active :visited { 162 background: #fff; 163 color: #2C1F1C; 164 } 165 166 #mainnav :link:hover, #mainnav :visited:hover, #mainnav .active :link:hover, #mainnav .active :visited:hover { 178 #mainnav .active :link, 179 #mainnav .active :visited { 180 background: #fff; 181 color: #2C1F1C; 182 } 183 #mainnav :link:hover, 184 #mainnav :visited:hover, 185 #mainnav .active :link:hover, 186 #mainnav .active :visited:hover { 167 187 background: #2C1F1C; 168 188 color: #fff; 169 189 } 170 190 171 /* == Subnav == */ 191 /* == SUBNAVS == */ 192 172 193 .nav li { 173 194 border-right: 1px solid #674E4E; … … 179 200 font-weight: bold; 180 201 } 181 182 202 #metanav :link:hover, #metanav :visited:hover { 183 203 color: #fff; 184 204 background: inherit; 185 205 } 206 #siteheader .nav :link, #siteheader .nav :visited { 207 color: #674e4e; 208 } 209 #siteheader .nav :visited:hover, #siteheader .nav :link:hover { 210 color: #674e4e; 211 background: inherit; 212 border-bottom: 1px dotted #674e4e; 213 } 214 #ctxtnav ul { 215 padding: 0.2em 0; 216 } 217 218 /* == login == */ 186 219 187 220 #loginguest a:hover, #metanav :link, #metanav :visited { … … 189 222 } 190 223 191 #siteheader p {192 margin-top: 0.3em;193 }194 195 #siteheader .nav :link, #siteheader .nav :visited {196 color: #674e4e;197 }198 199 #siteheader .nav :visited:hover, #siteheader .nav :link:hover {200 color: #674e4e;201 background: inherit;202 border-bottom: 1px dotted #674e4e;203 }204 205 #ctxtnav ul {206 padding: 0.2em 0;207 }208 209 224 /* = FOOTER = */ 210 225 … … 216 231 } 217 232 218 /* = PAGES ET MODULES = */ 219 220 /* == Styles for images in documentation and articles == */ 221 233 /* = PAGES & MODULES = */ 234 235 /* == WIKI CONTENT : Styles for images in documentation and articles == */ 236 .centertxt { 237 text-align: center; 238 } 239 .lefttxt { 240 text-align: left; 241 } 242 .righttxt { 243 text-align: right; 244 } 245 .floatleft { 246 float: left; 247 } 248 .floatright { 249 float: right; 250 } 251 .floatright img, imgfloatright { 252 margin-left: 0.2em; 253 margin-bottom: 0.2em; 254 } 255 .floatleft img, imgfloatleft { 256 margin-right: 0.2em; 257 margin-bottom: 0.2em; 258 } 222 259 img.inline, img.inlinetop { 223 260 border: solid 2px; 224 261 padding: 2px; 225 262 } 226 227 263 img.inlinetop { 228 264 vertical-align: top; 229 265 } 230 231 266 img.math { 232 267 vertical-align: middle; … … 234 269 margin-right: 10px; 235 270 } 236 237 271 img.matrix { 238 272 vertical-align: top; … … 243 277 /* == FORMS == */ 244 278 245 input[type="button"], input[type="submit"], input[type="reset"] { 279 input[type="button"], 280 input[type="submit"], 281 input[type="reset"] { 246 282 background: #674e4e; 247 283 color: #fff; … … 251 287 cursor: pointer; 252 288 } 253 input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { 289 input[type="button"]:hover, 290 input[type="submit"]:hover, 291 input[type="reset"]:hover { 254 292 background: #2C1F1C; 255 293 border: 1px solid #674e4e; 256 294 color: #fff; 257 295 } 258 #attachments input[type="button"], #attachments input[type="submit"], #attachments input[type="reset"], .buttons input[type="button"], .buttons input[type="submit"], .buttons input[type="reset"] { 296 #attachments input[type="button"], 297 #attachments input[type="submit"], 298 #attachments input[type="reset"], 299 .buttons input[type="button"], 300 .buttons input[type="submit"], 301 .buttons input[type="reset"] { 259 302 -moz-border-radius: 10px; 260 303 -webkit-border-radius: 10px; … … 265 308 border-bottom: 1px solid #2C1F1C; 266 309 padding-top: 90px; 267 width:148px; 268 } 269 #attachments input[type="button"]:hover, #attachments input[type="submit"]:hover, #attachments input[type="reset"]:hover, .buttons input[type="button"]:hover, .buttons input[type="submit"]:hover, .buttons input[type="reset"]:hover, .buttons input[type="button"]:active, .buttons input[type="submit"]:active, .buttons input[type="reset"]:active { 310 width: 148px; 311 } 312 #attachments input[type="button"]:hover, 313 #attachments input[type="submit"]:hover, 314 #attachments input[type="reset"]:hover, 315 .buttons input[type="button"]:hover, 316 .buttons input[type="submit"]:hover, 317 .buttons input[type="reset"]:hover, 318 .buttons input[type="button"]:active, 319 .buttons input[type="submit"]:active, 320 .buttons input[type="reset"]:active { 270 321 background: #2C1F1C url(boutonhover.png) no-repeat center top; 271 322 border: 0; … … 328 379 border-radius: 5px; 329 380 } 330 a.ext-link .icon {331 background-position: right center;332 padding-right: 16px;333 padding-left: 0;334 }335 381 336 382 /* === FORM TICKETS === */ … … 342 388 font-weight: bold; 343 389 } 344 345 390 #ticket { 346 391 background-color: #C1CFE5; … … 358 403 color: #674e4e; 359 404 } 360 361 405 form #comment { 362 406 width: 692px; … … 378 422 border: 1px solid #674e4e; 379 423 } 380 381 424 .wikitoolbar { 382 425 width: 252px; 383 426 } 384 385 427 .wikitoolbar :link, .wikitoolbar :visited { 386 428 border: 1px solid #674E4E; 387 429 margin-left: 2px 388 430 } 389 390 431 .wikitoolbar :active, .wikitoolbar :hover { 391 432 border: 1px solid #2C1F1C; 392 433 } 393 /* == search == */ 434 435 /* == SEARCH == */ 394 436 395 437 #content.search #results dt a { 396 438 color: #674e4e; 397 439 } 398 399 440 #content.search #results .author, #results .date { 400 441 color: #674e4e; 401 442 font-style: italic; 402 443 } 403 404 444 .searchword0 { 405 445 background: #FFBB22; 406 446 color: #2C1F1C 407 447 } 408 409 448 #content.search #results dd { 410 449 font-size: 1em; … … 415 454 background: #674e4e; 416 455 } 417 418 456 #content .paging :link, #content .paging :visited { 419 457 border: 1px solid #a3c37a; 420 458 color: #674e4e; 421 459 } 422 423 460 #content .paging :link:hover, #content .paging :visited:hover { 424 461 background: #FFBB22; … … 426 463 border: 1px solid #a3c37a; 427 464 } 428 429 465 #content .paging .previous a, 430 466 #content .paging .next a, … … 432 468 border: none; 433 469 } 434 435 470 #content .paging .previous a:hover, #content .paging .next a:hover { 436 471 color: #FFBB22; 437 472 } 438 473 439 /* roadmap*/474 /* == ROADMAP == */ 440 475 441 476 .milestone .info .date, .milestone .info h2 em { 442 477 color: #2C1F1C; 443 478 } 444 445 479 #prefs { 446 480 background: #fff; … … 450 484 } 451 485 452 /* browser */ 486 /* == BROWSER == */ 487 488 #dirlist td.age { 489 border-top: 1px solid #2C1F1C 490 border-bottom: 1px solid #2C1F1C 491 } 492 493 /* = WIKI = */ 494 495 div.code, pre.wiki, pre.literal-block { 496 background: #fff; 497 border: 1px dotted #2C1F1C; 498 } 499 .wiki-toc, #prefs, #tabs { 500 background: #fff; 501 border: 1px solid #4E6A91; 502 color: #674e4e; 503 font-size: 12px; 504 font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 505 -moz-border-radius: 5px; 506 } 507 #prefs .buttons { 508 margin-top: 0; 509 text-align: center; 510 } 511 #tabs li { 512 color: #674e4e; 513 } 514 #tabs li li.active { 515 border: 1px solid #D7E6FF; 516 background: #D7E6FF; 517 } 518 .wiki-toc :link, 519 .wiki-toc :visited { 520 color: #2C1F1C 521 } 522 .wiki-toc .active { 523 font-weight: bold; 524 } 525 526 /* == TABLE (FORUM, TIMELINE & DIFF) == */ 453 527 table.listing { 454 528 border: 1px solid #674E4E; 455 529 border-collapse: collapse; 530 } 531 table.listing thead { 532 background: #674E4E; 533 color: #fff; 456 534 } 457 535 table.listing thead th, … … 460 538 border: 1px solid #674E4E; 461 539 } 462 463 #dirlist td.age { 464 border-top: 1px solid #2C1F1C 465 border-bottom: 1px solid #2C1F1C 466 } 467 468 /* = WIKI = */ 469 470 div.code, pre.wiki, pre.literal-block { 471 background: #fff; 472 border: 1px dotted #2C1F1C; 473 } 474 475 .wiki-toc, #prefs, #tabs { 476 background: #fff; 477 border: 1px solid #4E6A91; 478 color: #674e4e; 479 font-size: 12px; 480 font-family: verdana,'Bitstream Vera Sans',helvetica,arial,sans-serif; 481 -moz-border-radius: 5px; 482 } 483 #prefs .buttons { 484 margin-top: 0; 540 table.listing thead th { 485 541 text-align: center; 486 542 } 487 #tabs li { 488 color: #674e4e; 489 } 490 #tabs li li.active { 491 border: 1px solid #D7E6FF; 492 background: #D7E6FF; 493 } 494 .wiki-toc :link, .wiki-toc :visited { 495 color: #2C1F1C 496 } 497 a.missing:link, a.missing:visited, 498 a.missing:link:hover, a.missing:visited:hover { 499 background: #BFADAD; 500 color: #2C1F1C; 501 font-style: italic; 502 } 503 504 a.missing:link:after, a.missing:visited:after, 505 a.missing:hover:after { 506 content: ' missing!'; 507 font-size: 9px; 508 color: #2C1F1C; 509 vertical-align: top; 510 padding-left: 5px; 511 } 512 513 .wiki-toc .active { 514 font-weight: bold; 515 } 516 517 h1 :link, h1 :visited { 518 color: #674e4e; 519 } 520 521 .floatleft { 522 float: left; 523 } 524 525 .floatright { 526 float: right; 527 } 528 529 .floatright img, imgfloatright { 530 margin-left: 0.2em; 531 margin-bottom: 0.2em; 532 } 533 534 .floatleft img, imgfloatleft { 535 margin-right: 0.2em; 536 margin-bottom: 0.2em; 537 } 538 /* forum */ 539 540 543 table.listing thead th a { 544 color: #fff 545 } 541 546 table.listing thead th.moderators, 542 547 table.listing tbody td.moderators, … … 547 552 display: none; 548 553 } 554 table.listing tbody tr:hover { background: #D7E6FF !important } 555 table.listing tbody tr.focus { background: #D7E6FF !important } 556 549 557 table.listing tbody td.lasttopic, 550 558 table.listing tbody td.author, … … 552 560 table.listing tbody td.lastreply { 553 561 text-align: left; 554 }555 table.listing thead th {556 text-align: center;557 }558 table.listing thead {559 background: #674E4E;560 color: #fff;561 }562 table.listing thead th a {563 color: #fff564 562 } 565 563 table.listing tbody td.topics, … … 569 567 text-align: right; 570 568 } 569 570 /* === FORUM === */ 571 571 572 .forum-list tr > td { 572 573 padding: 0.2em 0.2em !important 573 574 } 574 575 575 .forum-list th.group, .topic-list th { 576 576 background-color: #4E6A91; … … 580 580 text-align: left; 581 581 } 582 .topic-list th :link, .topic-list th :visited { 583 color: #2C1F1C; 584 } 585 .topic-list th :active, .topic-list th :hover { 586 color: #fff; 582 .forum-list th.group div.name { 583 float: left; 584 text-align: right; 585 width: 40%; 586 } 587 .forum-list th.group div.name:after { 588 content: ':'; 587 589 } 588 590 .forum-list th.group .description { 589 591 float: left; 592 } 593 .forum-list th.group div.description { 594 float: right; 595 text-align: left; 596 width: 59%; 597 } 598 599 .topic-list h1 { 600 float: left; 601 text-align: right; 602 width: 49%; 603 color: #2C1F1C; 604 } 605 .topic-list h1:after { 606 content: ':'; 590 607 } 591 608 .topic-list h1, .topic-list h2 { … … 596 613 padding-top: 0; 597 614 } 598 .topic-list h1 {599 float: left;600 text-align: right;601 width: 49%;602 color: #2C1F1C;603 }604 615 .topic-list h2 { 605 616 float: right; … … 608 619 color: #4E6A91; 609 620 } 610 .topic-list h1:after { 611 content: ':'; 612 } 613 .forum-list th.group div.name { 614 float: left; 615 text-align: right; 616 width: 49%; 617 } 618 .forum-list th.group div.name:after { 619 content: ':'; 620 } 621 .forum-list th.group div.description { 622 float: right; 623 text-align: left; 624 width: 49%; 625 } 626 627 /* admin */ 621 .topic-list th :link, .topic-list th :visited { 622 color: #2C1F1C; 623 } 624 .topic-list th :active, .topic-list th :hover { 625 color: #fff; 626 } 627 628 /* === DIFF === */ 629 630 .diff h2 { 631 color: #fff; 632 background: #4e6a91; 633 } 634 dt .time { 635 color: #2C1F1C; 636 } 637 .diff table tbody th { 638 background: #D7E6FF; 639 color: #674E4E; 640 } 641 .diff li.entry, .diff table th { 642 border-color: #4e6a91; 643 } 644 table#info li { 645 background-image: none; 646 } 647 /* == admin == */ 628 648 629 649 .admin #tabs li, .admin fieldset { … … 631 651 } 632 652 633 /* pastebin*/653 /* == PASTEBIN == */ 634 654 635 655 div.sidebar { … … 644 664 width: 180px; 645 665 } 646 /* diff */647 .diff table tbody th {648 background: #D7E6FF;649 color: #674E4E;650 }651 .diff h2 {652 color: #fff;653 background: #4e6a91;654 }655 .diff li.entry, .diff table th {656 border-color: #4e6a91;657 }658 /* */659 table#info li {660 background-image: none;661 }662 .ohloh {663 text-align: center;664 }665 dt .time {666 color: #2C1F1C;667 }
Note: See TracChangeset
for help on using the changeset viewer.