MediaWiki: Wptouch.css: Perbedaan antara revisi

Dari GBI Danau Bogor Raya
Lompat ke: navigasi, cari
Leo (bicara | kontrib)
k upd
 
Leo (bicara | kontrib)
kTidak ada ringkasan suntingan
 
Baris 1: Baris 1:
.tocnumber { display: none !important; }
/* wikitable/prettytable class for skinning normal tables */
/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.wikitable,

Revisi terkini sejak 18 Januari 2014 12.13

.tocnumber { display: none !important; }

/* wikitable/prettytable class for skinning normal tables */
table.wikitable,
table.prettytable {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
table.listtable {
    margin: 0em 0 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse; font-size:90%;
}
.listtable th, .listtable td {
    padding: 2px 6px 2px 4px;
    border: 1px #aaa solid;
}
.wikitable th, .wikitable td,
.prettytable th, .prettytable td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.listtable th,
.wikitable th,
.prettytable th {
    background: #f2f2f2;
    text-align: center;
}
.listtable caption,
.wikitable caption,
.prettytable caption {
    font-weight: bold;
}

table.wikitable2 {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable2 th, .wikitable2 td {
    border: 1px #aaa solid;
    padding: 0.5em;
}
.wikitable2 th {
    background: #f2f2f2;
    text-align: center; padding: .75em;
}
.wikitable2 caption {
    font-weight: bold;
}