芝麻web文件管理V1.00
编辑当前文件:/home/paymbalq/demo.tamela.org/css/custom-styles.css
:root { --primary-color: #292E75; --secondary-color: #D86735; } body { background-color: #fff; color: var(--primary-color); } h1, h2, h3, h4, h5, h6 { color: var(--secondary-color); } a { color: var(--secondary-color); } a:hover, a:active { color: var(--primary-color); } button, .button, input[type="button"], input[type="submit"] { background-color: var(--secondary-color); border-color: var(--secondary-color); color: #fff; } button:hover, .button:hover { background-color: var(--primary-color); border-color: var(--primary-color); } header, footer { background-color: var(--primary-color); color: #fff; } nav a { color: #fff; } nav a:hover { color: var(--secondary-color); } .footer-distributed { background-color: #D3D3D3; box-shadow: 5px -3px 3px 1px rgb(0, 0, 0, 0.2); box-sizing: border-box; width: 100%; z-index: 100; text-align: left; padding: 45px 50px; margin: 0; position: absolute; } .footer-distributed .footer-left p { color: #292E75 !important; font-size: 14px; margin: 0; } /* Footer links */ .footer-distributed p.footer-links { font-size: 18px; font-weight: bold; margin: 0 0 10px; padding: 0; transition: ease .25s; } .footer-distributed p.footer-links a { display: inline-block; line-height: 1.8; text-decoration: none !important; transition: ease .25s; } .footer-distributed .footer-links a:hover { color: #292E75 !important; } .footer-distributed .footer-links a:before { content: "·"; font-size: 20px; left: 0; display: inline-block; padding-right: 5px; } .footer-distributed .footer-links .link-1:before { content: none; } @media (max-width: 600px) { .footer-distributed .footer-left, .footer-distributed .footer-right { text-align: center; } .footer-distributed .footer-left p.footer-links { line-height: 1.8; } } .cd-carousel-header h1, h4, h6 { text-align: left !important; } .cd-info { background-color: transparent !important; background-position: center; height: 150px; background-image: url('../assets/heart-rate.gif'); }