Dashboard
PHP:
8.0.30
OS:
Linux
User:
hoozgot
/
/
home
/
hoozgot
/
www
/
mountainpassions
/
!Backup
/
css
📤 Upload
📝 New File
📁 New Folder
Close
Editing: stylesheet.css
/*Author: Julia Moss Author URI: http://www.mountainpassions.com */ body { line-height: 1.5em; font: 14px 'PT Sans', sans-serif; background-color: rgba(242, 242, 242, 1); color: #4C4D51; overflow-x: hidden; } .extended-wrapper-dark { width: 100%; background-color: rgba(37, 37, 37, 0.8); margin: 0; } .extended-wrapper-grey { width: 100%; background-color: rgba(242, 242, 242, 1); margin: 0; } .wrapper { max-width: 1130px; margin: 0px auto 0px auto; position: relative; background-color: #fff; } .beige { background-color: rgba(237,233,225, 1); } .grey { background-color: rgba(242, 242, 242, 1); } /*Header */ header { width: 100%; height: auto; } .logo-wrap { display: inline-block; position: relative; width: 100%; height:80px; margin-top: 1%; background: #4c4d51; } .mp-hdr-logo { display: block; margin-left: auto; margin-right: auto; vertical-align: top; } .mp-hdr-mobile { display: none; } /* Headings */ h2 { color: #4C4D51; clear: both; margin: 0; font-family: Oswald, sans-serif; line-height: 1.2em; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } h2 { font-size: 1.8em; letter-spacing: 0.5px; font-weight: 400; color: #C0A270; margin: 0 0 .5em 0; padding: 0; } p { margin: 0 0 10px 0; } /* Links */ a { font-weight: bold; color: #225B9B; cursor: pointer; outline: 0 none; text-decoration: none; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } a:hover { color: #AC1018; text-decoration: none; } a:visited { color: #C0A270; text-decoration: none; } h2 a { color: #C0A270; text-decoration: none; } h2 a:hover { text-decoration: none; color: #C0A270; } h2 a:visited { color: #C0A270; } /*single column*/ .content-container { max-width: 1130px; margin: 50px auto 10px auto; padding: 10px 0px 10px 0px; } .content-container h2 { padding-left: 0; } .content-container p { font-size: 1.3em; padding: 0px; margin-top: 20px; } .content-container .inprofile2col { width: 50%; float: left; } img { height: auto; max-width: 100%; } @media screen and (min-width: 50px) and (max-width: 500px) { /*MP logos*/ .mp-hdr-logo { display:none; } /*mobile screens logo*/ .logo-wrap { height: 30px; } .mp-hdr-mobile { display: block; margin-left: auto; margin-right: auto; vertical-align: top; max-height: 30px; max-width: 350px } }
Save
Cancel