MediaWiki: Gumaxdd.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
kTidak ada ringkasan suntingan
kTidak ada ringkasan suntingan
Baris 21: Baris 21:
/* background-image: url("http://dbr.gbi-bogor.org/w/images/3/39/Logo_201009.png") !important; */
/* background-image: url("http://dbr.gbi-bogor.org/w/images/3/39/Logo_201009.png") !important; */
/* background-image: url("http://dbr.gbi-bogor.org/w/images/9/9e/Logo_201101.png") !important; */
/* background-image: url("http://dbr.gbi-bogor.org/w/images/9/9e/Logo_201101.png") !important; */
background-image: url("http://src.gbi-bogor.org/d/images/f/f5/Logo_201101-700px.png") !important;
background-image: url("http://dbr.gbi-bogor.org/d/images/f/f5/Logo_201101-700px.png") !important;
width: 700px;
width: 700px;
height: 80px;
height: 80px;

Revisi per 29 September 2011 18.50

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

#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; */
/*	background-image: url("http://dbr.gbi-bogor.org/w/images/9/9e/Logo_201101.png") !important; */
	background-image: url("http://dbr.gbi-bogor.org/d/images/f/f5/Logo_201101-700px.png") !important;
	width: 700px;
	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-position:0px 0px;
	background-repeat:no-repeat
	background-attachment:fixed;
}

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

/* theming: TAMPILAN CONTENT */

table.gumax-content-table {
	border-collapse: collapse;
	background: white;
	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: .35em;
	-webkit-border-radius: .35em;
	border-radius: .35em;

/* 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.35em;
	-webkit-border-radius: 0.35em;
	border-radius: 0.35em;

}

td.gumax-content-td-center {
	padding: .75em .75em .75em .75em; /* 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.35em;
	-webkit-border-radius: 0.35em;
	border-radius: 0.35em;

}


/* NAVIGATION BAR UNTUK NATAL

#gumax-nav {
	height: 30px;
	background: #9A0000;
	border-top: 1px #CF0606 solid;
	border-bottom: 1px #790500 solid;
	}

#gumax-nav *:hover { background-color: none; }

#gumax-nav a {
	font-weight: bold;
	color: white;
	padding: 8px 10px;
	line-height: 1;
        border-right: 1px #790500 solid;
	}

#gumax-nav li.hover a, #gumax-nav ul li a {
	background-color: #7C0500
	border-bottom: 1px solid firebrick;
	}

#gumax-nav ul {
	top: 28px;
	}

#gumax-nav ul li a {
	font-weight: bold;
	color: #fff;
	padding: 4px 10px; }

#gumax-nav a.hover, #gumax-nav ul a.hover {
	background-color: indianred;
	}

#gumax-nav ul { border: none; opacity: 0.99; filter: alpha(opacity=99); }
*/