fonts, grid
This commit is contained in:
@@ -20,14 +20,14 @@ html, body {
|
||||
|
||||
body {
|
||||
background: #fff;
|
||||
color: #444;
|
||||
color: #000;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale; }
|
||||
|
||||
a {
|
||||
color: #1BB3E9; }
|
||||
color: #000; }
|
||||
a:hover {
|
||||
color: #0e6e90; }
|
||||
color: black; }
|
||||
|
||||
b, strong, label, th {
|
||||
font-weight: 600; }
|
||||
@@ -77,23 +77,23 @@ b, strong, label, th {
|
||||
z-index: 10;
|
||||
width: 100%;
|
||||
height: 5rem;
|
||||
background-color: rgba(255, 255, 255, 0.9);
|
||||
background-color: white;
|
||||
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15); }
|
||||
#header.scrolled {
|
||||
height: 3rem;
|
||||
background-color: rgba(255, 255, 255, 0.9) !important;
|
||||
box-shadow: 0 0.05rem 1rem rgba(0, 0, 0, 0.15) !important; }
|
||||
#header.scrolled #logo h3 {
|
||||
color: #444 !important;
|
||||
color: #000 !important;
|
||||
font-size: 1.6rem !important; }
|
||||
#header.scrolled #logo a, #header.scrolled #navbar span {
|
||||
color: #444 !important; }
|
||||
color: #000 !important; }
|
||||
#header.scrolled #navbar a {
|
||||
color: #1BB3E9 !important; }
|
||||
color: #000 !important; }
|
||||
#header.scrolled #navbar a:hover {
|
||||
color: #0e6e90 !important; }
|
||||
color: black !important; }
|
||||
#header.scrolled #navbar a:before, #header.scrolled #navbar a:after {
|
||||
background-color: #1BB3E9 !important; }
|
||||
background-color: #000 !important; }
|
||||
#header.scrolled .navigation {
|
||||
margin-top: 0.5rem !important; }
|
||||
#header > .grid, #header #logo, #header #navbar {
|
||||
@@ -103,13 +103,11 @@ b, strong, label, th {
|
||||
#header #logo h3 {
|
||||
font-size: 2rem;
|
||||
line-height: 2rem;
|
||||
margin: 0;
|
||||
text-transform: uppercase; }
|
||||
margin: 0; }
|
||||
#header #logo h3 a {
|
||||
color: #444; }
|
||||
color: #000; }
|
||||
#header #navbar {
|
||||
font-size: 0.9rem;
|
||||
text-transform: capitalize;
|
||||
/* Child Indicator */ }
|
||||
#header #navbar .has-children > a > span {
|
||||
display: inline-block;
|
||||
@@ -136,7 +134,8 @@ b, strong, label, th {
|
||||
#header #navbar ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none; }
|
||||
list-style: none;
|
||||
text-transform: uppercase; }
|
||||
#header #navbar ul.navigation {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
@@ -148,7 +147,7 @@ b, strong, label, th {
|
||||
/* Dropdown CSS */
|
||||
/* Active on Hover */ }
|
||||
#header #navbar ul.navigation li a {
|
||||
font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
font-family: "Sarabun ExtraBold", sans-serif;
|
||||
display: inline-block;
|
||||
padding: 0.3rem 0.8rem;
|
||||
-webkit-backface-visibility: hidden; }
|
||||
@@ -159,7 +158,7 @@ b, strong, label, th {
|
||||
height: 1px;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
background-color: #1BB3E9;
|
||||
background-color: #000;
|
||||
visibility: hidden;
|
||||
-webkit-transform: scaleX(0);
|
||||
-moz-transform: scaleX(0);
|
||||
@@ -208,9 +207,9 @@ b, strong, label, th {
|
||||
/* Active Dropdown nav item */ }
|
||||
#header #navbar ul.navigation li ul li.active > a {
|
||||
background-color: #ececec;
|
||||
color: #1BB3E9; }
|
||||
color: #000; }
|
||||
#header #navbar ul.navigation li ul li:hover > a {
|
||||
background-color: #1BB3E9;
|
||||
background-color: #000;
|
||||
color: #fff; }
|
||||
#header #navbar ul.navigation li ul li a {
|
||||
display: block;
|
||||
@@ -241,18 +240,22 @@ b, strong, label, th {
|
||||
.header-image.fullwidth #body > .listing-row {
|
||||
padding-left: 7rem;
|
||||
padding-right: 7rem; }
|
||||
|
||||
.header-image .listing-row:last-child {
|
||||
margin-bottom: 2rem; }
|
||||
|
||||
.header-image #body .flush-top {
|
||||
margin-top: -9.5rem;
|
||||
padding-top: 9rem; }
|
||||
|
||||
.header-image #breadcrumbs {
|
||||
margin-top: 1rem; }
|
||||
|
||||
.header-image #header {
|
||||
background-color: rgba(255, 255, 255, 0);
|
||||
box-shadow: none; }
|
||||
.header-image #header .navigation .has-children:hover a {
|
||||
color: #1BB3E9; }
|
||||
color: #000; }
|
||||
.header-image #header #logo h3, .header-image #header #logo a {
|
||||
color: #FFFFFF; }
|
||||
.header-image #header a, .header-image #header .menu-btn {
|
||||
@@ -292,15 +295,17 @@ b, strong, label, th {
|
||||
color: #fff; }
|
||||
|
||||
html, body, button, input, select, textarea, .pure-g, .pure-g [class*="pure-u"] {
|
||||
font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
font-weight: 400; }
|
||||
font-family: "Sarabun Regular", sans-serif; }
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
h1 {
|
||||
font-family: "Sarabun ExtraBold", sans-serif;
|
||||
font-weight: 400;
|
||||
text-rendering: optimizeLegibility;
|
||||
letter-spacing: -0px; }
|
||||
|
||||
h2, h3, h5, h6 {
|
||||
font-family: "Sarabun Light", sans-serif; }
|
||||
|
||||
h1 {
|
||||
font-size: 3.2rem; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
@@ -312,6 +317,7 @@ h1 {
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h2 {
|
||||
font-size: 2.1rem; } }
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h2 {
|
||||
font-size: 2rem; } }
|
||||
@@ -319,47 +325,37 @@ h1 {
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h3 {
|
||||
font-size: 1.7rem; } }
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h3 {
|
||||
font-size: 1.6rem; } }
|
||||
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h4 {
|
||||
font-size: 1.35rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h4 {
|
||||
font-size: 1.25rem; } }
|
||||
h4 {
|
||||
font-family: "Sarabun Regular", sans-serif;
|
||||
font-weight: bold; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h4 {
|
||||
font-size: 1.35rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h4 {
|
||||
font-size: 1.25rem; } }
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
letter-spacing: -3px; }
|
||||
letter-spacing: -0px; }
|
||||
|
||||
h2 {
|
||||
letter-spacing: -2px; }
|
||||
letter-spacing: -0px; }
|
||||
|
||||
h3 {
|
||||
letter-spacing: -1px; }
|
||||
|
||||
h1 + h2 {
|
||||
margin: -2rem 0 2rem 0;
|
||||
font-size: 2rem;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
font-weight: 300; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h1 + h2 {
|
||||
font-size: 1.6rem; } }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
h1 + h2 {
|
||||
font-size: 1.5rem; } }
|
||||
letter-spacing: -0px; }
|
||||
|
||||
h2 + h3 {
|
||||
margin: 0.5rem 0 2rem 0;
|
||||
font-size: 2rem;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
font-family: "Raleway", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
font-family: "Sarabun Light", sans-serif;
|
||||
font-weight: 300; }
|
||||
@media only all and (min-width: 48em) and (max-width: 59.938em) {
|
||||
h2 + h3 {
|
||||
@@ -368,6 +364,9 @@ h2 + h3 {
|
||||
h2 + h3 {
|
||||
font-size: 1.5rem; } }
|
||||
|
||||
p {
|
||||
font-size: 19px; }
|
||||
|
||||
blockquote {
|
||||
border-left: 10px solid #F0F2F4; }
|
||||
blockquote p {
|
||||
@@ -451,12 +450,12 @@ hr {
|
||||
padding: 25px;
|
||||
float: left;
|
||||
clear: both;
|
||||
background: #1BB3E9;
|
||||
background: #000;
|
||||
color: #fff; }
|
||||
|
||||
.label {
|
||||
vertical-align: middle;
|
||||
background: #1BB3E9;
|
||||
background: #000;
|
||||
border-radius: 100%;
|
||||
color: #fff;
|
||||
height: 1rem;
|
||||
@@ -465,7 +464,7 @@ hr {
|
||||
display: inline-block;
|
||||
text-align: center;
|
||||
font-size: 0.7rem;
|
||||
font-family: "Montserrat", "Helvetica", "Tahoma", "Geneva", "Arial", sans-serif;
|
||||
font-family: "Sarabun ExtraBold", sans-serif;
|
||||
margin-right: 0.75rem; }
|
||||
|
||||
fieldset {
|
||||
@@ -478,8 +477,8 @@ textarea, input[type="email"], input[type="number"], input[type="password"], inp
|
||||
textarea:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="url"]:hover, input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="month"]:hover, input[type="time"]:hover, input[type="week"]:hover, select[multiple=multiple]:hover {
|
||||
border-color: #c4c4c4; }
|
||||
textarea:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="url"]:focus, input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, select[multiple=multiple]:focus {
|
||||
border-color: #1BB3E9;
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 163, 214, 0.7); }
|
||||
border-color: #000;
|
||||
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(0, 0, 0, 0.7); }
|
||||
|
||||
.form-field .required {
|
||||
color: #F3443F;
|
||||
@@ -491,6 +490,7 @@ textarea, input[type="email"], input[type="number"], input[type="password"], inp
|
||||
|
||||
form .buttons {
|
||||
text-align: center; }
|
||||
|
||||
form input {
|
||||
font-weight: 400; }
|
||||
|
||||
@@ -508,14 +508,14 @@ td {
|
||||
|
||||
.button {
|
||||
background: #fff;
|
||||
color: #1BB3E9;
|
||||
border: 1px solid #1BB3E9;
|
||||
color: #000;
|
||||
border: 1px solid #000;
|
||||
border-radius: 3px; }
|
||||
.button:hover {
|
||||
background: #1BB3E9;
|
||||
background: #000;
|
||||
color: #fff; }
|
||||
.button:active {
|
||||
box-shadow: 0 1px 0 #118ab5; }
|
||||
box-shadow: 0 1px 0 black; }
|
||||
|
||||
.button-secondary {
|
||||
background: #fff;
|
||||
@@ -558,7 +558,7 @@ td {
|
||||
|
||||
.bullet-icon {
|
||||
float: left;
|
||||
background: #1BB3E9;
|
||||
background: #000;
|
||||
padding: 0.875rem;
|
||||
width: 3.5rem;
|
||||
height: 3.5rem;
|
||||
@@ -568,13 +568,13 @@ td {
|
||||
text-align: center; }
|
||||
|
||||
.bullet-icon-1 {
|
||||
background: #1BB3E9; }
|
||||
background: #000; }
|
||||
|
||||
.bullet-icon-2 {
|
||||
background: #1be9da; }
|
||||
background: black; }
|
||||
|
||||
.bullet-icon-3 {
|
||||
background: #d5e91b; }
|
||||
background: black; }
|
||||
|
||||
.bullet-content {
|
||||
margin-left: 4.55rem; }
|
||||
@@ -602,9 +602,9 @@ td {
|
||||
border-bottom: 0; }
|
||||
#panel .navigation li.active > a {
|
||||
background: #fff;
|
||||
color: #444; }
|
||||
color: #000; }
|
||||
#panel .navigation li.active > a:hover {
|
||||
color: #444; }
|
||||
color: #000; }
|
||||
#panel .navigation li:first-child {
|
||||
border-top: 1px solid #3d3d3d; }
|
||||
#panel .navigation li ul {
|
||||
@@ -655,9 +655,9 @@ td {
|
||||
.list-item .list-blog-header h4 {
|
||||
margin-bottom: 0.5rem; }
|
||||
.list-item .list-blog-header h4 a {
|
||||
color: #444; }
|
||||
color: #000; }
|
||||
.list-item .list-blog-header h4 a:hover {
|
||||
color: #1BB3E9; }
|
||||
color: #000; }
|
||||
.list-item .list-blog-header img {
|
||||
display: block;
|
||||
margin-top: 1rem;
|
||||
@@ -682,7 +682,7 @@ td {
|
||||
.tags a {
|
||||
display: inline-block;
|
||||
font-size: 0.8rem;
|
||||
border: 1px solid #1BB3E9;
|
||||
border: 1px solid #000;
|
||||
border-radius: 3px;
|
||||
padding: 0.1rem 0.4rem;
|
||||
margin-bottom: 0.2rem;
|
||||
@@ -699,6 +699,7 @@ td {
|
||||
|
||||
.related-pages li a {
|
||||
display: block; }
|
||||
|
||||
.related-pages .score {
|
||||
display: block;
|
||||
float: right;
|
||||
@@ -748,12 +749,15 @@ ul.pagination {
|
||||
|
||||
.simplesearch h1 {
|
||||
margin-bottom: 0; }
|
||||
|
||||
.simplesearch .center {
|
||||
text-align: center; }
|
||||
|
||||
.simplesearch input {
|
||||
display: inline-block;
|
||||
max-width: 30rem;
|
||||
font-size: 2rem; }
|
||||
|
||||
.simplesearch .search-image {
|
||||
margin-top: 1rem; }
|
||||
.simplesearch .search-image img {
|
||||
@@ -761,25 +765,29 @@ ul.pagination {
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.simplesearch .search-image img {
|
||||
display: none; } }
|
||||
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.simplesearch .search-item {
|
||||
margin-left: 0; } }
|
||||
|
||||
.simplesearch .search-wrapper .search-submit {
|
||||
height: 52px;
|
||||
padding: 0 10px; }
|
||||
.simplesearch .search-wrapper .search-submit img {
|
||||
width: 30px; }
|
||||
|
||||
.simplesearch .search-details {
|
||||
float: right;
|
||||
margin-top: -2.5rem;
|
||||
font-weight: bold;
|
||||
font-size: 1rem;
|
||||
color: #777777; }
|
||||
color: #333333; }
|
||||
@media only all and (max-width: 47.938em) {
|
||||
.simplesearch .search-details {
|
||||
float: none;
|
||||
margin-top: -0.2rem;
|
||||
margin-bottom: 1rem; } }
|
||||
|
||||
.simplesearch hr {
|
||||
border-bottom: 1px solid #eee; }
|
||||
|
||||
@@ -796,6 +804,7 @@ ul.pagination {
|
||||
color: #FFFFFF; }
|
||||
.modular.header-image #header #navbar a {
|
||||
color: #FFFFFF; }
|
||||
|
||||
.modular .showcase {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
@@ -865,7 +874,7 @@ ul.pagination {
|
||||
width: 100%; } }
|
||||
.modular .features .feature i.fa {
|
||||
font-size: 2rem;
|
||||
color: #1BB3E9; }
|
||||
color: #000; }
|
||||
.modular .features .feature h4 {
|
||||
margin: 0;
|
||||
font-size: 1.1rem; }
|
||||
@@ -920,5 +929,3 @@ ul.pagination {
|
||||
|
||||
.modular .modular-row:last-child {
|
||||
margin-bottom: 2rem; }
|
||||
|
||||
/*# sourceMappingURL=template.css.map */
|
||||
|
||||
Reference in New Issue
Block a user