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