Diferencia entre revisiones de «MediaWiki:Vector.css»

De Wiki de Universo Zelda
Saltar a: navegación, buscar
Línea 1: Línea 1:
 
/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */
 
/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */
 +
 +
/* Contenido */
 +
#bodyContent h1, #bodyContent h2 {
 +
  margin-top: 0.6em !important;
 +
  margin-bottom: 0.6em !important;
 +
}
 +
 +
#contentSub {
 +
  color:inherit;
 +
}
 +
 +
.mw-body a.external {
 +
  color: #F4F26B;
 +
}
 +
 +
.mw-body a.external:visited {
 +
color: #e7ea12;
 +
}
 +
 +
.mw-body a.external:active {
 +
color: #F4F26B;
 +
}
 +
 +
pre, .mw-code {
 +
  background-color: #1D578B;
 +
  border: 1px dashed #426787;
 +
  color: #D2D2D2;
 +
  font-size: 100% !important;
 +
}
  
 
/* Framework */
 
/* Framework */
Línea 166: Línea 195:
 
   background-image:    -o-linear-gradient(top, #227777, #1A4E7D);
 
   background-image:    -o-linear-gradient(top, #227777, #1A4E7D);
 
   background-image:        linear-gradient(top, #227777, #1A4E7D);
 
   background-image:        linear-gradient(top, #227777, #1A4E7D);
}
 
 
/* Alt table */
 
table.altrow, table.altcol {
 
  margin: 1em 1em 1em 0;
 
  background: #17456e;
 
  border: 1px solid #426787;
 
  border-collapse: collapse;
 
}
 
 
table.altrow td, table.altcol td {
 
  border: 1px solid #426787;
 
  padding: 0.4em;
 
}
 
 
table.altrow tr:nth-child(even) {
 
  background: #17456e;
 
}
 
 
table.altrow tr:nth-child(odd) {
 
  background: #163d5f;
 
}
 
 
table.altcol td:nth-child(even) {
 
  background: #17456e;
 
}
 
 
table.altcol td:nth-child(odd) {
 
  background: #163d5f;
 
}
 
 
table.altrow th, table.altcol th {
 
  background: #1d578b;
 
  border: 1px solid #426787;
 
  text-align: center;
 
  padding: 0.4em;
 
}
 
 
table.altrow caption, table.altcol caption {
 
  margin-left: inherit;
 
  margin-right: inherit;
 
  font-weight: bold;
 
}
 
 
table.altrow code, table.altcol code {
 
  background-color: transparent;
 
 
}
 
}

Revisión del 14:07 19 ene 2016

/* El CSS colocado en esta página afectará a los usuarios que usen la apariencia "Vector" */

/* Contenido */
#bodyContent h1, #bodyContent h2 {
  margin-top: 0.6em !important;
  margin-bottom: 0.6em !important;
}

#contentSub {
  color:inherit;
}

.mw-body a.external {
  color: #F4F26B;
}

.mw-body a.external:visited {
	color: #e7ea12;
}

.mw-body a.external:active {
	color: #F4F26B;
}

pre, .mw-code {
  background-color: #1D578B;
  border: 1px dashed #426787;
  color: #D2D2D2;
  font-size: 100% !important;
}

/* Framework */
body {
	background-color: #4a6219;
}

/* Contenido página */
div#content {
	border: 1px solid #37411a;
	border-right-width: 0;
	background-color: #8b8b46;
	color: #e2e1e1;
	margin-left: 10em;
	padding: 1em;
}

/* Head */
#mw-page-base {
	background-color: #8b8b46;
}

/* Navigation Containers */
#left-navigation {
	left: 10em;
}

/* Page History */
#bodyContent ul#pagehistory li{
  border: 1px solid #17456E;
}

#bodyContent ul#pagehistory li.selected{
  background-color: #4a6219;
  border: 1px dashed #426787;
}

/* Links */
a {
	text-decoration: none;
	color: #f4f26b;
	background: none;
}
a:visited {
	color: #e7ea12;
}
a:active {
	color: #F4F26B;
}
a:hover {
	text-decoration: underline;
}
a.stub {
	color: #F4F26B;
}

#bodyContent a.new {
    color: #da0c05;
}

a.new, #p-personal a.new {
	color: #da0c05;
}
a.new:visited, #p-personal a.new:visited {
	color: #da0c05;
}

/* Categorías */
.catlinks {
	border: 1px solid #37411a;
	background-color: #4a6219;
}

/* Namespaces and Views */
div.vectorTabs ul li { /* @todo */
	background-color: transparent;
	background-image: none;
}

div.vectorTabs li.icon a { /* @todo */
	background-position: bottom right;
	background-repeat: no-repeat;
}

div.vectorTabs li a, div.vectorTabs li a span {
	color: #F4F26B;
}

div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited{
	color: #e2e1e1;
	text-decoration: none;
	background-color:#8b8b46;
}
div.vectorTabs li.new a,
div.vectorTabs li.new a:visited{
	color: #da0c05;
}

/* Search */
div#simpleSearch {
	border: solid 1px #37411a;
	background-color: #8b8b46;
	background-image: none;
}

div#simpleSearch input#searchInput {
	color:#e2e1e1;
}

.mw-search-result-data {
	color: #e2e1e1;
}

/* Panel */
#mw-panel {
	padding: 0;
}

div#mw-panel div.portal div.body ul li a {
	color: #F4F26B;
}
div#mw-panel div.portal div.body ul li a:visited {
	color: #F4F26B;
}

/* Sidebar */
div#mw-panel div.portal h3 {
	color: #F4F26B;
}

#mw-panel.collapsible-nav .portal h3 a,
#mw-panel.collapsible-nav .portal h5 a {
	color: #E7EA12 !important;
}

#mw-panel.collapsible-nav .portal{
	background: none;
	border-bottom: 1px solid #284360;
}

/* Footer */
div#footer ul li {
	color: #e2e1e1;
}

/* Logo */
#p-logo {
	left: 0;
	top: -150px;
}

/* Button-like gradient background */
.gradient {
  background-image:-webkit-linear-gradient(top, #2D679B, #1A4E7D);
  background-image:   -moz-linear-gradient(top, #2D679B, #1A4E7D);
  background-image:    -ms-linear-gradient(top, #2D679B, #1A4E7D);
  background-image:     -o-linear-gradient(top, #2D679B, #1A4E7D);
  background-image:        linear-gradient(top, #2D679B, #1A4E7D);
}

.gradient:hover {
  background-image:-webkit-linear-gradient(top, #227777, #1A4E7D);
  background-image:   -moz-linear-gradient(top, #227777, #1A4E7D);
  background-image:    -ms-linear-gradient(top, #227777, #1A4E7D);
  background-image:     -o-linear-gradient(top, #227777, #1A4E7D);
  background-image:        linear-gradient(top, #227777, #1A4E7D);
}