Difference between revisions of "MediaWiki:Common.css"
From Protoi Healing
(27 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
table.wikitable { | table.wikitable { | ||
width: auto; | width: auto; | ||
+ | } | ||
+ | |||
+ | /*****************************************/ | ||
+ | /************ Privacy policy *************/ | ||
+ | /*****************************************/ | ||
+ | |||
+ | #ppBody | ||
+ | { | ||
+ | font-size:11pt; | ||
+ | width:100%; | ||
+ | margin:0 auto; | ||
+ | text-align:justify; | ||
+ | } | ||
+ | |||
+ | #ppHeader | ||
+ | { | ||
+ | font-family:verdana; | ||
+ | font-size:21pt; | ||
+ | width:100%; | ||
+ | margin:0 auto; | ||
+ | } | ||
+ | |||
+ | .ppConsistencies | ||
+ | { | ||
+ | display:none; | ||
} | } | ||
Line 13: | Line 38: | ||
.light-green { | .light-green { | ||
− | color: #baf2bd | + | color: #baf2bd; |
+ | } | ||
+ | .light-green-background { | ||
+ | background-color: #baf2bd !important; | ||
} | } | ||
.middle-green { | .middle-green { | ||
− | color: #16791b | + | color: #16791b; |
} | } | ||
.dark-green { | .dark-green { | ||
− | color: # | + | color: #105613; |
} | } | ||
.pallet-base-green { | .pallet-base-green { | ||
− | color: #6ee474 | + | color: #6ee474; |
} | } | ||
Line 31: | Line 59: | ||
/* palette 2 */ | /* palette 2 */ | ||
/*************/ | /*************/ | ||
+ | |||
+ | .light-blue { | ||
+ | color: #bcd5f0; | ||
+ | } | ||
+ | .light-blue-background { | ||
+ | background-color: #bcd5f0 !important; | ||
+ | } | ||
+ | |||
.headline-light-blue { | .headline-light-blue { | ||
color: #92bbe7; | color: #92bbe7; | ||
+ | } | ||
+ | .headline-light-blue-background { | ||
+ | background-color: #92bbe7 !important; | ||
} | } | ||
.headline-light-blue-format { | .headline-light-blue-format { | ||
Line 48: | Line 87: | ||
.blue-text { | .blue-text { | ||
− | color: #215a97 | + | color: #215a97; |
} | } | ||
Line 57: | Line 96: | ||
.headline-middle-green { | .headline-middle-green { | ||
color: #5da654; | color: #5da654; | ||
+ | } | ||
+ | .headline-middle-green-background { | ||
+ | background-color: #5da654 !important; | ||
} | } | ||
.headline-middle-green-format { | .headline-middle-green-format { | ||
− | font-size: | + | font-size: 230%; |
color: #5da654; | color: #5da654; | ||
− | font-weight: | + | font-weight: 600; |
− | text-align: | + | text-align: left; |
− | + | ||
text-shadow: 1px 1px 1px #264422, | text-shadow: 1px 1px 1px #264422, | ||
1px -1px 1px #264422, | 1px -1px 1px #264422, | ||
Line 71: | Line 112: | ||
.green-text { | .green-text { | ||
− | color: #264422 | + | color: #264422; |
} | } | ||
Line 93: | Line 134: | ||
} | } | ||
− | . | + | .purple-text { |
− | color: #493073 | + | color: #493073; |
} | } | ||
Line 113: | Line 154: | ||
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 125: | Line 166: | ||
.yellow { | .yellow { | ||
− | color: #fbfc56 | + | color: #fbfc56; |
} | } | ||
.light-yellow { | .light-yellow { | ||
− | color: #fefed7 | + | color: #fefed7; |
+ | } | ||
+ | |||
+ | .light-yellow-background { | ||
+ | background-color: #fefed7 !important; | ||
} | } |
Latest revision as of 14:11, 15 June 2016
/* CSS placed here will be applied to all skins */
table.wikitable {
width: auto;
}
/*****************************************/
/************ Privacy policy *************/
/*****************************************/
#ppBody
{
font-size:11pt;
width:100%;
margin:0 auto;
text-align:justify;
}
#ppHeader
{
font-family:verdana;
font-size:21pt;
width:100%;
margin:0 auto;
}
.ppConsistencies
{
display:none;
}
/*************************************************/
/************ Wiki color definitions *************/
/*************************************************/
/* palette 1 */
/*************/
.light-green {
color: #baf2bd;
}
.light-green-background {
background-color: #baf2bd !important;
}
.middle-green {
color: #16791b;
}
.dark-green {
color: #105613;
}
.pallet-base-green {
color: #6ee474;
}
/* palette 2 */
/*************/
.light-blue {
color: #bcd5f0;
}
.light-blue-background {
background-color: #bcd5f0 !important;
}
.headline-light-blue {
color: #92bbe7;
}
.headline-light-blue-background {
background-color: #92bbe7 !important;
}
.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 !important;
}
.headline-middle-green-format {
font-size: 230%;
color: #5da654;
font-weight: 600;
text-align: left;
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;
}
.purple-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 !important;
}