aboutsummaryrefslogtreecommitdiff
path: root/doc/documentation/docstyle.css
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2017-10-25 22:36:10 +0200
committerxrs <xrs@mail36.net>2017-10-25 22:36:10 +0200
commit92b6a83e9ba576ba237d47d780f3b9b10bb26588 (patch)
treebca8f723ca2de2ed76bd3bbe416bf9472a7b96cb /doc/documentation/docstyle.css
parent9356f42f546d61ccfb6a3ec46605c9b83fdc8546 (diff)
parent17e755c71521be9a84f0f3b46d1de6962298f733 (diff)
downloadgnunet-92b6a83e9ba576ba237d47d780f3b9b10bb26588.tar.gz
gnunet-92b6a83e9ba576ba237d47d780f3b9b10bb26588.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
Diffstat (limited to 'doc/documentation/docstyle.css')
-rw-r--r--doc/documentation/docstyle.css76
1 files changed, 76 insertions, 0 deletions
diff --git a/doc/documentation/docstyle.css b/doc/documentation/docstyle.css
new file mode 100644
index 000000000..8719248d0
--- /dev/null
+++ b/doc/documentation/docstyle.css
@@ -0,0 +1,76 @@
1html, body {
2 font-size: 1em;
3 text-align: left;
4 text-decoration: none;
5}
6html { background-color: #e7e7e7; }
7
8body {
9 max-width: 74.92em;
10 margin: 0 auto;
11 padding: .5em 1em 1em 1em;
12 background-color: white;
13 border: .1em solid #c0c0c0;
14}
15
16h1, h2, h3, h4 { color: #333; }
17h5, h6, dt { color: #222; }
18
19
20a h3 {
21 color: #005090;
22}
23
24a[href] { color: #005090; }
25a[href]:visited { color: #100070; }
26a[href]:active, a[href]:hover {
27 color: #100070;
28 text-decoration: none;
29}
30
31.linkrow {
32 margin: 3em 0;
33}
34
35.linkrow {
36 text-align: center;
37}
38
39div.example { padding: .8em 1.2em .4em; }
40pre.example { padding: .8em 1.2em; }
41div.example, pre.example {
42 margin: 1em 0 1em 3% ;
43 -webkit-border-radius: .3em;
44 -moz-border-radius: .3em;
45 border-radius: .3em;
46 border: 1px solid #d4cbb6;
47 background-color: #f2efe4;
48}
49div.example > pre.example {
50 padding: 0 0 .4em;
51 margin: 0;
52 border: none;
53}
54
55
56/* This makes the very long tables of contents in Gnulib and other
57 manuals easier to read. */
58.contents ul, .shortcontents ul { font-weight: bold; }
59.contents ul ul, .shortcontents ul ul { font-weight: normal; }
60.contents ul { list-style: none; }
61
62/* For colored navigation bars (Emacs manual): make the bar extend
63 across the whole width of the page and give it a decent height. */
64.header, .node { margin: 0 -1em; padding: 0 1em; }
65.header p, .node p { line-height: 2em; }
66
67/* For navigation links */
68.node a, .header a { display: inline-block; line-height: 2em; }
69.node a:hover, .header a:hover { background: #f2efe4; }
70
71table.cartouche {
72 border-collapse: collapse;
73 border-color: darkred;
74 border-style: solid;
75 border-width: 3px;
76}