MediaWiki:Common.css: Difference between revisions
Use absolute hashed URLs for Fantasy UI backgrounds |
Fix layout |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1,204: | Line 1,204: | ||
margin-right: auto; | margin-right: auto; | ||
} | } | ||
/* Fix Watch Tab Text Overlap */ | |||
#ca-watch a, #ca-unwatch a { | |||
width: 30px !important; | |||
padding: 0 !important; | |||
justify-content: center !important; | |||
} | |||
#ca-watch a span, #ca-unwatch a span { | |||
display: none !important; | |||
} | |||
/* Fix Personal Tools Position and Overlap */ | |||
#p-personal { | |||
position: absolute !important; | |||
top: -50px !important; | |||
right: 10px !important; | |||
z-index: 200 !important; | |||
margin: 0 !important; | |||
} | |||
@media screen and (max-width: 1000px) { | |||
#p-personal { | |||
top: -15px !important; | |||
right: 0 !important; | |||
transform: scale(0.85); | |||
transform-origin: top right; | |||
} | |||
} | |||
/* Forced refresh 2 */ | |||