MediaWiki: Gumaxdd152.css: Perbedaan antara revisi
Dari GBI Danau Bogor Raya
kTidak ada ringkasan suntingan |
k upd |
||
| Baris 142: | Baris 142: | ||
font-size: 150%; | font-size: 150%; | ||
} | } | ||
li { margin: 0 0 0 0; padding: 0 0 0 0; } | |||
Revisi per 6 September 2012 09.54
/* PATCH UNTUK GUMAXDD152.css */
#gumax-page {
background: transparent fixed;
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/a/a0/Logo-20120328.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: white; /* 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 */
}
body {
background-attachment:fixed;
}
#gumax-content-actions ul { list-style: none; margin: 0 0 5px 0; padding: 7px; } /* WAS: margin: 0; */
#gumax-content-actions ul li { display: inline; margin: 0; padding: 0; vertical-align: top; } /* WAS: vertical-align: NONE */
#gumax-content-actions ul li a {
padding: 5px 10px;
text-decoration: none;
font-size: 100%; font-family: Verdana, 'Trebuchet MS', Sans-serif, Arial;
color: #777;
background: #f0f0f0; /* WAS: NONE */
white-space: nowrap;
opacity: 75; /* WAS: NONE */
filter:alpha(opacity=75); /* For IE8 and earlier */ /* WAS: NONE */
}
#gumax-content-actions li#ca-edit a {
font-size: 100%;
font-style: italic;
color: #555;
}
#gumax-content-actions ul li a:hover, #gumax-content-actions ul li.selected a {
color: #000; background: #fff;
opacity: 1; /* ADDED BY LEO CAHYADI */
filter:alpha(opacity=100); /* For IE8 and earlier */ /* ADDED BY LEO CAHYADI */
font-size: 150%;
}
#gumax-content-actions ul li#ca-edit a:hover, #gumax-content-actions ul li.selected#ca-edit a {
color: #000; background: #fff;
opacity: 1; /* ADDED BY LEO CAHYADI */
filter:alpha(opacity=100); /* For IE8 and earlier */ /* ADDED BY LEO CAHYADI */
font-size: 150%;
}
li { margin: 0 0 0 0; padding: 0 0 0 0; }