Main Page.css: Difference between revisions
No edit summary |
No edit summary Tag: Reverted |
||
| Line 190: | Line 190: | ||
.crw-panel-body { | .crw-panel-body { | ||
padding: 16px; | padding: 16px; | ||
} | |||
.crw-panel-body p { | |||
margin: 0; | |||
padding: 0; | |||
} | } | ||
| Line 196: | Line 201: | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
gap: 16px; | gap: 16px; | ||
} | } | ||
| Line 260: | Line 264: | ||
.crw-article-title { | .crw-article-title { | ||
font-size: | font-size: 17px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #004080; | color: #004080; | ||
| Line 278: | Line 282: | ||
.crw-article-desc { | .crw-article-desc { | ||
font-size: | font-size: 14px; | ||
color: #444444; | color: #444444; | ||
line-height: 1.5; | line-height: 1.5; | ||
| Line 593: | Line 597: | ||
html.skin-theme-clientpref-os .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; } | html.skin-theme-clientpref-os .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; } | ||
html.skin-theme-clientpref-os .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; } | html.skin-theme-clientpref-os .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; } | ||
} | } | ||