-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
75 lines (62 loc) · 1.61 KB
/
style.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
@import url('https://fonts.googleapis.com/css?family=Alegreya|Alegreya+Sans|Merriweather|Merriweather+Sans|Nunito|Nunito+Sans|Quattrocento|Quattrocento+Sans|Roboto|Roboto+Mono|Roboto+Slab');
pre.fragment, td, script {
font-family: 'Roboto Mono', monospace;
color: #908568;
font-size: 13pt;
}
pre.fragment {
border: 3px solid #8C9F8C;
border-radius: 15px;
color: #FFF;
background-color: #404040;
padding: 16px;
margin: 4px 8px 4px 2px;
overflow: auto;
word-wrap: break-word;
font-size: 12pt;
line-height: 125%;
font-family: 'Roboto Mono', monospace;
}
body, table, div, p, dl {
font-size: 14pt;
font-family: 'Alegreya', serif;
}
.title, h1, h2, h3, div.tabs, #projectname, #projectbrief, #MSearchField, .SelectItem {
font-family: 'Alegreya Sans', sans-serif;
color: #908568;
}
.tabs, .tabs2, .tabs3, .tablist li, .sm-dox li, .sm-dox {
background-image: none;
background-color: #EBEFF6;
}
.sm-dox a, .sm-dox a:focus, .sm-dox a:hover, .sm-dox a:active {
font-family: 'Alegreya Sans', serif !important;
}
.tablist a:hover, .sm-dox a:hover {
background-image: none;
background-color: #908568;
}
.tablist li.current a, .sm-dox a.current, .sm-dox a.highlighted {
background-image: none;
background-color: #908568;
}
.tablist a, , .sm-dox a {
background-image: none;
}
#titlearea {
border-bottom: 1px solid #908568;
}
div.contents {
box-shadow: 0px 3px 10px #777;
margin-left: auto;
margin-right: auto;
width: 1060px;
background-color: white;
padding: 10px 20px;
}
div.headertitle {
padding: 5px 0px 5px 0px;
text-align: center;
margin-bottom: 8px;
opacity: 1;
}