-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
131 lines (110 loc) · 2.99 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
@charset "utf-8";
/*
Theme Name: Groundworker
Description: This is a tard project that brings you Blankslate and GroundworkCSS 2, Enjoy!
Author: Matrixfox
Author URI: http://matrixfox.com/
Version: 1
Tags: white, light, fluid-width, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
*/
/*
* Main Stylesheet
*
*/
body {
word-wrap: break-word; }
code {
white-space: normal; }
#sidebar ul {
margin: 0; }
#sidebar li {
list-style: none; }
#searchsubmit {
margin: 10px 0 10px 0;
width: 100%; }
/*
* Responsive images
*
* Fluid images for posts, comments, and widgets
*/
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
max-width: 100%; }
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
height: auto; }
img.size-full,
img.size-large,
img.wp-post-image {
height: auto;
max-width: 100%; }
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
max-width: 100%; }
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
max-width: 100% !important; }
/* Images */
.alignleft {
float: left; }
.alignright {
float: right; }
.aligncenter {
display: block;
margin-left: auto;
margin-right: auto; }
img.alignleft {
margin: 5px 20px 5px 0; }
.wp-caption.alignleft {
margin: 5px 10px 5px 0; }
img.alignright {
margin: 5px 0 5px 20px; }
.wp-caption.alignright {
margin: 5px 0 5px 10px; }
img.aligncenter {
margin: 5px auto; }
img.alignnone {
margin: 5px 0; }
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
color: #220e10;
font-size: 18px;
font-style: italic;
font-weight: 300; }
img.wp-smiley,
.rsswidget img {
border: 0;
border-radius: 0;
box-shadow: none;
margin-bottom: 0;
margin-top: 0;
padding: 0; }
.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
list-style-position: inside; }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: portrait) {
body {
background-color: green; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
body {
background-color: red; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
body {
background-color: purple; } }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
body {
background-color: blue; } }