MediaWiki:Gadget-POTYEnhancements.core.css

From wikishia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#prettymenu ul, #prettymenu ul li, #prettymenu ul li .a {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-family: sans-serif;
}

#prettymenu:after, #prettymenu:before, #prettymenu > ul:after , #prettymenu > ul:before {
	content: '';
	display: table;
}

#prettymenu:after, #prettymenu > ul:after {
	clear: both;
}

#prettymenu {
	width: auto;
	display: block !important;
	height: 69px;
	box-shadow: 0 11px 15px -7px rgba(0,0,0,.32);
	background: #dda525;
	background: transparent linear-gradient(#f2c144, #dda525) no-repeat 0 4px;
}

#prettymenu ul {
	background: #1e1e1e;
	background: transparent linear-gradient(#3c3c3c, #1e1e1e) no-repeat 0 4px;
	background-size: 100% 59px;
	height: 69px;
}

#prettymenu li {
	display: inline-block;
	white-space: nowrap;
	list-style: none;
}

#prettymenu ul li .a {
	display: block;
	height: 37px;
	padding: 22px 30px 0;
	margin: 4px 2px 0;
	border-radius: 2px 2px 0 0;
	text-decoration: none;
	font-size: 15px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.75);
	font-weight: 400;
	opacity: .9;
}

#prettymenu ul li:first-child .a {
	margin: 4px 2px 0 0;
}

#prettymenu ul li:not(.nohover) .a:hover,#prettymenu ul li.active .a {
	background: #dda525;
	background: linear-gradient(#f2c144, #dda525);
	display: block;
	height: 37px;
	margin-top: 0;
	padding-top: 26px;
	color: #000;
	text-shadow: 0 1px 1px rgba(255,255,255,.55);
	opacity: 1;
}

body.action-view.page-Commons_Picture_of_the_Year_2018 #siteSub,
body.action-view.page-Commons_Picture_of_the_Year_2018 #contentSub,
body.action-view.page-Commons_Picture_of_the_Year_2018 h1#firstHeading,
body.action-view.page-Commons_Picture_of_the_Year_2018 hr,
body.action-view.page-Commons_Picture_of_the_Year_2018 .mw-pt-translate-header {
	display: none !important;
}

#potyEasyVoteEnhanced ul.gallery {
	display: inline-block;
	text-align: center;
}

.com-poty-fancy-font {
	font-family: PlayfairDisplaySC-Regular,'Playfair Display SC',sans-serif;
}

#GallerySlideStartButtons {
	display: none;
}