Terminal by ace
Details
Authorace
LicenseGNU AGPLv3
Categoryaorivoid.net
Created
Updated
Size3.4 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Terminal
@namespace aorivoid.net
@version 1
@description Terminal theme
@author ?
==/UserStyle== */
@-moz-document domain("aorivoid.net") {
#nav,
#content {
display: block;
position: initial;
}
body {
margin: 100px 20%;
background: black;
font-family: monospace;
color: white;
}
a {
color: white;
}
pre a {
text-decoration: none;
font-weight: bold;
}
::-webkit-scrollbar {
width: 5px;
height: 5px;
}
::-webkit-scrollbar-track {
background: black;
outline: 1px solid #666;
}
::-webkit-scrollbar-thumb {
background: #aaa;
}
/* NAVBAR */
#nav,
#content {
height: auto;
width: auto;
}
#nav .title {
border: none;
margin: 0;
padding: 20px 0 12px 0;
text-indent: 0;
text-align: center;
font-size: 0pt;
height: auto;
}
#nav .title::after {
content: "aorivoid's website";
font-size: 30pt;
margin: 0;
padding: 0;
}
#content::after {
display: none;
}
#nav img[src="/images/nav.jpg"] {
margin: auto;
display: block;
display: none;
}
#nav ul {
display: block;
text-align: center;
margin: 0;
padding: 0;
font-size: 10pt;
}
#nav ul li {
display: inline;
}
#nav ul li:hover {
text-decoration: none;
}
#nav ul li:not(:last-child)::after {
content: " | ";
color: #aaa;
}
/* CONTENT */
#content {
margin-top: 50px;
}
.entry_header h1::before {
content: ".: "
}
.entry_header h1::after {
content: " :. "
}
.entry_header {
display: block;
}
.entry_header h1 {
border: none;
text-align: center;
margin: 0;
padding: 0;
font-size: 19pt;
text-transform: lowercase;
}
.entry_header h2 {
margin: 10px;
font-size: 14pt;
text-align: center;
}
.entry_content {
margin-top: 50px;
line-height: 27px;
font-size: 10pt;
}
.entry_content h1 {
font-size: 16pt;
}
.entry_content h1::before {
content: "# ";
color: #aaa;
}
.entry_header h2::before {
content: "- ";
}
.entry_header h2::after {
content: " -";
}
.entry_content pre.code {
padding: 5px 10px;
}
/* GUESTBOOK */
form {
width: 450px;
margin: 0 auto;
}
#post td[name] {
border: none;
margin: 0;
padding: 0 5px;
text-align: right;
}
#post input[type="text"],
#post input[type="url"],
#post textarea {
background-color: #000;
outline: 1px solid #aaa;
color: white;
padding: 2px;
height: 100%;
font-family: monospace;
}
.message {
padding: 5px 8px;
}
.msgAuthor {
color: #aaa;
}
.msgContent {
padding: 5px 10px 10px 10px;
line-height: initial;
}
}