MediaWiki:Common.css: Perbedaan revisi

Dari Indonesia Netaudio Forum
Loncat ke navigasiLoncat ke pencarian
 
Baris 33: Baris 33:
 
     padding-bottom: 0.17em;
 
     padding-bottom: 0.17em;
 
     border-bottom: 1.5px solid #a2a9b1;
 
     border-bottom: 1.5px solid #a2a9b1;
 +
}
 +
 +
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
 +
    border: 1px solid #a2a9b1;
 +
    padding: 0.2em 1em;
 
}
 
}

Revisi terkini pada 28 Juli 2018 15.59

/* CSS yang ada di sini akan diterapkan pada semua kulit. */
a {
	color: #ff0000;
}

a:visited {
	color: #ff0000;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.mw-body-content a.external {
    /* color: #ff0000; */
}

.firstHeading {
    margin-bottom: 0.1em;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}

h1 {
    color: #000;
    background: none;
    font-weight: bold;
    margin: 0;
    overflow: hidden;
    padding-top: 0.5em;
    padding-bottom: 0.17em;
    border-bottom: 1.5px solid #a2a9b1;
}

table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td {
    border: 1px solid #a2a9b1;
    padding: 0.2em 1em;
}