MediaWiki:Common.css: Difference between revisions

From Citizens Wiki

No edit summary
(Undo revision 804 by NeonMaster (talk))
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


#p-logo a,
#p-logo {
#p-logo a:hover {
 
         display: block;
         height: 210px;
         height: 160px;
         margin-top: 0px;
         width: 12.2em;
         clear: both;
         background-repeat: no-repeat;
         margin-bottom: -160px;
         background-position: 35% 50% !important;
         position: relative;
         text-decoration: none;
         padding: 0px;
 
 
}
#p-logo a, #p-logo a:hover {
      height: 210px;
      clear: both;
      padding: 0px;
      margin: 0px;
 
}
}

Revision as of 11:41, 21 February 2012

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

#p-logo {

        height: 210px;
        margin-top: 0px;
        clear: both;
        margin-bottom: -160px;
        position: relative;
        padding: 0px;


}
#p-logo a, #p-logo a:hover {
       height: 210px;
       clear: both;
      padding: 0px;
      margin: 0px;

}