Template: Event/style.css

No edit summary
No edit summary
Line 1: Line 1:
.tpl-event {
.tpl-event-header {
     font-variant:small-caps; margin:0; border:1px solid #bbb; border-bottom:0;
     font-variant:small-caps; margin:0; border:1px solid #bbb; border-bottom:0;
     background-color:lightblue; padding:0 0.3em; display:flex;
     background-color:lightblue; padding:0 0.3em; display:flex;

Revision as of 06:07, 12 June 2022

.tpl-event-header {
    font-variant:small-caps; margin:0; border:1px solid #bbb; border-bottom:0;
    background-color:lightblue; padding:0 0.3em; display:flex;
}
.tpl-event-header-left { flex:1; }
.tpl-event-header-right { flex:1; text-align:right; }
.tpl-event-main {
    border:1px solid #bbb; background-color:#efefef; padding:0.3em; text-align:center; margin:0;
}
Discuss this page