Zuletzt bearbeitet vor einem Jahr
von Horst Schreiber

Termine:Eröffnung Filiale 2 und Vorlage:Startseite/styles.css: Unterschied zwischen den Seiten

(Unterschied zwischen Seiten)
(Die Seite wurde neu angelegt: „{{Termin}} {{TerminSub |beginn=2023-03-23T13:00:00.000Z |ende=2023-03-23T16:00:00.000Z |beschreibung=Eröffnung für Mitarbeiter |beteiligte=Mkalb |mehrinfo=N…“)
 
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
{{Termin}}
/*Startpage sectionflex layout */
.sectionflex {display: flex; flex-wrap: wrap; justify-content:space-between;}
.sectionflex.col1 > div {flex-basis:100%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex.col2 > div {flex-basis:49%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex.col3 > div {flex-basis:32%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex > div.double {flex-basis:66%;}
.sectionflex > div h2 {margin:0 0 1em 0; font-size:1.1em; border-bottom:none}
.sectionflex > div h3 {margin:1.2em 0 0 0; font-size:1em}
.sectionflex.frame > div {border: 1px solid #e7e7e7}
.sectionflex.background> div {background: #f1f3f9}
.sectionflex table {font-size:1em;}
.sectionflex .mw-editsection, .sectionflex .mw-editdrawio {display:none}
@media (max-width: 767px) {.sectionflex.col2 > div, .sectionflex.col3 > div {flex-basis:100%; margin-top:2em}}
.sectionflex table {font-size:1em;}
.sectionflex table td, .sectionflex table th {font-size:1em; vertical-align:top; padding:4px}


{{TerminSub
/*Startpage arrow icon */
|beginn=2023-03-23T13:00:00.000Z
.sectionflex .bi, .sectionflex  .fa {vertical-align:middle;}
|ende=2023-03-23T16:00:00.000Z
 
|beschreibung=Eröffnung für Mitarbeiter
/*Startpage/iconnav */
|beteiligte=Mkalb
.iconnav {background:#f1f3f9;  margin-bottom:12px; padding:0 5px 2px 5px}
|mehrinfo=Nein
.imgcard {margin-bottom:0!important;}
}}
 
/*Startpage tables in sectionflex */
table.eventtable {font-size:1em;}
table.small td, table.small th {font-size:0.9em;}
 
/*Startpage/Events */
.startpageevents td {border-bottom: 1px dotted #a6a6a7; padding:8px 0; font-size:1em}
 
/*Startpage/Contacts */
.startpagecontacts tr {background:#f1f3f9;border: 2px solid white}
.startpagecontacts td {padding:6px 2px 2px 2px}
 
/*Startpage/Announcements */
.announcement {background:#eff6dd; margin-top:20px}
 
/*visual editing mode*/
.sectionflex .ve-ce-branchNode-slug {display:none !important} /*remove placeholders to allow adding content between flex boxes, since it would mess up flex layout*/
 
/* Simple list view of timeline items */
.bloglist .bs-social-entity .bs-social-entity-right .bs-social-entity-actions, .bs-social-entity-timecreated {display:none}
.bloglist  ul.bs-social-entitylist {background-color:transparent!important; list-style-type:disc; padding:0!important}
.bloglist  ul.bs-social-entitylist li {margin:0!important; border-bottom:1px dotted #747474}
.bloglist  .bs-social-entity div.bs-social-entity-right {margin: 0}
.bloglist  .bs-social-entity-actions {display:none!important}
.bloglist  .bs-social-entity .bs-social-entity-title h3 {font-size: 1em!important; margin:0;}
.bloglist  .bs-social-entity-title {width:100%; margin:0!important}
#content .bloglist  .bs-social-entity-right a, #content .bloglist .bs-social-entity-right a::before {color:#08529d!important}
 
/* Style text-based tag cloud to match other cards */
.bs-tagcloud.text {text-align: center; border: 1px solid #e7e7e7; border-radius:0}
 
/*dropdown template*/
#edit-Drop-down-list {float:right;z-index: 100; position:relative}
#edit-Drop-down-list .mw-customtoggle-edit {padding:5px 0 5px 10px; text-align:right} 
#edit-Drop-down-list .mw-collapsible-content  .subpagelist ul {list-style-type:none; margin-left:0}
#edit-Drop-down-list  .dropdown-menu {position:absolute;  top: 0px; left:-8px; transform: translate(-129px, 30px); padding: 8px 12px; font-size:0.95em}
#edit-Drop-down-list .dropdown-menu li  {line-height:1.2; margin-bottom:0.5em}

Version vom 15. März 2023, 08:27 Uhr

/*Startpage sectionflex layout */
.sectionflex {display: flex; flex-wrap: wrap; justify-content:space-between;}
.sectionflex.col1 > div {flex-basis:100%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex.col2 > div {flex-basis:49%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex.col3 > div {flex-basis:32%; padding:10px 20px 20px 20px; margin:10px 0;}
.sectionflex > div.double {flex-basis:66%;}
.sectionflex > div h2 {margin:0 0 1em 0; font-size:1.1em; border-bottom:none}
.sectionflex > div h3 {margin:1.2em 0 0 0; font-size:1em}
.sectionflex.frame > div {border: 1px solid #e7e7e7}
.sectionflex.background> div {background: #f1f3f9}
.sectionflex table {font-size:1em;}
.sectionflex .mw-editsection, .sectionflex .mw-editdrawio {display:none}
@media (max-width: 767px) {.sectionflex.col2 > div, .sectionflex.col3 > div {flex-basis:100%; margin-top:2em}}
.sectionflex table {font-size:1em;}
.sectionflex table td, .sectionflex table th {font-size:1em; vertical-align:top; padding:4px}

/*Startpage arrow icon */
.sectionflex .bi, .sectionflex  .fa {vertical-align:middle;}

/*Startpage/iconnav */
.iconnav {background:#f1f3f9;  margin-bottom:12px; padding:0 5px 2px 5px}
.imgcard {margin-bottom:0!important;}

/*Startpage tables in sectionflex */
table.eventtable {font-size:1em;}
table.small td, table.small th {font-size:0.9em;}

/*Startpage/Events */
.startpageevents td {border-bottom: 1px dotted #a6a6a7; padding:8px 0; font-size:1em}

/*Startpage/Contacts */
.startpagecontacts tr {background:#f1f3f9;border: 2px solid white}
.startpagecontacts td {padding:6px 2px 2px 2px}

/*Startpage/Announcements */
.announcement {background:#eff6dd; margin-top:20px}

/*visual editing mode*/
.sectionflex .ve-ce-branchNode-slug {display:none !important} /*remove placeholders to allow adding content between flex boxes, since it would mess up flex layout*/

/* Simple list view of timeline items */
.bloglist .bs-social-entity .bs-social-entity-right .bs-social-entity-actions, .bs-social-entity-timecreated {display:none}
.bloglist  ul.bs-social-entitylist {background-color:transparent!important; list-style-type:disc; padding:0!important}
.bloglist  ul.bs-social-entitylist li {margin:0!important; border-bottom:1px dotted #747474}
.bloglist  .bs-social-entity div.bs-social-entity-right {margin: 0}
.bloglist  .bs-social-entity-actions {display:none!important}
.bloglist  .bs-social-entity .bs-social-entity-title h3 {font-size: 1em!important; margin:0;}
.bloglist  .bs-social-entity-title {width:100%; margin:0!important}
#content .bloglist  .bs-social-entity-right a, #content .bloglist .bs-social-entity-right a::before {color:#08529d!important}

/* Style text-based tag cloud to match other cards */
.bs-tagcloud.text {text-align: center; border: 1px solid #e7e7e7; border-radius:0}

/*dropdown template*/
#edit-Drop-down-list {float:right;z-index: 100; position:relative}
#edit-Drop-down-list .mw-customtoggle-edit {padding:5px 0 5px 10px; text-align:right}  
#edit-Drop-down-list .mw-collapsible-content  .subpagelist ul {list-style-type:none; margin-left:0}
#edit-Drop-down-list  .dropdown-menu {position:absolute;  top: 0px; left:-8px; transform: translate(-129px, 30px); padding: 8px 12px; font-size:0.95em}
#edit-Drop-down-list .dropdown-menu li  {line-height:1.2; margin-bottom:0.5em}
Keine Kategorien vergebenBearbeiten

Diskussionen