style.css edited online with Bitbucket
This commit is contained in:
parent
01bdbed03b
commit
35f158423d
1 changed files with 27 additions and 58 deletions
85
style.css
85
style.css
|
@ -4,9 +4,6 @@ body {
|
|||
font-family: 'Lato', sans-serif;
|
||||
margin: 0;
|
||||
margin-top: 25;
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
table, td, th {
|
||||
|
@ -36,13 +33,14 @@ td {
|
|||
tr {
|
||||
background: rgba(18,18,18, 0.6) !important;
|
||||
}
|
||||
table {
|
||||
|
||||
table.center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.profil {
|
||||
text-align: center;
|
||||
font-size: 20px;
|
||||
|
||||
}
|
||||
|
||||
a:link{
|
||||
|
@ -56,12 +54,6 @@ a:hover{
|
|||
color:gray;
|
||||
}
|
||||
|
||||
|
||||
table.center {
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
.loginform {
|
||||
max-width: 340px;
|
||||
padding: 30px;
|
||||
|
@ -71,8 +63,6 @@ table.center {
|
|||
position: relative;
|
||||
margin: auto;
|
||||
bottom: 10px;
|
||||
|
||||
|
||||
}
|
||||
.loginform input {
|
||||
width: 100%;
|
||||
|
@ -87,7 +77,6 @@ table.center {
|
|||
.loginform button:hover,.loginform button:active,.loginform button:focus {
|
||||
background: #43A047;
|
||||
}
|
||||
|
||||
.loginform_login input {
|
||||
width: 100%;
|
||||
margin: 0 0 15px;
|
||||
|
@ -98,23 +87,16 @@ table.center {
|
|||
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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
.bild {
|
||||
background: rgba(18,18,18, 0.3);
|
||||
border-top: 2px solid #DDDDDD;
|
||||
|
@ -132,32 +114,19 @@ table.center {
|
|||
position: fixed;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.key{
|
||||
|
||||
color: white;
|
||||
max-width: 64px;
|
||||
max-height: 64px;
|
||||
}
|
||||
.key_login{
|
||||
|
||||
width: 75px;
|
||||
height: 75px;
|
||||
background: rgba(255, 255, 255, 0.2);
|
||||
box-sizing: border-box;
|
||||
border: 2px solid #DDDDDD;
|
||||
text-align: center;
|
||||
margin-bottom: 25px;
|
||||
.key_login{.
|
||||
padding: 0;
|
||||
padding-top: 2;
|
||||
position: absolute;
|
||||
right: 125px;
|
||||
|
||||
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
}
|
||||
|
||||
|
||||
.m_login{
|
||||
display: none;
|
||||
position: fixed;
|
||||
|
@ -172,23 +141,23 @@ right: 125px;
|
|||
|
||||
}
|
||||
.m_login_c{
|
||||
background: rgba(18,18,18, 0.6);
|
||||
margin: auto;
|
||||
padding: 20px;
|
||||
border: 1px solid #888;
|
||||
width: 80%;
|
||||
text-align: center;
|
||||
}
|
||||
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;
|
||||
}
|
||||
.close{
|
||||
color: #aaaaaa;
|
||||
float: right;
|
||||
font-size: 5vw;
|
||||
font-weight: bold;
|
||||
}
|
||||
.close:hover,
|
||||
.close:focus {
|
||||
color: red;
|
||||
text-decoration: none;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
|
Reference in a new issue