Difference between revisions of "MediaWiki:Common.css"

From Protoi Healing

Jump to: navigation, search
Line 7: Line 7:
  
 
.headline-light-blue {
 
.headline-light-blue {
   color: #92bbe7;  
+
   color: @ph-headline-light-blue;  
 
}
 
}
 
.headline-light-blue-format {
 
.headline-light-blue-format {
 
   font-size: 300%;  
 
   font-size: 300%;  
   color: headline-light-blue;  
+
   color: @ph-headline-light-blue;  
 
   font-weight: 700;
 
   font-weight: 700;
 
   text-align: center;  
 
   text-align: center;  

Revision as of 16:35, 23 May 2016

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

table.wikitable { 
  width: auto;
}


.headline-light-blue {
  color: @ph-headline-light-blue; 
}
.headline-light-blue-format {
  font-size: 300%; 
  color: @ph-headline-light-blue; 
  font-weight: 700;
  text-align: center; 
  padding:20px; 
  text-shadow: 1px 1px 1px #215a97, 
               1px -1px 1px #215a97, 
              -1px  1px 1px #215a97, 
              -1px -1px 1px #215a97;
}



.headline-middle-green {
    color: #5da654;
}
.headline-middle-green-format {
  font-size: 300%; 
  color: #5da654; 
  font-weight: 700; 
  text-align: center; 
  padding:20px; 
  text-shadow: 1px 1px 1px #264422, 
               1px -1px 1px #264422, 
              -1px  1px 1px #264422, 
              -1px -1px 1px #264422;
}