MediaWiki: Common.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
Baris 6: Baris 6:
#gumax-nav a {
#gumax-nav a {
font-weight: bold;
font-weight: bold;
color: #7C0500 /* #fff; */
color: #7C0500; /* #fff; */
padding: 8px 10px;
padding: 8px 10px;
line-height: 1;
line-height: 1;

Revisi per 5 Desember 2009 09.34

/* CSS yang ada di sini akan diterapkan untuk semua kulit. */

/* theming: UNTUK STYLE BARIS NAVIGASI (SIDEBAR)*/
#gumax-nav { height: 30px; background: #1057A7;}
#gumax-nav *:hover { background-color: none; }
#gumax-nav a {
	font-weight: bold;
	color: #7C0500; /* #fff; */
	padding: 8px 10px;
	line-height: 1;
	}
#gumax-nav li.hover a, #gumax-nav ul li a { background-color: #6699CC; /* drop down background */ border-bottom: 1px solid #407FC0;}
#gumax-nav ul { top: 28px; }
#gumax-nav ul li a { font-weight: bold; color: #fff; padding: 4px 10px; /* white-space: nowrap; /* wrap long item */ }
#gumax-nav a.hover, #gumax-nav ul a.hover { background-color: #1057A7; }
#gumax-nav ul { border: none; opacity: 0.9; filter: alpha(opacity=90); }

/* ------------- LOGO -------------- */

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

body{ background: white url("http://www.gbi-bogor.org/templates/ja_opal/images/body-bg.jpg") 0px 0px no-repeat; }

#f-poweredbyico { display: none; }
#f-designedby { display: none; }

body.page-Main_Page h1.firstHeading { display:none; }

body.page-Halaman_Utama h1.firstHeading { display:none; }

body.page-Halaman_Utama #siteSub,
body.page-Halaman_Utama h1.firstHeading {
    display: none !important;
}

==Infobox==
 /* Berbagai ''style'' "infobox" */
 .infobox {
     border: 1px solid #aaaaaa;
     background-color: #f9f9f9;
     color: black;
     margin-bottom: 0.5em;
     margin-left: 1em;
     padding: .2em;
     float: right;
     clear: right;
 }
 .infobox tr {
     vertical-align: top;
 }
 .infobox caption {
     margin-left: inherit;
 }
 .infobox.bordered {
     border-collapse: collapse;
 }
 .infobox.bordered td, .infobox.bordered th {
     border: 1px solid #aaaaaa;
 }
 .infobox.sisterproject {
     width: 20em;
     font-size: 90%;
 }

== Referensi ==

 .references-small { font-size: 90%;}
 ol.references {
   font-size: 100%;
 }
 .references-2column {
   font-size: 90%;
   -moz-column-count:2;
   column-count:2;
 }
 /* Background biru untuk memudahkan navigasi */
 ol.references > li:target {
   background-color: #DEF;
 }
 sup.reference:target {
   background-color: #DEF;
 }
 cite:target { 
   background-color: #DEF;
 }