indoglobal.com
Langsung ke: navigasi, cari

MediaWiki:Common.css

(Perbedaan revisi)
Baris 19: Baris 19:
 
   -webkit-box-shadow: 3px 3px 10px #888;
 
   -webkit-box-shadow: 3px 3px 10px #888;
 
   box-shadow: 3px 3px 10px #888;
 
   box-shadow: 3px 3px 10px #888;
 +
  margin-right: 1em !important;
 
}
 
}
  

Revisi per 1 Desember 2012 17.53

/* CSS placed here will be applied to all skins */
 
#footer {
  display: none;
}
 
#p-tb, #pt-anonuserpage, #pt-anontalk, #p-namespaces.vectorTabs
{ display:none !important; }
 
div#content {
  border-radius: 10px !important;
  background-image: url(http://indoglobal.com/wp-content/my/grad.png) !important;
  background-repeat: repeat-x !important;
  background-position: top !important;
  -moz-border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -khtml-border-radius: 10px !important;
  -moz-box-shadow: 3px 3px 10px #888;
  -webkit-box-shadow: 3px 3px 10px #888;
  box-shadow: 3px 3px 10px #888;
  margin-right: 1em !important;
}
 
div#mw-head-base {
  display: none !important;
}