Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
Tag: Reverted
Undo revision 1904 by Zoi (talk)
Tag: Undo
Line 6: Line 6:
.hero-banner {
.hero-banner {
   text-align: center;
   text-align: center;
   margin: 0.2.5em 0; /* FURTHER REDUCED - Reduced top/bottom margin more */
   margin: 0.5em 0; /* FURTHER REDUCED - Reduced top/bottom margin more */
   background-color: #f8f9fa;
   background-color: #f8f9fa;
   padding: 0.1em 0.2.5em; /* FURTHER REDUCED - Reduced top/bottom padding significantly */
   padding: 0.2em 0.5em; /* FURTHER REDUCED - Reduced top/bottom padding significantly */
   border-radius: 8px;
   border-radius: 8px;
   box-shadow: 0 2px 10px rgba(0,0,0,0.05);
   box-shadow: 0 2px 10px rgba(0,0,0,0.05);
Line 27: Line 27:
   font-size: 2em; /* Kept from previous reduction */
   font-size: 2em; /* Kept from previous reduction */
   font-weight: bold;
   font-weight: bold;
   margin-top: 0.1em; /* FURTHER REDUCED - Reduced top margin */
   margin-top: 0.2em; /* FURTHER REDUCED - Reduced top margin */
   margin-bottom: 0; /* FURTHER REDUCED - Removed bottom margin */
   margin-bottom: 0; /* FURTHER REDUCED - Removed bottom margin */
   color: #2c3e50;
   color: #2c3e50;
Line 36: Line 36:
.hero-subtitle {
.hero-subtitle {
   font-size: 1.2em; /* Kept from previous reduction */
   font-size: 1.2em; /* Kept from previous reduction */
   margin-top: 0.05em; /* FURTHER REDUCED - Reduced top margin */
   margin-top: 0.1em; /* FURTHER REDUCED - Reduced top margin */
   color: #34495e;
   color: #34495e;
   font-weight: 300;
   font-weight: 300;
   text-align: center;
   text-align: center;
   margin-bottom: 0.1em; /* FURTHER REDUCED - Kept minimal bottom margin for separation from container end */
   margin-bottom: 0.2em; /* FURTHER REDUCED - Kept minimal bottom margin for separation from container end */
   line-height: 1.3; /* FURTHER REDUCED - Slightly reduce line height if text wraps */
   line-height: 1.3; /* FURTHER REDUCED - Slightly reduce line height if text wraps */
}
}