MediaWiki:Common.css: Różnice pomiędzy wersjami

Z ChanWiki
Przejdź do nawigacji Przejdź do wyszukiwania
imported>Sługa szatana
Anulowanie wersji 14488 autorstwa Sługa szatana (dyskusja)
imported>Sługa szatana
mNie podano opisu zmian
Linia 303: Linia 303:
     border: 4px solid !important;
     border: 4px solid !important;
/*    max-width:150px;
/*    max-width:150px;
     max-height:150px;*/
     max-height:150px;
     width: auto;
     width: auto;
     height: auto;
     height: auto;*/
/*    transition: max-width 0.3s,max-height 0.3s;*/
/*    transition: max-width 0.3s,max-height 0.3s;*/
     transition: transform 0.3s;
     transition: transform 0.3s;

Wersja z 02:59, 30 lip 2022

body {
    background: #222222;
    color: #cfd8dc;
    overflow-x: hidden;
}

body::after {
    position: fixed;
    content:"";
    bottom:0;
    left:0;
    background-image: url("https://i.imgur.com/f4Y9U18.png");
    width:50%;
    height:100px;
    background-position: center;
    animation-name: chuj;
    animation-duration: 0.3s;
    animation-iteration-count:infinite;
}

@keyframes chuj {
  from {top:0;margin-top:0;}
  to {margin-top:50vh;}
}

span {
    color: #cfd8dc;
}

.editOptions span, .oo-ui-dropdownWidget span.oo-ui-labelElement-label, .mw-rcfilters-ui-filterTagMultiselectWidget-wrapper span.oo-ui-labelElement-label {
    color: #222;
}

#pagehistory li.selected, .diff-context, .oo-ui-tabSelectWidget-framed, .mw-prefs-buttons {
    background-color: #444;
}

.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
    background-color: #000;
    color: #fff;
}

a {
    color: #51a3ec !important;
}

.mw-body,#mp-rside {
    background: #222b30 !important;
    border: 0 !important;
}

.mp-bordered *,.mp-bordered,.firstHeading {
    color:#cfd8dc;
    background: transparent !important;
}

.mw-parser-output .mp-bordered, .mw-parser-output .mp-h2, body.skin-timeless .mw-parser-output .mp-h2, .bubblebox,.mainpage_box {
    border-color: #455a64 !important;
}

.mid-table {
    display: none;
}

.mp-h2 {
    background: #455a64 !important;
}

#mw-head {
    background: #222222 !important;
    border: 0 !important;
}
/* rozpierdala ikony na gorze */
.vector-menu-content-list *{
    background: transparent !important;
    color: #cfd8dc;
}


#p-views,#p-namespaces {
    background-image: none !important;
}

.bubblebox {
    box-shadow: none !Important;
    background: #333333 !important;
}

.external {
    color: #51a3ec !important;
}

body a.external, .mw-body a.extiw, .uls-language-list a {
    color: #51a3ec !important;
}

a, .mw-body a.external, .mw-body a.extiw, .uls-language-list a {
    color: #51a3ec !important;
}

.mw-body, .parsoid-body {
    color: #cfd8dc;
}

ul {
    list-style-type: disc;
    list-style-image: unset !important;
}

#p-namespaces *,#ca-view {
    background-image: none !Important;
}

#mw-head div.darkvectorMenu h3 span {
    color: #51a3ec !important;
}


.bubblebox.red > .label {
    background: #f8bbd0 !important;
}

.bubblebox.green > .label {
    background-color: #c8e6c9 !important;
}

.orange.bubblebox > .label {
    background: #ffab91 !important;
}

.gray.bubblebox > .label {
    background: #eeeeee;
}

.mbox-image,.mbox-text,.mbox-imageright {
    background: #455a64 !important;
    border: none!important;
}

.catlinks {
    background: #212121;
    border: 0 !important
}

pre, .mw-code {
    background: #212121;
    color: #cfd8dc;
}

#footer-info-copyright {
    color: #cfd8dc;
}

.toc {
    background: #212121;
    border-color: #455a64 !important;
    border: 1px solid;
}

#mw-toc-heading,.tocnumber {
    color: #cfd8dc !important;
}

#mw-page-base {
    background: transparent;
}

.thumbinner {
    background: #212121 !important;
    color: #cfd8dc !important;
    border-color: #455a64 !important;
}

#template-documentation {
    background: #263238 !important;
}

.infobox {
    background: #212121 !important;
    color: #cfd8dc;
}

.infobox * {
    background:transparent !important;
}

.infobox tbody tr th {
    background: #263238 !important;

}

.infobox tbody tr td,.infobox tr td {
    background: #263238 !important;
}


.ambox {
    border-color: #455a64 !important;
    border: 1px solid;
}

.vertical-navbox {
    background: #212121 !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    color: #cfd8dc;
}

.vertical-navbox * {
    background: #263238 !important;
}

.mw-body, #mp-rside {
    background: #222222 !important;
}

/* EKSKLUZYWNE DLA SZONARCHIVE */


#mp-main {
    display: flex;
    flex-flow: row wrap;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    flex-wrap: wrap;
}

#mp-rside, #mp-lside {
        width: 500px !important;
    max-width: 500px !important;
}

@media (max-width: 1280px) {
  #mp-rside, #mp-lside{
        width: 370px !important;
    max-width: 370px !important;
  }
}

@media (min-width: 1000px) {
  #mp-rside,#mp-lside {
      flex: 1 !important;
      max-width: 100% !important
  }
}


#mp-rside .bubblebox, #mp-lside .bubblebox {
    margin: 1rem;
}

.mw-jump {
    display: none;
}

#mp-lside .bubblebox, #mp-rside .bubblebox {
    padding: 10px;
    border-radius: 6px;
}

#mp-main {
    width: 100% !Important;
}

.bubblebox > .label {
    color: #000;
    padding: 2px;
    border-radius: 6px;
    text-indent: 10px;
}

.portal h3 {
    color: #cfd8dc !important;
}

.toctitle h2 {
    color: #cfd8dc !important;
}

.vectorTabs,.vectorTabs *:not(#ca-watch.icon a):not(#ca-unwatch.icon a) {
    background: transparent !important;
}

#mw-head-base {
    height: 4.83rem;
}

code {
    font-family: monospace;
}

tbody {
    background: #212121;

}

.vectorMenuCheckbox {
    color: #cfd8dc !important;
}

p img {
    border: 4px solid !important;
/*    max-width:150px;
    max-height:150px;
    width: auto;
    height: auto;*/
/*    transition: max-width 0.3s,max-height 0.3s;*/
    transition: transform 0.3s;
}

p.noexpand img, .noexpand img {
    transition: none;
}

p.noexpand img:hover, .noexpand img:hover {
/*    max-width: 150px;
    max-height: 150px;*/
    transform: none;
}

p img:hover {
/*    max-width: 350px;
    max-height: 350px;*/
    transform: scale(2.5);
    border-color: #51a3ec !important;
}

span.emotka img {
    border: none !important;
}

#mw-pages h2, #mw-pages h3 {
    color: #cfd8dc !important;
}

.diffchange {
    color: #212121 !important;
    padding: 2px;
}

.mw-datatable th {
    background-color: #151100;
}

.mw-datatable td {
    background-color: #000;
}

.vectorMenu .menu {
    background-color: #000;
}

.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button, .oo-ui-tagMultiselectWidget.oo-ui-widget-enabled.oo-ui-tagMultiselectWidget-outlined .oo-ui-tagMultiselectWidget-handle {
    background-color: #222;
    color: #f8f8fa;
}

.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
    background: #000;
}

.mw-warning {
    background-color: #000;
}

#searchInput {
    color: #cfd8dc !important;
}

td {
    color: #cfd8dc !important;
}

a.new, .new a {
    color: #ec4f6a !important;
}

spoiler,.spoiler {
    color: #000 !important;
    background: #000 !important;
    transition: color 0.1s, background 0.1s;
}

.spoiler a {
    color: #000 !important;
}

.spoiler:hover a {
    color: #51a3ec !important;
}

spoiler:hover,.spoiler:hover {
    color: #cfd8dc !important;
    background: inherit !important;
    cursor: none !important;
}


.mw-wiki-logo {
    filter: invert(100%);
}

@keyframes srogiegrzyby {
  from {background:-webkit-repeating-linear-gradient(45deg,#ffffff,#ffffff 10px,#000000 10px,#000000 14px); background: repeating-linear-gradient(45deg,#ffffff,#ffffff 10px,#000000 10px,#000000 14px) !important; color: transparent;
}
  to {background:-webkit-repeating-linear-gradient(-45deg,#ffffff,#ffffff 10px,#000000 10px,#000000 14px); background: repeating-linear-gradient(45deg,#ffffff,#ffffff 10px,#000000 10px,#000000 14px) !important; color: white;  user-select: none;
} 
}


/*
h1,h2,h3,h4,h5,h6,p,li {
  animation-name: srogiegrzyby;
  animation-duration: 0.1s;
  animation-iteration-count:infinite;
} */


/*  CZAPULKA  
.mw-wiki-logo::after {
    filter: invert(100%);
    content:"";
    width:100%;
    height:100%;
    background-image: url("https://www.searchpng.com/wp-content/uploads/2018/12/Santa-hat-png-1024x1024.png");
    background-size: cover;
    position:absolute;
    top:-50px;
    left:20px;
}*/


/*  SNIEG */ /*
body::before {
    content:"";
    background-image: url("https://i.giphy.com/media/26BRyql7J3iOx875u/giphy.webp");
    background-repeat: repeat;
    position: fixed;
    height:100vh;
    width:100vw;
    left:0;
    pointer-events:none;
    opacity:0.1;
    z-index: 999;
    top:0;
} */


/* SEBA */
/*
html::after {
    top: 250px;
    content: "";
    width: 25%;
    height: 100%;
    background-image: url(https://i.imgur.com/FWrt8.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: -100px;
    position: fixed;
    bottom: 0;
    right:  0;
    pointer-events: none;
opacity: 0.9;
}*/

body.page-Strona_główna .firstHeading {
    display: none;
}

body.page-Strona_główna #contentSub {
    display: none;
}

body.page-Strona_główna .bubblebox > .label {
    font-size: larger;
}

span:target {
    font-weight: bold;
}

@keyframes pulse {
    0% {
        background-color: #ea6045;
    }

    25% {
        background-color: #f8ca4d;
    }

    50% {
        background-color: #f5e5c0;
    }

    75% {
        background-color: #3f5666;
    }

    100% {
        background-color: #2f3440;
    }
}

.cwel {
    animation: pulse 1s infinite alternate;
    text-transform: uppercase;
    user-select: none;
}

.cwel:empty:before {
    content: "KOMPROMITACJA CWELA";
}

.modline.modconflict, .modline.modconflict > span {
    color: #000;
}

.unsetlinks a {
    color: unset !important;
}

.znacznik {
    position: absolute;
    right: 5px;
    top: -48px;
    height: 48px;
}

.znacznik img {
    border: none !important;
    transition: none !important;
    height: 100%;
}

.znacznik .external {
    background: none;
    padding-right: 0;
}