css: remove unused or redundant rules.

This commit is contained in:
evazion
2018-09-14 10:00:23 -05:00
parent 0aecc9d34c
commit bbb233b93f
17 changed files with 2 additions and 126 deletions

View File

@@ -6,21 +6,10 @@ div#c-artists, div#excerpt {
color: #A00;
}
div#a-banned {
}
ul ul {
margin-left: 1em;
}
div#a-show {
p.legend {
margin-bottom: 2em;
font-size: 0.8em;
font-style: italic;
}
}
div#a-edit, div#a-new {
textarea {
height: 10em;

View File

@@ -63,12 +63,6 @@ div.list-of-forum-posts {
}
div#c-forum-topics {
div.single-forum-post {
}
div#a-show {
}
span.info {
color: #AAA;
}

View File

@@ -1,5 +0,0 @@
div#c-post-appeals {
li {
list-style-type: disc;
}
}

View File

@@ -1,8 +1,4 @@
div#c-post-flags {
li {
list-style-type: disc;
}
tr.resolved-true {
background: #DDD !important;
}
@@ -10,4 +6,4 @@ div#c-post-flags {
tr.resolved-false {
background: #FFF !important;
}
}
}

View File

@@ -18,18 +18,6 @@ body.mode-remove-fav {
background-color: #FFA;
}
body.mode-rating-s {
background-color: #6F6;
}
body.mode-rating-q {
background-color: #AAA;
}
body.mode-rating-e {
background-color: #F66;
}
body.mode-vote-up {
background-color: #AFA;
}
@@ -50,14 +38,6 @@ body.mode-approve {
background-color: #48C;
}
body.mode-unapprove {
background-color: #F66;
}
body.mode-add-to-pool {
background-color: #26A;
}
body.mode-translation {
background-color: #5CD;
}

View File

@@ -44,12 +44,6 @@ article.post-preview {
margin-top: 1em;
}
#image-container p.desc {
font-size: 80%;
color: grey;
font-style: italic;
}
#open-edit-dialog {
padding: 0;
}

View File

@@ -4,16 +4,11 @@ div#c-static {
div#a-site-map {
width: 80em;
h1 {
display: none;
}
section {
width: 20em;
float: left;
h1 {
display: block;
font-size: $h3_size;
}

View File

@@ -71,19 +71,7 @@ div#c-users {
p {
font-size: 1.2em;
margin-bottom: 1em;
line-height: 1.4em;
}
footer.nav-links {
font-size: 1.4545em;
font-weight: bold;
text-align: center;
display: block;
}
div#p2 ul {
margin-bottom: 2em;
}
}
}