No edit summary |
Testing background for specific pages |
||
| Line 1: | Line 1: | ||
. | body { | ||
{ | cursor: url('/wiki/Special:FilePath/Quill.png'), pointer; | ||
} | |||
a:hover { | |||
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer; | |||
} | |||
button:hover{ | |||
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer; | |||
} | |||
a.wikia-button, | |||
.wikia-single-button a, | |||
input[type="submit"], | |||
input[type="reset"], | |||
input[type="button"], | |||
.button, | |||
button:not(.wds-button), | |||
.wikia-menu-button, | |||
.wikia-chiclet-button, | |||
a.wikia-button:hover, | |||
.wikia-single-button a:hover, | |||
input[type="submit"]:hover, | |||
input[type="reset"]:hover, | |||
input[type="button"]:hover, | |||
.button:hover, | |||
button:hover:not(.search-submit), | |||
.wikia-menu-button > a:hover, | |||
.wikia-menu-button:not(.combined) > .drop:hover, | |||
.wikia-chiclet-button:hover{ | |||
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer; | |||
} | } | ||
. | .WikiHeader li {font-family: "Blackadder ITC";} | ||
.nav-item{ | |||
{ | font-family: "Blackadder ITC"; | ||
} | } | ||
.ChatWindow #WikiaPage > .Chat .username { | |||
{ | color: green; | ||
font-family: "Blackadder ITC"; | |||
} | } | ||
.ChatWindow #WikiaPage > .Chat li[data-user="FleetCaptainT"] .username { | |||
color: red; | |||
font-family: "Courier"; | |||
} | } | ||
.ChatWindow #Rail li[data-user="FleetCaptainT"] .username { | |||
{ | color: red; | ||
} | } | ||
.ChatWindow #Rail li[data-user="The theta AI"] .username { | |||
{ | color: purple; | ||
} | } | ||
.ChatWindow #WikiaPage > .Chat li[data-user="Stirling Silverstine"] .username { | |||
color: blue; | |||
font-family: "Comic Sans MS"; | |||
} | } | ||
.ChatWindow #WikiaPage > .Chat li[data-user="Jonna Friesian"] .username { | |||
color: orange | |||
} | |||
. | .ChatWindow #WikiaPage > .Chat li[data-user="The theta AI"] .username { | ||
color: purple | |||
} | } | ||
. | .ChatWindow #WikiaPage > .Chat li[data-user="Wiz Ardon, the Peculiar Enchanter"] .username { | ||
color: green; | |||
font-family: "Blackadder ITC"; | |||
} | } | ||
. | .ChatWindow #WikiaPage > .Chat li[data-user="Haroldosaur"] .username { | ||
color: brown | |||
} | } | ||
. | .ChatWindow #WikiaPage > .Chat li[data-user="TheBuildersOfNinjago"] .username { | ||
color: yellow | |||
} | } | ||
. | .ChatWindow #WikiaPage > .Chat li[data-user="BlazeFalconeye"] .username { | ||
color: red | |||
. | |||
. | |||
} | } | ||
. | /* Testing background for specific pages */ | ||
.page-Tertiary_Positioning #WikiaPageBackground { | |||
background:url('https://vignette.wikia.nocookie.net/kotos/images/a/a4/Wiki-background-TalmidStories.jpg/revision/latest?cb=20200707174117'); | |||
} | } | ||
Revision as of 17:48, 7 July 2020
body {
cursor: url('/wiki/Special:FilePath/Quill.png'), pointer;
}
a:hover {
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer;
}
button:hover{
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer;
}
a.wikia-button,
.wikia-single-button a,
input[type="submit"],
input[type="reset"],
input[type="button"],
.button,
button:not(.wds-button),
.wikia-menu-button,
.wikia-chiclet-button,
a.wikia-button:hover,
.wikia-single-button a:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover,
button:hover:not(.search-submit),
.wikia-menu-button > a:hover,
.wikia-menu-button:not(.combined) > .drop:hover,
.wikia-chiclet-button:hover{
cursor: url('/wiki/Special:FilePath/Wooden_Sword.png'), pointer;
}
.WikiHeader li {font-family: "Blackadder ITC";}
.nav-item{
font-family: "Blackadder ITC";
}
.ChatWindow #WikiaPage > .Chat .username {
color: green;
font-family: "Blackadder ITC";
}
.ChatWindow #WikiaPage > .Chat li[data-user="FleetCaptainT"] .username {
color: red;
font-family: "Courier";
}
.ChatWindow #Rail li[data-user="FleetCaptainT"] .username {
color: red;
}
.ChatWindow #Rail li[data-user="The theta AI"] .username {
color: purple;
}
.ChatWindow #WikiaPage > .Chat li[data-user="Stirling Silverstine"] .username {
color: blue;
font-family: "Comic Sans MS";
}
.ChatWindow #WikiaPage > .Chat li[data-user="Jonna Friesian"] .username {
color: orange
}
.ChatWindow #WikiaPage > .Chat li[data-user="The theta AI"] .username {
color: purple
}
.ChatWindow #WikiaPage > .Chat li[data-user="Wiz Ardon, the Peculiar Enchanter"] .username {
color: green;
font-family: "Blackadder ITC";
}
.ChatWindow #WikiaPage > .Chat li[data-user="Haroldosaur"] .username {
color: brown
}
.ChatWindow #WikiaPage > .Chat li[data-user="TheBuildersOfNinjago"] .username {
color: yellow
}
.ChatWindow #WikiaPage > .Chat li[data-user="BlazeFalconeye"] .username {
color: red
}
/* Testing background for specific pages */
.page-Tertiary_Positioning #WikiaPageBackground {
background:url('https://vignette.wikia.nocookie.net/kotos/images/a/a4/Wiki-background-TalmidStories.jpg/revision/latest?cb=20200707174117');
}