Extract testimonial styles

This commit is contained in:
Michael Weimann 2019-04-29 19:56:31 +02:00
parent 0b2a0e2210
commit f703acaf79
Signed by: mweimann
GPG Key ID: 34F0524D4DA694A1
3 changed files with 41 additions and 47 deletions

View File

@ -3,61 +3,15 @@
<html>
<head>
<title>Amandine “Cryptie”</title>
<style type="text/css">
h2.clear {
padding-top: 2em;
}
.question {
font-size: 110%;
font-weight: bold;
margin-bottom: 1em;
margin-top: 2em;
}
.answer {
padding-left: 1em;
}
.quote-container {
display: flex;
gap: 1em;
}
.quote-picture {
flex: 0 0 20rem;
height: auto;
max-height: 200px;
}
.icons {
padding: 1em 0 0 0;
float: right;
}
.videocaption {
margin: 0 3em 0 3em;
text-align: center;
font-size: 0.8em;
opacity: 0.7;
}
</style>
</head>
<sidebar promo="none">
<div style="margin: 3em 0 1em 0;">
<a class="big-donate" href="https://my.fsfe.org/support">Become a supporter</a>
</div>
</sidebar>
<body class="bio">
<body class="bio testimonial">
<p id="category"><a href="../testimonials.html">Testimonials</a></p>

View File

@ -1,5 +1,6 @@
@import "style.less";
@import "elements/figure";
@import "pages/testimonial";
/* fsfe.org pages */

View File

@ -0,0 +1,39 @@
.testimonial {
h2.clear {
padding-top: 2em;
}
.question {
font-size: 110%;
font-weight: bold;
margin-bottom: 1em;
margin-top: 2em;
}
.answer {
padding-left: 1em;
}
.quote-container {
display: flex;
gap: 1em;
}
.quote-picture {
flex: 0 0 20rem;
height: auto;
max-height: 200px;
}
.icons {
padding: 1em 0 0 0;
float: right;
}
.videocaption {
margin: 0 3em 0 3em;
text-align: center;
font-size: 0.8em;
opacity: 0.7;
}
}