aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/tutorial/style.inc
blob: 5be539d6df325846aed148852f8a144491795185 (plain) (blame)
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
# Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
  <style type="text/css">

    body {
        margin: 3em;
    }

    body, p, div, div, span, dl, li, pre {
        font-size: 16px;
        line-height: 22px;
    }

    header h1 {
        font-size: 54px;
        line-height: 1;
    }

    section {
        padding-top: 60px;
    }

    ol.linenums {
        padding-left: 20px;
    }

    pre, pre * {
        font-size: 14px !important;
    }

    li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8, li.L9
    {
        color: #bbb;
        list-style-type: decimal;
    }

    h2 {
        padding-top: 20px;
        padding-bottom: 10px;
    }
    
    pre.output {
        border: 1px solid #888;
    }

    code {
        color: #444;
        border: 0;
        background-color: transparent;
    }

  </style>