Add .NET Core 2.1 versions
This commit is contained in:
135
vote/dotnet/Vote/wwwroot/css/site.css
Normal file
135
vote/dotnet/Vote/wwwroot/css/site.css
Normal file
@ -0,0 +1,135 @@
|
||||
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,700,600);
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: #F7F8F9;
|
||||
height: 100vh;
|
||||
font-family: 'Open Sans';
|
||||
}
|
||||
|
||||
button {
|
||||
border-radius: 0;
|
||||
width: 100%;
|
||||
height: 50%;
|
||||
}
|
||||
|
||||
button[type="submit"] {
|
||||
-webkit-appearance: none;
|
||||
-webkit-border-radius: 0;
|
||||
}
|
||||
|
||||
button i {
|
||||
float: right;
|
||||
padding-right: 30px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
|
||||
button.a {
|
||||
background-color: #1aaaf8;
|
||||
}
|
||||
|
||||
button.b {
|
||||
background-color: #00cbca;
|
||||
}
|
||||
|
||||
#tip {
|
||||
text-align: left;
|
||||
color: #c0c9ce;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#hostname {
|
||||
position: absolute;
|
||||
bottom: 100px;
|
||||
right: 0;
|
||||
left: 0;
|
||||
color: #8f9ea8;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
#content-container {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
margin: 0 auto;
|
||||
display: table;
|
||||
padding: 10px;
|
||||
max-width: 940px;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
#content-container-center {
|
||||
display: table-cell;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#content-container-center h3 {
|
||||
color: #254356;
|
||||
}
|
||||
|
||||
#choice {
|
||||
transition: all 300ms linear;
|
||||
line-height: 1.3em;
|
||||
display: inline;
|
||||
vertical-align: middle;
|
||||
font-size: 3em;
|
||||
}
|
||||
|
||||
#choice a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#choice a:hover, #choice a:focus {
|
||||
outline: 0;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#choice button {
|
||||
display: block;
|
||||
height: 80px;
|
||||
width: 330px;
|
||||
border: none;
|
||||
color: white;
|
||||
text-transform: uppercase;
|
||||
font-size: 18px;
|
||||
font-weight: 700;
|
||||
margin-top: 10px;
|
||||
margin-bottom: 10px;
|
||||
text-align: left;
|
||||
padding-left: 50px;
|
||||
}
|
||||
|
||||
#choice button.a:hover {
|
||||
background-color: #1488c6;
|
||||
}
|
||||
|
||||
#choice button.b:hover {
|
||||
background-color: #00a2a1;
|
||||
}
|
||||
|
||||
#choice button.a:focus {
|
||||
background-color: #1488c6;
|
||||
}
|
||||
|
||||
#choice button.b:focus {
|
||||
background-color: #00a2a1;
|
||||
}
|
||||
|
||||
#background-stats {
|
||||
z-index: 1;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#background-stats div {
|
||||
transition: width 400ms ease-in-out;
|
||||
display: inline-block;
|
||||
margin-bottom: -4px;
|
||||
width: 50%;
|
||||
height: 100%;
|
||||
}
|
1
vote/dotnet/Vote/wwwroot/css/site.min.css
vendored
Normal file
1
vote/dotnet/Vote/wwwroot/css/site.min.css
vendored
Normal file
@ -0,0 +1 @@
|
||||
body{padding-top:50px;padding-bottom:20px}.body-content{padding-left:15px;padding-right:15px}.carousel-caption p{font-size:20px;line-height:1.4}.carousel-inner .item img[src$=".svg"]{width:100%}#qrCode{margin:15px}@media screen and (max-width:767px){.carousel-caption{display:none}}
|
13
vote/dotnet/Vote/wwwroot/js/jquery-1.11.1-min.js
vendored
Normal file
13
vote/dotnet/Vote/wwwroot/js/jquery-1.11.1-min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user