-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathwhatnot.css
96 lines (93 loc) · 1.84 KB
/
whatnot.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
html {
/*background-image: url("http://api.ning.com/files/p0ZiZvXgHQjD85mwGczrRLQBM5WAeL3QZunM5uaG0sdzM9xEQghkdyL23G97JS3UrVxJsS-4pwQg9UAfOu25Mdk345x5l3Dp/359729medieval.jpg");*/
/*background-size: cover;*/
/*background-blend-mode: difference;
background-color: rebeccapurple;
background-color: rgba(210, 116, 48, 0.25);
background-blend-mode: multiply;
background-color: rgba(66, 255, 213, 0.48);*/
/*background-blend-mode: soft-light;*/
/*background-color: rgb(165, 128, 42);*/
color: white;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
background-color: #56504E;
}
html::after {
content: "";
position: fixed;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-image: url("https://houseswithhistory.files.wordpress.com/2012/04/26057-4.jpg");
background-size: cover;
-webkit-filter: blur(6px) saturate(0.5) brightness(0.7);
z-index: -1;
}
body {
font-family: sans-serif;
max-width: 70rem;
margin: auto;
padding: 0.5rem;
}
label > input {
margin-left: 0.3rem;
}
#now-mate,
#death-button {
margin-top: 1rem;
}
#random-event {
vertical-align: top;
}
#death-button {
font-size: 1.3em;
}
#birth-output {
min-height: 5em; /* because this is at the bottom of the page and can change height */
}
label {
display: block;
margin-top: 0.1rem;
}
label > span {
display: inline-block;
vertical-align: bottom;
width: 3rem;
}
.animated {
display: inline-block;
}
a {
color: white;
text-decoration: underline;
}
textarea {
width: 100%;
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
height: 4em;
white-space: pre;
}
.table-container,
#output-area {
background: white;
padding: 20px;
border-radius: 10px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
#output {
zoom: 0.5;
text-shadow: none;
font-size: 2em;
line-height: 6.5;
/*word-spacing: 0.4rem;*/
}
#glyph-table .table {
zoom: 0.3;
margin: 2rem auto;
}
h2 {
margin-bottom: 0.3rem;
}