Skip to content

Instantly share code, notes, and snippets.

@oskwazir
Last active June 28, 2016 17:45
Show Gist options
  • Save oskwazir/490e5dd4526a34af05ba1f3755d71761 to your computer and use it in GitHub Desktop.
Save oskwazir/490e5dd4526a34af05ba1f3755d71761 to your computer and use it in GitHub Desktop.
Css styles for freebsd docs
html{
font:24px/1.6 "gesta","usual","facit",sans-serif;
}
html body,
h1,h2,h3,h4,h5,h6,
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, h3.author, .corpauthor, div.abstract div.abstract-title, div.toc div.toc-title, div.list-of-figures div.toc-title, div.list-of-tables div.toc-title, div.list-of-examples div.toc-title{
font-family: "gesta","usual","facit",sans-serif;
}
html body{
font-size:24px;
color: #F8F8F2;
background: #595959;
line-height:1.6;
max-width:740px;
}
h1,h2,h3,h4,h5,h6,
h1.title, h2.title, h3.title, h4.title, h5.title, h6.title, h3.author, .corpauthor, div.abstract div.abstract-title, div.toc div.toc-title, div.list-of-figures div.toc-title, div.list-of-tables div.toc-title, div.list-of-examples div.toc-title{
color: #F8F8F2;
font-weight:400;
}
a,a:visited,a:hover,a:focus,a:link{
text-decoration:none;
color: #89BDFF;
text-decoration:none;
}
a[href]:hover{
background:transparent;
}
pre,pre.screen,.userinput, .userinput code {
background: #93a1a1;
}
pre,code,pre.screen,.userinput, .userinput code,
.literal, .command{
font-family:"camingocode",monospace;
font-size:1rem;
}
code{
border-radius:2px;
font-size:1rem;
color:#595959;
background: #93a1a1;
border-radius:4px;
padding:1px 4px;
}
code.filename,
pre.programlisting{
color:#268bd2;
}
dl,li{
line-height:1.5;
}
.important{
border:1px solid #dc322f;
border-left: 12px solid #dc322f;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment