« MediaWiki:Common.css » : différence entre les versions
Aller à la navigation
Aller à la recherche
Aucun résumé des modifications |
Aucun résumé des modifications |
||
Ligne 29 : | Ligne 29 : | ||
.testimonial-quote p { | .testimonial-quote p { | ||
margin-left: | margin-left: 65px; | ||
} | } | ||
.testimonial-quote blockquote { | .testimonial-quote blockquote { |
Version du 7 octobre 2020 à 19:20
.testimonial-quote { font-size: 1em; display:flex; background: #EEE; border-radius: 15px; } .testimonial-quote blockquote { /* Negate theme styles */ border: 0; margin: 0; padding: 0; background: none; color: gray; font-family: Georgia, serif; font-size: 1.25em; font-style: italic; line-height: 1.4 !important; margin: 0; position: relative; text-shadow: 0 1px white; z-index: 600; } .testimonial-quote blockquote * { box-sizing: border-box; } .testimonial-quote p { margin-left: 65px; } .testimonial-quote blockquote { color: #75808a; line-height: 1.4 !important; } .testimonial-quote blockquote:first-child:before { content: '\201C'; color: #81bedb; font-size: 7.5em; font-weight: 700; opacity: .3; position: absolute; top: -.4em; left: -.2em; text-shadow: none; z-index: -300; } .testimonial-quote cite { color: gray; display: block; font-size: .8em; } .testimonial-quote cite span { color: #5e5e5e; font-size: 1em; font-style: normal; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; text-shadow: 0 1px white; } .testimonial-quote { position: relative; } .testimonial-quote.right .quote-container { padding-left: 0; padding-right: 160px; } .testimonial-quote.right cite { text-align: right; } .prelike { font-family: monospace,monospace; font-size: 87.5%; line-height: 1.3; background: #f8f9fa; } /** * Styling for links generated by [[MediaWiki:Edittools]] in WikimediaUI inspired theme. * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling * @updated 2020-03-17 */ .mw-charinsert-buttons { margin-top: 8px; border: 1px solid #c8ccd1; padding: 2px 4px 4px; font-size: 1.1em; text-align: center; } .mw-charinsert-buttons a { background-color: #f8f9fa !important; color: #202122; border: thin #36c outset; padding: 0 1px 2px; font-size: 0.9em; font-weight: bold; text-decoration: none; } .mw-charinsert-buttons a:hover { background-color: #fff; color: #404244; } .mw-charinsert-buttons a:active { background-color: #c8ccd1; border-style: inset; } .client-js .mw-edittools-section { display: inline; } .client-js .mw-edittools-section input[type="button"] { background-color: #f8f9fa; color: #202122; margin-left: 1px; border-radius: 2px; padding: 1px 6px; font-size: .9em; /* Apply pointer cursor to all interactive elements. */ cursor: pointer; } .client-js .mw-edittools-section input[type="button"]:hover { background-color: #fff; color: #404244; } .client-js .mw-edittools-section input[type="button"]:active { background-color: #c8ccd1; color: #000; } /* END WIKIPEDIA STYLING BOX */