Changeset 1842
- Timestamp:
- 11/03/09 08:46:53 (13 years ago)
- Location:
- themes/wellington
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/wellington/_define.php
r1806 r1842 16 16 /* Description*/ "Dark Theme with a cool name", 17 17 /* Author */ "Osku", 18 /* Version */ '0.1. 6'18 /* Version */ '0.1.7' 19 19 ); 20 20 ?> -
themes/wellington/wellington.css
r1835 r1842 119 119 120 120 /* Divers éléments de type en-ligne (8) */ 121 sup, sub { 122 color:#555753; 123 } 124 121 125 em { 122 126 … … 204 208 /* Styles de base pour les listes de définition */ 205 209 dl { 206 background:transparent url(img/pattern-form.jpg)top left;207 border:1px solid #888a85; 210 /*background:transparent url(img/pattern-form.jpg)top left; 211 border:1px solid #888a85;*/ 208 212 } 209 213 dt { … … 581 585 } 582 586 #comments dl,#pings dl{ 587 color:#d3d7cf; 583 588 padding:3px 8px;text-shadow: 0 1px #333; 584 589 } 585 590 #comments dt,#pings dt { 591 font-size:87%; 592 color:#888a85; 586 593 margin:0 0 0 5px; 587 594 padding:0 ; … … 595 602 margin-left: 2em; 596 603 } 597 #comments dt.me{ 598 text-shadow:0 1px #111; 599 color:#eeeeec; 600 } 604 601 605 #comments .first { } 602 606 #comments .odd { } 603 #comments .me {604 margin-left: 1em;605 text-shadow:0 1px #111; 606 color:#eeeeec; 607 padding-left:1em; 608 border-left:2px dotted #729FCF 607 #comments dd.me { 608 color:#eeeeec; 609 } 610 611 #comments dt.me a{ 612 609 613 } 610 614 … … 627 631 margin:0 0 0 8px; 628 632 } 629 #comment-form .content {633 #comment-form .content, #comment-form .smilies { 630 634 width:98%; 631 635 } 636 637 #comment-form .smilies span { 638 margin:0.5em 0; 639 } 640 632 641 .field label { 633 642 display:block; … … 675 684 #comments-feed { } 676 685 677 686 a.comment-number, a.ping-number{} 678 687 679 688 /* ------------------------------------------------------------ … … 950 959 --------------------------------------------------- */ 951 960 .litribune h2 a {color:#eeeeec} 952 #sidebar .litribune{color:# EEEEEC}961 #sidebar .litribune{color:#d3d7cf} 953 962 #sidebar .litribune fieldset{font-size:80%;border:1px solid #888a85;padding:3px 8px;text-shadow: 0 1px #333;} 954 963 #sidebar .litribune p.buttons input {background-color:#2e3436;border:1px solid #555753 ;padding:3px 8px;text-shadow: 0 1px #111;color:#eeeeec;} 955 964 #sidebar .litribune p.buttons input:hover {color:#729FCF} 956 965 #sidebar .tribune {padding-bottom:5px;} 957 #sidebar .tribune dl {font-size:87%; ;border:1px solid #888a85;padding:3px 8px;text-shadow: 0 1px #333;}966 #sidebar .tribune dl {font-size:87%;text-shadow: 0 1px #333;} 958 967 #sidebar .tribune dt{color:#729FCF} 959 968 #sidebar .tribune dt.even{color:#EEEEEC} 960 969 #sidebar .tribune p {margin:0 0 0.7em} 961 #sidebar .tribune dt span{color:# 888a85;font-size:90%;font-family:DroidMono,monospace;padding:0 0 0 5px;}962 #sidebar .litribune span.button { background:transparent url(smilies/list-add.png)no-repeat center left;padding-left:20px;}970 #sidebar .tribune dt span{color:#555753;font-size:90%;font-family:DroidMono,monospace;padding:0 0 0 5px;} 971 #sidebar .litribune span.button {} 963 972 #sidebar .litribune a.add { 964 973 background:transparent url(img/pattern-form.jpg)top left; 965 border:1px solid # 555753;974 border:1px solid #729FCF; 966 975 -moz-background-clip:border; 967 976 -moz-background-inline-policy:continuous;
Note: See TracChangeset
for help on using the changeset viewer.