-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
145 lines (126 loc) · 2.68 KB
/
style.css
File metadata and controls
145 lines (126 loc) · 2.68 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
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
/*
Theme Name: Fotos Under Construction
Theme URI: http://WPMthemes.com/
Author: WPMthemes
Author URI: http://WPMthemes.com/
Description: Fotos WEBsite under construction Responsive Wordpress Theme with Email subcription form
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: fotos-under-construction
Domain Path: /languages/
Tags:
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Fotos Under Construction is based on Underscores http://underscores.me/, (C) 2012-2013 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/
/* Homepage styling */
.logo a h1 {
color:#FFFFFF;
font-family:arial;
font-size:7em;
font-weight:700;
letter-spacing:-5px;
}
/* General */
body {
color:#748081;
font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
font-size:14px;
line-height:22px;
}
p {
padding-bottom: 10px;
}
strong, b {
font-weight: bold;
}
li {
line-height:24px;
}
ul {
list-style-type: circle;
margin-left: 16px;
}
.page h1, h2, h3, h4 {
line-height:48px;
}
.page h1, h2, h3, h4, h5, h6 {
color:inherit;
font-family:inherit;
font-weight:normal;
line-height:24px;
margin:0;
text-rendering:optimizeLegibility;
}
.page h3 {
color:#00599D;
font-size:18px !important;
font-weight:500;
line-height:24px;
}
#header {
margin:35px;
}
.page-template-full-width img {
width: auto;
padding:10px;
}
.alignright {
float: right;
}
.page-template-full-width #content {
background: #fff none repeat scroll 0 0;
margin: 0 0 30px;
min-height: 500px;
padding: 4% 20%;
}
.page-template-full-width h1 {
text-align: center;
font-size: 3em;
clear:both;
color: #fff;
}
/* Contact form 7 styling */
.wpcf7 {
width: 60%;
padding:0 195px !important;
}
div.wpcf7-mail-sent-ok {
border:2px solid #FFFFFF;
color:#FFFFFF;
}
input[type="email"] {
-webkit-appearance:none;
background:#FFFFFF;
border:none;
color:#D9D9D9;
font-family:"Open Sans", sans-serif;
font-size:20px;
font-weight:600;
margin:0;
outline:none;
padding:23px;
width:60%;
}
input[type="submit"] {
-webkit-appearance:none;
background:#FA9E27;
border:none;
border-radius:0;
color:#FFFFFF;
cursor:pointer;
font-family:"Open Sans", sans-serif;
font-size:20px;
font-weight:600;
margin:0;
outline:none;
padding:23px;
right:0;
transition:all 0.3s;
width:30%;
}