source: extensions/stripped_black_bloc/theme.css @ 13015

Last change on this file since 13015 was 13015, checked in by flop25, 12 years ago

compatible with stripped 2.1

File size: 5.2 KB
Line 
1/**/
2#theCategoryPage #content, #content, #subcontent, #the_page, #thumbnails_block1, #thePicturePage #content, #content_cell {
3    max-width: none;
4}
5#theCommentsPage #content,
6#theUploadPage #content,
7#theRegisterPage #content,
8#theIdentificationPage #content,
9#theProfilePage #content,
10#theSearchPage #content,
11#theAboutPage #content,
12#thePopuphelpPage #content,
13#thePasswordPage #content,
14#theNotificationPage #content,
15#theTagsPage #content,
16#theNBMPage #content
17{
18        width:100%;
19}
20/*
21#menubar_container {
22    display: inline-block;
23
24
25 #subcontent {
26    display: inline-block;
27                width:100%;
28
29*/
30 #footer {
31    position: relative;
32}
33#the_page
34{
35        padding-bottom: 20px;
36}
37.nav_bulle {
38  position: relative;
39}
40.titrePage {
41    height: 32px;
42}
43.titrePage img {
44    max-height: 16px;
45    max-width: 16px;
46}
47 #content_cell {
48    min-height: 490px;
49                display:block;
50                width:auto;
51}
52 #subcontent {
53                display:block;
54                width:auto;
55}
56.subcontent .stuffs_block, .content_block {
57    max-width:none;
58}
59.content_block {
60    border:none;
61}
62.content_block #comments ul {
63    display: block;
64}
65
66#menubar {
67    display: inline;
68    float: left;
69    margin: 0 10px 10px 1em;
70    padding: 0;
71    width: 18em;
72} 
73.stuffs_thumbnails .bloc {
74        position:relative !important;
75        top:auto !important;
76        left:auto !important;
77}
78.stuffs_thumbnails .bloc {
79    display: inline-block !important;
80}
81.stuffs_thumbnails #thumbnails {
82        margin:0;
83}
84.stuffs_thumbnails .bloc {
85        margin-left:auto;
86        margin-right:auto;
87        padding:0;
88       
89}
90.bloc_stuff {
91        z-index:999;
92}
93#thePicturePage .stuffs_thumbnails {
94        width:auto;
95}
96.bloc, .bloc_big {
97    display: block;
98    margin-top: 3px;
99                margin-bottom:3px;
100    padding: 5px;
101                z-index:999;
102}
103.content_block, .bloc_stuff, #subcontent .middle_block {
104    margin: 3px !important;
105}
106.content_block {
107        z-index:999;
108}
109.bloc *, .bloc_big * {
110    position: relative;
111}
112.bloc .title, .bloc_big .title {
113    left: 6px;
114    max-width: 138px;
115    padding: 7px 10px 6px;
116    position: absolute;
117    top: 6px;
118    z-index: 1;
119    cursor: pointer;
120    display: block;
121    float: left;
122    margin-right: 5px;
123    padding: 7px 10px 8px;
124}
125.bloc a, .bloc_big a {
126    display: block;
127    overflow: hidden;
128    position: relative;
129    text-indent: -9999px;
130    width: 160px;
131}
132.nav_bulle {
133    font-size: 9px;
134    font-weight: bold;
135    margin-right: 5px;
136    padding: 7px 10px 8px;
137}
138.titrePage .categoryActionsContainer {
139 /*   float: none; */
140}
141.categoryActions {
142    display: inline;
143    float: right;
144}
145#thumb_navigation {
146        display:none
147}
148#subcontent .stuffs_block #comments ul.thumbnailCategories, #comments ul {
149        padding:20px;
150    display: inline-block;
151}
152#subcontent .stuffs_block, .content_block {
153        padding:0;
154}
155#theHeader h1 {
156        padding:0;
157}
158       
159/****************
160 color backgroung etc
161 ************************/
162body {
163    background-color: #1E1E1E;
164    color: #FFFFFF;
165    font-family: Helvetica,Arial,sans-serif;
166    margin: 5px;
167}
168a {
169    color: #FFFFFF;
170    text-decoration: none;
171}
172.masonry-brick, .bloc .title, .nav_bulle {
173        color: #FFFFFF;
174        background-image: url("img/btn.png");
175        border-radius: 5px 5px 5px 5px;
176        font-family: Helvetica,Arial,sans-serif;
177        font-size: 9px;
178        font-weight: bold;
179        text-align: center;
180        text-decoration: none;
181        text-transform: uppercase;
182        white-space: normal;
183
184}
185.bloc a {
186    border-radius: 5px 5px 5px 5px;
187}
188#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
189  background: transparent
190}
191#theHeader a, .titrePage a, .footer_login a, .navigationBar a {
192    color: #E6554F;
193}
194.album {
195        background-color:#595959;
196}
197
198.content_block .additional_info {
199        color:inherit;
200        background: none;
201        border:none;
202}
203.bloc_stuff {
204        border: 1px solid #424242;
205}
206#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
207        border:none;
208}
209#menubar {
210        color: #FFFFFF;
211        background-image: url("img/btn.png");
212        border-radius: 5px 5px 5px 5px;
213        font-family: Helvetica,Arial,sans-serif;
214        font-size: 12px;
215        font-weight: bold;
216        text-decoration: none;
217        white-space: normal;
218        border: 1px solid #424242;
219        padding:5px;
220}
221#menubar dd{
222        font-weight:normal;
223}
224.browsePath, #theHeader, #imageTitle, .randomButtons, #footer_left, #copyright {
225        color: #FFFFFF;
226        background-image: url("img/btn.png");
227        background-color:transparent;
228        border-radius: 5px 5px 5px 5px;
229        font-family: Helvetica,Arial,sans-serif;
230        font-size: 9px;
231        font-weight: bold;
232        text-decoration: none;
233        text-transform: uppercase;
234        white-space: normal;
235        border: 1px solid #424242;
236        padding:5px;
237}
238.titrePage .categoryActions {
239        color: #FFFFFF;
240        background-image: url("img/btn.png");
241        background-color:transparent;
242        border-radius: 5px 5px 5px 5px;
243        font-family: Helvetica,Arial,sans-serif;
244        font-size: 9px;
245        font-weight: bold;
246        text-decoration: none;
247        text-transform: uppercase;
248        white-space: normal;
249        border: 1px solid #424242;
250}
251.categoryActions li {
252        padding:5px;
253}
254
255#tabZone {
256        color: #FFFFFF;
257        background-image: url("img/btn.png");
258        border-radius: 5px 5px 5px 5px;
259        font-family: Helvetica,Arial,sans-serif;
260        font-size: 9px;
261        font-weight: bold;
262        text-decoration: none;
263        text-transform: uppercase;
264        white-space: normal;
265        border: 1px solid #424242;
266        padding:5px;
267        background-color:transparent;
268}
269#tabZone * {
270        color: #FFFFFF;
271        background-color:transparent;
272}
Note: See TracBrowser for help on using the repository browser.