Difference between revisions of "MediaWiki:Common.css"

From Relativity
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
#p-Main_sections {
+
#p-Main_sections div {
     background-color:#ffffaf;
+
    padding: 2px;
 +
    background-color:#ffffff;
 +
}
 +
#p-Outside_links div {
 +
    padding: 2px;
 +
     background-color:#ffffff;
 
}
 
}
  
Line 14: Line 19:
 
     border-color: black;
 
     border-color: black;
 
}
 
}
 +
 
#PAGEBLOCK i {  
 
#PAGEBLOCK i {  
 
     color: darkred;  
 
     color: darkred;  

Latest revision as of 00:11, 28 July 2016

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

#p-Main_sections div {
    padding: 2px;
    background-color:#ffffff;
}
#p-Outside_links div {
    padding: 2px;
    background-color:#ffffff;
}

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