Difference between revisions of "MediaWiki:Code.css"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 25: Line 25:
 
     color: red;
 
     color: red;
 
     margin: 7px 0 0 -11px;
 
     margin: 7px 0 0 -11px;
padding: 15px 9px 12px 66px;
+
padding: 35px 9px 12px 66px;
 
}
 
}
 
.mw-body .mw-body-content h2 {
 
.mw-body .mw-body-content h2 {
Line 35: Line 35:
 
     color: #c61e1e;
 
     color: #c61e1e;
 
   margin: 7px 0 0 -11px;
 
   margin: 7px 0 0 -11px;
padding: 35px 9px 12px 15px;
+
padding: 15px 9px 12px 15px;
 
}
 
}
 
.mw-body .mw-body-content h3 {
 
.mw-body .mw-body-content h3 {

Revision as of 09:12, 24 February 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;
}

.mw-body .mw-body-content h1 {
    font-size: 35pt;
    font-weight: normal;
    line-height: 1.1em;

    text-align: left;
    color: red;
    margin: 7px 0 0 -11px;
padding: 35px 9px 12px 66px;
}
.mw-body .mw-body-content h2 {
    font-size: 30pt;
    font-weight: normal;
    line-height: 1.1em;

    text-align: left;
    color: #c61e1e;
  margin: 7px 0 0 -11px;
padding: 15px 9px 12px 15px;
}
.mw-body .mw-body-content h3 {
    font-size: 28pt;
    font-weight: normal;
    line-height: 1.1em;
    font-family: freeserif;
    text-align: left;
    color: #c61e1e;
    margin: 7px 0 0 -11px;
padding: 15px 9px 12px 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 9px 12px 86px;
}