2009scape-website/services/m=data/css/style.css

101 lines
1.2 KiB
CSS
Raw Normal View History

2022-09-27 08:40:41 +02:00
body {
2022-01-08 22:27:11 +01:00
margin: 10px !important;
}
2022-09-27 08:40:41 +02:00
2022-01-08 22:27:11 +01:00
.stage {
display: flex;
justify-content: center;
align-items: center;
position: relative;
padding: 2rem 0;
margin: 0 -5%;
overflow: hidden;
2022-09-27 08:40:41 +02:00
}
2022-01-08 22:27:11 +01:00
.quantity {
font-size:12px;
margin: 0;
}
.charm-spacer {
height:10px;
text-align:center;
border: none;
}
2022-09-27 08:40:41 +02:00
.stat-data {
2022-01-08 22:27:11 +01:00
background-color: #605443;
color: white;
text-align: center;
}
2022-09-27 08:40:41 +02:00
td {
2022-01-08 22:27:11 +01:00
border: 1px solid #94866d;
background-color: #e2dbc8;
padding: 10px !important;
text-align: center;
}
2022-09-27 08:40:41 +02:00
2022-01-08 22:27:11 +01:00
table {
border-collapse: collapse;
}
2022-09-27 08:40:41 +02:00
tbody {
2022-01-08 22:27:11 +01:00
margin: auto;
width: 100%;
display: table;
}
2022-09-27 08:40:41 +02:00
.debug-hide {
2022-01-08 22:27:11 +01:00
display: none;
}
2022-09-27 08:40:41 +02:00
.debug-show {
2022-01-08 22:27:11 +01:00
display: block;
}
2022-09-27 08:40:41 +02:00
.debug-show p {
2022-01-08 22:27:11 +01:00
display: block;
max-width: 75%;
overflow-x: auto;
}
2022-09-27 08:40:41 +02:00
.always {
2022-01-08 22:27:11 +01:00
background-color: #AFEEEE;
}
2022-09-27 08:40:41 +02:00
.common {
2022-01-08 22:27:11 +01:00
background-color: #56E156;
}
2022-09-27 08:40:41 +02:00
.uncommon {
2022-01-08 22:27:11 +01:00
background-color: #FFED4C;
}
2022-09-27 08:40:41 +02:00
.rare {
2022-01-08 22:27:11 +01:00
background-color: #FF863C;
}
2022-09-27 08:40:41 +02:00
.veryrare {
2022-01-08 22:27:11 +01:00
background-color: #FF6262;
}
2022-09-27 08:40:41 +02:00
.hover-link img {
2022-01-08 22:27:11 +01:00
margin-top: 0px !important;
padding-left: 10px;
display: "inline";
}
2022-09-27 08:40:41 +02:00
#app {
padding: 40px;
}
.npcIds {
display: block;
max-width: 75%;
overflow-x: auto;
}
.centered {
text-align: center;
}