Difference between revisions of "MediaWiki:Print.css"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 1: Line 1:
 
/* Размещённый здесь CSS будет применяться к версии для печати */
 
/* Размещённый здесь CSS будет применяться к версии для печати */
  
 +
body {
  
/* background-color: white !important; */
+
    background-color: white !important;
/*
 
body {    margin: 0 !important;        padding: 0px !important;
 
 
}
 
}
 
.mw-content-ltr li { padding: 0px 0px 0px 0px; margin-left: 20px !important;
 
                      text-align-last: right !important;
 
}
 
.mw-body h2, .mw-body h3 {  font-family: "SERAFIM_LOGOS"; line-height: 1.0;
 
                          padding-top: 10px; margin-left: -10px;
 
                            text-align-last: right;
 
}
 
h4, h5, h6 { margin-top: 55px;
 
            text-align-last: right;
 
}
 
*/
 
  
  
Line 157: Line 144:
 
}
 
}
  
 
+
h1#firstHeading { margin-top: -3px;    margin-right: -5px;    margin-bottom: -46px;  
h1#firstHeading h1 { margin-top: 5px;    margin-right: 0px;    margin-bottom: -40px;  
+
                   margin-left: 1px;  line-height: 1.1em;  padding-left: 14px;
                   margin-left: -13px;  line-height: 1.5em;  padding-left: 14px;
+
                   padding-top: 20px;    font-size: 22pt;   
                   padding-top: 20px;    font-size: 30pt;   
+
                   font-family: "SERAFIM+slovo";   
                   font-family: "SERAFIM_LOGOS";   
 
 
                   padding-bottom: 1px;  text-align: left; color: darkgoldenrod;
 
                   padding-bottom: 1px;  text-align: left; color: darkgoldenrod;
 
}
 
}
 
  
  

Revision as of 16:24, 15 October 2018

/* Размещённый здесь CSS будет применяться к версии для печати */

body {

    background-color: white !important;
}


.toctext {  width: 100%;    padding-right: 100px;
}









.mw-body-content > div#siteSub {
    display: none !important;
}
p.r {
    display: none;
}


blockquote {
 margin: 0 !important; background-color: white !important;
}






img, figure, .wikitable, .thumb {
    page-break-inside: auto;
}
div#goback { display: none;
}
div#gotop {  display: none;
}



.mw-body #toc h2, .mw-body .toc h2 {
    font-size: 3em;
    font-family: "SERAFIM_LOGOS";
    margin-left: -29px;
}


#contentSub, #contentSub2 { display: none;
}
span.subpages {
    margin: -66px 0 -111px -30px;
    font-size: 40pt;
    background: white;
    line-height: 1.2em;
    padding-left: 7px;
    color: #ffe96e;
}



table.wikitable > tr > th, table.wikitable > * > tr > th, .mw_metadata th {
    background: #e4ffd8; font-weight: normal; text-align: center;
}


#toctitle {

    margin-left: -48px;
}


#toc, .toc {
    margin: 2px 5px 10px -26px;
    border: 0px solid #aaa;
    background-color: white;
}
.toclevel-1 .toclevel-2 .toclevel-3 .toclevel-4 li {   border-bottom: none;
}
span.tocnumber span {    font-weight: bold;    font-size: 10pt; color:green;
}
.tocnumber { font-weight: bold; font-size: 10pt; color:green;  border-bottom: 0px dashed #aaa;
}
#toctitle h2 { padding: 20px 0 0px 0px; margin-bottom: -20px; 
               text-align:center; color:gray; margin-left: -95px;
}
/*.tocnumber,*/ .toctext {  border-bottom: 2px dotted #aaa;
}

div#toc ul, div.toc ul {
    list-style-type: none;
    list-style-image: none;
    text-align: left;
    margin-left: -68px;
}
li.toclevel-1 li {
    padding: 15px 0px 28px 0px;
    margin-left: 200px;
    line-height: 1.3em;
}
li.toclevel-2 li {    padding: 0px 0px 15px 0px;    margin-left: 218px;
}
li.toclevel-3 li {
    line-height: 1.0;
    font-family: "SERAFIM+stratos";
    font-size: 10pt;
    font-weight: normal;
    text-align: left;
    padding: 13px 0px 25px 80px;
}

.toctoggle {  display: none;
}


div#catlinks {  display: none;
}
.languageselector {  display: none;
}
div#languageselector-box-1 {  display: none;
}
form#languageselector-form-1 {  display: none;
}
div#footer { border-top: 1pt solid #aaa; display: none;
}
ul#footer-info { display: none;
}
li#footer-info-lastmod { display: none;
}
.printfooter { display: none;
}




.mw-body p {     text-align: justify;
}
p {    text-align: justify;    font-weight: normal;
}

h1#firstHeading { margin-top: -3px;    margin-right: -5px;    margin-bottom: -46px; 
                  margin-left: 1px;   line-height: 1.1em;  padding-left: 14px;
                  padding-top: 20px;    font-size: 22pt;  
                  font-family: "SERAFIM+slovo";  
                  padding-bottom: 1px;  text-align: left; color: darkgoldenrod;
}


.mw-body .mw-body-content h1 {
    font-family: "SERAFIM_LOGOS";
    line-height: 1.5em;
    padding-top: 0px;
    margin-top: 50px;
    text-align-last: right;
}