-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
executable file
·72 lines (69 loc) · 1.33 KB
/
stylesheet.css
File metadata and controls
executable file
·72 lines (69 loc) · 1.33 KB
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-image: url('https://raw.githubusercontent.com/Johnsmith0508/misc-add/gh-pages/images/bkg.png');
background-repeat: repeat;
background-color: #858585;
}
div.LoginMenu h3 {
color : #205C18;
font-family : monospace;
font-size : 35px;
text-decoration : underline;
}
div.LoginMenu p {
font-family: monospace;
font-size : 20px;
color : #6b6b6b;
}
div.LoginMenu input {
background-color : #6B6B6B;
border-color : #111C1B;
font-family: monospace;
font-size : 19px;
border-radius : 5px;
}
div.LoginMenu input[type=text] {
border-radius : 15px;
padding-left : 2px;
}
div.LoginMenu {
background-color: #292929;
width: 50%;
margin-left : auto;
margin-right : auto;
border-style : groove;
text-align: center;
border-color : #111C1B;
}
div.MainMenu p {
font-family: monospace;
font-size : 20px;
color : #6b6b6b;
}
div.MainMenu input {
background-color : #6B6B6B;
border-color : #111C1B;
font-family: monospace;
font-size : 19px;
border-radius : 5px;
}
div.MainMenu input[type=text] {
border-radius : 15px;
padding-left : 2px;
}
div.MainMenu {
position : absolute;/**/
width: 100%;
height : 90%;
/*margin-left : auto;
margin-right : auto;*/
top : 2px;
text-align: center;
}
div#userList {
background-color: #292929;
position: absolute;
float:left;
border-style: groove;
border-color: #111C1B;
width:15%;
}