Difference between revisions of "MediaWiki:Common.css"

From Lantronix Wiki!
Jump to navigation Jump to search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
  
 +
#mw-panel {
 +
    top: 90px;
 +
}
 
#p-logo {
 
#p-logo {
    position: absolute;
+
     top: -70px;
     top: -160px;
+
     height: 70px;
    left: 0px;
 
    width: 10em;
 
     height: 160px;
 
 
}
 
}
 
 
#p-logo a {
 
#p-logo a {
    display: block;
+
     height: 70px;
    width: 10em;
 
     height: 160px;
 
    background-repeat: no-repeat;
 
    background-position: center center;
 
    text-decoration: none;
 
 
}
 
}

Revision as of 20:59, 18 November 2014

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

#mw-panel {
    top: 90px;
}
#p-logo {
    top: -70px;
    height: 70px;
}
#p-logo a {
    height: 70px;
}