This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
editor-style.css
65 lines (62 loc) · 2.35 KB
/
editor-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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
/**
* Theme Name: Customizr
* Theme URI: http://www.themesandco.com/customizr
* Description: Enjoy designing a beautiful website live with the WP customizer : select skin, logo, social profiles, sliders, layout, home featured blocks, or even live css styling. The flat and fully responsive design can be used for small businesses, portfolios, blogs, corporate sites or landing pages. Built with valid HTML5 and CSS3 (from the Twitter Bootstrap), cross-browser tested, the theme is translation ready and available in 19 languages. Ready for WooCommerce, bbPress, qTranslate, the code is easily extensible with a comprehensive API of hooks.
* Version: 3.1.15
* Author: nikeo
* Author URI: http://www.themesandco.com/
* Tags: gray, white, light, blue, red, yellow, green, purple, orange, black, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fluid-layout, responsive-layout, custom-menu, custom-colors, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post, post-formats, rtl-language-support, editor-style
* Text Domain: customizr
* Copyright: (c) 2014 Nicolas GUILLAUME (nikeo), Nice, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/**
* The styleheets of Customizr are located in inc/css. Each skin has its own stylesheet : blue.css, green.css, ...
*
* IMPORTANT : If you write your CSS code below, it will be deleted when you'll update the theme.
* If you want to style the css of Customizr, you can either use the Custom CSS section in the customizer (which will not be lost on update) OR create a child theme (recommended if you do many customizations) and add your css code in the style.css file of it.
*/
html .mceContentBody {
max-width:640px;
}
/* Text elements */
ul {
list-style: square;
margin: 0 0 18px -18px;
}
ol {
list-style: decimal;
margin: 0 0 18px -18px;
}
strong {
font-weight: bold;
color: #000;
}
cite, em, i {
font-style: italic;
border:none;
}
big {
font-size: 131.25%;
}
blockquote {
font-style: italic;
padding: 0 3em;
margin-left: 0;
margin-right: 0;
}
a:link {
color:#494443;
}
a:active,
a:hover {
color: #f0a594;
}
h2{
font-family: 'IM Fell Great Primer', serif;
font-weight: 700;
font-style: italic;
font-size: 48px;
color: #f0a594;
}