Files
aowow/static/css/Book.css
Sarjuuk 1dfc469d43 - implemented comments (in general and as preview on account page & latest comments)
- partially implemented site reputation (required to grant privileges to comments)
- reworked 'home'-page (the news-box is now as configurable as you want)
- removed some ancient compatibility-code for IE67 (srsly, its 2014!)
- dropped associated stylesheets, reviewed the rest
- split some user-restrictions to trigger on insufficient siteRep
- added text-page: Markup-Guide
- implemented new class to handle Markup

- bugfixes [TM]

- also you will need to reapply the db-dumps (you may want do save account*, news,
reports, ..)
2014-07-30 22:10:34 +02:00

50 lines
632 B
CSS

.book {
width:28em;
border:2px solid #404040;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:2px;
}
.book .paging {
cursor:default;
text-align:center;
background-color:#404040;
padding:3px 4px 5px;
}
.book .previous {
float:left;
text-align:left;
width:33%;
}
.book .next {
float:right;
text-align:right;
width:33%;
}
.book .page {
background-color:#141414;
padding:4px;
}
.book p {
margin:0;
padding:0;
}
.book h1,.book h2 {
border:0;
font-weight:bold;
}
.book h1 {
font-size:16px;
}
.book h2 {
font-size:14px;
}