MediaWiki: Tweeki.css: Difference between revisions

From The Lost Media Wiki
Jump to: navigation, search
No edit summary
No edit summary
Line 336: Line 336:
}
}
.srf-slideshow .slideshow-nav-readout {
.srf-slideshow .slideshow-nav-readout {
     top: -0.54em;
     top: -0.3em;
}
    font-size: .8em;
.slideshow-nav-readout .ui-widget {
  font-size: .8em;
}
}

Revision as of 21:11, 18 December 2018

/* @import url('https://fonts.googleapis.com/css?family=Poppins'); */

@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: 95%;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
  display: inline-block;
  font-size:115%;
}
.navbar-brand img {
    height: 46px;
    margin: -12px 0 0 0;
}
li#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 {
    padding: 15px 30px;
    border-radius: 0;
}
.btn-group {
    box-shadow: 5px 5px 5px #ccc;
}
a.btn {
    padding: 10px 16px;
}
.mw-parser-output {
    padding-left: 5px;
}
#tweekiTOC #toc {
    text-align:right;
    padding-top:1em;
}
#toc .nav > li > a:focus, .nav > li > a:hover {
    background-color: #dff0d8;
}
.toctitle h2 {
    display: none;
}
#cs-comments * {
  font-family: "Levenim MT", serif;
}
.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;
}
#homelogo, #homelogo *, #infobox, #infobox * {
    border-radius: 0 !important;
    line-height: 1.25em;
}
.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
}
@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 {
   height: unset !important;
   border: 1px solid #dddddd;
   background-image: -webkit-linear-gradient(top,#f9f9f9 0,#dddddd 100%);
   background-image: -o-linear-gradient(top,#f9f9f9 0,#dddddd 100%);
   background-image: -webkit-gradient(linear,left top,left bottom,from(#f9f9f9),to(#dddddd));
   background-image: linear-gradient(to bottom,#f9f9f9 0,#dddddd 100%);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f95c',endColorstr='#dddddd5c',GradientType=0);
}
div.thumbcaption {
   padding: 6px 12px;
   color:#44373e;
}
.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;
}