-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
107 lines (107 loc) · 1.56 KB
/
style.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
body {
font-family: Verdana;
font-size: 11px;
}
h1,h2 {
font-family: Verdana;
font-size: 15px;
font-weight: bold;
text-align:center;
color: #5d5a4a;
margin-top: 30px;
}
h2 {
font-size: 13px;
margin-top: 0px;
font-weight: normal;
}
h3 {
font-size: 11px;
display: inline;
}
h4 {
text-align: center;
}
#keywords {
text-align: center;
width: 250px;
margin: 0 auto;
}
.padding {
padding: 3px;
}
.red {
color: #ff0000;
}
.error {
background-color: #ff0000;
color: #fff;
font-weight: bold;
padding: 5px;
}
#sub {
background-color: #5d5a4a;
color: #fff;
font-size: 10px;
width: 100px;
border: 1px solid #dfd9b9;
}
input, select {
background-color: #ece5bd;
color: #5d5a4a;
font-size: 10px;
border: 1px solid #5d5a4a;
width: 200px;
}
#form {
margin: 0 auto;
width: 400px;
}
a {
color: blue;
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
.imga {
text-decoration: none;
}
.brown {
color: #5d5a4a;
font-weight: bold;
}
.registered {
color: #5d5a4a;
font-weight: bold;
background-color: #ece5bd;
border: 1px solid #dfd9b9;
padding: 10px;
margin: 5px auto;
width: 400px;
text-align: center;
}
.text {
text-align: justify;
}
#counter {
text-decoration: underline;
color: #ff0000;
}
li {
}
.center {
text-align: center;
}
#follow-us {
margin: 25px auto;
text-align: center;
}
.middle {
font-size: 13px;
width: 700px;
margin: 0 auto;
}
.justify {
text-align: justify;
}