-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadmin.css
More file actions
117 lines (100 loc) · 2.13 KB
/
admin.css
File metadata and controls
117 lines (100 loc) · 2.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
td
{ COLOR: #000000;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 8pt;
}
/*
.
{ COLOR: #000000;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 8pt;
}
input,select{font-size:8px;}
a{color:#330099;text-decoration:underline}
*/
input,select{font-size:12px;}
.index_center_down
{ COLOR: #FF0000;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 8pt;
}
/* Forms */
.Forms
{ border-width: 1px;
background-color: ccff00;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 10;
}
.FormsOrange
{ border-width: 1px;
background-color: rgb(254,203,0);
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 10;
}
.FormsWhite
{ border-width: 1px;
background-color: rgb(255,255,255);
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 10;
}
/* Main user menu */
.MENU
{ COLOR: #000000;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 12;
}
.COPY
{ COLOR: #000000;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 10;
}
/* Simple text */
.text
{ COLOR: #005555;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 8pt;
}
/* Last new products */
.N_caption
{ COLOR: #009900;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 8pt;
}
.N_link
{ COLOR: #0000DD;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 8pt;
}
.N_price
{ COLOR: #000000;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 8pt;
}
/* Best products */
.BEST_link
{ COLOR: #0000DD;
FONT-FAMILY: Tahoma, Arial, Helvetica;
FONT-SIZE: 8pt;
}
.PPRErrorText
{ COLOR: #ff0000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: x-small;
FONT-WEIGHT: bold; }
/* Text style formating of the field label. */
.PPRLabelText
{ COLOR: #000000;
FONT-FAMILY: Verdana, Helvetica, sans-serif;
FONT-SIZE: xx-small;
FONT-WEIGHT: bold; }
/* Text style formating of the input box. */
.CSS_forms
{ COLOR: #000000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: x-small;
BACKGROUND-COLOR: #ffffff; }
/* Text style formating of the radio and check boxes. */
.PPCheckRadio
{ COLOR: #000000;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FONT-SIZE: x-small; }