-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
84 lines (77 loc) · 1.61 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
.videobox {
border: 2px solid #05365b;
background-color: #d3e5f2;
margin: 3px; padding: 3px;
height: 240px;
}
.page-template-past_sessions-php h3.sponsor span{
text-transform: capitalize;
}
footer .row h2,footer .row h3{
color:#ffffff;
}
footer .row h2{
font-size:37px;
}
.sessions.list .session-inner a{
text-transform:capitalize;
}
.schedule ul li:first-child ul{
min-width: 229px;
}
body .sessions.list .session .speaker .name>span{
display: inline-block;
width:201px; padding-top:15px;max-width: inherit;
}
.container ul#content_list{
padding-left:0px;
}
.container ul#content_list li{
background:url('http://conveyux.com/wp-content/uploads/right_arrow1.png') 0px 0px no-repeat;
list-style-type: none;
padding-left: 24px;
background-size: 10px 16px;
margin-bottom: 14px;
line-height: 17px;
}
#home_box_link,#home_box_link:hover{
color:#ffffff; text-decoration:none;
}
.comments-area{
display:none;
}
@media only screen and (min-width:767px) and (max-width: 991px) {
body .sponser_box{
width:50%;
}
}
@media only screen and (max-width:767px){
body .sponser_box{
width:97%;
margin:10px 5px; min-height:145px;
}
}
@media only screen and (max-width: 500px) {
.hide_text{
display:none;
}
.landing h1 > span{
height:auto !important;
}
.home .landing h1 > span{
color:#ffffff !important;
}
.home .landing, .landing .bg{
height: inherit;
min-height: 455px;
}
.speakers .speaker .speaker-inner{
height:340px !important;
}
.landing .lead.text-fit{
color:#ffffff !important;
}
.container .row{
margin:0px !important;
}
}