Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .bodycontainer {
- position: relative;
- display: inline-block;
- margin-top: 80px; /* size of header */
- margin-left: 20%; /* size of side-nav */
- padding-bottom: 200px;
- background-color: #ffffff;
- float: left;
- width: 80%;
- }
- .headerimage {
- position: absolute;
- display: inline-block;
- width: 100%;
- height: 220px;
- top: 0;
- left: 0;
- }
- .headerimage img {
- width: 100%;
- height: 100%;
- }
- .landing-page-logo {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- height: 200px;
- background-color: #dfdfdf;
- }
- .landing-page-logo img {
- position: absolute;
- display: inline-block;
- bottom: 10%;
- left: 50%;
- transform: translateX(-50%);
- max-width: 80%;
- max-height: 80%;
- }
- .innercont {
- position: relative;
- display: inline-block;
- float: left;
- padding: 5vh 5vw;
- box-sizing: border-box;
- background-color: #ffffff;
- }
- .innercont .title {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- margin: 20px 0 20px;
- }
- .innercont .title.login,
- .innercont .title.your-account-team,
- .innercont .title.request-a-catalogue {
- padding-top: 20px;
- margin: 40px 0 20px;
- border-top: 2px solid #d3d3d3;
- }
- .innercont .title.account-manager:after,
- .innercont .title.sales-support-team:after,
- .innercont .title.customer-services-team:after {
- display: none;
- }
- .innercont .title h1 {
- font-size: 24px;
- font-family: sans-serif;
- font-weight: 600;
- color: #8ec640;
- }
- .innercont .title:after {
- content: '';
- position: absolute;
- bottom: -10px;
- width: 100px;
- height: 2px;
- background-color: #8ec640;
- }
- .innercont .body {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- margin-bottom: 100px;
- }
- .innercont .body .column {
- position: relative;
- display: inline-block;
- height: 100%;
- float: left;
- }
- .innercont .body .column.c1 { width: 30%; margin-right: 5%; }
- .innercont .body .column.c2 { width: 65%; padding: 0 150px; box-sizing: border-box; }
- .innercont .body .column.c1 h2 {
- font-weight: bold;
- font-size: 16px;
- }
- .innercont .body .body {
- margin-bottom: 0px;
- }
- .innercont .body h2 {
- position: relative;
- font-size: 15px;
- font-family: sans-serif;
- font-weight: 100;
- color: #6b6b6b;
- margin: 7px 0;
- line-height: 25px;
- width: 100%;
- float: left;
- }
- .innercont .body h2 a {
- font-weight: 600;
- color: #8ec640;
- text-decoration: none;
- }
- .innercont .body .contact-details {
- position: relative;
- display: inline-block;
- margin: 20px 0;
- }
- .innercont .body .contact-details h2 {
- position: relative;
- display: inline-block;
- width: 100%;
- color: #595959;
- font-weight: 100;
- line-height: 10px;
- }
- .innercont .body .contact-details .name {
- color: #8ec640;
- }
- .email-modal {
- position: fixed;
- display: inline-block;
- top: -100px;
- left: 50%;
- transform: translateX(-50%);
- width: 100%;
- max-width: 600px;
- padding: 10px 0 12px;
- box-sizing: border-box;
- z-index: 100;
- border-radius: 5px;
- animation: email_animation 5s 0.5s 1 normal forwards;
- }
- @keyframes email_animation {
- 0% { top: -100px; }
- 20% { top: 30px; }
- 80% { top: 30px; }
- 100% { top: -100px; }
- }
- .email-modal.email-successful { background-color: #8ec640; }
- .email-modal.email-unsuccessful { background-color: #e04040; }
- .email-modal h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- color: #000000;
- font-family: sans-serif;
- font-weight: bolf;
- font-size: 12px;
- text-align: center;
- }
- /* section - login */
- .download {
- position: relative;
- display: inline-block;
- width: 100%;
- height: 60px;
- background: #dddddd;
- border: 1px solid #bebebe;;
- }
- .download a {
- position: relative;
- display: inline-block;
- width: 100%;
- height: 100%;
- color: #000000;
- text-decoration: none;
- }
- .download img {
- position: relative;
- display: inline-block;
- width: 40px;
- height: 40px;
- margin: 10px 10px;
- float: left;
- }
- .download h1 {
- position: relative;
- display: inline-block;
- top: 50%;
- transform: translateY(-50%);
- font-weight: 100;
- font-family: sans-serif;
- font-size: 17px;
- float: left;
- }
- /* section - account team */
- .body .contact {
- position: relative;
- display: inline-block;
- float: none;
- width: 230px;
- margin: 20px 20px 20px 0;
- background-color: #e1e1e1;
- border: 1px solid #c8c8c8;
- padding: 20px;
- text-align: center;
- }
- .body .contact.manager {
- width: auto;
- text-align: left;
- }
- .body .contact.manager .contact-details{
- padding-left: 140px;
- }
- .body .contact img {
- position: relative;
- display: inline-block;
- float: auto;
- max-width: 125px;
- }
- .body .contact.manager img {
- position: absolute;
- }
- .body .contact .contact-details {
- position: relative;
- display: inline-block;
- float: left;
- max-width: 100%;
- margin-top: 20px;
- }
- .innercont .body .contact .contact-details h2 {
- position: relative;
- display: inline-block;
- margin: 0;
- line-height: 20px;
- width: 100%;
- }
- .innercont .body .contact .contact-details .name { color: #8ec640; font-weight: bold; }
- .innercont .body .contact .contact-details .role {color: #595959;font-weight: 100;}
- .innercont .body .contact .contact-details .description { margin-top: 5px; }
- .innercont .title.account-manager { margin: 0; }
- .innercont .title.sales-support-team { margin: 0; }
- .innercont .title.customer-services-team { margin: 0; }
- .innercont .title.account-manager h1 { font-size: 20px; font-weight: 100; }
- .innercont .title.sales-support-team h1 { font-size: 20px; font-weight: 100; }
- .innercont .title.customer-services-team h1 { font-size: 20px; font-weight: 100; }
- /* section - request a catalogue */
- .body .form {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- background-color: #e3e3e3;
- border: 1px solid #c9c9c9;
- box-sizing: border-box;
- }
- .body .form form {
- position: relative;
- display: inline-block;
- width: 90%;
- padding: 0 5% 20px 5%;
- }
- .body .form h1 {
- position: relative;
- display: inline-block;
- width: 100%;
- font-size: 26px;
- font-family: sans-serif;
- font-weight: bold;
- color: #8ec640;
- text-align: left;
- margin: 20px 0;
- padding: 0 5%;
- }
- .body .form input,
- .body .form select {
- color: #8ec640;
- font-size: 13px;
- border: none;
- padding: 13px 5px;
- margin: 3px 0;
- background-color: #ffffff;
- border-radius: 2px;
- font-family: arial;
- box-sizing: border-box;
- border: 1px solid #c9c9c9;
- }
- .body .form input:focus,
- .body .form input:valid {
- box-shadow: none;
- outline: none;
- background-position: 0 0;
- border: 1px solid #c9c9c9;
- }
- .body .form .inname { width: 100%; float: left; }
- .body .form .injobtitle { width: 49%; float: left; }
- .body .form .incompany { width: 49%; float: right; }
- .body .form .inemail { width: 49%; float: left; }
- .body .form .inphone { width: 49%; float: right; }
- .body .form .inaddress { width: 100%; float: left; }
- .body .form .indropdown { width: 100%; float: left; -webkit-appearance: none; }
- .body .form .buttoncontainer {
- position: relative;
- display: inline-block;
- width: 100%;
- }
- .body .form .insubmit {
- font-size: 14px;
- float: left;
- padding: 15px 40px;
- font-family: 'Raleway';
- margin-top: 10px;
- border: 2px solid #8ec640;
- background-color: #8ec640;
- color: #ffffff;
- width: 100%;
- cursor: pointer;
- transition: all 0.2s ease;
- -webkit-appearance: none;
- }
- .body .form .insubmit:hover {
- background-color: #ffffff;
- color: #8ec640;
- }
- .innercont .body .column.c1 .contact-details h2 {
- font-weight: 100;
- }
- /* MEDIA QUERIES */
- /* ----------------------------------------------------*/
- /* Code That Doesnt Change Between Mobile Resolution */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 0px) and (max-width : 992px) {
- .innercont .body .column.c1 { width: 100%; margin-right: 0; }
- .innercont .body .column.c2 { width: 100%; padding: 0; }
- }
- /* ----------------------------------------------------*/
- /* Custom, iPhone Retina */
- /* ----------------------------------------------------*/
- @media only screen and (max-width : 320px) {
- .body .form .injobtitle { width: 100%; float: left; }
- .body .form .incompany { width: 100%; float: left; }
- .body .form .inemail { width: 100%; float: left; }
- .body .form .inphone { width: 100%; float: left; }
- .body .contact.manager .contact-details { margin-left: 0; margin-top: 0; }
- }
- /* ----------------------------------------------------*/
- /* Extra Small Devices, Phones */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 320px) and (max-width : 480px) {
- .body .form .injobtitle { width: 100%; float: left; }
- .body .form .incompany { width: 100%; float: left; }
- .body .form .inemail { width: 100%; float: left; }
- .body .form .inphone { width: 100%; float: left; }
- .body .contact {
- position: relative;
- display: inline-block;
- float: none;
- width: 80%;
- box-sizing: border-box;
- margin: 20px 0px 20px 0;
- background-color: #e1e1e1;
- border: 1px solid #c8c8c8;
- padding: 20px 20px 0px 20px;
- text-align: center;
- }
- .body .contact.manager .contact-details { margin-left: 0; margin-top: 0; }
- }
- /* ----------------------------------------------------*/
- /* Small Devices, Tablets */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 480px) and (max-width : 768px) {
- .body .contact.manager .contact-details { margin-left: 0; margin-top: 0; }
- }
- /* ----------------------------------------------------*/
- /* Medium Devices, Desktops */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 768px) and (max-width : 992px) {
- }
- /* ----------------------------------------------------*/
- /* Large Devices, Wide Screens */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 992px) and (max-width : 1200px) {
- }
Advertisement
Add Comment
Please, Sign In to add comment