-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
67 lines (57 loc) · 1.38 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
/*!
Theme Name: DocsPress
Theme URI: https://docs.vlthemes.me/
Author: VLThemes
Author URI: https://themeforest.net/user/vlthemes
Description: A Powerful WordPress Theme with Comprehensive Documentation, Knowledge Base, and Changelog Features.
Version: @@version
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: docspress
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
html {
overflow-y: scroll;
}
body {
margin: 0;
font-family: 'Arial' , sans-serif;
font-size: 14px;
color: #757575;
}
/* WordPress API Elements */
.wp-caption {
max-width: 100%;
margin: 1em 0;
font-size: 12px;
font-style: italic;
color: #98999c;
text-align: center;
}
.wp-caption p,
.wp-caption-text {
margin: 0;
margin-top: 5px;
}
.wp-caption-text,
.sticky,
.gallery-caption,
.bypostauthor,
.screen-reader-text {
visibility: visible;
}
.screen-reader-text {
display: none;
}
.aligncenter {
display: block;
margin: 30px auto;
}
.alignright {
float: right;
margin: 10px 0 10px 30px;
}
.alignleft {
float: left;
margin: 10px 30px 10px 0;
}