Difference between revisions of "MediaWiki:Common.css"

From Lantronix Wiki!
Jump to navigation Jump to search
Line 5: Line 5:
 
     top: -160px;
 
     top: -160px;
 
     left: 0px;
 
     left: 0px;
     width: 10em;
+
     width: 9.8em;
 
     height: 160px;
 
     height: 160px;
 
}
 
}
Line 11: Line 11:
 
#p-logo a {
 
#p-logo a {
 
     display: block;
 
     display: block;
     width: 10em;
+
     width: 9.8em;
 
     height: 160px;
 
     height: 160px;
    margin:5px;
 
 
     background-repeat: no-repeat;
 
     background-repeat: no-repeat;
 
     background-position: center center;
 
     background-position: center center;
 
     text-decoration: none;
 
     text-decoration: none;
 
}
 
}

Revision as of 20:37, 18 November 2014

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

#p-logo {
    position: absolute;
    top: -160px;
    left: 0px;
    width: 9.8em;
    height: 160px;
}

#p-logo a {
    display: block;
    width: 9.8em;
    height: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    text-decoration: none;
}