Shoukoku no Altair Wikia
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* Chat */
/** Main module **/
.rail-module.chat-module {
	background-size: cover;
	background: white url("//shoukoku-no-altair.wikia.com/wiki/Special:FilePath/Chat_Module_Background.png") no-repeat center;
	color: #000;
	font-weight: bold;
	text-shadow: 0 0 2px white;
	padding: 10px;
	margin: 20px 0;
}
/** Image carousel **/
.chat-module .avatars {
	background: rgba(255, 255, 255, 0.8);
	color: #000;
	font-weight: bold;
	text-shadow: 0 0 2px white;
}
/** Button **/
.chat-module .start-a-chat-button {
	background: rgba(255, 255, 255, 0.8);
}


/* Recent Activity */
.WikiaRail .module > h2, .WikiaRail .rail-module h2 {
    background: -webkit-linear-gradient(#A6BE12, #38AC10);
    border-color: transparent;
    border-image: linear-gradient(to right, transparent 0%, #b9142b 30%, #f48790 70%, #b9142b 90%, transparent 100%) 1 1 1 1;
    border-style: none none solid;
    border-width: 0 0 2px;
    color: #A6BE12;
    font-size: 1.7em !important;
    line-height: 1em !important;
    margin-bottom: 15px;
    text-align: center;
    font-family: Arial;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.WikiaRail .module {
    background: none;
    border-color: transparent;
    border-style: none;
    border-width: 0;
}
.WikiaActivityModule.module {
    background: transparent url("//shoukoku-no-altair.wikia.com/wiki/Special:FilePath/Recent_Activity_Background.png") no-repeat scroll center center;
    min-height: 300px;
}
.WikiaRail .WikiaActivityModule {
	background: url('//shoukoku-no-altair.wikia.com/wiki/Special:FilePath/Recent_Activity_Background.png') center top no-repeat;
}


/* Bulletpoint Design */
/**
 * turn square bullets to circles in
 * articles and comments/message wall posts
 * in the Oasis skin only
 */
.WikiaArticle ul,
.SpeechBubble .speech-bubble-message ul {
	list-style-type: disc;
}
/* fix some bugs with circles appearing in weird places */
.AdminDashboard ul,
.RelatedPagesModule ul,
.WikiaBlogListing ul {
	list-style-type: none;
}

ul { font-size: 14px; line-height: 16px; list-style: none; margin-left: 0; padding-left: 1em; text-indent: -1em; }
li:before { content: "☀🌙☪️"; }



/* Admin Design */
a[href$="/wiki/User:Hanged-Raven"] 🐦 {
    color: #800000 !important;
    font-weight: bold !important;
    font-family: Arial !important;
    🌙️Hanged-Raven🐦
}
Advertisement