Aus dem Layout Beauty_TX stammt folgendes Syntaxelement.
Falls du nicht weist wie du eigene Syntax Elemente in mozilo anlegst findest du eine Anleitung auf der ofiziellen Seite.
/* template syntax beauty */
#btskew {
position: relative;
padding: 1.111em;
padding-top: 1.667em;
max-width: 90%;
background-color: #313131;
top: -6px;
transform: rotate(-3deg) skew(-2deg);
border-radius: 0.556em;
box-shadow: 0.278em 0.278em 0 grey;
margin: 1.111em;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.667em;
}
#btskew h1, #btskew h2, #btskew h3 {
color: #fff;
}
#btinner {
transform: rotate(3deg) skew(2deg);
color: #fff;
text-shadow: 0.056em 0.056em 0 black;
padding: 0.278em;
}