equal
deleted
inserted
replaced
|
1 /* |
|
2 Theme Name: Atahualpa |
|
3 Theme URI: http://wordpress.bytesforall.com/ |
|
4 Description: Atahualpa is a very customizable and browser-safe (incl. IE6) theme: Choose between fixed or flexible width layout, with min/max width, set between 0 and 4 sidebars on a per-page basis, create custom widget areas, import and export styles (several styles included), choose colors with pickers, adjust over 200 options. Atahualpa is one of the most downloaded WordPress themes and maintained since 2007. Active community at forum.bytesforall.com. |
|
5 Version: 3.7.24 |
|
6 Author: BytesForAll |
|
7 Author URI: http://forum.bytesforall.com/ |
|
8 Tags: left-sidebar, right-sidebar, fluid-layout, fixed-layout, one-column, two-columns, three-columns, four-columns, white, custom-colors, custom-header, theme-options, threaded-comments, sticky-post, translation-ready |
|
9 License: GNU General Public License v2.0 |
|
10 License URI: http://www.gnu.org/licenses/gpl-2.0.html |
|
11 */ |
|
12 |
|
13 .aligncenter { |
|
14 display: block; |
|
15 margin-left: auto; |
|
16 margin-right: auto; |
|
17 } |
|
18 |
|
19 .alignleft { |
|
20 float: left; |
|
21 } |
|
22 |
|
23 .alignright { |
|
24 float: right; |
|
25 } |
|
26 |
|
27 .wp-caption { |
|
28 background: #f1f1f1; |
|
29 line-height: 18px; |
|
30 margin-bottom: 20px; |
|
31 padding: 4px; |
|
32 text-align: center; |
|
33 } |
|
34 |
|
35 .wp-caption-text { |
|
36 color: #888; |
|
37 font-size: 12px; |
|
38 margin: 5px; |
|
39 } |
|
40 |
|
41 .gallery-caption { |
|
42 color: #888; |
|
43 font-size: 12px; |
|
44 margin: 0 0 12px; |
|
45 } |
|
46 |
|
47 .sticky { |
|
48 font-weight: normal; |
|
49 } |
|
50 |
|
51 .bypostauthor { |
|
52 font-weight: normal; |
|
53 } |