Difference between revisions of "MediaWiki:Monobook.css"

From Chrome
Jump to: navigation, search
Line 13: Line 13:
  
 
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */  
 
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */  
#p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }
+
/* #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; }  
 
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
 
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }
+
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }*/
 +
 
 +
/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
 +
#p-cactions ul li, #p-cactions ul li a { 
 +
  -moz-border-radius-topleft: 1em;
 +
  -moz-border-radius-topright: 1em;
 +
}
 +
#content {
 +
  -moz-border-radius-topleft: 1em;
 +
  -moz-border-radius-bottomleft: 1em;
 +
}
 +
div.pBody {
 +
  -moz-border-radius-topright: 1em;
 +
  -moz-border-radius-bottomright: 1em;
 +
}
 +
 +
/* same following the css3 draft specs, any browsers supporting this? */
 +
#p-cactions ul li, #p-cactions ul li a { 
 +
  border-radius-topleft: 1em;
 +
  border-radius-topright: 1em;
 +
}
 +
#content {
 +
  border-radius-topleft: 1em;
 +
  border-radius-bottomleft: 1em;
 +
}
 +
div.pBody {
 +
  border-radius-topright: 1em;
 +
  border-radius-bottomright: 1em;
 +
}
 +
 
  
 
/* set up the background image */
 
/* set up the background image */
 
body{ background: #e1e1e1 url("http://chrome.ws.dei.polimi.it/images/0/04/Lizards.gif") 0px 0px repeat; }
 
body{ background: #e1e1e1 url("http://chrome.ws.dei.polimi.it/images/0/04/Lizards.gif") 0px 0px repeat; }

Revision as of 00:52, 5 June 2009

/* Gli stili CSS inseriti qui si applicano agli utenti che usano la skin Monobook */

/* This removes the edit/discussion/voice/... part for non logged people */
#ca-nstab-main{ display:none!important; }
#ca-talk { display:none!important; }
#ca-edit { display:none!important; }
#ca-history { display:none!important; }
#ca-delete { display:none!important; }
#ca-move { display:none!important; }
#ca-protect { display:none!important; }
#ca-watch { display:none!important; }
#ca-viewsource { display:none!important; }

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
/* #p-cactions ul li, #p-cactions ul li a { -moz-border-radius-topleft: 0.4em; -moz-border-radius-topright: 0.4em; } 
#content { -moz-border-radius-topleft: 0.6em; -moz-border-radius-bottomleft: 0.6em; }
div.pBody { -moz-border-radius-topright: 0.4em; -moz-border-radius-bottomright: 0.4em; }*/

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
#content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
/* same following the css3 draft specs, any browsers supporting this? */
#p-cactions ul li, #p-cactions ul li a {  
  border-radius-topleft: 1em;
  border-radius-topright: 1em;
}
#content { 
  border-radius-topleft: 1em;
  border-radius-bottomleft: 1em;
}
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}


/* set up the background image */
body{ background: #e1e1e1 url("http://chrome.ws.dei.polimi.it/images/0/04/Lizards.gif") 0px 0px repeat; }