mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- 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, ..)
73 lines
1.2 KiB
CSS
73 lines
1.2 KiB
CSS
.stafffooter {
|
|
margin-top:150px;
|
|
background-color:#141414;
|
|
border-top:1px solid #404040;
|
|
padding:10px;
|
|
color:#fff;
|
|
}
|
|
|
|
.stafffooter h3 {
|
|
font-size:15px;
|
|
margin:1.5em 0 .5em 0;
|
|
padding:0;
|
|
}
|
|
|
|
.stafffooter small {
|
|
font-size:11px;
|
|
}
|
|
|
|
.stafffooter a {
|
|
color:#ffd100;
|
|
}
|
|
|
|
.stafffooter a.disclosure-on,.stafffooter a.disclosure-off {
|
|
color:#fff;
|
|
font-weight:bold;
|
|
}
|
|
|
|
.stafffooter-dev {
|
|
text-align:center;
|
|
}
|
|
|
|
#db-check-consistency #status-success {
|
|
color:#1EFF00;
|
|
}
|
|
|
|
#db-check-consistency #status-errors,#db-check-consistency #status-failed {
|
|
color:#F00;
|
|
}
|
|
|
|
#db-check-consistency #status-progress {
|
|
color:#FFF468;
|
|
}
|
|
|
|
#db-check-consistency #status-progress span {
|
|
background:url(../images/icons/ajax.gif) no-repeat right center;
|
|
padding-right:18px;
|
|
}
|
|
|
|
#db-check-consistency fieldset {
|
|
width:80%;
|
|
margin-bottom:1em;
|
|
border:1px #CCC solid;
|
|
padding:.35em .625em .75em;
|
|
padding-right:1.1em;
|
|
}
|
|
|
|
#db-check-consistency fieldset legend {
|
|
border:medium none;
|
|
float:none;
|
|
height:auto;
|
|
padding-left:2px;
|
|
padding-right:2px;
|
|
position:static;
|
|
white-space:nowrap;
|
|
font-size:120%;
|
|
font-weight:bold;
|
|
color:white;
|
|
}
|
|
|
|
#db-check-consistency textarea {
|
|
width:100%;
|
|
}
|