Kill trailing whitespace in scss files

This commit is contained in:
小太
2013-03-19 23:32:39 +11:00
parent 3ce4c704d4
commit 0da58dcb79
34 changed files with 212 additions and 212 deletions

View File

@@ -4,7 +4,7 @@
// Reset.sass // Reset.sass
// Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an // Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an
// adapted version here that cuts out some of the reset HTML elements we will // adapted version here that cuts out some of the reset HTML elements we will
// never need here (i.e., dfn, samp, etc). // never need here (i.e., dfn, samp, etc).
// ERIC MEYER RESET // ERIC MEYER RESET

View File

@@ -48,16 +48,16 @@ h1, h2, h3, h4, h5, h6 {
} }
h1 { h1 {
font-size: $h1_size; font-size: $h1_size;
} }
h2 { h2 {
font-size: $h2_size; font-size: $h2_size;
} }
h3, h4, h5, h6 { h3, h4, h5, h6 {
font-weight: bold; font-weight: bold;
font-size: $h3_size; font-size: $h3_size;
} }
fieldset { fieldset {
@@ -88,17 +88,17 @@ legend {
menu { menu {
margin: 0; margin: 0;
padding: 0; padding: 0;
ul { ul {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
li { li {
margin: 0; margin: 0;
padding: 0 0.2em; padding: 0 0.2em;
list-style-type: none; list-style-type: none;
display: inline; display: inline;
} }
} }

View File

@@ -6,19 +6,19 @@ div.prose {
h1, h2, h3 { h1, h2, h3 {
line-height: 1em; line-height: 1em;
} }
h1 { h1 {
padding: $h1_padding; padding: $h1_padding;
} }
h2 { h2 {
padding: $h2_padding; padding: $h2_padding;
} }
h3 { h3 {
padding: $h3_padding; padding: $h3_padding;
} }
h4, h5, h6 { h4, h5, h6 {
padding: 0; padding: 0;
} }
@@ -26,12 +26,12 @@ div.prose {
ul { ul {
margin-left: 1em; margin-left: 1em;
margin-bottom: 1em; margin-bottom: 1em;
ul { ul {
margin-bottom: 0; margin-bottom: 0;
} }
} }
li { li {
list-style-type: disc; list-style-type: disc;
} }

View File

@@ -1,6 +1,6 @@
div.ui-dialog { div.ui-dialog {
overflow: visible; overflow: visible;
ul { ul {
margin-left: 1em; margin-left: 1em;
margin-bottom: 1em; margin-bottom: 1em;

View File

@@ -7,62 +7,62 @@ div#search {
div#page { div#page {
overflow: visible; overflow: visible;
margin: 0 30px; margin: 0 30px;
div#upgrade-account-notice, div#sign-up-notice, div#tos-notice { div#upgrade-account-notice, div#sign-up-notice, div#tos-notice {
margin: 1em 0; margin: 1em 0;
padding: 1em; padding: 1em;
text-align: center; text-align: center;
position: relative; position: relative;
h1 { h1 {
font-size: $h2_size; font-size: $h2_size;
font-weight: bold; font-weight: bold;
} }
p { p {
margin: 0; margin: 0;
} }
} }
aside#sidebar { aside#sidebar {
width: 15em; width: 15em;
float: left; float: left;
position: absolute; position: absolute;
h1 { h1 {
font-size: $h3_size; font-size: $h3_size;
} }
ul { ul {
list-style-type: none; list-style-type: none;
} }
input[type=text] { input[type=text] {
width: 10em; width: 10em;
} }
} }
aside#sidebar > section { aside#sidebar > section {
margin-bottom: 1em; margin-bottom: 1em;
} }
aside#sidebar > section#blacklist-box ul { aside#sidebar > section#blacklist-box ul {
margin-left: 1em; margin-left: 1em;
li { li {
list-style-type: disc; list-style-type: disc;
} }
a { a {
color: $link_color; color: $link_color;
cursor: pointer; cursor: pointer;
} }
span { span {
color: #AAA; color: #AAA;
} }
} }
section#content { section#content {
overflow: visible; overflow: visible;
margin-left: 15em; margin-left: 15em;
@@ -91,4 +91,4 @@ div#more-links {
padding: 0.2em 0.6em; padding: 0.2em 0.6em;
@include box-shadow(2px 2px 2px #ccc); @include box-shadow(2px 2px 2px #ccc);
} }

View File

@@ -4,7 +4,7 @@ div#news-updates {
border-bottom: 2px solid #666; border-bottom: 2px solid #666;
overflow: hidden; overflow: hidden;
font-size: 0.8em; font-size: 0.8em;
ul { ul {
float: left; float: left;
margin: 0; margin: 0;

View File

@@ -1,7 +1,7 @@
div.error-messages { div.error-messages {
margin: 1em 0; margin: 1em 0;
padding: 1em; padding: 1em;
h1 { h1 {
font-size: 1em; font-size: 1em;
color: #A00; color: #A00;

View File

@@ -5,34 +5,34 @@ header#top {
font-size: 2.5em; font-size: 2.5em;
margin: 5px 30px 0 30px; margin: 5px 30px 0 30px;
} }
menu { menu {
margin-top: -2px; margin-top: -2px;
background: $menu_color; background: $menu_color;
padding: 6px 20px; padding: 6px 20px;
form { form {
display: inline-block; display: inline-block;
input { input {
width: 8em; width: 8em;
} }
} }
li { li {
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
li a { li a {
padding: 6px 10px; padding: 6px 10px;
} }
} }
menu.main { menu.main {
margin-top: 0px; margin-top: 0px;
background: none; background: none;
li.current a { li.current a {
background: $menu_color; background: $menu_color;
font-weight: bold; font-weight: bold;

View File

@@ -5,7 +5,7 @@ div.paginator {
padding: 2em 0 1em 0; padding: 2em 0 1em 0;
text-align: center; text-align: center;
clear: both; clear: both;
li { li {
a { a {
margin: 0 0.25em; margin: 0 0.25em;

View File

@@ -1,6 +1,6 @@
form.simple_form { form.simple_form {
margin: 0 0 1em 0; margin: 0 0 1em 0;
div.input.boolean { div.input.boolean {
label { label {
display: inline; display: inline;
@@ -8,32 +8,32 @@ form.simple_form {
vertical-align: middle; vertical-align: middle;
} }
} }
div.input { div.input {
margin-bottom: 1em; margin-bottom: 1em;
input[type=text], input[type=file], input[type=password], input[type=email] { input[type=text], input[type=file], input[type=password], input[type=email] {
width: 20em; width: 20em;
} }
textarea { textarea {
width: 100%; width: 100%;
font-size: 1.2em; font-size: 1.2em;
} }
label { label {
display: block; display: block;
cursor: pointer; cursor: pointer;
font-weight: bold; font-weight: bold;
line-height: 1.5em; line-height: 1.5em;
} }
fieldset { fieldset {
border: none; border: none;
display: inline; display: inline;
margin: 0; margin: 0;
padding: 0; padding: 0;
label { label {
font-weight: normal; font-weight: normal;
width: auto; width: auto;

View File

@@ -4,25 +4,25 @@ table.striped {
p { p {
margin: 0; margin: 0;
} }
td, th { td, th {
padding: 4px 6px; padding: 4px 6px;
} }
tbody { tbody {
tr { tr {
border-bottom: 1px solid #CCC; border-bottom: 1px solid #CCC;
&:hover { &:hover {
background-color: $highlight_color; background-color: $highlight_color;
} }
} }
} }
.number { .number {
text-align: right; text-align: right;
} }
thead { thead {
tr { tr {
border-bottom: 2px solid #666; border-bottom: 2px solid #666;
@@ -34,7 +34,7 @@ table.striped {
color: #333; color: #333;
} }
} }
tr.even { tr.even {
background-color: #FAFAFA; background-color: #FAFAFA;
} }

View File

@@ -5,7 +5,7 @@ div#c-artists {
font-weight: bold; font-weight: bold;
color: #A00; color: #A00;
} }
div#a-banned { div#a-banned {
} }
@@ -13,25 +13,25 @@ div#c-artists {
p.legend { p.legend {
margin-bottom: 2em; margin-bottom: 2em;
font-size: 0.8em; font-size: 0.8em;
font-style: italic; font-style: italic;
} }
} }
div#a-edit, div#a-new { div#a-edit, div#a-new {
textarea { textarea {
height: 5em; height: 5em;
} }
} }
div.recent-posts { div.recent-posts {
margin-top: 1em; margin-top: 1em;
h1 { h1 {
font-size: $h2_size; font-size: $h2_size;
margin: 0; margin: 0;
} }
} }
.hint { .hint {
display: block; display: block;
} }

View File

@@ -4,7 +4,7 @@ div.comments-for-post {
div.notices { div.notices {
margin: 1em 0; margin: 1em 0;
} }
p.info { p.info {
color: #AAA; color: #AAA;
font-style: italic; font-style: italic;
@@ -14,24 +14,24 @@ div.comments-for-post {
div.list-of-comments { div.list-of-comments {
article.comment { article.comment {
margin-bottom: 2em; margin-bottom: 2em;
div.author { div.author {
width: 12em; width: 12em;
float: left; float: left;
overflow: hidden; overflow: hidden;
margin-right: 2em; margin-right: 2em;
word-wrap: break-word; word-wrap: break-word;
h1 { h1 {
display: block; display: block;
font-size: $h3_size; font-size: $h3_size;
} }
} }
div.content { div.content {
width: 40em; width: 40em;
float: left; float: left;
menu { menu {
li { li {
margin-right: 1em; margin-right: 1em;
@@ -39,14 +39,14 @@ div.comments-for-post {
} }
} }
} }
article.comment.below-threshold { article.comment.below-threshold {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30); -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
filter: alpha(opacity=30); filter: alpha(opacity=30);
zoom: 1; zoom: 1;
opacity: 0.3; opacity: 0.3;
} }
article.comment.below-threshold:hover { article.comment.below-threshold:hover {
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100); -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
filter: alpha(opacity=100); filter: alpha(opacity=100);
@@ -54,7 +54,7 @@ div.comments-for-post {
opacity: 1.0; opacity: 1.0;
} }
} }
div.comment-preview { div.comment-preview {
margin-bottom: 2em; margin-bottom: 2em;
} }
@@ -70,18 +70,18 @@ div#c-comments {
strong, time { strong, time {
margin-right: 0.3em; margin-right: 0.3em;
} }
div.list-of-tags { div.list-of-tags {
a { a {
margin-right: 0.5em; margin-right: 0.5em;
} }
} }
div.notices { div.notices {
margin: 1em 0; margin: 1em 0;
} }
} }
div.preview { div.preview {
float: left; float: left;
width: 154px; width: 154px;
@@ -90,7 +90,7 @@ div#c-comments {
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
} }
div.post { div.post {
margin-bottom: 4em; margin-bottom: 4em;
@@ -99,7 +99,7 @@ div#c-comments {
width: 55em; width: 55em;
} }
} }
div.post.blacklisted { div.post.blacklisted {
display: none; display: none;
} }

View File

@@ -4,17 +4,17 @@ div#c-dmails {
div#a-show { div#a-show {
max-width: 50em; max-width: 50em;
} }
tr.read-false { tr.read-false {
font-weight: bold; font-weight: bold;
} }
div#preview { div#preview {
margin: 1em 0; margin: 1em 0;
border: 1px solid #CCC; border: 1px solid #CCC;
padding: 1em; padding: 1em;
width: 40em; width: 40em;
h1 { h1 {
font-size: $h2_size; font-size: $h2_size;
} }

View File

@@ -4,7 +4,7 @@ div#c-favorites {
section#content > h1 { section#content > h1 {
font-size: $h3_size; font-size: $h3_size;
} }
div#posts { div#posts {
margin-left: 0; margin-left: 0;
margin-right: 6.5em; margin-right: 6.5em;

View File

@@ -7,20 +7,20 @@ div.list-of-forum-posts {
article { article {
margin-bottom: 3em; margin-bottom: 3em;
div.author { div.author {
width: 12em; width: 12em;
float: left; float: left;
margin-right: 2em; margin-right: 2em;
word-wrap: break-word; word-wrap: break-word;
} }
div.content { div.content {
margin-left: 14em; margin-left: 14em;
menu { menu {
margin-top: 0.5em; margin-top: 0.5em;
li { li {
margin-right: 1em; margin-right: 1em;
} }
@@ -29,21 +29,21 @@ div.list-of-forum-posts {
} }
} }
div.list-of-forum-posts+p { div.list-of-forum-posts+p {
margin-left: 14em; margin-left: 14em;
} }
div#c-forum-topics { div#c-forum-topics {
div.single-forum-post { div.single-forum-post {
} }
div#a-show { div#a-show {
} }
span.info { span.info {
color: #AAA; color: #AAA;
} }
span.new { span.new {
font-size: 80%; font-size: 80%;
color: red; color: red;
@@ -53,7 +53,7 @@ div#c-forum-topics {
a.last-page { a.last-page {
color: #666; color: #666;
} }
span.locked-topic { span.locked-topic {
color: #666; color: #666;
} }

View File

@@ -3,16 +3,16 @@
div#c-static { div#c-static {
div#a-keyboard-shortcuts { div#a-keyboard-shortcuts {
overflow: visible; overflow: visible;
section { section {
width: 20%; width: 20%;
float: left; float: left;
margin-bottom: 1em; margin-bottom: 1em;
h1 { h1 {
font-size: $h3_size; font-size: $h3_size;
} }
li { li {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }

View File

@@ -8,32 +8,32 @@ div#c-landings {
text-align: center; text-align: center;
font-size: 4em; font-size: 4em;
} }
p.slogan { p.slogan {
text-align: center; text-align: center;
font-size: 1.5em; font-size: 1.5em;
font-weight: bold; font-weight: bold;
} }
div.column { div.column {
width: 480px; width: 480px;
vertical-align: top; vertical-align: top;
float: left; float: left;
background-color: #000; background-color: #000;
} }
div.landing-post { div.landing-post {
overflow: hidden; overflow: hidden;
} }
div.landing-post:hover img { div.landing-post:hover img {
opacity: 0.25; opacity: 0.25;
} }
div.landing-post:hover div.data { div.landing-post:hover div.data {
opacity: 1.0; opacity: 1.0;
} }
div.landing-post div.data { div.landing-post div.data {
position: absolute; position: absolute;
color: white; color: white;

View File

@@ -5,7 +5,7 @@ div#c-moderator-post-queues {
margin-bottom: 4em; margin-bottom: 4em;
overflow: hidden; overflow: hidden;
} }
article.post-has-dup { article.post-has-dup {
background: rgb(255, 255, 100); background: rgb(255, 255, 100);
} }
@@ -13,26 +13,26 @@ div#c-moderator-post-queues {
article.post-neg-score { article.post-neg-score {
background: rgb(255, 230, 230); background: rgb(255, 230, 230);
} }
article.post-pos-score { article.post-pos-score {
background: rgb(230, 255, 230); background: rgb(230, 255, 230);
} }
aside { aside {
float: left; float: left;
width: 220px; width: 220px;
text-align: right; text-align: right;
padding-right: 20px; padding-right: 20px;
} }
section { section {
float: left; float: left;
width: 600px; width: 600px;
} }
div#moderation-guideline { div#moderation-guideline {
width: 900px; width: 900px;
h1 { h1 {
font-size: $h2_size; font-size: $h2_size;
} }

View File

@@ -9,7 +9,7 @@ div#c-moderator-dashboards {
width: 45%; width: 45%;
float: left; float: left;
} }
div.activity { div.activity {
margin-bottom: 1em; margin-bottom: 1em;
} }
@@ -21,11 +21,11 @@ div#c-moderator-dashboards {
div#activity-search { div#activity-search {
margin-bottom: 2em; margin-bottom: 2em;
} }
tr.feedback-category-positive { tr.feedback-category-positive {
background: #DDFFDD !important; background: #DDFFDD !important;
} }
tr.feedback-category-negative { tr.feedback-category-negative {
background: #FFDDDD !important; background: #FFDDDD !important;
} }

View File

@@ -1,7 +1,7 @@
div#note-container { div#note-container {
position: absolute; position: absolute;
z-index: 500; z-index: 500;
div.note-body { div.note-body {
position: absolute; position: absolute;
border: 1px solid black; border: 1px solid black;
@@ -13,29 +13,29 @@ div#note-container {
padding: 4px; padding: 4px;
z-index: 1500; z-index: 1500;
overflow: auto; overflow: auto;
h1, h2, h3, h4, h5, h6, a, span, div, blockquote, br, p, ul, li, ol, em, strong, small, big, b, i, font, u, s, code, center { h1, h2, h3, h4, h5, h6, a, span, div, blockquote, br, p, ul, li, ol, em, strong, small, big, b, i, font, u, s, code, center {
line-height: normal; line-height: normal;
} }
p.tn { p.tn {
font-size: 0.8em; font-size: 0.8em;
color: gray; color: gray;
} }
b, strong { b, strong {
font-weight: bold; font-weight: bold;
} }
i, em { i, em {
font-style: italic; font-style: italic;
} }
small { small {
font-size: 0.8em; font-size: 0.8em;
} }
} }
div.note-box { div.note-box {
position: absolute; position: absolute;
border: 1px solid white; border: 1px solid white;
@@ -45,12 +45,12 @@ div#note-container {
height: 100px; height: 100px;
cursor: move; cursor: move;
background: transparent; background: transparent;
div.note-box-inner-border { div.note-box-inner-border {
border: 1px solid black; border: 1px solid black;
background: #FFE; background: #FFE;
} }
div.note-box-inner-border.unsaved { div.note-box-inner-border.unsaved {
border: 1px solid red; border: 1px solid red;
} }

View File

@@ -3,16 +3,16 @@
div#c-pool-elements { div#c-pool-elements {
div#a-new { div#a-new {
font-size: 0.8em; font-size: 0.8em;
form { form {
margin-bottom: 1em; margin-bottom: 1em;
} }
li { li {
margin-left: 1em; margin-left: 1em;
cursor: pointer; cursor: pointer;
} }
h1 { h1 {
font-size: $h3_size; font-size: $h3_size;
} }
@@ -23,15 +23,15 @@ div#c-pools {
h1 { h1 {
font-size: $h2_size; font-size: $h2_size;
} }
p { p {
width: 30em; width: 30em;
} }
textarea { textarea {
height: 10em; height: 10em;
} }
span.inactive { span.inactive {
color: #AAA; color: #AAA;
} }
@@ -41,7 +41,7 @@ div#c-pool-orders {
h1 { h1 {
font-size: $h2_size; font-size: $h2_size;
} }
div#a-edit { div#a-edit {
ul.ui-sortable { ul.ui-sortable {
list-style-type: none; list-style-type: none;

View File

@@ -2,7 +2,7 @@ div#c-post-flags {
li { li {
list-style-type: disc; list-style-type: disc;
} }
tr.resolved-true { tr.resolved-true {
background: #DDD !important; background: #DDD !important;
} }

View File

@@ -13,7 +13,7 @@ body.mode-add-fav {
body.mode-remove-fav { body.mode-remove-fav {
background-color: "#FFA"; background-color: "#FFA";
} }
body.mode-rating-q { body.mode-rating-q {
background-color: "#AAA"; background-color: "#AAA";
} }

View File

@@ -8,7 +8,7 @@ article.post-preview {
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
@include inline-block; @include inline-block;
img { img {
margin: auto; margin: auto;
} }
@@ -120,7 +120,7 @@ div#c-posts {
font-size: 0.8em; font-size: 0.8em;
padding: 1em; padding: 1em;
margin-bottom: 1em; margin-bottom: 1em;
ul { ul {
margin-left: 1em; margin-left: 1em;
} }
@@ -134,24 +134,24 @@ div#c-posts {
font-weight: bold; font-weight: bold;
} }
} }
div.nav-notice { div.nav-notice {
padding: 1em; padding: 1em;
margin-bottom: 1em; margin-bottom: 1em;
background: #EEE; background: #EEE;
border: 1px solid #AAA; border: 1px solid #AAA;
position: relative; position: relative;
p { p {
margin: 0; margin: 0;
text-align: center; text-align: center;
} }
} }
aside#sidebar #tag-list h2 { aside#sidebar #tag-list h2 {
font-size: $h4_size; font-size: $h4_size;
} }
aside#sidebar > section#pool-sidebar { aside#sidebar > section#pool-sidebar {
span.ui-icon { span.ui-icon {
color: #666; color: #666;
@@ -161,7 +161,7 @@ div#c-posts {
aside#sidebar > section > ul { aside#sidebar > section > ul {
margin-bottom: 1em; margin-bottom: 1em;
} }
aside#sidebar > section > ul li { aside#sidebar > section > ul li {
list-style-type: none; list-style-type: none;
} }
@@ -173,38 +173,38 @@ div#c-posts {
h1 { h1 {
font-size: $h3_size; font-size: $h3_size;
} }
div#a-index { div#a-index {
div#posts { div#posts {
margin-left: 0; margin-left: 0;
margin-right: 6.5em; margin-right: 6.5em;
} }
#content { #content {
margin-left: 15em; margin-left: 15em;
} }
div#jlist-rss-ads-for-show { div#jlist-rss-ads-for-show {
float: right; float: right;
position: absolute; position: absolute;
top: 0; top: 0;
right: 10px; right: 10px;
} }
menu#post-sections { menu#post-sections {
margin-bottom: 0.5em; margin-bottom: 0.5em;
font-size: $h3_size; font-size: $h3_size;
li { li {
padding: 0 1em 0.5em 0; padding: 0 1em 0.5em 0;
&.active { &.active {
font-weight: bold; font-weight: bold;
} }
} }
} }
} }
div#a-show { div#a-show {
.active { .active {
font-weight: bold; font-weight: bold;
@@ -213,59 +213,59 @@ div#c-posts {
menu#post-sections { menu#post-sections {
margin: 0; margin: 0;
font-size: $h3_size; font-size: $h3_size;
li { li {
padding: 0 1em 0 0; padding: 0 1em 0 0;
} }
div.share a { div.share a {
margin: 0; margin: 0;
} }
} }
div.notices { div.notices {
margin: 1em 0; margin: 1em 0;
} }
section { section {
margin-top: 1em; margin-top: 1em;
} }
span.quick-mod { span.quick-mod {
float: right; float: right;
} }
.pool-name, .search-name { .pool-name, .search-name {
margin: 0 1em; margin: 0 1em;
} }
#nav-links { #nav-links {
margin: 1em 7em 1em 0; margin: 1em 7em 1em 0;
padding: 1em 0.5em; padding: 1em 0.5em;
} }
#pool-nav, #search-seq-nav, #nav-help { #pool-nav, #search-seq-nav, #nav-help {
li { li {
position: relative; position: relative;
text-align: center; text-align: center;
height: 1.5em; height: 1.5em;
.prev { .prev {
position: absolute; position: absolute;
left: 1em; left: 1em;
} }
.next { .next {
position: absolute; position: absolute;
right: 1em; right: 1em;
} }
&:hover { &:hover {
background: rgb(250, 250, 250); background: rgb(250, 250, 250);
} }
} }
} }
span.close-button { span.close-button {
position: absolute; position: absolute;
top: 5px; top: 5px;
@@ -273,7 +273,7 @@ div#c-posts {
cursor: pointer; cursor: pointer;
} }
} }
div#quick-edit-div { div#quick-edit-div {
textarea { textarea {
width: 100%; width: 100%;
@@ -288,13 +288,13 @@ div#c-post-versions {
a { a {
word-wrap: break-word word-wrap: break-word
} }
ins, ins a { ins, ins a {
color: green; color: green;
text-decoration: none; text-decoration: none;
margin-right: 0.5em; margin-right: 0.5em;
} }
del, del a { del, del a {
color: red; color: red;
text-decoration: line-through; text-decoration: line-through;
@@ -308,32 +308,32 @@ div#c-explore-posts {
font-weight: bold; font-weight: bold;
margin: 0 0.5em; margin: 0 0.5em;
} }
.period { .period {
margin: 0 0.5em; margin: 0 0.5em;
&:first-child { &:first-child {
margin-left: 0; margin-left: 0;
} }
} }
#blacklist-box { #blacklist-box {
margin-bottom: 1em; margin-bottom: 1em;
} }
#blacklist-list { #blacklist-list {
display: inline; display: inline;
} }
#blacklist-list li { #blacklist-list li {
display: inline; display: inline;
margin-right: 1em; margin-right: 1em;
a { a {
color: $link_color; color: $link_color;
cursor: pointer; cursor: pointer;
} }
span { span {
color: #AAA; color: #AAA;
} }

View File

@@ -2,7 +2,7 @@
div#related-tags-container, div#artist-tags-container { div#related-tags-container, div#artist-tags-container {
padding-right: 2em; padding-right: 2em;
h1 { h1 {
font-size: $h3_size; font-size: $h3_size;
} }
@@ -14,11 +14,11 @@ div#artist-tags {
margin-bottom: 1em; margin-bottom: 1em;
padding: 1em; padding: 1em;
background: #EEE; background: #EEE;
div.artist { div.artist {
margin-bottom: 1em; margin-bottom: 1em;
} }
div.artist:last-child { div.artist:last-child {
margin-bottom: 0; margin-bottom: 0;
} }
@@ -30,24 +30,24 @@ div#related-tags {
margin-bottom: 1em; margin-bottom: 1em;
padding: 1em; padding: 1em;
background: #EEE; background: #EEE;
div.tag-column { div.tag-column {
max-width: 15em; max-width: 15em;
margin-right: 2em; margin-right: 2em;
float: left; float: left;
ul { ul {
margin: 0; margin: 0;
li { li {
em { em {
font-weight: bold; font-weight: bold;
} }
a { a {
min-width: 3em; min-width: 3em;
} }
a.selected { a.selected {
background-color: $link_color; background-color: $link_color;
color: white; color: white;

View File

@@ -3,20 +3,20 @@
div#c-static { div#c-static {
div#a-site-map { div#a-site-map {
width: 80em; width: 80em;
h1 { h1 {
display: none; display: none;
} }
section { section {
width: 20em; width: 20em;
float: left; float: left;
h1 { h1 {
display: block; display: block;
font-size: $h3_size; font-size: $h3_size;
} }
ul { ul {
margin-bottom: 1.5em; margin-bottom: 1.5em;
} }

View File

@@ -6,7 +6,7 @@ div#c-tag-subscriptions {
color: #AAA; color: #AAA;
font-style: italic; font-style: italic;
} }
div#a-posts { div#a-posts {
h1 { h1 {
font-size: $h3_size; font-size: $h3_size;

View File

@@ -4,7 +4,7 @@ div#c-tags {
width: 5em; width: 5em;
text-align: right; text-align: right;
} }
td:nth-child(2), th:nth-child(2) { td:nth-child(2), th:nth-child(2) {
padding-left: 1em; padding-left: 1em;
width: 40em; width: 40em;

View File

@@ -2,24 +2,24 @@
div#terms-of-service { div#terms-of-service {
width: 40em; width: 40em;
h1 { h1 {
font-size: $h2_size; font-size: $h2_size;
} }
p { p {
margin-bottom: 1em; margin-bottom: 1em;
} }
ul { ul {
margin-left: 1em; margin-left: 1em;
margin-bottom: 1em; margin-bottom: 1em;
} }
li { li {
list-style-type: disc; list-style-type: disc;
} }
section { section {
margin-bottom: 2em; margin-bottom: 2em;
} }

View File

@@ -9,20 +9,20 @@ div#c-uploads {
display: inline; display: inline;
} }
} }
textarea { textarea {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
div#source-info { div#source-info {
margin: 1em 0; margin: 1em 0;
padding: 1em; padding: 1em;
border: 1px solid gray; border: 1px solid gray;
p { p {
margin: 0; margin: 0;
} }
ul { ul {
a { a {
margin-right: 1em; margin-right: 1em;

View File

@@ -2,7 +2,7 @@ div#c-user-feedbacks {
tr.feedback-category-positive { tr.feedback-category-positive {
background: #DDFFDD !important; background: #DDFFDD !important;
} }
tr.feedback-category-negative { tr.feedback-category-negative {
background: #FFDDDD !important; background: #FFDDDD !important;
} }

View File

@@ -6,61 +6,61 @@ div#c-users {
h2, h3 { h2, h3 {
color: #333; color: #333;
} }
margin-bottom: 2em; margin-bottom: 2em;
} }
/* clearfix hacks */ /* clearfix hacks */
div.box:before, div.box:after { div.box:before, div.box:after {
content: ""; content: "";
display: table; display: table;
} }
div.box:after { div.box:after {
clear: both; clear: both;
} }
table.user-statistics { table.user-statistics {
tr { tr {
height: 1.75em; height: 1.75em;
} }
th { th {
width: 15%; width: 15%;
text-align: right; text-align: right;
padding-right: 1em; padding-right: 1em;
vertical-align: top; vertical-align: top;
} }
td { td {
width: 85%; width: 85%;
vertical-align: top; vertical-align: top;
} }
p { p {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
} }
} }
div#a-edit { div#a-edit {
h1 { h1 {
margin-bottom: 0.5em; margin-bottom: 0.5em;
} }
div.input { div.input {
margin-bottom: 2em; margin-bottom: 2em;
} }
div.input span.hint { div.input span.hint {
display: block; display: block;
max-width: 30em; max-width: 30em;
} }
} }
div#a-new { div#a-new {
max-width: 60em; max-width: 60em;
p { p {
font-size: 1.2em; font-size: 1.2em;
margin-bottom: 1em; margin-bottom: 1em;
@@ -73,50 +73,50 @@ div#c-users {
text-align: center; text-align: center;
display: block; display: block;
} }
div#p2 ul { div#p2 ul {
margin-bottom: 2em; margin-bottom: 2em;
} }
} }
div#a-upgrade-information { div#a-upgrade-information {
max-width: 40em; max-width: 40em;
font-size: 1.2em; font-size: 1.2em;
div#feature-comparison { div#feature-comparison {
overflow: hidden; overflow: hidden;
margin-bottom: 1em; margin-bottom: 1em;
table { table {
width: 100%; width: 100%;
colgroup { colgroup {
width: 10em; width: 10em;
} }
colgroup#basic { colgroup#basic {
} }
colgroup#gold { colgroup#gold {
background-color: #FFF380; background-color: #FFF380;
} }
colgroup#platinum { colgroup#platinum {
background-color: #eee; background-color: #eee;
} }
td, th { td, th {
text-align: center; text-align: center;
vertical-align: top; vertical-align: top;
padding: 0.5em 0; padding: 0.5em 0;
} }
tbody { tbody {
tr { tr {
border-bottom: 2px solid black; border-bottom: 2px solid black;
} }
} }
p.cost-footnote { p.cost-footnote {
font-size: 80%; font-size: 80%;
color: gray; color: gray;

View File

@@ -2,7 +2,7 @@ div#c-wiki-pages {
span.version { span.version {
color: #AAA; color: #AAA;
} }
del { del {
background: #FCC; background: #FCC;
text-decoration: none; text-decoration: none;
@@ -12,11 +12,11 @@ div#c-wiki-pages {
background: #CFC; background: #CFC;
text-decoration: none; text-decoration: none;
} }
table { table {
margin-bottom: 1em; margin-bottom: 1em;
} }
#content { #content {
margin-left: 15em; margin-left: 15em;
padding-left: 1em; padding-left: 1em;