MediaWiki:Common.css: Difference between revisions

From TalossaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 23: Line 23:
     background-color:#E2FFCD;
     background-color:#E2FFCD;
     border-radius:1em;
     border-radius:1em;
    padding:0.5em;
     width:95%;
     width:95%;
     margin:auto;
     margin:auto;

Revision as of 01:29, 1 July 2012

/* [[Template:Hatnote]] */
 
.hatnote {
    font-style: italic;
    padding-left: 2em;
    margin-bottom: 0.5em;
}

/* Standard navbox formatting: green, round, and shadowed.  No other operators. */

.navbox {
    background-color:#BAF0A5;
    border-top:solid 2px #BAF0A5;
    border-left:solid 2px #BAF0A5;
    border-radius:1em;
    padding: 1em;
    box-shadow: 5px 5px 5px #777;
}

/* Indented navbox formatting: slightly lighter green, round, and sunken.  No other operators. */

.indbox {
    background-color:#E2FFCD;
    border-radius:1em;
    width:95%;
    margin:auto;
    border:solid 2px #CEFFB9;
    box-shadow:inset 2px 2px 8px #CEFFB9;
}

/*Citspace outer box formatting*/

.citout {
    background-color:#FAEBD7;
    border-top:solid 2px #FAEBD7;
    border-left:solid 2px #FAEBD7;
    border-radius:1em;
    padding: 1em;
    box-shadow: 5px 5px 5px #777;
}

/*Citspace header box formatting*/

.cithead {
    background-color:#fae6c2;
    border-radius:1em;
    padding:0.5em;
    margin:auto;
    border:solid 2px #FDF5E6;
    box-shadow:inset 2px 2px 8px #FAF0E6;
}

/*Citspace indented box formatting*/

.citin {
    background-color:#FDF5E6;
    border-radius:1em;
    padding:0.5em;
    margin:auto;
    border:solid 2px #FDF5E6;
    box-shadow:inset 2px 2px 8px #FAF0E6
}