-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
executable file
·33 lines (29 loc) · 965 Bytes
/
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
/*
Theme Name: The Erudite
Theme URI: http://somadesign.ca/projects/the-erudite
Description: A theme for writers who want readers, not visitors, traffic, click-throughs, CPMs or what-have-you. Carefully crafted typography and generous use of whitespace lets your writing shine.
Version: 3.2
Author: Matt Wiebe
Author URI: http://somadesign.ca/
Tags: white, dark, one-column, fixed-width, theme-options, editor-style, translation-ready, custom-menu
License: GPL v2
License URI: http://www.opensource.org/licenses/gpl-2.0.php
*/
/* File here for WP identification purposes only. This CSS file is not loaded by the theme at all. See css directory for theme CSS */
/*
These classes are useless, but necessary for submission to
the wordpress.org themes directory.
*/
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.alignleft {
float: left;
}
.alignright {
float: right;
}
.sticky {}
.gallery-caption {}