Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "User:Sgeo/monobook.css"

From Creatures Wiki
Jump to navigation Jump to search
(Hide Advertisements <eg>)
m (Change)
Line 13: Line 13:
 
}
 
}
 
div#column-google {
 
div#column-google {
   visibility: hidden !important}
+
   display: none !important}

Revision as of 21:35, 23 February 2005

/* 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;
}
div#column-google {
  display: none !important}