Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-05-18 23:42:31 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-05-18 23:42:31 (GMT)
commitebf8fe65e3a3d9ad9a0c126dcc3d490fbcd106a4 (patch)
tree5835343a61175ef5f9b8b1e8a2072d89d7ba2b4f /static
parent482c1296acf9063d20dbdcad429937e177f66ca2 (diff)
Encoding fixes. Attempt to improve CSS (infoboxes float at least).
Diffstat (limited to 'static')
-rw-r--r--static/common.css538
-rw-r--r--static/shared.css242
-rw-r--r--static/styles.css61
3 files changed, 841 insertions, 0 deletions
diff --git a/static/common.css b/static/common.css
new file mode 100644
index 0000000..5188437
--- /dev/null
+++ b/static/common.css
@@ -0,0 +1,538 @@
+/* Common CSS for all skins */
+/*<pre><nowiki>*/
+
+/* Estilos para el CommonsTicker ([[Wikiproyecto:CommonsTicker]])
+ According to the CSS specs, @import rules must precede any other CSS rules in a stylesheet,
+ so this creates the need to place it in its own stylesheet for these purposes. */
+/*@import "/w/index.php?title=Wikiproyecto:CommonsTicker/styles.css&action=raw&ctype=text/css&smaxage=2678400";*/
+
+/*InterProject */
+
+.interProject {
+ display:none;
+ clear: both;
+ border-top: 2px dotted #AAAAAA;
+ margin-top: 2em;
+}
+
+/* Evitar la aparición del subrayado al pasar sobre la imagen cuande se usa {{tl|clic}} */
+.clic a:active, .clic a:hover {text-decoration:none}
+
+
+/* Style for "notices" */
+.notice {
+ text-align: justify;
+ margin: 1em;
+ padding: 0.2em;
+}
+
+#disambig {
+ border-top: 3px double #cccccc;
+ border-bottom: 3px double #cccccc;
+}
+
+#spoiler {
+ border-top: 2px solid #ddd;
+ border-bottom:2px solid #ddd;
+}
+
+/* Standard talk template style */
+
+.Talk-Notice {
+ border: 1px solid #C0C090;
+ background-color: #F8EABA;
+ margin-bottom: 3px;
+ width: 85%;
+ border-spacing: 3px;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+/* Make template background appear correctly on all browsers */
+.Talk-Notice td {
+ background: inherit;
+}
+
+/* Choose whether to have AD/BC dates or CE/BCE dates*/
+
+/* First, the default : display both : See templates ADCE and BCEBC for how these are used*/
+.Use_Default_Date_Convention { display: inline; }
+.Use_AD_and_BC { display: none; }
+.Use_BCE_and_CE { display: none; }
+
+/* If you want to display AD and BC add the following to User:You/monobook.css page */
+/*
+.Use_Default_Date_Convention { display: none; }
+.Use_AD_and_BC { display:inline; }
+.Use_BCE_and_CE { display:none; }
+*/
+
+/*If you want to display CE and BCE add the following to User:You/monobook.css page */
+/*
+.Use_Default_Date_Convention { display: none; }
+.Use_AD_and_BC { display:none; }
+.Use_BCE_and_CE {display:inline; }
+*/
+
+/*Add formatting to make sure that "external references" from [[Template:Ref]] do
+ not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
+ that the HTML code contained a SPAN following the anchor A; this SPAN had the class
+ "urlexpansion", which was not displayed on screen, but was shown when the medium was
+ "print". The rules below ensure (a) that there is no extra padding to the right of
+ the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
+ the link, and (c) that this SPAN of class "urlexpansion" is never shown.
+ ~~~~
+*/
+
+.plainlinksneverexpand {
+ background: none ! important;
+ padding: 0 ! important;
+}
+
+.plainlinksneverexpand .urlexpansion {
+ display : none ! important;
+}
+
+/* Make sure that ext links displayed within "plainlinksneverexpand" don't get
+ the arrow...
+*/
+.plainlinksneverexpand a {
+ background: none !important;
+ padding: 0 !important
+}
+
+/* styles for geography infoboxes, e.g. countries, national subdivisions, cities, etc. */
+
+.InfoDerecha {
+ clear: right;
+ float: right;
+ margin: 0 0 1em 1em;
+}
+
+.infobox.geography {
+ border: 1px solid #ccd2d9;
+ text-align: left;
+ border-collapse: collapse;
+ line-height: 1.2em;
+ font-size: 90%;
+}
+
+.infobox.geography td,
+.infobox.geography th {
+ border-top: solid 1px #ccd2d9;
+ padding: 0.4em 0.2em 0.4em 0.8em;
+}
+.infobox.geography .mergedtoprow td,
+.infobox.geography .mergedtoprow th {
+ border-top: solid 1px #ccd2d9;
+ padding: 0.4em 0.2em 0.2em 0.8em;
+}
+
+.infobox.geography .mergedrow td,
+.infobox.geography .mergedrow th {
+ border: 0;
+ padding: 0 0.2em 0.2em 0.8em;
+}
+
+.infobox.geography .mergedbottomrow td,
+.infobox.geography .mergedbottomrow th {
+ border-top: 0;
+ border-bottom: solid 1px #ccd2d9;
+ padding: 0 0.2em 0.4em 0.8em;
+}
+
+.infobox.geography .maptable td,
+.infobox.geography .maptable th {
+ border: 0;
+ padding: 0 0 0 0;
+}
+
+/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
+ following the anchor A, the anchor itself now has class "external autonumber" and the
+ expansion is inserted when printing (see the common printing style sheet at
+ http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
+ element of CSS. We have to switch this off for links due to Template:Ref!
+
+*/
+.plainlinksneverexpand a.external.text:after {
+ display: none !important;
+}
+.plainlinksneverexpand a.external.autonumber:after {
+ display: none !important;
+}
+
+/* Merge template style */
+
+.messagebox {
+ border: 1px solid #aaaaaa;
+ background-color: #f9f9f9;
+ width: 85%;
+ margin: 0 auto 1em auto;
+ padding: .2em;
+ text-align: justify;
+ font-size: 90%;
+}
+.messagebox.merge {
+ border: 1px solid #cf9fff;
+ background-color: #f5edf5;
+ text-align: center;
+}
+.messagebox.cleanup {
+ border: 1px solid #9f9fff;
+ background-color: #efefff;
+ text-align: center;
+}
+.messagebox.standard-talk {
+ border: 1px solid #c0c090;
+ background-color: #f8eaba;
+ text-align: center;
+}
+
+.messagebox.warning {
+ border: 1px solid #fcc;
+ background-color: #fee;
+ text-align: center;
+ font-size: 100%;
+}
+
+/* Article message box template styles */
+table.ambox {
+ margin: 0 10%; /* Will not overlap with other elements */
+ border-collapse: collapse;
+ background: #fbfbfb;
+ border: 1px solid #aaa;
+ border-left: 10px solid #1e90ff; /* Default "notice" blue */
+}
+table.ambox th.ambox-text, table.ambox td.ambox-text { /* The message body cell(s) */
+ padding: 0.25em 0.5em; /* 0.5em left/right */
+ width: 100%; /* Make all templates the same width regardless of text size */
+}
+table.ambox td.ambox-image { /* The left image cell */
+ padding: 2px 0px 2px 0.5em; /* 0.5em left, 0px right */
+ text-align: center;
+}
+table.ambox td.ambox-imageright { /* The right image cell */
+ padding: 2px 4px 2px 0px; /* 0px left, 4px right */
+ text-align: center;
+}
+table.ambox-notice {
+ border-left: 10px solid #1e90ff; /* Blue */
+/* border-right: 10px solid #1e90ff; */ /* If you want two blue bars */
+}
+table.ambox-delete,
+table.ambox-serious {
+ border-left: 10px solid #b22222; /* Red */
+}
+table.ambox-content {
+ border-left: 10px solid #f28500; /* Orange */
+}
+table.ambox-style {
+ border-left: 10px solid #f4c430; /* Yellow */
+}
+table.ambox-merge {
+ border-left: 10px solid #9932cc; /* Purple */
+}
+table.ambox-growth {
+ border-left: 10px solid #228b22; /* Green */
+}
+table.ambox-protection {
+ border-left: 10px solid #bba; /* Gray */
+}
+table.ambox.ambox-mini { /* Small floating box variant */
+ float: right;
+ clear: right;
+ margin: 0 0 0 1em;
+ width: 25%;
+}
+@media print { /* Do not print article message box */
+ .ambox {
+ display: none;
+ }
+}
+
+/* Infobox template style */
+.infobox {
+ border: 1px solid #aaa;
+ background-color: #f9f9f9;
+ color: black;
+ margin-bottom: 0.5em;
+ margin-left: 1em;
+ padding: 0.2em;
+ float: right;
+ clear: right;
+}
+.infobox td,
+.infobox th {
+ vertical-align: top;
+}
+.infobox caption {
+ font-size: larger;
+ margin-left: inherit;
+}
+.infobox.bordered {
+ border-collapse: collapse;
+}
+.infobox.bordered td,
+.infobox.bordered th {
+ border: 1px solid #aaa;
+}
+.infobox.bordered .borderless td,
+.infobox.bordered .borderless th {
+ border: 0;
+}
+
+.infobox.sisterproject {
+ width: 20em;
+ font-size: 90%;
+}
+
+@media print {
+ .infobox.sisterproject {
+ display: none;
+ }
+}
+
+/* Importo formato para versos de WikiSource
+pre.verse {
+ background-color: #ffffff;
+ font-family:sans-serif;
+ line-height: 150%;
+ border: none;
+ padding-left: 2em;
+ margin: 0;
+ white-space: pre;
+}
+
+.IconoPlantillaMantenimiento {
+ float:left;
+ margin-left: 1em;
+ margin-right: 1em;
+}
+
+/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration
+ resets the font for all browsers except MSIE6. The empty comment must remain. */
+.IPA {
+ font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000,
+ TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera Sans,
+ Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode,
+ Hiragino Kaku Gothic Pro, Matrix Unicode;
+ font-family /**/:inherit;
+}
+.Unicode {
+ font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode,
+ Bitstream Cyberbit, Bitstream CyberBase, Thryomanes,
+ Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande,
+ Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
+ font-family /**/:inherit;
+}
+.polytonic {
+ font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS,
+ Lucida Sans Unicode, Lucida Grande, Code2000;
+ font-family /**/:inherit;
+}
+
+/** Estilos para tablas.
+ ** EXPERIMENTAL **
+ la idea es, si se quiere que la primera columna de la tabla esté alineada
+ a la derecha, la segunda centrada y la tercera a la izquierda, usar
+ {| class="col1der col2cen col3izq"
+ en vez de repetir "style='text-align:right'", etc, en '''cada''' celda
+**/
+table.col1der TD:first-child { text-align:right; }
+table.col1izq TD:first-child { text-align:left; }
+table.col1cen TD:first-child { text-align:center; }
+
+table.col2der TD:first-child + TD { text-align:right; }
+table.col2izq TD:first-child + TD { text-align:left; }
+table.col2cen TD:first-child + TD { text-align:center; }
+
+table.col3der TD:first-child + TD + TD { text-align:right; }
+table.col3izq TD:first-child + TD + TD { text-align:left; }
+table.col3cen TD:first-child + TD + TD { text-align:center; }
+
+table.col4der TD:first-child + TD + TD + TD { text-align:right; }
+table.col4izq TD:first-child + TD + TD + TD { text-align:left; }
+table.col4cen TD:first-child + TD + TD + TD { text-align:center; }
+
+table.col5der TD:first-child + TD + TD + TD + TD { text-align:right; }
+table.col5izq TD:first-child + TD + TD + TD + TD { text-align:left; }
+table.col5cen TD:first-child + TD + TD + TD + TD { text-align:center; }
+
+/* hiddenStructure importado de w:en para permitir esconder automáticamente
+ los parámetros vacíos en tablas */
+.hiddenStructure {
+ display: none;
+ speak: none;
+}
+
+/* Ayudita para [[Especial:Allpages]]: los redirects aparecen en cursiva */
+.allpagesredirect {font-style: italic;}
+
+/* Put a checker background at the image description page only visible
+ if the image has transparent background */
+
+#file img {
+ background: url(http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png)
+ repeat;
+}
+
+form#upload,.UploadFormShowed {display: none;}
+
+/* Estilo para controlar el tamaño del texto citado.
+ Quien quiera cambiar el suyo no tiene más que editar su propia monobook.css */
+
+.citado {
+ font-size: 90%;
+ padding: 0.1em;
+}
+
+
+/* Disponibilidad para tareas de mantenimiento/Tablas por día/semana */
+
+table.user-availability {
+ text-align:center;
+ border:1px solid #333366;
+}
+table.user-availability th {
+ font-size:110%
+}
+table.user-availability .toprow td+td {
+ width:30px;
+ height:10px;
+ background-color:#eeeeee;
+ border:1px solid #aaaaaa
+}
+table.user-availability .off {
+ font-size:80%;
+ border:1px solid #aaaaaa;
+ background-color:#ffffff;
+}
+table.user-availability .onn {
+ font-size:80%;
+ border:1px solid #aaaaaa;
+ background-color:#ccffcc;
+}
+table.user-availability .wrk {
+ font-size:80%;
+ border:1px solid #aaaaaa;
+ background-color:#ccccff;
+}
+table.user-availability .cll {
+ font-size:80%;
+ border:1px solid #aaaaaa;
+ background-color:#ffffdd;
+}
+table.user-availability .key {
+ font-size:90%;
+ border-top:1px dashed black;
+ text-align:right
+}
+table.user-availability .key span {
+ padding:2px
+}
+
+/* Change the external link icon to an Adobe icon for all PDF files */
+/* (in browsers that support these CSS selectors, like Mozilla and Opera) */
+#bodyContent a[href$=".pdf"].external,
+#bodyContent a[href*=".pdf?"].external,
+#bodyContent a[href*=".pdf#"].external,
+#bodyContent a[href$=".PDF"].external,
+#bodyContent a[href*=".PDF?"].external,
+#bodyContent a[href*=".PDF#"].external {
+ background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat;
+ padding-right: 16px;
+}
+
+/* Change the external link icon to an Adobe icon anywhere the PDFlink class */
+/* is used (notably Template:PDFlink). This works in IE, unlike the above. */
+span.PDFlink a {
+ background: url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons-mini-file_acrobat.gif/15px-Icons-mini-file_acrobat.gif) center right no-repeat !important;
+ padding-right: 17px !important;
+}
+
+/* make the list of references look smaller */
+ol.references {
+ font-size: 100%;
+}
+
+.references-small { font-size: 90%;}
+
+.references-2column {
+ font-size: 90%;
+}
+
+/* Highlight clicked reference in blue to help navigation */
+
+ol.references > li:target {
+background-color: #DEF;
+}
+
+sup.reference:target {
+background-color: #DEF;
+}
+
+/*** Llamadas al pie:
+ esto oculta los corchetes
+ (en los navegadores que entienden css)
+*/
+
+.corchete-llamada { display /**/: none; }
+
+/* Ocultar para los no bibliotecarios */
+.para_biblios { display: none }
+
+.rotate_0 { display: block }
+.rotate_1, .rotate_2, .rotate_3, .rotate_4, .rotate_5, .rotate_6, .rotate_7, .rotate_8, .rotate_9 { display: none }
+/* Geographical coordinates
+
+To display coordinates using the notation in the source code, write this in your User:Username/monobook.css:
+ .geo-default { display: inline } .geo-nondefault { display: none }
+ .geo-dec { display: inline } .geo-dms { display: inline }
+
+To display coordinates using decimal notation, write this in your User:Username/monobook.css:
+ .geo-default { display: inline } .geo-nondefault { display: inline }
+ .geo-dec { display: inline } .geo-dms { display: none }
+
+To display coordinates using DMS notation, write this in your User:Username/monobook.css:
+ .geo-default { display: inline } .geo-nondefault { display: inline }
+ .geo-dec { display: none } .geo-dms { display: inline }
+
+To display coordinates in both decimal and DMS notation, write this in your User:Username/monobook.css:
+ .geo-default { display: inline } .geo-nondefault { display: inline }
+ .geo-dec { display: inline } .geo-dms { display: inline }
+ .geo-multi-punct { display: inline }
+
+See [[Template:Coor link]] for how these are used.
+
+Note that the classes "geo", "longitude", and "latitude" are not just styles but also used by the [[Geo microformat]], so the names should not be changed.
+
+*/
+
+.geo-default { display: inline; }
+.geo-nondefault { display: none; }
+.geo-dms { display: inline; }
+.geo-dec { display: inline; }
+.geo-multi-punct { display: none; }
+
+.longitude .latitude {
+ white-space: nowrap;
+}
+
+/* This is used for the Geo microformat, but no style is needed for now other than .geo-dec. */
+.geo { }
+
+/***** end Geo-related */
+
+/*</nowiki></pre>*/
+
+/* [[Plantilla:Muchasref]] */
+@media screen, projection {
+
+ .listareferencias {
+ border: 1px solid #AAAAAA;
+ height: 220px;
+ overflow: auto;
+ padding: 3px;
+ }
+
+}
diff --git a/static/shared.css b/static/shared.css
new file mode 100644
index 0000000..d841985
--- /dev/null
+++ b/static/shared.css
@@ -0,0 +1,242 @@
+/**
+ * CSS in this file is used by *all* skins (that have any CSS at all). Be
+ * careful what you put in here, since what looks good in one skin may not in
+ * another, but don't ignore the poor non-Monobook users either.
+ */
+.mw-plusminus-null { color: #aaa; }
+
+.texvc { direction: ltr; unicode-bidi: embed; }
+img.tex { vertical-align: middle; }
+span.texhtml { font-family: serif; }
+
+/* Stop floats from intruding into edit area in previews */
+#toolbar, #wpTextbox1 { clear: both; }
+
+div#mw-js-message {
+ margin: 1em 5%;
+ padding: 0.5em 2.5%;
+ border: solid 1px #ddd;
+ background-color: #fcfcfc;
+}
+
+/* Edit section links */
+.editsection {
+ float: right;
+ margin-left: 5px;
+}
+
+/**
+ * File histories
+ */
+table.filehistory {
+ border:1px solid #ccc;
+ border-collapse:collapse;
+}
+
+table.filehistory th,
+table.filehistory td {
+ padding: 0 0.2em 0 0.2em;
+ vertical-align:top;
+ border:1px solid #ccc;
+}
+table.filehistory th {
+ text-align: left;
+}
+table.filehistory td.mw-imagepage-filesize,
+table.filehistory th.mw-imagepage-filesize {
+ white-space:nowrap;
+}
+
+/*
+ * rev_deleted stuff
+ */
+li span.deleted, span.history-deleted {
+ text-decoration: line-through;
+ color: #888;
+ font-style: italic;
+}
+
+/**
+ * Forms
+ */
+body.ltr td.mw-label { text-align: right; }
+body.ltr td.mw-input { text-align: left; }
+body.ltr td.mw-submit { text-align: left; }
+body.rtl td.mw-label { text-align: left; }
+body.rtl td.mw-input { text-align: right; }
+body.rtl td.mw-submit { text-align: right; }
+
+td.mw-label { vertical-align: top; }
+td.mw-submit { white-space: nowrap; }
+
+/**
+ * Image captions
+ */
+body.rtl .thumbcaption { text-align:right; }
+body.rtl .magnify { float:left; }
+
+body.ltr .thumbcaption { text-align:left; }
+body.ltr .magnify { float:right; }
+
+/**
+ * Hidden categories
+ */
+.mw-hidden-cats-hidden { display: none; }
+.catlinks-allhidden { display: none; }
+
+/* Convenience links to edit block and delete reasons */
+p.mw-ipb-conveniencelinks, p.mw-filedelete-editreasons, p.mw-delete-editreasons {
+ font-size: 90%;
+ float: right;
+}
+
+/* Search results */
+div.searchresult {
+ font-size: 95%;
+ width:38em;
+}
+.mw-search-results li {
+ padding-bottom: 1em;
+}
+.mw-search-result-data {
+ color: green;
+ font-size: 97%;
+}
+
+div#mw-search-interwiki {
+ float: right;
+ width: 18em;
+ border-style: solid;
+ border-color: #AAAAAA;
+ border-width: 1px;
+ margin-top: 2ex;
+}
+
+div#mw-search-interwiki li {
+ font-size: 95%;
+}
+
+.mw-search-interwiki-more {
+ float: right;
+ font-size: 90%;
+}
+
+span.searchalttitle {
+ font-size: 95%;
+}
+
+div.searchdidyoumean {
+ font-size: 127%;
+ padding-bottom:1ex;
+ padding-top:1ex;
+}
+
+/*
+ * UserRights stuff
+ */
+.mw-userrights-disabled {
+ color: #888;
+}
+
+table.mw-userrights-groups * td,table.mw-userrights-groups * th {
+ padding-right: 1.5em;
+}
+
+/*
+ * OpenSearch ajax suggestions
+ */
+.os-suggest {
+ overflow: auto;
+ overflow-x: hidden;
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ width: 0px;
+ background-color: white;
+ border-style: solid;
+ border-color: #AAAAAA;
+ border-width: 1px;
+ z-index:99;
+ visibility:hidden;
+ font-size:95%;
+}
+
+table.os-suggest-results {
+ font-size: 95%;
+ cursor: pointer;
+ border: 0;
+ border-collapse: collapse;
+ width: 100%;
+}
+
+td.os-suggest-result, td.os-suggest-result-hl {
+ white-space: nowrap;
+ background-color: white;
+ background-color: Window;
+ color: black;
+ color: WindowText;
+ padding: 2px;
+}
+td.os-suggest-result-hl,
+td.os-suggest-result-hl-webkit {
+ background-color: #4C59A6;
+ color: white;
+}
+td.os-suggest-result-hl {
+ /* System colors are misimplemented in Safari 3.0 and earlier,
+ making highlighted text illegible... */
+ background-color: Highlight;
+ color: HighlightText;
+}
+
+.os-suggest-toggle {
+ position: relative;
+ left: 1ex;
+ font-size: 65%;
+}
+.os-suggest-toggle-def {
+ position: absolute;
+ top: 0px;
+ left: 0px;
+ font-size: 65%;
+ visibility: hidden;
+}
+
+/* Page history styling */
+/* the auto-generated edit comments */
+.autocomment { color: gray; }
+#pagehistory .history-user {
+ margin-left: 0.4em;
+ margin-right: 0.2em;
+}
+#pagehistory span.minor { font-weight: bold; }
+#pagehistory li { border: 1px solid white; }
+#pagehistory li.selected {
+ background-color: #f9f9f9;
+ border: 1px dashed #aaa;
+}
+
+table.mw-listgrouprights-table {
+ border: 1px solid #ccc;
+ border-collapse: collapse;
+}
+
+table.mw-listgrouprights-table tr {
+ vertical-align: top;
+}
+
+table.mw-listgrouprights-table td, table.mw-listgrouprights-table th {
+ padding: 0.5em 0.2em 0.5em 0.2em;
+ border: 1px solid #ccc;
+}
+
+/* Special:SpecialPages styling */
+h4.mw-specialpagesgroup {
+ background-color: #dcdcdc;
+ padding: 2px;
+ margin: .3em 0em 0em 0em;
+}
+
+#shared-image-dup, #shared-image-conflict {
+ font-style: italic;
+}
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..e40e1c4
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,61 @@
+/*<pre><nowiki>*/
+
+ /************************/
+ /* CommonsTicker styles */
+ /************************/
+
+ /* Estilos para el CommonsTicker. Es cargado por MediaWiki:Common.css
+ Esta página DEBE ESTAR PROTEGIDA */
+
+ /* links */
+ .tickerDiffLink { } /* diff links in ticker */
+ .tickerMiscLink { } /* misc links in ticker */
+ /* remove list bullets */
+ .tickerList ul, .tickerList ul li { list-style: none; text-indent:-2em; margin-left:2em; text-align:left; }
+ .tickerList ul ul, .tickerList ul ul li { list-style: none; text-indent:0; margin-left:1.5em; text-align:left; }
+
+ /* per-type styles */
+ .tickerEntry_deleted { } /* entry for image deletion */
+ .tickerEntry_restored { } /* entry for restored image */
+ .tickerEntry_replaced { } /* entry for image replacement */
+ .tickerEntry_tagged { } /* entry for adding/removing problem tags */
+ .tickerEntry_redir { } /* entry for critical redirection (fot tag redirects) */
+ .tickerEntry_recat { } /* entry for critical re-categorization (for tag categories) */
+ .tickerEntry_notify { } /* entry for global notifications */
+ .tickerEntry_changed { } /* entry for generic change */
+
+ /* per-status styles */
+ .tickerStatus_done { text-decoration:line-through; } /* strike through when entry has been handeled */
+
+ /* per-action styles */
+ .tickerAction_deleted:before { content:" Eliminada "; color: #FF0000; font-family:monospace; font-weight:bold; font-size:80%; }
+ .tickerAction_restored:before { content:" Recuperada "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:80%; }
+ .tickerAction_deletedRev:before { content:" -Anterior "; color: #DDAAAA; font-family:monospace; font-weight:bold; font-size:80%; }
+ .tickerAction_replaced:before { content:" Reemplazada "; color: #CC88FF; font-family:monospace; font-weight:bold; font-size:100%; }
+ .tickerAction_replacedOwn:before { content:" UPDT "; color: #EEAAFF; font-family:monospace; font-weight:bold; font-size:100%; }
+ .tickerAction_addedBad:before { content:" +VfD "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
+ .tickerAction_removedBad:before { content:" -VfD "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
+ .tickerAction_addedGood:before { content:" +OK "; color: #00BB00; font-family:monospace; font-weight:bold; font-size:100%; }
+ .tickerAction_removedGood:before { content:" -OK "; color: #FF8800; font-family:monospace; font-weight:bold; font-size:100%; }
+
+ /* ticker usage list */
+ .tickerUsage { font-size:80%; }
+
+ /* entry applies to a template used by multiple images */
+ .tickerTemplateEntry { font-weight: bold; }
+
+ /* entry applies to sub-entries, i.e. images that use a specific template */
+ .tickerSubEntry { }
+
+ /* minor entry styles */
+ .tickerMinorEntry { color:#666; } /* minor entry */
+ .tickerMinorEntry a,
+ .tickerMinorEntry a:link,
+ .tickerMinorEntry a:visited { color:#669; }
+ #bodyContent .tickerMinorEntry a.extiw,
+ #bodyContent .tickerMinorEntry a.extiw:link,
+ #bodyContent .tickerMinorEntry a.extiw:visited { color:#669; }
+
+ .tachado { text-decoration:line-through; } /* Una forma fácil de escribirlo */
+
+/*</nowiki></pre>*/ \ No newline at end of file