/* Theme Name: BloggerNation Theme URI: http://www.randiegilbuela.com/#about-me Description: Blogger is a clean and wonderful wordpress theme for blogging websites. A responsive Wordpress theme with a proffesional design and coding. Author: Gilbuela Randie Author URI:http://randiegilbuela.com Template: blogger Version: 1.1.0 Text Domain: blogger Domain Path: /languages/ License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Tags: right-sidebar, translation-ready, custom-background, custom-menu, threaded-comments, theme-options */ /*reset css*/ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; overflow-x:hidden; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; width:100%; } table, th, td { border: 1px solid #f8f8f8; padding:5px; margin:5px 0 5px 0; } /* css styles */ body{ background-color:#dddddd; font-family: arial, georgia, serif; font-size:13px; line-height:160%; color:#666666; font-size:14px; word-break: break-word; } a{ color:#bc360a; } a, a:visited, a:link{ text-decoration:none; } a:hover { text-decoration:underline; } blockquote { background: #f8f8f8; margin: 5px 5px; padding: 15px 15px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; quotes: "\201C""\201D""\2018""\2019"; clear:both; } blockquote:before { color: #cccccc; font-size: 4em; content: open-quote; line-height: 0.1em; margin-right: 0.25em; vertical-align: -0.4em; } blockquote p { display: inline; } h1,h2,h3,h4,h5,h6{ font-family: arial, georgia, serif; } h1{ font-size:32px; font-weight:700; line-height:150%; } h2{ font-size:24px; font-weight:600; line-height:150%; } h3{ font-size:18px; font-weight:500; line-height:150%; } h4{ font-size:16px; font-weight:400; line-height:150%; } h5{ font-size:14px; font-weight:300; line-height:150%; } h6{ font-size:12px; font-weight:200; line-height:150%; } p{ font-family: arial, georgia, serif; } /*default to 100% for responsive design*/ img{ max-width:100%; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; } img:hover{ -webkit-filter: none; /* Safari 6.0 - 9.0 */ filter: none; } /*iframe responsive design*/ iframe{ width:100%; height:auto; } strong, b{ font-weight:bold; } em, i{ font-style:italic; } /** * wrapper */ #wrapper{ background-color:transparent; } #clear{ clear:both; /*if use float, use this for clearing div*/ } /*************************************************** * header */ #navigation-full-wrapper{ width:100%; background-color:#ffffff; /*change the background-color same as #content-wrapper if fullwidth*/ } #navigation-wrapper{ background-color:#ffffff; max-width:940px;/* change if boxlayout size "px". if full-width, #content-full-wrapper must be same as color: monitor display resolution 640,720,848,960,1024,1920=widescreen*/ margin:0 auto; padding-top:.0em; padding-bottom:.0em; /* dont add any additional margin here */ /* for additional margin, just make the background transparent or set color same as #content-full-wrapper */ } #navigation-wrap{ background-color:transparent; margin-left:.0em; /*remove if whole content dont have margin in mobile view*/ margin-right:.0em;/*remove if whole content dont have margin in mobile view*/ padding:.0em; border:0px solid #cccccc; word-wrap:break-word; text-align:center; padding-top:25px; } /* page content */ #navigation{ background-color:transparent; /*dont add margin or padding here*/ } #navigation-container{ background-color:transparent; padding:0px; /*padding adjusment*/ } /*responsive content and sidebar*/ @media only screen and (max-width: 700px) { #navigation{ width:100%; float:none; } } /******************************************************* * content */ #content-full-wrapper{ width:100%; background-color:#ffffff; /*change the background-color same as #content-wrapper if fullwidth*/ background-size:auto; background-repeat:no-repeat; } #content-wrapper{ background-color: #fff; max-width:940px; /* change if boxlayout size "px". if full-width, #content-full-wrapper must be same as color: monitor display resolution 640,720,848,960,1024,1920=widescreen*/ margin:0 auto; padding-top:.5em; padding-bottom:.5em; /* dont add any additional margin here */ /* for additional margin, just make the background transparent or set color same as #content-full-wrapper */ } #content-wrap{ background-color:#fff; margin-left:.5em; /*remove if whole content dont have margin in mobile view*/ margin-right:.5em;/*remove if whole content dont have margin in mobile view*/ padding:.5em; border: 0px solid #e1e1e1; word-wrap:break-word; text-align:center; } /* page content */ #content{ background-color:#f8f8f8; /*dont add margin or padding here*/ } #content-container{ background-color:#ffffff; padding:10px; /*padding adjusment*/ } /* sidebar */ #sidebar{ background-color:#ffffff; /*dont add margin or padding here*/ } #sidebar-container{ padding:10px; /*padding adjusment*/ } /*responsive content and sidebar*/ @media only screen and (max-width: 700px) { #content{ width:100%; float:none; } #sidebar{ width:100%; float:none; } } /****************************************** * footer */ #footer-full-wrapper{ width:100%; background-color:#f8f8f8; /*change the background-color same as #footer-wrapper if fullwidth*/ color:#ffffff; } #footer-wrapper{ background-color:#ffffff; max-width:940px; /* change if boxlayout size "px". if full-width, #content-full-wrapper must be same as color: monitor display resolution 640,720,848,960,1024,1920=widescreen*/ margin:0 auto; padding-top:.0em; padding-bottom:.0em; /* dont add any additional margin here */ /* for additional margin, just make the background transparent or set color same as #footer-full-wrapper */ } #footer-wrap{ background-color:#ffffff; margin-left:.0em; /*remove if whole content dont have margin in mobile view*/ margin-right:.0em;/*remove if whole content dont have margin in mobile view*/ padding:.0em; border:0px solid #ffffff; word-wrap:break-word; text-align:center; } #footer{ border:0px solid #ffffff; background-color:#f8f8f8; color:#666666; /*dont add borders, margin or padding here*/ } #footer-container{ padding:10px; /*padding adjusment*/ } /*css may vary depends on numbers of footer sidebar*/ /*three sidebars*/ #footer-sidebar-first{ width:33.33333%; float:left; /*dont add borders, margin or padding here*/ } #footer-sidebar-second{ width:33.33333%; float:left; /*dont add borders, margin or padding here*/ } #footer-sidebar-third{ width:33.33333%; float:left; /*dont add borders, margin or padding here*/ } /*responsive footer sidebar*/ @media only screen and (max-width: 700px) { #footer-sidebar-first,#footer-sidebar-second{ width:50%; } #footer-sidebar-third{ width:70%; margin:0 auto; float:none; } } /*responsive footer sidebar*/ @media only screen and (max-width: 500px) { #footer-sidebar-first,#footer-sidebar-second,#footer-sidebar-third{ width:100%; float:none; } } /** * footer copyright */ #footer-copyright-full-wrapper{ width:100%; background-color:#000000; /*change the background-color same as #footer-copyright-wrapper if fullwidth*/ } #footer-copyright-wrapper{ background-color:#000000; max-width:940px; /* change if boxlayout size "px". if full-width, #footer-copyright-full-wrapper must be same as color: monitor display resolution 640,720,848,960,1024,1920=widescreen*/ margin:0 auto; padding-top:.4em; padding-bottom:.0em; /* dont add any additional margin here */ /* for additional margin, just make the background transparent or set color same as #footer-full-wrapper */ } #footer-copyright-wrap{ margin-left:.0em; /*remove if whole content dont have margin in mobile view*/ margin-right:.0em;/*remove if whole content dont have margin in mobile view*/ padding:.0em; border:0px solid #ffffff; word-wrap:break-word; text-align:center; } /* footer copyright*/ #footer-copyright{ border:0px solid #ffffff; /*dont add borders, margin or padding here*/ } #footer-copyright-container{ padding:0px; /*padding adjusment*/ } #copyright{ padding:10px; } /**/ .wp-caption, .wp-caption-text, .sticky, .gallery-caption, .alignright, .alignleft, .aligncenter{ }