MediaWiki:Common.css: Difference between revisions

From Wiki Problem
No edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 192: Line 192:
display: none;
display: none;
}
}


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


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


}
}

Revision as of 09:39, 6 October 2021

/* 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: #f2f2f2
}

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

#mw-header-container {
   
    background-color: #f8b67c; 
    position: fixed;
    border: 0;
    z-index: 10;
    top: 0;
    width: 100%;
}

#mw-header-container {
    height: 0;
    position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    background: #f8b67c; 
    color: #ffffff;
    padding: 0.5em 0 0;
    min-height: 3.125em;
    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;
}

#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: #fff6cd;
    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;
}
#mw-search-result-heading{
    padding-left: 0.5em;

}
.mw-search-results li {
    min-height: 100px;
    border: 1px solid #d2d8cd;
    margin: 0 0 .5em;
    padding: 0;
    background: white;
    display: table;
    width: 100%;
}

.mw-search-results li a {
    padding-left: 0.8em;
    font-size: 1.25em;
    border-bottom: 1px solid #d2d8cd;
}
.mw-search-result-data {
   
    color: #2F4F4F;
    font-size: 97%;
}

.searchresult {
    display: none;
}

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

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

.mw-search-results li {
    min-height: 100px;
    border: 1px solid #d2d8cd;
    margin: 0 0 .5em;
    padding: 0;
    background: whitesmoke;
    display: table;
    width: 100%;
}

.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 : #099999;
    color: #ffffff
    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: 14px;
    font-weight: bold;
    line-height: 1.2em;
    color: #099999;
    background-color: #ffffff;
    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: #444f45;
    background: #d6d6d6;
  /*  background: #72777d; */
    font-size: 1.2em;
}

FFE5B4
E9E7E3