cobra.vern.cc/style.css

147 lines
1.6 KiB
CSS

body {
font-family:'Fira Code';
margin:10px auto;
max-width:1200px;
line-height:1.5em;
font-size:0.9em;
background-color:#000000;
color:#d0d0d0;
padding:0 10%;
hyphens:auto;
}
header {
padding-top:10px;
padding-bottom:4px;
display:flex;
justify-content:space-between;
font-size:1.1em;
align-items:center;
overflow:hidden;
background-color:#000000;
top:0px;
width:100%;
}
header + hr {
overflow:hidden;
background-color:#000000;
top:70px;
width:100%;
}
footer img {
display: inline-block;
border-width: 0;
}
nav {
display:flex;
flex-direction:row;
flex-wrap:wrap;
justify-content:flex-end;
gap:1rem;
/* 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;
}
h2 {
font-size;1.2em;
}
h3 {
font-size;1.1em;
}
.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;
}
.constant {
speak:none;
}
.skip-to-content {
opacity:0%;
cursor:default;
}
.skip-to-content:focus {
opacity:100%;
cursor:pointer;
}