Template:MainPageBanner/styles.css: Difference between revisions
Appearance
No edit summary Tag: Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
/* General | /* General styles for sections */ | ||
#mp-topbanner { | |||
background-color: #f4f4f4; | |||
padding: 15px; | |||
border: 1px solid #ccc; | |||
margin-bottom: 10px; | |||
} | } | ||
#mp-welcomecount { | |||
#mp- | |||
text-align: center; | text-align: center; | ||
} | } | ||
#mp-welcome h1 { | #mp-welcome h1 { | ||
font-size: | font-size: 2em; | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
Line 23: | Line 18: | ||
#mp-free { | #mp-free { | ||
font-size: 1.2em; | font-size: 1.2em; | ||
margin-top: | margin-top: 5px; | ||
} | } | ||
#articlecount { | #articlecount { | ||
font-size: 1em; | font-size: 1.1em; | ||
color: # | color: #333; | ||
margin-top: | margin-top: 10px; | ||
} | } | ||
#mp-banner { | #mp-banner { | ||
background-color: # | background-color: #e7f7fc; | ||
padding: 15px; | padding: 15px; | ||
border: 1px solid #8a8a8a; | |||
margin-top: 15px; | margin-top: 15px; | ||
} | } | ||
/* Layout | /* Sections Layout */ | ||
.mp-section { | .mp-section { | ||
width: | width: 45%; | ||
float: left; | float: left; | ||
margin | padding: 10px; | ||
margin: 10px; | |||
} | } | ||
#mp-leftsection { | #mp-leftsection { | ||
background-color: # | background-color: #f9f9f9; | ||
border: 1px solid #ccc; | |||
} | } | ||
#mp-rightsection { | #mp-rightsection { | ||
background-color: # | background-color: #f9f9f9; | ||
border: 1px solid #ccc; | |||
} | } | ||
/* | /* Stats Box */ | ||
#mp-stats { | |||
clear: both; | clear: both; | ||
padding: 15px; | |||
background-color: #e7f7fc; | |||
border: 1px solid #8a8a8a; | |||
margin-top: 20px; | |||
text-align: center; | |||
} | } |
Revision as of 19:44, 2 January 2025
/* General styles for sections */ #mp-topbanner { background-color: #f4f4f4; padding: 15px; border: 1px solid #ccc; margin-bottom: 10px; } #mp-welcomecount { text-align: center; } #mp-welcome h1 { font-size: 2em; font-weight: bold; } #mp-free { font-size: 1.2em; margin-top: 5px; } #articlecount { font-size: 1.1em; color: #333; margin-top: 10px; } #mp-banner { background-color: #e7f7fc; padding: 15px; border: 1px solid #8a8a8a; margin-top: 15px; } /* Sections Layout */ .mp-section { width: 45%; float: left; padding: 10px; margin: 10px; } #mp-leftsection { background-color: #f9f9f9; border: 1px solid #ccc; } #mp-rightsection { background-color: #f9f9f9; border: 1px solid #ccc; } /* Stats Box */ #mp-stats { clear: both; padding: 15px; background-color: #e7f7fc; border: 1px solid #8a8a8a; margin-top: 20px; text-align: center; }