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

Difference between revisions of "MediaWiki:Monobook.css"

From Anarchopedia
Jump to: navigation, search
Line 15: Line 15:
 
     background-image: url(http://www.miserabili.com/archives/AllBlack.jpg
 
     background-image: url(http://www.miserabili.com/archives/AllBlack.jpg
 
);
 
);
โˆ’
     background-repeat: no-repeat;
+
     background-repeat: repeat;
 
  }
 
  }

Revision as of 11:04, 7 July 2007

 /* 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: 1200px; /* height of the replacement image */
    background-image: url(http://www.miserabili.com/archives/AllBlack.jpg
);
    background-repeat: repeat;
 }