Forked from
Alexandre MEYER / hugo-web-minimal
124 commits behind the upstream repository.
-
Alexandre MEYER authoredAlexandre MEYER authored
main.scss_48b060fe05b0a273d182ef83c0605941.content 4.79 KiB
@charset "UTF-8";html{font-family:times new roman,times,noto serif,serif}body{margin:0;padding:0;background:#fff;color:#454545;font-size:calc(1em + .22vw);box-sizing:border-box;line-height:1.4;min-height:80vh}body ::selection{color:#fff;background:#000}body.dark{background:#1d2021;color:#fff}body.dark ::selection{color:#000;background:#fff}.verbatim{font-family:monospace;font-size:.8rem;padding:3px 5px;border-radius:3px}.title{display:flex;align-items:center;justify-content:space-around}.name{width:80%;flex:1;text-align:left;width:80%}.link,sup a{border-right:0;border-top:0;border-left:0;border-bottom:2px solid;border-style:dotted;text-decoration:none;color:#076678}.content{margin-top:10px;border-top:2px gray solid}.line{margin:0;background:#076678;height:5px;border-radius:4px;width:0%;position:fixed;top:0;z-index:1000}p a,li a{border-right:0;border-top:0;border-left:0;border-bottom:2px solid;border-style:dotted;text-decoration:none;color:#076678}.color-scheme{font-size:15px}.checkbox{opacity:0;position:absolute}.post-header{display:flex;align-items:center}.post-title{margin:5px 0;overflow-wrap:break-word;hyphens:manual;font-family:serif}.post-dets{margin:0 0 5px}.tags{display:flex;flex-wrap:wrap;boder-bottom:2px dotted;align-items:center}.tags h5{margin:6px 5px 6px 0}.tag{background:#e25555;color:#fff;padding:5px;border-radius:5px;text-decoration:none;margin-right:3px}.post-item{margin:10px 0}.well h5,.well h4,.well h3,.well p{margin:5px 0}.well h3{font-family:serif}.label{background-color:#282828;border-radius:50px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:5px;height:10px;width:40px;transform:scale(1.5);margin-top:10px}.label .ball{background-color:#fff;border-radius:50%;position:absolute;top:2px;left:2px;height:16px;width:16px;transform:translateX(0);transition:transform .2s linear}.label svg{height:12px;width:12px;color:#f39c12}.checkbox:checked+.label .ball{transform:translateX(28px)}.fa-moon{color:#f1c40f}.fa-sun{color:#f39c12}.main{display:flex;flex-direction:column;width:50%;margin:auto}.intro{display:flex;flex-direction:column}.intro p{text-align:justify}.intro-quote{font-family:serif;list-style:none;font-style:italic;text-align:center;width:400px}.image{width:200px;border-radius:200px;margin:10px}html.contrast body{color:#050505}small{font-size:calc(.5em + .33vw)}ul li img{height:1em}blockquote{margin-left:0}.nav{margin:20px auto}.nav a{background:#076678;background:linear-gradient(90deg,#076678 0%,#0a8fa8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary-accent-color",endColorstr="#0a8fa8",GradientType=1);padding:10px;color:#fff;text-decoration:none;border-radius:3px;margin:5px}.nav a:hover{background:#fff;padding:8px;color:#076678;text-decoration:none;border:2px solid #076678;animation:blueToWhite .4s linear}.go-back{color:inherit;text-decoration:none;display:flex;margin:auto 10px auto 0}blockquote{background:lightgrey;color:#454545;border-left:5px solid #076678;margin:1.5em 20px;padding:.5em 10px;quotes:"“" "”" "‘" "’"}blockquote p{display:inline;font-style:italic;font-size:calc(.8em + .33vw)}blockquote:before{color:#ccc;font-size:calc(1em + .33vw);line-height:.1em;margin-right:.25em;vertical-align:-.4em}blockquote ul,ul{padding-left:20px}blockquote.dark{background:#282828;color:#fff}.social{display:flex;flex-wrap:wrap;margin:20px 0 0;justify-content:space-between;width:80%}.social a{text-decoration:none;margin:0;color:#076678}.social-link{font-size:30px}#footer{display:flex;flex-direction:column;justify-content:space-around;align-items:center;text-align:center;border-right:0;border-top:2px solid;border-left:0;border-bottom:0;margin:20px auto auto;width:100%}#footer p{width:90%;margin:10px auto}#footer strong{width:90%}#footer .copyleft{margin:10px 0;padding:0;font-size:calc(.5em + .33vw);list-style:none}#footer .copyleft b{display:inline-block;transform:rotate(180deg)}#footer .copyleft li{display:inline-block;margin:0 0 0 .45em;padding:0 0 0 .85em;border-left:solid 1px rgba(255,255,255,.5);line-height:1}#footer .copyleft li:first-child{border-left:0}pre{padding:10px;background-color:#2c2c2c;border-radius:5px;font-family:monospace;font-size:calc(.7em + .13vw);overflow-x:auto}code{background:#2c2c2c;color:#fff}@media screen and (max-width:1024px){html{font-size:1em}.main{width:90%}.tags,.post-title{margin:0}.post-header{flex-wrap:wrap}#footer p,.intro-quote{width:90%}}.back-transition{transition:background .2s linear}.footnote-definition{display:flex;padding:5px 0}.social{width:100%}.footnote-body,.footnote-body p{margin:0;padding:0 10px}ul li p{margin:5px}@keyframes blueToWhite{0%{background:#076678;background:linear-gradient(90deg,#076678 0%,#0a8fa8 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="$primary-accent-color",endColorstr="#0a8fa8",GradientType=1);color:#fff}100%{background:#fff;color:#076678}}