This repository has been archived by the owner on Jul 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle_adfa.css
107 lines (107 loc) · 1.55 KB
/
style_adfa.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
a {
color: #0000AA;
}
a:hover {
color: red;
}
img {
border: 0px;
}
span.job {
font-style: italic;
}
body {
font-family: sans-serif;
background-color: #DDFFFF;
color: black;
}
h1 {
text-align: center;
font-family: sans-serif;
margin: 0px;
color: black;
font-size: 35px;
}
h2 {
text-align: center;
font-family: sans-serif;
font-size: 20px;
margin: 3px 0px;
color: white;
background-color: #0000FF;
margin-top: 0px;
}
h2#sub {
color: black;
background-color: transparent;
}
p {
font-family: sans-serif;
margin: 10px 10px;
}
ul {
font-family: sans-serif;
}
li.ajaxy {
font-weight: bold;
}
#all {
margin: 0px 50px;
}
#header {
}
#content {
display: table-row;
}
#bl, #br {
display: table-cell;
}
#left, #right, #middle {
margin-top: 0px;
display: table-cell;
padding: 10px;
}
#forum #left {
width: 80%;
}
#right {
width: 300px;
}
#forum #right {
width: 200px;
}
.box_left, .box_right {
margin-top: 10px;
padding: 0px;
text-align: left;
border: thin solid black;
}
.box_left {
background-color: #5599DD;
}
.box_right {
background-color: #3377BB;
}
#logo {
position: absolute;
}
#pic_box {
display: table;
margin: 10px auto;
height: 300px;
border: thin solid black;
background-color: white;
}
#pic_left, #pic_right {
display: table-cell;
}
#pic_left {
border-right: thin solid black;
}
#pic_right {
border-left: thin solid black;
}
#pic_container {
display: table-cell;
width: 400px;
}