MediaWiki: Common.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
Tidak ada ringkasan suntingan
Tidak ada ringkasan suntingan
Baris 8: Baris 8:
}
}


/* body{ background: white url("http://dbr.gbi-bogor.org/w/images/a/a6/Headbg.jpg") 0px 0px no-repeat; } */
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-poweredbyico { display: none; }

Revisi per 5 Desember 2009 09.22

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

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