Skip to content

Instantly share code, notes, and snippets.

@Cybso
Last active February 1, 2024 15:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cybso/f9bf8ca7d2911412e1160d4dc7fcda29 to your computer and use it in GitHub Desktop.
Save Cybso/f9bf8ca7d2911412e1160d4dc7fcda29 to your computer and use it in GitHub Desktop.
Stylebot-CSS für noz.de als Listenanzeige
/**
* Quick-and-dirty CSS-Anweisungen für Stylebot, um das
* neue mehrspaltige Layout der NOZ (noz.de) in eine Listenanzeige
* umzuformen.
*
* Chrome: https://chrome.google.com/webstore/detail/stylebot/
* Firefox: https://addons.mozilla.org/de/firefox/addon/stylebot-web/
*/
.grid {
display: block;
}
.article__teaser {
position: relative;
display: block;
min-height: 120px;
padding-left: 210px;
}
.article__teaser__image {
position: absolute;
left: 0;
top: 0;
width: 200px;
}
.article__teaser__wrapper {
min-height: auto;
width: auto;
}
.grid-cell--d-4,
.grid-cell--d-6
{
max-width: 100%;
}
section[data-nozmhn-lab="Standard Sektion Advertorials"],
.article__teaser--advertorial,
.article--type-advertorial {
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment