forked from aghreed/onio-wp-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
150 lines (129 loc) · 2.07 KB
/
style.css
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
/*
Theme Name: onio-wp-theme
Theme URI: 404
Author: dabedur
Author URI: http://github.com/dabedur
Description: Always a work in progress
Version: 1.0
License URI: 4-free
Tags: onio, nebraska, open, owl
Text Domain: onio
*/
.show-opacity {
opacity:0.8 !important;
}
.background img {
position:absolute;
width:100%;
height: auto;
}
.affixed {
position:fixed;
top: 10px;
width:100%;
}
.menu-container {
position:absolute;
top:50px;
width:100%;
margin:0 auto;
}
.menu {
position:relative;
bottom:5px;
margin:0 auto;
width:60%;
}
.active {
border-top:2px solid #52699b;
}
.nav {
border-top: 2px solid #fff;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
font-family:Verdana;
font-size:24px;
font-variant: small-caps;
padding-top:5px;
}
.item {
display:inline;
}
.nav-item {
display:inline-block;
position:relative;
top:-7px;
padding:10px;
color:white;
cursor:pointer;
}
.nav-item:hover {
color: #52699b;
text-decoration:none;
}
.on-logo {
background-image: url("./img/openne.svg");
background-position: center;
background-repeat:no-repeat;
width:100%;
height:108px;
cursor:pointer;
}
.content-container {
position: relative;
top:350px;
width: 80%;
max-height:600px;
outline: 1px solid #ccc;
opacity: 0;
margin: 0 auto;
background-color: rgb(244,244,244);
-webkit-transition: opacity 1200ms ease-in;
transition: opacity 1200ms ease-in;
}
.content {
text-align:center;
padding-top:20px;
padding-bottom:50px;
overflow: auto;
}
.segment {
font-family: Montserrat;
font-size: 15px;
line-height: 22px;
text-align: left;
padding: 40px 80px 20px 80px;
color: #38545d;
}
.segment-title {
border-bottom: 1px solid #52699b;
font-size: 22px;
text-transform:uppercase;
position:relative;
top:-15px;
}
.segment-title span {
position:relative;
bottom:12px;
left:40px;
}
.segment-content {
padding:2em 1em;
line-height:32px;
}
.accordion {
text-align:center;
}
.panel-body {
border-bottom: 1px solid #52699b;
padding-bottom: 50px;
}
a[data-toggle] {
color:#232d42;
}
a[data-toggle]:hover {
color:#52699b;
text-decoration:none;
}