Themes Administration

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/sky-blue/code/3);
 
/*  Strip down editor UI, revised by PH */
#wd-editor-toolbar-panel div + div { display: none; }
#np-editor-panel div + div { display: none;}
#edit-diff-button { display: none; }
#pagerate-button { display: none; }
#print-button { display: none; }
#site-tools-button { display: none; }
#page-info { display: none; }
#lock-info { display: none; }
.edit-help-34 { display: none; }
.page-watch-options { display: none; }
 
/*  For system:page-manager development */
table {
    border-collapse:collapse;
    color:#3B485F;
    width: 100%;
    table-layout:fixed;
}
table tr {
    background: #FCFFDF;
    border-bottom:1px solid #EFEFEF;
}
table td {
    padding-left: 1em;
}
.truncate {
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.header {
    height: 2em;
    background: #AFCCFF;
    border-bottom: 1px solid #9F9F9F;
    font-weight: bold;
}
.footer {
    background: #FCFFDF;
    border-top: 1px solid #9F9F9F;
    border-bottom: 1px solid #9F9F9F;
    font-weight: bold;
}