mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-19 03:20:17 -04:00
90 lines
1.4 KiB
CSS
90 lines
1.4 KiB
CSS
body{
|
|
font-family: 'Open Sans', sans-serif;
|
|
background-color: rgb(0,0,0);
|
|
background-color: rgb(0, 0, 4);
|
|
color: "white";
|
|
text-align: right;
|
|
margin: 20px 0px 20px 0px;
|
|
}
|
|
|
|
p{
|
|
font-size:12px;
|
|
text-decoration: none;
|
|
color:#ffffff;
|
|
}
|
|
|
|
h1{
|
|
font-size:1.5em;
|
|
color:#fff;
|
|
}
|
|
|
|
.email{
|
|
background:#ecf0f1;
|
|
border: #212529 1px solid;
|
|
border-bottom: #ccc 2px solid;
|
|
padding: 8px;
|
|
color:#AAAAAA;
|
|
margin-top:10px;
|
|
font-size:1em;
|
|
border-radius:4px;
|
|
}
|
|
|
|
.password{
|
|
border-radius:4px;
|
|
background:#ecf0f1;
|
|
border: #ccc 1px solid;
|
|
padding: 8px;
|
|
width:250px;
|
|
font-size:1em;
|
|
}
|
|
|
|
.btn{
|
|
background:#2ecc71;
|
|
width:125px;
|
|
padding-top:5px;
|
|
padding-bottom:5px;
|
|
color:white;
|
|
border-radius:4px;
|
|
border: #27ae60 1px solid;
|
|
|
|
margin-top:20px;
|
|
margin-bottom:20px;
|
|
float:left;
|
|
margin-left:16px;
|
|
font-weight:800;
|
|
font-size:0.8em;
|
|
}
|
|
|
|
.btn:hover{
|
|
background:#2CC06B;
|
|
}
|
|
|
|
#btn2{
|
|
float:left;
|
|
background:#3498db;
|
|
width:125px; padding-top:5px;
|
|
padding-bottom:5px;
|
|
color:white;
|
|
border-radius:4px;
|
|
border: #2980b9 1px solid;
|
|
|
|
margin-top:20px;
|
|
margin-bottom:20px;
|
|
margin-left:10px;
|
|
font-weight:800;
|
|
font-size:0.8em;
|
|
}
|
|
|
|
#btn2:hover{
|
|
background:#3594D2;
|
|
}
|
|
.brancher{
|
|
background-image: ".css/res/inverse_branch.svg";
|
|
background-filter: blur(6px);
|
|
-webkit-filter:blur(6px);
|
|
background-repeat:no-repeat;
|
|
background-position:center;
|
|
background-size:cover;
|
|
height:100%
|
|
}
|