Anonymous user
MediaWiki:Common.css: Difference between revisions
m
no edit summary
imported>Jonkadelic No edit summary |
imported>Ttv pedro270707 mNo edit summary |
||
Line 7: | Line 7: | ||
--default-text-color: #000000; | --default-text-color: #000000; | ||
--infobox-out-background: #c6c6c6; | --infobox-out-background: #c6c6c6; | ||
--tooltip-background: rgba(0,0,0,0.7529411765); | |||
} | } | ||
Line 34: | Line 35: | ||
font-style: normal; | font-style: normal; | ||
font-display: fallback; | font-display: fallback; | ||
} | |||
.vector-menu-portal .vector-menu-content li a:visited { | |||
color: #69bad9; | |||
} | |||
.vector-menu-portal .vector-menu-content li a { | |||
color: #aa69cf; | |||
} | } | ||
Line 653: | Line 662: | ||
border: 0.125em solid transparent; | border: 0.125em solid transparent; | ||
background-color: #000000; | background-color: #000000; | ||
background-color: | background-color: var(--tooltip-background) | ||
font-family: Minecraft,"WenQuanYi Bitmap Song",SimSun,Unifont,NISC18030,Beijing,Courier,sans-serif; | font-family: Minecraft,"WenQuanYi Bitmap Song",SimSun,Unifont,NISC18030,Beijing,Courier,sans-serif; | ||
word-spacing: 0.375em; | word-spacing: 0.375em; | ||
Line 765: | Line 774: | ||
.main-page-logo { | .main-page-logo { | ||
background-color: rgb(30,100,200); | |||
background-color: rgba(80,150,255,0.4); | background-color: rgba(80,150,255,0.4); | ||
border: 1px solid rgb(100,100,160); | border: 1px solid rgb(100,100,160); |