All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docbook.wysiwygdocbook1.01.l10n.es.css Maven / Gradle / Ivy

There is a newer version: 9.11.1
Show newest version
@charset "utf-8";
/*
 * l10n/es.css
 *
 * Copyright (c) 2004 David Holroyd, and contributors
 * Copyright (c) 2005 Michael Thiele, and contributors
 * See the file 'COPYING' for terms of use
 *
 * Part of wysiwygDocBook 1.0, a developed DocBook CSS stylesheet based on version 0.4 from
 *   http://www.badgers-in-foil.co.uk/projects/docbook-css/
 * 
 * This file contains language specific formatting for documents written in Spanish using
 * localisation ('l10n').
 */

/* language specific customization for Q&A sets */
question:lang(es):before {
	content: "P: ";
}
answer:lang(es):before {
	content: "R: ";
}

/* language specific customization for examples */
example > title:lang(es):before {
	content: "Ejemplo: ";
}

/* language specific customization for admonitions */
warning:lang(es):before {
	content: "Aviso: ";
}
caution:lang(es):before {
	content: "Atención: ";
}
important:lang(es):before {
	content: "Importante: ";
}
tip:lang(es):before {
	content: "Consejo: ";
}
note:lang(es):before {
	content: "Nota: ";
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy