MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 74: | Line 74: | ||
.oo-ui-multioptionWidget.oo-ui-widget-disabled, | .oo-ui-multioptionWidget.oo-ui-widget-disabled, | ||
div#mw-panel div.portal h3 { | div#mw-panel div.portal h3 { | ||
cursor: url(/~donald/ | cursor: url(/~donald/z/resources/assets/cursor.png) 7 0, auto; | ||
} | } | ||
| Line 95: | Line 95: | ||
.oo-ui-multioptionWidget.oo-ui-widget-enabled, | .oo-ui-multioptionWidget.oo-ui-widget-enabled, | ||
div#simpleSearch #searchButton,div#simpleSearch #mw-searchButton { | div#simpleSearch #searchButton,div#simpleSearch #mw-searchButton { | ||
cursor: url(/~donald/ | cursor: url(/~donald/z/resources/assets/cursorlink.png) 5 0, pointer; | ||
} | } | ||
| Line 115: | Line 115: | ||
} | } | ||
.zero { | .zero { | ||
background-image: url(/~donald/ | background-image: url(/~donald/z/images/3/36/Zero_Fog.png); | ||
animation-name: zero; | animation-name: zero; | ||
animation-duration: 20s; | animation-duration: 20s; | ||
| Line 125: | Line 125: | ||
} | } | ||
a .zero { | a .zero { | ||
background-image: url(/~donald/ | background-image: url(/~donald/z/images/e/e7/ZeroLink_Fog.png); | ||
} | } | ||
} | } | ||
| Line 135: | Line 135: | ||
} | } | ||
.zerowhite { | .zerowhite { | ||
background-image: url(/~donald/ | background-image: url(/~donald/z/images/7/73/ZeroWhite_Fog.png); | ||
animation-name: zerowhite; | animation-name: zerowhite; | ||
animation-duration: 20s; | animation-duration: 20s; | ||
| Line 145: | Line 145: | ||
} | } | ||
a .zerowhite { | a .zerowhite { | ||
background-image: url(/~donald/ | background-image: url(/~donald/z/images/e/e7/ZeroLink_Fog.png); | ||
} | } | ||
} | } | ||
| Line 361: | Line 361: | ||
#p-cactions-label span, | #p-cactions-label span, | ||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a { | .vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a, | ||
.vector-legacy-sidebar .vector-menu-portal .vector-menu-content li a:visited { | |||
color: #ff8319; | color: #ff8319; | ||
} | } | ||
| Line 478: | Line 479: | ||
margin-left: 12em; | margin-left: 12em; | ||
} | } | ||
/* also changed 11em -> 12em in skins/Vector/resources/skins.vector.styles.legacy/layouts/screen.less */ | |||
.mw-body { | .mw-body { | ||
| Line 556: | Line 558: | ||
/* Template:Highway */ | /* Template:Highway */ | ||
/********************/ | /********************/ | ||
.highway-box-top { | .highway-box-top { | ||
background: #000 url("/~donald/ | background: #000 url("/~donald/z/images/8/8f/0_notebook_top.png") no-repeat left top; | ||
border-top-right-radius: 10px; | border-top-right-radius: 10px; | ||
width: 350px; | width: 350px; | ||
| Line 566: | Line 569: | ||
} | } | ||
.highway-box-bottom { | .highway-box-bottom { | ||
background: #000 url("/~donald/ | background: #000 url("/~donald/z/images/f/ff/0_notebook_bottom.png") no-repeat left bottom; | ||
border-bottom-right-radius: 10px; | border-bottom-right-radius: 10px; | ||
width: 350px; | width: 350px; | ||
| Line 576: | Line 579: | ||
} | } | ||
.highway-box-main { | .highway-box-main { | ||
background: #000 url("/~donald/ | background: #000 url("/~donald/z/images/9/94/0_notebook_spine.png") repeat-y left top; | ||
color: #fff; | color: #fff; | ||
border-radius: 0; | border-radius: 0; | ||
| Line 663: | Line 666: | ||
/* Template:Acts */ | /* Template:Acts */ | ||
/*****************/ | /*****************/ | ||
.white, | .white, | ||
.white a, | .white a, | ||
| Line 710: | Line 714: | ||
.nowraplinks .selflink { | .nowraplinks .selflink { | ||
white-space: nowrap; | white-space: nowrap; | ||
} | |||
/***********************/ | |||
/* Special:Preferences */ | |||
/***********************/ | |||
/* don't let people (easily) switch to the bad, updated vector theme which isn't properly styled for the wiki */ | |||
label:has(input[value="vector-2022"]) { | |||
display: none; | |||
} | } | ||