-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcontents.css
More file actions
executable file
·126 lines (123 loc) · 2.59 KB
/
contents.css
File metadata and controls
executable file
·126 lines (123 loc) · 2.59 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
/* Bootstrap styles */
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
float: left;
padding: 15px;
box-sizing: border-box;
-moz-box-sizing: border-box;
}
.col-md-6 {
width: 50%;
}
.col-md-3 {
width: 25%;
}
.col-md-9 {
width: 75%;
}
.col-md-4 {
width: 33.3%;
}
/* Custom styles */
.col-md-6 img,
.col-md-3 img,
.col-md-4 img,
.col-md-9 img {
display: block;
max-width: 100%;
height: auto;
}
.two-col,
.two-col-left,
.two-col-right,
.three-col,
.accordion {
padding: 8px;
margin: 10px auto;
background: #eee;
border-radius: 8px;
border: 1px solid #ddd;
box-shadow: 0 1px 1px #fff inset, 0 -1px 0px #ccc inset;
}
.two-col .col-md-6,
.two-col-left .col-md-3,
.two-col-left .col-md-9,
.two-col-right .col-md-3,
.two-col-right .col-md-9,
.three-col .col-md-4,
.accordion dd .content,
.accordion dd.accordion-navigation>a {
box-shadow: 0 1px 1px #ddd inset;
border: 1px solid #cccccc;
border-radius: 5px;
background: #fff;
min-height: 5em;
}
.two-col .col-md-6,
.two-col-left .col-md-3,
.two-col-left .col-md-9,
.two-col-right .col-md-3,
.two-col-right .col-md-9 {
margin: -3px;
}
.two-col-right .col-sidebar,
.two-col-left .col-sidebar {
padding: 0;
}
.two-col .col-2 {
margin-left: 9px;
}
.three-col .col-1 {
margin-left: -3px;
}
.three-col .col-2 {
margin-left: 3px;
}
.three-col .col-3 {
margin-left: 3px;
margin-right: -3px;
}
.two-col-left .col-md-9{
margin-left: 8px;
}
.two-col-right .col-md-9{
margin-right: 8px;
}
.accordion {
padding-top: 2px;
}
.accordion:before {
content: 'Accordion';
text-transform: uppercase;
padding-bottom: 4px;
font-size: 10px;
color: #888;
}
.accordion dd.accordion-navigation > .content,
.accordion dd > .content {
display: block !important;
}
.accordion dd.accordion-navigation {
margin-bottom: .7em !important;
}
.accordion dd.accordion-navigation>a {
padding: 5px;
background: #ddd;
min-height: 0;
margin-bottom: 1px;
}
.accordion dd.accordion-navigation>a p {
margin: 0;
}