Difference between revisions of "MediaWiki:Common.css"

From WLCS
Line 11: Line 11:
 
#p-logo a,
 
#p-logo a,
 
#p-logo a:hover {
 
#p-logo a:hover {
display: block;
 
 
height: 192px;
 
height: 192px;
 
width: 12em;
 
width: 12em;
background-repeat: no-repeat;
 
background-position: 35% 50% !important;
 
text-decoration: none;
 
 
}
 
}
  

Revision as of 15:17, 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 }
*/

#p-logo a,
#p-logo a:hover {
	height: 192px;
	width: 12em;
}

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;
}

#footer-places-privacy { display:none;}
#footer-places-disclaimer { display:none;}
#footer-places-about { display:none;}