Difference between revisions of "MediaWiki:Common.css"

From Relativity
Jump to: navigation, search
Line 2: Line 2:
  
 
#p-Outside_links\3a:-label {
 
#p-Outside_links\3a:-label {
     background-color:#ffffef;
+
     background-color:#ffffaf;
 
}
 
}
  

Revision as of 23:44, 27 July 2016

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

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

#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);
}