Customize your theme
The following code block defines the default CSS theme for this site:
@import url(http://themes.wikidot.com/cherry-red/code/3); body { min-width: 960px; } /* thanks to James Kanjo for this */ .myblockquote { background: #f4f4f4; border: 3px solid #999; border-left-width: 0px; border-top-width: 0px; -moz-border-radius: 20px 20px; padding: 1px 15px 0px 15px; -webkit-border-radius: 10px; background-image: url(/local--files/admin:themes/quote-right.gif); background-repeat: no-repeat; background-position: bottom right; } .myblockquote h1 { background: #f4f4f4; border: 2px solid #999; border-left-width: 0px; border-top-width: 0px; color: #860016; font-size: 150%; margin: 5px 0px 5px 0px; -moz-border-radius: 20px 20px; padding: 5px 15px 5px 15px; -webkit-border-radius: 20px; } .myblockquote p { background-image: url(/local--files/admin:themes/quote-left.gif); background-repeat: no-repeat; background-position: top left; margin-top: 0; padding: 1em 5em 1em 5em; min-height: 37px; } .myblockquote p + p { padding-top: 0; background-image: none; } .box-container { height: auto; width: 250px; float: left; padding:35px; } .box-header { background: #B60323; border: 1px solid #ccc; -moz-border-radius: 2em 0; -webkit-border-radius: 10px; margin:-15px; padding: 2px 15px 0px 15px; width: 233px; border-left-width: 0px; border-top-width: 0px; color: #FFFFFF; } .box { background: #FFD3E5; border: 1px solid #ccc; padding: 0px 15px 15px 15px; -moz-border-radius: 2em 0; -webkit-border-radius: 10px; width: 233px; }
When you edit the above code block, it takes effect immediately. Press Shift-Reload to get the new theme. Only site admins can edit this page.
This theme exists in different colors. To choose a different color, right-click on Narrow or Wide below, and "Copy link address". Then edit this page and paste the copied link address into the code block above, @import url(here);.
You can customize this theme in several other ways:
- Select a different external theme
- Add your own CSS code after the @import in the above theme.