Difference between revisions of "MediaWiki:Common.css"

From cxwiki

Line 7: Line 7:
 
     border: none;
 
     border: none;
 
     outline:none !important;
 
     outline:none !important;
     background-color:none !important;
+
     background-color:clear !important;
 
}
 
}
  

Revision as of 09:48, 22 February 2018

/* CSS placed here will be applied to all skins */

#quickbar { width: 200px }
#article { margin-left: 210px }

ul.fancytree-container {
    border: none;
    outline:none !important;
    background-color:clear !important;
}

span.fancytree-title {
    background-color: #ffffff !important;
    color: black !important;
    outline: 0px !important;
}