-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrecipes-style.css
145 lines (126 loc) · 2.35 KB
/
recipes-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
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
header{
background-color: #061f3a;
}
.fa {
padding: 25px;
font-size: 90px;
width: 70px;
float: right;
text-decoration: none;
border-radius: 20%;
color: #ccb89a;
position: static;
}
.logo img {
vertical-align: middle;
border: 0;
position: relative;
margin: 2px 0 0 0;
width: 450px;
}
.nav-menu ul {
list-style-type: none;
margin-bottom: 10px;
padding: 0;
overflow: hidden;
background-color: #061f3a;
display: inline-block;
}
.nav-menu li {
float: left;
}
.nav-menu li a {
text-decoration: none;
display: inline-block;
padding: 10px 20px;
background-color: #061f3a;
color: #f0b5a8;
font-size: 15px;
border-radius: 0;
border: 0;
border-bottom: solid #99e9ff 3px;
border-top: solid #99e9ff 3px;
margin: 0 10px;
font-weight: bold;
}
/* Change the link color to #111 (black) on hover */
.nav-menu li a:hover {
background-color: #111;
}
.nav-menu{
text-align: center;
}
h1 {
text-align: center;
color: #aba11d;
font-family: 'Pacifico', cursive;
}
img.align-center {
display:block;
margin: 0px auto;
border-radius:100px;
border: #061f3a 6px solid;
padding:0px;
}
img.medium {
width:250px;
height:250px;
}
/*heading and ingredients list*/
.intro {
text-align: center;
}
.ingredients {
list-style-type: none;
text-align: center;
}
#logo {
color: #061f3a;
font-size: 50px;
text-align: center;
display: inline-block;
margin: 10px;
padding:20px;
}
.ol {
width:250px;
}
li {
margin:10px;
}
/*Search box*/
input[type=text] {
display: block;
height: 42px;
font-size: 20px;
line-height: 42px;
border-top-left-radius: 30px;
border-bottom-left-radius: 30px;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
}
/* When the input field gets focus, change its width to 100% */
input[type=text] {
width: 100%;
align-content: center;
}
#edit-submit-recipes-landing-block{
margin-top: 10px;
margin-bottom: 30px;
}
/*Title of Search Box*/
.block-title {
text-align: center;
font-weight: bold;
color: #aba11d;
margin-top: 30px;
font-family: 'Pacifico', 'Berkshire Swash', 'Cookie', sans-serif;
font-size: 30px;
}
/*Search button*/
.views-exposed-widget {
text-align: center;
}
footer {
background-color: #061f3a;
}