Implemented whitelist.
This commit is contained in:
parent
b582390d2c
commit
bcfe8fdfab
6 changed files with 116 additions and 10 deletions
51
mangoUI.css
Normal file
51
mangoUI.css
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: orangered;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: white;
|
||||
}
|
||||
|
||||
body::before {
|
||||
content: "";
|
||||
background-image: url(/img/mango-full.jpg);
|
||||
position: absolute;
|
||||
background-size: cover;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
z-index: -1;
|
||||
opacity: .25;
|
||||
}
|
||||
|
||||
#whitelist {
|
||||
background-color: black;
|
||||
margin-bottom: 10px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
#title {
|
||||
font-weight: 300;
|
||||
font-size: 50px;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
#whitelistSave {
|
||||
border: 1px solid white;
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-size: large;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-weight: 300;
|
||||
margin-top: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue