MediaWiki: Gumaxdd.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
k (upd)
k (upd)
Baris 1: Baris 1:
/* body.page-Halaman_Utama .gumax-firstHeading { display: none !important; border-bottom: transparent; line-height: 0em; }
/* 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;} */
body.page-Halaman_Utama #content { border-top: none; border-bottom: none; margin: auto;} */
.thumbinner {
background-color: transparent;
}


#p-logo a,
#p-logo a,
Baris 70: Baris 74:
border-radius: 0.5em;
border-radius: 0.5em;


}
div.thumbinner {
background-color: transparent;
}
}

Revisi per 2 Juni 2010 15.26

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

.thumbinner {
	background-color: transparent;
}

#p-logo a,
#p-logo a:hover {
	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; */
	width: 400px;
	height: 96px;
	background-repeat:repeat-x;
	}

/* THEME: UNTUK BACKGROUND */
body {
/*   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-image: none; */
}

#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;
}
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;

}