|
1 /* |
|
2 THEME NAME: Thematic |
|
3 THEME URI: http://themeshaper.com/thematic/ |
|
4 DESCRIPTION: The ultimate in SEO-ready themes, Thematic is a highly extensible, WordPress Theme Framework featuring 13 widget-ready areas, drop-down menus, grid-based layout samples, plugin integration, shortcodes for your footer, & a whole lot more. Perfect for any blog and <strong><em>the</em></strong> starting point for theme development. |
|
5 VERSION: 0.9.6.2 |
|
6 AUTHOR: Ian Stewart |
|
7 AUTHOR URI: http://themeshaper.com/ |
|
8 TAGS: white, three-columns, two-columns, fixed-width, theme-options, left-sidebar, right-sidebar, threaded-comments, sticky-post, microformats |
|
9 . |
|
10 The Thematic Theme is copyright Ian Stewart http://themeshaper.com/ |
|
11 This work, like WordPress, is released under GNU General Public License, version 2 (GPL). |
|
12 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html |
|
13 . |
|
14 */ |
|
15 |
|
16 /* Reset browser defaults */ |
|
17 @import url('library/styles/reset.css'); |
|
18 |
|
19 /* Apply basic typography styles */ |
|
20 @import url('library/styles/typography.css'); |
|
21 |
|
22 /* Apply a basic layout */ |
|
23 @import url('library/layouts/2c-r-fixed.css'); |
|
24 |
|
25 /* Apply basic image styles */ |
|
26 @import url('library/styles/images.css'); |
|
27 |
|
28 /* Apply default theme styles and colors */ |
|
29 @import url('library/styles/default.css'); |
|
30 |
|
31 /* Prepare theme for plugins */ |
|
32 @import url('library/styles/plugins.css'); |
|
33 |
|
34 /* -------------------------------------------------------------- |
|
35 |
|
36 Default styles for Images |
|
37 |
|
38 I've duplicated these styles here from images.css in |
|
39 order to get Thematic through the auto-checker at the |
|
40 official WordPress Themes directory. |
|
41 |
|
42 When the directory can hunt though css files linked |
|
43 through @import the styles below will no longer be |
|
44 neccesary and will be removed. |
|
45 |
|
46 Cheers. --Ian Stewart |
|
47 |
|
48 -------------------------------------------------------------- */ |
|
49 |
|
50 .entry-content img { |
|
51 margin: 0 0 18px 0; |
|
52 max-width:100%; |
|
53 } |
|
54 .alignleft, |
|
55 img.alignleft { |
|
56 float: left; |
|
57 margin-right:20px; |
|
58 } |
|
59 .alignright, |
|
60 img.alignright { |
|
61 display: block; |
|
62 float: right; |
|
63 margin-left:20px; |
|
64 } |
|
65 .aligncenter, |
|
66 img.aligncenter { |
|
67 margin-left:auto; |
|
68 margin-right:auto; |
|
69 display: block; |
|
70 clear: both; |
|
71 } |
|
72 .wp-caption { |
|
73 text-align: center; |
|
74 margin-bottom:18px; |
|
75 } |
|
76 .wp-caption img { |
|
77 margin: 0; |
|
78 padding: 0; |
|
79 border: 0 none; |
|
80 } |
|
81 .wp-caption p.wp-caption-text { |
|
82 margin: 0; |
|
83 padding:5px; |
|
84 } |
|
85 .gallery img { |
|
86 margin:0; |
|
87 } |
|
88 .wp-smiley { /* Prevent the smileys from breaking line-height */ |
|
89 max-height:12px; |
|
90 margin:0 !important; |
|
91 } |