Moderator, Reviewer, Боты, Бюрократы, editor, pagecreator, Скрывающие, Администраторы, Редакторы виджетов
4
правки
Ahancey (обсуждение | вклад) (Update to match English production version.) |
Cotter5 (обсуждение | вклад) (made current with english with wrapper class) |
||
Строка 3: | Строка 3: | ||
___NORICHEDITOR___ | ___NORICHEDITOR___ | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/*Begin - the following has been added to reduce 'down-shifting' of text after header has been installed. */ | |||
/* .mw-body .firstHeading { | |||
// this gets rid of the 'flash' of 'Main Page' on the home page, when the page is loading. | |||
display:none; | |||
} | |||
h1#firstHeading { // removes the wiki page title from the top of the screen | |||
display: none; | |||
} | |||
*/ | |||
/*************** end downshifting code ****************/ | |||
/* the following are added to undo the settings that FS*.css creates when the FS header and footer is added to the page. */ | /* the following are added to undo the settings that FS*.css creates when the FS header and footer is added to the page. */ | ||
Строка 85: | Строка 99: | ||
font-family: Helvetica,"Proxima Nova Light",serif; | font-family: Helvetica,"Proxima Nova Light",serif; | ||
font-size: 0.8rem; | font-size: 0.8rem; | ||
color: #262626; | color: #262626; | ||
} | } | ||
div.vectorTabs li a { /* text size in tabs at top of every page. */ | div.vectorTabs li a { /* text size in tabs at top of every page. */ | ||
font-size: | font-size: inherit; | ||
} | } | ||
Строка 121: | Строка 134: | ||
font-weight: normal; | font-weight: normal; | ||
} | } | ||
#content label { | |||
color: #252525; | |||
} | |||
select { | |||
border-color: rgb(169, 169, 169); | |||
border-width: 1px; | |||
border-style: solid; | |||
font-size: 1rem; | |||
font-family: inherit; | |||
height: 25x; | |||
width: auto; | |||
padding: 2px 6px 3px; | |||
margin-top: 3px; | |||
cursor: pointer; | |||
} | |||
input[type=number], input[type=email], | |||
input[type=url], input[type=search], | |||
input[type=tel], input[type=color], | |||
input[type=password], input[type=datetime], | |||
input[type=datetime-local], input[type=date], | |||
input[type=month], input[type=time], | |||
input[type=week ], input[type=text] { | |||
font: 13.3333px Arial; | |||
font-size: .875em; | |||
width:auto; | |||
border-image: initial; | |||
color: #252525; | |||
box-shadow: none; | |||
padding: 1.185em; | |||
height: 2.275em; | |||
line-height: 1.275; | |||
border: 1px solid #cccccc; | |||
border-radius: none; | |||
} | |||
[class^="mw-htmlform-field"] label { | |||
color: inherit; | |||
display: inline; | |||
font-size: 100%; | |||
font-weight: inherit; | |||
line-height: inherit; | |||
margin-bottom: inherit; | |||
cursor: initial; | |||
} | |||
/*************** end FS.css fix *****************/ | /*************** end FS.css fix *****************/ | ||
Строка 179: | Строка 239: | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
/* prettytable class for skinning normal tables | /* prettytable class for skinning normal tables | ||
Строка 319: | Строка 380: | ||
/* Header Footer Code */ | /* Header Footer Code */ | ||
header { | header { | ||
height: 83px; /* change this to reflect the FamilySearch header height. */ | |||
display: block; | display: block; | ||
} | } | ||
Строка 328: | Строка 389: | ||
border-bottom: 0; | border-bottom: 0; | ||
} | } | ||
div#mw-navigation div#mw-head { | div#mw-navigation div#mw-head { | ||
top: | top: 83px; /* change this to reflect the FamilySearch header height. */ | ||
} | } | ||
div#mw-navigation #pt-logout, | div#mw-navigation #pt-logout, | ||
div#mw-navigation #pt-anonlogin, | div#mw-navigation #pt-anonlogin, | ||
div#mw-navigation #p-logo | |||
{ | |||
display: none; | display: none; | ||
} | } | ||
Строка 350: | Строка 410: | ||
div#mw-navigation #mw-panel { | div#mw-navigation #mw-panel { | ||
top: 83px; /* change this to reflect the FamilySearch header height. */ | |||
top: | |||
/* z-index: 1;*/ | /* z-index: 1;*/ | ||
} | } | ||
Строка 361: | Строка 420: | ||
} | } | ||
#wrapper.inj-wrapper { | |||
min-height: inherit; | |||
width: 100%; | |||
} | } |
правки