Doctor Who Wiki
Advertisement

Nota: Después de publicar, quizás necesite actualizar la caché de su navegador para ver los cambios.

  • Firefox/Safari: Mantenga presionada la tecla Shift mientras pulsa el botón Actualizar, o presiona Ctrl+F5 o Ctrl+R (⌘+R en Mac)
  • Google Chrome: presione Ctrl+Shift+R (⌘+Shift+R en Mac)
  • Internet Explorer/Edge: mantenga presionada Ctrl mientras pulsa Actualizar, o presione Ctrl+F5
  • Opera: Presiona Ctrl+F5.
/* <pre> */

@import "http://tardis.wikia.com/index.php?title=MediaWiki:NavboxWP.css&action=raw&ctype=text/css";
@import "http://tardis.wikia.com/index.php?title=MediaWiki:Category.css&action=raw&ctype=text/css";


/*  ===================
    SUPER/SUBSCRIPT FIX
    ===================
    This should prevent
    super/subscripts  from
    affecting line-height
    =================== */

sup {
    vertical-align: baseline;
    position: relative;
    top: -0.125em;
}
sub { 
    vertical-align:baseline;
    position: relative;
    top: 0.125em;
}

/*  ===================
    HTML 5.0 fixes
    (replacing deprecated
    HTML)
    =================== */

#underline, .underline {
    text-decoration: underline 
}

#strike, .strike {
    text-decoration: line-through 
}

/*  ===================
    Printing 
    =================== */

@media print {

*,
body,
h1,
h2,
h3,
h4,
h5,
h6,
.WikiaPage,
.WikiaArticle { 
    color:#000; background-color: #FFF;
    }

}

/*  PRINTFOOTER */

.printfooter {
    display:none
}

/*  ===================
    Preset font IDs
    =================== */

#mn, .mn {
    font-family: Monaco,"Andale Mono","Lucida Sans Typewriter", "Lucida Console", "Nimbus Mono L", "Courier New", monospace;
    font-size:100%;
    line-height:110%;
 
}

#sf, .sf {
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
    font-size:100%;
    line-height:110%;
}

#sfh, .sfh {
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
    font-size:1.6em;
    line-height:1.2em;
    color:#012c57;
}

#ss, .ss {
    font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    font-size:100%;
    line-height:110%;
}

#ssh, .ssh {
    font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    font-size:1.6em;
    line-height:1.2em;
    color:#012c57;
} 

/*  ================
    LINK COLORING
    ================ */
/*  3344dd is the most visible blue
    804180 is the most visible purple
    b50010 is the most visible red
    if there's a pure white background */

a:link { color:#0253a3; /*#3344dd #862b00*/ /*#004b49*/ /*#964b00*/ /*rgb(0,0,0)*/ /*#664471*/; } /* normal unvisited links */
a:visited { color: #0253a3; /*#012c57;*/ /*#85004b;*/ } /* visited links */
a:link:active { color: #012c57; background:none; text-decoration:none } /* active links */
a:link.new { color: #aa1111; } /* new links */
a:link.interwiki { color: #3366BB; } /* interwiki links */
a:link.external { color: #3366BB; } /* external links */
/*a:link.stub { color: #521452; }  hovered links */
a:hover {color:#012c57;background:yellow;text-decoration:underline;} 

/*  ================
    REFERENCES
    =============== */

/*  Make the list of 
    references smaller */

ol.references,
div.reflist,
div.references,
div.references-small,
div.refbegin {
    font-size: 80%;
}

div.reflist ol.references {
    font-size: 100%; /* Reset font-size when nested in div.reflist */
    list-style-type: inherit; /* Enable custom list style types */
}
 
/*  Highlight clicked reference in blue to help navigation */

ol.references li:target,
sup.reference:target,
span.citation:target { 
    background-color: #D8DFE5;
}
 
/*  Ensure refs in table headers and the like aren't bold or italic */

sup.reference {
    font-weight: normal;
    font-style: normal;
}
 
/*  Styling for citations  */

span.citation, cite {
    font-style: normal;
    word-wrap: break-word;
}
 
/*  For linked citation numbers and document IDs, where
    the number need not be shown on a screen or a handheld,
    but should be included in the printed version

    Remarked out cause I don't know what it does.

@media screen, handheld {
    span.citation *.printonly {
    display: none;
    }
}
*/

/*  =================
    CHECKERED
    BACKGROUND
    ================= */

#file img {
    background: url("http://images.wikia.com/tardis/images/5/5a/Checker-Blue.png") repeat;
}
 
.collapseLink { 
    cursor: pointer;
}

/*  ===================
    QUOTATIONS
    =================== */
 
/*  -------------------
    SIMPLE QUOTATIONS
    powers template:sq
    ------------------- */
/*  Don't really need these in "simple" quotes

.simplequote::before { 
    content: "“";
    float: left;
    height: 60px; /* original value 45px */
    margin-top: -20px;
    padding-top: 45px;
    margin-bottom: -50px;
    font-size: 700%;
    color: #012c57;;
}

.simplequote::after { 
    content: "”";
    float: right;
    height: 25px;
    margin-top: 0px;
    padding-top: 20px; /* original value 45 px */
    font-size: 700%;
    color: #012c57;
}
*/
.simplequote { 
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
    font-style:italic;
    margin-left:25px;
    margin-right:25px;
    font-size: 1.5em;
    line-height: 1.6em;
    margin-bottom: 1.5em;
}

.simplequote[cite]::after {
    display: block;
    text-align: right;
    content: "\2014\ " attr(cite);
    font-style: normal;
    font-size: 1.2em;
}


.simplequote span.author {
    position: relative;
    display: block;
    font-size:100%;
    line-height:90%;
    text-align: right;
    margin-top: 5px;
    color: #999;
    font-style:italic;
}    
.simplequote span.author i {
    position: relative;
    font-size:100%;
    line-height:90%;
    background: #eee;
    padding-left: 25px;
    font-style: italic;
    z-index: 5;
}    
.simplequote span.author::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    float:left;
    height: 1px;
    background: #ccc;
    z-index: 1;
}

/*  Blockier way of doing quotes */

blockquote {
    position: relative;
    display: inline-block;
    background: #eee;
    padding: 40px 30px 30px 60px;
    border-radius: 10px;
    font-size:150%;
    line-height:120%;
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
    color: #333;
    text-align: left;
    box-shadow: 1px 1px 1px #012c57,
                2px 2px 1px #012c57,
                3px 3px 1px #012c57;
    transition-duration: .3s;
    margin-right:20px;
    margin-left:20px;
    width:auto;
}  
blockquote span.author {
    position: relative;
    display: block;
    font-size:100%;
    line-height:90%;
    text-align: right;
    margin-top: 5px;
    color: #999;
    font-style:italic;
}    
blockquote span.author i {
    position: relative;
    font-size:100%;
    line-height:90%;
    background: #eee;
    padding-left: 25px;
    font-style: italic;
    z-index: 5;
}    
blockquote span.author::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    float:left;
    height: 1px;
    background: #ccc;
    z-index: 1;
}
blockquote:hover {
    box-shadow: 1px 1px 5px #012c57,
                2px 2px 6px #012c57,
                3px 3px 7px #012c57;
}  
blockquote::before {
    display: block;
    position: absolute;
    top: 40px;
    left: 0px;
    content: "“";
    font-family: "Lucida Grande", sans-serif; 
    font-size: 150px;
    color: #012c57;
    z-index:6;
}

/*  ================
    TABLES
    ================ */

/*  ================
    General hover background
    which should apply to all
    tables.
    ================ */

table.infobox-exterior,
#infobox-exterior {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
       -moz-box-shadow:0 0 20px #012c57;
    -webkit-box-shadow:0 0 20px #012c57;
         -o-box-shadow:0 0 20px #012c57;
        -ms-box-shadow:0 0 20px #012c57;
            box-shadow:0 0 20px #012c57;
    background:#012c57;
    color:#fff;
    max-width:250px;
    float:right;
    clear:right;
    margin:0px 0px 5px 5px;
    padding-top: 5px;
    padding-bottom:10px;
}

table.infobox-interior,
#infobox-interior {
	font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	margin:auto;
    padding:auto;
    float:right;
	text-align: right;
    width:250px;
    max-width:250px;
	border-collapse: collapse;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}

table.infobox-interior th,
#infobox-interior th {
    color: #fff;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    width:240px;
    line-height:110%;
    background:#012c57; 
}

table.infobox-interior td,
#infobox-interior td {
    padding: 4px;
    width:240px;
    background: #ececec;
    background: -moz-linear-gradient(45deg,  #ffffff 0%, #ececec 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#ffffff), color-stop(100%,#ececec));
    background: -webkit-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -o-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: -ms-linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    background: linear-gradient(45deg,  #ffffff 0%,#ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=1 );
    border-top: 1px solid #fff;
    color: #012c57;
}

table.infobox-interior tbody tr:hover td,
#infobox-interior tbody tr:hover td {
    background: #d8dfe5;
}

table.infobox-interior td.info-both,
#infobox-interior td.info-both {
    text-align:right;
    padding:0 0 0 0;
    line-height:100%;
  
}
table.infobox-interior td.info-both img,
#infobox-interior td.info-both img {
    display:block; /*force new line after img in sidebar */
    margin: 0;
    padding-left: 0; 
    padding-right: 0;
}

table.infobox-interior td.info-left, 
#infobox-interior td.info-left {
	width: 125px;
	font-weight: bold;
	text-align: right;
	vertical-align:top;
    line-height:100%;
}

table.infobox-interior td.conflict-left,
#infobox-inteior td.conflict-left {
    width:50%;
    text-align:center;
    border-right:1px solid #012c57
}

 
table.infobox-interior td.info-right,
#infobox-interior td.info-right {
    text-align:left;
    vergical-align:top;
    line-height:100%
}

table.infobox-interior td.conflict-right,
#infobox-inteior td.conflict-right {
    width:50%;
    text-align:center;
}

/*  Navigation frame for story infoboxes */

table.infobox-interior td.info-left-nav,
#infobox-interior td.info-left-nav {
    width: 125px;
    text-align: center;
    padding:2px;
    vertical-align:top;
    line-height:100%;
}

table.infobox-interior td.info-right-nav,
#infobox-interior td.info-right-nav {
    text-align: center;
    padding:2px;
    vertical-align:middle;
    line-height:100%;
    width:125px;
}

table.infobox-interior td.info-both-nav,
#infobox-interior td.info-both-nav {
    text-align: center;
    padding:2px;
    font-weight:bold;
    vertical-align:middle;
    line-height:100%;
}


/*  DIVs used in "messages" (as in the delete temp) */

div.warning {
	background-color: #401F22;
	border: 1px solid #660000;
	color: #FF0000;
	font-weight: bold;
	margin: 2em 0 1em;
	padding: .5em 1em;
	margin-top:auto;
    margin-bottom:auto;
	text-align: justify;
}

div.header-notice,
.copyright-notice {
	background-color: transparent;
	border: 1px solid #012c57;
	color: #000;
	padding: .5em 1em;
    margin: auto;
    width:80%;
    line-height:110%;
    font-size:95%;
	text-align: justify;
       -moz-border-radius:10px;
    -webkit-border-radius:10px;
        -ms-border-radius:10px;
         -o-border-radius:10px;
            border-radius:10px;
       -moz-box-shadow:0 0 40px #012c57;
    -webkit-box-shadow:0 0 40px #012c57;
        -ms-box-shadow:0 0 40px #012c57;
         -o-box-shadow:0 0 40px #012c57;
            box-shadow:0 0 40px #012c57;
}

div.header-notice table {
    background-color: transparent;
	padding: 1px;
}

div.notice {
	background-color: #401F22;
	border: 1px solid #CC0000;
	color: #FFFFFF;
	margin: 2em 10% 1em 10%;
	padding: .5em 1em;
	text-align: justify;
	font-size:smaller;
}

div.header-notice#fa {
    width: auto;
	font-size: inherit;
}

div.notice p,
div.header-notice p,
div.warning p {
	line-height: 120%;
}

div span.msg-title {
    display: block;
	width: 100%;
	color: #FFD942;
	text-align: center;
	font-size: 150%;
	font-weight: bold;
	border-bottom: 1px solid #666;
}
/*  =======================
    SHORTCUTS
    the little boxes that say
    T:WHATEVER
    in the upper right hand corner
    of pages
    =======================
    Base style probably originated
    at en.wikipedia, but has spread
    to some of the larger Wikia
    wikis like Wookiee, The Vault and MA
    ======================== */

div.shortcut {
    float:right;
    background:transparent;
    border:1px solid #012c57;
    -webkit-border-radius: 50%/15%;
       -moz-border-radius: 50%/15%;
        -ms-border-radius: 50%/15%;
         -o-border-radius: 50%/15%;
            border-radius: 50%/15%;
    padding: 0.65em;
    margin: 10px 10px 10px 10px;
    text-align: center;
    font-size:smaller;
    font-weight:bold;
    width: auto;
}

/*  =======================
    ARCHIVE TOOL
    ======================= */

#archstrip table, .archstrip table,
#archstrip td, .archstrip td {
    background-color:transparent;
    color:#FFF;
}

#archstrip, 
.archstrip {
    background: #012c57;
    background: -moz-linear-gradient(top,  #012c57 0%, #012c57 35%, #4e7dab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#012c57), color-stop(35%,#012c57), color-stop(100%,#4e7dab));
    background: -webkit-linear-gradient(top,  #012c57 0%,#012c57 35%,#4e7dab 100%);
    background: -o-linear-gradient(top,  #012c57 0%,#012c57 35%,#4e7dab 100%);
    background: -ms-linear-gradient(top,  #012c57 0%,#012c57 35%,#4e7dab 100%);
    background: linear-gradient(top,  #012c57 0%,#012c57 35%,#4e7dab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c57', endColorstr='#4e7dab',GradientType=0 );
    overflow: visible;
    padding: 10px 20px;
    position: relative;
    font-family:'Gill Sans', Verdana, sans-serif;
    text-transform:uppercase;
    letter-spacing:3px;
    border:2px #fff solid;
    float:right;
    line-height:110%;
    color:#fff;
    max-width:250px;
       -moz-border-radius:50%/15%;
    -webkit-border-radius:50%/15%;
        -ms-border-radius:50%/15%;
         -o-border-radius:50%/15%;
            border-radius:50%/15%;
      -moz-box-shadow:0 0 20px #012c57;
        -o-box-shadow:0 0 20px #012c57;
       -ms-box-shadow:0 0 20px #012c57;
   -webkit-box-shadow:0 0 20px #012c57;
           box-shadow:0 0 20px #012c57;
}
/*  =======================
    USER WARNINGS
    Styling for the boxes
    that come up when using
    one of the automatic
    messages to warn users
    of policy violations
    ========================
    They come in three variations:
    one for each round of violation.
    ========================= */

/*  +++++++++++++++++++
    General font declaration
    that applies to all
    user warnings
    +++++++++++++++++++ */
  
/*  -------------------
    Headlines
    ------------------- */

#wh {
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
    font-size:1.8em;
    line-height:1.2em;
    font-style:italic;
    color:#fff;
}

/*  =====================
    Auto-centering tricks
    ===================== */

#warn-floater {
    float:left;
    height:50%;
    margin-bottom:-100px;
}

#warn-content {
    clear:both;
    height:200px;
    position:relative;
}

/*  +++++++++++++++++++
    STYLING COMMON TO
    ALL LEVELS
    +++++++++++++++++++ */

.warn1, 
.warn2, 
.warn3,
.warn4 {
    margin: 50px auto;
    min-height: 200px;
    height:auto;
    max-width: 600px;
    position: relative;
    width: 80%;
    -webkit-box-shadow: 0 4px 7px hsla(0,0%,0%,.2);
       -moz-box-shadow: 0 4px 7px hsla(0,0%,0%,.2);
        -ms-box-shadow: 0 4px 7px hsla(0,0%,0%,.2);
         -o-box-shadow: 0 4px 7px hsla(0,0%,0%,.2);
            box-shadow: 0 4px 7px hsla(0,0%,0%,.2);
    text-align:center;
}

.warn1:after,
.warn1:before,
.warn2:after,
.warn2:before,
.warn3:after,
.warn3:before,
.warn4:after,
.warn4:before {
    background: #E6DDA4 url(http://images4.wikia.nocookie.net/__cb20111014042019/tardis/images/4/44/Tape-right.png);
    background-repeat:repeat;
    background-origin:content-box;
    overflow:visible;
    opacity:.5;
    content: '';
    height: 30px;
    position: absolute;
    top: -25px; 
    -webkit-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
       -moz-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
        -ms-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
         -o-box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
            box-shadow: 0 5px 10px -7px hsla(0,0%,0%,.5);
}
.warn1:after,
.warn2:after,
.warn3:after,
.warn4:after {
  left:-40px;
   width:80px;
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.warn1:before,
.warn2:before,
.warn3:before,
.warn4:before {
   right: -30px;
   width:125px;
    -webkit-transform: rotate(25deg);
       -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
         -o-transform: rotate(25deg);
            transform: rotate(25deg);
}

/*  +++++++++++++++++++
    Differences between
    the levels
    +++++++++++++++++++ */

.warn1 {
    background: #8CB82C url(http://images1.wikia.nocookie.net/__cb20111015010157/tardis/images/9/90/Info-background.png) no-repeat;
    padding:20px 100px 10px 10px;
}

.warn1 p,
.warn1 hr {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    color:#fff;
    max-width:500px;
    width:500px;
    line-height:110%;
}

.warn1 a:link,
.warn1 a:hover,
.warn1 a:visited {
    color:#2B380D;
}

.warn2 {
    background: #FDF23D /*#B89F2C #B8A92C nice orangey gold */ url(http://images3.wikia.nocookie.net/tardis/images/8/86/Grey-warning.png) no-repeat;
    padding:20px 100px 10px 10px;
}

.warn2 p,
.warn2 hr {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    color:#706E3D; /*#B0AA2A; nice light shade*/
    max-width:500px;
    width:500px;
    line-height:110%;
}

.warn2 a:link,
.warn2 a:hover,
.warn2 a:visited {
   color:#000;
}

.warn3 {
    background: #F08400 url(http://images2.wikia.nocookie.net/__cb20111015010157/tardis/images/9/9b/Lastwarn-background.png) no-repeat;
    padding:20px 100px 10px 10px;
}

.warn3 p,
.warn3 hr {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    color:#fff;
    max-width:500px;
    width:500px;
    line-height:110%;
}

.warn3 a:link,
.warn3 a:hover,
.warn3 a:visited {
    color:#703E00;
}
.warn4 {
    background: #B82c2c url(http://images4.wikia.nocookie.net/__cb20111015010157/tardis/images/0/0f/Blocked-background.png) no-repeat;
    padding:20px 100px 10px 10px;
}

.warn4 p {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    color:#fff;
    max-width:370px;
    width:400px;
    line-height:110%;
}

.warn4 hr {
    max-width:300px;
    text-align:left;
}

.warn4 #wh {
    max-width:350px;
    width:350px;
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
}

.warn4 a:link,
.warn4 a:hover,
.warn4 a:visited {
    color:#380E0a;
}

/*  ===============
    TIMELINE
    =============== */

.timeline a:visited,
.timeline a:link {
    color:#ccdfff
} 
.timeline a:hover {
    color:#fff9d4;
    background:none;
}

.timeline {
    color:#fff;
    background: #012c57;
    background: -moz-linear-gradient(top,  #012c57 0%, #012c57 35%, #4e7dab 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#012c57), color-stop(35%,#012c57), color-stop(100%,#4e7dab));
    background: -webkit-linear-gradient(top,  #012c57 0%,#012c57 35%,#4e7dab 100%);
    background: -o-linear-gradient(top,  #012c57 0%,#012c57 35%,#4e7dab 100%);
    background: -ms-linear-gradient(top,  #012c57 0%,#012c57 35%,#4e7dab 100%);
    background: linear-gradient(top,  #012c57 0%,#012c57 35%,#4e7dab 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012c57', endColorstr='#4e7dab',GradientType=0 );
    overflow: visible;
    border-color:transparent;
    text-align: center;
    font-size: 0.85em;
    float: right;
    clear: right;
    width: 250px;
    margin-left: 10px;
    margin-bottom: 10px;
    padding:10px!important;
       -moz-border-radius:100%/10%;
    -webkit-border-radius:100%/10%;
        -ms-border-radius:100%/10%;
         -o-border-radius:100%/10%;
            border-radius:100%/10%;
       -moz-box-shadow: 0 0 20px #012c57;
    -webkit-box-shadow: 0 0 20px #012c57;
        -ms-box-shadow: 0 0 20px #012c57;
         -o-box-shadow: 0 0 20px #012c57;
            box-shadow: 0 0 20px #012c57;
}
*/

/* ==================
   SEMANTIC MEDIAWIKI
   TABLES
   ================== */

.smwtable-exterior {
    border:1px solid #012c57;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
    background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
    background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
    background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    color:#012c57;
    margin:5px auto 5px auto;
    padding:auto;
}

table.wikitable,
#smwtable,
table.smwtable {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
	font-size: 12px;
	text-align: center;
    background-color:transparent;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
    margin:10px auto 10px auto;
    width:98%;
}
th.headerSort,  
table.wikitable th,
#smwtable th,
table.smwtable th {
    border: 0px solid #ffffff;
    color: #FFF;
    overflow:hidden;
    text-decoration:none;
    letter-spacing:0px;
    margin-right:4px;
    padding: 4px;
    vertical-align: middle;
    line-height:110%;
    font-size:125%;
    background-color:#012c57; 
    background-color: -moz-linear-gradient(-45deg,  #012C57 0%, #012c57 25%);
    background-color: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#012C57), color-stop(100%,#012c57));
    background-color: -webkit-linear-gradient(-45deg,  #012C57 0%,#012c57 25%);
    background-color: -o-linear-gradient(-45deg,  #012C57 0%,#012c57 25%);
    background-color: -ms-linear-gradient(-45deg,  #012C57 0%,#012c57 25%);
    background-color: linear-gradient(-45deg,  #012C57 0%,#012c57 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012C57', endColorstr='#012c57',GradientType=1 );
}

table.wikitable> tr> th, 
table.wikitable> *> tr> th,
#smwtable tr> th,
table.smwtable> *> tr> th  {  
    background:#012c57; 
    background: -moz-linear-gradient(-45deg,  #012C57 0%, #012c57 25%); 
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#012C57), color-stop(100%,#012c57));
    background: -webkit-linear-gradient(-45deg,  #012C57 0%,#012c57 25%);
    background: -o-linear-gradient(-45deg,  #012C57 0%,#012c57 25%);
    background: -ms-linear-gradient(-45deg,  #012C57 0%,#012c57 25%);
    background: linear-gradient(-45deg,  #012C57 0%,#012c57 25%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012C57', endColorstr='#012c57',GradientType=1 );
} 

table.wikitable tr,
table.wikitable tbody tr,
#smwtable tr,
#smwtable tbody tr,
table.smwtable tr,
table.smwtable tbody tr {
    text-align:center;
    vertical-align:middle;
    background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
    background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
    background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
}

table.wikitable tbody tr:hover td,
#smwtable tbody tr:hover td,
table.smwtable tbody tr:hover td {
    background:#D8DFE5;
}
/*
.sortarrow,
table.smwtable .sortarrow,
table.smwtable span-sortarrow,
table.wikitable span-sortarrow {
    background-image:url('http://images3.wikia.nocookie.net/__cb20120515010412/tardis/images/f/f6/Sort_none_gold.gif') no-repeat;
}
*/

/*  ====================
    SMW property table
    ==================== */

div.smwfact {
   font-weight:normal;
   background-color:#012C57;
   border: 2px solid #012c57;
   color:#012c57;
   font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
   text-transform:uppercase;
   letter-spacing:2px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}

div.smwfact table { 
    width:95% 
}

div.smwfact td, 
div.smwfact tr, 
div.smwfact table {
    font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    text-transform:none;
    background-color:#012C57;
    letter-spacing:0;
    font-size:90%;
}

div.smwfact tr:hover {
    background-color:#D8DFe5
}

span.smwrdflink {
    padding-left:5px;
    letter-spacing:0px;
    text-transform:lowercase;
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
    font-style:italic;
    font-size:60%;
}

span.smwfactboxhead {
    font-size: 70%!important;
    font-weight: bold;
    float: left;
}


/*  =====================
    File history table
    ===================== */

div.mw-imagepage-section-filehistory table.wikitable.filehistory,
div.mw-imagepage-section-filehistory > table.wikitable.filehistory,
table.wikitable.filehistory {
    font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
    font-size: 10px;
    text-align: center;
    background-color:transparent;
    margin:auto;
    width:80%;
}
/*  ===============
    PICTURE STUFF
    ===============
/*  ---------------
    GALLERIES
    --------------- */

div.wikia-gallery div.wikia-gallery-item {
	background-color: #F9F9F9;
	margin: 0 4px 5px 0;
	padding: 4px 5px 5px 5px;
}
div.wikia-gallery div.wikia-gallery-item div.thumb {
	background-color: #F9F9F9;
	border: 1px solid #CCCCCC;
	padding: 4px 0px 2px 0px;
}
div.wikia-gallery div.wikia-gallery-item div.thumb div.gallery-image-wrapper {
	border: none;
}
div.wikia-gallery div.wikia-gallery-item div.lightbox-caption {
	padding: 0;
	margin-top: 5px;
}

/*  ---------------
    THUMBNAILS
    in galleries
    --------------- */

.WikiaArticle div.gallerybox div.thumb, 
.WikiaArticle li.gallerybox div.thumb {
    background: transparent;
    border: none;
}
.WikiaArticle li.gallerybox { 
    background: transparent;
    border: none;
}
/*  ----------------
    IMAGE MISCELLANY
    ---------------- */

/*  Trying to kill the policy-violating "add images" crap - from WP */

#wmuLinkDiv,
#wmu-imagebutton,
#wmu_imagebutton,
#mw-editbutton-wmu,
#wmuLink {
    display:none;
}

/*  ====================
    FORUMS
    ====================
    Forum formatting sort of by -Algorithm & -Splaka
    a long time ago, several revisions back,
    on another wiki in the distant past,
    but really this is pretty much a CzechOut special now
    with some CSS element names provided by
    es.pokemon.wkia.com
    ===================== */

.forumheader { 
    border:1px solid #012c57;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
       -moz-box-shadow: inset -0px 0px 25px 4px #D8DFE5;
    -webkit-box-shadow: inset -0px 0px 25px 4px #D8DFE5;
        -ms-box-shadow: inset -0px 0px 25px 4px #D8DFE5;
         -o-box-shadow: inset -0px 0px 25px 4px #D8DFE5;
            box-shadow: inset -0px 0px 25px 4px #D8DFE5;
   color:#1F1E38;
   padding:5px;
   font-family: 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif; 
   text-align:left;    
   margin-left:0;
   margin-right:0;
   margin-top:0px;
   margin-bottom:10px;     
} 

.forumheader a,
.forumheader a:visited,
.forumheader span a,
.forumheader span a:hover {
   color:#1F1E38 
}

/*  -------------------
    The following styles the actual
    list of threads.
    -------------------- */

.forumlist td.forum_edited a { 
    color: black;
    text-decoration: none;
    width:100px;
}

.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;
}


/*  ========================
    TABS on STATS PAGE
    ======================== */

#ws_action_tabs {
    text-transform:none
}


/*  =====================
    EDITTOOLS
    ===================== */

#edittools {
	border:2px solid #ffffff;
	background:transparent;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
       -moz-box-shadow: inset -0px 0px 25px 4px #012C57;
    -webkit-box-shadow: inset -0px 0px 25px 4px #012C57;
        -ms-box-shadow: inset -0px 0px 25px 4px #012C57;
         -o-box-shadow: inset -0px 0px 25px 4px #012C57;
            box-shadow: inset -0px 0px 25px #012C57 4px;
}

#edittools, #editpage-specialchars {
    border:2px solid #012c57;
	background:transparent;
}

/*  =====================
    NOARTICLE
    ===================== */

.WikiaArticle .noarticletext {
    border:none;
}

div.noarticle,
.noarticle {
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
    color:#012C57;
    max-width:500px;
    width:500px;
    margin:0 0 5px 62px; /*I really don't know why this has to be 62px for alignment with the warning boxes, but it does */
    padding-left:70px;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:20px;
    background-color: #ececec;
    overflow:visible;
    background-repeat:no-repeat;
    background-position: 0px 20px;
    line-height:100%;
    font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif; 
}

div.noarticle a:link,
div.noarticle a:visited {
    color:#2f2cb8;
}

.noarticle p,
div.noarticle p {
    padding:180px 0px 0px 0px;
background:url('http://images3.wikia.nocookie.net/__cb20120118211740/tardis/images/f/f6/Zeroroom.png') no-repeat;
    line-height:110%;
    color:#012c57;
}

div.noarticletext {
    background:none;
    border:none;
}

/* ==================
   Warning formatting
   ================== */

div.mw-edit-longpagewarning,
div.mw-editinginterface,
div.mw-warning-with-logexcerpt {
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
    color:#012C57;
    max-width:500px;
    width:500px;
    margin:0 0 5px 75px;
    padding-left:70px;
    padding-top:20px;
    padding-bottom:20px;
    padding-right:20px;
    overflow:visible;
    line-height:100%;
    font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif; 
    background-position: 0px 2px;
    background: #ececec url(http://images3.wikia.nocookie.net/tardis/images/1/17/Grey-warning-small.png) no-repeat;
    border:none;
}

div.mw-warning-with-logexcerpt p,
div.mw-edit-longpagewarning p,
div.mw-editinginterface p {
    color:#012c57!important;
    font-weight:600;
} 


div.mw-warning-with-logexcerpt a,
div.mw-edit-longpagewarning a,
div.mw-editinginterface a {
    color:#2f2cb8!important;
} 

div.mw-warning-with-logexcerpt a.new,
div.mw-edit-longpagewarning a.new,
div.mw-editinginterface a.new {
    color:#aa1111!important;
}

/*  -=-=-=-=-=-=-=-=-=
    "Lesser" warnings
    Styled as above, but
    with less alarming
    backgrounds.
    -=-=-=-=-=-=-=-=-=- */

div.sharedHelpEditInfo {
    border:2px solid #fff;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
       -moz-box-shadow: inset -0px 0px 25px 4px #012C57;
    -webkit-box-shadow: inset -0px 0px 25px 4px #012C57;
        -ms-box-shadow: inset -0px 0px 25px 4px #012C57;
         -o-box-shadow: inset -0px 0px 25px 4px #012C57;
            box-shadow: inset -0px 0px 25px #012C57 4px;
    color:#1F1E38;
    max-width:500px;
    width:500px;
    margin:0 0 5px 75px;
    padding:20px 20px 20px 70px;
    background-position: 10px 10px;
    background-repeat: no-repeat;
    background-image: url(http://images1.wikia.nocookie.net/tardis/images/c/c9/WikiaLogoVertical.png),  rgb(206,219,233);
    background-image: url(http://images1.wikia.nocookie.net/tardis/images/c/c9/WikiaLogoVertical.png),  -moz-linear-gradient(left,  rgba(206,219,233,1) 0%, rgba(235,234,242,1) 0%, rgba(223,220,234,1) 67%, rgba(160,159,183,1) 100%, rgba(170,197,222,1) 100%, rgba(226,225,247,1) 100%);
    background-image: url(http://images1.wikia.nocookie.net/tardis/images/c/c9/WikiaLogoVertical.png),  -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,219,233,1)), color-stop(0%,rgba(235,234,242,1)), color-stop(67%,rgba(223,220,234,1)), color-stop(100%,rgba(160,159,183,1)), color-stop(100%,rgba(170,197,222,1)), color-stop(100%,rgba(226,225,247,1)));
    background-image: url(http://images1.wikia.nocookie.net/tardis/images/c/c9/WikiaLogoVertical.png),  -webkit-linear-gradient(left,  rgba(206,219,233,1) 0%,rgba(235,234,242,1) 0%,rgba(223,220,234,1) 67%,rgba(160,159,183,1) 100%,rgba(170,197,222,1) 100%,rgba(226,225,247,1) 100%);
    background-image: url(http://images1.wikia.nocookie.net/tardis/images/c/c9/WikiaLogoVertical.png),  -o-linear-gradient(left,  rgba(206,219,233,1) 0%,rgba(235,234,242,1) 0%,rgba(223,220,234,1) 67%,rgba(160,159,183,1) 100%,rgba(170,197,222,1) 100%,rgba(226,225,247,1) 100%);
    background-image: url(http://images1.wikia.nocookie.net/tardis/images/c/c9/WikiaLogoVertical.png),  -ms-linear-gradient(left,  rgba(206,219,233,1) 0%,rgba(235,234,242,1) 0%,rgba(223,220,234,1) 67%,rgba(160,159,183,1) 100%,rgba(170,197,222,1) 100%,rgba(226,225,247,1) 100%);
    background-image: url(http://images1.wikia.nocookie.net/tardis/images/c/c9/WikiaLogoVertical.png),  linear-gradient(to right,  rgba(206,219,233,1) 0%,rgba(235,234,242,1) 0%,rgba(223,220,234,1) 67%,rgba(160,159,183,1) 100%,rgba(170,197,222,1) 100%,rgba(226,225,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedbe9', endColorstr='#e2e1f7',GradientType=1 );
    line-height:100%;
    font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif; 
}

div.sharedHelpEditInfo[style] { /* This is necessary to override some inline HTML style declarations */
    margin:0 0 5px 75px;
    padding:10px 10px 10px 70px;
    color:#1F1E38;
}

div.sharedHelpEditInfo li {
    margin-left:75px;
    line-height:105%;
}

/*  =====================
    LOADING MESSAGE
    ===================== */

div.loading-message {
    font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

#EditPageEditor .loading-indicator .loading-message .loading-throbber {
    background-image: url(http://images3.wikia.nocookie.net/tardis/images/c/c6/TardisLoader.gif);
    background-size: 242px 200px;
    background-repeat:no-repeat;
    background-position:top center;
    background-color:transparent;
    overflow:visible;
    height:200px;
    width: 600px;
}

/*  Gallery captions */

div.lightbox-caption {
    font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
}

/*  ====================
    SLIDESHOWS
    ==================== */

.page-Doctor-Who-Wiki .wikia-slideshow .wikia-slideshow-prev-next > a > span,
.page-Doctor-Who-Wiki .wikia-slideshow .wikia-slideshow-prev-next > .wikia-slideshow-next > span,
.wikia-slideshow .wikia-slideshow-prev-next > a > span {
    display:none;
}

/*  ===================
    Dissolving image
    carousel
    ===================
    From mishunov.me/lab
    =================== */

.dissolve {
    position: relative;
    overflow: hidden;
}
.dissolve .item {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-animation: dissolve 130s linear infinite;
       -moz-animation: dissolve 130s linear infinite;
        -ms-animation: dissolve 130s linear infinite;
         -o-animation: dissovle 130s linear infinite;
            animation: dissolve 130s linear infinite;
}
.dissolve .item:nth-child(2) {
    -webkit-animation-delay: 10s;
       -moz-animation-delay: 10s;
        -ms-animation-delay: 10s;
         -o-animation-delay: 10s;
            animation-delay: 10s;
}
.dissolve .item:nth-child(3) {
    -webkit-animation-delay: 20s;
       -moz-animation-delay: 20s;
        -ms-animation-delay: 20s;
         -o-animation-delay: 20s;
            animation-delay: 20s;
}
.dissolve .item:nth-child(4) {
    -webkit-animation-delay: 30s;
       -moz-animation-delay: 30s;
        -ms-animation-delay: 30s;
         -o-animation-delay: 30s;
            animation-delay: 30s;
}
.dissolve .item:nth-child(5) {
    -webkit-animation-delay: 40s;
       -moz-animation-delay: 40s;
        -ms-animation-delay: 40s;
         -o-animation-delay: 40s;
            animation-delay: 40s;
}
.dissolve .item:nth-child(6) {
    -webkit-animation-delay: 50s;
       -moz-animation-delay: 50s;
        -ms-animation-delay: 50s;
         -o-animation-delay: 50s;
            animation-delay: 50s;
}
.dissolve .item:nth-child(7) {
    -webkit-animation-delay: 60s;
       -moz-animation-delay: 60s;
        -ms-animation-delay: 60s;
         -o-animation-delay: 60s;
            animation-delay: 60s;
}
.dissolve .item:nth-child(8) {
    -webkit-animation-delay: 70s;
       -moz-animation-delay: 70s;
        -ms-animation-delay: 70s;
         -o-animation-delay: 70s;
            animation-delay: 70s;
}
.dissolve .item:nth-child(9) {
    -webkit-animation-delay: 80s;
       -moz-animation-delay: 80s;
        -ms-animation-delay: 80s;
         -o-animation-delay: 80s;
            animation-delay: 80s;
}
.dissolve .item:nth-child(10) {
    -webkit-animation-delay: 90s;
       -moz-animation-delay: 90s;
        -ms-animation-delay: 90s;
         -o-animation-delay: 90s;
            animation-delay: 90s;
}
.dissolve .item:nth-child(11) {
    -webkit-animation-delay: 100s;
       -moz-animation-delay: 100s;
        -ms-animation-delay: 100s;
         -o-animation-delay: 100s;
            animation-delay: 100s;
}

/*  The keyframes calculations are based on assumption of 4 items in the carousel. You should notice the pattern for your own calculations.

    To support Safari 4, you *must* have 0% and 100% frames */

@-webkit-keyframes dissolve {
    
    0%, 30%, 100% { opacity: 0; }
    5%, 25% { opacity: 1;}
}
@-moz-keyframes dissolve {
    0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100% { opacity: 0; }
    5%, 25% { opacity: 1;}
}
@-ms-keyframes dissolve {
    0%, 30%, 100% { opacity: 0; }
    5%, 25% { opacity: 1;}
}
@keyframes dissolve {
    0%, 30%, 100% { opacity: 0; }
    5%, 25% { opacity: 1;}
}
/*  =========================
    SPECIAL STYLES
    mainly used in template design
    =========================
    These designs are all unique
    to tardis.wikia.com and were
    created by CzechOut
    ========================= */

#editpage-specialchars,
#glow {
    background-color: transparent;
	border: 1px solid #012c57;
	color: #000;
	padding: .5em 1em;
    margin:auto;
    width:95%;
    line-height:110%;
    font-size:95%;
	text-align:justify;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
       -moz-box-shadow: -0px 0px 40px #012C57;
    -webkit-box-shadow: -0px 0px 40px #012C57;
        -ms-box-shadow: -0px 0px 40px #012C57;
         -o-box-shadow: -0px 0px 40px #012C57;
            box-shadow: -0px 0px 40px #012C57;
    /* Pre-2013 way: 
    
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
         -moz-box-shadow:0 0 40px #012c57;
         -webkit-box-shadow:0 0 40px #012c57;
         box-shadow:0 0 40px #012c57; */
}

#quote-nom {
    background-color: transparent;
	border: 1px solid #012c57;
	color: #000;
	margin-right: 260px; 
	padding: .5em 1em;
	vertical-align: middle;
    margin-left:auto;
    margin-right:auto;
    line-height:110%;
    font-size:95%;
	text-align: justify;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
       -moz-box-shadow: inset -0px 0px 25px 4px #012C57;
    -webkit-box-shadow: inset -0px 0px 25px 4px #012C57;
        -ms-box-shadow: inset -0px 0px 25px 4px #012C57;
         -o-box-shadow: inset -0px 0px 25px 4px #012C57;
            box-shadow: inset -0px 0px 25px #012C57 4px;
}

#license {
    background-color: transparent;
    border: 1px solid #012c57;
    color: #000;
    margin: auto;
    padding: .5em 1em;
    width:80%;
    line-height:110%;
    font-size:95%;
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
    text-align: left;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
 /*      -moz-box-shadow: inset -0px 0px 25px 4px #012C57;
    -webkit-box-shadow: inset -0px 0px 25px 4px #012C57;
        -ms-box-shadow: inset -0px 0px 25px 4px #012C57;
         -o-box-shadow: inset -0px 0px 25px 4px #012C57;
            box-shadow: inset -0px 0px 25px #012C57 4px;*/
}
#box  {
    font-weight:normal;
    background-color:transparent;
    border: 2px solid #012c57;
    color:inherit;
    font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    padding:10px;
    margin-top:25px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    font-size:95%;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
        -ms-border-radius: 10px;
         -o-border-radius: 10px;
            border-radius: 10px;
}


#box-rt  {
    font-weight:normal;
    background-color:transparent;
    border: 2px solid #012c57;
    color:#012c57;
    font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    padding:10px;
    margin-top:25px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    font-size:95%;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
}

#box-lt  {
    font-weight:normal;
    background-color:transparent;
    border: 2px solid #012c57;
    color:#012c57;
    font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    padding:10px;
    margin:25px auto 25ps auto;
    font-size:95%;
    -webkit-border-radius: 0px 10px 10px 0px;
       -moz-border-radius: 0px 10px 10px 0px;
        -ms-border-radius: 0px 10px 10px 0px;
         -o-border-radius: 0px 10px 10px 0px;
            border-radius: 0px 10px 10px 0px;
}

#th {
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
    font-size:1.8em;
    line-height:1.2em;
    font-style:italic;
    color:#000;
    font-weight:bold;
}
.error, #error { 
    color:#012c57;
    font-weight:bold;
} 

.error, #error,
#tech, .tech  {
    width:95%;
    font-weight:normal;
    background-color:transparent;
    border: 2px solid #fff;
    font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
    padding:10px;
    margin-top:25px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    font-size:95%;
       -moz-border-radius:50%/5%;
    -webkit-border-radius:50%/5%;
        -ms-border-radius:50%/5%;
         -o-border-radius:50%/5%;
            border-radius:50%/5%;
      -moz-box-shadow:  0px 0px 25px #012C57;
    -webkit-box-shadow: 0px 0px 25px #012C57;
        -ms-box-shadow: 0px 0px 25px #012C57;
         -o-box-shadow: 0px 0px 25px #012C57;
            box-shadow: 0px 0px 25px #012C57;
}

#gradient { 
background-position:top left;
    background:#ECECEC; 
    background: -moz-linear-gradient(top,  #ECECEC,  #012C57);
    background: -webkit-gradient(linear, left top, left bottom, from(#ECECEC), to(#012C57));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ECECEC', endColorstr='#012C57');  
    border:1px solid #ccc;
    border-bottom:2px solid #bbb;
    border-top:1px solid #ddd;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
    text-align:center;
    clear:right;
    float:right;
    margin-left:5px;
    font-size: 0.85em;
} 

#mainpage-highlight { 
    margin-bottom:15px;
    padding:5px;
    background-color: transparent;
    border:2px solid #012c57;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
       -moz-box-shadow: inset -0px 0px 25px 4px #012C57;
    -webkit-box-shadow: inset -0px 0px 25px 4px #012C57;
        -ms-box-shadow: inset -0px 0px 25px 4px #012C57;
         -o-box-shadow: inset -0px 0px 25px 4px #012C57;
            box-shadow: inset -0px 0px 25px #012C57 4px;
}

#crewtop { 
    background:#ececec;
       -moz-border-radius:50% 50% 0% 0% / 5% 5% 0% 0%;
    -webkit-border-radius:50% 50% 0% 0% / 5% 5% 0% 0%;
        -ms-border-radius:50% 50% 0% 0% / 5% 5% 0% 0%;
         -o-border-radius:50% 50% 0% 0% / 5% 5% 0% 0%;
            border-radius:50% 50% 0% 0% / 5% 5% 0% 0%;
    border:3px solid #012c57;
    clear:both;
    width:99%;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
    padding:10px;
    font-size:.90em;
    line-height:.95em;
    font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
}

#crew { 
    background:#ECECEC;  
    -webkit-border-radius: 0px 0px 10px 10px;
       -moz-border-radius: 0px 0px 10px 10px;
        -ms-border-radius: 0px 0px 10px 10px;
         -o-border-radius: 0px 0px 10px 10px;
            border-radius: 0px 0px 10px 10px;
    clear:both;
    width:99%;
    padding:11px;
    border:2px solid #012c57;
    margin-left:auto;
    margin-right:auto;
    font-size: 0.80em;
    line-height:.90em;
    font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
}

.stitched {
    padding: 5px 10px;
    margin: 10px;
    line-height: 100%;
    border: 1px solid #012c57;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
/*       -moz-box-shadow: inset -0px 0px 25px 4px #012C57;
    -webkit-box-shadow: inset -0px 0px 25px 4px #012C57;
        -ms-box-shadow: inset -0px 0px 25px 4px #012C57;
         -o-box-shadow: inset -0px 0px 25px 4px #012C57;
            box-shadow: inset -0px 0px 25px #012C57 4px;*/
    font-weight: normal;
    font-family : 'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L', 'Nimbus Sans L', sans-serif;
}

.key, #key {
    font-size:.9em;
    background-color:inherit; 
    border: 1pt outset #012C57;
    -moz-border-radius:2pt; 
    -webkit-border-radius:2pt; 
    o-border-radius:2pt;
    -ms-border-radius:2pt;
    border-radius:2pt;
    text-align:center; 
    vertical-align:middle; 
    padding:2px;
    margin:2px;
    font-weight:bold;
    font-family:'Lucida Grande', 'Trebuchet MS', 'Gill Sans', Verdana, 'URW Gothic L','Nimbus Sans L',sans-serif;
}


#block {
    display:block;
    height:30px;
    width:100px;
    border:1px solid #012c57;
    margin:5px;
}

#mos-summary {
    font-style:italic;
    margin: 25px;
    border-bottom: 2px solid #b0b0b0;
    font-size:150%;
    padding:10px;
    font-weight:normal;
    line-height:150%;
    font-family: Adelle, 'Cambria', 'Book Antiqua','Calisto MT','Lucida Bright',Georgia,'DejaVu Serif',serif;
}

table.infobox-demo,
#infobox-demo {
    border:1px solid #012c57;
    -webkit-border-radius: 10px 0px 0px 10px;
       -moz-border-radius: 10px 0px 0px 10px;
        -ms-border-radius: 10px 0px 0px 10px;
         -o-border-radius: 10px 0px 0px 10px;
            border-radius: 10px 0px 0px 10px;
    background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
    background-image: -webkit-gradient(linear, center bottom, center top, from(rgba(252,252,252,0.78)), to(rgba(213,212,240,0.78)), color-stop(3%, rgba(247,247,247,0.78)), color-stop(12%, rgba(242,242,242,0.78)), color-stop(90%, rgba(228,227,241,0.78)));
    background-image: -moz-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: -o-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: -ms-linear-gradient(bottom, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    background-image: linear-gradient(to top, rgba(252,252,252,0.78), rgba(247,247,247,0.78) 3%, rgba(242,242,242,0.78) 12%, rgba(228,227,241,0.78) 90%, rgba(213,212,240,0.78));
    color:#012c57;
    minimum-width:250px;
    width:250px;
    float:right;
    margin:0 0 5px 10px;
    padding: auto auto 4px 8px;
}

#tgrey {
    background:transparent url(http://images.wikia.com/tardistest/images/6/6e/75opacitygrey.png);
}

#mosbox {
    word-wrap:break-word;
}

.mosheadcolor {
    color:#012c57;
}

.moscolor { 
    color:#012c57;
}

/* ================
   OGG PLAYER
   ================ */

div#ogg_player_1.ogg_player {
    background-image:none;
    background-color:#ececec;
    width:245px;
    max-width:245px;
} 

div#ogg_player_1.ogg_player .button {
    background:#012c57;
    border-radius:none;
} 

div#ogg_player_1.ogg_player .button img {
    display:none
}
div#ogg_player_1.ogg_player internal sprite details magnify {
    display:none
}
/*</pre>*/
Advertisement