source: extensions/PwgCarbon/admin/theme.css @ 18843

Last change on this file since 18843 was 18843, checked in by Miklfe, 11 years ago
File size: 2.8 KB
Line 
1
2
3H3.ima {
4    color: #000000;
5    font-size: 15px;
6}
7
8H3.imanoir {
9    color: #FFFFFF;
10    font-size: 15px;
11}
12
13tr.ton {
14    margin: 10px;
15}
16
17td.check {
18    text-align: center;
19}
20
21td.imag {
22    text-align: right;
23    width: 100px;
24    height: 25px;
25    vertical-align: bottom;
26    line-height: 1px;
27}
28
29th {
30    padding-left: 10px;
31    padding-right: 10px;
32}
33
34TABLE {
35    margin-right: 0px;
36}
37
38#style, #option {
39    float: left;
40    padding-left: 20px;
41}
42
43#color {
44    float: right;
45    padding-left: 15%;
46}
47
48#theme {
49    float: left;
50    padding-left: 15%;
51}
52
53#optMenuIdent {
54    width: 50%;
55        float:right;
56}
57
58.jquery-checkbox {
59    display: inline;
60    font-size: 20px;
61    line-height: 20px;
62    cursor: pointer;
63}
64
65.jquery-checkbox .mark {
66    display: inline;
67}
68
69.jquery-checkbox img {
70    vertical-align: middle;
71    width: 60px;
72    height: 20px;
73}
74
75.jquery-checkbox img {
76    background: url("images/checkbox.png") no-repeat scroll 0% 0% transparent;
77}
78
79.jquery-checkbox img {
80    background-position: 0px 0px;
81}
82
83.jquery-checkbox-hover img {
84    background-position: 0px -20px;
85}
86
87.jquery-checkbox-checked img {
88    background-position: 0px -40px;
89}
90
91.jquery-checkbox-checked .jquery-checkbox-hover img {
92    background-position: 0px -60px;
93}
94
95.jquery-checkbox-disabled img {
96    background-position: 0px -80px;
97}
98
99.jquery-checkbox-checked .jquery-checkbox-disabled img {
100    background-position: 0px -100px;
101}
102
103/* Lytetip */
104* html a:hover {
105    background: none repeat scroll 0% 0% transparent;
106}
107
108.lytetip {
109    z-index: 24;
110    text-decoration: none;
111    outline: medium none;
112}
113
114.lytetip span {
115    color: #000000;
116    position: absolute;
117    top: 2em;
118    left: 0px;
119    padding: 0.5em 0.8em;
120    background: none repeat scroll 0% 0% #F4F5FB;
121    border: 1px solid #888888;
122    border-radius: 5px 5px 5px 5px;
123    box-shadow: 1px 2px 3px 0px #949494;
124    opacity: 0.95;
125    text-align: left;
126    display: none;
127    width: 400px;
128    margin-left: -400px;
129    font: 8pt "Trebuchet MS",Arial,Helvetica,sans-serif ! important;
130}
131
132a.lytetip:hover {
133    border: medium none;
134}
135
136.lytetip:hover {
137    z-index: 25;
138    text-decoration: none;
139}
140
141.lytetip:hover span {
142    display: block;
143}
144
145.lytetip:hover em {
146    font-size: 1.2em;
147    font-weight: bold;
148    display: block;
149    padding: 0px 0px 0.6em;
150}
151
152.lytetip:hover .lbTipImg {
153    border: 0px none;
154    margin: -20px 0px 0px -36px;
155    float: left;
156    position: absolute;
157    height: 32px;
158    width: 32px;
159}
160
161span.lbCustom {
162    padding: 0.5em 0.8em 0.5em 1.5em ! important;
163}
164
165span.lbIEFix {
166    padding: 0.5em 0.8em ! important;
167}
168
169.lytetip .lbInfo {
170    background: none repeat scroll 0% 0% #DFDFDF;
171}
172
173.lytebox{
174       
175}
176
177.lytebox  table{
178        border-collapse:collapse;
179        width:400px;
180        font-size: 8pt;
181}
182
183.lytebox th, .lytebox td {
184        border:1px solid black;
185        width:100px;
186        background-color:#efefef;
187        text-align:center;
188}
189
190
Note: See TracBrowser for help on using the repository browser.