Difference between revisions of "MediaWiki:Common.css"
From Protoi Healing
(22 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 14: | Line 39: | ||
.light-green { | .light-green { | ||
color: #baf2bd; | color: #baf2bd; | ||
+ | } | ||
+ | .light-green-background { | ||
+ | background-color: #baf2bd !important; | ||
} | } | ||
Line 21: | Line 49: | ||
.dark-green { | .dark-green { | ||
− | color: # | + | color: #105613; |
} | } | ||
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 62: | Line 101: | ||
} | } | ||
.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 96: | Line 134: | ||
} | } | ||
− | . | + | .purple-text { |
color: #493073; | color: #493073; | ||
} | } |
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;
}