source: extensions/stripped_black_bloc/theme.css @ 11630

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

it's getting closer.. next : change margin by js and category

File size: 1.9 KB
Line 
1/**/
2#theCategoryPage #content, #content, #subcontent, #the_page, #thumbnails_block1 {
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    margin-left: 20em;
32    min-height: 466px;
33                display:inherit;
34}
35#menubar {
36    display: inline;
37    float: left;
38    margin: 0 0 10px 1em;
39    padding: 0;
40    width: 18em;
41} 
42
43.bloc {
44    display: block;
45    margin: 3px;
46    padding: 5px;
47    width: 150px;
48}
49.bloc * {
50    position: relative;
51}
52.bloc .title {
53            color: #FFFFFF;
54    left: 6px;
55    max-width: 138px !important;
56    padding: 7px 10px 6px;
57    position: absolute;
58    top: 6px;
59    z-index: 1;
60    background-image: url("img/btn.png");
61    border-radius: 5px 5px 5px 5px;
62    cursor: pointer;
63    display: block;
64    float: left;
65    font-family: Helvetica,Arial,sans-serif;
66    font-size: 9px;
67    font-weight: bold;
68    margin-right: 5px;
69    padding: 7px 10px 8px;
70    text-align: center;
71    text-decoration: none;
72    text-transform: uppercase;
73    white-space: normal;
74}
75.bloc a {
76    border-radius: 5px 5px 5px 5px;
77    display: block;
78    overflow: hidden;
79    position: relative;
80    text-indent: -9999px;
81    width: 160px;
82}
83/** color **/
84body {
85    background-color: #1E1E1E;
86    color: #FFFFFF;
87    font-family: Helvetica,Arial,sans-serif;
88    margin: 5px;
89}
90a {
91    color: #FFFFFF;
92    text-decoration: none;
93}
94#thePicturePage .left_block, #thePicturePage .right_block, #thePicturePage .middle_block, #content {
95  background: transparent
96}
97#theHeader, .titrePage, .titrePage a {
98    color: #E6554F;
99}
Note: See TracBrowser for help on using the repository browser.