мНет описания правки
мНет описания правки
 
(не показано 15 промежуточных версий этого же участника)
Строка 1: Строка 1:
/* Размещённый здесь CSS будет применяться к версии для печати */
/* Размещённый здесь CSS будет применяться к версии для печати */
@media print {
@media print {
  .print-header {
  .print-header {
Строка 16: Строка 14:
   content: "Ваша шапка страницы";
   content: "Ваша шапка страницы";
}
}
/* Пытаемся сделать моноширинный шрифт для poem */
/* ******************************************** */
poem {
font-family: "Roboto Mono", monospace;
white-space: pre;
    font-size: 90%;
    line-height: 0.6;
}
.mw-poem-indented {
font-family: "Roboto Mono", monospace;
}
.mw-body-content poem{
font-family: "Roboto Mono", monospace;
}
.poem pre {
    font-family: monospace;
    white-space: pre;
    font-size: 90%;
    line-height: 0.6;
}
.poem {
    font-family: monospace;
    white-space: pre;
    font-size: 90%;
    line-height: 0.6;
}
/* ******************************************** */
     #footer,
     #footer,
     #content,
     #content,
     body { font-size: 10pt }
     body { font-size: 10pt !important; }
     h1 { font-size: 14pt }
     h1 { font-size: 14pt }
     h2 { font-size: 13pt }
     h2 { font-size: 13pt }
Строка 56: Строка 23:
     h5 { font-size: 10pt }
     h5 { font-size: 10pt }
     h6 {
     h6 {
    font-size: 10pt;
        font-size: 10pt;
         font-weight: normal;}
         font-weight: normal;}
     pre, code {  
     pre, code { font-size: 12pt; }  
        font-size: 90%;
    line-height: 0.6 } 
        poem {
font-family: "Roboto Mono", monospace;
white-space: pre;
    font-size: 90% !important;
    line-height: 0.6 !important}
    .poem {
font-family: "Roboto Mono", monospace;
white-space: pre;
    font-size: 90%;
    line-height: 0.6 }
   
   
   
   
/*.firstHeading { margin-top: 0; padding-top: 0;  font-size: 14pt}*/
/*.firstHeading { margin-top: 0; padding-top: 0;  font-size: 14pt}*/
/*    #siteSub { display: none; }*/
/*    #siteSub { display: none; }*/
Строка 121: Строка 72:
   display: none;
   display: none;
}   
}   
/* Remove the default header that MediaWiki adds*/
/* Remove the default header that MediaWiki adds*/
#mw-head {
#mw-head {

Текущая версия от 09:48, 25 сентября 2023

/* Размещённый здесь CSS будет применяться к версии для печати */
@media print {
 .print-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  content: "Ваша шапка страницы";
}
    #footer,
    #content,
    body { font-size: 10pt !important; }
    h1 { font-size: 14pt }
    h2 { font-size: 13pt }
    h3 { font-size: 12pt }
    h4 { font-size: 11pt }
    h5 { font-size: 10pt }
    h6 {
        font-size: 10pt;
        font-weight: normal;}
    pre, code { font-size: 12pt; }    
/*.firstHeading { margin-top: 0; padding-top: 0;  font-size: 14pt}*/
/*    #siteSub { display: none; }*/
/*    .printfooter { display: none; }*/
    #catlinks, .catlinks { display: none; }
    #footer { display: none; }   
    
  #header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  content: "Ваша шапка страницы";
}   
  .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  content: "Ваша шапка страницы";
}   
  .firstHeading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  background-color: #f7f7f7;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  content: "Ваша шапка страницы";
  display: none;
}   
/* Remove the default header that MediaWiki adds*/
#mw-head {
/*  display: none;*/
 content: "Ваша шапка страницы";
}	 
}