-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
118 lines (104 loc) · 1.41 KB
/
stylesheet.css
File metadata and controls
118 lines (104 loc) · 1.41 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
#form
{
padding-top: 150px;
text-align: center;
clear: right;
}
img
{
display: block;
margin: auto;
width: 272px;
height: 92px;
}
ul
{
list-style-type: none;
padding-top: 10px;
padding-right: 10px;
margin: 0;
overflow: hidden;
float: right;
}
li
{
display: inline;
font-family: arial, sans-serif;
font-size: 13px;
}
li a
{
text-decoration: none;
padding: 8px;
color: #222;
}
li a:hover
{
opacity: .85;
text-decoration: underline;
}
a:visited
{
color: #609;
}
.symbol
{
display: inline;
height: 20px;
width: 20px;
border-radius: 2px;
vertical-align: middle;
}
#kj
{
display: inline;
height: 32px;
width: 32px;
border-radius: 50%;
}
#search
{
width: 580px;
height: 40px;
background: url(http://i.imgur.com/l5S4LZ2.png) no-repeat -3px 0;
background-size: 24px 24px;
background-position: right;
display: inline-block;
vertical-align: middle;
border: 1px solid #d3d3d3;
}
input[type=submit]
{
border: 1px solid #f1f1f1;
background-color: #f1f1f1;
padding: 10px 16px;
margin: 35px 4px;
text-align: center;
font-size: 13px;
font-weight: bold;
color: gray;
}
#bottom
{
display: inline-block;
position: fixed;
width: 100%;
clear: both;
border: 1px solid #e7e7e7;
background-color: #f3f3f3;
padding: 12px 0;
bottom: 0;
word-spacing: 15px;
font-size: 13px;
color: gray;
}
#float
{
display: inline-block;
float: right;
padding-right: 47px;
}
#google
{
padding-bottom: 30px;
}