MediaWiki:Theme.css: Difference between revisions
MediaWiki interface page
More actions
LightSwitch (talk | contribs) Undo revision 243907 by LightSwitch (talk) |
LightSwitch (talk | contribs) No edit summary |
||
| Line 21: | Line 21: | ||
body { | body { | ||
--theme-link-decoration: none; | --theme-link-decoration: none; | ||
} | |||
.gtw-card-mainpage-row { | |||
display: flex; | |||
gap: 10px; | |||
margin-bottom: 10px; | |||
} | |||
.gtw-card-mainpage { | |||
flex: 1; | |||
background-image: var(--gtw-landscape), var(--gtw-background); | |||
background-position: bottom center; | |||
background-repeat: repeat-x; | |||
border-radius: 10px; | |||
box-shadow: 0 2px 2px rgba(0,0,0,0.5); | |||
color: #FFF; | |||
font-family: Century Gothic, sans-serif; | |||
margin-bottom: 10px; | |||
padding: 25px 40px 80px; | |||
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5); | |||
} | |||
.minor-col { | |||
flex: 2; | |||
} | } | ||
Revision as of 15:57, 28 July 2024
/******************** Theme.css *******************
Description:
This is a stylesheet for wiki theme
*************************************************/
@import url("/MediaWiki:ThemeSwitcher.css?action=raw&ctype=text/css");
@import url("/MediaWiki:CenturyGothic.css?action=raw&ctype=text/css");
*::-webkit-scrollbar {
box-shadow: 0px 0px 2px rgba(0,0,0,0.5) inset;
background: var(--scrollbar-background-color);
}
*::-webkit-scrollbar:vertical{width:8px}
*::-webkit-scrollbar:horizontal{height:8px}
*::-webkit-scrollbar-thumb {
border-radius: 4px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.5), 0px 0px 2px rgba(255,255,255,0.5) inset;
background: var(--scrollbar-thumb-color);
}
body {
--theme-link-decoration: none;
}
.gtw-card-mainpage-row {
display: flex;
gap: 10px;
margin-bottom: 10px;
}
.gtw-card-mainpage {
flex: 1;
background-image: var(--gtw-landscape), var(--gtw-background);
background-position: bottom center;
background-repeat: repeat-x;
border-radius: 10px;
box-shadow: 0 2px 2px rgba(0,0,0,0.5);
color: #FFF;
font-family: Century Gothic, sans-serif;
margin-bottom: 10px;
padding: 25px 40px 80px;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}
.minor-col {
flex: 2;
}
.gtw-card {
background-image: var(--gtw-landscape), var(--gtw-background);
background-position: bottom center;
background-repeat: repeat-x;
border-radius: 10px;
box-shadow: 0 2px 2px rgba(0,0,0,0.5);
color: #FFF;
font-family: Century Gothic, sans-serif;
margin-bottom: 10px;
padding: 25px 40px 80px;
text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.5);
}