You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
130 lines
1.9 KiB
130 lines
1.9 KiB
6 years ago
|
@font-face{
|
||
|
font-family: 'unifont';
|
||
|
src:url('fonts/unifont-11.0.03.ttf');
|
||
|
}
|
||
|
|
||
|
body{
|
||
|
/*background-color: rgba(220,220,220,0.6);*/
|
||
|
margin:20px;
|
||
|
font-size: 16px;
|
||
|
line-height: 22px;
|
||
|
overflow-x: hidden;
|
||
|
}
|
||
|
h1, h2, h3{
|
||
|
font-size: 100%;
|
||
|
margin:2em 0 1em 0;
|
||
|
}
|
||
|
hr{
|
||
|
border:0;
|
||
|
border-bottom:1px dashed black;
|
||
|
clear: both;
|
||
|
margin:2em 0;
|
||
|
}
|
||
|
a, a:active, a:hover{
|
||
|
color:black;
|
||
|
text-decoration: none;
|
||
|
border-bottom:1px dotted;
|
||
|
padding:0;
|
||
|
margin:0;
|
||
|
}
|
||
|
|
||
|
|
||
|
#nav-wrapper{
|
||
|
z-index: -1;
|
||
|
}
|
||
|
#nav{
|
||
|
display: inline-block;
|
||
|
}
|
||
|
#logo{
|
||
|
margin:0 30px 30px 0;
|
||
|
font-family: monospace,;
|
||
|
font-size: 16px;
|
||
|
line-height: 1.1;
|
||
|
font-weight: normal;
|
||
|
}
|
||
|
#logo a{
|
||
|
border:0;
|
||
|
}
|
||
|
#search{
|
||
|
width: 400px;
|
||
|
position: relative;
|
||
|
margin:0 20px 80px 0;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
#search input#query{
|
||
|
width: 100%;
|
||
|
height: 30px;
|
||
|
padding:0px 10px;
|
||
|
border:1px solid rgba(190,190,190,1);
|
||
|
}
|
||
|
#search #submit{
|
||
|
position: absolute;
|
||
|
width: 26px;
|
||
|
height: 26px;
|
||
|
right: -12px;
|
||
|
top:5px;
|
||
|
border:0;
|
||
|
border-radius: 100%;
|
||
|
background-color:transparent;
|
||
|
text-align: center;
|
||
|
}
|
||
|
#search #submit:hover{
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
#txt-list{
|
||
|
position: fixed;
|
||
|
width:250px;
|
||
|
right: 0px;
|
||
|
top:-7px;
|
||
|
margin:20px;
|
||
|
font-size: 16px;
|
||
|
line-height: 1.2;
|
||
|
z-index: 3;
|
||
|
}
|
||
|
#txt-list ul{
|
||
|
margin:0;
|
||
|
padding:0;
|
||
|
}
|
||
|
#txt-list ul li{
|
||
|
margin:0;
|
||
|
padding:0 0 10px 0;
|
||
|
text-indent: -45px;
|
||
|
list-style: none;
|
||
|
word-break: break-all;
|
||
|
}
|
||
|
a.contrast{
|
||
|
border: 0;
|
||
|
}
|
||
|
#suggestions{
|
||
|
position: fixed;
|
||
|
width: 250px;
|
||
|
right: 300px;
|
||
|
top:12px;
|
||
|
z-index: 2;
|
||
|
}
|
||
|
|
||
|
#wrapper{
|
||
|
z-index: 1;
|
||
|
width: calc(100% - 650px);
|
||
|
margin:1em 0 2em 0;
|
||
|
}
|
||
|
|
||
|
#results{
|
||
|
max-width: 800px;
|
||
|
}
|
||
|
#results h2{
|
||
|
}
|
||
|
#results .line{
|
||
|
margin:0.5em 0 1em;
|
||
|
}
|
||
|
#results strong.query{
|
||
|
width: 100%;
|
||
|
height: 12em;
|
||
|
padding: 2em 6em 2em 6em;
|
||
|
margin:-9.7em -6em -10.5em -6em;
|
||
|
}
|
||
|
|
||
|
#analytics{
|
||
|
margin:2em 0;
|
||
|
}
|