Common.css
From Protoi Healing
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* 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;
}
.middle-green {
color: #16791b;
}
.dark-green {
color: #105613;
}
.pallet-base-green {
color: #6ee474;
}
/* palette 2 */
/*************/
.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: 300%;
color: #5da654;
font-weight: 700;
text-align: left;
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;
}
.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;
}