/* eliminating card borders */ .card-slot { border: 0px; } /* Black text in body and headers */ body, .reset, h1, h2 { color: #000; } .titled-view h1 { font-size: 20px; line-height: 36px; } pre { font-size: 12px; line-height: 12px; padding-right: 0px !important; background-color: #FFF; } /* 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(assets/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 */ a.external-link, .line .content a.external-link { background: inherit; padding-right: 0px !important; } /* purple top bar and card headers and submenu text */ #menu { background: #507; } .card-header h1, #menu a { color: #fff; } .card-slot .card-header { background: #507 none repeat scroll 0; } .card-slot .submenu a { color: #507; } /* blog - no header */ .SELF-blog > div.card-header { display: none; } /* blog entries in blog - minimize header, no footer, no card outlines, big margin below, inline tags & authors */ .SELF-blog .TYPE-blog_entry > .card-header { background: #FFF; } .SELF-blog .TYPE-blog_entry > .card-header > .card-menu, .SELF-blog .TYPE-blog_entry > .card-header .cardtype { display: none; } .SELF-blog .TYPE-blog_entry > .card-header, .SELF-blog .TYPE-blog_entry > .card-header a { font-size: 18px; color: #507; } .SELF-blog .card-footer { display: none; } .SELF-blog .card-slot { border-width: 0px; margin: 0px 0px 48px 0px; } .TYPE-blog_entry .transcluded.TYPE-pointer[item="link"] div.pointer-list { display: inline; } .TYPE-blog_entry .transcluded.TYPE-pointer[item="link"] div.pointer-list div { display: inline; } .TYPE-blog_entry .transcluded.TYPE-pointer[item="link"] div.pointer-list div a { background-color: #E0CCEE;} /* comments - pale header, no menu, 10px text */ .SELF-blog .TYPE_PLUS_RIGHT-blog_entry-comment > .card-header { background: #CFAAEE; } .SELF-blog .TYPE_PLUS_RIGHT-blog_entry-comment > .card-header > .card-menu { display: none; } .TYPE_PLUS_RIGHT-blog_entry-comment p { font-size: 10px; } .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 */ 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; }