Customize your theme
This page holds the theme definitions (custom themes) for this site. We use a single custom theme called "My theme" which is defined by the following code block:
@import url(http://themes.wikidot.com/techno-minimalist/code/1); .scp-image-block { float: right; clear: right; margin: 0 2em 1em 2em; border: solid 1px #666; box-shadow: 0 1px 6px rgba(0,0,0,.25); width: 300px; } .scp-image-block.block-left { float: left; clear: left; margin: 0 2em 1em 0; } .scp-image-block img { border: 0; width: 300px; } .scp-image-block .scp-image-caption { background-color: #eee; border-top: solid 1px #666; padding: 2px 0; font-size: 80%; font-weight: bold; text-align: center; width: 300px; } .scp-image-block > p { margin: 0; } .scp-image-block .scp-image-caption > p { margin: 0; padding: 0 10px; }
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.
page revision: 1, last edited: 09 May 2015 17:44