105 lines
1.8 KiB
CSS
105 lines
1.8 KiB
CSS
/*
|
|
* Copyright 2013 Canonical Ltd.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
* the Free Software Foundation; version 3.
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
body {
|
|
margin: 0;
|
|
}
|
|
div.toc ul {
|
|
padding: 0;
|
|
}
|
|
div.toc li {
|
|
margin-bottom: 3px;
|
|
}
|
|
h1.title {
|
|
font-size: 36px;
|
|
line-height: 1.1;
|
|
font-weight: normal;
|
|
}
|
|
h0, h2 {
|
|
font-size: 24px;
|
|
line-height: 1.2;
|
|
margin: 14px 0;
|
|
font-weight: normal;
|
|
display: block;
|
|
}
|
|
a:hover {
|
|
color: #dd4814;
|
|
text-decoration: underline;
|
|
outline: 0;
|
|
}
|
|
table, pre {
|
|
border-radius: 0;
|
|
white-space: pre-wrap;
|
|
}
|
|
.annotated td {
|
|
padding: 0.8em 1em 0.3em;
|
|
}
|
|
.wrapper {
|
|
width: 940px;
|
|
margin: 0 auto;
|
|
}
|
|
.main-content {
|
|
width: 668px;
|
|
position: relative;
|
|
left: 270px;
|
|
}
|
|
.title {
|
|
margin-left: -270px;
|
|
margin-top: 30px;
|
|
margin-bottom: 50px;
|
|
}
|
|
.toc {
|
|
margin-left: -270px;
|
|
font-size: 100%;
|
|
margin-bottom: 40px;
|
|
padding: 0;
|
|
z-index: 2;
|
|
position: absolute;
|
|
top: 100px;
|
|
width: 250px;
|
|
}
|
|
.breadcrumb {
|
|
position: relative;
|
|
left: -270px;
|
|
top: 30px;
|
|
width: auto;
|
|
padding-bottom: 30px;
|
|
margin-bottom: 30px;
|
|
float:left;
|
|
}
|
|
.breadcrumb li {
|
|
float: left;
|
|
margin-right: 8px;
|
|
}
|
|
.breadcrumb a:link,
|
|
.breadcrumb a:visited {
|
|
color: #AEA79F;
|
|
}
|
|
.breadcrumb a:after {
|
|
content: '\0000a0\0000a0 >';
|
|
}
|
|
.title {
|
|
margin-top: 50px;
|
|
clear:both;
|
|
}
|
|
.breadcrumb + .toc {
|
|
top: 170px;
|
|
}
|
|
.breadcrumb p {
|
|
display: inline;
|
|
}
|
|
|