MediaWiki: Gumaxdd.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
k (upd)
k (upd)
Baris 34: Baris 34:
/* background: url("http://www.hmministry.com/home/images/home/BodyBackground.jpg") 0px 0px repeat-x fixed; */
/* background: url("http://www.hmministry.com/home/images/home/BodyBackground.jpg") 0px 0px repeat-x fixed; */
/* background-image: none; */
/* background-image: none; */
background: url("/w/images/9/9a/Blue_Flakey.jpg") 0px 0px center no-repeat fixed;
background: url("/w/images/9/9a/Blue_Flakey.jpg");
background-position:center;
background-repeat:no-repeat
background-attachment:fixed;
}
}



Revisi per 6 Desember 2010 22.41

.slideshow div {
  _position: absolute;
}

.slideshow div div {
  _position: static;
}

body.page-Halaman_Utama .gumax-firstHeading { display: none !important; border-bottom: transparent; line-height: 0em; }
body.page-Halaman_Utama #content { border-top: none; border-bottom: none; margin: auto; margin-top: -1em; }

#p-logo a,
#p-logo a:hover {
/*      background-image: url(/w/images/8/83/Logo-201007.png) ! important; */
/*	background-image: url(http://www.hmministry.com/home/images/home/Header.png) ! important; */
/*	background-image: url(http://dbr.gbi-bogor.org/w/images/3/36/Logo15tahun.png) ! important; */
/*	background-image: url(http://dbr.gbi-bogor.org/w/images/c/c1/Logo15tahun.jpg) ! important; */
/*	background-image: url(http://dbr.gbi-bogor.org/w/images/2/2d/Logo3.png) ! important; */
/*	background-image: url(http://dbr.gbi-bogor.org/w/images/c/c9/Logo.png) !important; */
/*	background-image: url(http://dbr.gbi-bogor.org/w/images/8/89/Logo2.png) !important; */
	background-image: url("http://dbr.gbi-bogor.org/w/images/3/39/Logo_201009.png") !important;
	width: 600px;
	height: 80px;
	background-repeat: repeat-x; 
	background-attachment: scroll;
	}

/* THEME: UNTUK BACKGROUND */
body {
/*	background: url("http://src.gbi-bogor.org/d/images/6/65/BodyBackground-4.jpg")  0px 0px repeat-x fixed; */
/*	background: url("http://src.gbi-bogor.org/d/images/9/9a/BodyBackground-3.jpg")  0px 0px repeat-x fixed;  */
/*	background: rosybrown url("http://dbr.gbi-bogor.org/w/images/a/a6/Headbg.jpg")  0px 0px repeat-x fixed;  */
/*	background: #EAEBE6   url("http://dbr.gbi-bogor.org/w/images/2/22/Body-bg.jpg") 0px 0px repeat-x fixed;  */
/*	background: url("http://www.hmministry.com/home/images/home/BodyBackground.jpg") 0px 0px repeat-x fixed; */
/*	background-image: none; */
	background: url("/w/images/9/9a/Blue_Flakey.jpg");
	background-position:center;
	background-repeat:no-repeat
	background-attachment:fixed;
}

#gumax-page { 
	background: transparent;
/*	font-size: 110%;*/ /* web page font size */
	width: 980px; /* page width */
	margin: auto;
}

/* theming: TAMPILAN CONTENT */

table.gumax-content-table {
margin-top: -1em;
	border-collapse: collapse;
	background: transparent;
/*	opacity: 0.9; filter: alpha(opacity=90%); */

/*	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
*/

	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;

/* border: 1px Wheat solid; */
}

td.gumax-content-td-topleft {
	width: 1px;
	height: 0px;
/*	background: transparent url(images/content_topleft.gif) top left no-repeat; */

	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;

}

td.gumax-content-td-center {
	padding: 1px 1px; /* content padding */
/*	background: transparent url(images/content_top.gif) top center repeat-x; */
	background: none;
	vertical-align: top;
}
td.gumax-content-td-topright {
	width: 1px;
/*	background: transparent url(images/content_topright.gif) top right no-repeat; */

	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;

}