indoglobal.com
Langsung ke: navigasi, cari

MediaWiki:Common.css

(Perbedaan revisi)
Baris 9: Baris 9:
  
 
#content {
 
#content {
  border: 1px solid black;
 
 
   border-radius: 10px;
 
   border-radius: 10px;
 +
  background-image: url(http://indoglobal.com/wp-content/my/grad.png);
 +
  background-repeat: repeat-x;
 +
  background-position: top;
 +
  -moz-border-radius: 10px;
 +
  -webkit-border-radius: 10px;
 +
  -khtml-border-radius: 10px;
 
}
 
}

Revisi per 1 Desember 2012 17.34

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