MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
 
(7 intermediate revisions by the same user not shown)
Line 140:
}
 
.pi-data-label, .pi-data-value {
hyphens: manual;
-webkit-hyphens: manual; }
.portable-infobox .pi-data-label {
flex-basis: 165px;
}
 
/* ##################### SEARCH BAR ##################### */
Line 383 ⟶ 390:
height: auto;
transition: 0.4s ease-out;
object-fit: cover;
}
 
Line 415 ⟶ 423:
width: 0.45rem;
vertical-align: middle;
}
 
.arrow.dark {
filter: invert(80%);
}
 
Line 767 ⟶ 779:
margin-bottom: 0.4em;
isolation: isolate;
text-align: center;
 
}
Line 784 ⟶ 798:
padding-left: 0.7em;
text-decoration: none;
text-align: center;
}
 
Line 802 ⟶ 815:
.mod-modname:hover a:last-child {
background: #6BA5C8;
}
 
.tile-bottom.read-more {
background: #f9fafa;
transition: 0.3s ease-out;
}
 
.tile-bottom.read-more a {
color: #949eaa;
font-weight: bold;
text-align: right;
}
 
.tile-bottom.read-more:hover {
background: #f2f4f4;
}
 
.tile-bottom.read-more:hover .arrow {
transform: translateX(50%);
}
 
.tile-bottom.read-more .arrow {
filter: invert(43%) sepia(50%) hue-rotate(175deg);
margin-left: 0.4em;
transition: 0.3s ease-out;
}