Skip to content

Commit

Permalink
Merge branch 'master' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
hspencer committed Mar 24, 2014
2 parents 4759600 + 308336c commit be66e55
Show file tree
Hide file tree
Showing 9 changed files with 403 additions and 557 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.PHONY: less

less:
lessc less/stampa.less css/stampa.css --clean-css

css: less
17 changes: 16 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,16 @@
===================
STAMPA
======

###v1.0.0###

Fuente de íconos para ser usada por [Pyxis][4], el framework gráfico de la [Escuela de Arquitectura y Diseño PUCV][1].

Este proyecto está construido sobre los principios de:
- [Fontawesome][2]
- [LESS][3]


[1]: http://www.ead.pucv.cl/
[2]: http://fortawesome.github.io/Font-Awesome/
[3]: http://lesscss.org/
[4]: http://github.com/eadpucv/pyxis
1 change: 0 additions & 1 deletion css/eadiconos.css

This file was deleted.

5 changes: 0 additions & 5 deletions css/lgg.css

This file was deleted.

66 changes: 66 additions & 0 deletions css/simple.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,66 @@
/**
*
* Simple CSS para STAMPA
*
*/



body{
background-color: #374031;
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
max-width: 740px;
font-weight: 200;
font-size: 22px;
width: 90%;
margin: 100px auto;
color: rgba(255, 255, 255, .5);
}

a{
color: white;
text-decoration: none;
}

h1{
display: inline-block;
color: #8ea57e;
font-weight: 100;
font-size: 100px;
margin: 0;
}

table{
background-color: rgba(255, 255, 255, .8);
width: 100%;
font-size: 16px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}

table th{
text-align: left;
color: #374031;
}
table th,
table td{
padding: 20px;
}
table td span{
color: black;
}
code{
display: inline-block;
font-family: Menlo, Monaco, monospace;
background-color: white;
padding: .3ex 1ex;
color: #374031;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.github-btn{

}
1 change: 1 addition & 0 deletions css/stampa.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

157 changes: 0 additions & 157 deletions css/style.css

This file was deleted.

Loading

0 comments on commit be66e55

Please sign in to comment.