Layout: Simplify color scheme

This commit is contained in:
James Taylor 2019-08-24 11:51:41 -07:00
parent 400d17e613
commit f2eb354197
3 changed files with 10 additions and 19 deletions

View File

@ -14,7 +14,7 @@ body{
color:#222;
background-color:#cccccc;
background-color:#bcbcbc;
min-height:100vh;
display: flex;
@ -150,7 +150,7 @@ body{
.horizontal-item-box{
}
.item{
background-color:#bcbcbc;
background-color:#dadada;
text-decoration:none;
font-size: 12px;
color: #767676;
@ -284,7 +284,7 @@ body{
text-align: center;
}
.sort-button{
background-color: #d0d0d0;
background-color: #dadada;
padding: 2px;
justify-self: start;
}

View File

@ -7,6 +7,8 @@
margin: auto;
}
main form{
background-color: #dadada;
padding: 10px;
margin-top:20px;
display:grid;
justify-items: start;
@ -22,7 +24,7 @@
margin-top:20px;
}
#tor-note{
background-color: #dddddd;
background-color: #dadada;
padding: 10px;
margin-top: 40px;
}

View File

@ -8,13 +8,6 @@
grid-template-columns: 1fr 640px 40px 400px 1fr;
grid-template-rows: auto auto auto auto;
align-content: start;
background-color:#cccccc;
}
#left{
background-color:#bcbcbc;
grid-column: 1;
grid-row: 1 / span 3;
}
video{
height: 360px;
@ -28,14 +21,13 @@
grid-template-rows: 0fr 0fr 0fr 20px 0fr 0fr;
grid-template-columns: 1fr 1fr;
align-content: start;
background-color:#bcbcbc;
}
.video-info > .title{
grid-column: 1 / span 2;
min-width: 0;
}
.video-info > .is-unlisted{
background-color: #d0d0d0;
background-color: #dadada;
justify-self:start;
padding-left:2px;
padding-right:2px;
@ -71,7 +63,7 @@
grid-column: 2;
}
.video-info > .description{
background-color:#d0d0d0;
background-color:#dadada;
margin-top:8px;
white-space: pre-wrap;
min-width: 0;
@ -83,7 +75,7 @@
.music-list{
grid-row:7;
grid-column: 1 / span 2;
background-color: #d0d0d0;
background-color: #dadada;
}
.music-list table,th,td{
border: 1px solid;
@ -101,7 +93,6 @@
grid-column: 2;
grid-row: 3;
padding-top:10px;
background-color:#bcbcbc;
}
.comment{
width:640px;
@ -122,6 +113,7 @@
grid-template-columns: 1fr 640px 40px 1fr;
}
#related{
margin-top: 10px;
grid-column: 2;
grid-row: 3;
}
@ -163,9 +155,6 @@
{% endblock style %}
{% block main %}
<div id="left">
</div>
<video controls autofocus>
{% for video_source in video_sources %}
<source src="{{ video_source['src'] }}" type="{{ video_source['type'] }}">