Ankündigung

Einklappen
Keine Ankündigung bisher.

PHP.net CSS für gedimmte Atmosphäre

Einklappen

Neue Werbung 2019

Einklappen
X
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • PHP.net CSS für gedimmte Atmosphäre

    Da ich gern Abends auf den Bildschirm glotze und fast alle meine Einstellungen im Darkmodus laufen, hab ich mal schnell paar CSS-Einstellungen zusammengefuscht. Wer talentierter und geduldiger ist, kann sich das gern noch mehr verbessern. Mir reicht es aber erstmal aus.

    HTML-Code:
    #layout-content {
        background: #F2F2F250;
        color: #ddd;
    }
    
    .docs .classsynopsis, .refsect1 .fieldsynopsis, .refsect1 .dc-description, .docs .sect1 .dc-description {
        background: #000a;
        border-color: #d9d9d9;
    }
    
    select, input{
        background-color: rgb(128, 128, 128);
    }
    
    .refsect1 blockquote.note {
        margin-left: 0;
        background: #444;
        border-color: #e5e6e9;
    }
    
    .doctable tbody tr:nth-child(odd), .segmentedlist tbody tr:nth-child(odd) {
        background-color: #000;
    }
    
    .doctable tbody tr:nth-child(even), .segmentedlist tbody tr:nth-child(even) {
        background-color: #222;
    }
    
    #flash-message .error, div.warning {
        background: #8008;
    }
    
    
    #flash-message .info, div.tip {
        background: #D9E6F2;
        border-color: #B3CCE6;
        border-bottom-color: #9FBFDF;
    }
    
    #flash-message .info, div.tip {
        background: #acf5;
    }
    
    .refsect1 .example-contents > [class$="code"], .refsect1 .example-contents.screen {
        background-color: #000a;
    }
    
    #usernotes .note .text, .example-contents > [class$="code"], .example-contents.screen, .informalexample .literallayout {
        background-color: #000;
    }
    
    .phpcode span.html {
        color: #795;
    }
    
    div.phpcode span.default {
        color: #79c;
    }
    
    .phpcode span.comment {
        color: #999;
    }
    
    div.phpcode span.string {
        color: #f86;
    }
    
    div.phpcode span.keyword {
        color: #ad4;
    }
    
    .doctable th, .segmentedlist th {
        background-color: #666;
    }
    
    div.caution {
        background: #fc04;
        border-color: #e2e2d1;
    }
    
    .content-box pre {
        background: #fff3;
    
    }
    
    
    #layout-content a:link, #layout-content a:visited {
        color: #09f;
    }
    
    section.version time.releasedate {
        color: #8c8;
    }
    
    .tt-suggestion.tt-is-under-cursor {
        background-color: #337;
    }
    
    .tt-suggestion {
        background: #779;
    }
    
    .tt-suggestions {
        color: #000b;
    }
    
    .tt-dropdown-menu .result-heading {
        background-color: #003;
    }
    
    .navbar {
        border-color: #000;
        background: #556;
    }
    
    .home .newsentry .newstitle a:after {
        content: "\20 \00bb";
        color: #000;
    }
    
    .methodname b, .methodname strong, .methodname a, .classsynopsis .classname, .parameter {
        color: #ed0;
    }
    
    .title a, .title {
        color: #805;
    }
    
    .initializer, .initializer code {
        color: #a58;
    }


    Nachtrag:

    PHP.NET nicht .de

    War wohl gestern Abend schon zu müde
    bitcoin.de <- Meine Freelancerwährung

  • #2
    Ich glaube mal wo gesehen zu haben, das man bei vb das sogar auswählbar machen kann, also zB ein helles und gedimmtes Theme mit einem "Switcher" direkt als User für sich umzustellen.

    hoefti kannst du da bei Gelegenheit mal kurz schauen, vielleicht geht da was unkompliziert.

    MOD: Verschoben von Scriptbörse
    The string "()()" is not palindrom but the String "())(" is.

    Debugging: Finde DEINE Fehler selbst! | Gegen Probleme beim E-Mail-Versand | Sicheres Passwort-Hashing | Includes niemals ohne __DIR__
    PHP.de Wissenssammlung | Kein Support per PN

    Kommentar


    • #3
      Habs korrigiert. War für php.net nicht für de
      bitcoin.de <- Meine Freelancerwährung

      Kommentar


      • #4
        Ah, ok auch gut

        MOD: Verschoben von Board Support
        The string "()()" is not palindrom but the String "())(" is.

        Debugging: Finde DEINE Fehler selbst! | Gegen Probleme beim E-Mail-Versand | Sicheres Passwort-Hashing | Includes niemals ohne __DIR__
        PHP.de Wissenssammlung | Kein Support per PN

        Kommentar

        Lädt...
        X