code stringlengths 2k 1.04M | repo_path stringlengths 5 517 | parsed_code stringlengths 0 1.04M | quality_prob float64 0.02 0.95 | learning_prob float64 0.02 0.93 |
|---|---|---|---|---|
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
font-family: 'Poppins', sans-serif;
background-color: #f4f3ef;
}
.wrapper {
display: flex;
}
.content-wrapper {
position: relative;
margin-left: 250px;
width: 100%;
}
.content {
padding: 10px 80px;
}
.content-wrapper .nav {
border-bottom: 1px #d5d5d5 solid;
color: #747474;
padding: 23px 50px;
}
.content-wrapper .nav .navbar-btn {
display: none;
top: 15px;
right: 8px;
}
.panel {
background-color: #fff;
border-radius: 5px;
border: 1px #d5d5d5 solid;
box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}
.panel header {
color: #53BD82;
font-weight: bold;
font-size: 20px;
padding: 10px 15px;
border-bottom: 1px #d5d5d5 solid;
}
.panel .panel-body {
padding: 20px;
}
.sidebar {
position: fixed;
min-width: 250px;
max-width: 250px;
min-height: 100vh;
background: #fff;
transition: all 0.3s;
z-index: 99999;
border-right: 1px #d5d5d5 solid;
}
.sidebar a, a:hover, a:focus {
color: inherit;
text-decoration: none;
transition: all 0.3s;
}
.navbar-btn {
position: absolute;
right: 0;
}
.sidebar .sidebar-header {
padding: 20px;
margin-left: 15px;
margin-right: 20px;
border-bottom: 1px solid #d5d5d5;
font-size: 20px;
text-align: center;
}
.sidebar ul.components {
padding: 20px 0;
}
.sidebar ul li a {
padding: 10px 10px 10px 20px;
font-size: 1.1em;
display: block;
color: #959595;
width: 100%;
}
.sidebar ul li a:hover {
color: #313131;
}
.sidebar ul li.active > a {
color: #53BD82;
}
@media (max-width: 768px) {
.sidebar {
margin-left: -250px;
}
.sidebar.active {
margin-left: 0;
}
.content-wrapper {
margin-left: 0;
}
.content-wrapper .nav .navbar-btn {
display: inline-block;
}
.content {
padding: 10px 10px;
}
}
ul.node-list {
padding: 0;
list-style-type: none;
width: 100%;
max-height: 350px;
min-height: 0px;
overflow: auto;
}
.node-list li {
list-style-type: none;
display: block;
background-color: #53BD82;
color: #fff;
margin-bottom: 5px;
}
.node-list li a {
color: #fff;
display: block;
width: 100%;
padding: 8px;
border: 1px transparent solid;
border-left: 8px #149D51 solid;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.node-list li a.active {
background-color: #fff;
color: #000;
border: 1px #149D51 solid;
border-left: 8px #149D51 solid;
}
.node-list li a.active:hover {
background-color: #fff;
}
.node-list li a:hover {
background-color: #73CD9A;
}
.node-details {
border-left: 1px #d5d5d5 solid;
padding-left: 20px;
}
.node-details a {
color: #149D51;
}
.node-details a:hover {
color: #000;
}
.files {
width: 100%;
height: 500px;
border: 1px #d5d5d5 solid;
} | ui/src/App.css | @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
font-family: 'Poppins', sans-serif;
background-color: #f4f3ef;
}
.wrapper {
display: flex;
}
.content-wrapper {
position: relative;
margin-left: 250px;
width: 100%;
}
.content {
padding: 10px 80px;
}
.content-wrapper .nav {
border-bottom: 1px #d5d5d5 solid;
color: #747474;
padding: 23px 50px;
}
.content-wrapper .nav .navbar-btn {
display: none;
top: 15px;
right: 8px;
}
.panel {
background-color: #fff;
border-radius: 5px;
border: 1px #d5d5d5 solid;
box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
}
.panel header {
color: #53BD82;
font-weight: bold;
font-size: 20px;
padding: 10px 15px;
border-bottom: 1px #d5d5d5 solid;
}
.panel .panel-body {
padding: 20px;
}
.sidebar {
position: fixed;
min-width: 250px;
max-width: 250px;
min-height: 100vh;
background: #fff;
transition: all 0.3s;
z-index: 99999;
border-right: 1px #d5d5d5 solid;
}
.sidebar a, a:hover, a:focus {
color: inherit;
text-decoration: none;
transition: all 0.3s;
}
.navbar-btn {
position: absolute;
right: 0;
}
.sidebar .sidebar-header {
padding: 20px;
margin-left: 15px;
margin-right: 20px;
border-bottom: 1px solid #d5d5d5;
font-size: 20px;
text-align: center;
}
.sidebar ul.components {
padding: 20px 0;
}
.sidebar ul li a {
padding: 10px 10px 10px 20px;
font-size: 1.1em;
display: block;
color: #959595;
width: 100%;
}
.sidebar ul li a:hover {
color: #313131;
}
.sidebar ul li.active > a {
color: #53BD82;
}
@media (max-width: 768px) {
.sidebar {
margin-left: -250px;
}
.sidebar.active {
margin-left: 0;
}
.content-wrapper {
margin-left: 0;
}
.content-wrapper .nav .navbar-btn {
display: inline-block;
}
.content {
padding: 10px 10px;
}
}
ul.node-list {
padding: 0;
list-style-type: none;
width: 100%;
max-height: 350px;
min-height: 0px;
overflow: auto;
}
.node-list li {
list-style-type: none;
display: block;
background-color: #53BD82;
color: #fff;
margin-bottom: 5px;
}
.node-list li a {
color: #fff;
display: block;
width: 100%;
padding: 8px;
border: 1px transparent solid;
border-left: 8px #149D51 solid;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.node-list li a.active {
background-color: #fff;
color: #000;
border: 1px #149D51 solid;
border-left: 8px #149D51 solid;
}
.node-list li a.active:hover {
background-color: #fff;
}
.node-list li a:hover {
background-color: #73CD9A;
}
.node-details {
border-left: 1px #d5d5d5 solid;
padding-left: 20px;
}
.node-details a {
color: #149D51;
}
.node-details a:hover {
color: #000;
}
.files {
width: 100%;
height: 500px;
border: 1px #d5d5d5 solid;
} | 0.446977 | 0.110759 |
body {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.wrapper {
padding: 1rem;
}
/* column styles */
.column__list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
grid-gap: .5rem;
align-items: start;
/* uncomment these lines if you want to have the standard Trello behavior instead of the column wrapping */
/* grid-auto-flow: column;
grid-auto-columns: minmax(260px, 1fr); */
}
.column__item {
border-radius: .2rem;
background-color: #dfe3e6;
padding: .5rem;
display: block;
visibility: visible;
}
.column__title--wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
padding: .25rem;
align-items: center;
}
.column__title--wrapper h2 {
color: #17394d;
font-weight: 700;
font-size: .9rem;
}
.column__title--wrapper i {
text-align: right;
color: #798d99;
}
.column__description {
border-radius: .2rem;
background-color: #dfe3e6;
padding: .5rem;
}
.column__item--cta {
padding: .25rem;
display: flex;
color: #798d99;
}
.column__item--cta i {
margin-right: .25rem;
}
/* card styles */
.card__item {
font-size: .75rem;
/*padding: .1rem .5rem;*/
/*border-radius: .25rem;*/
font-weight: 700;
background-color: white;
border-radius: .25rem;
box-shadow: 0 1px 0 rgba(9, 45, 66, .25);
padding: .5rem;
margin: .5rem;
display: block;
visibility: visible;
}
.card__tag {
font-size: .75rem;
padding: .1rem .5rem;
border-radius: .25rem;
font-weight: 700;
color: white;
margin-bottom: .75rem;
display: inline-block;
}
.card__image {
width: 100%;
margin-bottom: .25rem;
}
/* sticker colors */
.card__tag--design {
background-color: #61bd4f;
}
.card__tag--browser {
background-color: #c377e0;
}
.card__tag--mobile {
background-color: #f2d600;
}
.card__tag--high {
background-color: #eb5a46;
}
.card__tag--low {
background-color: #00c2e0;
}
.card__title {
color: #17394d;
font-size: .99rem;
font-weight: 800;
margin-bottom: .5rem;
}
.card__description {
color: #17394d;
font-style: italic;
font-size: .84rem;
font-weight: 700;
display: block;
padding: .2rem;
margin-bottom: .75rem;
}
.card__description_sm {
color: #17394d;
font-style: italic;
font-size: .64rem;
font-weight: 600;
display: block;
padding: .2rem;
margin-bottom: .75rem;
overflow-wrap: break-word;
}
.card__el {
font-size: .75rem;
font-weight: 700;
display: block;
margin-bottom: .75rem;
}
.card__sm_el {
font-size: .6rem;
font-weight: 600;
margin-bottom: .75rem;
}
/* card actions */
.card__actions {
display: flex;
align-items: center;
margin-top: .2rem;
margin-bottom: .1rem;
}
.card__actions--wrapper i {
color: #798d99;
margin-right: .5rem;
}
.card__actions--text {
color: #798d99;
font-size: .8rem;
margin-left: -.25rem;
margin-right: .5rem;
}
.card__avatars {
display: flex;
flex: 1;
justify-content: flex-end;
}
.card__avatars--item {
margin-left: .25rem;
width: 28px;
height: 28px;
}
.avatar__image {
border-radius: 50%;
width: 100%;
height: 100%;
object-fit: cover;
} | src/dashboards/cards/trello-style.css |
body {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
}
.wrapper {
padding: 1rem;
}
/* column styles */
.column__list {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
grid-gap: .5rem;
align-items: start;
/* uncomment these lines if you want to have the standard Trello behavior instead of the column wrapping */
/* grid-auto-flow: column;
grid-auto-columns: minmax(260px, 1fr); */
}
.column__item {
border-radius: .2rem;
background-color: #dfe3e6;
padding: .5rem;
display: block;
visibility: visible;
}
.column__title--wrapper {
display: grid;
grid-template-columns: repeat(2, 1fr);
padding: .25rem;
align-items: center;
}
.column__title--wrapper h2 {
color: #17394d;
font-weight: 700;
font-size: .9rem;
}
.column__title--wrapper i {
text-align: right;
color: #798d99;
}
.column__description {
border-radius: .2rem;
background-color: #dfe3e6;
padding: .5rem;
}
.column__item--cta {
padding: .25rem;
display: flex;
color: #798d99;
}
.column__item--cta i {
margin-right: .25rem;
}
/* card styles */
.card__item {
font-size: .75rem;
/*padding: .1rem .5rem;*/
/*border-radius: .25rem;*/
font-weight: 700;
background-color: white;
border-radius: .25rem;
box-shadow: 0 1px 0 rgba(9, 45, 66, .25);
padding: .5rem;
margin: .5rem;
display: block;
visibility: visible;
}
.card__tag {
font-size: .75rem;
padding: .1rem .5rem;
border-radius: .25rem;
font-weight: 700;
color: white;
margin-bottom: .75rem;
display: inline-block;
}
.card__image {
width: 100%;
margin-bottom: .25rem;
}
/* sticker colors */
.card__tag--design {
background-color: #61bd4f;
}
.card__tag--browser {
background-color: #c377e0;
}
.card__tag--mobile {
background-color: #f2d600;
}
.card__tag--high {
background-color: #eb5a46;
}
.card__tag--low {
background-color: #00c2e0;
}
.card__title {
color: #17394d;
font-size: .99rem;
font-weight: 800;
margin-bottom: .5rem;
}
.card__description {
color: #17394d;
font-style: italic;
font-size: .84rem;
font-weight: 700;
display: block;
padding: .2rem;
margin-bottom: .75rem;
}
.card__description_sm {
color: #17394d;
font-style: italic;
font-size: .64rem;
font-weight: 600;
display: block;
padding: .2rem;
margin-bottom: .75rem;
overflow-wrap: break-word;
}
.card__el {
font-size: .75rem;
font-weight: 700;
display: block;
margin-bottom: .75rem;
}
.card__sm_el {
font-size: .6rem;
font-weight: 600;
margin-bottom: .75rem;
}
/* card actions */
.card__actions {
display: flex;
align-items: center;
margin-top: .2rem;
margin-bottom: .1rem;
}
.card__actions--wrapper i {
color: #798d99;
margin-right: .5rem;
}
.card__actions--text {
color: #798d99;
font-size: .8rem;
margin-left: -.25rem;
margin-right: .5rem;
}
.card__avatars {
display: flex;
flex: 1;
justify-content: flex-end;
}
.card__avatars--item {
margin-left: .25rem;
width: 28px;
height: 28px;
}
.avatar__image {
border-radius: 50%;
width: 100%;
height: 100%;
object-fit: cover;
} | 0.418697 | 0.086516 |
body.menu-open {
overflow: hidden;
height: 100% !important;
}
#header {
text-align: center;
height: 75px;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#header .menu-toggle{
float: right;
}
#menu-toggle {
padding: 20px 0;
position: absolute;
top: 14px;
right: 14px;
zoom: 1;
box-sizing: border-box;
cursor: pointer;
}
#menu-toggle > div {
display: block;
height: 5px;
width: 40px;
background: #4c4c4c;
position: relative;
zoom: 1;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background-position: inherit inherit;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right
}
#menu-toggle > div:before {
display: block;
content: "";
position: absolute;
top: -10px;
width: 40px;
height: 5px;
background: #4c4c4c;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-moz-box-sizing: border-box;
box-sizing: border-box;
zoom: 1
}
#menu-toggle > div:after {
display: block;
content: "";
position: absolute;
top: 10px;
width: 40px;
height: 5px;
background: #4c4c4c;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-moz-box-sizing: border-box;
box-sizing: border-box;
zoom: 1
}
/* menu-toggle button states */
/* default/at load - closed */
body #header {
background: transparent;
}
body #header #menu-toggle > div,
body #header #menu-toggle > div:before,
body #header #menu-toggle > div:after {
background: #ffffff;
}
/* default/at load - closed - hover */
body #header #menu-toggle:hover > div:before {
top: -12px;
}
body #header #menu-toggle:hover > div:after {
top: 12px;
}
/* default/at load - open */
body.menu-open #header {
background: rgba(255,255,255,0.9);
}
body.menu-on-white #header #menu-toggle > div,
body.menu-on-white #header #menu-toggle > div:before,
body.menu-on-white #header #menu-toggle > div:after {
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
body.menu-open #header #menu-toggle > div {
background: transparent;
}
body.menu-open #header #menu-toggle > div:before,
body.menu-open #header #menu-toggle > div:after {
background: #4c4c4c;
}
body.menu-open #menu-toggle div {
background: transparent;
}
body.menu-open #menu-toggle div:before {
top: 0px;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
body.menu-open #menu-toggle div:after {
top: 0px;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
body.menu-open #header #menu-toggle:hover > div:before,
body.menu-open #header #menu-toggle:hover > div:after {
top: 0px;
}
/* menu-on-white -- shown when there is no big feature panel */
body.menu-on-white #header {
background: rgba(255,255,255,0.9);
}
body.menu-on-white #header #menu-toggle > div,
body.menu-on-white #header #menu-toggle > div:before,
body.menu-on-white #header #menu-toggle > div:after {
background: #4c4c4c;
}
body.menu-on-white.menu-open #header #menu-toggle > div {
background: transparent;
}
/* menu.switch-- this is what happens when the user scrolls down past a .feature panel */
body #header.switch {
background: rgba(255,255,255,0.9);
}
body #header.switch #menu-toggle > div,
body #header.switch #menu-toggle > div:before,
body #header.switch #menu-toggle > div:after {
background: #4c4c4c;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
body.menu-open #header.switch #menu-toggle > div {
background: transparent;
}
/* the big menu */
#menu {
top: 75px;
bottom: 0;
position: fixed;
overflow: hidden;
background: rgba(253, 118, 9, 0.96);
-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
z-index: 999;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all translate3d(100%, 0, 0); 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-moz-transform: translate3d(100%, 0px, 0px);
-ms-transform: translate3d(100%, 0px, 0px);
-o-transform: translate3d(100%, 0px, 0px);
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px)
}
#menu .menu-content {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s
}
.menu-open #menu .menu-content {
opacity: 1;
display: block;
height: 100%;
}
.menu-open #menu{
opacity: 1;
display: block;
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
}
#menu .menu-content h2{
color: #fff;
font-size: 28px;
font-weight: normal;
margin: 0 110px;
line-height: 120%;
font-family:'Serifa W01 55 Roman',georgia,serif;
}
#menu .menu-content h2 strong{
font-family:'Serifa W01 65 Bold',georgia,serif;
font-weight: normal;
}
#header nav{
position: absolute;
top: 2px;
right: 150px;
-moz-transform: translate3d(0px, -200%, 0px);
-webkit-transform: translate3d(0px, -200%, 0px);
transform: translate3d(0px, -200%, 0px);
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.menu-open #header nav{
-moz-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
}
.ie9 #header nav{
display:none;
}
.ie9 .menu-open #header nav{
display:block;
}
#header .panel {
padding: 14px;
}
#header nav li{
font-family:'Serifa W01 55 Roman',georgia,serif;
font-size: 24px;
list-style-type: none;
margin: 0 1em 0;
padding: 0;
float: left;
}
#header nav li a{
color: #fc7706;
text-decoration: none;
}
#header .logo {
background: transparent no-repeat center center;
display: block;
width: 123px;
height: 46px;
display: block;
text-indent: -100%;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#header .logo,
#header .logo.is-orange,
body.menu-open #header .logo,
body.orange-stage.menu-open #header .logo,
body.orange-stage #header.switch .logo {
background-image: url(../images/cramer-logo.png);
}
body.orange-stage #header .logo,
#header .logo.is-white {
background-image: url(../images/cramer-logo-white.png)
}
.menu-open #header .logo {
margin-left: 0;
}
/******************
* HEADER - RESPONSIVE
*******************/
/* max-width 1025px, large screens */
@media only screen and (max-width: 64.063em) {
#menu {
display: none !important;
}
#header nav {
top: 75px;
right: 0;
position: fixed;
overflow-x: hidden;
background: rgba(253, 118, 9, 0.95);
-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
filter: alpha(opacity=1);
opacity: 1;
z-index: 999;
width: 100%;
height: 100%;
}
#header nav ul {
margin: 15px 0 0 10px;
padding: 0;
}
#header nav ul li {
float: none;
margin: 0;
padding: 5px 0 0 10px;
font-size: 30px;
}
#header nav ul li a {
display: block;
color: #fff;
}
#header nav ul li a:hover {
background-color: #fc4006;
}
}
/******************
* HEADER - HOME PAGE SPECIFIC
*******************/
body.home.menu-open #header {
background: #ffffff;
}
/** end: home page header **/
/** handle the menuFeed scrollbar **/
#menuFeed .scroller {
display:block;
overflow: hidden;
height: 100%;
width: 100%;
padding-top: 40px;
}
#menuFeed .viewport { height: 100%; width: 90%; overflow: hidden; position: relative; }
#menuFeed .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#menuFeed .scrollbar{ position: relative; background-position: 0 0; float: left; width: 15px; }
#menuFeed .track { height: 100%; width:15px; position: relative; padding: 0 1px; }
#menuFeed .track .trackline { height: 100%; border-right: 1px solid #eea062; margin-right: 6px;}
#menuFeed .thumb { background-color: rgba(255,255,255,.60);height: 20px; width: 15px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#menuFeed .thumb:hover { background-color: rgba(255,255,255,.90); }
#menuFeed .thumb .end { overflow: hidden; height: 5px; width: 15px; }
#menuFeed .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
/** styling the feed **/
#menuFeed {
margin: 0;
padding: 10px 28px;
height: 100%;
display: block;
overflow: hidden;
}
#menuFeed ul, #menuFeed li, #menuFeed a, #menuFeed article, #menuFeed h5, #menuFeed a article h3, #menuFeed h4 {
margin: 0 !important;
padding: 0;
text-decoration: none;
}
#menuFeed ul {
display: none;
list-style-type: none;
padding-left: 10px;
}
#menuFeed .poweredby p {
font-family:'Univers LT W02 55 Roman', Arial, sans-serif;
font-size: 12px;
line-height: 14px;
color: #fff;
padding-left: 30px;
}
#menuFeed .poweredby p a {
color: #fff;
}
#menuFeed .poweredby p a:hover {
text-decoration: underline;
}
#menu .menu-content div.row {
display: block;
overflow: hidden;
height: 100%;
}
#menu .menu-content div.row div.large-8,
#menu .menu-content div.row div.large-4 {
padding: 0;
display: block;
overflow: hidden;
height: 100%;
}
#menu .menu-content div.row div.large-4 {
padding-bottom: 165px;
background: rgba(255,255,255,0.15);
}
#menu .menu-content #menuFeed span p {
position: absolute;
top: 0;
color: #000;
padding: 10px 28px 5px 35px;
font-size: 16px;
line-height: 18px;
font-family:'Serifa W01 45 Light',georgia,serif;
font-weight: normal;
max-width: 350px;
}
#menu .menu-content #menuFeed ul li a {
display: block;
overflow: hidden;
padding: 15px 20px 20px 20px;
border-bottom: 1px solid #f0ac6f;
}
#menu .menu-content #menuFeed ul li a:hover {
background-color: #fe770b;
}
#menu .menu-content #menuFeed ul li a article h5 {
color: #fff;
text-transform: uppercase;
font-size: 10px;
font-family:'Univers LT W02 55 Roman', Arial, sans-serif;
font-weight: normal;
}
#menu .menu-content #menuFeed ul li a article h3 {
color: #fff;
padding: 10px 0 15px 0;
font-size: 19px;
line-height: 19px;
font-family: 'Serifa W01 45 Light',georgia,serif;
font-weight: normal;
text-transform: none;
}
#menu .menu-content #menuFeed ul li a article h4 {
color: #fff;
font-size: 14px;
font-family:'Univers LT W01 45 Light', Arial, sans-serif;
line-height: 16px;
font-weight: bold;
}
/** spinner **/
.spinner-box{
width:25px;
height:25px;
position:relative;
}
.spinner-box:before{
content:"";
display:block;
width:100%;
height:100%;
border-radius:50%;
border:#fc4006 solid 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.spinner-axis{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
-webkit-animation: spin 1.3s steps(100, end) infinite;
animation: spin 1.3s steps(100, end) infinite;
}
.spinner{
width:50%;
height:50%;
overflow:hidden;
}
.spinner-inner{
width:200%;
height:200%;
border-radius:100%;
border:#fff solid 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0); }
100% { transform: rotate(360deg); }
}
/** newsletter sign up **/
.newsletter-signup {
display: block;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
padding: 0 53px 12px 53px;
height: 135px;
}
.newsletter-signup form {
display: block;
overflow: hidden;
height: 25px;
}
.newsletter-signup h3 {
font-family:'Univers LT W02 55 Roman', Arial, sans-serif;
font-size: 13px;
padding: 0 0 5px 20px;
margin: 0;
font-weight: normal;
color: #fff;
}
.newsletter-signup #mc_embed_signup {
display: block;
overflow: hidden;
padding: 0 0 0 20px;
margin: 0;
}
.newsletter-signup input[type='email']{
font-family:'Univers LT W02 55 Roman', Arial, sans-serif;
font-size: 12px;
color: #fff;
background: rgba(255,255,255,.15);
border: none;
outline: none;
padding: 4px;
font-weight: normal;
float: left;
width: auto;
margin: 0;
}
.newsletter-signup ::-webkit-input-placeholder {
color: #fff;
}
.newsletter-signup :-moz-placeholder { /* Firefox 18- */
color: #fff;
}
.newsletter-signup ::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
.newsletter-signup :-ms-input-placeholder {
color: #fff;
}
.newsletter-signup #mc_embed_signup button {
margin: 0;
font-family:'Univers LT W01 65 Bold', Arial, sans-serif;
font-size: 10px;
line-height: 12px;
color: #000;
background: #fff;
border: none;
outline: none;
padding: 4px;
float: left;
text-transform: uppercase;
font-weight: normal;
padding: 6px 10px 4px 10px;
}
/*
.newsletter-signup #mc_embed_signup button:after {
display: inline-block;
padding-left: 5px;
content: "\25B6";
color: #fff;
font-size: 10px;
} */
.newsletter-signup #mc_embed_signup button:hover {
text-decoration: underline;
}
ul.social{
display: block;
overflow: hidden;
margin: 20px 0 0 0px;
padding: 15px 0 0 20px;
border-top: 1px solid #f0ac6f;
}
ul.social li {
float: left;
list-style: none;
margin: 0 10px 0 0;
}
ul.social li a {
display: block;
width: 24px;
height: 24px;
text-indent: -9999em;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.7;
}
ul.social li a:hover {
opacity: 1;
}
ul.social li.linkedin a{
background-image: url(../images/icon-linkedin.png);
}
ul.social li.twitter a{
background-image: url(../images/icon-twitter.png);
}
ul.social li.facebook a{
background-image: url(../images/icon-facebook.png);
}
ul.social li.google-plus a{
background-image: url(../images/icon-google-plus.png);
} | static/css/_menu.css | body.menu-open {
overflow: hidden;
height: 100% !important;
}
#header {
text-align: center;
height: 75px;
position: fixed;
top: 0;
width: 100%;
z-index: 999;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#header .menu-toggle{
float: right;
}
#menu-toggle {
padding: 20px 0;
position: absolute;
top: 14px;
right: 14px;
zoom: 1;
box-sizing: border-box;
cursor: pointer;
}
#menu-toggle > div {
display: block;
height: 5px;
width: 40px;
background: #4c4c4c;
position: relative;
zoom: 1;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
background-position: inherit inherit;
-moz-box-sizing: border-box;
box-sizing: border-box;
float: right
}
#menu-toggle > div:before {
display: block;
content: "";
position: absolute;
top: -10px;
width: 40px;
height: 5px;
background: #4c4c4c;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-moz-box-sizing: border-box;
box-sizing: border-box;
zoom: 1
}
#menu-toggle > div:after {
display: block;
content: "";
position: absolute;
top: 10px;
width: 40px;
height: 5px;
background: #4c4c4c;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-moz-box-sizing: border-box;
box-sizing: border-box;
zoom: 1
}
/* menu-toggle button states */
/* default/at load - closed */
body #header {
background: transparent;
}
body #header #menu-toggle > div,
body #header #menu-toggle > div:before,
body #header #menu-toggle > div:after {
background: #ffffff;
}
/* default/at load - closed - hover */
body #header #menu-toggle:hover > div:before {
top: -12px;
}
body #header #menu-toggle:hover > div:after {
top: 12px;
}
/* default/at load - open */
body.menu-open #header {
background: rgba(255,255,255,0.9);
}
body.menu-on-white #header #menu-toggle > div,
body.menu-on-white #header #menu-toggle > div:before,
body.menu-on-white #header #menu-toggle > div:after {
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
body.menu-open #header #menu-toggle > div {
background: transparent;
}
body.menu-open #header #menu-toggle > div:before,
body.menu-open #header #menu-toggle > div:after {
background: #4c4c4c;
}
body.menu-open #menu-toggle div {
background: transparent;
}
body.menu-open #menu-toggle div:before {
top: 0px;
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
body.menu-open #menu-toggle div:after {
top: 0px;
-moz-transform: rotate(-45deg);
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
body.menu-open #header #menu-toggle:hover > div:before,
body.menu-open #header #menu-toggle:hover > div:after {
top: 0px;
}
/* menu-on-white -- shown when there is no big feature panel */
body.menu-on-white #header {
background: rgba(255,255,255,0.9);
}
body.menu-on-white #header #menu-toggle > div,
body.menu-on-white #header #menu-toggle > div:before,
body.menu-on-white #header #menu-toggle > div:after {
background: #4c4c4c;
}
body.menu-on-white.menu-open #header #menu-toggle > div {
background: transparent;
}
/* menu.switch-- this is what happens when the user scrolls down past a .feature panel */
body #header.switch {
background: rgba(255,255,255,0.9);
}
body #header.switch #menu-toggle > div,
body #header.switch #menu-toggle > div:before,
body #header.switch #menu-toggle > div:after {
background: #4c4c4c;
-moz-transition: all 0.1s ease-in-out;
-o-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
transition: all 0.1s ease-in-out;
}
body.menu-open #header.switch #menu-toggle > div {
background: transparent;
}
/* the big menu */
#menu {
top: 75px;
bottom: 0;
position: fixed;
overflow: hidden;
background: rgba(253, 118, 9, 0.96);
-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
z-index: 999;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all translate3d(100%, 0, 0); 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
-moz-transform: translate3d(100%, 0px, 0px);
-ms-transform: translate3d(100%, 0px, 0px);
-o-transform: translate3d(100%, 0px, 0px);
-webkit-transform: translate3d(100%, 0px, 0px);
transform: translate3d(100%, 0px, 0px)
}
#menu .menu-content {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
opacity: 0;
-moz-transition: opacity 0.4s ease-in-out;
-o-transition: opacity 0.4s ease-in-out;
-webkit-transition: opacity 0.4s ease-in-out;
transition: opacity 0.4s ease-in-out;
-moz-transition-delay: 0.4s;
-o-transition-delay: 0.4s;
-webkit-transition-delay: 0.4s;
transition-delay: 0.4s
}
.menu-open #menu .menu-content {
opacity: 1;
display: block;
height: 100%;
}
.menu-open #menu{
opacity: 1;
display: block;
-moz-transform: translate3d(0px, 0px, 0px);
-ms-transform: translate3d(0px, 0px, 0px);
-o-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
}
#menu .menu-content h2{
color: #fff;
font-size: 28px;
font-weight: normal;
margin: 0 110px;
line-height: 120%;
font-family:'Serifa W01 55 Roman',georgia,serif;
}
#menu .menu-content h2 strong{
font-family:'Serifa W01 65 Bold',georgia,serif;
font-weight: normal;
}
#header nav{
position: absolute;
top: 2px;
right: 150px;
-moz-transform: translate3d(0px, -200%, 0px);
-webkit-transform: translate3d(0px, -200%, 0px);
transform: translate3d(0px, -200%, 0px);
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.menu-open #header nav{
-moz-transform: translate3d(0px, 0px, 0px);
-webkit-transform: translate3d(0px, 0px, 0px);
transform: translate3d(0px, 0px, 0px);
}
.ie9 #header nav{
display:none;
}
.ie9 .menu-open #header nav{
display:block;
}
#header .panel {
padding: 14px;
}
#header nav li{
font-family:'Serifa W01 55 Roman',georgia,serif;
font-size: 24px;
list-style-type: none;
margin: 0 1em 0;
padding: 0;
float: left;
}
#header nav li a{
color: #fc7706;
text-decoration: none;
}
#header .logo {
background: transparent no-repeat center center;
display: block;
width: 123px;
height: 46px;
display: block;
text-indent: -100%;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
#header .logo,
#header .logo.is-orange,
body.menu-open #header .logo,
body.orange-stage.menu-open #header .logo,
body.orange-stage #header.switch .logo {
background-image: url(../images/cramer-logo.png);
}
body.orange-stage #header .logo,
#header .logo.is-white {
background-image: url(../images/cramer-logo-white.png)
}
.menu-open #header .logo {
margin-left: 0;
}
/******************
* HEADER - RESPONSIVE
*******************/
/* max-width 1025px, large screens */
@media only screen and (max-width: 64.063em) {
#menu {
display: none !important;
}
#header nav {
top: 75px;
right: 0;
position: fixed;
overflow-x: hidden;
background: rgba(253, 118, 9, 0.95);
-moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
filter: alpha(opacity=1);
opacity: 1;
z-index: 999;
width: 100%;
height: 100%;
}
#header nav ul {
margin: 15px 0 0 10px;
padding: 0;
}
#header nav ul li {
float: none;
margin: 0;
padding: 5px 0 0 10px;
font-size: 30px;
}
#header nav ul li a {
display: block;
color: #fff;
}
#header nav ul li a:hover {
background-color: #fc4006;
}
}
/******************
* HEADER - HOME PAGE SPECIFIC
*******************/
body.home.menu-open #header {
background: #ffffff;
}
/** end: home page header **/
/** handle the menuFeed scrollbar **/
#menuFeed .scroller {
display:block;
overflow: hidden;
height: 100%;
width: 100%;
padding-top: 40px;
}
#menuFeed .viewport { height: 100%; width: 90%; overflow: hidden; position: relative; }
#menuFeed .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#menuFeed .scrollbar{ position: relative; background-position: 0 0; float: left; width: 15px; }
#menuFeed .track { height: 100%; width:15px; position: relative; padding: 0 1px; }
#menuFeed .track .trackline { height: 100%; border-right: 1px solid #eea062; margin-right: 6px;}
#menuFeed .thumb { background-color: rgba(255,255,255,.60);height: 20px; width: 15px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: 0px; }
#menuFeed .thumb:hover { background-color: rgba(255,255,255,.90); }
#menuFeed .thumb .end { overflow: hidden; height: 5px; width: 15px; }
#menuFeed .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
/** styling the feed **/
#menuFeed {
margin: 0;
padding: 10px 28px;
height: 100%;
display: block;
overflow: hidden;
}
#menuFeed ul, #menuFeed li, #menuFeed a, #menuFeed article, #menuFeed h5, #menuFeed a article h3, #menuFeed h4 {
margin: 0 !important;
padding: 0;
text-decoration: none;
}
#menuFeed ul {
display: none;
list-style-type: none;
padding-left: 10px;
}
#menuFeed .poweredby p {
font-family:'Univers LT W02 55 Roman', Arial, sans-serif;
font-size: 12px;
line-height: 14px;
color: #fff;
padding-left: 30px;
}
#menuFeed .poweredby p a {
color: #fff;
}
#menuFeed .poweredby p a:hover {
text-decoration: underline;
}
#menu .menu-content div.row {
display: block;
overflow: hidden;
height: 100%;
}
#menu .menu-content div.row div.large-8,
#menu .menu-content div.row div.large-4 {
padding: 0;
display: block;
overflow: hidden;
height: 100%;
}
#menu .menu-content div.row div.large-4 {
padding-bottom: 165px;
background: rgba(255,255,255,0.15);
}
#menu .menu-content #menuFeed span p {
position: absolute;
top: 0;
color: #000;
padding: 10px 28px 5px 35px;
font-size: 16px;
line-height: 18px;
font-family:'Serifa W01 45 Light',georgia,serif;
font-weight: normal;
max-width: 350px;
}
#menu .menu-content #menuFeed ul li a {
display: block;
overflow: hidden;
padding: 15px 20px 20px 20px;
border-bottom: 1px solid #f0ac6f;
}
#menu .menu-content #menuFeed ul li a:hover {
background-color: #fe770b;
}
#menu .menu-content #menuFeed ul li a article h5 {
color: #fff;
text-transform: uppercase;
font-size: 10px;
font-family:'Univers LT W02 55 Roman', Arial, sans-serif;
font-weight: normal;
}
#menu .menu-content #menuFeed ul li a article h3 {
color: #fff;
padding: 10px 0 15px 0;
font-size: 19px;
line-height: 19px;
font-family: 'Serifa W01 45 Light',georgia,serif;
font-weight: normal;
text-transform: none;
}
#menu .menu-content #menuFeed ul li a article h4 {
color: #fff;
font-size: 14px;
font-family:'Univers LT W01 45 Light', Arial, sans-serif;
line-height: 16px;
font-weight: bold;
}
/** spinner **/
.spinner-box{
width:25px;
height:25px;
position:relative;
}
.spinner-box:before{
content:"";
display:block;
width:100%;
height:100%;
border-radius:50%;
border:#fc4006 solid 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.spinner-axis{
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
-webkit-animation: spin 1.3s steps(100, end) infinite;
animation: spin 1.3s steps(100, end) infinite;
}
.spinner{
width:50%;
height:50%;
overflow:hidden;
}
.spinner-inner{
width:200%;
height:200%;
border-radius:100%;
border:#fff solid 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
0% { transform: rotate(0); }
100% { transform: rotate(360deg); }
}
/** newsletter sign up **/
.newsletter-signup {
display: block;
overflow: hidden;
position: absolute;
bottom: 0;
left: 0;
padding: 0 53px 12px 53px;
height: 135px;
}
.newsletter-signup form {
display: block;
overflow: hidden;
height: 25px;
}
.newsletter-signup h3 {
font-family:'Univers LT W02 55 Roman', Arial, sans-serif;
font-size: 13px;
padding: 0 0 5px 20px;
margin: 0;
font-weight: normal;
color: #fff;
}
.newsletter-signup #mc_embed_signup {
display: block;
overflow: hidden;
padding: 0 0 0 20px;
margin: 0;
}
.newsletter-signup input[type='email']{
font-family:'Univers LT W02 55 Roman', Arial, sans-serif;
font-size: 12px;
color: #fff;
background: rgba(255,255,255,.15);
border: none;
outline: none;
padding: 4px;
font-weight: normal;
float: left;
width: auto;
margin: 0;
}
.newsletter-signup ::-webkit-input-placeholder {
color: #fff;
}
.newsletter-signup :-moz-placeholder { /* Firefox 18- */
color: #fff;
}
.newsletter-signup ::-moz-placeholder { /* Firefox 19+ */
color: #fff;
}
.newsletter-signup :-ms-input-placeholder {
color: #fff;
}
.newsletter-signup #mc_embed_signup button {
margin: 0;
font-family:'Univers LT W01 65 Bold', Arial, sans-serif;
font-size: 10px;
line-height: 12px;
color: #000;
background: #fff;
border: none;
outline: none;
padding: 4px;
float: left;
text-transform: uppercase;
font-weight: normal;
padding: 6px 10px 4px 10px;
}
/*
.newsletter-signup #mc_embed_signup button:after {
display: inline-block;
padding-left: 5px;
content: "\25B6";
color: #fff;
font-size: 10px;
} */
.newsletter-signup #mc_embed_signup button:hover {
text-decoration: underline;
}
ul.social{
display: block;
overflow: hidden;
margin: 20px 0 0 0px;
padding: 15px 0 0 20px;
border-top: 1px solid #f0ac6f;
}
ul.social li {
float: left;
list-style: none;
margin: 0 10px 0 0;
}
ul.social li a {
display: block;
width: 24px;
height: 24px;
text-indent: -9999em;
background-repeat: no-repeat;
background-position: center center;
opacity: 0.7;
}
ul.social li a:hover {
opacity: 1;
}
ul.social li.linkedin a{
background-image: url(../images/icon-linkedin.png);
}
ul.social li.twitter a{
background-image: url(../images/icon-twitter.png);
}
ul.social li.facebook a{
background-image: url(../images/icon-facebook.png);
}
ul.social li.google-plus a{
background-image: url(../images/icon-google-plus.png);
} | 0.216342 | 0.057652 |
.player-1,
.player-2 {
border: 1px solid #000;
border-radius: 10px;
background-color: #008000;
width: 100%;
height: auto;
margin-top: 1.3rem;
}
.player-2 {
margin-top: 20px;
}
.player-1 h1,
.player-2 h1 {
font-size: 2rem;
text-align: center;
font-weight: 600;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #fff;
}
.player-1 h4,
.player-2 h4 {
font-size: 1.5rem;
text-align: center;
color: #fff;
font-family: Verdana, Geneva, Tahoma, sans-serif;
border-radius: 1.3rem;
border: 1px solid #fff;
}
.buttons-player-1,
.buttons-player-2,
.restart-1, .restart-2 {
display: flex;
justify-content: center;
}
.buttons-player-1 button,
.buttons-player-2 button {
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 15px;
color: #fff;
background-color: #111;
margin: 0rem 2rem 2rem 1.2rem;
font-size: 2rem;
outline: 0;
cursor: pointer;
width: 8%;
}
.restart-1 button,
.restart-2 button {
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 15px;
color: #fff;
background-color: #111;
margin: 0rem 2rem 2rem 1.2rem;
font-size: 1rem;
outline: 0;
cursor: pointer;
width: 8%;
}
button:hover {
transition: all ease 0.2s;
background-color: #ff2400;
color: #fff;
}
@media (min-width: 320px) and (max-width: 675px) {
.title {
font-size: 1rem;
}
.restart-1 button,
.restart-2 button {
width: 45%;
margin-top: 20px;
}
.player-1 h4,
.player-2 h4 {
font-size: 1rem;
}
.victories-player-1,
.victories-player-2 {
margin-left: 10px;
font-size: 10px;
}
.links {
font-size: 1.4em;
}
.link-home {
font-size: 1.6rem;
}
.player-1 h1,
.player-2 h1 {
font-size: 1.4rem;
}
.buttons-player-1 button,
.buttons-player-2 button {
margin: 1rem 1rem 1rem 1.2rem;
font-size: 0.8rem;
padding: 4px;
}
}
.scoreboard {
display: flex;
justify-content: center;
border: 1px solid #000;
border-radius: 10px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.victories-player-1 {
margin-right: 3rem;
}
.victories-player-2 {
margin-left: 3rem;
}
@media(min-width: 768px) and (max-width: 1024px) {
.restart-1 button,
.restart-2 button {
width: 35%;
margin-top: 20px;
}
} | src/components/ButtonMineiro/style.css | .player-1,
.player-2 {
border: 1px solid #000;
border-radius: 10px;
background-color: #008000;
width: 100%;
height: auto;
margin-top: 1.3rem;
}
.player-2 {
margin-top: 20px;
}
.player-1 h1,
.player-2 h1 {
font-size: 2rem;
text-align: center;
font-weight: 600;
font-family: Verdana, Geneva, Tahoma, sans-serif;
color: #fff;
}
.player-1 h4,
.player-2 h4 {
font-size: 1.5rem;
text-align: center;
color: #fff;
font-family: Verdana, Geneva, Tahoma, sans-serif;
border-radius: 1.3rem;
border: 1px solid #fff;
}
.buttons-player-1,
.buttons-player-2,
.restart-1, .restart-2 {
display: flex;
justify-content: center;
}
.buttons-player-1 button,
.buttons-player-2 button {
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 15px;
color: #fff;
background-color: #111;
margin: 0rem 2rem 2rem 1.2rem;
font-size: 2rem;
outline: 0;
cursor: pointer;
width: 8%;
}
.restart-1 button,
.restart-2 button {
border: 1px solid rgba(0, 0, 0, 0.05);
border-radius: 15px;
color: #fff;
background-color: #111;
margin: 0rem 2rem 2rem 1.2rem;
font-size: 1rem;
outline: 0;
cursor: pointer;
width: 8%;
}
button:hover {
transition: all ease 0.2s;
background-color: #ff2400;
color: #fff;
}
@media (min-width: 320px) and (max-width: 675px) {
.title {
font-size: 1rem;
}
.restart-1 button,
.restart-2 button {
width: 45%;
margin-top: 20px;
}
.player-1 h4,
.player-2 h4 {
font-size: 1rem;
}
.victories-player-1,
.victories-player-2 {
margin-left: 10px;
font-size: 10px;
}
.links {
font-size: 1.4em;
}
.link-home {
font-size: 1.6rem;
}
.player-1 h1,
.player-2 h1 {
font-size: 1.4rem;
}
.buttons-player-1 button,
.buttons-player-2 button {
margin: 1rem 1rem 1rem 1.2rem;
font-size: 0.8rem;
padding: 4px;
}
}
.scoreboard {
display: flex;
justify-content: center;
border: 1px solid #000;
border-radius: 10px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.victories-player-1 {
margin-right: 3rem;
}
.victories-player-2 {
margin-left: 3rem;
}
@media(min-width: 768px) and (max-width: 1024px) {
.restart-1 button,
.restart-2 button {
width: 35%;
margin-top: 20px;
}
} | 0.396185 | 0.157008 |
.url-box{
width: 50%;
margin: 100px auto 20px;
}
.url-box input[type="url"] {
width: 75%;
box-sizing: border-box;
border: 1px solid #4885ed;
border-radius: 25px 0px 0px 25px;
font-size: 16pt;
background-color: white;
float: left;
padding: 12px 20px 16px 20px;
margin-top: 20px;
height: 50px;
outline: inherit;
}
.url-box button {
font-family: Helvetica;
width: 25%;
height: 50px;
margin-top: 20px;
font-size: 20px;
color: #fff;
background-color: #1f61d1;
border: 1px solid #4885ed;
border-left: 0px;
border-radius: 0px 25px 25px 0px;
outline: inherit;
}
.url-box button:focus{
outline: none;
background-color: #55a9f2;
}
#reset_input {
top: 33px;
left: 70%;
position: absolute;
width: 40px;
height: 40px;
display: none;
}
#reset_input:hover {
cursor: pointer;
}
#error{
visibility: hidden;
width: auto;
color: #f2f2f2;
background-color: rgba(224, 69, 69, 0.8);
margin-left: 20px;
margin-top: 3px;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
border-radius: 5px;
}
#error.show{
visibility: visible;
-webkit-animation: fadein 1.0s;
animation: fadein 1.0s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadein {
from {opacity: 0;}
to {opacity: 1;}
}
.site_stat {
height: 100px;
display: flex;
justify-content: center;
}
.site_stat_element {
min-width: 160px;
width: auto;
height: 100%;
margin: 0 40px 0;
background: #d9d9d9;
box-shadow: -3px -3px 9px #ffffff83, 3px 3px 7px rgba(94,104,121,0.688);
/*background-color: #fff;*/
/*box-shadow: 0px 0px 30px 5px #c9c9c9;*/
/*background-color: rgba(164,130,194,0.9);
border-style: solid;
border-color: #dbeb4d;*/
border-radius: 20px;
padding: 10px;
display: inline-block;
}
#feedback {
border:3px solid #e63232;
position: fixed;
z-index: 1;
right: 10px;
/*right: -203px;*/
bottom: 110px;
margin: 0 auto 0;
width: 100px;
height: 90px;
border-radius: 5px;
background-color: #eee;
padding: 3px;
display: flex;
transition: 0.5s;
/* -webkit-animation: popin 0.5s;
animation: popin 0.5s;*/
}
#feedback2 {
visibility: hidden;
transition: 0.5s ease-in-out;
transition-delay: 0.5s;
}
#feedback2 div{
display: none;
transition: 0.2s;
}
#feedback:hover {
/*right: 10px;*/
width: 300px;
}
#feedback:hover #feedback2{
/*right: 10px;*/
flex: 4;
visibility: visible;
}
#feedback:hover #feedback2 div{
/*right: 10px;*/
display: flex;
}
#like:hover {
color: #46b35f;
}
#dislike:hover {
color: #de3728;
}
@media (max-width: 800px) {
.url-box {
width: 70%;
margin: 20% auto 10%;
}
.url-box button{
font-size: 15px;
}
}
@media (max-width: 600px) {
.url-box {
width: 80%;
margin: 20% auto 10%;
}
.url-box button{
font-size: 15px;
width: 30%;
}
.url-box input[type='url'] {
width: 70%;
}
#reset_input {
top: 33px;
left: 62%;
}
.site_stat {
/*height: 100px;*/
width: 80%;
margin: 0 auto 0;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 50px;
}
.site_stat_element {
/*min-width: 160px;*/
width: 40%;
height: 120px;
margin: 20px auto 20px;
border-width: 3px;
font-size: 14pt;
}
}
@media (max-width: 480px) {
.url-box {
width: 80%;
margin: 10% auto 2%;
height: 60%;
}
.url-box button{
height: 50px;
font-size: 20px;
border-radius: 5px;
margin-top: 10px;
margin-left: 15%;
margin-right: 17.5%;
width: 70%;
display: inline;
padding: auto;
}
.url-box input[type="url"] {
height: 50px;
display: inline;
width: 100%;
border-radius: 5px;
}
#reset_input {
top: 33px;
left: 90%;
}
#error{
width: 100%;
margin: 10px auto 10px;
}
.site_stat {
/*height: 100px;*/
width: 95%;
margin: 0 auto 0;
height: auto;
display: flex;
flex-wrap: wrap;
/*flex-direction: column;*/
justify-content: center;
margin-bottom: 50px;
}
.site_stat_element {
/*min-width: 160px;*/
width: 40%;
height: 120px;
margin: 10px;
border-width: 3px;
font-size: 12pt;
}
}
@media (max-width: 400px) {
.url-box {
width: 80%;
margin: 10% auto 2%;
height: 60%;
}
.url-box button{
height: 50px;
font-size: 20px;
border-radius: 5px;
margin-top: 10px;
margin-left: 15%;
margin-right: 17.5%;
width: 70%;
display: inline;
padding: auto;
}
.url-box input[type="url"] {
height: 50px;
display: inline;
width: 100%;
border-radius: 5px;
}
#reset_input {
top: 33px;
left: 90%;
}
#error{
width: 100%;
margin: 10px auto 10px;
}
.site_stat {
/*height: 100px;*/
width: 95%;
margin: 0 auto 0;
height: auto;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
margin-bottom: 50px;
}
.site_stat_element {
/*min-width: 160px;*/
width: 70%;
height: 120px;
margin: 10px;
border-width: 3px;
font-size: 12pt;
}
} | css/index.css | .url-box{
width: 50%;
margin: 100px auto 20px;
}
.url-box input[type="url"] {
width: 75%;
box-sizing: border-box;
border: 1px solid #4885ed;
border-radius: 25px 0px 0px 25px;
font-size: 16pt;
background-color: white;
float: left;
padding: 12px 20px 16px 20px;
margin-top: 20px;
height: 50px;
outline: inherit;
}
.url-box button {
font-family: Helvetica;
width: 25%;
height: 50px;
margin-top: 20px;
font-size: 20px;
color: #fff;
background-color: #1f61d1;
border: 1px solid #4885ed;
border-left: 0px;
border-radius: 0px 25px 25px 0px;
outline: inherit;
}
.url-box button:focus{
outline: none;
background-color: #55a9f2;
}
#reset_input {
top: 33px;
left: 70%;
position: absolute;
width: 40px;
height: 40px;
display: none;
}
#reset_input:hover {
cursor: pointer;
}
#error{
visibility: hidden;
width: auto;
color: #f2f2f2;
background-color: rgba(224, 69, 69, 0.8);
margin-left: 20px;
margin-top: 3px;
padding-left: 20px;
padding-right: 20px;
padding-top: 5px;
border-radius: 5px;
}
#error.show{
visibility: visible;
-webkit-animation: fadein 1.0s;
animation: fadein 1.0s;
}
/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
from {opacity: 0;}
to {opacity: 1;}
}
@keyframes fadein {
from {opacity: 0;}
to {opacity: 1;}
}
.site_stat {
height: 100px;
display: flex;
justify-content: center;
}
.site_stat_element {
min-width: 160px;
width: auto;
height: 100%;
margin: 0 40px 0;
background: #d9d9d9;
box-shadow: -3px -3px 9px #ffffff83, 3px 3px 7px rgba(94,104,121,0.688);
/*background-color: #fff;*/
/*box-shadow: 0px 0px 30px 5px #c9c9c9;*/
/*background-color: rgba(164,130,194,0.9);
border-style: solid;
border-color: #dbeb4d;*/
border-radius: 20px;
padding: 10px;
display: inline-block;
}
#feedback {
border:3px solid #e63232;
position: fixed;
z-index: 1;
right: 10px;
/*right: -203px;*/
bottom: 110px;
margin: 0 auto 0;
width: 100px;
height: 90px;
border-radius: 5px;
background-color: #eee;
padding: 3px;
display: flex;
transition: 0.5s;
/* -webkit-animation: popin 0.5s;
animation: popin 0.5s;*/
}
#feedback2 {
visibility: hidden;
transition: 0.5s ease-in-out;
transition-delay: 0.5s;
}
#feedback2 div{
display: none;
transition: 0.2s;
}
#feedback:hover {
/*right: 10px;*/
width: 300px;
}
#feedback:hover #feedback2{
/*right: 10px;*/
flex: 4;
visibility: visible;
}
#feedback:hover #feedback2 div{
/*right: 10px;*/
display: flex;
}
#like:hover {
color: #46b35f;
}
#dislike:hover {
color: #de3728;
}
@media (max-width: 800px) {
.url-box {
width: 70%;
margin: 20% auto 10%;
}
.url-box button{
font-size: 15px;
}
}
@media (max-width: 600px) {
.url-box {
width: 80%;
margin: 20% auto 10%;
}
.url-box button{
font-size: 15px;
width: 30%;
}
.url-box input[type='url'] {
width: 70%;
}
#reset_input {
top: 33px;
left: 62%;
}
.site_stat {
/*height: 100px;*/
width: 80%;
margin: 0 auto 0;
height: auto;
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-bottom: 50px;
}
.site_stat_element {
/*min-width: 160px;*/
width: 40%;
height: 120px;
margin: 20px auto 20px;
border-width: 3px;
font-size: 14pt;
}
}
@media (max-width: 480px) {
.url-box {
width: 80%;
margin: 10% auto 2%;
height: 60%;
}
.url-box button{
height: 50px;
font-size: 20px;
border-radius: 5px;
margin-top: 10px;
margin-left: 15%;
margin-right: 17.5%;
width: 70%;
display: inline;
padding: auto;
}
.url-box input[type="url"] {
height: 50px;
display: inline;
width: 100%;
border-radius: 5px;
}
#reset_input {
top: 33px;
left: 90%;
}
#error{
width: 100%;
margin: 10px auto 10px;
}
.site_stat {
/*height: 100px;*/
width: 95%;
margin: 0 auto 0;
height: auto;
display: flex;
flex-wrap: wrap;
/*flex-direction: column;*/
justify-content: center;
margin-bottom: 50px;
}
.site_stat_element {
/*min-width: 160px;*/
width: 40%;
height: 120px;
margin: 10px;
border-width: 3px;
font-size: 12pt;
}
}
@media (max-width: 400px) {
.url-box {
width: 80%;
margin: 10% auto 2%;
height: 60%;
}
.url-box button{
height: 50px;
font-size: 20px;
border-radius: 5px;
margin-top: 10px;
margin-left: 15%;
margin-right: 17.5%;
width: 70%;
display: inline;
padding: auto;
}
.url-box input[type="url"] {
height: 50px;
display: inline;
width: 100%;
border-radius: 5px;
}
#reset_input {
top: 33px;
left: 90%;
}
#error{
width: 100%;
margin: 10px auto 10px;
}
.site_stat {
/*height: 100px;*/
width: 95%;
margin: 0 auto 0;
height: auto;
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
margin-bottom: 50px;
}
.site_stat_element {
/*min-width: 160px;*/
width: 70%;
height: 120px;
margin: 10px;
border-width: 3px;
font-size: 12pt;
}
} | 0.208662 | 0.038865 |
@font-face{
font-display: swap;
font-family: 'Source Serif Pro';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('https://assets.elv.sh/source-serif-pro-2.007/EOT/SourceSerifPro-Regular.eot') format('embedded-opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF/OTF/SourceSerifPro-Regular.otf.woff') format('woff'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF2/OTF/SourceSerifPro-Regular.otf.woff2') format('woff2'),
url('https://assets.elv.sh/source-serif-pro-2.007/OTF/SourceSerifPro-Regular.otf') format('opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/TTF/SourceSerifPro-Regular.ttf') format('truetype');
}
@font-face{
font-display: swap;
font-family: 'Source Serif Pro';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('https://assets.elv.sh/source-serif-pro-2.007/EOT/SourceSerifPro-It.eot') format('embedded-opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF/OTF/SourceSerifPro-It.otf.woff') format('woff'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF2/OTF/SourceSerifPro-It.otf.woff2') format('woff2'),
url('https://assets.elv.sh/source-serif-pro-2.007/OTF/SourceSerifPro-It.otf') format('opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/TTF/SourceSerifPro-It.ttf') format('truetype');
}
@font-face{
font-display: swap;
font-family: 'Source Serif Pro';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('https://assets.elv.sh/source-serif-pro-2.007/EOT/SourceSerifPro-Semibold.eot') format('embedded-opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF/OTF/SourceSerifPro-Semibold.otf.woff') format('woff'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF2/OTF/SourceSerifPro-Semibold.otf.woff2') format('woff2'),
url('https://assets.elv.sh/source-serif-pro-2.007/OTF/SourceSerifPro-Semibold.otf') format('opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/TTF/SourceSerifPro-Semibold.ttf') format('truetype');
}
@font-face{
font-display: swap;
font-family: 'Source Serif Pro';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('https://assets.elv.sh/source-serif-pro-2.007/EOT/SourceSerifPro-SemiboldIt.eot') format('embedded-opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF/OTF/SourceSerifPro-SemiboldIt.otf.woff') format('woff'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF2/OTF/SourceSerifPro-SemiboldIt.otf.woff2') format('woff2'),
url('https://assets.elv.sh/source-serif-pro-2.007/OTF/SourceSerifPro-SemiboldIt.otf') format('opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/TTF/SourceSerifPro-SemiboldIt.ttf') format('truetype');
}
/** Fira mono */
@font-face{
font-display: swap;
font-family: 'Fira Mono';
src: url('https://assets.elv.sh/fira-4.202/eot/FiraMono-Regular.eot');
src: local('Fira Mono'),
url('https://assets.elv.sh/fira-4.202/eot/FiraMono-Regular.eot') format('embedded-opentype'),
url('https://assets.elv.sh/fira-4.202/woff/FiraMono-Regular.woff') format('woff'),
url('https://assets.elv.sh/fira-4.202/ttf/FiraMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face{
font-display: swap;
font-family: 'Fira Mono';
src: url('https://assets.elv.sh/fira-4.202/eot/FiraMono-Bold.eot');
src: local('Fira Mono Bold'),
url('https://assets.elv.sh/fira-4.202/eot/FiraMono-Bold.eot') format('embedded-opentype'),
url('https://assets.elv.sh/fira-4.202/woff/FiraMono-Bold.woff') format('woff'),
url('https://assets.elv.sh/fira-4.202/ttf/FiraMono-Bold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
} | website/fonts.css |
@font-face{
font-display: swap;
font-family: 'Source Serif Pro';
font-weight: 400;
font-style: normal;
font-stretch: normal;
src: url('https://assets.elv.sh/source-serif-pro-2.007/EOT/SourceSerifPro-Regular.eot') format('embedded-opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF/OTF/SourceSerifPro-Regular.otf.woff') format('woff'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF2/OTF/SourceSerifPro-Regular.otf.woff2') format('woff2'),
url('https://assets.elv.sh/source-serif-pro-2.007/OTF/SourceSerifPro-Regular.otf') format('opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/TTF/SourceSerifPro-Regular.ttf') format('truetype');
}
@font-face{
font-display: swap;
font-family: 'Source Serif Pro';
font-weight: 400;
font-style: italic;
font-stretch: normal;
src: url('https://assets.elv.sh/source-serif-pro-2.007/EOT/SourceSerifPro-It.eot') format('embedded-opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF/OTF/SourceSerifPro-It.otf.woff') format('woff'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF2/OTF/SourceSerifPro-It.otf.woff2') format('woff2'),
url('https://assets.elv.sh/source-serif-pro-2.007/OTF/SourceSerifPro-It.otf') format('opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/TTF/SourceSerifPro-It.ttf') format('truetype');
}
@font-face{
font-display: swap;
font-family: 'Source Serif Pro';
font-weight: 600;
font-style: normal;
font-stretch: normal;
src: url('https://assets.elv.sh/source-serif-pro-2.007/EOT/SourceSerifPro-Semibold.eot') format('embedded-opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF/OTF/SourceSerifPro-Semibold.otf.woff') format('woff'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF2/OTF/SourceSerifPro-Semibold.otf.woff2') format('woff2'),
url('https://assets.elv.sh/source-serif-pro-2.007/OTF/SourceSerifPro-Semibold.otf') format('opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/TTF/SourceSerifPro-Semibold.ttf') format('truetype');
}
@font-face{
font-display: swap;
font-family: 'Source Serif Pro';
font-weight: 600;
font-style: italic;
font-stretch: normal;
src: url('https://assets.elv.sh/source-serif-pro-2.007/EOT/SourceSerifPro-SemiboldIt.eot') format('embedded-opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF/OTF/SourceSerifPro-SemiboldIt.otf.woff') format('woff'),
url('https://assets.elv.sh/source-serif-pro-2.007/WOFF2/OTF/SourceSerifPro-SemiboldIt.otf.woff2') format('woff2'),
url('https://assets.elv.sh/source-serif-pro-2.007/OTF/SourceSerifPro-SemiboldIt.otf') format('opentype'),
url('https://assets.elv.sh/source-serif-pro-2.007/TTF/SourceSerifPro-SemiboldIt.ttf') format('truetype');
}
/** Fira mono */
@font-face{
font-display: swap;
font-family: 'Fira Mono';
src: url('https://assets.elv.sh/fira-4.202/eot/FiraMono-Regular.eot');
src: local('Fira Mono'),
url('https://assets.elv.sh/fira-4.202/eot/FiraMono-Regular.eot') format('embedded-opentype'),
url('https://assets.elv.sh/fira-4.202/woff/FiraMono-Regular.woff') format('woff'),
url('https://assets.elv.sh/fira-4.202/ttf/FiraMono-Regular.ttf') format('truetype');
font-weight: 400;
font-style: normal;
}
@font-face{
font-display: swap;
font-family: 'Fira Mono';
src: url('https://assets.elv.sh/fira-4.202/eot/FiraMono-Bold.eot');
src: local('Fira Mono Bold'),
url('https://assets.elv.sh/fira-4.202/eot/FiraMono-Bold.eot') format('embedded-opentype'),
url('https://assets.elv.sh/fira-4.202/woff/FiraMono-Bold.woff') format('woff'),
url('https://assets.elv.sh/fira-4.202/ttf/FiraMono-Bold.ttf') format('truetype');
font-weight: 600;
font-style: normal;
} | 0.390011 | 0.096706 |
.u-section-1 {
background-image: url("/images/5fe1dd474e5bb108f5d084609629317e113fdce15b4c704f752778dd9048cc50_1280.jpg");
}
.u-section-1 .u-sheet-1 {
min-height: 100vh;
}
.u-section-1 .u-text-1 {
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
margin: 60px auto;
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 500px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 450px;
}
}
@media (max-width: 575px) {
.u-section-1 {
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 400px;
}
}
.u-section-2 .u-sheet-1 {
min-height: 335px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 30px;
margin-bottom: 30px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 275px;
}
.u-section-2 .u-container-layout-1 {
padding: 30px;
}
.u-section-2 .u-image-1 {
width: 150px;
height: 150px;
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-2 .u-layout-cell-2 {
min-height: 275px;
}
.u-section-2 .u-container-layout-2 {
padding: 30px;
}
.u-section-2 .u-text-1 {
font-size: 2.25rem;
font-weight: normal;
margin: 0 auto;
}
@media (max-width: 1199px) {
.u-section-2 .u-layout-wrap-1 {
position: relative;
}
.u-section-2 .u-layout-cell-1 {
min-height: 227px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 227px;
}
}
@media (max-width: 991px) {
.u-section-2 .u-sheet-1 {
min-height: 258px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 174px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-2 .u-text-1 {
font-size: 1.875rem;
}
}
@media (max-width: 767px) {
.u-section-2 .u-sheet-1 {
min-height: 485px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 261px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 344px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 164px;
}
.u-section-2 .u-text-1 {
font-size: 1.5rem;
}
}
.u-section-3 .u-table-1 {
margin: 42px auto 42px 0;
}
.u-section-3 .u-table-header-1 {
font-weight: 700;
background-image: none;
}
@media (max-width: 1199px) {
.u-section-3 .u-table-1 {
margin-right: initial;
margin-left: initial;
}
}
.u-section-4 .u-sheet-1 {
min-height: 500px;
}
.u-section-4 .u-text-1 {
font-size: 3.75rem;
margin: 60px auto;
}
@media (max-width: 575px) {
.u-section-4 .u-text-1 {
font-size: 3rem;
}
} | public/css/Profile.css | .u-section-1 {
background-image: url("/images/5fe1dd474e5bb108f5d084609629317e113fdce15b4c704f752778dd9048cc50_1280.jpg");
}
.u-section-1 .u-sheet-1 {
min-height: 100vh;
}
.u-section-1 .u-text-1 {
text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.4);
margin: 60px auto;
}
@media (max-width: 991px) {
.u-section-1 .u-sheet-1 {
min-height: 500px;
}
}
@media (max-width: 767px) {
.u-section-1 .u-sheet-1 {
min-height: 450px;
}
}
@media (max-width: 575px) {
.u-section-1 {
background-position: 50% 50%;
}
.u-section-1 .u-sheet-1 {
min-height: 400px;
}
}
.u-section-2 .u-sheet-1 {
min-height: 335px;
}
.u-section-2 .u-layout-wrap-1 {
margin-top: 30px;
margin-bottom: 30px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 275px;
}
.u-section-2 .u-container-layout-1 {
padding: 30px;
}
.u-section-2 .u-image-1 {
width: 150px;
height: 150px;
background-position: 50% 50%;
margin: 0 auto;
}
.u-section-2 .u-layout-cell-2 {
min-height: 275px;
}
.u-section-2 .u-container-layout-2 {
padding: 30px;
}
.u-section-2 .u-text-1 {
font-size: 2.25rem;
font-weight: normal;
margin: 0 auto;
}
@media (max-width: 1199px) {
.u-section-2 .u-layout-wrap-1 {
position: relative;
}
.u-section-2 .u-layout-cell-1 {
min-height: 227px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 227px;
}
}
@media (max-width: 991px) {
.u-section-2 .u-sheet-1 {
min-height: 258px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 174px;
}
.u-section-2 .u-layout-cell-2 {
min-height: 100px;
}
.u-section-2 .u-text-1 {
font-size: 1.875rem;
}
}
@media (max-width: 767px) {
.u-section-2 .u-sheet-1 {
min-height: 485px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 261px;
}
.u-section-2 .u-container-layout-1 {
padding-left: 10px;
padding-right: 10px;
}
.u-section-2 .u-container-layout-2 {
padding-left: 10px;
padding-right: 10px;
}
}
@media (max-width: 575px) {
.u-section-2 .u-sheet-1 {
min-height: 344px;
}
.u-section-2 .u-layout-cell-1 {
min-height: 164px;
}
.u-section-2 .u-text-1 {
font-size: 1.5rem;
}
}
.u-section-3 .u-table-1 {
margin: 42px auto 42px 0;
}
.u-section-3 .u-table-header-1 {
font-weight: 700;
background-image: none;
}
@media (max-width: 1199px) {
.u-section-3 .u-table-1 {
margin-right: initial;
margin-left: initial;
}
}
.u-section-4 .u-sheet-1 {
min-height: 500px;
}
.u-section-4 .u-text-1 {
font-size: 3.75rem;
margin: 60px auto;
}
@media (max-width: 575px) {
.u-section-4 .u-text-1 {
font-size: 3rem;
}
} | 0.382372 | 0.163746 |
body , h1, h2, h3, h4, h5, h6{
font-family: 'Calibri';
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
height: 2.0rem;
margin: 0 0 .45rem;
}
.button {
height: 32px;
padding: 0.5em 1em;
}
.home_page {
background: url('../img/main_bg.png') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.home_logo {
background: url('../img/sura_logo.png') no-repeat;
display: block;
height: 200px;
width: 300px;
margin-top: -40px;
}
.top-bar-left > .home_logo {
height: 60px;
width: 150px;
background: url('../img/sura_logo_small.png') no-repeat;
padding-left: 10px;
margin-top: 10px;
}
.top-bar , .top-bar ul {
background-color: #262134;
}
.bottom_search {
position: fixed !important;
bottom: 30px !important;
}
.top-bar {
padding: 0px;
position: fixed;
width: 100%;
z-index: 1;
top:0px;
}
.inside-page > ul {
padding-right: 10px;
margin-top: 20px;
}
.inside-page > ul > li > a {
color: #fff;
}
.inside_page_body {
background-color: #e6e6e6;
position: relative;
}
.inside_body {
padding-top: 90px;
padding-bottom: 40px;
}
.title-bar {
background: #262134;
color :#919194;
padding: 0.5rem;
}
.title-bar-title {
font-family: 'Calibri';
font-weight: 700;
color :#919194;
font-size: 14px;
padding: 0.7rem 0rem;
line-height: inherit;
}
.menu-text , .menu-text a {
font-family: 'Calibri';
font-weight: 300;
color :#919194;
font-size: 11px;
padding: 0.7rem 0rem;
line-height: inherit;
}
.menu-divider {
display: block;
}
.menu-divider:after {
content: "";
display: inline-block;
background: url('../icons/divider.png') repeat-y;
width: 2px;
height: 20px;
float: right;
margin: 0 6px 0 6px;
}
.phone {
vertical-align: middle;
}
.phone:before {
content: "";
display: block;
background: url('../icons/phone_icon.png') no-repeat;
width: 20px;
height: 20px;
float: left;
margin: 0 6px 0 0;
}
.home_search {
margin:0 auto;
width: 50%;
background: #fff;
height: 50px;
}
.home_search_text {
margin:0 auto;
width: 60%;
text-align: center;
font-size: 20px;
color:#fff;
font-family: 'Calibri';
}
.frm_home_search {
height: inherit;
}
.inpt_home_search {
float: left;
display: block;
width: 70%;
height: inherit;
border: none;
font-family: 'Calibri';
}
.slt_home_search {
float: left;
display: block;
width: 20%;
height: 80%;
vertical-align: middle;
border: none;
border-left:1px solid #000;
margin-top: 5px;
font-family: 'Calibri';
}
.btn_home_search {
height: inherit;
float: left;
display: block;
width: 10%;
background: #f8991c;
text-align: center;
}
.footer-bar {
background-color: #262134;
width: 100%;
position: fixed;
bottom: 0px;
}
.inside-footer-bar {
background: #262134;
width: 100%;
position: relative;
}
.inside-footer-bar > .large-6.columns.medium-7.columns {
background: #262134;
}
.inside-footer-bar > .large-6.columns.medium-3.columns {
background: #262134;
}
.footer-menu {
background: #262134;
}
.copyright {
font-family: 'Calibri';
font-weight: 300;
color :#919194;
font-size: 12px;
padding: 0.7rem 0rem;
line-height: inherit;
text-align: center;
float:right;
}
.footer-social_media {
display: block;
float:right;
padding-bottom: 10px;
}
.fa-search {
color:#fff;
font-size: 21px;
}
.fa-facebook {
height: 30px;
width: 10px;
display: inline-block;
padding: 10px;
color:#fff;
}
.fa-twitter {
height: 30px;
width: 10px;
display: inline-block;
padding: 10px;
color:#fff;
}
.fa-youtube {
height: 30px;
width: 10px;
color:#fff;
display: inline-block;
padding: 10px;
}
.fa-google-plus {
height: 30px;
width: 10px;
color:#fff;
display: inline-block;
padding: 10px;
}
.shopping_cart {
color: #f8991c !important;
}
.accordion {
background-color: #d8d0c7;
}
.accordion-content {
background-color: #d8d0c7;
border: none;
}
.accordion-content > form > ul > li > a {
font-family: 'Calibri';
font-weight: 300;
color: #807f83;
font-size: 14px;
padding-left: 15px;
}
.accordion-content > form > ul > li {
background-color: #ede8e3;
margin-bottom: 5px;
}
.accordion_select , .accordion_select:hover, .accordion_select:focus {
width: 100%;
font-family: 'Calibri';
font-size: 14px;
font-weight: 300;
}
.accordion-title {
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
border: none;
background-color: #d8d0c7;
}
.accordion-title:hover , .accordion-title:focus{
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
background-color: #d8d0c7;
}
:last-child:not(.is-active) > .accordion-title {
border-radius: 0 0 0 0;
border-bottom: 1px solid #e6e6e6;
}
.accordion-item > a {
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
border: none;
background-color: #d8d0c7;
}
.accordion-item:hover , .accordion-item:focus{
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
background-color: #d8d0c7;
}
.accordion-content > ul > li > a::before {
content: "\f0da";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 5px;
color: #f7981d;
}
.accordion-content > form > ul > li > a::before {
content: "\f0da";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 5px;
color: #f7981d;
}
.is-accordion-submenu-parent[aria-expanded='true'] > a::before {
content: "\f0d7";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 5px;
color: #f7981d;
}
.is-accordion-submenu-parent > a::after {
display: none;
}
.accordion-title::before {
content: "\f0da";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
position: absolute;
right: 1rem;
top: 50%;
margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
content: "\f0d7";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
position: absolute;
right: 1rem;
top: 50%;
margin-top: -0.5rem;
}
.search-footer {
width: 90%;
margin: 0px auto;
display: block;
}
.btn-search , .btn-search:hover, .btn-search:focus {
background-color: #f8991c;
font-family: 'Calibri';
margin-top: 10px;
font-size: 14px;
color: #333;
text-transform: uppercase;
font-weight: 700;
}
.btn-clear , .btn-clear:hover, .btn-clear:focus {
background-color: #fff;
font-family: 'Calibri';
margin-top: 10px;
font-size: 14px;
color: #333;
text-transform: uppercase;
font-weight: 700;
}
.inside_search_frm {
height: 35px;
margin-top: 10px;
margin-bottom: 10px;
padding: 1px;
background: #fff;
border:1px solid #807f82;
}
.inside_search_txt {
border: none;
float: left;
width: 60%;
font-family: 'Calibri';
font-size: 14px;
height: 30px;
box-shadow:none;
}
.inside_search_slc {
height: 30px;
float: left;
width: 30%;
font-size: 14px;
font-family: 'Calibri';
border: none;
border-left: 1px solid #cacaca;
border-right: 1px solid #cacaca;
}
.inside_search_btn {
float: left;
display: block;
width: 10%;
color: #f8991c !important;
background: #fff;
height: 30px;
}
.search_pagination {
font-size: 14px;
font-family: 'Calibri';
margin-top: 10px;
margin-bottom: 10px;
display: block;
height: 35px;
float: right;
}
.search_pagination > a {
color: #807f82;
}
.page_number {
width: 50px;
height: 30px;
display: inline-block;
}
.pagination_slc {
font-size: 14px;
font-family: 'Calibri';
border: none;
display: inline-block;
width: 130px;
float:left;
height: 32px;
margin-right: 5px;
}
.large-3.columns.search_results_img {
padding-left: 5px;
padding-right: 5px;
position: relative;
margin-bottom: 4px;
}
.search_results_img {
}
.search_imgs {
}
.search_imgs > img , .search_imgs {
width: 100%;
object-fit: cover;
}
.search_img {
}
.search_img > img , .search_img {
width: 100%;
object-fit: cover;
}
.search_img_details {
position: absolute;
bottom: 0px;
background: rgba(0,0,0,0.6);
width: 100%;
display: none;
}
.search_img_exclusive {
position: absolute;
background: rgba(255,0,0,0.6);
width: 100%;
font-family: 'Calibri';
color: #fff;
font-size:12px;
padding:5px;
bottom: 0px;
}
.search_img_title {
color: #fff;
font-size: 14px;
width: 70%;
font-family: 'Calibri';
font-weight: 300;
float: left;
padding-left: 5px;
padding-right: 5px;
display: inline-block;
padding-top: 5px;
}
.search_img_icons {
color: #f7981d;
width: 30%;
display: inline;
float: right;
padding-top: 5px;
}
.search_img_icons > a{
color: #f7981d;
width: 30%;
display: inline;
float: left;
padding-top: 5px;
padding-bottom: 5px;
}
.search_img_popup {
position: fixed;
height: initial;
width: 70%;
background: #231f20;
z-index: 1;
top: 80px;
padding-right: 5%;
padding-left: 5%;
padding-bottom: 5%;
margin: 0px auto;
left: 22.32rem;
max-height: 100% !important;
overflow-y: scroll;
display: none;
}
.search_display_img {
padding: 10px;
width: 100% !important;
height: auto !important;
max-height: 90vh !important;
object-fit: cover;
padding-left: 0px;
position: relative;
padding-bottom: 0px;
}
.search_popup_details {
font-size: 14px;
font-family: 'Calibri';
width: 100%;
float: left;
color: #807f83;
padding-bottom: 10px;
padding-top: 10px;
}
.search_popup_title {
width: 50%;
display: inline-block;
}
.search_popup_content {
width: 50%;
display: inline-block;
float: right;
padding-left: 10px;
}
.search_close_popup > a{
color: #807f83;
float: right;
padding: 10px;
position: absolute;
right: 0px;
top: 0px;
}
ul.accordion.search_accordion {
background: #231f20 !important;
}
.search_accordion_item:hover {
background-color: #231f20;
}
.search_accordion_item > a , .search_accordion_item > a:hover , .search_accordion_item > a:focus{
font-family: 'Calibri';
font-weight: 700;
color: #fff;
border: none;
background-color: #231f20;
padding-top:5px;
padding-bottom:5px;
padding-left: 10px;
}
.search_accordion_content {
background-color: #231f20;
border: none;
font-family: 'Calibri';
font-weight: 400;
color: #807f83;
font-size: 14px;
}
.search_details_accordion {
background-color: #e6e6e6;
}
.search_details_accordion_item:hover {
background-color: #e6e6e6;
}
.search_details_accordion_item > a , .search_details_accordion_item > a:hover , .search_details_accordion_item > a:focus{
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
border: none;
background-color: #e6e6e6;
padding-top:5px;
padding-bottom:5px;
padding-left: 10px;
}
.search_details_accordion_content {
background-color: #e6e6e6;
border: none;
font-family: 'Calibri';
font-weight: 400;
color: #807f83;
font-size: 14px;
position:relative;
}
.search_popup_accordion {
background-color: #231f20;
}
.search_popup_accordion_item:hover {
background-color: #231f20;
}
.search_popup_accordion_item > a , .search_popup_accordion_item > a:hover , .search_popup_accordion_item > a:focus{
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
border: none;
background-color: #231f20;
padding-top:5px;
padding-bottom:5px;
padding-left: 10px;
}
.search_popup_accordion_content {
background-color: #231f20;
border: none;
font-family: 'Calibri';
font-weight: 400;
color: #807f83;
font-size: 14px;
}
.tabs-content {
background: inherit;
border: none;
}
.tabs {
background: inherit;
color: #807f83;
border: none;
}
.center_tabs {
position: relative;
display: block;
margin-left: 10%;
margin-right: 10%;
width: initial;
}
.tabs-title > a {
color: #807f83;
text-align: center;
font-size: 14px;
font-weight: 700;
border: 1px solid;
padding-top: 5px;
padding-bottom: 5px;
}
.tabs-title.is-active > a {
background: #807f83;
color: #333;
}
.tabs-panel > p {
font-size: 12px;
}
.quality_column {
width: 20%;
display: inline-block;
font-family: 'Calibri';
font-size: 12px;
}
.desc_column {
width: 50%;
display: inline-block;
font-family: 'Calibri';
font-size: 12px;
text-align: center;
}
.price_column {
width: 20%;
display: inline-block;
font-family: 'Calibri';
font-size: 12px;
text-align: right;
}
.price_footer {
float:right;
width:60%;
margin-top:5px;
text-align:right;
}
li.accordion-item {
padding-top: 5px;
padding-bottom: 5px;
}
hr {
margin: 0px auto;
margin-top: 5px;
}
.slick-slider {
}
button.slick-prev.slick-arrow {
position: absolute;
background-color: #807f83;
background-image: url('../icons/arrow-left.png');
background-position: center center;
background-repeat: no-repeat;
height: 95%;
width: 30px;
margin-left: -20px;
color: transparent;
}
button.slick-next.slick-arrow {
position: absolute;
background-color: #807f83;
background-image: url('../icons/arrow-right.png');
background-position: center center;
background-repeat: no-repeat;
height: 95%;
width: 30px;
margin-left: -20px;
right: 15px;
top: 0;
color: transparent;
}
.slick-list.draggable {
margin-top: 15px;
margin-bottom: 15px;
}
.similar_links {
width:100%;
float:left;
padding-top:10px;
padding-bottom:10px;
padding-left:22px;
font-family: 'Calibri';
}
.similar_links > a {
font-family: 'Calibri';
}
.search_price_exclusive {
display: block;
background: #fff;
width: 100%;
height:20vh;
z-index:1;
color:red;
font-size:18px;
padding:10px;
vertical-align:middle;
text-align:center;
}
.search_price_exclusive:hover , .search_price_exclusive:focus {
display: block;
background: #fff;
width: 100%;
height:20vh;
z-index:1;
color:red;
font-size:18px;
padding:10px;
vertical-align:middle;
text-align:center;
}
.color-white {
color:#fff;
}
.color-black {
color:#000;
}
/* Corrections Css */
li.search_bar_item.accordion-item.is-active {
padding: 0;
}
.no-padding {
padding: 0px;
margin: 0px;
}
.button.success {
background-color: #3adb76;
color: #fefefe;
text-transform: uppercase;
font-weight: 700;
}
.similar_links.pull-right {
text-align: right;
padding-right: 20px;
}
.no_results {
text-align: center;
font-size: 18px;
color: #262134;
padding-top: 60px;
}
.home_logo.result {
margin: 0 auto;
padding-bottom: 10px;
margin-bottom: 0px;
}
li.is-submenu-item.is-accordion-submenu-item {
padding-right: 10px;
padding-top: 5px;
}
button.ms-choice {
margin-bottom: 10px;
}
.alert-box {
border-style: solid;
border-width: 1px;
display: block;
font-size: 0.72222rem;
font-weight: normal;
margin-bottom: 1.11111rem;
padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
position: relative;
transition: opacity 300ms ease-out;
background-color: #008CBA;
border-color: #0078a0;
color: #FFFFFF;
font-size: 16px;
}
.alert-box.success {
background-color: #d6de23;
border-color: #d6de23;
color: #333;
}
.alert-box.warning {
background-color: #f08a24;
border-color: #de770f;
color: #FFFFFF;
}
.alert-box.radius {
border-radius: 3px;
}
.alert-box .close {
right: 0.22222rem;
background: inherit;
color: #333333;
font-size: 1.22222rem;
line-height: .9;
margin-top: -0.61111rem;
opacity: 0.3;
padding: 0 6px 4px;
position: absolute;
top: 50%;
}
.close {
right: 0.22222rem;
background: inherit;
color: #333333;
font-size: 1.22222rem;
line-height: .9;
margin-top: -0.61111rem;
opacity: 0.3;
padding: 0 6px 4px;
position: absolute;
top: 50%;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%;
list-style: none;
background: #fff;
text-align: center;
color: #333;
font-size: 14px;
border-radius: 5px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%;
list-style: none;
background: #fff;
text-align: center;
color: #333;
font-size: 14px;
border-radius: 5px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%;
list-style: none;
background: #fff;
text-align: center;
color: #333;
font-size: 14px;
border-radius: 5px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.is-dropdown-submenu > li {
width: 80%;
border-bottom: 1px solid #333;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
position: static;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: #f8991c transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
position: absolute;
right: 15px;
margin-top: -2px;
}
.standard-title {
float: none;
width: 50%;
margin: 0px auto;
}
.standard-select {
height: 1.8rem;
padding: 0.2rem;
font-size: 0.8rem;
padding-right: 1.4rem;
color: #333;
}
.dropdown-pane {
padding: 2px;
list-style: none;
}
.custom-dropdown-options li {
font-size: 14px;
}
.custom-dropdown-area {
margin-bottom: 8px !important;
}
.custom-dropdown-button {
background-color: #fafafa;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
border: 1px solid #cccccc;
padding: 0.3rem !important;
padding-right: 2rem;
font-size: 0.675rem;
height: 1.8rem;
}
.ms-parent.standard-select.standard-select-multiple ,.ms-parent.standard-select.standard-select-details {
margin-bottom: 16px;
}
.ms-parent.standard-select.standard-select-multiple > button.ms-choice ,.ms-parent.standard-select.standard-select-details > button.ms-choice {
width: 100%;
height: inherit;
position: absolute;
height: 1.8rem;
padding: 0.2rem;
font-size: 0.8rem;
padding-right: 1.4rem;
color: #333;
margin-left: -4px;
} | assets/non_member/css/app.css | body , h1, h2, h3, h4, h5, h6{
font-family: 'Calibri';
}
[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'], textarea {
height: 2.0rem;
margin: 0 0 .45rem;
}
.button {
height: 32px;
padding: 0.5em 1em;
}
.home_page {
background: url('../img/main_bg.png') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.home_logo {
background: url('../img/sura_logo.png') no-repeat;
display: block;
height: 200px;
width: 300px;
margin-top: -40px;
}
.top-bar-left > .home_logo {
height: 60px;
width: 150px;
background: url('../img/sura_logo_small.png') no-repeat;
padding-left: 10px;
margin-top: 10px;
}
.top-bar , .top-bar ul {
background-color: #262134;
}
.bottom_search {
position: fixed !important;
bottom: 30px !important;
}
.top-bar {
padding: 0px;
position: fixed;
width: 100%;
z-index: 1;
top:0px;
}
.inside-page > ul {
padding-right: 10px;
margin-top: 20px;
}
.inside-page > ul > li > a {
color: #fff;
}
.inside_page_body {
background-color: #e6e6e6;
position: relative;
}
.inside_body {
padding-top: 90px;
padding-bottom: 40px;
}
.title-bar {
background: #262134;
color :#919194;
padding: 0.5rem;
}
.title-bar-title {
font-family: 'Calibri';
font-weight: 700;
color :#919194;
font-size: 14px;
padding: 0.7rem 0rem;
line-height: inherit;
}
.menu-text , .menu-text a {
font-family: 'Calibri';
font-weight: 300;
color :#919194;
font-size: 11px;
padding: 0.7rem 0rem;
line-height: inherit;
}
.menu-divider {
display: block;
}
.menu-divider:after {
content: "";
display: inline-block;
background: url('../icons/divider.png') repeat-y;
width: 2px;
height: 20px;
float: right;
margin: 0 6px 0 6px;
}
.phone {
vertical-align: middle;
}
.phone:before {
content: "";
display: block;
background: url('../icons/phone_icon.png') no-repeat;
width: 20px;
height: 20px;
float: left;
margin: 0 6px 0 0;
}
.home_search {
margin:0 auto;
width: 50%;
background: #fff;
height: 50px;
}
.home_search_text {
margin:0 auto;
width: 60%;
text-align: center;
font-size: 20px;
color:#fff;
font-family: 'Calibri';
}
.frm_home_search {
height: inherit;
}
.inpt_home_search {
float: left;
display: block;
width: 70%;
height: inherit;
border: none;
font-family: 'Calibri';
}
.slt_home_search {
float: left;
display: block;
width: 20%;
height: 80%;
vertical-align: middle;
border: none;
border-left:1px solid #000;
margin-top: 5px;
font-family: 'Calibri';
}
.btn_home_search {
height: inherit;
float: left;
display: block;
width: 10%;
background: #f8991c;
text-align: center;
}
.footer-bar {
background-color: #262134;
width: 100%;
position: fixed;
bottom: 0px;
}
.inside-footer-bar {
background: #262134;
width: 100%;
position: relative;
}
.inside-footer-bar > .large-6.columns.medium-7.columns {
background: #262134;
}
.inside-footer-bar > .large-6.columns.medium-3.columns {
background: #262134;
}
.footer-menu {
background: #262134;
}
.copyright {
font-family: 'Calibri';
font-weight: 300;
color :#919194;
font-size: 12px;
padding: 0.7rem 0rem;
line-height: inherit;
text-align: center;
float:right;
}
.footer-social_media {
display: block;
float:right;
padding-bottom: 10px;
}
.fa-search {
color:#fff;
font-size: 21px;
}
.fa-facebook {
height: 30px;
width: 10px;
display: inline-block;
padding: 10px;
color:#fff;
}
.fa-twitter {
height: 30px;
width: 10px;
display: inline-block;
padding: 10px;
color:#fff;
}
.fa-youtube {
height: 30px;
width: 10px;
color:#fff;
display: inline-block;
padding: 10px;
}
.fa-google-plus {
height: 30px;
width: 10px;
color:#fff;
display: inline-block;
padding: 10px;
}
.shopping_cart {
color: #f8991c !important;
}
.accordion {
background-color: #d8d0c7;
}
.accordion-content {
background-color: #d8d0c7;
border: none;
}
.accordion-content > form > ul > li > a {
font-family: 'Calibri';
font-weight: 300;
color: #807f83;
font-size: 14px;
padding-left: 15px;
}
.accordion-content > form > ul > li {
background-color: #ede8e3;
margin-bottom: 5px;
}
.accordion_select , .accordion_select:hover, .accordion_select:focus {
width: 100%;
font-family: 'Calibri';
font-size: 14px;
font-weight: 300;
}
.accordion-title {
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
border: none;
background-color: #d8d0c7;
}
.accordion-title:hover , .accordion-title:focus{
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
background-color: #d8d0c7;
}
:last-child:not(.is-active) > .accordion-title {
border-radius: 0 0 0 0;
border-bottom: 1px solid #e6e6e6;
}
.accordion-item > a {
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
border: none;
background-color: #d8d0c7;
}
.accordion-item:hover , .accordion-item:focus{
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
background-color: #d8d0c7;
}
.accordion-content > ul > li > a::before {
content: "\f0da";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 5px;
color: #f7981d;
}
.accordion-content > form > ul > li > a::before {
content: "\f0da";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 5px;
color: #f7981d;
}
.is-accordion-submenu-parent[aria-expanded='true'] > a::before {
content: "\f0d7";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
padding-right: 5px;
color: #f7981d;
}
.is-accordion-submenu-parent > a::after {
display: none;
}
.accordion-title::before {
content: "\f0da";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
position: absolute;
right: 1rem;
top: 50%;
margin-top: -0.5rem;
}
.is-active > .accordion-title::before {
content: "\f0d7";
font-family: FontAwesome;
font-style: normal;
font-weight: normal;
text-decoration: inherit;
/*--adjust as necessary--*/
color: #000;
position: absolute;
right: 1rem;
top: 50%;
margin-top: -0.5rem;
}
.search-footer {
width: 90%;
margin: 0px auto;
display: block;
}
.btn-search , .btn-search:hover, .btn-search:focus {
background-color: #f8991c;
font-family: 'Calibri';
margin-top: 10px;
font-size: 14px;
color: #333;
text-transform: uppercase;
font-weight: 700;
}
.btn-clear , .btn-clear:hover, .btn-clear:focus {
background-color: #fff;
font-family: 'Calibri';
margin-top: 10px;
font-size: 14px;
color: #333;
text-transform: uppercase;
font-weight: 700;
}
.inside_search_frm {
height: 35px;
margin-top: 10px;
margin-bottom: 10px;
padding: 1px;
background: #fff;
border:1px solid #807f82;
}
.inside_search_txt {
border: none;
float: left;
width: 60%;
font-family: 'Calibri';
font-size: 14px;
height: 30px;
box-shadow:none;
}
.inside_search_slc {
height: 30px;
float: left;
width: 30%;
font-size: 14px;
font-family: 'Calibri';
border: none;
border-left: 1px solid #cacaca;
border-right: 1px solid #cacaca;
}
.inside_search_btn {
float: left;
display: block;
width: 10%;
color: #f8991c !important;
background: #fff;
height: 30px;
}
.search_pagination {
font-size: 14px;
font-family: 'Calibri';
margin-top: 10px;
margin-bottom: 10px;
display: block;
height: 35px;
float: right;
}
.search_pagination > a {
color: #807f82;
}
.page_number {
width: 50px;
height: 30px;
display: inline-block;
}
.pagination_slc {
font-size: 14px;
font-family: 'Calibri';
border: none;
display: inline-block;
width: 130px;
float:left;
height: 32px;
margin-right: 5px;
}
.large-3.columns.search_results_img {
padding-left: 5px;
padding-right: 5px;
position: relative;
margin-bottom: 4px;
}
.search_results_img {
}
.search_imgs {
}
.search_imgs > img , .search_imgs {
width: 100%;
object-fit: cover;
}
.search_img {
}
.search_img > img , .search_img {
width: 100%;
object-fit: cover;
}
.search_img_details {
position: absolute;
bottom: 0px;
background: rgba(0,0,0,0.6);
width: 100%;
display: none;
}
.search_img_exclusive {
position: absolute;
background: rgba(255,0,0,0.6);
width: 100%;
font-family: 'Calibri';
color: #fff;
font-size:12px;
padding:5px;
bottom: 0px;
}
.search_img_title {
color: #fff;
font-size: 14px;
width: 70%;
font-family: 'Calibri';
font-weight: 300;
float: left;
padding-left: 5px;
padding-right: 5px;
display: inline-block;
padding-top: 5px;
}
.search_img_icons {
color: #f7981d;
width: 30%;
display: inline;
float: right;
padding-top: 5px;
}
.search_img_icons > a{
color: #f7981d;
width: 30%;
display: inline;
float: left;
padding-top: 5px;
padding-bottom: 5px;
}
.search_img_popup {
position: fixed;
height: initial;
width: 70%;
background: #231f20;
z-index: 1;
top: 80px;
padding-right: 5%;
padding-left: 5%;
padding-bottom: 5%;
margin: 0px auto;
left: 22.32rem;
max-height: 100% !important;
overflow-y: scroll;
display: none;
}
.search_display_img {
padding: 10px;
width: 100% !important;
height: auto !important;
max-height: 90vh !important;
object-fit: cover;
padding-left: 0px;
position: relative;
padding-bottom: 0px;
}
.search_popup_details {
font-size: 14px;
font-family: 'Calibri';
width: 100%;
float: left;
color: #807f83;
padding-bottom: 10px;
padding-top: 10px;
}
.search_popup_title {
width: 50%;
display: inline-block;
}
.search_popup_content {
width: 50%;
display: inline-block;
float: right;
padding-left: 10px;
}
.search_close_popup > a{
color: #807f83;
float: right;
padding: 10px;
position: absolute;
right: 0px;
top: 0px;
}
ul.accordion.search_accordion {
background: #231f20 !important;
}
.search_accordion_item:hover {
background-color: #231f20;
}
.search_accordion_item > a , .search_accordion_item > a:hover , .search_accordion_item > a:focus{
font-family: 'Calibri';
font-weight: 700;
color: #fff;
border: none;
background-color: #231f20;
padding-top:5px;
padding-bottom:5px;
padding-left: 10px;
}
.search_accordion_content {
background-color: #231f20;
border: none;
font-family: 'Calibri';
font-weight: 400;
color: #807f83;
font-size: 14px;
}
.search_details_accordion {
background-color: #e6e6e6;
}
.search_details_accordion_item:hover {
background-color: #e6e6e6;
}
.search_details_accordion_item > a , .search_details_accordion_item > a:hover , .search_details_accordion_item > a:focus{
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
border: none;
background-color: #e6e6e6;
padding-top:5px;
padding-bottom:5px;
padding-left: 10px;
}
.search_details_accordion_content {
background-color: #e6e6e6;
border: none;
font-family: 'Calibri';
font-weight: 400;
color: #807f83;
font-size: 14px;
position:relative;
}
.search_popup_accordion {
background-color: #231f20;
}
.search_popup_accordion_item:hover {
background-color: #231f20;
}
.search_popup_accordion_item > a , .search_popup_accordion_item > a:hover , .search_popup_accordion_item > a:focus{
font-family: 'Calibri';
font-weight: 700;
color: #807f83;
border: none;
background-color: #231f20;
padding-top:5px;
padding-bottom:5px;
padding-left: 10px;
}
.search_popup_accordion_content {
background-color: #231f20;
border: none;
font-family: 'Calibri';
font-weight: 400;
color: #807f83;
font-size: 14px;
}
.tabs-content {
background: inherit;
border: none;
}
.tabs {
background: inherit;
color: #807f83;
border: none;
}
.center_tabs {
position: relative;
display: block;
margin-left: 10%;
margin-right: 10%;
width: initial;
}
.tabs-title > a {
color: #807f83;
text-align: center;
font-size: 14px;
font-weight: 700;
border: 1px solid;
padding-top: 5px;
padding-bottom: 5px;
}
.tabs-title.is-active > a {
background: #807f83;
color: #333;
}
.tabs-panel > p {
font-size: 12px;
}
.quality_column {
width: 20%;
display: inline-block;
font-family: 'Calibri';
font-size: 12px;
}
.desc_column {
width: 50%;
display: inline-block;
font-family: 'Calibri';
font-size: 12px;
text-align: center;
}
.price_column {
width: 20%;
display: inline-block;
font-family: 'Calibri';
font-size: 12px;
text-align: right;
}
.price_footer {
float:right;
width:60%;
margin-top:5px;
text-align:right;
}
li.accordion-item {
padding-top: 5px;
padding-bottom: 5px;
}
hr {
margin: 0px auto;
margin-top: 5px;
}
.slick-slider {
}
button.slick-prev.slick-arrow {
position: absolute;
background-color: #807f83;
background-image: url('../icons/arrow-left.png');
background-position: center center;
background-repeat: no-repeat;
height: 95%;
width: 30px;
margin-left: -20px;
color: transparent;
}
button.slick-next.slick-arrow {
position: absolute;
background-color: #807f83;
background-image: url('../icons/arrow-right.png');
background-position: center center;
background-repeat: no-repeat;
height: 95%;
width: 30px;
margin-left: -20px;
right: 15px;
top: 0;
color: transparent;
}
.slick-list.draggable {
margin-top: 15px;
margin-bottom: 15px;
}
.similar_links {
width:100%;
float:left;
padding-top:10px;
padding-bottom:10px;
padding-left:22px;
font-family: 'Calibri';
}
.similar_links > a {
font-family: 'Calibri';
}
.search_price_exclusive {
display: block;
background: #fff;
width: 100%;
height:20vh;
z-index:1;
color:red;
font-size:18px;
padding:10px;
vertical-align:middle;
text-align:center;
}
.search_price_exclusive:hover , .search_price_exclusive:focus {
display: block;
background: #fff;
width: 100%;
height:20vh;
z-index:1;
color:red;
font-size:18px;
padding:10px;
vertical-align:middle;
text-align:center;
}
.color-white {
color:#fff;
}
.color-black {
color:#000;
}
/* Corrections Css */
li.search_bar_item.accordion-item.is-active {
padding: 0;
}
.no-padding {
padding: 0px;
margin: 0px;
}
.button.success {
background-color: #3adb76;
color: #fefefe;
text-transform: uppercase;
font-weight: 700;
}
.similar_links.pull-right {
text-align: right;
padding-right: 20px;
}
.no_results {
text-align: center;
font-size: 18px;
color: #262134;
padding-top: 60px;
}
.home_logo.result {
margin: 0 auto;
padding-bottom: 10px;
margin-bottom: 0px;
}
li.is-submenu-item.is-accordion-submenu-item {
padding-right: 10px;
padding-top: 5px;
}
button.ms-choice {
margin-bottom: 10px;
}
.alert-box {
border-style: solid;
border-width: 1px;
display: block;
font-size: 0.72222rem;
font-weight: normal;
margin-bottom: 1.11111rem;
padding: 0.77778rem 1.33333rem 0.77778rem 0.77778rem;
position: relative;
transition: opacity 300ms ease-out;
background-color: #008CBA;
border-color: #0078a0;
color: #FFFFFF;
font-size: 16px;
}
.alert-box.success {
background-color: #d6de23;
border-color: #d6de23;
color: #333;
}
.alert-box.warning {
background-color: #f08a24;
border-color: #de770f;
color: #FFFFFF;
}
.alert-box.radius {
border-radius: 3px;
}
.alert-box .close {
right: 0.22222rem;
background: inherit;
color: #333333;
font-size: 1.22222rem;
line-height: .9;
margin-top: -0.61111rem;
opacity: 0.3;
padding: 0 6px 4px;
position: absolute;
top: 50%;
}
.close {
right: 0.22222rem;
background: inherit;
color: #333333;
font-size: 1.22222rem;
line-height: .9;
margin-top: -0.61111rem;
opacity: 0.3;
padding: 0 6px 4px;
position: absolute;
top: 50%;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%;
list-style: none;
background: #fff;
text-align: center;
color: #333;
font-size: 14px;
border-radius: 5px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%;
list-style: none;
background: #fff;
text-align: center;
color: #333;
font-size: 14px;
border-radius: 5px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
left: auto;
right: 0;
top: 100%;
list-style: none;
background: #fff;
text-align: center;
color: #333;
font-size: 14px;
border-radius: 5px;
padding: 5px;
margin-top: 10px;
margin-bottom: 10px;
}
.is-dropdown-submenu > li {
width: 80%;
border-bottom: 1px solid #333;
margin: auto;
margin-top: 10px;
margin-bottom: 10px;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
position: static;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
content: '';
display: block;
width: 0;
height: 0;
border: inset 5px;
border-color: #f8991c transparent transparent;
border-top-style: solid;
border-bottom-width: 0;
position: absolute;
right: 15px;
margin-top: -2px;
}
.standard-title {
float: none;
width: 50%;
margin: 0px auto;
}
.standard-select {
height: 1.8rem;
padding: 0.2rem;
font-size: 0.8rem;
padding-right: 1.4rem;
color: #333;
}
.dropdown-pane {
padding: 2px;
list-style: none;
}
.custom-dropdown-options li {
font-size: 14px;
}
.custom-dropdown-area {
margin-bottom: 8px !important;
}
.custom-dropdown-button {
background-color: #fafafa;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zd…J2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
background-position: 100% center;
background-repeat: no-repeat;
border: 1px solid #cccccc;
padding: 0.3rem !important;
padding-right: 2rem;
font-size: 0.675rem;
height: 1.8rem;
}
.ms-parent.standard-select.standard-select-multiple ,.ms-parent.standard-select.standard-select-details {
margin-bottom: 16px;
}
.ms-parent.standard-select.standard-select-multiple > button.ms-choice ,.ms-parent.standard-select.standard-select-details > button.ms-choice {
width: 100%;
height: inherit;
position: absolute;
height: 1.8rem;
padding: 0.2rem;
font-size: 0.8rem;
padding-right: 1.4rem;
color: #333;
margin-left: -4px;
} | 0.159512 | 0.137446 |
/* General
----------------------------------------------------------------------------------------------------*/
.wk-twitter .image {
display: block;
padding: 3px;
border: 1px solid #ddd;
float: left;
}
.wk-twitter .image img { display: block; }
/* List Style
----------------------------------------------------------------------------------------------------*/
.wk-twitter-list article {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #ddd;
overflow: hidden;
}
.wk-twitter-list article:first-child {
margin: 0;
padding: 0;
border: none;
}
.wk-twitter-list .image { margin: 3px 10px 0 0; }
.wk-twitter-list p { margin: 0; }
.wk-twitter-list .meta {
font-size: 11px;
font-style: italic;
}
/* Single Style
----------------------------------------------------------------------------------------------------*/
.wk-twitter-single.image {
min-height: 43px;
padding-left: 70px;
background: url(single/images/bird.png) 0 3px no-repeat;
}
.wk-twitter-single p {
margin: 0;
font-style: italic;
}
.wk-twitter-single .content {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
line-height: 30px;
}
.wk-twitter-single .meta { font-size: 11px; }
/* Only Phones */
@media (max-width: 767px) {
.wk-twitter-single.image {
min-height: 0;
padding-left: 0;
background: none;
}
.wk-twitter-single .content {
font-size: 20px;
line-height: 26px;
}
}
/* Bubbles Style
----------------------------------------------------------------------------------------------------*/
.wk-twitter-bubbles { margin: 0 -5px; }
.wk-twitter-bubbles > article { float: left; }
.wk-twitter-bubbles .content {
position: relative;
margin: 0 5px;
padding: 10px;
border: 1px solid #ccc;
background: #FFF;
box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.wk-twitter-bubbles .content:after {
content:"";
position: absolute;
left: 18px;
bottom: -11px;
width: 16px;
height: 11px;
background: url(bubbles/images/arrow.png) 0 0 no-repeat;
}
.wk-twitter-bubbles .meta {
margin: 10px 5px 0 5px;
overflow: hidden;
}
.wk-twitter-bubbles .image {
display: block;
margin-right: 10px;
float: left;
}
.wk-twitter-bubbles .author,
.wk-twitter-bubbles time { display: block; }
.wk-twitter-bubbles .author { margin-top: 5px; }
.wk-twitter-bubbles time {
margin-top: -5px;
font-size: 11px;
} | media/widgetkit/widgets/twitter/styles/style.css | /* General
----------------------------------------------------------------------------------------------------*/
.wk-twitter .image {
display: block;
padding: 3px;
border: 1px solid #ddd;
float: left;
}
.wk-twitter .image img { display: block; }
/* List Style
----------------------------------------------------------------------------------------------------*/
.wk-twitter-list article {
margin-top: 5px;
padding-top: 5px;
border-top: 1px solid #ddd;
overflow: hidden;
}
.wk-twitter-list article:first-child {
margin: 0;
padding: 0;
border: none;
}
.wk-twitter-list .image { margin: 3px 10px 0 0; }
.wk-twitter-list p { margin: 0; }
.wk-twitter-list .meta {
font-size: 11px;
font-style: italic;
}
/* Single Style
----------------------------------------------------------------------------------------------------*/
.wk-twitter-single.image {
min-height: 43px;
padding-left: 70px;
background: url(single/images/bird.png) 0 3px no-repeat;
}
.wk-twitter-single p {
margin: 0;
font-style: italic;
}
.wk-twitter-single .content {
font-family: "Times New Roman", Times, serif;
font-size: 24px;
line-height: 30px;
}
.wk-twitter-single .meta { font-size: 11px; }
/* Only Phones */
@media (max-width: 767px) {
.wk-twitter-single.image {
min-height: 0;
padding-left: 0;
background: none;
}
.wk-twitter-single .content {
font-size: 20px;
line-height: 26px;
}
}
/* Bubbles Style
----------------------------------------------------------------------------------------------------*/
.wk-twitter-bubbles { margin: 0 -5px; }
.wk-twitter-bubbles > article { float: left; }
.wk-twitter-bubbles .content {
position: relative;
margin: 0 5px;
padding: 10px;
border: 1px solid #ccc;
background: #FFF;
box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.wk-twitter-bubbles .content:after {
content:"";
position: absolute;
left: 18px;
bottom: -11px;
width: 16px;
height: 11px;
background: url(bubbles/images/arrow.png) 0 0 no-repeat;
}
.wk-twitter-bubbles .meta {
margin: 10px 5px 0 5px;
overflow: hidden;
}
.wk-twitter-bubbles .image {
display: block;
margin-right: 10px;
float: left;
}
.wk-twitter-bubbles .author,
.wk-twitter-bubbles time { display: block; }
.wk-twitter-bubbles .author { margin-top: 5px; }
.wk-twitter-bubbles time {
margin-top: -5px;
font-size: 11px;
} | 0.341802 | 0.084116 |
.frontPageArticles {
background-color: white;
padding-top: 25px;
padding-left: 100px;
}
.card-img-top {
width: 100%;
height: 30vw;
object-fit: cover;
}
.articleCardBTN {
width: 100%;
}
.card {
position: relative;
width: 800px;
height: 500px;
padding-bottom: 50px;
}
.card-title {
text-align: center;
}
.card-text {
text-align: center;
}
.nav-wrapper {
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 20;
background-color: #1b1e21;
}
.navbar {
background-color: #1b1e21;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.viewComments {
top: 0;
}
.emailField {
max-width: 200px;
position: fixed;
}
.passwordField {
max-width: 20px;
position: fixed;
}
.article-list {
padding-top: 100px;
}
.sidenav {
height: 100%;
width: 250px;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: #708090;
overflow-x: hidden;
padding-top: 60px;
}
.password {
position: absolute;
bottom: 0;
}
.form-control {
text-align: left;
background-color: #eee9e9;
}
.btn1 {
padding-bottom: 15px;
padding-top: 43px;
}
.btn2 {
padding-bottom: 15px;
}
.btn3 {
padding-bottom: 15px;
}
.btn4 {
padding-bottom: 15px;
}
.btn5 {
padding-bottom: 15px;
}
.button1 {
width: 100%;
background-color: #1b1e21;
}
.button2 {
width: 100%;
background-color: #1b1e21;
}
.button3 {
width: 100%;
background-color: #1b1e21;
}
.button4 {
width: 100%;
background-color: #1b1e21;
}
.button5 {
width: 100%;
background-color: #1b1e21;
}
.article-list {
background-color: white;
}
.col-sm-4 {
padding-left: 20px;
}
.registerUserPage {
padding-top: 150px;
padding-left: 75px;
}
.registerUserPageDetails {
padding-bottom: 35px;
}
.regEmail {
display: block;
width: 280px;
position: relative;
margin: 10px 0;
}
.regPassword {
display: block;
width: 280px;
position: relative;
margin: 10px 0;
}
.regName {
display: block;
width: 280px;
position: relative;
margin: 10px 0;
}
.regAge {
display: block;
width: 280px;
position: relative;
margin: 10px 0;
}
.createArticleForm {
padding-top: 200px;
padding-left: 50px;
padding-right: 600px;
padding-bottom: 175px;
overflow: scroll;
}
.createArticleTop {
padding-bottom: 50px;
}
.createArticleReturnBTN {
background-color: #e4606d;
}
.textAreaArticle {
height: 400px;
}
.uploadPhoto {
padding-top: 50px;
}
.submitArticleBTN {
background-color: #71dd8a;
width: 200px;
heigth: 40px;
}
.submitBTNPAD {
padding-top: 50px;
}
.form-control-login {
background-color: #71dd8a;
padding-right: 20px;
}
.form-control-logout {
background-color: #efa2a9;
padding-left: 20px;
}
.articleDetailsWrapper {
padding: 200px 100px 200px 125px;
}
.imgDetails {
width: 70%;
padding: 3px;
border: 3px solid #021a40;
}
.postedBy {
padding-right: 20px;
}
.detailsTopPart {
padding-bottom: 10px;
}
.detailsHeader {
font-size: 80px;
border-bottom: 3px solid #0c5460;
display: inline;
}
.kommentarerText {
font-size: 20px;
padding-top: 40px;
border-bottom: 3px solid #0c5460;
display: inline;
}
.articleContent {
padding-right: 450px;
}
.kommentarfelt {
padding-top: 50px;
}
.commentList {
padding-right: 400px;
}
.dineComments {
padding-right: 400px;
}
.frontPageNewsFeed {
padding-right: 400px;
padding-left: 175px;
padding-top: 10px;
}
.newsfeedtext {
padding-right: 400px;
padding-left: 175px;
padding-top: 150px;
}
.deleteArticlesWrapper {
padding-top: 200px;
padding-right: 600px;
padding-left: 50px;
}
.updateArticleWrappper {
padding: 200px 600px 200px 50px;
}
.inputTopSecond {
padding-bottom: 35px;
}
.inputValues {
padding-top: 30px;
padding-right: 400px;
padding-left: 100px;
}
.inputUpdateTop {
padding-bottom: 50px;
}
.menuDropDown {
background-color: #1b1e21;
width: 100%;
}
.menuDropDownOver {
width: 100%;
}
.articlesByCategory {
padding-bottom: 100px;
padding-top: 100px;
}
.articlesByCategoryTop {
padding-right: 400px;
padding-left: 100px;
padding-top: 100px;
}
.catArticles {
padding-right: 400px;
padding-left: 100px;
}
.deleteSubmitBTN {
padding-top: 30px;
}
.deleteTop {
padding-bottom: 60px;
}
.updateSubmit {
padding-top: 30px;
}
.textTopCat {
padding-top: 30px;
}
.articleDetailsReturnField {
padding-bottom: 35px;
}
.categoryText {
size: 40px;
}
.likesImg {
height: 25px;
width: 25px;
}
.dislikesImg {
height: 25px;
width: 25px;
}
.likesBTN {
background-color: #71dd8a;
}
.dislikesBTN {
background-color: #e4606d;
}
.likesField {
padding-top: 35px;
}
.frontPageNewsFeedVertical {
position: fixed;
left: 0;
right: 250px;
top: 54px;
z-index: 20;
}
.newsCol {
max-width: 20px;
}
.ListGroupItem {
max-width: 30px;
}
.containerNews {
background-color: #708090;
} | client/public/stylesheet.css | .frontPageArticles {
background-color: white;
padding-top: 25px;
padding-left: 100px;
}
.card-img-top {
width: 100%;
height: 30vw;
object-fit: cover;
}
.articleCardBTN {
width: 100%;
}
.card {
position: relative;
width: 800px;
height: 500px;
padding-bottom: 50px;
}
.card-title {
text-align: center;
}
.card-text {
text-align: center;
}
.nav-wrapper {
position: absolute;
left: 0;
right: 0;
top: 0;
z-index: 20;
background-color: #1b1e21;
}
.navbar {
background-color: #1b1e21;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.viewComments {
top: 0;
}
.emailField {
max-width: 200px;
position: fixed;
}
.passwordField {
max-width: 20px;
position: fixed;
}
.article-list {
padding-top: 100px;
}
.sidenav {
height: 100%;
width: 250px;
position: fixed;
z-index: 1;
top: 0;
right: 0;
background-color: #708090;
overflow-x: hidden;
padding-top: 60px;
}
.password {
position: absolute;
bottom: 0;
}
.form-control {
text-align: left;
background-color: #eee9e9;
}
.btn1 {
padding-bottom: 15px;
padding-top: 43px;
}
.btn2 {
padding-bottom: 15px;
}
.btn3 {
padding-bottom: 15px;
}
.btn4 {
padding-bottom: 15px;
}
.btn5 {
padding-bottom: 15px;
}
.button1 {
width: 100%;
background-color: #1b1e21;
}
.button2 {
width: 100%;
background-color: #1b1e21;
}
.button3 {
width: 100%;
background-color: #1b1e21;
}
.button4 {
width: 100%;
background-color: #1b1e21;
}
.button5 {
width: 100%;
background-color: #1b1e21;
}
.article-list {
background-color: white;
}
.col-sm-4 {
padding-left: 20px;
}
.registerUserPage {
padding-top: 150px;
padding-left: 75px;
}
.registerUserPageDetails {
padding-bottom: 35px;
}
.regEmail {
display: block;
width: 280px;
position: relative;
margin: 10px 0;
}
.regPassword {
display: block;
width: 280px;
position: relative;
margin: 10px 0;
}
.regName {
display: block;
width: 280px;
position: relative;
margin: 10px 0;
}
.regAge {
display: block;
width: 280px;
position: relative;
margin: 10px 0;
}
.createArticleForm {
padding-top: 200px;
padding-left: 50px;
padding-right: 600px;
padding-bottom: 175px;
overflow: scroll;
}
.createArticleTop {
padding-bottom: 50px;
}
.createArticleReturnBTN {
background-color: #e4606d;
}
.textAreaArticle {
height: 400px;
}
.uploadPhoto {
padding-top: 50px;
}
.submitArticleBTN {
background-color: #71dd8a;
width: 200px;
heigth: 40px;
}
.submitBTNPAD {
padding-top: 50px;
}
.form-control-login {
background-color: #71dd8a;
padding-right: 20px;
}
.form-control-logout {
background-color: #efa2a9;
padding-left: 20px;
}
.articleDetailsWrapper {
padding: 200px 100px 200px 125px;
}
.imgDetails {
width: 70%;
padding: 3px;
border: 3px solid #021a40;
}
.postedBy {
padding-right: 20px;
}
.detailsTopPart {
padding-bottom: 10px;
}
.detailsHeader {
font-size: 80px;
border-bottom: 3px solid #0c5460;
display: inline;
}
.kommentarerText {
font-size: 20px;
padding-top: 40px;
border-bottom: 3px solid #0c5460;
display: inline;
}
.articleContent {
padding-right: 450px;
}
.kommentarfelt {
padding-top: 50px;
}
.commentList {
padding-right: 400px;
}
.dineComments {
padding-right: 400px;
}
.frontPageNewsFeed {
padding-right: 400px;
padding-left: 175px;
padding-top: 10px;
}
.newsfeedtext {
padding-right: 400px;
padding-left: 175px;
padding-top: 150px;
}
.deleteArticlesWrapper {
padding-top: 200px;
padding-right: 600px;
padding-left: 50px;
}
.updateArticleWrappper {
padding: 200px 600px 200px 50px;
}
.inputTopSecond {
padding-bottom: 35px;
}
.inputValues {
padding-top: 30px;
padding-right: 400px;
padding-left: 100px;
}
.inputUpdateTop {
padding-bottom: 50px;
}
.menuDropDown {
background-color: #1b1e21;
width: 100%;
}
.menuDropDownOver {
width: 100%;
}
.articlesByCategory {
padding-bottom: 100px;
padding-top: 100px;
}
.articlesByCategoryTop {
padding-right: 400px;
padding-left: 100px;
padding-top: 100px;
}
.catArticles {
padding-right: 400px;
padding-left: 100px;
}
.deleteSubmitBTN {
padding-top: 30px;
}
.deleteTop {
padding-bottom: 60px;
}
.updateSubmit {
padding-top: 30px;
}
.textTopCat {
padding-top: 30px;
}
.articleDetailsReturnField {
padding-bottom: 35px;
}
.categoryText {
size: 40px;
}
.likesImg {
height: 25px;
width: 25px;
}
.dislikesImg {
height: 25px;
width: 25px;
}
.likesBTN {
background-color: #71dd8a;
}
.dislikesBTN {
background-color: #e4606d;
}
.likesField {
padding-top: 35px;
}
.frontPageNewsFeedVertical {
position: fixed;
left: 0;
right: 250px;
top: 54px;
z-index: 20;
}
.newsCol {
max-width: 20px;
}
.ListGroupItem {
max-width: 30px;
}
.containerNews {
background-color: #708090;
} | 0.45641 | 0.090574 |
.content-section-div {
height: calc(90% - 12px);
overflow: hidden;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: stretch;
justify-content: space-evenly;
padding: 12px;
background-color: #A60000;
}
.table-section-div {
height: 100%;
overflow: hidden;
flex: 4 1 content;
margin-right: 16px;
}
.editor-section-div {
flex: 1 1 content;
height: calc(100% - 32px);
overflow: hidden;
background-color: #dddddd;
padding: 16px;
font-weight: normal;
font-size: 14px;
}
.editor-section-div > select, input {
display: flex;
width: 100%;
}
.editor-section-div > textarea {
display: flex;
width: 100%;
resize: vertical;
}
.tableheader-div {
background: #ddd;
padding-left: 20px;
padding-right: 26px;
display: block;
overflow: hidden;
text-wrap: none;
width: 100%;
border-bottom: solid 1px #777777;
}
.tableheader-div div {
padding: 4px 4px 4px 4px;
font-weight: bold;
font-size: 14px;
text-align: left;
float: left;
display: block;
width: calc(15% - 8px);
}
/*
.tableheader-div div:nth-of-type(4) {
width: calc(54% - 8px);
}
.tableheader-div div:nth-of-type(5) {
width: 20px;
border-bottom: none;
}
*/
.table-div {
overflow-y: scroll;
overflow-x: hidden;
height: calc(100% - 26px);
background-color: #dddddd;
padding-left: 16px;
clear: both;
}
#transactions {
overflow: hidden;
width: 100%;
}
#transactions td {
padding: 4px 4px;
min-width: 80px;
max-width: 120px;
border-bottom: 1px solid #eeeeee;
border-left: none;
border-right: none;
border-top: none;
text-align: left;
margin: 0;
white-space: nowrap;
font-size: 12px;
background-color: #dddddd;
}
#transactions td:nth-child(4) {
width: 90%;
}
.transaction-row {
cursor: default;
}
.transaction-row-mapped {
color: #2152aa;
cursor: default;
}
.transaction-row-focus {
background-color: #aaaaaa !important;
}
.editor-table {
margin-top: 22px;
width: 100%;
}
.editor-table th {
padding-top: 12px;
font-weight: bold;
}
.editor-table td:first-of-type, th:first-of-type {
text-align: left;
width: calc(100% - 75px);
}
.editor-table td:nth-of-type(2), th:nth-of-type(2) {
text-align: right;
width: 75px;
}
.editor-table input {
width: 100%;
text-align: right;
}
.editor-table select {
width: 100%;
}
.label {
padding-top: 16px;
font-weight: bold;
display: block;
}
.editor-button-container {
display: flex;
padding-left: 8px;
padding-top: 8px;
}
.editor-button-container button {
} | BudgetTools/Content/Transactions.css |
.content-section-div {
height: calc(90% - 12px);
overflow: hidden;
display: flex;
flex-wrap: nowrap;
flex-direction: row;
align-items: stretch;
justify-content: space-evenly;
padding: 12px;
background-color: #A60000;
}
.table-section-div {
height: 100%;
overflow: hidden;
flex: 4 1 content;
margin-right: 16px;
}
.editor-section-div {
flex: 1 1 content;
height: calc(100% - 32px);
overflow: hidden;
background-color: #dddddd;
padding: 16px;
font-weight: normal;
font-size: 14px;
}
.editor-section-div > select, input {
display: flex;
width: 100%;
}
.editor-section-div > textarea {
display: flex;
width: 100%;
resize: vertical;
}
.tableheader-div {
background: #ddd;
padding-left: 20px;
padding-right: 26px;
display: block;
overflow: hidden;
text-wrap: none;
width: 100%;
border-bottom: solid 1px #777777;
}
.tableheader-div div {
padding: 4px 4px 4px 4px;
font-weight: bold;
font-size: 14px;
text-align: left;
float: left;
display: block;
width: calc(15% - 8px);
}
/*
.tableheader-div div:nth-of-type(4) {
width: calc(54% - 8px);
}
.tableheader-div div:nth-of-type(5) {
width: 20px;
border-bottom: none;
}
*/
.table-div {
overflow-y: scroll;
overflow-x: hidden;
height: calc(100% - 26px);
background-color: #dddddd;
padding-left: 16px;
clear: both;
}
#transactions {
overflow: hidden;
width: 100%;
}
#transactions td {
padding: 4px 4px;
min-width: 80px;
max-width: 120px;
border-bottom: 1px solid #eeeeee;
border-left: none;
border-right: none;
border-top: none;
text-align: left;
margin: 0;
white-space: nowrap;
font-size: 12px;
background-color: #dddddd;
}
#transactions td:nth-child(4) {
width: 90%;
}
.transaction-row {
cursor: default;
}
.transaction-row-mapped {
color: #2152aa;
cursor: default;
}
.transaction-row-focus {
background-color: #aaaaaa !important;
}
.editor-table {
margin-top: 22px;
width: 100%;
}
.editor-table th {
padding-top: 12px;
font-weight: bold;
}
.editor-table td:first-of-type, th:first-of-type {
text-align: left;
width: calc(100% - 75px);
}
.editor-table td:nth-of-type(2), th:nth-of-type(2) {
text-align: right;
width: 75px;
}
.editor-table input {
width: 100%;
text-align: right;
}
.editor-table select {
width: 100%;
}
.label {
padding-top: 16px;
font-weight: bold;
display: block;
}
.editor-button-container {
display: flex;
padding-left: 8px;
padding-top: 8px;
}
.editor-button-container button {
} | 0.374219 | 0.111338 |
.firstNav,
.secondNav,
.thirdNav{
top:-10px;}
.navbar{
padding-top:0!important;}
.secondNav{
background:#666666;}
.thirdNav{
background:#303030;
padding:0;
}
[data-toggle="dropdown"]{
padding:0;margin:0;
background:transparent;
border:none;
font-size:calc(100% + .25px);}
.drop-link{
font-weight:400;font-size:.75rem;color:#000;}
.firstNav .dropdown-menu{
padding:5px;
border-radius:4px;
left:-155px;
width:480px;height:auto;
column-count:2;
box-shadow:5px 5px 5px var(--c-grey);
background-color: var(--c-grey);}
.firstNav [data-toggle="dropdown"]{
color:#007bff;}
.drop-connexion{
border-right:1px solid var(--c-blue);}
.drop-inscription,
.drop-connexion{
padding:10px;}
.drop-inscription,
.drop-connexion>label,
input,span{
font-size:.85rem;}
.drop-inscription > label, .drop-inscription a {
display:inline;
padding:10px 3px ;
}
.drop-connexion,
.drop-inscription:not(input):not([for="always"]):not([name="always"]) {
text-align:center;}
form>button{
width:100%;}
form>p{
font-size:.75rem;
text-align:left;}
form>span{
display:inline-flex;
text-align:center;
padding-bottom:10px;}
.thirdNav .dropdown-menu:nth-of-type(1){
border-radius:4px;
width:160px;height:auto;
left:-25px;
padding:10px;
column-count:1;
box-shadow:5px 5px 5px var(--c-grey);
background-color:var(--c-grey);}
.thirdNav [data-toggle="dropdown"]{
color: whitesmoke;}
.secondNav .nav-link{
border-bottom:.25px solid gray;}
.thirdNav .nav-link{
border-bottom:.25px solid #585858;}
nav:not(.firstNav) .nav-link:hover {
background:#ffffff90;
color:black!important;}
.firstNav .nav-link:hover{
color:var(--primary) !important;
border-radius: 15px;
border-bottom:1px solid var(--primary);}
footer{
box-shadow:0 0 3px 3px #222;}
footer>section{
display:flex;}
.btn-custom{
background-color:var(--c-orangeII);
color:white;}
.btn-custom:hover{
color:white!important;
box-shadow:inset 0 0 7px 3px #f3a93b;}
.c-custom{
color:var(--new-c-second);}
[for="newsletter"],
.text-follow{
color:white;}
[for="newsletter"],
.c-custom,
.text-follow{
font-size:1.25rem;
font-weight:700;}
.annexe,
.cite,
.marque>p,h3,li,
.par-ann{
color:whitesmoke;}
.marque>h3{
text-align:center;
font-size:calc(100% + .1rem);}
.annexe>p{
word-break:break-all;
width:100%;}
.annexe>ul,li{
list-style-type:none;
word-break:break-all;}
.txt-bold{
font-weight:900;}
.txt-light{
font-weight:100;}
[aria-label="Breadcrumb"].fil-arianne li{
display:inline;}
.link-arianne{
color:var(--primary);
transition:all .5s;}
.link-arianne:hover{
text-decoration:none;
color:var(--new-c-second);}
.cite>p{
font-size:calc(100% - .3rem);
text-align:center;
margin-bottom:0;}
.marque,
.marque>p{
background-color:#000;
margin-left:0;
margin-right:0;
text-align:center;line-height:1rem;font-size:small;}
.thumbnail{
width:98%;}
.c-icon{
border-radius:25%;
background:#ccc;}
.c-icon-button{
background:#666;}
.title-nav-produits,
.title-nav-service,
.title-nav-aide{
font-size:calc(100% + .25rem);font-weight:400;color:white;
transform:skew(-9deg);
text-shadow:1px 0 3px #000;} | assets/css/pages/layouts.css | .firstNav,
.secondNav,
.thirdNav{
top:-10px;}
.navbar{
padding-top:0!important;}
.secondNav{
background:#666666;}
.thirdNav{
background:#303030;
padding:0;
}
[data-toggle="dropdown"]{
padding:0;margin:0;
background:transparent;
border:none;
font-size:calc(100% + .25px);}
.drop-link{
font-weight:400;font-size:.75rem;color:#000;}
.firstNav .dropdown-menu{
padding:5px;
border-radius:4px;
left:-155px;
width:480px;height:auto;
column-count:2;
box-shadow:5px 5px 5px var(--c-grey);
background-color: var(--c-grey);}
.firstNav [data-toggle="dropdown"]{
color:#007bff;}
.drop-connexion{
border-right:1px solid var(--c-blue);}
.drop-inscription,
.drop-connexion{
padding:10px;}
.drop-inscription,
.drop-connexion>label,
input,span{
font-size:.85rem;}
.drop-inscription > label, .drop-inscription a {
display:inline;
padding:10px 3px ;
}
.drop-connexion,
.drop-inscription:not(input):not([for="always"]):not([name="always"]) {
text-align:center;}
form>button{
width:100%;}
form>p{
font-size:.75rem;
text-align:left;}
form>span{
display:inline-flex;
text-align:center;
padding-bottom:10px;}
.thirdNav .dropdown-menu:nth-of-type(1){
border-radius:4px;
width:160px;height:auto;
left:-25px;
padding:10px;
column-count:1;
box-shadow:5px 5px 5px var(--c-grey);
background-color:var(--c-grey);}
.thirdNav [data-toggle="dropdown"]{
color: whitesmoke;}
.secondNav .nav-link{
border-bottom:.25px solid gray;}
.thirdNav .nav-link{
border-bottom:.25px solid #585858;}
nav:not(.firstNav) .nav-link:hover {
background:#ffffff90;
color:black!important;}
.firstNav .nav-link:hover{
color:var(--primary) !important;
border-radius: 15px;
border-bottom:1px solid var(--primary);}
footer{
box-shadow:0 0 3px 3px #222;}
footer>section{
display:flex;}
.btn-custom{
background-color:var(--c-orangeII);
color:white;}
.btn-custom:hover{
color:white!important;
box-shadow:inset 0 0 7px 3px #f3a93b;}
.c-custom{
color:var(--new-c-second);}
[for="newsletter"],
.text-follow{
color:white;}
[for="newsletter"],
.c-custom,
.text-follow{
font-size:1.25rem;
font-weight:700;}
.annexe,
.cite,
.marque>p,h3,li,
.par-ann{
color:whitesmoke;}
.marque>h3{
text-align:center;
font-size:calc(100% + .1rem);}
.annexe>p{
word-break:break-all;
width:100%;}
.annexe>ul,li{
list-style-type:none;
word-break:break-all;}
.txt-bold{
font-weight:900;}
.txt-light{
font-weight:100;}
[aria-label="Breadcrumb"].fil-arianne li{
display:inline;}
.link-arianne{
color:var(--primary);
transition:all .5s;}
.link-arianne:hover{
text-decoration:none;
color:var(--new-c-second);}
.cite>p{
font-size:calc(100% - .3rem);
text-align:center;
margin-bottom:0;}
.marque,
.marque>p{
background-color:#000;
margin-left:0;
margin-right:0;
text-align:center;line-height:1rem;font-size:small;}
.thumbnail{
width:98%;}
.c-icon{
border-radius:25%;
background:#ccc;}
.c-icon-button{
background:#666;}
.title-nav-produits,
.title-nav-service,
.title-nav-aide{
font-size:calc(100% + .25rem);font-weight:400;color:white;
transform:skew(-9deg);
text-shadow:1px 0 3px #000;} | 0.166404 | 0.071916 |
.main{
background-color: rgb(213, 213, 213);
}
.restoreup{
height: 30px;
width: 30px;
border-radius: 50%;
background-color: yellow;
position: fixed;
bottom: 10px;
right: 10px;
}
.contentcontainer{
margin-left: 10%;
margin-right: 10%;
}
.contentheader{
margin-top: 0 !important;
color: #000;
}
.content{
color: #fff;
text-align: center;
font-size: 30px;
height:auto;
width: 100%;
}
.splashscreen{
display: flex;
height: auto;
}
.picone{
background-image: url(../public/img/post-36.jpg);
background-size: cover;
height: 400px;
width: 50%;
margin-right: 5px;
}
.splashscreentwo{
display: flex;
flex-direction: column !important;
height: 400px;
width: 50%;
}
.pictwo{
background-image: url(../public/img/post-40.jpg);
background-size: cover;
width: 100%;
height: 250px;
margin-bottom: 5px;
}
@media(max-width:1260px){
.content{
margin: 0 auto !important;
}
.picthree, .picfour{
display: none;
}
.picone{
width: 100%;
margin-right: 0px;
}
.pictwo{
margin-top: 15px;
width: 100%;
}
}
.spashscreenthree{
display: flex;
}
.picthree{
background-image: url(../public/img/picthree.png);
background-size: cover;
width: 50%;
height: 150px;
margin-right: 5px;
}
.picfour{
background-image: url(../public/img/picfive.png);
background-size: cover;
width: 50%;
height: 150px;
}
@media(max-width:1270px){
.splashscreen{
flex-wrap: wrap;
}
.splashscreentwo{
display: flex;
flex-direction: row !important;
width: 100%;
}
.spashscreenthree{
width: 100%;
}
.picthree, .picfour{
display: block;
height: 250px;
margin-top: 15px;
}
}
@media(max-width:1000px){
.splashscreentwo{
display: flex;
flex-direction: column !important;
width: 100% !important;
height: auto !important;
}
}
@media(max-width:1000px){
.spashscreenthree{
display: flex;
flex-direction: column !important;
width: 100% !important;
height: auto !important;
}
.picthree, .picfour{
width: 100% !important;
}
}
.aid{
margin-right: 5%;
margin-left: 5%;
display: flex;
flex-wrap: wrap;
}
.aidleft{
background-color: rgb(255, 92, 4);
height: 500px;
width: 50%;
margin-top: -20%;
display: flex;
}
.aidtext{
width: 50%;
}
.aidtext > h3{
font-weight: bold;
font-size: 40px;
}
.aidtext > p{
font-family: "Nunito Sans", Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
color: #2e2e2e;
}
.aidimage{
width: 50%;
}
.imagecenter{
margin: 0 auto;
height: 300px;
width: 75%;
margin-top: 100px;
border: 2px solid cyan;
background-image: url(../public/img/piceleven.png);
background-size: cover;
background-position: 0 center;
}
.aidright{
background-color: rgb(44, 44, 44);
height: 378px;
width: 50%;
margin-top: -10%;
}
.aidright > h2{
color: #fff;
font-size: 50px;
margin-left: 10%;
}
.aidright > h2 > span{
color: rgb(184, 184, 184);
}
.aidright > p{
margin-left: 10%;
color: #fff;
font-size: 17px;
}
.aidbutton{
padding: 10px;
width: 120px;
outline: none;
background: #f5ed01;
border-radius: 30px;
padding: 13px 26px;
font-size: 14px;
font-weight: 400;
border: 1px solid rgb(255, 92, 4);
color: rgb(0, 0, 0);
transition: 0.3s;
cursor: pointer;
margin-right: 30px;
}
/* .slimcontainer{
margin-right: 10%;
margin-left: 10%;
display: flex;
}
.monday,
.tuesday,
.wednesday,
.thursday,
.friday{
background-color: #fe7878;
width: 100%;
font-size: 22px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 70px;
margin: 10px;
}
.monday > h5,
.tuesday > h5,
.wednesday > h5,
.thursday > h5,
.friday > h5,
.monday > span,
.tuesday > span,
.wednesday > span,
.thursday > span,
.friday > span{
margin: 4px !important;
}
.monday > span,
.tuesday > span,
.wednesday > span,
.thursday > span,
.friday > span{
display: block;
font-size: 14px;
}
.after{
width: 0;
height: 0;
margin-top: -10px;
content: '';
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #fe7878;
opacity: 1;
} */
@media(max-width: 1000px){
.aidleft{
margin-top: -120%;
width: 100%;
}
.aidright{
margin-top: 20%;
width: 100%;
}
} | styles/Home.module.css | .main{
background-color: rgb(213, 213, 213);
}
.restoreup{
height: 30px;
width: 30px;
border-radius: 50%;
background-color: yellow;
position: fixed;
bottom: 10px;
right: 10px;
}
.contentcontainer{
margin-left: 10%;
margin-right: 10%;
}
.contentheader{
margin-top: 0 !important;
color: #000;
}
.content{
color: #fff;
text-align: center;
font-size: 30px;
height:auto;
width: 100%;
}
.splashscreen{
display: flex;
height: auto;
}
.picone{
background-image: url(../public/img/post-36.jpg);
background-size: cover;
height: 400px;
width: 50%;
margin-right: 5px;
}
.splashscreentwo{
display: flex;
flex-direction: column !important;
height: 400px;
width: 50%;
}
.pictwo{
background-image: url(../public/img/post-40.jpg);
background-size: cover;
width: 100%;
height: 250px;
margin-bottom: 5px;
}
@media(max-width:1260px){
.content{
margin: 0 auto !important;
}
.picthree, .picfour{
display: none;
}
.picone{
width: 100%;
margin-right: 0px;
}
.pictwo{
margin-top: 15px;
width: 100%;
}
}
.spashscreenthree{
display: flex;
}
.picthree{
background-image: url(../public/img/picthree.png);
background-size: cover;
width: 50%;
height: 150px;
margin-right: 5px;
}
.picfour{
background-image: url(../public/img/picfive.png);
background-size: cover;
width: 50%;
height: 150px;
}
@media(max-width:1270px){
.splashscreen{
flex-wrap: wrap;
}
.splashscreentwo{
display: flex;
flex-direction: row !important;
width: 100%;
}
.spashscreenthree{
width: 100%;
}
.picthree, .picfour{
display: block;
height: 250px;
margin-top: 15px;
}
}
@media(max-width:1000px){
.splashscreentwo{
display: flex;
flex-direction: column !important;
width: 100% !important;
height: auto !important;
}
}
@media(max-width:1000px){
.spashscreenthree{
display: flex;
flex-direction: column !important;
width: 100% !important;
height: auto !important;
}
.picthree, .picfour{
width: 100% !important;
}
}
.aid{
margin-right: 5%;
margin-left: 5%;
display: flex;
flex-wrap: wrap;
}
.aidleft{
background-color: rgb(255, 92, 4);
height: 500px;
width: 50%;
margin-top: -20%;
display: flex;
}
.aidtext{
width: 50%;
}
.aidtext > h3{
font-weight: bold;
font-size: 40px;
}
.aidtext > p{
font-family: "Nunito Sans", Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
font-weight: 600;
color: #2e2e2e;
}
.aidimage{
width: 50%;
}
.imagecenter{
margin: 0 auto;
height: 300px;
width: 75%;
margin-top: 100px;
border: 2px solid cyan;
background-image: url(../public/img/piceleven.png);
background-size: cover;
background-position: 0 center;
}
.aidright{
background-color: rgb(44, 44, 44);
height: 378px;
width: 50%;
margin-top: -10%;
}
.aidright > h2{
color: #fff;
font-size: 50px;
margin-left: 10%;
}
.aidright > h2 > span{
color: rgb(184, 184, 184);
}
.aidright > p{
margin-left: 10%;
color: #fff;
font-size: 17px;
}
.aidbutton{
padding: 10px;
width: 120px;
outline: none;
background: #f5ed01;
border-radius: 30px;
padding: 13px 26px;
font-size: 14px;
font-weight: 400;
border: 1px solid rgb(255, 92, 4);
color: rgb(0, 0, 0);
transition: 0.3s;
cursor: pointer;
margin-right: 30px;
}
/* .slimcontainer{
margin-right: 10%;
margin-left: 10%;
display: flex;
}
.monday,
.tuesday,
.wednesday,
.thursday,
.friday{
background-color: #fe7878;
width: 100%;
font-size: 22px;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 30px;
padding-right: 70px;
margin: 10px;
}
.monday > h5,
.tuesday > h5,
.wednesday > h5,
.thursday > h5,
.friday > h5,
.monday > span,
.tuesday > span,
.wednesday > span,
.thursday > span,
.friday > span{
margin: 4px !important;
}
.monday > span,
.tuesday > span,
.wednesday > span,
.thursday > span,
.friday > span{
display: block;
font-size: 14px;
}
.after{
width: 0;
height: 0;
margin-top: -10px;
content: '';
border-style: solid;
border-width: 10px 0 10px 10px;
border-color: transparent transparent transparent #fe7878;
opacity: 1;
} */
@media(max-width: 1000px){
.aidleft{
margin-top: -120%;
width: 100%;
}
.aidright{
margin-top: 20%;
width: 100%;
}
} | 0.357231 | 0.066539 |
*{
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* main variables */
:root{
--main-color: #dddddd;
--second-color: #eeeeee;
}
/* set the background of the page */
body{
background-color: var(--second-color);
font-family: Arial, Helvetica, sans-serif;
}
header{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 10vh;
}
.logo,
nav,
section,
aside,
footer{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: var(--main-color);
border: 5px solid var(--second-color);
}
.logo {
width: 95px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
nav {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
width: 100%;
margin: 0px;
padding: 0px;
}
nav li {
margin-right: 10px;
}
section{
width: 70%;
padding: 5px;
}
aside{
padding: 5px;
width: 30%;
}
main-area{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 80vh;
}
footer{
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 10vh;
}
.copyright{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 10px;
}
.design{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
} | Assignments/CSS/47-53/6/html5-semantic-elements/master.css | *{
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/* main variables */
:root{
--main-color: #dddddd;
--second-color: #eeeeee;
}
/* set the background of the page */
body{
background-color: var(--second-color);
font-family: Arial, Helvetica, sans-serif;
}
header{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 10vh;
}
.logo,
nav,
section,
aside,
footer{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
background-color: var(--main-color);
border: 5px solid var(--second-color);
}
.logo {
width: 95px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
nav {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex-line-pack: center;
align-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
list-style: none;
width: 100%;
margin: 0px;
padding: 0px;
}
nav li {
margin-right: 10px;
}
section{
width: 70%;
padding: 5px;
}
aside{
padding: 5px;
width: 30%;
}
main-area{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 80vh;
}
footer{
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
height: 10vh;
}
.copyright{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-left: 10px;
}
.design{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin-right: 10px;
} | 0.203233 | 0.032375 |
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("gamepod.hu") {
/*
for PH!mod: "sky blue" ver. 0.8.5 by sz.balazs.95
created: 2015.10.18 - 2015.10.29
published: 2015.11.01
img-blue: #29007f;
txt-blue: #00c0ff;
light gray: #939598;
gray: #58595B;
dark gray: #333333;
*/
#head .logo {width: 260px;left: 47px;}
#head .logo a {outline: 0px none;background: transparent url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/bannera-gamepod-1.1.png) no-repeat scroll 50% 50%;}
#head .logo a span {color: transparent;}
body.background_banner #network div.bg {left: 9px;}
#network li.gp {background: transparent url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/redcube-2.0.png) 0 0 no-repeat;}
#network li.ph, #network li.ma, #network li.it, #network li.lo, #network li.sg {background-image: url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/rcm-1.0.png);}
img[src="/design/headicon-rss_gp.gif"] {width: 0px !important;height: 0px !important;background: #29007f url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/rss-1.2.png) no-repeat scroll 0% 0%; padding: 0px 0px 19px 19px;}
.forumok .for_15 .title a, .forumok .for_33 .title a, .forumok .for_34 .title a, .forumok .for_47 .title a {color: #00c0ff;}
#main .boxl_coloured h4{background: #29007f url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/menu-m-1.0.png) left center no-repeat;color:#fff;text-align: center;font-size: 13px;font-weight: bold;}
#center .finfo a {color: #000;}
#center .sechead .ddm {background: #29007f url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/opt-119p-1.2.png) no-repeat scroll 50% 50%;}
#center .sechead .ddm ul {border-top: 3px solid #29007f;}
#center .sechead .ddm a {color: #000;}
.relcnt h4 {font-size: 18px;color: #000;background: transparent url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/blackline-1.1.png) repeat-x scroll 0px 16px}
.relcmp h4 {font-size: 18px;color: #000;background: transparent url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/blackline-1.1.png) repeat-x scroll 0px 15px}
}
@-moz-document domain("m.gamepod.hu") {
#head {border-bottom: 0.4em solid #29007f;background: #000 url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/background-gp-1.2.png) no-repeat scroll 0px 0px;height: 3.9em;}
#head div.logo a img {display: none;}
.xabretext a {color: #00c0ff;}
} | data/usercss/120312.user.css | @namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("gamepod.hu") {
/*
for PH!mod: "sky blue" ver. 0.8.5 by sz.balazs.95
created: 2015.10.18 - 2015.10.29
published: 2015.11.01
img-blue: #29007f;
txt-blue: #00c0ff;
light gray: #939598;
gray: #58595B;
dark gray: #333333;
*/
#head .logo {width: 260px;left: 47px;}
#head .logo a {outline: 0px none;background: transparent url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/bannera-gamepod-1.1.png) no-repeat scroll 50% 50%;}
#head .logo a span {color: transparent;}
body.background_banner #network div.bg {left: 9px;}
#network li.gp {background: transparent url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/redcube-2.0.png) 0 0 no-repeat;}
#network li.ph, #network li.ma, #network li.it, #network li.lo, #network li.sg {background-image: url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/rcm-1.0.png);}
img[src="/design/headicon-rss_gp.gif"] {width: 0px !important;height: 0px !important;background: #29007f url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/rss-1.2.png) no-repeat scroll 0% 0%; padding: 0px 0px 19px 19px;}
.forumok .for_15 .title a, .forumok .for_33 .title a, .forumok .for_34 .title a, .forumok .for_47 .title a {color: #00c0ff;}
#main .boxl_coloured h4{background: #29007f url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/menu-m-1.0.png) left center no-repeat;color:#fff;text-align: center;font-size: 13px;font-weight: bold;}
#center .finfo a {color: #000;}
#center .sechead .ddm {background: #29007f url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/opt-119p-1.2.png) no-repeat scroll 50% 50%;}
#center .sechead .ddm ul {border-top: 3px solid #29007f;}
#center .sechead .ddm a {color: #000;}
.relcnt h4 {font-size: 18px;color: #000;background: transparent url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/blackline-1.1.png) repeat-x scroll 0px 16px}
.relcmp h4 {font-size: 18px;color: #000;background: transparent url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/blackline-1.1.png) repeat-x scroll 0px 15px}
}
@-moz-document domain("m.gamepod.hu") {
#head {border-bottom: 0.4em solid #29007f;background: #000 url(http://users.atw.hu/b95/css/PH!mod/skyblue/0.8.5/background-gp-1.2.png) no-repeat scroll 0px 0px;height: 3.9em;}
#head div.logo a img {display: none;}
.xabretext a {color: #00c0ff;}
} | 0.242744 | 0.130092 |
.messages-card {
background-color: #fff;
width: 90%;
height: 100%;
border-radius: 15px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
overflow: hidden;
max-height: 500px;
}
.messages-header {
color: #fff;
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
background-color: #333;
padding: 5px 10px;
border-bottom: 2px solid #fff;
}
.header-details-container {
width: 70%;
display: flex;
justify-content: flex-end;
align-items: center;
}
.messages-header form {
width: 30%;
display: flex;
justify-content: center;
align-items: center;
}
.messages-header form input {
width: 100%;
padding: 2px;
outline: none;
border: 2px solid #fff;
border-radius: 10px;
margin-left: 20px;
}
.messages-header form input[placeholder] {
padding-left: 10px;
}
.messages-header form button {
border: none;
outline: none;
transform: translateX(-30px);
background-color: #fff;
opacity: 0.4;
}
.chat-search {
display: flex;
justify-content: flex-start;
}
.messages-header img{
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #fff;
margin-left: 20px;
}
.messages-main {
display: flex;
height: 100%;
}
.messages-friends-container {
width: 30%;
max-height: 440px;
overflow-y: auto;
}
.messages-friends-container ul {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
list-style-type: none;
margin-bottom: 0;
}
.messages-friends-container ul li {
display: flex;
align-items: center;
width: 100%;
padding: 5px 10px;
border-bottom: 2px solid #999;
}
.messages-friends-container ul li img {
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #000;
margin-right: 10px;
}
.messages-friends-container ul li p {
margin-bottom: 0;
font-size: 12px;
}
.friend-details {
width: 100%;
}
.chat-section {
width: 70%;
height: 440px;
border-left: 2px solid #999;
}
.chat-messages {
height: 90%;
padding: 10px;
overflow-y: auto;
}
.incoming-messages,
.outgoing-messages {
width: 100%;
display: flex;
align-items: center;
}
.outgoing-messages {
justify-content: flex-end;
}
.incoming-messages p {
display: flex;
align-items: flex-start;
text-align: justify;
float: left;
padding: 5px 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #333;
color: #fff;
margin-bottom: 15px;
max-width: 60%;
}
.outgoing-messages p {
display: flex;
/*justify-content: flex-end;*/
align-items: flex-start;
text-align: justify;
float: right;
padding: 5px 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #2361dd;
color: #fff;
margin-bottom: 15px;
max-width: 60%;
}
.chat-toolbar {
height: 10%;
display: flex;
align-items: center;
width: 100%;
background-color: #333;
padding: 10px;
}
.chat-toolbar form {
height: 100%;
width: 100%;
display: flex;
align-items: center;
margin: 0 10px;
}
.chat-toolbar form input {
width: 92%;
border-radius: 10px;
border: none;
outline: none;
padding: 3px;
}
.chat-toolbar form input[placeholder] {
padding-left: 10px;
}
.chat-toolbar form button {
width: 8%;
padding: 3px;
margin-left: 20px;
border: none;
border-radius: 5px;
background-color: #fff;
}
.friendsList-li {
width: 100%;
text-decoration: none;
color: #000;
transition: color .2s ease-in-out;
}
.friendsList-li:hover,
.active {
text-decoration: none;
color: #fff;
background-color: #333;
}
.chat-messages-timer {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2px;
}
.chat-messages small {
color: #999;
font-size: 10px;
}
#keresesDiv2 {
position: absolute;
}
.uzenetek-kereses {
background-color: #fff !important;
} | Kozossegi/Teszt/style/uzenetek.css | .messages-card {
background-color: #fff;
width: 90%;
height: 100%;
border-radius: 15px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
overflow: hidden;
max-height: 500px;
}
.messages-header {
color: #fff;
display: flex;
justify-content: flex-end;
align-items: center;
width: 100%;
background-color: #333;
padding: 5px 10px;
border-bottom: 2px solid #fff;
}
.header-details-container {
width: 70%;
display: flex;
justify-content: flex-end;
align-items: center;
}
.messages-header form {
width: 30%;
display: flex;
justify-content: center;
align-items: center;
}
.messages-header form input {
width: 100%;
padding: 2px;
outline: none;
border: 2px solid #fff;
border-radius: 10px;
margin-left: 20px;
}
.messages-header form input[placeholder] {
padding-left: 10px;
}
.messages-header form button {
border: none;
outline: none;
transform: translateX(-30px);
background-color: #fff;
opacity: 0.4;
}
.chat-search {
display: flex;
justify-content: flex-start;
}
.messages-header img{
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #fff;
margin-left: 20px;
}
.messages-main {
display: flex;
height: 100%;
}
.messages-friends-container {
width: 30%;
max-height: 440px;
overflow-y: auto;
}
.messages-friends-container ul {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
list-style-type: none;
margin-bottom: 0;
}
.messages-friends-container ul li {
display: flex;
align-items: center;
width: 100%;
padding: 5px 10px;
border-bottom: 2px solid #999;
}
.messages-friends-container ul li img {
width: 50px;
height: 50px;
border-radius: 50%;
border: 2px solid #000;
margin-right: 10px;
}
.messages-friends-container ul li p {
margin-bottom: 0;
font-size: 12px;
}
.friend-details {
width: 100%;
}
.chat-section {
width: 70%;
height: 440px;
border-left: 2px solid #999;
}
.chat-messages {
height: 90%;
padding: 10px;
overflow-y: auto;
}
.incoming-messages,
.outgoing-messages {
width: 100%;
display: flex;
align-items: center;
}
.outgoing-messages {
justify-content: flex-end;
}
.incoming-messages p {
display: flex;
align-items: flex-start;
text-align: justify;
float: left;
padding: 5px 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #333;
color: #fff;
margin-bottom: 15px;
max-width: 60%;
}
.outgoing-messages p {
display: flex;
/*justify-content: flex-end;*/
align-items: flex-start;
text-align: justify;
float: right;
padding: 5px 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
background-color: #2361dd;
color: #fff;
margin-bottom: 15px;
max-width: 60%;
}
.chat-toolbar {
height: 10%;
display: flex;
align-items: center;
width: 100%;
background-color: #333;
padding: 10px;
}
.chat-toolbar form {
height: 100%;
width: 100%;
display: flex;
align-items: center;
margin: 0 10px;
}
.chat-toolbar form input {
width: 92%;
border-radius: 10px;
border: none;
outline: none;
padding: 3px;
}
.chat-toolbar form input[placeholder] {
padding-left: 10px;
}
.chat-toolbar form button {
width: 8%;
padding: 3px;
margin-left: 20px;
border: none;
border-radius: 5px;
background-color: #fff;
}
.friendsList-li {
width: 100%;
text-decoration: none;
color: #000;
transition: color .2s ease-in-out;
}
.friendsList-li:hover,
.active {
text-decoration: none;
color: #fff;
background-color: #333;
}
.chat-messages-timer {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 2px;
}
.chat-messages small {
color: #999;
font-size: 10px;
}
#keresesDiv2 {
position: absolute;
}
.uzenetek-kereses {
background-color: #fff !important;
} | 0.536556 | 0.090655 |
*{
margin:0px;
padding:0px;
font-family: "微软雅黑"
}
a{
color: #000;
text-decoration: none;
}
a:hover{
color: #999;
}
html,body,#all{
width: 100%;
}
#all{
background: url(../images/index_bg.png);
}
.clearfix::after{
display:block;
height:0;
content:"";
clear:both;
}
.header{
width: 100%;
line-height: 40px;
height: 40px;
font-size: 12px;
}
.h_content{
width: 960px;
margin: 0 auto;
}
.clearMargin{
margin-left: 10px;
}
.left{
float: left;
}
.right{
float: right;
}
.main{
width: 100%;
}
.title_bg{
background: #62B9C2;
width: 100%;
height: 100px;
line-height: 100px;
}
.big_title{
width: 960px;
height: 100px;
margin: 0 auto;
color: #fff;
font-weight: bolder;
font-size: 36px;
}
.clearWidth{
width: 100%;
height: 6px;
margin-top: 3px;
background: url(../images/hr.png);
}
.content{
width: 960px;
margin:10px auto;
}
.list{
width: 200px;
float: left;
}
.list_t{
width: 200px;
height: 345px;
background: #62B9C2;
}
.list_b{
width: 0px;
height:0px;
border-width: 100px;
border-style: solid;
border-color: #62B9C2 transparent transparent transparent;
}
.list ul{
margin: 20px auto;
width: 180px;
}
.list ul li{
width: 180px;
border-bottom: 2px solid #8BDCE4;
height: 35px;
line-height: 35px;
font-size: 14px;
list-style: none;
}
.list ul li a{
color: #B2F0F2;
float: left;
margin-left: 10px;
}
.list_style{
background: url(../images/list-style.png);
width: 4px;
height: 7px;
margin-top: 14px;
float: left;
margin-left: 10px;
}
.input select{
width: 180px;
margin-left: 10px;
height: 35px;
background: #FFFBB7;
margin-top: 5px;
border-radius: 5px;
}
.info{
width: 750px;
float: left;
margin-left: 10px;
}
.info_tit{
height: 30px;
font-size: 12px;
line-height: 30px;
width: 100%;
}
.info_box{
width: 100%;
/*height: 210px;*/
padding:10px;
background: #f9f9f9;
border: 1px ridge #eee;
}
.text{
padding-left:30px;
padding-top: 30px;
line-height: 35px;
width: 450px;
float: left;
}
.button{
width: 145px;
height: 45px;
background: #b4d200;
border-radius: 22.5px;
line-height: 45px;
text-align: center;
font-weight: bolder;
float: left;
list-style:none;
margin-right:40px;
margin-bottom:10px;
}
.button a{
color: #fff;
}
.btn{
float: right;
margin-right: 10px;
}
.btns{
margin-top: 15px;
display: block;
}
.msg{
width: 250px;
height: 160px;
background: #e9f2e9;
border-radius: 5px;
float: left;
margin-top: 30px;
}
#text_box{
width: 230px;
padding:10px;
}
#t_b_t{
border-bottom: 1px inset #666;
text-align: center;
line-height: 30px;
height: 30px;
width: 100%;
}
#t_b_b{
width: 100%;
font-size: 12px;
line-height: 30px;
padding-top: 15px;
}
#t_b_b font{
color: #df7600;
}
.footer{
width: 960px;
margin:0 auto;
text-align: center;
font-size: 12px;
}
.ad{
width:100%;
height:80px;
}
.ad img{
width:100%;
height:80px;
}
.contact{
list-style: none;
float: left;
text-align: center;
margin-left: 30px;
margin-top: 10px;
}
.contact img{
width:80px;
height:80px;
} | Public/home/css/css.css | *{
margin:0px;
padding:0px;
font-family: "微软雅黑"
}
a{
color: #000;
text-decoration: none;
}
a:hover{
color: #999;
}
html,body,#all{
width: 100%;
}
#all{
background: url(../images/index_bg.png);
}
.clearfix::after{
display:block;
height:0;
content:"";
clear:both;
}
.header{
width: 100%;
line-height: 40px;
height: 40px;
font-size: 12px;
}
.h_content{
width: 960px;
margin: 0 auto;
}
.clearMargin{
margin-left: 10px;
}
.left{
float: left;
}
.right{
float: right;
}
.main{
width: 100%;
}
.title_bg{
background: #62B9C2;
width: 100%;
height: 100px;
line-height: 100px;
}
.big_title{
width: 960px;
height: 100px;
margin: 0 auto;
color: #fff;
font-weight: bolder;
font-size: 36px;
}
.clearWidth{
width: 100%;
height: 6px;
margin-top: 3px;
background: url(../images/hr.png);
}
.content{
width: 960px;
margin:10px auto;
}
.list{
width: 200px;
float: left;
}
.list_t{
width: 200px;
height: 345px;
background: #62B9C2;
}
.list_b{
width: 0px;
height:0px;
border-width: 100px;
border-style: solid;
border-color: #62B9C2 transparent transparent transparent;
}
.list ul{
margin: 20px auto;
width: 180px;
}
.list ul li{
width: 180px;
border-bottom: 2px solid #8BDCE4;
height: 35px;
line-height: 35px;
font-size: 14px;
list-style: none;
}
.list ul li a{
color: #B2F0F2;
float: left;
margin-left: 10px;
}
.list_style{
background: url(../images/list-style.png);
width: 4px;
height: 7px;
margin-top: 14px;
float: left;
margin-left: 10px;
}
.input select{
width: 180px;
margin-left: 10px;
height: 35px;
background: #FFFBB7;
margin-top: 5px;
border-radius: 5px;
}
.info{
width: 750px;
float: left;
margin-left: 10px;
}
.info_tit{
height: 30px;
font-size: 12px;
line-height: 30px;
width: 100%;
}
.info_box{
width: 100%;
/*height: 210px;*/
padding:10px;
background: #f9f9f9;
border: 1px ridge #eee;
}
.text{
padding-left:30px;
padding-top: 30px;
line-height: 35px;
width: 450px;
float: left;
}
.button{
width: 145px;
height: 45px;
background: #b4d200;
border-radius: 22.5px;
line-height: 45px;
text-align: center;
font-weight: bolder;
float: left;
list-style:none;
margin-right:40px;
margin-bottom:10px;
}
.button a{
color: #fff;
}
.btn{
float: right;
margin-right: 10px;
}
.btns{
margin-top: 15px;
display: block;
}
.msg{
width: 250px;
height: 160px;
background: #e9f2e9;
border-radius: 5px;
float: left;
margin-top: 30px;
}
#text_box{
width: 230px;
padding:10px;
}
#t_b_t{
border-bottom: 1px inset #666;
text-align: center;
line-height: 30px;
height: 30px;
width: 100%;
}
#t_b_b{
width: 100%;
font-size: 12px;
line-height: 30px;
padding-top: 15px;
}
#t_b_b font{
color: #df7600;
}
.footer{
width: 960px;
margin:0 auto;
text-align: center;
font-size: 12px;
}
.ad{
width:100%;
height:80px;
}
.ad img{
width:100%;
height:80px;
}
.contact{
list-style: none;
float: left;
text-align: center;
margin-left: 30px;
margin-top: 10px;
}
.contact img{
width:80px;
height:80px;
} | 0.197561 | 0.043957 |
body {
background-color: #fff;
text-align: center;
max-width: 560px;
margin: 30px auto;
overflow-y: scroll;
overflow-x: hidden;
font-family: Arial, sans-serif;
}
/* line 12, ../sass/style.scss */
::-webkit-scrollbar {
background: transparent;
overflow: visible;
width: 15px;
}
/* line 17, ../sass/style.scss */
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
border: solid #fff;
}
/* line 21, ../sass/style.scss */
::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.4);
}
/* line 24, ../sass/style.scss */
::-webkit-scrollbar-thumb:horizontal {
border-width: 4px 6px;
min-width: 40px;
}
/* line 28, ../sass/style.scss */
::-webkit-scrollbar-thumb:vertical {
border-width: 6px 4px;
min-height: 40px;
}
/* line 32, ../sass/style.scss */
::-webkit-scrollbar-track-piece {
background-color: #fff;
}
/* line 35, ../sass/style.scss */
::-webkit-scrollbar-corner {
background: transparent;
}
/* line 38, ../sass/style.scss */
::-webkit-scrollbar-thumb {
background-color: #DDD;
}
/* line 41, ../sass/style.scss */
::-webkit-scrollbar-thumb:hover {
background-color: #999;
}
/* line 45, ../sass/style.scss */
header {
font-family: 'Bad Script', cursive;
}
/* line 49, ../sass/style.scss */
header h2 {
text-align: center;
font-size: 40px;
color: #555;
font-weight: normal;
margin: 0;
}
/* line 57, ../sass/style.scss */
header small {
font-size: 20px;
color: #777;
font-weight: 300;
}
/* line 63, ../sass/style.scss */
ol, ul {
list-style-type: none;
margin: 0;
padding: 0;
}
/* line 69, ../sass/style.scss */
.btn {
display: inline-block;
padding: 15px 20px;
margin: 0 10px 10px 0;
border-radius: 8px;
color: #333;
background-color: #eee;
cursor: pointer;
}
/* line 77, ../sass/style.scss */
.btn.block {
display: block;
}
/* line 80, ../sass/style.scss */
.btn.active, .btn:hover {
background-color: #ccc;
}
/* line 83, ../sass/style.scss */
.btn.red {
color: white;
border: 1px solid #CC363B;
background-color: #CC363B;
}
/* line 87, ../sass/style.scss */
.btn.red.active, .btn.red:hover {
background-color: #a52a2e;
}
/* line 93, ../sass/style.scss */
.sidebar {
position: fixed;
left: 0;
top: 0;
bottom: 0;
padding: 10px;
width: 250px;
background-color: white;
overflow-y: scroll;
}
/* line 104, ../sass/style.scss */
.controls {
margin: 0 0 30px;
}
/* line 108, ../sass/style.scss */
.item-container {
width: 560px;
}
/* line 110, ../sass/style.scss */
.item-container .item {
/*display: inline-block;*/
background-color: #00BB87;
padding: 25px;
margin: 10px 0;
border-radius: 8px;
color: white;
}
/* line 119, ../sass/style.scss */
.item-container.list .item {
float: left;
display: inline-block;
margin: 10px;
padding: 65px;
}
/* line 128, ../sass/style.scss */
.item:hover {
cursor: pointer;
background-color: rgba(0, 187, 135, 0.9);
} | public/admin/components/ngAnimate/css/style.css | body {
background-color: #fff;
text-align: center;
max-width: 560px;
margin: 30px auto;
overflow-y: scroll;
overflow-x: hidden;
font-family: Arial, sans-serif;
}
/* line 12, ../sass/style.scss */
::-webkit-scrollbar {
background: transparent;
overflow: visible;
width: 15px;
}
/* line 17, ../sass/style.scss */
::-webkit-scrollbar-thumb {
background-color: rgba(0, 0, 0, 0.2);
border: solid #fff;
}
/* line 21, ../sass/style.scss */
::-webkit-scrollbar-thumb:hover {
background: rgba(0, 0, 0, 0.4);
}
/* line 24, ../sass/style.scss */
::-webkit-scrollbar-thumb:horizontal {
border-width: 4px 6px;
min-width: 40px;
}
/* line 28, ../sass/style.scss */
::-webkit-scrollbar-thumb:vertical {
border-width: 6px 4px;
min-height: 40px;
}
/* line 32, ../sass/style.scss */
::-webkit-scrollbar-track-piece {
background-color: #fff;
}
/* line 35, ../sass/style.scss */
::-webkit-scrollbar-corner {
background: transparent;
}
/* line 38, ../sass/style.scss */
::-webkit-scrollbar-thumb {
background-color: #DDD;
}
/* line 41, ../sass/style.scss */
::-webkit-scrollbar-thumb:hover {
background-color: #999;
}
/* line 45, ../sass/style.scss */
header {
font-family: 'Bad Script', cursive;
}
/* line 49, ../sass/style.scss */
header h2 {
text-align: center;
font-size: 40px;
color: #555;
font-weight: normal;
margin: 0;
}
/* line 57, ../sass/style.scss */
header small {
font-size: 20px;
color: #777;
font-weight: 300;
}
/* line 63, ../sass/style.scss */
ol, ul {
list-style-type: none;
margin: 0;
padding: 0;
}
/* line 69, ../sass/style.scss */
.btn {
display: inline-block;
padding: 15px 20px;
margin: 0 10px 10px 0;
border-radius: 8px;
color: #333;
background-color: #eee;
cursor: pointer;
}
/* line 77, ../sass/style.scss */
.btn.block {
display: block;
}
/* line 80, ../sass/style.scss */
.btn.active, .btn:hover {
background-color: #ccc;
}
/* line 83, ../sass/style.scss */
.btn.red {
color: white;
border: 1px solid #CC363B;
background-color: #CC363B;
}
/* line 87, ../sass/style.scss */
.btn.red.active, .btn.red:hover {
background-color: #a52a2e;
}
/* line 93, ../sass/style.scss */
.sidebar {
position: fixed;
left: 0;
top: 0;
bottom: 0;
padding: 10px;
width: 250px;
background-color: white;
overflow-y: scroll;
}
/* line 104, ../sass/style.scss */
.controls {
margin: 0 0 30px;
}
/* line 108, ../sass/style.scss */
.item-container {
width: 560px;
}
/* line 110, ../sass/style.scss */
.item-container .item {
/*display: inline-block;*/
background-color: #00BB87;
padding: 25px;
margin: 10px 0;
border-radius: 8px;
color: white;
}
/* line 119, ../sass/style.scss */
.item-container.list .item {
float: left;
display: inline-block;
margin: 10px;
padding: 65px;
}
/* line 128, ../sass/style.scss */
.item:hover {
cursor: pointer;
background-color: rgba(0, 187, 135, 0.9);
} | 0.272605 | 0.035178 |
*{
padding:0px;
margin: 0px;
}
body{
background-image: url("../images/flor.jpg"),
url("../images/flor2.jpg");
background-position:top center;
}
container{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 0px;
grid-auto-rows: minmax(100px, 115px);
}
section{
font-size:16px;
color:#000000;
padding:10px;
background: linear-gradient(225deg, #ffffff, #ffffff01);
animation-duration: 5s;
animation-name: slidein;
}
section:nth-child(2n){
color:#000000;
background: linear-gradient(225deg, #00ff0080, #ffffff01);
text-shadow:1px 1px 1px #0000000f;
}
section:nth-child(4),
section:nth-child(7),
section:nth-child(8),
section:nth-child(10),
section:nth-child(11),
section:nth-child(12),
section:nth-child(13),
section:nth-child(14){
background: linear-gradient(225deg, #ffffff00, #ffffff00);
}
section:nth-child(1):hover,
section:nth-child(2):hover,
section:nth-child(3):hover,
section:nth-child(5):hover,
section:nth-child(6):hover,
section:nth-child(9):hover,
section:nth-child(15):hover{
color:#000000;
background: linear-gradient(225deg, #00ff0090, #ffffff);
text-shadow:1px 1px 1px #0000000f;
}
@keyframes slidein {
from {
margin-left: 300%;
width: 100%;
border-radius:100px;
transform: rotate(45deg);
}
to {
margin-left: 0%;
width: 84%;
border-radius:0px;
transform: rotate(0deg);
}
}
svg.header{
padding:0px;
margin:0px;
position: -webkit-sticky;
position: sticky;
top: 0px;
width:100%;
}
svg.header text{
display:block;
}
svg.header text.tableName{
font-family:Courier New, Courier, monospace;
font-size: 40px;
fill:#000000;
stroke:#000000;
stroke-width:3;
}
svg.header rect.record{
fill:#00000055;
opacity:1;
stroke:rgb(255,255,255);
y:55px;
}
svg.header rect.container{
/*fill:#000000f0;*/
fill:#ffffff;
opacity:1;
stroke:rgb(255,255,255);
x:0px;
y:0px;
ry:0px;
rx:0px;
width:360px;
height:100px;
}
svg.header text.titulo{
fill:#000;
stroke:#000;
stroke-width:1;
}
svg.footer{
padding:0px;
margin:0px;
position: -webkit-sticky;
position: sticky;
bottom: 10px;
}
svg.footer text{
display:block;
}
svg.footer rect{
stroke-width:2;
x:50px;
ry:10px;
rx:10px;
}
svg.footer rect.menu{
/*fill:#ff000050;*/
fill:#000000;
stroke:rgb(255,255,255);
opacity:1;
y:10px;
width:50px;
height:50px;
}
svg.footer rect.containerFooter{
/*fill:#000000f0;*/
fill:#ffffff;
stroke:rgb(255,255,255);
opacity:0.5;
x:0px;
y:0px;
ry:0px;
rx:0px;
width:360px;
height:100px;
}
svg.footer rect.btnFirst{
x:10px;
}
svg.footer rect.btnSecond{
x:82px;
}
svg.footer rect.btnThird{
x:155px;
}
svg.footer rect.btnFourth{
x:228px;
}
svg.footer rect.btnFifth{
x:300px;
} | a_svg/css/plantilla.css | *{
padding:0px;
margin: 0px;
}
body{
background-image: url("../images/flor.jpg"),
url("../images/flor2.jpg");
background-position:top center;
}
container{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 0px;
grid-auto-rows: minmax(100px, 115px);
}
section{
font-size:16px;
color:#000000;
padding:10px;
background: linear-gradient(225deg, #ffffff, #ffffff01);
animation-duration: 5s;
animation-name: slidein;
}
section:nth-child(2n){
color:#000000;
background: linear-gradient(225deg, #00ff0080, #ffffff01);
text-shadow:1px 1px 1px #0000000f;
}
section:nth-child(4),
section:nth-child(7),
section:nth-child(8),
section:nth-child(10),
section:nth-child(11),
section:nth-child(12),
section:nth-child(13),
section:nth-child(14){
background: linear-gradient(225deg, #ffffff00, #ffffff00);
}
section:nth-child(1):hover,
section:nth-child(2):hover,
section:nth-child(3):hover,
section:nth-child(5):hover,
section:nth-child(6):hover,
section:nth-child(9):hover,
section:nth-child(15):hover{
color:#000000;
background: linear-gradient(225deg, #00ff0090, #ffffff);
text-shadow:1px 1px 1px #0000000f;
}
@keyframes slidein {
from {
margin-left: 300%;
width: 100%;
border-radius:100px;
transform: rotate(45deg);
}
to {
margin-left: 0%;
width: 84%;
border-radius:0px;
transform: rotate(0deg);
}
}
svg.header{
padding:0px;
margin:0px;
position: -webkit-sticky;
position: sticky;
top: 0px;
width:100%;
}
svg.header text{
display:block;
}
svg.header text.tableName{
font-family:Courier New, Courier, monospace;
font-size: 40px;
fill:#000000;
stroke:#000000;
stroke-width:3;
}
svg.header rect.record{
fill:#00000055;
opacity:1;
stroke:rgb(255,255,255);
y:55px;
}
svg.header rect.container{
/*fill:#000000f0;*/
fill:#ffffff;
opacity:1;
stroke:rgb(255,255,255);
x:0px;
y:0px;
ry:0px;
rx:0px;
width:360px;
height:100px;
}
svg.header text.titulo{
fill:#000;
stroke:#000;
stroke-width:1;
}
svg.footer{
padding:0px;
margin:0px;
position: -webkit-sticky;
position: sticky;
bottom: 10px;
}
svg.footer text{
display:block;
}
svg.footer rect{
stroke-width:2;
x:50px;
ry:10px;
rx:10px;
}
svg.footer rect.menu{
/*fill:#ff000050;*/
fill:#000000;
stroke:rgb(255,255,255);
opacity:1;
y:10px;
width:50px;
height:50px;
}
svg.footer rect.containerFooter{
/*fill:#000000f0;*/
fill:#ffffff;
stroke:rgb(255,255,255);
opacity:0.5;
x:0px;
y:0px;
ry:0px;
rx:0px;
width:360px;
height:100px;
}
svg.footer rect.btnFirst{
x:10px;
}
svg.footer rect.btnSecond{
x:82px;
}
svg.footer rect.btnThird{
x:155px;
}
svg.footer rect.btnFourth{
x:228px;
}
svg.footer rect.btnFifth{
x:300px;
} | 0.254602 | 0.111725 |
.questionnaire .pagenav {
text-align: right
}
.questionnaire .btn-add {
background: #2ead40;
display: inline-block;
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 4px;
color: #fff;
}
.questionnaire .btn-add:hover {
background: #34c449
}
.questionnaire .questionnaire-query {
height: 40px;
padding-top: 10px;
}
.questionnaire .questionnaire-query span {
vertical-align: middle
}
.questionnaire .questionnaire-query .key {
height: 27px
}
.questionnaire .questionnaire-query .date input {
width: 120px;
margin-right: 5px
}
.questionnaire .questionnaire-query .date img {
vertical-align: middle
}
.questionnaire .questionnaire-query a {
vertical-align: middle
}
.questionnaire .table {
border: 1px solid #ddd;
}
.questionnaire .table thead.td {
background: #f6f6f6;
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.questionnaire .table .td {
padding: 10px 5px;
text-align: center;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap
}
.questionnaire .table .btn-ico {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 10px
}
.questionnaireReport {
font-size: 12px;
line-height: 1.7;
}
.questionnaireReport .title {
padding: 10px 20px;
position: relative;
}
.questionnaireReport .title h2 {
margin: 0;
padding: 0;
color: #444;
font-size: 18px;
font-weight: normal;
text-indent: 22px;
background: url("../images/ico_flag.png") no-repeat left center
}
.questionnaireReport .title a {
position: absolute;
right: 10px;
top: 15px
}
.questionnaireReport .total {
background: #f4fcff;
height: 90px;
border-top: 1px solid #ddd;
padding: 20px 0;
}
.questionnaireReport .total >div {
width: 33.3333%;
float: left;
text-align: center;
}
.questionnaireReport .total >div span {
display: inline-block;
width: 80px;
height: 80px;
vertical-align: middle
}
.questionnaireReport .total >div label {
display: inline-block;
width: 90px;
height: 40px;
vertical-align: middle;
}
.questionnaireReport .total >div label i {
display: block;
color: #fa6215;
font-size: 26px
}
.questionnaireReport .report {
padding: 0 20px 50px 20px;
}
.questionnaireReport .report .cat a {
display: inline-block;
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
background: #33bfe7;
color: #fff;
}
.questionnaireReport .report .cat a.current,.questionnaireReport .report .cat a:hover {
background: #1f89ce
}
.questionnaireReport .report .cat .btn-export {
width: 60px;
border-radius: 3px;
vertical-align: top;
float: right
}
.questionnaireReport .report .cat-containers {
padding: 10px 0
}
.questionnaireReport .report .table {
border: 1px solid #ddd;
line-height: 30px;
}
.questionnaireReport .report .table thead {
padding: 2px;
background: #f6f6f6;
border-bottom: 1px solid #ddd;
}
.questionnaireReport .report .table thead td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.questionnaireReport .report .table tfoot {
padding: 2px;
background: #f6f6f6;
border-top: 1px solid #ddd
}
.questionnaireReport .report h4 {
font-size: 14px
}
.questionnaireReport .report h5 {
font-size: 13px;
font-weight: normal
}
.questionnaireReport .report table thead {
font-weight: bold
}
.questionnaireReport .report table td.first {
padding-left: 10px
}
.questionnaireReport .report table td.td-count {
width: 50px
}
.questionnaireReport .report table td.td-visitor {
width: 80px
}
.questionnaireReport .report table td.rate {
width:25%;
color: #f33;
text-align: center;
}
.questionnaireReport .report table td.rate label {
display: inline-block;
background: #e9e9e9;
width: 90%;
height: 12px;
line-height: 12px;
text-indent: 0;
position: relative;
text-align: center;
}
.questionnaireReport .report table td.rate label span {
position:absolute;
left:0; top:0;
height: 100%;
line-height:0;
background: #4ac4cd
}
.questionnaireReport .report table td.rate label em {
position:relative;
}
.questionnaireReport .report .list {
clear: both;
}
.questionnaireReport .report .list tr {
border-bottom: 1px dashed #ddd
}
.questionnaireReport .report .list a {
float: right;
margin-bottom: 10px
}
.questionnaireReport .report .list .page-nav a {
float: none
}
.questionnaireReport .report .person-total td {
line-height: 30px
}
.mod-questionnaire .publish-success {
padding: 40px 180px;
}
.mod-questionnaire .publish-success h2 {
width: 250px;
margin: 0 auto 15px;
clear: both;
display: block;
line-height: 40px;
color: #666;
font-size: 23px;
font-weight: normal;
}
.mod-questionnaire .publish-success h2.status-I {
background: url("../images/ico_success.png") no-repeat left center;
text-indent: 50px
}
.mod-questionnaire .publish-success h3 {
color: #666;
margin-bottom: 5px
}
.mod-questionnaire .publish-success .share-link > label {
font-size: 14px;
line-height: 30px
}
.mod-questionnaire .publish-success .share-link .text-box-wrap {
position: relative;
width: 100%;
}
.mod-questionnaire .publish-success .share-link .text-box-wrap .text-box {
width: 99%;
height: 40px;
line-height: 40px;
border-radius: 3px;
box-sizing: border-box;
background: #f0f0f0
}
.mod-questionnaire .publish-success .share-link .text-box-wrap .btn-copy {
position: absolute;
right: 0;
top: 0;
display: block;
border-radius: 0 3px 3px 0;
box-sizing: border-box;
width: 85px;
height: 40px;
line-height: 40px;
border: 1px solid #ddd;
text-align: center;
background: #fff;
color: #333;
font-size: 13px;
}
.mod-questionnaire .publish-success .share-link .text-box-wrap .btn-copy:hover {
background: #269ae1;
color: #fff
}
.mod-questionnaire .publish-success .qr-code {
padding: 20px 0;
}
.mod-questionnaire .publish-success .qr-code .qr-code-img {
width: 160px;
height: 160px;
float: left;
border: 1px solid #ddd;
}
.mod-questionnaire .publish-success .qr-code .qr-code-img img,.mod-questionnaire .publish-success .qr-code .qr-code-img table {
width: 140px;
height: 140px;
margin: 10px
}
.mod-questionnaire .publish-success .qr-code .desc {
float: left;
margin-left: 20px;
}
.mod-questionnaire .publish-success .qr-code .desc p {
line-height: 24px
}
.mod-questionnaire .publish-success .btn-wrap {
clear: both;
padding-top: 20px;
}
.mod-questionnaire .publish-success .btn-wrap p {
line-height: 30px;
font-size: 14px
}
.mod-questionnaire .publish-success .btn-wrap > div {
margin: 10px 0
}
.mod-questionnaire .publish-success .btn-wrap .btn-new,.mod-questionnaire .publish-success .btn-wrap .btn-manage {
display: inline-block;
width: 130px;
height: 30px;
line-height: 30px;
margin-right: 10px;
padding: 0;
font-size: 16px;
text-align: center;
border-radius: 5px;
background: #1f89ce;
color: #fff;
}
.mod-questionnaire .publish-success .btn-wrap .btn-new:hover,.mod-questionnaire .publish-success .btn-wrap .btn-manage:hover {
background: #2997df
}
.mod-questionnaire .publish-success .btn-wrap .btn-manage {
background: #dd8a36;
}
.mod-questionnaire .publish-success .btn-wrap .btn-manage:hover {
background: #e0964a
}
.mod-questionnaire .paper {
margin: 60px 0;
}
.mod-questionnaire .paper .share-wrap {
background: #f8f8f8;
padding: 20px 100px;
height: auto;
overflow: hidden;
}
.mod-questionnaire .paper .share-wrap .qr-code {
float: left;
background: #fff;
}
.mod-questionnaire .paper .share-wrap .qr-code .qr-code-img {
border: 1px solid #ddd;
padding: 5px
}
.mod-questionnaire .paper .share-wrap .share-link {
float: left;
margin-left: 30px;
width: 600px;
}
.mod-questionnaire .paper .share-wrap .share-link > label {
font-size: 14px;
line-height: 30px;
margin-left: 5px
}
.mod-questionnaire .paper .share-wrap .share-link .text-box-wrap {
position: relative;
width: 100%;
}
.mod-questionnaire .paper .share-wrap .share-link .text-box-wrap .text-box {
width: 99%;
height: 40px;
line-height: 40px;
border-radius: 3px;
box-sizing: border-box;
background: #fff
}
.mod-questionnaire .paper .share-wrap .share-link .text-box-wrap .btn-copy {
position: absolute;
right: 0;
top: 0;
display: block;
border-radius: 0 3px 3px 0;
box-sizing: border-box;
width: 85px;
height: 40px;
line-height: 40px;
border: 1px solid #ddd;
text-align: center;
background: #269ae1;
color: #fff;
font-size: 13px;
}
.mod-questionnaire .paper .share-wrap .share-link .text-box-wrap .btn-copy:hover {
background: #3ca4e4
}
.mod-questionnaire .paper .logo {
position: relative;
height: 100px;
}
.mod-questionnaire .paper .logo img {
position: absolute;
top: 40px;
left: 80px;
width: 120px;
height: 60px
}
.mod-questionnaire .paper .logo .btn-edit {
display: block;
position: absolute;
top: 30px;
right: 80px;
display: block;
width: 60px;
height: 20px;
line-height: 20px;
text-align: center;
background: #999;
color: #fff;
}
.mod-questionnaire .paper .logo .btn-edit:hover {
background: #aaa
}
.mod-questionnaire .paper h2 {
display: block;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #555;
line-height: 40px;
margin: 0
}
.mod-questionnaire .paper .hd {
margin: 0 80px;
padding: 10px 100px
}
.mod-questionnaire .paper .base-info {
text-align: left;
padding: 10px 0;
}
.mod-questionnaire .paper .base-info label {
display: inline-block;
width: 80px;
text-align: right;
line-height: 20px;
vertical-align: bottom;
}
.mod-questionnaire .paper .base-info label i {
color: #f33;
font-style: normal
}
.mod-questionnaire .paper .base-info .text-box {
margin: 2px 0;
border-width: 0 0 1px 0;
border-color: #666
}
.mod-questionnaire .paper .base-info .q-err {
border-color: #f33
}
.mod-questionnaire .paper .text-box:focus,.mod-questionnaire .paper .text-area:focus {
background: #fff
}
.mod-questionnaire .paper .question-list {
margin: 0 80px
}
.mod-questionnaire .paper .question-item {
border-top: 1px dashed #ddd;
padding: 30px 100px;
line-height: 30px;
}
.mod-questionnaire .paper .question-item h3 {
display: inline-block;
margin: 0;
padding: 10px 0;
color: #555;
font-weight: bold
}
.mod-questionnaire .paper .question-item > span {
color: #999
}
.mod-questionnaire .paper .question-item .answer-list {
clear: both;
}
.mod-questionnaire .paper .question-item .answer-list li > span {
display: inline-block
}
.mod-questionnaire .paper .question-item ul {
list-style: none;
margin: 0;
padding: 0
}
.mod-questionnaire .paper .question-item .other-answer-input {
border: 0;
border-bottom: 1px solid #666;
height: 30px;
line-height: 30px;
vertical-align: bottom;
text-indent: 0
}
.mod-questionnaire .paper .question-item .answer {
display: inline-block;
padding-right: 20px;
width: 520px;
vertical-align: top;
cursor: pointer;
}
.mod-questionnaire .paper .question-item .answer:hover {
color: #00a0e8
}
.mod-questionnaire .paper .question-item .word {
margin: 0 10px 0 5px
}
.mod-questionnaire .paper .question-item .text-area {
width: 100%;
height: 90px
}
.mod-questionnaire .paper .q-err {
border: 1px dashed #f33
}
.mod-questionnaire .paper-success {
margin-top: 221px;
padding: 50px 0;
}
.mod-questionnaire .paper-success .hd {
text-align: center
}
.mod-questionnaire .paper-success h2 {
display: inline-block;
width: auto
}
.mod-questionnaire .paper-success > p {
line-height: 50px;
font-size: 15px;
color: #333;
text-align: center
}
.mod-questionnaire .paper-success > .content {
height: auto;
overflow: hidden;
margin-top: 50px;
background: #f9f9f9;
padding: 20px 220px;
}
.mod-questionnaire .paper-success > .content .qr-code-img {
width: 110px;
height: 110px;
}
.mod-questionnaire .paper-success > .content .qr-code-img img {
width: 100px;
height: 100px;
margin: 5px
}
.mod-questionnaire .paper-success > .content .desc {
margin-top: 5px;
}
.mod-questionnaire .paper-success > .content .desc h3 {
color: #333;
margin: 5px 0
}
.mod-questionnaire .paper-success > .content .desc > p {
font-size: 15px
}
.mod-questionnaire .paper-success > .content .desc i {
margin-right: 5px;
color: #26a2e8
} | page_modules/question.css | .questionnaire .pagenav {
text-align: right
}
.questionnaire .btn-add {
background: #2ead40;
display: inline-block;
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 4px;
color: #fff;
}
.questionnaire .btn-add:hover {
background: #34c449
}
.questionnaire .questionnaire-query {
height: 40px;
padding-top: 10px;
}
.questionnaire .questionnaire-query span {
vertical-align: middle
}
.questionnaire .questionnaire-query .key {
height: 27px
}
.questionnaire .questionnaire-query .date input {
width: 120px;
margin-right: 5px
}
.questionnaire .questionnaire-query .date img {
vertical-align: middle
}
.questionnaire .questionnaire-query a {
vertical-align: middle
}
.questionnaire .table {
border: 1px solid #ddd;
}
.questionnaire .table thead.td {
background: #f6f6f6;
border-bottom: 1px solid #e5e5e5;
border-right: 1px solid #e5e5e5;
text-align: center;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.questionnaire .table .td {
padding: 10px 5px;
text-align: center;
word-break: break-all;
word-wrap: break-word;
white-space: pre-wrap
}
.questionnaire .table .btn-ico {
display: inline-block;
width: 20px;
height: 20px;
margin-right: 10px
}
.questionnaireReport {
font-size: 12px;
line-height: 1.7;
}
.questionnaireReport .title {
padding: 10px 20px;
position: relative;
}
.questionnaireReport .title h2 {
margin: 0;
padding: 0;
color: #444;
font-size: 18px;
font-weight: normal;
text-indent: 22px;
background: url("../images/ico_flag.png") no-repeat left center
}
.questionnaireReport .title a {
position: absolute;
right: 10px;
top: 15px
}
.questionnaireReport .total {
background: #f4fcff;
height: 90px;
border-top: 1px solid #ddd;
padding: 20px 0;
}
.questionnaireReport .total >div {
width: 33.3333%;
float: left;
text-align: center;
}
.questionnaireReport .total >div span {
display: inline-block;
width: 80px;
height: 80px;
vertical-align: middle
}
.questionnaireReport .total >div label {
display: inline-block;
width: 90px;
height: 40px;
vertical-align: middle;
}
.questionnaireReport .total >div label i {
display: block;
color: #fa6215;
font-size: 26px
}
.questionnaireReport .report {
padding: 0 20px 50px 20px;
}
.questionnaireReport .report .cat a {
display: inline-block;
width: 100px;
height: 30px;
line-height: 30px;
text-align: center;
background: #33bfe7;
color: #fff;
}
.questionnaireReport .report .cat a.current,.questionnaireReport .report .cat a:hover {
background: #1f89ce
}
.questionnaireReport .report .cat .btn-export {
width: 60px;
border-radius: 3px;
vertical-align: top;
float: right
}
.questionnaireReport .report .cat-containers {
padding: 10px 0
}
.questionnaireReport .report .table {
border: 1px solid #ddd;
line-height: 30px;
}
.questionnaireReport .report .table thead {
padding: 2px;
background: #f6f6f6;
border-bottom: 1px solid #ddd;
}
.questionnaireReport .report .table thead td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis
}
.questionnaireReport .report .table tfoot {
padding: 2px;
background: #f6f6f6;
border-top: 1px solid #ddd
}
.questionnaireReport .report h4 {
font-size: 14px
}
.questionnaireReport .report h5 {
font-size: 13px;
font-weight: normal
}
.questionnaireReport .report table thead {
font-weight: bold
}
.questionnaireReport .report table td.first {
padding-left: 10px
}
.questionnaireReport .report table td.td-count {
width: 50px
}
.questionnaireReport .report table td.td-visitor {
width: 80px
}
.questionnaireReport .report table td.rate {
width:25%;
color: #f33;
text-align: center;
}
.questionnaireReport .report table td.rate label {
display: inline-block;
background: #e9e9e9;
width: 90%;
height: 12px;
line-height: 12px;
text-indent: 0;
position: relative;
text-align: center;
}
.questionnaireReport .report table td.rate label span {
position:absolute;
left:0; top:0;
height: 100%;
line-height:0;
background: #4ac4cd
}
.questionnaireReport .report table td.rate label em {
position:relative;
}
.questionnaireReport .report .list {
clear: both;
}
.questionnaireReport .report .list tr {
border-bottom: 1px dashed #ddd
}
.questionnaireReport .report .list a {
float: right;
margin-bottom: 10px
}
.questionnaireReport .report .list .page-nav a {
float: none
}
.questionnaireReport .report .person-total td {
line-height: 30px
}
.mod-questionnaire .publish-success {
padding: 40px 180px;
}
.mod-questionnaire .publish-success h2 {
width: 250px;
margin: 0 auto 15px;
clear: both;
display: block;
line-height: 40px;
color: #666;
font-size: 23px;
font-weight: normal;
}
.mod-questionnaire .publish-success h2.status-I {
background: url("../images/ico_success.png") no-repeat left center;
text-indent: 50px
}
.mod-questionnaire .publish-success h3 {
color: #666;
margin-bottom: 5px
}
.mod-questionnaire .publish-success .share-link > label {
font-size: 14px;
line-height: 30px
}
.mod-questionnaire .publish-success .share-link .text-box-wrap {
position: relative;
width: 100%;
}
.mod-questionnaire .publish-success .share-link .text-box-wrap .text-box {
width: 99%;
height: 40px;
line-height: 40px;
border-radius: 3px;
box-sizing: border-box;
background: #f0f0f0
}
.mod-questionnaire .publish-success .share-link .text-box-wrap .btn-copy {
position: absolute;
right: 0;
top: 0;
display: block;
border-radius: 0 3px 3px 0;
box-sizing: border-box;
width: 85px;
height: 40px;
line-height: 40px;
border: 1px solid #ddd;
text-align: center;
background: #fff;
color: #333;
font-size: 13px;
}
.mod-questionnaire .publish-success .share-link .text-box-wrap .btn-copy:hover {
background: #269ae1;
color: #fff
}
.mod-questionnaire .publish-success .qr-code {
padding: 20px 0;
}
.mod-questionnaire .publish-success .qr-code .qr-code-img {
width: 160px;
height: 160px;
float: left;
border: 1px solid #ddd;
}
.mod-questionnaire .publish-success .qr-code .qr-code-img img,.mod-questionnaire .publish-success .qr-code .qr-code-img table {
width: 140px;
height: 140px;
margin: 10px
}
.mod-questionnaire .publish-success .qr-code .desc {
float: left;
margin-left: 20px;
}
.mod-questionnaire .publish-success .qr-code .desc p {
line-height: 24px
}
.mod-questionnaire .publish-success .btn-wrap {
clear: both;
padding-top: 20px;
}
.mod-questionnaire .publish-success .btn-wrap p {
line-height: 30px;
font-size: 14px
}
.mod-questionnaire .publish-success .btn-wrap > div {
margin: 10px 0
}
.mod-questionnaire .publish-success .btn-wrap .btn-new,.mod-questionnaire .publish-success .btn-wrap .btn-manage {
display: inline-block;
width: 130px;
height: 30px;
line-height: 30px;
margin-right: 10px;
padding: 0;
font-size: 16px;
text-align: center;
border-radius: 5px;
background: #1f89ce;
color: #fff;
}
.mod-questionnaire .publish-success .btn-wrap .btn-new:hover,.mod-questionnaire .publish-success .btn-wrap .btn-manage:hover {
background: #2997df
}
.mod-questionnaire .publish-success .btn-wrap .btn-manage {
background: #dd8a36;
}
.mod-questionnaire .publish-success .btn-wrap .btn-manage:hover {
background: #e0964a
}
.mod-questionnaire .paper {
margin: 60px 0;
}
.mod-questionnaire .paper .share-wrap {
background: #f8f8f8;
padding: 20px 100px;
height: auto;
overflow: hidden;
}
.mod-questionnaire .paper .share-wrap .qr-code {
float: left;
background: #fff;
}
.mod-questionnaire .paper .share-wrap .qr-code .qr-code-img {
border: 1px solid #ddd;
padding: 5px
}
.mod-questionnaire .paper .share-wrap .share-link {
float: left;
margin-left: 30px;
width: 600px;
}
.mod-questionnaire .paper .share-wrap .share-link > label {
font-size: 14px;
line-height: 30px;
margin-left: 5px
}
.mod-questionnaire .paper .share-wrap .share-link .text-box-wrap {
position: relative;
width: 100%;
}
.mod-questionnaire .paper .share-wrap .share-link .text-box-wrap .text-box {
width: 99%;
height: 40px;
line-height: 40px;
border-radius: 3px;
box-sizing: border-box;
background: #fff
}
.mod-questionnaire .paper .share-wrap .share-link .text-box-wrap .btn-copy {
position: absolute;
right: 0;
top: 0;
display: block;
border-radius: 0 3px 3px 0;
box-sizing: border-box;
width: 85px;
height: 40px;
line-height: 40px;
border: 1px solid #ddd;
text-align: center;
background: #269ae1;
color: #fff;
font-size: 13px;
}
.mod-questionnaire .paper .share-wrap .share-link .text-box-wrap .btn-copy:hover {
background: #3ca4e4
}
.mod-questionnaire .paper .logo {
position: relative;
height: 100px;
}
.mod-questionnaire .paper .logo img {
position: absolute;
top: 40px;
left: 80px;
width: 120px;
height: 60px
}
.mod-questionnaire .paper .logo .btn-edit {
display: block;
position: absolute;
top: 30px;
right: 80px;
display: block;
width: 60px;
height: 20px;
line-height: 20px;
text-align: center;
background: #999;
color: #fff;
}
.mod-questionnaire .paper .logo .btn-edit:hover {
background: #aaa
}
.mod-questionnaire .paper h2 {
display: block;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #555;
line-height: 40px;
margin: 0
}
.mod-questionnaire .paper .hd {
margin: 0 80px;
padding: 10px 100px
}
.mod-questionnaire .paper .base-info {
text-align: left;
padding: 10px 0;
}
.mod-questionnaire .paper .base-info label {
display: inline-block;
width: 80px;
text-align: right;
line-height: 20px;
vertical-align: bottom;
}
.mod-questionnaire .paper .base-info label i {
color: #f33;
font-style: normal
}
.mod-questionnaire .paper .base-info .text-box {
margin: 2px 0;
border-width: 0 0 1px 0;
border-color: #666
}
.mod-questionnaire .paper .base-info .q-err {
border-color: #f33
}
.mod-questionnaire .paper .text-box:focus,.mod-questionnaire .paper .text-area:focus {
background: #fff
}
.mod-questionnaire .paper .question-list {
margin: 0 80px
}
.mod-questionnaire .paper .question-item {
border-top: 1px dashed #ddd;
padding: 30px 100px;
line-height: 30px;
}
.mod-questionnaire .paper .question-item h3 {
display: inline-block;
margin: 0;
padding: 10px 0;
color: #555;
font-weight: bold
}
.mod-questionnaire .paper .question-item > span {
color: #999
}
.mod-questionnaire .paper .question-item .answer-list {
clear: both;
}
.mod-questionnaire .paper .question-item .answer-list li > span {
display: inline-block
}
.mod-questionnaire .paper .question-item ul {
list-style: none;
margin: 0;
padding: 0
}
.mod-questionnaire .paper .question-item .other-answer-input {
border: 0;
border-bottom: 1px solid #666;
height: 30px;
line-height: 30px;
vertical-align: bottom;
text-indent: 0
}
.mod-questionnaire .paper .question-item .answer {
display: inline-block;
padding-right: 20px;
width: 520px;
vertical-align: top;
cursor: pointer;
}
.mod-questionnaire .paper .question-item .answer:hover {
color: #00a0e8
}
.mod-questionnaire .paper .question-item .word {
margin: 0 10px 0 5px
}
.mod-questionnaire .paper .question-item .text-area {
width: 100%;
height: 90px
}
.mod-questionnaire .paper .q-err {
border: 1px dashed #f33
}
.mod-questionnaire .paper-success {
margin-top: 221px;
padding: 50px 0;
}
.mod-questionnaire .paper-success .hd {
text-align: center
}
.mod-questionnaire .paper-success h2 {
display: inline-block;
width: auto
}
.mod-questionnaire .paper-success > p {
line-height: 50px;
font-size: 15px;
color: #333;
text-align: center
}
.mod-questionnaire .paper-success > .content {
height: auto;
overflow: hidden;
margin-top: 50px;
background: #f9f9f9;
padding: 20px 220px;
}
.mod-questionnaire .paper-success > .content .qr-code-img {
width: 110px;
height: 110px;
}
.mod-questionnaire .paper-success > .content .qr-code-img img {
width: 100px;
height: 100px;
margin: 5px
}
.mod-questionnaire .paper-success > .content .desc {
margin-top: 5px;
}
.mod-questionnaire .paper-success > .content .desc h3 {
color: #333;
margin: 5px 0
}
.mod-questionnaire .paper-success > .content .desc > p {
font-size: 15px
}
.mod-questionnaire .paper-success > .content .desc i {
margin-right: 5px;
color: #26a2e8
} | 0.427994 | 0.149221 |
.text-ac-geek{
color: #00BCD4 !important;
}
.btn-geek{
background-color:#2697CF;
color: black;
border-color: white;
margin-left: 5px;
}
#btn-contac{
background-color: #2697CF;
color: black;
}
.btn-geek:hover{
background-color: turquoise;
color: black;
}
#btn-contac:hover{
background-color: turquoise;
color: black;
}
#header{
background: purple;
}
#header img{
width: 100px;
}
.contMarca:hover{
zoom:99.2%;
}
#main .carousel-inner img {
max-height: 560px;
object-fit: cover;
background: gray;
opacity: 0.84;
}
#iconDiamond{
zoom:40%;
}
#iconDiamond:hover{
zoom:39%;
}
#contInfoMain{
background-size: cover;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#nombre{
color: white;
font-family: "sans-serif";
font-size: 9vh;
font-weight: 500;
}
#rol{
text-decoration-line: overline;
color: white;
font: bold 6vh "Courier new";
}
@media screen and (max-width: 993px) {
#nombre{
color: white;
font-family: "sans-serif";
font-size: 7.5vh;
font-weight: 500;
}
#rol{
text-decoration-line: overline;
color: white;
font: bold 4.6vh "Courier new";
}
}
@media screen and (max-width: 490px) {
#nombre{
color: white;
font-family: "sans-serif";
font-size: 6vh;
font-weight: 500;
}
#rol{
text-decoration-line: overline;
color: white;
font: bold 3.7vh "Courier new";
}
.btn-geek{
zoom:70%;
}
#btn-contac{
zoom: 70%;
}
}
.nav-link:hover{
background: #2697CF;
border-radius: 12px;
}
.navbar-dark .navbar-nav .nav-link:hover{
color:white !important;
}
.nav-item:hover{
background: yellow;
}
.navbar-dark .navbar-nav .nav-link{
color:white;
font-size: 1.2em;
font-family: 'verdana';
}
#iconDanyels{
zoom:200%;
}
#main .carousel {
position: relative;
}
#main .carousel .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
color: white;
z-index: 1;
}
#main .carousel .overlay .container,
#main .carousel .overlay .row{
height: 100%;
}
#place-time {
background-color: #343A40;
color: white;
}
#place-time img {
max-width: 100%;
}
#footer {
background: linear-gradient(90deg, #1C3643,#273B47 25%,#1E5372);
}
#footer a{
color: white;
}
#dd{
height: 20vh;
} | src/components/styles/index.css | .text-ac-geek{
color: #00BCD4 !important;
}
.btn-geek{
background-color:#2697CF;
color: black;
border-color: white;
margin-left: 5px;
}
#btn-contac{
background-color: #2697CF;
color: black;
}
.btn-geek:hover{
background-color: turquoise;
color: black;
}
#btn-contac:hover{
background-color: turquoise;
color: black;
}
#header{
background: purple;
}
#header img{
width: 100px;
}
.contMarca:hover{
zoom:99.2%;
}
#main .carousel-inner img {
max-height: 560px;
object-fit: cover;
background: gray;
opacity: 0.84;
}
#iconDiamond{
zoom:40%;
}
#iconDiamond:hover{
zoom:39%;
}
#contInfoMain{
background-size: cover;
position: relative;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
#nombre{
color: white;
font-family: "sans-serif";
font-size: 9vh;
font-weight: 500;
}
#rol{
text-decoration-line: overline;
color: white;
font: bold 6vh "Courier new";
}
@media screen and (max-width: 993px) {
#nombre{
color: white;
font-family: "sans-serif";
font-size: 7.5vh;
font-weight: 500;
}
#rol{
text-decoration-line: overline;
color: white;
font: bold 4.6vh "Courier new";
}
}
@media screen and (max-width: 490px) {
#nombre{
color: white;
font-family: "sans-serif";
font-size: 6vh;
font-weight: 500;
}
#rol{
text-decoration-line: overline;
color: white;
font: bold 3.7vh "Courier new";
}
.btn-geek{
zoom:70%;
}
#btn-contac{
zoom: 70%;
}
}
.nav-link:hover{
background: #2697CF;
border-radius: 12px;
}
.navbar-dark .navbar-nav .nav-link:hover{
color:white !important;
}
.nav-item:hover{
background: yellow;
}
.navbar-dark .navbar-nav .nav-link{
color:white;
font-size: 1.2em;
font-family: 'verdana';
}
#iconDanyels{
zoom:200%;
}
#main .carousel {
position: relative;
}
#main .carousel .overlay {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.5);
color: white;
z-index: 1;
}
#main .carousel .overlay .container,
#main .carousel .overlay .row{
height: 100%;
}
#place-time {
background-color: #343A40;
color: white;
}
#place-time img {
max-width: 100%;
}
#footer {
background: linear-gradient(90deg, #1C3643,#273B47 25%,#1E5372);
}
#footer a{
color: white;
}
#dd{
height: 20vh;
} | 0.352759 | 0.09645 |
*{margin:0;padding:0;}
a{
color: #0066CC;
text-decoration: none;
}
a:hover{
color: #CC0033;
text-decoration: underline;
}
.a{
text-decoration: none;
}
body {
width: 1024px;
margin:0 auto;
font-size:12px;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
background: url(../images/Pc.jpg)/*tpa=http://assembly-pc.narod.ru/images/Pc.jpg*/ right top;
background-repeat: no-repeat;
background-attachment: fixed
}
#logo{
padding: 10px;
height: 70px;
margin-bottom: 10px;
margin-top:20px;
}
h1{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding:10px;
line-height: 24px;
}
h2{
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: underline
}
h3{
padding-bottom: 7px;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color: #0066CC
}
h6{
font-size: 14px;
}
select{
margin-bottom:10px;
color: #333333;
border: 1px solid #999999;
width: 200px;
}
table{
background: #FFFFFF;
width: 1024px;
padding: 20px 15px 20px 15px;
box-shadow:0px 2px 3px 0px #333333;
height: 600px;
background: -moz-linear-gradient(bottom, #C6F1FF, #0099CC);
background: -webkit-linear-gradient(bottom, #C6F1FF, #0099CC);
background: -o-linear-gradient(top, #C6F1FF, #0099CC);
}
td{
border: 1px solid #336699;
}
.tex{
width: 17px;
border: none;
background: #FFFFFF;
color: #CC0033;
font-size: 14px;
}
.t1{
border: 1px solid #336699;
padding: 10px;
background: #FFFFFF ;
box-shadow:2px 2px 6px 0px #333333;
}
.t2{
border: 1px solid #336699;
padding: 0px;
background: #FFFFFF ;
box-shadow:2px 2px 6px 0px #333333;
}
.t3{
border: 1px solid #336699;
padding: 0px;
background: #FFFFFF ;
box-shadow: 0px 0px 0px 0px;
height: 50px;
width: 100%;
}
.ta{
width: 400px;
height: 75px;
border: none;
}
.bottom{
border: 0px;
padding: 20px;
background: #F4F4F4 ;
box-shadow:0px 2px 3px 0px #333333;
border-radius: 10px;
}
input
{
width: 150px;
}
textarea{
width: 200px;
height: 350px;
}
.technical{
border: 1px solid #FFFFFF;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
color: #0066CC;
}
.button{
background: -moz-linear-gradient(top, #0099CC , #C6F1FF);
background: -webkit-linear-gradient(top, #0099CC , #C6F1FF);
background: -o-linear-gradient(top, #0099CC , #C6F1FF);
width: 100%;
height: 100%;
font-weight: bold;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
box-shadow:2px 2px 6px 0px #333333;
border: 0px;
border-radius: 5px;
}
.button2{
background: -moz-linear-gradient(top, #0099CC , #C6F1FF);
background: -webkit-linear-gradient(top, #0099CC , #C6F1FF);
background: -o-linear-gradient(top, #0099CC , #C6F1FF);
width: 120px;
height: 30px;
border-radius: 10px;
font-weight: bold;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
box-shadow:2px 2px 6px 0px #333333;
border: 0px;
border-radius: 5px;
}
.none_border{
border: 0px 0px;
padding: 7px;
border: 0px;
}
.teh
{
background: #FFFFFF;
width: 600px;
padding: 0px;
box-shadow:0px 0px 0px 0px #999999;
}
.gl
{
padding: 40px;
background: #FFFFFF
}
.sp{
margin-left: 35px;
} | templates/assembly/css/style.css | *{margin:0;padding:0;}
a{
color: #0066CC;
text-decoration: none;
}
a:hover{
color: #CC0033;
text-decoration: underline;
}
.a{
text-decoration: none;
}
body {
width: 1024px;
margin:0 auto;
font-size:12px;
line-height:20px;
font-family:Arial, Helvetica, sans-serif;
background: url(../images/Pc.jpg)/*tpa=http://assembly-pc.narod.ru/images/Pc.jpg*/ right top;
background-repeat: no-repeat;
background-attachment: fixed
}
#logo{
padding: 10px;
height: 70px;
margin-bottom: 10px;
margin-top:20px;
}
h1{
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
padding:10px;
line-height: 24px;
}
h2{
color: #333333;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
text-decoration: underline
}
h3{
padding-bottom: 7px;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
color: #0066CC
}
h6{
font-size: 14px;
}
select{
margin-bottom:10px;
color: #333333;
border: 1px solid #999999;
width: 200px;
}
table{
background: #FFFFFF;
width: 1024px;
padding: 20px 15px 20px 15px;
box-shadow:0px 2px 3px 0px #333333;
height: 600px;
background: -moz-linear-gradient(bottom, #C6F1FF, #0099CC);
background: -webkit-linear-gradient(bottom, #C6F1FF, #0099CC);
background: -o-linear-gradient(top, #C6F1FF, #0099CC);
}
td{
border: 1px solid #336699;
}
.tex{
width: 17px;
border: none;
background: #FFFFFF;
color: #CC0033;
font-size: 14px;
}
.t1{
border: 1px solid #336699;
padding: 10px;
background: #FFFFFF ;
box-shadow:2px 2px 6px 0px #333333;
}
.t2{
border: 1px solid #336699;
padding: 0px;
background: #FFFFFF ;
box-shadow:2px 2px 6px 0px #333333;
}
.t3{
border: 1px solid #336699;
padding: 0px;
background: #FFFFFF ;
box-shadow: 0px 0px 0px 0px;
height: 50px;
width: 100%;
}
.ta{
width: 400px;
height: 75px;
border: none;
}
.bottom{
border: 0px;
padding: 20px;
background: #F4F4F4 ;
box-shadow:0px 2px 3px 0px #333333;
border-radius: 10px;
}
input
{
width: 150px;
}
textarea{
width: 200px;
height: 350px;
}
.technical{
border: 1px solid #FFFFFF;
font-family: Tahoma, Arial, sans-serif;
font-size: 11px;
color: #0066CC;
}
.button{
background: -moz-linear-gradient(top, #0099CC , #C6F1FF);
background: -webkit-linear-gradient(top, #0099CC , #C6F1FF);
background: -o-linear-gradient(top, #0099CC , #C6F1FF);
width: 100%;
height: 100%;
font-weight: bold;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
box-shadow:2px 2px 6px 0px #333333;
border: 0px;
border-radius: 5px;
}
.button2{
background: -moz-linear-gradient(top, #0099CC , #C6F1FF);
background: -webkit-linear-gradient(top, #0099CC , #C6F1FF);
background: -o-linear-gradient(top, #0099CC , #C6F1FF);
width: 120px;
height: 30px;
border-radius: 10px;
font-weight: bold;
font-family: Tahoma, Arial, sans-serif;
font-size: 12px;
box-shadow:2px 2px 6px 0px #333333;
border: 0px;
border-radius: 5px;
}
.none_border{
border: 0px 0px;
padding: 7px;
border: 0px;
}
.teh
{
background: #FFFFFF;
width: 600px;
padding: 0px;
box-shadow:0px 0px 0px 0px #999999;
}
.gl
{
padding: 40px;
background: #FFFFFF
}
.sp{
margin-left: 35px;
} | 0.267983 | 0.067855 |
* {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family:'Roboto',sans-serif;
background-color: rgb(248, 249, 250);
width: auto;
overflow-x: hidden;
}
.image-left {
all: unset;
color: rgba(222, 99, 23, .8);
font-size: large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.image-left:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.image-right {
all: unset;
color: rgba(222, 99, 23, .9);
font-size: large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.image-right:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.expanded-image-left {
all: unset;
margin-right: 10px;
color: rgba(222, 99, 23, .9);
font-size: large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.expanded-image-left:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.expanded-image-right:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.expanded-image-right {
all: unset;
color: rgba(222, 99, 23, .9);
margin-left: 10px;
font-size: large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.category {
margin-bottom: 0;
}
.product-name {
margin-top: 0;
}
.restore-default {
all: unset;
margin-right: 13px;
margin-top: 5px;
color: rgba(222, 99, 23, .9);
font-size: x-large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.restore-default:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.cart-features {
display: flex;
flex-direction: row;
width: 100%;
}
.circle-check {
height: 0;
width: 0;
position: relative;
color: rgb(222, 99, 23);
right: -48px;
top: -68px
}
.price {
display: flex;
}
.sale-price {
color: red;
font-weight: bold;
font-family:'Roboto', sans-serif;
}
.original-price {
text-decoration: line-through;
font-family: 'Roboto', sans-serif;
margin-right: 5px;
}
.original-price-no-sale {
font-weight: bold;
font-family:'Roboto', sans-serif;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0
}
}
.default-img {
object-fit: contain;
overflow: hidden;
max-height: 80vh;
max-width: 70%;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 0 0 5px black;
border-radius: 10px;
cursor: zoom-in;
animation-duration: 500ms;
animation-name: fadeIn;
animation-iteration-count: 1;
}
.default-img:hover {
box-shadow: 0 0 5px rgb(59, 167, 184);
}
.dark-mode-btn {
all: unset;
display: flex;
background-color: rgb(248, 249, 250);
color: black;
justify-content: space-between;
align-items: center;
font-size: small;
height: max-content;
width: max-content;
padding:0.35em 1.2em;
border:0.1em solid black;
margin:0 0.3em 0.3em 0;
border-radius: 5px;
box-sizing: border-box;
box-shadow: 0 0 2px black;
text-decoration:none;
text-align: center;
font-family:'Roboto',sans-serif;
font-weight:300;
}
.dark-mode-btn:hover {
box-shadow: 0 0 5px rgb(59, 167, 184);
} | src/index.css | * {
box-sizing: border-box;
}
body {
margin: 0;
padding: 0;
font-family:'Roboto',sans-serif;
background-color: rgb(248, 249, 250);
width: auto;
overflow-x: hidden;
}
.image-left {
all: unset;
color: rgba(222, 99, 23, .8);
font-size: large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.image-left:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.image-right {
all: unset;
color: rgba(222, 99, 23, .9);
font-size: large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.image-right:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.expanded-image-left {
all: unset;
margin-right: 10px;
color: rgba(222, 99, 23, .9);
font-size: large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.expanded-image-left:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.expanded-image-right:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.expanded-image-right {
all: unset;
color: rgba(222, 99, 23, .9);
margin-left: 10px;
font-size: large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.category {
margin-bottom: 0;
}
.product-name {
margin-top: 0;
}
.restore-default {
all: unset;
margin-right: 13px;
margin-top: 5px;
color: rgba(222, 99, 23, .9);
font-size: x-large;
font-weight: bold;
text-shadow: 0px 0px 1px black;
}
.restore-default:hover {
text-shadow: 0 0 5px rgb(59, 167, 184);
}
.cart-features {
display: flex;
flex-direction: row;
width: 100%;
}
.circle-check {
height: 0;
width: 0;
position: relative;
color: rgb(222, 99, 23);
right: -48px;
top: -68px
}
.price {
display: flex;
}
.sale-price {
color: red;
font-weight: bold;
font-family:'Roboto', sans-serif;
}
.original-price {
text-decoration: line-through;
font-family: 'Roboto', sans-serif;
margin-right: 5px;
}
.original-price-no-sale {
font-weight: bold;
font-family:'Roboto', sans-serif;
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0
}
}
.default-img {
object-fit: contain;
overflow: hidden;
max-height: 80vh;
max-width: 70%;
margin-top: 10px;
margin-bottom: 10px;
box-shadow: 0 0 5px black;
border-radius: 10px;
cursor: zoom-in;
animation-duration: 500ms;
animation-name: fadeIn;
animation-iteration-count: 1;
}
.default-img:hover {
box-shadow: 0 0 5px rgb(59, 167, 184);
}
.dark-mode-btn {
all: unset;
display: flex;
background-color: rgb(248, 249, 250);
color: black;
justify-content: space-between;
align-items: center;
font-size: small;
height: max-content;
width: max-content;
padding:0.35em 1.2em;
border:0.1em solid black;
margin:0 0.3em 0.3em 0;
border-radius: 5px;
box-sizing: border-box;
box-shadow: 0 0 2px black;
text-decoration:none;
text-align: center;
font-family:'Roboto',sans-serif;
font-weight:300;
}
.dark-mode-btn:hover {
box-shadow: 0 0 5px rgb(59, 167, 184);
} | 0.582491 | 0.14554 |
@-moz-document domain(milworld.pl) {
.news_page div.back {
padding: 10px;
text-align: right;
clear: both;
}
.projector_page .main_hotspot
{
border-top: 1px solid #e4e4e4;
padding-top: 15px;
}
.projector_longdescription
{
font-size: 1.08em;
}
.projector_page .main_hotspot_sub .product_wrapper
{
box-shadow: none;
}
div.fixed_panel strong.count
{
right:auto;
left:-10px;
}
#projector_sizes_cont
{
/*display:none !important;*/
}
.main_page #menu_search
{
display:block;
}
/* #menu_search { display:none; } */
div.select_mode
{
bottom:0;
}
a.producers_button
{
display:none;
}
span.n55492_prods_amount, span.n55492_prod_name
{
display:none;
}
/*#projector_form div.product_info_top a.firmlogo
{
display:none;
}*/
div.n61793_main
{
width:auto;
}
select.n58573_trait
{
margin-top:2px !important;
}
#menu_additional2
{
display:none;
}
/* #menu_categories2 { height:50px; } */
a.n57703_link_p:hover
{
margin-left:0;
}
div.n57703_menu_top_links a
{
top:0px;
height:38px;
}
li.menu_category3_active a.menu_category3:hover
{
background:none;
color:#000;
}
#menu_categories2 a.level_1:hover, #menu_categories2 a.level_1.activ
{
background: #000;
text-decoration:underline;
}
a.n57703_link_p:hover
{
background: #000;
text-decoration:underline;
}
span.n57703_link_sub:hover
{
text-decoration:underline;
}
li.menu_category3_active a.menu_category3
{
background: transparent;
text-decoration:underline;
font-weight:bold;
color:#666;
}
a.menu_category2:hover, a.menu_category3:hover
{
text-decoration: underline;
}
ul.menu_category3
{
margin-left:15px;
}
#menu_additional2 div.menu_additional2_tel
{
width:auto;
}
#menu_filter .filter_price li:not(.filter_price_range) {
display: none;
}
body #menu_filter label.imgfix { height: 40px; width: 40px; margin: 0 4px 4px 0; }
/* Tabela rozmiarów */
.component_projector_sizes_chart table.table-condensed th {
text-align: center;
}
.component_projector_sizes_chart .table-stroke tbody td {
text-align: center;
}
/* style ogólne */
body p a {
color: #666;
}
body p a:hover {
color: #ff3c00;
}
} | data/usercss/124132.user.css | @-moz-document domain(milworld.pl) {
.news_page div.back {
padding: 10px;
text-align: right;
clear: both;
}
.projector_page .main_hotspot
{
border-top: 1px solid #e4e4e4;
padding-top: 15px;
}
.projector_longdescription
{
font-size: 1.08em;
}
.projector_page .main_hotspot_sub .product_wrapper
{
box-shadow: none;
}
div.fixed_panel strong.count
{
right:auto;
left:-10px;
}
#projector_sizes_cont
{
/*display:none !important;*/
}
.main_page #menu_search
{
display:block;
}
/* #menu_search { display:none; } */
div.select_mode
{
bottom:0;
}
a.producers_button
{
display:none;
}
span.n55492_prods_amount, span.n55492_prod_name
{
display:none;
}
/*#projector_form div.product_info_top a.firmlogo
{
display:none;
}*/
div.n61793_main
{
width:auto;
}
select.n58573_trait
{
margin-top:2px !important;
}
#menu_additional2
{
display:none;
}
/* #menu_categories2 { height:50px; } */
a.n57703_link_p:hover
{
margin-left:0;
}
div.n57703_menu_top_links a
{
top:0px;
height:38px;
}
li.menu_category3_active a.menu_category3:hover
{
background:none;
color:#000;
}
#menu_categories2 a.level_1:hover, #menu_categories2 a.level_1.activ
{
background: #000;
text-decoration:underline;
}
a.n57703_link_p:hover
{
background: #000;
text-decoration:underline;
}
span.n57703_link_sub:hover
{
text-decoration:underline;
}
li.menu_category3_active a.menu_category3
{
background: transparent;
text-decoration:underline;
font-weight:bold;
color:#666;
}
a.menu_category2:hover, a.menu_category3:hover
{
text-decoration: underline;
}
ul.menu_category3
{
margin-left:15px;
}
#menu_additional2 div.menu_additional2_tel
{
width:auto;
}
#menu_filter .filter_price li:not(.filter_price_range) {
display: none;
}
body #menu_filter label.imgfix { height: 40px; width: 40px; margin: 0 4px 4px 0; }
/* Tabela rozmiarów */
.component_projector_sizes_chart table.table-condensed th {
text-align: center;
}
.component_projector_sizes_chart .table-stroke tbody td {
text-align: center;
}
/* style ogólne */
body p a {
color: #666;
}
body p a:hover {
color: #ff3c00;
}
} | 0.158207 | 0.054224 |
:root {
--blue: #8FC7FF;
--violet: #8F8FFF;
--white: #ffffff;
--black: #000000;
--grey: rgba(0,0,0,.1);
--gradient-bg: linear-gradient(178.00220348774872deg, rgba(143, 199, 255,1) 8.398224043715848%,rgba(143, 171, 255,1) 76.56762295081968%);
--gradient-header: linear-gradient(178.00220348774872deg, rgba(143, 199, 255,1) 8.398224043715848%,#8F8FFF 95%);
--gradient-el: linear-gradient(117.46322702059774deg, rgba(143, 143, 255,1) 52.39623903643277%,rgba(143, 143, 255,1) 59.003091649288514%,rgba(143, 199, 255,1) 93.86293240922471%);
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-family: Open Sans, sans-serif;
font-size: 1em;
font-weight: 400;
line-height: 1.5;
padding: 0;
margin: 0;
}
a {
color: inherit;
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
figure {
margin: 0;
}
blockquote {
margin: 0;
}
cite {
font-style: normal;
}
img {
max-width: 100%;
margin: 0 auto 24px;
}
p {
margin: 0 0 24px;
}
a {
color: var(--violet);
transition: color .2s ease-out .1s;
}
a:hover,
a:focus {
color: var(--black);
}
/* LABEL */
.label {
font-size: 1.125em; /* 18px */
line-height: 1.3333333333; /* 24px */
margin-bottom: 1.3333333333em;
}
.label--little {
font-size: 0.875em; /* 14px */
line-height: 1.7142857143em; /* 24px */
}
.label--light {
color: white;
}
/* NAV */
.nav__btn {
background: var(--gradient-el);
border-radius: 100%;
width: 70px;
height: 70px;
border: 0;
color: var(--white);
position: fixed;
top: 80%;
left: 80%;
cursor: pointer;
transition: all .3s ease-out;
}
.nav__btn--open {
z-index: 20;
}
.nav__btn--close {
z-index: 15;
}
.nav__btn--open.on {
opacity: 0;
}
.nav__container {
position: fixed;
height: 100vh;
width: 100vw;
z-index: 10;
top: 0;
left: 0;
background-color: var(--blue);
/* transform: translateY(100%); */
transition: transform .3s ease-out .2s;
}
.nav__menu {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* opacity: 0; */
transition: opacity .2s ease-out;
}
.nav__container--open {
transform: translateY(0%);
transition: transform .3s ease-out;
}
.nav__menu--open {
opacity: 100;
transition: opacity .3s ease-out .3s;
}
.nav__el {
margin-bottom: .75em;
}
.nav__el--btn {
margin: 2em 0;
}
.nav__el {
transition: all .2s ease-out;
}
.nav__el:hover,
.nav__el:focus {
transform: scale(1.1);
}
.nav__el--btn:hover,
.nav__el--btn:focus {
transform: none;
}
.nav__el--btn a {
color: var(--black);
}
.nav__menu .btn--color a {
color: white;
}
@media screen and (min-width: 750px) {
/* NAV */
.nav__btn {
top: 4.6875vw;
left: 83.30078125vw;
}
} | 3-nav-html-css/style.css | :root {
--blue: #8FC7FF;
--violet: #8F8FFF;
--white: #ffffff;
--black: #000000;
--grey: rgba(0,0,0,.1);
--gradient-bg: linear-gradient(178.00220348774872deg, rgba(143, 199, 255,1) 8.398224043715848%,rgba(143, 171, 255,1) 76.56762295081968%);
--gradient-header: linear-gradient(178.00220348774872deg, rgba(143, 199, 255,1) 8.398224043715848%,#8F8FFF 95%);
--gradient-el: linear-gradient(117.46322702059774deg, rgba(143, 143, 255,1) 52.39623903643277%,rgba(143, 143, 255,1) 59.003091649288514%,rgba(143, 199, 255,1) 93.86293240922471%);
}
html {
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
font-family: Open Sans, sans-serif;
font-size: 1em;
font-weight: 400;
line-height: 1.5;
padding: 0;
margin: 0;
}
a {
color: inherit;
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
list-style: none;
}
figure {
margin: 0;
}
blockquote {
margin: 0;
}
cite {
font-style: normal;
}
img {
max-width: 100%;
margin: 0 auto 24px;
}
p {
margin: 0 0 24px;
}
a {
color: var(--violet);
transition: color .2s ease-out .1s;
}
a:hover,
a:focus {
color: var(--black);
}
/* LABEL */
.label {
font-size: 1.125em; /* 18px */
line-height: 1.3333333333; /* 24px */
margin-bottom: 1.3333333333em;
}
.label--little {
font-size: 0.875em; /* 14px */
line-height: 1.7142857143em; /* 24px */
}
.label--light {
color: white;
}
/* NAV */
.nav__btn {
background: var(--gradient-el);
border-radius: 100%;
width: 70px;
height: 70px;
border: 0;
color: var(--white);
position: fixed;
top: 80%;
left: 80%;
cursor: pointer;
transition: all .3s ease-out;
}
.nav__btn--open {
z-index: 20;
}
.nav__btn--close {
z-index: 15;
}
.nav__btn--open.on {
opacity: 0;
}
.nav__container {
position: fixed;
height: 100vh;
width: 100vw;
z-index: 10;
top: 0;
left: 0;
background-color: var(--blue);
/* transform: translateY(100%); */
transition: transform .3s ease-out .2s;
}
.nav__menu {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
/* opacity: 0; */
transition: opacity .2s ease-out;
}
.nav__container--open {
transform: translateY(0%);
transition: transform .3s ease-out;
}
.nav__menu--open {
opacity: 100;
transition: opacity .3s ease-out .3s;
}
.nav__el {
margin-bottom: .75em;
}
.nav__el--btn {
margin: 2em 0;
}
.nav__el {
transition: all .2s ease-out;
}
.nav__el:hover,
.nav__el:focus {
transform: scale(1.1);
}
.nav__el--btn:hover,
.nav__el--btn:focus {
transform: none;
}
.nav__el--btn a {
color: var(--black);
}
.nav__menu .btn--color a {
color: white;
}
@media screen and (min-width: 750px) {
/* NAV */
.nav__btn {
top: 4.6875vw;
left: 83.30078125vw;
}
} | 0.514888 | 0.158565 |
@charset "UTF-8";
.container{width:auto}
.container-alt{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}
/* Footer */
.footer{border-top:1px solid rgba(152, 166, 173, 0.2);bottom:0;color:#98a6ad;text-align:left !important;padding:19px 30px 20px;position:absolute;right:0;left:250px}
#wrapper{height:100%;overflow:hidden;width:100%}
.page{bottom:0;left:0;right:0;top:0}
/* Page titles */
.page-title{font-size:20px;font-weight:600;margin-bottom:0;margin-top:0;line-height:70px}
.page-header{border-bottom:1px solid #DBDDDE}
.header-title{font-size:16px;font-weight:600;line-height:16px;margin-bottom:8px}
/* ============= Extras ============= */
/* Table type box */
.table-box{display:table;height:100%;width:100%}
.table-box .table-detail{display:table-cell;vertical-align:middle}
/* Demo only */
.icon-list-demo div{cursor:pointer;line-height:45px;white-space:nowrap;color:#75798B}
.icon-list-demo div p{margin-bottom:0;line-height:inherit}
.icon-list-demo i{display:inline-block;font-size:18px;margin:0;vertical-align:middle;width:40px}
.icon-list-demo .col-md-4{-webkit-border-radius:3px;border-radius:3px;-moz-border-radius:3px;background-clip:padding-box}
.icon-list-demo .col-md-4:hover{background-color:rgba(113, 182, 249, 0.07)}
.button-list{margin-left:-8px;margin-bottom:-12px}
.button-list .btn{margin-bottom:12px;margin-left:8px}
.demo-dropdown{position:static;display:block;margin-bottom:5px;clear:left}
#static-modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}
/* Switchery demo */
.switchery-demo .switchery{margin-bottom:10px}
/* ============= Bootstrap-custom ============= */
.row{margin-right:-10px;margin-left:-10px}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9{padding-left:10px;padding-right:10px}
.breadcrumb{background-color:transparent;margin-bottom:15px;padding-top:10px;padding-left:0}
/* Image Thumbnail */
.img-thumbnail{border:1px solid #EBEFF2}
/* Dropdown */
.dropdown-menu{padding:4px 0;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;-ms-transition:all 300ms ease;box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);border:1px solid rgba(152, 166, 173, 0.15)}
.dropdown-menu > li > a{padding:6px 20px}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover{background-color:rgba(218, 230, 236, 0.3) !important}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{background-color:rgba(152, 166, 173, 0.1);color:#435966}
/*Well */
.well{background-color:rgba(152, 166, 173, 0.15);border:rgba(152, 166, 173, 0.5);-webkit-box-shadow:inset 0 1px 1px rgba(152, 166, 173, 0.25);box-shadow:inset 0 1px 1px rgba(152, 166, 173, 0.25)}
/* Form components */
textarea.form-control{min-height:90px}
.form-control{background-color:#FFFFFF;border:1px solid #E3E3E3;border-radius:4px;color:#565656;padding:7px 12px;height:38px;max-width:100%;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-o-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear}
.form-control:focus{background-color:#FFFFFF;border:1px solid #AAAAAA;-webkit-box-shadow:none;box-shadow:none;outline:0 !important;color:#333333}
.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.form-horizontal .form-group{margin-left:-10px;margin-right:-10px}
.form-control-feedback{line-height:38px !important}
.input-group-btn .btn{padding:8px 12px}
.input-group-btn .btn-sm{padding:5px 10px}
.input-group-btn .btn-lg{padding:10px 17px}
/* Tabs */
.tab-content{padding:20px;border:2px solid #eeeeee;border-top:none}
.nav-tabs > .active > a,
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a:hover{border:2px solid #eeeeee !important;border-bottom-color:#ffffff !important}
.nav-tabs{border-bottom:2px solid #eeeeee}
.nav-tabs > li{margin-bottom:-2px}
.nav-tabs a{color:#435966;font-size:15px;font-weight:600;font-family:'Karla', sans-serif}
.nav > li > a:focus,
.nav > li > a:hover{text-decoration:none;background-color:#f4f8fb}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover{border-color:#eeeeee}
/* List group */
.list-group-item{border:1px solid #ebeff2;border-left:none;border-right:none}
.list-group-item:hover{background-color:rgba(152, 166, 173, 0.1)}
.list-group-item:first-child{border-top:none}
.list-group-item:last-child{border-bottom:none}
.list-no-border .list-group-item{border:none}
/* Dropcap */
.dropcap{font-size:3.1em}
.dropcap,
.dropcap-circle,
.dropcap-square{display:block;float:left;font-weight:400;line-height:36px;margin-right:6px;text-shadow:none}
/* Alert */
.alert .btn{margin-top:10px}
.alert-success{background-color:rgba(95, 190, 170, 0.3);border-color:rgba(95, 190, 170, 0.4);color:#5fbeaa}
.alert-info{background-color:rgba(52, 211, 235, 0.2);border-color:rgba(52, 211, 235, 0.3);color:#35b8e0}
.alert-warning{background-color:rgba(255, 189, 74, 0.2);border-color:rgba(255, 189, 74, 0.3);color:#f9c851}
.alert-danger{background-color:rgba(240, 80, 80, 0.2);border-color:rgba(240, 80, 80, 0.3);color:#ff5b5b}
/* Modals */
.modal .modal-dialog .modal-content{-moz-box-shadow:none;-webkit-box-shadow:none;border-color:#DDDDDD;border-radius:2px;box-shadow:none;padding:25px}
.modal .modal-dialog .modal-content .modal-header{border-bottom-width:2px;margin:0;
padding: 0 0 15px;
}
.modal .modal-dialog .modal-content .modal-body{padding:20px 0}
.modal .modal-dialog .modal-content .modal-footer{
padding: 15px 0 0;
}
.modal-full{width:98%}
.modal-content .nav.nav-tabs + .tab-content{margin-bottom:0}
.modal-content .panel-group{margin-bottom:0}
.modal-content .panel{border-top:none}
/* Custom-modal */
.modal-demo{background-color:#FFF;width:600px;-webkit-border-radius:4px;border-radius:4px;-moz-border-radius:4px;background-clip:padding-box;display:none}
.modal-demo .close{position:absolute;top:15px;right:25px;color:#eeeeee}
.custom-modal-title{padding:15px 25px 15px 25px;line-height:22px;font-size:18px;background-color:#36404a;color:#ffffff;text-align:left;margin:0}
.custom-modal-text{padding:20px}
.custombox-modal-flash .close,
.custombox-modal-rotatedown .close{top:20px;z-index:9999}
/* Tabs-Accordions */
.tabs-vertical-env .tab-content{margin-bottom:0}
.table > thead > tr > td.middle-align,
.table > tbody > tr > td.middle-align,
.table > .tfood > tr > td.middle-align,
.table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align,
.table > .tfood > tr > th.middle-align{vertical-align:middle}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus{background-color:#71b6f9;border-color:#71b6f9}
.nav-pills > .active > a > .badge{color:#71b6f9}
.has-success .form-control{border-color:#10c469;box-shadow:none !important}
.has-warning .form-control{border-color:#f9c851;box-shadow:none !important}
.has-error .form-control{border-color:#ff5b5b;box-shadow:none !important}
.input-group-addon{border-radius:2px;border:1px solid #eeeeee}
/* Tooltips */
.tooltip-inner{border-radius:1px;padding:6px 10px}
.jqstooltip{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:auto !important;height:auto !important}
/* Popover */
.popover{font-family:inherit;border:none;-webkit-border-radius:3px;border-radius:3px;-moz-border-radius:3px;background-clip:padding-box}
.popover .popover-title{background-color:transparent;color:#71b6f9;font-weight:600}
/* Code */
code{color:#188ae2;background-color:#f4f8fb;border-radius:4px}
/* Pre */
pre{background-color:#f4f8fb;border:1px solid #d4d8da}
/* Carousel */
.carousel-control{width:10%}
.carousel-control span{position:absolute;top:50%;z-index:5;display:inline-block;font-size:30px}
/* Owl */
.slider-bg{background-size:cover !important;padding:5.5% 4.5%}
/* Media */
.media{margin-bottom:20px}
.media .media-heading{font-weight:600;font-size:16px}
.media:last-of-type{margin-bottom:0}
/* ============= Animation ============= */
/* Progressbar Animated */
@-webkit-keyframes animationProgress{
from{width:0}
}
@keyframes animationProgress{
from{width:0}
}
/* Portlets loader */
@-webkit-keyframes sk-rotateplane{
0%{-webkit-transform:perspective(120px)}
50%{-webkit-transform:perspective(120px) rotateY(180deg)}
100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}
}
@keyframes sk-rotateplane{
0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}
50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}
100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}
}
/*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 <NAME> and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;vertical-align:middle;z-index:1;will-change:opacity, transform;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;opacity:0;background:rgba(0, 0, 0, 0.2);-webkit-transition:all 0.7s ease-out;-moz-transition:all 0.7s ease-out;-o-transition:all 0.7s ease-out;-ms-transition:all 0.7s ease-out;transition:all 0.7s ease-out;-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);pointer-events:none}
.waves-notransition{-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;-ms-transition:none !important;transition:none !important}
.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%;-webkit-mask-image:none}
.waves-input-wrapper{border-radius:0.2em;vertical-align:bottom}
.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}
.waves-block{display:block}
.waves-effect.waves-light .waves-ripple{background-color:rgba(255, 255, 255, 0.4)}
.waves-effect.waves-custom .waves-ripple{background-color:rgba(113, 182, 249, 0.4)}
.waves-effect.waves-primary .waves-ripple{background-color:rgba(24, 138, 226, 0.4)}
.waves-effect.waves-success .waves-ripple{background-color:rgba(16, 196, 105, 0.4)}
.waves-effect.waves-info .waves-ripple{background-color:rgba(53, 184, 224, 0.4)}
.waves-effect.waves-warning .waves-ripple{background-color:rgba(249, 200, 81, 0.4)}
.waves-effect.waves-danger .waves-ripple{background-color:rgba(255, 91, 91, 0.4)}
.waves-effect.waves-pink .waves-ripple{background-color:rgba(255, 138, 204, 0.4)}
.waves-effect.purple .waves-ripple{background-color:rgba(91, 105, 188, 0.2)}
.waves-effect.waves-inverse .waves-ripple{background-color:rgba(59, 62, 71, 0.4)}
/* ============= Print css ============= */
@media print{
.page-title-box,
.topbar-left,
.hidden-print,
.breadcrumb,
.page-title,
.footer{display:none;margin:0;padding:0}
.left, .right-bar{display:none}
.content{margin-top:0 !important;padding-top:0}
.content-page{margin-left:0;margin-top:0}
} | src/amazeui/style/core.css | @charset "UTF-8";
.container{width:auto}
.container-alt{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}
/* Footer */
.footer{border-top:1px solid rgba(152, 166, 173, 0.2);bottom:0;color:#98a6ad;text-align:left !important;padding:19px 30px 20px;position:absolute;right:0;left:250px}
#wrapper{height:100%;overflow:hidden;width:100%}
.page{bottom:0;left:0;right:0;top:0}
/* Page titles */
.page-title{font-size:20px;font-weight:600;margin-bottom:0;margin-top:0;line-height:70px}
.page-header{border-bottom:1px solid #DBDDDE}
.header-title{font-size:16px;font-weight:600;line-height:16px;margin-bottom:8px}
/* ============= Extras ============= */
/* Table type box */
.table-box{display:table;height:100%;width:100%}
.table-box .table-detail{display:table-cell;vertical-align:middle}
/* Demo only */
.icon-list-demo div{cursor:pointer;line-height:45px;white-space:nowrap;color:#75798B}
.icon-list-demo div p{margin-bottom:0;line-height:inherit}
.icon-list-demo i{display:inline-block;font-size:18px;margin:0;vertical-align:middle;width:40px}
.icon-list-demo .col-md-4{-webkit-border-radius:3px;border-radius:3px;-moz-border-radius:3px;background-clip:padding-box}
.icon-list-demo .col-md-4:hover{background-color:rgba(113, 182, 249, 0.07)}
.button-list{margin-left:-8px;margin-bottom:-12px}
.button-list .btn{margin-bottom:12px;margin-left:8px}
.demo-dropdown{position:static;display:block;margin-bottom:5px;clear:left}
#static-modal{position:relative;top:auto;right:auto;bottom:auto;left:auto;z-index:1;display:block}
/* Switchery demo */
.switchery-demo .switchery{margin-bottom:10px}
/* ============= Bootstrap-custom ============= */
.row{margin-right:-10px;margin-left:-10px}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9{padding-left:10px;padding-right:10px}
.breadcrumb{background-color:transparent;margin-bottom:15px;padding-top:10px;padding-left:0}
/* Image Thumbnail */
.img-thumbnail{border:1px solid #EBEFF2}
/* Dropdown */
.dropdown-menu{padding:4px 0;transition:all 300ms ease;-moz-transition:all 300ms ease;-webkit-transition:all 300ms ease;-o-transition:all 300ms ease;-ms-transition:all 300ms ease;box-shadow:0 0 8px 0 rgba(0, 0, 0, 0.06), 0 1px 0 0 rgba(0, 0, 0, 0.02);border:1px solid rgba(152, 166, 173, 0.15)}
.dropdown-menu > li > a{padding:6px 20px}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover{background-color:rgba(218, 230, 236, 0.3) !important}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{background-color:rgba(152, 166, 173, 0.1);color:#435966}
/*Well */
.well{background-color:rgba(152, 166, 173, 0.15);border:rgba(152, 166, 173, 0.5);-webkit-box-shadow:inset 0 1px 1px rgba(152, 166, 173, 0.25);box-shadow:inset 0 1px 1px rgba(152, 166, 173, 0.25)}
/* Form components */
textarea.form-control{min-height:90px}
.form-control{background-color:#FFFFFF;border:1px solid #E3E3E3;border-radius:4px;color:#565656;padding:7px 12px;height:38px;max-width:100%;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:all 300ms linear;-moz-transition:all 300ms linear;-o-transition:all 300ms linear;-ms-transition:all 300ms linear;transition:all 300ms linear}
.form-control:focus{background-color:#FFFFFF;border:1px solid #AAAAAA;-webkit-box-shadow:none;box-shadow:none;outline:0 !important;color:#333333}
.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}
.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}
.form-horizontal .form-group{margin-left:-10px;margin-right:-10px}
.form-control-feedback{line-height:38px !important}
.input-group-btn .btn{padding:8px 12px}
.input-group-btn .btn-sm{padding:5px 10px}
.input-group-btn .btn-lg{padding:10px 17px}
/* Tabs */
.tab-content{padding:20px;border:2px solid #eeeeee;border-top:none}
.nav-tabs > .active > a,
.nav-tabs > .active > a:focus,
.nav-tabs > .active > a:hover{border:2px solid #eeeeee !important;border-bottom-color:#ffffff !important}
.nav-tabs{border-bottom:2px solid #eeeeee}
.nav-tabs > li{margin-bottom:-2px}
.nav-tabs a{color:#435966;font-size:15px;font-weight:600;font-family:'Karla', sans-serif}
.nav > li > a:focus,
.nav > li > a:hover{text-decoration:none;background-color:#f4f8fb}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover{border-color:#eeeeee}
/* List group */
.list-group-item{border:1px solid #ebeff2;border-left:none;border-right:none}
.list-group-item:hover{background-color:rgba(152, 166, 173, 0.1)}
.list-group-item:first-child{border-top:none}
.list-group-item:last-child{border-bottom:none}
.list-no-border .list-group-item{border:none}
/* Dropcap */
.dropcap{font-size:3.1em}
.dropcap,
.dropcap-circle,
.dropcap-square{display:block;float:left;font-weight:400;line-height:36px;margin-right:6px;text-shadow:none}
/* Alert */
.alert .btn{margin-top:10px}
.alert-success{background-color:rgba(95, 190, 170, 0.3);border-color:rgba(95, 190, 170, 0.4);color:#5fbeaa}
.alert-info{background-color:rgba(52, 211, 235, 0.2);border-color:rgba(52, 211, 235, 0.3);color:#35b8e0}
.alert-warning{background-color:rgba(255, 189, 74, 0.2);border-color:rgba(255, 189, 74, 0.3);color:#f9c851}
.alert-danger{background-color:rgba(240, 80, 80, 0.2);border-color:rgba(240, 80, 80, 0.3);color:#ff5b5b}
/* Modals */
.modal .modal-dialog .modal-content{-moz-box-shadow:none;-webkit-box-shadow:none;border-color:#DDDDDD;border-radius:2px;box-shadow:none;padding:25px}
.modal .modal-dialog .modal-content .modal-header{border-bottom-width:2px;margin:0;
padding: 0 0 15px;
}
.modal .modal-dialog .modal-content .modal-body{padding:20px 0}
.modal .modal-dialog .modal-content .modal-footer{
padding: 15px 0 0;
}
.modal-full{width:98%}
.modal-content .nav.nav-tabs + .tab-content{margin-bottom:0}
.modal-content .panel-group{margin-bottom:0}
.modal-content .panel{border-top:none}
/* Custom-modal */
.modal-demo{background-color:#FFF;width:600px;-webkit-border-radius:4px;border-radius:4px;-moz-border-radius:4px;background-clip:padding-box;display:none}
.modal-demo .close{position:absolute;top:15px;right:25px;color:#eeeeee}
.custom-modal-title{padding:15px 25px 15px 25px;line-height:22px;font-size:18px;background-color:#36404a;color:#ffffff;text-align:left;margin:0}
.custom-modal-text{padding:20px}
.custombox-modal-flash .close,
.custombox-modal-rotatedown .close{top:20px;z-index:9999}
/* Tabs-Accordions */
.tabs-vertical-env .tab-content{margin-bottom:0}
.table > thead > tr > td.middle-align,
.table > tbody > tr > td.middle-align,
.table > .tfood > tr > td.middle-align,
.table > thead > tr > th.middle-align,
.table > tbody > tr > th.middle-align,
.table > .tfood > tr > th.middle-align{vertical-align:middle}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus{background-color:#71b6f9;border-color:#71b6f9}
.nav-pills > .active > a > .badge{color:#71b6f9}
.has-success .form-control{border-color:#10c469;box-shadow:none !important}
.has-warning .form-control{border-color:#f9c851;box-shadow:none !important}
.has-error .form-control{border-color:#ff5b5b;box-shadow:none !important}
.input-group-addon{border-radius:2px;border:1px solid #eeeeee}
/* Tooltips */
.tooltip-inner{border-radius:1px;padding:6px 10px}
.jqstooltip{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;width:auto !important;height:auto !important}
/* Popover */
.popover{font-family:inherit;border:none;-webkit-border-radius:3px;border-radius:3px;-moz-border-radius:3px;background-clip:padding-box}
.popover .popover-title{background-color:transparent;color:#71b6f9;font-weight:600}
/* Code */
code{color:#188ae2;background-color:#f4f8fb;border-radius:4px}
/* Pre */
pre{background-color:#f4f8fb;border:1px solid #d4d8da}
/* Carousel */
.carousel-control{width:10%}
.carousel-control span{position:absolute;top:50%;z-index:5;display:inline-block;font-size:30px}
/* Owl */
.slider-bg{background-size:cover !important;padding:5.5% 4.5%}
/* Media */
.media{margin-bottom:20px}
.media .media-heading{font-weight:600;font-size:16px}
.media:last-of-type{margin-bottom:0}
/* ============= Animation ============= */
/* Progressbar Animated */
@-webkit-keyframes animationProgress{
from{width:0}
}
@keyframes animationProgress{
from{width:0}
}
/* Portlets loader */
@-webkit-keyframes sk-rotateplane{
0%{-webkit-transform:perspective(120px)}
50%{-webkit-transform:perspective(120px) rotateY(180deg)}
100%{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}
}
@keyframes sk-rotateplane{
0%{transform:perspective(120px) rotateX(0deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}
50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}
100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}
}
/*!
* Waves v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 <NAME> and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.waves-effect{position:relative;cursor:pointer;display:inline-block;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;vertical-align:middle;z-index:1;will-change:opacity, transform;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;-ms-transition:all 0.3s ease-out;transition:all 0.3s ease-out}
.waves-effect .waves-ripple{position:absolute;border-radius:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;opacity:0;background:rgba(0, 0, 0, 0.2);-webkit-transition:all 0.7s ease-out;-moz-transition:all 0.7s ease-out;-o-transition:all 0.7s ease-out;-ms-transition:all 0.7s ease-out;transition:all 0.7s ease-out;-webkit-transition-property:-webkit-transform, opacity;-moz-transition-property:-moz-transform, opacity;-o-transition-property:-o-transform, opacity;transition-property:transform, opacity;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);pointer-events:none}
.waves-notransition{-webkit-transition:none !important;-moz-transition:none !important;-o-transition:none !important;-ms-transition:none !important;transition:none !important}
.waves-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%;-webkit-mask-image:none}
.waves-input-wrapper{border-radius:0.2em;vertical-align:bottom}
.waves-input-wrapper .waves-button-input{position:relative;top:0;left:0;z-index:1}
.waves-block{display:block}
.waves-effect.waves-light .waves-ripple{background-color:rgba(255, 255, 255, 0.4)}
.waves-effect.waves-custom .waves-ripple{background-color:rgba(113, 182, 249, 0.4)}
.waves-effect.waves-primary .waves-ripple{background-color:rgba(24, 138, 226, 0.4)}
.waves-effect.waves-success .waves-ripple{background-color:rgba(16, 196, 105, 0.4)}
.waves-effect.waves-info .waves-ripple{background-color:rgba(53, 184, 224, 0.4)}
.waves-effect.waves-warning .waves-ripple{background-color:rgba(249, 200, 81, 0.4)}
.waves-effect.waves-danger .waves-ripple{background-color:rgba(255, 91, 91, 0.4)}
.waves-effect.waves-pink .waves-ripple{background-color:rgba(255, 138, 204, 0.4)}
.waves-effect.purple .waves-ripple{background-color:rgba(91, 105, 188, 0.2)}
.waves-effect.waves-inverse .waves-ripple{background-color:rgba(59, 62, 71, 0.4)}
/* ============= Print css ============= */
@media print{
.page-title-box,
.topbar-left,
.hidden-print,
.breadcrumb,
.page-title,
.footer{display:none;margin:0;padding:0}
.left, .right-bar{display:none}
.content{margin-top:0 !important;padding-top:0}
.content-page{margin-left:0;margin-top:0}
} | 0.222109 | 0.04778 |
.is-collapse-enabled .tabs, .is-horizontal .tabs{
position:relative;
}
.content-header .is-horizontal .tabs:before, .content-header .is-collapse-enabled .tabs:before{
right:-2.5em;
left:-2.5em;
}
.tabs__tab{
position:relative;
display:block;
overflow:hidden;
box-sizing:border-box;
width:100%;
margin:-1px 0 0;
padding:9px 2em 7px 1em;
white-space:nowrap;
text-overflow:ellipsis;
color:#0074bd;
border:1px solid #bfbfbf;
background-color:rgba(242, 242, 240, 0.7);
}
[dir="rtl"] .tabs__tab{
padding-right:1em;
padding-left:2em;
}
.tabs__tab:hover, .tabs__tab:focus{
color:#008ee6;
background-color:#fafaf7;
}
li.tabs__tab{
display:block;
padding:0;
}
[dir="rtl"] li.tabs__tab{
padding-right:0;
padding-left:0;
}
li.tabs__tab a{
padding:9px 2em 7px 1em;
}
[dir="rtl"] li.tabs__tab a{
padding-right:1em;
padding-left:2em;
}
.tabs a:hover, .tabs a:focus{
text-decoration:none;
}
.tabs.primary{
clear:both;
margin:16px 0 0;
margin:1rem 0 0;
}
.tabs.primary .tabs__tab.is-active{
z-index:15;
color:#004f80;
border-color:#a6a6a6;
border-radius:4px 0 0 0;
background-color:#fff;
}
[dir="rtl"] .tabs.primary .tabs__tab.is-active{
border-top-left-radius:0;
border-top-right-radius:4px;
}
.tabs.primary a{
background:none;
}
.tabs.primary a:focus{
text-decoration:underline;
color:#008ee6;
background-color:#fafaf7;
}
.tabs.primary .is-active a:focus{
text-decoration:underline;
background:none;
}
@media screen and (min-width: 18.75em){
.tabs.primary a{
background:url(../../../../misc/icons/0074bd/chevron-right.svg) 99% center no-repeat;
}
[dir="rtl"] .tabs.primary a{
background:url(../../../../misc/icons/0074bd/chevron-left.svg) 1% center no-repeat;
}
.tabs.primary .tabs__tab.is-active a{
background-image:none;
}
}
.tabs__trigger{
display:none;
}
.is-collapse-enabled .tabs__trigger{
position:absolute;
z-index:10;
top:2px;
right:0;
left:auto;
display:block;
box-sizing:content-box;
width:25%;
padding-right:4px;
padding-left:4px;
text-align:center;
letter-spacing:0.1em;
border-left:0;
border-radius:0 4px 0 0;
outline:0;
font-family:Arial,sans-serif;
font-size:1.25em;
}
[dir="rtl"] .is-collapse-enabled .tabs__trigger{
right:auto;
left:0;
border-right:0;
border-left:1px solid #bfbfbf;
border-radius:4px 0 0 0;
}
.is-collapse-enabled .tabs{
max-height:0;
padding-top:38px;
}
.tabs.is-open{
max-height:999em;
padding-bottom:16px;
padding-bottom:1rem;
}
.is-collapse-enabled .tabs__tab.is-active{
position:absolute;
top:2px;
left:0;
width:75%;
border-bottom:0;
}
[dir="rtl"] .is-collapse-enabled .tabs__tab.is-active{
right:0;
left:auto;
}
.is-collapse-enabled .tabs.primary a.is-active:before{
content:none;
}
.is-open .tabs__tab.is-active{
color:#004f80;
border-color:#a6a6a6;
border-bottom:1px solid #a6a6a6;
background-color:#fff;
}
.is-horizontal .tabs{
overflow:visible;
max-height:none !important;
padding-top:0 !important;
}
.is-horizontal .tabs__tab{
float:left;
width:auto;
height:auto;
margin:0 0 -1px;
text-align:center;
border-bottom-color:#a6a6a6;
}
[dir="rtl"] .is-horizontal .tabs__tab{
float:right;
margin-left:0;
}
.is-horizontal .tabs__tab + .tabs__tab{
margin-left:-1px;
}
[dir="rtl"] .is-horizontal .tabs__tab + .tabs__tab{
margin-right:-1px;
margin-left:0;
}
.is-horizontal .tabs.primary .tabs__tab:first-child{
border-radius:4px 0 0 0;
}
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:first-child{
border-radius:0 4px 0 0;
}
.is-horizontal .tabs.primary .tabs__tab:last-child{
border-radius:0 4px 0 0;
}
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:last-child{
border-radius:4px 0 0 0;
}
.is-horizontal .tabs__tab.is-active, .is-horizontal .tabs.primary .tabs__tab.is-active, [dir="rtl"] .is-horizontal .tabs.primary .tabs__tab.is-active{
position:relative;
top:0;
width:auto;
margin:0 -4px;
border-bottom:0;
border-radius:4px 4px 0 0;
}
.is-horizontal .tabs.primary a{
padding:7px 2em 7px 2em;
background-image:none;
}
.is-horizontal .tabs__trigger{
display:none;
}
.tabs.secondary{
display:block;
margin-top:16px;
margin-top:1rem;
}
.tabs.secondary .tabs__tab{
display:block;
margin-left:-1px;
padding:5px 15px 5px 16px;
transition:border-color 0.2s,background-color 0.2s;
color:#0074bd;
}
[dir="rtl"] .tabs.secondary .tabs__tab{
margin-right:-1px;
margin-left:0;
padding-right:16px;
padding-left:15px;
}
[dir="rtl"] .views-displays .tabs.secondary li, [dir="rtl"] .views-displays .tabs.secondary li.is-active{
padding-right:0;
padding-left:0;
}
.tabs.secondary .tabs__tab + .tabs__tab{
border-top:1px solid #d9d8d4;
}
.tabs.secondary .tabs__tab.is-active{
padding-left:15px;
color:#004f80;
border-left:2px solid #004f80;
}
[dir="rtl"] .tabs.secondary .tabs__tab.is-active{
padding-right:15px;
border-right:2px solid #004f80;
border-left:1px solid #bfbfbf;
}
[dir="rtl"] .views-displays .tabs.secondary li.is-active{
padding-right:0;
border:0 none;
}
.tabs.secondary .tabs__tab:hover, .tabs.secondary .tabs__tab:focus{
padding-left:15px;
color:#008ee6;
border-left:2px solid #008ee6;
}
[dir="rtl"] .tabs.secondary .tabs__tab:hover, [dir="rtl"] .tabs.secondary .tabs__tab:focus{
padding-right:15px;
border-right:2px solid #008ee6;
border-left:1px solid #bfbfbf;
}
[dir="rtl"] .views-displays .tabs li.tabs__tab:hover{
padding-right:0;
border:0 none;
}
.tabs.secondary a{
padding:7px 13px 5px;
text-decoration:none;
background-color:transparent;
}
[dir="rtl"] .tabs.secondary a{
padding-right:13px;
padding-left:13px;
}
[dir="rtl"] .views-displays .tabs.secondary a{
padding-right:7px;
padding-left:7px;
}
.tabs.secondary .is-active a{
color:#004f80;
}
.tabs.secondary a:focus{
text-decoration:underline;
}
.is-horizontal .tabs.secondary .tabs__tab{
position:relative;
z-index:15;
top:0;
float:left;
margin-right:1em;
margin-left:1em;
padding:0;
border-top:0;
border-right-color:transparent;
border-bottom:2px solid transparent;
border-left:1px solid transparent;
background:none;
}
[dir="rtl"] .is-horizontal .tabs.secondary .tabs__tab{
float:right;
padding-right:0;
border-right:1px solid transparent;
border-left-color:transparent;
}
.is-horizontal .tabs.secondary .tabs__tab.is-active{
border-bottom-color:#004f80;
}
.is-horizontal .tabs.secondary .tabs__tab:hover, .is-horizontal .tabs.secondary .tabs__tab:focus{
border-bottom-color:#008ee6;
}
.is-collapse-enabled .primary{
position:relative;
}
.is-collapse-enabled .tabs{
padding-top:39px;
}
.is-collapse-enabled .tabs__trigger{
font-size:1rem;
line-height:20px;
}
.is-collapse-enabled .tabs.primary .tabs__tab.is-active{
border-bottom:1px solid #fafafa;
}
.is-collapse-enabled .tabs.primary.is-open .tabs__tab.is-active{
border-bottom-color:#009fe3;
}
.tabs__tab{
border:1px solid #009fe3;
background-color:#d4edfc;
}
.tabs__tab:focus{
background-color:#d4edfc;
}
.tabs__tab:hover{
color:#009fe3;
background-color:#fafafa;
}
.tabs.primary .tabs__tab.is-active{
border-color:#009fe3;
background-color:#fafafa;
}
.tabs.primary a{
text-transform:uppercase;
}
@media screen and (min-width: 18.75em){
.tabs.primary a{
background:url(../../images/icons/chevron-right.svg) 99% center no-repeat;
}
[dir="rtl"] .tabs.primary a{
background:url(../../images/icons/chevron-left.svg) 1% center no-repeat;
}
}
.is-horizontal .tabs__tab{
margin:0 1px -1px;
border-bottom:1px solid #009fe3;
}
.is-horizontal .tabs__tab + .tabs__tab{
margin:0 1px -1px;
border-radius:4px 4px 0 0;
}
.is-horizontal .tabs.primary .tabs__tab:first-child,
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:first-child,
.is-horizontal .tabs.primary .tabs__tab:last-child,
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:last-child{
border-radius:4px 4px 0 0;
}
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:last-child{
border-bottom-color:#009fe3;
}
.is-horizontal .tabs__tab.is-active,
.is-horizontal .tabs.primary .tabs__tab.is-active,
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab.is-active{
margin:0 1px -1px;
border-radius:4px 4px 0 0;
border-bottom:1px solid transparent;
}
.is-horizontal .tabs.primary a{
padding:5px 1em 5px 1em;
font-size:12px;
}
.tabs.secondary .tabs__tab.is-active{
color:#009fe3;
border-left:2px solid #009fe3;
}
.tabs.secondary .tabs__tab + .tabs__tab{
border-top:1px solid #75caee;
}
.tabs.secondary a{
padding:2px 0;
font-size:12px;
color:#07364a;
text-transform:uppercase;
}
.tabs.secondary .is-active a{
color:#009fe3;
}
.is-horizontal .tabs.secondary .tabs__tab + .tabs__tab{
border-top:0;
}
.is-horizontal .tabs.secondary .tabs__tab.is-active{
border-left-color:transparent;
}
.is-horizontal{
text-align:right;
}
.is-horizontal.position-container{
border-bottom:1px solid #009fe3;
}
.is-horizontal .tabs.primary, .is-horizontal .tabs.secondary{
display:flex;
justify-content:flex-end;
flex-wrap:wrap;
}
.block-local-tasks-block .tabs.secondary{
margin-top:0;
margin-bottom:1.5em;
}
.block-local-tasks-block.is-combined-with-breadcrumb{
margin-top:-35px;
}
.block-local-tasks-block.is-combined-with-breadcrumb .tabs.primary{
margin-top:0;
} | docroot/themes/contrib/thunder_admin/css/components/tabs.css | .is-collapse-enabled .tabs, .is-horizontal .tabs{
position:relative;
}
.content-header .is-horizontal .tabs:before, .content-header .is-collapse-enabled .tabs:before{
right:-2.5em;
left:-2.5em;
}
.tabs__tab{
position:relative;
display:block;
overflow:hidden;
box-sizing:border-box;
width:100%;
margin:-1px 0 0;
padding:9px 2em 7px 1em;
white-space:nowrap;
text-overflow:ellipsis;
color:#0074bd;
border:1px solid #bfbfbf;
background-color:rgba(242, 242, 240, 0.7);
}
[dir="rtl"] .tabs__tab{
padding-right:1em;
padding-left:2em;
}
.tabs__tab:hover, .tabs__tab:focus{
color:#008ee6;
background-color:#fafaf7;
}
li.tabs__tab{
display:block;
padding:0;
}
[dir="rtl"] li.tabs__tab{
padding-right:0;
padding-left:0;
}
li.tabs__tab a{
padding:9px 2em 7px 1em;
}
[dir="rtl"] li.tabs__tab a{
padding-right:1em;
padding-left:2em;
}
.tabs a:hover, .tabs a:focus{
text-decoration:none;
}
.tabs.primary{
clear:both;
margin:16px 0 0;
margin:1rem 0 0;
}
.tabs.primary .tabs__tab.is-active{
z-index:15;
color:#004f80;
border-color:#a6a6a6;
border-radius:4px 0 0 0;
background-color:#fff;
}
[dir="rtl"] .tabs.primary .tabs__tab.is-active{
border-top-left-radius:0;
border-top-right-radius:4px;
}
.tabs.primary a{
background:none;
}
.tabs.primary a:focus{
text-decoration:underline;
color:#008ee6;
background-color:#fafaf7;
}
.tabs.primary .is-active a:focus{
text-decoration:underline;
background:none;
}
@media screen and (min-width: 18.75em){
.tabs.primary a{
background:url(../../../../misc/icons/0074bd/chevron-right.svg) 99% center no-repeat;
}
[dir="rtl"] .tabs.primary a{
background:url(../../../../misc/icons/0074bd/chevron-left.svg) 1% center no-repeat;
}
.tabs.primary .tabs__tab.is-active a{
background-image:none;
}
}
.tabs__trigger{
display:none;
}
.is-collapse-enabled .tabs__trigger{
position:absolute;
z-index:10;
top:2px;
right:0;
left:auto;
display:block;
box-sizing:content-box;
width:25%;
padding-right:4px;
padding-left:4px;
text-align:center;
letter-spacing:0.1em;
border-left:0;
border-radius:0 4px 0 0;
outline:0;
font-family:Arial,sans-serif;
font-size:1.25em;
}
[dir="rtl"] .is-collapse-enabled .tabs__trigger{
right:auto;
left:0;
border-right:0;
border-left:1px solid #bfbfbf;
border-radius:4px 0 0 0;
}
.is-collapse-enabled .tabs{
max-height:0;
padding-top:38px;
}
.tabs.is-open{
max-height:999em;
padding-bottom:16px;
padding-bottom:1rem;
}
.is-collapse-enabled .tabs__tab.is-active{
position:absolute;
top:2px;
left:0;
width:75%;
border-bottom:0;
}
[dir="rtl"] .is-collapse-enabled .tabs__tab.is-active{
right:0;
left:auto;
}
.is-collapse-enabled .tabs.primary a.is-active:before{
content:none;
}
.is-open .tabs__tab.is-active{
color:#004f80;
border-color:#a6a6a6;
border-bottom:1px solid #a6a6a6;
background-color:#fff;
}
.is-horizontal .tabs{
overflow:visible;
max-height:none !important;
padding-top:0 !important;
}
.is-horizontal .tabs__tab{
float:left;
width:auto;
height:auto;
margin:0 0 -1px;
text-align:center;
border-bottom-color:#a6a6a6;
}
[dir="rtl"] .is-horizontal .tabs__tab{
float:right;
margin-left:0;
}
.is-horizontal .tabs__tab + .tabs__tab{
margin-left:-1px;
}
[dir="rtl"] .is-horizontal .tabs__tab + .tabs__tab{
margin-right:-1px;
margin-left:0;
}
.is-horizontal .tabs.primary .tabs__tab:first-child{
border-radius:4px 0 0 0;
}
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:first-child{
border-radius:0 4px 0 0;
}
.is-horizontal .tabs.primary .tabs__tab:last-child{
border-radius:0 4px 0 0;
}
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:last-child{
border-radius:4px 0 0 0;
}
.is-horizontal .tabs__tab.is-active, .is-horizontal .tabs.primary .tabs__tab.is-active, [dir="rtl"] .is-horizontal .tabs.primary .tabs__tab.is-active{
position:relative;
top:0;
width:auto;
margin:0 -4px;
border-bottom:0;
border-radius:4px 4px 0 0;
}
.is-horizontal .tabs.primary a{
padding:7px 2em 7px 2em;
background-image:none;
}
.is-horizontal .tabs__trigger{
display:none;
}
.tabs.secondary{
display:block;
margin-top:16px;
margin-top:1rem;
}
.tabs.secondary .tabs__tab{
display:block;
margin-left:-1px;
padding:5px 15px 5px 16px;
transition:border-color 0.2s,background-color 0.2s;
color:#0074bd;
}
[dir="rtl"] .tabs.secondary .tabs__tab{
margin-right:-1px;
margin-left:0;
padding-right:16px;
padding-left:15px;
}
[dir="rtl"] .views-displays .tabs.secondary li, [dir="rtl"] .views-displays .tabs.secondary li.is-active{
padding-right:0;
padding-left:0;
}
.tabs.secondary .tabs__tab + .tabs__tab{
border-top:1px solid #d9d8d4;
}
.tabs.secondary .tabs__tab.is-active{
padding-left:15px;
color:#004f80;
border-left:2px solid #004f80;
}
[dir="rtl"] .tabs.secondary .tabs__tab.is-active{
padding-right:15px;
border-right:2px solid #004f80;
border-left:1px solid #bfbfbf;
}
[dir="rtl"] .views-displays .tabs.secondary li.is-active{
padding-right:0;
border:0 none;
}
.tabs.secondary .tabs__tab:hover, .tabs.secondary .tabs__tab:focus{
padding-left:15px;
color:#008ee6;
border-left:2px solid #008ee6;
}
[dir="rtl"] .tabs.secondary .tabs__tab:hover, [dir="rtl"] .tabs.secondary .tabs__tab:focus{
padding-right:15px;
border-right:2px solid #008ee6;
border-left:1px solid #bfbfbf;
}
[dir="rtl"] .views-displays .tabs li.tabs__tab:hover{
padding-right:0;
border:0 none;
}
.tabs.secondary a{
padding:7px 13px 5px;
text-decoration:none;
background-color:transparent;
}
[dir="rtl"] .tabs.secondary a{
padding-right:13px;
padding-left:13px;
}
[dir="rtl"] .views-displays .tabs.secondary a{
padding-right:7px;
padding-left:7px;
}
.tabs.secondary .is-active a{
color:#004f80;
}
.tabs.secondary a:focus{
text-decoration:underline;
}
.is-horizontal .tabs.secondary .tabs__tab{
position:relative;
z-index:15;
top:0;
float:left;
margin-right:1em;
margin-left:1em;
padding:0;
border-top:0;
border-right-color:transparent;
border-bottom:2px solid transparent;
border-left:1px solid transparent;
background:none;
}
[dir="rtl"] .is-horizontal .tabs.secondary .tabs__tab{
float:right;
padding-right:0;
border-right:1px solid transparent;
border-left-color:transparent;
}
.is-horizontal .tabs.secondary .tabs__tab.is-active{
border-bottom-color:#004f80;
}
.is-horizontal .tabs.secondary .tabs__tab:hover, .is-horizontal .tabs.secondary .tabs__tab:focus{
border-bottom-color:#008ee6;
}
.is-collapse-enabled .primary{
position:relative;
}
.is-collapse-enabled .tabs{
padding-top:39px;
}
.is-collapse-enabled .tabs__trigger{
font-size:1rem;
line-height:20px;
}
.is-collapse-enabled .tabs.primary .tabs__tab.is-active{
border-bottom:1px solid #fafafa;
}
.is-collapse-enabled .tabs.primary.is-open .tabs__tab.is-active{
border-bottom-color:#009fe3;
}
.tabs__tab{
border:1px solid #009fe3;
background-color:#d4edfc;
}
.tabs__tab:focus{
background-color:#d4edfc;
}
.tabs__tab:hover{
color:#009fe3;
background-color:#fafafa;
}
.tabs.primary .tabs__tab.is-active{
border-color:#009fe3;
background-color:#fafafa;
}
.tabs.primary a{
text-transform:uppercase;
}
@media screen and (min-width: 18.75em){
.tabs.primary a{
background:url(../../images/icons/chevron-right.svg) 99% center no-repeat;
}
[dir="rtl"] .tabs.primary a{
background:url(../../images/icons/chevron-left.svg) 1% center no-repeat;
}
}
.is-horizontal .tabs__tab{
margin:0 1px -1px;
border-bottom:1px solid #009fe3;
}
.is-horizontal .tabs__tab + .tabs__tab{
margin:0 1px -1px;
border-radius:4px 4px 0 0;
}
.is-horizontal .tabs.primary .tabs__tab:first-child,
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:first-child,
.is-horizontal .tabs.primary .tabs__tab:last-child,
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:last-child{
border-radius:4px 4px 0 0;
}
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab:last-child{
border-bottom-color:#009fe3;
}
.is-horizontal .tabs__tab.is-active,
.is-horizontal .tabs.primary .tabs__tab.is-active,
[dir="rtl"] .is-horizontal .tabs.primary .tabs__tab.is-active{
margin:0 1px -1px;
border-radius:4px 4px 0 0;
border-bottom:1px solid transparent;
}
.is-horizontal .tabs.primary a{
padding:5px 1em 5px 1em;
font-size:12px;
}
.tabs.secondary .tabs__tab.is-active{
color:#009fe3;
border-left:2px solid #009fe3;
}
.tabs.secondary .tabs__tab + .tabs__tab{
border-top:1px solid #75caee;
}
.tabs.secondary a{
padding:2px 0;
font-size:12px;
color:#07364a;
text-transform:uppercase;
}
.tabs.secondary .is-active a{
color:#009fe3;
}
.is-horizontal .tabs.secondary .tabs__tab + .tabs__tab{
border-top:0;
}
.is-horizontal .tabs.secondary .tabs__tab.is-active{
border-left-color:transparent;
}
.is-horizontal{
text-align:right;
}
.is-horizontal.position-container{
border-bottom:1px solid #009fe3;
}
.is-horizontal .tabs.primary, .is-horizontal .tabs.secondary{
display:flex;
justify-content:flex-end;
flex-wrap:wrap;
}
.block-local-tasks-block .tabs.secondary{
margin-top:0;
margin-bottom:1.5em;
}
.block-local-tasks-block.is-combined-with-breadcrumb{
margin-top:-35px;
}
.block-local-tasks-block.is-combined-with-breadcrumb .tabs.primary{
margin-top:0;
} | 0.487551 | 0.07343 |
pre .str, code .str { color: #e6db5a; } /* string */
pre .kwd, code .kwd { color: #66d9ef; } /* keyword */
pre .com, code .com { color: #75715e; font-style: italic; } /* comment */
pre .typ, code .typ { color: #66d9ef; } /* type */
pre .lit, code .lit { color: #ae81ff; } /* literal */
/*pre .pun, code .pun { color: #fff; } /* punctuation */
/*pre .pln, code .pln { color: #fff; } /* plaintext */
pre .tag, code .tag { color: #f92672; } /* html/xml tag */
pre .atn, code .atn { color: #a6e22a; } /* html/xml attribute name */
pre .atv, code .atv { color: #e6db74; } /* html/xml attribute value */
pre .dec, code .dec { color: #ae81ff; } /* decimal */
pre.prettyprint, code.prettyprint {
background-color: #272822;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
}
pre.prettyprint {
width: 100%;
margin: 1em auto;
padding: 1em;
white-space: pre-wrap;
}
pre.prettyprinted {
box-shadow:inset 0 0 1px 2px #3c3d39, 0 0 15px rgba(0,0,0,0.5);
border:1px solid #0b0c0a;
}
pre.highlight.prettyprint.prettyprinted {width: 1200px;}
/* ------------------------
//Section: class 'linenums' for line numbering
//------------------------ */
ol.linenums {
margin-top: 0;
margin-bottom: 0;
color: #75715e;
list-style: decimal inside !important;
} /* IE indents via margin-left */
/* =============================================
//Section: Print Styles (partially from Sunburn Theme)
//================================================ */
@media print {
pre.prettyprinted, pre.prettyprint, code.prettyprint {
background-color:#fff;
color:#000;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
-ms-border-radius:0;
-khtml-border-radius:0;
border-radius:0;
}
pre .str, code .str { color: #060; }
pre .kwd, code .kwd { color: #006; font-weight: bold; }
pre .com, code .com { color: #600; font-style: italic; }
pre .typ, code .typ { color: #404; font-weight: bold; }
pre .lit, code .lit { color: #044; }
pre .pun, code .pun { color: #440; }
/*pre .pln, code .pln { color: #665; }
pre .tag, code .tag { color: #006; font-weight: bold; }
pre .atn, code .atn { color: #404; }
pre .atv, code .atv { color: #060; }
pre .lineno { padding-right: 24px; color: #8f908a;}
pre .hll { background-color: #49483e }
pre .c { color: #75715e } /* Comment */
pre .err { color: #960050; background-color: #1e0010 } /* Error */
pre .k { color: #66d9ef } /* Keyword */
pre .l { color: #ae81ff } /* Literal */
pre .n { color: #f8f8f2 } /* Name */
pre .o { color: #f92672 } /* Operator */
pre .p { color: #f8f8f2 } /* Punctuation */
pre .cm { color: #75715e } /* Comment.Multiline */
pre .cp { color: #75715e } /* Comment.Preproc */
pre .c1 { color: #75715e } /* Comment.Single */
pre .cs { color: #75715e } /* Comment.Special */
pre .ge { font-style: italic } /* Generic.Emph */
pre .gs { font-weight: bold } /* Generic.Strong */
pre .kc { color: #66d9ef } /* Keyword.Constant */
pre .kd { color: #66d9ef } /* Keyword.Declaration */
pre .kn { color: #f92672 } /* Keyword.Namespace */
pre .kp { color: #66d9ef } /* Keyword.Pseudo */
pre .kr { color: #66d9ef } /* Keyword.Reserved */
pre .kt { color: #66d9ef } /* Keyword.Type */
pre .ld { color: #e6db74 } /* Literal.Date */
pre .m { color: #ae81ff } /* Literal.Number */
pre .s { color: #e6db74 } /* Literal.String */
pre .na { color: #a6e22e } /* Name.Attribute */
pre .nb { color: #f8f8f2 } /* Name.Builtin */
pre .nc { color: #a6e22e } /* Name.Class */
pre .no { color: #66d9ef } /* Name.Constant */
pre .nd { color: #a6e22e } /* Name.Decorator */
pre .ni { color: #f8f8f2 } /* Name.Entity */
pre .ne { color: #a6e22e } /* Name.Exception */
pre .nf { color: #a6e22e } /* Name.Function */
pre .nl { color: #f8f8f2 } /* Name.Label */
pre .nn { color: #f8f8f2 } /* Name.Namespace */
pre .nx { color: #a6e22e } /* Name.Other */
pre .py { color: #f8f8f2 } /* Name.Property */
pre .nt { color: #f92672 } /* Name.Tag */
pre .nv { color: #f8f8f2 } /* Name.Variable */
pre .ow { color: #f92672 } /* Operator.Word */
pre .w { color: #f8f8f2 } /* Text.Whitespace */
pre .mf { color: #ae81ff } /* Literal.Number.Float */
pre .mh { color: #ae81ff } /* Literal.Number.Hex */
pre .mi { color: #ae81ff } /* Literal.Number.Integer */
pre .mo { color: #ae81ff } /* Literal.Number.Oct */
pre .sb { color: #e6db74 } /* Literal.String.Backtick */
pre .sc { color: #e6db74 } /* Literal.String.Char */
pre .sd { color: #e6db74 } /* Literal.String.Doc */
pre .s2 { color: #e6db74 } /* Literal.String.Double */
pre .se { color: #ae81ff } /* Literal.String.Escape */
pre .sh { color: #e6db74 } /* Literal.String.Heredoc */
pre .si { color: #e6db74 } /* Literal.String.Interpol */
pre .sx { color: #e6db74 } /* Literal.String.Other */
pre .sr { color: #e6db74 } /* Literal.String.Regex */
pre .s1 { color: #e6db74 } /* Literal.String.Single */
pre .ss { color: #e6db74 } /* Literal.String.Symbol */
pre .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
pre .vc { color: #f8f8f2 } /* Name.Variable.Class */
pre .vg { color: #f8f8f2 } /* Name.Variable.Global */
pre .vi { color: #f8f8f2 } /* Name.Variable.Instance */
pre .il { color: #ae81ff } /* Literal.Number.Integer.Long */
} | assets/js/plugins/prettify.css | pre .str, code .str { color: #e6db5a; } /* string */
pre .kwd, code .kwd { color: #66d9ef; } /* keyword */
pre .com, code .com { color: #75715e; font-style: italic; } /* comment */
pre .typ, code .typ { color: #66d9ef; } /* type */
pre .lit, code .lit { color: #ae81ff; } /* literal */
/*pre .pun, code .pun { color: #fff; } /* punctuation */
/*pre .pln, code .pln { color: #fff; } /* plaintext */
pre .tag, code .tag { color: #f92672; } /* html/xml tag */
pre .atn, code .atn { color: #a6e22a; } /* html/xml attribute name */
pre .atv, code .atv { color: #e6db74; } /* html/xml attribute value */
pre .dec, code .dec { color: #ae81ff; } /* decimal */
pre.prettyprint, code.prettyprint {
background-color: #272822;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
-o-border-radius: 8px;
-ms-border-radius: 8px;
-khtml-border-radius: 8px;
border-radius: 8px;
}
pre.prettyprint {
width: 100%;
margin: 1em auto;
padding: 1em;
white-space: pre-wrap;
}
pre.prettyprinted {
box-shadow:inset 0 0 1px 2px #3c3d39, 0 0 15px rgba(0,0,0,0.5);
border:1px solid #0b0c0a;
}
pre.highlight.prettyprint.prettyprinted {width: 1200px;}
/* ------------------------
//Section: class 'linenums' for line numbering
//------------------------ */
ol.linenums {
margin-top: 0;
margin-bottom: 0;
color: #75715e;
list-style: decimal inside !important;
} /* IE indents via margin-left */
/* =============================================
//Section: Print Styles (partially from Sunburn Theme)
//================================================ */
@media print {
pre.prettyprinted, pre.prettyprint, code.prettyprint {
background-color:#fff;
color:#000;
-moz-border-radius:0;
-webkit-border-radius:0;
-o-border-radius:0;
-ms-border-radius:0;
-khtml-border-radius:0;
border-radius:0;
}
pre .str, code .str { color: #060; }
pre .kwd, code .kwd { color: #006; font-weight: bold; }
pre .com, code .com { color: #600; font-style: italic; }
pre .typ, code .typ { color: #404; font-weight: bold; }
pre .lit, code .lit { color: #044; }
pre .pun, code .pun { color: #440; }
/*pre .pln, code .pln { color: #665; }
pre .tag, code .tag { color: #006; font-weight: bold; }
pre .atn, code .atn { color: #404; }
pre .atv, code .atv { color: #060; }
pre .lineno { padding-right: 24px; color: #8f908a;}
pre .hll { background-color: #49483e }
pre .c { color: #75715e } /* Comment */
pre .err { color: #960050; background-color: #1e0010 } /* Error */
pre .k { color: #66d9ef } /* Keyword */
pre .l { color: #ae81ff } /* Literal */
pre .n { color: #f8f8f2 } /* Name */
pre .o { color: #f92672 } /* Operator */
pre .p { color: #f8f8f2 } /* Punctuation */
pre .cm { color: #75715e } /* Comment.Multiline */
pre .cp { color: #75715e } /* Comment.Preproc */
pre .c1 { color: #75715e } /* Comment.Single */
pre .cs { color: #75715e } /* Comment.Special */
pre .ge { font-style: italic } /* Generic.Emph */
pre .gs { font-weight: bold } /* Generic.Strong */
pre .kc { color: #66d9ef } /* Keyword.Constant */
pre .kd { color: #66d9ef } /* Keyword.Declaration */
pre .kn { color: #f92672 } /* Keyword.Namespace */
pre .kp { color: #66d9ef } /* Keyword.Pseudo */
pre .kr { color: #66d9ef } /* Keyword.Reserved */
pre .kt { color: #66d9ef } /* Keyword.Type */
pre .ld { color: #e6db74 } /* Literal.Date */
pre .m { color: #ae81ff } /* Literal.Number */
pre .s { color: #e6db74 } /* Literal.String */
pre .na { color: #a6e22e } /* Name.Attribute */
pre .nb { color: #f8f8f2 } /* Name.Builtin */
pre .nc { color: #a6e22e } /* Name.Class */
pre .no { color: #66d9ef } /* Name.Constant */
pre .nd { color: #a6e22e } /* Name.Decorator */
pre .ni { color: #f8f8f2 } /* Name.Entity */
pre .ne { color: #a6e22e } /* Name.Exception */
pre .nf { color: #a6e22e } /* Name.Function */
pre .nl { color: #f8f8f2 } /* Name.Label */
pre .nn { color: #f8f8f2 } /* Name.Namespace */
pre .nx { color: #a6e22e } /* Name.Other */
pre .py { color: #f8f8f2 } /* Name.Property */
pre .nt { color: #f92672 } /* Name.Tag */
pre .nv { color: #f8f8f2 } /* Name.Variable */
pre .ow { color: #f92672 } /* Operator.Word */
pre .w { color: #f8f8f2 } /* Text.Whitespace */
pre .mf { color: #ae81ff } /* Literal.Number.Float */
pre .mh { color: #ae81ff } /* Literal.Number.Hex */
pre .mi { color: #ae81ff } /* Literal.Number.Integer */
pre .mo { color: #ae81ff } /* Literal.Number.Oct */
pre .sb { color: #e6db74 } /* Literal.String.Backtick */
pre .sc { color: #e6db74 } /* Literal.String.Char */
pre .sd { color: #e6db74 } /* Literal.String.Doc */
pre .s2 { color: #e6db74 } /* Literal.String.Double */
pre .se { color: #ae81ff } /* Literal.String.Escape */
pre .sh { color: #e6db74 } /* Literal.String.Heredoc */
pre .si { color: #e6db74 } /* Literal.String.Interpol */
pre .sx { color: #e6db74 } /* Literal.String.Other */
pre .sr { color: #e6db74 } /* Literal.String.Regex */
pre .s1 { color: #e6db74 } /* Literal.String.Single */
pre .ss { color: #e6db74 } /* Literal.String.Symbol */
pre .bp { color: #f8f8f2 } /* Name.Builtin.Pseudo */
pre .vc { color: #f8f8f2 } /* Name.Variable.Class */
pre .vg { color: #f8f8f2 } /* Name.Variable.Global */
pre .vi { color: #f8f8f2 } /* Name.Variable.Instance */
pre .il { color: #ae81ff } /* Literal.Number.Integer.Long */
} | 0.277375 | 0.056133 |
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
html, body {
height:100%;
}
body{
background-color: black;
}
#all-content{
display: flex;
flex-direction: column;
height: 100%;
}
#main-content{
display: flex;
flex-direction: row;
align-items: flex-start;
height: 100%;
}
#nav.menu{
width: 200px;
height: 100%;
}
.menu a{
display: block;
padding: 10px 10px;
color: white;
text-decoration: none;
font-family: sans-serif;
}
.menu a:hover{
background: rgba(255,255,255,0.2);
}
.menu ul{
display: block;
background-color: black;
height: 100%;
}
#map{
width: 100%;
height: 100%;
background-color: #e2dce2;
}
.modal-body ul li{
list-style: none!important;
}
.modal-header h2{
font-family: 'Montserrat', sans-serif!important;
font-size: 3em!important;
}
.modal-body{
padding-top: 20px;
}
.content-modal hr{
width: 60%;
margin: 0 auto;
margin-bottom: 20px;
}
.content-modal h2{
font-family: 'Montserrat', sans-serif;
font-size: 2em;
/*background-color: #1ebbd4;*/
/*color: white;*/
margin: 0px -20px;
padding-left: 20px;
margin-bottom: 10px;
}
.content-modal p, .content-modal ul li{
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 1.3em;
}
.content-modal .content-group ul li span{
font-weight: 500;
}
.content-modal .content-group{
margin-bottom: 40px!important;
}
.content-modal .content-group .info-db{
font-style: italic;
}
.hide{
display: none;
}
.content-modal .info-db{
font-size: 0.93em;
margin-top: 80px;
}
#top-options{
text-align: center;
padding: 5px 0px;
}
#top-options span{
color: white;
margin: 0 auto;
font-family: 'Montserrat', sans-serif;
}
#top-options .myButton{
margin-left: 30px;
}
/*Estilos boton*/
.myButton {
-moz-box-shadow: 0px 1px 0px 0px #fff6af;
-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
box-shadow: 0px 1px 0px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #ffaa22;
display:inline-block;
cursor:pointer;
color:#333333;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
}
.myButton:active {
position:relative;
top:1px;
}
.data-group{
list-style: none;
padding: 10px 0px;
}
.data-group >li{
/*display: inline-block;*/
}
.categories-group{
list-style: none;
padding: 10px 0px;
}
.categories-group li{
display: inline-block;
}
.categories-group img {
width: 90%;
height: 90%;
}
img#logo{
/*background-color: rgba(255, 255, 255, 0.8);*/
padding: 10px;
}
#control-map span{
display: block;
margin-right: 5px;
}
#control-map{
width: 200px;
}
#categories{
background-color: rgba(255, 255, 255, 0.8);
padding: 10px 5px;
}
#categories span label{
font-family: 'Roboto', sans-serif!important;
font-weight: 300;
font-size: larger;
margin-left: 3px;
}
.description-group{
text-align: left;
font-size: 1em;
}
.description-group p{
font-family: 'Roboto', sans-serif!important;
font-weight: 300;
font-size: larger;
}
.content-info-marker h3{
font-family: 'Montserrat', sans-serif;
}
.content-info-marker ul.data-group li span{
font-family: 'Roboto', sans-serif!important;
font-weight: 300;
font-size: larger;
}
.leaflet-control-search .search-input{
height: 25px;
}
#categories{
display: none;
}
.content-info-marker hr{
width: 70%;
opacity: 0.4
}
#input-show-categories{
display: none;
}
.content-info-marker{
padding: 20px 5px;
}
@media (max-width: 767px) {
div.logo{
display: none;
}
} | public/assets/v4/css/style.css | *{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: sans-serif;
}
html, body {
height:100%;
}
body{
background-color: black;
}
#all-content{
display: flex;
flex-direction: column;
height: 100%;
}
#main-content{
display: flex;
flex-direction: row;
align-items: flex-start;
height: 100%;
}
#nav.menu{
width: 200px;
height: 100%;
}
.menu a{
display: block;
padding: 10px 10px;
color: white;
text-decoration: none;
font-family: sans-serif;
}
.menu a:hover{
background: rgba(255,255,255,0.2);
}
.menu ul{
display: block;
background-color: black;
height: 100%;
}
#map{
width: 100%;
height: 100%;
background-color: #e2dce2;
}
.modal-body ul li{
list-style: none!important;
}
.modal-header h2{
font-family: 'Montserrat', sans-serif!important;
font-size: 3em!important;
}
.modal-body{
padding-top: 20px;
}
.content-modal hr{
width: 60%;
margin: 0 auto;
margin-bottom: 20px;
}
.content-modal h2{
font-family: 'Montserrat', sans-serif;
font-size: 2em;
/*background-color: #1ebbd4;*/
/*color: white;*/
margin: 0px -20px;
padding-left: 20px;
margin-bottom: 10px;
}
.content-modal p, .content-modal ul li{
font-family: 'Roboto', sans-serif;
font-weight: 300;
font-size: 1.3em;
}
.content-modal .content-group ul li span{
font-weight: 500;
}
.content-modal .content-group{
margin-bottom: 40px!important;
}
.content-modal .content-group .info-db{
font-style: italic;
}
.hide{
display: none;
}
.content-modal .info-db{
font-size: 0.93em;
margin-top: 80px;
}
#top-options{
text-align: center;
padding: 5px 0px;
}
#top-options span{
color: white;
margin: 0 auto;
font-family: 'Montserrat', sans-serif;
}
#top-options .myButton{
margin-left: 30px;
}
/*Estilos boton*/
.myButton {
-moz-box-shadow: 0px 1px 0px 0px #fff6af;
-webkit-box-shadow: 0px 1px 0px 0px #fff6af;
box-shadow: 0px 1px 0px 0px #fff6af;
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23));
background:-moz-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-webkit-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-o-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:-ms-linear-gradient(top, #ffec64 5%, #ffab23 100%);
background:linear-gradient(to bottom, #ffec64 5%, #ffab23 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23',GradientType=0);
background-color:#ffec64;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
border:1px solid #ffaa22;
display:inline-block;
cursor:pointer;
color:#333333;
font-family:Arial;
font-size:15px;
font-weight:bold;
padding:6px 24px;
text-decoration:none;
text-shadow:0px 1px 0px #ffee66;
}
.myButton:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64));
background:-moz-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-webkit-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-o-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:-ms-linear-gradient(top, #ffab23 5%, #ffec64 100%);
background:linear-gradient(to bottom, #ffab23 5%, #ffec64 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64',GradientType=0);
background-color:#ffab23;
}
.myButton:active {
position:relative;
top:1px;
}
.data-group{
list-style: none;
padding: 10px 0px;
}
.data-group >li{
/*display: inline-block;*/
}
.categories-group{
list-style: none;
padding: 10px 0px;
}
.categories-group li{
display: inline-block;
}
.categories-group img {
width: 90%;
height: 90%;
}
img#logo{
/*background-color: rgba(255, 255, 255, 0.8);*/
padding: 10px;
}
#control-map span{
display: block;
margin-right: 5px;
}
#control-map{
width: 200px;
}
#categories{
background-color: rgba(255, 255, 255, 0.8);
padding: 10px 5px;
}
#categories span label{
font-family: 'Roboto', sans-serif!important;
font-weight: 300;
font-size: larger;
margin-left: 3px;
}
.description-group{
text-align: left;
font-size: 1em;
}
.description-group p{
font-family: 'Roboto', sans-serif!important;
font-weight: 300;
font-size: larger;
}
.content-info-marker h3{
font-family: 'Montserrat', sans-serif;
}
.content-info-marker ul.data-group li span{
font-family: 'Roboto', sans-serif!important;
font-weight: 300;
font-size: larger;
}
.leaflet-control-search .search-input{
height: 25px;
}
#categories{
display: none;
}
.content-info-marker hr{
width: 70%;
opacity: 0.4
}
#input-show-categories{
display: none;
}
.content-info-marker{
padding: 20px 5px;
}
@media (max-width: 767px) {
div.logo{
display: none;
}
} | 0.292595 | 0.057838 |
*{margin:0;padding:0;box-sizing: border-box;}
body{ font-family: Arial,'Microsoft YaHei'; background:#fff; font-size: 12px;color:#333; line-height:1.8;max-width: 375px;margin:0 auto;width:100%;}
a{color:#333; text-decoration: none;}
a:hover,a:active,a:focus{ background:none;text-decoration: none;color:#333; }
p,dt,ul,dl{margin:0; list-style:none;}
label{ font-weight:normal}
table{border-collapse:collapse;border-spacing:0;table-layout:fixed; }
img{border:0;}
input[type="button"], input[type="submit"], input[type="reset"] ,button{outline: none;-webkit-appearance: none;}
.clear{ clear:both; display:block;height:1px; visibility: hidden;}
.clearfix:before,.clearfix:after{content: " ";display: table;}
.clearfix:after{clear: both;}
input,textarea,select{font-family: Arial,'Microsoft YaHei';outline: none;}
input,button{border:0;background-color:transparent;}
button,input[type=button]{cursor: pointer;}
.pull-left{ float:left;}.pull-right{ float:right;}
.relative{ position:relative}
input[type=tel],input[type=text],input[type=button], input[type=submit]{-webkit-appearance: none;appearance: none;outline: none;font-family: "Helvetica Neue", Helvetica, Arial, 'Microsoft YaHei';}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none; appearance: none; margin: 0;}
input[type="checkbox"],input[type="radio"]{width:13px;height:13px;line-height:13px;margin-right:2px; vertical-align:-2px;*vertical-align:middle;_vertical-align:3px;}
/*垂直居中,水平居中*/
.valign-center{display: -webkit-box;display: -ms-flexbox; display: -webkit-flex;display: flex;
-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;
justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center;align-items: center;}
/*垂直居中*/
.valign{ display: -webkit-box;display: -ms-flexbox; display: -webkit-flex;display: flex;
-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center;align-items: center;}
.center-block{ display: block;max-width:100%;margin:0 auto;}
/*颜色*/
/*字号*/
.font12px{font-size:12px;}.font16px{font-size:16px;}.font18px{font-size:18px;}
.lh40{ line-height: 40px;}
/*间距*/
.pt10{padding-top:10px;}.pb10{padding-bottom:10px;}
.pt40{padding-top:40px;}.pl40{padding-left:40px;}.pb40{padding-bottom:40px;}
.pb20{padding-bottom:20px;}.pt20{padding-top:20px;}
//滚动条样式
.table::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track { background-color:transparent; border-radius:5px;}
::-webkit-scrollbar-thumb {background:rgba(255,255,255,0.4); border-radius:5px; }
/*banner*/
.bg_div{background: url(../images/bg.jpg) no-repeat top center; background-size:cover;}
.container{padding:0 11px;}
.container .title{background: url(../images/title.png) no-repeat center center; background-size:auto 32px; line-height: 24px;
font-weight: bold;color:#fef8f2;font-size:15px; text-align: center;padding:10px 0 5px 0;}
.container .note{background: url(../images/bg1.png) no-repeat top center; background-size: 100% auto;padding:0 10px;padding-top:35px;
}
.s1 .note{height:130px;background-image: url(../images/bg1.png);padding-top:20px;}
.s1 .note>div{flex:1;text-align: center;}
.s1 .note .div1,.s1 .note .div2{border:1px solid #fa5436;border-radius:5px;color:#fa5436; overflow: hidden;margin-left:20px;}
.s1 .note .tt{color:#fff;background: #fa5436;}
.s1 .note .div2{color:#740cc1;border-color:#740cc1;}
.s1 .note .div2 .tt{background: #740cc1;}
.s1 .note a.cash_a{font-size:15px;color:#fa5436;}
.s2 .note{height:273px;background-image: url(../images/bg2.png);}
.s3 .note{height:273px;background-image: url(../images/bg3.png);padding:0 30px;padding-top:30px;}
.s3 .t1{text-align: center;color:#740cc1;}
.s3 .t1 strong{font-size:15px;}
.s3 .t2{text-align: center;color:#999;font-size:9px;}
.s3 th{background: #fd5e2b;padding:0 10px;color:#f7ff00;font-size:9px; text-align: left;}
.s3 th:last-child{ text-align: right;}
.s3 td{background: #ffc9b2;padding:0 10px;font-size:9px;height:20px;border-bottom:1px solid #fee6d9;}
.s3 td:last-child{ text-align: right;}
.s3 .table{height:176px; overflow-y: auto;}
.s4 .note{padding-left:60px;padding-right:60px;font-size:9px;height:313px;background-image: url(../images/bg4.png);}
.s4 .note td{ vertical-align: top;}
.s4 .note .p1{color:#8215b2;font-weight: bold;}
.s4 .border{border:1px solid #c5c5c5;width:100%;margin:5px 0 5px 0;}
.s4 .border td{background: #feeeea;padding:0 5px; white-space: nowrap;border-bottom:1px solid #c5c5c5;}
.s4 .border td:nth-child(2){text-align: right;}
.s4 .border tr:nth-child(2n) td{background: #f1e0dc;}
.s4 .border tr:last-child td{border-bottom:0;}
.text1{font-size:15px; padding:2px 15px;}
.text1 a{color:#25f9fe;}
.text1 a.right{float: right;}
.text2{color:#fff;font-size:12px; text-align: center;padding:5px 11px;}
.text2 strong{color:#f7ff00;font-size:14px;}
.fixed_bottom{ position: fixed;bottom:-1px;left:0;width:100%;background: url(../images/bottom.jpg) no-repeat top center; background-size:cover;
height:40px;padding:0 10px;padding-top:6px; text-align: center;}
.fixed_bottom a{background: url(../images/btn1.png) no-repeat top center;border-radius: 30px; background-size:auto 100% ;height:34px; display: inline-block;
font-size:12px;color:#333;width:45%; text-align: center; line-height: 28px;margin-right:5px;
}
.fixed_bottom a.fx2{color:#fff;background-image: url(../images/btn2.png);margin-right:0;margin-left:5px;}
/*佣金排行榜*/
.phb_body{background: url(../images/bg2.jpg) no-repeat top center fixed; background-size: 375px auto;padding:150px 35px 0 35px;}
.top_title{text-align: center;color:#fff;background: #a22701;border-radius:5px;width:80%;margin:20px auto;}
.top_title strong{color:#00e4ff}
.phb_content{background: #fff;padding:5px 50px 20px 50px;border-radius: 5px;}
.phb_content th{padding:0 10px;font-size:12px; text-align: left;height:40px;border-bottom:1px solid #f95800;}
.phb_content td{padding:0 10px;font-size:9px;height:32px;border-bottom:1px solid #f95800;}
.phb_content td span{ display: inline-block;border-radius: 50%;width:16px;height:16px; line-height: 16px;margin-right:4px;color:#fff;background: #fc612a;text-align: center;}
.bottom_title{text-align: center;font-size:9px;color:#633401;padding:10px 0;}
/*提现记录*/
.cash_body{background: url(../images/bg3.jpg) no-repeat top center fixed; background-size: 375px auto;padding:36px;height:100%;}
.cash_title{background: url(../images/img2.jpg) no-repeat top center; background-size: 100% auto;font-size: 24px;text-align: center; line-height: 66px;color:#fffc00;font-weight: bold;}
.cash_content{height:100%;background: #fff;border-radius: 5px; width: 100%; overflow: hidden;}
.cash_content .table{height:400px; overflow-y: auto;padding:15px;}
.cash_content td{padding:0 10px;height:32px;border-bottom:1px solid #f1f1f1;}
.cash_content td span{ display: inline-block;border-radius: 50%;width:6px;height:6px; margin-right:4px;background: #8306b7;}
.cash_content tr td:last-child{text-align: right;color:#ff4100;}
/*提现弹窗*/
.cash_form{position: fixed;top:0;left:0;width:100%;height:100%; display: none;}
.mask_bg{background:rgba(0,0,0,0.5);width:100%;height:100%;}
.cash_con{width:230px; position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
background: #fff;border-radius: 5px;padding:0 25px;}
.cash_con .title{color:#740cc1;font-weight: bold;text-align: center;line-height: 35px;border-bottom:1px solid #000;}
.cash_con .tips{font-size:9px;color:#999;padding:5px 0;}
.cash_con .text{width:100%;height:50px;border:0;font-size:24px;color:#fc612a;font-weight: bold;}
.cash_con .btn{width:100%;height:35px;border:0;color:#fc612a;text-align: center;border-top:1px solid #000;border-radius: 0;}
.text::-webkit-input-placeholder{ color: #999;font-weight: normal;}
.text::-moz-placeholder{ color: #999; font-weight: normal; }
.text:-ms-input-placeholder{color: #999; font-weight: normal; } | public/share/css/style.css | *{margin:0;padding:0;box-sizing: border-box;}
body{ font-family: Arial,'Microsoft YaHei'; background:#fff; font-size: 12px;color:#333; line-height:1.8;max-width: 375px;margin:0 auto;width:100%;}
a{color:#333; text-decoration: none;}
a:hover,a:active,a:focus{ background:none;text-decoration: none;color:#333; }
p,dt,ul,dl{margin:0; list-style:none;}
label{ font-weight:normal}
table{border-collapse:collapse;border-spacing:0;table-layout:fixed; }
img{border:0;}
input[type="button"], input[type="submit"], input[type="reset"] ,button{outline: none;-webkit-appearance: none;}
.clear{ clear:both; display:block;height:1px; visibility: hidden;}
.clearfix:before,.clearfix:after{content: " ";display: table;}
.clearfix:after{clear: both;}
input,textarea,select{font-family: Arial,'Microsoft YaHei';outline: none;}
input,button{border:0;background-color:transparent;}
button,input[type=button]{cursor: pointer;}
.pull-left{ float:left;}.pull-right{ float:right;}
.relative{ position:relative}
input[type=tel],input[type=text],input[type=button], input[type=submit]{-webkit-appearance: none;appearance: none;outline: none;font-family: "Helvetica Neue", Helvetica, Arial, 'Microsoft YaHei';}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none; appearance: none; margin: 0;}
input[type="checkbox"],input[type="radio"]{width:13px;height:13px;line-height:13px;margin-right:2px; vertical-align:-2px;*vertical-align:middle;_vertical-align:3px;}
/*垂直居中,水平居中*/
.valign-center{display: -webkit-box;display: -ms-flexbox; display: -webkit-flex;display: flex;
-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;
justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center;align-items: center;}
/*垂直居中*/
.valign{ display: -webkit-box;display: -ms-flexbox; display: -webkit-flex;display: flex;
-webkit-box-pack: center;-ms-flex-pack: center;-webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center;align-items: center;}
.center-block{ display: block;max-width:100%;margin:0 auto;}
/*颜色*/
/*字号*/
.font12px{font-size:12px;}.font16px{font-size:16px;}.font18px{font-size:18px;}
.lh40{ line-height: 40px;}
/*间距*/
.pt10{padding-top:10px;}.pb10{padding-bottom:10px;}
.pt40{padding-top:40px;}.pl40{padding-left:40px;}.pb40{padding-bottom:40px;}
.pb20{padding-bottom:20px;}.pt20{padding-top:20px;}
//滚动条样式
.table::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track { background-color:transparent; border-radius:5px;}
::-webkit-scrollbar-thumb {background:rgba(255,255,255,0.4); border-radius:5px; }
/*banner*/
.bg_div{background: url(../images/bg.jpg) no-repeat top center; background-size:cover;}
.container{padding:0 11px;}
.container .title{background: url(../images/title.png) no-repeat center center; background-size:auto 32px; line-height: 24px;
font-weight: bold;color:#fef8f2;font-size:15px; text-align: center;padding:10px 0 5px 0;}
.container .note{background: url(../images/bg1.png) no-repeat top center; background-size: 100% auto;padding:0 10px;padding-top:35px;
}
.s1 .note{height:130px;background-image: url(../images/bg1.png);padding-top:20px;}
.s1 .note>div{flex:1;text-align: center;}
.s1 .note .div1,.s1 .note .div2{border:1px solid #fa5436;border-radius:5px;color:#fa5436; overflow: hidden;margin-left:20px;}
.s1 .note .tt{color:#fff;background: #fa5436;}
.s1 .note .div2{color:#740cc1;border-color:#740cc1;}
.s1 .note .div2 .tt{background: #740cc1;}
.s1 .note a.cash_a{font-size:15px;color:#fa5436;}
.s2 .note{height:273px;background-image: url(../images/bg2.png);}
.s3 .note{height:273px;background-image: url(../images/bg3.png);padding:0 30px;padding-top:30px;}
.s3 .t1{text-align: center;color:#740cc1;}
.s3 .t1 strong{font-size:15px;}
.s3 .t2{text-align: center;color:#999;font-size:9px;}
.s3 th{background: #fd5e2b;padding:0 10px;color:#f7ff00;font-size:9px; text-align: left;}
.s3 th:last-child{ text-align: right;}
.s3 td{background: #ffc9b2;padding:0 10px;font-size:9px;height:20px;border-bottom:1px solid #fee6d9;}
.s3 td:last-child{ text-align: right;}
.s3 .table{height:176px; overflow-y: auto;}
.s4 .note{padding-left:60px;padding-right:60px;font-size:9px;height:313px;background-image: url(../images/bg4.png);}
.s4 .note td{ vertical-align: top;}
.s4 .note .p1{color:#8215b2;font-weight: bold;}
.s4 .border{border:1px solid #c5c5c5;width:100%;margin:5px 0 5px 0;}
.s4 .border td{background: #feeeea;padding:0 5px; white-space: nowrap;border-bottom:1px solid #c5c5c5;}
.s4 .border td:nth-child(2){text-align: right;}
.s4 .border tr:nth-child(2n) td{background: #f1e0dc;}
.s4 .border tr:last-child td{border-bottom:0;}
.text1{font-size:15px; padding:2px 15px;}
.text1 a{color:#25f9fe;}
.text1 a.right{float: right;}
.text2{color:#fff;font-size:12px; text-align: center;padding:5px 11px;}
.text2 strong{color:#f7ff00;font-size:14px;}
.fixed_bottom{ position: fixed;bottom:-1px;left:0;width:100%;background: url(../images/bottom.jpg) no-repeat top center; background-size:cover;
height:40px;padding:0 10px;padding-top:6px; text-align: center;}
.fixed_bottom a{background: url(../images/btn1.png) no-repeat top center;border-radius: 30px; background-size:auto 100% ;height:34px; display: inline-block;
font-size:12px;color:#333;width:45%; text-align: center; line-height: 28px;margin-right:5px;
}
.fixed_bottom a.fx2{color:#fff;background-image: url(../images/btn2.png);margin-right:0;margin-left:5px;}
/*佣金排行榜*/
.phb_body{background: url(../images/bg2.jpg) no-repeat top center fixed; background-size: 375px auto;padding:150px 35px 0 35px;}
.top_title{text-align: center;color:#fff;background: #a22701;border-radius:5px;width:80%;margin:20px auto;}
.top_title strong{color:#00e4ff}
.phb_content{background: #fff;padding:5px 50px 20px 50px;border-radius: 5px;}
.phb_content th{padding:0 10px;font-size:12px; text-align: left;height:40px;border-bottom:1px solid #f95800;}
.phb_content td{padding:0 10px;font-size:9px;height:32px;border-bottom:1px solid #f95800;}
.phb_content td span{ display: inline-block;border-radius: 50%;width:16px;height:16px; line-height: 16px;margin-right:4px;color:#fff;background: #fc612a;text-align: center;}
.bottom_title{text-align: center;font-size:9px;color:#633401;padding:10px 0;}
/*提现记录*/
.cash_body{background: url(../images/bg3.jpg) no-repeat top center fixed; background-size: 375px auto;padding:36px;height:100%;}
.cash_title{background: url(../images/img2.jpg) no-repeat top center; background-size: 100% auto;font-size: 24px;text-align: center; line-height: 66px;color:#fffc00;font-weight: bold;}
.cash_content{height:100%;background: #fff;border-radius: 5px; width: 100%; overflow: hidden;}
.cash_content .table{height:400px; overflow-y: auto;padding:15px;}
.cash_content td{padding:0 10px;height:32px;border-bottom:1px solid #f1f1f1;}
.cash_content td span{ display: inline-block;border-radius: 50%;width:6px;height:6px; margin-right:4px;background: #8306b7;}
.cash_content tr td:last-child{text-align: right;color:#ff4100;}
/*提现弹窗*/
.cash_form{position: fixed;top:0;left:0;width:100%;height:100%; display: none;}
.mask_bg{background:rgba(0,0,0,0.5);width:100%;height:100%;}
.cash_con{width:230px; position: absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);
background: #fff;border-radius: 5px;padding:0 25px;}
.cash_con .title{color:#740cc1;font-weight: bold;text-align: center;line-height: 35px;border-bottom:1px solid #000;}
.cash_con .tips{font-size:9px;color:#999;padding:5px 0;}
.cash_con .text{width:100%;height:50px;border:0;font-size:24px;color:#fc612a;font-weight: bold;}
.cash_con .btn{width:100%;height:35px;border:0;color:#fc612a;text-align: center;border-top:1px solid #000;border-radius: 0;}
.text::-webkit-input-placeholder{ color: #999;font-weight: normal;}
.text::-moz-placeholder{ color: #999; font-weight: normal; }
.text:-ms-input-placeholder{color: #999; font-weight: normal; } | 0.18881 | 0.049982 |
@namespace svg "http://www.w3.org/2000/svg";
:not(svg|*) {
all : initial;
all : unset;
}
:not(svg|*) {
/* NOTE: https://bugs.chromium.org/p/chromium/issues/detail?id=420781 */
-webkit-text-fill-color : currentcolor;
-webkit-text-stroke-color : currentcolor;
/* NOTE: https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust */
text-size-adjust : 100%;
-webkit-text-size-adjust : 100%;
-ms-text-size-adjust : 100%;
/* NOTE: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-overflow-scrolling */
-webkit-overflow-scrolling : touch;
}
:not(svg|*),
:not(svg|*)::before,
:not(svg|*)::after,
:not(svg|*)::marker,
:not(svg|*)::placeholder,
:not(svg|*)::selection,
:not(svg|*)::text-target {
display : inline-block;
display : inline flow-root;
position : static;
margin : 0px;
padding : 0px;
width : auto;
height : auto;
overflow : hidden;
}
html:root {
display : block;
display : flow-root;
display : block flow-root;
position : static;
margin : 0px;
padding : 0px;
width : auto;
height : auto;
max-width : 100vw;
max-height : 100vh;
overflow : auto;
}
html:root > body {
display : block;
display : flow-root;
display : block flow-root;
position : static;
margin : 0px;
padding : 0px;
width : auto;
height : auto;
overflow : hidden;
}
html:root > head,
html:root > body style,
html:root > body script {
display : none;
}
:not(svg|*),
:not(svg|*)::before,
:not(svg|*)::after,
:not(svg|*)::marker,
:not(svg|*)::placeholder,
:not(svg|*)::selection,
:not(svg|*)::text-target {
font-family : inherit;
font-size : inherit;
font-size-adjust : inherit;
font-weight : inherit;
font-stretch : inherit;
font-variant : inherit;
word-break : inherit;
overflow-wrap : inherit;
white-space : inherit;
word-spacing : inherit;
letter-spacing : inherit;
line-height : inherit;
text-decoration : inherit;
text-align : inherit;
vertical-align : inherit;
color : inherit;
background : transparent;
cursor : inherit;
}
html:root {
font-family : monospace;
font-size : 16px;
font-size-adjust : none;
font-weight : normal;
font-stretch : normal;
font-variant : normal;
word-break : normal;
overflow-wrap : anywhere;
white-space : normal;
word-spacing : 0px;
letter-spacing : 0px;
line-height : 24px;
text-decoration : none;
text-align : left;
vertical-align : bottom;
color : magenta;
background : brown;
cursor : default;
}
:not(svg|*) {
box-sizing : border-box;
list-style : none;
}
:not(svg|*) {
border : none;
border-width : 0px;
border-style : none;
border-color : magenta;
}
:not(svg|*) {
outline : none;
outline-width : 0px;
outline-style : none;
outline-color : magenta;
} | sources/embedded/assets/css/reset.css |
@namespace svg "http://www.w3.org/2000/svg";
:not(svg|*) {
all : initial;
all : unset;
}
:not(svg|*) {
/* NOTE: https://bugs.chromium.org/p/chromium/issues/detail?id=420781 */
-webkit-text-fill-color : currentcolor;
-webkit-text-stroke-color : currentcolor;
/* NOTE: https://developer.mozilla.org/en-US/docs/Web/CSS/text-size-adjust */
text-size-adjust : 100%;
-webkit-text-size-adjust : 100%;
-ms-text-size-adjust : 100%;
/* NOTE: https://developer.mozilla.org/en-US/docs/Web/CSS/-webkit-overflow-scrolling */
-webkit-overflow-scrolling : touch;
}
:not(svg|*),
:not(svg|*)::before,
:not(svg|*)::after,
:not(svg|*)::marker,
:not(svg|*)::placeholder,
:not(svg|*)::selection,
:not(svg|*)::text-target {
display : inline-block;
display : inline flow-root;
position : static;
margin : 0px;
padding : 0px;
width : auto;
height : auto;
overflow : hidden;
}
html:root {
display : block;
display : flow-root;
display : block flow-root;
position : static;
margin : 0px;
padding : 0px;
width : auto;
height : auto;
max-width : 100vw;
max-height : 100vh;
overflow : auto;
}
html:root > body {
display : block;
display : flow-root;
display : block flow-root;
position : static;
margin : 0px;
padding : 0px;
width : auto;
height : auto;
overflow : hidden;
}
html:root > head,
html:root > body style,
html:root > body script {
display : none;
}
:not(svg|*),
:not(svg|*)::before,
:not(svg|*)::after,
:not(svg|*)::marker,
:not(svg|*)::placeholder,
:not(svg|*)::selection,
:not(svg|*)::text-target {
font-family : inherit;
font-size : inherit;
font-size-adjust : inherit;
font-weight : inherit;
font-stretch : inherit;
font-variant : inherit;
word-break : inherit;
overflow-wrap : inherit;
white-space : inherit;
word-spacing : inherit;
letter-spacing : inherit;
line-height : inherit;
text-decoration : inherit;
text-align : inherit;
vertical-align : inherit;
color : inherit;
background : transparent;
cursor : inherit;
}
html:root {
font-family : monospace;
font-size : 16px;
font-size-adjust : none;
font-weight : normal;
font-stretch : normal;
font-variant : normal;
word-break : normal;
overflow-wrap : anywhere;
white-space : normal;
word-spacing : 0px;
letter-spacing : 0px;
line-height : 24px;
text-decoration : none;
text-align : left;
vertical-align : bottom;
color : magenta;
background : brown;
cursor : default;
}
:not(svg|*) {
box-sizing : border-box;
list-style : none;
}
:not(svg|*) {
border : none;
border-width : 0px;
border-style : none;
border-color : magenta;
}
:not(svg|*) {
outline : none;
outline-width : 0px;
outline-style : none;
outline-color : magenta;
} | 0.303629 | 0.205037 |
.aquaPaleGreen4,
.hover_aquaPaleGreen4:hover,
.active_aquaPaleGreen4:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(100, 248, 83, .39),
inset 0 -0.5em 0.9em 0 #c5ffb3,
inset 0 -0.5em 0em 0.65em rgb(45, 255, 26),
inset 0 0em 0.5em 2em rgb(178, 236, 172);
-moz-box-shadow: 0 0.63em 0.75em rgba(100, 248, 83, .39),
inset 0 -0.5em 0.9em 0 #c5ffb3,
inset 0 -0.5em 0em 0.65em rgb(45, 255, 26),
inset 0 0em 0.5em 2em rgb(178, 236, 172);
box-shadow: 0 0.63em 0.75em rgba(100, 248, 83, .39),
inset 0 -0.5em 0.9em 0 #c5ffb3,
inset 0 -0.5em 0em 0.65em rgb(45, 255, 26),
inset 0 0em 0.5em 2em rgb(178, 236, 172);
}
.aquaPaleGreen4h,
.hover_aquaPaleGreen4h:hover,
.active_aquaPaleGreen4h:active {
-webkit-box-shadow:0 0.63em 1em rgba(122, 249, 108, .55),
inset 0 -0.5em 0.9em 0 #ecffe6,
inset 0 -0.5em 0em 0.65em #8aff80,
inset 0 0em 0.5em 2em #e9fde7;
-moz-box-shadow:0 0.63em 1em rgba(122, 249, 108, .55),
inset 0 -0.5em 0.9em 0 #ecffe6,
inset 0 -0.5em 0em 0.65em #8aff80,
inset 0 0em 0.5em 2em #e9fde7;
box-shadow:0 0.63em 1em rgba(122, 249, 108, .55),
inset 0 -0.5em 0.9em 0 #ecffe6,
inset 0 -0.5em 0em 0.65em #8aff80,
inset 0 0em 0.5em 2em #e9fde7;
}
.aquaPaleGreen4a,
.hover_aquaPaleGreen4a:hover,
.active_aquaPaleGreen4a:active {
/*background: #09ec09;*/
-webkit-box-shadow:0 0.63em 1em rgba(49, 255, 26, .55),
inset 0 -0.5em 0.9em 0 #d8ffcc,
inset 0 -0.5em 0em 0.65em #57ff48,
inset 0 0em 0.5em 2em #a2ff99;
-moz-box-shadow:0 0.63em 1em rgba(49, 255, 26, .55),
inset 0 -0.5em 0.9em 0 #d8ffcc,
inset 0 -0.5em 0em 0.65em #57ff48,
inset 0 0em 0.5em 2em #a2ff99;
box-shadow:0 0.63em 1em rgba(49, 255, 26, .55),
inset 0 -0.5em 0.9em 0 #d8ffcc,
inset 0 -0.5em 0em 0.65em #57ff48,
inset 0 0em 0.5em 2em #a2ff99;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaPaleGreen4,
.hover_color_aquaPaleGreen4:hover,
.active_color_aquaPaleGreen4:active {
color: #282828;
}
.color_aquaPaleGreen4h,
.hover_color_aquaPaleGreen4h:hover,
.active_color_aquaPaleGreen4h:active {
color: #282828;
}
.color_aquaPaleGreen4a,
.hover_color_aquaPaleGreen4a:hover,
.active_color_aquaPaleGreen4a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaPaleGreen4,
.hover_border_aquaPaleGreen4:hover,
.active_border_aquaPaleGreen4:active {
border-color: #09ec09 #09ec09 #09ec09 #09ec09;
}
.border_aquaPaleGreen4h,
.hover_border_aquaPaleGreen4h:hover,
.active_border_aquaPaleGreen4h:active {
border-color: #09ec09 #09ec09 #09ec09 #09ec09;
}
.border_aquaPaleGreen4a,
.hover_border_aquaPaleGreen4a:hover,
.active_border_aquaPaleGreen4a:active {
border-color: #09ec09 #09ec09 #09ec09 #09ec09;
} | widgets/common/assets/shadows/aqua/aquaPaleGreen/aquaPaleGreen4.css | .aquaPaleGreen4,
.hover_aquaPaleGreen4:hover,
.active_aquaPaleGreen4:active {
-webkit-box-shadow: 0 0.63em 0.75em rgba(100, 248, 83, .39),
inset 0 -0.5em 0.9em 0 #c5ffb3,
inset 0 -0.5em 0em 0.65em rgb(45, 255, 26),
inset 0 0em 0.5em 2em rgb(178, 236, 172);
-moz-box-shadow: 0 0.63em 0.75em rgba(100, 248, 83, .39),
inset 0 -0.5em 0.9em 0 #c5ffb3,
inset 0 -0.5em 0em 0.65em rgb(45, 255, 26),
inset 0 0em 0.5em 2em rgb(178, 236, 172);
box-shadow: 0 0.63em 0.75em rgba(100, 248, 83, .39),
inset 0 -0.5em 0.9em 0 #c5ffb3,
inset 0 -0.5em 0em 0.65em rgb(45, 255, 26),
inset 0 0em 0.5em 2em rgb(178, 236, 172);
}
.aquaPaleGreen4h,
.hover_aquaPaleGreen4h:hover,
.active_aquaPaleGreen4h:active {
-webkit-box-shadow:0 0.63em 1em rgba(122, 249, 108, .55),
inset 0 -0.5em 0.9em 0 #ecffe6,
inset 0 -0.5em 0em 0.65em #8aff80,
inset 0 0em 0.5em 2em #e9fde7;
-moz-box-shadow:0 0.63em 1em rgba(122, 249, 108, .55),
inset 0 -0.5em 0.9em 0 #ecffe6,
inset 0 -0.5em 0em 0.65em #8aff80,
inset 0 0em 0.5em 2em #e9fde7;
box-shadow:0 0.63em 1em rgba(122, 249, 108, .55),
inset 0 -0.5em 0.9em 0 #ecffe6,
inset 0 -0.5em 0em 0.65em #8aff80,
inset 0 0em 0.5em 2em #e9fde7;
}
.aquaPaleGreen4a,
.hover_aquaPaleGreen4a:hover,
.active_aquaPaleGreen4a:active {
/*background: #09ec09;*/
-webkit-box-shadow:0 0.63em 1em rgba(49, 255, 26, .55),
inset 0 -0.5em 0.9em 0 #d8ffcc,
inset 0 -0.5em 0em 0.65em #57ff48,
inset 0 0em 0.5em 2em #a2ff99;
-moz-box-shadow:0 0.63em 1em rgba(49, 255, 26, .55),
inset 0 -0.5em 0.9em 0 #d8ffcc,
inset 0 -0.5em 0em 0.65em #57ff48,
inset 0 0em 0.5em 2em #a2ff99;
box-shadow:0 0.63em 1em rgba(49, 255, 26, .55),
inset 0 -0.5em 0.9em 0 #d8ffcc,
inset 0 -0.5em 0em 0.65em #57ff48,
inset 0 0em 0.5em 2em #a2ff99;
}
/* ------------------------------ color settings ----------------------------*/
.color_aquaPaleGreen4,
.hover_color_aquaPaleGreen4:hover,
.active_color_aquaPaleGreen4:active {
color: #282828;
}
.color_aquaPaleGreen4h,
.hover_color_aquaPaleGreen4h:hover,
.active_color_aquaPaleGreen4h:active {
color: #282828;
}
.color_aquaPaleGreen4a,
.hover_color_aquaPaleGreen4a:hover,
.active_color_aquaPaleGreen4a:active {
color: #282828;
}
/* -------------------------- border settings --------------------------------*/
.border_aquaPaleGreen4,
.hover_border_aquaPaleGreen4:hover,
.active_border_aquaPaleGreen4:active {
border-color: #09ec09 #09ec09 #09ec09 #09ec09;
}
.border_aquaPaleGreen4h,
.hover_border_aquaPaleGreen4h:hover,
.active_border_aquaPaleGreen4h:active {
border-color: #09ec09 #09ec09 #09ec09 #09ec09;
}
.border_aquaPaleGreen4a,
.hover_border_aquaPaleGreen4a:hover,
.active_border_aquaPaleGreen4a:active {
border-color: #09ec09 #09ec09 #09ec09 #09ec09;
} | 0.353205 | 0.299035 |
html, body {
margin: 0;
padding: 0;
background: #222;
color: #EEE;
}
.marginR-25 {
margin-right: 25px;
}
.floatR {
float: right;
}
.floatL {
float: left;
}
.textR {
text-align: right;
}
.textC {
text-align: center;
}
.btn-xsm {
border-radius: 5px;
font-size: 12px;
line-height: 1.25;
padding: 1px 5px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
div.modal-content{
background-color: #333;
}
form input{
color: #333;
width: 100%;
}
form textarea{
color: #333;
width: 100%;
resize: none;
height: 90px;
}
@media (max-width:768px){
.col-xs-0 {
display: none;
}
}
@media (max-width:992px){
.col-sm-0 {
display: none;
}
}
@media (max-width:1150px){
.col-md-0 {
display: none;
}
}
.wrapper {
min-height: 100%;
position: absolute;
width: 100%;
}
/* header */
#header {
border-bottom: 2px solid #EEE;
}
img.rht {
background: #EEE;
}
.socialButtons {
z-index: 1000;
height: 15px;
}
.socialButtons div {
float: right !important;
display: inline;
}
.height-30 {
height: 30px;
}
/* content */
#content {
margin-top: 5px;
margin-bottom: 5px;
}
#content p {
margin: 0 0 0 15px;
}
.cert {
width: 200px;
display: block;
margin: 10px 10px;
}
@media (min-width:510px) {
.footerSpace {
height: 120px;
}
}
@media (max-width:509px) {
.footerSpace{
height: 160px;
}
}
@media (max-width:479px) {
.footerSpace{
height: 180px;
}
}
#tasksDiv {
height: 100%;
}
/* footer */
#footer {
background: #222;
margin-top: 25px;
margin-bottom: 25px;
bottom: 0px;
position: absolute;
}
@media (max-width: 991px) {
#footer {
width: 100%;
}
}
#footer hr {
border: none;
height: 10px;
/* Set the hr color */
color: #EEE; /* old IE */
background: -webkit-linear-gradient(#EEE, #444); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#EEE, #444); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#EEE, #444); /* For Firefox 3.6 to 15 */
background: linear-gradient(#EEE, #444); /* Standard syntax */
border-radius: 10px;
margin: 0;
}
.nav {
font-size: 200%;
}
.nav a {
color: #EEE;
}
.nav ul {
padding: 0;
width: 100%;
text-align: center;
}
.nav ul li {
display: inline-block;
}
.nav a:link, .nav a:visited {
color: #EEE;
text-decoration: none;
}
.nav a:hover {
color: #00A;
}
.nav a.fa {
margin: 5px 50%;
}
.nav a.selected {
color: #555;
}
@media (max-width: 479px) {
.col-xxs-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
} | css/main.css | html, body {
margin: 0;
padding: 0;
background: #222;
color: #EEE;
}
.marginR-25 {
margin-right: 25px;
}
.floatR {
float: right;
}
.floatL {
float: left;
}
.textR {
text-align: right;
}
.textC {
text-align: center;
}
.btn-xsm {
border-radius: 5px;
font-size: 12px;
line-height: 1.25;
padding: 1px 5px;
}
.no-gutters {
margin-right: 0;
margin-left: 0;
}
div.modal-content{
background-color: #333;
}
form input{
color: #333;
width: 100%;
}
form textarea{
color: #333;
width: 100%;
resize: none;
height: 90px;
}
@media (max-width:768px){
.col-xs-0 {
display: none;
}
}
@media (max-width:992px){
.col-sm-0 {
display: none;
}
}
@media (max-width:1150px){
.col-md-0 {
display: none;
}
}
.wrapper {
min-height: 100%;
position: absolute;
width: 100%;
}
/* header */
#header {
border-bottom: 2px solid #EEE;
}
img.rht {
background: #EEE;
}
.socialButtons {
z-index: 1000;
height: 15px;
}
.socialButtons div {
float: right !important;
display: inline;
}
.height-30 {
height: 30px;
}
/* content */
#content {
margin-top: 5px;
margin-bottom: 5px;
}
#content p {
margin: 0 0 0 15px;
}
.cert {
width: 200px;
display: block;
margin: 10px 10px;
}
@media (min-width:510px) {
.footerSpace {
height: 120px;
}
}
@media (max-width:509px) {
.footerSpace{
height: 160px;
}
}
@media (max-width:479px) {
.footerSpace{
height: 180px;
}
}
#tasksDiv {
height: 100%;
}
/* footer */
#footer {
background: #222;
margin-top: 25px;
margin-bottom: 25px;
bottom: 0px;
position: absolute;
}
@media (max-width: 991px) {
#footer {
width: 100%;
}
}
#footer hr {
border: none;
height: 10px;
/* Set the hr color */
color: #EEE; /* old IE */
background: -webkit-linear-gradient(#EEE, #444); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#EEE, #444); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#EEE, #444); /* For Firefox 3.6 to 15 */
background: linear-gradient(#EEE, #444); /* Standard syntax */
border-radius: 10px;
margin: 0;
}
.nav {
font-size: 200%;
}
.nav a {
color: #EEE;
}
.nav ul {
padding: 0;
width: 100%;
text-align: center;
}
.nav ul li {
display: inline-block;
}
.nav a:link, .nav a:visited {
color: #EEE;
text-decoration: none;
}
.nav a:hover {
color: #00A;
}
.nav a.fa {
margin: 5px 50%;
}
.nav a.selected {
color: #555;
}
@media (max-width: 479px) {
.col-xxs-12 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
} | 0.405213 | 0.092033 |
html{
margin: 0 !important;
padding: 0 !important;
}
@font-face {
font-family: "Apercu";
src: url("ApercuRegular400.otf");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Muli";
src: url("Muli.ttf");
font-weight: 400;
font-style: normal;
}
body {
background-color: #fff;
}
blockquote {
background-color: #f1efff;
}
thead {
background-color: #f1efff;
}
h1, h2, h3, h4 {
font-family: 'Muli',-apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Helvetica Neue','Arial','Noto Sans',sans-serif;
}
h1 {
font-size: 2.0rem;
line-height: 2.8rem;
font-weight: 800;
background-image: linear-gradient(90deg,var(--theme-ui-colors-purple-60,#663399),var(--theme-ui-colors-magenta-50,#bc027f),var(--theme-ui-colors-orange-70,#f67300));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
p, li {
font-size: 1.0rem;
line-height: 1.6rem;
font-family: 'Apercu', sans-serif;
font-weight: 400;
font-style: normal;
color: rgb(78, 79, 82);
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
}
aside {
background-color: #f5f5f5;
padding: 20px !important;
}
aside[class*="-Aside"] > ul > li {
font-size: 0.9rem;
}
.langSelectButton {
background-color: #fff;
border-radius: 4px;
}
.langSelectButton > button {
color: #725CF6;
}
.demo-btn {
background-color: #725CF6;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 4px;
}
.sidebar > div > div {
border-bottom: 1px dashed #ddd;
}
.sidebar li {
margin-bottom: 5px;
}
.sidebar li a {
width: 100%;
font-size: 0.9rem;
}
.sidebar div[class*="-CategoryTitle"] {
font-size: 13px;
}
.sidebar li[class*="-StyledListItem"] a.active {
background-color: #fff;
}
.header-elements {
margin-left: auto;
vertical-align: middle;
align-items: center;
}
.header-elements a {
color: #3f20ba;
text-decoration: none;
margin-left: 1rem;
float: left;
vertical-align: middle;
align-items: center;
}
.header-elements .button {
background-color: #725CF6;
padding: 4px 10px;
border-radius: 4px;
color: #fff;
}
.gatsby-highlight pre[class*="language-"]{
overflow-x: scroll;
overflow-y: hidden;
width: 100%;
}
.gatsby-highlight pre[class*="language-"]::-webkit-scrollbar {
height: 5px;
}
/* Track */
.gatsby-highlight pre[class*="language-"]::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
}
/* Handle */
.gatsby-highlight pre[class*="language-"]::-webkit-scrollbar-thumb {
background: grey;
border-radius: 10px;
}
/* Handle on hover */
.gatsby-highlight pre[class*="language-"]::-webkit-scrollbar-thumb:hover {
background: grey;
}
pre[class*="language-"], code[class*="language-"] {
font-size: 12px;
}
aside li {
color: rgb(100, 100, 100);
}
aside > li > a {
font-size: 0.2rem;
}
aside li>a:hover {
color: #3f20ba;
}
aside li.active > a {
font-weight: normal;
}
blockquote > p, blockquote > ul, blockquote > ol {
font-size: 0.9rem;
}
blockquote > p:last-child, blockquote > ul:last-child, blockquote > ol:last-child {
color: #6f65aa;
}
td {
padding: 10px !important;
}
.gatsby-highlight > button {
background-color: #3f20ba;
border-radius: 4px;
color: #fff;
}
.screenshot {
width: 30%;
float: left;
margin-right: 1rem;
}
url {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #4f5c5d;
font-size: 1.1em;
font-family: monospace;
margin: 6px 0 30px;
line-height: 24px;
}
url[patch]:before {
content: "PATCH";
background: #909296;
}
url[delete]:before {
content: "DELETE";
background: #eb927c;
}
url[post]:before {
content: "POST";
background: #6c9fff;
}
url[get]:before {
content: "GET";
background: #08ca73;
}
url[put]:before {
content: "PUT";
background: #909296;
}
url:before {
border-radius: 2px 0 0 2px;
font-size: 12px;
font-weight: 600;
letter-spacing: .3px;
color: #fff;
padding: 0 10px;
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
url[patch] .ib {
background: rgba(100, 101, 102, 0.1);
border-color: rgba(51, 52, 54, 0.6);
}
url[delete] .ib {
background: rgba(248, 152, 135, 0.1);
border-color: rgba(223, 124, 94, 0.6);
}
url[post] .ib {
background: rgba(108,159,255,0.1);
border-color: rgba(108,159,255,0.6);
}
url[get] .ib {
background: rgba(8,202,115,0.1);
border-color: rgba(8,202,115,0.6);
}
url[put] .ib {
background: rgba(8,202,115,0.1);
border-color: rgba(8,202,115,0.6);
}
url .ib {
word-break: break-all;
padding: 0 12px;
border-width: 1px;
border-style: solid;
line-height: 22px;
border-radius: 0 2px 2px 0;
border-left: 0;
}
.ib {
display: inline-block;
}
.left-side{
width: 60%;
padding: 0px 20px;
}
.right-code{
width: 40%;
float: right;
height: 100%;
z-index: 10;
padding-bottom: 4em;
}
.full-side{
display: flex;
height: 100%;
padding-top: 4em;
}
.content-wrapper{
display: flex;
flex-direction: column;
}
.ml-60{
margin-left: 60%;
}
.header-wrapper{
width: 60%;
padding-left: 20px;
padding-right: 20px;
}
main > div{
padding : 40px 0px 0px 0px !important;
}
main{
position: relative;
}
body > div > div > div{
margin: 0 !important;
max-width: 100% !important;
}
.right-component ~nav{
width: 60%;
}
nav{
padding: 50px 20px 30px 20px !important;
}
nav a {
padding-bottom: 20px;
}
header{
z-index: 100 !important;
}
.gatsby-highlight > div{
border: none !important;
}
.sidebar li a {
font-size: 0.8rem;
}
.right-component{
background-color: #f1efff;
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
width: 40%;
content: '';
height: 100%;
}
.pl-20{
padding-left: 20px;
}
.pr-20{
padding-right: 20px;
}
aside{
width: 270px !important;
}
aside::-webkit-scrollbar {
width: 5px;
}
/* Track */
aside::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
}
/* Handle */
aside::-webkit-scrollbar-thumb {
background: grey;
border-radius: 10px;
}
/* Handle on hover */
aside::-webkit-scrollbar-thumb:hover {
background: grey;
}
.right-code p , .right-code h3, .right-code h4, .right-code h5, .right-code h6{
padding: 0px 20px ;
}
#gatsby-focus-wrapper div[class*="-Wrapper"]{
z-index: 100 !important;
}
@media only screen and (max-width: 1000px){
aside{
opacity: 0;
visibility: hidden;
width: 0px !important;
padding: 0 !important;
}
}
@media only screen and (max-width: 700px){
.left-side{
width: 100%;
padding: 0px 20px;
}
.right-component{
display: none;
}
.right-code p , .right-code h3, .right-code h4, .right-code h5, .right-code h6{
padding: 0px 0px ;
}
.header-wrapper {
width: 100%;
}
.right-code{
width: 100%;
float: initial;
height: 100%;
z-index: 0;
padding: 20px;
}
.full-side{
display: flex;
height: 100%;
flex-direction: column;
padding-top: 1em;
}
main > div::after{
content:none;
}
body > div > div > div{
margin: 0 !important;
max-width: 100% !important;
}
nav[class*="Container"]{
width: 100%;
padding: 0px 20px !important;
}
nav[class*="Container"] a {
padding-bottom: 20px;
}
header{
z-index: 100 !important;
}
.gatsby-highlight > div{
border: 1px solid rgb(231, 228, 228) !important;
}
.sidebar li a {
font-size: 0.8rem;
}
.ml-60{
margin-left: 0px;
}
} | src/styles/global.css | html{
margin: 0 !important;
padding: 0 !important;
}
@font-face {
font-family: "Apercu";
src: url("ApercuRegular400.otf");
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "Muli";
src: url("Muli.ttf");
font-weight: 400;
font-style: normal;
}
body {
background-color: #fff;
}
blockquote {
background-color: #f1efff;
}
thead {
background-color: #f1efff;
}
h1, h2, h3, h4 {
font-family: 'Muli',-apple-system,'BlinkMacSystemFont','Segoe UI','Roboto','Helvetica Neue','Arial','Noto Sans',sans-serif;
}
h1 {
font-size: 2.0rem;
line-height: 2.8rem;
font-weight: 800;
background-image: linear-gradient(90deg,var(--theme-ui-colors-purple-60,#663399),var(--theme-ui-colors-magenta-50,#bc027f),var(--theme-ui-colors-orange-70,#f67300));
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
p, li {
font-size: 1.0rem;
line-height: 1.6rem;
font-family: 'Apercu', sans-serif;
font-weight: 400;
font-style: normal;
color: rgb(78, 79, 82);
text-rendering: optimizelegibility;
-webkit-font-smoothing: antialiased;
}
aside {
background-color: #f5f5f5;
padding: 20px !important;
}
aside[class*="-Aside"] > ul > li {
font-size: 0.9rem;
}
.langSelectButton {
background-color: #fff;
border-radius: 4px;
}
.langSelectButton > button {
color: #725CF6;
}
.demo-btn {
background-color: #725CF6;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 4px;
}
.sidebar > div > div {
border-bottom: 1px dashed #ddd;
}
.sidebar li {
margin-bottom: 5px;
}
.sidebar li a {
width: 100%;
font-size: 0.9rem;
}
.sidebar div[class*="-CategoryTitle"] {
font-size: 13px;
}
.sidebar li[class*="-StyledListItem"] a.active {
background-color: #fff;
}
.header-elements {
margin-left: auto;
vertical-align: middle;
align-items: center;
}
.header-elements a {
color: #3f20ba;
text-decoration: none;
margin-left: 1rem;
float: left;
vertical-align: middle;
align-items: center;
}
.header-elements .button {
background-color: #725CF6;
padding: 4px 10px;
border-radius: 4px;
color: #fff;
}
.gatsby-highlight pre[class*="language-"]{
overflow-x: scroll;
overflow-y: hidden;
width: 100%;
}
.gatsby-highlight pre[class*="language-"]::-webkit-scrollbar {
height: 5px;
}
/* Track */
.gatsby-highlight pre[class*="language-"]::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
}
/* Handle */
.gatsby-highlight pre[class*="language-"]::-webkit-scrollbar-thumb {
background: grey;
border-radius: 10px;
}
/* Handle on hover */
.gatsby-highlight pre[class*="language-"]::-webkit-scrollbar-thumb:hover {
background: grey;
}
pre[class*="language-"], code[class*="language-"] {
font-size: 12px;
}
aside li {
color: rgb(100, 100, 100);
}
aside > li > a {
font-size: 0.2rem;
}
aside li>a:hover {
color: #3f20ba;
}
aside li.active > a {
font-weight: normal;
}
blockquote > p, blockquote > ul, blockquote > ol {
font-size: 0.9rem;
}
blockquote > p:last-child, blockquote > ul:last-child, blockquote > ol:last-child {
color: #6f65aa;
}
td {
padding: 10px !important;
}
.gatsby-highlight > button {
background-color: #3f20ba;
border-radius: 4px;
color: #fff;
}
.screenshot {
width: 30%;
float: left;
margin-right: 1rem;
}
url {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
color: #4f5c5d;
font-size: 1.1em;
font-family: monospace;
margin: 6px 0 30px;
line-height: 24px;
}
url[patch]:before {
content: "PATCH";
background: #909296;
}
url[delete]:before {
content: "DELETE";
background: #eb927c;
}
url[post]:before {
content: "POST";
background: #6c9fff;
}
url[get]:before {
content: "GET";
background: #08ca73;
}
url[put]:before {
content: "PUT";
background: #909296;
}
url:before {
border-radius: 2px 0 0 2px;
font-size: 12px;
font-weight: 600;
letter-spacing: .3px;
color: #fff;
padding: 0 10px;
float: left;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
url[patch] .ib {
background: rgba(100, 101, 102, 0.1);
border-color: rgba(51, 52, 54, 0.6);
}
url[delete] .ib {
background: rgba(248, 152, 135, 0.1);
border-color: rgba(223, 124, 94, 0.6);
}
url[post] .ib {
background: rgba(108,159,255,0.1);
border-color: rgba(108,159,255,0.6);
}
url[get] .ib {
background: rgba(8,202,115,0.1);
border-color: rgba(8,202,115,0.6);
}
url[put] .ib {
background: rgba(8,202,115,0.1);
border-color: rgba(8,202,115,0.6);
}
url .ib {
word-break: break-all;
padding: 0 12px;
border-width: 1px;
border-style: solid;
line-height: 22px;
border-radius: 0 2px 2px 0;
border-left: 0;
}
.ib {
display: inline-block;
}
.left-side{
width: 60%;
padding: 0px 20px;
}
.right-code{
width: 40%;
float: right;
height: 100%;
z-index: 10;
padding-bottom: 4em;
}
.full-side{
display: flex;
height: 100%;
padding-top: 4em;
}
.content-wrapper{
display: flex;
flex-direction: column;
}
.ml-60{
margin-left: 60%;
}
.header-wrapper{
width: 60%;
padding-left: 20px;
padding-right: 20px;
}
main > div{
padding : 40px 0px 0px 0px !important;
}
main{
position: relative;
}
body > div > div > div{
margin: 0 !important;
max-width: 100% !important;
}
.right-component ~nav{
width: 60%;
}
nav{
padding: 50px 20px 30px 20px !important;
}
nav a {
padding-bottom: 20px;
}
header{
z-index: 100 !important;
}
.gatsby-highlight > div{
border: none !important;
}
.sidebar li a {
font-size: 0.8rem;
}
.right-component{
background-color: #f1efff;
position: absolute;
top: 0px;
bottom: 0px;
right: 0px;
width: 40%;
content: '';
height: 100%;
}
.pl-20{
padding-left: 20px;
}
.pr-20{
padding-right: 20px;
}
aside{
width: 270px !important;
}
aside::-webkit-scrollbar {
width: 5px;
}
/* Track */
aside::-webkit-scrollbar-track {
background-color: transparent;
border-radius: 10px;
}
/* Handle */
aside::-webkit-scrollbar-thumb {
background: grey;
border-radius: 10px;
}
/* Handle on hover */
aside::-webkit-scrollbar-thumb:hover {
background: grey;
}
.right-code p , .right-code h3, .right-code h4, .right-code h5, .right-code h6{
padding: 0px 20px ;
}
#gatsby-focus-wrapper div[class*="-Wrapper"]{
z-index: 100 !important;
}
@media only screen and (max-width: 1000px){
aside{
opacity: 0;
visibility: hidden;
width: 0px !important;
padding: 0 !important;
}
}
@media only screen and (max-width: 700px){
.left-side{
width: 100%;
padding: 0px 20px;
}
.right-component{
display: none;
}
.right-code p , .right-code h3, .right-code h4, .right-code h5, .right-code h6{
padding: 0px 0px ;
}
.header-wrapper {
width: 100%;
}
.right-code{
width: 100%;
float: initial;
height: 100%;
z-index: 0;
padding: 20px;
}
.full-side{
display: flex;
height: 100%;
flex-direction: column;
padding-top: 1em;
}
main > div::after{
content:none;
}
body > div > div > div{
margin: 0 !important;
max-width: 100% !important;
}
nav[class*="Container"]{
width: 100%;
padding: 0px 20px !important;
}
nav[class*="Container"] a {
padding-bottom: 20px;
}
header{
z-index: 100 !important;
}
.gatsby-highlight > div{
border: 1px solid rgb(231, 228, 228) !important;
}
.sidebar li a {
font-size: 0.8rem;
}
.ml-60{
margin-left: 0px;
}
} | 0.261519 | 0.066176 |
* Remove the tap delay in webkit
* @link https://medium.com/@adactio/delay-a9df9edceef3#.7dmbl3xow
*/
a, .link-block-styled,
button,
input,
select,
textarea,
label,
summary {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
/**
* Add box sizing to everything
* @link http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/**
* 1. Force scrollbar display to prevent jumping on pages.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
overflow-y: scroll;
/* 1 */
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
/* 2 */
}
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
cite,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
}
/**
* Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Prevent img and video elements from spilling outside of the page on smaller screens.
*/
img,
video {
max-width: 100%;
height: auto;
}
/**
* Prevent iframe, object, and embed elements from spilling outside of the page on smaller screens.
* height: auto causes iframes to smush, so it's omitted here.
*/
iframe,
object,
embed {
max-width: 100%;
}
/**
* Hide the template element in IE, Safari, and Firefox < 22.
*/
/**
* 1. Remove border when inside `a` element in IE 8/9/10.
* 2. Prevents IE from making scaled images look like crap
*/
img {
border-style: none;
/* 1 */
-ms-interpolation-mode: bicubic;
/* 2 */
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/**
* Address inconsistent margin.
*/
figure {
margin: 0;
}
/**
* @workaround Remove focus from <main> element when using tabindex="-1" hack for skipnav link
* @link https://code.google.com/p/chromium/issues/detail?id=37721
*/
[tabindex="-1"]:focus {
outline: none;
}
/**
* @section Grid
* Structure and layout
*/
/**
* Base grid styles: single column
*/
.container {
margin-left: auto;
margin-right: auto;
max-width: 80em;
width: 88%;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/**
* Alignment
*/
/* Float content to the top */
.row-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
/* Float content in the middle */
.row-middle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* Push content to the bottom */
.row-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
/* Move content to the start of the row */
.row-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
/* Float content in the center of the row */
.row-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* Move content to the end of the row */
.row-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
/* Add even spacing around each item */
.row-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
/* Add even spacing between items */
.row-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
/* Reverse content order */
.row-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.grid-fourth, .grid-third, .grid-half, .grid-two-thirds, .grid-three-fourths, .grid-full, .grid-auto {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding-left: 1.4%;
padding-right: 1.4%;
}
/**
* Add columns to grid on bigger screens
*/
@media (min-width: 20em) {
.row.row-start-xsmall {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.row-wrap.row-start-xsmall {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row-start-xsmall .grid-auto {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.row-start-xsmall .grid-fourth {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.row-start-xsmall .grid-third {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.row-start-xsmall .grid-half {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.row-start-xsmall .grid-two-thirds {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.row-start-xsmall .grid-three-fourths {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.row-start-xsmall .grid-full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.row-start-xsmall .grid-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.row-start-xsmall .grid-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 30em) {
.row.row-start-small {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.row-wrap.row-start-small {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row-start-small .grid-auto {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.row-start-small .grid-fourth {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.row-start-small .grid-third {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.row-start-small .grid-half {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.row-start-small .grid-two-thirds {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.row-start-small .grid-three-fourths {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.row-start-small .grid-full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.row-start-small .grid-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.row-start-small .grid-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 40em) {
.row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.row-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.grid-auto {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.grid-fourth {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.grid-third {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.grid-half {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.grid-two-thirds {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.grid-three-fourths {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.grid-full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.offset-fourth {
margin-left: 25%;
}
.offset-third {
margin-left: 33.33333%;
}
.offset-half {
margin-left: 50%;
}
.offset-two-thirds {
margin-left: 66.66667%;
}
.offset-three-fourths {
margin-left: 75%;
}
.offset-full {
margin-left: 100%;
}
.grid-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.grid-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
/**
* @section Typography
* Sets font styles for entire site
*/
body {
background: #ffffff;
color: #272727;
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 100%;
line-height: 1.5;
}
@media (min-width: 40em) {
body {
line-height: 1.5625;
}
}
p {
margin: 0 0 1.5625em;
}
/**
* Hyperlink styling
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a, .link-block-styled {
background-color: transparent;
/* 1 */
color: #0088cc;
text-decoration: none;
-webkit-text-decoration-skip: objects;
text-decoration-skip: objects;
/* 2 */
word-wrap: break-word;
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
}
a:active, .link-block-styled:active, a:hover, .link-block-styled:hover, .link-block:hover .link-block-styled {
outline: 0;
}
a:active, .link-block-styled:active, a:focus, .link-block-styled:focus, a:hover, .link-block-styled:hover, .link-block:hover .link-block-styled {
color: #005580;
text-decoration: underline;
}
/**
* Creates block-level links
*/
a.link-block, .link-block.link-block-styled {
color: #272727;
display: block;
text-decoration: none;
}
/**
* List styling
*/
ul,
ol {
margin: 0 0 1.5625em 2em;
padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
dl,
dd {
margin: 0;
padding: 0;
}
dd {
margin-bottom: 1.5625em;
}
dt {
font-weight: bold;
}
/**
* @bugfix Prevent webkit from removing list semantics
* 1. Add a non-breaking space
* 2. Make sure it doesn't mess up the DOM flow
*/
.list-unstyled, .list-inline {
list-style: none;
}
.list-unstyled > li:before, .list-inline > li:before {
content: "\200B";
/* 1 */
position: absolute;
/* 2 */
}
/**
* Removes list styling.
* For semantic reasons, should only be used on unordered lists.
*/
.list-unstyled {
margin-left: 0;
}
/**
* Display lists on a single line.
*/
.list-inline {
margin-left: -0.5em;
margin-right: -0.5em;
padding: 0;
}
.list-inline > li {
display: inline-block;
margin-left: 0.5em;
margin-right: 0.5em;
}
/**
* Heading styling for h1 through h6 elements.
* Heading class lets you use one heading type for semantics, but style it as another heading type.
*/
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
line-height: 1.2;
margin: 0 0 1em;
padding: 1em 0 0;
word-wrap: break-word;
}
h1,
.h1 {
font-size: 1.5em;
padding-top: .5em;
}
@media (min-width: 40em) {
h1,
.h1 {
font-size: 1.75em;
}
}
h2,
.h2 {
font-size: 1.3125em;
}
h3,
.h3 {
font-size: 1.1875em;
}
h4, h5, h6,
.h4, .h5, .h6 {
font-size: 1em;
}
h4,
.h4 {
text-transform: uppercase;
}
/**
* Lines, Quotes and Emphasis
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
border: 0;
border-top: 1px solid #e5e5e5;
border-bottom: 0 solid transparent;
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
margin: 2em auto;
overflow: visible;
/* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #fbf9c9;
color: #272727;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/**
* Blockquotes
*/
blockquote {
font-size: 1.1875em;
font-style: italic;
margin: 0 0 1.5625em;
padding-left: 0.8421052632em;
padding-right: 0.8421052632em;
}
blockquote cite {
color: #808080;
font-size: 0.8421052632em;
padding-top: 1em;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
/**
* @section Code
* Styling for code and preformatted text.
*/
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 0.875em;
}
code {
background-color: #f7f7f7;
color: #dd1144;
padding: 0.25em;
word-wrap: break-word;
}
pre {
background-color: #f4f4f4;
display: block;
line-height: 1.5;
margin-bottom: 1.5625em;
overflow: auto;
padding: 0.8125em;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
white-space: pre-wrap;
word-break: break-all;
}
pre code {
background-color: transparent;
border: 0;
color: inherit;
font-size: 1em;
padding: 0;
}
/**
* @section Buttons
* Styling for CSS buttons.
*/
/**
* Primary buttons
*/
.btn {
background-color: #0088cc;
border: 1px solid #0088cc;
color: #ffffff;
display: inline-block;
font-size: 0.9375em;
font-weight: normal;
line-height: 1.2;
margin-right: 0.3125em;
margin-bottom: 0.3125em;
padding: 0.5em 0.6875em;
text-decoration: none;
white-space: normal;
}
.btn:hover, .btn:active, .btn.active {
background-color: #005580;
border-color: #005580;
color: #ffffff;
text-decoration: none;
}
/**
* Secondary buttons
*/
.btn-secondary {
background-color: #808080;
border-color: #808080;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
background-color: #5a5a5a;
border-color: #5a5a5a;
}
/**
* Active state
*/
.btn:active,
.btn.active {
-webkit-box-shadow: inset 0 0.15625em 0.25em rgba(0, 0, 0, 0.15), 0 1px 0.15625em rgba(0, 0, 0, 0.05);
box-shadow: inset 0 0.15625em 0.25em rgba(0, 0, 0, 0.15), 0 1px 0.15625em rgba(0, 0, 0, 0.05);
outline: 0;
}
/**
* Disabled state
*/
.btn[disabled] {
-webkit-box-shadow: none;
box-shadow: none;
cursor: not-allowed;
opacity: 0.5;
pointer-events: none;
}
/**
* Button size
*/
.btn-large {
font-size: 1em;
line-height: normal;
padding: 0.6875em 0.9375em;
}
/**
* Block-level buttons
*/
.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
display: block;
margin-right: 0;
padding-right: 0;
padding-left: 0;
width: 100%;
}
/**
* General styles
*/
.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
text-align: center;
vertical-align: middle;
/**
* @workaround Override default button styling
* @affected Webkit/Firefox
*/
-webkit-appearance: none;
}
/**
* Remove right margin on last element and inputs
*/
.btn:last-child,
input.btn {
margin-right: 0;
}
/**
* @section Forms
* Styling for form elements.
*/
form,
fieldset {
margin-bottom: 1.5625em;
}
fieldset {
border: 0;
padding: 0;
}
legend,
label {
display: block;
font-weight: normal;
margin: 0 0 0.3125em;
padding: 0;
}
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: #555555;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
padding: 0.3125em;
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
input,
textarea,
select {
border: 1px solid #b8b8b8;
display: block;
line-height: 1.5;
margin-bottom: 1.1875em;
width: 100%;
}
@media (min-width: 40em) {
input,
textarea,
select {
line-height: 1.5625;
}
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
form button,
form .button {
margin-bottom: 1.1875em;
}
textarea {
height: 12em;
overflow: auto;
}
[type="image"],
[type="checkbox"],
[type="radio"] {
cursor: pointer;
display: inline-block;
height: auto;
margin-bottom: 0.3125em;
padding: 0;
width: auto;
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input:focus,
textarea:focus {
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(82, 168, 236, 0.6);
outline: 0;
outline: thin dotted \9;
}
[type="file"]:focus,
[type="checkbox"]:focus,
select:focus {
outline: thin dotted;
outline: 0.3125em auto -webkit-focus-ring-color;
outline-offset: -0.125em;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/**
* Inline inputs
*/
.input-inline {
display: inline-block;
vertical-align: middle;
width: auto;
}
/**
* Condensed inputs
*/
.input-condensed {
padding: 1px 0.3125em;
font-size: 0.9375em;
}
/**
* Search
*/
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Create rounded search bar
*/
.input-search {
width: 85%;
padding-left: 0.9375em;
padding-right: 2.5em;
border-radius: 1.3125em;
-webkit-transition: width 300ms ease-in;
transition: width 300ms ease-in;
}
@media (min-width: 40em) {
.input-search {
width: 65%;
}
}
/**
* Special styling for search icon as button
*/
.btn-search {
display: inline;
color: #808080;
border: none;
background: none;
margin-left: -2.5em;
margin-bottom: 0;
}
.btn-search .icon {
fill: #808080;
}
.btn-search:hover {
color: #5a5a5a;
}
.btn-search:hover .icon {
fill: #5a5a5a;
}
/**
* @section Tables
* Styling for tables
*/
table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 1.5625em;
max-width: 100%;
width: 100%;
}
th,
td {
text-align: left;
padding: 0.5em;
}
th {
border-bottom: 0.125em solid #e5e5e5;
font-weight: bold;
vertical-align: bottom;
}
td {
border-top: 1px solid #e5e5e5;
vertical-align: top;
}
/**
* Adds zebra striping
*/
.table-striped tbody tr:nth-child(odd) {
background-color: #f7f7f7;
}
/**
* Reduces padding on condensed tables
*/
.table-condensed th,
.table-condensed td {
padding: 0.25em;
}
/**
* @section Overrides
* Nudge and tweak alignment, spacing, and visibility.
*/
/**
* Text sizes
*/
.text-small {
font-size: 0.9375em;
}
.text-large {
font-size: 1.1875em;
line-height: 1.4;
}
@media (min-width: 40em) {
.text-large {
font-size: 1.3125em;
}
}
/**
* Text colors
*/
.text-muted {
color: #808080;
}
/**
* Text alignment
*/
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
@media (min-width: 40em) {
.text-right-medium {
text-align: right;
}
}
/**
* Floats
*/
.float-left {
float: left;
}
.float-center {
float: none;
margin-left: auto;
margin-right: auto;
}
.float-right {
float: right;
}
/**
* Margins
*/
.no-margin-top {
margin-top: 0;
}
.no-margin-bottom {
margin-bottom: 0;
}
.margin-top {
margin-top: 1.5625em;
}
.margin-bottom {
margin-bottom: 1.5625em;
}
.margin-bottom-small {
margin-bottom: 0.5em;
}
.margin-bottom-large {
margin-bottom: 2em;
}
/**
* Padding
*/
.no-padding-top {
padding-top: 0;
}
.no-padding-bottom {
padding-bottom: 0;
}
.padding-top {
padding-top: 1.5625em;
}
.padding-top-small {
padding-top: 0.5em;
}
.padding-top-large {
padding-top: 2em;
}
.padding-bottom {
padding-bottom: 1.5625em;
}
.padding-bottom-small {
padding-bottom: 0.5em;
}
.padding-bottom-large {
padding-bottom: 2em;
}
/**
* Visibility
*/
/*
* Hide only visually, but have it available for screen readers:
* @link https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
/* 1 */
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard
* @link https://www.drupal.org/node/897638
*/
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/**
* @workaround
* @affected IE 8/9/10
* @link http://juicystudio.com/article/screen-readers-display-none.php
*/
[hidden], template {
display: none;
visibility: hidden;
}
/**
* Contain floats
* The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document.
* @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
*/
.clearfix:before, .container:before,
.clearfix:after,
.container:after {
display: table;
content: " ";
}
.clearfix:after,
.container:after {
clear: both;
}
/**
* @section Print
* Styling for printed content. Adapted from HTML5BP.
* @link http://html5boilerplate.com
*/
@media print {
/**
* Universal selector.
* Reset all content to transparent background, black color, and remove box and text shadows.
*/
* {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
/**
* Specifies page margin
*/
@page {
margin: 0.5cm;
}
/**
* Underline all links
*/
a, .link-block-styled,
a:visited,
.link-block-styled:visited {
text-decoration: underline;
}
/**
* Show URL after links
*/
a[href]:after, .link-block-styled[href]:after {
content: " (" attr(href) ")";
}
/**
* Don't show URL for internal links
*/
a[href^="#"]:after, .link-block-styled[href^="#"]:after {
content: "";
}
/**
* Specifies the minimum number of lines to print at the top and bottom of a page.
*/
p,
h1, h2, h3 {
orphans: 3;
widows: 3;
}
/**
* Avoid inserting a page break after headers
*/
h1, h2, h3 {
page-break-after: avoid;
}
/**
* Change border color on blockquotes and preformatted text.
* Avoid page breaks inside the content
*/
pre,
blockquote {
border-color: #999;
page-break-inside: avoid;
}
/**
* Displayed as a table header row group
*/
thead {
display: table-header-group;
}
/**
* Avoid inserting a page break inside table rows and images
*/
tr,
img {
page-break-inside: avoid;
}
}
.global-nav-wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 75%;
max-width: 400px;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transform: translate3d(-101%, 0, 0);
transform: translate3d(-101%, 0, 0);
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.global-nav-wrapper.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.global-nav-wrapper .global-nav {
width: 100%;
height: 100%;
padding: 20px 10px;
}
.global-nav-wrapper .global-nav-items {
list-style-type: none;
margin: 0;
padding: 0 0 0 10px;
}
.global-nav-wrapper .global-nav-items li {
margin: 0 0 30px 0;
}
.global-nav-wrapper .global-nav-items li a, .global-nav-wrapper .global-nav-items li .link-block-styled {
padding: 4px 0;
text-transform: uppercase;
color: #ffffff;
}
.link-none {
text-decoration: none;
}
.link-none:hover {
text-decoration: none;
}
.project-actions .project-edit {
margin-right: 10px;
} | src/client/dist/css/main.css | * Remove the tap delay in webkit
* @link https://medium.com/@adactio/delay-a9df9edceef3#.7dmbl3xow
*/
a, .link-block-styled,
button,
input,
select,
textarea,
label,
summary {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
/**
* Add box sizing to everything
* @link http://www.paulirish.com/2012/box-sizing-border-box-ftw/
*/
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
/**
* 1. Force scrollbar display to prevent jumping on pages.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
html {
overflow-y: scroll;
/* 1 */
-webkit-text-size-adjust: 100%;
-moz-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-size-adjust: 100%;
/* 2 */
}
/**
* Remove the margin in all browsers (opinionated).
*/
body {
margin: 0;
}
/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/
article,
aside,
cite,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
}
/**
* Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Prevent img and video elements from spilling outside of the page on smaller screens.
*/
img,
video {
max-width: 100%;
height: auto;
}
/**
* Prevent iframe, object, and embed elements from spilling outside of the page on smaller screens.
* height: auto causes iframes to smush, so it's omitted here.
*/
iframe,
object,
embed {
max-width: 100%;
}
/**
* Hide the template element in IE, Safari, and Firefox < 22.
*/
/**
* 1. Remove border when inside `a` element in IE 8/9/10.
* 2. Prevents IE from making scaled images look like crap
*/
img {
border-style: none;
/* 1 */
-ms-interpolation-mode: bicubic;
/* 2 */
}
/**
* Correct overflow not hidden in IE 9/10/11.
*/
svg:not(:root) {
overflow: hidden;
}
/**
* Address inconsistent margin.
*/
figure {
margin: 0;
}
/**
* @workaround Remove focus from <main> element when using tabindex="-1" hack for skipnav link
* @link https://code.google.com/p/chromium/issues/detail?id=37721
*/
[tabindex="-1"]:focus {
outline: none;
}
/**
* @section Grid
* Structure and layout
*/
/**
* Base grid styles: single column
*/
.container {
margin-left: auto;
margin-right: auto;
max-width: 80em;
width: 88%;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
/**
* Alignment
*/
/* Float content to the top */
.row-top {
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
/* Float content in the middle */
.row-middle {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
/* Push content to the bottom */
.row-bottom {
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
}
/* Move content to the start of the row */
.row-start {
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
/* Float content in the center of the row */
.row-center {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
/* Move content to the end of the row */
.row-end {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
/* Add even spacing around each item */
.row-around {
-ms-flex-pack: distribute;
justify-content: space-around;
}
/* Add even spacing between items */
.row-between {
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
}
/* Reverse content order */
.row-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.grid-fourth, .grid-third, .grid-half, .grid-two-thirds, .grid-three-fourths, .grid-full, .grid-auto {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding-left: 1.4%;
padding-right: 1.4%;
}
/**
* Add columns to grid on bigger screens
*/
@media (min-width: 20em) {
.row.row-start-xsmall {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.row-wrap.row-start-xsmall {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row-start-xsmall .grid-auto {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.row-start-xsmall .grid-fourth {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.row-start-xsmall .grid-third {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.row-start-xsmall .grid-half {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.row-start-xsmall .grid-two-thirds {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.row-start-xsmall .grid-three-fourths {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.row-start-xsmall .grid-full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.row-start-xsmall .grid-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.row-start-xsmall .grid-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 30em) {
.row.row-start-small {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.row-wrap.row-start-small {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.row-start-small .grid-auto {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.row-start-small .grid-fourth {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.row-start-small .grid-third {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.row-start-small .grid-half {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.row-start-small .grid-two-thirds {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.row-start-small .grid-three-fourths {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.row-start-small .grid-full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.row-start-small .grid-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.row-start-small .grid-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
@media (min-width: 40em) {
.row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.row-wrap {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.grid-auto {
-ms-flex-preferred-size: auto;
flex-basis: auto;
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}
.grid-fourth {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
max-width: 25%;
}
.grid-third {
-ms-flex-preferred-size: 33.33333%;
flex-basis: 33.33333%;
max-width: 33.33333%;
}
.grid-half {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
max-width: 50%;
}
.grid-two-thirds {
-ms-flex-preferred-size: 66.66667%;
flex-basis: 66.66667%;
max-width: 66.66667%;
}
.grid-three-fourths {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
max-width: 75%;
}
.grid-full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
max-width: 100%;
}
.offset-fourth {
margin-left: 25%;
}
.offset-third {
margin-left: 33.33333%;
}
.offset-half {
margin-left: 50%;
}
.offset-two-thirds {
margin-left: 66.66667%;
}
.offset-three-fourths {
margin-left: 75%;
}
.offset-full {
margin-left: 100%;
}
.grid-first {
-webkit-box-ordinal-group: 0;
-ms-flex-order: -1;
order: -1;
}
.grid-last {
-webkit-box-ordinal-group: 2;
-ms-flex-order: 1;
order: 1;
}
}
/**
* @section Typography
* Sets font styles for entire site
*/
body {
background: #ffffff;
color: #272727;
font-family: "Helvetica Neue", Arial, sans-serif;
font-size: 100%;
line-height: 1.5;
}
@media (min-width: 40em) {
body {
line-height: 1.5625;
}
}
p {
margin: 0 0 1.5625em;
}
/**
* Hyperlink styling
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a, .link-block-styled {
background-color: transparent;
/* 1 */
color: #0088cc;
text-decoration: none;
-webkit-text-decoration-skip: objects;
text-decoration-skip: objects;
/* 2 */
word-wrap: break-word;
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
}
a:active, .link-block-styled:active, a:hover, .link-block-styled:hover, .link-block:hover .link-block-styled {
outline: 0;
}
a:active, .link-block-styled:active, a:focus, .link-block-styled:focus, a:hover, .link-block-styled:hover, .link-block:hover .link-block-styled {
color: #005580;
text-decoration: underline;
}
/**
* Creates block-level links
*/
a.link-block, .link-block.link-block-styled {
color: #272727;
display: block;
text-decoration: none;
}
/**
* List styling
*/
ul,
ol {
margin: 0 0 1.5625em 2em;
padding: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
margin-bottom: 0;
}
dl,
dd {
margin: 0;
padding: 0;
}
dd {
margin-bottom: 1.5625em;
}
dt {
font-weight: bold;
}
/**
* @bugfix Prevent webkit from removing list semantics
* 1. Add a non-breaking space
* 2. Make sure it doesn't mess up the DOM flow
*/
.list-unstyled, .list-inline {
list-style: none;
}
.list-unstyled > li:before, .list-inline > li:before {
content: "\200B";
/* 1 */
position: absolute;
/* 2 */
}
/**
* Removes list styling.
* For semantic reasons, should only be used on unordered lists.
*/
.list-unstyled {
margin-left: 0;
}
/**
* Display lists on a single line.
*/
.list-inline {
margin-left: -0.5em;
margin-right: -0.5em;
padding: 0;
}
.list-inline > li {
display: inline-block;
margin-left: 0.5em;
margin-right: 0.5em;
}
/**
* Heading styling for h1 through h6 elements.
* Heading class lets you use one heading type for semantics, but style it as another heading type.
*/
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
line-height: 1.2;
margin: 0 0 1em;
padding: 1em 0 0;
word-wrap: break-word;
}
h1,
.h1 {
font-size: 1.5em;
padding-top: .5em;
}
@media (min-width: 40em) {
h1,
.h1 {
font-size: 1.75em;
}
}
h2,
.h2 {
font-size: 1.3125em;
}
h3,
.h3 {
font-size: 1.1875em;
}
h4, h5, h6,
.h4, .h5, .h6 {
font-size: 1em;
}
h4,
.h4 {
text-transform: uppercase;
}
/**
* Lines, Quotes and Emphasis
*/
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
border: 0;
border-top: 1px solid #e5e5e5;
border-bottom: 0 solid transparent;
-webkit-box-sizing: content-box;
box-sizing: content-box;
/* 1 */
margin: 2em auto;
overflow: visible;
/* 2 */
}
/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
font-weight: inherit;
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder;
}
/**
* 1. Remove the bottom border in Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */
}
/**
* Address styling not present in Safari and Chrome.
*/
dfn {
font-style: italic;
}
/**
* Address styling not present in IE 8/9.
*/
mark {
background: #fbf9c9;
color: #272727;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
/**
* Blockquotes
*/
blockquote {
font-size: 1.1875em;
font-style: italic;
margin: 0 0 1.5625em;
padding-left: 0.8421052632em;
padding-right: 0.8421052632em;
}
blockquote cite {
color: #808080;
font-size: 0.8421052632em;
padding-top: 1em;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
}
/**
* @section Code
* Styling for code and preformatted text.
*/
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, "Courier New", monospace;
font-size: 0.875em;
}
code {
background-color: #f7f7f7;
color: #dd1144;
padding: 0.25em;
word-wrap: break-word;
}
pre {
background-color: #f4f4f4;
display: block;
line-height: 1.5;
margin-bottom: 1.5625em;
overflow: auto;
padding: 0.8125em;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
white-space: pre-wrap;
word-break: break-all;
}
pre code {
background-color: transparent;
border: 0;
color: inherit;
font-size: 1em;
padding: 0;
}
/**
* @section Buttons
* Styling for CSS buttons.
*/
/**
* Primary buttons
*/
.btn {
background-color: #0088cc;
border: 1px solid #0088cc;
color: #ffffff;
display: inline-block;
font-size: 0.9375em;
font-weight: normal;
line-height: 1.2;
margin-right: 0.3125em;
margin-bottom: 0.3125em;
padding: 0.5em 0.6875em;
text-decoration: none;
white-space: normal;
}
.btn:hover, .btn:active, .btn.active {
background-color: #005580;
border-color: #005580;
color: #ffffff;
text-decoration: none;
}
/**
* Secondary buttons
*/
.btn-secondary {
background-color: #808080;
border-color: #808080;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary.active {
background-color: #5a5a5a;
border-color: #5a5a5a;
}
/**
* Active state
*/
.btn:active,
.btn.active {
-webkit-box-shadow: inset 0 0.15625em 0.25em rgba(0, 0, 0, 0.15), 0 1px 0.15625em rgba(0, 0, 0, 0.05);
box-shadow: inset 0 0.15625em 0.25em rgba(0, 0, 0, 0.15), 0 1px 0.15625em rgba(0, 0, 0, 0.05);
outline: 0;
}
/**
* Disabled state
*/
.btn[disabled] {
-webkit-box-shadow: none;
box-shadow: none;
cursor: not-allowed;
opacity: 0.5;
pointer-events: none;
}
/**
* Button size
*/
.btn-large {
font-size: 1em;
line-height: normal;
padding: 0.6875em 0.9375em;
}
/**
* Block-level buttons
*/
.btn-block,
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
display: block;
margin-right: 0;
padding-right: 0;
padding-left: 0;
width: 100%;
}
/**
* General styles
*/
.btn,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
text-align: center;
vertical-align: middle;
/**
* @workaround Override default button styling
* @affected Webkit/Firefox
*/
-webkit-appearance: none;
}
/**
* Remove right margin on last element and inputs
*/
.btn:last-child,
input.btn {
margin-right: 0;
}
/**
* @section Forms
* Styling for form elements.
*/
form,
fieldset {
margin-bottom: 1.5625em;
}
fieldset {
border: 0;
padding: 0;
}
legend,
label {
display: block;
font-weight: normal;
margin: 0 0 0.3125em;
padding: 0;
}
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/
button,
input,
optgroup,
select,
textarea {
color: #555555;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
padding: 0.3125em;
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/
button,
select {
text-transform: none;
}
input,
textarea,
select {
border: 1px solid #b8b8b8;
display: block;
line-height: 1.5;
margin-bottom: 1.1875em;
width: 100%;
}
@media (min-width: 40em) {
input,
textarea,
select {
line-height: 1.5625;
}
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
optgroup {
font-weight: bold;
}
form button,
form .button {
margin-bottom: 1.1875em;
}
textarea {
height: 12em;
overflow: auto;
}
[type="image"],
[type="checkbox"],
[type="radio"] {
cursor: pointer;
display: inline-block;
height: auto;
margin-bottom: 0.3125em;
padding: 0;
width: auto;
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input:focus,
textarea:focus {
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0.5em rgba(82, 168, 236, 0.6);
outline: 0;
outline: thin dotted \9;
}
[type="file"]:focus,
[type="checkbox"]:focus,
select:focus {
outline: thin dotted;
outline: 0.3125em auto -webkit-focus-ring-color;
outline-offset: -0.125em;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/**
* Inline inputs
*/
.input-inline {
display: inline-block;
vertical-align: middle;
width: auto;
}
/**
* Condensed inputs
*/
.input-condensed {
padding: 1px 0.3125em;
font-size: 0.9375em;
}
/**
* Search
*/
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Create rounded search bar
*/
.input-search {
width: 85%;
padding-left: 0.9375em;
padding-right: 2.5em;
border-radius: 1.3125em;
-webkit-transition: width 300ms ease-in;
transition: width 300ms ease-in;
}
@media (min-width: 40em) {
.input-search {
width: 65%;
}
}
/**
* Special styling for search icon as button
*/
.btn-search {
display: inline;
color: #808080;
border: none;
background: none;
margin-left: -2.5em;
margin-bottom: 0;
}
.btn-search .icon {
fill: #808080;
}
.btn-search:hover {
color: #5a5a5a;
}
.btn-search:hover .icon {
fill: #5a5a5a;
}
/**
* @section Tables
* Styling for tables
*/
table {
border-collapse: collapse;
border-spacing: 0;
margin-bottom: 1.5625em;
max-width: 100%;
width: 100%;
}
th,
td {
text-align: left;
padding: 0.5em;
}
th {
border-bottom: 0.125em solid #e5e5e5;
font-weight: bold;
vertical-align: bottom;
}
td {
border-top: 1px solid #e5e5e5;
vertical-align: top;
}
/**
* Adds zebra striping
*/
.table-striped tbody tr:nth-child(odd) {
background-color: #f7f7f7;
}
/**
* Reduces padding on condensed tables
*/
.table-condensed th,
.table-condensed td {
padding: 0.25em;
}
/**
* @section Overrides
* Nudge and tweak alignment, spacing, and visibility.
*/
/**
* Text sizes
*/
.text-small {
font-size: 0.9375em;
}
.text-large {
font-size: 1.1875em;
line-height: 1.4;
}
@media (min-width: 40em) {
.text-large {
font-size: 1.3125em;
}
}
/**
* Text colors
*/
.text-muted {
color: #808080;
}
/**
* Text alignment
*/
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.text-left {
text-align: left;
}
@media (min-width: 40em) {
.text-right-medium {
text-align: right;
}
}
/**
* Floats
*/
.float-left {
float: left;
}
.float-center {
float: none;
margin-left: auto;
margin-right: auto;
}
.float-right {
float: right;
}
/**
* Margins
*/
.no-margin-top {
margin-top: 0;
}
.no-margin-bottom {
margin-bottom: 0;
}
.margin-top {
margin-top: 1.5625em;
}
.margin-bottom {
margin-bottom: 1.5625em;
}
.margin-bottom-small {
margin-bottom: 0.5em;
}
.margin-bottom-large {
margin-bottom: 2em;
}
/**
* Padding
*/
.no-padding-top {
padding-top: 0;
}
.no-padding-bottom {
padding-bottom: 0;
}
.padding-top {
padding-top: 1.5625em;
}
.padding-top-small {
padding-top: 0.5em;
}
.padding-top-large {
padding-top: 2em;
}
.padding-bottom {
padding-bottom: 1.5625em;
}
.padding-bottom-small {
padding-bottom: 0.5em;
}
.padding-bottom-large {
padding-bottom: 2em;
}
/**
* Visibility
*/
/*
* Hide only visually, but have it available for screen readers:
* @link https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
* causes content to wrap 1 word per line:
* https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/
.visually-hidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
white-space: nowrap;
/* 1 */
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard
* @link https://www.drupal.org/node/897638
*/
.visually-hidden.focusable:active,
.visually-hidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
white-space: inherit;
width: auto;
}
/**
* @workaround
* @affected IE 8/9/10
* @link http://juicystudio.com/article/screen-readers-display-none.php
*/
[hidden], template {
display: none;
visibility: hidden;
}
/**
* Contain floats
* The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document.
* @link https://github.com/h5bp/html5-boilerplate/blob/master/dist/css/main.css
*/
.clearfix:before, .container:before,
.clearfix:after,
.container:after {
display: table;
content: " ";
}
.clearfix:after,
.container:after {
clear: both;
}
/**
* @section Print
* Styling for printed content. Adapted from HTML5BP.
* @link http://html5boilerplate.com
*/
@media print {
/**
* Universal selector.
* Reset all content to transparent background, black color, and remove box and text shadows.
*/
* {
background: transparent !important;
color: #000 !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
text-shadow: none !important;
}
/**
* Specifies page margin
*/
@page {
margin: 0.5cm;
}
/**
* Underline all links
*/
a, .link-block-styled,
a:visited,
.link-block-styled:visited {
text-decoration: underline;
}
/**
* Show URL after links
*/
a[href]:after, .link-block-styled[href]:after {
content: " (" attr(href) ")";
}
/**
* Don't show URL for internal links
*/
a[href^="#"]:after, .link-block-styled[href^="#"]:after {
content: "";
}
/**
* Specifies the minimum number of lines to print at the top and bottom of a page.
*/
p,
h1, h2, h3 {
orphans: 3;
widows: 3;
}
/**
* Avoid inserting a page break after headers
*/
h1, h2, h3 {
page-break-after: avoid;
}
/**
* Change border color on blockquotes and preformatted text.
* Avoid page breaks inside the content
*/
pre,
blockquote {
border-color: #999;
page-break-inside: avoid;
}
/**
* Displayed as a table header row group
*/
thead {
display: table-header-group;
}
/**
* Avoid inserting a page break inside table rows and images
*/
tr,
img {
page-break-inside: avoid;
}
}
.global-nav-wrapper {
position: fixed;
top: 0;
left: 0;
bottom: 0;
width: 75%;
max-width: 400px;
background-color: rgba(0, 0, 0, 0.8);
-webkit-transform: translate3d(-101%, 0, 0);
transform: translate3d(-101%, 0, 0);
-webkit-transition: -webkit-transform 0.4s ease-in-out;
transition: -webkit-transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out;
transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.global-nav-wrapper.active {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.global-nav-wrapper .global-nav {
width: 100%;
height: 100%;
padding: 20px 10px;
}
.global-nav-wrapper .global-nav-items {
list-style-type: none;
margin: 0;
padding: 0 0 0 10px;
}
.global-nav-wrapper .global-nav-items li {
margin: 0 0 30px 0;
}
.global-nav-wrapper .global-nav-items li a, .global-nav-wrapper .global-nav-items li .link-block-styled {
padding: 4px 0;
text-transform: uppercase;
color: #ffffff;
}
.link-none {
text-decoration: none;
}
.link-none:hover {
text-decoration: none;
}
.project-actions .project-edit {
margin-right: 10px;
} | 0.817064 | 0.086362 |
a:link, a:visited {color:#339900; text-decoration:none;}
a:hover, a:active {color:#007700;}
body {
border: 0;
margin: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 15px;
min-width: 800px;
min-height: 100%;
position: relative;
padding: 0 0 70px 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
xmp
{
font-family: Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
ul, ol, li, p {
margin: 0;
padding: 0;
}
.clear {
clear: both;
visibility: hidden;
height: 1px;
border: 1px solid transparent;
margin-bottom: 0px;
}
.regularWidth {
width: 75%;
max-width: 650px;
margin: 0 auto;
}
h2 {
color: #61ab00;
font-size: 1.5em;
font-weight: normal;
}
/*************************************************
Head
*/
#head {
background: #61ab00;
color: #fff;
font-size: .9em;
}
#head .regularWidth {
position: relative;
height: 6.7em;
}
#head .regularWidth > * {
margin-left: -30px;
margin-right: 1.3em;
}
#head img,
#head p {
bottom: 1.3em;
position: absolute;
}
#head img {
width: 192px;
margin-right: 1.3em;
}
#head p {
left: 209px;
font-size: .9em;
line-height: 1.3em;
margin-bottom: -1px;
display: none;
}
#head hr {
display: none;
}
/*************************************************
Content
*/
#content {
position: relative;
}
#content .regularWidth > * {
margin-left: 20px;
margin-right: 1.3em;
}
#content h2,
.popupback h2{
margin: 1.5em 0 0 0em;
padding: 0;
line-height: 21px;
}
#autoCheckWebsitesDesc, #internetTrackerDesc, #pageContentDesc, #updateDesc{
color: #777;
font-size: 1em;
margin-top: 0.3em;
margin-bottom: 2em;
}
#flashExceptionDesc, #adsExceptionDesc{
color: #777;
font-size: 13px;
line-height: 15px;
margin: 4px 0px 25px;
}
#options-form p {
margin-bottom: 6px;
}
#options-form p:last-child {
margin-bottom: 0;
}
#vkontakte-check,
#facebook-check,
#google-check {
float: left;
}
#vkontakte-check-label,
#facebook-check-label,
#google-check-label {
margin-left: 24px;
padding: 3px 0 0 30px;
background-repeat: no-repeat;
/* background-position: 0 -4px;*/
min-height: 22px;
display: block;
}
#facebook-check-label {
background-image: url(images/facebook_18px.png);
}
#vkontakte-check-label {
background-image: url(images/vkontakte_18px.png);
}
#google-check-label {
background-image: url(images/google_18px.png);
}
#options-form {
margin-bottom: 3.9em;
}
#status {
position: absolute;
bottom: 0;
margin-left: 1.3em;
background: #fff6bf;
padding: .5em 1em;
font-size: .9em;
}
/*************************************************
Footer
*/
#footer .regularWidth {
border-top: 1px solid #c7c8ca;
padding-top: 1.3em;
}
#links {
list-style-type: none;
}
#links li {
float: left;
/*font-size: .75em;*/
font-size: 0.9em;
color: #999;
margin-right: 1.3em;
}
#links li a {
color: #999;
}
#links li#copyrightContainer {
float: right;
margin-right: 0;
}
/************/
.facebookicon, .vkicon, .googleicon{
width: 50px;
height:50px;
cursor: pointer;
}
.facebookicon{
background-image: url(images/facebook.png);
}
.vkicon{
background-image: url(images/vk.png);
}
.googleicon{
background-image: url(images/google.png);
}
.facebookicon[selected="true"]{
background-image: url(images/facebook_selected.png);
}
.vkicon[selected="true"]{
background-image: url(images/vk_selected.png);
}
.checker
{
background: #fff;
width: 20px;
height: 20px;
margin-left: 33px;
margin-top: -16px;
}
.googleicon[selected="true"]{
background-image: url(images/google_selected.png);
}
.socialitem{
width:50px;
margin-right: 25px;
text-align: center;
float:left;
position:relative;
}
.description
{
color: #777;
font-size: 0.9em;
}
.section
{
color: #333;
font-size: 1em;
background: transparent;
width: 100%;
float: left;
margin-top: -1px;
}
.high, .middle, .low, .turnoff
{
font-size: 0.8em;
}
.high
{
color: #529100;
}
.middle
{
color: #ec8b00;
}
.low
{
color: #cc0000;
}
.turnoff
{
color: #777;
}
.title
{
color: #333;
margin-bottom: 1em;
}
.title:hover
{
color: #000;
}
.lfloat
{
float: left;
}
.trackertitle
{
font-size: 0.9em;
width: 530px;
line-height: 1.2em;
margin-bottom: 1.5em;
}
.table_item
{
text-align: center;
width: 40px;
}
.table_item[selected="true"]
{
/*background: #fff6bf;*/
background: #4c4c4c;
}
table, td, th{
/*padding: 0.5em;*/
padding: 12px 8px;
border: 1px solid #aaa;
}
.table_section
{
font-size: 0.8em;
padding: 1em;
line-height: 1.2em;
}
.table_section .description
{
margin-top: 0.2em;
}
.contentsettings{
/*font-size: 0.8em;*/
font-size: 1em;
line-height: 1.8em;
}
.button
{
color: #333;
font-size: 1em;
cursor: pointer;
display: inline;
background: #ddd;
padding: 0.3em;
padding-left: 0.8em;
padding-right: 0.8em;
}
.button:hover{
color: #fff;
background: #aaa;
}
.styled-select > select {
background: transparent;
padding: 3px;
border: 0;
-webkit-appearance: none;
outline: none;
}
.styled-select {
background: url('images/arrow_down.png') no-repeat 95% 50%;
display: inline-block;
outline: none;
border: 1px dashed transparent;
}
.styled-select:hover {
border: 1px dashed #aaa;
}
.siteurl
{
padding-top: 0.2em;
padding-bottom: 0.2em;
float: left;
position: relative;
width: 450px;
overflow: hidden;
text-overflow: ellipsis;
}
.addressItem:hover /*> .sitebox >*/ .removesite
{
background: url('images/remove_icon.png') no-repeat;
}
.addressItem:hover /*> .sitebox >*/ .removesite2
{
display: block;
}
.removesite{
width: 20px;
height: 20px;
/*position: relative;*/
display: block;
margin: 3px 0 0 0;
}
.removesite:hover
{
cursor: pointer;
background: url('images/remove_icon_active.png') no-repeat;
width: 20px;
height: 20px;
background-position:center;
}
.removesite2
{
background: url('images/remove_icon.png') no-repeat;
width: 20px;
height: 20px;
float: right;
position: relative;
display: none;
}
.removesite2:hover
{
cursor: pointer;
background: url('images/remove_icon_active.png') no-repeat;
}
.popupback
{
position: fixed; background: url('images/black_opacity.png'); width: 100%; height: 100%; z-index: 100;
}
.popupback .styled-select2
{
position: absolute;
padding: 0px;
background: url('images/arrow_down.png') no-repeat 90% 50%;
outline: none;
margin-left: 490px;
margin-top: 3px;
background-color: #fff;
}
.popupback .styled-select2 select {
background: transparent;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 1px;
border: 0;
-webkit-appearance: none;
outline: none;
}
.popupback .addbutton
{
width: 50px; height: 25px; margin-top: 2px; float: left;
background-image: url('images/explorer_arrow_white.png');
background-repeat: no-repeat;
background-position: center;
background-color: #61ab00;
}
.popupback .addbutton:hover
{
background-color: #7AC100;
cursor: pointer;
}
.popupback .styled-select2:hover
{
background-color: #f2f2f2;
}
.greenButton{
color: #fff;
font-size: 16px;
line-height: 18px;
cursor: pointer;
display: inline;
background: #61ab00;
padding: 5px 13px;
float: right;
position: relative;
margin-top: 15px;
width: 70px;
text-align: center;
}
.greenButton:hover
{
background: #7AC100;
}
.exceptionTable, .addUrlTable
{
width:100%; border-collapse:collapse; font-size: 0.8em;
}
.tableContainer
{
height: 360px;
overflow: auto;
border: 1px solid #ccc;
border-top: none;
/*margin-top: -3px;*/
margin: 0;
overflow-x: hidden;
}
.popup table, .exceptionTable td, .exceptionTable th
{
border: 0px solid #fff;
padding: 0.5em;
}
.popup table, .addUrlTable tbody, .addUrlTable td, .addUrlTable th
{
border: 0px solid #fff;
padding: 0.5em;
}
.siteAddress
{
font-size: 0.8em;
}
.inputAddress, .inputAddressActive
{
width: 100%;
padding: 0.2em;
color: #777;
}
.inputAddressActive
{
color: #000;
padding-right: 60px;
}
.bpad
{
margin-bottom: 1em;
}
.closePopup
{
background: url('images/remove_icon.png') no-repeat;
width: 20px;
height: 20px;
float: right;
position: relative;
margin-top: 1em;
}
.closePopup:hover
{
cursor: pointer;
background: url('images/remove_icon_active.png') no-repeat;
}
.updatingButton
{
color: #333;
font-size: 0.8em;
display: inline;
background: #ddd;
float: left;
position: relative;
margin-top: 15px;
text-align: center;
width: 12em; padding: 0.6em
}
.smallbutton
{
font-size: 0.8em; float: left; width: 8em; padding: 0.6em
}
.datatable, .datatable td
{
border-collapse:collapse;
padding: 0;
border: none;
}
.datatable td
{
padding-top: 0.5em;
}
.updateButton{
color: #333;
/*font-size: 0.8em;*/
font-size: 1em;
cursor: pointer;
display: inline;
background: #ddd;
padding: 0.6em;
position: relative;
margin-top: 15px;
width: 12em;
text-align: center;
}
.updateButton:hover
{
background: #aaa;
color: #fff;
}
.blackDesc {
color: #111;
/*font-size: 0.8em;*/
font-size: 1em;
margin-top: 0.3em;
margin-bottom: 2em;
}
.wiz-grayButton{
color: #333;
/*font-size: 0.8em;*/
font-size: 1em;
background: #ddd;
float: left;
position: relative;
text-align: center;
padding: 0.6em;
white-space: nowrap;
min-width: 7em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;
user-select: none;
}
.wiz-grayButton:hover
{
background: #aaa;
color: #fff;
cursor: pointer;
}
.wiz-greenButton{
color: #fff;
/*font-size: 0.8em;*/
font-size: 1em;
background: #679ae6;
float: left;
position: relative;
text-align: center;
padding: 0.6em;
white-space: nowrap;
min-width: 7em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;
user-select: none;
}
.wiz-greenButton:hover
{
background: #78a9f2;
cursor: pointer;
}
.wiz-lmargin
{
margin-left: 2em;
}
.wiz-tmargin
{
margin-top: 2em;
}
.wiz-steps
{
position: absolute;
}
.wiz-step
{
background: #ccc;
width: 0.6em;
height: 0.6em;
border-radius: 20px;
float: left;
margin-left: 0.5em;
}
.wiz-step[active]
{
background: #7AC100;
}
.wiz-start-step,
.wiz-social-step,
.wiz-ads-step,
.wiz-flash-step,
.wiz-tracker-step
{
width: 320px;
height: 190px;
background-repeat: no-repeat;
float: left;
}
.wiz-start-step[off]{background-image: url(images/wiz-start-off.png);}
.wiz-start-step[on]{background-image: url(images/wiz-start-on.png);}
.wiz-social-step[off]{background-image: url(images/wiz-social-off.png);}
.wiz-social-step[on]{background-image: url(images/wiz-social-on.png);}
.wiz-ads-step[off]{background-image: url(images/wiz-ads-off.png);}
.wiz-ads-step[on]{background-image: url(images/wiz-ads-on.png);}
.wiz-flash-step[off]{background-image: url(images/wiz-flash-off.png);}
.wiz-flash-step[on]{background-image: url(images/wiz-flash-on.png);}
.wiz-tracker-step[off]{background-image: url(images/wiz-tracker-off.png);}
.wiz-tracker-step[on]{background-image: url(images/wiz-tracker-on.png);}
.wiz-item
{
width: 320px;
float: left;
position: relative;
padding: 5px;
text-align: center;
}
.wiz-item:hover
{
cursor: pointer;
background-color: #f2f2f2;
}
.wiz-item[selected]
{
color: #fff;
background: #61ab00;
}
.wiz-item[selected]:hover
{
cursor: default;
}
.wiz-item > span{
/*font-size: 0.8em;*/
font-size: 1em;
}
.stepItem
{
min-width: 700px;
max-width: 700px;
}
.wiz-finish
{
width: 320px;
height: 200px;
background-image: url(images/wiz-finish.png);
background-repeat: no-repeat;
margin-bottom: 1.5em;
}
.wiz-start
{
width: 320px;
height: 200px;
background-image: url(images/wiz-start.png);
background-repeat: no-repeat;
margin-bottom: 1.5em;
}
/* POPUP WEAPPER */
.optpage_popup-wrap{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.optpage_popup-column{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow-y: auto;
text-align: center;
}
.optpage_popup-column:before,
.optpage_popup-content{
display: inline-block;
vertical-align: middle;
}
.optpage_popup-column:before{
content: "";
width: 0;
height: 100%;
}
.optpage_popup-content{
width: 600px;
margin: 0 auto;
height: 560px;
padding: 0 30px;
background-color: #fff;
text-align: left;
}
/* POPUP WEAPPER */
.optpage_header3{
margin: 36px 0 0 0;
padding: 0;
font-size: 24px;
line-height: 28px;
}
.wizpage_header3{
font-size: 24px;
line-height: 28px !important;
}
.optpage_urlblock-input{
font-size: 13px;
line-height: 17px;
height: 23px;
padding: 3px 105px 3px 3px;
width: 540px;
border: 1px solid #aaa;
/*outline: none;*/
margin: 0;
}
.optpage_urlblock-wrap{
position: relative;
}
.optpage_urlblock-select{
position: absolute;
right: 62px;
top: 2px;
background: url(images/arrow_down.png) transparent 90% 50% no-repeat;
padding: 0 5px;
margin: 0;
/* width: 100px;*/
border: none;
-webkit-appearance: none;
outline: none;
font-size: 13px;
line-height: 17px;
height: 19px;
}
.optpage_urlblock-wrap:hover > .optpage_urlblock-select{
background-color: #f2f2f2;
}
.optpage_urlblock-btn{
position: absolute;
left: 540px;
right: 0;
top: 0;
height: 23px;
background: url(images/explorer_arrow_white.png) #61ab00 50% 50% no-repeat;
cursor: pointer;
}
/* ribtable: */
.optpage_ribtable-wrap{
/*width: 100%;*/
height: 360px;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
overflow-y: auto;
overflow-x: hidden;
text-overflow: ellipsis;
}
.optpage_ribtable{
border-collapse: collapse;
border: none !important;
padding: 0 !important;
}
.optpage_ribtable td{
vertical-align: top;
padding: 6px;
font-size: 13px;
line-height: 20px;
border: none;
}
.optpage_ribtable td:first-child{
width: 100%;
position: relative;
}
.optpage_ribtable_max-column{
position: absolute;
left: 0px;
right: 0px;
top: 0px;
overflow: hidden;
text-overflow: ellipsis;
padding: 10px;
white-space: nowrap;
}
/*.optpage_ribtable_ususal-column{
min-width: 100px;
}*/
/* :ribtable */
.optpage_ribtable_max-column{
}
.optpage_ribtable td{
}
.optpage_ribtable tr:nth-child(even){
background-color: rgb(242, 242, 242);
}
.optpage_ribtable td:first-child{
padding: 0;
} | onthefly_overwrite/more_tests/acceptance_tests/aleggpabliehgbeagmfhnodcijcmbonb_3_9_13/content/css/options.css | a:link, a:visited {color:#339900; text-decoration:none;}
a:hover, a:active {color:#007700;}
body {
border: 0;
margin: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
line-height: 15px;
min-width: 800px;
min-height: 100%;
position: relative;
padding: 0 0 70px 0;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
xmp
{
font-family: Helvetica, Arial, sans-serif;
margin: 0;
padding: 0;
}
ul, ol, li, p {
margin: 0;
padding: 0;
}
.clear {
clear: both;
visibility: hidden;
height: 1px;
border: 1px solid transparent;
margin-bottom: 0px;
}
.regularWidth {
width: 75%;
max-width: 650px;
margin: 0 auto;
}
h2 {
color: #61ab00;
font-size: 1.5em;
font-weight: normal;
}
/*************************************************
Head
*/
#head {
background: #61ab00;
color: #fff;
font-size: .9em;
}
#head .regularWidth {
position: relative;
height: 6.7em;
}
#head .regularWidth > * {
margin-left: -30px;
margin-right: 1.3em;
}
#head img,
#head p {
bottom: 1.3em;
position: absolute;
}
#head img {
width: 192px;
margin-right: 1.3em;
}
#head p {
left: 209px;
font-size: .9em;
line-height: 1.3em;
margin-bottom: -1px;
display: none;
}
#head hr {
display: none;
}
/*************************************************
Content
*/
#content {
position: relative;
}
#content .regularWidth > * {
margin-left: 20px;
margin-right: 1.3em;
}
#content h2,
.popupback h2{
margin: 1.5em 0 0 0em;
padding: 0;
line-height: 21px;
}
#autoCheckWebsitesDesc, #internetTrackerDesc, #pageContentDesc, #updateDesc{
color: #777;
font-size: 1em;
margin-top: 0.3em;
margin-bottom: 2em;
}
#flashExceptionDesc, #adsExceptionDesc{
color: #777;
font-size: 13px;
line-height: 15px;
margin: 4px 0px 25px;
}
#options-form p {
margin-bottom: 6px;
}
#options-form p:last-child {
margin-bottom: 0;
}
#vkontakte-check,
#facebook-check,
#google-check {
float: left;
}
#vkontakte-check-label,
#facebook-check-label,
#google-check-label {
margin-left: 24px;
padding: 3px 0 0 30px;
background-repeat: no-repeat;
/* background-position: 0 -4px;*/
min-height: 22px;
display: block;
}
#facebook-check-label {
background-image: url(images/facebook_18px.png);
}
#vkontakte-check-label {
background-image: url(images/vkontakte_18px.png);
}
#google-check-label {
background-image: url(images/google_18px.png);
}
#options-form {
margin-bottom: 3.9em;
}
#status {
position: absolute;
bottom: 0;
margin-left: 1.3em;
background: #fff6bf;
padding: .5em 1em;
font-size: .9em;
}
/*************************************************
Footer
*/
#footer .regularWidth {
border-top: 1px solid #c7c8ca;
padding-top: 1.3em;
}
#links {
list-style-type: none;
}
#links li {
float: left;
/*font-size: .75em;*/
font-size: 0.9em;
color: #999;
margin-right: 1.3em;
}
#links li a {
color: #999;
}
#links li#copyrightContainer {
float: right;
margin-right: 0;
}
/************/
.facebookicon, .vkicon, .googleicon{
width: 50px;
height:50px;
cursor: pointer;
}
.facebookicon{
background-image: url(images/facebook.png);
}
.vkicon{
background-image: url(images/vk.png);
}
.googleicon{
background-image: url(images/google.png);
}
.facebookicon[selected="true"]{
background-image: url(images/facebook_selected.png);
}
.vkicon[selected="true"]{
background-image: url(images/vk_selected.png);
}
.checker
{
background: #fff;
width: 20px;
height: 20px;
margin-left: 33px;
margin-top: -16px;
}
.googleicon[selected="true"]{
background-image: url(images/google_selected.png);
}
.socialitem{
width:50px;
margin-right: 25px;
text-align: center;
float:left;
position:relative;
}
.description
{
color: #777;
font-size: 0.9em;
}
.section
{
color: #333;
font-size: 1em;
background: transparent;
width: 100%;
float: left;
margin-top: -1px;
}
.high, .middle, .low, .turnoff
{
font-size: 0.8em;
}
.high
{
color: #529100;
}
.middle
{
color: #ec8b00;
}
.low
{
color: #cc0000;
}
.turnoff
{
color: #777;
}
.title
{
color: #333;
margin-bottom: 1em;
}
.title:hover
{
color: #000;
}
.lfloat
{
float: left;
}
.trackertitle
{
font-size: 0.9em;
width: 530px;
line-height: 1.2em;
margin-bottom: 1.5em;
}
.table_item
{
text-align: center;
width: 40px;
}
.table_item[selected="true"]
{
/*background: #fff6bf;*/
background: #4c4c4c;
}
table, td, th{
/*padding: 0.5em;*/
padding: 12px 8px;
border: 1px solid #aaa;
}
.table_section
{
font-size: 0.8em;
padding: 1em;
line-height: 1.2em;
}
.table_section .description
{
margin-top: 0.2em;
}
.contentsettings{
/*font-size: 0.8em;*/
font-size: 1em;
line-height: 1.8em;
}
.button
{
color: #333;
font-size: 1em;
cursor: pointer;
display: inline;
background: #ddd;
padding: 0.3em;
padding-left: 0.8em;
padding-right: 0.8em;
}
.button:hover{
color: #fff;
background: #aaa;
}
.styled-select > select {
background: transparent;
padding: 3px;
border: 0;
-webkit-appearance: none;
outline: none;
}
.styled-select {
background: url('images/arrow_down.png') no-repeat 95% 50%;
display: inline-block;
outline: none;
border: 1px dashed transparent;
}
.styled-select:hover {
border: 1px dashed #aaa;
}
.siteurl
{
padding-top: 0.2em;
padding-bottom: 0.2em;
float: left;
position: relative;
width: 450px;
overflow: hidden;
text-overflow: ellipsis;
}
.addressItem:hover /*> .sitebox >*/ .removesite
{
background: url('images/remove_icon.png') no-repeat;
}
.addressItem:hover /*> .sitebox >*/ .removesite2
{
display: block;
}
.removesite{
width: 20px;
height: 20px;
/*position: relative;*/
display: block;
margin: 3px 0 0 0;
}
.removesite:hover
{
cursor: pointer;
background: url('images/remove_icon_active.png') no-repeat;
width: 20px;
height: 20px;
background-position:center;
}
.removesite2
{
background: url('images/remove_icon.png') no-repeat;
width: 20px;
height: 20px;
float: right;
position: relative;
display: none;
}
.removesite2:hover
{
cursor: pointer;
background: url('images/remove_icon_active.png') no-repeat;
}
.popupback
{
position: fixed; background: url('images/black_opacity.png'); width: 100%; height: 100%; z-index: 100;
}
.popupback .styled-select2
{
position: absolute;
padding: 0px;
background: url('images/arrow_down.png') no-repeat 90% 50%;
outline: none;
margin-left: 490px;
margin-top: 3px;
background-color: #fff;
}
.popupback .styled-select2 select {
background: transparent;
padding-left: 3px;
padding-right: 3px;
padding-bottom: 1px;
border: 0;
-webkit-appearance: none;
outline: none;
}
.popupback .addbutton
{
width: 50px; height: 25px; margin-top: 2px; float: left;
background-image: url('images/explorer_arrow_white.png');
background-repeat: no-repeat;
background-position: center;
background-color: #61ab00;
}
.popupback .addbutton:hover
{
background-color: #7AC100;
cursor: pointer;
}
.popupback .styled-select2:hover
{
background-color: #f2f2f2;
}
.greenButton{
color: #fff;
font-size: 16px;
line-height: 18px;
cursor: pointer;
display: inline;
background: #61ab00;
padding: 5px 13px;
float: right;
position: relative;
margin-top: 15px;
width: 70px;
text-align: center;
}
.greenButton:hover
{
background: #7AC100;
}
.exceptionTable, .addUrlTable
{
width:100%; border-collapse:collapse; font-size: 0.8em;
}
.tableContainer
{
height: 360px;
overflow: auto;
border: 1px solid #ccc;
border-top: none;
/*margin-top: -3px;*/
margin: 0;
overflow-x: hidden;
}
.popup table, .exceptionTable td, .exceptionTable th
{
border: 0px solid #fff;
padding: 0.5em;
}
.popup table, .addUrlTable tbody, .addUrlTable td, .addUrlTable th
{
border: 0px solid #fff;
padding: 0.5em;
}
.siteAddress
{
font-size: 0.8em;
}
.inputAddress, .inputAddressActive
{
width: 100%;
padding: 0.2em;
color: #777;
}
.inputAddressActive
{
color: #000;
padding-right: 60px;
}
.bpad
{
margin-bottom: 1em;
}
.closePopup
{
background: url('images/remove_icon.png') no-repeat;
width: 20px;
height: 20px;
float: right;
position: relative;
margin-top: 1em;
}
.closePopup:hover
{
cursor: pointer;
background: url('images/remove_icon_active.png') no-repeat;
}
.updatingButton
{
color: #333;
font-size: 0.8em;
display: inline;
background: #ddd;
float: left;
position: relative;
margin-top: 15px;
text-align: center;
width: 12em; padding: 0.6em
}
.smallbutton
{
font-size: 0.8em; float: left; width: 8em; padding: 0.6em
}
.datatable, .datatable td
{
border-collapse:collapse;
padding: 0;
border: none;
}
.datatable td
{
padding-top: 0.5em;
}
.updateButton{
color: #333;
/*font-size: 0.8em;*/
font-size: 1em;
cursor: pointer;
display: inline;
background: #ddd;
padding: 0.6em;
position: relative;
margin-top: 15px;
width: 12em;
text-align: center;
}
.updateButton:hover
{
background: #aaa;
color: #fff;
}
.blackDesc {
color: #111;
/*font-size: 0.8em;*/
font-size: 1em;
margin-top: 0.3em;
margin-bottom: 2em;
}
.wiz-grayButton{
color: #333;
/*font-size: 0.8em;*/
font-size: 1em;
background: #ddd;
float: left;
position: relative;
text-align: center;
padding: 0.6em;
white-space: nowrap;
min-width: 7em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;
user-select: none;
}
.wiz-grayButton:hover
{
background: #aaa;
color: #fff;
cursor: pointer;
}
.wiz-greenButton{
color: #fff;
/*font-size: 0.8em;*/
font-size: 1em;
background: #679ae6;
float: left;
position: relative;
text-align: center;
padding: 0.6em;
white-space: nowrap;
min-width: 7em;
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: moz-none;
-ms-user-select: none;
user-select: none;
}
.wiz-greenButton:hover
{
background: #78a9f2;
cursor: pointer;
}
.wiz-lmargin
{
margin-left: 2em;
}
.wiz-tmargin
{
margin-top: 2em;
}
.wiz-steps
{
position: absolute;
}
.wiz-step
{
background: #ccc;
width: 0.6em;
height: 0.6em;
border-radius: 20px;
float: left;
margin-left: 0.5em;
}
.wiz-step[active]
{
background: #7AC100;
}
.wiz-start-step,
.wiz-social-step,
.wiz-ads-step,
.wiz-flash-step,
.wiz-tracker-step
{
width: 320px;
height: 190px;
background-repeat: no-repeat;
float: left;
}
.wiz-start-step[off]{background-image: url(images/wiz-start-off.png);}
.wiz-start-step[on]{background-image: url(images/wiz-start-on.png);}
.wiz-social-step[off]{background-image: url(images/wiz-social-off.png);}
.wiz-social-step[on]{background-image: url(images/wiz-social-on.png);}
.wiz-ads-step[off]{background-image: url(images/wiz-ads-off.png);}
.wiz-ads-step[on]{background-image: url(images/wiz-ads-on.png);}
.wiz-flash-step[off]{background-image: url(images/wiz-flash-off.png);}
.wiz-flash-step[on]{background-image: url(images/wiz-flash-on.png);}
.wiz-tracker-step[off]{background-image: url(images/wiz-tracker-off.png);}
.wiz-tracker-step[on]{background-image: url(images/wiz-tracker-on.png);}
.wiz-item
{
width: 320px;
float: left;
position: relative;
padding: 5px;
text-align: center;
}
.wiz-item:hover
{
cursor: pointer;
background-color: #f2f2f2;
}
.wiz-item[selected]
{
color: #fff;
background: #61ab00;
}
.wiz-item[selected]:hover
{
cursor: default;
}
.wiz-item > span{
/*font-size: 0.8em;*/
font-size: 1em;
}
.stepItem
{
min-width: 700px;
max-width: 700px;
}
.wiz-finish
{
width: 320px;
height: 200px;
background-image: url(images/wiz-finish.png);
background-repeat: no-repeat;
margin-bottom: 1.5em;
}
.wiz-start
{
width: 320px;
height: 200px;
background-image: url(images/wiz-start.png);
background-repeat: no-repeat;
margin-bottom: 1.5em;
}
/* POPUP WEAPPER */
.optpage_popup-wrap{
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.5);
z-index: 1;
}
.optpage_popup-column{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow-y: auto;
text-align: center;
}
.optpage_popup-column:before,
.optpage_popup-content{
display: inline-block;
vertical-align: middle;
}
.optpage_popup-column:before{
content: "";
width: 0;
height: 100%;
}
.optpage_popup-content{
width: 600px;
margin: 0 auto;
height: 560px;
padding: 0 30px;
background-color: #fff;
text-align: left;
}
/* POPUP WEAPPER */
.optpage_header3{
margin: 36px 0 0 0;
padding: 0;
font-size: 24px;
line-height: 28px;
}
.wizpage_header3{
font-size: 24px;
line-height: 28px !important;
}
.optpage_urlblock-input{
font-size: 13px;
line-height: 17px;
height: 23px;
padding: 3px 105px 3px 3px;
width: 540px;
border: 1px solid #aaa;
/*outline: none;*/
margin: 0;
}
.optpage_urlblock-wrap{
position: relative;
}
.optpage_urlblock-select{
position: absolute;
right: 62px;
top: 2px;
background: url(images/arrow_down.png) transparent 90% 50% no-repeat;
padding: 0 5px;
margin: 0;
/* width: 100px;*/
border: none;
-webkit-appearance: none;
outline: none;
font-size: 13px;
line-height: 17px;
height: 19px;
}
.optpage_urlblock-wrap:hover > .optpage_urlblock-select{
background-color: #f2f2f2;
}
.optpage_urlblock-btn{
position: absolute;
left: 540px;
right: 0;
top: 0;
height: 23px;
background: url(images/explorer_arrow_white.png) #61ab00 50% 50% no-repeat;
cursor: pointer;
}
/* ribtable: */
.optpage_ribtable-wrap{
/*width: 100%;*/
height: 360px;
border-left: 1px solid #aaa;
border-right: 1px solid #aaa;
border-bottom: 1px solid #aaa;
overflow-y: auto;
overflow-x: hidden;
text-overflow: ellipsis;
}
.optpage_ribtable{
border-collapse: collapse;
border: none !important;
padding: 0 !important;
}
.optpage_ribtable td{
vertical-align: top;
padding: 6px;
font-size: 13px;
line-height: 20px;
border: none;
}
.optpage_ribtable td:first-child{
width: 100%;
position: relative;
}
.optpage_ribtable_max-column{
position: absolute;
left: 0px;
right: 0px;
top: 0px;
overflow: hidden;
text-overflow: ellipsis;
padding: 10px;
white-space: nowrap;
}
/*.optpage_ribtable_ususal-column{
min-width: 100px;
}*/
/* :ribtable */
.optpage_ribtable_max-column{
}
.optpage_ribtable td{
}
.optpage_ribtable tr:nth-child(even){
background-color: rgb(242, 242, 242);
}
.optpage_ribtable td:first-child{
padding: 0;
} | 0.326379 | 0.216467 |
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;1,400;1,700&display=swap");
body {
margin: 0;
background-color: #fdfcff;
display: flex;
flex-direction: column;
}
/*Navigation Bar*/
header {
display: flex;
justify-content: flex-end;
align-items: center;
margin: 40px 20px 5px 20px;
}
.logo {
margin-right: auto;
width: 300px;
}
ul,
a {
font-family: Roboto Condensed, sans-serif;
font-size: 28px;
font-weight: 700;
list-style: none;
text-decoration: none;
color: #ff476b;
}
.nav li {
display: inline-block;
padding: 0px 20px;
}
.nav li a {
transition: all 0.3s ease 0s;
}
.nav li a:hover {
color: #c2e812;
}
hr {
border: 2px solid #c2e812;
max-width: auto;
margin-bottom: 30px;
width: 100%;
}
/*Content*/
.banner {
font-family: Roboto Condensed, sans-serif;
font-size: 32px;
font-weight: 700;
color: #fdfcff;
background-color: #ff819a;
padding: 30px;
text-align: center;
margin-bottom: 40px;
}
h1 {
font-family: Roboto Condensed, sans-serif;
font-size: 32px;
font-weight: 700;
color: #ff476b;
}
h2 {
font-family: Roboto Condensed, sans-serif;
font-size: 26px;
font-weight: 700;
color: #ff819a;
}
h3 {
font-family: Roboto Condensed, sans-serif;
font-size: 20px;
font-weight: 400;
font-style: italic;
color: #15141b;
}
h4 {
font-family: Roboto Condensed, sans-serif;
font-size: 20px;
font-weight: 400;
color: #ff819a;
margin-top: -15px;
margin-bottom: 15px;
text-align: center;
transition: all 0.3s ease 0s;
}
h4:hover {
color: #c2e812;
}
.text {
align-self: center;
max-width: 925px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 200px;
}
p {
font-family: Roboto Condensed, sans-serif;
font-size: 20px;
font-weight: 400;
color: #555555;
line-height: 25px;
}
footer {
font-family: Roboto Condensed, sans-serif;
font-size: 16px;
font-weight: 400;
color: #fdfcff;
background-color: #ff819a;
padding: 25px;
text-align: center;
}
@media (max-width: 850px) {
p {
font-size: 18px;
line-height: 23px;
}
}
@media (max-width: 750px) {
p {
font-size: 16px;
line-height: 21px;
}
} | info-style.css | @import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;1,400;1,700&display=swap");
body {
margin: 0;
background-color: #fdfcff;
display: flex;
flex-direction: column;
}
/*Navigation Bar*/
header {
display: flex;
justify-content: flex-end;
align-items: center;
margin: 40px 20px 5px 20px;
}
.logo {
margin-right: auto;
width: 300px;
}
ul,
a {
font-family: Roboto Condensed, sans-serif;
font-size: 28px;
font-weight: 700;
list-style: none;
text-decoration: none;
color: #ff476b;
}
.nav li {
display: inline-block;
padding: 0px 20px;
}
.nav li a {
transition: all 0.3s ease 0s;
}
.nav li a:hover {
color: #c2e812;
}
hr {
border: 2px solid #c2e812;
max-width: auto;
margin-bottom: 30px;
width: 100%;
}
/*Content*/
.banner {
font-family: Roboto Condensed, sans-serif;
font-size: 32px;
font-weight: 700;
color: #fdfcff;
background-color: #ff819a;
padding: 30px;
text-align: center;
margin-bottom: 40px;
}
h1 {
font-family: Roboto Condensed, sans-serif;
font-size: 32px;
font-weight: 700;
color: #ff476b;
}
h2 {
font-family: Roboto Condensed, sans-serif;
font-size: 26px;
font-weight: 700;
color: #ff819a;
}
h3 {
font-family: Roboto Condensed, sans-serif;
font-size: 20px;
font-weight: 400;
font-style: italic;
color: #15141b;
}
h4 {
font-family: Roboto Condensed, sans-serif;
font-size: 20px;
font-weight: 400;
color: #ff819a;
margin-top: -15px;
margin-bottom: 15px;
text-align: center;
transition: all 0.3s ease 0s;
}
h4:hover {
color: #c2e812;
}
.text {
align-self: center;
max-width: 925px;
padding-left: 30px;
padding-right: 30px;
padding-bottom: 200px;
}
p {
font-family: Roboto Condensed, sans-serif;
font-size: 20px;
font-weight: 400;
color: #555555;
line-height: 25px;
}
footer {
font-family: Roboto Condensed, sans-serif;
font-size: 16px;
font-weight: 400;
color: #fdfcff;
background-color: #ff819a;
padding: 25px;
text-align: center;
}
@media (max-width: 850px) {
p {
font-size: 18px;
line-height: 23px;
}
}
@media (max-width: 750px) {
p {
font-size: 16px;
line-height: 21px;
}
} | 0.287468 | 0.088426 |
@font-face {
font-family: "OpenSans-Light";
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype");
/* Safari, Android, iOS */ }
/* Open Sans Regular */
@font-face {
font-family: "OpenSans-Regular";
font-style: normal;
font-weight: 400;
src: local("Open Sans"), local("OpenSans"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype");
/* Safari, Android, iOS */ }
/* Open Sans Semi-Bold */
@font-face {
font-family: "OpenSans-Semibold";
font-style: normal;
font-weight: 600;
src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype");
/* Safari, Android, iOS */ }
/* Open Sans Bold */
@font-face {
font-family: "OpenSans-Bold";
font-style: normal;
font-weight: 700;
src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype");
/* Safari, Android, iOS */ }
/*
* Typography
*
* Heavily influenced by http://typecast.com/blog/a-more-modern-scale-for-web-typography
*/
body {
font-size: 100%;
font-family: "OpenSans-Regular", "Helvetica Neue", Helvetica, tahoma, geneva, arial, sans-serif; }
h1,
h2 {
font-family: "OpenSans-Light", "Helvetica Neue", Helvetica, tahoma, geneva, arial, sans-serif; }
/* Body Content */
p {
font-size: 1em;
/* equivalent to 16px */
line-height: 1.25;
/* equivalent to 20px */
margin: 0 0 1rem; }
@media (min-width: 720px) {
p {
line-height: 1.375;
/* equivalent to 22px */ } }
h1 {
font-size: 2em;
/* 2x body copy size = 32px */
line-height: 1.25;
/* 45px / 36px */
margin: 0.5em 0; }
@media (min-width: 720px) {
h1 {
font-size: 2.5em;
/* 2.5x body copy size = 40px */
line-height: 1.125; } }
@media (min-width: 900px) {
h1 {
font-size: 3em;
/* 3x body copy size = 48px */
line-height: 1.05;
/* keep to a multiple of the 20px line height and something more appropriate for display headings */ } }
h2 {
font-size: 1.625em;
/* 1.625x body copy size = 26px */
line-height: 1.15384615;
/* 30px / 26px */
margin: 1.25rem 0 0.75rem; }
@media (min-width: 720px) {
h2 {
font-size: 2em;
/* 2x body copy size = 32px */
line-height: 1.25; } }
@media (min-width: 900px) {
h2 {
font-size: 2.25em;
/* 2.25x body copy size = 36px */ } }
h3 {
font-size: 1.375em;
/* 1.375x body copy size = 22px */
line-height: 1.13636364;
/* 25px / 22px */
margin: 1.25rem 0 0.75rem; }
@media (min-width: 720px) {
h3 {
font-size: 1.5em;
/* 1.5x body copy size = 24px */
line-height: 1.25; } }
@media (min-width: 900px) {
h3 {
font-size: 1.75em;
/* 1.75x body copy size = 28px */ } }
h4 {
font-size: 1.125em;
/* 1.125x body copy size = 18px */
line-height: 1.11111111;
margin: 1.25rem 0 0.75rem; }
@media (min-width: 720px) {
h4 {
line-height: 1.22222222;
/* (22px / 18px */ } }
blockquote {
font-size: 1.25em;
/* 20px / 16px */
line-height: 1.25;
/* 25px / 20px */ }
@media (min-width: 720px) {
blockquote {
font-size: 1.5em;
/* 24px / 16px = */
line-height: 1.45833333;
/* 35px / 24px */ } }
.jsc-grid__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -12px; }
.jsc-grid__item {
-ms-flex-preferred-size: 50%;
flex-basis: 50%; }
.jsc-grid__item > * {
margin: 0 12px 24px; }
.jsc-grid__item--six, .jsc-grid__item--seven, .jsc-grid__item--eight, .jsc-grid__item--nine, .jsc-grid__item--ten, .jsc-grid__item--eleven, .jsc-grid__item--full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
@media screen and (min-width: 480px) {
.jsc-grid__item {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%; }
.jsc-grid__item--two {
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%; }
.jsc-grid__item--three {
-ms-flex-preferred-size: 25%;
flex-basis: 25%; }
.jsc-grid__item--four {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%; }
.jsc-grid__item--five {
-ms-flex-preferred-size: 41.666%;
flex-basis: 41.666%; }
.jsc-grid__item--six {
-ms-flex-preferred-size: 50%;
flex-basis: 50%; }
.jsc-grid__item--seven {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%; }
.jsc-grid__item--eight {
-ms-flex-preferred-size: 66.666%;
flex-basis: 66.666%; }
.jsc-grid__item--nine {
-ms-flex-preferred-size: 75%;
flex-basis: 75%; }
.jsc-grid__item--ten {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%; }
.jsc-grid__item--eleven {
-ms-flex-preferred-size: 91.666%;
flex-basis: 91.666%; }
.jsc-grid__item--full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%; } }
@supports (display: grid) {
.jsc-grid__wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 24px;
margin: 24px 0; }
@media screen and (min-width: 480px) {
.jsc-grid__wrapper {
grid-template-columns: repeat(6, 1fr); } }
@media screen and (min-width: 900px) {
.jsc-grid__wrapper {
grid-template-columns: repeat(12, 1fr); } }
.jsc-grid__item > * {
margin: 0; }
.jsc-grid__item figure,
.jsc-grid__item img {
max-width: 100%; }
.jsc-grid__item--six, .jsc-grid__item--seven, .jsc-grid__item--eight, .jsc-grid__item--nine, .jsc-grid__item--ten, .jsc-grid__item--eleven, .jsc-grid__item--full {
grid-column-end: span 2; }
@media screen and (min-width: 480px) {
.jsc-grid__item--two {
grid-column-end: span 1; }
.jsc-grid__item--three {
grid-column-end: span 2; }
.jsc-grid__item--four {
grid-column-end: span 2; }
.jsc-grid__item--five {
grid-column-end: span 3; }
.jsc-grid__item--six {
grid-column-end: span 3; }
.jsc-grid__item--seven {
grid-column-end: span 3; }
.jsc-grid__item--eight {
grid-column-end: span 4; }
.jsc-grid__item--nine {
grid-column-end: span 4; }
.jsc-grid__item--ten {
grid-column-end: span 5; }
.jsc-grid__item--eleven {
grid-column-end: span 6; }
.jsc-grid__item--full {
grid-column-end: span 6; } }
@media screen and (min-width: 900px) {
.jsc-grid__item--two {
grid-column-end: span 2; }
.jsc-grid__item--three {
grid-column-end: span 3; }
.jsc-grid__item--four {
grid-column-end: span 4; }
.jsc-grid__item--five {
grid-column-end: span 5; }
.jsc-grid__item--six {
grid-column-end: span 6; }
.jsc-grid__item--seven {
grid-column-end: span 7; }
.jsc-grid__item--eight {
grid-column-end: span 8; }
.jsc-grid__item--nine {
grid-column-end: span 9; }
.jsc-grid__item--ten {
grid-column-end: span 10; }
.jsc-grid__item--eleven {
grid-column-end: span 11; }
.jsc-grid__item--full {
grid-column-end: span 12; } } }
.jsc-tab__tab-list {
list-style: none;
padding-left: 0;
margin-bottom: 0; }
.jsc-tab__tab {
display: inline-block; }
.jsc-tab__tab a {
display: inline-block;
padding: 5px;
border: 2px solid;
border-bottom: 0;
background: #e5e5e5;
color: #4d4d4d;
text-decoration: none;
-ms-touch-action: manipulation;
touch-action: manipulation; }
.jsc-tab__tab a:hover, .jsc-tab__tab a:focus {
background: #4d4d4d;
border-color: #4d4d4d;
color: #e5e5e5; }
.jsc-tab__tab a:active,
.jsc-tab__tab[aria-selected="true"] a {
background: #e5e5e5;
border-color: #4d4d4d;
color: #4d4d4d; }
.jsc-tab__tab-panel {
border: 2px solid; }
.jsc-tab__tab-panel[aria-hidden="true"] {
display: none; } | scalable-css/css/all.css | @font-face {
font-family: "OpenSans-Light";
font-style: normal;
font-weight: 300;
src: local("Open Sans Light"), local("OpenSans-Light"), url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype");
/* Safari, Android, iOS */ }
/* Open Sans Regular */
@font-face {
font-family: "OpenSans-Regular";
font-style: normal;
font-weight: 400;
src: local("Open Sans"), local("OpenSans"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype");
/* Safari, Android, iOS */ }
/* Open Sans Semi-Bold */
@font-face {
font-family: "OpenSans-Semibold";
font-style: normal;
font-weight: 600;
src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype");
/* Safari, Android, iOS */ }
/* Open Sans Bold */
@font-face {
font-family: "OpenSans-Bold";
font-style: normal;
font-weight: 700;
src: local("Open Sans Bold"), local("OpenSans-Bold"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype");
/* Safari, Android, iOS */ }
/*
* Typography
*
* Heavily influenced by http://typecast.com/blog/a-more-modern-scale-for-web-typography
*/
body {
font-size: 100%;
font-family: "OpenSans-Regular", "Helvetica Neue", Helvetica, tahoma, geneva, arial, sans-serif; }
h1,
h2 {
font-family: "OpenSans-Light", "Helvetica Neue", Helvetica, tahoma, geneva, arial, sans-serif; }
/* Body Content */
p {
font-size: 1em;
/* equivalent to 16px */
line-height: 1.25;
/* equivalent to 20px */
margin: 0 0 1rem; }
@media (min-width: 720px) {
p {
line-height: 1.375;
/* equivalent to 22px */ } }
h1 {
font-size: 2em;
/* 2x body copy size = 32px */
line-height: 1.25;
/* 45px / 36px */
margin: 0.5em 0; }
@media (min-width: 720px) {
h1 {
font-size: 2.5em;
/* 2.5x body copy size = 40px */
line-height: 1.125; } }
@media (min-width: 900px) {
h1 {
font-size: 3em;
/* 3x body copy size = 48px */
line-height: 1.05;
/* keep to a multiple of the 20px line height and something more appropriate for display headings */ } }
h2 {
font-size: 1.625em;
/* 1.625x body copy size = 26px */
line-height: 1.15384615;
/* 30px / 26px */
margin: 1.25rem 0 0.75rem; }
@media (min-width: 720px) {
h2 {
font-size: 2em;
/* 2x body copy size = 32px */
line-height: 1.25; } }
@media (min-width: 900px) {
h2 {
font-size: 2.25em;
/* 2.25x body copy size = 36px */ } }
h3 {
font-size: 1.375em;
/* 1.375x body copy size = 22px */
line-height: 1.13636364;
/* 25px / 22px */
margin: 1.25rem 0 0.75rem; }
@media (min-width: 720px) {
h3 {
font-size: 1.5em;
/* 1.5x body copy size = 24px */
line-height: 1.25; } }
@media (min-width: 900px) {
h3 {
font-size: 1.75em;
/* 1.75x body copy size = 28px */ } }
h4 {
font-size: 1.125em;
/* 1.125x body copy size = 18px */
line-height: 1.11111111;
margin: 1.25rem 0 0.75rem; }
@media (min-width: 720px) {
h4 {
line-height: 1.22222222;
/* (22px / 18px */ } }
blockquote {
font-size: 1.25em;
/* 20px / 16px */
line-height: 1.25;
/* 25px / 20px */ }
@media (min-width: 720px) {
blockquote {
font-size: 1.5em;
/* 24px / 16px = */
line-height: 1.45833333;
/* 35px / 24px */ } }
.jsc-grid__wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -12px; }
.jsc-grid__item {
-ms-flex-preferred-size: 50%;
flex-basis: 50%; }
.jsc-grid__item > * {
margin: 0 12px 24px; }
.jsc-grid__item--six, .jsc-grid__item--seven, .jsc-grid__item--eight, .jsc-grid__item--nine, .jsc-grid__item--ten, .jsc-grid__item--eleven, .jsc-grid__item--full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%; }
@media screen and (min-width: 480px) {
.jsc-grid__item {
-ms-flex-preferred-size: 8.333%;
flex-basis: 8.333%; }
.jsc-grid__item--two {
-ms-flex-preferred-size: 16.666%;
flex-basis: 16.666%; }
.jsc-grid__item--three {
-ms-flex-preferred-size: 25%;
flex-basis: 25%; }
.jsc-grid__item--four {
-ms-flex-preferred-size: 33.333%;
flex-basis: 33.333%; }
.jsc-grid__item--five {
-ms-flex-preferred-size: 41.666%;
flex-basis: 41.666%; }
.jsc-grid__item--six {
-ms-flex-preferred-size: 50%;
flex-basis: 50%; }
.jsc-grid__item--seven {
-ms-flex-preferred-size: 58.333%;
flex-basis: 58.333%; }
.jsc-grid__item--eight {
-ms-flex-preferred-size: 66.666%;
flex-basis: 66.666%; }
.jsc-grid__item--nine {
-ms-flex-preferred-size: 75%;
flex-basis: 75%; }
.jsc-grid__item--ten {
-ms-flex-preferred-size: 83.333%;
flex-basis: 83.333%; }
.jsc-grid__item--eleven {
-ms-flex-preferred-size: 91.666%;
flex-basis: 91.666%; }
.jsc-grid__item--full {
-ms-flex-preferred-size: 100%;
flex-basis: 100%; } }
@supports (display: grid) {
.jsc-grid__wrapper {
display: grid;
grid-template-columns: 1fr 1fr;
grid-gap: 24px;
margin: 24px 0; }
@media screen and (min-width: 480px) {
.jsc-grid__wrapper {
grid-template-columns: repeat(6, 1fr); } }
@media screen and (min-width: 900px) {
.jsc-grid__wrapper {
grid-template-columns: repeat(12, 1fr); } }
.jsc-grid__item > * {
margin: 0; }
.jsc-grid__item figure,
.jsc-grid__item img {
max-width: 100%; }
.jsc-grid__item--six, .jsc-grid__item--seven, .jsc-grid__item--eight, .jsc-grid__item--nine, .jsc-grid__item--ten, .jsc-grid__item--eleven, .jsc-grid__item--full {
grid-column-end: span 2; }
@media screen and (min-width: 480px) {
.jsc-grid__item--two {
grid-column-end: span 1; }
.jsc-grid__item--three {
grid-column-end: span 2; }
.jsc-grid__item--four {
grid-column-end: span 2; }
.jsc-grid__item--five {
grid-column-end: span 3; }
.jsc-grid__item--six {
grid-column-end: span 3; }
.jsc-grid__item--seven {
grid-column-end: span 3; }
.jsc-grid__item--eight {
grid-column-end: span 4; }
.jsc-grid__item--nine {
grid-column-end: span 4; }
.jsc-grid__item--ten {
grid-column-end: span 5; }
.jsc-grid__item--eleven {
grid-column-end: span 6; }
.jsc-grid__item--full {
grid-column-end: span 6; } }
@media screen and (min-width: 900px) {
.jsc-grid__item--two {
grid-column-end: span 2; }
.jsc-grid__item--three {
grid-column-end: span 3; }
.jsc-grid__item--four {
grid-column-end: span 4; }
.jsc-grid__item--five {
grid-column-end: span 5; }
.jsc-grid__item--six {
grid-column-end: span 6; }
.jsc-grid__item--seven {
grid-column-end: span 7; }
.jsc-grid__item--eight {
grid-column-end: span 8; }
.jsc-grid__item--nine {
grid-column-end: span 9; }
.jsc-grid__item--ten {
grid-column-end: span 10; }
.jsc-grid__item--eleven {
grid-column-end: span 11; }
.jsc-grid__item--full {
grid-column-end: span 12; } } }
.jsc-tab__tab-list {
list-style: none;
padding-left: 0;
margin-bottom: 0; }
.jsc-tab__tab {
display: inline-block; }
.jsc-tab__tab a {
display: inline-block;
padding: 5px;
border: 2px solid;
border-bottom: 0;
background: #e5e5e5;
color: #4d4d4d;
text-decoration: none;
-ms-touch-action: manipulation;
touch-action: manipulation; }
.jsc-tab__tab a:hover, .jsc-tab__tab a:focus {
background: #4d4d4d;
border-color: #4d4d4d;
color: #e5e5e5; }
.jsc-tab__tab a:active,
.jsc-tab__tab[aria-selected="true"] a {
background: #e5e5e5;
border-color: #4d4d4d;
color: #4d4d4d; }
.jsc-tab__tab-panel {
border: 2px solid; }
.jsc-tab__tab-panel[aria-hidden="true"] {
display: none; } | 0.298185 | 0.060032 |
::-webkit-scrollbar-track {
-webkit-box-shadow: inset(0 0 6px rgba(0, 0, 0, .3));
border-radius: 5px;
background: #f5f5f5;
}
::-webkit-scrollbar {
width: 10px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
-webkit-box-shadow: inset(0 0 6px rgba(0, 0, 0, .3));
background-color: #555;
/*rgb(158, 165, 171)*/
}
@font-face {
font-family: 'beyond';
src: url('../fonts/bahaus.otf');
}
@font-face {
font-family: 'kanit_medium';
src: url('../fonts/kanit_medium.ttf');
}
@font-face {
font-family: 'kanit_regular';
src: url('../fonts/kanit_regular.ttf');
}
@font-face {
font-family: 'josefin';
src: url('../fonts/josefin.ttf');
}
html,
body {
width: 100%;
height: 100%;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font: normal 75% Arial, Helvetica, sans-serif;
overflow: auto;
width: 100%;
background-color: #0c0032;
background-image: url('../images/banner.jpg');
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-origin: padding-box;
background-clip: border-box;
background-size: cover;
}
.img-container {
text-align: center;
display: block;
}
/*body:before{
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(12, 0, 50, .3);
}*/
canvas {
display: block;
top: 0;
/* vertical-align: bottom; */
}
ul {
padding-inline-start: 20px !important;
}
/*top navbar*/
.navbar {
position: absolute;
padding: 13px 0;
top: 0;
width: 100%;
background: rgba(12, 0, 50, .4);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
display: inline-block;
z-index: 1000;
position: fixed;
/* height: 15%; */
}
.navbar h1 {
color: #fff;
font-size: 39px;
letter-spacing: 1px;
font-family: "beyond";
line-height: 20px;
}
.navbar-toggler-icon,
.navbar-toggler {
color: #fff !important;
}
.navbar h1 span:nth-child(3) {
color: #d79922;
/* ea148c*/
}
/* navbar-nav*/
ul.navbar-nav {
font-family: Consolas, "courier new";
font-size: 18px;
font-weight: bold;
text-align: right;
padding-right: 15px;
}
.nav-item .btn-outline-warning {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.nav-item .btn-outline-warning:hover {
background: transparent;
color: #fff;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
/*main*/
main {
text-align: center;
position: absolute;
margin: 0 auto;
top: 13%;
margin-bottom: 20px;
}
div.window.mx-auto {
background: #fff;
padding-top: 30px;
z-index: 1;
padding-bottom: 20px;
min-height: 100%;
overflow: auto;
}
main #progressbar {
margin-bottom: 30px;
overflow: hidden;
padding-inline-start: 0px !important;
}
main #progressbar li {
list-style-type: none;
color: #99a2a8;
font-size: 9px;
width: calc(100%/6);
float: left;
position: relative;
font: 500 13px/1 "Roboto", sans-serif;
}
main #progressbar li:nth-child(2):before {
content: "\f002";
}
main #progressbar li:nth-child(3):before {
content: "\f207";
}
main #progressbar li:nth-child(4):before {
content: "\f007";
}
main #progressbar li:nth-child(5):before {
content: "\f155";
}
main #progressbar li:nth-child(6):before {
content: "\f145";
}
main #progressbar li:before {
content: "\f073";
font: normal normal normal 20px/30px FontAwesome;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
background: #eaf0f4;
border-radius: 50%;
margin: 0 auto 10px auto;
}
main #progressbar li:not(:nth-child(1)):after {
content: "";
width: 100%;
height: 10px;
background: #eaf0f4;
position: absolute;
left: -50%;
top: 21px;
z-index: -1;
}
.text-red {
color: red;
}
main #progressbar li:last-child:after {
width: 100%;
}
main #progressbar li.active {
color: #5cb85c;
}
main #progressbar li.active:before,
main #progressbar li.active:after {
background: #5cb85c;
color: white;
}
section.body {
padding-top: 20px;
overflow-y: auto;
/*max-height: 1290px;*/
overflow-x: hidden;
}
/*form*/
form>fieldset:not(:first-of-type) {
display: none;
}
#date_form {
text-align: left !important;
font-weight: 730;
font-size: 1.2em !important;
}
input {
border-radius: 5px !important;
height: 42px !important;
}
.nice-select.form-control {
padding-bottom: 15px;
}
#date_form label,
input {
color: #4b2354 !important;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #999
}
.form-control::-webkit-input-placeholder {
color: #999
}
div.buttons {
margin-top: 25px;
}
#date_form button {
background: #5cb85c !important;
color: white !important;
border: 0 none;
border-radius: 5px;
cursor: pointer;
min-width: 98px;
font: 13px "Roboto", sans-serif;
border: 1px solid #5cb85c;
margin: 0 5px;
text-transform: uppercase;
display: inline-block;
padding-top: 13px;
padding-bottom: 13px;
}
#date_form button.previous_button {
background: transparent !important;
color: #99a2a8 !important;
border-color: #99a2a8;
}
#date_form button.previous_button:hover,
#date_form button.previous_button:focus {
background: #99a2a8 !important;
border-color: #99a2a8 !important;
color: #fff !important;
}
/*searc options*/
.bus-name {
font-family: kanit_medium;
}
.bus-description div {
font-size: 15px;
font-family: josefin;
padding-top: 9px;
color: #99a2a8;
line-height: 1;
}
.fr {
float: right;
}
.bus-description div span {
color: #003300;
font-size: 14px;
}
.btn-circle {
border-radius: 25px !important;
overflow: hidden;
outline: 0px !important;
position: relative;
text-align: center;
background: transparent;
color: #5cb85c;
border: 1px solid #5cb85c;
font-family: kanit_medium;
box-shadow: 2px 4px 4px rgba(0, 0, 0, .2);
}
.book_btn {
padding: 7px 19px 7px 19px;
}
.card {
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 15px;
}
/*seat chart*/
div.seatCharts-cell {
color: #182C4E;
height: 35px;
width: 37px;
line-height: 25px;
padding-top: 5px;
}
.front-indicator {
width: 60px;
float: right;
margin-top: -26px;
margin-right: 5px;
background-color: transparent;
position: absolute;
left: 53%;
}
div.seatCharts-seat {
color: #FFFFFF;
cursor: pointer;
}
div.seatCharts-row {
height: 35px;
}
div.seatCharts-seat.available {
background-color: #969696;
}
div.seatCharts-seat.available.first-class {
background-color: #2483F7;
}
div.seatCharts-seat.available.first-class.seater_35 {
width: 60px;
}
div.seatCharts-seat.focused {
background-color: #76B474;
}
div.seatCharts-seat.selected {
background-color: #307701;
}
div.seatCharts-seat.selected.seater_35,
div.seatCharts-seat.focused.seater_35 {
width: 60px !important;
}
div.seatCharts-seat.unavailable {
background-color: #980303;
}
div.seatCharts-container {
border-right: 1px dotted #adadad;
min-width: 200px;
padding: 20px;
padding-left: 5px;
float: left;
}
div.seatCharts-legend {
padding-left: 0px;
position: absolute;
bottom: 2px;
}
ul.seatCharts-legendList {
padding-left: 0px;
}
span.seatCharts-legendDescription {
margin-left: 5px;
line-height: 24px;
}
li.seatCharts-legendItem>div.seatCharts-seat.seater_35 {
width: 37px !important;
}
#checkout-button {
display: block;
margin: 10px 0;
font-size: 14px;
}
#selected-seats {
max-height: 200px;
overflow-y: scroll;
overflow-wrap: break-word;
width: auto;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#selected-seats li {
list-style-type: none;
border-bottom: 1px dotted #adadad;
font-family: Consolas, "courier new";
display: inline-block;
padding-inline-start: 0px;
padding-left: 0px;
word-break: break-word;
}
.booking-details {
float: left;
text-align: left;
margin-left: 10px;
font-size: 13px;
position: relative;
/*height: 401px;*/
}
.booking-details h2 {
margin: 5px 0 10px 0;
font-size: 17px;
color: #444;
font-size: 25px;
font-weight: normal;
line-height: 1.1;
}
.booking-details h3 {
margin: 5px 5px 0 0;
font-size: 15px;
font-family: Monospace;
}
/*payment*/
fieldset.p-info h6{
font-size: 19px;
line-height: 29px;
font-weight: bold;
font-weight: 550;
letter-spacing: -0.2px;
font-family: 'josefin','Helvetica Neue', Helvetica, Arial, sans-serif;
margin-top: 0;
}
fieldset.p-info h6 b,
fieldset.p-info h6 span.show-email{
color: #1E0A3C;
font-weight: 600;
}
fieldset.p-info h6 span.note{
color: #e60000;
font-weight: 600;
}
@media (max-width:576px) {
div.seatCharts-container {
border: none;
}
}
@media (max-width: 736px) {
.contents h1 {
font-size: 24px;
width: calc(100%);
}
}
@media (max-width: 480px) {
.content h1 {
font-size: 20px;
width: 100%;
}
}
/*media queries*/
/*small screen*/
@media (max-width:991px) {
.navbar {
border-bottom: 0px;
background: rgba(12, 0, 50, .9);
}
}
@media (max-width:575px) {
.navbar-brand {
margin-left: 14px;
}
button.navbar-toggler {
margin-right: 20px;
}
}
@media (max-width:411px) {
.seatCharts-seat.seatCharts-cell,
.seatCharts-cell.seatCharts-space {
width: 31px;
}
main #progressbar li:before {
width: 45px;
height: 45px;
line-height: 45px;
}
main #progressbar li:not(:nth-child(1)):after {
top: 18px;
/*z-index: -1;*/
}
}
@media (max-width: 381px) {
.seatCharts-seat.seatCharts-cell,
.seatCharts-cell.seatCharts-space {
width: 28px;
}
}
@media (max-width:352px) {
main #progressbar li:before {
width: 40px;
height: 40px;
line-height: 40px;
}
main #progressbar li:not(:nth-child(1)):after {
top: 15px;
}
}
@media (max-width:322px) {
.seatCharts-seat.seatCharts-cell,
.seatCharts-cell.seatCharts-space {
width: 25px;
}
#progressbar{
display: none;
}
}
/*large screen*/
@media (min-width:991px) {
ul.navbar-nav .nav-item:last-child {
margin-right: -70px;
}
}
/*datatable*/
.dataTables_wrapper{
font-size: 14px;
}
table{
width:100%;
}
#example_filter{
float:right;
}
#example_paginate{
float:right;
}
label {
display: inline-flex;
margin-bottom: .5rem;
margin-top: .5rem;
}
div.dataTables_length{
float: left;
}
.dt-buttons .dt-button {
background: #1976d2 none repeat scroll 0 0;
border-radius: 4px;
color: #ffffff;
margin-right: 3px;
padding: 5px 15px;
}
.dt-buttons .dt-button:hover {
background: #2f3d4a none repeat scroll 0 0;
}
.dataTables_info,
.dataTables_length {
display: inline-block;
}
.dataTables_length {
margin-top: 10px;
}
.dataTables_length select {
background-color: transparent;
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-position: center bottom, center calc(99%);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
padding-bottom: 5px;
transition: background 0s ease-out 0s;
}
.dataTables_length select:focus {
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
outline: medium none;
transition-duration: 0.3s;
}
.dataTables_filter {
float: right;
margin-top: 10px;
}
.dataTables_filter input {
background-color: transparent;
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-position: center bottom, center calc(99%);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
border-radius: 0;
box-shadow: none;
float: none;
margin-left: 10px;
transition: background 0s ease-out 0s;
}
.dataTables_filter input:focus {
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
outline: medium none;
transition-duration: 0.3s;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
background: transparent none repeat scroll 0 0;
}
table.dataTable thead .sorting_asc::after {
content: "\f0de";
cursor: pointer;
font-family: fontawesome;
margin-left: 10px;
}
table.dataTable thead .sorting_desc::after {
content: "\f0dd";
cursor: pointer;
font-family: fontawesome;
margin-left: 10px;
}
table.dataTable thead .sorting::after {
color: rgba(50, 50, 50, 0.5);
content: "\f0dc";
cursor: pointer;
font-family: fontawesome !important;
margin-left: 10px;
}
@media (max-width: 667px) {
.dt-buttons {
margin-left: 10px;
}
}
@media (max-width: 480px) {
.dt-buttons {
display: inline-block;
}
}
.dt-buttons {
display: inline-block;
margin-bottom: 15px;
padding-top: 5px;
float: left;
}
.dt-buttons button {
background: #1976d2 none repeat scroll 0 0!important;
border-radius: 4px;
color: #ffffff;
margin-right: 3px;
padding: 5px 15px;
}
.dt-buttons button:hover {
background: #2f3d4a none repeat scroll 0 0;
}
.dataTables_info,
.dataTables_length {
display: inline-block;
}
.dataTables_length {
margin-top: 10px;
} | assets2/css/main.css |
::-webkit-scrollbar-track {
-webkit-box-shadow: inset(0 0 6px rgba(0, 0, 0, .3));
border-radius: 5px;
background: #f5f5f5;
}
::-webkit-scrollbar {
width: 10px;
background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
border-radius: 4px;
-webkit-box-shadow: inset(0 0 6px rgba(0, 0, 0, .3));
background-color: #555;
/*rgb(158, 165, 171)*/
}
@font-face {
font-family: 'beyond';
src: url('../fonts/bahaus.otf');
}
@font-face {
font-family: 'kanit_medium';
src: url('../fonts/kanit_medium.ttf');
}
@font-face {
font-family: 'kanit_regular';
src: url('../fonts/kanit_regular.ttf');
}
@font-face {
font-family: 'josefin';
src: url('../fonts/josefin.ttf');
}
html,
body {
width: 100%;
height: 100%;
}
html {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
font: normal 75% Arial, Helvetica, sans-serif;
overflow: auto;
width: 100%;
background-color: #0c0032;
background-image: url('../images/banner.jpg');
background-position: 50% 50%;
background-repeat: no-repeat;
background-attachment: fixed;
background-origin: padding-box;
background-clip: border-box;
background-size: cover;
}
.img-container {
text-align: center;
display: block;
}
/*body:before{
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(12, 0, 50, .3);
}*/
canvas {
display: block;
top: 0;
/* vertical-align: bottom; */
}
ul {
padding-inline-start: 20px !important;
}
/*top navbar*/
.navbar {
position: absolute;
padding: 13px 0;
top: 0;
width: 100%;
background: rgba(12, 0, 50, .4);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
display: inline-block;
z-index: 1000;
position: fixed;
/* height: 15%; */
}
.navbar h1 {
color: #fff;
font-size: 39px;
letter-spacing: 1px;
font-family: "beyond";
line-height: 20px;
}
.navbar-toggler-icon,
.navbar-toggler {
color: #fff !important;
}
.navbar h1 span:nth-child(3) {
color: #d79922;
/* ea148c*/
}
/* navbar-nav*/
ul.navbar-nav {
font-family: Consolas, "courier new";
font-size: 18px;
font-weight: bold;
text-align: right;
padding-right: 15px;
}
.nav-item .btn-outline-warning {
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.nav-item .btn-outline-warning:hover {
background: transparent;
color: #fff;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
/*main*/
main {
text-align: center;
position: absolute;
margin: 0 auto;
top: 13%;
margin-bottom: 20px;
}
div.window.mx-auto {
background: #fff;
padding-top: 30px;
z-index: 1;
padding-bottom: 20px;
min-height: 100%;
overflow: auto;
}
main #progressbar {
margin-bottom: 30px;
overflow: hidden;
padding-inline-start: 0px !important;
}
main #progressbar li {
list-style-type: none;
color: #99a2a8;
font-size: 9px;
width: calc(100%/6);
float: left;
position: relative;
font: 500 13px/1 "Roboto", sans-serif;
}
main #progressbar li:nth-child(2):before {
content: "\f002";
}
main #progressbar li:nth-child(3):before {
content: "\f207";
}
main #progressbar li:nth-child(4):before {
content: "\f007";
}
main #progressbar li:nth-child(5):before {
content: "\f155";
}
main #progressbar li:nth-child(6):before {
content: "\f145";
}
main #progressbar li:before {
content: "\f073";
font: normal normal normal 20px/30px FontAwesome;
width: 50px;
height: 50px;
line-height: 50px;
display: block;
background: #eaf0f4;
border-radius: 50%;
margin: 0 auto 10px auto;
}
main #progressbar li:not(:nth-child(1)):after {
content: "";
width: 100%;
height: 10px;
background: #eaf0f4;
position: absolute;
left: -50%;
top: 21px;
z-index: -1;
}
.text-red {
color: red;
}
main #progressbar li:last-child:after {
width: 100%;
}
main #progressbar li.active {
color: #5cb85c;
}
main #progressbar li.active:before,
main #progressbar li.active:after {
background: #5cb85c;
color: white;
}
section.body {
padding-top: 20px;
overflow-y: auto;
/*max-height: 1290px;*/
overflow-x: hidden;
}
/*form*/
form>fieldset:not(:first-of-type) {
display: none;
}
#date_form {
text-align: left !important;
font-weight: 730;
font-size: 1.2em !important;
}
input {
border-radius: 5px !important;
height: 42px !important;
}
.nice-select.form-control {
padding-bottom: 15px;
}
#date_form label,
input {
color: #4b2354 !important;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1
}
.form-control:-ms-input-placeholder {
color: #999
}
.form-control::-webkit-input-placeholder {
color: #999
}
div.buttons {
margin-top: 25px;
}
#date_form button {
background: #5cb85c !important;
color: white !important;
border: 0 none;
border-radius: 5px;
cursor: pointer;
min-width: 98px;
font: 13px "Roboto", sans-serif;
border: 1px solid #5cb85c;
margin: 0 5px;
text-transform: uppercase;
display: inline-block;
padding-top: 13px;
padding-bottom: 13px;
}
#date_form button.previous_button {
background: transparent !important;
color: #99a2a8 !important;
border-color: #99a2a8;
}
#date_form button.previous_button:hover,
#date_form button.previous_button:focus {
background: #99a2a8 !important;
border-color: #99a2a8 !important;
color: #fff !important;
}
/*searc options*/
.bus-name {
font-family: kanit_medium;
}
.bus-description div {
font-size: 15px;
font-family: josefin;
padding-top: 9px;
color: #99a2a8;
line-height: 1;
}
.fr {
float: right;
}
.bus-description div span {
color: #003300;
font-size: 14px;
}
.btn-circle {
border-radius: 25px !important;
overflow: hidden;
outline: 0px !important;
position: relative;
text-align: center;
background: transparent;
color: #5cb85c;
border: 1px solid #5cb85c;
font-family: kanit_medium;
box-shadow: 2px 4px 4px rgba(0, 0, 0, .2);
}
.book_btn {
padding: 7px 19px 7px 19px;
}
.card {
-moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
margin-bottom: 15px;
}
/*seat chart*/
div.seatCharts-cell {
color: #182C4E;
height: 35px;
width: 37px;
line-height: 25px;
padding-top: 5px;
}
.front-indicator {
width: 60px;
float: right;
margin-top: -26px;
margin-right: 5px;
background-color: transparent;
position: absolute;
left: 53%;
}
div.seatCharts-seat {
color: #FFFFFF;
cursor: pointer;
}
div.seatCharts-row {
height: 35px;
}
div.seatCharts-seat.available {
background-color: #969696;
}
div.seatCharts-seat.available.first-class {
background-color: #2483F7;
}
div.seatCharts-seat.available.first-class.seater_35 {
width: 60px;
}
div.seatCharts-seat.focused {
background-color: #76B474;
}
div.seatCharts-seat.selected {
background-color: #307701;
}
div.seatCharts-seat.selected.seater_35,
div.seatCharts-seat.focused.seater_35 {
width: 60px !important;
}
div.seatCharts-seat.unavailable {
background-color: #980303;
}
div.seatCharts-container {
border-right: 1px dotted #adadad;
min-width: 200px;
padding: 20px;
padding-left: 5px;
float: left;
}
div.seatCharts-legend {
padding-left: 0px;
position: absolute;
bottom: 2px;
}
ul.seatCharts-legendList {
padding-left: 0px;
}
span.seatCharts-legendDescription {
margin-left: 5px;
line-height: 24px;
}
li.seatCharts-legendItem>div.seatCharts-seat.seater_35 {
width: 37px !important;
}
#checkout-button {
display: block;
margin: 10px 0;
font-size: 14px;
}
#selected-seats {
max-height: 200px;
overflow-y: scroll;
overflow-wrap: break-word;
width: auto;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
#selected-seats li {
list-style-type: none;
border-bottom: 1px dotted #adadad;
font-family: Consolas, "courier new";
display: inline-block;
padding-inline-start: 0px;
padding-left: 0px;
word-break: break-word;
}
.booking-details {
float: left;
text-align: left;
margin-left: 10px;
font-size: 13px;
position: relative;
/*height: 401px;*/
}
.booking-details h2 {
margin: 5px 0 10px 0;
font-size: 17px;
color: #444;
font-size: 25px;
font-weight: normal;
line-height: 1.1;
}
.booking-details h3 {
margin: 5px 5px 0 0;
font-size: 15px;
font-family: Monospace;
}
/*payment*/
fieldset.p-info h6{
font-size: 19px;
line-height: 29px;
font-weight: bold;
font-weight: 550;
letter-spacing: -0.2px;
font-family: 'josefin','Helvetica Neue', Helvetica, Arial, sans-serif;
margin-top: 0;
}
fieldset.p-info h6 b,
fieldset.p-info h6 span.show-email{
color: #1E0A3C;
font-weight: 600;
}
fieldset.p-info h6 span.note{
color: #e60000;
font-weight: 600;
}
@media (max-width:576px) {
div.seatCharts-container {
border: none;
}
}
@media (max-width: 736px) {
.contents h1 {
font-size: 24px;
width: calc(100%);
}
}
@media (max-width: 480px) {
.content h1 {
font-size: 20px;
width: 100%;
}
}
/*media queries*/
/*small screen*/
@media (max-width:991px) {
.navbar {
border-bottom: 0px;
background: rgba(12, 0, 50, .9);
}
}
@media (max-width:575px) {
.navbar-brand {
margin-left: 14px;
}
button.navbar-toggler {
margin-right: 20px;
}
}
@media (max-width:411px) {
.seatCharts-seat.seatCharts-cell,
.seatCharts-cell.seatCharts-space {
width: 31px;
}
main #progressbar li:before {
width: 45px;
height: 45px;
line-height: 45px;
}
main #progressbar li:not(:nth-child(1)):after {
top: 18px;
/*z-index: -1;*/
}
}
@media (max-width: 381px) {
.seatCharts-seat.seatCharts-cell,
.seatCharts-cell.seatCharts-space {
width: 28px;
}
}
@media (max-width:352px) {
main #progressbar li:before {
width: 40px;
height: 40px;
line-height: 40px;
}
main #progressbar li:not(:nth-child(1)):after {
top: 15px;
}
}
@media (max-width:322px) {
.seatCharts-seat.seatCharts-cell,
.seatCharts-cell.seatCharts-space {
width: 25px;
}
#progressbar{
display: none;
}
}
/*large screen*/
@media (min-width:991px) {
ul.navbar-nav .nav-item:last-child {
margin-right: -70px;
}
}
/*datatable*/
.dataTables_wrapper{
font-size: 14px;
}
table{
width:100%;
}
#example_filter{
float:right;
}
#example_paginate{
float:right;
}
label {
display: inline-flex;
margin-bottom: .5rem;
margin-top: .5rem;
}
div.dataTables_length{
float: left;
}
.dt-buttons .dt-button {
background: #1976d2 none repeat scroll 0 0;
border-radius: 4px;
color: #ffffff;
margin-right: 3px;
padding: 5px 15px;
}
.dt-buttons .dt-button:hover {
background: #2f3d4a none repeat scroll 0 0;
}
.dataTables_info,
.dataTables_length {
display: inline-block;
}
.dataTables_length {
margin-top: 10px;
}
.dataTables_length select {
background-color: transparent;
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-position: center bottom, center calc(99%);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
padding-bottom: 5px;
transition: background 0s ease-out 0s;
}
.dataTables_length select:focus {
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
outline: medium none;
transition-duration: 0.3s;
}
.dataTables_filter {
float: right;
margin-top: 10px;
}
.dataTables_filter input {
background-color: transparent;
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-position: center bottom, center calc(99%);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
border: 0 none;
border-radius: 0;
box-shadow: none;
float: none;
margin-left: 10px;
transition: background 0s ease-out 0s;
}
.dataTables_filter input:focus {
background-image: linear-gradient(#1976d2, #1976d2), linear-gradient(#b1b8bb, #b1b8bb);
background-size: 100% 2px, 100% 1px;
box-shadow: none;
outline: medium none;
transition-duration: 0.3s;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_desc_disabled {
background: transparent none repeat scroll 0 0;
}
table.dataTable thead .sorting_asc::after {
content: "\f0de";
cursor: pointer;
font-family: fontawesome;
margin-left: 10px;
}
table.dataTable thead .sorting_desc::after {
content: "\f0dd";
cursor: pointer;
font-family: fontawesome;
margin-left: 10px;
}
table.dataTable thead .sorting::after {
color: rgba(50, 50, 50, 0.5);
content: "\f0dc";
cursor: pointer;
font-family: fontawesome !important;
margin-left: 10px;
}
@media (max-width: 667px) {
.dt-buttons {
margin-left: 10px;
}
}
@media (max-width: 480px) {
.dt-buttons {
display: inline-block;
}
}
.dt-buttons {
display: inline-block;
margin-bottom: 15px;
padding-top: 5px;
float: left;
}
.dt-buttons button {
background: #1976d2 none repeat scroll 0 0!important;
border-radius: 4px;
color: #ffffff;
margin-right: 3px;
padding: 5px 15px;
}
.dt-buttons button:hover {
background: #2f3d4a none repeat scroll 0 0;
}
.dataTables_info,
.dataTables_length {
display: inline-block;
}
.dataTables_length {
margin-top: 10px;
} | 0.351534 | 0.056731 |
body {
font-family: 'Roboto';
text-align: center;
transition: all 0.3s ease-out;
min-height: calc(100vh - 50px);
}
h1 {
margin-top: 35px;
margin-bottom: 0;
}
h2 {
font-weight: normal;
margin-top: 0;
}
h3 {
margin-bottom: 5px;
}
#badges {
width: 80%;
margin-left: 10%;
margin-top: 25px;
}
#badges div {
width: 15%;
display: inline-block;
margin-left: 1%;
margin-right: 1%;
padding: 10px;
border: #ffffff 2px solid;
border-radius: 6px;
cursor: pointer;
}
#badges div[selected="true"] {
border: #2aabe1 2px solid;
transition: all 0.3s ease-out;
}
#badges div img {
width: 100%;
}
#badges div p {
margin-bottom: 0px;
}
#events {
width: 85%;
margin-left: 7.5%;
}
#events div {
display: inline-block;
width: 102px;
height: 100%;
margin-top: 15px;
margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
border: #ffffff 2px solid;
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease-out;
}
#events div[selected="true"] {
border: #2aabe1 2px solid;
transition: all 0.3s ease-out;
}
#events div svg {
width: 90%;
}
#events div p {
margin-bottom: 10px;
}
#year {
border: 1px black solid;
border-radius: 5px;
padding: 4px 10px;
margin-top: 11px;
font-size: 17px;
text-align: center;
padding-left: 25px;
}
#preview {
max-height: 30px;
border: none;
}
#code {
max-width: 100%;
width: fit-content;
background-color: #eee;
text-align: left;
font-family: 'consolas', monospace;
margin-left: auto;
margin-right: auto;
padding: 12px 20px;
border-radius: 5px;
overflow: hidden;
word-break: break-word;
}
#code a {
color: black;
text-decoration: underline;
}
.footer {
width: 100%;
border-top: gray 1px solid;
padding-top: 15px;
margin-top: 20px;
}
svg[event="ber"] #head {
fill: #2aabe1;
}
svg[event="ffm"] #head {
fill: #5d6eb2;
}
svg[event="hal"] #head {
fill: #FFE712;
}
svg[event="hh"] #head {
fill: #22B573;
}
svg[event="hd"] #head {
fill: #e74712;
}
svg[event="cgn"] #head {
fill: #2E3192;
}
svg[event="at"] #head {
fill: #00cc33;
}
svg[event="ch"] #head {
fill: #CC0033;
}
svg[event="mv"] #head {
fill: #B5DDDF;
}
svg[event="ulm"] #head {
fill: #EA680E;
}
svg[event="asia"] #head {
fill: #FFD000;
} | builder/index.css | body {
font-family: 'Roboto';
text-align: center;
transition: all 0.3s ease-out;
min-height: calc(100vh - 50px);
}
h1 {
margin-top: 35px;
margin-bottom: 0;
}
h2 {
font-weight: normal;
margin-top: 0;
}
h3 {
margin-bottom: 5px;
}
#badges {
width: 80%;
margin-left: 10%;
margin-top: 25px;
}
#badges div {
width: 15%;
display: inline-block;
margin-left: 1%;
margin-right: 1%;
padding: 10px;
border: #ffffff 2px solid;
border-radius: 6px;
cursor: pointer;
}
#badges div[selected="true"] {
border: #2aabe1 2px solid;
transition: all 0.3s ease-out;
}
#badges div img {
width: 100%;
}
#badges div p {
margin-bottom: 0px;
}
#events {
width: 85%;
margin-left: 7.5%;
}
#events div {
display: inline-block;
width: 102px;
height: 100%;
margin-top: 15px;
margin-left: 4px;
margin-right: 4px;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
border: #ffffff 2px solid;
border-radius: 6px;
cursor: pointer;
transition: all 0.3s ease-out;
}
#events div[selected="true"] {
border: #2aabe1 2px solid;
transition: all 0.3s ease-out;
}
#events div svg {
width: 90%;
}
#events div p {
margin-bottom: 10px;
}
#year {
border: 1px black solid;
border-radius: 5px;
padding: 4px 10px;
margin-top: 11px;
font-size: 17px;
text-align: center;
padding-left: 25px;
}
#preview {
max-height: 30px;
border: none;
}
#code {
max-width: 100%;
width: fit-content;
background-color: #eee;
text-align: left;
font-family: 'consolas', monospace;
margin-left: auto;
margin-right: auto;
padding: 12px 20px;
border-radius: 5px;
overflow: hidden;
word-break: break-word;
}
#code a {
color: black;
text-decoration: underline;
}
.footer {
width: 100%;
border-top: gray 1px solid;
padding-top: 15px;
margin-top: 20px;
}
svg[event="ber"] #head {
fill: #2aabe1;
}
svg[event="ffm"] #head {
fill: #5d6eb2;
}
svg[event="hal"] #head {
fill: #FFE712;
}
svg[event="hh"] #head {
fill: #22B573;
}
svg[event="hd"] #head {
fill: #e74712;
}
svg[event="cgn"] #head {
fill: #2E3192;
}
svg[event="at"] #head {
fill: #00cc33;
}
svg[event="ch"] #head {
fill: #CC0033;
}
svg[event="mv"] #head {
fill: #B5DDDF;
}
svg[event="ulm"] #head {
fill: #EA680E;
}
svg[event="asia"] #head {
fill: #FFD000;
} | 0.47926 | 0.117724 |
.pricing-table strong { font-weight: 700; color: #3d3d3d; }
.pricing-table-header-tiny {
padding: 5px 0 5px 0;
background: #16a085;
border-bottom:10px solid #14937a;
}
.pricing-table-header-small {
padding: 5px 0 5px 0;
background: #f39c12;
border-bottom:10px solid #cd8109;
}
.pricing-table-header-medium {
padding: 5px 0 5px 0;
background: #c0392b;
border-bottom:10px solid #a12f23;
}
.pricing-table-header-pro {
padding: 5px 0 5px 0;
background: #2980b9;
border-bottom:10px solid #1d6391;
}
.pricing-table-header-tiny h2, .pricing-table-header-small h2, .pricing-table-header-medium h2, .pricing-table-header-pro h2 { font-weight: 700; color:#FFF; }
.pricing-table-header-tiny h3, .pricing-table-header-small h3, .pricing-table-header-medium h3, .pricing-table-header-pro h3 { font-weight: 500; color:#FFF; }
.pricing-table-text {
margin: 15px 30px 0 30px;
padding: 0 10px 15px 10px;
border-bottom: 1px solid #ddd;
text-align: left;
line-height: 30px;
font-size: 16px;
color: #888;
}
.pricing-table-features {
margin: 15px 10px 0 10px;
padding: 0 10px 15px 10px;
border-bottom: 1px dashed #888;
text-align: center;
line-height: 20px;
font-size: 14px;
color: #888;
}
.pricing-table-signup-tiny {
margin-top: 25px;
padding-bottom: 10px;
}
.pricing-table-signup-tiny a {
display: inline-block;
width:50%;
height: 50px;
background: #16a085;
line-height: 50px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.pricing-table-signup-tiny a:hover {
text-decoration: none;
background: #14937a;
color: #fff;
}
.pricing-table-signup-tiny a:active {
background: #14937a;
color: #fff;
}
.pricing-table-signup-small {
margin-top: 25px;
padding-bottom: 10px;
}
.pricing-table-signup-small a {
display: inline-block;
width:50%;
height: 50px;
background: #f39c12;
line-height: 50px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.pricing-table-signup-small a:hover {
text-decoration: none;
background-color:#cd8109;
color: #fff;
}
.pricing-table-signup-small a:active {
background-color:#cd8109;
color: #fff;
}
.pricing-table-signup-medium {
margin-top: 25px;
padding-bottom: 10px;
}
.pricing-table-signup-medium a {
display: inline-block;
width:50%;
height: 50px;
background: #c0392b;
line-height: 50px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.pricing-table-signup-medium a:hover {
text-decoration: none;
background-color:#a12f23;
color:#FFF;
}
.pricing-table-signup-medium a:active {
background-color:#a12f23;
color: #fff;
}
.pricing-table-signup-pro {
margin-top: 25px;
padding-bottom: 10px;
}
.pricing-table-signup-pro a {
display: inline-block;
width:50%;
height: 50px;
background: #2980b9;
line-height: 50px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.pricing-table-signup-pro a:hover {
text-decoration: none;
background-color:#1d6391;
color: #fff;
}
.pricing-table-signup-pro a:active {
background-color:#1d6391;
color: #fff;
} | frontend/web/css/voucher.css | .pricing-table strong { font-weight: 700; color: #3d3d3d; }
.pricing-table-header-tiny {
padding: 5px 0 5px 0;
background: #16a085;
border-bottom:10px solid #14937a;
}
.pricing-table-header-small {
padding: 5px 0 5px 0;
background: #f39c12;
border-bottom:10px solid #cd8109;
}
.pricing-table-header-medium {
padding: 5px 0 5px 0;
background: #c0392b;
border-bottom:10px solid #a12f23;
}
.pricing-table-header-pro {
padding: 5px 0 5px 0;
background: #2980b9;
border-bottom:10px solid #1d6391;
}
.pricing-table-header-tiny h2, .pricing-table-header-small h2, .pricing-table-header-medium h2, .pricing-table-header-pro h2 { font-weight: 700; color:#FFF; }
.pricing-table-header-tiny h3, .pricing-table-header-small h3, .pricing-table-header-medium h3, .pricing-table-header-pro h3 { font-weight: 500; color:#FFF; }
.pricing-table-text {
margin: 15px 30px 0 30px;
padding: 0 10px 15px 10px;
border-bottom: 1px solid #ddd;
text-align: left;
line-height: 30px;
font-size: 16px;
color: #888;
}
.pricing-table-features {
margin: 15px 10px 0 10px;
padding: 0 10px 15px 10px;
border-bottom: 1px dashed #888;
text-align: center;
line-height: 20px;
font-size: 14px;
color: #888;
}
.pricing-table-signup-tiny {
margin-top: 25px;
padding-bottom: 10px;
}
.pricing-table-signup-tiny a {
display: inline-block;
width:50%;
height: 50px;
background: #16a085;
line-height: 50px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.pricing-table-signup-tiny a:hover {
text-decoration: none;
background: #14937a;
color: #fff;
}
.pricing-table-signup-tiny a:active {
background: #14937a;
color: #fff;
}
.pricing-table-signup-small {
margin-top: 25px;
padding-bottom: 10px;
}
.pricing-table-signup-small a {
display: inline-block;
width:50%;
height: 50px;
background: #f39c12;
line-height: 50px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.pricing-table-signup-small a:hover {
text-decoration: none;
background-color:#cd8109;
color: #fff;
}
.pricing-table-signup-small a:active {
background-color:#cd8109;
color: #fff;
}
.pricing-table-signup-medium {
margin-top: 25px;
padding-bottom: 10px;
}
.pricing-table-signup-medium a {
display: inline-block;
width:50%;
height: 50px;
background: #c0392b;
line-height: 50px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.pricing-table-signup-medium a:hover {
text-decoration: none;
background-color:#a12f23;
color:#FFF;
}
.pricing-table-signup-medium a:active {
background-color:#a12f23;
color: #fff;
}
.pricing-table-signup-pro {
margin-top: 25px;
padding-bottom: 10px;
}
.pricing-table-signup-pro a {
display: inline-block;
width:50%;
height: 50px;
background: #2980b9;
line-height: 50px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
}
.pricing-table-signup-pro a:hover {
text-decoration: none;
background-color:#1d6391;
color: #fff;
}
.pricing-table-signup-pro a:active {
background-color:#1d6391;
color: #fff;
} | 0.496826 | 0.239483 |
html {
margin:0;
padding:0;
background:#DBDBDB;
}
body {
margin:0;
padding:0;
background:none repeat scroll 0 0 #fff;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
color:#545454;
text-align:center;
}
p {
line-height: 21px;
}
.wrapper {
margin:0 auto;
text-align:left;
width:880px;
}
a {
outline:none;
}
h1 {
font-size:22px;
font-weight: bold;
}
h1, h2, h3 {
padding:0;
margin:0;
}
h1 {
font-size:1.33em;
margin-bottom:12px;
}
h2 {
font-size:16px;
}
form h1 {
padding:3px 0 0 0;
display:inline;
}
#header {
padding:0 0 10px 0;
margin:0;
height:35px;
background: #2E2F2F;
}
#header h1 {
color:#fff;
padding:10px 0 0 10px;
}
#navigation {
padding:10px 0 0 0;
background: #2E2F2F;
}
#content {
clear:both;
background:#DBDBDB;
}
#content .wrapper {
padding:25px 20px 30px 20px;
background:#fff;
border: 1px solid #545454;
border-width: 0 1px 1px 1px
}
#footer {
margin:0 auto;
text-align:left;
width:880px;
padding:5px 20px 5px 20px;
background:#fff;
border: 1px solid #545454;
border-width: 0 1px 1px 1px;
font-size:12px;
}
table.grid a.important {
color:#9A3334;
}
a, .mainnav a, table.grid a {
color:#507A9A;
text-decoration: none;
}
div.navcontainer {
overflow:hidden;
}
ul.mainnav, ul.subnav {
margin:0;
padding:0;
display:inline;
list-style:none;
height:39px;
font-weight:bold;
}
.mainnav li {
padding:0;
margin:0 4px 0 0;
display:block;
float:left;
}
.subnav li {
padding:0;
margin:0 14px 0 0;
display:block;
float:right;
}
.mainnav li a {
margin:0;
display:block;
float:left;
font-size:14px;
padding:8px 10px;
text-decoration:none;
outline:none;
}
.subnav li a {
margin:0;
background:#9A3334;
color:#fff;
display:block;
float:left;
font-size:14px;
padding:8px 12px;
text-decoration:none;
outline:none;
}
.mainnav li.active a {
background-color:#fff;
color:#383838;
font-weight:bold;
}
.navlist {
list-style:none outside none;
margin:0 0 16px;
padding:0;
}
.navlist li{
display:inline;
line-height:1.4em;
list-style:square outside none;
}
.navlist li:before {
font-weight: bold;
content: " \B7 ";
}
.navlist li:first-child:before { content: ""; }
div.left {
float:left;
overflow:hidden;
text-align:left;
width:54%;
}
h1.left {
float:left;
overflow:hidden;
text-align:left;
width:15%;
}
div.right {
float:right;
text-align:right;
width:44%;
}
.rightform {
margin:5px 0 0 0;
float:right;
text-align:right;
width:44%;
}
.welcomemsg {
color:#a1a1a1;
padding:9px 7px 0 0;
font-size:13px;
float:right;
text-align:right;
}
.grid {
background-color:#FFFFFF;
margin:5px 0;
width:100%;
}
.grid thead th {
background-color:#f3f3f3;
font-weight:bold;
letter-spacing:1px;
font-size: 12px;
padding:0 4px;
text-align:left;
}
.grid thead th.large {
width: 335px;
}
.grid thead th.tiny {
width:10px;
}
table.grid tr {
height:32px;
}
.grid tbody tr {
vertical-align: top;
}
.grid ul {
list-style-type:none;
margin:0;
padding:0;
}
.grid tr.even {
background:#F7F7F7;
}
.grid td {
font-weight:normal;
line-height:22px;
padding:4px;
border-bottom:1px solid #E5E5E5;
}
.grid td.meta {
border:none;
}
.grid p {
margin:0;
}
.hashbutton {
display:none;
padding:0 3px;
margin:0;
}
.attribute {
color:#818181;
font-size: 12px;
}
p.note {
}
span.link {
margin:0 20px;
}
ul.notice {
margin:0;
background-color:#B3EBB0;
border:2px solid #5AA356;
padding:8px;
margin-bottom:12px;
}
ul.notice li {
list-style-type:none;
}
ul.basic {
list-style: none outside none;
margin-left: 0;
padding-left: 14px;
text-indent: -1em;
}
.basic li {
background: none repeat scroll 0 0 transparent;
padding-left: 0;
margin:5px 0;
}
.basic li:before {
content: "\203A \0020";
}
div.warning, td.warning {
background-color:#FFF7DE;
border:2px solid #F5E5B4;
margin-bottom:6px;
}
div.warning {
padding:8px;
}
.pagination_control {
margin-top:10px;
font-size:13px;
}
.actions {
margin:10px 0 0 0;
}
#listform {
padding-top:20px;
}
#listform select, #downloadform select, #filterform select, ol select {
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
color:#545454;
}
#group_id {
width:300px;
font-family:Arial,Helvetica,sans-serif;
font-size: 14px;
}
.clear, .clearer {
clear:both;
}
div.formlinks {
margin:15px 0 0 9px;
}
#filterform {
margin-bottom:12px;
}
div.content_left {
float:left;
width:60%;
}
div.content_right {
float:left;
width:30%;
margin-left:76px;
}
dl.infolist dd {
font-size:90%;
margin-bottom:12px;
margin-left:0;
}
dt {
margin:2px 0;
}
div.infobox {
border:1px solid #5F5F5F;
padding:10px;
margin:0 0 20px 0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.infobox h1 {
font-size:14px;
}
#header h1 a {
color:#fff;
}
span.meta, td.meta {font-size:11px;}
span.metanav {font-size:11px;}
a.inactive {
color:#b7b7b7 !important;
}
/* User info */
dl.userinfo {
border: 3px double #ccc;
font-size: 10px;
padding: 0.5em;
}
dl.userinfo dt{
float: left;
clear: left;
width: 80px;
text-align: right;
}
dl.userinfo dt:after {
content: ":";
}
dl.userinfo dd{
font-weight: bold;
margin: 0 0 0 100px;
padding: 0 0 0.5em 0;
}
.star {
background:transparent url(../gfx/icons/star_off.gif) no-repeat scroll left center;
padding-top:0.2em;
padding-left:1.6em;
}
.stargold {
background: url("../gfx/icons/star_on.gif") no-repeat scroll 2px center transparent;
padding-top:0.2em;
padding-left:1.6em;
} | public/includes/core/css/base.css | html {
margin:0;
padding:0;
background:#DBDBDB;
}
body {
margin:0;
padding:0;
background:none repeat scroll 0 0 #fff;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
color:#545454;
text-align:center;
}
p {
line-height: 21px;
}
.wrapper {
margin:0 auto;
text-align:left;
width:880px;
}
a {
outline:none;
}
h1 {
font-size:22px;
font-weight: bold;
}
h1, h2, h3 {
padding:0;
margin:0;
}
h1 {
font-size:1.33em;
margin-bottom:12px;
}
h2 {
font-size:16px;
}
form h1 {
padding:3px 0 0 0;
display:inline;
}
#header {
padding:0 0 10px 0;
margin:0;
height:35px;
background: #2E2F2F;
}
#header h1 {
color:#fff;
padding:10px 0 0 10px;
}
#navigation {
padding:10px 0 0 0;
background: #2E2F2F;
}
#content {
clear:both;
background:#DBDBDB;
}
#content .wrapper {
padding:25px 20px 30px 20px;
background:#fff;
border: 1px solid #545454;
border-width: 0 1px 1px 1px
}
#footer {
margin:0 auto;
text-align:left;
width:880px;
padding:5px 20px 5px 20px;
background:#fff;
border: 1px solid #545454;
border-width: 0 1px 1px 1px;
font-size:12px;
}
table.grid a.important {
color:#9A3334;
}
a, .mainnav a, table.grid a {
color:#507A9A;
text-decoration: none;
}
div.navcontainer {
overflow:hidden;
}
ul.mainnav, ul.subnav {
margin:0;
padding:0;
display:inline;
list-style:none;
height:39px;
font-weight:bold;
}
.mainnav li {
padding:0;
margin:0 4px 0 0;
display:block;
float:left;
}
.subnav li {
padding:0;
margin:0 14px 0 0;
display:block;
float:right;
}
.mainnav li a {
margin:0;
display:block;
float:left;
font-size:14px;
padding:8px 10px;
text-decoration:none;
outline:none;
}
.subnav li a {
margin:0;
background:#9A3334;
color:#fff;
display:block;
float:left;
font-size:14px;
padding:8px 12px;
text-decoration:none;
outline:none;
}
.mainnav li.active a {
background-color:#fff;
color:#383838;
font-weight:bold;
}
.navlist {
list-style:none outside none;
margin:0 0 16px;
padding:0;
}
.navlist li{
display:inline;
line-height:1.4em;
list-style:square outside none;
}
.navlist li:before {
font-weight: bold;
content: " \B7 ";
}
.navlist li:first-child:before { content: ""; }
div.left {
float:left;
overflow:hidden;
text-align:left;
width:54%;
}
h1.left {
float:left;
overflow:hidden;
text-align:left;
width:15%;
}
div.right {
float:right;
text-align:right;
width:44%;
}
.rightform {
margin:5px 0 0 0;
float:right;
text-align:right;
width:44%;
}
.welcomemsg {
color:#a1a1a1;
padding:9px 7px 0 0;
font-size:13px;
float:right;
text-align:right;
}
.grid {
background-color:#FFFFFF;
margin:5px 0;
width:100%;
}
.grid thead th {
background-color:#f3f3f3;
font-weight:bold;
letter-spacing:1px;
font-size: 12px;
padding:0 4px;
text-align:left;
}
.grid thead th.large {
width: 335px;
}
.grid thead th.tiny {
width:10px;
}
table.grid tr {
height:32px;
}
.grid tbody tr {
vertical-align: top;
}
.grid ul {
list-style-type:none;
margin:0;
padding:0;
}
.grid tr.even {
background:#F7F7F7;
}
.grid td {
font-weight:normal;
line-height:22px;
padding:4px;
border-bottom:1px solid #E5E5E5;
}
.grid td.meta {
border:none;
}
.grid p {
margin:0;
}
.hashbutton {
display:none;
padding:0 3px;
margin:0;
}
.attribute {
color:#818181;
font-size: 12px;
}
p.note {
}
span.link {
margin:0 20px;
}
ul.notice {
margin:0;
background-color:#B3EBB0;
border:2px solid #5AA356;
padding:8px;
margin-bottom:12px;
}
ul.notice li {
list-style-type:none;
}
ul.basic {
list-style: none outside none;
margin-left: 0;
padding-left: 14px;
text-indent: -1em;
}
.basic li {
background: none repeat scroll 0 0 transparent;
padding-left: 0;
margin:5px 0;
}
.basic li:before {
content: "\203A \0020";
}
div.warning, td.warning {
background-color:#FFF7DE;
border:2px solid #F5E5B4;
margin-bottom:6px;
}
div.warning {
padding:8px;
}
.pagination_control {
margin-top:10px;
font-size:13px;
}
.actions {
margin:10px 0 0 0;
}
#listform {
padding-top:20px;
}
#listform select, #downloadform select, #filterform select, ol select {
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
color:#545454;
}
#group_id {
width:300px;
font-family:Arial,Helvetica,sans-serif;
font-size: 14px;
}
.clear, .clearer {
clear:both;
}
div.formlinks {
margin:15px 0 0 9px;
}
#filterform {
margin-bottom:12px;
}
div.content_left {
float:left;
width:60%;
}
div.content_right {
float:left;
width:30%;
margin-left:76px;
}
dl.infolist dd {
font-size:90%;
margin-bottom:12px;
margin-left:0;
}
dt {
margin:2px 0;
}
div.infobox {
border:1px solid #5F5F5F;
padding:10px;
margin:0 0 20px 0;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
}
.infobox h1 {
font-size:14px;
}
#header h1 a {
color:#fff;
}
span.meta, td.meta {font-size:11px;}
span.metanav {font-size:11px;}
a.inactive {
color:#b7b7b7 !important;
}
/* User info */
dl.userinfo {
border: 3px double #ccc;
font-size: 10px;
padding: 0.5em;
}
dl.userinfo dt{
float: left;
clear: left;
width: 80px;
text-align: right;
}
dl.userinfo dt:after {
content: ":";
}
dl.userinfo dd{
font-weight: bold;
margin: 0 0 0 100px;
padding: 0 0 0.5em 0;
}
.star {
background:transparent url(../gfx/icons/star_off.gif) no-repeat scroll left center;
padding-top:0.2em;
padding-left:1.6em;
}
.stargold {
background: url("../gfx/icons/star_on.gif") no-repeat scroll 2px center transparent;
padding-top:0.2em;
padding-left:1.6em;
} | 0.255251 | 0.056392 |
body{
margin: 100px;
padding: 0;
font-family: sans-serif;
background: #2B303A;
animation: change 10s ease-in-out infinite;
}
div.box{
padding: 0;
margin-left: 40%;
}
.box{
position: relative;
width: 250px;
margin-bottom: 70px;
transition: all 0.5s ease-in-out 0.5s;
}
.box:hover{
transform: scale(1.1);
box-shadow: 1px 2px 10px 5px solid #000;
}
.box .box-img{
transform: rotateY(0);
transition: all 0.5s ease-in-out 0s;
}
.box:hover .box-img{
transform: rotateY(-90deg);
}
.box .box-img img{
width: 250px;
height: 380px;
border: 2px solid #000;
border-radius: 10px;
}
.box .content{
color: white;
background: rgba(0,0,0,0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
padding: 90px 20px;
box-sizing: border-box;
text-align: center;
border-radius: 10px;
transform: rotateY(90deg);
transition: all 0.5s ease-in-out 0s;
}
.box:hover .content{
transform: rotateY(0);
}
.box .content p{
border-top: 1px solid white;
border-bottom: 1px solid white;
padding: 20px 0;
margin: 0 25px;
}
.box .button{
background: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
padding: 260px 50px;
box-sizing: border-box;
text-align: center;
align-items: center;
transform: rotateY(90deg);
transition: all 0.5s ease-in-out 0s;
}
.box:hover .button{
transform: rotateY(0);
}
.box .button li{
list-style: none;
padding: 15px 0;
}
.box .button li{
list-style: none;
padding: 15px 0;
}
.box .button li a{
color: white;
text-decoration: none;
border: 1px solid transparent;
padding: 5px 10px;
background: #27ae60;
border-radius: 50px;
}
.box .button li a:hover{
background: #10890C
}
@media screen and (max-width:1049px){
div.box{
margin-left: 37%;
}
}
@media screen and (max-width:765px){
div.box{
margin-left: 25%;
}
}
@media screen and (max-width:500px){
div.box{
margin-left: 9%;
}
}
@keyframes change{
0%{
background-position: 0 50%;
}
50%{
background-position: 100% 50%;
}
100%{
background-position: 0 50%;
}
} | style.css | body{
margin: 100px;
padding: 0;
font-family: sans-serif;
background: #2B303A;
animation: change 10s ease-in-out infinite;
}
div.box{
padding: 0;
margin-left: 40%;
}
.box{
position: relative;
width: 250px;
margin-bottom: 70px;
transition: all 0.5s ease-in-out 0.5s;
}
.box:hover{
transform: scale(1.1);
box-shadow: 1px 2px 10px 5px solid #000;
}
.box .box-img{
transform: rotateY(0);
transition: all 0.5s ease-in-out 0s;
}
.box:hover .box-img{
transform: rotateY(-90deg);
}
.box .box-img img{
width: 250px;
height: 380px;
border: 2px solid #000;
border-radius: 10px;
}
.box .content{
color: white;
background: rgba(0,0,0,0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
padding: 90px 20px;
box-sizing: border-box;
text-align: center;
border-radius: 10px;
transform: rotateY(90deg);
transition: all 0.5s ease-in-out 0s;
}
.box:hover .content{
transform: rotateY(0);
}
.box .content p{
border-top: 1px solid white;
border-bottom: 1px solid white;
padding: 20px 0;
margin: 0 25px;
}
.box .button{
background: none;
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
padding: 260px 50px;
box-sizing: border-box;
text-align: center;
align-items: center;
transform: rotateY(90deg);
transition: all 0.5s ease-in-out 0s;
}
.box:hover .button{
transform: rotateY(0);
}
.box .button li{
list-style: none;
padding: 15px 0;
}
.box .button li{
list-style: none;
padding: 15px 0;
}
.box .button li a{
color: white;
text-decoration: none;
border: 1px solid transparent;
padding: 5px 10px;
background: #27ae60;
border-radius: 50px;
}
.box .button li a:hover{
background: #10890C
}
@media screen and (max-width:1049px){
div.box{
margin-left: 37%;
}
}
@media screen and (max-width:765px){
div.box{
margin-left: 25%;
}
}
@media screen and (max-width:500px){
div.box{
margin-left: 9%;
}
}
@keyframes change{
0%{
background-position: 0 50%;
}
50%{
background-position: 100% 50%;
}
100%{
background-position: 0 50%;
}
} | 0.31363 | 0.057414 |
body {
}
.contacts-line-wrapper {
margin: 0px;
padding: 3px 0px 0px 3px;
list-style: none;
background-color: #ffffff;
border: 1px solid #cccccc;
line-height: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.contacts-line-wrapper li {
vertical-align: middle;
padding: 0px;
margin: 0px 3px 3px 0px;
display: inline-block;
}
.contacts-line-wrapper li.contacts-line-tag {
padding: 0px 4px 0px 8px;
line-height: 28px;
height: 28px;
border-radius: 4px;
cursor: default;
white-space: nowrap;
overflow: hidden;
/* btn-primary */
color: #222;
/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
background-color: lightgrey;
*background-color: lightgrey;
background-image: -moz-linear-gradient(top, lightgrey, lightgrey);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(lightgrey), to(lightgrey));
background-image: -webkit-linear-gradient(top, lightgrey, lightgrey);
background-image: -o-linear-gradient(top, lightgrey, lightgrey);
background-image: linear-gradient(to bottom, lightgrey, lightgrey);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}
.contacts-line-wrapper li.contacts-line-tag i {
margin-left: 3px;
opacity: 0.8;
cursor: pointer;
-moz-transition: opacity linear 0.2s;
-o-transition: opacity linear 0.2s;
-webkit-transition: opacity linear 0.2s;
transition: opacity linear 0.2s;
}
.contacts-line-wrapper li.contacts-line-tag i:hover {
opacity: 1;
}
.contacts-line-wrapper li.contacts-line-input-wrapper {
height: 28px;
}
.contacts-line-wrapper li.contacts-line-input-wrapper input {
display: block;
border: none;
padding: 4px 0px 4px 2px;
margin: 0px;
outline: none;
line-height: 20px;
height: 28px;
}
.contacts-line-dropdown {
position: absolute;
}
.contacts-line-dropdown li a {
padding: 3px 20px 3px 10px !important;
height: 50px;
cursor: default;
}
.contacts-line-dropdown li a:hover {
color: inherit;
background: none;
filter: initial;
}
.contacts-line-dropdown li a img {
position: absolute;
width: 50px;
height: 50px;
border: none;
}
.contacts-line-dropdown li a div {
margin-left: 58px;
}
.contacts-line-dropdown li a .display-name {
line-height: 26px;
}
.contacts-line-dropdown li a .email {
line-height: 20px;
color: #999999;
}
.contacts-line-dropdown li.active a .email {
line-height: 20px;
color: #FFFFFF;
}
/*---------------------------------bootstrap dropdown-menu style---------------------------------*/
.contacts-dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.contacts-dropdown-menu.pull-right {
right: 0;
left: auto;
}
.contacts-dropdown-menu .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.contacts-dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
}
.contacts-dropdown-menu > li > a:hover,
.contacts-dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
color: #ffffff;
text-decoration: none;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.contacts-dropdown-menu > .active > a,
.contacts-dropdown-menu > .active > a:hover,
.contacts-dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
outline: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.contacts-dropdown-menu > .disabled > a,
.contacts-dropdown-menu > .disabled > a:hover,
.contacts-dropdown-menu > .disabled > a:focus {
color: #999999;
}
.contacts-dropdown-menu > .disabled > a:hover,
.contacts-dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: default;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/*---------------------------------bootstrap dropdown-menu style---------------------------------*/ | xperiment/my_staticfiles/css/TagContacts.css | body {
}
.contacts-line-wrapper {
margin: 0px;
padding: 3px 0px 0px 3px;
list-style: none;
background-color: #ffffff;
border: 1px solid #cccccc;
line-height: 0px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.contacts-line-wrapper li {
vertical-align: middle;
padding: 0px;
margin: 0px 3px 3px 0px;
display: inline-block;
}
.contacts-line-wrapper li.contacts-line-tag {
padding: 0px 4px 0px 8px;
line-height: 28px;
height: 28px;
border-radius: 4px;
cursor: default;
white-space: nowrap;
overflow: hidden;
/* btn-primary */
color: #222;
/*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
background-color: lightgrey;
*background-color: lightgrey;
background-image: -moz-linear-gradient(top, lightgrey, lightgrey);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(lightgrey), to(lightgrey));
background-image: -webkit-linear-gradient(top, lightgrey, lightgrey);
background-image: -o-linear-gradient(top, lightgrey, lightgrey);
background-image: linear-gradient(to bottom, lightgrey, lightgrey);
background-repeat: repeat-x;
border-color: #0044cc #0044cc #002a80;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);*/
}
.contacts-line-wrapper li.contacts-line-tag i {
margin-left: 3px;
opacity: 0.8;
cursor: pointer;
-moz-transition: opacity linear 0.2s;
-o-transition: opacity linear 0.2s;
-webkit-transition: opacity linear 0.2s;
transition: opacity linear 0.2s;
}
.contacts-line-wrapper li.contacts-line-tag i:hover {
opacity: 1;
}
.contacts-line-wrapper li.contacts-line-input-wrapper {
height: 28px;
}
.contacts-line-wrapper li.contacts-line-input-wrapper input {
display: block;
border: none;
padding: 4px 0px 4px 2px;
margin: 0px;
outline: none;
line-height: 20px;
height: 28px;
}
.contacts-line-dropdown {
position: absolute;
}
.contacts-line-dropdown li a {
padding: 3px 20px 3px 10px !important;
height: 50px;
cursor: default;
}
.contacts-line-dropdown li a:hover {
color: inherit;
background: none;
filter: initial;
}
.contacts-line-dropdown li a img {
position: absolute;
width: 50px;
height: 50px;
border: none;
}
.contacts-line-dropdown li a div {
margin-left: 58px;
}
.contacts-line-dropdown li a .display-name {
line-height: 26px;
}
.contacts-line-dropdown li a .email {
line-height: 20px;
color: #999999;
}
.contacts-line-dropdown li.active a .email {
line-height: 20px;
color: #FFFFFF;
}
/*---------------------------------bootstrap dropdown-menu style---------------------------------*/
.contacts-dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
background-color: #ffffff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
*border-right-width: 2px;
*border-bottom-width: 2px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
-webkit-background-clip: padding-box;
-moz-background-clip: padding;
background-clip: padding-box;
}
.contacts-dropdown-menu.pull-right {
right: 0;
left: auto;
}
.contacts-dropdown-menu .divider {
*width: 100%;
height: 1px;
margin: 9px 1px;
*margin: -5px 0 5px;
overflow: hidden;
background-color: #e5e5e5;
border-bottom: 1px solid #ffffff;
}
.contacts-dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 20px;
color: #333333;
white-space: nowrap;
}
.contacts-dropdown-menu > li > a:hover,
.contacts-dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
color: #ffffff;
text-decoration: none;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.contacts-dropdown-menu > .active > a,
.contacts-dropdown-menu > .active > a:hover,
.contacts-dropdown-menu > .active > a:focus {
color: #ffffff;
text-decoration: none;
background-color: #0081c2;
background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
background-image: -o-linear-gradient(top, #0088cc, #0077b3);
background-image: linear-gradient(to bottom, #0088cc, #0077b3);
background-repeat: repeat-x;
outline: 0;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.contacts-dropdown-menu > .disabled > a,
.contacts-dropdown-menu > .disabled > a:hover,
.contacts-dropdown-menu > .disabled > a:focus {
color: #999999;
}
.contacts-dropdown-menu > .disabled > a:hover,
.contacts-dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: default;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
/*---------------------------------bootstrap dropdown-menu style---------------------------------*/ | 0.441432 | 0.087252 |
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
margin: 0;
padding: 0; }
/**
* Variables
*/
/**
* Mixins for Panels and Buttons
*/
/**
* Basic styling
*/
html, body {
height: auto;
font-family: "Lato";
font-size: 18px;
line-height: 1em;
font-weight: 400;
color: #5C5C5C;
background-color: #ffffff;
-webkit-text-size-adjust: 100%; }
@media (max-width: 767px) {
html, body {
overflow-x: hidden;
color: #333; } }
/**
* Set `margin-bottom` to maintain vertical rhythm
*/
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
margin-top: 15px;
margin-bottom: 0.5; }
/**
* Images
*/
img {
max-width: 100%;
vertical-align: middle; }
/**
* Figures
*/
figure > img {
display: block; }
figcaption {
font-size: 8; }
/**
* Lists
*/
ul, ol {
margin-left: 1.3em; }
li > ul,
li > ol {
margin-bottom: 0; }
/**
* Headings
*/
h1, h2, h3, legend {
font-weight: 300;
color: #0d3960; }
h1 {
font-size: 40px;
margin-top: 0;
margin-bottom: 20px; }
legend {
font-size: 24px;
margin: 0 0 20px; }
p.subheader {
color: #0d3960;
font-weight: 300; }
p.byline {
color: #0d3960;
font-weight: 700;
font-style: italic;
font-size: 21px; }
/**
* Paragraph
*/
p {
margin-bottom: 15px; }
/**
* Links
*/
a {
color: #0d3960;
text-decoration: none; }
a:visited {
color: #04111d; }
a:hover {
color: #5C5C5C;
text-decoration: underline; }
/**
* simple list
*/
ol.simple-list {
list-style-type: none;
margin: 1em 0 1em 3em;
padding: 0;
counter-reset: li-counter; }
ol.simple-list li {
position: relative;
margin-bottom: 20px;
padding-left: 0.5em;
min-height: 3em;
border-left: 2px solid #CCCCCC;
font-size: 18px; }
ol.simple-list li:before {
position: absolute;
top: 0;
left: -1em;
width: 0.8em;
font-size: 3em;
line-height: 1;
font-weight: bold;
text-align: right;
color: #464646;
content: counter(li-counter);
counter-increment: li-counter; }
ol.simple-list.small-list li:before {
font-size: 2em;
left: -1.2em; }
ol.simple-list > li ul {
margin-bottom: 1em; }
ol.simple-list li ul li {
list-style-type: square; }
.md-modal-wrap ol.simple-list {
margin-left: 10px; }
/**
* Blockquotes
*/
blockquote {
color: #5C5C5C;
padding: 0.5em 1em;
display: inline-block;
margin-left: 1em;
font-size: 18px;
line-height: 120%;
letter-spacing: -0.01em;
background: #FAFAFA; }
blockquote > :first-child {
margin-top: 0;
margin-top: 0; }
blockquote > :last-child {
margin-bottom: 0; }
/**
* Code formatting
*/
pre,
code {
font-size: 15px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #eef; }
code {
padding: 1px 5px; }
pre {
padding: 8px 12px;
overflow-x: scroll; }
pre > code {
border: 0;
padding-right: 0;
padding-left: 0; }
/**
* buttons
*/
/**
* Wide Button Mixin
* @param {Color} $color-bg
*/
.btn-md-wide {
color: #fff;
background-color: #b0010e;
width: 100%;
margin-bottom: 10px;
margin-top: 6px;
padding: 16px 16px;
font-size: 28px;
line-height: normal;
font-weight: 400;
text-transform: uppercase;
cursor: pointer; }
.btn-md-wide:hover {
color: #fff;
background-color: #c90110; }
.btn-md-wide:visited, .btn-md-wide:link, .btn-md-wide:focus {
color: #fff; }
.btn-md-red, a.btn-md-red:link {
margin: 0;
letter-spacing: 1px; }
@media (max-width: 767px) {
.btn-md-red, a.btn-md-red:link {
letter-spacing: 0;
font-size: 20px; } }
.btn-md-gray, a.btn-md-gray:link {
color: #fff;
background-color: #808080;
margin: 0;
letter-spacing: 1px;
font-weight: 300; }
.btn-md-gray:hover, a.btn-md-gray:link:hover {
color: #fff;
background-color: #8d8d8d; }
.btn-md-gray:visited, .btn-md-gray:link, .btn-md-gray:focus, a.btn-md-gray:link:visited, a.btn-md-gray:link:link, a.btn-md-gray:link:focus {
color: #fff; }
@media (max-width: 767px) {
.btn-md-gray, a.btn-md-gray:link {
letter-spacing: 0;
font-size: 20px; } }
.btn-reddit, a.btn-reddit:link {
color: #fff;
background-color: #1f596f;
margin: 0;
letter-spacing: 1px;
font-size: 22px;
padding: 12px 0; }
.btn-reddit:hover, a.btn-reddit:link:hover {
color: #fff;
background-color: #256983; }
.btn-reddit:visited, .btn-reddit:link, .btn-reddit:focus, a.btn-reddit:link:visited, a.btn-reddit:link:link, a.btn-reddit:link:focus {
color: #fff; }
@media (max-width: 767px) {
.btn-reddit, a.btn-reddit:link {
letter-spacing: 0;
font-size: 20px; } }
.btn-suggestion {
color: #fff;
background-color: #135391;
margin: 0;
letter-spacing: 1px;
text-transform: none;
font-size: 18px;
padding: 14px 0; }
.btn-suggestion:hover {
color: #fff;
background-color: #1660a8; }
.btn-suggestion:visited, .btn-suggestion:link, .btn-suggestion:focus {
color: #fff; }
@media (max-width: 767px) {
.btn-suggestion {
letter-spacing: 0;
font-size: 20px; } }
.vid-share-button {
letter-spacing: 1px;
border-radius: 4px;
font-weight: 400;
padding: 10px 0; }
.tw-row {
color: #fff;
background-color: #4099ff;
width: 98%;
margin: 3% 0 2% 2.5%; }
.tw-row:hover {
color: #fff;
background-color: #5aa7ff; }
.tw-row:visited, .tw-row:link, .tw-row:focus {
color: #fff; }
.fb-row {
color: #fff;
background-color: #3b5997;
width: 98%;
margin: 3% 2% 2% 0; }
.fb-row:hover {
color: #fff;
background-color: #4264a9; }
.fb-row:visited, .fb-row:link, .fb-row:focus {
color: #fff; }
.btn-share {
margin-top: 12px;
text-align: left;
font-size: 20px;
font-weight: 400; }
.btn-share .fa {
font-size: 1.5em;
padding-right: 5px; }
.btn-share .text {
float: left;
text-align: left;
font-weight: 400; }
@media (min-width: 992px) and (max-width: 1199px) {
.btn-share .text {
font-size: 16px; } }
@media (max-width: 767px) {
.btn-share .text {
font-size: 14px; } }
.btn-share .center-logo {
height: 50px;
text-align: center !important; }
.btn-share.facebook {
color: #fff;
background-color: #3b5997; }
.btn-share.facebook:hover {
color: #fff;
background-color: #4264a9; }
.btn-share.facebook:visited, .btn-share.facebook:link, .btn-share.facebook:focus {
color: #fff; }
.btn-share.reddit {
color: #fff;
background-color: #1f596f; }
.btn-share.reddit:hover {
color: #fff;
background-color: #256983; }
.btn-share.reddit:visited, .btn-share.reddit:link, .btn-share.reddit:focus {
color: #fff; }
.btn-share.twitter {
color: #fff;
background-color: #4099ff; }
.btn-share.twitter:hover {
color: #fff;
background-color: #5aa7ff; }
.btn-share.twitter:visited, .btn-share.twitter:link, .btn-share.twitter:focus {
color: #fff; }
.btn-share.youtube {
color: #fff;
background-color: #757575; }
.btn-share.youtube:hover {
color: #fff;
background-color: #828282; }
.btn-share.youtube:visited, .btn-share.youtube:link, .btn-share.youtube:focus {
color: #fff; }
.btn-share-center {
margin-top: 12px;
height: 50px;
text-align: center;
font-size: 20px;
font-weight: 400; }
.btn-share-center .fa {
font-size: 1.5em;
line-height: 0; }
.btn-share-center .text {
text-align: center;
font-weight: 400; }
.btn-share-center.facebook {
color: #fff;
background-color: #3b5997; }
.btn-share-center.facebook:hover {
color: #fff;
background-color: #4264a9; }
.btn-share-center.facebook:visited, .btn-share-center.facebook:link, .btn-share-center.facebook:focus {
color: #fff; }
.btn-share-center.reddit {
color: #fff;
background-color: #1f596f; }
.btn-share-center.reddit:hover {
color: #fff;
background-color: #256983; }
.btn-share-center.reddit:visited, .btn-share-center.reddit:link, .btn-share-center.reddit:focus {
color: #fff; }
.btn-share-center.twitter {
color: #fff;
background-color: #4099ff; }
.btn-share-center.twitter:hover {
color: #fff;
background-color: #5aa7ff; }
.btn-share-center.twitter:visited, .btn-share-center.twitter:link, .btn-share-center.twitter:focus {
color: #fff; }
.btn-share-center.youtube {
color: #fff;
background-color: #757575; }
.btn-share-center.youtube:hover {
color: #fff;
background-color: #828282; }
.btn-share-center.youtube:visited, .btn-share-center.youtube:link, .btn-share-center.youtube:focus {
color: #fff; }
.btn-mini-share {
color: #fff;
background-color: #1c7bab; }
.btn-mini-share:hover {
color: #fff;
background-color: #208bc1; }
.btn-mini-share:visited, .btn-mini-share:link, .btn-mini-share:focus {
color: #fff; }
.btn-mini-share.make-call {
height: 65px;
width: 310px; }
@media (min-width: 768px) and (max-width: 991px) {
.btn-mini-share.make-call {
width: 47%; } }
@media (max-width: 767px) {
.btn-mini-share.make-call {
width: 100%; } }
.btn-mini-share.social-small {
color: #fff;
background-color: #FFF;
height: 65px;
width: 160px; }
.btn-mini-share.social-small:hover {
color: #fff;
background-color: white; }
.btn-mini-share.social-small:visited, .btn-mini-share.social-small:link, .btn-mini-share.social-small:focus {
color: #fff; }
@media (min-width: 992px) and (max-width: 1199px) {
.btn-mini-share.social-small {
width: 130px; } }
@media (min-width: 768px) and (max-width: 991px) {
.btn-mini-share.social-small {
width: 24%; } }
@media (max-width: 767px) {
.btn-mini-share.social-small {
width: 49%; } }
.btn-mini-share.facebook-small {
border: solid 2px #3b5997; }
.btn-mini-share.email-small {
border: solid 2px #808080;
color: #808080;
line-height: 0;
font-size: 1.8em; }
.btn-mini-share.twitter-small {
border: solid 2px #4099ff; }
/**
* Mayday Button Newest Leaders
*/
a.btn-targets {
margin-top: 12px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
color: #fff;
background-color: #b0aeaf;
color: #fff; }
a.btn-targets:hover {
color: #fff;
background-color: #bdbbbc; }
a.btn-targets:visited, a.btn-targets:link, a.btn-targets:focus {
color: #fff; }
@media (min-width: 1200px) {
a.btn-targets {
padding: 6px 28px;
font-size: 14px; } }
@media (min-width: 992px) and (max-width: 1199px) {
a.btn-targets {
font-size: 12px; } }
/**
* Donate button Mixin
* @param {Color} $color-dark-red
*/
.embed-responsive {
background: #f0f0f0; }
/**
* Icons
*/
.icon > svg {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle; }
.icon > svg path {
fill: #808080; }
.icon-spacer {
padding-right: 5px; }
@font-face {
font-family: 'socicon';
src: url("/fonts/socicon/socicon-webfont.eot");
src: url("/fonts/socicon/socicon-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/socicon/socicon-webfont.woff") format("woff"), url("/fonts/socicon/socicon-webfont.ttf") format("truetype"), url("/fonts/socicon/socicon-webfont.svg#sociconregular") format("svg");
font-weight: normal;
font-style: normal;
text-transform: initial; }
.socicon {
font-family: 'socicon' !important;
-webkit-font-smoothing: antialiased; }
/**
* responsive margins
*/
.col-centered {
margin: 0 auto; }
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (max-width: 767px) {
.container {
padding-right: 10px;
padding-left: 10px; } }
.sm-gutter > [class*='col-'] {
padding-right: 5px;
padding-left: 5px; }
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0; }
@media (max-width: 767px) {
.no-gutter-phone > [class*='col-'] {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
.gutter-justphone > [class*='col-'] {
padding-right: 0;
padding-left: 0;
margin-right: 0;
margin-left: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
.gutter-justphone > [class*='col-'] {
padding-right: 0;
padding-left: 0;
margin-right: 0;
margin-left: 0; } }
@media (min-width: 1200px) {
.gutter-justphone > [class*='col-'] {
padding-right: 0;
padding-left: 0;
margin-right: 0;
margin-left: 0; } }
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0; }
form.no-gutter fieldset > [class*='col-'] {
padding-right: 5px;
padding-left: 5px; }
.half-gutter > [class*='col-'] {
padding-right: 15px;
padding-left: 15px; }
.no-gutter-top > [class*='col-'] {
padding-top: 0;
margin-top: 0; }
.wide-gutter > [class*='col-'] {
padding-left: 30px;
padding-right: 30px; }
.center-block {
float: none; }
/**
* page headlines
*/
.mayday-headline {
font-size: 60px;
margin-bottom: .315em; }
@media (min-width: 992px) and (max-width: 1199px) {
.mayday-headline {
margin-bottom: .215em; } }
.mayday-headline-M2 {
font-size: 55px;
margin-bottom: .315em; }
@media (min-width: 992px) and (max-width: 1199px) {
.mayday-headline-M2 {
margin-bottom: .215em; } }
.mayday-headline-smaller {
font-weight: 400;
font-size: 40px; }
.mayday-headline-smaller-inverse {
color: #fff;
font-weight: 400;
font-size: 40px; }
@media (min-width: 768px) and (max-width: 991px) {
.mayday-headline-smaller-inverse {
font-size: 30px; } }
.mayday-headline-smaller-thinner {
font-weight: 300; }
.index-page-title {
font-size: 34px;
font-weight: 400;
margin: 0 0 40px;
text-align: center; }
@media (max-width: 767px) {
.index-page-title {
margin: 25px 0 25px; } }
.lead-font-size {
font-size: 21px; }
/* form styles */
input.error {
border-color: #b0010e; }
label.error {
position: absolute;
top: 55px;
left: 10px;
background: #f0f0f0;
font-weight: 400;
font-size: 16px;
border-radius: 5px;
border: 2px solid #b0010e;
padding: 0 3px;
box-shadow: 2px 2px 10px #000;
white-space: nowrap;
max-width: initial;
color: #b0010e;
z-index: 999; }
label.error:before, label.error:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 0;
bottom: auto; }
label.error:before {
margin-left: 10px;
top: -13px;
border: 6px solid;
border-color: transparent transparent #b0010e transparent; }
label.error:after {
left: 8px;
top: -13px;
border: 8px solid;
border-color: transparent transparent #f0f0f0 transparent; }
/* helper classes */
.no-top-margin {
margin-top: 0 !important; }
.no-y-margin {
margin-top: 0 !important;
margin-bottom: 0 !important; }
@media (min-width: 768px) {
.no-y-margin-md {
margin-top: 0 !important;
margin-bottom: 0 !important; } }
.no-bottom-margin {
margin-bottom: 0 !important; }
.no-padding {
padding: 0 !important; }
.bottom-spacer {
margin-bottom: 80px; }
.top-spacer-btn {
margin-top: 20px; }
.top-spacer-btn .form-group {
margin-bottom: 0; }
.bottom-thankyou-spacer {
margin-top: 20px; }
.spacer-y-margin {
margin-bottom: 20px;
margin-top: 20px; }
.spacer-y-margin-lg {
margin-bottom: 40px;
margin-top: 40px; }
.thinner-font {
font-weight: 300; }
@media (min-width: 768px) and (max-width: 991px) {
.text-center-sm {
text-align: center; } }
/**
* Site header
*/
.site-header .top-nav {
background-color: #16213f;
height: 80px;
position: relative; }
@media (max-width: 767px) {
.site-header .top-nav {
height: 55px; } }
.site-header .top-nav .container {
height: 100%;
position: relative; }
.site-header .top-nav .container .icon-bar-left {
position: absolute;
left: 0;
top: 29px;
width: 30%;
height: 2em; }
.site-header .top-nav .container .icon-bar-left a {
text-decoration: none;
padding: 8px;
-webkit-font-smoothing: antialiased; }
.site-header .top-nav .container .icon-bar-left .facebook, .site-header .top-nav .container .icon-bar-left .twitter {
font-size: 26px; }
.site-header .top-nav .container .icon-bar-left .reddit {
font-size: 31px; }
.site-header .top-nav .container .icon-bar-left span {
color: white;
margin-right: 8px; }
.site-header .top-nav .container .logo {
width: 280px;
margin: 0 auto; }
@media (max-width: 767px) {
.site-header .top-nav .container .logo {
width: 73%;
max-width: 300px;
margin: 0 2%; } }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .top-nav .container .logo {
width: 380px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header .top-nav .container .logo {
width: 389px; } }
@media (min-width: 1200px) {
.site-header .top-nav .container .logo {
width: 434px; } }
.site-header .top-nav .container .logo img {
position: relative;
z-index: 200; }
.site-header .top-nav .container .search-section-right {
z-index: 99;
position: absolute;
top: 20px;
right: 15px;
text-align: right;
font-size: 16px; }
.site-header .top-nav .container .search-section-right form {
display: inline-block;
color: #0d3960;
width: 180px; }
.site-header .top-nav .container .search-section-right form ::-webkit-input-placeholder {
/* WebKit browsers */
color: #0d3960;
font-weight: 400; }
.site-header .top-nav .container .search-section-right form :-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #0d3960;
opacity: 1; }
.site-header .top-nav .container .search-section-right form ::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #0d3960;
opacity: 1; }
.site-header .top-nav .container .search-section-right form :-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #0d3960; }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .top-nav .container .search-section-right form {
width: 180px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header .top-nav .container .search-section-right form {
width: 220px; } }
@media (min-width: 1200px) {
.site-header .top-nav .container .search-section-right form {
width: 230px; } }
.site-header .top-nav .container .search-section-right form input {
height: 40px;
margin: 0;
padding: 0;
padding-left: 14px;
display: inline-block;
width: 75%;
float: left;
border: none; }
.site-header .top-nav .container .search-section-right form button {
display: inline-block;
float: right;
width: 25%;
height: 40px;
margin: 0;
padding-top: 7px;
outline: none;
border: 0;
background-color: #ffffff;
position: relative; }
.site-header .top-nav .container .search-section-right form button .divide-line {
position: absolute;
left: 0;
top: 8px;
height: 25px;
width: 1px;
background-color: #c4cae1; }
.site-header .top-nav .container .search-section-right form button span {
color: #0d3960;
font-size: 24px; }
.site-header .top-nav .container .fade-line {
position: absolute;
top: 39px;
width: 650px;
left: 50%;
margin-left: -325px;
display: block;
border: none;
color: white;
height: 2px;
background: black;
background: -webkit-radial-gradient(circle, #ffffff, #16213f);
background: radial-gradient(circle, #ffffff, #16213f);
z-index: 0; }
.site-header .sub-nav {
height: 55px;
padding-top: 18px;
background-color: #0d3960;
-webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.4);
font-size: 16px; }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .sub-nav {
font-size: 20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header .sub-nav {
font-size: 24px; } }
@media (min-width: 1200px) {
.site-header .sub-nav {
font-size: 24px; } }
.site-header .sub-nav a {
padding: 3px 10px;
color: #e4e4e4;
line-height: 1.0;
text-transform: uppercase; }
.site-header .sub-nav .middle-dot {
color: rgba(255, 255, 255, 0.25);
padding: 4px;
font-weight: 400; }
.site-header .sub-nav .left-links {
float: left;
display: inline-block;
margin-left: -10px;
width: 40%; }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .sub-nav .left-links {
width: 50%; } }
.site-header .sub-nav .right-links {
float: right;
text-align: right;
margin-right: 0;
display: inline-block;
width: 40%; }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header .sub-nav .right-links {
font-size: 18px; } }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .sub-nav .right-links {
font-size: 18px;
width: 50%; } }
.site-header .sub-nav a.donate-link {
border-radius: 5px;
text-decoration: none;
background-color: #b0010e;
font-size: 20px;
border: 2px solid #e6e6e6;
padding: 6px 20px; }
.site-header .sub-nav a.donate-link:hover {
color: #fff;
background-color: #c90110;
border: 2px solid #fff; }
.site-header .bottom-taper {
z-index: 10;
position: relative;
overflow: hidden;
width: 100%;
height: 20px;
text-align: center;
background-color: transparent;
margin-bottom: 25px; }
.site-header .bottom-taper .triangle-up {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 0;
height: 0;
border-style: solid;
margin-left: -1000px;
border-width: 0 1000px 20px 1000px;
border-color: #0d3960 #0d3960 transparent #0d3960;
/* force anti-aliasing */
-moz-transform: scale(0.9999);
-webkit-transform: scale(0.9999);
-ms-transform: scale(0.9999);
-o-transform: scale(0.9999);
transform: scale(0.9999); }
/**
* Globals
*/
a:link, a:visited, a:active {
color: #007acf; }
.md-select-container {
padding-top: 25px !important; }
select.md-select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOtJREFUeNpiZICC9PT0BCDVD8SBM2fOPMBABADqcQBS64G4EKhnAUiMCSoxH0iBsAAQ74caTsgwkJr9UD3zoWYwMEIZ2AxIhNmKxbACqG/QwQImqA3YANxWNMPm4zAMBASYz549u9LExEQByDHAosAAJAdUsxHJMFzBsQDoo0hGJJtBthbgUHwBZgEO+UagYQ3gMMQS0PMZSAMoYc2MLAP02gWgFx8CmaDkwEHAoA9AnIkecYw4YtEAKUngMswRaNgFdAlGPOkMl6E4DcNrINRQAaihBkiRAzLsAy49jETkCJihDIQMAwGAAAMAgcJYQ9I0xNEAAAAASUVORK5CYII=);
background-position: right 13px center;
background-repeat: no-repeat;
border: 1px #16213f solid;
border-radius: 5px;
color: #323232;
display: block;
font-size: 16px;
/* cannot be set lower or causes iOS zoom */
padding: 10px 50px 10px 10px;
height: 40px;
width: 100%;
text-transform: uppercase; }
html {
position: relative;
min-height: 100%; }
body {
margin-bottom: 300px; }
@media (max-width: 991px) {
body {
margin-bottom: 420px; } }
/**
* Site footer
*/
.site-footer {
height: 300px;
clear: both;
position: absolute;
bottom: 0;
width: 100%;
background-color: #0d3960;
padding-top: 60px;
color: #ffffff; }
@media (max-width: 991px) {
.site-footer {
height: 400px; } }
.site-footer a {
color: #ffffff;
text-decoration: none; }
.site-footer .left-col {
text-align: center;
position: relative;
padding-top: 4px; }
.site-footer .left-col .vertical-fade-line {
position: absolute;
top: 0;
right: -21px;
height: 200px;
display: block;
border: none;
color: #ffffff;
width: 1px;
background: #000000;
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.6), #0d3960);
background: radial-gradient(circle, rgba(255, 255, 255, 0.6), #0d3960); }
.site-footer .left-col .icon-line a {
-webkit-font-smoothing: antialiased;
padding: 10px; }
@media (min-width: 992px) and (max-width: 1199px) {
.site-footer .left-col .icon-line a {
padding-right: 0; } }
.site-footer .left-col .icon-line a span {
margin: 2px 2px;
font-size: 26px; }
@media (min-width: 768px) and (max-width: 991px) {
.site-footer .left-col .icon-line a span {
font-size: 26px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-footer .left-col .icon-line a span {
font-size: 32px; } }
@media (min-width: 1200px) {
.site-footer .left-col .icon-line a span {
font-size: 32px; } }
.site-footer .left-col form {
margin-top: 40px;
display: inline-block;
font-size: 16px;
width: 180px;
position: relative;
color: #0d3960; }
@media (min-width: 992px) and (max-width: 1199px) {
.site-footer .left-col form {
width: 100%; } }
@media (min-width: 1200px) {
.site-footer .left-col form {
width: 230px; } }
.site-footer .left-col form ::-webkit-input-placeholder {
/* WebKit browsers */
color: #0d3960;
font-weight: 400; }
.site-footer .left-col form :-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #0d3960;
opacity: 1; }
.site-footer .left-col form ::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #0d3960;
opacity: 1; }
.site-footer .left-col form :-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #0d3960; }
@media (min-width: 768px) and (max-width: 991px) {
.site-footer .left-col form {
width: 100%;
margin: 20px 0; } }
@media (max-width: 767px) {
.site-footer .left-col form {
width: 100%;
margin: 20px 0; } }
.site-footer .left-col form input {
height: 2.5em;
margin: 0;
padding: 0;
padding-left: 10px;
display: inline-block;
width: 75%;
float: left;
border: none; }
.site-footer .left-col form button {
display: inline-block;
float: right;
width: 25%;
height: 2.5em;
margin: 0;
padding-top: 6px;
outline: none;
border: 0;
background-color: #ffffff; }
.site-footer .left-col form button span {
color: #0d3960;
font-size: 1.5em; }
.site-footer .center-col {
text-align: center;
position: relative; }
.site-footer .center-col .vertical-fade-line {
position: absolute;
top: 0;
right: 21px;
height: 200px;
display: block;
border: none;
color: #ffffff;
width: 1px;
background: #000000;
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.6), #0d3960);
background: radial-gradient(circle, rgba(255, 255, 255, 0.6), #0d3960); }
.site-footer .center-col .name {
font-weight: 400;
font-size: 38px; }
.site-footer .center-col .disclaimer-box {
color: #cccccc;
display: inline-block;
font-size: 15px;
line-height: 16px;
padding: 8px;
margin-top: 15px;
width: 80%;
border: 1px solid #e6e6e6; }
.site-footer .center-col .copyright {
margin-top: 15px;
color: #e6e6e6;
font-size: 15px; }
.site-footer .center-col .creative-commons {
margin-top: 15px; }
.site-footer .right-col {
text-align: center;
position: relative;
font-size: 18px;
font-weight: 400;
margin-top: -10px; }
.site-footer .right-col div {
margin-top: 10px; }
.site-footer .right-col div a {
padding: 5px;
color: #e6e6e6; }
.site-footer .right-col .donate-link {
margin-top: 20px; }
.site-footer .right-col .donate-link a {
border-radius: 5px;
text-decoration: none;
background-color: #b0010e;
font-size: 20px;
border: 2px solid #e6e6e6;
padding: 6px 20px; }
.site-footer .right-col .donate-link a:hover {
color: #fff;
background-color: #c90110;
border: 2px solid #fff; }
/**
* Mobile menu
*/
/* navbar */
.nav {
padding-left: 30px;
margin-bottom: 1px;
list-style: none;
font-weight: 400;
font-size: 20px; }
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
margin-right: -6%;
margin-left: -6%; }
.navbar-nav {
margin: 33.5px -15px; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px; }
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.navbar-default .navbar-brand {
color: #777; }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #333;
background-color: transparent; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #ddd; }
.navbar {
position: relative;
min-height: 10px;
margin-bottom: 20px; }
.navbar-toggle {
font-size: 14px;
position: relative;
float: right;
padding: 4px 8px;
margin-top: -49px;
margin-right: 5%;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
z-index: 100; }
.navbar-default {
z-index: 50;
background-color: #e4e4e4;
border-style: none none solid none;
border-width: 3px;
border-color: #b0010e; }
/* title */
.navbar-default .navbar-brand {
color: #e4e4e4; }
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #007acf; }
/* link color-text*/
.navbar-default .navbar-nav > li > a {
color: #16213f;
text-transform: uppercase; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #007acf; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #E7E7E7; }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #D5D5D5; }
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #e4e4e4;
border-bottom-color: #b0010e; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
color: #ccc;
background-color: transparent; }
.navbar-default .navbar-toggle {
background-color: #ddd;
border-color: #ddd; }
.gap-filler {
width: 100%;
height: 30px;
position: absolute;
z-index: 51;
top: 79;
background-color: #0d3960;
border-bottom: 2px solid;
border-color: #f7f7f7; }
.menu-section-center {
font-size: 18px;
height: 50px;
text-align: center; }
.menu-section-center .menu-div-center {
font-size: 2.5rem;
display: inline-block;
color: white;
padding: 0 5vw; }
.menu-section-center .menu-div-center a:link, .menu-section-center .menu-div-center a:visited, .menu-section-center .menu-div-center a:active {
color: #16213f; }
.menu-section-center .menu-div-center a:hover {
color: #007acf;
text-decoration: none; }
.menu-stars {
color: #b0010e; }
.nav-spacer {
opacity: 0;
line-height: .1px;
margin: 1px;
padding: 0; }
/**
* Page content
*/
.page-content {
padding: 0 0 10px;
line-height: 1.4em;
min-height: 100%;
letter-spacing: .1px;
height: auto !important;
height: 100%; }
.page-content .footer-push {
height: 300px;
clear: both;
content: ''; }
.index-page .page-content {
padding: 0; }
@media (max-width: 767px) {
.page-content {
line-height: 1.7em; } }
@media (max-width: 767px) {
.page-content p {
padding-bottom: 18px; } }
.page-heading {
font-size: 20px; }
.post-list {
margin-left: 0;
list-style: none; }
.post-list > li {
margin-bottom: 1; }
.post-meta {
font-size: 8;
color: #808080; }
.post-link {
display: block;
font-size: 24px; }
/**
* Columns of same height styles
*/
.row-full-height {
height: 100%; }
.col-full-height {
height: 100%;
vertical-align: top; }
.col-full-height .panel {
height: 100%;
display: inline-block; }
.row-same-height {
display: table;
width: 100%;
/* fix overflow */
table-layout: fixed; }
.col-xs-height {
display: table-cell;
float: none !important; }
@media (min-width: 768px) {
.col-sm-height {
display: table-cell;
float: none !important; } }
@media (min-width: 992px) {
.col-md-height {
display: table-cell;
float: none !important; } }
@media (min-width: 1200px) {
.col-lg-height {
display: table-cell;
float: none !important; } }
/**
* Posts
*/
.post-header {
margin-bottom: 1; }
.post-title {
font-size: 42px;
letter-spacing: -1px;
line-height: 1; }
.post-content {
margin-bottom: 1; }
.post-content h2 {
font-size: 32px; }
.post-content h3 {
font-size: 26px; }
.post-content h4 {
font-size: 20px; }
/**
* Mayday Panel Styles
*/
.action-panel {
text-align: center;
border-radius: 5px;
border: 1px solid #16213f;
padding: 0;
background: #fff;
margin-bottom: 0; }
.action-panel .center-block {
float: none; }
.action-panel .panel-heading {
padding-top: 0;
padding-bottom: 0;
background-color: #0d3960;
border-bottom: 10px solid #16213f; }
.action-panel .panel-body {
padding-top: 0; }
.action-panel .panel-body a.btn-md-red {
margin-bottom: 15px; }
.action-panel.with-shield {
position: relative; }
.action-panel.with-shield .panel-icon {
padding: 0;
background: #16213f;
border-bottom: 5px solid #0d3960;
text-align: center;
height: 20px; }
.action-panel.with-shield .panel-icon .img-responsive {
position: absolute;
top: -12px;
height: 45px;
left: 50%;
margin-left: -20px;
z-index: 100; }
.action-panel.with-shield .panel-icon .fade-line {
position: absolute;
top: 8px;
width: 100px;
left: 50%;
margin-left: -50px;
display: block;
border: none;
color: white;
height: 1px;
color: white;
height: 2px;
background: black;
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.5), #16213f);
background: radial-gradient(circle, rgba(255, 255, 255, 0.5), #16213f); }
.action-panel.with-shield h2 {
color: #16213f;
font-weight: 400;
font-size: 26px;
background-color: transparent;
padding-bottom: 0; }
.action-panel .img-capitol {
width: 70%;
margin: 0 auto; }
.action-panel p {
font-size: 18px;
font-weight: 400;
line-height: 140%; }
@media (max-width: 767px) {
.action-panel p {
padding-bottom: 0; } }
.action-panel p.small {
font-size: 16px;
margin-bottom: 0;
margin-top: 0; }
.action-panel p.help-block {
margin: 0;
font-size: 12px;
text-align: left;
margin-left: 2px; }
.action-panel h2 {
margin-top: 0;
padding-top: 20px;
padding-bottom: 20px;
font-size: 36px;
font-weight: 400;
color: #ffffff; }
.action-panel h2.small {
font-size: 26px;
color: #fff; }
.action-panel form {
margin: 25px 15px 0 15px; }
.action-panel form, form.md-inputs {
padding-bottom: 15px; }
.action-panel form input[type=text], .action-panel form input[type=email], .action-panel form input[type=tel], .action-panel form input[type=number], .action-panel form textarea, form.md-inputs input[type=text], form.md-inputs input[type=email], form.md-inputs input[type=tel], form.md-inputs input[type=number], form.md-inputs textarea {
font-size: 22px;
width: 100%;
border: 2px solid #16213f;
padding: 8px 0 8px 12px;
border-radius: 4px;
margin-bottom: 15px; }
.action-panel form input[type=text].error, .action-panel form input[type=email].error, .action-panel form input[type=tel].error, .action-panel form input[type=number].error, .action-panel form textarea.error, form.md-inputs input[type=text].error, form.md-inputs input[type=email].error, form.md-inputs input[type=tel].error, form.md-inputs input[type=number].error, form.md-inputs textarea.error {
border-color: #b0010e; }
.action-panel form.smaller-form, form.md-inputs.smaller-form {
padding-bottom: 0; }
.action-panel form.smaller-form .form-group input[type=text], .action-panel form.smaller-form .form-group input[type=email], .action-panel form.smaller-form .form-group input[type=tel], .action-panel form.smaller-form .form-group input[type=number], .action-panel form.smaller-form .form-group textarea, form.md-inputs.smaller-form .form-group input[type=text], form.md-inputs.smaller-form .form-group input[type=email], form.md-inputs.smaller-form .form-group input[type=tel], form.md-inputs.smaller-form .form-group input[type=number], form.md-inputs.smaller-form .form-group textarea {
margin-bottom: 4px;
font-size: 18px;
font-weight: 300; }
form.md-inputs input[type=text], form.md-inputs input[type=email], form.md-inputs input[type=tel], form.md-inputs input[type=number], form.md-inputs textarea {
padding: 5px 10px;
height: auto; }
form.md-inputs p.help-block {
margin: 0;
font-size: 12px;
text-align: left;
margin-left: 2px;
line-height: normal; }
.banner-image .action-panel .form-group {
margin-bottom: 10px; }
.banner-image .action-panel .form-group input[type=text], .banner-image .action-panel .form-group input[type=email], .banner-image .action-panel .form-group input[type=tel], .banner-image .action-panel .form-group input[type=number] {
margin-bottom: 0;
font-size: 18px;
font-weight: 300; }
.banner-image .action-panel .form-group .btn-md-wide {
margin-bottom: 0; }
.panel-mayday-counters {
margin: 0px 20px 0;
position: relative;
background-color: #F9F9F9;
border-radius: 4px;
text-align: center;
color: #0d3960;
font-weight: 400;
padding-top: 5px;
padding-bottom: 30px; }
@media (max-width: 767px) {
.panel-mayday-counters {
margin: 0; } }
@media (max-width: 991px) {
.panel-mayday-counters {
background: none; } }
.panel-mayday-counters .headline {
font-size: 30px; }
.panel-mayday-counters .icon-line {
margin-top: 10px;
height: 20px;
text-align: center;
position: relative; }
.panel-mayday-counters .icon-line .half-hr {
display: inline-block;
width: 60px;
background-color: #c1c5c8;
height: 1px;
margin-bottom: 8px; }
.panel-mayday-counters .icon-line i {
font-size: 20px;
padding: 0 10px; }
.panel-mayday-counters .counter-label {
font-size: 24px; }
.panel-mayday-counters .counter-row {
margin-top: 6px;
height: 84px; }
.panel-mayday-counters .counter-row .tile {
margin: 0 1.5px;
padding-top: 28px;
border-radius: 8px;
color: #fff;
display: inline-block;
height: 100%;
width: 56px;
background-color: #0d3960;
font-size: 76px;
position: relative; }
.panel-mayday-counters .counter-row .tile .hr {
width: 100%;
position: absolute;
top: 42px;
left: 0;
right: 0;
height: 1px;
background-color: black; }
#submit-candidate-modal .modal-dialog {
height: 100%;
max-width: 440px; }
#submit-candidate-modal .modal-thankyou {
max-width: 340px; }
#submit-candidate-modal .modal-content {
background-color: #e4e4e4;
border: none; }
#submit-candidate-modal .modal-body h2 {
font-weight: 400;
font-size: 28px; }
#submit-candidate-modal .modal-body h2:first-of-type {
margin-top: 5px; }
#submit-candidate-modal .modal-body p {
color: #16213f;
line-height: 20px;
font-size: 16px; }
#submit-candidate-modal .modal-body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 100%; }
#submit-candidate-modal .modal-body .bootstrap-select > .btn {
border-color: #16213f; }
#submit-candidate-modal .modal-body .bootstrap-select.btn-group .btn .filter-option {
color: #16213f;
font-weight: 400;
font-size: 18px; }
#submit-candidate-modal .modal-body .bootstrap-select .text-muted {
color: #16213f;
font-weight: 300;
padding-left: 4px; }
#submit-candidate-modal .modal-body .bootstrap-select .dropdown-menu li.active a small {
color: #cccccc; }
#submit-candidate-modal .modal-body .form-control {
border-color: #16213f; }
#submit-candidate-modal .modal-body .checkbox-inline {
line-height: normal;
font-size: 16px; }
#submit-candidate-modal .modal-body .form-group:last-child {
margin-bottom: 0; }
#onboarding-overlay {
padding: 0;
margin: 0;
border: 0;
min-height: 400px;
height: 100%;
width: 100%; }
#call-congress-modal .modal-dialog {
padding-bottom: 10px; }
@media (min-width: 768px) {
#call-congress-modal .modal-dialog {
width: 800px; } }
.modal-body {
padding: 0; }
.modal-body .md-modal-wrap {
padding: 20px; }
.modal-body h3, .modal-body h2 {
font-weight: 400; }
.modal-body dl, .modal-body ul, .modal-body li {
margin-left: 20px; }
.modal-body dt {
margin-top: 10px;
margin-bottom: 5px; }
.modal-body .close {
margin-top: -14px;
margin-right: -8px; }
#extern-tumblr-theme h1 a {
color: #16213f;
text-decoration: none; }
#extern-tumblr-theme h1 a:hover {
color: #0d3960; }
/**
* Posts
*/
.post-header {
margin-bottom: 1; }
.post-title {
font-size: 42px;
letter-spacing: -1px;
line-height: 1em; }
.post-title a {
color: #0d3860; }
.post-title a:hover {
color: #0d3860; }
.post-content {
margin-bottom: 1; }
.post-content h2 {
font-size: 30px; }
.post-content h3 {
font-size: 26px; }
.post-content h4 {
font-size: 20px; }
.post-content p {
line-height: 1.5em; }
.post-meta {
color: #555;
overflow: hidden; }
.post-meta .type a {
font-size: 20px;
color: #000;
padding: 0 0 10px;
text-decoration: none; }
.post-meta .date, .post-meta .comments, .post-meta .note-count {
float: left;
padding: 0 10px; }
.post-meta .date {
padding: 0; }
.post-content {
padding: 30px 0 60px; }
.post-content div:last-child, .post-content div:last-child p,
.post-content div:last-child ul, .post-content div:last-child ol,
.post-content div:last-child blockquote {
margin-bottom: 0; }
.post-content h2 {
font-weight: 400; }
.post-content h3 {
margin-bottom: 0;
padding-bottom: 0.4em; }
.post-content h3 a, .post-content h3 a:visited {
color: #003366;
text-decoration: none; }
.post-content h3 a:focus, .post-content h3 a:hover, .post-content h3:active {
color: #dd3333; }
.post-content img {
margin-bottom: 20px;
padding: 10px; }
.post-type-text .post-content ul {
padding-left: 30px;
font-size: 16px; }
.post-type-text .post-content ul ul {
margin-bottom: 0; }
.post-type-text .post-content ul li {
list-style-type: disc;
margin-bottom: 3px; }
.post-type-text .post-content ul ul li {
list-style-type: circle; }
.post-type-text .post-content ol {
padding-left: 30px; }
.post-type-text .post-content ol ol {
margin-bottom: 0; }
.post-type-text .post-content ol li {
list-style-type: upper-latin; }
.post-type-text .post-content ol ol li {
list-style-type: lower-latin; }
.post-type-photoset .post-content .html_photoset {
background: #eee;
margin-bottom: 20px;
padding: 10px; }
.post-type-link .post-content .link-wrap {
margin-bottom: 20px; }
.post-type-chat .post-content .label {
color: #333;
font-weight: bold; }
.post-type-video .post-content .video-wrap {
background: #f0f0f0;
margin-bottom: 20px;
padding: 10px; }
.post-type-audio .post-content .caption {
margin-top: 10px; }
.tags {
font-size: 13px; }
.tags a {
text-decoration: none;
color: #9D9D9D; }
.tags a:after {
content: ","; }
.tags a:last-child:after {
content: ""; }
.post-content ul.post_controls {
border: 1px solid #e8e8e8;
border-radius: 3px;
float: right;
list-style: none;
padding: 0;
margin: 0; }
.post-content ul.post_controls li {
list-style: none;
padding: 5px 5px 0;
margin: 0;
display: inline-block; }
.post-content ul.post_controls li {
list-style: none;
padding: 5px 5px 0;
margin: 0;
display: inline-block; }
#disqus_thread {
border-top: 1px solid #ccc;
padding: 10px 30px 0; }
#disqus_thread h3 {
color: #111;
font: 18px Georgia,serif;
margin: 20px 0 10px; }
#dsq-content .dsq-subscribe-menu {
font-size: 12px; }
#post-notes {
border-top: 1px solid #ccc;
padding: 30px; }
#post-notes ol li {
border-bottom: 1px dotted #ccc;
padding: 10px 0; }
#post-notes ol li img {
background: none;
padding-right: 3px;
vertical-align: middle; }
.pagination {
border-top: 1px solid #ccc;
overflow: hidden;
padding: 20px 0; }
.pagination .previous-page {
float: left; }
.pagination .next-page {
float: right;
margin-right: 30px; }
.pagination a {
font: 20px Georgia,serif;
text-decoration: none; }
.widget {
color: #333;
font-size: 18px;
padding: 0 20px 20px 20px; }
.widget h3 a, .widget h3 a:visited {
text-decoration: none; }
.widget img {
padding: 5px;
max-width: 250px; }
.widget p:last-child, .widget ul:last-child, .widget ol:last-child, .widget blockquote:last-child {
margin-bottom: 0; }
#about {
overflow: hidden; }
#about img {
background: #fff;
border: 1px solid #ccc;
float: left;
margin: 0 10px 0 0;
padding: 3px; }
.like_post {
border-bottom: 1px dotted #ccc;
margin-bottom: 20px;
padding-bottom: 20px; }
.like_post:last-child {
border: none;
margin: 0;
padding: 0; }
.like_post ul {
padding-left: 20px; }
.like_post ul ul {
margin-bottom: 0; }
.like_post ul li {
list-style-type: disc; }
.like_post ul ul li {
list-style-type: circle; }
.like_post ol {
padding-left: 20px; }
.like_post ol ol {
margin-bottom: 0; }
.like_post ol li {
list-style-type: upper-latin; }
.like_post ol ol li {
list-style-type: lower-latin; }
.like_post p:last-child, .like_post ul:last-child, .like_post ol:last-child, .like_post blockquote:last-child {
margin-bottom: 0; }
#tweets {
margin-bottom: 10px; }
#tweets .content {
margin-bottom: 10px; }
#tweets a {
text-decoration: none; }
#following_container {
overflow: hidden;
padding-bottom: 20px; }
#following_container li {
display: inline;
padding: 0;
margin: 0; }
.md-tags {
background-image: url("//frontend-staging.mayday.us/images/tag.svg");
background-size: 100% auto;
background-repeat: none;
background-position: bottom;
margin-bottom: -14px; }
.spacer-opening {
padding-top: 10px;
padding-bottom: 10px; }
@media (min-width: 992px) and (max-width: 1199px) {
.spacer-opening {
padding-top: 20px;
padding-bottom: 10px; } }
@media (max-width: 767px) {
.spacer-opening {
padding-top: 30px;
padding-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
.spacer-opening {
padding-top: 30px;
padding-bottom: 15px; } }
.full-bg-image, .banner-image {
background-color: #061C29;
background-repeat: no-repeat;
overflow: hidden; }
.full-bg-image {
margin-top: -45px;
padding-top: 0 !important;
padding-bottom: 0 !important;
width: 100%;
position: relative; }
@media (max-width: 767px) {
.full-bg-image {
margin-top: 0; } }
@media (max-width: 991px) {
.full-bg-image {
background: url("/images/campaigns/20150429-hero-bg.jpg") 0 0 no-repeat;
background-size: cover; } }
.banner-image {
padding-top: 20px;
box-shadow: 0 0 50px rgba(22, 33, 63, 0.7);
padding-bottom: 15px;
background: url("/images/campaigns/20150429-hero-bg.jpg") 0 0 no-repeat;
position: relative;
background-size: cover;
z-index: 5; }
.banner-image > .row {
background: url("/images/campaigns/20150429-hero-white_v01.png") 0 0 no-repeat;
background-size: contain; }
@media (min-width: 992px) and (max-width: 1199px) {
.banner-image > .row {
background: url("/images/campaigns/20150429-hero-white.png") 0 0 no-repeat;
background-size: 100%; } }
@media (max-width: 991px) {
.banner-image {
background-image: none;
box-shadow: none; }
.banner-image > .row {
background-image: none; } }
.background-image-blurred {
filter: url(blur.svg#blur);
-webkit-filter: blur(3px);
filter: blur(3px);
background: url("/images/campaigns/20150429-hero-bg.jpg") 0 -3px no-repeat;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background-size: cover; }
@media (max-width: 991px) {
.background-image-blurred {
display: none; } }
@media (max-width: 767px) {
.index-logo-small {
height: 50px;
margin: 0 auto; } }
.homepage-panel {
position: relative;
overflow: hidden;
padding-top: 50px;
padding-bottom: 50px;
font-weight: 300; }
.homepage-panel .container {
padding-top: 0;
padding-bottom: 0; }
.homepage-panel .homepage-panel-body h2 {
font-size: 37px;
margin-top: 0; }
.homepage-panel .homepage-panel-body .panel-headline-small {
margin-top: 30px;
font-size: 32px; }
.homepage-panel .homepage-panel-body p {
margin-top: 30px;
font-weight: 300;
font-size: 20px;
line-height: 30px; }
.homepage-panel.dark {
background: #0d3960;
color: #ffffff; }
.homepage-panel.dark h2 {
color: #fff; }
.homepage-panel.grey {
background-color: #f0f0f0; }
.homepage-panel .bg-star {
position: absolute; }
.homepage-panel.ten-star .bg-star:first-of-type {
left: -400px;
top: -250px;
height: 650px;
opacity: .03;
-ms-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(2) {
left: -500px;
top: 80px;
height: 800px;
opacity: .03;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(3) {
left: 10%;
top: -160px;
height: 265px;
opacity: .03;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(4) {
left: 1%;
top: -70px;
width: 600px;
opacity: .015;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(5) {
left: 25%;
top: -200px;
height: 350px;
opacity: .03;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(6) {
left: 25%;
top: 260px;
height: 350px;
opacity: .02;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(7) {
left: 35%;
top: 100px;
height: 200px;
opacity: .02;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(8) {
left: 33%;
top: -180px;
height: 850px;
opacity: .03;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(9) {
left: 76%;
top: -170px;
height: 600px;
opacity: .03;
-ms-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(10) {
left: 82%;
top: 275px;
height: 200px;
opacity: .04;
-ms-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
.homepage-panel.two-star .bg-star:first-of-type {
left: -35%;
top: -450px;
height: 1500px;
opacity: .04;
-ms-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
transform: rotate(20deg); }
.homepage-panel.two-star .bg-star:nth-of-type(2) {
left: 35%;
top: -750px;
height: 1500px;
opacity: .04;
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg); }
.homepage-panel.three-star .bg-star:first-of-type {
left: -35%;
top: -450px;
height: 1500px;
opacity: .04;
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
z-index: 0; }
.homepage-panel.three-star .bg-star:nth-of-type(2) {
left: 40%;
top: 200px;
height: 1000px;
opacity: .04;
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
z-index: 0; }
.homepage-panel.three-star .bg-star:nth-of-type(3) {
left: -40%;
top: 400px;
height: 1500px;
opacity: .04;
-ms-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
z-index: 0; }
.homepage-panel.capitol-building {
background: #fff url("/images/capitol_building.png") right bottom no-repeat; }
.bottom-form-wrap {
margin-top: 40px;
margin-bottom: 10px; }
.bottom-form-wrap .center-block {
float: none; }
.bottom-form-wrap .center-block form {
padding-bottom: 0; }
/**
* M2 styling
*/
.verticalLines {
border-left: 1px solid #b7b7b7;
border-right: 1px solid #b7b7b7;
height: 100%; }
@media (min-width: 768px) and (max-width: 991px) {
.verticalLines {
border: none; } }
@media (max-width: 767px) {
.verticalLines {
border: none; } }
.homepage-ribbon {
padding-top: 20px;
padding-bottom: 20px; }
.homepage-ribbon > div .mini-panel {
padding-right: 10px; }
.homepage-ribbon > div:last-child .mini-panel {
padding-right: 0; }
.homepage-ribbon .mini-panel {
padding-left: 110px;
background: transparent url("") 5px 0 no-repeat;
letter-spacing: .2px;
line-height: 22px;
font-size: 16px;
background-size: 90px 90px; }
@media (max-width: 991px) {
.homepage-ribbon .mini-panel {
margin-top: 8px;
font-size: 18px;
min-height: 92px; } }
@media (max-width: 767px) {
.homepage-ribbon .mini-panel .call-box br {
display: none; }
.homepage-ribbon .mini-panel .call-box .col-sm-1 {
padding-right: 0; } }
.homepage-ribbon .mini-panel .call-box .col-sm-1 {
font-weight: 400;
color: #b0010e; }
@media (min-width: 768px) {
.homepage-ribbon .mini-panel .call-box .col-sm-1 {
line-height: 45px;
font-size: 45px;
width: 100px; } }
.homepage-ribbon .mini-panel .call-box .col-sm-2 {
width: 125px;
padding-right: 0; }
@media (min-width: 768px) and (max-width: 991px) {
.homepage-ribbon .mini-panel .call-box .col-sm-2 {
width: 400px; } }
.homepage-ribbon .mini-panel .call-box-thin {
font-size: 15px;
font-weight: 300; }
@media (min-width: 992px) and (max-width: 1199px) {
.homepage-ribbon .mini-panel .call-box-thin {
font-size: 17px; } }
@media (max-width: 767px) {
.homepage-ribbon .mini-panel .call-box-thin {
font-size: 25px; } }
.homepage-ribbon .mini-panel .call-box-thick {
font-size: 25px;
font-weight: 400;
line-height: 14px; }
@media (min-width: 992px) and (max-width: 1199px) {
.homepage-ribbon .mini-panel .call-box-thick {
line-height: 15px;
font-size: 20px; } }
@media (max-width: 767px) {
.homepage-ribbon .mini-panel .call-box-thick {
font-size: 25px; } }
.homepage-ribbon .mini-panel-text {
background-image: url("/images/home_icon_star.svg"); }
.homepage-ribbon .mini-panel-call {
background-image: url("/images/home_icon_phone.svg"); }
.homepage-ribbon .mini-panel-state {
background-image: url("/images/home_icon_map.svg"); }
.white-link {
color: #fff;
font-size: 18px;
text-decoration: underline; }
.white-link:visited {
color: #fff; }
.js-legislators {
padding-top: 45px; }
.js-legislators .pulled-image {
margin-right: 2%;
margin-left: 2%; }
.js-legislators .background-square {
height: 100px;
width: 100px;
background-size: 100%;
background: #808080 url() center center no-repeat; }
@media (min-width: 992px) and (max-width: 1199px) {
.js-legislators .background-square {
height: 90px;
width: 90px; } }
@media (max-width: 767px) {
.js-legislators .background-square {
padding: 0 5px 0 0; } }
@media (max-width: 991px) {
.js-legislators.newest-leaders .new-legislator {
padding-left: 0; } }
.js-legislators h3 {
font-size: 22px;
font-weight: 400;
white-space: nowrap; }
@media (min-width: 992px) and (max-width: 1199px) {
.js-legislators h3 {
font-size: 16px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.js-legislators h3 {
font-size: 20px; } }
@media (max-width: 767px) {
.js-legislators h3 {
padding-top: 8px;
font-size: 18px; } }
.js-legislators h4 {
color: #0d3960;
margin-top: 7px;
font-size: 15px; }
@media (min-width: 992px) and (max-width: 1199px) {
.js-legislators h4 {
font-size: 13px; } }
@media (max-width: 767px) {
.js-legislators h4 {
font-size: 14px; } }
.bottom-margin {
margin-bottom: 15px; }
.mayday-quotes p {
margin: 45px 0 30px; }
@media (max-width: 991px) {
.mayday-quotes {
margin-top: 20px;
margin-bottom: 30px; }
.mayday-quotes p {
margin: 0 0 15px;
padding: 0; }
.mayday-quotes img {
margin-bottom: 20px; } }
.chart-holder {
min-height: 400px;
padding-right: 0; }
@media (max-width: 767px) {
.chart-holder {
padding-right: 15px; } }
.highcharts-tooltip > span {
background: white;
border: 1px solid silver;
border-radius: 3px;
box-shadow: 1px 1px 2px #888;
padding: 15px; }
.chart-holder.non-chart {
opacity: 0;
-webkit-transition: opacity 450ms;
-moz-transition: opacity 450ms;
-ms-transition: opacity 450ms;
transition: opacity 450ms; }
.chart-holder.non-chart.loaded {
opacity: 1; }
@media (max-width: 767px) {
.chart-holder.non-chart {
height: auto; } }
.chart-holder.non-chart p {
font-weight: 300;
font-size: 20px;
line-height: 30px; }
#container2 {
padding-right: 0;
padding-left: 0; }
.jumbo-text-wrap {
margin-bottom: 100px; }
@media (max-width: 767px) {
.jumbo-text-wrap {
margin-top: 20px;
margin-bottom: 20px; } }
.jumbotron {
margin-top: -45px;
padding: 0;
position: relative;
overflow: hidden; }
@media (max-width: 767px) {
.jumbotron {
margin-top: 0px; } }
.content-offset > [class*='col-'] {
margin-left: 12.555555557%; }
@media (max-width: 767px) {
.content-offset > [class*='col-'] {
margin-left: 0; } }
.page-panel {
position: relative;
padding-top: 18px;
padding-bottom: 22px;
font-weight: 400; }
.page-panel .panel-wrapper {
margin-top: 20px;
margin-bottom: 20px; }
.page-panel.grey {
background-color: #f0f0f0; }
.page-panel.light {
background-color: #fff; }
.page-panel h2 {
font-weight: 400; }
.page-panel p {
font-size: 17px; }
/**
* sticky form
*/
.sticky-grid {
margin-top: 15px; }
.sticky-grid .col-sm-1 {
width: 20px;
padding-left: 0;
padding-right: 5px;
margin-top: 2px; }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-grid .col-sm-1 {
width: 15px; } }
.sticky-grid .col-sm-2 {
width: 125px;
padding-left: 5px;
padding-right: 0;
font-size: 12px; }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-grid .col-sm-2 {
width: 115px;
font-size: 10px; } }
.sticky-tree {
background: #fff;
border-radius: 5px;
padding: 0px 15px 30px 25px;
box-shadow: 1px 1px 2px #eee;
display: block;
position: fixed;
top: 198px;
left: 50%;
margin-left: -585px;
z-index: 10;
color: #5C5C5C; }
.sticky-tree div {
width: 145px; }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-tree div {
width: 145px; } }
.sticky-tree div .sticky-star {
height: 15px;
width: 15px;
background: url("/images/plan_side_star_off.svg") center center no-repeat; }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-tree div .sticky-star {
height: 10px;
width: 10px; } }
.sticky-tree div .sticky-star.active {
background: url("/images/plan_side_star_on.svg") center center no-repeat; }
.sticky-tree div .sticky-text {
font-weight: 400;
line-height: 140%;
color: #5C5C5C; }
.sticky-tree div .sticky-text.active {
color: #0d3960; }
@media (min-width: 992px) and (max-width: 1199px) {
.sticky-tree {
margin-left: -495px; } }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-tree {
padding: 0px 0px 30px 25px;
margin-left: -395px; } }
.sticky-tree.stuck {
position: fixed;
top: 198px;
left: 5px;
margin: 0 auto; }
.sticky-tree.unstuck {
position: absolute; }
.state .col-md-2 {
width: 20%;
font-size: 16px; }
.first-line {
font-weight: 400; }
/**
* Mixins for Panels and Buttons
*/
/**
* Grid of Panels
*/
.action-tree {
float: none;
margin-bottom: 40px; }
.action-tree > li {
padding: 0 75px 20px;
position: relative; }
@media (max-width: 767px) {
.action-tree > li {
padding: 0 0 20px; } }
.action-tree > li > .panel {
display: none; }
.action-tree > li .thanks-message, .action-sidebar .thanks-message, .action-wrap .thanks-message {
display: none; }
.action-tree > li > .btn-md-wide, .action-sidebar > .btn-md-wide, .action-wrap > .btn-md-wide {
margin: 0;
text-align: left; }
@media (max-width: 767px) {
.action-tree > li > .btn-md-wide, .action-sidebar > .btn-md-wide, .action-wrap > .btn-md-wide {
font-size: 20px; } }
.action-tree > li:nth-child(1) > .btn-md-wide, .action-sidebar:nth-child(1) > .btn-md-wide, .action-wrap:nth-child(1) > .btn-md-wide {
background: #094067; }
.action-tree > li:nth-child(2) > .btn-md-wide, .action-sidebar:nth-child(2) > .btn-md-wide, .action-wrap:nth-child(2) > .btn-md-wide {
background: #513c5f; }
.action-tree > li:nth-child(3) > .btn-md-wide, .action-sidebar:nth-child(3) > .btn-md-wide, .action-wrap:nth-child(3) > .btn-md-wide {
background: #5e8cac; }
.action-tree > li:nth-child(4) > .btn-md-wide, .action-sidebar:nth-child(4) > .btn-md-wide, .action-wrap:nth-child(4) > .btn-md-wide {
background: #759c64; }
.action-tree > li:nth-child(5) > .btn-md-wide, .action-sidebar:nth-child(5) > .btn-md-wide, .action-wrap:nth-child(5) > .btn-md-wide {
background: #eaa663; }
.action-tree > li:nth-child(6) > .btn-md-wide, .action-sidebar:nth-child(6) > .btn-md-wide, .action-wrap:nth-child(6) > .btn-md-wide {
background: #af010e; }
.action-tree > li > small, .action-sidebar > small, .action-wrap > small {
position: absolute;
top: 1px;
left: 0;
width: 65px;
height: 65px;
background: #fff url("/images/action/check.svg") center center no-repeat; }
.action-tree > li > small.icon-sign-up, .action-sidebar > small.icon-sign-up, .action-wrap > small.icon-sign-up {
background-image: url("/images/action/sign_up_1_off.svg"); }
.action-tree > li > small.icon-get-educated, .action-sidebar > small.icon-get-educated, .action-wrap > small.icon-get-educated {
background-image: url("/images/action/get_educated_2_off.svg"); }
.action-tree > li > small.icon-spread-the-word, .action-sidebar > small.icon-spread-the-word, .action-wrap > small.icon-spread-the-word {
background-image: url("/images/action/spread_the_word_3_off.svg"); }
.action-tree > li > small.icon-call-congress, .action-sidebar > small.icon-call-congress, .action-wrap > small.icon-call-congress {
background-image: url("/images/action/call_congress_4_off.svg"); }
.action-tree > li > small.icon-join-discussion, .action-sidebar > small.icon-join-discussion, .action-wrap > small.icon-join-discussion {
background-image: url("/images/action/join_disscussion_5_off.svg"); }
.action-tree > li > small.icon-volunteer, .action-sidebar > small.icon-volunteer, .action-wrap > small.icon-volunteer {
background-image: url("/images/action/volunteer_6_off.svg"); }
@media (max-width: 767px) {
.action-tree > li > small, .action-sidebar > small, .action-wrap > small {
width: .01px; } }
.action-tree > li.active > .btn, .action-sidebar.active > .btn, .action-wrap.active > .btn {
display: none; }
.action-tree > li.active > .panel, .action-sidebar.active > .panel, .action-wrap.active > .panel {
display: block; }
.action-tree > li.active > small.show-incomplete.icon-sign-up, .action-sidebar.active > small.show-incomplete.icon-sign-up, .action-wrap.active > small.show-incomplete.icon-sign-up {
background-image: url("/images/action/sign_up_1_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-get-educated, .action-sidebar.active > small.show-incomplete.icon-get-educated, .action-wrap.active > small.show-incomplete.icon-get-educated {
background-image: url("/images/action/get_educated_2_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-spread-the-word, .action-sidebar.active > small.show-incomplete.icon-spread-the-word, .action-wrap.active > small.show-incomplete.icon-spread-the-word {
background-image: url("/images/action/spread_the_word_3_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-call-congress, .action-sidebar.active > small.show-incomplete.icon-call-congress, .action-wrap.active > small.show-incomplete.icon-call-congress {
background-image: url("/images/action/call_congress_4_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-join-discussion, .action-sidebar.active > small.show-incomplete.icon-join-discussion, .action-wrap.active > small.show-incomplete.icon-join-discussion {
background-image: url("/images/action/join_disscussion_5_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-volunteer, .action-sidebar.active > small.show-incomplete.icon-volunteer, .action-wrap.active > small.show-incomplete.icon-volunteer {
background-image: url("/images/action/volunteer_6_on.svg"); }
.action-tree > li.incomplete, .action-sidebar.incomplete, .action-wrap.incomplete {
background: transparent url("/images/action/tmp-vertical-dots.png") 32px 20px no-repeat; }
.action-tree > li.incomplete .show-complete, .action-sidebar.incomplete .show-complete, .action-wrap.incomplete .show-complete {
display: none; }
.action-tree > li.incomplete .show-incomplete, .action-sidebar.incomplete .show-incomplete, .action-wrap.incomplete .show-incomplete {
display: initial; }
@media (max-width: 767px) {
.action-tree > li.incomplete, .action-sidebar.incomplete, .action-wrap.incomplete {
background: none; } }
.action-tree > li.complete .show-complete, .action-sidebar.complete .show-complete, .action-wrap.complete .show-complete {
display: initial; }
.action-tree > li.complete .show-incomplete, .action-sidebar.complete .show-incomplete, .action-wrap.complete .show-incomplete {
display: none; }
.action-tree > li.complete .panel, .action-sidebar.complete .panel, .action-wrap.complete .panel {
background: #eee; }
.action-tree > li.complete > .btn-md-wide, .action-sidebar.complete > .btn-md-wide, .action-wrap.complete > .btn-md-wide {
background: #808080; }
.action-tree > li.complete.active.thanked .panel-body, .action-tree > li.complete.thanked .panel-body, .action-sidebar.complete.active.thanked .panel-body, .action-sidebar.complete.thanked .panel-body, .action-wrap.complete.active.thanked .panel-body, .action-wrap.complete.thanked .panel-body {
display: none; }
.action-tree > li.complete.active.thanked .thanks-message, .action-tree > li.complete.thanked .thanks-message, .action-sidebar.complete.active.thanked .thanks-message, .action-sidebar.complete.thanked .thanks-message, .action-wrap.complete.active.thanked .thanks-message, .action-wrap.complete.thanked .thanks-message {
display: initial;
overflow: hidden; }
.action-tree > li:last-child, .action-sidebar:last-child, .action-wrap:last-child {
background: none; }
.js-targets {
text-align: left; }
/**
* Mayday News Icons
*/
.md-icon {
height: 40px;
width: 40px;
display: inline-block;
margin-bottom: -8px;
border-bottom-width: 15px; }
.md-envelope {
background-image: url(../images/envelope.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
.md-newspaper {
background-image: url(../images/newspaper.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
.md-newspaper-large {
background-image: url(../images/newspaper.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom;
background-position: -5px 3px;
width: 65px;
height: 65px; }
.md-microphone {
background-image: url(../images/microphone.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
.md-download {
background-image: url(../images/download.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
.md-shield {
background-image: url(../images/shield.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
/**
* Mayday News Panels
**/
.panel-news {
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
padding-bottom: 10px; }
.panel-news hr {
height: 1px;
background-color: #808080; }
.panel-news .panel-heading {
margin-bottom: 0; }
.panel-news .panel-heading h2, .panel-news .panel-heading h2 a {
padding-bottom: 5px;
font-weight: 400;
margin-top: 0;
font-size: 28px;
line-height: 30px;
color: #16213f; }
.panel-news .panel-heading h2 {
border-bottom: 1px solid #16213f; }
.panel-news .panel-body {
padding-top: 0;
font-size: 18px; }
.panel-news .panel-body li {
margin-bottom: 10px;
font-size: 16px;
line-height: normal; }
.panel-news .panel-body .press-date {
font-weight: 400; }
.panel-news .panel-body .press-link {
vertical-align: top;
width: 70%; }
.panel-news .panel-body .more-link {
position: absolute;
bottom: 0;
right: 10px;
font-size: 14px;
font-weight: 400;
float: right; }
.panel-news .panel-body .more-link.btn-targets {
letter-spacing: 0;
bottom: 6px; }
.panel-news.with-border {
border: 2px solid #cccccc;
width: 100%; }
.news-content {
margin-bottom: 100px; }
.news-content .list-inline > li {
margin-bottom: 30px; }
.contact-info h3 {
margin-top: 1.5em;
margin-bottom: 0.75em;
font-weight: 400; }
.contact-info p {
line-height: 1.5em;
margin-top: 0.18em;
margin-bottom: 0.18em; }
/**
* Variables
*/
.progress-include {
background: #e4e5e9 url(/images/capitol_building.png) 0 bottom;
overflow: hidden;
font-weight: 400;
position: relative;
border-radius: 4px;
height: 100%; }
.progress-include .headline {
color: #0d3960;
font-size: 34px;
padding: 20px 3.5% 0 3.5%;
position: relative;
z-index: 99;
margin: 0;
font-weight: 400; }
.progress-include .sub-headline {
font-size: 22px;
line-height: 28px;
margin-top: 14px;
padding: 14px 3.5% 0 3.5%;
position: relative;
z-index: 99; }
.progress-include .sub-headline span {
font-size: 24px; }
@media (min-width: 968px) and (max-width: 1199px) {
.progress-include .sub-headline {
padding-bottom: 1em; } }
@media (min-width: 968px) and (max-width: 967px) {
.progress-include .sub-headline {
padding-bottom: 0em; } }
@media (max-width: 714px) {
.progress-include .sub-headline {
padding-bottom: 1em; } }
.progress-include .legend {
color: #b0010e;
text-align: right;
font-size: 27px;
margin: 15px 5% 8px 0;
position: relative;
z-index: 99; }
.progress-include .legend i {
font-size: 20px; }
@media (min-width: 968px) and (max-width: 1199px) {
.progress-include .lengend-shift {
width: 50%;
float: right; } }
@media (min-width: 968px) and (max-width: 967px) {
.progress-include .lengend-shift {
width: 100%;
float: right; } }
@media (max-width: 714px) {
.progress-include .lengend-shift {
width: 50%;
float: right; } }
.progress-include .bar-line {
height: 60px;
position: relative;
margin-bottom: 25px; }
.progress-include .bar-line .label {
display: inline-block;
width: 14%;
padding: 12px 0 0 3.5%;
height: 100%;
font-size: 34px;
font-weight: 300;
color: #16213f; }
.progress-include .bar-line .bar {
float: right;
margin-right: 5%;
height: 100%;
width: 75%;
border: 2px solid #ffffff;
border-radius: 5px;
display: inline-block;
position: relative; }
@media (min-width: 968px) and (max-width: 1199px) {
.progress-include .bar-line .bar {
width: 87%;
margin-right: 10%; } }
@media (max-width: 714px) {
.progress-include .bar-line .bar {
width: 87%;
margin-right: 10%; } }
.progress-include .bar-line .progress-section {
display: inline-block;
height: 100%;
float: left;
background-color: rgba(68, 147, 84, 0.9); }
.progress-include .bar-line .count {
float: right;
color: white;
font-weight: 400;
font-size: 45px;
margin: 14px 8px 0 0; }
.progress-include .bar-line .togo-section {
display: inline-block;
float: right;
height: 100%;
background-color: rgba(123, 123, 123, 0.9);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; }
.progress-include .bar-line .out-of {
text-align: center;
width: 50px;
color: white;
position: absolute;
right: -25px;
top: 6px; }
.progress-include .bar-line .out-of .rectangle {
background-color: #b0010e;
height: 30px;
font-size: 20px;
padding-top: 6px; }
.progress-include .bar-line .out-of .triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 25px 0 25px;
border-color: #b0010e transparent transparent transparent;
/* force anti-aliasing */
-moz-transform: scale(0.9999);
-webkit-transform: scale(0.9999);
-ms-transform: scale(0.9999);
-o-transform: scale(0.9999);
transform: scale(0.9999); }
.progress-include .mobile-break {
display: none; }
@media (min-width: 968px) and (max-width: 1199px) {
.progress-include .mobile-break {
display: inline-block; } }
@media (min-width: 968px) and (max-width: 967px) {
.progress-include .mobile-break {
display: none; } }
@media (max-width: 714px) {
.progress-include .mobile-break {
display: inline-block; } }
.progress-include .senate .progress-section {
width: 45%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; }
.progress-include .senate .togo-section {
width: 55%; }
.progress-include .house .progress-section {
width: 87%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; }
.progress-include .house .togo-section {
width: 13%; }
/**
* Mayday Panel Styles
*/
/**
* Mayday Content
*/
.faq-qa {
width: 6.5%;
display: inline-block;
float: left;
padding-right: 1rem; }
@media (min-width: 992px) and (max-width: 1199px) {
.faq-qa {
width: 10%; } }
@media (min-width: 768px) and (max-width: 991px) {
.faq-qa {
width: 10%; } }
@media (max-width: 767px) {
.faq-qa {
width: 10%; } }
.faq-content {
width: 87.5%;
display: inline-block;
float: left; }
@media (min-width: 992px) and (max-width: 1199px) {
.faq-content {
width: 85%; } }
@media (min-width: 768px) and (max-width: 991px) {
.faq-content {
width: 85%; } }
@media (max-width: 767px) {
.faq-content {
width: 85%; } }
.faq-content p {
font-size: 17px;
padding-top: 8px;
padding-bottom: 0;
margin-bottom: 7px; }
@media (max-width: 767px) {
.faq-content p {
line-height: 140%;
padding-top: 0.5rem; } }
.faq-letter {
color: #b0010e;
font-weight: 400; }
/**
* Mayday Button
*/
.btn-submit-join {
width: 100%;
background-color: #b0010e;
border-color: #769fbd;
text-transform: uppercase;
color: #FFF;
font-size: 1.5rem; }
.btn-submit-join:hover {
background-color: #cccccc;
border-color: #cccccc; }
.hang-line {
text-indent: -0.9em;
margin-left: 0.9em; }
/**
* Mayday Content
*/
.team_and_board_fonts {
padding-bottom: 40px; }
.team_and_board_fonts h2 {
font-weight: 400;
margin-bottom: 20px; }
.team_and_board_fonts h3 {
color: #333;
font-weight: 400;
margin: 0 0 3px; }
.team_and_board_fonts h4 {
margin: 0;
font-weight: 400;
font-size: 22px; }
.team_and_board_fonts p {
font-size: 16px;
line-height: normal; }
@media (max-width: 767px) {
.team_and_board_fonts p {
font-size: 17px;
line-height: 140%; } }
.tb-profile {
margin-bottom: 30px; }
@media (max-width: 767px) {
.tb-profile {
margin-top: 35px; } }
.img-bottom {
margin-bottom: 15px; }
.contributors-format h5 {
font-size: 18px;
line-height: 1em; }
/**
* Mayday Content
*/
.video-lead-title {
margin-bottom: 10px; }
@media (max-width: 767px) {
.video-lead-title {
margin-bottom: 0; } }
.all-videos {
margin-bottom: 40px; }
.all-videos .video-group {
padding-bottom: 20px; }
.all-videos .video-group h2 {
font-size: 22px;
margin-bottom: 10px; }
@media (min-width: 1200px) {
.all-videos .video-group h2.two-line-height-on-lg {
min-height: 48px; } }
.btn-md-wide.video-font {
font-size: 18px; }
.large-video-group {
margin-bottom: 15px; }
.top-signup {
float: right; }
@media (min-width: 768px) and (max-width: 991px) {
.top-signup {
display: none; } }
@media (max-width: 767px) {
.top-signup {
display: none; } }
.bottom-signup {
display: none; }
@media (min-width: 768px) and (max-width: 991px) {
.bottom-signup {
display: inline-block; } }
@media (max-width: 767px) {
.bottom-signup {
display: inline-block; } }
/**
* Mayday Content
*/
.smaller-layout {
max-width: 835px; }
.placed-center {
text-align: center;
margin-left: auto;
margin-right: auto; }
.about-icons {
width: 62%;
height: 62%; }
@media (max-width: 767px) {
.about-icons {
width: 40%;
height: 40%;
min-width: 80px;
min-height: 80px; } }
.team-icon {
width: 90%;
height: 90%; }
@media (max-width: 767px) {
.team-icon {
width: 70%;
height: 70%;
min-width: 120px;
min-height: 120px;
margin-top: -12px; } }
.center-faq-icon1 {
margin-left: -20%; }
@media (max-width: 767px) {
.center-faq-icon1 {
margin-left: none; } }
.center-faq-icon2 {
margin-right: 70px; }
@media (min-width: 768px) and (max-width: 991px) {
.center-faq-icon2 {
margin-right: 60px; } }
@media (max-width: 767px) {
.center-faq-icon2 {
margin-right: none;
margin-left: 1px; } }
.bullet-color {
color: #0d3960; }
@media (min-width: 768px) and (max-width: 991px) {
.info-height {
height: 213px; } }
.info-height h3 {
margin-bottom: 10px; }
.large-icons img {
margin-bottom: 60px; }
/**
* Sign Up page
**/
@media (min-width: 1200px) {
.sign-up h1 {
margin-bottom: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
.sign-up .action-panel.with-shield .panel-icon .img-responsive {
top: -12px; } }
@media (max-width: 767px) {
.sign-up .action-panel.with-shield .panel-icon .img-responsive {
top: -12px; } }
.sign-up form {
text-align: center;
border-radius: 5px;
float: none;
margin: 25px auto 0; }
.sign-up form fieldset {
border-radius: 5px;
display: block;
float: none;
margin: 10px auto 0; }
.sign-up form legend {
text-align: center;
border: none;
line-height: 140%;
float: left;
padding: 0 20px; }
.sign-up form input[type=text], .sign-up form input[type=email] {
border: 2px #16213f solid;
border-radius: 5px;
margin-bottom: 0;
height: 43px;
font-size: 110%;
font-weight: 300;
text-align: left; }
.sign-up form .checkbox-inline {
text-align: left;
width: 100%; }
.donate-flavor-text h1 {
font-size: 48px;
font-weight: 400;
margin-top: 15px; }
.donate-flavor-text p {
font-size: 20px;
font-weight: 300;
padding: 0; }
.donate-flavor-text p:first-of-type {
font-weight: 400; }
.donate-flavor-text p:last-of-type {
padding-bottom: 10px; }
.box-inner {
height: 100%;
position: relative; }
.box-inner.donate-page-box {
border: 1px solid #16213f;
margin: 15px 0; }
.box-inner.donate-page-box .box-title {
height: 18%;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
background-color: #16213f;
font-size: 27px;
border-bottom: 10px solid #0d3960;
margin-top: 0; }
.box-inner.donate-page-box form {
margin: 25px 15px 0 15px;
font-size: 22px; }
.box-inner.donate-page-box form input, .box-inner.donate-page-box form select {
width: 100%;
border: 2px solid #16213f;
padding: 8px 0 8px 12px;
border-radius: 4px;
margin-bottom: 4px;
font-size: 20px;
font-weight: 300; }
.box-inner.donate-page-box .stepContainer {
padding: 15px 10px 10px; }
.box-inner.donate-page-box ul.steps {
text-align: center;
font-size: 0;
margin: 0;
width: 100%;
padding: 0; }
.box-inner.donate-page-box li.step {
display: inline-block;
vertical-align: top;
position: relative;
margin: 0 14px;
width: 74px;
max-width: 120px;
color: #b7b7b7;
font-size: 14px;
font-size: 1.1rem; }
.box-inner.donate-page-box li.step span {
display: block;
border: 3px solid #b7b7b7;
background: #fff;
margin: 7px auto 0;
padding: 0 7px 7px;
width: 60px;
height: 60px;
border-radius: 60px;
color: #b7b7b7;
font-size: 36px;
line-height: 1.4;
font-weight: 300; }
.box-inner.donate-page-box li.step.active span {
background: #27ae60;
border-color: #27ae60;
color: #fff; }
.box-inner.donate-page-box li.step.active {
color: #27ae60; }
.box-inner.donate-page-box .step-1-container {
width: 100%;
padding: 10px;
text-align: center; }
.box-inner.donate-page-box .step-2-container {
margin: 0 auto;
overflow: auto;
padding: 0 20px 20px; }
.box-inner.donate-page-box .step-2-container .control-label {
display: none; }
.box-inner.donate-page-box .step-2-container #donation-type {
margin-top: 5px;
margin-bottom: 0; }
.box-inner.donate-page-box .step-2-container .checkbox {
font-size: 16px;
line-height: 1.3;
font-weight: 300;
color: #1e2e50;
margin-top: 0; }
.box-inner.donate-page-box .step-2-container .checkbox input {
width: auto; }
.box-inner.donate-page-box .step-2-container .form-group {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 7px; }
.box-inner.donate-page-box .select-amount-instructions, .box-inner.donate-page-box .or-instructions {
font-style: italic;
margin: 0 0 10px;
font-weight: 300; }
.box-inner.donate-page-box .fancy-or-line {
display: inline-block;
height: 1px;
width: 60px;
background-color: #b7b7b7;
vertical-align: middle;
margin: 0 20px; }
.box-inner.donate-page-box .donate-with-bitcoin-button {
background-color: #fff;
color: #1e2e50;
border: 4px solid #1e2e50;
display: inline-block;
font-size: 24px;
font-weight: 400;
width: 90%;
max-width: 380px;
/* width of three amount buttons */
padding: 7px 10px;
margin: 0 0 14px;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 4px; }
.box-inner.donate-page-box .donate-with-bitcoin-button:hover {
background-color: #1e2e50;
border-color: #1e2e50;
color: #fff;
text-decoration: none;
font-weight: 400; }
.box-inner.donate-page-box .amount-button {
background-color: #1e2e50;
color: #fff;
display: inline-block;
font-size: 20px;
font-weight: 400;
width: 120px;
height: 40px;
padding: 5px 10px;
margin: 6px 4px;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 2px; }
.box-inner.donate-page-box .amount-button:hover {
background-color: #0d3960; }
@media (max-width: 767px) {
.box-inner.donate-page-box .donate-submit-button {
margin-top: 10px; } }
.box-inner.donate-page-box .submit-button {
background-color: #1e2e50;
color: #fff;
border: 3px solid #1e2e50;
display: inline-block;
font-size: 24px;
font-weight: 300;
width: 100%;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 6px;
text-transform: uppercase;
padding: 10px; }
.box-inner.donate-page-box .submit-button:hover {
background-color: #0d3960;
border-color: #0d3960;
color: #fff;
text-decoration: none; }
.box-inner.donate-page-box .submit-button#paypalButton {
background-color: #fff;
color: #1e2e50;
margin-top: 7px; }
.box-inner.donate-page-box .submit-button#paypalButton:hover {
background-color: #0d3960;
border-color: #0d3960;
color: #fff;
text-decoration: none; }
.box-inner.donate-page-box #formError {
clear: both; }
.box-inner.donate-page-box .step-2-container {
display: none; }
.contribution-rules {
margin: 20px 0 0;
padding: 30px 0 40px;
background-color: #ebebeb;
font-weight: 300; }
.contribution-rules h2 {
font-weight: 400; }
.contribution-rules ul {
padding-left: 20px; }
.contribution-rules ul li {
list-style-type: disc; }
.legislators-listing h3 {
font-size: 20px;
white-space: nowrap; }
.legislators-listing h4 {
font-size: 16px; }
.legislators-listing .fa {
display: inline-block;
margin-right: 1px; }
.legislators-listing .background-square {
border: 4px solid #b0aeaf; }
.legislators-listing .with-us-true .fa-check-square-o {
display: inline-block; }
.legislators-listing .with-us-true .fa-minus-circle {
display: none; }
.legislators-listing .with-us-true .fa-question-circle {
display: none; }
.legislators-listing .with-us-true .btn-targets {
background-color: #426E2F; }
.legislators-listing .with-us-unknowable .fa-question-circle {
display: true; }
.legislators-listing .with-us-unknowable .fa-check-square-o {
display: none; }
.legislators-listing .with-us-unknowable .fa-minus-circle {
display: none; }
.legislators-listing .with-us-false .fa-question-circle {
display: none; }
.legislators-listing .with-us-false .fa-check-square-o {
display: none; }
.legislators-listing .with-us-false .fa-minus-circle {
display: inline-block; }
.legislators-listing .with-us-false .btn-targets {
background-color: #910216; }
.page-open {
padding-top: 40px; }
.dossier-page {
margin-top: -45px; }
.dossier-page h2 {
font-weight: 400;
font-size: 34px;
letter-spacing: 1.5px; }
.dossier-page p {
font-weight: 400; }
.dossier-page .dossier-img {
margin: 0 auto 0px;
border-radius: 5px;
height: 281px;
width: 231px; }
.dossier-page .dossier-img > div {
border: 3px solid #fff;
border-radius: 5px;
height: 275px;
width: 225px;
background-size: cover;
background-repeat: no-repeat; }
.dossier-page h1.lead-title {
margin-top: 0;
font-weight: 400; }
.dossier-page .bottom-line, .dossier-page .top-line-left {
height: 6px; }
.dossier-page .top-line-left {
height: 20px; }
.dossier-page .tallies {
position: relative;
overflow: hidden; }
.dossier-page .tallies > .col-md-6:first-child .talley {
float: right; }
.dossier-page .tallies > .col-md-6:last-child .talley {
float: left; }
.dossier-page .tallies > .col-md-12 .talley {
margin: 0 auto;
text-align: center; }
.dossier-page .talley {
font-size: 18px;
text-align: left;
font-weight: 400;
line-height: 18px;
width: 190px; }
.dossier-page .talley .fa {
font-size: 46px;
float: left;
margin-right: 3px; }
.dossier-page .tail-message {
margin-bottom: 20px;
font-size: 30px; }
.dossier-page .make-call {
cursor: text;
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial; }
.dossier-page .make-call::selection {
background: #910216; }
.dossier-page .make-call::-moz-selection {
background: #910216; }
.dossier-page.with-us-true h2, .dossier-page.with-us-true h1, .dossier-page.with-us-true .talley {
color: #1c7bab; }
.dossier-page.with-us-true .dossier-img {
border: 3px solid #1c7bab; }
.dossier-page.with-us-true .dossier-img > div {
background-color: #1c7bab; }
.dossier-page.with-us-true .bottom-line, .dossier-page.with-us-true .make-call, .dossier-page.with-us-true .top-line-left {
background-color: #1c7bab; }
.dossier-page.with-us-true .bg-star {
background-image: url("/images/star_blue.svg") no-repeat; }
.dossier-page.with-us-false h2, .dossier-page.with-us-false h1, .dossier-page.with-us-false .talley {
color: #910216; }
.dossier-page.with-us-false .dossier-img {
border: 3px solid #910216; }
.dossier-page.with-us-false .dossier-img > div {
background-color: #910216; }
.dossier-page.with-us-false .bottom-line, .dossier-page.with-us-false .make-call, .dossier-page.with-us-false .top-line-left {
background-color: #910216; }
.dossier-page.with-us-false .talley .fa {
font-size: 38px;
margin-right: 8px; }
.dossier-page.with-us-false .bg-star {
background-image: url("/images/money_sign.svg") no-repeat; }
.with-us-true .leader-visible {
display: initial; }
.with-us-true .leader-hidden {
display: none; }
.with-us-false .leader-visible {
display: none; }
.with-us-false .leader-hidden {
display: initial; }
.make-call > .fa-phone {
padding-right: 5px; }
.twitter-small {
margin-left: 10px !important; }
@media (min-width: 768px) and (max-width: 991px) {
.twitter-small {
margin-left: 1% !important; } }
@media (max-width: 767px) {
.twitter-small {
margin-left: 0 !important; } }
.twitter-small > .fa-twitter {
color: #4099ff;
font-size: 1.5em;
line-height: 50%; }
.facebook-small {
margin-left: 10px !important; }
@media (max-width: 767px) {
.facebook-small {
margin-left: 0 !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.facebook-small {
margin-left: 1% !important; } }
.facebook-small > .fa-facebook {
color: #3b5997;
font-size: 1.3em;
line-height: 50%; }
.triangle-up .leg {
margin-top: 45px; }
/* CSS talk bubble */
.talk-bubble {
margin: 30px auto 20px;
display: inline-block;
position: relative;
width: 100%;
background-color: #f0f0f0;
border: 8px solid #16213f;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
padding: 15px 20px;
text-align: left;
line-height: 1.5em;
font-size: 1.1em;
color: #16213f; }
.talk-bubble:before, .talk-bubble:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: auto;
left: 50%;
bottom: auto; }
.talk-bubble:before {
margin-left: -36px;
top: -64px;
border: 32px solid;
border-color: transparent transparent #16213f transparent; }
.talk-bubble:after {
margin-left: -24px;
top: -40px;
border: 20px solid;
border-color: transparent transparent #f0f0f0 transparent; }
.talk-bubble p {
margin: 0 0 10px; }
.dossier-star .bg-star {
position: absolute; }
.dossier-star .bg-star:first-of-type {
left: -400px;
top: -250px;
height: 650px;
opacity: .1;
-ms-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg); }
.dossier-star .bg-star:nth-of-type(2) {
left: -500px;
top: 280px;
height: 800px;
opacity: .1;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.dossier-star .bg-star:nth-of-type(3) {
left: 10%;
top: -160px;
height: 265px;
opacity: .1;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.dossier-star .bg-star:nth-of-type(4) {
left: 1%;
top: -70px;
width: 600px;
opacity: .1;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.dossier-star .bg-star:nth-of-type(5) {
left: 25%;
top: -200px;
height: 350px;
opacity: .1;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.dossier-star .bg-star:nth-of-type(6) {
left: 25%;
top: 260px;
height: 350px;
opacity: .1;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.dossier-star .bg-star:nth-of-type(7) {
left: 35%;
top: 100px;
height: 200px;
opacity: .1;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.dossier-star .bg-star:nth-of-type(8) {
left: 47%;
top: -120px;
height: 850px;
opacity: .1;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.dossier-star .bg-star:nth-of-type(9) {
left: 76%;
top: -170px;
height: 600px;
opacity: .1;
-ms-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg); }
.dossier-star .bg-star:nth-of-type(10) {
left: 82%;
top: 475px;
height: 200px;
opacity: .1;
-ms-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
.legislators-listing {
min-height: 300px; }
.legislators-listing .js-legislators {
padding-top: 15px; }
.legislators-all .with-us-true {
display: block; }
.legislators-all .with-us-false {
display: block; }
.legislators-all .with-us-unknowable {
display: block; }
.legislators-all .potential-true {
display: block; }
.legislators-all .show-potential {
visibility: hidden; }
.legislators-potential .with-us-true {
display: none; }
.legislators-potential .with-us-false {
display: none; }
.legislators-potential .with-us-unknowable {
display: none; }
.legislators-potential .potential-true {
display: block; }
.legislators-potential .show-potential {
visibility: visible; }
.legislators-leaders .potential-true {
display: none; }
.legislators-leaders .with-us-false {
display: none; }
.legislators-leaders .with-us-true {
display: block; }
.legislators-leaders .with-us-unknowable {
display: none; }
.legislators-leaders .show-potential {
visibility: hidden; }
form.md-inputs.legislators-filter {
padding-bottom: 0; }
form.md-inputs.legislators-filter .form-group {
margin: 0; }
form.md-inputs.legislators-filter.md-inputs input.form-control[type=text] {
margin-bottom: 0; }
form.md-inputs.legislators-filter .radio-inline {
margin-right: 12px; }
form.md-inputs.legislators-filter .radio-inline:first-child {
padding-left: 0; }
form.md-inputs.legislators-filter .radio-inline input[type=radio] {
margin-top: 7px; }
.voxel-map {
line-height: 1;
letter-spacing: 0; }
.voxel-map * {
list-style: none;
position: relative;
margin: 0;
padding: 0;
-webkit-tap-highlight-color: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.voxel-map .clear {
clear: both; }
.voxel-map select.md-select {
margin: 0 0 32px;
width: 50%;
min-width: 300px;
float: right; }
.voxel-map h2 {
float: left; }
.voxel-map .voxels {
position: relative;
top: 12px;
left: 0;
height: 100px;
-webkit-transition: opacity 0.9s;
transition: opacity 0.9s; }
.voxel-map .voxels .label {
color: #fff;
letter-spacing: 0;
font-size: 15px;
line-height: 28px;
pointer-events: none;
position: absolute;
text-align: center;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
width: 34px; }
.voxel-map[size-modifier="0.75"] .voxels .label {
font-size: 14px;
line-height: 21px;
width: 26px; }
.voxel-map[size-modifier="0.5"] .voxels .label {
font-size: 9px;
line-height: 16px;
width: 16px; }
.voxel-map[size-modifier="0.25"] .voxels .label {
font-size: 5px;
line-height: 24px;
width: 7px; }
.voxel-map .voxels .voxel {
cursor: pointer;
position: absolute; }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@-webkit-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.voxel-map .voxels .voxel svg polygon {
-webkit-transition: fill 0.4s;
transition: fill 0.4s; }
.voxel-map .voxel svg {
height: 25px;
width: 25px; }
.voxel-map .voxel svg polygon.border-top,
.voxel-map .voxel svg polygon.border-right,
.voxel-map .voxel svg polygon.border-bottom,
.voxel-map .voxel svg polygon.border-bottom-angled,
.voxel-map .voxel svg polygon.border-left {
display: none;
fill: rgba(255, 255, 255, 0.9); }
.voxel-map .voxel[color=blue] svg polygon.front {
fill: #5e8cac; }
.voxel-map .voxel[color=blue] svg polygon.left {
fill: #81aac1; }
.voxel-map .voxel[color=blue] svg polygon.bottom {
fill: #385768; }
.voxel-map .voxel[color=blue][dark] svg polygon.front {
fill: #385467; }
.voxel-map .voxel[color=blue][dark] svg polygon.left {
fill: #4d6674; }
.voxel-map .voxel[color=blue][dark] svg polygon.bottom {
fill: #507C94; }
.voxel-map .voxel[color=blue] svg polygon.border-top,
.voxel-map .voxel[color=blue] svg polygon.border-right,
.voxel-map .voxel[color=blue] svg polygon.border-bottom,
.voxel-map .voxel[color=blue] svg polygon.border-bottom-angled,
.voxel-map .voxel[color=blue] svg polygon.border-left {
display: none;
fill: rgba(56, 87, 104, 0.8); }
.voxel-map .voxel[color=green] svg polygon.front {
fill: #759c64; }
.voxel-map .voxel[color=green] svg polygon.left {
fill: #96af8b; }
.voxel-map .voxel[color=green] svg polygon.bottom {
fill: #6C895E; }
.voxel-map .voxel[color=green][dark] svg polygon.front {
fill: #465e3c; }
.voxel-map .voxel[color=green][dark] svg polygon.left {
fill: #5a6953; }
.voxel-map .voxel[color=green][dark] svg polygon.bottom {
fill: #203117; }
.voxel-map .voxel[color=green] svg polygon.border-top,
.voxel-map .voxel[color=green] svg polygon.border-right,
.voxel-map .voxel[color=green] svg polygon.border-bottom,
.voxel-map .voxel[color=green] svg polygon.border-bottom-angled,
.voxel-map .voxel[color=green] svg polygon.border-left {
display: none;
fill: #5b734f; }
.voxel-map .voxel[color=gray] svg polygon.front {
fill: #ccc; }
.voxel-map .voxel[color=gray] svg polygon.left {
fill: #ddd; }
.voxel-map .voxel[color=gray] svg polygon.bottom {
fill: #bbb; }
.voxel-map .voxel[color=gray][dark] svg polygon.front {
fill: #7a7a7a; }
.voxel-map .voxel[color=gray][dark] svg polygon.left {
fill: #858585; }
.voxel-map .voxel[color=gray][dark] svg polygon.bottom {
fill: #707070; }
.voxel-map .voxel[color=gray] svg polygon.border-top,
.voxel-map .voxel[color=gray] svg polygon.border-right,
.voxel-map .voxel[color=gray] svg polygon.border-bottom,
.voxel-map .voxel[color=gray] svg polygon.border-bottom-angled,
.voxel-map .voxel[color=gray] svg polygon.border-left {
display: none;
fill: rgba(0, 0, 0, 0.35); }
.voxel-map .voxel[color=white] svg polygon.front {
fill: #eee; }
.voxel-map .voxel[color=white] svg polygon.left {
fill: #f3f3f3; }
.voxel-map .voxel[color=white] svg polygon.bottom {
fill: #e9e9e9; }
.voxel-map .voxel[color=white][dark] svg polygon.front {
fill: #eee; }
.voxel-map .voxel[color=white][dark] svg polygon.left {
fill: #f3f3f3; }
.voxel-map .voxel[color=white][dark] svg polygon.bottom {
fill: #e9e9e9; }
.voxel-map .voxel.has-border-right svg polygon.border-right,
.voxel-map .voxel.has-border-bottom svg polygon.border-bottom,
.voxel-map .voxel.has-border-bottom svg polygon.border-bottom-angled
{
display: block; }
.voxel-map .key {
overflow: hidden;
position: absolute;
top: 70%;
right: 0;
padding: 0;
width: 150px;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s; }
.voxel-map .key .color {
color: #889;
float: left;
font: italic 100 20px Verdana,sans-serif;
margin-bottom: 5px;
width: 100%;
margin-right: 20px; }
.voxel-map .key .color:last-child {
margin-right: 0; }
.voxel-map .key .color .voxel svg {
float: left; }
.voxel-map .key .color p {
display: inline;
padding-left: 6px; }
.voxel-map .loading {
color: #0d3960;
font-size: 24px; }
.voxel-map .voxel-popover {
background-color: rgba(240, 240, 240, 0.9);
display: none;
font-family: Arial, sans-serif;
padding: 12px;
position: absolute;
width: 308px;
z-index: 9999999;
animation: fadeIn .4s forwards ease-in-out;
-webkit-animation: fadeIn .4s forwards ease-in-out;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.voxel-map .voxel-popover .left {
color: #39383d;
float: left;
width: 116px; }
.voxel-map .voxel-popover .left .photo {
height: 120px;
opacity: 0;
padding: 0 0 6px;
width: 99px;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s; }
.voxel-map .voxel-popover .left .stateface {
float: left;
opacity: 1;
font-size: 20px;
padding: 0 0 10px 0;
max-width: 30px;
color: #0d3960;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s; }
.voxel-map .voxel-popover .right {
width: 168px;
float: right; }
.voxel-map .voxel-popover .name {
font-size: 22px;
font-weight: bold; }
.voxel-map .voxel-popover h3 {
font-size: 22px; }
.voxel-map .voxel-popover .description {
color: #38373d;
font-size: 12px;
margin: 6px 0 0; }
.voxel-map .voxel-popover .button {
background-color: #0d3960;
text-transform: uppercase;
border-radius: 5px;
cursor: pointer;
color: #fff;
display: block;
font-size: 16px;
padding: 8px 0;
margin: 10px 0 0;
text-align: center;
text-decoration: none;
width: 168px; }
.voxel-map .voxel-popover .arrow {
bottom: -42px;
height: 42px;
width: 42px;
left: 0;
position: absolute;
pointer-events: none;
overflow: hidden;
border: solid transparent 42px;
border-top: none;
border-left-color: rgba(240, 240, 240, 0.9); }
.voxel-map .voxel-popover.right {
margin: 0 0 0 -307px; }
.voxel-map .voxel-popover.right .arrow {
border-top: none;
border-left: none;
border-right-color: rgba(240, 240, 240, 0.9);
left: auto;
right: 0; }
/* IE9 */
.voxel-map.ie9 .voxels .voxel,
.voxel-map.ie9 .voxels .voxel-popover .photo {
opacity: 1 !important; }
@font-face {
font-family: 'StateFaceRegular';
src: url("/fonts/stateface-regular-webfont.eot");
src: url("/fonts/stateface-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/stateface-regular-webfont.woff") format("woff"), url("/fonts/stateface-regular-webfont.ttf") format("truetype"), url("/fonts/stateface-regular-webfont.svg#StateFaceRegular") format("svg");
font-weight: normal;
font-style: normal; }
.stateface:before {
font-family: StateFaceRegular;
margin-right: 5px; }
.stateface-replace {
text-indent: -999em;
display: inline-block;
position: relative;
min-width: 1em; }
.stateface-replace:before {
position: absolute;
left: 0;
top: 0;
text-indent: 0; }
.stateface-ak:before {
content: "A"; }
.stateface-al:before {
content: "B"; }
.stateface-ar:before {
content: "C"; }
.stateface-az:before {
content: "D"; }
.stateface-ca:before {
content: "E"; }
.stateface-co:before {
content: "F"; }
.stateface-ct:before {
content: "G"; }
.stateface-dc:before {
content: "y"; }
.stateface-de:before {
content: "H"; }
.stateface-fl:before {
content: "I"; }
.stateface-ga:before {
content: "J"; }
.stateface-hi:before {
content: "K"; }
.stateface-ia:before {
content: "L"; }
.stateface-id:before {
content: "M"; }
.stateface-il:before {
content: "N"; }
.stateface-in:before {
content: "O"; }
.stateface-ks:before {
content: "P"; }
.stateface-ky:before {
content: "Q"; }
.stateface-la:before {
content: "R"; }
.stateface-ma:before {
content: "S"; }
.stateface-md:before {
content: "T"; }
.stateface-me:before {
content: "U"; }
.stateface-mi:before {
content: "V"; }
.stateface-mn:before {
content: "W"; }
.stateface-mo:before {
content: "X"; }
.stateface-ms:before {
content: "Y"; }
.stateface-mt:before {
content: "Z"; }
.stateface-nc:before {
content: "a"; }
.stateface-nd:before {
content: "b"; }
.stateface-ne:before {
content: "c"; }
.stateface-nh:before {
content: "d"; }
.stateface-nj:before {
content: "e"; }
.stateface-nm:before {
content: "f"; }
.stateface-nv:before {
content: "g"; }
.stateface-ny:before {
content: "h"; }
.stateface-oh:before {
content: "i"; }
.stateface-ok:before {
content: "j"; }
.stateface-or:before {
content: "k"; }
.stateface-pa:before {
content: "l"; }
.stateface-pr:before {
content: "3"; }
.stateface-ri:before {
content: "m"; }
.stateface-sc:before {
content: "n"; }
.stateface-sd:before {
content: "o"; }
.stateface-tn:before {
content: "p"; }
.stateface-tx:before {
content: "q"; }
.stateface-us:before {
content: "z"; }
.stateface-ut:before {
content: "r"; }
.stateface-va:before {
content: "s"; }
.stateface-vt:before {
content: "t"; }
.stateface-wa:before {
content: "u"; }
.stateface-wi:before {
content: "v"; }
.stateface-wv:before {
content: "w"; }
.stateface-wy:before {
content: "x"; } | _site/css/main.css | body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
margin: 0;
padding: 0; }
/**
* Variables
*/
/**
* Mixins for Panels and Buttons
*/
/**
* Basic styling
*/
html, body {
height: auto;
font-family: "Lato";
font-size: 18px;
line-height: 1em;
font-weight: 400;
color: #5C5C5C;
background-color: #ffffff;
-webkit-text-size-adjust: 100%; }
@media (max-width: 767px) {
html, body {
overflow-x: hidden;
color: #333; } }
/**
* Set `margin-bottom` to maintain vertical rhythm
*/
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
margin-top: 15px;
margin-bottom: 0.5; }
/**
* Images
*/
img {
max-width: 100%;
vertical-align: middle; }
/**
* Figures
*/
figure > img {
display: block; }
figcaption {
font-size: 8; }
/**
* Lists
*/
ul, ol {
margin-left: 1.3em; }
li > ul,
li > ol {
margin-bottom: 0; }
/**
* Headings
*/
h1, h2, h3, legend {
font-weight: 300;
color: #0d3960; }
h1 {
font-size: 40px;
margin-top: 0;
margin-bottom: 20px; }
legend {
font-size: 24px;
margin: 0 0 20px; }
p.subheader {
color: #0d3960;
font-weight: 300; }
p.byline {
color: #0d3960;
font-weight: 700;
font-style: italic;
font-size: 21px; }
/**
* Paragraph
*/
p {
margin-bottom: 15px; }
/**
* Links
*/
a {
color: #0d3960;
text-decoration: none; }
a:visited {
color: #04111d; }
a:hover {
color: #5C5C5C;
text-decoration: underline; }
/**
* simple list
*/
ol.simple-list {
list-style-type: none;
margin: 1em 0 1em 3em;
padding: 0;
counter-reset: li-counter; }
ol.simple-list li {
position: relative;
margin-bottom: 20px;
padding-left: 0.5em;
min-height: 3em;
border-left: 2px solid #CCCCCC;
font-size: 18px; }
ol.simple-list li:before {
position: absolute;
top: 0;
left: -1em;
width: 0.8em;
font-size: 3em;
line-height: 1;
font-weight: bold;
text-align: right;
color: #464646;
content: counter(li-counter);
counter-increment: li-counter; }
ol.simple-list.small-list li:before {
font-size: 2em;
left: -1.2em; }
ol.simple-list > li ul {
margin-bottom: 1em; }
ol.simple-list li ul li {
list-style-type: square; }
.md-modal-wrap ol.simple-list {
margin-left: 10px; }
/**
* Blockquotes
*/
blockquote {
color: #5C5C5C;
padding: 0.5em 1em;
display: inline-block;
margin-left: 1em;
font-size: 18px;
line-height: 120%;
letter-spacing: -0.01em;
background: #FAFAFA; }
blockquote > :first-child {
margin-top: 0;
margin-top: 0; }
blockquote > :last-child {
margin-bottom: 0; }
/**
* Code formatting
*/
pre,
code {
font-size: 15px;
border: 1px solid #cccccc;
border-radius: 3px;
background-color: #eef; }
code {
padding: 1px 5px; }
pre {
padding: 8px 12px;
overflow-x: scroll; }
pre > code {
border: 0;
padding-right: 0;
padding-left: 0; }
/**
* buttons
*/
/**
* Wide Button Mixin
* @param {Color} $color-bg
*/
.btn-md-wide {
color: #fff;
background-color: #b0010e;
width: 100%;
margin-bottom: 10px;
margin-top: 6px;
padding: 16px 16px;
font-size: 28px;
line-height: normal;
font-weight: 400;
text-transform: uppercase;
cursor: pointer; }
.btn-md-wide:hover {
color: #fff;
background-color: #c90110; }
.btn-md-wide:visited, .btn-md-wide:link, .btn-md-wide:focus {
color: #fff; }
.btn-md-red, a.btn-md-red:link {
margin: 0;
letter-spacing: 1px; }
@media (max-width: 767px) {
.btn-md-red, a.btn-md-red:link {
letter-spacing: 0;
font-size: 20px; } }
.btn-md-gray, a.btn-md-gray:link {
color: #fff;
background-color: #808080;
margin: 0;
letter-spacing: 1px;
font-weight: 300; }
.btn-md-gray:hover, a.btn-md-gray:link:hover {
color: #fff;
background-color: #8d8d8d; }
.btn-md-gray:visited, .btn-md-gray:link, .btn-md-gray:focus, a.btn-md-gray:link:visited, a.btn-md-gray:link:link, a.btn-md-gray:link:focus {
color: #fff; }
@media (max-width: 767px) {
.btn-md-gray, a.btn-md-gray:link {
letter-spacing: 0;
font-size: 20px; } }
.btn-reddit, a.btn-reddit:link {
color: #fff;
background-color: #1f596f;
margin: 0;
letter-spacing: 1px;
font-size: 22px;
padding: 12px 0; }
.btn-reddit:hover, a.btn-reddit:link:hover {
color: #fff;
background-color: #256983; }
.btn-reddit:visited, .btn-reddit:link, .btn-reddit:focus, a.btn-reddit:link:visited, a.btn-reddit:link:link, a.btn-reddit:link:focus {
color: #fff; }
@media (max-width: 767px) {
.btn-reddit, a.btn-reddit:link {
letter-spacing: 0;
font-size: 20px; } }
.btn-suggestion {
color: #fff;
background-color: #135391;
margin: 0;
letter-spacing: 1px;
text-transform: none;
font-size: 18px;
padding: 14px 0; }
.btn-suggestion:hover {
color: #fff;
background-color: #1660a8; }
.btn-suggestion:visited, .btn-suggestion:link, .btn-suggestion:focus {
color: #fff; }
@media (max-width: 767px) {
.btn-suggestion {
letter-spacing: 0;
font-size: 20px; } }
.vid-share-button {
letter-spacing: 1px;
border-radius: 4px;
font-weight: 400;
padding: 10px 0; }
.tw-row {
color: #fff;
background-color: #4099ff;
width: 98%;
margin: 3% 0 2% 2.5%; }
.tw-row:hover {
color: #fff;
background-color: #5aa7ff; }
.tw-row:visited, .tw-row:link, .tw-row:focus {
color: #fff; }
.fb-row {
color: #fff;
background-color: #3b5997;
width: 98%;
margin: 3% 2% 2% 0; }
.fb-row:hover {
color: #fff;
background-color: #4264a9; }
.fb-row:visited, .fb-row:link, .fb-row:focus {
color: #fff; }
.btn-share {
margin-top: 12px;
text-align: left;
font-size: 20px;
font-weight: 400; }
.btn-share .fa {
font-size: 1.5em;
padding-right: 5px; }
.btn-share .text {
float: left;
text-align: left;
font-weight: 400; }
@media (min-width: 992px) and (max-width: 1199px) {
.btn-share .text {
font-size: 16px; } }
@media (max-width: 767px) {
.btn-share .text {
font-size: 14px; } }
.btn-share .center-logo {
height: 50px;
text-align: center !important; }
.btn-share.facebook {
color: #fff;
background-color: #3b5997; }
.btn-share.facebook:hover {
color: #fff;
background-color: #4264a9; }
.btn-share.facebook:visited, .btn-share.facebook:link, .btn-share.facebook:focus {
color: #fff; }
.btn-share.reddit {
color: #fff;
background-color: #1f596f; }
.btn-share.reddit:hover {
color: #fff;
background-color: #256983; }
.btn-share.reddit:visited, .btn-share.reddit:link, .btn-share.reddit:focus {
color: #fff; }
.btn-share.twitter {
color: #fff;
background-color: #4099ff; }
.btn-share.twitter:hover {
color: #fff;
background-color: #5aa7ff; }
.btn-share.twitter:visited, .btn-share.twitter:link, .btn-share.twitter:focus {
color: #fff; }
.btn-share.youtube {
color: #fff;
background-color: #757575; }
.btn-share.youtube:hover {
color: #fff;
background-color: #828282; }
.btn-share.youtube:visited, .btn-share.youtube:link, .btn-share.youtube:focus {
color: #fff; }
.btn-share-center {
margin-top: 12px;
height: 50px;
text-align: center;
font-size: 20px;
font-weight: 400; }
.btn-share-center .fa {
font-size: 1.5em;
line-height: 0; }
.btn-share-center .text {
text-align: center;
font-weight: 400; }
.btn-share-center.facebook {
color: #fff;
background-color: #3b5997; }
.btn-share-center.facebook:hover {
color: #fff;
background-color: #4264a9; }
.btn-share-center.facebook:visited, .btn-share-center.facebook:link, .btn-share-center.facebook:focus {
color: #fff; }
.btn-share-center.reddit {
color: #fff;
background-color: #1f596f; }
.btn-share-center.reddit:hover {
color: #fff;
background-color: #256983; }
.btn-share-center.reddit:visited, .btn-share-center.reddit:link, .btn-share-center.reddit:focus {
color: #fff; }
.btn-share-center.twitter {
color: #fff;
background-color: #4099ff; }
.btn-share-center.twitter:hover {
color: #fff;
background-color: #5aa7ff; }
.btn-share-center.twitter:visited, .btn-share-center.twitter:link, .btn-share-center.twitter:focus {
color: #fff; }
.btn-share-center.youtube {
color: #fff;
background-color: #757575; }
.btn-share-center.youtube:hover {
color: #fff;
background-color: #828282; }
.btn-share-center.youtube:visited, .btn-share-center.youtube:link, .btn-share-center.youtube:focus {
color: #fff; }
.btn-mini-share {
color: #fff;
background-color: #1c7bab; }
.btn-mini-share:hover {
color: #fff;
background-color: #208bc1; }
.btn-mini-share:visited, .btn-mini-share:link, .btn-mini-share:focus {
color: #fff; }
.btn-mini-share.make-call {
height: 65px;
width: 310px; }
@media (min-width: 768px) and (max-width: 991px) {
.btn-mini-share.make-call {
width: 47%; } }
@media (max-width: 767px) {
.btn-mini-share.make-call {
width: 100%; } }
.btn-mini-share.social-small {
color: #fff;
background-color: #FFF;
height: 65px;
width: 160px; }
.btn-mini-share.social-small:hover {
color: #fff;
background-color: white; }
.btn-mini-share.social-small:visited, .btn-mini-share.social-small:link, .btn-mini-share.social-small:focus {
color: #fff; }
@media (min-width: 992px) and (max-width: 1199px) {
.btn-mini-share.social-small {
width: 130px; } }
@media (min-width: 768px) and (max-width: 991px) {
.btn-mini-share.social-small {
width: 24%; } }
@media (max-width: 767px) {
.btn-mini-share.social-small {
width: 49%; } }
.btn-mini-share.facebook-small {
border: solid 2px #3b5997; }
.btn-mini-share.email-small {
border: solid 2px #808080;
color: #808080;
line-height: 0;
font-size: 1.8em; }
.btn-mini-share.twitter-small {
border: solid 2px #4099ff; }
/**
* Mayday Button Newest Leaders
*/
a.btn-targets {
margin-top: 12px;
text-transform: uppercase;
font-weight: 400;
letter-spacing: 1px;
color: #fff;
background-color: #b0aeaf;
color: #fff; }
a.btn-targets:hover {
color: #fff;
background-color: #bdbbbc; }
a.btn-targets:visited, a.btn-targets:link, a.btn-targets:focus {
color: #fff; }
@media (min-width: 1200px) {
a.btn-targets {
padding: 6px 28px;
font-size: 14px; } }
@media (min-width: 992px) and (max-width: 1199px) {
a.btn-targets {
font-size: 12px; } }
/**
* Donate button Mixin
* @param {Color} $color-dark-red
*/
.embed-responsive {
background: #f0f0f0; }
/**
* Icons
*/
.icon > svg {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle; }
.icon > svg path {
fill: #808080; }
.icon-spacer {
padding-right: 5px; }
@font-face {
font-family: 'socicon';
src: url("/fonts/socicon/socicon-webfont.eot");
src: url("/fonts/socicon/socicon-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/socicon/socicon-webfont.woff") format("woff"), url("/fonts/socicon/socicon-webfont.ttf") format("truetype"), url("/fonts/socicon/socicon-webfont.svg#sociconregular") format("svg");
font-weight: normal;
font-style: normal;
text-transform: initial; }
.socicon {
font-family: 'socicon' !important;
-webkit-font-smoothing: antialiased; }
/**
* responsive margins
*/
.col-centered {
margin: 0 auto; }
.container {
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto; }
@media (max-width: 767px) {
.container {
padding-right: 10px;
padding-left: 10px; } }
.sm-gutter > [class*='col-'] {
padding-right: 5px;
padding-left: 5px; }
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0; }
@media (max-width: 767px) {
.no-gutter-phone > [class*='col-'] {
padding-right: 0;
padding-left: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
.gutter-justphone > [class*='col-'] {
padding-right: 0;
padding-left: 0;
margin-right: 0;
margin-left: 0; } }
@media (min-width: 992px) and (max-width: 1199px) {
.gutter-justphone > [class*='col-'] {
padding-right: 0;
padding-left: 0;
margin-right: 0;
margin-left: 0; } }
@media (min-width: 1200px) {
.gutter-justphone > [class*='col-'] {
padding-right: 0;
padding-left: 0;
margin-right: 0;
margin-left: 0; } }
.no-gutter > [class*='col-'] {
padding-right: 0;
padding-left: 0; }
form.no-gutter fieldset > [class*='col-'] {
padding-right: 5px;
padding-left: 5px; }
.half-gutter > [class*='col-'] {
padding-right: 15px;
padding-left: 15px; }
.no-gutter-top > [class*='col-'] {
padding-top: 0;
margin-top: 0; }
.wide-gutter > [class*='col-'] {
padding-left: 30px;
padding-right: 30px; }
.center-block {
float: none; }
/**
* page headlines
*/
.mayday-headline {
font-size: 60px;
margin-bottom: .315em; }
@media (min-width: 992px) and (max-width: 1199px) {
.mayday-headline {
margin-bottom: .215em; } }
.mayday-headline-M2 {
font-size: 55px;
margin-bottom: .315em; }
@media (min-width: 992px) and (max-width: 1199px) {
.mayday-headline-M2 {
margin-bottom: .215em; } }
.mayday-headline-smaller {
font-weight: 400;
font-size: 40px; }
.mayday-headline-smaller-inverse {
color: #fff;
font-weight: 400;
font-size: 40px; }
@media (min-width: 768px) and (max-width: 991px) {
.mayday-headline-smaller-inverse {
font-size: 30px; } }
.mayday-headline-smaller-thinner {
font-weight: 300; }
.index-page-title {
font-size: 34px;
font-weight: 400;
margin: 0 0 40px;
text-align: center; }
@media (max-width: 767px) {
.index-page-title {
margin: 25px 0 25px; } }
.lead-font-size {
font-size: 21px; }
/* form styles */
input.error {
border-color: #b0010e; }
label.error {
position: absolute;
top: 55px;
left: 10px;
background: #f0f0f0;
font-weight: 400;
font-size: 16px;
border-radius: 5px;
border: 2px solid #b0010e;
padding: 0 3px;
box-shadow: 2px 2px 10px #000;
white-space: nowrap;
max-width: initial;
color: #b0010e;
z-index: 999; }
label.error:before, label.error:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: 0;
bottom: auto; }
label.error:before {
margin-left: 10px;
top: -13px;
border: 6px solid;
border-color: transparent transparent #b0010e transparent; }
label.error:after {
left: 8px;
top: -13px;
border: 8px solid;
border-color: transparent transparent #f0f0f0 transparent; }
/* helper classes */
.no-top-margin {
margin-top: 0 !important; }
.no-y-margin {
margin-top: 0 !important;
margin-bottom: 0 !important; }
@media (min-width: 768px) {
.no-y-margin-md {
margin-top: 0 !important;
margin-bottom: 0 !important; } }
.no-bottom-margin {
margin-bottom: 0 !important; }
.no-padding {
padding: 0 !important; }
.bottom-spacer {
margin-bottom: 80px; }
.top-spacer-btn {
margin-top: 20px; }
.top-spacer-btn .form-group {
margin-bottom: 0; }
.bottom-thankyou-spacer {
margin-top: 20px; }
.spacer-y-margin {
margin-bottom: 20px;
margin-top: 20px; }
.spacer-y-margin-lg {
margin-bottom: 40px;
margin-top: 40px; }
.thinner-font {
font-weight: 300; }
@media (min-width: 768px) and (max-width: 991px) {
.text-center-sm {
text-align: center; } }
/**
* Site header
*/
.site-header .top-nav {
background-color: #16213f;
height: 80px;
position: relative; }
@media (max-width: 767px) {
.site-header .top-nav {
height: 55px; } }
.site-header .top-nav .container {
height: 100%;
position: relative; }
.site-header .top-nav .container .icon-bar-left {
position: absolute;
left: 0;
top: 29px;
width: 30%;
height: 2em; }
.site-header .top-nav .container .icon-bar-left a {
text-decoration: none;
padding: 8px;
-webkit-font-smoothing: antialiased; }
.site-header .top-nav .container .icon-bar-left .facebook, .site-header .top-nav .container .icon-bar-left .twitter {
font-size: 26px; }
.site-header .top-nav .container .icon-bar-left .reddit {
font-size: 31px; }
.site-header .top-nav .container .icon-bar-left span {
color: white;
margin-right: 8px; }
.site-header .top-nav .container .logo {
width: 280px;
margin: 0 auto; }
@media (max-width: 767px) {
.site-header .top-nav .container .logo {
width: 73%;
max-width: 300px;
margin: 0 2%; } }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .top-nav .container .logo {
width: 380px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header .top-nav .container .logo {
width: 389px; } }
@media (min-width: 1200px) {
.site-header .top-nav .container .logo {
width: 434px; } }
.site-header .top-nav .container .logo img {
position: relative;
z-index: 200; }
.site-header .top-nav .container .search-section-right {
z-index: 99;
position: absolute;
top: 20px;
right: 15px;
text-align: right;
font-size: 16px; }
.site-header .top-nav .container .search-section-right form {
display: inline-block;
color: #0d3960;
width: 180px; }
.site-header .top-nav .container .search-section-right form ::-webkit-input-placeholder {
/* WebKit browsers */
color: #0d3960;
font-weight: 400; }
.site-header .top-nav .container .search-section-right form :-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #0d3960;
opacity: 1; }
.site-header .top-nav .container .search-section-right form ::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #0d3960;
opacity: 1; }
.site-header .top-nav .container .search-section-right form :-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #0d3960; }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .top-nav .container .search-section-right form {
width: 180px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header .top-nav .container .search-section-right form {
width: 220px; } }
@media (min-width: 1200px) {
.site-header .top-nav .container .search-section-right form {
width: 230px; } }
.site-header .top-nav .container .search-section-right form input {
height: 40px;
margin: 0;
padding: 0;
padding-left: 14px;
display: inline-block;
width: 75%;
float: left;
border: none; }
.site-header .top-nav .container .search-section-right form button {
display: inline-block;
float: right;
width: 25%;
height: 40px;
margin: 0;
padding-top: 7px;
outline: none;
border: 0;
background-color: #ffffff;
position: relative; }
.site-header .top-nav .container .search-section-right form button .divide-line {
position: absolute;
left: 0;
top: 8px;
height: 25px;
width: 1px;
background-color: #c4cae1; }
.site-header .top-nav .container .search-section-right form button span {
color: #0d3960;
font-size: 24px; }
.site-header .top-nav .container .fade-line {
position: absolute;
top: 39px;
width: 650px;
left: 50%;
margin-left: -325px;
display: block;
border: none;
color: white;
height: 2px;
background: black;
background: -webkit-radial-gradient(circle, #ffffff, #16213f);
background: radial-gradient(circle, #ffffff, #16213f);
z-index: 0; }
.site-header .sub-nav {
height: 55px;
padding-top: 18px;
background-color: #0d3960;
-webkit-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.4);
box-shadow: inset 0 2px 3px 0 rgba(0, 0, 0, 0.4);
font-size: 16px; }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .sub-nav {
font-size: 20px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header .sub-nav {
font-size: 24px; } }
@media (min-width: 1200px) {
.site-header .sub-nav {
font-size: 24px; } }
.site-header .sub-nav a {
padding: 3px 10px;
color: #e4e4e4;
line-height: 1.0;
text-transform: uppercase; }
.site-header .sub-nav .middle-dot {
color: rgba(255, 255, 255, 0.25);
padding: 4px;
font-weight: 400; }
.site-header .sub-nav .left-links {
float: left;
display: inline-block;
margin-left: -10px;
width: 40%; }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .sub-nav .left-links {
width: 50%; } }
.site-header .sub-nav .right-links {
float: right;
text-align: right;
margin-right: 0;
display: inline-block;
width: 40%; }
@media (min-width: 992px) and (max-width: 1199px) {
.site-header .sub-nav .right-links {
font-size: 18px; } }
@media (min-width: 768px) and (max-width: 991px) {
.site-header .sub-nav .right-links {
font-size: 18px;
width: 50%; } }
.site-header .sub-nav a.donate-link {
border-radius: 5px;
text-decoration: none;
background-color: #b0010e;
font-size: 20px;
border: 2px solid #e6e6e6;
padding: 6px 20px; }
.site-header .sub-nav a.donate-link:hover {
color: #fff;
background-color: #c90110;
border: 2px solid #fff; }
.site-header .bottom-taper {
z-index: 10;
position: relative;
overflow: hidden;
width: 100%;
height: 20px;
text-align: center;
background-color: transparent;
margin-bottom: 25px; }
.site-header .bottom-taper .triangle-up {
position: absolute;
top: 0;
left: 50%;
display: block;
width: 0;
height: 0;
border-style: solid;
margin-left: -1000px;
border-width: 0 1000px 20px 1000px;
border-color: #0d3960 #0d3960 transparent #0d3960;
/* force anti-aliasing */
-moz-transform: scale(0.9999);
-webkit-transform: scale(0.9999);
-ms-transform: scale(0.9999);
-o-transform: scale(0.9999);
transform: scale(0.9999); }
/**
* Globals
*/
a:link, a:visited, a:active {
color: #007acf; }
.md-select-container {
padding-top: 25px !important; }
select.md-select {
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
background-color: #fff;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOtJREFUeNpiZICC9PT0BCDVD8SBM2fOPMBABADqcQBS64G4EKhnAUiMCSoxH0iBsAAQ74caTsgwkJr9UD3zoWYwMEIZ2AxIhNmKxbACqG/QwQImqA3YANxWNMPm4zAMBASYz549u9LExEQByDHAosAAJAdUsxHJMFzBsQDoo0hGJJtBthbgUHwBZgEO+UagYQ3gMMQS0PMZSAMoYc2MLAP02gWgFx8CmaDkwEHAoA9AnIkecYw4YtEAKUngMswRaNgFdAlGPOkMl6E4DcNrINRQAaihBkiRAzLsAy49jETkCJihDIQMAwGAAAMAgcJYQ9I0xNEAAAAASUVORK5CYII=);
background-position: right 13px center;
background-repeat: no-repeat;
border: 1px #16213f solid;
border-radius: 5px;
color: #323232;
display: block;
font-size: 16px;
/* cannot be set lower or causes iOS zoom */
padding: 10px 50px 10px 10px;
height: 40px;
width: 100%;
text-transform: uppercase; }
html {
position: relative;
min-height: 100%; }
body {
margin-bottom: 300px; }
@media (max-width: 991px) {
body {
margin-bottom: 420px; } }
/**
* Site footer
*/
.site-footer {
height: 300px;
clear: both;
position: absolute;
bottom: 0;
width: 100%;
background-color: #0d3960;
padding-top: 60px;
color: #ffffff; }
@media (max-width: 991px) {
.site-footer {
height: 400px; } }
.site-footer a {
color: #ffffff;
text-decoration: none; }
.site-footer .left-col {
text-align: center;
position: relative;
padding-top: 4px; }
.site-footer .left-col .vertical-fade-line {
position: absolute;
top: 0;
right: -21px;
height: 200px;
display: block;
border: none;
color: #ffffff;
width: 1px;
background: #000000;
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.6), #0d3960);
background: radial-gradient(circle, rgba(255, 255, 255, 0.6), #0d3960); }
.site-footer .left-col .icon-line a {
-webkit-font-smoothing: antialiased;
padding: 10px; }
@media (min-width: 992px) and (max-width: 1199px) {
.site-footer .left-col .icon-line a {
padding-right: 0; } }
.site-footer .left-col .icon-line a span {
margin: 2px 2px;
font-size: 26px; }
@media (min-width: 768px) and (max-width: 991px) {
.site-footer .left-col .icon-line a span {
font-size: 26px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.site-footer .left-col .icon-line a span {
font-size: 32px; } }
@media (min-width: 1200px) {
.site-footer .left-col .icon-line a span {
font-size: 32px; } }
.site-footer .left-col form {
margin-top: 40px;
display: inline-block;
font-size: 16px;
width: 180px;
position: relative;
color: #0d3960; }
@media (min-width: 992px) and (max-width: 1199px) {
.site-footer .left-col form {
width: 100%; } }
@media (min-width: 1200px) {
.site-footer .left-col form {
width: 230px; } }
.site-footer .left-col form ::-webkit-input-placeholder {
/* WebKit browsers */
color: #0d3960;
font-weight: 400; }
.site-footer .left-col form :-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #0d3960;
opacity: 1; }
.site-footer .left-col form ::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #0d3960;
opacity: 1; }
.site-footer .left-col form :-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #0d3960; }
@media (min-width: 768px) and (max-width: 991px) {
.site-footer .left-col form {
width: 100%;
margin: 20px 0; } }
@media (max-width: 767px) {
.site-footer .left-col form {
width: 100%;
margin: 20px 0; } }
.site-footer .left-col form input {
height: 2.5em;
margin: 0;
padding: 0;
padding-left: 10px;
display: inline-block;
width: 75%;
float: left;
border: none; }
.site-footer .left-col form button {
display: inline-block;
float: right;
width: 25%;
height: 2.5em;
margin: 0;
padding-top: 6px;
outline: none;
border: 0;
background-color: #ffffff; }
.site-footer .left-col form button span {
color: #0d3960;
font-size: 1.5em; }
.site-footer .center-col {
text-align: center;
position: relative; }
.site-footer .center-col .vertical-fade-line {
position: absolute;
top: 0;
right: 21px;
height: 200px;
display: block;
border: none;
color: #ffffff;
width: 1px;
background: #000000;
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.6), #0d3960);
background: radial-gradient(circle, rgba(255, 255, 255, 0.6), #0d3960); }
.site-footer .center-col .name {
font-weight: 400;
font-size: 38px; }
.site-footer .center-col .disclaimer-box {
color: #cccccc;
display: inline-block;
font-size: 15px;
line-height: 16px;
padding: 8px;
margin-top: 15px;
width: 80%;
border: 1px solid #e6e6e6; }
.site-footer .center-col .copyright {
margin-top: 15px;
color: #e6e6e6;
font-size: 15px; }
.site-footer .center-col .creative-commons {
margin-top: 15px; }
.site-footer .right-col {
text-align: center;
position: relative;
font-size: 18px;
font-weight: 400;
margin-top: -10px; }
.site-footer .right-col div {
margin-top: 10px; }
.site-footer .right-col div a {
padding: 5px;
color: #e6e6e6; }
.site-footer .right-col .donate-link {
margin-top: 20px; }
.site-footer .right-col .donate-link a {
border-radius: 5px;
text-decoration: none;
background-color: #b0010e;
font-size: 20px;
border: 2px solid #e6e6e6;
padding: 6px 20px; }
.site-footer .right-col .donate-link a:hover {
color: #fff;
background-color: #c90110;
border: 2px solid #fff; }
/**
* Mobile menu
*/
/* navbar */
.nav {
padding-left: 30px;
margin-bottom: 1px;
list-style: none;
font-weight: 400;
font-size: 20px; }
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
margin-right: -6%;
margin-left: -6%; }
.navbar-nav {
margin: 33.5px -15px; }
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 20px; }
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0; }
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
margin-bottom: 0;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }
.navbar-default .navbar-brand {
color: #777; }
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
color: #333;
background-color: transparent; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
background-color: #ddd; }
.navbar {
position: relative;
min-height: 10px;
margin-bottom: 20px; }
.navbar-toggle {
font-size: 14px;
position: relative;
float: right;
padding: 4px 8px;
margin-top: -49px;
margin-right: 5%;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
z-index: 100; }
.navbar-default {
z-index: 50;
background-color: #e4e4e4;
border-style: none none solid none;
border-width: 3px;
border-color: #b0010e; }
/* title */
.navbar-default .navbar-brand {
color: #e4e4e4; }
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
color: #007acf; }
/* link color-text*/
.navbar-default .navbar-nav > li > a {
color: #16213f;
text-transform: uppercase; }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
color: #007acf; }
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #E7E7E7; }
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
color: #555;
background-color: #D5D5D5; }
/* caret */
.navbar-default .navbar-nav > .dropdown > a .caret {
border-top-color: #e4e4e4;
border-bottom-color: #b0010e; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:focus, .navbar-default .navbar-nav > .disabled > a:hover {
color: #ccc;
background-color: transparent; }
.navbar-default .navbar-toggle {
background-color: #ddd;
border-color: #ddd; }
.gap-filler {
width: 100%;
height: 30px;
position: absolute;
z-index: 51;
top: 79;
background-color: #0d3960;
border-bottom: 2px solid;
border-color: #f7f7f7; }
.menu-section-center {
font-size: 18px;
height: 50px;
text-align: center; }
.menu-section-center .menu-div-center {
font-size: 2.5rem;
display: inline-block;
color: white;
padding: 0 5vw; }
.menu-section-center .menu-div-center a:link, .menu-section-center .menu-div-center a:visited, .menu-section-center .menu-div-center a:active {
color: #16213f; }
.menu-section-center .menu-div-center a:hover {
color: #007acf;
text-decoration: none; }
.menu-stars {
color: #b0010e; }
.nav-spacer {
opacity: 0;
line-height: .1px;
margin: 1px;
padding: 0; }
/**
* Page content
*/
.page-content {
padding: 0 0 10px;
line-height: 1.4em;
min-height: 100%;
letter-spacing: .1px;
height: auto !important;
height: 100%; }
.page-content .footer-push {
height: 300px;
clear: both;
content: ''; }
.index-page .page-content {
padding: 0; }
@media (max-width: 767px) {
.page-content {
line-height: 1.7em; } }
@media (max-width: 767px) {
.page-content p {
padding-bottom: 18px; } }
.page-heading {
font-size: 20px; }
.post-list {
margin-left: 0;
list-style: none; }
.post-list > li {
margin-bottom: 1; }
.post-meta {
font-size: 8;
color: #808080; }
.post-link {
display: block;
font-size: 24px; }
/**
* Columns of same height styles
*/
.row-full-height {
height: 100%; }
.col-full-height {
height: 100%;
vertical-align: top; }
.col-full-height .panel {
height: 100%;
display: inline-block; }
.row-same-height {
display: table;
width: 100%;
/* fix overflow */
table-layout: fixed; }
.col-xs-height {
display: table-cell;
float: none !important; }
@media (min-width: 768px) {
.col-sm-height {
display: table-cell;
float: none !important; } }
@media (min-width: 992px) {
.col-md-height {
display: table-cell;
float: none !important; } }
@media (min-width: 1200px) {
.col-lg-height {
display: table-cell;
float: none !important; } }
/**
* Posts
*/
.post-header {
margin-bottom: 1; }
.post-title {
font-size: 42px;
letter-spacing: -1px;
line-height: 1; }
.post-content {
margin-bottom: 1; }
.post-content h2 {
font-size: 32px; }
.post-content h3 {
font-size: 26px; }
.post-content h4 {
font-size: 20px; }
/**
* Mayday Panel Styles
*/
.action-panel {
text-align: center;
border-radius: 5px;
border: 1px solid #16213f;
padding: 0;
background: #fff;
margin-bottom: 0; }
.action-panel .center-block {
float: none; }
.action-panel .panel-heading {
padding-top: 0;
padding-bottom: 0;
background-color: #0d3960;
border-bottom: 10px solid #16213f; }
.action-panel .panel-body {
padding-top: 0; }
.action-panel .panel-body a.btn-md-red {
margin-bottom: 15px; }
.action-panel.with-shield {
position: relative; }
.action-panel.with-shield .panel-icon {
padding: 0;
background: #16213f;
border-bottom: 5px solid #0d3960;
text-align: center;
height: 20px; }
.action-panel.with-shield .panel-icon .img-responsive {
position: absolute;
top: -12px;
height: 45px;
left: 50%;
margin-left: -20px;
z-index: 100; }
.action-panel.with-shield .panel-icon .fade-line {
position: absolute;
top: 8px;
width: 100px;
left: 50%;
margin-left: -50px;
display: block;
border: none;
color: white;
height: 1px;
color: white;
height: 2px;
background: black;
background: -webkit-radial-gradient(circle, rgba(255, 255, 255, 0.5), #16213f);
background: radial-gradient(circle, rgba(255, 255, 255, 0.5), #16213f); }
.action-panel.with-shield h2 {
color: #16213f;
font-weight: 400;
font-size: 26px;
background-color: transparent;
padding-bottom: 0; }
.action-panel .img-capitol {
width: 70%;
margin: 0 auto; }
.action-panel p {
font-size: 18px;
font-weight: 400;
line-height: 140%; }
@media (max-width: 767px) {
.action-panel p {
padding-bottom: 0; } }
.action-panel p.small {
font-size: 16px;
margin-bottom: 0;
margin-top: 0; }
.action-panel p.help-block {
margin: 0;
font-size: 12px;
text-align: left;
margin-left: 2px; }
.action-panel h2 {
margin-top: 0;
padding-top: 20px;
padding-bottom: 20px;
font-size: 36px;
font-weight: 400;
color: #ffffff; }
.action-panel h2.small {
font-size: 26px;
color: #fff; }
.action-panel form {
margin: 25px 15px 0 15px; }
.action-panel form, form.md-inputs {
padding-bottom: 15px; }
.action-panel form input[type=text], .action-panel form input[type=email], .action-panel form input[type=tel], .action-panel form input[type=number], .action-panel form textarea, form.md-inputs input[type=text], form.md-inputs input[type=email], form.md-inputs input[type=tel], form.md-inputs input[type=number], form.md-inputs textarea {
font-size: 22px;
width: 100%;
border: 2px solid #16213f;
padding: 8px 0 8px 12px;
border-radius: 4px;
margin-bottom: 15px; }
.action-panel form input[type=text].error, .action-panel form input[type=email].error, .action-panel form input[type=tel].error, .action-panel form input[type=number].error, .action-panel form textarea.error, form.md-inputs input[type=text].error, form.md-inputs input[type=email].error, form.md-inputs input[type=tel].error, form.md-inputs input[type=number].error, form.md-inputs textarea.error {
border-color: #b0010e; }
.action-panel form.smaller-form, form.md-inputs.smaller-form {
padding-bottom: 0; }
.action-panel form.smaller-form .form-group input[type=text], .action-panel form.smaller-form .form-group input[type=email], .action-panel form.smaller-form .form-group input[type=tel], .action-panel form.smaller-form .form-group input[type=number], .action-panel form.smaller-form .form-group textarea, form.md-inputs.smaller-form .form-group input[type=text], form.md-inputs.smaller-form .form-group input[type=email], form.md-inputs.smaller-form .form-group input[type=tel], form.md-inputs.smaller-form .form-group input[type=number], form.md-inputs.smaller-form .form-group textarea {
margin-bottom: 4px;
font-size: 18px;
font-weight: 300; }
form.md-inputs input[type=text], form.md-inputs input[type=email], form.md-inputs input[type=tel], form.md-inputs input[type=number], form.md-inputs textarea {
padding: 5px 10px;
height: auto; }
form.md-inputs p.help-block {
margin: 0;
font-size: 12px;
text-align: left;
margin-left: 2px;
line-height: normal; }
.banner-image .action-panel .form-group {
margin-bottom: 10px; }
.banner-image .action-panel .form-group input[type=text], .banner-image .action-panel .form-group input[type=email], .banner-image .action-panel .form-group input[type=tel], .banner-image .action-panel .form-group input[type=number] {
margin-bottom: 0;
font-size: 18px;
font-weight: 300; }
.banner-image .action-panel .form-group .btn-md-wide {
margin-bottom: 0; }
.panel-mayday-counters {
margin: 0px 20px 0;
position: relative;
background-color: #F9F9F9;
border-radius: 4px;
text-align: center;
color: #0d3960;
font-weight: 400;
padding-top: 5px;
padding-bottom: 30px; }
@media (max-width: 767px) {
.panel-mayday-counters {
margin: 0; } }
@media (max-width: 991px) {
.panel-mayday-counters {
background: none; } }
.panel-mayday-counters .headline {
font-size: 30px; }
.panel-mayday-counters .icon-line {
margin-top: 10px;
height: 20px;
text-align: center;
position: relative; }
.panel-mayday-counters .icon-line .half-hr {
display: inline-block;
width: 60px;
background-color: #c1c5c8;
height: 1px;
margin-bottom: 8px; }
.panel-mayday-counters .icon-line i {
font-size: 20px;
padding: 0 10px; }
.panel-mayday-counters .counter-label {
font-size: 24px; }
.panel-mayday-counters .counter-row {
margin-top: 6px;
height: 84px; }
.panel-mayday-counters .counter-row .tile {
margin: 0 1.5px;
padding-top: 28px;
border-radius: 8px;
color: #fff;
display: inline-block;
height: 100%;
width: 56px;
background-color: #0d3960;
font-size: 76px;
position: relative; }
.panel-mayday-counters .counter-row .tile .hr {
width: 100%;
position: absolute;
top: 42px;
left: 0;
right: 0;
height: 1px;
background-color: black; }
#submit-candidate-modal .modal-dialog {
height: 100%;
max-width: 440px; }
#submit-candidate-modal .modal-thankyou {
max-width: 340px; }
#submit-candidate-modal .modal-content {
background-color: #e4e4e4;
border: none; }
#submit-candidate-modal .modal-body h2 {
font-weight: 400;
font-size: 28px; }
#submit-candidate-modal .modal-body h2:first-of-type {
margin-top: 5px; }
#submit-candidate-modal .modal-body p {
color: #16213f;
line-height: 20px;
font-size: 16px; }
#submit-candidate-modal .modal-body .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
width: 100%; }
#submit-candidate-modal .modal-body .bootstrap-select > .btn {
border-color: #16213f; }
#submit-candidate-modal .modal-body .bootstrap-select.btn-group .btn .filter-option {
color: #16213f;
font-weight: 400;
font-size: 18px; }
#submit-candidate-modal .modal-body .bootstrap-select .text-muted {
color: #16213f;
font-weight: 300;
padding-left: 4px; }
#submit-candidate-modal .modal-body .bootstrap-select .dropdown-menu li.active a small {
color: #cccccc; }
#submit-candidate-modal .modal-body .form-control {
border-color: #16213f; }
#submit-candidate-modal .modal-body .checkbox-inline {
line-height: normal;
font-size: 16px; }
#submit-candidate-modal .modal-body .form-group:last-child {
margin-bottom: 0; }
#onboarding-overlay {
padding: 0;
margin: 0;
border: 0;
min-height: 400px;
height: 100%;
width: 100%; }
#call-congress-modal .modal-dialog {
padding-bottom: 10px; }
@media (min-width: 768px) {
#call-congress-modal .modal-dialog {
width: 800px; } }
.modal-body {
padding: 0; }
.modal-body .md-modal-wrap {
padding: 20px; }
.modal-body h3, .modal-body h2 {
font-weight: 400; }
.modal-body dl, .modal-body ul, .modal-body li {
margin-left: 20px; }
.modal-body dt {
margin-top: 10px;
margin-bottom: 5px; }
.modal-body .close {
margin-top: -14px;
margin-right: -8px; }
#extern-tumblr-theme h1 a {
color: #16213f;
text-decoration: none; }
#extern-tumblr-theme h1 a:hover {
color: #0d3960; }
/**
* Posts
*/
.post-header {
margin-bottom: 1; }
.post-title {
font-size: 42px;
letter-spacing: -1px;
line-height: 1em; }
.post-title a {
color: #0d3860; }
.post-title a:hover {
color: #0d3860; }
.post-content {
margin-bottom: 1; }
.post-content h2 {
font-size: 30px; }
.post-content h3 {
font-size: 26px; }
.post-content h4 {
font-size: 20px; }
.post-content p {
line-height: 1.5em; }
.post-meta {
color: #555;
overflow: hidden; }
.post-meta .type a {
font-size: 20px;
color: #000;
padding: 0 0 10px;
text-decoration: none; }
.post-meta .date, .post-meta .comments, .post-meta .note-count {
float: left;
padding: 0 10px; }
.post-meta .date {
padding: 0; }
.post-content {
padding: 30px 0 60px; }
.post-content div:last-child, .post-content div:last-child p,
.post-content div:last-child ul, .post-content div:last-child ol,
.post-content div:last-child blockquote {
margin-bottom: 0; }
.post-content h2 {
font-weight: 400; }
.post-content h3 {
margin-bottom: 0;
padding-bottom: 0.4em; }
.post-content h3 a, .post-content h3 a:visited {
color: #003366;
text-decoration: none; }
.post-content h3 a:focus, .post-content h3 a:hover, .post-content h3:active {
color: #dd3333; }
.post-content img {
margin-bottom: 20px;
padding: 10px; }
.post-type-text .post-content ul {
padding-left: 30px;
font-size: 16px; }
.post-type-text .post-content ul ul {
margin-bottom: 0; }
.post-type-text .post-content ul li {
list-style-type: disc;
margin-bottom: 3px; }
.post-type-text .post-content ul ul li {
list-style-type: circle; }
.post-type-text .post-content ol {
padding-left: 30px; }
.post-type-text .post-content ol ol {
margin-bottom: 0; }
.post-type-text .post-content ol li {
list-style-type: upper-latin; }
.post-type-text .post-content ol ol li {
list-style-type: lower-latin; }
.post-type-photoset .post-content .html_photoset {
background: #eee;
margin-bottom: 20px;
padding: 10px; }
.post-type-link .post-content .link-wrap {
margin-bottom: 20px; }
.post-type-chat .post-content .label {
color: #333;
font-weight: bold; }
.post-type-video .post-content .video-wrap {
background: #f0f0f0;
margin-bottom: 20px;
padding: 10px; }
.post-type-audio .post-content .caption {
margin-top: 10px; }
.tags {
font-size: 13px; }
.tags a {
text-decoration: none;
color: #9D9D9D; }
.tags a:after {
content: ","; }
.tags a:last-child:after {
content: ""; }
.post-content ul.post_controls {
border: 1px solid #e8e8e8;
border-radius: 3px;
float: right;
list-style: none;
padding: 0;
margin: 0; }
.post-content ul.post_controls li {
list-style: none;
padding: 5px 5px 0;
margin: 0;
display: inline-block; }
.post-content ul.post_controls li {
list-style: none;
padding: 5px 5px 0;
margin: 0;
display: inline-block; }
#disqus_thread {
border-top: 1px solid #ccc;
padding: 10px 30px 0; }
#disqus_thread h3 {
color: #111;
font: 18px Georgia,serif;
margin: 20px 0 10px; }
#dsq-content .dsq-subscribe-menu {
font-size: 12px; }
#post-notes {
border-top: 1px solid #ccc;
padding: 30px; }
#post-notes ol li {
border-bottom: 1px dotted #ccc;
padding: 10px 0; }
#post-notes ol li img {
background: none;
padding-right: 3px;
vertical-align: middle; }
.pagination {
border-top: 1px solid #ccc;
overflow: hidden;
padding: 20px 0; }
.pagination .previous-page {
float: left; }
.pagination .next-page {
float: right;
margin-right: 30px; }
.pagination a {
font: 20px Georgia,serif;
text-decoration: none; }
.widget {
color: #333;
font-size: 18px;
padding: 0 20px 20px 20px; }
.widget h3 a, .widget h3 a:visited {
text-decoration: none; }
.widget img {
padding: 5px;
max-width: 250px; }
.widget p:last-child, .widget ul:last-child, .widget ol:last-child, .widget blockquote:last-child {
margin-bottom: 0; }
#about {
overflow: hidden; }
#about img {
background: #fff;
border: 1px solid #ccc;
float: left;
margin: 0 10px 0 0;
padding: 3px; }
.like_post {
border-bottom: 1px dotted #ccc;
margin-bottom: 20px;
padding-bottom: 20px; }
.like_post:last-child {
border: none;
margin: 0;
padding: 0; }
.like_post ul {
padding-left: 20px; }
.like_post ul ul {
margin-bottom: 0; }
.like_post ul li {
list-style-type: disc; }
.like_post ul ul li {
list-style-type: circle; }
.like_post ol {
padding-left: 20px; }
.like_post ol ol {
margin-bottom: 0; }
.like_post ol li {
list-style-type: upper-latin; }
.like_post ol ol li {
list-style-type: lower-latin; }
.like_post p:last-child, .like_post ul:last-child, .like_post ol:last-child, .like_post blockquote:last-child {
margin-bottom: 0; }
#tweets {
margin-bottom: 10px; }
#tweets .content {
margin-bottom: 10px; }
#tweets a {
text-decoration: none; }
#following_container {
overflow: hidden;
padding-bottom: 20px; }
#following_container li {
display: inline;
padding: 0;
margin: 0; }
.md-tags {
background-image: url("//frontend-staging.mayday.us/images/tag.svg");
background-size: 100% auto;
background-repeat: none;
background-position: bottom;
margin-bottom: -14px; }
.spacer-opening {
padding-top: 10px;
padding-bottom: 10px; }
@media (min-width: 992px) and (max-width: 1199px) {
.spacer-opening {
padding-top: 20px;
padding-bottom: 10px; } }
@media (max-width: 767px) {
.spacer-opening {
padding-top: 30px;
padding-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
.spacer-opening {
padding-top: 30px;
padding-bottom: 15px; } }
.full-bg-image, .banner-image {
background-color: #061C29;
background-repeat: no-repeat;
overflow: hidden; }
.full-bg-image {
margin-top: -45px;
padding-top: 0 !important;
padding-bottom: 0 !important;
width: 100%;
position: relative; }
@media (max-width: 767px) {
.full-bg-image {
margin-top: 0; } }
@media (max-width: 991px) {
.full-bg-image {
background: url("/images/campaigns/20150429-hero-bg.jpg") 0 0 no-repeat;
background-size: cover; } }
.banner-image {
padding-top: 20px;
box-shadow: 0 0 50px rgba(22, 33, 63, 0.7);
padding-bottom: 15px;
background: url("/images/campaigns/20150429-hero-bg.jpg") 0 0 no-repeat;
position: relative;
background-size: cover;
z-index: 5; }
.banner-image > .row {
background: url("/images/campaigns/20150429-hero-white_v01.png") 0 0 no-repeat;
background-size: contain; }
@media (min-width: 992px) and (max-width: 1199px) {
.banner-image > .row {
background: url("/images/campaigns/20150429-hero-white.png") 0 0 no-repeat;
background-size: 100%; } }
@media (max-width: 991px) {
.banner-image {
background-image: none;
box-shadow: none; }
.banner-image > .row {
background-image: none; } }
.background-image-blurred {
filter: url(blur.svg#blur);
-webkit-filter: blur(3px);
filter: blur(3px);
background: url("/images/campaigns/20150429-hero-bg.jpg") 0 -3px no-repeat;
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background-size: cover; }
@media (max-width: 991px) {
.background-image-blurred {
display: none; } }
@media (max-width: 767px) {
.index-logo-small {
height: 50px;
margin: 0 auto; } }
.homepage-panel {
position: relative;
overflow: hidden;
padding-top: 50px;
padding-bottom: 50px;
font-weight: 300; }
.homepage-panel .container {
padding-top: 0;
padding-bottom: 0; }
.homepage-panel .homepage-panel-body h2 {
font-size: 37px;
margin-top: 0; }
.homepage-panel .homepage-panel-body .panel-headline-small {
margin-top: 30px;
font-size: 32px; }
.homepage-panel .homepage-panel-body p {
margin-top: 30px;
font-weight: 300;
font-size: 20px;
line-height: 30px; }
.homepage-panel.dark {
background: #0d3960;
color: #ffffff; }
.homepage-panel.dark h2 {
color: #fff; }
.homepage-panel.grey {
background-color: #f0f0f0; }
.homepage-panel .bg-star {
position: absolute; }
.homepage-panel.ten-star .bg-star:first-of-type {
left: -400px;
top: -250px;
height: 650px;
opacity: .03;
-ms-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(2) {
left: -500px;
top: 80px;
height: 800px;
opacity: .03;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(3) {
left: 10%;
top: -160px;
height: 265px;
opacity: .03;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(4) {
left: 1%;
top: -70px;
width: 600px;
opacity: .015;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(5) {
left: 25%;
top: -200px;
height: 350px;
opacity: .03;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(6) {
left: 25%;
top: 260px;
height: 350px;
opacity: .02;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(7) {
left: 35%;
top: 100px;
height: 200px;
opacity: .02;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(8) {
left: 33%;
top: -180px;
height: 850px;
opacity: .03;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(9) {
left: 76%;
top: -170px;
height: 600px;
opacity: .03;
-ms-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg); }
.homepage-panel.ten-star .bg-star:nth-of-type(10) {
left: 82%;
top: 275px;
height: 200px;
opacity: .04;
-ms-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
.homepage-panel.two-star .bg-star:first-of-type {
left: -35%;
top: -450px;
height: 1500px;
opacity: .04;
-ms-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
transform: rotate(20deg); }
.homepage-panel.two-star .bg-star:nth-of-type(2) {
left: 35%;
top: -750px;
height: 1500px;
opacity: .04;
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg); }
.homepage-panel.three-star .bg-star:first-of-type {
left: -35%;
top: -450px;
height: 1500px;
opacity: .04;
-ms-transform: rotate(-10deg);
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
z-index: 0; }
.homepage-panel.three-star .bg-star:nth-of-type(2) {
left: 40%;
top: 200px;
height: 1000px;
opacity: .04;
-ms-transform: rotate(-20deg);
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
z-index: 0; }
.homepage-panel.three-star .bg-star:nth-of-type(3) {
left: -40%;
top: 400px;
height: 1500px;
opacity: .04;
-ms-transform: rotate(20deg);
-webkit-transform: rotate(20deg);
transform: rotate(20deg);
z-index: 0; }
.homepage-panel.capitol-building {
background: #fff url("/images/capitol_building.png") right bottom no-repeat; }
.bottom-form-wrap {
margin-top: 40px;
margin-bottom: 10px; }
.bottom-form-wrap .center-block {
float: none; }
.bottom-form-wrap .center-block form {
padding-bottom: 0; }
/**
* M2 styling
*/
.verticalLines {
border-left: 1px solid #b7b7b7;
border-right: 1px solid #b7b7b7;
height: 100%; }
@media (min-width: 768px) and (max-width: 991px) {
.verticalLines {
border: none; } }
@media (max-width: 767px) {
.verticalLines {
border: none; } }
.homepage-ribbon {
padding-top: 20px;
padding-bottom: 20px; }
.homepage-ribbon > div .mini-panel {
padding-right: 10px; }
.homepage-ribbon > div:last-child .mini-panel {
padding-right: 0; }
.homepage-ribbon .mini-panel {
padding-left: 110px;
background: transparent url("") 5px 0 no-repeat;
letter-spacing: .2px;
line-height: 22px;
font-size: 16px;
background-size: 90px 90px; }
@media (max-width: 991px) {
.homepage-ribbon .mini-panel {
margin-top: 8px;
font-size: 18px;
min-height: 92px; } }
@media (max-width: 767px) {
.homepage-ribbon .mini-panel .call-box br {
display: none; }
.homepage-ribbon .mini-panel .call-box .col-sm-1 {
padding-right: 0; } }
.homepage-ribbon .mini-panel .call-box .col-sm-1 {
font-weight: 400;
color: #b0010e; }
@media (min-width: 768px) {
.homepage-ribbon .mini-panel .call-box .col-sm-1 {
line-height: 45px;
font-size: 45px;
width: 100px; } }
.homepage-ribbon .mini-panel .call-box .col-sm-2 {
width: 125px;
padding-right: 0; }
@media (min-width: 768px) and (max-width: 991px) {
.homepage-ribbon .mini-panel .call-box .col-sm-2 {
width: 400px; } }
.homepage-ribbon .mini-panel .call-box-thin {
font-size: 15px;
font-weight: 300; }
@media (min-width: 992px) and (max-width: 1199px) {
.homepage-ribbon .mini-panel .call-box-thin {
font-size: 17px; } }
@media (max-width: 767px) {
.homepage-ribbon .mini-panel .call-box-thin {
font-size: 25px; } }
.homepage-ribbon .mini-panel .call-box-thick {
font-size: 25px;
font-weight: 400;
line-height: 14px; }
@media (min-width: 992px) and (max-width: 1199px) {
.homepage-ribbon .mini-panel .call-box-thick {
line-height: 15px;
font-size: 20px; } }
@media (max-width: 767px) {
.homepage-ribbon .mini-panel .call-box-thick {
font-size: 25px; } }
.homepage-ribbon .mini-panel-text {
background-image: url("/images/home_icon_star.svg"); }
.homepage-ribbon .mini-panel-call {
background-image: url("/images/home_icon_phone.svg"); }
.homepage-ribbon .mini-panel-state {
background-image: url("/images/home_icon_map.svg"); }
.white-link {
color: #fff;
font-size: 18px;
text-decoration: underline; }
.white-link:visited {
color: #fff; }
.js-legislators {
padding-top: 45px; }
.js-legislators .pulled-image {
margin-right: 2%;
margin-left: 2%; }
.js-legislators .background-square {
height: 100px;
width: 100px;
background-size: 100%;
background: #808080 url() center center no-repeat; }
@media (min-width: 992px) and (max-width: 1199px) {
.js-legislators .background-square {
height: 90px;
width: 90px; } }
@media (max-width: 767px) {
.js-legislators .background-square {
padding: 0 5px 0 0; } }
@media (max-width: 991px) {
.js-legislators.newest-leaders .new-legislator {
padding-left: 0; } }
.js-legislators h3 {
font-size: 22px;
font-weight: 400;
white-space: nowrap; }
@media (min-width: 992px) and (max-width: 1199px) {
.js-legislators h3 {
font-size: 16px; } }
@media (min-width: 992px) and (max-width: 1199px) {
.js-legislators h3 {
font-size: 20px; } }
@media (max-width: 767px) {
.js-legislators h3 {
padding-top: 8px;
font-size: 18px; } }
.js-legislators h4 {
color: #0d3960;
margin-top: 7px;
font-size: 15px; }
@media (min-width: 992px) and (max-width: 1199px) {
.js-legislators h4 {
font-size: 13px; } }
@media (max-width: 767px) {
.js-legislators h4 {
font-size: 14px; } }
.bottom-margin {
margin-bottom: 15px; }
.mayday-quotes p {
margin: 45px 0 30px; }
@media (max-width: 991px) {
.mayday-quotes {
margin-top: 20px;
margin-bottom: 30px; }
.mayday-quotes p {
margin: 0 0 15px;
padding: 0; }
.mayday-quotes img {
margin-bottom: 20px; } }
.chart-holder {
min-height: 400px;
padding-right: 0; }
@media (max-width: 767px) {
.chart-holder {
padding-right: 15px; } }
.highcharts-tooltip > span {
background: white;
border: 1px solid silver;
border-radius: 3px;
box-shadow: 1px 1px 2px #888;
padding: 15px; }
.chart-holder.non-chart {
opacity: 0;
-webkit-transition: opacity 450ms;
-moz-transition: opacity 450ms;
-ms-transition: opacity 450ms;
transition: opacity 450ms; }
.chart-holder.non-chart.loaded {
opacity: 1; }
@media (max-width: 767px) {
.chart-holder.non-chart {
height: auto; } }
.chart-holder.non-chart p {
font-weight: 300;
font-size: 20px;
line-height: 30px; }
#container2 {
padding-right: 0;
padding-left: 0; }
.jumbo-text-wrap {
margin-bottom: 100px; }
@media (max-width: 767px) {
.jumbo-text-wrap {
margin-top: 20px;
margin-bottom: 20px; } }
.jumbotron {
margin-top: -45px;
padding: 0;
position: relative;
overflow: hidden; }
@media (max-width: 767px) {
.jumbotron {
margin-top: 0px; } }
.content-offset > [class*='col-'] {
margin-left: 12.555555557%; }
@media (max-width: 767px) {
.content-offset > [class*='col-'] {
margin-left: 0; } }
.page-panel {
position: relative;
padding-top: 18px;
padding-bottom: 22px;
font-weight: 400; }
.page-panel .panel-wrapper {
margin-top: 20px;
margin-bottom: 20px; }
.page-panel.grey {
background-color: #f0f0f0; }
.page-panel.light {
background-color: #fff; }
.page-panel h2 {
font-weight: 400; }
.page-panel p {
font-size: 17px; }
/**
* sticky form
*/
.sticky-grid {
margin-top: 15px; }
.sticky-grid .col-sm-1 {
width: 20px;
padding-left: 0;
padding-right: 5px;
margin-top: 2px; }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-grid .col-sm-1 {
width: 15px; } }
.sticky-grid .col-sm-2 {
width: 125px;
padding-left: 5px;
padding-right: 0;
font-size: 12px; }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-grid .col-sm-2 {
width: 115px;
font-size: 10px; } }
.sticky-tree {
background: #fff;
border-radius: 5px;
padding: 0px 15px 30px 25px;
box-shadow: 1px 1px 2px #eee;
display: block;
position: fixed;
top: 198px;
left: 50%;
margin-left: -585px;
z-index: 10;
color: #5C5C5C; }
.sticky-tree div {
width: 145px; }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-tree div {
width: 145px; } }
.sticky-tree div .sticky-star {
height: 15px;
width: 15px;
background: url("/images/plan_side_star_off.svg") center center no-repeat; }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-tree div .sticky-star {
height: 10px;
width: 10px; } }
.sticky-tree div .sticky-star.active {
background: url("/images/plan_side_star_on.svg") center center no-repeat; }
.sticky-tree div .sticky-text {
font-weight: 400;
line-height: 140%;
color: #5C5C5C; }
.sticky-tree div .sticky-text.active {
color: #0d3960; }
@media (min-width: 992px) and (max-width: 1199px) {
.sticky-tree {
margin-left: -495px; } }
@media (min-width: 768px) and (max-width: 991px) {
.sticky-tree {
padding: 0px 0px 30px 25px;
margin-left: -395px; } }
.sticky-tree.stuck {
position: fixed;
top: 198px;
left: 5px;
margin: 0 auto; }
.sticky-tree.unstuck {
position: absolute; }
.state .col-md-2 {
width: 20%;
font-size: 16px; }
.first-line {
font-weight: 400; }
/**
* Mixins for Panels and Buttons
*/
/**
* Grid of Panels
*/
.action-tree {
float: none;
margin-bottom: 40px; }
.action-tree > li {
padding: 0 75px 20px;
position: relative; }
@media (max-width: 767px) {
.action-tree > li {
padding: 0 0 20px; } }
.action-tree > li > .panel {
display: none; }
.action-tree > li .thanks-message, .action-sidebar .thanks-message, .action-wrap .thanks-message {
display: none; }
.action-tree > li > .btn-md-wide, .action-sidebar > .btn-md-wide, .action-wrap > .btn-md-wide {
margin: 0;
text-align: left; }
@media (max-width: 767px) {
.action-tree > li > .btn-md-wide, .action-sidebar > .btn-md-wide, .action-wrap > .btn-md-wide {
font-size: 20px; } }
.action-tree > li:nth-child(1) > .btn-md-wide, .action-sidebar:nth-child(1) > .btn-md-wide, .action-wrap:nth-child(1) > .btn-md-wide {
background: #094067; }
.action-tree > li:nth-child(2) > .btn-md-wide, .action-sidebar:nth-child(2) > .btn-md-wide, .action-wrap:nth-child(2) > .btn-md-wide {
background: #513c5f; }
.action-tree > li:nth-child(3) > .btn-md-wide, .action-sidebar:nth-child(3) > .btn-md-wide, .action-wrap:nth-child(3) > .btn-md-wide {
background: #5e8cac; }
.action-tree > li:nth-child(4) > .btn-md-wide, .action-sidebar:nth-child(4) > .btn-md-wide, .action-wrap:nth-child(4) > .btn-md-wide {
background: #759c64; }
.action-tree > li:nth-child(5) > .btn-md-wide, .action-sidebar:nth-child(5) > .btn-md-wide, .action-wrap:nth-child(5) > .btn-md-wide {
background: #eaa663; }
.action-tree > li:nth-child(6) > .btn-md-wide, .action-sidebar:nth-child(6) > .btn-md-wide, .action-wrap:nth-child(6) > .btn-md-wide {
background: #af010e; }
.action-tree > li > small, .action-sidebar > small, .action-wrap > small {
position: absolute;
top: 1px;
left: 0;
width: 65px;
height: 65px;
background: #fff url("/images/action/check.svg") center center no-repeat; }
.action-tree > li > small.icon-sign-up, .action-sidebar > small.icon-sign-up, .action-wrap > small.icon-sign-up {
background-image: url("/images/action/sign_up_1_off.svg"); }
.action-tree > li > small.icon-get-educated, .action-sidebar > small.icon-get-educated, .action-wrap > small.icon-get-educated {
background-image: url("/images/action/get_educated_2_off.svg"); }
.action-tree > li > small.icon-spread-the-word, .action-sidebar > small.icon-spread-the-word, .action-wrap > small.icon-spread-the-word {
background-image: url("/images/action/spread_the_word_3_off.svg"); }
.action-tree > li > small.icon-call-congress, .action-sidebar > small.icon-call-congress, .action-wrap > small.icon-call-congress {
background-image: url("/images/action/call_congress_4_off.svg"); }
.action-tree > li > small.icon-join-discussion, .action-sidebar > small.icon-join-discussion, .action-wrap > small.icon-join-discussion {
background-image: url("/images/action/join_disscussion_5_off.svg"); }
.action-tree > li > small.icon-volunteer, .action-sidebar > small.icon-volunteer, .action-wrap > small.icon-volunteer {
background-image: url("/images/action/volunteer_6_off.svg"); }
@media (max-width: 767px) {
.action-tree > li > small, .action-sidebar > small, .action-wrap > small {
width: .01px; } }
.action-tree > li.active > .btn, .action-sidebar.active > .btn, .action-wrap.active > .btn {
display: none; }
.action-tree > li.active > .panel, .action-sidebar.active > .panel, .action-wrap.active > .panel {
display: block; }
.action-tree > li.active > small.show-incomplete.icon-sign-up, .action-sidebar.active > small.show-incomplete.icon-sign-up, .action-wrap.active > small.show-incomplete.icon-sign-up {
background-image: url("/images/action/sign_up_1_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-get-educated, .action-sidebar.active > small.show-incomplete.icon-get-educated, .action-wrap.active > small.show-incomplete.icon-get-educated {
background-image: url("/images/action/get_educated_2_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-spread-the-word, .action-sidebar.active > small.show-incomplete.icon-spread-the-word, .action-wrap.active > small.show-incomplete.icon-spread-the-word {
background-image: url("/images/action/spread_the_word_3_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-call-congress, .action-sidebar.active > small.show-incomplete.icon-call-congress, .action-wrap.active > small.show-incomplete.icon-call-congress {
background-image: url("/images/action/call_congress_4_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-join-discussion, .action-sidebar.active > small.show-incomplete.icon-join-discussion, .action-wrap.active > small.show-incomplete.icon-join-discussion {
background-image: url("/images/action/join_disscussion_5_on.svg"); }
.action-tree > li.active > small.show-incomplete.icon-volunteer, .action-sidebar.active > small.show-incomplete.icon-volunteer, .action-wrap.active > small.show-incomplete.icon-volunteer {
background-image: url("/images/action/volunteer_6_on.svg"); }
.action-tree > li.incomplete, .action-sidebar.incomplete, .action-wrap.incomplete {
background: transparent url("/images/action/tmp-vertical-dots.png") 32px 20px no-repeat; }
.action-tree > li.incomplete .show-complete, .action-sidebar.incomplete .show-complete, .action-wrap.incomplete .show-complete {
display: none; }
.action-tree > li.incomplete .show-incomplete, .action-sidebar.incomplete .show-incomplete, .action-wrap.incomplete .show-incomplete {
display: initial; }
@media (max-width: 767px) {
.action-tree > li.incomplete, .action-sidebar.incomplete, .action-wrap.incomplete {
background: none; } }
.action-tree > li.complete .show-complete, .action-sidebar.complete .show-complete, .action-wrap.complete .show-complete {
display: initial; }
.action-tree > li.complete .show-incomplete, .action-sidebar.complete .show-incomplete, .action-wrap.complete .show-incomplete {
display: none; }
.action-tree > li.complete .panel, .action-sidebar.complete .panel, .action-wrap.complete .panel {
background: #eee; }
.action-tree > li.complete > .btn-md-wide, .action-sidebar.complete > .btn-md-wide, .action-wrap.complete > .btn-md-wide {
background: #808080; }
.action-tree > li.complete.active.thanked .panel-body, .action-tree > li.complete.thanked .panel-body, .action-sidebar.complete.active.thanked .panel-body, .action-sidebar.complete.thanked .panel-body, .action-wrap.complete.active.thanked .panel-body, .action-wrap.complete.thanked .panel-body {
display: none; }
.action-tree > li.complete.active.thanked .thanks-message, .action-tree > li.complete.thanked .thanks-message, .action-sidebar.complete.active.thanked .thanks-message, .action-sidebar.complete.thanked .thanks-message, .action-wrap.complete.active.thanked .thanks-message, .action-wrap.complete.thanked .thanks-message {
display: initial;
overflow: hidden; }
.action-tree > li:last-child, .action-sidebar:last-child, .action-wrap:last-child {
background: none; }
.js-targets {
text-align: left; }
/**
* Mayday News Icons
*/
.md-icon {
height: 40px;
width: 40px;
display: inline-block;
margin-bottom: -8px;
border-bottom-width: 15px; }
.md-envelope {
background-image: url(../images/envelope.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
.md-newspaper {
background-image: url(../images/newspaper.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
.md-newspaper-large {
background-image: url(../images/newspaper.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom;
background-position: -5px 3px;
width: 65px;
height: 65px; }
.md-microphone {
background-image: url(../images/microphone.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
.md-download {
background-image: url(../images/download.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
.md-shield {
background-image: url(../images/shield.svg);
background-size: 100% auto;
background-repeat: none;
background-position: left bottom; }
/**
* Mayday News Panels
**/
.panel-news {
-webkit-box-shadow: none;
box-shadow: none;
position: relative;
padding-bottom: 10px; }
.panel-news hr {
height: 1px;
background-color: #808080; }
.panel-news .panel-heading {
margin-bottom: 0; }
.panel-news .panel-heading h2, .panel-news .panel-heading h2 a {
padding-bottom: 5px;
font-weight: 400;
margin-top: 0;
font-size: 28px;
line-height: 30px;
color: #16213f; }
.panel-news .panel-heading h2 {
border-bottom: 1px solid #16213f; }
.panel-news .panel-body {
padding-top: 0;
font-size: 18px; }
.panel-news .panel-body li {
margin-bottom: 10px;
font-size: 16px;
line-height: normal; }
.panel-news .panel-body .press-date {
font-weight: 400; }
.panel-news .panel-body .press-link {
vertical-align: top;
width: 70%; }
.panel-news .panel-body .more-link {
position: absolute;
bottom: 0;
right: 10px;
font-size: 14px;
font-weight: 400;
float: right; }
.panel-news .panel-body .more-link.btn-targets {
letter-spacing: 0;
bottom: 6px; }
.panel-news.with-border {
border: 2px solid #cccccc;
width: 100%; }
.news-content {
margin-bottom: 100px; }
.news-content .list-inline > li {
margin-bottom: 30px; }
.contact-info h3 {
margin-top: 1.5em;
margin-bottom: 0.75em;
font-weight: 400; }
.contact-info p {
line-height: 1.5em;
margin-top: 0.18em;
margin-bottom: 0.18em; }
/**
* Variables
*/
.progress-include {
background: #e4e5e9 url(/images/capitol_building.png) 0 bottom;
overflow: hidden;
font-weight: 400;
position: relative;
border-radius: 4px;
height: 100%; }
.progress-include .headline {
color: #0d3960;
font-size: 34px;
padding: 20px 3.5% 0 3.5%;
position: relative;
z-index: 99;
margin: 0;
font-weight: 400; }
.progress-include .sub-headline {
font-size: 22px;
line-height: 28px;
margin-top: 14px;
padding: 14px 3.5% 0 3.5%;
position: relative;
z-index: 99; }
.progress-include .sub-headline span {
font-size: 24px; }
@media (min-width: 968px) and (max-width: 1199px) {
.progress-include .sub-headline {
padding-bottom: 1em; } }
@media (min-width: 968px) and (max-width: 967px) {
.progress-include .sub-headline {
padding-bottom: 0em; } }
@media (max-width: 714px) {
.progress-include .sub-headline {
padding-bottom: 1em; } }
.progress-include .legend {
color: #b0010e;
text-align: right;
font-size: 27px;
margin: 15px 5% 8px 0;
position: relative;
z-index: 99; }
.progress-include .legend i {
font-size: 20px; }
@media (min-width: 968px) and (max-width: 1199px) {
.progress-include .lengend-shift {
width: 50%;
float: right; } }
@media (min-width: 968px) and (max-width: 967px) {
.progress-include .lengend-shift {
width: 100%;
float: right; } }
@media (max-width: 714px) {
.progress-include .lengend-shift {
width: 50%;
float: right; } }
.progress-include .bar-line {
height: 60px;
position: relative;
margin-bottom: 25px; }
.progress-include .bar-line .label {
display: inline-block;
width: 14%;
padding: 12px 0 0 3.5%;
height: 100%;
font-size: 34px;
font-weight: 300;
color: #16213f; }
.progress-include .bar-line .bar {
float: right;
margin-right: 5%;
height: 100%;
width: 75%;
border: 2px solid #ffffff;
border-radius: 5px;
display: inline-block;
position: relative; }
@media (min-width: 968px) and (max-width: 1199px) {
.progress-include .bar-line .bar {
width: 87%;
margin-right: 10%; } }
@media (max-width: 714px) {
.progress-include .bar-line .bar {
width: 87%;
margin-right: 10%; } }
.progress-include .bar-line .progress-section {
display: inline-block;
height: 100%;
float: left;
background-color: rgba(68, 147, 84, 0.9); }
.progress-include .bar-line .count {
float: right;
color: white;
font-weight: 400;
font-size: 45px;
margin: 14px 8px 0 0; }
.progress-include .bar-line .togo-section {
display: inline-block;
float: right;
height: 100%;
background-color: rgba(123, 123, 123, 0.9);
border-top-right-radius: 5px;
border-bottom-right-radius: 5px; }
.progress-include .bar-line .out-of {
text-align: center;
width: 50px;
color: white;
position: absolute;
right: -25px;
top: 6px; }
.progress-include .bar-line .out-of .rectangle {
background-color: #b0010e;
height: 30px;
font-size: 20px;
padding-top: 6px; }
.progress-include .bar-line .out-of .triangle {
width: 0;
height: 0;
border-style: solid;
border-width: 15px 25px 0 25px;
border-color: #b0010e transparent transparent transparent;
/* force anti-aliasing */
-moz-transform: scale(0.9999);
-webkit-transform: scale(0.9999);
-ms-transform: scale(0.9999);
-o-transform: scale(0.9999);
transform: scale(0.9999); }
.progress-include .mobile-break {
display: none; }
@media (min-width: 968px) and (max-width: 1199px) {
.progress-include .mobile-break {
display: inline-block; } }
@media (min-width: 968px) and (max-width: 967px) {
.progress-include .mobile-break {
display: none; } }
@media (max-width: 714px) {
.progress-include .mobile-break {
display: inline-block; } }
.progress-include .senate .progress-section {
width: 45%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; }
.progress-include .senate .togo-section {
width: 55%; }
.progress-include .house .progress-section {
width: 87%;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px; }
.progress-include .house .togo-section {
width: 13%; }
/**
* Mayday Panel Styles
*/
/**
* Mayday Content
*/
.faq-qa {
width: 6.5%;
display: inline-block;
float: left;
padding-right: 1rem; }
@media (min-width: 992px) and (max-width: 1199px) {
.faq-qa {
width: 10%; } }
@media (min-width: 768px) and (max-width: 991px) {
.faq-qa {
width: 10%; } }
@media (max-width: 767px) {
.faq-qa {
width: 10%; } }
.faq-content {
width: 87.5%;
display: inline-block;
float: left; }
@media (min-width: 992px) and (max-width: 1199px) {
.faq-content {
width: 85%; } }
@media (min-width: 768px) and (max-width: 991px) {
.faq-content {
width: 85%; } }
@media (max-width: 767px) {
.faq-content {
width: 85%; } }
.faq-content p {
font-size: 17px;
padding-top: 8px;
padding-bottom: 0;
margin-bottom: 7px; }
@media (max-width: 767px) {
.faq-content p {
line-height: 140%;
padding-top: 0.5rem; } }
.faq-letter {
color: #b0010e;
font-weight: 400; }
/**
* Mayday Button
*/
.btn-submit-join {
width: 100%;
background-color: #b0010e;
border-color: #769fbd;
text-transform: uppercase;
color: #FFF;
font-size: 1.5rem; }
.btn-submit-join:hover {
background-color: #cccccc;
border-color: #cccccc; }
.hang-line {
text-indent: -0.9em;
margin-left: 0.9em; }
/**
* Mayday Content
*/
.team_and_board_fonts {
padding-bottom: 40px; }
.team_and_board_fonts h2 {
font-weight: 400;
margin-bottom: 20px; }
.team_and_board_fonts h3 {
color: #333;
font-weight: 400;
margin: 0 0 3px; }
.team_and_board_fonts h4 {
margin: 0;
font-weight: 400;
font-size: 22px; }
.team_and_board_fonts p {
font-size: 16px;
line-height: normal; }
@media (max-width: 767px) {
.team_and_board_fonts p {
font-size: 17px;
line-height: 140%; } }
.tb-profile {
margin-bottom: 30px; }
@media (max-width: 767px) {
.tb-profile {
margin-top: 35px; } }
.img-bottom {
margin-bottom: 15px; }
.contributors-format h5 {
font-size: 18px;
line-height: 1em; }
/**
* Mayday Content
*/
.video-lead-title {
margin-bottom: 10px; }
@media (max-width: 767px) {
.video-lead-title {
margin-bottom: 0; } }
.all-videos {
margin-bottom: 40px; }
.all-videos .video-group {
padding-bottom: 20px; }
.all-videos .video-group h2 {
font-size: 22px;
margin-bottom: 10px; }
@media (min-width: 1200px) {
.all-videos .video-group h2.two-line-height-on-lg {
min-height: 48px; } }
.btn-md-wide.video-font {
font-size: 18px; }
.large-video-group {
margin-bottom: 15px; }
.top-signup {
float: right; }
@media (min-width: 768px) and (max-width: 991px) {
.top-signup {
display: none; } }
@media (max-width: 767px) {
.top-signup {
display: none; } }
.bottom-signup {
display: none; }
@media (min-width: 768px) and (max-width: 991px) {
.bottom-signup {
display: inline-block; } }
@media (max-width: 767px) {
.bottom-signup {
display: inline-block; } }
/**
* Mayday Content
*/
.smaller-layout {
max-width: 835px; }
.placed-center {
text-align: center;
margin-left: auto;
margin-right: auto; }
.about-icons {
width: 62%;
height: 62%; }
@media (max-width: 767px) {
.about-icons {
width: 40%;
height: 40%;
min-width: 80px;
min-height: 80px; } }
.team-icon {
width: 90%;
height: 90%; }
@media (max-width: 767px) {
.team-icon {
width: 70%;
height: 70%;
min-width: 120px;
min-height: 120px;
margin-top: -12px; } }
.center-faq-icon1 {
margin-left: -20%; }
@media (max-width: 767px) {
.center-faq-icon1 {
margin-left: none; } }
.center-faq-icon2 {
margin-right: 70px; }
@media (min-width: 768px) and (max-width: 991px) {
.center-faq-icon2 {
margin-right: 60px; } }
@media (max-width: 767px) {
.center-faq-icon2 {
margin-right: none;
margin-left: 1px; } }
.bullet-color {
color: #0d3960; }
@media (min-width: 768px) and (max-width: 991px) {
.info-height {
height: 213px; } }
.info-height h3 {
margin-bottom: 10px; }
.large-icons img {
margin-bottom: 60px; }
/**
* Sign Up page
**/
@media (min-width: 1200px) {
.sign-up h1 {
margin-bottom: 50px; } }
@media (min-width: 768px) and (max-width: 991px) {
.sign-up .action-panel.with-shield .panel-icon .img-responsive {
top: -12px; } }
@media (max-width: 767px) {
.sign-up .action-panel.with-shield .panel-icon .img-responsive {
top: -12px; } }
.sign-up form {
text-align: center;
border-radius: 5px;
float: none;
margin: 25px auto 0; }
.sign-up form fieldset {
border-radius: 5px;
display: block;
float: none;
margin: 10px auto 0; }
.sign-up form legend {
text-align: center;
border: none;
line-height: 140%;
float: left;
padding: 0 20px; }
.sign-up form input[type=text], .sign-up form input[type=email] {
border: 2px #16213f solid;
border-radius: 5px;
margin-bottom: 0;
height: 43px;
font-size: 110%;
font-weight: 300;
text-align: left; }
.sign-up form .checkbox-inline {
text-align: left;
width: 100%; }
.donate-flavor-text h1 {
font-size: 48px;
font-weight: 400;
margin-top: 15px; }
.donate-flavor-text p {
font-size: 20px;
font-weight: 300;
padding: 0; }
.donate-flavor-text p:first-of-type {
font-weight: 400; }
.donate-flavor-text p:last-of-type {
padding-bottom: 10px; }
.box-inner {
height: 100%;
position: relative; }
.box-inner.donate-page-box {
border: 1px solid #16213f;
margin: 15px 0; }
.box-inner.donate-page-box .box-title {
height: 18%;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
color: #ffffff;
background-color: #16213f;
font-size: 27px;
border-bottom: 10px solid #0d3960;
margin-top: 0; }
.box-inner.donate-page-box form {
margin: 25px 15px 0 15px;
font-size: 22px; }
.box-inner.donate-page-box form input, .box-inner.donate-page-box form select {
width: 100%;
border: 2px solid #16213f;
padding: 8px 0 8px 12px;
border-radius: 4px;
margin-bottom: 4px;
font-size: 20px;
font-weight: 300; }
.box-inner.donate-page-box .stepContainer {
padding: 15px 10px 10px; }
.box-inner.donate-page-box ul.steps {
text-align: center;
font-size: 0;
margin: 0;
width: 100%;
padding: 0; }
.box-inner.donate-page-box li.step {
display: inline-block;
vertical-align: top;
position: relative;
margin: 0 14px;
width: 74px;
max-width: 120px;
color: #b7b7b7;
font-size: 14px;
font-size: 1.1rem; }
.box-inner.donate-page-box li.step span {
display: block;
border: 3px solid #b7b7b7;
background: #fff;
margin: 7px auto 0;
padding: 0 7px 7px;
width: 60px;
height: 60px;
border-radius: 60px;
color: #b7b7b7;
font-size: 36px;
line-height: 1.4;
font-weight: 300; }
.box-inner.donate-page-box li.step.active span {
background: #27ae60;
border-color: #27ae60;
color: #fff; }
.box-inner.donate-page-box li.step.active {
color: #27ae60; }
.box-inner.donate-page-box .step-1-container {
width: 100%;
padding: 10px;
text-align: center; }
.box-inner.donate-page-box .step-2-container {
margin: 0 auto;
overflow: auto;
padding: 0 20px 20px; }
.box-inner.donate-page-box .step-2-container .control-label {
display: none; }
.box-inner.donate-page-box .step-2-container #donation-type {
margin-top: 5px;
margin-bottom: 0; }
.box-inner.donate-page-box .step-2-container .checkbox {
font-size: 16px;
line-height: 1.3;
font-weight: 300;
color: #1e2e50;
margin-top: 0; }
.box-inner.donate-page-box .step-2-container .checkbox input {
width: auto; }
.box-inner.donate-page-box .step-2-container .form-group {
padding-left: 5px;
padding-right: 5px;
margin-bottom: 7px; }
.box-inner.donate-page-box .select-amount-instructions, .box-inner.donate-page-box .or-instructions {
font-style: italic;
margin: 0 0 10px;
font-weight: 300; }
.box-inner.donate-page-box .fancy-or-line {
display: inline-block;
height: 1px;
width: 60px;
background-color: #b7b7b7;
vertical-align: middle;
margin: 0 20px; }
.box-inner.donate-page-box .donate-with-bitcoin-button {
background-color: #fff;
color: #1e2e50;
border: 4px solid #1e2e50;
display: inline-block;
font-size: 24px;
font-weight: 400;
width: 90%;
max-width: 380px;
/* width of three amount buttons */
padding: 7px 10px;
margin: 0 0 14px;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 4px; }
.box-inner.donate-page-box .donate-with-bitcoin-button:hover {
background-color: #1e2e50;
border-color: #1e2e50;
color: #fff;
text-decoration: none;
font-weight: 400; }
.box-inner.donate-page-box .amount-button {
background-color: #1e2e50;
color: #fff;
display: inline-block;
font-size: 20px;
font-weight: 400;
width: 120px;
height: 40px;
padding: 5px 10px;
margin: 6px 4px;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 2px; }
.box-inner.donate-page-box .amount-button:hover {
background-color: #0d3960; }
@media (max-width: 767px) {
.box-inner.donate-page-box .donate-submit-button {
margin-top: 10px; } }
.box-inner.donate-page-box .submit-button {
background-color: #1e2e50;
color: #fff;
border: 3px solid #1e2e50;
display: inline-block;
font-size: 24px;
font-weight: 300;
width: 100%;
text-align: center;
vertical-align: middle;
cursor: pointer;
border-radius: 6px;
text-transform: uppercase;
padding: 10px; }
.box-inner.donate-page-box .submit-button:hover {
background-color: #0d3960;
border-color: #0d3960;
color: #fff;
text-decoration: none; }
.box-inner.donate-page-box .submit-button#paypalButton {
background-color: #fff;
color: #1e2e50;
margin-top: 7px; }
.box-inner.donate-page-box .submit-button#paypalButton:hover {
background-color: #0d3960;
border-color: #0d3960;
color: #fff;
text-decoration: none; }
.box-inner.donate-page-box #formError {
clear: both; }
.box-inner.donate-page-box .step-2-container {
display: none; }
.contribution-rules {
margin: 20px 0 0;
padding: 30px 0 40px;
background-color: #ebebeb;
font-weight: 300; }
.contribution-rules h2 {
font-weight: 400; }
.contribution-rules ul {
padding-left: 20px; }
.contribution-rules ul li {
list-style-type: disc; }
.legislators-listing h3 {
font-size: 20px;
white-space: nowrap; }
.legislators-listing h4 {
font-size: 16px; }
.legislators-listing .fa {
display: inline-block;
margin-right: 1px; }
.legislators-listing .background-square {
border: 4px solid #b0aeaf; }
.legislators-listing .with-us-true .fa-check-square-o {
display: inline-block; }
.legislators-listing .with-us-true .fa-minus-circle {
display: none; }
.legislators-listing .with-us-true .fa-question-circle {
display: none; }
.legislators-listing .with-us-true .btn-targets {
background-color: #426E2F; }
.legislators-listing .with-us-unknowable .fa-question-circle {
display: true; }
.legislators-listing .with-us-unknowable .fa-check-square-o {
display: none; }
.legislators-listing .with-us-unknowable .fa-minus-circle {
display: none; }
.legislators-listing .with-us-false .fa-question-circle {
display: none; }
.legislators-listing .with-us-false .fa-check-square-o {
display: none; }
.legislators-listing .with-us-false .fa-minus-circle {
display: inline-block; }
.legislators-listing .with-us-false .btn-targets {
background-color: #910216; }
.page-open {
padding-top: 40px; }
.dossier-page {
margin-top: -45px; }
.dossier-page h2 {
font-weight: 400;
font-size: 34px;
letter-spacing: 1.5px; }
.dossier-page p {
font-weight: 400; }
.dossier-page .dossier-img {
margin: 0 auto 0px;
border-radius: 5px;
height: 281px;
width: 231px; }
.dossier-page .dossier-img > div {
border: 3px solid #fff;
border-radius: 5px;
height: 275px;
width: 225px;
background-size: cover;
background-repeat: no-repeat; }
.dossier-page h1.lead-title {
margin-top: 0;
font-weight: 400; }
.dossier-page .bottom-line, .dossier-page .top-line-left {
height: 6px; }
.dossier-page .top-line-left {
height: 20px; }
.dossier-page .tallies {
position: relative;
overflow: hidden; }
.dossier-page .tallies > .col-md-6:first-child .talley {
float: right; }
.dossier-page .tallies > .col-md-6:last-child .talley {
float: left; }
.dossier-page .tallies > .col-md-12 .talley {
margin: 0 auto;
text-align: center; }
.dossier-page .talley {
font-size: 18px;
text-align: left;
font-weight: 400;
line-height: 18px;
width: 190px; }
.dossier-page .talley .fa {
font-size: 46px;
float: left;
margin-right: 3px; }
.dossier-page .tail-message {
margin-bottom: 20px;
font-size: 30px; }
.dossier-page .make-call {
cursor: text;
-webkit-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
user-select: initial; }
.dossier-page .make-call::selection {
background: #910216; }
.dossier-page .make-call::-moz-selection {
background: #910216; }
.dossier-page.with-us-true h2, .dossier-page.with-us-true h1, .dossier-page.with-us-true .talley {
color: #1c7bab; }
.dossier-page.with-us-true .dossier-img {
border: 3px solid #1c7bab; }
.dossier-page.with-us-true .dossier-img > div {
background-color: #1c7bab; }
.dossier-page.with-us-true .bottom-line, .dossier-page.with-us-true .make-call, .dossier-page.with-us-true .top-line-left {
background-color: #1c7bab; }
.dossier-page.with-us-true .bg-star {
background-image: url("/images/star_blue.svg") no-repeat; }
.dossier-page.with-us-false h2, .dossier-page.with-us-false h1, .dossier-page.with-us-false .talley {
color: #910216; }
.dossier-page.with-us-false .dossier-img {
border: 3px solid #910216; }
.dossier-page.with-us-false .dossier-img > div {
background-color: #910216; }
.dossier-page.with-us-false .bottom-line, .dossier-page.with-us-false .make-call, .dossier-page.with-us-false .top-line-left {
background-color: #910216; }
.dossier-page.with-us-false .talley .fa {
font-size: 38px;
margin-right: 8px; }
.dossier-page.with-us-false .bg-star {
background-image: url("/images/money_sign.svg") no-repeat; }
.with-us-true .leader-visible {
display: initial; }
.with-us-true .leader-hidden {
display: none; }
.with-us-false .leader-visible {
display: none; }
.with-us-false .leader-hidden {
display: initial; }
.make-call > .fa-phone {
padding-right: 5px; }
.twitter-small {
margin-left: 10px !important; }
@media (min-width: 768px) and (max-width: 991px) {
.twitter-small {
margin-left: 1% !important; } }
@media (max-width: 767px) {
.twitter-small {
margin-left: 0 !important; } }
.twitter-small > .fa-twitter {
color: #4099ff;
font-size: 1.5em;
line-height: 50%; }
.facebook-small {
margin-left: 10px !important; }
@media (max-width: 767px) {
.facebook-small {
margin-left: 0 !important; } }
@media (min-width: 768px) and (max-width: 991px) {
.facebook-small {
margin-left: 1% !important; } }
.facebook-small > .fa-facebook {
color: #3b5997;
font-size: 1.3em;
line-height: 50%; }
.triangle-up .leg {
margin-top: 45px; }
/* CSS talk bubble */
.talk-bubble {
margin: 30px auto 20px;
display: inline-block;
position: relative;
width: 100%;
background-color: #f0f0f0;
border: 8px solid #16213f;
border-radius: 30px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
padding: 15px 20px;
text-align: left;
line-height: 1.5em;
font-size: 1.1em;
color: #16213f; }
.talk-bubble:before, .talk-bubble:after {
content: ' ';
position: absolute;
width: 0;
height: 0;
left: auto;
left: 50%;
bottom: auto; }
.talk-bubble:before {
margin-left: -36px;
top: -64px;
border: 32px solid;
border-color: transparent transparent #16213f transparent; }
.talk-bubble:after {
margin-left: -24px;
top: -40px;
border: 20px solid;
border-color: transparent transparent #f0f0f0 transparent; }
.talk-bubble p {
margin: 0 0 10px; }
.dossier-star .bg-star {
position: absolute; }
.dossier-star .bg-star:first-of-type {
left: -400px;
top: -250px;
height: 650px;
opacity: .1;
-ms-transform: rotate(-30deg);
-webkit-transform: rotate(-30deg);
transform: rotate(-30deg); }
.dossier-star .bg-star:nth-of-type(2) {
left: -500px;
top: 280px;
height: 800px;
opacity: .1;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.dossier-star .bg-star:nth-of-type(3) {
left: 10%;
top: -160px;
height: 265px;
opacity: .1;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.dossier-star .bg-star:nth-of-type(4) {
left: 1%;
top: -70px;
width: 600px;
opacity: .1;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.dossier-star .bg-star:nth-of-type(5) {
left: 25%;
top: -200px;
height: 350px;
opacity: .1;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.dossier-star .bg-star:nth-of-type(6) {
left: 25%;
top: 260px;
height: 350px;
opacity: .1;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.dossier-star .bg-star:nth-of-type(7) {
left: 35%;
top: 100px;
height: 200px;
opacity: .1;
-ms-transform: rotate(-50deg);
-webkit-transform: rotate(-50deg);
transform: rotate(-50deg); }
.dossier-star .bg-star:nth-of-type(8) {
left: 47%;
top: -120px;
height: 850px;
opacity: .1;
-ms-transform: rotate(35deg);
-webkit-transform: rotate(35deg);
transform: rotate(35deg); }
.dossier-star .bg-star:nth-of-type(9) {
left: 76%;
top: -170px;
height: 600px;
opacity: .1;
-ms-transform: rotate(40deg);
-webkit-transform: rotate(40deg);
transform: rotate(40deg); }
.dossier-star .bg-star:nth-of-type(10) {
left: 82%;
top: 475px;
height: 200px;
opacity: .1;
-ms-transform: rotate(-15deg);
-webkit-transform: rotate(-15deg);
transform: rotate(-15deg); }
.legislators-listing {
min-height: 300px; }
.legislators-listing .js-legislators {
padding-top: 15px; }
.legislators-all .with-us-true {
display: block; }
.legislators-all .with-us-false {
display: block; }
.legislators-all .with-us-unknowable {
display: block; }
.legislators-all .potential-true {
display: block; }
.legislators-all .show-potential {
visibility: hidden; }
.legislators-potential .with-us-true {
display: none; }
.legislators-potential .with-us-false {
display: none; }
.legislators-potential .with-us-unknowable {
display: none; }
.legislators-potential .potential-true {
display: block; }
.legislators-potential .show-potential {
visibility: visible; }
.legislators-leaders .potential-true {
display: none; }
.legislators-leaders .with-us-false {
display: none; }
.legislators-leaders .with-us-true {
display: block; }
.legislators-leaders .with-us-unknowable {
display: none; }
.legislators-leaders .show-potential {
visibility: hidden; }
form.md-inputs.legislators-filter {
padding-bottom: 0; }
form.md-inputs.legislators-filter .form-group {
margin: 0; }
form.md-inputs.legislators-filter.md-inputs input.form-control[type=text] {
margin-bottom: 0; }
form.md-inputs.legislators-filter .radio-inline {
margin-right: 12px; }
form.md-inputs.legislators-filter .radio-inline:first-child {
padding-left: 0; }
form.md-inputs.legislators-filter .radio-inline input[type=radio] {
margin-top: 7px; }
.voxel-map {
line-height: 1;
letter-spacing: 0; }
.voxel-map * {
list-style: none;
position: relative;
margin: 0;
padding: 0;
-webkit-tap-highlight-color: transparent;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.voxel-map .clear {
clear: both; }
.voxel-map select.md-select {
margin: 0 0 32px;
width: 50%;
min-width: 300px;
float: right; }
.voxel-map h2 {
float: left; }
.voxel-map .voxels {
position: relative;
top: 12px;
left: 0;
height: 100px;
-webkit-transition: opacity 0.9s;
transition: opacity 0.9s; }
.voxel-map .voxels .label {
color: #fff;
letter-spacing: 0;
font-size: 15px;
line-height: 28px;
pointer-events: none;
position: absolute;
text-align: center;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.7);
width: 34px; }
.voxel-map[size-modifier="0.75"] .voxels .label {
font-size: 14px;
line-height: 21px;
width: 26px; }
.voxel-map[size-modifier="0.5"] .voxels .label {
font-size: 9px;
line-height: 16px;
width: 16px; }
.voxel-map[size-modifier="0.25"] .voxels .label {
font-size: 5px;
line-height: 24px;
width: 7px; }
.voxel-map .voxels .voxel {
cursor: pointer;
position: absolute; }
@keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
@-webkit-keyframes fadeIn {
from {
opacity: 0; }
to {
opacity: 1; } }
.voxel-map .voxels .voxel svg polygon {
-webkit-transition: fill 0.4s;
transition: fill 0.4s; }
.voxel-map .voxel svg {
height: 25px;
width: 25px; }
.voxel-map .voxel svg polygon.border-top,
.voxel-map .voxel svg polygon.border-right,
.voxel-map .voxel svg polygon.border-bottom,
.voxel-map .voxel svg polygon.border-bottom-angled,
.voxel-map .voxel svg polygon.border-left {
display: none;
fill: rgba(255, 255, 255, 0.9); }
.voxel-map .voxel[color=blue] svg polygon.front {
fill: #5e8cac; }
.voxel-map .voxel[color=blue] svg polygon.left {
fill: #81aac1; }
.voxel-map .voxel[color=blue] svg polygon.bottom {
fill: #385768; }
.voxel-map .voxel[color=blue][dark] svg polygon.front {
fill: #385467; }
.voxel-map .voxel[color=blue][dark] svg polygon.left {
fill: #4d6674; }
.voxel-map .voxel[color=blue][dark] svg polygon.bottom {
fill: #507C94; }
.voxel-map .voxel[color=blue] svg polygon.border-top,
.voxel-map .voxel[color=blue] svg polygon.border-right,
.voxel-map .voxel[color=blue] svg polygon.border-bottom,
.voxel-map .voxel[color=blue] svg polygon.border-bottom-angled,
.voxel-map .voxel[color=blue] svg polygon.border-left {
display: none;
fill: rgba(56, 87, 104, 0.8); }
.voxel-map .voxel[color=green] svg polygon.front {
fill: #759c64; }
.voxel-map .voxel[color=green] svg polygon.left {
fill: #96af8b; }
.voxel-map .voxel[color=green] svg polygon.bottom {
fill: #6C895E; }
.voxel-map .voxel[color=green][dark] svg polygon.front {
fill: #465e3c; }
.voxel-map .voxel[color=green][dark] svg polygon.left {
fill: #5a6953; }
.voxel-map .voxel[color=green][dark] svg polygon.bottom {
fill: #203117; }
.voxel-map .voxel[color=green] svg polygon.border-top,
.voxel-map .voxel[color=green] svg polygon.border-right,
.voxel-map .voxel[color=green] svg polygon.border-bottom,
.voxel-map .voxel[color=green] svg polygon.border-bottom-angled,
.voxel-map .voxel[color=green] svg polygon.border-left {
display: none;
fill: #5b734f; }
.voxel-map .voxel[color=gray] svg polygon.front {
fill: #ccc; }
.voxel-map .voxel[color=gray] svg polygon.left {
fill: #ddd; }
.voxel-map .voxel[color=gray] svg polygon.bottom {
fill: #bbb; }
.voxel-map .voxel[color=gray][dark] svg polygon.front {
fill: #7a7a7a; }
.voxel-map .voxel[color=gray][dark] svg polygon.left {
fill: #858585; }
.voxel-map .voxel[color=gray][dark] svg polygon.bottom {
fill: #707070; }
.voxel-map .voxel[color=gray] svg polygon.border-top,
.voxel-map .voxel[color=gray] svg polygon.border-right,
.voxel-map .voxel[color=gray] svg polygon.border-bottom,
.voxel-map .voxel[color=gray] svg polygon.border-bottom-angled,
.voxel-map .voxel[color=gray] svg polygon.border-left {
display: none;
fill: rgba(0, 0, 0, 0.35); }
.voxel-map .voxel[color=white] svg polygon.front {
fill: #eee; }
.voxel-map .voxel[color=white] svg polygon.left {
fill: #f3f3f3; }
.voxel-map .voxel[color=white] svg polygon.bottom {
fill: #e9e9e9; }
.voxel-map .voxel[color=white][dark] svg polygon.front {
fill: #eee; }
.voxel-map .voxel[color=white][dark] svg polygon.left {
fill: #f3f3f3; }
.voxel-map .voxel[color=white][dark] svg polygon.bottom {
fill: #e9e9e9; }
.voxel-map .voxel.has-border-right svg polygon.border-right,
.voxel-map .voxel.has-border-bottom svg polygon.border-bottom,
.voxel-map .voxel.has-border-bottom svg polygon.border-bottom-angled
{
display: block; }
.voxel-map .key {
overflow: hidden;
position: absolute;
top: 70%;
right: 0;
padding: 0;
width: 150px;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s; }
.voxel-map .key .color {
color: #889;
float: left;
font: italic 100 20px Verdana,sans-serif;
margin-bottom: 5px;
width: 100%;
margin-right: 20px; }
.voxel-map .key .color:last-child {
margin-right: 0; }
.voxel-map .key .color .voxel svg {
float: left; }
.voxel-map .key .color p {
display: inline;
padding-left: 6px; }
.voxel-map .loading {
color: #0d3960;
font-size: 24px; }
.voxel-map .voxel-popover {
background-color: rgba(240, 240, 240, 0.9);
display: none;
font-family: Arial, sans-serif;
padding: 12px;
position: absolute;
width: 308px;
z-index: 9999999;
animation: fadeIn .4s forwards ease-in-out;
-webkit-animation: fadeIn .4s forwards ease-in-out;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
.voxel-map .voxel-popover .left {
color: #39383d;
float: left;
width: 116px; }
.voxel-map .voxel-popover .left .photo {
height: 120px;
opacity: 0;
padding: 0 0 6px;
width: 99px;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s; }
.voxel-map .voxel-popover .left .stateface {
float: left;
opacity: 1;
font-size: 20px;
padding: 0 0 10px 0;
max-width: 30px;
color: #0d3960;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s; }
.voxel-map .voxel-popover .right {
width: 168px;
float: right; }
.voxel-map .voxel-popover .name {
font-size: 22px;
font-weight: bold; }
.voxel-map .voxel-popover h3 {
font-size: 22px; }
.voxel-map .voxel-popover .description {
color: #38373d;
font-size: 12px;
margin: 6px 0 0; }
.voxel-map .voxel-popover .button {
background-color: #0d3960;
text-transform: uppercase;
border-radius: 5px;
cursor: pointer;
color: #fff;
display: block;
font-size: 16px;
padding: 8px 0;
margin: 10px 0 0;
text-align: center;
text-decoration: none;
width: 168px; }
.voxel-map .voxel-popover .arrow {
bottom: -42px;
height: 42px;
width: 42px;
left: 0;
position: absolute;
pointer-events: none;
overflow: hidden;
border: solid transparent 42px;
border-top: none;
border-left-color: rgba(240, 240, 240, 0.9); }
.voxel-map .voxel-popover.right {
margin: 0 0 0 -307px; }
.voxel-map .voxel-popover.right .arrow {
border-top: none;
border-left: none;
border-right-color: rgba(240, 240, 240, 0.9);
left: auto;
right: 0; }
/* IE9 */
.voxel-map.ie9 .voxels .voxel,
.voxel-map.ie9 .voxels .voxel-popover .photo {
opacity: 1 !important; }
@font-face {
font-family: 'StateFaceRegular';
src: url("/fonts/stateface-regular-webfont.eot");
src: url("/fonts/stateface-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/stateface-regular-webfont.woff") format("woff"), url("/fonts/stateface-regular-webfont.ttf") format("truetype"), url("/fonts/stateface-regular-webfont.svg#StateFaceRegular") format("svg");
font-weight: normal;
font-style: normal; }
.stateface:before {
font-family: StateFaceRegular;
margin-right: 5px; }
.stateface-replace {
text-indent: -999em;
display: inline-block;
position: relative;
min-width: 1em; }
.stateface-replace:before {
position: absolute;
left: 0;
top: 0;
text-indent: 0; }
.stateface-ak:before {
content: "A"; }
.stateface-al:before {
content: "B"; }
.stateface-ar:before {
content: "C"; }
.stateface-az:before {
content: "D"; }
.stateface-ca:before {
content: "E"; }
.stateface-co:before {
content: "F"; }
.stateface-ct:before {
content: "G"; }
.stateface-dc:before {
content: "y"; }
.stateface-de:before {
content: "H"; }
.stateface-fl:before {
content: "I"; }
.stateface-ga:before {
content: "J"; }
.stateface-hi:before {
content: "K"; }
.stateface-ia:before {
content: "L"; }
.stateface-id:before {
content: "M"; }
.stateface-il:before {
content: "N"; }
.stateface-in:before {
content: "O"; }
.stateface-ks:before {
content: "P"; }
.stateface-ky:before {
content: "Q"; }
.stateface-la:before {
content: "R"; }
.stateface-ma:before {
content: "S"; }
.stateface-md:before {
content: "T"; }
.stateface-me:before {
content: "U"; }
.stateface-mi:before {
content: "V"; }
.stateface-mn:before {
content: "W"; }
.stateface-mo:before {
content: "X"; }
.stateface-ms:before {
content: "Y"; }
.stateface-mt:before {
content: "Z"; }
.stateface-nc:before {
content: "a"; }
.stateface-nd:before {
content: "b"; }
.stateface-ne:before {
content: "c"; }
.stateface-nh:before {
content: "d"; }
.stateface-nj:before {
content: "e"; }
.stateface-nm:before {
content: "f"; }
.stateface-nv:before {
content: "g"; }
.stateface-ny:before {
content: "h"; }
.stateface-oh:before {
content: "i"; }
.stateface-ok:before {
content: "j"; }
.stateface-or:before {
content: "k"; }
.stateface-pa:before {
content: "l"; }
.stateface-pr:before {
content: "3"; }
.stateface-ri:before {
content: "m"; }
.stateface-sc:before {
content: "n"; }
.stateface-sd:before {
content: "o"; }
.stateface-tn:before {
content: "p"; }
.stateface-tx:before {
content: "q"; }
.stateface-us:before {
content: "z"; }
.stateface-ut:before {
content: "r"; }
.stateface-va:before {
content: "s"; }
.stateface-vt:before {
content: "t"; }
.stateface-wa:before {
content: "u"; }
.stateface-wi:before {
content: "v"; }
.stateface-wv:before {
content: "w"; }
.stateface-wy:before {
content: "x"; } | 0.545286 | 0.066357 |
body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.voffset { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; } | Source/OneIndiaInfo/Content/Site.css | body {
padding-top: 50px;
padding-bottom: 20px;
}
/* Set padding to keep content from hitting the edges */
.body-content {
padding-left: 15px;
padding-right: 15px;
}
/* Override the default bootstrap behavior where horizontal description lists
will truncate terms that are too long to fit in the left column
*/
.dl-horizontal dt {
white-space: normal;
}
/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
max-width: 280px;
}
.spacer5 { height: 5px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer10 { height: 10px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer15 { height: 15px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer20 { height: 20px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer25 { height: 25px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer30 { height: 30px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer35 { height: 35px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer40 { height: 40px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer45 { height: 45px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer50 { height: 50px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer100 { height: 100px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.spacer200 { height: 200px; width: 100%; font-size: 0; margin: 0; padding: 0; border: 0; display: block; }
.voffset { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; } | 0.474631 | 0.221793 |
@charset "utf-8";
/* CSS Document Login.css */
.base-app-style {
min-width: 1024px;
min-height: 612px;
position: relative;
height: 100%;
width: 100%;
}
body {
background: #3075ab; /* Old browsers */
background: -moz-linear-gradient(top, #3a8dc8 0%, #183a62 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a8dc8), color-stop(100%, #183a62)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3a8dc8 0%,#183a62 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3a8dc8 0%,#183a62 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3a8dc8 0%,#183a62 100%); /* IE10+ */
background: linear-gradient(to bottom, #3a8dc8 0%,#183a62 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a8dc8', endColorstr='#183a62',GradientType=0 ); /* IE6-9 */
margin: 0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #87ceff;
background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.browser-validation-banner {
padding: 6px 12px 6px 10px;
margin: 0px;
position: absolute;
line-height: 20px;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
background-color: #ffffcc;
border: 1px solid #efe69b;
border-top-style: none;
border-radius: 0 0 5px 5px;
color: #333333;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.validation-message-text {
margin-left: 25px;
display: block;
font-weight: bold;
font-size: 11px;
}
#topSplash {
position: absolute;
top:0;
left:0;
z-index:1;
}
#brand {
position: absolute;
top: 55px;
left: 44px;
z-index:2;
}
#loginForm {
position: absolute;
top: 300px;
width: 275px;
padding-left: 60px;
z-index: 3;
background-position:right;
background-repeat:repeat-y;
background: rgba(0,0,0,0.75);
left: 50px;
padding-right: 40px;
padding-bottom: 15px;
padding-top: 55px;
margin-top: -50px;
z-index: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.margeTextInput {
float:right;
width: 150px;
}
.loginLabel {
font-weight:bold;
color: #FFFFFF;
text-align:left;
display:block;
padding-top:4px;
float:left;
}
.loginRow {
display:block;
padding-top:20px;
}
#sessionID {
clear:both;
float:left;
width:280px;
text-align:left;
margin-top:8px;
}
#checkboxLabel {
display: block;
padding-left: 20px;
text-indent: -20px;
}
#sspiCheckbox {
width: 13px;
height: 13px;
padding: 0;
margin:0;
margin-right:10px;
vertical-align: bottom;
position: relative;
top: -1px;
left: 5px;
*overflow: hidden;
}
#loginButtonRow {
clear: both;
float:right;
width: 200px;
margin-top:0px;
}
.button {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 0px 30px;
height:24px;
font-size:12px;
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.blue {
color: #fff;
border: solid 2px #1d4772;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb9), to(#014781));
background: -moz-linear-gradient(top,#0c6fb9,#014781);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c6fb9', endColorstr='#014781');
}
.blue:hover {
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0d84dc), to(#004d88));
background: -moz-linear-gradient(top,#0d84dc,#004d88);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d84dc', endColorstr='#004d88');
}
.blue:active {
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#035a9d), to(#086fba));
background: -moz-linear-gradient(top,#035a9d,#086fba);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a9d', endColorstr='#086fba');
}
#username:disabled,
#password:disabled,
#submit:disabled,
#sspiCheckbox:disabled {
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
}
#productName {
position: absolute;
top: 280px;
left: 150px;
color:#FFF;
font-size:23px;
}
#response {
background:url(../../resources/img/error.png) left center no-repeat;
margin-top: 20px;
font-size: 12.5px;
padding-left: 20px;
color: #87CEFF;
margin-top: 7px;
margin-left: -40px;
width: 260px;
word-wrap: break-word;
}
#progressBar {
display: none;
margin-left: -50px;
}
.footer {
background-color: black;
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
font-weight: bold;
padding: 10px;
color: #7B7E81;
padding-left: 44px
}
.footer a {
color : #7B7E81;
text-decoration: none;
}
.footer a:hover{
text-decoration: underline;
}
.info-icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: middle;
background-repeat: no-repeat;
margin: 0px 4px 0;
position: relative;
background-image: url(../../resources/img/infoOver.png);
cursor: pointer;
} | themes/starcitizen1/6.0/resources/css/login.css | @charset "utf-8";
/* CSS Document Login.css */
.base-app-style {
min-width: 1024px;
min-height: 612px;
position: relative;
height: 100%;
width: 100%;
}
body {
background: #3075ab; /* Old browsers */
background: -moz-linear-gradient(top, #3a8dc8 0%, #183a62 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3a8dc8), color-stop(100%, #183a62)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #3a8dc8 0%,#183a62 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #3a8dc8 0%,#183a62 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #3a8dc8 0%,#183a62 100%); /* IE10+ */
background: linear-gradient(to bottom, #3a8dc8 0%,#183a62 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a8dc8', endColorstr='#183a62',GradientType=0 ); /* IE6-9 */
margin: 0;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color: #87ceff;
background: url(../img/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.browser-validation-banner {
padding: 6px 12px 6px 10px;
margin: 0px;
position: absolute;
line-height: 20px;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
background-color: #ffffcc;
border: 1px solid #efe69b;
border-top-style: none;
border-radius: 0 0 5px 5px;
color: #333333;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.validation-message-text {
margin-left: 25px;
display: block;
font-weight: bold;
font-size: 11px;
}
#topSplash {
position: absolute;
top:0;
left:0;
z-index:1;
}
#brand {
position: absolute;
top: 55px;
left: 44px;
z-index:2;
}
#loginForm {
position: absolute;
top: 300px;
width: 275px;
padding-left: 60px;
z-index: 3;
background-position:right;
background-repeat:repeat-y;
background: rgba(0,0,0,0.75);
left: 50px;
padding-right: 40px;
padding-bottom: 15px;
padding-top: 55px;
margin-top: -50px;
z-index: 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.margeTextInput {
float:right;
width: 150px;
}
.loginLabel {
font-weight:bold;
color: #FFFFFF;
text-align:left;
display:block;
padding-top:4px;
float:left;
}
.loginRow {
display:block;
padding-top:20px;
}
#sessionID {
clear:both;
float:left;
width:280px;
text-align:left;
margin-top:8px;
}
#checkboxLabel {
display: block;
padding-left: 20px;
text-indent: -20px;
}
#sspiCheckbox {
width: 13px;
height: 13px;
padding: 0;
margin:0;
margin-right:10px;
vertical-align: bottom;
position: relative;
top: -1px;
left: 5px;
*overflow: hidden;
}
#loginButtonRow {
clear: both;
float:right;
width: 200px;
margin-top:0px;
}
.button {
display: inline-block;
zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
*display: inline;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-align: center;
text-decoration: none;
padding: 0px 30px;
height:24px;
font-size:12px;
}
.button:hover {
text-decoration: none;
}
.button:active {
position: relative;
top: 1px;
}
.blue {
color: #fff;
border: solid 2px #1d4772;
background: #0095cd;
background: -webkit-gradient(linear, left top, left bottom, from(#0c6fb9), to(#014781));
background: -moz-linear-gradient(top,#0c6fb9,#014781);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0c6fb9', endColorstr='#014781');
}
.blue:hover {
background: #007ead;
background: -webkit-gradient(linear, left top, left bottom, from(#0d84dc), to(#004d88));
background: -moz-linear-gradient(top,#0d84dc,#004d88);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d84dc', endColorstr='#004d88');
}
.blue:active {
color: #fff;
background: -webkit-gradient(linear, left top, left bottom, from(#035a9d), to(#086fba));
background: -moz-linear-gradient(top,#035a9d,#086fba);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#035a9d', endColorstr='#086fba');
}
#username:disabled,
#password:disabled,
#submit:disabled,
#sspiCheckbox:disabled {
opacity:0.3;
filter:alpha(opacity=30); /* For IE8 and earlier */
}
#productName {
position: absolute;
top: 280px;
left: 150px;
color:#FFF;
font-size:23px;
}
#response {
background:url(../../resources/img/error.png) left center no-repeat;
margin-top: 20px;
font-size: 12.5px;
padding-left: 20px;
color: #87CEFF;
margin-top: 7px;
margin-left: -40px;
width: 260px;
word-wrap: break-word;
}
#progressBar {
display: none;
margin-left: -50px;
}
.footer {
background-color: black;
position: absolute;
left: 0px;
right: 0px;
bottom: 0px;
font-weight: bold;
padding: 10px;
color: #7B7E81;
padding-left: 44px
}
.footer a {
color : #7B7E81;
text-decoration: none;
}
.footer a:hover{
text-decoration: underline;
}
.info-icon {
display: inline-block;
width: 16px;
height: 16px;
line-height: 16px;
vertical-align: middle;
background-repeat: no-repeat;
margin: 0px 4px 0;
position: relative;
background-image: url(../../resources/img/infoOver.png);
cursor: pointer;
} | 0.278944 | 0.059976 |
@font-face {
src: local("manropelight"),
local(""),
}
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
:root {
--gold: #ede051;
--lightgold: #ede051a4;
--nav: #e9de65fb;
--pink: #e06969;
--lightpink: #e06969a1;
--dark:
}
body {
font-family: Arial;
}
.form-container {
background: #f1ecdf;
border: #e2ddd2 1px solid;
padding: 20px;
border-radius: 2px;
}
.input-row {
margin-bottom: 20px;
}
.input-row label {
color: #75726c;
}
.input-field {
width: 100%;
border-radius: 2px;
padding: 10px;
border: #e0dfdf 1px solid;
box-sizing: border-box;
margin-top: 2px;
}
.span-field {
font: Arial;
font-size: small;
text-decoration: none;
}
.btn-submit {
padding: 10px 60px;
background: #9e9a91;
border: #8c8880 1px solid;
color: #ffffff;
font-size: 0.9em;
border-radius: 2px;
cursor: pointer;
}
.errorMessage {
background-color: #e66262;
border: #AA4502 1px solid;
padding: 5px 10px;
color: #FFFFFF;
border-radius: 3px;
}
.successMessage {
background-color: #9fd2a1;
border: #91bf93 1px solid;
padding: 5px 10px;
color: #3d503d;
border-radius: 3px;
cursor: pointer;
font-size: 0.9em;
}
.info {
font-size: .8em;
color: #e66262;
letter-spacing: 2px;
padding-left: 5px;
}
.active{
border-bottom: 2px solid var(--pink);
padding-bottom: 5px;
}
ul{
display: flex;
align-items: end;
flex-direction: row;
list-style: none;
width: 100vw;
}
nav{
position: ;
background-color: var(--nav);
width: 100vw;
}
li{
width: 100vw;
padding: .5em;
text-align: end;
}
nav a {
text-decoration: none;
color: var(--pink);
width: 100vw;
font-weight: bold;
letter-spacing: 1.5;
font-size: .85rem;
}
.hero {
background-image: url(../img/hero.jpg);
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.form-container{
Width: 50vw;
display: block;
Margin: 4em auto;
} | css/contact-styles.css | @font-face {
src: local("manropelight"),
local(""),
}
* {
margin: 0;
padding: 0;
font-family: sans-serif;
}
:root {
--gold: #ede051;
--lightgold: #ede051a4;
--nav: #e9de65fb;
--pink: #e06969;
--lightpink: #e06969a1;
--dark:
}
body {
font-family: Arial;
}
.form-container {
background: #f1ecdf;
border: #e2ddd2 1px solid;
padding: 20px;
border-radius: 2px;
}
.input-row {
margin-bottom: 20px;
}
.input-row label {
color: #75726c;
}
.input-field {
width: 100%;
border-radius: 2px;
padding: 10px;
border: #e0dfdf 1px solid;
box-sizing: border-box;
margin-top: 2px;
}
.span-field {
font: Arial;
font-size: small;
text-decoration: none;
}
.btn-submit {
padding: 10px 60px;
background: #9e9a91;
border: #8c8880 1px solid;
color: #ffffff;
font-size: 0.9em;
border-radius: 2px;
cursor: pointer;
}
.errorMessage {
background-color: #e66262;
border: #AA4502 1px solid;
padding: 5px 10px;
color: #FFFFFF;
border-radius: 3px;
}
.successMessage {
background-color: #9fd2a1;
border: #91bf93 1px solid;
padding: 5px 10px;
color: #3d503d;
border-radius: 3px;
cursor: pointer;
font-size: 0.9em;
}
.info {
font-size: .8em;
color: #e66262;
letter-spacing: 2px;
padding-left: 5px;
}
.active{
border-bottom: 2px solid var(--pink);
padding-bottom: 5px;
}
ul{
display: flex;
align-items: end;
flex-direction: row;
list-style: none;
width: 100vw;
}
nav{
position: ;
background-color: var(--nav);
width: 100vw;
}
li{
width: 100vw;
padding: .5em;
text-align: end;
}
nav a {
text-decoration: none;
color: var(--pink);
width: 100vw;
font-weight: bold;
letter-spacing: 1.5;
font-size: .85rem;
}
.hero {
background-image: url(../img/hero.jpg);
height: 100vh;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
}
.form-container{
Width: 50vw;
display: block;
Margin: 4em auto;
} | 0.246443 | 0.100879 |
----------------------*/
body {
font-family: 'Poppins', sans-serif;
position: relative;
}
a {
color: rgb(255, 164, 51);
}
a:hover,
a:focus {
color: rgb(255, 164, 51);
}
h1 {
font-size: 58px;
font-weight: 700;
letter-spacing: -1px;
margin-bottom: 0.5rem;
color: #fff;
}
h2 {
font-size: 46px;
font-weight: 700;
color: #000000;
letter-spacing: -1px;
margin-bottom: 1rem;
}
h3 {
color: #000000;
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
}
h4 {
font-size: 20px;
font-weight: 700;
color: #000000;
}
h5 {
font-size: 28px;
font-weight: 700;
color: #000000;
margin-bottom: 0.7rem;
}
p {
color: #959094;
}
p.lead {
color: rgb(255, 164, 51);
margin-bottom: 2rem;
}
.text-primary {
color: rgb(255, 164, 51) !important;
}
.light-font {
font-weight: 500;
}
.btn {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 0.375rem 1.35rem;
transition: all 0.3s ease;
}
.btn-outline-light:hover {
color: #d6619c;
}
.btn-primary {
background: #000000;
border-radius: 5px;
font-weight: 500;
padding: 0.6rem 2rem;
border: 0;
margin-right: 20px;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
background: #ffa433;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
color: #ffffff;
}
.btn-light {
background: #ffa433;
font-weight: 500;
padding: 0.6rem 2rem;
margin-right: 20px;
color: #ffffff;
border: none;
border-radius: 5px;
box-shadow: 0 4px #ee8809;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
background: #ffa433;
color: #ffffff;
box-shadow: 0 2px #ee8809;
transform: translateY(2px);
}
.btn-group-lg>.btn,
.btn-lg {
padding: 0.8rem 1rem;
font-size: 15px;
}
.section {
padding: 100px 0;
}
.section-title {
text-align: center;
margin-bottom: 3rem;
}
.section-title small {
color: #fff;
}
.light-bg {
background-color: #ffffff;
}
.dark-bg {
background-color: #000000;
}
header {
padding: 70px 0 0;
}
.navbar {
padding: .5rem 0rem;
}
.navbar-dark .navbar-brand {
font-weight: 500;
font-size: 22px;
}
.navbar-brand {
font-size: 1.50rem;
}
.navbar-brand img {
padding-right: 5px;
}
.nav-menu {
padding: 1rem 0;
transition: all 0.3s ease;
text-transform: uppercase;
}
.navbar-toggler {
padding: .1rem .4rem;
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer;
background: #ffa433;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
color: rgb(255, 164, 51) !important;
font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255,255,255,.9);
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,1);
font-weight: 500;
}
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
background-color: #ffffff;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.nav-menu.menu-is-open .navbar-brand {
color: #000;
}
.nav-menu.menu-is-open .navbar-dark .navbar-nav .nav-link {
color: #000;
font-weight: 500;
}
.nav-menu.is-scrolling {
padding: 5px;
}
.nav-menu.is-scrolling .navbar-dark .navbar-brand {
color: #000;
font-size: 24px;
}
.nav-menu.is-scrolling .navbar-dark .navbar-nav .nav-link {
color: rgba(0,0,0,1);
font-weight: 500;
}
.navbar-nav .nav-link {
position: relative;
}
#home {
background: #202b3d url('../img/banner/1.jpg') center;
background-size: cover;
min-height: 700px;
}
#home h1 {
font-weight: 500;
text-shadow: 2px 2px rgba(29, 27, 27, 0.8);
}
#download {
background: #fcfeff url('../img/banner.jpg') top center no-repeat;
background-size: cover;
min-height: 400px;
padding: 140px 0 140px;
}
#download h3 {
color: #fff;
padding: 30px 0px 0px;
margin-bottom: 20px;
}
#download a {
margin: 0rem 0.75rem;
}
#download p {
margin-bottom: 30px;
}
#highlights {
background-image: url('../img/banner/3.jpg');
background-size: cover;
min-height: 400px;
padding: 140px 0 140px;
}
#highlights h3 {
color: #fff;
}
.slider-content {
margin-top: 200px
}
.tagline {
font-size: 18px;
font-weight: 300;
color: #fff;
max-width: 800px;
margin-bottom: 30px;
}
.card-text {
font-size: 14px;
}
.card.features {
transition: all 0.3s ease;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 5px;
border: 1px solid #f9f9f9;
-moz-box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.05);
box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.05);
}
.card.features span {
display: block;
font-size: 34px;
color: #ffa433;
font-weight: 500;
line-height: 100%;
padding-top: 10px;
}
.card.features:hover {
transform: translateY(-3px);
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.card.highlights {
background: rgba(255,255,255, 0);
transition: all 0.3s ease;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 5px;
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
}
.card.highlights span {
display: block;
font-size: 44px;
color: #ffffff;
font-weight: 500;
line-height: 100%;
padding-top: 10px;
}
.card.highlights .card-title {
color: #ffffff;
}
.card.highlights .card-text {
color: #ffffff;
font-weight: 300;
padding-bottom: 15px;
}
.card.highlights:hover {
transform: translateY(-3px);
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.card.amenities {
transition: all 0.3s ease;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 5px;
border: none;
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
}
.card.amenities span {
display: block;
font-size: 20px;
color: #ffa433;
font-weight: 500;
line-height: 100%;
padding-top: 10px;
}
.card.amenities:hover {
transform: translateY(-3px);
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.card.amenities .card-title {
margin-bottom: 0px;
font-weight: 500;
}
.box-icon {
box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
padding: 10px;
width: 70px;
border-radius: 5px;
margin-bottom: 1.5rem;
background-color: #FFF;
}
.circle-icon {
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
padding: 10px;
width: 100px;
height: 100px;
border-radius: 50%;
margin-bottom: 1.5rem;
background-color: #FFF;
color: #f5378e;
font-size: 48px;
text-align: center;
line-height: 80px;
font-weight: 300;
transition: all 0.3s ease;
}
#the-project {
padding: 140px 0 140px;
}
#the-project img {
border-radius: 5px;
}
.project-overview {
padding-right: 50px;
}
.read-more {
margin: 20px 0px;
}
#plans {
background-image: url('../img/banner/3.jpg');
background-size: cover;
min-height: 400px;
padding: 140px 0 140px;
}
#plans h3 {
color: #fff;
}
#gallery {
padding: 140px 0 140px;
}
.project-gallery {
padding: 30px 0px;
}
.gallery-wrapper {
overflow: hidden;
}
.grid-item {
padding-bottom: 3rem;
}
.portfolio-item {
display: inline-block;
position: relative;
width: 100%;
overflow: hidden;
}
.portfolio-item:hover {
cursor: pointer;
}
.portfolio-description {
background-color: rgba(0, 0, 0, .8);
backface-visibility: hidden;
position: absolute;
color: #fff;
top: 0;
left: 0;
width: 101%;
height: 101%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 1;
transform: scale(1.2);
transition: .6s ease;
opacity: 0;
}
.portfolio-item h4 {
color: #ffffff;
}
.grid-item img {
border-radius: 5px;
transform: scale(1) rotate(0deg);
backface-visibility: hidden;
transition: .6s ease;
}
.grid-item:hover img {
transform: scale(1.2) rotate(0deg);
}
.grid-item:hover .portfolio-description {
transform: scale(1);
opacity: 1;
}
#amenities {
padding: 140px 0px 140px;
}
.form-item {
margin-bottom: 10px;
}
.form-submit {
margin-top: 20px;
}
.feature-body .icon {
padding-top: 15px;
padding-bottom: 15px;
}
.feature-body .card-text {
color: #000;
font-weight: 500;
}
#contact {
background-image: url('../img/banner/3.jpg');
background-size: cover;
min-height: 400px;
padding: 140px 0 140px;
}
#contact h3 {
color: #fff;
}
.contact-form {
padding: 60px;
border-radius: 5px;
background: #ffffff;
border: 1px solid #f9f9f9;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}
footer {
padding: 60px 0px 0px;
color: #000;
background: #000;
}
footer h3 {
font-size: 16px;
margin-bottom: 10px;
color: #fff;
}
footer .footer-item {
margin-bottom: 20px;
}
footer .nav.nav-social {
display: inline-block;
margin-bottom: 30px;
}
footer .nav-social i {
width: 36px;
height: 36px;
line-height: 36px;
display: inline-block;
font-size: 1.2rem;
border-radius: 50%;
-webkit-transition: background 0.3s, color 0.3s;
transition: background 0.3s, color 0.3s;
}
footer .nav-social i:hover {
background: #ffa433;
color: #ffffff;
}
footer .nav-social .list-inline-item:not(:last-child) {
margin-right: .1rem;
}
footer .copyrights {
border-top: 1px solid #151515;
margin-top: 20px;
padding: 40px 15px;
}
.fab {
font-family: "Font Awesome 5 Brands";
}
.fa-twitter {
background: #52a7e7;
color: #fff;
}
.fa-facebook-f {
background: #38529a;
color: #fff;
}
.fa-instagram {
background: #0f75bd;
color: #fff;
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-instagram:before {
content: "\f16d";
}
.ply-btn {
top: 50%;
left: 40%;
}
.video-button {
cursor: pointer;
}
.screens a {
margin-top: 15px;
}
.screenshots-slide .slick-list {
padding-bottom: 90px !important;
padding-top: 80px !important;
}
.app-screen.slick-slide {
z-index: 1;
}
.app-screen.slick-active {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
z-index: 2;
transition: all 0.3s ease-in 0s;
}
.app-screen.slick-center {
position: relative;
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
z-index: 3;
transition: all 0.3s ease-in 0s;
}
.app-screen img {
width: 100%;
}
.slick-dots {
text-align: center;
margin-top: 10px;
}
.slick-dots li.slick-active button {
background-color: #d03aa8;
border: 2px solid #d03aa8;
}
.slick-dots li {
display: inline-block;
}
.slick-dots li button {
background: transparent;
border: 2px solid #ffebe3;
border-radius: 100%;
font-size: 0;
margin: 0 3px;
padding: 0;
cursor: pointer;
width: 15px;
height: 15px;
background:#ffebe3;
display: inline-block;
}
.app-screen.slick-center {
background-image: url(../img/mobile.png);
background-size: 100% 100%;
}
.app-screen.slick-center img {
padding: 35px 20px 55px;
}
@media only screen and (max-width: 576px){
.screenshots-slide {
max-width: 280px;
margin: 0 auto;
}
.app-screen.slick-center {
background-image: none;
}
.app-screen.slick-active ,
.app-screen.slick-center {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.screenshots-slide .slick-list {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.app-screen.slick-center img {
padding: 0;
}
.slick-dots {
margin-top: 25px;
}
#download a {
margin: 0.75rem 0.75rem;
display: block;
}
.section {
padding: 90px 0 90px !important;
}
.project-overview {
padding-right: 15px;
padding-bottom: 50px;
}
.read-more {
text-align: center;
}
.card.highlights .card-body {
padding: 0px;
text-align: center;
}
.card.amenities .card-body {
text-align: center;
}
.card.amenities .card-body img {
padding-bottom: 20px;
}
#contact {
padding: 90px 20px 90px !important;
}
.contact-form {
padding: 30px;
}
.widget {
padding-bottom: 30px;
}
.slider-content {
margin-top: 100px;
}
}
@media (max-width:767px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 30px;
}
.section {
padding: 90px 0 90px !important;
}
.project-overview {
padding-right: 15px;
padding-bottom: 50px;
}
.read-more {
text-align: center;
}
.card.highlights .card-body {
padding: 0px;
text-align: center;
}
.card.amenities .card-body {
text-align: center;
}
.card.amenities .card-body img {
padding-bottom: 20px;
}
#contact {
padding: 90px 20px 90px !important;
}
.contact-form {
padding: 30px;
}
.widget {
padding-bottom: 30px;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
padding-right: 0px;
}
.navbar-nav>.nav-item>.nav-link.active:after {
content: "";
left: 1rem;
right: 1rem;
bottom: 5px;
height: 1px;
position: absolute;
}
}
@media (max-width:991px) {
.navbar-nav.is-scrolling {
padding-bottom: 1rem;
}
.navbar-nav .nav-item {
text-align: left;
}
.section {
padding: 90px 0 90px !important;
}
.project-overview {
padding-right: 15px;
padding-bottom: 50px;
}
.read-more {
text-align: center;
}
.card.highlights .card-body {
padding: 0px;
text-align: center;
}
.card.amenities .card-body {
text-align: center;
}
.card.amenities .card-body img {
padding-bottom: 20px;
padding-top: 10px;
}
#contact {
padding: 90px 20px 90px !important;
}
.contact-form {
padding: 30px;
}
.widget {
padding-bottom: 30px;
}
}
@media (max-width:767px) {
.tagline {
font-size: 17px;
}
.img-holder {
padding-bottom: 100%;
}
}
@media (max-width:991px) {
.card.features {
margin-bottom: 2rem;
}
[class^="col-"]:last-child .card.features {
margin-bottom: 20px;
}
}
.social-icons {
text-align: right;
}
.social-icons a {
background-color: #FFF;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
width: 50px;
height: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
margin: 0 0.3rem;
border-radius: 5px;
color: #f4c9e2;
transition: all 0.3s ease;
}
.social-icons a:hover {
text-decoration: none;
color: rgb(255, 164, 51);
}
@media (max-width:991px) {
.social-icons {
text-align: center;
margin-top: 2rem;
}
} | web/themes/contrib/yg_property_one/styles/main.css | ----------------------*/
body {
font-family: 'Poppins', sans-serif;
position: relative;
}
a {
color: rgb(255, 164, 51);
}
a:hover,
a:focus {
color: rgb(255, 164, 51);
}
h1 {
font-size: 58px;
font-weight: 700;
letter-spacing: -1px;
margin-bottom: 0.5rem;
color: #fff;
}
h2 {
font-size: 46px;
font-weight: 700;
color: #000000;
letter-spacing: -1px;
margin-bottom: 1rem;
}
h3 {
color: #000000;
font-size: 32px;
font-weight: 700;
margin-bottom: 20px;
}
h4 {
font-size: 20px;
font-weight: 700;
color: #000000;
}
h5 {
font-size: 28px;
font-weight: 700;
color: #000000;
margin-bottom: 0.7rem;
}
p {
color: #959094;
}
p.lead {
color: rgb(255, 164, 51);
margin-bottom: 2rem;
}
.text-primary {
color: rgb(255, 164, 51) !important;
}
.light-font {
font-weight: 500;
}
.btn {
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
padding: 0.375rem 1.35rem;
transition: all 0.3s ease;
}
.btn-outline-light:hover {
color: #d6619c;
}
.btn-primary {
background: #000000;
border-radius: 5px;
font-weight: 500;
padding: 0.6rem 2rem;
border: 0;
margin-right: 20px;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
background: #ffa433;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.3);
color: #ffffff;
}
.btn-light {
background: #ffa433;
font-weight: 500;
padding: 0.6rem 2rem;
margin-right: 20px;
color: #ffffff;
border: none;
border-radius: 5px;
box-shadow: 0 4px #ee8809;
}
.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light:not([disabled]):not(.disabled).active,
.btn-light:not([disabled]):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
background: #ffa433;
color: #ffffff;
box-shadow: 0 2px #ee8809;
transform: translateY(2px);
}
.btn-group-lg>.btn,
.btn-lg {
padding: 0.8rem 1rem;
font-size: 15px;
}
.section {
padding: 100px 0;
}
.section-title {
text-align: center;
margin-bottom: 3rem;
}
.section-title small {
color: #fff;
}
.light-bg {
background-color: #ffffff;
}
.dark-bg {
background-color: #000000;
}
header {
padding: 70px 0 0;
}
.navbar {
padding: .5rem 0rem;
}
.navbar-dark .navbar-brand {
font-weight: 500;
font-size: 22px;
}
.navbar-brand {
font-size: 1.50rem;
}
.navbar-brand img {
padding-right: 5px;
}
.nav-menu {
padding: 1rem 0;
transition: all 0.3s ease;
text-transform: uppercase;
}
.navbar-toggler {
padding: .1rem .4rem;
}
.navbar-toggler:not(:disabled):not(.disabled) {
cursor: pointer;
background: #ffa433;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
color: rgb(255, 164, 51) !important;
font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
color: rgba(255,255,255,.9);
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255,255,255,1);
font-weight: 500;
}
.nav-menu.is-scrolling,
.nav-menu.menu-is-open {
background-color: #ffffff;
box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.nav-menu.menu-is-open .navbar-brand {
color: #000;
}
.nav-menu.menu-is-open .navbar-dark .navbar-nav .nav-link {
color: #000;
font-weight: 500;
}
.nav-menu.is-scrolling {
padding: 5px;
}
.nav-menu.is-scrolling .navbar-dark .navbar-brand {
color: #000;
font-size: 24px;
}
.nav-menu.is-scrolling .navbar-dark .navbar-nav .nav-link {
color: rgba(0,0,0,1);
font-weight: 500;
}
.navbar-nav .nav-link {
position: relative;
}
#home {
background: #202b3d url('../img/banner/1.jpg') center;
background-size: cover;
min-height: 700px;
}
#home h1 {
font-weight: 500;
text-shadow: 2px 2px rgba(29, 27, 27, 0.8);
}
#download {
background: #fcfeff url('../img/banner.jpg') top center no-repeat;
background-size: cover;
min-height: 400px;
padding: 140px 0 140px;
}
#download h3 {
color: #fff;
padding: 30px 0px 0px;
margin-bottom: 20px;
}
#download a {
margin: 0rem 0.75rem;
}
#download p {
margin-bottom: 30px;
}
#highlights {
background-image: url('../img/banner/3.jpg');
background-size: cover;
min-height: 400px;
padding: 140px 0 140px;
}
#highlights h3 {
color: #fff;
}
.slider-content {
margin-top: 200px
}
.tagline {
font-size: 18px;
font-weight: 300;
color: #fff;
max-width: 800px;
margin-bottom: 30px;
}
.card-text {
font-size: 14px;
}
.card.features {
transition: all 0.3s ease;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 5px;
border: 1px solid #f9f9f9;
-moz-box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.05);
box-shadow: 0px 9px 32px rgba(0, 0, 0, 0.05);
}
.card.features span {
display: block;
font-size: 34px;
color: #ffa433;
font-weight: 500;
line-height: 100%;
padding-top: 10px;
}
.card.features:hover {
transform: translateY(-3px);
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.card.highlights {
background: rgba(255,255,255, 0);
transition: all 0.3s ease;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 5px;
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
}
.card.highlights span {
display: block;
font-size: 44px;
color: #ffffff;
font-weight: 500;
line-height: 100%;
padding-top: 10px;
}
.card.highlights .card-title {
color: #ffffff;
}
.card.highlights .card-text {
color: #ffffff;
font-weight: 300;
padding-bottom: 15px;
}
.card.highlights:hover {
transform: translateY(-3px);
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.card.amenities {
transition: all 0.3s ease;
margin-top: 1rem;
margin-bottom: 1rem;
border-radius: 5px;
border: none;
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.05);
}
.card.amenities span {
display: block;
font-size: 20px;
color: #ffa433;
font-weight: 500;
line-height: 100%;
padding-top: 10px;
}
.card.amenities:hover {
transform: translateY(-3px);
-moz-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
-webkit-box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
}
.card.amenities .card-title {
margin-bottom: 0px;
font-weight: 500;
}
.box-icon {
box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.14);
padding: 10px;
width: 70px;
border-radius: 5px;
margin-bottom: 1.5rem;
background-color: #FFF;
}
.circle-icon {
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.07);
padding: 10px;
width: 100px;
height: 100px;
border-radius: 50%;
margin-bottom: 1.5rem;
background-color: #FFF;
color: #f5378e;
font-size: 48px;
text-align: center;
line-height: 80px;
font-weight: 300;
transition: all 0.3s ease;
}
#the-project {
padding: 140px 0 140px;
}
#the-project img {
border-radius: 5px;
}
.project-overview {
padding-right: 50px;
}
.read-more {
margin: 20px 0px;
}
#plans {
background-image: url('../img/banner/3.jpg');
background-size: cover;
min-height: 400px;
padding: 140px 0 140px;
}
#plans h3 {
color: #fff;
}
#gallery {
padding: 140px 0 140px;
}
.project-gallery {
padding: 30px 0px;
}
.gallery-wrapper {
overflow: hidden;
}
.grid-item {
padding-bottom: 3rem;
}
.portfolio-item {
display: inline-block;
position: relative;
width: 100%;
overflow: hidden;
}
.portfolio-item:hover {
cursor: pointer;
}
.portfolio-description {
background-color: rgba(0, 0, 0, .8);
backface-visibility: hidden;
position: absolute;
color: #fff;
top: 0;
left: 0;
width: 101%;
height: 101%;
text-align: center;
display: flex;
flex-direction: column;
justify-content: center;
z-index: 1;
transform: scale(1.2);
transition: .6s ease;
opacity: 0;
}
.portfolio-item h4 {
color: #ffffff;
}
.grid-item img {
border-radius: 5px;
transform: scale(1) rotate(0deg);
backface-visibility: hidden;
transition: .6s ease;
}
.grid-item:hover img {
transform: scale(1.2) rotate(0deg);
}
.grid-item:hover .portfolio-description {
transform: scale(1);
opacity: 1;
}
#amenities {
padding: 140px 0px 140px;
}
.form-item {
margin-bottom: 10px;
}
.form-submit {
margin-top: 20px;
}
.feature-body .icon {
padding-top: 15px;
padding-bottom: 15px;
}
.feature-body .card-text {
color: #000;
font-weight: 500;
}
#contact {
background-image: url('../img/banner/3.jpg');
background-size: cover;
min-height: 400px;
padding: 140px 0 140px;
}
#contact h3 {
color: #fff;
}
.contact-form {
padding: 60px;
border-radius: 5px;
background: #ffffff;
border: 1px solid #f9f9f9;
box-shadow: 0px 9px 32px 0px rgba(0, 0, 0, 0.2);
}
footer {
padding: 60px 0px 0px;
color: #000;
background: #000;
}
footer h3 {
font-size: 16px;
margin-bottom: 10px;
color: #fff;
}
footer .footer-item {
margin-bottom: 20px;
}
footer .nav.nav-social {
display: inline-block;
margin-bottom: 30px;
}
footer .nav-social i {
width: 36px;
height: 36px;
line-height: 36px;
display: inline-block;
font-size: 1.2rem;
border-radius: 50%;
-webkit-transition: background 0.3s, color 0.3s;
transition: background 0.3s, color 0.3s;
}
footer .nav-social i:hover {
background: #ffa433;
color: #ffffff;
}
footer .nav-social .list-inline-item:not(:last-child) {
margin-right: .1rem;
}
footer .copyrights {
border-top: 1px solid #151515;
margin-top: 20px;
padding: 40px 15px;
}
.fab {
font-family: "Font Awesome 5 Brands";
}
.fa-twitter {
background: #52a7e7;
color: #fff;
}
.fa-facebook-f {
background: #38529a;
color: #fff;
}
.fa-instagram {
background: #0f75bd;
color: #fff;
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before {
content: "\f39e";
}
.fa-instagram:before {
content: "\f16d";
}
.ply-btn {
top: 50%;
left: 40%;
}
.video-button {
cursor: pointer;
}
.screens a {
margin-top: 15px;
}
.screenshots-slide .slick-list {
padding-bottom: 90px !important;
padding-top: 80px !important;
}
.app-screen.slick-slide {
z-index: 1;
}
.app-screen.slick-active {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
z-index: 2;
transition: all 0.3s ease-in 0s;
}
.app-screen.slick-center {
position: relative;
-webkit-transform: scale(1.25);
-ms-transform: scale(1.25);
transform: scale(1.25);
z-index: 3;
transition: all 0.3s ease-in 0s;
}
.app-screen img {
width: 100%;
}
.slick-dots {
text-align: center;
margin-top: 10px;
}
.slick-dots li.slick-active button {
background-color: #d03aa8;
border: 2px solid #d03aa8;
}
.slick-dots li {
display: inline-block;
}
.slick-dots li button {
background: transparent;
border: 2px solid #ffebe3;
border-radius: 100%;
font-size: 0;
margin: 0 3px;
padding: 0;
cursor: pointer;
width: 15px;
height: 15px;
background:#ffebe3;
display: inline-block;
}
.app-screen.slick-center {
background-image: url(../img/mobile.png);
background-size: 100% 100%;
}
.app-screen.slick-center img {
padding: 35px 20px 55px;
}
@media only screen and (max-width: 576px){
.screenshots-slide {
max-width: 280px;
margin: 0 auto;
}
.app-screen.slick-center {
background-image: none;
}
.app-screen.slick-active ,
.app-screen.slick-center {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
.screenshots-slide .slick-list {
padding-bottom: 0 !important;
padding-top: 0 !important;
}
.app-screen.slick-center img {
padding: 0;
}
.slick-dots {
margin-top: 25px;
}
#download a {
margin: 0.75rem 0.75rem;
display: block;
}
.section {
padding: 90px 0 90px !important;
}
.project-overview {
padding-right: 15px;
padding-bottom: 50px;
}
.read-more {
text-align: center;
}
.card.highlights .card-body {
padding: 0px;
text-align: center;
}
.card.amenities .card-body {
text-align: center;
}
.card.amenities .card-body img {
padding-bottom: 20px;
}
#contact {
padding: 90px 20px 90px !important;
}
.contact-form {
padding: 30px;
}
.widget {
padding-bottom: 30px;
}
.slider-content {
margin-top: 100px;
}
}
@media (max-width:767px) {
h1 {
font-size: 40px;
}
h2 {
font-size: 30px;
}
.section {
padding: 90px 0 90px !important;
}
.project-overview {
padding-right: 15px;
padding-bottom: 50px;
}
.read-more {
text-align: center;
}
.card.highlights .card-body {
padding: 0px;
text-align: center;
}
.card.amenities .card-body {
text-align: center;
}
.card.amenities .card-body img {
padding-bottom: 20px;
}
#contact {
padding: 90px 20px 90px !important;
}
.contact-form {
padding: 30px;
}
.widget {
padding-bottom: 30px;
}
}
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .nav-link {
padding-right: 1rem;
padding-left: 1rem;
font-size: 14px;
}
.navbar-expand-lg .navbar-nav .nav-item:last-child .nav-link {
padding-right: 0px;
}
.navbar-nav>.nav-item>.nav-link.active:after {
content: "";
left: 1rem;
right: 1rem;
bottom: 5px;
height: 1px;
position: absolute;
}
}
@media (max-width:991px) {
.navbar-nav.is-scrolling {
padding-bottom: 1rem;
}
.navbar-nav .nav-item {
text-align: left;
}
.section {
padding: 90px 0 90px !important;
}
.project-overview {
padding-right: 15px;
padding-bottom: 50px;
}
.read-more {
text-align: center;
}
.card.highlights .card-body {
padding: 0px;
text-align: center;
}
.card.amenities .card-body {
text-align: center;
}
.card.amenities .card-body img {
padding-bottom: 20px;
padding-top: 10px;
}
#contact {
padding: 90px 20px 90px !important;
}
.contact-form {
padding: 30px;
}
.widget {
padding-bottom: 30px;
}
}
@media (max-width:767px) {
.tagline {
font-size: 17px;
}
.img-holder {
padding-bottom: 100%;
}
}
@media (max-width:991px) {
.card.features {
margin-bottom: 2rem;
}
[class^="col-"]:last-child .card.features {
margin-bottom: 20px;
}
}
.social-icons {
text-align: right;
}
.social-icons a {
background-color: #FFF;
box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.05);
width: 50px;
height: 50px;
display: inline-block;
text-align: center;
line-height: 50px;
margin: 0 0.3rem;
border-radius: 5px;
color: #f4c9e2;
transition: all 0.3s ease;
}
.social-icons a:hover {
text-decoration: none;
color: rgb(255, 164, 51);
}
@media (max-width:991px) {
.social-icons {
text-align: center;
margin-top: 2rem;
}
} | 0.291182 | 0.099602 |
/** Styles for all themes */
.tchmi-keyboard-template {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.tchmi-keyboard-template-padding-container {
width: 100%;
height: 100%;
position: relative;
}
.tchmi-keyboard-template-key {
position: absolute;
}
.tchmi-keyboard-template-key .tchmi-keyboard-template-key.additional-key {
display: none;
}
.tchmi-keyboard-template-key.show-additional-keys .tchmi-keyboard-template-key.additional-key {
display: block;
}
.tchmi-keyboard-template-key .tchmi-keyboard-template-backdrop {
pointer-events: none;
visibility: hidden;
position: absolute;
}
.tchmi-keyboard-template-key.show-additional-keys .tchmi-keyboard-template-backdrop {
visibility: visible;
}
.tchmi-keyboard-template-key.show-additional-keys {
z-index: 1;
}
/* fix for IE to get active state on key root */
.tchmi-keyboard-template-label {
pointer-events: none;
}
.tchmi-keyboard-template-label {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
align-items: center;
justify-content: center;
display: none;
overflow: hidden;
}
.tchmi-keyboard-template-label.top {
align-items: flex-start;
}
.tchmi-keyboard-template-label.bottom {
align-items: flex-end;
}
.tchmi-keyboard-template-label.left {
justify-content: flex-start;
}
.tchmi-keyboard-template-label.right {
justify-content: flex-end;
}
.tchmi-keyboard-template-label.show-always {
display: flex;
}
.tchmi-keyboard.default-active .tchmi-keyboard-template-label.show-default {
display: flex;
}
.tchmi-keyboard.shift-active:not(.capslock-active) .tchmi-keyboard-template-label.show-shift {
display: flex;
}
.tchmi-keyboard.shift-active.capslock-active .tchmi-keyboard-template-key[data-no-caps-lock=true] .tchmi-keyboard-template-label.show-shift {
display: flex;
}
.tchmi-keyboard.shift-active.capslock-active:not(.control-active):not(.alt-active):not(.altgr-active) .tchmi-keyboard-template-key:not([data-no-caps-lock=true]) .tchmi-keyboard-template-label.show-default {
display: flex;
}
.tchmi-keyboard.control-active .tchmi-keyboard-template-label.show-control {
display: flex;
}
.tchmi-keyboard.alt-active .tchmi-keyboard-template-label.show-alt {
display: flex;
}
.tchmi-keyboard.altgr-active .tchmi-keyboard-template-label.show-altgr {
display: flex;
}
.tchmi-keyboard.meta-active .tchmi-keyboard-template-label.show-meta {
display: flex;
}
.tchmi-keyboard.capslock-active .tchmi-keyboard-template-label.show-capslock {
display: flex;
}
.tchmi-keyboard.capslock-active:not(.shift-active) .tchmi-keyboard-template-key:not([data-no-caps-lock=true]) .tchmi-keyboard-template-label.show-shift {
display: flex;
}
.tchmi-keyboard.numlock-active .tchmi-keyboard-template-label.show-numlock {
display: flex;
}
.tchmi-keyboard-template-key.locked .tchmi-keyboard-template-label.show-locked {
display: flex;
}
.tchmi-keyboard.default-active .tchmi-keyboard-template-label.hide-default {
display: none;
}
.tchmi-keyboard.shift-active:not(.capslock-active) .tchmi-keyboard-template-label.hide-shift {
display: none;
}
.tchmi-keyboard.shift-active.capslock-active .tchmi-keyboard-template-key[data-no-caps-lock=true] .tchmi-keyboard-template-label.hide-shift {
display: none;
}
.tchmi-keyboard.shift-active.capslock-active:not(.control-active):not(.alt-active):not(.altgr-active) .tchmi-keyboard-template-key:not([data-no-caps-lock=true]) .tchmi-keyboard-template-label.hide-default {
display: none;
}
.tchmi-keyboard.control-active .tchmi-keyboard-template-label.hide-control {
display: none;
}
.tchmi-keyboard.alt-active .tchmi-keyboard-template-label.hide-alt {
display: none;
}
.tchmi-keyboard.altgr-active .tchmi-keyboard-template-label.hide-altgr {
display: none;
}
.tchmi-keyboard.meta-active .tchmi-keyboard-template-label.hide-meta {
display: none;
}
.tchmi-keyboard.capslock-active .tchmi-keyboard-template-label.hide-capslock {
display: none;
}
.tchmi-keyboard.capslock-active:not(.shift-active) .tchmi-keyboard-template-key:not([data-no-caps-lock=true]) .tchmi-keyboard-template-label.hide-shift {
display: none;
}
.tchmi-keyboard.numlock-active .tchmi-keyboard-template-label.hide-numlock {
display: none;
}
.tchmi-keyboard-template-key.locked .tchmi-keyboard-template-label.hide-locked {
display: none;
} | userManagement/bin/Libraries/Controls/Beckhoff/TcHmiKeyboard/Style.css | /** Styles for all themes */
.tchmi-keyboard-template {
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.tchmi-keyboard-template-padding-container {
width: 100%;
height: 100%;
position: relative;
}
.tchmi-keyboard-template-key {
position: absolute;
}
.tchmi-keyboard-template-key .tchmi-keyboard-template-key.additional-key {
display: none;
}
.tchmi-keyboard-template-key.show-additional-keys .tchmi-keyboard-template-key.additional-key {
display: block;
}
.tchmi-keyboard-template-key .tchmi-keyboard-template-backdrop {
pointer-events: none;
visibility: hidden;
position: absolute;
}
.tchmi-keyboard-template-key.show-additional-keys .tchmi-keyboard-template-backdrop {
visibility: visible;
}
.tchmi-keyboard-template-key.show-additional-keys {
z-index: 1;
}
/* fix for IE to get active state on key root */
.tchmi-keyboard-template-label {
pointer-events: none;
}
.tchmi-keyboard-template-label {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
align-items: center;
justify-content: center;
display: none;
overflow: hidden;
}
.tchmi-keyboard-template-label.top {
align-items: flex-start;
}
.tchmi-keyboard-template-label.bottom {
align-items: flex-end;
}
.tchmi-keyboard-template-label.left {
justify-content: flex-start;
}
.tchmi-keyboard-template-label.right {
justify-content: flex-end;
}
.tchmi-keyboard-template-label.show-always {
display: flex;
}
.tchmi-keyboard.default-active .tchmi-keyboard-template-label.show-default {
display: flex;
}
.tchmi-keyboard.shift-active:not(.capslock-active) .tchmi-keyboard-template-label.show-shift {
display: flex;
}
.tchmi-keyboard.shift-active.capslock-active .tchmi-keyboard-template-key[data-no-caps-lock=true] .tchmi-keyboard-template-label.show-shift {
display: flex;
}
.tchmi-keyboard.shift-active.capslock-active:not(.control-active):not(.alt-active):not(.altgr-active) .tchmi-keyboard-template-key:not([data-no-caps-lock=true]) .tchmi-keyboard-template-label.show-default {
display: flex;
}
.tchmi-keyboard.control-active .tchmi-keyboard-template-label.show-control {
display: flex;
}
.tchmi-keyboard.alt-active .tchmi-keyboard-template-label.show-alt {
display: flex;
}
.tchmi-keyboard.altgr-active .tchmi-keyboard-template-label.show-altgr {
display: flex;
}
.tchmi-keyboard.meta-active .tchmi-keyboard-template-label.show-meta {
display: flex;
}
.tchmi-keyboard.capslock-active .tchmi-keyboard-template-label.show-capslock {
display: flex;
}
.tchmi-keyboard.capslock-active:not(.shift-active) .tchmi-keyboard-template-key:not([data-no-caps-lock=true]) .tchmi-keyboard-template-label.show-shift {
display: flex;
}
.tchmi-keyboard.numlock-active .tchmi-keyboard-template-label.show-numlock {
display: flex;
}
.tchmi-keyboard-template-key.locked .tchmi-keyboard-template-label.show-locked {
display: flex;
}
.tchmi-keyboard.default-active .tchmi-keyboard-template-label.hide-default {
display: none;
}
.tchmi-keyboard.shift-active:not(.capslock-active) .tchmi-keyboard-template-label.hide-shift {
display: none;
}
.tchmi-keyboard.shift-active.capslock-active .tchmi-keyboard-template-key[data-no-caps-lock=true] .tchmi-keyboard-template-label.hide-shift {
display: none;
}
.tchmi-keyboard.shift-active.capslock-active:not(.control-active):not(.alt-active):not(.altgr-active) .tchmi-keyboard-template-key:not([data-no-caps-lock=true]) .tchmi-keyboard-template-label.hide-default {
display: none;
}
.tchmi-keyboard.control-active .tchmi-keyboard-template-label.hide-control {
display: none;
}
.tchmi-keyboard.alt-active .tchmi-keyboard-template-label.hide-alt {
display: none;
}
.tchmi-keyboard.altgr-active .tchmi-keyboard-template-label.hide-altgr {
display: none;
}
.tchmi-keyboard.meta-active .tchmi-keyboard-template-label.hide-meta {
display: none;
}
.tchmi-keyboard.capslock-active .tchmi-keyboard-template-label.hide-capslock {
display: none;
}
.tchmi-keyboard.capslock-active:not(.shift-active) .tchmi-keyboard-template-key:not([data-no-caps-lock=true]) .tchmi-keyboard-template-label.hide-shift {
display: none;
}
.tchmi-keyboard.numlock-active .tchmi-keyboard-template-label.hide-numlock {
display: none;
}
.tchmi-keyboard-template-key.locked .tchmi-keyboard-template-label.hide-locked {
display: none;
} | 0.389779 | 0.057098 |
body{
font-size: 14px !important;
color: black !important;
font-family: Segoe UI ;
background-color: rgb(226, 225, 225);
}
.cursor{
cursor: pointer;
}
.flex{display: flex;}
#navcol-1 a input{
background-color: rgb(27,51,170);
color: #fff;
border: solid 1px transparent;
height: 35px;
margin-left: 10px;
}
.menu{
justify-content: space-between;
margin: 0px 10px;
}
.block-heading img{
height: 50px;
}
.block-heading a{
font-size: 15px;
font-weight: bold;
}
.block-heading a:hover{
font-size: 15px;
font-weight: bold;
color: #001373 !important;
}
.carousel-item img{
/* width: 100%; */
height: 500px;
}
.card-info-img{height: 210px;}
.card-info-img {
background-position: center;
background-size: cover;
padding: 5em 0;
}
.clean-block{
padding-bottom: 20px !important;
}
.card-info-body{
margin-top: 10px;
}
.container .heading h3{
padding: 5px;
}
.container a{color: black !important;
font-weight: 500;}
.unstyle-dot li {
font-size: 1em;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px dotted #ccc;
text-align: justify;
position: relative;
padding-left: 18px;
}
.department-institute h3 {
text-align: center;
text-transform: uppercase;
color: #000463;
font-size: 20px;
background-color: #e7e8f1;
margin-bottom: 2px;
font-weight: normal;
padding: 6px 10px;
}
.list-department {
height: 375px;
max-height: 415px;
padding: 8px;
border: 1px solid #b2b2b2;
overflow: auto;
}
.department-institute ul {
list-style: none;
margin: 0;
padding: 0;
}
.department-institute ul li a:hover{
color: #001373 !important;
font-weight: bold;
}
.department-institute ul li:not(:last-child) {
border-bottom: 1px dotted #b2b2b2;
}
.department-institute ul li {
position: relative;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 8px 0;
height: 33px;
}
.department-institute ul li .text {
-ms-flex: 0 0 calc(100% - 75px);
flex: 0 0 calc(100% - 75px);
max-width: calc(100% - 75px);
padding-left: 15px;
font-size: 15px;
font-weight: bold;
color: #070707;
}
.department-institute ul li .link-to-site-department {
padding-top: 7.5px;
}
.department-institute ul li .link-to-site-department {
position: absolute;
top: 0;
left: 0;
width: 100%;
bottom: 0;
}
/* a, a:visited {
color: rgb(2,139,255) !important;
text-decoration: underline;
outline: 0;
}
a{
text-decoration: none;
} */
a:hover{
text-decoration: none;
font-weight: bold;
color: #001373 !important;
}
.footer-copyright{
background-color: #004eaf !important;
border-color: #004eaf !important;
margin-top: 0 !important;
text-align: left !important;
font-size: 13px !important;
}
.footer-copyright h6{
color: #fff !important;
margin-top: .5rem !important;
}
.page-footer{
padding-top: 0 !important;
}
.page-footer span{
color: #fff;
font-size: 11.5px;
}
hr{
border-top-color:rgba(255, 255, 255, 0.2) !important;
}
.socialmedia a img{
width: 30px;
height: auto;
}
.socialmedia{
text-align: right;
margin-top: .5rem !important;
}
.about-us img{
height: 250px;
width: 150px;
}
.giangvien .col-md-4{
padding-left: 0 !important;
}
.list-department ul li{
position: relative;
padding-left: 15px;
display: block;
}
.list-department ul li a{
display: block;
line-height: 1.5;
font-size: 1em!important;
}
.list-department ul li ul{
position: relative;
display: none;
}
.list-department ul li:HOVER ul{
position: relative;
display: block;
}
.list-department ul li:HOVER ul li{
border-bottom: white;
}
/* style="background-image: url(assets/img/scenery/slide1.jpg);"
style="background-image: url(assets/img/scenery/slide2.jpg);"
style="background-image: url(assets/img/scenery/slide3.jpg);" */
.tlu-menu{padding:0 11.13%}
.tlu-menu .column-2 ul li a{display:block;text-decoration:none;padding:5px 7px;border-bottom:1px solid #ccc;line-height:2;font-size:1em!important}
.tlu-menu .column-2 ul li a:hover{background-color:#ececec}
.tlu-menu .column-2 ul li{position:relative ;display:block;background:url("images/icon-muiten.png") no-repeat 0 16px}
.tlu-menu .column-2 ul li ul li{background:0}
.tlu-menu .column-2 ul li ul{position:relative;display:none;margin:0;padding:0}.Layout12vs363 #column-2 ul li:HOVER ul,
.tlu-menu .column-2 ul li:HOVER ul{position:relative;display:block}
.tlu-menu .row2{margin-bottom:50px}
.tlu-menu{padding:0;margin:0;position:relative}
.tlu-menu .column-2{width:100%!important}
.aui .row-fluid{width:auto!important}.aui h4{font-size:19.5px}
.aui a,.aui a:visited{text-decoration:underline}
.aui p,.aui h2,.aui h3{orphans:3;widows:3}.aui h2,.aui h3{page-break-after:avoid}
.aui body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:white}
.aui a{color:#0af;text-decoration:none}
.aui a:hover,.aui a:focus{color:#0077b3;text-decoration:underline}
.main .container h2 {
font-family: "UTM HelvetIns",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 24px;
text-transform: uppercase;
line-height: 1.2;
font-weight: 300;
text-align: center;
margin-bottom: 20px;
color: #056839;
}
.main {
padding-top: 140px;
}
.header-child.style-1 {
position: relative;
}
.header-child.style-1 .stt {
font-family: "UTM HelvetIns",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 18px;
line-height: 1.2;
position: absolute;
top: 0;
left: 0;
background-color: #056839;
color: #fff;
width: 30px;
height: 100%;
display: flex;
}
.header-child.style-1 .content-header {
margin-left: 40px;
}
.header-child.style-1 .header-title-child {
color: #056839;
position: relative;
padding-bottom: 10px;
}
.header-title-child {
font-family: "UTM HelvetIns",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 18px;
text-transform: uppercase;
line-height: 1.2;
font-weight: 300;
color: #fff;
}
.header-child.style-1 .header-title-child::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: #056839;
}
.header-child.style-1 .stt span {
display: block;
margin: auto;
}
.input-by-me {
height: 40px;
margin-bottom: 26px;
align-items: center;
}
.input-by-me-on-table {
width: 80px;
height: 40px;
/* margin-bottom: 26px; */
align-items: center;
}
.text-bold{
margin: 16px 0px;
font-size: 21px;
color: #056839;
}
.like-top {
color: #039be5!important;
}
.mat-icon {
font-size: 24px;
color: #056839;
padding-left: 15px;
}
.upload-file{
padding-left: 25px;
margin-top: 15px;
}
.hr{
background-color: rgb(185, 182, 182);
margin-left: 10%;
margin-right: 10%;
}
.main-xethocba{
background-color: white;
border: thistle solid 1px;
min-height: 500px;
text-align: center;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
}
th, td {
text-align: left;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
.can-trai{
text-align: left;
width: max-content;
}
table.if th{
width: 160px;
} | public/assets/css/sua.css | body{
font-size: 14px !important;
color: black !important;
font-family: Segoe UI ;
background-color: rgb(226, 225, 225);
}
.cursor{
cursor: pointer;
}
.flex{display: flex;}
#navcol-1 a input{
background-color: rgb(27,51,170);
color: #fff;
border: solid 1px transparent;
height: 35px;
margin-left: 10px;
}
.menu{
justify-content: space-between;
margin: 0px 10px;
}
.block-heading img{
height: 50px;
}
.block-heading a{
font-size: 15px;
font-weight: bold;
}
.block-heading a:hover{
font-size: 15px;
font-weight: bold;
color: #001373 !important;
}
.carousel-item img{
/* width: 100%; */
height: 500px;
}
.card-info-img{height: 210px;}
.card-info-img {
background-position: center;
background-size: cover;
padding: 5em 0;
}
.clean-block{
padding-bottom: 20px !important;
}
.card-info-body{
margin-top: 10px;
}
.container .heading h3{
padding: 5px;
}
.container a{color: black !important;
font-weight: 500;}
.unstyle-dot li {
font-size: 1em;
padding-bottom: 5px;
padding-top: 5px;
border-bottom: 1px dotted #ccc;
text-align: justify;
position: relative;
padding-left: 18px;
}
.department-institute h3 {
text-align: center;
text-transform: uppercase;
color: #000463;
font-size: 20px;
background-color: #e7e8f1;
margin-bottom: 2px;
font-weight: normal;
padding: 6px 10px;
}
.list-department {
height: 375px;
max-height: 415px;
padding: 8px;
border: 1px solid #b2b2b2;
overflow: auto;
}
.department-institute ul {
list-style: none;
margin: 0;
padding: 0;
}
.department-institute ul li a:hover{
color: #001373 !important;
font-weight: bold;
}
.department-institute ul li:not(:last-child) {
border-bottom: 1px dotted #b2b2b2;
}
.department-institute ul li {
position: relative;
display: flex;
-ms-flex-align: center;
align-items: center;
padding: 8px 0;
height: 33px;
}
.department-institute ul li .text {
-ms-flex: 0 0 calc(100% - 75px);
flex: 0 0 calc(100% - 75px);
max-width: calc(100% - 75px);
padding-left: 15px;
font-size: 15px;
font-weight: bold;
color: #070707;
}
.department-institute ul li .link-to-site-department {
padding-top: 7.5px;
}
.department-institute ul li .link-to-site-department {
position: absolute;
top: 0;
left: 0;
width: 100%;
bottom: 0;
}
/* a, a:visited {
color: rgb(2,139,255) !important;
text-decoration: underline;
outline: 0;
}
a{
text-decoration: none;
} */
a:hover{
text-decoration: none;
font-weight: bold;
color: #001373 !important;
}
.footer-copyright{
background-color: #004eaf !important;
border-color: #004eaf !important;
margin-top: 0 !important;
text-align: left !important;
font-size: 13px !important;
}
.footer-copyright h6{
color: #fff !important;
margin-top: .5rem !important;
}
.page-footer{
padding-top: 0 !important;
}
.page-footer span{
color: #fff;
font-size: 11.5px;
}
hr{
border-top-color:rgba(255, 255, 255, 0.2) !important;
}
.socialmedia a img{
width: 30px;
height: auto;
}
.socialmedia{
text-align: right;
margin-top: .5rem !important;
}
.about-us img{
height: 250px;
width: 150px;
}
.giangvien .col-md-4{
padding-left: 0 !important;
}
.list-department ul li{
position: relative;
padding-left: 15px;
display: block;
}
.list-department ul li a{
display: block;
line-height: 1.5;
font-size: 1em!important;
}
.list-department ul li ul{
position: relative;
display: none;
}
.list-department ul li:HOVER ul{
position: relative;
display: block;
}
.list-department ul li:HOVER ul li{
border-bottom: white;
}
/* style="background-image: url(assets/img/scenery/slide1.jpg);"
style="background-image: url(assets/img/scenery/slide2.jpg);"
style="background-image: url(assets/img/scenery/slide3.jpg);" */
.tlu-menu{padding:0 11.13%}
.tlu-menu .column-2 ul li a{display:block;text-decoration:none;padding:5px 7px;border-bottom:1px solid #ccc;line-height:2;font-size:1em!important}
.tlu-menu .column-2 ul li a:hover{background-color:#ececec}
.tlu-menu .column-2 ul li{position:relative ;display:block;background:url("images/icon-muiten.png") no-repeat 0 16px}
.tlu-menu .column-2 ul li ul li{background:0}
.tlu-menu .column-2 ul li ul{position:relative;display:none;margin:0;padding:0}.Layout12vs363 #column-2 ul li:HOVER ul,
.tlu-menu .column-2 ul li:HOVER ul{position:relative;display:block}
.tlu-menu .row2{margin-bottom:50px}
.tlu-menu{padding:0;margin:0;position:relative}
.tlu-menu .column-2{width:100%!important}
.aui .row-fluid{width:auto!important}.aui h4{font-size:19.5px}
.aui a,.aui a:visited{text-decoration:underline}
.aui p,.aui h2,.aui h3{orphans:3;widows:3}.aui h2,.aui h3{page-break-after:avoid}
.aui body{margin:0;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;color:#333;background-color:white}
.aui a{color:#0af;text-decoration:none}
.aui a:hover,.aui a:focus{color:#0077b3;text-decoration:underline}
.main .container h2 {
font-family: "UTM HelvetIns",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 24px;
text-transform: uppercase;
line-height: 1.2;
font-weight: 300;
text-align: center;
margin-bottom: 20px;
color: #056839;
}
.main {
padding-top: 140px;
}
.header-child.style-1 {
position: relative;
}
.header-child.style-1 .stt {
font-family: "UTM HelvetIns",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 18px;
line-height: 1.2;
position: absolute;
top: 0;
left: 0;
background-color: #056839;
color: #fff;
width: 30px;
height: 100%;
display: flex;
}
.header-child.style-1 .content-header {
margin-left: 40px;
}
.header-child.style-1 .header-title-child {
color: #056839;
position: relative;
padding-bottom: 10px;
}
.header-title-child {
font-family: "UTM HelvetIns",Arial,"Helvetica Neue",Helvetica,sans-serif;
font-size: 18px;
text-transform: uppercase;
line-height: 1.2;
font-weight: 300;
color: #fff;
}
.header-child.style-1 .header-title-child::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background-color: #056839;
}
.header-child.style-1 .stt span {
display: block;
margin: auto;
}
.input-by-me {
height: 40px;
margin-bottom: 26px;
align-items: center;
}
.input-by-me-on-table {
width: 80px;
height: 40px;
/* margin-bottom: 26px; */
align-items: center;
}
.text-bold{
margin: 16px 0px;
font-size: 21px;
color: #056839;
}
.like-top {
color: #039be5!important;
}
.mat-icon {
font-size: 24px;
color: #056839;
padding-left: 15px;
}
.upload-file{
padding-left: 25px;
margin-top: 15px;
}
.hr{
background-color: rgb(185, 182, 182);
margin-left: 10%;
margin-right: 10%;
}
.main-xethocba{
background-color: white;
border: thistle solid 1px;
min-height: 500px;
text-align: center;
}
table {
border-collapse: collapse;
border-spacing: 0;
width: 100%;
border: 1px solid #ddd;
}
th, td {
text-align: left;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
.can-trai{
text-align: left;
width: max-content;
}
table.if th{
width: 160px;
} | 0.276691 | 0.104295 |
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root{
--color-primary: #5333ed;
--color-secondary: #2cd4d9;
--color-text: #6E7076
}
*{
padding: 0;
margin: 0;
}
body{
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
height: 98vh;
width: 100vw;
background-color: var(--color-secondary);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
header{
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 80px;
border-radius: 4px;
box-shadow: 1px 1px 5px #666;
color: white;
background-color: var(--color-primary);
}
.container{
box-sizing: border-box;
height: 80vh;
width: 90%;
padding: auto 36px;
}
.container .select{
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 20px auto;
height: 150px;
width: 100%;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 1px 1px 3px #666;
box-sizing: border-box;
padding: 4px 0px 105px;
}
.container .select #region{
box-sizing: border-box;
padding: 0px 8px;
width: 60%;
height: 40px;
font-size: 18px;
font-weight: 700;
border-radius: 4px;
}
::-webkit-input-placeholder{
color: #666;
}
input::-moz-placeholder{
color: #666;
}
.drop-down{
display: none;
width: 70%;
max-width: 230px;
height: 90px;
background-color: rgba(102, 102, 102, 0.192);
border-radius: 4px;
align-self: auto;
text-align: left;
margin-top: 12px;
overflow: auto;
box-sizing: border-box;
padding: 0px 2px;
transform: translate(0px, -10px);
}
.drop-down .items{
height: 30px;
font-size: 20px;
cursor: pointer;
box-sizing: border-box;
padding: 0px 10px;
transition: 300ms;
}
.items:hover{
background-color: rgba(201, 197, 197, 0.884);
padding-left: 5px;
transition: 300ms;
}
::-webkit-scrollbar{
background-color: rgba(102, 102, 102, 0.137);
width: 10px;
border-radius: 0px 4px 4px 0px;
}
::-webkit-scrollbar-thumb{
background-color: #666;
border-radius: 4px;
}
.container .select button{
height: 40px;
width: 100px;
font-size: 18px;
padding: 4px;
border: 1px solid #666;
border-radius: 4px;
background-color: var(--color-secondary);
color: rgb(78, 12, 12);
font-weight: 700;
}
.container-slider{
display: none;
}
.container .response{
box-sizing: border-box ;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
text-align: left;
margin-top: 16px;
height: 200px;
width: 100%;
background-color: #ffffff;
border-radius: 8px;
padding: 16px 10%;
font-size: 18px;
box-shadow: 1px 1px 3px #666;
}
.response .response-tag-p{
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr;
margin: 34px 0;
font-size: 24px;
}
.response .response-tag-p span{
margin: auto 16px;
}
footer{
font-size: 18px;
font-weight: bold;
font-style: italic;
}
@media screen and (min-width: 768px){
header{
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: 80px;
border-radius: 4px;
box-shadow: 1px 1px 5px #666;
color: white;
background-color: var(--color-primary);
}
.container{
display: grid;
gap: 16px;
grid-template-areas:
'select result'
'slider result'
'slider result'
'slider result'
'slider result';
margin-bottom: 32px;
width: 80%;
}
.container .select{
grid-area: select;
height: 200px;
width: 100%;
}
.container .select #region{
height: 40px;
width: 20%px;
font-size: 18px;
}
.container .select button{
height: 40px;
width: 100px;
font-size: 18px;
}
.drop-down{
margin-right: 54px;
}
.container-slider{
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
height: 350px;
grid-area: slider;
}
.container-slider .container-images{
width: 150px;
height: 150px;
}
.container-slider .container-images .image{
width: 100%;
height: 100%;
}
.container-slider .container-descriptions{
max-width: 270px;
padding: 4px 8px;
}
.container-slider .container-descriptions p.description{
display: flex;
text-align: center;
justify-content: center;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
.container section.response{
grid-area: result;
display: flex;
justify-content: space-evenly;
height: 410px;
width: 90%;
padding: 8px 32px;
}
}
@media screen and (min-width: 1024px){
.container{
display: grid;
column-gap: 32px;
grid-template-areas:
'select result'
'slider result'
'slider result'
'slider result'
'slider result'
'slider result';
margin-bottom: 16px;
}
.container-slider{
width: 80%;
height: 140px;
grid-area: slider;
}
.container-slider .container-images{
width: 130px;
height: 130px;
}
.container-slider .container-images .image{
width: 100%;
height: 100%;
}
.container-slider .container-descriptions{
padding: 0;
}
.container-slider .container-descriptions p.description{
display: flex;
text-align: center;
justify-content: center;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
.container section.response{
grid-area: result;
height: 410px;
width: 90%;
}
} | src/public/style.css | @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
:root{
--color-primary: #5333ed;
--color-secondary: #2cd4d9;
--color-text: #6E7076
}
*{
padding: 0;
margin: 0;
}
body{
box-sizing: border-box;
font-family: 'Roboto', sans-serif;
height: 98vh;
width: 100vw;
background-color: var(--color-secondary);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
header{
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 80px;
border-radius: 4px;
box-shadow: 1px 1px 5px #666;
color: white;
background-color: var(--color-primary);
}
.container{
box-sizing: border-box;
height: 80vh;
width: 90%;
padding: auto 36px;
}
.container .select{
display: flex;
flex-wrap: nowrap;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 20px auto;
height: 150px;
width: 100%;
background-color: #ffffff;
border-radius: 8px;
box-shadow: 1px 1px 3px #666;
box-sizing: border-box;
padding: 4px 0px 105px;
}
.container .select #region{
box-sizing: border-box;
padding: 0px 8px;
width: 60%;
height: 40px;
font-size: 18px;
font-weight: 700;
border-radius: 4px;
}
::-webkit-input-placeholder{
color: #666;
}
input::-moz-placeholder{
color: #666;
}
.drop-down{
display: none;
width: 70%;
max-width: 230px;
height: 90px;
background-color: rgba(102, 102, 102, 0.192);
border-radius: 4px;
align-self: auto;
text-align: left;
margin-top: 12px;
overflow: auto;
box-sizing: border-box;
padding: 0px 2px;
transform: translate(0px, -10px);
}
.drop-down .items{
height: 30px;
font-size: 20px;
cursor: pointer;
box-sizing: border-box;
padding: 0px 10px;
transition: 300ms;
}
.items:hover{
background-color: rgba(201, 197, 197, 0.884);
padding-left: 5px;
transition: 300ms;
}
::-webkit-scrollbar{
background-color: rgba(102, 102, 102, 0.137);
width: 10px;
border-radius: 0px 4px 4px 0px;
}
::-webkit-scrollbar-thumb{
background-color: #666;
border-radius: 4px;
}
.container .select button{
height: 40px;
width: 100px;
font-size: 18px;
padding: 4px;
border: 1px solid #666;
border-radius: 4px;
background-color: var(--color-secondary);
color: rgb(78, 12, 12);
font-weight: 700;
}
.container-slider{
display: none;
}
.container .response{
box-sizing: border-box ;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
text-align: left;
margin-top: 16px;
height: 200px;
width: 100%;
background-color: #ffffff;
border-radius: 8px;
padding: 16px 10%;
font-size: 18px;
box-shadow: 1px 1px 3px #666;
}
.response .response-tag-p{
display: grid;
grid-template-rows: 1fr 1fr 1fr 1fr;
margin: 34px 0;
font-size: 24px;
}
.response .response-tag-p span{
margin: auto 16px;
}
footer{
font-size: 18px;
font-weight: bold;
font-style: italic;
}
@media screen and (min-width: 768px){
header{
box-sizing: border-box;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
min-height: 80px;
border-radius: 4px;
box-shadow: 1px 1px 5px #666;
color: white;
background-color: var(--color-primary);
}
.container{
display: grid;
gap: 16px;
grid-template-areas:
'select result'
'slider result'
'slider result'
'slider result'
'slider result';
margin-bottom: 32px;
width: 80%;
}
.container .select{
grid-area: select;
height: 200px;
width: 100%;
}
.container .select #region{
height: 40px;
width: 20%px;
font-size: 18px;
}
.container .select button{
height: 40px;
width: 100px;
font-size: 18px;
}
.drop-down{
margin-right: 54px;
}
.container-slider{
display: flex;
flex-direction: column;
align-items: center;
width: 80%;
height: 350px;
grid-area: slider;
}
.container-slider .container-images{
width: 150px;
height: 150px;
}
.container-slider .container-images .image{
width: 100%;
height: 100%;
}
.container-slider .container-descriptions{
max-width: 270px;
padding: 4px 8px;
}
.container-slider .container-descriptions p.description{
display: flex;
text-align: center;
justify-content: center;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
.container section.response{
grid-area: result;
display: flex;
justify-content: space-evenly;
height: 410px;
width: 90%;
padding: 8px 32px;
}
}
@media screen and (min-width: 1024px){
.container{
display: grid;
column-gap: 32px;
grid-template-areas:
'select result'
'slider result'
'slider result'
'slider result'
'slider result'
'slider result';
margin-bottom: 16px;
}
.container-slider{
width: 80%;
height: 140px;
grid-area: slider;
}
.container-slider .container-images{
width: 130px;
height: 130px;
}
.container-slider .container-images .image{
width: 100%;
height: 100%;
}
.container-slider .container-descriptions{
padding: 0;
}
.container-slider .container-descriptions p.description{
display: flex;
text-align: center;
justify-content: center;
font-size: 24px;
font-weight: bold;
color: #ffffff;
}
.container section.response{
grid-area: result;
height: 410px;
width: 90%;
}
} | 0.258232 | 0.061031 |
.container {
margin: 0 auto;
}
.content-inner {
min-height: 1px;
}
.lt-ie7 .content-inner {
height: 1px;
}
#content-column,
.content-column {
width: 100%;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.clearfix {
zoom: 1;
}
.one-column .region,
div.at-panel .region-conditional-stack {
float: none;
display: block;
clear: both;
width: 100%;
}
.lt-ie8 .at-panel {
overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
line-height: 2;
height: 100%;
overflow-y: scroll;
}
body {
min-height: 100%;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility\9;
}
button,
input,
select,
textarea {
font-family: sans-serif;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
h1 {
font-size: 45px;
font-weight: 300;
margin: 30px 0 0 0;
line-height: normal;
}
h2 {
font-size: 30px;
font-weight: 400;
margin: 0;
}
h3 {
font-size: 30px;
font-weight: 300;
margin: 0;
}
h4 {
font-size: 20px;
font-weight: 600;
margin: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
p,
pre {
margin: 0 0 1.5em;
}
pre,
code,
kbd,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
q {
quotes: none;
}
q:before,
q:after {
content: '';
content: none;
}
small {
font-size: 75%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl,
menu,
ol,
ul {
margin: 1em 0;
}
dd {
margin: 0 0 0 40px;
}
menu,
ol,
ul {
padding: 0 0 0 40px;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
img {
-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
form {
margin: 0;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
*margin-left: -7px;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
button,
input {
line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
*overflow: visible;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
*height: 13px;
*width: 13px;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border: 1px solid;
border-spacing: 0;
border-collapse: collapse;
font-size: inherit;
font: 100%;
}
.block-inner,
.pane-inner,
.menu-wrapper,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
.rendered-by-ds .panel-display .region-inner,
.page-user #content,
.page-admin #content,
#main-content-header,
.page-eform #content,
div.messages,
.at-gutter {
margin-left: 20px;
margin-right: 20px;
}
img {
height: auto;
-ms-interpolation-mode: bicubic;
}
img,
embed,
object,
video {
max-width: 100%;
}
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
max-width: none;
}
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img,
.geolocation-map img,
.geolocation-views-map img {
max-width: none !important;
}
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
overflow: visible;
word-wrap: break-word;
}
.ir {
display: block !important;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
.element-invisible {
border: 0;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
clip: auto;
height: auto;
overflow: visible;
position: static;
width: auto;
}
.offscreen {
position: absolute;
top: -99999em;
width: 1px;
height: 1px;
overflow: hidden;
outline: 0;
}
.element-hidden {
display: none;
}
html {
background: #fff;
}
body {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color: #20262b;
}
pre,
code,
tt,
samp,
kbd,
var {
font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}
a {
color: #006D9C;
}
#page {
background-color: #EEEDED;
}
#page .container,
.pane-panels-mini > .block-inner,
.region-footer .region-inner > .block .block-content,
#menu-bar .block,
.page-user #main-content,
.page-admin #main-content,
.page-eform #main-content,
.page-node #main-content,
.page-views .view {
margin: 0 auto;
max-width: 1140px;
position: relative;
}
#content .panel-display.panel-1col {
margin: 0;
}
#user-bar,
#branding,
#menu-bar .menu-wrapper,
#block-panels-mini-footer,
#block-menu-menu-footer {
padding: 0 1%;
}
#header {
position: relative;
}
.one-column .pane-panels-mini .region {
clear: none;
}
#main-content {
background-color: #EEEDED;
}
#header-wrapper {
background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper {
background: rgba(255, 192, 203, 0.5);
}
#logo {
padding: 20px;
background-color: #202529;
}
#logo img {
vertical-align: bottom;
}
#name-and-slogan {
display: none;
}
#site-name {
margin: 0;
}
#site-name a {}#site-name a:link,
#site-name a:visited {
text-decoration: none;
}
#site-slogan {
margin: 0;
}
#header .btn-action,
#header .field-name-field-topic-tags a,
#header .node-content .field-type-link-field a,
#main-content .btn-action,
#main-content .field-name-field-topic-tags a,
#main-content .node-content .field-type-link-field a {
background-color: #202529;
font-size: 14px;
height: auto;
line-height: normal;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 10px !important;
color: white !important;
display: inline-block;
font-weight: bold;
}
#header .btn-action:hover,
#header .field-name-field-topic-tags a:hover,
#header .node-content .field-type-link-field a:hover,
#main-content .btn-action:hover,
#main-content .field-name-field-topic-tags a:hover,
#main-content .node-content .field-type-link-field a:hover {
text-underline-position: none;
}
#header .btn-special-action,
#header input.form-submit,
#main-content .btn-special-action,
#main-content input.form-submit {
background-color: #006d9c !important;
font-size: 14px !important;
height: auto !important;
line-height: normal !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 10px !important;
color: white !important;
display: inline-block;
font-weight: bold;
}
#header .btn-special-action:hover,
#header input.form-submit:hover,
#main-content .btn-special-action:hover,
#main-content input.form-submit:hover {
text-underline-position: none;
}
#header input.form-submit,
#main-content input.form-submit {
border-width: 0;
padding: 5px 20px !important;
height: auto !important;
line-height: normal !important;
font-weight: 600;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#header input.form-submit#edit-reset,
#main-content input.form-submit#edit-reset {
background-color: white !important;
border: solid 1px #999;
color: #20262b !important;
}
.bg-white {
background-color: white;
}
.bg-dark {
background-color: #202529;
}
.more-link a {
float: right;
color: #202529;
font-weight: 700;
font-size: 0.9em;
line-height: normal;
}
.more-link a:after {
content: '+';
color: #40bff6;
background-color: #202529;
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
margin-left: 5px;
font-size: 18px;
vertical-align: middle;
}
.view > .more-link a:after {
background-color: transparent;
color: #20262b;
font-size: 26px;
vertical-align: bottom;
width: auto;
height: auto;
line-height: 80%;
}
#aggregator .feed-source .feed-icon {
display: inline;
float: none;
margin-right: 10px;
}
.feed-details dt,
.feed-details dd {
display: inline;
margin: 0;
}
ul.links {
margin: 0;
padding: 0;
}
ul.links.inline {
display: block;
}
ul.links li {
display: inline;
list-style: none;
padding: 0 10px 0 0;
}
.search-results {
margin: 0;
padding: 0;
}
.attribution {
display: block;
opacity: 0.65;
padding: 1em 0;
text-align: center;
}
.attribution a {
text-decoration: none;
color: inherit;
}
a {
text-decoration: none;
}
.nav {
clear: both;
margin: 10px 0;
}
.nav ul,
.nav ul.menu {
margin: 0;
padding: 0;
}
.nav li,
.nav ul.menu li {
display: inline;
float: left;
list-style: none;
margin: 0;
padding: 0;
}
.nav li a,
.nav ul.menu li a {
display: block;
white-space: nowrap;
}
.nav .block {
margin-bottom: 0;
}
ul.sf-menu {
margin-bottom: 0;
}
ul.sf-menu a {
border-left: 0;
border-top: 0;
padding: 0 10px;
text-decoration: none;
height: 2.5em;
line-height: 2.5em;
}
ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
outline: 0;
}
ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
outline: 0;
}
.block-superfish ul {
margin: 0 !important;
padding: 0 !important;
}
.block-superfish li {
margin: 0 !important;
padding: 0 !important;
}
.sf-vertical {
width: 100%;
}
.sf-vertical li {
width: 100%;
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
left: 100%;
top: 0;
margin: 0;
padding: 0;
}
.sf-vertical li a {
padding: 0 10px;
}
.sf-navbar {
padding-bottom: 0 !important;
}
.sf-menu.sf-style-default a {
padding: 0 10px;
}
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.at-mt .at-menu-toggle-button {
margin: 0;
}
.at-mt .at-menu-toggle ul a {
padding: 0 10px;
white-space: nowrap;
}
ul.menu {
padding-left: 15px;
}
ul.menu ul {
padding-left: 15px;
}
ul.menu li {
margin: 0;
}
.block .menu li.content {
padding: 0;
}
.book-navigation .page-up {
min-width: 2em;
white-space: nowrap;
}
.book-navigation .menu {
margin-left: 0;
}
#breadcrumb {
margin: 10px 0;
}
#breadcrumb .breadcrumb-label {
font-size: 1em;
display: inline;
padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
content: ":";
}
#breadcrumb ol {
margin: 0;
padding: 0;
}
#breadcrumb .with-breadcrumb-label ol {
display: inline;
}
#breadcrumb li {
list-style: none;
display: inline;
}
ul.pager {
clear: both;
margin: 0;
text-align: center;
}
.item-list ul.pager li {
margin: 0;
}
ul.pager li {
background-image: none;
display: inline;
list-style-type: none;
padding: .5em;
}
ul.pager li.pager-current {
font-weight: 700;
}
.block ul.pager li {
margin: 0;
}
#skip-link {
left: 50%;
margin-left: -6.5em;
margin-top: 0;
padding: 0 0.5em;
position: absolute;
width: 12em;
z-index: 50;
}
#skip-link a {
background: #444;
background: rgba(0, 0, 0, 0.6);
color: #fff;
display: block;
line-height: 2;
padding: 0;
text-align: center;
text-decoration: none;
}
#skip-link a:link,
#skip-link a:visited {
background: #444;
background: rgba(0, 0, 0, 0.6);
color: #fff;
display: block;
line-height: 2;
padding: 0;
text-align: center;
text-decoration: none;
}
#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
outline: 0;
}
ul.primary {
border-bottom-color: #ccc;
margin: 20px 0;
padding: 0 0 0 5px;
}
ul.primary li {
display: block;
float: left;
margin: 0 1px -1px;
}
ul.primary li a {
background-color: #f5f5f5;
border-color: #ccc;
margin-right: 1px;
padding: 0 10px;
display: block;
float: left;
height: 1.5em;
line-height: 1.5em;
}
ul.primary li a:hover,
ul.primary li a:focus {
background-color: #eee;
border-color: #ccc;
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
background-color: #fff;
border-bottom-color: #fff;
}
ul.secondary {
border-bottom: 1px solid #ccc;
margin: 1em 0 0;
padding: 0 .3em 1em;
}
ul.secondary li {
border-right: 0;
list-style: none;
padding: 0 10px 0 0;
}
ul.action-links {
margin: 20px 0 0;
list-style: none;
}
.field-label-inline {}.field-label-inline .field-label {
margin: 0;
}
.field-label {
font-size: 1em;
font-weight: 700;
font-family: inherit;
line-height: inherit;
margin-bottom: 0;
}
.field-label:after {
content: ':';
margin-right: 0.5em;
}
.field-name-field-promo-image img {
display: block;
}
.field-type-taxonomy-term-reference {
margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
margin: 0;
padding: 0;
}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
display: inline;
list-style: none;
padding: 0 10px 0 0;
}
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
margin: 5px 20px 15px 0;
}
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
margin: 5px auto 15px;
}
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
margin: 5px 0 15px 20px;
}
.block-title {
margin: 0;
}
.block-content ul,
.block-content ol {
padding: 0 0 0 15px;
}
.block-content li {
margin: 0;
padding: 0;
}
.node .node-title {
margin: 0;
}
#comments {
margin: 1.5em 0;
}
#comments h2.comment-title {
margin: 0;
}
#comments h2.comment-form {
margin: 0;
}
.comment {
margin-bottom: 20px;
}
.comment-title {
margin: 0;
}
.new {
color: #c00;
}
.indented {
margin-left: 40px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
border: 1px solid #c00;
}
.form-item label {
font-weight: 700;
}
.form-item .description {
font-size: 0.85em;
}
.form-item input,
.form-item textarea,
.form-item select {
max-width: 100%;
}
.marker,
.form-required {
color: #c00;
}
.container-inline div,
.container-inline label {
display: inline;
}
fieldset {
border: 1px solid #ccc;
}
a.button {
-moz-appearance: button;
-webkit-appearance: button;
}
.password-parent,
.confirm-parent {
margin: 0;
}
table {
margin: 10px 0;
padding: 0;
width: 100%;
}
table.sticky-header {
z-index: 10;
}
table,
thead,
tbody,
tr,
th,
td {
border-color: #ccc;
}
table,
td,
th {
vertical-align: middle;
}
caption,
th,
td {
text-align: left;
}
thead tr {
font-weight: 700;
background-color: #e5e5e5;
}
td,
th {
border-bottom: 0;
margin: 0;
padding: 5px 7px;
}
tbody tr {
border-top: 1px solid #ccc;
}
tr {}tr.odd {
background: #fff;
}
tr.info,
tr.even,
tr:nth-child(2n+2) {
border-bottom: 0;
background-color: #f5f5f5;
}
tr.odd td.active {
background-color: #eee;
}
tr.even td.active {
background-color: #ebebeb;
}
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
white-space: normal;
}
div.messages {
margin-bottom: 10px;
margin-top: 10px;
}
div.messages ul {
margin-top: 0;
margin-bottom: 0;
}
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
color: pink;
color: rgba(239, 170, 170, 0.4);
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
font-size: 50px;
font-weight: 700;
line-height: 1.2;
height: 0;
margin: 0;
padding: 0;
overflow: visible;
text-align: center;
text-transform: uppercase;
word-wrap: break-word;
}
.ie6-7 .node-unpublished p.unpublished > *,
.ie6-7 .comment-unpublished p.unpublished > * {
position: relative;
}
.maintenance-page .container {
padding: 40px 0;
}
.maintenance-page #site-name,
.maintenance-page #page-title {
margin: 0;
}
.db-offline .container {
margin: 0 auto;
padding: 40px 0;
width: 100%;
max-width: 960px;
}
.db-offline div.messages {
margin: 20px 0 0;
}
.db-offline #content {
padding: 20px 0;
}
#admin-menu {
margin: 0;
padding: 0;
}
.dev-query {
background: #eee;
padding: 30px;
}
#styleguide-header {
padding: 0 10px;
}
#styleguide-header .item-list {
font-family: inherit;
margin: 0 20px 20px 0;
min-height: 260px;
width: auto;
}
.ui-accordion {
margin-bottom: 30px;
}
.ui-accordion.ui-widget {
font-family: inherit;
font-size: inherit;
}
.ui-accordion .ui-accordion-header {
background-color: #202529;
background-image: none;
color: white;
padding: 10px 20px;
margin-top: 0px;
}
.ui-accordion .ui-accordion-header a {
color: white;
}
.ui-accordion .ui-accordion-header a:hover {
color: white;
}
.ui-accordion .ui-accordion-header.ui-corner-all {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
left: auto;
right: 20px;
}
.ui-accordion .view-grouping-header {
font-size: 20px;
font-weight: bold;
margin: 20px;
}
.ui-accordion .ui-widget-content a {
color: #006D9C;
}
.ui-dialog.linkit-wrapper {
z-index: 1002 !important;
}
.black-blue .node-promo .node-title,
.black-blue .node-promo .node-title a,
.black-blue .node-promo .field-item,
.black-blue .node-promo .banner-text .field-name-field-promo-link a,
.black-blue .node-promo .banner-text h2,
.black-blue .node-mini-promo .node-title,
.black-blue .node-mini-promo .node-title a,
.black-blue .node-mini-promo .field-item,
.black-blue .node-mini-promo .banner-text .field-name-field-promo-link a,
.black-blue .node-mini-promo .banner-text h2 {
color: #40bff6;
}
.black-blue .node-promo .banner-text .field-name-field-promo-link a,
.black-blue .node-mini-promo .banner-text .field-name-field-promo-link a {
border-color: #40bff6;
}
.blue-white .node-promo,
.blue-white .node-mini-promo {
background: linear-gradient(to bottom, #007c8a, #007c8a) no-repeat 0px 100px;
}
.blue-white .node-promo .node-title,
.blue-white .node-promo .node-title a,
.blue-white .node-promo .field-item,
.blue-white .node-promo .banner-text .field-name-field-promo-link a,
.blue-white .node-promo .banner-text h2,
.blue-white .node-mini-promo .node-title,
.blue-white .node-mini-promo .node-title a,
.blue-white .node-mini-promo .field-item,
.blue-white .node-mini-promo .banner-text .field-name-field-promo-link a,
.blue-white .node-mini-promo .banner-text h2 {
color: white;
}
.blue-white .node-promo .banner-text .field-name-field-promo-link a,
.blue-white .node-mini-promo .banner-text .field-name-field-promo-link a {
border-color: white;
}
.black-green .node-promo .node-title,
.black-green .node-promo .node-title a,
.black-green .node-promo .field-item,
.black-green .node-promo .banner-text .field-name-field-promo-link a,
.black-green .node-promo .banner-text h2,
.black-green .node-mini-promo .node-title,
.black-green .node-mini-promo .node-title a,
.black-green .node-mini-promo .field-item,
.black-green .node-mini-promo .banner-text .field-name-field-promo-link a,
.black-green .node-mini-promo .banner-text h2 {
color: #c8e14d;
}
.black-green .node-promo .banner-text .field-name-field-promo-link a,
.black-green .node-mini-promo .banner-text .field-name-field-promo-link a {
border-color: #c8e14d;
}
.form-type-radios fieldset {
border: 0px;
margin: 0px;
padding: 0px;
line-height: 1;
}
#flyout {
display: block;
position: fixed;
top: 250px;
right: 500px;
z-index: 100001;
width: 0px;
height: 416px;
background: transparent;
font-size: 0.8em;
}
#flyout .flyout-block {
background: #fff;
height: 200px;
width: 40px;
position: absolute;
overflow: hidden;
top: 0;
left: 460px;
}
#flyout .flyout-block .content {
padding: 10px;
border: 1px solid #40bff6;
overflow-y: scroll;
}
#flyout .flyout-block .content label {
width: 80%;
}
#flyout .flyout-block h2 {
width: 201px;
cursor: pointer;
height: 17px;
position: absolute;
right: -60px;
top: 92px;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#flyout .flyout-block h2 span {
color: #fff;
background: #40bff6;
text-align: center;
padding: 12px;
display: block;
font-size: 20px;
z-index: 20000;
}
#cboxLoadedContent {
height: auto;
}
#available-tabs thead th {
line-height: normal;
}
#available-tabs .closed {
background-color: #a81933;
color: white;
white-space: nowrap;
}
#available-tabs .waitlisted {
background-color: #cc9900;
color: white;
white-space: nowrap;
}
#available-tabs .open {
white-space: nowrap;
} | webtemplate/g.css | .container {
margin: 0 auto;
}
.content-inner {
min-height: 1px;
}
.lt-ie7 .content-inner {
height: 1px;
}
#content-column,
.content-column {
width: 100%;
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.clearfix {
zoom: 1;
}
.one-column .region,
div.at-panel .region-conditional-stack {
float: none;
display: block;
clear: both;
width: 100%;
}
.lt-ie8 .at-panel {
overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
video {
display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
html {
font-size: 100%;
-webkit-text-size-adjust: 100%;
line-height: 2;
height: 100%;
overflow-y: scroll;
}
body {
min-height: 100%;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility\9;
}
button,
input,
select,
textarea {
font-family: sans-serif;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
h1 {
font-size: 45px;
font-weight: 300;
margin: 30px 0 0 0;
line-height: normal;
}
h2 {
font-size: 30px;
font-weight: 400;
margin: 0;
}
h3 {
font-size: 30px;
font-weight: 300;
margin: 0;
}
h4 {
font-size: 20px;
font-weight: 600;
margin: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
blockquote {
margin: 1em 40px;
}
dfn {
font-style: italic;
}
mark {
background: #ff0;
color: #000;
}
p,
pre {
margin: 0 0 1.5em;
}
pre,
code,
kbd,
samp {
font-family: monospace, serif;
_font-family: 'courier new', monospace;
font-size: 1em;
}
pre {
white-space: pre;
white-space: pre-wrap;
word-wrap: break-word;
}
q {
quotes: none;
}
q:before,
q:after {
content: '';
content: none;
}
small {
font-size: 75%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl,
menu,
ol,
ul {
margin: 1em 0;
}
dd {
margin: 0 0 0 40px;
}
menu,
ol,
ul {
padding: 0 0 0 40px;
}
nav ul,
nav ol {
list-style: none;
list-style-image: none;
}
img {
-ms-interpolation-mode: bicubic;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
form {
margin: 0;
}
fieldset {
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
*margin-left: -7px;
}
button,
input,
select,
textarea {
font-size: 100%;
margin: 0;
vertical-align: baseline;
*vertical-align: middle;
}
button,
input {
line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
*overflow: visible;
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
*height: 13px;
*width: 13px;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
table {
border: 1px solid;
border-spacing: 0;
border-collapse: collapse;
font-size: inherit;
font: 100%;
}
.block-inner,
.pane-inner,
.menu-wrapper,
.breadcrumb-wrapper,
.attribution,
.at-panel .rounded-corner,
.block-panels-mini > .block-title,
.rendered-by-ds .panel-display .region-inner,
.page-user #content,
.page-admin #content,
#main-content-header,
.page-eform #content,
div.messages,
.at-gutter {
margin-left: 20px;
margin-right: 20px;
}
img {
height: auto;
-ms-interpolation-mode: bicubic;
}
img,
embed,
object,
video {
max-width: 100%;
}
.lt-ie9 img,
.lt-ie9 object,
.lt-ie9 embed,
.lt-ie9 video {
max-width: none;
}
#map img,
.gmap img,
.view-gmap img,
.openlayers-map img,
#getlocations_map_canvas img,
#locationmap_map img,
.geofieldMap img,
.views_horizontal_slider img,
.geolocation-map img,
.geolocation-views-map img {
max-width: none !important;
}
header[role=banner],
.content-inner,
.nav,
.region-sidebar-first,
.region-sidebar-second,
.region-secondary-content,
.region-tertiary-content,
.region-footer {
overflow: visible;
word-wrap: break-word;
}
.ir {
display: block !important;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
border: 0;
font: 0/0 a;
text-shadow: none;
color: transparent;
background-color: transparent;
}
.element-invisible {
border: 0;
clip: rect(1px 1px 1px 1px);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.element-invisible.element-focusable:active,
.element-invisible.element-focusable:focus {
clip: auto;
height: auto;
overflow: visible;
position: static;
width: auto;
}
.offscreen {
position: absolute;
top: -99999em;
width: 1px;
height: 1px;
overflow: hidden;
outline: 0;
}
.element-hidden {
display: none;
}
html {
background: #fff;
}
body {
font-family: "Open Sans", Arial, Helvetica, sans-serif;
color: #20262b;
}
pre,
code,
tt,
samp,
kbd,
var {
font-family: Consolas, Monaco, "Courier New", Courier, monospace, sans-serif;
}
a {
color: #006D9C;
}
#page {
background-color: #EEEDED;
}
#page .container,
.pane-panels-mini > .block-inner,
.region-footer .region-inner > .block .block-content,
#menu-bar .block,
.page-user #main-content,
.page-admin #main-content,
.page-eform #main-content,
.page-node #main-content,
.page-views .view {
margin: 0 auto;
max-width: 1140px;
position: relative;
}
#content .panel-display.panel-1col {
margin: 0;
}
#user-bar,
#branding,
#menu-bar .menu-wrapper,
#block-panels-mini-footer,
#block-menu-menu-footer {
padding: 0 1%;
}
#header {
position: relative;
}
.one-column .pane-panels-mini .region {
clear: none;
}
#main-content {
background-color: #EEEDED;
}
#header-wrapper {
background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper {
background: rgba(255, 192, 203, 0.5);
}
#logo {
padding: 20px;
background-color: #202529;
}
#logo img {
vertical-align: bottom;
}
#name-and-slogan {
display: none;
}
#site-name {
margin: 0;
}
#site-name a {}#site-name a:link,
#site-name a:visited {
text-decoration: none;
}
#site-slogan {
margin: 0;
}
#header .btn-action,
#header .field-name-field-topic-tags a,
#header .node-content .field-type-link-field a,
#main-content .btn-action,
#main-content .field-name-field-topic-tags a,
#main-content .node-content .field-type-link-field a {
background-color: #202529;
font-size: 14px;
height: auto;
line-height: normal;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 10px !important;
color: white !important;
display: inline-block;
font-weight: bold;
}
#header .btn-action:hover,
#header .field-name-field-topic-tags a:hover,
#header .node-content .field-type-link-field a:hover,
#main-content .btn-action:hover,
#main-content .field-name-field-topic-tags a:hover,
#main-content .node-content .field-type-link-field a:hover {
text-underline-position: none;
}
#header .btn-special-action,
#header input.form-submit,
#main-content .btn-special-action,
#main-content input.form-submit {
background-color: #006d9c !important;
font-size: 14px !important;
height: auto !important;
line-height: normal !important;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 8px 10px !important;
color: white !important;
display: inline-block;
font-weight: bold;
}
#header .btn-special-action:hover,
#header input.form-submit:hover,
#main-content .btn-special-action:hover,
#main-content input.form-submit:hover {
text-underline-position: none;
}
#header input.form-submit,
#main-content input.form-submit {
border-width: 0;
padding: 5px 20px !important;
height: auto !important;
line-height: normal !important;
font-weight: 600;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
#header input.form-submit#edit-reset,
#main-content input.form-submit#edit-reset {
background-color: white !important;
border: solid 1px #999;
color: #20262b !important;
}
.bg-white {
background-color: white;
}
.bg-dark {
background-color: #202529;
}
.more-link a {
float: right;
color: #202529;
font-weight: 700;
font-size: 0.9em;
line-height: normal;
}
.more-link a:after {
content: '+';
color: #40bff6;
background-color: #202529;
display: inline-block;
width: 24px;
height: 24px;
text-align: center;
line-height: 24px;
margin-left: 5px;
font-size: 18px;
vertical-align: middle;
}
.view > .more-link a:after {
background-color: transparent;
color: #20262b;
font-size: 26px;
vertical-align: bottom;
width: auto;
height: auto;
line-height: 80%;
}
#aggregator .feed-source .feed-icon {
display: inline;
float: none;
margin-right: 10px;
}
.feed-details dt,
.feed-details dd {
display: inline;
margin: 0;
}
ul.links {
margin: 0;
padding: 0;
}
ul.links.inline {
display: block;
}
ul.links li {
display: inline;
list-style: none;
padding: 0 10px 0 0;
}
.search-results {
margin: 0;
padding: 0;
}
.attribution {
display: block;
opacity: 0.65;
padding: 1em 0;
text-align: center;
}
.attribution a {
text-decoration: none;
color: inherit;
}
a {
text-decoration: none;
}
.nav {
clear: both;
margin: 10px 0;
}
.nav ul,
.nav ul.menu {
margin: 0;
padding: 0;
}
.nav li,
.nav ul.menu li {
display: inline;
float: left;
list-style: none;
margin: 0;
padding: 0;
}
.nav li a,
.nav ul.menu li a {
display: block;
white-space: nowrap;
}
.nav .block {
margin-bottom: 0;
}
ul.sf-menu {
margin-bottom: 0;
}
ul.sf-menu a {
border-left: 0;
border-top: 0;
padding: 0 10px;
text-decoration: none;
height: 2.5em;
line-height: 2.5em;
}
ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
outline: 0;
}
ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
outline: 0;
}
.block-superfish ul {
margin: 0 !important;
padding: 0 !important;
}
.block-superfish li {
margin: 0 !important;
padding: 0 !important;
}
.sf-vertical {
width: 100%;
}
.sf-vertical li {
width: 100%;
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
left: 100%;
top: 0;
margin: 0;
padding: 0;
}
.sf-vertical li a {
padding: 0 10px;
}
.sf-navbar {
padding-bottom: 0 !important;
}
.sf-menu.sf-style-default a {
padding: 0 10px;
}
.at-mt .at-menu-toggle,
.at-mt .at-menu-toggle ul,
.at-mt .at-menu-toggle ul.menu {
margin-top: 0;
margin-bottom: 0;
padding: 0;
}
.at-mt .at-menu-toggle-button {
margin: 0;
}
.at-mt .at-menu-toggle ul a {
padding: 0 10px;
white-space: nowrap;
}
ul.menu {
padding-left: 15px;
}
ul.menu ul {
padding-left: 15px;
}
ul.menu li {
margin: 0;
}
.block .menu li.content {
padding: 0;
}
.book-navigation .page-up {
min-width: 2em;
white-space: nowrap;
}
.book-navigation .menu {
margin-left: 0;
}
#breadcrumb {
margin: 10px 0;
}
#breadcrumb .breadcrumb-label {
font-size: 1em;
display: inline;
padding-right: 10px;
}
#breadcrumb .breadcrumb-label:after {
content: ":";
}
#breadcrumb ol {
margin: 0;
padding: 0;
}
#breadcrumb .with-breadcrumb-label ol {
display: inline;
}
#breadcrumb li {
list-style: none;
display: inline;
}
ul.pager {
clear: both;
margin: 0;
text-align: center;
}
.item-list ul.pager li {
margin: 0;
}
ul.pager li {
background-image: none;
display: inline;
list-style-type: none;
padding: .5em;
}
ul.pager li.pager-current {
font-weight: 700;
}
.block ul.pager li {
margin: 0;
}
#skip-link {
left: 50%;
margin-left: -6.5em;
margin-top: 0;
padding: 0 0.5em;
position: absolute;
width: 12em;
z-index: 50;
}
#skip-link a {
background: #444;
background: rgba(0, 0, 0, 0.6);
color: #fff;
display: block;
line-height: 2;
padding: 0;
text-align: center;
text-decoration: none;
}
#skip-link a:link,
#skip-link a:visited {
background: #444;
background: rgba(0, 0, 0, 0.6);
color: #fff;
display: block;
line-height: 2;
padding: 0;
text-align: center;
text-decoration: none;
}
#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
outline: 0;
}
ul.primary {
border-bottom-color: #ccc;
margin: 20px 0;
padding: 0 0 0 5px;
}
ul.primary li {
display: block;
float: left;
margin: 0 1px -1px;
}
ul.primary li a {
background-color: #f5f5f5;
border-color: #ccc;
margin-right: 1px;
padding: 0 10px;
display: block;
float: left;
height: 1.5em;
line-height: 1.5em;
}
ul.primary li a:hover,
ul.primary li a:focus {
background-color: #eee;
border-color: #ccc;
}
ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
background-color: #fff;
border-bottom-color: #fff;
}
ul.secondary {
border-bottom: 1px solid #ccc;
margin: 1em 0 0;
padding: 0 .3em 1em;
}
ul.secondary li {
border-right: 0;
list-style: none;
padding: 0 10px 0 0;
}
ul.action-links {
margin: 20px 0 0;
list-style: none;
}
.field-label-inline {}.field-label-inline .field-label {
margin: 0;
}
.field-label {
font-size: 1em;
font-weight: 700;
font-family: inherit;
line-height: inherit;
margin-bottom: 0;
}
.field-label:after {
content: ':';
margin-right: 0.5em;
}
.field-name-field-promo-image img {
display: block;
}
.field-type-taxonomy-term-reference {
margin-bottom: 1.5em;
}
.field-type-taxonomy-term-reference.field-label-inline .field-items {
margin: 0;
padding: 0;
}
.field-type-taxonomy-term-reference.field-label-inline .field-item {
display: inline;
list-style: none;
padding: 0 10px 0 0;
}
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
margin: 5px 20px 15px 0;
}
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
margin: 5px auto 15px;
}
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
margin: 5px 0 15px 20px;
}
.block-title {
margin: 0;
}
.block-content ul,
.block-content ol {
padding: 0 0 0 15px;
}
.block-content li {
margin: 0;
padding: 0;
}
.node .node-title {
margin: 0;
}
#comments {
margin: 1.5em 0;
}
#comments h2.comment-title {
margin: 0;
}
#comments h2.comment-form {
margin: 0;
}
.comment {
margin-bottom: 20px;
}
.comment-title {
margin: 0;
}
.new {
color: #c00;
}
.indented {
margin-left: 40px;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
border: 1px solid #c00;
}
.form-item label {
font-weight: 700;
}
.form-item .description {
font-size: 0.85em;
}
.form-item input,
.form-item textarea,
.form-item select {
max-width: 100%;
}
.marker,
.form-required {
color: #c00;
}
.container-inline div,
.container-inline label {
display: inline;
}
fieldset {
border: 1px solid #ccc;
}
a.button {
-moz-appearance: button;
-webkit-appearance: button;
}
.password-parent,
.confirm-parent {
margin: 0;
}
table {
margin: 10px 0;
padding: 0;
width: 100%;
}
table.sticky-header {
z-index: 10;
}
table,
thead,
tbody,
tr,
th,
td {
border-color: #ccc;
}
table,
td,
th {
vertical-align: middle;
}
caption,
th,
td {
text-align: left;
}
thead tr {
font-weight: 700;
background-color: #e5e5e5;
}
td,
th {
border-bottom: 0;
margin: 0;
padding: 5px 7px;
}
tbody tr {
border-top: 1px solid #ccc;
}
tr {}tr.odd {
background: #fff;
}
tr.info,
tr.even,
tr:nth-child(2n+2) {
border-bottom: 0;
background-color: #f5f5f5;
}
tr.odd td.active {
background-color: #eee;
}
tr.even td.active {
background-color: #ebebeb;
}
#forum td.created,
#forum td.posts,
#forum td.topics,
#forum td.last-reply,
#forum td.replies,
#forum td.pager {
white-space: normal;
}
div.messages {
margin-bottom: 10px;
margin-top: 10px;
}
div.messages ul {
margin-top: 0;
margin-bottom: 0;
}
.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
color: pink;
color: rgba(239, 170, 170, 0.4);
font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
font-size: 50px;
font-weight: 700;
line-height: 1.2;
height: 0;
margin: 0;
padding: 0;
overflow: visible;
text-align: center;
text-transform: uppercase;
word-wrap: break-word;
}
.ie6-7 .node-unpublished p.unpublished > *,
.ie6-7 .comment-unpublished p.unpublished > * {
position: relative;
}
.maintenance-page .container {
padding: 40px 0;
}
.maintenance-page #site-name,
.maintenance-page #page-title {
margin: 0;
}
.db-offline .container {
margin: 0 auto;
padding: 40px 0;
width: 100%;
max-width: 960px;
}
.db-offline div.messages {
margin: 20px 0 0;
}
.db-offline #content {
padding: 20px 0;
}
#admin-menu {
margin: 0;
padding: 0;
}
.dev-query {
background: #eee;
padding: 30px;
}
#styleguide-header {
padding: 0 10px;
}
#styleguide-header .item-list {
font-family: inherit;
margin: 0 20px 20px 0;
min-height: 260px;
width: auto;
}
.ui-accordion {
margin-bottom: 30px;
}
.ui-accordion.ui-widget {
font-family: inherit;
font-size: inherit;
}
.ui-accordion .ui-accordion-header {
background-color: #202529;
background-image: none;
color: white;
padding: 10px 20px;
margin-top: 0px;
}
.ui-accordion .ui-accordion-header a {
color: white;
}
.ui-accordion .ui-accordion-header a:hover {
color: white;
}
.ui-accordion .ui-accordion-header.ui-corner-all {
-moz-border-radius: 0;
-webkit-border-radius: 0;
border-radius: 0;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
left: auto;
right: 20px;
}
.ui-accordion .view-grouping-header {
font-size: 20px;
font-weight: bold;
margin: 20px;
}
.ui-accordion .ui-widget-content a {
color: #006D9C;
}
.ui-dialog.linkit-wrapper {
z-index: 1002 !important;
}
.black-blue .node-promo .node-title,
.black-blue .node-promo .node-title a,
.black-blue .node-promo .field-item,
.black-blue .node-promo .banner-text .field-name-field-promo-link a,
.black-blue .node-promo .banner-text h2,
.black-blue .node-mini-promo .node-title,
.black-blue .node-mini-promo .node-title a,
.black-blue .node-mini-promo .field-item,
.black-blue .node-mini-promo .banner-text .field-name-field-promo-link a,
.black-blue .node-mini-promo .banner-text h2 {
color: #40bff6;
}
.black-blue .node-promo .banner-text .field-name-field-promo-link a,
.black-blue .node-mini-promo .banner-text .field-name-field-promo-link a {
border-color: #40bff6;
}
.blue-white .node-promo,
.blue-white .node-mini-promo {
background: linear-gradient(to bottom, #007c8a, #007c8a) no-repeat 0px 100px;
}
.blue-white .node-promo .node-title,
.blue-white .node-promo .node-title a,
.blue-white .node-promo .field-item,
.blue-white .node-promo .banner-text .field-name-field-promo-link a,
.blue-white .node-promo .banner-text h2,
.blue-white .node-mini-promo .node-title,
.blue-white .node-mini-promo .node-title a,
.blue-white .node-mini-promo .field-item,
.blue-white .node-mini-promo .banner-text .field-name-field-promo-link a,
.blue-white .node-mini-promo .banner-text h2 {
color: white;
}
.blue-white .node-promo .banner-text .field-name-field-promo-link a,
.blue-white .node-mini-promo .banner-text .field-name-field-promo-link a {
border-color: white;
}
.black-green .node-promo .node-title,
.black-green .node-promo .node-title a,
.black-green .node-promo .field-item,
.black-green .node-promo .banner-text .field-name-field-promo-link a,
.black-green .node-promo .banner-text h2,
.black-green .node-mini-promo .node-title,
.black-green .node-mini-promo .node-title a,
.black-green .node-mini-promo .field-item,
.black-green .node-mini-promo .banner-text .field-name-field-promo-link a,
.black-green .node-mini-promo .banner-text h2 {
color: #c8e14d;
}
.black-green .node-promo .banner-text .field-name-field-promo-link a,
.black-green .node-mini-promo .banner-text .field-name-field-promo-link a {
border-color: #c8e14d;
}
.form-type-radios fieldset {
border: 0px;
margin: 0px;
padding: 0px;
line-height: 1;
}
#flyout {
display: block;
position: fixed;
top: 250px;
right: 500px;
z-index: 100001;
width: 0px;
height: 416px;
background: transparent;
font-size: 0.8em;
}
#flyout .flyout-block {
background: #fff;
height: 200px;
width: 40px;
position: absolute;
overflow: hidden;
top: 0;
left: 460px;
}
#flyout .flyout-block .content {
padding: 10px;
border: 1px solid #40bff6;
overflow-y: scroll;
}
#flyout .flyout-block .content label {
width: 80%;
}
#flyout .flyout-block h2 {
width: 201px;
cursor: pointer;
height: 17px;
position: absolute;
right: -60px;
top: 92px;
-ms-transform: rotate(-90deg);
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
transform: rotate(-90deg);
}
#flyout .flyout-block h2 span {
color: #fff;
background: #40bff6;
text-align: center;
padding: 12px;
display: block;
font-size: 20px;
z-index: 20000;
}
#cboxLoadedContent {
height: auto;
}
#available-tabs thead th {
line-height: normal;
}
#available-tabs .closed {
background-color: #a81933;
color: white;
white-space: nowrap;
}
#available-tabs .waitlisted {
background-color: #cc9900;
color: white;
white-space: nowrap;
}
#available-tabs .open {
white-space: nowrap;
} | 0.402275 | 0.111265 |
margin:18px 3px 0px 3px; padding:2px 2px 2px 6px;
font-weight:bold; font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
text-decoration:underline;
background:#f2f2f2;
color:#730707;
border:1px solid #ccc;
width:180px;
cursor:pointer !important;
-moz-border-radius:5px; -webkit-border-radius:5px;
}
.styleall{
margin:18px 3px 0px 3px; padding:6px 2px 2px 6px;
font-weight:bold; font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
text-decoration:underline;
background:#f2f2f2;
color:#730707;
border:1px solid #ccc;
width:83px;
cursor:pointer !important;
-moz-border-radius:5px; -webkit-border-radius:5px;
}
.darkbg{
background:#ddd !important;
}
#status{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status2{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status3{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status4{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status5{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status6{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#prasad{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files li img{ max-width:180px; max-height:150px; }
.success{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: -12px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload{list-style:none;}
ul#files2{ list-style:none; padding:0; margin:0; }
ul#files2 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files2 li img{ max-width:180px; max-height:150px; }
.success2{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload2{list-style:none;}
ul#files3{ list-style:none; padding:0; margin:0; }
ul#files3 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files3 li img{ max-width:180px; max-height:150px; }
.success3{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload3{list-style:none;}
ul#files4{ list-style:none; padding:0; margin:0; }
ul#files4 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files4 li img{ max-width:180px; max-height:150px; }
.success4{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload4{list-style:none;}
ul#files5{ list-style:none; padding:0; margin:0; }
ul#files5 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files5 li img{ max-width:180px; max-height:150px; }
.success5{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload5{list-style:none;}
ul#files6{ list-style:none; padding:0; margin:0; }
ul#files6 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files6 li img{ max-width:180px; max-height:150px; }
.success6{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload6{list-style:none;}
/*.error{ background:#f0c6c3; border:1px solid #cc6622; }*/
.success_horoscope{padding:2px; text-align:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; list-style:none;} | css/Ajaxfile-upload.css | margin:18px 3px 0px 3px; padding:2px 2px 2px 6px;
font-weight:bold; font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
text-decoration:underline;
background:#f2f2f2;
color:#730707;
border:1px solid #ccc;
width:180px;
cursor:pointer !important;
-moz-border-radius:5px; -webkit-border-radius:5px;
}
.styleall{
margin:18px 3px 0px 3px; padding:6px 2px 2px 6px;
font-weight:bold; font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-align:left;
text-decoration:underline;
background:#f2f2f2;
color:#730707;
border:1px solid #ccc;
width:83px;
cursor:pointer !important;
-moz-border-radius:5px; -webkit-border-radius:5px;
}
.darkbg{
background:#ddd !important;
}
#status{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status2{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status3{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status4{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status5{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#status6{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
#prasad{
font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#333; padding:0px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files li img{ max-width:180px; max-height:150px; }
.success{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: -12px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload{list-style:none;}
ul#files2{ list-style:none; padding:0; margin:0; }
ul#files2 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files2 li img{ max-width:180px; max-height:150px; }
.success2{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload2{list-style:none;}
ul#files3{ list-style:none; padding:0; margin:0; }
ul#files3 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files3 li img{ max-width:180px; max-height:150px; }
.success3{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload3{list-style:none;}
ul#files4{ list-style:none; padding:0; margin:0; }
ul#files4 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files4 li img{ max-width:180px; max-height:150px; }
.success4{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload4{list-style:none;}
ul#files5{ list-style:none; padding:0; margin:0; }
ul#files5 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files5 li img{ max-width:180px; max-height:150px; }
.success5{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload5{list-style:none;}
ul#files6{ list-style:none; padding:0; margin:0; }
ul#files6 li{ padding:5px; margin-bottom:2px; width:84px; float:left; margin-right:2px; list-style:none;}
ul#files6 li img{ max-width:180px; max-height:150px; }
.success6{/*background:none repeat scroll 0 0 #FCE9E9; border:1px solid #EAC7C7;*/ margin-left:0px; margin-top: 0px; padding:2px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; color:#730707; list-style:none;}
.nameupload6{list-style:none;}
/*.error{ background:#f0c6c3; border:1px solid #cc6622; }*/
.success_horoscope{padding:2px; text-align:left; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size:10px; list-style:none;} | 0.172311 | 0.084947 |
.data_list{
border: 1px solid #E5E5E5;
padding: 10px;
background-color: #FDFDFD;
margin-top: 0px;
margin-bottom: 10px;
}
.data_list .data_list_title{
font-size: 15px;
font-weight: bold;
border-bottom: 1px solid #E5E5E5;
padding-bottom: 10px;
padding-top: 5px;
font-family: Lato,"PingFang SC","Microsoft YaHei",sans-serif;
}
.data_list .data_list_title img{
margin-top: 1px;
vertical-align: top;
}
.data_list .datas ul {
list-style-type: none;
padding-left: 15px;
}
.datas ul {
list-style-type: none;
padding-left: 15px;
}
.data_list .datas ul li {
margin-top: 10px;
}
.data_list .data_list_title .datas{
padding: 5px;
}
.datas .date ,.datas .title {
display:block;
line-height: 1.5;
font-family: Verdana,Arial,Helvetica,sans-serif;
padding-bottom: 5px;
font-size: 26px;
text-align: center;
font-weight: 550;
}
.datas .date a{
color: #935A32;
/*font-weight: 400;*/
}
.datas .title a{
color: #333;
font-weight: 400;
}
.datas .summary{
display:block;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 19.5px;
padding-top: 5px;
font-size: 13px;
color: rgb(0, 0, 0);
}
.datas .img{
display:block;
clear:both;
}
.datas img{
padding:10px;
padding-left:0px;
max-height: 150px;
max-width:300px;
}
.datas .info{
display:block;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
/*float: right;*/
font-size: 12px;
text-align: center;
}
.data_list .user_image{
text-align: center;
}
.data_list .user_image img{
padding-top:10px;
width: 200px;;
height: 250px;;
}
.data_list .nickName , .data_list .slogan{
text-align: center;
}
.data_list .blog_title{
margin-top:20px;
text-align: center;
}
.data_list .blog_info{
text-align: center;
}
.data_list .blog_content{
margin-top:20px;
padding-bottom: 30px;
}
.data_list .blog_share{
padding-left: 330px;
padding-bottom: 20px;
padding-top: 10px
}
.data_list .blog_keyWord{
margin-top:20px;
padding-bottom: 30px;
padding-left: 30px;
}
.data_list .blog_keyWord a{
color: black;
font-style: italic;
}
.data_list .blog_lastAndNextPage{
border-top:1px dotted black;
padding: 10px;
}
.data_list .search{
padding: 5px;
}
.article {
display: block;
position: relative;
padding: 64px 12%;
}
.headline {
font-size: 2.6em;
font-weight: 700;
line-height: 1.2;
letter-spacing: -1px;
margin: 0px;
padding: 0px 0px 12px 0px;
}
.archive-holder {
background: #ffffff;
position: relative;
margin-bottom: 48px;
}
.radius-full {
border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}
.shadow {
box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
}
.post-holder, .page-holder, .blog-holder, .archive-holder {
background: #ffffff;
position: relative;
margin-bottom: 48px;
}
user agent stylesheet
div {
display: block;
}
body {
background-color: #EEEEEE;
color: #333333;
color: rgba(0, 0, 0, .7);
/*font-size: 1.1em;*/
font-family: 'Roboto', Arial, Helvetica, sans-serif;
font-weight: 300;
line-height: 1.7;
margin: 0px;
padding: 0px;
} | src/main/webapp/static/css/blog.css | .data_list{
border: 1px solid #E5E5E5;
padding: 10px;
background-color: #FDFDFD;
margin-top: 0px;
margin-bottom: 10px;
}
.data_list .data_list_title{
font-size: 15px;
font-weight: bold;
border-bottom: 1px solid #E5E5E5;
padding-bottom: 10px;
padding-top: 5px;
font-family: Lato,"PingFang SC","Microsoft YaHei",sans-serif;
}
.data_list .data_list_title img{
margin-top: 1px;
vertical-align: top;
}
.data_list .datas ul {
list-style-type: none;
padding-left: 15px;
}
.datas ul {
list-style-type: none;
padding-left: 15px;
}
.data_list .datas ul li {
margin-top: 10px;
}
.data_list .data_list_title .datas{
padding: 5px;
}
.datas .date ,.datas .title {
display:block;
line-height: 1.5;
font-family: Verdana,Arial,Helvetica,sans-serif;
padding-bottom: 5px;
font-size: 26px;
text-align: center;
font-weight: 550;
}
.datas .date a{
color: #935A32;
/*font-weight: 400;*/
}
.datas .title a{
color: #333;
font-weight: 400;
}
.datas .summary{
display:block;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 19.5px;
padding-top: 5px;
font-size: 13px;
color: rgb(0, 0, 0);
}
.datas .img{
display:block;
clear:both;
}
.datas img{
padding:10px;
padding-left:0px;
max-height: 150px;
max-width:300px;
}
.datas .info{
display:block;
font-family: Verdana, Arial, Helvetica, sans-serif;
line-height: 18px;
/*float: right;*/
font-size: 12px;
text-align: center;
}
.data_list .user_image{
text-align: center;
}
.data_list .user_image img{
padding-top:10px;
width: 200px;;
height: 250px;;
}
.data_list .nickName , .data_list .slogan{
text-align: center;
}
.data_list .blog_title{
margin-top:20px;
text-align: center;
}
.data_list .blog_info{
text-align: center;
}
.data_list .blog_content{
margin-top:20px;
padding-bottom: 30px;
}
.data_list .blog_share{
padding-left: 330px;
padding-bottom: 20px;
padding-top: 10px
}
.data_list .blog_keyWord{
margin-top:20px;
padding-bottom: 30px;
padding-left: 30px;
}
.data_list .blog_keyWord a{
color: black;
font-style: italic;
}
.data_list .blog_lastAndNextPage{
border-top:1px dotted black;
padding: 10px;
}
.data_list .search{
padding: 5px;
}
.article {
display: block;
position: relative;
padding: 64px 12%;
}
.headline {
font-size: 2.6em;
font-weight: 700;
line-height: 1.2;
letter-spacing: -1px;
margin: 0px;
padding: 0px 0px 12px 0px;
}
.archive-holder {
background: #ffffff;
position: relative;
margin-bottom: 48px;
}
.radius-full {
border-radius: 3px;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
}
.shadow {
box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
-moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .08);
}
.post-holder, .page-holder, .blog-holder, .archive-holder {
background: #ffffff;
position: relative;
margin-bottom: 48px;
}
user agent stylesheet
div {
display: block;
}
body {
background-color: #EEEEEE;
color: #333333;
color: rgba(0, 0, 0, .7);
/*font-size: 1.1em;*/
font-family: 'Roboto', Arial, Helvetica, sans-serif;
font-weight: 300;
line-height: 1.7;
margin: 0px;
padding: 0px;
} | 0.143788 | 0.085099 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900|PT+Sans:400,700");
html,
body {
box-sizing: border-box;
margin: 0;
padding: 0;
background-color: #f3f4f7;
width: 100%;
overflow-x: hidden;
font-family: "Montserrat", sans-serif;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
color: #ecb728;
}
header {
width: 100%;
position: relative;
}
.menu-wrap {
position: relative;
margin: 0 auto;
max-width: 900px;
width: 100%;
padding: 25px;
color: #025472;
min-height: 300px;
display: flex;
justify-content: flex-start;
flex-direction: column;
}
.menu-wrap .top {
max-width: 550px;
}
.menu-wrap .top h1 {
font-size: 60px;
margin: 25px 0px 25px 0px;
font-weight: 900;
}
.menu-wrap .top h2 {
font-weight: 400;
font-size: 22px;
margin-bottom: 50px;
}
.menu-wrap .bottom {
position: relative;
right: 0;
margin-top: auto;
max-width: 400px;
width: 100%;
max-width: 400px;
height: 100px;
align-self: flex-end;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
}
.menu-wrap .bottom a {
display: inline-block;
background-color: #ecb728;
color: #f3f4f7;
text-transform: uppercase;
padding: 10px 20px;
text-decoration: none;
border-radius: 0.4em;
text-align: center;
font-size: 18px;
font-weight: 700;
margin-left: 25px;
margin-bottom: 15px;
}
.menu-wrap .bottom a:hover {
background-color: #a0780e;
}
.sub-menu-wrap {
position: relative;
width: 100%;
background-color: #038bbd;
padding: 5px 20px;
display: flex;
justify-content: space-evenly;
align-items: center;
align-content: center;
flex-wrap: wrap;
}
.sub-menu-wrap .sub-menu {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-wrap: wrap;
margin: 0 auto;
max-width: 900px;
width: 100%;
}
.sub-menu-wrap .sub-menu a {
text-align: center;
font-family: "PT Sans", sans-serif;
width: calc(25% - 20px);
min-width: 120px;
margin: 10px;
text-decoration: none;
background-color: #f3f4f7;
padding-bottom: 2px;
text-transform: lowercase;
font-weight: 700;
padding: 10px 0px;
border-radius: 0.4em;
color: #025472;
font-size: 16px;
}
.sub-menu-wrap .sub-menu a:hover {
background-color: white;
}
.content {
font-family: "PT Sans", sans-serif;
padding: 25px;
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
color: #025472;
}
.content h2 {
margin: 50px 0px 15px 0px;
font-weight: 400px;
font-family: "Montserrat", sans-serif;
border-bottom: solid 1px #038bbd;
}
.content h3 {
margin: 20px 0px 10px 0px;
font-weight: 700px;
font-family: "Montserrat", sans-serif;
font-size: 14px;
}
.content p {
line-height: 1.4rem;
padding: 5px 25px;
}
.content pre {
margin: 25px;
border-top: solid 3px #038bbd;
}
.content code {
padding: 10px;
}
footer {
padding: 25px;
border-top: solid 2px #038bbd;
width: 100%;
}
table {
width: calc(100% - 25px);
position: relative;
margin: 0 auto;
border-collapse: collapse;
}
table thead {
color: #f3f4f7;
background-color: #038bbd;
}
table thead th {
font-size: 16px;
text-align: center;
font-weight: 700;
padding: 10px 15px;
text-transform: uppercase;
}
table tbody tr {
border-bottom: solid 2px #c5cad8;
}
table tbody tr td {
padding: 5px 15px;
font-size: 14px;
}
table tbody tr td:nth-child(2) {
color: rgba(2, 84, 114, 0.7);
}
.mtgtooltip,
.mtgtooltip2,
.mtgtooltip4,
.mtgtooltip5 {
color: goldenrod;
}
.justaexample {
color: red;
}
p.center {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
img.mtgtooltip6 {
width: 125px;
height: 125px;
border-radius: 50%;
overflow: hidden;
margin: 10px;
cursor:pointer;
}
.mynewclass {
background-color: #ccc;
padding: 5px;
} | assets/styles.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,700,900|PT+Sans:400,700");
html,
body {
box-sizing: border-box;
margin: 0;
padding: 0;
background-color: #f3f4f7;
width: 100%;
overflow-x: hidden;
font-family: "Montserrat", sans-serif;
}
* {
box-sizing: border-box;
}
a {
text-decoration: none;
color: #ecb728;
}
header {
width: 100%;
position: relative;
}
.menu-wrap {
position: relative;
margin: 0 auto;
max-width: 900px;
width: 100%;
padding: 25px;
color: #025472;
min-height: 300px;
display: flex;
justify-content: flex-start;
flex-direction: column;
}
.menu-wrap .top {
max-width: 550px;
}
.menu-wrap .top h1 {
font-size: 60px;
margin: 25px 0px 25px 0px;
font-weight: 900;
}
.menu-wrap .top h2 {
font-weight: 400;
font-size: 22px;
margin-bottom: 50px;
}
.menu-wrap .bottom {
position: relative;
right: 0;
margin-top: auto;
max-width: 400px;
width: 100%;
max-width: 400px;
height: 100px;
align-self: flex-end;
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
align-items: center;
}
.menu-wrap .bottom a {
display: inline-block;
background-color: #ecb728;
color: #f3f4f7;
text-transform: uppercase;
padding: 10px 20px;
text-decoration: none;
border-radius: 0.4em;
text-align: center;
font-size: 18px;
font-weight: 700;
margin-left: 25px;
margin-bottom: 15px;
}
.menu-wrap .bottom a:hover {
background-color: #a0780e;
}
.sub-menu-wrap {
position: relative;
width: 100%;
background-color: #038bbd;
padding: 5px 20px;
display: flex;
justify-content: space-evenly;
align-items: center;
align-content: center;
flex-wrap: wrap;
}
.sub-menu-wrap .sub-menu {
display: flex;
justify-content: center;
align-items: center;
align-content: center;
flex-wrap: wrap;
margin: 0 auto;
max-width: 900px;
width: 100%;
}
.sub-menu-wrap .sub-menu a {
text-align: center;
font-family: "PT Sans", sans-serif;
width: calc(25% - 20px);
min-width: 120px;
margin: 10px;
text-decoration: none;
background-color: #f3f4f7;
padding-bottom: 2px;
text-transform: lowercase;
font-weight: 700;
padding: 10px 0px;
border-radius: 0.4em;
color: #025472;
font-size: 16px;
}
.sub-menu-wrap .sub-menu a:hover {
background-color: white;
}
.content {
font-family: "PT Sans", sans-serif;
padding: 25px;
position: relative;
width: 100%;
max-width: 900px;
margin: 0 auto;
color: #025472;
}
.content h2 {
margin: 50px 0px 15px 0px;
font-weight: 400px;
font-family: "Montserrat", sans-serif;
border-bottom: solid 1px #038bbd;
}
.content h3 {
margin: 20px 0px 10px 0px;
font-weight: 700px;
font-family: "Montserrat", sans-serif;
font-size: 14px;
}
.content p {
line-height: 1.4rem;
padding: 5px 25px;
}
.content pre {
margin: 25px;
border-top: solid 3px #038bbd;
}
.content code {
padding: 10px;
}
footer {
padding: 25px;
border-top: solid 2px #038bbd;
width: 100%;
}
table {
width: calc(100% - 25px);
position: relative;
margin: 0 auto;
border-collapse: collapse;
}
table thead {
color: #f3f4f7;
background-color: #038bbd;
}
table thead th {
font-size: 16px;
text-align: center;
font-weight: 700;
padding: 10px 15px;
text-transform: uppercase;
}
table tbody tr {
border-bottom: solid 2px #c5cad8;
}
table tbody tr td {
padding: 5px 15px;
font-size: 14px;
}
table tbody tr td:nth-child(2) {
color: rgba(2, 84, 114, 0.7);
}
.mtgtooltip,
.mtgtooltip2,
.mtgtooltip4,
.mtgtooltip5 {
color: goldenrod;
}
.justaexample {
color: red;
}
p.center {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
img.mtgtooltip6 {
width: 125px;
height: 125px;
border-radius: 50%;
overflow: hidden;
margin: 10px;
cursor:pointer;
}
.mynewclass {
background-color: #ccc;
padding: 5px;
} | 0.378574 | 0.071397 |
@media screen and (max-width:1015px){
.mod-main {
margin: 0px!important;
}
.video-responsive {
margin-bottom: 10px!important;
width: 100%!important;
height: 100%!important;
}
.movie-poster {
/* margin-left: 0px!important; */
margin-bottom: 10px!important;
width: 100%!important;
height: 100%!important;
}
.media-content {
margin-right: 160px;
}
.movie-info {
margin-left: 10px!important;
width: 60%!important;
}
.media-graphics {
margin-left: 110px!important;
}
}
@media screen and (max-width:950px){
.mod-main {
margin: 0;
}
.video-responsive {
margin-bottom: 10px;
}
.movie-poster {
margin-left: 0;
margin-bottom: 10px;
}
.movie-info {
margin: 0px!important;
}
.media-graphics {
margin-left: 95px!important;
}
.purchase-btn {
font-size: 12px;
}
.fav-button {
margin-right: 40px!important;
}
}
@media screen and (max-width:860px){
.media-graphics {
margin-left: 50px!important;
}
}
@media screen and (max-width:750px){
.header-title {
font-size: 50px!important;
}
.media-graphics {
margin-left: 100px!important;
}
.fav-functions {
margin-left: 15px!important;
}
.rating-info {
margin-right: 15px!important;
}
.movie-info {
margin-left: 0px!important;
width: 80%!important;
}
}
@media screen and (max-width:655px){
.movie-title {
font-size: 30px!important;
}
.media-graphics {
margin-left: 120px!important;
}
.media-content {
margin-right: 145px;
}
.movie-info {
margin-left: 0px!important;
width: 90%!important;
}
}
@media screen and (max-width:600px){
.header-title {
font-size: 35px!important;
}
.media-graphics {
margin-left: 93px!important;
}
.media-content {
margin-right: 145px;
}
.movie-info {
margin-left: 0px!important;
width: 90%!important;
}
}
@media screen and (max-width:550px){
.media-graphics {
margin-left: 93px!important;
}
.media-content {
margin-right: 140px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
}
@media screen and (max-width:500px){
.media-graphics {
margin-left: 55px!important;
}
.media-content {
margin-right: 80px;
margin-left: 0px!important;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
}
@media screen and (max-width:445px){
.header-title {
font-size: 30px!important;
}
.media-graphics {
margin-left: 40px!important;
}
.media-content {
margin-right: 80px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
}
@media screen and (max-width:380px){
.movie-title {
font-size: 20px!important;
}
.media-graphics {
margin-left: 25px!important;
}
.media-content {
margin-right: 90px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
}
@media screen and (max-width:355px){
.header-title {
font-size: 25px!important;
}
.media-graphics {
margin-left: 10px!important;
}
.media-content {
margin-right: 90px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
.fav-functions {
margin-left: 5px!important;
}
.rating-info {
margin-right: 5px!important;
}
}
@media screen and (max-width:320px){
.header-title {
font-size: 20px!important;
}
.media-graphics {
margin-left: 10px!important;
}
.media-content {
margin-right: 90px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
.fav-functions {
margin-left: 0px!important;
}
.rating-info {
margin-right: 0px!important;
}
}
@media screen and (max-width:285px){
.media-graphics {
margin-left: 10px!important;
}
.media-content {
margin-right: 90px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
.fav-functions {
margin-left: -5px!important;
}
.rating-info {
margin-right: -5px!important;
}
} | client/src/Mobile.css | @media screen and (max-width:1015px){
.mod-main {
margin: 0px!important;
}
.video-responsive {
margin-bottom: 10px!important;
width: 100%!important;
height: 100%!important;
}
.movie-poster {
/* margin-left: 0px!important; */
margin-bottom: 10px!important;
width: 100%!important;
height: 100%!important;
}
.media-content {
margin-right: 160px;
}
.movie-info {
margin-left: 10px!important;
width: 60%!important;
}
.media-graphics {
margin-left: 110px!important;
}
}
@media screen and (max-width:950px){
.mod-main {
margin: 0;
}
.video-responsive {
margin-bottom: 10px;
}
.movie-poster {
margin-left: 0;
margin-bottom: 10px;
}
.movie-info {
margin: 0px!important;
}
.media-graphics {
margin-left: 95px!important;
}
.purchase-btn {
font-size: 12px;
}
.fav-button {
margin-right: 40px!important;
}
}
@media screen and (max-width:860px){
.media-graphics {
margin-left: 50px!important;
}
}
@media screen and (max-width:750px){
.header-title {
font-size: 50px!important;
}
.media-graphics {
margin-left: 100px!important;
}
.fav-functions {
margin-left: 15px!important;
}
.rating-info {
margin-right: 15px!important;
}
.movie-info {
margin-left: 0px!important;
width: 80%!important;
}
}
@media screen and (max-width:655px){
.movie-title {
font-size: 30px!important;
}
.media-graphics {
margin-left: 120px!important;
}
.media-content {
margin-right: 145px;
}
.movie-info {
margin-left: 0px!important;
width: 90%!important;
}
}
@media screen and (max-width:600px){
.header-title {
font-size: 35px!important;
}
.media-graphics {
margin-left: 93px!important;
}
.media-content {
margin-right: 145px;
}
.movie-info {
margin-left: 0px!important;
width: 90%!important;
}
}
@media screen and (max-width:550px){
.media-graphics {
margin-left: 93px!important;
}
.media-content {
margin-right: 140px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
}
@media screen and (max-width:500px){
.media-graphics {
margin-left: 55px!important;
}
.media-content {
margin-right: 80px;
margin-left: 0px!important;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
}
@media screen and (max-width:445px){
.header-title {
font-size: 30px!important;
}
.media-graphics {
margin-left: 40px!important;
}
.media-content {
margin-right: 80px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
}
@media screen and (max-width:380px){
.movie-title {
font-size: 20px!important;
}
.media-graphics {
margin-left: 25px!important;
}
.media-content {
margin-right: 90px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
}
@media screen and (max-width:355px){
.header-title {
font-size: 25px!important;
}
.media-graphics {
margin-left: 10px!important;
}
.media-content {
margin-right: 90px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
.fav-functions {
margin-left: 5px!important;
}
.rating-info {
margin-right: 5px!important;
}
}
@media screen and (max-width:320px){
.header-title {
font-size: 20px!important;
}
.media-graphics {
margin-left: 10px!important;
}
.media-content {
margin-right: 90px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
.fav-functions {
margin-left: 0px!important;
}
.rating-info {
margin-right: 0px!important;
}
}
@media screen and (max-width:285px){
.media-graphics {
margin-left: 10px!important;
}
.media-content {
margin-right: 90px;
}
.movie-info {
margin-left: 0px!important;
width: 100%!important;
}
.fav-functions {
margin-left: -5px!important;
}
.rating-info {
margin-right: -5px!important;
}
} | 0.232659 | 0.082809 |
html {
overflow: hidden;
height: 100%;
}
body {
font-family: Helvetica, sans-serif;
font-size: 13px;
background: #ddd;
margin: 0;
padding: 0;
height: 100%;
display: flex;
flex-direction: column;
align-content: stretch;
}
body > * {
flex: 0 1 auto;
align-self: auto;
}
body > h1 {
padding: 1rem;
margin: 0;
font-size: 20px;
color: #444;
}
textarea {
font-family: "andale mono", "lucida console", monospace;
font-size: 12px;
display: block;
resize: none;
}
.row {
margin: 0 0;
flex: 1 1 auto;
align-self: stretch;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
}
.col {
position: relative;
box-sizing: border-box;
margin: 0 1rem 0 0;
padding: 0;
width: 50%;
flex: 1 1 auto;
align-self: stretch;
}
.col:first-child {
margin: 0 1rem 0 1rem;
}
.col {
display: flex;
flex-direction: column;
align-content: stretch;
}
.col .hd {
flex: 0 1 auto;
align-self: auto;
}
.col > div, .col textarea {
flex: 1 1 auto;
align-self: stretch;
}
label {
display: block;
padding: 4px 0;
font-weight: bold;
color: #777;
}
.tools {
position: absolute;
top: 0;
right: 0;
padding: 0;
}
.panel {
background: #fff;
border: 1px solid #aaaaaa;
outline: none;
display: block;
margin: 0;
padding: 4px;
box-sizing: border-box;
}
#text_preview {
overflow: auto;
}
#md_input {
background: #f6f6f6;
}
#syntax_guide,
#html_output {
display: none;
}
#credit1 {
background: url(https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png) -27px -15px no-repeat;
position: absolute;
top: 0;
right: 0;
text-indent: -999em;
display: block;
overflow: hidden;
height: 108px;
width: 108px;
zoom: .8;
}
#foot {
min-height: 1rem;
}
.tab {
padding: 0;
margin: 0;
list-style: none;
}
.tab li {
display: inline-block;
}
.tab li a {
display: block;
padding: 4px 10px;
text-decoration: none;
color: #999;
background: #eee;
margin: 0 1px;
}
.tab .current a {
color: #555;
background: #fff;
padding-bottom: 5px;
margin: -1px 0;
border: 1px solid #aaa;
}
#text_preview {
padding: 0 1em 4px 1em;
color: #444;
font-size: 13px;
line-height: 1.4;
}
#text_preview h1 {
line-height: 1.1;
font-size: 2em;
}
#text_preview h2 {
line-height: 1.1;
font-size: 1.6em;
}
#text_preview h3 {
line-height: 1.14;
font-size: 1.36em;
}
#text_preview h4 {
line-height: 1.2;
font-size: 1.14em;
}
#text_preview h5 {
line-height: 1.24;
font-size: 1em;
}
#text_preview h6 {
line-height: 1.24;
font-size: 1em;
}
#text_preview code {
background: #f4f4f4;
}
#text_preview table {
border-collapse : collapse;
}
#text_preview table th,
#text_preview table td {
padding : 4px 8px;
border : 1px solid #aaa;
}
#text_preview ul {
margin-left: 0;
padding-left: 2em;
}
#text_preview acronym {
text-decoration : none;
border-bottom : 1px dotted #888;
cursor: help;
}
#text_preview blockquote {
margin-left: .6em;
padding-left: 1em;
border-left: .4em solid #ddd;
}
#text_preview pre > code {
display: block;
}
#text_preview .caps {
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: .1em;
} | docs/app.css | html {
overflow: hidden;
height: 100%;
}
body {
font-family: Helvetica, sans-serif;
font-size: 13px;
background: #ddd;
margin: 0;
padding: 0;
height: 100%;
display: flex;
flex-direction: column;
align-content: stretch;
}
body > * {
flex: 0 1 auto;
align-self: auto;
}
body > h1 {
padding: 1rem;
margin: 0;
font-size: 20px;
color: #444;
}
textarea {
font-family: "andale mono", "lucida console", monospace;
font-size: 12px;
display: block;
resize: none;
}
.row {
margin: 0 0;
flex: 1 1 auto;
align-self: stretch;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
}
.col {
position: relative;
box-sizing: border-box;
margin: 0 1rem 0 0;
padding: 0;
width: 50%;
flex: 1 1 auto;
align-self: stretch;
}
.col:first-child {
margin: 0 1rem 0 1rem;
}
.col {
display: flex;
flex-direction: column;
align-content: stretch;
}
.col .hd {
flex: 0 1 auto;
align-self: auto;
}
.col > div, .col textarea {
flex: 1 1 auto;
align-self: stretch;
}
label {
display: block;
padding: 4px 0;
font-weight: bold;
color: #777;
}
.tools {
position: absolute;
top: 0;
right: 0;
padding: 0;
}
.panel {
background: #fff;
border: 1px solid #aaaaaa;
outline: none;
display: block;
margin: 0;
padding: 4px;
box-sizing: border-box;
}
#text_preview {
overflow: auto;
}
#md_input {
background: #f6f6f6;
}
#syntax_guide,
#html_output {
display: none;
}
#credit1 {
background: url(https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png) -27px -15px no-repeat;
position: absolute;
top: 0;
right: 0;
text-indent: -999em;
display: block;
overflow: hidden;
height: 108px;
width: 108px;
zoom: .8;
}
#foot {
min-height: 1rem;
}
.tab {
padding: 0;
margin: 0;
list-style: none;
}
.tab li {
display: inline-block;
}
.tab li a {
display: block;
padding: 4px 10px;
text-decoration: none;
color: #999;
background: #eee;
margin: 0 1px;
}
.tab .current a {
color: #555;
background: #fff;
padding-bottom: 5px;
margin: -1px 0;
border: 1px solid #aaa;
}
#text_preview {
padding: 0 1em 4px 1em;
color: #444;
font-size: 13px;
line-height: 1.4;
}
#text_preview h1 {
line-height: 1.1;
font-size: 2em;
}
#text_preview h2 {
line-height: 1.1;
font-size: 1.6em;
}
#text_preview h3 {
line-height: 1.14;
font-size: 1.36em;
}
#text_preview h4 {
line-height: 1.2;
font-size: 1.14em;
}
#text_preview h5 {
line-height: 1.24;
font-size: 1em;
}
#text_preview h6 {
line-height: 1.24;
font-size: 1em;
}
#text_preview code {
background: #f4f4f4;
}
#text_preview table {
border-collapse : collapse;
}
#text_preview table th,
#text_preview table td {
padding : 4px 8px;
border : 1px solid #aaa;
}
#text_preview ul {
margin-left: 0;
padding-left: 2em;
}
#text_preview acronym {
text-decoration : none;
border-bottom : 1px dotted #888;
cursor: help;
}
#text_preview blockquote {
margin-left: .6em;
padding-left: 1em;
border-left: .4em solid #ddd;
}
#text_preview pre > code {
display: block;
}
#text_preview .caps {
font-variant: small-caps;
text-transform: lowercase;
letter-spacing: .1em;
} | 0.488771 | 0.091058 |
img
{
border: none;
margin: 0;
padding: 0;
width: 170px;
height: 170px;
}
body
{
font-family:'Indie Flower', cursive;
font-size: 14px;
background-color: #fff;
}
h1
{
font-size: 50px;
}
h3
{
font-size: 20px;
color: #d16c6a;
}
main
{
text-align: center;
width: 980px;
margin: 0 auto;
}
figure {
width: 170px;
height: 170px;
margin: 0;
padding: 0;
background: #fff;
overflow: hidden;
display: inline-block;
margin-top: 15px;
}
.column {
margin: 15px 15px 0;
padding: 0;
}
.column::after {
content: '';
clear: both;
}
.column div {
position: relative;
margin: 0 0 0 25px;
padding: 0;
display: inline;
justify-content: space-between;
}
.mainHeader {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.monospace {
font-family: 'Indie Flower', cursive;
}
.hidden
{
display: none;
}
.container
{
width: 980px;
margin: 0 auto;
background-color: #fff;
}
.mainNav
{
width: 500px;
height: 25px;
margin-top: 45px;
margin-left: auto;
text-align: center;
}
.mainNav ul
{
list-style-type: none;
padding: 0;
}
.mainNav ul li
{
font-size: 14px;
display: inline;
cursor: pointer;
margin-left: 30px;
text-align: center;
}
.mainNav ul li a
{
color: #323001;
background-color: #fff;
}
.mainNav ul li a:hover {
padding: 5px;
background-color: #d16c6a
}
.selected
{
padding: 5px 0px 5px 0px;
background-color: #d16c6a;
}
.hover1 figure {
background: #1abc9c;
}
.hover1 figure img {
opacity: 1;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover1 figure:hover img {
opacity: .5;
}
.mainFooter
{
display: flex;
flex-direction: row;
margin-top: 20px;
background-color: #fbead3;
justify-content: flex-start;
height: 100px;
}
.footerNav
{
width: 380px;
height: 25px;
margin-left: 50px;
}
.footerNav ul
{
padding: 0;
list-style-type: none;
width: 500px;
margin-left: 0;
}
.footerNav ul li
{
cursor: pointer;
display: inline;
margin-right: 55px;
font-size: 17px;
}
.footerNav ul li a
{
color: #d16c6a;
}
.footerNav ul li a:hover
{
color: #E5B0A4;
} | web/css/main.css | img
{
border: none;
margin: 0;
padding: 0;
width: 170px;
height: 170px;
}
body
{
font-family:'Indie Flower', cursive;
font-size: 14px;
background-color: #fff;
}
h1
{
font-size: 50px;
}
h3
{
font-size: 20px;
color: #d16c6a;
}
main
{
text-align: center;
width: 980px;
margin: 0 auto;
}
figure {
width: 170px;
height: 170px;
margin: 0;
padding: 0;
background: #fff;
overflow: hidden;
display: inline-block;
margin-top: 15px;
}
.column {
margin: 15px 15px 0;
padding: 0;
}
.column::after {
content: '';
clear: both;
}
.column div {
position: relative;
margin: 0 0 0 25px;
padding: 0;
display: inline;
justify-content: space-between;
}
.mainHeader {
display: flex;
flex-direction: row;
justify-content: flex-start;
}
.monospace {
font-family: 'Indie Flower', cursive;
}
.hidden
{
display: none;
}
.container
{
width: 980px;
margin: 0 auto;
background-color: #fff;
}
.mainNav
{
width: 500px;
height: 25px;
margin-top: 45px;
margin-left: auto;
text-align: center;
}
.mainNav ul
{
list-style-type: none;
padding: 0;
}
.mainNav ul li
{
font-size: 14px;
display: inline;
cursor: pointer;
margin-left: 30px;
text-align: center;
}
.mainNav ul li a
{
color: #323001;
background-color: #fff;
}
.mainNav ul li a:hover {
padding: 5px;
background-color: #d16c6a
}
.selected
{
padding: 5px 0px 5px 0px;
background-color: #d16c6a;
}
.hover1 figure {
background: #1abc9c;
}
.hover1 figure img {
opacity: 1;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}
.hover1 figure:hover img {
opacity: .5;
}
.mainFooter
{
display: flex;
flex-direction: row;
margin-top: 20px;
background-color: #fbead3;
justify-content: flex-start;
height: 100px;
}
.footerNav
{
width: 380px;
height: 25px;
margin-left: 50px;
}
.footerNav ul
{
padding: 0;
list-style-type: none;
width: 500px;
margin-left: 0;
}
.footerNav ul li
{
cursor: pointer;
display: inline;
margin-right: 55px;
font-size: 17px;
}
.footerNav ul li a
{
color: #d16c6a;
}
.footerNav ul li a:hover
{
color: #E5B0A4;
} | 0.23634 | 0.062046 |
@font-face {font-family:'Roboto Mono';src: url('robotomono-light.woff2') format('woff2')}
@font-face {font-family:'Open Sans';src: url('opensans-regular.woff2') format('woff2')}
@font-face {font-family:'Open Sans';src: url('opensans-bold.woff2') format('woff2');font-weight:700}
#toolbar{margin-top:10px}
#input-files{display:none}
body{
margin:0;
font:15px 'Open Sans',sans-serif;
cursor:default;
line-height:1.8;
background-color:#f4f4f4;
color:#3c3c3c;
}
.text-center{text-align:center}
table{
border-collapse:collapse;
width:100%;
}
tr.verified{background-color:#e7f7ea}
tr.error{background-color:#f9e8e8}
tr>td:nth-child(2){position:relative}
.row-options{
font:15px 'Open Sans',sans-serif;
position:absolute;
top:0;
right:0;
height:100%;
box-sizing:border-box;
line-height:2.5;
padding-left:40px;
padding-right:10px;
background:linear-gradient(to right, transparent 0%, #f9f6f6 20px,#f9f6f6 100%);
}
.row-options img{height:16px;vertical-align:middle}
.row-options .option:hover{cursor:pointer}
td,th{
padding:6px 10px;
}
th{background-color:#ddd}
th:first-child,td:first-child{border-radius:4px 0 0 4px;text-align:left}
th:last-child,td:last-child{border-radius:0 4px 4px 0;text-align:right}
tr{border-bottom:1px solid #ddd}
tr:last-child{border-bottom:none}
tr.verified td:last-child:before, tr.error td:last-child:before{
padding:2px 6px;
border-radius:2px; margin-right:4px;
font-family:'Open Sans',sans-serif;
font-size:80%;
font-weight:700;
color:#fff;
}
tr.verified td:last-child:before{
content:"Verified";
background-color:#44a41c;
}
tr.error td:last-child:before{
content:"Not valid";
background-color:#cc2f1f;
}
tbody tr:hover{background-color:#f9f6f6}
#message{
text-align:center;
padding: 80px 20px;
font-size:110%;
border: 3px dashed #bbb;
border-radius:3px;
}
header{
padding:10px 0;
margin-bottom:20px;
}
.row:after{
content: " ";
display:block;
clear:both;
}
header .column{
width:50%;
float:left;
box-sizing:border-box;
}
header .column:last-child{text-align:right}
.max-width{
max-width:960px;
margin: 0 auto;
}
header{background-color:#dcc;transition:background-color .2s}
body.crc32 header{background-color:#83db88}
body.md5 header{background-color:#f78572}
body.sha1 header{background-color:#8ad9ee}
#icon{
background-color:rgba(255,255,255,.7);
display:inline-block;
line-height:0;
padding:14px;
box-sizing:border-box;
width:80px;
height:80px;
border-radius:40px;
margin:0 10px 0 0;
vertical-align:middle;
background-color:rgba(0,0,0,.1) 0 4px
}
#icon img{width:100%}
h1{
margin:0;
display:inline;
}
#description{
color:#999;
text-align:center;
}
a.icon{
border-radius:40px;
color:#fff!important;
text-decoration:none;
padding: 4px 16px;
}
a.icon.github{background-color:#171515;transition:background-color .2s}
a.icon.github:hover{background-color:#373535}
tr>td:nth-child(n+2){font-family:'Roboto Mono', monospace}
/* forms */
select,button{
cursor:pointer;
box-sizing:border-box;
font-family:inherit;
font-size:100%;
font-weight:inherit;
outline:0;
border:none;
border-radius:3px;
padding:5px 12px;
height:36px;
color:inherit;
background-color:inherit;
border:1px solid rgba(0,0,0,.2);
transition:all .2s;
}
select{
padding-right:20px;
-webkit-appearance:none;
-moz-appearance:none;
text-overflow:'';
background-image:url('expand.svg');
background-position:100% center;
background-repeat:no-repeat;
}
select:hover,select:focus,button:hover{background-color:rgba(255,255,255,.4)}
select::-ms-expand{display:none}
footer{
font-size:13px;
font-size:87%;
line-height:2.2;
}
body.crc32 a{
color:#40a214;
transition:color .2s;
}
body.md5 a{color:#d03737}
body.sha1 a{color:#3775d0}
body a:hover{color:orange}
/* MarcDragAndDrop */
#drop-overlay{
z-index:9000;
background:radial-gradient(ellipse at center, #fff 0%,transparent 70%);
position:fixed;
top:0; left:0;
width:100%; height:100%;
padding:50px 0;
font-size:22px;
text-align:center;
text-shadow:#fff 0 0 8px;
opacity:0;
visibility:hidden;
transition: visibility .2s,opacity .2s;
}
#drop-overlay:before{
content:"";
display:block;
height:40%
}
body.dragging-files #drop-overlay{visibility:visible;opacity:1;}
body.dragging-files #drop-message{visibility:hidden!important}
/* responsive */
@media only screen and (max-width:981px){
header{padding:20px}
#wrapper{margin:20px}
}
@media only screen and (max-width:641px){
header{
padding:12px 8px;
margin-bottom:0
}
footer{display:none}
#toolbar{text-align:center}
#wrapper{margin:0 0}
header .column{
width:auto;
float:none;
text-align:center!important;
}
#message{
margin:20px;
}
body{
font-size:14px
}
h1{font-size:140%}
#icon{
padding:8px;
width:40px;
height:40px;
}
thead{display:none}
tr{display:block;}
tr>td{
display:block;
}
tr>td:nth-child(1){
padding-bottom:0;
}
tr>td:nth-child(2){
font-size:90%;
text-align:left;
padding-top:0;
}
} | src/sfv-checker.css |
@font-face {font-family:'Roboto Mono';src: url('robotomono-light.woff2') format('woff2')}
@font-face {font-family:'Open Sans';src: url('opensans-regular.woff2') format('woff2')}
@font-face {font-family:'Open Sans';src: url('opensans-bold.woff2') format('woff2');font-weight:700}
#toolbar{margin-top:10px}
#input-files{display:none}
body{
margin:0;
font:15px 'Open Sans',sans-serif;
cursor:default;
line-height:1.8;
background-color:#f4f4f4;
color:#3c3c3c;
}
.text-center{text-align:center}
table{
border-collapse:collapse;
width:100%;
}
tr.verified{background-color:#e7f7ea}
tr.error{background-color:#f9e8e8}
tr>td:nth-child(2){position:relative}
.row-options{
font:15px 'Open Sans',sans-serif;
position:absolute;
top:0;
right:0;
height:100%;
box-sizing:border-box;
line-height:2.5;
padding-left:40px;
padding-right:10px;
background:linear-gradient(to right, transparent 0%, #f9f6f6 20px,#f9f6f6 100%);
}
.row-options img{height:16px;vertical-align:middle}
.row-options .option:hover{cursor:pointer}
td,th{
padding:6px 10px;
}
th{background-color:#ddd}
th:first-child,td:first-child{border-radius:4px 0 0 4px;text-align:left}
th:last-child,td:last-child{border-radius:0 4px 4px 0;text-align:right}
tr{border-bottom:1px solid #ddd}
tr:last-child{border-bottom:none}
tr.verified td:last-child:before, tr.error td:last-child:before{
padding:2px 6px;
border-radius:2px; margin-right:4px;
font-family:'Open Sans',sans-serif;
font-size:80%;
font-weight:700;
color:#fff;
}
tr.verified td:last-child:before{
content:"Verified";
background-color:#44a41c;
}
tr.error td:last-child:before{
content:"Not valid";
background-color:#cc2f1f;
}
tbody tr:hover{background-color:#f9f6f6}
#message{
text-align:center;
padding: 80px 20px;
font-size:110%;
border: 3px dashed #bbb;
border-radius:3px;
}
header{
padding:10px 0;
margin-bottom:20px;
}
.row:after{
content: " ";
display:block;
clear:both;
}
header .column{
width:50%;
float:left;
box-sizing:border-box;
}
header .column:last-child{text-align:right}
.max-width{
max-width:960px;
margin: 0 auto;
}
header{background-color:#dcc;transition:background-color .2s}
body.crc32 header{background-color:#83db88}
body.md5 header{background-color:#f78572}
body.sha1 header{background-color:#8ad9ee}
#icon{
background-color:rgba(255,255,255,.7);
display:inline-block;
line-height:0;
padding:14px;
box-sizing:border-box;
width:80px;
height:80px;
border-radius:40px;
margin:0 10px 0 0;
vertical-align:middle;
background-color:rgba(0,0,0,.1) 0 4px
}
#icon img{width:100%}
h1{
margin:0;
display:inline;
}
#description{
color:#999;
text-align:center;
}
a.icon{
border-radius:40px;
color:#fff!important;
text-decoration:none;
padding: 4px 16px;
}
a.icon.github{background-color:#171515;transition:background-color .2s}
a.icon.github:hover{background-color:#373535}
tr>td:nth-child(n+2){font-family:'Roboto Mono', monospace}
/* forms */
select,button{
cursor:pointer;
box-sizing:border-box;
font-family:inherit;
font-size:100%;
font-weight:inherit;
outline:0;
border:none;
border-radius:3px;
padding:5px 12px;
height:36px;
color:inherit;
background-color:inherit;
border:1px solid rgba(0,0,0,.2);
transition:all .2s;
}
select{
padding-right:20px;
-webkit-appearance:none;
-moz-appearance:none;
text-overflow:'';
background-image:url('expand.svg');
background-position:100% center;
background-repeat:no-repeat;
}
select:hover,select:focus,button:hover{background-color:rgba(255,255,255,.4)}
select::-ms-expand{display:none}
footer{
font-size:13px;
font-size:87%;
line-height:2.2;
}
body.crc32 a{
color:#40a214;
transition:color .2s;
}
body.md5 a{color:#d03737}
body.sha1 a{color:#3775d0}
body a:hover{color:orange}
/* MarcDragAndDrop */
#drop-overlay{
z-index:9000;
background:radial-gradient(ellipse at center, #fff 0%,transparent 70%);
position:fixed;
top:0; left:0;
width:100%; height:100%;
padding:50px 0;
font-size:22px;
text-align:center;
text-shadow:#fff 0 0 8px;
opacity:0;
visibility:hidden;
transition: visibility .2s,opacity .2s;
}
#drop-overlay:before{
content:"";
display:block;
height:40%
}
body.dragging-files #drop-overlay{visibility:visible;opacity:1;}
body.dragging-files #drop-message{visibility:hidden!important}
/* responsive */
@media only screen and (max-width:981px){
header{padding:20px}
#wrapper{margin:20px}
}
@media only screen and (max-width:641px){
header{
padding:12px 8px;
margin-bottom:0
}
footer{display:none}
#toolbar{text-align:center}
#wrapper{margin:0 0}
header .column{
width:auto;
float:none;
text-align:center!important;
}
#message{
margin:20px;
}
body{
font-size:14px
}
h1{font-size:140%}
#icon{
padding:8px;
width:40px;
height:40px;
}
thead{display:none}
tr{display:block;}
tr>td{
display:block;
}
tr>td:nth-child(1){
padding-bottom:0;
}
tr>td:nth-child(2){
font-size:90%;
text-align:left;
padding-top:0;
}
} | 0.135504 | 0.077762 |
@charset "UTF-8"; /* Folha de EStilo */
body {
background-color: #dddddd;
}
div#quadro1 {
width: 1100px;
height: 650px;
background-color: beige;
margin: 100px auto 5px auto; /* cima - esq - baixo - dir */
box-shadow: 10px 10px 10px rgb(54, 50, 50, 0.5);
/* desl. hor - vert - espalhamento - côr */
}
img#foto {
position: relative;
border: 8px solid grey;
box-shadow: yellow;
left: 450px;
top: 10px;
}
div#logo {
text-align: center;
/* como não há "img-align", colcoco a "img" dentro de uma "div" e faço assim */
}
div#quadro {
width: 1100px;
height: auto;
background-color: white;
margin: 100px auto 40px auto; /* cima - esq - baixo - dir */
padding-bottom: 20px;
box-shadow: 10px 10px 10px rgb(54, 50, 50, 0.5);
/* desl. hor - vert - espalhamento - côr */
}
div#quadro2 {
width: 1100px;
height: 50px;
background-color: white;
margin: 20px auto 10px auto;
box-shadow: 10px 10px 10px rgb(54, 50, 50, 0.5);
/* desl. hor - vert - espalhamento - côr */
}
h1 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 22pt;
color: rgb(7, 7, 230);
text-shadow: 2px 2px 2px black;
position: relative;
text-align: center;
top:80px;
}
div#quadro li {
font-size: 23px;
text-align: justify;
margin-left: 20px;
margin-right: 20px;
}
div#quadro h2 {
position: relative;
top:20px;
}
h2 {
color: red;
text-align: center;
font-family: 'Times New Roman', Times, serif;
font-size: 28px;
}
h3 {
color: blue;
font-family: 'Times New Roman', Times, serif;
font-size: 22px;
text-align: center;
}
h4 { /* Meu nome */
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 22pt;
color: rgb(7, 7, 230);
position: relative;
text-align: center;
top: 20px;
}
h5 {
text-align: center;
font-size: larger;
font-style: italic;
}
p {
position: relative;
top: 10px;
text-indent: 50px;
font-size: 18pt;
color: black;
margin-left: 20px;
margin-right: 20px;
}
div#quadro1 p { text-align: justify; }
div#quadro p {
text-align: left;
}
/* Formatação do MENU ( posição Absoluta) */
nav#menu {
display: block; /* faz o menu flutuar */
}
nav#menu ul {
list-style: none; /* retira os traços de tópicos*/
text-transform: uppercase; /* menu em maiúsculo */
position: absolute;
top: 30px; /* pode ser negativo ex: -25px */
left: 100px; /* posição do menu, partindo da esquerda */
}
nav#menu li {
display: inline-block; /* menu fica horizontal */
background-color: rgb(54, 50, 50);
padding: 5px; /* espaço ao redor do item do menu */
margin: 4px; /* espaço entre itens do menu (em toda a volta) */
transition: background-color 0.5s;
}
nav#menu li:hover { /* efeitos ao passar o cursor do mouse no menu */
background-color:cornflowerblue
}
nav#menu a {
color:white; /* cor do texto do menu */
text-decoration: none; /* retira o underline */
}
ul#cursos {
line-height: 35px;
}
picture#hobby {
position: absolute;
top: 330px;
left: 100px;
}
/* nav#menu a:hover { color: red; } */ | estilo.css | @charset "UTF-8"; /* Folha de EStilo */
body {
background-color: #dddddd;
}
div#quadro1 {
width: 1100px;
height: 650px;
background-color: beige;
margin: 100px auto 5px auto; /* cima - esq - baixo - dir */
box-shadow: 10px 10px 10px rgb(54, 50, 50, 0.5);
/* desl. hor - vert - espalhamento - côr */
}
img#foto {
position: relative;
border: 8px solid grey;
box-shadow: yellow;
left: 450px;
top: 10px;
}
div#logo {
text-align: center;
/* como não há "img-align", colcoco a "img" dentro de uma "div" e faço assim */
}
div#quadro {
width: 1100px;
height: auto;
background-color: white;
margin: 100px auto 40px auto; /* cima - esq - baixo - dir */
padding-bottom: 20px;
box-shadow: 10px 10px 10px rgb(54, 50, 50, 0.5);
/* desl. hor - vert - espalhamento - côr */
}
div#quadro2 {
width: 1100px;
height: 50px;
background-color: white;
margin: 20px auto 10px auto;
box-shadow: 10px 10px 10px rgb(54, 50, 50, 0.5);
/* desl. hor - vert - espalhamento - côr */
}
h1 {
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 22pt;
color: rgb(7, 7, 230);
text-shadow: 2px 2px 2px black;
position: relative;
text-align: center;
top:80px;
}
div#quadro li {
font-size: 23px;
text-align: justify;
margin-left: 20px;
margin-right: 20px;
}
div#quadro h2 {
position: relative;
top:20px;
}
h2 {
color: red;
text-align: center;
font-family: 'Times New Roman', Times, serif;
font-size: 28px;
}
h3 {
color: blue;
font-family: 'Times New Roman', Times, serif;
font-size: 22px;
text-align: center;
}
h4 { /* Meu nome */
font-family: Georgia, 'Times New Roman', Times, serif;
font-size: 22pt;
color: rgb(7, 7, 230);
position: relative;
text-align: center;
top: 20px;
}
h5 {
text-align: center;
font-size: larger;
font-style: italic;
}
p {
position: relative;
top: 10px;
text-indent: 50px;
font-size: 18pt;
color: black;
margin-left: 20px;
margin-right: 20px;
}
div#quadro1 p { text-align: justify; }
div#quadro p {
text-align: left;
}
/* Formatação do MENU ( posição Absoluta) */
nav#menu {
display: block; /* faz o menu flutuar */
}
nav#menu ul {
list-style: none; /* retira os traços de tópicos*/
text-transform: uppercase; /* menu em maiúsculo */
position: absolute;
top: 30px; /* pode ser negativo ex: -25px */
left: 100px; /* posição do menu, partindo da esquerda */
}
nav#menu li {
display: inline-block; /* menu fica horizontal */
background-color: rgb(54, 50, 50);
padding: 5px; /* espaço ao redor do item do menu */
margin: 4px; /* espaço entre itens do menu (em toda a volta) */
transition: background-color 0.5s;
}
nav#menu li:hover { /* efeitos ao passar o cursor do mouse no menu */
background-color:cornflowerblue
}
nav#menu a {
color:white; /* cor do texto do menu */
text-decoration: none; /* retira o underline */
}
ul#cursos {
line-height: 35px;
}
picture#hobby {
position: absolute;
top: 330px;
left: 100px;
}
/* nav#menu a:hover { color: red; } */ | 0.15084 | 0.049382 |
.bg1{
background-color: #ffffff;
height: 200px;
}
.bg2{
background-color: #ffffff;
height: 120px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 0pt;
border-top-width: 0pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
.bg3{
background-color: #ffffff;
height: 740px;
width: 560px;
}
.bg4{
background-color: #ffffff;
height: 780px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 1pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
.bg5{
background-color: #ffffff;
height:50px;
width: 380px;
}
.bg6{
background-color: #ffffff;
height: 90px;
width: auto;
}
.bg7{
background-color: #ffffff;
height: 560px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 0pt;
border-left-width: 0pt;
border-style: solid;
border-color:black;
}
.bg8{
background-color: #ffffff;
height: 50px;
width: auto;
}
.bg9{
background-color: #ffffff;
}
._bg1{
background-color: #ffffff;
height: 200px;
}
._bg2{
background-color: #ffffff;
height: 120px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 0pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
._bg4{
background-color: #ffffff;
height: 520px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 1pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
._bg5{
background-color: #ffffff;
height:50px;
width: 380px;
}
._bg6{
background-color: #ffffff;
height: 90px;
width: auto;
}
._bg7{
background-color: #ffffff;
height: 400px;
width: 560px;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 0pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
._bg8{
background-color: #ffdd6c;
height: 50px;
width: auto;
}
._bg9{
background-color: #ffffff;
height: 100px;
border-right-width: 0pt;
border-bottom-width: 0pt;
border-top-width: 0pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
._bg10{
background-color: #ffffff00;
}
/*Button*/
.btnmenu{
background-color: #ffffff00;
text-align: center;
font-size: large;
color: rgb(40, 0, 151);
border: 1px solid #00000000;
border-radius: 25px;
cursor : pointer;
padding: 1px 10px;
z-index: 3;
}
.btnmenu:hover{
color:rgb(158, 123, 255);
}
.btnhome{
background-color: #ffffff;
text-align: center;
font-size: x-large;
border: 1px solid #ffffff;
border-radius: 25px;
padding: 3px 0px;
color: rgb(40, 0, 151);
}
.btnhome:hover{
color:rgb(158, 123, 255);
text-decoration: none;
}
.btnprofil{
background-color: #ffffff;
text-align: center;
font-size: x-large;
border: 1px solid #ffffff;
border-radius: 25px;
padding: 3px 0px;
color: rgb(40, 0, 151);
}
.btnprofil:hover{
color:rgb(158, 123, 255);
text-decoration: none;
}
.btnupload{
background-color: #ffffff;
text-align: center;
font-size: large;
border: 1px solid rgb(40, 0, 151);;
border-radius: 25px;
padding: 5px 145px;
color: rgb(40, 0, 151);
}
.btnupload:hover{
background-color: rgb(40, 0, 151);
color:white;
}
.btncancel{
background-color: #ffffff;
border-color: #ffffff;
text-align: center;
font-size: x-large;
border: 1px solid rgb(40, 0, 151);;
border-radius: 25px;
padding: 2px 100px;
color: rgb(40, 0, 151);
}
.btncancel:hover{
background-color: rgb(40, 0, 151);
color:white;
}
.btnsave{
background-color: #ffc402;
border-color: #ffc402;
text-align: center;
font-size: x-large;
border: 1px solid #ffc402;
border-radius: 25px;
padding: 2px 100px;
color: rgb(40, 0, 151);
}
.btnsave:hover{
background-color: #dd8717;
border-color: #dd8717;
color:white;
}
.btnpost{
background-color: #ffc402;
border-color: #ffc402;
text-align: center;
font-size: x-large;
border: 1px solid #ffc402;
border-radius: 25px;
padding: 0px 70px;
color: rgb(40, 0, 151);
}
.btnpost:hover{
background-color:#dd8717;
border-color: #dd8717;
color:white;
text-decoration: none;
}
.edit-profil-btn{
color:rgb(40, 0, 151);
}
.edit-profil-btn:hover{
text-decoration: none;
color:rgb(158, 123, 255);
}
.btnjelajah{
background-color: #ffffff;
border-color: #ffffff;
text-align: center;
font-size: x-large;
border: 1px solid #ffffff;
border-radius: 25px;
padding: 3px 133px;
color: rgb(40, 0, 151);
}
.btnjelajah:hover{
color: rgb(158, 123, 255);
text-decoration: none;
}
/*Dropdown*/
.dropdown {
position: relative;
display: inline-block;
z-index: 3;
}
.dropdown-child {
display: none;
background-color: rgb(40, 0, 151);
min-width: 200px;
z-index: 3;
}
.dropdown-child a {
color: white;
padding: 10px;
font-size: 20pt;
display: block;
z-index: 3;
}
.dropdown:hover .dropdown-child {
display: block;
}
.dropdown-child a:hover {
background-color:white;
color:rgb(40, 0, 151);
text-decoration: none;
}
/*Position*/
.logo-position{
position: absolute;
top: 7vh;
left: 15vh;
}
.beranda-position{
position: absolute;
top: 6vh;
left: 5vh;
font-size: 2em;
color :rgb(40, 0, 151);
}
.beranda1-position{
position: absolute;
top: 6vh;
left: 5vh;
font-size: 2em;
color :rgb(40, 0, 151);
}
.beranda1-position:hover{
text-decoration: none;
color:rgb(158, 123, 255);
}
.menu-position{
position: absolute;
top: 1vh;
left:4vh;
font-size:4em;
}
.search-position{
position: absolute;
top: 6vh;
right: 5vh;
}
.nav1-position{
position: absolute;
top: 1vh;
left: 12vh;
font-size: 2em;
color:rgb(40, 0, 151);
}
.nav2-position{
position: absolute;
top: 1vh;
left: 12vh;
font-size: 2em;
color: rgb(40, 0, 151);
}
.nav3-position{
position: absolute;
top: 4vh;
left: 13vh;
}
.cancel-position{
position: absolute;
top: 1vh;
left: 35vh;
}
.save-position{
position: absolute;
top: 1vh;
left: 80vh;
}
.upload-position{
position: absolute;
top: 35vh;
left: 23vh;
}
.bio-position{
position: absolute;
top: 43vh;
left: 5vh;
}
.form-position{
position: absolute;
top: 8vh;
left: 3vh;
}
/*Font*/
.impact{
font-family: "open-sans", sans-serif;
font-weight: bold;
}
.impact2{
font-family: "open-sans", sans-serif;
color:rgb(40, 0, 151);
}
/*Shape*/
.lingkaran{
position: absolute;
top: 6vh;
left: 35vh;
width: 200px;
height: 200px;
background: #ffc402;
border-radius: 100%;
}
.box1{
width: 1150px;
border: 1px solid rgb(0, 0, 0);
margin: 10px;
border-radius: 10px;
text-align: center;
}
.garis{
border-width: 2pt;
border-color:rgb(0, 0, 0);
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 0pt;
border-left-width: 0pt;
border-style: solid;
border-color:black;
}
.sidenav{
height: 100%;
width: auto;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(255, 255, 255);
padding-top: 20px;
}
.main{
margin-left: 25%; /* Same as the width of the sidenav */
padding: 0px 10px;
} | public/css/style_detailuser2.css | .bg1{
background-color: #ffffff;
height: 200px;
}
.bg2{
background-color: #ffffff;
height: 120px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 0pt;
border-top-width: 0pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
.bg3{
background-color: #ffffff;
height: 740px;
width: 560px;
}
.bg4{
background-color: #ffffff;
height: 780px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 1pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
.bg5{
background-color: #ffffff;
height:50px;
width: 380px;
}
.bg6{
background-color: #ffffff;
height: 90px;
width: auto;
}
.bg7{
background-color: #ffffff;
height: 560px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 0pt;
border-left-width: 0pt;
border-style: solid;
border-color:black;
}
.bg8{
background-color: #ffffff;
height: 50px;
width: auto;
}
.bg9{
background-color: #ffffff;
}
._bg1{
background-color: #ffffff;
height: 200px;
}
._bg2{
background-color: #ffffff;
height: 120px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 0pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
._bg4{
background-color: #ffffff;
height: 520px;
width: auto;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 1pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
._bg5{
background-color: #ffffff;
height:50px;
width: 380px;
}
._bg6{
background-color: #ffffff;
height: 90px;
width: auto;
}
._bg7{
background-color: #ffffff;
height: 400px;
width: 560px;
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 0pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
._bg8{
background-color: #ffdd6c;
height: 50px;
width: auto;
}
._bg9{
background-color: #ffffff;
height: 100px;
border-right-width: 0pt;
border-bottom-width: 0pt;
border-top-width: 0pt;
border-left-width: 1pt;
border-style: solid;
border-color:black;
}
._bg10{
background-color: #ffffff00;
}
/*Button*/
.btnmenu{
background-color: #ffffff00;
text-align: center;
font-size: large;
color: rgb(40, 0, 151);
border: 1px solid #00000000;
border-radius: 25px;
cursor : pointer;
padding: 1px 10px;
z-index: 3;
}
.btnmenu:hover{
color:rgb(158, 123, 255);
}
.btnhome{
background-color: #ffffff;
text-align: center;
font-size: x-large;
border: 1px solid #ffffff;
border-radius: 25px;
padding: 3px 0px;
color: rgb(40, 0, 151);
}
.btnhome:hover{
color:rgb(158, 123, 255);
text-decoration: none;
}
.btnprofil{
background-color: #ffffff;
text-align: center;
font-size: x-large;
border: 1px solid #ffffff;
border-radius: 25px;
padding: 3px 0px;
color: rgb(40, 0, 151);
}
.btnprofil:hover{
color:rgb(158, 123, 255);
text-decoration: none;
}
.btnupload{
background-color: #ffffff;
text-align: center;
font-size: large;
border: 1px solid rgb(40, 0, 151);;
border-radius: 25px;
padding: 5px 145px;
color: rgb(40, 0, 151);
}
.btnupload:hover{
background-color: rgb(40, 0, 151);
color:white;
}
.btncancel{
background-color: #ffffff;
border-color: #ffffff;
text-align: center;
font-size: x-large;
border: 1px solid rgb(40, 0, 151);;
border-radius: 25px;
padding: 2px 100px;
color: rgb(40, 0, 151);
}
.btncancel:hover{
background-color: rgb(40, 0, 151);
color:white;
}
.btnsave{
background-color: #ffc402;
border-color: #ffc402;
text-align: center;
font-size: x-large;
border: 1px solid #ffc402;
border-radius: 25px;
padding: 2px 100px;
color: rgb(40, 0, 151);
}
.btnsave:hover{
background-color: #dd8717;
border-color: #dd8717;
color:white;
}
.btnpost{
background-color: #ffc402;
border-color: #ffc402;
text-align: center;
font-size: x-large;
border: 1px solid #ffc402;
border-radius: 25px;
padding: 0px 70px;
color: rgb(40, 0, 151);
}
.btnpost:hover{
background-color:#dd8717;
border-color: #dd8717;
color:white;
text-decoration: none;
}
.edit-profil-btn{
color:rgb(40, 0, 151);
}
.edit-profil-btn:hover{
text-decoration: none;
color:rgb(158, 123, 255);
}
.btnjelajah{
background-color: #ffffff;
border-color: #ffffff;
text-align: center;
font-size: x-large;
border: 1px solid #ffffff;
border-radius: 25px;
padding: 3px 133px;
color: rgb(40, 0, 151);
}
.btnjelajah:hover{
color: rgb(158, 123, 255);
text-decoration: none;
}
/*Dropdown*/
.dropdown {
position: relative;
display: inline-block;
z-index: 3;
}
.dropdown-child {
display: none;
background-color: rgb(40, 0, 151);
min-width: 200px;
z-index: 3;
}
.dropdown-child a {
color: white;
padding: 10px;
font-size: 20pt;
display: block;
z-index: 3;
}
.dropdown:hover .dropdown-child {
display: block;
}
.dropdown-child a:hover {
background-color:white;
color:rgb(40, 0, 151);
text-decoration: none;
}
/*Position*/
.logo-position{
position: absolute;
top: 7vh;
left: 15vh;
}
.beranda-position{
position: absolute;
top: 6vh;
left: 5vh;
font-size: 2em;
color :rgb(40, 0, 151);
}
.beranda1-position{
position: absolute;
top: 6vh;
left: 5vh;
font-size: 2em;
color :rgb(40, 0, 151);
}
.beranda1-position:hover{
text-decoration: none;
color:rgb(158, 123, 255);
}
.menu-position{
position: absolute;
top: 1vh;
left:4vh;
font-size:4em;
}
.search-position{
position: absolute;
top: 6vh;
right: 5vh;
}
.nav1-position{
position: absolute;
top: 1vh;
left: 12vh;
font-size: 2em;
color:rgb(40, 0, 151);
}
.nav2-position{
position: absolute;
top: 1vh;
left: 12vh;
font-size: 2em;
color: rgb(40, 0, 151);
}
.nav3-position{
position: absolute;
top: 4vh;
left: 13vh;
}
.cancel-position{
position: absolute;
top: 1vh;
left: 35vh;
}
.save-position{
position: absolute;
top: 1vh;
left: 80vh;
}
.upload-position{
position: absolute;
top: 35vh;
left: 23vh;
}
.bio-position{
position: absolute;
top: 43vh;
left: 5vh;
}
.form-position{
position: absolute;
top: 8vh;
left: 3vh;
}
/*Font*/
.impact{
font-family: "open-sans", sans-serif;
font-weight: bold;
}
.impact2{
font-family: "open-sans", sans-serif;
color:rgb(40, 0, 151);
}
/*Shape*/
.lingkaran{
position: absolute;
top: 6vh;
left: 35vh;
width: 200px;
height: 200px;
background: #ffc402;
border-radius: 100%;
}
.box1{
width: 1150px;
border: 1px solid rgb(0, 0, 0);
margin: 10px;
border-radius: 10px;
text-align: center;
}
.garis{
border-width: 2pt;
border-color:rgb(0, 0, 0);
border-right-width: 0pt;
border-bottom-width: 1pt;
border-top-width: 0pt;
border-left-width: 0pt;
border-style: solid;
border-color:black;
}
.sidenav{
height: 100%;
width: auto;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: rgb(255, 255, 255);
padding-top: 20px;
}
.main{
margin-left: 25%; /* Same as the width of the sidenav */
padding: 0px 10px;
} | 0.437103 | 0.071949 |
@media(max-width:1024px){
h2 {
font-size: 25px;
letter-spacing: 1.2px;
}
h3,.black h3 {
font-size: 18px;
}
.text {
font-size: 16px;
line-height: 1.7em;
}
.text2 {
font-size: 12px;
}
.text3 {
font-size: 7px;
}
.title-text {
line-height: 1.5em;
}
/* ポップアップ画像表示 */
.whitebg {
width: 600px;
height: 800px;
}
.popup-img-area {
width: 500px;
height: 750px;
}
/* HOME */
#TITLE {
font-size: 30px;
}
/* ABOUT */
.about-left {
width: 100%;
}
.about-right {
width: 100%;
margin-top: 20px;
}
.about-right h2,.about-right h3,.about-right p {
text-align: center;
}
/* SKILLS */
.skill {
width: 100%;
margin-bottom: 50px;
padding: 0 15px;
}
.skill p {
width: 85%;
margin: 0 auto;
text-align: center;
}
/* SERVICES */
.service-illust {
width: 100%;
margin-bottom: 15px;
}
.service-text {
width: 100%;
margin-bottom: 30px;
text-align: center;
}
.service-text h3 {
line-height: 1.7em;
margin-bottom: 10px;
}
.row2 {
flex-direction: column-reverse;
}
/* WORKS */
.work {
margin-bottom: 30px;
}
.work-title {
margin-bottom: 5px;
}
.comment {
margin-top: 5px;
}
}
@media(max-width:600px){
.wrapper {
padding-top: 40px;
padding-bottom: 40px;
}
h2 {
font-size: 25px;
}
h3,.black h3 {
font-size: 16px;
}
.text {
font-size: 14px;
}
.text2 {
font-size: 10px;
}
.title-text {
font-size: 13px;
margin-top: 5px;
}
.skills,.services,.works,form {
margin-top: 30px;
}
/* ポップアップ画像表示 */
.whitebg {
width: 300px;
height: 450px;
}
.whitebg-inner {
padding: 25px;
position: relative;
}
.popup-img-area {
width: 250px;
height: 400px;
}
/* header */
header {
height: 50px;
}
.row li {
display: none;
}
.menu-icon {
display: block;
}
/* HOME */
#TITLE {
font-size: 22px;
letter-spacing: 1.5px;
}
.home-wrapper {
height: 500px;
padding: 250px 0;
}
/* ABOUT */
.image img {
height: 150px;
width: 110px;
}
/* SKILLS */
.illust {
text-align: center;
margin: 10px 0;
}
.skill-icon {
font-size: 4em;
}
/* SERVICES */
.image2 img {
height: 125px;
}
/* WORKS */
.work {
width: 100%;
padding: 0 50px;
}
/* CONTACT */
.form-box {
margin-bottom: 15px;
}
.form-box input,.form-box textarea {
width: 100%;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}
.btn-box {
margin-top: 15px;
}
} | responsive.css | @media(max-width:1024px){
h2 {
font-size: 25px;
letter-spacing: 1.2px;
}
h3,.black h3 {
font-size: 18px;
}
.text {
font-size: 16px;
line-height: 1.7em;
}
.text2 {
font-size: 12px;
}
.text3 {
font-size: 7px;
}
.title-text {
line-height: 1.5em;
}
/* ポップアップ画像表示 */
.whitebg {
width: 600px;
height: 800px;
}
.popup-img-area {
width: 500px;
height: 750px;
}
/* HOME */
#TITLE {
font-size: 30px;
}
/* ABOUT */
.about-left {
width: 100%;
}
.about-right {
width: 100%;
margin-top: 20px;
}
.about-right h2,.about-right h3,.about-right p {
text-align: center;
}
/* SKILLS */
.skill {
width: 100%;
margin-bottom: 50px;
padding: 0 15px;
}
.skill p {
width: 85%;
margin: 0 auto;
text-align: center;
}
/* SERVICES */
.service-illust {
width: 100%;
margin-bottom: 15px;
}
.service-text {
width: 100%;
margin-bottom: 30px;
text-align: center;
}
.service-text h3 {
line-height: 1.7em;
margin-bottom: 10px;
}
.row2 {
flex-direction: column-reverse;
}
/* WORKS */
.work {
margin-bottom: 30px;
}
.work-title {
margin-bottom: 5px;
}
.comment {
margin-top: 5px;
}
}
@media(max-width:600px){
.wrapper {
padding-top: 40px;
padding-bottom: 40px;
}
h2 {
font-size: 25px;
}
h3,.black h3 {
font-size: 16px;
}
.text {
font-size: 14px;
}
.text2 {
font-size: 10px;
}
.title-text {
font-size: 13px;
margin-top: 5px;
}
.skills,.services,.works,form {
margin-top: 30px;
}
/* ポップアップ画像表示 */
.whitebg {
width: 300px;
height: 450px;
}
.whitebg-inner {
padding: 25px;
position: relative;
}
.popup-img-area {
width: 250px;
height: 400px;
}
/* header */
header {
height: 50px;
}
.row li {
display: none;
}
.menu-icon {
display: block;
}
/* HOME */
#TITLE {
font-size: 22px;
letter-spacing: 1.5px;
}
.home-wrapper {
height: 500px;
padding: 250px 0;
}
/* ABOUT */
.image img {
height: 150px;
width: 110px;
}
/* SKILLS */
.illust {
text-align: center;
margin: 10px 0;
}
.skill-icon {
font-size: 4em;
}
/* SERVICES */
.image2 img {
height: 125px;
}
/* WORKS */
.work {
width: 100%;
padding: 0 50px;
}
/* CONTACT */
.form-box {
margin-bottom: 15px;
}
.form-box input,.form-box textarea {
width: 100%;
font-size: 15px;
padding: 5px;
border-radius: 5px;
}
.btn-box {
margin-top: 15px;
}
} | 0.151592 | 0.090977 |
@charset "UTF-8";
progress,
sub,
sup {
vertical-align: baseline;
}
button,
hr,
input {
overflow: visible;
}
[type=checkbox],
[type=radio],
legend {
padding: 0;
box-sizing: border-box;
}
html,
legend {
box-sizing: border-box;
}
.pagination .invisible,
.ps-container.ps-in-scrolling,
.ps-container:hover.ps-in-scrolling,
[data-accordion-button] {
pointer-events: none
}
.card__chart--table,
.location__facts-table-hover,
.post__chart--table,
.table {
border-collapse: collapse
}
@font-face {
font-family: icomoon;
src: url(../../fonts/icomoon/icomoon.eot?pdgqzk);
src: url(../../fonts/icomoon/icomoon.eot?pdgqzk#iefix) format("embedded-opentype"), url(../../fonts/icomoon/icomoon.ttf?pdgqzk) format("truetype"), url(../../fonts/icomoon/icomoon.woff?pdgqzk) format("woff"), url(../../fonts/icomoon/icomoon.svg?pdgqzk#icomoon) format("svg");
font-weight: 400;
font-style: normal
}
[class*=" naeicon-"],
[class^=naeicon-] {
font-family: icomoon!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.naeicon-arrow:before {
content: "\e900";
}
.naeicon-arrow2:before {
content: "\e903";
}
.naeicon-close:before {
content: "\e904";
}
.naeicon-dropdown:before {
content: "\e905";
}
.naeicon-email:before {
content: "\e906";
}
.naeicon-hamburger:before {
content: "\e907";
}
.naeicon-minus .path1:before {
content: "\e908";
color: #000;
}
.naeicon-minus .path2:before {
content: "\e909";
margin-left: -1em;
color: #fff
}
.naeicon-plus .path1:before {
content: "\e90a";
color: #000
}
.naeicon-plus .path2:before {
content: "\e90b";
margin-left: -1em;
color: #fff
}
.naeicon-quote:before {
content: "\e90c"
}
.naeicon-search:before {
content: "\e90d"
}
.naeicon-share-naeicon--facebook-hover:before {
content: "\e901"
}
.naeicon-share-naeicon--twitter-hover:before {
content: "\e902"
}
.naeicon-search2:before {
content: "\e986"
}
@font-face {
font-family: FoundersGroteskWeb-Regular;
src: url(../../fonts/FoundersGroteskWeb-Regular.eot);
src: url(../../fonts/FoundersGroteskWeb-Regular.eot?iefix) format("eot"), url(../../fonts/FoundersGroteskWeb-Regular.woff2) format("woff2"), url(../../fonts/FoundersGroteskWeb-Regular.woff) format("woff"), url(../../fonts/FoundersGroteskWeb-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: FoundersGroteskWeb-Medium;
src: url(../../fonts/FoundersGroteskWeb-Medium.eot);
src: url(../../fonts/FoundersGroteskWeb-Medium.eot?iefix) format("eot"), url(../../fonts/FoundersGroteskWeb-Medium.woff2) format("woff2"), url(../../fonts/FoundersGroteskWeb-Medium.woff) format("woff"), url(../../fonts/FoundersGroteskWeb-Medium.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: FoundersGroteskTextWeb-Regular;
src: url(../../fonts/FoundersGroteskTextWeb-Regular.eot);
src: url(../../fonts/FoundersGroteskTextWeb-Regular.eot?iefix) format("eot"), url(../../fonts/FoundersGroteskTextWeb-Regular.woff2) format("woff2"), url(../../fonts/FoundersGroteskTextWeb-Regular.woff) format("woff"), url(../../fonts/FoundersGroteskTextWeb-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: FoundersGroteskTextWeb-Medium;
src: url(../../fonts/FoundersGroteskTextWeb-Medium.eot);
src: url(../../fonts/FoundersGroteskTextWeb-Medium.eot?iefix) format("eot"), url(../../fonts/FoundersGroteskTextWeb-Medium.woff2) format("woff2"), url(../../fonts/FoundersGroteskTextWeb-Medium.woff) format("woff"), url(../../fonts/FoundersGroteskTextWeb-Medium.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Lyon Text Web";
src: url(../../fonts/LyonText-Regular-Web.eot);
src: url(../../fonts/LyonText-Regular-Web.eot?iefix) format("eot"), url(../../fonts/LyonText-Regular-Web.woff2) format("woff2"), url(../../fonts/LyonText-Regular-Web.woff) format("woff"), url(../../fonts/LyonText-Regular-Web.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Lyon Text Web";
src: url(../../fonts/LyonText-RegularItalic-Web.eot);
src: url(../../fonts/LyonText-RegularItalic-Web.eot?iefix) format("eot"), url(../../fonts/LyonText-RegularItalic-Web.woff2) format("woff2"), url(../../fonts/LyonText-RegularItalic-Web.woff) format("woff"), url(../../fonts/LyonText-RegularItalic-Web.ttf) format("truetype");
font-weight: 400;
font-style: italic
}
@font-face {
font-family: "Lyon Text Web";
src: url(../../fonts/LyonText-Bold-Web.eot);
src: url(../../fonts/LyonText-Bold-Web.eot?iefix) format("eot"), url(../../fonts/LyonText-Bold-Web.woff2) format("woff2"), url(../../fonts/LyonText-Bold-Web.woff) format("woff"), url(../../fonts/LyonText-Bold-Web.ttf) format("truetype");
font-weight: 700;
font-style: normal
}
@font-face {
font-family: "Lyon Text Web";
src: url(../../fonts/LyonText-BoldItalic-Web.eot);
src: url(../../fonts/LyonText-BoldItalic-Web.eot?iefix) format("eot"), url(../../fonts/LyonText-BoldItalic-Web.woff2) format("woff2"), url(../../fonts/LyonText-BoldItalic-Web.woff) format("woff"), url(../../fonts/LyonText-BoldItalic-Web.ttf) format("truetype");
font-weight: 700;
font-style: italic
}
@font-face {
font-family: "Lyon Display Web";
src: url(../../fonts/LyonDisplay-Regular-Web.eot);
src: url(../../fonts/LyonDisplay-Regular-Web.eot?iefix) format("eot"), url(../../fonts/LyonDisplay-Regular-Web.woff2) format("woff2"), url(../../fonts/LyonDisplay-Regular-Web.woff) format("woff"), url(../../fonts/LyonDisplay-Regular-Web.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Lyon Display Web";
src: url(../../fonts/LyonDisplay-RegularItalic-Web.eot);
src: url(../../fonts/LyonDisplay-RegularItalic-Web.eot?iefix) format("eot"), url(../../fonts/LyonDisplay-RegularItalic-Web.woff2) format("woff2"), url(../../fonts/LyonDisplay-RegularItalic-Web.woff) format("woff"), url(../../fonts/LyonDisplay-RegularItalic-Web.ttf) format("truetype");
font-weight: 400;
font-style: italic
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
outline-width: 0;
text-decoration: none
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,
strong {
font-weight: bolder
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .67em 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.15
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
figure {
margin: 1em 40px
}
hr {
box-sizing: content-box
}
button,
input,
optgroup,
select,
textarea {
font: inherit;
margin: 0
}
optgroup {
font-weight: 700
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal
}
textarea {
overflow: auto;
resize: vertical
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
.ct-double-octave:before,
.ct-major-eleventh:before,
.ct-major-second:before,
.ct-major-seventh:before,
.ct-major-sixth:before,
.ct-major-tenth:before,
.ct-major-third:before,
.ct-major-twelfth:before,
.ct-minor-second:before,
.ct-minor-seventh:before,
.ct-minor-sixth:before,
.ct-minor-third:before,
.ct-octave:before,
.ct-perfect-fifth:before,
.ct-perfect-fourth:before,
.ct-square:before {
height: 0;
content: "";
float: left
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
.header__mobile-menu--trigger-open:focus,
.header__nav-list .search-icon,
.mobile-menu__contact-button:focus,
a:focus,
form button:focus,
form input:focus,
form select:focus,
form textarea:focus {
outline: 0
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-input-placeholder {
color: inherit;
opacity: .54
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
.chart-legend li,
.p__sans,
.p__sans-micro {
font-weight: 400;
font-style: normal
}
.ct-label {
fill: #FFF;
font-size: .75rem;
line-height: 1
}
.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
display: block;
display: -ms-flexbox;
display: flex
}
.ct-label.ct-horizontal.ct-start {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-label.ct-horizontal.ct-end {
-ms-flex-align: flex-start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-label.ct-vertical.ct-start {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-end;
justify-content: flex-end;
text-align: right;
text-anchor: end
}
.ct-label.ct-vertical.ct-end {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
text-anchor: start
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
-ms-flex-align: flex-start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
-ms-flex-align: flex-start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-ms-flex-pack: flex-end;
justify-content: flex-end;
text-align: right;
text-anchor: end
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: end
}
.ct-grid {
stroke: rgba(0, 0, 0, .2);
stroke-width: 1px;
stroke-dasharray: 2px
}
.ct-point {
stroke-width: 10px;
stroke-linecap: round
}
.ct-line {
fill: none;
stroke-width: 4px
}
.ct-area {
stroke: none;
fill-opacity: 1
}
.ct-bar {
fill: none;
stroke-width: 10px
}
.ct-slice-donut {
fill: none;
stroke-width: 60px
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
stroke: #21d279
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
fill: #21d279
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
stroke: #393745
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
fill: #393745
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
stroke: #6263ed
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
fill: #6263ed
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
stroke: #39377e
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
fill: #39377e
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
stroke: #86d8f8
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
fill: #86d8f8
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
stroke: #bce6ed
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
fill: #bce6ed
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
stroke: #0544d3
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
fill: #0544d3
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
stroke: #6b0392
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
fill: #6b0392
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
stroke: #f05b4f
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
fill: #f05b4f
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
stroke: #dda458
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
fill: #dda458
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
stroke: #eacf7d
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
fill: #eacf7d
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
stroke: #86797d
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
fill: #86797d
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
stroke: #b2c326
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
fill: #b2c326
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
stroke: #6188e2
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
fill: #6188e2
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
stroke: #a748ca
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
fill: #a748ca
}
.logo__triangle,
.state-map .state {
fill: #21d279
}
.ct-square {
display: block;
position: relative;
width: 100%
}
.ct-square:before {
display: block;
width: 0;
padding-bottom: 100%
}
.ct-square:after {
content: "";
display: table;
clear: both
}
.ct-square>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-second {
display: block;
position: relative;
width: 100%
}
.ct-minor-second:before {
display: block;
width: 0;
padding-bottom: 93.75%
}
.ct-minor-second:after {
content: "";
display: table;
clear: both
}
.ct-minor-second>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-second {
display: block;
position: relative;
width: 100%
}
.ct-major-second:before {
display: block;
width: 0;
padding-bottom: 88.88889%
}
.ct-major-second:after {
content: "";
display: table;
clear: both
}
.ct-major-second>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-third {
display: block;
position: relative;
width: 100%
}
.ct-minor-third:before {
display: block;
width: 0;
padding-bottom: 83.33333%
}
.ct-minor-third:after {
content: "";
display: table;
clear: both
}
.ct-minor-third>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-third {
display: block;
position: relative;
width: 100%
}
.ct-major-third:before {
display: block;
width: 0;
padding-bottom: 80%
}
.ct-major-third:after {
content: "";
display: table;
clear: both
}
.ct-major-third>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-perfect-fourth {
display: block;
position: relative;
width: 100%
}
.ct-perfect-fourth:before {
display: block;
width: 0;
padding-bottom: 75%
}
.ct-perfect-fourth:after {
content: "";
display: table;
clear: both
}
.ct-perfect-fourth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-perfect-fifth {
display: block;
position: relative;
width: 100%
}
.ct-perfect-fifth:before {
display: block;
width: 0;
padding-bottom: 66.66667%
}
.ct-perfect-fifth:after {
content: "";
display: table;
clear: both
}
.ct-perfect-fifth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-sixth {
display: block;
position: relative;
width: 100%
}
.ct-minor-sixth:before {
display: block;
width: 0;
padding-bottom: 62.5%
}
.ct-minor-sixth:after {
content: "";
display: table;
clear: both
}
.ct-minor-sixth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-golden-section {
display: block;
position: relative;
width: 100%
}
.ct-golden-section:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 61.8047%
}
.ct-golden-section:after {
content: "";
display: table;
clear: both
}
.ct-golden-section>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-sixth {
display: block;
position: relative;
width: 100%
}
.ct-major-sixth:before {
display: block;
width: 0;
padding-bottom: 60%
}
.ct-major-sixth:after {
content: "";
display: table;
clear: both
}
.ct-major-sixth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-seventh {
display: block;
position: relative;
width: 100%
}
.ct-minor-seventh:before {
display: block;
width: 0;
padding-bottom: 56.25%
}
.ct-minor-seventh:after {
content: "";
display: table;
clear: both
}
.ct-minor-seventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-seventh {
display: block;
position: relative;
width: 100%
}
.ct-major-seventh:before {
display: block;
width: 0;
padding-bottom: 53.33333%
}
.ct-major-seventh:after {
content: "";
display: table;
clear: both
}
.ct-major-seventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-octave {
display: block;
position: relative;
width: 100%
}
.ct-octave:before {
display: block;
width: 0;
padding-bottom: 50%
}
.ct-octave:after {
content: "";
display: table;
clear: both
}
.ct-octave>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-tenth {
display: block;
position: relative;
width: 100%
}
.ct-major-tenth:before {
display: block;
width: 0;
padding-bottom: 40%
}
.ct-major-tenth:after {
content: "";
display: table;
clear: both
}
.ct-major-tenth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-eleventh {
display: block;
position: relative;
width: 100%
}
.ct-major-eleventh:before {
display: block;
width: 0;
padding-bottom: 37.5%
}
.ct-major-eleventh:after {
content: "";
display: table;
clear: both
}
.ct-major-eleventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-twelfth {
display: block;
position: relative;
width: 100%
}
.ct-major-twelfth:before {
display: block;
width: 0;
padding-bottom: 33.33333%
}
.ct-major-twelfth:after {
content: "";
display: table;
clear: both
}
.ct-major-twelfth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-double-octave {
display: block;
position: relative;
width: 100%
}
.ct-double-octave:before {
display: block;
width: 0;
padding-bottom: 25%
}
.ct-double-octave:after {
content: "";
display: table;
clear: both
}
.ct-double-octave>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.chart-legend {
padding: 0 20px 0 10px
}
.chart-legend li {
position: relative;
padding-left: 23px;
margin-bottom: 3px;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
color: #9c9da1;
list-style: none;
font-size: 14px
}
@media (min-width:768px) {
.chart-legend li {
font-size: 16px
}
}
.chart-legend li:before {
width: 12px;
height: 12px;
position: absolute;
left: 0;
top: 5px;
content: '';
border: 3px solid transparent;
border-radius: 2px
}
.chart-legend li.inactive:before {
background: 0 0
}
.chart-legend .ct-series-0:before {
background-color: #21d279;
border-color: #21d279
}
.chart-legend .ct-series-1:before {
background-color: #393745;
border-color: #393745
}
.chart-legend .ct-series-2:before {
background-color: #6263ed;
border-color: #6263ed
}
.chart-legend .ct-series-3:before {
background-color: #39377e;
border-color: #39377e
}
.chart-legend .ct-series-4:before {
background-color: #86d8f8;
border-color: #86d8f8
}
.chart-legend .ct-series-5:before {
background-color: #bce6ed;
border-color: #bce6ed
}
.chart-legend .ct-series-6:before {
background-color: #0544d3;
border-color: #0544d3
}
.chart-legend .ct-series-7:before {
background-color: #6b0392;
border-color: #6b0392
}
.chart-legend .ct-series-8:before {
background-color: #f05b4f;
border-color: #f05b4f
}
.chart-legend .ct-series-9:before {
background-color: #dda458;
border-color: #dda458
}
.chart-legend .ct-series-10:before {
background-color: #eacf7d;
border-color: #eacf7d
}
.chart-legend .ct-series-11:before {
background-color: #86797d;
border-color: #86797d
}
.chart-legend .ct-series-12:before {
background-color: #b2c326;
border-color: #b2c326
}
.chart-legend .ct-series-13:before {
background-color: #6188e2;
border-color: #6188e2
}
.chart-legend .ct-series-14:before {
background-color: #a748ca;
border-color: #a748ca
}
.ps-container {
-ms-touch-action: none;
touch-action: none;
overflow: hidden!important;
-ms-overflow-style: none
}
@supports (-ms-overflow-style:none) {
.ps-container {
overflow: auto!important
}
}
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.ps-container {
overflow: auto!important
}
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
display: block;
background-color: transparent
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
background-color: #eee;
opacity: .9
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
background-color: #999
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
background-color: #eee;
opacity: .9
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
background-color: #999
}
.ps-container>.ps-scrollbar-x-rail {
display: none;
position: absolute;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0;
height: 15px
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
position: absolute;
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
bottom: 2px;
height: 6px
}
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
height: 11px
}
.ps-container>.ps-scrollbar-y-rail {
display: none;
position: absolute;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
right: 0;
width: 15px
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
position: absolute;
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
right: 2px;
width: 6px
}
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
width: 11px
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
background-color: #eee;
opacity: .9
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
background-color: #999
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
background-color: #eee;
opacity: .9
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
background-color: #999
}
.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
opacity: .6
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
background-color: #eee;
opacity: .9
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
background-color: #999
}
.ps-scrollbar-x-rail {
left: 0!important
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
opacity: .9;
background-color: transparent
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
html {
color: #222;
font-size: 1em;
line-height: 1.4
}
body {
background-color: #21d279;
color: #000;
font-family: "Lyon Text Web", Georgia, serif;
-ms-font-feature-settings: "liga", "kern", "clig";
-o-font-feature-settings: "liga", "kern", "clig";
font-feature-settings: "liga", "kern", "clig";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility
}
*,
:after,
:before {
box-sizing: inherit
}
*,
.nav-bar__location {
box-sizing: border-box
}
::-moz-selection {
background: #000;
color: #FFF;
text-shadow: none
}
::selection {
background: #000;
color: #FFF;
text-shadow: none
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle
}
fieldset {
border: 0;
margin: 0;
padding: 0
}
.browserupgrade {
margin: .2em 0;
background: #ccc;
color: #000;
padding: .2em 0
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
.invisible {
visibility: hidden
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table
}
.clearfix:after {
clear: both
}
@media print {
blockquote,
img,
pre,
tr {
page-break-inside: avoid
}
img {
background: 0 0!important;
color: #000!important;
box-shadow: none!important;
text-shadow: none!important;
max-width: 100%!important
}
* {
transition: none!important
}
a,
a:visited {
text-decoration: underline
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""
}
blockquote,
pre {
border: 1px solid #999
}
thead {
display: table-header-group
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
}
.button {
padding: 1em;
display: inline-block;
background-color: #21d279;
color: #FFF
}
.button:hover {
background-color: #6263F1;
color: #FFF
}
.icon--email,
.icon--facebook,
.icon--twitter,
.no-touchevents .icon--email:hover,
.no-touchevents .icon--facebook:hover,
.no-touchevents .icon--twitter:hover {
background-color: transparent;
background-position: 100% 100%;
background-size: 100%;
background-repeat: no-repeat
}
.p__sans-link,
a {
color: #000;
text-decoration: none
}
.h1__sans,
.h2__sans,
.h3__sans,
.h4__sans,
.h5__sans,
.h6__sans {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.h1__sans {
font-size: 36px;
line-height: 1.1
}
@media (min-width:768px) {
.h1__sans {
font-size: 48px;
line-height: 1.1
}
}
.h2__sans {
font-size: 24px;
line-height: 1.3
}
@media (min-width:1100px) {
.h2__sans {
font-size: 36px;
line-height: 1.1
}
}
.h3__sans {
font-size: 21px;
line-height: 1.1
}
@media (min-width:1100px) {
.h3__sans {
font-size: 24px;
line-height: 1.3
}
}
.h4__sans {
font-size: 21px;
line-height: 1.1
}
.h5__sans {
font-size: 18px;
line-height: 1
}
.h6__sans {
font-size: 16px;
line-height: 1
}
.h1__serif,
.h2__serif,
.h3__serif,
.h4__serif,
.h5__serif,
.h6__serif {
font-family: "Lyon Text Web", Georgia, serif;
font-weight: 400
}
.h1__serif {
font-size: 36px;
line-height: 1.35
}
@media (min-width:1100px) {
.h1__serif {
font-size: 48px;
line-height: 1.25
}
}
.h2__serif {
font-size: 36px;
line-height: 1.35
}
.h3__serif {
font-size: 24px;
line-height: 1.1
}
.h4__serif,
.h5__serif,
.h6__serif {
line-height: 1.55
}
.h4__serif {
font-size: 21px
}
.h5__serif {
font-size: 18px
}
.h6__serif {
font-size: 16px
}
.p__sans-micro {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-size: 14px;
line-height: 1.2
}
.p__sans {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-size: 21px;
line-height: 1.1
}
@media (min-width:768px) {
.p__sans {
font-size: 24px;
line-height: 1.3
}
}
@media (min-width:1100px) {
.p__sans {
font-size: 16px;
line-height: 1.1
}
}
.p__serif {
font-family: "Lyon Text Web", Georgia, serif;
font-size: 18px;
line-height: 1.55
}
.a__sans,
form input,
form select,
form textarea {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.p__sans-link {
display: inline-block;
position: relative
}
.p__sans-link:after {
content: "";
border-bottom: 2px solid #21d279;
display: block;
width: 100%;
position: absolute;
right: 0;
bottom: 6px;
left: 0
}
.a__sans {
font-size: 21px;
line-height: 1.1
}
@media (min-width:768px) {
.a__sans {
font-size: 24px;
line-height: 1.3
}
}
@media (min-width:1100px) {
.a__sans {
font-size: 16px;
line-height: 1.1
}
}
.icon {
display: inline-block
}
.icon--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg), none;
width: 16px;
height: 16px
}
.no-svg .icon--twitter,
.recent-news__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.png)
}
.no-touchevents .icon--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.svg), none
}
.no-svg .no-touchevents .icon--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png)
}
.icon--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.svg), none;
width: 8px;
height: 16px
}
.no-svg .icon--facebook,
.recent-news__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.png)
}
.no-touchevents .icon--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.svg), none
}
.no-svg .no-touchevents .icon--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png)
}
.icon--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.svg), none;
width: 18px;
height: 12px
}
.no-svg .icon--email,
.recent-news__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.png)
}
.no-touchevents .icon--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.svg), none
}
.no-svg .no-touchevents .icon--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png)
}
iframe[name=google_conversion_frame] {
height: 0!important;
width: 0!important;
line-height: 0!important;
font-size: 0!important;
margin-top: -13px;
float: left
}
.article__body form,
.post__body form {
max-width: 700px;
margin-top: 0
}
@media (min-width:768px) {
.article__body form,
.post__body form {
width: 76%;
margin-left: auto;
margin-right: auto
}
}
.article__body form input,
.article__body form select,
.article__body form textarea,
.post__body form input,
.post__body form select,
.post__body form textarea {
border: 2px solid #c5cdcb
}
.article__body form input:focus,
.article__body form select:focus,
.article__body form textarea:focus,
.post__body form input:focus,
.post__body form select:focus,
.post__body form textarea:focus {
border-color: #738680
}
.article__body .btn-green,
.post__body .btn-green {
background-color: #21d279
}
.article__body .btn-green:focus,
.article__body .btn-green:hover,
.post__body .btn-green:focus,
.post__body .btn-green:hover {
background-color: #000
}
form button,
form input,
form select,
form textarea {
border: 0;
background-color: transparent;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
font-size: 21px;
margin-bottom: 16px;
width: 100%;
padding: 10px 14px
}
@media (min-width:768px) {
form button,
form input,
form select,
form textarea {
padding: 14px 18px
}
}
form input,
form select,
form textarea {
background-color: #FFF;
color: #738680
}
form button {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
background-color: #393745;
color: #FFF;
cursor: pointer;
transition: background-color .3s cubic-bezier(.19, 1, .22, 1)
}
.caption__text,
.featured__h {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.no-touchevents form button:hover,
form button:focus {
background-color: #6a7ef1
}
form select {
border: 0;
overflow: visible;
height: 50px;
line-height: 1;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--black.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--black.svg), none;
background-color: #FFF;
background-repeat: no-repeat;
background-position: 97% 52%;
background-size: 16px auto
}
.no-svg form select {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--black.png)
}
@media (min-width:768px) {
form select {
height: 58px
}
}
@media (min-width:1100px) {
form button,
form input,
form select,
form textarea {
padding: 18px 24px
}
form select {
height: 64px
}
}
form br {
display: none
}
.module {
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px
}
@media (min-width:600px) {
.module {
padding-right: 30px;
padding-left: 30px
}
}
@media (min-width:768px) {
.module {
padding-right: 40px;
padding-left: 40px;
padding-bottom: 40px
}
}
@media (min-width:1100px) {
.module {
padding-left: 60px;
padding-right: 60px
}
}
.module--full {
padding-left: 0;
padding-right: 0
}
.module__hr {
margin: 0 0 24px;
padding: 0;
border: 0;
border-top: 3px solid #000;
height: 0;
width: 100%
}
@media (min-width:768px) {
.module__hr {
margin-bottom: 40px
}
}
@media (min-width:1080px) {
.module__hr {
margin-bottom: 72px
}
}
.featured {
position: relative;
padding-top: 120px
}
.featured__img {
display: block;
max-width: 100%;
width: 100%
}
.grid-50:after,
.grid-60-40:after,
.grid-75-25:after {
display: table;
content: ""
}
.featured__h {
margin: 0 0 21px;
font-size: 24px;
line-height: 1.3
}
.grid-25 .grid__item,
.grid-33 .grid__item {
margin-bottom: 24px
}
@media (min-width:768px) {
.featured__h {
font-size: 36px;
line-height: 1.1
}
}
@media (min-width:1200px) {
.featured__h {
font-size: 48px;
line-height: 1.1
}
}
.caption {
width: 100%
}
.caption__text {
font-size: 24px;
line-height: 1.3
}
.news-list {
list-style: none;
padding: 30px 0
}
.news-list__item {
padding-bottom: 30px
}
.grid-50 {
margin-left: -20px
}
.grid-50:after {
clear: both
}
.grid-50>* {
float: left;
padding-left: 20px;
width: 1
}
.grid-50>:nth-child(1n) {
clear: none
}
.grid-50>:nth-child(100%n+1) {
clear: both
}
@media (min-width:768px) {
.grid-50 {
margin-left: -50px
}
.grid-50:after {
content: "";
display: table;
clear: both
}
.grid-50>* {
float: left;
padding-left: 50px;
width: 50%
}
.grid-50>:nth-child(1n) {
clear: none
}
.grid-50>:nth-child(2n+1) {
clear: both
}
.grid-50--push-left .grid__item {
margin-left: 50%
}
}
.grid-60-40 {
margin-left: -20px
}
.grid-60-40:after {
clear: both
}
.grid-60-40>* {
float: left;
padding-left: 20px;
width: 1
}
.grid-60-40>:nth-child(1n) {
clear: none
}
.grid-60-40>:nth-child(100%n+1) {
clear: both
}
@media (min-width:768px) {
.grid-60-40 {
margin-left: -35px
}
.grid-60-40:after {
content: "";
display: table;
clear: both
}
.grid-60-40>:nth-child(1) {
float: left;
padding-left: 35px;
width: 60%
}
.grid-60-40>:nth-child(2) {
float: left;
padding-left: 35px;
width: 40%
}
.grid-60-40>:nth-child(1n) {
clear: none
}
.grid-60-40>:nth-child(2n+1) {
clear: both
}
.grid-60-40--push-right .grid__item {
margin-right: 40%
}
}
.grid-75-25 {
margin-left: -20px
}
.grid-75-25:after {
clear: both
}
.grid-75-25>* {
float: left;
padding-left: 20px;
width: 1
}
.grid-75-25>:nth-child(1n) {
clear: none
}
.grid-75-25>:nth-child(100%n+1) {
clear: both
}
@media (min-width:768px) {
.grid-75-25 {
margin-left: -10px
}
.grid-75-25:after {
content: "";
display: table;
clear: both
}
.grid-75-25>:nth-child(1) {
float: left;
padding-left: 10px;
width: 75%
}
.grid-75-25>:nth-child(2) {
float: left;
padding-left: 10px;
width: 25%
}
.grid-75-25>:nth-child(1n) {
clear: none
}
.grid-75-25>:nth-child(2n+1) {
clear: both
}
.grid-75-25--push-right .grid-item {
margin-left: 25%
}
.grid-33 {
margin-left: -10px
}
.grid-33:after {
content: "";
display: table;
clear: both
}
.grid-33>* {
float: left;
padding-left: 10px;
width: 33.33333%
}
.grid-33>:nth-child(1n) {
clear: none
}
.grid-33>:nth-child(3n+1) {
clear: both
}
.grid-25 {
margin-left: -20px
}
.grid-25:after {
content: "";
display: table;
clear: both
}
.grid-25>* {
float: left;
padding-left: 20px;
width: 25%
}
.grid-25>:nth-child(1n) {
clear: none
}
.grid-25>:nth-child(4n+1) {
clear: both
}
.grid-24-76 {
margin-left: -60px
}
.grid-24-76:after {
content: "";
display: table;
clear: both
}
.grid-24-76>:nth-child(1) {
float: left;
padding-left: 60px;
width: 24%
}
.grid-24-76>:nth-child(2) {
float: left;
padding-left: 60px;
width: 76%
}
.grid-24-76>:nth-child(1n) {
clear: none
}
.grid-24-76>:nth-child(2n+1) {
clear: both
}
.col-80--push-left {
padding-left: 20%
}
}
.col-80--push-left,
.col-80--push-right,
.header {
width: 100%
}
@media (min-width:768px) {
.col-80--push-right {
padding-right: 20%
}
}
.featured-report-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.featured-report-grid .report {
min-height: 8em;
width: 100%;
margin: 1em 0;
font-size: 1.5em;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.header__about-text,
.header__nav .search-nav .close {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif
}
.featured-report-grid .report img {
margin: 0
}
@supports (grid-auto-rows:1px) {
.grid1.items-6,
.grid4.items-6 {
-ms-grid-rows: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr
}
.featured-report-grid {
display: -ms-grid;
display: grid;
grid-gap: 2em
}
.featured-report-grid .report {
min-height: 10em;
margin: 0
}
.grid1 {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr
}
.grid1 .report:nth-child(1),
.grid2 .report:nth-child(1),
.grid2 .report:nth-child(2),
.grid2.items-3 .report {
-ms-grid-column: span 2;
grid-column: span 2;
-ms-grid-row: span 2;
grid-row: span 2;
font-size: 2.25em
}
.grid3 {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr
}
.grid3 .report .home__featured-learn:after {
top: 3px
}
.grid3 .report:nth-child(1) {
-ms-grid-row: span 2;
grid-row: span 2;
font-size: 2.25em
}
.grid3 .report:nth-child(6) {
-ms-grid-row-span: 2;
-ms-grid-row: 3;
grid-row: 3/span 2;
font-size: 2.25em
}
.grid3 .report:nth-child(2),
.grid3 .report:nth-child(3),
.grid3 .report:nth-child(4),
.grid3 .report:nth-child(5) {
max-height: 295px;
height: calc(((100vw - (2 * 12px) - (2 * 60px) - (3 * 2em)))/ 4)
}
.grid3 .report:nth-child(2) .home__featured-learn,
.grid3 .report:nth-child(3) .home__featured-learn,
.grid3 .report:nth-child(4) .home__featured-learn,
.grid3 .report:nth-child(5) .home__featured-learn {
display: none
}
@media (min-width:768px) {
.grid3 {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr
}
.grid3 .report:nth-child(1) {
-ms-grid-column: span 2;
grid-column: span 2
}
.grid3 .report:nth-child(6) {
-ms-grid-column-span: 2;
-ms-grid-column: 2;
grid-column: 2/span 2
}
}
@media (min-width:1350px) {
.grid3 {
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr
}
.grid3 .report:nth-child(1) {
-ms-grid-column: span 3;
grid-column: span 3
}
.grid3 .report:nth-child(6) {
-ms-grid-column-span: 3;
-ms-grid-column: 2;
grid-column: 2/span 3
}
}
.grid4,
.grid5 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr
}
.grid4.items-3 .report:nth-child(3) {
-ms-grid-column: span 2;
grid-column: span 2
}
.grid5.items-3 .report {
-ms-grid-column: span 2;
grid-column: span 2;
-ms-grid-row: auto!important;
grid-row: auto!important;
font-size: 2.25em
}
.grid5.items-6 {
-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr
}
.grid5 .report:nth-child(1) {
-ms-grid-column: span 2;
grid-column: span 2;
-ms-grid-row: span 2;
grid-row: span 2;
font-size: 2.25em
}
.grid5 .report:nth-child(2) {
-ms-grid-column: span 2;
grid-column: span 2;
-ms-grid-row-span: 2;
-ms-grid-row: 3;
grid-row: 3/span 2;
font-size: 2.25em
}
}
.header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding: 30px 20px 21px
}
@media (min-width:768px) {
.header {
padding: 40px
}
}
.header [class*=" naeicon-"],
.header [class^=naeicon-] {
font-size: 1.7rem;
cursor: pointer
}
.header .keyword {
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-bottom: 2px solid #21d279!important;
margin: 0;
-webkit-appearance: none
}
.header .search {
line-height: initial;
-webkit-appearance: none;
color: #21d279;
-ms-flex-item-align: center;
align-self: center;
margin-left: .5em
}
.header__logo {
display: inline-block;
width: 135px;
height: auto;
margin: 0
}
@media (min-width:1080px) {
.header__logo {
width: 170px
}
}
@media (min-width:1100px) {
.header {
padding: 60px
}
.header__logo {
width: 200px
}
}
.header__logo-animation {
background: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo-animation.gif) no-repeat;
background-size: 100% 100%;
display: block;
position: absolute;
top: -1px;
left: -1px;
width: 50px;
height: 49px;
visibility: hidden;
z-index: 30
}
.header__link:focus .header__logo-animation,
.issue-filter-is-loading .header__logo-animation,
.no-touchevents .header__link:hover .header__logo-animation {
visibility: visible
}
@media (min-width:1080px) {
.header__logo-animation {
top: 3px;
left: 0;
width: 61px;
height: 60px
}
}
@media (min-width:1100px) {
.header__logo-animation {
top: -4px;
left: -2px;
width: 75px;
height: 74px
}
}
.header__link {
cursor: pointer;
display: inline-block;
-ms-flex-item-align: end;
align-self: flex-end;
position: relative
}
@media (min-width:768px) {
.header__link {
display: block
}
}
.mobile-nav-is-in-view {
height: 100%;
overflow: hidden;
width: 100%;
position: fixed
}
.mobile-nav-is-in-view .header__nav {
display: block!important
}
.mobile-nav-search {
display: none;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.mobile-nav-search form {
display: -ms-flexbox;
display: flex
}
.mobile-nav-search form .keyword {
width: 100%;
position: relative;
top: -.6em
}
.mobile-nav-search form .close {
color: #21d279;
font-weight: 700
}
@media (min-width:1080px) {
.mobile-nav-search {
display: none!important
}
}
.header__nav {
position: relative;
height: 3.625em;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
@media (min-width:1080px) {
.header__nav {
margin-left: auto;
margin-bottom: 0;
overflow: hidden;
min-width: 43em
}
.header__nav .header__nav-list {
position: initial;
transform: translate3d(0, 0, 0) rotateX(0);
opacity: 1;
transition: .2s all ease-in;
width: 100%
}
.header__nav .mobile-search-nav {
display: none!important
}
.header__nav.showSearch .search-nav {
position: absolute
}
}
.header__nav .search-nav,
.header__nav>span {
transition: .2s all ease-in;
padding: 11px 0 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.header__nav .search-nav {
list-style: none;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: calc(100vw - 40px - 16px);
background: #FFF;
transform: translate3d(0, 100%, -1.5em) rotateX(-90deg);
visibility: hidden
}
.header__about-text:after,
.mobile-menu__share-link--email,
.mobile-menu__share-link--facebook,
.mobile-menu__share-link--twitter,
.no-touchevents .mobile-menu__share-link--email:hover,
.no-touchevents .mobile-menu__share-link--facebook:hover,
.no-touchevents .mobile-menu__share-link--twitter:hover {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
@media (min-width:500px) {
.header__nav .search-nav {
width: auto
}
}
.header__nav .search-nav form {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: stretch;
justify-content: stretch;
-ms-flex-align: center;
align-items: center
}
.header__nav .search-nav form * {
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.header__nav .search-nav .close {
font-size: 2em;
color: #21d279;
line-height: 1.2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-weight: 400;
font-style: normal
}
.dropdown,
.location_list {
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none
}
.header__nav .search-nav .keyword {
height: 100%
}
.header__nav.showSearch .search-nav {
visibility: visible;
transform: translate3d(0, 0, 0) rotateX(0)
}
.header__nav.showSearch>span {
transform: translate3d(0, -100%, -1.5em) rotateX(90deg);
visibility: hidden
}
.page-locations .header__nav .search-nav {
width: calc(100vw - 2em)
}
@media (min-width:1080px) {
.header__nav.showSearch .header__nav-list {
visibility: hidden;
transform: translate3d(0, -100%, -1.5em) rotateX(90deg)
}
.page-locations .header__nav .search-nav {
width: auto
}
}
.header__nav-list {
list-style: none;
margin: 0;
top: 0;
right: 0;
padding: 100px 36px 0
}
@media (max-width:1079px) {
.header__nav-list {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #21d279;
z-index: 45;
transform: translateX(100%);
transition: transform .5s cubic-bezier(.19, 1, .22, 1);
overflow-x: scroll
}
.mobile-nav-is-in-view .header__nav-list {
transform: translateX(0)
}
}
@media (min-width:1080px) {
.header__nav-list {
display: block;
margin: 0;
text-align: right;
padding: 0
}
}
.header__about-text {
font-weight: 400;
font-style: normal;
display: inline-block;
color: #9c9da1;
font-size: 16px;
-ms-flex-item-align: end;
align-self: flex-end;
line-height: 1;
position: relative;
margin-top: 24px;
padding-bottom: 0;
padding-left: 0;
width: 64%
}
.header__mobile-menu--trigger-open,
.header__nav-link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
@media (min-width:768px) {
.header__about-text {
width: auto
}
}
.header__about-text:after {
content: "";
width: 24px;
height: 10px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.svg), none;
background-color: transparent;
display: inline-block;
margin-left: 10px
}
.no-svg .header__about-text:after,
.pagination__next:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.png)
}
@media (min-width:768px) {
.header__about-text:after {
position: absolute;
top: 0;
right: -24px;
width: 24px;
height: 20px;
display: block
}
.header__about-text {
max-width: 180px;
padding-left: 24px;
padding-top: 0;
margin-top: 0
}
}
@media (min-width:1080px) {
.header__about-text:after {
right: -32px
}
.header__about-text {
max-width: 100%;
padding-bottom: 10px
}
.header__mobile-menu--trigger-open {
display: none
}
}
.header__mobile-menu--trigger-open {
border: 0;
background-color: transparent;
box-shadow: none;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
font-size: 18px;
cursor: pointer
}
.header__mobile-menu--close {
display: block
}
@media (min-width:1080px) {
.header__mobile-menu--close {
display: none
}
}
.header__nav-list-item {
display: block;
border-top: 1px solid #FFF;
padding-top: 11px;
padding-bottom: 12px;
padding-left: 0
}
.header__nav-list-item:nth-child(4) {
border-bottom: 1px solid #FFF
}
@media (min-width:1080px) {
.header__nav-list-item {
display: inline-block;
padding-left: 21px;
line-height: 1.6
}
}
.header__nav-list-item:last-child {
padding-right: 0
}
.header__nav-link {
font-size: 36px;
text-decoration: none;
color: #FFF;
padding: 0;
transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94)
}
.header__nav-link--active,
.no-touchevents .header__nav-link:hover {
color: #000
}
.header__nav-link:focus {
background-image: linear-gradient(transparent 95%, #000 0)
}
@media (min-width:1080px) {
.header__nav-link {
color: #000;
font-size: 21px
}
.header__nav-link--active {
color: #21d279
}
}
.toggle__button-link,
.toggle__title {
font-size: 18px;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
@media (min-width:768px) {
.no-touchevents .header__nav-link:hover {
background-image: linear-gradient(transparent 95%, #000 0)
}
}
.header__nav-link span {
color: #FFF!important;
border-bottom: none!important
}
.header__nav-link span:hover {
color: #000!important
}
.header__mobile-menu--footer {
width: 100%;
padding: 0 36px 36px
}
@media (max-height:500px) and (min-width:320px) {
.header__mobile-menu--footer {
position: relative;
bottom: auto;
left: auto;
padding: 36px 0
}
}
@media (min-width:1080px) {
.header__nav-link span,
.header__nav-link span:hover {
color: #21d279!important
}
.header__nav-link span {
border-bottom: 1px solid #000!important
}
.header__mobile-menu--footer {
display: none
}
}
.mobile-menu__share-list {
list-style: none;
padding: 0;
margin: 1em 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center
}
.mobile-menu__share-link,
.mobile-menu__share-list-item {
display: inline-block
}
.mobile-menu__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.svg), none;
background-color: transparent
}
.no-svg .mobile-menu__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.png)
}
.no-touchevents .mobile-menu__share-link--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.svg), none;
background-color: transparent
}
.no-svg .no-touchevents .mobile-menu__share-link--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png)
}
.mobile-menu__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.svg), none;
background-color: transparent
}
.no-svg .mobile-menu__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.png)
}
.no-touchevents .mobile-menu__share-link--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.svg), none;
background-color: transparent
}
.no-svg .no-touchevents .mobile-menu__share-link--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png)
}
.mobile-menu__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.svg), none;
background-color: transparent
}
.no-svg .mobile-menu__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.png)
}
.no-touchevents .mobile-menu__share-link--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.svg), none;
background-color: transparent
}
.no-svg .no-touchevents .mobile-menu__share-link--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png)
}
.mobile-menu__share-link--email,
.mobile-menu__share-link--twitter {
width: 18px;
height: 18px
}
@media (min-width:768px) {
.mobile-menu__share-link--email,
.mobile-menu__share-link--twitter {
width: 24px;
height: 24px
}
}
.mobile-menu__share-link--facebook {
width: 8px;
height: 23px;
margin-left: 14px
}
.mobile-menu__share-link--email {
margin-left: 16px
}
.mobile-menu__contact-button {
background-color: transparent;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
color: #FFF;
border: 2px solid #FFF;
border-radius: 3px;
padding: 10px 12px
}
.recent-news__about-link:focus,
.recent-news__more-link:focus {
outline: #21d279 solid 1px;
border-bottom: 0
}
.toggle {
margin-top: 18px
}
@media (min-width:768px) {
.mobile-menu__share-link--facebook {
width: 11px;
height: 26px;
margin-left: 16px
}
.mobile-menu__share-link--email {
margin-left: 18px
}
.toggle {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
margin-top: 0
}
}
.toggle__title {
color: gray;
display: block;
padding-right: 12px;
margin-bottom: 12px
}
@media (min-width:768px) {
.toggle__title {
display: inline-block;
margin-bottom: 0
}
}
.toggle__list {
list-style: none;
margin: 0 0 0 3px;
padding: 0
}
.toggle__list-item {
display: inline-block;
position: relative;
width: 50%;
text-align: center
}
@media (min-width:768px) {
.toggle__list {
margin-left: 0
}
.toggle__list-item {
width: auto;
margin-left: -4px
}
}
.no-touchevents .toggle__list-item:hover .toggle__button-link {
background-color: #000;
color: #FFF;
border-color: #000
}
.toggle__list-item:nth-child(2) .toggle__button-link,
.toggle__list-item:nth-child(3) .toggle__button-link {
border-left: 0
}
.toggle__button-link {
color: #000;
display: inline-block;
width: 100%;
border: 1px solid #ccc;
padding: 2px 24px 4px
}
.toggle__button-link--active {
border-color: #21d279;
background-color: #21d279;
color: #FFF
}
.module--recent-news {
background-color: #393745;
padding-top: 48px;
margin: 0
}
.recent-news__grid {
padding: 0
}
@media (min-width:768px) {
.recent-news__grid {
margin-left: -36px
}
.recent-news__grid:after {
content: "";
display: table;
clear: both
}
.recent-news__grid>* {
float: left;
padding-left: 36px;
width: 3.003
}
.recent-news__grid>:nth-child(1n) {
clear: none
}
.recent-news__grid>:nth-child(33.3%n+1) {
clear: both
}
}
@media (min-width:1080px) {
.recent-news__grid {
margin-left: -36px
}
.recent-news__grid:after {
content: "";
display: table;
clear: both
}
.recent-news__grid>:nth-child(1),
.recent-news__grid>:nth-child(2) {
float: left;
padding-left: 36px;
width: 37.5%
}
.recent-news__grid>:nth-child(3) {
float: left;
padding-left: 36px;
width: 25%
}
.recent-news__grid>:nth-child(1n) {
clear: none
}
.recent-news__grid>:nth-child(3n+1) {
clear: both
}
}
.recent-news__grid-item {
list-style: none
}
@media (min-width:768px) {
.recent-news__grid-item {
width: 50%
}
}
.recent-news__grid-item:nth-child(n+3) .recent-news__article:first-child {
border-top: 0;
padding-top: 0
}
.recent-news__content {
border-top: 3px solid #21d279;
margin-bottom: 18px
}
.recent-news__article {
border-bottom: 1px solid #504e61;
padding: 30px 0;
height: 100%
}
.recent-news__article:last-child {
border-bottom: 0
}
@media (min-width:768px) {
.recent-news__content {
margin-bottom: 0
}
.recent-news__article:last-child {
padding-bottom: 0
}
}
.recent-news__date {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
color: #9c9da1;
margin-top: 0;
text-transform: uppercase;
letter-spacing: 1px
}
.recent-news__container {
margin: 0
}
@media (min-width:600px) {
.recent-news__container {
margin: 24px 0
}
}
@media (min-width:1080px) {
.recent-news__grid-item {
width: 33.3%
}
.recent-news__container {
margin: 36px 0
}
}
.recent-news__category {
display: inline-block;
position: relative
}
.recent-news__about-text {
font-size: 21px;
color: #FFF;
margin: 0;
padding: 30px 0
}
@media (min-width:768px) {
.recent-news__about-text {
font-size: 24px
}
}
.recent-news__about-link {
color: #21d279;
border-bottom: 2px solid #21d279
}
.no-touchevents .recent-news__about-link:hover {
color: #21d279;
border-bottom: 0
}
.recent-news__more-link {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #21d279;
text-decoration: underline;
font-size: 16px
}
.recent-news__h,
.recent-news__h-link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
color: #21d279
}
.recent-news__h {
font-weight: 400;
font-style: normal
}
.recent-news__h-link {
font-weight: 400;
font-style: normal;
font-size: 26px
}
.recent-news__footer-copyright,
.recent-news__nav-link {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.recent-news__title-link {
color: #FFF
}
.no-touchevents .recent-news__title-link:hover {
color: #21d279
}
.recent-news__title-link:focus {
color: #21d279;
border-bottom: 2px solid #21d279
}
.recent-news__text {
margin: 0;
color: #FFF
}
.recent-news__category-link {
color: #FFF;
border-bottom: 1px solid #21d279
}
.recent-news__category,
.recent-news__title {
color: #FFF;
margin: 0
}
.recent-news__footer {
width: 100%;
background-color: #393745;
border-top: 1px solid #504e61
}
.no-touchevents .recent-news__share-link--email:hover,
.no-touchevents .recent-news__share-link--facebook:hover,
.no-touchevents .recent-news__share-link--twitter:hover,
.recent-news__footer-logo,
.recent-news__share-link--email,
.recent-news__share-link--email:focus,
.recent-news__share-link--facebook,
.recent-news__share-link--facebook:focus,
.recent-news__share-link--twitter,
.recent-news__share-link--twitter:focus {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.recent-news__footer-content {
padding: 30px
}
@media (min-width:768px) {
.recent-news__footer-content {
padding: 40px
}
}
@media (min-width:1100px) {
.recent-news__footer-content {
padding: 40px 60px
}
}
@media (min-width:1080px) {
.recent-news__footer-row {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: row;
flex-direction: row
}
}
.recent-news__footer-row--bottom {
padding-top: 24px
}
@media (min-width:768px) {
.recent-news__footer-row--bottom {
padding-top: 48px
}
}
.recent-news__footer-logo {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo--horizontal.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo--horizontal.svg), none;
width: 235px;
height: 19px;
position: relative;
display: inline-block
}
.no-svg .recent-news__footer-logo {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo--horizontal.png)
}
@media (min-width:600px) {
.recent-news__footer-logo {
width: 265px;
height: 19px
}
}
.recent-news__footer-logo:focus {
outline: #21d279 solid 2px;
outline-offset: 6px
}
.recent-news__nav {
margin-left: auto
}
.recent-news__nav-list {
margin: 16px 0 0;
padding: 0
}
.recent-news__nav-list-item {
list-style: none;
display: block;
line-height: 1.5
}
@media (min-width:1080px) {
.recent-news__nav-list {
margin-top: 0
}
.recent-news__nav-list-item {
display: inline-block;
padding-left: 14px
}
}
.recent-news__nav-list-item:first-child {
padding-left: 0
}
.recent-news__nav-link {
color: #FFF;
font-size: 18px
}
.no-touchevents .recent-news__nav-link:hover {
color: #21d279
}
.recent-news__nav-link:focus {
color: #21d279;
border-bottom: 2px solid
}
.recent-news__footer-copyright {
margin: 0;
font-size: 16px;
color: #68647e
}
.recent-news__share-list {
list-style: none;
padding: 0;
margin: 12px 0 0 auto
}
.recent-news__share-link,
.recent-news__share-list-item {
display: inline-block
}
.recent-news__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg), none
}
.no-svg .recent-news__share-link--twitter,
.table__span--fact:before {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.png)
}
.no-touchevents .recent-news__share-link--twitter:hover,
.recent-news__share-link--twitter:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.svg), none
}
.no-svg .no-touchevents .recent-news__share-link--twitter:hover,
.no-svg .recent-news__share-link--twitter:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.png)
}
.recent-news__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.svg), none
}
.article-toolbar__share-link--facebook,
.no-svg .recent-news__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.png)
}
.no-touchevents .recent-news__share-link--facebook:hover,
.recent-news__share-link--facebook:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.svg), none
}
.no-svg .no-touchevents .recent-news__share-link--facebook:hover,
.no-svg .recent-news__share-link--facebook:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.png)
}
.recent-news__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.svg), none
}
.article-toolbar__share-link--email,
.no-svg .recent-news__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.png)
}
.no-touchevents .recent-news__share-link--email:hover,
.recent-news__share-link--email:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.svg), none
}
.no-svg .no-touchevents .recent-news__share-link--email:hover,
.no-svg .recent-news__share-link--email:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.png)
}
.recent-news__share-link--email,
.recent-news__share-link--twitter {
width: 18px;
height: 18px
}
@media (min-width:768px) {
.recent-news__share-link--email,
.recent-news__share-link--twitter {
width: 24px;
height: 24px
}
}
.recent-news__share-link--facebook {
width: 8px;
height: 23px;
margin-left: 14px
}
.recent-news__share-link--email {
margin-left: 16px
}
.module--page-header {
margin-top: 24px;
padding-bottom: 0
}
@media (min-width:768px) {
.recent-news__share-link--facebook {
width: 11px;
height: 26px;
margin-left: 16px
}
.recent-news__share-link--email {
margin-left: 18px
}
.module--page-header {
margin-top: 64px
}
}
.content,
.page {
width: 100%;
position: relative;
text-align: center;
}
.content {
background-color: #21d279;
padding: 6px 8px;
}
@media (min-width:600px) {
.content {
padding: 8px 10px;
}
}
@media (min-width:768px) {
.content {
padding: 10px 12px
}
}
@media (min-width:1590px) {
.content {
padding: 60px 12px 60px 60px
}
}
.page-has-cta .content {
padding-top: 6px
}
@media (min-width:600px) {
.page-has-cta .content {
padding-top: 8px
}
}
@media (min-width:768px) {
.page-has-cta .content {
padding-top: 10px
}
}
.content__container {
width: 100%;
max-width: 1480px;
background-color: #FFF
}
.page__header {
position: relative
}
select::-ms-expand {
display: none
}
.skip-link {
position: absolute;
width: 1px;
height: 1px;
margin: 0;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.component-caption,
.component-title,
.post__chart-title {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.skip-link:focus {
top: 0;
z-index: 30;
width: auto;
height: auto;
padding: 0 10px;
clip: auto;
line-height: 49px;
color: #FFF;
text-decoration: none;
background: #000
}
.static-map {
max-width: 350px;
width: 100%
}
.post-password-form input {
border: 2px solid #c5cdcb;
width: auto
}
.sub-nav,
.table,
.table--3-col .table__data {
width: 100%
}
.text-center {
text-align: center
}
.component-title,
.post__chart-title {
margin-bottom: .1em;
text-align: left;
font-size: 18px!important
}
.component-line,
.post__chart-line {
border-top: 2px solid #000;
margin-top: .25em
}
.post__chart-line {
margin-bottom: 1em!important;
padding-bottom: .25em;
border-bottom: 2px solid #000
}
.component-caption {
margin-top: 5px;
margin-bottom: .1em;
text-align: left;
color: #a0a1a5;
font-size: 14px
}
.link-style {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-size: 18px
}
.link-style-bold {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-size: 18px
}
.module--sub-nav {
padding-bottom: 0
}
.sub-nav__container {
max-width: 1360px
}
.sub-nav__list {
list-style: none;
padding: 12px 0 0;
margin: 0;
width: 100%;
border-top: 3px solid #000
}
.sub-nav__list-item {
display: block;
line-height: 1.8
}
.sub-nav__link {
position: relative;
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
text-decoration: none;
color: #000;
padding-right: 18px;
padding-bottom: 0;
padding-left: 0;
display: inline-block
}
@media (min-width:768px) {
.sub-nav__list {
padding-top: 0
}
.sub-nav__list-item {
display: inline-block;
line-height: auto
}
.sub-nav__link {
padding: 12px 24px 14px 0
}
.table--3-col .table__data:first-child,
.table--4-col .table__data:first-child,
.table--5-col .table__data:first-child,
.table--6-col .table__data:first-child {
font-size: 16px
}
}
.no-touchevents .sub-nav__link:hover {
color: gray
}
.sub-nav__link--active,
mark {
color: #21d279
}
.sub-nav__list-item:first-child .sub-nav__link {
padding-left: 0
}
@media (min-width:1080px) {
.no-touchevents .sub-nav__link:hover:before {
visibility: visible;
background-color: gray
}
.sub-nav__link--active:before {
background-color: #21d279;
visibility: visible
}
}
.sub-nav__link:focus {
text-decoration: underline
}
mark {
background-color: transparent
}
.table {
margin-top: 8px
}
.table em {
color: #f7594d;
font-style: normal
}
.table--3-col .table__data:first-child,
.table--4-col .table__data:first-child,
.table--5-col .table__data:first-child,
.table--6-col .table__data:first-child {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.district__col--8-12>.table-content:first-child .table {
margin-top: 0
}
.table__head {
text-align: left
}
@media (max-width:767px) {
.table--2-col .table__head,
.table--3-col .table__head,
.table--4-col .table__head,
.table--5-col .table__head,
.table--6-col .table__head {
display: none
}
}
.table__head-data {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px
}
.table__data,
.table__head-data {
padding: 12px 12px 12px 0
}
.table__data {
display: block;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 1.3;
border-top: 1px solid #9c9da1
}
@media (min-width:768px) {
.table__data {
display: table-cell;
font-size: 24px;
line-height: 1;
border-top: 0
}
}
@media (min-width:1200px) {
.table__data {
font-size: 36px
}
}
.table__data .stat-table {
font-size: 28px
}
.table--2-col .table__data:first-child,
.table--3-col .table__data:first-child,
.table--4-col .table__data:first-child,
.table--5-col .table__data:first-child,
.table--6-col .table__data:first-child {
border-width: 2px;
border-color: gray
}
.table--2-col .table__data:before,
.table--3-col .table__data:before,
.table--4-col .table__data:before,
.table--5-col .table__data:before,
.table--6-col .table__data:before {
content: attr(data-th);
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
display: block;
color: #000;
font-size: 16px
}
@media (min-width:768px) {
.table--2-col .table__data:before,
.table--3-col .table__data:before,
.table--4-col .table__data:before,
.table--5-col .table__data:before,
.table--6-col .table__data:before {
display: none
}
.table--3-col .table__data {
width: 33.3%
}
}
.table--4-col .table__data {
width: 100%
}
@media (min-width:768px) {
.table--4-col .table__data {
width: 25%
}
}
.table--5-col .table__data {
width: 100%
}
@media (min-width:768px) {
.table--5-col .table__data {
width: 20%
}
}
.table--6-col .table__data {
width: 100%
}
.table__data--high,
.table__span--high {
color: #21d279
}
.table__data--low,
.table__span--low {
color: #f7594d
}
@media (min-width:768px) {
.table--6-col .table__data {
width: 16.6%
}
.table__row {
border-top: 1px solid #9c9da1;
border-bottom: 1px solid #9c9da1
}
}
.table__row:first-child {
border-top: 0
}
.table__data--fact {
padding: 12px 0
}
.table__span--fact {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #000;
font-size: 16px;
display: inline-block;
position: relative;
padding-left: 30px
}
.table-green::before,
.table-red::before {
font-weight: 700;
font-family: sans-serif;
text-transform: uppercase
}
.table__span--fact:before {
content: "";
position: absolute;
top: 0;
left: 0;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 100% 100%;
background-size: 100%;
width: 20px;
height: 20px;
display: block
}
.article-toolbar__share-link--twitter,
.no-svg .table__span--fact:before {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg)
}
table caption {
line-height: 1;
text-align: left;
margin: 1em 0 .5em
}
table caption.h3__sans {
font-size: 30px
}
.sfadmin {
margin: 1em -1em;
padding: 1em;
background: rgba(255, 0, 0, .1)
}
.sfadmin::before {
content: "Salesforce Data Table Example";
color: red;
text-transform: uppercase;
font-family: sans-serif
}
.sfadmin>table {
margin-top: 0
}
.table-green {
background: rgba(0, 128, 0, .1);
margin: 2em -1em 0;
padding: 0 1em
}
.table-green::before {
content: 'New Salesforce Table';
display: block;
padding-top: 12px
}
.table-red {
background: rgba(255, 0, 0, .1);
margin: 2em -1em 0;
padding: 0 1em
}
.table-red::before {
content: 'Old WordPress Table';
display: block;
padding-top: 12px
}
ul.table-green::before,
ul.table-red::before {
padding: 1em 2em
}
.row-disabled td {
color: gray;
text-decoration: line-through;
-webkit-text-decoration-color: red;
text-decoration-color: red
}
.card__category-link:focus .card__category,
.card__state-link:focus .card__state,
.filter-bar__all-issues-link:focus {
text-decoration: underline
}
@media print {
a[href]:after {
content: none!important
}
.content,
.module--recent-news,
.module--recent-news *,
body {
background: 0 0!important;
color: #000!important
}
.locations__share,
footer {
display: none!important
}
}
.card__quote,
.cta__close-button {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.cta {
z-index: 20
}
.cta--light .cta__content {
background-color: #21d279
}
.cta--dark .cta__content {
background-color: #393745
}
.cta--article-sm .cta__content,
.cta--sm .cta__content {
padding: 36px
}
@media (min-width:1080px) {
.cta--article-sm .cta__content,
.cta--sm .cta__content {
padding: 24px
}
}
.cta--article-lg .cta__content,
.cta--fixed-bottom .cta__content,
.cta--fixed-top .cta__content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
padding: 24px 48px
}
@media (min-width:768px) {
.cta--article-lg .cta__content,
.cta--fixed-bottom .cta__content,
.cta--fixed-top .cta__content {
-ms-flex-direction: row;
flex-direction: row;
padding: 36px 48px
}
}
@media (min-width:1100px) {
.cta--article-lg .cta__content,
.cta--fixed-bottom .cta__content,
.cta--fixed-top .cta__content {
padding: 48px 64px
}
}
.cta--border {
background-color: #FFF;
border: 8px solid #e8eeee
}
.cta--fixed-top {
position: relative;
width: 100%;
max-width: 1480px
}
.no-js .cta--fixed-top {
display: none
}
.cta--fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: 1504px;
padding: 0 8px 6px;
z-index: 20;
background-color: #21d279
}
@media (min-width:600px) {
.cta--fixed-bottom {
padding: 0 10px 8px
}
}
@media (min-width:768px) {
.cta--border {
border-width: 10px
}
.cta--fixed-bottom {
padding: 0 12px 10px
}
}
.has-cta-fixed-top .main {
transition: all .2s cubic-bezier(.19, 1, .22, 1)
}
.cta--article-sm,
.cta--sm {
position: relative;
width: 100%;
text-align: center
}
.cta--article-lg,
.cta--article-sm {
background-color: #FFF;
border: 8px solid #e8eeee
}
.cta--article-sm {
max-width: 360px;
margin: 24px auto 30px
}
@media (min-width:768px) {
.cta--article-lg,
.cta--article-sm {
border-width: 10px
}
.cta--article-sm {
margin-right: 64px;
margin-left: 24px;
float: right
}
}
@media (min-width:1080px) {
.cta--article-sm {
margin-right: 18%
}
}
.cta--article-lg {
margin: 24px 0
}
@media (min-width:768px) {
.cta--article-lg {
margin: 36px 0
}
}
.cta__text {
text-align: center;
display: inline-block
}
.cta__text h1,
.cta__text h2,
.cta__text h3,
.cta__text h4,
.cta__text h5,
.cta__text h6 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
margin-top: 0;
margin-bottom: 8px
}
.cta__text p {
margin-top: 0;
margin-bottom: 8px
}
.cta--border .cta__text {
color: #000
}
.cta--dark .cta__text,
.cta--light .cta__text {
color: #FFF
}
.cta--article-sm .cta__text,
.cta--sm .cta__text {
font-size: 18px
}
.cta--article-lg .cta__text,
.cta--lg .cta__text {
font-family: "Lyon Display Web", Georgia, serif;
font-weight: 400;
font-style: normal;
font-size: 21px
}
.cta__button,
.dashboard__no-results {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
@media (min-width:768px) {
.cta--article-lg .cta__text,
.cta--lg .cta__text {
font-size: 24px;
text-align: left;
padding: 0 14px 0 0
}
}
@media (min-width:1100px) {
.cta--article-lg .cta__text,
.cta--lg .cta__text {
font-size: 36px
}
}
.cta--article-sm .cta__text {
font-size: 21px
}
.cta__button {
display: inline-block;
text-align: center;
font-weight: 400;
font-style: normal;
border-radius: 3px;
font-size: 18px;
transition: background-color .3s cubic-bezier(.19, 1, .22, 1)
}
.cta--article-sm .cta__button,
.cta--sm .cta__button {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 18px;
width: 100%;
max-width: 200px
}
.cta--article-lg .cta__button,
.cta--lg .cta__button {
padding: 12px 64px 14px
}
@media (min-width:768px) {
.cta--article-lg .cta__button,
.cta--lg .cta__button {
padding-right: 48px;
padding-left: 48px
}
}
.cta--border .cta__button {
background-color: #21d279;
color: #FFF
}
.cta--light .cta__button,
.no-touchevents .cta--border .cta__button:hover {
background-color: #393745
}
.cta--light .cta__button {
color: #FFF
}
.no-touchevents .cta--light .cta__button:hover {
background-color: #6263ed
}
.cta--dark .cta__button {
background-color: #21d279;
color: #FFF
}
.cta__button:focus,
.no-touchevents .cta--dark .cta__button:hover {
background-color: #6263ed
}
.cta--article-lg .cta__button,
.cta--fixed-bottom .cta__button,
.cta--fixed-top .cta__button {
margin-top: 16px;
white-space: nowrap
}
@media (min-width:768px) {
.cta--article-lg .cta__button,
.cta--fixed-bottom .cta__button,
.cta--fixed-top .cta__button {
margin-top: 0;
margin-left: auto
}
}
.cta__close-button {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon.svg), none;
background-color: transparent;
width: 24px;
height: 24px;
display: block;
position: absolute;
top: 0;
right: 0;
transition: all .5s cubic-bezier(.19, 1, .22, 1);
margin: 18px
}
.no-svg .cta__close-button {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon.png)
}
.cta__close-button:focus,
.cta__close-button:hover {
transform: scale(.8, .8)
}
@media (min-width:768px) {
.cta__close-button {
position: relative;
width: 36px;
height: 36px;
top: auto;
right: auto;
margin: 0 0 0 36px
}
}
@media (min-width:1100px) {
.cta--article-lg .cta__button,
.cta--lg .cta__button {
padding-right: 64px;
padding-left: 64px
}
.cta__close-button {
width: 44px;
height: 44px
}
}
.module--dashboard {
padding-bottom: 0;
position: relative
}
.module--dashboard:before {
content: "";
width: 36px;
height: 36px;
margin-top: -18px;
margin-left: -18px;
position: absolute;
top: 50%;
left: 50%;
background-color: #21d279;
border-radius: 100%;
animation: cubic-bezier(.25, .46, .45, .94) circlePulse .6s infinite;
display: none
}
.card,
.card__content,
.card__quote,
.card__text--main {
position: relative
}
.issue-filter-is-loading .module--dashboard:before {
display: block
}
@keyframes circlePulse {
0% {
transform: scale(.5, .5);
opacity: .5
}
50% {
transform: scale(1, 1);
opacity: 1
}
100% {
transform: scale(1, 1);
opacity: 0
}
}
.issue__heading {
margin-bottom: 8px
}
.dashboard__grid-list {
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: row;
flex-direction: row;
padding-left: 0;
min-height: 480px;
margin: 0 -20px
}
.dashboard__grid-list-item {
width: 100%;
padding: 0 20px;
position: relative
}
@media (min-width:600px) {
.dashboard__grid-list-item {
width: 50%
}
}
@media (min-width:768px) {
.dashboard__grid-list-item {
width: 33.3%
}
}
@media (min-width:1080px) {
.dashboard__grid-list-item {
width: 25%
}
}
.dashboard__grid-list-item--featured {
width: 100%;
padding: 0 14px
}
.module--results {
margin-bottom: 12px
}
.dashboard__no-results {
font-weight: 400;
font-style: normal;
font-size: 36px;
margin-top: 0
}
.dashboard__results,
.dashboard__results--count {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.dashboard__results {
font-size: 18px;
margin: 0
}
.dashboard__results--count {
color: #21d279
}
.card .ct-legend li:before {
top: 5px;
border-radius: 0
}
.card {
border-top: 1px solid #000;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding-bottom: 24px;
min-height: 240px
}
.card__category,
.card__quote,
.card__state {
display: inline-block
}
@media (min-width:1100px) {
.card {
min-height: 300px
}
}
.card__content {
padding-top: 14px
}
.card--no-state .card__content {
padding-top: 47px
}
.card__link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 21px;
line-height: 1.1
}
.card__category,
.card__state {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-size: 18px
}
.card__text--link {
margin-top: auto
}
.card__category {
font-weight: 400;
font-style: normal;
color: #21d279;
margin-top: 8px;
margin-bottom: 0
}
.card__state {
font-weight: 400;
font-style: normal;
color: #9c9da1;
margin-top: 0;
line-height: .75
}
.card-percentage__value,
.card__text--main {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.no-touchevents .card__category:hover,
.no-touchevents .card__state:hover {
color: #000
}
.card__text--main {
margin: 0;
font-size: 24px;
line-height: 1.1
}
@media (min-width:768px) {
.dashboard__grid-list-item--featured {
width: 50%
}
.module--results {
margin-bottom: 0
}
.card {
padding-bottom: 48px
}
.card__text--main {
font-size: 24px;
line-height: 1.1
}
}
.card__text--main mark {
background-color: transparent;
color: #21d279
}
.touchevents .card__text--main-hidden {
margin-bottom: 12px;
display: inline-block
}
.card__quote {
width: 24px;
height: 20px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/quote-icon.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/quote-icon.svg), none;
background-color: transparent;
margin-right: 10px
}
.card:focus .card__arrow-icon,
.card__arrow-icon,
.card__arrow-link:focus .card__arrow-icon,
.no-touchevents .card:hover .card__arrow-icon {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 60%
}
.no-svg .card__quote {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/quote-icon.png)
}
@media (min-width:768px) {
.card__quote {
width: 27px;
height: 22px
}
}
@inlcude mq($bp-tablet-horiz) {
.card__quote {
width: 34px;
height: 27px
}
}
.card__arrow-icon {
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
border-radius: 50%;
margin-top: 12px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #e8eeee
}
.no-svg .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
.card:focus .card__arrow-icon,
.no-touchevents .card:hover .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #21d279
}
.card__arrow-link:focus .card__arrow-icon,
.no-svg .card:focus .card__arrow-icon,
.no-svg .no-touchevents .card:hover .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
.card__arrow-link:focus .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #21d279
}
.no-svg .card__arrow-link:focus .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
.card__img-container {
position: relative;
width: 100%;
height: auto;
padding-top: 56.8%
}
.backgroundblendmode .card__img-container {
background: #393745
}
.card__bg-img {
display: block;
background-size: cover;
background-width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0
}
@media (min-width:768px) {
.card__img-container {
padding-top: 0
}
.card__bg-img {
min-height: 190px;
position: relative
}
}
@media (min-width:1200px) {
.card__text--main {
font-size: 36px;
line-height: 1
}
.card__bg-img {
min-height: 220px
}
}
.backgroundblendmode .card__bg-img {
filter: grayscale(100%);
mix-blend-mode: screen;
opacity: .8
}
.card__bg-img.clear {
filter: none;
mix-blend-mode: normal;
opacity: 1
}
.card__report-callout {
padding: 20px 30px 20px 26px;
background-color: #393745;
color: #FFF;
position: relative;
min-height: 170px
}
@media (min-width:768px) {
.card__report-callout {
min-height: 190px
}
}
@media (min-width:1200px) {
.card__report-callout {
min-height: 220px
}
}
.card__report-callout:before {
content: "";
display: block;
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-bottom: 30px solid #21d279;
border-left: 30px solid transparent
}
.card-percentage__bar {
position: relative;
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #e8eeee;
min-height: 170px
}
@media (min-width:768px) {
.card-percentage__bar {
min-height: 190px
}
}
@media (min-width:1200px) {
.card-percentage__bar {
min-height: 220px
}
}
.card-percentage__fill {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
background-color: #21d279
}
.card__chart--table tr:nth-child(odd),
.post__chart--table tr:nth-child(odd) {
background-color: #e8eeee
}
.card-percentage__value {
display: block;
font-size: 48px;
padding: 20px 0;
z-index: 15;
position: relative
}
@media (min-width:768px) {
.card-percentage__value {
font-size: 6.67vw
}
}
@media (min-width:1350px) {
.card-percentage__value {
font-size: 96px
}
}
.card--headline-img {
font-size: 1.4em;
text-transform: uppercase;
font-weight: 700;
padding: .6em;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/headline.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 100%
}
.ct-label {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #000
}
.card__chart--bar .ct-label,
.card__chart--line .ct-label {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
color: #9c9da1
}
.card__chart-module {
-ms-flex-item-align: center;
align-self: center
}
.card__chart-module--table {
width: 100%
}
.card__chart-js {
display: block
}
.no-js .card__chart-js {
display: none
}
.card__chart--line svg:not(:root) {
overflow: visible;
width: 100%
}
.card__chart--line>svg {
display: block;
position: absolute;
top: 0;
left: 10px
}
.card__chart--pie .ct-label,
.card__chart--table.card__chart-no-js {
display: none
}
.card__chart--line .ct-label {
font-style: normal
}
@media (min-width:500px) {
.card__chart--line>svg {
left: 26px
}
}
.card__chart--pie {
margin: 12px 0 24px
}
.card__chart--bar svg:not(:root) {
overflow: visible
}
.card__chart--bar .ct-label {
font-style: normal
}
.card__chart--table tr td,
.no-js .card__chart--table tr th {
padding-top: 2px;
padding-bottom: 4px;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
font-size: 16px
}
.card__chart--table {
width: 100%
}
.no-js .card__chart--table.card__chart-no-js {
display: table
}
.card__chart--table thead {
display: none
}
.no-js .card__chart--table thead {
display: table-header-group
}
.card__chart--table tr {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.no-js .card__chart--table tr th {
border-right: 1px solid;
border-left: 1px solid;
font-weight: 700
}
.card__chart--table tr td {
border-right: none;
border-left: none;
text-align: right;
font-weight: 400
}
.card__chart--table tr td:first-child {
text-align: left
}
.card__chart--table tr td:last-child {
font-weight: 700
}
.no-js .card__chart--table tr td:last-child {
font-weight: 400
}
.no-js .card__chart--table tr td {
border-right: 1px solid;
border-left: 1px solid
}
.no-js .card__chart--table tr td:first-child {
font-weight: 700
}
.card__chart-caption,
.post__chart .chart__shortcode-error-text {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.card__chart-caption {
font-size: 16px;
text-align: left
}
.post__chart-module {
padding: 10px 0 15px;
width: 100%;
margin: 18px 0
}
@media (min-width:768px) {
.card__chart--line>svg {
left: 0
}
.post__chart-module {
max-width: 700px;
margin: 24px auto
}
}
.post__chart.chart__shortcode-error {
margin: 50px;
border: 1px solid #f7594d;
display: inline-block;
text-align: center;
padding: 20px
}
.post__chart .chart__shortcode-error-text {
color: #f7594d;
display: inline-block;
margin: 0
}
.post__chart--bar .ct-label,
.post__chart--line .ct-label,
.post__chart-caption {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
color: #9c9da1
}
.no-js .chart-legend,
.no-js .post__chart {
display: none
}
.post__chart-grid {
display: -ms-flexbox;
display: flex
}
.post__chart-grid .chart-legend {
margin-bottom: 40px
}
.post__chart-grid--pie {
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 40px
}
.post__chart-grid--pie .chart-legend {
padding: 0;
width: 50%
}
@media (min-width:768px) {
.post__chart-grid--pie .chart-legend {
width: 30%
}
}
.post__chart-grid--bar,
.post__chart-grid--line {
-ms-flex-direction: column-reverse;
flex-direction: column-reverse
}
.post__chart-grid--bar .chart-legend,
.post__chart-grid--line .chart-legend {
width: 100%
}
@media (min-width:768px) {
.post__chart-grid--bar,
.post__chart-grid--line {
-ms-flex-direction: row;
flex-direction: row
}
.post__chart-grid--bar .chart-legend,
.post__chart-grid--line .chart-legend {
width: 35%;
padding: 0 20px 0 0;
margin-bottom: 40px
}
}
.post__chart--line svg:not(:root),
.post__chart--pie svg:not(:root) {
-ms-flex-item-align: center;
overflow: visible;
align-self: center
}
.post__chart-caption {
font-style: normal;
margin: 10px;
font-size: 14px;
text-align: center
}
.post__chart--line.ct-major-sixth {
width: 100%
}
.post__chart--line>svg {
display: block;
position: absolute;
top: 0;
left: 26px
}
.post__chart--line .ct-label {
font-style: normal
}
@media (min-width:768px) {
.post__chart-caption {
font-size: 16px;
margin: 20px 0;
text-align: left
}
.post__chart--line>svg {
left: 0
}
.post__chart--line.ct-major-sixth {
width: 65%;
-ms-flex-positive: 1;
flex-grow: 1
}
}
.post__chart--pie.ct-major-sixth {
width: 50%;
-ms-flex-positive: 1;
flex-grow: 1
}
@media (min-width:768px) {
.post__chart--pie.ct-major-sixth {
width: 70%
}
}
.post__chart--pie .ct-label {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px
}
@media (min-width:1080px) {
.post__chart-grid--bar .chart-legend,
.post__chart-grid--line .chart-legend {
padding: 0 20px 0 5px
}
.post__chart--pie .ct-label {
font-size: 21px
}
}
.post__chart--bar.ct-perfect-fifth {
width: 100%
}
.post__chart--bar svg:not(:root) {
overflow: visible;
-ms-flex-item-align: center;
align-self: center;
width: 80%
}
.post__chart--bar>svg {
display: block;
position: absolute;
top: 0;
left: 14px
}
.post__chart--bar .ct-label {
font-style: normal
}
.no-js .post__chart--table th,
.post__chart--table tr td {
padding-top: 2px;
padding-bottom: 4px;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
font-size: 16px
}
@media (min-width:768px) {
.post__chart--bar.ct-perfect-fifth {
width: 70%;
-ms-flex-positive: 1;
flex-grow: 1
}
.post__chart--bar>svg {
left: 0
}
.module--nav-bar {
padding: 0
}
}
.post__chart-no-js {
display: none;
margin: 0;
width: 100%
}
.post__chart-no-js .post__chart--table {
margin: 0;
width: 100%
}
.no-js .post__chart-no-js {
display: table
}
.post__chart--table {
max-width: 700px;
width: 100%
}
.post__chart--table thead {
display: none
}
.no-js .post__chart--table thead {
display: table-header-group
}
.no-js .post__chart--table th {
border-right: 1px solid;
border-left: 1px solid;
font-weight: 700
}
.post__chart--table tr {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.post__chart--table tr td {
border-right: none;
border-left: none;
text-align: right;
font-weight: 400
}
.no-js .post__chart--table tr td {
border-right: 1px solid;
border-left: 1px solid
}
.post__chart--table tr td:first-child {
text-align: left;
font-weight: 400
}
.no-js .post__chart--table tr td:first-child,
.post__chart--table tr td:last-child {
font-weight: 700
}
.no-js .post__chart--table tr td:last-child {
font-weight: 400
}
.ct-series:nth-of-type(1) .ct-area.animate-line {
animation-delay: .2s
}
.ct-series:nth-of-type(2) .ct-area.animate-line {
animation-delay: .4s
}
.ct-series:nth-of-type(3) .ct-area.animate-line {
animation-delay: .6s
}
.ct-series:nth-of-type(4) .ct-area.animate-line {
animation-delay: .8s
}
.ct-series:nth-of-type(5) .ct-area.animate-line {
animation-delay: 1s
}
.ct-series:nth-of-type(6) .ct-area.animate-line {
animation-delay: 1.2s
}
.ct-series:nth-of-type(7) .ct-area.animate-line {
animation-delay: 1.4s
}
.ct-series:nth-of-type(8) .ct-area.animate-line {
animation-delay: 1.6s
}
.ct-series:nth-of-type(9) .ct-area.animate-line {
animation-delay: 1.8s
}
.ct-series:nth-of-type(10) .ct-area.animate-line {
animation-delay: 2s
}
.ct-series .ct-area {
transform-origin: bottom;
transform: scaleY(.01);
visibility: hidden;
opacity: 0
}
.ct-series .ct-area.animate-line {
visibility: visible;
animation: linegrow .6s ease forwards
}
@keyframes linegrow {
0% {
transform: scaleY(.1)
}
50% {
transform: scaleY(1.1)
}
100% {
transform: scaleY(1);
opacity: 1
}
}
.ct-bar {
transform-origin: bottom;
stroke-dasharray: 1000;
stroke-dashoffset: 0;
transform: scaleY(1)
}
@keyframes bargrow {
0% {
stroke-dashoffset: 1000;
transform: scaleY(.1)
}
50% {
transform: scaleY(1.1)
}
100% {
stroke-dashoffset: 0;
transform: scaleY(1)
}
}
.ct-series:nth-of-type(1) .ct-slice-pie.animate-pie {
animation-delay: .2s
}
.ct-series:nth-of-type(2) .ct-slice-pie.animate-pie {
animation-delay: .4s
}
.ct-series:nth-of-type(3) .ct-slice-pie.animate-pie {
animation-delay: .6s
}
.ct-series:nth-of-type(4) .ct-slice-pie.animate-pie {
animation-delay: .8s
}
.ct-series:nth-of-type(5) .ct-slice-pie.animate-pie {
animation-delay: 1s
}
.ct-series:nth-of-type(6) .ct-slice-pie.animate-pie {
animation-delay: 1.2s
}
.ct-series:nth-of-type(7) .ct-slice-pie.animate-pie {
animation-delay: 1.4s
}
.ct-series:nth-of-type(8) .ct-slice-pie.animate-pie {
animation-delay: 1.6s
}
.ct-series:nth-of-type(9) .ct-slice-pie.animate-pie {
animation-delay: 1.8s
}
.ct-series:nth-of-type(10) .ct-slice-pie.animate-pie {
animation-delay: 2s
}
.ct-series .ct-slice-pie {
opacity: 0
}
.ct-series .ct-slice-pie.animate-pie {
animation: piegrow .6s linear forwards
}
@keyframes piegrow {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.location-nav-bar {
margin-top: 0;
min-height: 1px;
width: 100%;
z-index: 20
}
@media (min-width:768px) {
.location-nav-bar {
padding-right: 40px;
padding-left: 40px;
padding-bottom: 0
}
}
@media (min-width:1100px) {
.location-nav-bar {
padding-left: 60px;
padding-right: 60px
}
}
.location-nav-bar--is-fixed {
position: fixed;
top: 0;
left: 0;
max-width: 1504px;
width: 100%;
padding-left: 8px;
padding-right: 8px
}
@media (min-width:600px) {
.location-nav-bar--is-fixed {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width:768px) {
.location-nav-bar--is-fixed {
padding-left: 12px;
padding-right: 12px
}
.nav-bar__content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center
}
}
@media (min-width:1590px) {
.location-nav-bar--is-fixed {
padding-left: 60px;
max-width: 1552px
}
}
.nav-bar__content {
background-color: #FFF;
border-top: 3px solid #000;
border-bottom: 1px solid #ccc;
padding-right: 0;
padding-left: 0;
margin: 0
}
.location-nav-bar--is-fixed .nav-bar__content {
padding-left: 30px;
padding-right: 30px;
border-top: 0
}
@media (min-width:768px) {
.location-nav-bar--is-fixed .nav-bar__content {
padding-left: 40px;
padding-right: 40px
}
}
@media (min-width:1100px) {
.location-nav-bar--is-fixed .nav-bar__content {
padding-left: 60px;
padding-right: 60px
}
}
.nav-bar__content-item {
position: relative;
white-space: nowrap;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 5px
}
@media (min-width:768px) {
.nav-bar__content-item {
border-left: 1px solid #ccc;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin-bottom: 0;
padding: 14px 16px 16px 0
}
}
.nav-bar__content-item:first-child {
padding-left: 0;
border: 0;
border-bottom: solid 1px #000;
padding-bottom: 8px;
padding-top: 8px
}
.nav-bar__content-item:nth-child(2) {
display: block
}
@media (min-width:768px) {
.nav-bar__content-item:first-child {
border-bottom: 0;
padding: 14px 16px 16px 0
}
.nav-bar__content-item:nth-child(2) {
overflow: hidden;
padding: 0
}
.nav-bar__content-item:last-child {
padding-left: 16px
}
}
.nav-bar__content-item:last-child {
margin-left: auto;
padding-right: 0
}
@media (min-width:768px) {
.nav-bar__sub-menu-container {
white-space: nowrap;
padding: 14px 16px
}
}
.ps-active-x:after {
content: "...";
display: none;
position: absolute;
top: 0;
right: 0;
padding: 0 8px;
height: 100%;
line-height: 52px;
background-color: #FFF
}
@media (min-width:768px) {
.ps-active-x:after {
display: block
}
}
.nav-bar__content-item--section-nav {
position: relative;
white-space: nowrap;
padding: 14px 16px 14px 0
}
.nav-bar__label {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
padding-right: 12px
}
.nav-bar__link,
.nav-bar__location {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.nav-bar__location {
outline: 0;
-webkit-appearance: none;
display: inline-block;
margin: 0;
border: 0;
background: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.svg) 100% 60% no-repeat #FFF;
color: #000;
-ms-flex-positive: 1;
flex-grow: 1;
cursor: pointer;
height: 22px;
padding: 0
}
@media (min-width:768px) {
.nav-bar__location {
width: auto;
padding-left: 6px
}
}
.nav-bar__location:focus {
border-bottom: 1px dotted;
border-radius: 0
}
.nav-bar__list {
list-style: none;
position: relative;
margin: 0;
padding: 0
}
.nav-bar__list-item {
display: block
}
@media (min-width:768px) {
.nav-bar__list-item {
display: inline-block;
padding-right: 12px
}
}
.nav-bar__list-item:last-child {
padding-right: 36px
}
.no-touchevents .nav-bar__link:hover {
color: #21d279
}
.nav-bar__share-title {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px
}
.nav-bar__share-list {
margin: 0;
padding: 0;
display: inline-block;
list-style: none
}
.nav-bar__share-list-item {
display: inline-block;
vertical-align: bottom;
padding-left: 12px
}
.nav-bar__share-list-item .article-toolbar__share-link--email {
margin-left: 8px!important;
margin-bottom: -2px
}
.issues-nav-bar .nav-bar__content-item--section-nav {
padding: 14px 16px 14px 14px
}
.image-grid {
padding-left: 0;
padding-right: 0
}
@media (min-width:768px) {
.image-grid {
width: 76%;
margin-left: 24%
}
}
.image-grid__content {
margin-left: -24px;
margin-right: -24px
}
.image-list {
position: relative;
padding-left: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.image-list__item {
list-style: none;
width: 100%;
padding: 18px 24px
}
@media (min-width:600px) {
.image-list__item {
width: 50%
}
}
@media (min-width:1080px) {
.image-list__item {
width: 33.3%
}
}
.image-list__item:before {
display: none
}
.image-list__member {
display: block;
max-width: 100%;
filter: grayscale(100%)
}
.image-list__name {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
margin-top: 18px;
margin-bottom: 18px
}
.image-list__title {
color: #21d279;
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
margin-top: 0;
margin-bottom: 18px
}
.filter-bar__all-issues-link,
.image-list__description {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.image-list__description {
color: gray;
font-size: 18px;
margin: 0
}
.module--filter-bar {
margin-bottom: 12px
}
@media (min-width:768px) {
.module--filter-bar {
height: 96px;
margin-bottom: 0;
position: absolute;
top: 0;
right: 0;
left: 0
}
}
.module--states-filter-bar {
position: relative
}
.module--nav-bar-2 {
height: 96px
}
.issue__filter-bar {
position: relative;
border-top: 3px solid #000;
max-width: none;
width: 100%;
z-index: 30
}
.issue__filter-bar--is-fixed {
position: fixed;
top: 0;
left: 0;
max-width: 1504px;
width: 100%;
border-top: 0;
padding-left: 8px;
padding-right: 8px
}
@media (min-width:600px) {
.image-list__member {
width: 100%
}
.issue__filter-bar--is-fixed {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width:768px) {
.issue__filter-bar--is-fixed {
padding-left: 12px;
padding-right: 12px
}
}
@media (min-width:1590px) {
.issue__filter-bar--is-fixed {
padding-left: 60px;
max-width: 1552px
}
}
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed {
position: fixed;
top: 0;
left: 0;
max-width: 1504px;
width: 100%;
padding-left: 8px;
padding-right: 8px;
border-top: 0
}
@media (min-width:600px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width:768px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed {
padding-left: 12px;
padding-right: 12px
}
}
@media (min-width:1590px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed {
padding-left: 60px;
max-width: 1552px
}
}
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed .filter-bar__container {
padding-left: 30px;
padding-right: 30px
}
@media (min-width:768px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed .filter-bar__container {
padding-left: 40px;
padding-right: 40px
}
.filter-bar__container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row
}
}
@media (min-width:1100px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed .filter-bar__container {
padding-left: 60px;
padding-right: 60px
}
}
.filter-bar__container {
background: #FFF;
border-bottom: 1px solid #ccc
}
.issue__filter-bar--is-fixed .filter-bar__container {
padding-left: 30px;
padding-right: 30px
}
@media (min-width:768px) {
.issue__filter-bar--is-fixed .filter-bar__container {
padding-left: 40px;
padding-right: 40px
}
}
@media (min-width:1100px) {
.issue__filter-bar--is-fixed .filter-bar__container {
padding-left: 60px;
padding-right: 60px
}
}
.filter-bar__filters {
padding: 0;
margin: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.filter-bar__filters {
-ms-flex-direction: row;
flex-direction: row
}
}
.filter-bar__filter {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: 1px solid #ccc;
padding: 14px 16px 15px 0
}
@media (min-width:768px) {
.filter-bar__filter {
padding-left: 16px;
border-right: 1px solid #ccc;
border-bottom: 0
}
.filter-bar__label {
position: relative
}
}
.filter-bar__filter:first-child {
padding-left: 0
}
.filter-bar__all-issues {
margin: 0 0 0 auto
}
.filter-bar__all-issues-link {
color: #21d279;
font-size: 16px;
display: inline-block;
padding: 14px 0 16px
}
.no-touchevents .filter-bar__all-issues-link:hover {
color: #ccc
}
.filter-bar__label {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
padding-right: 12px
}
.filter-bar__error,
.filter-bar__filter-list {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.filter-bar__filter-list {
outline: 0;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-appearance: none;
display: inline-block;
margin: 0;
border: 0;
background: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.svg) 100% 60% no-repeat #FFF;
color: #000;
width: 100%;
cursor: pointer;
box-sizing: border-box;
height: 22px;
padding: 0
}
@media (min-width:768px) {
.filter-bar__filter-list {
width: auto;
padding-left: 6px
}
}
.filter-bar__filter-list:focus {
border-bottom: 1px dotted;
border-radius: 0
}
.filter-bar__filter-list-arrow {
position: absolute;
top: 0;
right: 0;
pointer-events: none;
background: #FFF;
height: 100%;
width: 40px
}
.filter-bar__filter-list-arrow:after {
content: "";
display: block;
position: absolute;
top: 22px;
right: 16px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #21d279
}
.module--pagination,
.pagination {
position: relative
}
.filter-bar__error {
padding-left: 40px;
color: #f7594d
}
.pagination .current {
color: #21d279
}
@media (min-width:600px) {
.module--pagination {
padding-bottom: 60px
}
.pagination {
border-top: 3px solid #b6b7ba;
border-bottom: 1px solid #d0d1d3
}
.pagination .current {
border-color: #21d279
}
.pagination__list-item--prev {
position: absolute;
top: 0;
left: 0
}
}
.pagination .invisible {
visibility: visible!important;
opacity: .3
}
.pagination__link-list {
padding: 0;
margin: 0
}
.pagination__list-item--next {
padding-left: 16px
}
.pagination__number-list {
display: inline-block;
padding: 0;
list-style-type: none;
width: 100%;
margin: 0 auto
}
.pagination__next:after,
.pagination__prev:after {
width: 28px;
height: 60px;
position: absolute;
background-color: transparent;
top: 0;
content: "";
background-position: 50% 50%;
background-size: 100%;
background-repeat: no-repeat
}
@media (min-width:600px) {
.pagination__list-item--next {
padding-left: 0;
position: absolute;
top: 0;
right: 0
}
.pagination__number-list {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: center;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
justify-content: center
}
}
.pagination__list-item {
display: inline-block;
margin-top: -3px
}
.pagination__list-item:first-child .pagination__list-item-link {
padding-left: 0
}
@media (min-width:600px) {
.pagination__list-item:first-child .pagination__list-item-link {
padding-left: 24px
}
}
.pagination__list-item-link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
display: inline-block;
color: #9c9da1;
border-top: 3px solid transparent;
padding: 16px 18px
}
.no-touchevents .pagination__list-item-link:hover,
.pagination__next:focus,
.pagination__prev:focus {
color: #000
}
@media (min-width:600px) {
.pagination__list-item-link {
padding: 16px 24px
}
.no-touchevents .pagination__list-item-link:hover {
border-color: #000
}
}
.pagination__list-item-link:focus {
border-color: #000;
color: #000
}
.pagination__prev {
padding-left: 36px
}
.pagination__prev:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-green.svg), none;
left: 0
}
.no-svg .pagination__prev:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-green.png)
}
.no-touchevents .pagination__prev:hover:not(.invisible):after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.no-svg .no-touchevents .pagination__prev:hover:not(.invisible):after,
.pagination__prev:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.png)
}
.pagination__prev:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.no-svg .pagination__prev:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.png)
}
.pagination__next {
padding-right: 36px
}
.pagination__next:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.svg), none;
right: 0
}
.home__featured-learn:after,
.no-svg .pagination__next:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.png)
}
.no-touchevents .pagination__next:hover:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.no-svg .no-touchevents .pagination__next:hover:after,
.pagination__next:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png)
}
.pagination__next:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.no-svg .pagination__next:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png)
}
.pagination__next,
.pagination__prev {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
position: relative;
display: inline-block;
color: #9c9da1;
font-size: 18px;
padding-top: 16px;
padding-bottom: 16px
}
.pdf-report__button,
.pdf-report__text {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.no-touchevents .pagination__next:hover:not(.invisible),
.no-touchevents .pagination__prev:hover:not(.invisible),
.pagination__next:focus:not(.invisible),
.pagination__prev:focus:not(.invisible) {
color: #000
}
.pdf-report {
position: relative;
width: 100%;
text-align: center;
background-color: #393745;
z-index: 20;
max-width: 360px;
margin: 24px auto 30px
}
.pdf-report:before {
content: "";
display: block;
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-bottom: 30px solid #21d279;
border-left: 30px solid transparent
}
.pdf-report__button,
.share-button,
.share-button__links,
.share-button__list-item,
.share-button__share-link,
.share-button__text {
display: inline-block
}
@media (min-width:768px) {
.pdf-report {
margin-right: 64px;
margin-left: 24px;
float: right
}
}
@media (min-width:1080px) {
.pdf-report {
margin-right: 18%
}
}
.pdf-report__content {
padding: 24px 24px 30px
}
.pdf-report__text {
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 1.1;
color: #FFF
}
.pdf-report__text--issue {
color: #21d279
}
.pdf-report__button {
text-align: center;
font-weight: 400;
font-style: normal;
border-radius: 3px;
font-size: 18px;
transition: background-color .3s cubic-bezier(.19, 1, .22, 1);
background-color: #21d279;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 18px;
width: 100%;
max-width: 200px;
color: #FFF
}
.share-button__text,
.take-action__text {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
font-weight: 400
}
.no-touchevents .pdf-report__button:hover {
background-color: #6a7ef1
}
.share-button {
position: relative;
border-radius: 3px;
border: 1px solid #21d279;
cursor: pointer;
padding: 10px 12px
}
.share-button--districts,
.share-button--graphic {
margin-top: 36px
}
.share-button__text {
font-size: 16px;
color: #21d279;
text-transform: uppercase;
letter-spacing: .89px;
margin: 0
}
.share-button--districts .share-button__text {
margin: 0
}
.share-button__list {
list-style: none;
margin: 0;
padding: 0
}
@media (min-width:1100px) {
.share-button__list {
padding: 0 0 0 12px
}
}
.share-button__list-item {
padding-right: 8px;
list-style: none
}
.share-button__links {
overflow: hidden;
height: 16px;
white-space: nowrap
}
.no-touchevents .share-button__links {
transform: translateX(-20px);
opacity: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
width: 0
}
.no-touchevents .share-button:hover .share-button__links {
width: 80px;
transform: translateX(4px);
opacity: 1
}
.no-touchevents .share-button--graphic:hover .share-button__links {
width: 60px;
transform: translateX(4px);
opacity: 1
}
.take-action-is-in-view {
height: 100%;
overflow: hidden;
width: 100%;
position: fixed
}
.take-action {
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #21d279;
z-index: 40;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
transform: translateX(100%);
transition: transform .5s cubic-bezier(.19, 1, .22, 1)
}
@media (min-width:600px) {
.take-action {
max-width: 600px
}
}
.take-action-is-in-view .take-action {
transform: translateX(0)
}
.dropdown .placeholder.rotate:after,
.dropdown>ul>li.parent>div.rotate:after,
.location_list .placeholder.rotate:after,
.location_list>ul>li.parent>div.rotate:after {
transform: rotate(180deg)
}
.no-js .take-action {
display: none
}
.icon-close,
.icon-close:after {
display: block;
position: absolute
}
.take-action__container {
position: relative;
width: 100%;
height: 100%;
padding: 24px 36px
}
@media (min-width:768px) {
.take-action__container {
padding: 48px 60px
}
}
@media (min-width:1100px) {
.take-action__container {
padding: 84px 60px
}
}
.take-action__overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 35;
opacity: 0;
visibility: hidden;
transition: all .3s ease
}
.take-action__overlay:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #000
}
.take-action-is-in-view .take-action__overlay {
opacity: .2;
visibility: visible;
cursor: url(/wp-content/themes/nae-wp-theme/static/img/close-icon.svg) 13 8, auto
}
.icon-close {
top: 0;
right: 0;
border-left: 72px solid transparent;
border-top: 72px solid #393745;
cursor: pointer;
z-index: 30
}
.icon-close:focus,
.no-touchevents .icon-close:hover {
border-top: 72px solid #6a7ef1
}
.icon-close:after {
content: "";
top: -63px;
right: 8px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon--md.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon--md.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
width: 24px;
height: 24px
}
.no-svg .icon-close:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon--md.png)
}
.take-action__h {
color: #FFF
}
.take-action__text {
color: #FFF;
font-size: 18px
}
.take-action__content form {
margin-bottom: 24px
}
.take-action__content form input:focus,
.take-action__content form select:focus {
box-shadow: 0 0 0 2px #393745
}
@media (min-width:768px) {
.take-action__content form {
margin-bottom: 36px
}
}
.take-action__content h1,
.take-action__content h2,
.take-action__content h3,
.take-action__content h4,
.take-action__content h5,
.take-action__content h6 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
color: #FFF;
margin-top: 0
}
.locations__list,
.map-breadcrumb,
.toggle-locations-list {
font-style: "normal"
}
.take-action__content p {
color: #FFF;
font-size: 21px;
margin-top: 0;
margin-bottom: 24px
}
@media (min-width:768px) {
.take-action__content p {
margin-bottom: 36px
}
}
.take-action__video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
margin-bottom: 24px
}
@media (min-width:768px) {
.take-action__video-container {
margin-bottom: 48px
}
}
.take-action__video-container embed,
.take-action__video-container iframe,
.take-action__video-container object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.state-map .district {
fill: #393745
}
.page-template-page-reports {
margin: 1em 0;
padding: 1em
}
.page-template-page-reports input {
border: 0;
padding: 0;
font-size: 1em
}
.not-found__h,
.section-header {
font-size: 36px
}
.page-template-page-reports input:focus {
outline: 0
}
.page-template-page-reports .location-nav-bar {
padding: 0
}
.page-posttypearchive {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif!important
}
.page-posttypearchive .post .terms {
font-weight: 400
}
.page-posttypearchive .post .terms a {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
color: #21d279
}
.page-posttypearchive .post .terms a:hover {
color: #000
}
.page-posttypearchive .post .title a {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif!important;
font-weight: 400
}
.page-posttypearchive .post .title a:hover {
text-decoration: underline #21d279 solid
}
.bordered {
border-top: 3px solid #000
}
.featured-report {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.featured-report>h1 {
-ms-flex: 1;
flex: 1;
-ms-flex-order: 2;
order: 2
}
.featured-report>a {
-ms-flex: 1;
flex: 1;
margin-top: 1em;
text-align: center;
-ms-flex-order: 1;
order: 1
}
.featured-report:after {
content: " ";
display: table;
clear: both
}
.featured-report-grid .report {
background-size: cover;
background-position: center center;
text-shadow: 1px 1px 1px #5c5252
}
.featured-report-grid .report.nae-default {
background-size: 80%;
background-repeat: no-repeat
}
.featured-report-grid .report a {
display: block;
height: 100%;
padding: 1em;
color: #FFF;
font-weight: 700;
line-height: 1.2em;
background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 20%, rgba(255, 255, 255, 0) 100%)
}
.featured-report-grid .report a:hover {
text-decoration: underline
}
.report-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.report-grid>* {
padding: 1em 0;
margin: 1em 0
}
@media (min-width:1080px) {
.report-grid h2.title {
font-size: 36px
}
}
@media (min-width:768px) {
.report-grid {
padding: 0 4em
}
.featured-report {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between
}
.featured-report>h1 {
-ms-flex-order: 1;
order: 1
}
.featured-report>a {
-ms-flex-order: 2;
order: 2;
text-align: right;
margin-top: 1.5075em
}
}
.report-grid>.grid-item {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: 1px solid #738680
}
@media (min-width:768px) {
.report-grid>.grid-item {
-ms-flex-direction: row;
flex-direction: row
}
.report-grid>.grid-item .thumbnail {
width: 30%;
background-size: 100%
}
.report-grid>.grid-item .post {
width: 70%
}
}
.report-grid>.grid-item:last-child {
border: 0
}
.report-grid>.grid-item .thumbnail {
height: 15em;
background-size: cover;
background-repeat: no-repeat;
background-position: center center
}
.report-grid>.grid-item .thumbnail.nae-default {
border: 1px solid #ccc;
background-size: 40%
}
.report-grid>.grid-item .date {
color: #738680
}
.green,
.green a,
.search-icon {
color: #21d279
}
.report-grid>.grid-item .post {
padding-top: 1.5em
}
@media (min-width:768px) {
.report-grid>.grid-item .post {
padding-top: 0;
padding-left: 1.5em
}
}
.report-listing {
margin-top: 3em
}
.bold {
font-weight: 700
}
.controls {
margin-top: 1em
}
.reports-search {
padding: 0!important
}
.reports-search .nav-bar__list-item:last-child {
padding-right: 0
}
.reports-search .nav-bar__content-item:nth-child(2) {
padding: 14px 0 16px 16px
}
.keyword_search {
margin: 0!important;
max-width: none
}
.keyword_search .keyword {
font-size: 1.2em;
padding: .2em;
margin: 0 0 0 .5em;
width: auto;
border: 0
}
@media (min-width:768px) {
.nav-bar__sub-menu-container {
padding: 0!important
}
}
.search-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/search.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/search.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
width: 24px;
height: 24px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
padding: 0;
margin: 0;
border: 0!important
}
.no-svg .search-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/search.png)
}
.dropdown {
position: relative;
min-width: 10.3em;
user-select: none;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
display: inline-block
}
.dropdown .placeholder.arrow:after,
.dropdown>ul>li.parent>div:after {
content: "\25BE";
width: .667em;
font-family: sans-serif;
font-size: 1.5em
}
.dropdown li {
border-bottom: 1px solid #dcdcdc
}
.dropdown a {
display: block;
padding: .6em
}
.dropdown .placeholder {
padding: .3em;
cursor: pointer;
display: inline-block
}
.dropdown .placeholder.arrow:after {
padding: 0 .3em;
color: #21d279;
transition: transform 150ms ease-in-out
}
.dropdown>ul {
list-style: none;
background: #fff;
z-index: 99;
padding: 0;
margin: 0;
position: absolute;
max-height: 0;
overflow: hidden;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
line-height: 1.4em;
transition: max-height 150ms
}
.dropdown>ul.open {
height: initial;
overflow: auto;
max-height: 20em
}
.dropdown>ul>li>ul {
list-style: none;
display: none
}
.dropdown>ul>li>ul>li:hover {
background: #21d279
}
.dropdown>ul>li>ul>li:hover a {
color: #fff;
font-weight: 700
}
.dropdown>ul>li>ul.open {
display: block
}
.dropdown>ul>li.parent>div {
padding-right: 1.5em
}
.dropdown>ul>li.parent>div:after {
position: absolute;
right: 5px;
color: #21d279;
transition: transform 150ms ease-in-out
}
.locations__list,
.locations__title,
.map-breadcrumb,
.toggle-locations-list {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif
}
.dropdown>ul>li.parent>div:hover:after {
color: #fff
}
.dropdown>ul>li>a,
.dropdown>ul>li>div {
padding: .6em;
cursor: pointer;
position: relative
}
.dropdown>ul>li>a:hover,
.dropdown>ul>li>div:hover {
font-weight: 700;
background: #21d279;
color: #fff
}
.dropdown.district {
display: inline-block;
font-size: .5em;
color: #21d279;
min-width: 0
}
.dropdown.district .placeholder {
padding: .3em 1.45em .3em .3em
}
.dropdown.district>ul {
font-size: 1rem;
right: 0
}
.dropdown.district>ul li a {
color: #21d279
}
.dropdown.district>ul li a:hover {
color: #fff
}
.dropdown.state {
margin-top: -5px
}
@media (min-width:768px) {
.dropdown.state>ul {
margin-top: 16px
}
}
.dropdown.email {
position: static;
display: inline-block;
min-width: 0;
font-size: .8em
}
.dropdown.email .placeholder {
display: inline-block;
padding: 0
}
.dropdown.email .placeholder:after {
display: inline-block;
content: ""
}
.dropdown.email .placeholder a {
display: inline-block
}
.dropdown.email>ul {
right: 0;
left: 0;
max-width: none;
white-space: normal;
min-width: 20em;
margin-top: .7em
}
.dropdown.email>ul.open {
max-height: 35em
}
@media (min-width:768px) {
.dropdown.email>ul {
margin-top: 1.7em;
left: auto
}
.dropdown.email>ul.open {
max-width: 23em
}
}
.dropdown.email>ul>li>div {
font-weight: 700;
background: #21d279;
color: #fff;
cursor: default
}
.dropdown.email>ul>li>div form {
margin-top: 2em
}
.dropdown.email>ul>li>div form input {
padding: .675em;
font-size: 1.25em;
width: 100%
}
.dropdown.email>ul>li>div .close {
position: absolute;
right: .8em;
top: .8em;
display: inline-block;
width: 1em;
height: 1em;
overflow: hidden;
padding: 1em
}
.dropdown.email>ul>li>div .close::after,
.dropdown.email>ul>li>div .close::before {
content: '';
position: absolute;
height: 1px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #fff
}
.dropdown.email>ul>li>div .close::before {
transform: rotate(45deg)
}
.dropdown.email>ul>li>div .close::after {
transform: rotate(-45deg)
}
.dropdown.right>ul {
right: 0
}
.dropdown.home>ul {
margin-top: 0
}
.dropdown .article-toolbar__share-link--email {
margin-left: 14px
}
.list-is-active .toggle-locations-list {
color: #fff;
border-color: #000
}
.list-is-active .drawer-header {
color: #fff;
background-color: #393745
}
.list-is-active .map-breadcrumb .break,
.list-is-active .map-breadcrumb span {
color: #fff
}
.toggle-locations-list {
font-weight: 400;
border: 0;
color: #000;
padding: 0 2em 0 1em;
outline: 0;
border-left: 1px solid #D8D8D8;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 86% 56%;
background-size: 16px auto
}
.home__select-h:after,
.no-svg .toggle-locations-list {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.png)
}
@media (min-width:768px) {
.toggle-locations-list {
display: none
}
}
.drawer-header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: stretch;
align-items: stretch;
padding-left: 1em;
position: absolute;
top: 0;
min-height: 3.5em;
width: 100%;
color: #000;
background-color: #fff;
border-top: solid 1px #D8D8D8;
z-index: 2
}
@media (min-width:768px) {
.drawer-header {
border: 0
}
}
.map-breadcrumb {
font-weight: 400;
font-size: 14px;
z-index: 2;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.break:after,
.map-breadcrumb a,
.map-breadcrumb span {
display: inline-block
}
.map-breadcrumb h3 {
font-weight: 400;
margin: 0;
padding-right: .5em
}
.map-breadcrumb a {
color: #21d279
}
.map-breadcrumb .break {
border: 0
}
.map-breadcrumb span {
border-bottom: 2px solid #21d279
}
.map-breadcrumb .state-wide {
border-color: #21d279
}
.break {
color: #000
}
.locations__list-item-main.is-open p a,
.more-link {
color: #FFF
}
.break:after {
content: "›"
}
#lookup:after,
.article__body>p:last-child:after,
.home__featured-learn:after,
.home__select-h:after,
.more-link:after {
content: ""
}
.locations-scroll-box {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 100%
}
.locations-scroll-box::-webkit-scrollbar {
width: .5em
}
.locations-scroll-box::-webkit-scrollbar-track {
background-color: #fff
}
.locations-scroll-box::-webkit-scrollbar-thumb {
background-color: #9c9da1;
border-radius: .25em
}
.locations__list {
font-weight: 400;
list-style: none;
padding: 0;
margin: 0
}
.locations__list-container {
display: block;
position: absolute;
top: 0;
height: 3.5em;
width: 100%;
z-index: 2;
box-shadow: 0 .5em 1em -.5em rgba(0, 0, 0, .5);
transition: height .2s linear
}
.locations__list-item,
.more-link {
position: relative
}
.locations__list-container.list-is-active {
height: 100%
}
.locations__list-main {
height: 100%;
padding-top: 3.5em
}
.locations__list-sub {
padding-top: 1em
}
.locations__list-item-main {
background-color: rgba(255, 255, 255, .9)
}
@media (min-width:768px) {
.locations__list-container {
position: relative;
width: 30%;
min-width: 22em;
height: 100%;
box-shadow: none
}
.locations__list-container.list-is-active {
height: 100%
}
.locations__list-item-main {
background-color: #fff
}
}
.locations__list-item-main.is-open {
color: #FFF;
height: auto;
background-color: rgba(57, 55, 69, .9)
}
@media (min-width:768px) {
.locations__list-item-main.is-open {
background-color: #393745
}
}
.locations__toggle-link,
.more-link:after {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.locations__list-content-sub {
display: none
}
.locations__title {
padding: 1rem;
font-weight: 400;
font-style: normal;
margin: 0;
cursor: pointer
}
.locations__title-main {
font-size: 20px;
border-top: solid 1px #D8D8D8
}
.is-open .locations__title-main {
border: 0
}
.locations__title-sub {
border-top: 1px solid #504e61;
padding-top: 10px;
padding-bottom: 10px
}
.locations__title.no-link {
cursor: default!important
}
.locations__toggle-title {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center
}
.locations__toggle-link {
position: relative;
right: auto;
top: auto;
width: 20px;
height: 20px;
display: block;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/plus-icon--gray.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/plus-icon--gray.svg), none;
cursor: pointer
}
.no-svg .locations__toggle-link {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/plus-icon--gray.png)
}
.more-link {
padding: 1rem;
display: block
}
.more-link__lg {
font-size: 24px
}
.more-link:after {
position: absolute;
top: 1.3em;
right: 1rem;
width: 22px;
height: 10px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.svg), none;
display: block
}
.location-tabs,
.position-relative {
position: relative
}
.map-tooltip .tooltip__link:after,
.no-svg .more-link:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.png)
}
.text-green {
color: #21d279
}
.location-tabs {
padding-top: 1em
}
.location-tabs .story_section {
padding: 0 1rem
}
@media (min-width:768px) {
.location-tabs .story_section {
padding: 0
}
}
.location-tabs table[data-table] {
padding: 1rem
}
.location-tabs__menu {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
display: -ms-flexbox;
display: flex;
padding: 0 1rem
}
.location-tabs__menu-item {
display: block;
color: #FFF;
padding: .5em 1em
}
.location-tabs__menu-item.is-active {
border-bottom: 3px solid #21d279;
font-weight: 700
}
.location-tabs__section {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
opacity: 0;
width: 100%
}
.location-tabs__section.is-active {
position: relative;
visibility: visible;
opacity: 1
}
.location-tabs__section-title {
visibility: hidden;
margin: 0;
height: 0
}
.loading {
padding: 0 1rem
}
.location__facts-table tr td,
.location__facts-table-hover tr td,
.no-js .location__facts-table th,
.no-js .location__facts-table-hover th {
padding-top: 2px;
padding-bottom: 4px;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-size: 16px;
font-style: normal
}
.stories__slider-inner {
min-width: 100%
}
.stories__slider .add_story {
text-align: center;
width: 100%
}
.stories__item h2 a {
color: #FFF
}
.tweet_reps {
-ms-flex-item-align: center;
align-self: center;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.tweet_reps>a {
margin: 0 0 .25em;
text-align: center
}
.tweet_reps .dashicons-twitter {
vertical-align: middle!important
}
@media (min-width:1750px) {
.tweet_reps {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center
}
.tweet_reps>a {
margin: 0 .25em .25em 0
}
}
.location__facts-table,
.location__facts-table-hover {
transition: all .3s cubic-bezier(.25, .46, .45, .94);
margin: 0 auto;
width: 100%
}
.location__facts-table {
opacity: 0;
transform: translateY(30%)
}
.is-open .location__facts-table {
opacity: 1;
transform: translateY(0)
}
.location__facts-table thead {
display: none
}
.no-js .location__facts-table thead {
display: table-header-group
}
.no-js .location__facts-table th {
border-right: 1px solid;
border-left: 1px solid;
font-weight: 700
}
.location__facts-table tr {
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF
}
.location__facts-table tr:nth-child(odd) {
background-color: #514E67
}
.location__facts-table tr td {
border-right: none;
border-left: none;
text-align: right;
font-weight: 400;
color: #FFF
}
.no-js .location__facts-table tr td,
.no-js .location__facts-table-hover th {
border-right: 1px solid;
border-left: 1px solid
}
.location__facts-table tr td:first-child {
text-align: left;
font-weight: 400
}
.location__facts-table tr td:last-child,
.no-js .location__facts-table tr td:first-child {
font-weight: 700
}
.no-js .location__facts-table tr td:last-child {
font-weight: 400
}
.location__facts-table-hover thead {
display: none
}
.no-js .location__facts-table-hover thead {
display: table-header-group
}
.no-js .location__facts-table-hover th {
font-weight: 700
}
.location__facts-table-hover tr {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.location__facts-table-hover tr:nth-child(odd) {
background-color: #e8eeee
}
.location__facts-table-hover tr td {
border-right: none;
border-left: none;
text-align: right;
font-weight: 400;
color: #000
}
#lookup,
.map .button {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.no-js .location__facts-table-hover tr td {
border-right: 1px solid;
border-left: 1px solid
}
.location__facts-table-hover tr td:first-child {
text-align: left;
font-weight: 400
}
.locations__share .article-toolbar__share-list:nth-child(2),
.map .button {
text-align: center
}
.location__facts-table-hover tr td:last-child,
.no-js .location__facts-table-hover tr td:first-child {
font-weight: 700
}
#lookup,
.no-js .location__facts-table-hover tr td:last-child {
font-weight: 400
}
.mapboxgl-control-container {
display: none
}
.map {
height: 100%;
display: block;
width: 100%;
position: relative;
overflow: hidden
}
@media (min-width:768px) {
.mapboxgl-control-container {
display: block
}
.map {
height: 100%;
padding-bottom: 0
}
}
.map .alaska,
.map .hawaii {
opacity: .9;
width: 3em;
height: 3em;
position: absolute;
left: 1em;
bottom: 2em;
cursor: pointer;
z-index: 999;
background: url(../../../../../plugins/pnae-mapbox/assets/images/alaska.jpg) 50% 50% no-repeat #FFF;
background-size: contain;
transition: all .2s ease-in
}
@media (min-width:1080px) {
.map .alaska,
.map .hawaii {
width: 5em;
height: 5em;
left: 2em
}
}
#mapbox,
#mapcontainer {
width: 100%;
height: 100%;
position: relative
}
.map .alaska:hover,
.map .hawaii:hover {
opacity: 1
}
.map .hawaii {
left: 5em;
background-image: url(../../../../../plugins/pnae-mapbox/assets/images/hawaii.jpg)
}
@media (min-width:1080px) {
.map .hawaii {
left: 9em
}
}
.map .button {
display: inline-block;
padding: 1em;
background: #21d279;
color: #FFF;
border-radius: .25em;
margin: 0!important;
text-shadow: 0 -1px 0 rgba(57, 55, 69, .5);
font-size: 1.2em
}
.map .people {
padding: .5em
}
#mapcontainer {
left: 0;
top: 0;
z-index: 1
}
#lookup {
display: block;
padding-top: 4.25em;
width: 90%;
left: 5%;
position: absolute;
z-index: 2;
font-style: normal
}
@media (min-width:768px) {
#lookup {
margin-right: 4em;
padding-top: .75em
}
}
#lookup label {
color: #FFF;
display: none;
padding: 0 1em 0 0
}
#lookup input {
border: 1px solid #D8D8D8;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-shadow: 0 .5em 1em -.5em rgba(0, 0, 0, .5);
outline: 0;
padding: .5em 1em .5em 2em
}
#lookup input::-webkit-input-placeholder {
color: #000
}
#lookup input::-moz-placeholder {
color: #000
}
#lookup input:-ms-input-placeholder {
color: #000
}
#lookup input::placeholder {
color: #000
}
#lookup .smart-search {
position: relative;
width: 100%
}
#lookup .smart-search__icon {
position: absolute;
top: 50%;
left: .5em;
transform: translateY(-50%)
}
#lookup .smart-search .search {
width: 100%
}
#lookup .smart-search>ul {
display: none;
position: absolute;
top: 1em;
max-height: 30vh;
background: #fff;
overflow: auto;
width: 100%;
padding: 0;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
z-index: 99
}
.home__dashboard-info,
.home__select-h,
.section--home {
position: relative
}
#lookup .smart-search>ul>li.selected,
#lookup .smart-search>ul>li:hover {
background: #21d279;
color: #fff;
font-weight: 700
}
.issue__intro,
.page--locations,
.page-locations {
overflow: hidden
}
#lookup .smart-search>ul.show {
display: block
}
#lookup .smart-search>ul>li {
display: block;
padding: .6em;
border-bottom: 1px solid #dcdcdc
}
#lookup .smart-search>ul>li:hover {
cursor: pointer
}
.not-found__h,
.not-found__strong {
font-weight: 400;
font-style: normal
}
#lookup:after {
display: table;
clear: both
}
@media (min-width:1080px) {
#lookup {
padding: .75em 60px .75em 92px
}
}
.not-found__h {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
border-bottom: 3px solid #000;
padding-bottom: 12px
}
.not-found__strong {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.not-found__text {
font-family: "Lyon Display Web", Georgia, serif;
font-weight: 400;
font-style: normal;
font-size: 36px;
margin: 36px 0 64px
}
.home__featured-h,
.home__select-h,
.home__select-item--all,
.not-found__link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
@media (min-width:768px) {
.not-found__text {
font-size: 48px;
margin: 48px 0 72px
}
}
.not-found__link {
text-decoration: none;
color: #21d279;
font-size: 40px
}
.home__link:focus .home__featured-h,
.no-touchevents .home__link:hover .home__featured-h,
.no-touchevents .not-found__link:hover {
text-decoration: underline
}
.section--home {
margin-top: 36px;
padding-bottom: 18px
}
@media (min-width:768px) {
.not-found__link {
font-size: 52px
}
.section--home {
margin-top: 48px;
padding-bottom: 24px
}
}
@media (min-width:1100px) {
.section--home {
margin-top: 64px
}
}
.home__issue-list {
display: none
}
.home__header {
border-bottom: 3px solid #9c9da1;
padding-bottom: 6px;
font-size: 24px;
font-weight: 400
}
.module--home-dashboard {
padding-bottom: 36px
}
@media (min-width:768px) {
.home__issue-list {
display: block
}
.home__header {
font-size: 30px;
margin-bottom: 48px
}
.module--home-dashboard {
padding-bottom: 48px
}
}
.home__dashboard-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.home__dashboard-col {
width: 100%
}
@media (min-width:768px) {
.home__dashboard-grid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.home__dashboard-col {
width: 50%
}
.home__dashboard-col:first-child {
padding-right: calc(30px - 1px);
border-right: 1px solid #dddedf
}
.home__dashboard-col:last-child {
padding-left: 30px
}
}
.home__dashboard-content {
border-top: 3px solid #000;
padding-top: 24px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.home__select-h {
display: inline-block;
margin: 0;
font-size: 24px;
padding-right: 20px
}
.home__select-h:after,
.home__select-menu {
background-color: transparent;
position: absolute;
right: 0
}
.home__select-h:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.svg), none;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
width: 12px;
height: 12px;
display: block;
top: 10px
}
.no-svg .home__select-h:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.png)
}
@media (min-width:1100px) {
.home__select-h {
font-size: 36px
}
.home__select-h:after {
top: 20px
}
}
.home__select-sub-h {
color: #21d279
}
.home__select-menu {
border: 0;
box-shadow: none;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
top: 0;
height: 37px;
width: 83px;
opacity: 1;
cursor: pointer
}
.home__featured,
.home__featured--no-img {
background-color: #21d279
}
.home__select-menu:focus {
outline: 0
}
.home__select-menu.home__select--states {
width: 194px
}
@media (min-width:1100px) {
.home__select-menu {
width: 118px
}
.home__select-menu.home__select--states {
width: 280px
}
}
.home__select {
position: relative;
display: inline-block
}
.home__select form option {
color: #000
}
.home__select-form select {
font-size: 16px;
color: transparent;
background-image: none
}
.home__select-form select:focus {
border-bottom: 2px solid #21d279;
border-top: 0;
border-right: 0;
border-left: 0
}
.home__select-item--all {
font-size: 36px
}
.home__dashboard-text {
font-size: 21px;
margin-bottom: 0
}
@media (min-width:1080px) {
.home__dashboard-text {
font-size: 24px
}
}
.home__featured {
background-size: cover;
background-position: center center;
position: relative;
min-height: 450px
}
.home__featured-hgroup {
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
z-index: 15;
padding: 24px 24px 30px
}
.home__featured:not(.home__featured--no-img) .home__featured-hgroup {
background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 20%, rgba(255, 255, 255, 0) 100%)
}
.home__featured--no-img .home__featured-learn:after,
.home__featured-learn:after {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
background-color: transparent
}
.home__link {
margin-top: 36px
}
@media (min-width:768px) {
.home__featured-hgroup {
padding: 36px 36px 40px
}
.home__link {
margin-top: 48px
}
}
.home__featured-h {
color: #FFF;
margin: 0;
font-size: 24px
}
@media (min-width:1200px) {
.home__featured-h {
font-size: 36px
}
}
.home__featured-learn {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
font-size: 18px;
display: inline-block;
padding-top: 12px;
position: relative
}
.archive__author-name,
.archive__h {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.home__featured-learn:after {
width: 28px;
height: 60px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.svg), none;
position: absolute;
top: -4px;
right: -35px
}
.archive,
.archive__list,
.article__body>p,
.section--archive {
position: relative
}
.no-svg .home__featured-learn:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.png)
}
.home__featured--no-img .home__featured-learn:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.svg), none
}
.no-svg .home__featured--no-img .home__featured-learn:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png)
}
.home__cards {
margin-left: -20px;
margin-right: -20px;
padding-top: 30px
}
@media (min-width:768px) {
.home__cards .card__text--main {
font-size: 30px
}
}
.home__card-list {
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: row;
flex-direction: row;
padding-left: 0;
min-height: 480px;
width: 100%
}
.home__card-list-item {
width: 100%;
padding: 0 20px
}
@media (min-width:600px) {
.home__card-list-item {
width: 50%
}
.home__card-list-item:nth-last-child(2) .card {
padding-bottom: 0
}
}
@media (min-width:768px) {
.home__card-list-item {
width: 100%
}
}
@media (min-width:1080px) {
.home__cards .card__text--main {
font-size: 36px
}
.home__card-list-item {
width: 50%
}
}
.home__card-list-item:last-child .card {
padding-bottom: 0
}
.module--archive {
margin-left: 30px;
margin-right: 30px;
padding: 0 0 20px
}
@media (min-width:768px) {
.module--archive {
margin-left: 40px;
margin-right: 40px;
padding: 0 0 40px
}
}
@media (min-width:1100px) {
.module--archive {
margin-left: 60px;
margin-right: 60px
}
}
.module--archive-header {
padding-bottom: 0
}
.archive__list {
list-style-type: none;
margin: 0;
padding-bottom: 24px;
padding-left: 0;
width: 100%;
max-width: 700px
}
.archive__list-item {
border-bottom: 1px solid #ccc;
padding: 24px 0
}
.archive__list-item:last-child {
border-bottom: none
}
@media (min-width:768px) {
.archive__list {
margin: 18px auto 0
}
.archive__list-item {
padding: 48px 0
}
}
.archive__h {
border-top: 3px solid #000;
border-bottom: 1px solid #ccc;
padding-top: 16px;
padding-bottom: 16px;
margin: 0;
font-size: 21px;
color: #9c9da1
}
@media (min-width:768px) {
.archive__h {
font-size: 24px
}
}
.archive__category-h {
margin: 0 0 18px
}
.archive__category-link {
color: #21d279
}
.archive__category-link:focus,
.archive__category-link:hover {
color: #000
}
.archive__author-name {
padding-left: 10px
}
.archive__post-content p {
font-family: "Lyon Text Web", Georgia, serif;
font-size: 18px;
line-height: 1.55;
margin: 0
}
.archive__date,
.archive__post-h {
margin: 0 0 18px
}
.archive__date {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 21px;
color: #9c9da1
}
.article__author-link,
.date--title {
color: #21d279
}
.archive__post-link {
text-decoration: none;
text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF
}
.archive__post-link:focus,
.no-touchevents .archive__post-link:hover {
text-decoration: underline #21d279 solid
}
.module--article {
margin-top: 0;
padding-bottom: 24px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.archive__post-content p {
font-size: 21px
}
.module--article {
min-height: 490px;
padding-bottom: 48px
}
}
.article-content {
-ms-flex-order: 1;
order: 1;
margin: auto;
width: 80%;
}
@media (min-width:768px) {
.article-content {
padding-top: 20px;
-ms-flex-order: 2;
order: 2
}
}
.article__lede,
.page__lede {
max-width: 700px;
border-top: 3px solid #000;
padding-top: 24px;
margin: 0 auto 24px
}
@media (min-width:768px) {
.article__lede,
.page__lede {
margin-top: 0;
padding-top: 0;
border: 0
}
}
.article__body {
width: 100%
}
.article__title-h,
.page__title-h {
margin: 0 0 24px
}
@media (min-width:1100px) {
.module--article {
padding-bottom: 72px
}
.article__title-h,
.page__title-h {
font-size: 64px;
line-height: 1
}
}
.article__sub-h {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.1;
font-size: 21px
}
@media (min-width:1080px) {
.article__sub-h {
line-height: 1.25;
font-size: 30px
}
}
.article__author,
.article__date {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 1.55;
margin: 0
}
@media (min-width:1100px) {
.article__author,
.article__date {
font-size: 21px
}
}
.date--title {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.no-touchevents .article__author-link:hover {
color: #000
}
.article__body small {
font-variant: small-caps;
letter-spacing: 1px
}
.article__body>p:last-child:after {
display: inline-block;
margin-left: 4px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 16px 16px;
border-color: transparent transparent #21d279
}
.article__body.dropcap>p:first-child:first-letter {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-style: normal;
font-weight: 700;
float: left;
display: block;
color: #000;
font-size: 64px;
line-height: 50px;
margin: 0 12px 0 0
}
@media (min-width:1080px) {
.article__body.dropcap>p:first-child:first-letter {
font-size: 112px;
line-height: 84px;
margin: 0 16px 0 0
}
}
.article__body>h1,
.article__body>h2,
.article__body>h3,
.article__body>h4,
.article__body>h5,
.article__body>h6,
.article__body>ol,
.article__body>p,
.article__body>ul,
.post__body>h1,
.post__body>h2,
.post__body>h3,
.post__body>h4,
.post__body>h5,
.post__body>h6,
.post__body>ol,
.post__body>p,
.post__body>ul {
max-width: 700px;
margin-top: 0;
margin-left: auto;
margin-right: auto
}
.article__body>h1,
.article__body>h2,
.article__body>h3,
.post__body>h1,
.post__body>h2,
.post__body>h3 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
max-width: 700px;
margin-bottom: 24px
}
.article__body>h1,
.article__body>h2,
.post__body>h1,
.post__body>h2 {
font-size: 24px;
line-height: 1.3;
color: #21d279
}
@media (min-width:768px) {
.article__body>h1,
.article__body>h2,
.post__body>h1,
.post__body>h2 {
font-size: 36px;
line-height: 1.1;
margin-top: 0;
margin-bottom: 30px
}
}
.article__body>h3,
.article__body>h4,
.article__body>h5,
.article__body>h6,
.post__body>h3,
.post__body>h4,
.post__body>h5,
.post__body>h6 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 1.3
}
.article__body>p,
.post__body>p {
font-size: 18px;
line-height: 1.55;
max-width: 700px;
margin: 0 auto 24px
}
.article__body>ol li strong,
.article__body>p strong,
.article__body>ul li strong,
.post__body>ol li strong,
.post__body>p strong,
.post__body>ul li strong {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 21px;
line-height: 1
}
@media (min-width:1100px) {
.article__body>p,
.post__body>p {
font-size: 21px
}
.article__body>ol li strong,
.article__body>p strong,
.article__body>ul li strong,
.post__body>ol li strong,
.post__body>p strong,
.post__body>ul li strong {
font-size: 24px
}
}
.article__body>a,
.article__body>ol li a,
.article__body>p a,
.article__body>ul li a,
.post__body>a,
.post__body>ol li a,
.post__body>p a,
.post__body>ul li a {
background-image: linear-gradient(transparent 95%, #21d279 0);
padding-bottom: 1px;
text-shadow: .03em 0 #FFF, -.03em 0 #FFF, 0 .03em #FFF, 0 -.03em #FFF, .06em 0 #FFF, -.06em 0 #FFF, .09em 0 #FFF, -.09em 0 #FFF, .12em 0 #FFF, -.12em 0 #FFF, .15em 0 #FFF, -.15em 0 #FFF;
transition: all .3s cubic-bezier(.19, 1, .22, 1)
}
.district__h-link,
.issue__h-link {
text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF
}
.article__body>a:focus,
.article__body>ol li a:focus,
.article__body>p a:focus,
.article__body>ul li a:focus,
.no-touchevents .article__body>a:hover,
.no-touchevents .article__body>ol li a:hover,
.no-touchevents .article__body>p a:hover,
.no-touchevents .article__body>ul li a:hover,
.no-touchevents .post__body>a:hover,
.no-touchevents .post__body>ol li a:hover,
.no-touchevents .post__body>p a:hover,
.no-touchevents .post__body>ul li a:hover,
.post__body>a:focus,
.post__body>ol li a:focus,
.post__body>p a:focus,
.post__body>ul li a:focus {
background-image: none;
color: #21d279
}
.article__body>ol,
.article__body>ul,
.post__body>ol,
.post__body>ul {
max-width: 700px;
font-size: 18px;
line-height: 1.55;
margin-bottom: 24px;
list-style: none;
padding-left: 30px
}
@media (min-width:600px) {
.article__body>ol,
.article__body>ul,
.post__body>ol,
.post__body>ul {
padding-left: 50px
}
}
@media (min-width:768px) {
.article__body>ol,
.article__body>ul,
.post__body>ol,
.post__body>ul {
padding-left: 65px
}
}
@media (min-width:1100px) {
.article__body>ol,
.article__body>ul,
.post__body>ol,
.post__body>ul {
font-size: 21px
}
}
.article__body>ol li,
.article__body>ul li,
.post__body>ol li,
.post__body>ul li {
margin: 0 0 24px;
position: relative
}
.article__body>ul li:before,
.post__body>ul li:before {
content: "";
position: absolute;
top: 0;
left: -30px;
display: block;
width: 100%;
max-width: 20px;
padding-top: 15px;
padding-left: 12px;
border-bottom: 1px solid #21d279
}
@media (min-width:600px) {
.article__body>ul li:before,
.post__body>ul li:before {
max-width: 40px;
left: -50px
}
}
.article__body>ul li ul,
.article__body>ul li ul li ul,
.post__body>ul li ul,
.post__body>ul li ul li ul {
list-style: none;
padding-left: 24px;
padding-top: 14px
}
@media (min-width:768px) {
.article__body>ul li:before,
.post__body>ul li:before {
max-width: 54px;
left: -64px
}
.article__body>ul li ul,
.article__body>ul li ul li ul,
.post__body>ul li ul,
.post__body>ul li ul li ul {
padding-left: 24px
}
}
.article__body>ol li ol,
.article__body>ol li ol li ol,
.post__body>ol li ol,
.post__body>ol li ol li ol {
padding-left: 64px;
padding-top: 14px
}
.article__body ol li ol li,
.post__body ol li ol li {
list-style: none
}
.article__body>ul li ul li,
.article__body>ul li ul li ul li,
.post__body>ul li ul li,
.post__body>ul li ul li ul li {
position: relative
}
.article__body>ul li ul li ul li:before,
.article__body>ul li ul li:before,
.post__body>ul li ul li ul li:before,
.post__body>ul li ul li:before {
display: none
}
.article__body>ol li,
.post__body>ol li {
counter-increment: step-counter
}
.article__body>ol li:before,
.post__body>ol li:before {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
content: counter(step-counter);
display: block;
position: absolute;
top: 0;
left: -30px;
font-size: 20px;
line-height: 1;
color: #21d279
}
@media (min-width:600px) {
.article__body>ol li:before,
.post__body>ol li:before {
left: -50px
}
}
.article__body img,
.post__body img {
max-width: 100%;
height: auto;
display: block;
margin-top: 30px;
margin-bottom: 30px
}
@media (min-width:768px) {
.article__body>ol li:before,
.post__body>ol li:before {
left: -64px;
font-size: 24px
}
.article__body img,
.post__body img {
width: 76%
}
}
.article__body img.contain,
.post__body img.contain {
max-width: 700px;
width: 100%;
margin: 0
}
.article__body img.aligncenter,
.post__body img.aligncenter {
margin: 0 auto .5em!important
}
.article__body img.half,
.article__body img.quarter,
.article__body img.third,
.post__body img.half,
.post__body img.quarter,
.post__body img.third {
float: left;
width: 100%;
margin: 0 .5em .5em 0
}
.article__body img.half.alignright,
.article__body img.quarter.alignright,
.article__body img.third.alignright,
.post__body img.half.alignright,
.post__body img.quarter.alignright,
.post__body img.third.alignright {
float: right;
margin: 0 0 .5em .5em
}
.article__body img.half.aligncenter,
.article__body img.quarter.aligncenter,
.article__body img.third.aligncenter,
.post__body img.half.aligncenter,
.post__body img.quarter.aligncenter,
.post__body img.third.aligncenter {
float: none;
display: block;
margin: 0 auto .5em!important
}
.article__body img.half:nth-child(2n),
.article__body img.quarter:nth-child(4n),
.article__body img.third:nth-child(3n),
.post__body img.half:nth-child(2n),
.post__body img.quarter:nth-child(4n),
.post__body img.third:nth-child(3n) {
margin: 0 0 .5em
}
.article__body img.newrow,
.post__body img.newrow {
clear: both
}
.article__body img.half,
.post__body img.half {
max-width: calc((700px - .5em)/ 2)
}
.article__body img.third,
.post__body img.third {
max-width: calc((700px - 1em)/ 3)
}
.article__body img.quarter,
.post__body img.quarter {
max-width: calc((700px - 1.5em)/ 4)
}
.article__body img.normalize,
.post__body img.normalize {
width: auto
}
.article__body hr,
.post__body hr {
width: auto!important;
max-width: 700px;
margin: .25em auto 1em
}
.article__body>blockquote,
.post__body>blockquote {
font-family: "Lyon Display Web", Georgia, serif;
font-weight: 400;
font-style: normal;
position: relative;
max-width: 700px;
width: 100%;
margin: 30px auto
}
.article__body>blockquote:before,
.post__body>blockquote:before {
content: "“";
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
line-height: 0;
position: absolute;
top: 27px;
left: 0;
font-size: 84px;
color: #21d279
}
@media (min-width:768px) {
.article__body>blockquote:before,
.post__body>blockquote:before {
font-size: 112px;
top: 40px
}
}
@media (min-width:1100px) {
.article__body>blockquote:before,
.post__body>blockquote:before {
font-size: 144px;
left: -60px;
top: 44px
}
}
.article__body>blockquote p,
.post__body>blockquote p {
margin: 0;
font-size: 24px;
line-height: 1.3;
padding-left: 40px
}
@media (min-width:768px) {
.article__body>blockquote p,
.post__body>blockquote p {
font-size: 36px;
line-height: 1.1;
padding-left: 50px
}
}
@media (min-width:1100px) {
.article__body>blockquote p,
.post__body>blockquote p {
padding-left: 0;
font-size: 48px;
line-height: 1.1
}
}
.article__body>blockquote p strong,
.post__body>blockquote p strong {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #21d279;
background-color: transparent;
font-size: 26px;
line-height: .5
}
@media (min-width:768px) {
.article__body>blockquote p strong,
.post__body>blockquote p strong {
font-size: 40px
}
}
@media (min-width:1100px) {
.article__body>blockquote p strong,
.post__body>blockquote p strong {
font-size: 54px
}
}
.article-toolbar {
margin-top: 0;
min-height: 1px;
width: 100%;
z-index: 25;
-ms-flex-order: 2;
order: 2
}
.article-toolbar--is-fixed {
position: fixed;
top: 0;
left: 0;
max-width: 1504px;
width: 100%;
padding-left: 8px;
padding-right: 8px
}
@media (min-width:600px) {
.article-toolbar--is-fixed {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width:768px) {
.article-toolbar {
-ms-flex-order: 1;
order: 1
}
.article-toolbar--is-fixed {
padding-left: 12px;
padding-right: 12px
}
}
@media (min-width:1590px) {
.article-toolbar--is-fixed {
padding-left: 60px;
max-width: 1552px
}
}
.article-toolbar__category {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
display: inline-block;
font-size: 18px;
line-height: 26px
}
.article-toolbar__link,
.article__video-embed-caption,
.wp-caption-text {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
font-weight: 400
}
.article-toolbar__list {
text-align: left;
list-style: none;
background-color: #FFF;
border-top: 3px solid #000;
border-bottom: 1px solid #ccc;
margin: 0;
padding: 12px 0 10px
}
.article-toolbar__share-link--email,
.article-toolbar__share-link--facebook,
.article-toolbar__share-link--twitter,
.no-touchevents .article-toolbar__share-link--email:hover,
.no-touchevents .article-toolbar__share-link--facebook:hover,
.no-touchevents .article-toolbar__share-link--twitter:hover {
background-color: transparent;
background-size: 100%;
background-position: 50% 50%;
background-repeat: no-repeat
}
.article-toolbar--is-fixed .article-toolbar__list {
padding-left: 30px;
padding-right: 30px;
border-top: 0
}
@media (min-width:768px) {
.article-toolbar--is-fixed .article-toolbar__list {
padding-left: 40px;
padding-right: 40px
}
.article-toolbar__list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center
}
}
@media (min-width:1100px) {
.article-toolbar--is-fixed .article-toolbar__list {
padding-left: 60px;
padding-right: 60px
}
}
.article-toolbar__list-item {
padding-bottom: 12px;
padding-right: 2em;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
@media (min-width:768px) {
.article-toolbar__list-item {
display: inline-block;
padding-bottom: 0
}
}
.article-toolbar__list-item:last-child {
margin-left: auto;
padding-right: 0;
display: -ms-flexbox;
display: flex;
padding-bottom: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.article-toolbar__list-item:last-child .article-toolbar__category {
padding-right: 10px
}
.article-toolbar__link-list,
.article-toolbar__share-list {
padding: 0;
margin: 0;
display: inline-block;
list-style: none
}
.article-toolbar__list-item:last-child .article-toolbar__share-list {
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.article-toolbar__link-list-item {
display: inline-block
}
.article-toolbar__link-list-item:after {
content: ", "
}
.article-toolbar__link-list-item:last-child:after,
.map-tooltip .tooltip__link:after {
content: ""
}
.article-toolbar__link {
color: #21d279;
font-size: 18px;
margin: 0
}
@media (min-width:1080px) {
.article-toolbar__link {
font-size: 18px
}
}
.no-touchevents .article-toolbar__link:hover {
color: #000
}
.article-toolbar__share-link,
.article-toolbar__share-list-item {
display: inline-block
}
.article-toolbar__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg), none
}
.no-svg .article-toolbar__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.png)
}
.no-touchevents .article-toolbar__share-link--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.svg), none
}
.no-svg .no-touchevents .article-toolbar__share-link--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png)
}
.article-toolbar__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.svg), none
}
.no-svg .article-toolbar__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.png)
}
.no-touchevents .article-toolbar__share-link--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.svg), none
}
.no-svg .no-touchevents .article-toolbar__share-link--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png)
}
.article-toolbar__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.svg), none
}
.no-svg .article-toolbar__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.png)
}
.no-touchevents .article-toolbar__share-link--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.svg), none
}
.no-svg .no-touchevents .article-toolbar__share-link--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png)
}
.article-toolbar__share-link--email,
.article-toolbar__share-link--twitter {
width: 18px;
height: 18px
}
.article-toolbar__share-link--facebook {
width: 8px;
height: 23px;
margin-left: 14px
}
.article-toolbar__share-link--email {
margin-left: 16px
}
.article__video-embed,
.wp-caption {
margin-right: auto;
margin-left: auto;
position: relative
}
.wp-caption {
max-width: 1080px!important;
width: 100%!important
}
.wp-caption img {
max-width: 100%;
width: 100%;
height: auto;
display: block;
margin-top: 30px;
margin-bottom: 14px
}
@media (min-width:1100px) {
.wp-caption img {
margin-bottom: 18px
}
}
.article__video-embed-caption,
.wp-caption-text {
font-size: 16px;
line-height: 1;
margin-top: 0;
margin-bottom: 30px;
color: #21d279
}
.issue-archive__h,
.issue-archive__h--issue-total {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.article__video-embed {
max-width: 1080px;
width: 100%;
margin-bottom: 24px
}
.article__video-container,
.article__video-w-caption {
position: relative;
padding-bottom: 56.25%;
height: 0
}
.article__video-container {
margin-top: 30px;
margin-bottom: 14px
}
@media (min-width:1100px) {
.article__video-container {
margin-bottom: 18px
}
}
.article__video-embed embed,
.article__video-embed iframe,
.article__video-embed object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.module--dashboard-intro {
padding-bottom: 30px
}
@media (min-width:768px) {
.module--dashboard-intro {
padding-top: 100px
}
}
.issue-archive {
position: relative
}
.issue-archive__h {
font-style: normal;
border-top: 3px solid #000;
border-bottom: 1px solid #ccc;
padding-top: 16px;
padding-bottom: 16px;
font-weight: 400;
margin: 0;
font-size: 16px;
color: #000
}
.issue-archive__h--issue-total {
font-weight: 400;
font-style: normal;
color: #21d279
}
.issue-archive__text,
.issue__intro-text {
font-family: "Lyon Display Web", Georgia, serif;
font-weight: 400;
font-style: normal;
position: relative
}
.issue-archive__list {
position: relative;
list-style-type: none;
margin: 0;
padding-bottom: 0;
padding-left: 0
}
.issue-archive__list-item {
border-bottom: 1px solid #ccc;
padding: 24px 0
}
@media (min-width:768px) {
.issue-archive__h {
font-size: 21px
}
.issue-archive__list-item {
padding: 36px 0 48px
}
}
.issue-archive__list-item:last-child {
border-bottom: 0
}
.issue-archive__post-h {
margin: 0 0 16px;
font-size: 24px;
padding-right: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center
}
.issue-archive__post-h .archive__post-link {
-ms-flex: 0 1 auto;
flex: 0 1 auto;
margin: 0 .5em .5em 0
}
.issue-archive__post-h .issue-archive__arrow-icon {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #e8eeee;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 60%;
-ms-flex: 0 0 auto;
flex: 0 0 auto
}
.no-svg .issue-archive__post-h .issue-archive__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
.no-touchevents .issue-archive__post-h .issue-archive__arrow-icon:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #21d279;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 60%
}
.no-svg .no-touchevents .issue-archive__post-h .issue-archive__arrow-icon:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
@media (min-width:600px) {
.issue-archive__post-h {
font-size: 3.33vw;
padding-right: 0
}
.issue-archive__grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between
}
}
@media (min-width:1350px) {
.issue-archive__post-h {
font-size: 48px
}
}
.issue-archive__text {
font-size: 21px;
margin: 0
}
.issue__h,
.issue__sub-h {
margin-top: 0;
margin-bottom: 12px
}
@media (min-width:768px) {
.issue-archive__text {
font-size: 24px;
padding-right: 60px
}
}
@media (min-width:1100px) {
.issue-archive__text {
font-size: 30px
}
}
.issue-archive__grid {
position: relative
}
@media (min-width:600px) {
.issue-archive__grid-item:first-child {
width: calc(4/12 * 100%);
padding-right: 36px
}
}
.issue-archive__grid-item:nth-child(2) {
width: 100%
}
@media (min-width:600px) {
.issue-archive__grid-item:nth-child(2) {
width: calc(8/12 * 100%)
}
}
.issue__h-link {
display: inline-block
}
.issue__h {
font-size: 36px
}
@media (min-width:768px) {
.issue__h {
font-size: 48px
}
}
@media (min-width:1080px) {
.issue__h {
font-size: 64px
}
}
.issue__sub-h {
font-size: 24px;
margin-left: 0;
color: #21d279
}
.issue__intro-text {
font-size: 21px;
margin: 0
}
@media (min-width:768px) {
.issue__intro-text {
font-size: 24px;
padding-bottom: 20px
}
}
@media (min-width:1100px) {
.issue__intro-text {
font-size: 36px
}
}
.trigger--issue-more {
display: inline-block;
font-size: 24px;
color: #21d279;
font-family: "Lyon Text Web", Georgia, serif;
visibility: hidden;
opacity: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.about__body>h1,
.about__body>h2,
.about__body>h3 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-style: normal;
font-weight: 400
}
@media (min-width:768px) {
.trigger--issue-more {
font-size: 36px
}
}
.intro-is-hidden .trigger--issue-more {
opacity: 1;
visibility: visible
}
.trigger--issue-less {
width: 25px;
height: 20px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/toggle-icon--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/toggle-icon--green.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
display: inline-block;
margin-left: 6px
}
.page-locations .content #global-cta,
.page-locations .header__logo-animation,
.page-locations .module--archive-header,
.page-locations .module--recent-news,
.page-locations .recent-news__footer {
display: none
}
.no-svg .trigger--issue-less {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/toggle-icon--green.png)
}
@media (min-width:1100px) {
.trigger--issue-more {
font-size: 64px
}
.trigger--issue-less {
width: 33px;
height: 25px
}
}
.module--about-home {
background-color: #e8eeee;
padding-top: 64px
}
.about__body>h1 {
font-size: 48px;
margin: 0 0 24px
}
.about__body>h2 {
font-size: 36px;
margin: 0 0 24px
}
.about__body>h3 {
font-size: 24px;
margin: 0 0 24px
}
.about__body>p {
max-width: 700px;
font-size: 18px;
line-height: 1.55;
margin: 0 0 24px
}
.module--contact {
min-height: 80vh
}
@media (min-width:768px) {
.module--contact {
min-height: calc(100vh - 240px)
}
}
@media (min-width:1100px) {
.about__body>p {
font-size: 21px
}
.module--contact {
min-height: calc(100vh - 300px)
}
}
.contact__h {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
color: #21d279
}
.contact__p,
.locations__btn {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal
}
.contact__p {
font-weight: 400;
font-size: 21px;
line-height: 1.1
}
.contact__link {
position: relative;
border-bottom: 2px solid #21d279
}
.contact__social-list {
list-style: none;
padding: 0
}
.contact__social-link {
color: #21d279;
font-size: 21px;
line-height: 1.1
}
.locations__btn,
.locations__mobile-head,
.map-tooltip {
font-weight: 400;
font-size: 18px
}
.contact__social-link:hover {
color: #000
}
.page-locations {
height: 100vh
}
.page-locations .content {
padding: 0
}
.page-locations .content__container {
max-width: 100%
}
.page-locations .header {
padding: 1em
}
@media (min-width:768px) {
.page-locations .header {
padding-right: 20px;
padding-left: 20px
}
}
@media (min-width:1200px) {
.page-locations .header {
padding-right: 40px;
padding-left: 40px
}
}
.page-locations .header__nav {
margin-bottom: 0
}
.page-locations .header__nav-list {
padding-right: 0;
margin-right: 0
}
.page-locations .header__link {
width: 250px;
height: 1.5em;
margin-top: 3px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo--horizontal-k.svg);
background-repeat: no-repeat;
background-size: 250px;
background-position: center left;
-ms-flex-item-align: center;
align-self: center
}
.page-locations .header__logo {
display: none;
min-width: 250px
}
.page-locations .module {
padding: 0
}
@media (min-width:768px) {
.page-locations .module--archive-header {
display: block;
border-top: 3px solid #000
}
}
.page-locations .location-archive__header {
position: fixed;
border-top: none;
right: 1em;
bottom: 1em;
z-index: 2;
background: #fff;
padding: 0 .5em
}
.page-locations .locations__share {
margin: 0
}
.module--locations {
height: auto;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding: 0
}
.module--locations .map {
-ms-flex-order: 2;
order: 2
}
.module--locations .locations__list-container {
-ms-flex-order: 1;
order: 1
}
@media (min-width:1100px) {
.module--locations {
width: 100%;
position: relative;
padding: 15px 1em
}
}
@media (min-width:768px) {
.module--locations {
-ms-flex-direction: row;
flex-direction: row;
height: 85vh
}
}
.location-archive__header {
border-top: 3px solid #000;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: start;
justify-content: flex-start
}
.locations__btn {
background-color: #FFF;
border: 1px solid #D8D8D8;
padding: 3px 20px;
margin-top: 18px;
cursor: pointer;
outline: 0;
display: none
}
.locations__btn:last-of-type {
border-left: none;
margin-left: -3px
}
.locations__btn.is-active {
background-color: #21d279;
color: #FFF;
border-color: #21d279
}
.no-touchevents .locations__btn:hover {
background-color: #000;
border-color: #000;
color: #FFF
}
@media (min-width:1080px) {
.locations__btn {
display: inline-block
}
}
.locations__mobile-head {
display: block;
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-style: "normal";
margin-top: 5px;
margin-bottom: 0 span;
margin-bottom-color: #21d279
}
@media (min-width:1080px) {
.locations__mobile-head {
display: none
}
}
.locations__overview-text {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #9c9da1;
line-height: 30px;
margin: 0
}
.locations__share {
margin-top: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row
}
.locations__share .article-toolbar__category {
display: none
}
@media (min-width:1080px) {
.locations__share {
margin-left: auto;
margin-top: 14px
}
.locations__share .article-toolbar__category {
display: inline
}
}
.locations__share .article-toolbar__share-list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
width: 100%
}
.locations__share .article-toolbar__share-list:nth-child(3) {
text-align: right
}
.districts-map-container,
.states-map-container {
background-color: #FFF;
width: 100%;
display: none;
position: absolute;
z-index: 20;
margin: 20px auto
}
.districts-map-container svg,
.states-map-container svg {
width: 100%
}
.districts-map-container.is-hidden,
.states-map-container.is-hidden {
z-index: 10;
visibility: hidden
}
@media (min-width:1080px) {
.districts-map-container,
.states-map-container {
display: block;
visibility: visible
}
}
.page--districts .issue-archive__h {
border-bottom: 0
}
.map-tooltip {
position: absolute;
text-align: center;
height: auto;
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
background: #FFF;
color: #000;
border: 1px solid #D8D8D8;
border-radius: 0;
display: none;
padding: 20px;
width: 375px;
min-height: 90px
}
.is-open>h2 .locations__toggle-link,
.is-open>h3 .locations__toggle-link,
.map-tooltip .tooltip__link:after,
.no-touchevents .locations__toggle-link:hover {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.map-tooltip span {
color: #21d279
}
.map-tooltip .tooltip__location-name {
margin: 0 0 8px;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
text-align: left;
font-size: 24px
}
.locations__list-location--district,
.locations__view-more-h,
.map-tooltip .tooltip__link {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400
}
.map-tooltip .tooltip__link-wrap {
margin: 0;
line-height: .5;
padding-bottom: 26px;
text-align: left
}
.map-tooltip .tooltip__link {
font-style: normal;
font-size: 14px;
line-height: 1.1;
position: relative;
display: inline-block
}
.map-tooltip .tooltip__link:after {
position: relative;
display: inline-block;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.svg), none;
width: 16px;
height: 8px;
margin-left: 8px
}
.no-svg .map-tooltip .tooltip__link:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.png)
}
path {
stroke-linejoin: round;
stroke-linecap: round;
position: relative
}
.districts,
.states {
fill: #21d279
}
.districts path:hover,
.states path:hover {
fill: #393745;
cursor: pointer
}
.district-boundaries,
.state-boundaries {
pointer-events: none;
fill: none;
vector-effect: non-scaling-stroke
}
.district-boundaries {
stroke: #FFF;
stroke-width: .5px;
stroke-linejoin: round;
stroke-linecap: round
}
.state-boundaries {
stroke: #FFF;
stroke-width: 1.5px;
stroke-linejoin: round;
stroke-linecap: round
}
.is-open+.locations__list-item .locations__list-location--state {
border: 0
}
.no-touchevents .locations__toggle-link:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.svg), none
}
.no-svg .no-touchevents .locations__toggle-link:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.png)
}
.is-open>h2 .locations__toggle-link,
.is-open>h3 .locations__toggle-link {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.svg), none
}
.no-svg .is-open>h2 .locations__toggle-link,
.no-svg .is-open>h3 .locations__toggle-link {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.png)
}
.locations__list-item-facts {
display: none;
padding-bottom: 36px
}
.locations__sub-list {
list-style: none;
padding: 0
}
.locations__list-location--district {
font-size: 18px;
font-style: "normal";
color: #FFF
}
.locations__list-location--district span {
color: #21d279
}
.locations__view-more-h {
font-style: normal;
margin-top: 48px;
padding-top: 10px;
border-top: 1px solid #FFF;
font-size: 16px
}
.location_list {
position: relative;
min-width: 10.3em;
user-select: none;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif
}
.location_list .placeholder.arrow:after,
.location_list>ul>li.parent>div:after {
content: "\25BE";
width: .667em;
position: absolute;
right: 5px;
font-family: sans-serif;
font-size: 1.5em
}
.location_list li {
border-bottom: 1px solid #dcdcdc
}
.location_list a {
display: block;
padding: .6em
}
.location_list .placeholder {
padding: .3em;
cursor: pointer
}
.location_list .placeholder.arrow:after {
top: 0;
color: #21d279;
transition: transform 150ms ease-in-out
}
.location_list>ul {
list-style: none;
background: #fff;
z-index: 99;
padding: 0;
margin: 0;
position: absolute;
max-height: 0;
overflow: hidden;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
line-height: 1.4em;
transition: max-height 150ms
}
.location_list>ul.open {
height: initial;
overflow: auto;
max-height: 20em
}
.location_list>ul>li>ul {
list-style: none;
display: none
}
.location_list>ul>li>ul>li:hover {
background: #21d279
}
.location_list>ul>li>ul>li:hover a {
color: #fff;
font-weight: 700
}
.location_list>ul>li>ul.open {
display: block
}
.location_list>ul>li.parent>div {
padding-right: 1.5em
}
.location_list>ul>li.parent>div:after {
color: #21d279;
transition: transform 150ms ease-in-out
}
.location_list>ul>li.parent>div:hover:after {
color: #fff
}
.location_list>ul>li>a,
.location_list>ul>li>div {
padding: .6em;
cursor: pointer;
position: relative
}
.location_list>ul>li>a:hover,
.location_list>ul>li>div:hover {
font-weight: 700;
background: #21d279;
color: #fff
}
.location_list.district {
display: inline-block;
font-size: .5em;
color: #21d279;
min-width: 0
}
.location_list.district .placeholder {
padding: .3em 1.45em .3em .3em
}
.location_list.district>ul {
font-size: 1rem;
right: 0
}
.location_list.district>ul li a {
color: #21d279
}
.location_list.district>ul li a:hover {
color: #fff
}
.location_list.state {
margin-top: -5px
}
@media (min-width:768px) {
.location_list.state>ul {
margin-top: 16px
}
}
.location_list.email {
position: static;
display: inline-block;
min-width: 0;
font-size: .8em
}
.location_list.email .placeholder {
display: inline-block;
padding: 0
}
.location_list.email .placeholder:after {
display: inline-block;
content: ""
}
.location_list.email .placeholder a {
display: inline-block
}
.location_list.email>ul {
right: 0;
left: 0;
max-width: none;
white-space: normal;
min-width: 20em;
margin-top: .7em
}
.location_list.email>ul.open {
max-height: 35em
}
@media (min-width:768px) {
.location_list.email>ul {
margin-top: 1.7em;
left: auto
}
.location_list.email>ul.open {
max-width: 23em
}
}
.location_list.email>ul>li>div {
font-weight: 700;
background: #21d279;
color: #fff;
cursor: default
}
.location_list.email>ul>li>div form {
margin-top: 2em
}
.location_list.email>ul>li>div form input {
padding: .675em;
font-size: 1.25em;
width: 100%
}
.location_list.email>ul>li>div .close {
position: absolute;
right: .8em;
top: .8em;
display: inline-block;
width: 1em;
height: 1em;
overflow: hidden;
padding: 1em
}
.location_list.email>ul>li>div .close::after,
.location_list.email>ul>li>div .close::before {
content: '';
position: absolute;
height: 1px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #fff
}
.location_list.email>ul>li>div .close::before {
transform: rotate(45deg)
}
.location_list.email>ul>li>div .close::after {
transform: rotate(-45deg)
}
.location_list.right>ul {
right: 0
}
.location_list.home>ul {
margin-top: 0
}
.location_list .article-toolbar__share-link--email {
margin-left: 14px
}
.nav-bar__share-list {
margin-top: .2em
}
.youtube {
background-color: #000;
margin-bottom: 1em;
position: relative;
padding-top: 56.25%;
overflow: hidden;
cursor: pointer
}
.youtube img {
width: 100%;
top: -16.82%;
left: 0;
opacity: .7
}
.youtube iframe {
top: 0;
left: 0;
width: 100%;
height: 100%
}
.youtube .play-button,
.youtube img {
cursor: pointer
}
.youtube .play-button,
.youtube iframe,
.youtube img {
position: absolute
}
.youtube .play-button {
background-color: #ff0002;
z-index: 1;
opacity: .8;
width: 4em;
transition: all .2s;
border-radius: 50%/10%;
font-size: 1em;
height: 3em;
margin: 20px auto;
padding: 0;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0)
}
.youtube .play-button:before {
background: inherit;
border-radius: 5%/50%;
bottom: 9%;
content: "";
left: -5%;
position: absolute;
right: -5%;
top: 9%
}
.district__h-link,
.district__h-link:focus {
background-size: 100% 95%
}
.youtube .play-button:after {
border-style: solid;
border-width: 1em 0 1em 1.732em;
border-color: transparent transparent transparent rgba(255, 255, 255, .75);
content: ' ';
font-size: .75em;
height: 0;
margin: -1em 0 0 -.75em;
top: 50%;
left: 50%;
position: absolute;
width: 0
}
p:empty {
margin: 0;
height: 0;
padding: 0
}
.slider_arrow {
display: inline-block;
border-right: 1px solid #21d279;
border-bottom: 1px solid #21d279;
position: absolute;
top: 50%;
width: 2em;
height: 2em;
z-index: 999
}
.district__col,
.district__section,
.share-graphic__item {
position: relative
}
.slider_arrow.right {
transform: translate3d(1.5em, 0, 0) rotate(-45deg);
right: 2em
}
.slider_arrow.left {
transform: translate3d(-1.5em, 0, 0) rotate(-225deg);
left: 2em
}
@media (min-width:768px) {
.stories__slider .stories__item {
padding: 0 2rem
}
.stories__slider .slider_arrow {
transition: all .2s;
border-width: 0;
cursor: pointer;
width: 0;
height: 0
}
.stories__slider .slider_arrow.right {
transform: translate3d(1.5em, 1em, 0) rotate(-45deg)
}
.stories__slider .slider_arrow.left {
transform: translate3d(-1.5em, 1em, 0) rotate(-225deg)
}
.stories__slider:hover .slider_arrow {
border-right-width: 1px;
border-bottom-width: 1px;
width: 2em;
height: 2em
}
.stories__slider:hover .slider_arrow:hover {
border-right-width: 4px;
border-bottom-width: 4px
}
.stories__slider:hover .slider_arrow.right {
transform: translate3d(1.5em, 0, 0) rotate(-45deg)
}
.stories__slider:hover .slider_arrow.left {
transform: translate3d(-1.5em, 0, 0) rotate(-225deg)
}
.module--nav-bar {
height: 56px
}
}
.district__section--overview .district__row {
border: 0
}
.district__row {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 3px solid #000;
padding-top: 36px;
padding-bottom: 36px
}
@media (min-width:768px) {
.district__row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding-top: 48px;
padding-bottom: 48px
}
}
.district__col--4-12 {
width: 100%
}
@media (min-width:768px) {
.district__col--4-12 {
padding-right: 36px;
width: calc(4/12 * 100%)
}
}
@media (min-width:1080px) {
.district__col--4-12 {
width: calc(4/12 * 100%)
}
}
@media (min-width:1100px) {
.district__row {
padding-top: 64px;
padding-bottom: 64px
}
.district__col--4-12 {
padding-right: 48px
}
}
.district__col--8-12 {
width: 100%
}
@media (min-width:768px) {
.district__col--8-12 {
width: calc(8/12 * 100%)
}
}
@media (min-width:1080px) {
.district__col--8-12 {
width: calc(8/12 *100%)
}
}
.state-map--district {
padding-bottom: 36px
}
.state-map--district svg {
max-width: 350px;
width: 100%;
height: auto
}
.district__report {
margin-top: 24px
}
.district__h,
.district__section-h {
font-weight: 400;
font-style: normal;
margin-top: 0;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.district__report-button {
padding: 10px 18px;
background-color: #21d279;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
font-size: 18px;
border-radius: 3px;
display: inline-block;
transition: all .2s cubic-bezier(.19, 1, .22, 1)
}
.no-touchevents .district__report-button:hover {
background-color: #000
}
@media (min-width:768px) {
.district__report {
margin-top: 0
}
.district__h {
font-size: 36px
}
}
@media (min-width:1200px) {
.district__h {
font-size: 64px
}
}
.district__h--states {
margin-bottom: 24px
}
.district__h-link {
background-image: linear-gradient(transparent 97%, #000 0);
background-repeat: no-repeat
}
.no-touchevents .district__h-link:hover {
background-image: linear-gradient(transparent 97%, #21d279 0)
}
@media (min-width:768px) {
.district__section-h {
font-size: 24px
}
}
@media (min-width:1200px) {
.district__section-h {
font-size: 36px
}
.district__section-sub-h {
font-size: 21px
}
}
.district__section-sub-h {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
margin-bottom: 0;
margin-top: 36px;
border-bottom: 2px solid #000;
padding-bottom: 12px
}
.district__stats-title,
.district__sub-h {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
@media (min-width:768px) {
.district__section-sub-h {
font-size: 21px;
margin-top: 64px;
margin-bottom: -12px
}
}
.district__text {
font-size: 16px
}
@media (min-width:768px) {
.district__text {
font-size: 18px
}
}
.district--number,
.issue-type {
color: #21d279
}
.district__sub-h {
font-size: 16px;
margin: 0
}
.district__link {
color: #21d279;
border-bottom: 1px solid #21d279
}
.district__intro-text {
font-size: 18px;
margin-top: 0;
margin-bottom: 30px
}
@media (min-width:768px) {
.district__intro-text {
font-size: 21px
}
}
@media (min-width:1100px) {
.district__intro-text {
font-size: 24px
}
}
.district__stats-grid {
margin-bottom: -24px;
padding: 0
}
@media (min-width:768px) {
.district__stats-grid {
margin-left: -30px
}
.district__stats-grid:after {
content: "";
display: table;
clear: both
}
.district__stats-grid>* {
float: left;
padding-left: 30px;
width: 50%
}
.district__stats-grid>:nth-child(1n) {
clear: none
}
.district__stats-grid>:nth-child(2n+1) {
clear: both
}
}
@media (min-width:1200px) {
.district__stats-grid {
margin-left: -36px;
margin-bottom: 30px
}
.district__stats-grid:after {
content: "";
display: table;
clear: both
}
.district__stats-grid>* {
float: left;
padding-left: 36px;
width: 33.33333%
}
.district__stats-grid>:nth-child(1n) {
clear: none
}
.district__stats-grid>:nth-child(3n+1) {
clear: both
}
}
.district__stats-grid-item {
padding-bottom: 24px;
list-style: none
}
.district__stats-content {
border-top: 1px solid #9c9da1
}
.district__stats-title {
font-size: 16px;
margin-bottom: 4px;
margin-top: 12px;
color: #1a1a1a
}
.district__related-text,
.district__stats-number,
.page--search a.reset,
.page--search a.submit,
.page--search input.submit {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.district__stats-number {
font-weight: 400;
font-style: normal;
font-size: 21px;
line-height: 1
}
@media (min-width:768px) {
.district__stats-number {
font-size: 24px
}
}
.district__related-content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid;
padding: 0;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0
}
.district__related-content-item {
list-style: none;
width: 100%;
padding-top: 18px;
padding-bottom: 18px
}
@media (min-width:1080px) {
.district__related-content-item {
width: 50%;
padding-top: 24px;
padding-bottom: 24px
}
}
.district__related-content-item a {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center
}
@media (max-width:767px) {
.blur-map .map {
filter: blur(3px)
}
.district__data--related {
border: 0
}
}
@media (min-width:1200px) {
.district__stats-number {
font-size: 36px
}
.district__data--related {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
}
.district__related-text,
.table__related-text {
display: inline-block;
font-size: 16px;
line-height: 21px
}
.district__related-img {
border-radius: 100%;
overflow: hidden;
height: auto;
width: 100%;
max-width: 75px
}
.district__related-text {
font-weight: 400;
font-style: normal;
padding-left: 12px;
padding-right: 12px
}
.district__related-text mark {
color: #21d279;
background-color: transparent
}
@media (min-width:768px) {
.table__data--related {
padding-top: 18px;
padding-bottom: 18px
}
}
@media (min-width:1200px) {
.table__data--related {
padding-top: 24px;
padding-bottom: 24px
}
}
@media (max-width:767px) {
.table__data--related {
border: 0
}
.table__row--related {
border-top: 2px solid #9c9da1;
border-bottom: 2px solid #9c9da1
}
}
.table__related-img {
border-radius: 100%;
overflow: hidden
}
@media (min-width:600px) {
.table__related-text {
padding-left: 12px;
padding-right: 12px
}
}
.share-graphic {
margin-top: 48px
}
.share-graphic__grid {
margin-top: -30px
}
@media (min-width:768px) {
.share-graphic__grid {
margin-left: -36px
}
.share-graphic__grid:after {
content: "";
display: table;
clear: both
}
.share-graphic__grid>* {
float: left;
padding-left: 36px;
width: 50%
}
.share-graphic__grid>:nth-child(1n) {
clear: none
}
.share-graphic__grid>:nth-child(2n+1) {
clear: both
}
}
@media (min-width:1100px) {
.share-graphic__grid {
margin-left: -40px
}
.share-graphic__grid:after {
content: "";
display: table;
clear: both
}
.share-graphic__grid>* {
float: left;
padding-left: 40px;
width: 33.33333%
}
.share-graphic__grid>:nth-child(1n) {
clear: none
}
.share-graphic__grid>:nth-child(3n+1) {
clear: both
}
}
.share-graphic__item {
padding-top: 30px;
list-style: none
}
.share-graphic__img {
width: 100%;
max-width: 100%;
display: block
}
.page--state .module--filter-bar {
padding-bottom: 0;
height: auto
}
.page--state #overview img {
max-width: 100%
}
.module--states {
padding-top: 30px;
border: 0
}
@media (min-width:768px) {
.module--states {
padding-top: 96px
}
}
@media (min-width:1080px) {
.module--states {
padding-top: 128px
}
}
.states__row {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
@media (min-width:768px) {
.states__row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
}
.state-map--states {
padding-bottom: 36px
}
.state-map--states svg {
max-width: 350px;
width: 100%;
height: auto
}
.page--search {
font-size: 1.3em
}
.page--search form.collapsed {
display: none
}
.page--search button,
.page--search form,
.page--search input,
.page--search select,
.page--search textarea {
font-size: 1rem!important
}
.page--search a.reset {
color: #21d279;
padding: .5em 3em
}
.page--search input.search {
border: 1px solid #ccc;
border-radius: 0;
padding: 1em
}
.page--search input[type=checkbox] {
-webkit-appearance: checkbox;
width: auto
}
.page--search a.submit,
.page--search input.submit {
background: #21d279;
color: #FFF;
border-radius: 3px;
display: inline-block;
width: auto;
padding: .5em 3em;
cursor: pointer
}
.page--search form .select2 .selection .select2-selection,
.page--search select {
border: 1px solid #ccc;
border-radius: 0;
overflow: auto;
padding: 0;
background: 0 0;
margin: 0;
height: 100%
}
.page--search form .select2 .selection .select2-selection option,
.page--search select option {
padding: .5em 1em
}
.page--search form .select2 .selection .select2-selection option:first-child,
.page--search select option:first-child {
padding-top: 1em
}
.page--search form .select2 .selection .select2-selection option:enabled,
.page--search select option:enabled {
color: #222
}
.page--search form .select2 .selection .select2-selection option:checked,
.page--search form .select2 .selection .select2-selection[multiple]:focus option:checked,
.page--search select option:checked,
.page--search select[multiple]:focus option:checked {
background: linear-gradient(0deg, #21d279 0, #21d279 100%) #21d279;
color: #FFF linear-gradient(0deg, #FFF 0, #FFF 100%)
}
.page--search form .select2 .selection .select2-selection.date,
.page--search select.date {
width: 100%;
padding: 1em
}
@media (min-width:600px) {
.page--search form .select2 .selection .select2-selection.date,
.page--search select.date {
width: 32.91%
}
}
.page--search form .select2 .selection .select2-selection.issues,
.page--search form .select2 .selection .select2-selection.locations,
.page--search select.issues,
.page--search select.locations {
min-height: 16em
}
.page--search table.search-options td {
display: block;
margin: 1em 0;
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif
}
.page--search table.search-options td.flex_date {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between
}
.page--search table.search-options td.flex_date .date {
width: calc(33% - .75em)
}
.page--search table.search-options tbody tr.table__row>td:first-child {
vertical-align: top;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
width: 100%
}
@media (min-width:600px) {
.page--search table.search-options td.flex_date {
display: block
}
.page--search table.search-options td {
display: table-cell;
margin: 0;
padding: 1em 0
}
.page--search table.search-options tbody tr.table__row>td:first-child {
width: 30%
}
}
.page--search .archive__h {
padding-bottom: 0;
border-bottom: 0
}
.page--search .check_container {
margin-bottom: .3em
}
.page--search .check_label {
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.page--search .check_label input {
position: absolute;
opacity: 0;
cursor: pointer
}
.page--search .check_label .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border: 1px solid #21d279
}
.page--search .check_label:hover input~.checkmark {
background-color: #eee
}
.page--search .check_label input:checked~.checkmark {
background-color: #21d279;
border: 1px solid #21d279
}
.page--search .check_label .checkmark:after {
content: "";
position: absolute;
display: none;
left: 7px;
top: 3px;
width: 5px;
height: 10px;
border: solid #fff;
border-width: 0 3px 3px 0;
transform: rotate(45deg)
}
.page--search .check_label input:checked~.checkmark:after {
display: block
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #21d279!important;
color: #FFF!important
} | boilerplate/critical.css | @charset "UTF-8";
progress,
sub,
sup {
vertical-align: baseline;
}
button,
hr,
input {
overflow: visible;
}
[type=checkbox],
[type=radio],
legend {
padding: 0;
box-sizing: border-box;
}
html,
legend {
box-sizing: border-box;
}
.pagination .invisible,
.ps-container.ps-in-scrolling,
.ps-container:hover.ps-in-scrolling,
[data-accordion-button] {
pointer-events: none
}
.card__chart--table,
.location__facts-table-hover,
.post__chart--table,
.table {
border-collapse: collapse
}
@font-face {
font-family: icomoon;
src: url(../../fonts/icomoon/icomoon.eot?pdgqzk);
src: url(../../fonts/icomoon/icomoon.eot?pdgqzk#iefix) format("embedded-opentype"), url(../../fonts/icomoon/icomoon.ttf?pdgqzk) format("truetype"), url(../../fonts/icomoon/icomoon.woff?pdgqzk) format("woff"), url(../../fonts/icomoon/icomoon.svg?pdgqzk#icomoon) format("svg");
font-weight: 400;
font-style: normal
}
[class*=" naeicon-"],
[class^=naeicon-] {
font-family: icomoon!important;
speak: none;
font-style: normal;
font-weight: 400;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.naeicon-arrow:before {
content: "\e900";
}
.naeicon-arrow2:before {
content: "\e903";
}
.naeicon-close:before {
content: "\e904";
}
.naeicon-dropdown:before {
content: "\e905";
}
.naeicon-email:before {
content: "\e906";
}
.naeicon-hamburger:before {
content: "\e907";
}
.naeicon-minus .path1:before {
content: "\e908";
color: #000;
}
.naeicon-minus .path2:before {
content: "\e909";
margin-left: -1em;
color: #fff
}
.naeicon-plus .path1:before {
content: "\e90a";
color: #000
}
.naeicon-plus .path2:before {
content: "\e90b";
margin-left: -1em;
color: #fff
}
.naeicon-quote:before {
content: "\e90c"
}
.naeicon-search:before {
content: "\e90d"
}
.naeicon-share-naeicon--facebook-hover:before {
content: "\e901"
}
.naeicon-share-naeicon--twitter-hover:before {
content: "\e902"
}
.naeicon-search2:before {
content: "\e986"
}
@font-face {
font-family: FoundersGroteskWeb-Regular;
src: url(../../fonts/FoundersGroteskWeb-Regular.eot);
src: url(../../fonts/FoundersGroteskWeb-Regular.eot?iefix) format("eot"), url(../../fonts/FoundersGroteskWeb-Regular.woff2) format("woff2"), url(../../fonts/FoundersGroteskWeb-Regular.woff) format("woff"), url(../../fonts/FoundersGroteskWeb-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: FoundersGroteskWeb-Medium;
src: url(../../fonts/FoundersGroteskWeb-Medium.eot);
src: url(../../fonts/FoundersGroteskWeb-Medium.eot?iefix) format("eot"), url(../../fonts/FoundersGroteskWeb-Medium.woff2) format("woff2"), url(../../fonts/FoundersGroteskWeb-Medium.woff) format("woff"), url(../../fonts/FoundersGroteskWeb-Medium.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: FoundersGroteskTextWeb-Regular;
src: url(../../fonts/FoundersGroteskTextWeb-Regular.eot);
src: url(../../fonts/FoundersGroteskTextWeb-Regular.eot?iefix) format("eot"), url(../../fonts/FoundersGroteskTextWeb-Regular.woff2) format("woff2"), url(../../fonts/FoundersGroteskTextWeb-Regular.woff) format("woff"), url(../../fonts/FoundersGroteskTextWeb-Regular.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: FoundersGroteskTextWeb-Medium;
src: url(../../fonts/FoundersGroteskTextWeb-Medium.eot);
src: url(../../fonts/FoundersGroteskTextWeb-Medium.eot?iefix) format("eot"), url(../../fonts/FoundersGroteskTextWeb-Medium.woff2) format("woff2"), url(../../fonts/FoundersGroteskTextWeb-Medium.woff) format("woff"), url(../../fonts/FoundersGroteskTextWeb-Medium.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Lyon Text Web";
src: url(../../fonts/LyonText-Regular-Web.eot);
src: url(../../fonts/LyonText-Regular-Web.eot?iefix) format("eot"), url(../../fonts/LyonText-Regular-Web.woff2) format("woff2"), url(../../fonts/LyonText-Regular-Web.woff) format("woff"), url(../../fonts/LyonText-Regular-Web.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Lyon Text Web";
src: url(../../fonts/LyonText-RegularItalic-Web.eot);
src: url(../../fonts/LyonText-RegularItalic-Web.eot?iefix) format("eot"), url(../../fonts/LyonText-RegularItalic-Web.woff2) format("woff2"), url(../../fonts/LyonText-RegularItalic-Web.woff) format("woff"), url(../../fonts/LyonText-RegularItalic-Web.ttf) format("truetype");
font-weight: 400;
font-style: italic
}
@font-face {
font-family: "Lyon Text Web";
src: url(../../fonts/LyonText-Bold-Web.eot);
src: url(../../fonts/LyonText-Bold-Web.eot?iefix) format("eot"), url(../../fonts/LyonText-Bold-Web.woff2) format("woff2"), url(../../fonts/LyonText-Bold-Web.woff) format("woff"), url(../../fonts/LyonText-Bold-Web.ttf) format("truetype");
font-weight: 700;
font-style: normal
}
@font-face {
font-family: "Lyon Text Web";
src: url(../../fonts/LyonText-BoldItalic-Web.eot);
src: url(../../fonts/LyonText-BoldItalic-Web.eot?iefix) format("eot"), url(../../fonts/LyonText-BoldItalic-Web.woff2) format("woff2"), url(../../fonts/LyonText-BoldItalic-Web.woff) format("woff"), url(../../fonts/LyonText-BoldItalic-Web.ttf) format("truetype");
font-weight: 700;
font-style: italic
}
@font-face {
font-family: "Lyon Display Web";
src: url(../../fonts/LyonDisplay-Regular-Web.eot);
src: url(../../fonts/LyonDisplay-Regular-Web.eot?iefix) format("eot"), url(../../fonts/LyonDisplay-Regular-Web.woff2) format("woff2"), url(../../fonts/LyonDisplay-Regular-Web.woff) format("woff"), url(../../fonts/LyonDisplay-Regular-Web.ttf) format("truetype");
font-weight: 400;
font-style: normal
}
@font-face {
font-family: "Lyon Display Web";
src: url(../../fonts/LyonDisplay-RegularItalic-Web.eot);
src: url(../../fonts/LyonDisplay-RegularItalic-Web.eot?iefix) format("eot"), url(../../fonts/LyonDisplay-RegularItalic-Web.woff2) format("woff2"), url(../../fonts/LyonDisplay-RegularItalic-Web.woff) format("woff"), url(../../fonts/LyonDisplay-RegularItalic-Web.ttf) format("truetype");
font-weight: 400;
font-style: italic
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
display: inline-block
}
audio:not([controls]) {
display: none;
height: 0
}
[hidden],
template {
display: none
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects
}
a:active,
a:hover {
outline-width: 0;
text-decoration: none
}
abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted
}
b,
strong {
font-weight: bolder
}
dfn {
font-style: italic
}
h1 {
font-size: 2em;
margin: .67em 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 1.15
}
small {
font-size: 80%
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
img {
border-style: none
}
svg:not(:root) {
overflow: hidden
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em
}
figure {
margin: 1em 40px
}
hr {
box-sizing: content-box
}
button,
input,
optgroup,
select,
textarea {
font: inherit;
margin: 0
}
optgroup {
font-weight: 700
}
button,
select {
text-transform: none
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: none;
padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
outline: ButtonText dotted 1px
}
legend {
color: inherit;
display: table;
max-width: 100%;
white-space: normal
}
textarea {
overflow: auto;
resize: vertical
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
height: auto
}
.ct-double-octave:before,
.ct-major-eleventh:before,
.ct-major-second:before,
.ct-major-seventh:before,
.ct-major-sixth:before,
.ct-major-tenth:before,
.ct-major-third:before,
.ct-major-twelfth:before,
.ct-minor-second:before,
.ct-minor-seventh:before,
.ct-minor-sixth:before,
.ct-minor-third:before,
.ct-octave:before,
.ct-perfect-fifth:before,
.ct-perfect-fourth:before,
.ct-square:before {
height: 0;
content: "";
float: left
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
.header__mobile-menu--trigger-open:focus,
.header__nav-list .search-icon,
.mobile-menu__contact-button:focus,
a:focus,
form button:focus,
form input:focus,
form select:focus,
form textarea:focus {
outline: 0
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
::-webkit-input-placeholder {
color: inherit;
opacity: .54
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
.chart-legend li,
.p__sans,
.p__sans-micro {
font-weight: 400;
font-style: normal
}
.ct-label {
fill: #FFF;
font-size: .75rem;
line-height: 1
}
.ct-chart-bar .ct-label,
.ct-chart-line .ct-label {
display: block;
display: -ms-flexbox;
display: flex
}
.ct-label.ct-horizontal.ct-start {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-label.ct-horizontal.ct-end {
-ms-flex-align: flex-start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-label.ct-vertical.ct-start {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-end;
justify-content: flex-end;
text-align: right;
text-anchor: end
}
.ct-label.ct-vertical.ct-end {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
text-anchor: start
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
-ms-flex-align: flex-start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
-ms-flex-align: flex-end;
-ms-grid-row-align: flex-end;
align-items: flex-end;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
-ms-flex-align: flex-start;
-ms-grid-row-align: flex-start;
align-items: flex-start;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: start
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-ms-flex-pack: flex-end;
justify-content: flex-end;
text-align: right;
text-anchor: end
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
-ms-flex-align: center;
-ms-grid-row-align: center;
align-items: center;
-ms-flex-pack: flex-start;
justify-content: flex-start;
text-align: left;
text-anchor: end
}
.ct-grid {
stroke: rgba(0, 0, 0, .2);
stroke-width: 1px;
stroke-dasharray: 2px
}
.ct-point {
stroke-width: 10px;
stroke-linecap: round
}
.ct-line {
fill: none;
stroke-width: 4px
}
.ct-area {
stroke: none;
fill-opacity: 1
}
.ct-bar {
fill: none;
stroke-width: 10px
}
.ct-slice-donut {
fill: none;
stroke-width: 60px
}
.ct-series-a .ct-bar,
.ct-series-a .ct-line,
.ct-series-a .ct-point,
.ct-series-a .ct-slice-donut {
stroke: #21d279
}
.ct-series-a .ct-area,
.ct-series-a .ct-slice-pie {
fill: #21d279
}
.ct-series-b .ct-bar,
.ct-series-b .ct-line,
.ct-series-b .ct-point,
.ct-series-b .ct-slice-donut {
stroke: #393745
}
.ct-series-b .ct-area,
.ct-series-b .ct-slice-pie {
fill: #393745
}
.ct-series-c .ct-bar,
.ct-series-c .ct-line,
.ct-series-c .ct-point,
.ct-series-c .ct-slice-donut {
stroke: #6263ed
}
.ct-series-c .ct-area,
.ct-series-c .ct-slice-pie {
fill: #6263ed
}
.ct-series-d .ct-bar,
.ct-series-d .ct-line,
.ct-series-d .ct-point,
.ct-series-d .ct-slice-donut {
stroke: #39377e
}
.ct-series-d .ct-area,
.ct-series-d .ct-slice-pie {
fill: #39377e
}
.ct-series-e .ct-bar,
.ct-series-e .ct-line,
.ct-series-e .ct-point,
.ct-series-e .ct-slice-donut {
stroke: #86d8f8
}
.ct-series-e .ct-area,
.ct-series-e .ct-slice-pie {
fill: #86d8f8
}
.ct-series-f .ct-bar,
.ct-series-f .ct-line,
.ct-series-f .ct-point,
.ct-series-f .ct-slice-donut {
stroke: #bce6ed
}
.ct-series-f .ct-area,
.ct-series-f .ct-slice-pie {
fill: #bce6ed
}
.ct-series-g .ct-bar,
.ct-series-g .ct-line,
.ct-series-g .ct-point,
.ct-series-g .ct-slice-donut {
stroke: #0544d3
}
.ct-series-g .ct-area,
.ct-series-g .ct-slice-pie {
fill: #0544d3
}
.ct-series-h .ct-bar,
.ct-series-h .ct-line,
.ct-series-h .ct-point,
.ct-series-h .ct-slice-donut {
stroke: #6b0392
}
.ct-series-h .ct-area,
.ct-series-h .ct-slice-pie {
fill: #6b0392
}
.ct-series-i .ct-bar,
.ct-series-i .ct-line,
.ct-series-i .ct-point,
.ct-series-i .ct-slice-donut {
stroke: #f05b4f
}
.ct-series-i .ct-area,
.ct-series-i .ct-slice-pie {
fill: #f05b4f
}
.ct-series-j .ct-bar,
.ct-series-j .ct-line,
.ct-series-j .ct-point,
.ct-series-j .ct-slice-donut {
stroke: #dda458
}
.ct-series-j .ct-area,
.ct-series-j .ct-slice-pie {
fill: #dda458
}
.ct-series-k .ct-bar,
.ct-series-k .ct-line,
.ct-series-k .ct-point,
.ct-series-k .ct-slice-donut {
stroke: #eacf7d
}
.ct-series-k .ct-area,
.ct-series-k .ct-slice-pie {
fill: #eacf7d
}
.ct-series-l .ct-bar,
.ct-series-l .ct-line,
.ct-series-l .ct-point,
.ct-series-l .ct-slice-donut {
stroke: #86797d
}
.ct-series-l .ct-area,
.ct-series-l .ct-slice-pie {
fill: #86797d
}
.ct-series-m .ct-bar,
.ct-series-m .ct-line,
.ct-series-m .ct-point,
.ct-series-m .ct-slice-donut {
stroke: #b2c326
}
.ct-series-m .ct-area,
.ct-series-m .ct-slice-pie {
fill: #b2c326
}
.ct-series-n .ct-bar,
.ct-series-n .ct-line,
.ct-series-n .ct-point,
.ct-series-n .ct-slice-donut {
stroke: #6188e2
}
.ct-series-n .ct-area,
.ct-series-n .ct-slice-pie {
fill: #6188e2
}
.ct-series-o .ct-bar,
.ct-series-o .ct-line,
.ct-series-o .ct-point,
.ct-series-o .ct-slice-donut {
stroke: #a748ca
}
.ct-series-o .ct-area,
.ct-series-o .ct-slice-pie {
fill: #a748ca
}
.logo__triangle,
.state-map .state {
fill: #21d279
}
.ct-square {
display: block;
position: relative;
width: 100%
}
.ct-square:before {
display: block;
width: 0;
padding-bottom: 100%
}
.ct-square:after {
content: "";
display: table;
clear: both
}
.ct-square>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-second {
display: block;
position: relative;
width: 100%
}
.ct-minor-second:before {
display: block;
width: 0;
padding-bottom: 93.75%
}
.ct-minor-second:after {
content: "";
display: table;
clear: both
}
.ct-minor-second>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-second {
display: block;
position: relative;
width: 100%
}
.ct-major-second:before {
display: block;
width: 0;
padding-bottom: 88.88889%
}
.ct-major-second:after {
content: "";
display: table;
clear: both
}
.ct-major-second>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-third {
display: block;
position: relative;
width: 100%
}
.ct-minor-third:before {
display: block;
width: 0;
padding-bottom: 83.33333%
}
.ct-minor-third:after {
content: "";
display: table;
clear: both
}
.ct-minor-third>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-third {
display: block;
position: relative;
width: 100%
}
.ct-major-third:before {
display: block;
width: 0;
padding-bottom: 80%
}
.ct-major-third:after {
content: "";
display: table;
clear: both
}
.ct-major-third>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-perfect-fourth {
display: block;
position: relative;
width: 100%
}
.ct-perfect-fourth:before {
display: block;
width: 0;
padding-bottom: 75%
}
.ct-perfect-fourth:after {
content: "";
display: table;
clear: both
}
.ct-perfect-fourth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-perfect-fifth {
display: block;
position: relative;
width: 100%
}
.ct-perfect-fifth:before {
display: block;
width: 0;
padding-bottom: 66.66667%
}
.ct-perfect-fifth:after {
content: "";
display: table;
clear: both
}
.ct-perfect-fifth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-sixth {
display: block;
position: relative;
width: 100%
}
.ct-minor-sixth:before {
display: block;
width: 0;
padding-bottom: 62.5%
}
.ct-minor-sixth:after {
content: "";
display: table;
clear: both
}
.ct-minor-sixth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-golden-section {
display: block;
position: relative;
width: 100%
}
.ct-golden-section:before {
display: block;
float: left;
content: "";
width: 0;
height: 0;
padding-bottom: 61.8047%
}
.ct-golden-section:after {
content: "";
display: table;
clear: both
}
.ct-golden-section>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-sixth {
display: block;
position: relative;
width: 100%
}
.ct-major-sixth:before {
display: block;
width: 0;
padding-bottom: 60%
}
.ct-major-sixth:after {
content: "";
display: table;
clear: both
}
.ct-major-sixth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-minor-seventh {
display: block;
position: relative;
width: 100%
}
.ct-minor-seventh:before {
display: block;
width: 0;
padding-bottom: 56.25%
}
.ct-minor-seventh:after {
content: "";
display: table;
clear: both
}
.ct-minor-seventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-seventh {
display: block;
position: relative;
width: 100%
}
.ct-major-seventh:before {
display: block;
width: 0;
padding-bottom: 53.33333%
}
.ct-major-seventh:after {
content: "";
display: table;
clear: both
}
.ct-major-seventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-octave {
display: block;
position: relative;
width: 100%
}
.ct-octave:before {
display: block;
width: 0;
padding-bottom: 50%
}
.ct-octave:after {
content: "";
display: table;
clear: both
}
.ct-octave>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-tenth {
display: block;
position: relative;
width: 100%
}
.ct-major-tenth:before {
display: block;
width: 0;
padding-bottom: 40%
}
.ct-major-tenth:after {
content: "";
display: table;
clear: both
}
.ct-major-tenth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-eleventh {
display: block;
position: relative;
width: 100%
}
.ct-major-eleventh:before {
display: block;
width: 0;
padding-bottom: 37.5%
}
.ct-major-eleventh:after {
content: "";
display: table;
clear: both
}
.ct-major-eleventh>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-major-twelfth {
display: block;
position: relative;
width: 100%
}
.ct-major-twelfth:before {
display: block;
width: 0;
padding-bottom: 33.33333%
}
.ct-major-twelfth:after {
content: "";
display: table;
clear: both
}
.ct-major-twelfth>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.ct-double-octave {
display: block;
position: relative;
width: 100%
}
.ct-double-octave:before {
display: block;
width: 0;
padding-bottom: 25%
}
.ct-double-octave:after {
content: "";
display: table;
clear: both
}
.ct-double-octave>svg {
display: block;
position: absolute;
top: 0;
left: 0
}
.chart-legend {
padding: 0 20px 0 10px
}
.chart-legend li {
position: relative;
padding-left: 23px;
margin-bottom: 3px;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
color: #9c9da1;
list-style: none;
font-size: 14px
}
@media (min-width:768px) {
.chart-legend li {
font-size: 16px
}
}
.chart-legend li:before {
width: 12px;
height: 12px;
position: absolute;
left: 0;
top: 5px;
content: '';
border: 3px solid transparent;
border-radius: 2px
}
.chart-legend li.inactive:before {
background: 0 0
}
.chart-legend .ct-series-0:before {
background-color: #21d279;
border-color: #21d279
}
.chart-legend .ct-series-1:before {
background-color: #393745;
border-color: #393745
}
.chart-legend .ct-series-2:before {
background-color: #6263ed;
border-color: #6263ed
}
.chart-legend .ct-series-3:before {
background-color: #39377e;
border-color: #39377e
}
.chart-legend .ct-series-4:before {
background-color: #86d8f8;
border-color: #86d8f8
}
.chart-legend .ct-series-5:before {
background-color: #bce6ed;
border-color: #bce6ed
}
.chart-legend .ct-series-6:before {
background-color: #0544d3;
border-color: #0544d3
}
.chart-legend .ct-series-7:before {
background-color: #6b0392;
border-color: #6b0392
}
.chart-legend .ct-series-8:before {
background-color: #f05b4f;
border-color: #f05b4f
}
.chart-legend .ct-series-9:before {
background-color: #dda458;
border-color: #dda458
}
.chart-legend .ct-series-10:before {
background-color: #eacf7d;
border-color: #eacf7d
}
.chart-legend .ct-series-11:before {
background-color: #86797d;
border-color: #86797d
}
.chart-legend .ct-series-12:before {
background-color: #b2c326;
border-color: #b2c326
}
.chart-legend .ct-series-13:before {
background-color: #6188e2;
border-color: #6188e2
}
.chart-legend .ct-series-14:before {
background-color: #a748ca;
border-color: #a748ca
}
.ps-container {
-ms-touch-action: none;
touch-action: none;
overflow: hidden!important;
-ms-overflow-style: none
}
@supports (-ms-overflow-style:none) {
.ps-container {
overflow: auto!important
}
}
@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
.ps-container {
overflow: auto!important
}
}
.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
display: block;
background-color: transparent
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
background-color: #eee;
opacity: .9
}
.ps-container.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
background-color: #999
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
background-color: #eee;
opacity: .9
}
.ps-container.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y {
background-color: #999
}
.ps-container>.ps-scrollbar-x-rail {
display: none;
position: absolute;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
bottom: 0;
height: 15px
}
.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
position: absolute;
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
bottom: 2px;
height: 6px
}
.ps-container>.ps-scrollbar-x-rail:active>.ps-scrollbar-x,
.ps-container>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
height: 11px
}
.ps-container>.ps-scrollbar-y-rail {
display: none;
position: absolute;
opacity: 0;
transition: background-color .2s linear, opacity .2s linear;
right: 0;
width: 15px
}
.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
position: absolute;
background-color: #aaa;
border-radius: 6px;
transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
right: 2px;
width: 6px
}
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
width: 11px
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail {
background-color: #eee;
opacity: .9
}
.ps-container:hover.ps-in-scrolling.ps-x>.ps-scrollbar-x-rail>.ps-scrollbar-x {
background-color: #999
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail {
background-color: #eee;
opacity: .9
}
.ps-container:hover.ps-in-scrolling.ps-y>.ps-scrollbar-y-rail>.ps-scrollbar-y,
.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
background-color: #999
}
.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
opacity: .6
}
.ps-container:hover>.ps-scrollbar-y-rail:hover {
background-color: #eee;
opacity: .9
}
.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
background-color: #999
}
.ps-scrollbar-x-rail {
left: 0!important
}
.ps-container:hover>.ps-scrollbar-x-rail:hover {
opacity: .9;
background-color: transparent
}
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
html {
color: #222;
font-size: 1em;
line-height: 1.4
}
body {
background-color: #21d279;
color: #000;
font-family: "Lyon Text Web", Georgia, serif;
-ms-font-feature-settings: "liga", "kern", "clig";
-o-font-feature-settings: "liga", "kern", "clig";
font-feature-settings: "liga", "kern", "clig";
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility
}
*,
:after,
:before {
box-sizing: inherit
}
*,
.nav-bar__location {
box-sizing: border-box
}
::-moz-selection {
background: #000;
color: #FFF;
text-shadow: none
}
::selection {
background: #000;
color: #FFF;
text-shadow: none
}
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0
}
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle
}
fieldset {
border: 0;
margin: 0;
padding: 0
}
.browserupgrade {
margin: .2em 0;
background: #ccc;
color: #000;
padding: .2em 0
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto
}
.invisible {
visibility: hidden
}
.clearfix:after,
.clearfix:before {
content: " ";
display: table
}
.clearfix:after {
clear: both
}
@media print {
blockquote,
img,
pre,
tr {
page-break-inside: avoid
}
img {
background: 0 0!important;
color: #000!important;
box-shadow: none!important;
text-shadow: none!important;
max-width: 100%!important
}
* {
transition: none!important
}
a,
a:visited {
text-decoration: underline
}
a[href^="#"]:after,
a[href^="javascript:"]:after {
content: ""
}
blockquote,
pre {
border: 1px solid #999
}
thead {
display: table-header-group
}
h2,
h3,
p {
orphans: 3;
widows: 3
}
h2,
h3 {
page-break-after: avoid
}
}
.button {
padding: 1em;
display: inline-block;
background-color: #21d279;
color: #FFF
}
.button:hover {
background-color: #6263F1;
color: #FFF
}
.icon--email,
.icon--facebook,
.icon--twitter,
.no-touchevents .icon--email:hover,
.no-touchevents .icon--facebook:hover,
.no-touchevents .icon--twitter:hover {
background-color: transparent;
background-position: 100% 100%;
background-size: 100%;
background-repeat: no-repeat
}
.p__sans-link,
a {
color: #000;
text-decoration: none
}
.h1__sans,
.h2__sans,
.h3__sans,
.h4__sans,
.h5__sans,
.h6__sans {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.h1__sans {
font-size: 36px;
line-height: 1.1
}
@media (min-width:768px) {
.h1__sans {
font-size: 48px;
line-height: 1.1
}
}
.h2__sans {
font-size: 24px;
line-height: 1.3
}
@media (min-width:1100px) {
.h2__sans {
font-size: 36px;
line-height: 1.1
}
}
.h3__sans {
font-size: 21px;
line-height: 1.1
}
@media (min-width:1100px) {
.h3__sans {
font-size: 24px;
line-height: 1.3
}
}
.h4__sans {
font-size: 21px;
line-height: 1.1
}
.h5__sans {
font-size: 18px;
line-height: 1
}
.h6__sans {
font-size: 16px;
line-height: 1
}
.h1__serif,
.h2__serif,
.h3__serif,
.h4__serif,
.h5__serif,
.h6__serif {
font-family: "Lyon Text Web", Georgia, serif;
font-weight: 400
}
.h1__serif {
font-size: 36px;
line-height: 1.35
}
@media (min-width:1100px) {
.h1__serif {
font-size: 48px;
line-height: 1.25
}
}
.h2__serif {
font-size: 36px;
line-height: 1.35
}
.h3__serif {
font-size: 24px;
line-height: 1.1
}
.h4__serif,
.h5__serif,
.h6__serif {
line-height: 1.55
}
.h4__serif {
font-size: 21px
}
.h5__serif {
font-size: 18px
}
.h6__serif {
font-size: 16px
}
.p__sans-micro {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-size: 14px;
line-height: 1.2
}
.p__sans {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-size: 21px;
line-height: 1.1
}
@media (min-width:768px) {
.p__sans {
font-size: 24px;
line-height: 1.3
}
}
@media (min-width:1100px) {
.p__sans {
font-size: 16px;
line-height: 1.1
}
}
.p__serif {
font-family: "Lyon Text Web", Georgia, serif;
font-size: 18px;
line-height: 1.55
}
.a__sans,
form input,
form select,
form textarea {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.p__sans-link {
display: inline-block;
position: relative
}
.p__sans-link:after {
content: "";
border-bottom: 2px solid #21d279;
display: block;
width: 100%;
position: absolute;
right: 0;
bottom: 6px;
left: 0
}
.a__sans {
font-size: 21px;
line-height: 1.1
}
@media (min-width:768px) {
.a__sans {
font-size: 24px;
line-height: 1.3
}
}
@media (min-width:1100px) {
.a__sans {
font-size: 16px;
line-height: 1.1
}
}
.icon {
display: inline-block
}
.icon--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg), none;
width: 16px;
height: 16px
}
.no-svg .icon--twitter,
.recent-news__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.png)
}
.no-touchevents .icon--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.svg), none
}
.no-svg .no-touchevents .icon--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png)
}
.icon--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.svg), none;
width: 8px;
height: 16px
}
.no-svg .icon--facebook,
.recent-news__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.png)
}
.no-touchevents .icon--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.svg), none
}
.no-svg .no-touchevents .icon--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png)
}
.icon--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.svg), none;
width: 18px;
height: 12px
}
.no-svg .icon--email,
.recent-news__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.png)
}
.no-touchevents .icon--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.svg), none
}
.no-svg .no-touchevents .icon--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png)
}
iframe[name=google_conversion_frame] {
height: 0!important;
width: 0!important;
line-height: 0!important;
font-size: 0!important;
margin-top: -13px;
float: left
}
.article__body form,
.post__body form {
max-width: 700px;
margin-top: 0
}
@media (min-width:768px) {
.article__body form,
.post__body form {
width: 76%;
margin-left: auto;
margin-right: auto
}
}
.article__body form input,
.article__body form select,
.article__body form textarea,
.post__body form input,
.post__body form select,
.post__body form textarea {
border: 2px solid #c5cdcb
}
.article__body form input:focus,
.article__body form select:focus,
.article__body form textarea:focus,
.post__body form input:focus,
.post__body form select:focus,
.post__body form textarea:focus {
border-color: #738680
}
.article__body .btn-green,
.post__body .btn-green {
background-color: #21d279
}
.article__body .btn-green:focus,
.article__body .btn-green:hover,
.post__body .btn-green:focus,
.post__body .btn-green:hover {
background-color: #000
}
form button,
form input,
form select,
form textarea {
border: 0;
background-color: transparent;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border-radius: 5px;
font-size: 21px;
margin-bottom: 16px;
width: 100%;
padding: 10px 14px
}
@media (min-width:768px) {
form button,
form input,
form select,
form textarea {
padding: 14px 18px
}
}
form input,
form select,
form textarea {
background-color: #FFF;
color: #738680
}
form button {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
background-color: #393745;
color: #FFF;
cursor: pointer;
transition: background-color .3s cubic-bezier(.19, 1, .22, 1)
}
.caption__text,
.featured__h {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.no-touchevents form button:hover,
form button:focus {
background-color: #6a7ef1
}
form select {
border: 0;
overflow: visible;
height: 50px;
line-height: 1;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--black.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--black.svg), none;
background-color: #FFF;
background-repeat: no-repeat;
background-position: 97% 52%;
background-size: 16px auto
}
.no-svg form select {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--black.png)
}
@media (min-width:768px) {
form select {
height: 58px
}
}
@media (min-width:1100px) {
form button,
form input,
form select,
form textarea {
padding: 18px 24px
}
form select {
height: 64px
}
}
form br {
display: none
}
.module {
padding-right: 20px;
padding-left: 20px;
padding-bottom: 20px
}
@media (min-width:600px) {
.module {
padding-right: 30px;
padding-left: 30px
}
}
@media (min-width:768px) {
.module {
padding-right: 40px;
padding-left: 40px;
padding-bottom: 40px
}
}
@media (min-width:1100px) {
.module {
padding-left: 60px;
padding-right: 60px
}
}
.module--full {
padding-left: 0;
padding-right: 0
}
.module__hr {
margin: 0 0 24px;
padding: 0;
border: 0;
border-top: 3px solid #000;
height: 0;
width: 100%
}
@media (min-width:768px) {
.module__hr {
margin-bottom: 40px
}
}
@media (min-width:1080px) {
.module__hr {
margin-bottom: 72px
}
}
.featured {
position: relative;
padding-top: 120px
}
.featured__img {
display: block;
max-width: 100%;
width: 100%
}
.grid-50:after,
.grid-60-40:after,
.grid-75-25:after {
display: table;
content: ""
}
.featured__h {
margin: 0 0 21px;
font-size: 24px;
line-height: 1.3
}
.grid-25 .grid__item,
.grid-33 .grid__item {
margin-bottom: 24px
}
@media (min-width:768px) {
.featured__h {
font-size: 36px;
line-height: 1.1
}
}
@media (min-width:1200px) {
.featured__h {
font-size: 48px;
line-height: 1.1
}
}
.caption {
width: 100%
}
.caption__text {
font-size: 24px;
line-height: 1.3
}
.news-list {
list-style: none;
padding: 30px 0
}
.news-list__item {
padding-bottom: 30px
}
.grid-50 {
margin-left: -20px
}
.grid-50:after {
clear: both
}
.grid-50>* {
float: left;
padding-left: 20px;
width: 1
}
.grid-50>:nth-child(1n) {
clear: none
}
.grid-50>:nth-child(100%n+1) {
clear: both
}
@media (min-width:768px) {
.grid-50 {
margin-left: -50px
}
.grid-50:after {
content: "";
display: table;
clear: both
}
.grid-50>* {
float: left;
padding-left: 50px;
width: 50%
}
.grid-50>:nth-child(1n) {
clear: none
}
.grid-50>:nth-child(2n+1) {
clear: both
}
.grid-50--push-left .grid__item {
margin-left: 50%
}
}
.grid-60-40 {
margin-left: -20px
}
.grid-60-40:after {
clear: both
}
.grid-60-40>* {
float: left;
padding-left: 20px;
width: 1
}
.grid-60-40>:nth-child(1n) {
clear: none
}
.grid-60-40>:nth-child(100%n+1) {
clear: both
}
@media (min-width:768px) {
.grid-60-40 {
margin-left: -35px
}
.grid-60-40:after {
content: "";
display: table;
clear: both
}
.grid-60-40>:nth-child(1) {
float: left;
padding-left: 35px;
width: 60%
}
.grid-60-40>:nth-child(2) {
float: left;
padding-left: 35px;
width: 40%
}
.grid-60-40>:nth-child(1n) {
clear: none
}
.grid-60-40>:nth-child(2n+1) {
clear: both
}
.grid-60-40--push-right .grid__item {
margin-right: 40%
}
}
.grid-75-25 {
margin-left: -20px
}
.grid-75-25:after {
clear: both
}
.grid-75-25>* {
float: left;
padding-left: 20px;
width: 1
}
.grid-75-25>:nth-child(1n) {
clear: none
}
.grid-75-25>:nth-child(100%n+1) {
clear: both
}
@media (min-width:768px) {
.grid-75-25 {
margin-left: -10px
}
.grid-75-25:after {
content: "";
display: table;
clear: both
}
.grid-75-25>:nth-child(1) {
float: left;
padding-left: 10px;
width: 75%
}
.grid-75-25>:nth-child(2) {
float: left;
padding-left: 10px;
width: 25%
}
.grid-75-25>:nth-child(1n) {
clear: none
}
.grid-75-25>:nth-child(2n+1) {
clear: both
}
.grid-75-25--push-right .grid-item {
margin-left: 25%
}
.grid-33 {
margin-left: -10px
}
.grid-33:after {
content: "";
display: table;
clear: both
}
.grid-33>* {
float: left;
padding-left: 10px;
width: 33.33333%
}
.grid-33>:nth-child(1n) {
clear: none
}
.grid-33>:nth-child(3n+1) {
clear: both
}
.grid-25 {
margin-left: -20px
}
.grid-25:after {
content: "";
display: table;
clear: both
}
.grid-25>* {
float: left;
padding-left: 20px;
width: 25%
}
.grid-25>:nth-child(1n) {
clear: none
}
.grid-25>:nth-child(4n+1) {
clear: both
}
.grid-24-76 {
margin-left: -60px
}
.grid-24-76:after {
content: "";
display: table;
clear: both
}
.grid-24-76>:nth-child(1) {
float: left;
padding-left: 60px;
width: 24%
}
.grid-24-76>:nth-child(2) {
float: left;
padding-left: 60px;
width: 76%
}
.grid-24-76>:nth-child(1n) {
clear: none
}
.grid-24-76>:nth-child(2n+1) {
clear: both
}
.col-80--push-left {
padding-left: 20%
}
}
.col-80--push-left,
.col-80--push-right,
.header {
width: 100%
}
@media (min-width:768px) {
.col-80--push-right {
padding-right: 20%
}
}
.featured-report-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.featured-report-grid .report {
min-height: 8em;
width: 100%;
margin: 1em 0;
font-size: 1.5em;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.header__about-text,
.header__nav .search-nav .close {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif
}
.featured-report-grid .report img {
margin: 0
}
@supports (grid-auto-rows:1px) {
.grid1.items-6,
.grid4.items-6 {
-ms-grid-rows: 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr
}
.featured-report-grid {
display: -ms-grid;
display: grid;
grid-gap: 2em
}
.featured-report-grid .report {
min-height: 10em;
margin: 0
}
.grid1 {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr
}
.grid1 .report:nth-child(1),
.grid2 .report:nth-child(1),
.grid2 .report:nth-child(2),
.grid2.items-3 .report {
-ms-grid-column: span 2;
grid-column: span 2;
-ms-grid-row: span 2;
grid-row: span 2;
font-size: 2.25em
}
.grid3 {
-ms-grid-columns: 1fr;
grid-template-columns: 1fr
}
.grid3 .report .home__featured-learn:after {
top: 3px
}
.grid3 .report:nth-child(1) {
-ms-grid-row: span 2;
grid-row: span 2;
font-size: 2.25em
}
.grid3 .report:nth-child(6) {
-ms-grid-row-span: 2;
-ms-grid-row: 3;
grid-row: 3/span 2;
font-size: 2.25em
}
.grid3 .report:nth-child(2),
.grid3 .report:nth-child(3),
.grid3 .report:nth-child(4),
.grid3 .report:nth-child(5) {
max-height: 295px;
height: calc(((100vw - (2 * 12px) - (2 * 60px) - (3 * 2em)))/ 4)
}
.grid3 .report:nth-child(2) .home__featured-learn,
.grid3 .report:nth-child(3) .home__featured-learn,
.grid3 .report:nth-child(4) .home__featured-learn,
.grid3 .report:nth-child(5) .home__featured-learn {
display: none
}
@media (min-width:768px) {
.grid3 {
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr
}
.grid3 .report:nth-child(1) {
-ms-grid-column: span 2;
grid-column: span 2
}
.grid3 .report:nth-child(6) {
-ms-grid-column-span: 2;
-ms-grid-column: 2;
grid-column: 2/span 2
}
}
@media (min-width:1350px) {
.grid3 {
-ms-grid-columns: 1fr 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr 1fr
}
.grid3 .report:nth-child(1) {
-ms-grid-column: span 3;
grid-column: span 3
}
.grid3 .report:nth-child(6) {
-ms-grid-column-span: 3;
-ms-grid-column: 2;
grid-column: 2/span 3
}
}
.grid4,
.grid5 {
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr
}
.grid4.items-3 .report:nth-child(3) {
-ms-grid-column: span 2;
grid-column: span 2
}
.grid5.items-3 .report {
-ms-grid-column: span 2;
grid-column: span 2;
-ms-grid-row: auto!important;
grid-row: auto!important;
font-size: 2.25em
}
.grid5.items-6 {
-ms-grid-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr
}
.grid5 .report:nth-child(1) {
-ms-grid-column: span 2;
grid-column: span 2;
-ms-grid-row: span 2;
grid-row: span 2;
font-size: 2.25em
}
.grid5 .report:nth-child(2) {
-ms-grid-column: span 2;
grid-column: span 2;
-ms-grid-row-span: 2;
-ms-grid-row: 3;
grid-row: 3/span 2;
font-size: 2.25em
}
}
.header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
padding: 30px 20px 21px
}
@media (min-width:768px) {
.header {
padding: 40px
}
}
.header [class*=" naeicon-"],
.header [class^=naeicon-] {
font-size: 1.7rem;
cursor: pointer
}
.header .keyword {
border-radius: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-bottom: 2px solid #21d279!important;
margin: 0;
-webkit-appearance: none
}
.header .search {
line-height: initial;
-webkit-appearance: none;
color: #21d279;
-ms-flex-item-align: center;
align-self: center;
margin-left: .5em
}
.header__logo {
display: inline-block;
width: 135px;
height: auto;
margin: 0
}
@media (min-width:1080px) {
.header__logo {
width: 170px
}
}
@media (min-width:1100px) {
.header {
padding: 60px
}
.header__logo {
width: 200px
}
}
.header__logo-animation {
background: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo-animation.gif) no-repeat;
background-size: 100% 100%;
display: block;
position: absolute;
top: -1px;
left: -1px;
width: 50px;
height: 49px;
visibility: hidden;
z-index: 30
}
.header__link:focus .header__logo-animation,
.issue-filter-is-loading .header__logo-animation,
.no-touchevents .header__link:hover .header__logo-animation {
visibility: visible
}
@media (min-width:1080px) {
.header__logo-animation {
top: 3px;
left: 0;
width: 61px;
height: 60px
}
}
@media (min-width:1100px) {
.header__logo-animation {
top: -4px;
left: -2px;
width: 75px;
height: 74px
}
}
.header__link {
cursor: pointer;
display: inline-block;
-ms-flex-item-align: end;
align-self: flex-end;
position: relative
}
@media (min-width:768px) {
.header__link {
display: block
}
}
.mobile-nav-is-in-view {
height: 100%;
overflow: hidden;
width: 100%;
position: fixed
}
.mobile-nav-is-in-view .header__nav {
display: block!important
}
.mobile-nav-search {
display: none;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.mobile-nav-search form {
display: -ms-flexbox;
display: flex
}
.mobile-nav-search form .keyword {
width: 100%;
position: relative;
top: -.6em
}
.mobile-nav-search form .close {
color: #21d279;
font-weight: 700
}
@media (min-width:1080px) {
.mobile-nav-search {
display: none!important
}
}
.header__nav {
position: relative;
height: 3.625em;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: end;
justify-content: flex-end;
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
@media (min-width:1080px) {
.header__nav {
margin-left: auto;
margin-bottom: 0;
overflow: hidden;
min-width: 43em
}
.header__nav .header__nav-list {
position: initial;
transform: translate3d(0, 0, 0) rotateX(0);
opacity: 1;
transition: .2s all ease-in;
width: 100%
}
.header__nav .mobile-search-nav {
display: none!important
}
.header__nav.showSearch .search-nav {
position: absolute
}
}
.header__nav .search-nav,
.header__nav>span {
transition: .2s all ease-in;
padding: 11px 0 12px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.header__nav .search-nav {
list-style: none;
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: calc(100vw - 40px - 16px);
background: #FFF;
transform: translate3d(0, 100%, -1.5em) rotateX(-90deg);
visibility: hidden
}
.header__about-text:after,
.mobile-menu__share-link--email,
.mobile-menu__share-link--facebook,
.mobile-menu__share-link--twitter,
.no-touchevents .mobile-menu__share-link--email:hover,
.no-touchevents .mobile-menu__share-link--facebook:hover,
.no-touchevents .mobile-menu__share-link--twitter:hover {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
@media (min-width:500px) {
.header__nav .search-nav {
width: auto
}
}
.header__nav .search-nav form {
width: 100%;
height: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: stretch;
justify-content: stretch;
-ms-flex-align: center;
align-items: center
}
.header__nav .search-nav form * {
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.header__nav .search-nav .close {
font-size: 2em;
color: #21d279;
line-height: 1.2;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
vertical-align: middle;
-ms-flex: 0 1 auto;
flex: 0 1 auto;
font-weight: 400;
font-style: normal
}
.dropdown,
.location_list {
-moz-user-select: none;
-ms-user-select: none;
-webkit-user-select: none
}
.header__nav .search-nav .keyword {
height: 100%
}
.header__nav.showSearch .search-nav {
visibility: visible;
transform: translate3d(0, 0, 0) rotateX(0)
}
.header__nav.showSearch>span {
transform: translate3d(0, -100%, -1.5em) rotateX(90deg);
visibility: hidden
}
.page-locations .header__nav .search-nav {
width: calc(100vw - 2em)
}
@media (min-width:1080px) {
.header__nav.showSearch .header__nav-list {
visibility: hidden;
transform: translate3d(0, -100%, -1.5em) rotateX(90deg)
}
.page-locations .header__nav .search-nav {
width: auto
}
}
.header__nav-list {
list-style: none;
margin: 0;
top: 0;
right: 0;
padding: 100px 36px 0
}
@media (max-width:1079px) {
.header__nav-list {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #21d279;
z-index: 45;
transform: translateX(100%);
transition: transform .5s cubic-bezier(.19, 1, .22, 1);
overflow-x: scroll
}
.mobile-nav-is-in-view .header__nav-list {
transform: translateX(0)
}
}
@media (min-width:1080px) {
.header__nav-list {
display: block;
margin: 0;
text-align: right;
padding: 0
}
}
.header__about-text {
font-weight: 400;
font-style: normal;
display: inline-block;
color: #9c9da1;
font-size: 16px;
-ms-flex-item-align: end;
align-self: flex-end;
line-height: 1;
position: relative;
margin-top: 24px;
padding-bottom: 0;
padding-left: 0;
width: 64%
}
.header__mobile-menu--trigger-open,
.header__nav-link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
@media (min-width:768px) {
.header__about-text {
width: auto
}
}
.header__about-text:after {
content: "";
width: 24px;
height: 10px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.svg), none;
background-color: transparent;
display: inline-block;
margin-left: 10px
}
.no-svg .header__about-text:after,
.pagination__next:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.png)
}
@media (min-width:768px) {
.header__about-text:after {
position: absolute;
top: 0;
right: -24px;
width: 24px;
height: 20px;
display: block
}
.header__about-text {
max-width: 180px;
padding-left: 24px;
padding-top: 0;
margin-top: 0
}
}
@media (min-width:1080px) {
.header__about-text:after {
right: -32px
}
.header__about-text {
max-width: 100%;
padding-bottom: 10px
}
.header__mobile-menu--trigger-open {
display: none
}
}
.header__mobile-menu--trigger-open {
border: 0;
background-color: transparent;
box-shadow: none;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
padding: 0;
font-size: 18px;
cursor: pointer
}
.header__mobile-menu--close {
display: block
}
@media (min-width:1080px) {
.header__mobile-menu--close {
display: none
}
}
.header__nav-list-item {
display: block;
border-top: 1px solid #FFF;
padding-top: 11px;
padding-bottom: 12px;
padding-left: 0
}
.header__nav-list-item:nth-child(4) {
border-bottom: 1px solid #FFF
}
@media (min-width:1080px) {
.header__nav-list-item {
display: inline-block;
padding-left: 21px;
line-height: 1.6
}
}
.header__nav-list-item:last-child {
padding-right: 0
}
.header__nav-link {
font-size: 36px;
text-decoration: none;
color: #FFF;
padding: 0;
transition: background-color .2s cubic-bezier(.25, .46, .45, .94), color .2s cubic-bezier(.25, .46, .45, .94)
}
.header__nav-link--active,
.no-touchevents .header__nav-link:hover {
color: #000
}
.header__nav-link:focus {
background-image: linear-gradient(transparent 95%, #000 0)
}
@media (min-width:1080px) {
.header__nav-link {
color: #000;
font-size: 21px
}
.header__nav-link--active {
color: #21d279
}
}
.toggle__button-link,
.toggle__title {
font-size: 18px;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
@media (min-width:768px) {
.no-touchevents .header__nav-link:hover {
background-image: linear-gradient(transparent 95%, #000 0)
}
}
.header__nav-link span {
color: #FFF!important;
border-bottom: none!important
}
.header__nav-link span:hover {
color: #000!important
}
.header__mobile-menu--footer {
width: 100%;
padding: 0 36px 36px
}
@media (max-height:500px) and (min-width:320px) {
.header__mobile-menu--footer {
position: relative;
bottom: auto;
left: auto;
padding: 36px 0
}
}
@media (min-width:1080px) {
.header__nav-link span,
.header__nav-link span:hover {
color: #21d279!important
}
.header__nav-link span {
border-bottom: 1px solid #000!important
}
.header__mobile-menu--footer {
display: none
}
}
.mobile-menu__share-list {
list-style: none;
padding: 0;
margin: 1em 0;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center
}
.mobile-menu__share-link,
.mobile-menu__share-list-item {
display: inline-block
}
.mobile-menu__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.svg), none;
background-color: transparent
}
.no-svg .mobile-menu__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.png)
}
.no-touchevents .mobile-menu__share-link--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.svg), none;
background-color: transparent
}
.no-svg .no-touchevents .mobile-menu__share-link--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png)
}
.mobile-menu__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.svg), none;
background-color: transparent
}
.no-svg .mobile-menu__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.png)
}
.no-touchevents .mobile-menu__share-link--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.svg), none;
background-color: transparent
}
.no-svg .no-touchevents .mobile-menu__share-link--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png)
}
.mobile-menu__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.svg), none;
background-color: transparent
}
.no-svg .mobile-menu__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.png)
}
.no-touchevents .mobile-menu__share-link--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.svg), none;
background-color: transparent
}
.no-svg .no-touchevents .mobile-menu__share-link--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png)
}
.mobile-menu__share-link--email,
.mobile-menu__share-link--twitter {
width: 18px;
height: 18px
}
@media (min-width:768px) {
.mobile-menu__share-link--email,
.mobile-menu__share-link--twitter {
width: 24px;
height: 24px
}
}
.mobile-menu__share-link--facebook {
width: 8px;
height: 23px;
margin-left: 14px
}
.mobile-menu__share-link--email {
margin-left: 16px
}
.mobile-menu__contact-button {
background-color: transparent;
box-shadow: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
text-transform: uppercase;
letter-spacing: 1px;
color: #FFF;
border: 2px solid #FFF;
border-radius: 3px;
padding: 10px 12px
}
.recent-news__about-link:focus,
.recent-news__more-link:focus {
outline: #21d279 solid 1px;
border-bottom: 0
}
.toggle {
margin-top: 18px
}
@media (min-width:768px) {
.mobile-menu__share-link--facebook {
width: 11px;
height: 26px;
margin-left: 16px
}
.mobile-menu__share-link--email {
margin-left: 18px
}
.toggle {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
margin-top: 0
}
}
.toggle__title {
color: gray;
display: block;
padding-right: 12px;
margin-bottom: 12px
}
@media (min-width:768px) {
.toggle__title {
display: inline-block;
margin-bottom: 0
}
}
.toggle__list {
list-style: none;
margin: 0 0 0 3px;
padding: 0
}
.toggle__list-item {
display: inline-block;
position: relative;
width: 50%;
text-align: center
}
@media (min-width:768px) {
.toggle__list {
margin-left: 0
}
.toggle__list-item {
width: auto;
margin-left: -4px
}
}
.no-touchevents .toggle__list-item:hover .toggle__button-link {
background-color: #000;
color: #FFF;
border-color: #000
}
.toggle__list-item:nth-child(2) .toggle__button-link,
.toggle__list-item:nth-child(3) .toggle__button-link {
border-left: 0
}
.toggle__button-link {
color: #000;
display: inline-block;
width: 100%;
border: 1px solid #ccc;
padding: 2px 24px 4px
}
.toggle__button-link--active {
border-color: #21d279;
background-color: #21d279;
color: #FFF
}
.module--recent-news {
background-color: #393745;
padding-top: 48px;
margin: 0
}
.recent-news__grid {
padding: 0
}
@media (min-width:768px) {
.recent-news__grid {
margin-left: -36px
}
.recent-news__grid:after {
content: "";
display: table;
clear: both
}
.recent-news__grid>* {
float: left;
padding-left: 36px;
width: 3.003
}
.recent-news__grid>:nth-child(1n) {
clear: none
}
.recent-news__grid>:nth-child(33.3%n+1) {
clear: both
}
}
@media (min-width:1080px) {
.recent-news__grid {
margin-left: -36px
}
.recent-news__grid:after {
content: "";
display: table;
clear: both
}
.recent-news__grid>:nth-child(1),
.recent-news__grid>:nth-child(2) {
float: left;
padding-left: 36px;
width: 37.5%
}
.recent-news__grid>:nth-child(3) {
float: left;
padding-left: 36px;
width: 25%
}
.recent-news__grid>:nth-child(1n) {
clear: none
}
.recent-news__grid>:nth-child(3n+1) {
clear: both
}
}
.recent-news__grid-item {
list-style: none
}
@media (min-width:768px) {
.recent-news__grid-item {
width: 50%
}
}
.recent-news__grid-item:nth-child(n+3) .recent-news__article:first-child {
border-top: 0;
padding-top: 0
}
.recent-news__content {
border-top: 3px solid #21d279;
margin-bottom: 18px
}
.recent-news__article {
border-bottom: 1px solid #504e61;
padding: 30px 0;
height: 100%
}
.recent-news__article:last-child {
border-bottom: 0
}
@media (min-width:768px) {
.recent-news__content {
margin-bottom: 0
}
.recent-news__article:last-child {
padding-bottom: 0
}
}
.recent-news__date {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px;
color: #9c9da1;
margin-top: 0;
text-transform: uppercase;
letter-spacing: 1px
}
.recent-news__container {
margin: 0
}
@media (min-width:600px) {
.recent-news__container {
margin: 24px 0
}
}
@media (min-width:1080px) {
.recent-news__grid-item {
width: 33.3%
}
.recent-news__container {
margin: 36px 0
}
}
.recent-news__category {
display: inline-block;
position: relative
}
.recent-news__about-text {
font-size: 21px;
color: #FFF;
margin: 0;
padding: 30px 0
}
@media (min-width:768px) {
.recent-news__about-text {
font-size: 24px
}
}
.recent-news__about-link {
color: #21d279;
border-bottom: 2px solid #21d279
}
.no-touchevents .recent-news__about-link:hover {
color: #21d279;
border-bottom: 0
}
.recent-news__more-link {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #21d279;
text-decoration: underline;
font-size: 16px
}
.recent-news__h,
.recent-news__h-link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
color: #21d279
}
.recent-news__h {
font-weight: 400;
font-style: normal
}
.recent-news__h-link {
font-weight: 400;
font-style: normal;
font-size: 26px
}
.recent-news__footer-copyright,
.recent-news__nav-link {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.recent-news__title-link {
color: #FFF
}
.no-touchevents .recent-news__title-link:hover {
color: #21d279
}
.recent-news__title-link:focus {
color: #21d279;
border-bottom: 2px solid #21d279
}
.recent-news__text {
margin: 0;
color: #FFF
}
.recent-news__category-link {
color: #FFF;
border-bottom: 1px solid #21d279
}
.recent-news__category,
.recent-news__title {
color: #FFF;
margin: 0
}
.recent-news__footer {
width: 100%;
background-color: #393745;
border-top: 1px solid #504e61
}
.no-touchevents .recent-news__share-link--email:hover,
.no-touchevents .recent-news__share-link--facebook:hover,
.no-touchevents .recent-news__share-link--twitter:hover,
.recent-news__footer-logo,
.recent-news__share-link--email,
.recent-news__share-link--email:focus,
.recent-news__share-link--facebook,
.recent-news__share-link--facebook:focus,
.recent-news__share-link--twitter,
.recent-news__share-link--twitter:focus {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.recent-news__footer-content {
padding: 30px
}
@media (min-width:768px) {
.recent-news__footer-content {
padding: 40px
}
}
@media (min-width:1100px) {
.recent-news__footer-content {
padding: 40px 60px
}
}
@media (min-width:1080px) {
.recent-news__footer-row {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: row;
flex-direction: row
}
}
.recent-news__footer-row--bottom {
padding-top: 24px
}
@media (min-width:768px) {
.recent-news__footer-row--bottom {
padding-top: 48px
}
}
.recent-news__footer-logo {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo--horizontal.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo--horizontal.svg), none;
width: 235px;
height: 19px;
position: relative;
display: inline-block
}
.no-svg .recent-news__footer-logo {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo--horizontal.png)
}
@media (min-width:600px) {
.recent-news__footer-logo {
width: 265px;
height: 19px
}
}
.recent-news__footer-logo:focus {
outline: #21d279 solid 2px;
outline-offset: 6px
}
.recent-news__nav {
margin-left: auto
}
.recent-news__nav-list {
margin: 16px 0 0;
padding: 0
}
.recent-news__nav-list-item {
list-style: none;
display: block;
line-height: 1.5
}
@media (min-width:1080px) {
.recent-news__nav-list {
margin-top: 0
}
.recent-news__nav-list-item {
display: inline-block;
padding-left: 14px
}
}
.recent-news__nav-list-item:first-child {
padding-left: 0
}
.recent-news__nav-link {
color: #FFF;
font-size: 18px
}
.no-touchevents .recent-news__nav-link:hover {
color: #21d279
}
.recent-news__nav-link:focus {
color: #21d279;
border-bottom: 2px solid
}
.recent-news__footer-copyright {
margin: 0;
font-size: 16px;
color: #68647e
}
.recent-news__share-list {
list-style: none;
padding: 0;
margin: 12px 0 0 auto
}
.recent-news__share-link,
.recent-news__share-list-item {
display: inline-block
}
.recent-news__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg), none
}
.no-svg .recent-news__share-link--twitter,
.table__span--fact:before {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.png)
}
.no-touchevents .recent-news__share-link--twitter:hover,
.recent-news__share-link--twitter:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.svg), none
}
.no-svg .no-touchevents .recent-news__share-link--twitter:hover,
.no-svg .recent-news__share-link--twitter:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover-white.png)
}
.recent-news__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.svg), none
}
.article-toolbar__share-link--facebook,
.no-svg .recent-news__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.png)
}
.no-touchevents .recent-news__share-link--facebook:hover,
.recent-news__share-link--facebook:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.svg), none
}
.no-svg .no-touchevents .recent-news__share-link--facebook:hover,
.no-svg .recent-news__share-link--facebook:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover-white.png)
}
.recent-news__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.svg), none
}
.article-toolbar__share-link--email,
.no-svg .recent-news__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.png)
}
.no-touchevents .recent-news__share-link--email:hover,
.recent-news__share-link--email:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.svg), none
}
.no-svg .no-touchevents .recent-news__share-link--email:hover,
.no-svg .recent-news__share-link--email:focus {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover-white.png)
}
.recent-news__share-link--email,
.recent-news__share-link--twitter {
width: 18px;
height: 18px
}
@media (min-width:768px) {
.recent-news__share-link--email,
.recent-news__share-link--twitter {
width: 24px;
height: 24px
}
}
.recent-news__share-link--facebook {
width: 8px;
height: 23px;
margin-left: 14px
}
.recent-news__share-link--email {
margin-left: 16px
}
.module--page-header {
margin-top: 24px;
padding-bottom: 0
}
@media (min-width:768px) {
.recent-news__share-link--facebook {
width: 11px;
height: 26px;
margin-left: 16px
}
.recent-news__share-link--email {
margin-left: 18px
}
.module--page-header {
margin-top: 64px
}
}
.content,
.page {
width: 100%;
position: relative;
text-align: center;
}
.content {
background-color: #21d279;
padding: 6px 8px;
}
@media (min-width:600px) {
.content {
padding: 8px 10px;
}
}
@media (min-width:768px) {
.content {
padding: 10px 12px
}
}
@media (min-width:1590px) {
.content {
padding: 60px 12px 60px 60px
}
}
.page-has-cta .content {
padding-top: 6px
}
@media (min-width:600px) {
.page-has-cta .content {
padding-top: 8px
}
}
@media (min-width:768px) {
.page-has-cta .content {
padding-top: 10px
}
}
.content__container {
width: 100%;
max-width: 1480px;
background-color: #FFF
}
.page__header {
position: relative
}
select::-ms-expand {
display: none
}
.skip-link {
position: absolute;
width: 1px;
height: 1px;
margin: 0;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.component-caption,
.component-title,
.post__chart-title {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.skip-link:focus {
top: 0;
z-index: 30;
width: auto;
height: auto;
padding: 0 10px;
clip: auto;
line-height: 49px;
color: #FFF;
text-decoration: none;
background: #000
}
.static-map {
max-width: 350px;
width: 100%
}
.post-password-form input {
border: 2px solid #c5cdcb;
width: auto
}
.sub-nav,
.table,
.table--3-col .table__data {
width: 100%
}
.text-center {
text-align: center
}
.component-title,
.post__chart-title {
margin-bottom: .1em;
text-align: left;
font-size: 18px!important
}
.component-line,
.post__chart-line {
border-top: 2px solid #000;
margin-top: .25em
}
.post__chart-line {
margin-bottom: 1em!important;
padding-bottom: .25em;
border-bottom: 2px solid #000
}
.component-caption {
margin-top: 5px;
margin-bottom: .1em;
text-align: left;
color: #a0a1a5;
font-size: 14px
}
.link-style {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-size: 18px
}
.link-style-bold {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-size: 18px
}
.module--sub-nav {
padding-bottom: 0
}
.sub-nav__container {
max-width: 1360px
}
.sub-nav__list {
list-style: none;
padding: 12px 0 0;
margin: 0;
width: 100%;
border-top: 3px solid #000
}
.sub-nav__list-item {
display: block;
line-height: 1.8
}
.sub-nav__link {
position: relative;
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
text-decoration: none;
color: #000;
padding-right: 18px;
padding-bottom: 0;
padding-left: 0;
display: inline-block
}
@media (min-width:768px) {
.sub-nav__list {
padding-top: 0
}
.sub-nav__list-item {
display: inline-block;
line-height: auto
}
.sub-nav__link {
padding: 12px 24px 14px 0
}
.table--3-col .table__data:first-child,
.table--4-col .table__data:first-child,
.table--5-col .table__data:first-child,
.table--6-col .table__data:first-child {
font-size: 16px
}
}
.no-touchevents .sub-nav__link:hover {
color: gray
}
.sub-nav__link--active,
mark {
color: #21d279
}
.sub-nav__list-item:first-child .sub-nav__link {
padding-left: 0
}
@media (min-width:1080px) {
.no-touchevents .sub-nav__link:hover:before {
visibility: visible;
background-color: gray
}
.sub-nav__link--active:before {
background-color: #21d279;
visibility: visible
}
}
.sub-nav__link:focus {
text-decoration: underline
}
mark {
background-color: transparent
}
.table {
margin-top: 8px
}
.table em {
color: #f7594d;
font-style: normal
}
.table--3-col .table__data:first-child,
.table--4-col .table__data:first-child,
.table--5-col .table__data:first-child,
.table--6-col .table__data:first-child {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.district__col--8-12>.table-content:first-child .table {
margin-top: 0
}
.table__head {
text-align: left
}
@media (max-width:767px) {
.table--2-col .table__head,
.table--3-col .table__head,
.table--4-col .table__head,
.table--5-col .table__head,
.table--6-col .table__head {
display: none
}
}
.table__head-data {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px
}
.table__data,
.table__head-data {
padding: 12px 12px 12px 0
}
.table__data {
display: block;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 1.3;
border-top: 1px solid #9c9da1
}
@media (min-width:768px) {
.table__data {
display: table-cell;
font-size: 24px;
line-height: 1;
border-top: 0
}
}
@media (min-width:1200px) {
.table__data {
font-size: 36px
}
}
.table__data .stat-table {
font-size: 28px
}
.table--2-col .table__data:first-child,
.table--3-col .table__data:first-child,
.table--4-col .table__data:first-child,
.table--5-col .table__data:first-child,
.table--6-col .table__data:first-child {
border-width: 2px;
border-color: gray
}
.table--2-col .table__data:before,
.table--3-col .table__data:before,
.table--4-col .table__data:before,
.table--5-col .table__data:before,
.table--6-col .table__data:before {
content: attr(data-th);
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
display: block;
color: #000;
font-size: 16px
}
@media (min-width:768px) {
.table--2-col .table__data:before,
.table--3-col .table__data:before,
.table--4-col .table__data:before,
.table--5-col .table__data:before,
.table--6-col .table__data:before {
display: none
}
.table--3-col .table__data {
width: 33.3%
}
}
.table--4-col .table__data {
width: 100%
}
@media (min-width:768px) {
.table--4-col .table__data {
width: 25%
}
}
.table--5-col .table__data {
width: 100%
}
@media (min-width:768px) {
.table--5-col .table__data {
width: 20%
}
}
.table--6-col .table__data {
width: 100%
}
.table__data--high,
.table__span--high {
color: #21d279
}
.table__data--low,
.table__span--low {
color: #f7594d
}
@media (min-width:768px) {
.table--6-col .table__data {
width: 16.6%
}
.table__row {
border-top: 1px solid #9c9da1;
border-bottom: 1px solid #9c9da1
}
}
.table__row:first-child {
border-top: 0
}
.table__data--fact {
padding: 12px 0
}
.table__span--fact {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #000;
font-size: 16px;
display: inline-block;
position: relative;
padding-left: 30px
}
.table-green::before,
.table-red::before {
font-weight: 700;
font-family: sans-serif;
text-transform: uppercase
}
.table__span--fact:before {
content: "";
position: absolute;
top: 0;
left: 0;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 100% 100%;
background-size: 100%;
width: 20px;
height: 20px;
display: block
}
.article-toolbar__share-link--twitter,
.no-svg .table__span--fact:before {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg)
}
table caption {
line-height: 1;
text-align: left;
margin: 1em 0 .5em
}
table caption.h3__sans {
font-size: 30px
}
.sfadmin {
margin: 1em -1em;
padding: 1em;
background: rgba(255, 0, 0, .1)
}
.sfadmin::before {
content: "Salesforce Data Table Example";
color: red;
text-transform: uppercase;
font-family: sans-serif
}
.sfadmin>table {
margin-top: 0
}
.table-green {
background: rgba(0, 128, 0, .1);
margin: 2em -1em 0;
padding: 0 1em
}
.table-green::before {
content: 'New Salesforce Table';
display: block;
padding-top: 12px
}
.table-red {
background: rgba(255, 0, 0, .1);
margin: 2em -1em 0;
padding: 0 1em
}
.table-red::before {
content: 'Old WordPress Table';
display: block;
padding-top: 12px
}
ul.table-green::before,
ul.table-red::before {
padding: 1em 2em
}
.row-disabled td {
color: gray;
text-decoration: line-through;
-webkit-text-decoration-color: red;
text-decoration-color: red
}
.card__category-link:focus .card__category,
.card__state-link:focus .card__state,
.filter-bar__all-issues-link:focus {
text-decoration: underline
}
@media print {
a[href]:after {
content: none!important
}
.content,
.module--recent-news,
.module--recent-news *,
body {
background: 0 0!important;
color: #000!important
}
.locations__share,
footer {
display: none!important
}
}
.card__quote,
.cta__close-button {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.cta {
z-index: 20
}
.cta--light .cta__content {
background-color: #21d279
}
.cta--dark .cta__content {
background-color: #393745
}
.cta--article-sm .cta__content,
.cta--sm .cta__content {
padding: 36px
}
@media (min-width:1080px) {
.cta--article-sm .cta__content,
.cta--sm .cta__content {
padding: 24px
}
}
.cta--article-lg .cta__content,
.cta--fixed-bottom .cta__content,
.cta--fixed-top .cta__content {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
-ms-flex-direction: column;
flex-direction: column;
padding: 24px 48px
}
@media (min-width:768px) {
.cta--article-lg .cta__content,
.cta--fixed-bottom .cta__content,
.cta--fixed-top .cta__content {
-ms-flex-direction: row;
flex-direction: row;
padding: 36px 48px
}
}
@media (min-width:1100px) {
.cta--article-lg .cta__content,
.cta--fixed-bottom .cta__content,
.cta--fixed-top .cta__content {
padding: 48px 64px
}
}
.cta--border {
background-color: #FFF;
border: 8px solid #e8eeee
}
.cta--fixed-top {
position: relative;
width: 100%;
max-width: 1480px
}
.no-js .cta--fixed-top {
display: none
}
.cta--fixed-bottom {
position: fixed;
right: 0;
bottom: 0;
left: 0;
width: 100%;
max-width: 1504px;
padding: 0 8px 6px;
z-index: 20;
background-color: #21d279
}
@media (min-width:600px) {
.cta--fixed-bottom {
padding: 0 10px 8px
}
}
@media (min-width:768px) {
.cta--border {
border-width: 10px
}
.cta--fixed-bottom {
padding: 0 12px 10px
}
}
.has-cta-fixed-top .main {
transition: all .2s cubic-bezier(.19, 1, .22, 1)
}
.cta--article-sm,
.cta--sm {
position: relative;
width: 100%;
text-align: center
}
.cta--article-lg,
.cta--article-sm {
background-color: #FFF;
border: 8px solid #e8eeee
}
.cta--article-sm {
max-width: 360px;
margin: 24px auto 30px
}
@media (min-width:768px) {
.cta--article-lg,
.cta--article-sm {
border-width: 10px
}
.cta--article-sm {
margin-right: 64px;
margin-left: 24px;
float: right
}
}
@media (min-width:1080px) {
.cta--article-sm {
margin-right: 18%
}
}
.cta--article-lg {
margin: 24px 0
}
@media (min-width:768px) {
.cta--article-lg {
margin: 36px 0
}
}
.cta__text {
text-align: center;
display: inline-block
}
.cta__text h1,
.cta__text h2,
.cta__text h3,
.cta__text h4,
.cta__text h5,
.cta__text h6 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
margin-top: 0;
margin-bottom: 8px
}
.cta__text p {
margin-top: 0;
margin-bottom: 8px
}
.cta--border .cta__text {
color: #000
}
.cta--dark .cta__text,
.cta--light .cta__text {
color: #FFF
}
.cta--article-sm .cta__text,
.cta--sm .cta__text {
font-size: 18px
}
.cta--article-lg .cta__text,
.cta--lg .cta__text {
font-family: "Lyon Display Web", Georgia, serif;
font-weight: 400;
font-style: normal;
font-size: 21px
}
.cta__button,
.dashboard__no-results {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
@media (min-width:768px) {
.cta--article-lg .cta__text,
.cta--lg .cta__text {
font-size: 24px;
text-align: left;
padding: 0 14px 0 0
}
}
@media (min-width:1100px) {
.cta--article-lg .cta__text,
.cta--lg .cta__text {
font-size: 36px
}
}
.cta--article-sm .cta__text {
font-size: 21px
}
.cta__button {
display: inline-block;
text-align: center;
font-weight: 400;
font-style: normal;
border-radius: 3px;
font-size: 18px;
transition: background-color .3s cubic-bezier(.19, 1, .22, 1)
}
.cta--article-sm .cta__button,
.cta--sm .cta__button {
padding-top: 8px;
padding-bottom: 8px;
margin-top: 18px;
width: 100%;
max-width: 200px
}
.cta--article-lg .cta__button,
.cta--lg .cta__button {
padding: 12px 64px 14px
}
@media (min-width:768px) {
.cta--article-lg .cta__button,
.cta--lg .cta__button {
padding-right: 48px;
padding-left: 48px
}
}
.cta--border .cta__button {
background-color: #21d279;
color: #FFF
}
.cta--light .cta__button,
.no-touchevents .cta--border .cta__button:hover {
background-color: #393745
}
.cta--light .cta__button {
color: #FFF
}
.no-touchevents .cta--light .cta__button:hover {
background-color: #6263ed
}
.cta--dark .cta__button {
background-color: #21d279;
color: #FFF
}
.cta__button:focus,
.no-touchevents .cta--dark .cta__button:hover {
background-color: #6263ed
}
.cta--article-lg .cta__button,
.cta--fixed-bottom .cta__button,
.cta--fixed-top .cta__button {
margin-top: 16px;
white-space: nowrap
}
@media (min-width:768px) {
.cta--article-lg .cta__button,
.cta--fixed-bottom .cta__button,
.cta--fixed-top .cta__button {
margin-top: 0;
margin-left: auto
}
}
.cta__close-button {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon.svg), none;
background-color: transparent;
width: 24px;
height: 24px;
display: block;
position: absolute;
top: 0;
right: 0;
transition: all .5s cubic-bezier(.19, 1, .22, 1);
margin: 18px
}
.no-svg .cta__close-button {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon.png)
}
.cta__close-button:focus,
.cta__close-button:hover {
transform: scale(.8, .8)
}
@media (min-width:768px) {
.cta__close-button {
position: relative;
width: 36px;
height: 36px;
top: auto;
right: auto;
margin: 0 0 0 36px
}
}
@media (min-width:1100px) {
.cta--article-lg .cta__button,
.cta--lg .cta__button {
padding-right: 64px;
padding-left: 64px
}
.cta__close-button {
width: 44px;
height: 44px
}
}
.module--dashboard {
padding-bottom: 0;
position: relative
}
.module--dashboard:before {
content: "";
width: 36px;
height: 36px;
margin-top: -18px;
margin-left: -18px;
position: absolute;
top: 50%;
left: 50%;
background-color: #21d279;
border-radius: 100%;
animation: cubic-bezier(.25, .46, .45, .94) circlePulse .6s infinite;
display: none
}
.card,
.card__content,
.card__quote,
.card__text--main {
position: relative
}
.issue-filter-is-loading .module--dashboard:before {
display: block
}
@keyframes circlePulse {
0% {
transform: scale(.5, .5);
opacity: .5
}
50% {
transform: scale(1, 1);
opacity: 1
}
100% {
transform: scale(1, 1);
opacity: 0
}
}
.issue__heading {
margin-bottom: 8px
}
.dashboard__grid-list {
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: row;
flex-direction: row;
padding-left: 0;
min-height: 480px;
margin: 0 -20px
}
.dashboard__grid-list-item {
width: 100%;
padding: 0 20px;
position: relative
}
@media (min-width:600px) {
.dashboard__grid-list-item {
width: 50%
}
}
@media (min-width:768px) {
.dashboard__grid-list-item {
width: 33.3%
}
}
@media (min-width:1080px) {
.dashboard__grid-list-item {
width: 25%
}
}
.dashboard__grid-list-item--featured {
width: 100%;
padding: 0 14px
}
.module--results {
margin-bottom: 12px
}
.dashboard__no-results {
font-weight: 400;
font-style: normal;
font-size: 36px;
margin-top: 0
}
.dashboard__results,
.dashboard__results--count {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.dashboard__results {
font-size: 18px;
margin: 0
}
.dashboard__results--count {
color: #21d279
}
.card .ct-legend li:before {
top: 5px;
border-radius: 0
}
.card {
border-top: 1px solid #000;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: 100%;
padding-bottom: 24px;
min-height: 240px
}
.card__category,
.card__quote,
.card__state {
display: inline-block
}
@media (min-width:1100px) {
.card {
min-height: 300px
}
}
.card__content {
padding-top: 14px
}
.card--no-state .card__content {
padding-top: 47px
}
.card__link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 21px;
line-height: 1.1
}
.card__category,
.card__state {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-size: 18px
}
.card__text--link {
margin-top: auto
}
.card__category {
font-weight: 400;
font-style: normal;
color: #21d279;
margin-top: 8px;
margin-bottom: 0
}
.card__state {
font-weight: 400;
font-style: normal;
color: #9c9da1;
margin-top: 0;
line-height: .75
}
.card-percentage__value,
.card__text--main {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.no-touchevents .card__category:hover,
.no-touchevents .card__state:hover {
color: #000
}
.card__text--main {
margin: 0;
font-size: 24px;
line-height: 1.1
}
@media (min-width:768px) {
.dashboard__grid-list-item--featured {
width: 50%
}
.module--results {
margin-bottom: 0
}
.card {
padding-bottom: 48px
}
.card__text--main {
font-size: 24px;
line-height: 1.1
}
}
.card__text--main mark {
background-color: transparent;
color: #21d279
}
.touchevents .card__text--main-hidden {
margin-bottom: 12px;
display: inline-block
}
.card__quote {
width: 24px;
height: 20px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/quote-icon.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/quote-icon.svg), none;
background-color: transparent;
margin-right: 10px
}
.card:focus .card__arrow-icon,
.card__arrow-icon,
.card__arrow-link:focus .card__arrow-icon,
.no-touchevents .card:hover .card__arrow-icon {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 60%
}
.no-svg .card__quote {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/quote-icon.png)
}
@media (min-width:768px) {
.card__quote {
width: 27px;
height: 22px
}
}
@inlcude mq($bp-tablet-horiz) {
.card__quote {
width: 34px;
height: 27px
}
}
.card__arrow-icon {
position: absolute;
top: 0;
right: 0;
width: 24px;
height: 24px;
border-radius: 50%;
margin-top: 12px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #e8eeee
}
.no-svg .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
.card:focus .card__arrow-icon,
.no-touchevents .card:hover .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #21d279
}
.card__arrow-link:focus .card__arrow-icon,
.no-svg .card:focus .card__arrow-icon,
.no-svg .no-touchevents .card:hover .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
.card__arrow-link:focus .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #21d279
}
.no-svg .card__arrow-link:focus .card__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
.card__img-container {
position: relative;
width: 100%;
height: auto;
padding-top: 56.8%
}
.backgroundblendmode .card__img-container {
background: #393745
}
.card__bg-img {
display: block;
background-size: cover;
background-width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0
}
@media (min-width:768px) {
.card__img-container {
padding-top: 0
}
.card__bg-img {
min-height: 190px;
position: relative
}
}
@media (min-width:1200px) {
.card__text--main {
font-size: 36px;
line-height: 1
}
.card__bg-img {
min-height: 220px
}
}
.backgroundblendmode .card__bg-img {
filter: grayscale(100%);
mix-blend-mode: screen;
opacity: .8
}
.card__bg-img.clear {
filter: none;
mix-blend-mode: normal;
opacity: 1
}
.card__report-callout {
padding: 20px 30px 20px 26px;
background-color: #393745;
color: #FFF;
position: relative;
min-height: 170px
}
@media (min-width:768px) {
.card__report-callout {
min-height: 190px
}
}
@media (min-width:1200px) {
.card__report-callout {
min-height: 220px
}
}
.card__report-callout:before {
content: "";
display: block;
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-bottom: 30px solid #21d279;
border-left: 30px solid transparent
}
.card-percentage__bar {
position: relative;
width: 100%;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: center;
justify-content: center;
background-color: #e8eeee;
min-height: 170px
}
@media (min-width:768px) {
.card-percentage__bar {
min-height: 190px
}
}
@media (min-width:1200px) {
.card-percentage__bar {
min-height: 220px
}
}
.card-percentage__fill {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
background-color: #21d279
}
.card__chart--table tr:nth-child(odd),
.post__chart--table tr:nth-child(odd) {
background-color: #e8eeee
}
.card-percentage__value {
display: block;
font-size: 48px;
padding: 20px 0;
z-index: 15;
position: relative
}
@media (min-width:768px) {
.card-percentage__value {
font-size: 6.67vw
}
}
@media (min-width:1350px) {
.card-percentage__value {
font-size: 96px
}
}
.card--headline-img {
font-size: 1.4em;
text-transform: uppercase;
font-weight: 700;
padding: .6em;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/headline.jpg);
background-repeat: no-repeat;
background-size: cover;
height: 100%
}
.ct-label {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #000
}
.card__chart--bar .ct-label,
.card__chart--line .ct-label {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
color: #9c9da1
}
.card__chart-module {
-ms-flex-item-align: center;
align-self: center
}
.card__chart-module--table {
width: 100%
}
.card__chart-js {
display: block
}
.no-js .card__chart-js {
display: none
}
.card__chart--line svg:not(:root) {
overflow: visible;
width: 100%
}
.card__chart--line>svg {
display: block;
position: absolute;
top: 0;
left: 10px
}
.card__chart--pie .ct-label,
.card__chart--table.card__chart-no-js {
display: none
}
.card__chart--line .ct-label {
font-style: normal
}
@media (min-width:500px) {
.card__chart--line>svg {
left: 26px
}
}
.card__chart--pie {
margin: 12px 0 24px
}
.card__chart--bar svg:not(:root) {
overflow: visible
}
.card__chart--bar .ct-label {
font-style: normal
}
.card__chart--table tr td,
.no-js .card__chart--table tr th {
padding-top: 2px;
padding-bottom: 4px;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
font-size: 16px
}
.card__chart--table {
width: 100%
}
.no-js .card__chart--table.card__chart-no-js {
display: table
}
.card__chart--table thead {
display: none
}
.no-js .card__chart--table thead {
display: table-header-group
}
.card__chart--table tr {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.no-js .card__chart--table tr th {
border-right: 1px solid;
border-left: 1px solid;
font-weight: 700
}
.card__chart--table tr td {
border-right: none;
border-left: none;
text-align: right;
font-weight: 400
}
.card__chart--table tr td:first-child {
text-align: left
}
.card__chart--table tr td:last-child {
font-weight: 700
}
.no-js .card__chart--table tr td:last-child {
font-weight: 400
}
.no-js .card__chart--table tr td {
border-right: 1px solid;
border-left: 1px solid
}
.no-js .card__chart--table tr td:first-child {
font-weight: 700
}
.card__chart-caption,
.post__chart .chart__shortcode-error-text {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.card__chart-caption {
font-size: 16px;
text-align: left
}
.post__chart-module {
padding: 10px 0 15px;
width: 100%;
margin: 18px 0
}
@media (min-width:768px) {
.card__chart--line>svg {
left: 0
}
.post__chart-module {
max-width: 700px;
margin: 24px auto
}
}
.post__chart.chart__shortcode-error {
margin: 50px;
border: 1px solid #f7594d;
display: inline-block;
text-align: center;
padding: 20px
}
.post__chart .chart__shortcode-error-text {
color: #f7594d;
display: inline-block;
margin: 0
}
.post__chart--bar .ct-label,
.post__chart--line .ct-label,
.post__chart-caption {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
color: #9c9da1
}
.no-js .chart-legend,
.no-js .post__chart {
display: none
}
.post__chart-grid {
display: -ms-flexbox;
display: flex
}
.post__chart-grid .chart-legend {
margin-bottom: 40px
}
.post__chart-grid--pie {
-ms-flex-direction: row;
flex-direction: row;
margin-bottom: 40px
}
.post__chart-grid--pie .chart-legend {
padding: 0;
width: 50%
}
@media (min-width:768px) {
.post__chart-grid--pie .chart-legend {
width: 30%
}
}
.post__chart-grid--bar,
.post__chart-grid--line {
-ms-flex-direction: column-reverse;
flex-direction: column-reverse
}
.post__chart-grid--bar .chart-legend,
.post__chart-grid--line .chart-legend {
width: 100%
}
@media (min-width:768px) {
.post__chart-grid--bar,
.post__chart-grid--line {
-ms-flex-direction: row;
flex-direction: row
}
.post__chart-grid--bar .chart-legend,
.post__chart-grid--line .chart-legend {
width: 35%;
padding: 0 20px 0 0;
margin-bottom: 40px
}
}
.post__chart--line svg:not(:root),
.post__chart--pie svg:not(:root) {
-ms-flex-item-align: center;
overflow: visible;
align-self: center
}
.post__chart-caption {
font-style: normal;
margin: 10px;
font-size: 14px;
text-align: center
}
.post__chart--line.ct-major-sixth {
width: 100%
}
.post__chart--line>svg {
display: block;
position: absolute;
top: 0;
left: 26px
}
.post__chart--line .ct-label {
font-style: normal
}
@media (min-width:768px) {
.post__chart-caption {
font-size: 16px;
margin: 20px 0;
text-align: left
}
.post__chart--line>svg {
left: 0
}
.post__chart--line.ct-major-sixth {
width: 65%;
-ms-flex-positive: 1;
flex-grow: 1
}
}
.post__chart--pie.ct-major-sixth {
width: 50%;
-ms-flex-positive: 1;
flex-grow: 1
}
@media (min-width:768px) {
.post__chart--pie.ct-major-sixth {
width: 70%
}
}
.post__chart--pie .ct-label {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px
}
@media (min-width:1080px) {
.post__chart-grid--bar .chart-legend,
.post__chart-grid--line .chart-legend {
padding: 0 20px 0 5px
}
.post__chart--pie .ct-label {
font-size: 21px
}
}
.post__chart--bar.ct-perfect-fifth {
width: 100%
}
.post__chart--bar svg:not(:root) {
overflow: visible;
-ms-flex-item-align: center;
align-self: center;
width: 80%
}
.post__chart--bar>svg {
display: block;
position: absolute;
top: 0;
left: 14px
}
.post__chart--bar .ct-label {
font-style: normal
}
.no-js .post__chart--table th,
.post__chart--table tr td {
padding-top: 2px;
padding-bottom: 4px;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
font-size: 16px
}
@media (min-width:768px) {
.post__chart--bar.ct-perfect-fifth {
width: 70%;
-ms-flex-positive: 1;
flex-grow: 1
}
.post__chart--bar>svg {
left: 0
}
.module--nav-bar {
padding: 0
}
}
.post__chart-no-js {
display: none;
margin: 0;
width: 100%
}
.post__chart-no-js .post__chart--table {
margin: 0;
width: 100%
}
.no-js .post__chart-no-js {
display: table
}
.post__chart--table {
max-width: 700px;
width: 100%
}
.post__chart--table thead {
display: none
}
.no-js .post__chart--table thead {
display: table-header-group
}
.no-js .post__chart--table th {
border-right: 1px solid;
border-left: 1px solid;
font-weight: 700
}
.post__chart--table tr {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.post__chart--table tr td {
border-right: none;
border-left: none;
text-align: right;
font-weight: 400
}
.no-js .post__chart--table tr td {
border-right: 1px solid;
border-left: 1px solid
}
.post__chart--table tr td:first-child {
text-align: left;
font-weight: 400
}
.no-js .post__chart--table tr td:first-child,
.post__chart--table tr td:last-child {
font-weight: 700
}
.no-js .post__chart--table tr td:last-child {
font-weight: 400
}
.ct-series:nth-of-type(1) .ct-area.animate-line {
animation-delay: .2s
}
.ct-series:nth-of-type(2) .ct-area.animate-line {
animation-delay: .4s
}
.ct-series:nth-of-type(3) .ct-area.animate-line {
animation-delay: .6s
}
.ct-series:nth-of-type(4) .ct-area.animate-line {
animation-delay: .8s
}
.ct-series:nth-of-type(5) .ct-area.animate-line {
animation-delay: 1s
}
.ct-series:nth-of-type(6) .ct-area.animate-line {
animation-delay: 1.2s
}
.ct-series:nth-of-type(7) .ct-area.animate-line {
animation-delay: 1.4s
}
.ct-series:nth-of-type(8) .ct-area.animate-line {
animation-delay: 1.6s
}
.ct-series:nth-of-type(9) .ct-area.animate-line {
animation-delay: 1.8s
}
.ct-series:nth-of-type(10) .ct-area.animate-line {
animation-delay: 2s
}
.ct-series .ct-area {
transform-origin: bottom;
transform: scaleY(.01);
visibility: hidden;
opacity: 0
}
.ct-series .ct-area.animate-line {
visibility: visible;
animation: linegrow .6s ease forwards
}
@keyframes linegrow {
0% {
transform: scaleY(.1)
}
50% {
transform: scaleY(1.1)
}
100% {
transform: scaleY(1);
opacity: 1
}
}
.ct-bar {
transform-origin: bottom;
stroke-dasharray: 1000;
stroke-dashoffset: 0;
transform: scaleY(1)
}
@keyframes bargrow {
0% {
stroke-dashoffset: 1000;
transform: scaleY(.1)
}
50% {
transform: scaleY(1.1)
}
100% {
stroke-dashoffset: 0;
transform: scaleY(1)
}
}
.ct-series:nth-of-type(1) .ct-slice-pie.animate-pie {
animation-delay: .2s
}
.ct-series:nth-of-type(2) .ct-slice-pie.animate-pie {
animation-delay: .4s
}
.ct-series:nth-of-type(3) .ct-slice-pie.animate-pie {
animation-delay: .6s
}
.ct-series:nth-of-type(4) .ct-slice-pie.animate-pie {
animation-delay: .8s
}
.ct-series:nth-of-type(5) .ct-slice-pie.animate-pie {
animation-delay: 1s
}
.ct-series:nth-of-type(6) .ct-slice-pie.animate-pie {
animation-delay: 1.2s
}
.ct-series:nth-of-type(7) .ct-slice-pie.animate-pie {
animation-delay: 1.4s
}
.ct-series:nth-of-type(8) .ct-slice-pie.animate-pie {
animation-delay: 1.6s
}
.ct-series:nth-of-type(9) .ct-slice-pie.animate-pie {
animation-delay: 1.8s
}
.ct-series:nth-of-type(10) .ct-slice-pie.animate-pie {
animation-delay: 2s
}
.ct-series .ct-slice-pie {
opacity: 0
}
.ct-series .ct-slice-pie.animate-pie {
animation: piegrow .6s linear forwards
}
@keyframes piegrow {
0% {
opacity: 0
}
100% {
opacity: 1
}
}
.location-nav-bar {
margin-top: 0;
min-height: 1px;
width: 100%;
z-index: 20
}
@media (min-width:768px) {
.location-nav-bar {
padding-right: 40px;
padding-left: 40px;
padding-bottom: 0
}
}
@media (min-width:1100px) {
.location-nav-bar {
padding-left: 60px;
padding-right: 60px
}
}
.location-nav-bar--is-fixed {
position: fixed;
top: 0;
left: 0;
max-width: 1504px;
width: 100%;
padding-left: 8px;
padding-right: 8px
}
@media (min-width:600px) {
.location-nav-bar--is-fixed {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width:768px) {
.location-nav-bar--is-fixed {
padding-left: 12px;
padding-right: 12px
}
.nav-bar__content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center
}
}
@media (min-width:1590px) {
.location-nav-bar--is-fixed {
padding-left: 60px;
max-width: 1552px
}
}
.nav-bar__content {
background-color: #FFF;
border-top: 3px solid #000;
border-bottom: 1px solid #ccc;
padding-right: 0;
padding-left: 0;
margin: 0
}
.location-nav-bar--is-fixed .nav-bar__content {
padding-left: 30px;
padding-right: 30px;
border-top: 0
}
@media (min-width:768px) {
.location-nav-bar--is-fixed .nav-bar__content {
padding-left: 40px;
padding-right: 40px
}
}
@media (min-width:1100px) {
.location-nav-bar--is-fixed .nav-bar__content {
padding-left: 60px;
padding-right: 60px
}
}
.nav-bar__content-item {
position: relative;
white-space: nowrap;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-bottom: 5px
}
@media (min-width:768px) {
.nav-bar__content-item {
border-left: 1px solid #ccc;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
margin-bottom: 0;
padding: 14px 16px 16px 0
}
}
.nav-bar__content-item:first-child {
padding-left: 0;
border: 0;
border-bottom: solid 1px #000;
padding-bottom: 8px;
padding-top: 8px
}
.nav-bar__content-item:nth-child(2) {
display: block
}
@media (min-width:768px) {
.nav-bar__content-item:first-child {
border-bottom: 0;
padding: 14px 16px 16px 0
}
.nav-bar__content-item:nth-child(2) {
overflow: hidden;
padding: 0
}
.nav-bar__content-item:last-child {
padding-left: 16px
}
}
.nav-bar__content-item:last-child {
margin-left: auto;
padding-right: 0
}
@media (min-width:768px) {
.nav-bar__sub-menu-container {
white-space: nowrap;
padding: 14px 16px
}
}
.ps-active-x:after {
content: "...";
display: none;
position: absolute;
top: 0;
right: 0;
padding: 0 8px;
height: 100%;
line-height: 52px;
background-color: #FFF
}
@media (min-width:768px) {
.ps-active-x:after {
display: block
}
}
.nav-bar__content-item--section-nav {
position: relative;
white-space: nowrap;
padding: 14px 16px 14px 0
}
.nav-bar__label {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
padding-right: 12px
}
.nav-bar__link,
.nav-bar__location {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.nav-bar__location {
outline: 0;
-webkit-appearance: none;
display: inline-block;
margin: 0;
border: 0;
background: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.svg) 100% 60% no-repeat #FFF;
color: #000;
-ms-flex-positive: 1;
flex-grow: 1;
cursor: pointer;
height: 22px;
padding: 0
}
@media (min-width:768px) {
.nav-bar__location {
width: auto;
padding-left: 6px
}
}
.nav-bar__location:focus {
border-bottom: 1px dotted;
border-radius: 0
}
.nav-bar__list {
list-style: none;
position: relative;
margin: 0;
padding: 0
}
.nav-bar__list-item {
display: block
}
@media (min-width:768px) {
.nav-bar__list-item {
display: inline-block;
padding-right: 12px
}
}
.nav-bar__list-item:last-child {
padding-right: 36px
}
.no-touchevents .nav-bar__link:hover {
color: #21d279
}
.nav-bar__share-title {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 16px
}
.nav-bar__share-list {
margin: 0;
padding: 0;
display: inline-block;
list-style: none
}
.nav-bar__share-list-item {
display: inline-block;
vertical-align: bottom;
padding-left: 12px
}
.nav-bar__share-list-item .article-toolbar__share-link--email {
margin-left: 8px!important;
margin-bottom: -2px
}
.issues-nav-bar .nav-bar__content-item--section-nav {
padding: 14px 16px 14px 14px
}
.image-grid {
padding-left: 0;
padding-right: 0
}
@media (min-width:768px) {
.image-grid {
width: 76%;
margin-left: 24%
}
}
.image-grid__content {
margin-left: -24px;
margin-right: -24px
}
.image-list {
position: relative;
padding-left: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
width: 100%;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.image-list__item {
list-style: none;
width: 100%;
padding: 18px 24px
}
@media (min-width:600px) {
.image-list__item {
width: 50%
}
}
@media (min-width:1080px) {
.image-list__item {
width: 33.3%
}
}
.image-list__item:before {
display: none
}
.image-list__member {
display: block;
max-width: 100%;
filter: grayscale(100%)
}
.image-list__name {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
margin-top: 18px;
margin-bottom: 18px
}
.image-list__title {
color: #21d279;
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
margin-top: 0;
margin-bottom: 18px
}
.filter-bar__all-issues-link,
.image-list__description {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.image-list__description {
color: gray;
font-size: 18px;
margin: 0
}
.module--filter-bar {
margin-bottom: 12px
}
@media (min-width:768px) {
.module--filter-bar {
height: 96px;
margin-bottom: 0;
position: absolute;
top: 0;
right: 0;
left: 0
}
}
.module--states-filter-bar {
position: relative
}
.module--nav-bar-2 {
height: 96px
}
.issue__filter-bar {
position: relative;
border-top: 3px solid #000;
max-width: none;
width: 100%;
z-index: 30
}
.issue__filter-bar--is-fixed {
position: fixed;
top: 0;
left: 0;
max-width: 1504px;
width: 100%;
border-top: 0;
padding-left: 8px;
padding-right: 8px
}
@media (min-width:600px) {
.image-list__member {
width: 100%
}
.issue__filter-bar--is-fixed {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width:768px) {
.issue__filter-bar--is-fixed {
padding-left: 12px;
padding-right: 12px
}
}
@media (min-width:1590px) {
.issue__filter-bar--is-fixed {
padding-left: 60px;
max-width: 1552px
}
}
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed {
position: fixed;
top: 0;
left: 0;
max-width: 1504px;
width: 100%;
padding-left: 8px;
padding-right: 8px;
border-top: 0
}
@media (min-width:600px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width:768px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed {
padding-left: 12px;
padding-right: 12px
}
}
@media (min-width:1590px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed {
padding-left: 60px;
max-width: 1552px
}
}
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed .filter-bar__container {
padding-left: 30px;
padding-right: 30px
}
@media (min-width:768px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed .filter-bar__container {
padding-left: 40px;
padding-right: 40px
}
.filter-bar__container {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row
}
}
@media (min-width:1100px) {
.issue__filter-bar.second-nav-bar.location-nav-bar--is-fixed .filter-bar__container {
padding-left: 60px;
padding-right: 60px
}
}
.filter-bar__container {
background: #FFF;
border-bottom: 1px solid #ccc
}
.issue__filter-bar--is-fixed .filter-bar__container {
padding-left: 30px;
padding-right: 30px
}
@media (min-width:768px) {
.issue__filter-bar--is-fixed .filter-bar__container {
padding-left: 40px;
padding-right: 40px
}
}
@media (min-width:1100px) {
.issue__filter-bar--is-fixed .filter-bar__container {
padding-left: 60px;
padding-right: 60px
}
}
.filter-bar__filters {
padding: 0;
margin: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.filter-bar__filters {
-ms-flex-direction: row;
flex-direction: row
}
}
.filter-bar__filter {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
border-bottom: 1px solid #ccc;
padding: 14px 16px 15px 0
}
@media (min-width:768px) {
.filter-bar__filter {
padding-left: 16px;
border-right: 1px solid #ccc;
border-bottom: 0
}
.filter-bar__label {
position: relative
}
}
.filter-bar__filter:first-child {
padding-left: 0
}
.filter-bar__all-issues {
margin: 0 0 0 auto
}
.filter-bar__all-issues-link {
color: #21d279;
font-size: 16px;
display: inline-block;
padding: 14px 0 16px
}
.no-touchevents .filter-bar__all-issues-link:hover {
color: #ccc
}
.filter-bar__label {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
padding-right: 12px
}
.filter-bar__error,
.filter-bar__filter-list {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.filter-bar__filter-list {
outline: 0;
-ms-flex-positive: 1;
flex-grow: 1;
-webkit-appearance: none;
display: inline-block;
margin: 0;
border: 0;
background: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.svg) 100% 60% no-repeat #FFF;
color: #000;
width: 100%;
cursor: pointer;
box-sizing: border-box;
height: 22px;
padding: 0
}
@media (min-width:768px) {
.filter-bar__filter-list {
width: auto;
padding-left: 6px
}
}
.filter-bar__filter-list:focus {
border-bottom: 1px dotted;
border-radius: 0
}
.filter-bar__filter-list-arrow {
position: absolute;
top: 0;
right: 0;
pointer-events: none;
background: #FFF;
height: 100%;
width: 40px
}
.filter-bar__filter-list-arrow:after {
content: "";
display: block;
position: absolute;
top: 22px;
right: 16px;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #21d279
}
.module--pagination,
.pagination {
position: relative
}
.filter-bar__error {
padding-left: 40px;
color: #f7594d
}
.pagination .current {
color: #21d279
}
@media (min-width:600px) {
.module--pagination {
padding-bottom: 60px
}
.pagination {
border-top: 3px solid #b6b7ba;
border-bottom: 1px solid #d0d1d3
}
.pagination .current {
border-color: #21d279
}
.pagination__list-item--prev {
position: absolute;
top: 0;
left: 0
}
}
.pagination .invisible {
visibility: visible!important;
opacity: .3
}
.pagination__link-list {
padding: 0;
margin: 0
}
.pagination__list-item--next {
padding-left: 16px
}
.pagination__number-list {
display: inline-block;
padding: 0;
list-style-type: none;
width: 100%;
margin: 0 auto
}
.pagination__next:after,
.pagination__prev:after {
width: 28px;
height: 60px;
position: absolute;
background-color: transparent;
top: 0;
content: "";
background-position: 50% 50%;
background-size: 100%;
background-repeat: no-repeat
}
@media (min-width:600px) {
.pagination__list-item--next {
padding-left: 0;
position: absolute;
top: 0;
right: 0
}
.pagination__number-list {
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-ms-flex-pack: center;
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
justify-content: center
}
}
.pagination__list-item {
display: inline-block;
margin-top: -3px
}
.pagination__list-item:first-child .pagination__list-item-link {
padding-left: 0
}
@media (min-width:600px) {
.pagination__list-item:first-child .pagination__list-item-link {
padding-left: 24px
}
}
.pagination__list-item-link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
display: inline-block;
color: #9c9da1;
border-top: 3px solid transparent;
padding: 16px 18px
}
.no-touchevents .pagination__list-item-link:hover,
.pagination__next:focus,
.pagination__prev:focus {
color: #000
}
@media (min-width:600px) {
.pagination__list-item-link {
padding: 16px 24px
}
.no-touchevents .pagination__list-item-link:hover {
border-color: #000
}
}
.pagination__list-item-link:focus {
border-color: #000;
color: #000
}
.pagination__prev {
padding-left: 36px
}
.pagination__prev:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-green.svg), none;
left: 0
}
.no-svg .pagination__prev:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-green.png)
}
.no-touchevents .pagination__prev:hover:not(.invisible):after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.no-svg .no-touchevents .pagination__prev:hover:not(.invisible):after,
.pagination__prev:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.png)
}
.pagination__prev:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.no-svg .pagination__prev:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--left-black.png)
}
.pagination__next {
padding-right: 36px
}
.pagination__next:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.svg), none;
right: 0
}
.home__featured-learn:after,
.no-svg .pagination__next:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.png)
}
.no-touchevents .pagination__next:hover:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.no-svg .no-touchevents .pagination__next:hover:after,
.pagination__next:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png)
}
.pagination__next:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.no-svg .pagination__next:focus:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png)
}
.pagination__next,
.pagination__prev {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
position: relative;
display: inline-block;
color: #9c9da1;
font-size: 18px;
padding-top: 16px;
padding-bottom: 16px
}
.pdf-report__button,
.pdf-report__text {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.no-touchevents .pagination__next:hover:not(.invisible),
.no-touchevents .pagination__prev:hover:not(.invisible),
.pagination__next:focus:not(.invisible),
.pagination__prev:focus:not(.invisible) {
color: #000
}
.pdf-report {
position: relative;
width: 100%;
text-align: center;
background-color: #393745;
z-index: 20;
max-width: 360px;
margin: 24px auto 30px
}
.pdf-report:before {
content: "";
display: block;
position: absolute;
bottom: 0;
right: 0;
width: 0;
height: 0;
border-bottom: 30px solid #21d279;
border-left: 30px solid transparent
}
.pdf-report__button,
.share-button,
.share-button__links,
.share-button__list-item,
.share-button__share-link,
.share-button__text {
display: inline-block
}
@media (min-width:768px) {
.pdf-report {
margin-right: 64px;
margin-left: 24px;
float: right
}
}
@media (min-width:1080px) {
.pdf-report {
margin-right: 18%
}
}
.pdf-report__content {
padding: 24px 24px 30px
}
.pdf-report__text {
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 1.1;
color: #FFF
}
.pdf-report__text--issue {
color: #21d279
}
.pdf-report__button {
text-align: center;
font-weight: 400;
font-style: normal;
border-radius: 3px;
font-size: 18px;
transition: background-color .3s cubic-bezier(.19, 1, .22, 1);
background-color: #21d279;
padding-top: 8px;
padding-bottom: 8px;
margin-top: 18px;
width: 100%;
max-width: 200px;
color: #FFF
}
.share-button__text,
.take-action__text {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
font-weight: 400
}
.no-touchevents .pdf-report__button:hover {
background-color: #6a7ef1
}
.share-button {
position: relative;
border-radius: 3px;
border: 1px solid #21d279;
cursor: pointer;
padding: 10px 12px
}
.share-button--districts,
.share-button--graphic {
margin-top: 36px
}
.share-button__text {
font-size: 16px;
color: #21d279;
text-transform: uppercase;
letter-spacing: .89px;
margin: 0
}
.share-button--districts .share-button__text {
margin: 0
}
.share-button__list {
list-style: none;
margin: 0;
padding: 0
}
@media (min-width:1100px) {
.share-button__list {
padding: 0 0 0 12px
}
}
.share-button__list-item {
padding-right: 8px;
list-style: none
}
.share-button__links {
overflow: hidden;
height: 16px;
white-space: nowrap
}
.no-touchevents .share-button__links {
transform: translateX(-20px);
opacity: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
width: 0
}
.no-touchevents .share-button:hover .share-button__links {
width: 80px;
transform: translateX(4px);
opacity: 1
}
.no-touchevents .share-button--graphic:hover .share-button__links {
width: 60px;
transform: translateX(4px);
opacity: 1
}
.take-action-is-in-view {
height: 100%;
overflow: hidden;
width: 100%;
position: fixed
}
.take-action {
position: fixed;
top: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-color: #21d279;
z-index: 40;
overflow-y: scroll;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
transform: translateX(100%);
transition: transform .5s cubic-bezier(.19, 1, .22, 1)
}
@media (min-width:600px) {
.take-action {
max-width: 600px
}
}
.take-action-is-in-view .take-action {
transform: translateX(0)
}
.dropdown .placeholder.rotate:after,
.dropdown>ul>li.parent>div.rotate:after,
.location_list .placeholder.rotate:after,
.location_list>ul>li.parent>div.rotate:after {
transform: rotate(180deg)
}
.no-js .take-action {
display: none
}
.icon-close,
.icon-close:after {
display: block;
position: absolute
}
.take-action__container {
position: relative;
width: 100%;
height: 100%;
padding: 24px 36px
}
@media (min-width:768px) {
.take-action__container {
padding: 48px 60px
}
}
@media (min-width:1100px) {
.take-action__container {
padding: 84px 60px
}
}
.take-action__overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 35;
opacity: 0;
visibility: hidden;
transition: all .3s ease
}
.take-action__overlay:after {
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: #000
}
.take-action-is-in-view .take-action__overlay {
opacity: .2;
visibility: visible;
cursor: url(/wp-content/themes/nae-wp-theme/static/img/close-icon.svg) 13 8, auto
}
.icon-close {
top: 0;
right: 0;
border-left: 72px solid transparent;
border-top: 72px solid #393745;
cursor: pointer;
z-index: 30
}
.icon-close:focus,
.no-touchevents .icon-close:hover {
border-top: 72px solid #6a7ef1
}
.icon-close:after {
content: "";
top: -63px;
right: 8px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon--md.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon--md.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
width: 24px;
height: 24px
}
.no-svg .icon-close:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/close-icon--md.png)
}
.take-action__h {
color: #FFF
}
.take-action__text {
color: #FFF;
font-size: 18px
}
.take-action__content form {
margin-bottom: 24px
}
.take-action__content form input:focus,
.take-action__content form select:focus {
box-shadow: 0 0 0 2px #393745
}
@media (min-width:768px) {
.take-action__content form {
margin-bottom: 36px
}
}
.take-action__content h1,
.take-action__content h2,
.take-action__content h3,
.take-action__content h4,
.take-action__content h5,
.take-action__content h6 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
color: #FFF;
margin-top: 0
}
.locations__list,
.map-breadcrumb,
.toggle-locations-list {
font-style: "normal"
}
.take-action__content p {
color: #FFF;
font-size: 21px;
margin-top: 0;
margin-bottom: 24px
}
@media (min-width:768px) {
.take-action__content p {
margin-bottom: 36px
}
}
.take-action__video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
margin-bottom: 24px
}
@media (min-width:768px) {
.take-action__video-container {
margin-bottom: 48px
}
}
.take-action__video-container embed,
.take-action__video-container iframe,
.take-action__video-container object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.state-map .district {
fill: #393745
}
.page-template-page-reports {
margin: 1em 0;
padding: 1em
}
.page-template-page-reports input {
border: 0;
padding: 0;
font-size: 1em
}
.not-found__h,
.section-header {
font-size: 36px
}
.page-template-page-reports input:focus {
outline: 0
}
.page-template-page-reports .location-nav-bar {
padding: 0
}
.page-posttypearchive {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif!important
}
.page-posttypearchive .post .terms {
font-weight: 400
}
.page-posttypearchive .post .terms a {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
color: #21d279
}
.page-posttypearchive .post .terms a:hover {
color: #000
}
.page-posttypearchive .post .title a {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif!important;
font-weight: 400
}
.page-posttypearchive .post .title a:hover {
text-decoration: underline #21d279 solid
}
.bordered {
border-top: 3px solid #000
}
.featured-report {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.featured-report>h1 {
-ms-flex: 1;
flex: 1;
-ms-flex-order: 2;
order: 2
}
.featured-report>a {
-ms-flex: 1;
flex: 1;
margin-top: 1em;
text-align: center;
-ms-flex-order: 1;
order: 1
}
.featured-report:after {
content: " ";
display: table;
clear: both
}
.featured-report-grid .report {
background-size: cover;
background-position: center center;
text-shadow: 1px 1px 1px #5c5252
}
.featured-report-grid .report.nae-default {
background-size: 80%;
background-repeat: no-repeat
}
.featured-report-grid .report a {
display: block;
height: 100%;
padding: 1em;
color: #FFF;
font-weight: 700;
line-height: 1.2em;
background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 20%, rgba(255, 255, 255, 0) 100%)
}
.featured-report-grid .report a:hover {
text-decoration: underline
}
.report-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.report-grid>* {
padding: 1em 0;
margin: 1em 0
}
@media (min-width:1080px) {
.report-grid h2.title {
font-size: 36px
}
}
@media (min-width:768px) {
.report-grid {
padding: 0 4em
}
.featured-report {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between
}
.featured-report>h1 {
-ms-flex-order: 1;
order: 1
}
.featured-report>a {
-ms-flex-order: 2;
order: 2;
text-align: right;
margin-top: 1.5075em
}
}
.report-grid>.grid-item {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
border-bottom: 1px solid #738680
}
@media (min-width:768px) {
.report-grid>.grid-item {
-ms-flex-direction: row;
flex-direction: row
}
.report-grid>.grid-item .thumbnail {
width: 30%;
background-size: 100%
}
.report-grid>.grid-item .post {
width: 70%
}
}
.report-grid>.grid-item:last-child {
border: 0
}
.report-grid>.grid-item .thumbnail {
height: 15em;
background-size: cover;
background-repeat: no-repeat;
background-position: center center
}
.report-grid>.grid-item .thumbnail.nae-default {
border: 1px solid #ccc;
background-size: 40%
}
.report-grid>.grid-item .date {
color: #738680
}
.green,
.green a,
.search-icon {
color: #21d279
}
.report-grid>.grid-item .post {
padding-top: 1.5em
}
@media (min-width:768px) {
.report-grid>.grid-item .post {
padding-top: 0;
padding-left: 1.5em
}
}
.report-listing {
margin-top: 3em
}
.bold {
font-weight: 700
}
.controls {
margin-top: 1em
}
.reports-search {
padding: 0!important
}
.reports-search .nav-bar__list-item:last-child {
padding-right: 0
}
.reports-search .nav-bar__content-item:nth-child(2) {
padding: 14px 0 16px 16px
}
.keyword_search {
margin: 0!important;
max-width: none
}
.keyword_search .keyword {
font-size: 1.2em;
padding: .2em;
margin: 0 0 0 .5em;
width: auto;
border: 0
}
@media (min-width:768px) {
.nav-bar__sub-menu-container {
padding: 0!important
}
}
.search-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/search.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/search.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
width: 24px;
height: 24px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
padding: 0;
margin: 0;
border: 0!important
}
.no-svg .search-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/search.png)
}
.dropdown {
position: relative;
min-width: 10.3em;
user-select: none;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
display: inline-block
}
.dropdown .placeholder.arrow:after,
.dropdown>ul>li.parent>div:after {
content: "\25BE";
width: .667em;
font-family: sans-serif;
font-size: 1.5em
}
.dropdown li {
border-bottom: 1px solid #dcdcdc
}
.dropdown a {
display: block;
padding: .6em
}
.dropdown .placeholder {
padding: .3em;
cursor: pointer;
display: inline-block
}
.dropdown .placeholder.arrow:after {
padding: 0 .3em;
color: #21d279;
transition: transform 150ms ease-in-out
}
.dropdown>ul {
list-style: none;
background: #fff;
z-index: 99;
padding: 0;
margin: 0;
position: absolute;
max-height: 0;
overflow: hidden;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
line-height: 1.4em;
transition: max-height 150ms
}
.dropdown>ul.open {
height: initial;
overflow: auto;
max-height: 20em
}
.dropdown>ul>li>ul {
list-style: none;
display: none
}
.dropdown>ul>li>ul>li:hover {
background: #21d279
}
.dropdown>ul>li>ul>li:hover a {
color: #fff;
font-weight: 700
}
.dropdown>ul>li>ul.open {
display: block
}
.dropdown>ul>li.parent>div {
padding-right: 1.5em
}
.dropdown>ul>li.parent>div:after {
position: absolute;
right: 5px;
color: #21d279;
transition: transform 150ms ease-in-out
}
.locations__list,
.locations__title,
.map-breadcrumb,
.toggle-locations-list {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif
}
.dropdown>ul>li.parent>div:hover:after {
color: #fff
}
.dropdown>ul>li>a,
.dropdown>ul>li>div {
padding: .6em;
cursor: pointer;
position: relative
}
.dropdown>ul>li>a:hover,
.dropdown>ul>li>div:hover {
font-weight: 700;
background: #21d279;
color: #fff
}
.dropdown.district {
display: inline-block;
font-size: .5em;
color: #21d279;
min-width: 0
}
.dropdown.district .placeholder {
padding: .3em 1.45em .3em .3em
}
.dropdown.district>ul {
font-size: 1rem;
right: 0
}
.dropdown.district>ul li a {
color: #21d279
}
.dropdown.district>ul li a:hover {
color: #fff
}
.dropdown.state {
margin-top: -5px
}
@media (min-width:768px) {
.dropdown.state>ul {
margin-top: 16px
}
}
.dropdown.email {
position: static;
display: inline-block;
min-width: 0;
font-size: .8em
}
.dropdown.email .placeholder {
display: inline-block;
padding: 0
}
.dropdown.email .placeholder:after {
display: inline-block;
content: ""
}
.dropdown.email .placeholder a {
display: inline-block
}
.dropdown.email>ul {
right: 0;
left: 0;
max-width: none;
white-space: normal;
min-width: 20em;
margin-top: .7em
}
.dropdown.email>ul.open {
max-height: 35em
}
@media (min-width:768px) {
.dropdown.email>ul {
margin-top: 1.7em;
left: auto
}
.dropdown.email>ul.open {
max-width: 23em
}
}
.dropdown.email>ul>li>div {
font-weight: 700;
background: #21d279;
color: #fff;
cursor: default
}
.dropdown.email>ul>li>div form {
margin-top: 2em
}
.dropdown.email>ul>li>div form input {
padding: .675em;
font-size: 1.25em;
width: 100%
}
.dropdown.email>ul>li>div .close {
position: absolute;
right: .8em;
top: .8em;
display: inline-block;
width: 1em;
height: 1em;
overflow: hidden;
padding: 1em
}
.dropdown.email>ul>li>div .close::after,
.dropdown.email>ul>li>div .close::before {
content: '';
position: absolute;
height: 1px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #fff
}
.dropdown.email>ul>li>div .close::before {
transform: rotate(45deg)
}
.dropdown.email>ul>li>div .close::after {
transform: rotate(-45deg)
}
.dropdown.right>ul {
right: 0
}
.dropdown.home>ul {
margin-top: 0
}
.dropdown .article-toolbar__share-link--email {
margin-left: 14px
}
.list-is-active .toggle-locations-list {
color: #fff;
border-color: #000
}
.list-is-active .drawer-header {
color: #fff;
background-color: #393745
}
.list-is-active .map-breadcrumb .break,
.list-is-active .map-breadcrumb span {
color: #fff
}
.toggle-locations-list {
font-weight: 400;
border: 0;
color: #000;
padding: 0 2em 0 1em;
outline: 0;
border-left: 1px solid #D8D8D8;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 86% 56%;
background-size: 16px auto
}
.home__select-h:after,
.no-svg .toggle-locations-list {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.png)
}
@media (min-width:768px) {
.toggle-locations-list {
display: none
}
}
.drawer-header {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: stretch;
align-items: stretch;
padding-left: 1em;
position: absolute;
top: 0;
min-height: 3.5em;
width: 100%;
color: #000;
background-color: #fff;
border-top: solid 1px #D8D8D8;
z-index: 2
}
@media (min-width:768px) {
.drawer-header {
border: 0
}
}
.map-breadcrumb {
font-weight: 400;
font-size: 14px;
z-index: 2;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
.break:after,
.map-breadcrumb a,
.map-breadcrumb span {
display: inline-block
}
.map-breadcrumb h3 {
font-weight: 400;
margin: 0;
padding-right: .5em
}
.map-breadcrumb a {
color: #21d279
}
.map-breadcrumb .break {
border: 0
}
.map-breadcrumb span {
border-bottom: 2px solid #21d279
}
.map-breadcrumb .state-wide {
border-color: #21d279
}
.break {
color: #000
}
.locations__list-item-main.is-open p a,
.more-link {
color: #FFF
}
.break:after {
content: "›"
}
#lookup:after,
.article__body>p:last-child:after,
.home__featured-learn:after,
.home__select-h:after,
.more-link:after {
content: ""
}
.locations-scroll-box {
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
height: 100%
}
.locations-scroll-box::-webkit-scrollbar {
width: .5em
}
.locations-scroll-box::-webkit-scrollbar-track {
background-color: #fff
}
.locations-scroll-box::-webkit-scrollbar-thumb {
background-color: #9c9da1;
border-radius: .25em
}
.locations__list {
font-weight: 400;
list-style: none;
padding: 0;
margin: 0
}
.locations__list-container {
display: block;
position: absolute;
top: 0;
height: 3.5em;
width: 100%;
z-index: 2;
box-shadow: 0 .5em 1em -.5em rgba(0, 0, 0, .5);
transition: height .2s linear
}
.locations__list-item,
.more-link {
position: relative
}
.locations__list-container.list-is-active {
height: 100%
}
.locations__list-main {
height: 100%;
padding-top: 3.5em
}
.locations__list-sub {
padding-top: 1em
}
.locations__list-item-main {
background-color: rgba(255, 255, 255, .9)
}
@media (min-width:768px) {
.locations__list-container {
position: relative;
width: 30%;
min-width: 22em;
height: 100%;
box-shadow: none
}
.locations__list-container.list-is-active {
height: 100%
}
.locations__list-item-main {
background-color: #fff
}
}
.locations__list-item-main.is-open {
color: #FFF;
height: auto;
background-color: rgba(57, 55, 69, .9)
}
@media (min-width:768px) {
.locations__list-item-main.is-open {
background-color: #393745
}
}
.locations__toggle-link,
.more-link:after {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.locations__list-content-sub {
display: none
}
.locations__title {
padding: 1rem;
font-weight: 400;
font-style: normal;
margin: 0;
cursor: pointer
}
.locations__title-main {
font-size: 20px;
border-top: solid 1px #D8D8D8
}
.is-open .locations__title-main {
border: 0
}
.locations__title-sub {
border-top: 1px solid #504e61;
padding-top: 10px;
padding-bottom: 10px
}
.locations__title.no-link {
cursor: default!important
}
.locations__toggle-title {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center
}
.locations__toggle-link {
position: relative;
right: auto;
top: auto;
width: 20px;
height: 20px;
display: block;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/plus-icon--gray.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/plus-icon--gray.svg), none;
cursor: pointer
}
.no-svg .locations__toggle-link {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/plus-icon--gray.png)
}
.more-link {
padding: 1rem;
display: block
}
.more-link__lg {
font-size: 24px
}
.more-link:after {
position: absolute;
top: 1.3em;
right: 1rem;
width: 22px;
height: 10px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.svg), none;
display: block
}
.location-tabs,
.position-relative {
position: relative
}
.map-tooltip .tooltip__link:after,
.no-svg .more-link:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.png)
}
.text-green {
color: #21d279
}
.location-tabs {
padding-top: 1em
}
.location-tabs .story_section {
padding: 0 1rem
}
@media (min-width:768px) {
.location-tabs .story_section {
padding: 0
}
}
.location-tabs table[data-table] {
padding: 1rem
}
.location-tabs__menu {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
display: -ms-flexbox;
display: flex;
padding: 0 1rem
}
.location-tabs__menu-item {
display: block;
color: #FFF;
padding: .5em 1em
}
.location-tabs__menu-item.is-active {
border-bottom: 3px solid #21d279;
font-weight: 700
}
.location-tabs__section {
position: absolute;
top: 0;
left: 0;
visibility: hidden;
opacity: 0;
width: 100%
}
.location-tabs__section.is-active {
position: relative;
visibility: visible;
opacity: 1
}
.location-tabs__section-title {
visibility: hidden;
margin: 0;
height: 0
}
.loading {
padding: 0 1rem
}
.location__facts-table tr td,
.location__facts-table-hover tr td,
.no-js .location__facts-table th,
.no-js .location__facts-table-hover th {
padding-top: 2px;
padding-bottom: 4px;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-size: 16px;
font-style: normal
}
.stories__slider-inner {
min-width: 100%
}
.stories__slider .add_story {
text-align: center;
width: 100%
}
.stories__item h2 a {
color: #FFF
}
.tweet_reps {
-ms-flex-item-align: center;
align-self: center;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.tweet_reps>a {
margin: 0 0 .25em;
text-align: center
}
.tweet_reps .dashicons-twitter {
vertical-align: middle!important
}
@media (min-width:1750px) {
.tweet_reps {
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-pack: center;
justify-content: center
}
.tweet_reps>a {
margin: 0 .25em .25em 0
}
}
.location__facts-table,
.location__facts-table-hover {
transition: all .3s cubic-bezier(.25, .46, .45, .94);
margin: 0 auto;
width: 100%
}
.location__facts-table {
opacity: 0;
transform: translateY(30%)
}
.is-open .location__facts-table {
opacity: 1;
transform: translateY(0)
}
.location__facts-table thead {
display: none
}
.no-js .location__facts-table thead {
display: table-header-group
}
.no-js .location__facts-table th {
border-right: 1px solid;
border-left: 1px solid;
font-weight: 700
}
.location__facts-table tr {
border-top: 1px solid #FFF;
border-bottom: 1px solid #FFF
}
.location__facts-table tr:nth-child(odd) {
background-color: #514E67
}
.location__facts-table tr td {
border-right: none;
border-left: none;
text-align: right;
font-weight: 400;
color: #FFF
}
.no-js .location__facts-table tr td,
.no-js .location__facts-table-hover th {
border-right: 1px solid;
border-left: 1px solid
}
.location__facts-table tr td:first-child {
text-align: left;
font-weight: 400
}
.location__facts-table tr td:last-child,
.no-js .location__facts-table tr td:first-child {
font-weight: 700
}
.no-js .location__facts-table tr td:last-child {
font-weight: 400
}
.location__facts-table-hover thead {
display: none
}
.no-js .location__facts-table-hover thead {
display: table-header-group
}
.no-js .location__facts-table-hover th {
font-weight: 700
}
.location__facts-table-hover tr {
border-top: 1px solid #000;
border-bottom: 1px solid #000
}
.location__facts-table-hover tr:nth-child(odd) {
background-color: #e8eeee
}
.location__facts-table-hover tr td {
border-right: none;
border-left: none;
text-align: right;
font-weight: 400;
color: #000
}
#lookup,
.map .button {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.no-js .location__facts-table-hover tr td {
border-right: 1px solid;
border-left: 1px solid
}
.location__facts-table-hover tr td:first-child {
text-align: left;
font-weight: 400
}
.locations__share .article-toolbar__share-list:nth-child(2),
.map .button {
text-align: center
}
.location__facts-table-hover tr td:last-child,
.no-js .location__facts-table-hover tr td:first-child {
font-weight: 700
}
#lookup,
.no-js .location__facts-table-hover tr td:last-child {
font-weight: 400
}
.mapboxgl-control-container {
display: none
}
.map {
height: 100%;
display: block;
width: 100%;
position: relative;
overflow: hidden
}
@media (min-width:768px) {
.mapboxgl-control-container {
display: block
}
.map {
height: 100%;
padding-bottom: 0
}
}
.map .alaska,
.map .hawaii {
opacity: .9;
width: 3em;
height: 3em;
position: absolute;
left: 1em;
bottom: 2em;
cursor: pointer;
z-index: 999;
background: url(../../../../../plugins/pnae-mapbox/assets/images/alaska.jpg) 50% 50% no-repeat #FFF;
background-size: contain;
transition: all .2s ease-in
}
@media (min-width:1080px) {
.map .alaska,
.map .hawaii {
width: 5em;
height: 5em;
left: 2em
}
}
#mapbox,
#mapcontainer {
width: 100%;
height: 100%;
position: relative
}
.map .alaska:hover,
.map .hawaii:hover {
opacity: 1
}
.map .hawaii {
left: 5em;
background-image: url(../../../../../plugins/pnae-mapbox/assets/images/hawaii.jpg)
}
@media (min-width:1080px) {
.map .hawaii {
left: 9em
}
}
.map .button {
display: inline-block;
padding: 1em;
background: #21d279;
color: #FFF;
border-radius: .25em;
margin: 0!important;
text-shadow: 0 -1px 0 rgba(57, 55, 69, .5);
font-size: 1.2em
}
.map .people {
padding: .5em
}
#mapcontainer {
left: 0;
top: 0;
z-index: 1
}
#lookup {
display: block;
padding-top: 4.25em;
width: 90%;
left: 5%;
position: absolute;
z-index: 2;
font-style: normal
}
@media (min-width:768px) {
#lookup {
margin-right: 4em;
padding-top: .75em
}
}
#lookup label {
color: #FFF;
display: none;
padding: 0 1em 0 0
}
#lookup input {
border: 1px solid #D8D8D8;
width: 100%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
box-shadow: 0 .5em 1em -.5em rgba(0, 0, 0, .5);
outline: 0;
padding: .5em 1em .5em 2em
}
#lookup input::-webkit-input-placeholder {
color: #000
}
#lookup input::-moz-placeholder {
color: #000
}
#lookup input:-ms-input-placeholder {
color: #000
}
#lookup input::placeholder {
color: #000
}
#lookup .smart-search {
position: relative;
width: 100%
}
#lookup .smart-search__icon {
position: absolute;
top: 50%;
left: .5em;
transform: translateY(-50%)
}
#lookup .smart-search .search {
width: 100%
}
#lookup .smart-search>ul {
display: none;
position: absolute;
top: 1em;
max-height: 30vh;
background: #fff;
overflow: auto;
width: 100%;
padding: 0;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
z-index: 99
}
.home__dashboard-info,
.home__select-h,
.section--home {
position: relative
}
#lookup .smart-search>ul>li.selected,
#lookup .smart-search>ul>li:hover {
background: #21d279;
color: #fff;
font-weight: 700
}
.issue__intro,
.page--locations,
.page-locations {
overflow: hidden
}
#lookup .smart-search>ul.show {
display: block
}
#lookup .smart-search>ul>li {
display: block;
padding: .6em;
border-bottom: 1px solid #dcdcdc
}
#lookup .smart-search>ul>li:hover {
cursor: pointer
}
.not-found__h,
.not-found__strong {
font-weight: 400;
font-style: normal
}
#lookup:after {
display: table;
clear: both
}
@media (min-width:1080px) {
#lookup {
padding: .75em 60px .75em 92px
}
}
.not-found__h {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
border-bottom: 3px solid #000;
padding-bottom: 12px
}
.not-found__strong {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.not-found__text {
font-family: "Lyon Display Web", Georgia, serif;
font-weight: 400;
font-style: normal;
font-size: 36px;
margin: 36px 0 64px
}
.home__featured-h,
.home__select-h,
.home__select-item--all,
.not-found__link {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
@media (min-width:768px) {
.not-found__text {
font-size: 48px;
margin: 48px 0 72px
}
}
.not-found__link {
text-decoration: none;
color: #21d279;
font-size: 40px
}
.home__link:focus .home__featured-h,
.no-touchevents .home__link:hover .home__featured-h,
.no-touchevents .not-found__link:hover {
text-decoration: underline
}
.section--home {
margin-top: 36px;
padding-bottom: 18px
}
@media (min-width:768px) {
.not-found__link {
font-size: 52px
}
.section--home {
margin-top: 48px;
padding-bottom: 24px
}
}
@media (min-width:1100px) {
.section--home {
margin-top: 64px
}
}
.home__issue-list {
display: none
}
.home__header {
border-bottom: 3px solid #9c9da1;
padding-bottom: 6px;
font-size: 24px;
font-weight: 400
}
.module--home-dashboard {
padding-bottom: 36px
}
@media (min-width:768px) {
.home__issue-list {
display: block
}
.home__header {
font-size: 30px;
margin-bottom: 48px
}
.module--home-dashboard {
padding-bottom: 48px
}
}
.home__dashboard-grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.home__dashboard-col {
width: 100%
}
@media (min-width:768px) {
.home__dashboard-grid {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
.home__dashboard-col {
width: 50%
}
.home__dashboard-col:first-child {
padding-right: calc(30px - 1px);
border-right: 1px solid #dddedf
}
.home__dashboard-col:last-child {
padding-left: 30px
}
}
.home__dashboard-content {
border-top: 3px solid #000;
padding-top: 24px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
.home__select-h {
display: inline-block;
margin: 0;
font-size: 24px;
padding-right: 20px
}
.home__select-h:after,
.home__select-menu {
background-color: transparent;
position: absolute;
right: 0
}
.home__select-h:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.svg), none;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
width: 12px;
height: 12px;
display: block;
top: 10px
}
.no-svg .home__select-h:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/dropdown-arrow--green.png)
}
@media (min-width:1100px) {
.home__select-h {
font-size: 36px
}
.home__select-h:after {
top: 20px
}
}
.home__select-sub-h {
color: #21d279
}
.home__select-menu {
border: 0;
box-shadow: none;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
top: 0;
height: 37px;
width: 83px;
opacity: 1;
cursor: pointer
}
.home__featured,
.home__featured--no-img {
background-color: #21d279
}
.home__select-menu:focus {
outline: 0
}
.home__select-menu.home__select--states {
width: 194px
}
@media (min-width:1100px) {
.home__select-menu {
width: 118px
}
.home__select-menu.home__select--states {
width: 280px
}
}
.home__select {
position: relative;
display: inline-block
}
.home__select form option {
color: #000
}
.home__select-form select {
font-size: 16px;
color: transparent;
background-image: none
}
.home__select-form select:focus {
border-bottom: 2px solid #21d279;
border-top: 0;
border-right: 0;
border-left: 0
}
.home__select-item--all {
font-size: 36px
}
.home__dashboard-text {
font-size: 21px;
margin-bottom: 0
}
@media (min-width:1080px) {
.home__dashboard-text {
font-size: 24px
}
}
.home__featured {
background-size: cover;
background-position: center center;
position: relative;
min-height: 450px
}
.home__featured-hgroup {
position: absolute;
top: 0;
right: 0;
left: 0;
width: 100%;
z-index: 15;
padding: 24px 24px 30px
}
.home__featured:not(.home__featured--no-img) .home__featured-hgroup {
background: linear-gradient(to bottom, rgba(0, 0, 0, .3) 20%, rgba(255, 255, 255, 0) 100%)
}
.home__featured--no-img .home__featured-learn:after,
.home__featured-learn:after {
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
background-color: transparent
}
.home__link {
margin-top: 36px
}
@media (min-width:768px) {
.home__featured-hgroup {
padding: 36px 36px 40px
}
.home__link {
margin-top: 48px
}
}
.home__featured-h {
color: #FFF;
margin: 0;
font-size: 24px
}
@media (min-width:1200px) {
.home__featured-h {
font-size: 36px
}
}
.home__featured-learn {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
font-size: 18px;
display: inline-block;
padding-top: 12px;
position: relative
}
.archive__author-name,
.archive__h {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.home__featured-learn:after {
width: 28px;
height: 60px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.svg), none;
position: absolute;
top: -4px;
right: -35px
}
.archive,
.archive__list,
.article__body>p,
.section--archive {
position: relative
}
.no-svg .home__featured-learn:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-green.png)
}
.home__featured--no-img .home__featured-learn:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.svg), none
}
.no-svg .home__featured--no-img .home__featured-learn:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/pagination-icon--right-black.png)
}
.home__cards {
margin-left: -20px;
margin-right: -20px;
padding-top: 30px
}
@media (min-width:768px) {
.home__cards .card__text--main {
font-size: 30px
}
}
.home__card-list {
list-style: none;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: row;
flex-direction: row;
padding-left: 0;
min-height: 480px;
width: 100%
}
.home__card-list-item {
width: 100%;
padding: 0 20px
}
@media (min-width:600px) {
.home__card-list-item {
width: 50%
}
.home__card-list-item:nth-last-child(2) .card {
padding-bottom: 0
}
}
@media (min-width:768px) {
.home__card-list-item {
width: 100%
}
}
@media (min-width:1080px) {
.home__cards .card__text--main {
font-size: 36px
}
.home__card-list-item {
width: 50%
}
}
.home__card-list-item:last-child .card {
padding-bottom: 0
}
.module--archive {
margin-left: 30px;
margin-right: 30px;
padding: 0 0 20px
}
@media (min-width:768px) {
.module--archive {
margin-left: 40px;
margin-right: 40px;
padding: 0 0 40px
}
}
@media (min-width:1100px) {
.module--archive {
margin-left: 60px;
margin-right: 60px
}
}
.module--archive-header {
padding-bottom: 0
}
.archive__list {
list-style-type: none;
margin: 0;
padding-bottom: 24px;
padding-left: 0;
width: 100%;
max-width: 700px
}
.archive__list-item {
border-bottom: 1px solid #ccc;
padding: 24px 0
}
.archive__list-item:last-child {
border-bottom: none
}
@media (min-width:768px) {
.archive__list {
margin: 18px auto 0
}
.archive__list-item {
padding: 48px 0
}
}
.archive__h {
border-top: 3px solid #000;
border-bottom: 1px solid #ccc;
padding-top: 16px;
padding-bottom: 16px;
margin: 0;
font-size: 21px;
color: #9c9da1
}
@media (min-width:768px) {
.archive__h {
font-size: 24px
}
}
.archive__category-h {
margin: 0 0 18px
}
.archive__category-link {
color: #21d279
}
.archive__category-link:focus,
.archive__category-link:hover {
color: #000
}
.archive__author-name {
padding-left: 10px
}
.archive__post-content p {
font-family: "Lyon Text Web", Georgia, serif;
font-size: 18px;
line-height: 1.55;
margin: 0
}
.archive__date,
.archive__post-h {
margin: 0 0 18px
}
.archive__date {
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 21px;
color: #9c9da1
}
.article__author-link,
.date--title {
color: #21d279
}
.archive__post-link {
text-decoration: none;
text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF
}
.archive__post-link:focus,
.no-touchevents .archive__post-link:hover {
text-decoration: underline #21d279 solid
}
.module--article {
margin-top: 0;
padding-bottom: 24px;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column
}
@media (min-width:768px) {
.archive__post-content p {
font-size: 21px
}
.module--article {
min-height: 490px;
padding-bottom: 48px
}
}
.article-content {
-ms-flex-order: 1;
order: 1;
margin: auto;
width: 80%;
}
@media (min-width:768px) {
.article-content {
padding-top: 20px;
-ms-flex-order: 2;
order: 2
}
}
.article__lede,
.page__lede {
max-width: 700px;
border-top: 3px solid #000;
padding-top: 24px;
margin: 0 auto 24px
}
@media (min-width:768px) {
.article__lede,
.page__lede {
margin-top: 0;
padding-top: 0;
border: 0
}
}
.article__body {
width: 100%
}
.article__title-h,
.page__title-h {
margin: 0 0 24px
}
@media (min-width:1100px) {
.module--article {
padding-bottom: 72px
}
.article__title-h,
.page__title-h {
font-size: 64px;
line-height: 1
}
}
.article__sub-h {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
line-height: 1.1;
font-size: 21px
}
@media (min-width:1080px) {
.article__sub-h {
line-height: 1.25;
font-size: 30px
}
}
.article__author,
.article__date {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 18px;
line-height: 1.55;
margin: 0
}
@media (min-width:1100px) {
.article__author,
.article__date {
font-size: 21px
}
}
.date--title {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
.no-touchevents .article__author-link:hover {
color: #000
}
.article__body small {
font-variant: small-caps;
letter-spacing: 1px
}
.article__body>p:last-child:after {
display: inline-block;
margin-left: 4px;
width: 0;
height: 0;
border-style: solid;
border-width: 0 0 16px 16px;
border-color: transparent transparent #21d279
}
.article__body.dropcap>p:first-child:first-letter {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-style: normal;
font-weight: 700;
float: left;
display: block;
color: #000;
font-size: 64px;
line-height: 50px;
margin: 0 12px 0 0
}
@media (min-width:1080px) {
.article__body.dropcap>p:first-child:first-letter {
font-size: 112px;
line-height: 84px;
margin: 0 16px 0 0
}
}
.article__body>h1,
.article__body>h2,
.article__body>h3,
.article__body>h4,
.article__body>h5,
.article__body>h6,
.article__body>ol,
.article__body>p,
.article__body>ul,
.post__body>h1,
.post__body>h2,
.post__body>h3,
.post__body>h4,
.post__body>h5,
.post__body>h6,
.post__body>ol,
.post__body>p,
.post__body>ul {
max-width: 700px;
margin-top: 0;
margin-left: auto;
margin-right: auto
}
.article__body>h1,
.article__body>h2,
.article__body>h3,
.post__body>h1,
.post__body>h2,
.post__body>h3 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
max-width: 700px;
margin-bottom: 24px
}
.article__body>h1,
.article__body>h2,
.post__body>h1,
.post__body>h2 {
font-size: 24px;
line-height: 1.3;
color: #21d279
}
@media (min-width:768px) {
.article__body>h1,
.article__body>h2,
.post__body>h1,
.post__body>h2 {
font-size: 36px;
line-height: 1.1;
margin-top: 0;
margin-bottom: 30px
}
}
.article__body>h3,
.article__body>h4,
.article__body>h5,
.article__body>h6,
.post__body>h3,
.post__body>h4,
.post__body>h5,
.post__body>h6 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
line-height: 1.3
}
.article__body>p,
.post__body>p {
font-size: 18px;
line-height: 1.55;
max-width: 700px;
margin: 0 auto 24px
}
.article__body>ol li strong,
.article__body>p strong,
.article__body>ul li strong,
.post__body>ol li strong,
.post__body>p strong,
.post__body>ul li strong {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 21px;
line-height: 1
}
@media (min-width:1100px) {
.article__body>p,
.post__body>p {
font-size: 21px
}
.article__body>ol li strong,
.article__body>p strong,
.article__body>ul li strong,
.post__body>ol li strong,
.post__body>p strong,
.post__body>ul li strong {
font-size: 24px
}
}
.article__body>a,
.article__body>ol li a,
.article__body>p a,
.article__body>ul li a,
.post__body>a,
.post__body>ol li a,
.post__body>p a,
.post__body>ul li a {
background-image: linear-gradient(transparent 95%, #21d279 0);
padding-bottom: 1px;
text-shadow: .03em 0 #FFF, -.03em 0 #FFF, 0 .03em #FFF, 0 -.03em #FFF, .06em 0 #FFF, -.06em 0 #FFF, .09em 0 #FFF, -.09em 0 #FFF, .12em 0 #FFF, -.12em 0 #FFF, .15em 0 #FFF, -.15em 0 #FFF;
transition: all .3s cubic-bezier(.19, 1, .22, 1)
}
.district__h-link,
.issue__h-link {
text-shadow: 1px 1px 0 #FFF, -1px 1px 0 #FFF
}
.article__body>a:focus,
.article__body>ol li a:focus,
.article__body>p a:focus,
.article__body>ul li a:focus,
.no-touchevents .article__body>a:hover,
.no-touchevents .article__body>ol li a:hover,
.no-touchevents .article__body>p a:hover,
.no-touchevents .article__body>ul li a:hover,
.no-touchevents .post__body>a:hover,
.no-touchevents .post__body>ol li a:hover,
.no-touchevents .post__body>p a:hover,
.no-touchevents .post__body>ul li a:hover,
.post__body>a:focus,
.post__body>ol li a:focus,
.post__body>p a:focus,
.post__body>ul li a:focus {
background-image: none;
color: #21d279
}
.article__body>ol,
.article__body>ul,
.post__body>ol,
.post__body>ul {
max-width: 700px;
font-size: 18px;
line-height: 1.55;
margin-bottom: 24px;
list-style: none;
padding-left: 30px
}
@media (min-width:600px) {
.article__body>ol,
.article__body>ul,
.post__body>ol,
.post__body>ul {
padding-left: 50px
}
}
@media (min-width:768px) {
.article__body>ol,
.article__body>ul,
.post__body>ol,
.post__body>ul {
padding-left: 65px
}
}
@media (min-width:1100px) {
.article__body>ol,
.article__body>ul,
.post__body>ol,
.post__body>ul {
font-size: 21px
}
}
.article__body>ol li,
.article__body>ul li,
.post__body>ol li,
.post__body>ul li {
margin: 0 0 24px;
position: relative
}
.article__body>ul li:before,
.post__body>ul li:before {
content: "";
position: absolute;
top: 0;
left: -30px;
display: block;
width: 100%;
max-width: 20px;
padding-top: 15px;
padding-left: 12px;
border-bottom: 1px solid #21d279
}
@media (min-width:600px) {
.article__body>ul li:before,
.post__body>ul li:before {
max-width: 40px;
left: -50px
}
}
.article__body>ul li ul,
.article__body>ul li ul li ul,
.post__body>ul li ul,
.post__body>ul li ul li ul {
list-style: none;
padding-left: 24px;
padding-top: 14px
}
@media (min-width:768px) {
.article__body>ul li:before,
.post__body>ul li:before {
max-width: 54px;
left: -64px
}
.article__body>ul li ul,
.article__body>ul li ul li ul,
.post__body>ul li ul,
.post__body>ul li ul li ul {
padding-left: 24px
}
}
.article__body>ol li ol,
.article__body>ol li ol li ol,
.post__body>ol li ol,
.post__body>ol li ol li ol {
padding-left: 64px;
padding-top: 14px
}
.article__body ol li ol li,
.post__body ol li ol li {
list-style: none
}
.article__body>ul li ul li,
.article__body>ul li ul li ul li,
.post__body>ul li ul li,
.post__body>ul li ul li ul li {
position: relative
}
.article__body>ul li ul li ul li:before,
.article__body>ul li ul li:before,
.post__body>ul li ul li ul li:before,
.post__body>ul li ul li:before {
display: none
}
.article__body>ol li,
.post__body>ol li {
counter-increment: step-counter
}
.article__body>ol li:before,
.post__body>ol li:before {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
content: counter(step-counter);
display: block;
position: absolute;
top: 0;
left: -30px;
font-size: 20px;
line-height: 1;
color: #21d279
}
@media (min-width:600px) {
.article__body>ol li:before,
.post__body>ol li:before {
left: -50px
}
}
.article__body img,
.post__body img {
max-width: 100%;
height: auto;
display: block;
margin-top: 30px;
margin-bottom: 30px
}
@media (min-width:768px) {
.article__body>ol li:before,
.post__body>ol li:before {
left: -64px;
font-size: 24px
}
.article__body img,
.post__body img {
width: 76%
}
}
.article__body img.contain,
.post__body img.contain {
max-width: 700px;
width: 100%;
margin: 0
}
.article__body img.aligncenter,
.post__body img.aligncenter {
margin: 0 auto .5em!important
}
.article__body img.half,
.article__body img.quarter,
.article__body img.third,
.post__body img.half,
.post__body img.quarter,
.post__body img.third {
float: left;
width: 100%;
margin: 0 .5em .5em 0
}
.article__body img.half.alignright,
.article__body img.quarter.alignright,
.article__body img.third.alignright,
.post__body img.half.alignright,
.post__body img.quarter.alignright,
.post__body img.third.alignright {
float: right;
margin: 0 0 .5em .5em
}
.article__body img.half.aligncenter,
.article__body img.quarter.aligncenter,
.article__body img.third.aligncenter,
.post__body img.half.aligncenter,
.post__body img.quarter.aligncenter,
.post__body img.third.aligncenter {
float: none;
display: block;
margin: 0 auto .5em!important
}
.article__body img.half:nth-child(2n),
.article__body img.quarter:nth-child(4n),
.article__body img.third:nth-child(3n),
.post__body img.half:nth-child(2n),
.post__body img.quarter:nth-child(4n),
.post__body img.third:nth-child(3n) {
margin: 0 0 .5em
}
.article__body img.newrow,
.post__body img.newrow {
clear: both
}
.article__body img.half,
.post__body img.half {
max-width: calc((700px - .5em)/ 2)
}
.article__body img.third,
.post__body img.third {
max-width: calc((700px - 1em)/ 3)
}
.article__body img.quarter,
.post__body img.quarter {
max-width: calc((700px - 1.5em)/ 4)
}
.article__body img.normalize,
.post__body img.normalize {
width: auto
}
.article__body hr,
.post__body hr {
width: auto!important;
max-width: 700px;
margin: .25em auto 1em
}
.article__body>blockquote,
.post__body>blockquote {
font-family: "Lyon Display Web", Georgia, serif;
font-weight: 400;
font-style: normal;
position: relative;
max-width: 700px;
width: 100%;
margin: 30px auto
}
.article__body>blockquote:before,
.post__body>blockquote:before {
content: "“";
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
line-height: 0;
position: absolute;
top: 27px;
left: 0;
font-size: 84px;
color: #21d279
}
@media (min-width:768px) {
.article__body>blockquote:before,
.post__body>blockquote:before {
font-size: 112px;
top: 40px
}
}
@media (min-width:1100px) {
.article__body>blockquote:before,
.post__body>blockquote:before {
font-size: 144px;
left: -60px;
top: 44px
}
}
.article__body>blockquote p,
.post__body>blockquote p {
margin: 0;
font-size: 24px;
line-height: 1.3;
padding-left: 40px
}
@media (min-width:768px) {
.article__body>blockquote p,
.post__body>blockquote p {
font-size: 36px;
line-height: 1.1;
padding-left: 50px
}
}
@media (min-width:1100px) {
.article__body>blockquote p,
.post__body>blockquote p {
padding-left: 0;
font-size: 48px;
line-height: 1.1
}
}
.article__body>blockquote p strong,
.post__body>blockquote p strong {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #21d279;
background-color: transparent;
font-size: 26px;
line-height: .5
}
@media (min-width:768px) {
.article__body>blockquote p strong,
.post__body>blockquote p strong {
font-size: 40px
}
}
@media (min-width:1100px) {
.article__body>blockquote p strong,
.post__body>blockquote p strong {
font-size: 54px
}
}
.article-toolbar {
margin-top: 0;
min-height: 1px;
width: 100%;
z-index: 25;
-ms-flex-order: 2;
order: 2
}
.article-toolbar--is-fixed {
position: fixed;
top: 0;
left: 0;
max-width: 1504px;
width: 100%;
padding-left: 8px;
padding-right: 8px
}
@media (min-width:600px) {
.article-toolbar--is-fixed {
padding-left: 10px;
padding-right: 10px
}
}
@media (min-width:768px) {
.article-toolbar {
-ms-flex-order: 1;
order: 1
}
.article-toolbar--is-fixed {
padding-left: 12px;
padding-right: 12px
}
}
@media (min-width:1590px) {
.article-toolbar--is-fixed {
padding-left: 60px;
max-width: 1552px
}
}
.article-toolbar__category {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
display: inline-block;
font-size: 18px;
line-height: 26px
}
.article-toolbar__link,
.article__video-embed-caption,
.wp-caption-text {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
font-weight: 400
}
.article-toolbar__list {
text-align: left;
list-style: none;
background-color: #FFF;
border-top: 3px solid #000;
border-bottom: 1px solid #ccc;
margin: 0;
padding: 12px 0 10px
}
.article-toolbar__share-link--email,
.article-toolbar__share-link--facebook,
.article-toolbar__share-link--twitter,
.no-touchevents .article-toolbar__share-link--email:hover,
.no-touchevents .article-toolbar__share-link--facebook:hover,
.no-touchevents .article-toolbar__share-link--twitter:hover {
background-color: transparent;
background-size: 100%;
background-position: 50% 50%;
background-repeat: no-repeat
}
.article-toolbar--is-fixed .article-toolbar__list {
padding-left: 30px;
padding-right: 30px;
border-top: 0
}
@media (min-width:768px) {
.article-toolbar--is-fixed .article-toolbar__list {
padding-left: 40px;
padding-right: 40px
}
.article-toolbar__list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: center;
justify-content: center
}
}
@media (min-width:1100px) {
.article-toolbar--is-fixed .article-toolbar__list {
padding-left: 60px;
padding-right: 60px
}
}
.article-toolbar__list-item {
padding-bottom: 12px;
padding-right: 2em;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
@media (min-width:768px) {
.article-toolbar__list-item {
display: inline-block;
padding-bottom: 0
}
}
.article-toolbar__list-item:last-child {
margin-left: auto;
padding-right: 0;
display: -ms-flexbox;
display: flex;
padding-bottom: 0;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
.article-toolbar__list-item:last-child .article-toolbar__category {
padding-right: 10px
}
.article-toolbar__link-list,
.article-toolbar__share-list {
padding: 0;
margin: 0;
display: inline-block;
list-style: none
}
.article-toolbar__list-item:last-child .article-toolbar__share-list {
-ms-flex: 1 0 auto;
flex: 1 0 auto
}
.article-toolbar__link-list-item {
display: inline-block
}
.article-toolbar__link-list-item:after {
content: ", "
}
.article-toolbar__link-list-item:last-child:after,
.map-tooltip .tooltip__link:after {
content: ""
}
.article-toolbar__link {
color: #21d279;
font-size: 18px;
margin: 0
}
@media (min-width:1080px) {
.article-toolbar__link {
font-size: 18px
}
}
.no-touchevents .article-toolbar__link:hover {
color: #000
}
.article-toolbar__share-link,
.article-toolbar__share-list-item {
display: inline-block
}
.article-toolbar__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.svg), none
}
.no-svg .article-toolbar__share-link--twitter {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter.png)
}
.no-touchevents .article-toolbar__share-link--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.svg), none
}
.no-svg .no-touchevents .article-toolbar__share-link--twitter:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--twitter-hover.png)
}
.article-toolbar__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.svg), none
}
.no-svg .article-toolbar__share-link--facebook {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook.png)
}
.no-touchevents .article-toolbar__share-link--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.svg), none
}
.no-svg .no-touchevents .article-toolbar__share-link--facebook:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--facebook-hover.png)
}
.article-toolbar__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.svg), none
}
.no-svg .article-toolbar__share-link--email {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email.png)
}
.no-touchevents .article-toolbar__share-link--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.svg), none
}
.no-svg .no-touchevents .article-toolbar__share-link--email:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/share-icon--email-hover.png)
}
.article-toolbar__share-link--email,
.article-toolbar__share-link--twitter {
width: 18px;
height: 18px
}
.article-toolbar__share-link--facebook {
width: 8px;
height: 23px;
margin-left: 14px
}
.article-toolbar__share-link--email {
margin-left: 16px
}
.article__video-embed,
.wp-caption {
margin-right: auto;
margin-left: auto;
position: relative
}
.wp-caption {
max-width: 1080px!important;
width: 100%!important
}
.wp-caption img {
max-width: 100%;
width: 100%;
height: auto;
display: block;
margin-top: 30px;
margin-bottom: 14px
}
@media (min-width:1100px) {
.wp-caption img {
margin-bottom: 18px
}
}
.article__video-embed-caption,
.wp-caption-text {
font-size: 16px;
line-height: 1;
margin-top: 0;
margin-bottom: 30px;
color: #21d279
}
.issue-archive__h,
.issue-archive__h--issue-total {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.article__video-embed {
max-width: 1080px;
width: 100%;
margin-bottom: 24px
}
.article__video-container,
.article__video-w-caption {
position: relative;
padding-bottom: 56.25%;
height: 0
}
.article__video-container {
margin-top: 30px;
margin-bottom: 14px
}
@media (min-width:1100px) {
.article__video-container {
margin-bottom: 18px
}
}
.article__video-embed embed,
.article__video-embed iframe,
.article__video-embed object {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%
}
.module--dashboard-intro {
padding-bottom: 30px
}
@media (min-width:768px) {
.module--dashboard-intro {
padding-top: 100px
}
}
.issue-archive {
position: relative
}
.issue-archive__h {
font-style: normal;
border-top: 3px solid #000;
border-bottom: 1px solid #ccc;
padding-top: 16px;
padding-bottom: 16px;
font-weight: 400;
margin: 0;
font-size: 16px;
color: #000
}
.issue-archive__h--issue-total {
font-weight: 400;
font-style: normal;
color: #21d279
}
.issue-archive__text,
.issue__intro-text {
font-family: "Lyon Display Web", Georgia, serif;
font-weight: 400;
font-style: normal;
position: relative
}
.issue-archive__list {
position: relative;
list-style-type: none;
margin: 0;
padding-bottom: 0;
padding-left: 0
}
.issue-archive__list-item {
border-bottom: 1px solid #ccc;
padding: 24px 0
}
@media (min-width:768px) {
.issue-archive__h {
font-size: 21px
}
.issue-archive__list-item {
padding: 36px 0 48px
}
}
.issue-archive__list-item:last-child {
border-bottom: 0
}
.issue-archive__post-h {
margin: 0 0 16px;
font-size: 24px;
padding-right: 30px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center
}
.issue-archive__post-h .archive__post-link {
-ms-flex: 0 1 auto;
flex: 0 1 auto;
margin: 0 .5em .5em 0
}
.issue-archive__post-h .issue-archive__arrow-icon {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #e8eeee;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 60%;
-ms-flex: 0 0 auto;
flex: 0 0 auto
}
.no-svg .issue-archive__post-h .issue-archive__arrow-icon {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
.no-touchevents .issue-archive__post-h .issue-archive__arrow-icon:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.svg), none;
background-color: #21d279;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 60%
}
.no-svg .no-touchevents .issue-archive__post-h .issue-archive__arrow-icon:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--white.png)
}
@media (min-width:600px) {
.issue-archive__post-h {
font-size: 3.33vw;
padding-right: 0
}
.issue-archive__grid {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-pack: justify;
justify-content: space-between
}
}
@media (min-width:1350px) {
.issue-archive__post-h {
font-size: 48px
}
}
.issue-archive__text {
font-size: 21px;
margin: 0
}
.issue__h,
.issue__sub-h {
margin-top: 0;
margin-bottom: 12px
}
@media (min-width:768px) {
.issue-archive__text {
font-size: 24px;
padding-right: 60px
}
}
@media (min-width:1100px) {
.issue-archive__text {
font-size: 30px
}
}
.issue-archive__grid {
position: relative
}
@media (min-width:600px) {
.issue-archive__grid-item:first-child {
width: calc(4/12 * 100%);
padding-right: 36px
}
}
.issue-archive__grid-item:nth-child(2) {
width: 100%
}
@media (min-width:600px) {
.issue-archive__grid-item:nth-child(2) {
width: calc(8/12 * 100%)
}
}
.issue__h-link {
display: inline-block
}
.issue__h {
font-size: 36px
}
@media (min-width:768px) {
.issue__h {
font-size: 48px
}
}
@media (min-width:1080px) {
.issue__h {
font-size: 64px
}
}
.issue__sub-h {
font-size: 24px;
margin-left: 0;
color: #21d279
}
.issue__intro-text {
font-size: 21px;
margin: 0
}
@media (min-width:768px) {
.issue__intro-text {
font-size: 24px;
padding-bottom: 20px
}
}
@media (min-width:1100px) {
.issue__intro-text {
font-size: 36px
}
}
.trigger--issue-more {
display: inline-block;
font-size: 24px;
color: #21d279;
font-family: "Lyon Text Web", Georgia, serif;
visibility: hidden;
opacity: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94)
}
.about__body>h1,
.about__body>h2,
.about__body>h3 {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-style: normal;
font-weight: 400
}
@media (min-width:768px) {
.trigger--issue-more {
font-size: 36px
}
}
.intro-is-hidden .trigger--issue-more {
opacity: 1;
visibility: visible
}
.trigger--issue-less {
width: 25px;
height: 20px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/toggle-icon--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/toggle-icon--green.svg), none;
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%;
display: inline-block;
margin-left: 6px
}
.page-locations .content #global-cta,
.page-locations .header__logo-animation,
.page-locations .module--archive-header,
.page-locations .module--recent-news,
.page-locations .recent-news__footer {
display: none
}
.no-svg .trigger--issue-less {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/toggle-icon--green.png)
}
@media (min-width:1100px) {
.trigger--issue-more {
font-size: 64px
}
.trigger--issue-less {
width: 33px;
height: 25px
}
}
.module--about-home {
background-color: #e8eeee;
padding-top: 64px
}
.about__body>h1 {
font-size: 48px;
margin: 0 0 24px
}
.about__body>h2 {
font-size: 36px;
margin: 0 0 24px
}
.about__body>h3 {
font-size: 24px;
margin: 0 0 24px
}
.about__body>p {
max-width: 700px;
font-size: 18px;
line-height: 1.55;
margin: 0 0 24px
}
.module--contact {
min-height: 80vh
}
@media (min-width:768px) {
.module--contact {
min-height: calc(100vh - 240px)
}
}
@media (min-width:1100px) {
.about__body>p {
font-size: 21px
}
.module--contact {
min-height: calc(100vh - 300px)
}
}
.contact__h {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
font-size: 24px;
color: #21d279
}
.contact__p,
.locations__btn {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal
}
.contact__p {
font-weight: 400;
font-size: 21px;
line-height: 1.1
}
.contact__link {
position: relative;
border-bottom: 2px solid #21d279
}
.contact__social-list {
list-style: none;
padding: 0
}
.contact__social-link {
color: #21d279;
font-size: 21px;
line-height: 1.1
}
.locations__btn,
.locations__mobile-head,
.map-tooltip {
font-weight: 400;
font-size: 18px
}
.contact__social-link:hover {
color: #000
}
.page-locations {
height: 100vh
}
.page-locations .content {
padding: 0
}
.page-locations .content__container {
max-width: 100%
}
.page-locations .header {
padding: 1em
}
@media (min-width:768px) {
.page-locations .header {
padding-right: 20px;
padding-left: 20px
}
}
@media (min-width:1200px) {
.page-locations .header {
padding-right: 40px;
padding-left: 40px
}
}
.page-locations .header__nav {
margin-bottom: 0
}
.page-locations .header__nav-list {
padding-right: 0;
margin-right: 0
}
.page-locations .header__link {
width: 250px;
height: 1.5em;
margin-top: 3px;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/nae-logo--horizontal-k.svg);
background-repeat: no-repeat;
background-size: 250px;
background-position: center left;
-ms-flex-item-align: center;
align-self: center
}
.page-locations .header__logo {
display: none;
min-width: 250px
}
.page-locations .module {
padding: 0
}
@media (min-width:768px) {
.page-locations .module--archive-header {
display: block;
border-top: 3px solid #000
}
}
.page-locations .location-archive__header {
position: fixed;
border-top: none;
right: 1em;
bottom: 1em;
z-index: 2;
background: #fff;
padding: 0 .5em
}
.page-locations .locations__share {
margin: 0
}
.module--locations {
height: auto;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
padding: 0
}
.module--locations .map {
-ms-flex-order: 2;
order: 2
}
.module--locations .locations__list-container {
-ms-flex-order: 1;
order: 1
}
@media (min-width:1100px) {
.module--locations {
width: 100%;
position: relative;
padding: 15px 1em
}
}
@media (min-width:768px) {
.module--locations {
-ms-flex-direction: row;
flex-direction: row;
height: 85vh
}
}
.location-archive__header {
border-top: 3px solid #000;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: start;
justify-content: flex-start
}
.locations__btn {
background-color: #FFF;
border: 1px solid #D8D8D8;
padding: 3px 20px;
margin-top: 18px;
cursor: pointer;
outline: 0;
display: none
}
.locations__btn:last-of-type {
border-left: none;
margin-left: -3px
}
.locations__btn.is-active {
background-color: #21d279;
color: #FFF;
border-color: #21d279
}
.no-touchevents .locations__btn:hover {
background-color: #000;
border-color: #000;
color: #FFF
}
@media (min-width:1080px) {
.locations__btn {
display: inline-block
}
}
.locations__mobile-head {
display: block;
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-style: "normal";
margin-top: 5px;
margin-bottom: 0 span;
margin-bottom-color: #21d279
}
@media (min-width:1080px) {
.locations__mobile-head {
display: none
}
}
.locations__overview-text {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #9c9da1;
line-height: 30px;
margin: 0
}
.locations__share {
margin-top: 0;
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row
}
.locations__share .article-toolbar__category {
display: none
}
@media (min-width:1080px) {
.locations__share {
margin-left: auto;
margin-top: 14px
}
.locations__share .article-toolbar__category {
display: inline
}
}
.locations__share .article-toolbar__share-list {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0;
width: 100%
}
.locations__share .article-toolbar__share-list:nth-child(3) {
text-align: right
}
.districts-map-container,
.states-map-container {
background-color: #FFF;
width: 100%;
display: none;
position: absolute;
z-index: 20;
margin: 20px auto
}
.districts-map-container svg,
.states-map-container svg {
width: 100%
}
.districts-map-container.is-hidden,
.states-map-container.is-hidden {
z-index: 10;
visibility: hidden
}
@media (min-width:1080px) {
.districts-map-container,
.states-map-container {
display: block;
visibility: visible
}
}
.page--districts .issue-archive__h {
border-bottom: 0
}
.map-tooltip {
position: absolute;
text-align: center;
height: auto;
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif;
font-style: normal;
background: #FFF;
color: #000;
border: 1px solid #D8D8D8;
border-radius: 0;
display: none;
padding: 20px;
width: 375px;
min-height: 90px
}
.is-open>h2 .locations__toggle-link,
.is-open>h3 .locations__toggle-link,
.map-tooltip .tooltip__link:after,
.no-touchevents .locations__toggle-link:hover {
background-color: transparent;
background-repeat: no-repeat;
background-position: 50% 50%;
background-size: 100%
}
.map-tooltip span {
color: #21d279
}
.map-tooltip .tooltip__location-name {
margin: 0 0 8px;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
text-align: left;
font-size: 24px
}
.locations__list-location--district,
.locations__view-more-h,
.map-tooltip .tooltip__link {
font-family: FoundersGroteskTextWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400
}
.map-tooltip .tooltip__link-wrap {
margin: 0;
line-height: .5;
padding-bottom: 26px;
text-align: left
}
.map-tooltip .tooltip__link {
font-style: normal;
font-size: 14px;
line-height: 1.1;
position: relative;
display: inline-block
}
.map-tooltip .tooltip__link:after {
position: relative;
display: inline-block;
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.svg), none;
width: 16px;
height: 8px;
margin-left: 8px
}
.no-svg .map-tooltip .tooltip__link:after {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/arrow-icon--green.png)
}
path {
stroke-linejoin: round;
stroke-linecap: round;
position: relative
}
.districts,
.states {
fill: #21d279
}
.districts path:hover,
.states path:hover {
fill: #393745;
cursor: pointer
}
.district-boundaries,
.state-boundaries {
pointer-events: none;
fill: none;
vector-effect: non-scaling-stroke
}
.district-boundaries {
stroke: #FFF;
stroke-width: .5px;
stroke-linejoin: round;
stroke-linecap: round
}
.state-boundaries {
stroke: #FFF;
stroke-width: 1.5px;
stroke-linejoin: round;
stroke-linecap: round
}
.is-open+.locations__list-item .locations__list-location--state {
border: 0
}
.no-touchevents .locations__toggle-link:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.svg), none
}
.no-svg .no-touchevents .locations__toggle-link:hover {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.png)
}
.is-open>h2 .locations__toggle-link,
.is-open>h3 .locations__toggle-link {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.png);
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.svg), none
}
.no-svg .is-open>h2 .locations__toggle-link,
.no-svg .is-open>h3 .locations__toggle-link {
background-image: url(https://www.newamericaneconomy.org/wp-content/themes/nae-wp-theme/static/img/minus-icon--green.png)
}
.locations__list-item-facts {
display: none;
padding-bottom: 36px
}
.locations__sub-list {
list-style: none;
padding: 0
}
.locations__list-location--district {
font-size: 18px;
font-style: "normal";
color: #FFF
}
.locations__list-location--district span {
color: #21d279
}
.locations__view-more-h {
font-style: normal;
margin-top: 48px;
padding-top: 10px;
border-top: 1px solid #FFF;
font-size: 16px
}
.location_list {
position: relative;
min-width: 10.3em;
user-select: none;
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif
}
.location_list .placeholder.arrow:after,
.location_list>ul>li.parent>div:after {
content: "\25BE";
width: .667em;
position: absolute;
right: 5px;
font-family: sans-serif;
font-size: 1.5em
}
.location_list li {
border-bottom: 1px solid #dcdcdc
}
.location_list a {
display: block;
padding: .6em
}
.location_list .placeholder {
padding: .3em;
cursor: pointer
}
.location_list .placeholder.arrow:after {
top: 0;
color: #21d279;
transition: transform 150ms ease-in-out
}
.location_list>ul {
list-style: none;
background: #fff;
z-index: 99;
padding: 0;
margin: 0;
position: absolute;
max-height: 0;
overflow: hidden;
box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
line-height: 1.4em;
transition: max-height 150ms
}
.location_list>ul.open {
height: initial;
overflow: auto;
max-height: 20em
}
.location_list>ul>li>ul {
list-style: none;
display: none
}
.location_list>ul>li>ul>li:hover {
background: #21d279
}
.location_list>ul>li>ul>li:hover a {
color: #fff;
font-weight: 700
}
.location_list>ul>li>ul.open {
display: block
}
.location_list>ul>li.parent>div {
padding-right: 1.5em
}
.location_list>ul>li.parent>div:after {
color: #21d279;
transition: transform 150ms ease-in-out
}
.location_list>ul>li.parent>div:hover:after {
color: #fff
}
.location_list>ul>li>a,
.location_list>ul>li>div {
padding: .6em;
cursor: pointer;
position: relative
}
.location_list>ul>li>a:hover,
.location_list>ul>li>div:hover {
font-weight: 700;
background: #21d279;
color: #fff
}
.location_list.district {
display: inline-block;
font-size: .5em;
color: #21d279;
min-width: 0
}
.location_list.district .placeholder {
padding: .3em 1.45em .3em .3em
}
.location_list.district>ul {
font-size: 1rem;
right: 0
}
.location_list.district>ul li a {
color: #21d279
}
.location_list.district>ul li a:hover {
color: #fff
}
.location_list.state {
margin-top: -5px
}
@media (min-width:768px) {
.location_list.state>ul {
margin-top: 16px
}
}
.location_list.email {
position: static;
display: inline-block;
min-width: 0;
font-size: .8em
}
.location_list.email .placeholder {
display: inline-block;
padding: 0
}
.location_list.email .placeholder:after {
display: inline-block;
content: ""
}
.location_list.email .placeholder a {
display: inline-block
}
.location_list.email>ul {
right: 0;
left: 0;
max-width: none;
white-space: normal;
min-width: 20em;
margin-top: .7em
}
.location_list.email>ul.open {
max-height: 35em
}
@media (min-width:768px) {
.location_list.email>ul {
margin-top: 1.7em;
left: auto
}
.location_list.email>ul.open {
max-width: 23em
}
}
.location_list.email>ul>li>div {
font-weight: 700;
background: #21d279;
color: #fff;
cursor: default
}
.location_list.email>ul>li>div form {
margin-top: 2em
}
.location_list.email>ul>li>div form input {
padding: .675em;
font-size: 1.25em;
width: 100%
}
.location_list.email>ul>li>div .close {
position: absolute;
right: .8em;
top: .8em;
display: inline-block;
width: 1em;
height: 1em;
overflow: hidden;
padding: 1em
}
.location_list.email>ul>li>div .close::after,
.location_list.email>ul>li>div .close::before {
content: '';
position: absolute;
height: 1px;
width: 100%;
top: 50%;
left: 0;
margin-top: -1px;
background: #fff
}
.location_list.email>ul>li>div .close::before {
transform: rotate(45deg)
}
.location_list.email>ul>li>div .close::after {
transform: rotate(-45deg)
}
.location_list.right>ul {
right: 0
}
.location_list.home>ul {
margin-top: 0
}
.location_list .article-toolbar__share-link--email {
margin-left: 14px
}
.nav-bar__share-list {
margin-top: .2em
}
.youtube {
background-color: #000;
margin-bottom: 1em;
position: relative;
padding-top: 56.25%;
overflow: hidden;
cursor: pointer
}
.youtube img {
width: 100%;
top: -16.82%;
left: 0;
opacity: .7
}
.youtube iframe {
top: 0;
left: 0;
width: 100%;
height: 100%
}
.youtube .play-button,
.youtube img {
cursor: pointer
}
.youtube .play-button,
.youtube iframe,
.youtube img {
position: absolute
}
.youtube .play-button {
background-color: #ff0002;
z-index: 1;
opacity: .8;
width: 4em;
transition: all .2s;
border-radius: 50%/10%;
font-size: 1em;
height: 3em;
margin: 20px auto;
padding: 0;
top: 50%;
left: 50%;
transform: translate3d(-50%, -50%, 0)
}
.youtube .play-button:before {
background: inherit;
border-radius: 5%/50%;
bottom: 9%;
content: "";
left: -5%;
position: absolute;
right: -5%;
top: 9%
}
.district__h-link,
.district__h-link:focus {
background-size: 100% 95%
}
.youtube .play-button:after {
border-style: solid;
border-width: 1em 0 1em 1.732em;
border-color: transparent transparent transparent rgba(255, 255, 255, .75);
content: ' ';
font-size: .75em;
height: 0;
margin: -1em 0 0 -.75em;
top: 50%;
left: 50%;
position: absolute;
width: 0
}
p:empty {
margin: 0;
height: 0;
padding: 0
}
.slider_arrow {
display: inline-block;
border-right: 1px solid #21d279;
border-bottom: 1px solid #21d279;
position: absolute;
top: 50%;
width: 2em;
height: 2em;
z-index: 999
}
.district__col,
.district__section,
.share-graphic__item {
position: relative
}
.slider_arrow.right {
transform: translate3d(1.5em, 0, 0) rotate(-45deg);
right: 2em
}
.slider_arrow.left {
transform: translate3d(-1.5em, 0, 0) rotate(-225deg);
left: 2em
}
@media (min-width:768px) {
.stories__slider .stories__item {
padding: 0 2rem
}
.stories__slider .slider_arrow {
transition: all .2s;
border-width: 0;
cursor: pointer;
width: 0;
height: 0
}
.stories__slider .slider_arrow.right {
transform: translate3d(1.5em, 1em, 0) rotate(-45deg)
}
.stories__slider .slider_arrow.left {
transform: translate3d(-1.5em, 1em, 0) rotate(-225deg)
}
.stories__slider:hover .slider_arrow {
border-right-width: 1px;
border-bottom-width: 1px;
width: 2em;
height: 2em
}
.stories__slider:hover .slider_arrow:hover {
border-right-width: 4px;
border-bottom-width: 4px
}
.stories__slider:hover .slider_arrow.right {
transform: translate3d(1.5em, 0, 0) rotate(-45deg)
}
.stories__slider:hover .slider_arrow.left {
transform: translate3d(-1.5em, 0, 0) rotate(-225deg)
}
.module--nav-bar {
height: 56px
}
}
.district__section--overview .district__row {
border: 0
}
.district__row {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-top: 3px solid #000;
padding-top: 36px;
padding-bottom: 36px
}
@media (min-width:768px) {
.district__row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
padding-top: 48px;
padding-bottom: 48px
}
}
.district__col--4-12 {
width: 100%
}
@media (min-width:768px) {
.district__col--4-12 {
padding-right: 36px;
width: calc(4/12 * 100%)
}
}
@media (min-width:1080px) {
.district__col--4-12 {
width: calc(4/12 * 100%)
}
}
@media (min-width:1100px) {
.district__row {
padding-top: 64px;
padding-bottom: 64px
}
.district__col--4-12 {
padding-right: 48px
}
}
.district__col--8-12 {
width: 100%
}
@media (min-width:768px) {
.district__col--8-12 {
width: calc(8/12 * 100%)
}
}
@media (min-width:1080px) {
.district__col--8-12 {
width: calc(8/12 *100%)
}
}
.state-map--district {
padding-bottom: 36px
}
.state-map--district svg {
max-width: 350px;
width: 100%;
height: auto
}
.district__report {
margin-top: 24px
}
.district__h,
.district__section-h {
font-weight: 400;
font-style: normal;
margin-top: 0;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.district__report-button {
padding: 10px 18px;
background-color: #21d279;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
color: #FFF;
font-size: 18px;
border-radius: 3px;
display: inline-block;
transition: all .2s cubic-bezier(.19, 1, .22, 1)
}
.no-touchevents .district__report-button:hover {
background-color: #000
}
@media (min-width:768px) {
.district__report {
margin-top: 0
}
.district__h {
font-size: 36px
}
}
@media (min-width:1200px) {
.district__h {
font-size: 64px
}
}
.district__h--states {
margin-bottom: 24px
}
.district__h-link {
background-image: linear-gradient(transparent 97%, #000 0);
background-repeat: no-repeat
}
.no-touchevents .district__h-link:hover {
background-image: linear-gradient(transparent 97%, #21d279 0)
}
@media (min-width:768px) {
.district__section-h {
font-size: 24px
}
}
@media (min-width:1200px) {
.district__section-h {
font-size: 36px
}
.district__section-sub-h {
font-size: 21px
}
}
.district__section-sub-h {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal;
margin-bottom: 0;
margin-top: 36px;
border-bottom: 2px solid #000;
padding-bottom: 12px
}
.district__stats-title,
.district__sub-h {
font-family: FoundersGroteskTextWeb-Regular, Helvetica, Arial sans-serif;
font-weight: 400;
font-style: normal
}
@media (min-width:768px) {
.district__section-sub-h {
font-size: 21px;
margin-top: 64px;
margin-bottom: -12px
}
}
.district__text {
font-size: 16px
}
@media (min-width:768px) {
.district__text {
font-size: 18px
}
}
.district--number,
.issue-type {
color: #21d279
}
.district__sub-h {
font-size: 16px;
margin: 0
}
.district__link {
color: #21d279;
border-bottom: 1px solid #21d279
}
.district__intro-text {
font-size: 18px;
margin-top: 0;
margin-bottom: 30px
}
@media (min-width:768px) {
.district__intro-text {
font-size: 21px
}
}
@media (min-width:1100px) {
.district__intro-text {
font-size: 24px
}
}
.district__stats-grid {
margin-bottom: -24px;
padding: 0
}
@media (min-width:768px) {
.district__stats-grid {
margin-left: -30px
}
.district__stats-grid:after {
content: "";
display: table;
clear: both
}
.district__stats-grid>* {
float: left;
padding-left: 30px;
width: 50%
}
.district__stats-grid>:nth-child(1n) {
clear: none
}
.district__stats-grid>:nth-child(2n+1) {
clear: both
}
}
@media (min-width:1200px) {
.district__stats-grid {
margin-left: -36px;
margin-bottom: 30px
}
.district__stats-grid:after {
content: "";
display: table;
clear: both
}
.district__stats-grid>* {
float: left;
padding-left: 36px;
width: 33.33333%
}
.district__stats-grid>:nth-child(1n) {
clear: none
}
.district__stats-grid>:nth-child(3n+1) {
clear: both
}
}
.district__stats-grid-item {
padding-bottom: 24px;
list-style: none
}
.district__stats-content {
border-top: 1px solid #9c9da1
}
.district__stats-title {
font-size: 16px;
margin-bottom: 4px;
margin-top: 12px;
color: #1a1a1a
}
.district__related-text,
.district__stats-number,
.page--search a.reset,
.page--search a.submit,
.page--search input.submit {
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif
}
.district__stats-number {
font-weight: 400;
font-style: normal;
font-size: 21px;
line-height: 1
}
@media (min-width:768px) {
.district__stats-number {
font-size: 24px
}
}
.district__related-content {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
border-bottom: 1px solid;
padding: 0;
-ms-flex-pack: justify;
justify-content: space-between;
margin: 0
}
.district__related-content-item {
list-style: none;
width: 100%;
padding-top: 18px;
padding-bottom: 18px
}
@media (min-width:1080px) {
.district__related-content-item {
width: 50%;
padding-top: 24px;
padding-bottom: 24px
}
}
.district__related-content-item a {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: center;
align-items: center
}
@media (max-width:767px) {
.blur-map .map {
filter: blur(3px)
}
.district__data--related {
border: 0
}
}
@media (min-width:1200px) {
.district__stats-number {
font-size: 36px
}
.district__data--related {
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center
}
}
.district__related-text,
.table__related-text {
display: inline-block;
font-size: 16px;
line-height: 21px
}
.district__related-img {
border-radius: 100%;
overflow: hidden;
height: auto;
width: 100%;
max-width: 75px
}
.district__related-text {
font-weight: 400;
font-style: normal;
padding-left: 12px;
padding-right: 12px
}
.district__related-text mark {
color: #21d279;
background-color: transparent
}
@media (min-width:768px) {
.table__data--related {
padding-top: 18px;
padding-bottom: 18px
}
}
@media (min-width:1200px) {
.table__data--related {
padding-top: 24px;
padding-bottom: 24px
}
}
@media (max-width:767px) {
.table__data--related {
border: 0
}
.table__row--related {
border-top: 2px solid #9c9da1;
border-bottom: 2px solid #9c9da1
}
}
.table__related-img {
border-radius: 100%;
overflow: hidden
}
@media (min-width:600px) {
.table__related-text {
padding-left: 12px;
padding-right: 12px
}
}
.share-graphic {
margin-top: 48px
}
.share-graphic__grid {
margin-top: -30px
}
@media (min-width:768px) {
.share-graphic__grid {
margin-left: -36px
}
.share-graphic__grid:after {
content: "";
display: table;
clear: both
}
.share-graphic__grid>* {
float: left;
padding-left: 36px;
width: 50%
}
.share-graphic__grid>:nth-child(1n) {
clear: none
}
.share-graphic__grid>:nth-child(2n+1) {
clear: both
}
}
@media (min-width:1100px) {
.share-graphic__grid {
margin-left: -40px
}
.share-graphic__grid:after {
content: "";
display: table;
clear: both
}
.share-graphic__grid>* {
float: left;
padding-left: 40px;
width: 33.33333%
}
.share-graphic__grid>:nth-child(1n) {
clear: none
}
.share-graphic__grid>:nth-child(3n+1) {
clear: both
}
}
.share-graphic__item {
padding-top: 30px;
list-style: none
}
.share-graphic__img {
width: 100%;
max-width: 100%;
display: block
}
.page--state .module--filter-bar {
padding-bottom: 0;
height: auto
}
.page--state #overview img {
max-width: 100%
}
.module--states {
padding-top: 30px;
border: 0
}
@media (min-width:768px) {
.module--states {
padding-top: 96px
}
}
@media (min-width:1080px) {
.module--states {
padding-top: 128px
}
}
.states__row {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-wrap: wrap;
flex-wrap: wrap
}
@media (min-width:768px) {
.states__row {
-ms-flex-wrap: nowrap;
flex-wrap: nowrap
}
}
.state-map--states {
padding-bottom: 36px
}
.state-map--states svg {
max-width: 350px;
width: 100%;
height: auto
}
.page--search {
font-size: 1.3em
}
.page--search form.collapsed {
display: none
}
.page--search button,
.page--search form,
.page--search input,
.page--search select,
.page--search textarea {
font-size: 1rem!important
}
.page--search a.reset {
color: #21d279;
padding: .5em 3em
}
.page--search input.search {
border: 1px solid #ccc;
border-radius: 0;
padding: 1em
}
.page--search input[type=checkbox] {
-webkit-appearance: checkbox;
width: auto
}
.page--search a.submit,
.page--search input.submit {
background: #21d279;
color: #FFF;
border-radius: 3px;
display: inline-block;
width: auto;
padding: .5em 3em;
cursor: pointer
}
.page--search form .select2 .selection .select2-selection,
.page--search select {
border: 1px solid #ccc;
border-radius: 0;
overflow: auto;
padding: 0;
background: 0 0;
margin: 0;
height: 100%
}
.page--search form .select2 .selection .select2-selection option,
.page--search select option {
padding: .5em 1em
}
.page--search form .select2 .selection .select2-selection option:first-child,
.page--search select option:first-child {
padding-top: 1em
}
.page--search form .select2 .selection .select2-selection option:enabled,
.page--search select option:enabled {
color: #222
}
.page--search form .select2 .selection .select2-selection option:checked,
.page--search form .select2 .selection .select2-selection[multiple]:focus option:checked,
.page--search select option:checked,
.page--search select[multiple]:focus option:checked {
background: linear-gradient(0deg, #21d279 0, #21d279 100%) #21d279;
color: #FFF linear-gradient(0deg, #FFF 0, #FFF 100%)
}
.page--search form .select2 .selection .select2-selection.date,
.page--search select.date {
width: 100%;
padding: 1em
}
@media (min-width:600px) {
.page--search form .select2 .selection .select2-selection.date,
.page--search select.date {
width: 32.91%
}
}
.page--search form .select2 .selection .select2-selection.issues,
.page--search form .select2 .selection .select2-selection.locations,
.page--search select.issues,
.page--search select.locations {
min-height: 16em
}
.page--search table.search-options td {
display: block;
margin: 1em 0;
font-family: FoundersGroteskWeb-Regular, Helvetica, Arial sans-serif
}
.page--search table.search-options td.flex_date {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: justify;
justify-content: space-between
}
.page--search table.search-options td.flex_date .date {
width: calc(33% - .75em)
}
.page--search table.search-options tbody tr.table__row>td:first-child {
vertical-align: top;
font-family: FoundersGroteskWeb-Medium, Helvetica, Arial sans-serif;
width: 100%
}
@media (min-width:600px) {
.page--search table.search-options td.flex_date {
display: block
}
.page--search table.search-options td {
display: table-cell;
margin: 0;
padding: 1em 0
}
.page--search table.search-options tbody tr.table__row>td:first-child {
width: 30%
}
}
.page--search .archive__h {
padding-bottom: 0;
border-bottom: 0
}
.page--search .check_container {
margin-bottom: .3em
}
.page--search .check_label {
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.page--search .check_label input {
position: absolute;
opacity: 0;
cursor: pointer
}
.page--search .check_label .checkmark {
position: absolute;
top: 0;
left: 0;
height: 20px;
width: 20px;
background-color: #fff;
border: 1px solid #21d279
}
.page--search .check_label:hover input~.checkmark {
background-color: #eee
}
.page--search .check_label input:checked~.checkmark {
background-color: #21d279;
border: 1px solid #21d279
}
.page--search .check_label .checkmark:after {
content: "";
position: absolute;
display: none;
left: 7px;
top: 3px;
width: 5px;
height: 10px;
border: solid #fff;
border-width: 0 3px 3px 0;
transform: rotate(45deg)
}
.page--search .check_label input:checked~.checkmark:after {
display: block
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #21d279!important;
color: #FFF!important
} | 0.406155 | 0.092976 |
/* Errors */
.holmes-debug a:not([href]),
.holmes-debug a[href=""] {
outline: 2px solid red;
}
.holmes-debug a[href="#"],
.holmes-debug a[href^="javascript"],
.holmes-debug a[title=""]{
outline: 2px solid #fd0;
}
/**************
IMAGES
**************/
.holmes-debug img:not([alt]){
outline: 2px solid red;
}
.holmes-debug img[alt=""] {
outline: 2px solid #fd0;
}
/*************************
MISC ATTRIBUTES
**************************/
.holmes-debug label:not([for]),
.holmes-debug label[for=""],
.holmes-debug input:not([name]),
.holmes-debug input[name=""],
.holmes-debug select:not([name]),
.holmes-debug select[name=""],
.holmes-debug textarea:not([name]),
.holmes-debug textarea[name=""],
.holmes-debug abbr:not([title]),
.holmes-debug abbr[title=""],
.holmes-debug [class=""],
.holmes-debug [id=""],
.holmes-debug table:not([summary]),
.holmes-debug table[summary=""]{
outline: 2px solid red;
}
/*
Warnings here, for inline styles and event calls,
ideally they should be external (CSS) and JS applied by JS scripts,
keep markup purely presentational!
(not sure about the js yet)
*/
.holmes-debug [style]/*,
.holmes-debug [onclick],
.holmes-debug [onblur],
.holmes-debug [onfocus],
.holmes-debug [onselect],
.holmes-debug [onload],
.holmes-debug [onunload]
*/{
outline: 2px solid #fd0;
}
/*************************************************************************
DEPRECATED & NON-W3C CONTENT ELEMENTS (#a9a9a9)
Based largely on http://www.w3.org/TR/html5/obsolete.html#obsolete
*************************************************************************/
.holmes-debug applet,
.holmes-debug acronym,
.holmes-debug center,
.holmes-debug dir,
.holmes-debug font,
.holmes-debug strike,
.holmes-debug big,
.holmes-debug tt,
.holmes-debug marquee, /* i've left this is because its naff bascially */
.holmes-debug plaintext,
.holmes-debug xmp {
border: 2px solid #a9a9a9;
}
body.holmes-debug[background],
body.holmes-debug[bgproperties],
body.holmes-debug[topmargin],
body.holmes-debug[rightmargin],
body.holmes-debug[bottommargin],
body.holmes-debug[leftmargin] {
outline: 2px solid #a9a9a9;
}
.holmes-debug *[bordercolor],
.holmes-debug *[bordercolordark],
.holmes-debug *[bordercolorlight],
.holmes-debug table[frame] {
border: 2px solid #a9a9a9;
}
.holmes-debug *[align],
.holmes-debug *[valign],
.holmes-debug *[bgcolor],
.holmes-debug *[clear],
.holmes-debug ul[type], .holmes-debug li[type] {
border: 2px solid #a9a9a9;
}
/*********************
EMPTY ELEMENTS (warning level for now)
**********************/
.holmes-debug div:empty,
.holmes-debug span:empty,
.holmes-debug li:empty,
.holmes-debug p:empty,
.holmes-debug td:empty,
.holmes-debug th:empty {
border: 2px solid #fd0;
}
/* ====================================================== */
/* = MESSAGES STYLES ==================================== */
/* ====================================================== */
/* ================== */
/* = Warning Style = */
/* ================== */
/* - LINKS - */
.holmes-debug a[href="#"]:hover::after,
.holmes-debug a[href^="javascript"]:hover::after,
.holmes-debug a[title=""]:hover::after,
.holmes-debug img[alt=""]:hover::after,
/* - EMPTY ELEMENTS - */
.holmes-debug div:empty:hover::after,
.holmes-debug span:empty:hover::after,
.holmes-debug li:empty:hover::after,
.holmes-debug p:empty:hover::after,
.holmes-debug td:empty:hover::after,
.holmes-debug th:empty:hover::after,
/* - MISC ATTRIBUTES - */
.holmes-debug [style]:hover::after {
border-radius: 0.5em;
display:block;
padding: 1em;
margin: 1em;
background: #fd0;
position: fixed;
color: #000;
left: 0px;
top: 0px;
z-index: 9999;
}
/* =============== */
/* = Error Style = */
/* =============== */
/* - LINKS - */
.holmes-debug a:not([href]):hover::after,
.holmes-debug a[href=""]:hover::after,
/* - IMAGES - */
.holmes-debug img:not([alt]):hover:after,
/* MISC ATTRIBUTES */
.holmes-debug label:not([for]):hover::after,
.holmes-debug label[for=""]:hover::after,
.holmes-debug input:not([name]):hover::after,
.holmes-debug input[name=""]:hover::after,
.holmes-debug select:not([name]):hover::after,
.holmes-debug select[name=""]:hover::after,
.holmes-debug textarea:not([name]):hover::after,
.holmes-debug textarea[name=""]:hover::after,
.holmes-debug abbr:not([title]):hover::after,
.holmes-debug abbr[title=""]:hover::after,
.holmes-debug [class=""]:hover::after,
.holmes-debug [id=""]:hover::after,
.holmes-debug table:not([summary]):hover::after,
.holmes-debug table[summary=""]:hover::after {
border-radius: 0.5em;
display:block;
padding: 1em;
margin: 1em;
background: red;
position: fixed;
color: #000;
left: 0px;
top: 0px;
z-index: 9999;
text-decoration: none;
}
/* ===================== */
/* = Deprecated Styles = */
/* ===================== */
/* - DEPRECATED & NON-W3C CONTENT ELEMENTS - */
.holmes-debug applet:hover::after,
.holmes-debug acronym:hover::after,
.holmes-debug center:hover::after,
.holmes-debug dir:hover::after,
.holmes-debug font:hover::after,
.holmes-debug strike:hover::after,
.holmes-debug big:hover::after,
.holmes-debug tt:hover::after,
.holmes-debug marquee:hover::after,
.holmes-debug plaintext:hover::after,
.holmes-debug xmp:hover::after,
.holmes-debug *[bordercolor]:hover::after,
.holmes-debug *[bordercolordark]:hover::after,
.holmes-debug *[bordercolorlight]:hover::after,
.holmes-debug table[frame]:hover::after,
.holmes-debug *[align]:hover::after,
.holmes-debug *[valign]:hover::after,
.holmes-debug *[bgcolor]:hover::after,
.holmes-debug *[clear]:hover::after,
.holmes-debug ul[type]:hover::after,
.holmes-debug li[type]:hover::after {
border-radius: 0.5em;
display:block;
padding: 1em;
margin: 1em;
background: red;
position: fixed;
background: #a9a9a9;
color: #000;
left: 0px;
top: 0px;
z-index: 9999;
}
/* ================================ */
/* = Deprecated body style Styles = */
/* ================================ */
body.holmes-debug[background]:hover::after,
body.holmes-debug[bgproperties]:hover::after,
body.holmes-debug[topmargin]:hover::after,
body.holmes-debug[rightmargin]:hover::after,
body.holmes-debug[bottommargin]:hover::after,
body.holmes-debug[leftmargin]:hover::after {
border-radius: 0.5em;
display:block;
padding: 1em;
margin: 1em;
background: red;
position: fixed;
background: #a9a9a9;
color: #000;
bottom: 0px;
right: 0px;
z-index: 9999;
/* Bottom right due to whole body coverage */
}
/* Fixes the case where a table may contain both errors and warnings - potentially other cases of this elsewhere */
.holmes-debug td:empty:hover::after,
.holmes-debug th:empty:hover::after {
top: 4em;
}
/* ====================================================== */
/* = MESSAGES CONTENT =================================== */
/* ====================================================== */
/**************
LINKS
**************/
.holmes-debug a:not([href]):hover::after,
.holmes-debug a[href=""]:hover::after {
content:'Missing href attribute';
}
.holmes-debug a[href="#"]:hover:after{
content:"href='#'";
}
.holmes-debug a[href^="javascript"]:hover:after{
content:'Href has javascript';
}
.holmes-debug a[title=""]:hover::after {
content:'Empty title attribute';
}
/**************
IMAGES
**************/
.holmes-debug img:not([alt]):hover::after {
content:'Missing alt attribute';
}
.holmes-debug img[alt=""]:hover::after {
content:'No text in alt attribute';
}
/*************************
MISC ATTRIBUTES
**************************/
.holmes-debug label:not([for]):hover::after,
.holmes-debug label[for=""]:hover::after{
content:'Missing for attribute';
}
.holmes-debug input:not([name]):hover::after,
.holmes-debug input[name=""]:hover::after,
.holmes-debug select:not([name]):hover::after,
.holmes-debug select[name=""]:hover::after,
.holmes-debug textarea:not([name]):hover::after,
.holmes-debug textarea[name=""]:hover::after {
content:'Missing name attribute';
}
.holmes-debug abbr:not([title]):hover::after,
.holmes-debug abbr[title=""]:hover::after {
content:'Missing title attribute';
}
.holmes-debug [class=""]:hover::after {
content:'Blank class attribute';
}
.holmes-debug [id=""]:hover::after {
content:'Blank id attribute';
}
.holmes-debug table:not([summary]):hover::after,
.holmes-debug table[summary=""]:hover::after {
content:'Missing summary attribute';
}
.holmes-debug [style]:hover::after {
content: 'Element has inline styles';
}
/*************************************************************************
DEPRECATED & NON-W3C CONTENT ELEMENTS (#a9a9a9)
Based largely on http://www.w3.org/TR/html5/obsolete.html#obsolete
*************************************************************************/
.holmes-debug applet:hover::after,
.holmes-debug acronym:hover::after,
.holmes-debug center:hover::after,
.holmes-debug dir:hover::after,
.holmes-debug font:hover::after,
.holmes-debug strike:hover::after,
.holmes-debug big:hover::after,
.holmes-debug tt:hover::after,
.holmes-debug marquee:hover::after, /* i've left this is because its naff bascially */
.holmes-debug plaintext:hover::after,
.holmes-debug xmp:hover::after {
content:'Deprecated or Non-W3C element';
}
/************************************************************************
DEPRECATED NON-W3C ATTRIBUTES (#a9a9a9)
Based largely on http://www.w3.org/TR/html5/obsolete.html#obsolete
************************************************************************/
body.holmes-debug[background]:hover::after {
content:'Deprecated or Non-W3C body attribute background';
}
body.holmes-debug[bgproperties]:hover::after {
content:'Deprecated or Non-W3C body attribute bgproperties';
}
body.holmes-debug[topmargin]:hover::after,
body.holmes-debug[rightmargin]:hover::after,
body.holmes-debug[bottommargin]:hover::after,
body.holmes-debug[leftmargin]:hover::after {
content:'Deprecated or Non-W3C body attribute *margin';
}
.holmes-debug *[bordercolor]:hover::after,
.holmes-debug *[bordercolordark]:hover::after,
.holmes-debug *[bordercolorlight]:hover::after {
content:'Deprecated or Non-W3C attribute bordercolor';
}
.holmes-debug table[frame]:hover::after {
content:'Deprecated or Non-W3C table attribute frame';
}
.holmes-debug *[align]:hover::after,
.holmes-debug *[valign]:hover::after {
content:'Deprecated or Non-W3C attribute *align';
}
.holmes-debug *[bgcolor]:hover::after {
content:'Deprecated or Non-W3C attribute bgcolor';
}
.holmes-debug *[clear]:hover::after {
content:'Deprecated or Non-W3C attribute clear';
}
.holmes-debug ul[type]:hover::after,
.holmes-debug li[type]:hover::after {
content:'Deprecated or Non-W3C list attribute type';
}
/*********************
EMPTY ELEMENTS (warning level for now)
**********************/
.holmes-debug div:empty:hover::after,
.holmes-debug span:empty:hover::after,
.holmes-debug li:empty:hover::after,
.holmes-debug p:empty:hover::after,
.holmes-debug td:empty:hover::after,
.holmes-debug th:empty:hover::after {
content:'Empty element!';
} | vendor/assets/stylesheets/debugging/holmes.css | /* Errors */
.holmes-debug a:not([href]),
.holmes-debug a[href=""] {
outline: 2px solid red;
}
.holmes-debug a[href="#"],
.holmes-debug a[href^="javascript"],
.holmes-debug a[title=""]{
outline: 2px solid #fd0;
}
/**************
IMAGES
**************/
.holmes-debug img:not([alt]){
outline: 2px solid red;
}
.holmes-debug img[alt=""] {
outline: 2px solid #fd0;
}
/*************************
MISC ATTRIBUTES
**************************/
.holmes-debug label:not([for]),
.holmes-debug label[for=""],
.holmes-debug input:not([name]),
.holmes-debug input[name=""],
.holmes-debug select:not([name]),
.holmes-debug select[name=""],
.holmes-debug textarea:not([name]),
.holmes-debug textarea[name=""],
.holmes-debug abbr:not([title]),
.holmes-debug abbr[title=""],
.holmes-debug [class=""],
.holmes-debug [id=""],
.holmes-debug table:not([summary]),
.holmes-debug table[summary=""]{
outline: 2px solid red;
}
/*
Warnings here, for inline styles and event calls,
ideally they should be external (CSS) and JS applied by JS scripts,
keep markup purely presentational!
(not sure about the js yet)
*/
.holmes-debug [style]/*,
.holmes-debug [onclick],
.holmes-debug [onblur],
.holmes-debug [onfocus],
.holmes-debug [onselect],
.holmes-debug [onload],
.holmes-debug [onunload]
*/{
outline: 2px solid #fd0;
}
/*************************************************************************
DEPRECATED & NON-W3C CONTENT ELEMENTS (#a9a9a9)
Based largely on http://www.w3.org/TR/html5/obsolete.html#obsolete
*************************************************************************/
.holmes-debug applet,
.holmes-debug acronym,
.holmes-debug center,
.holmes-debug dir,
.holmes-debug font,
.holmes-debug strike,
.holmes-debug big,
.holmes-debug tt,
.holmes-debug marquee, /* i've left this is because its naff bascially */
.holmes-debug plaintext,
.holmes-debug xmp {
border: 2px solid #a9a9a9;
}
body.holmes-debug[background],
body.holmes-debug[bgproperties],
body.holmes-debug[topmargin],
body.holmes-debug[rightmargin],
body.holmes-debug[bottommargin],
body.holmes-debug[leftmargin] {
outline: 2px solid #a9a9a9;
}
.holmes-debug *[bordercolor],
.holmes-debug *[bordercolordark],
.holmes-debug *[bordercolorlight],
.holmes-debug table[frame] {
border: 2px solid #a9a9a9;
}
.holmes-debug *[align],
.holmes-debug *[valign],
.holmes-debug *[bgcolor],
.holmes-debug *[clear],
.holmes-debug ul[type], .holmes-debug li[type] {
border: 2px solid #a9a9a9;
}
/*********************
EMPTY ELEMENTS (warning level for now)
**********************/
.holmes-debug div:empty,
.holmes-debug span:empty,
.holmes-debug li:empty,
.holmes-debug p:empty,
.holmes-debug td:empty,
.holmes-debug th:empty {
border: 2px solid #fd0;
}
/* ====================================================== */
/* = MESSAGES STYLES ==================================== */
/* ====================================================== */
/* ================== */
/* = Warning Style = */
/* ================== */
/* - LINKS - */
.holmes-debug a[href="#"]:hover::after,
.holmes-debug a[href^="javascript"]:hover::after,
.holmes-debug a[title=""]:hover::after,
.holmes-debug img[alt=""]:hover::after,
/* - EMPTY ELEMENTS - */
.holmes-debug div:empty:hover::after,
.holmes-debug span:empty:hover::after,
.holmes-debug li:empty:hover::after,
.holmes-debug p:empty:hover::after,
.holmes-debug td:empty:hover::after,
.holmes-debug th:empty:hover::after,
/* - MISC ATTRIBUTES - */
.holmes-debug [style]:hover::after {
border-radius: 0.5em;
display:block;
padding: 1em;
margin: 1em;
background: #fd0;
position: fixed;
color: #000;
left: 0px;
top: 0px;
z-index: 9999;
}
/* =============== */
/* = Error Style = */
/* =============== */
/* - LINKS - */
.holmes-debug a:not([href]):hover::after,
.holmes-debug a[href=""]:hover::after,
/* - IMAGES - */
.holmes-debug img:not([alt]):hover:after,
/* MISC ATTRIBUTES */
.holmes-debug label:not([for]):hover::after,
.holmes-debug label[for=""]:hover::after,
.holmes-debug input:not([name]):hover::after,
.holmes-debug input[name=""]:hover::after,
.holmes-debug select:not([name]):hover::after,
.holmes-debug select[name=""]:hover::after,
.holmes-debug textarea:not([name]):hover::after,
.holmes-debug textarea[name=""]:hover::after,
.holmes-debug abbr:not([title]):hover::after,
.holmes-debug abbr[title=""]:hover::after,
.holmes-debug [class=""]:hover::after,
.holmes-debug [id=""]:hover::after,
.holmes-debug table:not([summary]):hover::after,
.holmes-debug table[summary=""]:hover::after {
border-radius: 0.5em;
display:block;
padding: 1em;
margin: 1em;
background: red;
position: fixed;
color: #000;
left: 0px;
top: 0px;
z-index: 9999;
text-decoration: none;
}
/* ===================== */
/* = Deprecated Styles = */
/* ===================== */
/* - DEPRECATED & NON-W3C CONTENT ELEMENTS - */
.holmes-debug applet:hover::after,
.holmes-debug acronym:hover::after,
.holmes-debug center:hover::after,
.holmes-debug dir:hover::after,
.holmes-debug font:hover::after,
.holmes-debug strike:hover::after,
.holmes-debug big:hover::after,
.holmes-debug tt:hover::after,
.holmes-debug marquee:hover::after,
.holmes-debug plaintext:hover::after,
.holmes-debug xmp:hover::after,
.holmes-debug *[bordercolor]:hover::after,
.holmes-debug *[bordercolordark]:hover::after,
.holmes-debug *[bordercolorlight]:hover::after,
.holmes-debug table[frame]:hover::after,
.holmes-debug *[align]:hover::after,
.holmes-debug *[valign]:hover::after,
.holmes-debug *[bgcolor]:hover::after,
.holmes-debug *[clear]:hover::after,
.holmes-debug ul[type]:hover::after,
.holmes-debug li[type]:hover::after {
border-radius: 0.5em;
display:block;
padding: 1em;
margin: 1em;
background: red;
position: fixed;
background: #a9a9a9;
color: #000;
left: 0px;
top: 0px;
z-index: 9999;
}
/* ================================ */
/* = Deprecated body style Styles = */
/* ================================ */
body.holmes-debug[background]:hover::after,
body.holmes-debug[bgproperties]:hover::after,
body.holmes-debug[topmargin]:hover::after,
body.holmes-debug[rightmargin]:hover::after,
body.holmes-debug[bottommargin]:hover::after,
body.holmes-debug[leftmargin]:hover::after {
border-radius: 0.5em;
display:block;
padding: 1em;
margin: 1em;
background: red;
position: fixed;
background: #a9a9a9;
color: #000;
bottom: 0px;
right: 0px;
z-index: 9999;
/* Bottom right due to whole body coverage */
}
/* Fixes the case where a table may contain both errors and warnings - potentially other cases of this elsewhere */
.holmes-debug td:empty:hover::after,
.holmes-debug th:empty:hover::after {
top: 4em;
}
/* ====================================================== */
/* = MESSAGES CONTENT =================================== */
/* ====================================================== */
/**************
LINKS
**************/
.holmes-debug a:not([href]):hover::after,
.holmes-debug a[href=""]:hover::after {
content:'Missing href attribute';
}
.holmes-debug a[href="#"]:hover:after{
content:"href='#'";
}
.holmes-debug a[href^="javascript"]:hover:after{
content:'Href has javascript';
}
.holmes-debug a[title=""]:hover::after {
content:'Empty title attribute';
}
/**************
IMAGES
**************/
.holmes-debug img:not([alt]):hover::after {
content:'Missing alt attribute';
}
.holmes-debug img[alt=""]:hover::after {
content:'No text in alt attribute';
}
/*************************
MISC ATTRIBUTES
**************************/
.holmes-debug label:not([for]):hover::after,
.holmes-debug label[for=""]:hover::after{
content:'Missing for attribute';
}
.holmes-debug input:not([name]):hover::after,
.holmes-debug input[name=""]:hover::after,
.holmes-debug select:not([name]):hover::after,
.holmes-debug select[name=""]:hover::after,
.holmes-debug textarea:not([name]):hover::after,
.holmes-debug textarea[name=""]:hover::after {
content:'Missing name attribute';
}
.holmes-debug abbr:not([title]):hover::after,
.holmes-debug abbr[title=""]:hover::after {
content:'Missing title attribute';
}
.holmes-debug [class=""]:hover::after {
content:'Blank class attribute';
}
.holmes-debug [id=""]:hover::after {
content:'Blank id attribute';
}
.holmes-debug table:not([summary]):hover::after,
.holmes-debug table[summary=""]:hover::after {
content:'Missing summary attribute';
}
.holmes-debug [style]:hover::after {
content: 'Element has inline styles';
}
/*************************************************************************
DEPRECATED & NON-W3C CONTENT ELEMENTS (#a9a9a9)
Based largely on http://www.w3.org/TR/html5/obsolete.html#obsolete
*************************************************************************/
.holmes-debug applet:hover::after,
.holmes-debug acronym:hover::after,
.holmes-debug center:hover::after,
.holmes-debug dir:hover::after,
.holmes-debug font:hover::after,
.holmes-debug strike:hover::after,
.holmes-debug big:hover::after,
.holmes-debug tt:hover::after,
.holmes-debug marquee:hover::after, /* i've left this is because its naff bascially */
.holmes-debug plaintext:hover::after,
.holmes-debug xmp:hover::after {
content:'Deprecated or Non-W3C element';
}
/************************************************************************
DEPRECATED NON-W3C ATTRIBUTES (#a9a9a9)
Based largely on http://www.w3.org/TR/html5/obsolete.html#obsolete
************************************************************************/
body.holmes-debug[background]:hover::after {
content:'Deprecated or Non-W3C body attribute background';
}
body.holmes-debug[bgproperties]:hover::after {
content:'Deprecated or Non-W3C body attribute bgproperties';
}
body.holmes-debug[topmargin]:hover::after,
body.holmes-debug[rightmargin]:hover::after,
body.holmes-debug[bottommargin]:hover::after,
body.holmes-debug[leftmargin]:hover::after {
content:'Deprecated or Non-W3C body attribute *margin';
}
.holmes-debug *[bordercolor]:hover::after,
.holmes-debug *[bordercolordark]:hover::after,
.holmes-debug *[bordercolorlight]:hover::after {
content:'Deprecated or Non-W3C attribute bordercolor';
}
.holmes-debug table[frame]:hover::after {
content:'Deprecated or Non-W3C table attribute frame';
}
.holmes-debug *[align]:hover::after,
.holmes-debug *[valign]:hover::after {
content:'Deprecated or Non-W3C attribute *align';
}
.holmes-debug *[bgcolor]:hover::after {
content:'Deprecated or Non-W3C attribute bgcolor';
}
.holmes-debug *[clear]:hover::after {
content:'Deprecated or Non-W3C attribute clear';
}
.holmes-debug ul[type]:hover::after,
.holmes-debug li[type]:hover::after {
content:'Deprecated or Non-W3C list attribute type';
}
/*********************
EMPTY ELEMENTS (warning level for now)
**********************/
.holmes-debug div:empty:hover::after,
.holmes-debug span:empty:hover::after,
.holmes-debug li:empty:hover::after,
.holmes-debug p:empty:hover::after,
.holmes-debug td:empty:hover::after,
.holmes-debug th:empty:hover::after {
content:'Empty element!';
} | 0.130867 | 0.092155 |
.tabsDynamicHeight md-content h1:first-child {
margin-top: 0px;
}
.position {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
hr {
border: none;
background-color: darkgray;
color: darkgray;
height: 1px;
}
/*********************/
.main {
//background: #ccc;
margin: 30px 30px 0 30px;
padding: 0 0 0 0;
}
.frame {
margin: 0 0 0 0;
padding: 0 20px 20px 20px;
}
.message {
font-weight: bold;
text-align: left;
color: #dea093;
margin: 0 0 0 0;
padding: 0 0 0 20px;
}
.form_message {
font-weight: bold;
text-align: left;
color: #dea093;
margin: 20px 0 20px 0;
}
.action_legend {
font-weight: bold;
text-align: left;
color: crimson
}
.action_message {
font-weight: bold;
text-align: left;
color: #7565b7
}
a {
display: inline-block;
text-decoration: none;
letter-spacing: 1px;
margin: 0px 0px;
padding: 5px 5px 5px 5px;
font-size: 15px;
font-weight: bold;
transition: 0.4s ease-in-out;
}
.link {
border-radius: 1px;
/*color: #F17434;
//background-color: white;
/*background-image: -webkit-repeating-linear-gradient(45deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px), -webkit-repeating-linear-gradient(135deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px);
background-image: -o-repeating-linear-gradient(45deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px), -o-repeating-linear-gradient(135deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px);
background-image: repeating-linear-gradient(45deg, #FFDDBB, #FFDDBB 1px, transparent 2px, transparent 10px), repeating-linear-gradient(135deg, #FFDDBB, #FFDDBB 1px, transparent 2px, transparent 10px);*/
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.link:hover {
/*background-image: -webkit-repeating-linear-gradient(left, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px);*/
/*background-image: -o-repeating-linear-gradient(90deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px);*/
/*background-image: repeating-linear-gradient(90deg, #FFDDBB, #FFDDBB 1px, transparent 2px, transparent 10px);*/
}
/*.link {
border: 2px solid #4955de; /* Рамка */
/*solid-color: #aa0000;
display: inline-block;
padding: 5px 15px; /* Поля */
/*text-decoration: none; /* Убираем подчёркивание */
/*color: #000; /* Цвет текста */
/*}
.link:hover {
/* box-shadow: 0 0 5px rgba(0,0,0,0.3); /* Тень */
/* background: linear-gradient(to bottom, #fcfff4, #e9e9ce); /* Градиент */
/* color: #a00;
}*/ | githup-rest-api/src/main/resources/static/css/style.css | .tabsDynamicHeight md-content h1:first-child {
margin-top: 0px;
}
.position {
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
}
hr {
border: none;
background-color: darkgray;
color: darkgray;
height: 1px;
}
/*********************/
.main {
//background: #ccc;
margin: 30px 30px 0 30px;
padding: 0 0 0 0;
}
.frame {
margin: 0 0 0 0;
padding: 0 20px 20px 20px;
}
.message {
font-weight: bold;
text-align: left;
color: #dea093;
margin: 0 0 0 0;
padding: 0 0 0 20px;
}
.form_message {
font-weight: bold;
text-align: left;
color: #dea093;
margin: 20px 0 20px 0;
}
.action_legend {
font-weight: bold;
text-align: left;
color: crimson
}
.action_message {
font-weight: bold;
text-align: left;
color: #7565b7
}
a {
display: inline-block;
text-decoration: none;
letter-spacing: 1px;
margin: 0px 0px;
padding: 5px 5px 5px 5px;
font-size: 15px;
font-weight: bold;
transition: 0.4s ease-in-out;
}
.link {
border-radius: 1px;
/*color: #F17434;
//background-color: white;
/*background-image: -webkit-repeating-linear-gradient(45deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px), -webkit-repeating-linear-gradient(135deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px);
background-image: -o-repeating-linear-gradient(45deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px), -o-repeating-linear-gradient(135deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px);
background-image: repeating-linear-gradient(45deg, #FFDDBB, #FFDDBB 1px, transparent 2px, transparent 10px), repeating-linear-gradient(135deg, #FFDDBB, #FFDDBB 1px, transparent 2px, transparent 10px);*/
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.link:hover {
/*background-image: -webkit-repeating-linear-gradient(left, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px);*/
/*background-image: -o-repeating-linear-gradient(90deg, #FFDDBB, #FFDDBB 1px, rgba(255, 0, 0, 0) 2px, rgba(255, 0, 0, 0) 10px);*/
/*background-image: repeating-linear-gradient(90deg, #FFDDBB, #FFDDBB 1px, transparent 2px, transparent 10px);*/
}
/*.link {
border: 2px solid #4955de; /* Рамка */
/*solid-color: #aa0000;
display: inline-block;
padding: 5px 15px; /* Поля */
/*text-decoration: none; /* Убираем подчёркивание */
/*color: #000; /* Цвет текста */
/*}
.link:hover {
/* box-shadow: 0 0 5px rgba(0,0,0,0.3); /* Тень */
/* background: linear-gradient(to bottom, #fcfff4, #e9e9ce); /* Градиент */
/* color: #a00;
}*/ | 0.441793 | 0.167627 |
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color:rgb(237,222,220);
font-family: 'Libre Caslon Text', serif;
color: #444;
}
img {
height: 30vh;
}
.nav-link{
display: inline-block;
padding: 1em;
font-family: 'Arapey', serif;
text-decoration: none;
color: #444;
}
.nav-link:hover {
color: #1DC1A9;
font-style: italic;
/* font-weight: bold; */
cursor: pointer;
}
.nav {
font-family: 'Arapey', serif;
display: flex;
flex-direction: column;
padding: 0.5em;
justify-content: center;
align-items: center;
color: #444;
}
.main-container {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-top: 20%;
margin-bottom: 20px;
color: #444;
}
.home-nav-links {
display: flex;
flex-direction: column;
text-align: center;
color: #444;
}
.home-nav-links:hover {
cursor: pointer;
color: #1DC1A9;
}
.about-section{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
max-width: 450px;
margin-bottom: 20px;
color: #444;
}
.about-text {
margin: 10px;
text-align: center;
color: #444;
}
.about-image {
margin: 10px;
}
.artist-bio {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
max-width: 365px;
text-align: center;
margin-top: 2.5em;
color: #444;
}
.links {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
}
.link-images {
width: 2em;
height: 1em;
margin: .5em;
}
/* accordion styles*/
.accordion {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
}
.accordion__item + .accordion__item {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion__button {
background-color:rgb(237,222,220);
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: center;
border: none;
margin: 0 auto;
max-width: 324px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* .accordion__button:hover {
background-color: #ddd;
} */
.accordion__button:before {
/* display: inline-block; */
content: '';
height: 10px;
width: 10px;
/* margin-right: 12px; */
transform: rotate(-45deg);
}
.accordion__button:focus {
outline: none;
}
.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
transform: rotate(45deg);
}
.accordion__panel {
padding: 20px;
animation: fadein 0.35s ease-in;
}
.accordion-panel {
text-align: center;
margin: 0 auto;
max-width: 450px;
margin-bottom: 20px;
}
.accordion-panel-healing {
margin: 0 auto;
max-width: 450px;
margin-bottom: 20px;
}
.faq {
font-weight: bold;
background-color:rgb(237,222,220);
max-width: 324px;
color: #444;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.faq-a {
margin: 1em;
}
/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | src/index.css | body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color:rgb(237,222,220);
font-family: 'Libre Caslon Text', serif;
color: #444;
}
img {
height: 30vh;
}
.nav-link{
display: inline-block;
padding: 1em;
font-family: 'Arapey', serif;
text-decoration: none;
color: #444;
}
.nav-link:hover {
color: #1DC1A9;
font-style: italic;
/* font-weight: bold; */
cursor: pointer;
}
.nav {
font-family: 'Arapey', serif;
display: flex;
flex-direction: column;
padding: 0.5em;
justify-content: center;
align-items: center;
color: #444;
}
.main-container {
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-top: 20%;
margin-bottom: 20px;
color: #444;
}
.home-nav-links {
display: flex;
flex-direction: column;
text-align: center;
color: #444;
}
.home-nav-links:hover {
cursor: pointer;
color: #1DC1A9;
}
.about-section{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
max-width: 450px;
margin-bottom: 20px;
color: #444;
}
.about-text {
margin: 10px;
text-align: center;
color: #444;
}
.about-image {
margin: 10px;
}
.artist-bio {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin: 0 auto;
max-width: 365px;
text-align: center;
margin-top: 2.5em;
color: #444;
}
.links {
display: flex;
flex-flow: row wrap;
align-items: center;
justify-content: center;
}
.link-images {
width: 2em;
height: 1em;
margin: .5em;
}
/* accordion styles*/
.accordion {
border: 1px solid rgba(0, 0, 0, 0.1);
border-radius: 2px;
}
.accordion__item + .accordion__item {
border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.accordion__button {
background-color:rgb(237,222,220);
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
text-align: center;
border: none;
margin: 0 auto;
max-width: 324px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
/* .accordion__button:hover {
background-color: #ddd;
} */
.accordion__button:before {
/* display: inline-block; */
content: '';
height: 10px;
width: 10px;
/* margin-right: 12px; */
transform: rotate(-45deg);
}
.accordion__button:focus {
outline: none;
}
.accordion__button[aria-expanded='true']::before,
.accordion__button[aria-selected='true']::before {
transform: rotate(45deg);
}
.accordion__panel {
padding: 20px;
animation: fadein 0.35s ease-in;
}
.accordion-panel {
text-align: center;
margin: 0 auto;
max-width: 450px;
margin-bottom: 20px;
}
.accordion-panel-healing {
margin: 0 auto;
max-width: 450px;
margin-bottom: 20px;
}
.faq {
font-weight: bold;
background-color:rgb(237,222,220);
max-width: 324px;
color: #444;
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 0px;
margin-inline-end: 0px;
}
.faq-a {
margin: 1em;
}
/* -------------------------------------------------- */
/* ---------------- Animation part ------------------ */
/* -------------------------------------------------- */
@keyframes fadein {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
} | 0.412412 | 0.081374 |
@media only screen and (max-device-width:800px),only screen and (device-width:1024px) and (device-height:600px),only screen and (width:1280px) and (orientation:landscape),only screen and (device-width:800px),only screen and (max-width:767px) {
.flex-video {
padding-top:0
}
}
@media only screen and (max-width: 1024px)
{
.wrapper
{
margin-top: 120px;
}
.single-page-title
{
margin-left:-30px;
margin-right:-15px;
}
.single-page-title:before,.single-page-title:after
{
display:none;
}
}
@media only screen and (max-width: 800px)
{
header h1
{
font-size:50px;
}
#filters li
{
font-size: 14px;
}
.page-title
{
font-size:30px;
padding-top:15px;
margin-bottom:20px;
}
.single-page-title
{
font-size:40px;
}
h1
{
font-size:40px;
}
h2
{
font-size:30px;
}
h3
{
font-size:24px;
}
h4
{
font-size:22px;
}
h5
{
font-size:20px;
}
h6
{
font-size:18px;
}
.date
{
font-size: 14px;
line-height: 40px;
}
.all-button
{
font-size: 14px;
}
label
{
padding: 5px;
margin-right: 5px;
}
input[type="text"], input[type="email"], input[type="number"], input[type="date"], textarea, .button, p, body
{
font-size: 12px;
}
.social-icons li img
{
width:34px;
}
}
@media only screen and (max-width:640px)
{
header h1
{
font-size:40px;
}
.page-title
{
font-size:20px;
padding-top:25px;
margin-bottom:30px;
}
.single-page-title
{
font-size:30px;
}
h1
{
font-size:30px;
}
h2
{
font-size:24px;
}
h3
{
font-size:20px;
}
h4
{
font-size:18px;
}
h5
{
font-size:16px;
}
h6
{
font-size:14px;
}
.date
{
font-size: 14px;
line-height: 34px;
}
.all-button
{
font-size: 12px;
}
#gallery,#blog
{
display:none;
}
#next, #prev
{
top: 40%;
padding: 0px 7px 0px 15px;
cursor: pointer;
height: 40px;
width: 40px;
}
#next
{
background-image: url('../images/right-s.png');
}
#prev
{
background-image: url('../images/left-s.png');
}
#next:hover
{
background-image: url('../images/right2-s.png');
}
#prev:hover
{
background-image: url('../images/left2-s.png');
}
.post-img
{
margin-bottom:0px;
}
}
@media only screen and (max-width:480px)
{
#music,#homepage
{
display:none;
}
#home
{
overflow:auto !important;
}
.main
{
position: relative;
margin-top:80px;
}
#arrows
{
display:none;
}
.column
{
width: 100%;
}
.desc
{
height:100%;
position:relative;
margin-top:-20px !important;
}
section
{
display:block;
}
.page-title
{
font-size:30px;
padding-top:25px;
margin-bottom:10px;
}
.reveal-modal
{
min-width: 0px;
}
} | BBQ Renting System V2/css/media.css | @media only screen and (max-device-width:800px),only screen and (device-width:1024px) and (device-height:600px),only screen and (width:1280px) and (orientation:landscape),only screen and (device-width:800px),only screen and (max-width:767px) {
.flex-video {
padding-top:0
}
}
@media only screen and (max-width: 1024px)
{
.wrapper
{
margin-top: 120px;
}
.single-page-title
{
margin-left:-30px;
margin-right:-15px;
}
.single-page-title:before,.single-page-title:after
{
display:none;
}
}
@media only screen and (max-width: 800px)
{
header h1
{
font-size:50px;
}
#filters li
{
font-size: 14px;
}
.page-title
{
font-size:30px;
padding-top:15px;
margin-bottom:20px;
}
.single-page-title
{
font-size:40px;
}
h1
{
font-size:40px;
}
h2
{
font-size:30px;
}
h3
{
font-size:24px;
}
h4
{
font-size:22px;
}
h5
{
font-size:20px;
}
h6
{
font-size:18px;
}
.date
{
font-size: 14px;
line-height: 40px;
}
.all-button
{
font-size: 14px;
}
label
{
padding: 5px;
margin-right: 5px;
}
input[type="text"], input[type="email"], input[type="number"], input[type="date"], textarea, .button, p, body
{
font-size: 12px;
}
.social-icons li img
{
width:34px;
}
}
@media only screen and (max-width:640px)
{
header h1
{
font-size:40px;
}
.page-title
{
font-size:20px;
padding-top:25px;
margin-bottom:30px;
}
.single-page-title
{
font-size:30px;
}
h1
{
font-size:30px;
}
h2
{
font-size:24px;
}
h3
{
font-size:20px;
}
h4
{
font-size:18px;
}
h5
{
font-size:16px;
}
h6
{
font-size:14px;
}
.date
{
font-size: 14px;
line-height: 34px;
}
.all-button
{
font-size: 12px;
}
#gallery,#blog
{
display:none;
}
#next, #prev
{
top: 40%;
padding: 0px 7px 0px 15px;
cursor: pointer;
height: 40px;
width: 40px;
}
#next
{
background-image: url('../images/right-s.png');
}
#prev
{
background-image: url('../images/left-s.png');
}
#next:hover
{
background-image: url('../images/right2-s.png');
}
#prev:hover
{
background-image: url('../images/left2-s.png');
}
.post-img
{
margin-bottom:0px;
}
}
@media only screen and (max-width:480px)
{
#music,#homepage
{
display:none;
}
#home
{
overflow:auto !important;
}
.main
{
position: relative;
margin-top:80px;
}
#arrows
{
display:none;
}
.column
{
width: 100%;
}
.desc
{
height:100%;
position:relative;
margin-top:-20px !important;
}
section
{
display:block;
}
.page-title
{
font-size:30px;
padding-top:25px;
margin-bottom:10px;
}
.reveal-modal
{
min-width: 0px;
}
} | 0.160365 | 0.095349 |
body {
font-family: 'Josefin Sans', sans-serif;
margin: 0;
color: #011f4b;
background-color: #e7eff8;
}
a {
text-decoration: none;
}
label {
display: block;
}
form div {
margin: 1em;
display: inline-block;
}
img {
border: 1px solid #ddd;
border-radius: 8px;
padding: 5px;
width: 150px;
}
#main-page-content {
padding-top: 75px;
}
/*
Style for the Navbar
*/
#navbar {
display: flex;
top: 0;
margin: 0;
padding: 0;
width: 100%;
height: 60px;
position: fixed;
color: #011f4b;
background-color: #b3cde0;
}
nav a {
display: inline-block;
margin: 1em;
}
#links-bar {
padding-top: 10px;
text-align: left;
}
#page-title {
text-align: left;
margin-left: 1%;
}
/*
Style for the Product List:
*/
#products-container {
margin: 10px;
display: grid;
grid-template-columns: auto auto auto;
grid-column-gap: auto;
grid-row-gap: 20px;
}
.grid-item {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
}
.grid-image {
overflow: hidden;
}
.product-image {
min-height: 50%;
min-width: 50%;
height: 200px;
width: auto;
}
.product-list-header {
text-align: center;
}
/*
Style for a Single Product
*/
#single-product {
text-align: center;
}
#single-product-image {
margin-top: 5px;
padding-top: 10px;
max-height: 400px;
width: 400px;
}
#single-product-details {
font-size: large;
}
#product-description {
font-style: italic;
font-size: large;
}
/*
Style for Review Section of single-product view
*/
#reviews-list {
display: flex;
text-align: left;
}
.single-review {
margin-top: 10px;
margin-left: 5px;
margin-bottom: 20px;
}
.review-body {
margin-top: 5px;
margin-left: 15px;
font-style: italic;
}
#new-review {
display: flex;
text-align: left;
margin-left: 10px;
}
#new-review-entry {
display: flex;
text-align: left;
}
#new-review-box {
display: flex;
text-align: left;
}
#new-review-box {
margin-top: 10px;
height: 75px;
width: 400px;
font-size: 14;
}
/*
Style for User Homepage
*/
#user-home {
margin-left: 5%;
}
#single-order {
margin-left: 25px;
margin-bottom: 75px;
}
#product-info {
margin-left: 15px;
}
/*
CHECKOUT PAGE STYLE
*/
.single-cart-item {
margin: 25px;
}
#checkout-page {
display: flex;
margin-left: 10px;
}
#checkout-form {
display: flex;
align-content: left;
margin-top: 25px;
} | public/style.css | body {
font-family: 'Josefin Sans', sans-serif;
margin: 0;
color: #011f4b;
background-color: #e7eff8;
}
a {
text-decoration: none;
}
label {
display: block;
}
form div {
margin: 1em;
display: inline-block;
}
img {
border: 1px solid #ddd;
border-radius: 8px;
padding: 5px;
width: 150px;
}
#main-page-content {
padding-top: 75px;
}
/*
Style for the Navbar
*/
#navbar {
display: flex;
top: 0;
margin: 0;
padding: 0;
width: 100%;
height: 60px;
position: fixed;
color: #011f4b;
background-color: #b3cde0;
}
nav a {
display: inline-block;
margin: 1em;
}
#links-bar {
padding-top: 10px;
text-align: left;
}
#page-title {
text-align: left;
margin-left: 1%;
}
/*
Style for the Product List:
*/
#products-container {
margin: 10px;
display: grid;
grid-template-columns: auto auto auto;
grid-column-gap: auto;
grid-row-gap: 20px;
}
.grid-item {
display: block;
margin-left: auto;
margin-right: auto;
width: 100%;
text-align: center;
}
.grid-image {
overflow: hidden;
}
.product-image {
min-height: 50%;
min-width: 50%;
height: 200px;
width: auto;
}
.product-list-header {
text-align: center;
}
/*
Style for a Single Product
*/
#single-product {
text-align: center;
}
#single-product-image {
margin-top: 5px;
padding-top: 10px;
max-height: 400px;
width: 400px;
}
#single-product-details {
font-size: large;
}
#product-description {
font-style: italic;
font-size: large;
}
/*
Style for Review Section of single-product view
*/
#reviews-list {
display: flex;
text-align: left;
}
.single-review {
margin-top: 10px;
margin-left: 5px;
margin-bottom: 20px;
}
.review-body {
margin-top: 5px;
margin-left: 15px;
font-style: italic;
}
#new-review {
display: flex;
text-align: left;
margin-left: 10px;
}
#new-review-entry {
display: flex;
text-align: left;
}
#new-review-box {
display: flex;
text-align: left;
}
#new-review-box {
margin-top: 10px;
height: 75px;
width: 400px;
font-size: 14;
}
/*
Style for User Homepage
*/
#user-home {
margin-left: 5%;
}
#single-order {
margin-left: 25px;
margin-bottom: 75px;
}
#product-info {
margin-left: 15px;
}
/*
CHECKOUT PAGE STYLE
*/
.single-cart-item {
margin: 25px;
}
#checkout-page {
display: flex;
margin-left: 10px;
}
#checkout-form {
display: flex;
align-content: left;
margin-top: 25px;
} | 0.399812 | 0.070688 |
body{
font-family: 'Montserrat-bold';
font-size: 16px;
}
.layout{
width: 95%;
margin: auto;
background-color: transparent;
font-family: 'Montserrat-bold';
font-size: 36px;
align-self: center;
padding-top: 30px;
padding-bottom: 30px;
}
.row-justify-center{
display: flex;
justify-content: center;
}
.grid-container {
grid-row-gap: 50px;
}
.pname{
height: auto;
margin: auto;
background-color: transparent;
}
.column {
float: left;
width: 50%;
padding: 15px;
font-size: 16px;
background-color: transparent;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
.column {
width: 100%;
}
}
.grid-container {
display: grid;
grid-row-gap: 20px;
}
.detail{
font-size: 18px;
font-family: 'Montserrat-regular';
background-color: transparent;
}
#imgwrapper{
display: block;
max-width: 200px;
min-width: 250px;
}
.mainpic{
width: 100%;
background-color: transparent;
}
.wlist-button{
width: 38%;
position: relative;
border: solid 2px black;
background-color: transparent;
color: black;
text-decoration: none;
border-radius: 3px;
font-weight: bold;
font-size: 18px;
padding-top: 7px;
padding-left: 17px;
padding-right: 17px;
padding-bottom: 7px;
background-position: 0px 0px;
}
.minibox{
position: relative;
font-family: 'Montserrat-regular';
font-size: 18px;
border: solid 2px #999999;
}
#sizebox{
border: solid 2px #999999;
}
.cart-button{
width: 50%;
position: relative;
background-color: black;
color: white;
text-decoration: none;
border-radius: 3px;
font-weight: bold;
font-size: 20px;
padding-top: 7px;
padding-left: 17px;
padding-right: 17px;
padding-bottom: 7px;
background-position: 0px 0px;
}
.logo{
width: 12%;
padding-bottom: 6px;
padding-right: 5px;
margin-right: 2px;
}
/* CSS for the loading div */
.sp-loading {
text-align: center;
max-width: 270px;
padding: 15px;
border: 5px solid #eee;
border-radius: 3px;
font-size: 12px;
color: #888;
}
/* Element wrapper */
#sp-wrap {
display: none;
line-height: 0;
font-size: 0;
background: #eee;
border: 5px solid #eee;
border-radius: 3px;
position: relative;
margin: 0 25px 15px 0;
float: left;
/**************
Set max-width to your thumbnail width
***************/
max-width: 300px;
}
/* Thumbnails */
.sp-thumbs {
text-align: left;
display: inline-block;
}
.sp-thumbs img {
min-height: 50px;
min-width: 50px;
max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
width: 50px;
height: 50px;
overflow: hidden;
opacity: .3;
display: inline-block;
background-size: cover;
background-position: center;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.sp-thumbs a:hover {
opacity: 1;
}
/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
opacity: 1!important;
position: relative;
}
/* Image currently being viewed */
.sp-large {
position: relative;
overflow: hidden;
top: 0;
left: 0;
}
.sp-large a img {
max-width: 100%;
height: auto;
}
.sp-large a {
display: block;
}
/* Panning Zoomed Image */
.sp-zoom {
position: absolute;
left: -50%;
top: -50%;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
display: none;
}
/* Lightbox */
.sp-lightbox {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, .9);
z-index: 500;
display: none;
cursor: pointer;
}
.sp-lightbox img {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
max-width: 90%;
max-height: 90%;
border: 2px solid #fff;
}
#sp-prev, #sp-next {
position: absolute;
top: 50%;
margin-top: -25px;
z-index: 501;
color: #fff;
padding: 14px;
text-decoration: none;
background: #000;
border-radius: 25px;
border: 2px solid #fff;
width: 50px;
height: 50px;
box-sizing: border-box;
transition: .2s;
}
#sp-prev {
left: 10px;
}
#sp-prev:before {
content: '';
border: 7px solid transparent;
border-right: 15px solid #fff;
position: absolute;
top: 16px;
left: 7px;
}
#sp-next {
right: 10px;
}
#sp-next:before {
content: '';
border: 7px solid transparent;
border-left: 15px solid white;
position: absolute;
top: 16px;
left: 18px;
}
#sp-prev:hover, #sp-next:hover {
background: #444;
}
/* Tweak styles for small viewports */
@media screen and (max-width: 400px) {
.sp-wrap {
margin: 0 0 15px 0;
}
#sp-prev, #sp-next {
top: auto;
margin-top: 0;
bottom: 25px;
}
} | assets/css/product.css | body{
font-family: 'Montserrat-bold';
font-size: 16px;
}
.layout{
width: 95%;
margin: auto;
background-color: transparent;
font-family: 'Montserrat-bold';
font-size: 36px;
align-self: center;
padding-top: 30px;
padding-bottom: 30px;
}
.row-justify-center{
display: flex;
justify-content: center;
}
.grid-container {
grid-row-gap: 50px;
}
.pname{
height: auto;
margin: auto;
background-color: transparent;
}
.column {
float: left;
width: 50%;
padding: 15px;
font-size: 16px;
background-color: transparent;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width:600px) {
.column {
width: 100%;
}
}
.grid-container {
display: grid;
grid-row-gap: 20px;
}
.detail{
font-size: 18px;
font-family: 'Montserrat-regular';
background-color: transparent;
}
#imgwrapper{
display: block;
max-width: 200px;
min-width: 250px;
}
.mainpic{
width: 100%;
background-color: transparent;
}
.wlist-button{
width: 38%;
position: relative;
border: solid 2px black;
background-color: transparent;
color: black;
text-decoration: none;
border-radius: 3px;
font-weight: bold;
font-size: 18px;
padding-top: 7px;
padding-left: 17px;
padding-right: 17px;
padding-bottom: 7px;
background-position: 0px 0px;
}
.minibox{
position: relative;
font-family: 'Montserrat-regular';
font-size: 18px;
border: solid 2px #999999;
}
#sizebox{
border: solid 2px #999999;
}
.cart-button{
width: 50%;
position: relative;
background-color: black;
color: white;
text-decoration: none;
border-radius: 3px;
font-weight: bold;
font-size: 20px;
padding-top: 7px;
padding-left: 17px;
padding-right: 17px;
padding-bottom: 7px;
background-position: 0px 0px;
}
.logo{
width: 12%;
padding-bottom: 6px;
padding-right: 5px;
margin-right: 2px;
}
/* CSS for the loading div */
.sp-loading {
text-align: center;
max-width: 270px;
padding: 15px;
border: 5px solid #eee;
border-radius: 3px;
font-size: 12px;
color: #888;
}
/* Element wrapper */
#sp-wrap {
display: none;
line-height: 0;
font-size: 0;
background: #eee;
border: 5px solid #eee;
border-radius: 3px;
position: relative;
margin: 0 25px 15px 0;
float: left;
/**************
Set max-width to your thumbnail width
***************/
max-width: 300px;
}
/* Thumbnails */
.sp-thumbs {
text-align: left;
display: inline-block;
}
.sp-thumbs img {
min-height: 50px;
min-width: 50px;
max-width: 50px;
}
.sp-thumbs a:link, .sp-thumbs a:visited {
width: 50px;
height: 50px;
overflow: hidden;
opacity: .3;
display: inline-block;
background-size: cover;
background-position: center;
-webkit-transition: all .2s ease-out;
-moz-transition: all .2s ease-out;
-ms-transition: all .2s ease-out;
-o-transition: all .2s ease-out;
transition: all .2s ease-out;
}
.sp-thumbs a:hover {
opacity: 1;
}
/* Styles for the currently selected thumbnail */
.sp-thumbs a:active, .sp-current {
opacity: 1!important;
position: relative;
}
/* Image currently being viewed */
.sp-large {
position: relative;
overflow: hidden;
top: 0;
left: 0;
}
.sp-large a img {
max-width: 100%;
height: auto;
}
.sp-large a {
display: block;
}
/* Panning Zoomed Image */
.sp-zoom {
position: absolute;
left: -50%;
top: -50%;
cursor: -webkit-zoom-in;
cursor: -moz-zoom-in;
cursor: zoom-in;
display: none;
}
/* Lightbox */
.sp-lightbox {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: rgb(0, 0, 0);
background: rgba(0, 0, 0, .9);
z-index: 500;
display: none;
cursor: pointer;
}
.sp-lightbox img {
position: absolute;
margin: auto;
top: 0;
bottom: 0;
left: 0;
right: 0;
max-width: 90%;
max-height: 90%;
border: 2px solid #fff;
}
#sp-prev, #sp-next {
position: absolute;
top: 50%;
margin-top: -25px;
z-index: 501;
color: #fff;
padding: 14px;
text-decoration: none;
background: #000;
border-radius: 25px;
border: 2px solid #fff;
width: 50px;
height: 50px;
box-sizing: border-box;
transition: .2s;
}
#sp-prev {
left: 10px;
}
#sp-prev:before {
content: '';
border: 7px solid transparent;
border-right: 15px solid #fff;
position: absolute;
top: 16px;
left: 7px;
}
#sp-next {
right: 10px;
}
#sp-next:before {
content: '';
border: 7px solid transparent;
border-left: 15px solid white;
position: absolute;
top: 16px;
left: 18px;
}
#sp-prev:hover, #sp-next:hover {
background: #444;
}
/* Tweak styles for small viewports */
@media screen and (max-width: 400px) {
.sp-wrap {
margin: 0 0 15px 0;
}
#sp-prev, #sp-next {
top: auto;
margin-top: 0;
bottom: 25px;
}
} | 0.421076 | 0.080538 |
.header {
background-color: rgba(32,111,204,0.8);
color: #fff;
text-align: center;
padding: 1em 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
box-shadow: 0 0 .125em .0125em #444;
}
.header h2 {
margin: 0;
line-height: 1;
font-size: 1.5em;
font-weight: 400;
}
/**
* Error.
*/
.error {
color: rgb(182, 0, 4);
}
/**
* Discover WP API screen.
*/
.discover-wp-api {
padding: 10px 14px 0;
}
.land-url {
display: block;
overflow: auto;
font-size: inherit;
padding: 5px 7px;
}
/**
* Main screen.
*/
.loading-icon > span.message {
margin-top: 15px;
display: inline-block;
}
.title-clients {
margin-top: 40px;
}
.taxonomy-terms-list {
list-style-type: none;
padding-left: 0;
}
.no-taxonomy-found,
.taxonomy-terms-list {
padding-left: 0;
margin-bottom: 0;
font-size: 20px;
}
.taxonomy-terms-list li {
padding: 6px 0;
}
.taxonomy-terms-list a {
text-decoration: none;
}
.taxonomy-terms-list .total-hours {
float: right;
font-size: 14px;
color: rgb(155, 155, 155);
line-height: 27px;
}
/**
* Dashboard widgets.
*/
.timer-dashboard-widget {
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 40px;
padding: 0 20px;
/*max-height: 1500px;*/
overflow: hidden;
transition: max-height 0.5s ease-out;
}
.timer-dashboard-widget .loading-icon {
margin: 32px 0;
}
.timer-dashboard-widget.project.open,
.timer-dashboard-widget.client.open {
min-height: 290px;
}
.timer-dashboard-widget.closed {
max-height: 54px;
overflow-y: hidden;
}
.widget-title {
text-align: center;
font-size: 24px;
line-height: 52px;
color: rgb(52, 52, 52);
cursor: pointer;
border-bottom: 2px solid rgb(238,238,238);
margin: 0;
}
.widget-content {
padding: 20px 0;
}
/**
* Timer terms widget
*/
.term-controls-bar {
height: 18px;
color: rgb(155, 155, 155);
font-size: 18px;
position: relative;
}
.term-controls-bar .fa {
color: rgb(155, 155, 155);
line-height: 18px;
vertical-align: top;
}
.back-arrow,
.term-filters-wrapper {
display: inline-block;
max-width: 40px;
}
.back-arrow {
margin-right: 22px;
}
.term-filters-wrapper {
font-size: 24px;
max-width: 30px;
}
.term-filters {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
z-index: 2;
position: absolute;
background: #fff;
margin-top: 7px;
padding: 15px 10px 20px 6px;
width: 100%;
display: none;
}
.term-filters.open {
display: block;
}
.terms-refresh {
display: inline-block;
vertical-align: middle;
font-size: 1.5em;
margin: 0 0 0 .8em;
}
/* https://davidwalsh.name/demo/css-triangles.php */
.term-filters:before, .term-filters:after {
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 11px solid transparent; /* arrow size */
}
.term-filters:before {
border-bottom-color: #fff; /* arrow color */
/* positioning */
position: absolute;
top: -20px;
left: 60px;
z-index: 2;
}
/* arrow which acts as a background shadow */
.term-filters:after {
border-bottom-color: #fafafa; /* Fallback */
border-bottom-color: rgba(0, 0, 0, 0.2); /* arrow color */
/* positioning */
position: absolute;
top: -22px;
left: 60px;
z-index: 1;
}
.term-filters p {
padding: 0 7px;
margin-bottom: 14px;
}
.term-filters select {
background: #fff;
padding: 3px 7px;
margin-bottom: 20px;
}
.term-filters input,
.term-filters select {
width: 100%;
border: 1px solid rgb(238, 238, 238);
}
.back-arrow .fa {
font-size: 34px;
}
.term-total-hours-wrapper {
float: right;
}
/**
* Term timers
*/
.no-timers-found {
margin-top: 2em;
display: block;
}
.term-timers-list {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.term-timers-list li {
position: relative;
border: 1px solid rgb(238,238,238);
border-radius: 5px;
padding: 14px 14px 0;
margin: 20px 0;
font-size: 18px;
display: block;
height: auto;
}
.term-timers-list .edit-timer-ui {
position: absolute;
top: .025em;
right: .025em;
text-align: center;
}
.term-timers-list .edit-timer-ui a {
width: 1em;
height: 1em;
display: inline-block;
}
.term-timers-list li:nth-child(even) {
background-color: rgb(250,250,250);
}
.term-timers-list li:last-of-type {
margin-bottom: 0;
}
.term-timers-list h4 {
font-size: 20px;
margin-bottom: 11px;
}
.term-timers-list .timer-details-wrapper {
color: rgb(155, 155, 155);
}
.term-timers-list .timer-date {
font-size: 14px;
}
.term-timers-list .timer-description {
padding-bottom: 13px;
border-bottom: 1px solid rgb(238,238,238);
margin-bottom: 8px;
}
.term-timers-list .timer-project {
display: inline-block;
margin-bottom: 6px;
}
.term-timers-list .timer-hours {
float: right;
}
.user-buttons-wrapper,
.help-buttons-wrapper {
position: fixed;
z-index: 9999;
}
/**
* Reset button, New tab, Help button.
*/
.help-buttons-wrapper {
font-size: 24px;
right: .6em;
bottom: .6em;
width: 82px;
}
.help-button {
float: right;
}
.reset-link,
.new-tab-link {
/*display: none;*/
position: absolute;
right: -43px;
}
.help-buttons-wrapper:hover .reset-link {
position: fixed;
right: 43px;
transition: .5s;
}
.help-buttons-wrapper:hover .new-tab-link {
position: fixed;
right: 70px;
transition: .5s;
}
/**
* User buttons
*/
.user-buttons-wrapper {
/*font-size: 24px;*/
left: .3em;
bottom: .3em;
}
.user-buttons-wrapper .user-avatar {
width: 48px;
height: 48px;
display: block;
background-color: rgba(255,255,255,0.8);
border: 0.0125em solid #ccc;
border-radius: 50%;
/*padding: .5em;*/
box-sizing: content-box;
}
.user-buttons-wrapper .user-avatar img {
display: block;
margin: 0 auto;
}
.user-buttons-wrapper .user-options {
width: 200px;
margin-bottom: .5em;
height: auto;
display: block;
background-color: rgba(255,255,255,0.8);
padding: 1em;
border: 0.0125em solid #ccc;
border-radius: .3em;
overflow: hidden;
}
.user-buttons-wrapper .user-options a {
text-decoration: none;
}
/**
* New Timer
*/
.timer-started {
text-align: center;
margin-bottom: 8px;
}
.timer-started .time {
color: rgb(197, 0, 0);
}
/**
* New / Stop Timer button
*/
.timer-button {
display: block;
width: 54%;
padding: 20px;
margin: 0 auto;
background: #fff;
border: 0;
box-sizing: border-box;
}
.timer-button svg {
pointer-events: none !important;
}
.timer-new-button path {
fill: #099c22;
}
.timer-stop-button path {
fill: #d60000;
}
/**
* New Timer form
*/
.timer-new-form {
display: block;
margin-bottom: 1em;
}
.timer-new-form.processing {
position: relative;
height: 100%;
}
.timer-new-form.processing * {
/*opacity: 0.6;*/
}
.timer-new-form.processing > .loading-icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.8);
padding-top: 50%;
margin: 0 auto;
}
.timer-taxonomies-wrapper .new-tag-input {
width: 100%;
margin-right: 0;
outline: 0;
}
.timer-taxonomies-wrapper .notification {
display: inline-block;
float: right;
font-size: 0.6em;
} | src/css/App.css | .header {
background-color: rgba(32,111,204,0.8);
color: #fff;
text-align: center;
padding: 1em 0;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 9999;
box-shadow: 0 0 .125em .0125em #444;
}
.header h2 {
margin: 0;
line-height: 1;
font-size: 1.5em;
font-weight: 400;
}
/**
* Error.
*/
.error {
color: rgb(182, 0, 4);
}
/**
* Discover WP API screen.
*/
.discover-wp-api {
padding: 10px 14px 0;
}
.land-url {
display: block;
overflow: auto;
font-size: inherit;
padding: 5px 7px;
}
/**
* Main screen.
*/
.loading-icon > span.message {
margin-top: 15px;
display: inline-block;
}
.title-clients {
margin-top: 40px;
}
.taxonomy-terms-list {
list-style-type: none;
padding-left: 0;
}
.no-taxonomy-found,
.taxonomy-terms-list {
padding-left: 0;
margin-bottom: 0;
font-size: 20px;
}
.taxonomy-terms-list li {
padding: 6px 0;
}
.taxonomy-terms-list a {
text-decoration: none;
}
.taxonomy-terms-list .total-hours {
float: right;
font-size: 14px;
color: rgb(155, 155, 155);
line-height: 27px;
}
/**
* Dashboard widgets.
*/
.timer-dashboard-widget {
border: 1px solid #ddd;
border-radius: 5px;
margin-bottom: 40px;
padding: 0 20px;
/*max-height: 1500px;*/
overflow: hidden;
transition: max-height 0.5s ease-out;
}
.timer-dashboard-widget .loading-icon {
margin: 32px 0;
}
.timer-dashboard-widget.project.open,
.timer-dashboard-widget.client.open {
min-height: 290px;
}
.timer-dashboard-widget.closed {
max-height: 54px;
overflow-y: hidden;
}
.widget-title {
text-align: center;
font-size: 24px;
line-height: 52px;
color: rgb(52, 52, 52);
cursor: pointer;
border-bottom: 2px solid rgb(238,238,238);
margin: 0;
}
.widget-content {
padding: 20px 0;
}
/**
* Timer terms widget
*/
.term-controls-bar {
height: 18px;
color: rgb(155, 155, 155);
font-size: 18px;
position: relative;
}
.term-controls-bar .fa {
color: rgb(155, 155, 155);
line-height: 18px;
vertical-align: top;
}
.back-arrow,
.term-filters-wrapper {
display: inline-block;
max-width: 40px;
}
.back-arrow {
margin-right: 22px;
}
.term-filters-wrapper {
font-size: 24px;
max-width: 30px;
}
.term-filters {
box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
border-radius: 5px;
z-index: 2;
position: absolute;
background: #fff;
margin-top: 7px;
padding: 15px 10px 20px 6px;
width: 100%;
display: none;
}
.term-filters.open {
display: block;
}
.terms-refresh {
display: inline-block;
vertical-align: middle;
font-size: 1.5em;
margin: 0 0 0 .8em;
}
/* https://davidwalsh.name/demo/css-triangles.php */
.term-filters:before, .term-filters:after {
content: ' ';
height: 0;
position: absolute;
width: 0;
border: 11px solid transparent; /* arrow size */
}
.term-filters:before {
border-bottom-color: #fff; /* arrow color */
/* positioning */
position: absolute;
top: -20px;
left: 60px;
z-index: 2;
}
/* arrow which acts as a background shadow */
.term-filters:after {
border-bottom-color: #fafafa; /* Fallback */
border-bottom-color: rgba(0, 0, 0, 0.2); /* arrow color */
/* positioning */
position: absolute;
top: -22px;
left: 60px;
z-index: 1;
}
.term-filters p {
padding: 0 7px;
margin-bottom: 14px;
}
.term-filters select {
background: #fff;
padding: 3px 7px;
margin-bottom: 20px;
}
.term-filters input,
.term-filters select {
width: 100%;
border: 1px solid rgb(238, 238, 238);
}
.back-arrow .fa {
font-size: 34px;
}
.term-total-hours-wrapper {
float: right;
}
/**
* Term timers
*/
.no-timers-found {
margin-top: 2em;
display: block;
}
.term-timers-list {
padding-left: 0;
list-style-type: none;
margin-bottom: 0;
}
.term-timers-list li {
position: relative;
border: 1px solid rgb(238,238,238);
border-radius: 5px;
padding: 14px 14px 0;
margin: 20px 0;
font-size: 18px;
display: block;
height: auto;
}
.term-timers-list .edit-timer-ui {
position: absolute;
top: .025em;
right: .025em;
text-align: center;
}
.term-timers-list .edit-timer-ui a {
width: 1em;
height: 1em;
display: inline-block;
}
.term-timers-list li:nth-child(even) {
background-color: rgb(250,250,250);
}
.term-timers-list li:last-of-type {
margin-bottom: 0;
}
.term-timers-list h4 {
font-size: 20px;
margin-bottom: 11px;
}
.term-timers-list .timer-details-wrapper {
color: rgb(155, 155, 155);
}
.term-timers-list .timer-date {
font-size: 14px;
}
.term-timers-list .timer-description {
padding-bottom: 13px;
border-bottom: 1px solid rgb(238,238,238);
margin-bottom: 8px;
}
.term-timers-list .timer-project {
display: inline-block;
margin-bottom: 6px;
}
.term-timers-list .timer-hours {
float: right;
}
.user-buttons-wrapper,
.help-buttons-wrapper {
position: fixed;
z-index: 9999;
}
/**
* Reset button, New tab, Help button.
*/
.help-buttons-wrapper {
font-size: 24px;
right: .6em;
bottom: .6em;
width: 82px;
}
.help-button {
float: right;
}
.reset-link,
.new-tab-link {
/*display: none;*/
position: absolute;
right: -43px;
}
.help-buttons-wrapper:hover .reset-link {
position: fixed;
right: 43px;
transition: .5s;
}
.help-buttons-wrapper:hover .new-tab-link {
position: fixed;
right: 70px;
transition: .5s;
}
/**
* User buttons
*/
.user-buttons-wrapper {
/*font-size: 24px;*/
left: .3em;
bottom: .3em;
}
.user-buttons-wrapper .user-avatar {
width: 48px;
height: 48px;
display: block;
background-color: rgba(255,255,255,0.8);
border: 0.0125em solid #ccc;
border-radius: 50%;
/*padding: .5em;*/
box-sizing: content-box;
}
.user-buttons-wrapper .user-avatar img {
display: block;
margin: 0 auto;
}
.user-buttons-wrapper .user-options {
width: 200px;
margin-bottom: .5em;
height: auto;
display: block;
background-color: rgba(255,255,255,0.8);
padding: 1em;
border: 0.0125em solid #ccc;
border-radius: .3em;
overflow: hidden;
}
.user-buttons-wrapper .user-options a {
text-decoration: none;
}
/**
* New Timer
*/
.timer-started {
text-align: center;
margin-bottom: 8px;
}
.timer-started .time {
color: rgb(197, 0, 0);
}
/**
* New / Stop Timer button
*/
.timer-button {
display: block;
width: 54%;
padding: 20px;
margin: 0 auto;
background: #fff;
border: 0;
box-sizing: border-box;
}
.timer-button svg {
pointer-events: none !important;
}
.timer-new-button path {
fill: #099c22;
}
.timer-stop-button path {
fill: #d60000;
}
/**
* New Timer form
*/
.timer-new-form {
display: block;
margin-bottom: 1em;
}
.timer-new-form.processing {
position: relative;
height: 100%;
}
.timer-new-form.processing * {
/*opacity: 0.6;*/
}
.timer-new-form.processing > .loading-icon {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,0.8);
padding-top: 50%;
margin: 0 auto;
}
.timer-taxonomies-wrapper .new-tag-input {
width: 100%;
margin-right: 0;
outline: 0;
}
.timer-taxonomies-wrapper .notification {
display: inline-block;
float: right;
font-size: 0.6em;
} | 0.612541 | 0.099164 |
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
body {
margin: 0;
padding: 0;
}
.nav {
background-color: #fff !important;
border-bottom: 1px solid #dadce0;
}
.nav__logo {
display: flex;
}
.nav__logo__name {
margin-top: -60%;
font-family: 'Product Sans',Arial,sans-serif;
font-size: 24px;
line-height: 24px;
margin-left: 100%;
position: relative;
vertical-align: middle;
color: #5f6368;
opacity: 1;
}
.add_new {
box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
align-items: center;
background-color: #fff;
border: 1px solid transparent;
border-radius: 24px;
color: #3c4043;
display: inline-flex;
font-weight: 500;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
height: 48px;
letter-spacing: .15px;
line-height: 22px;
min-width: 120px;
padding: 0 24px 0 0;
text-transform: none;
}
.add_new_text {
font-family: 'Open Sans', sans-serif;
margin-left: 10%;
margin-top: 8%;
}
.add_new_image {
margin-left: 10%;
}
.sidebar {
max-width: 18%;
}
.sidebar__navigation {
margin-top: 10%;
}
.sidebar__navigation__item {
display: flex;
margin-left: 4%;
}
.sidebar__navigation__item__text {
font-size: 14px;
margin-left: 10%;
color: #5f6368;
margin-top: 1%;
font-family: 'Roboto', sans-serif;
}
a {
font-family: sans-serif;
}
.sidebar__navigation__line {
border-bottom: 1px solid #dadce0;
margin-bottom: 7%;
}
.progress {
display: flex;
height: 0.5rem;
overflow: hidden;
line-height: 0;
margin-top: -2%;
margin-left: 4%;
width: 11rem;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem;
}
.progress_limit {
color: #5f6368;
font-family: sans-serif;
font-size: 12px;
margin-left: 4%;
margin-top: 4%;
}
.buystorage {
background-color: #fff;
border: 1px solid #dadce0;
border-radius: 4px;
padding: 6px 23px 6px 23px;
font-size: 15px;
color: #15c;
margin-left: 4%;
font-family: 'Roboto';
}
.profile {
color: #000;
margin-left: 83%;
} | src/style/style.css | @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
body {
margin: 0;
padding: 0;
}
.nav {
background-color: #fff !important;
border-bottom: 1px solid #dadce0;
}
.nav__logo {
display: flex;
}
.nav__logo__name {
margin-top: -60%;
font-family: 'Product Sans',Arial,sans-serif;
font-size: 24px;
line-height: 24px;
margin-left: 100%;
position: relative;
vertical-align: middle;
color: #5f6368;
opacity: 1;
}
.add_new {
box-shadow: 0 1px 2px 0 rgb(60 64 67 / 30%), 0 1px 3px 1px rgb(60 64 67 / 15%);
align-items: center;
background-color: #fff;
border: 1px solid transparent;
border-radius: 24px;
color: #3c4043;
display: inline-flex;
font-weight: 500;
font-size: 14px;
font-family: 'Open Sans', sans-serif;
height: 48px;
letter-spacing: .15px;
line-height: 22px;
min-width: 120px;
padding: 0 24px 0 0;
text-transform: none;
}
.add_new_text {
font-family: 'Open Sans', sans-serif;
margin-left: 10%;
margin-top: 8%;
}
.add_new_image {
margin-left: 10%;
}
.sidebar {
max-width: 18%;
}
.sidebar__navigation {
margin-top: 10%;
}
.sidebar__navigation__item {
display: flex;
margin-left: 4%;
}
.sidebar__navigation__item__text {
font-size: 14px;
margin-left: 10%;
color: #5f6368;
margin-top: 1%;
font-family: 'Roboto', sans-serif;
}
a {
font-family: sans-serif;
}
.sidebar__navigation__line {
border-bottom: 1px solid #dadce0;
margin-bottom: 7%;
}
.progress {
display: flex;
height: 0.5rem;
overflow: hidden;
line-height: 0;
margin-top: -2%;
margin-left: 4%;
width: 11rem;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem;
}
.progress_limit {
color: #5f6368;
font-family: sans-serif;
font-size: 12px;
margin-left: 4%;
margin-top: 4%;
}
.buystorage {
background-color: #fff;
border: 1px solid #dadce0;
border-radius: 4px;
padding: 6px 23px 6px 23px;
font-size: 15px;
color: #15c;
margin-left: 4%;
font-family: 'Roboto';
}
.profile {
color: #000;
margin-left: 83%;
} | 0.414306 | 0.094427 |
.btn {
background-color: Transparent;
background-repeat: no-repeat;
border: none;
outline: none;
}
.menuBtn {
display: inline-block;
float: right;
opacity: 0.3;
margin-top: 0.1rem;
transition: 0.5s;
-webkit-transition: opacity 0.5s;
}
.menuIcon {
width: 20px;
max-height: 15px;
}
.menuBtn:hover,
.menuBtn:focus {
opacity: 0.9;
}
.navItem {
margin-top: 0;
float: right;
letter-spacing: 0.1rem;
}
.navDevider {
margin-top: 0;
float: right;
letter-spacing: 0;
}
.logoLink {
width: inherit;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flashLogo {
display: inline;
height: 1.2rem;
margin: 0 0.8rem 0.48rem 0;
opacity: 0.8;
}
.navLogo {
display: inline;
position: relative;
}
.navLogo h3 {
display: inline;
position: relative;
top: -0.6rem;
font-size: 1.3rem;
}
.signBlackContainer {
display: inline;
}
.signBlack {
display: 'inline';
height: 2rem;
margin: 0 1rem 0 0;
}
.expandMenu {
margin-top: 0.2rem;
}
/***
NavBar
***/
.navContainer {
display: block;
padding-bottom: 1rem;
}
.navLink.inactive:hover h4 {
opacity: 1;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.navLink.active h4,{
opacity: 1;
/*color: rgba(43, 55, 15, 1);*/
}
.navLink.inactive h4 {
opacity: 0.4;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.fixedHeader {
color: rgba(255, 255, 255, 1);
position: fixed;
width: 93%;
/*width: inherit;*/
top: 1rem;
z-index: 2;
}
.fixedNavBar {
width: inherit;
}
.stickyBackground {
/*background-image: url('../../assets/images/noise.png');*/
position: fixed;
width: 100%;
height: 3.5rem;
top: -4rem;
left: 0;
z-index: 1;
background-color: rgba(242, 241, 245, 0.8);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-transition: top 0.5s ease;
-moz-transition: top 0.5s ease;
-ms-transition: top 0.5s ease;
-o-transition: top 0.5s ease;
transition: top 0.5s ease;
}
.appear {
top: 0;
}
/***
Footer
***/
.body {
position: relative;
min-height: 90%;
margin-bottom: -20px; /* Equivalent to footer's height */
padding-bottom: 20px; /* Equivalent to footer's height */
box-sizing: border-box;
}
.footerContainer {
position: relative;
margin-bottom: 0;
height: 30px;
width: 100%;
}
.footerContent {
margin: 0;
text-align: center;
font-size: 0.7rem;
letter-spacing: 0.12rem;
color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-height: 740px) {
.body {
min-height: 89%;
}
}
@media screen and (max-width: 480px) {
.body {
min-height: 93%;
}
}
/***
Layout
***/
.layout {
width: 90%;
/*width: 800px;*/
height:98%;
/*max-width: 1100px;*/
margin: auto;
margin-bottom: -20px;
padding-bottom: 20px;
padding: 1.25rem 1.0rem;
}
@media screen and (max-width: 1224px) {
.layout {
width: 82%;
}
.menuBtn {
margin-top: 0rem;
}
.fixedHeader {
width: 87%;
}
.fixedNavBar {
width: inherit;
}
}
@media screen and (max-width: 790px) {
.expandMenu {
margin-top: 0rem;
}
.stickyBackground {
height: 3rem;
}
}
@media screen and (max-width: 768px) {
.signBlack {
display: none;
/*height: 2.0rem;*/
}
.layout {
width: 95%;
}
.fixedHeader {
width: 94%;
}
}
@media screen and (max-width: 480px) {
.signBlack {
/*display: none;*/
}
.layout {
width: 100%;
}
.menuBtn {
margin-top: -0.1rem;
}
.menuIcon {
width: 15px;
max-height: 15px;
}
.flashLogo {
display: 'inline';
height: 1.0rem;
margin: 0 0.8rem 0.4rem 0;
opacity: 0.8;
}
.navLogo h3 {
top: -0.5rem;
font-size: 1.2rem;
}
.fixedHeader {
width: 95%;
}
.stickyBackground {
height: 2.7rem;
}
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-width: 999px) {
.expandMenu {
display: none;
}
}
@media screen and (min-width: 1000px) {
.menuBtn {
display: none;
}
} | src/layouts/index.module.css | .btn {
background-color: Transparent;
background-repeat: no-repeat;
border: none;
outline: none;
}
.menuBtn {
display: inline-block;
float: right;
opacity: 0.3;
margin-top: 0.1rem;
transition: 0.5s;
-webkit-transition: opacity 0.5s;
}
.menuIcon {
width: 20px;
max-height: 15px;
}
.menuBtn:hover,
.menuBtn:focus {
opacity: 0.9;
}
.navItem {
margin-top: 0;
float: right;
letter-spacing: 0.1rem;
}
.navDevider {
margin-top: 0;
float: right;
letter-spacing: 0;
}
.logoLink {
width: inherit;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.flashLogo {
display: inline;
height: 1.2rem;
margin: 0 0.8rem 0.48rem 0;
opacity: 0.8;
}
.navLogo {
display: inline;
position: relative;
}
.navLogo h3 {
display: inline;
position: relative;
top: -0.6rem;
font-size: 1.3rem;
}
.signBlackContainer {
display: inline;
}
.signBlack {
display: 'inline';
height: 2rem;
margin: 0 1rem 0 0;
}
.expandMenu {
margin-top: 0.2rem;
}
/***
NavBar
***/
.navContainer {
display: block;
padding-bottom: 1rem;
}
.navLink.inactive:hover h4 {
opacity: 1;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.navLink.active h4,{
opacity: 1;
/*color: rgba(43, 55, 15, 1);*/
}
.navLink.inactive h4 {
opacity: 0.4;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
}
.fixedHeader {
color: rgba(255, 255, 255, 1);
position: fixed;
width: 93%;
/*width: inherit;*/
top: 1rem;
z-index: 2;
}
.fixedNavBar {
width: inherit;
}
.stickyBackground {
/*background-image: url('../../assets/images/noise.png');*/
position: fixed;
width: 100%;
height: 3.5rem;
top: -4rem;
left: 0;
z-index: 1;
background-color: rgba(242, 241, 245, 0.8);
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
-webkit-transition: top 0.5s ease;
-moz-transition: top 0.5s ease;
-ms-transition: top 0.5s ease;
-o-transition: top 0.5s ease;
transition: top 0.5s ease;
}
.appear {
top: 0;
}
/***
Footer
***/
.body {
position: relative;
min-height: 90%;
margin-bottom: -20px; /* Equivalent to footer's height */
padding-bottom: 20px; /* Equivalent to footer's height */
box-sizing: border-box;
}
.footerContainer {
position: relative;
margin-bottom: 0;
height: 30px;
width: 100%;
}
.footerContent {
margin: 0;
text-align: center;
font-size: 0.7rem;
letter-spacing: 0.12rem;
color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-height: 740px) {
.body {
min-height: 89%;
}
}
@media screen and (max-width: 480px) {
.body {
min-height: 93%;
}
}
/***
Layout
***/
.layout {
width: 90%;
/*width: 800px;*/
height:98%;
/*max-width: 1100px;*/
margin: auto;
margin-bottom: -20px;
padding-bottom: 20px;
padding: 1.25rem 1.0rem;
}
@media screen and (max-width: 1224px) {
.layout {
width: 82%;
}
.menuBtn {
margin-top: 0rem;
}
.fixedHeader {
width: 87%;
}
.fixedNavBar {
width: inherit;
}
}
@media screen and (max-width: 790px) {
.expandMenu {
margin-top: 0rem;
}
.stickyBackground {
height: 3rem;
}
}
@media screen and (max-width: 768px) {
.signBlack {
display: none;
/*height: 2.0rem;*/
}
.layout {
width: 95%;
}
.fixedHeader {
width: 94%;
}
}
@media screen and (max-width: 480px) {
.signBlack {
/*display: none;*/
}
.layout {
width: 100%;
}
.menuBtn {
margin-top: -0.1rem;
}
.menuIcon {
width: 15px;
max-height: 15px;
}
.flashLogo {
display: 'inline';
height: 1.0rem;
margin: 0 0.8rem 0.4rem 0;
opacity: 0.8;
}
.navLogo h3 {
top: -0.5rem;
font-size: 1.2rem;
}
.fixedHeader {
width: 95%;
}
.stickyBackground {
height: 2.7rem;
}
}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-width: 999px) {
.expandMenu {
display: none;
}
}
@media screen and (min-width: 1000px) {
.menuBtn {
display: none;
}
} | 0.317003 | 0.058426 |
* {
box-sizing: border-box;
}
/* Fonts: NittiPro used for code across templates */
/* Regular versions on OS X, slim versions on iOS (assumes iOS will never have regular versions) */
@font-face {
font-family: "NittiPro";
font-weight: 300;
font-style: normal;
src: local("NittiPro-SemiLight"), local("NittiPro-SemiLightSlim");
}
@font-face {
font-family: "NittiPro";
font-weight: 300;
font-style: italic;
src: local("NittiPro-SemiLightItalic"), local("NittiPro-SemiLightItalicSlim");
}
@font-face {
font-family: "NittiPro";
font-weight: 500;
font-style: normal;
src: local("NittiPro-Medium"), local("NittiPro-MediumSlim");
}
@font-face {
font-family: "NittiPro";
font-weight: 500;
font-style: italic;
src: local("NittiPro-MediumItalic"), local("NittiPro-MediumItalicSlim");
}
/* BASE */
html,
a {
color: #1a1a1a;
}
html {
background-color: #f9f9f9; /* iOS background color */
}
body {
box-sizing: content-box; /* So measure calculations don’t need to include gutters */
margin: 20px auto; /* 20px for iPhone */
padding: 0 12px; /* 12px gutters to match iPhone 5 Title bar UI */
word-wrap: break-word;
text-rendering: optimizeLegibility; /* NOTE May cause performance issues */
/* font-kerning is enabled by default in OS X Safari 7+ */
-webkit-font-kerning: normal;
font-kerning: normal;
}
/* iOS gutters responsive adjustments */
/* iPhone 6 */
@media screen and (min-width: 375px) {
body {
padding-left: 15px;
padding-right: 15px;
}
}
/* iPhone 6+ */
@media screen and (min-width: 414px) {
body {
padding-left: 24px;
padding-right: 24px;
}
}
@media screen and (min-width: 480px) {
body {
padding-left: 32px;
padding-right: 32px;
}
}
@media screen and (min-width: 600px) {
body {
padding-left: 48px;
padding-right: 48px;
}
}
/* iPad triggered on 760 not 768 to work with fonts */
@media screen and (min-width: 760px) and (max-device-width: 1024px) {
body {
margin-top: 40px;
margin-bottom: 40px;
padding-left: 70px;
padding-right: 70px;
}
}
/* Responsive adjustments for OS X */
@media screen and (min-device-width: 1152px) {
html {
background-color: #fcfcfc;
}
body {
margin-top: 60px; /* 60pt */
margin-bottom: 60px; /* 60pt */
padding-left: 24px;
padding-right: 24px;
}
}
@media screen and (min-width: 480px) and (min-device-width: 1152px) {
body {
padding-left: 48px;
padding-right: 48px;
}
}
@media screen and (min-width: 640px) and (min-device-width: 1152px) {
body {
padding-left: 72px;
padding-right: 72px;
}
}
/* Headings */
body > h1:first-child {
margin-top: 0; /* Controlled via body padding-top */
}
/* Responsive list padding (default used by Sans, overridden for Mono and Serif) */
ul,
ol {
padding-left: 1.5rem; /* 22.5px for font-size: 15px @320px. rem works better for RWD than % */
}
@media screen and (min-width: 760px) {
/* Left padding based on 40px browser default */
ul,
ol {
padding-left: 2.2222rem; /* ~40px for font-size: 18px. rem works better for RWD than % */
}
}
/* HACK: Prevent empty list items collapsing
Note this doesn’t work for paragraph lists, although we can fix via class or once has() is supported with: `ul li:not:has(p)::after` */
ul li:empty::after,
.task-list-item:last-child::after {
content: "";
display: inline-block;
}
dd {
-webkit-margin-start: 2.2222rem; /* ~40px for font-size: 18px. rem works better for RWD than % */
margin-start: 2.2222rem;
}
/* Remove vertical margins on nested lists */
:-webkit-any(li, dt, dd, th, td) > :-webkit-any(ul, ol, dl) {
margin-top: 0;
margin-bottom: 0;
}
/* img is wrapped in p on export by default, so leave as inline */
img {
max-width: 100%;
vertical-align: top;
}
figure img {
display: block;
}
hr {
clear: both;
margin: 3rem auto 3rem; /* Extra-large for visibility in mini-map (<100px wide) */
border: 0;
border-bottom: 1px #e6e6e6 solid;
}
/* More reasonable default to override per template */
@media screen and (min-width: 100px) {
hr {
margin-top: 2rem;
margin-bottom: 2rem;
}
}
/* Horizontal rule responsive adjustments */
@media screen and (min-width: 1080px) {
hr {
margin-top: 46px;
margin-bottom: 46px;
}
}
/* table-layout: fixed; produces equal-width columns, which is generally a better result */
table {
table-layout: fixed;
width: 100%;
border-top: 1px #e6e6e6 solid;
border-bottom: 1px #e6e6e6 solid;
border-collapse: collapse;
font-size: calc((15 / 18) * 1rem); /* 0.8333rem = 15px @ font-size: 18px */
line-height: calc(24 / 15); /* 1.6 = 24px @ font-size: 15px */
}
caption {
border-bottom: 1px solid #e6e6e6;
padding-top: calc((10 / 1080) * 100%); /* 10px when width: 1080px */
padding-bottom: calc((10 / 1080) * 100%); /* 10px when width: 1080px */
font-size: 1em;
}
tbody {
border-top: 1px #e6e6e6 solid;
}
th,
td {
margin-right: calc((30 / 1080) * 100%); /* 30px when width: 1080px */
padding: calc((10 / 1080) * 100%) 0 calc((10 / 1080) * 100%); /* 10px 0 10px when width: 1080px */
vertical-align: top;
text-align: left;
}
/* Table cell responsive adjustments */
@media screen and (min-width: 1080px) {
caption,
th,
td {
padding-top: 10px;
padding-bottom: 10px;
}
th,
td {
margin-right: 30px;
}
}
th:last-of-type,
td:last-of-type {
margin-right: 0;
}
/* Code */
pre,
code,
kbd {
border-radius: 2px;
white-space: pre-wrap;
background-color: rgba(36, 36, 36, 0.055);
}
figure pre {
margin-top: 0;
}
pre code {
background-color: transparent;
}
pre {
padding: 1rem;
overflow: hidden;
}
pre code {
padding: 0;
}
code,
samp,
kbd {
font-family: "NittiPro", "Keyboard", monospace;
font-size: calc((15 / 19) * 1em); /* 0.7895em = 15px @ font-size: 19px (based on 12/16px @640 = 15.2px).
font-weight: 200; /* Light weight for non-Retina (@1x) */
}
/* Semi-light weight for Retina (@2x) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), print {
code,
samp,
kbd {
font-weight: 300;
}
}
/* Use 500 not 700 for code that inherits bold.*/
:-webkit-any(strong, bold, th) :-webkit-any(code, samp, kbd) {
font-weight: 500;
}
code,
kbd {
padding: 0.08333em 0.1667em 0.1667em; /* ~1px 2px 2px when font-size: 12px, taking 1px border into account */
}
/* Prevent code line-height increasing heading line-height */
:-webkit-any(h1, h2, h3, h4, h5, h6) > code, kbd {
line-height: normal;
}
kbd {
border-color: #dedede;
}
/* Print styles */
@media print {
*,
*:before,
*:after {
color: #000 !important; /* black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
html {
font-size: 9pt; /* ← needs to be set per template to counter responsive typography */
background: transparent !important; /* Only on html due to checkboxes */
}
/* Make sure there’s no margin-top on first element */
body > :first-child {
margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
img,
figure {
page-break-inside: avoid;
page-break-after: avoid; /* Not supported by Webkit at time of writing, ref: https://bugs.webkit.org/show_bug.cgi?id=5097 */
}
p {
/* Not supported by Webkit at time of writing, ref: https://bugs.webkit.org/show_bug.cgi?id=39735 */
widows: 3;
orphans: 3;
}
hr {
border-bottom-color: #000 !important;
}
/* Underline on superscript footnote number, which when clicked shows an error */
.footnote {
text-decoration: none;
}
/* Remove links to citations */
p a.citation {
display: none;
}
/* Underline for table of contents on printed pages */
.TOC a {
text-decoration: none;
}
/* Link which allows you to go back to the text from footnote—useless on a printed page */
.reversefootnote {
display: none;
}
}
/* OBJECTS */
/* Center Headings
Center h1-h5 headings, via the Centered Headings setting */
.center-headings :-webkit-any(h1, h4, h5, h6) {
text-align: center;
}
/* Night Mode */
.night-mode,
.night-mode a {
color: #dedede; /* iOS text color */
}
.night-mode {
background-color: #101010; /* iOS background color */
}
.night-mode pre,
.night-mode code,
.night-mode kbd {
background-color: rgba(245, 245, 245, 0.06);
}
.night-mode pre code {
background-color: transparent;
}
/* Colors for OS X */
@media screen and (min-device-width: 1152px) {
.night-mode,
.night-mode a {
color: #cccccc; /* OS X text color */
}
.night-mode {
background-color: #101010;
}
}
/* Fake sub-pixel lines */
.night-mode hr,
.night-mode caption,
.night-mode tbody th,
.night-mode td {
border-bottom-color: #666;
}
.night-mode tbody th,
.night-mode td {
border-top-color: #666;
}
/* Footnotes */
.footnotes ol{
margin-left: 0 !important;
padding-left: 0 !important;
list-style-position: inside !important;
}
.footnotes li{
text-indent: 3em !important;
}
.footnotes hr {
display: none !important;
}
.citations ul {
padding-left: 0 !important;
}
.citations li {
list-style: none !important;
}
.citations p {
padding-left: 3em !important;
text-indent: -3em !important;
}
/* Remove underline on .reversefootnote arrow for iOS, as it’s turned into an emoji */
@media screen and (max-device-width: 1024px) {
.reversefootnote {
text-decoration: none;
}
}
/* Footnotes responsive adjustments when width: 1080px */
@media screen and (min-width: 1080px) {
.footnotes {
margin-top: 45px;
}
}
/* Task Lists
Left padding based on 40px default */
/* Position ordinal counters so 1-9 left-align with left content edge. Subsequent counters will begin in gutter. */
ol .task-list-item {
margin-left: -0.6667rem; /* ~-10px @ font-size: 15px */
padding-left: 0.6667rem; /* ~10px @ font-size: 15px */
}
/* Hide default bullets for unordered task lists. */
ul .task-list-item {
list-style-type: none;
}
/* Hide gen-content bullets for unordered task lists. */
ul .task-list-item:before {
display: none;
}
.task-list-item-checkbox {
float: left; /* Removes from flow in case of paragraph list items */
width: 1.6rem; /* Same as p line-height (changing width/height affects svg size) */
height: 1.6rem; /* Same as width */
margin: 0 0 0 -1.6rem; /* 0s to overwrite user agent styles */
border: none; /* Otherwise iPhone draws a border */
font-size: 1rem; /* Required to overwrite user agent styles, set to same as p */
background-image: url('box.svg');
background-repeat: no-repeat;
background-position: 40% 40%; /* x=roughly align with bullets and between ordinal and text, y=4px down to roughly align to baseline. */
background-size: 50% 50%; /* Desired size 12px / 21px line-height for Preview */
background-color: transparent;
-webkit-print-color-adjust: exact; /* Prevents from hiding when printed */
-webkit-appearance: none; /* Disables system checkbox image */
opacity: 1.0; /* Otherwise they are 0.4 on iPhone, where it applies disabled effect even with above */
}
.task-list-item-checkbox:checked {
background-image: url('check.svg');
}
/* Checkbox color in Night Mode (=text color) */
.night-mode .task-list-item-checkbox {
background-image: url('box-night-mode-ios.svg');
}
.night-mode .task-list-item-checkbox:checked {
background-image: url('check-night-mode-ios.svg');
}
/* OS X color */
@media screen and (min-device-width: 1152px) {
.night-mode .task-list-item-checkbox {
background-image: url('box-night-mode-osx.svg');
}
.night-mode .task-list-item-checkbox:checked {
background-image: url('check-night-mode-osx.svg');
}
}
.header, .footer {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
.title {
margin-top: 50%;
}
span.hashtag:lang("*") {
font-family: -apple-system;
font-weight: 400;
line-height: 1rem;
font-size: 0.85rem;
color: hsl(0, 0%, 55%);
padding: 0.2rem 0.5rem;
display: inline-block;
vertical-align: top;
border-radius: 1rem;
border-width: 1pt;
border-style: solid;
border-color: hsl(0, 0%, 90%);
background-color: hsl(0, 0%, 100%);
}
html.night-mode span.hashtag {
border-color: hsl(0, 0%, 18%);
background-color: hsl(0, 0%, 5%)
}
mark {
color: inherit;
background-color: rgb(253, 229, 102);
padding: 0.04167em 0.08333em 0.1667em 0.08333em;
}
html.night-mode mark {
color: inherit;
background-color: rgb(121, 76, 14);
} | iAPub.iatemplate/Contents/Resources/core.css | * {
box-sizing: border-box;
}
/* Fonts: NittiPro used for code across templates */
/* Regular versions on OS X, slim versions on iOS (assumes iOS will never have regular versions) */
@font-face {
font-family: "NittiPro";
font-weight: 300;
font-style: normal;
src: local("NittiPro-SemiLight"), local("NittiPro-SemiLightSlim");
}
@font-face {
font-family: "NittiPro";
font-weight: 300;
font-style: italic;
src: local("NittiPro-SemiLightItalic"), local("NittiPro-SemiLightItalicSlim");
}
@font-face {
font-family: "NittiPro";
font-weight: 500;
font-style: normal;
src: local("NittiPro-Medium"), local("NittiPro-MediumSlim");
}
@font-face {
font-family: "NittiPro";
font-weight: 500;
font-style: italic;
src: local("NittiPro-MediumItalic"), local("NittiPro-MediumItalicSlim");
}
/* BASE */
html,
a {
color: #1a1a1a;
}
html {
background-color: #f9f9f9; /* iOS background color */
}
body {
box-sizing: content-box; /* So measure calculations don’t need to include gutters */
margin: 20px auto; /* 20px for iPhone */
padding: 0 12px; /* 12px gutters to match iPhone 5 Title bar UI */
word-wrap: break-word;
text-rendering: optimizeLegibility; /* NOTE May cause performance issues */
/* font-kerning is enabled by default in OS X Safari 7+ */
-webkit-font-kerning: normal;
font-kerning: normal;
}
/* iOS gutters responsive adjustments */
/* iPhone 6 */
@media screen and (min-width: 375px) {
body {
padding-left: 15px;
padding-right: 15px;
}
}
/* iPhone 6+ */
@media screen and (min-width: 414px) {
body {
padding-left: 24px;
padding-right: 24px;
}
}
@media screen and (min-width: 480px) {
body {
padding-left: 32px;
padding-right: 32px;
}
}
@media screen and (min-width: 600px) {
body {
padding-left: 48px;
padding-right: 48px;
}
}
/* iPad triggered on 760 not 768 to work with fonts */
@media screen and (min-width: 760px) and (max-device-width: 1024px) {
body {
margin-top: 40px;
margin-bottom: 40px;
padding-left: 70px;
padding-right: 70px;
}
}
/* Responsive adjustments for OS X */
@media screen and (min-device-width: 1152px) {
html {
background-color: #fcfcfc;
}
body {
margin-top: 60px; /* 60pt */
margin-bottom: 60px; /* 60pt */
padding-left: 24px;
padding-right: 24px;
}
}
@media screen and (min-width: 480px) and (min-device-width: 1152px) {
body {
padding-left: 48px;
padding-right: 48px;
}
}
@media screen and (min-width: 640px) and (min-device-width: 1152px) {
body {
padding-left: 72px;
padding-right: 72px;
}
}
/* Headings */
body > h1:first-child {
margin-top: 0; /* Controlled via body padding-top */
}
/* Responsive list padding (default used by Sans, overridden for Mono and Serif) */
ul,
ol {
padding-left: 1.5rem; /* 22.5px for font-size: 15px @320px. rem works better for RWD than % */
}
@media screen and (min-width: 760px) {
/* Left padding based on 40px browser default */
ul,
ol {
padding-left: 2.2222rem; /* ~40px for font-size: 18px. rem works better for RWD than % */
}
}
/* HACK: Prevent empty list items collapsing
Note this doesn’t work for paragraph lists, although we can fix via class or once has() is supported with: `ul li:not:has(p)::after` */
ul li:empty::after,
.task-list-item:last-child::after {
content: "";
display: inline-block;
}
dd {
-webkit-margin-start: 2.2222rem; /* ~40px for font-size: 18px. rem works better for RWD than % */
margin-start: 2.2222rem;
}
/* Remove vertical margins on nested lists */
:-webkit-any(li, dt, dd, th, td) > :-webkit-any(ul, ol, dl) {
margin-top: 0;
margin-bottom: 0;
}
/* img is wrapped in p on export by default, so leave as inline */
img {
max-width: 100%;
vertical-align: top;
}
figure img {
display: block;
}
hr {
clear: both;
margin: 3rem auto 3rem; /* Extra-large for visibility in mini-map (<100px wide) */
border: 0;
border-bottom: 1px #e6e6e6 solid;
}
/* More reasonable default to override per template */
@media screen and (min-width: 100px) {
hr {
margin-top: 2rem;
margin-bottom: 2rem;
}
}
/* Horizontal rule responsive adjustments */
@media screen and (min-width: 1080px) {
hr {
margin-top: 46px;
margin-bottom: 46px;
}
}
/* table-layout: fixed; produces equal-width columns, which is generally a better result */
table {
table-layout: fixed;
width: 100%;
border-top: 1px #e6e6e6 solid;
border-bottom: 1px #e6e6e6 solid;
border-collapse: collapse;
font-size: calc((15 / 18) * 1rem); /* 0.8333rem = 15px @ font-size: 18px */
line-height: calc(24 / 15); /* 1.6 = 24px @ font-size: 15px */
}
caption {
border-bottom: 1px solid #e6e6e6;
padding-top: calc((10 / 1080) * 100%); /* 10px when width: 1080px */
padding-bottom: calc((10 / 1080) * 100%); /* 10px when width: 1080px */
font-size: 1em;
}
tbody {
border-top: 1px #e6e6e6 solid;
}
th,
td {
margin-right: calc((30 / 1080) * 100%); /* 30px when width: 1080px */
padding: calc((10 / 1080) * 100%) 0 calc((10 / 1080) * 100%); /* 10px 0 10px when width: 1080px */
vertical-align: top;
text-align: left;
}
/* Table cell responsive adjustments */
@media screen and (min-width: 1080px) {
caption,
th,
td {
padding-top: 10px;
padding-bottom: 10px;
}
th,
td {
margin-right: 30px;
}
}
th:last-of-type,
td:last-of-type {
margin-right: 0;
}
/* Code */
pre,
code,
kbd {
border-radius: 2px;
white-space: pre-wrap;
background-color: rgba(36, 36, 36, 0.055);
}
figure pre {
margin-top: 0;
}
pre code {
background-color: transparent;
}
pre {
padding: 1rem;
overflow: hidden;
}
pre code {
padding: 0;
}
code,
samp,
kbd {
font-family: "NittiPro", "Keyboard", monospace;
font-size: calc((15 / 19) * 1em); /* 0.7895em = 15px @ font-size: 19px (based on 12/16px @640 = 15.2px).
font-weight: 200; /* Light weight for non-Retina (@1x) */
}
/* Semi-light weight for Retina (@2x) */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), print {
code,
samp,
kbd {
font-weight: 300;
}
}
/* Use 500 not 700 for code that inherits bold.*/
:-webkit-any(strong, bold, th) :-webkit-any(code, samp, kbd) {
font-weight: 500;
}
code,
kbd {
padding: 0.08333em 0.1667em 0.1667em; /* ~1px 2px 2px when font-size: 12px, taking 1px border into account */
}
/* Prevent code line-height increasing heading line-height */
:-webkit-any(h1, h2, h3, h4, h5, h6) > code, kbd {
line-height: normal;
}
kbd {
border-color: #dedede;
}
/* Print styles */
@media print {
*,
*:before,
*:after {
color: #000 !important; /* black prints faster */
box-shadow: none !important;
text-shadow: none !important;
}
html {
font-size: 9pt; /* ← needs to be set per template to counter responsive typography */
background: transparent !important; /* Only on html due to checkboxes */
}
/* Make sure there’s no margin-top on first element */
body > :first-child {
margin-top: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
img,
figure {
page-break-inside: avoid;
page-break-after: avoid; /* Not supported by Webkit at time of writing, ref: https://bugs.webkit.org/show_bug.cgi?id=5097 */
}
p {
/* Not supported by Webkit at time of writing, ref: https://bugs.webkit.org/show_bug.cgi?id=39735 */
widows: 3;
orphans: 3;
}
hr {
border-bottom-color: #000 !important;
}
/* Underline on superscript footnote number, which when clicked shows an error */
.footnote {
text-decoration: none;
}
/* Remove links to citations */
p a.citation {
display: none;
}
/* Underline for table of contents on printed pages */
.TOC a {
text-decoration: none;
}
/* Link which allows you to go back to the text from footnote—useless on a printed page */
.reversefootnote {
display: none;
}
}
/* OBJECTS */
/* Center Headings
Center h1-h5 headings, via the Centered Headings setting */
.center-headings :-webkit-any(h1, h4, h5, h6) {
text-align: center;
}
/* Night Mode */
.night-mode,
.night-mode a {
color: #dedede; /* iOS text color */
}
.night-mode {
background-color: #101010; /* iOS background color */
}
.night-mode pre,
.night-mode code,
.night-mode kbd {
background-color: rgba(245, 245, 245, 0.06);
}
.night-mode pre code {
background-color: transparent;
}
/* Colors for OS X */
@media screen and (min-device-width: 1152px) {
.night-mode,
.night-mode a {
color: #cccccc; /* OS X text color */
}
.night-mode {
background-color: #101010;
}
}
/* Fake sub-pixel lines */
.night-mode hr,
.night-mode caption,
.night-mode tbody th,
.night-mode td {
border-bottom-color: #666;
}
.night-mode tbody th,
.night-mode td {
border-top-color: #666;
}
/* Footnotes */
.footnotes ol{
margin-left: 0 !important;
padding-left: 0 !important;
list-style-position: inside !important;
}
.footnotes li{
text-indent: 3em !important;
}
.footnotes hr {
display: none !important;
}
.citations ul {
padding-left: 0 !important;
}
.citations li {
list-style: none !important;
}
.citations p {
padding-left: 3em !important;
text-indent: -3em !important;
}
/* Remove underline on .reversefootnote arrow for iOS, as it’s turned into an emoji */
@media screen and (max-device-width: 1024px) {
.reversefootnote {
text-decoration: none;
}
}
/* Footnotes responsive adjustments when width: 1080px */
@media screen and (min-width: 1080px) {
.footnotes {
margin-top: 45px;
}
}
/* Task Lists
Left padding based on 40px default */
/* Position ordinal counters so 1-9 left-align with left content edge. Subsequent counters will begin in gutter. */
ol .task-list-item {
margin-left: -0.6667rem; /* ~-10px @ font-size: 15px */
padding-left: 0.6667rem; /* ~10px @ font-size: 15px */
}
/* Hide default bullets for unordered task lists. */
ul .task-list-item {
list-style-type: none;
}
/* Hide gen-content bullets for unordered task lists. */
ul .task-list-item:before {
display: none;
}
.task-list-item-checkbox {
float: left; /* Removes from flow in case of paragraph list items */
width: 1.6rem; /* Same as p line-height (changing width/height affects svg size) */
height: 1.6rem; /* Same as width */
margin: 0 0 0 -1.6rem; /* 0s to overwrite user agent styles */
border: none; /* Otherwise iPhone draws a border */
font-size: 1rem; /* Required to overwrite user agent styles, set to same as p */
background-image: url('box.svg');
background-repeat: no-repeat;
background-position: 40% 40%; /* x=roughly align with bullets and between ordinal and text, y=4px down to roughly align to baseline. */
background-size: 50% 50%; /* Desired size 12px / 21px line-height for Preview */
background-color: transparent;
-webkit-print-color-adjust: exact; /* Prevents from hiding when printed */
-webkit-appearance: none; /* Disables system checkbox image */
opacity: 1.0; /* Otherwise they are 0.4 on iPhone, where it applies disabled effect even with above */
}
.task-list-item-checkbox:checked {
background-image: url('check.svg');
}
/* Checkbox color in Night Mode (=text color) */
.night-mode .task-list-item-checkbox {
background-image: url('box-night-mode-ios.svg');
}
.night-mode .task-list-item-checkbox:checked {
background-image: url('check-night-mode-ios.svg');
}
/* OS X color */
@media screen and (min-device-width: 1152px) {
.night-mode .task-list-item-checkbox {
background-image: url('box-night-mode-osx.svg');
}
.night-mode .task-list-item-checkbox:checked {
background-image: url('check-night-mode-osx.svg');
}
}
.header, .footer {
margin-top: 30px;
margin-bottom: 30px;
text-align: center;
}
.title {
margin-top: 50%;
}
span.hashtag:lang("*") {
font-family: -apple-system;
font-weight: 400;
line-height: 1rem;
font-size: 0.85rem;
color: hsl(0, 0%, 55%);
padding: 0.2rem 0.5rem;
display: inline-block;
vertical-align: top;
border-radius: 1rem;
border-width: 1pt;
border-style: solid;
border-color: hsl(0, 0%, 90%);
background-color: hsl(0, 0%, 100%);
}
html.night-mode span.hashtag {
border-color: hsl(0, 0%, 18%);
background-color: hsl(0, 0%, 5%)
}
mark {
color: inherit;
background-color: rgb(253, 229, 102);
padding: 0.04167em 0.08333em 0.1667em 0.08333em;
}
html.night-mode mark {
color: inherit;
background-color: rgb(121, 76, 14);
} | 0.354768 | 0.096834 |
blockquote.style2:first-child,
blockquote.style2 p,
blockquote.style3:first-child,
blockquote.style3 p {
display: inline
}
blockquote.style2,
blockquote.style3 {
background: #fff;
border-left: 0;
padding: .5em 10px
}
blockquote.style2 {
margin: 5px 2px;
quotes: "\201C""\201D";
color: #000;
font-family: 'Great Vibes', cursive, Georgia, 'Times New Roman', serif;
font-size: 200%;
text-align: -webkit-center
}
blockquote.style2:before {
color: #333;
font-size: 4em;
line-height: .1em;
vertical-align: -.1em
}
blockquote.style2:after {
color: #333;
font-size: 4em;
line-height: .1em;
vertical-align: -.2em
}
blockquote.style2:last-child {
margin-bottom: 0
}
blockquote.style3 {
border-top: .4em solid #000;
border-bottom: .1em solid rgba(0, 0, 0, .5);
quotes: none;
color: #000;
font-family: Volkhov, 'Times New Roman', serif;
margin: 5px;
font-size: 1.2em;
font-weight: 700
}
blockquote.style3:last-child {
margin-bottom: 0
}
ul.quoteauthor {
list-style: none
}
ul.quoteauthor {
text-transform: uppercase
}
ul.quoteauthor {
font-family: "PT Sans", Helvetica, Arial, sans-serif
}
ul.quoteauthor {
text-align: right;
margin: 5px 5px 15px;
font-size: .9em;
letter-spacing: .09em;
color: rgba(0, 0, 0, .9)!important
}
blockquote.style4 {
color: #777;
}
blockquote.style4,
.box-gray,
.box-red,
.box-green,
.box {
margin: 1.5em 0px .75em 0px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
padding: .75em .5em .75em 1em;
background: #fff;
font-size: 1em;
line-height: 1.5;
border-width: 0px;
}
blockquote.style4,
.box-gray {
border-left: 0.5em solid #DDD;
margin-left: -.5em;
}
.box-red {
border-left: 0.5em solid #c11100;
margin-left: -.5em;
}
.box-green {
border-left: 0.5em solid #47ad09;
margin-left: -.5em;
}
blockquote.style4:before {
display: block;
height: 0;
content: "\201C";
margin-left: -.95em;
font-style: italic;
font-size: 400%;
line-height: 1;
font-family: Cochin, Georgia, "Times New Roman", serif;
color: #999;
}
.anchor-link {
opacity: 0;
float: left;
margin-top: 0.6em;
margin-left: -1.4em;
padding-right: 0.4em;
font-size: 0.6em;
color: #9A9A9A;
transition: opacity 0.1s ease-in-out;
}
.anchor-link:hover {
text-decoration: none;
color: #268bd2;
}
h1:hover .anchor-link,
h2:hover .anchor-link,
h3:hover .anchor-link,
h4:hover .anchor-link,
h5:hover .anchor-link {
opacity: 1;
}
.collapsed {
display: none;
}
.collapsible {
cursor: pointer;
}
.collapsible.collapsed {
display: inline;
}
.collapsible:before {
font-family: FontAwesome;
display: inline-block;
width: 1.5em;
text-align: center;
content: "\f103";
}
.collapsible.collapsed:before {
content: "\f101";
} | public/css/addon.css | blockquote.style2:first-child,
blockquote.style2 p,
blockquote.style3:first-child,
blockquote.style3 p {
display: inline
}
blockquote.style2,
blockquote.style3 {
background: #fff;
border-left: 0;
padding: .5em 10px
}
blockquote.style2 {
margin: 5px 2px;
quotes: "\201C""\201D";
color: #000;
font-family: 'Great Vibes', cursive, Georgia, 'Times New Roman', serif;
font-size: 200%;
text-align: -webkit-center
}
blockquote.style2:before {
color: #333;
font-size: 4em;
line-height: .1em;
vertical-align: -.1em
}
blockquote.style2:after {
color: #333;
font-size: 4em;
line-height: .1em;
vertical-align: -.2em
}
blockquote.style2:last-child {
margin-bottom: 0
}
blockquote.style3 {
border-top: .4em solid #000;
border-bottom: .1em solid rgba(0, 0, 0, .5);
quotes: none;
color: #000;
font-family: Volkhov, 'Times New Roman', serif;
margin: 5px;
font-size: 1.2em;
font-weight: 700
}
blockquote.style3:last-child {
margin-bottom: 0
}
ul.quoteauthor {
list-style: none
}
ul.quoteauthor {
text-transform: uppercase
}
ul.quoteauthor {
font-family: "PT Sans", Helvetica, Arial, sans-serif
}
ul.quoteauthor {
text-align: right;
margin: 5px 5px 15px;
font-size: .9em;
letter-spacing: .09em;
color: rgba(0, 0, 0, .9)!important
}
blockquote.style4 {
color: #777;
}
blockquote.style4,
.box-gray,
.box-red,
.box-green,
.box {
margin: 1.5em 0px .75em 0px;
box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
padding: .75em .5em .75em 1em;
background: #fff;
font-size: 1em;
line-height: 1.5;
border-width: 0px;
}
blockquote.style4,
.box-gray {
border-left: 0.5em solid #DDD;
margin-left: -.5em;
}
.box-red {
border-left: 0.5em solid #c11100;
margin-left: -.5em;
}
.box-green {
border-left: 0.5em solid #47ad09;
margin-left: -.5em;
}
blockquote.style4:before {
display: block;
height: 0;
content: "\201C";
margin-left: -.95em;
font-style: italic;
font-size: 400%;
line-height: 1;
font-family: Cochin, Georgia, "Times New Roman", serif;
color: #999;
}
.anchor-link {
opacity: 0;
float: left;
margin-top: 0.6em;
margin-left: -1.4em;
padding-right: 0.4em;
font-size: 0.6em;
color: #9A9A9A;
transition: opacity 0.1s ease-in-out;
}
.anchor-link:hover {
text-decoration: none;
color: #268bd2;
}
h1:hover .anchor-link,
h2:hover .anchor-link,
h3:hover .anchor-link,
h4:hover .anchor-link,
h5:hover .anchor-link {
opacity: 1;
}
.collapsed {
display: none;
}
.collapsible {
cursor: pointer;
}
.collapsible.collapsed {
display: inline;
}
.collapsible:before {
font-family: FontAwesome;
display: inline-block;
width: 1.5em;
text-align: center;
content: "\f103";
}
.collapsible.collapsed:before {
content: "\f101";
} | 0.549882 | 0.188548 |
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 1em;
line-height: 1.5;
}
html,
body {
height: 100%;
}
body {
padding: 3% 5%;
font-family: Lato, sans-serif;
position: relative;
}
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url(../images/bg.jpg);
background-size: cover;
filter: blur(20px);
}
article {
display: flex;
height: 100%;
position: relative;
background: #fff;
box-shadow: 0px 0px 50px -10px #9a7289;
}
aside {
width: 30%;
background-color: #ccc;
}
aside .left {
width: 100%;
height: 100%;
display: block;
background-image: url(../images/left1.jpg);
background-size: cover;
}
section {
width: 70%;
overflow: hidden;
padding: 2% 5% 0;
position: relative;
}
section:before {
position: absolute;
right: 0;
width: 5%;
top: 0;
height: 100%;
background: red;
}
h1, h2, h3 {
font-family: Montserrat, sans-serif;
}
h1 {
font-size: 3.5vw;
margin: 0 0 2vw 0;
}
h2 {
font-size: 2vw;
font-style: italic;
font-weight: 400;
margin: 0 0 1vw 0;
}
h3 { margin-bottom:5px }
.strong { margin-bottom:-22px; padding-bottom:-10px; font-weight: bold }
@keyframes move {
0% {
transform: translate3d(0px, 0px, 0px);
}
100% {
transform: translate3d(-1250px, 0px, 0px);
}
}
.teaser {
display: flex;
margin: 0 0 3vw 0;
animation: move 20s forwards linear;
}
.teaser figure {
overflow: hidden;
margin: 0;
width: 350px;
min-width: 350px;
padding: 0 30px 0 0;
position: relative;
}
.teaser img {
width: 320px;
height: auto;
object-fit: cover;
}
.teaser figcaption {
position: absolute;
background-color: #fff;
bottom: 0;
font-size: 20px;
color: #000;
mix-blend-mode: screen;
display: none;
}
.teaser figcaption h3 {
margin: 0;
padding: 3px 5px;
width: 100%;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
aside .left, aside { display:none !important; }
section { width: 100%; }
html { font-size: 2.5em; }
#logo { width:100%; height: auto;}
} | css/style.css | @import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,700");
@import url("https://fonts.googleapis.com/css?family=Lato:400,400i,700");
*,
*:before,
*:after {
-webkit-box-sizing: inherit;
box-sizing: inherit;
}
html {
box-sizing: border-box;
font-size: 1em;
line-height: 1.5;
}
html,
body {
height: 100%;
}
body {
padding: 3% 5%;
font-family: Lato, sans-serif;
position: relative;
}
body:before {
content: "";
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: url(../images/bg.jpg);
background-size: cover;
filter: blur(20px);
}
article {
display: flex;
height: 100%;
position: relative;
background: #fff;
box-shadow: 0px 0px 50px -10px #9a7289;
}
aside {
width: 30%;
background-color: #ccc;
}
aside .left {
width: 100%;
height: 100%;
display: block;
background-image: url(../images/left1.jpg);
background-size: cover;
}
section {
width: 70%;
overflow: hidden;
padding: 2% 5% 0;
position: relative;
}
section:before {
position: absolute;
right: 0;
width: 5%;
top: 0;
height: 100%;
background: red;
}
h1, h2, h3 {
font-family: Montserrat, sans-serif;
}
h1 {
font-size: 3.5vw;
margin: 0 0 2vw 0;
}
h2 {
font-size: 2vw;
font-style: italic;
font-weight: 400;
margin: 0 0 1vw 0;
}
h3 { margin-bottom:5px }
.strong { margin-bottom:-22px; padding-bottom:-10px; font-weight: bold }
@keyframes move {
0% {
transform: translate3d(0px, 0px, 0px);
}
100% {
transform: translate3d(-1250px, 0px, 0px);
}
}
.teaser {
display: flex;
margin: 0 0 3vw 0;
animation: move 20s forwards linear;
}
.teaser figure {
overflow: hidden;
margin: 0;
width: 350px;
min-width: 350px;
padding: 0 30px 0 0;
position: relative;
}
.teaser img {
width: 320px;
height: auto;
object-fit: cover;
}
.teaser figcaption {
position: absolute;
background-color: #fff;
bottom: 0;
font-size: 20px;
color: #000;
mix-blend-mode: screen;
display: none;
}
.teaser figcaption h3 {
margin: 0;
padding: 3px 5px;
width: 100%;
}
@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
aside .left, aside { display:none !important; }
section { width: 100%; }
html { font-size: 2.5em; }
#logo { width:100%; height: auto;}
} | 0.415492 | 0.103024 |
====================================================================
Reset
====================================================================
***/
* {
margin: 0px;
padding: 0px;
border: none;
outline: none;
}
/***
====================================================================
Global Settings
====================================================================
***/
::-moz-selection {
/* Code for Firefox */
background-color: #000;
color: #fff;
}
::selection {
background-color: #000;
color: #fff;
}
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #777777;
font-weight: 300;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #777777;
opacity: 1;
font-weight: 300;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #777777;
opacity: 1;
font-weight: 300;
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #777777;
font-weight: 300;
}
::-ms-input-placeholder {
/* Microsoft Edge */
color: #777777;
font-weight: 300;
}
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
body {
background-color: #fff;
color: #8c8d9e;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.625em;
position: relative;
word-wrap: break-word;
}
dl, ol, ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol,
ul {
margin: 0;
padding: 0;
list-style: none;font-size: 16px;
}
select {
display: block;font-size: 16px;
}
figure {
margin: 0;font-size: 16px;
}
a {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;font-size: 16px;
}
iframe {
border: 0;font-size: 16px;
}
a,
a:focus,
a:hover {
text-decoration: none;
outline: 0;
color: #000;font-size: 16px;
}
p {
color: #757575;
font-size: 16px;
margin-bottom:20px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
text-decoration: none;
outline: 0;font-size: 16px;
}
.card-panel {
margin: 0;
padding: 60px;font-size: 16px;
}
/**
* Typography
*
**/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
font-size: 1em;
line-height: inherit;font-size: 16px;
}
.gray-bg {
background: #f9f9ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans", sans-serif;
color: #1b4962;
line-height: 1.2em !important;
margin-bottom: 0;
margin-top: 0;
font-weight:800;
}
code {
font-size: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: 0;
margin-top: 0;
font-family: "Open Sans", sans-serif;
font-weight: 800;
color: #1b4962;
}
h1,
.h1 {
font-size: 42px;
}
h2,
.h2 {
font-size: 36px;
}
h3,
.h3 {
font-size: 32px;
}
h4,
.h4 {
font-size: 28px;
}
h5,
.h5 {
font-size: 24px;
}
h6,
.h6 {
font-size: 18px;
}
td,
th {
border-radius: 0px;
}
/* Sections
========================================================================== */
body {
margin: 0;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bold;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-bottom:20px;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 4px solid #eee;
padding-bottom: 15px;
margin-bottom: 20px;
}
blockquote p {
font-style: italic;
padding: 15px 0px 5px 15px;
margin-bottom: 0px;
color:#1b4962!important;
font-weight: 400;
}
blockquote cite {
padding-top: 7px;
display: inline-block;
font-weight: 700;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 16px;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}
figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */
}
table {
margin: 0 0 1.5em;
width: 100%;
}
table td,
table th {
border: 1px solid #767676;
padding: 15px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
background: #222;
color: #fff;
font-size: 12px;
padding: 1em 1em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
padding: 8px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.nav-previous,
.nav-next {
background: #fff;
padding: 20px;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}
.nav-previous a,
.nav-next a {
font-weight: 500;
}
.nav-txt {
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.primary-menu>.menu-item {
text-transform: uppercase;
}
.primary-menu>li {
display: inline-block;
}
.is-active .primary-menu>li {
display: block;
}
.main-navigation ul {
list-style: none;
}
.sub-menu li {
text-transform: capitalize;
/* border-bottom: 1px solid #e3e3e3; */
}
.sub-menu li:last-child {
border-bottom: none;
}
.main-navigation .arrow:before {
margin-left: 5px;
display: inline;
font-family: "Linearicons-Free";
height: auto;
content: "\e874";
font-weight: 600;
text-shadow: none;
width: 10px;
display: inline-block;
font-size: 10px;
}
.is-active.main-navigation .arrow {
float: right;
}
.sub-menu .arrow:before {
margin-left: 5px;
display: inline;
font-family: "Linearicons-Free";
height: auto;
content: "\e876";
float: right;
font-weight: 600;
text-shadow: none;
width: 10px;
display: inline-block;
font-size: 10px;
}
@media (max-width: 991px) {
.main-navigation {
position: fixed;
top: 0;
left: -480px;
z-index: 9999;
width: 480px;
max-width: -webkit-calc(100% - 200px);
max-width: calc(100% - 200px);
height: 100%;
padding: 64px 16px 48px 24px;
overflow-y: scroll;
overflow-x: hidden;
background: #f4f7f6;
}
.logged-in.page .main-navigation,
.logged-in .main-navigation {
margin-top: 48px !important;
}
.main-navigation.is-active {
left: 0;
text-align: left;
}
.main-navigation ul li ul {
display: none !important;
}
.primary-menu>li {
border-bottom: 1px solid #ccc;
}
ul.primary-menu li.menu-item-has-children>ul.sub-menu {
padding-left: 8px;
}
.sub-menu.show {
display: block !important;
}
}
@media screen and (max-width: 480px) {
.main-navigation {
max-width: -webkit-calc(100% - 80px);
max-width: calc(100% - 80px);
}
}
.close-navigation,
.hamburger-menu {
display: none !important;
}
@media(max-width:991px) {
.close-navigation,
.hamburger-menu {
display: inline-block !important;
}
}
ul.primary-menu li {
position: relative;
margin-top: 0;
font-size: 14px;
font-weight: 600;
}
ul.primary-menu li a {
display: block;
text-decoration: none;
outline: none;
-webkit-transition: color .5s;
transition: color .5s;
color: #fff;
padding: 12px 16px;
}
ul.primary-menu li.current-menu-item a,
ul.primary-menu li:hover>a {
opacity: .7;
}
ul.primary-menu li a:hover,
ul.primary-menu li.current-menu-item a,
ul.primary-menu li:hover>a {
opacity: .7;
}
@media (min-width: 991px) {
ul.primary-menu li ul {
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
position: absolute;
top: -webkit-calc(100% + 30px);
top: calc(100% + 30px);
left: 0;
z-index: 999;
width: 220px;
height: auto;
padding: 0;
border-bottom: 0;
text-align: left;
background: #f4f7f6;
display: none !important;
opacity: 0;
}
ul.primary-menu li:hover>ul {
top: 100%;
display: block !important;
opacity: 1;
-webkit-animation: slide-down .5s ease-out;
-moz-animation: slide-down .5s ease-out;
}
@-webkit-keyframes slide-down {
0% {
opacity: 0;
-webkit-transform: translateY(3%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-down {
0% {
opacity: 0;
-moz-transform: translateY(3%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
}
ul.primary-menu li:hover>ul {
display: block;
}
ul.primary-menu li li {
height: auto !important;
}
ul.primary-menu li li a {
width: 100%;
}
ul.primary-menu li li ul {
top: 20px;
left: 100%;
}
ul.primary-menu li li:hover>ul {
top: -1px;
}
/*
Hamburger Menu
----------------------------------------*/
.hamburger-menu {
position: absolute;
display: inline-block;
width: 22px;
height: 40px;
margin-left: 2px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
right: 0;
}
.hamburger-menu span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #000;
opacity: 1;
left: 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
top: 12px;
}
.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
top: 19px;
}
.hamburger-menu span:nth-child(4) {
top: 26px;
}
.hamburger-menu.cross span:nth-child(1) {
top: 28px;
width: 0;
left: 50%;
}
.hamburger-menu.cross span:nth-child(2) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburger-menu.cross span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hamburger-menu.cross span:nth-child(4) {
top: 28px;
width: 0;
left: 50%;
}
.close-navigation {
top: 24px;
right: 0px;
z-index: 9999;
width: 48px;
height: 48px;
}
.close-navigation span {
font-size: 36px;
}
.body-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
background: rgba(0, 0, 0, .7);
}
.body-overlay.is-active {
opacity: 1 !important;
visibility: visible !important;
}
.transition-5s {
-webkit-transition: all .5s;
transition: all .5s;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.aligncenter .twitter-tweet {
margin-left: auto;
margin-right: auto;
}
.wp-block-gallery {
margin-left: 0;
margin-bottom: 1.2em;
}
.wp-block-image figcaption {
font-size: 15px;
margin-top: 1em;
}
.entry-content .wp-block-gallery {
padding-left: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.entry-content h2 {
padding-bottom: 0.8em;
}
.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol {
margin: 0 0 1.5em 2em;
}
.wp-block-gallery {
margin: 0px !important;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 2em;
/* Make sure select elements fit in widgets. */
}
.widget:last-child {
margin-bottom: 0px;
}
.widget select {
width: 100%;
padding: 8px 10px;
}
.hidden {
display: none !important;
}
.search-form {
position: relative
}
.search-form input {
padding-right: 40px;
border-radius: 0px;
padding-left: 15px;
}
.widget-title {
font-size: 20px;
text-transform: capitalize;
margin-bottom: 40px;
}
.widget-title:after {
content: "";
width: 40px;
height: 3px;
background-color: #222;
left: 0;
position: relative;
display: block;
top: 10px;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li {
display: flex;
justify-content: space-between;
/* margin-bottom: 10px; */
/* border-bottom: 1px solid #eee; */
padding-bottom: 10px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child {
border-bottom: none;
}
.haschildren {
display: inline-block !important;
margin-bottom: 0px;
}
.haschildren .children {
margin-top: 20px;
}
.haschildren .children li {
border-bottom: none !important;
}
.haschildren .children li:last-child {
margin-bottom: 0px;
}
.widget_archive ul li:last-child {
border-bottom: none;
}
.widget_calendar table {
margin: 0px;
}
.widget_calendar table th,
.widget_calendar table td {
text-align: center;
}
.widget_calendar table th {
background: #e94d65;
color: #fff;
border: 1px solid #ffffff;
padding: 10px;
}
.widget_calendar table td {
border: 1px solid #eee;
padding: 9px;
}
@media(max-width: 1200px) and (min-width: 992px) {
.widget_calendar table td {
padding: 6px;
}
}
.widget_calendar table td a {
font-weight: 700;
}
.widget_calendar caption {
text-align: center;
color: #222;
font-weight: 700;
text-transform: uppercase;
}
.widget_recent_comments ul li,
.widget_rss ul li,
.widget_nav_menu ul li {
/* margin-bottom: 10px; */
/* padding-bottom: 10px; */
/* border-bottom: 1px solid #eee; */
/* list-style: none; */
}
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_recent_comments ul li span,
.widget_rss cite {
font-weight: 500;
}
.widget_recent_comments .comment-author-link a {
text-decoration: none;
}
.widget_recent_comments ul li a {
text-decoration: underline;
}
.widget_recent_entries ul li,
.widget_meta ul li {
list-style: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.header-section {
padding: 0px;
text-align: center;
background-color: #000;
}
.site-branding {
margin-bottom: 30px;
}
.site-description {
margin-bottom: 0px;
}
@media(max-width: 991px) {
.site-header {
position: relative;
display: flex;
align-items: center;
}
.header-section {
text-align: left;
}
.site-branding {
display: inline-block;
margin-bottom: 0px;
width: 210px;
}
}
.site-title {
margin-top: 0px;
}
.page-header {
margin-bottom: 2em;
padding: 10px 30px;
background: #fff;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
border: 1px solid #ddd;
}
.archive-description p {
margin-bottom: 0px;
}
.main-content-section {
padding: 60px 0px;
overflow:hidden;
}
.footer-section {
background-color: #f4f5f9;
padding: 30px 0px;
text-align: center;
}
.widget,
.post,
.content-area .page,
.not-found {
background: #fff;
padding: 30px;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
margin: 0 0 2em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
font-weight: 700;
text-transform: uppercase;
}
.page-links {
text-align: center;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 30px 0px;
margin-top: 30px;
}
.page-links a {
background: black;
padding: 10px 15px;
font-weight: 700;
color: #fff;
margin: 8px;
}
.post-password-form #pwbox-131 {
padding: 8px;
}
.post-password-form label {
margin-bottom: 0px;
}
.post-password-form p:last-child {
display: flex;
align-items: center;
}
@media(max-width: 991px) {
.dope-pagination {
margin-bottom: 30px;
}
}
.post,
.page {
padding: 0px !important;
}
.post-thumbnail img {
width: 100%;
}
.wrap-content {
padding: 30px;
}
.wrap-entry-meta {
display: flex;
align-items: center;
margin: 20px 0px;
}
.single .wrap-entry-meta,.page .wrap-entry-meta {
background: #f4f7f6;
margin-top: 0px !important;
padding: 20px;
}
.wrap-entry-meta .posted-on {
font-weight: 400;
}
.wrap-entry-meta .byline {
font-weight: 600;
}
.entry-avatar {
margin-right: 10px;
}
.entry-avatar img {
border-radius: 50px;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}
.user-details{
display: flex;
justify-content: space-between;
}
.author-wrap{
background:#fff;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
padding:30px;
margin-bottom: 30px;
}
.author-img,.author-details{
display: table-cell;
vertical-align: middle;
}
@media(max-width: 600px){
.author-img,.author-details{
display:block;
padding-left: 0px !important;
}
}
.author-img img{
max-width: inherit;
display: block;
border-radius: 100%;
}
.author-details{
padding-left: 30px;
}
.author-details p{
margin-bottom: 0px;
margin-top: 10px;
}
@media(max-width:480px) {
.entry-title {
font-size: 22px;
}
.entry-category .cat-links a {
font-size: 14px !important;
}
.entry-content p {
font-size: 14px;
}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
margin-top: 30px;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-content {
padding: 20px;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-body {
width: 100%;
}
.comment-list .media-body {
word-break: break-word;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}
.comment-list .comment {
display: block;
}
.comment-list {
padding-left: 0;
}
.comment-list .card {
border-radius: 0px;
border: none;
}
.comment-list .card-header {
border: none;
border-radius: 0px;
background: #eee;
display: inline-flex;
justify-content: space-between;
align-items: center;
padding:10px;
}
.comment-reply {
font-weight: 600;
font-size: 14px;
}
.children {
padding-left: 10px;
}
.comment-meta a {
font-size: 12px;
font-weight: 600;
}
.comment-list .card-footer {
border: none;
background: #eee;
font-weight: 600;
}
.comment-list .fn {
font-style: inherit;
}
.comments-title {
font-size: 25px;
margin: 0 0 1.5em;
padding: 15px 0px;
border-bottom: 1px solid #eee;
}
.post-navigation {
display: flow-root;
}
.comment-navigation {
margin-bottom: 30px;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase;
display: block;
}
.comment-content .card-block {
padding: 20px;
}
.comment-respond .form-control {
border-radius: 0px;
}
.comment-respond input[type="text"] {
padding-left: 15px;
}
.form-submit .btn-primary {
border-radius: 0px;
}
.comment-form-author,.comment-form-email,.comment-form-url{
display:grid;
}
.form-submit .btn-primary:hover {
background: #222;
}
@media(min-width: 768px) {
.nav-previous {
border-right: 2px solid #eee
}
.nav-next {
border-left: 2px solid #eee
}
}
@media(max-width: 767px) {
.nav-previous {
margin-bottom: 20px;
}
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
## Scroll-top
--------------------------------------------------------------*/
.scroll-top {
width: 40px;
height: 40px;
line-height: 40px;
position: fixed;
right: 20px;
bottom: 20px;
z-index: 999;
font-size: 22px;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
display: none;
background: #000000;
border-radius: 3px;
-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
-webkit-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.widget select {
width: 100%;
padding: 8px 10px;
font-size: 15px;
}
.mrsingle .image img{
margin-bottom: 10px;
}
.wp-style ol li {
list-style-type: decimal;
display: list-item;
}
/*************************************Theme Unit Testing***********************/
.wp-style .tag-sticky-2 .inner-box .lower-content,
.wp-style .sticky .inner-box .lower-content{
background:#fafafa;
border:5px solid #e1e1e1;
}
.wp-style h1,.wp-style h2,.wp-style h3,.wp-style h4,.wp-style h5,.wp-style h6{
margin-bottom: 18px;
font-weight: 600;
color: #242424;
line-height: 1.4em;
}
.wp-style h1{
font-size:36px;
}
.wp-style h2{
font-size:32px;
}
.wp-style h3{
font-size:26px;
}
.wp-style h4,.wp-style .text h4{
font-size:22px;
}
.wp-style h5{
font-size:20px;
}
.wp-style h6{
font-size:18px;
}
.wp-style table{
margin-bottom:20px;
}
.wp-style table thead tr th{
border: 1px solid #ddd;
vertical-align: bottom;
padding:8px;
}
.wp-style table tbody tr th{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.wp-style table tbody tr td{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.wp-style .text > ul,.wp-style .text > ol,.wp-style > ol,.wp-style > ul{
padding-left:18px;
}
.wp-style .text > ul li ul,.wp-style .text > ul li ul li ul,.wp-style > ul li ul,.wp-style > ul li ul li ul,
.wp-style .text > ol li ol,.wp-style .text > ol li ol li ol,.wp-style > ol li ol,.wp-style > ol li ol li ol{
padding-left:40px;
}
.wp-style .text > ul li,
.wp-style > ul li{
list-style-type:disc;
display:list-item;
}
.wp-style .text > ul li ul li,
.wp-style > ul li ul li{
list-style-type:circle;
}
.wp-style .text > ul li ul li ul li,
.wp-style > ul li ul li ul li{
list-style-type:square;
}
.wp-style ol li{
list-style-type:decimal;
display:list-item;
}
.wp-style ol li ol li{
list-style-type:lower-alpha;
}
.wp-style ol li ol li ol li{
list-style-type:upper-roman;
}
.wp-style p img,.wp-style figure img,.wp-style img{
max-width:100%;
display:block;
height:auto;
}
figure{
max-width:100%;
display:block;
}
.wp-style > ul li ul, .wp-style > ul li ul li ul, .wp-style > ul li ul, .wp-style > ul li ul li ul, .wp-style > ol li ol, .wp-style .text > ol li ol li ol, .wp-style > ol li ol, .wp-style > ol li ol li ol {
padding-left: 40px;
}
.wp-style > ul li {
list-style-type: disc;
display: list-item;
}
.page-title {
background-color: #f8f8f899;
}
.main_page .text-box{
padding: 25px;
/* border: 2px solid #e6e6e6; */
margin-bottom: 40px;
background: #f4f4f4;
background-color: white;
-webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
position: relative;
}
.wp-style ol, .wp-style ul, .comment .text ul, .comment .text ol {
padding-left: 20px;
} | assets/css/settings.css |
====================================================================
Reset
====================================================================
***/
* {
margin: 0px;
padding: 0px;
border: none;
outline: none;
}
/***
====================================================================
Global Settings
====================================================================
***/
::-moz-selection {
/* Code for Firefox */
background-color: #000;
color: #fff;
}
::selection {
background-color: #000;
color: #fff;
}
::-webkit-input-placeholder {
/* WebKit, Blink, Edge */
color: #777777;
font-weight: 300;
}
:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #777777;
opacity: 1;
font-weight: 300;
}
::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #777777;
opacity: 1;
font-weight: 300;
}
:-ms-input-placeholder {
/* Internet Explorer 10-11 */
color: #777777;
font-weight: 300;
}
::-ms-input-placeholder {
/* Microsoft Edge */
color: #777777;
font-weight: 300;
}
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */
}
body {
background-color: #fff;
color: #8c8d9e;
font-family: "Open Sans", sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.625em;
position: relative;
word-wrap: break-word;
}
dl, ol, ul {
margin-top: 0;
margin-bottom: 1rem;
}
ol,
ul {
margin: 0;
padding: 0;
list-style: none;font-size: 16px;
}
select {
display: block;font-size: 16px;
}
figure {
margin: 0;font-size: 16px;
}
a {
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;font-size: 16px;
}
iframe {
border: 0;font-size: 16px;
}
a,
a:focus,
a:hover {
text-decoration: none;
outline: 0;
color: #000;font-size: 16px;
}
p {
color: #757575;
font-size: 16px;
margin-bottom:20px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
text-decoration: none;
outline: 0;font-size: 16px;
}
.card-panel {
margin: 0;
padding: 60px;font-size: 16px;
}
/**
* Typography
*
**/
.btn i,
.btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
font-size: 1em;
line-height: inherit;font-size: 16px;
}
.gray-bg {
background: #f9f9ff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Open Sans", sans-serif;
color: #1b4962;
line-height: 1.2em !important;
margin-bottom: 0;
margin-top: 0;
font-weight:800;
}
code {
font-size: 100%;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin-bottom: 0;
margin-top: 0;
font-family: "Open Sans", sans-serif;
font-weight: 800;
color: #1b4962;
}
h1,
.h1 {
font-size: 42px;
}
h2,
.h2 {
font-size: 36px;
}
h3,
.h3 {
font-size: 32px;
}
h4,
.h4 {
font-size: 28px;
}
h5,
.h5 {
font-size: 24px;
}
h6,
.h6 {
font-size: 18px;
}
td,
th {
border-radius: 0px;
}
/* Sections
========================================================================== */
body {
margin: 0;
}
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent;
}
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
text-decoration: underline dotted;
/* 2 */
}
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bold;
}
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */
}
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none;
}
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */
}
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible;
}
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none;
}
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em;
}
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */
}
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline;
}
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto;
}
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */
}
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */
}
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block;
}
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item;
}
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none;
}
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: "Open Sans", sans-serif;
font-size: 16px;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin-bottom:20px;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 4px solid #eee;
padding-bottom: 15px;
margin-bottom: 20px;
}
blockquote p {
font-style: italic;
padding: 15px 0px 5px 15px;
margin-bottom: 0px;
color:#1b4962!important;
font-weight: 400;
}
blockquote cite {
padding-top: 7px;
display: inline-block;
font-weight: 700;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 16px;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
box-sizing: border-box;
}
*,
*:before,
*:after {
/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
box-sizing: inherit;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto;
/* Make sure images are scaled correctly. */
max-width: 100%;
/* Adhere to container width. */
}
figure {
margin: 1em 0;
/* Extra wide images within figure tags don't overflow the content area. */
}
table {
margin: 0 0 1.5em;
width: 100%;
}
table td,
table th {
border: 1px solid #767676;
padding: 15px;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: none;
background: #222;
color: #fff;
font-size: 12px;
padding: 1em 1em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
padding: 8px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}
/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.nav-previous,
.nav-next {
background: #fff;
padding: 20px;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}
.nav-previous a,
.nav-next a {
font-weight: 500;
}
.nav-txt {
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.primary-menu>.menu-item {
text-transform: uppercase;
}
.primary-menu>li {
display: inline-block;
}
.is-active .primary-menu>li {
display: block;
}
.main-navigation ul {
list-style: none;
}
.sub-menu li {
text-transform: capitalize;
/* border-bottom: 1px solid #e3e3e3; */
}
.sub-menu li:last-child {
border-bottom: none;
}
.main-navigation .arrow:before {
margin-left: 5px;
display: inline;
font-family: "Linearicons-Free";
height: auto;
content: "\e874";
font-weight: 600;
text-shadow: none;
width: 10px;
display: inline-block;
font-size: 10px;
}
.is-active.main-navigation .arrow {
float: right;
}
.sub-menu .arrow:before {
margin-left: 5px;
display: inline;
font-family: "Linearicons-Free";
height: auto;
content: "\e876";
float: right;
font-weight: 600;
text-shadow: none;
width: 10px;
display: inline-block;
font-size: 10px;
}
@media (max-width: 991px) {
.main-navigation {
position: fixed;
top: 0;
left: -480px;
z-index: 9999;
width: 480px;
max-width: -webkit-calc(100% - 200px);
max-width: calc(100% - 200px);
height: 100%;
padding: 64px 16px 48px 24px;
overflow-y: scroll;
overflow-x: hidden;
background: #f4f7f6;
}
.logged-in.page .main-navigation,
.logged-in .main-navigation {
margin-top: 48px !important;
}
.main-navigation.is-active {
left: 0;
text-align: left;
}
.main-navigation ul li ul {
display: none !important;
}
.primary-menu>li {
border-bottom: 1px solid #ccc;
}
ul.primary-menu li.menu-item-has-children>ul.sub-menu {
padding-left: 8px;
}
.sub-menu.show {
display: block !important;
}
}
@media screen and (max-width: 480px) {
.main-navigation {
max-width: -webkit-calc(100% - 80px);
max-width: calc(100% - 80px);
}
}
.close-navigation,
.hamburger-menu {
display: none !important;
}
@media(max-width:991px) {
.close-navigation,
.hamburger-menu {
display: inline-block !important;
}
}
ul.primary-menu li {
position: relative;
margin-top: 0;
font-size: 14px;
font-weight: 600;
}
ul.primary-menu li a {
display: block;
text-decoration: none;
outline: none;
-webkit-transition: color .5s;
transition: color .5s;
color: #fff;
padding: 12px 16px;
}
ul.primary-menu li.current-menu-item a,
ul.primary-menu li:hover>a {
opacity: .7;
}
ul.primary-menu li a:hover,
ul.primary-menu li.current-menu-item a,
ul.primary-menu li:hover>a {
opacity: .7;
}
@media (min-width: 991px) {
ul.primary-menu li ul {
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
position: absolute;
top: -webkit-calc(100% + 30px);
top: calc(100% + 30px);
left: 0;
z-index: 999;
width: 220px;
height: auto;
padding: 0;
border-bottom: 0;
text-align: left;
background: #f4f7f6;
display: none !important;
opacity: 0;
}
ul.primary-menu li:hover>ul {
top: 100%;
display: block !important;
opacity: 1;
-webkit-animation: slide-down .5s ease-out;
-moz-animation: slide-down .5s ease-out;
}
@-webkit-keyframes slide-down {
0% {
opacity: 0;
-webkit-transform: translateY(3%);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
}
}
@-moz-keyframes slide-down {
0% {
opacity: 0;
-moz-transform: translateY(3%);
}
100% {
opacity: 1;
-moz-transform: translateY(0);
}
}
}
ul.primary-menu li:hover>ul {
display: block;
}
ul.primary-menu li li {
height: auto !important;
}
ul.primary-menu li li a {
width: 100%;
}
ul.primary-menu li li ul {
top: 20px;
left: 100%;
}
ul.primary-menu li li:hover>ul {
top: -1px;
}
/*
Hamburger Menu
----------------------------------------*/
.hamburger-menu {
position: absolute;
display: inline-block;
width: 22px;
height: 40px;
margin-left: 2px;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
right: 0;
}
.hamburger-menu span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #000;
opacity: 1;
left: 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}
.hamburger-menu span:nth-child(1) {
top: 12px;
}
.hamburger-menu span:nth-child(2),
.hamburger-menu span:nth-child(3) {
top: 19px;
}
.hamburger-menu span:nth-child(4) {
top: 26px;
}
.hamburger-menu.cross span:nth-child(1) {
top: 28px;
width: 0;
left: 50%;
}
.hamburger-menu.cross span:nth-child(2) {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.hamburger-menu.cross span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.hamburger-menu.cross span:nth-child(4) {
top: 28px;
width: 0;
left: 50%;
}
.close-navigation {
top: 24px;
right: 0px;
z-index: 9999;
width: 48px;
height: 48px;
}
.close-navigation span {
font-size: 36px;
}
.body-overlay {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 99;
background: rgba(0, 0, 0, .7);
}
.body-overlay.is-active {
opacity: 1 !important;
visibility: visible !important;
}
.transition-5s {
-webkit-transition: all .5s;
transition: all .5s;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
/* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
}
.aligncenter .twitter-tweet {
margin-left: auto;
margin-right: auto;
}
.wp-block-gallery {
margin-left: 0;
margin-bottom: 1.2em;
}
.wp-block-image figcaption {
font-size: 15px;
margin-top: 1em;
}
.entry-content .wp-block-gallery {
padding-left: 0;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}
.entry-content h2 {
padding-bottom: 0.8em;
}
.entry-content ul,
.entry-content ol,
.comment-content ul,
.comment-content ol {
margin: 0 0 1.5em 2em;
}
.wp-block-gallery {
margin: 0px !important;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
margin: 0 0 2em;
/* Make sure select elements fit in widgets. */
}
.widget:last-child {
margin-bottom: 0px;
}
.widget select {
width: 100%;
padding: 8px 10px;
}
.hidden {
display: none !important;
}
.search-form {
position: relative
}
.search-form input {
padding-right: 40px;
border-radius: 0px;
padding-left: 15px;
}
.widget-title {
font-size: 20px;
text-transform: capitalize;
margin-bottom: 40px;
}
.widget-title:after {
content: "";
width: 40px;
height: 3px;
background-color: #222;
left: 0;
position: relative;
display: block;
top: 10px;
}
.widget_archive ul li,
.widget_categories ul li,
.widget_pages ul li {
display: flex;
justify-content: space-between;
/* margin-bottom: 10px; */
/* border-bottom: 1px solid #eee; */
padding-bottom: 10px;
}
.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_pages ul li:last-child {
border-bottom: none;
}
.haschildren {
display: inline-block !important;
margin-bottom: 0px;
}
.haschildren .children {
margin-top: 20px;
}
.haschildren .children li {
border-bottom: none !important;
}
.haschildren .children li:last-child {
margin-bottom: 0px;
}
.widget_archive ul li:last-child {
border-bottom: none;
}
.widget_calendar table {
margin: 0px;
}
.widget_calendar table th,
.widget_calendar table td {
text-align: center;
}
.widget_calendar table th {
background: #e94d65;
color: #fff;
border: 1px solid #ffffff;
padding: 10px;
}
.widget_calendar table td {
border: 1px solid #eee;
padding: 9px;
}
@media(max-width: 1200px) and (min-width: 992px) {
.widget_calendar table td {
padding: 6px;
}
}
.widget_calendar table td a {
font-weight: 700;
}
.widget_calendar caption {
text-align: center;
color: #222;
font-weight: 700;
text-transform: uppercase;
}
.widget_recent_comments ul li,
.widget_rss ul li,
.widget_nav_menu ul li {
/* margin-bottom: 10px; */
/* padding-bottom: 10px; */
/* border-bottom: 1px solid #eee; */
/* list-style: none; */
}
.widget_recent_comments ul li:last-child,
.widget_rss ul li:last-child,
.widget_nav_menu ul li:last-child {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_recent_comments ul li span,
.widget_rss cite {
font-weight: 500;
}
.widget_recent_comments .comment-author-link a {
text-decoration: none;
}
.widget_recent_comments ul li a {
text-decoration: underline;
}
.widget_recent_entries ul li,
.widget_meta ul li {
list-style: none;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.header-section {
padding: 0px;
text-align: center;
background-color: #000;
}
.site-branding {
margin-bottom: 30px;
}
.site-description {
margin-bottom: 0px;
}
@media(max-width: 991px) {
.site-header {
position: relative;
display: flex;
align-items: center;
}
.header-section {
text-align: left;
}
.site-branding {
display: inline-block;
margin-bottom: 0px;
width: 210px;
}
}
.site-title {
margin-top: 0px;
}
.page-header {
margin-bottom: 2em;
padding: 10px 30px;
background: #fff;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
border: 1px solid #ddd;
}
.archive-description p {
margin-bottom: 0px;
}
.main-content-section {
padding: 60px 0px;
overflow:hidden;
}
.footer-section {
background-color: #f4f5f9;
padding: 30px 0px;
text-align: center;
}
.widget,
.post,
.content-area .page,
.not-found {
background: #fff;
padding: 30px;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.hentry {
margin: 0 0 2em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
font-weight: 700;
text-transform: uppercase;
}
.page-links {
text-align: center;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
padding: 30px 0px;
margin-top: 30px;
}
.page-links a {
background: black;
padding: 10px 15px;
font-weight: 700;
color: #fff;
margin: 8px;
}
.post-password-form #pwbox-131 {
padding: 8px;
}
.post-password-form label {
margin-bottom: 0px;
}
.post-password-form p:last-child {
display: flex;
align-items: center;
}
@media(max-width: 991px) {
.dope-pagination {
margin-bottom: 30px;
}
}
.post,
.page {
padding: 0px !important;
}
.post-thumbnail img {
width: 100%;
}
.wrap-content {
padding: 30px;
}
.wrap-entry-meta {
display: flex;
align-items: center;
margin: 20px 0px;
}
.single .wrap-entry-meta,.page .wrap-entry-meta {
background: #f4f7f6;
margin-top: 0px !important;
padding: 20px;
}
.wrap-entry-meta .posted-on {
font-weight: 400;
}
.wrap-entry-meta .byline {
font-weight: 600;
}
.entry-avatar {
margin-right: 10px;
}
.entry-avatar img {
border-radius: 50px;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}
.user-details{
display: flex;
justify-content: space-between;
}
.author-wrap{
background:#fff;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
padding:30px;
margin-bottom: 30px;
}
.author-img,.author-details{
display: table-cell;
vertical-align: middle;
}
@media(max-width: 600px){
.author-img,.author-details{
display:block;
padding-left: 0px !important;
}
}
.author-img img{
max-width: inherit;
display: block;
border-radius: 100%;
}
.author-details{
padding-left: 30px;
}
.author-details p{
margin-bottom: 0px;
margin-top: 10px;
}
@media(max-width:480px) {
.entry-title {
font-size: 22px;
}
.entry-category .cat-links a {
font-size: 14px !important;
}
.entry-content p {
font-size: 14px;
}
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area {
margin-top: 30px;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-content {
padding: 20px;
}
.comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}
.comment-body {
width: 100%;
}
.comment-list .media-body {
word-break: break-word;
box-shadow: 0px 11px 9px 0px rgba(0, 0, 0, 0.02);
}
.comment-list .comment {
display: block;
}
.comment-list {
padding-left: 0;
}
.comment-list .card {
border-radius: 0px;
border: none;
}
.comment-list .card-header {
border: none;
border-radius: 0px;
background: #eee;
display: inline-flex;
justify-content: space-between;
align-items: center;
padding:10px;
}
.comment-reply {
font-weight: 600;
font-size: 14px;
}
.children {
padding-left: 10px;
}
.comment-meta a {
font-size: 12px;
font-weight: 600;
}
.comment-list .card-footer {
border: none;
background: #eee;
font-weight: 600;
}
.comment-list .fn {
font-style: inherit;
}
.comments-title {
font-size: 25px;
margin: 0 0 1.5em;
padding: 15px 0px;
border-bottom: 1px solid #eee;
}
.post-navigation {
display: flow-root;
}
.comment-navigation {
margin-bottom: 30px;
}
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
font-size: 14px;
font-weight: 700 !important;
text-transform: uppercase;
display: block;
}
.comment-content .card-block {
padding: 20px;
}
.comment-respond .form-control {
border-radius: 0px;
}
.comment-respond input[type="text"] {
padding-left: 15px;
}
.form-submit .btn-primary {
border-radius: 0px;
}
.comment-form-author,.comment-form-email,.comment-form-url{
display:grid;
}
.form-submit .btn-primary:hover {
background: #222;
}
@media(min-width: 768px) {
.nav-previous {
border-right: 2px solid #eee
}
.nav-next {
border-left: 2px solid #eee
}
}
@media(max-width: 767px) {
.nav-previous {
margin-bottom: 20px;
}
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
/*--------------------------------------------------------------
## Scroll-top
--------------------------------------------------------------*/
.scroll-top {
width: 40px;
height: 40px;
line-height: 40px;
position: fixed;
right: 20px;
bottom: 20px;
z-index: 999;
font-size: 22px;
color: #fff;
cursor: pointer;
text-align: center;
text-decoration: none;
display: none;
background: #000000;
border-radius: 3px;
-webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 15px rgba(0, 0, 0, 0.25);
-webkit-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;
}
.widget select {
width: 100%;
padding: 8px 10px;
font-size: 15px;
}
.mrsingle .image img{
margin-bottom: 10px;
}
.wp-style ol li {
list-style-type: decimal;
display: list-item;
}
/*************************************Theme Unit Testing***********************/
.wp-style .tag-sticky-2 .inner-box .lower-content,
.wp-style .sticky .inner-box .lower-content{
background:#fafafa;
border:5px solid #e1e1e1;
}
.wp-style h1,.wp-style h2,.wp-style h3,.wp-style h4,.wp-style h5,.wp-style h6{
margin-bottom: 18px;
font-weight: 600;
color: #242424;
line-height: 1.4em;
}
.wp-style h1{
font-size:36px;
}
.wp-style h2{
font-size:32px;
}
.wp-style h3{
font-size:26px;
}
.wp-style h4,.wp-style .text h4{
font-size:22px;
}
.wp-style h5{
font-size:20px;
}
.wp-style h6{
font-size:18px;
}
.wp-style table{
margin-bottom:20px;
}
.wp-style table thead tr th{
border: 1px solid #ddd;
vertical-align: bottom;
padding:8px;
}
.wp-style table tbody tr th{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.wp-style table tbody tr td{
border: 1px solid #ddd;
line-height: 1.42857;
padding: 8px;
vertical-align: top;
}
.wp-style .text > ul,.wp-style .text > ol,.wp-style > ol,.wp-style > ul{
padding-left:18px;
}
.wp-style .text > ul li ul,.wp-style .text > ul li ul li ul,.wp-style > ul li ul,.wp-style > ul li ul li ul,
.wp-style .text > ol li ol,.wp-style .text > ol li ol li ol,.wp-style > ol li ol,.wp-style > ol li ol li ol{
padding-left:40px;
}
.wp-style .text > ul li,
.wp-style > ul li{
list-style-type:disc;
display:list-item;
}
.wp-style .text > ul li ul li,
.wp-style > ul li ul li{
list-style-type:circle;
}
.wp-style .text > ul li ul li ul li,
.wp-style > ul li ul li ul li{
list-style-type:square;
}
.wp-style ol li{
list-style-type:decimal;
display:list-item;
}
.wp-style ol li ol li{
list-style-type:lower-alpha;
}
.wp-style ol li ol li ol li{
list-style-type:upper-roman;
}
.wp-style p img,.wp-style figure img,.wp-style img{
max-width:100%;
display:block;
height:auto;
}
figure{
max-width:100%;
display:block;
}
.wp-style > ul li ul, .wp-style > ul li ul li ul, .wp-style > ul li ul, .wp-style > ul li ul li ul, .wp-style > ol li ol, .wp-style .text > ol li ol li ol, .wp-style > ol li ol, .wp-style > ol li ol li ol {
padding-left: 40px;
}
.wp-style > ul li {
list-style-type: disc;
display: list-item;
}
.page-title {
background-color: #f8f8f899;
}
.main_page .text-box{
padding: 25px;
/* border: 2px solid #e6e6e6; */
margin-bottom: 40px;
background: #f4f4f4;
background-color: white;
-webkit-box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.06);
position: relative;
}
.wp-style ol, .wp-style ul, .comment .text ul, .comment .text ol {
padding-left: 20px;
} | 0.469034 | 0.082623 |
html, body {
background-color: #FFF;
}
.container > .content {
padding: 20px 30px 20px 30px;
}
/* HEADERS ======================================================== */
h1 {margin:20px 0 20px 0}
h2 {margin:10px 0 10px 0}
h3 {margin:0px 0 10px 0}
.content.page h1, .content.post h1,
.content.splash h1, .content.landing h1 {
padding:10px 20px;
background:#046D8B;
color:#FFF;
border-radius:5px;
}
.content.page h2, .content.post h2{
margin:20px 0;
padding:7px 20px;
background:#FBF3DC;
border-radius:5px;
}
.content.page h3, .content.post h3{
margin-left:-10px;
}
/* POST =========================================================== */
.content {
margin-bottom: 2em;
}
.content.post table {
margin: 1.5em;
min-width: 60%;
width: auto;
}
.content.post table th,
.content.post table td {
border: 1px solid #44adcb;
padding: 0.3em 0.6em;
}
.content.post table thead {
background: none repeat scroll 0 0 #046d8b;
color: #fff;
}
.content.post table tbody tr:nth-child(odd) {
}
.content.post table tbody tr:nth-child(even) {
background: none repeat scroll 0 0 #e8f3f8;
}
.content.post li {
margin: 0.3em 0;
}
/* CODE LINE NUMBERING ============================================ */
pre code {
counter-reset: line-numbering;
}
pre code .line:before {
border-right: 2px solid;
content: counter(line-numbering, decimal);
counter-increment: line-numbering;
display: inline-block;
text-align: right;
width: 1.5em;
padding-right: 0.3em;
margin-right: 0.8em;
}
/* remove not-used last line */
pre code .line:last-child {
display: none;
}
/* AUTHOR META ==================================================== */
.meta {
border-top: 1px solid #e0e0e0;
overflow: hidden;
position: relative;
margin: 1em 0 0;
}
.meta .author {
float: left;
overflow: hidden;
width: 30%;
margin: 1em 0;
padding: 0 2.5% 0 0;
}
.meta .author:nth-child(3n-1) {
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
padding: 0 2.35%;
}
.meta .author:nth-child(3n) {
padding: 0 0 0 2.5%;
}
.meta .author:last-child {
border-right: none;
}
.meta .avatar {
background: #fff;
border: 1px solid #e0e0e0;
float: left;
}
.meta .avatar img {
display: block;
height: 64px;
width: 64px;
max-width: 64px;
}
.meta .text {
padding-left: 75px;
}
.meta .text .name {
font-size: 16px;
line-height: normal;
margin: 0 0 0.4em;
}
.meta .text .desc {
margin: 0 0 0.45em;
}
.meta .text .links {
margin: 0;
}
.meta .text .links span:not(:last-child) {
padding-right: 0.25em;
}
.meta a:hover {
text-decoration: none;
}
/* SHARING PROVIDER =============================================== */
.addthis_floating_style {
right: 20px;
top: 63px;
}
/* SIDEBAR ======================================================== */
.sidebar {
max-width: 200px;
background:#FFF;
overflow:auto;
z-index:0;
}
.sidebar h4 {
padding:5px;
font-size:14px;
color:#555;
margin-bottom:5px;
}
.sidebar ul {
list-style: none;
margin:0 0 0 15px;
}
.sidebar ul li {
margin-bottom:5px;
}
.sidebar ul li a{
display:block;
padding:0 8px;
background:#E8F3F8;
line-height:21px;
border-radius:2px;
}
#sidebar ul.nest {
margin-top:5px;
background:#FFF;
}
#sidebar ul.nest li strong {
display:block;
color:#555;
margin-left:-5px;
}
#sidebar ul.nest li a{
background:#F8F8EC;
border:0;
}
#sidebar ul li a.active {
display:block;
background:#046D8B;
color:#FFF;
border:0;
}
/* TAGS ======================================================== */
.tag_box {
list-style:none;
margin:0;
padding:5px 0 ;
overflow:hidden;
}
.tag_box li {
line-height:1.8em;
}
.tag_box.inline li {
float:left;
}
.tag_box a {
padding: 3px 6px;
margin: 2px;
background: #eee;
border-radius: 3px;
border:1px dashed #ccc;
text-decoration:none;
}
.tag_box a span{
vertical-align:super;
font-size:0.8em;
}
.tag_box a.active {
background:#57A957;
border:1px solid #4C964D;
color:#FFF;
}
/* LANDING PAGE ================================================= */
.highlight-wrap span{ background:#FFFFCC }
#tab-list li a {
font-size:14px;
font-weight:bold;
}
#tab-content-wrapper {
min-height:190px;
}
/* NAVBAR ================================================= */
#navbar a {
color:#ECE5CE;
}
#navbar li.active a {
background:#046D8B;
}
/* SPLASH PAGES ================================================= */
.page_icon div {
height:100px;
padding:10px;
}
.page_icon h4 {
margin-bottom:10px
}
/* MISC ================================================= */
.pager li a {
padding:15px 40px;
font-size:24px;
font-weight:bold;
border:0;
}
.sharing {width:150px; margin-top:12px}
.btn-large {
padding: 14px 28px;
font-size: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#tab-list li {float:right;}
#navigation {
padding:0;
background-color:#333;
margin-bottom:10px;
}
#navigation ul {
width:90%;
margin:0 auto;
list-style:none;
padding:10px 0;
}
#navigation ul li {
list-style:none;
display:inline;
margin-right:10px;
}
#navigation ul a {
padding:6px 12px;
border-radius:3px;
color:#eee;
}
#tab-content-wrapper ul {
list-style:none
}
/* RESPONSIVE DESIGN ============================================== */
@media(max-width: 1567px) {
.meta .author {
width: 47.4%;
}
.meta .author:nth-child(even) {
border-left: none;
border-right: none;
padding: 0 0 0 2.5%;
}
.meta .author:nth-child(odd) {
border-left: none;
border-right: 1px solid #e0e0e0;
padding: 0 2.5% 0 0;
}
}
@media(max-width: 1200px) {
.meta .author {
border-left: none;
border-right: none;
width: 100%;
padding: 0 !important;
}
}
@media all and (max-width: 867px) {
#left-pane {
width:100%;
}
#right-pane {
width:100%;
clear:both;
text-align:left !important;
}
#tab-list li {
float:left;
}
.meta .author {
width: 47.4%;
}
.meta .author:nth-child(even) {
border-left: none;
border-right: none;
padding: 0 0 0 2.5% !important;
}
.meta .author:nth-child(odd) {
border-left: none;
border-right: 1px solid #e0e0e0;
padding: 0 2.5% 0 0 !important;
}
.addthis_float_box {
display: none;
}
}
@media(max-width: 640px) {
.meta .author {
border-left: none;
border-right: none;
width: 100%;
padding: 0 !important;
}
.meta .author:nth-child(even) {
padding: 0 !important;
}
.meta .author:nth-child(odd) {
padding: 0 !important;
}
} | assets/themes/css/custom.css | html, body {
background-color: #FFF;
}
.container > .content {
padding: 20px 30px 20px 30px;
}
/* HEADERS ======================================================== */
h1 {margin:20px 0 20px 0}
h2 {margin:10px 0 10px 0}
h3 {margin:0px 0 10px 0}
.content.page h1, .content.post h1,
.content.splash h1, .content.landing h1 {
padding:10px 20px;
background:#046D8B;
color:#FFF;
border-radius:5px;
}
.content.page h2, .content.post h2{
margin:20px 0;
padding:7px 20px;
background:#FBF3DC;
border-radius:5px;
}
.content.page h3, .content.post h3{
margin-left:-10px;
}
/* POST =========================================================== */
.content {
margin-bottom: 2em;
}
.content.post table {
margin: 1.5em;
min-width: 60%;
width: auto;
}
.content.post table th,
.content.post table td {
border: 1px solid #44adcb;
padding: 0.3em 0.6em;
}
.content.post table thead {
background: none repeat scroll 0 0 #046d8b;
color: #fff;
}
.content.post table tbody tr:nth-child(odd) {
}
.content.post table tbody tr:nth-child(even) {
background: none repeat scroll 0 0 #e8f3f8;
}
.content.post li {
margin: 0.3em 0;
}
/* CODE LINE NUMBERING ============================================ */
pre code {
counter-reset: line-numbering;
}
pre code .line:before {
border-right: 2px solid;
content: counter(line-numbering, decimal);
counter-increment: line-numbering;
display: inline-block;
text-align: right;
width: 1.5em;
padding-right: 0.3em;
margin-right: 0.8em;
}
/* remove not-used last line */
pre code .line:last-child {
display: none;
}
/* AUTHOR META ==================================================== */
.meta {
border-top: 1px solid #e0e0e0;
overflow: hidden;
position: relative;
margin: 1em 0 0;
}
.meta .author {
float: left;
overflow: hidden;
width: 30%;
margin: 1em 0;
padding: 0 2.5% 0 0;
}
.meta .author:nth-child(3n-1) {
border-left: 1px solid #e0e0e0;
border-right: 1px solid #e0e0e0;
padding: 0 2.35%;
}
.meta .author:nth-child(3n) {
padding: 0 0 0 2.5%;
}
.meta .author:last-child {
border-right: none;
}
.meta .avatar {
background: #fff;
border: 1px solid #e0e0e0;
float: left;
}
.meta .avatar img {
display: block;
height: 64px;
width: 64px;
max-width: 64px;
}
.meta .text {
padding-left: 75px;
}
.meta .text .name {
font-size: 16px;
line-height: normal;
margin: 0 0 0.4em;
}
.meta .text .desc {
margin: 0 0 0.45em;
}
.meta .text .links {
margin: 0;
}
.meta .text .links span:not(:last-child) {
padding-right: 0.25em;
}
.meta a:hover {
text-decoration: none;
}
/* SHARING PROVIDER =============================================== */
.addthis_floating_style {
right: 20px;
top: 63px;
}
/* SIDEBAR ======================================================== */
.sidebar {
max-width: 200px;
background:#FFF;
overflow:auto;
z-index:0;
}
.sidebar h4 {
padding:5px;
font-size:14px;
color:#555;
margin-bottom:5px;
}
.sidebar ul {
list-style: none;
margin:0 0 0 15px;
}
.sidebar ul li {
margin-bottom:5px;
}
.sidebar ul li a{
display:block;
padding:0 8px;
background:#E8F3F8;
line-height:21px;
border-radius:2px;
}
#sidebar ul.nest {
margin-top:5px;
background:#FFF;
}
#sidebar ul.nest li strong {
display:block;
color:#555;
margin-left:-5px;
}
#sidebar ul.nest li a{
background:#F8F8EC;
border:0;
}
#sidebar ul li a.active {
display:block;
background:#046D8B;
color:#FFF;
border:0;
}
/* TAGS ======================================================== */
.tag_box {
list-style:none;
margin:0;
padding:5px 0 ;
overflow:hidden;
}
.tag_box li {
line-height:1.8em;
}
.tag_box.inline li {
float:left;
}
.tag_box a {
padding: 3px 6px;
margin: 2px;
background: #eee;
border-radius: 3px;
border:1px dashed #ccc;
text-decoration:none;
}
.tag_box a span{
vertical-align:super;
font-size:0.8em;
}
.tag_box a.active {
background:#57A957;
border:1px solid #4C964D;
color:#FFF;
}
/* LANDING PAGE ================================================= */
.highlight-wrap span{ background:#FFFFCC }
#tab-list li a {
font-size:14px;
font-weight:bold;
}
#tab-content-wrapper {
min-height:190px;
}
/* NAVBAR ================================================= */
#navbar a {
color:#ECE5CE;
}
#navbar li.active a {
background:#046D8B;
}
/* SPLASH PAGES ================================================= */
.page_icon div {
height:100px;
padding:10px;
}
.page_icon h4 {
margin-bottom:10px
}
/* MISC ================================================= */
.pager li a {
padding:15px 40px;
font-size:24px;
font-weight:bold;
border:0;
}
.sharing {width:150px; margin-top:12px}
.btn-large {
padding: 14px 28px;
font-size: 20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
#tab-list li {float:right;}
#navigation {
padding:0;
background-color:#333;
margin-bottom:10px;
}
#navigation ul {
width:90%;
margin:0 auto;
list-style:none;
padding:10px 0;
}
#navigation ul li {
list-style:none;
display:inline;
margin-right:10px;
}
#navigation ul a {
padding:6px 12px;
border-radius:3px;
color:#eee;
}
#tab-content-wrapper ul {
list-style:none
}
/* RESPONSIVE DESIGN ============================================== */
@media(max-width: 1567px) {
.meta .author {
width: 47.4%;
}
.meta .author:nth-child(even) {
border-left: none;
border-right: none;
padding: 0 0 0 2.5%;
}
.meta .author:nth-child(odd) {
border-left: none;
border-right: 1px solid #e0e0e0;
padding: 0 2.5% 0 0;
}
}
@media(max-width: 1200px) {
.meta .author {
border-left: none;
border-right: none;
width: 100%;
padding: 0 !important;
}
}
@media all and (max-width: 867px) {
#left-pane {
width:100%;
}
#right-pane {
width:100%;
clear:both;
text-align:left !important;
}
#tab-list li {
float:left;
}
.meta .author {
width: 47.4%;
}
.meta .author:nth-child(even) {
border-left: none;
border-right: none;
padding: 0 0 0 2.5% !important;
}
.meta .author:nth-child(odd) {
border-left: none;
border-right: 1px solid #e0e0e0;
padding: 0 2.5% 0 0 !important;
}
.addthis_float_box {
display: none;
}
}
@media(max-width: 640px) {
.meta .author {
border-left: none;
border-right: none;
width: 100%;
padding: 0 !important;
}
.meta .author:nth-child(even) {
padding: 0 !important;
}
.meta .author:nth-child(odd) {
padding: 0 !important;
}
} | 0.344995 | 0.093844 |
.btn{
outline: none;
}
.main-container {
width: 400px;
height: 200px;
}
.nav-link {
padding: .5rem 0.4rem;
}
.country-code {
width: 110px;
}
.m16 {
margin: 5px !important;
}
.pt-2 {
padding-top: 10px;
}
.btn-primary {
margin-top: 5px;
}
/* border */
.border-bottom-EF6C5C{
border-bottom: 1px solid rgb(33, 98, 50);
}
.border-EF6C5C{
border: 1px solid rgb(33, 98, 50);
}
.border-52BAD3 {
border: 1px solid rgb(33, 98, 50);
border-radius: .25rem;
padding: 6px;
}
.btn-position{
top: 5px;
left: 111px;
}
.btn-info {
color: #fff;
background-color: rgb(33, 98, 50);
border-color: rgb(33, 98, 50);
}
/* */
/* .dropup{
color: white;
background-color: #EF6C5C;
} */
.btn-outline-EF6C5C{
color: rgb(33, 98, 50);
background-color: transparent;
background-image: none;
border-color: rgb(33, 98, 50);
}
.btn-outline-52BAD3{
color: rgb(33, 98, 50);
background-color: transparent;
background-image: none;
border-color: rgb(33, 98, 50);
}
.nav-link.active {
color: #fff;
background-color : rgb(33, 98, 50);
}
a {
color: rgb(33, 98, 50);
text-decoration: none;
background-color: transparent;
}
a:hover{
color: rgb(33, 98, 50);
text-decoration: none;
background-color: transparent;
}
.bg-EF6C5C{
background-color: rgb(33, 98, 50);
}
.btn-outline-EF6C5C:focus {
outline: 0;
color: rgb(33, 98, 50);
border: 1px solid rgb(33, 98, 50);
}
.btn-outline-52BAD3:hover {
color: #79fd9a;
background-color: transparent;
background-image: none;
border-color: #7dff9d;
}
.bg-image{
position: absolute;
bottom: 0px;
}
.bulk-text-area {
height: 4em !important;
width: 24.5em;
overflow-x: auto;
white-space: nowrap;
}
.link-download-csv {
top: 5px;
left: 5px;
}
/* .bg-image {
background-image: url("./images/BgImg.jpg");
background-color: #cccccc;
height: 200px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
} */
.routeimg{
position: relative;
/* top: 160px; */
left: 150px;
}
.card-height {
min-height: 440px;
}
.imgUpload{
height: 10px;
width: 10px;
}
.form-control:focus {
border-color: #7dff9d;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #7dff9d;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #7dff9d;
}
.btn:focus{
border-color: #7dff9d;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #7dff9d;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #7dff9d;
}
.btn-info:hover {
color: #fff;
background-color: #71f793;
border-color: #71f793;
}
.btn-info:disabled{
color: #fff;
background-color: #71f793;
border-color: #71f793;
}
input,textarea {
margin-top: 10px;
margin-bottom: 10px;
} | style.css | .btn{
outline: none;
}
.main-container {
width: 400px;
height: 200px;
}
.nav-link {
padding: .5rem 0.4rem;
}
.country-code {
width: 110px;
}
.m16 {
margin: 5px !important;
}
.pt-2 {
padding-top: 10px;
}
.btn-primary {
margin-top: 5px;
}
/* border */
.border-bottom-EF6C5C{
border-bottom: 1px solid rgb(33, 98, 50);
}
.border-EF6C5C{
border: 1px solid rgb(33, 98, 50);
}
.border-52BAD3 {
border: 1px solid rgb(33, 98, 50);
border-radius: .25rem;
padding: 6px;
}
.btn-position{
top: 5px;
left: 111px;
}
.btn-info {
color: #fff;
background-color: rgb(33, 98, 50);
border-color: rgb(33, 98, 50);
}
/* */
/* .dropup{
color: white;
background-color: #EF6C5C;
} */
.btn-outline-EF6C5C{
color: rgb(33, 98, 50);
background-color: transparent;
background-image: none;
border-color: rgb(33, 98, 50);
}
.btn-outline-52BAD3{
color: rgb(33, 98, 50);
background-color: transparent;
background-image: none;
border-color: rgb(33, 98, 50);
}
.nav-link.active {
color: #fff;
background-color : rgb(33, 98, 50);
}
a {
color: rgb(33, 98, 50);
text-decoration: none;
background-color: transparent;
}
a:hover{
color: rgb(33, 98, 50);
text-decoration: none;
background-color: transparent;
}
.bg-EF6C5C{
background-color: rgb(33, 98, 50);
}
.btn-outline-EF6C5C:focus {
outline: 0;
color: rgb(33, 98, 50);
border: 1px solid rgb(33, 98, 50);
}
.btn-outline-52BAD3:hover {
color: #79fd9a;
background-color: transparent;
background-image: none;
border-color: #7dff9d;
}
.bg-image{
position: absolute;
bottom: 0px;
}
.bulk-text-area {
height: 4em !important;
width: 24.5em;
overflow-x: auto;
white-space: nowrap;
}
.link-download-csv {
top: 5px;
left: 5px;
}
/* .bg-image {
background-image: url("./images/BgImg.jpg");
background-color: #cccccc;
height: 200px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
} */
.routeimg{
position: relative;
/* top: 160px; */
left: 150px;
}
.card-height {
min-height: 440px;
}
.imgUpload{
height: 10px;
width: 10px;
}
.form-control:focus {
border-color: #7dff9d;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #7dff9d;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #7dff9d;
}
.btn:focus{
border-color: #7dff9d;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #7dff9d;
box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #7dff9d;
}
.btn-info:hover {
color: #fff;
background-color: #71f793;
border-color: #71f793;
}
.btn-info:disabled{
color: #fff;
background-color: #71f793;
border-color: #71f793;
}
input,textarea {
margin-top: 10px;
margin-bottom: 10px;
} | 0.38341 | 0.071819 |
.work-button {
background-color: #5e40c8;
border-radius: 8px;
border:none;
font-size: 18px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif !important;
color: #FFFFFF;
min-width: 150px;
height: 40px;
line-height: 40px;
padding: 0 20px;
}
.work-button:hover {
background-color: #5e40c8;
color: #FFFFFF;
}
.work-button.el-button.is-disabled {
background-color: #8278b7;
border-radius: 8px;
border:none;
color: #FFFFFF;
}
.work-button.el-button.is-disabled:hover {
background-color: #8278b7;
border-radius: 8px;
border:none;
color: #FFFFFF;
}
.work-button.el-button {
background-color: #5e40c8;
color: #FFFFFF;
}
.work-button.el-button:hover, .work-button.el-button:focus {
background-color: #5e40c8;
color: #FFFFFF;
}
/* style for input */
.work-input .el-input {
height: 36px;
line-height: 36px;
font-size: 16px;
width: 100%;
}
.work-input .el-input .el-input__inner {
background-color: #fbfbfb !important;
border: transparent !important;
color: #380879;
border-radius: 8px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
}
.work-input .el-input.is-disabled .el-input__inner{
background-color: #e2e4ee !important;
color: #b6adc7;
}
/* style for div background-style */
.work-div {
width: 100%;
background-color: #f1f2f6;
border: solid 1px e5e5ee;
border-radius: 16px;
box-shadow: 6px 4px 45px 0 rgba(36, 20, 119, 0.11) inset;
}
/* style for basic radio */
.work-radio .el-radio__inner::after {
display: none;
}
.work-radio .el-radio__input .el-radio__inner {
height: 19px;
width: 19px;
border-color: #5e40c8;
background: #fbfbfb !important;
}
.work-radio .el-radio__input .el-radio__inner::before {
content: '';
display: block;
position: relative;
width: 9px;
height: 9px;
background-color: #ceccdc;
border-radius: 50%;
left: 4px;
top: 4px;
}
.work-radio .el-radio__label {
color: #380879 !important;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
font-size: 16px;
}
.work-radio .el-radio__input.is-checked .el-radio__inner {
border-color: #5e40cb;
background: #fbfbfb;
}
.work-radio .el-radio__input.is-checked .el-radio__inner::before {
content: '';
display: block;
position: relative;
width: 9px;
height: 9px;
background-color: #55d8bf;
border-radius: 50%;
left: 4px;
top: 4px;
z-index: 10;
}
/* style for radio-button */
.work-radio-button .el-radio-button__inner {
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
background-color: #dedae9;
color: #f7f6fa;
border: none;
height: 39px;
}
.work-radio-button .el-radio-button__inner::before {
content: '';
display: none;
}
.work-radio-button .el-radio-button__inner:hover {
color: #380879;
}
.work-radio-button .el-radio-button__orig-radio:checked + .el-radio-button__inner {
background-color: #8278b7;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.work-radio-button .el-radio-button:first-child .el-radio-button__inner {
border-radius: 8px 0 0 8px;
}
.work-radio-button .el-radio-button:last-child .el-radio-button__inner {
border-radius: 0 8px 8px 0;
}
/* style for select */
.work-select .el-input {
font-size: 16px;
}
.work-select .el-input .el-input__inner {
background-color: #fbfbfb;
border: transparent;
color: #380879;
height: 36px;
line-height: 36px;
border-radius: 8px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
}
.work-select .el-input .el-input__inner::placeholder {
color: #aea4c3;
}
.work-select .el-input.is-disabled .el-input__inner{
background-color: #e2e4ee;
color: #b6adc7;
}
.work-select.el-select .el-input .el-select__caret {
color: #7a6e8a;
}
/* style for static text */
.work-p {
font-size: 16px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
color: #380879;
padding-top: 5px;
}
.work-p-must::before {
content: "*";
color: #f23662;
}
/* style for title */
.work-title {
background-image: linear-gradient(to right, #fbfbfb, rgba(241,242,246,1));
height: 47px;
max-width: 727px;
position: relative;
border-radius: 12px;
line-height: 47px;
font-size: 20px;
color: #380879;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
padding-left: 52px;
/* box-shadow: 0 5px 20px 3px rgba(53, 34, 114, 0.05); */
}
.work-title::before {
content: "";
display: block;
position: absolute;
width: 17px;
height: 17px;
background-color: #5844be;
border-radius: 5px;
left: 12px;
top: 14px;
}
.work-title::after {
content: "";
display: block;
position: absolute;
width: 17px;
height: 17px;
background-image: linear-gradient(to top right, #3ddec0, #8df0dc);
border-radius: 4px;
opacity: 0.7;
left: 9px;
top: 19px;
}
/* style for title-clickable */
.work-title-clickable {
background-image: linear-gradient(to right, #fbfbfb, rgba(241,242,246,1));
height: 47px;
max-width: 727px;
position: relative;
border-radius: 12px;
line-height: 47px;
color: #380879;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
padding-left: 10px;
transform-style: preserve-3d;
}
.work-title-clickable::before {
content: '';
display: block;
position: absolute;
top: 20px;
width: 100%;
height: 40px;
background-image: linear-gradient(90deg, rgba(40,12,128,.05), rgba(241,242,246,1));
transform: translateZ(-10px);
filter: blur(10px);
}
.work-title-clickable .work-radio .el-radio__label {
padding-left: 18px;
font-size: 20px;
}
.work-title-clickable .work-radio .el-radio__input {
padding-bottom: 5px;
}
/* style for table */
.work-table-title {
display: block;
height: 35px;
line-height: 35px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
background-color: #8379b8;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding-left: 15px;
color: #fefefe;
}
.work-table .el-table {
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
background-color: #f1f2f6;
border-radius: 0 0 12px 12px;
box-shadow: 0 0 10px 1px #e5e5ee inset;
}
.work-table .el-table::before {
display: none;
}
.work-table .el-table__header {
background-color: #dedae9;
border-radius: 0;
}
.work-table .el-table__body {
background-color: transparent;
}
.work-table .el-table tr {
background-color: transparent;
}
.work-table .el-table tr td {
height: 36px !important;
line-height: 36px !important;
background-color: transparent;
color: #62517a;
}
.work-table .el-table tr th {
border: none;
}
.work-table .el-table tr:last-child {
border: none !important;
}
.work-table .el-table__body-wrapper tr:last-child td:first-child{
border-bottom-left-radius: 12px;
}
.work-table .el-table__body-wrapper tr:last-child td:last-child {
border-bottom-right-radius: 12px;
}
.work-table .el-table__header .el-table-column--selection{
visibility: hidden;
}
.work-table .has-gutter tr th {
height: 36px;
padding: 0;
font-weight: normal;
background-color: #dedae9;
overflow: hidden;
color: #62517a;
border-radius: 0;
}
.work-table .el-table__header-wrapper {
border-radius: 0;
}
.work-table .el-table__empty-block {
border-radius: 0 0 12px 12px;
background-color: transparent;
min-height: 36px;
}
.work-table .el-table__empty-text {
height: 36px;
line-height: 36px;
}
/* style for steps */
.work-steps {
margin: 8px;
}
.work-steps .el-step__line {
border-top: 4px dotted #5844be !important;
background: #fbfbfb !important;
margin-left: 33px !important;
margin-right: 15px !important;
}
.work-steps .el-step__line .el-step__line-inner {
border-width: 0 !important;
}
.work-steps .el-step__icon {
position: relative;
display: block;
top: 6px;
}
.work-steps .el-step__icon.is-text {
width: 14px;
height: 14px;
font-size: 0;
}
.work-steps .el-step__head.is-wait {
color: #5844be;
border-color: #5844be;
}
.work-steps .el-step__head.is-wait .el-step__icon {
background-color: #fbfbfb;
border: solid 2px #5844be;
}
.work-steps .el-step__head.is-process .el-step__icon {
background-color: #5844be;
}
.work-steps .el-step__head.is-process {
border-color: #5844be;
}
.work-steps .el-step__head.is-process::before {
content: '';
display: block;
position: absolute;
top: 2px;
left: -4px;
width: 22px;
height: 22px;
background-color: #bcb7d7;
border-radius: 50%;
z-index: 1;
}
.work-steps .el-step__head.is-process::after {
content: '';
display: block;
position: absolute;
top: -2px;
left: -8px;
width: 30px;
height: 30px;
background-color: #e8e6f0;
border-radius: 50%;
z-index: 0;
}
.work-steps .el-step__head.is-success .el-step__icon {
background-color: #5844be;
}
.work-steps .el-step__head.is-success::before {
content: '';
display: block;
position: absolute;
top: 2px;
left: -4px;
width: 22px;
height: 22px;
background-color: #bcb7d7;
border-radius: 50%;
z-index: 1;
}
.work-steps .el-step__head.is-success::after {
content: '';
display: block;
position: absolute;
top: -2px;
left: -8px;
width: 30px;
height: 30px;
background-color: #e8e6f0;
border-radius: 50%;
z-index: 0;
}
/* style for check-box */
.work-checkbox .el-checkbox__inner::after {
display: none;
}
.work-checkbox .el-checkbox__input .el-checkbox__inner {
height: 19px;
width: 19px;
border-color: #5e40c8;
border-radius: 50%;
background: #fbfbfb !important;
}
.work-checkbox .el-checkbox__input .el-checkbox__inner::before {
content: '';
display: block;
position: relative;
width: 9px;
height: 9px;
background-color: #ceccdc;
border-radius: 50%;
left: 4px;
top: 4px;
}
.work-checkbox .el-checkbox__label {
color: #380879 !important;
}
.work-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
border-color: #5e40cb;
background: #fbfbfb;
}
.work-checkbox .el-checkbox__input.is-checked .el-checkbox__inner::before {
content: '';
display: block;
position: relative;
width: 9px;
height: 9px;
background-color: #55d8bf;
border-radius: 50%;
left: 4px;
top: 4px;
z-index: 10;
} | src/assets/css/workspace.css | .work-button {
background-color: #5e40c8;
border-radius: 8px;
border:none;
font-size: 18px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif !important;
color: #FFFFFF;
min-width: 150px;
height: 40px;
line-height: 40px;
padding: 0 20px;
}
.work-button:hover {
background-color: #5e40c8;
color: #FFFFFF;
}
.work-button.el-button.is-disabled {
background-color: #8278b7;
border-radius: 8px;
border:none;
color: #FFFFFF;
}
.work-button.el-button.is-disabled:hover {
background-color: #8278b7;
border-radius: 8px;
border:none;
color: #FFFFFF;
}
.work-button.el-button {
background-color: #5e40c8;
color: #FFFFFF;
}
.work-button.el-button:hover, .work-button.el-button:focus {
background-color: #5e40c8;
color: #FFFFFF;
}
/* style for input */
.work-input .el-input {
height: 36px;
line-height: 36px;
font-size: 16px;
width: 100%;
}
.work-input .el-input .el-input__inner {
background-color: #fbfbfb !important;
border: transparent !important;
color: #380879;
border-radius: 8px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
}
.work-input .el-input.is-disabled .el-input__inner{
background-color: #e2e4ee !important;
color: #b6adc7;
}
/* style for div background-style */
.work-div {
width: 100%;
background-color: #f1f2f6;
border: solid 1px e5e5ee;
border-radius: 16px;
box-shadow: 6px 4px 45px 0 rgba(36, 20, 119, 0.11) inset;
}
/* style for basic radio */
.work-radio .el-radio__inner::after {
display: none;
}
.work-radio .el-radio__input .el-radio__inner {
height: 19px;
width: 19px;
border-color: #5e40c8;
background: #fbfbfb !important;
}
.work-radio .el-radio__input .el-radio__inner::before {
content: '';
display: block;
position: relative;
width: 9px;
height: 9px;
background-color: #ceccdc;
border-radius: 50%;
left: 4px;
top: 4px;
}
.work-radio .el-radio__label {
color: #380879 !important;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
font-size: 16px;
}
.work-radio .el-radio__input.is-checked .el-radio__inner {
border-color: #5e40cb;
background: #fbfbfb;
}
.work-radio .el-radio__input.is-checked .el-radio__inner::before {
content: '';
display: block;
position: relative;
width: 9px;
height: 9px;
background-color: #55d8bf;
border-radius: 50%;
left: 4px;
top: 4px;
z-index: 10;
}
/* style for radio-button */
.work-radio-button .el-radio-button__inner {
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
background-color: #dedae9;
color: #f7f6fa;
border: none;
height: 39px;
}
.work-radio-button .el-radio-button__inner::before {
content: '';
display: none;
}
.work-radio-button .el-radio-button__inner:hover {
color: #380879;
}
.work-radio-button .el-radio-button__orig-radio:checked + .el-radio-button__inner {
background-color: #8278b7;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
}
.work-radio-button .el-radio-button:first-child .el-radio-button__inner {
border-radius: 8px 0 0 8px;
}
.work-radio-button .el-radio-button:last-child .el-radio-button__inner {
border-radius: 0 8px 8px 0;
}
/* style for select */
.work-select .el-input {
font-size: 16px;
}
.work-select .el-input .el-input__inner {
background-color: #fbfbfb;
border: transparent;
color: #380879;
height: 36px;
line-height: 36px;
border-radius: 8px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
}
.work-select .el-input .el-input__inner::placeholder {
color: #aea4c3;
}
.work-select .el-input.is-disabled .el-input__inner{
background-color: #e2e4ee;
color: #b6adc7;
}
.work-select.el-select .el-input .el-select__caret {
color: #7a6e8a;
}
/* style for static text */
.work-p {
font-size: 16px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
color: #380879;
padding-top: 5px;
}
.work-p-must::before {
content: "*";
color: #f23662;
}
/* style for title */
.work-title {
background-image: linear-gradient(to right, #fbfbfb, rgba(241,242,246,1));
height: 47px;
max-width: 727px;
position: relative;
border-radius: 12px;
line-height: 47px;
font-size: 20px;
color: #380879;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
padding-left: 52px;
/* box-shadow: 0 5px 20px 3px rgba(53, 34, 114, 0.05); */
}
.work-title::before {
content: "";
display: block;
position: absolute;
width: 17px;
height: 17px;
background-color: #5844be;
border-radius: 5px;
left: 12px;
top: 14px;
}
.work-title::after {
content: "";
display: block;
position: absolute;
width: 17px;
height: 17px;
background-image: linear-gradient(to top right, #3ddec0, #8df0dc);
border-radius: 4px;
opacity: 0.7;
left: 9px;
top: 19px;
}
/* style for title-clickable */
.work-title-clickable {
background-image: linear-gradient(to right, #fbfbfb, rgba(241,242,246,1));
height: 47px;
max-width: 727px;
position: relative;
border-radius: 12px;
line-height: 47px;
color: #380879;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
padding-left: 10px;
transform-style: preserve-3d;
}
.work-title-clickable::before {
content: '';
display: block;
position: absolute;
top: 20px;
width: 100%;
height: 40px;
background-image: linear-gradient(90deg, rgba(40,12,128,.05), rgba(241,242,246,1));
transform: translateZ(-10px);
filter: blur(10px);
}
.work-title-clickable .work-radio .el-radio__label {
padding-left: 18px;
font-size: 20px;
}
.work-title-clickable .work-radio .el-radio__input {
padding-bottom: 5px;
}
/* style for table */
.work-table-title {
display: block;
height: 35px;
line-height: 35px;
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
background-color: #8379b8;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
padding-left: 15px;
color: #fefefe;
}
.work-table .el-table {
font-family: defaultFontLight, Arial, Helvetica, sans-serif;
background-color: #f1f2f6;
border-radius: 0 0 12px 12px;
box-shadow: 0 0 10px 1px #e5e5ee inset;
}
.work-table .el-table::before {
display: none;
}
.work-table .el-table__header {
background-color: #dedae9;
border-radius: 0;
}
.work-table .el-table__body {
background-color: transparent;
}
.work-table .el-table tr {
background-color: transparent;
}
.work-table .el-table tr td {
height: 36px !important;
line-height: 36px !important;
background-color: transparent;
color: #62517a;
}
.work-table .el-table tr th {
border: none;
}
.work-table .el-table tr:last-child {
border: none !important;
}
.work-table .el-table__body-wrapper tr:last-child td:first-child{
border-bottom-left-radius: 12px;
}
.work-table .el-table__body-wrapper tr:last-child td:last-child {
border-bottom-right-radius: 12px;
}
.work-table .el-table__header .el-table-column--selection{
visibility: hidden;
}
.work-table .has-gutter tr th {
height: 36px;
padding: 0;
font-weight: normal;
background-color: #dedae9;
overflow: hidden;
color: #62517a;
border-radius: 0;
}
.work-table .el-table__header-wrapper {
border-radius: 0;
}
.work-table .el-table__empty-block {
border-radius: 0 0 12px 12px;
background-color: transparent;
min-height: 36px;
}
.work-table .el-table__empty-text {
height: 36px;
line-height: 36px;
}
/* style for steps */
.work-steps {
margin: 8px;
}
.work-steps .el-step__line {
border-top: 4px dotted #5844be !important;
background: #fbfbfb !important;
margin-left: 33px !important;
margin-right: 15px !important;
}
.work-steps .el-step__line .el-step__line-inner {
border-width: 0 !important;
}
.work-steps .el-step__icon {
position: relative;
display: block;
top: 6px;
}
.work-steps .el-step__icon.is-text {
width: 14px;
height: 14px;
font-size: 0;
}
.work-steps .el-step__head.is-wait {
color: #5844be;
border-color: #5844be;
}
.work-steps .el-step__head.is-wait .el-step__icon {
background-color: #fbfbfb;
border: solid 2px #5844be;
}
.work-steps .el-step__head.is-process .el-step__icon {
background-color: #5844be;
}
.work-steps .el-step__head.is-process {
border-color: #5844be;
}
.work-steps .el-step__head.is-process::before {
content: '';
display: block;
position: absolute;
top: 2px;
left: -4px;
width: 22px;
height: 22px;
background-color: #bcb7d7;
border-radius: 50%;
z-index: 1;
}
.work-steps .el-step__head.is-process::after {
content: '';
display: block;
position: absolute;
top: -2px;
left: -8px;
width: 30px;
height: 30px;
background-color: #e8e6f0;
border-radius: 50%;
z-index: 0;
}
.work-steps .el-step__head.is-success .el-step__icon {
background-color: #5844be;
}
.work-steps .el-step__head.is-success::before {
content: '';
display: block;
position: absolute;
top: 2px;
left: -4px;
width: 22px;
height: 22px;
background-color: #bcb7d7;
border-radius: 50%;
z-index: 1;
}
.work-steps .el-step__head.is-success::after {
content: '';
display: block;
position: absolute;
top: -2px;
left: -8px;
width: 30px;
height: 30px;
background-color: #e8e6f0;
border-radius: 50%;
z-index: 0;
}
/* style for check-box */
.work-checkbox .el-checkbox__inner::after {
display: none;
}
.work-checkbox .el-checkbox__input .el-checkbox__inner {
height: 19px;
width: 19px;
border-color: #5e40c8;
border-radius: 50%;
background: #fbfbfb !important;
}
.work-checkbox .el-checkbox__input .el-checkbox__inner::before {
content: '';
display: block;
position: relative;
width: 9px;
height: 9px;
background-color: #ceccdc;
border-radius: 50%;
left: 4px;
top: 4px;
}
.work-checkbox .el-checkbox__label {
color: #380879 !important;
}
.work-checkbox .el-checkbox__input.is-checked .el-checkbox__inner {
border-color: #5e40cb;
background: #fbfbfb;
}
.work-checkbox .el-checkbox__input.is-checked .el-checkbox__inner::before {
content: '';
display: block;
position: relative;
width: 9px;
height: 9px;
background-color: #55d8bf;
border-radius: 50%;
left: 4px;
top: 4px;
z-index: 10;
} | 0.331444 | 0.046465 |
body {
color: #000;
background-color: #fff;
margin: 0;
font-family: Lucida Grande, Arial, sans-serif;
}
a {
color: #778fbd;
font-weight: bold;
text-decoration: none
}
a:hover {
text-decoration: underline
}
h1 {
font-size: 15pt;
font-weight: bold;
/* letter-spacing: -1pt; */
padding-top: 12px
}
h1 img {
margin-right: 15px;
}
h2 {
font-size: 9pt;
line-height: 12pt;
margin-top: 16px
}
h3 {
font-size: 8pt;
font-weight: 300;
margin-top: 21px;
}
p {
font-size: 8pt;
line-height: 12pt;
margin-top: -10px;
margin-left: 0
}
#banner {
background-color: #f2f2f2;
background-repeat: no-repeat;
padding: -2px 6px 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 1.2em;
float: left;
border-bottom: 1px solid #bfbfbf
}
#index_link {
background-color: #f2f2f2;
padding-top: 2px;
padding-right: 25px;
top: 2px;
right: 12px;
width: auto;
float: right
}
#index_link a {
color: #666;
font-size: 8pt;
font-weight: normal;
margin: -9px 0 -6px;
padding-top: 24px;
padding-bottom: 3px;
padding-left: 8px;
border-left: 1px solid #bfbfbf
}
#frame {
display: table;
text-align: left;
margin-top: 12px;
margin-right: auto;
margin-left: auto;
width: 90%
}
#inner_frame {
display: table-row;
}
#content_left {
display: table-cell;
margin-top: 38px;
vertical-align: top;
width: 50%;
/*float: left*/
}
/*
#content_center {
margin-top: 2px;
padding: 0;
width: 18px;
float: left
}
*/
#content_right {
display: table-cell;
margin-top: 18px;
vertical-align: top;
padding-left: 30px;
padding-top: 30px;
width: 50%;
/* height: 300px;*/
/* float: left; */
}
#access_box {
border: 13px;
border-image: url("../gfx/border.png") 13 13 13 13 stretch stretch;
-moz-border-image: url("../gfx/border.png") 13 13 13 13 stretch stretch;
-webkit-border-image: url("../gfx/border.png") 13 13 13 13 stretch stretch;
background-color: #fff;
list-style-type: decimal;
list-style-position: outside;
margin: 12px 0;
padding: 2px 12px;
}
#access_box h2 {
color: #666;
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: bold;
font-size: 8pt;
margin-bottom: 2em
}
#access_box h3 a {
color: #666;
font-weight: normal
}
#access_box p {
font-size: 9pt;
margin-bottom: 1.5em
}
#access_box hr {
margin-bottom: 20px;
width: 60%;
}
.icon {
margin-bottom: -2px
} | help/css/front.css |
body {
color: #000;
background-color: #fff;
margin: 0;
font-family: Lucida Grande, Arial, sans-serif;
}
a {
color: #778fbd;
font-weight: bold;
text-decoration: none
}
a:hover {
text-decoration: underline
}
h1 {
font-size: 15pt;
font-weight: bold;
/* letter-spacing: -1pt; */
padding-top: 12px
}
h1 img {
margin-right: 15px;
}
h2 {
font-size: 9pt;
line-height: 12pt;
margin-top: 16px
}
h3 {
font-size: 8pt;
font-weight: 300;
margin-top: 21px;
}
p {
font-size: 8pt;
line-height: 12pt;
margin-top: -10px;
margin-left: 0
}
#banner {
background-color: #f2f2f2;
background-repeat: no-repeat;
padding: -2px 6px 0;
position: fixed;
z-index: 1;
top: 0;
left: 0;
width: 100%;
height: 1.2em;
float: left;
border-bottom: 1px solid #bfbfbf
}
#index_link {
background-color: #f2f2f2;
padding-top: 2px;
padding-right: 25px;
top: 2px;
right: 12px;
width: auto;
float: right
}
#index_link a {
color: #666;
font-size: 8pt;
font-weight: normal;
margin: -9px 0 -6px;
padding-top: 24px;
padding-bottom: 3px;
padding-left: 8px;
border-left: 1px solid #bfbfbf
}
#frame {
display: table;
text-align: left;
margin-top: 12px;
margin-right: auto;
margin-left: auto;
width: 90%
}
#inner_frame {
display: table-row;
}
#content_left {
display: table-cell;
margin-top: 38px;
vertical-align: top;
width: 50%;
/*float: left*/
}
/*
#content_center {
margin-top: 2px;
padding: 0;
width: 18px;
float: left
}
*/
#content_right {
display: table-cell;
margin-top: 18px;
vertical-align: top;
padding-left: 30px;
padding-top: 30px;
width: 50%;
/* height: 300px;*/
/* float: left; */
}
#access_box {
border: 13px;
border-image: url("../gfx/border.png") 13 13 13 13 stretch stretch;
-moz-border-image: url("../gfx/border.png") 13 13 13 13 stretch stretch;
-webkit-border-image: url("../gfx/border.png") 13 13 13 13 stretch stretch;
background-color: #fff;
list-style-type: decimal;
list-style-position: outside;
margin: 12px 0;
padding: 2px 12px;
}
#access_box h2 {
color: #666;
letter-spacing: 0.1em;
text-transform: uppercase;
font-weight: bold;
font-size: 8pt;
margin-bottom: 2em
}
#access_box h3 a {
color: #666;
font-weight: normal
}
#access_box p {
font-size: 9pt;
margin-bottom: 1.5em
}
#access_box hr {
margin-bottom: 20px;
width: 60%;
}
.icon {
margin-bottom: -2px
} | 0.396185 | 0.071235 |
body,html{
margin: 0px;
display: block;
font-family: fontz;
height: 100%;
max-width: 100%;
overflow-x: hidden;
color: #000;
}
#background{
position: fixed;
z-index: -3;
height: 100%;
width: 100%;
background: linear-gradient(-45deg,rgb(16,209,243),rgb(16, 233, 114));
background: radial-gradient(circle at right bottom,rgb(16,209,243),rgb(16, 233, 114) );
-webkit-animation: rainbow 20s infinite linear;
animation: rainbow 20s infinite linear iteration-count direction fill-mode;
}
@-webkit-keyframes rainbow {
from{ -webkit-filter: hue-rotate(10deg);}
to {-webkit-filter: hue-rotate(360deg);}
}
@keyframes raainbow{
from{ -webkit-filter: hue-rotate(10deg);}
to {-webkit-filter: hue-rotate(360deg);}
}
#container_how{
margin-left: 45%;
height: 1.3em;;
}
#note {
font-size : .5em;
padding-left: 4%;
padding-right: 4%;
padding-top: 6%;
}
#note_red {
color: #ff0000;
font-size: 1.5em;
}
#clear_cookie,#how,#about {
background: #fff;
border-radius: 1em;
box-shadow: 5px 5px #413e7d;
text-align: center;
padding:1.3%;
margin: 1%;
font-size: .8em;
display: inline;
padding-left: 1.2em;
padding-right: 1.2em;
}
#marq{
z-index: 2;
position: absolute;
width: 100%;
margin-left: 1%;
height: 100%;
border-radius: 2em;
color:#413e7d;
margin-top: 4%;
}
#play_button {
width:100%;
display: none;
}
#inner_play {
background: rgb(221, 46, 68);
color:#fff;
border-radius: 1em;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 1%;
font-size: .8em;
}
#save{
background: rgb(18, 167, 23);
color:#fff;
border-radius: 1em;
padding-left: 5%;
padding-right: 5%;
font-size: .8em;
padding-bottom: 1%;
}
#artist_name {
width:100%;
background: #000;
color: #fff;
}
#f {
color: rgb(0, 0, 0);
font-family: spot;
}
#extra_space {
width: 100%;
height: 20%;
}
#just {
font-size: 0.3em;
margin-left: 70%;
color: #000;
text-align: right;
}
#image_container{
position: relative;
top: 0;
left: 0;
}
.name {
top: 40%;
margin-left: 5%;
margin-right: 5%;
bottom: 40%;
color: #000;
}
.image {
-webkit-filter: grayscale(100%) blur(2px); /* Safari 6.0 - 9.0 */
filter: blur(2px) grayscale(100%);
position: relative;
border-radius: 20%;
top: 0;
left: 0;
}
/* .image:hover{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
} */
.play_image{
position: absolute;
bottom: 5%;
right: 12%;
}
#refresh_container{
width: 100%;
}
#input_container{
text-align: center;
}
#span_first{
margin-right: 90%;
}
#parent{
display: flex;
flex: wrap;
align-content: center;
margin-left: 5%;
margin-right: 5%;
}
._song{
text-align: center;
font-size:1em;
color:#fff;
width: 100%;
height: auto;
z-index: 2;
}
#results_1 {
margin-top: 10%;
width: 33%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
}
#results_2 {
margin-top: 10%;
width: 33%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
}
#results_3 {
margin-top: 10%;
width: 33%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
}
#input{
font-family: fontz;
margin-top: 5%;
border-radius: 25px;
width: 40%;
height: 2em;
color: #000;
text-align: center;
display:inline-block;
box-shadow: 5px 5px #413e7d;
}
#input:focus{
outline : none;
}
#search,#to_play{
font-family: fontz;
margin-left: 0;
width: 30%;
height: 2em;
color: #000;
border: 0;
background: #fff;
border-radius: 1em;
box-shadow: 5px 5px #413e7d;
}
#search,#to_play:focus{
outline : none;
}
#refresh{
font-family: fontz;
margin-right: 0%;
width: 10%;
height: 3em;
color: rgb(252, 245, 245);
border: 0;
background: #000;
}
#welcome {
display: flex;
flex-wrap: wrap;
font-size: 3em;
color: #fff;
display: block;
margin-left: auto;
margin-right: auto;
width: 60%;
padding-top:20%;
text-align: center;
}
/* here's the info thingy */
#info {
display: block;
width: 90%;
height: 50%;
position: fixed;
bottom: 23%;
z-index:3;
border-radius: 2em;
background: #fff;
margin-right: 5%;
margin-left: 5%;
box-shadow: 5px 5px #413e7d;
}
#info_data{
width:100%;
height: 85%;
text-align: center;
font-size: 2em;
}
#info_data_extra {
width:100%;
height: 40%;
}
#close {
width: 90%;
height: 10%;
color: white;
text-align: center;
background: #000;
border-radius: 2em;
margin-left: 5%;
padding-bottom: 2%;
font-size: 1.5em;
}
#close_extra{
width: 100%;
height : 20%
}
/* this is for the slider */
#slider {
display: block;
width: 60%;
height: 40px;
position: fixed;
bottom: 2%;
z-index:3;
border-radius: 2em;
background: #fff;
margin-right: 5%;
box-shadow: 5px 5px #413e7d;
margin-left: 5%;
}
#pointer {
width: 30px;
height: 30px;
border-radius: 100%;
background: #000;
align-self: center;
margin-left: 85%;
margin-top :5px;
color: #fff;
font-size : 0.7em;
z-index: 4;
text-align: center;
position: absolute;
margin-bottom: 5px;
}
/* for the buttons */
#next {
display: block;
width: 10%;
height: 40px;
position: fixed;
bottom: 2%;
right: 2%;
z-index:3;
border-radius: 50%;
background: #fff;
margin-right: 5%;
box-shadow: 5px 5px #413e7d;
margin-left: 5%;
}
#next_dot{
width:60%;
height: 60%;
background: #000;
border-radius: 50%;
margin-top:20%;
margin-left: 20%;
color: #fff;
text-align: center;font-size: .6em;
}
#prev{
display: block;
width: 10%;
height: 40px;
position: fixed;
bottom: 2%;
right: 15%;
z-index:3;
border-radius: 50%;
background: #fff;
box-shadow: 5px 5px #413e7d;
margin-right: 5%;
margin-left: 5%;
}
#prev_dot{
width:60%;
height: 60%;
background: #000;
border-radius: 50%;
margin-top:20%;
margin-left: 20%;
text-align: center;
color: #fff;font-size: .6em;
}
/* this is for the canvas */
#c{
display: block;
width: 100%;
height: 100%;
position: fixed;
z-index:-1;
}
@font-face{
font-family: fontz;
src: url("./fonts/font2.ttf");
}
@font-face{
font-family: spot;
src: url("./fonts/STONB___.TTF")
} | index.css | body,html{
margin: 0px;
display: block;
font-family: fontz;
height: 100%;
max-width: 100%;
overflow-x: hidden;
color: #000;
}
#background{
position: fixed;
z-index: -3;
height: 100%;
width: 100%;
background: linear-gradient(-45deg,rgb(16,209,243),rgb(16, 233, 114));
background: radial-gradient(circle at right bottom,rgb(16,209,243),rgb(16, 233, 114) );
-webkit-animation: rainbow 20s infinite linear;
animation: rainbow 20s infinite linear iteration-count direction fill-mode;
}
@-webkit-keyframes rainbow {
from{ -webkit-filter: hue-rotate(10deg);}
to {-webkit-filter: hue-rotate(360deg);}
}
@keyframes raainbow{
from{ -webkit-filter: hue-rotate(10deg);}
to {-webkit-filter: hue-rotate(360deg);}
}
#container_how{
margin-left: 45%;
height: 1.3em;;
}
#note {
font-size : .5em;
padding-left: 4%;
padding-right: 4%;
padding-top: 6%;
}
#note_red {
color: #ff0000;
font-size: 1.5em;
}
#clear_cookie,#how,#about {
background: #fff;
border-radius: 1em;
box-shadow: 5px 5px #413e7d;
text-align: center;
padding:1.3%;
margin: 1%;
font-size: .8em;
display: inline;
padding-left: 1.2em;
padding-right: 1.2em;
}
#marq{
z-index: 2;
position: absolute;
width: 100%;
margin-left: 1%;
height: 100%;
border-radius: 2em;
color:#413e7d;
margin-top: 4%;
}
#play_button {
width:100%;
display: none;
}
#inner_play {
background: rgb(221, 46, 68);
color:#fff;
border-radius: 1em;
padding-left: 5%;
padding-right: 5%;
padding-bottom: 1%;
font-size: .8em;
}
#save{
background: rgb(18, 167, 23);
color:#fff;
border-radius: 1em;
padding-left: 5%;
padding-right: 5%;
font-size: .8em;
padding-bottom: 1%;
}
#artist_name {
width:100%;
background: #000;
color: #fff;
}
#f {
color: rgb(0, 0, 0);
font-family: spot;
}
#extra_space {
width: 100%;
height: 20%;
}
#just {
font-size: 0.3em;
margin-left: 70%;
color: #000;
text-align: right;
}
#image_container{
position: relative;
top: 0;
left: 0;
}
.name {
top: 40%;
margin-left: 5%;
margin-right: 5%;
bottom: 40%;
color: #000;
}
.image {
-webkit-filter: grayscale(100%) blur(2px); /* Safari 6.0 - 9.0 */
filter: blur(2px) grayscale(100%);
position: relative;
border-radius: 20%;
top: 0;
left: 0;
}
/* .image:hover{
-webkit-filter: grayscale(0%);
filter: grayscale(0%);
} */
.play_image{
position: absolute;
bottom: 5%;
right: 12%;
}
#refresh_container{
width: 100%;
}
#input_container{
text-align: center;
}
#span_first{
margin-right: 90%;
}
#parent{
display: flex;
flex: wrap;
align-content: center;
margin-left: 5%;
margin-right: 5%;
}
._song{
text-align: center;
font-size:1em;
color:#fff;
width: 100%;
height: auto;
z-index: 2;
}
#results_1 {
margin-top: 10%;
width: 33%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
}
#results_2 {
margin-top: 10%;
width: 33%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
}
#results_3 {
margin-top: 10%;
width: 33%;
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
}
#input{
font-family: fontz;
margin-top: 5%;
border-radius: 25px;
width: 40%;
height: 2em;
color: #000;
text-align: center;
display:inline-block;
box-shadow: 5px 5px #413e7d;
}
#input:focus{
outline : none;
}
#search,#to_play{
font-family: fontz;
margin-left: 0;
width: 30%;
height: 2em;
color: #000;
border: 0;
background: #fff;
border-radius: 1em;
box-shadow: 5px 5px #413e7d;
}
#search,#to_play:focus{
outline : none;
}
#refresh{
font-family: fontz;
margin-right: 0%;
width: 10%;
height: 3em;
color: rgb(252, 245, 245);
border: 0;
background: #000;
}
#welcome {
display: flex;
flex-wrap: wrap;
font-size: 3em;
color: #fff;
display: block;
margin-left: auto;
margin-right: auto;
width: 60%;
padding-top:20%;
text-align: center;
}
/* here's the info thingy */
#info {
display: block;
width: 90%;
height: 50%;
position: fixed;
bottom: 23%;
z-index:3;
border-radius: 2em;
background: #fff;
margin-right: 5%;
margin-left: 5%;
box-shadow: 5px 5px #413e7d;
}
#info_data{
width:100%;
height: 85%;
text-align: center;
font-size: 2em;
}
#info_data_extra {
width:100%;
height: 40%;
}
#close {
width: 90%;
height: 10%;
color: white;
text-align: center;
background: #000;
border-radius: 2em;
margin-left: 5%;
padding-bottom: 2%;
font-size: 1.5em;
}
#close_extra{
width: 100%;
height : 20%
}
/* this is for the slider */
#slider {
display: block;
width: 60%;
height: 40px;
position: fixed;
bottom: 2%;
z-index:3;
border-radius: 2em;
background: #fff;
margin-right: 5%;
box-shadow: 5px 5px #413e7d;
margin-left: 5%;
}
#pointer {
width: 30px;
height: 30px;
border-radius: 100%;
background: #000;
align-self: center;
margin-left: 85%;
margin-top :5px;
color: #fff;
font-size : 0.7em;
z-index: 4;
text-align: center;
position: absolute;
margin-bottom: 5px;
}
/* for the buttons */
#next {
display: block;
width: 10%;
height: 40px;
position: fixed;
bottom: 2%;
right: 2%;
z-index:3;
border-radius: 50%;
background: #fff;
margin-right: 5%;
box-shadow: 5px 5px #413e7d;
margin-left: 5%;
}
#next_dot{
width:60%;
height: 60%;
background: #000;
border-radius: 50%;
margin-top:20%;
margin-left: 20%;
color: #fff;
text-align: center;font-size: .6em;
}
#prev{
display: block;
width: 10%;
height: 40px;
position: fixed;
bottom: 2%;
right: 15%;
z-index:3;
border-radius: 50%;
background: #fff;
box-shadow: 5px 5px #413e7d;
margin-right: 5%;
margin-left: 5%;
}
#prev_dot{
width:60%;
height: 60%;
background: #000;
border-radius: 50%;
margin-top:20%;
margin-left: 20%;
text-align: center;
color: #fff;font-size: .6em;
}
/* this is for the canvas */
#c{
display: block;
width: 100%;
height: 100%;
position: fixed;
z-index:-1;
}
@font-face{
font-family: fontz;
src: url("./fonts/font2.ttf");
}
@font-face{
font-family: spot;
src: url("./fonts/STONB___.TTF")
} | 0.381911 | 0.084758 |
.row {
margin-right: 0px;
margin-left: 0px;
margin: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
padding: 0%;
}
* {
margin: 0px;
padding: 0px;
font-family:"minion-pro",times,serif;
}
a, a:link, a:hover, a:visited, a:active {
text-decoration: none;
color: #000;
}
/* start style for index page */
/* start style for header */
#header {
background-image: url(../images/index/18944590_440115466365742_916879102_n.jpg);
height: 100%;
background-repeat: no-repeat;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
}
.fon, .fons {
background: rgba(255, 255, 255, 0.5);
}
h1 {
text-shadow: -1px 0 blue, 0 1px blue, 1px 0 blue, 0 -1px blue;
font-size: 4.3em;
text-align: right;
margin: 5% 5.2% 4% 0%;
}
header p {
text-align: right;
font-size: 2.8em;
color: #0A0E4F;
margin: 0% 7.1% 0% 0%;
}
.btn-head {
margin: 9% 0% 0% 0%;
}
.btn-header-1 {
width: 40.1%;
margin:0% 7.1% 3.8% 7.5%;
font-size: 2.2em;
border: 4px solid #0306E5;
border-radius: 10px;
background-color: #fff;
text-align: center;
color: #231DC5
}
.btn-header-1 span, .btn-header-2 span {
margin: 0% 18% 0% 14%;
}
.btn-header-2 {
width: 39.9%;
border: 4px solid #fff;
font-size: 2.2em;
border-radius: 10px;
background-color: #0000FE;
text-align: center;
color: #fff;
}
/* end style for header */
/* start style for menu */
.container-for-menu ul li{
display: inline;
margin: 0% 1% 0% 3%;
font-size: 200%;
background: transparent;
border-radius: 50%;
padding: 1% 4% 1% 4%;
border: 2px solid transparent;
}
.container-for-menu ul a li {
color: #000;
}
.container-for-menu ul a li:hover {
color: #fff;
}
.container-for-menu ul {
width: 100%;
margin-bottom: 0%;
}
.container-for-menu ul li:hover {
display: inline;
font-size: 200%;
background: #808080;
border: 2px solid blue;
border-radius: 50%;
padding: 1% 4% 1% 4%;
margin: 0% 1% 0% 3%;
}
.container-for-menu .borders, .borders {
border-bottom: 4px solid blue;
margin: 0% 0% 0% 0%;
}
/* end style for menu */
/* start style for bloks */
.img-for-blocks {
width: 92%;
margin: 0% 0% 0% 7.5%;
}
.block-h2 {
font-size: 4em;
color: #312AD5;
text-align: center;
margin: 2.7% 0% 2.5% 0%;
font-weight: bold;
}
.block-desc {
color: #232266;
font-size: 2.7em;
}
.block-description {
font-size: 2.6em;
line-height: 100%;
}
.for-description {
width: 20%;
margin-left: 3.8%;
}
.button-solution div {
width: 51.4%;
background: #0000FE;
color: #fff;
font-size: 2.9em;
margin: 3% auto 3% auto;
text-align: center;
padding: 1.3% 0% 2% 0%;
font-weight: bold;
cursor: pointer;
border: 3px solid transparent;
}
.button-solution div:hover {
width: 51.4%;
background: #fff;
color: #0000FE;
font-size: 2.9em;
margin: 3% auto 3% auto;
text-align: center;
padding: 1.3% 0% 2% 0%;
font-weight: bold;
cursor: pointer;
border: 3px solid #0000FE;
}
#success {
width: 51.4%;
background: #0000FE;
color: #fff;
font-size: 2.9em;
margin: 3% 0% 11% 23%;
padding: 1.3% 0% 2% 0%;
text-align: center;
font-weight: bold;
cursor: pointer;
border: 3px solid transparent;
}
#success:hover {
width: 51.4%;
background: #fff;
color: #0000FE;
font-size: 2.9em;
margin: 3% 0% 11% 23%;
padding: 1.3% 0% 2% 0%;
text-align: center;
font-weight: bold;
cursor: pointer;
border: 3px solid #0000FE;
}
input, button, select, textarea {
background: transparent;
font-family: inherit;
font-size: inherit;
line-height: inherit;
border: 1px solid transparent;
font-size: 1.2em;
padding-left: 12%;
}
.border {
float: left;
width: 16%;
border-bottom: 2px solid blue;
margin:0% 2% 0% 2% ;
}
/* end style for bloks */
/* start style for footer */
#arrow {
margin: 15% 0% 0% 19%;
cursor: pointer;
}
footer ul li {
display: inline;
font-size: 180%;
margin-right: 1.3%;
font-weight: bold;
}
footer ul li a {
color: #000;
}
footer ul li a:hover {
color: #0000FE;
}
footer ul {
margin-top: 11.5%;
}
footer #img {
width: 22%;
float: left;
}
footer #img img{
width: 70%;
}
#copy {
font-size: 1.5em;
font-weight: bold;
}
footer #cont p {
float: left;
font-size: 1.4em;
width: 77%;
color: #000;
}
#im-1 {
margin:17% 0% 5% 0%;
}
#im-3 {
margin:8% 0% 16% 0%;
}
/* end style for footer */
/* end style for index page */
/* start style fot form page */
/* start style for header */
header .fons h1{
font-size: 4em;
margin: 0% 0% 2.6% 0%;
padding: 5% 4.5% 0% 0%;
}
#backg {
background-image: url(../images/index/18945190_440646922979263_834867222_n.jpg);
height: 100%;
background-repeat: no-repeat;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
}
/* start style for header */
/* start style for form */
#description-form {
margin: 3.9% 0% 3.3% 0%;
}
#description-form p {
font-size: 2.3em;
color: blue;
text-align: center;
font-weight: bold;
}
#btn {
margin-top: 2%;
}
form input, form select {
width: 100%;
border: 1px solid #11094D;
}
/* end style for form */
/* end style fot form page */
/* start style for select page */
#img-0 {
/*background-image: url(../images/index/18947291_440115473032408_1509300145_o.jpg);*/
/*background-position: center;*/
margin-bottom: 5%;
}
#category-names {
position: absolute;
left: 27%;
top: 41%;
bottom: 59%;
margin: 0%;
}
#img-0, #img-6, #img-7, #img-9 {
margin-left: 5%;
height: 285px;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
cursor: pointer;
}
.fo img {
width: 100%;
height: 100%;
}
.fo img:hover {
width: 100%;
height: 100%;
}
.fo {
height: 285px;
color: #2115D8;
background-size: 100%;
border: 3px solid transparent;
}
.fo:hover {
font-size: 30px;
height: 285px;
color: #2115D8;
background-size: 100%;
border: 3px solid #2115D8;
opacity: 0.6;
background: #fff;
}
p {
font-size: 30px;
font-weight: bold;
color: #2115D8;
}
#big:hover {
padding: 21% 11% 23% 10%;
}
#big {
padding: 21% 87% 30% 10%;
}
#smal {
padding: 20% 71% 32% 27%;
}
#select-img-r-1, #select-img-r-1 {
margin: 0% 0% 0% 5%;
}
#img-2 {
margin: 4% 0% 4% 0%;
}
/* end style for select page */
/* start style for articles page */
#description-articles a {
width: 54%;
font-size: 1em;
font-weight: bold;
color: #1A1057;
border-bottom: 2px solid #1A1057;
margin-left: 6.5%;
}
#description-article, #description-article_1 {
font-size: 2.2em;
line-height: 1.1em;
margin-left: 15.5%;
color: #000;
}
.img-articles {
width: 100%;
margin:0% 5% 0% 5%;
}
#button-articles {
width: 68%;
text-align: center;
color: #fff;
background-color: #2E3192;
font-size: 2em;
font-weight: bold;
border-radius: 8px;
margin:12.5% 0% 0% 17.5%;
border: 3px solid transparent;
}
#button-articles:hover {
width: 68%;
text-align: center;
color: #2E3192;
background-color: #fff;
font-size: 2em;
font-weight: bold;
border-radius: 8px;
margin:12.5% 0% 0% 17.5%;
border: 3px solid #2E3192;
}
#back {
float: right;
margin: 3% 6% 1% 0%;
padding: 1% 1% 1% 1%;
border-bottom-right-radius: 30%;
border-top-left-radius: 30%;
color: #fff;
font-size: 150%;
font-weight: bold;
background-color: #0202ff;
border: 3px solid transparent;
}
#back:hover {
float: right;
margin: 3% 6% 1% 0%;
padding: 1% 1% 1% 1%;
border-bottom-right-radius: 30%;
border-top-left-radius: 30%;
color: #0202ff;
font-size: 150%;
font-weight: bold;
background-color: #fff;
border: 3px solid #0202ff;
}
#button-articles, .img-articles {
margin-bottom: 11%;
}
#arrow-l {
padding-left: 7%;
}
#arrow-r{
padding-left: 32.5%;
}
#arrow-r span, #arrow-l span {
margin: 0% 1% 0% 1%;
font-size: 1.8em;
}
#pagination {
display: none;
}
/* end style for articles page */
/* start style for contacts page */
#about-us {
background-color: #ACADFF;
margin: 5.2% 0% 1.5% 7.5%;
border-radius: 10px;
padding: 2% 0% 1.7% 3.7%;
}
#about-us p {
margin: 0%;
color: #010157;
}
.about-us-desc {
font-size: 2em;
line-height: 98%;
}
#about-us-img {
width: 95%;
}
#description-abuot-us {
text-align: center;
padding-bottom: 1%;
text-decoration: underline;
color: #080BF6;
font-size: 2em;
font-weight: bold;
}
#map {
margin: 0% 4% 0% 0%;
}
#contact {
font-size: 2em;
margin: 6.4% 0% 0% 0%;
}
#tel ul {
width: 80%;
}
.con {
color: #0171C7;
font-weight: bold;
}
#address, #tel, #mail, #time {
margin: 0% 0% 6% 0%;
}
#contact-form input {
margin-bottom: 0%;
}
/* end style for contacts page */
/* start style for article */
#description-article_0 {
width: 54%;
font-size: 2.7em;
font-weight: bold;
color: #1A1057;
margin: 2% 0% 3% 22%;
}
#container-img {
width: 40%;
float: left;
margin:0% 3% 0% 6%;
}
#img-article {
width: 100%;
}
#row-article {
padding: 0% 5% 0% 5%;
}
#description-article_1 {
font-size: 2.2em;
line-height: 1.1em;
margin:0% 6% 0% 6%;
}
.section-article {
margin: 3% 0% 0% 6%;
font-size: 1.8em;
font-weight: bold;
}
.section-article {
color: #000;
}
.blue-section-article {
color: blue;
}
/* end style for article */ | web/css/main.css | .row {
margin-right: 0px;
margin-left: 0px;
margin: 0px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
padding: 0%;
}
* {
margin: 0px;
padding: 0px;
font-family:"minion-pro",times,serif;
}
a, a:link, a:hover, a:visited, a:active {
text-decoration: none;
color: #000;
}
/* start style for index page */
/* start style for header */
#header {
background-image: url(../images/index/18944590_440115466365742_916879102_n.jpg);
height: 100%;
background-repeat: no-repeat;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
}
.fon, .fons {
background: rgba(255, 255, 255, 0.5);
}
h1 {
text-shadow: -1px 0 blue, 0 1px blue, 1px 0 blue, 0 -1px blue;
font-size: 4.3em;
text-align: right;
margin: 5% 5.2% 4% 0%;
}
header p {
text-align: right;
font-size: 2.8em;
color: #0A0E4F;
margin: 0% 7.1% 0% 0%;
}
.btn-head {
margin: 9% 0% 0% 0%;
}
.btn-header-1 {
width: 40.1%;
margin:0% 7.1% 3.8% 7.5%;
font-size: 2.2em;
border: 4px solid #0306E5;
border-radius: 10px;
background-color: #fff;
text-align: center;
color: #231DC5
}
.btn-header-1 span, .btn-header-2 span {
margin: 0% 18% 0% 14%;
}
.btn-header-2 {
width: 39.9%;
border: 4px solid #fff;
font-size: 2.2em;
border-radius: 10px;
background-color: #0000FE;
text-align: center;
color: #fff;
}
/* end style for header */
/* start style for menu */
.container-for-menu ul li{
display: inline;
margin: 0% 1% 0% 3%;
font-size: 200%;
background: transparent;
border-radius: 50%;
padding: 1% 4% 1% 4%;
border: 2px solid transparent;
}
.container-for-menu ul a li {
color: #000;
}
.container-for-menu ul a li:hover {
color: #fff;
}
.container-for-menu ul {
width: 100%;
margin-bottom: 0%;
}
.container-for-menu ul li:hover {
display: inline;
font-size: 200%;
background: #808080;
border: 2px solid blue;
border-radius: 50%;
padding: 1% 4% 1% 4%;
margin: 0% 1% 0% 3%;
}
.container-for-menu .borders, .borders {
border-bottom: 4px solid blue;
margin: 0% 0% 0% 0%;
}
/* end style for menu */
/* start style for bloks */
.img-for-blocks {
width: 92%;
margin: 0% 0% 0% 7.5%;
}
.block-h2 {
font-size: 4em;
color: #312AD5;
text-align: center;
margin: 2.7% 0% 2.5% 0%;
font-weight: bold;
}
.block-desc {
color: #232266;
font-size: 2.7em;
}
.block-description {
font-size: 2.6em;
line-height: 100%;
}
.for-description {
width: 20%;
margin-left: 3.8%;
}
.button-solution div {
width: 51.4%;
background: #0000FE;
color: #fff;
font-size: 2.9em;
margin: 3% auto 3% auto;
text-align: center;
padding: 1.3% 0% 2% 0%;
font-weight: bold;
cursor: pointer;
border: 3px solid transparent;
}
.button-solution div:hover {
width: 51.4%;
background: #fff;
color: #0000FE;
font-size: 2.9em;
margin: 3% auto 3% auto;
text-align: center;
padding: 1.3% 0% 2% 0%;
font-weight: bold;
cursor: pointer;
border: 3px solid #0000FE;
}
#success {
width: 51.4%;
background: #0000FE;
color: #fff;
font-size: 2.9em;
margin: 3% 0% 11% 23%;
padding: 1.3% 0% 2% 0%;
text-align: center;
font-weight: bold;
cursor: pointer;
border: 3px solid transparent;
}
#success:hover {
width: 51.4%;
background: #fff;
color: #0000FE;
font-size: 2.9em;
margin: 3% 0% 11% 23%;
padding: 1.3% 0% 2% 0%;
text-align: center;
font-weight: bold;
cursor: pointer;
border: 3px solid #0000FE;
}
input, button, select, textarea {
background: transparent;
font-family: inherit;
font-size: inherit;
line-height: inherit;
border: 1px solid transparent;
font-size: 1.2em;
padding-left: 12%;
}
.border {
float: left;
width: 16%;
border-bottom: 2px solid blue;
margin:0% 2% 0% 2% ;
}
/* end style for bloks */
/* start style for footer */
#arrow {
margin: 15% 0% 0% 19%;
cursor: pointer;
}
footer ul li {
display: inline;
font-size: 180%;
margin-right: 1.3%;
font-weight: bold;
}
footer ul li a {
color: #000;
}
footer ul li a:hover {
color: #0000FE;
}
footer ul {
margin-top: 11.5%;
}
footer #img {
width: 22%;
float: left;
}
footer #img img{
width: 70%;
}
#copy {
font-size: 1.5em;
font-weight: bold;
}
footer #cont p {
float: left;
font-size: 1.4em;
width: 77%;
color: #000;
}
#im-1 {
margin:17% 0% 5% 0%;
}
#im-3 {
margin:8% 0% 16% 0%;
}
/* end style for footer */
/* end style for index page */
/* start style fot form page */
/* start style for header */
header .fons h1{
font-size: 4em;
margin: 0% 0% 2.6% 0%;
padding: 5% 4.5% 0% 0%;
}
#backg {
background-image: url(../images/index/18945190_440646922979263_834867222_n.jpg);
height: 100%;
background-repeat: no-repeat;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
}
/* start style for header */
/* start style for form */
#description-form {
margin: 3.9% 0% 3.3% 0%;
}
#description-form p {
font-size: 2.3em;
color: blue;
text-align: center;
font-weight: bold;
}
#btn {
margin-top: 2%;
}
form input, form select {
width: 100%;
border: 1px solid #11094D;
}
/* end style for form */
/* end style fot form page */
/* start style for select page */
#img-0 {
/*background-image: url(../images/index/18947291_440115473032408_1509300145_o.jpg);*/
/*background-position: center;*/
margin-bottom: 5%;
}
#category-names {
position: absolute;
left: 27%;
top: 41%;
bottom: 59%;
margin: 0%;
}
#img-0, #img-6, #img-7, #img-9 {
margin-left: 5%;
height: 285px;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
cursor: pointer;
}
.fo img {
width: 100%;
height: 100%;
}
.fo img:hover {
width: 100%;
height: 100%;
}
.fo {
height: 285px;
color: #2115D8;
background-size: 100%;
border: 3px solid transparent;
}
.fo:hover {
font-size: 30px;
height: 285px;
color: #2115D8;
background-size: 100%;
border: 3px solid #2115D8;
opacity: 0.6;
background: #fff;
}
p {
font-size: 30px;
font-weight: bold;
color: #2115D8;
}
#big:hover {
padding: 21% 11% 23% 10%;
}
#big {
padding: 21% 87% 30% 10%;
}
#smal {
padding: 20% 71% 32% 27%;
}
#select-img-r-1, #select-img-r-1 {
margin: 0% 0% 0% 5%;
}
#img-2 {
margin: 4% 0% 4% 0%;
}
/* end style for select page */
/* start style for articles page */
#description-articles a {
width: 54%;
font-size: 1em;
font-weight: bold;
color: #1A1057;
border-bottom: 2px solid #1A1057;
margin-left: 6.5%;
}
#description-article, #description-article_1 {
font-size: 2.2em;
line-height: 1.1em;
margin-left: 15.5%;
color: #000;
}
.img-articles {
width: 100%;
margin:0% 5% 0% 5%;
}
#button-articles {
width: 68%;
text-align: center;
color: #fff;
background-color: #2E3192;
font-size: 2em;
font-weight: bold;
border-radius: 8px;
margin:12.5% 0% 0% 17.5%;
border: 3px solid transparent;
}
#button-articles:hover {
width: 68%;
text-align: center;
color: #2E3192;
background-color: #fff;
font-size: 2em;
font-weight: bold;
border-radius: 8px;
margin:12.5% 0% 0% 17.5%;
border: 3px solid #2E3192;
}
#back {
float: right;
margin: 3% 6% 1% 0%;
padding: 1% 1% 1% 1%;
border-bottom-right-radius: 30%;
border-top-left-radius: 30%;
color: #fff;
font-size: 150%;
font-weight: bold;
background-color: #0202ff;
border: 3px solid transparent;
}
#back:hover {
float: right;
margin: 3% 6% 1% 0%;
padding: 1% 1% 1% 1%;
border-bottom-right-radius: 30%;
border-top-left-radius: 30%;
color: #0202ff;
font-size: 150%;
font-weight: bold;
background-color: #fff;
border: 3px solid #0202ff;
}
#button-articles, .img-articles {
margin-bottom: 11%;
}
#arrow-l {
padding-left: 7%;
}
#arrow-r{
padding-left: 32.5%;
}
#arrow-r span, #arrow-l span {
margin: 0% 1% 0% 1%;
font-size: 1.8em;
}
#pagination {
display: none;
}
/* end style for articles page */
/* start style for contacts page */
#about-us {
background-color: #ACADFF;
margin: 5.2% 0% 1.5% 7.5%;
border-radius: 10px;
padding: 2% 0% 1.7% 3.7%;
}
#about-us p {
margin: 0%;
color: #010157;
}
.about-us-desc {
font-size: 2em;
line-height: 98%;
}
#about-us-img {
width: 95%;
}
#description-abuot-us {
text-align: center;
padding-bottom: 1%;
text-decoration: underline;
color: #080BF6;
font-size: 2em;
font-weight: bold;
}
#map {
margin: 0% 4% 0% 0%;
}
#contact {
font-size: 2em;
margin: 6.4% 0% 0% 0%;
}
#tel ul {
width: 80%;
}
.con {
color: #0171C7;
font-weight: bold;
}
#address, #tel, #mail, #time {
margin: 0% 0% 6% 0%;
}
#contact-form input {
margin-bottom: 0%;
}
/* end style for contacts page */
/* start style for article */
#description-article_0 {
width: 54%;
font-size: 2.7em;
font-weight: bold;
color: #1A1057;
margin: 2% 0% 3% 22%;
}
#container-img {
width: 40%;
float: left;
margin:0% 3% 0% 6%;
}
#img-article {
width: 100%;
}
#row-article {
padding: 0% 5% 0% 5%;
}
#description-article_1 {
font-size: 2.2em;
line-height: 1.1em;
margin:0% 6% 0% 6%;
}
.section-article {
margin: 3% 0% 0% 6%;
font-size: 1.8em;
font-weight: bold;
}
.section-article {
color: #000;
}
.blue-section-article {
color: blue;
}
/* end style for article */ | 0.296247 | 0.070113 |
@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap');
@import url(colors.css);
@import url(navbar.css);
html{
font-size: 10px;
}
body{
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
main{
padding: 1rem;
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(4, auto);
gap: 1rem;
margin: auto;
}
h1{
grid-column: 1 /span 2;
font-family: 'Source Sans Pro', sans-serif;
font-size: 4rem;
font-weight: 400;
margin: 0px;
padding: 2rem 0;
}
p{
font-size: 1.8rem;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
.service{
grid-column: 1 /span 2;
}
.container{
grid-column: 1 /span 2;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
font-size: 2rem;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
input[type=submit] {
background-color: skyblue;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 2rem;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
input[type=submit]:hover {
background-color: skyblue;
}
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
table{
width: 100%;
font-weight: 300;
font-family: 'Source Sans Pro', sans-serif;
font-size: 1.5rem;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: skyblue;}
p:last-child{
grid-column: 1 / span 2;
}
@media (min-width:768px){
main{
width: 750px;
padding: 1rem 0;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto 1fr 1fr;
gap: 1rem;
margin: auto;
}
h1{
grid-column: 1 / span 2;
text-align: center;
font-size: 6rem;
}
p:last-child{
grid-column: 1 / span 2;
}
}
@media(min-width:1000px){
main{
width: 960px;
}
h1{
font-size: 80px;
}
p:last-child{
grid-column: 1 / span 2;
}
} | Week 06/Midterm Homework/main.css | @import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;700&display=swap');
@import url(colors.css);
@import url(navbar.css);
html{
font-size: 10px;
}
body{
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
main{
padding: 1rem;
display: grid;
grid-template-columns: 100%;
grid-template-rows: repeat(4, auto);
gap: 1rem;
margin: auto;
}
h1{
grid-column: 1 /span 2;
font-family: 'Source Sans Pro', sans-serif;
font-size: 4rem;
font-weight: 400;
margin: 0px;
padding: 2rem 0;
}
p{
font-size: 1.8rem;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
.service{
grid-column: 1 /span 2;
}
.container{
grid-column: 1 /span 2;
}
input[type=text], select, textarea {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
margin-top: 6px;
margin-bottom: 16px;
resize: vertical;
font-size: 2rem;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
input[type=submit] {
background-color: skyblue;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 2rem;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 300;
}
input[type=submit]:hover {
background-color: skyblue;
}
.container {
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px;
}
table{
width: 100%;
font-weight: 300;
font-family: 'Source Sans Pro', sans-serif;
font-size: 1.5rem;
}
td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
}
tr:nth-child(even) {
background-color: skyblue;}
p:last-child{
grid-column: 1 / span 2;
}
@media (min-width:768px){
main{
width: 750px;
padding: 1rem 0;
grid-template-columns: 1fr 1fr;
grid-template-rows: auto 1fr 1fr;
gap: 1rem;
margin: auto;
}
h1{
grid-column: 1 / span 2;
text-align: center;
font-size: 6rem;
}
p:last-child{
grid-column: 1 / span 2;
}
}
@media(min-width:1000px){
main{
width: 960px;
}
h1{
font-size: 80px;
}
p:last-child{
grid-column: 1 / span 2;
}
} | 0.402275 | 0.105671 |
@font-face {
font-family: "Flaticon";
src: url("assets/fonts/Flaticon.eot");
src: url("assets/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("assets/fonts/Flaticon.woff") format("woff2"),
url("assets/fonts/Flaticon.woff") format("woff"),
url("assets/fonts/Flaticon.ttf") format("truetype"),
url("assets/fonts/Flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("assets/fonts/Flaticon.svg") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
}
.flaticon-cloud:before { content: "\f100"; }
.flaticon-data:before { content: "\f101"; }
.flaticon-vps:before { content: "\f102"; }
.flaticon-shield:before { content: "\f103"; }
.flaticon-team:before { content: "\f104"; }
.flaticon-rocket:before { content: "\f105"; }
.flaticon-diamond:before { content: "\f106"; }
.flaticon-money:before { content: "\f107"; }
.flaticon-data-1:before { content: "\f108"; }
.flaticon-dashboard:before { content: "\f109"; }
.flaticon-support:before { content: "\f10a"; }
.flaticon-star:before { content: "\f10b"; }
.flaticon-star-1:before { content: "\f10c"; }
.flaticon-star-2:before { content: "\f10d"; }
.flaticon-plus:before { content: "\f10e"; }
.flaticon-line:before { content: "\f10f"; }
.flaticon-monitor:before { content: "\f110"; }
.flaticon-idea:before { content: "\f111"; }
.flaticon-layout:before { content: "\f112"; }
.flaticon-hard-disk:before { content: "\f113"; }
.flaticon-smartphone:before { content: "\f114"; }
.flaticon-reload:before { content: "\f115"; }
.flaticon-laptop:before { content: "\f116"; }
.flaticon-update-arrows:before { content: "\f117"; }
.flaticon-handshake:before { content: "\f118"; }
.flaticon-repair:before { content: "\f119"; }
.flaticon-delivery-truck:before { content: "\f11a"; }
.flaticon-left-quote:before { content: "\f11b"; }
.flaticon-software:before { content: "\f11c"; }
.flaticon-gear:before { content: "\f11d"; }
.flaticon-skyline:before { content: "\f11e"; }
.flaticon-car-insurance:before { content: "\f11f"; }
.flaticon-factory:before { content: "\f120"; }
.flaticon-chip:before { content: "\f121"; } | assets/css/flaticon.css | @font-face {
font-family: "Flaticon";
src: url("assets/fonts/Flaticon.eot");
src: url("assets/fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
url("assets/fonts/Flaticon.woff") format("woff2"),
url("assets/fonts/Flaticon.woff") format("woff"),
url("assets/fonts/Flaticon.ttf") format("truetype"),
url("assets/fonts/Flaticon.svg") format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url("assets/fonts/Flaticon.svg") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
font-family: Flaticon;
font-size: 20px;
font-style: normal;
}
.flaticon-cloud:before { content: "\f100"; }
.flaticon-data:before { content: "\f101"; }
.flaticon-vps:before { content: "\f102"; }
.flaticon-shield:before { content: "\f103"; }
.flaticon-team:before { content: "\f104"; }
.flaticon-rocket:before { content: "\f105"; }
.flaticon-diamond:before { content: "\f106"; }
.flaticon-money:before { content: "\f107"; }
.flaticon-data-1:before { content: "\f108"; }
.flaticon-dashboard:before { content: "\f109"; }
.flaticon-support:before { content: "\f10a"; }
.flaticon-star:before { content: "\f10b"; }
.flaticon-star-1:before { content: "\f10c"; }
.flaticon-star-2:before { content: "\f10d"; }
.flaticon-plus:before { content: "\f10e"; }
.flaticon-line:before { content: "\f10f"; }
.flaticon-monitor:before { content: "\f110"; }
.flaticon-idea:before { content: "\f111"; }
.flaticon-layout:before { content: "\f112"; }
.flaticon-hard-disk:before { content: "\f113"; }
.flaticon-smartphone:before { content: "\f114"; }
.flaticon-reload:before { content: "\f115"; }
.flaticon-laptop:before { content: "\f116"; }
.flaticon-update-arrows:before { content: "\f117"; }
.flaticon-handshake:before { content: "\f118"; }
.flaticon-repair:before { content: "\f119"; }
.flaticon-delivery-truck:before { content: "\f11a"; }
.flaticon-left-quote:before { content: "\f11b"; }
.flaticon-software:before { content: "\f11c"; }
.flaticon-gear:before { content: "\f11d"; }
.flaticon-skyline:before { content: "\f11e"; }
.flaticon-car-insurance:before { content: "\f11f"; }
.flaticon-factory:before { content: "\f120"; }
.flaticon-chip:before { content: "\f121"; } | 0.400515 | 0.136263 |
*{
margin: 0;
padding: 0;
}
body{
background-color: hsl(169, 50%, 50%);
background-size: cover;
display: flex;
min-height: 100vh;
}
form{
margin: auto;
width: 50%;
max-width: 500px;
background: #F3F3F3;
padding: 30px;
border: 1px solid rgba(0,0,0,0.2);
}
div#general{
margin: auto;
margin-top: 20px;
width: 600px;
height: 1200px;
}
div#info_evaluador{
width: 270px;
height: 357px;
float: left;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
div#info{
width: 575px;
height: 50px;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
form{
width: 600px;
height: 300px;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
div#equipos{
width: 575px;
height: 425px;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
div#info_proyecto{
width: 575px;
height: 225px;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
h5{
margin-top: 5px;
font-size: 75%;
}
p{
color: #696969;
margin-top: 10px;
margin-left: 10px;
font-size: 100%;
}
td[id="eval"]{
height: 80px;
}
td[id="inf"]{
width: 100px;
height: 40px;
}
td[id="dato"]{
width: 165px;
height: 40px;
}
td[id="dato"]{
font-size:
}
table[id="eq2"]{
margin-top: 70px;
}
table[id="eq3"]{
margin-top: 70px;
}
select[id="eval"]{
width: 180px;
height: 30px;
margin-top: 10px;
margin-left: 15px;
}
select[id="equipo"]{
width: 100px;
height: 30px;
margin-top: 10px;
margin-left: 15px;
}
input[type="submit"]{
display: inline-block;
background: #2394D5;
padding: 5px 15px;
color: #fff;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-left: 5px;
}
td[id="num"]{
width: 80px;
height: 20px;
}
td[id="nom"]{
width: 240px;
height: 20px;
}
td[id="tit"]{
width: 120px;
height: 20px;
}
td[id="esp"]{
width: 110px;
height: 20px;
}
td[id="nomP"]{
width: 300px;
height: 20px;
}
td[id="cat"]{
width: 150px;
height: 20px;
}
td[id="eqEv"]{
width: 110px;
height: 20px;
} | css/estilos2.css | *{
margin: 0;
padding: 0;
}
body{
background-color: hsl(169, 50%, 50%);
background-size: cover;
display: flex;
min-height: 100vh;
}
form{
margin: auto;
width: 50%;
max-width: 500px;
background: #F3F3F3;
padding: 30px;
border: 1px solid rgba(0,0,0,0.2);
}
div#general{
margin: auto;
margin-top: 20px;
width: 600px;
height: 1200px;
}
div#info_evaluador{
width: 270px;
height: 357px;
float: left;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
div#info{
width: 575px;
height: 50px;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
form{
width: 600px;
height: 300px;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
div#equipos{
width: 575px;
height: 425px;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
div#info_proyecto{
width: 575px;
height: 225px;
background-color: #F5F5DC;
border:3px groove gray;
border-radius: 15px;
}
h5{
margin-top: 5px;
font-size: 75%;
}
p{
color: #696969;
margin-top: 10px;
margin-left: 10px;
font-size: 100%;
}
td[id="eval"]{
height: 80px;
}
td[id="inf"]{
width: 100px;
height: 40px;
}
td[id="dato"]{
width: 165px;
height: 40px;
}
td[id="dato"]{
font-size:
}
table[id="eq2"]{
margin-top: 70px;
}
table[id="eq3"]{
margin-top: 70px;
}
select[id="eval"]{
width: 180px;
height: 30px;
margin-top: 10px;
margin-left: 15px;
}
select[id="equipo"]{
width: 100px;
height: 30px;
margin-top: 10px;
margin-left: 15px;
}
input[type="submit"]{
display: inline-block;
background: #2394D5;
padding: 5px 15px;
color: #fff;
border: 0 none;
cursor: pointer;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
margin-left: 5px;
}
td[id="num"]{
width: 80px;
height: 20px;
}
td[id="nom"]{
width: 240px;
height: 20px;
}
td[id="tit"]{
width: 120px;
height: 20px;
}
td[id="esp"]{
width: 110px;
height: 20px;
}
td[id="nomP"]{
width: 300px;
height: 20px;
}
td[id="cat"]{
width: 150px;
height: 20px;
}
td[id="eqEv"]{
width: 110px;
height: 20px;
} | 0.151216 | 0.068819 |
@charset "UTF-8";
.knowledge-wrapper {
width: 100%;
}
.knowledge-wrapper .knowledge-content {
width: 1200px;
margin: 20px auto 0 auto;
background-color: #ffffff;
padding: 30px 20px;
overflow: hidden;
}
.knowledge-wrapper .knowledge-content .title {
margin-bottom: 30px;
width: 100%;
border-bottom: solid 1px #e9e9e9;
}
.knowledge-wrapper .knowledge-content .title span {
display: inline-block;
font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight: 700;
font-style: normal;
font-size: 20px;
color: #025AB3;
text-align: left;
line-height: 22px;
}
.knowledge-wrapper .knowledge-content .title .bottom-line {
padding-bottom: 20px;
border-bottom: solid 3px #025AB3;
}
.knowledge-wrapper .knowledge-content .left {
float: left;
width: 240px;
background-color: #eff7fe;
}
.knowledge-wrapper .knowledge-content .left .list {
padding: 0 20px;
margin: 0;
}
.knowledge-wrapper .knowledge-content .left .list .list-item {
display: block;
padding: 15px 0;
list-style: none;
text-decoration: none;
cursor: pointer;
font-family: '微软雅黑 Regular', '微软雅黑';
font-weight: 400;
font-style: normal;
font-size: 16px;
color: #666666;
border-bottom: 1px solid #fff;
}
.knowledge-wrapper .knowledge-content .left .list .list-item span {
margin-left: 10px;
}
.knowledge-wrapper .knowledge-content .left .list .list-item:hover {
color: #0e64b7;
}
.knowledge-wrapper .knowledge-content .left .list .active {
color: #0e64b7;
}
.knowledge-wrapper .knowledge-content .right {
float: right;
width: 880px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail {
min-height: 600px;
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail p {
font-size: 20px;
padding-top: 20px;
margin: 0px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret {
padding: 0 20px;
width: 100%;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav {
padding: 10px 20px;
background: #f6f6f6;
width: 100%;
margin-top: 30px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav div:first-child {
float: left;
line-height: 34px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav span {
padding: 0px 4px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right {
float: right;
display: flex;
align-items: center;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .consult {
border-radius: 4px;
color: #fff;
background: #468cd3;
padding: 7px 10px;
margin-right: 10px;
cursor: pointer;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .consult img {
margin-right: 8px;
width: 20px;
height: 17px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .img {
background-image: url(../img/collect.png);
background-repeat: no-repeat;
background-position: center;
width: 39px;
height: 32px;
border-radius: 5px;
border: 1px solid #cccccc;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .img:hover, .knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .img.active {
background-image: url(../img/select_collect.png);
cursor: pointer;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content {
width: 100%;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content p {
padding: 20px 0 10px;
border-bottom: 1px solid #cccccc;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content p span {
margin-left: 10px;
font-size: 16px;
font-weight: bold;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content .txt {
margin-top: 10px;
font-size: 16px;
line-height: 36px;
color: #333;
text-align: left;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content .txt span {
color: #468cd3;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .img-only {
text-align: center;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .img-only img {
width: 645px;
height: 506px;
}
.knowledge-wrapper .knowledge-content .right .pre-next {
width: 90%;
height: 46px;
margin: 0 auto;
padding: 0 10px;
background-color: #f6f6f6;
}
.knowledge-wrapper .knowledge-content .right .pre-next .pre {
float: left;
}
.knowledge-wrapper .knowledge-content .right .pre-next .next {
float: right;
}
.knowledge-wrapper .knowledge-content .right .pre-next div {
font-family: '微软雅黑 Regular', '微软雅黑';
font-size: 16px;
font-weight: 400;
font-style: normal;
color: #666666;
line-height: 46px;
cursor: pointer;
} | css/detailsOfEquipmentknowledge.css | @charset "UTF-8";
.knowledge-wrapper {
width: 100%;
}
.knowledge-wrapper .knowledge-content {
width: 1200px;
margin: 20px auto 0 auto;
background-color: #ffffff;
padding: 30px 20px;
overflow: hidden;
}
.knowledge-wrapper .knowledge-content .title {
margin-bottom: 30px;
width: 100%;
border-bottom: solid 1px #e9e9e9;
}
.knowledge-wrapper .knowledge-content .title span {
display: inline-block;
font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
font-weight: 700;
font-style: normal;
font-size: 20px;
color: #025AB3;
text-align: left;
line-height: 22px;
}
.knowledge-wrapper .knowledge-content .title .bottom-line {
padding-bottom: 20px;
border-bottom: solid 3px #025AB3;
}
.knowledge-wrapper .knowledge-content .left {
float: left;
width: 240px;
background-color: #eff7fe;
}
.knowledge-wrapper .knowledge-content .left .list {
padding: 0 20px;
margin: 0;
}
.knowledge-wrapper .knowledge-content .left .list .list-item {
display: block;
padding: 15px 0;
list-style: none;
text-decoration: none;
cursor: pointer;
font-family: '微软雅黑 Regular', '微软雅黑';
font-weight: 400;
font-style: normal;
font-size: 16px;
color: #666666;
border-bottom: 1px solid #fff;
}
.knowledge-wrapper .knowledge-content .left .list .list-item span {
margin-left: 10px;
}
.knowledge-wrapper .knowledge-content .left .list .list-item:hover {
color: #0e64b7;
}
.knowledge-wrapper .knowledge-content .left .list .active {
color: #0e64b7;
}
.knowledge-wrapper .knowledge-content .right {
float: right;
width: 880px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail {
min-height: 600px;
background: #fff;
display: flex;
flex-direction: column;
align-items: center;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail p {
font-size: 20px;
padding-top: 20px;
margin: 0px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret {
padding: 0 20px;
width: 100%;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav {
padding: 10px 20px;
background: #f6f6f6;
width: 100%;
margin-top: 30px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav div:first-child {
float: left;
line-height: 34px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav span {
padding: 0px 4px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right {
float: right;
display: flex;
align-items: center;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .consult {
border-radius: 4px;
color: #fff;
background: #468cd3;
padding: 7px 10px;
margin-right: 10px;
cursor: pointer;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .consult img {
margin-right: 8px;
width: 20px;
height: 17px;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .img {
background-image: url(../img/collect.png);
background-repeat: no-repeat;
background-position: center;
width: 39px;
height: 32px;
border-radius: 5px;
border: 1px solid #cccccc;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .img:hover, .knowledge-wrapper .knowledge-content .right .requirementDetail .secret .nav .nav-right .img.active {
background-image: url(../img/select_collect.png);
cursor: pointer;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content {
width: 100%;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content p {
padding: 20px 0 10px;
border-bottom: 1px solid #cccccc;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content p span {
margin-left: 10px;
font-size: 16px;
font-weight: bold;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content .txt {
margin-top: 10px;
font-size: 16px;
line-height: 36px;
color: #333;
text-align: left;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .content .txt span {
color: #468cd3;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .img-only {
text-align: center;
}
.knowledge-wrapper .knowledge-content .right .requirementDetail .secret .img-only img {
width: 645px;
height: 506px;
}
.knowledge-wrapper .knowledge-content .right .pre-next {
width: 90%;
height: 46px;
margin: 0 auto;
padding: 0 10px;
background-color: #f6f6f6;
}
.knowledge-wrapper .knowledge-content .right .pre-next .pre {
float: left;
}
.knowledge-wrapper .knowledge-content .right .pre-next .next {
float: right;
}
.knowledge-wrapper .knowledge-content .right .pre-next div {
font-family: '微软雅黑 Regular', '微软雅黑';
font-size: 16px;
font-weight: 400;
font-style: normal;
color: #666666;
line-height: 46px;
cursor: pointer;
} | 0.397471 | 0.059757 |
width: 100%;
/* background-image: url("../img/default-bg.jpg"); */
background-position-y: 50%;
}
#books-top {
padding-top: 2rem;
width: 100%;
max-width: 100%;
}
#shelf {
margin-left: auto;
margin-right: auto;
width: 95%;
/* aspect-ratio: 140 / 220; */
display: grid;
grid-template-rows: repeat(4, 25%);
grid-template-columns: repeat(6, 16.66%);
grid-template-areas:
"ck ck er kh ma rc"
"ck ck ro ro bm bc1"
"tc cm ro ro mr mr"
"bc2 bc3 fc mg mr mr";
}
.grid-cell {
padding: 15px 15px;
width: 100%;
height: 100%;
}
@media screen and (max-width: 800px) {
#shelf {
grid-template-rows: repeat(6, 16.66%);
grid-template-columns: repeat(4, 25%);
grid-template-areas:
"ck ck er kh "
"ck ck ma rc"
"bm bc1 ro ro"
"tc cm ro ro"
"fc mg mr mr"
"bc2 bc3 mr mr";
}
.grid-cell {
padding: 20px;
width: 100%;
height: 100%;
}
}
.book-on-shelf {
/* margin: 3rem 2em; */
/* max-height: 220px;
max-width: 143px; */
height: 100%;
width: 100%;
position: relative;
z-index: 1;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
overflow: hidden;
transition: box-shadow 0.3s linear;
border-left: 1px solid grey;
border-bottom: 1px solid grey;
}
.book-on-shelf img {
width: 100%;
height: 100%;
transform-origin: 0 50%;
transform: rotateY(0);
transition: all 0.45s ease;
}
.book-on-shelf::after,
.book-on-shelf::before,
.book img,
.book {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
/* On hover, thicken the shadow on the container and on the image, and "rotate" the image along the Y axis */
.book-on-shelf:hover {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}
.book-on-shelf:hover img {
transform: rotateY(-25deg);
box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
/* Book placements */
#ck {
grid-area: ck;
}
#bm {
grid-area: bm;
}
#bc1 {
grid-area: bc1;
}
#bc2 {
grid-area: bc2;
}
#bc3 {
grid-area: bc3;
}
#cm {
grid-area: cm;
}
#er {
grid-area: er;
}
#fc {
grid-area: fc;
}
#kh {
grid-area: kh;
}
#ma {
grid-area: ma;
}
#mr {
grid-area: mr;
}
#mg {
grid-area: mg;
}
#rc {
grid-area: rc;
}
#ro {
grid-area: ro;
}
#tc {
grid-area: tc;
} | assets/css/books.css | width: 100%;
/* background-image: url("../img/default-bg.jpg"); */
background-position-y: 50%;
}
#books-top {
padding-top: 2rem;
width: 100%;
max-width: 100%;
}
#shelf {
margin-left: auto;
margin-right: auto;
width: 95%;
/* aspect-ratio: 140 / 220; */
display: grid;
grid-template-rows: repeat(4, 25%);
grid-template-columns: repeat(6, 16.66%);
grid-template-areas:
"ck ck er kh ma rc"
"ck ck ro ro bm bc1"
"tc cm ro ro mr mr"
"bc2 bc3 fc mg mr mr";
}
.grid-cell {
padding: 15px 15px;
width: 100%;
height: 100%;
}
@media screen and (max-width: 800px) {
#shelf {
grid-template-rows: repeat(6, 16.66%);
grid-template-columns: repeat(4, 25%);
grid-template-areas:
"ck ck er kh "
"ck ck ma rc"
"bm bc1 ro ro"
"tc cm ro ro"
"fc mg mr mr"
"bc2 bc3 mr mr";
}
.grid-cell {
padding: 20px;
width: 100%;
height: 100%;
}
}
.book-on-shelf {
/* margin: 3rem 2em; */
/* max-height: 220px;
max-width: 143px; */
height: 100%;
width: 100%;
position: relative;
z-index: 1;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 9px 20px 0 rgba(0, 0, 0, 0.25);
overflow: hidden;
transition: box-shadow 0.3s linear;
border-left: 1px solid grey;
border-bottom: 1px solid grey;
}
.book-on-shelf img {
width: 100%;
height: 100%;
transform-origin: 0 50%;
transform: rotateY(0);
transition: all 0.45s ease;
}
.book-on-shelf::after,
.book-on-shelf::before,
.book img,
.book {
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
}
/* On hover, thicken the shadow on the container and on the image, and "rotate" the image along the Y axis */
.book-on-shelf:hover {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25), 0 9px 20px 0 rgba(0, 0, 0, 0.45);
}
.book-on-shelf:hover img {
transform: rotateY(-25deg);
box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.2);
}
/* Book placements */
#ck {
grid-area: ck;
}
#bm {
grid-area: bm;
}
#bc1 {
grid-area: bc1;
}
#bc2 {
grid-area: bc2;
}
#bc3 {
grid-area: bc3;
}
#cm {
grid-area: cm;
}
#er {
grid-area: er;
}
#fc {
grid-area: fc;
}
#kh {
grid-area: kh;
}
#ma {
grid-area: ma;
}
#mr {
grid-area: mr;
}
#mg {
grid-area: mg;
}
#rc {
grid-area: rc;
}
#ro {
grid-area: ro;
}
#tc {
grid-area: tc;
} | 0.340814 | 0.098296 |
padding: 0;
}
body {
max-width: 100vw;
overflow-x: hidden;
}
#aspiesoft-admin-options-header {
padding: 10px;
margin: 0;
box-sizing: border-box;
background: #ffffff;
position: fixed;
top: 32px;
width: 100%;
box-shadow: 0 0 2px #121212;
z-index: 10000;
}
#aspiesoft-admin-options-header h1 {
float: left;
margin: 12px 5px;
font-size: 2.3em;
}
#aspiesoft-admin-options-menu {
float: right;
}
#aspiesoft-admin-options-menu input {
border: solid 1px #1c1c1c;
border-radius: 12px;
font-size: 1.5em;
padding: 5px 10px;
margin: 5px 10px;
outline: none;
box-shadow: 0 0 2px #121212;
cursor: pointer;
}
#aspiesoft-admin-options-default {
background: #b30000;
color: #fcfcfc;
}
#aspiesoft-admin-options-default:hover {
background: #d40000;
}
#aspiesoft-admin-options-save {
background: #005cb8;
color: #fcfcfc;
}
#aspiesoft-admin-options-save:hover {
background: #006edb;
}
#aspiesoft-admin-options-save-global {
background: #00a3bf;
color: #fcfcfc;
}
#aspiesoft-admin-options-save-global:hover {
background: #00b4d4;
}
#aspiesoft-admin-options {
margin: 80px 0 0;
padding: 10px;
width: 100%;
box-sizing: border-box;
}
#aspiesoft-admin-options label {
font-size: 1.2em;
font-weight: 400;
padding: 5px;
box-sizing: border-box;
}
#aspiesoft-admin-options input, #aspiesoft-admin-options textarea {
margin: 2px;
height: 28px;
min-height: 28px;
padding: 0 5px;
box-sizing: border-box;
}
#aspiesoft-admin-options textarea {
width: calc(100% - 12px);
max-width: 500px;
min-height: 200px;
padding: 5px 8px;
}
#aspiesoft-admin-options input[type="checkbox"], #aspiesoft-admin-options input[type=radio] {
height: 1rem;
min-height: 1rem;
}
#aspiesoft-admin-options input[type="number"] {
padding-right: 0;
}
.toast {
font-size: 1.2rem;
}
#toast-container > div {
box-shadow: 0 0 12px #121212;
opacity: 1;
}
#toast-container > div:hover {
box-shadow: 0 0 12px #212121;
filter: brightness(108%);
}
.wp-notifications {
width: 100%;
height: auto;
max-height: 150px;
position: absolute;
top: 79px;
} | wp-plugin/trunk/assets/settings.css | padding: 0;
}
body {
max-width: 100vw;
overflow-x: hidden;
}
#aspiesoft-admin-options-header {
padding: 10px;
margin: 0;
box-sizing: border-box;
background: #ffffff;
position: fixed;
top: 32px;
width: 100%;
box-shadow: 0 0 2px #121212;
z-index: 10000;
}
#aspiesoft-admin-options-header h1 {
float: left;
margin: 12px 5px;
font-size: 2.3em;
}
#aspiesoft-admin-options-menu {
float: right;
}
#aspiesoft-admin-options-menu input {
border: solid 1px #1c1c1c;
border-radius: 12px;
font-size: 1.5em;
padding: 5px 10px;
margin: 5px 10px;
outline: none;
box-shadow: 0 0 2px #121212;
cursor: pointer;
}
#aspiesoft-admin-options-default {
background: #b30000;
color: #fcfcfc;
}
#aspiesoft-admin-options-default:hover {
background: #d40000;
}
#aspiesoft-admin-options-save {
background: #005cb8;
color: #fcfcfc;
}
#aspiesoft-admin-options-save:hover {
background: #006edb;
}
#aspiesoft-admin-options-save-global {
background: #00a3bf;
color: #fcfcfc;
}
#aspiesoft-admin-options-save-global:hover {
background: #00b4d4;
}
#aspiesoft-admin-options {
margin: 80px 0 0;
padding: 10px;
width: 100%;
box-sizing: border-box;
}
#aspiesoft-admin-options label {
font-size: 1.2em;
font-weight: 400;
padding: 5px;
box-sizing: border-box;
}
#aspiesoft-admin-options input, #aspiesoft-admin-options textarea {
margin: 2px;
height: 28px;
min-height: 28px;
padding: 0 5px;
box-sizing: border-box;
}
#aspiesoft-admin-options textarea {
width: calc(100% - 12px);
max-width: 500px;
min-height: 200px;
padding: 5px 8px;
}
#aspiesoft-admin-options input[type="checkbox"], #aspiesoft-admin-options input[type=radio] {
height: 1rem;
min-height: 1rem;
}
#aspiesoft-admin-options input[type="number"] {
padding-right: 0;
}
.toast {
font-size: 1.2rem;
}
#toast-container > div {
box-shadow: 0 0 12px #121212;
opacity: 1;
}
#toast-container > div:hover {
box-shadow: 0 0 12px #212121;
filter: brightness(108%);
}
.wp-notifications {
width: 100%;
height: auto;
max-height: 150px;
position: absolute;
top: 79px;
} | 0.424054 | 0.080141 |
::selection {
background: rgba(69, 182, 247, 1);
color: #fff;
}
::-moz-selection {
background: rgba(69, 182, 247, 0.75);
color: #fff;
}
body {
background: #f6f6f6;
}
a, a:hover, a:active, a:focus, a:visited, ins {
color: #45B6F7;
}
.orbisTabContainer .tab-content, .box {
/*box-shadow: -1px -1px 0 #eaeaea, -1px -1px 0 #eaeaea;*/
}
/* Header */
.navbar-inverse .navbar-inner {
background: #fff;
border: none;
border-bottom: 1px solid #EAEAEA;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.navbar-inverse .brand, .navbar-inverse .brand:visited {
color: #000;
text-transform: uppercase;
margin-left: 0;
font-weight: bold;
transition: color 0.2s ease;
}
.navbar-inverse .brand:hover, .navbar-inverse .brand:active {
color: #45BCF9;
}
.navbar .btn-navbar .icon-bar {
background-color: #f0f0f0;
}
.sidebar-nav > .nav-list > li > a > small {
opacity: 0.6;
margin-left: 5px;
}
/* Nav */
.nav-pills > li > a {
color: #666;
border-radius: 100px;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
background-color: #f6f6f6;
color: #000;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
color: #fff;
background-color: #45B6F7;
border-radius: 100px;
}
/* Tab */
.orbisModuleTabs .nav-tabs > .active > a, .orbisModuleTabs .nav-tabs > .active > a:hover {
border-top: 2px solid #45b6f7;
}
/* Dropdown menu */
.btn-group.open .btn-primary.dropdown-toggle {
background-color: #45B6F7;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
background: #45B6F7 !important;
}
.dropdown-menu {
border: none;
}
.dropdown-menu .active > a {
background: #45b6f7 !important;
}
/* Buttons */
.button {
border-radius: 100px !important;
text-shadow: none !important;
box-shadow: none !important;
color: #fff !important;
background-color: #45B6F7 !important;
border: 1px solid #45B6F7 !important;
}
.button:hover, .button:focus, .button:active {
background-color: #60c0f7 !important;
border-color: #60c0f7 !important;
}
.btn {
border-radius: 100px !important;
text-shadow: none;
box-shadow: none;
background: #fff;
border: 1px solid #ddd;
text-decoration: none !important;
}
.btn-primary {
background-color: #45B6F7;
border: 1px solid #45B6F7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background-color: #60c0f7;
border-color: #60c0f7;
}
.btn-danger {
background-color: #FF5E52;
border: 1px solid #FF5E52;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
background-color: #ff7166;
border-color: #ff7166
}
.btn-success {
background-color: #5bb75b;
border: 1px solid #5bb75b;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
background-color: #6cc76c;
border-color: #6cc76c
}
.btn-info {
background-color: #49afcd;
border: 1px solid #49afcd;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
background-color: #54bddc;
border-color: #54bddc
}
.btn-inverse {
color: #fff;
background-color: #333;
border: 1px solid #333;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active {
background-color: #000;
border-color: #000
}
/* Sidebar */
.sidebar-nav {
font-size: 14px;
}
@media (min-width: 980px) {
.span2.bs--hide__column:before {
display: none;
}
.bs--hide__column {
position: fixed;
top: 0;
left: 265px;
right: 15px;
width: auto !important;
height: auto;
margin: 0;
padding: 0;
background: none;
z-index: 1030;
}
/* Top level */
.sidebar-nav > .nav-list > li {
display: inline-block;
padding: 0;
margin: 0 30px 0 0 !important;
box-sizing: border-box;
}
.azure-nav-right {
float: right;
}
.sidebar-nav > .nav-list > li > a {
display: block;
font-size: 14px;
padding: 20px 14px;
background: none !important;
color: #666;
box-shadow: inset 0 0 0 #45b6f7;
transition: box-shadow 0.2s ease, color 0.2s ease;
}
.sidebar-nav .nav-list > li > a:hover, .sidebar-nav .nav-list > li > a:focus {
background: none !important;
box-shadow: inset 0 -70px 0 #45b6f7;
color: #fff;
}
.sidebar-nav > .nav-list > li > a > small {
vertical-align: text-bottom;
font-size: 10px;
line-height: 16px;
}
.sidebar-nav > .nav-list > .active > a {
background: none;
color: #666;
box-shadow: inset 0 -3px 0 #45b6f7;
}
.sidebar-nav > .nav-list > .active > a:hover, .sidebar-nav > .nav-list > .active > a:active {
text-shadow: none;
}
/* Child menu */
.sidebar-nav > .nav-list > li .childMenu1.nav.nav-list {
position: absolute;
display: none;
z-index: 2001;
top: 100%;
border: 1px solid #ddd;
padding: 1em 0 !important;
width: 200px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background: #FFF;
border-radius: 4px;
margin: 0;
}
.sidebar-nav > .nav-list > li:hover .childMenu1.nav.nav-list {
display: block;
margin-left: -26px;
}
.sidebar-nav > .nav-list > li .childMenu1 li {
display: block;
border-radius: 0;
margin: 0 15px !important;
}
.sidebar-nav > .nav-list > li .childMenu1.nav-list li a {
display: block;
background: #fff !important;
box-shadow: none;
color: #666;
line-height: 30px !important;
transition: background 0.2s ease, color 0.2s ease;
}
.sidebar-nav > .nav-list > li .childMenu1.nav-list li a:hover, .sidebar-nav > .nav-list > li .childMenu1.nav-list li a:focus {
background: #f6f6f6 !important;
box-shadow: none;
color: #45B6F7;
text-shadow: none;
}
.sidebar-nav > .nav-list > li .childMenu1.nav-list > .active > a, .sidebar-nav > .nav-list > li .childMenu2.nav-list > .active > a {
color: #45B6F7;
box-shadow: none;
}
.sidebar-nav > .nav-list > li .childMenu1.nav-list > .active > a:hover, .sidebar-nav > .nav-list > li .childMenu2.nav-list > .active > a:active {
text-shadow: none;
}
/* Dropdown arrow */
.sidebar-nav > .nav-list > .active {
position: relative;
}
.sidebar-nav > .nav-list > .active > div:before {
font-family: FontAwesome;
content: "\f107";
font-size: 14px;
color: #999;
position: absolute;
bottom: 2px;
left: 0;
right: 0;
margin: auto;
text-align: center;
z-index: -1;
}
}
@media (max-width: 979px) {
.sidebar-nav .nav-list {
color: #000;
background: #fff;
}
.sidebar-nav .nav-list > li > a,
.sidebar-nav .nav-list > li > a:active,
.sidebar-nav .nav-list > li > a:focus,
.nav-collapse.in.collapse a {
color: #000 !important;
background: none !important;
}
.sidebar-nav .nav-list > .active > a, .sidebar-nav .nav-list > .active > a:hover {
color: #fff !important;
background: #45b6f7 !important;
}
.sidebar-nav ul[class^="childMenu"].nav-list > .active > a,
.sidebar-nav ul[class^="childMenu"].nav-list > .active > a:hover {
color: #45b6f7 !important;
background: none !important;
}
}
/* Main Content */
#mainContentDiv {
display: block;
float: none;
width: 100%;
box-sizing: border-box;
padding: 1em;
margin: 0;
}
/* Postings */
.postingsTable > tbody > tr > td:nth-child(4) a {
color: #000;
font-weight: bold;
}
.postingsTable > tbody > tr > td:nth-child(4) strong a {
color: #45b6f7;
}
/* Footer */
.orbisFooter {
background: #fff;
border-top: 1px solid #eaeaea;
color: #999;
height: auto;
}
.orbisFooter .row-fluid [class*="span"] {
min-height: 0;
padding: 20px 0;
}
.orbisFooter .footerlink a {
color: #999;
}
.orbisFooter .footerlink a:hover {
color: #45b6f7;
}
/* Pager */
.orbisModuleHeader .pager li a {
border-radius: 100px;
}
/* campus connect */
.btn--filter-results {
border-color: #E6E6E6 !important;
}
.btn--filter-results.btn-primary {
border-color: #45b6f7 !important;
color: #fff;
}
/* panel */
.dashboard-home .panel .panel {
margin: 0 -15px !important;
box-shadow: none;
border-radius: 0;
border: none;
}
.dashboard-home .panel .panel .panel-heading {
background: #f5f5f5;
color: #333;
border-bottom: none;
border-radius: 0;
}
.dashboard-home .panel .panel .stat-table tr:last-child td {
border: none;
} | WaterlooWorksAzure_Firefox/theme/theme_0/common.css | ::selection {
background: rgba(69, 182, 247, 1);
color: #fff;
}
::-moz-selection {
background: rgba(69, 182, 247, 0.75);
color: #fff;
}
body {
background: #f6f6f6;
}
a, a:hover, a:active, a:focus, a:visited, ins {
color: #45B6F7;
}
.orbisTabContainer .tab-content, .box {
/*box-shadow: -1px -1px 0 #eaeaea, -1px -1px 0 #eaeaea;*/
}
/* Header */
.navbar-inverse .navbar-inner {
background: #fff;
border: none;
border-bottom: 1px solid #EAEAEA;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.03);
}
.navbar-inverse .brand, .navbar-inverse .brand:visited {
color: #000;
text-transform: uppercase;
margin-left: 0;
font-weight: bold;
transition: color 0.2s ease;
}
.navbar-inverse .brand:hover, .navbar-inverse .brand:active {
color: #45BCF9;
}
.navbar .btn-navbar .icon-bar {
background-color: #f0f0f0;
}
.sidebar-nav > .nav-list > li > a > small {
opacity: 0.6;
margin-left: 5px;
}
/* Nav */
.nav-pills > li > a {
color: #666;
border-radius: 100px;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
background-color: #f6f6f6;
color: #000;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
color: #fff;
background-color: #45B6F7;
border-radius: 100px;
}
/* Tab */
.orbisModuleTabs .nav-tabs > .active > a, .orbisModuleTabs .nav-tabs > .active > a:hover {
border-top: 2px solid #45b6f7;
}
/* Dropdown menu */
.btn-group.open .btn-primary.dropdown-toggle {
background-color: #45B6F7;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
background: #45B6F7 !important;
}
.dropdown-menu {
border: none;
}
.dropdown-menu .active > a {
background: #45b6f7 !important;
}
/* Buttons */
.button {
border-radius: 100px !important;
text-shadow: none !important;
box-shadow: none !important;
color: #fff !important;
background-color: #45B6F7 !important;
border: 1px solid #45B6F7 !important;
}
.button:hover, .button:focus, .button:active {
background-color: #60c0f7 !important;
border-color: #60c0f7 !important;
}
.btn {
border-radius: 100px !important;
text-shadow: none;
box-shadow: none;
background: #fff;
border: 1px solid #ddd;
text-decoration: none !important;
}
.btn-primary {
background-color: #45B6F7;
border: 1px solid #45B6F7;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
background-color: #60c0f7;
border-color: #60c0f7;
}
.btn-danger {
background-color: #FF5E52;
border: 1px solid #FF5E52;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
background-color: #ff7166;
border-color: #ff7166
}
.btn-success {
background-color: #5bb75b;
border: 1px solid #5bb75b;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
background-color: #6cc76c;
border-color: #6cc76c
}
.btn-info {
background-color: #49afcd;
border: 1px solid #49afcd;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
background-color: #54bddc;
border-color: #54bddc
}
.btn-inverse {
color: #fff;
background-color: #333;
border: 1px solid #333;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active {
background-color: #000;
border-color: #000
}
/* Sidebar */
.sidebar-nav {
font-size: 14px;
}
@media (min-width: 980px) {
.span2.bs--hide__column:before {
display: none;
}
.bs--hide__column {
position: fixed;
top: 0;
left: 265px;
right: 15px;
width: auto !important;
height: auto;
margin: 0;
padding: 0;
background: none;
z-index: 1030;
}
/* Top level */
.sidebar-nav > .nav-list > li {
display: inline-block;
padding: 0;
margin: 0 30px 0 0 !important;
box-sizing: border-box;
}
.azure-nav-right {
float: right;
}
.sidebar-nav > .nav-list > li > a {
display: block;
font-size: 14px;
padding: 20px 14px;
background: none !important;
color: #666;
box-shadow: inset 0 0 0 #45b6f7;
transition: box-shadow 0.2s ease, color 0.2s ease;
}
.sidebar-nav .nav-list > li > a:hover, .sidebar-nav .nav-list > li > a:focus {
background: none !important;
box-shadow: inset 0 -70px 0 #45b6f7;
color: #fff;
}
.sidebar-nav > .nav-list > li > a > small {
vertical-align: text-bottom;
font-size: 10px;
line-height: 16px;
}
.sidebar-nav > .nav-list > .active > a {
background: none;
color: #666;
box-shadow: inset 0 -3px 0 #45b6f7;
}
.sidebar-nav > .nav-list > .active > a:hover, .sidebar-nav > .nav-list > .active > a:active {
text-shadow: none;
}
/* Child menu */
.sidebar-nav > .nav-list > li .childMenu1.nav.nav-list {
position: absolute;
display: none;
z-index: 2001;
top: 100%;
border: 1px solid #ddd;
padding: 1em 0 !important;
width: 200px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
background: #FFF;
border-radius: 4px;
margin: 0;
}
.sidebar-nav > .nav-list > li:hover .childMenu1.nav.nav-list {
display: block;
margin-left: -26px;
}
.sidebar-nav > .nav-list > li .childMenu1 li {
display: block;
border-radius: 0;
margin: 0 15px !important;
}
.sidebar-nav > .nav-list > li .childMenu1.nav-list li a {
display: block;
background: #fff !important;
box-shadow: none;
color: #666;
line-height: 30px !important;
transition: background 0.2s ease, color 0.2s ease;
}
.sidebar-nav > .nav-list > li .childMenu1.nav-list li a:hover, .sidebar-nav > .nav-list > li .childMenu1.nav-list li a:focus {
background: #f6f6f6 !important;
box-shadow: none;
color: #45B6F7;
text-shadow: none;
}
.sidebar-nav > .nav-list > li .childMenu1.nav-list > .active > a, .sidebar-nav > .nav-list > li .childMenu2.nav-list > .active > a {
color: #45B6F7;
box-shadow: none;
}
.sidebar-nav > .nav-list > li .childMenu1.nav-list > .active > a:hover, .sidebar-nav > .nav-list > li .childMenu2.nav-list > .active > a:active {
text-shadow: none;
}
/* Dropdown arrow */
.sidebar-nav > .nav-list > .active {
position: relative;
}
.sidebar-nav > .nav-list > .active > div:before {
font-family: FontAwesome;
content: "\f107";
font-size: 14px;
color: #999;
position: absolute;
bottom: 2px;
left: 0;
right: 0;
margin: auto;
text-align: center;
z-index: -1;
}
}
@media (max-width: 979px) {
.sidebar-nav .nav-list {
color: #000;
background: #fff;
}
.sidebar-nav .nav-list > li > a,
.sidebar-nav .nav-list > li > a:active,
.sidebar-nav .nav-list > li > a:focus,
.nav-collapse.in.collapse a {
color: #000 !important;
background: none !important;
}
.sidebar-nav .nav-list > .active > a, .sidebar-nav .nav-list > .active > a:hover {
color: #fff !important;
background: #45b6f7 !important;
}
.sidebar-nav ul[class^="childMenu"].nav-list > .active > a,
.sidebar-nav ul[class^="childMenu"].nav-list > .active > a:hover {
color: #45b6f7 !important;
background: none !important;
}
}
/* Main Content */
#mainContentDiv {
display: block;
float: none;
width: 100%;
box-sizing: border-box;
padding: 1em;
margin: 0;
}
/* Postings */
.postingsTable > tbody > tr > td:nth-child(4) a {
color: #000;
font-weight: bold;
}
.postingsTable > tbody > tr > td:nth-child(4) strong a {
color: #45b6f7;
}
/* Footer */
.orbisFooter {
background: #fff;
border-top: 1px solid #eaeaea;
color: #999;
height: auto;
}
.orbisFooter .row-fluid [class*="span"] {
min-height: 0;
padding: 20px 0;
}
.orbisFooter .footerlink a {
color: #999;
}
.orbisFooter .footerlink a:hover {
color: #45b6f7;
}
/* Pager */
.orbisModuleHeader .pager li a {
border-radius: 100px;
}
/* campus connect */
.btn--filter-results {
border-color: #E6E6E6 !important;
}
.btn--filter-results.btn-primary {
border-color: #45b6f7 !important;
color: #fff;
}
/* panel */
.dashboard-home .panel .panel {
margin: 0 -15px !important;
box-shadow: none;
border-radius: 0;
border: none;
}
.dashboard-home .panel .panel .panel-heading {
background: #f5f5f5;
color: #333;
border-bottom: none;
border-radius: 0;
}
.dashboard-home .panel .panel .stat-table tr:last-child td {
border: none;
} | 0.459319 | 0.109563 |
position: fixed !important;
margin: 0 !important;
z-index: 9999 !important;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}*/
/*.gu-hide {
display: none !important;
}
.gu-unselectable {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.gu-transit {
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
}
.horizontal .progress-fill {
transition: width 2s
}*/
/*-- Chart --*/
.c3 svg {
font: 10px sans-serif;
-webkit-tap-highlight-color: transparent; }
.c3 path, .c3 line {
fill: none;
stroke: #000; }
.c3 text {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
shape-rendering: crispEdges; }
.c3-chart-arc path {
stroke: #fff; }
.c3-chart-arc text {
fill: #fff;
font-size: 13px; }
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
stroke: #aaa; }
.c3-grid text {
fill: #aaa; }
.c3-xgrid, .c3-ygrid {
stroke-dasharray: 3 3; }
/*-- Text on Chart --*/
.c3-text.c3-empty {
fill: #808080;
font-size: 2em; }
/*-- Line --*/
.c3-line {
stroke-width: 1px; }
/*-- Point --*/
.c3-circle._expanded_ {
stroke-width: 1px;
stroke: white; }
.c3-selected-circle {
fill: white;
stroke-width: 2px; }
/*-- Bar --*/
.c3-bar {
stroke-width: 0; }
.c3-bar._expanded_ {
fill-opacity: 1;
fill-opacity: 0.75; }
/*-- Focus --*/
.c3-target.c3-focused {
opacity: 1; }
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
stroke-width: 2px; }
.c3-target.c3-defocused {
opacity: 0.3 !important; }
/*-- Region --*/
.c3-region {
fill: steelblue;
fill-opacity: .1; }
/*-- Brush --*/
.c3-brush .extent {
fill-opacity: .1; }
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
font-size: 12px; }
.c3-legend-item-hidden {
opacity: 0.15; }
.c3-legend-background {
opacity: 0.75;
fill: white;
stroke: lightgray;
stroke-width: 1; }
/*-- Title --*/
.c3-title {
font: 14px sans-serif; }
/*-- Tooltip --*/
.c3-tooltip-container {
z-index: 10; }
.c3-tooltip {
border-collapse: collapse;
border-spacing: 0;
background-color: #fff;
empty-cells: show;
-webkit-box-shadow: 7px 7px 12px -9px #777777;
-moz-box-shadow: 7px 7px 12px -9px #777777;
box-shadow: 7px 7px 12px -9px #777777;
opacity: 0.9; }
.c3-tooltip tr {
border: 1px solid #CCC; }
.c3-tooltip th {
background-color: #aaa;
font-size: 14px;
padding: 2px 5px;
text-align: left;
color: #FFF; }
.c3-tooltip td {
font-size: 13px;
padding: 3px 6px;
background-color: #fff;
border-left: 1px dotted #999; }
.c3-tooltip td > span {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 6px; }
.c3-tooltip td.value {
text-align: right; }
/*-- Area --*/
.c3-area {
stroke-width: 0;
opacity: 0.2; }
/*-- Arc --*/
.c3-chart-arcs-title {
dominant-baseline: middle;
font-size: 1.3em; }
.c3-chart-arcs .c3-chart-arcs-background {
fill: #e0e0e0;
stroke: none; }
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
fill: #000;
font-size: 16px; }
.c3-chart-arcs .c3-chart-arcs-gauge-max {
fill: #777; }
.c3-chart-arcs .c3-chart-arcs-gauge-min {
fill: #777; }
.c3-chart-arc .c3-gauge-value {
fill: #000;
/* font-size: 28px !important;*/ }
.c3-chart-arc.c3-target g path {
opacity: 1; }
.c3-chart-arc.c3-target.c3-focused g path {
opacity: 1; }
/*=== END OF CHART ===*/
/*=== START OF PROFILE ===*/
.main-container{
display: flex;
flex-direction: column;
justify-content: space-around;
background: #1d76fc;
}
.profile-name{
height: 80px;
background: white;
}
.profile-image-div{
display: flex;
flex-direction: row;
width: 90%;
}
.profile-image-div img {
border-radius: 50%;
/* height: 350px; */
width:400px;
/* position: inherit; */
padding: 18px;
}
.friend-0-profile-image {
height: 300px;
}
.friend-1-profile-image {
width: 250px;
}
.friend-2-profile-image {
width: 200px;
}
.friend-3-profile-image {
width: 150px;
}
.friend-4-profile-image {
width: 100px;
}
.nav-bar{
padding: 10px;
text-align: center;
display: flex;
justify-content: space-around;
background: #81b3fd;
}
.tweetsList{
height: 290px;
overflow: auto;
padding: 18px;
}
/*=== END OF PROFILE ===*/
.profile-content {
position: absolute;
top: 115px;
left: 50px;
right: 50px;
bottom: 40px;
border: 1px solid rgb(204, 204, 204);
background: rgb(158, 195, 247);
overflow: auto;
-webkit-overflow-scrolling: touch;
border-radius: 4px;
outline: none;
padding: 20px;
}
.profile-image-div {
position: inherit;
width: 80%;
height: fit-content;
top: 10%;
left: 10%;
}
.profile-image {
border-style: none;
border-radius: 50% 50%;
max-width: 45%;
height: auto;
}
.users-friends-profile-images {
}
.friend-0-profile-image {
width: 140px;
}
.friend-1-profile-image {
width: 112px;
}
.friend-2-profile-image {
width: 84px;
}
.friend-3-profile-image {
width: 56px;
}
.friend-4-profile-image {
width: 28px;
}
.profile-list {
position: inherit;
width: 80%;
height: 250px;
top: 68%;
left: 10%;
overflow-x: auto;
}
.dropDownSelect {
width: 50%;
}
.profile-list-status-item {
}
.menu-button {
}
.status-button {
}
.friends-button {
}
.followers-button {
}
.user-modal-content {
position: absolute;
top: 80px;
left: 20%;
right: 20%;
bottom: 40px;
border: 1px solid rgb(204, 204, 204);
background: rgb(255, 255, 255);
overflow: auto;
border-radius: 4px;
outline: none;
padding: 20px;
}
.user-modal-overlay {
position : fixed;
top : 0;
left : 0;
right : 0;
bottom : 0;
background-color : rgba(255, 255, 255, 0.75);
}
ul {
list-style-type: none;
padding: 0;
}
.loader:empty {
position: absolute;
top: calc(50%);
left: calc(50% - 3em);
width: 6em;
height: 6em;
border: .5em solid rgba(0, 0, 0, 0.2);
border-left: .5em solid #00aced;
border-radius: 50%;
animation: load8 1.1s infinite linear;
}
@keyframes load8 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.save {
float:right;
opacity: 0.2;
}
/*.rounded .progress-track,
.rounded .progress-fill {
border-radius: 3px;
box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}*/
/* Animation properties */
.star {
animation: star 10s ease-out ;
}
.wars {
animation: wars 10s ease-out ;
}
.byline span {
animation: byline 10s linear ;
}
.byline {
animation: byline 10s linear;
}
#modalWar {
animation: fix 11x linear;
}
@keyframes fix{
0%{
opacity: 1;
}
100%{
opacity: 0;
}
}
/* Keyframes */
@keyframes star {
0% {
opacity: 0;
transform: scale(1.5) translateY(-0.75em);
}
20% {
opacity: 1;
}
89% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: translateZ(-1000em);
display: none;
}
}
@keyframes wars {
0% {
opacity: 0;
transform: scale(1.5) translateY(0.5em);
}
20% {
opacity: 1;
}
90% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: translateZ(-1000em);
display: none;
}
}
@keyframes byline {
0%, 10% {
opacity: 0;
transform: rotateY(90deg);
}
30% {
opacity: 1;
}
70%, 86% {
transform: rotateY(0);
opacity: 1;
}
95%, 100% {
opacity: 0;
display: none;
}
}
@keyframes move-byline {
0% {
transform: translateZ(5em);
}
100% {
transform: translateZ(0);
}
}
/* Make the 3D work on the container */
.starwars-demo {
perspective: 800px;
transform-style: preserve3d;
}
/* General styles and layout */
#modalWar {
background: #000 url(//cssanimation.rocks/demo/starwars/images/bg.jpg);
background-size: cover;
}
.starwars-demo {
/* height: 17em; */
left: 50%;
position: absolute;
top: 53%;
transform: translate(-50%, -50%);
width: 100%;
}
/* .byline span {
display: inline-block;
} */
#img {
width: 100%;
}
/* .star, .wars, .byline { */
/* position: absolute; */
/* } */
.star {
top: -0.75em;
}
.wars {
bottom: -0.5em;
}
.byline {
color: red;
font-family: "ITC Serif Gothic", Lato;
font-size: 2.25em;
left: -2em;
letter-spacing: 0.4em;
right: -2em;
text-align: center;
text-transform: uppercase;
top: 29%;
}
/*** Media queries for adjusting to different screen sizes ***/
@media only screen and (max-width: 600px) {
.starwars-demo {
font-size: 10px;
}
}
@media only screen and (max-width: 480px) {
.starwars-demo {
font-size: 7px;
}
}
/** lg **/
@media only screen and (max-width: 1800px) {
.profile-list {
position: inherit;
width: 80%;
height: 250px;
top: 68%;
left: 10%;
overflow-x: auto;
}
}
/** med **/
@media only screen and (max-width: 1200px) {
.profile-list {
position: inherit;
width: 80%;
height: 250px;
top: 68%;
left: 10%;
overflow-x: auto;
}
}
/** sm **/
@media only screen and (max-width: 992px) {
/** sm **/
.profile-list {
height: 500px;
top: 45%;
}
}
/** xs **/
@media only screen and (max-width: 376px) {
.profile-list {
position: inherit;
width: 80%;
height: 50%;
top: 45%;
left: 10%;
overflow-x: auto;
}
} | client/dist/styles.css | position: fixed !important;
margin: 0 !important;
z-index: 9999 !important;
opacity: 0.8;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
filter: alpha(opacity=80);
}*/
/*.gu-hide {
display: none !important;
}
.gu-unselectable {
-webkit-user-select: none !important;
-moz-user-select: none !important;
-ms-user-select: none !important;
user-select: none !important;
}
.gu-transit {
opacity: 0.2;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
}
.horizontal .progress-fill {
transition: width 2s
}*/
/*-- Chart --*/
.c3 svg {
font: 10px sans-serif;
-webkit-tap-highlight-color: transparent; }
.c3 path, .c3 line {
fill: none;
stroke: #000; }
.c3 text {
-webkit-user-select: none;
-moz-user-select: none;
user-select: none; }
.c3-legend-item-tile,
.c3-xgrid-focus,
.c3-ygrid,
.c3-event-rect,
.c3-bars path {
shape-rendering: crispEdges; }
.c3-chart-arc path {
stroke: #fff; }
.c3-chart-arc text {
fill: #fff;
font-size: 13px; }
/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
stroke: #aaa; }
.c3-grid text {
fill: #aaa; }
.c3-xgrid, .c3-ygrid {
stroke-dasharray: 3 3; }
/*-- Text on Chart --*/
.c3-text.c3-empty {
fill: #808080;
font-size: 2em; }
/*-- Line --*/
.c3-line {
stroke-width: 1px; }
/*-- Point --*/
.c3-circle._expanded_ {
stroke-width: 1px;
stroke: white; }
.c3-selected-circle {
fill: white;
stroke-width: 2px; }
/*-- Bar --*/
.c3-bar {
stroke-width: 0; }
.c3-bar._expanded_ {
fill-opacity: 1;
fill-opacity: 0.75; }
/*-- Focus --*/
.c3-target.c3-focused {
opacity: 1; }
.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
stroke-width: 2px; }
.c3-target.c3-defocused {
opacity: 0.3 !important; }
/*-- Region --*/
.c3-region {
fill: steelblue;
fill-opacity: .1; }
/*-- Brush --*/
.c3-brush .extent {
fill-opacity: .1; }
/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
font-size: 12px; }
.c3-legend-item-hidden {
opacity: 0.15; }
.c3-legend-background {
opacity: 0.75;
fill: white;
stroke: lightgray;
stroke-width: 1; }
/*-- Title --*/
.c3-title {
font: 14px sans-serif; }
/*-- Tooltip --*/
.c3-tooltip-container {
z-index: 10; }
.c3-tooltip {
border-collapse: collapse;
border-spacing: 0;
background-color: #fff;
empty-cells: show;
-webkit-box-shadow: 7px 7px 12px -9px #777777;
-moz-box-shadow: 7px 7px 12px -9px #777777;
box-shadow: 7px 7px 12px -9px #777777;
opacity: 0.9; }
.c3-tooltip tr {
border: 1px solid #CCC; }
.c3-tooltip th {
background-color: #aaa;
font-size: 14px;
padding: 2px 5px;
text-align: left;
color: #FFF; }
.c3-tooltip td {
font-size: 13px;
padding: 3px 6px;
background-color: #fff;
border-left: 1px dotted #999; }
.c3-tooltip td > span {
display: inline-block;
width: 10px;
height: 10px;
margin-right: 6px; }
.c3-tooltip td.value {
text-align: right; }
/*-- Area --*/
.c3-area {
stroke-width: 0;
opacity: 0.2; }
/*-- Arc --*/
.c3-chart-arcs-title {
dominant-baseline: middle;
font-size: 1.3em; }
.c3-chart-arcs .c3-chart-arcs-background {
fill: #e0e0e0;
stroke: none; }
.c3-chart-arcs .c3-chart-arcs-gauge-unit {
fill: #000;
font-size: 16px; }
.c3-chart-arcs .c3-chart-arcs-gauge-max {
fill: #777; }
.c3-chart-arcs .c3-chart-arcs-gauge-min {
fill: #777; }
.c3-chart-arc .c3-gauge-value {
fill: #000;
/* font-size: 28px !important;*/ }
.c3-chart-arc.c3-target g path {
opacity: 1; }
.c3-chart-arc.c3-target.c3-focused g path {
opacity: 1; }
/*=== END OF CHART ===*/
/*=== START OF PROFILE ===*/
.main-container{
display: flex;
flex-direction: column;
justify-content: space-around;
background: #1d76fc;
}
.profile-name{
height: 80px;
background: white;
}
.profile-image-div{
display: flex;
flex-direction: row;
width: 90%;
}
.profile-image-div img {
border-radius: 50%;
/* height: 350px; */
width:400px;
/* position: inherit; */
padding: 18px;
}
.friend-0-profile-image {
height: 300px;
}
.friend-1-profile-image {
width: 250px;
}
.friend-2-profile-image {
width: 200px;
}
.friend-3-profile-image {
width: 150px;
}
.friend-4-profile-image {
width: 100px;
}
.nav-bar{
padding: 10px;
text-align: center;
display: flex;
justify-content: space-around;
background: #81b3fd;
}
.tweetsList{
height: 290px;
overflow: auto;
padding: 18px;
}
/*=== END OF PROFILE ===*/
.profile-content {
position: absolute;
top: 115px;
left: 50px;
right: 50px;
bottom: 40px;
border: 1px solid rgb(204, 204, 204);
background: rgb(158, 195, 247);
overflow: auto;
-webkit-overflow-scrolling: touch;
border-radius: 4px;
outline: none;
padding: 20px;
}
.profile-image-div {
position: inherit;
width: 80%;
height: fit-content;
top: 10%;
left: 10%;
}
.profile-image {
border-style: none;
border-radius: 50% 50%;
max-width: 45%;
height: auto;
}
.users-friends-profile-images {
}
.friend-0-profile-image {
width: 140px;
}
.friend-1-profile-image {
width: 112px;
}
.friend-2-profile-image {
width: 84px;
}
.friend-3-profile-image {
width: 56px;
}
.friend-4-profile-image {
width: 28px;
}
.profile-list {
position: inherit;
width: 80%;
height: 250px;
top: 68%;
left: 10%;
overflow-x: auto;
}
.dropDownSelect {
width: 50%;
}
.profile-list-status-item {
}
.menu-button {
}
.status-button {
}
.friends-button {
}
.followers-button {
}
.user-modal-content {
position: absolute;
top: 80px;
left: 20%;
right: 20%;
bottom: 40px;
border: 1px solid rgb(204, 204, 204);
background: rgb(255, 255, 255);
overflow: auto;
border-radius: 4px;
outline: none;
padding: 20px;
}
.user-modal-overlay {
position : fixed;
top : 0;
left : 0;
right : 0;
bottom : 0;
background-color : rgba(255, 255, 255, 0.75);
}
ul {
list-style-type: none;
padding: 0;
}
.loader:empty {
position: absolute;
top: calc(50%);
left: calc(50% - 3em);
width: 6em;
height: 6em;
border: .5em solid rgba(0, 0, 0, 0.2);
border-left: .5em solid #00aced;
border-radius: 50%;
animation: load8 1.1s infinite linear;
}
@keyframes load8 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.save {
float:right;
opacity: 0.2;
}
/*.rounded .progress-track,
.rounded .progress-fill {
border-radius: 3px;
box-shadow: inset 0 0 5px rgba(0,0,0,.2);
}*/
/* Animation properties */
.star {
animation: star 10s ease-out ;
}
.wars {
animation: wars 10s ease-out ;
}
.byline span {
animation: byline 10s linear ;
}
.byline {
animation: byline 10s linear;
}
#modalWar {
animation: fix 11x linear;
}
@keyframes fix{
0%{
opacity: 1;
}
100%{
opacity: 0;
}
}
/* Keyframes */
@keyframes star {
0% {
opacity: 0;
transform: scale(1.5) translateY(-0.75em);
}
20% {
opacity: 1;
}
89% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: translateZ(-1000em);
display: none;
}
}
@keyframes wars {
0% {
opacity: 0;
transform: scale(1.5) translateY(0.5em);
}
20% {
opacity: 1;
}
90% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: translateZ(-1000em);
display: none;
}
}
@keyframes byline {
0%, 10% {
opacity: 0;
transform: rotateY(90deg);
}
30% {
opacity: 1;
}
70%, 86% {
transform: rotateY(0);
opacity: 1;
}
95%, 100% {
opacity: 0;
display: none;
}
}
@keyframes move-byline {
0% {
transform: translateZ(5em);
}
100% {
transform: translateZ(0);
}
}
/* Make the 3D work on the container */
.starwars-demo {
perspective: 800px;
transform-style: preserve3d;
}
/* General styles and layout */
#modalWar {
background: #000 url(//cssanimation.rocks/demo/starwars/images/bg.jpg);
background-size: cover;
}
.starwars-demo {
/* height: 17em; */
left: 50%;
position: absolute;
top: 53%;
transform: translate(-50%, -50%);
width: 100%;
}
/* .byline span {
display: inline-block;
} */
#img {
width: 100%;
}
/* .star, .wars, .byline { */
/* position: absolute; */
/* } */
.star {
top: -0.75em;
}
.wars {
bottom: -0.5em;
}
.byline {
color: red;
font-family: "ITC Serif Gothic", Lato;
font-size: 2.25em;
left: -2em;
letter-spacing: 0.4em;
right: -2em;
text-align: center;
text-transform: uppercase;
top: 29%;
}
/*** Media queries for adjusting to different screen sizes ***/
@media only screen and (max-width: 600px) {
.starwars-demo {
font-size: 10px;
}
}
@media only screen and (max-width: 480px) {
.starwars-demo {
font-size: 7px;
}
}
/** lg **/
@media only screen and (max-width: 1800px) {
.profile-list {
position: inherit;
width: 80%;
height: 250px;
top: 68%;
left: 10%;
overflow-x: auto;
}
}
/** med **/
@media only screen and (max-width: 1200px) {
.profile-list {
position: inherit;
width: 80%;
height: 250px;
top: 68%;
left: 10%;
overflow-x: auto;
}
}
/** sm **/
@media only screen and (max-width: 992px) {
/** sm **/
.profile-list {
height: 500px;
top: 45%;
}
}
/** xs **/
@media only screen and (max-width: 376px) {
.profile-list {
position: inherit;
width: 80%;
height: 50%;
top: 45%;
left: 10%;
overflow-x: auto;
}
} | 0.240775 | 0.046486 |
@import url('https://fonts.googleapis.com/css2?family=Fira+Code&family=Material+Icons&family=IBM+Plex+Sans&family=Sedgwick+Ave&display=swap');
a {
color: #3cd;
}
a:hover, table td a:hover {
color: #f00;
font-weight: bold;
text-decoration: none;
}
h1.title {
font-size: 0em;
}
.navbar-default .navbar-nav > li > a {
color: #3cd;
}
.navbar-default:hover .navbar-nav:hover a:hover {
color: #f00;
}
.navbar-default .navbar-nav > .active > a {
color: #f00;
background: #012;
}
.navbar-default .navbar-brand {
color: #f00c;
font-family: 'Sedgwick Ave', cursive;
font-size: 3rem;
}
.navbar-default:hover .navbar-brand:hover {
color: #012;
text-shadow: -1px 1px 2px #f00, 1px -1px 2px #3cd;
}
h1, h2, h3, h4, h5 {
font-family: 'IBM Plex Sans', Serif;
}
body {
background-color: #001122;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%2300ffff' fill-opacity='0.1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
color: #ddd;
border: none;
font-family: 'IBM Plex Sans', Serif;
font-size: 1.5rem;
text-shadow: 0px 0px 1px #012;
}
dl > dd > code, ul > li > code, table > tbody > tr > td > a > code, p > code {
background-color: #012;
border: none;
outline: none;
}
pre, code {
font-family: 'Fira Code', Monospace;
border: none;
outline: none;
background-color: #012;
}
pre:not([class]) {
font-size: 1.5rem;
color: #FF0000;
background-color: #012;
border: none;
outline: none;
}
label {
font-size: 2rem;
font-family: 'Sedgwick Ave', cursive;
text-shadow: 0px 0px 1px #012;
}
input, samp {
font-size: 1.5rem;
font-family: 'Fira Code', Monospace;
background-color: #012;
border: none;
}
input {
color: #00FF00;
border: none;
width: 100%;
font-style: oblique;
font-weight: bold;
}
input[type=tel]:focus {
border-bottom: dotted 1px #ff0;
background-color: #012;
caret-color: #ff0;
outline: none;
font-family: 'Fira Code', Monospace;
font-style: normal;
}
samp {
color: #FF00FF;
background-color: #012;
}
.navbar-default {
background: #012;
}
.submit {
color: #00FF00;
}
.return {
color: #FF00FF;
}
.table.table-condensed {
border-radius: 6px;
background: #0129;
}
.table.table-condensed tr td {
border-bottom: none;
border-top: none;
}
.table.table-condensed tr th {
border-bottom: none;
border-top: none;
}
.sourceCode {
background-color: #012;
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Fira+Code&family=Material+Icons&family=IBM+Plex+Sans&family=Sedgwick+Ave&display=swap');
a {
color: #3cd;
}
a:hover, table td a:hover {
color: #f00;
font-weight: bold;
text-decoration: none;
}
h1.title {
font-size: 0em;
}
.navbar-default .navbar-nav > li > a {
color: #3cd;
}
.navbar-default:hover .navbar-nav:hover a:hover {
color: #f00;
}
.navbar-default .navbar-nav > .active > a {
color: #f00;
background: #012;
}
.navbar-default .navbar-brand {
color: #f00c;
font-family: 'Sedgwick Ave', cursive;
font-size: 3rem;
}
.navbar-default:hover .navbar-brand:hover {
color: #012;
text-shadow: -1px 1px 2px #f00, 1px -1px 2px #3cd;
}
h1, h2, h3, h4, h5 {
font-family: 'IBM Plex Sans', Serif;
}
body {
background-color: #001122;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='49' viewBox='0 0 28 49'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='hexagons' fill='%2300ffff' fill-opacity='0.1' fill-rule='nonzero'%3E%3Cpath d='M13.99 9.25l13 7.5v15l-13 7.5L1 31.75v-15l12.99-7.5zM3 17.9v12.7l10.99 6.34 11-6.35V17.9l-11-6.34L3 17.9zM0 15l12.98-7.5V0h-2v6.35L0 12.69v2.3zm0 18.5L12.98 41v8h-2v-6.85L0 35.81v-2.3zM15 0v7.5L27.99 15H28v-2.31h-.01L17 6.35V0h-2zm0 49v-8l12.99-7.5H28v2.31h-.01L17 42.15V49h-2z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
color: #ddd;
border: none;
font-family: 'IBM Plex Sans', Serif;
font-size: 1.5rem;
text-shadow: 0px 0px 1px #012;
}
dl > dd > code, ul > li > code, table > tbody > tr > td > a > code, p > code {
background-color: #012;
border: none;
outline: none;
}
pre, code {
font-family: 'Fira Code', Monospace;
border: none;
outline: none;
background-color: #012;
}
pre:not([class]) {
font-size: 1.5rem;
color: #FF0000;
background-color: #012;
border: none;
outline: none;
}
label {
font-size: 2rem;
font-family: 'Sedgwick Ave', cursive;
text-shadow: 0px 0px 1px #012;
}
input, samp {
font-size: 1.5rem;
font-family: 'Fira Code', Monospace;
background-color: #012;
border: none;
}
input {
color: #00FF00;
border: none;
width: 100%;
font-style: oblique;
font-weight: bold;
}
input[type=tel]:focus {
border-bottom: dotted 1px #ff0;
background-color: #012;
caret-color: #ff0;
outline: none;
font-family: 'Fira Code', Monospace;
font-style: normal;
}
samp {
color: #FF00FF;
background-color: #012;
}
.navbar-default {
background: #012;
}
.submit {
color: #00FF00;
}
.return {
color: #FF00FF;
}
.table.table-condensed {
border-radius: 6px;
background: #0129;
}
.table.table-condensed tr td {
border-bottom: none;
border-top: none;
}
.table.table-condensed tr th {
border-bottom: none;
border-top: none;
}
.sourceCode {
background-color: #012;
} | 0.308294 | 0.08163 |
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
.read {
font-size: 12px;
color: #FFFFFF;
}
.read a {
color: #FFFFFF;
text-decoration: none;
}
.read a:hover {
color: #FFFF00;
text-decoration: underline;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
#accordion table {
border-collapse: collapse;
border-spacing: 0;
}
#accordion h1, #accordion h2,#accordion h3 {
font-family: Arial, Helvetica, sans-serif;
}
#accordion h1 {
font-size:90px;
text-shadow:0 0 1px rgba(51,51,51,0.3);
text-align:center;
line-height:90px;
}
#accordion h2 {
font-size:36px;
line-height:36px;
text-shadow:0 0 1px rgba(51,51,51,0.2);
padding-bottom:5px;
margin-bottom:15px;
border-bottom:1px solid #ccc;
}
#accordion h3 {
font-size:30px;
line-height:38px;
margin-bottom:14px;
}
#accordion h4 {
font-size:16px;
line-height:24px;
font-weight:bold;
}
#header {
width:1000px;
height:120px;
margin:20px auto;
}
#accordion p {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
#accordion strong {
font-weight: bold !important;
}
#slide1 {
background:#f2f2f2;
}
#slide1 .content {
padding:20px;
font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold;
}
#slide1 h4 {
font-size:24px !important;
line-height:28px !important;
}
#slide1 .content ul {
list-style: square;
margin-top:15px;
margin-left:40px;
}
#slide1 .content li {
margin-bottom:10px;
}
#slide3 {
background:url(../img/slide-bg.jpg) center center no-repeat;
color:#fff !important;
}
#slide3 .content {
padding:15px 20px;
}
#slide3 a {
color:#ddd;
}
#slide3 .content h1 {
text-align:left;
font-size:60px;
}
#slidorion2 {
width: 768px; /* Set to slidorion width. Is equal to #slider + #accordion width */
height: 400px; /* Set to slidorion height. Is equal to #slider and #accordion height */
position: relative;
left: 50%;
margin-left: -384px;
padding: 10px;
background: #cbcbcb;
border: 1px solid #bbb;
-webkit-box-shadow: 0 0 34px #bbb;
-moz-box-shadow: 0 0 34px #bbb;
box-shadow: 0 0 34px #bbb;
}
strong {
font-weight:bold;
}
#container {
width:800px;
margin:30px auto;
position:relative;
}
#container >div {
width:78%;
margin-bottom:30px;
}
#container > div > pre {
background:#E2DBD1;
border:1px solid #D1BFA6;
color:#333;
font-family: Helvetica, Tahoma, sans-serif;
margin-bottom:20px;
padding: 5px 10px;
border-left: 10px solid #D1BFA6;
}
#options li {
margin:20px 0;
border-bottom:1px solid #ddd;
}
#options li p {
font-size:15px;
letter-spacing:0;
line-height:30px;
}
#download-box {
width:170px !important;
position:absolute;
margin-left:620px;
padding:10px;
background: #ebf1f6;
background: -moz-linear-gradient(top, #ebf1f6 0%, #cbdfed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(100%,#cbdfed));
background: -webkit-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
background: -o-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
background: -ms-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
background: linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#cbdfed',GradientType=0 );
border-radius:4px;
border:1px solid #bbb;
float:right;
}
#download-box p, #download-box h3 {
text-align:center;
font-weight:bold;
letter-spacing:0px;
margin:15px 0;
font-size:100%;
line-height:20px;
}
#download-box h3 {
font-size:200%;
line-height:30px;
}
#download-box p {
font-size:80%;
}
.download {
text-indent:-9999px;
margin-left:15px;
background:url(../img/download_buttons.png) 0 -2px no-repeat;
width:140px;
height:50px;
display:block;
overflow:hidden;
}
.download:hover {
background-position:0 -51px;
}
#download-box .social-media {
width:54px;
height:70px;
vertical-align: top;
display:inline-block;
}
.changes {
margin-bottom:15px;
}
#footer {
height:200px;
} | assets/front-end/css/style-hl.css | article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
.read {
font-size: 12px;
color: #FFFFFF;
}
.read a {
color: #FFFFFF;
text-decoration: none;
}
.read a:hover {
color: #FFFF00;
text-decoration: underline;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
#accordion table {
border-collapse: collapse;
border-spacing: 0;
}
#accordion h1, #accordion h2,#accordion h3 {
font-family: Arial, Helvetica, sans-serif;
}
#accordion h1 {
font-size:90px;
text-shadow:0 0 1px rgba(51,51,51,0.3);
text-align:center;
line-height:90px;
}
#accordion h2 {
font-size:36px;
line-height:36px;
text-shadow:0 0 1px rgba(51,51,51,0.2);
padding-bottom:5px;
margin-bottom:15px;
border-bottom:1px solid #ccc;
}
#accordion h3 {
font-size:30px;
line-height:38px;
margin-bottom:14px;
}
#accordion h4 {
font-size:16px;
line-height:24px;
font-weight:bold;
}
#header {
width:1000px;
height:120px;
margin:20px auto;
}
#accordion p {
font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
}
#accordion strong {
font-weight: bold !important;
}
#slide1 {
background:#f2f2f2;
}
#slide1 .content {
padding:20px;
font-family: 'Yanone Kaffeesatz', sans-serif; font-weight:bold;
}
#slide1 h4 {
font-size:24px !important;
line-height:28px !important;
}
#slide1 .content ul {
list-style: square;
margin-top:15px;
margin-left:40px;
}
#slide1 .content li {
margin-bottom:10px;
}
#slide3 {
background:url(../img/slide-bg.jpg) center center no-repeat;
color:#fff !important;
}
#slide3 .content {
padding:15px 20px;
}
#slide3 a {
color:#ddd;
}
#slide3 .content h1 {
text-align:left;
font-size:60px;
}
#slidorion2 {
width: 768px; /* Set to slidorion width. Is equal to #slider + #accordion width */
height: 400px; /* Set to slidorion height. Is equal to #slider and #accordion height */
position: relative;
left: 50%;
margin-left: -384px;
padding: 10px;
background: #cbcbcb;
border: 1px solid #bbb;
-webkit-box-shadow: 0 0 34px #bbb;
-moz-box-shadow: 0 0 34px #bbb;
box-shadow: 0 0 34px #bbb;
}
strong {
font-weight:bold;
}
#container {
width:800px;
margin:30px auto;
position:relative;
}
#container >div {
width:78%;
margin-bottom:30px;
}
#container > div > pre {
background:#E2DBD1;
border:1px solid #D1BFA6;
color:#333;
font-family: Helvetica, Tahoma, sans-serif;
margin-bottom:20px;
padding: 5px 10px;
border-left: 10px solid #D1BFA6;
}
#options li {
margin:20px 0;
border-bottom:1px solid #ddd;
}
#options li p {
font-size:15px;
letter-spacing:0;
line-height:30px;
}
#download-box {
width:170px !important;
position:absolute;
margin-left:620px;
padding:10px;
background: #ebf1f6;
background: -moz-linear-gradient(top, #ebf1f6 0%, #cbdfed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(100%,#cbdfed));
background: -webkit-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
background: -o-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
background: -ms-linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
background: linear-gradient(top, #ebf1f6 0%,#cbdfed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#cbdfed',GradientType=0 );
border-radius:4px;
border:1px solid #bbb;
float:right;
}
#download-box p, #download-box h3 {
text-align:center;
font-weight:bold;
letter-spacing:0px;
margin:15px 0;
font-size:100%;
line-height:20px;
}
#download-box h3 {
font-size:200%;
line-height:30px;
}
#download-box p {
font-size:80%;
}
.download {
text-indent:-9999px;
margin-left:15px;
background:url(../img/download_buttons.png) 0 -2px no-repeat;
width:140px;
height:50px;
display:block;
overflow:hidden;
}
.download:hover {
background-position:0 -51px;
}
#download-box .social-media {
width:54px;
height:70px;
vertical-align: top;
display:inline-block;
}
.changes {
margin-bottom:15px;
}
#footer {
height:200px;
} | 0.160463 | 0.0704 |
body {
margin:0;
padding:0;
background:url("../image/bg-main-top-body.png");
width:100%;
height:100%;
background-color:#ffffff;
}
a {
outline:0;
}
img {
border:0;
}
img:hover {
opacity:0.9;
filter:alpha(opacity=90); /* Needed for IE8 and old versions */
}
@media (min-width: 1100px) {
.container {
margin-left: 10%;
background-color:rgba(255,255,255,0.3);
width: 80%;
height:auto;;
}
}
@font-face {
font-family:'didact_gothicregular';
src:url('../fonts/didactgothic-webfont.eot');
src:url('../fonts/didactgothic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/didactgothic-webfont.woff') format('woff'),
url('../fonts/didactgothic-webfont.ttf') format('truetype'),
url('../fonts/didactgothic-webfont.svg#didact_gothicregular') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'anticregular';
src:url('../fonts/antic-regular-webfont.eot');
src:url('../fonts/antic-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/antic-regular-webfont.woff') format('woff'),
url('../fonts/antic-regular-webfont.ttf') format('truetype'),
url('../fonts/antic-regular-webfont.svg#anticregular') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'abelregular';
src:url('../fonts/abel-regular-webfont.eot');
src:url('../fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/abel-regular-webfont.woff') format('woff'),
url('../fonts/abel-regular-webfont.ttf') format('truetype'),
url('../fonts/abel-regular-webfont.svg#abelregular') format('svg');
font-weight:normal;
font-style:normal;
}
div#page {
width:100%;
}
div#page div#header {
width:100%;
height:20%;
margin:-5px 0 30px 0;
}
div#page div#header div {
width:100%;
height:140px;
margin:0 auto;
position:relative;
}
div#page div#header div a.logo {
position:absolute;
width: 100%;
}
div#page div#header div ul.navigation {
list-style-type:none;
margin:0;
padding:0;
position:absolute;
top:220px;
}
div#page div#header div ul.navigation li {
float:left;
}
div#page div#header div ul.navigation li.middle {
margin:0 170px 0 0;
}
div#page div#header div ul.navigation li a {
font-family:'TH SarabunPSK';
font-size:20px;
color:#c7bebe;
text-decoration:none;
padding:0 40px;
}
div#page div#header div ul.navigation li a:hover {
font-family:'TH SarabunPSK';
font-size:20px;
color:#f41465;
}
div#page div#header div ul.navigation li a.active {
font-family:'TH SarabunPSK';
font-size:20px;
color:#f41465;
}
div#page div#body {
width:100%;
margin:0 auto;
overflow:hidden;
}
div#page div#body div.featured {
margin-top: 5%;
margin-left: 2.5%;
width:100%;
height:auto;
overflow:hidden;
}
div#page div#body div.featured ul {
list-style-type:none;
margin:0;
padding:0;
}
div#page div#body div.featured ul li {
float:left;
width:15%;
}
div#page div#body > div.content {
width:470px;
float:left;
margin:0 20px 0 0;
}
div#page div#body > div.content ul.about {
list-style-type:none;
margin:0;
padding:0;
}
div#page div#body > div.content ul.about li {
margin:0 0 80px 0;
width:430px;
padding:0 20px 0 10px;
}
div#page div#body > div.content ul.about li h2 {
font-family:'anticregular';
font-size:20px;
color:#756666;
font-weight:normal;
margin:0;
}
div#page div#body > div.content ul.about li h2 a {
font-family:'anticregular';
font-size:20px;
color:#756666;
font-weight:normal;
text-decoration:none;
}
div#page div#body > div.content ul.about li h2 a:hover {
font-family:'anticregular';
font-size:20px;
color:#f41465;
font-weight:normal;
text-decoration:none;
}
div#page div#body > div.content ul.about li span {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
margin:0;
line-height:24px;
text-align:justify;
display:block;
}
div#page div#body > div.content ul.about li p {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
margin:0 0 30px 0;
line-height:24px;
text-align:justify;
letter-spacing:0.5px;
}
div#page div#body > div.content ul.about li p a {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
}
div#page div#body > div.content ul.about li p a:hover {
font-family:Arial;
font-size:12px;
color:#f41465;
font-weight:normal;
}
div#page div#body > div.aside {
width:420px;
float:left;
text-align:center;
padding:0 20px;
}
div#page div#body div#content {
width:960px;
height:auto;
overflow:hidden;
padding:0;
margin:0;
}
div#page div#body div#content ul.shops {
list-style-type:none;
padding:0;
margin:0;
width:960px;
overflow:hidden;
}
div#page div#body div#content ul.shops li {
float:left;
width:420px;
margin:0 30px 30px 30px;
padding:0;
}
div#page div#body div#content ul.shops li h2 {
font-family:'anticregular';
font-size:20px;
color:#756666;
font-weight:normal;
text-decoration:none;
margin:0;
line-height:24px;
}
div#page div#body div#content ul.shops li h2 a {
font-family:'anticregular';
font-size:20px;
color:#756666;
font-weight:normal;
text-decoration:none;
}
div#page div#body div#content ul.shops li h2 a:hover {
font-family:'anticregular';
font-size:20px;
color:#f41465;
font-weight:normal;
text-decoration:none;
}
div#page div#body div#content ul.shops li span {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
margin:0;
line-height:24px;
text-align:justify;
}
div#page div#body div#content ul.shops li ul li a {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
line-height:24px;
text-align:justify;
text-decoration:none;
}
div#page div#body div#content ul.shops li ul li a:hover {
font-family:Arial;
font-size:12px;
color:#f41465;
font-weight:normal;
text-decoration:none;
}
div#page div#body div#content ul.shops li ul {
list-style-type:none;
padding:0;
margin:0;
width:420px;
}
div#page div#body div#content ul.shops li ul li {
float:left;
width:140px;
margin:0;
padding:0;
}
div#page div#body div#content ul.shops li ul li.first {
float:left;
width:173px;
margin:0;
padding:0;
}
div#page div#body div#content ul.shops li ul li.last {
float:left;
width:90px;
margin:0;
padding:0;
}
div#page div#body div#content ul.sale {
list-style-type:none;
padding:0;
margin:0;
overflow:hidden;
}
div#page div#body div#content ul.sale li {
float:left;
margin:0 10px 60px 10px;
}
div#page div#body div#content ul.sale li img {
padding:1px;
background:url("../images/bg-product-border.png") no-repeat scroll center center transparent;
}
div#page div#body div#content ul.sale li img:hover {
opacity:0.9;
filter:alpha(opacity=90); /* Needed for IE8 and old versions */
}
div#page div#body div#content ul.paging {
height:25px;
list-style-type:none;
margin:30px auto 0;
overflow:hidden;
padding:0;
width:350px;
}
div#page div#body div#content ul.paging li.first {
float:left;
height:25px;
padding:0 10px 0 5px;
width:auto;
}
div#page div#body div#content ul.paging li.first a {
color:#c7bebe;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li.first a:hover {
color:#f41465;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li {
float:left;
height:25px;
padding:0 7px;
width:auto;
}
div#page div#body div#content ul.paging li a {
color:#756666;
font-family:Arial;
font-size:16px;
text-decoration:none;
text-shadow:0 1px 0 #FFFFFF;
}
div#page div#body div#content ul.paging li a:hover {
color:#f41465;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li ul {
height:25px;
list-style-type:none;
margin:0;
padding:0;
width:auto;
}
div#page div#body div#content ul.paging li ul li {
float:left;
width:auto;
}
div#page div#body div#content ul.paging li a.active {
color:#C7979D;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li.last {
float:left;
height:25px;
padding:0 5px 0 10px;
width:auto;
}
div#page div#body div#content ul.paging li.last a {
color:#756666;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li.last a:hover {
color:#f41465;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content div.content {
width:590px;
margin:0 110px 0 10px;
float:left;
}
div#page div#body div#content div.content ul.paging {
width:400px;
}
div#page div#body div#content div.content ul.paging li:first-child {
margin:0 0 0 55px;
}
div#page div#body div#content div.content ul.paging li ul li:first-child {
margin:0;
}
div#page div#body div#content div.content ul.blog {
list-style-type:none;
margin:0 0 90px 0;
padding:0;
overflow:hidden;
}
div#page div#body div#content div.content ul.blog {
list-style-type:none;
margin:0;
padding:0;
}
div#page div#body div#content div.content ul.blog li {
padding:0 0 0 50px;
background:url("../images/bg-circle-header-blog.png") no-repeat scroll left top transparent;
}
div#page div#body div#content div.content ul.blog li h1 {
background:url("../images/bg-header-blog.png") repeat-x scroll bottom left transparent;
margin:0;
height:40px;
line-height:40px;
padding:0;
position:relative;
}
div#page div#body div#content div.content ul.blog li h1 a {
font-family:'anticregular';
color:#756666;
font-size:20px;
text-decoration:none;
}
div#page div#body div#content div.content ul.blog li h1 a:hover {
font-family:'anticregular';
color:#f41465;
font-size:20px;
text-decoration:none;
}
div#page div#body div#content div.content ul.blog li h1 span {
background:url("../images/icon-comment.png") no-repeat scroll center left transparent;
margin:0;
padding:0;
height:40px;
width:80px;
line-height:40px;
position:absolute;
right:0;
font-family:Arial;
font-size:10px;
color:#c7bebe;
text-align:right;
display:inline;
}
div#page div#body div#content div.content ul.blog li h1 span a {
font-family:Arial;
font-size:10px;
color:#c7bebe;
text-align:right;
text-decoration:none;
}
div#page div#body div#content div.content ul.blog li h1 span a:hover {
font-family:Arial;
font-size:10px;
color:#f41465;
text-align:right;
text-decoration:none;
}
div#page div#body div#content div.content ul.blog li span {
font-family:Arial;
color:#c7bebe;
font-size:10px;
line-height:24px;
margin:0 0 20px 0;
display:block;
}
div#page div#body div#content div.content ul.blog li img {
background:url("../images/bg-border-blog.png") repeat-x scroll bottom left transparent;
margin:0;
padding:10px;
}
div#page div#body div#content div.content ul.blog li p {
color:#c7bebe;
font-family:Arial;
font-size:12px;
line-height:24px;
text-align:justify;
margin:12px 0 35px 0;
letter-spacing: 0.5px;
}
div#page div#body div#content div.content ul.blog li p a {
color:#c7bebe;
font-family:Arial;
font-size:12px;
}
div#page div#body div#content div.content ul.blog li p a:hover {
color:#f41465;
font-family:Arial;
font-size:12px;
text-decoration:underline;
}
div#page div#body div#content div#sidebar {
width:210px;
margin:0 10px;
padding:0 10px;
float:left;
}
div#page div#body div#content div#sidebar h2 {
color:#756666;
font-family:'anticregular';
font-size:22px;
font-weight:normal;
margin:0 0 30px 0;
padding:0 0 0 20px;
text-decoration:none;
text-shadow:0 0 10px #FFFFFF;
}
div#page div#body div#content div#sidebar ul {
list-style-type:none;
margin:0;
padding:0;
}
div#page div#body div#content div#sidebar ul li {
margin:0;
padding:0;
cursor:pointer;
}
div#page div#body div#content div#sidebar ul li h4 {
color:#f41465;
font-family:'abelregular';
font-size:16px;
font-weight:normal;
margin:25px 0 10px 0;
padding:0;
text-shadow:0 0 10px #FFFFFF;
}
div#page div#body div#content div#sidebar ul li ul {
margin:0;
padding:0 0 0 40px;
display:none;
}
div#page div#body div#content div#sidebar ul li:hover ul {
display:block;
}
div#page div#body div#content div#sidebar ul li ul li a {
color:#c7bebe;
font-family:Arial;
font-size:12px;
text-decoration:none;
line-height:24px;
}
div#page div#body div#content div#sidebar ul li ul li a:hover {
color:#f41465;
font-family:Arial;
font-size:12px;
text-decoration:none;
}
div#page div#body div#content div.section {
margin:0 auto;
padding:0;
width:780px;
}
div#page div#body div#content div.section h2 {
color:#756666;
font-family:'anticregular';
font-size:22px;
font-weight:normal;
text-decoration:none;
margin:0 0 10px 0;
line-height:24px;
}
div#page div#body div#content div.section h2 a {
color:#f41465;
font-family:'anticregular';
font-size:22px;
font-weight:normal;
text-decoration:none;
}
div#page div#body div#content div.section h2 a:hover {
color:#f41465;
font-family:'anticregular';
font-size:22px;
font-weight:normal;
text-decoration:underline;
}
div#page div#body div#content div.section p {
color:#B5B3AB;
font-family:'Arial';
font-size:12px;
line-height:24px;
letter-spacing:0.5px;
margin:0 0 30px 0;
}
div#page div#body div#content div.section p a {
color:#B5B3AB;
font-family:'Arial';
font-size:12px;
line-height:24px;
}
div#page div#body div#content div.section p a:hover {
color:#f41465;
font-family:'Arial';
font-size:12px;
line-height:24px;
text-decoration:none;
}
div#page div#body div#content div.section ul {
list-style-type:none;
margin:50px 0 0 0;
padding:0;
}
div#page div#body div#content div.section ul li label {
color:#B5B3AB;
display:block;
font-family:'Arial';
font-size:12px;
line-height:24px;
text-decoration:none;
letter-spacing:0.5px;
}
div#page div#body div#content div.section ul li {
margin:0 0 80px;
}
div#page div#body div#content div.section ul li label span {
color:#B5B3AB;
display:block;
font-family:'Arial';
font-size:12px;
line-height:24px;
margin-bottom:30px;
margin-left:30px;
text-decoration:none;
}
div#page div#body div#content div.section ul li label a {
color:#c7bebe;
font-family:'Arial';
font-size:12px;
line-height:24px;
}
div#page div#body div#content div.section ul li label a:hover {
color:#f41465;
font-family:'Arial';
font-size:12px;
line-height:24px;
}
div#page div#body div#content div.section ul li label span.connect {
color:#B5B3AB;
display:block;
font-family:'Arial';
font-size:12px;
line-height:24px;
text-decoration:none;
margin:0 0 0 60px;
}
div#page div#body div#content div.section ul li h3 {
color:#f41465;
font-family:'Arial';
font-size:14px;
font-weight:normal;
line-height:24px;
margin:0;
text-decoration:none;
}
div#page div#body div#content div.section ul li span {
color:#B5B3AB;
display:block;
font-family:'Arial';
font-size:12px;
line-height:24px;
margin-left:30px;
text-decoration:none;
}
div#page div#footer {
width:100%;
height:auto;
background:url("../images/bg-footer.png") no-repeat scroll center top transparent;
}
div#page div#footer div {
width:960px;
height:auto;
margin:0 auto;
padding:50px 0 50px 0;
}
div#page div#footer div ul.connect {
list-style-type:none;
margin:0 auto;
padding:0;
width:250px;
display:block;
overflow:hidden;
}
div#page div#footer div ul.connect li {
margin:0 15px;
float:left;
}
div#page div#footer div ul.connect li a {
text-decoration:none;
display:block;
}
div#page div#footer div ul.connect li a.email {
text-decoration:none;
background:url("../images/icon.png") no-repeat scroll 0 -62px transparent;
width:32px;
height:30px;
}
div#page div#footer div ul.connect li a.googleplus {
text-decoration:none;
background:url("../images/icon.png") no-repeat scroll 0 -222px transparent;
width:32px;
height:30px;
}
div#page div#footer div ul.connect li a.facebook {
text-decoration:none;
background:url("../images/icon.png") no-repeat scroll 0 -142px transparent;
width:32px;
height:30px;
}
div#page div#footer div ul.connect li a.twitter {
text-decoration:none;
background:url("../images/icon.png") no-repeat scroll 0 -302px transparent;
width:32px;
height:30px;
}
div#page div#footer div span {
font-family:Arial;
color:#c7bebe;
font-size:12px;
display:block;
text-align:center;
margin:100px 0 0 0;
}
div#page div#footer div span a {
font-family:Arial;
color:#c7bebe;
font-size:12px;
text-decoration:none;
}
div#page div#footer div span a:hover {
font-family:Arial;
color:#f41465;
font-size:12px;
text-decoration:none;
} | css/style.css | body {
margin:0;
padding:0;
background:url("../image/bg-main-top-body.png");
width:100%;
height:100%;
background-color:#ffffff;
}
a {
outline:0;
}
img {
border:0;
}
img:hover {
opacity:0.9;
filter:alpha(opacity=90); /* Needed for IE8 and old versions */
}
@media (min-width: 1100px) {
.container {
margin-left: 10%;
background-color:rgba(255,255,255,0.3);
width: 80%;
height:auto;;
}
}
@font-face {
font-family:'didact_gothicregular';
src:url('../fonts/didactgothic-webfont.eot');
src:url('../fonts/didactgothic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/didactgothic-webfont.woff') format('woff'),
url('../fonts/didactgothic-webfont.ttf') format('truetype'),
url('../fonts/didactgothic-webfont.svg#didact_gothicregular') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'anticregular';
src:url('../fonts/antic-regular-webfont.eot');
src:url('../fonts/antic-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/antic-regular-webfont.woff') format('woff'),
url('../fonts/antic-regular-webfont.ttf') format('truetype'),
url('../fonts/antic-regular-webfont.svg#anticregular') format('svg');
font-weight:normal;
font-style:normal;
}
@font-face {
font-family:'abelregular';
src:url('../fonts/abel-regular-webfont.eot');
src:url('../fonts/abel-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/abel-regular-webfont.woff') format('woff'),
url('../fonts/abel-regular-webfont.ttf') format('truetype'),
url('../fonts/abel-regular-webfont.svg#abelregular') format('svg');
font-weight:normal;
font-style:normal;
}
div#page {
width:100%;
}
div#page div#header {
width:100%;
height:20%;
margin:-5px 0 30px 0;
}
div#page div#header div {
width:100%;
height:140px;
margin:0 auto;
position:relative;
}
div#page div#header div a.logo {
position:absolute;
width: 100%;
}
div#page div#header div ul.navigation {
list-style-type:none;
margin:0;
padding:0;
position:absolute;
top:220px;
}
div#page div#header div ul.navigation li {
float:left;
}
div#page div#header div ul.navigation li.middle {
margin:0 170px 0 0;
}
div#page div#header div ul.navigation li a {
font-family:'TH SarabunPSK';
font-size:20px;
color:#c7bebe;
text-decoration:none;
padding:0 40px;
}
div#page div#header div ul.navigation li a:hover {
font-family:'TH SarabunPSK';
font-size:20px;
color:#f41465;
}
div#page div#header div ul.navigation li a.active {
font-family:'TH SarabunPSK';
font-size:20px;
color:#f41465;
}
div#page div#body {
width:100%;
margin:0 auto;
overflow:hidden;
}
div#page div#body div.featured {
margin-top: 5%;
margin-left: 2.5%;
width:100%;
height:auto;
overflow:hidden;
}
div#page div#body div.featured ul {
list-style-type:none;
margin:0;
padding:0;
}
div#page div#body div.featured ul li {
float:left;
width:15%;
}
div#page div#body > div.content {
width:470px;
float:left;
margin:0 20px 0 0;
}
div#page div#body > div.content ul.about {
list-style-type:none;
margin:0;
padding:0;
}
div#page div#body > div.content ul.about li {
margin:0 0 80px 0;
width:430px;
padding:0 20px 0 10px;
}
div#page div#body > div.content ul.about li h2 {
font-family:'anticregular';
font-size:20px;
color:#756666;
font-weight:normal;
margin:0;
}
div#page div#body > div.content ul.about li h2 a {
font-family:'anticregular';
font-size:20px;
color:#756666;
font-weight:normal;
text-decoration:none;
}
div#page div#body > div.content ul.about li h2 a:hover {
font-family:'anticregular';
font-size:20px;
color:#f41465;
font-weight:normal;
text-decoration:none;
}
div#page div#body > div.content ul.about li span {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
margin:0;
line-height:24px;
text-align:justify;
display:block;
}
div#page div#body > div.content ul.about li p {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
margin:0 0 30px 0;
line-height:24px;
text-align:justify;
letter-spacing:0.5px;
}
div#page div#body > div.content ul.about li p a {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
}
div#page div#body > div.content ul.about li p a:hover {
font-family:Arial;
font-size:12px;
color:#f41465;
font-weight:normal;
}
div#page div#body > div.aside {
width:420px;
float:left;
text-align:center;
padding:0 20px;
}
div#page div#body div#content {
width:960px;
height:auto;
overflow:hidden;
padding:0;
margin:0;
}
div#page div#body div#content ul.shops {
list-style-type:none;
padding:0;
margin:0;
width:960px;
overflow:hidden;
}
div#page div#body div#content ul.shops li {
float:left;
width:420px;
margin:0 30px 30px 30px;
padding:0;
}
div#page div#body div#content ul.shops li h2 {
font-family:'anticregular';
font-size:20px;
color:#756666;
font-weight:normal;
text-decoration:none;
margin:0;
line-height:24px;
}
div#page div#body div#content ul.shops li h2 a {
font-family:'anticregular';
font-size:20px;
color:#756666;
font-weight:normal;
text-decoration:none;
}
div#page div#body div#content ul.shops li h2 a:hover {
font-family:'anticregular';
font-size:20px;
color:#f41465;
font-weight:normal;
text-decoration:none;
}
div#page div#body div#content ul.shops li span {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
margin:0;
line-height:24px;
text-align:justify;
}
div#page div#body div#content ul.shops li ul li a {
font-family:Arial;
font-size:12px;
color:#c7bebe;
font-weight:normal;
line-height:24px;
text-align:justify;
text-decoration:none;
}
div#page div#body div#content ul.shops li ul li a:hover {
font-family:Arial;
font-size:12px;
color:#f41465;
font-weight:normal;
text-decoration:none;
}
div#page div#body div#content ul.shops li ul {
list-style-type:none;
padding:0;
margin:0;
width:420px;
}
div#page div#body div#content ul.shops li ul li {
float:left;
width:140px;
margin:0;
padding:0;
}
div#page div#body div#content ul.shops li ul li.first {
float:left;
width:173px;
margin:0;
padding:0;
}
div#page div#body div#content ul.shops li ul li.last {
float:left;
width:90px;
margin:0;
padding:0;
}
div#page div#body div#content ul.sale {
list-style-type:none;
padding:0;
margin:0;
overflow:hidden;
}
div#page div#body div#content ul.sale li {
float:left;
margin:0 10px 60px 10px;
}
div#page div#body div#content ul.sale li img {
padding:1px;
background:url("../images/bg-product-border.png") no-repeat scroll center center transparent;
}
div#page div#body div#content ul.sale li img:hover {
opacity:0.9;
filter:alpha(opacity=90); /* Needed for IE8 and old versions */
}
div#page div#body div#content ul.paging {
height:25px;
list-style-type:none;
margin:30px auto 0;
overflow:hidden;
padding:0;
width:350px;
}
div#page div#body div#content ul.paging li.first {
float:left;
height:25px;
padding:0 10px 0 5px;
width:auto;
}
div#page div#body div#content ul.paging li.first a {
color:#c7bebe;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li.first a:hover {
color:#f41465;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li {
float:left;
height:25px;
padding:0 7px;
width:auto;
}
div#page div#body div#content ul.paging li a {
color:#756666;
font-family:Arial;
font-size:16px;
text-decoration:none;
text-shadow:0 1px 0 #FFFFFF;
}
div#page div#body div#content ul.paging li a:hover {
color:#f41465;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li ul {
height:25px;
list-style-type:none;
margin:0;
padding:0;
width:auto;
}
div#page div#body div#content ul.paging li ul li {
float:left;
width:auto;
}
div#page div#body div#content ul.paging li a.active {
color:#C7979D;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li.last {
float:left;
height:25px;
padding:0 5px 0 10px;
width:auto;
}
div#page div#body div#content ul.paging li.last a {
color:#756666;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content ul.paging li.last a:hover {
color:#f41465;
font-family:Arial;
font-size:16px;
text-decoration:none;
}
div#page div#body div#content div.content {
width:590px;
margin:0 110px 0 10px;
float:left;
}
div#page div#body div#content div.content ul.paging {
width:400px;
}
div#page div#body div#content div.content ul.paging li:first-child {
margin:0 0 0 55px;
}
div#page div#body div#content div.content ul.paging li ul li:first-child {
margin:0;
}
div#page div#body div#content div.content ul.blog {
list-style-type:none;
margin:0 0 90px 0;
padding:0;
overflow:hidden;
}
div#page div#body div#content div.content ul.blog {
list-style-type:none;
margin:0;
padding:0;
}
div#page div#body div#content div.content ul.blog li {
padding:0 0 0 50px;
background:url("../images/bg-circle-header-blog.png") no-repeat scroll left top transparent;
}
div#page div#body div#content div.content ul.blog li h1 {
background:url("../images/bg-header-blog.png") repeat-x scroll bottom left transparent;
margin:0;
height:40px;
line-height:40px;
padding:0;
position:relative;
}
div#page div#body div#content div.content ul.blog li h1 a {
font-family:'anticregular';
color:#756666;
font-size:20px;
text-decoration:none;
}
div#page div#body div#content div.content ul.blog li h1 a:hover {
font-family:'anticregular';
color:#f41465;
font-size:20px;
text-decoration:none;
}
div#page div#body div#content div.content ul.blog li h1 span {
background:url("../images/icon-comment.png") no-repeat scroll center left transparent;
margin:0;
padding:0;
height:40px;
width:80px;
line-height:40px;
position:absolute;
right:0;
font-family:Arial;
font-size:10px;
color:#c7bebe;
text-align:right;
display:inline;
}
div#page div#body div#content div.content ul.blog li h1 span a {
font-family:Arial;
font-size:10px;
color:#c7bebe;
text-align:right;
text-decoration:none;
}
div#page div#body div#content div.content ul.blog li h1 span a:hover {
font-family:Arial;
font-size:10px;
color:#f41465;
text-align:right;
text-decoration:none;
}
div#page div#body div#content div.content ul.blog li span {
font-family:Arial;
color:#c7bebe;
font-size:10px;
line-height:24px;
margin:0 0 20px 0;
display:block;
}
div#page div#body div#content div.content ul.blog li img {
background:url("../images/bg-border-blog.png") repeat-x scroll bottom left transparent;
margin:0;
padding:10px;
}
div#page div#body div#content div.content ul.blog li p {
color:#c7bebe;
font-family:Arial;
font-size:12px;
line-height:24px;
text-align:justify;
margin:12px 0 35px 0;
letter-spacing: 0.5px;
}
div#page div#body div#content div.content ul.blog li p a {
color:#c7bebe;
font-family:Arial;
font-size:12px;
}
div#page div#body div#content div.content ul.blog li p a:hover {
color:#f41465;
font-family:Arial;
font-size:12px;
text-decoration:underline;
}
div#page div#body div#content div#sidebar {
width:210px;
margin:0 10px;
padding:0 10px;
float:left;
}
div#page div#body div#content div#sidebar h2 {
color:#756666;
font-family:'anticregular';
font-size:22px;
font-weight:normal;
margin:0 0 30px 0;
padding:0 0 0 20px;
text-decoration:none;
text-shadow:0 0 10px #FFFFFF;
}
div#page div#body div#content div#sidebar ul {
list-style-type:none;
margin:0;
padding:0;
}
div#page div#body div#content div#sidebar ul li {
margin:0;
padding:0;
cursor:pointer;
}
div#page div#body div#content div#sidebar ul li h4 {
color:#f41465;
font-family:'abelregular';
font-size:16px;
font-weight:normal;
margin:25px 0 10px 0;
padding:0;
text-shadow:0 0 10px #FFFFFF;
}
div#page div#body div#content div#sidebar ul li ul {
margin:0;
padding:0 0 0 40px;
display:none;
}
div#page div#body div#content div#sidebar ul li:hover ul {
display:block;
}
div#page div#body div#content div#sidebar ul li ul li a {
color:#c7bebe;
font-family:Arial;
font-size:12px;
text-decoration:none;
line-height:24px;
}
div#page div#body div#content div#sidebar ul li ul li a:hover {
color:#f41465;
font-family:Arial;
font-size:12px;
text-decoration:none;
}
div#page div#body div#content div.section {
margin:0 auto;
padding:0;
width:780px;
}
div#page div#body div#content div.section h2 {
color:#756666;
font-family:'anticregular';
font-size:22px;
font-weight:normal;
text-decoration:none;
margin:0 0 10px 0;
line-height:24px;
}
div#page div#body div#content div.section h2 a {
color:#f41465;
font-family:'anticregular';
font-size:22px;
font-weight:normal;
text-decoration:none;
}
div#page div#body div#content div.section h2 a:hover {
color:#f41465;
font-family:'anticregular';
font-size:22px;
font-weight:normal;
text-decoration:underline;
}
div#page div#body div#content div.section p {
color:#B5B3AB;
font-family:'Arial';
font-size:12px;
line-height:24px;
letter-spacing:0.5px;
margin:0 0 30px 0;
}
div#page div#body div#content div.section p a {
color:#B5B3AB;
font-family:'Arial';
font-size:12px;
line-height:24px;
}
div#page div#body div#content div.section p a:hover {
color:#f41465;
font-family:'Arial';
font-size:12px;
line-height:24px;
text-decoration:none;
}
div#page div#body div#content div.section ul {
list-style-type:none;
margin:50px 0 0 0;
padding:0;
}
div#page div#body div#content div.section ul li label {
color:#B5B3AB;
display:block;
font-family:'Arial';
font-size:12px;
line-height:24px;
text-decoration:none;
letter-spacing:0.5px;
}
div#page div#body div#content div.section ul li {
margin:0 0 80px;
}
div#page div#body div#content div.section ul li label span {
color:#B5B3AB;
display:block;
font-family:'Arial';
font-size:12px;
line-height:24px;
margin-bottom:30px;
margin-left:30px;
text-decoration:none;
}
div#page div#body div#content div.section ul li label a {
color:#c7bebe;
font-family:'Arial';
font-size:12px;
line-height:24px;
}
div#page div#body div#content div.section ul li label a:hover {
color:#f41465;
font-family:'Arial';
font-size:12px;
line-height:24px;
}
div#page div#body div#content div.section ul li label span.connect {
color:#B5B3AB;
display:block;
font-family:'Arial';
font-size:12px;
line-height:24px;
text-decoration:none;
margin:0 0 0 60px;
}
div#page div#body div#content div.section ul li h3 {
color:#f41465;
font-family:'Arial';
font-size:14px;
font-weight:normal;
line-height:24px;
margin:0;
text-decoration:none;
}
div#page div#body div#content div.section ul li span {
color:#B5B3AB;
display:block;
font-family:'Arial';
font-size:12px;
line-height:24px;
margin-left:30px;
text-decoration:none;
}
div#page div#footer {
width:100%;
height:auto;
background:url("../images/bg-footer.png") no-repeat scroll center top transparent;
}
div#page div#footer div {
width:960px;
height:auto;
margin:0 auto;
padding:50px 0 50px 0;
}
div#page div#footer div ul.connect {
list-style-type:none;
margin:0 auto;
padding:0;
width:250px;
display:block;
overflow:hidden;
}
div#page div#footer div ul.connect li {
margin:0 15px;
float:left;
}
div#page div#footer div ul.connect li a {
text-decoration:none;
display:block;
}
div#page div#footer div ul.connect li a.email {
text-decoration:none;
background:url("../images/icon.png") no-repeat scroll 0 -62px transparent;
width:32px;
height:30px;
}
div#page div#footer div ul.connect li a.googleplus {
text-decoration:none;
background:url("../images/icon.png") no-repeat scroll 0 -222px transparent;
width:32px;
height:30px;
}
div#page div#footer div ul.connect li a.facebook {
text-decoration:none;
background:url("../images/icon.png") no-repeat scroll 0 -142px transparent;
width:32px;
height:30px;
}
div#page div#footer div ul.connect li a.twitter {
text-decoration:none;
background:url("../images/icon.png") no-repeat scroll 0 -302px transparent;
width:32px;
height:30px;
}
div#page div#footer div span {
font-family:Arial;
color:#c7bebe;
font-size:12px;
display:block;
text-align:center;
margin:100px 0 0 0;
}
div#page div#footer div span a {
font-family:Arial;
color:#c7bebe;
font-size:12px;
text-decoration:none;
}
div#page div#footer div span a:hover {
font-family:Arial;
color:#f41465;
font-size:12px;
text-decoration:none;
} | 0.289271 | 0.040408 |
* Styling for when the “sidenav” experiment is active.
*/
.Documentation {
column-gap: 2.8125rem;
display: grid;
grid-template-columns: 1fr minmax(0, 3fr);
}
.Documentation-nav {
max-height: calc(100vh - 6.511rem); /* 6.511rem is the site header height */
overflow-x: hidden;
overflow-y: scroll;
padding-top: 1rem;
padding-left: 0.25rem;
position: sticky;
top: 6.511rem;
}
.Documentation-toc {
margin-top: 0;
}
.Documentation-tocItem {
display: block;
position: relative;
}
.Documentation-tocItem + .Documentation-tocItem {
margin-top: 0.5rem;
}
.is-withSideNav .Documentation-tocItem--index,
.is-withSideNav .Documentation-index {
display: none;
}
.Documentation-tocItem--constants,
.Documentation-tocItem--variables,
.Documentation-tocItem--functions,
.Documentation-tocItem--types,
.Documentation-tocItem--notes {
display: block;
}
.Documentation-build {
grid-column: span 2;
}
/* Needed for higher specificity since ul elements rendered within documentation
don’t have classes. */
.DocNav .DocNav-node ul {
padding-left: 0;
}
.DocNav-node {
padding-left: 1.25rem;
padding-top: 0.125rem;
padding-bottom: 0.125rem;
position: relative;
user-select: none;
}
.DocNav-node--selected {
color: var(--gray-1);
font-weight: 500;
}
.DocNav-node--selected .DocNav-node:not(.DocNav-node--selected) {
color: var(--gray-2);
font-weight: 400;
}
.DocNav-node--selected::before {
border-radius: 50%;
background-color: var(--turq-dark);
content: '';
display: block;
height: 0.3125rem;
left: 0.4688rem;
position: absolute;
top: 0.6875rem;
width: 0.3125rem;
}
.DocNav-node .DocNav-node--selected::before {
left: 0.3125rem;
top: 0.75rem;
}
.DocNav-node--expandable.DocNav-node--selected::before {
display: none;
}
.DocNav-node .DocNav-node {
font-size: 0.875rem;
}
.DocNav-node .DocNav-node .DocNav-node {
border-left: 2px solid var(--gray-9);
padding-left: 0.5rem;
}
.DocNav-node .DocNav-node .DocNav-node--selected::before {
display: none;
}
.DocNav-node .DocNav-node .DocNav-node--selected {
border-left: 2px solid var(--turq-dark);
}
.DocNav a,
.DocNav a:link,
.DocNav a:visited {
color: var(--gray-2);
display: block;
opacity: 1;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.DocNav a:hover {
color: var(--gray-1);
}
.DocNav summary {
cursor: pointer;
list-style-type: none;
outline: none;
position: relative;
}
.DocNav summary::marker {
display: none;
}
.DocNav summary::-webkit-details-marker {
display: none;
}
.DocNav summary::before {
border-bottom: 0.25rem solid transparent;
border-left: 0.25rem solid #606368;
border-right: 0;
border-top: 0.25rem solid transparent;
content: '';
display: block;
height: 0;
left: -0.75rem;
position: absolute;
top: 0.5rem;
transition: transform 0.1s linear;
width: 0;
}
/* Expandable nodes at this level have smaller text, so adjust for that. */
.DocNav details details summary::before {
left: -0.875rem;
top: 0.5625rem;
}
.DocNav details[open] > summary {
margin-bottom: 0.375em;
}
.DocNav details[open] > summary::before {
transform: rotate(90deg);
}
/* Added to increase hit target on triangle above. */
.DocNav summary::after {
content: '';
display: block;
height: 100%;
left: -1.875rem;
position: absolute;
top: 0;
width: 2rem;
} | content/static/css/sidenav.css | * Styling for when the “sidenav” experiment is active.
*/
.Documentation {
column-gap: 2.8125rem;
display: grid;
grid-template-columns: 1fr minmax(0, 3fr);
}
.Documentation-nav {
max-height: calc(100vh - 6.511rem); /* 6.511rem is the site header height */
overflow-x: hidden;
overflow-y: scroll;
padding-top: 1rem;
padding-left: 0.25rem;
position: sticky;
top: 6.511rem;
}
.Documentation-toc {
margin-top: 0;
}
.Documentation-tocItem {
display: block;
position: relative;
}
.Documentation-tocItem + .Documentation-tocItem {
margin-top: 0.5rem;
}
.is-withSideNav .Documentation-tocItem--index,
.is-withSideNav .Documentation-index {
display: none;
}
.Documentation-tocItem--constants,
.Documentation-tocItem--variables,
.Documentation-tocItem--functions,
.Documentation-tocItem--types,
.Documentation-tocItem--notes {
display: block;
}
.Documentation-build {
grid-column: span 2;
}
/* Needed for higher specificity since ul elements rendered within documentation
don’t have classes. */
.DocNav .DocNav-node ul {
padding-left: 0;
}
.DocNav-node {
padding-left: 1.25rem;
padding-top: 0.125rem;
padding-bottom: 0.125rem;
position: relative;
user-select: none;
}
.DocNav-node--selected {
color: var(--gray-1);
font-weight: 500;
}
.DocNav-node--selected .DocNav-node:not(.DocNav-node--selected) {
color: var(--gray-2);
font-weight: 400;
}
.DocNav-node--selected::before {
border-radius: 50%;
background-color: var(--turq-dark);
content: '';
display: block;
height: 0.3125rem;
left: 0.4688rem;
position: absolute;
top: 0.6875rem;
width: 0.3125rem;
}
.DocNav-node .DocNav-node--selected::before {
left: 0.3125rem;
top: 0.75rem;
}
.DocNav-node--expandable.DocNav-node--selected::before {
display: none;
}
.DocNav-node .DocNav-node {
font-size: 0.875rem;
}
.DocNav-node .DocNav-node .DocNav-node {
border-left: 2px solid var(--gray-9);
padding-left: 0.5rem;
}
.DocNav-node .DocNav-node .DocNav-node--selected::before {
display: none;
}
.DocNav-node .DocNav-node .DocNav-node--selected {
border-left: 2px solid var(--turq-dark);
}
.DocNav a,
.DocNav a:link,
.DocNav a:visited {
color: var(--gray-2);
display: block;
opacity: 1;
overflow: hidden;
text-decoration: none;
text-overflow: ellipsis;
white-space: nowrap;
}
.DocNav a:hover {
color: var(--gray-1);
}
.DocNav summary {
cursor: pointer;
list-style-type: none;
outline: none;
position: relative;
}
.DocNav summary::marker {
display: none;
}
.DocNav summary::-webkit-details-marker {
display: none;
}
.DocNav summary::before {
border-bottom: 0.25rem solid transparent;
border-left: 0.25rem solid #606368;
border-right: 0;
border-top: 0.25rem solid transparent;
content: '';
display: block;
height: 0;
left: -0.75rem;
position: absolute;
top: 0.5rem;
transition: transform 0.1s linear;
width: 0;
}
/* Expandable nodes at this level have smaller text, so adjust for that. */
.DocNav details details summary::before {
left: -0.875rem;
top: 0.5625rem;
}
.DocNav details[open] > summary {
margin-bottom: 0.375em;
}
.DocNav details[open] > summary::before {
transform: rotate(90deg);
}
/* Added to increase hit target on triangle above. */
.DocNav summary::after {
content: '';
display: block;
height: 100%;
left: -1.875rem;
position: absolute;
top: 0;
width: 2rem;
} | 0.563858 | 0.15131 |
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* Define theme independent colors for elements */
:root {
--vk-color: #2787F5;
--tg-color: #25A3E2;
--ig-color: #E1306C;
--twitter-color: #41ABE1;
--discord-color: #5865F2;
--lastfm-color: #D51007;
--github-color: #181616;
--codestats-color: #3E4053;
--spotify-color: #1ED760;
--playlist-color: #FF2E63;
--social-normal: rgba(255, 255, 255, 1);
--social-dimmed: rgba(255, 255, 255, 0.6);
--spotify-normal: rgba(0, 0, 0, 1);
--spotify-dimmed: rgba(0, 0, 0, 0.6);
}
/* Global settings for elements */
* {
font-family: "Ubuntu", sans-serif;
box-sizing: border-box;
text-decoration: none;
text-rendering: optimizeLegibility;
-webkit-touch-callout: none;
-webkit-user-select: none;
-o-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Make scrollbar and head elements invisible */
head, ::-webkit-scrollbar {
display: none;
}
/* Define default html and body settings */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
/* Define settings of hostCont */
#hostCont {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
/* Define settings for "Scroll down" tip container */
#scrollTip {
position: absolute;
bottom: 2%;
}
/* Define subcontainers settings */
#mainCont, #vkCont, #tgCont, #igCont, #twitterCont, #discordCont, #lastfmCont,
#githubCont, #codeStatsCont, #spotifyCont, #playlistCont, #footerCont {
display: flex;
box-sizing: border-box;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
height: 100%;
padding: 18px;
}
/* Define settings of elements containers */
#mainCont-elements, #vkCont-elements, #tgCont-elements, #igCont-elements, #twitterCont-elements, #discordCont-elements, #lastfmCont-elements,
#githubCont-elements, #codeStatsCont-elements, #spotifyCont-elements, #playlistCont-elements, #footerCont-elements {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
width: 50%;
height: fit-content;
margin: auto;
}
/* Define special transitions for some containers */
#mainCont, #footerCont,
#mainCont-elements, #scrollTip {
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
/* Define default opacity of elements mainCont and scrollTip onload */
#mainCont-elements, #scrollTip {
opacity: 0;
}
/* Define colors for each special container */
#vkCont {
background-color: var(--vk-color);
}
#tgCont {
background-color: var(--tg-color);
}
#igCont {
background-color: var(--ig-color);
}
#twitterCont {
background-color: var(--twitter-color);
}
#discordCont {
background-color: var(--discord-color);
}
#lastfmCont {
background-color: var(--lastfm-color);
}
#githubCont {
background-color: var(--github-color);
}
#codeStatsCont {
background-color: var(--codestats-color);
}
#spotifyCont {
background-color: var(--spotify-color);
}
#playlistCont {
background: rgb(255,46,99);
background: linear-gradient(45deg, rgba(255,46,99,1) 0%, rgba(255,157,157,1) 100%);
}
/* Define settings for h1 tag */
h1 {
cursor: default;
margin-top: 32px;
margin-bottom: 12px;
font-size: 48px;
}
/* Define settings for h1 tag on 404 page */
#h1-404 {
margin-top: 8px;
}
/* Define settings for button tag */
button {
cursor: pointer;
margin: 0;
margin-top: 32px;
padding: 24px 38px;
font-size: 22px;
font-weight: 400;
color: white;
border: none;
border-radius: 16px;
outline: none;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.discord-btn {
margin-bottom: 32px;
}
/* Define settings for p tag */
p {
margin: 0;
padding: 0;
}
/* Define settings for description text */
#desc {
font-size: 24px;
}
/* Define settings for tip text */
.tip {
font-size: 18px;
}
/* Define settings for h1, desc and span tag of social blocks */
#social-h1.dimmed, #desc.social-dimmed {
color: var(--social-dimmed);
}
span.social {
color: var(--social-normal);
}
/* Define settings for h1, desc and span tag of Spotify block */
#spotify-h1, #desc.spotify {
color: var(--spotify-dimmed);
}
span#spotify {
color: var(--spotify-normal);
}
/* Define settings for avatar */
#avatar {
display: inline-block;
margin: 0;
padding: 0;
width: 224px;
height: 224px;
background-image: url(https://avatars.githubusercontent.com/u/36604233?v=4.png);
background-size: 100%;
background-repeat: no-repeat;
border-radius: 100%;
}
/* Define settings of site's 404 icon */
#fourzerofour-icon {
display: inline-block;
width: 192px;
height: 192px;
background-size: cover;
}
/* Define settings for small icons */
.icon {
display: inline-block;
width: 36px;
height: 36px;
background-size: cover;
}
/* Define dimming for arrow icon */
#arrow-down {
filter: opacity(40%);
}
/* Define settings for logos */
.logo {
display: inline-block;
width: 192px;
height: 192px;
background-size: cover;
}
/* Define paths for logos */
.vk-logo {
background-image: url(assets/icons/social/vk-logo.svg);
}
.tg-logo {
background-image: url(assets/icons/social/tg-logo.svg);
}
.ig-logo {
background-image: url(assets/icons/social/ig-logo.svg);
}
.twitter-logo {
background-image: url(assets/icons/social/twitter-logo.svg);
}
.discord-logo {
background-image: url(assets/icons/social/ds-logo.svg);
}
.lastfm-logo {
background-image: url(assets/icons/social/lastfm-logo.svg);
}
.gh-logo {
background-image: url(assets/icons/social/gh-logo.svg);
}
.cs-logo {
background-image: url(assets/icons/social/cs-logo.svg);
}
.spotify-logo {
background-image: url(assets/icons/social/spotify-logo.svg);
}
.playlist-icon {
background-image: url(assets/icons/playlist-icon.svg);
}
/* Define settings for light theme */
@media (prefers-color-scheme: light) {
/* Define colors for light theme */
:root {
--text-normal: rgb(0, 0, 0);
--text-dimmed: rgba(0, 0, 0, 0.5);
--text-tip: rgba(0, 0, 0, 0.4);
--accent: rgb(179, 30, 87);
--accent-hover: rgb(240, 42, 118);
--background-main: rgb(255, 255, 255);
--background-icon: rgba(179, 30, 87, 0.15);
}
/* Set color for all elements */
* {
color: var(--text-normal);
}
/* Set background colors for non-social containers */
body {
background-color: var(--background-main);
}
/* Set color for p tag and tip block */
p {
color: var(--text-dimmed);
}
.tip {
color: var(--text-tip);
}
/* Define settings for avatar, 404 icon */
#avatar {
border: 14px solid var(--accent);
}
#fourzerofour-icon {
background-image: url(assets/icons/error-light.svg);
}
/* Set color for theme-dimmed description */
#desc.theme-dimmed {
color: var(--text-dimmed);
}
/* Set color for theme accent */
.theme-accent {
color: var(--accent);
}
/* Set color for button and its hover state */
button {
background-color: var(--accent);
}
button:hover {
background-color: var(--accent-hover);
}
/* Set color for social button and its hover state */
.social-btn {
background-color: white;
color: black;
}
.social-btn:hover {
background-color: var(--accent);
color: white;
}
/* Set icon for light theme */
.arrow-up-icon {
background-image: url(assets/icons/arrow-up-light.svg);
}
#arrow-down {
background-image: url(assets/icons/arrow-down-light.svg);
}
}
/* Define settings for dark theme */
@media (prefers-color-scheme: dark) {
/* Define colors for dark theme */
:root {
--text-normal: rgb(255, 255, 255);
--text-dimmed: rgba(255, 255, 255, 0.6);
--text-tip: rgba(255, 255, 255, 0.4);
--accent: rgb(230, 115, 159);
--accent-hover: rgb(184, 62, 108);
--background-main: rgb(18, 18, 18);
--background-icon: rgba(230, 115, 159, 0.15);
}
/* Set color for all elements */
* {
color: var(--text-normal);
}
/* Set background colors for non-social containers */
body {
background-color: var(--background-main);
}
/* Set color for p tag and tip block */
p {
color: var(--text-dimmed);
}
.tip {
color: var(--text-tip);
}
/* Define settings for avatar, 404 icon */
#avatar {
border: 14px solid var(--accent);
}
#fourzerofour-icon {
background-image: url(assets/icons/error-dark.svg);
}
/* Set color for theme-dimmed description */
#desc.theme-dimmed {
color: var(--text-dimmed);
}
/* Set color for theme accent */
.theme-accent {
color: var(--accent);
}
/* Set color for button and its hover state */
button {
background-color: var(--accent);
}
button:hover {
background-color: var(--accent-hover);
}
/* Set color for social button and its hover state */
.social-btn {
background-color: white;
color: black;
}
.social-btn:hover {
background-color: var(--accent);
color: white;
}
/* Set icon for dark theme */
.arrow-up-icon {
background-image: url(assets/icons/arrow-up-dark.svg);
}
#arrow-down {
background-image: url(assets/icons/arrow-down-dark.svg);
}
}
/* Rules for regular phones in portait mode */
@media (max-height: 850px) and (orientation: portrait) {
#mainCont-elements, #vkCont-elements, #tgCont-elements, #discordCont-elements,
#igCont-elements, #twitterCont-elements, #lastfmCont-elements, #githubCont-elements,
#codeStatsCont-elements, #spotifyCont-elements, #playlistCont-elements, #footerCont-elements {
width: fit-content;
}
h1 {
font-size: 28px;
}
p {
font-size: 20px !important;
}
p.tip {
font-size: 18px !important;
}
#fourzerofour-icon, .logo {
width: 128px;
height: 128px;
}
#avatar {
width: 196px;
height: 196px;
}
button {
padding: 18px 24px;
font-size: 20px;
font-weight: 400;
border-radius: 12px;
}
}
/* Rules for regular phones landscape */
@media (max-width: 1000px) and (orientation: landscape) {
#mainCont-elements, #vkCont-elements, #tgCont-elements, #discordCont-elements,
#igCont-elements, #twitterCont-elements, #lastfmCont-elements, #githubCont-elements,
#codeStatsCont-elements, #spotifyCont-elements, #playlistCont-elements, #footerCont-elements {
flex-direction: row;
width: fit-content;
}
#landscape-elements {
width: 55%;
}
h1 {
font-size: 28px;
}
p {
font-size: 20px !important;
}
p.tip {
font-size: 0 !important;
}
#fourzerofour-icon, .logo {
width: 144px;
height: 144px;
margin-right: 10%;
}
.icon {
width: 0;
height: 0;
}
#avatar {
width: 208px;
height: 208px;
}
button {
padding: 18px 24px;
font-size: 20px;
font-weight: 400;
border-radius: 12px;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');
/* Define theme independent colors for elements */
:root {
--vk-color: #2787F5;
--tg-color: #25A3E2;
--ig-color: #E1306C;
--twitter-color: #41ABE1;
--discord-color: #5865F2;
--lastfm-color: #D51007;
--github-color: #181616;
--codestats-color: #3E4053;
--spotify-color: #1ED760;
--playlist-color: #FF2E63;
--social-normal: rgba(255, 255, 255, 1);
--social-dimmed: rgba(255, 255, 255, 0.6);
--spotify-normal: rgba(0, 0, 0, 1);
--spotify-dimmed: rgba(0, 0, 0, 0.6);
}
/* Global settings for elements */
* {
font-family: "Ubuntu", sans-serif;
box-sizing: border-box;
text-decoration: none;
text-rendering: optimizeLegibility;
-webkit-touch-callout: none;
-webkit-user-select: none;
-o-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Make scrollbar and head elements invisible */
head, ::-webkit-scrollbar {
display: none;
}
/* Define default html and body settings */
html, body {
margin: 0;
padding: 0;
width: 100%;
height: 100%;
}
/* Define settings of hostCont */
#hostCont {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
width: 100%;
height: 100%;
}
/* Define settings for "Scroll down" tip container */
#scrollTip {
position: absolute;
bottom: 2%;
}
/* Define subcontainers settings */
#mainCont, #vkCont, #tgCont, #igCont, #twitterCont, #discordCont, #lastfmCont,
#githubCont, #codeStatsCont, #spotifyCont, #playlistCont, #footerCont {
display: flex;
box-sizing: border-box;
justify-content: center;
align-items: center;
text-align: center;
flex-direction: column;
height: 100%;
padding: 18px;
}
/* Define settings of elements containers */
#mainCont-elements, #vkCont-elements, #tgCont-elements, #igCont-elements, #twitterCont-elements, #discordCont-elements, #lastfmCont-elements,
#githubCont-elements, #codeStatsCont-elements, #spotifyCont-elements, #playlistCont-elements, #footerCont-elements {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
text-align: center;
width: 50%;
height: fit-content;
margin: auto;
}
/* Define special transitions for some containers */
#mainCont, #footerCont,
#mainCont-elements, #scrollTip {
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
/* Define default opacity of elements mainCont and scrollTip onload */
#mainCont-elements, #scrollTip {
opacity: 0;
}
/* Define colors for each special container */
#vkCont {
background-color: var(--vk-color);
}
#tgCont {
background-color: var(--tg-color);
}
#igCont {
background-color: var(--ig-color);
}
#twitterCont {
background-color: var(--twitter-color);
}
#discordCont {
background-color: var(--discord-color);
}
#lastfmCont {
background-color: var(--lastfm-color);
}
#githubCont {
background-color: var(--github-color);
}
#codeStatsCont {
background-color: var(--codestats-color);
}
#spotifyCont {
background-color: var(--spotify-color);
}
#playlistCont {
background: rgb(255,46,99);
background: linear-gradient(45deg, rgba(255,46,99,1) 0%, rgba(255,157,157,1) 100%);
}
/* Define settings for h1 tag */
h1 {
cursor: default;
margin-top: 32px;
margin-bottom: 12px;
font-size: 48px;
}
/* Define settings for h1 tag on 404 page */
#h1-404 {
margin-top: 8px;
}
/* Define settings for button tag */
button {
cursor: pointer;
margin: 0;
margin-top: 32px;
padding: 24px 38px;
font-size: 22px;
font-weight: 400;
color: white;
border: none;
border-radius: 16px;
outline: none;
-webkit-transition-duration: 0.4s;
-moz-transition-duration: 0.4s;
-o-transition-duration: 0.4s;
-ms-transition-duration: 0.4s;
transition-duration: 0.4s;
}
.discord-btn {
margin-bottom: 32px;
}
/* Define settings for p tag */
p {
margin: 0;
padding: 0;
}
/* Define settings for description text */
#desc {
font-size: 24px;
}
/* Define settings for tip text */
.tip {
font-size: 18px;
}
/* Define settings for h1, desc and span tag of social blocks */
#social-h1.dimmed, #desc.social-dimmed {
color: var(--social-dimmed);
}
span.social {
color: var(--social-normal);
}
/* Define settings for h1, desc and span tag of Spotify block */
#spotify-h1, #desc.spotify {
color: var(--spotify-dimmed);
}
span#spotify {
color: var(--spotify-normal);
}
/* Define settings for avatar */
#avatar {
display: inline-block;
margin: 0;
padding: 0;
width: 224px;
height: 224px;
background-image: url(https://avatars.githubusercontent.com/u/36604233?v=4.png);
background-size: 100%;
background-repeat: no-repeat;
border-radius: 100%;
}
/* Define settings of site's 404 icon */
#fourzerofour-icon {
display: inline-block;
width: 192px;
height: 192px;
background-size: cover;
}
/* Define settings for small icons */
.icon {
display: inline-block;
width: 36px;
height: 36px;
background-size: cover;
}
/* Define dimming for arrow icon */
#arrow-down {
filter: opacity(40%);
}
/* Define settings for logos */
.logo {
display: inline-block;
width: 192px;
height: 192px;
background-size: cover;
}
/* Define paths for logos */
.vk-logo {
background-image: url(assets/icons/social/vk-logo.svg);
}
.tg-logo {
background-image: url(assets/icons/social/tg-logo.svg);
}
.ig-logo {
background-image: url(assets/icons/social/ig-logo.svg);
}
.twitter-logo {
background-image: url(assets/icons/social/twitter-logo.svg);
}
.discord-logo {
background-image: url(assets/icons/social/ds-logo.svg);
}
.lastfm-logo {
background-image: url(assets/icons/social/lastfm-logo.svg);
}
.gh-logo {
background-image: url(assets/icons/social/gh-logo.svg);
}
.cs-logo {
background-image: url(assets/icons/social/cs-logo.svg);
}
.spotify-logo {
background-image: url(assets/icons/social/spotify-logo.svg);
}
.playlist-icon {
background-image: url(assets/icons/playlist-icon.svg);
}
/* Define settings for light theme */
@media (prefers-color-scheme: light) {
/* Define colors for light theme */
:root {
--text-normal: rgb(0, 0, 0);
--text-dimmed: rgba(0, 0, 0, 0.5);
--text-tip: rgba(0, 0, 0, 0.4);
--accent: rgb(179, 30, 87);
--accent-hover: rgb(240, 42, 118);
--background-main: rgb(255, 255, 255);
--background-icon: rgba(179, 30, 87, 0.15);
}
/* Set color for all elements */
* {
color: var(--text-normal);
}
/* Set background colors for non-social containers */
body {
background-color: var(--background-main);
}
/* Set color for p tag and tip block */
p {
color: var(--text-dimmed);
}
.tip {
color: var(--text-tip);
}
/* Define settings for avatar, 404 icon */
#avatar {
border: 14px solid var(--accent);
}
#fourzerofour-icon {
background-image: url(assets/icons/error-light.svg);
}
/* Set color for theme-dimmed description */
#desc.theme-dimmed {
color: var(--text-dimmed);
}
/* Set color for theme accent */
.theme-accent {
color: var(--accent);
}
/* Set color for button and its hover state */
button {
background-color: var(--accent);
}
button:hover {
background-color: var(--accent-hover);
}
/* Set color for social button and its hover state */
.social-btn {
background-color: white;
color: black;
}
.social-btn:hover {
background-color: var(--accent);
color: white;
}
/* Set icon for light theme */
.arrow-up-icon {
background-image: url(assets/icons/arrow-up-light.svg);
}
#arrow-down {
background-image: url(assets/icons/arrow-down-light.svg);
}
}
/* Define settings for dark theme */
@media (prefers-color-scheme: dark) {
/* Define colors for dark theme */
:root {
--text-normal: rgb(255, 255, 255);
--text-dimmed: rgba(255, 255, 255, 0.6);
--text-tip: rgba(255, 255, 255, 0.4);
--accent: rgb(230, 115, 159);
--accent-hover: rgb(184, 62, 108);
--background-main: rgb(18, 18, 18);
--background-icon: rgba(230, 115, 159, 0.15);
}
/* Set color for all elements */
* {
color: var(--text-normal);
}
/* Set background colors for non-social containers */
body {
background-color: var(--background-main);
}
/* Set color for p tag and tip block */
p {
color: var(--text-dimmed);
}
.tip {
color: var(--text-tip);
}
/* Define settings for avatar, 404 icon */
#avatar {
border: 14px solid var(--accent);
}
#fourzerofour-icon {
background-image: url(assets/icons/error-dark.svg);
}
/* Set color for theme-dimmed description */
#desc.theme-dimmed {
color: var(--text-dimmed);
}
/* Set color for theme accent */
.theme-accent {
color: var(--accent);
}
/* Set color for button and its hover state */
button {
background-color: var(--accent);
}
button:hover {
background-color: var(--accent-hover);
}
/* Set color for social button and its hover state */
.social-btn {
background-color: white;
color: black;
}
.social-btn:hover {
background-color: var(--accent);
color: white;
}
/* Set icon for dark theme */
.arrow-up-icon {
background-image: url(assets/icons/arrow-up-dark.svg);
}
#arrow-down {
background-image: url(assets/icons/arrow-down-dark.svg);
}
}
/* Rules for regular phones in portait mode */
@media (max-height: 850px) and (orientation: portrait) {
#mainCont-elements, #vkCont-elements, #tgCont-elements, #discordCont-elements,
#igCont-elements, #twitterCont-elements, #lastfmCont-elements, #githubCont-elements,
#codeStatsCont-elements, #spotifyCont-elements, #playlistCont-elements, #footerCont-elements {
width: fit-content;
}
h1 {
font-size: 28px;
}
p {
font-size: 20px !important;
}
p.tip {
font-size: 18px !important;
}
#fourzerofour-icon, .logo {
width: 128px;
height: 128px;
}
#avatar {
width: 196px;
height: 196px;
}
button {
padding: 18px 24px;
font-size: 20px;
font-weight: 400;
border-radius: 12px;
}
}
/* Rules for regular phones landscape */
@media (max-width: 1000px) and (orientation: landscape) {
#mainCont-elements, #vkCont-elements, #tgCont-elements, #discordCont-elements,
#igCont-elements, #twitterCont-elements, #lastfmCont-elements, #githubCont-elements,
#codeStatsCont-elements, #spotifyCont-elements, #playlistCont-elements, #footerCont-elements {
flex-direction: row;
width: fit-content;
}
#landscape-elements {
width: 55%;
}
h1 {
font-size: 28px;
}
p {
font-size: 20px !important;
}
p.tip {
font-size: 0 !important;
}
#fourzerofour-icon, .logo {
width: 144px;
height: 144px;
margin-right: 10%;
}
.icon {
width: 0;
height: 0;
}
#avatar {
width: 208px;
height: 208px;
}
button {
padding: 18px 24px;
font-size: 20px;
font-weight: 400;
border-radius: 12px;
}
} | 0.306423 | 0.061819 |
table.pvtTable {
/*font-family:arial;*/
font-size: 8pt;
text-align: left;
border-collapse: collapse;
width:100%;
}
table.pvtTable tr th, table.pvtTable tr th {
background-color: #fafafa;
border: 1px solid #CDCDCD;
font-size: 8pt;
padding: 5px;
}
table.pvtTable .pvtColLabel {text-align: center;}
table.pvtTable .pvtTotalLabel {text-align: right;}
table.pvtTable tr td {
color: #3D3D3D;
padding: 5px;
background-color: #FFF;
border: 1px solid #ddd;
vertical-align: top;
text-align: right;
}
.pvtTotal, .pvtGrandTotal { font-weight: bold; }
.pvtVals { text-align: center;}
.pvtAggregator { /*margin-bottom: 5px ;*/ }
.pvtAttrDropdown {
margin-top:5px;
}
.pvtAxisContainer, .pvtVals {
/*border: 1px solid gray;
background: #F0F0F0;*/
padding: 5px;
min-width: 20px;
min-height: 20px;
}
.pvtAxisContainer {
border:1px solid #ddd;
}
/*.pvtAxisContainer.pvtCols li span.pvtAttr, .pvtAxisContainer.pvtRows li span.pvtAttr {
background-color: #ffffff;
}*/
.pvtAxisContainer li {
list-style-type: none;
cursor:move;
display:block;
float:left;
}
.pvtAxisContainer.pvtRows li {
float:none;
margin-bottom:5px;
}
.pvtAxisContainer li.pvtPlaceholder {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px dashed #aaa;
padding: 5px 5px;
height:34px;
min-width:100px;
margin-right:5px;
content:" ";
}
.pvtAxisContainer li span.pvtAttr {
background-color: #F0F0F0;
border: 1px solid #ddd;
padding: 5px 5px;
white-space:nowrap;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
height: 34px;
vertical-align:middle;
margin-right:5px;
margin-bottom:5px;
}
.pvtTriangle {
cursor:pointer;
color: grey;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid;
display: inline-block;
height: 0;
margin-left: 2px;
vertical-align: middle;
overflow:hidden;
width: 0;
}
.pvtHorizList li { display: inline-block; }
.pvtVertList { vertical-align: top; }
.pvtFilteredAttribute { font-style: italic }
.pvtFilterBox{
z-index: 100;
width: 280px;
border: 1px solid #ddd;
background-color: #fff;
position: absolute;
padding: 0 10px;
text-align: center;
border-radius: 4px
}
.pvtFilterBox button {
border-radius: 3px;
padding: 5px 10px;
border: 1px solid #fff;
border-color: #ccc;
color: #333;
margin:5px;
}
.pvtFilterBox button:hover {
background-color: #ebebeb;
border-color: #adadad;
color: #333;
}
.pvtFilterBox h4{ margin:5px 0 0 0; }
.pvtFilterBox>p {
margin:0px;
}
.pvtFilterBox input.pvtSearch {
width: 100%;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
margin-bottom:5px;
line-height: 1.5;
}
.pvtFilterBox input.pvtSearch:focus {
outline: 0 none;
border-color: #66afe9;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
display: block;
}
.pvtCheckContainer{
text-align: left;
overflow: auto;
width: 100%;
max-height: 200px;
padding-top:5px;
padding-bottom:5px;
border-top:1px solid #f0f0f0;
border-bottom:1px solid #f0f0f0;
}
.pvtCheckContainer label span {
margin-left:5px;
font-weight:normal;
}
.pvtCheckContainer p{ margin: 0px; }
.pvtValDrillDown .pvtVal:hover, .pvtValDrillDown .pvtTotal:hover {
cursor:pointer;
background-color:#F0F0F0;
}
.pvtValDrillDown .pvtVal[data-value="null"]:hover, .pvtValDrillDown .pvtTotal[data-value="null"]:hover {
cursor:default;
background-color:inherit;
}
.pvtColLabel.pvtSortable, .pvtRowLabel.pvtSortable, .pvtTotalColSortable, .pvtTotalRowSortable, .pvtAxisLabel.pvtSortableCol, .pvtAxisLabel.pvtSortableRow {
cursor:pointer;
}
.pvtColLabel.pvtSortable.pvtSortDesc::after, .pvtTotalRowSortable.pvtSortDesc::after {
content:" ↓";
}
.pvtColLabel.pvtSortable.pvtSortAsc::after, .pvtTotalRowSortable.pvtSortAsc::after {
content:" ↑";
}
.pvtRowLabel.pvtSortable.pvtSortDesc::after, .pvtTotalColSortable.pvtSortDesc::after {
content:" →";
}
.pvtRowLabel.pvtSortable.pvtSortAsc::after, .pvtTotalColSortable.pvtSortAsc::after {
content:" ←";
}
.pvtAxisLabel.pvtSortableCol.pvtSortDesc::after {
content:" →";
}
.pvtAxisLabel.pvtSortableCol.pvtSortAsc::after {
content:" ←";
}
.pvtAxisLabel.pvtSortableRow.pvtSortDesc::after {
content:" ↓";
}
.pvtAxisLabel.pvtSortableRow.pvtSortAsc::after {
content:" ↑";
}
.pvtUnused {
max-width: 200px;
}
input.pvtFilter {
display: inline;
} | app/assets/stylesheets/rails_pivot_table_js/pivot.css | table.pvtTable {
/*font-family:arial;*/
font-size: 8pt;
text-align: left;
border-collapse: collapse;
width:100%;
}
table.pvtTable tr th, table.pvtTable tr th {
background-color: #fafafa;
border: 1px solid #CDCDCD;
font-size: 8pt;
padding: 5px;
}
table.pvtTable .pvtColLabel {text-align: center;}
table.pvtTable .pvtTotalLabel {text-align: right;}
table.pvtTable tr td {
color: #3D3D3D;
padding: 5px;
background-color: #FFF;
border: 1px solid #ddd;
vertical-align: top;
text-align: right;
}
.pvtTotal, .pvtGrandTotal { font-weight: bold; }
.pvtVals { text-align: center;}
.pvtAggregator { /*margin-bottom: 5px ;*/ }
.pvtAttrDropdown {
margin-top:5px;
}
.pvtAxisContainer, .pvtVals {
/*border: 1px solid gray;
background: #F0F0F0;*/
padding: 5px;
min-width: 20px;
min-height: 20px;
}
.pvtAxisContainer {
border:1px solid #ddd;
}
/*.pvtAxisContainer.pvtCols li span.pvtAttr, .pvtAxisContainer.pvtRows li span.pvtAttr {
background-color: #ffffff;
}*/
.pvtAxisContainer li {
list-style-type: none;
cursor:move;
display:block;
float:left;
}
.pvtAxisContainer.pvtRows li {
float:none;
margin-bottom:5px;
}
.pvtAxisContainer li.pvtPlaceholder {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px dashed #aaa;
padding: 5px 5px;
height:34px;
min-width:100px;
margin-right:5px;
content:" ";
}
.pvtAxisContainer li span.pvtAttr {
background-color: #F0F0F0;
border: 1px solid #ddd;
padding: 5px 5px;
white-space:nowrap;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
height: 34px;
vertical-align:middle;
margin-right:5px;
margin-bottom:5px;
}
.pvtTriangle {
cursor:pointer;
color: grey;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid;
display: inline-block;
height: 0;
margin-left: 2px;
vertical-align: middle;
overflow:hidden;
width: 0;
}
.pvtHorizList li { display: inline-block; }
.pvtVertList { vertical-align: top; }
.pvtFilteredAttribute { font-style: italic }
.pvtFilterBox{
z-index: 100;
width: 280px;
border: 1px solid #ddd;
background-color: #fff;
position: absolute;
padding: 0 10px;
text-align: center;
border-radius: 4px
}
.pvtFilterBox button {
border-radius: 3px;
padding: 5px 10px;
border: 1px solid #fff;
border-color: #ccc;
color: #333;
margin:5px;
}
.pvtFilterBox button:hover {
background-color: #ebebeb;
border-color: #adadad;
color: #333;
}
.pvtFilterBox h4{ margin:5px 0 0 0; }
.pvtFilterBox>p {
margin:0px;
}
.pvtFilterBox input.pvtSearch {
width: 100%;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
color: #555;
margin-bottom:5px;
line-height: 1.5;
}
.pvtFilterBox input.pvtSearch:focus {
outline: 0 none;
border-color: #66afe9;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
display: block;
}
.pvtCheckContainer{
text-align: left;
overflow: auto;
width: 100%;
max-height: 200px;
padding-top:5px;
padding-bottom:5px;
border-top:1px solid #f0f0f0;
border-bottom:1px solid #f0f0f0;
}
.pvtCheckContainer label span {
margin-left:5px;
font-weight:normal;
}
.pvtCheckContainer p{ margin: 0px; }
.pvtValDrillDown .pvtVal:hover, .pvtValDrillDown .pvtTotal:hover {
cursor:pointer;
background-color:#F0F0F0;
}
.pvtValDrillDown .pvtVal[data-value="null"]:hover, .pvtValDrillDown .pvtTotal[data-value="null"]:hover {
cursor:default;
background-color:inherit;
}
.pvtColLabel.pvtSortable, .pvtRowLabel.pvtSortable, .pvtTotalColSortable, .pvtTotalRowSortable, .pvtAxisLabel.pvtSortableCol, .pvtAxisLabel.pvtSortableRow {
cursor:pointer;
}
.pvtColLabel.pvtSortable.pvtSortDesc::after, .pvtTotalRowSortable.pvtSortDesc::after {
content:" ↓";
}
.pvtColLabel.pvtSortable.pvtSortAsc::after, .pvtTotalRowSortable.pvtSortAsc::after {
content:" ↑";
}
.pvtRowLabel.pvtSortable.pvtSortDesc::after, .pvtTotalColSortable.pvtSortDesc::after {
content:" →";
}
.pvtRowLabel.pvtSortable.pvtSortAsc::after, .pvtTotalColSortable.pvtSortAsc::after {
content:" ←";
}
.pvtAxisLabel.pvtSortableCol.pvtSortDesc::after {
content:" →";
}
.pvtAxisLabel.pvtSortableCol.pvtSortAsc::after {
content:" ←";
}
.pvtAxisLabel.pvtSortableRow.pvtSortDesc::after {
content:" ↓";
}
.pvtAxisLabel.pvtSortableRow.pvtSortAsc::after {
content:" ↑";
}
.pvtUnused {
max-width: 200px;
}
input.pvtFilter {
display: inline;
} | 0.239172 | 0.134548 |
body {
margin: 0;
padding: 0;
}
#siteCanvas {
position: fixed;
top:0;
height:100vh;
width:100vw;
background: url("../assets/background-2.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: scroll;
}
#pageSlab {
position: relative;
z-index: 100;
width:70vw;
left:15vw;
border-radius: 20px 20px 0 0;
background: white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#pageTitle {
position: relative;
width: 62%;
left:19%;
padding: 8vh 0;
}
#pageSlab p {
margin: 0;
padding: 5% 10% 5% 10%;
font-size: 2vw;
font-family: 'EB Garamond', serif;
}
#pageSlab ul {
margin: 0;
padding: 0% 15% 5% 15%;
font-size: 2vw;
font-family: 'EB Garamond', serif;
}
#pageSlab ol {
margin: 0;
padding: 0% 15% 5% 15%;
font-size: 2vw;
font-family: 'EB Garamond', serif;
}
.guidelines {
position: relative;
width:75%;
left:12.5%;
}
.additionalParagraph {
padding-top: 0 !important;
}
.headerBadges {
position: relative;
display: block;
height: 5vh;
left:-3%;
}
.subHeaderBadges {
position: absolute;
display:inline-block;
height: 5vh;
right:-3%;
}
.subSpacer {
position: relative;
height: 5vh;
}
#optionMenu img {
position: relative;
left:25%;
width:50%;
}
#optionMenu img:hover {
filter:hue-rotate(90deg);
}
.storyImage {
position: relative;
width:60%;
left:20%;
}
#references p {
padding:2% 10%;
}
#references h3 {
text-align: center;
}
.citation {
position: relative;
color:darkgoldenrod;
}
.citation .tooltipCite {
visibility: hidden;
top:100%;
width: 30vw;
font-size: 1.5vw;
background-color: black;
color: #fff;
text-align: center;
padding: 5px;
border-radius: 6px;
/* Position the tooltip text - see examples below! */
position: absolute;
transform: translateX(-50%);
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.citation:hover .tooltipCite {
visibility: visible;
}
.spacer {
position: relative;
display: inline-block;
width: 100%;
height:7vh;
margin: 0;
padding:0;
}
#pageTail {
position: relative;
z-index: 100;
width: 73.2vw;
height: auto;
left: 13.4vw;
transform: translateY(-5%);
}
#accentSlab {
position: absolute;
z-index: 99;
width:68vw;
height:auto;
left:16vw;
}
#menuButton {
position: fixed;
z-index: 101;
right:0;
top:7vh;
width: 10vw;
}
#menuButton:hover {
filter:hue-rotate(90deg);
}
#attribution {
text-align: center;
color:lightslategrey;
} | eduframeworks/css/design.css | body {
margin: 0;
padding: 0;
}
#siteCanvas {
position: fixed;
top:0;
height:100vh;
width:100vw;
background: url("../assets/background-2.png") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow: scroll;
}
#pageSlab {
position: relative;
z-index: 100;
width:70vw;
left:15vw;
border-radius: 20px 20px 0 0;
background: white;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#pageTitle {
position: relative;
width: 62%;
left:19%;
padding: 8vh 0;
}
#pageSlab p {
margin: 0;
padding: 5% 10% 5% 10%;
font-size: 2vw;
font-family: 'EB Garamond', serif;
}
#pageSlab ul {
margin: 0;
padding: 0% 15% 5% 15%;
font-size: 2vw;
font-family: 'EB Garamond', serif;
}
#pageSlab ol {
margin: 0;
padding: 0% 15% 5% 15%;
font-size: 2vw;
font-family: 'EB Garamond', serif;
}
.guidelines {
position: relative;
width:75%;
left:12.5%;
}
.additionalParagraph {
padding-top: 0 !important;
}
.headerBadges {
position: relative;
display: block;
height: 5vh;
left:-3%;
}
.subHeaderBadges {
position: absolute;
display:inline-block;
height: 5vh;
right:-3%;
}
.subSpacer {
position: relative;
height: 5vh;
}
#optionMenu img {
position: relative;
left:25%;
width:50%;
}
#optionMenu img:hover {
filter:hue-rotate(90deg);
}
.storyImage {
position: relative;
width:60%;
left:20%;
}
#references p {
padding:2% 10%;
}
#references h3 {
text-align: center;
}
.citation {
position: relative;
color:darkgoldenrod;
}
.citation .tooltipCite {
visibility: hidden;
top:100%;
width: 30vw;
font-size: 1.5vw;
background-color: black;
color: #fff;
text-align: center;
padding: 5px;
border-radius: 6px;
/* Position the tooltip text - see examples below! */
position: absolute;
transform: translateX(-50%);
z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.citation:hover .tooltipCite {
visibility: visible;
}
.spacer {
position: relative;
display: inline-block;
width: 100%;
height:7vh;
margin: 0;
padding:0;
}
#pageTail {
position: relative;
z-index: 100;
width: 73.2vw;
height: auto;
left: 13.4vw;
transform: translateY(-5%);
}
#accentSlab {
position: absolute;
z-index: 99;
width:68vw;
height:auto;
left:16vw;
}
#menuButton {
position: fixed;
z-index: 101;
right:0;
top:7vh;
width: 10vw;
}
#menuButton:hover {
filter:hue-rotate(90deg);
}
#attribution {
text-align: center;
color:lightslategrey;
} | 0.442155 | 0.087994 |
body {
font-family: 'Roboto', sans-serif;
padding-bottom: 0;
margin-bottom: 0;
max-width: 100vw;
overflow-x: hidden;
background: #EEE;
}
h2 {
font-size: 2.7em;
font-weight: 900;
margin: 0.5em auto 0.3em auto;
padding-top: 1em;
}
a {
color: #ab1133;
}
a:hover {
color: #ab1133;
text-decoration: none;
}
.icon-link-hidden-text {
display: none;
}
/* Header */
header {
background-color: white;
border-bottom: 1px solid #DDD;
padding: 0.5em 0 0.1em 0;
overflow-y: hidden;
height: 3.2em;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
header a,
header a:hover {
text-decoration: none;
}
h1 {
font-size: 1em;
height: 2.38em;
display: inline-block;
vertical-align: top;
}
h1 a img {
height: 1.6em;
margin-top: 0.34em;
display: inline-block;
}
#header-links {
text-align: right;
width: 40%;
vertical-align: top;
}
#header-links a {
margin-left: 0;
font-size: 1.5em;
color: #404040;
padding: 0.4em 0.4em 0.3em 0.8em;
}
#header-links a:hover {
color: #ab1133;
}
/* Main */
main {
background: white;
margin-top: 3em;
min-height: 70vh;
padding-bottom: 5em;
}
/* Banner */
#banner {
min-height: 40em;
}
/* Calendar - Year */
.calendar-year {
font-size: 2.5em;
font-weight: bold;
margin-top: 1.3em;
color: #ab1133;
background: #EEE;
text-align: center;
}
/* Calendar - Months */
.calendar-months-month {
display: inline-block;
vertical-align: top;
color: black;
font-size: 1.2em;
margin: 1em 0.5em;
min-width: 10em;
border-radius: 0.7rem;
}
.calendar-months-month:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 20px 40px 0 rgba(0, 0, 0, 0.19);
}
.calendar-months-month-head {
background: white;
width: 100%;
padding: 0.5em;
border-radius: 0.5rem 0.5rem 0 0;
border: 1px solid #AAA;
border-bottom: none;
text-align: left;
overflow: hidden;
}
.calendar-months-month-head-title {
display: inline-block;
text-align: center;
width: 100%;
font-weight: bold;
color: #ab1133;
}
.calendar-months-month-question {
color: white;
min-height: 19rem;
line-height: 1.5em;
display: block;
border-radius: 0 0 0.5rem 0.5rem;
background: #0e335d;
padding: 1.5rem;
font-size: 1.1em;
font-weight: bold;
}
.calendar-months-month-question:hover {
background: #204979;
}
.calendar-months-month-question:hover {
color: white;
text-decoration: none;
}
/* Question - Detail */
#question-detail {
background: #0e335d;
padding: 0.5em 0 3em 0;
margin-bottom: 4em;
color: #EEE;
}
#question-detail h2 {
text-align: center;
}
#question-detail-content-text {
font-size: 1.5em;
font-weight: bold;
color: #EEE;
text-align: center;
margin: 2.5em auto;
}
#question-detail-content-image {
text-align: center;
}
#question-detail-content-image img {
display: inline-block;
margin: 2em auto 1em auto;
max-width: 80%;
border: 1px solid #AAA;
}
/* Answer - Create */
#answer-create-form label {
display: none;
}
#answer-create-form .helptext {
color: #757575;
}
#answer-create-form select#id_question {
display: none;
}
#id_answer_text,
#id_name {
resize: none;
display: block;
width: 50em;
max-width: 100%;
margin: 3em auto 0 auto;
border: 2px solid #BBB;
border-radius: 0.2em;
padding: 1em;
font-size: 1.2em;
}
#id_name {
padding: 0.5em;
margin: 1em auto 1em auto;
}
#answer-create-submit {
padding: 1em;
display: block;
width: 50em;
max-width: 100%;
font-size: 1.2em;
border-radius: 0.6em;
margin: 2em auto 1em auto;
font-weight: bold;
text-transform: uppercase;
background: #ab1133;
border: none;
}
#answer-create-submit:hover {
opacity: 0.9;
}
#answer-create-counter {
width: 64em;
max-width: 90%;
margin: 0.2em auto 2em;
font-size: 0.9em;
text-align: right;
color: #707070;
}
/* Answer - List */
.answer-list-item {
border: 1px solid #CCC;
background: #F2F2F2;
padding: 1.5em;
margin: 3em auto;
border-radius: 0.8em;
}
.answer-list-item-text {
font-size: 1.1em;
}
.answer-list-item-created {
font-size: 0.8em;
text-align: right;
opacity: 0.8;
}
.answer-list-item-name {
margin-top: 2em;
font-size: 0.95em;
color: #ab1133
}
#answer-list-empty {
text-align: center;
margin: 2em auto;
}
#answer-list-empty a {
font-weight: bold;
}
/* Footer */
footer {
border-top: 1px solid #BBB;
padding: 2em 0 5em 0;
text-align: center;
color: #202020;
font-size: 0.95em;
}
footer a {
color: #ab1133;
font-weight: bold;
}
footer a:hover {
color: #ab1133;
opacity: 0.75;
text-decoration: none;
}
#footer-content-logos {
margin: 1em auto;
}
#footer-content-logos img {
width: 25em;
max-width: 100%;
margin: 0;
display: inline-block;
}
#footer-content-text {
margin-top: 2em;
} | django/core/static/css/custom.css |
body {
font-family: 'Roboto', sans-serif;
padding-bottom: 0;
margin-bottom: 0;
max-width: 100vw;
overflow-x: hidden;
background: #EEE;
}
h2 {
font-size: 2.7em;
font-weight: 900;
margin: 0.5em auto 0.3em auto;
padding-top: 1em;
}
a {
color: #ab1133;
}
a:hover {
color: #ab1133;
text-decoration: none;
}
.icon-link-hidden-text {
display: none;
}
/* Header */
header {
background-color: white;
border-bottom: 1px solid #DDD;
padding: 0.5em 0 0.1em 0;
overflow-y: hidden;
height: 3.2em;
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
}
header a,
header a:hover {
text-decoration: none;
}
h1 {
font-size: 1em;
height: 2.38em;
display: inline-block;
vertical-align: top;
}
h1 a img {
height: 1.6em;
margin-top: 0.34em;
display: inline-block;
}
#header-links {
text-align: right;
width: 40%;
vertical-align: top;
}
#header-links a {
margin-left: 0;
font-size: 1.5em;
color: #404040;
padding: 0.4em 0.4em 0.3em 0.8em;
}
#header-links a:hover {
color: #ab1133;
}
/* Main */
main {
background: white;
margin-top: 3em;
min-height: 70vh;
padding-bottom: 5em;
}
/* Banner */
#banner {
min-height: 40em;
}
/* Calendar - Year */
.calendar-year {
font-size: 2.5em;
font-weight: bold;
margin-top: 1.3em;
color: #ab1133;
background: #EEE;
text-align: center;
}
/* Calendar - Months */
.calendar-months-month {
display: inline-block;
vertical-align: top;
color: black;
font-size: 1.2em;
margin: 1em 0.5em;
min-width: 10em;
border-radius: 0.7rem;
}
.calendar-months-month:hover {
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 20px 40px 0 rgba(0, 0, 0, 0.19);
}
.calendar-months-month-head {
background: white;
width: 100%;
padding: 0.5em;
border-radius: 0.5rem 0.5rem 0 0;
border: 1px solid #AAA;
border-bottom: none;
text-align: left;
overflow: hidden;
}
.calendar-months-month-head-title {
display: inline-block;
text-align: center;
width: 100%;
font-weight: bold;
color: #ab1133;
}
.calendar-months-month-question {
color: white;
min-height: 19rem;
line-height: 1.5em;
display: block;
border-radius: 0 0 0.5rem 0.5rem;
background: #0e335d;
padding: 1.5rem;
font-size: 1.1em;
font-weight: bold;
}
.calendar-months-month-question:hover {
background: #204979;
}
.calendar-months-month-question:hover {
color: white;
text-decoration: none;
}
/* Question - Detail */
#question-detail {
background: #0e335d;
padding: 0.5em 0 3em 0;
margin-bottom: 4em;
color: #EEE;
}
#question-detail h2 {
text-align: center;
}
#question-detail-content-text {
font-size: 1.5em;
font-weight: bold;
color: #EEE;
text-align: center;
margin: 2.5em auto;
}
#question-detail-content-image {
text-align: center;
}
#question-detail-content-image img {
display: inline-block;
margin: 2em auto 1em auto;
max-width: 80%;
border: 1px solid #AAA;
}
/* Answer - Create */
#answer-create-form label {
display: none;
}
#answer-create-form .helptext {
color: #757575;
}
#answer-create-form select#id_question {
display: none;
}
#id_answer_text,
#id_name {
resize: none;
display: block;
width: 50em;
max-width: 100%;
margin: 3em auto 0 auto;
border: 2px solid #BBB;
border-radius: 0.2em;
padding: 1em;
font-size: 1.2em;
}
#id_name {
padding: 0.5em;
margin: 1em auto 1em auto;
}
#answer-create-submit {
padding: 1em;
display: block;
width: 50em;
max-width: 100%;
font-size: 1.2em;
border-radius: 0.6em;
margin: 2em auto 1em auto;
font-weight: bold;
text-transform: uppercase;
background: #ab1133;
border: none;
}
#answer-create-submit:hover {
opacity: 0.9;
}
#answer-create-counter {
width: 64em;
max-width: 90%;
margin: 0.2em auto 2em;
font-size: 0.9em;
text-align: right;
color: #707070;
}
/* Answer - List */
.answer-list-item {
border: 1px solid #CCC;
background: #F2F2F2;
padding: 1.5em;
margin: 3em auto;
border-radius: 0.8em;
}
.answer-list-item-text {
font-size: 1.1em;
}
.answer-list-item-created {
font-size: 0.8em;
text-align: right;
opacity: 0.8;
}
.answer-list-item-name {
margin-top: 2em;
font-size: 0.95em;
color: #ab1133
}
#answer-list-empty {
text-align: center;
margin: 2em auto;
}
#answer-list-empty a {
font-weight: bold;
}
/* Footer */
footer {
border-top: 1px solid #BBB;
padding: 2em 0 5em 0;
text-align: center;
color: #202020;
font-size: 0.95em;
}
footer a {
color: #ab1133;
font-weight: bold;
}
footer a:hover {
color: #ab1133;
opacity: 0.75;
text-decoration: none;
}
#footer-content-logos {
margin: 1em auto;
}
#footer-content-logos img {
width: 25em;
max-width: 100%;
margin: 0;
display: inline-block;
}
#footer-content-text {
margin-top: 2em;
} | 0.422266 | 0.119948 |
@media (min-width: 1281px) and (max-width: 1310px) {
.dashboard-items {
padding-left: 10pt;
}
.dashboard-next-exam{
width: 153px;
height: 50px;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
.dashboard-container .dashboard-items .dashboard-next-exam .main-button {
font-size: medium;
}
.dashboard-container .dashboard-items .dashboard-next-exam div h1{
background: tomato;
font-size: 30px;
margin-top: 20px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
}
@media (min-width: 521px) and (max-width: 767px) {
}
@media (max-device-width: 520px){
}.main-button {
background-color: #49006b;
color: white;
padding: 7px 20px;
font-weight: 500;
border-radius: 10px;
border: none;
width: 140px;
height: 50px;
font-size: 18px;
}
.main-button:focus {
border: none;
outline: none;
}
.active {
background-color: #49006b;
color: white;
padding: 8px 40px;
font-weight: 600;
border-radius: 10px;
border: none;
}
.active:focus {
border: none;
outline: none;
}
.without-active {
background-color: rgb(235, 230, 230);
color: #49006b;
padding: 5px 40px;
font-weight: 600;
border-radius: 10px;
border: none;
}
.without-active:focus {
border: none;
outline: none;
}
.font-color {
color: #49006b;
}
.signIn {
color: #49006b;
font-size: 55px;
font-weight: bold;
margin-top: -2vh;
}
.inputBox {
border-radius: 10px;
margin-top: -8px;
width: 400px;
margin-bottom: 20px;
}
.forgotPass{
margin-top: 20px;
}
.formClass {
margin-top: -25px;
}
@media (min-width: 1281px) and (max-width: 1600px) {
.forgotPass{
margin-top: 20px;
}
.inputBox {
margin-top: -8px;
width: 400px;
margin-bottom: 7px;
}
.main-button {
margin-top: 15px;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
.inputBox{
margin-right: 15vw;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.signinDiv{
margin: auto;
width: 50%;
}
}
@media (min-width: 521px) and (max-width: 767px) {
.signinDiv{
margin-left: 40vw;
margin: auto;
width: 50%;
margin-top: 50px;
margin-left: 20px;
}
.inputBox{
width: 80vw;
margin-bottom: 7px;
}
.main-button {
margin-top: 15px;
}
.forgotPass{
margin-top: 15px;
}
}
@media (max-device-width: 520px){
.inputBox {
margin-top: -8px;
width: 80vw;
margin-bottom: 7px;
}
.main-button {
margin-top: 15px;
}
.forgotPass{
margin-top: 20px;
}
.signIn {
margin-left: -20pt;
width: 100vw;
color: #49006b;
text-align: center;
margin-top: -3vh;
}
.font-color {
margin-bottom: 3pt;
}
.active {
justify-content: space-around;
}
} | src/components/SignIn/SignIn.css | @media (min-width: 1281px) and (max-width: 1310px) {
.dashboard-items {
padding-left: 10pt;
}
.dashboard-next-exam{
width: 153px;
height: 50px;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
.dashboard-container .dashboard-items .dashboard-next-exam .main-button {
font-size: medium;
}
.dashboard-container .dashboard-items .dashboard-next-exam div h1{
background: tomato;
font-size: 30px;
margin-top: 20px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
}
@media (min-width: 521px) and (max-width: 767px) {
}
@media (max-device-width: 520px){
}.main-button {
background-color: #49006b;
color: white;
padding: 7px 20px;
font-weight: 500;
border-radius: 10px;
border: none;
width: 140px;
height: 50px;
font-size: 18px;
}
.main-button:focus {
border: none;
outline: none;
}
.active {
background-color: #49006b;
color: white;
padding: 8px 40px;
font-weight: 600;
border-radius: 10px;
border: none;
}
.active:focus {
border: none;
outline: none;
}
.without-active {
background-color: rgb(235, 230, 230);
color: #49006b;
padding: 5px 40px;
font-weight: 600;
border-radius: 10px;
border: none;
}
.without-active:focus {
border: none;
outline: none;
}
.font-color {
color: #49006b;
}
.signIn {
color: #49006b;
font-size: 55px;
font-weight: bold;
margin-top: -2vh;
}
.inputBox {
border-radius: 10px;
margin-top: -8px;
width: 400px;
margin-bottom: 20px;
}
.forgotPass{
margin-top: 20px;
}
.formClass {
margin-top: -25px;
}
@media (min-width: 1281px) and (max-width: 1600px) {
.forgotPass{
margin-top: 20px;
}
.inputBox {
margin-top: -8px;
width: 400px;
margin-bottom: 7px;
}
.main-button {
margin-top: 15px;
}
}
@media (min-width: 1025px) and (max-width: 1280px) {
.inputBox{
margin-right: 15vw;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.signinDiv{
margin: auto;
width: 50%;
}
}
@media (min-width: 521px) and (max-width: 767px) {
.signinDiv{
margin-left: 40vw;
margin: auto;
width: 50%;
margin-top: 50px;
margin-left: 20px;
}
.inputBox{
width: 80vw;
margin-bottom: 7px;
}
.main-button {
margin-top: 15px;
}
.forgotPass{
margin-top: 15px;
}
}
@media (max-device-width: 520px){
.inputBox {
margin-top: -8px;
width: 80vw;
margin-bottom: 7px;
}
.main-button {
margin-top: 15px;
}
.forgotPass{
margin-top: 20px;
}
.signIn {
margin-left: -20pt;
width: 100vw;
color: #49006b;
text-align: center;
margin-top: -3vh;
}
.font-color {
margin-bottom: 3pt;
}
.active {
justify-content: space-around;
}
} | 0.20462 | 0.091585 |