-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmain.css
More file actions
115 lines (100 loc) · 1.69 KB
/
main.css
File metadata and controls
115 lines (100 loc) · 1.69 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
body{
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
background-color:#fff;
color:#333;
font-size:12px;
padding-left:10px;
padding-bottom:30px;
line-height: 150%;
}
input, select, textarea{
border:1px solid #CCCCCC;
padding: 5px;
font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:12px;
}
input.blur {
color: #999;
}
.demo{
border:solid 1px #ccc;
background-color:#def;
padding:10px;
text-align: left;
}
form div {
padding: 4px 4px 4px 4px;
}
label {
float: left;
width: 70px;
text-align: left;
}
#bar{
background-color:#5fbbde;
width:0px;
height:16px;
}
#barbox{
float:right;
height:16px;
background-color:#FFFFFF;
width:100px;
border:solid 2px #000;
margin-right:3px;
-webkit-border-radius:5px;-moz-border-radius:5px;
}
.clear{
clear: both;
height: 0;
visibility: hidden;
display: block;
}
#container{
margin: 1em auto;
width: 400px;
}
#container ul{
list-style: none;
list-style-position: outside;
}
#container ul.menu li{
float: left;
margin-right: 5px;
margin-bottom: -1px;
}
#container ul.menu li{
font-weight: 700;
display: block;
padding: 5px 10px 5px 10px;
background: #fff;
border: 1px solid #d0ccc9;
border-width: 1px 1px 0 1px;
position: relative;
color: #5f95ef;
cursor: pointer;
}
.content{
margin: 0pt auto;
background: #efefef;
background: #fff;
border: 1px solid #d0ccc9;
text-align: left;
padding-bottom: 20px;
font-size: 10px;
}
.content ul{
padding-left: 10px;
padding-right: 10px;
}
.content h1{
line-height: 1em;
vertical-align: middle;
height: 28px;
padding: 10px 10px 10px 52px;
font-size: 22px;
background: transparent url(shout.png) no-repeat scroll left top;
}
#loading{
text-align: center;
}