ผลต่างระหว่างรุ่นของ "มีเดียวิกิ:Vector.css"
หน้าตา
เนื้อหาที่ลบ เนื้อหาที่เพิ่ม
Styling for updated markers on watchlist, history and recent/related changes; also present in monobook.css now |
|||
(ไม่แสดง 5 รุ่นระหว่างกลางโดยผู้ใช้คนเดียวกัน) | |||
บรรทัดที่ 1: | บรรทัดที่ 1: | ||
/* สไตล์ชีตในหน้านี้จะส่งผลแก่ผู้ใช้ที่ใช้สกินเวกเตอร์ */ |
/* สไตล์ชีตในหน้านี้จะส่งผลแก่ผู้ใช้ที่ใช้สกินเวกเตอร์ */ |
||
/** |
|||
* ######## Fixes for Typography Refresh ######### |
|||
*/ |
|||
/* Needed by non-selected tabs to support border-box cascade */ |
|||
div.vector-menu-tabs span { |
|||
height: 100%; |
|||
} |
|||
/* ######## End Typography Refresh Fixes ######### */ |
|||
/** |
|||
* ##### Fixes for IE font-size relative units bug ##### |
|||
* |
|||
* see https://connect.microsoft.com/IE/feedback/details/816709/ |
|||
*/ |
|||
.mw-body .mw-indicators { |
|||
position: relative; |
|||
font-size: 0.8750em; |
|||
font-size: calc(1.00em * 0.8750); |
|||
line-height: 1.6; |
|||
/* Move page status indicators down slightly */ |
|||
top: 0.50em; |
|||
float: right; |
|||
z-index: 1; |
|||
} |
|||
#bodyContent.mw-body-content { |
|||
position: relative; |
|||
font-size: 0.8750em; |
|||
font-size: calc(1.00em * 0.8750); |
|||
line-height: 1.6; |
|||
z-index: 0; |
|||
} |
|||
/* ##### End IE font-size relative units bug fixes ##### */ |
|||
/* Border box sizing for search html form container */ |
|||
div#simpleSearch { |
|||
-webkit-box-sizing: border-box; |
|||
box-sizing: border-box; |
|||
} |
|||
/* Menu over FR box */ |
|||
div.vector-menu div { |
|||
z-index: 2; |
|||
} |
|||
/* Styling for updated markers on watchlist, history and recent/related changes */ |
/* Styling for updated markers on watchlist, history and recent/related changes */ |
||
/* The same alteration is also present in MediaWiki:Monobook.css */ |
|||
li.mw-changeslist-line-watched, li.mw-history-line-updated { |
li.mw-changeslist-line-watched, li.mw-history-line-updated { |
||
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/c/c2/ChangedBulletVector.png); |
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/c/c2/ChangedBulletVector.png); |
||
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/1/19/ChangedBulletVector.svg); |
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/1/19/ChangedBulletVector.svg); |
||
} |
} |
||
/* |
|||
* Giving those boring gray standard buttons a Vector-like appearance. |
|||
button, input[type="button"], input[type="submit"], input[type="reset"] { |
|||
-moz-border-radius: 2px; |
|||
-webkit-border-radius: 2px; |
|||
border-radius: 2px; |
|||
border: 1px solid; |
|||
border-color: #CCC #666 #666 #CCC; |
|||
padding: 2px 7px; |
|||
background-color: #FFFFFF; |
|||
/* @embed */ |
|||
/* background-image: url(/w/skins/Vector/images/tab-break.png); |
|||
background-position: left top; |
|||
background-repeat: repeat-x; |
|||
} |
|||
button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover { |
|||
background-position: 0% 30%; |
|||
} |
|||
button:active, input[type="button"]:active, input[type="submit"]:active, input[type="reset"]:active { |
|||
border-color: #666 #AAA #AAA #666; |
|||
} |
|||
*/ |
รุ่นแก้ไขปัจจุบันเมื่อ 16:10, 4 มิถุนายน 2565
/* สไตล์ชีตในหน้านี้จะส่งผลแก่ผู้ใช้ที่ใช้สกินเวกเตอร์ */
/* Styling for updated markers on watchlist, history and recent/related changes */
/* The same alteration is also present in MediaWiki:Monobook.css */
li.mw-changeslist-line-watched, li.mw-history-line-updated {
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/c/c2/ChangedBulletVector.png);
list-style-image: url(//upload.wikimedia.org/wikipedia/commons/1/19/ChangedBulletVector.svg);
}