Diferenças entre edições de "Utilizador:Σταύρος/vector.css"

Da wiki OrthodoxWiki
Ir para: navegação, pesquisa
(Limpou toda a página)
(Desfez a edição 13547 de Σταύρος (Discussão))
 
(Há 3 edições intermédias do mesmo utilizador que não estão a ser apresentadas)
Linha 1: Linha 1:
  
 +
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;
 +
}
 +
}
 +
 +
@media screen and (min-width:721px) {
 +
.mobile-panel {
 +
  display:none;
 +
}
 +
.desktop-panel {
 +
  display: inline !important;
 +
}
 +
}
 +
 +
a {
 +
  text-decoration: none !important;
 +
}
 +
 +
body {
 +
  /* background-color: #6d0309; */
 +
  /* background-color: #000000; */
 +
  background-color: #ffe0bf;
 +
}
 +
 +
.portal, .portal h3, .portal a, #footer ul li, #footer ul li a, #p-personal
 +
a {
 +
  /* color:        white !important; */
 +
  color:        #59472b !important;
 +
  border-bottom: none !important;
 +
}
 +
 +
.mw-body {
 +
  border: 3px solid #d3ae5d;
 +
}
 +
 +
.vectorTabs {
 +
  border-top:    2px solid #d3ae5d;
 +
  border-left:  3px solid #d3ae5d;
 +
  border-right:  2px solid #d3ae5d;
 +
  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: #d3ae5d !important;
 +
}
 +
 +
.vectorTabs span {
 +
  display: none;
 +
}
 +
 +
#mw-page-base {
 +
  /* background-image: linear-gradient(#a52122 0%, #6d0309 100%); */
 +
  /* background-image: linear-gradient(#404040 0%, #000000 100%); */
 +
  background-image: linear-gradient(#fff2e5 0%, #ffe0bf 100%);
 +
}

Edição atual desde as 01h20min de 15 de agosto 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;
 }
}

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

a {
  text-decoration: none !important;
}

body {
  /* background-color: #6d0309; */
  /* background-color: #000000; */
  background-color: #ffe0bf;
}

.portal, .portal h3, .portal a, #footer ul li, #footer ul li a, #p-personal
 a {
  /* color:        white !important; */
  color:         #59472b !important;
  border-bottom: none !important;
}

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

.vectorTabs {
  border-top:    2px solid #d3ae5d;
  border-left:   3px solid #d3ae5d;
  border-right:  2px solid #d3ae5d;
  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: #d3ae5d !important;
}

.vectorTabs span {
  display: none;
}

#mw-page-base {
  /* background-image: linear-gradient(#a52122 0%, #6d0309 100%); */
  /* background-image: linear-gradient(#404040 0%, #000000 100%); */
  background-image: linear-gradient(#fff2e5 0%, #ffe0bf 100%);
}