Welcome to Assassin's Creed Wiki! Log in and join the community.

User:Answeration/wikia.css: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Answeration
Created page with "Note: After saving, you have to bypass your browser's cache to see the changes. *Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+..."
 
imported>Answeration
No edit summary
 
Line 1: Line 1:
Note: After saving, you have to bypass your browser's cache to see the changes.
 
*Internet Explorer: hold down the Ctrl key and click the Refresh or Reload button, or press Ctrl+F5.
*Firefox: hold down the Shift key while clicking Reload; alternatively press Ctrl+F5 or Ctrl-Shift-R.
*Opera users have to clear their caches through Tools→Preferences
*Konqueror and Safari users can just click the Reload button.
*Chrome: press Ctrl+F5 or Shift+F5


/* remove image attribution */
/* remove image attribution */

Latest revision as of 06:57, 11 July 2012

/* remove image attribution */
.WikiaArticle .picture-attribution {display:none;}
 
/* changing search text color */
.WikiaSearch input[type="text"] { color: #5D8AA8 !important }
 
/*Some things*/
a[href="/wiki/User:Amnestyyy"] { font-family:Blackadder ITC; font-size:19px; !important; }
a[href="/wiki/User:Stormbeast"] { font-family:Euphemia UCAS; font-size:18px; !important; }
a[href="/wiki/User:TheSt0ryTeller"] { font-family:Century Schoolbook; font-size:19px; !important; }
a[href="/wiki/User:-S-"] {color:#7575DB; font-family:OCR A; font-size:6; !important; }
a[href="/wiki/User:Master Sima Yi"] { font-family:Mistral; font-size:18px; !important; }
 
 
/* NAVIGATION LINKS */
a, .color2 a {
color: #318CE7;
}
 
a:hover, .color2 a:hover {
  color: #318CE7;
  text-shadow:#007FFF 0 0 5px;
  text-decoration:none;
}
 
a:visited, .color2 a:visited {
  color: #5D8AA8;
  text-decoration:none;
}
 
a:visited:hover, .color2 a:visited:hover {
  color: #5D8AA8;
  text-shadow: #75B2DD 0 0 5px;
  text-decoration:none;
}
 
a {
 color: #318CE7;
}
 
.WikiaArticle a:visited {
 color: #5D8AA8;
}
 
.WikiaArticle a.external {
 color: #318CE7;
}
 
.new {
 color: #318CE7 !important;
}