MediaWiki: Gumaxdd.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
k (fmt)
k (upd fmt)
Baris 7: Baris 7:
/* 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/8/89/Logo2.png) !important; */
width: 400px;
width: 400px;
height: 96px;
height: 20px;
background-repeat:repeat-x;
background-repeat:repeat-x;
}
}
Baris 21: Baris 21:
background: transparent;
background: transparent;
/* font-size: 110%;*/ /* web page font size */
/* font-size: 110%;*/ /* web page font size */
width: 980px; /* page width */
width: 1000px; /* page width */
margin: auto;
margin: auto;
}
}

Revisi per 8 Juni 2010 17.37

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

#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: 20px;
	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: 1000px; /* 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;

}