%%add-css [CustomizedCSS] /%
This allows us to document what we have done.
![]() |
);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
height: 60px;
width: 120px;
box-shadow: 0 0 .25em white;
border-radius: 2em;
background-color: rgba(255,255,255,0.15);
}
/* 2. BASE COLORS (The fix for the white gap) */ /* By setting the background on the HTML and BODY, the 'floor' is always dark */ html, body { background-color: #1a1a1a !important; color: #f0f0f0 !important; color-scheme: dark !important; margin: 0; padding: 0; }
/* 3. CONTENT AREAS */ .page, #pagecontent, .main, .container, .footer, .left-menu, .sidebar, .well { background-color: #1a1a1a !important; color: #f0f0f0 !important; border: none !important; }
/* 4. THE "J" AND TITLE FIX */ .dropcaps, .dropcap { color: #87ceeb !important; display: inline-block !important; opacity: 1 !important; } .lead { color: #f0f0f0 !important; }
/* 5. FONTS */ @import url(https://fonts.googleapis.com/css?family=Orbitron); @import url(https://fonts.googleapis.com/css?family=Indie+Flower); @import url(https://fonts.googleapis.com/css?family=Source+Code+Pro); @import url(https://fonts.googleapis.com/css?family=Great+Vibes);
pre, tt { font-family: "Source Code Pro"; font-size: 66%; } .handwritten { font-family: "Indie Flower"; font-size: 110%; } .pagename, h2 { font-family: "Orbitron"; } h3, h4 { font-family: "Great Vibes"; color: rgb(232, 48, 79); }
/* 6. TABLES & ZEBRA STRIPES */ table, .table, tr, td, th { background-color: #1a1a1a !important; color: #f0f0f0 !important; border-color: #333 !important; } .table-striped > tbody > tr:nth-of-type(odd) > td, tr.odd td { background-color: #333333 !important; }
/* 7. LINKS & BUTTONS */ a, a:link, a:visited { color: #87ceeb !important; text-decoration: none; }
/* 8. INPUTS */ input, .filter, #filter { background-color: #333 !important; color: #fff !important; border: 1px solid #555 !important; }
/* 9. IMAGE STYLING */
This is an example page, using alternative fonts loaded from Google's fonts repository
.
This is just some sample in the default template font.
for more info.