Moderator, Reviewer, Боты, Бюрократы, editor, pagecreator, Скрывающие, Администраторы, Редакторы виджетов
5
правок
Commuser (обсуждение | вклад) Нет описания правки |
Ahancey (обсуждение | вклад) (Added font styles in order to prevent FS*.css from overriding the styles once the header/footer are loaded on the page.) |
||
Строка 1: | Строка 1: | ||
/* Размещённый здесь CSS будет применяться ко всем темам оформления */ | /* Размещённый здесь CSS будет применяться ко всем темам оформления */ | ||
/* the following are added to undo the settings that FS*.css creates when the FS header and footer is added to the page. */ | |||
/*1/17/2017 - The following has been added to reduce the 'down shift' that happens while page is loading*/ | |||
html,body { | |||
font-size: 1rem; | |||
line-height: 1.6rem; | |||
font-family: Helvetica, Verdana, san-serif; | |||
color:#262626; | |||
} | |||
h1, h2 { | |||
font-family: Helvetica,"Museo Slab 500", slab-serif; | |||
color: #252525; | |||
line-height: 1.3; | |||
border-bottom: 1px solid #aaa; | |||
} | |||
h3, h4, h5, h6 { | |||
font-family: Helvetica, "Proxima Nova Light"; | |||
border-bottom: none; | |||
color: #252525; | |||
} | |||
.mw-body h1{ | |||
font-family: Helvetica,"Museo Slab 500",slab-serif; | |||
font-size: 1.6rem; | |||
color: #252525; | |||
} | |||
.mw-body h2 { | |||
font-family: Helvetica,"Museo Slab 700",slab-serif; | |||
font-size: 1.4rem; | |||
line-height: 1.3; | |||
color: #080908; | |||
} | |||
.mw-body h3, h3 { | |||
font-family: Helvetica,"Proxima Nova Bold",serif; | |||
font-weight: bold; | |||
font-size: 1.2rem; | |||
color: #080908; | |||
} | |||
.mw-body h4, h4{ | |||
font-family: Helvetica,"Proxima Nova Bold",serif; | |||
font-size: 1.2rem; | |||
font-weight: bold; | |||
color: #252525; | |||
} | |||
.mw-body h5, h5{ | |||
font-family: Helvetica,"Proxima Nova Light", serif; | |||
font-size: 1.2rem; | |||
font-weight: normal !important; | |||
} | |||
.mw-body h6{ | |||
font-family: Helvetica,"Proxima Nova Light Italics"; | |||
font-size: 1.1em !important; | |||
font-weight: normal !important; | |||
font-style: italic; | |||
} | |||
.mw-body p, mw-body-content p, p { | |||
line-height: 1.5em; | |||
position: relative; | |||
font-family: Helvetica, Verdana, "Proxima Nova Light",serif; | |||
font-size: 0.875rem; | |||
color: #262626; | |||
} | |||
ul li{ | |||
line-height: 1.25rem; | |||
font-family: Helvetica,"Proxima Nova Light",serif; | |||
font-size: 0.875rem; | |||
position: relative; | |||
color: #262626; | |||
} | |||
div.vectorMenu h3 span { | |||
display: block; | |||
font-size: 0.8rem; | |||
padding-left: 0.7em; | |||
padding-top: 8px; | |||
margin-right: 25px; | |||
font-weight: normal; | |||
color: #4d4d4d; | |||
} | |||
div#mw-panel div.portal { | |||
margin: 0; | |||
} | |||
div#mw-panel div.portal h3 { /* text | |||
font-family: Helvetica,Verdana, san-serif; | |||
} | |||
.toctext{ | |||
line-height: 1.125rem; | |||
} | |||
/*end FS.css fix*/ | |||
/* Header Footer Code */ | /* Header Footer Code */ |
правок