ผู้ใช้:Lux2545/monobook.css

จาก วิกิพจนานุกรม พจนานุกรมเสรี

หมายเหตุ: หลังเผยแพร่ คุณอาจต้องล้างแคชเว็บเบราว์เซอร์ของคุณเพื่อดูการเปลี่ยนแปลง

  • ไฟร์ฟอกซ์ / ซาฟารี: กด Shift ค้างขณะคลิก Reload หรือกด Ctrl-F5 หรือ Ctrl-R (⌘-R บนแมค)
  • กูเกิล โครม: กด Ctrl-Shift-R (⌘-Shift-R บนแมค)
  • อินเทอร์เน็ตเอกซ์พลอเรอร์ และ Edge: กด Ctrl ค้างขณะคลิก Refresh หรือกด Ctrl-F5
  • โอเปร่า: กด Ctrl-F5
/* uses B and I for general format icons */
span[rel="bold"] { background-position: 2px -142px !important; }
span[rel="italic"] { background-position: 2px -862px !important; }
 
/* hides bar only last group instead */
.wikiEditor-ui-toolbar .group-insert { border-right: solid 1px #DDD; }
.wikiEditor-ui-toolbar .group:last-child { border-right: none; }
 
/* new buttons */
.tool-button {
display: block;
float: left;
height: 22px;
text-indent: -9999px;
width: 22px;
padding: 2px;
cursor: pointer;
overflow: hidden;
}
span[rel="cleanup"] {
background: url("http://upload.wikimedia.org/wikipedia/commons/1/1d/Broom_tiny.png") center center no-repeat;
}
span[rel="number"] {
background: url("http://upload.wikimedia.org/wikipedia/commons/8/80/Toolbaricon_regular_123.png") center center no-repeat;
}
span[rel="replace"] {