diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 21 |
1 files changed, 20 insertions, 1 deletions
@@ -156,7 +156,7 @@ h2 { | |||
156 | } | 156 | } |
157 | 157 | ||
158 | .footer { | 158 | .footer { |
159 | box-shadow: -3px 0px 3px 6px rgba(50, 50, 50, 0.75); | 159 | box-shadow: 0px 0px 3px 3px rgba(50, 50, 50, 0.75); |
160 | } | 160 | } |
161 | 161 | ||
162 | .two-buttons, | 162 | .two-buttons, |
@@ -179,6 +179,20 @@ h2 { | |||
179 | cursor: pointer; | 179 | cursor: pointer; |
180 | } | 180 | } |
181 | 181 | ||
182 | .button-small { | ||
183 | background-color: white; | ||
184 | color: black; | ||
185 | font-weight: normal; | ||
186 | font-size: 13pt; | ||
187 | display: inline-block; | ||
188 | border-radius: 4px; | ||
189 | padding: 0.1em 0.3em 0.1em 0.3em; | ||
190 | margin: 0 0.4em 1em 0; | ||
191 | cursor: pointer; | ||
192 | transition-duration: 0.2s; | ||
193 | box-shadow: 0px 7px 3px 0px rgba(50, 50, 50, 0.75); | ||
194 | } | ||
195 | |||
182 | .one-button a:link, | 196 | .one-button a:link, |
183 | .one-button a:visited, | 197 | .one-button a:visited, |
184 | .one-button a { | 198 | .one-button a { |
@@ -202,6 +216,11 @@ h2 { | |||
202 | background-color: #E646D3; | 216 | background-color: #E646D3; |
203 | } | 217 | } |
204 | 218 | ||
219 | .button-small:hover { | ||
220 | /* background-color: #F1F2E3; */ | ||
221 | background-color: #D0B66B; | ||
222 | } | ||
223 | |||
205 | .one-button .button-green { | 224 | .one-button .button-green { |
206 | margin-right: auto; | 225 | margin-right: auto; |
207 | margin-left: auto; | 226 | margin-left: auto; |