Absolutely Fabulous Wiki
Register
No edit summary
Tag: sourceedit
No edit summary
Tag: sourceedit
 
Line 1: Line 1:
#SPOTLIGHT_FOOTER {
 
background:transparent;
 
}
 
 
 
/* ============
 
/* ============
 
Infobox
 
Infobox

Latest revision as of 18:13, 26 April 2016

/* ============
   Infobox
   ============ */
   .infobox {
       background-color:#784154;
       color:white
   }
   
/* =============
   Right rail modules
   ============= */
   
   .WikiaRail .module,
   .WikiaRail #RIGHT_SKYSCRAPER {
       background:transparent!important
   }
/*  ============
    Article comments
    ============ */
    .editarea, .loading-background,
    .WikiaArticleComments .MiniEditorWrapper .editarea textarea,
    .WikiaArticleComments .article-comm-form textarea,
    .WikiaArticleComments textarea,
    .WikiaArticleComments .MiniEditorWrapper .editarea {
        background-color : transparent!important;
        
    }
    .container {
        margin:inherit
    }
       /* ==================
   Media queries 
 
   These help the design respond
   better to changes of browser
   width.  in other words,
   they implement at least 
   rdudimentary responsive design.
   ================== */
 
@media only screen and (max-width:1023px) {
 
     .fpcontainer,
     .front-page-right-column {
         width:650px;
         margin:0 auto; 0 20px;
         padding-left:30px;
      }
}
 @media only screen and (min-width:1024px) {
 
     .fpcontainer,
     .front-page-right-column {
         width:250px;
         margin: 0 auto;
 
 }
}