Add donation, sponsors and avoid some buttons for contributions (#8)
Also cleaning some config and commented CSS tuning. Reviewed-on: https://code.lafs.eval.latfa.net/tahoe-lafs/web-landing-page/pulls/8 Co-authored-by: Benoit Donneaux <benoit@leastauthority.com> Co-committed-by: Benoit Donneaux <benoit@leastauthority.com>
This commit is contained in:
parent
19c7996472
commit
c28ba1ed17
5 changed files with 35 additions and 57 deletions
|
@ -1,47 +1,20 @@
|
|||
/* ==========================================================================
|
||||
MASTHEAD
|
||||
========================================================================== */
|
||||
/*.masthead {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
overflow: hidden;
|
||||
width: 100vw;
|
||||
height: 70px;
|
||||
background-color: #f3f3f3;
|
||||
}*/
|
||||
/*
|
||||
.page__hero--overlay {
|
||||
background: url(../images/pattern-4.gif) repeat left top;
|
||||
}
|
||||
*/
|
||||
.initial-content {
|
||||
//position: relative;
|
||||
//top: 70px;
|
||||
background: url(../images/pattern-1.png) repeat left top;
|
||||
}
|
||||
/*
|
||||
#about {
|
||||
background: url(../images/pattern-2.gif) repeat left top;
|
||||
|
||||
form {
|
||||
background-color: transparent;
|
||||
padding: 0em;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "homestead_regularregular";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
src: url("../fonts/homestead-regular-webfont.woff") format("woff");
|
||||
td {
|
||||
border-bottom: 10px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6, .archive__item-title, .masthead__inner-wrap {
|
||||
font-family: 'homestead_regularregular', serif;
|
||||
color: #444035;
|
||||
//font-size: 48px;
|
||||
font-weight: 300;
|
||||
text-transform: uppercase;
|
||||
text-shadow: 0px 1px 0px rgba(255,255,255,0.4);
|
||||
.pagination--pager.disabled {
|
||||
background-color: #e9dcbe;
|
||||
}
|
||||
|
||||
.archive__item-excerpt {
|
||||
color: #a9862b;
|
||||
.pagination--pager {
|
||||
background-color: #e9dcbe;
|
||||
}
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue