Changes

Jump to navigation Jump to search
404 bytes added ,  01:31, 24 September 2016
Main Page columns style
Line 2: Line 2:  
h3 {
 
h3 {
 
   border-bottom: 1px dashed #aaa;
 
   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%;
 
}
 
}
   Line 180: Line 199:  
}
 
}
 
span.mw-headline:target {
 
span.mw-headline:target {
 +
        text-shadow: 0px 0px 2px #fbff0f;
 
         animation: hilite-background 5s;
 
         animation: hilite-background 5s;
 
}
 
}
 
@keyframes hilite-background {
 
@keyframes hilite-background {
 
         0% {text-shadow: none;}
 
         0% {text-shadow: none;}
         30% {text-shadow: 0px 0px 20px #fbff0f;}
+
        15% {text-shadow: 0px 0px 20px #fbff0f;}
       100% {text-shadow: 0px 0px 3px #fbff0f;}
+
         30% {text-shadow: 0px 0px 2px #fbff0f;}
 +
        45% {text-shadow: 0px 0px 20px #fbff0f;}
 +
       100% {text-shadow: 0px 0px 2px #fbff0f;}
 
}
 
}

Navigation menu