This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathstyle.css
115 lines (95 loc) · 1.67 KB
/
style.css
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
@charset "utf-8";
/* CSS Document */
.oddrowcolor {
background-color: rgb(235, 245, 255);
}
.cat_wrapper{
margin-left:1px;
width:550px;
/*height:120px;*/
box-shadow: 0px 3px 10px #999;
-webkit-box-shadow: 0px 3px 10px #999;
-moz-box-shadow: 0px 3px 10px #999;
}
.cat-title{
text-align: left;
border:4px solid white;
background-image:url("images/catbg.png");
background-repeat:repeat-x;
background-color:#FFFFFF;
}
.vps-cat-title-text{
color:white;
font-weight:normal;
font-size:large;
}
.cat-title td {
height:25px;
/*border:1px solid #CCCCCC;*/
}
.cat-title td, .cat-title th {
padding: 5px 0;
}
.cat-title-text{
color:white;
height:5px;
font-weight:bold;
}
.summaryBlock, .cbor{
background-color:#FFFFFF;
border:1px solid #CCCCCC;
}
.summaryTitle, .cbg {
background:url("images/shgbig.gif") repeat;
color:#000000;
font-weight:bold;
height:26px;
padding-right:8px;
text-decoration:none;
}
.vps-desc-wrap{
width:700px;
box-shadow: 0px 3px 10px #999;
-webkit-box-shadow: 0px 3px 10px #999;
-moz-box-shadow: 0px 3px 10px #999;
}
.divroundshad{
padding: 3px;
-moz-box-shadow: 0 0 10px 5px #E2E2E2;
-webkit-box-shadow: 0 0 10px 5px #E2E2E2;
box-shadow: 0 0 10px 5px #E2E2E2;
border-radius: 5px;
border:1px solid #D2D2D2;
}
.roundheader{
padding: 8px;
border-radius: 5px;
font-weight:bold;
color:#FFF;
background-image: url("images/rhbg.png");
}
/* Form Related */
.head{
font-weight:bold;
font-size:11px;
color:#333333;
vertical-align:top;
background-color: #F9F9F9;
}
.fhead{
font-weight:bold;
color:#333333;
}
.exp{
color: #777777;
font-size:11px;
font-weight:normal;
}
input[type="image"]{
cursor: pointer;
height: auto;
line-height: normal;
margin: 3px 0;
padding: 0;
width: auto;
}