MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
Changing @import of CSS files (I don't think it worked previously lol) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
@import "/ | @import "/index.php?title=MediaWiki:Badges.css&action=raw&ctype=text/css"; | ||
@import "/index.php?title=MediaWiki:Mainpage.css&action=raw&ctype=text/css"; | |||
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); | @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap'); | ||
@import "/ | @import url("/index.php?title=MediaWiki:Staff.css&action=raw&ctype=text/css"); | ||
.portable-infobox .tabber__tabs { | .portable-infobox .tabber__tabs { | ||
| Line 70: | Line 65: | ||
.yiwa-template { | .yiwa-template { | ||
background: # | background: #020523 !important; | ||
border: 2px solid # | border: 2px solid #00cfff !important; | ||
border-radius: 8px; | border-radius: 8px; | ||
margin: 1em 0; | margin: 1em 0; | ||
box-shadow: 0 0 12px rgba(0, 207, 255, 0.15); | |||
} | } | ||
#yiwa-logo { | #yiwa-logo { | ||
background: # | background: #010314 !important; | ||
border-right: 2px solid | border-right: 2px solid rgba(0, 207, 255, 0.3) !important | ||
} | } | ||
| Line 84: | Line 80: | ||
font-size: 1.4em; | font-size: 1.4em; | ||
font-weight: bold; | font-weight: bold; | ||
letter-spacing: 0. | letter-spacing: 0.12em; | ||
color: # | color: #ffffff !important; | ||
text-shadow: 0 0 8px rgba(0, 207, 255, 0.6); | |||
} | } | ||
#yiwa-intro { | #yiwa-intro { | ||
color: # | color: #e2f1ff !important; | ||
line-height: 1. | line-height: 1.5; | ||
} | } | ||
#yiwa-intro a { | #yiwa-intro a { | ||
color: # | color: #00cfff !important; | ||
font-weight: | font-weight: 700; | ||
} | } | ||
#yiwa-intro a:hover { | #yiwa-intro a:hover { | ||
text-decoration: underline; | color: #ffffff !important; | ||
text-decoration: underline !important; | |||
} | } | ||
#yiwa-list { | #yiwa-list { | ||
column-width: 220px; | column-width: 220px; | ||
| Line 113: | Line 113: | ||
#yiwa-list li { | #yiwa-list li { | ||
margin: 0. | margin: 0.4em 0; | ||
break-inside: avoid; | break-inside: avoid; | ||
} | } | ||
| Line 121: | Line 121: | ||
margin-right: 6px; | margin-right: 6px; | ||
image-rendering: pixelated; | image-rendering: pixelated; | ||
filter: drop-shadow(0 0 2px rgba(0, 207, 255, 0.2)); | |||
} | } | ||
/* Alliance Link Overrides */ | |||
#yiwa-list a { | #yiwa-list a { | ||
color: # | color: #ccecff !important; | ||
text-decoration: none; | text-decoration: none; | ||
font-weight: bold; | |||
} | } | ||
#yiwa-list a:hover { | #yiwa-list a:hover { | ||
color: # | color: #00cfff !important; | ||
text-decoration: underline; | text-decoration: underline; | ||
} | } | ||
.yiwaWording span { | .yiwaWording span { | ||
color: | color: #00cfff !important; | ||
font-weight: 900; | font-weight: 900; | ||
font-size: 40px; | font-size: 40px; | ||
text-shadow: 0 0 10px #00cfff; | |||
} | |||
.ext-discussiontools-ui-replyWidget-preview { | |||
background: #1f2453; | |||
} | |||
.ve-ce-surface.notranslate.mw-editfont-monospace { | |||
color: black; | |||
} | |||
.ext-discussiontools-init-targetcomment { | |||
background-color:transparent !important; | |||
border: 1px solid cyan; | |||
} | |||
.oo-ui-toolbar-bar { | |||
background: #282a4f !important; | |||
} | |||
.ext-discussiontools-ui-replyWidget-preview { | |||
background: #282a4f; | |||
} | } | ||