MediaWiki: Common.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
(upd)
(upd)
Baris 1: Baris 1:
/* CSS yang ada di sini akan diterapkan untuk semua kulit. */
/* CSS yang ada di sini akan diterapkan untuk semua kulit. */


/* ------------- LOGO -------------- */
==Logo==
 
#p-logo a,
#p-logo a,
#p-logo a:hover {
#p-logo a:hover {
  background-image: url(http://dbr.gbi-bogor.org/w/images/c/c9/Logo.png)
  background-image: url(http://dbr.gbi-bogor.org/w/images/c/c9/Logo.png) !important;
!important;
  width: 400px; height: 96px;
  width: 400px; height: 96px;
}
}


body{ background: white url("http://dbr.gbi-bogor.org/w/images/6/6f/Background-christmas-2009.jpg") 0px 0px no-repeat; }
==Gambar latar belakang (background image)==
body { background: white url("http://dbr.gbi-bogor.org/w/images/6/6f/Background-christmas-2009.jpg") 0px 0px no-repeat; }


#f-poweredbyico { display: none; }
#f-poweredbyico { display: none; }
Baris 55: Baris 54:
== Referensi ==
== Referensi ==


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

Revisi per 7 Desember 2009 07.24

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

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

==Gambar latar belakang (background image)==
body { background: white url("http://dbr.gbi-bogor.org/w/images/6/6f/Background-christmas-2009.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;
	}