Removed elephant throwing paper airplane image from header background; added rfp, fp, p classes for paragraphs; modified left elephant scale in body class; modified a bit image class and added imagel class

This commit is contained in:
pezcurrel 2023-08-22 13:09:47 +02:00
parent 6788d73800
commit a121d251d4

View file

@ -37,7 +37,7 @@ body {
background-repeat: no-repeat; background-repeat: no-repeat;
background-attachment: fixed; background-attachment: fixed;
background-position: bottom left, bottom right, top left; background-position: bottom left, bottom right, top left;
background-size: 27%, 30%, auto; background-size: 29%, 30%, auto;
color: black; color: black;
/* font-family: Roboto-slab, serif;*/ /* font-family: Roboto-slab, serif;*/
font-family: Titillium, sans; font-family: Titillium, sans;
@ -65,7 +65,7 @@ h4, h5, h6 {
section, #header { section, #header {
background-color: rgba(255,255,255,0.92); background-color: rgba(255,255,255,0.92);
padding: 20pt; padding: 20pt;
padding-bottom: 2pt; /*padding-bottom: 2pt;*/
padding-top: 2pt; padding-top: 2pt;
margin-bottom: 20pt; margin-bottom: 20pt;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
@ -73,10 +73,10 @@ section, #header {
} }
#header { #header {
color: white; color: white;
background-image: url('../imgs/elephant_throwing_cs_logo.png'), linear-gradient(rgba(117,175,227,1), rgba(182,213,240,1)); background-image: /*url('../imgs/elephant_throwing_cs_logo.png'), */linear-gradient(rgba(117,175,227,1), rgba(182,213,240,1));
background-repeat: no-repeat; /*background-repeat: no-repeat;
background-position: bottom left; background-position: bottom left;*/
background-size: 200px, 500pt; background-size: /*200px, */500pt;
padding-bottom: 10px; padding-bottom: 10px;
padding-top: 10px; padding-top: 10px;
} }
@ -89,6 +89,16 @@ section, #header {
padding: 1px; padding: 1px;
border-radius: 9pt; border-radius: 9pt;
} }
.rfp, .fp, .p {
padding: 0;
margin: 0.75em 0 0 0;
}
.rfp {
margin: 0;
}
.p {
text-indent: 1em;
}
ul { ul {
padding-left: 15pt; padding-left: 15pt;
} }
@ -217,13 +227,16 @@ a:active {
font-variant: normal; font-variant: normal;
font-weight: normal; font-weight: normal;
} }
.image { .image, .imagel {
display: block; display: block;
margin-left: auto;
margin-right: auto;
max-width: 100%; max-width: 100%;
/* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/ /* box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);*/
border-radius: 9pt; border-radius: 9pt;
padding: 0;
margin: 20pt auto 20pt auto;
}
.imagel {
margin-bottom: 0;
} }
.imager { .imager {
display: block; display: block;