gbnp/style/style.css
2020-04-10 22:14:19 -04:00

206 lines
2.6 KiB
CSS

@font-face {
font-family: "Gameboy";
src: url("../font/Gameboy.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Gamer";
src: url("../font/Gamer.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Nokia";
src: url("../font/Nokia.woff") format("woff");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "PokemonGB";
src: url("../font/Pokemon.woff") format("woff");
font-weight: normal;
font-style: normal;
}
html {
font-family: sans-serif;
line-height: 1.4;
}
h1 {
color: #000079;
}
h1, h2 {
padding: 5px 0 3px 0;
font-style: italic;
font-weight: bold;
text-shadow: 1px 0;
letter-spacing: 1px;
}
h2 {
color: #444;
border-top: 2px dotted grey;
display: inline-block;
border-bottom: 2px dotted grey;
}
p {
margin-top: 0;
}
footer {
margin-top: 40px;
font-size: 0.75em;
color: #444;
}
button {
padding: 2px 3px;
padding-bottom: 3px;
font-weight: bold;
}
button.upload {
padding: 3px 0;
color: blue;
}
button label {
padding: 5px 8px;
}
button#remove-rom {
color: red;
}
button.remove-all{
color: red;
}
button[disabled='disabled'] {
color: grey;
}
.text-container {
width: 850px;
margin-bottom:25px;
}
a {
color: #000079;
}
a.download-link{
color: blue;
}
a.disabled {
pointer-events: none;
cursor: default;
text-decoration: none;
color: grey;
}
section {
margin-left: 10px;
}
table {
border-collapse: collapse;
min-width: 850px;
}
th, td {
text-align: left;
padding: 7px;
}
td.overflow {
background-color: red;
}
thead tr {
border-bottom: 1px solid #ddd;
}
tfoot tr {
border-top: 1px solid #ddd;
}
tbody tr:nth-child(odd) {
background-color: #f2f2f2;
}
.settings-label {
font-weight: bold;
margin-right: 20px;
min-width: 190px;
display: inline-block;
vertical-align: top;
}
.settings-row {
margin-bottom: 15px;
}
label.radio-label {
vertical-align: middle;
margin-right: 10px;
}
label#gameboy {
font-family: 'Gameboy';
}
label#nokia {
font-family: 'Nokia';
}
label#gamer {
font-family: 'Gamer';
font-size: 32px;
line-height: 0;
position: relative;
top: -2px;
}
label#pokemon {
font-family: 'PokemonGB';
position: relative;
top: 3px;
}
noscript {
font-weight: bold;
color: red;
}
.cart-option {
display: inline-block;
width: 280px;
height: 35px;
text-align: center;
border: 1px solid #CCC;
cursor: pointer;
}
.cart-option * { cursor: pointer; }
.cart-option div {
margin-top: 6px;
}
.cart-option label {
vertical-align: middle;
}
.cart-option.selected {
border: 1px solid black;
}