Line | |
---|
1 | BODY#thePiwiShackControllerPage #content { |
---|
2 | margin: 1em; |
---|
3 | } |
---|
4 | BODY#thePiwiShackControllerPage #theHeader P { |
---|
5 | display: none; |
---|
6 | } |
---|
7 | BODY#thePiwiShackControllerPage { |
---|
8 | max-width: 1190px; |
---|
9 | } |
---|
10 | TEXTAREA { |
---|
11 | width: 95%; |
---|
12 | } |
---|
13 | |
---|
14 | BODY#thePiwiShackControllerPage #content .title_plugin { |
---|
15 | text-align: center; |
---|
16 | background-color : #111111; |
---|
17 | color : grey; |
---|
18 | } |
---|
19 | |
---|
20 | BODY#thePiwiShackControllerPage #content .name_share { |
---|
21 | background: transparent; |
---|
22 | margin: 10px; |
---|
23 | margin-right: 30px; |
---|
24 | margin-left: 30px; |
---|
25 | padding: 10px; |
---|
26 | } |
---|
27 | |
---|
28 | BODY#thePiwiShackControllerPage #content .txt_share { |
---|
29 | padding: 0 0 0 25px; |
---|
30 | text-align: left; |
---|
31 | font-weight: bold; |
---|
32 | } |
---|
33 | |
---|
34 | BODY#thePiwiShackControllerPage #content .img_share { |
---|
35 | left: 50px; |
---|
36 | top: 50px; |
---|
37 | padding: 10px; |
---|
38 | width: 128px; |
---|
39 | } |
---|
40 | |
---|
41 | BODY#thePiwiShackControllerPage #content .title_bloc { |
---|
42 | padding: 0 0 0 20px; |
---|
43 | } |
---|
44 | |
---|
45 | BODY#thePiwiShackControllerPage #theHeader, #copyright { |
---|
46 | display: none; |
---|
47 | } |
---|
48 | |
---|
49 | /* Petite touche perso */ |
---|
50 | ::-moz-selection{ |
---|
51 | background:#cc0000; |
---|
52 | color:#fff; |
---|
53 | } |
---|
54 | |
---|
55 | ::selection { |
---|
56 | background:#cc0000; |
---|
57 | color:#fff; |
---|
58 | } |
---|
59 | |
---|
60 | code::-moz-selection { |
---|
61 | background: #333333; |
---|
62 | } |
---|
63 | |
---|
64 | code::selection { |
---|
65 | background: #333333; |
---|
66 | } |
---|
67 | |
---|
68 | BODY#thePiwiShackControllerPage #content .title_bloc::-moz-selection { |
---|
69 | background:#ddd; |
---|
70 | color:#603; |
---|
71 | } |
---|
72 | /* --------------- */ |
---|
Note: See
TracBrowser
for help on using the repository browser.