Difference between revisions of "MediaWiki:Common.css"

From Relativity
Jump to: navigation, search
m (1 revision imported)
(+.Statement)
Line 25: Line 25:
 
.person {
 
.person {
 
     color: darkblue;
 
     color: darkblue;
 +
}
 +
 +
.Statement {
 +
  font-weight: heavy;
 +
  font-size: 110%;
 +
  font-color: darkred;
 +
  background-color: rgb(255,0,0);
 
}
 
}

Revision as of 19:11, 25 July 2016

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

#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(255,0,0);
}