initial commit
This commit is contained in:
62
static/css/index.css
Normal file
62
static/css/index.css
Normal file
@@ -0,0 +1,62 @@
|
||||
body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: url(../img/defaultBack.jpg);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
height: 100vh;
|
||||
}
|
||||
.container{
|
||||
padding-right: 0;
|
||||
padding-left: 0;
|
||||
margin-right: auto;
|
||||
margin-left: auto;
|
||||
text-align: center;
|
||||
margin-top: 35vh;
|
||||
}
|
||||
|
||||
.kotya h1{
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
color:#0f2338;
|
||||
font-size: 50pt;
|
||||
|
||||
}
|
||||
|
||||
.kotya #yesbtn{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 30px;
|
||||
background:#fe5f55;
|
||||
border: 2px;
|
||||
border-radius: 24px;
|
||||
font-size: 25px;
|
||||
color:#faf3dd;
|
||||
cursor:pointer;
|
||||
|
||||
}
|
||||
|
||||
.kotya #nobtn{
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
border: 30px;
|
||||
background: #fe5f55;
|
||||
border: 2px;
|
||||
border-radius: 24px;
|
||||
font-size: 25px;
|
||||
color:#faf3dd;
|
||||
cursor:pointer;
|
||||
|
||||
}
|
||||
|
||||
.kotya #yesbtn:hover{
|
||||
background:#90ddf0;
|
||||
border: 2px solid #4ce0b3;
|
||||
color:#2b3a67;
|
||||
}
|
||||
|
||||
.kotya #nobtn:hover{
|
||||
background:#90ddf0;
|
||||
border: 2px solid #4ce0b3;
|
||||
color:#2b3a67;
|
||||
}
|
||||
31
static/css/nopage.css
Normal file
31
static/css/nopage.css
Normal file
@@ -0,0 +1,31 @@
|
||||
.body, html{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: url(../img/noback.jpg);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
height: 100%;
|
||||
|
||||
}
|
||||
|
||||
.yesimg{
|
||||
width: 500px;
|
||||
padding: 40px;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-webkit-transform: translate(-50%, -50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
|
||||
.yesimg h1{
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-family: 'Pattaya', sans-serif;
|
||||
color:#cc0000;
|
||||
font-size: 50pt;
|
||||
text-align: center;
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
||||
49
static/css/yespage.css
Normal file
49
static/css/yespage.css
Normal file
@@ -0,0 +1,49 @@
|
||||
html{
|
||||
min-width: 488px;
|
||||
}
|
||||
|
||||
body{
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background: url(../img/yesback.jpg);
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
height: 100vh;
|
||||
|
||||
}
|
||||
|
||||
container-fluid{
|
||||
min-width: 500px;
|
||||
}
|
||||
|
||||
div.row{
|
||||
justify-content:center;
|
||||
}
|
||||
|
||||
div.row h1{
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-family: 'Pattaya', sans-serif;
|
||||
color:#cc0000;
|
||||
font-size: 50pt;
|
||||
text-align: center;
|
||||
border-radius: 100px;
|
||||
margin-top: 5vh;
|
||||
}
|
||||
|
||||
div.row h2{
|
||||
padding: 0;
|
||||
border: 0;
|
||||
font-family: 'Pattaya', sans-serif;
|
||||
color:#cc0000;
|
||||
font-size: 25pt;
|
||||
text-align: center;
|
||||
border-radius: 100px;
|
||||
}
|
||||
|
||||
img{
|
||||
max-width: 400px;
|
||||
height: auto;
|
||||
margin-top: 10vh;
|
||||
}
|
||||
Reference in New Issue
Block a user