source: extensions/sobre/theme.css @ 5589

Last change on this file since 5589 was 5589, checked in by Gotcha, 14 years ago

Modifs on theme.css

File size: 4.1 KB
Line 
1/* $ Id: theme.css 2010-04-03 Par Gotcha pour son thème "Sobre" $ */
2
3/* Importation de feuilles de styles additionnelles */
4@import "menu.css";
5@import "slider.css";
6
7/* Le header */
8/* Fonctionne avec l'administration */
9#theHeader p {
10        display:none;
11} /* Désactivé par défaut */
12
13/* text color */
14BODY, H1, H3,
15INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ {
16        color:#d0d0d0;
17}
18H2, #menubar DT {
19        color: #fff48e;
20}
21
22/* backgrounds */
23
24BODY, H3, #imageBar, #imageToolBar A:hover {
25        background: #393737
26}
27BODY {
28background: #EAEAEA url(images/background-0.png) repeat-x top;
29}
30
31#menubar DL, .content, #imageToolBar, .header_notes {
32        background-color: #505050;
33}
34H2 {
35        background-image: url(images/tableh1_bg.png);
36        color: #fff48e;
37}
38#imageHeaderBar H2 {
39        background-image: none;
40        background-color: transparent;
41        border: none;
42}
43#imageHeaderBar {
44        background-image: url(images/tableh2_bg.png);
45        background-repeat: repeat-x;
46        background-position: center;
47        border-top: 1px solid #000;
48}
49
50/* borders */
51.content{
52        border: 1px solid #252525;
53        margin: 0;
54}
55H2, #imageToolBar {
56        border-bottom: 1px solid #000;
57}
58FIELDSET, INPUT, SELECT, TEXTAREA,
59.content DIV.thumbnailCategory {
60        border: 1px solid gray;
61}
62.content UL.thumbnails SPAN.wrap2 {
63        border: 1px solid #aaaaaa;      /* thumbnails border color and style */
64        border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */
65}
66.content UL.thumbnails SPAN.wrap2:hover,
67.content UL.thumbnailCategories DIV.thumbnailCategory:hover,
68.content UL.thumbnailCategories DIV.thumbnailCategory:hover A {
69        background-color: #faebd7;
70        border-color: yellow;   /* thumbnails border color when mouse cursor is over it */
71        color: black;
72}
73
74
75/* links */
76A, INPUT.rateButton {
77        color: #fff;
78        border: none;
79}
80A:hover {
81        color: #FFF48E;
82}
83
84/* Pied de page */
85#copyright {
86        color: black;
87}
88#copyright a {
89        color: #FF7700;
90}
91
92/* Whois Online */
93.Online {
94        color: #444444;
95}
96.Online a {
97        color: black;
98}
99 
100/* Couleur de fond */
101.content, #imageToolBar, .header_notes {
102        background-color: black;
103}
104#imageToolBar {
105        background-color:#505050;
106}
107
108/* Cadre autour de la page */
109#thePicturePage {
110        border:1px solid white;
111}
112
113/* Les polices */
114h2 {
115        font-family:Mon-menu;
116        font-size:18px;
117        font-style:italic;
118        font-weight:normal;
119}
120.content ul.thumbnails span.thumbLegend {
121        height: 100%;
122}
123
124/* Plus de place pour le texte des catégories */
125.content ul.thumbnails span.wrap2, .content div.thumbnailCategory div.description  {
126        height: 190px;
127}
128.content div.thumbnailCategory div.description .text {
129        text-align: justify;
130        padding-right:5px;
131}
132.content div.thumbnailCategory div.description {
133        overflow: none;
134}
135
136/* Correction de l'affichage de la liste des tags */
137ul.tagSelection {
138        width:100%;
139}
140ul.tagSelection li{
141        float:left;
142        width:150px!important;
143        overflow:hidden;
144}
145
146/* Tips pour picture.tpl */
147#theImage img {
148        margin-top: 10px;
149}
150#theImage p {
151        color: #000;
152        font-style:italic;
153        margin:10px auto auto;
154        position:relative;
155        width:800px;
156}
157
158/* Modification de zone de commentaires */
159#comments fieldset {
160        margin: auto;
161        padding: 0;
162        background-color: #F0F0F0;
163        color: black;
164}
165#comments fieldset legend {
166        margin-left: 10px;
167        background: #F0F0F0;
168}
169#thePicturePage form.filter fieldset ul, #thePicturePage form.filter fieldset label {
170        display:block;
171        float:none;
172        margin-right:0;
173        padding:0;
174}
175table.commentr {
176        margin-top: -20px;
177        margin-bottom: -10px;
178}
179#outils {
180        padding-top: 17px;
181}
182form.filter input[type="submit"] {
183        margin-top:0;
184}
185form fieldset p {
186        margin-top:0;
187}
188#comments  {
189        border-width:0;
190        padding:5px;
191}
192#theImage table {
193        background-color: #D3D3D3;
194        border:1px solid #000;
195        width: 800px;
196        margin:10px auto 0;
197}
198#comments table tbody tr td {
199        height:138px;
200}
201#comments {
202        width: 910px;
203        margin: 0 auto;
204        background-color: #505050;
205}
206#comments h3 {
207        margin:14px -5px;
208        padding:0 7px;
209}
210#comments table tbody tr td  select {
211        width: 95px;
212}
213#comments SPAN.author {
214        font-weight:bold;
215}
216#comments blockquote {
217        border-color:black;
218        border-style:solid;
219        border-width:0 0 0 2px;
220        padding-left:5px;
221        font-style:italic;
222}
223#stuffs_block_3 #comments { /* Tip pour la page d'accueil */
224        width: 100%;
225}
Note: See TracBrowser for help on using the repository browser.