-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcssc2.css
90 lines (79 loc) · 1.1 KB
/
cssc2.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
#heading
{
font-family:"tahoma";
background-color:#b2e7ff;
font-size:24px;
width:970px;
color:black;
text-align:center;
border-bottom:2px solid #0ab1ff;
padding:15px;
}
#outer
{
display:table;
}
#out_in
{
display:table-row;
}
#leftside
{
font-family:"tahoma";
background-color:#0ab1ff;
padding:25px 10px;
display:table-cell;
max-width:230px;
min-width:230px;
}
#leftside p
{
font-family:"tahoma";
font-size:12px;
color:black;
}
#leftside p#h
{
font-family:"tahoma";
font-size:18px;
}
#leftside a
{
font-family:"tahoma";
text-decoration:none;
font-size:14px;
color:white;
padding-bottom:10px;
}
#rightside
{
font-family:"tahoma";
background-color:#ededed;
padding:20px;
max-width:710px;
min-width:710px;
display:table-cell;
margin-left:250px;
}
#rightside p
{
font-size:14px;
color:#802525;
}
#rightside p#h
{
font-size:24px;
color:black;
}
#footing
{
font-family:"tahoma";
width:970px;
background-color:#3cff78;
font-size:24px;
color:black;
text-align:center;
border-bottom:2px solid #0ab1ff;
padding:15px;
clear:left;
}