Extract testimonial styles
This commit is contained in:
parent
0b2a0e2210
commit
f703acaf79
@ -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>
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@import "style.less";
|
||||
@import "elements/figure";
|
||||
@import "pages/testimonial";
|
||||
|
||||
/* fsfe.org pages */
|
||||
|
||||
|
39
look/pages/testimonial.less
Normal file
39
look/pages/testimonial.less
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user