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: 100px;
- background-color: #ffffff;
- float: left;
- width: 80%;
- }
- .headerimage {
- position: absolute;
- display: inline-block;
- width: 100%;
- top: 0;
- left: 0;
- }
- .headerimage img {
- width: 100%;
- }
- .innercont {
- position: relative;
- display: -webkit-flex;
- display: -webkit-box;
- display: -moz-flex;
- display: -ms-flex;
- display: flex;
- float: left;
- margin: 100px 10% 0 10%;
- width: 80%;
- }
- .section {
- position: relative;
- display: inline-block;
- float: left;
- background-color: #ffffff;
- align-items: stretch;
- }
- .section.s1 { width: 20%; }
- .section.s2 { width: 70%; }
- .section.s3 { width: 10%; }
- .section .authorcircle {
- position: absolute;
- display: inline-block;
- top: 100px;
- left: 50%;
- transform: translateX(-50%);
- width: 100px;
- height: 100px;
- border-radius: 50%;
- border: 2px solid #a1a1a1;
- background-color: #ffffff;
- overflow: hidden;
- }
- .section .authorcircle img {
- width: 100%;
- height: 100%;
- }
- .section.s1 h1 {
- position: absolute;
- display: inline-block;
- top: 210px;
- left: 50%;
- transform: translateX(-50%);
- font-size: 17px;
- font-family: sans-serif;
- font-weight: 100;
- color: #000000;
- width: 100%;
- text-align: center;
- }
- .section.s1 h1:nth-child(3) {
- color: #6b6b6b;
- top: 240px;
- }
- .section .title {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- margin: 40px 0 0;
- }
- .section .title h1 {
- font-size: 24px;
- font-family: sans-serif;
- font-weight: 600;
- color: #363636;
- }
- .section .body {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- }
- .section .body h1 {
- position: relative;
- width: 100%;
- font-size: 20px;
- font-family: sans-serif;
- font-weight: 600;
- color: #6b6b6b;
- margin: 17px 0;
- float: left;
- }
- .section .body h2 {
- position: relative;
- font-size: 17px;
- font-family: sans-serif;
- font-weight: 100;
- color: #6b6b6b;
- margin: 17px 0;
- line-height: 25px;
- width: 100%;
- float: left;
- }
- .section .body h2.textcenter { text-align: center; }
- .section .body h2 span {
- font-weight: bold;
- }
- .section .body h2 a {
- font-weight: 600;
- color: #8ec640;
- text-decoration: none;
- }
- .section .body .imagecont {
- display: inline-block;
- position: relative;
- float: left;
- width: 100%;
- text-align: center;
- }
- .section .body .imagecont img { width: 100%; }
- .section .body .imagecont.small { height: 100px; }
- .section .body .imagecont.small img { height: 100px; width: auto; }
- .section .body .imagecont.medium { height: 200px; }
- .section .body .imagecont.medium img { height: 200px; width: auto; }
- .section .body .imagecont.large { height: 300px; }
- .section .body .imagecont.large img { height: 300px; width: auto; }
- .section .body .listtable {
- position: relative;
- float: left;
- border: 1px solid #BCBEC0;
- width: 100%;
- font-family: sans-serif;
- font-size: 17px;
- border-collapse: collapse;
- }
- .section .body .listtable th {
- font-weight: 600;
- color: #6b6b6b;
- padding: 17px 2%;
- text-align: center;
- border-left: 1px solid #BCBEC0;
- }
- .section .body .listtable td {
- text-align: left;
- color: #6b6b6b;
- padding: 17px 2%;
- vertical-align: top;
- border-left: 1px solid #BCBEC0;
- }
- .section .body .listtable td:first-child { border-left: none; }
- .section .body .listtable th:first-child { border-left: none; }
- .section .body .imagetable {
- position: relative;
- float: left;
- width: 100%;
- border-collapse: collapse;
- }
- .section .body .imagetable img {
- position: relative;
- left: 50%;
- transform: translateX(-50%);
- max-width: 90%;
- max-height: 90%;
- }
- .section .body .imagetable .width25 { width: 25%; }
- .section .body .imagetable .width50 { width: 50%; }
- .section .body .imagetable .width75 { width: 75%; }
- .section .body .hori-line {
- position: relative;
- display: inline-block;
- width: 100%;
- background-color: #bcbcbc;
- height: 2px;
- margin: 20px 0;
- }
- .scrollbacktotop-container {
- position: relative;
- float: left;
- width: 100%;
- text-align: center;
- }
- .scrollbacktotop-container .scrollbacktotop {
- position: relative;
- display: inline-block;
- background-color: #8ec640;
- width: 150px;
- height: 50px;
- margin-top: 20px;
- cursor: pointer;
- }
- .scrollbacktotop-container .scrollbacktotop h1 {
- position: absolute;
- display: inline-block;
- color: #ffffff;
- font-size: 15px;
- font-family: sans-serif;
- font-weight: 600;
- left: 10px;
- top: 50%;
- transform: translateY(-50%);
- }
- .scrollbacktotop-container .scrollbacktotop img {
- position: absolute;
- display: inline-block;
- right: 10px;
- top: 50%;
- transform: translateY(-50%);
- height: 50%;
- }
- .section .socialcontainer {
- position: relative;
- display: inline-block;
- color: #ffffff;
- width: 100%;
- float: left;
- text-align: center;
- }
- .section .socialbuttons {
- position: relative;
- display: inline-block;
- width: 44%;
- margin: 30px 0 0;
- }
- .section .button {
- position: relative;
- display: inline-block;
- width: 40px;
- height: 40px;
- background-color: transparent;
- text-align: center;
- float: left;
- /* margin: 0 20%; */
- border-right: none;
- }
- .section .button img {
- width: 16px;
- height: 16px;
- float: left;
- position: absolute;
- left: 12px;
- top: 7px;
- }
- .comments-section {
- position: relative;
- display: inline-block;
- width: 100%;
- margin: 20px 0;
- border-top: 2px solid #979797;
- padding-top: 20px;
- }
- .comments-section .comment-input {
- position: relative;
- display: inline-block;
- border: none;
- margin: 3px 0;
- background-color: #dfdfdf;
- border-radius: 2px;
- font-size: 16px;
- font-family: sans-serif;
- font-weight: bold;
- color: #f3bc15;
- padding: 10px;
- resize: none;
- height: 200px;
- width: 100%;
- box-sizing: border-box;
- }
- .comments-section .comment-submit {
- position: relative;
- display: inline-block;
- font-size: 14px;
- float: left;
- padding: 15px 40px;
- margin-top: 10px;
- border: 2px solid #8ec640;
- background-color: #8ec640;
- color: #ffffff;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 14px;
- width: 100%;
- cursor: pointer;
- transition: all 0.2s ease;
- -webkit-appearance: none;
- margin-bottom: 30px;
- }
- .comments-section .comment-submit:hover {
- background-color: #ffffff;
- color: #8ec640;
- }
- .comments-section input:focus,
- .comments-section input:valid {
- box-shadow: none;
- outline: none;
- background-position: 0 0;
- }
- .comments-section .comment {
- position: relative;
- display: inline-block;
- margin-top: -5px;
- width: 100%;
- border: 1px solid #595959;
- box-sizing: border-box;
- }
- .comments-section .comment .name {
- position: relative;
- display: inline-block;
- float: left;
- width: 50%;
- text-align: left;
- padding: 5px 0px 5px 20px;
- box-sizing: border-box;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 14px;
- color: #9d9d9d;
- border-bottom: 1px solid #cdcdcd;
- }
- .comments-section .comment .date {
- position: relative;
- display: inline-block;
- float: left;
- width: 50%;
- text-align: right;
- padding: 5px 20px 5px 0px;
- box-sizing: border-box;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 14px;
- color: #9d9d9d;
- border-bottom: 1px solid #cdcdcd;
- }
- .comments-section .comment .text {
- position: relative;
- display: inline-block;
- float: left;
- width: 100%;
- text-align: left;
- padding: 15px 20px 15px 20px;
- box-sizing: border-box;
- font-family: sans-serif;
- font-weight: 400;
- font-size: 14px;
- line-height: 20px;
- color: #4e4e4e;
- }
- /* ----------------------------------------------------*/
- /* Code That Doesnt Change Between Mobile Resolution */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 0px) and (max-width : 992px) {
- .innercont {
- position: relative;
- display: inline-block;
- float: left;
- margin: 10vw 5% 0 5%;
- width: 90%;
- }
- .section {
- position: relative;
- display: inline-block;
- float: left;
- background-color: #ffffff;
- align-items: initial;
- }
- .section.s1 { width: 90%; margin: 0 5%; height: 160px; }
- .section.s2 { width: 90%; margin: 0 5%; }
- .section.s3 { width: 90%; margin: 0 5%; }
- .section .authorcircle {
- top: 10px;
- }
- .section.s1 h1 { top: 120px; }
- .section.s1 h1:nth-child(3) { top: 140px; }
- .section .button { float: none; }
- .section .socialbuttons { width: 100%; }
- }
- /* ----------------------------------------------------*/
- /* Custom, iPhone Retina */
- /* ----------------------------------------------------*/
- @media only screen and (max-width : 320px) {
- }
- /* ----------------------------------------------------*/
- /* Extra Small Devices, Phones */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 320px) and (max-width : 480px) {
- }
- /* ----------------------------------------------------*/
- /* Small Devices, Tablets */
- /* ----------------------------------------------------*/
- @media only screen and (min-width : 480px) and (max-width : 768px) {
- }
- /* ----------------------------------------------------*/
- /* 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