This repository has been archived by the owner on Jul 15, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
59 lines (48 loc) · 1.49 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
/*
Theme Name: Cornerstone, for WordPress
Theme URI: http://www.thewirelessguy.co.uk
Description: A Responsive Starter Theme
Author: Stephen Mullen
Author URI: http://www.thewirelessguy.co.uk
Version: 1.0
License: MIT License
License URI: http://www.opensource.org/licenses/mit-license.php
*/
@import url("css/foundation.min.css");
/* --------------------------------------------------
Table of Contents
-----------------------------------------------------
:: Images
:: Posts
:: Typography
:: Shared Styles
:: Page Name 1
:: Page Name 2
*/
/* -----------------------------------------
Images
----------------------------------------- */
.widget img {
max-width: 97.5%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"] {
height: auto; /* Make sure images with WordPress-added height and width >attributes are scaled correctly */
}
img.size-full {
max-width: 97.5%;
width: auto; /* Prevent stretching of full-size images with height and >>width attributes in IE8 */
}
.wp-caption { max-width: 100%; }
/* -----------------------------------------
Posts
----------------------------------------- */
.author-box h5 {margin-top:0px;}
.author-box .author_gravatar {margin-right:10px;}
.author-box p {font-size:14px; font-size:1.4rem;}
article .th {margin-bottom:10px; margin-bottom:1rem;}
.alignleft {float:left;}
.alignright {float:right;}
/* -----------------------------------------
Typography
----------------------------------------- */