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

Last change on this file since 18316 was 18316, checked in by Gotcha, 12 years ago

New icons, simplify the popup

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         width: 128px;
39}
40
41BODY#thePiwiShackControllerPage #content .title_bloc {
42         padding: 0 0 0 20px;
43}
44
45BODY#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
60code::-moz-selection {
61         background: #333333;
62}
63
64code::selection {
65         background: #333333;
66}
67
68BODY#thePiwiShackControllerPage #content .title_bloc::-moz-selection {
69         background:#ddd;
70         color:#603;
71}
72/* --------------- */
Note: See TracBrowser for help on using the repository browser.