Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
theroadhogs
/
wp-content
/
themes
/
roadhogs-theme
📤 Upload
📝 New File
📁 New Folder
Close
Editing: style.css
/* Theme Name: Roadhogs Theme Theme URI: https://www.theroadhogs.com/roadhogs/ description: Roadhogs Theme is a child theme of Rock Star Author: SARL RM/J Moss Template: rock-star Version: 1.0.0 /*Child theme css starts here /*Right sidebar width*/ #secondary { width: 27%; } /*Sidebar heading H2*/ .widget-title { text-decoration: underline; } /*Homepage Entry header H1 (hidden)*/ .entry-header h1 { display: none; } h2, h3, p { margin: 0 0 1.5rem 1rem; } /* footer */ footer { width: 100%; height: auto; } footer p { font-size: 0.9em; color: #ccc; padding-left: 20px; } footer p a:link { color: #c12227; } .footer-logo-wrap { display: inline-block; position: relative; width: 100%; padding-bottom: 6%; vertical-align: top; } .footer-logo { /* svg into : object, img or inline */ display: block; position: absolute; top: 10px; left: 0; width: 100%; /* only required for <img /> */ height: 40px; } #footer { height: auto; position: relative; } #footer-wrap { width: 100%; height: auto; background-color: #252525; } .footer-wrap-outside { padding: 10px 0px; } .footer-wrap-outside:after { content: ""; display: block; clear: both; } .footer-wrap-inside { width: 80%; padding-top: 20px; max-width: 100%; margin: 0 auto; } .footer-wrap-inside:after { content: ""; display: block; clear: both; } .menu-footer { display: inline-block; width: 30%; float: left; padding-left: 10px; } footer a { color: #ccc; text-decoration: none; display: block; font-size: 1em; font-family: "Pontano Sans", sans-serif; line-height: 30px; font-weight: lighter; } footer ul li a:link { text-transform: none; text-align: left; width: 100%; padding-left: 0; } footer ul li a:hover { color: #c12227; text-decoration: underline; } footer ul li a:visited { color: #c12227; text-decoration: none; } footer h3 { font-size: 1em; font-family: "Oswald", sans-serif; font-weight: 400; text-transform: none; text-decoration: underline; color: #ccc; } .copyright { font-size: 0.8em; } /* Layout (global rules for all sizes) */ body { margin: 0 0 1.5rem 1.5rem; padding: 0; } /*---------------Layout small screens------------------------------ */ @media screen and (min-width: 50px) and (max-width: 768px) { #primary { width: 100%; } #secondary { width: 100%; } } @media screen and (min-width: 50px) and (max-width: 500px) { .footer-logo { width: 80%; left: 30px; } .menu-footer { width: 100%; float: left; padding-left: 10px; } footer a { font-size: 0.9em; line-height: 20px; } }
Save
Cancel