1
0
Deriva 0
derivato da cisti/infra
infra/roles/stable/etherpad/files/index.css
2020-11-10 23:14:10 +01:00

125 righe
1,8 KiB
CSS

#button,
body,
form {
border: none
}
body {
background: url(images/fond.jpg) top center no-repeat fixed #fff;
font-family: Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
font-size: 16px;
line-height: 1.42857143;
color: #333;
display: flex;
align-items: center;
justify-content: center;
background-size: cover;
}
#wrapper {
border-top: none;
margin-top: 0;
padding: 0;
background: 0 0;
box-shadow: none
}
input {
color: #4a5d5c;
}
#inner {
background: transparent;
padding-top: 0;
width: 350px;
max-width: 350px;
text-align: center;
color:#FFF;
}
#label {
text-shadow: none;
color: #FFF;
font-weight: normal;
text-align: center;
}
#button {
margin: 0 auto;
text-align: center;
width: 100%;
text-shadow: none;
font-size: 23px;
line-height: 1.8;
color: #64d29b;
background: #586a69;
border-radius: 3px;
box-shadow: none;
height: 53px;
border: none;
display: block;
}
button[type=submit] {
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
left: 305px;
color: #64d29b;
background: #586a69;
border: none;
top: 0;
opacity: 1;
transition: .2s background;
}
#button:hover,
button[type=submit]:hover {
cursor: pointer;
background: #64d29b;
border: 2px solid #586a69;
color: #586a69;
}
#padname {
height: 38px;
max-width: 350px;
padding: 0 12px;
position: relative;
}
#text {
text-align: center;
max-width:500px;
font-size: 1.2em;
padding:20px;
margin:0 auto;
color:#FFFF;
}
.logo_pad .icon img.pad {
width: 40px;
margin-top: 10px;
float:left;
padding:14px;
}
.logo_pad h3 {
font-size: 24px;
font-weight: 400;
color: red;
float:left;
}
#logo_cisti {
width:100px;
margin: auto;
display: block;
}
#logo_cisti img {
max-width: 100%;
}
.onion {
text-decoration: none;
font-size: 15px;
}