forked from 0xfe/vexchords
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.css
72 lines (62 loc) · 1.31 KB
/
demo.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
body {
background: white;
font-family: 'Lobster Two', cursivs;
font-size: 18px;
color: #222222;
margin: auto 0px;
}
a { text-decoration: none; color: black;
padding-bottom: 3px; border-bottom: dotted black 1px }
a:link {text-decoration: none; color: black}
a:visited {text-decoration: none; color: black}
a:active {text-decoration: none; color: #003300}
a:hover {text-decoration: none; color: green}
#wrapper {
font-size: 18px;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
display: block;
padding: 20px;
width: 90%;
}
h1 {
color: black;
font-family: "Bowlby One SC", sans-serif;
font-size: 36px;
margin-bottom: 2px;
margin-top: 2px;
}
.chord { float: left; padding-top: 8px;}
.chordname {
width: 80%;
margin: auto;
font-family: "Marvel", cursive;
font-size: 20px;
text-align: center;
}
.section {
padding-top: 30px;
clear: left;
}
.section .title {
color: black;
font-family: "Marvel", cursive;
font-weight: bold;
font-size: 30px;
}
.section .description {
color: #444444;
font-family: "Marvel", cursive;
font-size: 22px;
}
.topbar {
float: right;
font-family: "Marvel", cursive;
padding: 5px;
padding-left: 8px;
border-bottom: dotted green 1px;
border-left: dotted green 1px;
}
.topbar a { border: solid green 0px; }
p { padding: 10px; }