Difference between revisions of "MediaWiki:Code.css"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 15: 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 {
 
.mw-body .mw-body-content h1 {
     font-size: 35pt;
+
     font-size: 40pt;
 
     font-weight: normal;
 
     font-weight: normal;
     line-height: 1.1em;
+
     line-height: 1em;
 
 
 
     text-align: left;
 
     text-align: left;
 
     color: red;
 
     color: red;
 
     margin: 7px 0 0 -11px;
 
     margin: 7px 0 0 -11px;
padding: 15px 9px 12px 66px;
+
    padding: 30px 0 0 15px;
 
}
 
}
 
.mw-body .mw-body-content h2 {
 
.mw-body .mw-body-content h2 {
     font-size: 30pt;
+
     font-size: 40pt;
 
     font-weight: normal;
 
     font-weight: normal;
     line-height: 1.1em;
+
     line-height: 1em;
 
 
 
     text-align: left;
 
     text-align: left;
     color: #c61e1e;
+
     color: blue;
  margin: 7px 0 0 -11px;
+
    margin: 7px 0 0 -11px;
padding: 35px 9px 12px 15px;
+
    padding: 99px 0 0 15px;
 
}
 
}
 
.mw-body .mw-body-content h3 {
 
.mw-body .mw-body-content h3 {
 
     font-size: 28pt;
 
     font-size: 28pt;
     font-weight: normal;
+
     font-weight: bold;
 
     line-height: 1.1em;
 
     line-height: 1.1em;
 
     font-family: freeserif;
 
     font-family: freeserif;
Line 45: Line 48:
 
     color: #c61e1e;
 
     color: #c61e1e;
 
     margin: 7px 0 0 -11px;
 
     margin: 7px 0 0 -11px;
padding: 15px 9px 12px 66px;
+
padding: 15px 0 10px 66px;
 
}
 
}
 
.mw-body .mw-body-content h4 {
 
.mw-body .mw-body-content h4 {
Line 55: Line 58:
 
     color: #c61e1e;
 
     color: #c61e1e;
 
margin: 7px 0 0 -11px;
 
margin: 7px 0 0 -11px;
padding: 15px 9px 12px 86px;
+
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;
}