-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkp-public.css
109 lines (108 loc) · 2.11 KB
/
kp-public.css
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
/* This file resides in the /templates/params/args.css directory. */
.nested0,
.p {
margin-top: 0.5em;
}
.sectiontitle {
color: #000;
font-size: 1.3em;
font-weight: 700;
margin-bottom: 0.1em;
margin-top: 1em;
}
/* This is a term link */
.\-.topic\/term.term {
text-decoration: none;
font-weight: normal;
}
/* This is all other links */
.\-.topic\/xref.xref {
text-decoration: underline;
}
.topictitle1 {
font-size: 1.7em;
font-weight: 400;
margin-bottom: .5em;
}
.wh_content_area {
font-size: 1.3em;
line-height: 1.6em;
}
.wh_footer {
background-color: #d6d7d9;
padding: 0.5em 0em;
color: #212121;
text-align: center;
align-items: center;
font-size: 1.2em;
}
.wh_main_page_toc a {
font-size: 1.2em;
color: #02bfe7;
}
.wh_main_page_toc .wh_toc_shortdesc {
color: #ffffff;
background-color: transparent;
font-weight: normal;
font-size: 1.1em;
}
.wh_main_page .wh_content_area {
background-color: #112e51;
padding: 1em 0 0.5em 0;
color: #205493;
text-align: center;
align-items: center;
}
.wh_publication_title {
font-size: 1.3em;
}
.wh_publication_title > a {
padding: 0;
color: #205493;
font-weight: bold;
line-height: 1em;
font-size: 2em;
font-family: 'Merriweather', sans-serif;
}
.wh_publication_title a {
display: inline-block;
margin: 1em 0;
}
.wh_related_links .related-links a,
.wh_topic_content .related-links a,
.wh_child_links a {
color: #0071bc;
font-weight: normal;
text-decoration: underline;
font-size: 1.0em;
}
.wh_search_textfield {
padding-right: 3em;
}
.wh_search_textfield {
height: 1.5em;
font-size: 1.5em;
}
.wh_search_button {
height: 1.5em;
font-size: 1.5em;
padding: 0 1.0em;
}
.wh_search_button {
border-radius: 0 6px 6px 0;
background-color: #0071bc;
color: #ffffff;
}
.wh_search_input {
padding: 1em 0;
margin: 0;
align-items: center;
color: #112e51;
background-color: #ffffff;
text-align: center;
}
.wh_topic_content a {
text-decoration: none;
color: #0071bc;
font-weight: normal;
}