Difference between revisions of "MediaWiki:Common.css"

From Protoi Healing

Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: table.wikitable { width: auto; }")
 
Line 2: Line 2:
  
 
table.wikitable {  
 
table.wikitable {  
width: auto;
+
  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;
 
}
 
}

Revision as of 16:18, 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;
}