roblonium-web/CSS/Pages/Upgrades/CardRedemption.css

97 lines
1.6 KiB
CSS

/* Legacy CSS file - Please do not copy */
.ErrorBox, .ResultErrorBox {
border: solid 2px #ffa6a6;
color: #f00;
font-weight: bold;
padding: 5px; }
.ResultSuccessBox, .ResultErrorBox {
height: 50px; }
.ResultContainer {
height: 105px;
padding: 10px 0px;
vertical-align: top; }
.MessageBox {
width: 305px;
float: right; }
.MessageBox img {
float: left;
padding: 0 5px 7px 0px;
height: 40px; }
.MessageBox div {
padding-left: 5px; }
.GameCardSpecialOffer {
height: 40px;
font-weight: bold;
padding-top: 4px;
font-size: 12px;
padding-left: 63px; }
.GameCardText, .GameCardMessage {
float: right;
padding: 0 0 0 0;
width: 318px; }
.GameCardPromo {
font-weight: bold;
font-size: 16px;
color: #333; }
.GamecardBoxTextAligned {
margin-left: 10px;
position: relative;
top: -20px;
color: #333; }
.ResultBoxTextAligned {
margin-left: 10px;
position: relative;
top: -40px;
left: 50px;
width: 75%;
display: block; }
#SuccessMessageSubText, .GameCardMessage {
color: #333;
font-size: 0.8em;
padding-top: 5px; }
#RedeemContainer {
z-index: 1; }
#RedeemContainer a {
color: #095fb5; }
#RedeemContainer a:hover {
text-decoration: none; }
#RedeemContainer #pin {
height: 21px;
font-size: 12px;
text-transform: uppercase; }
#RedeemContainer #HowToUse {
margin-left: 12px;
font-size: 15px;
font-weight: bold;
margin-bottom: 4px; }
#RedeemContainer ol {
font-weight: bold; }
#RedeemContainer ol li span {
font-weight: normal; }
.BigLinks {
font-size: 16px;
font-weight: bold; }
.game-stop-image-aligned {
margin-left: 90px;
margin-bottom: 30px; }