Parte 3
css/flux.css
Código HTML:
.cost {
font-size: 120%;
font-weight: bold;
color: #000;
}
.shop-item-qty {
margin: 0 0 2px 0;
color: #aaa;
font-size: 8pt;
font-style: italic;
}
.qty {
color: #888;
font-size: 10pt;
}
.shop-item-action {
color: #ddd;
}
.shop-item-action a {
color: #80a2c8;
border-bottom: 1px solid #eee;
}
.shop-item-action a:hover {
border-bottom: 1px solid #80a2c8;
}
.short {
width: 40px;
}
.shop-server-name {
color: #333;
}
.shop-item-info {
text-align: justify;
}
textarea {
width: 320px;
height: 120px;
}
.cart-items-text {
margin: 0 0 5px 0;
padding: 5px;
color: #ddd;
background-color: #888;
border: 5px solid #777;
}
.cart-info-text {
margin: 0 0 5px 0;
padding: 0;
}
.cart-total-text {
margin: 0;
padding: 0;
}
.cart-item-name {
color: #fff;
border-bottom: 1px dotted #aaa;
}
.cart-item-count {
font-size: 120%;
font-weight: bold;
color: #000;
}
.cart-sub-total {
color: #000;
}
.cart {
width: 100%;
}
.cart label {
display: block;
}
.cart h4 {
margin: 10px 0 2px 0;
font-size: 140%;
}
.remove-from-cart {
text-align: right;
}
.checkout-text {
font-size: 120%;
font-weight: bold;
}
.checkout-text a {
border-bottom: 1px dotted #ccc;
}
.checkout-text a:hover {
color: #000;
border-bottom: 1px solid #aaa;
}
.enter-donation-amount {
margin: 0;
padding: 0 0 5px 0;
font-size: 120%;
}
.donation-amount-text {
margin: 0;
padding: 0;
font-size: 120%;
text-align: center;
}
.credit-amount-text {
font-size: 8pt;
text-transform: uppercase;
color: #bbb;
text-align: center;
letter-spacing: 1px;
}
.donation-amount {
font-weight: bold;
color: #000;
}
.credit-amount {
color: #555;
}
.reset-amount-text {
margin: 0;
padding: 0;
font-size: 8pt;
text-align: center;
}
.checkout-info-text {
margin: 0 0 5px 0;
padding: 0;
}
.remaining-balance {
color: #000;
}
.exchange-rate {
font-size: 120%;
font-weight: bold;
color: #000;
}
.important {
font-size: 120%;
color: #000;
}
.important .server-name {
font-weight: bold;
}
.generic-form {
padding: 10px;
background-color: #fff;
border: 1px solid #ddd;
width: auto;
}
.generic-form-div {
padding: 10px;
background-color: #fff;
border: 1px solid #ddd;
width: auto;
}
.generic-form-table th label {
display: block;
padding: 6px;
}
.generic-form-table td div {
display: block;
padding: 6px 0;
}
.generic-form-table th {
text-align: right;
}
.generic-form-table td input[type=checkbox] {
display: inline-block;
margin-top: 6px;
}
.generic-form-table td p {
margin: 6px 5px;
color: #000;
}
.security-code {
margin: 5px 0;
text-align: left;
width: 145px;
height: 50px;
}
.action {
color: #ddd;
}
.action a, .action span.anchor {
color: #80a2c8;
border-bottom: 1px solid #eee;
cursor: pointer;
}
.block-link {
display: block;
padding: 3px;
color: #80a2c8;
border-bottom: 1px solid #eee;
}
.button-action {
padding: 5px 0;
text-align: left;
}
.woe-table {
border-spacing: 0;
border-collapse: collapse;
background-color: #fff;
border: 1px solid #ddd;
}
.woe-table th, .woe-table td {
padding: 5px 10px;
}
.woe-table th {
font-weight: normal;
border-bottom: 1px solid #ddd;
}
.woe-table td {
font-size: 120%;
}
.woe-table .server {
font-weight: bold;
}
.woe-table .time {
font-style: italic;
color: #333;
}
.script {
width: 98%;
}
.multi-select {
width: 100%;
}
.jump-to-page {
margin-top: 8px;
font-size: 8pt;
text-align: center;
}
.jump-to-page input {
padding: 2px;
font-size: 8pt;
}
.top-ranked td {
font-weight: bold;
color: #000;
background-color: #FFF8DC;
}
.top-ranked a {
color: #000;
border-bottom: 1px dotted #666;
}
.empty-row {
visibility: hidden;
}
.item-drop-mvp td {
color: #000;
background-color: #F8F8FF;
}
.item-drop-card td {
color: #000;
background-color: #F0FFFF;
}
.mvp {
font-size: xx-small;
font-weight: bold;
color: #ff0000;
vertical-align: top;
}
.monster-mode {
margin: 0;
padding: 0;
list-style: square inside;
}
.monster-mode li {
padding: 1px;
border-bottom: 1px dotted #eee;
}
.equipped td {
background-color: #f1ffff;
}
.job-classes {
border-spacing: 0;
}
.job-classes td {
padding-right: 10px;
border-right: 1px solid #eee;
}
.current-shop-category {
font-weight: bold;
}
.normalslotted .equipped {
color: #25292b;
}
.overslotted1 {
color: #32cd32;
}
.overslotted2 {
color: #00bfff;
}
.overslotted3 {
color: #ffa500;
}
.overslotted4 {
color: #9932cc;
}