MediaWiki:Common.css: verschil tussen versies

Uit Auditpedia
Ga naar:navigatie, zoeken
Regel 283: Regel 283:
 
     color: #1d84b0;
 
     color: #1d84b0;
 
}
 
}
 +
.mw-body.toc ul {
 +
    padding-left: 20px;
 +
}
 +
.mw-body.toc ul li a .tocnumber{
 +
    display: none;
 +
}
 +
  
 
/* For Template:Articles overview */
 
/* For Template:Articles overview */

Versie van 30 okt 2020 10:44

/* CSS placed here will be applied to all skins */

/* General */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

.hidden {
    display: none;
}
::-webkit-scrollbar {
    width: 14px;
    height: 18px;
}
::-webkit-scrollbar-thumb {
    height: 6px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}
::-webkit-scrollbar-corner {
    background-color: transparent;
}
.mw-body ul, .mw-body ol {
    margin:  0 0 10.5px;
}
@media screen {
.onlyprint {
   display:none;
}
}

.select2-container {
 width: 100% !important;
 margin-bottom:  1rem !important;
}


body{
    position: relative;
    min-height: 100vh;
}


body > .container{
    max-width:none;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 2.5rem;
}
#content, .container > .mt-1, .body-container{
    margin:0 auto;
}
@media (min-width: 576px){
#content, .container > .mt-1, .navbar-nav, .body-container {
    max-width: 540px;
}
}
@media (min-width: 768px){
#content, .container > .mt-1, .navbar-nav, .body-container {
    max-width: 720px;
}
}
@media (min-width: 992px){
#content, .container > .mt-1, .navbar-nav, .body-container {
    max-width: 960px;
}
}
@media (min-width: 1200px){
#content, .container > .mt-1, .navbar-nav, .body-container {
    max-width: 1140px;
}
}
.container > .row {
    width: 100%;
}
.row-WSHeader > .col{
    padding:0;
}
.navbar{
    margin: 0 15px;
}
.container-fluid .row-wsheader {
    padding-top: 12px;
}
.row-WSHeader .container-fluid{
    padding:0;
}
.row-wsheader .list-inline{
    margin:0;
    text-align: center;
}


.container .mt-5:last-child {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}
.container .mt-5:last-child > .col {
    padding: 0;
}
.container .mt-5:last-child > .col nav{
    margin: 0 -15px;
}
.navbar-nav {
    margin: 0 auto;
    width:100%;
}
body.rootpage-Main_Page #content{
        max-width:none;
        padding:0;
}

.row-formitemresponsive div:first-child {
    align-self: center;
    border-right: none;
}

.row-formitemresponsive{
padding: 7px 8px;
    border-top: 1px solid #f2f2f2;
}

.form-number{
display: inline-block;
    width: 5em;
}
.row-formitemresponsive input {
    border-radius: 30px;
    background: #f2f2f2;
 /*   border: none; */
    padding-left: 24px;
 /*   box-shadow: none; */
}



.flow-index{
    justify-content: stretch;
}
.flow-index div:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #f6f9ff;
    border-top: 2px solid #e2eefe;
    border-right: 2px solid #e2eefe;
    border-top-right-radius: 6px;
    z-index: 99;
    right: -12px;
    top: calc(50% - 10px);
    transform: rotate(45deg);
}

.flow-index div {
    width: 100%;
    font-size: 0.8em;
    position: relative;
    border: 2px solid #E2EEFE;
    padding: 6px 10px;
    background: #F6F9FF;
    /* border-radius: 12px; */
    color: #006599;
    text-align: center;
    /* width: 12.5%; */
    background: #F6F9FF;
    margin-right: -2px;
    line-height: 1.2em;
    align-self: end;

}


.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.home-search{
  max-width: 27em;
    margin: 0 auto;
}
.banner{
position:relative;
margin:0 -30px;
}


@media (max-width:800px){
    .row{
        margin-right: 0px;
    margin-left: 0px;
    }
.navbar {
    margin: 0 ;
}
.banner {
    margin: 0 -15px;
    padding: 15px;
}   
}

.mw-body .firstHeading {
    border-bottom: none;
}

/* For MediaWiki:Ws-header */
.row.row-wsheader {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
}

.btn, .p-search .searchGoButton, .p-search .mw-searchButton, .mw-special-Search #mw-search-toggleall, .mw-special-Search #mw-search-togglenone, .mw-special-Search #smw-togglensview {
    font-weight: 600;
    color: #1d84b0;
}

.right-inner-addon {
    position: relative;
    color: #f68b24;
}

.right-inner-addon i {
    padding: 8px 12px;
}

/* For Template:WSNavMenu */
div.p-navbar {
    background-color: #1d84b0;
}
div.navbar li.nav-item a.nav-link {
    color: #FFFFFF;
}
.nav-item {
    padding: 0 12px;
    font-weight: 600;
}
.navbar-expand-lg .navbar-nav {
    padding: 8px;
}

/* Heading */
h1 {
    font-size: 32px;
    border: none;
    font-weight: bold;
    color: #1d84b0;
}
h2 {
    font-size: 26px;
    padding-top:10;
    border: none;
    font-weight: 600;
    color: #1d84b0;
}
h3 {
    font-size: 21px;
    font-weight: 600;
    color: #5d5d5d;
}
.contentSub {
    display: none;
}

/* For Template:Article */
.smw-column-header {
    color: #1d84b0;
}
.mw-body.toc ul {
    padding-left: 20px;
}
.mw-body.toc ul li a .tocnumber{
     display: none;
}


/* For Template:Articles overview */
.btn.btn-default.new-article {
    background: #f68b24;
    color: white;
    font-weight: bold;
}