Tab width
This commit is contained in:
parent
38f5fe2ca4
commit
5d1fd14045
|
@ -1,21 +1,22 @@
|
|||
div#header {
|
||||
font-size: 25px;
|
||||
font-size: 25px;
|
||||
}
|
||||
div#header img {
|
||||
height: 40px;
|
||||
height: 40px;
|
||||
}
|
||||
div#subs img {
|
||||
height: 120px;
|
||||
border-radius: 100px;
|
||||
height: 120px;
|
||||
border-radius: 100px;
|
||||
}
|
||||
div#subs ul {
|
||||
height: 160px;
|
||||
height: 160px;
|
||||
}
|
||||
div.thumb, div.details {
|
||||
display: inline-block;
|
||||
padding: 0px;
|
||||
}
|
||||
div.details {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
padding-left: 0px;
|
||||
}
|
||||
div.details a {
|
||||
|
@ -28,35 +29,32 @@ div.playmodes {
|
|||
width: 100%;
|
||||
}
|
||||
div.playmodes a {
|
||||
background-color: #323232;
|
||||
width: 25%;
|
||||
background-color: #323232;
|
||||
width: 25%;
|
||||
}
|
||||
div.playmodes img, div.playmodes span {
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
margin: 0px;
|
||||
width: 100%;
|
||||
height: 50px;
|
||||
margin: 0px;
|
||||
}
|
||||
div.playmodes div {
|
||||
height: 50px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
height: 50px;
|
||||
margin: 0px;
|
||||
padding: 0px;
|
||||
}
|
||||
div.seen {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
div.seen h3 {
|
||||
font-size: 32px;
|
||||
padding-top: 7px;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
font-size: 32px;
|
||||
padding-top: 7px;
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
}
|
||||
div.thumb img {
|
||||
display: block;
|
||||
height: 226px;
|
||||
}
|
||||
div.time {
|
||||
top: 178px;
|
||||
}
|
||||
div.row {
|
||||
display: inline-grid;
|
||||
}
|
||||
|
@ -71,7 +69,7 @@ div.video_body, div.seen, div.playmodes {
|
|||
float: right;
|
||||
}
|
||||
div#title h1 {
|
||||
line-height: 60px;
|
||||
line-height: 60px;
|
||||
}
|
||||
div.title {
|
||||
position: relative;
|
||||
|
@ -79,8 +77,8 @@ div.title {
|
|||
top: 10px;
|
||||
}
|
||||
div.title img {
|
||||
height: 80px;
|
||||
border-radius: 60px;
|
||||
height: 80px;
|
||||
border-radius: 60px;
|
||||
}
|
||||
.category, .no-category, .unsubscribe, .solo, .no-solo, .regex, .no-regex {
|
||||
position: relative;
|
||||
|
|
Loading…
Reference in New Issue