MediaWiki:Common.css
From The Lost Media Wiki
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.
video#bgvideo {
position: fixed;
top: 50%;
left: 50%;
min-width: 100%;
min-height: 100%;
width: auto;
height: auto;
z-index: -100;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
opacity:.3;
}
/* SEARCH FIELD */
#searchInput {
background-color: #fff;
width: 30px;
color: transparent;
box-shadow: none;
height:50px;
transition: width .8s cubic-bezier(.19,1,.22,1);
-webkit-mask-image: url(/images/2/2b/Search.svg);
mask-image: url(/images/2/2b/Search.svg);
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: 23px;
mask-size: 23px;
-webkit-mask-position: 6px 12px;
mask-position: 6px 12px;
}
#searchInput.form-control {
border:none;
}
#searchInput:focus {
background-image: none;
background: linear-gradient(to right,rgba(0,0,0,.4),rgba(255,255,255,0)) !important;
width: 300px;
border-left: 3px solid #ea880d;
color: #fff;
mask-image: none;
-webkit-mask-image: none;
height:50px;
border-radius:0;
transition: width .8s cubic-bezier(.19,1,.22,1);
font-size: 1.3em;
}
.form-control::-webkit-input-placeholder,
.form-control::-moz-placeholder {
color: #ddd;
opacity: 0;
font-size: larger;
}
.form-control:focus::-webkit-input-placeholder,
.form-control:focus::-moz-placeholder {
opacity: 1;
}
.navbar-form {
margin-top: 0;
margin-bottom: 0;
}
.nav > li {
font-size: .8em;
}
.nav.navbar-nav:first-of-type li.nav:last-of-type {
display: none;
}
.suggestions-result-current .special-label, .suggestions-result-current .special-query {
color: #000 !important;
}
.suggestions-result-current {
background-color: #e0e0e0;
color: #000;
}
.suggestions-special {
background-color: #e0e0e0;
cursor: pointer;
border: solid 1px #aaa0;
}
.srf-slideshow .slideshow-nav {
border: 1px solid #9a6339;
border-radius: 0;
background: #f0ad4e;
}
.slideshow-nav .ui-state-default,
.slideshow-nav .ui-widget-content .ui-state-default,
.slideshow-nav .ui-widget-header .ui-state-default {
background: #d2e9c8;
background-image: none !important;
background-repeat: repeat-x;
border-color: #36782c;
border-radius: 0;
}
.discord:hover {
background-color: #899de4 !important;
border-color: #5b6eae !important;
}
.discord {
background-color: #7289da !important;
border-color: #5b6eae !important;
}
.patreon:hover {
background-color: #f2897b !important;
border-color: #c75343 !important;
}
.patreon {
background-color: #f96854 !important;
border-color: #c75343 !important;
}
.forums:hover {
background-color: #71aa57 !important;
border-color: #4d7a38 !important;
}
.forums {
background-color: #609946 !important;
border-color: #4d7a38 !important;
}
.merch:hover {
background-color: #f0ad4e !important;
border-color: #bd7919 !important;
}
.merch {
background-color: #ec971f !important;
border-color: #bd7919 !important;
}
#lostmediawiki-slideshow * {
border-radius: 0 !important;
text-shadow: none !important;
}
#lostmediawiki-slideshow {
width: 100% !important;
height: 340px;
overflow: hidden;
background: #fff;
padding: .5em 0;
font-size: 90%;
}
.carousel-inner {
height: 324px;
}
.carousel-indicators, .carousel-caption {
position: relative;
}
@media screen and ( max-width: 1380px ) {
#lostmediawiki-slideshow, .carousel-inner {
height: auto;
}
.carousel-indicators {
display: none;
}
}
.carousel-indicators {
left: 0;
width:100%;
margin: 0 !important;
background: #fff;
bottom: 3px !important;
}
.carousel-indicators li {
background-color: #fbaa2b;
border-color: forestgreen;
}
.carousel-indicators li.active {
background: #f96854;
}
.carousel-indicators li {
width: 4px;
height: 4px;
border-width: 4px !important;
border-style: solid !important;
}
.carousel-caption {
right: 0;
left: 0;
padding: 20px 40px;
color: #444;
}
.carousel-control.right, .carousel-control.left {
background-image: none !important;
color: #36782c;
}
ul.dynatree-container {
border: none;
}
#pfForm .select2-container {
width: 100%;
}
.form-control.select2-container .select2-choices {
border: 1px solid #BBB !important;
}
.select2-container-multi .select2-choices {
background-image: none !important;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
padding: 0;
}
.select2-search-choice-close {
top: 7px;
}
.select2-container-multi .select2-choices .select2-search-choice {
padding: 8px 5px 4px 18px;
}
.select2-container-multi .select2-choices .select2-search-choice {
line-height: 16px;
border: 1px solid #bbb;
box-shadow: none;
background-color: #eee;
background-image: none;
}
form[action="/Special:FormStart"] input.formInput {
width: 100%;
}
form[action="/Special:FormStart"] input.forminput_button {
margin: 6px 6px 6px -4px;
}
.form-control:focus::-webkit-input-placeholder, .form-control:focus::placeholder {
opacity: 1;
}
.form-control::-webkit-input-placeholder, .form-control::placeholder {
color: #aaa;
font-size: inherit;
opacity: 1;
font-family: sans !important;
}
.announce.wrapper {
overflow-x: scroll;
display: flex;
justify-content: flex-start;
}
.announce.row {
display: flex;
left: 8px;
position: relative !important;
flex-wrap: nowrap;
}
.announce-footer {
padding: .5rem;
}
.announce.thumbnail {
max-width: 220px;
min-width: 180px;
margin: 8px;
font-size: 85%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
border: 1px solid #ddd;
padding: 6px 3px 0 3px;
border-radius: 6px;
line-height: 1.3rem;
}
.announce.thumbnail .panel-heading {
padding: 6px 12px;
}
#maincontentwrapper .mw-ui-button.mw-ui-progressive, .btn-primary, body #contentwrapper #maincontentwrapper button.oo-ui-buttonElement-button, body #contentwrapper #maincontentwrapper input.oo-ui-buttonElement-button, input[type="button"][name="wpUpload"], input[type="submit"][name="wpUpload"] {
background-color: #609946 !important;
border-color: #4d7a38 !important;
color: #fff;
border-radius: 0 !important;
}
.announce .mw-ui-progressive {
text-shadow: 0 -1px 0 rgba(0,0,0,.2) !important;
text-transform: uppercase;
background-color: #3e8f3e !important;
border: 1px solid #3e8f3e !important;
}
.announce .mw-ui-progressive:hover {
background-color: #449544 !important;
border: 1px solid #449544 !important;
}
.announce.mw-ui-button {
display: block !important;
margin: auto !important;
text-transform: uppercase;
}
.announce a, .announce a:hover, .announce a:focus, .announce a:active {
text-decoration: none;
}
.announce-button {
-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
background-image: none;
border-radius: 0 !important;
background-image: none;
background-repeat: repeat-x;
border-color: #3e8f3e;
color: #fff;
}
.oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button,
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
background-image: none;
}
/**
#ca-ve-edit {
display: none;
}
**/
@media screen and ( min-width: 992px ) {
#mw-navigation.navbar {
padding: 0;
}
}
.navbar-brand img {
height: 36px !important;
margin-top: 0 !important;
}
#ca-unwatch > span,
#ca-watch > span {
display: none !important;
}
@font-face {
font-family: 'Levenim MT';
font-style: normal;
font-weight: normal;
src: local('Levenim MT'), url('skins/Tweeki/ufonts.com_levenim-mt.woff') format('woff');
}
html,
body {
font-family: "Levenim MT", serif;
font-size: 100%;
color: #333;
/* text-shadow: 1px 1px 1px #e5e5e5; */
line-height: 1.625em;
}
.navbar-inverse {
background-image:none;
background-color: #36782c;
border-color: transparent;
font-size: 80%;
}
.navbar-inverse .navbar-nav > li > a {
color: #ffffff;
display: inline-block;
font-size:115%;
}
a#ca-viewsource {
display: none;
}
#catlinks {
display:block;
background: transparent;
}
.catlinks {
border: none;
}
#footer {
background: #fff !important;
}
#filetoc {
display:none;
}
.btn-success {
background-color: #36782c;
}
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-primary,
.btn-secondary,
.btn-default {
background-image: none;
border-radius: 0 !important;
text-transform: uppercase;
}
.responsive img {
width:100%;
height: auto
}
#accordion.panel-group .panel {
border-radius: 0;
border:none;
-webkit-box-shadow: none;
box-shadow: none;
}
#accordion.panel-group .panel-heading {
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#accordion.panel-group .panel-default > .panel-heading {
background-image: none;
background-color: #36782c;
color: #fff;
text-shadow: none;
}
#accordion.panel-group .panel-body {
border-radius: 0;
}
.form-control:focus {
border-color: #49983d;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(105, 212, 89,.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(105, 212, 89);
}
input:focus {
border-color: #49983d;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(105, 212, 89,0.6);
box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(105, 212, 89,0.6);
}
.alert {
border-radius: 0;
}
a.btn {
padding: 10px 16px;
}
.mw-parser-output {
padding-left: 5px;
}
#tweekiTOC #toc {
text-align:right;
padding-top:1em;
}
#toc .nav > li {
font-size: .875rem !important;
}
#toc .nav > li > a:focus, .nav > li > a:hover {
background-color: #dff0d8;
}
.toctitle h2 {
display: none;
}
#cs-comments,
.cs-comments {
font-family: revert;
}
.cs-comment-header {
background-color: #f9f9f9 !important;
width: 100%;
}
.cs-head-comment > .cs-comment-header {
border-top: 4px solid #36782c !important;
}
.cs-comment-title {
font-size: 20px;
}
#cs-comments .cs-button:enabled:hover {
color: unset;
}
#cs-comments button:hover {
background-color: unset;
}
.cs-target-comment .cs-comment-header {
border: none;
}
#cs-edit-box {
background-color: #d1e9c7;
border: 1px solid #aac593;
}
#cs-add-button > img,
.cs-edit-button > img,
.cs-delete-button > img,
.cs-link-button > img,
.cs-reply-button > img {
display:none;
}
#cs-add-button::after {
content: "[+comment]";
/* margin-right: -26px; */
font-size: 12px;
font-weight: normal;
padding-left: unset !important;
text-align: left;
}
.cs-edit-button::after {
content: "[edit]";
/* margin-right: -26px; */
font-size: 12px;
font-weight: normal;
text-align: left;
}
.cs-delete-button::after {
content: "[del]";
/* margin-right: -26px; */
font-size: 12px;
font-weight: normal;
text-align: left;
}
.cs-link-button::after {
content: "[link]";
/* margin-right: -26px; */
font-size: 12px;
font-weight: normal;
text-align: left;
}
.cs-reply-button::after {
content: "[+reply]";
/* margin-right: -26px; */
font-size: 12px;
font-weight: normal;
text-align: left;
}
.oo-ui-buttonElement-button {
padding-top:.3em !important;
}
.firstHeading {
padding-bottom:25px;
}
.tweekiFirstHeading {
border: none;
padding: 0;
margin: 1em 20px 1em -20px;
display:none
}
#homelogo {
margin-top:1em;
}
#infobox {
margin-top:1em;
margin-left:-20px;
margin-right: 20px;
}
#infobox p {
margin-bottom: .5rem;
}
#homelogo, #homelogo *, #infobox, #infobox * {
border-radius: 0 !important;
line-height: 1.5em;
}
.sidebar-wrapper {
position: fixed;
padding-top: 20px;
width:99%;
}
.sidebar-wrapper .btn-group {
box-shadow: none;
}
#mw-content-text {
margin-left:-13px;
}
#navbar * {
text-shadow: none;
}
.mw-ui-input {
padding: 0;
}
.mw-category {
-webkit-column-count: unset;
-moz-column-count: unset;
column-count: unset;
-webkit-column-width: auto;
-moz-column-width: auto;
column-width: auto;
}
hr {
color: #eee;
background-color: #eee;
}
#commbutt {
width:100%;
margin-left:-20px
}
#commbutt a {
color: #fff;
}
@media (max-width:768px) {
.sidebar-wrapper {
position: static;
}
#tweekiTOC #toc {
text-align:left;
padding-top:0;
}
h1#firstHeading {
display: none;
}
.tweekiFirstHeading {
font-size: 1.6em;
margin: 1em 0;
display:block
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #cfcfcf;
}
li.nav.sidepos {
display: none;
}
#infobox, #commbutt {
margin-left: 0;
margin-right: 0;
}
#mw-content-text {
margin-left:0;
}
}
@media (min-width:768px) and (max-width:992px) {
.sidebar-wrapper {
position: static;
}
#tweekiTOC #toc {
text-align:left;
padding-top:0;
}
h1#firstHeading {
display: none;
}
.tweekiFirstHeading {
font-size: 1.6em;
margin: 1em 0;
display:block
}
#infobox, #commbutt {
margin-left:0;
margin-right: 0;
}
#mw-content-text {
margin-left:0;
}
}
#wpUploadFile {
border: none !important;
box-shadow: none;
overflow: auto;
}
/* ########### */
.onload {
display:none;
}
.label {
padding: .4em .6em .2em;
}
div.thumbinner {
background-image: none;
filter: none;
background-color: #d4edda;
border: 1px solid #c3e6cb;
padding-right: .25rem !important;
display: flex;
box-sizing: content-box;
background-image: linear-gradient(to bottom,#fff 0,#d4edda 100%);
}
div.thumb {
}
div.thumbcaption {
padding: 6px 12px;
color:#44373e;
text-align: center !important;
max-width: 500px;
margin: auto;
}
.gallery.mw-gallery-packed {
margin: 0 !important;
display: flex;
gap: 0 .5rem;
flex-wrap: wrap;
justify-content: space-evenly;
}
.gallery .thumb > div:first-of-type {
background: #d4edda;
border: 1px solid #c3e6cb;
padding: .25rem;
background-image: linear-gradient(to bottom,#fff 0,#d4edda 100%);
}
.gallery div.thumb {
box-sizing: content-box;
display: flex;
}
.gallerytext {
line-height: 1.4;
}
.jumbotron {
border-radius: 0;
background-color: #ebf8a7
}
.mw-numlink {
display: inline-block;
}
#searchform, #searchform * {
border-width: 0;
}
.srf-slideshow .slideshow-nav-readout {
top: -0.3em;
font-size: .8em;
}
table {
margin-bottom: 1rem;
width: 100%;
}
table caption {
caption-side: top;
}
.ns-0 table tr {
border-bottom: 1px solid #ddd;
}
table th {
background-color: #f4f5f0;
padding: 6px;
}
table td {
padding: 6px;
}
a.new {
color: #ee2626;
}
.floatright {
float: right;
}
.floatleft {
float: left;
}
table tr td, table tr th {
border: 1px solid #ddd;
}