MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Let's see if this works.
m (Undo advancements to inline-block for now, will revamp later)
(Let's see if this works.)
Line 1,617: Line 1,617:


.hover-advancement {
.hover-advancement {
height: 42px;
height: 52px;
width: 50px;
width: 52px;
margin-bottom: 4px;
font-size: 16px;
overflow: visible;
overflow: visible;
font-smooth: never;
word-spacing: -2.3px;
line-height: 18px;
box-sizing: content-box;
font-family: minecraftia;
}
}


.hover-advancement:hover {
.hover-icon {
z-index: 100;
box-sizing: border-box;
width: 52px;
height: 52px;
padding: 10px;
z-index: 2;
position: absolute;
}
 
.hover-title {
position: relative;
z-index: 1;
top: 10px;
margin-left: -2px;
padding-top: 5px;
padding-left: 60px;
padding-right: 8px;
height: 32px;
width: max-content;
box-sizing: border-box;
white-space: nowrap;
background: #036A96;
color: #FCFCFC;
text-shadow: 2px 2px #3E3E3E;
box-shadow:
0 -2px #0489C1,
-2px 0 #0489C1,
0 2px #012E40,
2px 0 #012E40,
2px 2px black,
2px -2px black,
-2px 2px black,
-2px -2px black,
0 4px black,
4px 0 black,
0 -4px black,
-4px 0 black;
}
 
.hover-description {
position: relative;
margin-top: 10px;
margin-left: -2px;
padding-top: 7px;
padding-left: 6px;
padding-bottom: 5px;
padding-right: 2px;
color: #ABABAB;
background: #212121;
width: max-content;
box-shadow:
0 -2px #555555,
-2px 0 #555555,
0 2px #555555,
2px 0 #555555,
2px 2px black,
2px -2px black,
-2px 2px black,
-2px -2px black,
0 4px black,
4px 0 black,
0 -4px black,
-4px 0 black;
}
}


Line 1,633: Line 1,699:
.hover-advancement:hover div {
.hover-advancement:hover div {
display: inline-block;
display: inline-block;
}
.hover-advancement:hover .advancement-description {
padding-right: 7px;
}
}


Bureaucrats, Check users, emailconfirmed, Interface administrators, staff, Administrators, translation-admin, Widget editors
1,633

edits

Navigation menu