Changes

Jump to navigation Jump to search
1,482 bytes added ,  01:31, 24 September 2016
Main Page columns style
Line 1: Line 1:  +
/* Border for === Level 3 headers === */
 +
h3 {
 +
  border-bottom: 1px dashed #aaa;
 +
}
 +
/* Except for one in top menu */
 +
h3#p-cactions-label {
 +
  border-bottom: none;
 +
}
 +
 +
/* Main Page columns style */
 +
div.m_left {
 +
  float:left;
 +
  width: 33%;
 +
}
 +
div.m_center {
 +
  float:left;
 +
  width: 33%;
 +
  margin-left: 0.5%;
 +
}
 +
div.m_right {
 +
  float:right;
 +
  width: 33%;
 +
}
 +
 +
/* Nice touch for TOCs */
 +
#toc,
 +
.toc {
 +
    background: #f9f9f9 url('/images/criu-logo-bg-trans.png') no-repeat bottom right;
 +
}
 
   
 
   
 
/* For MediaWiki:Edittools 'insert chars' to look like buttons.
 
/* For MediaWiki:Edittools 'insert chars' to look like buttons.
Line 146: Line 175:  
   font-size: small;
 
   font-size: small;
 
   vertical-align: text-bottom;
 
   vertical-align: text-bottom;
 +
}
 +
 +
/* Allow limiting of which header levels are shown in a TOC;
 +
  <div class="toclimit-3">, for instance, will limit to
 +
  showing ==headings== and ===headings=== but no further
 +
  (as long as there are no =headings= on the page, which
 +
  there shouldn't be according to the MoS). */
 +
.toclimit-2 .toclevel-1 ul,
 +
.toclimit-3 .toclevel-2 ul,
 +
.toclimit-4 .toclevel-3 ul,
 +
.toclimit-5 .toclevel-4 ul,
 +
.toclimit-6 .toclevel-5 ul,
 +
.toclimit-7 .toclevel-6 ul {
 +
    display: none;
 +
}
 +
 +
/* Allow to disable numbering for TOC */
 +
.noautonum .tocnumber { display: none; }
 +
 +
/* CSS background highlight */
 +
span.mw-headline {
 +
        text-shadow: none;
 +
}
 +
span.mw-headline:target {
 +
        text-shadow: 0px 0px 2px #fbff0f;
 +
        animation: hilite-background 5s;
 +
}
 +
@keyframes hilite-background {
 +
        0% {text-shadow: none;}
 +
        15% {text-shadow: 0px 0px 20px #fbff0f;}
 +
        30% {text-shadow: 0px 0px 2px #fbff0f;}
 +
        45% {text-shadow: 0px 0px 20px #fbff0f;}
 +
      100% {text-shadow: 0px 0px 2px #fbff0f;}
 
}
 
}

Navigation menu