Difference between revisions of "MediaWiki:Common.css"

From LMU BioDB 2015
Jump to: navigation, search
(Some standard styles.)
 
(Start laying out schedule-table CSS.)
Line 17: Line 17:
 
     padding: 10px;
 
     padding: 10px;
 
     text-align: center
 
     text-align: center
 +
}
 +
 +
/* Style group for the specialized class schedule table. */
 +
 +
.schedule-table {
 +
    width: 100%;
 +
    margin: 1em 0;
 +
}
 +
 +
.schedule-table td, .schedule-table th {
 +
    padding: 10ex;
 
}
 
}

Revision as of 00:39, 30 August 2015

/* CSS placed here will be applied to all skins */
.toc-container {
    float: right;
    margin-left: 20px;
}

/* A little table compensation. */
.mw-content-ltr table p + ul {
    margin-top: -5px;
}

/* Standard style for quickie highlights/warnings. */
.content-warning {
    border-radius: 10px;
    background-color: #fed;
    box-shadow: inset 0 4px 8px #987;
    padding: 10px;
    text-align: center
}

/* Style group for the specialized class schedule table. */

.schedule-table {
    width: 100%;
    margin: 1em 0;
}

.schedule-table td, .schedule-table th {
    padding: 10ex;
}