Thu, 2019-08-29 17:49
Hi, I read a lot of blogs so I have a Stylus to transform all the blogs in reader view.
I want all the blogs stay in the center, please help.
The code is:
body, html, :not([style*="background-color:"]) {background-image: none !important; background-color: #17191a !important; /*background-color: #1f2024 !important;*/ text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important;} body, html, :not([style*="color:"]) {color: #d8d8d8 !important;} .region-inner, .article-content>div, .column-center-inner, .columns, .columns-inner, .container, .content, .content-inner, .date-outer, .entry-content, .main.section, .main-inner, .MsoNormal>span, .post, .post-body, .simple-container, .small > p, .uncustomized-post-template.hentry.post, #Blog1, #main-wrapper, #body {background-image: none !important; background-size: 100% !important; color: #d8d8d8 !important; font-size: 32px !important; font-family:Lato, FontAwesome, IcoMoon, Flaticon, Dashicons, themify, Genericons, Glyphicons Halflings, sans-serif !important; text-align: justify !important; line-height: 1.6 !important; width: 950px !important; position: static !important; margin-right: auto !important; margin-left: auto !important; float:none !important; display: inline-block !important;} /*Images*/ a>img, p>img {width: auto !important; width: 250px !important; height: 378px !important; display: block !important;} /*TITLES*/ h1, h3.post-title.entry-title {font-size: 1.9em !important; line-height: 1.125 !important; font-family: Times New Roman, FontAwesome, IcoMoon, Flaticon, Dashicons, themify, Genericons, Glyphicons Halflings, sans-serif ! important; font-weight: bold !important; color: #8cc1d8 !important;} h2 {font-size: 1.45em !important; line-height: 1.2625em !important; font-family: Times New Roman, FontAwesome, IcoMoon, Flaticon, Dashicons, themify, Genericons, Glyphicons Halflings, sans-serif ! important; color: #3365c7 !important;} h3, a {font-size: 1.25em !important; line-height: 1.5 !important; font-family: Times New Roman, FontAwesome, IcoMoon, Flaticon, Dashicons, themify, Genericons, Glyphicons Halflings, sans-serif ! important; color: #3365c7 !important;} /*DELETE*/ .center, .fixed-header, .master-header, .header-inner-wrapper, #header-normal.header, .main_header, div#gk-top-nav, div#gk-fixed-menu.active, header.website-header, ul#menu-main-nav.menu, #main-header, #top-header, .main-menu, .follow-teaser, comment-form, .header-bar, .open.sticky.header-drawer, #sidebar-left-1, .status-msg-body, #ty_footer, .comment-form, #header-wrapper, .status-msg-bg, footer, div#Feed1.widget, .widget-content, .post-footer, .column-right-inner, #comment-editor, .fauxcolumn-inner, #sidebarleft, #comments, #sidebar, .description > span, .header-outer, .column-right-inner > aside, post-body > div > span > i, .column-right-inner, .column-right-inner, .column-right-outer, .column-right-inner, .column-right-inner, .column-left-inner, aside, ul, sidebar, .column-right-inner, .column-left-inner, .columns-cell.first, td.columns-cell, aside, footer, div#Feed1.widget, .widget-content, div.post-footer, .column-right-inner, .item-control.blog-admin, div#sidebar-adds, div#sidebar-wrapper-left, .post-body > b {display:none !important;}
This are 3 examples :
1.- CENTER : http://latorredevorimir.blogspot.com/
2.- NOT CENTER : http://megustan-loslibros.blogspot.com/search/label/historia
3.- NOT CENTER : https://elpuentelejano.blogspot.com/search/label/Libros
What I am doing wrong?
Another question:
Can I change for example:
.column-center-inner,
.columns,
.columns-inner,
For [class *= "column"],
Thank you very much in advance.