This commit is contained in:
69
site/introwebdev/universe.css
Normal file
69
site/introwebdev/universe.css
Normal file
@@ -0,0 +1,69 @@
|
||||
body {
|
||||
max-width: 800px;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
background-color: #0A0A30;
|
||||
}
|
||||
|
||||
h1,h2 {
|
||||
color: #EEEEEE;
|
||||
}
|
||||
|
||||
p,li {
|
||||
color: #C0C0C0;
|
||||
}
|
||||
|
||||
a, b {
|
||||
color: white;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: rgb(255, 255, 0);
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
code {
|
||||
font-family: monospace;
|
||||
background-color: #f3f3f3;
|
||||
padding: 2px;
|
||||
border-radius: 3px;
|
||||
color: #444;
|
||||
}
|
||||
|
||||
code.hljs span {
|
||||
font-family: monospace !important;
|
||||
}
|
||||
|
||||
span.under {
|
||||
display: inline-block;
|
||||
width: 20ch;
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
|
||||
span.goal {
|
||||
padding: 3px;
|
||||
padding-right: 25px;
|
||||
background-color: #CC8811;
|
||||
font-weight: bold;
|
||||
border-radius: 10px;
|
||||
color: white;
|
||||
display: inline-block;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
span.goal::before {
|
||||
content: "[goal]";
|
||||
font-family: monospace;
|
||||
font-size: 10px;
|
||||
color: black;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 3px solid grey;
|
||||
padding-left: 2em;
|
||||
margin-left: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user