Template:CategoryHeaderBox/styles.css: Difference between revisions
Appearance
Created page with ".category-header-box { margin: 0; padding: 0; } .category-header-table { width: 100%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); background-color: #e8f4fa; border: none; margin: 0; } .category-header-title { font-size: 200%; padding: 20px; background-color: #4B9CD3; color: white; text-align: center; } .category-header-subtitle { font-size: 120%; padding: 10px; text-align: center; } /*..." |
No edit summary |
||
| Line 25: | Line 25: | ||
padding: 10px; | padding: 10px; | ||
text-align: center; | text-align: center; | ||
} | } | ||
Revision as of 09:27, 24 April 2025
.category-header-box {
margin: 0;
padding: 0;
}
.category-header-table {
width: 100%;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
background-color: #e8f4fa;
border: none;
margin: 0;
}
.category-header-title {
font-size: 200%;
padding: 20px;
background-color: #4B9CD3;
color: white;
text-align: center;
}
.category-header-subtitle {
font-size: 120%;
padding: 10px;
text-align: center;
}