Pembicaraan MediaWiki:Common.css

Revisi sejak 18 Agustus 2012 22.20 oleh Hoo man (bicara | kontrib) (Diff style: done)

Komentar terbaru: 12 tahun yang lalu oleh Hoo man pada topik Diff style

Fix bunching

Can we add this here. It fixes the bunched up edit links when you put two right floating objects on top of each other, and the sections are not very long. See Kim Jong-nam, for example. This will eliminate the need for Templat:Fix bunching. 68.35.24.151 16:45, 12 Februari 2011 (UTC)

  Selesai - thanks — Tjmoel   bicara 04:44, 13 Februari 2011 (UTC)

Tambah kode untuk hlist

Hal ini diperlukan mengingat semakin banyaknya artikel di Wikipedia bahasa Indonesia yang diterjemahkan dari Wikipedia bahasa Inggris yang beberapa templatnya menyertakan navbox ber-class "hlist". Dengan menggunakan "hlist", tampilan kode saat menyunting menjadi lebih rapi. Terima kasih. Kℇℵ℟ℑK 1 Januari 2012 15.31 (UTC)Balas

(kode dari Wikipedia bahasa Inggris en:MediaWiki:Common.css)

/* Style for horizontal lists (separator following item) */
.skin-monobook .hlist dl,
.skin-modern .hlist dl,
.skin-vector .hlist dl {
    line-height: 1.5em;
}
.hlist dl,
.hlist ol,
.hlist ul {
    margin: 0;
}
.hlist dd,
.hlist dt,
.hlist li { 
    display: inline;
    margin: 0;
}
/* Display nested lists inline */
.hlist dl dl,
.hlist ol ol,
.hlist ul ul {
    display: inline;
}
/* Generate interpuncts */
.hlist dt:after {
    content: " :";
}
.hlist dd:after,
.hlist li:after {
    content: " ·";
    font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
    content: none;
}
/* for IE 8 */
.hlist dd.nopunct:after,
.hlist dt.nopunct:after,
.hlist li.nopunct:after {
    content: none;
}
/* Add parens around nested lists */
.hlist dl dl:before,
.hlist ol ol:before,
.hlist ul ul:before {
    content: "(";
}
.hlist dl dl:after,
.hlist ol ol:after,
.hlist ul ul:after {
    content: ")";
}
/* Put numbers in ordered lists */
.hlist.hnum ol li {
    counter-increment: level1;
}
.hlist.hnum ol li:before {
    content: counter(level1) " ";
}
.hlist.hnum ol ol li {
    counter-increment: level2;
}
.hlist.hnum ol ol li:before {
    content: counter(level2) " ";
}
 
/* Unbulleted lists */
.plainlist ul {
    line-height: inherit;
    list-style: none none;
    margin: 0;
}
.plainlist ul li {
    margin-bottom: 0;
}

Mohon bantuannya

Saya baru saja memperbarui Templat:IPA, disamakan dengan yang ada di en:Template:IPA. Pada versi terbaru ini, digunakan class CSS alih alih inline CSS untuk penampilan fonnya. Namun setelah saya terliti menggunakan peramban saya, tidak ada definisi font-family untuk class 'IPA' pada WBI, sedangkan pada Wikipedia bahasa Inggris ada definisi .IPA, .Unicode {font-family: "Arial Unicode MS","Lucida Sans Unicode";} dalam templat tersebut. Ada yang bisa membantu mengapa bisa terjadi demikian, padahal saya lihat di MediaWiki:Common.css sudah ada definisinya. William Surya Permana (), 19 Mei 2012 13.27 WIB.

Saya coba hapus definisinya di Common.js untuk menyamakan dengan WPEN. Coba muat ulang peramban dan lihat hasilnya. -- IvanLanin (bicara) 19 Mei 2012 06.52 (UTC)Balas
Tetap berbeda dengan yang di WPEN. William Surya Permana (), 19 Mei 2012 22.14 WIB.

Pie Chart

Mohon bisa dicoba memasukkan kode ini diambil dari WPEN, untuk membuat Pie Chart berfungsi sebagaimana semestinya.

Terima kasih.   έδδφ    11 Juni 2012 22.45 (UTC)Balas

/* Pie chart test: Transparent borders */
.transborder {
    border: solid transparent;
}
* html .transborder {  /* IE6 */
    border: solid #000001;
    filter: chroma(color=#000001);
}

  Selesai. Sudah ditambahkan. Albertus Aditya (bicara) 12 Juni 2012 00.14 (UTC)Balas

Sudah bisa.   Terima kasih.   έδδφ    12 Juni 2012 04.37 (UTC)Balas

Diff style

Hello, we have noticed that after the deployment of MediaWiki 1.20wmf1 an old local customised diff style has not been removed from this page. 1.20 brings a new, greatly improved diff style which is no longer compatible with older customisations. To prevent the new release from worsening rather than improving your diffs, a global interface editor has agreed to help you by removing the old code in a week from now unless you object. You'll then be able to see if the new style suits you or needs a new customisation. I hope this helps, Nemo bis (bicara) 5 Agustus 2012 21.03 (UTC)Balas

Done - Hoo man (bicara) 18 Agustus 2012 22.20 (UTC)Balas
Kembali ke halaman "Common.css".