×
Create a new article
Write your page title here:
We currently have 1,225 articles on What if Doctor Who Wasn't Axed?. Type your article name above or create one of the articles listed here!



    What if Doctor Who Wasn't Axed?

    Note: After publishing, you may have to bypass your browser's cache to see the changes.

    • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
    • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
    • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
    • Opera: Press Ctrl-F5.
    @font-face {
        font-family: Montserrat;
        src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
    }
    
    .classname {
        font-family: Montserrat;
    }
    
    
    
    /* ========================
       This CSS page controls 
       the GENERAL look of infoboxes.
     
       If you're looking for styles that
       only affect INDIVIDUAL infoboxes,
       please go to MediaWiki:Themes.css
       ========================= */
     
    .portable-infobox {
        border: 1px solid var(--bright-accent-color);
        background: #5a5b75;
        color: white;
        width: 250px!important;
        line-height: 130%;
        padding: 5px;
    }
    .portable-infobox .pi-item-spacing {
         padding: 1px 0 0 0;
    }
    .portable-infobox .pi-title,
    .portable-infobox .pi-header {
        background: var(--theme-accent-color);
        color: var(--theme-link-dynamic-color-1);
        font-weight: bold;
        text-align: center;
        text-transform: none;
        letter-spacing: 0;
        line-height: 140%;
    }
    .theme-fandomdesktop-dark .portable-infobox .pi-title,
    .theme-fandomdesktop-dark .portable-infobox .pi-header {
    	background-color: var(--theme-link-color);
    }
    .portable-infobox .pi-title {
        font-size: 1.2em;
        padding: 10px;
    }
    .pi-header {
        line-height: 1.2em;
        font-size: 1.0em;
    }
    .pi-horizontal-group .pi-horizontal-group-item,
    .pi-horizontal-group .pi-header {
        text-align: center!important;
    } 
    .portable-infobox .pi-title a,
    .portable-infobox .pi-title a:link,
    .portable-infobox .pi-title a:visited,
    .portable-infobox .pi-title a:hover,
    .portable-infobox .pi-header a,
    .portable-infobox .pi-header a:visited,
    .portable-infobox .pi-header a:link,
    .portable-infobox .pi-header a:hover {
         color: var(--theme-link-dynamic-color-1);
         text-decoration: underline;
    }
    .portable-infobox .pi-header .story-nav {
        background-color: var(--theme-accent-color);
        color: var(--theme-link-dynamic-color-1);
        border: 0;
    }
    .portable-infobox .pi-header .story-nav a,
    .portable-infobox .pi-header .story-nav a:visited,
    .portable-infobox .pi-header .story-nav a:link,
    .portable-infobox .pi-header .story-nav a:hover {
         color: var(--theme-link-dynamic-color-1);
         text-decoration: underline;
    }
    .portable-infobox .pi-title a: new,
    .portable-infobox .pi-title a: new:visited,
    .portable-infobox .pi-header a: new,
    .portable-infobox .pi-header a: new:visited,
    .portable-infobox .pi-navigation a: new,
    .portable-infobox .pi-navigation a: new:visited {    
         color: #403e49;
         text-decoration: underline;
    }
    .portable-infobox .pi-data-label {
         background: #413e48;
         color: #f5f2f2;
         padding-right: 10px;
            -ms-flex-preferred-size: 70%;
            -webkit-flex-basis: 70%;
            -moz-flex-basis: 70%;
            flex-basis: 70%;
         line-height: 120%;
         font-size: 12px;
         text-transform: none;
         letter-spacing: 0px;
         background-color: #413e48;
         text-align: right;
    }
    .pi-item:hover > .pi-data-label, 
    .pi-item:hover > .pi-data-value {
         background-color: rgba(229, 192, 118, 0.4);
    }
    .portable-infobox .pi-data-label a,
    .portable-infobox .pi-data-label a:link,
    .portable-infobox .pi-data-label a:visited,
    .portable-infobox .pi-data-label a,
    .portable-infobox .pi-data-label a:link,
    .portable-infobox .pi-data-label a:visited {
            color: #f5f2f2;
    }
    
    .portable-infobox .pi-data-value a,
    .portable-infobox .pi-data-value a:link,
    .portable-infobox .pi-data-value a:visited {
            color: #f5f2f2;
    }
    
    .portable-infobox .pi-data-label a:hover,
    .portable-infobox .pi-data-label a:link:hover,
    .portable-infobox .pi-data-label a:visited:hover,
    .portable-infobox .pi-data-value a:hover,
    .portable-infobox .pi-data-value a:link:hover,
    .portable-infobox .pi-data-value a:visited:hover {
            color: #f5f2f2!important;
            text-decooration: underline;
    }
    .portable-infobox .pi-data-label a.new,
    .portable-infobox .pi-data-label a.new:visited,
    .portable-infobox .pi-data-value a.new,
    .portable-infobox .pi-data-value a.new:visited {
            color: #624747!important;
            text-decoration: none!important;
    }        
                     
    
    
    /* ==========================
       Collapsiblity styling 
       ========================== */
    
    
    .pi-collapse-closed .pi-header:first-child,
    .pi-collapse .pi-header:first-child {
        text-align: left !important;
        font-weight: normal;
        padding: 2px 0 2px 10px;
        border-color: #fff!important;
    }
    .pi-collapse-closed .pi-header: : after {
       -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       transform: rotate(0deg);
       content: '[more]'!important;
       font-size: 10px;
       color: #fff;
       border-color: transparent;
       border-width: 0;
       width: 35px;
       right: 3px;
       top: 40%;
       display: none;
    }
    .pi-collapse .pi-header: after {
       -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
       -ms-transform: rotate(0deg);
       transform: rotate(0deg);
       color: #fff;
       content: '[hide]';
       font-size: 10px;
       border-color: transparent;
       border-width: 0;
       width: 35px;
       right: 3px;
       top: 40%;
       display: none;
    }
    
    .theme-fandomdesktop-dark .portable-infobox:nth-of-type(n+2),
    .theme-fandomdesktop-dark .collapsible-navfobox .portable-infobox {
        border-color: #524d6a;
    }
    .theme-fandomdesktop-light .portable-infobox:nth-of-type(n+2),
    .theme-fandomdesktop-light .collapsible-navfobox .portable-infobox {
        border-color: #524d6a
    }
    .theme-fandomdesktop-dark .portable-infobox .pi-header + .pi-header {
    	background: #524d6a;
    }
    .theme-fandomdesktop-light .portable-infobox .pi-header + .pi-header {
        background: #524d6a;
    }
    .portable-infobox .pi-header:nth-child(n+2) {
        padding: 4px 9px 5px 9px;
        margin-top: 0px;
    }
    .portable-infobox .pi-header:nth-child(n+3) {
        padding: 2px 9px 2px 9px;
        margin-top: 5px;
    }
    
    .theme-fandomdesktop-dark .portable-infobox .pi-header + .pi-header ~ .pi-header:nth-of-type(3) {
        background: #e7c47e;
    }
    .theme-fandomdesktop-light .portable-infobox .pi-header + .pi-header ~ .pi-header:nth-of-type(3) {
        background: #879ec0;
    }
    .theme-fandomdesktop-dark .portable-infobox .pi-header + .pi-header ~ .pi-header:nth-of-type(4) {
        background: #e7cc97;
    }
    .theme-fandomdesktop-light .portable-infobox .pi-header + .pi-header ~ .pi-header:nth-of-type(4) {
        background: #8ea0b6;
    }
    .theme-fandomdesktop-dark .portable-infobox + .portable-infobox:nth-of-type(3) .pi-header:first-of-type {
        background: #edc980;
    }
    .theme-fandomdesktop-light .portable-infobox + .portable-infobox:nth-of-type(3) .pi-header:first-of-type {
        background: #a2b6d3;
    }
    
    
    /* A few tweaks to infoboxes - in use */
    .page-content  .portable-infobox .pi-data-label {
        background: #5a5a75;
        color: #f5f2f2;
        padding-right: 10px;
        -ms-flex-preferred-size: 70%;
        -webkit-flex-basis: 70%;
        -moz-flex-basis: 69%;
        flex-basis: 70%;
        line-height: 120%;
        font-size: 11px;
        text-transform: none;
        letter-spacing: 0;
        background-color: #5a5a75;
        text-align: right;
    }
    .page-content .portable-infobox .pi-title {
        padding: 5px;
    }
    .page-content .portable-infobox .pi-header {
        padding: 3px;
    }
    .wds-tabs__tab {
        color: white;
    }
    
    
    
    /* Fixing captions on dark theme */
    .theme-fandomdesktop-dark .pi-caption {
    	color: white;
    }
    .theme-fandomdesktop-dark .pi-caption a {
    	color: #3a4f80 !important;
    }
    
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.