<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>https://www.bioeticawiki.com/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMobile.css</id>
	<title>MediaWiki:Mobile.css - Historial de revisiones</title>
	<link rel="self" type="application/atom+xml" href="https://www.bioeticawiki.com/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AMobile.css"/>
	<link rel="alternate" type="text/html" href="https://www.bioeticawiki.com/w/index.php?title=MediaWiki:Mobile.css&amp;action=history"/>
	<updated>2026-04-29T15:53:37Z</updated>
	<subtitle>Historial de revisiones de esta página en la wiki</subtitle>
	<generator>MediaWiki 1.37.0</generator>
	<entry>
		<id>https://www.bioeticawiki.com/w/index.php?title=MediaWiki:Mobile.css&amp;diff=103583&amp;oldid=prev</id>
		<title>Sysadmin: Página creada con «/* CSS colocados aquí afectará a los usuarios del sitio móvil */  /* Oculta título y categorías en la Portada */ body.page-Portada h1.firstHeading, body.page-Portada #…»</title>
		<link rel="alternate" type="text/html" href="https://www.bioeticawiki.com/w/index.php?title=MediaWiki:Mobile.css&amp;diff=103583&amp;oldid=prev"/>
		<updated>2020-02-03T18:30:43Z</updated>

		<summary type="html">&lt;p&gt;Página creada con «&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;CSS colocados aquí afectará a los usuarios del sitio móvil: &lt;/span&gt;  &lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Oculta título y categorías en la Portada: &lt;/span&gt; body.page-Portada h1.firstHeading, body.page-Portada #…»&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;/* CSS colocados aquí afectará a los usuarios del sitio móvil */&lt;br /&gt;
&lt;br /&gt;
/* Oculta título y categorías en la Portada */&lt;br /&gt;
body.page-Portada h1.firstHeading, body.page-Portada #catlinks { display:none; }&lt;br /&gt;
&lt;br /&gt;
/* Oculta fecha de última modificacion en pie de páginas */&lt;br /&gt;
/*&lt;br /&gt;
#lastmod {&lt;br /&gt;
    display:none;&lt;br /&gt;
}&lt;br /&gt;
*/&lt;br /&gt;
&lt;br /&gt;
/* BEGIN Main Page carousel code */&lt;br /&gt;
&lt;br /&gt;
.mf-mobile-only {&lt;br /&gt;
    display: none;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.banner-image {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
    max-width: 1125px; &lt;br /&gt;
    height: auto;&lt;br /&gt;
    margin-bottom: .6em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-image img {&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: auto;&lt;br /&gt;
    width: auto\9;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    z-index: 2;&lt;br /&gt;
    margin-top: 0.3em;&lt;br /&gt;
    /* color: black; */&lt;br /&gt;
    width: 50%;&lt;br /&gt;
    min-width: 20em;&lt;br /&gt;
    /* text-shadow: grey 0.1em 0.1em 0.3em, grey -0.05em -0.05em 0.5em; */&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box-wide {&lt;br /&gt;
    width: 80%&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box-left {&lt;br /&gt;
    left: 5%;&lt;br /&gt;
    text-align: left;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box-right {&lt;br /&gt;
    right: 5%;&lt;br /&gt;
    text-align: right;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box-welcome {&lt;br /&gt;
    left: 1em;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    width: 40%;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box a {&lt;br /&gt;
    /* color: black !important; */&lt;br /&gt;
    font-weight: bold;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box .name {&lt;br /&gt;
    font-size: 2em;&lt;br /&gt;
    white-space: nowrap;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box .type {&lt;br /&gt;
    font-size: 1.2em;&lt;br /&gt;
    line-height: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box .stats {&lt;br /&gt;
    font-size: 1em;&lt;br /&gt;
    margin-top: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box .quote {&lt;br /&gt;
    font-size: 100%;&lt;br /&gt;
    line-height: 1.2em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box .welcome a {&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box .welcome {&lt;br /&gt;
    font-size: 2.1em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box .nav-tip {&lt;br /&gt;
    font-size: 1.5em;&lt;br /&gt;
    margin-top: 1.5em;&lt;br /&gt;
    margin-bottom: 1.5em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box .welcome-map-nav {&lt;br /&gt;
    font-size: 1.25em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box ul {&lt;br /&gt;
    font-size: 1.25em;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box ul li {&lt;br /&gt;
    display: inline;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box ul li:before {&lt;br /&gt;
    content: &amp;quot; • &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.banner-box ul li:nth-of-type(1):before {&lt;br /&gt;
    content: &amp;quot; &amp;quot;;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
.jcarousel {&lt;br /&gt;
    position: relative;&lt;br /&gt;
    overflow: hidden;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-wrapper {&lt;br /&gt;
	max-width: 1125px;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    position: relative;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel .jcarousel-list {&lt;br /&gt;
    width: 20000em;&lt;br /&gt;
    position: relative;&lt;br /&gt;
    margin: 0;&lt;br /&gt;
    padding: 0;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel .jcarousel-item {&lt;br /&gt;
    float: left;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-item img {&lt;br /&gt;
    display: block;&lt;br /&gt;
    max-width: 100%;&lt;br /&gt;
    height: auto !important;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-control-prev,&lt;br /&gt;
.jcarousel-control-next {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    top: 45%;&lt;br /&gt;
    width: 30px;&lt;br /&gt;
    height: 30px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    background: #fff;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    text-shadow: 0 0 1px #000;&lt;br /&gt;
    font: 24px/27px Arial, sans-serif;&lt;br /&gt;
    -webkit-border-radius: 30px;&lt;br /&gt;
       -moz-border-radius: 30px;&lt;br /&gt;
            border-radius: 30px;&lt;br /&gt;
    -webkit-box-shadow: 0 0 2px #999;&lt;br /&gt;
       -moz-box-shadow: 0 0 2px #999;&lt;br /&gt;
            box-shadow: 0 0 2px #999;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-control-prev {&lt;br /&gt;
    left: -15px;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-control-next {&lt;br /&gt;
    right: -15px;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-control-prev:hover span,&lt;br /&gt;
.jcarousel-control-next:hover span {&lt;br /&gt;
    display: block;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-control-prev.inactive,&lt;br /&gt;
.jcarousel-control-next.inactive {&lt;br /&gt;
    opacity: .5;&lt;br /&gt;
    cursor: default;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-pagination {&lt;br /&gt;
    position: absolute;&lt;br /&gt;
    bottom: 10px;&lt;br /&gt;
    left: 15px;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-pagination a {&lt;br /&gt;
    text-decoration: none;&lt;br /&gt;
    display: inline-block;&lt;br /&gt;
    font-size: 11px;&lt;br /&gt;
    line-height: 14px;&lt;br /&gt;
    min-width: 14px;&lt;br /&gt;
    background: #fff;&lt;br /&gt;
    color: #4E443C;&lt;br /&gt;
    border-radius: 14px;&lt;br /&gt;
    padding: 3px;&lt;br /&gt;
    text-align: center;&lt;br /&gt;
    margin-right: 2px;&lt;br /&gt;
    opacity: .75;&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
.jcarousel-pagination a.active {&lt;br /&gt;
    background: #4E443C;&lt;br /&gt;
    color: #fff;&lt;br /&gt;
    opacity: 1;&lt;br /&gt;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75);&lt;br /&gt;
}&lt;br /&gt;
 &lt;br /&gt;
/* END Main Page carousel code */&lt;br /&gt;
&lt;br /&gt;
/**&lt;br /&gt;
 * Styling for links generated by [[MediaWiki:Edittools]]&lt;br /&gt;
 * @source https://www.mediawiki.org/wiki/Extension:CharInsert#Styling&lt;br /&gt;
 * @updated 2012-02-29&lt;br /&gt;
 */&lt;br /&gt;
.mw-charinsert-buttons {&lt;br /&gt;
	margin-top: 10px;&lt;br /&gt;
	border: 1px solid #aaaaaa;&lt;br /&gt;
	padding: 1px;&lt;br /&gt;
	text-align: center;&lt;br /&gt;
	font-size: 110%;&lt;br /&gt;
}&lt;br /&gt;
.mw-charinsert-buttons a {&lt;br /&gt;
	color: black;&lt;br /&gt;
	background-color: #cde !important;&lt;br /&gt;
	font-weight: bold;&lt;br /&gt;
	font-size: .9em;&lt;br /&gt;
	text-decoration: none;&lt;br /&gt;
	border: thin #069 outset;&lt;br /&gt;
	padding: 0 .1em .1em;&lt;br /&gt;
}&lt;br /&gt;
.mw-charinsert-buttons a:hover,&lt;br /&gt;
.mw-charinsert-buttons a:active {&lt;br /&gt;
	background-color: #bcd;&lt;br /&gt;
	border-style: inset;&lt;br /&gt;
}&lt;br /&gt;
.client-js .mw-edittools-section {&lt;br /&gt;
	display: inline;&lt;br /&gt;
}&lt;br /&gt;
.client-js .mw-edittools-section input[type=&amp;quot;button&amp;quot;] {&lt;br /&gt;
	font-size: 0.9em;&lt;br /&gt;
	padding-left: 1px;&lt;br /&gt;
	padding-right: 1px;&lt;br /&gt;
	margin-left: 1px;&lt;/div&gt;</summary>
		<author><name>Sysadmin</name></author>
	</entry>
</feed>