aboutsummaryrefslogtreecommitdiff
path: root/dottydoc/jvm/resources/index.css
blob: 2be323ae709edadf292d5efdd1da472b18a47141 (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
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
main > div.page-content {
    padding: 30px 60px;
}

span.subtitle {
    font-size: 12px;
    line-height: 0 !important;
    padding-top: 32px;
}

div.member {
    min-height: 70px;
}

div.member.member-fullcomment:hover {
    cursor: pointer;
}

ul.packages {
    padding-top: 0 !important;
}

ul.packages > li.package {
    padding-bottom: 0;
    padding-left: 40px;
    font-size: 14px;
}

ul.packages > li.entity {
    padding: 0;
    transition: 0.3s;
    min-height: 36px !important;
    max-height: 36px !important;
}

ul.packages > li.entity.one {
    margin-left: -36px;
}

ul.packages > li.entity.two {
    margin-left: -72px;
}

ul.packages > li.entity:hover {
    background-color: #efefef;
    margin-left: 0px;
}

li.entity > a.entity-button {
    float: left;
    display: inline;
    background-color: green;
    height: 36px;
    width: 36px;
    line-height: 36px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

li.entity > a.entity-name {
    text-decoration: none;
    font-weight: normal;
    color: #757575;
    padding-left: 48px;
    font-size: 14px;
    font-family: "Helvetica","Arial",sans-serif;
    letter-spacing: 0;
}

li.entity > a.entity-button.object {
    background-color: rgb(44, 108, 141);
}

li.entity > a.entity-button.class,
li.entity > a.entity-button.caseclass {
    background-color: rgb(68, 173, 125);
}

li.entity > a.entity-button.trait {
    background-color: rgb(25, 170, 207);
}

li.entity > a.entity-button.shadowed {
    -webkit-box-shadow: inset -2px 0px 5px -3px rgba(0,0,0,0.25);
    -moz-box-shadow: inset -2px 0px 5px -3px rgba(0,0,0,0.25);
    box-shadow: inset -2px 0px 5px -3px rgba(0,0,0,0.25);
}

div.search-container {
    margin: 0 2em 0 40px;
}

a.mdl-navigation__link {
    padding-top: 0.2em !important;
    padding-bottom: 0.2em !important;
}

nav.related {
    padding-top: 0 !important;
}

span#docs-title {
    line-height: normal;
    padding-top: 2em;
}

span.member-name, span.return-value {
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin: 24px 0 16px;
    letter-spacing: .04em;
    line-height: 24px;
}