Add files via upload

This commit is contained in:
IvarK 2017-08-24 22:26:30 +03:00 committed by GitHub
parent c498230038
commit dd0d7ba385
2 changed files with 20 additions and 70 deletions

Binary file not shown.

View File

@ -1,16 +1,4 @@
@font-face {
font-family: 'Noto Sans';
font-weight: 400;
font-style: normal;
src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot');
src: url('../fonts/Noto-Sans-regular/Noto-Sans-regular.eot?#iefix') format('embedded-opentype'),
local('Noto Sans'),
local('Noto-Sans-regular'),
url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff2') format('woff2'),
url('../fonts/Noto-Sans-regular/Noto-Sans-regular.woff') format('woff'),
url('../fonts/Noto-Sans-regular/Noto-Sans-regular.ttf') format('truetype'),
url('../fonts/Noto-Sans-regular/Noto-Sans-regular.svg#NotoSans') format('svg');
}
@font-face {
font-family: 'Open Sans Condensed';
font-style: normal;
@ -30,7 +18,7 @@
position: absolute;
height: 200px;
top: 6%;
left: 44%;
left: calc(50% - 100px);
z-index: 1;
}
@ -42,12 +30,14 @@
color: black;
background: #E0E0E0;
font-weight: bold;
font-family: Typewriter;
border: 1px solid #127A20;
width:120px;
height:30px;
transition-duration: 0.2s;
cursor: pointer;
border-radius: 4px
border-radius: 4px;
font-size: 50%;
}
.storebtn:hover {
@ -59,13 +49,14 @@
color: white;
background: #1F1F1F;
font-weight: bold;
font-size: 100%;
font-size: 80%;
border: 1px solid #ED85DF;
width:160px;
height:65px;
transition-duration: 0.2s;
cursor: pointer;
border-radius: 4px
border-radius: 4px;
font-family: Typewriter;
}
.infinistorebtn1:hover {
@ -77,13 +68,14 @@
color: white;
background: #1F1F1F;
font-weight: bold;
font-size: 100%;
font-size: 80%;
border: 1px solid #ED85DF;
width:160px;
height:65px;
transition-duration: 0.2s;
cursor: pointer;
border-radius: 4px
border-radius: 4px;
font-family: Typewriter;
}
.infinistorebtn2:hover {
@ -95,13 +87,14 @@
color: black;
background: #F7F7F7;
font-weight: bold;
font-size: 100%;
font-size: 80%;
border: 1px solid #ED85DF;
width:160px;
height:65px;
transition-duration: 0.2s;
cursor: pointer;
border-radius: 4px
border-radius: 4px;
font-family: Typewriter;
}
.infinistorebtnlocked:hover {
@ -113,23 +106,26 @@
color: black;
background: #5AC467;
font-weight: bold;
font-size: 100%;
font-size: 80%;
border: 1px solid #ED85DF;
width:160px;
height:65px;
transition-duration: 0.2s;
border-radius: 4px
border-radius: 4px;
font-family: Typewriter;
}
.unavailablebtn {
color: #000000;
background: #808080;
font-weight: bold;
font-family: Typewriter;
border: 1px solid #127A20;
width:120px;
height:30px;
transition-duration: 0.2s;
border-radius: 4px
border-radius: 4px;
font-size: 50%;
}
.unavailablebtn:hover {
@ -174,52 +170,6 @@
}
@font-face {
font-family: 'Noto Sans';
font-weight: 700;
font-style: normal;
src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot');
src: url('../fonts/Noto-Sans-700/Noto-Sans-700.eot?#iefix') format('embedded-opentype'),
local('Noto Sans Bold'),
local('Noto-Sans-700'),
url('../fonts/Noto-Sans-700/Noto-Sans-700.woff2') format('woff2'),
url('../fonts/Noto-Sans-700/Noto-Sans-700.woff') format('woff'),
url('../fonts/Noto-Sans-700/Noto-Sans-700.ttf') format('truetype'),
url('../fonts/Noto-Sans-700/Noto-Sans-700.svg#NotoSans') format('svg');
}
@font-face {
font-family: 'Noto Sans';
font-weight: 400;
font-style: italic;
src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot');
src: url('../fonts/Noto-Sans-italic/Noto-Sans-italic.eot?#iefix') format('embedded-opentype'),
local('Noto Sans Italic'),
local('Noto-Sans-italic'),
url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff2') format('woff2'),
url('../fonts/Noto-Sans-italic/Noto-Sans-italic.woff') format('woff'),
url('../fonts/Noto-Sans-italic/Noto-Sans-italic.ttf') format('truetype'),
url('../fonts/Noto-Sans-italic/Noto-Sans-italic.svg#NotoSans') format('svg');
}
@font-face {
font-family: 'Noto Sans';
font-weight: 700;
font-style: italic;
src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot');
src: url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.eot?#iefix') format('embedded-opentype'),
local('Noto Sans Bold Italic'),
local('Noto-Sans-700italic'),
url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff2') format('woff2'),
url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.woff') format('woff'),
url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.ttf') format('truetype'),
url('../fonts/Noto-Sans-700italic/Noto-Sans-700italic.svg#NotoSans') format('svg');
}
body {
background-color: #fff;
padding:50px;