Main Page.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 130: | Line 130: | ||
.crw-how-card { | .crw-how-card { | ||
display: | display: block; | ||
width: 100%; | |||
width: | |||
background: #ffffff; | background: #ffffff; | ||
border: 1px solid #d0dce8; | border: 1px solid #d0dce8; | ||
| Line 140: | Line 139: | ||
text-decoration: none !important; | text-decoration: none !important; | ||
color: #222222 !important; | color: #222222 !important; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
font-size: 14px; | font-size: 14px; | ||
} | } | ||
| Line 194: | Line 182: | ||
background: #004080; | background: #004080; | ||
color: #ffffff; | color: #ffffff; | ||
font-size: | font-size: 16px; | ||
font-weight: bold; | font-weight: bold; | ||
padding: | padding: 12px 16px; | ||
letter-spacing: 0. | letter-spacing: 0.02em; | ||
} | } | ||
.crw-panel-body { | .crw-panel-body { | ||
padding: 16px; | padding: 16px; | ||
} | } | ||
| Line 328: | Line 301: | ||
color: #ffffff !important; | color: #ffffff !important; | ||
border-color: #004080; | border-color: #004080; | ||
} | |||
.cat-but-grid { | |||
gap: 8px !important; | |||
margin-bottom: 12px; | |||
} | |||
.cat-but { | |||
display: block; | |||
padding: 10px 14px; | |||
border-radius: 6px; | |||
border: 1px solid #d0dce8 !important; | |||
background: #f0f5fb !important; | |||
color: #004080 !important; | |||
font-size: 14px; | |||
font-weight: bold; | |||
text-decoration: none !important; | |||
line-height: 1.4; | |||
box-sizing: border-box; | |||
} | |||
.cat-but:hover { | |||
background: #004080 !important; | |||
color: #ffffff !important; | |||
border-color: #004080 !important; | |||
} | |||
.cat-but-icon { | |||
font-size: 18px; | |||
margin-right: 8px; | |||
vertical-align: middle; | |||
line-height: 1; | |||
} | |||
.cat-but-label { | |||
vertical-align: middle; | |||
font-size: 14px; | |||
} | } | ||
| Line 473: | Line 483: | ||
html.skin-theme-clientpref-night .crw-cta-bar { background: #002050; } | html.skin-theme-clientpref-night .crw-cta-bar { background: #002050; } | ||
html.skin-theme-clientpref-night .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; } | html.skin-theme-clientpref-night .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; } | ||
html.skin-theme-clientpref-night .cat-but { background: #0d1f35 !important; border-color: #1e3a5f !important; color: #88bbee !important; } | |||
html.skin-theme-clientpref-night .cat-but:hover { background: #004080 !important; color: #ffffff !important; border-color: #004080 !important; } | |||
} | } | ||
| Line 500: | Line 512: | ||
html.skin-theme-clientpref-os .crw-cta-bar { background: #002050; } | html.skin-theme-clientpref-os .crw-cta-bar { background: #002050; } | ||
html.skin-theme-clientpref-os .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; } | html.skin-theme-clientpref-os .crw-btn-primary { background: #b9dcff; color: #002050 !important; border-color: #b9dcff; } | ||
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; } | |||
} | } | ||