Files
danbooru/app/assets/stylesheets/specific/pools.css.scss
Toks 2d39ed5ebc Clean up flag/appeal/pool partials html
The new flag and appeal partials both had a duplicate #a-index dom id.
2013-08-14 13:19:44 -04:00

88 lines
1.1 KiB
SCSS

@import "../common/000_vars.css.scss";
a.pool-category-series, .pool-category-series a {
color: #A0A;
&:hover {
color: #B6B;
}
}
a.pool-category-collection, .pool-category-collection a {
color: $link_color;
&:hover {
color: $link_hover_color;
}
}
div#add-to-pool-dialog {
font-size: 0.8em;
form {
margin-bottom: 1em;
}
li {
margin-left: 1em;
cursor: pointer;
}
h1 {
font-size: $h3_size;
}
.hint {
display: block;
}
}
div#c-pools {
h1 {
font-size: $h2_size;
}
textarea {
height: 10em;
}
a.last-page {
color: #666;
}
div#a-show {
div#description {
margin-bottom: 1em;
}
}
}
div#c-pool-orders {
h1 {
font-size: $h2_size;
}
div#a-edit {
ul.ui-sortable {
list-style-type: none;
li {
cursor: pointer;
margin-right: 20px;
margin-bottom: 20px;
width: 150px;
padding: 10px;
@include inline-block;
}
li.ui-state-default {
background: none;
}
li.ui-state-placeholder {
background: none;
}
}
}
}