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

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

[extension] piwishack - correction bugs
bug:1263
bug:1267
bug:1262

File size: 1.1 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         
17         background-color : #111111;
18         color : grey;
19}
20
21BODY#thePiwiShackControllerPage #content .name_share {
22         background: transparent;
23         margin: 10px;
24         margin-right: 30px;
25         margin-left: 30px;
26         padding: 10px
27}
28
29BODY#thePiwiShackControllerPage #content .txt_share {
30         padding: 0 0 0 10px;
31         text-align: left;
32         font-weight: bold;
33}
34
35BODY#thePiwiShackControllerPage #content .img_share {
36         left: 50px;
37         top: 50px;
38         padding:10px;
39}
40
41/* Petite touche perso */
42::-moz-selection{
43         background:#cc0000;
44         color:#fff;
45}
46
47::selection {
48         background:#cc0000;
49         color:#fff;
50}
51
52code::-moz-selection {
53         background: #333333;
54}
55
56code::selection {
57         background: #333333;
58}
59
60BODY#thePiwiShackControllerPage #content .title_bloc::-moz-selection {
61         background:#ddd;
62         color:#603;
63}
Note: See TracBrowser for help on using the repository browser.