source: extensions/piwishack/template/controller.css @ 6771

Last change on this file since 6771 was 6771, checked in by Gotcha, 14 years ago

bug:1800
bug:1801
Typo & CSS

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