source: extensions/stripped_black_bloc/theme.css @ 11822

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

adding a round border
changed the way to recognize album : clear border
thumbnails caption = false compatible
bar removed
pwg stuff witdh restricted to 2width except for stuff_thumbnail
thumbnails generation based on file first

File size: 3.0 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}
34#menubar {
35    display: inline;
36    float: left;
37    margin: 0 0 10px 1em;
38    padding: 0;
39    width: 18em;
40} 
41.stuffs_thumbnails .bloc {
42        position:relative !important;
43        top:auto !important;
44        left:auto !important;
45}
46.stuffs_thumbnails .bloc {
47    display: inline-block !important;
48}
49.stuffs_thumbnails #thumbnails {
50        margin:0;
51}
52.stuffs_thumbnails .bloc {
53        margin-left:auto;
54        margin-right:auto;
55        padding:0;
56       
57}
58.bloc_stuff {
59        z-index:999;
60}
61#thePicturePage .stuffs_thumbnails {
62        width:auto;
63}
64.bloc {
65    display: block;
66    margin: 3px;
67    padding: 5px;
68    width: 150px;
69                z-index:999;
70}
71.content_block, .bloc_stuff, #subcontent .middle_block {
72    margin: 3px !important;
73}
74.content_block {
75        z-index:999;
76}
77.bloc * {
78    position: relative;
79}
80.bloc .title {
81    left: 6px;
82    max-width: 138px;
83    padding: 7px 10px 6px;
84    position: absolute;
85    top: 6px;
86    z-index: 1;
87    cursor: pointer;
88    display: block;
89    float: left;
90    margin-right: 5px;
91    padding: 7px 10px 8px;
92}
93.bloc a {
94    display: block;
95    overflow: hidden;
96    position: relative;
97    text-indent: -9999px;
98    width: 160px;
99}
100.nav_bulle {
101    font-size: 9px;
102    font-weight: bold;
103    margin-right: 5px;
104    padding: 7px 10px 8px;
105}
106#thumb_navigation {
107        display:none
108}
109#subcontent .stuffs_block #comments ul.thumbnailCategories, #comments ul {
110        padding:20px;
111}
112/****************
113 color backgroung etc
114 ************************/
115body {
116    background-color: #1E1E1E;
117    color: #FFFFFF;
118    font-family: Helvetica,Arial,sans-serif;
119    margin: 5px;
120}
121a {
122    color: #FFFFFF;
123    text-decoration: none;
124}
125.masonry-brick, .bloc .title, .nav_bulle {
126        color: #FFFFFF;
127        background-image: url("img/btn.png");
128        border-radius: 5px 5px 5px 5px;
129        font-family: Helvetica,Arial,sans-serif;
130        font-size: 9px;
131        font-weight: bold;
132        text-align: center;
133        text-decoration: none;
134        text-transform: uppercase;
135        white-space: normal;
136
137}
138.bloc a {
139    border-radius: 5px 5px 5px 5px;
140}
141#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
142  background: transparent
143}
144#theHeader, .titrePage, .titrePage a, .footer_login a, .navigationBar a {
145    color: #E6554F;
146}
147.album {
148        background-color:#595959;
149}
150
151.content_block .additional_info {
152        color:inherit;
153        background: none;
154        border:none;
155}
156.content_block, .bloc_stuff {
157        border: 1px solid #424242;
158}
159#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
160        border:none;
161}
Note: See TracBrowser for help on using the repository browser.