This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 8.6 KiB |
+1
@@ -0,0 +1 @@
|
||||
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
|
||||
@@ -0,0 +1,136 @@
|
||||
body, html {
|
||||
color: #ff6400;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
color: #736963;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.container {
|
||||
max-width: 1200px;
|
||||
padding-left: 25px;
|
||||
padding-right: 25px;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.watch-section {
|
||||
display: table;
|
||||
width: 100%;
|
||||
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.watch-section .watch-inner {
|
||||
display: table-cell;
|
||||
|
||||
}
|
||||
|
||||
.watch-section header {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.watch-section h2 {
|
||||
font-size: 60px;
|
||||
margin-bottom: 70px;
|
||||
margin-top: 0;
|
||||
}
|
||||
@media (max-height: 768px) {
|
||||
.watch-section h2 {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
@media (max-height: 600px) {
|
||||
.watch-section h2 {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
.watch-section h3 {
|
||||
font-size: 36px;
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
@media (max-height: 768px) {
|
||||
.watch-section h3 {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
}
|
||||
@media (max-height: 600px) {
|
||||
.watch-section h3 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
.watch-section .more {
|
||||
position: absolute;
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
bottom: 110px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
width: 100%;
|
||||
height: 40px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.watch-section .more .more-text {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
top: -30px;
|
||||
color: #ff6400;
|
||||
font-size: 11.5px;
|
||||
}
|
||||
|
||||
.faces .face {
|
||||
background: transparent url("faces.png") top left no-repeat;
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
padding: 0;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.faces .face:before {
|
||||
top: inherit;
|
||||
bottom: -35px;
|
||||
left: 57px;
|
||||
}
|
||||
|
||||
.faces .face1 {
|
||||
background-position: 0 0;
|
||||
}
|
||||
|
||||
.faces .face2 {
|
||||
background-position: -179px 0;
|
||||
}
|
||||
|
||||
.faces .face3 {
|
||||
background-position: -359px 0;
|
||||
}
|
||||
|
||||
.faces .face4 {
|
||||
background-position: -542px 0;
|
||||
}
|
||||
|
||||
.faces .face5 {
|
||||
background-position: -724px 0;
|
||||
}
|
||||
|
||||
.faces .clock {
|
||||
width: 160px;
|
||||
height: 160px;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user