Disminución de tamaño del controlador; adición de controlador a los index

This commit is contained in:
Nika Zhenya 2019-03-21 09:17:16 -06:00
parent f7dd9c2cef
commit c5ca52eeed
5 changed files with 23 additions and 11 deletions

View File

@ -11,6 +11,7 @@
<link rel="alternate" type="application/rss+xml" href="https://perrotuerto.blog/feed/" title="Publishing is Coding: Change My Mind">
<link type="text/css" rel="stylesheet" href="../../../css/styles.css">
<link type="text/css" rel="stylesheet" href="../../../css/extra.css">
<script type="application/javascript" src="../../../js/functions.js"></script>
</head>
<body>
<header>
@ -25,15 +26,20 @@
</p>
</nav>
</header>
<div id="controllers">
<a onclick="zoom(true)">+</a>
<a onclick="zoom(false)"></a>
<a onclick="mode(this)">N</a>
</div>
<section>
<div class="post">
<p><a href="001_free-publishing.html">1. From publishing with free software to free publishing</a></p>
<p>[2019/03/20, 15:15]</p>
<p>[2019/03/21, 09:09]</p>
</div>
</section>
<footer>
<p class="left no-indent">All content is under <a href="../../../content/html/en/_fork.html">Open and Free Publishing License (<span class="smallcap">LEAL</span>)</a>.</p>
<p class="left no-indent">Last build of this page: 2019/03/20, 15:32.</p>
<p class="left no-indent">Last build of this page: 2019/03/21, 09:16.</p>
<p class="left no-indent"><span class="smallcap"><a target="_blank" href="https://perrotuerto.blog/feed/en/rss.xml">RSS</a></span> | <a href="../../../content/html/en/index.html"><span class="versalita">EN</span></a> | <a href="../../../content/html/es/index.html"><span class="versalita">ES</span></a></p>
</footer>
</body>

View File

@ -11,6 +11,7 @@
<link rel="alternate" type="application/rss+xml" href="https://perrotuerto.blog/feed/" title="Publishing is Coding: Change My Mind">
<link type="text/css" rel="stylesheet" href="../../../css/styles.css">
<link type="text/css" rel="stylesheet" href="../../../css/extra.css">
<script type="application/javascript" src="../../../js/functions.js"></script>
</head>
<body>
<header>
@ -25,15 +26,20 @@
</p>
</nav>
</header>
<div id="controllers">
<a onclick="zoom(true)">+</a>
<a onclick="zoom(false)"></a>
<a onclick="mode(this)">N</a>
</div>
<section>
<div class="post">
<p><a href="001_free-publishing.html">1. De la edición con <i>software</i> libre a la edición libre</a></p>
<p>[2019/03/20, 15:15]</p>
<p>[2019/03/21, 09:09]</p>
</div>
</section>
<footer>
<p class="left no-indent">Todo el contenido está bajo <a href="../../../content/html/es/_fork.html">Licencia Editorial Abierta y Libre (<span class="smallcap">LEAL</span>)</a>.</p>
<p class="left no-indent">Última modificación de esta página: 2019/03/20, 15:32.</p>
<p class="left no-indent">Última modificación de esta página: 2019/03/21, 09:16.</p>
<p class="left no-indent"><span class="smallcap"><a target="_blank" href="https://perrotuerto.blog/feed/es/rss.xml">RSS</a></span> | <a href="../../../content/html/en/index.html"><span class="versalita">EN</span></a> | <a href="../../../content/html/es/index.html"><span class="versalita">ES</span></a></p>
</footer>
</body>

View File

@ -16,8 +16,8 @@ header p {font-size: 0.85em;}
div#controllers {
position: fixed;
right: 1.5em;
bottom: 4.5em;
right: .75em;
bottom: 2.25em;
width: 1.5em;
height: 4.5em;
clear: both;
@ -28,7 +28,7 @@ div#controllers * {
width: 1.5em;
height: 1.5em;
text-align: center;
font-size: 2em;
font-size: 1.5em;
cursor: pointer;
color: white;
background: rgb(229,87,44);

View File

@ -7,7 +7,7 @@
<description>Blog about free culture, free software and free publishing.</description>
<language>en</language>
<managingEditor>hi@perrotuerto.blog (Nika Zhenya)</managingEditor>
<lastBuildDate>Wed, 20 Mar 2019 15:32:00 -0600</lastBuildDate>
<lastBuildDate>Thu, 21 Mar 2019 09:16:00 -0600</lastBuildDate>
<image>
<title>Publishing is Coding: Change My Mind</title>
<url>https://perrotuerto.blog/icon.png</url>
@ -16,7 +16,7 @@
<item>
<title>1. From publishing with free software to free publishing</title>
<link>https://perrotuerto.blog/content/html/en/001_free-publishing.html</link>
<pubDate>Wed, 20 Mar 2019 15:15:00 -0600</pubDate>
<pubDate>Thu, 21 Mar 2019 09:09:00 -0600</pubDate>
<guid isPermaLink="false">guid1</guid>
</item>
</channel>

View File

@ -7,7 +7,7 @@
<description>Blog about free culture, free software and free publishing.</description>
<language>es</language>
<managingEditor>hi@perrotuerto.blog (Nika Zhenya)</managingEditor>
<lastBuildDate>Wed, 20 Mar 2019 15:32:00 -0600</lastBuildDate>
<lastBuildDate>Thu, 21 Mar 2019 09:16:00 -0600</lastBuildDate>
<image>
<title>Publishing is Coding: Change My Mind</title>
<url>https://perrotuerto.blog/icon.png</url>
@ -16,7 +16,7 @@
<item>
<title>1. De la edición con <i>software</i> libre a la edición libre</title>
<link>https://perrotuerto.blog/content/html/es/001_free-publishing.html</link>
<pubDate>Wed, 20 Mar 2019 15:15:00 -0600</pubDate>
<pubDate>Thu, 21 Mar 2019 09:09:00 -0600</pubDate>
<guid isPermaLink="false">guid1</guid>
</item>
</channel>