@-moz-document url-prefix("https://www.computerbase.de/") { /* ComputerBase URLs beginnen mit Domain https://www.computerbase.de */ /* disable share buttons */ .share-link { display: none !important; } /* centric alignment */ @media (min-width: 720px) { .block1, .header, .subheader, .fullwidth-block {padding: 0px 0px} } @media (min-width: 1120px) { .block1, .header, .subheader, .fullwidth-block {padding: 0px 50px} } @media (min-width: 1424px) { .block1, .header, .subheader, .fullwidth-block {padding: 0px 75px} } /* article headlines */ .article-view__title { font-size: 2.0em; } .article__title, .teaser__title--xl { font-size: 1.5em; } .article__title, .slide__title { font-size: 1.1em; line-height: 1.0em; } .slide__context__title, .slide__title { font-size: 0.85em; line-height: 1.25em; } /* news list */ .ticker li { padding: .125rem 0; } /* text in articles over full width */ .p, .text-ul, .text-ol { font: 1.05em cbsans, sans-serif; color: #342020; text-align: justify; } .text-width { max-width: 55rem; } /* article navigation */ .text-asset { margin: 0 60px; } /* Mouseover */ a { transition: all 0.5s !important; } a:hover{ color: #000055 !important; background-color: #c0c0c0 !important; border-radius: 2.5px !important; } a:active{ background-color: #ffd700 !important; } }