source: extensions/sobre/theme.css @ 5583

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

Add theme.css and some img

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