indoglobal.com
Langsung ke: navigasi, cari

MediaWiki:Common.css

(Perbedaan revisi)
Baris 8: Baris 8:
 
{ display:none !important; }
 
{ display:none !important; }
  
#content {
+
div#content {
   border-radius: 10px;
+
   border-radius: 10px !important;
   background-image: url(http://indoglobal.com/wp-content/my/grad.png);
+
   background-image: url(http://indoglobal.com/wp-content/my/grad.png) !important;
   background-repeat: repeat-x;
+
   background-repeat: repeat-x !important;
   background-position: top;
+
   background-position: top !important;
   -moz-border-radius: 10px;
+
   -moz-border-radius: 10px !important;
   -webkit-border-radius: 10px;
+
   -webkit-border-radius: 10px !important;
   -khtml-border-radius: 10px;
+
   -khtml-border-radius: 10px !important;
 
}
 
}

Revisi per 1 Desember 2012 17.49

/* 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;
}