Skip to content

Commit

Permalink
last changes for v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
hspencer committed Nov 17, 2014
1 parent 08337b6 commit 5624fcc
Show file tree
Hide file tree
Showing 9 changed files with 147 additions and 179 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
STAMPA v4.0.0
STAMPA v4.0.1
======

Fuente de íconos para ser usada por [Pyxis][4], el framework gráfico de la [Escuela de Arquitectura y Diseño PUCV][1].
Expand All @@ -18,3 +18,4 @@ Este proyecto está construido sobre los principios de:
- v3.0.1: Cambio nomenclatura
- v3.0.0: Se incorpora la variación de peso para Stampa llamada "Stampa Ligera". Esta variación está pensada para uso en textos de rotulados, en un mínimo de 21 px. En esta nueva versión del proyecto stampa, los íconos se vuelven líneales, disminuyendo de este modo el número total de glifos. Entre ambos pesos hay un total de 190 íconos diseñados, y agregando las variaciones de direccionamiento, este número sube 216 íconos.
- v4.0.0: La tipografía web pasa a ser una sola familia con distintos pesos distinguidos desde una clase, no desde el nombre del ícono
- v4.0.1: documentación más simple, estilos separados entre stampa y la presentación del repositorio
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ permalink: pretty
baseurl: "http://eadpucv.github.io/stampa"
project:
name: Stampa
version: 4.0.0
version: v4.0.1
5 changes: 3 additions & 2 deletions _includes/cabecera.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<header class='fondo-naranja-opuesto'>
<div class='wrap'>
<h1><i class="icn icn-stampa"></i> Stampa</h1>
<h3>Familia tipográfica de íconos para trabajar en conjunto con <a href='http://www.github.com/eadpucv/pyxis'>Pyxis</a>.
</h3>
<p>Familia tipográfica de íconos para trabajar en conjunto con <a href='http://www.github.com/eadpucv/pyxis'>Pyxis</a>.
<br><strong class='version'>Versión {{ site.version }}</strong>
</p>
</div>
</header>
5 changes: 3 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "stampa",
"version": "3.1.0",
"version": "4.0.1",
"main": "index.md",
"homepage": "https://github.com/eadpucv/stampa",
"authors": [
"Catalina Reyes <c.reyesnav@gmail.com>"
"Catalina Reyes <c.reyesnav@gmail.com>",
"Herbert Spencer <hspencer@ead.cl>"
],
"description": "Iconografía de la escuela de arquitectura y diseño PUCV",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Stampa
{% include cabecera.html %}
<div class='content'>

<h2 class="gris-oscuro">Stampa es una familia tipográfica de íconos diseñada para trabajar con Pyxis, el framework gráfico de la e[ad]. </h2>
<h2 class="gris-oscuro">Stampa es una familia tipográfica de íconos diseñada para trabajar con Pyxis, el framework gráfico de la e[ad].</h2>

<div class='centrado'>
<a class='btn' href='{{ site.baseurl}}/dist/stampa-webfont.zip'><i class='icn icn-light'>descargar</i> Stampa Webfont</a><a class='btn' href='{{ site.baseurl}}/dist/icons.zip'><i class='icn icn-light'>descargar</i> Íconos Stampa</a>
Expand Down
66 changes: 20 additions & 46 deletions less/basic.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ h1{
h2{
color: @color-stampa;
font-size: 31px;
font-weight: 500;
font-weight: 900;
color: rgba(69, 71, 71, 1);
clear: both;
margin-top: 70px;
Expand All @@ -48,12 +48,12 @@ h2{
h3{
color: @color-stampa;
font-size: 19px;
font-weight: 100;
font-weight: 900;
}

h4 {
font-size: 19px;
font-weight: 400;
font-weight: 900;
color: @color-stampa;
}

Expand All @@ -66,34 +66,21 @@ h5 {
margin-bottom: 105px;
}

p{
line-height: 140%;
}

a,ul,li{
text-decoration: none;
list-style: none;
}

h4 a:link{
font-weight: 400;
color:@color-stampa;
}

h4 a:visited{
color:@color-stampa;
}

h4 a:hover{
color:@color-stampa;
}

h4 a:active{
color:@color-stampa;
}

.content{
width: 75%;
margin: auto;
a{
&:link{
font-weight: 400;
color:@color-stampa;
}
&:visited{
Expand All @@ -113,6 +100,10 @@ h4 a:active{
margin: 0px auto;
}

.version{
font-size: 12px;
color: @color-blanco;
}

/* Header y footer */

Expand Down Expand Up @@ -214,34 +205,17 @@ table td span{
code{
display: inline-block;
font-family: @mono;
background-color: white;
white-space: pre;
background-color: fade(@color-negro, 70);
padding: .3ex 1ex;
color: rgba(69, 71, 71, 1);
border: solid rgba(226, 226, 226, 1) 1px;
.border-radius(4px);
color: @color-blanco;
text-shadow: -1px -1px 0 @color-negro;
.border-radius(6px);
font-size: 14px;
}

.gist{
margin: 0px 0px !important;
font-size: 11px !important;
}

.gist-file{
border: none !important;
}

.gist-meta{
border: 1px solid @color-gris;
padding: 12px !important;

}

.gist-data{
padding: 15px !important;
border: 1px solid @color-gris;
background-color: @color-blanco;
border-bottom: none !important;
&.bloque{
padding: .5em 1em;
width: 100%
}
}


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Stampa",
"title": "Stampa",
"description": "íconos de la escuela e[ad]",
"version": "4.0.0",
"version": "4.0.1",
"homepage": "http://eadpucv.github.io/stampa/",
"author": {
"name": "Varios",
Expand Down
Loading

0 comments on commit 5624fcc

Please sign in to comment.