/** * Alternatives Layout für heise.de * mit Ausnutzung der vollen Seitenbreite. * * Autor: Roland Tapken * Homepage: http://www.blogs.uni-osnabrueck.de/rotapken/2008/08/12/heisede-im-neuen-schmalbild-design/ * * Installation in Opera: * 1. Diese Datei herunterladen und als 'heise.css' speichern * 2. heise.de aufrufen, Rechtsklick auf die Seite und * 'Edit Site Preferences' auswählen * 3. Auf das Tab 'Display' wechseln * 4. Unter 'My style sheet' die heruntergeladene Datei auswählen * 5. 'OK' drücken und fertig */ #container { width: 100% !important; } #container_content { width: 100% !important; position: static !important; } #mitte { position: relative; width: 100% !important; background: none !important; } #mitte #mitte_links { width: auto !important; padding-right: 375px; } #mitte #mitte_rechts { background-color: #eeeeee; width: 375px !important; position: absolute !important; right: 0px; top: 0px; bottom: 0px; } .news_topteaser div p { display: none; } .forum_content { /* Workaround für Problem in den mobil-Foren (thx @ cycore) */ margin-left: 20px; } #bannerzone { display: none; }