blob: b89338093d112921906566a78dfbbed24a8979c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/*
Theme Name: Lidra
Theme URI: https://conocimientoslibres.tuxfamily.org
Author: Jesús Eduardo
Author URI: https://conocimientoslibres.tuxfamily.org
Description: Tema escrito en PHP, HTML5, Bootstrap 3, CSS3 y JS, para un mundo Libre y compatible con LibreJS de GNU.
Version: 1.0
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: Lidra
Domain Path: /languages
*/
@import url('./css/bootstrap.css');
@import url('./css/libresocial.css');
@import url('./css/tipografia.css');
@import url('./css/estilos.css');
|