annotate doc/help/admin/_static/extra-style.css @ 1331:8897c90b8166

(issue108) Remove generate_cppcheck and cppcheck target This did not work correctly. It is better just to manually execute cppcheck on the files as it gives you more control over the options.
author Andre Heinecke <andre.heinecke@intevation.de>
date Wed, 15 Oct 2014 13:24:59 +0200
parents 4a329513ee86
children
rev   line source
903
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
1 .figure img {
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
2 border: 1px solid lightgrey;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
3 margin-bottom: 10px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
4 padding: 4px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
5 }
1238
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
6 img {
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
7 vertical-align: top;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
8 }
903
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
9 .figure .caption {
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
10 margin-top: 0px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
11 margin-bottom: 20px;
b5a49960d5cb Added first draft of manuals for TrustBridge and TrustBridge Admin (using Sphinx).
Emanuel Schuetze <emanuel@intevation.de>
parents:
diff changeset
12 }
1238
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
13 tt {
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
14 font-size: 1.1em;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
15 background-color: transparent;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
16 }
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
17 #pageheader img {
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
18 float: left;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
19 margin-right: 10px;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
20 }
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
21 #pageheader h1 {
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
22 margin: 5px;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
23 padding: 15px;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
24 }
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
25 #breadcrumbs {
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
26 display: none;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
27 }
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
28 .related.top #rellinks {
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
29 margin-top: -25px;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
30 }
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
31 #pagefooter {
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
32 padding-bottom: 0 !important;
4a329513ee86 (help) Share _template directory with client and admin help.
Emanuel Schuetze <emanuel@intevation.de>
parents: 1184
diff changeset
33 }

http://wald.intevation.org/projects/trustbridge/