MediaWiki:Common.css: Difference between revisions

m
no edit summary
imported>Ttv pedro270707
m (Started porting tooltips from my website to this wiki, still needs a lot of work to remove unnecessary stuff)
imported>Ttv pedro270707
mNo edit summary
Line 261: Line 261:
top: 0;
top: 0;
border: 0.125em solid transparent;
border: 0.125em solid transparent;
background-color: rgba(16,0,16,0.94);
background-color: rgba(0,0,0,0.94);
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.25em;
word-spacing: 0.25em;
Line 295: Line 295:
   bottom: -0.125em;
   bottom: -0.125em;
   left: -0.250em;
   left: -0.250em;
  border: 0.125em solid rgba(16,0,16,0.94);
  border-style: none solid;
}
}


Line 306: Line 304:
   bottom: -0.250em;
   bottom: -0.250em;
   left: -0.125em;
   left: -0.125em;
  border: 0.125em solid rgba(16,0,16,0.94);
  border-style: solid none;
}
}


Line 346: Line 342:
display: inline-block;
display: inline-block;
width: 0.75em;
width: 0.75em;
}
.minecraft-text-output-container {
background: none;
display: inline-block;
position: relative;
}
.minecraft-output-border, .minecraft-tip-border {
display: block;
position: absolute;
z-index: 11;
top: 2px;
left: 2px;
padding: 2px;
height: calc(100% - 8px);
width: calc(100% - 8px);
background-image: linear-gradient(rgba(80,0,255,0.31),rgba(40,0,127,0.31));
background-origin: border-box;
background-repeat: no-repeat;
clip-path: polygon(0% 0%, 0% 100%, 2px 100%, 2px 2px, calc(100% - 2px) 2px, calc(100% - 2px) calc(100% - 2px), 2px calc(100% - 2px), 2px 100%, 100% 100%, 100% 0%);
}
}