forked from LafeLabs/trashbook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrashmagic.css
72 lines (71 loc) · 1.19 KB
/
trashmagic.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
body{
background-color:black;
}
#mainscroll{
position:absolute;
left:0px;
right:0px;
bottom:0px;
top:0px;
overflow:scroll;
color:#00ff00;
font-family:courier;
z-index:0;
}
pre{
font-family:courier;
}
h1{
text-align:center;
font-size:4em;
font-family:helvetica;
}
p{
text-align:justify;
padding:1em 1em 1em 1em;
font-size:1.5em;
border:solid;
display:block;
border-color:white;
border-width:10px;
border-radius:1em;
background-color:#0000ff;
color:white;
width:80%;
margin:auto;
margin-top:1em;
}
a{
text-align:center;
font-family:helvetica;
font-size:3em;
width:80%;
margin:auto;
display:block;
border:solid;
border-radius:0.5em;
border-width:0.5em;
color:black;
margin-top:1em;
margin-bottom:0.5em;
overflow-x:scroll;
}
img{
display:block;
max-width:50%;
margin:auto;
margin-top:2em;
margin-bottom:2em;
background-color:#B0916E;
}
#qrcode{
display:block;
margin:auto;
margin-top:2em;
margin-bottom:2em;
margin-left:30%;
text-align:center;
background-color:white;
border-color:white;
border:solid;
}