#logo {
-moz-border-radius:8px;
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #48c;
padding:10px 0;
text-align:center;
}
default wagn css
page flip -- delete to switch columns
#page-left { float: right; width: 70%;}
#page-right { float: left;}
Body text
body, .reset {
color: #444;
}
Header text (in card)
h1, h2, body.wagn .card-slot h1, body.wagn .card-slot h2 {
color: #444;
}
Header text (outside card)
body.wagn h1, body.wagn h2 {
color: #444;
}
page background
body.wagn {
background: #fff;
}
Links: in-Wagn, to non-existent (wanted) cards, external, "edited" (on Recent Changes)
a, a:link, a:visited {
color: #48c;
}
a:hover {color: #f81; text-decoration: none;}
.footer-content a, .footer-content a:link, .footer-content a:visited
{ color: #147; margin-right:5px;}
.footer-content a:hover {color: #f81; text-decoration: none;margin-right:5px;}
Card Slots
.card-slot {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border: solid 1px #48c;
display:block;
}
.card-slot a.wanted-card {
color: #48c;
}
.card-slot a.external-link,
.card-slot.line .content a.external-link,
.card-slot a.email-link {
color: #48c;
}
.card-slot .card-slot.line, .card-slot .card-slot {
border-bottom:1px solid #ace;margin-bottom:3px;}
.card-slot.line .card-header
{background: #ace;}
.card-slot.line .card-header a:hover
{color: #147;}
UNKNOWN
.card-slot .change-view .last-edited {
color: #147;
}
top bar, card headers and subtab text
#top-menu {
background: #147;
}
#top-menu a {
color: #fff;
}
Card
.card-slot .card-header {
background: #48c;
padding: 5px 5px 2px 5px;
border-bottom: solid 1px #f81;
}
.card-slot .title {
font-weight: normal;
}
.card-slot .card-header,
.card-slot .card-header a,
.card-slot .card-header .title a,
.card-slot .card-header .title a:link,
.card-slot .card-header .title a:visited,
.card-slot .card-header .title a:hover {
color:#fff;
}
SUBMENU 1
.card-slot .submenu {
background: #ace;
border-bottom: solid 1px #f81;
}
.card-slot .submenu a {color: #147;}
.card-slot .submenu a:hover {color: #f81;}
.card-slot .submenu a.on {
background:#f81 none repeat scroll 0 0;
color:#fff;
padding-bottom:4px;
}
CARD SUBMENU (REVISION)
.card-slot .revision {
background:#fff none repeat scroll 0 0;
margin:0 1px;
padding:10px 5px;
}
.card-slot .revision-navigation {
background: #ace;
}
CARD FOOTER
.card-slot .card-footer {
background: #ace;
}
.card-slot .current {
background: #f81;
}
.card-slot .card-slot .card-footer {
-moz-border-radius-bottomleft:6px;
-moz-border-radius-bottomright:6px;
-moz-border-radius-topleft:0;
-moz-border-radius-topright:0;
border-bottom:0 none #fff;}
.revision-navigation a {color:#147;}
.revision-navigation a:hover {color:#f81;}
.card-footer a {color:#147;}
.card-footer a:hover {color:#f81;}
the plus in plus card names in headers
.card-slot .joint {
color: #f81;
}
COMMENT
.card-slot .comment-box {
background: #eee none repeat scroll 0 0;
}
.card-slot .comment-box textarea {
margin:0px 0px 5px 0px;
width: 99%
}
help text boxes
.help, .instruction {
background: #ace;
}
Overwriting base_packaged.css
#navbox_background {background: #fff;}
#navbox_field, #navbox_field:focus { background: #fff}
.card-slot .card-menu {
float:right;
position:relative;
right:0;
white-space:nowrap;
z-index:1;}
.card-slot.line .title-menu {
line-height:18px;
}
BUTTONS & INPUTS
input[type="submit"], input[type="button"] {
-moz-border-radius:5px;
background:#f81 none repeat scroll 0 0;
border:solid 1px #f81;
color:#fff;
font-size:11px;
margin:5px 0px;
padding:0 6px;
}
input[type="text"], #navbox_background, input[type="password"], input[type="checkbox"], textarea, select {
-moz-border-radius:5px;
background:#fff none repeat scroll 0 0;
border:solid 1px #ace;
color:#444;
font-size:12px;
padding: 3px;
}
.card-slot .edit-area input[type="submit"], .card-slot .edit-area input[type="button"] {
-moz-border-radius:5px;
-moz-border-radius:5px;
background:#f81 none repeat scroll 0 0;
border:solid 1px #f81;
color:#fff;
font-size:11px;
margin:2px;
}