Homestuck Wiki
Nie podano opisu zmian
Nie podano opisu zmian
Linia 76: Linia 76:
 
border: 3px solid #180447;
 
border: 3px solid #180447;
 
border-radius: 10px;
 
border-radius: 10px;
opacity: 0.3;
+
opacity: 0.6;
 
}
 
}
 
 

Wersja z 14:29, 18 lut 2018

/* Umieszczony tutaj kod CSS wpłynie na wygląd skórki Wikia */
/*Tlo/
.mediawiki {
 /* TŁO */
body {
    background-image: url(https://i.imgur.com/RIKsmPB.png) !important;
}
    background-attachment: fixed;
   background-size:cover;
/* Kolory nicków */
a[href="/wiki/U%C5%BCytkownik:Krosos8"] {
    color: #A15101; !important;
    font-family: Courier New, Courier, Arial !important; }
a[href="/wiki/U%C5%BCytkownik:Arma3000"] {
    color: #69006A; !important;
    font-family: Courier New, Courier, Arial !important; }
a[href="/wiki/U%C5%BCytkownik:Moonlight_Music"] {
    color: #621CB3; !important;
    font-family: Courier New, Courier, Arial !important; }

/* Czcionka linków */
.WikiaArticle a 
{
   font-family: Courier, monospace;
   font-weight: bold;
   color: #006cb0 !important;
}

.WikiaArticle .selflink 
{
   font-family: Courier, monospace;
   font-weight: bold;
   color: #808080 !important;
}
.WikiaArticle .extiw 
{
   color: #36b !important;
}

.WikiaArticle .external 
{
   color: #36b !important;
}
.WikiaArticle a.new
{
   color: #C20 !important;
}

h1, h2, h3, h4, h5
{
   font-family: Courier, monospace;
   font-weight: bold;
}

/* Wybór stylu tekstu */
::-moz-selection { /* Firefox */
    background: #3399ff;
    color: white;
}

::-webkit-selection { /* Chrome and Safari */
    background: #3399ff;
    color: white;
}

::selection {
    background: #3399ff;
    color: white;
}

.monobook {display:none}
/* Moduły */
#WikiaRail .module, .GamingCalendarModule {
	background-color: #180447;
	font-size: 100%;
	border: 3px solid #180447;
	border-radius: 10px;
	opacity: 0.6;
}
 
.templatedraft-module-button {
    color: #7f7f7f;
}