Assassin's Creed Wiki
Assassin's Creed Wiki
mNo edit summary
mNo edit summary
Line 38: Line 38:
 
/*************/
 
/*************/
 
body.mediawiki {
 
body.mediawiki {
background:url(http://images.wikia.com/assassinscreed/images/1/14/ACIVBG.jpg) no-repeat center top #000 !important;
+
background:url(http://images3.wikia.nocookie.net/__cb20131106185807/assassinscreed/images/5/56/WikiWallpaperBFHQ.jpg) no-repeat center top #000 !important;
 
}
 
}
 
 

Revision as of 14:54, 7 November 2013

/* common.css copied over for compatibility with new Wikia skin */
/***** CSS placed here will be applied to all skins on the entire site. *****/
@import url("http://assassinscreed.wikia.com/index.php?title=MediaWiki:Common.css&usemsgcache=yes&ctype=text/css&smaxage=86400&action=raw&maxage=86400");

/***************************************/
/*  primary colors for ac website      */
/*  blue: rgb(0,108,176)             */  
/*  lightblue: links: rgb(0,191,255) */
/*  skull white: rgb(240,248,255)    */
/*  darkblue: rgb(0,49,83)           */
/***************************************/

/***************************/
/* bug fixes for oasis.css */
/***************************/
/* override the black background and give it transparency if it supports it */
/*.WikiaPage { background: url(http://images1.wikia.nocookie.net/__cb20101112044832/assassinscreed/images/1/1b/DarkBlue_0_49_83_80.png); } */
/*.WikiaPage { background: url( http://images4.wikia.nocookie.net/__cb20101112050841/assassinscreed/images/b/b7/DarkBlue_0_49_83_60.png); } */
/*.WikiaPage { background: url( http://images2.wikia.nocookie.net/assassinscreed/images/b/b0/DarkBlue_0_49_83_40.png); }*/
/* override the single brown border of the news */
/*.WikiaBlogListingBox .WikiaBlogListingPost { border-bottom: 1px solid #404040; } */
/* override the new blog news listing which gives it one huge margin */
.WikiaBlogListingBox .WikiaBlogListingPost blockquote { margin: 0 0 0 5px !important; }
/* remove the black bar below the table of content */
.WikiHeader .shadow-mask { display: none; }
/* Media files border fix*/
.WikiaArticle .tright, .WikiaArticle .tleft {
outline: inherit
}
.wikia-photogallery-add {display: none !important;}
.ajax-poll .pollAnswer { padding-right: 2em !important; }

/**Staff comments**/
@import "/index.php?title=MediaWiki:Wikia.css/comments&action=raw&ctype=text/css";

/***************/
/* Background */
/*************/
body.mediawiki  {
background:url(http://images3.wikia.nocookie.net/__cb20131106185807/assassinscreed/images/5/56/WikiWallpaperBFHQ.jpg) no-repeat center top #000 !important;
}
 
.WikiaPageBackground { 
  background: url( http://images4.wikia.nocookie.net/assassinscreed/images/2/2b/5d8aa8-60.png) !important;
  border: 2px solid #FFFFFF; 
  -moz-box-shadow:0 0 30px #FFFFFF;
  -webkit-box-shadow:0 0 30px #FFFFFF;
  box-shadow:0 0 30px #FFFFFF;
  padding-top: 59px;
  left:-1px;
}


/* Normal text color */
body {
    color: #FFF;
}

/* Navigation link color */
.WikiHeader li a {font-color: #FFFFFF;}

/**Dead Links**/
a.new{color: #BE0032 !important;}

/**HotSpot Module by User:Yatalu**/
.HotSpotsModule li .hot-spot-severity-1 {
background-color: #B0C4DE !important; 
}
.HotSpotsModule li .hot-spot-severity-2 {
background-color: #97AAC1 !important; 
}
.HotSpotsModule li .hot-spot-severity-3 {
background-color: #78899C !important; 
}
.HotSpotsModule li .hot-spot-severity-4 {
background-color: #586878 !important; 
}
.HotSpotsModule li .hot-spot-severity-5 {
background-color: #33404C !important; 
}