Difference between revisions of "MediaWiki:Common.css"

From Protoi Healing

Jump to: navigation, search
Line 55: Line 55:
  
  
headline-light-orange {
+
.headline-light-orange {
 
   color: #dcae79;
 
   color: #dcae79;
 
}
 
}
headline-light-orange-format {
+
.headline-light-orange-format {
 
   font-size: 300%;  
 
   font-size: 300%;  
 
   color: #dcae79;  
 
   color: #dcae79;  

Revision as of 16:43, 23 May 2016

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

table.wikitable { 
  width: auto;
}


.headline-light-blue {
  color: #92bbe7; 
}
.headline-light-blue-format {
  font-size: 300%; 
  color: #92bbe7; 
  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;
}


.headline-light-purple {
  color: #a992d1;
}
.headline-light-purple-format {
  font-size: 300%; 
  color: #a992d1; 
  font-weight: 700;
  text-align: center;
  padding:20px;
  text-shadow: 1px 1px 1px #493073, 
               1px -1px 1px #493073, 
              -1px  1px 1px #493073,
              -1px -1px 1px #493073;
}


.headline-light-orange {
  color: #dcae79;
}
.headline-light-orange-format {
  font-size: 300%; 
  color: #dcae79; 
  font-weight: 700; 
  text-align: center; 
  padding:20px; 
  text-shadow: 1px 1px 1px #a26a2a, 
               1px -1px 1px #a26a2a, 
              -1px  1px 1px #a26a2a, 
              -1px -1px 1px #a26a2a
}