Mt
@import url(http://www.wikidot.com/common--theme/base/css/text_highlighter.css);
@import url(http://www.wikidot.com/common--theme/base/css/autocomplete.css);
@import url(http://www.wikidot.com/common--theme/base/css/forum.css);
@import url(http://www.wikidot.com/common--theme/base/css/editor.css);
@import url(http://www.wikidot.com/common--theme/base/css/odialog.css);
/*@import url(http://www.wikidot.com/common--theme/base/css/wde.css);*/

body{
    margin: 0px;
    padding: 0px;
}

/* general font settings */
body
{
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.82em;
}

/* HEADINGS */

h1,h2,h3,h4,h5,h6{
    font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, Helvetica;
}

h1{
    font-size: 190%;
    font-weight: normal;
}
h2{
    font-weight: normal;
    font-size: 150%;
}
h3{
    font-weight: normal;
    font-size: 130%;
}
h4{
    font-weight: bold;
    font-size: 120%;
}
h5 {
    font-weight: bold;
    font-size: 100%;
}
h6 {
    font-weight: bold;
    font-size: 90%;
}

img{
    border-width: 0px;
}

blockquote{
    border: 1px dashed #999;
    padding: 0 1em;
    background-color: #f4f4f4;
}

table {
    empty-cells: show;
}
td {
    text-align: left;
}

a{
    color: #00A;
}
a:hover{
    background-color: #EEE;
}

h1 a{
    text-decoration: none;
}

body.wait, body.wait *{
    cursor: wait;
}

form{
    margin: 0; padding: 0;
}

a.newpage{
    color: #933;
}

/*
*         LAYOUT 
*/

#page-content{

}

#container {
    margin: 0;
    padding: 0;
}

/* header */

#header {
    position: relative;
    z-index: 0;
    height: 7em;
}

#header h1{
    margin: 0;
    padding: 0;
}
#header h2{
    margin: 0;
    padding: 0;
}

#content-wrap{
    padding:0; margin:0;
}

/* side-bar */

#side-bar{
    float: left;
    width: 14em;
    padding: 1em;
    margin: 0 0 1em 0;
    clear: left;

}

#side-bar ul{
    padding: 0 0 0 2em; margin: 0.5em 0;
/*    padding-left: 2em; margin-left: 0;*/
}

#page-title{
    margin: 0 0 0.5em 0;
    padding-top: 0.5em; /* Firefox bug? */
    font-size: 200%;
    border-bottom: 1px solid #666;
}

#breadcrumbs{
    margin-top: -0.5em;
}

#main-content{
    margin-left: 17em;
    padding: 0 1em;
}

/* * html #main-content {height: 1%;} */

/*#main-content {position: relative;}*/

#page-info{
    clear: both;
    text-align: right;
    font-size: 87%;
    margin: 2px 2px;
}

.page-tags{
    clear: both;
    text-align: left;
    margin: 10px 0 0 0; padding: 0 2px;
}
.page-tags a{
    margin: 0 3px;
}

.page-tags span{
    padding-top: 2px;
    border-top: 1px solid #BBB;
    font-size: 85%;
}

/* footer */ 

#footer{
    margin-top: 5px;
    padding: 3px 10px;
    clear: both; 
    overflow: hidden; 
}

#footer .options{
    float: right;
    font-size: 90%;
    padding: 1px 0;

}

#license-area {
    padding: 0.5em 0;
    color: #555;
    text-align: center;
}

/*
*        NAVIGATION ELEMENTS
*/

/* top-bar elements */

#search-top-box{
    position: absolute;
    right: 1em;
    top: 3em;

}

#login-status{
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: visible;
    z-index:25;
}

#account-options{
    position: absolute;

    box-sizing: border-box
    -moz-box-sizing: border-box;
    width: 15em;
    right: 0;
    padding: 0;
    z-index: 30;
    background-color: white;
    display: none;
    border: 1px solid #888;

}

#account-options ul{
    display: block;
    margin: 0; padding: 0;
    list-style: none;
}
#account-options li{
    display: block;
    margin: 0; padding: 0;
    width: 100%;
}
#account-options li a{
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 2px 5px;
    z-index: 30;
    width: 100%;
}
#account-options li a:hover{
    color: black;
}
#account-topbutton{
    font-size: 80%;
    font-weight: bold;
    padding: 0 5px;
    border: 1px solid #888;
    margin-left: 5px;
    text-decoration: none;
    background-color: #FFF;
}

/* top-bar menu (inside #header) */

#top-bar{
    position: absolute;
    right: 1em;
    bottom: 0px;
    z-index:0;
}

#top-bar ul{
    display: block;
    margin:0; padding:0;
    list-style:none;
}
#top-bar li{
    list-style: none;
    float:left;
    margin: 0 5px;
    padding:0;

}
#top-bar li ul{
    padding: 0;
    margin: 0;
    width: 12em;
    border: 1px solid #EEE;
}

#top-bar  li ul li{
    padding: 0;
    margin: 0;
    /*width: 12em;*/
    display: block;
    float: none;
}

#top-bar li a{
    text-align: center;
    display: block;
    margin: 0;
    padding: 1px 1em;
    text-decoration: none;
}
#top-bar a:hover {
    background-color: #FFF;
    text-decoration: underline;
}    

#top-bar li ul li a{
    width: 10em;
    text-align: left;
    background-color: #FFF;
    border: none;
}
#top-bar li ul li a:hover{

}

#top-bar li ul {
    position: absolute;
    left: -999em;
}

#top-bar li:hover ul, #top-bar li.sfhover ul {
    left: auto;
}

/* side-bar */

/* 
*        INTERFACE ELEMENTS 
*/

.edit-section-button{
    margin-top: 0.7em;margin-right: 0.5em;
    padding: 0 0.5em;
    float:right;

    background-color: #FFF;
}

#edit-section-content{
    border: 1px solid #66A;
    padding: 0 1em;
}

.page-options-bottom{
    margin: 4px 0;
    text-align: right;
    height: 1%; /* for shitty IE opacity */
    line-height: 150%;

}
.page-options-bottom a{
    margin: 2px 2px;
    font-size: 95%;
    padding: 0 8px;
}

.change-textarea-size{
    text-align: right;
    padding-right: 7em;
}
.change-textarea-size a{
    color: black;
    background-color: #EEE;
    border: 1px solid #BBB;
    border-width: 0 1px 1px 1px;
    padding: 2px 4px;
    font-size: 120%;
    text-decoration: none;
}

.edit-help-34{
    margin-top: -1em;
}

.preview-message{
    position: absolute;
    right: 2em;
    border: 1px dashed #888;
    padding: 0.5em 1em;
    background-color: #FDD;
    max-width: 20em;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

#page-version-info{
    position: absolute;
    right: 2em;
    border: 1px dashed #888;
    padding: 0.5em 1em;
    background-color: #EEF;
    max-width: 20em;
    opacity: 0.95;
    filter: alpha(opacity=95);
}

#lock-info{
    background-color: #F3F3F3;
    border: 1px solid #CCC;
    padding: 0.5em 1em;
    margin: 1em 0;
}

#action-area{
    width: 100%;
    padding: 0 0 1em 0;
}

a.action-area-close{
    float: right;
    margin: 2px 2px;
    font-size: 95%;
    padding: 0 0.7em;
}

a.action-area-close:hover{
    background-color: #DDD;
}

/* FUNCTIONAL ELEMENTS */

.odate{
    display: none;
}

.wiki-email{
    visibility: hidden;
}

/* 
*        WIKI-SPECIFIC ELEMENTS 
*/

table.wiki-content-table{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0.5em auto;
}
table.wiki-content-table td{
    border: 1px solid #888;
    padding: 0.3em 0.7em;
}
table.wiki-content-table th{
    border: 1px solid #888;
    padding: 0.3em 0.7em;
    background-color: #EEE;
}

#toc{
    margin: 1em auto 1em 0;
    padding: 0em 0.5em;
    border: 1px dashed gray;
    background-color: #F7F7F7;
    display: table;

}

#toc .title {
    font-weight: bold;
    margin: 0.2em 0  ;
    padding: 0 2em;
    text-align: center;
}

#toc #toc-action-bar{
    padding: 2px;
}

#toc-list{
    margin: 0.5em 0;
}
#toc.floatright{
    float: right;
    margin: 1em;
}
#toc.floatleft{
    float: left;
    margin: 1em;
}

tt{
    font-family: 'Andale Mono', 'Courier New', Courier, monospace; 
    font-size: 98%;
}

pre{
    font-family: 'Andale Mono', 'Courier New', Courier, monospace;
}

.code { 
    border: 1px dashed #DDD;
    background-color: #F7F7F7;
    font-family: 'Andale Mono', 'Courier New', Courier, monospace;
    padding: 0 1em;
    margin: 0.4em 0;
    overflow: auto;
}

code {
    font-family: 'Andale Mono', 'Courier New', Courier, monospace;
}

.math-equation{
    text-align: center;
    padding: 0.5em 0;
    height: 1%; /* for IE to blink ;-) */
}
.equation-number{
    float: right;
    padding-top: 1em;
    font-size: 110%;
}
img.math-inline {
    vertical-align: bottom;
}

div.wiki-note{
    width: auto;
    margin: 0.5em 5em;
    border: 1px solid #999;
    text-align: center;
}

.footnotes-footer{
    margin: 0; padding: 0.5em 0;
    /*border-top: 1px solid #CCC;*/
    height: 1%;
}
.footnotes-footer .title{
    margin: 0.5em 0;
    font-size: 130%;
    font-weight: bold;
}

a.footnoteref{
    display: inline-block;
}

.bibitems{
    margin: 0; padding: 0.5em 0;
    /*border-top: 1px solid #CCC;*/
}
.bibitems .title{
    margin: 0.5em 0;
    font-size: 130%;
    font-weight: bold;
}

.bibitem{
    height: 1%; /* for IE to blink ;-) */
}

a.bibcite{
    display: inline-block;
}    

.image-container{
    padding: 1em;
}

.image-container.aligncenter{
    text-align: center;
}

.image-container.alignright{
    padding-right: 0;
    text-align: right;
}
.image-container.alignleft{
    padding-left: 0;
    text-align: left;
}
.image-container.floatright{
    padding-right: 0;
    float: right;
}
.image-container.floatleft{
    padding-left: 0;
    float: left;
}

.gallery-box{
    overflow: hidden;
    width: 98%;
}

.gallery-item{
    float: left;
    margin: 5px;
    border: 1px solid #BBB;
}
.gallery-item table{
    width: 100%;
    height: 100%;
}

.gallery-item td{
    text-align: center;
}

.gallery-item.square {
    width: 85px;
    height: 85px;
}

.gallery-item.thumbnail {
    width: 120px;
    height: 120px;
}

.gallery-item.small {
    width: 280px;
    height: 280px;
}

.gallery-item.medium {
    width: 550px;
    height: 550px;
}

.gallery-item.thumbnail td{

}

.gallery-box .gallery-item table, .gallery-box .gallery-item .td{
    margin: 0; padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.new-page-box{
    text-align: center; 
    margin: 1em 0;
}

/* history elements */

#revision-list .pager{
    margin: 1em 0;
    text-align: center;
}

table.page-history td.optionstd a{
    border: 1px solid #BBB;
    padding: 0 3px;
    text-decoration: none;
}

.diff-table{
    width: 97%;
}
.diff-table td.from, .diff-table td.to{
    width: 45%;
    border: 1px dashed #BBB;
    vertical-align: top;
    padding: 1em;
}

.diff-table td.action{
    padding: 0.5em;
    width: 10%;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.inline-diff ins{
    background-color: #DDF;
}
.inline-diff del{
    background-color: #FCC;
}

table.page-compare{
    border-collapse: collapse;
    border-spacing: 0;
    margin: 1em auto;
}
table.page-compare td, table.page-compare th{
    padding: 0.2em 1em;
    border: 1px solid #CCC;
}

.page-source{
    border: 1px dashed #AAA;
    padding: 1em 2em;
    /*overflow: auto;*/
    white-space: pre-wrap;

}

.page-source pre{
    white-space: wrap;
}

.wiki-parse-error{
    color: red;
    padding: 0.2em 0;
}

.spantip{
    cursor: help;
    text-decoration: underline;
}

.pager{
    margin: 0.5em 0;
}

.pager-no{
    padding: 0.2em 1em;
}

.pager .dots{
    padding: 0 7px;
    margin: 0 3px;
}
.pager a{
    padding: 0 7px;
    margin: 0 3px;
    border: 1px solid #CCC;
    text-decoration: none;
}
.pager .current{
    padding: 0 7px;
    margin: 0 3px;
    font-weight: bold;
    background-color: #888;
    color: #FFF;
    border: 1px solid #333;
}
.pager .target {

}

/* page files & files upload */

table.page-files {
    margin: 1em auto;
    border-collapse: collapse;
    border-spacing: 0;
}
table.page-files td{
    padding: 2px 5px;
}
table.page-files .highlight{
    background-color: #EEE;
}
table.page-files .options{
    text-align: right;
}

/* print user */
.printuser{
}

.printuser a{
    margin-right: 2px;
}

.printuser img.small{
    vertical-align: -0.3em;
    margin: 0;
    width: 16px;
    height: 16px;
    z-index:0;
    /* border: 1px solid #777;*/
}

a.avatar-hover,  a.avatar-hover:hover {
    background: none;
    background-image: url(http://www.wikidot.com/common--theme/base/images/background/opacity2.png);
    padding: 8px;
    text-decoration: none;
    font-size: 130%;
    color: black;
    font-weight: bold;
}

a.avatar-hover img{
 vertical-align: middle;
}

a.avatar-hover div{
    position: relative;
}

a.avatar-hover div div{
    position: absolute;
    left: 48px;
    top: 0;
    height: 48px;
    right: 0px;
    width: 100%;
    background-color: white;
    opacity: 0.9;
    filter: alpha(opacity=90);

}

a.avatar-hover div span{
    padding: 0.5em 1em;
    margin: 0 1em;

    background-color: white;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: 30;

}

.printuser a:hover img.large{
    display: block;
}

.printuser .ip{
    font-size: 90%;
}

/* inline widgets */

.wait-block{
    padding-left: 20px; 
    background-repeat: no-repeat;
    background-image: url(http://www.wikidot.com/common--theme/base/images/progress/progresscircle.gif)
}

.error-inline{
    color: red;
    border: 1px solid red;
}

.error-block{
    color: #B00;
    padding: 1em;margin: 1em;
    border: 1px solid #FAA;
}

.error-block  .title{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.warning-block{
    color: #444;
    padding: 1em;margin: 1em;
    border: 2px solid yellow;
}

.warning-block  .title{
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.help-block{
    border: 1px solid #AFA;
    color: #030;
    padding: 1em;margin: 1em;
}

.wait-icon{

    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(http://www.napyfab.com/ajax-indicators/images/indicator_medium.gif);
}

.wait-progress{
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(http://www.wikidot.com/common--theme/base/images/progress/progressbar.gif);
}

/* private messages */

.pmessage{
    margin: 1em 0;
}

.pmessage  .header{
    padding: 0.2em 0.5em;
    border: 1px solid #EEE;
    background-color: #F4F4F4;
}

.pmessage  .header td.subject{
    font-weight: bold;
}

.pmessage  .body{
    padding: 0.5em 0.5em;
}

/* FORMS */

table.form{
    margin: 0 auto;
}

table.form.alignleft{
    margin: 0 auto 0 0;
}

table.form td, table.form th{
    vertical-align: top;
    padding: 0.2em 1em;
}

table.form > tr> td:first-child{
    text-align: right;
}

table.form.grid{
    border-collapse: collapse;
    border-spacing: 0;
}
table.form.grid td, table.form.grid th{
    border: 1px solid #DDD;
    padding: 0.5em 1em;
}

table.form td  div.sub, form div.sub{
    font-size: 90%;
    color: #777;
}

table.form tr.invalid-value-row td{
    background-color: #fdff95;
}

table.form  div.field-error-message{
    display: none;
    color: #D00;
}
table.form  tr.invalid-value-row div.field-error-message{
    display: none;
    color: #D00;
}

table.form tr.invalid-value-row td div.field-error-message{
    display: block;
}

hr{
     margin: 1em 2em;
    padding: 0;
    height: 1px;
    border: none;
    /*color: #555545;*/
    color: #DDD;
    background-color: #AAA;
    /*background-color: #555545;*/
}

* html hr {
    margin: 2px 2em;
}

/* from elements */

input {
    font-size: 100%; /* ie6 sucks so much... */
}

div.buttons{
    text-align: center;
    padding: 1em 0;
}

div.buttons.alignleft{
    text-align: left; 
}

div.buttons input, input.button, button, file, a.button{
    margin: 0 2px;
    padding: 0px 0.5em;
    text-decoration: none;
    background-color: #F4F4F4;
    border: 1px solid #AAA;
    color: #000;
}
div.buttons input:hover, input.button:hover, button:hover,  a.button:hover{
    background-color: #DDD;
    color: #000;
}

input.button.disabled, div.buttons input.disabled{
    background-color: #F7F7F7;
    color: #BBB;
}
input.button.disabled:hover, div.buttons input.disabled:hover{
    background-color: #F7F7F7;
    color: #BBB;
}

input.checkbox{
    background-color: #FFF;
    color: #000;
}

input.text{
    border: 1px solid #777;
    margin: 0 1px;
    padding: 1px 2px;
    background-color: #FFF;
    color: #000;
}

input.text.invalid{
    border-color: red;
}

textarea{
    font-family: verdana,arial,helvetica,sans-serif;
    padding: 2px;
    font-size: 100%;

    border: 1px solid #777;
    background-color: #FFF;
    color: #000;
}

select{
    border: 1px solid #777;
}

div.note{
    font-size: 90%;
    margin: 1em; padding: 0 1em;
    border: 1px solid #EEE;
    background-color: #F4F4F4;
}

div.note-block{
    padding: 0 1em;margin: 0.5em 0 ;
    border: 1px solid #EAA;
}

/* a few usefull elements */

div.sites-list {}

div.site-list-item {
    margin: 0.5em 0;
    padding: 0.3em;
}

div.site-list-item:hover{
    background-color: #F6F6F6;
}

div.site-list-item .name{
    font-size: 120%;
    font-weight: bold;
}
div.site-list-item .subtitle{
}    
div.site-list-item .description{
    font-style: italic;
    padding-left: 2em;
}

div.site-list-item .options {
/*    position: absolute;
    margin-left: 300px; */

    float: right;
    margin-right: 100px;
}

.search-highlight{
    background-color: yellow;
}

.self-ads{
    width: 700px;
    margin: 1em auto;padding: 10px 10px;
    border: 1px solid #888;

}
.self-ads .title{
    font-size: 1.5em;
    padding-bottom: 5px;
}
.self-ads .image{
    float: right;
    padding-left: 1em;
}

.rss-icon{
    /*width: 14px; height: 14px;*/
    /*
    background-image: url(http://www.wikidot.com/files--common/theme/base/images/feed/feed-icon-14x14.png);
    content: '&nbsp';
*/
    vertical-align: -10%;
}

/* FOLDABLE LISTS */
/*
div.foldable-list-container li.folded{
    color: red;
}
div.foldable-list-container li.unfolded{
    color: blue;
}*/

#side-bar div.foldable-list-container ul li ul li{
    font-size: 90%;
}

/* hack for the login iframe */
#login-iframe{
    height: 24em;
}
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License