MediaWiki: Common.css: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 143: Line 143:
     width:100%;
     width:100%;
     margin: 0 !important;
     margin: 0 !important;
     bachground: #fff;
     background: #fff;
}
}
.carousel-indicators li {
.carousel-indicators li {

Revision as of 14:42, 19 December 2018

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;
}
.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: #6178c9 !important;
}
.discord {
    background-color: #7289da !important;
    border-color: #6178c9 !important;
}
.patreon:hover {
    background-color: #f2897b !important;
    border-color: #d13722 !important;
}
.patreon {
    background-color: #f96854 !important;
    border-color: #d13722 !important;
}
.forums:hover {
    background-color: #71aa57 !important;
}
.forums {
    background-color: #609946 !important;
}
#lostmediawiki-slideshow * {
    border-radius: 0 !important;
    text-shadow: none !important;
}
#lostmediawiki-slideshow {
    width: 100% !important;
    height: 340px;
    overflow: hidden;
    background: #f9f9f9;
    padding: .5em 0;
}
.carousel-inner {
    height: 324px;
}
.carousel-indicators, .carousel-caption {
    position: relative;
}
@media screen and ( max-width: 767px ) {
#lostmediawiki-slideshow, .carousel-inner {
     height: auto;
}
}
@media screen and ( max-width: 1380px ) {
.carousel-indicators {
  display: none;
}
}
.carousel-indicators {
    left: 0;
    width:100%;
    margin: 0 !important;
    background: #fff;
}
.carousel-indicators li {
    background-color: darkorange;
    border-color: forestgreen;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding: 20px 40px;
    color: #444;
}
.carousel-control.right, .carousel-control.left {
    background-image: none !important;
    color: #36782c;
}