MediaWiki:Common.css: Difference between revisions

m
no edit summary
mNo edit summary
Tag: Manual revert
mNo edit summary
 
(3 intermediate revisions by the same user not shown)
Line 14:
right: 0.3rem;
background-clip: content-box;
height: 16px20px;
width: 16px20px;
background-image: url(https://static.miraheze.org/pouwiki/thumb/c8/c385/PoupediaWatchstarsPoupediaUserIcons.png/48px60px-PoupediaWatchstarsPoupediaUserIcons.png);
background-position: 00px 0;
}
.vector-user-menu-legacy #pt-anonuserpage:before, .vector-user-menu-legacy #pt-tmpuserpage:before, .vector-user-menu-legacy #pt-userpage a:before, .oo-ui-icon-bell, .mew-ui-icon-bell:before, .oo-ui-icon-tray, .mw-ui-icon-tray:before {
Line 32 ⟶ 36:
opacity: unset;
}
 
/* Watch star icons */
#ca-watch, #ca-unwatch {
margin-top: 8px;
}
 
.vector-menu-tabs .mw-watchlink.icon a {
margin-top: -8px;
}
 
.vector-menu-tabs #ca-unwatch.icon a:hover:before, .vector-menu-tabs #ca-unwatch.icon a:before, .vector-menu-tabs #ca-watch.icon a:hover:before, .vector-menu-tabs #ca-watch.icon a:focus:before, .vector-menu-tabs #ca-watch.icon a:before {
background-image: url(https://static.miraheze.org/pouwiki/thumb/c/c3/PoupediaWatchstars.png/48px-PoupediaWatchstars.png);
height: 16px;
width: 16px;
object-fit: cover;
background-position: 0 0;
}
.vector-menu-tabs #ca-unwatch.icon a:hover:before {
background-position: -32px 0;
}
.vector-menu-tabs #ca-unwatch.icon a:before, .vector-menu-tabs #ca-watch.icon a:hover:before, .vector-menu-tabs #ca-watch.icon a:focus:before {
background-position: -16px 0;
}
 
.vector-menu-tabs li a {
background-color: #FFEBDF !important;
border-radius: 6px 6px 0px 0px !important;
padding-top: 10px;
color: #ffffff !important;
text-shadow: 4px #000000 !important;
font-weight: 300;
text-shadow: 1px 1px 1px #000, -1px 1px 1px #000, 1px -1px 1px #000, -1px -1px 1px #000 !important;
}
.vector-menu-tabs-legacy .new a, .vector-menu-tabs-legacy .new a:visited {
color:#ffbd94 !important;
}
 
/* Style the login bar */
#p-personal {
background-color:rgba(255, 255, 255, 0.75);
top:0px;
right:0px;
border-radius: 0px 0px 0px 6px;
}
 
/* Page titles and sections titles font */
body {
font-family: 'Pou Font';
}
 
.page-header__title, .mw-headline {
font-family: 'Pou Font';
color: #fff;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
padding: 3px;
margin-left: 2px;
}
 
#firstHeading{
font-family: 'Pou Font';
color: #fff;
text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000, 2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
padding: 3px;
margin-left: 2px;
}
 
 
/* Main Page */