Files
danbooru/app/assets/stylesheets/mobile.css.scss
2014-08-14 15:05:11 -07:00

90 lines
1.1 KiB
SCSS

/*
*= require "./common/010_reset"
*= require "./common/020_base"
*= require "./common/030_links"
*/
body {
padding: 5px;
}
input[type=text], input[type=submit] {
font-size: 18pt;
}
/* paginator */
div.paginator {
font-size: 16pt;
font-weight: bold;
text-align: center;
li {
display: inline;
a, span {
padding: 3px 18px;
margin: 0 3px;
display: inline-block;
}
}
}
/* posts/index */
article.post-preview {
margin: 15px 0;
width: 150px;
text-align: center;
vertical-align: middle;
display: inline-block;
a {
width: 150px;
display: block;
margin: 0 auto;
}
img {
margin: 0 auto;
}
}
/* posts/show */
img#image {
margin-top: 5px;
}
div#tags {
margin-top: 10px;
li {
margin: 10px 0;
}
a.search-tag {
font-size: 24pt;
font-weight: bold;
}
.category-1 a, a.tag-type-1 {
color: #A00;
&:hover {
color: #B66;
}
}
.category-3 a, a.tag-type-3 {
color: #A0A;
&:hover {
color: #B6B;
}
}
.category-4 a, a.tag-type-4 {
color: #0A0;
&:hover {
color: #6B6;
}
}
}