Project

General

Profile

1
@import url('core.css');
2
@import url('content.css');
3
@import url('navigation.css');
4

    
5
label { cursor :pointer; }
6
input:focus, input:active, select:focus, textarea:focus { background :#f1f8fd; }
7
iframe { border :1px solid #35373a; }
8
.title {
9
   text-align :left;
10
   padding :4px 5px 0px 3px;
11
   font-weight :bold;
12
   font-size :14px;
13
   margin-bottom :5px;
14
}
15

    
16
select option.disabled { color :#aaaaaa; }
17
.jsadmin_drag img { padding :3px 0; margin-top :0px; vertical-align :top; cursor :pointer; }
18

    
19
.save, .reset, .input_narrow { min-width :10%; }
20
#hide2, .hide, .page_list { display :none; }
21
.right{ text-align :right; }
22
.left{ text-align :left; }
23
/* set div layers in dead tables */
24
.subcolumns { width :100%; overflow :hidden; margin :10px 0; }
25
.subcolumns_oldgecko { width :100%; float :left; margin :10px 0; }
26
.c10l, .c20l, .c25l, .c33l, .c40l, .c38l, .c50l, .c60l, .c62l, .c66l, .c75l, .c80l { float :left; }
27
.c10r, .c20r, .c25r, .c33r, .c40r, .c38r, .c50r, .c60r, .c66r, .c62r, .c75r, .c80r { float :right; margin-left :-5px; }
28
  .c10l, .c10r { width :10%; }
29
  .c20l, .c20r { width :20%; line-height :2em; }
30
  .c40l, .c40r { width :40%; }
31
  .c60l, .c60r { width :60%; line-height : 2.125em; }
32
  .c25l, .c25r { width :28%; }
33
  .c33l, .c33r { width :33.333%; }
34
  .c50l, .c50r { width :50%; }
35
  .c66l, .c66r { width :66.666%; }
36
  .c38l, .c38r { width :38.2%; }
37
  .c62l, .c62r { width :61.8%; }
38
  .subc { padding :0 0.5em; }
39
  .subcl { padding :0 1em 0 0; }
40
  .subcr { padding :0 0 0 1em; }
41
.c80l, .c80r, .c90l, .c90r { width :80%; }
42
.c75l, .c75r, .c80l, .c80r { width :75%; }
43
input.submitBtn { height: 2.125em; }
44
.save_section { margin : 1.925em auto; height: 2.125em;}
45
#section-info { margin : 1.5em 0;line-height: 1.429; }
46

    
47
button.status { cursor :pointer; border-radius :5px; -khtml-border-radius :5px; -webkit-border-radius :5px; -moz-border-radius :5px; }
48
.button { font-weight: bold; cursor :pointer; background: #C9C9C9; padding: 0.425em 0.8525em; border-radius :4px; -khtml-border-radius :4px; -webkit-border-radius :4px; -moz-border-radius :4px; }
49

    
50
button[type="button"]:hover,
51
input[type="reset"]:hover,
52
input[type="submit"]:hover,
53
input[type="button"]:hover { cursor: pointer;}
54

    
55
button.href {
56
  background: transparent;
57
  border: none;
58
  cursor: pointer;
59
}
60
button.href:hover {
61
color: #166F82;
62
}
63

    
64
input[type="checkbox"] + label,
65
input[type="checkbox"] + td label {
66
  font-weight: normal;
67
  padding: 0 1.325em 0 0.825em;
68
  vertical-align: middle;
69
}
70

    
71
input[type="checkbox"], input[type="radio"] {
72
  height: 16px!important;
73
  top: 3px;
74
  width: 16px!important;
75
}
76

    
77

    
78
input[type="checkbox"]:checked { }
79
input[type="checkbox"]:checked + label,
80
input[type="checkbox"]:checked + td label {
81
  color: #2D8C0A;
82
  font-weight: bold;
83
  vertical-align: middle;
84
  padding: 0 0.825em 0 0.825em;
85

    
86
}
87
.mod-pre { overflow: auto; width: 98%; }
88

    
89

    
(23-23/30)