Customize your themes
Customize your theme
This page holds the theme definitions (custom themes) for this site. We use a set of custom theme called "My theme LL" which are defined by the following code blocks:
DE:
@import url(http://themes.wikidot.com/deep-blue/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
EN:
@import url(http://themes.wikidot.com/sky-blue/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
ES:
@import url(http://themes.wikidot.com/late-harvest/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
FR:
@import url(http://themes.wikidot.com/midnight-coal/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
IT:
@import url(http://themes.wikidot.com/green-grass/code/3); .flag { float:left; padding:10px 10px 0 0;} @media print { .noprint { display: none; } }
NL:
@import url(http://themes.wikidot.com/orange-juice/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
PL:
@import url(http://themes.wikidot.com/royal-purple/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
PT:
@import url(http://themes.wikidot.com/tropical-seas/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
TR:
@import url(http://themes.wikidot.com/cherry-red/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
default:
@import url(http://themes.wikidot.com/silent-silver/code/3); .flag { float:left; padding:10px 10px 0 0; } @media print { .noprint { display: none; } }
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.