MediaWiki
Common.css: Difference between revisions
From Grouse House Wiki
No edit summary |
No edit summary |
||
| Line 47: | Line 47: | ||
text-align: center; | text-align: center; | ||
margin: auto; | margin: auto; | ||
width: 60%; | |||
overflow-x: hidden; | overflow-x: hidden; | ||
} | } | ||
| Line 84: | Line 84: | ||
table.lunar_applicators tr td span a img[src*="base" i] { | table.lunar_applicators tr td span a img[src*="base" i] { | ||
max-width: | max-width: 8vw; | ||
height: auto; | height: auto; | ||
} | } | ||
table.lunar_applicators tr td span a img[src*="markings" i] { | table.lunar_applicators tr td span a img[src*="markings" i] { | ||
max-width: | max-width: 8vw; | ||
height: auto; | height: auto; | ||
} | } | ||
table.lunar_applicators tr td span a img[src*="eyes" i] { | table.lunar_applicators tr td span a img[src*="eyes" i] { | ||
max-width: | max-width: 8vw; | ||
height: auto; | height: auto; | ||
} | } | ||
table.lunar_applicators tr td span a img[src*="claw" i] { | table.lunar_applicators tr td span a img[src*="claw" i] { | ||
max-width: | max-width: 8vw; | ||
height: auto; | height: auto; | ||
} | } | ||
table.lunar_applicators tr td span a img[src*="skin" i] { | table.lunar_applicators tr td span a img[src*="skin" i] { | ||
max-width: | max-width: 8vw; | ||
height: auto; | height: auto; | ||
} | } | ||
table.lunar_applicators tr td span a img[src*="nose" i] { | table.lunar_applicators tr td span a img[src*="nose" i] { | ||
max-width: | max-width: 8vw; | ||
height: auto; | height: auto; | ||
} | } | ||
Revision as of 22:31, 20 January 2024
/*
Desktop: http://grousehouse.wiki/MediaWiki:Vector.css
Mobile: http://grousehouse.wiki/MediaWiki:Minerva.css
*/
table.TB-basic-list {
width: 40%;
background-color: #c3c3c3;
border: 1px solid black;
border-collapse: collapse;
}
table.TB-basic-list th {
background-color: black;
color: white;
padding: 5px;
}
table.TB-basic-list tr {
border-top: 1px solid black;
}
table.TB-basic-list td {
padding: 5px;
}
table.shopkeeper {
width: 50%;
border-collapse: collapse;
margin: auto;
}
table.shopkeeper td {
padding: 10px;
}
table.shopkeeper img {
width: 20vw;
}
table.lunar_applicators {
background-color: #dedede;
border: 1px solid black;
border-collapse: collapse;
text-align: center;
margin: auto;
width: 60%;
overflow-x: hidden;
}
table.lunar_applicators td {
border: 1px solid black;
padding: 10px;
}
table.explore_encounter {
width: 60%;
margin: auto;
background-color: #ededed;
text-align: center;
border-collapse: collapse;
}
table.explore_encounter td {
padding: 10px;
border: 1px solid black;
}
tr.encounter_options td:first-of-type {
background-color: #b4b4b4;
}
tr.encounter_options td {
background-color: #d1d1d1;
}
table.lunar_applicators tr td span a img[src*="lunarapps" i] {
max-width: 60vw;
height: auto;
}
table.lunar_applicators tr td span a img[src*="base" i] {
max-width: 8vw;
height: auto;
}
table.lunar_applicators tr td span a img[src*="markings" i] {
max-width: 8vw;
height: auto;
}
table.lunar_applicators tr td span a img[src*="eyes" i] {
max-width: 8vw;
height: auto;
}
table.lunar_applicators tr td span a img[src*="claw" i] {
max-width: 8vw;
height: auto;
}
table.lunar_applicators tr td span a img[src*="skin" i] {
max-width: 8vw;
height: auto;
}
table.lunar_applicators tr td span a img[src*="nose" i] {
max-width: 8vw;
height: auto;
}
