Difference between revisions of "MediaWiki:Common.css"

From WLCS
Line 33: Line 33:
 
     font-size: 12px;
 
     font-size: 12px;
 
}
 
}
 +
 
ul.fancytree-container {
 
ul.fancytree-container {
 
     outline: 0;
 
     outline: 0;
Line 38: Line 39:
 
     overflow: hidden;
 
     overflow: hidden;
 
}
 
}
 +
 
.fancytree p {
 
.fancytree p {
 
     display: none;
 
     display: none;
}
 
span.fancytree-title {
 
    cursor: default;
 
 
}
 
}

Revision as of 11:46, 27 July 2016

/* CSS placed here will be applied to all skins */
/*
#column-content { margin-left: -13em }
#content { margin-left: 13em }
#p-logo a, #p-logo a:hover { width: 13em }
.portlet { width: 13em }
#p-cactions { left: 13em }
#mw-panel { width:13em }
*/

a:visited {
        color: #0645AD;
}

a:hover {
        text-decoration: underline;
}

#simpleSearch input#searchInput {
   width: 12em;
}

div.mw-geshi {
  font-size: 12px;
  padding: 1em; 
  margin: 1em 0; 
  border: 1px dashed #2f6fab;
}

.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}

ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}

.fancytree p {
    display: none;
}