Difference between revisions of "MediaWiki:Common.css"

From Relativity
Jump to: navigation, search
(tweak)
(test ...)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
#p-Outside_links\3a -label {
 +
    background-color:#ffffef;
 +
}
  
 
#PAGEBLOCK {
 
#PAGEBLOCK {

Revision as of 23:40, 27 July 2016

/* CSS placed here will be applied to all skins */

#p-Outside_links\3a -label {
    background-color:#ffffef;
}

#PAGEBLOCK {
    margin: 1em 0;
    padding: 20px 40px;
    box-shadow: 10px 5px 5px black;
    text-indent: 1em;
    background-color:#ffffef;
    border: 1px;
    border-color: black;
}
#PAGEBLOCK i { 
    color: darkred; 
}


.NOINDENT {
    text-indent: 0px;
}

math { 
    color: darkred; 
}

.person {
    color: darkblue;
}

.statement {
   font-weight: heavy;
   font-size: 110%;
   font-color: darkred;
   background-color: rgb(240,255,255);
}