Difference between revisions of "MediaWiki:Common.css"

From cxwiki

 
(4 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
ul.fancytree-container {
 
ul.fancytree-container {
 
     border: none;
 
     border: none;
     outline:none !important;
+
     outline: none !important;
 +
    background-color: transparent !important;
 
}
 
}
  
 
span.fancytree-title {
 
span.fancytree-title {
     background-color: #ffffff !important;
+
     background-color: transparent !important;
 
     color: black !important;
 
     color: black !important;
 
     outline: 0px !important;
 
     outline: 0px !important;
}
 
 
span.fancytree-active {
 
    background-color: #ffffff !important;
 
    color: black !important;
 
}
 
 
span.fancytree-selected {
 
    background-color: #ffffff !important;
 
    color: black !important;
 
 
}
 
}

Latest revision as of 09:50, 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: transparent !important;
}

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