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
64 lines (54 loc) · 1.05 KB
/
Copy pathtemp.css
File metadata and controls
64 lines (54 loc) · 1.05 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
/*
*
* this css will be integrated into master. for now testing.......
*
*/
.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;
}
/* Make table headings bold, give tables some breathing room */
.content table {
margin-top: 20px;
margin-bottom: 20px;
}
/* Archive butterbar */
#archive-butterbar {
padding-top: 10px;
padding-bottom: 10px;
min-height: 34px;
border: 1px solid #254356;
background-color: #FFE1C0;
color: #254356;
width: 100%;
z-index: 9999;
}
#archive-butterbar.top {
position: relative;
margin-top: 0;
}
/* Archive butterbar when the top nav is fixed */
#archive-butterbar.fixed {
position: fixed;
top: 55px;
}