MediaWiki: Gumaxdd.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
k (fmt)
kTidak ada ringkasan suntingan
Baris 33: Baris 33:


#gumax-nav li.hover a, #gumax-nav ul li a {
#gumax-nav li.hover a, #gumax-nav ul li a {
background-color: #FF7E42; /* drop down background */
background-color: #EF4700; /* drop down background */
border-bottom: 1px solid #CC582A;
border-bottom: 1px solid #CC582A;
}
}
Baris 47: Baris 47:


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



Revisi per 4 Januari 2010 13.10

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: -1em 0;}

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

/* THEME: UNTUK BACKGROUND */
body { background: #EAEBE6 url("http://dbr.gbi-bogor.org/w/images/2/22/Body-bg.jpg") 0px 0px no-repeat fixed; }

/* *************************************************************************************** */
/* *** TEMA 2010 YEAR OF BREAKTHROUGH *** */
/* *************************************************************************************** */
/* theming: UNTUK STYLE BARIS NAVIGASI (SIDEBAR) -- MENU ATAS*/
#gumax-nav {
	height: 30px;
	background: #993000;
	border-top: 1px #CC582A solid;
	border-bottom: 1px #8E3315 solid;
	}

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

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

#gumax-nav li.hover a, #gumax-nav ul li a {
	background-color: #EF4700; /* drop down background */
	border-bottom: 1px solid #CC582A;
	}

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

#gumax-nav ul li a {
	font-weight: bold;
	color: #D85600;
	padding: 4px 10px; /* white-space: nowrap; /* wrap long item */ }

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

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

/* theming: TAMPILAN CONTENT */

table.gumax-content-table {
	border-collapse: collapse;
	background: #fff;
	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: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}

td.gumax-content-td-topleft {
	width: 8px;
	height: 100px;
/*	background: transparent url(images/content_topleft.gif) top left no-repeat; */
}
td.gumax-content-td-center {
	padding: 10px 5px; /* content padding */
/*	background: transparent url(images/content_top.gif) top center repeat-x; */
}
td.gumax-content-td-topright {
	width: 8px;
/*	background: transparent url(images/content_topright.gif) top right no-repeat; */
}