MediaWiki:Common.css

From Wiki Problem
Revision as of 19:40, 23 July 2022 by Wikiproblem (talk | contribs)

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */


/* CSS placed here will be applied to all skins */
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

body.page-Main_Page li#ca-talk { display: none !important; }
#body.page-Main_Page li#ca-edit { display:none!important; }
body.page-Main_Page li#ca-history { display:none!important; }
body.page-Main_Page li#ca-watch { display:none!important; }
body.page-Main_Page li#ca-viewsource { display:none!important; }
body.page-Main_Page li#ca-nstab-main { display:none!important; }
body.page-Main_Page li#ca-view { display:none!important; }
body.page-Main_Page li#ca-watch { display:none!important; }
body.page-Main_Page li#ca-unwatch { display:none!important; }
 .printonly { display:none !important; }

#ca-talk { display:none!important; }
#ca-view { display:none!important; }
#ca-history { display:none!important; }
#ca-viewsource { display:none!important; }
#ca-nstab-main { display:none!important; }
#ca-nstab-user { display:none!important; }
#ca-nstab-category{ display:none!important; }
#ca-mw-indicators mw-body-content{ display:none!important; }
#mw-portlet{ display:none!important; }
sidebar-inner{ display:none!important; }
#sidebar-chunk{ display:none!important; }
#mw-portlet-body{ display:none!important;}
#ca-viewsource { display:none!important; }

#site-tools {
	right: 3em;
	top: 0.9em;
	padding-bottom: 5px;
        display:none;
}

#mw-content {
    background: #fff
}

#intro p {
    line-height: 25px;
}

#mw-header-container {
    color: #ffffff;
    background-color: #f8b67c; 
    z-index: 10;
    width: 100%;
    padding: 0.5em 0 0;
    box-sizing: border-box;

}

#mw-footer-container {
    background-color: #f8b67c;
    border-top: solid 1px #555555;
    box-shadow: inset 0 0px 0px 0px rgba(0,0,0,0);
    color: #ffffff;
}



#mw-footer-container a {
    color: #ffffff;
}


#p-logo-text a {
    padding: 0.2em 1em;
    color: #ffffff;
    font-family: 'Linux Libertine','Times New Roman',serif;
    font-variant: caps;
    font-size: 1.75em;
    display: block;
}
#p-logo-text {
    position: relative;
    text-align: center;
    top: 0em;
}

#mw-content-container{
 
      background-color: #099999
  /*  background-color: #758F91; */
}

div.gallerytext {
    overflow: hidden;
    font-size: 94%;
    padding: 2px 4px;
    word-wrap: break-word;
    font-weight: bold;
    color: #444f45;
}


.mw-body h1 {
    font-size: 2em;
    font-weight: bold;
}



#mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk {
    background: #fff;
    border-radius: 6px;

}




#mw-site-navigation .sidebar-inner h3 {
    font-weight: bold;
    color: #099999;
    font-size: 1em;
    margin: 0.25em 0 0.75em 0;
    padding-bottom: 0.15em;
    border-bottom: solid 2px #cccccc;
    border-radius: 6px;

}

#mw-body h1.firstHeading {
    margin: 0.25em 0 0.5em;
    border-bottom: solid 4px #0088dd;
    overflow: visible;
}


a{
    color: #444f45;
}
a:hover, a:visited {
    color: #444f45;
}

#p-pagemisc.mw-portlet{
  display:none;
}



.mw-body .mw-search-profile-tabs{
display: none;
}

.mw-body h2 {
    font-size: 1.7em;
    font-weight: bold;
    background : #099999;
    color: #ffffff;
    padding-left: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
    line-break: auto;
}

.mw-body h3{
      font-size: 1.4em;
    font-weight: bold;
    background : #F3DFC1;
    color: #000000;
    padding-left: 20px;
    padding-bottom: 6px;
    padding-top: 6px;
    line-break: auto;

}



.mw-body .mw-parser-output h1:after, .mw-body .mw-parser-output h2:after {
    content: '';
    display: none;
    border-bottom: none;
    overflow: hidden;
}

.ra-read-more h2 {
    text-color: #444f45;
    color: #444f45;
    border-bottom: 0;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: #f1f1f1;
    padding-left: 30px;
    padding-bottom: 6px;
    padding-top: 6px;
}


#toc {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;
    color: #099999;
    background-color: #f2f2f2;
    border-radius: 6px;
    width: 300px;
    padding-bottom: 25px;
}

#toc a {
    text-decoration: none;
    color: #099999;
}

.tocnumber {
    color: #099999;
}


body {
    font-family: "Helvetica","Nimbus Sans L","Arial","Liberation Sans",sans-serif;
    color: #000000;
    background: #fff;
  /*  background: #d6d6d6; */
  /*  background: #72777d; */
        font-size: 1em;
}

.articleFeedbackv5-panel {
    background-color: #f5faff;
    border: 1px solid #ccc;
    padding-bottom: 1px;
    margin: 0;
    width: 100%;
    max-width: none;
}
FFE5B4
E9E7E3

#breadcrumb {
    padding: 1.1em 0 0.8em 26px;
    color: #307530;
}