summaryrefslogtreecommitdiffstats
path: root/tools/openlmitheme/static/openlmi.css
blob: a61c777cca4aa0e24b873962fed89029e4be267f (plain)
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
@import url("default.css");

p.caption {
    font-size: 90%;
    font-style: italic;
}

h1 {
    font-size: 2em;
    line-height: 1;
}

div.sphinxsidebar li li {
    padding: 0.4em 0.1em 0 0;
}

div.body {
    font-size: 1.071em;
}

div.related {
    background-color: #48a9e4;
    background-image: -moz-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    background-image: -ms-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    background-image: -o-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0779bf), color-stop(1, #48a9e4));
    background-image: -webkit-linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    background-image: linear-gradient(top, #0779bf 0%, #48a9e4 100%);
    line-height: 15px;
    padding-bottom: 10px;
}

div.related ul {
    font-weight:bold;
}
body {
    font-size: 87%;
}

img.logo {
    padding: 15px 15px 15px 10px;
}

div.logo {
    float: left;
}

div.header {
    padding-top: 15px;
    margin: 0 0 10px 15px;
}

h1.header {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

div.sphinxsidebarwrapper {
    padding: 15px 20px;
    margin: 15px;
    background-color: #f6f6f2;
    word-wrap: break-word; /* don't overflow with large items like LMI_SoftwareInstallationServiceAffectsElement*/
} 

div.sphinxsidebar ul {
   margin: 10px 0px 10px 0px;
}