*css+draft
/* eliminating card borders */
.card-slot {
border: 0px;
}
/* Black text in body and headers */
body, .reset,
h1, h2 {
color: #000;
}
h1 { font-size: 20px; line-height: 36px; }
pre { line-height: 12px; }
/* pale purple page background */
body#wagn {
background: #E0CCEE;
}
#logo {
background: transparent;
border: none;
}
/* When background image is possible (pretty sure it is; find example):
body#wagn {
background: url(/images/body-bg.bmp) repeat-x #E0CCEE ;
}
*/
/* purplish links */
a,
.card-slot a.external-link,
.card-slot.line .content a.external-link,
.card-slot a.email-link {
color: #729;
}
.card-slot .change-view .last-edited {
color: #A7C;
}
/* to delete external link icon
.card-slot a.external-link,
.card-slot.line .content a.external-link {
background: inherit;
padding-right: 0px;
}
*/
/* purple top bar and card headers and submenu text */
#menu {
background: #507;
}
.card-slot .card-header {
background: #507 none repeat scroll 0;
}
.card-slot .submenu a {
color: #507;
}
/* cards in blog - no header/footer, no card outlines, big margin below entries, inline tags & authors, comments - pale header & 10px text */
.SELF-blog .card-header, .SELF-blog .card-footer {
display: none;
}
.SELF-blog .card-slot {
border-width: 0px;
margin: 0px 0px 48px 0px;
}
.SELF-blog .card-slot.line.TYPE_PLUS_RIGHT-blog_entry-comment .card-header {
background: #CFAAEE;
}
.TYPE-blog_entry .transcluded.TYPE-pointer[item="link"] > span > div.pointer-list
{ display: inline; }
.TYPE-blog_entry .transcluded.TYPE-pointer[item="link"] > span > div.pointer-list div
{ display: inline; }
.TYPE-blog_entry .transcluded.TYPE-pointer[item="link"] > span > div.pointer-list div a
{ background-color: #E0CCEE;}
.TYPE-blog_entry .transcluded.TYPE-search[item="link"] > span > div.search-result-list
{ display: inline; }
.TYPE-blog_entry .transcluded.TYPE-search[item="link"] > span > div.search-result-list div
{ display: inline; }
.TYPE_PLUS_RIGHT-blog_entry-comment p {
font-size: 10px;
}
/* does this do anything? */
.card-slot .TYPE-comment {
margin: 0px;
}
.w-gray {
color: #999;
}
/* help text - light blue background, left-aligned, fixed padding */
.help, .instruction {
background: #DDF;
text-align: left;
border: 0px solid #CFAAEE;
padding: 0px 8px;
}
/* light purple comment background, disappear redundant "Comment:" label */
.card-slot .comment-box {
background: #CFAAEE none repeat scroll 0;
-moz-border-radius-bottomleft: 8px;
-moz-border-radius-bottomright: 8px;
}
.card-slot hr {
color: #CFAAEE;
background-color: #CFAAEE;
border: solid;
height: 1px;
margin: 5px 25px 5px 25px;
}
.comment-box br {
line-height: 0px;
}
/* removing dashed line and gray area around edit modes */
.card-slot .edit-area, .card-slot span.transcluded:hover div.edit-area {
background: white;
border: 0px;
}
/* remove footers in sidebar - not getting class-specification right yet */
div.secondary .card-footer {
display: none;
}
/* messing with tinyMCE */
.defaultSkin table.mceLayout tr.mceFirst td {
border-top: 3px solid black;
background-color: #E0CCEE;
}
.defaultSkin table {
background-color: #E0CCEE;
}
.defaultSkin .mceButton {
border: 0 none;
}
.defaultSkin table.mceLayout tr.mceLast td {
line-height: 12px;
background-color: #E0CCEE;
}