Files
danbooru/app/assets/stylesheets/specific/wiki_pages.scss
evazion df3925ecb4 stylesheets: rename *.css.scss -> *.scss.
Fixes "DEPRECATION WARNING: Extra .css in SCSS file is unnecessary."
2017-02-28 19:01:09 -06:00

41 lines
506 B
SCSS

div#c-wiki-pages, div#excerpt {
span.version {
color: #AAA;
}
div.notice {
font-size: 0.8em;
padding: 1em;
margin: 1em 0;
}
del {
background: #FCC;
text-decoration: none;
}
ins {
background: #CFC;
text-decoration: none;
}
table {
margin-bottom: 1em;
}
#content {
margin-left: 15em;
padding-left: 1em;
}
.hint {
display: block;
}
.other-name {
background-color: #EEE;
padding: 3px;
border-radius: 3px;
}
}