1. Liebe Forumsgemeinde,

    aufgrund der Bestimmungen, die sich aus der DSGVO ergeben, müssten umfangreiche Anpassungen am Forum vorgenommen werden, die sich für uns nicht wirtschaftlich abbilden lassen. Daher haben wir uns entschlossen, das Forum in seiner aktuellen Form zu archivieren und online bereit zu stellen, jedoch keine Neuanmeldungen oder neuen Kommentare mehr zuzulassen. So ist sichergestellt, dass das gesammelte Wissen nicht verloren geht, und wir die Seite dennoch DSGVO-konform zur Verfügung stellen können.
    Dies wird in den nächsten Tagen umgesetzt.

    Ich danke allen, die sich in den letzten Jahren für Hilfesuchende und auch für das Forum selbst engagiert haben. Ich bin weiterhin für euch erreichbar unter tti(bei)pcwelt.de.
    Dismiss Notice

Entfernen des PCW-Headers/der Navigationsleiste

Discussion in 'Ihre Meinung zum Internetauftritt der PC-WELT' started by dnalor1968, Nov 10, 2014.

Thread Status:
Not open for further replies.
  1. dnalor1968

    dnalor1968 Ganzes Gigabyte

    Mich nervt hier im Forum der schwarze Balken (ganz oben), wenn man versehentlich mit der Maus drüberkommt.
    Gibt's da Abhilfe?
     
  2. Feuerfux

    Feuerfux Moderator

    Der alte Code aus Mylins WMDFS-Skript zum Entfernen des Headers funktioniert noch.
     
  3. dnalor1968

    dnalor1968 Ganzes Gigabyte

    Und wie muss man da vorgehen?
     
  4. Feuerfux

    Feuerfux Moderator

    https://userstyles.org/styles/26093/pc-welt-forum-volle-breite
    Im FF lässt sich das mit den Addons Stylish und auch Greasemonkey installieren (und bei Bedarf um nicht mehr funktionierenden Code kürzen). Ist seit dem letzten Forenupdate leider nicht mehr so schön in voller Breite, aber zumindest noch ohne den lästigen Header.
     
  5. dnalor1968

    dnalor1968 Ganzes Gigabyte

  6. Mylin

    Mylin Viertel Gigabyte

    Hallo ihr Forumsa,

    der PC ist selten an, über das Forum schaue ich nur noch gelegentlich mobil mal drüber, das userstyles.og Passwort ist iwie futsch.
    Aber nach dem letzten Forenabdät hatte ich lokal etwas rumgespiell, wer mag kann ja weiter basteln. Hier mal der Code von beiden Styles:

    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    
    @-moz-document url-prefix(http://www.pcwelt.de/forum/){
    
    
    
    #beitrags_id, .usercpimage
    {display: none !important;}
    .blockbody
    {font-size: 11px !important;}
    a, strong, .smallfont, #posts .page div, .thead, .tcat, .alt1, .alt2, .panel, label, legend, input, .button, .description, .body_wrapper em,
    .userstats, select, .blockbody, .usertitle, .userinfo_extra, .popupbody
    {font-family: verdana !important; font-weight: lighter !important; font-size: 1em !important;  }
    .threadbit .alt, .menuimage, .toolsmenu .popupctrl
    {background: none !important;}
    .cst_submit
    {padding-bottom: 4px !important;}
    .toolsmenu .popupmenu
    {display: inline-block !important; padding: 0px 4px !important; margin: -2px 0 -2px 0 !important; background: url("http://www.pcwelt.de/forum/images/topline_separator.png") no-repeat scroll transparent !important;}
    .userinfo_extra .userstats
    {float: right !important; width: 200px !important;}
    .cst_item a, .firstunread
    {background: none !important;}
    .cst_item a:hover, .toolsmenu .popupctrl:hover, .firstunread:hover
    {text-decoration: underline !important; color: white !important;}
    label input, .button
    {margin-right: 4px !important; margin-left: 4px !important; width: auto !important;}
    label input
    {vertical-align: bottom !important;}
    .sgicon
    {max-width: 100% !important; max-height: 100% !important;}
    #membersblock li
    {width: auto !important; padding: 0px !important; margin: 20px !important;}
    .memberinfo 
    {margin: 2px -25px  !important; text-align: center !important;}
    .postbit.postbit-lite
    {border: 1px solid !important; padding: 6px !important; margin: 6px 0 !important;}
    .postbitfoot
    {margin: 6px 0 !important;}
    
    
    }
    
    

    volle Breite:

    Code:
    @namespace url(http://www.w3.org/1999/xhtml);
    
    @-moz-document url-prefix(http://www.pcwelt.de/forum/){
    
    img[width="1"][height="1"], #spacer_leadfull, #header, .tfoot[width="100%"], table[width="210"], #block_right_advertising, #fullsize_advertising, .overview_google, ins, #highjack_spacer, #sky, .ad.leadfull,
    .mpu, .hiddenAdDiv, .nointelliTXT, #collapseobj_similarthreads, #collapseobj_forumrules, .smallfont td.thead, 
    thead td.tc, center, #footer, #qrform, #qr­_scroll, .tborder[width="180"], thead .tcat[colspan="5"], #posts iframe, #tag_list_cell, 
    #page > DIV:nth-child(2) > DIV:nth-child(3) > DIV > DIV > TABLE:nth-child(3),
    #page > DIV:nth-child(2) > DIV:nth-child(3) > DIV > DIV > TABLE > THEAD,
    #page > DIV:nth-child(2) > DIV:nth-child(3) > DIV > DIV > TABLE:nth-child(5),
    #displaymodes, img[alt="Direkt antworten"], #aw0,
    .social_group.tborder.panelsurround,
    .social_group_message .fixed_width_avatare
    {display: none !important;}
    
    body
    {background-color: #fff !important;}
    #page, .cst_header, .cst_body, .body_wrapper
    {width: auto !important; top: 0px !important; margin: 0px !important; padding: 5px !important;}
    .vbcontent
    {margin-left: -150px !important;
      margin-right: -150px !important;}
    #userprof_content_container
    {margin-left: 280px !important;}
    
    
    
    
    }
    
    liebe Grüsse :wink:
     
  7. deoroller

    deoroller Wandelndes Forum

    @Mylin, auf dich ist Verlass. :spitze:
     
  8. Feuerfux

    Feuerfux Moderator

    Sehr schön, Danke. :spitze:

    userstyles.org scheint keine Passwortreset-Funktion zu haben, das ist natürlich ärgerlich.
     
  9. Kiton

    Kiton Halbes Gigabyte

    Vielen Dank, funktioniert gut :cool:.
     
  10. Feuerfux

    Feuerfux Moderator

    :schieb:

    Ein eigener Thread ist inzwischen der Übersicht doch etwas dienlicher.
     
Thread Status:
Not open for further replies.

Share This Page