This repository has been archived by the owner on Jun 24, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
gawsh.css
97 lines (84 loc) · 1.36 KB
/
gawsh.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
h1
{
color: #006;
font-size: 1.5em;
font-family: Tahoma, Verdana, sans-serif;
}
#error
{
color: #f00;
font-size: 1.25em;
font-family: Tahoma, Verdana, sans-serif;
}
#url:link, #url:visited, #url:active
{
color: #006;
font-size: 1.25em;
font-family: Tahoma, Verdana, sans-serif;
text-decoration: underline;
}
#url:hover
{
color: #006;
font-size: 1.25em;
font-family: Tahoma, Verdana, sans-serif;
text-decoration: underline;
font-weight: bold;
}
body
{
font-family: Tahoma, Verdana, sans-serif;
font-size: 1em;
text-align: center;
}
a:link, a:visited, a:active, a:hover
{
font-family: Tahoma, Verdana, sans-serif;
font-size: 1em;
text-decoration: underline;
}
hr
{
border: 1px solid #006;
color: #006;
width: 75%;
}
img
{
border: none;
}
input, button, textarea, select, option
{
border: 1px solid #006;
font-family: Tahoma, Verdana, sans-serif;
font-size: 1em;
background-color: #fff;
}
table
{
margin-left: auto;
margin-right: auto;
border: none;
font-family: Tahoma, Verdana, sans-serif;
font-size: 0.9em;
}
td
{
border: 1px solid #006;
font-family: Tahoma, Verdana, sans-serif;
font-size: 0.9em;
}
th
{
border: 1px solid #006;
font-family: Tahoma, Verdana, sans-serif;
font-size: 1em;
}
tr:nth-child(2n+1)
{
background-color: #fff;
}
tr:nth-child(2n)
{
background-color: #ccc;
}