No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
/*Discussions and attachments currently not in use in the helpdesk, therfore hiding for no */ | |||
#data-after-content {display: none;} | |||
table {font-size: var(--content-font-size);} | table {font-size: var(--content-font-size);} | ||
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {padding: 0.8em 0.4em;} | .wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {padding: 0.8em 0.4em;} | ||
span.new::after { content: ' | span.new::after { content: 'neu!'; vertical-align: super; background: #64b334; margin-left: 3px;font-size: 10px;padding: 2px 5px; border-radius: 50%; | ||
color:#ffffff;} | color:#ffffff;} | ||
.flexbox{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:stretch;} | .flexbox{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:stretch;} | ||
Line 28: | Line 30: | ||
margin:0 !important; | margin:0 !important; | ||
} | } | ||
.relatedtopics .col | .relatedtopics .col{flex-basis: 50%; flex-grow: 1; flex-shrink: 1;} | ||
{ | |||
flex-basis: 50%; | |||
} | |||
/*Themen*/ | /*Themen*/ | ||
Line 53: | Line 50: | ||
/*Main page*/ | /*Main page*/ | ||
.flexbox-portal div > h2 span::before {vertical-align: text-bottom; size:1.1em;} | .flexbox-portal div > h2 span::before {vertical-align: text-bottom; size:1.1em;} | ||
.mw-parser-output .flexbox-portal.col3 > div:nth-child(3n) {margin-right:0 !important} | |||
#maintopics ul {list-style: none!important;} | #maintopics ul {list-style: none!important;} | ||
#maintopics li {padding-bottom:0.6em!important;margin-left: 12px!important;} | #maintopics li {padding-bottom:0.6em!important;margin-left: 12px!important;} | ||
Line 59: | Line 57: | ||
#mpbanner-title {font-size:3.4em; color:#3e5389; line-height:1.2em; font-weight: 900;letter-spacing: 1px;} | #mpbanner-title {font-size:3.4em; color:#3e5389; line-height:1.2em; font-weight: 900;letter-spacing: 1px;} | ||
#maintopics h2 span::before {vertical-align: text-bottom;padding-bottom: 2px;} | #maintopics h2 span::before {vertical-align: text-bottom;padding-bottom: 2px;} | ||
/** Cards **/ | |||
.cards {display:flex; flex-wrap:wrap; justify-content: space-around;} | |||
.cards > div {flex-basis:290px; margin-bottom:50px; border-top: 1px solid #f0f0f0; box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24); | |||
transition: all .3s cubic-bezier(.25,.8,.25,1); cursor: pointer; text-align:center} | |||
.cards > div:hover { | |||
box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22); | |||
} | |||
.cards a.image img {max-width:600px} | |||
.cards .screenshot {width:300px;height:200px; overflow:hidden; border-top:14px solid #eee; border-bottom:14px solid #eee} | |||
#content #bodyContent .cards h2 {margin:10px; padding:0; font-size:1.1rem; font-color:#444; border:none; text-align:center} | |||
.cards .text {font-size:0.85rem; padding:20px 10px; text-align:center; font-weight:bold;} | |||
#mw-content-text text a:not(.new), [class^="mw-content-"] .text a:not(.new), #mw-content-text .text a:link:not(.new), [class^="mw-content-"] .text a:link:not(.new), #mw-content-text .text a:not(.new):visited, [class^="mw-content-"] .text a:not(.new):visited, #mw-content-text .text a:link:not(.new):visited, [class^="mw-content-"] .text a:link:not(.new):visited | |||
{color:#444;} | |||
.cards .emptycard, .cards > div.emptycard:hover | |||
{border: 0; | |||
box-shadow: none;} | |||
.getButton { | |||
display: inline-block; | |||
background-color: #4CAF50; | |||
border: none; | |||
color: white; | |||
padding: 8px 20px; | |||
text-align: center; | |||
text-decoration: none; | |||
font-size: 16px; | |||
margin: 0 0 10px 0; | |||
-webkit-transition-duration: 0.4s; | |||
transition-duration: 0.4s; | |||
border-radius: 8px;} | |||
#mw-content-text .getButton a:not(.new), [class^="mw-content-"] .getButton a:not(.new), #mw-content-text .getButton a:link:not(.new), [class^="mw-content-"] .getButton a:link:not(.new), #mw-content-text .getButton a:not(.new):visited, [class^="mw-content-"] a:not(.new):visited, #mw-content-text .getButton a:link:not(.new):visited, [class^="mw-content-"] .getButton a:link:not(.new):visited | |||
{color:#ffffff;} | |||
.getButton:hover { | |||
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19); | |||
color:'f5f5f5'; | |||
} | |||
.getButton:active { | |||
position:relative; | |||
top:1px; | |||
} | |||
.getButton a:before {font-family: 'fontawesome'; | |||
content: '\f019 '; | |||
font-size: 1.3em; | |||
vertical-align: middle; | |||
margin-right: 10px; | |||
} | |||
.cart a:before {font-family: 'fontawesome'; | |||
content: '\f217 '; | |||
} | |||
.downloadarea { | |||
text-align:center; | |||
display: inline-block; | |||
float: right; | |||
margin: 0 0 20px 40px; | |||
padding: 10px; | |||
background: #efefef; | |||
background: linear-gradient(270deg, rgb(240, 240, 240) 0%, rgb(224, 224, 224) 52%, rgb(240, 240, 240) 100%); | |||
} | |||
.downloadarea p {margin:0} | |||
@media only screen and (max-width: 768px) | |||
{.cards > div {flex-basis:98%; }} | |||
/*HP Aktuelles */ | |||
#aktuelles {background: rgba(201, 224, 143, .3); padding:10px; margin-top:20px} | |||
#aktuelles h2::before {font-family:'fontawesome'; font-size:0.8em; content:'\f02e'; color: #64b334; margin-right:10px} | |||
#aktuelles h2 {margin:8px 0; color: #454545; font-size: 1.4em; border-bottom: none; } | |||
#aktuelles table {margin: 0 8px;} | |||
#aktuelles tr {border-bottom:1px solid #fff;} | |||
#aktuelles td {padding:3px 10px} |
Revision as of 13:27, 14 January 2022
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/*Discussions and attachments currently not in use in the helpdesk, therfore hiding for no */
#data-after-content {display: none;}
table {font-size: var(--content-font-size);}
.wikitable > tr > th, .wikitable > tr > td, .wikitable > * > tr > th, .wikitable > * > tr > td {padding: 0.8em 0.4em;}
span.new::after { content: 'neu!'; vertical-align: super; background: #64b334; margin-left: 3px;font-size: 10px;padding: 2px 5px; border-radius: 50%;
color:#ffffff;}
.flexbox{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:stretch;align-content:stretch;}
.flexbox div{margin:5px;padding:2px 8px;text-align:center;background:#ececec}
.center > div.thumb {margin-top:2em}
#content .toctitle h2 {margin-right: 1em; display: inline;font-size: 1.4rem;}
.qtip {font-size: 1em;line-height: 1.4em;}
/*Related links */
h2#relatedinfo
{border-left: solid 4px #d8d8d9;
background:#f1f3f9;
color: #868585;
margin-top: 3rem;
margin-bottom:0 !important;
padding: 20px 10px 2px 30px;
}
.relatedtopics {
display:flex;
flex-wrap: wrap;
border-left: solid 4px #d8d8d9;
background:#f1f3f9;
padding: 2em !important;
margin:0 !important;
}
.relatedtopics .col{flex-basis: 50%; flex-grow: 1; flex-shrink: 1;}
/*Themen*/
.flexbox.themenhd div {background:#fff; border:1px solid #d8d8d9; padding:10px 20px; flex-basis:24%; text-align:left}
.flexbox.themenhd div [class*=" bi-"]::before {font-size: 1.6em; vertical-align: middle;background-color: #fff; padding: 6px; border-radius: 50%;}
.flexbox.themenhd div [class*=" bi-"]::before {font-size:2em; vertical-align:middle; background-color:#f1f3f9; padding: 10px; }
.themenhd div a {display:block}
.themenhd div:hover {background:rgb(233,233,238,0.5)}
ul.smw-format.ul-format.alltopics-col {column-count: 3;}
/*Tours */
.nextstep {display: inline-block;padding: 6px;background: #36c;border-radius: 2px;color: #ffffff;font-weight: bold;}
#mw-content-text .nextstep a:not(.new), [class^="mw-content-"] .nextstep a:not(.new), #mw-content-text .nextstep a:link:not(.new), [class^="mw-content-"] .nextstep a:link:not(.new) {
color: #ffffff; font-weight: bold;}
#mw-content-text .nextstep a:not(.new):hover, #mw-content-text .nextstep a:link:not(.new):hover, [class^="mw-content-"] .nextstep a:link:not(.new):hover {
color: #efefef;}
.nextstep a:not(.new)::after, .nextstep a:link:not(.new)::after {content: " \25B6";}
/*Main page*/
.flexbox-portal div > h2 span::before {vertical-align: text-bottom; size:1.1em;}
.mw-parser-output .flexbox-portal.col3 > div:nth-child(3n) {margin-right:0 !important}
#maintopics ul {list-style: none!important;}
#maintopics li {padding-bottom:0.6em!important;margin-left: 12px!important;}
#mpbanner {background:#fff url(/w/nsfr_img_auth.php/f/fa/BlueSpice-Demo_Header.jpg) -90px no-repeat; padding-bottom: 20px; background-size: 1000px 122px;}
#mpbanner-byline {font-size:1.8em; color:#3e5389;line-height: 0.8rem; padding-top: 20px;}
#mpbanner-title {font-size:3.4em; color:#3e5389; line-height:1.2em; font-weight: 900;letter-spacing: 1px;}
#maintopics h2 span::before {vertical-align: text-bottom;padding-bottom: 2px;}
/** Cards **/
.cards {display:flex; flex-wrap:wrap; justify-content: space-around;}
.cards > div {flex-basis:290px; margin-bottom:50px; border-top: 1px solid #f0f0f0; box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
transition: all .3s cubic-bezier(.25,.8,.25,1); cursor: pointer; text-align:center}
.cards > div:hover {
box-shadow: 0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22);
}
.cards a.image img {max-width:600px}
.cards .screenshot {width:300px;height:200px; overflow:hidden; border-top:14px solid #eee; border-bottom:14px solid #eee}
#content #bodyContent .cards h2 {margin:10px; padding:0; font-size:1.1rem; font-color:#444; border:none; text-align:center}
.cards .text {font-size:0.85rem; padding:20px 10px; text-align:center; font-weight:bold;}
#mw-content-text text a:not(.new), [class^="mw-content-"] .text a:not(.new), #mw-content-text .text a:link:not(.new), [class^="mw-content-"] .text a:link:not(.new), #mw-content-text .text a:not(.new):visited, [class^="mw-content-"] .text a:not(.new):visited, #mw-content-text .text a:link:not(.new):visited, [class^="mw-content-"] .text a:link:not(.new):visited
{color:#444;}
.cards .emptycard, .cards > div.emptycard:hover
{border: 0;
box-shadow: none;}
.getButton {
display: inline-block;
background-color: #4CAF50;
border: none;
color: white;
padding: 8px 20px;
text-align: center;
text-decoration: none;
font-size: 16px;
margin: 0 0 10px 0;
-webkit-transition-duration: 0.4s;
transition-duration: 0.4s;
border-radius: 8px;}
#mw-content-text .getButton a:not(.new), [class^="mw-content-"] .getButton a:not(.new), #mw-content-text .getButton a:link:not(.new), [class^="mw-content-"] .getButton a:link:not(.new), #mw-content-text .getButton a:not(.new):visited, [class^="mw-content-"] a:not(.new):visited, #mw-content-text .getButton a:link:not(.new):visited, [class^="mw-content-"] .getButton a:link:not(.new):visited
{color:#ffffff;}
.getButton:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
color:'f5f5f5';
}
.getButton:active {
position:relative;
top:1px;
}
.getButton a:before {font-family: 'fontawesome';
content: '\f019 ';
font-size: 1.3em;
vertical-align: middle;
margin-right: 10px;
}
.cart a:before {font-family: 'fontawesome';
content: '\f217 ';
}
.downloadarea {
text-align:center;
display: inline-block;
float: right;
margin: 0 0 20px 40px;
padding: 10px;
background: #efefef;
background: linear-gradient(270deg, rgb(240, 240, 240) 0%, rgb(224, 224, 224) 52%, rgb(240, 240, 240) 100%);
}
.downloadarea p {margin:0}
@media only screen and (max-width: 768px)
{.cards > div {flex-basis:98%; }}
/*HP Aktuelles */
#aktuelles {background: rgba(201, 224, 143, .3); padding:10px; margin-top:20px}
#aktuelles h2::before {font-family:'fontawesome'; font-size:0.8em; content:'\f02e'; color: #64b334; margin-right:10px}
#aktuelles h2 {margin:8px 0; color: #454545; font-size: 1.4em; border-bottom: none; }
#aktuelles table {margin: 0 8px;}
#aktuelles tr {border-bottom:1px solid #fff;}
#aktuelles td {padding:3px 10px}