forked from gwmatthews/wanikani-flashcards
-
Notifications
You must be signed in to change notification settings - Fork 0
/
my-style.css
80 lines (66 loc) · 1009 Bytes
/
my-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
img[alt="medium-photo"] {
border: 5px solid gray;
border-radius: 5px;
box-shadow: 4px 4px 3px #111;
}
.photo-box {
padding: 5px;
max-width: 90%;
}
.photo-credit {
font-size: small;
padding-left: 30px;
margin-bottom: 30px;
color: #999;
}
h1.title{
padding: 20px;
font-size: x-large;
color: #aaa;
text-shadow: 2px 2px 4px black;
}
body {
background-color: #222;
color: #aaa;
font-size: 16px;
line-height: 1.5;
}
a {
color: #C16DCA;
}
a:hover {
color: #cf8fdf;
text-decoration: none;
}
ul li {
list-style-type: circle;
margin-left: 20px;
}
hr {
width: 80%;
margin: 40px auto;
border-top: 2px dotted #333;
}
.section h2 {
font-size: x-large;
color: #999;
text-shadow: 2px 2px 4px black;
padding-bottom: 20px;
}
footer {
text-align: center;
font-size: small;
}
footer img {
max-height: 28px;
padding-bottom: 5px;
}
.navbar-header {
color: #222;
}
@media (min-width: 800px){
.widget {
padding: 20px 25%;
margin-top: 3rem;
}
}