-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhomestyle.css
executable file
·110 lines (106 loc) · 1.51 KB
/
homestyle.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
body {
background-color:#000000;
}
h4{
font-size: xx-large;
color: white;
padding-top: 1em;
padding-bottom: 0em;
}
h5{
color: black;
font-size: xx-large;
}
div.navbar{
top:125px;
width:98.5%;
position: absolute;
}
div.header{
width:100%;
height: 99%;
}
div.sidebar{
position: absolute;
top:190px;
height:485px;
}
div.content{
border-style: outset;
border-color: #CCCC00;
top:190px;
left:360px;
background:#ffffff;
width:970px;
padding: 5px;
position: absolute;
}
div.infobox{
border-style: outset;
border-color: #CCCC00;
top:190px;
left:360px;
background:#ffffff;
width:980px;
position: absolute;
}
div.mainbodycontent{
left:325px;
top:190px;
width: 50%;
border-style: outset;
border-color: #CCCC00;
background:#900000;
padding: 4px;
position: absolute;
}
div.eventsbox{
border-style: outset;
border-color: #CCCC00;
top:390px;
left:360px;
background:#ffffff;
width:980px;
position: absolute;
}
h3{
color: black;
}
h6{
font-size: larger;
color: white;
}
p1{
font-size: xx-large;
color:white;
}
p{
color:black;
}
p2{
color: white;
}
table
{
border-style: outset;
border-color: #7A0000;
}
a
{
font-size: x-large;
text-decoration: none;
color:white;
}
a:visited
{
text-decoration: none;
color:white;
}
a:hover
{
text-decoration: none;
color:black;
}
h1{
color: white;
}