User:Fen/Portals/UserGuides/styles.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 108: | Line 108: | ||
color: #8c1e46; | color: #8c1e46; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | |||
.org-card-body a[href*="Category:"] { | |||
display: inline-block; | |||
background-color: #eef0f2; | |||
border: 1px solid #bbb; | |||
padding: 0.3em 0.6em; | |||
margin: 0.2em; | |||
font-weight: bold; | |||
text-decoration: none; | |||
color: #222; | |||
font-size: 0.8em; | |||
border-radius: 4px; | |||
transition: background-color 0.2s ease; | |||
} | |||
.org-card-body a[href*="Category:"]:hover { | |||
background-color: #d0d5d9; | |||
color: #000; | |||
} | } | ||