-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
38 lines (31 loc) · 1.43 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
/**
* Theme Name: Erric Live Wire
* Theme URI: http://foxnet.fi
* Description: A child theme of Live Wire for Eric Gunawan in Blue
* Version: 1.1
* Author: erricgunawan
* Author URI: http://erricgunawan.com
* Tags: post-formats, sticky-post, theme-options, threaded-comments, translation-ready, one-column, two-columns, flexible-width, left-sidebar, right-sidebar, custom-background, featured-images, blue, white
* License: GNU General Public License v2.0
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Template: live-wire
*/
/* Importing the parent theme stylesheet. */
@import url( '../live-wire/style.css' );
/**
* Note: If you want to use media queries in child theme and support them in browsers like IE7 and IE8,
* you should copy and paste parent theme style.css in here and remove line @import url( '../live-wire/style.css' );
* Remember also change all url instances in fonts and backgound like this.
* src: url('../live-wire/fonts/league_gothic-webfont.eot');
* background: url(../live-wire/images/menu-plus.png) no-repeat 0 0;
*************************/
/********************************************************************************************************/
/*@import url( 'purple.css' );*/
body {
/*font: 90%/2 'Istok Web', sans-serif;*/
font: 90%/2 'Ubuntu', sans-serif;
}
.entry-content {
text-align: justify;
}
/********************************************************************************************************/