Domo Wiki
(rm small font temp fix)
(external links have an icon by default (slightly different))
Line 60: Line 60:
   
 
/* External links icons */
 
/* External links icons */
 
.WikiaArticle a.external, #bodyContent a[href^="gopher://"] {
 
background: url("http://images.wikia.com/common/skins/monobook/external.png") no-repeat scroll right center transparent;
 
padding-right: 13px;
 
color: #3366BB;
 
}
 
   
 
.WikiaArticle a[href^="https://"], .link-https {
 
.WikiaArticle a[href^="https://"], .link-https {

Revision as of 15:14, 29 June 2011

/** Importing MediaWiki:Common.css ***/
@import "http://domo.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";

/*** MAIN COLORS ***/

/* WikiaArticle */

.WikiaArticle {
line-height: 1.6;
}

table li, table ul { 
margin-left: 1em !important;
}

.WikiaArticle a:visited,table.gallery td a:visited {
color:#5A3696;
}

.WikiaArticle a:active {
color:#FAA700;
}

/*** SKIN SPECIFIC TWEAKS ***/

/* Picture attribution */
.picture-attribution {
display:none !important;
} 

/* Thumbnails */
.thumb {
font-size: 8pt !important;
}

/* Headings */
h3 .mw-headline, h4 .mw-headline, h5 .mw-headline {
font-weight: bold; }

/* Lists */

.WikiaArticle ul {
list-style:square outside url("http://images1.wikia.nocookie.net/__cb21711/common/skins/monobook/bullet.gif");
}

table ul {
margin-top: 0;
margin-bottom: 0;
margin-right: 0;
margin-left: 1.6em;
}

.WikiaArticle .toc ul {
list-style: none;
}

.redirectMsg {
font-size: 14pt;
}

/* External links icons */

.WikiaArticle a[href^="https://"], .link-https {
background: url("http://images.wikia.com/common/skins/monobook/lock_icon.gif") no-repeat scroll right center transparent;
padding-right: 16px;
}

.WikiaArticle a[href^="mailto:"], .link-mailto {
background: url("http://images.wikia.com/common/skins/monobook/mail_icon.gif") no-repeat scroll right center transparent;
padding-right: 18px;
}
.WikiaArticle a[href^="news://"] {
background: url("http://images.wikia.com/common/skins/monobook/news_icon.png") no-repeat scroll right center transparent;
padding-right: 18px;
}

.WikiaArticle a[href^="ftp://"], .link-ftp {
background: url("http://images.wikia.com/common/skins/monobook/file_icon.gif") no-repeat scroll right center transparent;
padding-right: 18px;
}

.WikiaArticle a[href^="irc://"], .link-irc {
background: url("http://images.wikia.com/common/skins/monobook/discussionitem_icon.gif") no-repeat scroll right center transparent;
padding-right: 18px;
}

.WikiaArticle a.external[href$=".ogg"], #bodyContent a.external[href$=".OGG"], .WikiaArticle a.external[href$=".mid"], #bodyContent a.external[href$=".MID"], .WikiaArticle a.external[href$=".midi"], #bodyContent a.external[href$=".MIDI"], .WikiaArticle a.external[href$=".mp3"], #bodyContent a.external[href$=".MP3"], .WikiaArticle a.external[href$=".wav"], #bodyContent a.external[href$=".WAV"], .WikiaArticle a.external[href$=".wma"], #bodyContent a.external[href$=".WMA"], .link-audio {
background: url("http://images.wikia.com/common/skins/monobook/audio.png") no-repeat scroll right center transparent;
padding-right: 13px;
}

.WikiaArticle a.external[href$=".ogm"], #bodyContent a.external[href$=".OGM"], .WikiaArticle a.external[href$=".avi"], #bodyContent a.external[href$=".AVI"], .WikiaArticle a.external[href$=".mpeg"], #bodyContent a.external[href$=".MPEG"], .WikiaArticle a.external[href$=".mpg"], #bodyContent a.external[href$=".MPG"], .link-video {
background: url("http://images.wikia.com/common/skins/monobook/video.png") no-repeat scroll right center transparent;
padding-right: 13px;
}

.WikiaArticle a.external[href$=".pdf"], #bodyContent a.external[href$=".PDF"], .WikiaArticle a.external[href*=".pdf#"], #bodyContent a.external[href*=".PDF#"], .WikiaArticle a.external[href*=".pdf?"], #bodyContent a.external[href*=".PDF?"], .link-document {
background: url("http://images.wikia.com/common/skins/monobook/document.png") no-repeat scroll right center transparent;
padding-right: 12px;
}

/* Table of content */
.toc {
line-height: 160%;
font-size: 8pt;
}

#toc h2, #toc .toctoggle {
font-size: 8pt !important;
border-bottom: 0px;
font-weight: bold;
}

.toc ul, .toc li { 
margin-left: 0 !important;
}

.toclevel-1 li, .toclevel-2 li, .toclevel-3 li, .toclevel-4 li {
margin-left: 2em !important;
}

/* Add divider under page title */
.WikiaPageHeader { 
border-bottom: 1px solid #D9D9D9;
margin-bottom: 5px; }