forked from lennart/git-achievements
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
49 lines (49 loc) · 795 Bytes
/
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
body {
width: 700px;
background-color: #e0e0e0;
color: black;
margin: 20px auto;
padding: 0;
font-family: 'Helvetica Neue', Helvetica, sans-serif;
font-size: 16px;
text-shadow: 0 1px 0 white;
text-align: center;
}
a:link, a:visited {
color: gray;
}
a:hover {
color: #cc6633;
}
h1 {
font-family: 'Cabin Sketch', 'Helvetica Neue', Helvetica, sans-serif;
}
ul {
text-align: left;
list-style-type: none;
}
img {
float : right;
height : 50px;
}
img {
float : right;
height : 50px;
}
li {
border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
background-color: black;
color: white;
margin: 0 0 5px 0;
padding: 10px;
font-size: 14px;
text-shadow: none;
}
div.title {
font-weight: bold;
}
#locked {
display: none;
}