User:LightSwitch/common.css: Difference between revisions
From Growtopia
Jump to navigationJump to search
>LightSwitch No edit summary |
>LightSwitch No edit summary |
||
| Line 1: | Line 1: | ||
/* Home WPCard */ | /* Home WPCard */ | ||
. | .wpcardls { | ||
font-family: Century Gothic, sans-serif; | font-family: Century Gothic, sans-serif; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
| Line 14: | Line 14: | ||
} | } | ||
. | .wpcardls>.header{ | ||
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); | text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); | ||
font-weight: bold; | font-weight: bold; | ||
| Line 23: | Line 23: | ||
} | } | ||
. | .wpcardls>.header>.image { | ||
text-align: center; | text-align: center; | ||
width: 100%; | width: 100%; | ||
| Line 29: | Line 29: | ||
} | } | ||
. | .wpcardls>.header>h2{ | ||
font-size: 25px; | font-size: 25px; | ||
line-height: 25px; | line-height: 25px; | ||
| Line 37: | Line 37: | ||
} | } | ||
. | .wpcardls>.body { | ||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); | ||
} | } | ||
. | .wpcardls.large { | ||
background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/e/e7/Disclaimerbackground2222.png"); | background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/e/e7/Disclaimerbackground2222.png"); | ||
background-color: #60D7F2; | background-color: #60D7F2; | ||
Revision as of 14:56, 3 July 2020
/* Home WPCard */
.wpcardls {
font-family: Century Gothic, sans-serif;
margin-bottom: 5px;
font-size: 14px;
background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/d/d9/SummerFestLandscape.png");
background: linear-gradient(180deg, rgba(161,0,9,1) 0%, rgba(177,59,0,1) 50%, rgba(220,154,0,1) 100%);
background-repeat: repeat-x;
background-position: right bottom;
color: #FFF;
border-radius: 20px;
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
padding: 30px 40px 60px;
}
.wpcardls>.header{
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
font-weight: bold;
text-align: left;
font-size: 36px;
position:relative;
margin-bottom: 10px;
}
.wpcardls>.header>.image {
text-align: center;
width: 100%;
display: block;
}
.wpcardls>.header>h2{
font-size: 25px;
line-height: 25px;
text-align: center;
border: none;
margin: 0;
}
.wpcardls>.body {
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.wpcardls.large {
background-image: url("https://vignette.wikia.nocookie.net/growtopia/images/e/e7/Disclaimerbackground2222.png");
background-color: #60D7F2;
background-repeat: repeat-x;
background-position: bottom;
}