MediaWiki: Tweeki.css

来自智得网
跳转至: 导航、​ 搜索

注意:在发布之后,您可能需要清除浏览器缓存才能看到所作出的变更的影响。

  • Firefox或Safari:按住Shift的同时单击刷新,或按Ctrl-F5Ctrl-R(Mac为⌘-R
  • Google Chrome:Ctrl-Shift-R(Mac为⌘-Shift-R
  • Internet Explorer或Edge:按住Ctrl的同时单击刷新,或按Ctrl-F5
  • Opera:Ctrl-F5
/* CSS placed here will affect users of the Tweeki skin */
.bg-light {
   background-color:#0C6EA6!important;
   color: #fff!important;
}
#footer a {
	color: #fff!important;
    font-size: 14px;
}

.navbar {
    background-color: #0C6EA6!important;
    color: #fff!important;
}
.navbar .navbar-brand {
 color: #fff!important; 
}

.navbar .navbar-brand:hover {
 color: #A9DEFC!important; 
}

.navbar .navbar-nav>li>a {
 color: #fff!important; 
}

.ns-3000 #tweekiTOC{
    display:none;
  }

.navbar .navbar-nav>li>a:hover {
 color: #A9DEFC!important;
}

.navbar-brand, .navbar-nav>li>a {
 text-shadow: none!important;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	display: block;
}

#sidebar-left{
 background-color: #F0F8FF!important;
 height: inherit;
}

#sidebar-right{
 background-color: #F0F8FF!important;
 height: inherit;
}



.with-navbar.with-navbar-fixed {
    padding-top: 55px!important;
}

#tweekiTOC{
  position: sticky;
  top: 70px;
  margin-top:50px;
  font-size:0.875em;
  margin-right:15px;
  height: calc(100vh - 300px)!important;
}

#sidebar-left #tweekiTOC, #sidebar-right #tweekiTOC{
  margin-top:25px!important;
}

#sidebar-left #tweekiTOC:first-child, #sidebar-right #tweekiTOC:first-child {
    margin-top: 25px!important;
}

#maincontentwrapper h2{
border-bottom: 3px solid #87CEFA!important;
}

body main {
    margin-bottom:0;
}

#footer {
    background: #e9ecef;
    display: block;
    font-size: .75rem;
    margin-top: auto!important;
    padding-bottom: 0.3rem;
    padding-top: 0.3rem;
}

#footer li{
  display: inline-block;
  margin-right:30px
}

#footer li{
  display: inline-block;
  margin-right:30px
}



body {
    font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
    color: #000000;
    font-size: 0.95em;
    line-height: 1.5;
    background-color:#F0F8FF;
}




.ve-activated .question{
width: 28%!important;
height: auto!important;
}

.ve-activated .mw-parser-output{
height: auto!important;
}

.ve-activated #bodyContent{
height: auto!important;
}

.ve-activated #footer{
display:none!important;
}

.ve-ce-attachedRootNode p{
display:block!important;
}

.ve-ce-attachedRootNode{
padding-left:0!important;
}

.ve-ui-mwPreviewElement p{
display:block!important;
}

.ns-3000 #sidebar-left{
    display:block;
    flex: 0 0 0;
    max-width: 0;
    padding-left:0;
    padding-right:0;
}

.ns-3000 .col-md-8 {
    flex: 0 0 83%;
    max-width: 83%;
}

.ns-3000 pre {
white-space: pre-wrap;
word-wrap: break-word;
}