Difference between revisions of "MediaWiki:Common.css"

From Protoi Healing

Jump to: navigation, search
Line 4: Line 4:
 
   width: auto;
 
   width: auto;
 
}
 
}
 +
  
 
.headline-light-blue {
 
.headline-light-blue {
Line 15: Line 16:
 
               -1px  1px 1px #215a97,  
 
               -1px  1px 1px #215a97,  
 
               -1px -1px 1px #215a97;
 
               -1px -1px 1px #215a97;
 +
}
 +
.headline-light-blue-color {
 +
  color: #92bbe7;
 
}
 
}
  
Line 28: Line 32:
 
               -1px  1px 1px #264422,  
 
               -1px  1px 1px #264422,  
 
               -1px -1px 1px #264422;
 
               -1px -1px 1px #264422;
 +
}
 +
.headline-middle-green-color {
 +
    color: #5da654;
 
}
 
}

Revision as of 16:26, 23 May 2016

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

table.wikitable { 
  width: auto;
}


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


.headline-middle-green {
  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-middle-green-color {
    color: #5da654;
}