MediaWiki:Common.css: Difference between revisions

From 77th JSOC - Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .h1 { font-family: Garamond, sans-serif; }")
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Single elements */
.h1 {
.h1 {
font-family: Garamond, sans-serif;
font-family: Helvetica, sans-serif;
}
}
.h2{
}
.h3{
}
.h4{
}
/* Table of contents */
.tableOfContents {
float: right;
}
/* Role guide elements */

Revision as of 15:39, 1 December 2015

/* CSS placed here will be applied to all skins */

/* Single elements */
.h1 {
font-family: Helvetica, sans-serif;
}
.h2{
}
.h3{
}
.h4{
}

/* Table of contents */
.tableOfContents {
float: right;
}

/* Role guide elements */