Difference between revisions of "MediaWiki:Code.css"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
 
(6 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
     text-align: left;
 
     text-align: left;
 
     font-weight: normal;
 
     font-weight: normal;
     line-height: 1.2em;
+
     line-height: 1.6em;
 
     margin: 0.3em 0 0 0;
 
     margin: 0.3em 0 0 0;
 
     white-space: pre-wrap;
 
     white-space: pre-wrap;
 
     letter-spacing: 0px;
 
     letter-spacing: 0px;
 +
      padding:20px;
 
}
 
}
  
Line 14: Line 15:
 
     font-family: freeserif;
 
     font-family: freeserif;
 
     font-size: 25pt;
 
     font-size: 25pt;
 +
}
 +
 +
.tocnumber, .toctext {
 +
    font-family: free;
 +
    border-bottom: none;
 +
}
 +
 +
.mw-body .mw-body-content h1 {
 +
    font-size: 40pt;
 +
    font-weight: normal;
 +
    line-height: 1em;
 +
    text-align: left;
 +
    color: red;
 +
    margin: 7px 0 0 -11px;
 +
    padding: 30px 0 0 15px;
 +
}
 +
.mw-body .mw-body-content h2 {
 +
    font-size: 40pt;
 +
    font-weight: normal;
 +
    line-height: 1em;
 +
    text-align: left;
 +
    color: blue;
 +
    margin: 7px 0 0 -11px;
 +
    padding: 99px 0 0 15px;
 +
}
 +
.mw-body .mw-body-content h3 {
 +
    font-size: 28pt;
 +
    font-weight: bold;
 +
    line-height: 1.1em;
 +
    font-family: freeserif;
 +
    text-align: left;
 +
    color: #c61e1e;
 +
    margin: 7px 0 0 -11px;
 +
padding: 15px 0 10px 66px;
 +
}
 +
.mw-body .mw-body-content h4 {
 +
    font-size: 25pt;
 +
    font-weight: normal;
 +
    line-height: 1.1em;
 +
 +
    text-align: left;
 +
    color: #c61e1e;
 +
margin: 7px 0 0 -11px;
 +
padding: 15px 0 0 86px;
 
}
 
}

Latest revision as of 23:58, 27 March 2018

.mw-body p {
    font-family: freeserif;
    font-size: 17pt;
    text-indent: 0.00cm;
    text-align: left;
    font-weight: normal;
    line-height: 1.6em;
    margin: 0.3em 0 0 0;
    white-space: pre-wrap;
    letter-spacing: 0px;
       padding:20px;
}

b {
    font-family: freeserif;
    font-size: 25pt;
}

.tocnumber, .toctext {
    font-family: free;
    border-bottom: none;
}

.mw-body .mw-body-content h1 {
    font-size: 40pt;
    font-weight: normal;
    line-height: 1em;
    text-align: left;
    color: red;
    margin: 7px 0 0 -11px;
    padding: 30px 0 0 15px;
}
.mw-body .mw-body-content h2 {
    font-size: 40pt;
    font-weight: normal;
    line-height: 1em;
    text-align: left;
    color: blue;
    margin: 7px 0 0 -11px;
    padding: 99px 0 0 15px;
}
.mw-body .mw-body-content h3 {
    font-size: 28pt;
    font-weight: bold;
    line-height: 1.1em;
    font-family: freeserif;
    text-align: left;
    color: #c61e1e;
    margin: 7px 0 0 -11px;
padding: 15px 0 10px 66px;
}
.mw-body .mw-body-content h4 {
    font-size: 25pt;
    font-weight: normal;
    line-height: 1.1em;

    text-align: left;
    color: #c61e1e;
margin: 7px 0 0 -11px;
padding: 15px 0 0 86px;
}