source: extensions/stripped_black_bloc/theme.css @ 11516

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

remove event for the number of pics per page
attempt to set the table as block

File size: 1.3 KB
Line 
1#theCategoryPage #content, #content, #subcontent, #the_page {
2    max-width: none;
3}
4#theCommentsPage #content,
5#theUploadPage #content,
6#theRegisterPage #content,
7#theIdentificationPage #content,
8#theProfilePage #content,
9#theSearchPage #content,
10#theAboutPage #content,
11#thePopuphelpPage #content,
12#thePasswordPage #content,
13#theNotificationPage #content,
14#theTagsPage #content,
15#theNBMPage #content
16{
17        width:auto;
18}
19#menubar_container, #subcontent {
20    display: block;
21}
22.bloc {
23                display: block;
24    margin: 3px;
25    padding: 5px;
26    width: 150px;
27}
28.bloc * {
29    position: relative;
30}
31.bloc .title {
32            color: #FFFFFF;
33    left: 6px;
34    max-width: 138px !important;
35    padding: 7px 10px 6px;
36    position: absolute;
37    top: 6px;
38    z-index: 1;
39    background-image: url("img/btn.png");
40    border-radius: 5px 5px 5px 5px;
41    cursor: pointer;
42    display: block;
43    float: left;
44    font-family: Helvetica,Arial,sans-serif;
45    font-size: 9px;
46    font-weight: bold;
47    margin-right: 5px;
48    padding: 7px 10px 8px;
49    text-align: center;
50    text-decoration: none;
51    text-transform: uppercase;
52    white-space: normal;
53}
54.bloc a {
55    border-radius: 5px 5px 5px 5px;
56    display: block;
57    overflow: hidden;
58    position: relative;
59    text-indent: -9999px;
60    width: 160px;
61}
Note: See TracBrowser for help on using the repository browser.