Last active
December 10, 2015 14:32
-
-
Save jameswilson/2a00792310896381e577 to your computer and use it in GitHub Desktop.
MrMoneyMustache.com CSS file for GreaseMonkey Script https://greasyfork.org/en/scripts/13870-mr-money-mustache
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #fff; | |
} | |
.postbg { | |
background: transparent; | |
box-shadow: none; | |
} | |
.header_area { | |
background: rgba(0,0,0,0.03); | |
box-shadow: 1px 1px 1px rgba(0,0,0,0.2); | |
} | |
.header_area > .row { | |
background: none; | |
width: 100%; | |
max-width: none; | |
box-shadow: none; | |
height: auto; | |
} | |
#site_title a { | |
background: none; | |
text-indent: 0; | |
width: auto; | |
height: auto; | |
color: #000; | |
font-size: 43px; | |
font-weight: 600; | |
top: 0; | |
max-width: 1170px; | |
margin: 8px auto 0; | |
padding: 0 15px; | |
overflow: visible; | |
clear: both; | |
font-family: 'alegreyaregular',serif; | |
} | |
.header_area .large-12 { | |
float: none; | |
clear: both; | |
max-width: 1170px; | |
margin: 0 auto; | |
padding: 0; | |
} | |
.lower_header { | |
top: 0; | |
background: none; | |
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
height: auto; | |
max-width: 1170px; | |
margin: 0 auto; | |
} | |
.header_links { | |
margin: 0; | |
padding: 0; | |
float: left; | |
} | |
.lower_header .search_form { | |
position: relative; | |
top: 0; | |
margin: 7px auto; | |
padding: 0; | |
float: none; | |
width: 100%; | |
left: 0; | |
width: 100%; | |
display: block; | |
max-width: none; | |
} | |
.lower_header .search_form p:before { | |
content: "\f002"; | |
font-family: 'FontAwesome'; | |
position: absolute; | |
left: 7px; | |
top: 0; | |
color: #E64B4E; | |
vertical-align: middle; | |
display: inline-block; | |
line-height: 35px; | |
font-size: 20px; | |
} | |
.lower_header .search_form input[type="text"] { | |
background: rgba(171, 60, 60, 0.15); | |
border: 1px inset #F9CECF; | |
border-radius: .2em; | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica, Arial, sans-serif; | |
width: 100%; | |
font-size: 14px; | |
height: auto; | |
margin: 0; | |
} | |
.main_menu .menu-item a { | |
background: none; | |
text-indent: 0; | |
height: auto; | |
width: auto; | |
display: inline-block; | |
padding: 6px 15px; | |
font-size: 20px; | |
line-height: 1.1; | |
} | |
.main_menu, .main_menu li { | |
position: relative; | |
top: initial; | |
left: initial; | |
} | |
ul#menu-main-menu-left { | |
margin: 0 auto; | |
max-width: 1170px; | |
padding: 0; | |
float: left; | |
} | |
.main_menu li.menu-item { | |
top: 0; | |
left: 0; | |
height: auto; | |
width: auto; | |
padding: 0; | |
margin: 0; | |
text-align: center; | |
text-indent: 0; | |
display: inline-block; | |
} | |
.main_menu a {} | |
ul#menu-main-menu-right { | |
margin: 0 auto; | |
max-width: 1170px; | |
padding: 0; | |
float: right; | |
} | |
.main_menu { | |
margin: 0 auto; | |
clear: both; | |
} | |
.blog .classic, | |
.template-front .fancy, | |
a, .post_content a { | |
color: #E44C4C; | |
} | |
.blog .fancy, | |
.template-front .classic { | |
color: #000; | |
} | |
.upper_header { | |
background: none; | |
box-shadow: none; | |
border-bottom: 1px solid rgba(0,0,0,0.03); | |
height: auto; | |
margin: 0 auto; | |
max-width: 1170px; | |
padding: 0; | |
} | |
.upper_header li a { | |
padding: 8px 15px; | |
font-size: 11px; | |
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
vertical-align: middle; | |
color: #000; | |
} | |
.upper_header li { | |
margin: 0; | |
padding: 0; | |
} | |
.upper_header .social_menu li { | |
margin: 0; | |
padding: 0; | |
} | |
.upper_header .social_menu { | |
margin: 0; | |
padding: 0; | |
} | |
.upper_header .columns { | |
padding: 0; | |
} | |
.upper_header .sec_menu { | |
margin: 0; | |
} | |
.social_menu i, | |
.upper_header .social_menu li a i { | |
background: none; | |
padding: 0 6px; | |
margin: 0; | |
font-size: 16px; | |
width: auto; | |
} | |
div#site_title { | |
margin: 0; | |
clear: both; | |
text-align: left; | |
float: none; | |
} | |
.header_links, .header_links a { | |
font-size: 12px; | |
font-weight: 100; | |
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
} | |
div#thesis-search-widget-2 { | |
max-width: none; | |
width: 100%; | |
} | |
.post_box { | |
padding: 0; | |
} | |
.blog .post_date, | |
.single .post_date, | |
.archive .post_date, | |
.search .post_date, | |
.blog .num_comments_link, | |
.blog.template-home .num_comments_link, | |
.single .num_comments_link, | |
.archive .num_comments_link, | |
.search .num_comments_link { | |
background: none; | |
margin: 0; | |
padding: 0; | |
height: auto; | |
width: auto; | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif; | |
font-weight: 600; | |
font-size: 14px; | |
text-transform: uppercase; | |
line-height: normal; | |
} | |
.blog .post_date, | |
.single .post_date, | |
.archive .post_date, | |
.search .post_date { | |
margin-right: 10px; | |
color: #999; | |
margin-bottom: 10px; | |
} | |
.blog .num_comments_link, | |
.blog.template-home .num_comments_link, | |
.single .num_comments_link, | |
.archive .num_comments_link, | |
.search .num_comments_link { | |
color: #000; | |
} | |
span[style*="text-decoration:underline;"], | |
span[style*="text-decoration: underline;"] { | |
text-decoration: none !important; | |
} | |
a.num_comments_link {} | |
.headline, | |
.tier3 .right h2, | |
.tier3 .right h2 a, | |
.blog .headline, | |
.blog .headline a, | |
.single .headline, | |
.archive .headline a, | |
.search .headline a { | |
font-family: 'alegreyaregular',serif; | |
color: #222; | |
font-size: 40px; | |
margin-top: 0; | |
margin-left: 0; | |
line-height: 1.2; | |
} | |
.blog .post_box { | |
margin-top: 40px; | |
} | |
.post_content, | |
.post_content ul, | |
.post_content ol, | |
.post_content p { | |
font-size: 20px; | |
line-height: 1.4; | |
letter-spacing: .01em; | |
} | |
.wp-caption.aligncenter { | |
width: 100% !important; | |
max-width: 100%; | |
height: auto !important; | |
margin: 0 0 1.5em; | |
padding: 0; | |
border: 0; | |
} | |
img.alignleft, | |
.wp-caption.alignleft { | |
width: 46% !important; | |
margin-right: 30px; | |
} | |
img.alignright, | |
.wp-caption.alignright { | |
width: 46% !important; | |
margin-left: 30px; | |
} | |
.wp-caption img { | |
width: 100%; | |
max-width: 100%; | |
height: auto !important; | |
margin-bottom: 1.7em; | |
} | |
p.wp-caption-text { | |
font-size: 18px; | |
text-align: left; | |
padding: .6em 1em; | |
font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif; | |
font-weight: 400; | |
font-size: 15px; | |
border-left: .4em solid #ccc; | |
letter-spacing: .03em; | |
} | |
.wp-caption { | |
margin: 0 0 1.5em; | |
padding: 0; | |
border: 0; | |
background: none; | |
} | |
.comment p i, | |
.comment p em, | |
.post_content p i, | |
.post_content p em { | |
font-family: 'alegreyaitalic',serif; | |
letter-spacing: .03em; | |
font-size: 22px; | |
line-height: 20px; | |
} | |
.comment p i, | |
.comment p em { | |
font-size: 20px; | |
} | |
.comment p i strong, | |
.comment p em strong, | |
.post_content p i strong, | |
.post_content p em strong { | |
font-family: 'alegreyabold_italic',serif; | |
} | |
.single .prev_next span { | |
background: none; | |
border-radius: 0; | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica, Arial, sans-serif; | |
font-weight: 600; | |
color: #555; | |
width: 45%; | |
} | |
.single .prev_next span a { | |
color: #000; | |
font-family: 'alegreyaregular', serif; | |
font-size: 26px; | |
} | |
a:hover, | |
.copyright a:hover, | |
.header_links a:hover, | |
.footer_menu a:hover, | |
.tier1 .social_menu a:hover, | |
.upper_header li a:hover, | |
.post_content a:hover, | |
body .wpt_widget_content a:hover, | |
.related-posts a:hover, | |
.single .prev_next span a:hover, | |
.blog .headline a:hover, | |
.single .headline a:hover, | |
.archive .headline a:hover, | |
.search .headline a:hover { | |
color: #E44C4C; | |
text-decoration: none; | |
background: none; | |
} | |
.soliloquy-container .soliloquy-pager-link { | |
background: #999 !important; | |
border-radius: 50%; | |
} | |
.soliloquy-container .soliloquy-pager-link:hover, | |
.soliloquy-container .soliloquy-pager-link.active { | |
background: #E44C4C !important; | |
} | |
.soliloquy-container .soliloquy-prev, | |
.soliloquy-container .soliloquy-next { | |
width: auto!important; | |
height: auto!important; | |
padding: 10px !important; | |
background: none !important; | |
} | |
.soliloquy-container .soliloquy-prev { | |
right: 100% !important; | |
left: inherit !important; | |
} | |
.soliloquy-container .soliloquy-next { | |
left: 100% !important; | |
right: inherit !important; | |
} | |
.soliloquy-container .soliloquy-item>a { | |
width: 50% !important; | |
} | |
.tier3 .blog, | |
.ribbon, | |
.prev_next a, | |
.wpt-pagination a, | |
.tier3 .ribbon-more a, | |
.blog .read_more a, | |
.tier3 .right .read_more a, | |
.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-read-more { | |
background: none; | |
width: 100%; | |
height: auto; | |
font-family: 'alegreyaregular', serif; | |
font-size: 22px; | |
line-height: 1.4em; | |
color: #E44C4C !important; | |
text-align: left; | |
margin-top: 15px; | |
} | |
.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-read-more { | |
bottom: 15px; | |
} | |
.wpt-pagination a { | |
float: none; | |
} | |
.blog .post_excerpt { | |
font-size: 22px; | |
line-height: 1.4em; | |
} | |
.blog .post_excerpt .read_more { | |
display: inline-block; | |
margin: 0; | |
padding: 0; | |
} | |
.blog .post_excerpt .read_more a { | |
position: relative; | |
bottom: inherit; | |
margin: 0; | |
padding: 0; | |
float: none; | |
line-height: inherit; | |
} | |
.post_excerpt:after { | |
content: ""; | |
display: table; | |
width: 100%; | |
} | |
.tier3 .post_excerpt { | |
padding: 0; | |
margin: 20px 0 50px; | |
} | |
.prev_next { | |
margin-bottom: 30px; | |
} | |
.soliloquy-container .soliloquy-prev:before, | |
.soliloquy-container .soliloquy-next:before, | |
.single .previous_post:before, | |
.single .next_post:before { | |
background: none !important; | |
content: "←"; | |
font-size: 30px; | |
font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif; | |
} | |
.soliloquy-container .soliloquy-next:before, | |
.single .next_post:before { | |
content: "→"; | |
} | |
.related-posts h3 { | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif; | |
font-weight: 600; | |
font-size: 16px; | |
} | |
.related-posts.bg3 { | |
border-top: 1px solid #ccc; | |
padding-top: 15px; | |
} | |
.bg3 { | |
background: none; | |
border-radius: 0; | |
box-shadow: none; | |
} | |
.related-posts li { | |
width: 50%; | |
margin: 15px 0 15px; | |
padding-right: 15px; | |
} | |
.related-posts.bg3-thumb { | |
float: left; | |
margin-right: 15px; | |
} | |
.related-posts.bg3-title a { | |
font-size: 26px; | |
font-family: 'alegreyaregular'; | |
line-height: 1.1em; | |
} | |
div#text-20 { | |
display: none; | |
} | |
.tier1, | |
.tier1 .join, | |
.large-4.columns .widget { | |
background: none; | |
border-radius: 0; | |
box-shadow: none; | |
padding: 15px 0; | |
color: #000; | |
} | |
.tier1, | |
.tier1 .join { | |
width: 100%; | |
height: auto; | |
} | |
.tier1 { | |
padding: 3em; | |
} | |
.tier1 .join { | |
margin: 0; | |
padding: 0; | |
} | |
.tier1 .join p:first-child:before { | |
content: "JOIN THE CULT"; | |
display: block; | |
margin: 0 0 18px; | |
padding: 18px 0 0; | |
text-transform: uppercase; | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif; | |
font-size: 17px; | |
font-weight: 600; | |
border-top: 1px solid #ccc; | |
} | |
@media screen and (min-width: 64.063em) { | |
.tier1 .join { | |
width: 46%; | |
} | |
} | |
.tier1 .social_menu li { | |
display: inline-block; | |
float: none; | |
} | |
.tier1 .social_menu a { | |
color: #000; | |
} | |
.tier1 .social_menu i { | |
font-size: 30px; | |
} | |
.social_menu a:hover i { | |
background: none; | |
} | |
.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-title-link { | |
color: #000 !important; | |
font-family: 'alegreyaregular', serif !important; | |
font-size: 40px !important; | |
} | |
.mmm_slider, .soliloquy-container { | |
width: 100% !important; | |
max-width: 100% !important; | |
} | |
.mmm_slider { | |
padding: 0 3em !important; | |
} | |
.soliloquy-container .soliloquy-caption.soliloquy-caption-right { | |
width: 50% !important; | |
height: 100%; | |
position: absolute; | |
right: 0; | |
top: 0; | |
left: initial !important; | |
} | |
.soliloquy-container .soliloquy-prev { | |
background: none; | |
} | |
.large-4.columns .widget { | |
width: 100%; | |
border-bottom: 0; | |
} | |
.widget_wpt { | |
border-top: 1px solid #ccc; | |
padding-top: 36px !important; | |
} | |
.tier1 h3, | |
.tier3 h3, | |
.bgstyle1 h3, | |
.tier1 h4, | |
.tier1 h4.welcome, | |
.tier1 .love, | |
.tier2 h3, | |
.tier4 h3, | |
.tier4 h3 a, | |
.tier5 h3, | |
.welcome h3, | |
.welcome h4, | |
.large-4.columns .custom-title .widget_title { | |
background: none; | |
text-indent: 0; | |
height: auto; | |
width: auto; | |
margin: 0 0 18px; | |
padding: 0; | |
text-transform: uppercase; | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif; | |
font-size: 17px; | |
font-weight: 600; | |
text-align: left; | |
left: 0; | |
top: 0; | |
color: #333; | |
border-top: 1px solid #ccc; | |
padding-top: 18px; | |
} | |
.tier1 p, | |
.widget.welcome p { | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif; | |
font-weight: 400; | |
font-size: 16px; | |
line-height: 1.4; | |
} | |
.welcome h4, | |
.tier1 .love { | |
border-top: 0; | |
padding-top: 0; | |
text-transform: none; | |
font-weight: 400; | |
} | |
.welcome.widget { | |
margin-top: 3em; | |
} | |
.image-ad-grid-widget, | |
.post_footer_ad, | |
.post_footer_intro { | |
display: none; | |
} | |
.tier3 .left .query_box { | |
width: 100%; | |
float: none; | |
margin: 0 0 15px; | |
min-height: 0; | |
clear: both; | |
} | |
.query_box:after { | |
content: ""; | |
display: table; | |
width: 100%; | |
} | |
.tier3 .right { | |
position: relative; | |
} | |
.tier3 .right .query_box + .blog { | |
position: absolute; | |
top: 0; | |
right: 0; | |
left: inherit; | |
bottom: inherit; | |
text-align: right; | |
} | |
.tier3 .left .query_box .featured_image { | |
float: left; | |
margin-right: 20px; | |
width: 30%; | |
max-width: 110px; | |
} | |
.tier3 .featured_image img { | |
width: 100%; | |
max-width: 100%; | |
height: auto !important | |
} | |
.tier3 .left .query_box .headline, | |
.tier3 .left .query_box .headline a { | |
clear: none !important; | |
font-size: 36px !important; | |
line-height: 1.1 !important; | |
} | |
.tier3 .right h3 { | |
width: 100%; | |
height: auto; | |
} | |
.post_footer { | |
border-top: 1px solid #ccc; | |
padding: 30px 0; | |
height: auto; | |
text-align: center; | |
} | |
.post_footer .columns { | |
width: auto !important; | |
display: inline-block; | |
vertical-align: middle; | |
float: none !important; | |
border: 0; | |
margin: 0 30px 0 0; | |
padding: 0; | |
min-height: initial; | |
} | |
.post_footer .columns.large-5 { | |
width: 55% !important; | |
margin-right: 0; | |
} | |
.post_footer .columns.large-4 { | |
display: block !important; | |
clear: both; | |
border-top: 1px solid #ccc; | |
padding: 30px 0; | |
} | |
.post_footer .widget_title { | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif; | |
font-weight: 600; | |
font-size: 16px; | |
text-transform: none; | |
} | |
.post_footer .columns .widget { | |
width: 100%; | |
border: 0 !important; | |
} | |
.post_footer #ssba_widget-2 .widget_title { | |
display: none !important; | |
} | |
.post_footer .large-5 .widget_title { | |
margin: 0 0 10px; | |
padding: 0; | |
text-align: left; | |
width: 100%; | |
} | |
.post_footer form { | |
margin-bottom: 30px; | |
} | |
.big-button, | |
.tier1 input[type="text"], | |
.tier1 input[type="submit"], | |
.post_footer input[type="text"], | |
.post_footer input[type="submit"] { | |
border: 1px solid #ccc; | |
background: #efefef; | |
border-radius: 0; | |
box-shadow: none; | |
color: #000; | |
font-family: 'Open Sans', 'Helvetica Neue',Helvetica,Arial,sans-serif; | |
font-weight: 600; | |
font-size: 16px; | |
padding: 0.6em 1em; | |
line-height: normal; | |
height: auto; | |
} | |
.big-button, | |
.tier1 input[type="submit"], | |
.post_footer input[type="submit"] { | |
background: #ccc; | |
width: auto; | |
display: inline-block; | |
} | |
.tier1 input[type="submit"], | |
.post_footer input[type="submit"] { | |
position: absolute; | |
right: 0; | |
} | |
.post_footer input[type="submit"] { | |
top: 1.9em; | |
} | |
.ssba { | |
width: 100%; | |
} | |
.ssba > div { | |
text-align: center !important; | |
} | |
.ssba_sharecount { | |
margin-right: 20px; | |
} | |
.bwp-rc-ulist li.recent-comment, | |
.wpp-list li { | |
display: table; | |
width: 100%; | |
} | |
.bwp-rc-ulist li.recent-comment>span, | |
.wpp-list li>a { | |
display: table-cell; | |
vertical-align: middle; | |
float: none; | |
margin: 0; | |
padding: 0; | |
} | |
.bwp-rc-ulist li.recent-comment>span.recent-comment-avatar, | |
.wpp-list li>a:first-child { | |
padding: 0 12px 0 0; | |
width: 25%; | |
} | |
.bwp-rc-ulist li.recent-comment>span.recent-comment-avatar img, | |
.wpp-list li>a img { | |
width: 100%; | |
max-width: 100%; | |
height: auto; | |
} | |
.bwp-rc-ulist li.recent-comment>span.recent-comment-avatar img { | |
border-radius: 50%; | |
} | |
.bwp-rc-ulist li.recent-comment>span.recent-comment-single, | |
.wpp-list li>a.wpp-post-title { | |
width: 75%; | |
font-family: 'alegreyaregular', serif; | |
font-size: 20px; | |
line-height: 1.1; | |
font-weight: 400; | |
} | |
.widget .tabbed-widget .tabs li a, | |
.widget .tabbed-widget .tabs li a:hover, | |
.widget .tabbed-widget .tabs li.active a, | |
.widget .wpt_widget_content .tab_title a, | |
.widget .wpt_widget_content .tab_title.selected a:hover, | |
.widget .wpt_widget_content .tab_title.selected a { | |
font-size: 17px; | |
text-transform: uppercase; | |
font-weight: 600; | |
background: none; | |
color: #ccc; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif | |
} | |
.widget .tabbed-widget .tabs li a:hover, | |
.widget .tabbed-widget .tabs li.active a, | |
.widget .wpt_widget_content .tab_title.selected a:hover, | |
.widget .wpt_widget_content .tab_title.selected a { | |
background: none; | |
color: #000; | |
} | |
body .wpt_widget_content .tab-content li { | |
padding: 0; | |
margin-bottom: 30px; | |
display: table; | |
} | |
body .widget .wpt_widget_content ul:after { | |
content: ""; | |
display: table; | |
width: 100%; | |
} | |
body .wpt_widget_content a { | |
color: #222; | |
} | |
.wpt_widget_content .wpt-pagination { | |
float: none; | |
} | |
.wpt_widget_content .wpt-pagination a { | |
width: auto; | |
} | |
.wpt_comment_meta, | |
body .wpt_widget_content .entry-title { | |
font-family: 'alegreyaregular', serif; | |
font-size: 20px; | |
line-height: 1.1; | |
font-weight: 400; | |
} | |
.wpt_comment_author { | |
font-size: 16px; | |
color: #999; | |
font-weight: 600; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; | |
} | |
body .wpt_widget_content .entry-title { | |
display: table-cell; | |
vertical-align: middle; | |
height: auto!important; | |
margin: 0; | |
padding: 0; | |
width: 63%; | |
float: none; | |
} | |
body .wpt_widget_content .wpt_thumb_small { | |
display: table-cell; | |
vertical-align: middle; | |
height: auto!important; | |
width: 36%; | |
float: none; | |
margin: 0; | |
padding: 0 12px 0 0; | |
} | |
body .wpt_widget_content img { | |
width: 100%; | |
} | |
.wpt_avatar img { | |
border-radius: 50%; | |
} | |
.wpt_comment_author { | |
font-size: 16px; | |
color: #ccc; | |
font-weight: 600; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; | |
} | |
.wpt_comment_content p, .wpt_excerpt p { | |
margin-bottom: 0; | |
font-size: 15px; | |
line-height: 1.3; | |
} | |
/* Comments */ | |
.post_comments { | |
margin-bottom: 30px; | |
} | |
.comment { | |
margin: 0; | |
padding: 0; | |
} | |
.comment .avatar { | |
right: 100%; | |
left: initial; | |
margin: 0 10px 0 0; | |
padding: 0; | |
} | |
.comment .avatar img { | |
border-radius: 50%; | |
position: relative; | |
left: 0; | |
right: 0; | |
} | |
.gcard .grav-grav { | |
border: 0; | |
box-shadow: none; | |
} | |
.gcard .grav-grav img { | |
border-radius: 50%; | |
} | |
.comment p, | |
.comment .comment_text ul, | |
.comment .comment_text ol, | |
.comment .comment_text blockquote, | |
.comment .comment_text pre { | |
margin-bottom: 10px; | |
font-family: 'alegreyaregular', serif; | |
font-size: 18px; | |
} | |
.comment-reply-link, .comment_edit { | |
color: #999; | |
font-size: 18px; | |
font-family: 'alegreyabold_italic', serif; | |
font-style: normal; | |
} | |
ul.comment_list { | |
margin-left: 75px; | |
} | |
ul.comment_list ul.children { | |
margin-left: 0; | |
} | |
.children .comment_head, | |
.comment .comment_head { | |
margin: 0; | |
} | |
.children .comment { | |
padding-left: 35px; | |
} | |
.children .comment .avatar { | |
left: -15px; | |
} | |
.comment .comment_date, | |
.comment .comment_author, | |
.comment .comment_author a { | |
font-size: 16px; | |
color: #ccc; | |
font-weight: 600; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; | |
} | |
.comment .comment_author, | |
.comment .comment_author a { | |
color: #555; | |
} | |
.comment.bypostauthor { | |
background: #FEFEEF; | |
border-left-width: 1px; | |
} | |
.comment_nav a { | |
color: #E44C4C; | |
font-weight: 600; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; | |
} | |
.comments_intro { | |
background: none; | |
border-radius: 0; | |
box-shadow: none; | |
margin: 30px 0 0; | |
border-top: 1px solid #ccc; | |
padding: 30px 0; | |
} | |
.comment_form_title, | |
.comments_intro h4 { | |
font-weight: 600; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; | |
text-transform: uppercase; | |
color: #555; | |
} | |
.comments_intro p { | |
color: #555; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; | |
} | |
#commentform input[type="text"], #commentform textarea { | |
background: #efefef; | |
border: 1px solid #ccc; | |
} | |
#commentform label { | |
color: #555; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; | |
} | |
#comment_form_submit input[type="submit"] { | |
background: #E44C4C; | |
font-family: "Open Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif; | |
font-weight: 500; | |
color: #fff; | |
border-radius: 0; | |
padding: .3em 1em; | |
} | |
#aec_edit_options { | |
background: #ccc; | |
margin : 0; | |
padding: 3px 10px; | |
border: 1px solid #aaa; | |
height: auto; | |
margin-bottom: -1px; | |
} | |
#aec_edit_options:after { | |
content: ""; | |
display: table; | |
width: 100%; | |
} | |
.footer_area { | |
box-shadow: 0px -1px 1px rgba(0,0,0,0.2); | |
background: rgba(0,0,0,0.03); | |
} | |
.footer_menu { | |
margin: 30px 0; | |
border: 0; | |
} | |
.footer_menu a { | |
font-family: 'alegreyaregular', serif; | |
color: #000; | |
font-size: 20px; | |
font-weight: 600; | |
} | |
.widget_sp_image, | |
.footer_utility, | |
.featured_logos_interior { | |
display: none; | |
} | |
.template-page .copyright, | |
.blog .copyright { | |
border: 0; | |
color: #999; | |
padding-bottom: 0; | |
font-size: 16px; | |
margin-bottom: 45px; | |
} | |
.copyright a { | |
color: #555; | |
text-decoration: none; | |
font-size: 16px; | |
} | |
img#wpstats { | |
display: none; | |
} | |
.mmm-box { | |
border-radius: 0; | |
box-shadow: none; | |
padding: 10px 30px; | |
color: #000; | |
} | |
.row { | |
max-width: 1170px; | |
} | |
@media screen and (min-width: 320px) and (max-width: 1024px) { | |
.row { | |
width: 100%; | |
} | |
} | |
@media screen and (min-width: 961px) and (max-width: 1024px) { | |
.content_area .large-8 { | |
width: 70%; | |
} | |
.content_area .large-4 { | |
width: 30%; | |
} | |
} | |
@media screen and (min-width: 1200px) { | |
.post_comments { | |
margin-left: -0.9375em; | |
margin-right: -0.9375em; | |
} | |
} | |
@media screen and (max-width: 960px) { | |
.content_area .columns { | |
width: 100% !important; | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @locale us_EN | |
// @name Mr Money Mustache | |
// @author James Wilson http://twitter.com/jwilson3 | |
// @namespace mrmoneymustache.com | |
// @description A custom CSS file to make MrMoneyMustache.com more readable, now with improved responsive support. | |
// @include http://www.mrmoneymustache.com/* | |
// @include http://mrmoneymustache.com/* | |
// @include https://www.mrmoneymustache.com/* | |
// @include https://mrmoneymustache.com/* | |
// @version 0.2.2 | |
// ==/UserScript== | |
function addStyle(style) { | |
var head = document.getElementsByTagName("HEAD")[0]; | |
var ele = head.appendChild(window.document.createElement( 'style' )); | |
ele.innerHTML = style; | |
return ele; | |
} | |
addStyle('@import "https://cdn.rawgit.com/jameswilson/2a00792310896381e577/raw/7aff0e7e220acddf3e491b3dbced1fc0acbe66d3/MrMoneyMustache.css";'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment