MediaWiki:Common.css: Difference between revisions
From Ragnarok Plus Wiki
Created page with "→CSS placed here will be applied to all skins: .ragnarok-table td, .ragnarok-table th { border: 1px solid #0f172b; padding: 10px; text-align: left; vertical-align: center; }" |
No edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.ragnarok-table td, .ragnarok-table th { | .ragnarok-table td, .ragnarok-table th { | ||
border: 1px | border: 1px | ||
border-color: #0f172b | |||
padding: 10px; | padding: 10px; | ||
text-align: left; | text-align: left; | ||
vertical-align: center; | vertical-align: center; | ||
} | } | ||
Revision as of 11:28, 25 September 2025
/* CSS placed here will be applied to all skins */
.ragnarok-table td, .ragnarok-table th {
border: 1px
border-color: #0f172b
padding: 10px;
text-align: left;
vertical-align: center;
}
