Difference between revisions of "MediaWiki:Common.css"

From Lantronix Wiki!
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #p-logo { position: absolute; top: -160px; left: 0px; width: 10em; height: 160px; } #p-logo a { di...")
 
Line 13: Line 13:
 
     width: 10em;
 
     width: 10em;
 
     height: 160px;
 
     height: 160px;
     padding:5px;
+
     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:35, 18 November 2014

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

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

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