MediaWiki: Gumaxdd151.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
Leo (bicara | kontrib)
k upd
Leo (bicara | kontrib)
k upd
Baris 49: Baris 49:
font-size: 100%;
font-size: 100%;
border: 1px solid #777;
border: 1px solid #777;
}
#searchInput:hover,
#searchInput:focus {
background: #fff;
width: 15em;  /* text field width when focused */
border: 1px solid #FFCC99;
}
}


Baris 96: Baris 103:
color: #999;
color: #999;
margin-bottom: 5px;  /* WAS: NONE */
margin-bottom: 5px;  /* WAS: NONE */
}
#searchInput:hover,
#searchInput:focus {
background: #fff;
width: 15em;  /* text field width when focused */
border: 1px solid #FFCC99;
}
}



Revisi per 24 Maret 2012 11.21

/* PATCH UNTUK GUMAXDD151.css */

#gumax-page {
	background: transparent;
	font-size: 125%; /* web page font size */
	width: 990px; /* page width */
	margin: 0 auto 0 auto; /* WAS: margin: 0 auto; */
}

#gumax-header {
	/* border: 1px solid #000; /*debuging*/
	z-index: 100;  /* make logo visible over content*/
	margin: 0 auto 0 auto; /* WAS: margin: 0 auto; */
	padding: 0;
}

#p-logo a, #p-logo a:hover {
	background-image: url("http://dbr.gbi-bogor.org/w/images/d/d5/Logo-201112-700px.png") !important; /* WAS: NONE */
	width: 700px; /* WAS: NONE */
	height: 80px; /* WAS: height: 105px; */
	background-repeat: repeat-x; /* WAS: NONE */
	background-attachment: scroll; /* WAS: NONE */
}

#p-logo {
	z-index: 200;
	position: relative; /*needed to use z-index */
	float: left;
	text-align: left;
	margin: 10px 0 0px 0; /* WAS: margin: 10px 0 20px 0; */
	overflow: visible;
	display: block;
	padding: 0;
}

#gumax-p-login {
	/* border: 1px solid #000; /*debuging*/
	font-size: 90%;
	margin: 0; padding: 0px 0 0px 0; /* WAS: margin: 0; padding: 7px 0 5px 0; */
	text-align: right;
}

#gumax-p-login ul li a:hover { color: #333; font-weight: bold; }

#searchInput {
	width: 12em; /* WAS: width: 15em; */
	height:1.5em;
	margin: 0;
	font-size: 100%;
	border: 1px solid #777;
}

#searchInput:hover,
#searchInput:focus {
	background: #fff;
	width: 15em;  /* text field width when focused */
	border: 1px solid #FFCC99;
}

#gumax-p-navigation {
	position: relative;
	z-index: 900;
	margin-top: 0px; /* WAS: margin-top: 10px; */
}

#siteNotice {
	border: none; /* WAS: border: 1px solid #FF9933; */
	background: none; /* WAS: background: #FFFFCC; */
	margin: 0 0 0 0; /* WAS: margin: 0; */
	padding: 0em; 
	font-size: 100%;
}

#siteNotice p {
	margin: 0 0 .5em 0; /* WAS: margin: 0; */
	padding: 0;
}

.gumax-firstHeading {
	font-size: 170%;
	color: #000;
	padding-bottom: 2px; /* WAS: padding-bottom: 2px; */
	margin-top: 0;
}

#gumax-content-body { 
	background: yellow; /* content background */ /* WAS: background: #fff; */
	border: 1px 1px 0px 1px solid #e3e4e5; /* WAS: border: 1px solid #e3e4e5; */
	padding: 20px; /* content padding */
	margin: 0;
	opacity: 0.99; /* WAS NONE */
	filter:alpha(opacity=99; /* For IE8 and earlier */ /* WAS: NONE */
}

#gumax-content-actions {
	text-align: center; /* menu location */
	height: 27px;  /* need for IE win */
	white-space: nowrap;
	background: none;
	opacity: 1; /* WAS: NONE */
	filter:alpha(opacity=100); /* For IE8 and earlier */ /* WAS: NONE */
	border-radius: 5px;  /* WAS: NONE */
	color: #999;
	margin-bottom: 5px;  /* WAS: NONE */
}

/* PATCH II */

body {
	background-attachment:fixed;
}