4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Cheaterliste/style.css

194 lines
2.9 KiB
CSS
Raw Normal View History

2017-03-29 19:00:22 +00:00
body {
2017-04-29 14:41:30 +00:00
background-size: cover;
2017-03-29 19:00:22 +00:00
background-image: url(bg.jpg);
2017-03-31 22:54:08 +00:00
font-family: 'Lato', sans-serif;
2017-04-08 10:03:42 +00:00
margin: 0;
margin-top: 25;
2017-03-29 19:00:22 +00:00
}
table, td, th {
text-align: center;
}
td, th {
padding: 1px 15px;
2017-03-31 22:54:08 +00:00
font-family: 'Lato', sans-serif;
2017-03-29 19:00:22 +00:00
}
table {
border-collapse: collapse;
2017-04-08 10:03:42 +00:00
width: 100%;
border-bottom: 2px solid rgba(255,255,255, 1);
2017-03-29 19:00:22 +00:00
}
th {
color: #DDDDDD;
background: rgba(18,18,18, 0.3) !important;
border-bottom: 2px solid #DDDDDD;
border: 2px solid #DDDDDD;
}
td {
padding: 10px;
border: 2px solid #DDDDDD;
border-bottom: 2px solid rgba(255,255,255, 0.1);
color: #DDDDDD;
}
tr {
background: rgba(18,18,18, 0.6) !important;
}
2017-04-08 10:03:42 +00:00
table {
2017-04-08 09:20:41 +00:00
}
2017-03-29 19:00:22 +00:00
.profil {
text-align: center;
font-size: 20px;
2017-03-29 19:00:22 +00:00
}
a:link{
color: white;
text-decoration: none;
2017-03-29 19:00:22 +00:00
}
a:visited{
color: gray;
2017-03-29 19:00:22 +00:00
}
a:hover{
color:red;
}
2017-03-29 19:00:22 +00:00
table.center {
margin-left: auto;
margin-right: auto;
}
2017-04-04 18:01:07 +00:00
2017-04-06 17:03:45 +00:00
.loginform {
max-width: 340px;
2017-04-04 18:01:07 +00:00
padding: 30px;
padding-bottom: 0px;
background: rgba(18,18,18, 0.3);
border: 2px solid #DDDDDD;
position: relative;
margin: auto;
2017-04-08 09:20:41 +00:00
bottom: 10px;
2017-04-04 18:01:07 +00:00
}
2017-04-06 17:03:45 +00:00
.loginform input {
2017-04-04 18:01:07 +00:00
width: 100%;
margin: 0 0 15px;
box-sizing: border-box;
font-size: 16px;
padding: 10px;
border: 2px solid #DDDDDD;
color: #000000;
background-color: white;
}
2017-04-06 17:03:45 +00:00
.loginform button:hover,.loginform button:active,.loginform button:focus {
2017-04-04 18:01:07 +00:00
background: #43A047;
2017-03-29 19:00:22 +00:00
}
2017-04-08 09:20:41 +00:00
.loginform_login input {
width: 100%;
margin: 0 0 15px;
box-sizing: border-box;
font-size: 16px;
padding: 10px;
border: 2px solid #DDDDDD;
color: #000000;
background-color: white;
}
.loginform_login {
padding: 30px;
padding-bottom: 0px;
background: rgba(18,18,18, 0.3);
border: 2px solid #DDDDDD;
position: absolute;
right: 20px;
top: 280px;
}
2017-04-08 09:20:41 +00:00
.bild {
2017-04-08 10:03:42 +00:00
background: rgba(18,18,18, 0.3);
border-top: 2px solid #DDDDDD;
border-bottom: 2px solid #DDDDDD;
2017-04-08 09:20:41 +00:00
text-align: center;
2017-04-08 10:03:42 +00:00
margin-bottom: 25px;
padding: 0;
padding-top: 2;
2017-04-08 09:20:41 +00:00
}
2017-04-28 21:58:28 +00:00
.falsch {
color: white;
margin-left: 5px;
margin-top: 325px;
position: fixed;
}
.key{
color: white;
max-width: 64px;
max-height: 64px;
}
.key_login{
width: 75px;
height: 75px;
background: rgba(18,18,18, 0.6);
box-sizing: border-box;
border: 2px solid #DDDDDD;
text-align: center;
margin-bottom: 25px;
padding: 0;
padding-top: 2;
position: absolute;
right: 125px;
}
.m_login{
display: none;
position: fixed;
z-index: 1;
padding-top: 100px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background: rgba(18,18,18, 0.6);
}
.m_login_c{
background: rgba(18,18,18, 0.6);
margin: auto;
padding: 20px;
border: 1px solid #888;
width: 80%;
text-align: center;
}
.close {
color: #aaaaaa;
float: right;
font-size: 5vw;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
text-decoration: none;
cursor: pointer;
}