Difference between revisions of "MediaWiki:Print.css"

From www.PSALTIKI.info
Jump to: navigation, search
m (1 revision imported)
m
Line 1: Line 1:
 
/* Размещённый здесь CSS будет применяться к версии для печати */
 
/* Размещённый здесь CSS будет применяться к версии для печати */
 +
 +
 +
/* 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;
 +
}
 +
 +
.toctext {  width: 100%;    padding-right: 90px;
 +
}
 +
 +
*/
 +
 +
 +
 +
 +
 +
  
 
.mw-body-content > div#siteSub {
 
.mw-body-content > div#siteSub {
Line 7: Line 35:
 
     display: none;
 
     display: none;
 
}
 
}
body {    margin: 0 !important;        padding: 5px !important;  background-color: white !important;
+
 
}
 
  
 
blockquote {
 
blockquote {
Line 18: Line 45:
  
  
.mw-content-ltr li { padding: 0px 0px 0px 0px; margin-left: 20px !important;
+
 
                      text-align-last: right !important;
 
}
 
 
img, figure, .wikitable, .thumb {
 
img, figure, .wikitable, .thumb {
 
     page-break-inside: auto;
 
     page-break-inside: auto;
Line 49: Line 74:
 
}
 
}
  
h1#firstHeading h1 { margin-top: 5px;    margin-right: 0px;    margin-bottom: -40px;
+
 
                  margin-left: -13px;  line-height: 1.5em;  padding-left: 14px;
 
                  padding-top: 20px;    font-size: 30pt; 
 
                  font-family: "SERAFIM_LOGOS"; 
 
                  padding-bottom: 1px;  text-align: left; color: darkgoldenrod;
 
}
 
  
 
table.wikitable > tr > th, table.wikitable > * > tr > th, .mw_metadata th {
 
table.wikitable > tr > th, table.wikitable > * > tr > th, .mw_metadata th {
 
     background: #e4ffd8; font-weight: normal; text-align: center;
 
     background: #e4ffd8; font-weight: normal; text-align: center;
 
}
 
}
.mw-body .mw-body-content h1 {
+
 
    font-family: "SERAFIM_LOGOS";
 
    line-height: 1.5em;
 
    padding-top: 0px;
 
    margin-top: 50px;
 
    text-align-last: right;
 
}
 
.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;
 
}
 
  
 
#toctitle {
 
#toctitle {
Line 96: Line 103:
 
/*.tocnumber,*/ .toctext {  border-bottom: 2px dotted #aaa;
 
/*.tocnumber,*/ .toctext {  border-bottom: 2px dotted #aaa;
 
}
 
}
.toctext {  width: 100%;    padding-right: 90px;
+
 
}
 
 
div#toc ul, div.toc ul {
 
div#toc ul, div.toc ul {
 
     list-style-type: none;
 
     list-style-type: none;
Line 123: Line 129:
 
}
 
}
  
p.s { font-family: "SERAFIM+";    font-size: 110pt;    text-indent: 0.00cm;    text-align: justify;
+
 
      font-weight: normal;    line-height: 1.1em;    margin-top: -0.2em;    margin-right: 0px;
 
    margin-bottom: 0em;    margin-left: 0px;
 
}
 
 
div#catlinks {  display: none;
 
div#catlinks {  display: none;
 
}
 
}
Line 153: Line 156:
  
  
 +
h1#firstHeading h1 { margin-top: 5px;    margin-right: 0px;    margin-bottom: -40px;
 +
                  margin-left: -13px;  line-height: 1.5em;  padding-left: 14px;
 +
                  padding-top: 20px;    font-size: 30pt; 
 +
                  font-family: "SERAFIM_LOGOS"; 
 +
                  padding-bottom: 1px;  text-align: left; color: darkgoldenrod;
 +
}
  
[[Категория:N]]
+
 
 +
 
 +
.mw-body .mw-body-content h1 {
 +
    font-family: "SERAFIM_LOGOS";
 +
    line-height: 1.5em;
 +
    padding-top: 0px;
 +
    margin-top: 50px;
 +
    text-align-last: right;
 +
}

Revision as of 03:31, 2 September 2018

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


 /* 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;
}

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

*/







.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 h1 { margin-top: 5px;    margin-right: 0px;    margin-bottom: -40px; 
                  margin-left: -13px;   line-height: 1.5em;  padding-left: 14px;
                  padding-top: 20px;    font-size: 30pt;  
                  font-family: "SERAFIM_LOGOS";  
                  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;
}