imported>Ahoi |
|
(107 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;
| |
− | --tldrbg: #FDFFF4;
| |
− |
| |
− | --checkred:#FF8360;
| |
− | --checkorange:#FBB38A;
| |
− | --checkyellow:#E8E288;
| |
− | --checkgreen:#ACC18A;
| |
− | --checksupergreen:#417B5A;
| |
− | }
| |
− |
| |
− | /********************* 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);
| |
− | }
| |
− |
| |
− | /********************* MAIN PAGE IMAGES *************************/
| |
− | img.teaser {
| |
− | max-width: 100%;
| |
− | height: auto;
| |
− | }
| |
− |
| |
− | /********************* BACKGROUND *********************/
| |
− | body {background-color: var(--accentlight);}
| |
− |
| |
− | .mw-body {border: 1px solid var(--accentlight);}
| |
− |
| |
− | #mw-page-base {
| |
− | background-image: linear-gradient(#ffffff 50%,#FFE9CF 100%);
| |
− | background-color: #ffffff;
| |
− | }
| |
− |
| |
− | /*********************** 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;}
| |
− |
| |
− | /* shows categories*/
| |
− | #catlinks {
| |
− | display:block;
| |
− | margin-top: 40px;
| |
− | }
| |
− |
| |
− | /* gets rid of the border*/
| |
− | #catlinks, .catlinks {
| |
− | background-color: inherit;
| |
− | border: none;
| |
− | padding: 0px;
| |
− | font-size: smaller;
| |
− | }
| |
− |
| |
− | /* makes a nice line*/
| |
− | #catlinks:before {
| |
− | content: "";
| |
− | display:block;
| |
− | width: 20%;
| |
− | padding-top: 5px;
| |
− | border-top: 5px solid var(--accent1);
| |
− | }
| |
− |
| |
− |
| |
− | .page-title:after {
| |
− | margin: 0 auto; /* This will center the border. */
| |
− | width: 50%; /* Change this to whatever width you want. */
| |
− | padding-top: 20px; /* This creates some space between the element and the border. */
| |
− | border-bottom: 1px solid black; /* This creates the border. Replace black with whatever color you want. */
| |
− | }
| |
− |
| |
− | /************************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,
| |
− | table.organisation {
| |
− | 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,
| |
− | .organisation th,
| |
− | .organisation td {
| |
− | padding-bottom: 15px;
| |
− | padding-right: 15px;
| |
− | }
| |
− |
| |
− |
| |
− | /********************* CERTIFICATE *************************/
| |
− |
| |
− | input {color: var(--fontdark);}
| |
− |
| |
− |
| |
− | /********************* CONTENT NOTEBOXES *************************/
| |
− | /* Template:Box and Template:BoxInfo */
| |
− | div.box {
| |
− | background-color: var(--background2);
| |
− | padding: 10px;
| |
− | margin-bottom:5px;
| |
− | }
| |
− |
| |
− | div.box.help {
| |
− | 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);
| |
− | }
| |
− |
| |
− | div.box.info {
| |
− | background-color: var(--background2);
| |
− | padding: 15px;
| |
− | font-size: smaller;
| |
− | }
| |
− |
| |
− | div.box.tldr {
| |
− | border: 1px solid var(--wow);
| |
− | border-left-width: 5px;
| |
− | background-color: var(--tldrbg);
| |
− | }
| |
− |
| |
− | /********************* LABEL CHECK *************************/
| |
− | /* Template:LabelCheckGreenpeaceAT2018 */
| |
− | div.labelcheck {
| |
− | background-color: var(--background2);
| |
− | padding: 10px;
| |
− | margin-bottom:5px;
| |
− | }
| |
− |
| |
− | div.labelcheck.00 {
| |
− | background-color: var(--checkred);
| |
− | }
| |
− |
| |
− |
| |
− | div.labelcheck.01 {
| |
− | background-color: var(--checkorange);
| |
− | }
| |
− |
| |
− | div.labelcheck.02 {
| |
− | background-color: var(--checkyellow);
| |
− | }
| |
− |
| |
− | div.labelcheck.03 {
| |
− | background-color: var(--checkgreen);
| |
− | }
| |
− |
| |
− | div.labelcheck.05 {
| |
− | background-color: var(--checksupergreen);
| |
− | }
| |
− |
| |
− | /********************* Approved Revs *************************/
| |
− |
| |
− | /* cloud
| |
− | #contentSub, #contentSub2 {color: var(--checkred);}
| |
− | #contentSub, #contentSub2:before {
| |
− | content: " \02601";
| |
− | }*/
| |
− |
| |
− | /* star */
| |
− | span.approvedAndLatestMsg {color: var(--checkgreen);}
| |
− | span.approvedAndLatestMsg:before {
| |
− | content: "\02605 ";
| |
− | }
| |
− |
| |
− | /* cloud*/
| |
− | span.notLatestMsg {color: var(--checkred);}
| |
− | span.approvedAndLatestMsg:before {
| |
− | content: "\02601 ";
| |
− | }
| |
− |
| |
− |
| |
− | /********************* Boxen *************************/
| |
− | .successbox {
| |
− | color: var(--checksupergreen);
| |
− | border-color: var(--checkgreen);
| |
− | background-color: var(--checkgreen);
| |
− | }
| |