Diferencia entre revisiones de «MediaWiki:Vector.css»

De Wiki de Universo Zelda
Saltar a: navegación, buscar
Línea 280: Línea 280:
  
  
 
+
/* Search */
/* Table of Contents */
+
div#simpleSearch {
#toc,
+
border: solid 1px #426787;
.toc,
+
.mw-warning {
+
border: 1px solid #426787;
+
background-color: #1d578b;
+
}
+
 
+
 
+
/* Thumbnails */
+
div.thumb {
+
border-style: solid;
+
border-color: transparent;
+
}
+
div.thumbinner {
+
border: 1px solid #426787;
+
background-color: #1d578b;
+
}
+
html .thumbimage {
+
 
background-color: #17456e;
 
background-color: #17456e;
        border: 1px solid #426787;
+
background-image: none;
}
+
img.thumbborder { /* @todo */
+
border: 1px solid #dddddd;
+
}
+
.hiddenStructure { /* @todo */
+
display: none;
+
}
+
/* Warning */
+
/* User Message */
+
.usermessage {
+
background-color: #1D578B;
+
border: 1px solid #E7EA12;
+
color: #d2d2d2;
+
}
+
/* Site Notice */
+
#siteNotice div,
+
#siteNotice p {
+
margin: 0;
+
padding: 0;
+
margin-bottom: 0.9em;
+
 
}
 
}
  
 
+
div#simpleSearch input#searchInput {
/* Categories */
+
color:#e0e0e0;
.catlinks {
+
border: 1px solid #426787;
+
background-color: #1d578b;
+
 
}
 
}
  
 
+
.mw-search-result-data {
 
+
color:grey;
/* Edge Cases for Content */
+
h1, h2 {
+
margin-bottom: .6em;
+
        margin-top: 0.6em;
+
 
}
 
}
  
h3, h4, h5 {
+
/* Panel */
margin-bottom: .3em;
+
#mw-panel {
 +
padding: 0;
 
}
 
}
  
 
+
div#mw-panel div.portal div.body ul li a {
/* Interwiki Styling */
+
#content a.extiw,
+
#content a.extiw:active {
+
 
color: #F4F26B;
 
color: #F4F26B;
background: none;
 
padding: 0;
 
 
}
 
}
#content a.external {
+
div#mw-panel div.portal div.body ul li a:visited {
 
color: #F4F26B;
 
color: #F4F26B;
 
}
 
}
  
.toccolours {
+
/* Sidebar */
border: 1px solid #1d578b;
+
div#mw-panel div.portal h3 {
background-color: #426787;
+
color: #F4F26B;
 
}
 
}
  
/* Watch/Unwatch Icon Styling */
+
#mw-panel.collapsible-nav .portal h3 a,
#ca-unwatch.icon,
+
#mw-panel.collapsible-nav .portal h5 a {
#ca-watch.icon { /* @todo */
+
color: #E7EA12 !important;
margin-right:1px;
+
}
+
#ca-unwatch.icon a,
+
#ca-watch.icon a { /* @todo */
+
padding: 0;
+
height: 2.5em;
+
 
}
 
}
  
 
+
#mw-panel.collapsible-nav .portal{
/* Page history styling */
+
background: none;
/* the auto-generated edit comments */
+
border-bottom: 1px solid #284360;
#bodyContent ul#pagehistory .history-user {
+
    margin-left: 0.4em;
+
    margin-right: 0.2em;
+
 
}
 
}
#bodyContent ul#pagehistory span.minor { font-weight: bold; }
 
#bodyContent ul#pagehistory li { border: 1px solid #17456e; }
 
#bodyContent ul#pagehistory li.selected {
 
    background-color: #1d578b;
 
    border: 1px dashed #426787;
 
}
 
 
 
 
/* RSSReader Stuff */
 
  
.RSSReader-head {
+
/* Footer */
  text-align: center;
+
div#footer ul li {
  padding: 0.2em;
+
color: #b6b6b6;
  border-bottom: 0.1em solid #aaa;
+
 
}
 
}
  
#content div.rss {
 
margin: 0 0 8px -3px;
 
    padding: 5px;
 
background-color: #1d578b;
 
font-size: 10px;
 
width: 98.6%;
 
border: 1px solid #426787;
 
}
 
  
 
+
/* Logo */
#content div.rss h3 {
+
#p-logo {
font-size: 10px;
+
left: 0;
border: 1px solid #426787;
+
top: -150px;
padding: 2px 5px;
+
margin: 0;
+
background-color: #17456e;
+
 
}
 
}
  
#content div.rss h3 a { color: #F4F26B; }
 
 
 
 
 
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
 
table.prettytable {
 
  margin: 1em 1em 1em 0;
 
  background-color: #17456E;
 
  border: 1px solid #426787;
 
  border-collapse: collapse;
 
  color: #D2D2D2;
 
}
 
 
table.wikitable th, table.wikitable td,
 
table.prettytable th, table.prettytable td {
 
  background: #17456E;
 
  border: 1px solid #426787;
 
  padding: 0.4em;
 
}
 
 
table.wikitable th,
 
table.prettytable th {
 
  background: #1D578B;
 
  text-align: center;
 
}
 
 
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td{
 
  border: 1px solid #426787;
 
  padding: 0.4em;
 
}
 
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
 
  background: #1D578B;
 
}
 
 
table.wikitable caption,
 
table.prettytable caption {
 
  margin-left: inherit;
 
  margin-right: inherit;
 
  font-weight: bold;
 
}
 
 
table.prettytable code,
 
table.wikitable code {
 
  background-color: transparent;
 
}
 
 
/* Galleries */
 
li.gallerybox div.thumb {
 
      background-color: #1D578B;
 
      border: 1px solid #426787;
 
}
 
 
table.gallery {/* @todo - unused? */
 
border: 1px solid #1D578B;
 
margin: 2px;
 
padding: 2px;
 
background-color: #17456E;
 
}
 
 
table.gallery tr {/* @todo - unused? */
 
vertical-align: top;
 
}
 
 
table.gallery td {/* @todo - unused? */
 
vertical-align: top;
 
background-color: #1D578B;
 
border: solid 2px #17456E;
 
}
 
 
table.gallery caption {/* @todo - unused? */
 
font-weight: bold;
 
}
 
 
div.gallerybox {/* @todo - remove? */
 
margin: 2px;
 
}
 
 
div.gallerybox div.thumb {/* @todo - remove? */
 
border: 1px solid #426787;
 
/*margin-left: 1.4px;
 
margin-top: 4px;*/
 
}
 
  
 
/*
 
/*
  Table pager (e.g. Special:Imagelist)
+
*
  - remove underlines from the navigation link
+
* The following code is highly modified from monobook. It would be nice if the
  - collapse borders
+
* preftoc id was more human readable like preferences-toc for instance,
  - set the borders to outsets (similar to Special:Allmessages)
+
* howerver this would require backporting the other skins.
  - remove line wrapping for all td and th, set background color
+
*/
  - restore line wrapping for the last two table cells (description and size)
+
*/
+
.TablePager_nav a { text-decoration: none; }
+
.TablePager { border-collapse: collapse; }
+
.TablePager, .TablePager td, .TablePager th {
+
border: 1px solid #426787;
+
padding: 0 0.15em 0 0.15em;
+
}
+
.TablePager th { background-color: #1D578B }
+
.TablePager td { background-color: #17456E }
+
.TablePager tr:hover td { background-color: #1D578B }
+
 
+
.imagelist .TablePager_col_links { background-color: #1D578B }
+
.imagelist th.TablePager_sort { background-color: #ccccff }
+
 
+
 
+
  
fieldset#mw-searchoptions {
+
/* Preferences */
margin: 0;
+
#preftoc a,
padding-left: 0.75em !important;
+
#preftoc a:active {
padding-right: 0.75em !important;
+
color: #F4F26B;
padding-bottom: 0.5em !important;
+
text-decoration: none;
padding-top: 0.5em !important;
+
}
border: none;
+
#preftoc li.selected a {
 +
color: #d2d2d2;
 +
text-decoration: none;
 +
}
 +
#preferences { /* @todo */
 +
border: solid 1px #426787;
 
background-color: #1D578B;
 
background-color: #1D578B;
border: 1px solid #426787 !important;
 
border-top-width: 0 !important;
 
 
}
 
}
  
.mw-search-formheader {
+
#preferences legend {
background-color: #17456E;
+
color: #b6b6b6;
margin-top: 1em;
+
border: 1px solid #426787;
+
 
}
 
}
  
fieldset#mw-searchoptions div.divider {
+
.htmlform-tip {
clear: both;
+
color: #b6b6b6;
border-bottom: 1px solid #426787;
+
padding-top: 0.5em;
+
margin-bottom: 0.5em;
+
}
+
.mw-search-formheader div.search-types ul li.current a {
+
color: #d2d2d2;
+
cursor: default;
+
 
}
 
}
  
  
div#mw-js-message { /* @todo - unused? */
 
margin: 1em 5%;
 
padding: 0.5em 2.5%;
 
border: solid 1px #E7EA12;
 
background-color: #1D578B;
 
}
 
  
 
+
/*  
/* File Namespace */
+
* Styles for the user login and create account forms
#filetoc {
+
*/
background-color: #1D578B !important;
+
#userlogin, #userloginForm {
border: 1px solid #426787 !important;
+
border: solid 1px #426787;
 +
        background-color: #1D578B;
 
}
 
}
  
div.fullImageLink, .fullMedia {
+
div#userloginForm table, div#userlogin form#userlogin2 table {
  text-align: center;
+
}
+
 
+
table.mw_metadata td, table.mw_metadata th {
+
    border: 1px solid #3B587E;
+
}
+
 
+
table.mw_metadata th {
+
 
     background-color: #1D578B;
 
     background-color: #1D578B;
 +
   
 
}
 
}
  
table.mw_metadata td {
+
#userlogin {
    background-color: transparent;
+
min-width: 20em;
 +
max-width: 90%;
 +
width: 40em;
 
}
 
}
  
.filehistory a img, #file img:hover {
 
    background: transparent;
 
}
 
  
 
+
/* Links */
/* Custom styles made specifically for ZW */
+
a {
 
+
text-decoration: none;
/* Tabs */
+
color: #f4f26b;
.tabcontainer .tab {
+
background: none;
background-color: #1d578b;
+
background-image:-webkit-linear-gradient(top, #1D679B, #1A4E7D);
+
background-image:  -moz-linear-gradient(top, #1D679B, #1A4E7D);
+
background-image:    -ms-linear-gradient(top, #1D679B, #1A4E7D);
+
background-image:    -o-linear-gradient(top, #1D679B, #1A4E7D);
+
background-image:        linear-gradient(top, #1D679B, #1A4E7D);
+
border:2px solid #426787;
+
border-radius:2px;
+
cursor:pointer;
+
float:left;
+
margin:0 1px -2px;
+
padding:3px;
+
text-align:center;
+
white-space:nowrap;
+
 
}
 
}
 
+
a:visited {
.tabcontainer .tab:hover {
+
color: #e7ea12;
background-color:#24527c;
+
background-image:-webkit-linear-gradient(top, #305f89, #17456E);
+
background-image:  -moz-linear-gradient(top, #305f89, #17456E);
+
background-image:    -ms-linear-gradient(top, #305f89, #17456E);
+
background-image:    -o-linear-gradient(top, #305f89, #17456E);
+
background-image:        linear-gradient(top, #305f89, #17456E);
+
color:#F4F26B;
+
 
}
 
}
 
+
a:active {
.tabcontainer .tab.active {
+
color: #F4F26B;
background-color:#17456e !important;
+
background-image:-webkit-linear-gradient(top, #1D578B, #17456E);
+
background-image:  -moz-linear-gradient(top, #1D578B, #17456E);
+
background-image:    -ms-linear-gradient(top, #1D578B, #17456E);
+
background-image:    -o-linear-gradient(top, #1D578B, #17456E);
+
background-image:        linear-gradient(top, #1D578B, #17456E);
+
border-bottom: 2px solid #17456E;
+
color:#F4F26B;
+
 
}
 
}
 
+
a:hover {
/* Button-like gradient background */
+
text-decoration: underline;
.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);
+
 
}
 
}
 
+
a.stub {
.gradient:hover {
+
color: #F4F26B;
  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);
+
 
}
 
}
  
 
+
#bodyContent a.new {
/* Reverse gradient */
+
     color: #ff8581;
.rgradient {
+
  background-image:-webkit-linear-gradient(bottom, #2D679B, #1A4E7D);
+
  background-image:  -moz-linear-gradient(bottom, #2D679B, #1A4E7D);
+
  background-image:    -ms-linear-gradient(bottom, #2D679B, #1A4E7D);
+
  background-image:     -o-linear-gradient(bottom, #2D679B, #1A4E7D);
+
  background-image:       linear-gradient(bottom, #2D679B, #1A4E7D);
+
 
}
 
}
  
.rgradient:hover {
+
a.new, #p-personal a.new {
  background-image:-webkit-linear-gradient(bottom, #227777, #1A4E7D);
+
color: #ff8581;
  background-image:  -moz-linear-gradient(bottom, #227777, #1A4E7D);
+
  background-image:   -ms-linear-gradient(bottom, #227777, #1A4E7D);
+
  background-image:    -o-linear-gradient(bottom, #227777, #1A4E7D);
+
  background-image:        linear-gradient(bottom, #227777, #1A4E7D);
+
 
}
 
}
 
+
a.new:visited, #p-personal a.new:visited {
/* Alt table */
+
color: #ff8581;
table.altrow, table.altcol {
+
  margin: 1em 1em 1em 0;
+
  background: #17456e;
+
  border: 1px solid #426787;
+
  border-collapse: collapse;
+
 
}
 
}
  
table.altrow td, table.altcol td {
+
/* Inline Elements */
  border: 1px solid #426787;
+
hr {
  padding: 0.4em;
+
color: #426787;
}
+
background-color: #426787;
 
+
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 19:45 26 ene 2016

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

/* Framework */
body {
	background-color: #2d3c0e;
}

/* Contenido página */
div#content {
	border: 1px solid #B4C767;
	border-right-width: 0;
	background-color: #4a6219;
	color: #fff;
	margin-left: 10em;
	padding: 1em;
}

/* Head */
#mw-page-base {
	background-color: #2d3c0e;
}

#mw-head {
        background: linear-gradient(#4a6219, #2d3c0e);
}

#mw-head-base {
        background-color: #2d3c0e;
}

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

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

#bodyContent ul#pagehistory li.selected{
  background-color: #2d3c0e;
  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: #fc4c46;
}

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

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

/* 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: #fff;
	text-decoration: none;
	background-color:#4a6219;
}
div.vectorTabs li.new a,
div.vectorTabs li.new a:visited{
	color: #da0c05;
}

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

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

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

/* 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: #fff;
}


/* 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);
}



/* Titulos estructurales */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #d2d2d2;
	padding-top: 0;
	border-bottom: 1px solid #fff;
	width: auto;
}

code {
	background-color: #1D578B;
}

pre { /* @todo */
	border: 1px dashed #426787;
	color: #d2d2d2;
	background-color: #1D578B;
	/*line-height: 1.1em; 
        font-size: 120%;*/
}

/* Parte superior pestañas */
/* OVERRIDDEN BY COMPLIANT BROWSERS */
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: #d2d2d2;
	text-decoration: none;
	background: linear-gradient(#6B7730, #4a6219);
}
div.vectorTabs li.new a,
div.vectorTabs li.new a:visited{
	color: #FF8581;
}

/* WORKAROUND: For some reason, the "tab-break" resource does not appear to the right of the selected tab (e.g. "read", "edit", "view history") unless we add 1 pixel of padding. */
.vectorTabs li.selected span {
  padding-right:1px;

/* Variants and Actions */
div.vectorMenu ul {
        background-color: #1d578b;
	border: solid 1px #426787;
}

/* IGNORADO POR IE6 */
div.vectorMenu li > a {
	display: block;
}

div.vectorMenu li.selected a,
div.vectorMenu li.selected a:visited {
	color: #e7ea12;
	text-decoration: none;
}





























/* Search */
div#simpleSearch {
	border: solid 1px #426787;
	background-color: #17456e;
	background-image: none;
}

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

.mw-search-result-data {
	color:grey;
}

/* 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: #b6b6b6;
}


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


/*
 *
 * The following code is highly modified from monobook. It would be nice if the
 * preftoc id was more human readable like preferences-toc for instance,
 * howerver this would require backporting the other skins.
 */

/* Preferences */
	#preftoc a,
	#preftoc a:active {
		color: #F4F26B;
		text-decoration: none;
	}
	#preftoc li.selected a {
		color: #d2d2d2;
		text-decoration: none;
	}
#preferences { /* @todo */
	border: solid 1px #426787;
	background-color: #1D578B;
}

#preferences legend {
	color: #b6b6b6;
}

.htmlform-tip {
	color: #b6b6b6;
}



/* 
 * Styles for the user login and create account forms
 */
#userlogin, #userloginForm {
	border: solid 1px #426787;
        background-color: #1D578B;
}

div#userloginForm table, div#userlogin form#userlogin2 table {
    background-color: #1D578B;
    
}

#userlogin {
	min-width: 20em;
	max-width: 90%;
	width: 40em;
}


/* 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: #ff8581;
}

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

/* Inline Elements */
hr {
	color: #426787;
	background-color: #426787;
}