forked from CaffineJunkie/octopress-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
33 lines (31 loc) · 755 Bytes
/
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
/*
Theme Name: Octopress
Theme URI: https://github.com/wuwx/wordpress-theme-octopress
Description: Octopress theme for WordPress
Author: wuwx
Version: 2.0
License: GNU General Public License
Tags: one-column, two-columns, fixed-width, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/
@import "stylesheets/screen.css";
@import "stylesheets/comments.css";
@media only screen and (max-width: 750px) {
header[role="banner"] {
display: none;
}
nav[role="navigation"] {
display: none;
}
article .meta {
display: none;
}
article .entry-title {
font-size: 1.5em;
}
aside.sidebar {
display: none;
}
footer[role="contentinfo"] {
display: none;
}
}