Difference between revisions of "User:Tibbroar/common.css"

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
Line 1: Line 1:


}
.infobox a, .wikitable a, table a {
color: #3366cc;
}
.infobox a:visited, .wikitable a:visited, table a:visited {
color: #6b4ba1;
}
.infobox img {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.infobox .thumb {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
.infobox .thumbimage {
border-top-right-radius: 0 !important;
border-top-left-radius: 0 !important;
border-bottom-left-radius: 0 !important;
border-bottom-right-radius: 0 !important;
}
:root {
--translucent-background: rgba(234, 236, 240, 0.8);
--infobox-background: rgba(255, 255, 255, 1);
--menu-background: rgba(234, 236, 240, 0.96);
--hatnote-background: rgba(234, 236, 240, 0.8);
--body-background: #ffffff;
--text-color: #000000;
--link-color: #3366cc;
--visited-link-color: #6b4ba1;
--filter: none;
--caption: #54595d;
--image-border: none;
}
@media (prefers-color-scheme: dark) {
:root {
--translucent-background: rgba(75, 75, 75, 0.8);
--infobox-background: rgba(75, 75, 75, 0.8);
--menu-background: rgba(75, 75, 75, 0.96);
--hatnote-background: rgba(75, 75, 75, 0.5);
--body-background: #000;
--text-color: #fff;
--link-color: #9eb6e7;
--visited-link-color: #c0b0da;
--filter: brightness(0) invert(1);
--caption: #fff;
--image-border: 2px solid #fff;
}
}
/* Banner */
#searchInput {
border-radius: 10px;
}
@media screen and (min-width: 720px) {
}
.search-overlay {
z-index: 3;
}
#mw-mf-page-left ul {
padding-bottom: 0px;
padding-top: 22px;
}
#mw-mf-page-left {
#mw-mf-page-left {
z-index: 4;
z-index: 4;

Revision as of 22:24, 29 October 2023


#mw-mf-page-left {
	z-index: 4;
}
#mw-mf-page-left ul li a {
	color: var(--text-color);
}
#mw-mf-page-left ul li {
	background: transparent;
	border: none;
}
.overlay.search-overlay.visible {
	overflow: scroll;
}
.overlay.search-overlay .results, .overlay.search-overlay .search-feedback {
	background: transparent;
	box-shadow: none;
}
.overlay.search-overlay li.page-summary {
	margin-bottom: 20px;
margin-top: 10px;
border: 0;
box-shadow: 3px 3px 6px rgba(0,0,0,0.20);
border-radius: 20px;
}
.page-list, .topic-title-list, .site-link-list {
	overflow: visible;
}
.list-thumb.list-thumb-y {
	border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
}
.overlay.search-overlay .search-content {
	border-bottom: 0;