-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
125 lines (106 loc) · 1.61 KB
/
style.css
File metadata and controls
125 lines (106 loc) · 1.61 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
116
117
118
119
120
121
122
123
124
125
/*reset*/
*{
padding: 0;
margin: 0;
}
/* CSS - style.css */
#page {
background-image: url("background.jpg");
}
#wrapper {
width: 86%;
margin-left: 7%;
margin-right: 93%;
font-family: Arial;
color: #ffffff;
background: #313638;
}
#header{
float left;
width: 100%;
height: 100px;
}
#navbar {
list-style: none;
padding: 0.5%;
width: 99.4%;
background: #a6adc1;
padding: 5px;
color: #000;
height: 20%;
}
#navbar li{
float: left;
}
#navbar li a{
display: block;
width: 250px;
font: bold 18px Arial;
text-decoration: none;
}
p {
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: normal;
}
p.italic {
font-family: Arial;
font-size: 14px;
font-style: italic;
font-weight: normal;
}
p.bold {
font-family: Arial;
font-size: 14px;
font-style: normal;
font-weight: bold;
}
h1 {
font-family: Arial;
font-size: 300%;
font-style: normal;
font-weight: 700;
margin: auto;
padding: 20px:
}
h2 {
font-family: Arial;
font-size: 36px;
font-style: normal;
font-weight: 600;
margin: 2px;
padding: 20px:
color: #333;
}
#main {
float: left;
background: #2a2f3f;
margin: 0.2% 0.1% 0.1% 0.1%;
width: 74%;
height: 1000px;
}
#sidebar {
float: right;
background: #0b2d91;
margin: 0.2% 0.1% 0.1% 0.1%;
width: 25%;
height: 1000px;
}
#footer {
clear: both;
float: left;
margin: 0.2% 0.1% 0.1% 0.1%;
width: 99.4%;
height: 200px;
}
.listyle {
list-style: square;
padding: 0.3%;
margin-left: 1%;
margin-right: 89%;
background: #0b2d91;
border-style: solid;
border-width: 5px;
border-color: %021447;
}