Template: Box/style.css
No edit summary |
m (1 revision imported) |
(No difference)
|
Latest revision as of 18:10, 24 December 2023
.tpl-box {
border: 1px solid black;
border-left-width: 4px;
border-radius: 0.5em;
padding: 0.5em;
margin: 0.5em 0;
overflow: hidden;
}
.tpl-box-label {
float: right;
font-size: larger;
font-variant: small-caps;
transform: rotate( 270deg );
transform-origin: top right;
left: -1em;
position: relative;
}
.tpl-box-colour-blue {
border-color: #a4d2e1;
}
.tpl-box-colour-blue .tpl-box-label {
color: #76bcd2;
}
.tpl-box-colour-orange {
border-color: #f4c7b1;
}
.tpl-box-colour-orange .tpl-box-label {
color: #f29653;
}
.tpl-box-content {
margin-right: 1.3em;
}