Archive 2.0: (24) role admin skin by AO3
Version 2.0 of the role admin component (24) of the default archive site design.
- Role:
- admin
- Media:
- screen
- Condition:
- Parent only
CSS
/* ROLE: admin
This shows the archive when logged in as admin, and overrides with admin styles, showing extra secret admin options on normal views
*/
#main {
margin: auto 3.5em;
}
#footer {
background: #066;
}
#header .admin {
background: #066;
border-top: 1px solid #fff;
box-shadow: none;
}
#header .admin a:hover, #header .admin a:focus {
color: #111;
}
div.admin + h3.landmark {
clear: none;
}
.admin .management a {
border-bottom: 3px solid #066;
}
.comment .ip, .comment .email {
margin: 1.929em 0.643em 0.643em;
text-align: right;
}
/* TABLES AND LISTS */
table, thead td {
background: #e0efe9;
}
#admin_users_table th a:visited {
color: #999;
}
#admin_users_table th a:hover {
color: #066;
}
/* END== */

