source: extensions/piwishack/style.css @ 28566

Last change on this file since 28566 was 23724, checked in by gil, 11 years ago
File size: 2.2 KB
Line 
1.piwishack {
2  background-color: #222;
3  position: absolute;
4  visibility: hidden;
5  left: 50px;
6  top: 50px;
7  border: 4px groove orange; /* #ff4020; */
8  padding: 0;
9  margin: 0;
10  color: #ccc;
11  z-index: 999; 
12}
13.piwishack .header, .piwishack .footer {
14  font-size: 140%;
15  font-weight: bold;
16  text-align: right;
17  padding: 5px 10px;
18  margin: 0;
19  background-color: #333;
20  color: #fff;
21}
22
23.piwishack .area {
24  padding: 10px;
25  border-top: 1px solid #444;
26  border-bottom: 1px solid #444;
27}
28
29.piwishack h1 {
30  color:#ccc;
31  font-size:120%;
32  font-weight:bold;
33  text-align: center;
34  margin: 0 0 10px 0;
35  padding: 0;
36  background-image: none;
37  background-color: #222;
38  /* border: 1px solid green; */
39}
40.piwishack h2 {
41  color:#ccc;
42  font-size:100%;
43  font-weight:bold;
44  text-align: left;
45  padding-left: 25px;
46  background-image: none;
47  background-color: #222;
48}
49.piwishack label, .piwishack span {
50  padding-left: 10px;
51}
52
53.piwishack textarea {
54  background-color: #444;
55  color: #ccc;
56} 
57
58.piwishack input[type="radio"] {
59  margin: 0 5px;
60}
61.piwishack button, .piwishack input[type="button"] {
62  font-weight: bold;
63}
64.piwishack .txtbutton {
65  font-size: 140%;
66  vertical-align: bottom;
67  margin: 0 15px;
68  color: #159;
69}
70
71.piwishack .tab, .piwishack .tabselected {
72  font-weight: bold;
73  border-left: 1px solid #888;
74  border-top: 1px solid #888;
75  border-right: 1px solid #888;
76  border-radius: 4px 4px 0 0;
77  border-width: 1px 1px 0 1px;
78  padding: 6px 15px 2px 15px;
79} 
80.piwishack .tab {
81  background-color: #444;
82  color: #888;
83} 
84.piwishack .tabselected {
85  background-color: #222;
86  color: #fff;
87} 
88
89.piwishack img {
90  /* border: 1px solid yellow; */ 
91  vertical-align: top;
92}
93
94.piwishack .sheet, .piwishack .sheetselected { 
95  border: 1px solid #888;
96  padding: 3px 8px;
97  border-radius: 0 4px 4px 4px;
98}
99.piwishack .sheetselected {
100  display: block;
101}
102.piwishack .sheet {
103  display: none;
104}
105
106span.pattern {
107        background-color: yellow;
108        padding: 0 5px;
109        margin-left: 2px;
110}
111
112span.propertyleft {
113  font-weight:bold;
114  float:left;
115  width:30%;
116  text-align:right;
117  margin:0;
118  padding:0 0.5em 0 0
119}
Note: See TracBrowser for help on using the repository browser.