borg/docs/_themes/local/static/local.css_t

175 lines
2.3 KiB
Plaintext
Raw Normal View History

2013-08-01 11:23:15 +00:00
@import url("basic.css");
@import url(//fonts.googleapis.com/css?family=Black+Ops+One);
2013-08-01 11:23:15 +00:00
body {
font-family: Arial, Helvetica, sans-serif;
background-color: black;
margin: 0;
2013-08-01 11:23:15 +00:00
padding: 0;
position: relative;
2013-08-01 11:23:15 +00:00
}
2013-08-01 11:23:15 +00:00
div.related {
display: none;
background-color: black;
padding: .4em;
width: 800px;
margin: 0 auto;
}
2013-08-01 11:23:15 +00:00
div.related a {
color: white;
text-decoration: none;
}
2013-08-01 11:23:15 +00:00
div.document {
width: 1030px;
2013-08-01 11:23:15 +00:00
margin: 0 auto;
}
div.documentwrapper {
float: right;
width: 760px;
padding: 0 20px 20px 20px;
color: #00aa00;
background-color: #000000;
margin-bottom: 2em;
2013-08-01 11:23:15 +00:00
}
2013-08-01 11:23:15 +00:00
div.sphinxsidebar {
margin-left: 0;
padding-right: 20px;
2013-08-01 11:23:15 +00:00
width: 230px;
background: #081008;
position: absolute;
top: 0;
min-height: 100%;
2013-08-01 11:23:15 +00:00
}
h1, h2, h3 {
font-weight: normal;
color: #33dd33;
2013-08-01 11:23:15 +00:00
}
2013-08-04 20:50:34 +00:00
h1 {
margin: .8em 0 .5em;
font-size: 200%;
2013-08-04 20:50:34 +00:00
}
h2 {
2013-08-04 20:50:34 +00:00
margin: 1.2em 0 .6em;
font-size: 140%;
2013-08-04 20:50:34 +00:00
}
h3 {
margin: 1.2em 0 .6em;
font-size: 110%;
}
2013-08-01 11:23:15 +00:00
ul {
padding-left: 1.2em;
margin-bottom: .3em;
}
2013-08-01 11:23:15 +00:00
ul ul {
font-size: 95%;
}
2013-08-01 11:23:15 +00:00
li {
margin: .1em 0;
}
a:link {
color: #dddd00;
2013-08-01 11:23:15 +00:00
text-decoration: none;
}
a:visited {
color: #990000;
text-decoration: none;
}
2013-08-01 11:23:15 +00:00
a:hover {
color: #dd0000;
border-bottom: 1px dotted #dd0000;
2013-08-01 11:23:15 +00:00
}
div.sphinxsidebar a:link, div.sphinxsidebar a:visited {
border-bottom: 1px dotted #555;
}
div.sphinxsidebar {
color: #00aa00;
background: 0000000;
}
2013-07-31 18:51:01 +00:00
div.sphinxsidebar input {
color: #00cc00;
background: 0000000;
border: 1px solid #444444;
2013-07-31 18:51:01 +00:00
}
2013-08-01 11:23:15 +00:00
pre {
padding: 10px 20px;
background: #101010;
color: #22cc22;
line-height: 1.5em;
border-bottom: 2px solid black;
2013-07-31 18:51:01 +00:00
}
2013-07-31 18:51:01 +00:00
pre a:link,
pre a:visited {
color: #00b0e4;
2013-08-01 11:23:15 +00:00
}
div.sidebarlogo .title {
font-family: 'Black Ops One', cursive;
2013-07-31 18:51:01 +00:00
font-size: 500%;
2013-08-01 11:23:15 +00:00
}
div.sidebarlogo a {
color: #00dd00;
}
2013-08-01 11:23:15 +00:00
div.sidebarlogo .subtitle {
font-style: italic;
color: #777;
2013-07-31 18:51:01 +00:00
}
2013-07-31 18:51:01 +00:00
tt span.pre {
font-size: 110%;
}
2013-07-31 18:51:01 +00:00
dt {
font-size: 95%;
}
2013-08-04 20:50:34 +00:00
div.admonition p.admonition-title + p {
display: inline;
2013-08-04 20:50:34 +00:00
}
div.admonition p {
margin-bottom: 5px;
2013-08-04 20:50:34 +00:00
}
p.admonition-title {
display: inline;
2013-08-04 20:50:34 +00:00
}
p.admonition-title:after {
content: ":";
2013-08-04 20:50:34 +00:00
}
div.note {
background-color: #0f5;
border-bottom: 2px solid #d22;
2013-08-04 20:50:34 +00:00
}
div.seealso {
background-color: #0fe;
border: 1px solid #0f6;
2013-08-04 20:50:34 +00:00
border-radius: .4em;
box-shadow: 2px 2px #dd6;
}