Browse Source

cleaned up filenames

master
rdrew 2 weeks ago
parent
commit
e6e92f40e9
  1. 4
      css/base/base.css
  2. 6
      css/base/fonts.css
  3. 8
      css/components/landing_page.css
  4. BIN
      images/natural_paper.png

4
css/base/base.css

@ -28,8 +28,8 @@ body {
margin: 0;
color: var(--color-text-neutral-medium);
/*background-color: var(--color--gray-100);*/
background-color: #ece8e3;
/*background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='50' height='84' viewBox='0 0 50 84'%3e %3cpath opacity='0.05' fill='%230e6ba6' d='M25,61.7C25,68.5,19.4,74,12.5,74S0,68.5,0,61.7c0-5.7,3.9-9.6,7.4-12.9c2.3-2.2,4.5-4.4,5.1-6.8c0.7,2.4,2.8,4.6,5.1,6.8C21.1,52.2,25,56,25,61.7z M42.6,6.8c-2.3-2.2-4.5-4.4-5.1-6.8c-0.7,2.4-2.9,4.6-5.1,6.8C28.9,10.2,25,14,25,19.7C25,26.5,30.6,32,37.5,32S50,26.5,50,19.7C50,14,46.1,10.2,42.6,6.8z'/%3e%3c/svg%3e");*/
/*background-color: #ece8e3;*/
background-image: url(/images/natural_paper.jpg);
/*background-position: top left; [> LTR <]*/
}

6
css/base/fonts.css

@ -1,14 +1,14 @@
@font-face {
font-family: "Manufacturing Consent";
src: url("../fonts/Manufacturing_Consent/ManufacturingConsent-Regular.woff2") format("woff2");
src: url("../../fonts/Manufacturing_Consent/ManufacturingConsent-Regular.woff2") format("woff2");
font-weight: 400 700;
font-style: normal;
font-display: swap;
}
@font-face {
font-family: "Libre Baskerville";
src: url("../fonts/Libre_Baskerville/LibreBaskerville-VariableFont_wght.woff2") format("woff2");
src: url("../../fonts/Libre_Baskerville/LibreBaskerville-VariableFont_wght.woff2") format("woff2");
font-weight: 400 700;
font-style: normal;
font-display: swap;
@ -16,7 +16,7 @@
@font-face {
font-family: "Libre Baskerville";
src: url("../fonts/Libre_Baskerville/LibreBaskerville-Italic-VariableFont_wght.woff2") format("woff2");
src: url("../../fonts/Libre_Baskerville/LibreBaskerville-Italic-VariableFont_wght.woff2") format("woff2");
font-weight: 400 700;
font-style: italic;
font-display: swap;

8
css/components/landing_page.css

@ -1,9 +1,15 @@
figure.logo--ilivesnews {
background: none;
width: 24em;
/*width: 24em;*/
margin: 0 auto;
height: 300px;
justify-content: space-around;
display: flex;
align-items:center;
h1 {
font-family: var(--font-logo);
font-size: 6em;
}
}
.page-node-type-landing-page #block-views-block-media-display-blocks-source {

BIN
images/natural_paper.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Loading…
Cancel
Save