MediaWiki:Common.css: Difference between revisions

From Samskrita Vyakaranam
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 5: Line 5:
}
}


.wikitable > tr > th,
table > tr > th,
.wikitable > * > tr > th {
table > * > tr > th {
background-color:transparent !important;
background-color:transparent !important;
}
}

Revision as of 18:16, 9 May 2021

/* Global CSS */

#mw-panel {
  background-color: #e9eccf;
}

 table > tr > th,
 table > * > tr > th {
  background-color:transparent !important;
 }

.wikitable {
  background-color: transparent !important;
}

#p-navigation {
  background-color: #e9eccf;
}

#content {
  background-color: #e9eccf; 
}

#mw-content-text {
 font-size: 12pt !important;
 font-family: Georgia,Times New Roman,Serif !important;
}

body {
 background-color: #a0aa6d;
}


#mw-head-base {
  background-color: #a0aa6d;
}

#ca-viewsource { display: none!important; } 

#t-specialpages { display: none; }

#mw-editsection { display:none!important; } 

#ca-nstab-main { display:none!important; } 

#ca-nstab-user { display:none!important; } 

#ca-talk { display:none!important; }

#ca-view { display:none!important; }

#ca-watch { display:none!important; }

#ca-history { display:none!important; }

#ca-unwatch { display:none!important; }

#pt-anonuserpage { display: none!important; }

#pt-anontalk { display: none!important; }

#pt-createaccount { display: none!important; }

#pt-userpage { display: none!important; }

#pt-mytalk { display: none!important; }

#pt-preferences { display: none!important; }

#pt-watchlist { display: none!important; }

#pt-mycontris { display: none!important; }

#pt-login { display: none!important; }

#pt-uls { display: none!important; }

#pt-anoncontribs { display: none!important; }

#p-tb { display: none; }


#top::after { color: #697335; font-size: 37px; font-family: "Georgia"; font-style: italic; content: "samskrita vyakaranam"; height: 100px; padding-bottom: 30px; }

#siteNotice { color: #697335; height: 18px; }

#firstHeading { padding-top: 20px; border-top: 1px solid #a2a9b1; }

.mw-wiki-logo { border-bottom: 1px solid; border-color: #a0aa6d; }

.mw-dismissable-notice { text-align: left !important; }

.mw-dismissable-notice-body { margin: 0px 0px 0px 0px !important; }

.mw-dismissable-notice-close { visibility: hidden !important; }

.portal h3, .vector-menu-portal h3 {
	background-size: auto !important;
}

#content a.external {
    background: none !important;
    padding: 0 !important;
    background-image: none !important;
}

.plainlinks {
  display: none;
}