Difference between revisions of "MediaWiki:0.css"

From www.PSALTIKI.info
Jump to: navigation, search
m
m
Line 20: Line 20:
 
span.subpages {
 
span.subpages {
 
     margin-top: -5px;
 
     margin-top: -5px;
     margin-bottom: -56px;
+
     margin-bottom: -80px;
 
     margin-left: -15px;
 
     margin-left: -15px;
 
}
 
}
 
span.subpages a, span.subpages a:visited {  
 
span.subpages a, span.subpages a:visited {  
     color: #097b00 !important; text-decoration: inherit !important; background-color: white;  
+
     color: lightgray !important; text-decoration: inherit !important; background-color: white;  
 
}
 
}
 
#contentSub, #contentSub2 {
 
#contentSub, #contentSub2 {
 
     font-size: 111%;
 
     font-size: 111%;
 
     line-height: 1.5em;
 
     line-height: 1.5em;
     color: black;
+
     color: gray;
        margin-bottom: 30px;
+
    margin-bottom: 30px;
 
}
 
}

Revision as of 11:03, 3 January 2018

blockquote {
font-size: 100pt;
}
p.mart {
	 font-size: 16pt;  font-weight: normal;  line-height: 1.1em; 
	 text-align: center; 
	 font-family: "SERAFIM_LOGOS"; 
	 color: red;
	 text-align-last: center;
}
p.red {
    font-size: 17pt;
    font-weight: normal;
    line-height: 1.7em;
    text-align: center;
    font-family: "SERAFIM_LOGOS";
    color: #e10101;
    text-align-last: center;
}
span.subpages {
    margin-top: -5px;
    margin-bottom: -80px;
    margin-left: -15px;
}
span.subpages a, span.subpages a:visited { 
    color: lightgray !important; text-decoration: inherit !important; background-color: white; 
}
#contentSub, #contentSub2 {
    font-size: 111%;
    line-height: 1.5em;
    color: gray;
    margin-bottom: 30px;
}