MediaWiki: Common.css: Perbedaan antara revisi
Dari GBI Danau Bogor Raya
upd |
Tidak ada ringkasan suntingan |
||
Baris 1: | Baris 1: | ||
/* CSS yang ada di sini akan diterapkan untuk semua kulit. */ | /* CSS yang ada di sini akan diterapkan untuk semua kulit. */ | ||
/** | |||
#p-logo a, | #p-logo a, | ||
#p-logo a:hover { | #p-logo a:hover { | ||
Baris 7: | Baris 8: | ||
width: 400px; height: 96px; | width: 400px; height: 96px; | ||
} | } | ||
*/ | |||
body{ background: white url("http://dbr.gbi-bogor.org/w/images/6/6f/Logo_GBI_rotated.png") 0px 0px no-repeat; } | body{ background: white url("http://dbr.gbi-bogor.org/w/images/6/6f/Logo_GBI_rotated.png") 0px 0px no-repeat; } | ||
/** | |||
body{ background: white url("http://dbr.gbi-bogor.org/w/images/a/a6/Headbg.jpg") 0px 0px no-repeat; } | body{ background: white url("http://dbr.gbi-bogor.org/w/images/a/a6/Headbg.jpg") 0px 0px no-repeat; } | ||
*/ |
Revisi per 20 November 2009 16.01
/* CSS yang ada di sini akan diterapkan untuk semua kulit. */
/**
#p-logo a,
#p-logo a:hover {
background-image: url(http://dbr.gbi-bogor.org/w/images/c/c9/Logo.png)
!important;
width: 400px; height: 96px;
}
*/
body{ background: white url("http://dbr.gbi-bogor.org/w/images/6/6f/Logo_GBI_rotated.png") 0px 0px no-repeat; }
/**
body{ background: white url("http://dbr.gbi-bogor.org/w/images/a/a6/Headbg.jpg") 0px 0px no-repeat; }
*/