cobra.vern.cc/style.css

119 lines
1.4 KiB
CSS

body {
font-family:'Fira Code';
/* src:url("/woff/FiraCode-Regular.woff") format("woff"); */
margin:10px auto;
max-width:1200px;
line-height:1.5em;
font-size:1.1em;
background-color:#000000;
color:#d0d0d0;
padding:0 10px;
hyphens:auto;
}
header {
padding-top:10px;
padding-bottom:2px;
display:flex;
justify-content:space-between;
align-items:center;
/* font-variant:small-caps; */
overflow:hidden;
background-color:#0000007f;
position:sticky;
top:0px;
width:100%;
}
header + hr {
overflow:hidden;
background-color:#000000;
position:sticky;
top:70px;
width:100%;
}
nav {
display:inline-block;
line-height:1.3;
}
nav li {
display:inline-block no;
margin-right:20px;
}
.navlogo {
width:50px;
height:50px;
}
a {
color:#ff0000;
text-decoration:none;
}
a:hover {
color:#ff0000;
text-decoration:underline;
}
a:visited {
color:#ff0000;
}
a:focus {
outline-co;
}
ul {
list-style:none;
}
ul li::before {
content:">";
color:#0066ff;
font-weight:bold;
display:inline-block;
width:1em;
margin-left:-1em;
}
h1, h2, h3 {
display:inline;
line-height:1.2;
color:#ff0099;
font-size:1.3em;
}
.h:hover a[aria-hidden] {
display:inline;
color:#ff0000;
size:75%;
}
.h a[aria-hidden] {
display:none;
}
pre {
tab-size:4;
}
input[type=submit] {
padding:5px 15px;
background:#0066ff;
border:0 none;
-webkit-border-radius:10px;
border-radius:10px;
}
::selection {
color:#ffffff;
background:#cc00ff;
}
.vern {
color:#ff6c6b;
}