MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Awsome2464 (talk | contribs) No edit summary |
Awsome2464 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/ | @import "/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerTags.css&only=styles"; | ||
@import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap'); | ||
body { | |||
font-family: 'Arial' !important; /* DO UNDER NO CIRCUMSTANCES REMOVE "!important;" */ | |||
color: #FFFFFF; | |||
} | |||
* { | body, h1, h2, h3, h4, h5, h6, a, a:hover { | ||
font-family: 'Fresca' !important; /* DO UNDER NO CIRCUMSTANCES REMOVE "!important;" */ | |||
color: #EF9000; | |||
} | |||
table, table th, table td { | |||
border: 2px solid #FDCE55 !important; /* DO UNDER NO CIRCUMSTANCES REMOVE "!important;" */ | |||
} | |||
/* Add custom border to the entire infobox */ | |||
.portable-infobox { | |||
border: 2px solid #FDCE55; | |||
border-radius: 8px; /* Rounded corners */ | |||
overflow: hidden; /* Ensures no overflow from child elements */ | |||
} | |||
/* Fills out the lines in a group inside of an infobox */ | |||
.pi-smart-group .pi-smart-data-value, .pi-smart-group h3.pi-smart-data-label{ | |||
margin: 0; | |||
} | |||
/* Removes the border from images in a gallery */ | |||
.wikia-gallery-item .thumb .gallery-image-wrapper { | |||
border-style: none; | |||
} | |||
/* color: #473434; Black alternative */ |
Revision as of 13:39, 17 March 2025
@import "/load.php?mode=articles&articles=u:dev:MediaWiki:SpoilerTags.css&only=styles"; @import url('https://fonts.googleapis.com/css2?family=Fresca&display=swap'); body { font-family: 'Arial' !important; /* DO UNDER NO CIRCUMSTANCES REMOVE "!important;" */ color: #FFFFFF; } body, h1, h2, h3, h4, h5, h6, a, a:hover { font-family: 'Fresca' !important; /* DO UNDER NO CIRCUMSTANCES REMOVE "!important;" */ color: #EF9000; } table, table th, table td { border: 2px solid #FDCE55 !important; /* DO UNDER NO CIRCUMSTANCES REMOVE "!important;" */ } /* Add custom border to the entire infobox */ .portable-infobox { border: 2px solid #FDCE55; border-radius: 8px; /* Rounded corners */ overflow: hidden; /* Ensures no overflow from child elements */ } /* Fills out the lines in a group inside of an infobox */ .pi-smart-group .pi-smart-data-value, .pi-smart-group h3.pi-smart-data-label{ margin: 0; } /* Removes the border from images in a gallery */ .wikia-gallery-item .thumb .gallery-image-wrapper { border-style: none; } /* color: #473434; Black alternative */