Still working to recover. Please don't edit quite yet.

Difference between revisions of "MediaWiki:Monobook.css"

From Anarchopedia
Jump to: navigation, search
m (aggiungo nuovo logo)
Line 5: Line 5:
 
  #f-copyrightico {
 
  #f-copyrightico {
 
     display: none;
 
     display: none;
 +
}
 +
 +
#p-logo a {
 +
    display: none;
 +
}
 +
 +
#p-logo {
 +
    height: 155px; /* height of the replacement image */
 +
    background-image: url(/images/f/f0/logo155px.png);
 +
    background-repeat: no-repeat;
 
  }
 
  }

Revision as of 21:19, 22 June 2006

 /* modifica questo file per modificare l'aspetto dell'intero sito */
 #f-poweredbyico {
    display: none;
 }
 #f-copyrightico {
    display: none;
 }

 #p-logo a {
    display: none;
 }

 #p-logo {
    height: 155px; /* height of the replacement image */
    background-image: url(/images/f/f0/logo155px.png);
    background-repeat: no-repeat;
 }