forked from cloudify-cosmo/getcloudify.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguide.css
More file actions
117 lines (97 loc) · 1.85 KB
/
Copy pathguide.css
File metadata and controls
117 lines (97 loc) · 1.85 KB
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
/*
* Callouts
*
* Not quite alerts, but custom and helpful notes for folks reading the docs.
* Requires a base and modifier class.
*/
h1[id] {
padding-top: 130px;
margin-top: -115px;
}
h2[id] {
padding-top: 130px;
margin-top: -115px;
}
h3[id] {
padding-top: 130px;
margin-top: -115px;
}
/* Common styles for all types */
.bs-callout {
margin: 20px 0;
padding: 15px 30px 15px 15px;
border-left: 5px solid #eee;
display: inline-block;
}
.bs-callout h4 {
margin-top: 0;
}
.bs-callout p:last-child {
margin-bottom: 0;
}
.bs-callout code,
.bs-callout .highlight {
background-color: #fff;
}
/* Variations */
.bs-callout-success {
background-color: #dff0d8;
border-color: #BAE099;
}
.bs-callout-danger {
background-color: #fcf2f2;
border-color: #dFb5b4;
}
.bs-callout-warning {
background-color: #fefbed;
border-color: #f1e7bc;
}
.bs-callout-info {
background-color: #f0f7fd;
border-color: #d0e3f0;
}
@media (min-width: 768px) {
.bt_wiki-breadcrumb {
position: fixed;
width: 100%;
height: 70px;
margin-bottom:0px;
background-color: white;
}
.bt_wiki-tocrow {
padding-top:70px;
}
.bt_wiki-tocspan {
position:fixed;
}
.bt_wiki-docswrap {
margin-left:28%;
}
}
#st-search-input {
width: 180px;
}
.swiftype-widget .autocomplete ul li p.title em {
background-color: #FFFF00;
font-style: inherit;
color: inherit;
}
.swiftype-widget .autocomplete ul li p.sections em {
background-color: #FFFF00;
font-style: inherit;
color: inherit;
}
.swiftype-widget .autocomplete ul li.active p.title em {
background-color: transparent;
}
.swiftype-widget .autocomplete ul li.active p.sections em {
background-color: transparent;
}
.st-snippet em {
background-color: #FFFF00;
font-style: inherit;
font-color: inherit;
}
.linksPanel {
padding-bottom: 20px;
}