-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
92 lines (71 loc) · 1.73 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
/*
Theme Name: Custom Blog
Theme URI: https://mdbootstrap.com
Description: This is a customized wordpress theme
Version: 4.5.5
Author: Sumeet Sharma
Author URI: https://netmatesolutions.in/itsumeet;
*/
.page-footer {
background-color: #114A7C; }
.blue-gradient {
background: -webkit-linear-gradient(50deg, #45cafc, #303f9f) !important;
background: -o-linear-gradient(50deg, #45cafc, #303f9f) !important;
background: linear-gradient(40deg, #45cafc, #303f9f) !important; }
.card-comments img {
width: 4rem; }
.card-intro {
margin-top: 67px; }
.card-intro .card-body {
-webkit-border-radius: 0 !important;
border-radius: 0 !important; }
.navbar-brand img {
height: 20px; }
.pagination .page-item.active .page-link {
background-color: #09c; }
.card-avatar img {
width: 100px; }
.site-nav ul{
margin: 0;
padding: 0;
}
.site-nav ul:before, .site-nav ul:after{
content: "";
display: table;
}
.site-nav ul:after{
clear: both;
}
.site-nav ul {
*zoom: 1;
}
.site-nav ul li{
list-style-type: none;
float: left;
}
/* Site Header Menu*/
.site-header nav ul li{
margin-right: 5px;
float: left;
}
.site-header nav ul li a:link,
.site-header nav ul li a:visited{
display: block;
padding: 10px 18px;
border-bottom: none;
text-decoration: none;
}
.site-header nav ul li a:hover{
color: #fff;
transition-duration: 0.2s;
}
.site-header nav ul li.current-menu-item a:link,
.site-header nav ul li.current-menu-item a:visited{
color: #fff;
}
@media only screen and (max-width:991px) {
.site-header nav ul li{
float:none;
}
}
/* Footer Menu */