MediaWiki:Common.css: Difference between revisions

adjustments made to reduce 'down shifting' when page is loaded.
(removed logo at beginning of loading page, before familysearch header is loaded.)
(adjustments made to reduce 'down shifting' when page is loaded.)
Line 1: Line 1:
  ___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;
}   
/*************** 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. */
Line 117: Line 127:
   font-size: 0.875em !important;
   font-size: 0.875em !important;
   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],
textarea {   
font: 13.3333px Arial;
font-size: .875em;
padding: 1px;
width:auto;
border: 2px solid initial;
border-image: initial;
border-radius: 0;
color: #252525;
box-shadow: none;
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;
}
}


Line 126: Line 182:
#mainContent p {
#mainContent p {
  clear: none;
  clear: none;
}
}


Line 176: Line 233:
  padding: 0 !important;
  padding: 0 !important;
}
}


/* prettytable class for skinning normal tables
/* prettytable class for skinning normal tables
Line 316: Line 374:
/* Header Footer Code */
/* Header Footer Code */
header {
header {
     height: 63px;
 
     height: 83px;             /* change this to reflect the FamilySearch header height.  */
     display: block;
     display: block;
}
}
Line 325: Line 384:
}
}
div#mw-navigation div#mw-head {
div#mw-navigation div#mw-head {
     top: 69px;
 
     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  
{
{
Line 342: Line 403:
}
}
div#mw-navigation #mw-panel {
div#mw-navigation #mw-panel {
     top: 69px;
 
     top: 83px;             /* change this to reflect the FamilySearch header height.  */
   /* z-index: 1;*/
   /* z-index: 1;*/
}
}
Line 350: Line 412:
.templeMember #global-engage-header ul.main-nav li.nav-temple-link .templeInfoChecked .nav-item.temple {
.templeMember #global-engage-header ul.main-nav li.nav-temple-link .templeInfoChecked .nav-item.temple {
     display: block !important;
     display: block !important;
}
[class^="mw-htmlform-field"] label {
    color: inherit;
    display: inline;
    font-size: 100%;
    font-weight: inherit;
    line-height: inherit;
    margin-bottom: inherit;
    cursor: initial;
}
}
2,664

edits