MediaWiki
Common.css: Difference between revisions
From Grouse House Wiki
No edit summary |
No edit summary |
||
Line 25: | Line 25: | ||
table.TB-basic-list td { | table.TB-basic-list td { | ||
padding: 5px; | padding: 5px; | ||
} | |||
table.shopkeeper { | |||
width: 50%; | |||
border-collapse: collapse; | |||
} | |||
table.shopkeeper td { | |||
padding: 10px; | |||
} | } |
Revision as of 19:24, 19 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; } table.shopkeeper td { padding: 10px; }