Remove the published version from git, figure out centering, remove some assets I shouldn't be using
This commit is contained in:
parent
6d0553b648
commit
aaf2c39d16
20 changed files with 57 additions and 222 deletions
|
@ -1,6 +1,6 @@
|
|||
// Sidebar
|
||||
#sidebar {
|
||||
width: 190px;
|
||||
width: 8em;
|
||||
height: 100%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
@ -12,10 +12,9 @@
|
|||
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
font-size: 25px;
|
||||
font-size: 1.6em;
|
||||
|
||||
background-image: url('https://static.vecteezy.com/system/resources/previews/034/886/330/non_2x/black-background-modern-dark-abstract-seamless-texture-vector.jpg');
|
||||
background-attachment: fixed;
|
||||
background-color: #101419;
|
||||
}
|
||||
|
||||
.sb_header {
|
||||
|
|
|
@ -1,39 +1,43 @@
|
|||
// Setup stuff
|
||||
body {
|
||||
* {
|
||||
font-family: 'IBM Plex Mono', monospace;
|
||||
background-attachment: fixed;
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
font-size: 16px;
|
||||
top: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #141414;
|
||||
background-color: #DDE1E9;
|
||||
}
|
||||
|
||||
a {
|
||||
cursor: crosshair;
|
||||
border: 1px solid transparent;
|
||||
outline: 1px solid transparent;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
border: 2px solid transparent;
|
||||
border-image: url("/ants.gif") 1 repeat;
|
||||
outline: 2px solid;
|
||||
}
|
||||
|
||||
#main {
|
||||
position: absolute;
|
||||
top: 50px;
|
||||
right: 20%;
|
||||
left: 250px;
|
||||
padding-bottom: 25px;
|
||||
}
|
||||
|
||||
#main > div {
|
||||
position: relative;
|
||||
width:60%;
|
||||
max-width:50em;
|
||||
margin: auto;
|
||||
width: 100%;
|
||||
min-height: 100%;
|
||||
top: 3em;
|
||||
left: 6.5em;
|
||||
|
||||
background-color: #EFF1F5;
|
||||
}
|
||||
|
||||
li {
|
||||
list-style-type: none;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 20px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue