By Ah Sall
.footerbox{
padding:0.1rem 1rem;
margin-top:1rem;
background: #48453C;
border-radius:0 0.6rem 0 0;
color:#191410;
border: 3px solid ##FFFBF0;
box-sizing:border-box;
.footerbox h1{
color: #EDE9DF;
}
.footerbox h2{
color: #EDE9DF;
}
.footerbox h3{
color: #EDE9DF;
}
.footerbox h4{
color: #EDE9DF;
}
.footerbox h5{
color: #EDE9DF;
}
.footerbox h6{
color: #EDE9DF;
}
.footerflavor{
padding:0.5px 1rem;
margin-bottom:1rem;
background:#FFFBF0;
border-radius:0 0 0 0.6rem;
color:#191410;
box-sizing:border-box;
.profilepic{
border-radius:0.6rem;
float:left;
max-height:13rem;
height:17vw;
margin-right:1rem;
box-shadow: 0px 0px 3px;
box-sizing:border-box;
}
.featurebox{
padding:0 0.5rem;
margin:1rem 0;
background:#c7c089;
border-radius:0.6rem;
box-shadow: 0px 0px 3px;
border: 1.75px solid #d6ce92;
box-sizing:border-box;
color: black;
}
.featureflavor{
padding:0 0.5rem;
margin:0.5rem 0;
background:#d6ce92;
border-radius:0.6rem;
box-shadow: 0px 0px 3px;
border: 1.75px solid #c7c089;
box-sizing:border-box;
transition:0.2s;
}
.sideline{
padding-left:2%;
border-left:2pt solid #c7c089;
margin:1rem 0 1rem 1%;
}
.page {
display: block;
overflow: hidden;
font-family: "Monotype Corsiva", "Bradley Hand ITC", sans-serif;
font-style: normal;
background-attachment: scroll;
background-clip: border-box;
background-color: transparent;
background-image: linear-gradient(to top ,rgb(202, 219, 228) 0%, rgb(231, 233, 220) 8%);
background-origin: padding-box;
background-position: 0px 8px;
background-repeat: repeat;
background-size: 100% 20px;
border: 1px solid #CCC;
border-radius: 10px;
padding: 10px 10px;
margin-bottom: 10px;
Thanks to tsangk for this great snippet: conditional-blocks
text above inserted with:
[[include :snippets:if START |unique=1|type=equal|var1=%%name%%|var2=conditional-blocks]]
**##red|Thanks to tsangk for this great snippet:##** [[[code:conditional-blocks]]]
[[include :snippets:if END]]
Other snippets posted by Ah Sall
Teste po 2 - 01 Apr 2022 21:54
Rate this solution
If you think this solution is useful — rate it up!