source: extensions/stripped_black_bloc/theme.css @ 11696

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

custom navigation bar
menu switch works according to the config and at the first run
custom album tittle color

File size: 2.6 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 {
50        width:400px;
51}
52.stuffs_thumbnails #thumbnails {
53        margin:0;
54}
55#thePicturePage .stuffs_thumbnails {
56        width:auto;
57}
58.bloc {
59    display: block;
60    margin: 3px;
61    padding: 5px;
62    width: 150px;
63                z-index:999;
64}
65.content_block {
66        z-index:999;
67}
68.bloc * {
69    position: relative;
70}
71.bloc .title {
72    left: 6px;
73    max-width: 138px !important;
74    padding: 7px 10px 6px;
75    position: absolute;
76    top: 6px;
77    z-index: 1;
78    cursor: pointer;
79    display: block;
80    float: left;
81    margin-right: 5px;
82    padding: 7px 10px 8px;
83}
84.bloc a {
85    display: block;
86    overflow: hidden;
87    position: relative;
88    text-indent: -9999px;
89    width: 160px;
90}
91.nav_bulle {
92    font-size: 9px;
93    font-weight: bold;
94    margin-right: 5px;
95    padding: 7px 10px 8px;
96}
97#thumb_navigation {
98        display:none
99}
100/****************
101 color backgroung etc
102 ************************/
103body {
104    background-color: #1E1E1E;
105    color: #FFFFFF;
106    font-family: Helvetica,Arial,sans-serif;
107    margin: 5px;
108}
109a {
110    color: #FFFFFF;
111    text-decoration: none;
112}
113.bloc .title, .nav_bulle {
114        color: #FFFFFF;
115        background-image: url("img/btn.png");
116        border-radius: 5px 5px 5px 5px;
117        font-family: Helvetica,Arial,sans-serif;
118        font-size: 9px;
119        font-weight: bold;
120        text-align: center;
121        text-decoration: none;
122        text-transform: uppercase;
123        white-space: normal;
124
125}
126.bloc a {
127    border-radius: 5px 5px 5px 5px;
128}
129#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
130  background: transparent
131}
132#theHeader, .titrePage, .titrePage a, .footer_login a, .navigationBar a {
133    color: #E6554F;
134}
135.album .title {
136        color:#F8CDCB;
137}
138
139.content_block .additional_info {
140        color:inherit;
141}
Note: See TracBrowser for help on using the repository browser.