forked from docker/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp.css
More file actions
129 lines (110 loc) · 2.09 KB
/
Copy pathtemp.css
File metadata and controls
129 lines (110 loc) · 2.09 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/*
*
* this css will be integrated into master. for now testing.......
*
*/
.toc-nav
{
padding-bottom: 50px !important;
}
.alert-info {
border: 0;
border-radius: 0;
color: #31708f;
background-color: #3F51B5!important;
border-color: #bce8f1;
text-align: center;
color: #fff;
margin-bottom: 0;
}
.alert-info ul {
list-style-type: none;
}
.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #fffdfd;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2;
margin: 10px 15px 0 0;
}
/*
*
* toc **********************************************************
*
*/
div#side-toc-title {
font-weight: bold;
margin: 0 0 10px 13px;
}
.offcanvas a:focus, .toc-nav a:hover {
color: opacity: .8;
}
/*
*
* MOBILE VIEWS
*
*/
/*
*
* override google results.....
*
*/
a.gs-title {
color: #2089C4!important;
text-decoration: none;
}
.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
color: #82949E!important;
}
.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
font-size: 14px!important;
}
img.with-border {
border: 1px solid #eaeaea;
}
.cse input.gsc-search-button:focus,
input.gsc-search-button:focus {
box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5);
-webkit-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5);
-moz-box-shadow:inset 0 0 0 1px rgba(255,255,255,0.5);
}
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
width: 13px;
height: 13px;
padding: 6px 27px;
min-width: 13px;
margin-top: 2px;
}
/* Make table headings bold, give tables some breathing room */
th, td.th {
font-weight: bold;
}
.content table {
margin-top: 20px;
margin-bottom: 20px;
}
/* Without this, if the CTA button is used right before a header,
the header is on the same line */
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
/* This needs some space at the bottom */
.button.outline-btn {
margin-bottom: 20px;
}
/* Clearfix of floated elements within p tags */
p:after {
content: "";
clear: both;
display: table;
}