~ci-train-bot/online-accounts-api/online-accounts-api-ubuntu-xenial-landing-033

« back to all changes in this revision

Viewing changes to doc/css/scratch.css

  • Committer: CI Train Bot
  • Author(s): Alberto Mardegan
  • Date: 2015-09-23 12:41:36 UTC
  • mfrom: (8.4.11 update)
  • Revision ID: ci-train-bot@canonical.com-20150923124136-43tthyu1l6lkqq3l
Docs, fixes, library install

- Docs
- Couple of bugfixes
- Package the daemon as a library

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright 2013 Canonical Ltd.
 
3
 *
 
4
 * This program is free software; you can redistribute it and/or modify
 
5
 * it under the terms of the GNU Lesser General Public License as published by
 
6
 * the Free Software Foundation; version 3.
 
7
 *
 
8
 * This program is distributed in the hope that it will be useful,
 
9
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
10
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
11
 * GNU Lesser General Public License for more details.
 
12
 *
 
13
 * You should have received a copy of the GNU Lesser General Public License
 
14
 * along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
15
 */
 
16
 
 
17
body {
 
18
        margin: 0;
 
19
}
 
20
div.toc ul {
 
21
        padding: 0;
 
22
}
 
23
div.toc li {
 
24
        margin-bottom: 3px;
 
25
}
 
26
h1.title {
 
27
        font-size: 36px;
 
28
        line-height: 1.1;
 
29
        font-weight: normal;
 
30
}
 
31
h0, h2 {
 
32
        font-size: 24px;
 
33
        line-height: 1.2;
 
34
        margin: 14px 0;
 
35
        font-weight: normal;
 
36
        display: block;
 
37
}
 
38
a:hover {
 
39
        color: #dd4814;
 
40
        text-decoration: underline;
 
41
        outline: 0;
 
42
}
 
43
table, pre {
 
44
        border-radius: 0;
 
45
        white-space: pre-wrap;
 
46
}
 
47
.annotated td {
 
48
        padding: 0.8em 1em 0.3em;
 
49
}
 
50
.wrapper {
 
51
        width: 940px;
 
52
        margin: 0 auto;
 
53
}
 
54
.main-content {
 
55
        width: 668px;
 
56
        position: relative;
 
57
        left: 270px;
 
58
}
 
59
.title {
 
60
        margin-left: -270px;
 
61
        margin-top: 30px;
 
62
        margin-bottom: 50px;
 
63
}
 
64
.toc {
 
65
        margin-left: -270px;
 
66
        font-size: 100%;
 
67
        margin-bottom: 40px;
 
68
    padding: 0;
 
69
    z-index: 2;
 
70
    position: absolute;
 
71
    top: 100px;
 
72
    width: 250px;
 
73
}
 
74
.breadcrumb {
 
75
        position: relative;
 
76
        left: -270px;
 
77
        top: 30px;
 
78
        width: auto;
 
79
        padding-bottom: 30px;
 
80
        margin-bottom: 30px;
 
81
        float:left;
 
82
}
 
83
.breadcrumb li {
 
84
        float: left;
 
85
        margin-right: 8px;
 
86
}
 
87
.breadcrumb a:link,
 
88
.breadcrumb a:visited {
 
89
        color: #AEA79F;
 
90
}
 
91
.breadcrumb a:after {
 
92
        content: '\0000a0\0000a0 >';
 
93
}
 
94
.title {
 
95
        margin-top: 50px;
 
96
        clear:both;
 
97
}
 
98
.breadcrumb + .toc {
 
99
        top: 170px;
 
100
}
 
101
.breadcrumb p {
 
102
    display: inline;
 
103
}
 
104