-
Notifications
You must be signed in to change notification settings - Fork 20
/
style.css
69 lines (67 loc) · 2.11 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
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
66
67
68
69
/**
* Theme Name: FavePersonal
* Theme URI: http://crowdfavorite.com/favepersonal/
* Description: A personal and customizable theme perfect for your personal site. Customizable colors from COLOURlovers, social network integrations, baked-in mobile and tablet device support, unique post format display styles and much more.
* Version: 1.5
* Author: Crowd Favorite
* Author URI: http://crowdfavorite.com/
* License: GNU General Public License
* License URI: http://wordpress.org/about/gpl/
* Tags: one-column, two-columns, three-columns, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, post-formats, theme-options, threaded-comments, translation-ready
*
* @package favepersonal
*
* This file is part of the FavePersonal for WordPress
* http://crowdfavorite.com/favepersonal/
*
* Copyright (c) 2011-2013 Crowd Favorite, Ltd. All rights reserved.
* http://crowdfavorite.com
*
* **********************************************************************
* This program is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
* **********************************************************************
*
* NOTE - This file is not used: it's only here because WordPress expects it to be in a theme.
* The actual CSS is in the assets directory.
*/
/* including for compatibility */
.alignleft {
float:left;
margin-right:1em;
margin-bottom:1em;
}
.alignright {
float:right;
margin-left:1em;
margin-bottom:1em;
}
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}