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

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

[extension] piwishack - minor change

File size: 1.0 KB
Line 
1BODY#thePiwiShackControllerPage #content {
2         margin: 1em;
3}
4BODY#thePiwiShackControllerPage #theHeader P {
5         display: none;
6}
7BODY#thePiwiShackControllerPage {
8         min-width: 0;
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 10px;
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
40/* Petite touche perso */
41::-moz-selection{
42         background:#cc0000;
43         color:#fff;
44}
45
46::selection {
47         background:#cc0000;
48         color:#fff;
49}
50
51code::-moz-selection {
52         background: #333333;
53}
54
55code::selection {
56         background: #333333;
57}
58
59BODY#thePiwiShackControllerPage #content .title_bloc::-moz-selection {
60         background:#ddd;
61         color:#603;
62}
63/* --------------- */
Note: See TracBrowser for help on using the repository browser.