This repository has been archived by the owner on May 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php?ag_custom_var=css.css
157 lines (117 loc) · 3.61 KB
/
index.php?ag_custom_var=css.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
151
152
153
154
155
156
157
@charset "utf-8";
/* CSS Document */
/***************Top Margin *******************/
.nav { padding-top:50px;
}
.logo h1,
.logo h2 { padding-top:50px;
}
.sf-menu a {
padding-bottom:32px;
}
/*******************BG Image*******************/
.sitecontainer {
background-repeat:repeat;
background-position:center top;
}
.wmuSlider {
height:350px !important;
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
.wmuSlider {
height:277px !important;
}
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.wmuSlider {
height:229px !important;
}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
.wmuSlider {
height:164px !important;
}
}
/****************Button Colors***********************/
.button:hover, a.button:hover, a.more-link:hover, #footer .button:hover, #footer a.button:hover, #footer a.more-link:hover, .cancel-reply p a:hover {
background:#555555!important;
color:#fff;
}
.button, a.button, a.more-link, #footer .button, #footer a.button, #footer a.more-link, .cancel-reply p a {
background:#212121;
color:#fff;
}
/****************Link Colors***********************/
p a, a {
color:#212121;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, p a:hover,
#footer h1 a:hover, #footer h2 a:hover, #footer h3 a:hover, #footer h3 a:hover, #footer h4 a:hover, #footer h5 a:hover, a:hover, #footer a:hover, .blogpost h2 a:hover, .blogpost .smalldetails a:hover {
color:#555555;
}
/****************Selection Colors***********************/
::-moz-selection {
background:#555555; color:#fff;
}
::selection {
background:#555555; color:#fff;
}
::selection {
background:#555555; color:#fff;
}
.recent-project:hover {
border-color:#555555 !important;
}
/***************Typographic User Values *********************************/
h1, h2, h1 a, h2 a, .blogpost h2 a, h3, .ag_projects_widget h3, h3 a, .aj_projects_widget h3 a {
font-family:"Merriweather", arial, sans-serif;}
h5, h5 a, .widget h3, .widget h2, .widget h4 {
font-family:"Merriweather", arial, sans-serif;;}
h4, h4 a, .footer .note h4, .footer h4.subheadline, .newspost h4 {
font-family:"Merriweather", arial, sans-serif;;}
body, input, p, ul, ol, .button, .ui-tabs-vertical .ui-tabs-nav li a span.text,
.footer p, .footer ul, .footer ol, .footer.button, .credits p,
.credits ul, .credits ol, .credits.button, .footer textarea, .footer input, .testimonial p,
.contactsubmit label, .contactsubmit input[type=text], .contactsubmit textarea {
font-family:"Open Sans", arial, sans-serif;}
.portfolioitem.darkbg {
background:#000 url('wp-content/themes/aware/images/zoom.png') 95% 95% no-repeat;
}
.container .three.columns.nopadding {
width: 188px;
padding: 0;
margin: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.container .three.columns.nopadding {
width: 148px; margin:2px;
}
}
@media only screen and (max-width: 767px) {
.container .three.columns.nopadding {
width: 146px;
margin:2px;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container .three.columns.nopadding {
width: 204px;
margin:2px;
margin-bottom: 6px;
}
.slideshowcontainer {
margin-left:8px;
}
.slideshowcontainer .container {
width:428px;
}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
ul.filter li {
width: 137px;
}
}