MediaWiki:Common.css: Difference between revisions
Styles for Photos Drive embed and featured gallery |
Styles for Contact Us Google Form embed |
||
| Line 836: | Line 836: | ||
.photos-featured { | .photos-featured { | ||
margin: 0.75em 0 1.25em; | margin: 0.75em 0 1.25em; | ||
} | |||
/* Contact Us: Google Form embed */ | |||
.google-form-embed { | |||
margin: 1em 0 1.5em; | |||
width: 100%; | |||
max-width: 100%; | |||
background: #f8f9fa; | |||
border: 1px solid #c8ccd1; | |||
box-sizing: border-box; | |||
} | |||
.google-form-frame { | |||
display: block; | |||
width: 100%; | |||
height: min(90vh, 1500px); | |||
min-height: 1100px; | |||
border: 0; | |||
background: #fff; | |||
} | |||
.google-form-fallback { | |||
margin: 0.75em 1em; | |||
font-size: 95%; | |||
} | } | ||