source: extensions/stripped_black_bloc/theme.css @ 11677

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

masonry works for thumbnails album and thumbnails pics
all max-width cancelled
menu switch works

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