User:Eladkse/wikia.css

From Tardis Wiki, the free Doctor Who reference
Clear your cache often around here

After changes are made to this site's CSS or Javascript, you have to bypass your browser's cache to see the changes. You can always do this by going to your browser's preferences panel. But many browsers also offer keyboard shortcuts to save you that trouble. The following shortcuts work in the versions of the browsers that Tardis currently supports. They may not work in earlier versions.

  • Firefox: hold down Shift while performing a page reload.
  • Opera offers no default keyboard shortcut, but you can create a custom keyboard shortcut with the value Clear disk cache
  • Safari users should simultaneously hold down + Option + E. You may need to enable the Develop menu first
  • Chrome: press Ctrl + F5 or Shift + F5 while performing a page reload.
#lf-preload,
#lf-preload + div {
  display: none !important;
}
#EditPageEditorWrapper {
 padding-top: none !important;
}

.RelatedForumDiscussion {
  float: none;
  width: auto;
  margin: 0 0 10px;

  line-height: 90%;
  background-color: #transparent !important;
  background-image: none !important;
  border: 2px solid white !important;
  -webkit-border-radius: 0px 10px 10px 0px !important;
  -moz-border-radius: 0px 10px 10px 0px !important;
  -o-border-radius: 0px 10px 10px 0px !important;
  border-radius: 0px 10px 10px 0px !important;
}


.RelatedForumDiscussion > h1 {
  font-family: 'Lucida Grande','Trebuchet MS','Gill Sans',Verdana,'URW Gothic L','Nimbus Sans L',sans-serif !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  font-weight: normal !important;
  line-height: 16px !important;
  font-size: 16px !important;
  color: #D5E9FE !important;
}

.RelatedForumDiscussion > h1 > a {
  background: #012C57 !important;
  background: -moz-linear-gradient(top, #012C57 0%, #012C57 35%, #0253A3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#012C57), color-stop(35%,#012C57), color-stop(100%,#0253A3));
  background: -webkit-linear-gradient(top, #012C57 0%,#012C57 35%,#0253A3 100%);
  background: -o-linear-gradient(top, #012C57 0%,#012C57 35%,#0253A3 100%);
  background: -ms-linear-gradient(top, #012C57 0%,#012C57 35%,#0253A3 100%);
  background: linear-gradient(top, #012C57 0%,#012C57 35%,#0253A3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c57', endColorstr='#0253a3',GradientType=0 );
  border: 1px solid white;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  -moz-box-shadow: 0 0 10px #0253a3 !important;
  -webkit-box-shadow: 0 0 10px #0253A3 !important;
  box-shadow: 0 0 10px #0253A3 !important;
  color: #fff !important;
  overflow:visible;
  font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif; 
  font-style:italic;
  text-transform:lowercase;
  padding:0px 5px 0px 5px;
}


.RelatedForumDiscussion > h1 > a:hover {
  background-color: #012C57 !important;
  border: 2px solid white;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  -moz-box-shadow: 0 0 10px #012c57 !important;
  -webkit-box-shadow: 0 0 10px #012C57 !important;
  box-shadow: 0 0 10px #012C57 !important;
  color: white !important;
  overflow: visible;
  font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif !important;
  font-style: italic;
  text-transform: lowercase;
}