File: faq.css

package info (click to toggle)
midori 0.5.11-ds1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,456 kB
  • ctags: 3,445
  • sloc: ansic: 43,079; sh: 684; sql: 163; python: 126; makefile: 32
file content (149 lines) | stat: -rw-r--r-- 2,904 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
/*
:Author: Christian Dywan
:Contact: christian@twotoasts.de
:Copyright: This file is licensed under the terms of the expat license, see the file EXPAT.

Stylesheet for Midori's documentation based on a version of Enrico Troeger.
*/

@media screen {

    html, body {
        width: 100% !important;
        height: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    * {
        background: #f6fff3 !important;
        color: #404040 !important;
        font-size: 14pt !important;
        font-family: serif !important;
        text-align: justify !important;
        line-height: 1.4em !important;
        word-spacing: 0.4mm !important;
        letter-spacing: 0.2mm !important;
        -webkit-column-count: auto !important;
        -webkit-column-width: auto !important;
        -webkit-box-shadow: none !important;
        width: auto !important;
        word-wrap: break-word !important;
    }

    div, p {
        padding: 5pt !important;
    }

    li {
        padding-left: 5pt !important;
    }

    img, *[accesskey], form *, form, iframe,
    *[id^=navigation], *[id$=navigation], *[id*=navigation], .collapsed, .expanded {
        display: none !important
    }

    /* FIXME: we want "images bigger than 50px here" */
    img[width] {
        display: inline !important
    }

    :link, :link * {
        color: #013100 !important;
        text-decoration: underline !important;
    }

    :visited, :visited * {
        color: #7E558E !important;
        text-decoration: underline !important;
    }

    a:hover {
        text-decoration: none !important;
    }

    h1, h2, h3 {
        font-family: serif !important;
        color: #002a00 !important;
    }

    h1 {
        border-top: 1px dotted;
        margin-top: 2em;
    }

    h1.title {
        text-align: left }

    h2 {
        margin-top: 30px;
    }

    h2.subtitle {
        text-align: left }

    h3 {
        padding-left: 3px;
    }

    blockquote, pre {
        border: 1px solid;
        padding: 0.4em;
    }

    blockquote {
        font-family: sans-serif;
        background-color: #DBEDD5;
        border: 1px dotted;
        border-left: 4px solid;
        border-color: #9FD98C;
    }

    pre {
        background-color: #deefd4;
        border: 1px dotted;
        border-left: 4px solid;
        border-color: #9acb7d;
    }

    tt, pre, code {
        color: #002a00;
    }

    table {
        border: 1px solid #9acb7f;
    }

    th {
        border: none;
        background-color: #9acb7d;
    }

    tr:nth-child(even) {
        background-color: #d3eac6;
    }

    td {
        border: none;
    }

    .docinfo-name {
        color: #002a00;
    }

    p.admonition-title {
        color: #990000;
        font-weight: bold;
    }

    div.note {
        margin: 1em 3em;
        padding: 0em;
    }

    dt {
        font-style: italic;
    }

}