MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
background-color: # | background-color: #3b2b28; /* Matches tiles on main page */ | ||
border-left: 4px solid #a1724e; | border-left: 4px solid #a1724e; /* Warm highlight */ | ||
color: # | color: #f8f1e7; /* Light beige text */ | ||
padding: 10px; | padding: 10px 15px; | ||
margin: 1em 0; | margin: 1em 0; | ||
border-radius: | border-radius: 8px; | ||
font-size: 0.95em; | font-size: 0.95em; | ||
box-shadow: 0 0 4px rgba(0,0,0,0.2); | |||
} | } | ||
Line 33: | Line 34: | ||
.stub-word { | .stub-word { | ||
color: # | color: #d9a075; /* Soft orange highlight */ | ||
} | } |