webseite/assets/scss/rezeptfeed.scss
L3D fd742c7049 redesign website (!1)
Co-authored-by: L3D <l3d@see-base.de>
Reviewed-on: https://backwesen.de/c3woc/webseite/pulls/1
2022-05-18 00:35:37 +02:00

33 lines
630 B
SCSS

/* this custom SCSS stylesheet
is under the MIT license
MIT (C) 2022 by L3D <l3d@c3woc.de>
this stylesheet has the purpose
to make the rezept XML Feed more
attractive and graphically enhance it.
*/
feed:before {
content: "Dies ist der XML-Feed, mit dem man Änderungen der Rezepte beobachten kann.";
padding-top: 10px;
padding-bottom: 20px;
display: block;
padding-left: 0.5em;
font-size: 16pt;
}
id,
updated,
author,
content {
display: none;
}
entry {
display:block;
border: 1px solid gray;
margin:0.5em;
padding:0.5em;
background-color:whitesmoke;
list-style: none;
color: black;
}