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 | .bloc { |
---|
20 | display: block; |
---|
21 | margin: 3px; |
---|
22 | padding: 5px; |
---|
23 | width: 150px; |
---|
24 | } |
---|
25 | .bloc * { |
---|
26 | position: relative; |
---|
27 | } |
---|
28 | .bloc .title { |
---|
29 | color: #FFFFFF; |
---|
30 | left: 6px; |
---|
31 | max-width: 138px !important; |
---|
32 | padding: 7px 10px 6px; |
---|
33 | position: absolute; |
---|
34 | top: 6px; |
---|
35 | z-index: 1; |
---|
36 | background-image: url("img/btn.png"); |
---|
37 | border-radius: 5px 5px 5px 5px; |
---|
38 | cursor: pointer; |
---|
39 | display: block; |
---|
40 | float: left; |
---|
41 | font-family: Helvetica,Arial,sans-serif; |
---|
42 | font-size: 9px; |
---|
43 | font-weight: bold; |
---|
44 | margin-right: 5px; |
---|
45 | padding: 7px 10px 8px; |
---|
46 | text-align: center; |
---|
47 | text-decoration: none; |
---|
48 | text-transform: uppercase; |
---|
49 | white-space: normal; |
---|
50 | } |
---|
51 | .bloc a { |
---|
52 | border-radius: 5px 5px 5px 5px; |
---|
53 | display: block; |
---|
54 | overflow: hidden; |
---|
55 | position: relative; |
---|
56 | text-indent: -9999px; |
---|
57 | width: 160px; |
---|
58 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.