MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 134: | Line 134: | ||
padding: 20px; | padding: 20px; | ||
background-color: #f0f0f0; | background-color: #f0f0f0; | ||
display: flex; /* Display children in a row */ | |||
justify-content: center; /* Center children horizontally */ | |||
} | } | ||
Line 141: | Line 143: | ||
color: #0073e6; | color: #0073e6; | ||
} | } | ||
/* Style the individual blessings */ | /* Style the individual blessings */ | ||
Line 150: | Line 153: | ||
height: 100px; | height: 100px; | ||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); | box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); | ||
text-align: center; /* Center the content inside the circle */ | |||
display: flex; /* Display children in a column */ | |||
flex-direction: column; /* Stack name under image */ | |||
justify-content: center; /* Center content vertically */ | |||
} | } | ||
Line 156: | Line 163: | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: bold; | font-weight: bold; | ||
color: #333; | color: #333; | ||
} | } |
Revision as of 12:53, 10 October 2023
/* CSS placed here will be applied to all skins */ .mw-wiki-logo { background-size: 135px auto; } .mw-body { box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15); } #mw-page-base { background-image: url(https://i.imgur.com/LdSoUN9.png) !important; background-color: #FFFFFF00 !important; } #mw-head-base { margin-top: -4.9em } #p-personal { top: 2px; } #p-personal ul { padding-left: 0em; padding-right: 0.5em; padding-top: 0.2em; background-color: rgb(255 255 255 / 53%); border: 2px solid #574D3F; border-radius: 15px; } .vector-search-box-input { border-radius: 13px; } body: { background-color: #f2f2f2; } .mw-body { border: none; } .vector-menu-tabs a { background-image: none; } .vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown .vector-menu-heading { background-image: none; } .vector-menu-tabs-legacy .selected a, .vector-menu-tabs-legacy .selected a:visited { color: #E9DEC7; } .vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited { color: #E9DEC7; } .vector-menu-dropdown .vector-menu-heading { color: #E9DEC7; } .vector-menu-tabs-legacy li { border-top-left-radius: 15px; border-top-right-radius: 15px; box-shadow:inset 0px 0px 0px 2px #574D3F; background-color: #4f3220; background-image: none; line-height: 0.8em; } .vector-menu-tabs-legacy li a { color: #E9DEC7; height: 3em; } .vector-menu-tabs-legacy .selected { background-color: #2C1C12; } .vector-menu-tabs .mw-watchlink.icon a { padding: 3em 0 0 0; } .mw-body { padding: 0.25em 1.5em 1.5em 1.5em } .ve-init-mw-desktopArticleTarget { padding-top: 1em; } .vector-user-menu-legacy li { padding-top: 0em; } img { max-width: 100% !important; height: auto !important; } /* Style the infobox wrapper */ .infobox-wrapper { display: flex; background-color: #f8f8f8; border: 2px solid #ddd; border-radius: 10px; padding: 20px; margin: 10px auto; max-width: 800px; } /* Style the bio info */ .bio-info { flex: 1; text-align: center; padding: 20px; background-color: #f0f0f0; } /* Style the bio info text */ .bio-info p { font-size: 18px; } /* Style the blessings section */ .blessings { flex: 1; text-align: center; padding: 20px; background-color: #f0f0f0; display: flex; /* Display children in a row */ justify-content: center; /* Center children horizontally */ } /* Style the blessings heading */ .blessings h2 { font-size: 24px; color: #0073e6; } /* Style the individual blessings */ .blessing { border-radius: 50%; overflow: hidden; margin: 10px; width: 100px; height: 100px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); text-align: center; /* Center the content inside the circle */ display: flex; /* Display children in a column */ flex-direction: column; /* Stack name under image */ justify-content: center; /* Center content vertically */ } /* Style the character name under each blessing */ .blessing a { text-decoration: none; font-weight: bold; color: #333; } /* Style the infobox content */ .infobox-content { flex: 1; padding: 20px; margin-left: 20px; /* Add margin to separate infobox from other content */ } /* Style the character name in the infobox */ .infobox-content h2 { text-align: center; font-size: 24px; color: #333; } /* Style the character image */ .infobox-content img { display: block; margin: 0 auto; max-width: 100%; } /* Style the character details */ .infobox-content p { font-size: 16px; margin: 10px 0; }