source: extensions/stripped_black_bloc/theme.css @ 11842

Last change on this file since 11842 was 11842, checked in by flop25, 13 years ago

bloc width no more imposed
deleting id="thumbnails_block2

File size: 4.2 KB
Line 
1/**/
2#theCategoryPage #content, #content, #subcontent, #the_page, #thumbnails_block1, #thePicturePage #content {
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:auto;
19}
20/*
21#menubar_container {
22    display: inline-block;
23
24
25 #subcontent {
26    display: inline-block;
27                width:100%;
28
29*/
30 #subcontent {
31    min-height: 490px;
32                display:block;
33                width:auto;
34}
35#menubar {
36    display: inline;
37    float: left;
38    margin: 0 0 10px 1em;
39    padding: 0;
40    width: 18em;
41} 
42.stuffs_thumbnails .bloc {
43        position:relative !important;
44        top:auto !important;
45        left:auto !important;
46}
47.stuffs_thumbnails .bloc {
48    display: inline-block !important;
49}
50.stuffs_thumbnails #thumbnails {
51        margin:0;
52}
53.stuffs_thumbnails .bloc {
54        margin-left:auto;
55        margin-right:auto;
56        padding:0;
57       
58}
59.bloc_stuff {
60        z-index:999;
61}
62#thePicturePage .stuffs_thumbnails {
63        width:auto;
64}
65.bloc {
66    display: block;
67    margin-top: 3px;
68                margin-bottom:3px;
69    padding: 5px;
70                z-index:999;
71}
72.content_block, .bloc_stuff, #subcontent .middle_block {
73    margin: 3px !important;
74}
75.content_block {
76        z-index:999;
77}
78.bloc * {
79    position: relative;
80}
81.bloc .title {
82    left: 6px;
83    max-width: 138px;
84    padding: 7px 10px 6px;
85    position: absolute;
86    top: 6px;
87    z-index: 1;
88    cursor: pointer;
89    display: block;
90    float: left;
91    margin-right: 5px;
92    padding: 7px 10px 8px;
93}
94.bloc a {
95    display: block;
96    overflow: hidden;
97    position: relative;
98    text-indent: -9999px;
99    width: 160px;
100}
101.nav_bulle {
102    font-size: 9px;
103    font-weight: bold;
104    margin-right: 5px;
105    padding: 7px 10px 8px;
106}
107#thumb_navigation {
108        display:none
109}
110#subcontent .stuffs_block #comments ul.thumbnailCategories, #comments ul {
111        padding:20px;
112}
113#subcontent .stuffs_block, .content_block {
114        padding:0;
115}
116#theHeader h1 {
117        padding:0;
118}
119       
120/****************
121 color backgroung etc
122 ************************/
123body {
124    background-color: #1E1E1E;
125    color: #FFFFFF;
126    font-family: Helvetica,Arial,sans-serif;
127    margin: 5px;
128}
129a {
130    color: #FFFFFF;
131    text-decoration: none;
132}
133.masonry-brick, .bloc .title, .nav_bulle {
134        color: #FFFFFF;
135        background-image: url("img/btn.png");
136        border-radius: 5px 5px 5px 5px;
137        font-family: Helvetica,Arial,sans-serif;
138        font-size: 9px;
139        font-weight: bold;
140        text-align: center;
141        text-decoration: none;
142        text-transform: uppercase;
143        white-space: normal;
144
145}
146.bloc a {
147    border-radius: 5px 5px 5px 5px;
148}
149#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
150  background: transparent
151}
152#theHeader a, .titrePage a, .footer_login a, .navigationBar a {
153    color: #E6554F;
154}
155.album {
156        background-color:#595959;
157}
158
159.content_block .additional_info {
160        color:inherit;
161        background: none;
162        border:none;
163}
164.content_block, .bloc_stuff {
165        border: 1px solid #424242;
166}
167#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
168        border:none;
169}
170#menubar {
171        color: #FFFFFF;
172        background-image: url("img/btn.png");
173        border-radius: 5px 5px 5px 5px;
174        font-family: Helvetica,Arial,sans-serif;
175        font-size: 12px;
176        font-weight: bold;
177        text-decoration: none;
178        white-space: normal;
179        border: 1px solid #424242;
180        padding:5px;
181}
182#menubar dd{
183        font-weight:normal;
184}
185.browsePath, #theHeader, .titrePage .categoryActions, #imageTitle, .randomButtons, #footer_left, #copyright {
186        color: #FFFFFF;
187        background-image: url("img/btn.png");
188        background-color:transparent;
189        border-radius: 5px 5px 5px 5px;
190        font-family: Helvetica,Arial,sans-serif;
191        font-size: 9px;
192        font-weight: bold;
193        text-decoration: none;
194        text-transform: uppercase;
195        white-space: normal;
196        border: 1px solid #424242;
197        padding:5px;
198}
199#tabZone {
200        color: #FFFFFF;
201        background-image: url("img/btn.png");
202        border-radius: 5px 5px 5px 5px;
203        font-family: Helvetica,Arial,sans-serif;
204        font-size: 9px;
205        font-weight: bold;
206        text-decoration: none;
207        text-transform: uppercase;
208        white-space: normal;
209        border: 1px solid #424242;
210        padding:5px;
211        background-color:transparent;
212}
213#tabZone * {
214        color: #FFFFFF;
215        background-color:transparent;
216}
Note: See TracBrowser for help on using the repository browser.