MediaWiki:Timeless.css: Difference between revisions
From Astraheim Edda
No edit summary |
No edit summary |
||
| (36 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Timeless skin */ | /* All CSS here will be loaded for users of the Timeless skin */ | ||
#mw-content-container | #mw-content-container | ||
{ | { | ||
min-height: 100vh; | min-height: 100vh; | ||
border-bottom: none !important; | border-bottom: none !important; | ||
} | } | ||
| Line 34: | Line 13: | ||
#mw-content | #mw-content | ||
{ | { | ||
border-radius: 10px; | border-radius: 10px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | |||
#page-tools, #p-logo, .mw-wiki-logo { | |||
margin-top: 0 !important; | |||
} | } | ||
.sidebar-chunk | .sidebar-chunk | ||
{ | { | ||
border-radius: 10px; | border-radius: 10px; | ||
} | } | ||
. | .color-left, .color-middle, .color-right { | ||
background-color: transparent !important; | |||
height: 1px !important; | |||
. | |||
{ | |||
background-color: | |||
} | } | ||
Latest revision as of 17:54, 18 December 2025
/* All CSS here will be loaded for users of the Timeless skin */
#mw-content-container
{
min-height: 100vh;
border-bottom: none !important;
}
#mw-content-block
{
padding-top: 100px;
}
#mw-content
{
border-radius: 10px;
margin-bottom: 20px;
}
#page-tools, #p-logo, .mw-wiki-logo {
margin-top: 0 !important;
}
.sidebar-chunk
{
border-radius: 10px;
}
.color-left, .color-middle, .color-right {
background-color: transparent !important;
height: 1px !important;
}
