-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
76 lines (65 loc) · 1.21 KB
/
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
body {
font-family: 'Josefin Slab', serif;
font-size: 18px;
line-height: 1.5;
background-image: url('img/dragon_s_castle_by_voltairdesign-d8zo5qv.png');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
}
.wrapper {
width: 40%;
margin: 0 auto;
background: rgba(255,255, 255, 0.4);
padding: 10px 20px 30px 20px;
}
.t-center {
text-align: center;
}
h1 {
font-family: 'Fredericka the Great', cursive;
font-size: 2.5em;
line-height: 1;
text-align: center;
text-transform: uppercase;
}
#msg-board div p.welcome:first-letter {
font-family: 'Fredericka the Great', cursive;
/*font-size: 30px;*/
}
#hunger,
#strength {
font-family: 'Fredericka the Great', cursive;
}
em {
font-family: 'Fredericka the Great', cursive;
}
#placeholder {
width: 80%;
margin: 0 auto;
padding: 10px;
background: #eee;
border: 1px dotted #000;
}
.label {
width: 80%;
margin: 0 auto;
padding: 5px;
border: 1px dotted #000;
background: #fff
}
.label.m-bottom-small {
margin-bottom: 10px;
}
form {
text-align: center;
}
input[type="text"] {
font-family: 'Josefin Slab', serif;
margin-top: 50px;
height: 50px;
width: 80%;
outline: 0;
font-size: 18px;
padding-left: 30px;
}