MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus BrandWiki
Wechseln zu:Navigation, Suche
imported>Ahoi
(Blanked the page)
Markierung: Geleert
 
(138 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/*glyphicons are here: https://getbootstrap.com/docs/3.3/components/#glyphicons */
 
  
/********************* COLORS *********************/
 
:root {
 
--fontdark: #23415F;
 
--fontlight: #fafafa;
 
--background1: #F2EFF1;
 
--background2: #F4F1F3;
 
--accent: #F2A794;
 
--accent1: #F5BFB1;
 
--accentlight: #F4D9CF;
 
--accentloud: #FF99C9;
 
 
--link: #2589BD; /*#0C6DFF; #0280FF; #3E73A8;*/
 
--linkvisited: #2E6083; /* #003D68; */
 
--linknew: #B6465F;
 
--linknewvisited: #953A4E;
 
--wow: #EDFF8A;
 
 
--medium: #97ACBF;
 
--medium3: #A9BBCA;
 
 
--tweekiblue: #265A88;
 
 
--yes: #AFD5AA;
 
--warning: #703F04;
 
--warningbg: #FAC98E;
 
--warningborder: #FCB87F;
 
--error: #FF521B;
 
}
 
 
/*show catlinks*/
 
/*#catlinks {display:block;}*/
 
 
/********************* TYPEFACES *********************/
 
/*FONT SOURCE SANS PRO */
 
/*@import url(https://fonts.googleapis.com/css?family=Lato);
 
* {font-family: 'Lato',sans-serif;}*/
 
 
@import url(https://fonts.googleapis.com/css?family=Poppins);
 
* {font-family: 'Poppins',sans-serif;}
 
 
/*after this, our base size to count from is about 10px (browser standard)*/
 
html {
 
font-size: 62,5%;
 
}
 
 
body,
 
p,
 
table p {
 
font-size: 1.6rem;
 
}
 
 
body,
 
.navbar-default,
 
.navbar-brand {
 
color: var(--fontdark);
 
}
 
 
/********************* LINKS *********************/
 
 
a:link { color: var(--link); }
 
 
/* Get rid of the lock icon */
 
#content a.external,
 
#content a.external[href^="gopher://"],
 
#content a.external[href^="https://"],
 
.link-https {
 
background: none;
 
padding-right: 1px;
 
}
 
 
#content a.external:after,
 
#content a.external[href^="gopher://"]:after,
 
#content a.external[href^="https://"]:after,
 
.link-https:after {
 
content: " \2197";
 
}
 
 
.btn a:link {color: var(--accentlight);}
 
 
a.new { color: var(--linknew); }
 
 
a:visited { color: var(--linkvisited); }
 
a.new:visited { color: var(--linknewvisited); }
 
 
a:hover,
 
#content a.external:hover { color: var(--linkvisited); background: var(--wow); text-decoration:none;}
 
 
a.new:hover { color: var(--linknewvisited); }
 
 
a:active { color: var(--tweekiblue); }
 
 
 
/* Button */
 
#ca-edit-ext,
 
.btn a:link,
 
.btn-primary a:link,
 
.btn-primary {color: var(--fontlight);}
 
 
.btn.btn-primary.btn-block > b.caret {color: var(--fontlight);}
 
 
 
/********************* HEADINGS *********************/
 
h1, h2, hr {
 
color: var(--accent);
 
}
 
 
h1 {font-size: 5rem;}
 
 
h2 {margin-top: 30px;}
 
 
/*h1#firstHeading.firstHeading, {
 
font-family: 'Lato', sans-serif;
 
color: #002A4A;
 
}*/
 
 
/********************* MAIN PAGE / BUTTONS *********************/
 
/*hide page title on homepage/main page */
 
body.page-Main_Page.action-view h1.firstHeading,
 
body.page-Main_Page.action-submit h1.firstHeading { display: none; }
 
 
.blurb {font-size: larger;}
 
 
/*.blurbsub */
 
 
button,
 
.mw-ui-button.mw-ui-progressive,
 
.mw-ui-button.mw-ui-primary {
 
background: var(--tweekiblue);
 
border: 1px solid var(--tweekiblue);
 
color: var(--fontlight);
 
}
 
 
button:hover,
 
.mw-ui-button.mw-ui-progressive:hover,
 
.mw-ui-button.mw-ui-primary:hover {
 
background: var(--fontdark);
 
border: 1px solid var(--fontdark);
 
color: var(--fontlight);
 
}
 
 
.mw-ui-input:focus {
 
    box-shadow: inset 0 0 0 2px var(--accentloud);
 
    border-color: var(--accentloud);
 
    outline: 0;
 
}
 
 
/* Boxen in Übersicht */
 
.panel-heading {
 
background-image: linear-gradient(to bottom,var(--background1) 0,var(--background2) 100%);
 
}
 
 
,panel-footer {
 
background-color: var(--background1);
 
}
 
 
 
/********************* BACKGROUND *********************/
 
.mw-body {border: 1px solid var(--accentlight);}
 
 
#mw-page-base {
 
background-image: linear-gradient(#ffffff 50%,#FFE9CF 100%);
 
background-color: #ffffff;
 
}
 
 
body {background-color: var(--accentlight);}
 
 
/*********************** HEADER/NAVBAR *********************/
 
/*https://css-tricks.com/snippets/css/css-box-shadow/*/
 
#mw-head.navbar-inner {
 
    background-image: linear-gradient(var(--accent1) 50%,var(--accent) 100%);
 
}
 
#mw-navigation.navbar {border-bottom-color: var(--accent); }
 
/* -webkit-box-shadow: 0 4px 3px -3px var(--linkvisited);
 
-moz-box-shadow: 0 4px 3px -3px var(--linkvisited);
 
box-shadow: 0 4px 3px -3px var(--linkvisited);*/
 
 
/********************* ERRORBOX ********************/
 
 
.errorbox {
 
color: var(--accentloud2);
 
background-color: var(--accentloud3);
 
border-color: var(--accentloud);
 
}
 
 
.warningbox {
 
color: var(--warning);
 
border-color: var(--warningborder);
 
background-color: var(--warningbg);
 
}
 
 
div.errormessage {color: var(--error);}
 
 
/************************BODY PAGE *********************/
 
/*sets the next paragraph a bit further off the list bottom (new: .9em) */
 
.mw-content-ltr ol {margin: .3em 0 .9em 3.2em;}
 
 
/************************FORMS *********************/
 
/*makes the checkbox bigger */
 
#sfForm select, #sfForm input[type="checkbox"] {font-size: larger;}
 
 
/********************* BRANDS ********************/
 
#mw-content-text table td.profile {font-size: larger;}
 
 
blockquote.quote {
 
border-left: 5px solid var(--accent1);
 
}
 
 
blockquote.quote span.quotetext {font-style: italic;}
 
blockquote.quote span.quotesource {font-size: small;}
 
 
/*
 
label.checkboxLabel {
 
    width: 200px;
 
    display: block;
 
    float: left;
 
}*/
 
 
 
 
 
/********************* TABLES ********************/
 
 
table.brand,
 
table.cert {
 
max-width: 100%;
 
border-collapse: separate;
 
text-align: left;
 
padding: 20px;
 
}
 
 
.brandaspect {
 
border: 4px dotted var(--fontdark);
 
border-radius: 4px;
 
}
 
 
/*
 
background-color: var(--background2);
 
padding-left-width: 40px;
 
border: 4px solid var(--background2);
 
margin: 1em;
 
-webkit-border-radius: 4px;
 
-moz-border-radius: 4px;
 
border-radius: 4px;
 
*/
 
 
.brand th,
 
.brand td,
 
.cert th,
 
.cert td {
 
padding-bottom: 15px;
 
padding-right: 15px;
 
}
 
 
/********************* CERTIFICATE *************************/
 
 
input {color: var(--fontdark);}
 
 
/********************* HELPBOX *************************/
 
 
div.helpbox {
 
background-color: var(--background2);
 
padding: 15px;
 
font-size: smaller;
 
}
 
 
/********************* CONTENT NOTEBOXES *************************/
 
 
div.box {
 
background-color: var(--background2);
 
padding: 15px;
 
}
 
 
div.box.info {
 
border: 1px solid var(--medium);
 
border-left-width: 5px;
 
background-color: var(--background1);
 
}
 
 
 
div.box.alert {
 
border: 1px solid var(--warningborder);
 
border-left-width: 5px;
 
background-color: var(--warningbg);
 
}
 

Aktuelle Version vom 11. April 2022, 19:38 Uhr