MediaWiki:Common.css: Difference between revisions

From ECKopedia
mNo edit summary
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
/* fluid typography */
/* fluid typography */
body { font-size: clamp(1rem, 1.5vw, 2rem) ; height: 100%; }
body { font-size: clamp(1rem, 1.5vw, 2rem) ; height: 100%; }
/* Normalize height on mobile */
body { height: clamp(1rem, 1.5hw, 2rem); }





Latest revision as of 03:49, 1 May 2024

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


/* fluid typography */
body { font-size: clamp(1rem, 1.5vw, 2rem) ; height: 100%; }


/* Center and style the subheading on the Main Page.*/
body.page-Main_Page h4 { text-align: center; margin: 30px auto; color: #EEAE50; font-size: 30px; }


/* Center image on Spiritual Cities page */
body.page-Spiritual_cities h4 { text-align: center; }

/* Hide Help link on Categories page */
#mw-indicator-mw-helplink { display: none; }

 
/* hide login link. */
#pt-login-2 { display: none; }
#vector-user-links-dropdown { display: none; }

/* hide tools menu. */
#toolbox { display: none; }
#user-tools { display: none; }

/* Hide the "Log in". */
#user-tools { display: none; }

/* color the sidebar for Vector skin. was FFEBCD. Does Not Work. */
#mw-panel { background: #FCF7E7; height: auto; }

/* color the sidebar menu toggle. */
#vector-main-menu-dropdown { background: gold; }


/* change header height */
.mw-header { height: 90px; }


/* change size of search field.  Does Not Work.
#p-search { width: 300px; margin: 0 auto; align: right; }
.vector-search-box { width: 300px; margin: 0 auto; }
.vector-search-box-vue { width: 250px; margin: 0 auto; }
*/

/* Disable tabs: */
/* Main Page/Page */
#ca-nstab-main { display: none !important; }

/* Discussion */
#ca-talk { display: none; }
#ca-view { display: none; }
#ca-viewsource { display: none; }
#ca-history { display: none; }
#vector-page-tools-dropdown { display: none; }