-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
60 lines (60 loc) · 1.93 KB
/
style.css
File metadata and controls
60 lines (60 loc) · 1.93 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
#tbhs_items_menu_large {
text-align: center;
}
#tbhs_items_menu_large li {
float: none;
display: inline-block;
}
#tbhs_items_menu_small {
margin-top: 20px;
text-align: center;
}
.tbhs_item_content {
max-height: auto;
width: auto;
overflow: auto;
}
.evo_container__front_page_main_area {
max-height: auto;
width: auto;
overflow: auto;
margin-top: 10px;
}
.evo_container__front_page_secondary_area {
margin-top: 50px;
}
@media (min-width: 768px) {
.evo_widget.widget_core_subcontainer.alternate-left-right .evo_widget.widget_core_content_block .evo_post_images {
width: 40%;
}
.evo_widget.widget_core_subcontainer.alternate-left-right .evo_widget.widget_core_content_block:nth-child( even ) .evo_post_images {
float: left;
margin-right: 1em;
}
.evo_widget.widget_core_subcontainer.alternate-left-right .evo_widget.widget_core_content_block:nth-child( odd ) .evo_post_images {
float: right;
margin-left: 1em;
}
}
@media (min-width: 1785px) {
.evo_widget.widget_core_subcontainer.alternate-left-right .evo_widget.widget_core_content_block .evo_post_images {
position: relative;
width: 60%;
}
.evo_widget.widget_core_subcontainer.alternate-left-right .evo_widget.widget_core_content_block .evo_post__full_text {
position: relative;
width: 125%;
}
.evo_widget.widget_core_subcontainer.alternate-left-right .evo_widget.widget_core_content_block:nth-child( even ) .evo_post_images,
.evo_widget.widget_core_subcontainer.alternate-left-right .evo_widget.widget_core_content_block:nth-child( even ) .evo_post__full_text {
left: -295px;
}
.evo_widget.widget_core_subcontainer.alternate-left-right .evo_widget.widget_core_content_block:nth-child( odd ) .evo_post_images {
left: 295px;
margin-left: -285px;
}
}
.evo_container__front_page_secondary_area .evo_widget.widget_core_subcontainer .evo_widget.widget_core_content_block h2.page-header {
text-align: center;
border: none;
}