MediaWiki:Common.css: mudanças entre as edições

Ir para navegação Ir para pesquisar
sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 579: Linha 579:
/* Tests */
/* Tests */


#Wrapper{
#slide{
align-items: center;
width:96%;
background-color: #EEEFF7;
}
display: flex;
height: 500px;
* {
justify-content: center;
box-sizing: border-box
width: 1000px;
}
}


#Slideshow{
.mySlides {
align-items: center;
display: none
display: flex;
flex-direction: column;
justify-content: center;
overflow: hidden;
position: relative;
}
}


#Slider{
.slideshow-container {
border: 20px solid #1C1D21;
width: auto;
height: 300px;
position: relative;
overflow: hidden;
margin: -10px;
width: 600px;
}


#Slider img{
height: 300px;
width: 600px;
transition: all 1s;
}
}
 
/* Next & previous buttons */
#Arrows{
.prev, .next {
display: flex;
cursor: pointer;
justify-content: space-between;
height: 30px;
position: absolute;
position: absolute;
width: 600px;
top: 50%;
width: auto;
padding: 16px;
margin-top: -22px;
color: #494B55;
font-weight: bold;
font-size: 18px;
transition: 0.6s ease;
border-radius: 0 3px 3px 0;
}
/* Position the "next button" to the right */
.next {
right: 0;
border-radius: 3px 0 0 3px;
}
}
 
/* On hover, add a black background color with a little bit see-through */
#Arrows i{
.prev:hover, .next:hover {
background-color: rgba(255, 255, 255, .25);
background-color: rgba(0,0,0,0.8);
color: #1C1D21;
cursor: pointer;
height: 30px;
padding: 15px;
 
transition: background-color .5s, color .5s;
}
}
 
/* Caption text */
#Arrows i:first-of-type{
.text {
padding-right: 20px;
color: #f2f2f2;
font-size: 15px;
padding: 8px 12px;
position: absolute;
bottom: 8px;
width: 100%;
text-align: center;
}
}


#Arrows i:last-of-type{
/* The dots/bullets/indicators */
padding-left: 20px;
.dot {
cursor: pointer;
height: 13px;
width: 13px;
margin: 0 2px;
background-color: #bbb;
border-radius: 50%;
display: inline-block;
transition: background-color 0.6s ease;
}
}
 
.active, .dot:hover {
#Arrows i:hover{
background-color: #494B55;
background-color: rgba(28,29,33, .75);
color: #EEEFF7;
}
}
 
/* Fading animation */
h1{
.fade {
color: #1C1D21;
-webkit-animation-name: fade;
font-family: righteous;
-webkit-animation-duration: 2s;
font-size: 2.5em;
animation-name: fade;
padding: 20px;
animation-duration: 2s;
}
}
 
@-webkit-keyframes fade {
h2{
  from {opacity: .4}
color: #1C1D21;
  to {opacity: 1}
font-family: "Open Sans";
font-size: 1.5em;
padding: 20px;
}
}


#MeLink{
@keyframes fade {
   background-color: rgba(255,255,255, 0);
   from {opacity: .4}
   border: 10px solid #1C1D21;
   to {opacity: 1}
  border-radius: 80px;
  bottom: 20px;
  height: 80px;
  overflow: hidden;
  position: fixed;
  right: 20px;
  width: 80px;
  z-index: 2;
 
  transition: background-color .5s;
}
}


#MeLink:hover{
/* On smaller screens, decrease text size */
   background-color: rgba(255,255,255, .25);
@media only screen and (max-width: 300px) {
   .text {font-size: 11px}
}
}


#Me{
.pics
  border: 10px solid #1C1D21;
{
  border-radius: 80px;
    border:3px solid #494B55;
  bottom: 20px;
    width:200px;
  height: 80px;
  position: fixed;
  right: 20px;
  width: 80px;
  z-index: 1;
}
}

Menu de navegação