diff options
author | Heckyel <heckyel@openmailbox.org> | 2017-02-20 19:28:35 -0500 |
---|---|---|
committer | Heckyel <heckyel@openmailbox.org> | 2017-02-20 19:28:35 -0500 |
commit | 7f5cb4effd041e1c86aa3e4847bac78e0498389d (patch) | |
tree | 9c482cd674f48dc2a4dd9ba80dc21ffa183bfeb5 /style.css | |
download | lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.lz lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.tar.xz lidra-theme-7f5cb4effd041e1c86aa3e4847bac78e0498389d.zip |
primera versión
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/style.css b/style.css new file mode 100644 index 0000000..f4e41be --- /dev/null +++ b/style.css @@ -0,0 +1,16 @@ +/* +Theme Name: Lidra +Theme URI: https://conocimientoslibres.tuxfamily.org +Author: Jesús Eduardo +Author URI: https://conocimientoslibres.tuxfamily.org +Description: Tema escrito en HTML5, Bootstrap 3, CSS3 y JS, para un mundo Libre y compatible con LibreJS de GNU. +Version: 0.0.1 +License: GPLv3 or later +License URI: http://www.gnu.org/licenses/gpl-3.0.html +Tags: libre, tema, librejs, html5, wordpress, responsive desing +Text Domain: libre +*/ +@import url('./css/bootstrap.css'); +@import url('./css/libresocial.css'); +@import url('./css/tipografia.css'); +@import url('./css/estilos.css'); |