Update master.css

This commit is contained in:
noxy 2017-12-23 21:46:47 +00:00
parent 85621199ca
commit 30cd961018

View File

@ -35,13 +35,13 @@ body {
.panel.info { .panel.info {
margin-top: 0px; margin-top: 0px;
width: 1000px; width: 1200px;
border: 1px solid black; border: 1px solid black;
} }
.wrapper { .wrapper {
margin: 0 auto; margin: 0 auto;
width: 1000px; width: 1200px;
border-left: 1px solid black; border-left: 1px solid black;
border-right: 1px solid black; border-right: 1px solid black;
} }
@ -57,7 +57,7 @@ body {
.controls { .controls {
border-bottom: 1px solid; border-bottom: 1px solid;
width: 1000px; width: 1200px;
margin-top: 35px; margin-top: 35px;
border: 1px solid black; border: 1px solid black;
} }
@ -67,13 +67,14 @@ a#next, a#prev {
font-weight: normal; font-weight: normal;
top: 0px; top: 0px;
bottom: 932px; bottom: 932px;
margin: auto; margin: unset;
font-size: 18px; font-size: 18px;
color: #99ff00; color: #99ff00;
padding: 140px 40px 140px 40px; padding: 140px 40px 140px 40px;
cursor: pointer; cursor: pointer;
-webkit-transform: translateZ(0); -webkit-transform: translateZ(0);
align-content: inherit; align-content: inherit;
align-self: center;
} }
.van { .van {
@ -119,13 +120,13 @@ input, select, textarea {
}*/ }*/
.my-video-dimensions { .my-video-dimensions {
width: 795px; width: 900px;
height: auto; height: auto;
min-height: 450px; min-height: 500px;
} }
img#f0ck-image { img#f0ck-image {
max-width: 800px; max-width: 100%;
max-height: 500px; max-height: 500px;
} }