Diferenças entre edições de "Utilizador:EGobi/vector.css"

Da wiki OrthodoxWiki
Ir para: navegação, pesquisa
Linha 99: Linha 99:
  
 
.page-Felicidade_de_Roma > #mw-page-base {
 
.page-Felicidade_de_Roma > #mw-page-base {
   animation: mymove2 5s ease;
+
   animation: mymove 5s;
 
   animation-fill-mode: forwards;
 
   animation-fill-mode: forwards;
 
   animation-delay: 2s;
 
   animation-delay: 2s;
 
}
 
}
 
+
/*
 
@keyframes mymove2 {
 
@keyframes mymove2 {
 
   from {
 
   from {
     background-image: linear-gradient(#130D27 0%, #0c1426 100%);
+
     background-color: #0c1426;
 
   }
 
   }
 
   to {
 
   to {
Linha 112: Linha 112:
 
   }
 
   }
 
}
 
}
 +
*/

Revisão das 01h57min de 21 de novembro de 2023

body.page-Página_principal h1.firstHeading, body.page-Página_principal
 div.thumbcaption {
 display: none;
}

body.page-Página_principal div.thumbinner {
 border: 0px;
 background-color: #FFF;
}

@media screen and (max-width: 720px) {
 .desktop-panel {
  display: none;
 }
 .cmbox {
  margin: 0px 0% !important;
 }
}

@media screen and (min-width:721px) {
 .mobile-panel {
  display:none;
 }
 .desktop-panel {
  display: inline !important;
 }
}

a {
  text-decoration: none !important;
  color: 3C2C0B;
}

body {
  background-color: #0c1426;
}

.portal, .portal h3, .portal a, #footer ul li, #footer ul li a, #p-personal
 a {
  color: #B6AC7C !important;
  border-bottom: none !important;
}

.mw-body {
  border: 3px solid #B6AC7C;
}

.vectorTabs {
  border-top:    2px solid #B6AC7C;
  border-left:   3px solid #B6AC7C;
  border-right:  2px solid #B6AC7C;
  border-bottom: 0px solid black;
  padding-left: 0 !important;
}

.vectorMenu h3 {
  background-image: none !important;
}

.vectorMenu h3 span, .vectorMenu li a, .vectorTabs li a {
  color: black !important;
}

.vectorTabs ul li:not(.selected), .vectorTabs, .vectorTabs span,
 #right-navigation {
  background-image:    none !important;
}

.vectorTabs ul li:not(.selected), #right-navigation {
 background-color: #B6AC7C !important;
}

.vectorTabs span {
  display: none;
}

#mw-page-base {
  background-image: linear-gradient(#130D27 0%, #0c1426 100%);
}

#content {
  box-shadow: 0px 0px 30px 0 #576279;
}

body.page-Felicidade_de_Roma {
  animation: mymove 5s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}

@keyframes mymove {
  from {
    background-color: #0c1426;
  }
  to {
    background-color: #197541;
  }
}

.page-Felicidade_de_Roma > #mw-page-base {
  animation: mymove 5s;
  animation-fill-mode: forwards;
  animation-delay: 2s;
}
/*
@keyframes mymove2 {
  from {
    background-color: #0c1426;
  }
  to {
    background-image: linear-gradient(#055829 0%, #197541 100%);
  }
}
*/