User:Thoroaeborus/Sandbox6

From The Urban Dead Wiki
Jump to navigationJump to search

Some css configs for me to use on other pages:

/******************************************************************************/ /* Miscellaneous rules */

// TOC /* Custom style for a verity of blocks */ .customheader, h4.mw-specialpagesgroup, .WikiaFooter #LEFT_SKYSCRAPER_2, .toc, .module, table.customtable, table.collapsible

style="border: 1px solid #C80000 !important; box-shadow: 0 0 5px #E10000 !important; -moz-box-shadow: 0 0 5px #F00; -webkit-box-shadow: 0 0 5px #F00; -moz-border-radius:5px; border-radius:5px;"

// Titles /* Custom text style a veriety of headers, banners, etc. */ .customheader, span.headerfont, h1, h2, h3, h4, .bannerfont, table.customtable th, table.collapsible th

style="font-weight:bold; font-family:Trebuchet MS, Helvetica, sans-serif; text-decoration:underline; color:#ede8e8 !important; text-shadow: 0 0 0.1em #E10000;"

// Text

style="font-family:Trebuchet MS, Helvetica, sans-serif; color:#ede8e8 !important;"

.bannerfont {

font-size:50px;
text-align:center;

} /* Custom class for banners */

h4.mw-specialpagesgroup, .customheader {

padding:5px;
font-size: 125%;
background-color: transparent;
background-image: -moz-linear-gradient(top, #6D0D00, transparent);
background-image: -webkit-gradient(linear,left top, left bottom, from(#6D0D00), to(transparent));

} /* Custom class headings and SpecialPages */

// Table for images /* Main page menu images */ .mainpagetable td

style="background-color: transparent;

background-image: -moz-linear-gradient(top, transparent, #000000);
background-image: -webkit-gradient(linear,left top, left bottom, from(transparent), to(#000000));
transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;
-moz-border-radius:5px;
border-radius:5px;"

span.headerfont {

display: table; 
width: 100%; 
border-bottom: 1px dotted #C80000;
text-align: left; 
font-size: 1.2em

} /* Custom class main page content menu headers */

.WikiaArticle a.external {

color: #7D7D7D;

} /* External Links */

.new {

color: #FF3300 !important;

} /* Make redlinks stand out more */

h3 {

font-weight: bold;

}

/******************************************************************************/ /* Forum formatting (by -Algorithm & -Splaka) */ .forumheader {

  border: 1px solid #C80000;
  margin-top: 1em;
  padding: 12px;

} .forumlist td.forum_edited a {

  color: black;
  text-decoration: none;

} .forumlist td.forum_title a {

  padding-left: 20px;

} .forumlist td.forum_title a.forum_new {

  font-weight: bold;
  background: url(/images/4/4e/Forum_new.gif) center left no-repeat;
  padding-left: 20px;

} .forumlist td.forum_title a.forum_new:visited {

  font-weight: normal;
  background: none;
  padding-left: 20px;

} .forumlist th.forum_title {

  padding-left: 20px;

}

/******************************************************************************/ /* Customtable and collapsible table definitions */

table.customtable, table.collapsible {

       width: 100%;
       margin: 0.3em 0em;

} /* Table body */

table.customtable th, table.collapsible th {

       font-size: 16px;
       background-color: transparent;
       background-image: -moz-linear-gradient(top, #6D0D00, transparent);
       background-image: -webkit-gradient(linear,left top, left bottom, from(#6D0D00), to(transparent));
       text-align: center;

} /* Table headings */

table.customtable td {

       padding: 5px;
       border: 1px solid #3c0600;

} /* Table cells */

table.customtable tr:nth-child(odd) {

   background: #110000;

} /* Customtable sortable odd rows distinguish */

.collapseLink {

   color: #C80000;

} /* Show/hide button text*/

.collapseButton {

   font-weight: bold !important;

} /* Show/hide button */

/******************************************************************************/ /* Tooltip definitions */

.tooltip { border-bottom: 1px dotted #960000;

       color: #960000;
       cursor: default;

position: relative; }

.tooltip span { margin-left: -999em; position: absolute; }

.tooltip:hover span {

   background-color: #191919;
   opacity: 0.85;
   border: 2px solid #323232;
   border-radius: 5px;
   color: #D5D4D4;
   font-family: Helvetica,Arial,sans-serif;
   font-size: 12px;
   font-variant: normal;
   font-weight: normal;
   line-height: 23px;
   text-align:center;
   margin: 0px;
   padding: 4px;
   position: absolute;
   text-shadow: none;
   width: 250px;
   z-index: 99;
   bottom: 1em;

} /* Hover box style */

  • html a:hover {background: transparent;}