Difference between revisions of "MediaWiki:Common.css"

116 bytes added ,  05:37, 6 October 2017
no edit summary
Line 34: Line 34:
color: #FFF;
color: #FFF;
cursor: pointer;
cursor: pointer;
-moz-box-shadow: 2px 2px 2px #000000;
display:block;
-webkit-box-shadow: 2px 2px 2px #000000;
box-shadow: 2px 2px 2px #000000;
}
}
 
 
Line 48: Line 46:
background-color: #000;
background-color: #000;
background-color: rgba(0, 0, 0, 0.6);
background-color: rgba(0, 0, 0, 0.6);
-webkit-transition: top 0.3s linear;
        opacity:0;
-moz-transition: top 0.3s linear;
        position: absolute;
-o-transition: top 0.3s linear;
        top: 0;
transition: top 0.3s linear;
        left: 0;
        right: 0;
        bottom: 0;
}
}
 
 
Line 62: Line 62:
text-transform: uppercase;
text-transform: uppercase;
text-align: center;
text-align: center;
}
.NavInfo{
      transition: opacity .5s;
      -o-transition: opacity .5s;
      -ms-transition: opacity .5s;
      -moz-transition: opacity .5s;
      -webkit-transition: opacity .5s;
}
.hoverable:hover .hover {
      opacity:1;
}
}