-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscreen.css
123 lines (95 loc) · 1.4 KB
/
screen.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
116
117
118
119
120
121
122
123
table {
border-collapse: collapse;
width: 100%;
}
th {
background: #F1F1F1;
}
td, th {
padding: 3px;
border: 1px solid #E1E2E2;
text-align: left;
vertical-align: top;
}
/* ---------- /TABLES ---------- */
div#contentWrap {
width: 980px;
}
div#content {
margin-left: 47px;
margin-top: 20px;
}
div.column1 {
width: 570px;
float: left;
}
div.column2 {
width: 330px;
float: right;
text-align: left;
}
/* ---------- HEADER ----------*/
.headerLeft {
float: left;
width: 150px;
margin-bottom: 20px;
}
.headerRight {
float: right;
text-align: left;
width: 420px;
padding-top: 5px;
margin-bottom: 20px;
}
.headerRight h1 {
font-size: 26px;
}
.headerRight h2 {
font-size: 18px;
color: #666666;
}
/* ---------- /HEADER ----------*/
table.mysql th {
width: 100px;
}
.frame {
padding: 20px;
border: 1px solid #DCDBDB;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
}
.frame > h1,
.frame > h2 {
margin-top: 0;
padding-top: 0;
}
ul.news {
margin: 0;
padding: 0;
}
ul.news li {
margin: 0 0 10px 0;
padding: 0;
list-style: none;
}
ul.news li div.headline {
margin: 0 0 5px 0;
font-weight: bold;
}
.cb {
clear: both;
}
dl {
margin: 0;
padding: 0;
}
dl dt {
font-weight: bold;
margin-bottom: 10px;
}
dl dd {
margin-bottom: 20px;
margin-left:50px;
}