Echo Snippet

Kick 'n'Dirty



CSS 8 DNS 1 SQL 1 ajax 1 apache 3 bash 11 convert 3 crontab 2 css 1 error 1 fail2ban 2 gogs 1 grav 1 htaccess 3 html 13 ip 8 iptables 2 js 6 mail 2 nano 2 netatmo 1 php 42 php4 1 php5 2 php7 1 plex 1 powershell 1 regex 1 rss 3 secu 2 shell 26 ssl 2 stylus 3 tls 1 windows 1 youtube 2

.

[stylus] GOGS

[stylus] GOGS

// Full WIDTH
/*full width*/
 
.ui.container:not(.fluid) {
    width: 90% !important;
}
 
.full.height {
    padding: 0;
    margin: 0 0 -80px 0;
    min-height: 100%;
}

.ui.container {
    width: 1327px;
    margin-left: auto !important;
    margin-right: auto !important;
}



// Dark theme

:root {
  --body-bg: white;
  --body-color: black;
  --anchor-color: red;
  --letter-spacing: 0;
}
@media (prefers-color-scheme: dark) {
    html {
        filter: invert(1) hue-rotate(.5turn);
    }
    img {
        filter: invert(1) hue-rotate(.5turn);
    }
    img:not(:hover) {
        opacity: .7;
        transition: opacity .25s ease-in-out;
    }
    :root {
        --body-bg: #403e3e;
        --body-color: white;
        --anchor-color: salmon;
        --letter-spacing: 0;
    }

}

body:not(.full-width) {
    background-color: var(--body-bg);
     
    letter-spacing: var(--letter-spacing);
}

.ui.menu .ui.dropdown .menu > .item:hover {
    background: rgba(0,0,0,.05) !important;
   /* color: rgba(85, 162, 200, .95) !important;*/
     color: #1e70bf !important;
}
.following.bar .top.menu a.item:hover {
   color: #bf611e !important;
}

.ui.secondary.pointing.menu .active.item:hover {
    border-color: #1b1c1d;
    color: #bf611e !important;
}
.ui.card > .extra a:not(.ui) , .ui.cards > .card > .extra a:not(.ui)  {
    color: #1e70bf;
}
.ui.card > .extra a:not(.ui):hover, .ui.cards > .card > .extra a:not(.ui):hover {
    color: #989da2;
}
.markdown:not(code) pre {
    word-wrap: normal;
    background-color: #cbcbcb; 
}

CSS gogs stylus

git.echosystem.fr

<iframe width="100%" height="1586" src="https://snippet.echosystem.fr?embed=5f0e078848690" type="text/html"></iframe>

Texte seul - Permalink - Snippet public posté le 02/11/2021

Flux RSS de cette page


Echo Snippet 1.84 par Bronco - Page générée en 0.005 s