ESP Wiki is looking for moderators and active contributors!

MediaWiki:Common.css

Note: After saving, 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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*
End Software Patents MediaWiki Theme, Copyright 2021, 2022 Free Software Foundation, Inc.

End Software Patents MediaWiki Theme is licensed under GNU General Public License v3 or later (https://www.gnu.org/licenses/gpl-3.0.en.html).

End Software Patents MediaWiki Theme is complementary to Timeless WordPress Theme.

Timeless WordPress Theme is licensed under GNU General Public License v2 or later (https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html).
*/

* {
	box-sizing: border-box;
}

#p-logo a {
	background-size: contain;
}

html {
	background-color: #191716;
	scroll-padding-top: 55px;
}

a {
	color: #12747b !important;
}

a:hover {
	color: #0aadbf !important;
}

a.new, .new a {
	color: #9d3c3c !important;
}

a.mw-selflink {
	color: black !important;
	font-weight: bold;
	border-bottom: 2px solid;
}

.warnbox a {
	color: #0aadbf !important
}

.warnbox a:hover {
	color: #5dbbc6 !important
}

#mw-footer-container a {
	color: #88b8bb !important;
}

#personal h2 {
	font-family: sans-serif !important;
}

#p-logo-text a {
        padding: 0.1em 1em;
	color: #f2f1e5;
	margin-right: 15px;
}

#p-banner {
	background-image: url(https://wiki.endsoftwarepatents.org/w/images/espwikipath.svg);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	padding-bottom: 1px !important;
	height: 30px;
	color: transparent !important;
	user-select: none;
}

#mw-content-container {
	background-image: linear-gradient(to bottom, rgba(96,121,124, 0.45), rgb(25, 23, 22)),url(https://endsoftwarepatents.org/wp-content/uploads/2022/02/shapes_compressed.jpg) !important;
	background-color:  #191716;
	background-size: cover;
	background-position: initial;
	background-attachment: fixed;
}

#mw-header-container {
	background: #191716;
	color: #f2f1e5;
}

#simpleSearch {
	background: #242424;;
	border: none;
}

#searchInput {
	color: #f2f1e5;
}

.special-label, .special-query {
	color: black !important;
}

#mw-footer-container {
	background-color: #191716;
	color: #f2f1e5;
}

#p-personal-label {
	color: black;
}

#p-logo-text a {
	font-family: sans-serif !important;
}

/* Borders */

#mw-content {
	border-radius: 10px;
}

#mw-site-navigation .sidebar-chunk {
	border-radius: 10px;
}

#mw-related-navigation .sidebar-chunk {
	border-radius: 10px;
}

/* Footer */

#f-etcico img {
	width: 300px;
}

#f-copyrightico {
	clear: both;
}

@media only screen and (max-width: 600px) {
#f-list {
	clear: both;
 }
}

li#copyright {
	display: block !important;
}

/* Remove heading from Main Page */
body.page-Main_Page h1.firstHeading {
	display: none;
}

/* Code */
code {
	color: #000 !important;
	background-color: #d5ddda !important;
	border: none !important;
	padding: 0px 5px !important;
}

/* TOC */

.tocnumber:after { content: '.' }

ul#filetoc, #toc, .toc, .mw-warning {
	background: #f0f0ea !important;
	width: 94.5%;
	text-align: center;
}

#toc ul, .toc ul {
	text-align: center;
}


.togglelink {
	block-size: ;
	display: block;
}

.toctitle {
	height: 42.05px;
}

.toctoggle {
	color: #f0f0ea;
}

ul#filetoc, #toc, .toc, .mw-warning {
	background: #e5f0f0;
	border: 2px dashed #95beb9 !important;
}

/* Blockquote */
blockquote {
	border-left: 5px solid #659d9c !important;
	background-color: #f0f0ea !important;
	border-right: none !important;
	border-top: none !important;
	border-bottom: none !important;
	padding: 0.5em;
	font-family: Serif;
}

/* Wikitable */

table.wikitable {
	background-color: ##f0f0ea !important;
	box-shadow: none !important;
	border: none !important;
}

table.wikitable tr > td {
	border: #bbb 1px solid !important;
}

/* References */

ol.references li:target, sup.reference:target {
	background-color: #d5ddda;
	border-radius: 5px;
}


/* Less margin for h1 */
h1 {
	margin-top: 1em !important;
}

/* Change colors */
#mw-content, #mw-site-navigation .sidebar-chunk, #mw-related-navigation .sidebar-chunk, #personal .dropdown, .suggestions .suggestions-result-current, .suggestions .suggestions-results, .suggestions .suggestions-special {
	background: #f2f1e5;
}

#mw-related-navigation .sidebar-chunk h3, #mw-site-navigation .sidebar-chunk h3, #mw-content h1, #mw-content h2, #personal .dropdown h3 {
	border-bottom: solid 2px #bbb;
}

#mw-content h1.firstHeading {
	border-color: #607b7d;
}

#mw-page-header-links li:hover {
	border-bottom-color: #607b7d2b;
}

#mw-page-header-links li.selected {
	border-bottom-color: #607b7d;
}

.color-left, .color-middle, .color-right {
	background: #607b7d;
}

#mw-content-container {
	border-color: #607b7d;
}

.CategoryTreeToggle {
	color: #607b7d;
}

.suggestions .suggestions-result-current {
	color:#12747b;
}

#personal .dropdown {
	border: solid #919191;
}

/* Padding to images */
img {
	padding: 10px;
}

/* Add border-radius to images with the center attribute */
.center, .center * {
	border-radius: 30px;
}

/* Fix mobile layout */
@media only screen and (max-width: 500px) {
html {
	scroll-padding-top: initial;
}

.column {
	width: 100% !important;
  }
}

/* Change colors for tablet */

@media screen and (max-width: 1099px) {
#mw-site-navigation .sidebar-inner, #mw-related-navigation .sidebar-inner {
	background: #f2f1e5 !important;
	border: solid #919191;
}

#mw-header-nav-hack {
	background: #f2f1e5 !important;
	border: none !important;
}

#catlinks {
	border-top: none !important;
}

#mw-content {
	border: none !important;
	border-radius: none !important;
}
}

#content-bottom-stuff {
	background-color: #f2f1e5 !important;
}

/* Site notice */
.site-notice {
	background: rgb(96,123,125);
	background: -moz-radial-gradient(circle, rgba(96,123,125,1) 0%, rgba(42,70,73,1) 100%);
	background: -webkit-radial-gradient(circle, rgba(96,123,125,1) 0%, rgba(42,70,73,1) 100%);
	background: radial-gradient (circle, rgba(96,123,125,1) 0%, rgba(42,70,73,1) 100%);
	margin-bottom: 10px;
	color:white;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	padding: 15px;
	animation: gradient 10s ease infinite;
	-webkit-animation: gradient 10s ease infinite;
	-moz-animation: gradient 10s ease infinite;
	-o-animation: gradient 10s ease infinite;
}

@keyframes gradient {
0% {
	background-position: 0% 24%;
  }

50% {
	background-position: 100% 77%;
  }

100% {
	background-position: 0% 24%;
  }
}

@-webkit-keyframes gradient {
0% {
	background-position: 0% 24%;
  }

50% {
	background-position: 100% 77%;
  }

100% {
	background-position: 0% 24%;
  }
}

@-moz-keyframes gradient {
0% {
	background-position: 0% 24%;
  }

50% {
	background-position: 100% 77%;
  }

100% {
	background-position: 0% 24%;
  }
}

@-o-keyframes gradient {
0% {
	background-position: 0% 24%;
  }

50% {
	background-position: 100% 77%;
  }

100% {
	background-position: 0% 24%;
  }
}