4
ediciones
Información sobre cómo editar las páginas wiki en español y del Centro FamilySearch.
(Updating to match English production site.) |
(made current with english with wrapper class) |
||
| Línea 1: | Línea 1: | ||
___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. */ | ||
html,body { | html,body { | ||
| Línea 85: | Línea 97: | ||
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; | ||
} | } | ||
| Línea 121: | Línea 132: | ||
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 *****************/ | ||
| Línea 179: | Línea 237: | ||
padding: 0 !important; | padding: 0 !important; | ||
} | } | ||
/* prettytable class for skinning normal tables | /* prettytable class for skinning normal tables | ||
| Línea 316: | Línea 375: | ||
margin-bottom: 0; | margin-bottom: 0; | ||
} | } | ||
/* Header Footer Code */ | /* Header Footer Code */ | ||
header { | header { | ||
height: 83px; /* change this to reflect the FamilySearch header height. */ | |||
display: block; | display: block; | ||
} | } | ||
| Línea 329: | Línea 387: | ||
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 | div#mw-navigation #p-logo | ||
{ | { | ||
display: none; | display: none; | ||
} | } | ||
| Línea 353: | Línea 408: | ||
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;*/ | ||
} | } | ||
| Línea 364: | Línea 418: | ||
} | } | ||
#wrapper.inj-wrapper { | |||
min-height: inherit; | |||
width: 100%; | |||
} | } | ||
ediciones