Z SCP: Secret Laboratory Polish Official Wiki

Nie podano opisu zmian
(Kopia z Angielskiej Wiki.)
 
(Nie pokazano 3 wersji utworzonych przez jednego użytkownika)
Linia 1: Linia 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Baner margines -30px ze względu na margines 30px dla <h1> */
.banner{
margin-top: -30px;
}
/* Table of contents */
.toc{
margin-top: 25px;
margin-bottom: 25px;
}
/* Nagłówki */
h1, h2{
margin-top: 30px;
}
h3, h4, h5, h6{
margin-top: 20px;
}
/* Wyrównanie do lewej */
body{
text-align: left;
}


/* Link formating */
/* Link formating */
Linia 31: Linia 6:
a.external, #ca-talk > span > a {color: #f2d7c1 !important; }
a.external, #ca-talk > span > a {color: #f2d7c1 !important; }
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }
a:hover, #ca-talk > span > a {color: #9c8a7b !important; }
a:active, #ca-talk > span > a {color: #9c8a7b !important; }
.hycontent a:hover, #ca-talk > span > a {color: #9c8a7b !important; }
.hycontent a:hover, #ca-talk > span > a {color: #9c8a7b !important; }


/* Infobox test */
/* Infobox test */
Linia 51: Linia 25:
.plainlist ul li {
.plainlist ul li {
     margin-bottom: 0;
     margin-bottom: 0;
}
/* Tabber Formating  */
.tabbernav {
    overflow: hidden !important;
    padding: 0.3em 0 !important;
}
.tabbernav a {
    padding: 0.3em 0.5em !important;
    margin: 0 !important;
    color: none !important;
    border: none !important;
    background: #282829 !important;
    border-bottom: none;
    transition: color 0.5s;
   
}
.tabbernav li {
    display: inline-block !important;
    margin-top: 0 !important;
    border-bottom: none;
}
.tabbertab {
    border: none !important;
    padding: 0 !important;
}
.tabbernav {
    text-align:center;
    border-bottom: none;
}
ul.tabbernav {
    border-bottom: none;
    padding-bottom: 0px !important;
}
.weaponchart-tabber .tabbernav {
    border-bottom: none;
    display: grid !important;
    padding-bottom: 10px !important;
    row-gap: .5em;
    column-gap: .5em;
    grid-template-columns: repeat(auto-fit,minmax(max-content,250px));
    justify-content:center;
}
.weaponchart-tabber .tabbernav a {
padding:0.5em 0.3em !important;
display:grid;
}
.infobox-tabber .tabbernav {
    border-bottom: none;
    display: grid !important;
    padding-bottom: 10px !important;
    row-gap: .5em;
    column-gap: .5em;
    grid-template-columns: auto auto;
}
.infobox-tabber .tabbernav a {
padding:0.5em 0.3em !important;
display:grid;
}
.infobox-tabber-human .tabbernav {
    border-bottom: none;
    display: grid !important;
    padding-bottom: 10px !important;
    row-gap: .5em;
    column-gap: .5em;
    grid-template-columns: auto auto auto;
}
.infobox-tabber-human .tabbernav a {
padding:0.5em 0.3em !important;
display:grid;
}
.infobox-tabber-human-items .tabbernav {
    border-bottom: none;
    display: grid !important;
    padding-bottom: 10px !important;
    row-gap: .5em;
    column-gap: .5em;
    grid-template-columns: auto auto auto auto;
}
.infobox-tabber-human-items .tabbernav a {
padding:0.5em 0.3em !important;
display:grid;
}
ul.tabbernav li a:hover {
background: #39393b !important;
border: 1px solid #39393b;
color: black !important;
font-weight: bold !important;
transition: background 0.5s;
transition: color 0.5s;
}
ul.tabbernav li a {
background: #1c1c1c !important;
        border: 1px solid #1c1c1c;
-o-border-radius: 5px 5px 0 0;
transition: background 0.5s;
}
ul.tabbernav li.tabberactive a {
background: #59595c !important;
border: 1px solid #59595c;
color: black !important;
font-weight: bold !important;
}
/* Header Tabber Formating */
.round-tabber .tabberlive .tabbertab,
.round-tabber .tabber .tabbertab {
    border-bottom-color: transparent; /* doesn't have to be transparent, could be the same border color used elsewhere */
    border-left-color: transparent; /* doesn't have to be transparent, could be the same border color used elsewhere */
    border-right-color: transparent; /* doesn't have to be transparent, could be the same border color used elsewhere */
    border-top-color: #59595c; /* This should match your general choice of border color */
    border-image: none;
    border-style: solid none none;
    border-width: 1px medium medium;
}
.round-tabber ul.tabbernav {
    border-bottom: none;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(100px, 1fr));
    column-gap:1em;
}
.round-tabber ul.tabbernav li a {
    background: none repeat scroll 0 0 #59595c; /* This should match your general choice of background color */
    border: 1px solid #59595c; /* This should match your general choice of border color */
    border-image: none;
    margin-left: 3px;
    padding: 0.5em 0.3em !important;
    text-decoration: none;
    display:grid;
}
.round-tabber ul.tabbernav li {
    display: inline;
    list-style: none outside none;
    margin: 0 0 0 px;
}
.round-tabber ul.tabbernav li a:link {
    color: #7AB1CC; /* This should match your anchor color, but simply being different from the default text color works */
}
.round-tabber ul.tabbernav li a:hover {
    background: none repeat scroll 0 0 #000000;
    border-color: #505050; /* This should match your general choice of border color */
    color: #FFFFFF;
}
.round-tabber ul.tabbernav li.tabberactive a {
    background-color: #000000;
    color: #FFFFFF;
}
.round-tabber ul.tabbernav li.tabberactive a,
.round-tabber ul.tabbernav li.tabberactive a:hover,
.round-tabber ul.tabbernav li.tabberactive a:link {
    background-color: #000000;
    border-bottom: 1px none;
    padding: 2px 0.5em 4px;
}
.round-tabber ul.tabbernav {
    text-align:center; /* if you want the tabs to be centered rather than left-justified with respect to the tab content */
}
}


Linia 228: Linia 30:
div.thumbinner {
div.thumbinner {
border: 0 solid transparent;
border: 0 solid transparent;
border-radius: 3px;
padding: 3px !important;
padding: 5px !important;
background-color: transparent;
background-color: #3b3b3b;
font-size: 94%;
font-size: 94%;
text-align: center;
text-align: center;
overflow: hidden;
overflow: hidden;
width: min-content !important;
}
}


html .thumbimage {
html .thumbimage {
border: 0 none transparent;
border: 0 none transparent;
background-color: transparent !important;
background: none;
margin-bottom: 5px;
}
}


Linia 277: Linia 74:
pre { overflow: auto; }
pre { overflow: auto; }


/* Hover Box for switching the visibility of the selected item */
 
.hoverbox {
/*
display:inline-block;
.hoverbox:hover:after {
padding:0em;
opacity: 0;
}
  transition:display 0.5s!important;
.hoverbox .hoveritem {  
transition: 0.5s;
display:inline-block;
margin:0em;
padding:0em;
opacity:0;
z-index:-1!important;
transition: opacity .5s, z-index .6s;
}
.hoverbox .hoveritem.selected {
display:inline-block;
}
.hoverbox:hover .hoveritem {
display:inline-block;
height: auto;
opacity:100;
transition: opacity .5s;
width:auto;
height:auto;
z-index:4 !important;
}
.hoverbox:hover .hoveritem.selected {
display:none;
}
.hoverbox {
cursor: pointer;
}
}
*/
/* Audio */
/* Audio */
audio{
audio{
-webkit-filter:invert(100%);
filter:invert(100%);
}
}
audio::-webkit-media-controls-enclosure{
audio::-webkit-media-controls-enclosure{
Linia 319: Linia 91:
}
}


/* Image Hovering */
.hycontent a{
opacity: 100 ;
transition: opacity 0.5s;
}


/* Sidebar Icons
#p-Social_Links li { display: inline-block; align-content: center; text-align: center}
#p-Social_Links  li a { display: block; width: 71px; height: 71px; overflow: hidden; text-align: center;}
#p-Social_Links  li a:hover { opacity: 0.5; }
#n-Steam a:before { content: url(https://hub.scpslgame.com/images/1/1b/SteamFavIcon.png);}
#n-Patreon a:before { content: url(https://hub.scpslgame.com/images/8/8a/PatreonFavIcon.png); }
#n-Discord a:before { content: url(https://hub.scpslgame.com/images/f/fa/DiscordFavIcon.png); }
#n-Facebook a:before { content: url(https://hub.scpslgame.com/images/8/8c/FacebookFavIcon.png); }
#n-Reddit a:before { content: url(https://hub.scpslgame.com/images/d/d5/RedditFavIcon.png); }
#n-Twitter a:before { content: url(https://hub.scpslgame.com/images/a/af/TwitterFavIcon.png); }
#n-Twitch a:before { content: url(https://hub.scpslgame.com/images/b/b5/TwitchFavIcon.png); }
#n-Youtube a:before { content: url(https://hub.scpslgame.com/images/2/26/YoutubeFavIcon.png); }
#n-Website a:before { content: url(https://hub.scpslgame.com/images/7/73/WebsiteFavIcon.png); }
*/
/* Image Hovering */
.hycontent:hover a, .hycontent:hover a p  {
.hycontent:hover a, .hycontent:hover a p  {
  opacity: 0.7 ;
  opacity: 0.5 ;
transition: opacity 0.5s;
  color: #9c8a7b !important;
  color: #9c8a7b !important;
  transition: opacity 0.5s;
}
}


/* CSS Hover Gallery for Mediawiki
.smwtable .row-even {
*
    background-color: #2e2e2e;
* @author: Unknown
* current version crafted together by [[User:Christharp]] from several CSS sites. For my website:[http://www.yellpedia.com/wiki/Main_Page Yellpedia]
*/
 
.zoom_img img{
-moz-transition:-moz-transform 0.1s ease-in;
-webkit-transition:-webkit-transform 0.1s ease-in;
-o-transition:-o-transform 0.1s ease-in;
transition:transform 0.1 ease-in;
}
 
.zoom_img img:hover{
-moz-transform:scale(1.5);
-webkit-transform:scale(1.5);
-o-transform:scale(1.5);
transform:scale(1.5);
}
}
div.thumbinner { border: 0 solid transparent; padding: 3px !important; background-color: transparent; background: none; font-size: 94%; text-align: center; overflow: hidden; } html .thumbimage { border: 0 none transparent; background-color: transparent !important; background: none; } html .thumbcaption { border: none; line-height: 1.4em; padding: 3px; font-size: 94%; } div.magnify { border: none !important; background: none !important; margin-left: 0; } div.magnify a, div.magnify img { display: block; border: none !important; background: none !important; } /* @noflip */div.tright { margin: .5em 0 1.3em 1.4em; } /* @noflip */div.tleft { margin: .5em 1.4em 1.3em 0; } img.thumbborder { border: 0 none transparent; }


/* CSS Typing Text
/* CSS Typing Text
Linia 424: Linia 169:
   from { width: 0; color: rgb(4,4,5); opacity:0; }  
   from { width: 0; color: rgb(4,4,5); opacity:0; }  
}
}
/* CSS Sliding Image Gallery for Mediawiki
*
* @author: Unknown
* current version crafted together by [[User:Christharp]] from several CSS sites.
*/
.wrapper {
  position: absolute;
  top: 1%;
  width: 4000px;
-webkit-animation: 60s credits linear infinite;
-moz-animation: 60s credits linear infinite;
-ms-animation:60s credits linear infinite;
-o-animation: 60s credits linear infinite;
animation: 60s credits linear infinite;
}
.wrapper img:hover {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -o-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4);
    cursor: pointer;
}
@keyframes credits {
  0% {
    margin-left: 0px;
}
100% {
    margin-left: -4000px;
}
}
@-webkit-keyframes credits {
  0% {
  margin-left: 0px;
  }
100% {
    margin-left: -4000px;
  }
}
@-moz-keyframes credits {
  0% {
    margin-left: 0px;
}
100% {
    margin-left: -4000px;
}
}
@-o-keyframes credits {
  0% {
    margin-left: 0px;
}
100% {
    margin-left: -4000px;
}
}
.wrapper:hover{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    -ms-animation-play-state: paused;
    cursor: pointer;
}
.test:hover a {
-webkit-box-shadow: 0px 0px 100px 0px rgba(11,88,156,1);
-moz-box-shadow: 0px 0px 100px 0px rgba(11,88,156,1);
box-shadow: 0px 0px 100px 0px rgba(11,88,156,1);
transition: .8s ease;
}
.test a:hover, #ca-talk > span > a {color: #9c8a7b !important; }
/* Background Images for Pages */
.page-User_Jamintheinfinite{       
background-image: linear-gradient(rgba(10,10,10,.70), rgba(10,10,10,.70)),
      url("https://hub.scpslgame.com/images/0/0d/Hubert1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    }
   
.page-User_DentyMods{       
background-image: linear-gradient(rgba(10,10,10,.70), rgba(10,10,10,.70)),
      url("https://hub.scpslgame.com/images/0/0d/Hubert1.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    }
/* Test Background Images for Pages */
.page-Light_Containment_Zone{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/7/70/LightCAT.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Heavy_Containment_Zone{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/3/32/HeavyCAT.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Entrance_Zone{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/0/00/EZ_HL_C.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Surface_Zone{
background-image: linear-gradient(rgba(31,68,136,.10), rgba(31,68,136,.10)),
      url("https://hub.scpslgame.com/images/c/ca/Surface_2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Site-02{
background-image: linear-gradient(rgba(31,68,136,.10), rgba(31,68,136,.10)),
      url("https://hub.scpslgame.com/images/9/99/Site02BG.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Micro_H_I_D{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/2/2b/Micro_HID_Side.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
/*
.page-SCP-018{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/0/0b/HubertballRitual.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
*/
.page-SCP-049{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/7/77/049Chamber.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-SCP-049-2{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/f/fc/049OutsideChamber.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-SCP-079{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/3/39/079Chamber.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-SCP-096{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/6/68/096Entrance.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-SCP-106{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/e/ed/106Bottom.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-SCP-173{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/1/18/173Chamber.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-SCP-330{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/2/29/330Background.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-SCP-939{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/a/a5/939Spawn.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-SCP-2536_2021 {
background-image: linear-gradient(rgba(10,10,10,.80), rgba(10,10,10,.80)),  url("https://hub.scpslgame.com/images/8/8b/2536Banner2021.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Facility_Guard{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/a/ab/Cubical_Office_Cube.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Chaos_Insurgent{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/3/3a/SurfaceChaosVan.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Mobile_Task_Force{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/9/97/SurfaceMTFHelicopter.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Scientist{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/f/fb/EXEntrance.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Class-D_Personnel{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/c/c1/CDEntrance.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Tutorial{
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/0/08/Tutorial_Tower.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Alpha_Warhead{
background-image: linear-gradient(rgba(10,10,10,.80), rgba(10,10,10,.80)),
      url("https://hub.scpslgame.com/images/7/72/Warhead_Render.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
/* CSS for changing banners for pages; Code is similar to making background images for pages*/
.page-Updates_11_0_1 .banner, .page-Updates_11_0_2 .banner, .page-Updates_11_0_3 .banner{
background-image: linear-gradient(rgba(11,88,156,.15), rgba(11,88,156,.15)),
      url("https://hub.scpslgame.com/images/7/77/914Banner.png")!important;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
}
.page-COM-15 .banner{
background-image:  url("https://hub.scpslgame.com/images/b/b7/WikiCOM15.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
}
.page-COM-18 .banner{
background-image:  url("https://hub.scpslgame.com/images/c/c0/WikiCOM18.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
}
.page-FSP-9 .banner{
background-image:  url("https://hub.scpslgame.com/images/3/3b/WikiMP7.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left center;
}
.page-Crossvec .banner{
background-image:  url("https://hub.scpslgame.com/images/3/39/WikiVector.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left center;
}
.page-MTF-E11-SR .banner{
background-image:  url("https://hub.scpslgame.com/images/a/ad/WikiE11.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left center;
}
.page-_44_Revolver .banner{
background-image:  url("https://hub.scpslgame.com/images/e/ec/WikiRevolver.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
}
.page-Shotgun .banner{
background-image:  url("https://hub.scpslgame.com/images/6/60/WikiShotgun.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left center;   
}
.page-Logicer .banner{
background-image:  url("https://hub.scpslgame.com/images/4/4c/WikiLogicer.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left center;
}
.page-AK .banner{
background-image:  url("https://hub.scpslgame.com/images/b/be/WikiAK.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left center;
}
.page-Micro_H_I_D .banner{
background-image:  url("https://hub.scpslgame.com/images/6/67/MicroHIDBlueprint.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left 0 top -125px;
}
.page-SCP-079 .banner{
background-image:  url("https://hub.scpslgame.com/images/e/ef/SCP079Banner.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
}
.page-SCP-096 .banner{
background-image:  url("https://hub.scpslgame.com/images/f/f4/SCP096Banner.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left center;
}
.page-SCP-173 .banner{
background-image:  url("https://hub.scpslgame.com/images/d/d6/173Banner.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: left center;
}
.page-SCP-244 .banner{
background-image:  url("https://hub.scpslgame.com/images/7/76/244Banner.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
}
.page-SCP-2176 .banner{
background-image:  url("https://hub.scpslgame.com/images/b/b3/Bulb.png");
    background-repeat: no-repeat;
    background-attachment:scroll;
    background-size: cover ;
    background-position: right center;
}
/*
.page-Main_Page{ 
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)), url("https://hub.scpslgame.com/images/4/4e/Snow.png"), url("https://hub.scpslgame.com/images/e/ee/Snow2.png"), url("https://hub.scpslgame.com/images/d/d8/Snow3.png"), url("https://hub.scpslgame.com/images/7/73/ClassDXmas1.png");     
    background-attachment: fixed;
    z-index: 1;
    position: relative, relative, relative, center top;
    background-size: cover, 500px 500px, 300px 300px, 400px 400px, cover;
    -webkit-animation: snow 30s linear infinite;
    -moz-animation: snow 30s linear infinite;
    -ms-animation: snow 30s linear infinite;
    animation: snow 30s linear infinite;
}
@keyframes snow {
0% {background-position: 0px 0px;}
50% {background-position: 500px 1000px, 500px 1000px, 400px 400px, 300px 300px, 0px 0px;}
100% {background-position: -500px 2000px, -500px 2000px, -400px 800px, -300px 600px, 0px 0px;}
}
@-moz-keyframes snow {
0% {background-position: 0px 0px;}
50% {background-position: 500px 1000px, 500px 1000px, 400px 400px, 300px 300px, 0px 0px;}
100% {background-position: -500px 2000px, -500px 2000px, -400px 800px, -300px 600px, 0px 0px;}
}
@-webkit-keyframes snow {
0% {background-position: 0px 0px;}
50% {background-position: 500px 1000px, 500px 1000px, 400px 400px, 300px 300px, 0px 0px;}
100% {background-position: -500px 2000px, -500px 2000px, -400px 800px, -300px 600px, 0px 0px;}
}
@-ms-keyframes snow {
0% {background-position: 0px 0px;}
50% {background-position: 500px 1000px, 500px 1000px, 400px 400px, 300px 300px, 0px 0px;}
100% {background-position: -500px 2000px, -500px 2000px, -400px 800px, -300px 600px, 0px 0px;}
}
*/
.page-Main_Page_Sandbox_2{
background-image: linear-gradient(rgba(11,88,156,.10), rgba(11,88,156,.10)),
      url("https://hub.scpslgame.com/images/d/d6/173ReworkBackground2.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-size:cover;
}
.page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ{       
background-image: linear-gradient(rgba(23,23,23,.70), rgba(23,23,23,.70)),
      url("https://hub.scpslgame.com/images/1/1e/GlitchedSCP-079.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    }
   
   
.page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ .banner{
background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size:cover;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ .user-link-content{
    direction: rtl;
    unicode-bidi: bidi-override;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ .sidebar-button{
    direction: rtl;
    unicode-bidi: bidi-override;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ .navbox-title{
    direction: rtl;
    unicode-bidi: bidi-override;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ .mw-collapsible-text{
    direction: rtl;
    unicode-bidi: bidi-override;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ .mw-portlet-body{
    direction: rtl;
    unicode-bidi: bidi-override!important;
    }
        .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ .infobox2{
    direction: rtl;
    unicode-bidi: bidi-override!important;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ #catlinks{
    direction: rtl;
    unicode-bidi: bidi-override!important;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ #p-logo{
    direction: rtl;
    unicode-bidi: bidi-override!important;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ #footer-bottom{
    direction: rtl;
    unicode-bidi: bidi-override!important;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ #lastmod{
    direction: rtl;
    unicode-bidi: bidi-override!important;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ #copyright{
    direction: rtl;
    unicode-bidi: bidi-override!important;
    }
    .page-Ų͔ͯ͒͆̈̎͑ͮp̬̻͚͒̈͑̇d͉̹̼̹͙ͅa͎͉̐t͚̫͎͓̠͈́̿e̺̲̓s̵̬͎͚̗͎̉͑̇ͯͅ_̠̝͉͢9̷̘͉͉͂̈́̓̃_͙̰ͥͩ0̰̝͍͎̤͍̟ͭ̋̆̉̇̿̉_̶̥̹͎͕̱̿͌4̧̣̟̪̹̹̤̏ͣ .navbox-group{
    direction: rtl;
    unicode-bidi: bidi-override!important;
    }

Aktualna wersja na dzień 23:32, 5 paź 2022

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

/* Link formating */
a.new:visited, #ca-talk > span > a { 	color: #d6b295 !important; }
a.new:link, #ca-talk > span > a { 	color: #926b6b !important; }
a.external, #ca-talk > span > a {color: #f2d7c1 !important; }
a:link, #ca-talk > span > a { color: #f2d7c1 !important; }
.hycontent a:hover, #ca-talk > span > a {color: #9c8a7b !important; }


/* Infobox test */
.infobox-container {
    position: relative;
    display: inline-block;
    margin: 5;
    padding: 5;
    width: auto;
}
/* Plain list */
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}


div.thumbinner {
	border: 0 solid transparent;
	padding: 3px !important;
	background-color: transparent;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
}

html .thumbimage {
	border: 0 none transparent;
}

html .thumbcaption {
	border: none;
	line-height: 1.4em;
	padding: 3px;
	font-size: 94%;
}

div.magnify {
	border: none !important;
	background: none !important;
	margin-left: 0;
}

div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
}

/* @noflip */div.tright {
	margin: .5em 0 1.3em 1.4em;
}

/* @noflip */div.tleft {
	margin: .5em 1.4em 1.3em 0;
}

img.thumbborder {
	border: 0 none transparent;
}
/* Overflow by default */
pre { overflow: auto; }


/*
.hoverbox:hover:after {
 opacity: 0;
  transition:display 0.5s!important;
 transition: 0.5s;
}
*/

/* Audio */
audio{
filter:invert(100%);
}
audio::-webkit-media-controls-enclosure{
transform: scale(1.1);
}

/* Image Hovering */
.hycontent a{
 opacity: 100 ;
 transition: opacity 0.5s;
}

.hycontent:hover a, .hycontent:hover a p  {
 opacity: 0.5 ;
 transition: opacity 0.5s;
 color: #9c8a7b !important;
}

.smwtable .row-even {
    background-color: #2e2e2e;
}
div.thumbinner { 	border: 0 solid transparent; 	padding: 3px !important; 	background-color: transparent; 	background: none; 	font-size: 94%; 	text-align: center; 	overflow: hidden; } html .thumbimage { 	border: 0 none transparent; 	background-color: transparent !important; 	background: none; } html .thumbcaption { 	border: none; 	line-height: 1.4em; 	padding: 3px; 	font-size: 94%; } div.magnify { 	border: none !important; 	background: none !important; 	margin-left: 0; } div.magnify a, div.magnify img { 	display: block; 	border: none !important; 	background: none !important; } /* @noflip */div.tright { 	margin: .5em 0 1.3em 1.4em; } /* @noflip */div.tleft { 	margin: .5em 1.4em 1.3em 0; } img.thumbborder { 	border: 0 none transparent; }

/* CSS Typing Text
 * 
 * @author: Unknown
 * current version crafted together by [[User:Christharp]].
 */

.typing{
  margin: 10px 0 0 10px;
    width: 1000px;
   white-space:nowrap;
   overflow:hidden;
  animation: type 15s steps(150, end);
-webkit-animation:type 15s steps(150, end); 
  -moz-animation:type 15s steps(150, end); 
 -o-animation:type 15s steps(150, end); 
}

@keyframes type{ 
  from { width: 0; } 
} 
@-webkit-keyframes type{ 
  from { width: 0; } 
} 
@-moz-keyframes type{ 
  from { width: 0; } 
}
@-o-keyframes type{ 
  from { width: 0; } 
}

.typingslow{
  margin: 10px 0 0 10px;
    width: 1000px;
   white-space:nowrap;
   overflow:hidden;
 animation: type 5s steps(150, end);
-webkit-animation:type 5s steps(150, end); 
  -moz-animation:type 5s steps(150, end); 
 -o-animation:type 5s steps(150, end); 
    animation-delay:2s;
-webkit-animation-delay:2s; 
  -moz-animation-delay:2s;
 -o-animation-delay:2s;
  animation-fill-mode: backwards;
   -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
     -o-animation-fill-mode: backwards;
}

@keyframes typeslow{ 
  from { width: 0; color: rgb(4,4,5); opacity:0; } 
} 
@-webkit-keyframes typeslow{ 
  from { width: 0; color: rgb(4,4,5); opacity:0; } 
} 
@-moz-keyframes typeslow{ 
  from { width: 0; color: rgb(4,4,5); opacity:0; } 
}
@-o-keyframes typeslow{
  from { width: 0; color: rgb(4,4,5); opacity:0; } 
}
Ciasteczka pomagają nam dostarczać nasze usługi. Korzystając z naszych usług, zgadzasz się na wykorzystywanie ciasteczek.