-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
19 lines (17 loc) · 1.19 KB
/
style.css
File metadata and controls
19 lines (17 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
Theme Name: WPstarter
Theme URI: https: //github.com/Nodws/WPstarter
Description: Bootstrap 4 Starter Theme
Author: Newemage
Author URI: http://newemage.com
Version: 1.4.1
License: MIT License
License URI: http://opensource.org/licenses/MIT
*/
/*
DO NOT put your CSS in here - put it in 'wpst.css'.
*/
/* CSS Resets */ body, html { font-family: sans-serif; height: 100% } html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; outline:none } :active,:focus{ box-shadow:none }
/* Required WP rules */.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {max-width: 100%; height: auto }
.alignnone {margin: 5px 20px 20px 0; } .aligncenter, div.aligncenter {display: block; margin: 5px auto 5px auto; } .alignright {float:right; margin: 5px 0 20px 20px; } .alignleft {float: left; margin: 5px 20px 20px 0; } a img.alignright {float: right; margin: 5px 0 20px 20px; } a img.alignnone {margin: 5px 20px 20px 0; } a img.alignleft {float: left; margin: 5px 20px 20px 0; } a img.aligncenter {display: block; margin-left: auto; margin-right: auto; }
img { max-width: 100%; height: auto } .full-width { width: 100vw; position: relative; left: calc(-1 * (100vw - 100%) / 2);}