summaryrefslogtreecommitdiffstats
path: root/themes/custom/assets/css/custom.css
blob: 16c1ea273a05c51f7fff6d182b14fead1fdfaa9a (plain) (blame)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
/*!
 * Custom CSS for Icebox
 */

.breadcrumbs + h1 {
    font-size: 31.5px;
}

.breadcrumbs + h1 {
    padding-top: 40px;
}

.breadcrumb {
    margin: 20px 0;
}

img {
    width: auto;
    max-width: none;
}

img#logo {
    height: 50px;
}

.footerbox {
    margin: 15px 0;
}

code, pre {
    color: inherit;
    background-color: inherit;
}

.navbar .nav ul.dropdown-menu {
    margin-top: 0;
}

.navbar .nav li.dropdown:hover ul.dropdown-menu,
.navbar .nav li.dropdown:active ul.dropdown-menu,
.navbar .nav li.dropdown:focus ul.dropdown-menu {
    display: block;
}

.floatbox {
    float: left;
}

.floatbox-left {
    margin-right: 18%;
}

.clear {
    clear: both;
}

/* h1, h2, h3, h4, h5, h6 */
.floatbox .title {
    margin: 10px 0;
    font-family: inherit;
    font-weight: normal;
    line-height: 20px;
    color: #ffffff;
    text-rendering: optimizelegibility;
}

/* h1, h2, h3 */
.entry-content > .floatbox .title,
.sectionbody > .floatbox .title {
    margin-top: -40px;
    padding-top: 60px;
    line-height: 40px;
}

/* h4, h5, h6 */
.sect2 > .floatbox .title,
.sect3 > .floatbox .title,
.sect4 > .floatbox .title {
    margin-top: -50px;
    padding-top: 60px;
}

/* h2 */
.entry-content > .floatbox .title {
    font-size: 31.5px;
}

/* h3 */
.sectionbody > .floatbox .title {
    font-size: 24.5px;
}

/* h4 */
.sect2 > .floatbox .title {
    font-size: 17.5px;
}

@media (max-width: 979px) {
    .navbar .nav > li > .dropdown-menu:before,
    .navbar .nav > li > .dropdown-menu:after {
	display: none;
    }
}

@media (min-width: 980px) {
    .navbar .container {
	width: 95%;
    }
    .navbar .brand {
	margin-left: 0;
    }
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    background-color: #33b5e5;
    background-image: -moz-linear-gradient(top, #33b5e5, #020202);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33b5e5), to(#020202));
    background-image: -webkit-linear-gradient(top, #33b5e5, #020202);
    background-image: -o-linear-gradient(top, #33b5e5, #020202);
    background-image: linear-gradient(to bottom, #33b5e5, #020202);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff33b5e5', endColorstr='#ff020202', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    background-color: #33b5e5;
    background-image: -moz-linear-gradient(top, #33b5e5, #020202);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33b5e5), to(#020202));
    background-image: -webkit-linear-gradient(top, #33b5e5, #020202);
    background-image: -o-linear-gradient(top, #33b5e5, #020202);
    background-image: linear-gradient(to bottom, #33b5e5, #020202);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff33b5e5', endColorstr='#ff020202', GradientType=0);
}

@media (max-width: 979px) {
    .navbar .nav-collapse .nav li > a:hover,
    .navbar .nav-collapse .nav .active > a,
    .navbar .nav-collapse .dropdown-menu a:hover {
	background-color: #33b5e5;
	background-image: -moz-linear-gradient(top, #33b5e5, #020202);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#33b5e5), to(#020202));
	background-image: -webkit-linear-gradient(top, #33b5e5, #020202);
	background-image: -o-linear-gradient(top, #33b5e5, #020202);
	background-image: linear-gradient(to bottom, #33b5e5, #020202);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff33b5e5', endColorstr='#ff020202', GradientType=0);
    }
}