Difference between revisions of "MediaWiki:Common.css"

From Protoi Healing

Jump to: navigation, search
Line 13: Line 13:
  
 
.light-green {
 
.light-green {
   color: #baf2bd
+
   color: #baf2bd;
 
}
 
}
  
 
.middle-green {
 
.middle-green {
   color: #16791b
+
   color: #16791b;
 
}
 
}
  
 
.dark-green {
 
.dark-green {
   color: #09340c
+
   color: #09340c;
 
}
 
}
  
 
.pallet-base-green {
 
.pallet-base-green {
   color: #6ee474
+
   color: #6ee474;
 
}
 
}
  
Line 48: Line 48:
  
 
.blue-text {
 
.blue-text {
   color: #215a97
+
   color: #215a97;
 
}
 
}
  
Line 74: Line 74:
  
 
.green-text {
 
.green-text {
   color: #264422
+
   color: #264422;
 
}
 
}
  
Line 97: Line 97:
  
 
.pruple-text {
 
.pruple-text {
   color: #493073
+
   color: #493073;
 
}
 
}
  
Line 116: Line 116:
 
               1px -1px 1px #a26a2a,  
 
               1px -1px 1px #a26a2a,  
 
               -1px  1px 1px #a26a2a,  
 
               -1px  1px 1px #a26a2a,  
               -1px -1px 1px #a26a2a
+
               -1px -1px 1px #a26a2a;
 
}
 
}
  
 
.orange-text {
 
.orange-text {
   color: #a26a2a
+
   color: #a26a2a;
 
}
 
}
  
Line 128: Line 128:
  
 
.yellow {
 
.yellow {
   color: #fbfc56
+
   color: #fbfc56;
 
}
 
}
  
 
.light-yellow {
 
.light-yellow {
   color: #fefed7
+
   color: #fefed7;
 
}
 
}
  
 
.light-yellow-background {
 
.light-yellow-background {
   background-color: #fefed7
+
   background-color: #fefed7;
 
}
 
}

Revision as of 17:31, 23 May 2016

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

table.wikitable { 
  width: auto;
}

/*************************************************/
/************ Wiki color definitions *************/
/*************************************************/

/* palette 1 */
/*************/

.light-green {
  color: #baf2bd;
}

.middle-green {
  color: #16791b;
}

.dark-green {
  color: #09340c;
}

.pallet-base-green {
  color: #6ee474;
}


/* palette 2 */
/*************/

.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;
}

.blue-text {
  color: #215a97;
}


/* palette 3 */
/*************/

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

.green-text {
  color: #264422;
}


/* palette 4 */
/*************/

.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;
}

.pruple-text {
  color: #493073;
}


/* palette 5 */
/*************/

.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;
}

.orange-text {
  color: #a26a2a;
}


/* palette 5 */
/*************/

.yellow {
  color: #fbfc56;
}

.light-yellow {
  color: #fefed7;
}

.light-yellow-background {
  background-color: #fefed7;
}