forked from KaraokeStu/StandaloneRequestServer
-
Notifications
You must be signed in to change notification settings - Fork 1
/
venuestyle.css
98 lines (96 loc) · 1.63 KB
/
venuestyle.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
96
97
98
@import url(http://fonts.googleapis.com/css?family=Scada);
@import url(http://fonts.googleapis.com/css?family=Lexend);
body
{
text-align: center;
font-family: 'Scada', sans-serif;
font-size: 1.2em;
font-weight: bold;
background-color: white;
color: black;
padding-top: 60px;
}
input[type=text] {
border: 2px solid black;
padding-top: 5px;
padding-bottom: 5px;
margin-right: 5px;
font-size: 1.2em;
font-weight: bold;
}
p.info
{
font-size: 1.0em;
}
div.navbar
{
# height: 50px;
width: 100%;
position: fixed;
left: 0;
top: 0;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 5px
width: 100%;
background-color: white;
color: black;
text-align: left;
border-style: solid;
border-width: 0px 0px 2px 0px;
}
a.navbar
{
color: white;
text-decoration: none;
}
div.spacer
{
position: relative;
width: 90%;
top: 0;
height: 50px;
}
table
{
margin: auto;
min-width: 60%;
border: 1px;
}
td.result
{
color: black;
font-size: 1.6em;
font-weight: bold;
text-align: left;
padding: 20px;
border-spacing: 10px;
border-style: solid;
border-size: 2px;
}
input[type=button], input[type=submit], input[type=reset], a.button {
background-color: white;
border: 2px;
border-style: solid;
border-color: black;
font-weight: bold;
color: black;
padding: 8px 20px;
margin-top: 12px;
text-decoration: none;
font-size: 1.2em;
cursor: pointer;
}
.backbtn {
position: fixed;
top: 75px;
left: 5px;
}
.title {
font-size: 40px;
font-family: 'Lexend', sans-serif;
float: right;
margin-right: 10px;
text-shadow: 3px 3px 3px #aaa;
}