• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Difference between revisions of "MediaWiki:Common.css"

From Kancolle Wiki
Jump to navigation Jump to search
m (blockquote)
m (adding css to this file does not actually work)
Line 11: Line 11:
 
.watchlistredir {
 
.watchlistredir {
 
   font-style: italic;
 
   font-style: italic;
}
 
 
 
/* Blockquote Styling
 
-------------------------------*/
 
blockquote {
 
  background: #f9f9f9;
 
  border-left: 10px solid #ccc;
 
  margin: 1.5em 10px;
 
  padding: 0.5em 10px;
 
  quotes: "\201C""\201D""\2018""\2019";
 
}
 
blockquote:before {
 
  color: #ccc;
 
  content: open-quote;
 
  font-size: 4em;
 
  line-height: 0.1em;
 
  margin-right: 0.25em;
 
  vertical-align: -0.4em;
 
}
 
blockquote p {
 
  display: inline;
 
 
}
 
}

Revision as of 14:36, 27 January 2015

/***** CSS placed here will be applied to all skins on the entire site. *****/

/* Mark redirects in Special:Allpages and Special:Watchlist
-------------------------------*/
.allpagesredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)"
}
.watchlistredir {
   font-style: italic;
}