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 |
|---|---|---|---|---|
fixed-layout 固定头部和边栏布局
*/
html,
body {
height: 100%;
overflow: hidden;
}
body {
font-size: 14px;
font-family: "PingFang SC", 微软雅黑, "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
color: rgba(0, 0, 0, 0.65);
background-color: #fff;
}
::selection {
background: #1f99b0;
color: #fff;
}
ul {
margin-top: 0;
}
.am-text-primary {
color: #1f99b0;
}
.am-pagination > .am-active > a, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span, .am-pagination > .am-active > span:focus, .am-pagination > .am-active > span:hover {
background-color: #1f99b0;
border-color: #1f99b0;
}
a {
color: #1f99b0;
background-color: transparent;
text-decoration: none;
outline: none;
cursor: pointer;
transition: color 0.3s;
}
a:hover {
color: #40acbd;
}
label {
font-weight: normal;
}
.admin-icon-yellow {
color: #ffbe40;
}
.admin-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1500;
font-size: 1.4rem;
margin-bottom: 0;
}
.admin-header-list a:hover :after {
content: none;
}
.admin-main {
position: relative;
height: 100%;
padding-top: 65px;
}
.admin-menu {
position: fixed;
z-index: 10;
bottom: 30px;
right: 20px;
}
.am-icon-btn {
background-color: #f5f5f5;
color: #40acbd;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 16px;
}
.am-icon-btn:focus, .am-icon-btn:hover {
color: #1f99b0;
background-color: #e1f0f0;
}
.admin-sidebar {
width: 256px;
min-height: 100%;
float: left;
border-right: 1px solid #cecece;
}
.admin-sidebar.am-active {
z-index: 1600;
}
.admin-sidebar-list {
margin-bottom: 0;
padding: 16px 0px;
}
.admin-sidebar-list li a {
color: #5c5c5c;
padding: 9px 0 9px 24px;
}
.admin-sidebar-list li:first-child {
border-top: none;
}
.admin-sidebar-sub {
margin-top: 0;
margin-bottom: 0;
}
.admin-sidebar-sub li:first-child {
}
.admin-sidebar-panel {
margin: 10px;
}
.admin-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: #fff;
}
.admin-content,
.admin-sidebar {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.admin-content-body {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.admin-content-footer {
margin: 48px 0 24px 0;
padding: 0 16px;
font-size: 14px;
color: #777;
text-align: center;
}
.admin-content-footer p {
margin: 0;
}
.admin-content-list {
border: 1px solid #e9ecf1;
margin-top: 0;
}
.admin-content-list li {
border: 1px solid #e9ecf1;
border-width: 0 1px;
margin-left: -1px;
}
.admin-content-list li:first-child {
border-left: none;
}
.admin-content-list li:last-child {
border-right: none;
}
.admin-content-table a {
color: #535353;
}
.admin-content-file {
margin-bottom: 0;
color: #666;
}
.admin-content-file p {
margin: 0 0 5px 0;
font-size: 1.4rem;
}
.admin-content-file li {
padding: 10px 0;
}
.admin-content-file li:first-child {
border-top: none;
}
.admin-content-file li:last-child {
border-bottom: none;
}
.admin-content-file li .am-progress {
margin-bottom: 4px;
}
.admin-content-file li .am-progress-bar {
line-height: 14px;
}
.admin-content-task {
margin-bottom: 0;
}
.admin-content-task li {
padding: 5px 0;
border-color: #eee;
}
.admin-content-task li:first-child {
border-top: none;
}
.admin-content-task li:last-child {
border-bottom: none;
}
.admin-task-meta {
font-size: 1.2rem;
color: #999;
}
.admin-task-bd {
font-size: 1.4rem;
margin-bottom: 5px;
}
.admin-content-comment {
margin-bottom: 0;
}
.admin-content-comment .am-comment-bd {
font-size: 1.4rem;
}
.admin-content-pagination {
margin-bottom: 0;
}
.admin-content-pagination li a {
padding: 4px 8px;
}
@media only screen and (min-width: 641px) {
.admin-sidebar {
display: block;
position: static;
background: none;
}
.admin-offcanvas-bar {
position: static;
width: auto;
background: none;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
overflow-y: visible;
min-height: 100%;
}
.admin-offcanvas-bar:after {
content: none;
}
}
@media only screen and (max-width: 640px) {
.admin-sidebar {
width: inherit;
}
.admin-offcanvas-bar {
background: #f3f3f3;
}
.admin-offcanvas-bar:after {
background: #BABABA;
}
.admin-sidebar-list a:hover, .admin-sidebar-list a:active {
-webkit-transition: background-color .3s ease;
-moz-transition: background-color .3s ease;
-ms-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
background: #E4E4E4;
}
.admin-content-list li {
padding: 10px;
border-width: 1px 0;
margin-top: -1px;
}
.admin-content-list li:first-child {
border-top: none;
}
.admin-content-list li:last-child {
border-bottom: none;
}
.admin-form-text {
text-align: left !important;
}
}
/*
* user.html css
*/
.user-info {
margin-bottom: 15px;
}
.user-info .am-progress {
margin-bottom: 4px;
}
.user-info p {
margin: 5px;
}
.user-info-order {
font-size: 1.4rem;
}
/*
* errorLog.html css
*/
.error-log .am-pre-scrollable {
max-height: 40rem;
}
/*
* table.html css
*/
.table-main {
font-size: 1.4rem;
padding: .5rem;
}
.table-main button {
background: #fff;
}
.table-check {
width: 30px;
}
.table-id {
width: 50px;
}
@media only screen and (max-width: 640px) {
.table-select {
margin-top: 10px;
margin-left: 5px;
}
}
/*
gallery.html css
*/
.gallery-list li {
padding: 10px;
}
.gallery-list a {
color: #666;
}
.gallery-list a:hover {
color: #3bb4f2;
}
.gallery-title {
margin-top: 6px;
font-size: 1.4rem;
}
.gallery-desc {
font-size: 1.2rem;
margin-top: 4px;
}
/*
404.html css
*/
.page-404 {
background: #fff;
border: none;
width: 200px;
margin: 0 auto;
}
/*
<NAME>
*/
.am-badge-primary {
background-color: #1f99b0;
}
.am-topbar {
background-color: #fff;
min-height: 64px;
}
.am-topbar-brand {
height: 64px;
line-height: 64px;
padding-left: 24px;
}
.am-topbar-brand a {
color: #1f99b0;
font-size: 20px;
}
.am-topbar-brand img {
display: inline-block;
vertical-align: middle;
height: 36px;
}
.am-topbar-brand strong {
margin-left: 12px;
}
@media only screen and (min-width: 641px) {
.am-topbar-nav > li > a {
line-height: 64px;
}
}
.am-nav > li > a:focus, .am-nav > li > a:hover {
background-color: #e1f0f0;
color: #1f99b0;
}
@media only screen and (min-width: 641px) {
.am-topbar-nav > li > a:hover:after {
border-bottom-color: #1f99b0;
}
}
.am-list > li {
border: none;
}
.am-list > li > a.am-active, .am-list > li > a.am-active:focus, .am-list > li > a.am-active:hover {
color: #1f99b0;
background-color: #e1f0f0;
border-color: #e1f0f0;
/*animation: sidebar 0.15s forwards;*/
}
.am-list > li > a > span {
margin-right: 10px;
}
.admin-sidebar-sub > li {
border: none;
}
.am-list > li > a:hover {
color: #1f99b0;
}
.admin-sidebar-sub > li > a {
position: relative;
padding: 9px 0 9px 48px;
}
.am-list > li > a:after {
content: "";
position: absolute;
right: 1px;
top: 0;
bottom: 0;
border-right: 2px solid #1f99b0;
transform: scaleY(0.0001);
opacity: 0;
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.am-list > li > a.am-active:after {
animation: sidebar 0.15s forwards;
}
@-webkit-keyframes sidebar {
0% {
opacity: 0;
transform: scaleY(0);
}
100% {
opacity: 1;
transform: scaleY(1);
}
}
.am-table-hover > tbody > tr:hover > td, .am-table-hover > tbody > tr:hover > th {
background-color: #e1f0f0;
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
border-top: none;
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
padding: 16px 16px;
word-break: break-word;
}
.am-table > tbody > tr > td {
border-bottom: 1px solid #e8e8e8;
transition: all 0.3s, border 0s;
}
.am-form input[type=number], .am-form input[type=search], .am-form input[type=text], .am-form input[type=password], .am-form input[type=datetime], .am-form input[type=datetime-local], .am-form input[type=date], .am-form input[type=month], .am-form input[type=time], .am-form input[type=week], .am-form input[type=email], .am-form input[type=url], .am-form input[type=tel], .am-form input[type=color], .am-form select, .am-form textarea, .am-form-field {
border: 1px solid #d9d9d9;
border-radius: 4px;
font-size: 1.4rem !important;
padding: .5em 11px;
}
.am-form input[type=number]:focus, .am-form input[type=search]:focus, .am-form input[type=text]:focus, .am-form input[type=password]:focus, .am-form input[type=datetime]:focus, .am-form input[type=datetime-local]:focus, .am-form input[type=date]:focus, .am-form input[type=month]:focus, .am-form input[type=time]:focus, .am-form input[type=week]:focus, .am-form input[type=email]:focus, .am-form input[type=url]:focus, .am-form input[type=tel]:focus, .am-form input[type=color]:focus, .am-form select:focus, .am-form textarea:focus, .am-form-field:focus {
background-color: #fefffe;
border-color: #40acbd;
}
.am-btn {
line-height: 1.499;
display: inline-block;
font-weight: 400;
text-align: center;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0 15px;
font-size: 14px;
border-radius: 4px;
height: 32px;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
position: relative;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
border-color: #d9d9d9;
}
.am-btn-primary {
color: #fff;
background-color: #1f99b0;
border-color: #1f99b0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.am-btn-default {
background-color: #fff;
}
.am-btn-danger {
}
.am-text-secondary {
color: #1f99b0;
}
.am-btn:hover, .am-btn:focus, .am-btn:active, .am-btn.active {
background: #fff;
text-decoration: none;
}
.am-btn:hover, .am-btn:focus {
color: #40acbd;
background-color: #fff;
border-color: #40acbd;
}
.am-btn-primary:hover, .am-btn-primary:focus {
color: #fff;
background-color: #40acbd;
border-color: #40acbd;
}
.am-form-horizontal .am-checkbox, .am-form-horizontal .am-checkbox-inline, .am-form-horizontal .am-form-label, .am-form-horizontal .am-radio, .am-form-horizontal .am-radio-inline {
padding-bottom: 8px;
}
.am-form-label {
padding-right: 0;
color: rgba(0, 0, 0, 0.85);
font-weight: normal;
}
.am-form-label:after {
content: ":";
margin-left: 4px;
position: relative;
top: -0.5px;
}
.admin-content {
background: #f0f2f5;
}
.am-breadcrumb {
font-size: 14px;
margin: 0;
padding: .7em 0;
}
.page-header {
background-color: #fff;
padding: 16px 32px 0 32px;
border-bottom: 1px solid #e8e8e8;
}
.page-header h1 {
margin: 0 0 16px 0;
font-size: 20px;
font-weight: 500;
color: rgba(0, 0, 0, 0.85);
}
.page-body {
margin: 24px 0px 0;
padding: 24px 16px;
background-color: #fff;
border-radius: 2px;
position: relative;
transition: all 0.3s;
}
@media only screen and (min-width: 641px) {
.page-body {
margin: 24px 24px 0;
padding: 24px 32px;
}
}
.am-pagination > .am-active > a, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span, .am-pagination > .am-active > span:focus, .am-pagination > .am-active > span:hover {
border-color: #1f99b0;
font-weight: 500;
background: none;
color: #1f99b0;
}
.am-pagination > li > a, .am-pagination > li > span {
border-radius: 4px;
padding: 0;
min-width: 32px;
height: 32px;
line-height: 30px;
text-align: center;
border: 1px solid #d9d9d9;
}
.am-pagination > li > a:focus, .am-pagination > li > a:hover, .am-pagination > li > span:focus, .am-pagination > li > span:hover {
transition: all 0.3s;
border-color: #1f99b0;
background: none;
}
.am-selected-list li.am-checked .am-icon-check {
color: #1f99b0;
}
.am-selected-list .am-icon-check {
color: #1f99b0;
}
.am-form-group {
margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
.admin-offcanvas-bar {
background: #fff;
}
}
@media only screen and (max-width: 640px) {
.admin-sidebar-list a:hover, .admin-sidebar-list a:active {
background: none;
}
}
.am-btn-default.am-active, .am-btn-default:active, .am-btn-default:focus, .am-btn-default:hover, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
color: #1f99b0;
background-color: #e1f0f0;
}
.am-btn-default.am-active, .am-btn-default:active, .am-btn-default:focus, .am-btn-default:hover, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
background-color: #fefffe;
border-color: #40acbd;
}
.search-buttons {
text-align: right;
padding-right: 1.5rem;
}
.am-dropdown-content:before {
border-bottom-color: #e1f0f0;
}
.am-dropdown-content {
border-color: #e1f0f0;
}
.am-selected-list li:hover {
color: #1f99b0;
background-color: #e1f0f0;
}
.divider {
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
color: rgba(0, 0, 0, 0.65);
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
background: #e8e8e8;
}
.divider, .divider-vertical {
margin: 0 8px;
display: inline-block;
height: 0.9em;
width: 1px;
vertical-align: middle;
position: relative;
top: -0.06em;
}
.am-table > thead > tr > th {
background: #fafafa;
vertical-align: bottom;
border-bottom: 1px solid #ddd;
}
.am-btn-toolbar {
margin-bottom: 16px;
}
.notification {
display: flex;
width: 330px;
padding: 14px 26px 14px 13px;
border-radius: 8px;
box-sizing: border-box;
border: 1px solid #ebeef5;
background-color: #fff;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
overflow: hidden;
margin-bottom: 16px;
position: fixed;
top: 16px;
z-index: 2006;
animation: notify .4s forwards;
opacity: 0;
right: -330px;
transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
}
.notification.show {
opacity: 1;
right: 16px;
}
.notification-group {
margin-left: 13px;
}
.notification-group i.am-icon-btn {
width: 24px;
height: 24px;
line-height: 24px;
color: #fff;
margin-right: 10px;
}
.notification-group i.am-icon-check {
background-color: #1f99b0;
}
.notification-group i.am-icon-close {
background-color: #f56c6c;
}
.notification .content {
margin-top: 6px;
}
.notification-group .close-btn {
position: absolute;
top: 18px;
right: 15px;
cursor: pointer;
color: #909399;
font-size: 16px;
}
.notification h2, .notification p {
margin: 0;
}
.am-alert {
padding: 15px;
color: rgba(0, 0, 0, 0.65);
border: 1px solid #ffa39e;
background-color: #fff1f0;
border-radius: 4px;
margin-bottom: 16px;
}
.am-alert h1 {
font-size: 16px;
margin-bottom: 10px;
}
.am-alert ul {
padding-left: 0;
list-style-type: none;
} | public/vendor/assets/css/admin.css | fixed-layout 固定头部和边栏布局
*/
html,
body {
height: 100%;
overflow: hidden;
}
body {
font-size: 14px;
font-family: "PingFang SC", 微软雅黑, "Microsoft YaHei", Helvetica, "Helvetica Neue", Tahoma, Arial, sans-serif;
color: rgba(0, 0, 0, 0.65);
background-color: #fff;
}
::selection {
background: #1f99b0;
color: #fff;
}
ul {
margin-top: 0;
}
.am-text-primary {
color: #1f99b0;
}
.am-pagination > .am-active > a, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span, .am-pagination > .am-active > span:focus, .am-pagination > .am-active > span:hover {
background-color: #1f99b0;
border-color: #1f99b0;
}
a {
color: #1f99b0;
background-color: transparent;
text-decoration: none;
outline: none;
cursor: pointer;
transition: color 0.3s;
}
a:hover {
color: #40acbd;
}
label {
font-weight: normal;
}
.admin-icon-yellow {
color: #ffbe40;
}
.admin-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1500;
font-size: 1.4rem;
margin-bottom: 0;
}
.admin-header-list a:hover :after {
content: none;
}
.admin-main {
position: relative;
height: 100%;
padding-top: 65px;
}
.admin-menu {
position: fixed;
z-index: 10;
bottom: 30px;
right: 20px;
}
.am-icon-btn {
background-color: #f5f5f5;
color: #40acbd;
width: 36px;
height: 36px;
line-height: 36px;
font-size: 16px;
}
.am-icon-btn:focus, .am-icon-btn:hover {
color: #1f99b0;
background-color: #e1f0f0;
}
.admin-sidebar {
width: 256px;
min-height: 100%;
float: left;
border-right: 1px solid #cecece;
}
.admin-sidebar.am-active {
z-index: 1600;
}
.admin-sidebar-list {
margin-bottom: 0;
padding: 16px 0px;
}
.admin-sidebar-list li a {
color: #5c5c5c;
padding: 9px 0 9px 24px;
}
.admin-sidebar-list li:first-child {
border-top: none;
}
.admin-sidebar-sub {
margin-top: 0;
margin-bottom: 0;
}
.admin-sidebar-sub li:first-child {
}
.admin-sidebar-panel {
margin: 10px;
}
.admin-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background: #fff;
}
.admin-content,
.admin-sidebar {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
}
.admin-content-body {
-webkit-box-flex: 1;
-webkit-flex: 1 0 auto;
-ms-flex: 1 0 auto;
flex: 1 0 auto;
}
.admin-content-footer {
margin: 48px 0 24px 0;
padding: 0 16px;
font-size: 14px;
color: #777;
text-align: center;
}
.admin-content-footer p {
margin: 0;
}
.admin-content-list {
border: 1px solid #e9ecf1;
margin-top: 0;
}
.admin-content-list li {
border: 1px solid #e9ecf1;
border-width: 0 1px;
margin-left: -1px;
}
.admin-content-list li:first-child {
border-left: none;
}
.admin-content-list li:last-child {
border-right: none;
}
.admin-content-table a {
color: #535353;
}
.admin-content-file {
margin-bottom: 0;
color: #666;
}
.admin-content-file p {
margin: 0 0 5px 0;
font-size: 1.4rem;
}
.admin-content-file li {
padding: 10px 0;
}
.admin-content-file li:first-child {
border-top: none;
}
.admin-content-file li:last-child {
border-bottom: none;
}
.admin-content-file li .am-progress {
margin-bottom: 4px;
}
.admin-content-file li .am-progress-bar {
line-height: 14px;
}
.admin-content-task {
margin-bottom: 0;
}
.admin-content-task li {
padding: 5px 0;
border-color: #eee;
}
.admin-content-task li:first-child {
border-top: none;
}
.admin-content-task li:last-child {
border-bottom: none;
}
.admin-task-meta {
font-size: 1.2rem;
color: #999;
}
.admin-task-bd {
font-size: 1.4rem;
margin-bottom: 5px;
}
.admin-content-comment {
margin-bottom: 0;
}
.admin-content-comment .am-comment-bd {
font-size: 1.4rem;
}
.admin-content-pagination {
margin-bottom: 0;
}
.admin-content-pagination li a {
padding: 4px 8px;
}
@media only screen and (min-width: 641px) {
.admin-sidebar {
display: block;
position: static;
background: none;
}
.admin-offcanvas-bar {
position: static;
width: auto;
background: none;
-webkit-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
overflow-y: visible;
min-height: 100%;
}
.admin-offcanvas-bar:after {
content: none;
}
}
@media only screen and (max-width: 640px) {
.admin-sidebar {
width: inherit;
}
.admin-offcanvas-bar {
background: #f3f3f3;
}
.admin-offcanvas-bar:after {
background: #BABABA;
}
.admin-sidebar-list a:hover, .admin-sidebar-list a:active {
-webkit-transition: background-color .3s ease;
-moz-transition: background-color .3s ease;
-ms-transition: background-color .3s ease;
-o-transition: background-color .3s ease;
transition: background-color .3s ease;
background: #E4E4E4;
}
.admin-content-list li {
padding: 10px;
border-width: 1px 0;
margin-top: -1px;
}
.admin-content-list li:first-child {
border-top: none;
}
.admin-content-list li:last-child {
border-bottom: none;
}
.admin-form-text {
text-align: left !important;
}
}
/*
* user.html css
*/
.user-info {
margin-bottom: 15px;
}
.user-info .am-progress {
margin-bottom: 4px;
}
.user-info p {
margin: 5px;
}
.user-info-order {
font-size: 1.4rem;
}
/*
* errorLog.html css
*/
.error-log .am-pre-scrollable {
max-height: 40rem;
}
/*
* table.html css
*/
.table-main {
font-size: 1.4rem;
padding: .5rem;
}
.table-main button {
background: #fff;
}
.table-check {
width: 30px;
}
.table-id {
width: 50px;
}
@media only screen and (max-width: 640px) {
.table-select {
margin-top: 10px;
margin-left: 5px;
}
}
/*
gallery.html css
*/
.gallery-list li {
padding: 10px;
}
.gallery-list a {
color: #666;
}
.gallery-list a:hover {
color: #3bb4f2;
}
.gallery-title {
margin-top: 6px;
font-size: 1.4rem;
}
.gallery-desc {
font-size: 1.2rem;
margin-top: 4px;
}
/*
404.html css
*/
.page-404 {
background: #fff;
border: none;
width: 200px;
margin: 0 auto;
}
/*
<NAME>
*/
.am-badge-primary {
background-color: #1f99b0;
}
.am-topbar {
background-color: #fff;
min-height: 64px;
}
.am-topbar-brand {
height: 64px;
line-height: 64px;
padding-left: 24px;
}
.am-topbar-brand a {
color: #1f99b0;
font-size: 20px;
}
.am-topbar-brand img {
display: inline-block;
vertical-align: middle;
height: 36px;
}
.am-topbar-brand strong {
margin-left: 12px;
}
@media only screen and (min-width: 641px) {
.am-topbar-nav > li > a {
line-height: 64px;
}
}
.am-nav > li > a:focus, .am-nav > li > a:hover {
background-color: #e1f0f0;
color: #1f99b0;
}
@media only screen and (min-width: 641px) {
.am-topbar-nav > li > a:hover:after {
border-bottom-color: #1f99b0;
}
}
.am-list > li {
border: none;
}
.am-list > li > a.am-active, .am-list > li > a.am-active:focus, .am-list > li > a.am-active:hover {
color: #1f99b0;
background-color: #e1f0f0;
border-color: #e1f0f0;
/*animation: sidebar 0.15s forwards;*/
}
.am-list > li > a > span {
margin-right: 10px;
}
.admin-sidebar-sub > li {
border: none;
}
.am-list > li > a:hover {
color: #1f99b0;
}
.admin-sidebar-sub > li > a {
position: relative;
padding: 9px 0 9px 48px;
}
.am-list > li > a:after {
content: "";
position: absolute;
right: 1px;
top: 0;
bottom: 0;
border-right: 2px solid #1f99b0;
transform: scaleY(0.0001);
opacity: 0;
transition: transform 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.am-list > li > a.am-active:after {
animation: sidebar 0.15s forwards;
}
@-webkit-keyframes sidebar {
0% {
opacity: 0;
transform: scaleY(0);
}
100% {
opacity: 1;
transform: scaleY(1);
}
}
.am-table-hover > tbody > tr:hover > td, .am-table-hover > tbody > tr:hover > th {
background-color: #e1f0f0;
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
border-top: none;
}
.am-table > tbody > tr > td, .am-table > tbody > tr > th, .am-table > tfoot > tr > td, .am-table > tfoot > tr > th, .am-table > thead > tr > td, .am-table > thead > tr > th {
padding: 16px 16px;
word-break: break-word;
}
.am-table > tbody > tr > td {
border-bottom: 1px solid #e8e8e8;
transition: all 0.3s, border 0s;
}
.am-form input[type=number], .am-form input[type=search], .am-form input[type=text], .am-form input[type=password], .am-form input[type=datetime], .am-form input[type=datetime-local], .am-form input[type=date], .am-form input[type=month], .am-form input[type=time], .am-form input[type=week], .am-form input[type=email], .am-form input[type=url], .am-form input[type=tel], .am-form input[type=color], .am-form select, .am-form textarea, .am-form-field {
border: 1px solid #d9d9d9;
border-radius: 4px;
font-size: 1.4rem !important;
padding: .5em 11px;
}
.am-form input[type=number]:focus, .am-form input[type=search]:focus, .am-form input[type=text]:focus, .am-form input[type=password]:focus, .am-form input[type=datetime]:focus, .am-form input[type=datetime-local]:focus, .am-form input[type=date]:focus, .am-form input[type=month]:focus, .am-form input[type=time]:focus, .am-form input[type=week]:focus, .am-form input[type=email]:focus, .am-form input[type=url]:focus, .am-form input[type=tel]:focus, .am-form input[type=color]:focus, .am-form select:focus, .am-form textarea:focus, .am-form-field:focus {
background-color: #fefffe;
border-color: #40acbd;
}
.am-btn {
line-height: 1.499;
display: inline-block;
font-weight: 400;
text-align: center;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 0 15px;
font-size: 14px;
border-radius: 4px;
height: 32px;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
position: relative;
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
border-color: #d9d9d9;
}
.am-btn-primary {
color: #fff;
background-color: #1f99b0;
border-color: #1f99b0;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}
.am-btn-default {
background-color: #fff;
}
.am-btn-danger {
}
.am-text-secondary {
color: #1f99b0;
}
.am-btn:hover, .am-btn:focus, .am-btn:active, .am-btn.active {
background: #fff;
text-decoration: none;
}
.am-btn:hover, .am-btn:focus {
color: #40acbd;
background-color: #fff;
border-color: #40acbd;
}
.am-btn-primary:hover, .am-btn-primary:focus {
color: #fff;
background-color: #40acbd;
border-color: #40acbd;
}
.am-form-horizontal .am-checkbox, .am-form-horizontal .am-checkbox-inline, .am-form-horizontal .am-form-label, .am-form-horizontal .am-radio, .am-form-horizontal .am-radio-inline {
padding-bottom: 8px;
}
.am-form-label {
padding-right: 0;
color: rgba(0, 0, 0, 0.85);
font-weight: normal;
}
.am-form-label:after {
content: ":";
margin-left: 4px;
position: relative;
top: -0.5px;
}
.admin-content {
background: #f0f2f5;
}
.am-breadcrumb {
font-size: 14px;
margin: 0;
padding: .7em 0;
}
.page-header {
background-color: #fff;
padding: 16px 32px 0 32px;
border-bottom: 1px solid #e8e8e8;
}
.page-header h1 {
margin: 0 0 16px 0;
font-size: 20px;
font-weight: 500;
color: rgba(0, 0, 0, 0.85);
}
.page-body {
margin: 24px 0px 0;
padding: 24px 16px;
background-color: #fff;
border-radius: 2px;
position: relative;
transition: all 0.3s;
}
@media only screen and (min-width: 641px) {
.page-body {
margin: 24px 24px 0;
padding: 24px 32px;
}
}
.am-pagination > .am-active > a, .am-pagination > .am-active > a:focus, .am-pagination > .am-active > a:hover, .am-pagination > .am-active > span, .am-pagination > .am-active > span:focus, .am-pagination > .am-active > span:hover {
border-color: #1f99b0;
font-weight: 500;
background: none;
color: #1f99b0;
}
.am-pagination > li > a, .am-pagination > li > span {
border-radius: 4px;
padding: 0;
min-width: 32px;
height: 32px;
line-height: 30px;
text-align: center;
border: 1px solid #d9d9d9;
}
.am-pagination > li > a:focus, .am-pagination > li > a:hover, .am-pagination > li > span:focus, .am-pagination > li > span:hover {
transition: all 0.3s;
border-color: #1f99b0;
background: none;
}
.am-selected-list li.am-checked .am-icon-check {
color: #1f99b0;
}
.am-selected-list .am-icon-check {
color: #1f99b0;
}
.am-form-group {
margin-bottom: 24px;
}
@media only screen and (max-width: 640px) {
.admin-offcanvas-bar {
background: #fff;
}
}
@media only screen and (max-width: 640px) {
.admin-sidebar-list a:hover, .admin-sidebar-list a:active {
background: none;
}
}
.am-btn-default.am-active, .am-btn-default:active, .am-btn-default:focus, .am-btn-default:hover, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
color: #1f99b0;
background-color: #e1f0f0;
}
.am-btn-default.am-active, .am-btn-default:active, .am-btn-default:focus, .am-btn-default:hover, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
background-color: #fefffe;
border-color: #40acbd;
}
.search-buttons {
text-align: right;
padding-right: 1.5rem;
}
.am-dropdown-content:before {
border-bottom-color: #e1f0f0;
}
.am-dropdown-content {
border-color: #e1f0f0;
}
.am-selected-list li:hover {
color: #1f99b0;
background-color: #e1f0f0;
}
.divider {
font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-size: 14px;
font-variant: tabular-nums;
line-height: 1.5;
color: rgba(0, 0, 0, 0.65);
box-sizing: border-box;
margin: 0;
padding: 0;
list-style: none;
background: #e8e8e8;
}
.divider, .divider-vertical {
margin: 0 8px;
display: inline-block;
height: 0.9em;
width: 1px;
vertical-align: middle;
position: relative;
top: -0.06em;
}
.am-table > thead > tr > th {
background: #fafafa;
vertical-align: bottom;
border-bottom: 1px solid #ddd;
}
.am-btn-toolbar {
margin-bottom: 16px;
}
.notification {
display: flex;
width: 330px;
padding: 14px 26px 14px 13px;
border-radius: 8px;
box-sizing: border-box;
border: 1px solid #ebeef5;
background-color: #fff;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
overflow: hidden;
margin-bottom: 16px;
position: fixed;
top: 16px;
z-index: 2006;
animation: notify .4s forwards;
opacity: 0;
right: -330px;
transition: opacity .3s, transform .3s, left .3s, right .3s, top .4s, bottom .3s;
}
.notification.show {
opacity: 1;
right: 16px;
}
.notification-group {
margin-left: 13px;
}
.notification-group i.am-icon-btn {
width: 24px;
height: 24px;
line-height: 24px;
color: #fff;
margin-right: 10px;
}
.notification-group i.am-icon-check {
background-color: #1f99b0;
}
.notification-group i.am-icon-close {
background-color: #f56c6c;
}
.notification .content {
margin-top: 6px;
}
.notification-group .close-btn {
position: absolute;
top: 18px;
right: 15px;
cursor: pointer;
color: #909399;
font-size: 16px;
}
.notification h2, .notification p {
margin: 0;
}
.am-alert {
padding: 15px;
color: rgba(0, 0, 0, 0.65);
border: 1px solid #ffa39e;
background-color: #fff1f0;
border-radius: 4px;
margin-bottom: 16px;
}
.am-alert h1 {
font-size: 16px;
margin-bottom: 10px;
}
.am-alert ul {
padding-left: 0;
list-style-type: none;
} | 0.412885 | 0.108472 |
.cabecalho{
background-image: url("../images/background.jpg");
background-size:cover;
background-position: center;
background-repeat: no-repeat;
height: 15vh;
display: flex;
flex-direction:row;
justify-content: space-around;
gap: 75%;
}
.logo{
min-width: 0;
}
.info{
min-width: 0;
margin-top: 1vh;
}
.cabecalho a:hover{
color: rgb(180, 180, 180);
}
/*NAV-BAR E CAROUSEL*/
#navbar{
display: flex;
align-items: center;
flex-direction: column;
}
#carousel{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 60vh;
background-image: url(../images/gray-concrete-wall.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-size:cover;
}
/*TELAS*/
#mostruario{
height: 60vh;
background-color: #000f2e;
display: flex;
flex-direction: row;
justify-content:space-around;
align-items: center;
}
#empresa{
background-image: url(../images/gray-concrete-wall.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-size:cover;
height: 60vh;
background-color: rgb(240, 238, 241);
display: flex;
flex-direction: row;
justify-content:space-around;
align-items: center;
}
#certificados{
height: 60vh;
background-color: #000f2e;
}
#feedback{
height: 60vh;
background-image: url(../images/gray-concrete-wall.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-size:cover;
}
.rodape{
height: 120px;
background-color: #000f2e;
}
#item_carousel{
border-radius: 15px;
}
.InfoMostr{
height: 40vh;
}
/*ESTILIZAÇÃO DE FONTE*/
.text_inf{ /*Fonte informações do cabeçalho*/
display: flex;
align-items: flex-end;
flex-direction: column;
font-family:CaviarDreams;
font-size: 1.9vh;
color: rgb(247, 247, 247);
text-decoration: none;
word-wrap: break-word;
margin-top: 5px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.250);
cursor: default;
}
.fontP{ /*Fonte Paragrafo - TELA AZUL*/
text-align: center;
font-family: inter;
font-size: 3.1vh;
color: #f7f7f7;
cursor: default;
}
.fontM{ /*Fonte conteúdo - TELA AZUL*/
font-family: CaviarDreams;
font-size: 3vh;
color: rgb(145, 145, 145);
text-align:justify;
cursor: default;
}
.fontM:hover {
color: #fff;
}
.fontPB{ /*Fonte Paragrafo - TELA BRANCA*/
text-align:justify;
font-family: inter;
font-size: 3vh;
color: #000f2e;
}
.fontMB{ /*Fonte conteúdo - TELA BRANCA*/
list-style-type: none;
list-style: none;
font-family: CaviarDreams;
font-size: 2.3vh;
color: rgb(99, 99, 99);
text-align:justify;
}
.arquivos{
display: flex;
flex-direction: row;
justify-content: space-around;
margin-top: 60px;
}
.encaminharfb{
display: flex;
flex-direction: row;
justify-content:space-evenly;
margin-top: 80px;
}
.font1{ /*Fonte carousel*/
font-family: inter;
font-size: 1.2em;
color: rgb(255, 255, 255);
text-shadow: 1px 1px 1px rgba(12, 12, 12, 0.801);
}
.fontmenu{ /*Fonte nome das Telas*/
font-family: inter;
color: white;
align-items: center;
margin-top: 40px;
text-align: center;
font-size: 25px;
}
.FonteTitulo{
color: white;
font-size: 15px;
}
/*FONTES IMPORTADAS*/
@font-face {
font-family: inter;
src: url(../fontes/Inter/Inter-VariableFont_slnt\,wght.ttf)
}
@font-face {
font-family: CaviarDreams;
src: url(../fontes/caviar_dreams/CaviarDreams.ttf)
} | css/main.css | .cabecalho{
background-image: url("../images/background.jpg");
background-size:cover;
background-position: center;
background-repeat: no-repeat;
height: 15vh;
display: flex;
flex-direction:row;
justify-content: space-around;
gap: 75%;
}
.logo{
min-width: 0;
}
.info{
min-width: 0;
margin-top: 1vh;
}
.cabecalho a:hover{
color: rgb(180, 180, 180);
}
/*NAV-BAR E CAROUSEL*/
#navbar{
display: flex;
align-items: center;
flex-direction: column;
}
#carousel{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
height: 60vh;
background-image: url(../images/gray-concrete-wall.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-size:cover;
}
/*TELAS*/
#mostruario{
height: 60vh;
background-color: #000f2e;
display: flex;
flex-direction: row;
justify-content:space-around;
align-items: center;
}
#empresa{
background-image: url(../images/gray-concrete-wall.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-size:cover;
height: 60vh;
background-color: rgb(240, 238, 241);
display: flex;
flex-direction: row;
justify-content:space-around;
align-items: center;
}
#certificados{
height: 60vh;
background-color: #000f2e;
}
#feedback{
height: 60vh;
background-image: url(../images/gray-concrete-wall.jpg);
background-size: 100%;
background-repeat: no-repeat;
background-size:cover;
}
.rodape{
height: 120px;
background-color: #000f2e;
}
#item_carousel{
border-radius: 15px;
}
.InfoMostr{
height: 40vh;
}
/*ESTILIZAÇÃO DE FONTE*/
.text_inf{ /*Fonte informações do cabeçalho*/
display: flex;
align-items: flex-end;
flex-direction: column;
font-family:CaviarDreams;
font-size: 1.9vh;
color: rgb(247, 247, 247);
text-decoration: none;
word-wrap: break-word;
margin-top: 5px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.250);
cursor: default;
}
.fontP{ /*Fonte Paragrafo - TELA AZUL*/
text-align: center;
font-family: inter;
font-size: 3.1vh;
color: #f7f7f7;
cursor: default;
}
.fontM{ /*Fonte conteúdo - TELA AZUL*/
font-family: CaviarDreams;
font-size: 3vh;
color: rgb(145, 145, 145);
text-align:justify;
cursor: default;
}
.fontM:hover {
color: #fff;
}
.fontPB{ /*Fonte Paragrafo - TELA BRANCA*/
text-align:justify;
font-family: inter;
font-size: 3vh;
color: #000f2e;
}
.fontMB{ /*Fonte conteúdo - TELA BRANCA*/
list-style-type: none;
list-style: none;
font-family: CaviarDreams;
font-size: 2.3vh;
color: rgb(99, 99, 99);
text-align:justify;
}
.arquivos{
display: flex;
flex-direction: row;
justify-content: space-around;
margin-top: 60px;
}
.encaminharfb{
display: flex;
flex-direction: row;
justify-content:space-evenly;
margin-top: 80px;
}
.font1{ /*Fonte carousel*/
font-family: inter;
font-size: 1.2em;
color: rgb(255, 255, 255);
text-shadow: 1px 1px 1px rgba(12, 12, 12, 0.801);
}
.fontmenu{ /*Fonte nome das Telas*/
font-family: inter;
color: white;
align-items: center;
margin-top: 40px;
text-align: center;
font-size: 25px;
}
.FonteTitulo{
color: white;
font-size: 15px;
}
/*FONTES IMPORTADAS*/
@font-face {
font-family: inter;
src: url(../fontes/Inter/Inter-VariableFont_slnt\,wght.ttf)
}
@font-face {
font-family: CaviarDreams;
src: url(../fontes/caviar_dreams/CaviarDreams.ttf)
} | 0.232571 | 0.065815 |
@import url("https://fonts.googleapis.com/css2?family=MuseoModerno:wght@400;500&display=swap");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "MuseoModerno", cursive;
}
body {
width: 100%;
height: 100%;
background: #f8f8f8;
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;
}
@-webkit-keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
button {
border: 0;
outline: 0;
}
.container {
margin: 40px 0;
width: 400px;
height: 100%;
padding: 10px 25px;
background: linear-gradient(-45deg, #ee7752, #ee2472, #2335d5, #23d5ab);
background-size: 400% 400%;
-webkit-animation: gradient 15s ease infinite;
animation: gradient 15s ease infinite;
border-radius: 10px;
-webkit-box-shadow: -4px -4px 10px white, 4px 4px 10px rgba(0, 0, 0, 0.05);
box-shadow: -4px -4px 10px white, 4px 4px 10px rgba(0, 0, 0, 0.05);
}
.container h2.title {
font-size: 1.85rem;
margin: 0px 0px;
margin-bottom: 5px;
color: #fff;
}
.result {
position: relative;
width: 100%;
height: 65px;
overflow: hidden;
}
.result__info {
position: absolute;
bottom: 4px;
color: #fff;
font-size: 0.8rem;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-webkit-transform: translateY(200%);
transform: translateY(200%);
opacity: 0;
}
.result__info.right {
right: 8px;
}
.result__info.left {
left: 8px;
}
.result__viewbox {
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.08);
border-radius: 8px;
color: #fff;
text-align: center;
line-height: 65px;
}
.result #copy-btn {
position: absolute;
top: var(--y);
left: var(--x);
width: 38px;
height: 38px;
background: #fff;
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
z-index: 2;
}
.result #copy-btn:active {
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08);
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08);
}
.result:hover #copy-btn {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1.35);
transform: translate(-50%, -50%) scale(1.35);
}
.field-title {
position: absolute;
top: -10px;
left: 8px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 800;
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
font-size: 0.65rem;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.options {
width: 100%;
height: auto;
margin: 50px 0;
}
.range__slider {
position: relative;
width: 100%;
height: calc(65px - 10px);
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;
background: rgba(255, 255, 255, 0.08);
border-radius: 8px;
margin: 20px 0;
}
.range__slider::before, .range__slider::after {
position: absolute;
color: #fff;
font-size: 0.9rem;
font-weight: bold;
}
.range__slider::before {
content: attr(data-min);
left: 10px;
}
.range__slider::after {
content: attr(data-max);
right: 10px;
}
.range__slider .length__title::after {
content: attr(data-length);
position: absolute;
right: -16px;
font-variant-numeric: tabular-nums;
color: #fff;
}
#slider {
-webkit-appearance: none;
width: calc(100% - (70px));
height: 2px;
border-radius: 5px;
background: rgba(255, 255, 255, 0.314);
outline: none;
padding: 0;
margin: 0;
cursor: pointer;
}
#slider::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: white;
cursor: pointer;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#slider::-webkit-slider-thumb:hover {
background: #d4d4d4;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
#slider::-moz-range-thumb {
width: 20px;
height: 20px;
border: 0;
border-radius: 50%;
background: white;
cursor: pointer;
-webkit-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}
#slider::-moz-range-thumb:hover {
background: #d4d4d4;
}
.settings {
position: relative;
height: auto;
widows: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.settings .setting {
position: relative;
width: 100%;
height: calc(65px - 10px);
background: rgba(255, 255, 255, 0.08);
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 25px;
color: #fff;
margin-bottom: 8px;
}
.settings .setting input {
opacity: 0;
position: absolute;
}
.settings .setting input + label {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.settings .setting input + label::before, .settings .setting input + label::after {
content: "";
position: absolute;
-webkit-transition: 150ms cubic-bezier(0.24, 0, 0.5, 1);
transition: 150ms cubic-bezier(0.24, 0, 0.5, 1);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
right: 10px;
cursor: pointer;
}
.settings .setting input + label::before {
height: 30px;
width: 50px;
border-radius: 30px;
background: rgba(214, 214, 214, 0.434);
}
.settings .setting input + label::after {
height: 24px;
width: 24px;
border-radius: 60px;
right: 32px;
background: #fff;
}
.settings .setting input:checked + label:before {
background: #5d68e2;
-webkit-transition: all 150ms cubic-bezier(0, 0, 0, 0.1);
transition: all 150ms cubic-bezier(0, 0, 0, 0.1);
}
.settings .setting input:checked + label:after {
right: 14px;
}
.settings .setting input:focus + label:before {
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.settings .setting input:disabled + label:before, .settings .setting input:disabled + label:after {
cursor: not-allowed;
}
.settings .setting input:disabled + label:before {
background: #4f4f6a;
}
.settings .setting input:disabled + label:after {
background: #909090;
}
.btn.generate {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
width: 100%;
height: 50px;
margin: 10px 0;
border-radius: 8px;
color: #fff;
border: none;
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: all 150ms ease;
transition: all 150ms ease;
}
.btn.generate:active {
-webkit-transform: translateY(-3%);
transform: translateY(-3%);
-webkit-box-shadow: 0 4px 8px rgba(255, 255, 255, 0.08);
box-shadow: 0 4px 8px rgba(255, 255, 255, 0.08);
}
.support {
position: fixed;
right: 10px;
bottom: 10px;
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
a {
margin: 0 10px;
color: #353535;
font-size: 2rem;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
}
a:hover {
color: black;
}
.github-corner svg {
position: absolute;
right: 0;
top: 0;
mix-blend-mode: darken;
color: #eeeeee;
fill: #353535;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.github-corner:hover .octo-arm {
-webkit-animation: octocat-wave 0.56s;
animation: octocat-wave 0.56s;
}
@-webkit-keyframes octocat-wave {
0%,
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
20%,
60% {
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
40%,
80% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes octocat-wave {
0%,
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
20%,
60% {
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
40%,
80% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
/*# sourceMappingURL=style.css.map */ | styles/style.css | @import url("https://fonts.googleapis.com/css2?family=MuseoModerno:wght@400;500&display=swap");
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "MuseoModerno", cursive;
}
body {
width: 100%;
height: 100%;
background: #f8f8f8;
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;
}
@-webkit-keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
@keyframes gradient {
0% {
background-position: 0% 50%;
}
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
}
button {
border: 0;
outline: 0;
}
.container {
margin: 40px 0;
width: 400px;
height: 100%;
padding: 10px 25px;
background: linear-gradient(-45deg, #ee7752, #ee2472, #2335d5, #23d5ab);
background-size: 400% 400%;
-webkit-animation: gradient 15s ease infinite;
animation: gradient 15s ease infinite;
border-radius: 10px;
-webkit-box-shadow: -4px -4px 10px white, 4px 4px 10px rgba(0, 0, 0, 0.05);
box-shadow: -4px -4px 10px white, 4px 4px 10px rgba(0, 0, 0, 0.05);
}
.container h2.title {
font-size: 1.85rem;
margin: 0px 0px;
margin-bottom: 5px;
color: #fff;
}
.result {
position: relative;
width: 100%;
height: 65px;
overflow: hidden;
}
.result__info {
position: absolute;
bottom: 4px;
color: #fff;
font-size: 0.8rem;
-webkit-transition: all 150ms ease-in-out;
transition: all 150ms ease-in-out;
-webkit-transform: translateY(200%);
transform: translateY(200%);
opacity: 0;
}
.result__info.right {
right: 8px;
}
.result__info.left {
left: 8px;
}
.result__viewbox {
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.08);
border-radius: 8px;
color: #fff;
text-align: center;
line-height: 65px;
}
.result #copy-btn {
position: absolute;
top: var(--y);
left: var(--x);
width: 38px;
height: 38px;
background: #fff;
border-radius: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%) scale(0);
transform: translate(-50%, -50%) scale(0);
-webkit-transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
transition: all 350ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
z-index: 2;
}
.result #copy-btn:active {
-webkit-box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08);
box-shadow: 0 0 0 200px rgba(255, 255, 255, 0.08);
}
.result:hover #copy-btn {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1.35);
transform: translate(-50%, -50%) scale(1.35);
}
.field-title {
position: absolute;
top: -10px;
left: 8px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: 800;
color: rgba(255, 255, 255, 0.5);
text-transform: uppercase;
font-size: 0.65rem;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.options {
width: 100%;
height: auto;
margin: 50px 0;
}
.range__slider {
position: relative;
width: 100%;
height: calc(65px - 10px);
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;
background: rgba(255, 255, 255, 0.08);
border-radius: 8px;
margin: 20px 0;
}
.range__slider::before, .range__slider::after {
position: absolute;
color: #fff;
font-size: 0.9rem;
font-weight: bold;
}
.range__slider::before {
content: attr(data-min);
left: 10px;
}
.range__slider::after {
content: attr(data-max);
right: 10px;
}
.range__slider .length__title::after {
content: attr(data-length);
position: absolute;
right: -16px;
font-variant-numeric: tabular-nums;
color: #fff;
}
#slider {
-webkit-appearance: none;
width: calc(100% - (70px));
height: 2px;
border-radius: 5px;
background: rgba(255, 255, 255, 0.314);
outline: none;
padding: 0;
margin: 0;
cursor: pointer;
}
#slider::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: white;
cursor: pointer;
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
#slider::-webkit-slider-thumb:hover {
background: #d4d4d4;
-webkit-transform: scale(1.2);
transform: scale(1.2);
}
#slider::-moz-range-thumb {
width: 20px;
height: 20px;
border: 0;
border-radius: 50%;
background: white;
cursor: pointer;
-webkit-transition: background 0.15s ease-in-out;
transition: background 0.15s ease-in-out;
}
#slider::-moz-range-thumb:hover {
background: #d4d4d4;
}
.settings {
position: relative;
height: auto;
widows: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.settings .setting {
position: relative;
width: 100%;
height: calc(65px - 10px);
background: rgba(255, 255, 255, 0.08);
border-radius: 8px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 10px 25px;
color: #fff;
margin-bottom: 8px;
}
.settings .setting input {
opacity: 0;
position: absolute;
}
.settings .setting input + label {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.settings .setting input + label::before, .settings .setting input + label::after {
content: "";
position: absolute;
-webkit-transition: 150ms cubic-bezier(0.24, 0, 0.5, 1);
transition: 150ms cubic-bezier(0.24, 0, 0.5, 1);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
top: 50%;
right: 10px;
cursor: pointer;
}
.settings .setting input + label::before {
height: 30px;
width: 50px;
border-radius: 30px;
background: rgba(214, 214, 214, 0.434);
}
.settings .setting input + label::after {
height: 24px;
width: 24px;
border-radius: 60px;
right: 32px;
background: #fff;
}
.settings .setting input:checked + label:before {
background: #5d68e2;
-webkit-transition: all 150ms cubic-bezier(0, 0, 0, 0.1);
transition: all 150ms cubic-bezier(0, 0, 0, 0.1);
}
.settings .setting input:checked + label:after {
right: 14px;
}
.settings .setting input:focus + label:before {
-webkit-box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.75);
}
.settings .setting input:disabled + label:before, .settings .setting input:disabled + label:after {
cursor: not-allowed;
}
.settings .setting input:disabled + label:before {
background: #4f4f6a;
}
.settings .setting input:disabled + label:after {
background: #909090;
}
.btn.generate {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
width: 100%;
height: 50px;
margin: 10px 0;
border-radius: 8px;
color: #fff;
border: none;
background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
letter-spacing: 1px;
font-weight: bold;
text-transform: uppercase;
cursor: pointer;
-webkit-transition: all 150ms ease;
transition: all 150ms ease;
}
.btn.generate:active {
-webkit-transform: translateY(-3%);
transform: translateY(-3%);
-webkit-box-shadow: 0 4px 8px rgba(255, 255, 255, 0.08);
box-shadow: 0 4px 8px rgba(255, 255, 255, 0.08);
}
.support {
position: fixed;
right: 10px;
bottom: 10px;
padding: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
a {
margin: 0 10px;
color: #353535;
font-size: 2rem;
-webkit-transition: all 400ms ease;
transition: all 400ms ease;
}
a:hover {
color: black;
}
.github-corner svg {
position: absolute;
right: 0;
top: 0;
mix-blend-mode: darken;
color: #eeeeee;
fill: #353535;
-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.github-corner:hover .octo-arm {
-webkit-animation: octocat-wave 0.56s;
animation: octocat-wave 0.56s;
}
@-webkit-keyframes octocat-wave {
0%,
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
20%,
60% {
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
40%,
80% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
@keyframes octocat-wave {
0%,
100% {
-webkit-transform: rotate(0);
transform: rotate(0);
}
20%,
60% {
-webkit-transform: rotate(-20deg);
transform: rotate(-20deg);
}
40%,
80% {
-webkit-transform: rotate(10deg);
transform: rotate(10deg);
}
}
/*# sourceMappingURL=style.css.map */ | 0.369088 | 0.056288 |
body{
width: 1100px !important;
padding: 0px !important;
margin: 0px !important;
}
div.header .topbar,
div.header .navbar,
div.breadcrumbs,
div.footer-v1{
display:none !important;
}
#erreport .score-table {
margin-bottom: 0px !important;
padding-bottom: 10px !important;
border-bottom: 0px !important;
font-size: 100% !important;
padding: 10px !important;
border-top: 0px !important;
}
#emptymap{
height: auto !important;
}
#erreport{
font-size: 18px !important;
}
.header{
border-bottom: 0px !important;
}
.erfactor{
page-break-inside: avoid;
}
div.container.content {
padding: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
width: 1100px !important;
margin: 0px !important;
}
thead { display: table-header-group }
tfoot { display: table-footer-group }
@media (min-width: 1200px){
.container {
width: auto !important;
}
.col-lg-3{
width: 25% !important;
}
.col-lg-4{
width: 33.33333333% !important;
}
.col-lg-5{
width: 41.66666667% !important;
}
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left !important;
}
}
@media (min-width: 992px){
.container {
width: auto !important;
}
.col-lg-3{
width: 25% !important;
}
.col-lg-4{
width: 33.33333333% !important;
}
.col-lg-5{
width: 41.66666667% !important;
}
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left !important;
}
}
@media (min-width: 768px){
.container {
width: auto !important;
}
.col-lg-3{
width: 25% !important;
}
.col-lg-4{
width: 33.33333333% !important;
}
.col-lg-5{
width: 41.66666667% !important;
}
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left !important;
}
}
@media (min-width: 100px){
.container {
width: auto !important;
}
.col-lg-3{
width: 25% !important;
}
.col-lg-4{
width: 33.33333333% !important;
}
.col-lg-5{
width: 41.66666667% !important;
}
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left !important;
}
}
nav.navbar{
display: none !important;
}
#page-wrapper{
margin-left: 0px !important;
margin-right: 0px !important;
border: 0px !important;
}
body {
background-color: #ffffff !important;
} | css/reportpdf.css | body{
width: 1100px !important;
padding: 0px !important;
margin: 0px !important;
}
div.header .topbar,
div.header .navbar,
div.breadcrumbs,
div.footer-v1{
display:none !important;
}
#erreport .score-table {
margin-bottom: 0px !important;
padding-bottom: 10px !important;
border-bottom: 0px !important;
font-size: 100% !important;
padding: 10px !important;
border-top: 0px !important;
}
#emptymap{
height: auto !important;
}
#erreport{
font-size: 18px !important;
}
.header{
border-bottom: 0px !important;
}
.erfactor{
page-break-inside: avoid;
}
div.container.content {
padding: 0 !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
width: 1100px !important;
margin: 0px !important;
}
thead { display: table-header-group }
tfoot { display: table-footer-group }
@media (min-width: 1200px){
.container {
width: auto !important;
}
.col-lg-3{
width: 25% !important;
}
.col-lg-4{
width: 33.33333333% !important;
}
.col-lg-5{
width: 41.66666667% !important;
}
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left !important;
}
}
@media (min-width: 992px){
.container {
width: auto !important;
}
.col-lg-3{
width: 25% !important;
}
.col-lg-4{
width: 33.33333333% !important;
}
.col-lg-5{
width: 41.66666667% !important;
}
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left !important;
}
}
@media (min-width: 768px){
.container {
width: auto !important;
}
.col-lg-3{
width: 25% !important;
}
.col-lg-4{
width: 33.33333333% !important;
}
.col-lg-5{
width: 41.66666667% !important;
}
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left !important;
}
}
@media (min-width: 100px){
.container {
width: auto !important;
}
.col-lg-3{
width: 25% !important;
}
.col-lg-4{
width: 33.33333333% !important;
}
.col-lg-5{
width: 41.66666667% !important;
}
.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
float: left !important;
}
}
nav.navbar{
display: none !important;
}
#page-wrapper{
margin-left: 0px !important;
margin-right: 0px !important;
border: 0px !important;
}
body {
background-color: #ffffff !important;
} | 0.219421 | 0.050799 |
body {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
background: #3973aa;
color: #fefeff;
height: 100vh;
margin: 0;
}
#page {
display: table;
height: 100%;
margin: 0 auto;
margin-top: -10px;
width: 70%;
font-size: 1.9vw;
}
#container {
display: table-cell;
vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5 {
font-weight: normal;
padding: 0;
margin: 25px 0;
margin-top: 0;
font-weight: 300;
}
h1 {
font-size: 6.5em;
margin-bottom: 10px;
}
h2 {
font-size: 1.5em;
}
h4 {
font-size: 1.4em;
line-height: 1.5em;
}
h5 {
line-height: 1.1em;
font-size: 1.3em;
}
#details {
display: flex;
flex-flow: row;
flex-wrap: nowrap;
padding-top: 10px;
}
#qr {
flex: 0 1 auto;
}
#image {
background: white;
padding: 5px;
line-height: 0;
}
#image img {
width: 9.8em;
height: 9.8em;
}
#stopcode {
padding-left: 10px;
flex: 1 1 auto;
}
@media (min-width: 840px) {
#page {
font-size: 140%;
width: 800px;
}
}
/* Loader css */
#loader {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000000;
z-index: 99999999999999;
display: grid;
text-align: center;
align-items: center;
justify-content: center;
}
.circledots {
position: relative;
top: 0;
left: 0;
transform: scale(.9);
width: 50px;
height: 50px;
margin: auto;
}
.circledots .circle {
position: absolute;
width: 38px;
height: 38px;
opacity: 0;
border-radius: 100px;
transform: rotate(225deg);
animation-iteration-count: infinite;
animation-name: orbit;
animation-duration: 5.5s;
}
.circledots .circle:after {
content: '';
position: absolute;
width: 6px;
height: 6px;
clip-path: circle(100%);
border-radius: 100px;
background: #fff;
}
.circledots .circle:nth-child(2) {
animation-delay: 240ms;
}
.circledots .circle:nth-child(3) {
animation-delay: 480ms;
}
.circledots .circle:nth-child(4) {
animation-delay: 720ms;
}
.circledots .circle:nth-child(5) {
animation-delay: 960ms;
}
@keyframes orbit {
0% {
transform: rotate(225deg);
opacity: 1;
animation-timing-function: ease-out;
}
7% {
transform: rotate(345deg);
animation-timing-function: linear;
}
30% {
transform: rotate(455deg);
animation-timing-function: ease-in-out;
}
39% {
transform: rotate(690deg);
animation-timing-function: linear;
}
70% {
transform: rotate(815deg);
opacity: 1;
animation-timing-function: ease-out;
}
75% {
transform: rotate(945deg);
animation-timing-function: ease-out;
}
76% {
transform: rotate(945deg);
opacity: 0;
}
100% {
transform: rotate(945deg);
opacity: 0;
}
}
#loads {
fill: #0178D4 !important;
} | public/style.css | body {
font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
background: #3973aa;
color: #fefeff;
height: 100vh;
margin: 0;
}
#page {
display: table;
height: 100%;
margin: 0 auto;
margin-top: -10px;
width: 70%;
font-size: 1.9vw;
}
#container {
display: table-cell;
vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5 {
font-weight: normal;
padding: 0;
margin: 25px 0;
margin-top: 0;
font-weight: 300;
}
h1 {
font-size: 6.5em;
margin-bottom: 10px;
}
h2 {
font-size: 1.5em;
}
h4 {
font-size: 1.4em;
line-height: 1.5em;
}
h5 {
line-height: 1.1em;
font-size: 1.3em;
}
#details {
display: flex;
flex-flow: row;
flex-wrap: nowrap;
padding-top: 10px;
}
#qr {
flex: 0 1 auto;
}
#image {
background: white;
padding: 5px;
line-height: 0;
}
#image img {
width: 9.8em;
height: 9.8em;
}
#stopcode {
padding-left: 10px;
flex: 1 1 auto;
}
@media (min-width: 840px) {
#page {
font-size: 140%;
width: 800px;
}
}
/* Loader css */
#loader {
position: fixed;
top: 0;
left: 0;
height: 100%;
width: 100%;
background: #000000;
z-index: 99999999999999;
display: grid;
text-align: center;
align-items: center;
justify-content: center;
}
.circledots {
position: relative;
top: 0;
left: 0;
transform: scale(.9);
width: 50px;
height: 50px;
margin: auto;
}
.circledots .circle {
position: absolute;
width: 38px;
height: 38px;
opacity: 0;
border-radius: 100px;
transform: rotate(225deg);
animation-iteration-count: infinite;
animation-name: orbit;
animation-duration: 5.5s;
}
.circledots .circle:after {
content: '';
position: absolute;
width: 6px;
height: 6px;
clip-path: circle(100%);
border-radius: 100px;
background: #fff;
}
.circledots .circle:nth-child(2) {
animation-delay: 240ms;
}
.circledots .circle:nth-child(3) {
animation-delay: 480ms;
}
.circledots .circle:nth-child(4) {
animation-delay: 720ms;
}
.circledots .circle:nth-child(5) {
animation-delay: 960ms;
}
@keyframes orbit {
0% {
transform: rotate(225deg);
opacity: 1;
animation-timing-function: ease-out;
}
7% {
transform: rotate(345deg);
animation-timing-function: linear;
}
30% {
transform: rotate(455deg);
animation-timing-function: ease-in-out;
}
39% {
transform: rotate(690deg);
animation-timing-function: linear;
}
70% {
transform: rotate(815deg);
opacity: 1;
animation-timing-function: ease-out;
}
75% {
transform: rotate(945deg);
animation-timing-function: ease-out;
}
76% {
transform: rotate(945deg);
opacity: 0;
}
100% {
transform: rotate(945deg);
opacity: 0;
}
}
#loads {
fill: #0178D4 !important;
} | 0.517571 | 0.095687 |
overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.text-muted {
color: #777777;
}
.text-primary {
color: #fed136;
}
p.large {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: none;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}*/
.img-centered {
margin: 0 auto;
}
.bg-darkest-gray {
background-color: #222222;
}
/*.item-image {
position: relative;
overflow: hidden;
padding-bottom: 70%;
}
.item-image img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}*/
.profile-img{
width: 100%;
height: auto;
}
section {
padding: 30px 0;
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
}
section h3.section-subheading {
font-size: 16px;
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: none;
font-style: italic;
font-weight: 400;
margin-bottom: 25px;
}
@media (min-width: 768px) {
section {
padding: 30px 0;
}
}
.service-heading {
margin: 15px 0;
text-transform: none;
}
#portfolio .portfolio-item {
margin: 0 0 15px;
right: 0;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
max-width: 400px;
margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover{
background: rgba(0, 0, 0, 0.51);
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
position: absolute;
width: 100%;
height: 20px;
font-size: 20px;
text-align: center;
top: 50%;
margin-top: -12px;
color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
max-width: 400px;
margin: 0 auto;
background-color: white;
text-align: center;
padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
text-transform: none;
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 16px;
margin: 0;
}
#portfolio * {
z-index: 2;
}
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
} | public/css/Hongportfolio.css | overflow-x: hidden;
font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.text-muted {
color: #777777;
}
.text-primary {
color: #fed136;
}
p.large {
font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
outline: none;
}
/*h1,
h2,
h3,
h4,
h5,
h6 {
font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: uppercase;
font-weight: 700;
}*/
.img-centered {
margin: 0 auto;
}
.bg-darkest-gray {
background-color: #222222;
}
/*.item-image {
position: relative;
overflow: hidden;
padding-bottom: 70%;
}
.item-image img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
}*/
.profile-img{
width: 100%;
height: auto;
}
section {
padding: 30px 0;
}
section h2.section-heading {
font-size: 40px;
margin-top: 0;
margin-bottom: 15px;
}
section h3.section-subheading {
font-size: 16px;
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
text-transform: none;
font-style: italic;
font-weight: 400;
margin-bottom: 25px;
}
@media (min-width: 768px) {
section {
padding: 30px 0;
}
}
.service-heading {
margin: 15px 0;
text-transform: none;
}
#portfolio .portfolio-item {
margin: 0 0 15px;
right: 0;
}
#portfolio .portfolio-item .portfolio-link {
display: block;
position: relative;
max-width: 400px;
margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover{
background: rgba(0, 0, 0, 0.51);
position: absolute;
width: 100%;
height: 100%;
opacity: 0;
transition: all ease 0.5s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
position: absolute;
width: 100%;
height: 20px;
font-size: 20px;
text-align: center;
top: 50%;
margin-top: -12px;
color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
max-width: 400px;
margin: 0 auto;
background-color: white;
text-align: center;
padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
text-transform: none;
margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-style: italic;
font-size: 16px;
margin: 0;
}
#portfolio * {
z-index: 2;
}
@media (min-width: 767px) {
#portfolio .portfolio-item {
margin: 0 0 30px;
}
} | 0.383872 | 0.087019 |
@media screen and (min-width: 480px) {
ul.autoCompleteList.autoCompleteList--3-col li {
padding: 5px 10px;
display: inline-block;
width: 50%;
}
}
@media screen and (min-width: 768px) {
body {
font-size: 16px;
}
.tablet-visible {
display: block!important;
}
.tablet-visible.tablet-visible--flex { display: flex!important; }
.tablet-visible.tablet-visible--grid { display: grid!important; }
.mob-visible{
display: none!important;
}
.sidebar-container {
flex-direction: row;
justify-content: space-between;
}
.sidebar-container.sidebar-container--alt .sidebar-container__sidebar{
width: 380px;
max-width: 32%;
margin-top: 0;
}
.sidebar-container.sidebar-container--alt .sidebar-container__content{
width: 710px;
max-width: 65%;
}
.content.content--paddings {
padding: 20px 15px;
}
.title-with-text {
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.title-with-text__item {
margin-bottom: 0;
margin-right: 20px;
}
.title-with-text__item:last-child {
margin-right: 0;
flex: none;
}
.title-with-text__item.title-with-text__item--v-center {
display: flex;
align-items: center;
}
/*visible-hide*/
.tablet-visible {
display: block!important;
}
.tablet-visible.tablet-visible--flex { display: flex!important; }
.tablet-visible.tablet-visible--grid { display: grid!important; }
.mob-visible{
display: none!important;
}
/*visible-hide #end*/
}
@media screen and (min-width: 1024px) {
.desk-visible {
display: block!important;
}
.desk-visible.desk-visible--flex { display: flex!important; }
.desk-visible.desk-visible--grid { display: grid!important; }
}
@media screen and (min-width: 1200px) {
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0;
}
ul.autoCompleteList.autoCompleteList--3-col li {
width: 33%;
}
}
@media screen and (max-width: 767px) {
/*visible-hide*/
.mob-hidden {
display: none;
}
.mob-overflow-h{
overflow: hidden;
}
/*visible-hide #end*/
} | src/css/core/common/common-@media.css | @media screen and (min-width: 480px) {
ul.autoCompleteList.autoCompleteList--3-col li {
padding: 5px 10px;
display: inline-block;
width: 50%;
}
}
@media screen and (min-width: 768px) {
body {
font-size: 16px;
}
.tablet-visible {
display: block!important;
}
.tablet-visible.tablet-visible--flex { display: flex!important; }
.tablet-visible.tablet-visible--grid { display: grid!important; }
.mob-visible{
display: none!important;
}
.sidebar-container {
flex-direction: row;
justify-content: space-between;
}
.sidebar-container.sidebar-container--alt .sidebar-container__sidebar{
width: 380px;
max-width: 32%;
margin-top: 0;
}
.sidebar-container.sidebar-container--alt .sidebar-container__content{
width: 710px;
max-width: 65%;
}
.content.content--paddings {
padding: 20px 15px;
}
.title-with-text {
flex-direction: row;
justify-content: space-between;
align-items: center;
margin-bottom: 30px;
}
.title-with-text__item {
margin-bottom: 0;
margin-right: 20px;
}
.title-with-text__item:last-child {
margin-right: 0;
flex: none;
}
.title-with-text__item.title-with-text__item--v-center {
display: flex;
align-items: center;
}
/*visible-hide*/
.tablet-visible {
display: block!important;
}
.tablet-visible.tablet-visible--flex { display: flex!important; }
.tablet-visible.tablet-visible--grid { display: grid!important; }
.mob-visible{
display: none!important;
}
/*visible-hide #end*/
}
@media screen and (min-width: 1024px) {
.desk-visible {
display: block!important;
}
.desk-visible.desk-visible--flex { display: flex!important; }
.desk-visible.desk-visible--grid { display: grid!important; }
}
@media screen and (min-width: 1200px) {
.container {
max-width: 1200px;
margin: 0 auto;
padding: 0;
}
ul.autoCompleteList.autoCompleteList--3-col li {
width: 33%;
}
}
@media screen and (max-width: 767px) {
/*visible-hide*/
.mob-hidden {
display: none;
}
.mob-overflow-h{
overflow: hidden;
}
/*visible-hide #end*/
} | 0.347094 | 0.121712 |
:root {
--color-primary: #3ea7e1;
--link-color: #fff;
--heading-color: #fff;
--button-color: #fff;
--button-font: #3ea7e1;
--button-border: rgba(255, 255, 255, 0.3);
--container-padding: 15px;
}
@media (min-width: 576px) {
:root {
--container-padding: 30px;
}
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
[id] {
scroll-margin: 130px;
}
html,
body {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
background: #fff;
color: #666;
font-family: "Raleway", sans-serif;
font-size: 18px;
line-height: 28px;
-webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--heading-color);
}
h1,
h2,
.font {
font-family: "Pacifico", cursive;
font-weight: normal;
letter-spacing: 0;
}
h1,
h2 {
text-shadow: 8px 10px 1px rgba(0, 0, 0, 0.1);
font-size: 60px;
line-height: 1;
margin: 0 0 100px 0;
}
@media (min-width: 576px) {
h1,
h2 {
font-size: 75px;
}
}
@media (min-width: 768px) {
h1,
h2 {
font-size: 100px;
}
}
h3,
h4,
h5,
h6 {
font-weight: bold;
line-height: 1.2;
}
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
}
h3,
h4 {
font-size: 130%;
margin: 100px 0 30px;
}
h5,
h6 {
font-size: 115%;
margin: 50px 0 20px;
}
p,
ul,
ol,
blockquote {
margin: 0;
}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
margin-bottom: 30px;
}
a {
color: var(--link-color);
}
p a:not(.button), p a:not(.button):link, p a:not(.button):active, p a:not(.button):visited,
td a:not(.button),
td a:not(.button):link,
td a:not(.button):active,
td a:not(.button):visited,
th a:not(.button),
th a:not(.button):link,
th a:not(.button):active,
th a:not(.button):visited,
dt a:not(.button),
dt a:not(.button):link,
dt a:not(.button):active,
dt a:not(.button):visited,
dd a:not(.button),
dd a:not(.button):link,
dd a:not(.button):active,
dd a:not(.button):visited {
text-decoration: none;
border-bottom: 1px solid currentColor;
}
p a:not(.button):hover,
td a:not(.button):hover,
th a:not(.button):hover,
dt a:not(.button):hover,
dd a:not(.button):hover {
text-decoration: none;
border-bottom-width: 2px;
}
img {
height: auto;
max-width: 100%;
}
abbr[title] {
border: none;
text-decoration: none;
}
select,
input[type=text],
textarea {
display: block;
width: 100%;
height: 50px;
min-height: 50px;
padding: 10px 20px;
color: #666;
font-weight: normal;
font-size: 15px;
line-height: 20px;
resize: none;
border: none;
background: rgba(255, 255, 255, 0.7);
-webkit-transition: background-color 0.5s ease;
-o-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}
code,
pre {
font-family: Consolas, monospace;
}
code {
opacity: 0.7;
white-space: nowrap;
}
pre {
padding: 10px var(--container-padding);
margin: 30px calc(1px - var(--container-padding)) 30px calc(0px - var(--container-padding));
white-space: pre;
line-height: 20px;
font-size: 15px;
background: rgba(0, 0, 0, 0.5);
overflow: auto;
-webkit-overflow-scrolling: touch;
}
pre .faded {
opacity: 0.4;
}
pre code {
opacity: 1;
white-space: pre;
}
pre code.hljs {
background: none;
padding: 0;
}
pre code [class*=hljs-] {
-webkit-transition: color 2s ease;
-o-transition: color 2s ease;
transition: color 2s ease;
}
dl {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
display: block;
margin: 30px calc(0px - var(--container-padding));
}
dt,
dd {
width: 100%;
margin: 0;
float: none;
}
dt {
border-top: 1px solid rgba(255, 255, 255, 0.5);
padding: 10px var(--container-padding) 0;
}
dd {
padding: 0 var(--container-padding) 10px;
}
@media (min-width: 768px) {
dl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
dt,
dd {
min-height: 1px;
}
dt {
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
padding-bottom: 10px;
}
dd {
-webkit-box-flex: 0;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
padding-top: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
}
dt.divider {
width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding-bottom: 0;
padding-top: 20px;
font-size: 15px;
text-transform: uppercase;
opacity: 0.7;
}
dt.divider + dd {
width: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
padding: 0;
}
dt.divider + dd + dt,
dt.divider + dd + dt + dd {
border-top: none;
}
iframe {
overflow: hidden;
}
.hidden {
display: none !important;
}
.visible {
display: block !important;
}
@media (min-width: 576px) {
.hidden-xs {
display: none !important;
}
.visible-xs {
display: block !important;
}
}
@media (min-width: 768px) {
.hidden-sm {
display: none !important;
}
.visible-sm {
display: block !important;
}
}
@media (min-width: 992px) {
.hidden-md {
display: none !important;
}
.visible-md {
display: block !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
.visible-lg {
display: block !important;
}
}
@media (min-width: 1440px) {
.hidden-xl {
display: none !important;
}
.visible-xl {
display: block !important;
}
}
.message {
padding: 30px var(--container-padding);
margin: 0 calc(0px - var(--container-padding));
}
.message--success {
background: #393;
}
.message--error {
background: #c30;
}
.warning {
--link-color: #666;
padding: 30px calc(var(--container-padding) - 6px);
margin: 30px calc(0px - var(--container-padding));
border-left: 6px solid #960;
color: #666;
background: rgba(255, 255, 255, 0.5);
}
.warning code {
opacity: 0.7;
}
.container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 992px;
min-width: 320px;
padding: 0 var(--container-padding);
margin: 0 auto;
}
@media (min-width: 768px) {
.container {
width: 90%;
}
}
@media (min-width: 992px) {
.container {
width: 80%;
}
}
.content {
--link-color: #3ea7e1;
--heading-color: #3ea7e1;
--button-color: #3ea7e1;
--button-font: #3ea7e1;
--button-border: #3ea7e1;
padding: 100px 0;
overflow: hidden;
color: #666;
background: rgba(255, 255, 255, 0.7);
}
.content--after-tablet {
padding-top: 0;
}
@media (min-width: 992px) {
.content--after-tablet {
padding-top: 100px;
margin-top: -150px;
}
}
.content h3,
.content h4,
.content h5,
.content h6 {
font-weight: 100;
font-size: 35px;
}
.content pre {
background: rgba(0, 0, 0, 0.7);
}
.content__section {
padding: 50px 0;
position: relative;
}
@media (min-width: 768px) {
.content__section {
padding: 100px 0;
}
.content__section:first-child {
padding-top: 50px;
}
.content__section + .content__section {
border-top: 8px solid rgba(0, 0, 0, 0.06);
}
}
.content__section h4 {
margin-top: 0;
}
.content__section--phones, .content__section--tablets {
padding-bottom: 0;
}
.content__section--phones + .content__section, .content__section--tablets + .content__section {
border-top: none;
}
.content__section--tablets p {
position: relative;
z-index: 1;
}
.content__section--cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
}
@media (min-width: 992px) {
.content__section--cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.content__section--cta h4 {
margin: 0 0 5px 0;
}
.content__section--cta .button {
margin: 0;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -30px;
}
.col {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
padding: 0 30px;
}
.col-12 {
width: 100%;
}
.col-10 {
width: 80%;
}
.col-9 {
width: 75%;
}
.col-8 {
width: 66.66%;
}
.col-6 {
width: 50%;
}
.col-4 {
width: 33.33%;
}
.col-3 {
width: 25%;
}
.col-2 {
width: 20%;
}
@media (min-width: 576px) {
.col-xs-12 {
width: 100%;
}
.col-xs-10 {
width: 80%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-4 {
width: 33.33%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 20%;
}
}
@media (min-width: 768px) {
.col-sm-12 {
width: 100%;
}
.col-sm-10 {
width: 80%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-4 {
width: 33.33%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 20%;
}
}
@media (min-width: 992px) {
.col-md-12 {
width: 100%;
}
.col-md-10 {
width: 80%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66%;
}
.col-md-6 {
width: 50%;
}
.col-md-4 {
width: 33.33%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 20%;
}
}
@media (min-width: 1200px) {
.col-lg-12 {
width: 100%;
}
.col-lg-10 {
width: 80%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-4 {
width: 33.33%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 20%;
}
}
#home-intro {
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100vh - 200px);
padding: 0 0 100px 0;
}
#home-intro h1 {
letter-spacing: -5px;
font-size: 100px;
margin: 0;
}
@media (min-width: 576px) {
#home-intro h1 {
letter-spacing: -10px;
font-size: 150px;
}
}
#home-intro h4 {
margin: 30px 0 60px 0;
}
@media (min-width: 992px) {
#home-intro:before {
content: "";
width: calc(45% + (50vw - 50%));
height: 900px;
background: url(../img/iphonex-perspective-black.png) 0 0 no-repeat transparent;
background-size: auto 850px;
position: absolute;
bottom: -175px;
left: 55%;
z-index: 3;
}
}
.page {
position: relative;
max-width: 100%;
min-height: 100vh;
padding: 150px 0;
background: #3ea7e1 !important;
color: #fff;
}
body.p404,
body.p404 .page {
background: #e34545;
}
body.p404 .container {
text-align: center;
}
body.p404 h1 {
letter-spacing: -10px;
font-size: 200px;
}
@media (min-width: 576px) {
body.p404 h1 {
letter-spacing: -15px;
font-size: 300px;
}
}
@media (min-width: 768px) {
body.p404 h1 {
letter-spacing: -20px;
font-size: 400px;
}
}
@media (min-width: 768px) {
body:not(.p404):not(.docready) .page {
width: calc(100% - 60px);
-webkit-transform: translate3d(60px, 0, 0);
transform: translate3d(60px, 0, 0);
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
@media (min-width: 1440px) {
body:not(.p404):not(.docready) .page {
width: calc(100% - 440px);
-webkit-transform: translate3d(440px, 0, 0);
transform: translate3d(440px, 0, 0);
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.hamburger {
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
z-index: 15;
margin: -150px 0 100px 0;
background: var(--color-primary);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
opacity: 0.95;
}
.hamburger mm-burger {
--mb-bar-width: 40px;
--mb-bar-height: 2px;
--mb-bar-spacing: 10px;
--mb-animate-timeout: 0.6s;
padding: 15px 20px;
}
@media (min-width: 992px) {
.hamburger {
top: 50px;
width: 90px;
margin: -95px 0 5px 35px;
padding: 10px;
opacity: 1;
border: none;
background: none;
}
}
@media (min-width: 1200px) {
.hamburger {
margin-left: 50px;
}
}
#menu:not(.mm-menu),
body:not(.docready) #menu {
display: none;
}
body .mm-menu {
--mm-line-height: 26px;
--mm-navbar-size: 50px;
--mm-listitem-size: 50px;
--mm-iconpanel-size: 60px;
--mm-iconbar-size: 60px;
font-size: 16px;
}
body .mm-slideout {
--mm-sidebar-collapsed-size: 60px;
}
.mm-panel > p {
padding: 30px 20px 20px;
margin: 0;
}
.mm-panel ul {
margin: 0;
}
.mm-panel--iconpanel-first .fa {
font-size: 16px;
text-align: center;
color: #999;
line-height: 25px;
width: 25px;
margin-right: 15px;
float: left;
-webkit-transition: color 1s ease;
-o-transition: color 1s ease;
transition: color 1s ease;
}
.mm-panel--iconpanel-first .mm-divider {
padding-left: 60px;
}
.mm-panel--iconpanel-first .mm-listitem:after {
left: 60px;
}
.mm-menu--opened .mm-panel--opened.mm-panel--iconpanel-first .fa {
color: var(--color-primary);
}
.mm-panel__blocker {
display: block !important;
opacity: 0 !important;
}
.mm-panel--search .fa {
display: none;
}
.mm-panel--search .mm-panel__splash {
padding: 0;
}
.mm-panel--search .mm-panel__splash div {
padding: 40px 20px;
text-align: center;
opacity: 0.8;
}
.mm-panel--search .mm-panel__splash h4 {
margin: 0 0 10px;
color: inherit;
}
.button,
.buttons {
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.05);
-webkit-box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.1);
box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.1);
}
.button .font,
.buttons .font {
font-size: 35px;
text-align: center;
display: block;
}
.button small,
.buttons small {
font-size: 13px;
font-weight: normal;
display: block;
}
.button,
.buttons a {
line-height: 25px;
text-decoration: none !important;
-webkit-transition: none 0.2s ease;
-o-transition: none 0.2s ease;
transition: none 0.2s ease;
-webkit-transition-property: -webkit-box-shadow, -webkit-transform;
transition-property: -webkit-box-shadow, -webkit-transform;
-o-transition-property: box-shadow, transform;
transition-property: box-shadow, transform;
transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
.button:hover,
.buttons a:hover {
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
.button small,
.buttons a small {
color: #666;
}
.button {
display: inline-block;
padding: 15px 30px;
margin: 20px 15px 0 0;
font-weight: bold;
color: var(--button-color);
border: 2px solid var(--button-border);
}
.button:hover {
-webkit-box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.15);
box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.15);
}
.buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1px;
}
@media (min-width: 576px) {
.buttons {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.buttons a {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
display: block;
padding: 30px 10px 20px;
margin: 0;
background: rgba(255, 255, 255, 0.7);
}
.buttons .font {
color: var(--button-font);
}
.check {
position: relative;
}
.check input {
width: calc(100% + (var(--container-padding) * 2));
padding-left: var(--container-padding);
padding-right: var(--container-padding);
margin-left: calc(0px - var(--container-padding));
margin-right: calc(0px - var(--container-padding));
}
.check a {
display: block;
position: absolute;
bottom: 0;
right: calc(0px - var(--container-padding));
width: 80px;
height: 50px;
line-height: 50px;
font-size: 20px;
color: var(--color-primary);
text-align: center;
text-decoration: none;
}
.phone {
position: relative;
z-index: 1;
padding: 90px 0 60px;
margin: 0 -40px;
}
.phone:before, .phone:after {
content: "";
display: block;
position: absolute;
z-index: -1;
}
.phone iframe {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
border: none;
}
.phone + pre {
margin-top: 0;
}
.phone:before, .phone:after {
left: 0;
width: 100%;
height: 50%;
background: url(../img/iphonex-example-blue.png) center top/395px auto no-repeat transparent;
}
.phone:before {
top: 0;
}
.phone:after {
bottom: 0;
background-position: center bottom;
}
.phone div {
position: relative;
width: 290px;
height: 550px;
margin: 0 auto;
overflow: hidden;
background: #000;
border-radius: 0 0 35px 35px;
}
.phone span {
display: block;
width: 290px;
height: 30px;
margin: -25px auto 0;
border-radius: 30px 30px 0 0;
background: url(../img/iphonex-example-camera.png) center top no-repeat #4bb5ef;
}
.phone--coral:before, .phone--coral:after {
background-image: url(../img/iphonex-example-coral.png);
}
.phone--coral span {
background-color: #e34545;
}
.phone--yellow:before, .phone--yellow:after {
background-image: url(../img/iphonex-example-yellow.png);
}
.phone--yellow span {
background-color: #ffbb00;
}
.phone--black:before, .phone--black:after {
background-image: url(../img/iphonex-example-black.png);
}
.phone--black span {
background-color: #555;
}
.phone--white:before, .phone--white:after {
background-image: url(../img/iphonex-example-white.png);
}
.phone--white span {
background-color: #fff;
}
.stacked-phones {
overflow: hidden;
height: 550px;
margin: 0 -15%;
position: relative;
}
.stacked-phones:after {
content: "";
border-radius: 50%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
display: block;
height: 20px;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 2;
}
.stacked-phones .phone {
width: 380px;
margin: 0;
position: absolute;
top: 0;
left: 50%;
z-index: 1;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.stacked-phones .phone:first-child, .stacked-phones .phone:last-child {
z-index: 0;
margin-top: 25px;
}
@media (min-width: 576px) {
.stacked-phones .phone {
-webkit-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.stacked-phones .phone:first-child {
-webkit-transform: translateX(-90%);
-ms-transform: translateX(-90%);
transform: translateX(-90%);
}
}
@media (min-width: 992px) {
.stacked-phones .phone {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.stacked-phones .phone:first-child {
-webkit-transform: translateX(-131%);
-ms-transform: translateX(-131%);
transform: translateX(-131%);
}
.stacked-phones .phone:last-child {
-webkit-transform: translateX(31%);
-ms-transform: translateX(31%);
transform: translateX(31%);
}
}
.tablet {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 567px;
padding: 38px 72px;
margin: 50px 0;
position: relative;
z-index: 1;
}
.tablet:before, .tablet:after {
content: "";
display: block;
position: absolute;
z-index: -1;
}
.tablet iframe {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
border: none;
}
.tablet + pre {
margin-top: 0;
}
.tablet:before, .tablet:after {
top: 0;
height: 100%;
background: url(../img/ipad-example.png) left top no-repeat transparent;
}
.tablet:before {
width: 30%;
left: 0;
}
.tablet:after {
background-position: right top;
width: 70%;
right: 0;
}
.tablet :where(div) {
position: relative;
width: 100%;
overflow: hidden;
background: #111;
}
.tablet__image {
overflow-y: auto;
}
.tablet__image img {
width: auto;
max-width: 100%;
margin: auto;
}
.rotatable-tablet {
height: 675px;
margin: -50px -100px 0;
padding: 100px 0 0;
position: relative;
overflow: hidden;
}
.rotatable-tablet:after {
content: "";
border-radius: 50%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
display: block;
height: 20px;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 2;
}
.rotatable-tablet .tablet {
width: 800px;
margin: 50px auto 0;
-webkit-transition: none 0.5s ease 0.2s;
-o-transition: none 0.5s ease 0.2s;
transition: none 0.5s ease 0.2s;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.rotatable-tablet .tablet iframe {
-webkit-transition: none 0.6s ease 0.6s;
-o-transition: none 0.6s ease 0.6s;
transition: none 0.6s ease 0.6s;
-webkit-transition-property: top, left, width, height, -webkit-transform;
transition-property: top, left, width, height, -webkit-transform;
-o-transition-property: transform, top, left, width, height;
transition-property: transform, top, left, width, height;
transition-property: transform, top, left, width, height, -webkit-transform;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.rotatable-tablet--in-portrait .tablet {
-webkit-transform: rotate(-90deg) translateX(-100px);
-ms-transform: rotate(-90deg) translateX(-100px);
transform: rotate(-90deg) translateX(-100px);
}
.rotatable-tablet--in-portrait .tablet iframe {
width: 490px;
height: 655px;
left: 82px;
top: -82px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.rotate {
display: block;
width: 100px;
margin: auto;
text-align: center;
text-decoration: none !important;
font-size: 50px;
}
.rotate__icon {
display: inline-block;
height: 40px;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
-o-transition: transform 0.2s ease, opacity 0.3s ease;
transition: transform 0.2s ease, opacity 0.3s ease;
transition: transform 0.2s ease, opacity 0.3s ease, -webkit-transform 0.2s ease;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
.rotate__icon--landscape {
opacity: 0.2;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: rotate(0deg) translate(22px, 0px);
-ms-transform: rotate(0deg) translate(22px, 0px);
transform: rotate(0deg) translate(22px, 0px);
}
.rotate:hover .rotate__icon--landscape {
opacity: 0.4;
}
.rotatable-tablet--in-portrait .rotate__icon--landscape {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: rotate(-90deg) translate(0px, 22px);
-ms-transform: rotate(-90deg) translate(0px, 22px);
transform: rotate(-90deg) translate(0px, 22px);
}
.rotate__icon--portrait {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: rotate(90deg) translate(0px, 22px);
-ms-transform: rotate(90deg) translate(0px, 22px);
transform: rotate(90deg) translate(0px, 22px);
}
.rotatable-tablet--in-portrait .rotate__icon--portrait {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: rotate(0deg) translate(-22px, 0px);
-ms-transform: rotate(0deg) translate(-22px, 0px);
transform: rotate(0deg) translate(-22px, 0px);
}
.popout {
display: block;
padding: 20px 10px;
margin-bottom: 1px;
text-decoration: none;
text-align: center;
line-height: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.popout:hover {
margin-bottom: 0;
border-bottom: 2px solid rgba(255, 255, 255, 0.75);
}
.popout .fa {
margin-left: 20px;
}
.burgers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 40px -10px 80px;
}
.burger {
position: relative;
width: calc(50% - 20px);
padding-top: calc(50% - 20px);
margin: 10px;
font-size: 15px;
text-align: center;
cursor: pointer;
background: rgba(255, 255, 255, 0.05);
-webkit-box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.1);
box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: none 0.2s ease;
-o-transition: none 0.2s ease;
transition: none 0.2s ease;
-webkit-transition-property: background-color, -webkit-box-shadow, -webkit-transform;
transition-property: background-color, -webkit-box-shadow, -webkit-transform;
-o-transition-property: background-color, box-shadow, transform;
transition-property: background-color, box-shadow, transform;
transition-property: background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
.burger:hover {
background: rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.15);
box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.15);
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
.burger mm-burger {
--mb-cross-timeout: 0s;
--mb-animate-timeout: 0s;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.burger span {
position: absolute;
bottom: 10%;
left: 0;
right: 0;
}
@media (min-width: 992px) {
.burger {
width: calc(25% - 20px);
padding-top: calc(25% - 20px);
}
}
.features {
padding-top: 0;
padding-bottom: 0;
}
.features p {
padding: 30px 0 0;
margin: 0;
position: relative;
}
.features p img {
display: none;
}
@media (min-width: 768px) {
.features p {
min-height: 50px;
padding: 75px 0;
}
.features p:first-child {
border-top: none;
}
.features p:nth-child(odd) {
padding-left: 45%;
}
.features p:nth-child(odd) img {
right: var(--image-offset);
}
.features p:nth-child(even) {
padding-right: 45%;
}
.features p:nth-child(even) img {
left: var(--image-offset);
}
.features p img {
--image-offset: calc(55% + 50px);
position: absolute;
top: calc(50% - 90px);
border-radius: 15px;
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.features p img:first-child {
display: block;
}
.features p img:nth-child(3) {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.features p img:nth-child(2), .features p img:nth-child(4) {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}
.features p img:nth-child(2) {
--image-offset: calc(55% + 220px);
}
.features p img:nth-child(3) {
--image-offset: calc(55% + 360px);
}
.features p img:nth-child(4) {
--image-offset: calc(55% + 480px);
}
}
@media (min-width: 992px) {
.features p img {
display: block;
}
}
@media (min-width: 992px) {
.licenses {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 100px calc(0px - var(--container-padding)) 0;
}
}
.license {
margin: 50px calc(0px - var(--container-padding));
padding: 50px var(--container-padding) 0;
}
.license:not(:first-child) {
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.license__title {
display: inline-block;
margin: 0;
}
.license__price {
display: inline-block;
margin-left: 30px;
font-weight: 100;
}
.license__description {
margin: 20px 0 30px;
}
.license__button {
display: block;
padding: 20px 10px 25px;
}
@media (min-width: 992px) {
.license {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
margin: 0;
padding: 75px var(--container-padding);
text-align: center;
}
.license:nth-child(even) {
background: rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.license:not(:first-child) {
border-top: none;
}
.license__title {
display: block;
height: 80px;
}
.license__price {
display: block;
padding: 30px 0;
margin: 0 30px;
font-size: 45px;
line-height: 1.2;
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.license__description {
margin: 30px 0;
}
.license__button {
margin-top: auto;
}
}
.next {
padding: 100px var(--container-padding) 0;
margin: 100px calc(0px - var(--container-padding)) 0;
border-top: 8px solid rgba(0, 0, 0, 0.1);
}
.playground pre {
margin: 50px calc(0px - var(--container-padding));
}
.playground .phone {
position: -webkit-sticky;
position: sticky;
top: calc(50vh - 320px);
}
.playground__options {
--mm-color-text: #fff;
--mm-color-border: rgb(0 0 0 / 0.3);
--mm-color-background: #fff;
position: relative;
z-index: 2;
margin: 50px 0;
}
.playground__options .mm-listitem {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 calc(0px - var(--container-padding));
padding: 15px 5px 15px var(--container-padding);
}
.playground__options .mm-listitem:after {
left: 0;
bottom: 100%;
border-color: rgba(0, 0, 0, 0.1);
}
.playground__options .mm-listitem a,
.playground__options .mm-listitem span {
padding: 0;
-o-text-overflow: clip;
text-overflow: clip;
white-space: normal;
}
.playground__options .mm-listitem + .mm-divider {
padding-top: 50px;
}
.playground__options .mm-divider {
margin: 0 calc(0px - var(--container-padding));
padding: 15px 5px 15px var(--container-padding);
font-size: 15px;
opacity: 0.7;
background: transparent;
}
.playground__options .mm-divider:before {
content: none;
}
.playground__code.hljs {
background: unset;
display: unset;
overflow-x: unset;
padding: unset;
background: unset;
color: unset;
}
h1.has-submenu {
margin-bottom: 10px;
position: relative;
z-index: 11;
}
h1 .submenutext {
display: none;
}
.submenu {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 10;
margin: 30px calc(0px - var(--container-padding)) 100px;
overflow-x: auto;
line-height: 20px;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
opacity: 0.95;
}
.submenu ul,
.submenu li {
display: block;
padding: 0;
list-style: none;
}
.submenu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 8px solid rgba(0, 0, 0, 0.1);
background: #3ea7e1;
}
.submenu li {
margin: 0;
}
.submenu a {
display: block;
position: relative;
padding: 15px 20px;
margin-bottom: -8px;
border: none;
border-bottom: 8px solid rgba(0, 0, 0, 0);
text-decoration: none;
-webkit-transition: border-bottom-color 0.4s ease;
-o-transition: border-bottom-color 0.4s ease;
transition: border-bottom-color 0.4s ease;
}
.submenu li:first-child a {
padding-left: var(--container-padding);
}
.submenu li.selected a,
.submenu a:hover, .submenu:hover li.selected a:hover {
border-bottom-color: rgba(0, 0, 0, 0.1);
}
.submenu:hover li.selected a {
border-bottom-color: rgba(0, 0, 0, 0);
}
.table {
width: calc(100% + (var(--container-padding) * 2));
margin: 30px calc(0px - var(--container-padding));
}
.table td {
border: none;
vertical-align: top;
}
.table thead {
background: rgba(255, 255, 255, 0.6);
color: var(--color-primary);
}
.table thead td {
padding-top: 15px;
padding-bottom: 15px;
}
.table tfoot {
font-size: 15px;
}
.table tfoot tr td {
padding: 0 20px;
}
.table tfoot tr:first-child td {
padding-top: 20px;
}
.table tfoot tr:last-child td {
padding-bottom: 20px;
}
.table .open,
.table .close {
padding-top: 0;
}
.table .sub-open + tr td {
padding-top: 0;
}
.table tfoot tr:first-child,
.table tbody tr + tr {
position: relative;
}
.table tfoot tr:first-child:after,
.table tbody tr + tr:after {
border-top: 1px solid rgba(255, 255, 255, 0.5);
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
}
.table .sub-open:after,
.table .sub-open + tr:after,
.table .sub-close:after,
.table .divider + tr:after {
content: none;
display: none;
}
.table .sub-1:after {
left: 50px;
}
.table .sub-1 .name,
.table .sub-1 .open,
.table .sub-1 .close {
padding-left: 50px;
}
.table .sub-2:after {
left: 75px;
}
.table .sub-2 .name,
.table .sub-2 .open,
.table .sub-2 .close {
padding-left: 75px;
}
.table .sub-3:after {
left: 100px;
}
.table .sub-3 .name,
.table .sub-3 .open,
.table .sub-3 .close {
padding-left: 100px;
}
.table .divider td {
font-size: 15px;
text-transform: uppercase;
opacity: 0.7;
padding-bottom: 0;
}
@media (max-width: 991px) {
.table thead,
.table td:empty {
display: none;
}
.table tr {
display: block;
width: 100%;
overflow: hidden;
}
.table td {
display: block;
padding: 30px var(--container-padding);
}
.table .name {
font-weight: bold;
width: auto;
padding-right: 5px;
padding-bottom: 0;
float: left;
}
.table .datatype {
width: auto;
padding-left: 0;
padding-bottom: 0;
float: left;
}
.table .datatype em:before {
content: "(";
}
.table .datatype em:after {
content: ")";
}
.table .default {
width: 100%;
padding-top: 0;
clear: left;
}
.table .default:before {
content: "Default: ";
}
.table .description {
width: 100%;
padding-top: 0;
clear: left;
}
.table .sub-1 td:not(.datatype) {
padding-left: 50px;
}
.table .sub-2 td:not(.datatype) {
padding-left: 75px;
}
.table .sub-3 td:not(.datatype) {
padding-left: 100px;
}
}
@media (min-width: 992px) {
.table td {
padding: 20px 10px;
}
.table .name,
.table .text,
.table .open,
.table .close {
padding-left: var(--container-padding);
}
.table .name {
width: 20%;
}
.table .datatype {
width: 15%;
}
.table .default {
width: 20%;
}
.table .description {
width: 45%;
}
}
.changelog > li + li {
margin-top: 50px;
}
.changelog li li {
margin-top: 5px;
}
.wp-screenshot h4 {
display: none;
} | public/mmenu_layout.css | :root {
--color-primary: #3ea7e1;
--link-color: #fff;
--heading-color: #fff;
--button-color: #fff;
--button-font: #3ea7e1;
--button-border: rgba(255, 255, 255, 0.3);
--container-padding: 15px;
}
@media (min-width: 576px) {
:root {
--container-padding: 30px;
}
}
*,
*:before,
*:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html,
body,
[id] {
scroll-margin: 130px;
}
html,
body {
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body {
background: #fff;
color: #666;
font-family: "Raleway", sans-serif;
font-size: 18px;
line-height: 28px;
-webkit-text-size-adjust: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: var(--heading-color);
}
h1,
h2,
.font {
font-family: "Pacifico", cursive;
font-weight: normal;
letter-spacing: 0;
}
h1,
h2 {
text-shadow: 8px 10px 1px rgba(0, 0, 0, 0.1);
font-size: 60px;
line-height: 1;
margin: 0 0 100px 0;
}
@media (min-width: 576px) {
h1,
h2 {
font-size: 75px;
}
}
@media (min-width: 768px) {
h1,
h2 {
font-size: 100px;
}
}
h3,
h4,
h5,
h6 {
font-weight: bold;
line-height: 1.2;
}
h3 small,
h4 small,
h5 small,
h6 small {
font-weight: normal;
}
h3,
h4 {
font-size: 130%;
margin: 100px 0 30px;
}
h5,
h6 {
font-size: 115%;
margin: 50px 0 20px;
}
p,
ul,
ol,
blockquote {
margin: 0;
}
p:not(:last-child),
ul:not(:last-child),
ol:not(:last-child),
blockquote:not(:last-child) {
margin-bottom: 30px;
}
a {
color: var(--link-color);
}
p a:not(.button), p a:not(.button):link, p a:not(.button):active, p a:not(.button):visited,
td a:not(.button),
td a:not(.button):link,
td a:not(.button):active,
td a:not(.button):visited,
th a:not(.button),
th a:not(.button):link,
th a:not(.button):active,
th a:not(.button):visited,
dt a:not(.button),
dt a:not(.button):link,
dt a:not(.button):active,
dt a:not(.button):visited,
dd a:not(.button),
dd a:not(.button):link,
dd a:not(.button):active,
dd a:not(.button):visited {
text-decoration: none;
border-bottom: 1px solid currentColor;
}
p a:not(.button):hover,
td a:not(.button):hover,
th a:not(.button):hover,
dt a:not(.button):hover,
dd a:not(.button):hover {
text-decoration: none;
border-bottom-width: 2px;
}
img {
height: auto;
max-width: 100%;
}
abbr[title] {
border: none;
text-decoration: none;
}
select,
input[type=text],
textarea {
display: block;
width: 100%;
height: 50px;
min-height: 50px;
padding: 10px 20px;
color: #666;
font-weight: normal;
font-size: 15px;
line-height: 20px;
resize: none;
border: none;
background: rgba(255, 255, 255, 0.7);
-webkit-transition: background-color 0.5s ease;
-o-transition: background-color 0.5s ease;
transition: background-color 0.5s ease;
}
code,
pre {
font-family: Consolas, monospace;
}
code {
opacity: 0.7;
white-space: nowrap;
}
pre {
padding: 10px var(--container-padding);
margin: 30px calc(1px - var(--container-padding)) 30px calc(0px - var(--container-padding));
white-space: pre;
line-height: 20px;
font-size: 15px;
background: rgba(0, 0, 0, 0.5);
overflow: auto;
-webkit-overflow-scrolling: touch;
}
pre .faded {
opacity: 0.4;
}
pre code {
opacity: 1;
white-space: pre;
}
pre code.hljs {
background: none;
padding: 0;
}
pre code [class*=hljs-] {
-webkit-transition: color 2s ease;
-o-transition: color 2s ease;
transition: color 2s ease;
}
dl {
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
display: block;
margin: 30px calc(0px - var(--container-padding));
}
dt,
dd {
width: 100%;
margin: 0;
float: none;
}
dt {
border-top: 1px solid rgba(255, 255, 255, 0.5);
padding: 10px var(--container-padding) 0;
}
dd {
padding: 0 var(--container-padding) 10px;
}
@media (min-width: 768px) {
dl {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
dt,
dd {
min-height: 1px;
}
dt {
-webkit-box-flex: 0;
-ms-flex: 0 0 30%;
flex: 0 0 30%;
padding-bottom: 10px;
}
dd {
-webkit-box-flex: 0;
-ms-flex: 0 0 70%;
flex: 0 0 70%;
padding-top: 10px;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
}
dt.divider {
width: 100%;
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
padding-bottom: 0;
padding-top: 20px;
font-size: 15px;
text-transform: uppercase;
opacity: 0.7;
}
dt.divider + dd {
width: 0;
-ms-flex-preferred-size: 0;
flex-basis: 0;
padding: 0;
}
dt.divider + dd + dt,
dt.divider + dd + dt + dd {
border-top: none;
}
iframe {
overflow: hidden;
}
.hidden {
display: none !important;
}
.visible {
display: block !important;
}
@media (min-width: 576px) {
.hidden-xs {
display: none !important;
}
.visible-xs {
display: block !important;
}
}
@media (min-width: 768px) {
.hidden-sm {
display: none !important;
}
.visible-sm {
display: block !important;
}
}
@media (min-width: 992px) {
.hidden-md {
display: none !important;
}
.visible-md {
display: block !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
.visible-lg {
display: block !important;
}
}
@media (min-width: 1440px) {
.hidden-xl {
display: none !important;
}
.visible-xl {
display: block !important;
}
}
.message {
padding: 30px var(--container-padding);
margin: 0 calc(0px - var(--container-padding));
}
.message--success {
background: #393;
}
.message--error {
background: #c30;
}
.warning {
--link-color: #666;
padding: 30px calc(var(--container-padding) - 6px);
margin: 30px calc(0px - var(--container-padding));
border-left: 6px solid #960;
color: #666;
background: rgba(255, 255, 255, 0.5);
}
.warning code {
opacity: 0.7;
}
.container {
-webkit-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
max-width: 992px;
min-width: 320px;
padding: 0 var(--container-padding);
margin: 0 auto;
}
@media (min-width: 768px) {
.container {
width: 90%;
}
}
@media (min-width: 992px) {
.container {
width: 80%;
}
}
.content {
--link-color: #3ea7e1;
--heading-color: #3ea7e1;
--button-color: #3ea7e1;
--button-font: #3ea7e1;
--button-border: #3ea7e1;
padding: 100px 0;
overflow: hidden;
color: #666;
background: rgba(255, 255, 255, 0.7);
}
.content--after-tablet {
padding-top: 0;
}
@media (min-width: 992px) {
.content--after-tablet {
padding-top: 100px;
margin-top: -150px;
}
}
.content h3,
.content h4,
.content h5,
.content h6 {
font-weight: 100;
font-size: 35px;
}
.content pre {
background: rgba(0, 0, 0, 0.7);
}
.content__section {
padding: 50px 0;
position: relative;
}
@media (min-width: 768px) {
.content__section {
padding: 100px 0;
}
.content__section:first-child {
padding-top: 50px;
}
.content__section + .content__section {
border-top: 8px solid rgba(0, 0, 0, 0.06);
}
}
.content__section h4 {
margin-top: 0;
}
.content__section--phones, .content__section--tablets {
padding-bottom: 0;
}
.content__section--phones + .content__section, .content__section--tablets + .content__section {
border-top: none;
}
.content__section--tablets p {
position: relative;
z-index: 1;
}
.content__section--cta {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 30px;
}
@media (min-width: 992px) {
.content__section--cta {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.content__section--cta h4 {
margin: 0 0 5px 0;
}
.content__section--cta .button {
margin: 0;
}
.row {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 -30px;
}
.col {
-webkit-box-sizing: border-box;
box-sizing: border-box;
display: block;
width: 100%;
padding: 0 30px;
}
.col-12 {
width: 100%;
}
.col-10 {
width: 80%;
}
.col-9 {
width: 75%;
}
.col-8 {
width: 66.66%;
}
.col-6 {
width: 50%;
}
.col-4 {
width: 33.33%;
}
.col-3 {
width: 25%;
}
.col-2 {
width: 20%;
}
@media (min-width: 576px) {
.col-xs-12 {
width: 100%;
}
.col-xs-10 {
width: 80%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-4 {
width: 33.33%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 20%;
}
}
@media (min-width: 768px) {
.col-sm-12 {
width: 100%;
}
.col-sm-10 {
width: 80%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-4 {
width: 33.33%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 20%;
}
}
@media (min-width: 992px) {
.col-md-12 {
width: 100%;
}
.col-md-10 {
width: 80%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66%;
}
.col-md-6 {
width: 50%;
}
.col-md-4 {
width: 33.33%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 20%;
}
}
@media (min-width: 1200px) {
.col-lg-12 {
width: 100%;
}
.col-lg-10 {
width: 80%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-4 {
width: 33.33%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 20%;
}
}
#home-intro {
position: relative;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
min-height: calc(100vh - 200px);
padding: 0 0 100px 0;
}
#home-intro h1 {
letter-spacing: -5px;
font-size: 100px;
margin: 0;
}
@media (min-width: 576px) {
#home-intro h1 {
letter-spacing: -10px;
font-size: 150px;
}
}
#home-intro h4 {
margin: 30px 0 60px 0;
}
@media (min-width: 992px) {
#home-intro:before {
content: "";
width: calc(45% + (50vw - 50%));
height: 900px;
background: url(../img/iphonex-perspective-black.png) 0 0 no-repeat transparent;
background-size: auto 850px;
position: absolute;
bottom: -175px;
left: 55%;
z-index: 3;
}
}
.page {
position: relative;
max-width: 100%;
min-height: 100vh;
padding: 150px 0;
background: #3ea7e1 !important;
color: #fff;
}
body.p404,
body.p404 .page {
background: #e34545;
}
body.p404 .container {
text-align: center;
}
body.p404 h1 {
letter-spacing: -10px;
font-size: 200px;
}
@media (min-width: 576px) {
body.p404 h1 {
letter-spacing: -15px;
font-size: 300px;
}
}
@media (min-width: 768px) {
body.p404 h1 {
letter-spacing: -20px;
font-size: 400px;
}
}
@media (min-width: 768px) {
body:not(.p404):not(.docready) .page {
width: calc(100% - 60px);
-webkit-transform: translate3d(60px, 0, 0);
transform: translate3d(60px, 0, 0);
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
@media (min-width: 1440px) {
body:not(.p404):not(.docready) .page {
width: calc(100% - 440px);
-webkit-transform: translate3d(440px, 0, 0);
transform: translate3d(440px, 0, 0);
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.hamburger {
position: -webkit-sticky;
position: sticky;
top: 0;
left: 0;
z-index: 15;
margin: -150px 0 100px 0;
background: var(--color-primary);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
opacity: 0.95;
}
.hamburger mm-burger {
--mb-bar-width: 40px;
--mb-bar-height: 2px;
--mb-bar-spacing: 10px;
--mb-animate-timeout: 0.6s;
padding: 15px 20px;
}
@media (min-width: 992px) {
.hamburger {
top: 50px;
width: 90px;
margin: -95px 0 5px 35px;
padding: 10px;
opacity: 1;
border: none;
background: none;
}
}
@media (min-width: 1200px) {
.hamburger {
margin-left: 50px;
}
}
#menu:not(.mm-menu),
body:not(.docready) #menu {
display: none;
}
body .mm-menu {
--mm-line-height: 26px;
--mm-navbar-size: 50px;
--mm-listitem-size: 50px;
--mm-iconpanel-size: 60px;
--mm-iconbar-size: 60px;
font-size: 16px;
}
body .mm-slideout {
--mm-sidebar-collapsed-size: 60px;
}
.mm-panel > p {
padding: 30px 20px 20px;
margin: 0;
}
.mm-panel ul {
margin: 0;
}
.mm-panel--iconpanel-first .fa {
font-size: 16px;
text-align: center;
color: #999;
line-height: 25px;
width: 25px;
margin-right: 15px;
float: left;
-webkit-transition: color 1s ease;
-o-transition: color 1s ease;
transition: color 1s ease;
}
.mm-panel--iconpanel-first .mm-divider {
padding-left: 60px;
}
.mm-panel--iconpanel-first .mm-listitem:after {
left: 60px;
}
.mm-menu--opened .mm-panel--opened.mm-panel--iconpanel-first .fa {
color: var(--color-primary);
}
.mm-panel__blocker {
display: block !important;
opacity: 0 !important;
}
.mm-panel--search .fa {
display: none;
}
.mm-panel--search .mm-panel__splash {
padding: 0;
}
.mm-panel--search .mm-panel__splash div {
padding: 40px 20px;
text-align: center;
opacity: 0.8;
}
.mm-panel--search .mm-panel__splash h4 {
margin: 0 0 10px;
color: inherit;
}
.button,
.buttons {
margin: 0;
text-align: center;
background: rgba(255, 255, 255, 0.05);
-webkit-box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.1);
box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.1);
}
.button .font,
.buttons .font {
font-size: 35px;
text-align: center;
display: block;
}
.button small,
.buttons small {
font-size: 13px;
font-weight: normal;
display: block;
}
.button,
.buttons a {
line-height: 25px;
text-decoration: none !important;
-webkit-transition: none 0.2s ease;
-o-transition: none 0.2s ease;
transition: none 0.2s ease;
-webkit-transition-property: -webkit-box-shadow, -webkit-transform;
transition-property: -webkit-box-shadow, -webkit-transform;
-o-transition-property: box-shadow, transform;
transition-property: box-shadow, transform;
transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
.button:hover,
.buttons a:hover {
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
.button small,
.buttons a small {
color: #666;
}
.button {
display: inline-block;
padding: 15px 30px;
margin: 20px 15px 0 0;
font-weight: bold;
color: var(--button-color);
border: 2px solid var(--button-border);
}
.button:hover {
-webkit-box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.15);
box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.15);
}
.buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 1px;
}
@media (min-width: 576px) {
.buttons {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
}
.buttons a {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
display: block;
padding: 30px 10px 20px;
margin: 0;
background: rgba(255, 255, 255, 0.7);
}
.buttons .font {
color: var(--button-font);
}
.check {
position: relative;
}
.check input {
width: calc(100% + (var(--container-padding) * 2));
padding-left: var(--container-padding);
padding-right: var(--container-padding);
margin-left: calc(0px - var(--container-padding));
margin-right: calc(0px - var(--container-padding));
}
.check a {
display: block;
position: absolute;
bottom: 0;
right: calc(0px - var(--container-padding));
width: 80px;
height: 50px;
line-height: 50px;
font-size: 20px;
color: var(--color-primary);
text-align: center;
text-decoration: none;
}
.phone {
position: relative;
z-index: 1;
padding: 90px 0 60px;
margin: 0 -40px;
}
.phone:before, .phone:after {
content: "";
display: block;
position: absolute;
z-index: -1;
}
.phone iframe {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
border: none;
}
.phone + pre {
margin-top: 0;
}
.phone:before, .phone:after {
left: 0;
width: 100%;
height: 50%;
background: url(../img/iphonex-example-blue.png) center top/395px auto no-repeat transparent;
}
.phone:before {
top: 0;
}
.phone:after {
bottom: 0;
background-position: center bottom;
}
.phone div {
position: relative;
width: 290px;
height: 550px;
margin: 0 auto;
overflow: hidden;
background: #000;
border-radius: 0 0 35px 35px;
}
.phone span {
display: block;
width: 290px;
height: 30px;
margin: -25px auto 0;
border-radius: 30px 30px 0 0;
background: url(../img/iphonex-example-camera.png) center top no-repeat #4bb5ef;
}
.phone--coral:before, .phone--coral:after {
background-image: url(../img/iphonex-example-coral.png);
}
.phone--coral span {
background-color: #e34545;
}
.phone--yellow:before, .phone--yellow:after {
background-image: url(../img/iphonex-example-yellow.png);
}
.phone--yellow span {
background-color: #ffbb00;
}
.phone--black:before, .phone--black:after {
background-image: url(../img/iphonex-example-black.png);
}
.phone--black span {
background-color: #555;
}
.phone--white:before, .phone--white:after {
background-image: url(../img/iphonex-example-white.png);
}
.phone--white span {
background-color: #fff;
}
.stacked-phones {
overflow: hidden;
height: 550px;
margin: 0 -15%;
position: relative;
}
.stacked-phones:after {
content: "";
border-radius: 50%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
display: block;
height: 20px;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 2;
}
.stacked-phones .phone {
width: 380px;
margin: 0;
position: absolute;
top: 0;
left: 50%;
z-index: 1;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.stacked-phones .phone:first-child, .stacked-phones .phone:last-child {
z-index: 0;
margin-top: 25px;
}
@media (min-width: 576px) {
.stacked-phones .phone {
-webkit-transform: translateX(-10%);
-ms-transform: translateX(-10%);
transform: translateX(-10%);
}
.stacked-phones .phone:first-child {
-webkit-transform: translateX(-90%);
-ms-transform: translateX(-90%);
transform: translateX(-90%);
}
}
@media (min-width: 992px) {
.stacked-phones .phone {
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
}
.stacked-phones .phone:first-child {
-webkit-transform: translateX(-131%);
-ms-transform: translateX(-131%);
transform: translateX(-131%);
}
.stacked-phones .phone:last-child {
-webkit-transform: translateX(31%);
-ms-transform: translateX(31%);
transform: translateX(31%);
}
}
.tablet {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 567px;
padding: 38px 72px;
margin: 50px 0;
position: relative;
z-index: 1;
}
.tablet:before, .tablet:after {
content: "";
display: block;
position: absolute;
z-index: -1;
}
.tablet iframe {
position: absolute;
top: 0;
left: 0;
z-index: 2;
width: 100%;
height: 100%;
border: none;
}
.tablet + pre {
margin-top: 0;
}
.tablet:before, .tablet:after {
top: 0;
height: 100%;
background: url(../img/ipad-example.png) left top no-repeat transparent;
}
.tablet:before {
width: 30%;
left: 0;
}
.tablet:after {
background-position: right top;
width: 70%;
right: 0;
}
.tablet :where(div) {
position: relative;
width: 100%;
overflow: hidden;
background: #111;
}
.tablet__image {
overflow-y: auto;
}
.tablet__image img {
width: auto;
max-width: 100%;
margin: auto;
}
.rotatable-tablet {
height: 675px;
margin: -50px -100px 0;
padding: 100px 0 0;
position: relative;
overflow: hidden;
}
.rotatable-tablet:after {
content: "";
border-radius: 50%;
-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
display: block;
height: 20px;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 2;
}
.rotatable-tablet .tablet {
width: 800px;
margin: 50px auto 0;
-webkit-transition: none 0.5s ease 0.2s;
-o-transition: none 0.5s ease 0.2s;
transition: none 0.5s ease 0.2s;
-webkit-transition-property: -webkit-transform;
transition-property: -webkit-transform;
-o-transition-property: transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.rotatable-tablet .tablet iframe {
-webkit-transition: none 0.6s ease 0.6s;
-o-transition: none 0.6s ease 0.6s;
transition: none 0.6s ease 0.6s;
-webkit-transition-property: top, left, width, height, -webkit-transform;
transition-property: top, left, width, height, -webkit-transform;
-o-transition-property: transform, top, left, width, height;
transition-property: transform, top, left, width, height;
transition-property: transform, top, left, width, height, -webkit-transform;
-webkit-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.rotatable-tablet--in-portrait .tablet {
-webkit-transform: rotate(-90deg) translateX(-100px);
-ms-transform: rotate(-90deg) translateX(-100px);
transform: rotate(-90deg) translateX(-100px);
}
.rotatable-tablet--in-portrait .tablet iframe {
width: 490px;
height: 655px;
left: 82px;
top: -82px;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.rotate {
display: block;
width: 100px;
margin: auto;
text-align: center;
text-decoration: none !important;
font-size: 50px;
}
.rotate__icon {
display: inline-block;
height: 40px;
-webkit-transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
transition: opacity 0.3s ease, -webkit-transform 0.2s ease;
-o-transition: transform 0.2s ease, opacity 0.3s ease;
transition: transform 0.2s ease, opacity 0.3s ease;
transition: transform 0.2s ease, opacity 0.3s ease, -webkit-transform 0.2s ease;
-webkit-transform-origin: center bottom;
-ms-transform-origin: center bottom;
transform-origin: center bottom;
}
.rotate__icon--landscape {
opacity: 0.2;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: rotate(0deg) translate(22px, 0px);
-ms-transform: rotate(0deg) translate(22px, 0px);
transform: rotate(0deg) translate(22px, 0px);
}
.rotate:hover .rotate__icon--landscape {
opacity: 0.4;
}
.rotatable-tablet--in-portrait .rotate__icon--landscape {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: rotate(-90deg) translate(0px, 22px);
-ms-transform: rotate(-90deg) translate(0px, 22px);
transform: rotate(-90deg) translate(0px, 22px);
}
.rotate__icon--portrait {
-webkit-transition-delay: 0.1s;
-o-transition-delay: 0.1s;
transition-delay: 0.1s;
-webkit-transform: rotate(90deg) translate(0px, 22px);
-ms-transform: rotate(90deg) translate(0px, 22px);
transform: rotate(90deg) translate(0px, 22px);
}
.rotatable-tablet--in-portrait .rotate__icon--portrait {
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
-webkit-transform: rotate(0deg) translate(-22px, 0px);
-ms-transform: rotate(0deg) translate(-22px, 0px);
transform: rotate(0deg) translate(-22px, 0px);
}
.popout {
display: block;
padding: 20px 10px;
margin-bottom: 1px;
text-decoration: none;
text-align: center;
line-height: 20px;
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.popout:hover {
margin-bottom: 0;
border-bottom: 2px solid rgba(255, 255, 255, 0.75);
}
.popout .fa {
margin-left: 20px;
}
.burgers {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 40px -10px 80px;
}
.burger {
position: relative;
width: calc(50% - 20px);
padding-top: calc(50% - 20px);
margin: 10px;
font-size: 15px;
text-align: center;
cursor: pointer;
background: rgba(255, 255, 255, 0.05);
-webkit-box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.1);
box-shadow: 5px 8px 2px rgba(0, 0, 0, 0.1);
-webkit-transition: none 0.2s ease;
-o-transition: none 0.2s ease;
transition: none 0.2s ease;
-webkit-transition-property: background-color, -webkit-box-shadow, -webkit-transform;
transition-property: background-color, -webkit-box-shadow, -webkit-transform;
-o-transition-property: background-color, box-shadow, transform;
transition-property: background-color, box-shadow, transform;
transition-property: background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
}
.burger:hover {
background: rgba(255, 255, 255, 0.1);
-webkit-box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.15);
box-shadow: 3px 5px 1px rgba(0, 0, 0, 0.15);
-webkit-transform: translateY(3px);
-ms-transform: translateY(3px);
transform: translateY(3px);
}
.burger mm-burger {
--mb-cross-timeout: 0s;
--mb-animate-timeout: 0s;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.burger span {
position: absolute;
bottom: 10%;
left: 0;
right: 0;
}
@media (min-width: 992px) {
.burger {
width: calc(25% - 20px);
padding-top: calc(25% - 20px);
}
}
.features {
padding-top: 0;
padding-bottom: 0;
}
.features p {
padding: 30px 0 0;
margin: 0;
position: relative;
}
.features p img {
display: none;
}
@media (min-width: 768px) {
.features p {
min-height: 50px;
padding: 75px 0;
}
.features p:first-child {
border-top: none;
}
.features p:nth-child(odd) {
padding-left: 45%;
}
.features p:nth-child(odd) img {
right: var(--image-offset);
}
.features p:nth-child(even) {
padding-right: 45%;
}
.features p:nth-child(even) img {
left: var(--image-offset);
}
.features p img {
--image-offset: calc(55% + 50px);
position: absolute;
top: calc(50% - 90px);
border-radius: 15px;
-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.features p img:first-child {
display: block;
}
.features p img:nth-child(3) {
-webkit-transform: rotate(-10deg);
-ms-transform: rotate(-10deg);
transform: rotate(-10deg);
}
.features p img:nth-child(2), .features p img:nth-child(4) {
-webkit-transform: rotate(10deg);
-ms-transform: rotate(10deg);
transform: rotate(10deg);
}
.features p img:nth-child(2) {
--image-offset: calc(55% + 220px);
}
.features p img:nth-child(3) {
--image-offset: calc(55% + 360px);
}
.features p img:nth-child(4) {
--image-offset: calc(55% + 480px);
}
}
@media (min-width: 992px) {
.features p img {
display: block;
}
}
@media (min-width: 992px) {
.licenses {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin: 100px calc(0px - var(--container-padding)) 0;
}
}
.license {
margin: 50px calc(0px - var(--container-padding));
padding: 50px var(--container-padding) 0;
}
.license:not(:first-child) {
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.license__title {
display: inline-block;
margin: 0;
}
.license__price {
display: inline-block;
margin-left: 30px;
font-weight: 100;
}
.license__description {
margin: 20px 0 30px;
}
.license__button {
display: block;
padding: 20px 10px 25px;
}
@media (min-width: 992px) {
.license {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-preferred-size: 35%;
flex-basis: 35%;
margin: 0;
padding: 75px var(--container-padding);
text-align: center;
}
.license:nth-child(even) {
background: rgba(0, 0, 0, 0.1);
border-radius: 10px;
}
.license:not(:first-child) {
border-top: none;
}
.license__title {
display: block;
height: 80px;
}
.license__price {
display: block;
padding: 30px 0;
margin: 0 30px;
font-size: 45px;
line-height: 1.2;
border-top: 1px solid rgba(255, 255, 255, 0.5);
border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.license__description {
margin: 30px 0;
}
.license__button {
margin-top: auto;
}
}
.next {
padding: 100px var(--container-padding) 0;
margin: 100px calc(0px - var(--container-padding)) 0;
border-top: 8px solid rgba(0, 0, 0, 0.1);
}
.playground pre {
margin: 50px calc(0px - var(--container-padding));
}
.playground .phone {
position: -webkit-sticky;
position: sticky;
top: calc(50vh - 320px);
}
.playground__options {
--mm-color-text: #fff;
--mm-color-border: rgb(0 0 0 / 0.3);
--mm-color-background: #fff;
position: relative;
z-index: 2;
margin: 50px 0;
}
.playground__options .mm-listitem {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
margin: 0 calc(0px - var(--container-padding));
padding: 15px 5px 15px var(--container-padding);
}
.playground__options .mm-listitem:after {
left: 0;
bottom: 100%;
border-color: rgba(0, 0, 0, 0.1);
}
.playground__options .mm-listitem a,
.playground__options .mm-listitem span {
padding: 0;
-o-text-overflow: clip;
text-overflow: clip;
white-space: normal;
}
.playground__options .mm-listitem + .mm-divider {
padding-top: 50px;
}
.playground__options .mm-divider {
margin: 0 calc(0px - var(--container-padding));
padding: 15px 5px 15px var(--container-padding);
font-size: 15px;
opacity: 0.7;
background: transparent;
}
.playground__options .mm-divider:before {
content: none;
}
.playground__code.hljs {
background: unset;
display: unset;
overflow-x: unset;
padding: unset;
background: unset;
color: unset;
}
h1.has-submenu {
margin-bottom: 10px;
position: relative;
z-index: 11;
}
h1 .submenutext {
display: none;
}
.submenu {
position: -webkit-sticky;
position: sticky;
top: 0;
z-index: 10;
margin: 30px calc(0px - var(--container-padding)) 100px;
overflow-x: auto;
line-height: 20px;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
opacity: 0.95;
}
.submenu ul,
.submenu li {
display: block;
padding: 0;
list-style: none;
}
.submenu ul {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
border-bottom: 8px solid rgba(0, 0, 0, 0.1);
background: #3ea7e1;
}
.submenu li {
margin: 0;
}
.submenu a {
display: block;
position: relative;
padding: 15px 20px;
margin-bottom: -8px;
border: none;
border-bottom: 8px solid rgba(0, 0, 0, 0);
text-decoration: none;
-webkit-transition: border-bottom-color 0.4s ease;
-o-transition: border-bottom-color 0.4s ease;
transition: border-bottom-color 0.4s ease;
}
.submenu li:first-child a {
padding-left: var(--container-padding);
}
.submenu li.selected a,
.submenu a:hover, .submenu:hover li.selected a:hover {
border-bottom-color: rgba(0, 0, 0, 0.1);
}
.submenu:hover li.selected a {
border-bottom-color: rgba(0, 0, 0, 0);
}
.table {
width: calc(100% + (var(--container-padding) * 2));
margin: 30px calc(0px - var(--container-padding));
}
.table td {
border: none;
vertical-align: top;
}
.table thead {
background: rgba(255, 255, 255, 0.6);
color: var(--color-primary);
}
.table thead td {
padding-top: 15px;
padding-bottom: 15px;
}
.table tfoot {
font-size: 15px;
}
.table tfoot tr td {
padding: 0 20px;
}
.table tfoot tr:first-child td {
padding-top: 20px;
}
.table tfoot tr:last-child td {
padding-bottom: 20px;
}
.table .open,
.table .close {
padding-top: 0;
}
.table .sub-open + tr td {
padding-top: 0;
}
.table tfoot tr:first-child,
.table tbody tr + tr {
position: relative;
}
.table tfoot tr:first-child:after,
.table tbody tr + tr:after {
border-top: 1px solid rgba(255, 255, 255, 0.5);
content: "";
display: block;
position: absolute;
left: 0;
right: 0;
top: 0;
}
.table .sub-open:after,
.table .sub-open + tr:after,
.table .sub-close:after,
.table .divider + tr:after {
content: none;
display: none;
}
.table .sub-1:after {
left: 50px;
}
.table .sub-1 .name,
.table .sub-1 .open,
.table .sub-1 .close {
padding-left: 50px;
}
.table .sub-2:after {
left: 75px;
}
.table .sub-2 .name,
.table .sub-2 .open,
.table .sub-2 .close {
padding-left: 75px;
}
.table .sub-3:after {
left: 100px;
}
.table .sub-3 .name,
.table .sub-3 .open,
.table .sub-3 .close {
padding-left: 100px;
}
.table .divider td {
font-size: 15px;
text-transform: uppercase;
opacity: 0.7;
padding-bottom: 0;
}
@media (max-width: 991px) {
.table thead,
.table td:empty {
display: none;
}
.table tr {
display: block;
width: 100%;
overflow: hidden;
}
.table td {
display: block;
padding: 30px var(--container-padding);
}
.table .name {
font-weight: bold;
width: auto;
padding-right: 5px;
padding-bottom: 0;
float: left;
}
.table .datatype {
width: auto;
padding-left: 0;
padding-bottom: 0;
float: left;
}
.table .datatype em:before {
content: "(";
}
.table .datatype em:after {
content: ")";
}
.table .default {
width: 100%;
padding-top: 0;
clear: left;
}
.table .default:before {
content: "Default: ";
}
.table .description {
width: 100%;
padding-top: 0;
clear: left;
}
.table .sub-1 td:not(.datatype) {
padding-left: 50px;
}
.table .sub-2 td:not(.datatype) {
padding-left: 75px;
}
.table .sub-3 td:not(.datatype) {
padding-left: 100px;
}
}
@media (min-width: 992px) {
.table td {
padding: 20px 10px;
}
.table .name,
.table .text,
.table .open,
.table .close {
padding-left: var(--container-padding);
}
.table .name {
width: 20%;
}
.table .datatype {
width: 15%;
}
.table .default {
width: 20%;
}
.table .description {
width: 45%;
}
}
.changelog > li + li {
margin-top: 50px;
}
.changelog li li {
margin-top: 5px;
}
.wp-screenshot h4 {
display: none;
} | 0.394551 | 0.144541 |
[hyoo_todomvc] {
align-self: stretch;
width: 100%;
margin: 0;
transition: none;
}
[hyoo_todomvc] [mol_string] ,
[hyoo_todomvc] [mol_string]:focus ,
[hyoo_todomvc] [mol_string]:hover ,
[hyoo_todomvc] [mol_button] ,
[hyoo_todomvc] [mol_button]:focus ,
[hyoo_todomvc] [mol_button]:hover ,
[hyoo_todomvc] [mol_link] ,
[hyoo_todomvc] [mol_link]:focus ,
[hyoo_todomvc] [mol_link]:hover {
box-shadow: none;
background-color: transparent;
}
[hyoo_todomvc] [mol_link_current] {
color: black;
}
[hyoo_todomvc] [mol_link]:not([mol_link_current]):hover ,
[hyoo_todomvc] [mol_link]:not([mol_link_current]):focus {
text-decoration: underline;
}
[hyoo_todomvc_head_complete] {
flex: 0 0 4rem;
transform: rotate( 90deg );
align-items: center;
opacity: .5;
padding: 0;
justify-content: center;
}
[hyoo_todomvc_head_complete]:disabled {
visibility: hidden;
}
[hyoo_todomvc_head_complete][mol_check_checked] {
opacity: 1;
}
[hyoo_todomvc_add] {
padding: 0;
flex: 1 1 auto;
}
[hyoo_todomvc_list] {
font-size: 1.5rem;
transition: none;
}
[hyoo_todomvc_page] {
flex: 1 1 auto;
transition: none;
}
[hyoo_todomvc_panel] {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
width: 38rem;
--mol_theme_back: white;
--mol_theme_text: black;
background-color: var(--mol_theme_back);
display: flex;
flex-direction: column;
margin: 0 auto 2rem;
transition: none;
}
[hyoo_todomvc_head] {
font-size: 1.5rem;
padding: 0;
display: flex;
height: 4rem;
}
[hyoo_todomvc_title] {
word-break: normal;
display: block;
padding: .25rem;
font-size: 7rem;
font-weight: 100;
text-align: center;
color: rgba(275, 147, 147, 0.2);
text-rendering: optimizeLegibility;
text-transform: lowercase;
line-height: 1.5;
}
[hyoo_todomvc_task_row] {
display: flex;
background-color: white;
box-shadow: 0 -1px 0 0 #ededed;
height: 4rem;
}
[hyoo_todomvc_task_row_complete] {
flex: 0 0 4rem;
padding: 1rem;
background: no-repeat center center url('hyoo/todomvc/todomvc_active.svg');
}
[hyoo_todomvc_task_row_complete][mol_check_checked] {
background: no-repeat center center url('hyoo/todomvc/todomvc_completed.svg');
}
[hyoo_todomvc_task_row_title] {
padding: 0;
flex: 1 1 auto;
}
[hyoo_todomvc_task_row_completed] [hyoo_todomvc_task_row_title] {
color: #d9d9d9;
text-decoration: line-through;
}
[hyoo_todomvc_task_row_drop] {
font-size: 1.25rem;
flex: 0 04rem;
padding: 1.25rem;
}
[hyoo_todomvc_task_row]:not(:hover) [hyoo_todomvc_task_row_drop]:not(:focus) {
opacity: 0;
color: #cc9a9a;
}
[hyoo_todomvc_foot] {
display: flex;
flex-wrap: wrap;
align-items: baseline;
padding: .5rem 1rem;
color: #777;
font-size: .85rem;
border-top: 1px solid #ededed;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
}
[hyoo_todomvc_pending] {
padding: .25rem;
flex: 0 1 6rem;
}
[hyoo_todomvc_filter] {
flex: 1 100 auto;
display: flex;
justify-content: center;
margin: .25rem;
box-shadow: none;
}
[hyoo_todomvc_sweep] {
flex: 0 1 auto;
padding: .25rem;
}
[hyoo_todomvc_sweep][disabled] {
visibility: hidden;
}
[hyoo_todomvc_sweep]:hover ,
[hyoo_todomvc_sweep]:focus {
text-decoration: underline;
} | examples/mol/src/todomvc.css | [hyoo_todomvc] {
align-self: stretch;
width: 100%;
margin: 0;
transition: none;
}
[hyoo_todomvc] [mol_string] ,
[hyoo_todomvc] [mol_string]:focus ,
[hyoo_todomvc] [mol_string]:hover ,
[hyoo_todomvc] [mol_button] ,
[hyoo_todomvc] [mol_button]:focus ,
[hyoo_todomvc] [mol_button]:hover ,
[hyoo_todomvc] [mol_link] ,
[hyoo_todomvc] [mol_link]:focus ,
[hyoo_todomvc] [mol_link]:hover {
box-shadow: none;
background-color: transparent;
}
[hyoo_todomvc] [mol_link_current] {
color: black;
}
[hyoo_todomvc] [mol_link]:not([mol_link_current]):hover ,
[hyoo_todomvc] [mol_link]:not([mol_link_current]):focus {
text-decoration: underline;
}
[hyoo_todomvc_head_complete] {
flex: 0 0 4rem;
transform: rotate( 90deg );
align-items: center;
opacity: .5;
padding: 0;
justify-content: center;
}
[hyoo_todomvc_head_complete]:disabled {
visibility: hidden;
}
[hyoo_todomvc_head_complete][mol_check_checked] {
opacity: 1;
}
[hyoo_todomvc_add] {
padding: 0;
flex: 1 1 auto;
}
[hyoo_todomvc_list] {
font-size: 1.5rem;
transition: none;
}
[hyoo_todomvc_page] {
flex: 1 1 auto;
transition: none;
}
[hyoo_todomvc_panel] {
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
width: 38rem;
--mol_theme_back: white;
--mol_theme_text: black;
background-color: var(--mol_theme_back);
display: flex;
flex-direction: column;
margin: 0 auto 2rem;
transition: none;
}
[hyoo_todomvc_head] {
font-size: 1.5rem;
padding: 0;
display: flex;
height: 4rem;
}
[hyoo_todomvc_title] {
word-break: normal;
display: block;
padding: .25rem;
font-size: 7rem;
font-weight: 100;
text-align: center;
color: rgba(275, 147, 147, 0.2);
text-rendering: optimizeLegibility;
text-transform: lowercase;
line-height: 1.5;
}
[hyoo_todomvc_task_row] {
display: flex;
background-color: white;
box-shadow: 0 -1px 0 0 #ededed;
height: 4rem;
}
[hyoo_todomvc_task_row_complete] {
flex: 0 0 4rem;
padding: 1rem;
background: no-repeat center center url('hyoo/todomvc/todomvc_active.svg');
}
[hyoo_todomvc_task_row_complete][mol_check_checked] {
background: no-repeat center center url('hyoo/todomvc/todomvc_completed.svg');
}
[hyoo_todomvc_task_row_title] {
padding: 0;
flex: 1 1 auto;
}
[hyoo_todomvc_task_row_completed] [hyoo_todomvc_task_row_title] {
color: #d9d9d9;
text-decoration: line-through;
}
[hyoo_todomvc_task_row_drop] {
font-size: 1.25rem;
flex: 0 04rem;
padding: 1.25rem;
}
[hyoo_todomvc_task_row]:not(:hover) [hyoo_todomvc_task_row_drop]:not(:focus) {
opacity: 0;
color: #cc9a9a;
}
[hyoo_todomvc_foot] {
display: flex;
flex-wrap: wrap;
align-items: baseline;
padding: .5rem 1rem;
color: #777;
font-size: .85rem;
border-top: 1px solid #ededed;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
}
[hyoo_todomvc_pending] {
padding: .25rem;
flex: 0 1 6rem;
}
[hyoo_todomvc_filter] {
flex: 1 100 auto;
display: flex;
justify-content: center;
margin: .25rem;
box-shadow: none;
}
[hyoo_todomvc_sweep] {
flex: 0 1 auto;
padding: .25rem;
}
[hyoo_todomvc_sweep][disabled] {
visibility: hidden;
}
[hyoo_todomvc_sweep]:hover ,
[hyoo_todomvc_sweep]:focus {
text-decoration: underline;
} | 0.38549 | 0.210705 |
@import 'https://fonts.googleapis.com/css?family=Lato';
/* Space out content a bit */
body {
font-family: 'Lato', sans-serif; }
a {
cursor: pointer; }
#menu {
z-index: 2; }
@media (max-height: 470px) and (orientation: landscape) {
#menu {
display: none; } }
.material-icons {
vertical-align: middle; }
.mdl-layout, .mdl-layout__container,
.mdl-layout__tab-bar {
height: auto !important; }
.mdl-layout__obfuscator, .mdl-layout__drawer, .mdl-layout--fixed-header > .mdl-layout__header {
position: fixed !important; }
.mdl-layout__drawer-button i {
margin-top: 10px; }
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
.center {
margin: 0 auto; }
.mdl-layout__drawer-button {
margin: 8px 12px !important; }
.mdl-card {
min-height: auto !important; }
.gototop {
position: fixed !important;
bottom: 20px;
right: 20px;
z-index: 2000; }
/* Custom page footer */
footer {
margin-top: 20px;
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
text-align: center; }
.mdl-spinner.hide {
opacity: 0; }
.mdl-spinner.show {
opacity: 1; }
.text-overflow {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.grid {
display: flex; }
.grid .column {
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
flex-flow: center;
align-items: baseline;
align-content: center;
padding: 8px; }
.pagination {
padding: 0; }
.pagination li {
display: inline-block;
border-radius: 2px;
text-align: center;
vertical-align: top;
height: 30px; }
.pagination li a {
color: #444;
display: inline-block;
font-size: 1.2rem;
padding: 0 15px;
line-height: 30px;
text-decoration: none; }
.pagination li i {
font-size: 2rem; }
.pagination li.active {
background-color: #ee6e73; }
.pagination li.active a {
color: #fff; }
.pagination li.disabled a {
cursor: default;
color: #999; }
.pagination li .pages ul li {
display: inline-block;
float: none; }
@media only screen and (max-width: 992px) {
.pagination {
width: 100%; }
.pagination li .prev, .pagination li .next {
width: 10%; }
.pagination li .pages {
width: 80%;
overflow: hidden;
white-space: nowrap; } }
/*
Flaticon icon font: Flaticon
Creation date: 22/06/2016 15:06
*/
@font-face {
font-family: "Flaticon";
src: url("./fonts/Flaticon.eot");
src: url("./fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("./fonts/Flaticon.woff") format("woff"), url("./fonts/Flaticon.ttf") format("truetype"), url("./fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg"); } }
.fi:before {
display: inline-block;
font-family: "Flaticon";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased; }
.flaticon-apron-silhouette:before {
content: "\f100"; }
.flaticon-big-food-container-with-cover:before {
content: "\f101"; }
.flaticon-black-bottle:before {
content: "\f102"; }
.flaticon-black-bottle-sauce-container:before {
content: "\f103"; }
.flaticon-black-elegant-drinking-glass-tool:before {
content: "\f104"; }
.flaticon-black-glass:before {
content: "\f105"; }
.flaticon-black-glass-of-convex-sides:before {
content: "\f106"; }
.flaticon-black-glass-side-view:before {
content: "\f107"; }
.flaticon-black-glass-to-drink:before {
content: "\f108"; }
.flaticon-black-plate-side-view:before {
content: "\f109"; }
.flaticon-black-wine-bottle-glass-shape:before {
content: "\f10a"; }
.flaticon-boiler-silhouette:before {
content: "\f10b"; }
.flaticon-bowl:before {
content: "\f10c"; }
.flaticon-bowl-or-flask-with-empty-label-for-kitchen-to-store-food:before {
content: "\f10d"; }
.flaticon-bucket-for-dessert:before {
content: "\f10e"; }
.flaticon-bucket-for-tea:before {
content: "\f10f"; }
.flaticon-bucket-for-vegetables-in-diagonal-position:before {
content: "\f110"; }
.flaticon-bucket-tool:before {
content: "\f111"; }
.flaticon-buckets-kitchen-set:before {
content: "\f112"; }
.flaticon-champagne-glass:before {
content: "\f113"; }
.flaticon-chef:before {
content: "\f114"; }
.flaticon-chef-hat:before {
content: "\f115"; }
.flaticon-chef-hat-and-a-spoon:before {
content: "\f116"; }
.flaticon-chef-hat-and-fork:before {
content: "\f117"; }
.flaticon-chef-hat-on-a-plate-from-side-view:before {
content: "\f118"; }
.flaticon-chef-hat-outline-symbol:before {
content: "\f119"; }
.flaticon-chef-hat-with-cutlery-restaurant-symbol:before {
content: "\f11a"; }
.flaticon-chef-recipes-book:before {
content: "\f11b"; }
.flaticon-chef-with-hat:before {
content: "\f11c"; }
.flaticon-chinese-food-bowl-from-side-view-and-chopsticks:before {
content: "\f11d"; }
.flaticon-chopsticks-couple-in-cross:before {
content: "\f11e"; }
.flaticon-cloth-for-kitchen-rotated-square-or-label-for-commerce:before {
content: "\f11f"; }
.flaticon-coffee-cup-on-a-hand:before {
content: "\f120"; }
.flaticon-cooking-accessories-set-of-three-pieces:before {
content: "\f121"; }
.flaticon-cooking-accessory-for-kitchen:before {
content: "\f122"; }
.flaticon-cooking-bowl:before {
content: "\f123"; }
.flaticon-cooking-bowl-for-kitchen:before {
content: "\f124"; }
.flaticon-cooking-bowl-wih-cover:before {
content: "\f125"; }
.flaticon-cooking-container-with-cover:before {
content: "\f126"; }
.flaticon-cooking-on-fire:before {
content: "\f127"; }
.flaticon-cooking-pan-and-cutlery-set:before {
content: "\f128"; }
.flaticon-cooking-pot-with-cover:before {
content: "\f129"; }
.flaticon-cooking-recipes-book:before {
content: "\f12a"; }
.flaticon-cooking-recipes-book-with-a-fork-and-a-spoon-in-cross-on-the-cover:before {
content: "\f12b"; }
.flaticon-cooking-roller-silhouette:before {
content: "\f12c"; }
.flaticon-covered-food-tray-on-a-hand-of-hotel-room-service:before {
content: "\f12d"; }
.flaticon-covered-kitchen-bowl:before {
content: "\f12e"; }
.flaticon-covered-pan-on-fire:before {
content: "\f12f"; }
.flaticon-covered-plate-of-food:before {
content: "\f130"; }
.flaticon-cup-black-shape-side-view:before {
content: "\f131"; }
.flaticon-cup-for-tea-or-coffee:before {
content: "\f132"; }
.flaticon-cup-with-hot-drink:before {
content: "\f133"; }
.flaticon-cup-with-hot-tea:before {
content: "\f134"; }
.flaticon-cutlery:before {
content: "\f135"; }
.flaticon-cutlery-1:before {
content: "\f136"; }
.flaticon-cutlery-2:before {
content: "\f137"; }
.flaticon-cutlery-3:before {
content: "\f138"; }
.flaticon-cutlery-cross-couple-of-fork-and-spoon:before {
content: "\f139"; }
.flaticon-cutlery-cross-of-a-knife-and-a-spoon:before {
content: "\f13a"; }
.flaticon-cutlery-for-fish:before {
content: "\f13b"; }
.flaticon-cutlery-kitchen-set:before {
content: "\f13c"; }
.flaticon-cutlery-kitchen-set-1:before {
content: "\f13d"; }
.flaticon-cutlery-on-circular-plate:before {
content: "\f13e"; }
.flaticon-cutlery-pieces-on-a-circular-plate-from-top-view:before {
content: "\f13f"; }
.flaticon-cutlery-set:before {
content: "\f140"; }
.flaticon-cutlery-set-of-eating-tools:before {
content: "\f141"; }
.flaticon-cutlery-set-of-five-pieces:before {
content: "\f142"; }
.flaticon-cutlery-set-of-five-pieces-1:before {
content: "\f143"; }
.flaticon-cutlery-set-of-three-pieces:before {
content: "\f144"; }
.flaticon-cutlery-set-on-a-plate:before {
content: "\f145"; }
.flaticon-cutlery-set-on-a-plate-1:before {
content: "\f146"; }
.flaticon-cutlery-set-on-a-plate-2:before {
content: "\f147"; }
.flaticon-cutlery-symbol:before {
content: "\f148"; }
.flaticon-cutting-board-black-rectangular-silhouette-of-the-tool:before {
content: "\f149"; }
.flaticon-cutting-board-side-view-silhouettes-of-tools:before {
content: "\f14a"; }
.flaticon-cutting-tool-for-potatoes:before {
content: "\f14b"; }
.flaticon-dessert-glass-container-of-tall-elegant-shape:before {
content: "\f14c"; }
.flaticon-desserts-recipes-book:before {
content: "\f14d"; }
.flaticon-drinks-recipes-book:before {
content: "\f14e"; }
.flaticon-electrical-kettle-tool-side-view:before {
content: "\f14f"; }
.flaticon-elegant-black-wine-glass:before {
content: "\f150"; }
.flaticon-elegant-glass-for-water:before {
content: "\f151"; }
.flaticon-flat-cooking-bowl-from-side-view:before {
content: "\f152"; }
.flaticon-flat-cooking-pan:before {
content: "\f153"; }
.flaticon-flat-covered-pan-kitchen-tool-for-cooking-from-side-view:before {
content: "\f154"; }
.flaticon-flat-kitchen-bowl-to-cook-heating-the-food:before {
content: "\f155"; }
.flaticon-flat-plate-with-hot-food-from-side-view:before {
content: "\f156"; }
.flaticon-food-scale-tool:before {
content: "\f157"; }
.flaticon-fork-and-knife-cutlery-circle-interface-symbol-for-restaurant:before {
content: "\f158"; }
.flaticon-fork-and-knife-in-cross:before {
content: "\f159"; }
.flaticon-fork-and-spoon-for-salad:before {
content: "\f15a"; }
.flaticon-fork-eating-tool-silhouette-in-diagonal:before {
content: "\f15b"; }
.flaticon-fork-for-dessert:before {
content: "\f15c"; }
.flaticon-fork-in-diagonal:before {
content: "\f15d"; }
.flaticon-fork-of-long-and-thin-shape:before {
content: "\f15e"; }
.flaticon-forks:before {
content: "\f15f"; }
.flaticon-forks-for-meat:before {
content: "\f160"; }
.flaticon-forks-set-for-kitchen:before {
content: "\f161"; }
.flaticon-four-cooking-accessories-set-for-kitchen:before {
content: "\f162"; }
.flaticon-frying-pan-silhouette-from-top-view:before {
content: "\f163"; }
.flaticon-glass:before {
content: "\f164"; }
.flaticon-glass-1:before {
content: "\f165"; }
.flaticon-glass-2:before {
content: "\f166"; }
.flaticon-glass-black-drinking-tool:before {
content: "\f167"; }
.flaticon-glass-black-shape-from-side-view:before {
content: "\f168"; }
.flaticon-glass-black-side-view-shape:before {
content: "\f169"; }
.flaticon-glass-black-tool:before {
content: "\f16a"; }
.flaticon-glass-elegant-black-shape:before {
content: "\f16b"; }
.flaticon-glass-for-flowers:before {
content: "\f16c"; }
.flaticon-glass-of-wine:before {
content: "\f16d"; }
.flaticon-glass-on-a-hand:before {
content: "\f16e"; }
.flaticon-glass-shape:before {
content: "\f16f"; }
.flaticon-glass-with-beverage-ice-cubes-and-straw:before {
content: "\f170"; }
.flaticon-grinder-for-meat:before {
content: "\f171"; }
.flaticon-heating-food-in-flat-pan-on-fire:before {
content: "\f172"; }
.flaticon-hot-coffee-cup-with-spoon-in-it:before {
content: "\f173"; }
.flaticon-hot-food-bowl:before {
content: "\f174"; }
.flaticon-hot-food-in-a-bowl:before {
content: "\f175"; }
.flaticon-hot-food-in-open-bowl:before {
content: "\f176"; }
.flaticon-hot-recipes-kitchen-book:before {
content: "\f177"; }
.flaticon-ice-cream-balls-on-tall-glass:before {
content: "\f178"; }
.flaticon-jar:before {
content: "\f179"; }
.flaticon-kitchen-accessory:before {
content: "\f17a"; }
.flaticon-kitchen-accessory-1:before {
content: "\f17b"; }
.flaticon-kitchen-accessory-2:before {
content: "\f17c"; }
.flaticon-kitchen-accessory-3:before {
content: "\f17d"; }
.flaticon-kitchen-accessory-for-cake:before {
content: "\f17e"; }
.flaticon-kitchen-accessory-for-cheese:before {
content: "\f17f"; }
.flaticon-kitchen-accessory-in-diagonal-position:before {
content: "\f180"; }
.flaticon-kitchen-accessory-silhouette:before {
content: "\f181"; }
.flaticon-kitchen-accessory-silhouette-in-diagonal:before {
content: "\f182"; }
.flaticon-kitchen-apron-and-glove:before {
content: "\f183"; }
.flaticon-kitchen-ax:before {
content: "\f184"; }
.flaticon-kitchen-bowl:before {
content: "\f185"; }
.flaticon-kitchen-bowl-for-cooking-with-cover:before {
content: "\f186"; }
.flaticon-kitchen-bowl-with-cover:before {
content: "\f187"; }
.flaticon-kitchen-forceps-silhouette-in-diagonal-position:before {
content: "\f188"; }
.flaticon-kitchen-glove:before {
content: "\f189"; }
.flaticon-kitchen-hammer-silhouette:before {
content: "\f18a"; }
.flaticon-kitchen-mixer:before {
content: "\f18b"; }
.flaticon-kitchen-opened-pan-tool:before {
content: "\f18c"; }
.flaticon-kitchen-pan-with-cover:before {
content: "\f18d"; }
.flaticon-kitchen-pan-with-cover-1:before {
content: "\f18e"; }
.flaticon-kitchen-pan-with-cover-for-heat:before {
content: "\f18f"; }
.flaticon-kitchen-scale-tool:before {
content: "\f190"; }
.flaticon-kitchen-set-for-cake:before {
content: "\f191"; }
.flaticon-kitchen-utensil:before {
content: "\f192"; }
.flaticon-kitchen-utensil-for-salt:before {
content: "\f193"; }
.flaticon-kitchen-utensil-to-cook-hot-food:before {
content: "\f194"; }
.flaticon-kitchen-wheel-accessory-for-cutting:before {
content: "\f195"; }
.flaticon-knife:before {
content: "\f196"; }
.flaticon-knife-and-fork-in-a-square-for-interface-symbol-for-restaurants:before {
content: "\f197"; }
.flaticon-knife-black-diagonal-tool-silhouette:before {
content: "\f198"; }
.flaticon-knife-cutting-tool:before {
content: "\f199"; }
.flaticon-knife-diagonal-tool-silhouette:before {
content: "\f19a"; }
.flaticon-knife-for-pizza-with-a-wheel-of-metal:before {
content: "\f19b"; }
.flaticon-knife-long-thin-cutting-tool-silhouette:before {
content: "\f19c"; }
.flaticon-knife-of-thin-shape-in-diagonal-position:before {
content: "\f19d"; }
.flaticon-knife-on-cutting-board:before {
content: "\f19e"; }
.flaticon-knife-silhouette-in-diagonal-position:before {
content: "\f19f"; }
.flaticon-knife-tool:before {
content: "\f1a0"; }
.flaticon-knives-cross:before {
content: "\f1a1"; }
.flaticon-knives-cutlery-set-for-kitchen:before {
content: "\f1a2"; }
.flaticon-knives-set-silhouette:before {
content: "\f1a3"; }
.flaticon-long-thin-spoon-for-kitchen:before {
content: "\f1a4"; }
.flaticon-meat-recipes-book:before {
content: "\f1a5"; }
.flaticon-meat-recipes-book-1:before {
content: "\f1a6"; }
.flaticon-microwave-oven:before {
content: "\f1a7"; }
.flaticon-mixer:before {
content: "\f1a8"; }
.flaticon-mixer-kitchen-machine:before {
content: "\f1a9"; }
.flaticon-mixer-kitchen-tool-side-view:before {
content: "\f1aa"; }
.flaticon-mixing-machine:before {
content: "\f1ab"; }
.flaticon-opener-for-wine-bottles:before {
content: "\f1ac"; }
.flaticon-opener-in-diagonal-position:before {
content: "\f1ad"; }
.flaticon-oven-kitchen-tool-for-cooking-foods:before {
content: "\f1ae"; }
.flaticon-pitcher:before {
content: "\f1af"; }
.flaticon-pitcher-kitchen-container-for-liquids-measuring:before {
content: "\f1b0"; }
.flaticon-pitcher-kitchen-utensil-with-liquid-inside:before {
content: "\f1b1"; }
.flaticon-pitcher-or-tea-pot:before {
content: "\f1b2"; }
.flaticon-pitcher-or-teapot-side-view:before {
content: "\f1b3"; }
.flaticon-plate-and-cutlery-from-top-view:before {
content: "\f1b4"; }
.flaticon-plate-and-forks-couple-from-top-view:before {
content: "\f1b5"; }
.flaticon-plate-circles-from-top-view:before {
content: "\f1b6"; }
.flaticon-plate-glass-and-napkin-from-top-view:before {
content: "\f1b7"; }
.flaticon-plate-gross-circle:before {
content: "\f1b8"; }
.flaticon-plate-of-food:before {
content: "\f1b9"; }
.flaticon-plate-with-cutlery-and-glass-from-top-view:before {
content: "\f1ba"; }
.flaticon-plate-with-fork-and-knife-eating-set-tools-from-top-view:before {
content: "\f1bb"; }
.flaticon-plate-with-glass-and-cutlery-from-top-view:before {
content: "\f1bc"; }
.flaticon-potatoes-cutting-tool:before {
content: "\f1bd"; }
.flaticon-recipes-book-kitchen-guide:before {
content: "\f1be"; }
.flaticon-recipes-book-with-spaghetti-plate-on-the-cover:before {
content: "\f1bf"; }
.flaticon-refrigerator:before {
content: "\f1c0"; }
.flaticon-restaurant-cutlery-circular-interface-symbol-with-a-knife-and-a-spoon:before {
content: "\f1c1"; }
.flaticon-restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle:before {
content: "\f1c2"; }
.flaticon-restaurant-cutlery-symbol-in-a-square:before {
content: "\f1c3"; }
.flaticon-restaurant-eating-tools-set-of-three-pieces:before {
content: "\f1c4"; }
.flaticon-restaurant-plate-top-view:before {
content: "\f1c5"; }
.flaticon-restaurant-square-interface-symbol-with-a-knife-and-a-spoon:before {
content: "\f1c6"; }
.flaticon-rounded-bowl:before {
content: "\f1c7"; }
.flaticon-salty-food-in-a-bowl:before {
content: "\f1c8"; }
.flaticon-sauce-container-silhouette:before {
content: "\f1c9"; }
.flaticon-saucepan-from-side-view:before {
content: "\f1ca"; }
.flaticon-scoop-kitchen-utensil:before {
content: "\f1cb"; }
.flaticon-scoop-of-egg-shape:before {
content: "\f1cc"; }
.flaticon-scoops-couple:before {
content: "\f1cd"; }
.flaticon-serving-tea-in-a-cup-from-a-teapot:before {
content: "\f1ce"; }
.flaticon-serving-wine-in-a-glass-with-a-bottle:before {
content: "\f1cf"; }
.flaticon-silhouette-of-kitchen-tool-for-pepper:before {
content: "\f1d0"; }
.flaticon-skewer:before {
content: "\f1d1"; }
.flaticon-skimmer:before {
content: "\f1d2"; }
.flaticon-soup-bucket:before {
content: "\f1d3"; }
.flaticon-soup-hot-bowl-with-spoon:before {
content: "\f1d4"; }
.flaticon-spoon-for-cream:before {
content: "\f1d5"; }
.flaticon-spoons-and-forks-of-kitchen:before {
content: "\f1d6"; }
.flaticon-spoons-and-skewer-long-kitchen-utensils:before {
content: "\f1d7"; }
.flaticon-strainer-kitchen-bowl-with-holes:before {
content: "\f1d8"; }
.flaticon-sweet-recipes-opened-cooking-book:before {
content: "\f1d9"; }
.flaticon-tall-alcohol-glass:before {
content: "\f1da"; }
.flaticon-tall-cup-with-straw-and-spoon-inside:before {
content: "\f1db"; }
.flaticon-tall-elegant-glass-shape:before {
content: "\f1dc"; }
.flaticon-tall-kitchen-pan-with-cover:before {
content: "\f1dd"; }
.flaticon-tea-set:before {
content: "\f1de"; }
.flaticon-teapot:before {
content: "\f1df"; }
.flaticon-thin-glasses-couple-for-celebration:before {
content: "\f1e0"; }
.flaticon-thin-long-spoon-kitchen-accessory:before {
content: "\f1e1"; }
.flaticon-three-buckets-set-for-kitchen-of-different-sizes:before {
content: "\f1e2"; }
.flaticon-timer-kitchen-tool-of-egg-shape:before {
content: "\f1e3"; }
.flaticon-toaster:before {
content: "\f1e4"; }
.flaticon-toaster-1:before {
content: "\f1e5"; }
.flaticon-tool-for-soup:before {
content: "\f1e6"; }
.flaticon-two-plates-from-side-view:before {
content: "\f1e7"; }
.flaticon-vase:before {
content: "\f1e8"; }
.flaticon-whisk-kitchen-tool:before {
content: "\f1e9"; }
.flaticon-wine-black-glass:before {
content: "\f1ea"; }
.flaticon-wine-bottle:before {
content: "\f1eb"; }
.flaticon-wine-bottle-1:before {
content: "\f1ec"; }
.flaticon-wine-bottle-2:before {
content: "\f1ed"; }
.flaticon-wine-bottle-and-opener:before {
content: "\f1ee"; }
.flaticon-wine-opener-silhouette:before {
content: "\f1ef"; }
.mdh-expandable-search {
margin: 0 50px;
align-items: center;
justify-content: center; }
.mdh-expandable-search form {
max-width: 600px; }
.mdh-expandable-search,
.mdh-expandable-search form,
.mdh-expandable-search input {
/* Cross browser flex-grow */
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.mdh-expandable-search,
.mdh-expandable-search form {
/* Cross browser inline-flex */
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; }
/* Position search icon */
.mdh-expandable-search .material-icons {
position: relative;
right: -40px;
margin-left: -24px;
/* Remove the blank space left behind by the icon being relatively positioned */ }
.mdh-expandable-search input {
outline: none;
border: none;
font-size: 16px;
color: #FFFFFF;
padding: 0px 35px 0px 60px;
height: 40px;
line-height: 40px;
/* TODO: This was recommended for cross browser compatability of input height, check if its actually needed in modern browsers */
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; }
.mdh-expandable-search input::-webkit-input-placeholder {
/* WebKit browsers */
color: #FFFFFF; }
.mdh-expandable-search input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #FFFFFF;
opacity: 1;
/* Firefox gives the placeholder a reduced opacity so we have to increase it */ }
.mdh-expandable-search input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #FFFFFF;
opacity: 1;
/* Firefox gives the placeholder a reduced opacity so we have to increase it */ }
.mdh-expandable-search input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #FFFFFF; }
/* Bug fix: https://github.com/google/material-design-lite/issues/1078
* To much padding on the left of header when the menu button is hidden */
@media screen and (min-width: 851px) {
.mdl-layout__header-row {
padding: 0 40px 0 40px; } }
body {
height: 100%; }
.page-content {
align-items: center;
justify-content: center;
text-align: center; }
@media (max-height: 470px) and (orientation: landscape) {
.mdl-layout__header {
min-height: 30px !important;
transition: all 300ms ease; }
.mdl-layout__header .mdl-layout__drawer-button {
height: 27px !important;
margin: 3px 12px !important;
transition: all 300ms ease; }
.mdl-layout__header .mdl-layout__drawer-button i {
margin-top: 0px !important; }
.mdl-layout__header .mdl-layout__header-row {
height: 30px;
transition: all 300ms ease; }
.mdl-layout__header .mdl-layout__header-row .mdl-layout-title {
font-size: 16px;
font-weight: lighter;
transition: all 300ms ease; }
.mdl-layout__header .mdl-textfield--align-right {
padding: 0px;
height: 30px; }
.mdl-layout__header .mdl-textfield--align-right .mdl-button {
top: 0px; } }
#detail-loader {
margin: 30px auto; }
#details {
overflow: hidden;
position: relative; }
#details .difficulty {
width: 200px;
padding: 16px;
position: absolute;
text-align: center;
color: #fff;
transform: rotate(45deg);
right: -80px;
top: 5px; }
#details #images .card-spacing {
flex: 0 0 auto;
margin: 10px; }
@media (max-width: 480px) {
#details #images .card-spacing {
padding: 0px;
margin: 0 0 0 10px;
width: 100vw;
box-sizing: border-box; }
#details #images .card-spacing:first-child {
margin-left: 0px; }
#details #images .card-spacing .image {
min-height: 250px; } }
#details #summary .fi, #details #summary .material-icons {
font-size: 48px; }
#details #summary .mdl-grid {
padding: 0px;
margin: 0px; }
#details #summary hr {
border-top: 1px solid rgba(255, 255, 255, 0.5);
margin: 1em 8px; }
#details #intro h4 {
font-weight: lighter;
margin-top: 0px; }
@media (min-width: 479px) {
#details #ingredient {
margin-left: -16px; } }
#details #ingredient .ingredients {
text-align: left; }
#details #ingredient .ingredients ul {
border-left: solid 2px #ff4081;
padding-left: 12px;
list-style-type: none;
margin-left: 8px;
/*
li:before {
content: '-';
margin-right: 3px;
}*/ }
#details #ingredient .ingredients ul li {
line-height: 35px; }
#details #ingredient .ingredients ul li .mdl-checkbox {
height: auto; }
#details #ingredient .ingredients ul li .mdl-checkbox.is-checked .mdl-checkbox__label {
color: #bdbdbd; }
#details #ingredient #accessoires {
text-align: left; }
#details #preparation .preparation-details {
text-align: left; }
#details #preparation .preparation-details .step-text-content {
padding: 20px 0px; }
#details #preparation .preparation-details .step-text-content .stepNr {
font-size: 2em;
font-weight: bold;
display: inline;
float: left;
margin-left: 0px; }
#details #preparation .preparation-details .step-text-content p {
margin: 0 0 0 40px; }
#details #recommendations .card-spacing {
margin: 0 10px; }
#details #recommendations .card-spacing .searchitem {
box-shadow: none;
max-width: 200px; }
#details #recommendations .card-spacing .searchitem .mdl-card__supporting-text {
font-size: 18px; }
#details #recommendations .card-spacing .searchitem .mdl-card__actions {
display: none; }
#details #comments .comment .comment-submitted {
font-size: smaller; }
#details .section--center {
max-width: 860px;
margin-bottom: 0px !important; }
#details .mdl-card--border {
background-color: #fff; }
#details .mdl-color--accent h4 {
color: #fff;
font-size: 24px;
font-weight: 300; }
#details .mdl-color--accent h4 i {
margin-right: 5px; }
#details .image {
min-height: 200px;
min-width: 200px;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center center;
align-items: flex-end;
text-shadow: 1px 1px 8px #000; }
@media (max-width: 480px) {
#details .image {
background-size: cover; } }
#details .lead {
font-size: 24px;
font-weight: 300; }
#details .star {
color: #fbc02d; }
#details .cards-horizontal {
overflow-x: auto;
display: flex;
flex-wrap: nowrap;
-webkit-overflow-scrolling: touch;
align-content: center;
vertical-align: middle;
justify-content: flex-start;
align-self: center; }
#details .cards-horizontal .card-spacing {
flex: 0 0 auto; }
#recipeOfToday {
padding: 0px 10px; }
#recipeOfToday searchitem {
display: block; }
#recipeOfToday .searchitem {
margin: 0 auto 20px auto; }
.searchitem .mdl-card__title {
position: relative;
min-height: 180px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
align-items: flex-end;
text-shadow: 1px 1px 8px #000; }
.searchitem .mdl-card__title .detailLink {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px; }
.searchitem .star {
color: #fbc02d; }
.cards-flow {
flex-direction: row;
justify-content: center;
display: flex;
flex-wrap: wrap; }
.cards-flow .card-spacing {
display: inline-block;
margin: 20px; } | dist/css/styles.css | @import 'https://fonts.googleapis.com/css?family=Lato';
/* Space out content a bit */
body {
font-family: 'Lato', sans-serif; }
a {
cursor: pointer; }
#menu {
z-index: 2; }
@media (max-height: 470px) and (orientation: landscape) {
#menu {
display: none; } }
.material-icons {
vertical-align: middle; }
.mdl-layout, .mdl-layout__container,
.mdl-layout__tab-bar {
height: auto !important; }
.mdl-layout__obfuscator, .mdl-layout__drawer, .mdl-layout--fixed-header > .mdl-layout__header {
position: fixed !important; }
.mdl-layout__drawer-button i {
margin-top: 10px; }
.browserupgrade {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0; }
.center {
margin: 0 auto; }
.mdl-layout__drawer-button {
margin: 8px 12px !important; }
.mdl-card {
min-height: auto !important; }
.gototop {
position: fixed !important;
bottom: 20px;
right: 20px;
z-index: 2000; }
/* Custom page footer */
footer {
margin-top: 20px;
padding-top: 19px;
color: #777;
border-top: 1px solid #e5e5e5;
text-align: center; }
.mdl-spinner.hide {
opacity: 0; }
.mdl-spinner.show {
opacity: 1; }
.text-overflow {
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden; }
.grid {
display: flex; }
.grid .column {
flex-basis: 0;
flex-grow: 1;
flex-shrink: 1;
flex-flow: center;
align-items: baseline;
align-content: center;
padding: 8px; }
.pagination {
padding: 0; }
.pagination li {
display: inline-block;
border-radius: 2px;
text-align: center;
vertical-align: top;
height: 30px; }
.pagination li a {
color: #444;
display: inline-block;
font-size: 1.2rem;
padding: 0 15px;
line-height: 30px;
text-decoration: none; }
.pagination li i {
font-size: 2rem; }
.pagination li.active {
background-color: #ee6e73; }
.pagination li.active a {
color: #fff; }
.pagination li.disabled a {
cursor: default;
color: #999; }
.pagination li .pages ul li {
display: inline-block;
float: none; }
@media only screen and (max-width: 992px) {
.pagination {
width: 100%; }
.pagination li .prev, .pagination li .next {
width: 10%; }
.pagination li .pages {
width: 80%;
overflow: hidden;
white-space: nowrap; } }
/*
Flaticon icon font: Flaticon
Creation date: 22/06/2016 15:06
*/
@font-face {
font-family: "Flaticon";
src: url("./fonts/Flaticon.eot");
src: url("./fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("./fonts/Flaticon.woff") format("woff"), url("./fonts/Flaticon.ttf") format("truetype"), url("./fonts/Flaticon.svg#Flaticon") format("svg");
font-weight: normal;
font-style: normal; }
@media screen and (-webkit-min-device-pixel-ratio: 0) {
@font-face {
font-family: "Flaticon";
src: url("./Flaticon.svg#Flaticon") format("svg"); } }
.fi:before {
display: inline-block;
font-family: "Flaticon";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-rendering: optimizeLegibility;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
font-smoothing: antialiased; }
.flaticon-apron-silhouette:before {
content: "\f100"; }
.flaticon-big-food-container-with-cover:before {
content: "\f101"; }
.flaticon-black-bottle:before {
content: "\f102"; }
.flaticon-black-bottle-sauce-container:before {
content: "\f103"; }
.flaticon-black-elegant-drinking-glass-tool:before {
content: "\f104"; }
.flaticon-black-glass:before {
content: "\f105"; }
.flaticon-black-glass-of-convex-sides:before {
content: "\f106"; }
.flaticon-black-glass-side-view:before {
content: "\f107"; }
.flaticon-black-glass-to-drink:before {
content: "\f108"; }
.flaticon-black-plate-side-view:before {
content: "\f109"; }
.flaticon-black-wine-bottle-glass-shape:before {
content: "\f10a"; }
.flaticon-boiler-silhouette:before {
content: "\f10b"; }
.flaticon-bowl:before {
content: "\f10c"; }
.flaticon-bowl-or-flask-with-empty-label-for-kitchen-to-store-food:before {
content: "\f10d"; }
.flaticon-bucket-for-dessert:before {
content: "\f10e"; }
.flaticon-bucket-for-tea:before {
content: "\f10f"; }
.flaticon-bucket-for-vegetables-in-diagonal-position:before {
content: "\f110"; }
.flaticon-bucket-tool:before {
content: "\f111"; }
.flaticon-buckets-kitchen-set:before {
content: "\f112"; }
.flaticon-champagne-glass:before {
content: "\f113"; }
.flaticon-chef:before {
content: "\f114"; }
.flaticon-chef-hat:before {
content: "\f115"; }
.flaticon-chef-hat-and-a-spoon:before {
content: "\f116"; }
.flaticon-chef-hat-and-fork:before {
content: "\f117"; }
.flaticon-chef-hat-on-a-plate-from-side-view:before {
content: "\f118"; }
.flaticon-chef-hat-outline-symbol:before {
content: "\f119"; }
.flaticon-chef-hat-with-cutlery-restaurant-symbol:before {
content: "\f11a"; }
.flaticon-chef-recipes-book:before {
content: "\f11b"; }
.flaticon-chef-with-hat:before {
content: "\f11c"; }
.flaticon-chinese-food-bowl-from-side-view-and-chopsticks:before {
content: "\f11d"; }
.flaticon-chopsticks-couple-in-cross:before {
content: "\f11e"; }
.flaticon-cloth-for-kitchen-rotated-square-or-label-for-commerce:before {
content: "\f11f"; }
.flaticon-coffee-cup-on-a-hand:before {
content: "\f120"; }
.flaticon-cooking-accessories-set-of-three-pieces:before {
content: "\f121"; }
.flaticon-cooking-accessory-for-kitchen:before {
content: "\f122"; }
.flaticon-cooking-bowl:before {
content: "\f123"; }
.flaticon-cooking-bowl-for-kitchen:before {
content: "\f124"; }
.flaticon-cooking-bowl-wih-cover:before {
content: "\f125"; }
.flaticon-cooking-container-with-cover:before {
content: "\f126"; }
.flaticon-cooking-on-fire:before {
content: "\f127"; }
.flaticon-cooking-pan-and-cutlery-set:before {
content: "\f128"; }
.flaticon-cooking-pot-with-cover:before {
content: "\f129"; }
.flaticon-cooking-recipes-book:before {
content: "\f12a"; }
.flaticon-cooking-recipes-book-with-a-fork-and-a-spoon-in-cross-on-the-cover:before {
content: "\f12b"; }
.flaticon-cooking-roller-silhouette:before {
content: "\f12c"; }
.flaticon-covered-food-tray-on-a-hand-of-hotel-room-service:before {
content: "\f12d"; }
.flaticon-covered-kitchen-bowl:before {
content: "\f12e"; }
.flaticon-covered-pan-on-fire:before {
content: "\f12f"; }
.flaticon-covered-plate-of-food:before {
content: "\f130"; }
.flaticon-cup-black-shape-side-view:before {
content: "\f131"; }
.flaticon-cup-for-tea-or-coffee:before {
content: "\f132"; }
.flaticon-cup-with-hot-drink:before {
content: "\f133"; }
.flaticon-cup-with-hot-tea:before {
content: "\f134"; }
.flaticon-cutlery:before {
content: "\f135"; }
.flaticon-cutlery-1:before {
content: "\f136"; }
.flaticon-cutlery-2:before {
content: "\f137"; }
.flaticon-cutlery-3:before {
content: "\f138"; }
.flaticon-cutlery-cross-couple-of-fork-and-spoon:before {
content: "\f139"; }
.flaticon-cutlery-cross-of-a-knife-and-a-spoon:before {
content: "\f13a"; }
.flaticon-cutlery-for-fish:before {
content: "\f13b"; }
.flaticon-cutlery-kitchen-set:before {
content: "\f13c"; }
.flaticon-cutlery-kitchen-set-1:before {
content: "\f13d"; }
.flaticon-cutlery-on-circular-plate:before {
content: "\f13e"; }
.flaticon-cutlery-pieces-on-a-circular-plate-from-top-view:before {
content: "\f13f"; }
.flaticon-cutlery-set:before {
content: "\f140"; }
.flaticon-cutlery-set-of-eating-tools:before {
content: "\f141"; }
.flaticon-cutlery-set-of-five-pieces:before {
content: "\f142"; }
.flaticon-cutlery-set-of-five-pieces-1:before {
content: "\f143"; }
.flaticon-cutlery-set-of-three-pieces:before {
content: "\f144"; }
.flaticon-cutlery-set-on-a-plate:before {
content: "\f145"; }
.flaticon-cutlery-set-on-a-plate-1:before {
content: "\f146"; }
.flaticon-cutlery-set-on-a-plate-2:before {
content: "\f147"; }
.flaticon-cutlery-symbol:before {
content: "\f148"; }
.flaticon-cutting-board-black-rectangular-silhouette-of-the-tool:before {
content: "\f149"; }
.flaticon-cutting-board-side-view-silhouettes-of-tools:before {
content: "\f14a"; }
.flaticon-cutting-tool-for-potatoes:before {
content: "\f14b"; }
.flaticon-dessert-glass-container-of-tall-elegant-shape:before {
content: "\f14c"; }
.flaticon-desserts-recipes-book:before {
content: "\f14d"; }
.flaticon-drinks-recipes-book:before {
content: "\f14e"; }
.flaticon-electrical-kettle-tool-side-view:before {
content: "\f14f"; }
.flaticon-elegant-black-wine-glass:before {
content: "\f150"; }
.flaticon-elegant-glass-for-water:before {
content: "\f151"; }
.flaticon-flat-cooking-bowl-from-side-view:before {
content: "\f152"; }
.flaticon-flat-cooking-pan:before {
content: "\f153"; }
.flaticon-flat-covered-pan-kitchen-tool-for-cooking-from-side-view:before {
content: "\f154"; }
.flaticon-flat-kitchen-bowl-to-cook-heating-the-food:before {
content: "\f155"; }
.flaticon-flat-plate-with-hot-food-from-side-view:before {
content: "\f156"; }
.flaticon-food-scale-tool:before {
content: "\f157"; }
.flaticon-fork-and-knife-cutlery-circle-interface-symbol-for-restaurant:before {
content: "\f158"; }
.flaticon-fork-and-knife-in-cross:before {
content: "\f159"; }
.flaticon-fork-and-spoon-for-salad:before {
content: "\f15a"; }
.flaticon-fork-eating-tool-silhouette-in-diagonal:before {
content: "\f15b"; }
.flaticon-fork-for-dessert:before {
content: "\f15c"; }
.flaticon-fork-in-diagonal:before {
content: "\f15d"; }
.flaticon-fork-of-long-and-thin-shape:before {
content: "\f15e"; }
.flaticon-forks:before {
content: "\f15f"; }
.flaticon-forks-for-meat:before {
content: "\f160"; }
.flaticon-forks-set-for-kitchen:before {
content: "\f161"; }
.flaticon-four-cooking-accessories-set-for-kitchen:before {
content: "\f162"; }
.flaticon-frying-pan-silhouette-from-top-view:before {
content: "\f163"; }
.flaticon-glass:before {
content: "\f164"; }
.flaticon-glass-1:before {
content: "\f165"; }
.flaticon-glass-2:before {
content: "\f166"; }
.flaticon-glass-black-drinking-tool:before {
content: "\f167"; }
.flaticon-glass-black-shape-from-side-view:before {
content: "\f168"; }
.flaticon-glass-black-side-view-shape:before {
content: "\f169"; }
.flaticon-glass-black-tool:before {
content: "\f16a"; }
.flaticon-glass-elegant-black-shape:before {
content: "\f16b"; }
.flaticon-glass-for-flowers:before {
content: "\f16c"; }
.flaticon-glass-of-wine:before {
content: "\f16d"; }
.flaticon-glass-on-a-hand:before {
content: "\f16e"; }
.flaticon-glass-shape:before {
content: "\f16f"; }
.flaticon-glass-with-beverage-ice-cubes-and-straw:before {
content: "\f170"; }
.flaticon-grinder-for-meat:before {
content: "\f171"; }
.flaticon-heating-food-in-flat-pan-on-fire:before {
content: "\f172"; }
.flaticon-hot-coffee-cup-with-spoon-in-it:before {
content: "\f173"; }
.flaticon-hot-food-bowl:before {
content: "\f174"; }
.flaticon-hot-food-in-a-bowl:before {
content: "\f175"; }
.flaticon-hot-food-in-open-bowl:before {
content: "\f176"; }
.flaticon-hot-recipes-kitchen-book:before {
content: "\f177"; }
.flaticon-ice-cream-balls-on-tall-glass:before {
content: "\f178"; }
.flaticon-jar:before {
content: "\f179"; }
.flaticon-kitchen-accessory:before {
content: "\f17a"; }
.flaticon-kitchen-accessory-1:before {
content: "\f17b"; }
.flaticon-kitchen-accessory-2:before {
content: "\f17c"; }
.flaticon-kitchen-accessory-3:before {
content: "\f17d"; }
.flaticon-kitchen-accessory-for-cake:before {
content: "\f17e"; }
.flaticon-kitchen-accessory-for-cheese:before {
content: "\f17f"; }
.flaticon-kitchen-accessory-in-diagonal-position:before {
content: "\f180"; }
.flaticon-kitchen-accessory-silhouette:before {
content: "\f181"; }
.flaticon-kitchen-accessory-silhouette-in-diagonal:before {
content: "\f182"; }
.flaticon-kitchen-apron-and-glove:before {
content: "\f183"; }
.flaticon-kitchen-ax:before {
content: "\f184"; }
.flaticon-kitchen-bowl:before {
content: "\f185"; }
.flaticon-kitchen-bowl-for-cooking-with-cover:before {
content: "\f186"; }
.flaticon-kitchen-bowl-with-cover:before {
content: "\f187"; }
.flaticon-kitchen-forceps-silhouette-in-diagonal-position:before {
content: "\f188"; }
.flaticon-kitchen-glove:before {
content: "\f189"; }
.flaticon-kitchen-hammer-silhouette:before {
content: "\f18a"; }
.flaticon-kitchen-mixer:before {
content: "\f18b"; }
.flaticon-kitchen-opened-pan-tool:before {
content: "\f18c"; }
.flaticon-kitchen-pan-with-cover:before {
content: "\f18d"; }
.flaticon-kitchen-pan-with-cover-1:before {
content: "\f18e"; }
.flaticon-kitchen-pan-with-cover-for-heat:before {
content: "\f18f"; }
.flaticon-kitchen-scale-tool:before {
content: "\f190"; }
.flaticon-kitchen-set-for-cake:before {
content: "\f191"; }
.flaticon-kitchen-utensil:before {
content: "\f192"; }
.flaticon-kitchen-utensil-for-salt:before {
content: "\f193"; }
.flaticon-kitchen-utensil-to-cook-hot-food:before {
content: "\f194"; }
.flaticon-kitchen-wheel-accessory-for-cutting:before {
content: "\f195"; }
.flaticon-knife:before {
content: "\f196"; }
.flaticon-knife-and-fork-in-a-square-for-interface-symbol-for-restaurants:before {
content: "\f197"; }
.flaticon-knife-black-diagonal-tool-silhouette:before {
content: "\f198"; }
.flaticon-knife-cutting-tool:before {
content: "\f199"; }
.flaticon-knife-diagonal-tool-silhouette:before {
content: "\f19a"; }
.flaticon-knife-for-pizza-with-a-wheel-of-metal:before {
content: "\f19b"; }
.flaticon-knife-long-thin-cutting-tool-silhouette:before {
content: "\f19c"; }
.flaticon-knife-of-thin-shape-in-diagonal-position:before {
content: "\f19d"; }
.flaticon-knife-on-cutting-board:before {
content: "\f19e"; }
.flaticon-knife-silhouette-in-diagonal-position:before {
content: "\f19f"; }
.flaticon-knife-tool:before {
content: "\f1a0"; }
.flaticon-knives-cross:before {
content: "\f1a1"; }
.flaticon-knives-cutlery-set-for-kitchen:before {
content: "\f1a2"; }
.flaticon-knives-set-silhouette:before {
content: "\f1a3"; }
.flaticon-long-thin-spoon-for-kitchen:before {
content: "\f1a4"; }
.flaticon-meat-recipes-book:before {
content: "\f1a5"; }
.flaticon-meat-recipes-book-1:before {
content: "\f1a6"; }
.flaticon-microwave-oven:before {
content: "\f1a7"; }
.flaticon-mixer:before {
content: "\f1a8"; }
.flaticon-mixer-kitchen-machine:before {
content: "\f1a9"; }
.flaticon-mixer-kitchen-tool-side-view:before {
content: "\f1aa"; }
.flaticon-mixing-machine:before {
content: "\f1ab"; }
.flaticon-opener-for-wine-bottles:before {
content: "\f1ac"; }
.flaticon-opener-in-diagonal-position:before {
content: "\f1ad"; }
.flaticon-oven-kitchen-tool-for-cooking-foods:before {
content: "\f1ae"; }
.flaticon-pitcher:before {
content: "\f1af"; }
.flaticon-pitcher-kitchen-container-for-liquids-measuring:before {
content: "\f1b0"; }
.flaticon-pitcher-kitchen-utensil-with-liquid-inside:before {
content: "\f1b1"; }
.flaticon-pitcher-or-tea-pot:before {
content: "\f1b2"; }
.flaticon-pitcher-or-teapot-side-view:before {
content: "\f1b3"; }
.flaticon-plate-and-cutlery-from-top-view:before {
content: "\f1b4"; }
.flaticon-plate-and-forks-couple-from-top-view:before {
content: "\f1b5"; }
.flaticon-plate-circles-from-top-view:before {
content: "\f1b6"; }
.flaticon-plate-glass-and-napkin-from-top-view:before {
content: "\f1b7"; }
.flaticon-plate-gross-circle:before {
content: "\f1b8"; }
.flaticon-plate-of-food:before {
content: "\f1b9"; }
.flaticon-plate-with-cutlery-and-glass-from-top-view:before {
content: "\f1ba"; }
.flaticon-plate-with-fork-and-knife-eating-set-tools-from-top-view:before {
content: "\f1bb"; }
.flaticon-plate-with-glass-and-cutlery-from-top-view:before {
content: "\f1bc"; }
.flaticon-potatoes-cutting-tool:before {
content: "\f1bd"; }
.flaticon-recipes-book-kitchen-guide:before {
content: "\f1be"; }
.flaticon-recipes-book-with-spaghetti-plate-on-the-cover:before {
content: "\f1bf"; }
.flaticon-refrigerator:before {
content: "\f1c0"; }
.flaticon-restaurant-cutlery-circular-interface-symbol-with-a-knife-and-a-spoon:before {
content: "\f1c1"; }
.flaticon-restaurant-cutlery-circular-symbol-of-a-spoon-and-a-fork-in-a-circle:before {
content: "\f1c2"; }
.flaticon-restaurant-cutlery-symbol-in-a-square:before {
content: "\f1c3"; }
.flaticon-restaurant-eating-tools-set-of-three-pieces:before {
content: "\f1c4"; }
.flaticon-restaurant-plate-top-view:before {
content: "\f1c5"; }
.flaticon-restaurant-square-interface-symbol-with-a-knife-and-a-spoon:before {
content: "\f1c6"; }
.flaticon-rounded-bowl:before {
content: "\f1c7"; }
.flaticon-salty-food-in-a-bowl:before {
content: "\f1c8"; }
.flaticon-sauce-container-silhouette:before {
content: "\f1c9"; }
.flaticon-saucepan-from-side-view:before {
content: "\f1ca"; }
.flaticon-scoop-kitchen-utensil:before {
content: "\f1cb"; }
.flaticon-scoop-of-egg-shape:before {
content: "\f1cc"; }
.flaticon-scoops-couple:before {
content: "\f1cd"; }
.flaticon-serving-tea-in-a-cup-from-a-teapot:before {
content: "\f1ce"; }
.flaticon-serving-wine-in-a-glass-with-a-bottle:before {
content: "\f1cf"; }
.flaticon-silhouette-of-kitchen-tool-for-pepper:before {
content: "\f1d0"; }
.flaticon-skewer:before {
content: "\f1d1"; }
.flaticon-skimmer:before {
content: "\f1d2"; }
.flaticon-soup-bucket:before {
content: "\f1d3"; }
.flaticon-soup-hot-bowl-with-spoon:before {
content: "\f1d4"; }
.flaticon-spoon-for-cream:before {
content: "\f1d5"; }
.flaticon-spoons-and-forks-of-kitchen:before {
content: "\f1d6"; }
.flaticon-spoons-and-skewer-long-kitchen-utensils:before {
content: "\f1d7"; }
.flaticon-strainer-kitchen-bowl-with-holes:before {
content: "\f1d8"; }
.flaticon-sweet-recipes-opened-cooking-book:before {
content: "\f1d9"; }
.flaticon-tall-alcohol-glass:before {
content: "\f1da"; }
.flaticon-tall-cup-with-straw-and-spoon-inside:before {
content: "\f1db"; }
.flaticon-tall-elegant-glass-shape:before {
content: "\f1dc"; }
.flaticon-tall-kitchen-pan-with-cover:before {
content: "\f1dd"; }
.flaticon-tea-set:before {
content: "\f1de"; }
.flaticon-teapot:before {
content: "\f1df"; }
.flaticon-thin-glasses-couple-for-celebration:before {
content: "\f1e0"; }
.flaticon-thin-long-spoon-kitchen-accessory:before {
content: "\f1e1"; }
.flaticon-three-buckets-set-for-kitchen-of-different-sizes:before {
content: "\f1e2"; }
.flaticon-timer-kitchen-tool-of-egg-shape:before {
content: "\f1e3"; }
.flaticon-toaster:before {
content: "\f1e4"; }
.flaticon-toaster-1:before {
content: "\f1e5"; }
.flaticon-tool-for-soup:before {
content: "\f1e6"; }
.flaticon-two-plates-from-side-view:before {
content: "\f1e7"; }
.flaticon-vase:before {
content: "\f1e8"; }
.flaticon-whisk-kitchen-tool:before {
content: "\f1e9"; }
.flaticon-wine-black-glass:before {
content: "\f1ea"; }
.flaticon-wine-bottle:before {
content: "\f1eb"; }
.flaticon-wine-bottle-1:before {
content: "\f1ec"; }
.flaticon-wine-bottle-2:before {
content: "\f1ed"; }
.flaticon-wine-bottle-and-opener:before {
content: "\f1ee"; }
.flaticon-wine-opener-silhouette:before {
content: "\f1ef"; }
.mdh-expandable-search {
margin: 0 50px;
align-items: center;
justify-content: center; }
.mdh-expandable-search form {
max-width: 600px; }
.mdh-expandable-search,
.mdh-expandable-search form,
.mdh-expandable-search input {
/* Cross browser flex-grow */
-webkit-box-flex: 1;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1; }
.mdh-expandable-search,
.mdh-expandable-search form {
/* Cross browser inline-flex */
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -moz-inline-box;
display: -ms-inline-flexbox;
display: inline-flex; }
/* Position search icon */
.mdh-expandable-search .material-icons {
position: relative;
right: -40px;
margin-left: -24px;
/* Remove the blank space left behind by the icon being relatively positioned */ }
.mdh-expandable-search input {
outline: none;
border: none;
font-size: 16px;
color: #FFFFFF;
padding: 0px 35px 0px 60px;
height: 40px;
line-height: 40px;
/* TODO: This was recommended for cross browser compatability of input height, check if its actually needed in modern browsers */
border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px; }
.mdh-expandable-search input::-webkit-input-placeholder {
/* WebKit browsers */
color: #FFFFFF; }
.mdh-expandable-search input:-moz-placeholder {
/* Mozilla Firefox 4 to 18 */
color: #FFFFFF;
opacity: 1;
/* Firefox gives the placeholder a reduced opacity so we have to increase it */ }
.mdh-expandable-search input::-moz-placeholder {
/* Mozilla Firefox 19+ */
color: #FFFFFF;
opacity: 1;
/* Firefox gives the placeholder a reduced opacity so we have to increase it */ }
.mdh-expandable-search input:-ms-input-placeholder {
/* Internet Explorer 10+ */
color: #FFFFFF; }
/* Bug fix: https://github.com/google/material-design-lite/issues/1078
* To much padding on the left of header when the menu button is hidden */
@media screen and (min-width: 851px) {
.mdl-layout__header-row {
padding: 0 40px 0 40px; } }
body {
height: 100%; }
.page-content {
align-items: center;
justify-content: center;
text-align: center; }
@media (max-height: 470px) and (orientation: landscape) {
.mdl-layout__header {
min-height: 30px !important;
transition: all 300ms ease; }
.mdl-layout__header .mdl-layout__drawer-button {
height: 27px !important;
margin: 3px 12px !important;
transition: all 300ms ease; }
.mdl-layout__header .mdl-layout__drawer-button i {
margin-top: 0px !important; }
.mdl-layout__header .mdl-layout__header-row {
height: 30px;
transition: all 300ms ease; }
.mdl-layout__header .mdl-layout__header-row .mdl-layout-title {
font-size: 16px;
font-weight: lighter;
transition: all 300ms ease; }
.mdl-layout__header .mdl-textfield--align-right {
padding: 0px;
height: 30px; }
.mdl-layout__header .mdl-textfield--align-right .mdl-button {
top: 0px; } }
#detail-loader {
margin: 30px auto; }
#details {
overflow: hidden;
position: relative; }
#details .difficulty {
width: 200px;
padding: 16px;
position: absolute;
text-align: center;
color: #fff;
transform: rotate(45deg);
right: -80px;
top: 5px; }
#details #images .card-spacing {
flex: 0 0 auto;
margin: 10px; }
@media (max-width: 480px) {
#details #images .card-spacing {
padding: 0px;
margin: 0 0 0 10px;
width: 100vw;
box-sizing: border-box; }
#details #images .card-spacing:first-child {
margin-left: 0px; }
#details #images .card-spacing .image {
min-height: 250px; } }
#details #summary .fi, #details #summary .material-icons {
font-size: 48px; }
#details #summary .mdl-grid {
padding: 0px;
margin: 0px; }
#details #summary hr {
border-top: 1px solid rgba(255, 255, 255, 0.5);
margin: 1em 8px; }
#details #intro h4 {
font-weight: lighter;
margin-top: 0px; }
@media (min-width: 479px) {
#details #ingredient {
margin-left: -16px; } }
#details #ingredient .ingredients {
text-align: left; }
#details #ingredient .ingredients ul {
border-left: solid 2px #ff4081;
padding-left: 12px;
list-style-type: none;
margin-left: 8px;
/*
li:before {
content: '-';
margin-right: 3px;
}*/ }
#details #ingredient .ingredients ul li {
line-height: 35px; }
#details #ingredient .ingredients ul li .mdl-checkbox {
height: auto; }
#details #ingredient .ingredients ul li .mdl-checkbox.is-checked .mdl-checkbox__label {
color: #bdbdbd; }
#details #ingredient #accessoires {
text-align: left; }
#details #preparation .preparation-details {
text-align: left; }
#details #preparation .preparation-details .step-text-content {
padding: 20px 0px; }
#details #preparation .preparation-details .step-text-content .stepNr {
font-size: 2em;
font-weight: bold;
display: inline;
float: left;
margin-left: 0px; }
#details #preparation .preparation-details .step-text-content p {
margin: 0 0 0 40px; }
#details #recommendations .card-spacing {
margin: 0 10px; }
#details #recommendations .card-spacing .searchitem {
box-shadow: none;
max-width: 200px; }
#details #recommendations .card-spacing .searchitem .mdl-card__supporting-text {
font-size: 18px; }
#details #recommendations .card-spacing .searchitem .mdl-card__actions {
display: none; }
#details #comments .comment .comment-submitted {
font-size: smaller; }
#details .section--center {
max-width: 860px;
margin-bottom: 0px !important; }
#details .mdl-card--border {
background-color: #fff; }
#details .mdl-color--accent h4 {
color: #fff;
font-size: 24px;
font-weight: 300; }
#details .mdl-color--accent h4 i {
margin-right: 5px; }
#details .image {
min-height: 200px;
min-width: 200px;
background-repeat: no-repeat;
background-size: auto 100%;
background-position: center center;
align-items: flex-end;
text-shadow: 1px 1px 8px #000; }
@media (max-width: 480px) {
#details .image {
background-size: cover; } }
#details .lead {
font-size: 24px;
font-weight: 300; }
#details .star {
color: #fbc02d; }
#details .cards-horizontal {
overflow-x: auto;
display: flex;
flex-wrap: nowrap;
-webkit-overflow-scrolling: touch;
align-content: center;
vertical-align: middle;
justify-content: flex-start;
align-self: center; }
#details .cards-horizontal .card-spacing {
flex: 0 0 auto; }
#recipeOfToday {
padding: 0px 10px; }
#recipeOfToday searchitem {
display: block; }
#recipeOfToday .searchitem {
margin: 0 auto 20px auto; }
.searchitem .mdl-card__title {
position: relative;
min-height: 180px;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
align-items: flex-end;
text-shadow: 1px 1px 8px #000; }
.searchitem .mdl-card__title .detailLink {
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px; }
.searchitem .star {
color: #fbc02d; }
.cards-flow {
flex-direction: row;
justify-content: center;
display: flex;
flex-wrap: wrap; }
.cards-flow .card-spacing {
display: inline-block;
margin: 20px; } | 0.334046 | 0.091911 |
Created on : 21/06/2017, 06:32:13 PM
Author : <NAME>
Email : <EMAIL> / <EMAIL>
organización: EMPET S.A.C.
*/
*{
margin: 0;
padding: 0;
}
body{
width: 100%;
display: block;
float: left;
background: #E6E6E6;
/*font-family:Square721 BT;
font-family:Futura Md BT;*/
font-family: 'Montserrat', sans-serif;
}
.contenedor{
width:100%;
display: block;
float: left;
}
.cabeza{
width: 100%;
display: block;
float: left;
position: fixed;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
z-index: 20;
background:#E6E6E6;
background: #660066;
background-image: url("../img/cabezab.png");
background-repeat: no-repeat;
background-size: 100%;
/*border-radius: 50px 50px 0 0;*/
}
.cabeza .logo{
width: 100%;
display: block;
float: left;
text-align: center;
padding: 10px;
box-sizing:border-box;
z-index:999;
/*animation-name: cabeza;
animation-duration: 3s;
animation-timing-function: linear;
animation-delay: 5s;
animation-iteration-count: infinite;
animation-direction: alternate;*/
}
.cabeza .logo img{
width: 6%;
position: relative;
animation-name: anima;
animation-duration: 2s;
animation-timing-function: linear;
animation-delay: 15s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@-webkit-keyframes anima {
0% {left:0px; top:0px; top:0px;}
10% {left:0px; top:0px; top:20px;}
20% {left:0px; top:0px; top:5px;}
50% {left:0px; top:0px; top:-10px;}
60% {left:0px; top:0px; top:5px;}
80% {left:0px; top:0px; top:20px;}
100% {left:0px; top:0px; top:0px;}
/*25% {left:200px; right:0px; top:10px;}
50% {left:0px; right:-400px; top:0px;}
75% {left:-400px; right:0px;}
100% {left:0px; right:0px;}*/
}
@-webkit-keyframes cabeza{
0% {
border-left:50px solid darkred;
border-right:10px solid darkred;
}
10% {
border-left:50px solid dodgerblue;
border-right:10px solid dodgerblue;
}
20% {
border-left:50px solid orangered;
border-right:10px solid orangered;
}
50% {
border-left:50px solid ebeccapurple;
border-right:10px solid ebeccapurple;
}
60% {
border-left:50px solid teal;
border-right:10px solid teal;
}
80% {
border-left:50px solid darkred;
border-right:10px solid darkred;
}
100% {
border-left:50px solid orangered;
border-right:10px solid orangered;
}
/*25% {left:200px; right:0px; top:10px;}
50% {left:0px; right:-400px; top:0px;}
75% {left:-400px; right:0px;}
100% {left:0px; right:0px;}*/
}
/*.cabeza .logo{
width: 30%;
display: block;
float: left;
text-align: center;
border:1px solid #E6E6E6;
border-radius: 0 0 100px 30px;
border-left: none;
padding: 30px;
box-sizing:border-box;
background:rgba(255,255,255,0.79);
}
.cabeza .logo img{
width: 50%;
}*/
.cabeza .menu{
width: 100%;
display: block;
float: left;
/*background: #660066;*/
}
.cabeza .menu nav{
width: 67%;
margin: 0 auto;
z-index: 3;
}
.cabeza .menu nav ul{
width: 100%;
display: block;
float: left;
}
.cabeza .menu nav ul li{
width: 18%;
display: block;
float: left;
color: dodgerblue;
/*background:#ffcc33;
background:#F2F2F2;*/
}
.cabeza .menu nav ul li a:hover{
color: dodgerblue;
/*background:#ffcc33;
background:#F2F2F2;*/
}
.cabeza .menu nav ul li:active> * ,#activo{
/* background: #770177;*/
color: white;
}
.cabeza .menu nav ul li ul{
width: 14%;
display:none;
float: left;
position:absolute;
/*margin-top: -120px;*/
z-index: -1;
opacity: 0;
background: #660066;
}
.cabeza .menu nav ul li ul li{
width: 100%;
display: block;
float: left;
/*background:#ffcc33;*/
}
.cabeza .menu nav ul li ul li a{
width: 100%;
display: block;
float: left;
background:#660066;
color:white;
border-bottom: 1px solid #cc00cc;
text-align: left;
}
.cabeza .menu nav ul li ul li a:hover{
background: #33ffff;
color:gray;
}
.cabeza .menu nav ul li ul li ul{
width: 25%;
display: block;
float: left;
margin-top: -100px;
}
.cabeza .menu nav ul li ul li ul li{
width:100%;
display: block;
float: left;
}
.cabeza .menu nav ul li ul li ul li a{
width:100%;
display: block;
float: left;
background:#33ffff;
color:gray;
}
/*.cabeza .menu nav ul li{
width: 30%;
display: block;
float: left;
background: white;
}*/
.cabeza .menu nav ul li a{
width: 100%;
display: block;
float: left;
/*color: #A4A4A4;*/
color: white;
font-size: 11px;
padding: 10px;
box-sizing: border-box;
text-align: center;
text-decoration: none;
text-transform: uppercase;
/*border-bottom: 1px solid #E6E6E6;*/
/*background:#ffcc33;*/
}
.cabeza .menu nav ul li a img{
width: 20px;
display: block;
float: left;
border-right: 1px solid white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 5px;
opacity:0.7;
}
.cabeza .menu nav ul li:hover > ul{
color:gray;
margin-top: 34px;
/*transition: 0.5s;*/
opacity:1;
display: block;
/*border-right: 1px solid #E6E6E6;*/
}
.cabeza .menu nav ul li a:hover{
/*border-top:2px solid #770177;*/
transition: 0.5s;
color:white;
}
#menubig{
width:65%;
}
#active{
width: 60%;
}
.cabeza .perfil{
width: 10%;
display: block;
float: left;
position: absolute;
z-index: 999999;
right: 0;
}
.cabeza .perfil .perfil-item{
width: 100%;
display: block;
float: left;
}
.cabeza .perfil a {
width: 100%;
display: block;
float: right;
text-decoration: none;
text-align: center;
font-size: 11px;
color: white;
padding: 3px;
box-sizing: border-box;
}
.cabeza .perfil span{
font-size: 20px;
font-weight: bold;
}
/*.cabeza .perfil a img{
width:10px;
margin-right: 5px;
}*/
.cabeza .perfil a:hover{
color: dodgerblue;
}
/*---------PUBLICIDAD-------------*/
.publicidad-left{
width: 100%;
display: block;
float: left;
position: fixed;
overflow: hidden;
top:-100%;
z-index: 9;
}
.conta-publi{
position: absolute;
background:yellow;
color:#3B0B39;
font-size: 17px;
width: 50px;
z-index: 30;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
-webkit-border-radius:100px;
-moz-border-radius:100px;
border-radius:100px;
top:10px;
left: 10px;
}
.publicidad-left ul{
width: 300%;
display:flex;
float: left;
position: relative;
background: red;
list-style: none;
animation-name:rotar;
left: 0;
animation-duration: 20s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
publicidad-left ul li{
width: 100%;
display: block;
float: left;
}
publicidad-left ul li a{
width: 100%;
display: block;
float: left;
}
.publicidad-left ul li a img{
width:100%;
display: block;
float: left;
}
.publicidad-right{
width: 12%;
position: fixed;
right:0;
}
.publicidad-right img{
width:100%;
}
@keyframes rotar {
0%{left:0%;}
33%{left:0%;}
33.1%{left:-100%;}
66%{left:-100%;}
66.1%{left:-200%;}
100%{left:-200%;}
}
/*-------PUBLICIDAD FIN ---*/
.carita{
width:5%;
display: block;
float: left;
font-size: 27px;
font-weight: bold;
border-right: 1px solid #660066;
text-align: center;
box-sizing: border-box;
color:#cc00cc;
/*padding: 10px;*/
box-sizing:border-box;
}
.nav-categoria{
width:32%;
display: block;
float: left;
padding: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
text-align: center;
color: gray;
background: white;
margin-bottom: 25px;
margin-top: 20px;
background-image: url("../img/cabeza.png");
background-repeat: no-repeat;
background-size: 90%;
}
.cuerpo{
width: 100%;
display: block;
float: left;
margin-top: 170px;
position: relative;
}
.cuerpo .slides{
width: 100%;
display: block;
float: left;
overflow: hidden;
position: relative;
padding: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
}
.cuerpo .slides ul{
display:flex;
float: left;
width: 400%;
position: relative;
/* animation: rotar 5s infinite;
animation-direction: alternate;*/
}
.cuerpo .slides ul li{
width: 100%;
display: block;
float: left;
position: relative;
list-style: none;
}
.cuerpo .slides .grupo-prom{
width: 16.9%;
display: block;
float: left;
margin-right: -4px;
/*padding: 10px;
box-sizing: border-box;*/
margin-bottom: -5px;
border:5px dashed #BDBDBD;
box-sizing:border-box;
background:none;
}
.cuerpo .slides .grupo-prom .promo-img{
width: 100%;
display: block;
float: left;
cursor: pointer;
/* -webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);*/
}
.cuerpo .slides .grupo-prom .promo-img img{
width: 100%;
display: block;
float: left;
}
.cuerpo .slides .grupo-prom .des-promo{
width: 100%;
display: block;
float: left;
margin-top: -69px;
}
.cuerpo .slides .grupo-prom .des-promo a{
width: 120px;
display:block;
opacity: 0;
float: left;
color: gray;
font-size: 13px;
text-align: center;
text-decoration: none;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #E6E6E6;
}
.cuerpo .slides .grupo-prom:hover > .des-promo a{
color:white;
opacity: 0.9;
transition: 0.5s;
border-radius: 0 50px 0 0 ;
background: #cc3300;
/*border-bottom: 1px solid #cc3300;*/
}
.cuerpo .slides .efecto:hover > .grupo-prom{
/* -ms-transform: scale(-0.9, -0); /* IE 9 */
/*-webkit-transform: scale(-1,- 1); /* Safari */
/*transform: scale(-0.1,1);*/
transition: 0.5s;
border-radius: 0 50px 0 0 ;
border-top:5px solid #BDBDBD;
}
/*---------STOCK AGOTADO--------*/
#disabled:hover{
transform: scale(1);
transition: 1s;
z-index: 1111;
}
#disabled img{
opacity: 0.3;
}
#disabled .des-promo a{
background: gray;
opacity: 1;
color: white;
border-radius: 0 50px 0 0 ;
}
.msjdisabled{
height: 30px;
color:white;
padding:8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
background: gray;
text-align: center;
position: absolute;
}
/*---------FIN STOCK AGOTADO--------*/
.cuerpo .slider ul li p{
width: 300px;
display: block;
float: left;
color:white;
font-size: 20px;
text-align: center;
margin-top: 150px;
/*background:rgba(255,255,255,0.79);*/
padding: 10px;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
.cuerpo .slider ul li a p:hover{
border-bottom: 3px solid dodgerblue;
transition: ease-in-out, width .65s ease-in-out;
transition: 1s;
}
/*.cuerpo .slider nav li img{
width: 100%;
}*/
@keyframes rotar {
0%{margin-left:0;}
20%{margin-left:0;}
25%{margin-left:-100%;}
40%{margin-left:-100%;}
45%{margin-left:-200%;}
60%{margin-left:-200%;}
65%{margin-left:-300%;}
80%{margin-left:-300%;}
/*transform: translateX(-66.6666%);*/
/* 85%{margin-top:-400%;}
100%{margin-top:-400%;}*/
}
.flexslider{
width: 100%;
display: block;
float: left;
position: relative;
}
.nav-slider .flex-control-nav,
.nav-slider .flex-direction-nav {
width: 100%;
list-style: none;
display: block;
float: left;
margin-top: 75px;
}
.nav-slider .flex-control-nav{
width: 100%;
text-align: center;
position: absolute;
bottom: 5%;
z-index: 8;
}
.nav-slider .flex-control-nav li{
width: 12px;
list-style: none;
display: inline-block;
margin: 0 6px;
}
.nav-slider .flex-control-nav li a{
display: block;
background: #777777;
width: 12px;
height: 12px;
border-radius: 12px;
text-indent: -9999px;
}
.nav-slider .flex-control-nav li a:hover{
background:#660066;
}
.nav-slider .flex-control-nav li a.flex-active{
background: #2E2E2E;
}
.nav-slider .flex-direction-nav a{
display: block;
text-decoration: none;
position: absolute;
top: 50%;
z-index: 8;
width: 40px;
height: 40px;
overflow: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: -70px;
}
.nav-slider .flex-direction-nav .flex-prev{
left: 0;
}
.nav-slider .flex-direction-nav .flex-next{
right:0;
}
.nav-slider .flex-direction-nav a:before {
font-family:Arial;
text-align: center;
font-size: 20px;
width: 30px;
display: block;
background: #660066;
content: '<';
color:white;
padding: 9px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.nav-slider .flex-direction-nav a.flex-next:before {
content: '>';
}
.nav-slider .flexslider:hover .flex-direction-nav .flex-prev{
opacity: 0.7;
left: 10px;
}
.nav-slider .flexslider:hover .flex-direction-nav .flex-prev:hover{
opacity: 1;
}
.nav-slider .flexslider:hover .flex-direction-nav .flex-next{
opacity: 0.7;
right: 0;
}
.nav-slider .flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.navega{
width:100%;
display: block;
float: left;
}
.grupnavega{
width: 100px;
margin: 0 auto;
}
.nave{
width: 15px;
height: 15px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:10px;
display: block;
float: left;
position: relative;
background:white;
cursor: pointer;
}
.cuerpo .titulo{
width: 100%;
display: block;
float: left;
padding: 10px;
box-sizing: border-box;
font-size: 35px;
color: gray;
text-align: center;
font-family: "Kaufmann BT";
margin-top: 0px;
}
@font-face {
font-family: "Kaufmann BT";
src: url("../font/kaufmann_bt.ttf")format("truetype");
}
.cuerpo .categoriastitulo{
width:33%;
display: block;
float: left;
margin-bottom: 10px;
}
.cuerpo .categoriastitulo p{
width:70%;
display: block;
float: left;
font-size: 14px;
color:white;
text-align: center;
padding: 10px;
box-sizing: border-box;
background:red;
}
.cuerpo .seccionpromociones{
width: 100%;
display: block;
float: left;
margin-bottom: 100px;
}
.cuerpo .seccionpromociones .promocion{
width: 170px;
display: block;
float: left;
margin-left: 4px;
/*padding: 10px;
box-sizing: border-box;*/
margin-bottom: 15px;
cursor: pointer;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
}
.cuerpo .seccionpromociones .promocion .imgprom{
width: 100%;
display: block;
float: left;
}
.cuerpo .seccionpromociones .promocion img{
width: 100%;
display: block;
float: left;
}
.cuerpo .seccionpromociones .promocion .descripcionprom{
width: 100%;
display: block;
float: left;
}
.cuerpo .seccionpromociones .promocion .descripcionprom a{
width: 120px;
display:block;
opacity: 0;
float: left;
color: gray;
font-size: 13px;
text-align: center;
text-decoration: none;
padding: 10px;
position: absolute;
box-sizing: border-box;
margin-top: -70px;
border-bottom: 1px solid #E6E6E6;
}
.cuerpo .seccionpromociones .promocion:hover > .descripcionprom a{
color:white;
opacity: 0.9;
transition: 1s;
border-radius: 0 50px 0 0 ;
background: #cc3300;
border-bottom: 1px solid #cc3300;
}
/*---- EMPRESAS AFILIADAS------*/
.cuerpo .empresas-titulo{
width:100%;
display: block;
float: left;
margin-bottom: 10px;
border-bottom: 1px solid #BDBDBD;
margin-top: 20px;
}
.cuerpo .empresas-titulo p{
width:70%;
display: block;
float: left;
font-size: 12px;
color:gray;
text-align:left;
padding: 10px;
box-sizing: border-box;
/*background: #BDBDBD;*/
}
.cuerpo .seccion-Empresas{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius: 0 0 20px 20px;
border-radius: 0 0 20px 20px;
}
.cuerpo .seccion-Empresas .grupo-empresas {
width: 50%;
margin:0 auto;
overflow: hidden;
}
/*#seleft{
position: fixed;
left:0;
}
#seright{
position: fixed;
right: 0;
}*/
.cuerpo .seccion-Empresas ul{
width: 300%;
display: flex;
float: left;
/*margin-bottom: 100px;*/
animation: empresasrotar 20s infinite;
animation-direction: alternate;
}
.cuerpo .seccion-Empresas ul li{
width: 100%;
display: block;
float: left;
}
.cuerpo .seccion-Empresas ul li .img-empresa{
width: 17%;
display: block;
float: left;
margin-left: 40px;
}
.cuerpo .seccion-Empresas ul li .img-empresa img{
width: 100%;
display: block;
float: left;
}
@keyframes empresasrotar {
0%{margin-left:0;}
20%{margin-left:0;}
25%{margin-left:-100%;}
40%{margin-left:-100%;}
45%{margin-left:-200%;}
60%{margin-left:-200%;}
65%{margin-left:0;}
80%{margin-left:0;}
85%{margin-left:-100%;}
100%{margin-left:-100%;}
105%{margin-left:-200%;}
120%{margin-left:-200%;}
/*50%{
transform: translateX(-100%);
}*/
/*transform: translateX(-66.6666%);*/
/* 85%{margin-top:-400%;}
100%{margin-top:-400%;}*/
}
/*-------------EMERGENTE-----------*/
.emergente {
display: none;
position: fixed;
z-index: 20;
padding-top: 20px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.emergente-contn {
margin: auto;
padding: 20px;
width: 30%;
}
.emergente-contn .sesion-emer{
width: 100%;
display: block;;
float: left;
padding:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius: 0 0 20px 20px;
border-radius: 0 0 20px 20px;
}
#codigo_existe{
background: darkred;
}
.emergente-contn .cabeza-emer{
width: 100%;
display: block;
float: left;
text-align:center;
border-bottom: 1px solid #660066;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background:#660066;
-webkit-border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
border-radius:20px 20px 0 0;
}
.emergente-contn .cabeza-emer img{
width: 80px;
}
.emergente-contn .sesion-emer .cuerpo-emer{
width: 100%;
display: block;
float: left;
text-align:center;
}
.emergente-contn .sesion-emer .cuerpo-emer input{
width: 100%;
display: block;
float: left;
text-align:left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
border: none;
color: gray;
outline:none;
border-bottom: 1px solid #BDBDBD;
margin-bottom: 5px;
-webkit-border-radius:20px 0 20px 20px;
-moz-border-radius:20px 0 20px 20px;
border-radius:20px 0 20px 20px;
}
.emergente-contn .sesion-emer .cuerpo-emer input:focus{
border-bottom: 1px solid dodgerblue;
transition: ease-in-out, width .65s ease-in-out;
transition: 2s;
}
.emergente-contn .sesion-emer .cuerpo-emer p{
width: 100%;
display: block;
float: left;
text-align: center;
font-size: 15px;
color: gray;
padding: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.emergente-contn .sesion-emer .cuerpo-emer img{
width: 150px;
display: block;
float: left;
}
.emergente-contn .sesion-emer .cuerpo-emer .detalle_cod{
width: 200px;
display: block;
float: left;
}
.emergente-contn .sesion-emer .cuerpo-emer .detalle_cod span{
width: 100%;
display: block;
float: left;
color: gray;
font-size: 12px;
text-align: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.emergente-contn .sesion-emer .cuerpo-emer .detalle_cod a{
width: 100%;
display: block;
float: left;
color: gray;
font-size: 12px;
text-align: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}
.emergente-contn .sesion-emer .cuerpo-emer .detalle_cod a:hover{
color:dodgerblue;
}
.emergente-contn .sesion-emer .pie-emr{
width: 100%;
display: block;
float: left;
}
.emergente-contn .sesion-emer .pie-emr a{
width: 100%;
display: block;
float: left;
text-align:center;
color: gray;
font-size: 12px;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}
#afiliar-emer{
width: 100%;
display: block;
float: left;
text-align:center;
color: white;
font-size: 12px;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
background: #660066;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.emergente-contn .sesion-emer .pie-emr a:hover{
color:dodgerblue;
}
#btn-sesionE{
background:#660066;
color: white;
text-align: center;
font-size: 14px;
cursor: pointer;
margin-top: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#btn-sesionE:hover{
opacity: 0.7;
transition: 0.5s;
}
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.close_rpta {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close_rpta:hover,
.close_rpta:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.close_rpta-v {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close_rpta-v:hover,
.close_rpta-v:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/*----------TENDECIAS PRINCIPAL----*/
.titulo-tenden{
width: 33%;
display: block;
float: left;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:gray;
font-size: 17x;
text-align:center;
background: white;
background-image: url("../img/cabeza.png");
background-repeat: no-repeat;
-webkit-border-radius:0 20px 0 0;
-moz-border-radius:0 20px 0 0;
border-radius:0 20px 0 0;
background-size: 100%;
margin-top: 70px;
margin-bottom: 30px;
border-left: 3px solid #cc3300;
}
.tendecia{
width: 100%;
display: block;
float: left;
}
.tendencia .grupotendencia{
width: 95%;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.tendencia .grupotendencia ul{
display:flex;
float: left;
position: relative;
width: 400%;
}
.tendencia .grupotendencia ul li{
width: 100%;
display: block;
float: left;
position: relative;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tendencia .grupotendencia ul li .tendencia-item{
width:24.9%;
display: block;
float: left;
margin-left:1px;
padding: 10px;
box-sizing: border-box;
margin-bottom: -5px;
background: white;
box-sizing:border-box;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
}
.tendencia .grupotendencia ul li .tendencia-item .item-img{
width: 100%;
display: block;
float: left;
cursor: pointer;
}
.tendencia .grupotendencia ul li .tendencia-item .item-img img{
width: 100%;
display: block;
float: left;
}
.tendencia .grupotendencia ul li .tendencia-item .item-descr{
width: 22%;
display: block;
float: left;
margin-top: 263px;
margin-left: -9px;
opacity: 0;
position: absolute;
}
.tendencia .grupotendencia ul li .tendencia-item .item-descr p{
width: 120px;
display:block;
float: left;
color: white;
font-size: 13px;
text-align: center;
text-decoration: none;
padding: 10px;
box-sizing: border-box;
}
.tendencia .grupotendencia ul li .tendencia-item:hover > .item-descr{
color:white;
opacity: 0.9;
transition: 0.5s;
border-radius: 0 50px 0 0 ;
background:#660066;
/*border-bottom: 1px solid #cc3300;*/
}
.tendencia .direccion{
width:30px;
padding: 10px;
box-sizing: border-box;
color: white;
background: #660066;
text-align: center;
font-weight: bold;
cursor: pointer;
z-index: 1;
margin-top: 170px;
}
#left-ten{
display: block;
float: left;
position:absolute;
}
#rigth-ten{
display: block;
float: right;
right: 0;
position:absolute;
}
/*---------DATOS PERSONALES-------*/
.colecciontendencia{
width: 100%;
display: block;
float: left;
margin-top: 50px;
margin-bottom: 50px;
}
#paginador{
background: none;
}
.colecciontendencia .item-coleccion{
width: 19.5%;
display: block;
float: left;
background: white;
margin-left: 5px;
margin-bottom: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.colecciontendencia .item-coleccion:hover{
transform: scale(1.1, 1.1);
transition: 1s;
z-index: 1111;
}
.colecciontendencia .item-coleccion img{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.colecciontendencia .item-coleccion .coleccion-desc{
width: 100%;
display: block;
float: left;
background: white;
border-top: 1px solid #BDBDBD;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.colecciontendencia .item-coleccion .coleccion-desc img{
width: 25%;
display: block;
float: left;
border-right: 1px solid #BDBDBD;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.colecciontendencia .item-coleccion .coleccion-desc p{
width: 70%;
display: block;
float: left;
color: gray;
font-size: 12px;
text-align: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cod-prom{
width: 70%;
margin: 0 auto;
}
.promocion-seleccion{
width: 70%;
display: block;
float: right;
text-align: center;
}
.promocion-seleccion p{
width: 100%;
display: block;
float: right;
text-align: center;
color:gray;
font-size:20px;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 50px;
}
.promocion-seleccion a{
width: 30%;
margin: 0 auto;
text-align: center;
color:gray;
font-size:20px;
color: white;
background: dodgerblue;
text-decoration: none;
text-align: center;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.promocion-seleccion a:hover{
opacity: 0.7;
}
.colecciontendencia .flex-control-nav,
.colecciontendencia .flex-direction-nav {
width: 100%;
list-style: none;
display: block;
float: left;
margin-top: 75px;
}
.colecciontendencia .flex-control-nav{
width: 100%;
text-align: center;
position: absolute;
bottom: 5%;
z-index: 9;
}
.colecciontendencia .flex-control-nav li{
width: 12px;
list-style: none;
display: inline-block;
margin: 0 6px;
}
.colecciontendencia .flex-control-nav li a{
display: block;
width: 15px;
color:darkslategray;
text-decoration: none;
font-size: 11px;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
}
.colecciontendencia .flex-control-nav li a:hover{
background:#660066;
color:white;
}
.colecciontendencia .flex-control-nav li a.flex-active{
background:#660066;
color:white;
}
.colecciontendencia .flex-direction-nav a{
display: block;
text-decoration: none;
position: absolute;
top: 50%;
z-index:9;
width: 40px;
height: 40px;
overflow: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top:347px;
}
.colecciontendencia .flex-direction-nav .flex-prev{
left: 50%;
}
.colecciontendencia .flex-direction-nav .flex-next{
right:50%;
}
.colecciontendencia .flex-direction-nav a:before {
font-family:Arial;
text-align: center;
font-size: 20px;
width: 30px;
display: block;
background:red;
content: '<';
color:white;
padding: 9px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.nav-pagina .flex-direction-nav a.flex-next:before {
content: '>';
}
.nav-pagina .flexslider:hover .flex-direction-nav .flex-prev{
opacity: 0.7;
left:35%;
}
.nav-pagina .flexslider:hover .flex-direction-nav .flex-prev:hover{
opacity: 1;
}
.nav-pagina .flexslider:hover .flex-direction-nav .flex-next{
opacity: 0.7;
right: 35%;
}
.nav-pagina .flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
/***** opciones intranet */
.grupo_opciones_intranet{
width: 400px;
margin:10px auto;
}
.grupo_opciones_intranet .titulo_item_intranet{
width:100%;
display: block;
float: left;
color:gray;
font-size: 14px;
text-align: center;
padding:17px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px dashed #BDBDBD;
margin-bottom: 15px;
}
.grupo_opciones_intranet a{
width:20%;
background:white;
display: block;
float: left;
padding: 10px;
margin:10px auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
margin-left: 40px;
}
.grupo_opciones_intranet a p{
width:100%;
display: block;
float: left;
color:gray;
font-size: 10px;
text-align: center;
margin-top: 2px;
}
.grupo_opciones_intranet a img{
width:100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grupo_opciones_intranet a:hover{
transform: scale(1.1, 1.1);
transition: 1s;
}
/*--------------------------------*/
/*---------DATOS PERSONALES-------*/
.grupo_opciones_perfil{
width: 400px;
margin:10px auto;
}
.grupo_opciones_perfil .titulo_item_perfil{
width:100%;
display: block;
float: left;
color:gray;
font-size: 14px;
text-align: center;
padding:17px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px dashed #BDBDBD;
margin-bottom: 15px;
}
.grupo_opciones_perfil a{
width:20%;
background:white;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
margin-left: 40px;
}
.grupo_opciones_perfil a p{
width:100%;
display: block;
float: left;
color:gray;
font-size: 10px;
text-align: center;
margin-top: 2px;
}
.grupo_opciones_perfil a img{
width:100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grupo_opciones_perfil a:hover{
transform: scale(1.1, 1.1);
transition: 1s;
}
#activo_item{
background: none;
}
#activo_item:hover{
transform: none;
}
/*---PROMOCIONES GENERADAS----*/
.promociones_generadas{
width: 100%;
height: 400px;
display: block;
float: left;
background:white;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-y: scroll;
}
.promociones_generadas::-webkit-scrollbar{
width: 7px;
}
.promociones_generadas::-webkit-scrollbar-track{
background: white;
}
.promociones_generadas::-webkit-scrollbar-thumb {
background:dodgerblue;
border-radius: 3px;
}
.promociones_generadas .grupo_promociones{
width: 100%;
display: block;
float: left;
}
.promociones_generadas .grupo_promociones .cabeza_titulo{
width: 100%;
display: block;
float: left;
position:absolute;
margin-top: -35px;
}
.promociones_generadas .grupo_promociones .cabeza_titulo .item_ct{
width: 120px;
display: block;
float: left;
color: gray;
font-size: 11px;
text-align: center;
border-left:1px solid #BDBDBD;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #F2F2F2;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp{
width: 100%;
display: block;
float: left;
border-bottom:1px solid #BDBDBD;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp .item_cp{
width: 120px;
height: 70px;
ddisplay: block;
float: left;
color: gray;
font-size: 10px;
text-align: center;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp .item_cp p{
margin-top: 20px;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp .item_cp img{
width: 60px;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp:hover > *{
background: #F2F2F2;
border-left: 1px solid #aaaaaa;
cursor: pointer;
}
.tituloconfiramciondatos{
width:100%;
display: block;
float: left;
color: darkslategray;
font-size: 14px;
text-align: center;
padding:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px dashed gray;
}
.seccion-perfil{
width: 100%;
display: block;
float: left;
padding: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-perfil{
width:50%;
display: block;
float: left;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius:0 0 20px 20px;
border-radius:0 0 20px 20px;
}
.seccion-perfil .grupo-perfil .item-datos{
width: 40%;
display: block;
float: left;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-perfil .item-datos span{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color:gray;
border-left: 1px solid #660066;
margin-bottom: 5px;
}
.seccion-perfil .grupo-perfil .datos-personales{
width: 60%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cuerpo_datos_personales{
width: 750px;
margin:0 auto;
}
#grupo_iperfil{
width: 100%;
}
#editar,#cancelar{
width: 20%;
display: block;
float: left;
border:none;
color:white;
background:dodgerblue;
text-align: center;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
cursor: pointer;
font-size: 12px;
}
.seccion-perfil .titulo-perfil{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: center;
color:gray;
border-bottom: 3px solid #660066;
margin-bottom: 15px;
background-image: url("../img/cabeza.png");
background-repeat: no-repeat;
background-size: 100%;
}
.seccion-perfil .grupo-perfil .datos-personales input{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color: gray;
border:none;
border-bottom: 1px solid #BDBDBD;
outline:none;
margin-bottom: 5px;
}
.seccion-perfil .grupo-perfil .datos-personales select{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color: gray;
border:none;
border-bottom: 1px solid #BDBDBD;
outline:none;
}
/*
.seccion-perfil .grupo-perfil .datos-personales input:valid{
background: #770177;
color: white;
transition: 1s;
}
.seccion-perfil .grupo-perfil .datos-personales input:invalid{
bborder-bottom: 1px solid #BDBDBD;
transition: 1s;
}
.seccion-perfil .grupo-perfil .datos-personales select:valid{
background: #770177;
color: white;
transition: 1s;
}
.seccion-perfil .grupo-perfil .datos-personales select:invalid{
bborder-bottom: 1px solid #BDBDBD;
transition: 1s;
}*/
#procedencia{
margin-top: 45px;
}
#procedencia-selec{
margin-top: 25px;
}
#msj-cambios{
width: 100%;
display: block;
float: left;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: gray;
font-size: 13px;
text-align: center;
}
.rpta-seccion{
width: 100%;
display:none;
float: left;
padding:5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:darkred;
font-size: 11px;
text-align: center;
}
.btnguardar{
width: 50%;
display: block;
float: right;
border:none;
color: white;
background: #660066;
text-align: center;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
cursor: pointer;
}
.btnguardar:hover{
opacity:0.7;
}
#btnguardar-pref{
width: 33%;
}
.grupo-cambio{
width: 100%;
display:none;
float: left;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grupo-cambio input{
width: 49%;
display:block;
float: left;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
border:1px solid #aaaaaa;
margin-right: 3px;
}
#cambio{
width: 10%;
display:block;
float: left;
color:#3B0B39;
font-size: 11px;
text-align: center;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
#btn-pass{
width: 20%;
display:block;
float: right;
color:white;
background: #3B0B39;
font-size: 11px;
text-align: center;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin-top: 5px;
cursor: pointer;
}
.alertpass{
width: 100%;
display:none;
float: left;
color:red;
font-size: 11px;
text-align: center;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia{
width:45%;
display: block;
float: right;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius:0 0 20px 20px;
border-radius:0 0 20px 20px;
}
.seccion-perfil .grupo-preferencia .item-preferencia{
width:100%;
display: block;
float: left;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia .item-preferencia .titulo-preferencia{
width:100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: gray;
font-size: 12px;
text-align:left;
border-left: 1px solid #BDBDBD;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia{
width:100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia label{
width:70%;
display: block;
float: left;
color: gray;
font-size: 12px;
text-align:left;
padding: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input{
width:30%;
display: block;
float: left;
outline: none;
cursor: pointer;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type="checkbox"]:not(:checked){
width: 20%;
height: 20px;
display: block;
float: left;
border: none;
/*opacity: 0.4;*/
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type="checkbox"]:checked{
width: 20%;
height: 20px;
display: block;
float: left;
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type="radio"]:not(:checked){
width: 20%;
height: 20px;
display: block;
float: left;
border: none;
/*opacity: 0.4;*/
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type="radio"]:checked{
width: 20%;
height: 20px;
display: block;
float: left;
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type=radio]:checked + label{
border-bottom: 1px solid #BDBDBD;
color: #660066;
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type=checkbox]:checked + label{
border-bottom: 1px solid #BDBDBD;
color: #660066;
transition: 1s;
}
/*---------SECCION TERMINOS Y CONDICIONES----------*/
.seccion-condiones{
width: 100%;
display: block;
float: left;
padding: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius:0 0 20px 20px;
border-radius:0 0 20px 20px;
}
.seccion-condiones .titulo-condiciones{
width: 100%;
display: block;
float: left;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:gray;
font-size: 15px;
text-align: center;
text-transform: uppercase;
border-bottom: 3px solid #660066;
margin-bottom: 20px;
}
.seccion-condiones .item-termino{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:gray;
font-size: 12px;
text-align: left;
border-left: 1px solid #BDBDBD;
font-weight: bold;
}
.seccion-condiones p{
width: 100%;
display: block;
float: left;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:gray;
font-size: 12px;
text-align: left;
text-align: justify;
}
/*---------PIE DE PAGINA----------*/
.pie{
width: 100%;
display: block;
float: left;
padding: 50px;
box-sizing: border-box;
background: #151515;
margin-top: 200px;
-webkit-border-radius:200px 150px 0 0;
-moz-border-radius:200px 150px 0 0;
border-radius: 200px 150px 0 0;
}
.pie footer{
width: 1050px;
margin: 0 auto;
}
.pie footer .categorias-pie{
width:32%;
display: block;
float: left;
border-left: 1px dashed white;
padding:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.pie footer .categorias-pie img{
width: 200px;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#web{
text-align: center;
}
.pie footer .categorias-pie .titulo-footer{
width:100%;
display: block;
float: left;
color: white;
font-size: 14px;
text-align: center;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pie footer .categorias-pie li{
width:100%;
display: block;
float: left;
}
.pie footer .categorias-pie li a{
width:100%;
display: block;
float: left;
padding:5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: gray;
font-size: 12px;
text-align: left;
text-decoration: none;
}
.pie footer .categorias-pie li a:hover{
color:white;
}
/*---------RESPONSIVE-------*/
@media screen and (min-width:300px) and (max-width: 1200px){
.cuerpo .slider ul li{
height: 300px;
}
.tendencia .grupotendencia ul li .tendencia-item .item-descr{
width: 25%;
margin-top: 218px;
}
.flex-control-nav,
.flex-direction-nav {
width: 100%;
list-style: none;
display: block;
float: left;
margin-top: 5px;
}
.cuerpo .seccion-Empresas{
margin-top: 365px;
}
}
.seccion-perfil .grupo-preferencia .item-preferencia .item-datos-password {
width: 40%;
display: block;
float: left;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia .item-preferencia .item-datos-password span {
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color:gray;
border-left: 1px solid #660066;
margin-bottom: 5px;
}
.seccion-perfil .grupo-preferencia .item-preferencia .datos-password {
width: 60%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia .item-preferencia .datos-password input {
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color: gray;
border:none;
border-bottom: 1px solid #BDBDBD;
outline:none;
margin-bottom: 5px;
}
/*
.seccion-perfil .grupo-preferencia .item-preferencia .datos-password input:valid {
background: #770177;
color: white;
transition: 1s;
}
.seccion-perfil .grupo-perfil .datos-personales input:invalid{
bborder-bottom: 1px solid #BDBDBD;
transition: 1s;
}
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] { -moz-appearance:textfield; }
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=date] { -moz-appearance:textfield; }
#btnguardar-datos{
width: 50%;
display: block;
float: right;
border:none;
color: white;
background: #660066;
text-align: center;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
cursor: pointer;
} | public/css/style.css | Created on : 21/06/2017, 06:32:13 PM
Author : <NAME>
Email : <EMAIL> / <EMAIL>
organización: EMPET S.A.C.
*/
*{
margin: 0;
padding: 0;
}
body{
width: 100%;
display: block;
float: left;
background: #E6E6E6;
/*font-family:Square721 BT;
font-family:Futura Md BT;*/
font-family: 'Montserrat', sans-serif;
}
.contenedor{
width:100%;
display: block;
float: left;
}
.cabeza{
width: 100%;
display: block;
float: left;
position: fixed;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
z-index: 20;
background:#E6E6E6;
background: #660066;
background-image: url("../img/cabezab.png");
background-repeat: no-repeat;
background-size: 100%;
/*border-radius: 50px 50px 0 0;*/
}
.cabeza .logo{
width: 100%;
display: block;
float: left;
text-align: center;
padding: 10px;
box-sizing:border-box;
z-index:999;
/*animation-name: cabeza;
animation-duration: 3s;
animation-timing-function: linear;
animation-delay: 5s;
animation-iteration-count: infinite;
animation-direction: alternate;*/
}
.cabeza .logo img{
width: 6%;
position: relative;
animation-name: anima;
animation-duration: 2s;
animation-timing-function: linear;
animation-delay: 15s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
@-webkit-keyframes anima {
0% {left:0px; top:0px; top:0px;}
10% {left:0px; top:0px; top:20px;}
20% {left:0px; top:0px; top:5px;}
50% {left:0px; top:0px; top:-10px;}
60% {left:0px; top:0px; top:5px;}
80% {left:0px; top:0px; top:20px;}
100% {left:0px; top:0px; top:0px;}
/*25% {left:200px; right:0px; top:10px;}
50% {left:0px; right:-400px; top:0px;}
75% {left:-400px; right:0px;}
100% {left:0px; right:0px;}*/
}
@-webkit-keyframes cabeza{
0% {
border-left:50px solid darkred;
border-right:10px solid darkred;
}
10% {
border-left:50px solid dodgerblue;
border-right:10px solid dodgerblue;
}
20% {
border-left:50px solid orangered;
border-right:10px solid orangered;
}
50% {
border-left:50px solid ebeccapurple;
border-right:10px solid ebeccapurple;
}
60% {
border-left:50px solid teal;
border-right:10px solid teal;
}
80% {
border-left:50px solid darkred;
border-right:10px solid darkred;
}
100% {
border-left:50px solid orangered;
border-right:10px solid orangered;
}
/*25% {left:200px; right:0px; top:10px;}
50% {left:0px; right:-400px; top:0px;}
75% {left:-400px; right:0px;}
100% {left:0px; right:0px;}*/
}
/*.cabeza .logo{
width: 30%;
display: block;
float: left;
text-align: center;
border:1px solid #E6E6E6;
border-radius: 0 0 100px 30px;
border-left: none;
padding: 30px;
box-sizing:border-box;
background:rgba(255,255,255,0.79);
}
.cabeza .logo img{
width: 50%;
}*/
.cabeza .menu{
width: 100%;
display: block;
float: left;
/*background: #660066;*/
}
.cabeza .menu nav{
width: 67%;
margin: 0 auto;
z-index: 3;
}
.cabeza .menu nav ul{
width: 100%;
display: block;
float: left;
}
.cabeza .menu nav ul li{
width: 18%;
display: block;
float: left;
color: dodgerblue;
/*background:#ffcc33;
background:#F2F2F2;*/
}
.cabeza .menu nav ul li a:hover{
color: dodgerblue;
/*background:#ffcc33;
background:#F2F2F2;*/
}
.cabeza .menu nav ul li:active> * ,#activo{
/* background: #770177;*/
color: white;
}
.cabeza .menu nav ul li ul{
width: 14%;
display:none;
float: left;
position:absolute;
/*margin-top: -120px;*/
z-index: -1;
opacity: 0;
background: #660066;
}
.cabeza .menu nav ul li ul li{
width: 100%;
display: block;
float: left;
/*background:#ffcc33;*/
}
.cabeza .menu nav ul li ul li a{
width: 100%;
display: block;
float: left;
background:#660066;
color:white;
border-bottom: 1px solid #cc00cc;
text-align: left;
}
.cabeza .menu nav ul li ul li a:hover{
background: #33ffff;
color:gray;
}
.cabeza .menu nav ul li ul li ul{
width: 25%;
display: block;
float: left;
margin-top: -100px;
}
.cabeza .menu nav ul li ul li ul li{
width:100%;
display: block;
float: left;
}
.cabeza .menu nav ul li ul li ul li a{
width:100%;
display: block;
float: left;
background:#33ffff;
color:gray;
}
/*.cabeza .menu nav ul li{
width: 30%;
display: block;
float: left;
background: white;
}*/
.cabeza .menu nav ul li a{
width: 100%;
display: block;
float: left;
/*color: #A4A4A4;*/
color: white;
font-size: 11px;
padding: 10px;
box-sizing: border-box;
text-align: center;
text-decoration: none;
text-transform: uppercase;
/*border-bottom: 1px solid #E6E6E6;*/
/*background:#ffcc33;*/
}
.cabeza .menu nav ul li a img{
width: 20px;
display: block;
float: left;
border-right: 1px solid white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-right: 5px;
opacity:0.7;
}
.cabeza .menu nav ul li:hover > ul{
color:gray;
margin-top: 34px;
/*transition: 0.5s;*/
opacity:1;
display: block;
/*border-right: 1px solid #E6E6E6;*/
}
.cabeza .menu nav ul li a:hover{
/*border-top:2px solid #770177;*/
transition: 0.5s;
color:white;
}
#menubig{
width:65%;
}
#active{
width: 60%;
}
.cabeza .perfil{
width: 10%;
display: block;
float: left;
position: absolute;
z-index: 999999;
right: 0;
}
.cabeza .perfil .perfil-item{
width: 100%;
display: block;
float: left;
}
.cabeza .perfil a {
width: 100%;
display: block;
float: right;
text-decoration: none;
text-align: center;
font-size: 11px;
color: white;
padding: 3px;
box-sizing: border-box;
}
.cabeza .perfil span{
font-size: 20px;
font-weight: bold;
}
/*.cabeza .perfil a img{
width:10px;
margin-right: 5px;
}*/
.cabeza .perfil a:hover{
color: dodgerblue;
}
/*---------PUBLICIDAD-------------*/
.publicidad-left{
width: 100%;
display: block;
float: left;
position: fixed;
overflow: hidden;
top:-100%;
z-index: 9;
}
.conta-publi{
position: absolute;
background:yellow;
color:#3B0B39;
font-size: 17px;
width: 50px;
z-index: 30;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
-webkit-border-radius:100px;
-moz-border-radius:100px;
border-radius:100px;
top:10px;
left: 10px;
}
.publicidad-left ul{
width: 300%;
display:flex;
float: left;
position: relative;
background: red;
list-style: none;
animation-name:rotar;
left: 0;
animation-duration: 20s;
animation-timing-function: linear;
animation-delay: 0s;
animation-iteration-count: infinite;
animation-direction: alternate;
}
publicidad-left ul li{
width: 100%;
display: block;
float: left;
}
publicidad-left ul li a{
width: 100%;
display: block;
float: left;
}
.publicidad-left ul li a img{
width:100%;
display: block;
float: left;
}
.publicidad-right{
width: 12%;
position: fixed;
right:0;
}
.publicidad-right img{
width:100%;
}
@keyframes rotar {
0%{left:0%;}
33%{left:0%;}
33.1%{left:-100%;}
66%{left:-100%;}
66.1%{left:-200%;}
100%{left:-200%;}
}
/*-------PUBLICIDAD FIN ---*/
.carita{
width:5%;
display: block;
float: left;
font-size: 27px;
font-weight: bold;
border-right: 1px solid #660066;
text-align: center;
box-sizing: border-box;
color:#cc00cc;
/*padding: 10px;*/
box-sizing:border-box;
}
.nav-categoria{
width:32%;
display: block;
float: left;
padding: 6px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 13px;
text-align: center;
color: gray;
background: white;
margin-bottom: 25px;
margin-top: 20px;
background-image: url("../img/cabeza.png");
background-repeat: no-repeat;
background-size: 90%;
}
.cuerpo{
width: 100%;
display: block;
float: left;
margin-top: 170px;
position: relative;
}
.cuerpo .slides{
width: 100%;
display: block;
float: left;
overflow: hidden;
position: relative;
padding: 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
}
.cuerpo .slides ul{
display:flex;
float: left;
width: 400%;
position: relative;
/* animation: rotar 5s infinite;
animation-direction: alternate;*/
}
.cuerpo .slides ul li{
width: 100%;
display: block;
float: left;
position: relative;
list-style: none;
}
.cuerpo .slides .grupo-prom{
width: 16.9%;
display: block;
float: left;
margin-right: -4px;
/*padding: 10px;
box-sizing: border-box;*/
margin-bottom: -5px;
border:5px dashed #BDBDBD;
box-sizing:border-box;
background:none;
}
.cuerpo .slides .grupo-prom .promo-img{
width: 100%;
display: block;
float: left;
cursor: pointer;
/* -webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);*/
}
.cuerpo .slides .grupo-prom .promo-img img{
width: 100%;
display: block;
float: left;
}
.cuerpo .slides .grupo-prom .des-promo{
width: 100%;
display: block;
float: left;
margin-top: -69px;
}
.cuerpo .slides .grupo-prom .des-promo a{
width: 120px;
display:block;
opacity: 0;
float: left;
color: gray;
font-size: 13px;
text-align: center;
text-decoration: none;
padding: 10px;
box-sizing: border-box;
border-bottom: 1px solid #E6E6E6;
}
.cuerpo .slides .grupo-prom:hover > .des-promo a{
color:white;
opacity: 0.9;
transition: 0.5s;
border-radius: 0 50px 0 0 ;
background: #cc3300;
/*border-bottom: 1px solid #cc3300;*/
}
.cuerpo .slides .efecto:hover > .grupo-prom{
/* -ms-transform: scale(-0.9, -0); /* IE 9 */
/*-webkit-transform: scale(-1,- 1); /* Safari */
/*transform: scale(-0.1,1);*/
transition: 0.5s;
border-radius: 0 50px 0 0 ;
border-top:5px solid #BDBDBD;
}
/*---------STOCK AGOTADO--------*/
#disabled:hover{
transform: scale(1);
transition: 1s;
z-index: 1111;
}
#disabled img{
opacity: 0.3;
}
#disabled .des-promo a{
background: gray;
opacity: 1;
color: white;
border-radius: 0 50px 0 0 ;
}
.msjdisabled{
height: 30px;
color:white;
padding:8px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
background: gray;
text-align: center;
position: absolute;
}
/*---------FIN STOCK AGOTADO--------*/
.cuerpo .slider ul li p{
width: 300px;
display: block;
float: left;
color:white;
font-size: 20px;
text-align: center;
margin-top: 150px;
/*background:rgba(255,255,255,0.79);*/
padding: 10px;
box-sizing: border-box;
font-family: 'Montserrat', sans-serif;
}
.cuerpo .slider ul li a p:hover{
border-bottom: 3px solid dodgerblue;
transition: ease-in-out, width .65s ease-in-out;
transition: 1s;
}
/*.cuerpo .slider nav li img{
width: 100%;
}*/
@keyframes rotar {
0%{margin-left:0;}
20%{margin-left:0;}
25%{margin-left:-100%;}
40%{margin-left:-100%;}
45%{margin-left:-200%;}
60%{margin-left:-200%;}
65%{margin-left:-300%;}
80%{margin-left:-300%;}
/*transform: translateX(-66.6666%);*/
/* 85%{margin-top:-400%;}
100%{margin-top:-400%;}*/
}
.flexslider{
width: 100%;
display: block;
float: left;
position: relative;
}
.nav-slider .flex-control-nav,
.nav-slider .flex-direction-nav {
width: 100%;
list-style: none;
display: block;
float: left;
margin-top: 75px;
}
.nav-slider .flex-control-nav{
width: 100%;
text-align: center;
position: absolute;
bottom: 5%;
z-index: 8;
}
.nav-slider .flex-control-nav li{
width: 12px;
list-style: none;
display: inline-block;
margin: 0 6px;
}
.nav-slider .flex-control-nav li a{
display: block;
background: #777777;
width: 12px;
height: 12px;
border-radius: 12px;
text-indent: -9999px;
}
.nav-slider .flex-control-nav li a:hover{
background:#660066;
}
.nav-slider .flex-control-nav li a.flex-active{
background: #2E2E2E;
}
.nav-slider .flex-direction-nav a{
display: block;
text-decoration: none;
position: absolute;
top: 50%;
z-index: 8;
width: 40px;
height: 40px;
overflow: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top: -70px;
}
.nav-slider .flex-direction-nav .flex-prev{
left: 0;
}
.nav-slider .flex-direction-nav .flex-next{
right:0;
}
.nav-slider .flex-direction-nav a:before {
font-family:Arial;
text-align: center;
font-size: 20px;
width: 30px;
display: block;
background: #660066;
content: '<';
color:white;
padding: 9px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.nav-slider .flex-direction-nav a.flex-next:before {
content: '>';
}
.nav-slider .flexslider:hover .flex-direction-nav .flex-prev{
opacity: 0.7;
left: 10px;
}
.nav-slider .flexslider:hover .flex-direction-nav .flex-prev:hover{
opacity: 1;
}
.nav-slider .flexslider:hover .flex-direction-nav .flex-next{
opacity: 0.7;
right: 0;
}
.nav-slider .flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.navega{
width:100%;
display: block;
float: left;
}
.grupnavega{
width: 100px;
margin: 0 auto;
}
.nave{
width: 15px;
height: 15px;
-webkit-border-radius:2px;
-moz-border-radius:2px;
border-radius:10px;
display: block;
float: left;
position: relative;
background:white;
cursor: pointer;
}
.cuerpo .titulo{
width: 100%;
display: block;
float: left;
padding: 10px;
box-sizing: border-box;
font-size: 35px;
color: gray;
text-align: center;
font-family: "Kaufmann BT";
margin-top: 0px;
}
@font-face {
font-family: "Kaufmann BT";
src: url("../font/kaufmann_bt.ttf")format("truetype");
}
.cuerpo .categoriastitulo{
width:33%;
display: block;
float: left;
margin-bottom: 10px;
}
.cuerpo .categoriastitulo p{
width:70%;
display: block;
float: left;
font-size: 14px;
color:white;
text-align: center;
padding: 10px;
box-sizing: border-box;
background:red;
}
.cuerpo .seccionpromociones{
width: 100%;
display: block;
float: left;
margin-bottom: 100px;
}
.cuerpo .seccionpromociones .promocion{
width: 170px;
display: block;
float: left;
margin-left: 4px;
/*padding: 10px;
box-sizing: border-box;*/
margin-bottom: 15px;
cursor: pointer;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
}
.cuerpo .seccionpromociones .promocion .imgprom{
width: 100%;
display: block;
float: left;
}
.cuerpo .seccionpromociones .promocion img{
width: 100%;
display: block;
float: left;
}
.cuerpo .seccionpromociones .promocion .descripcionprom{
width: 100%;
display: block;
float: left;
}
.cuerpo .seccionpromociones .promocion .descripcionprom a{
width: 120px;
display:block;
opacity: 0;
float: left;
color: gray;
font-size: 13px;
text-align: center;
text-decoration: none;
padding: 10px;
position: absolute;
box-sizing: border-box;
margin-top: -70px;
border-bottom: 1px solid #E6E6E6;
}
.cuerpo .seccionpromociones .promocion:hover > .descripcionprom a{
color:white;
opacity: 0.9;
transition: 1s;
border-radius: 0 50px 0 0 ;
background: #cc3300;
border-bottom: 1px solid #cc3300;
}
/*---- EMPRESAS AFILIADAS------*/
.cuerpo .empresas-titulo{
width:100%;
display: block;
float: left;
margin-bottom: 10px;
border-bottom: 1px solid #BDBDBD;
margin-top: 20px;
}
.cuerpo .empresas-titulo p{
width:70%;
display: block;
float: left;
font-size: 12px;
color:gray;
text-align:left;
padding: 10px;
box-sizing: border-box;
/*background: #BDBDBD;*/
}
.cuerpo .seccion-Empresas{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius: 0 0 20px 20px;
border-radius: 0 0 20px 20px;
}
.cuerpo .seccion-Empresas .grupo-empresas {
width: 50%;
margin:0 auto;
overflow: hidden;
}
/*#seleft{
position: fixed;
left:0;
}
#seright{
position: fixed;
right: 0;
}*/
.cuerpo .seccion-Empresas ul{
width: 300%;
display: flex;
float: left;
/*margin-bottom: 100px;*/
animation: empresasrotar 20s infinite;
animation-direction: alternate;
}
.cuerpo .seccion-Empresas ul li{
width: 100%;
display: block;
float: left;
}
.cuerpo .seccion-Empresas ul li .img-empresa{
width: 17%;
display: block;
float: left;
margin-left: 40px;
}
.cuerpo .seccion-Empresas ul li .img-empresa img{
width: 100%;
display: block;
float: left;
}
@keyframes empresasrotar {
0%{margin-left:0;}
20%{margin-left:0;}
25%{margin-left:-100%;}
40%{margin-left:-100%;}
45%{margin-left:-200%;}
60%{margin-left:-200%;}
65%{margin-left:0;}
80%{margin-left:0;}
85%{margin-left:-100%;}
100%{margin-left:-100%;}
105%{margin-left:-200%;}
120%{margin-left:-200%;}
/*50%{
transform: translateX(-100%);
}*/
/*transform: translateX(-66.6666%);*/
/* 85%{margin-top:-400%;}
100%{margin-top:-400%;}*/
}
/*-------------EMERGENTE-----------*/
.emergente {
display: none;
position: fixed;
z-index: 20;
padding-top: 20px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
.emergente-contn {
margin: auto;
padding: 20px;
width: 30%;
}
.emergente-contn .sesion-emer{
width: 100%;
display: block;;
float: left;
padding:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius: 0 0 20px 20px;
border-radius: 0 0 20px 20px;
}
#codigo_existe{
background: darkred;
}
.emergente-contn .cabeza-emer{
width: 100%;
display: block;
float: left;
text-align:center;
border-bottom: 1px solid #660066;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background:#660066;
-webkit-border-radius:20px 20px 0 0;
-moz-border-radius:20px 20px 0 0;
border-radius:20px 20px 0 0;
}
.emergente-contn .cabeza-emer img{
width: 80px;
}
.emergente-contn .sesion-emer .cuerpo-emer{
width: 100%;
display: block;
float: left;
text-align:center;
}
.emergente-contn .sesion-emer .cuerpo-emer input{
width: 100%;
display: block;
float: left;
text-align:left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 12px;
border: none;
color: gray;
outline:none;
border-bottom: 1px solid #BDBDBD;
margin-bottom: 5px;
-webkit-border-radius:20px 0 20px 20px;
-moz-border-radius:20px 0 20px 20px;
border-radius:20px 0 20px 20px;
}
.emergente-contn .sesion-emer .cuerpo-emer input:focus{
border-bottom: 1px solid dodgerblue;
transition: ease-in-out, width .65s ease-in-out;
transition: 2s;
}
.emergente-contn .sesion-emer .cuerpo-emer p{
width: 100%;
display: block;
float: left;
text-align: center;
font-size: 15px;
color: gray;
padding: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.emergente-contn .sesion-emer .cuerpo-emer img{
width: 150px;
display: block;
float: left;
}
.emergente-contn .sesion-emer .cuerpo-emer .detalle_cod{
width: 200px;
display: block;
float: left;
}
.emergente-contn .sesion-emer .cuerpo-emer .detalle_cod span{
width: 100%;
display: block;
float: left;
color: gray;
font-size: 12px;
text-align: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.emergente-contn .sesion-emer .cuerpo-emer .detalle_cod a{
width: 100%;
display: block;
float: left;
color: gray;
font-size: 12px;
text-align: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}
.emergente-contn .sesion-emer .cuerpo-emer .detalle_cod a:hover{
color:dodgerblue;
}
.emergente-contn .sesion-emer .pie-emr{
width: 100%;
display: block;
float: left;
}
.emergente-contn .sesion-emer .pie-emr a{
width: 100%;
display: block;
float: left;
text-align:center;
color: gray;
font-size: 12px;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
}
#afiliar-emer{
width: 100%;
display: block;
float: left;
text-align:center;
color: white;
font-size: 12px;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
background: #660066;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
.emergente-contn .sesion-emer .pie-emr a:hover{
color:dodgerblue;
}
#btn-sesionE{
background:#660066;
color: white;
text-align: center;
font-size: 14px;
cursor: pointer;
margin-top: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}
#btn-sesionE:hover{
opacity: 0.7;
transition: 0.5s;
}
.close {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.close_rpta {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close_rpta:hover,
.close_rpta:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
.close_rpta-v {
color: #aaaaaa;
float: right;
font-size: 28px;
font-weight: bold;
}
.close_rpta-v:hover,
.close_rpta-v:focus {
color: #000;
text-decoration: none;
cursor: pointer;
}
/*----------TENDECIAS PRINCIPAL----*/
.titulo-tenden{
width: 33%;
display: block;
float: left;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:gray;
font-size: 17x;
text-align:center;
background: white;
background-image: url("../img/cabeza.png");
background-repeat: no-repeat;
-webkit-border-radius:0 20px 0 0;
-moz-border-radius:0 20px 0 0;
border-radius:0 20px 0 0;
background-size: 100%;
margin-top: 70px;
margin-bottom: 30px;
border-left: 3px solid #cc3300;
}
.tendecia{
width: 100%;
display: block;
float: left;
}
.tendencia .grupotendencia{
width: 95%;
margin: 0 auto;
overflow: hidden;
position: relative;
}
.tendencia .grupotendencia ul{
display:flex;
float: left;
position: relative;
width: 400%;
}
.tendencia .grupotendencia ul li{
width: 100%;
display: block;
float: left;
position: relative;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.tendencia .grupotendencia ul li .tendencia-item{
width:24.9%;
display: block;
float: left;
margin-left:1px;
padding: 10px;
box-sizing: border-box;
margin-bottom: -5px;
background: white;
box-sizing:border-box;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
}
.tendencia .grupotendencia ul li .tendencia-item .item-img{
width: 100%;
display: block;
float: left;
cursor: pointer;
}
.tendencia .grupotendencia ul li .tendencia-item .item-img img{
width: 100%;
display: block;
float: left;
}
.tendencia .grupotendencia ul li .tendencia-item .item-descr{
width: 22%;
display: block;
float: left;
margin-top: 263px;
margin-left: -9px;
opacity: 0;
position: absolute;
}
.tendencia .grupotendencia ul li .tendencia-item .item-descr p{
width: 120px;
display:block;
float: left;
color: white;
font-size: 13px;
text-align: center;
text-decoration: none;
padding: 10px;
box-sizing: border-box;
}
.tendencia .grupotendencia ul li .tendencia-item:hover > .item-descr{
color:white;
opacity: 0.9;
transition: 0.5s;
border-radius: 0 50px 0 0 ;
background:#660066;
/*border-bottom: 1px solid #cc3300;*/
}
.tendencia .direccion{
width:30px;
padding: 10px;
box-sizing: border-box;
color: white;
background: #660066;
text-align: center;
font-weight: bold;
cursor: pointer;
z-index: 1;
margin-top: 170px;
}
#left-ten{
display: block;
float: left;
position:absolute;
}
#rigth-ten{
display: block;
float: right;
right: 0;
position:absolute;
}
/*---------DATOS PERSONALES-------*/
.colecciontendencia{
width: 100%;
display: block;
float: left;
margin-top: 50px;
margin-bottom: 50px;
}
#paginador{
background: none;
}
.colecciontendencia .item-coleccion{
width: 19.5%;
display: block;
float: left;
background: white;
margin-left: 5px;
margin-bottom: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.colecciontendencia .item-coleccion:hover{
transform: scale(1.1, 1.1);
transition: 1s;
z-index: 1111;
}
.colecciontendencia .item-coleccion img{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.colecciontendencia .item-coleccion .coleccion-desc{
width: 100%;
display: block;
float: left;
background: white;
border-top: 1px solid #BDBDBD;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.colecciontendencia .item-coleccion .coleccion-desc img{
width: 25%;
display: block;
float: left;
border-right: 1px solid #BDBDBD;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.colecciontendencia .item-coleccion .coleccion-desc p{
width: 70%;
display: block;
float: left;
color: gray;
font-size: 12px;
text-align: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cod-prom{
width: 70%;
margin: 0 auto;
}
.promocion-seleccion{
width: 70%;
display: block;
float: right;
text-align: center;
}
.promocion-seleccion p{
width: 100%;
display: block;
float: right;
text-align: center;
color:gray;
font-size:20px;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-bottom: 50px;
}
.promocion-seleccion a{
width: 30%;
margin: 0 auto;
text-align: center;
color:gray;
font-size:20px;
color: white;
background: dodgerblue;
text-decoration: none;
text-align: center;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}
.promocion-seleccion a:hover{
opacity: 0.7;
}
.colecciontendencia .flex-control-nav,
.colecciontendencia .flex-direction-nav {
width: 100%;
list-style: none;
display: block;
float: left;
margin-top: 75px;
}
.colecciontendencia .flex-control-nav{
width: 100%;
text-align: center;
position: absolute;
bottom: 5%;
z-index: 9;
}
.colecciontendencia .flex-control-nav li{
width: 12px;
list-style: none;
display: inline-block;
margin: 0 6px;
}
.colecciontendencia .flex-control-nav li a{
display: block;
width: 15px;
color:darkslategray;
text-decoration: none;
font-size: 11px;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
}
.colecciontendencia .flex-control-nav li a:hover{
background:#660066;
color:white;
}
.colecciontendencia .flex-control-nav li a.flex-active{
background:#660066;
color:white;
}
.colecciontendencia .flex-direction-nav a{
display: block;
text-decoration: none;
position: absolute;
top: 50%;
z-index:9;
width: 40px;
height: 40px;
overflow: hidden;
opacity: 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
margin-top:347px;
}
.colecciontendencia .flex-direction-nav .flex-prev{
left: 50%;
}
.colecciontendencia .flex-direction-nav .flex-next{
right:50%;
}
.colecciontendencia .flex-direction-nav a:before {
font-family:Arial;
text-align: center;
font-size: 20px;
width: 30px;
display: block;
background:red;
content: '<';
color:white;
padding: 9px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.nav-pagina .flex-direction-nav a.flex-next:before {
content: '>';
}
.nav-pagina .flexslider:hover .flex-direction-nav .flex-prev{
opacity: 0.7;
left:35%;
}
.nav-pagina .flexslider:hover .flex-direction-nav .flex-prev:hover{
opacity: 1;
}
.nav-pagina .flexslider:hover .flex-direction-nav .flex-next{
opacity: 0.7;
right: 35%;
}
.nav-pagina .flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
/***** opciones intranet */
.grupo_opciones_intranet{
width: 400px;
margin:10px auto;
}
.grupo_opciones_intranet .titulo_item_intranet{
width:100%;
display: block;
float: left;
color:gray;
font-size: 14px;
text-align: center;
padding:17px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px dashed #BDBDBD;
margin-bottom: 15px;
}
.grupo_opciones_intranet a{
width:20%;
background:white;
display: block;
float: left;
padding: 10px;
margin:10px auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
margin-left: 40px;
}
.grupo_opciones_intranet a p{
width:100%;
display: block;
float: left;
color:gray;
font-size: 10px;
text-align: center;
margin-top: 2px;
}
.grupo_opciones_intranet a img{
width:100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grupo_opciones_intranet a:hover{
transform: scale(1.1, 1.1);
transition: 1s;
}
/*--------------------------------*/
/*---------DATOS PERSONALES-------*/
.grupo_opciones_perfil{
width: 400px;
margin:10px auto;
}
.grupo_opciones_perfil .titulo_item_perfil{
width:100%;
display: block;
float: left;
color:gray;
font-size: 14px;
text-align: center;
padding:17px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px dashed #BDBDBD;
margin-bottom: 15px;
}
.grupo_opciones_perfil a{
width:20%;
background:white;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
-webkit-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
-moz-box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
box-shadow: 7px 18px 18px -14px rgba(0,0,0,0.56);
margin-left: 40px;
}
.grupo_opciones_perfil a p{
width:100%;
display: block;
float: left;
color:gray;
font-size: 10px;
text-align: center;
margin-top: 2px;
}
.grupo_opciones_perfil a img{
width:100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grupo_opciones_perfil a:hover{
transform: scale(1.1, 1.1);
transition: 1s;
}
#activo_item{
background: none;
}
#activo_item:hover{
transform: none;
}
/*---PROMOCIONES GENERADAS----*/
.promociones_generadas{
width: 100%;
height: 400px;
display: block;
float: left;
background:white;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-y: scroll;
}
.promociones_generadas::-webkit-scrollbar{
width: 7px;
}
.promociones_generadas::-webkit-scrollbar-track{
background: white;
}
.promociones_generadas::-webkit-scrollbar-thumb {
background:dodgerblue;
border-radius: 3px;
}
.promociones_generadas .grupo_promociones{
width: 100%;
display: block;
float: left;
}
.promociones_generadas .grupo_promociones .cabeza_titulo{
width: 100%;
display: block;
float: left;
position:absolute;
margin-top: -35px;
}
.promociones_generadas .grupo_promociones .cabeza_titulo .item_ct{
width: 120px;
display: block;
float: left;
color: gray;
font-size: 11px;
text-align: center;
border-left:1px solid #BDBDBD;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #F2F2F2;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp{
width: 100%;
display: block;
float: left;
border-bottom:1px solid #BDBDBD;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp .item_cp{
width: 120px;
height: 70px;
ddisplay: block;
float: left;
color: gray;
font-size: 10px;
text-align: center;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: middle;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp .item_cp p{
margin-top: 20px;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp .item_cp img{
width: 60px;
}
.promociones_generadas .grupo_promociones .decripcion_cuerpo_cp:hover > *{
background: #F2F2F2;
border-left: 1px solid #aaaaaa;
cursor: pointer;
}
.tituloconfiramciondatos{
width:100%;
display: block;
float: left;
color: darkslategray;
font-size: 14px;
text-align: center;
padding:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-bottom: 2px dashed gray;
}
.seccion-perfil{
width: 100%;
display: block;
float: left;
padding: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-perfil{
width:50%;
display: block;
float: left;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius:0 0 20px 20px;
border-radius:0 0 20px 20px;
}
.seccion-perfil .grupo-perfil .item-datos{
width: 40%;
display: block;
float: left;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-perfil .item-datos span{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color:gray;
border-left: 1px solid #660066;
margin-bottom: 5px;
}
.seccion-perfil .grupo-perfil .datos-personales{
width: 60%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#cuerpo_datos_personales{
width: 750px;
margin:0 auto;
}
#grupo_iperfil{
width: 100%;
}
#editar,#cancelar{
width: 20%;
display: block;
float: left;
border:none;
color:white;
background:dodgerblue;
text-align: center;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
cursor: pointer;
font-size: 12px;
}
.seccion-perfil .titulo-perfil{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: center;
color:gray;
border-bottom: 3px solid #660066;
margin-bottom: 15px;
background-image: url("../img/cabeza.png");
background-repeat: no-repeat;
background-size: 100%;
}
.seccion-perfil .grupo-perfil .datos-personales input{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color: gray;
border:none;
border-bottom: 1px solid #BDBDBD;
outline:none;
margin-bottom: 5px;
}
.seccion-perfil .grupo-perfil .datos-personales select{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color: gray;
border:none;
border-bottom: 1px solid #BDBDBD;
outline:none;
}
/*
.seccion-perfil .grupo-perfil .datos-personales input:valid{
background: #770177;
color: white;
transition: 1s;
}
.seccion-perfil .grupo-perfil .datos-personales input:invalid{
bborder-bottom: 1px solid #BDBDBD;
transition: 1s;
}
.seccion-perfil .grupo-perfil .datos-personales select:valid{
background: #770177;
color: white;
transition: 1s;
}
.seccion-perfil .grupo-perfil .datos-personales select:invalid{
bborder-bottom: 1px solid #BDBDBD;
transition: 1s;
}*/
#procedencia{
margin-top: 45px;
}
#procedencia-selec{
margin-top: 25px;
}
#msj-cambios{
width: 100%;
display: block;
float: left;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: gray;
font-size: 13px;
text-align: center;
}
.rpta-seccion{
width: 100%;
display:none;
float: left;
padding:5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:darkred;
font-size: 11px;
text-align: center;
}
.btnguardar{
width: 50%;
display: block;
float: right;
border:none;
color: white;
background: #660066;
text-align: center;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
cursor: pointer;
}
.btnguardar:hover{
opacity:0.7;
}
#btnguardar-pref{
width: 33%;
}
.grupo-cambio{
width: 100%;
display:none;
float: left;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.grupo-cambio input{
width: 49%;
display:block;
float: left;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-radius: 5px;
border:1px solid #aaaaaa;
margin-right: 3px;
}
#cambio{
width: 10%;
display:block;
float: left;
color:#3B0B39;
font-size: 11px;
text-align: center;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
#btn-pass{
width: 20%;
display:block;
float: right;
color:white;
background: #3B0B39;
font-size: 11px;
text-align: center;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
margin-top: 5px;
cursor: pointer;
}
.alertpass{
width: 100%;
display:none;
float: left;
color:red;
font-size: 11px;
text-align: center;
padding: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia{
width:45%;
display: block;
float: right;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius:0 0 20px 20px;
border-radius:0 0 20px 20px;
}
.seccion-perfil .grupo-preferencia .item-preferencia{
width:100%;
display: block;
float: left;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia .item-preferencia .titulo-preferencia{
width:100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: gray;
font-size: 12px;
text-align:left;
border-left: 1px solid #BDBDBD;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia{
width:100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia label{
width:70%;
display: block;
float: left;
color: gray;
font-size: 12px;
text-align:left;
padding: 3px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
cursor: pointer;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input{
width:30%;
display: block;
float: left;
outline: none;
cursor: pointer;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type="checkbox"]:not(:checked){
width: 20%;
height: 20px;
display: block;
float: left;
border: none;
/*opacity: 0.4;*/
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type="checkbox"]:checked{
width: 20%;
height: 20px;
display: block;
float: left;
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type="radio"]:not(:checked){
width: 20%;
height: 20px;
display: block;
float: left;
border: none;
/*opacity: 0.4;*/
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type="radio"]:checked{
width: 20%;
height: 20px;
display: block;
float: left;
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type=radio]:checked + label{
border-bottom: 1px solid #BDBDBD;
color: #660066;
transition: 1s;
}
.seccion-perfil .grupo-preferencia .item-preferencia .opciones-preferencia input[type=checkbox]:checked + label{
border-bottom: 1px solid #BDBDBD;
color: #660066;
transition: 1s;
}
/*---------SECCION TERMINOS Y CONDICIONES----------*/
.seccion-condiones{
width: 100%;
display: block;
float: left;
padding: 50px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
-webkit-border-radius:0 0 20px 20px;
-moz-border-radius:0 0 20px 20px;
border-radius:0 0 20px 20px;
}
.seccion-condiones .titulo-condiciones{
width: 100%;
display: block;
float: left;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:gray;
font-size: 15px;
text-align: center;
text-transform: uppercase;
border-bottom: 3px solid #660066;
margin-bottom: 20px;
}
.seccion-condiones .item-termino{
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:gray;
font-size: 12px;
text-align: left;
border-left: 1px solid #BDBDBD;
font-weight: bold;
}
.seccion-condiones p{
width: 100%;
display: block;
float: left;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color:gray;
font-size: 12px;
text-align: left;
text-align: justify;
}
/*---------PIE DE PAGINA----------*/
.pie{
width: 100%;
display: block;
float: left;
padding: 50px;
box-sizing: border-box;
background: #151515;
margin-top: 200px;
-webkit-border-radius:200px 150px 0 0;
-moz-border-radius:200px 150px 0 0;
border-radius: 200px 150px 0 0;
}
.pie footer{
width: 1050px;
margin: 0 auto;
}
.pie footer .categorias-pie{
width:32%;
display: block;
float: left;
border-left: 1px dashed white;
padding:20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: center;
}
.pie footer .categorias-pie img{
width: 200px;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#web{
text-align: center;
}
.pie footer .categorias-pie .titulo-footer{
width:100%;
display: block;
float: left;
color: white;
font-size: 14px;
text-align: center;
padding:10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.pie footer .categorias-pie li{
width:100%;
display: block;
float: left;
}
.pie footer .categorias-pie li a{
width:100%;
display: block;
float: left;
padding:5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: gray;
font-size: 12px;
text-align: left;
text-decoration: none;
}
.pie footer .categorias-pie li a:hover{
color:white;
}
/*---------RESPONSIVE-------*/
@media screen and (min-width:300px) and (max-width: 1200px){
.cuerpo .slider ul li{
height: 300px;
}
.tendencia .grupotendencia ul li .tendencia-item .item-descr{
width: 25%;
margin-top: 218px;
}
.flex-control-nav,
.flex-direction-nav {
width: 100%;
list-style: none;
display: block;
float: left;
margin-top: 5px;
}
.cuerpo .seccion-Empresas{
margin-top: 365px;
}
}
.seccion-perfil .grupo-preferencia .item-preferencia .item-datos-password {
width: 40%;
display: block;
float: left;
background: white;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia .item-preferencia .item-datos-password span {
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color:gray;
border-left: 1px solid #660066;
margin-bottom: 5px;
}
.seccion-perfil .grupo-preferencia .item-preferencia .datos-password {
width: 60%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.seccion-perfil .grupo-preferencia .item-preferencia .datos-password input {
width: 100%;
display: block;
float: left;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: white;
font-size: 12px;
text-align: left;
color: gray;
border:none;
border-bottom: 1px solid #BDBDBD;
outline:none;
margin-bottom: 5px;
}
/*
.seccion-perfil .grupo-preferencia .item-preferencia .datos-password input:valid {
background: #770177;
color: white;
transition: 1s;
}
.seccion-perfil .grupo-perfil .datos-personales input:invalid{
bborder-bottom: 1px solid #BDBDBD;
transition: 1s;
}
*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] { -moz-appearance:textfield; }
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=date] { -moz-appearance:textfield; }
#btnguardar-datos{
width: 50%;
display: block;
float: right;
border:none;
color: white;
background: #660066;
text-align: center;
padding: 10px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin-top: 10px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
cursor: pointer;
} | 0.276788 | 0.136551 |
@import url('https://fonts.googleapis.com/css?family=Raleway:200');
body {
font-family: 'Raleway', sans-serif;
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}
.navbar-brand img {
max-width: 90px;
-webkit-transform:rotate(10deg);
transform: rotate(10deg);
}
a.nav-item.nav-link {
padding: .7em .10em;
color: rgba(21, 23, 119, 0.5);
text-align: center;
position: relative;
text-decoration: none;
font-size: 16px;
}
a.nav-item.nav-link:before,
a.nav-item.nav-link:after {
content: '';
height: 14px;
width: 14px;
position: absolute;
transition: all .35s ease;
opacity: 0;
}
a.nav-item.nav-link:before {
content: '';
right: 0;
top: 0;
border-top: 3px solid #847299;
border-right: 3px solid #4d2180;
transform: translate(-100%, 50%);
}
a.nav-item.nav-link:after{
content: '';
left: 0;
bottom: 0;
border-bottom: 3px solid #847299;
border-left: 3px solid #4d2180;
transform: translate(100%, -50%)
}
a.nav-item.nav-link:hover:before,
a.nav-item.nav-link:hover:after {
transform: translate(0,0);
opacity: 1;
}
a.nav-item.nav-link:hover {
color: #4d2180;
}
h1{
margin-top: 150px;
margin-bottom: 100px;
}
.wrapper {
position: absolute;
margin-top: 100px;
top: 10%;
left: 40%;
width: 300px;
height: 500px;
perspective: 900px;
}
img {
margin-top: 40px;
}
.container {
position: absolute;
top: 0%;
width: 100%;
height: 100%;
transition: .5s all ease;
transform: rotateX(60deg) scale(0.7);
perspective: 900px;
box-shadow: 0px 20px 50px #555;
animation: entry 1s linear 1;
}
#c0 {
position: absolute;
top: 0%;
width: 100%;
height: 100%;
background: linear-gradient(-20deg, #f7abb5 0%, #f8ab68 100%);
z-index: 300;
box-shadow: 0px 20px 100px #555;
}
#c1 {
background: linear-gradient(to top, #9079ad 0%, #d18c8c 100%);
box-shadow: 0px 20px 100px #555;
left: 100%;
z-index: 0;
}
#c2 {
left: -100%;
z-index: 0;
background: linear-gradient(-225deg, #7DE2FC 0%, #B9B6E5 100%);
box-shadow: 0px 20px 100px #555;
}
.container:hover {
cursor: pointer;
transform: rotate(0deg) scale(1) translateY(10px);
transition: .5s all ease;
z-index: 400;
}
.image {
position: absolute;
text-align: center;
top: 0%;
left: 0%;
width: 100%;
height: 45%;
}
span {
position: absolute;
top: 0%;
left: 55%;
border-radius: 100%;
background-color: #fff;
z-index: 10;
}
.st4 {
fill: #f8c56f;
opacity: 1;
}
.st5,
.st7 {
fill: #fff;
}
#sh2 {
opacity: 0.5;
}
#sh3 {
opacity: 0.3;
}
.st6 {
fill: #59476f;
}
.st10 {
fill: #c5a7e5;
stroke: #222;
}
.st11 {
stroke: #212121;
opacity: 0.5;
}
#sh1 {
fill: #f8c56f;
opacity: 0.4;
}
.st0 {
fill: #a25a62;
stroke: none;
stroke-miterlimit: 10;
}
.st1 {
fill: none;
stroke: #a25a62;
stroke-width: 2;
stroke-miterlimit: 10;
}
.st2 {
fill: #cd775c;
}
.st3 {
fill: #fff;
opacity: 0.3;
}
.story {
position: absolute;
top: 45%;
left: 0%;
height: 55%;
width: 100%;
z-index: 30;
}
.info {
position: absolute;
top: 10%;
}
h3 {
text-align: center;
text-shadow: 0px 0px 10px #eee;
color: #eee;
letter-spacing: 2px;
}
h4 {
color: #111;
position: absolute;
top: 30%;
left: 30%;
letter-spacing: 2px;
}
h1 {
color: rgb(92, 45, 124);
position: fixed;
top: 0%;
left: 30%;
letter-spacing: 2px;
}
p {
font-size: 14px;
color: #fff;
padding: 0px 20px 20px 20px;
line-height: 150%;
text-align: center;
letter-spacing: 1px;
}
.page {
position: absolute;
top: 80%;
width: 100%;
left: 0%;
height: 20%;
z-index: 30;
}
li {
position: absolute;
top: 50%;
list-style: none;
color: #111;
}
li:nth-child(1) {
left: 15%;
animation: simple1 1s linear infinite;
}
li:nth-child(2) {
right: 15%;
animation: simple 1s linear infinite;
}
@keyframes simple {
50% {
transform: translateX(10px);
opacity: 0.5;
}
100% {
transform: translateX(10px);
opacity: 0;
}
}
@keyframes simple1 {
50% {
transform: translateX(-10px);
opacity: 0.5;
}
100% {
transform: translateX(-10px);
opacity: 0;
}
}
@keyframes entry {
0% {
top: -20%;
opacity: 0.1;
}
100% {
top: 0%;
}
} | WEEK_10/style2.css | @import url('https://fonts.googleapis.com/css?family=Raleway:200');
body {
font-family: 'Raleway', sans-serif;
background-image: linear-gradient(-20deg, #e9defa 0%, #fbfcdb 100%);
}
.navbar-brand img {
max-width: 90px;
-webkit-transform:rotate(10deg);
transform: rotate(10deg);
}
a.nav-item.nav-link {
padding: .7em .10em;
color: rgba(21, 23, 119, 0.5);
text-align: center;
position: relative;
text-decoration: none;
font-size: 16px;
}
a.nav-item.nav-link:before,
a.nav-item.nav-link:after {
content: '';
height: 14px;
width: 14px;
position: absolute;
transition: all .35s ease;
opacity: 0;
}
a.nav-item.nav-link:before {
content: '';
right: 0;
top: 0;
border-top: 3px solid #847299;
border-right: 3px solid #4d2180;
transform: translate(-100%, 50%);
}
a.nav-item.nav-link:after{
content: '';
left: 0;
bottom: 0;
border-bottom: 3px solid #847299;
border-left: 3px solid #4d2180;
transform: translate(100%, -50%)
}
a.nav-item.nav-link:hover:before,
a.nav-item.nav-link:hover:after {
transform: translate(0,0);
opacity: 1;
}
a.nav-item.nav-link:hover {
color: #4d2180;
}
h1{
margin-top: 150px;
margin-bottom: 100px;
}
.wrapper {
position: absolute;
margin-top: 100px;
top: 10%;
left: 40%;
width: 300px;
height: 500px;
perspective: 900px;
}
img {
margin-top: 40px;
}
.container {
position: absolute;
top: 0%;
width: 100%;
height: 100%;
transition: .5s all ease;
transform: rotateX(60deg) scale(0.7);
perspective: 900px;
box-shadow: 0px 20px 50px #555;
animation: entry 1s linear 1;
}
#c0 {
position: absolute;
top: 0%;
width: 100%;
height: 100%;
background: linear-gradient(-20deg, #f7abb5 0%, #f8ab68 100%);
z-index: 300;
box-shadow: 0px 20px 100px #555;
}
#c1 {
background: linear-gradient(to top, #9079ad 0%, #d18c8c 100%);
box-shadow: 0px 20px 100px #555;
left: 100%;
z-index: 0;
}
#c2 {
left: -100%;
z-index: 0;
background: linear-gradient(-225deg, #7DE2FC 0%, #B9B6E5 100%);
box-shadow: 0px 20px 100px #555;
}
.container:hover {
cursor: pointer;
transform: rotate(0deg) scale(1) translateY(10px);
transition: .5s all ease;
z-index: 400;
}
.image {
position: absolute;
text-align: center;
top: 0%;
left: 0%;
width: 100%;
height: 45%;
}
span {
position: absolute;
top: 0%;
left: 55%;
border-radius: 100%;
background-color: #fff;
z-index: 10;
}
.st4 {
fill: #f8c56f;
opacity: 1;
}
.st5,
.st7 {
fill: #fff;
}
#sh2 {
opacity: 0.5;
}
#sh3 {
opacity: 0.3;
}
.st6 {
fill: #59476f;
}
.st10 {
fill: #c5a7e5;
stroke: #222;
}
.st11 {
stroke: #212121;
opacity: 0.5;
}
#sh1 {
fill: #f8c56f;
opacity: 0.4;
}
.st0 {
fill: #a25a62;
stroke: none;
stroke-miterlimit: 10;
}
.st1 {
fill: none;
stroke: #a25a62;
stroke-width: 2;
stroke-miterlimit: 10;
}
.st2 {
fill: #cd775c;
}
.st3 {
fill: #fff;
opacity: 0.3;
}
.story {
position: absolute;
top: 45%;
left: 0%;
height: 55%;
width: 100%;
z-index: 30;
}
.info {
position: absolute;
top: 10%;
}
h3 {
text-align: center;
text-shadow: 0px 0px 10px #eee;
color: #eee;
letter-spacing: 2px;
}
h4 {
color: #111;
position: absolute;
top: 30%;
left: 30%;
letter-spacing: 2px;
}
h1 {
color: rgb(92, 45, 124);
position: fixed;
top: 0%;
left: 30%;
letter-spacing: 2px;
}
p {
font-size: 14px;
color: #fff;
padding: 0px 20px 20px 20px;
line-height: 150%;
text-align: center;
letter-spacing: 1px;
}
.page {
position: absolute;
top: 80%;
width: 100%;
left: 0%;
height: 20%;
z-index: 30;
}
li {
position: absolute;
top: 50%;
list-style: none;
color: #111;
}
li:nth-child(1) {
left: 15%;
animation: simple1 1s linear infinite;
}
li:nth-child(2) {
right: 15%;
animation: simple 1s linear infinite;
}
@keyframes simple {
50% {
transform: translateX(10px);
opacity: 0.5;
}
100% {
transform: translateX(10px);
opacity: 0;
}
}
@keyframes simple1 {
50% {
transform: translateX(-10px);
opacity: 0.5;
}
100% {
transform: translateX(-10px);
opacity: 0;
}
}
@keyframes entry {
0% {
top: -20%;
opacity: 0.1;
}
100% {
top: 0%;
}
} | 0.44746 | 0.082475 |
.column {
position: relative;
z-index: 1;
float: left;
width: 50%;
padding: 30px 0;
text-align: center;
white-space: nowrap;
}
.column .button + .button {
margin-left: 20px;
}
@media screen and (max-width: 800px) {
.column {
width: 50%;
}
}
@media screen and (max-width: 400px) {
.column {
width: 100%;
}
}
.button {
display: inline-block;
position: relative;
height: 33px;
line-height: 33px;
padding: 0 15px;
font-size: 15px;
color: white;
text-decoration: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
border: 2px solid;
border-radius: 7px;
outline: 0;
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}
.button:before, .button:after {
content: '';
position: absolute;
}
.button:before {
top: -5px;
bottom: -5px;
left: -5px;
right: -5px;
z-index: -1;
border-radius: 9px;
}
.button:after {
top: 0;
bottom: 0;
right: 0;
left: 0;
border: 2px solid rgba(255, 255, 255, 0.1);
border-bottom: 0;
border-radius: 7px;
}
.button.alt {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.button.alt:before {
display: none;
}
.column.red {
background: #d04022;
}
.button.red {
background: #d02e17;
border-color: #942110 #902010 #741a0d;
background-image: -webkit-linear-gradient(top, #e74a29 0%, #e6451b 50%, #d02e17 50%, #b3150b 100%);
background-image: -moz-linear-gradient(top, #e74a29 0%, #e6451b 50%, #d02e17 50%, #b3150b 100%);
background-image: -o-linear-gradient(top, #e74a29 0%, #e6451b 50%, #d02e17 50%, #b3150b 100%);
background-image: linear-gradient(to bottom, #e74a29 0%, #e6451b 50%, #d02e17 50%, #b3150b 100%);
}
.button.red:before {
background: #ee442c;
background-image: -webkit-linear-gradient(top, #b32511, #f3533c);
background-image: -moz-linear-gradient(top, #b32511, #f3533c);
background-image: -o-linear-gradient(top, #b32511, #f3533c);
background-image: linear-gradient(to bottom, #b32511, #f3533c);
}
.button.red:active {
background: #e63b1b;
background-image: -webkit-linear-gradient(top, #a9110b 0%, #de3819 60%, #e63b1b 100%);
background-image: -moz-linear-gradient(top, #a9110b 0%, #de3819 60%, #e63b1b 100%);
background-image: -o-linear-gradient(top, #a9110b 0%, #de3819 60%, #e63b1b 100%);
background-image: linear-gradient(to bottom, #a9110b 0%, #de3819 60%, #e63b1b 100%);
}
.button.red:active:after {
border-color: #e63b1b;
}
.column.blue {
background: #4071b6;
}
.button.blue {
background: #3471b8;
border-color: #255184 #244f80 #1e4068;
background-image: -webkit-linear-gradient(top, #497fcc 0%, #3d72c8 50%, #3471b8 50%, #2365a0 100%);
background-image: -moz-linear-gradient(top, #497fcc 0%, #3d72c8 50%, #3471b8 50%, #2365a0 100%);
background-image: -o-linear-gradient(top, #497fcc 0%, #3d72c8 50%, #3471b8 50%, #2365a0 100%);
background-image: linear-gradient(to bottom, #497fcc 0%, #3d72c8 50%, #3471b8 50%, #2365a0 100%);
}
.button.blue:before {
background: #4c8ad3;
background-image: -webkit-linear-gradient(top, #29609f, #5995da);
background-image: -moz-linear-gradient(top, #29609f, #5995da);
background-image: -o-linear-gradient(top, #29609f, #5995da);
background-image: linear-gradient(to bottom, #29609f, #5995da);
}
.button.blue:active {
background: #3d79c8;
background-image: -webkit-linear-gradient(top, #216298 0%, #3774c4 60%, #3d79c8 100%);
background-image: -moz-linear-gradient(top, #216298 0%, #3774c4 60%, #3d79c8 100%);
background-image: -o-linear-gradient(top, #216298 0%, #3774c4 60%, #3d79c8 100%);
background-image: linear-gradient(to bottom, #216298 0%, #3774c4 60%, #3d79c8 100%);
}
.button.blue:active:after {
border-color: #3d79c8;
}
.column.green {
background: #429538;
}
.button.green {
background: #3e952d;
border-color: #29621e #275e1c #1d4715;
background-image: -webkit-linear-gradient(top, #45b436 0%, #3ca933 50%, #3e952d 50%, #337c1d 100%);
background-image: -moz-linear-gradient(top, #45b436 0%, #3ca933 50%, #3e952d 50%, #337c1d 100%);
background-image: -o-linear-gradient(top, #45b436 0%, #3ca933 50%, #3e952d 50%, #337c1d 100%);
background-image: linear-gradient(to bottom, #45b436 0%, #3ca933 50%, #3e952d 50%, #337c1d 100%);
}
.button.green:before {
background: #4ac233;
background-image: -webkit-linear-gradient(top, #317c22, #52d039);
background-image: -moz-linear-gradient(top, #317c22, #52d039);
background-image: -o-linear-gradient(top, #317c22, #52d039);
background-image: linear-gradient(to bottom, #317c22, #52d039);
}
.button.green:active {
background: #42a933;
background-image: -webkit-linear-gradient(top, #31741b 0%, #3fa131 60%, #42a933 100%);
background-image: -moz-linear-gradient(top, #31741b 0%, #3fa131 60%, #42a933 100%);
background-image: -o-linear-gradient(top, #31741b 0%, #3fa131 60%, #42a933 100%);
background-image: linear-gradient(to bottom, #31741b 0%, #3fa131 60%, #42a933 100%);
}
.button.green:active:after {
border-color: #42a933;
}
.column.cyan {
background: #39a4b2;
}
.button.cyan {
background: #2eabb3;
border-color: #20797e #1f757a #195d62;
background-image: -webkit-linear-gradient(top, #3dbdcd 0%, #33b2c7 50%, #2eabb3 50%, #1e9a99 100%);
background-image: -moz-linear-gradient(top, #3dbdcd 0%, #33b2c7 50%, #2eabb3 50%, #1e9a99 100%);
background-image: -o-linear-gradient(top, #3dbdcd 0%, #33b2c7 50%, #2eabb3 50%, #1e9a99 100%);
background-image: linear-gradient(to bottom, #3dbdcd 0%, #33b2c7 50%, #2eabb3 50%, #1e9a99 100%);
}
.button.cyan:before {
background: #3fccd5;
background-image: -webkit-linear-gradient(top, #249299, #4dd3dc);
background-image: -moz-linear-gradient(top, #249299, #4dd3dc);
background-image: -o-linear-gradient(top, #249299, #4dd3dc);
background-image: linear-gradient(to bottom, #249299, #4dd3dc);
}
.button.cyan:active {
background: #33b9c7;
background-image: -webkit-linear-gradient(top, #1d918f 0%, #31b2bf 60%, #33b9c7 100%);
background-image: -moz-linear-gradient(top, #1d918f 0%, #31b2bf 60%, #33b9c7 100%);
background-image: -o-linear-gradient(top, #1d918f 0%, #31b2bf 60%, #33b9c7 100%);
background-image: linear-gradient(to bottom, #1d918f 0%, #31b2bf 60%, #33b9c7 100%);
}
.button.cyan:active:after {
border-color: #33b9c7;
}
.column.brown {
background: #c5aa3b;
}
.button.brown {
background: #c8a22e;
border-color: #927622 #8e7321 #755f1b;
background-image: -webkit-linear-gradient(top, #d5ba4a 0%, #d2ba3d 50%, #c8a22e 50%, #af821e 100%);
background-image: -moz-linear-gradient(top, #d5ba4a 0%, #d2ba3d 50%, #c8a22e 50%, #af821e 100%);
background-image: -o-linear-gradient(top, #d5ba4a 0%, #d2ba3d 50%, #c8a22e 50%, #af821e 100%);
background-image: linear-gradient(to bottom, #d5ba4a 0%, #d2ba3d 50%, #c8a22e 50%, #af821e 100%);
}
.button.brown:before {
background: #dcb94d;
background-image: -webkit-linear-gradient(top, #ae8c24, #e3c15b);
background-image: -moz-linear-gradient(top, #ae8c24, #e3c15b);
background-image: -o-linear-gradient(top, #ae8c24, #e3c15b);
background-image: linear-gradient(to bottom, #ae8c24, #e3c15b);
}
.button.brown:active {
background: #d2b33d;
background-image: -webkit-linear-gradient(top, #a6791d 0%, #d0af35 60%, #d2b33d 100%);
background-image: -moz-linear-gradient(top, #a6791d 0%, #d0af35 60%, #d2b33d 100%);
background-image: -o-linear-gradient(top, #a6791d 0%, #d0af35 60%, #d2b33d 100%);
background-image: linear-gradient(to bottom, #a6791d 0%, #d0af35 60%, #d2b33d 100%);
}
.button.brown:active:after {
border-color: #d2b33d;
}
.column.pink {
background: #b53686;
}
.button.pink {
background: #b62b89;
border-color: #801e61 #7c1d5e #63184b;
background-image: -webkit-linear-gradient(top, #d03998 0%, #cb308c 50%, #b62b89 50%, #9c1c7b 100%);
background-image: -moz-linear-gradient(top, #d03998 0%, #cb308c 50%, #b62b89 50%, #9c1c7b 100%);
background-image: -o-linear-gradient(top, #d03998 0%, #cb308c 50%, #b62b89 50%, #9c1c7b 100%);
background-image: linear-gradient(to bottom, #d03998 0%, #cb308c 50%, #b62b89 50%, #9c1c7b 100%);
}
.button.pink:before {
background: #d83ca6;
background-image: -webkit-linear-gradient(top, #9c2174, #df4aae);
background-image: -moz-linear-gradient(top, #9c2174, #df4aae);
background-image: -o-linear-gradient(top, #9c2174, #df4aae);
background-image: linear-gradient(to bottom, #9c2174, #df4aae);
}
.button.pink:active {
background: #cb3093;
background-image: -webkit-linear-gradient(top, #941a77 0%, #c22e8d 60%, #cb3093 100%);
background-image: -moz-linear-gradient(top, #941a77 0%, #c22e8d 60%, #cb3093 100%);
background-image: -o-linear-gradient(top, #941a77 0%, #c22e8d 60%, #cb3093 100%);
background-image: linear-gradient(to bottom, #941a77 0%, #c22e8d 60%, #cb3093 100%);
}
.button.pink:active:after {
border-color: #cb3093;
}
.column.purple {
background: #7351b7;
}
.button.purple {
background: #6440be;
border-color: #4a2f8c #482e89 #3c2672;
background-image: -webkit-linear-gradient(top, #825ec9 0%, #7d53c5 50%, #6440be 50%, #482da8 100%);
background-image: -moz-linear-gradient(top, #825ec9 0%, #7d53c5 50%, #6440be 50%, #482da8 100%);
background-image: -o-linear-gradient(top, #825ec9 0%, #7d53c5 50%, #6440be 50%, #482da8 100%);
background-image: linear-gradient(to bottom, #825ec9 0%, #7d53c5 50%, #6440be 50%, #482da8 100%);
}
.button.purple:before {
background: #8161d0;
background-image: -webkit-linear-gradient(top, #5534a7, #8c6ed8);
background-image: -moz-linear-gradient(top, #5534a7, #8c6ed8);
background-image: -o-linear-gradient(top, #5534a7, #8c6ed8);
background-image: linear-gradient(to bottom, #5534a7, #8c6ed8);
}
.button.purple:active {
background: #7753c5;
background-image: -webkit-linear-gradient(top, #432ba0 0%, #714bc2 60%, #7753c5 100%);
background-image: -moz-linear-gradient(top, #432ba0 0%, #714bc2 60%, #7753c5 100%);
background-image: -o-linear-gradient(top, #432ba0 0%, #714bc2 60%, #7753c5 100%);
background-image: linear-gradient(to bottom, #432ba0 0%, #714bc2 60%, #7753c5 100%);
}
.button.purple:active:after {
border-color: #7753c5;
}
.column.gray {
background: #9e9e9e;
}
.button.gray {
background: #999999;
border-color: #787878 #757575 #666666;
background-image: -webkit-linear-gradient(top, #adadad 0%, #a6a6a6 50%, #999999 50%, #8e7b7c 100%);
background-image: -moz-linear-gradient(top, #adadad 0%, #a6a6a6 50%, #999999 50%, #8e7b7c 100%);
background-image: -o-linear-gradient(top, #adadad 0%, #a6a6a6 50%, #999999 50%, #8e7b7c 100%);
background-image: linear-gradient(to bottom, #adadad 0%, #a6a6a6 50%, #999999 50%, #8e7b7c 100%);
}
.button.gray:before {
background: #b6afaf;
background-image: -webkit-linear-gradient(top, #8b8484, #c2b7b7);
background-image: -moz-linear-gradient(top, #8b8484, #c2b7b7);
background-image: -o-linear-gradient(top, #8b8484, #c2b7b7);
background-image: linear-gradient(to bottom, #8b8484, #c2b7b7);
}
.button.gray:active {
background: #a6a6a6;
background-image: -webkit-linear-gradient(top, #8a7577 0%, #a1a1a1 60%, #a6a6a6 100%);
background-image: -moz-linear-gradient(top, #8a7577 0%, #a1a1a1 60%, #a6a6a6 100%);
background-image: -o-linear-gradient(top, #8a7577 0%, #a1a1a1 60%, #a6a6a6 100%);
background-image: linear-gradient(to bottom, #8a7577 0%, #a1a1a1 60%, #a6a6a6 100%);
}
.button.gray:active:after {
border-color: #a6a6a6;
}
.lt-ie9 .button:before {
display: none;
} | public/css/custombuttons.css | .column {
position: relative;
z-index: 1;
float: left;
width: 50%;
padding: 30px 0;
text-align: center;
white-space: nowrap;
}
.column .button + .button {
margin-left: 20px;
}
@media screen and (max-width: 800px) {
.column {
width: 50%;
}
}
@media screen and (max-width: 400px) {
.column {
width: 100%;
}
}
.button {
display: inline-block;
position: relative;
height: 33px;
line-height: 33px;
padding: 0 15px;
font-size: 15px;
color: white;
text-decoration: none;
text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
border: 2px solid;
border-radius: 7px;
outline: 0;
-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 1px rgba(0, 0, 0, 0.25);
}
.button:before, .button:after {
content: '';
position: absolute;
}
.button:before {
top: -5px;
bottom: -5px;
left: -5px;
right: -5px;
z-index: -1;
border-radius: 9px;
}
.button:after {
top: 0;
bottom: 0;
right: 0;
left: 0;
border: 2px solid rgba(255, 255, 255, 0.1);
border-bottom: 0;
border-radius: 7px;
}
.button.alt {
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}
.button.alt:before {
display: none;
}
.column.red {
background: #d04022;
}
.button.red {
background: #d02e17;
border-color: #942110 #902010 #741a0d;
background-image: -webkit-linear-gradient(top, #e74a29 0%, #e6451b 50%, #d02e17 50%, #b3150b 100%);
background-image: -moz-linear-gradient(top, #e74a29 0%, #e6451b 50%, #d02e17 50%, #b3150b 100%);
background-image: -o-linear-gradient(top, #e74a29 0%, #e6451b 50%, #d02e17 50%, #b3150b 100%);
background-image: linear-gradient(to bottom, #e74a29 0%, #e6451b 50%, #d02e17 50%, #b3150b 100%);
}
.button.red:before {
background: #ee442c;
background-image: -webkit-linear-gradient(top, #b32511, #f3533c);
background-image: -moz-linear-gradient(top, #b32511, #f3533c);
background-image: -o-linear-gradient(top, #b32511, #f3533c);
background-image: linear-gradient(to bottom, #b32511, #f3533c);
}
.button.red:active {
background: #e63b1b;
background-image: -webkit-linear-gradient(top, #a9110b 0%, #de3819 60%, #e63b1b 100%);
background-image: -moz-linear-gradient(top, #a9110b 0%, #de3819 60%, #e63b1b 100%);
background-image: -o-linear-gradient(top, #a9110b 0%, #de3819 60%, #e63b1b 100%);
background-image: linear-gradient(to bottom, #a9110b 0%, #de3819 60%, #e63b1b 100%);
}
.button.red:active:after {
border-color: #e63b1b;
}
.column.blue {
background: #4071b6;
}
.button.blue {
background: #3471b8;
border-color: #255184 #244f80 #1e4068;
background-image: -webkit-linear-gradient(top, #497fcc 0%, #3d72c8 50%, #3471b8 50%, #2365a0 100%);
background-image: -moz-linear-gradient(top, #497fcc 0%, #3d72c8 50%, #3471b8 50%, #2365a0 100%);
background-image: -o-linear-gradient(top, #497fcc 0%, #3d72c8 50%, #3471b8 50%, #2365a0 100%);
background-image: linear-gradient(to bottom, #497fcc 0%, #3d72c8 50%, #3471b8 50%, #2365a0 100%);
}
.button.blue:before {
background: #4c8ad3;
background-image: -webkit-linear-gradient(top, #29609f, #5995da);
background-image: -moz-linear-gradient(top, #29609f, #5995da);
background-image: -o-linear-gradient(top, #29609f, #5995da);
background-image: linear-gradient(to bottom, #29609f, #5995da);
}
.button.blue:active {
background: #3d79c8;
background-image: -webkit-linear-gradient(top, #216298 0%, #3774c4 60%, #3d79c8 100%);
background-image: -moz-linear-gradient(top, #216298 0%, #3774c4 60%, #3d79c8 100%);
background-image: -o-linear-gradient(top, #216298 0%, #3774c4 60%, #3d79c8 100%);
background-image: linear-gradient(to bottom, #216298 0%, #3774c4 60%, #3d79c8 100%);
}
.button.blue:active:after {
border-color: #3d79c8;
}
.column.green {
background: #429538;
}
.button.green {
background: #3e952d;
border-color: #29621e #275e1c #1d4715;
background-image: -webkit-linear-gradient(top, #45b436 0%, #3ca933 50%, #3e952d 50%, #337c1d 100%);
background-image: -moz-linear-gradient(top, #45b436 0%, #3ca933 50%, #3e952d 50%, #337c1d 100%);
background-image: -o-linear-gradient(top, #45b436 0%, #3ca933 50%, #3e952d 50%, #337c1d 100%);
background-image: linear-gradient(to bottom, #45b436 0%, #3ca933 50%, #3e952d 50%, #337c1d 100%);
}
.button.green:before {
background: #4ac233;
background-image: -webkit-linear-gradient(top, #317c22, #52d039);
background-image: -moz-linear-gradient(top, #317c22, #52d039);
background-image: -o-linear-gradient(top, #317c22, #52d039);
background-image: linear-gradient(to bottom, #317c22, #52d039);
}
.button.green:active {
background: #42a933;
background-image: -webkit-linear-gradient(top, #31741b 0%, #3fa131 60%, #42a933 100%);
background-image: -moz-linear-gradient(top, #31741b 0%, #3fa131 60%, #42a933 100%);
background-image: -o-linear-gradient(top, #31741b 0%, #3fa131 60%, #42a933 100%);
background-image: linear-gradient(to bottom, #31741b 0%, #3fa131 60%, #42a933 100%);
}
.button.green:active:after {
border-color: #42a933;
}
.column.cyan {
background: #39a4b2;
}
.button.cyan {
background: #2eabb3;
border-color: #20797e #1f757a #195d62;
background-image: -webkit-linear-gradient(top, #3dbdcd 0%, #33b2c7 50%, #2eabb3 50%, #1e9a99 100%);
background-image: -moz-linear-gradient(top, #3dbdcd 0%, #33b2c7 50%, #2eabb3 50%, #1e9a99 100%);
background-image: -o-linear-gradient(top, #3dbdcd 0%, #33b2c7 50%, #2eabb3 50%, #1e9a99 100%);
background-image: linear-gradient(to bottom, #3dbdcd 0%, #33b2c7 50%, #2eabb3 50%, #1e9a99 100%);
}
.button.cyan:before {
background: #3fccd5;
background-image: -webkit-linear-gradient(top, #249299, #4dd3dc);
background-image: -moz-linear-gradient(top, #249299, #4dd3dc);
background-image: -o-linear-gradient(top, #249299, #4dd3dc);
background-image: linear-gradient(to bottom, #249299, #4dd3dc);
}
.button.cyan:active {
background: #33b9c7;
background-image: -webkit-linear-gradient(top, #1d918f 0%, #31b2bf 60%, #33b9c7 100%);
background-image: -moz-linear-gradient(top, #1d918f 0%, #31b2bf 60%, #33b9c7 100%);
background-image: -o-linear-gradient(top, #1d918f 0%, #31b2bf 60%, #33b9c7 100%);
background-image: linear-gradient(to bottom, #1d918f 0%, #31b2bf 60%, #33b9c7 100%);
}
.button.cyan:active:after {
border-color: #33b9c7;
}
.column.brown {
background: #c5aa3b;
}
.button.brown {
background: #c8a22e;
border-color: #927622 #8e7321 #755f1b;
background-image: -webkit-linear-gradient(top, #d5ba4a 0%, #d2ba3d 50%, #c8a22e 50%, #af821e 100%);
background-image: -moz-linear-gradient(top, #d5ba4a 0%, #d2ba3d 50%, #c8a22e 50%, #af821e 100%);
background-image: -o-linear-gradient(top, #d5ba4a 0%, #d2ba3d 50%, #c8a22e 50%, #af821e 100%);
background-image: linear-gradient(to bottom, #d5ba4a 0%, #d2ba3d 50%, #c8a22e 50%, #af821e 100%);
}
.button.brown:before {
background: #dcb94d;
background-image: -webkit-linear-gradient(top, #ae8c24, #e3c15b);
background-image: -moz-linear-gradient(top, #ae8c24, #e3c15b);
background-image: -o-linear-gradient(top, #ae8c24, #e3c15b);
background-image: linear-gradient(to bottom, #ae8c24, #e3c15b);
}
.button.brown:active {
background: #d2b33d;
background-image: -webkit-linear-gradient(top, #a6791d 0%, #d0af35 60%, #d2b33d 100%);
background-image: -moz-linear-gradient(top, #a6791d 0%, #d0af35 60%, #d2b33d 100%);
background-image: -o-linear-gradient(top, #a6791d 0%, #d0af35 60%, #d2b33d 100%);
background-image: linear-gradient(to bottom, #a6791d 0%, #d0af35 60%, #d2b33d 100%);
}
.button.brown:active:after {
border-color: #d2b33d;
}
.column.pink {
background: #b53686;
}
.button.pink {
background: #b62b89;
border-color: #801e61 #7c1d5e #63184b;
background-image: -webkit-linear-gradient(top, #d03998 0%, #cb308c 50%, #b62b89 50%, #9c1c7b 100%);
background-image: -moz-linear-gradient(top, #d03998 0%, #cb308c 50%, #b62b89 50%, #9c1c7b 100%);
background-image: -o-linear-gradient(top, #d03998 0%, #cb308c 50%, #b62b89 50%, #9c1c7b 100%);
background-image: linear-gradient(to bottom, #d03998 0%, #cb308c 50%, #b62b89 50%, #9c1c7b 100%);
}
.button.pink:before {
background: #d83ca6;
background-image: -webkit-linear-gradient(top, #9c2174, #df4aae);
background-image: -moz-linear-gradient(top, #9c2174, #df4aae);
background-image: -o-linear-gradient(top, #9c2174, #df4aae);
background-image: linear-gradient(to bottom, #9c2174, #df4aae);
}
.button.pink:active {
background: #cb3093;
background-image: -webkit-linear-gradient(top, #941a77 0%, #c22e8d 60%, #cb3093 100%);
background-image: -moz-linear-gradient(top, #941a77 0%, #c22e8d 60%, #cb3093 100%);
background-image: -o-linear-gradient(top, #941a77 0%, #c22e8d 60%, #cb3093 100%);
background-image: linear-gradient(to bottom, #941a77 0%, #c22e8d 60%, #cb3093 100%);
}
.button.pink:active:after {
border-color: #cb3093;
}
.column.purple {
background: #7351b7;
}
.button.purple {
background: #6440be;
border-color: #4a2f8c #482e89 #3c2672;
background-image: -webkit-linear-gradient(top, #825ec9 0%, #7d53c5 50%, #6440be 50%, #482da8 100%);
background-image: -moz-linear-gradient(top, #825ec9 0%, #7d53c5 50%, #6440be 50%, #482da8 100%);
background-image: -o-linear-gradient(top, #825ec9 0%, #7d53c5 50%, #6440be 50%, #482da8 100%);
background-image: linear-gradient(to bottom, #825ec9 0%, #7d53c5 50%, #6440be 50%, #482da8 100%);
}
.button.purple:before {
background: #8161d0;
background-image: -webkit-linear-gradient(top, #5534a7, #8c6ed8);
background-image: -moz-linear-gradient(top, #5534a7, #8c6ed8);
background-image: -o-linear-gradient(top, #5534a7, #8c6ed8);
background-image: linear-gradient(to bottom, #5534a7, #8c6ed8);
}
.button.purple:active {
background: #7753c5;
background-image: -webkit-linear-gradient(top, #432ba0 0%, #714bc2 60%, #7753c5 100%);
background-image: -moz-linear-gradient(top, #432ba0 0%, #714bc2 60%, #7753c5 100%);
background-image: -o-linear-gradient(top, #432ba0 0%, #714bc2 60%, #7753c5 100%);
background-image: linear-gradient(to bottom, #432ba0 0%, #714bc2 60%, #7753c5 100%);
}
.button.purple:active:after {
border-color: #7753c5;
}
.column.gray {
background: #9e9e9e;
}
.button.gray {
background: #999999;
border-color: #787878 #757575 #666666;
background-image: -webkit-linear-gradient(top, #adadad 0%, #a6a6a6 50%, #999999 50%, #8e7b7c 100%);
background-image: -moz-linear-gradient(top, #adadad 0%, #a6a6a6 50%, #999999 50%, #8e7b7c 100%);
background-image: -o-linear-gradient(top, #adadad 0%, #a6a6a6 50%, #999999 50%, #8e7b7c 100%);
background-image: linear-gradient(to bottom, #adadad 0%, #a6a6a6 50%, #999999 50%, #8e7b7c 100%);
}
.button.gray:before {
background: #b6afaf;
background-image: -webkit-linear-gradient(top, #8b8484, #c2b7b7);
background-image: -moz-linear-gradient(top, #8b8484, #c2b7b7);
background-image: -o-linear-gradient(top, #8b8484, #c2b7b7);
background-image: linear-gradient(to bottom, #8b8484, #c2b7b7);
}
.button.gray:active {
background: #a6a6a6;
background-image: -webkit-linear-gradient(top, #8a7577 0%, #a1a1a1 60%, #a6a6a6 100%);
background-image: -moz-linear-gradient(top, #8a7577 0%, #a1a1a1 60%, #a6a6a6 100%);
background-image: -o-linear-gradient(top, #8a7577 0%, #a1a1a1 60%, #a6a6a6 100%);
background-image: linear-gradient(to bottom, #8a7577 0%, #a1a1a1 60%, #a6a6a6 100%);
}
.button.gray:active:after {
border-color: #a6a6a6;
}
.lt-ie9 .button:before {
display: none;
} | 0.361841 | 0.141222 |
height: 34px;
width: 40px;
}
.navbar {
max-height: 50px;
}
.nav > li > a {
max-height: 50px;
}
.nav > li {
background-color: #1a1a1a;
}
.navbar-nav {
margin: 0px 15px;
}
.navbar-brand {
padding-top: 8px;
padding-left: 15px;
padding-bottom: 0px;
}
.navbar-inverse {
background-color: #1a1a1a;
}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
padding: 18px 15px;
font-size: 12px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #FFF;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #149178;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #cf2f28;
background-color: #1a1a1a;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
color: #cf2f28;
background-color: #1a1a1a;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #cf2f28;
background-color: #1a1a1a;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #cf2f28;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
outline: none;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #ECF0F1;
}
.nav-stacked > li + li{
margin-top: 0;
}
.nav-pills li a{
padding: 7px;
border-bottom: 1px solid #EDEDED;
}
.dropdown-menu {
background-color: #9F241F;
border: none;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.dropdown-menu > li > a{
color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
background-color: #9F241F;
}
/* Extra small devices Phones */
@media (max-width: 767px) {
.navbar-nav {
margin: 0px -15px;
}
} | public/css/admin_nav.css | height: 34px;
width: 40px;
}
.navbar {
max-height: 50px;
}
.nav > li > a {
max-height: 50px;
}
.nav > li {
background-color: #1a1a1a;
}
.navbar-nav {
margin: 0px 15px;
}
.navbar-brand {
padding-top: 8px;
padding-left: 15px;
padding-bottom: 0px;
}
.navbar-inverse {
background-color: #1a1a1a;
}
.navbar-inverse .navbar-nav > li > a {
color: #fff;
padding: 18px 15px;
font-size: 12px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #FFF;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #149178;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #cf2f28;
background-color: #1a1a1a;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
color: #cf2f28;
background-color: #1a1a1a;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #cf2f28;
background-color: #1a1a1a;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #cf2f28;
}
.navbar-inverse .navbar-toggle {
border-color: #fff;
outline: none;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #ECF0F1;
}
.nav-stacked > li + li{
margin-top: 0;
}
.nav-pills li a{
padding: 7px;
border-bottom: 1px solid #EDEDED;
}
.dropdown-menu {
background-color: #9F241F;
border: none;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
}
.dropdown-menu > li > a{
color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary{
background-color: #9F241F;
}
/* Extra small devices Phones */
@media (max-width: 767px) {
.navbar-nav {
margin: 0px -15px;
}
} | 0.36625 | 0.05621 |
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@font-face {
font-family: 'MaruBuri-Regular';
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff") format("woff");
font-weight: normal;
font-style: normal; }
#fullScreen {
box-sizing: border-box;
width: 100vw;
height: 100vh; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit; }
html {
font-size: 62.5%;
color: #707070; }
a {
text-decoration: none;
color: inherit; }
ul,
li {
list-style: none; }
.clear:after {
/* 자식이 모두 float 을 사용할때 부모가 높이를 갖게하기 위함 */
content: "";
display: block;
clear: both;
*zoom: 1;
/* IE8 이하버전 대응 */ }
#fullScreen .profileWrap {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
#fullScreen .profileWrap section {
text-align: center; }
#fullScreen .profileWrap section p {
margin-bottom: 20px;
font-family: 'MaruBuri-Regular', sans-serif;
font-size: 1.6rem;
color: #707070; }
#fullScreen .profileWrap section strong {
font-family: 'Comforter', cursive;
font-size: 6rem;
color: #F87387; }
#fullScreen .profileWrap .profile {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin-top: 100px; }
#fullScreen .profileWrap .profile li {
text-align: center;
border-radius: 50%; }
#fullScreen .profileWrap .profile li span {
opacity: 0;
display: inline-block;
margin-top: 30px;
font-size: 16px;
font-weight: bold;
color: #F87387; }
#fullScreen .profileWrap .profile figure {
cursor: pointer;
position: relative;
width: 140px;
height: 140px;
margin: 0 50px;
border-radius: 50%;
border: 1px solid #707070;
filter: grayscale(1);
overflow: hidden;
transition: all 0.5s; }
#fullScreen .profileWrap .profile figure.active {
border: 3px solid #F87387;
transform: scale(1.2);
filter: grayscale(0); }
#fullScreen .profileWrap .profile figure:hover {
filter: grayscale(0); }
#fullScreen .profileWrap .profile figure img {
position: absolute;
width: 100%;
height: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); }
#fullScreen .profileWrap .backArrow {
opacity: 0;
cursor: pointer;
text-align: center;
width: 45px;
margin-top: 80px; }
#fullScreen .profileWrap .start {
margin-top: 80px; }
#fullScreen .profileWrap .start button {
cursor: pointer;
width: 120px;
height: 45px;
transform: skewX(-20deg);
background: transparent;
border: 2px solid #707070;
transition: all 0.3s; }
#fullScreen .profileWrap .start button:hover {
border: 2px solid #F87387; }
#fullScreen .profileWrap .start button:hover span {
color: #F87387; }
#fullScreen .profileWrap .start button span {
display: inline-block;
font-family: 'MaruBuri-Regular';
font-size: 16px;
color: #707070;
transform: skew(20deg); }
/*# sourceMappingURL=profile.css.map */ | resources/sass/profile.css | @charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Comforter&display=swap");
@font-face {
font-family: 'MaruBuri-Regular';
src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff") format("woff");
font-weight: normal;
font-style: normal; }
#fullScreen {
box-sizing: border-box;
width: 100vw;
height: 100vh; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit; }
html {
font-size: 62.5%;
color: #707070; }
a {
text-decoration: none;
color: inherit; }
ul,
li {
list-style: none; }
.clear:after {
/* 자식이 모두 float 을 사용할때 부모가 높이를 갖게하기 위함 */
content: "";
display: block;
clear: both;
*zoom: 1;
/* IE8 이하버전 대응 */ }
#fullScreen .profileWrap {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center; }
#fullScreen .profileWrap section {
text-align: center; }
#fullScreen .profileWrap section p {
margin-bottom: 20px;
font-family: 'MaruBuri-Regular', sans-serif;
font-size: 1.6rem;
color: #707070; }
#fullScreen .profileWrap section strong {
font-family: 'Comforter', cursive;
font-size: 6rem;
color: #F87387; }
#fullScreen .profileWrap .profile {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
margin-top: 100px; }
#fullScreen .profileWrap .profile li {
text-align: center;
border-radius: 50%; }
#fullScreen .profileWrap .profile li span {
opacity: 0;
display: inline-block;
margin-top: 30px;
font-size: 16px;
font-weight: bold;
color: #F87387; }
#fullScreen .profileWrap .profile figure {
cursor: pointer;
position: relative;
width: 140px;
height: 140px;
margin: 0 50px;
border-radius: 50%;
border: 1px solid #707070;
filter: grayscale(1);
overflow: hidden;
transition: all 0.5s; }
#fullScreen .profileWrap .profile figure.active {
border: 3px solid #F87387;
transform: scale(1.2);
filter: grayscale(0); }
#fullScreen .profileWrap .profile figure:hover {
filter: grayscale(0); }
#fullScreen .profileWrap .profile figure img {
position: absolute;
width: 100%;
height: auto;
left: 50%;
top: 50%;
transform: translate(-50%, -50%); }
#fullScreen .profileWrap .backArrow {
opacity: 0;
cursor: pointer;
text-align: center;
width: 45px;
margin-top: 80px; }
#fullScreen .profileWrap .start {
margin-top: 80px; }
#fullScreen .profileWrap .start button {
cursor: pointer;
width: 120px;
height: 45px;
transform: skewX(-20deg);
background: transparent;
border: 2px solid #707070;
transition: all 0.3s; }
#fullScreen .profileWrap .start button:hover {
border: 2px solid #F87387; }
#fullScreen .profileWrap .start button:hover span {
color: #F87387; }
#fullScreen .profileWrap .start button span {
display: inline-block;
font-family: 'MaruBuri-Regular';
font-size: 16px;
color: #707070;
transform: skew(20deg); }
/*# sourceMappingURL=profile.css.map */ | 0.33764 | 0.076236 |
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
* {
padding: 0;
margin: 0;
}
body {
height: 100%;
width: 100%;
background-image: url(../assets/pup.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
}
.hero {
width: 500px;
height: 750px;
position: relative;
margin: 6% auto;
padding: 5px;
background: transparent;
box-shadow: 0 0 20px 9px rgb(174, 205, 214);
}
.btn {
top: 0;
left: 0;
width: 110px;
height:50%;
background-color: rgb(16, 171, 214) !important;
border-radius: 30px;
}
.btnii {
top: 0;
left: 0;
width: 110px;
height:50%;
color: white;
background-color: #ea4c4c;
border-radius: 30px;
}
.form {
top: 0;
width: 250px;
}
:root {
--dark-color-a: #ea4c4c;
--dark-color-b: #f37070;
--light-color: #e6e9ff;
--success-color: #5cb85c;
--error-color: #d9534f;
}
/* * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background: var(--light-color);
margin: 20px;
} */
ul {
list-style: none;
}
a {
text-decoration: none;
}
/* .btn {
cursor: pointer;
padding: 5px 15px;
background: var(--light-color);
color: var(--dark-color-a);
border: 0;
font-size: 17px;
} */
/* Chat Page */
.dm-container {
max-width: 700px;
background: #fff;
margin: 30px auto;
overflow: hidden;
}
.dm-header {
background: var(--dark-color-a);
color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.dm-main {
display: grid;
grid-template-columns: 1fr 3fr;
}
.dm-sidebar {
background: var(--dark-color-b);
color: #fff;
padding: 20px 20px 260px;
overflow-y: scroll;
}
.dm-sidebar h2 {
font-size: 20px;
background: rgba(0, 0, 0, 0.1);
padding: 10px;
margin-bottom: 20px;
}
.dm-sidebar h3 {
margin-bottom: 15px;
}
.dm-sidebar ul li {
padding: 10px 0;
}
.dm-messages {
padding: 30px;
max-height: 500px;
overflow-y: scroll;
}
.dm-messages .message {
padding: 10px;
margin-bottom: 15px;
background-color: var(--light-color);
border-radius: 5px;
overflow-wrap: break-word;
}
.dm-messages .message .meta {
font-size: 15px;
font-weight: bold;
color: var(--dark-color-b);
opacity: 0.7;
margin-bottom: 7px;
}
.dm-messages .message .meta span {
color: #777;
}
.dm-form-container {
padding: 20px 30px;
background-color: var(--dark-color-a);
}
.dm-form-container form {
display: flex;
}
.dm-form-container input[type='text'] {
font-size: 16px;
padding: 5px;
height: 40px;
flex: 1;
}
.join-container {
max-width: 500px;
margin: 80px auto;
color: #fff;
}
.join-header {
text-align: center;
padding: 20px;
background: var(--dark-color-a);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.join-main {
padding: 30px 40px;
background: var(--dark-color-b);
}
.join-main p {
margin-bottom: 20px;
}
.join-main .form-control {
margin-bottom: 20px;
}
.join-main label {
display: block;
margin-bottom: 5px;
}
.join-main input[type='text'] {
font-size: 16px;
padding: 5px;
height: 40px;
width: 100%;
}
.join-main select {
font-size: 16px;
padding: 5px;
height: 40px;
width: 100%;
}
.join-main .btn {
margin-top: 20px;
width: 100%;
} | public/css/style.css | @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
* {
padding: 0;
margin: 0;
}
body {
height: 100%;
width: 100%;
background-image: url(../assets/pup.jpg);
background-attachment: fixed;
background-position: center;
background-size: cover;
position: absolute;
font-family: 'Noto Sans JP', sans-serif;
}
.hero {
width: 500px;
height: 750px;
position: relative;
margin: 6% auto;
padding: 5px;
background: transparent;
box-shadow: 0 0 20px 9px rgb(174, 205, 214);
}
.btn {
top: 0;
left: 0;
width: 110px;
height:50%;
background-color: rgb(16, 171, 214) !important;
border-radius: 30px;
}
.btnii {
top: 0;
left: 0;
width: 110px;
height:50%;
color: white;
background-color: #ea4c4c;
border-radius: 30px;
}
.form {
top: 0;
width: 250px;
}
:root {
--dark-color-a: #ea4c4c;
--dark-color-b: #f37070;
--light-color: #e6e9ff;
--success-color: #5cb85c;
--error-color: #d9534f;
}
/* * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Roboto', sans-serif;
font-size: 16px;
background: var(--light-color);
margin: 20px;
} */
ul {
list-style: none;
}
a {
text-decoration: none;
}
/* .btn {
cursor: pointer;
padding: 5px 15px;
background: var(--light-color);
color: var(--dark-color-a);
border: 0;
font-size: 17px;
} */
/* Chat Page */
.dm-container {
max-width: 700px;
background: #fff;
margin: 30px auto;
overflow: hidden;
}
.dm-header {
background: var(--dark-color-a);
color: #fff;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.dm-main {
display: grid;
grid-template-columns: 1fr 3fr;
}
.dm-sidebar {
background: var(--dark-color-b);
color: #fff;
padding: 20px 20px 260px;
overflow-y: scroll;
}
.dm-sidebar h2 {
font-size: 20px;
background: rgba(0, 0, 0, 0.1);
padding: 10px;
margin-bottom: 20px;
}
.dm-sidebar h3 {
margin-bottom: 15px;
}
.dm-sidebar ul li {
padding: 10px 0;
}
.dm-messages {
padding: 30px;
max-height: 500px;
overflow-y: scroll;
}
.dm-messages .message {
padding: 10px;
margin-bottom: 15px;
background-color: var(--light-color);
border-radius: 5px;
overflow-wrap: break-word;
}
.dm-messages .message .meta {
font-size: 15px;
font-weight: bold;
color: var(--dark-color-b);
opacity: 0.7;
margin-bottom: 7px;
}
.dm-messages .message .meta span {
color: #777;
}
.dm-form-container {
padding: 20px 30px;
background-color: var(--dark-color-a);
}
.dm-form-container form {
display: flex;
}
.dm-form-container input[type='text'] {
font-size: 16px;
padding: 5px;
height: 40px;
flex: 1;
}
.join-container {
max-width: 500px;
margin: 80px auto;
color: #fff;
}
.join-header {
text-align: center;
padding: 20px;
background: var(--dark-color-a);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.join-main {
padding: 30px 40px;
background: var(--dark-color-b);
}
.join-main p {
margin-bottom: 20px;
}
.join-main .form-control {
margin-bottom: 20px;
}
.join-main label {
display: block;
margin-bottom: 5px;
}
.join-main input[type='text'] {
font-size: 16px;
padding: 5px;
height: 40px;
width: 100%;
}
.join-main select {
font-size: 16px;
padding: 5px;
height: 40px;
width: 100%;
}
.join-main .btn {
margin-top: 20px;
width: 100%;
} | 0.344333 | 0.082254 |
.hll {
background-color: #ffffcc;
}
.c {
color: #999;
}
.err {
color: #AA0000;
background-color: #FFAAAA;
}
.k {
color: #006699;
}
.o {
color: #555555;
}
.cm {
color: #999;
}
.cp {
color: #009999;
}
.c1 {
color: #999;
}
.cs {
color: #999;
}
.gd {
background-color: #FFCCCC;
border: 1px solid #CC0000;
}
.ge {
font-style: italic;
}
.gr {
color: #FF0000;
}
.gh {
color: #003300;
}
.gi {
background-color: #CCFFCC;
border: 1px solid #00CC00;
}
.go {
color: #AAAAAA;
}
.gp {
color: #000099;
}
.gu {
color: #003300;
}
.gt {
color: #99CC66;
}
.kc {
color: #006699;
}
.kd {
color: #006699;
}
.kn {
color: #006699;
}
.kp {
color: #006699;
}
.kr {
color: #006699;
}
.kt {
color: #007788;
}
.m {
color: #FF6600;
}
.s {
color: #d44950;
}
.na {
color: #4f9fcf;
}
.nb {
color: #336666;
}
.nc {
color: #00AA88;
}
.no {
color: #336600;
}
.nd {
color: #9999FF;
}
.ni {
color: #999999;
}
.ne {
color: #CC0000;
}
.nf {
color: #CC00FF;
}
.nl {
color: #9999FF;
}
.nn {
color: #00CCFF;
}
.nt {
color: #2f6f9f;
}
.nv {
color: #003333;
}
.ow {
color: #000000;
}
.w {
color: #bbbbbb;
}
.mf {
color: #FF6600;
}
.mh {
color: #FF6600;
}
.mi {
color: #FF6600;
}
.mo {
color: #FF6600;
}
.sb {
color: #CC3300;
}
.sc {
color: #CC3300;
}
.sd {
color: #CC3300;
font-style: italic;
}
.s2 {
color: #CC3300;
}
.se {
color: #CC3300;
}
.sh {
color: #CC3300;
}
.si {
color: #AA0000;
}
.sx {
color: #CC3300;
}
.sr {
color: #33AAAA;
}
.s1 {
color: #CC3300;
}
.ss {
color: #FFCC33;
}
.bp {
color: #336666;
}
.vc {
color: #003333;
}
.vg {
color: #003333;
}
.vi {
color: #003333;
}
.il {
color: #FF6600;
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999;
}
.highlight {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}
.highlight pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
word-break: normal;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.highlight pre code {
font-size: inherit;
color: #333;
}
.highlight pre code:first-child {
display: inline-block;
padding-right: 45px;
}
.highlight {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}
.highlight pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
word-break: normal;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.highlight pre code {
font-size: inherit;
color: #333; // Effectively the base text color
}
.highlight pre code:first-child {
display: inline-block;
padding-right: 45px;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
} | docs/assets/css/docs-2.css | .hll {
background-color: #ffffcc;
}
.c {
color: #999;
}
.err {
color: #AA0000;
background-color: #FFAAAA;
}
.k {
color: #006699;
}
.o {
color: #555555;
}
.cm {
color: #999;
}
.cp {
color: #009999;
}
.c1 {
color: #999;
}
.cs {
color: #999;
}
.gd {
background-color: #FFCCCC;
border: 1px solid #CC0000;
}
.ge {
font-style: italic;
}
.gr {
color: #FF0000;
}
.gh {
color: #003300;
}
.gi {
background-color: #CCFFCC;
border: 1px solid #00CC00;
}
.go {
color: #AAAAAA;
}
.gp {
color: #000099;
}
.gu {
color: #003300;
}
.gt {
color: #99CC66;
}
.kc {
color: #006699;
}
.kd {
color: #006699;
}
.kn {
color: #006699;
}
.kp {
color: #006699;
}
.kr {
color: #006699;
}
.kt {
color: #007788;
}
.m {
color: #FF6600;
}
.s {
color: #d44950;
}
.na {
color: #4f9fcf;
}
.nb {
color: #336666;
}
.nc {
color: #00AA88;
}
.no {
color: #336600;
}
.nd {
color: #9999FF;
}
.ni {
color: #999999;
}
.ne {
color: #CC0000;
}
.nf {
color: #CC00FF;
}
.nl {
color: #9999FF;
}
.nn {
color: #00CCFF;
}
.nt {
color: #2f6f9f;
}
.nv {
color: #003333;
}
.ow {
color: #000000;
}
.w {
color: #bbbbbb;
}
.mf {
color: #FF6600;
}
.mh {
color: #FF6600;
}
.mi {
color: #FF6600;
}
.mo {
color: #FF6600;
}
.sb {
color: #CC3300;
}
.sc {
color: #CC3300;
}
.sd {
color: #CC3300;
font-style: italic;
}
.s2 {
color: #CC3300;
}
.se {
color: #CC3300;
}
.sh {
color: #CC3300;
}
.si {
color: #AA0000;
}
.sx {
color: #CC3300;
}
.sr {
color: #33AAAA;
}
.s1 {
color: #CC3300;
}
.ss {
color: #FFCC33;
}
.bp {
color: #336666;
}
.vc {
color: #003333;
}
.vg {
color: #003333;
}
.vi {
color: #003333;
}
.il {
color: #FF6600;
}
.css .o,
.css .o + .nt,
.css .nt + .nt {
color: #999;
}
.highlight {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}
.highlight pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
word-break: normal;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.highlight pre code {
font-size: inherit;
color: #333;
}
.highlight pre code:first-child {
display: inline-block;
padding-right: 45px;
}
.highlight {
padding: 9px 14px;
margin-bottom: 14px;
background-color: #f7f7f9;
border: 1px solid #e1e1e8;
border-radius: 4px;
}
.highlight pre {
padding: 0;
margin-top: 0;
margin-bottom: 0;
word-break: normal;
white-space: nowrap;
background-color: transparent;
border: 0;
}
.highlight pre code {
font-size: inherit;
color: #333; // Effectively the base text color
}
.highlight pre code:first-child {
display: inline-block;
padding-right: 45px;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 4px;
} | 0.449634 | 0.197561 |
* {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 11px;
}
body {
font-size: 12px;
font-family: Arial;
background: url('') no-repeat fixed center top #ffde03;
margin: 0;
padding: 0;
}
a:link,a:visited{
color:#2c9502;
text-decoration:none}
a:hover{
color:#ad016a;
text-decoration:underline;
cursor:pointer}
h1,h2,h3,h4,h5,h6{
margin:0;
padding:0}
h1{
font-size:28px}
h2{
font-size:26px}
h3{
font-size:15px}
img{
border:0 none}
abbr{
border-bottom:0 none;
cursor:help}
p{
margin:5px 0;
padding:0}
ul,ol{
margin:0;
padding:0}
#navbar-iframe{
display:none;
height:0}
.pagewidth{
max-width:500px;
width:100%;
margin:0 auto}
.hdr {
color: #fffaee;
font-weight: bold;
text-shadow: #45cdf5 1px 1px 1px;
background-color: #08A8E8;
margin-bottom: 1px;
padding: 2px 4px 2px 4px;
border-bottom: 2px solid #2060E0;
}
.hdr a {
color: #fffaee;
}
.hdr a:hover {
color: #dbfaff;
}
.header {
border-bottom : 1px solid #8fdef3;
background : #b4e8f6 url('') repeat-x 0% top;
padding: 6px;
}
.footer {
background: #86d6fe url('') repeat-x 50% bottom;
border: 1px solid #88beff;
margin-top: 1px;
margin-bottom: 1px;
padding: 4px;
text-align: left;
text-indent: 0px;
color: #000;
}
.clear{
clear:both}
.line-border{
border-top:1px solid #aaa;
border-bottom:1px solid #fff}
#mobile-header-wrapper{
overflow:hidden;
background:#dfe2e6;
height:40px;
margin:0;
padding:0}
#header h1{
display:none}
#mobile-outer-wrapper{
background:#f2f2f1;
max-width:500px;
box-shadow:0 0 5px #333;
position:relative;
padding:0;
width:100%}
#mobile-content-wrapper{
margin:0 0 0 0;
width:100%;
padding:0 0 0 0;
order-bottom:1px solid #020d7f}
#mobile-main-wrapper{
width:100%;
text-shadow:0 1px #fff;
float:left;
padding:0 0 0 0;
margin:0 0 0 0;
display:inline;
word-wrap:break-word;
overflow:hidden;
line-height:1.5}
.main .widget h2{
text-shadow:none;
color:#fff;
padding:3px 0 3px 8px;
background:#0202e1;
font-size:12px}
.main .widget{
margin:0 0 5px}
.main .widget-content{
padding:0 5px 0 5px}
.date-header{
color:#d80418;
font-size:12px;
float:right;
margin:0 6px 0 0;
padding:0 8px 0x 0}
#mobile-footer-wrapper ul{
list-style-type:none;
margin:0;
padding:0}
#mobile-footer-wrapper{
text-align:center;
font-size:12px;
word-wrap:break-word;
overflow:hidden;
color:#fff;
padding:5px 0;
background:#474747}
#mobile-footer-wrapper a{
color:#f0fc8d}
#mobile-footer-wrapper a:hover{
color:#fff}
.post h2{
background:none!important}
.post img{
max-width:200px}
.post-body{
padding:0 5px 13px 6px}
.post{
margin:6px 5px 0;
line-height:1.6em;
padding:8px 0}
.post a{
text-decoration:none}
.post a:hover{
text-decoration:none}
.post ul,.post ol{
margin:0 0 10px 20px;
padding-left:20px}
.post ul{
list-style-type:square}
.post li{
margin:5px 0}
.post h3{
text-align:left;
font-size:12px;
color:#0f6002;
line-height:1.1em;
margin:0 0 4px 0;
padding:0 0 0 10px}
.post h3 a{
color:#0f6002;
text-decoration:none}
.post h3 a:hover{
color:#02789f}
.post-info{
line-height:1.7em;
width:100%;
border-bottom:1px dashed #ccc;
color:#888;
font-size:12px;
margin:0 6px 8px}
.authortime-post{
float:left}
.post-footer{
position:relative;
height:24px;
box-shadow:0 0 3px #555 ;
background:#383c42;
order-bottom:1px solid #fff;
order-top:1px solid #fff;
font-size:12px;
padding:3px 2px 0 5px}
.blog-pager{
font-size:12px;
padding:0 0 10px 0}
.topmenu{
position:relative;
height:25px;
font-size:12px;
color:#eee;
background:#000 url(/bundles/hoaianweb/img/maudens.gif) repeat-x}
.topmenu ul{
margin:0;
list-style:none}
.topmenu ul li{
padding:5px 0 5px 0;
float:left}
.topmenu ul li a{
padding:0 5px 2px;
color:#eee;
margin:0 0 0 0;
border-left:1px solid #000;
border-right:1px solid #444}
.topmenu ul li a:hover{
color:#fff}
.topmenu ul li.first a{
border-left:0}
.topmenu ul li.last a{
border-right:0}
#navi{
font-weight:bold;
font-size:12px;
font-family:Helvetica,Arial,sans-serif;
background:#f0ce0b url(/bundles/hoaianweb/img/bartim.png) repeat-x;
line-height:normal;
padding:5px 0 3px 5px;
text-shadow:0 1px #fff;
margin:0;
color:#000}
#navi a{
color:#093901}
#related-posts-block ul{
margin:0;
padding:0 0 0 8px;
list-style:none}
#related-posts-block li{
line-height:1.4;
background:url(https://lh4.googleusercontent.com/-xuZN2YCr6Io/UDI4HFelzSI/AAAAAAAADfY/LgtktEgLSWQ/s9/li.png) 0 3px no-repeat;
padding-left:13px}
#related-posts-block{
margin:0 0;
font-size:11px;
color:#7c7b7b}
#related-posts-loading-text{
font-size:12px;
text-align:center;
color:#002c28}
#related-newest-href{
margin:10px 5px 0 15px}
#related-newest-title{
font-size:12px;
margin:0 0 4px 0;
color:#116b02;
width:500px}
#related-posts-block #related-newest-href a{
font-size:12px;
font-family:Helvetica,sans-serif;
color:#0c4b01}
#related-posts-block #related-newest-href a:hover{
color:#00f}
#related-older-href{
margin:10px 5px 0 15px}
#related-older-title{
font-size:12px;
margin:0 0 4px 0;
color:#116b02;
width:500px}
#related-posts-block #related-older-href a{
font-size:12px;
font-family:Helvetica,sans-serif;
color:#0c4b01}
#related-posts-block #related-older-href a:hover{
color:#00f}
.autosumpost{
box-shadow:0 0 25px #d5d4d4 inset;
font-family:Helvetica,sans-serif;
font-size:12px;
margin:0 0 0 0;
padding:5px 5px 8px;
line-height:1.5}
.autosumpost h2{
background:none!important;
line-height:1.2;
font-size:12px;
font-family:Helvetica;
margin:0 0 2px 0}
.autosumpost h2 a{
color:#247e01}
.autosumpost img{
width:50px;
height:50px;
float:left;
border:1px solid #fff;
padding:1px;
margin:1px 8px 3px 0}
.autosumpost p{
margin:0;
padding:0;
color:#333}
a.readmore{
font-size:12px;
color:#017931;
float:right;
margin:5px 3px 0 0}
#comments{
margin:8px 0 0 0;
text-shadow:1px 0 #fff;
padding:3px 0 0 0}
#comments-block{
margin:8px 0 0 0;
max-height:400px;
overflow:auto}
.comment-body-wrap{
float:left;
background:#f2f2f2;
border:1px solid #dcdcdc;
font-size:12px;
border-radius:5px;
width:87%;
padding:0 0 0 0;
margin:0 0 8px 12%;
line-height:1.5em}
.comments-info{
line-height:1.4em;
color:#666;
margin:0 0 0 6px;
padding:0 0 0 0}
.name-commenters a{
font-size:12px;
color:#037500}
.name-commenters a:hover{
color:#777}
.name-commenters a:first-letter{
text-transform:uppercase}
.comment-form{
margin:0 0 0 5px}
.comm-num{
ext-shadow:none;
font-family:arial;
float:right;
margin:3px 8px 0 0;
color:#bbb;
font-size:12px}
.cm-date{
font-size:11px;
color:#888}
.guest-comment{
line-height:1.5em;
font-size:12px;
padding:8px 8px;
margin:0}
.blog-author-comment{
line-height:1.5em;
padding:8px 8px;
margin:0}
.deleted-comment{
color:gray;
padding:5px 5px 5px 10px}
.avatar-comment-indent{
margin-left:4px!important}
.avatar-image-container{
position:relative;
background:url(https://lh6.googleusercontent.com/-qksRArurNac/UDJKUX8unFI/AAAAAAAADfs/Wlt7K8ZY0rc/s21/commenttiplight.png) no-repeat right 12px;
padding:0 25px 2px 2px;
margin:5px 0 0 8%;
width:30px;
height:30px}
.avatar-image-container img{
border:1px solid #fff;
padding:0;
float:left;
height:30px;
width:30px}
.showpage{
padding:0;
margin:0;
text-decoration:none;
background:transparent;
color:#999;
font-family:Arial,Verdana;
font-size:12px}
.showpageOf{
font:12px Arial,Verdana;
color:#999;
background:transparent;
text-shadow:none;
margin:0 4px 0 0}
.showpageNum a,.showpage a{
font-weight:bold;
text-decoration:underline;
margin-right:3px;
padding:0 5px;
font:12px Arial,Verdana;
text-decoration:none;
color:#028470;
text-shadow:none}
.showpageNum a:hover,.showpage a:hover{
padding:0 5px;
color:#f03}
.showpageArea{
height:10px;
margin:0 0;
font:12px Arial,Verdana;
color:#666}
.showpagePoint{
color:#f00;
font:bold 12px Arial,Verdana;
margin-right:3px;
padding:3px 7px}
.search{
border-radius:8px;
background:#fff;
margin:3px 2px 0 0;
padding:0}
.text{
border-radius:8px;
border:0 dashed #333;
height:20px;
width:70px;
float:left;
padding:0 0 0 5px;
font-size:11px;
font-style:italic;
color:#444}
.submit{
border-radius:8px;
float:left;
border:0;
background:#fff url(https://lh4.googleusercontent.com/-Gru2cLmFwcI/TtTg4D0DuJI/AAAAAAAABGA/RGSalmz0kQA/s18/iconsearchr.gif) 0 3px no-repeat;
height:20px;
width:25px;
cursor:pointer;
padding:0}
.popularposts ul li img{
margin-right:5px;
float:left;
height:15px;
width:16px;
margin-top:0;
padding:1px}
.popularposts ul{
list-style-type:none;
margin:0;
padding:0}
.popularposts ul li{
padding:0 0 0 0;
margin:0 0 0 0;
border-bottom:1px dashed #ccc}
.popularposts ul li h3{
margin:0 0 0 0;
padding:0;
font-weight:normal;
font-size:12px;
line-height:1.1}
.popularposts ul li h3 a{
text-shadow:0 1px #fff;
color:#305d01!important;
margin:0 0 0 0;
padding:0}
.popularposts ul li h3 a:hover{
color:#000!important}
.recent-comment{
font-size:11px;
line-height:1.4;
color:#222;
padding:2px 0 0 0;
margin:0}
.recent-comment img{
margin:4px 5px 3px 0;
padding:1px;
height:20px;
float:left;
width:20px}
.recent-comment a{
font-size:11px;
color:#820034}
.recent-comment a:hover{
color:#010976}
span.recent-comment-author a{
margin:3px 0 0 0;
font-size:12px;
color:#305d01}
.recent-comment-author a:hover{
color:#f00}
.cm-line{
border-bottom:1px dashed #ccc}
#Label1 .widget-content{
color:#777;
font-size:13px;
line-height:1.5em;
padding:5px 3px 5px 14px}
#Label1 .widget-content ul{
list-style-type:none;
padding:0;
margin:0}
#Label1 .list-label-widget-content li{
background:url(https://lh5.googleusercontent.com/-Qt6ObDMF8Gc/UJ1Dc_TwvSI/AAAAAAAAAJU/IJcfeaqEQJE/s11/next.png) 0 center no-repeat;
padding:1px 0 1px 15px;
color:#777;
font-weight:normal;
border-bottom:1px dashed #ccc}
#Label1 .list-label-widget-content li a{
color:#305d01}
#Label1 .list-label-widget-content li a:hover{
color:#666}
.labelposts{
box-shadow:0 0 25px #d5d4d4 inset;
font-family:Helvetica,sans-serif;
font-size:12px;
margin:0 0 0 0;
padding:8px 5px;
line-height:1.5}
.labelposts h2{
line-height:1.1;
font-size:12px;
font-family:Helvetica;
margin:0 0 4px 0}
.labelposts h2 a{
color:#247e01}
.labelposts img{
width:50px;
height:50px;
float:left;
border:1px solid #fff;
padding:1px;
margin:1px 8px 3px 0}
.labelposts p{
margin:0;
padding:0;
color:#333}
a.doctiep{
font-size:12px;
color:#017931;
float:right;
margin:0 3px 0 0} | src/Hoaian/WebBundle/Resources/public/css/error.css | * {
margin: 0;
padding: 0;
font-family: Arial, sans-serif;
font-size: 11px;
}
body {
font-size: 12px;
font-family: Arial;
background: url('') no-repeat fixed center top #ffde03;
margin: 0;
padding: 0;
}
a:link,a:visited{
color:#2c9502;
text-decoration:none}
a:hover{
color:#ad016a;
text-decoration:underline;
cursor:pointer}
h1,h2,h3,h4,h5,h6{
margin:0;
padding:0}
h1{
font-size:28px}
h2{
font-size:26px}
h3{
font-size:15px}
img{
border:0 none}
abbr{
border-bottom:0 none;
cursor:help}
p{
margin:5px 0;
padding:0}
ul,ol{
margin:0;
padding:0}
#navbar-iframe{
display:none;
height:0}
.pagewidth{
max-width:500px;
width:100%;
margin:0 auto}
.hdr {
color: #fffaee;
font-weight: bold;
text-shadow: #45cdf5 1px 1px 1px;
background-color: #08A8E8;
margin-bottom: 1px;
padding: 2px 4px 2px 4px;
border-bottom: 2px solid #2060E0;
}
.hdr a {
color: #fffaee;
}
.hdr a:hover {
color: #dbfaff;
}
.header {
border-bottom : 1px solid #8fdef3;
background : #b4e8f6 url('') repeat-x 0% top;
padding: 6px;
}
.footer {
background: #86d6fe url('') repeat-x 50% bottom;
border: 1px solid #88beff;
margin-top: 1px;
margin-bottom: 1px;
padding: 4px;
text-align: left;
text-indent: 0px;
color: #000;
}
.clear{
clear:both}
.line-border{
border-top:1px solid #aaa;
border-bottom:1px solid #fff}
#mobile-header-wrapper{
overflow:hidden;
background:#dfe2e6;
height:40px;
margin:0;
padding:0}
#header h1{
display:none}
#mobile-outer-wrapper{
background:#f2f2f1;
max-width:500px;
box-shadow:0 0 5px #333;
position:relative;
padding:0;
width:100%}
#mobile-content-wrapper{
margin:0 0 0 0;
width:100%;
padding:0 0 0 0;
order-bottom:1px solid #020d7f}
#mobile-main-wrapper{
width:100%;
text-shadow:0 1px #fff;
float:left;
padding:0 0 0 0;
margin:0 0 0 0;
display:inline;
word-wrap:break-word;
overflow:hidden;
line-height:1.5}
.main .widget h2{
text-shadow:none;
color:#fff;
padding:3px 0 3px 8px;
background:#0202e1;
font-size:12px}
.main .widget{
margin:0 0 5px}
.main .widget-content{
padding:0 5px 0 5px}
.date-header{
color:#d80418;
font-size:12px;
float:right;
margin:0 6px 0 0;
padding:0 8px 0x 0}
#mobile-footer-wrapper ul{
list-style-type:none;
margin:0;
padding:0}
#mobile-footer-wrapper{
text-align:center;
font-size:12px;
word-wrap:break-word;
overflow:hidden;
color:#fff;
padding:5px 0;
background:#474747}
#mobile-footer-wrapper a{
color:#f0fc8d}
#mobile-footer-wrapper a:hover{
color:#fff}
.post h2{
background:none!important}
.post img{
max-width:200px}
.post-body{
padding:0 5px 13px 6px}
.post{
margin:6px 5px 0;
line-height:1.6em;
padding:8px 0}
.post a{
text-decoration:none}
.post a:hover{
text-decoration:none}
.post ul,.post ol{
margin:0 0 10px 20px;
padding-left:20px}
.post ul{
list-style-type:square}
.post li{
margin:5px 0}
.post h3{
text-align:left;
font-size:12px;
color:#0f6002;
line-height:1.1em;
margin:0 0 4px 0;
padding:0 0 0 10px}
.post h3 a{
color:#0f6002;
text-decoration:none}
.post h3 a:hover{
color:#02789f}
.post-info{
line-height:1.7em;
width:100%;
border-bottom:1px dashed #ccc;
color:#888;
font-size:12px;
margin:0 6px 8px}
.authortime-post{
float:left}
.post-footer{
position:relative;
height:24px;
box-shadow:0 0 3px #555 ;
background:#383c42;
order-bottom:1px solid #fff;
order-top:1px solid #fff;
font-size:12px;
padding:3px 2px 0 5px}
.blog-pager{
font-size:12px;
padding:0 0 10px 0}
.topmenu{
position:relative;
height:25px;
font-size:12px;
color:#eee;
background:#000 url(/bundles/hoaianweb/img/maudens.gif) repeat-x}
.topmenu ul{
margin:0;
list-style:none}
.topmenu ul li{
padding:5px 0 5px 0;
float:left}
.topmenu ul li a{
padding:0 5px 2px;
color:#eee;
margin:0 0 0 0;
border-left:1px solid #000;
border-right:1px solid #444}
.topmenu ul li a:hover{
color:#fff}
.topmenu ul li.first a{
border-left:0}
.topmenu ul li.last a{
border-right:0}
#navi{
font-weight:bold;
font-size:12px;
font-family:Helvetica,Arial,sans-serif;
background:#f0ce0b url(/bundles/hoaianweb/img/bartim.png) repeat-x;
line-height:normal;
padding:5px 0 3px 5px;
text-shadow:0 1px #fff;
margin:0;
color:#000}
#navi a{
color:#093901}
#related-posts-block ul{
margin:0;
padding:0 0 0 8px;
list-style:none}
#related-posts-block li{
line-height:1.4;
background:url(https://lh4.googleusercontent.com/-xuZN2YCr6Io/UDI4HFelzSI/AAAAAAAADfY/LgtktEgLSWQ/s9/li.png) 0 3px no-repeat;
padding-left:13px}
#related-posts-block{
margin:0 0;
font-size:11px;
color:#7c7b7b}
#related-posts-loading-text{
font-size:12px;
text-align:center;
color:#002c28}
#related-newest-href{
margin:10px 5px 0 15px}
#related-newest-title{
font-size:12px;
margin:0 0 4px 0;
color:#116b02;
width:500px}
#related-posts-block #related-newest-href a{
font-size:12px;
font-family:Helvetica,sans-serif;
color:#0c4b01}
#related-posts-block #related-newest-href a:hover{
color:#00f}
#related-older-href{
margin:10px 5px 0 15px}
#related-older-title{
font-size:12px;
margin:0 0 4px 0;
color:#116b02;
width:500px}
#related-posts-block #related-older-href a{
font-size:12px;
font-family:Helvetica,sans-serif;
color:#0c4b01}
#related-posts-block #related-older-href a:hover{
color:#00f}
.autosumpost{
box-shadow:0 0 25px #d5d4d4 inset;
font-family:Helvetica,sans-serif;
font-size:12px;
margin:0 0 0 0;
padding:5px 5px 8px;
line-height:1.5}
.autosumpost h2{
background:none!important;
line-height:1.2;
font-size:12px;
font-family:Helvetica;
margin:0 0 2px 0}
.autosumpost h2 a{
color:#247e01}
.autosumpost img{
width:50px;
height:50px;
float:left;
border:1px solid #fff;
padding:1px;
margin:1px 8px 3px 0}
.autosumpost p{
margin:0;
padding:0;
color:#333}
a.readmore{
font-size:12px;
color:#017931;
float:right;
margin:5px 3px 0 0}
#comments{
margin:8px 0 0 0;
text-shadow:1px 0 #fff;
padding:3px 0 0 0}
#comments-block{
margin:8px 0 0 0;
max-height:400px;
overflow:auto}
.comment-body-wrap{
float:left;
background:#f2f2f2;
border:1px solid #dcdcdc;
font-size:12px;
border-radius:5px;
width:87%;
padding:0 0 0 0;
margin:0 0 8px 12%;
line-height:1.5em}
.comments-info{
line-height:1.4em;
color:#666;
margin:0 0 0 6px;
padding:0 0 0 0}
.name-commenters a{
font-size:12px;
color:#037500}
.name-commenters a:hover{
color:#777}
.name-commenters a:first-letter{
text-transform:uppercase}
.comment-form{
margin:0 0 0 5px}
.comm-num{
ext-shadow:none;
font-family:arial;
float:right;
margin:3px 8px 0 0;
color:#bbb;
font-size:12px}
.cm-date{
font-size:11px;
color:#888}
.guest-comment{
line-height:1.5em;
font-size:12px;
padding:8px 8px;
margin:0}
.blog-author-comment{
line-height:1.5em;
padding:8px 8px;
margin:0}
.deleted-comment{
color:gray;
padding:5px 5px 5px 10px}
.avatar-comment-indent{
margin-left:4px!important}
.avatar-image-container{
position:relative;
background:url(https://lh6.googleusercontent.com/-qksRArurNac/UDJKUX8unFI/AAAAAAAADfs/Wlt7K8ZY0rc/s21/commenttiplight.png) no-repeat right 12px;
padding:0 25px 2px 2px;
margin:5px 0 0 8%;
width:30px;
height:30px}
.avatar-image-container img{
border:1px solid #fff;
padding:0;
float:left;
height:30px;
width:30px}
.showpage{
padding:0;
margin:0;
text-decoration:none;
background:transparent;
color:#999;
font-family:Arial,Verdana;
font-size:12px}
.showpageOf{
font:12px Arial,Verdana;
color:#999;
background:transparent;
text-shadow:none;
margin:0 4px 0 0}
.showpageNum a,.showpage a{
font-weight:bold;
text-decoration:underline;
margin-right:3px;
padding:0 5px;
font:12px Arial,Verdana;
text-decoration:none;
color:#028470;
text-shadow:none}
.showpageNum a:hover,.showpage a:hover{
padding:0 5px;
color:#f03}
.showpageArea{
height:10px;
margin:0 0;
font:12px Arial,Verdana;
color:#666}
.showpagePoint{
color:#f00;
font:bold 12px Arial,Verdana;
margin-right:3px;
padding:3px 7px}
.search{
border-radius:8px;
background:#fff;
margin:3px 2px 0 0;
padding:0}
.text{
border-radius:8px;
border:0 dashed #333;
height:20px;
width:70px;
float:left;
padding:0 0 0 5px;
font-size:11px;
font-style:italic;
color:#444}
.submit{
border-radius:8px;
float:left;
border:0;
background:#fff url(https://lh4.googleusercontent.com/-Gru2cLmFwcI/TtTg4D0DuJI/AAAAAAAABGA/RGSalmz0kQA/s18/iconsearchr.gif) 0 3px no-repeat;
height:20px;
width:25px;
cursor:pointer;
padding:0}
.popularposts ul li img{
margin-right:5px;
float:left;
height:15px;
width:16px;
margin-top:0;
padding:1px}
.popularposts ul{
list-style-type:none;
margin:0;
padding:0}
.popularposts ul li{
padding:0 0 0 0;
margin:0 0 0 0;
border-bottom:1px dashed #ccc}
.popularposts ul li h3{
margin:0 0 0 0;
padding:0;
font-weight:normal;
font-size:12px;
line-height:1.1}
.popularposts ul li h3 a{
text-shadow:0 1px #fff;
color:#305d01!important;
margin:0 0 0 0;
padding:0}
.popularposts ul li h3 a:hover{
color:#000!important}
.recent-comment{
font-size:11px;
line-height:1.4;
color:#222;
padding:2px 0 0 0;
margin:0}
.recent-comment img{
margin:4px 5px 3px 0;
padding:1px;
height:20px;
float:left;
width:20px}
.recent-comment a{
font-size:11px;
color:#820034}
.recent-comment a:hover{
color:#010976}
span.recent-comment-author a{
margin:3px 0 0 0;
font-size:12px;
color:#305d01}
.recent-comment-author a:hover{
color:#f00}
.cm-line{
border-bottom:1px dashed #ccc}
#Label1 .widget-content{
color:#777;
font-size:13px;
line-height:1.5em;
padding:5px 3px 5px 14px}
#Label1 .widget-content ul{
list-style-type:none;
padding:0;
margin:0}
#Label1 .list-label-widget-content li{
background:url(https://lh5.googleusercontent.com/-Qt6ObDMF8Gc/UJ1Dc_TwvSI/AAAAAAAAAJU/IJcfeaqEQJE/s11/next.png) 0 center no-repeat;
padding:1px 0 1px 15px;
color:#777;
font-weight:normal;
border-bottom:1px dashed #ccc}
#Label1 .list-label-widget-content li a{
color:#305d01}
#Label1 .list-label-widget-content li a:hover{
color:#666}
.labelposts{
box-shadow:0 0 25px #d5d4d4 inset;
font-family:Helvetica,sans-serif;
font-size:12px;
margin:0 0 0 0;
padding:8px 5px;
line-height:1.5}
.labelposts h2{
line-height:1.1;
font-size:12px;
font-family:Helvetica;
margin:0 0 4px 0}
.labelposts h2 a{
color:#247e01}
.labelposts img{
width:50px;
height:50px;
float:left;
border:1px solid #fff;
padding:1px;
margin:1px 8px 3px 0}
.labelposts p{
margin:0;
padding:0;
color:#333}
a.doctiep{
font-size:12px;
color:#017931;
float:right;
margin:0 3px 0 0} | 0.197793 | 0.07889 |
.ex-vp {
background-color: var(--theme-color);
font-size: 5vw;
padding: 50px;
color: #414141;
}
/* products products products products products products
----------------------------------------------- */
/* single product single product single product single product -------------------------
single product single product single product single product ------------------------ */
.head-list {
margin-top: 30px;
}
.head-list li {
font-size: 22px;
color: #414141;
cursor: pointer;
margin: 10px 50px;
line-height: initial;
}
.sp {
width: 90%;
margin: 50px auto;
padding: 20px;
color: #121212;
}
.sp h3 {
margin: 40px 0;
color: #414141;
}
/* content */
.content-wrapper {
width: 90%;
margin: 30px auto;
background-color: #fcfcfc;
padding: 30px;
border-radius: 5px;
font-size: 18px;
}
.content-wrapper h1 {
color: #20bf6b;
}
.content-wrapper section {
margin: 30px 0;
}
.content-wrapper ul {
margin: 0;
}
.content-wrapper p {
font-size: 18px;
}
.content-wrapper ol li,
.content-wrapper ul li {
font-weight: bold;
font-size: 16px;
list-style: circle;
margin-left: 40px;
}
.content-image {
width: 100%;
height: auto;
}
.content-image .q-connect {
width: 100%;
max-height: 400px;
}
.content-image video {
width: 100%;
}
@media (max-width: 700px) {
.content-wrapper {
width: 95%;
padding: 20px;
}
.content-image {
width: 100%;
height: 200px;
}
.content-wrapper p {
font-size: 16px;
}
}
/* table */
#table-dc {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
overflow-x: auto;
}
#table-dc td,
#table-dc th {
border: 1px solid #ddd;
padding: 8px;
}
#table-dc tr:nth-child(even) {
background-color: #f2f2f2;
}
#table-dc tr:hover {
background-color: #ddd;
}
#table-dc th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4caf50;
color: white;
}
/* single product container ------------------------------------ */
.sp-container {
width: 80%;
margin: 20px auto;
}
.sp-card {
background-image: radial-gradient(
circle farthest-corner at -3.3% 48%,
rgba(141, 146, 239, 1) 0%,
rgba(99, 229, 254, 1) 90%
);
height: 300px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.background-second {
background-image: linear-gradient(
280.5deg,
rgba(246, 56, 56, 0.73) 6.1%,
rgba(215, 88, 11, 0.73) 79.7%
);
}
.background-third {
background-image: linear-gradient(
109.6deg,
rgba(123, 90, 224, 1) 11.2%,
rgba(164, 46, 253, 1) 32.6%,
rgba(213, 56, 234, 1) 62.7%,
rgba(251, 138, 52, 1) 100.2%
);
} | src/css/product.css | .ex-vp {
background-color: var(--theme-color);
font-size: 5vw;
padding: 50px;
color: #414141;
}
/* products products products products products products
----------------------------------------------- */
/* single product single product single product single product -------------------------
single product single product single product single product ------------------------ */
.head-list {
margin-top: 30px;
}
.head-list li {
font-size: 22px;
color: #414141;
cursor: pointer;
margin: 10px 50px;
line-height: initial;
}
.sp {
width: 90%;
margin: 50px auto;
padding: 20px;
color: #121212;
}
.sp h3 {
margin: 40px 0;
color: #414141;
}
/* content */
.content-wrapper {
width: 90%;
margin: 30px auto;
background-color: #fcfcfc;
padding: 30px;
border-radius: 5px;
font-size: 18px;
}
.content-wrapper h1 {
color: #20bf6b;
}
.content-wrapper section {
margin: 30px 0;
}
.content-wrapper ul {
margin: 0;
}
.content-wrapper p {
font-size: 18px;
}
.content-wrapper ol li,
.content-wrapper ul li {
font-weight: bold;
font-size: 16px;
list-style: circle;
margin-left: 40px;
}
.content-image {
width: 100%;
height: auto;
}
.content-image .q-connect {
width: 100%;
max-height: 400px;
}
.content-image video {
width: 100%;
}
@media (max-width: 700px) {
.content-wrapper {
width: 95%;
padding: 20px;
}
.content-image {
width: 100%;
height: 200px;
}
.content-wrapper p {
font-size: 16px;
}
}
/* table */
#table-dc {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
overflow-x: auto;
}
#table-dc td,
#table-dc th {
border: 1px solid #ddd;
padding: 8px;
}
#table-dc tr:nth-child(even) {
background-color: #f2f2f2;
}
#table-dc tr:hover {
background-color: #ddd;
}
#table-dc th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4caf50;
color: white;
}
/* single product container ------------------------------------ */
.sp-container {
width: 80%;
margin: 20px auto;
}
.sp-card {
background-image: radial-gradient(
circle farthest-corner at -3.3% 48%,
rgba(141, 146, 239, 1) 0%,
rgba(99, 229, 254, 1) 90%
);
height: 300px;
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
color: white;
}
.background-second {
background-image: linear-gradient(
280.5deg,
rgba(246, 56, 56, 0.73) 6.1%,
rgba(215, 88, 11, 0.73) 79.7%
);
}
.background-third {
background-image: linear-gradient(
109.6deg,
rgba(123, 90, 224, 1) 11.2%,
rgba(164, 46, 253, 1) 32.6%,
rgba(213, 56, 234, 1) 62.7%,
rgba(251, 138, 52, 1) 100.2%
);
} | 0.361052 | 0.116136 |
html {
background: #373737;
}
body {
margin: 0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
width: 100%;
display: table;
background: url(images/templatemo_top_bg.jpg) #000 repeat-x;
}
a:link, a:visited { color: #fff; text-decoration: underline; }
a:active, a:hover { color: #bbb; text-decoration: none; }
.templatemo_container {
width: 950px;
margin: auto;
}
#templatemo_header {
width: 950px;
height: 331px;
background: url(images/templatemo_header.jpg) no-repeat;
}
/* Menu Section */
#templatemo_menu_section{
width: 950px;
height: 35px;
float: left;
margin: 295px 0 0 0;
padding: 0;
}
#templatemo_menu_section ul {
float: left;
width: 920px;
margin: 0 0 0 0;
padding: 0;
list-style: none;
}
#templatemo_menu_section ul li {
display: inline;
}
#templatemo_menu_section ul li a {
float: left;
padding: 8px 30px 0 30px;
margin: 0;
height: 26px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #858585;
background: url(images/templatemo_menu.jpg) right bottom no-repeat;
}
#templatemo_menu_section ul li a.last{
background: none;
}
#templatemo_menu_section li a:hover, #templatemo_menu_section li .current{
color: #fff;
}
/* End Of Menu */
#templatemo_content_area {
width: 950px;
margin: 0;
padding: 0;
}
#templatemo_left {
float: left;
width: 220px;
margin: 0;
padding: 15px 0 0 0;
}
#templatemo_left .templatemo_left_section_box {
width: 221px;
margin: 0 0 15px 0;
padding: 0 ;
}
.templatemo_left_section_box .templatemo_left_section_box_top {
width: 206px;
height: 35px;
background: url(images/templatemo_left_section_top.jpg) no-repeat;
margin: 0;
padding: 13px 0 0 15px;
}
.templatemo_left_section_box_top h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 0;
padding: 5px 0 0 40px;
}
.templatemo_left_section_box .templatemo_left_section_box_mid {
width: 191px;
background: url(images/templatemo_left_section_mid.jpg) repeat-y;
margin: 0;
padding: 10px 15px 0 15px;
}
.templatemo_left_section_box_mid p {
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 10px 0;
}
.templatemo_left_section_box .bottom_padding {
padding: 0;
}
.templatemo_left_section_box_mid h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 10px 0 10px 0;
padding: 5px 0 0 40px;
}
.templatemo_left_section_box .templatemo_left_section_box_bottom {
width: 221px;
height: 21px;
background: url(images/templatemo_left_section_bottom.jpg) no-repeat;
margin: 0;
padding: 0;
}
#templatemo_middle {
float: left;
width: 455px;
margin: 0;
padding: 15px 15px 0 15px ;
}
#templatemo_middle .templatemo_middle_section_box {
width: 455px;
margin: 0 0 15px 0;
padding: 0;
}
.templatemo_middle_section_box .templatemo_middle_section_box_top {
width: 440px;
height: 35px;
background: url(images/templatemo_mid_section_top.jpg) no-repeat;
margin: 0;
padding: 13px 0 0 15px;
}
.templatemo_middle_section_box_top h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 0;
padding: 5px 0 0 40px;
}
.templatemo_middle_section_box .templatemo_middle_section_box_mid {
width: 425px;
background: url(images/templatemo_mid_section_mid.jpg) repeat-y;
margin: 0;
padding: 15px 15px 0 15px;
}
.templatemo_middle_section_box_mid p {
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 10px 0;
}
.templatemo_middle_section_box_mid img {
float: left;
margin: 0 5px 5px 0;
padding: 0;
}
.templatemo_middle_section_box .bottom_padding {
padding: 0;
}
.templatemo_middle_section_box_mid h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 10px 0 10px 0;
padding: 5px 0 0 40px;
}
.templatemo_middle_section_box .templatemo_middle_section_box_bottom {
width: 455px;
height: 23px;
background: url(images/templatemo_mid_section_bottom.jpg) no-repeat;
margin: 0;
padding: 0;
}
#templatemo_right {
float: right;
width: 245px;
margin: 0;
padding: 15px 0 0 0;
}
#templatemo_right .templatemo_right_section_box {
width: 246px;
margin: 0 0 15px 0;
padding: 0 ;
}
.templatemo_right_section_box .templatemo_right_section_box_top {
width: 231px;
height: 35px;
background: url(images/templatemo_right_section_top.jpg) no-repeat;
margin: 0;
padding: 13px 0 0 15px;
}
.templatemo_right_section_box_top h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 0;
padding: 5px 0 0 40px;
}
.templatemo_right_section_box .templatemo_right_section_box_mid {
width: 216px;
background: url(images/templatemo_right_section_mid.jpg) repeat-y;
margin: 0;
padding: 15px 15px 0 15px;
}
.templatemo_right_section_box_mid p {
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 10px 0;
}
.templatemo_right_section_box_mid ul {
list-style: none;
margin: 0;
padding: 0;
}
.templatemo_right_section_box_mid li {
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 5px 0;
}
.templatemo_right_section_box .templatemo_right_section_box_bottom {
width: 246px;
height: 22px;
background: url(images/templatemo_right_section_bottom.jpg) no-repeat;
margin: 0;
padding: 0;
}
#templatemo_bottom_bg {
width: 100%;
height: 200px;
background: url(images/templatemo_bottom_bg.jpg) repeat-x;
}
#templatemo_footer {
width: 950px;
height: 120px;
background: url(images/templatemo_footer.jpg) no-repeat;
margin: 0;
padding: 80px 0 0 0;
}
#templatemo_footer .templatemo_footer_section {
width: 100%;
margin: 0 0 10px 0;
padding: 0;
color: #fff;
text-align: center;
font-size: 12px;
}
.cleaner {
clear: both;
margin: 0;
padding: 0;
height: 0;
} | Introduction to Web Design/templates/guitar/style.css | html {
background: #373737;
}
body {
margin: 0;
padding:0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 1.5em;
width: 100%;
display: table;
background: url(images/templatemo_top_bg.jpg) #000 repeat-x;
}
a:link, a:visited { color: #fff; text-decoration: underline; }
a:active, a:hover { color: #bbb; text-decoration: none; }
.templatemo_container {
width: 950px;
margin: auto;
}
#templatemo_header {
width: 950px;
height: 331px;
background: url(images/templatemo_header.jpg) no-repeat;
}
/* Menu Section */
#templatemo_menu_section{
width: 950px;
height: 35px;
float: left;
margin: 295px 0 0 0;
padding: 0;
}
#templatemo_menu_section ul {
float: left;
width: 920px;
margin: 0 0 0 0;
padding: 0;
list-style: none;
}
#templatemo_menu_section ul li {
display: inline;
}
#templatemo_menu_section ul li a {
float: left;
padding: 8px 30px 0 30px;
margin: 0;
height: 26px;
font-family: Arial;
font-size: 14px;
font-weight: bold;
text-align: center;
text-decoration: none;
color: #858585;
background: url(images/templatemo_menu.jpg) right bottom no-repeat;
}
#templatemo_menu_section ul li a.last{
background: none;
}
#templatemo_menu_section li a:hover, #templatemo_menu_section li .current{
color: #fff;
}
/* End Of Menu */
#templatemo_content_area {
width: 950px;
margin: 0;
padding: 0;
}
#templatemo_left {
float: left;
width: 220px;
margin: 0;
padding: 15px 0 0 0;
}
#templatemo_left .templatemo_left_section_box {
width: 221px;
margin: 0 0 15px 0;
padding: 0 ;
}
.templatemo_left_section_box .templatemo_left_section_box_top {
width: 206px;
height: 35px;
background: url(images/templatemo_left_section_top.jpg) no-repeat;
margin: 0;
padding: 13px 0 0 15px;
}
.templatemo_left_section_box_top h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 0;
padding: 5px 0 0 40px;
}
.templatemo_left_section_box .templatemo_left_section_box_mid {
width: 191px;
background: url(images/templatemo_left_section_mid.jpg) repeat-y;
margin: 0;
padding: 10px 15px 0 15px;
}
.templatemo_left_section_box_mid p {
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 10px 0;
}
.templatemo_left_section_box .bottom_padding {
padding: 0;
}
.templatemo_left_section_box_mid h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 10px 0 10px 0;
padding: 5px 0 0 40px;
}
.templatemo_left_section_box .templatemo_left_section_box_bottom {
width: 221px;
height: 21px;
background: url(images/templatemo_left_section_bottom.jpg) no-repeat;
margin: 0;
padding: 0;
}
#templatemo_middle {
float: left;
width: 455px;
margin: 0;
padding: 15px 15px 0 15px ;
}
#templatemo_middle .templatemo_middle_section_box {
width: 455px;
margin: 0 0 15px 0;
padding: 0;
}
.templatemo_middle_section_box .templatemo_middle_section_box_top {
width: 440px;
height: 35px;
background: url(images/templatemo_mid_section_top.jpg) no-repeat;
margin: 0;
padding: 13px 0 0 15px;
}
.templatemo_middle_section_box_top h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 0;
padding: 5px 0 0 40px;
}
.templatemo_middle_section_box .templatemo_middle_section_box_mid {
width: 425px;
background: url(images/templatemo_mid_section_mid.jpg) repeat-y;
margin: 0;
padding: 15px 15px 0 15px;
}
.templatemo_middle_section_box_mid p {
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 10px 0;
}
.templatemo_middle_section_box_mid img {
float: left;
margin: 0 5px 5px 0;
padding: 0;
}
.templatemo_middle_section_box .bottom_padding {
padding: 0;
}
.templatemo_middle_section_box_mid h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 10px 0 10px 0;
padding: 5px 0 0 40px;
}
.templatemo_middle_section_box .templatemo_middle_section_box_bottom {
width: 455px;
height: 23px;
background: url(images/templatemo_mid_section_bottom.jpg) no-repeat;
margin: 0;
padding: 0;
}
#templatemo_right {
float: right;
width: 245px;
margin: 0;
padding: 15px 0 0 0;
}
#templatemo_right .templatemo_right_section_box {
width: 246px;
margin: 0 0 15px 0;
padding: 0 ;
}
.templatemo_right_section_box .templatemo_right_section_box_top {
width: 231px;
height: 35px;
background: url(images/templatemo_right_section_top.jpg) no-repeat;
margin: 0;
padding: 13px 0 0 15px;
}
.templatemo_right_section_box_top h1 {
height: 31px;
font-family: Arial;
font-size: 16px;
color: #fff;
background: url(images/templatemo_music_note.jpg) left no-repeat;
margin: 0;
padding: 5px 0 0 40px;
}
.templatemo_right_section_box .templatemo_right_section_box_mid {
width: 216px;
background: url(images/templatemo_right_section_mid.jpg) repeat-y;
margin: 0;
padding: 15px 15px 0 15px;
}
.templatemo_right_section_box_mid p {
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 10px 0;
}
.templatemo_right_section_box_mid ul {
list-style: none;
margin: 0;
padding: 0;
}
.templatemo_right_section_box_mid li {
font-family: Arial;
font-size: 12px;
color: #fff;
text-align: justify;
margin: 0 0 0 0;
padding: 0 0 5px 0;
}
.templatemo_right_section_box .templatemo_right_section_box_bottom {
width: 246px;
height: 22px;
background: url(images/templatemo_right_section_bottom.jpg) no-repeat;
margin: 0;
padding: 0;
}
#templatemo_bottom_bg {
width: 100%;
height: 200px;
background: url(images/templatemo_bottom_bg.jpg) repeat-x;
}
#templatemo_footer {
width: 950px;
height: 120px;
background: url(images/templatemo_footer.jpg) no-repeat;
margin: 0;
padding: 80px 0 0 0;
}
#templatemo_footer .templatemo_footer_section {
width: 100%;
margin: 0 0 10px 0;
padding: 0;
color: #fff;
text-align: center;
font-size: 12px;
}
.cleaner {
clear: both;
margin: 0;
padding: 0;
height: 0;
} | 0.240507 | 0.067577 |
code[class*="language-"],
pre[class*="language-"] {
color: #000;
background: none;
text-shadow: 0 1px #fff;
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
code[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
pre[class*="language-"] {
padding: 1em;
margin: 0.5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
:not(pre) > code[class*="language-"] {
padding: 0.1em;
border-radius: 0.3em;
white-space: normal;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
color: #708090;
}
.token.punctuation {
color: #999;
}
.token.namespace {
opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
color: #905;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
color: #690;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
color: #9a6e3a;
background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.class-name,
.token.function {
color: #dd4a68;
}
.token.important,
.token.regex,
.token.variable {
color: #e90;
}
.token.bold,
.token.important {
font-weight: 700;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
/* Heading Styles */
h1 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 2rem;
line-height: 1.1;
}
h2 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1.51572rem;
line-height: 1.1;
}
h3 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1.31951rem;
line-height: 1.1;
}
h4 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1rem;
line-height: 1.1;
}
h5 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 0.87055rem;
line-height: 1.1;
}
h6 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 0.81225rem;
line-height: 1.1;
}
/* Paragraph Styles */
p {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
p *:last-child {
margin-bottom: 0;
}
/* List Styles */
ol {
margin-left: 1.45rem;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
list-style-position: outside;
list-style-image: none;
}
li {
margin-bottom: calc(1.45rem / 2);
}
ol li {
padding-left: 0;
}
ul li {
padding-left: 0;
}
li > ol {
margin-left: 1.45rem;
margin-bottom: calc(1.45rem / 2);
margin-top: calc(1.45rem / 2);
}
li > ul {
margin-left: 1.45rem;
margin-bottom: calc(1.45rem / 2);
margin-top: calc(1.45rem / 2);
}
li *:last-child {
margin-bottom: 0;
}
li > p {
margin-bottom: calc(1.45rem / 2);
}
/* Anchor Styles */ | src/styles/markdown.css | code[class*="language-"],
pre[class*="language-"] {
color: #000;
background: none;
text-shadow: 0 1px #fff;
font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
font-size: 1em;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
code[class*="language-"]::selection,
code[class*="language-"] ::selection,
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
pre[class*="language-"] {
padding: 1em;
margin: 0.5em 0;
overflow: auto;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
:not(pre) > code[class*="language-"] {
padding: 0.1em;
border-radius: 0.3em;
white-space: normal;
}
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
color: #708090;
}
.token.punctuation {
color: #999;
}
.token.namespace {
opacity: 0.7;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.number,
.token.property,
.token.symbol,
.token.tag {
color: #905;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.inserted,
.token.selector,
.token.string {
color: #690;
}
.language-css .token.string,
.style .token.string,
.token.entity,
.token.operator,
.token.url {
color: #9a6e3a;
background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.class-name,
.token.function {
color: #dd4a68;
}
.token.important,
.token.regex,
.token.variable {
color: #e90;
}
.token.bold,
.token.important {
font-weight: 700;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
/* Heading Styles */
h1 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 2rem;
line-height: 1.1;
}
h2 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1.51572rem;
line-height: 1.1;
}
h3 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1.31951rem;
line-height: 1.1;
}
h4 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 1rem;
line-height: 1.1;
}
h5 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 0.87055rem;
line-height: 1.1;
}
h6 {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
color: inherit;
font-family: "Poppins", "Arial", sans-serif;
font-weight: bold;
text-rendering: optimizeLegibility;
font-size: 0.81225rem;
line-height: 1.1;
}
/* Paragraph Styles */
p {
margin-left: 0;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
}
p *:last-child {
margin-bottom: 0;
}
/* List Styles */
ol {
margin-left: 1.45rem;
margin-right: 0;
margin-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
padding-top: 0;
margin-bottom: 1.45rem;
list-style-position: outside;
list-style-image: none;
}
li {
margin-bottom: calc(1.45rem / 2);
}
ol li {
padding-left: 0;
}
ul li {
padding-left: 0;
}
li > ol {
margin-left: 1.45rem;
margin-bottom: calc(1.45rem / 2);
margin-top: calc(1.45rem / 2);
}
li > ul {
margin-left: 1.45rem;
margin-bottom: calc(1.45rem / 2);
margin-top: calc(1.45rem / 2);
}
li *:last-child {
margin-bottom: 0;
}
li > p {
margin-bottom: calc(1.45rem / 2);
}
/* Anchor Styles */ | 0.504883 | 0.092811 |
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin-left: auto;
margin-right: auto;
width: 1200px;
padding-left: 15px;
padding-right: 15px;
}
ul {
list-style: none;
}
.list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
padding: 0px;
margin: 0px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header {
background-color: #FFFFFF;
border: 1px;
border: 1px solid #ECECEC;
position: relative;
}
header a {
color: #212121;
font-weight: 500;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.02em;
text-decoration: none;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-logo {
height: 31px;
width: 145px;
padding-top: 25px;
padding-bottom: 25px;
display: contents;
}
.current {
color: #2196F3;
}
.current::after {
content: "";
bottom: -32px;
position: absolute;
background-repeat: no-repeat;
display: block;
height: 4px;
width: 100%;
}
.studio::after {
background-image: url(../svg/hover-studio.svg);
}
.portfolio::after {
background-image: url(../svg/hover-portfolio.svg);
}
.header-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 32px;
padding-bottom: 32px;
padding-left: 90px;
margin: 0px;
}
.header-list a {
position: relative;
}
.header-list .item {
margin-right: 45px;
}
.header-list .item:last-child {
margin: 0px;
}
.header-adres {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: right;
font-weight: 500;
padding-top: 32px;
padding-bottom: 32px;
margin: 0px;
margin-left: auto;
}
.header-adres .email-phone {
font-weight: 500;
}
.header-adres .item + .item {
margin-left: 40px;
}
.envelope {
width: 16px;
height: 10px;
margin-right: 10px;
vertical-align: middle;
fill: currentColor;
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.phone-icon {
width: 10px;
height: 16px;
margin-right: 10px;
vertical-align: middle;
fill: currentColor;
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header a:hover, .header a:hover svg,
.header a:focus, .header a:focus svg {
color: #2196F3;
fill: #2196F3;
}
body {
margin: 0;
background: #FFFFFF;
font-family: Roboto;
font-style: normal;
color: #757575;
}
h1 {
font-weight: 900;
font-size: 44px;
text-transform: uppercase;
line-height: 60px;
color: #FFFFFF;
text-align: center;
margin: 0%;
letter-spacing: 0.06em;
}
h2 {
color: #212121;
text-align: center;
font-weight: bold;
font-size: 36px;
line-height: 42px;
padding-bottom: 50px;
margin: 0%;
}
h3 {
color: #212121;
margin: 0%;
padding-bottom: 10px;
}
.main-banner {
background-size: cover;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url(../images/main_banner.jpg);
background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../images/main_banner.jpg);
height: 600px;
text-align: center;
padding-top: 200px;
padding-bottom: 200px;
margin: 0%;
}
.to-order {
display: inline-block;
background: #2196F3;
padding: 0;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
color: #FFFFFF;
text-align: center;
font-style: normal;
font-weight: bold;
font-size: 16px;
height: 50px;
min-width: 200px;
margin-top: 30px;
}
.to-order:hover, .to-order:focus {
cursor: pointer;
}
.project-item-link {
text-decoration: none;
margin: 0px;
padding: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.project-thumb {
position: relative;
}
.project-thumb::before {
display: inline-block;
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
background: rgba(47, 48, 58, 0.8);
opacity: 1;
}
.product-actions {
position: absolute;
width: 100%;
bottom: 19px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-align: center;
text-transform: uppercase;
}
.backdrop {
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
position: fixed;
top: 0;
left: 0;
z-index: 5;
background-color: rgba(0, 0, 0, 0.2);
width: 100%;
height: 100%;
opacity: 1;
}
.backdrop.is-hidden {
opacity: 0;
pointer-events: none;
}
.backdrop.is-hidden .modal {
-webkit-transform: translate(-50%, -50%) scale(0.7);
transform: translate(-50%, -50%) scale(0.7);
}
.modal {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
display: inline-block;
width: 530px;
height: 590px;
background-color: #FFFFFF;
border-radius: 5px;
}
.close-modal {
position: absolute;
right: 8px;
top: 8px;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50%;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: center;
width: 30px;
height: 30px;
}
.close-modal:hover {
cursor: pointer;
fill: #2196F3;
}
.close-modal-svg {
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
position: absolute;
top: 6px;
right: 5px;
}
.form-modal {
outline: 1px;
margin-left: auto;
margin-right: auto;
padding-right: 40px;
padding-left: 40px;
padding-top: 40px;
padding-bottom: 40px;
font-weight: normal;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: #757575;
}
.form-input:focus ~ .modal-svg {
fill: #2196F3;
}
.form-label + .form-input:focus {
border-color: #2196F3;
cursor: pointer;
}
.form-modal-title {
margin-bottom: 12px;
font-weight: bold;
font-size: 20px;
line-height: 23px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
.form-field {
position: relative;
outline: 1px;
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.form-field label {
margin-bottom: 4px;
font-weight: normal;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: #757575;
}
.form-field input {
padding-left: 40px;
}
.form-field textarea {
padding-left: 16px;
padding-right: 16px;
padding-top: 12px;
padding-bottom: 12px;
font-size: 16px;
height: 120px;
}
.form-field textarea::-webkit-input-placeholder {
font-size: 12px;
color: rgba(117, 117, 117, 0.5);
font-weight: normal;
}
.form-field textarea:-ms-input-placeholder {
font-size: 12px;
color: rgba(117, 117, 117, 0.5);
font-weight: normal;
}
.form-field textarea::-ms-input-placeholder {
font-size: 12px;
color: rgba(117, 117, 117, 0.5);
font-weight: normal;
}
.form-field textarea::placeholder {
font-size: 12px;
color: rgba(117, 117, 117, 0.5);
font-weight: normal;
}
.form-input {
-webkit-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
outline: none;
position: relative;
margin: 0;
padding: 0;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
height: 40px;
}
.comment-input {
margin: 0;
padding: 0;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
}
.checkbox-field {
margin-top: 20px;
margin-bottom: 30px;
position: relative;
outline: 1px;
}
.checkbox-icon {
display: inline-block;
margin-right: 5px;
width: 16px;
height: 15px;
border: 2px solid black;
border-radius: 2px;
}
.checkbox-label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.checkbox-label a {
margin-left: 2px;
text-decoration: none;
text-decoration: underline;
color: #2196F3;
}
.checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
}
.checkbox:checked + .checkbox-icon {
background-color: #2196F3;
border-color: #2196F3;
background-image: url(../svg/icon\check\no\color.svg);
background-size: contain;
background-origin: border-box;
}
.button-modal {
display: inline-block;
background: #2196F3;
padding: 0;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
letter-spacing: 0.06em;
color: #FFFFFF;
height: 50px;
min-width: 200px;
}
.button-modal:hover {
cursor: pointer;
}
.modal-svg {
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
position: absolute;
top: 30px;
margin-left: 10px;
fill: #212121;
vertical-align: middle;
}
.our-clients {
padding-top: 94px;
}
.clients {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px;
padding-bottom: 94px;
margin: 0px;
}
.clients-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 170px;
height: 90px;
border: 1px solid;
border-color: #AFB1B8;
border-radius: 4px;
-webkit-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.clients-item a:hover, .clients-item a:hover svg, .clients-item a:focus, .clients-item a:focus svg {
border-color: #2196F3;
fill: #2196F3;
}
.clients-item {
margin-right: 30px;
}
.clients-item:last-child {
margin-right: 0;
}
.clients-icon {
fill: #AFB1B8;
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.profession {
text-align: center;
padding-bottom: 25px;
}
.our-team {
background: #FFFFFF;
font-weight: normal;
font-size: 16px;
line-height: 19px;
text-align: center;
padding-top: 94px;
padding-bottom: 90px;
}
.our-team-title {
margin-bottom: 50px;
padding-bottom: 0px;
}
.team-player {
letter-spacing: 0.03em;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
padding-top: 30px;
}
.team-player-item {
background-color: #FFFFFF;
border-color: #212121;
width: 270px;
border-radius: 0px 0px 4px 4px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.list .team-player-item + .team-player-item {
margin-left: 35px;
}
.team-player-photo {
padding: 0px;
}
.sosial-media-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 32px;
margin: 0px;
margin-bottom: 30px;
padding: 0px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.sosial-media-list a:hover,
.sosial-media-list a:focus {
background-color: #2196F3;
fill: #FFFFFF;
}
.sosial-media-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 44px;
width: 44px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
margin-right: 10px;
fill: #AFB1B8;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.media-icon {
width: 20px;
height: 20px;
margin-left: auto;
margin-right: auto;
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
p {
text-align: left;
font-weight: normal;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.03em;
color: #757575;
margin: 0px;
}
.features {
padding-top: 94px;
padding-bottom: 94px;
}
.features-list {
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #212121;
text-align: left;
padding-bottom: 10px;
}
.feature-item::before {
display: block;
content: "";
height: 120px;
background-repeat: no-repeat;
background-position: center;
background-color: #F5F4FA;
margin-bottom: 30px;
}
.antena::before {
content: "";
background-image: url(../svg/antenna.svg);
}
.clock::before {
content: "";
background-image: url(../svg/clock.svg);
}
.diagrama::before {
content: "";
background-image: url(../svg/diagram.svg);
}
.astronaut::before {
content: "";
background-image: url(../svg/astronaut.svg);
}
.list .feature-item + .feature-item {
margin-left: 40px;
}
.section-projects {
background-color: #FFFFFF;
padding-bottom: 94px;
padding-top: 94px;
}
.projects {
font-weight: normal;
font-size: 16px;
line-height: 30px;
text-align: center;
color: #757575;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 45px;
margin: 0px;
}
.projects a {
text-decoration: none;
}
.projects :nth-child(3n) {
margin-right: 0px;
}
.projects :nth-last-child(-n+3) {
margin-bottom: 0px;
}
.project-item {
width: 370px;
margin-right: 30px;
background: #FFFFFF;
border: 1px solid #EEEEEE;
margin-bottom: 70px;
}
.project-item:last-child {
margin-right: 0px;
}
.project-item:hover, .project-item:focus {
cursor: pointer;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.project-item:hover .project-item-photo::before,
.project-item:focus .project-item-photo::before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.project-item:hover .overlay,
.project-item:focus .overlay {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.project-name {
font-weight: bold;
font-size: 18px;
line-height: 36px;
color: #212121;
text-align: left;
padding: 0px;
}
.project-tipe {
margin-top: 10px;
}
.description {
padding: 24px 20px 24px 20px;
}
.project-item-photo {
position: relative;
margin: 0px;
padding: 0px;
overflow: hidden;
}
.project-item-photo::before {
display: inline-block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(33, 150, 243, 0.9);
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.project-item-photo:hover::before, .project-item-photo:focus::before {
opacity: 1;
content: "";
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.project-item-description {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
width: 100%;
height: 100%;
font-weight: normal;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.03em;
color: #FFFFFF;
}
.project-item:hover, .project-item:focus,
.project-item-description:hover {
opacity: 1;
}
.filter {
background-color: #FFFFFF;
display: block;
margin: 0px;
}
.filter .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.filter .list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.filter .item + .item {
margin-left: 5px;
}
.button {
background-color: #F5F4FA;
color: #212121;
font-weight: 500;
font-size: 16px;
line-height: 26px;
text-align: center;
letter-spacing: 0.03em;
text-decoration: none;
border: 0px;
border-radius: 4px;
padding-left: 22px;
padding-right: 22px;
padding-bottom: 8px;
padding-top: 8px;
cursor: pointer;
-webkit-transition-property: background-color, color;
transition-property: background-color, color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button:focus, .button:hover {
color: #FFFFFF;
background: #2196F3;
font-style: normal;
text-align: center;
}
footer {
background-color: #2F303A;
color: #FFFFFF;
border: 1px;
}
.footer {
width: 1200px;
}
.container-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
footer a {
text-decoration: none;
}
.footer-logo {
height: 31px;
width: 145px;
margin-top: 60px;
padding-bottom: 20px;
display: inline-block;
text-align: center;
margin-bottom: 20px;
}
.email-phone {
color: #757575;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 24px;
letter-spacing: 0.03em;
margin-top: 10px;
}
.city-adress {
color: #FFFFFF;
padding-bottom: 10px;
}
address {
font-style: normal;
padding-bottom: 60px;
display: inline-block;
min-width: 230px;
}
address p:last-child {
margin-top: 10px;
}
.join {
display: inline-block;
text-align: left;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
line-height: 16px;
padding-top: 72px;
margin-left: 70px;
width: 206px;
}
.media {
display: inline-block;
height: 44px;
width: 44px;
margin-right: 10px;
margin-top: 20px;
background-color: rgba(255, 255, 255, 0.1);
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
border-radius: 50%;
}
.media:hover, .media:focus {
background-color: #2196F3;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.instagram {
background-image: url(../svg/instagram.svg);
}
.twiter {
background-image: url(../svg/twitter.svg);
}
.facebook {
background-image: url(../svg/facebook.svg);
}
.linkedin {
background-image: url(../svg/linkedin.svg);
}
.subscribe {
display: inline-block;
width: 100%;
margin-left: 93px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
line-height: 16px;
padding-top: 72px;
}
.footer-subscribe {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
/* align-items: stretch; */
margin-top: 20px;
text-align: right;
}
.subscribe-button {
background: #2196F3;
padding: 0;
margin-left: 12px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
letter-spacing: 0.06em;
color: #FFFFFF;
height: 50px;
min-width: 200px;
}
.subscribe-button:hover, .subscribe-button:focus {
cursor: pointer;
}
.subscribe-button-svg {
fill: #FFFFFF;
vertical-align: middle;
}
.footer-subscribe input {
margin: 0;
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.3);
background-color: #2F303A;
-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
border-radius: 4px;
width: 355px;
height: 50px;
color: #FFFFFF;
}
/*# sourceMappingURL=main.css.map */ | css/main.css | *,
*::before,
*::after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
html {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.container {
margin-left: auto;
margin-right: auto;
width: 1200px;
padding-left: 15px;
padding-right: 15px;
}
ul {
list-style: none;
}
.list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
text-align: center;
padding: 0px;
margin: 0px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header {
background-color: #FFFFFF;
border: 1px;
border: 1px solid #ECECEC;
position: relative;
}
header a {
color: #212121;
font-weight: 500;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.02em;
text-decoration: none;
-webkit-transition-property: color;
transition-property: color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.header-logo {
height: 31px;
width: 145px;
padding-top: 25px;
padding-bottom: 25px;
display: contents;
}
.current {
color: #2196F3;
}
.current::after {
content: "";
bottom: -32px;
position: absolute;
background-repeat: no-repeat;
display: block;
height: 4px;
width: 100%;
}
.studio::after {
background-image: url(../svg/hover-studio.svg);
}
.portfolio::after {
background-image: url(../svg/hover-portfolio.svg);
}
.header-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-top: 32px;
padding-bottom: 32px;
padding-left: 90px;
margin: 0px;
}
.header-list a {
position: relative;
}
.header-list .item {
margin-right: 45px;
}
.header-list .item:last-child {
margin: 0px;
}
.header-adres {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: right;
font-weight: 500;
padding-top: 32px;
padding-bottom: 32px;
margin: 0px;
margin-left: auto;
}
.header-adres .email-phone {
font-weight: 500;
}
.header-adres .item + .item {
margin-left: 40px;
}
.envelope {
width: 16px;
height: 10px;
margin-right: 10px;
vertical-align: middle;
fill: currentColor;
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.phone-icon {
width: 10px;
height: 16px;
margin-right: 10px;
vertical-align: middle;
fill: currentColor;
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header a:hover, .header a:hover svg,
.header a:focus, .header a:focus svg {
color: #2196F3;
fill: #2196F3;
}
body {
margin: 0;
background: #FFFFFF;
font-family: Roboto;
font-style: normal;
color: #757575;
}
h1 {
font-weight: 900;
font-size: 44px;
text-transform: uppercase;
line-height: 60px;
color: #FFFFFF;
text-align: center;
margin: 0%;
letter-spacing: 0.06em;
}
h2 {
color: #212121;
text-align: center;
font-weight: bold;
font-size: 36px;
line-height: 42px;
padding-bottom: 50px;
margin: 0%;
}
h3 {
color: #212121;
margin: 0%;
padding-bottom: 10px;
}
.main-banner {
background-size: cover;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, left top, right top, from(rgba(47, 48, 58, 0.4)), to(rgba(47, 48, 58, 0.4))), url(../images/main_banner.jpg);
background-image: linear-gradient(to right, rgba(47, 48, 58, 0.4), rgba(47, 48, 58, 0.4)), url(../images/main_banner.jpg);
height: 600px;
text-align: center;
padding-top: 200px;
padding-bottom: 200px;
margin: 0%;
}
.to-order {
display: inline-block;
background: #2196F3;
padding: 0;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
color: #FFFFFF;
text-align: center;
font-style: normal;
font-weight: bold;
font-size: 16px;
height: 50px;
min-width: 200px;
margin-top: 30px;
}
.to-order:hover, .to-order:focus {
cursor: pointer;
}
.project-item-link {
text-decoration: none;
margin: 0px;
padding: 0px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.project-thumb {
position: relative;
}
.project-thumb::before {
display: inline-block;
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 70px;
background: rgba(47, 48, 58, 0.8);
opacity: 1;
}
.product-actions {
position: absolute;
width: 100%;
bottom: 19px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
color: #FFFFFF;
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-align: center;
text-transform: uppercase;
}
.backdrop {
-webkit-transition-property: opacity;
transition-property: opacity;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
position: fixed;
top: 0;
left: 0;
z-index: 5;
background-color: rgba(0, 0, 0, 0.2);
width: 100%;
height: 100%;
opacity: 1;
}
.backdrop.is-hidden {
opacity: 0;
pointer-events: none;
}
.backdrop.is-hidden .modal {
-webkit-transform: translate(-50%, -50%) scale(0.7);
transform: translate(-50%, -50%) scale(0.7);
}
.modal {
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translate(-50%, -50%) scale(1);
transform: translate(-50%, -50%) scale(1);
-webkit-transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
display: inline-block;
width: 530px;
height: 590px;
background-color: #FFFFFF;
border-radius: 5px;
}
.close-modal {
position: absolute;
right: 8px;
top: 8px;
border: 1px solid rgba(0, 0, 0, 0.1);
-webkit-box-sizing: border-box;
box-sizing: border-box;
border-radius: 50%;
background-color: #FFFFFF;
background-repeat: no-repeat;
background-position: center;
width: 30px;
height: 30px;
}
.close-modal:hover {
cursor: pointer;
fill: #2196F3;
}
.close-modal-svg {
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
position: absolute;
top: 6px;
right: 5px;
}
.form-modal {
outline: 1px;
margin-left: auto;
margin-right: auto;
padding-right: 40px;
padding-left: 40px;
padding-top: 40px;
padding-bottom: 40px;
font-weight: normal;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: #757575;
}
.form-input:focus ~ .modal-svg {
fill: #2196F3;
}
.form-label + .form-input:focus {
border-color: #2196F3;
cursor: pointer;
}
.form-modal-title {
margin-bottom: 12px;
font-weight: bold;
font-size: 20px;
line-height: 23px;
text-align: center;
letter-spacing: 0.03em;
color: #212121;
}
.form-field {
position: relative;
outline: 1px;
margin-bottom: 10px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.form-field label {
margin-bottom: 4px;
font-weight: normal;
font-size: 12px;
line-height: 14px;
letter-spacing: 0.01em;
color: #757575;
}
.form-field input {
padding-left: 40px;
}
.form-field textarea {
padding-left: 16px;
padding-right: 16px;
padding-top: 12px;
padding-bottom: 12px;
font-size: 16px;
height: 120px;
}
.form-field textarea::-webkit-input-placeholder {
font-size: 12px;
color: rgba(117, 117, 117, 0.5);
font-weight: normal;
}
.form-field textarea:-ms-input-placeholder {
font-size: 12px;
color: rgba(117, 117, 117, 0.5);
font-weight: normal;
}
.form-field textarea::-ms-input-placeholder {
font-size: 12px;
color: rgba(117, 117, 117, 0.5);
font-weight: normal;
}
.form-field textarea::placeholder {
font-size: 12px;
color: rgba(117, 117, 117, 0.5);
font-weight: normal;
}
.form-input {
-webkit-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
outline: none;
position: relative;
margin: 0;
padding: 0;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
height: 40px;
}
.comment-input {
margin: 0;
padding: 0;
border: 1px solid rgba(33, 33, 33, 0.2);
border-radius: 4px;
}
.checkbox-field {
margin-top: 20px;
margin-bottom: 30px;
position: relative;
outline: 1px;
}
.checkbox-icon {
display: inline-block;
margin-right: 5px;
width: 16px;
height: 15px;
border: 2px solid black;
border-radius: 2px;
}
.checkbox-label {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.checkbox-label a {
margin-left: 2px;
text-decoration: none;
text-decoration: underline;
color: #2196F3;
}
.checkbox {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
outline: none;
}
.checkbox:checked + .checkbox-icon {
background-color: #2196F3;
border-color: #2196F3;
background-image: url(../svg/icon\check\no\color.svg);
background-size: contain;
background-origin: border-box;
}
.button-modal {
display: inline-block;
background: #2196F3;
padding: 0;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
letter-spacing: 0.06em;
color: #FFFFFF;
height: 50px;
min-width: 200px;
}
.button-modal:hover {
cursor: pointer;
}
.modal-svg {
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
position: absolute;
top: 30px;
margin-left: 10px;
fill: #212121;
vertical-align: middle;
}
.our-clients {
padding-top: 94px;
}
.clients {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 0px;
padding-bottom: 94px;
margin: 0px;
}
.clients-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 170px;
height: 90px;
border: 1px solid;
border-color: #AFB1B8;
border-radius: 4px;
-webkit-transition-property: border-color;
transition-property: border-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.clients-item a:hover, .clients-item a:hover svg, .clients-item a:focus, .clients-item a:focus svg {
border-color: #2196F3;
fill: #2196F3;
}
.clients-item {
margin-right: 30px;
}
.clients-item:last-child {
margin-right: 0;
}
.clients-icon {
fill: #AFB1B8;
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.profession {
text-align: center;
padding-bottom: 25px;
}
.our-team {
background: #FFFFFF;
font-weight: normal;
font-size: 16px;
line-height: 19px;
text-align: center;
padding-top: 94px;
padding-bottom: 90px;
}
.our-team-title {
margin-bottom: 50px;
padding-bottom: 0px;
}
.team-player {
letter-spacing: 0.03em;
font-weight: 500;
font-size: 16px;
line-height: 19px;
text-align: center;
padding-top: 30px;
}
.team-player-item {
background-color: #FFFFFF;
border-color: #212121;
width: 270px;
border-radius: 0px 0px 4px 4px;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.list .team-player-item + .team-player-item {
margin-left: 35px;
}
.team-player-photo {
padding: 0px;
}
.sosial-media-list {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 32px;
margin: 0px;
margin-bottom: 30px;
padding: 0px;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.sosial-media-list a:hover,
.sosial-media-list a:focus {
background-color: #2196F3;
fill: #FFFFFF;
}
.sosial-media-item a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
height: 44px;
width: 44px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
border-radius: 50%;
margin-right: 10px;
fill: #AFB1B8;
-webkit-transition-property: background-color;
transition-property: background-color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.media-icon {
width: 20px;
height: 20px;
margin-left: auto;
margin-right: auto;
-webkit-transition-property: fill;
transition-property: fill;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
p {
text-align: left;
font-weight: normal;
font-size: 14px;
line-height: 24px;
letter-spacing: 0.03em;
color: #757575;
margin: 0px;
}
.features {
padding-top: 94px;
padding-bottom: 94px;
}
.features-list {
font-weight: bold;
font-size: 14px;
line-height: 16px;
letter-spacing: 0.03em;
text-transform: uppercase;
color: #212121;
text-align: left;
padding-bottom: 10px;
}
.feature-item::before {
display: block;
content: "";
height: 120px;
background-repeat: no-repeat;
background-position: center;
background-color: #F5F4FA;
margin-bottom: 30px;
}
.antena::before {
content: "";
background-image: url(../svg/antenna.svg);
}
.clock::before {
content: "";
background-image: url(../svg/clock.svg);
}
.diagrama::before {
content: "";
background-image: url(../svg/diagram.svg);
}
.astronaut::before {
content: "";
background-image: url(../svg/astronaut.svg);
}
.list .feature-item + .feature-item {
margin-left: 40px;
}
.section-projects {
background-color: #FFFFFF;
padding-bottom: 94px;
padding-top: 94px;
}
.projects {
font-weight: normal;
font-size: 16px;
line-height: 30px;
text-align: center;
color: #757575;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 0px;
padding-left: 0px;
padding-top: 45px;
margin: 0px;
}
.projects a {
text-decoration: none;
}
.projects :nth-child(3n) {
margin-right: 0px;
}
.projects :nth-last-child(-n+3) {
margin-bottom: 0px;
}
.project-item {
width: 370px;
margin-right: 30px;
background: #FFFFFF;
border: 1px solid #EEEEEE;
margin-bottom: 70px;
}
.project-item:last-child {
margin-right: 0px;
}
.project-item:hover, .project-item:focus {
cursor: pointer;
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.2);
}
.project-item:hover .project-item-photo::before,
.project-item:focus .project-item-photo::before {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.project-item:hover .overlay,
.project-item:focus .overlay {
-webkit-transform: translateY(0);
transform: translateY(0);
}
.project-name {
font-weight: bold;
font-size: 18px;
line-height: 36px;
color: #212121;
text-align: left;
padding: 0px;
}
.project-tipe {
margin-top: 10px;
}
.description {
padding: 24px 20px 24px 20px;
}
.project-item-photo {
position: relative;
margin: 0px;
padding: 0px;
overflow: hidden;
}
.project-item-photo::before {
display: inline-block;
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(33, 150, 243, 0.9);
opacity: 0;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.project-item-photo:hover::before, .project-item-photo:focus::before {
opacity: 1;
content: "";
}
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
-webkit-transform: translateY(100%);
transform: translateY(100%);
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.project-item-description {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
opacity: 0;
width: 100%;
height: 100%;
font-weight: normal;
font-size: 18px;
line-height: 28px;
letter-spacing: 0.03em;
color: #FFFFFF;
}
.project-item:hover, .project-item:focus,
.project-item-description:hover {
opacity: 1;
}
.filter {
background-color: #FFFFFF;
display: block;
margin: 0px;
}
.filter .item {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.filter .list {
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.filter .item + .item {
margin-left: 5px;
}
.button {
background-color: #F5F4FA;
color: #212121;
font-weight: 500;
font-size: 16px;
line-height: 26px;
text-align: center;
letter-spacing: 0.03em;
text-decoration: none;
border: 0px;
border-radius: 4px;
padding-left: 22px;
padding-right: 22px;
padding-bottom: 8px;
padding-top: 8px;
cursor: pointer;
-webkit-transition-property: background-color, color;
transition-property: background-color, color;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.button:focus, .button:hover {
color: #FFFFFF;
background: #2196F3;
font-style: normal;
text-align: center;
}
footer {
background-color: #2F303A;
color: #FFFFFF;
border: 1px;
}
.footer {
width: 1200px;
}
.container-footer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
footer a {
text-decoration: none;
}
.footer-logo {
height: 31px;
width: 145px;
margin-top: 60px;
padding-bottom: 20px;
display: inline-block;
text-align: center;
margin-bottom: 20px;
}
.email-phone {
color: #757575;
font-size: 14px;
font-style: normal;
font-weight: normal;
line-height: 24px;
letter-spacing: 0.03em;
margin-top: 10px;
}
.city-adress {
color: #FFFFFF;
padding-bottom: 10px;
}
address {
font-style: normal;
padding-bottom: 60px;
display: inline-block;
min-width: 230px;
}
address p:last-child {
margin-top: 10px;
}
.join {
display: inline-block;
text-align: left;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
line-height: 16px;
padding-top: 72px;
margin-left: 70px;
width: 206px;
}
.media {
display: inline-block;
height: 44px;
width: 44px;
margin-right: 10px;
margin-top: 20px;
background-color: rgba(255, 255, 255, 0.1);
background-repeat: no-repeat;
background-position: center;
background-size: 20px;
border-radius: 50%;
}
.media:hover, .media:focus {
background-color: #2196F3;
-webkit-transition-duration: 250ms;
transition-duration: 250ms;
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.instagram {
background-image: url(../svg/instagram.svg);
}
.twiter {
background-image: url(../svg/twitter.svg);
}
.facebook {
background-image: url(../svg/facebook.svg);
}
.linkedin {
background-image: url(../svg/linkedin.svg);
}
.subscribe {
display: inline-block;
width: 100%;
margin-left: 93px;
text-transform: uppercase;
font-size: 14px;
font-weight: bold;
line-height: 16px;
padding-top: 72px;
}
.footer-subscribe {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
/* align-items: stretch; */
margin-top: 20px;
text-align: right;
}
.subscribe-button {
background: #2196F3;
padding: 0;
margin-left: 12px;
-webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
border-radius: 4px;
font-weight: bold;
font-size: 16px;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
text-align: center;
letter-spacing: 0.06em;
color: #FFFFFF;
height: 50px;
min-width: 200px;
}
.subscribe-button:hover, .subscribe-button:focus {
cursor: pointer;
}
.subscribe-button-svg {
fill: #FFFFFF;
vertical-align: middle;
}
.footer-subscribe input {
margin: 0;
padding: 10px;
border: 1px solid rgba(255, 255, 255, 0.3);
background-color: #2F303A;
-webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
border-radius: 4px;
width: 355px;
height: 50px;
color: #FFFFFF;
}
/*# sourceMappingURL=main.css.map */ | 0.419529 | 0.063802 |
body{background-color:#efecec;}
/* 身体 */
.login_container{padding-top:0.9rem;}
/* 用户登录 */
.sign_container{padding:0.2rem;}
.sign_ul{list-style: none;}
.sign_ul li{
background-color:#ffffff;
border-radius: 0.1rem;
border:1px solid #E5E5E5;
font-size:0;
height:0.8rem;
line-height: 0.8rem;
margin-bottom: 0.3rem;
}
.sign_ul li input{
width: 100%;
height:100%;
outline-color: chocolate;
border: none;
padding:0 0.7rem;
font-size:0.28rem;
color:#656970;
box-sizing: border-box;
background-color:transparent;
}
.sign_ul li input#username{
background-image: url('../images/user.png');
background-repeat:no-repeat;
background-size:0.48rem auto;
background-position:0.05rem center;
}
.sign_ul li input#password1{
background-image: url('../images/suo.png');
background-repeat:no-repeat;
background-size:0.48rem auto;
background-position:0.05rem center;
}
.sign_ljbtn{
height:0.88rem;
line-height: 0.88rem;
background-color:#EF4E3A;
color:#ffffff;
border-radius: 0.05rem;
text-align: center;
font-size:0.32rem;
margin-bottom:0.3rem;
text-decoration: none;
display: block;
-webkit-tap-highlight-color: transparent;
}
.registerBtn{
height:0.88rem;
line-height: 0.88rem;
background-color:#F0B840;
color:#ffffff;
border-radius: 0.05rem;
text-align: center;
font-size:0.32rem;
text-decoration: none;
display: block;
-webkit-tap-highlight-color: transparent;
}
.openid{padding:0.2rem;}
.separate{
font-size:0.28rem;
color:#999999;
text-align: center;
}
.separate::before{
content:'';
width:30%;
height:0.02rem;
background-color:#ddd;
display: inline-block;
vertical-align: middle;
margin-right:0.1rem;
}
.separate::after{
content:'';
margin-left:0.1rem;
width:30%;
height:0.02rem;
background-color:#ddd;
display: inline-block;
vertical-align: middle;
}
.ui-btns{
padding:0.2rem;
display: flex;
justify-content: space-around;
}
.btn_item{
text-decoration: none;
font-size:0.28rem;
color:#333333;
display: flex;
flex-direction: column;
-webkit-tap-highlight-color:transparent;
padding:0 0.2rem;
}
span{text-align: center;line-height: 0.6rem;}
.item_icon img{
width:1rem;
height:1rem;
vertical-align: middle;
border-radius: 50%;
} | Public/css/_login.css | body{background-color:#efecec;}
/* 身体 */
.login_container{padding-top:0.9rem;}
/* 用户登录 */
.sign_container{padding:0.2rem;}
.sign_ul{list-style: none;}
.sign_ul li{
background-color:#ffffff;
border-radius: 0.1rem;
border:1px solid #E5E5E5;
font-size:0;
height:0.8rem;
line-height: 0.8rem;
margin-bottom: 0.3rem;
}
.sign_ul li input{
width: 100%;
height:100%;
outline-color: chocolate;
border: none;
padding:0 0.7rem;
font-size:0.28rem;
color:#656970;
box-sizing: border-box;
background-color:transparent;
}
.sign_ul li input#username{
background-image: url('../images/user.png');
background-repeat:no-repeat;
background-size:0.48rem auto;
background-position:0.05rem center;
}
.sign_ul li input#password1{
background-image: url('../images/suo.png');
background-repeat:no-repeat;
background-size:0.48rem auto;
background-position:0.05rem center;
}
.sign_ljbtn{
height:0.88rem;
line-height: 0.88rem;
background-color:#EF4E3A;
color:#ffffff;
border-radius: 0.05rem;
text-align: center;
font-size:0.32rem;
margin-bottom:0.3rem;
text-decoration: none;
display: block;
-webkit-tap-highlight-color: transparent;
}
.registerBtn{
height:0.88rem;
line-height: 0.88rem;
background-color:#F0B840;
color:#ffffff;
border-radius: 0.05rem;
text-align: center;
font-size:0.32rem;
text-decoration: none;
display: block;
-webkit-tap-highlight-color: transparent;
}
.openid{padding:0.2rem;}
.separate{
font-size:0.28rem;
color:#999999;
text-align: center;
}
.separate::before{
content:'';
width:30%;
height:0.02rem;
background-color:#ddd;
display: inline-block;
vertical-align: middle;
margin-right:0.1rem;
}
.separate::after{
content:'';
margin-left:0.1rem;
width:30%;
height:0.02rem;
background-color:#ddd;
display: inline-block;
vertical-align: middle;
}
.ui-btns{
padding:0.2rem;
display: flex;
justify-content: space-around;
}
.btn_item{
text-decoration: none;
font-size:0.28rem;
color:#333333;
display: flex;
flex-direction: column;
-webkit-tap-highlight-color:transparent;
padding:0 0.2rem;
}
span{text-align: center;line-height: 0.6rem;}
.item_icon img{
width:1rem;
height:1rem;
vertical-align: middle;
border-radius: 50%;
} | 0.226784 | 0.050284 |
html {
font-family: sans-serif;
background: lightgray;
padding: 1rem;
}
body {
max-width: 960px;
word-wrap: break-word;
text-overflow: clip;
margin: 0 auto;
background: white;
}
h1 {
color: #002856; /* uc merced colors */
margin: 1rem 0;
}
a {
color: #002856;
text-decoration: none;
}
nav {
background: #002856;
display: flex;
align-items: center;
padding: 12px;
color: white;
}
nav h1 {
flex: auto;
margin: 0;
/* color: white; */
}
nav a {
text-decoration: none;
/* padding: 0.25rem 0.5rem; */
padding-left: 0.25rem;
color: white;
}
nav ul {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
}
nav ul li a,
nav ul li span,
header .action {
display: block;
padding: 0.5rem;
}
.content {
padding: 0 1rem 1rem;
}
.content > header {
border-bottom: 1px solid lightgray;
/* color: #002856; */
display: flex;
align-items: flex-end;
}
.content > header h1 {
/* color: #002856; */
flex: auto;
margin: 1rem 0 0.25rem 0;
}
.flash {
margin: 1em 0;
padding: 1em;
background: #cae6f6;
border: 1px solid #377ba8;
}
.post > header {
display: flex;
align-items: flex-end;
font-size: 0.85em;
}
.post > header > div:first-of-type {
flex: auto;
}
.post > header h1 {
color: #002856;
font-size: 1.5em;
margin-bottom: 0;
}
.post .about {
color: slategray;
font-style: italic;
}
.post .body {
white-space: pre-line;
word-wrap: break-word;
}
.content:last-child {
margin-bottom: 0;
}
.content form {
margin: 1em 0;
display: flex;
flex-direction: column;
}
.content label {
font-weight: bold;
margin-bottom: 0.5em;
}
.content input,
.content textarea {
margin-bottom: 1em;
}
.content textarea {
min-height: 12em;
resize: vertical;
}
input.danger {
color: #f18a00;
}
input[type="submit"] {
align-self: start;
min-width: 10em;
}
.column {
float: left;
flex: 50%;
}
.row {
display: flex;
}
.row:after {
content: "";
display: table;
clear: both;
}
.truncated {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} | bobchat/static/style.css | html {
font-family: sans-serif;
background: lightgray;
padding: 1rem;
}
body {
max-width: 960px;
word-wrap: break-word;
text-overflow: clip;
margin: 0 auto;
background: white;
}
h1 {
color: #002856; /* uc merced colors */
margin: 1rem 0;
}
a {
color: #002856;
text-decoration: none;
}
nav {
background: #002856;
display: flex;
align-items: center;
padding: 12px;
color: white;
}
nav h1 {
flex: auto;
margin: 0;
/* color: white; */
}
nav a {
text-decoration: none;
/* padding: 0.25rem 0.5rem; */
padding-left: 0.25rem;
color: white;
}
nav ul {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
}
nav ul li a,
nav ul li span,
header .action {
display: block;
padding: 0.5rem;
}
.content {
padding: 0 1rem 1rem;
}
.content > header {
border-bottom: 1px solid lightgray;
/* color: #002856; */
display: flex;
align-items: flex-end;
}
.content > header h1 {
/* color: #002856; */
flex: auto;
margin: 1rem 0 0.25rem 0;
}
.flash {
margin: 1em 0;
padding: 1em;
background: #cae6f6;
border: 1px solid #377ba8;
}
.post > header {
display: flex;
align-items: flex-end;
font-size: 0.85em;
}
.post > header > div:first-of-type {
flex: auto;
}
.post > header h1 {
color: #002856;
font-size: 1.5em;
margin-bottom: 0;
}
.post .about {
color: slategray;
font-style: italic;
}
.post .body {
white-space: pre-line;
word-wrap: break-word;
}
.content:last-child {
margin-bottom: 0;
}
.content form {
margin: 1em 0;
display: flex;
flex-direction: column;
}
.content label {
font-weight: bold;
margin-bottom: 0.5em;
}
.content input,
.content textarea {
margin-bottom: 1em;
}
.content textarea {
min-height: 12em;
resize: vertical;
}
input.danger {
color: #f18a00;
}
input[type="submit"] {
align-self: start;
min-width: 10em;
}
.column {
float: left;
flex: 50%;
}
.row {
display: flex;
}
.row:after {
content: "";
display: table;
clear: both;
}
.truncated {
flex: 1;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
} | 0.441914 | 0.061621 |
body {
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
color: black;
background-color: white;
}
h1 {
font-size: 150%;
margin: 0;
float: left;
}
h2 {
font-size: 125%;
}
h3 {
font-size: 105%;
}
a:link, a:visited {
color: #004080;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
thead th a:link, thead th a:visited {
color: white;
}
a img {
border: none;
}
table {
border-width: 0px;
border-collapse: collapse;
}
pre {
padding: 4px;
background-color: #eee;
border: solid 1px #ccc;
}
code {
white-space: pre-wrap;
}
/* Semantic sections */
#header {
padding: 5px 0;
border-bottom: 1px solid #555;
}
#projects, #revjump {
float: right;
}
#revjump, #error {
clear: both;
}
#pathlinks {
clear: left;
padding-top: 5px;
}
#nav {
margin: 10px 0;
}
#content {
margin: 10px;
}
#content table {
border: 1px solid #555;
margin: 10px 0;
}
#content th, #content td {
padding: 0 3px;
}
#content thead th {
border: 1px solid #555;
font-weight: bold;
color: white;
background-color: #809cc8;
padding: 1px 4px 2px 1px;
}
.row0, .row1 {
border-width: 0px;
}
.row0 img, .row1 img {
padding: 0px;
margin: 0px;
vertical-align: middle;
}
.row0 {
background-color: #f0f0f0;
}
.row1 {
background-color: #e0e0e0;
}
tr.row0 th, tr.row1 th, #content td {
font-weight: normal;
text-align: left;
vertical-align: top;
border-right: 1px solid #555;
}
tr.row0 th {
background-color: #e0e0ff
}
tr.row1 th {
background-color: #d0d0ee;
}
th.row1 {
background-color: #d0d0ee;
border-right: 1px solid #555;
}
div.clearer {
clear: both;
height: 0;
}
#footer {
padding: 3px;
text-align: center;
font-size: 80%;
font-weight: bold;
background-color: #e5e9fe;
border: solid #555;
border-width: 1px 0;
}
div#error, div#warning {
font-weight: bold;
display: table;
padding: 5px;
margin: 10px auto;
border: 1px solid;
}
div#error {
border-color: #b2595a;
background-color: #ffe2e2;
}
div#warning {
border-color: #b2ac00;
background-color: #ffd;
}
/* @end */
/* @group blame.tmpl */
#blame #content table {
width: 100%;
}
#blame #content table tbody th {
font-weight: normal;
text-align: right;
}
#blame #content table tbody .light th {
border-right: black 1px solid;
background-color: #e0e0ff;
}
#blame #content table tbody .dark th {
border-right: black 1px solid;
background-color: #d0d0ee;
}
div.blame-popup {
position: absolute;
text-align: left;
background-color: white;
border: solid 2px #809cc8;
padding: 5px;
max-width: 600px;
}
div.blame-popup .date {
font-weight: bold;
}
/* @end */
/* @group compare.tmpl */
#compare #params, #params td {
border-width: 0;
}
#compare #params td {
vertical-align: middle;
}
#compare .comparison {
width: 100%;
margin: 20px 0 10px;
}
#compare .comparison tbody th {
text-align: center;
font-weight: bold;
border: 1px solid #555;
}
#compare .comparison td {
font-family: monospace;
font-size: 90%;
white-space: pre-wrap;
}
/* Whitespace hacks for IE 4-7 */
* html #compare .comparison td {
white-space: pre;
}
*:first-child+html #compare .comparison td {
white-space: pre;
}
/* @end */
/* @group diff.tmpl */
#diff td {
font-size: 90%;
}
#diff td.lineno {
text-align: right;
vertical-align: top;
}
td.diffdeleted {
background-color: #ff8888;
}
td.diffchanged {
background-color: #ffff88;
}
td.diffchanged ins {
background-color: #88ff88;
text-decoration: none;
}
td.diffchanged del {
background-color: #ff8888;
text-decoration: none;
}
td.diffadded {
background-color: #88ff88;
}
td.diff {
background-color: #f0f0f0;
}
div.newpath {
padding: 10px;
background-color: #d0d0ee;
}
div.difflines {
}
#diff th.row1 {
border: solid 1px #555;
}
/* @end */
/* @group directory.tmpl */
#directory table#listing tbody tr {
height: 22px;
}
#directory td.age, #directory td.date, #directory td.rev {
border-right-width: 0;
}
img.icon {
vertical-align: middle;
}
/* @end */
/* @group file.tmpl */
#file #listing {
font-size: 90%;
border: 1px solid #999;
padding: 5px;
background-color: #f0f0f0;
}
/* @end */
/* @group index.tmpl */
#index #content table {
margin: 0 auto;
}
#index #content th {
padding: 4px;
}
#index #content td {
padding: 0px;
vertical-align: middle;
padding-right: 6px;
border-width: 0;
text-align: right;
}
#index #content td.project {
text-align: left;
}
#index #content td a {
background: url(images/repo.png) no-repeat 3px 3px;
width: 100%;
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
#index #content td a, #index #content td.group, #index #content tbody th {
padding-left: 32px;
text-align: left;
}
#index #content tbody th {
background-color: #D0D0D0;
text-decoration: underline;
}
.groupname {
font-weight: bold;
padding-left: 0px;
text-indent: 4px;
margin: 3px 0 3px 0;
}
.switchcontent {
margin: 3px 0 0 20px;
}
/* @end */
/* @group log.tmpl */
#logpagelinks > * {
padding: 0 3px;
}
#content td.changes table {
margin: 0;
}
#content td.changes * {
border-width: 0;
}
/* @end */
/* @group revision.tmpl */
#revision del {
color: #555;
text-decoration: none;
}
#revision a.notinpath {
color: #8d0208;
}
/* @end */ | websvn/templates/BlueGrey/styles.css |
body {
margin: 0;
font-family: Verdana, Helvetica, Arial, sans-serif;
font-size: 10pt;
color: black;
background-color: white;
}
h1 {
font-size: 150%;
margin: 0;
float: left;
}
h2 {
font-size: 125%;
}
h3 {
font-size: 105%;
}
a:link, a:visited {
color: #004080;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
thead th a:link, thead th a:visited {
color: white;
}
a img {
border: none;
}
table {
border-width: 0px;
border-collapse: collapse;
}
pre {
padding: 4px;
background-color: #eee;
border: solid 1px #ccc;
}
code {
white-space: pre-wrap;
}
/* Semantic sections */
#header {
padding: 5px 0;
border-bottom: 1px solid #555;
}
#projects, #revjump {
float: right;
}
#revjump, #error {
clear: both;
}
#pathlinks {
clear: left;
padding-top: 5px;
}
#nav {
margin: 10px 0;
}
#content {
margin: 10px;
}
#content table {
border: 1px solid #555;
margin: 10px 0;
}
#content th, #content td {
padding: 0 3px;
}
#content thead th {
border: 1px solid #555;
font-weight: bold;
color: white;
background-color: #809cc8;
padding: 1px 4px 2px 1px;
}
.row0, .row1 {
border-width: 0px;
}
.row0 img, .row1 img {
padding: 0px;
margin: 0px;
vertical-align: middle;
}
.row0 {
background-color: #f0f0f0;
}
.row1 {
background-color: #e0e0e0;
}
tr.row0 th, tr.row1 th, #content td {
font-weight: normal;
text-align: left;
vertical-align: top;
border-right: 1px solid #555;
}
tr.row0 th {
background-color: #e0e0ff
}
tr.row1 th {
background-color: #d0d0ee;
}
th.row1 {
background-color: #d0d0ee;
border-right: 1px solid #555;
}
div.clearer {
clear: both;
height: 0;
}
#footer {
padding: 3px;
text-align: center;
font-size: 80%;
font-weight: bold;
background-color: #e5e9fe;
border: solid #555;
border-width: 1px 0;
}
div#error, div#warning {
font-weight: bold;
display: table;
padding: 5px;
margin: 10px auto;
border: 1px solid;
}
div#error {
border-color: #b2595a;
background-color: #ffe2e2;
}
div#warning {
border-color: #b2ac00;
background-color: #ffd;
}
/* @end */
/* @group blame.tmpl */
#blame #content table {
width: 100%;
}
#blame #content table tbody th {
font-weight: normal;
text-align: right;
}
#blame #content table tbody .light th {
border-right: black 1px solid;
background-color: #e0e0ff;
}
#blame #content table tbody .dark th {
border-right: black 1px solid;
background-color: #d0d0ee;
}
div.blame-popup {
position: absolute;
text-align: left;
background-color: white;
border: solid 2px #809cc8;
padding: 5px;
max-width: 600px;
}
div.blame-popup .date {
font-weight: bold;
}
/* @end */
/* @group compare.tmpl */
#compare #params, #params td {
border-width: 0;
}
#compare #params td {
vertical-align: middle;
}
#compare .comparison {
width: 100%;
margin: 20px 0 10px;
}
#compare .comparison tbody th {
text-align: center;
font-weight: bold;
border: 1px solid #555;
}
#compare .comparison td {
font-family: monospace;
font-size: 90%;
white-space: pre-wrap;
}
/* Whitespace hacks for IE 4-7 */
* html #compare .comparison td {
white-space: pre;
}
*:first-child+html #compare .comparison td {
white-space: pre;
}
/* @end */
/* @group diff.tmpl */
#diff td {
font-size: 90%;
}
#diff td.lineno {
text-align: right;
vertical-align: top;
}
td.diffdeleted {
background-color: #ff8888;
}
td.diffchanged {
background-color: #ffff88;
}
td.diffchanged ins {
background-color: #88ff88;
text-decoration: none;
}
td.diffchanged del {
background-color: #ff8888;
text-decoration: none;
}
td.diffadded {
background-color: #88ff88;
}
td.diff {
background-color: #f0f0f0;
}
div.newpath {
padding: 10px;
background-color: #d0d0ee;
}
div.difflines {
}
#diff th.row1 {
border: solid 1px #555;
}
/* @end */
/* @group directory.tmpl */
#directory table#listing tbody tr {
height: 22px;
}
#directory td.age, #directory td.date, #directory td.rev {
border-right-width: 0;
}
img.icon {
vertical-align: middle;
}
/* @end */
/* @group file.tmpl */
#file #listing {
font-size: 90%;
border: 1px solid #999;
padding: 5px;
background-color: #f0f0f0;
}
/* @end */
/* @group index.tmpl */
#index #content table {
margin: 0 auto;
}
#index #content th {
padding: 4px;
}
#index #content td {
padding: 0px;
vertical-align: middle;
padding-right: 6px;
border-width: 0;
text-align: right;
}
#index #content td.project {
text-align: left;
}
#index #content td a {
background: url(images/repo.png) no-repeat 3px 3px;
width: 100%;
display: block;
padding-top: 6px;
padding-bottom: 6px;
}
#index #content td a, #index #content td.group, #index #content tbody th {
padding-left: 32px;
text-align: left;
}
#index #content tbody th {
background-color: #D0D0D0;
text-decoration: underline;
}
.groupname {
font-weight: bold;
padding-left: 0px;
text-indent: 4px;
margin: 3px 0 3px 0;
}
.switchcontent {
margin: 3px 0 0 20px;
}
/* @end */
/* @group log.tmpl */
#logpagelinks > * {
padding: 0 3px;
}
#content td.changes table {
margin: 0;
}
#content td.changes * {
border-width: 0;
}
/* @end */
/* @group revision.tmpl */
#revision del {
color: #555;
text-decoration: none;
}
#revision a.notinpath {
color: #8d0208;
}
/* @end */ | 0.287868 | 0.091748 |
* {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
@font-face {
font-family: 'iconfont';
src: url('../img/iconfont/iconfont.eot');
src: url('../img/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../img/iconfont/iconfont.woff') format('woff'), url('../img/iconfont/iconfont.ttf') format('truetype'), url('../img/iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.wrapper {
width: 100%;
height: 100%;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.wrapper .singer-pic {
width: 50vw;
height: 50vw;
margin: 0 auto;
position: relative;
top: 13vh;
}
.wrapper .singer-pic img {
width: 100%;
height: 100%;
}
.wrapper .info {
position: relative;
top: 45vw;
text-align: center;
color: #fff;
}
.wrapper .info .song {
padding: 10px;
}
.wrapper .info p {
padding: 3px;
}
.wrapper .control {
width: 90%;
margin: 0 auto;
position: relative;
top: 60vw;
display: flex;
align-items: center;
}
.wrapper .control div {
display: inline-block;
color: #fff;
}
.wrapper .control .time {
padding: 0 5px;
}
.wrapper .control .progress-bar {
flex: 1;
height: 10px;
overflow: hidden;
position: relative;
}
.wrapper .control .progress-bar .pro-bottom {
height: 3px;
width: 100%;
background-color: rgba(200, 200, 200, 0.3);
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.wrapper .control .progress-bar .pro-top {
height: 3px;
width: 100%;
background-color: #ddd;
position: absolute;
top: 50%;
transform: translate(-100%, -50%);
}
.wrapper .control .progress-bar .pro-btn {
height: 8px;
width: 8px;
border-radius: 50%;
background-color: #fff;
position: absolute;
top: 50%;
transform: translate(0px, -50%);
}
.wrapper .control-btn {
height: 10vh;
width: 100vw;
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
bottom: 0;
display: flex;
font-size: 16px;
}
.wrapper .control-btn div {
flex: 1;
color: #fff;
text-align: center;
}
.wrapper .control-btn div i {
line-height: 10vh;
}
.wrapper .control-btn .unlike .n {
display: inline;
}
.wrapper .control-btn .unlike .y {
display: none;
}
.wrapper .control-btn .like .n {
display: none;
}
.wrapper .control-btn .like .y {
display: inline;
}
.wrapper .control-btn .play .y {
display: inline;
}
.wrapper .control-btn .play .n {
display: none;
}
.wrapper .control-btn .pause .y {
display: none;
}
.wrapper .control-btn .pause .n {
display: inline;
}
.wrapper .song-list-bg {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(50, 50, 50, 0.3);
display: none;
}
.wrapper .song-list {
width: 100%;
height: 60%;
position: absolute;
bottom: 0;
display: none;
}
.wrapper .song-list .top {
width: 100%;
height: 15%;
padding: 15px;
box-sizing: border-box;
position: relative;
border-bottom: 1px solid #888;
text-align: center;
line-height: 30px;
font-size: 18px;
color: #fff;
background-color: rgba(20, 20, 20, 0.9);
}
.wrapper .song-list .top .len {
color: #888;
}
.wrapper .song-list .list-content {
height: 85%;
overflow: hidden;
background-color: rgba(20, 20, 20, 0.9);
}
.wrapper .song-list .list-content ul {
width: 100%;
position: relative;
top: 0;
}
.wrapper .song-list .list-content ul li {
margin: 0 15px;
border-bottom: 1px solid #888;
display: block;
padding: 15px;
}
.wrapper .song-list .list-content ul li .song {
font-size: 18px;
vertical-align: middle;
color: #fff;
}
.wrapper .song-list .list-content ul li .singer {
vertical-align: middle;
color: #888;
}
.wrapper .song-list .list-content ul li.active .song {
color: #0e910e;
}
.wrapper .song-list .list-content ul li.active .singer {
color: #0e910e;
} | dist/css/index.css | * {
margin: 0;
padding: 0;
}
html,
body {
width: 100%;
height: 100%;
}
@font-face {
font-family: 'iconfont';
src: url('../img/iconfont/iconfont.eot');
src: url('../img/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('../img/iconfont/iconfont.woff') format('woff'), url('../img/iconfont/iconfont.ttf') format('truetype'), url('../img/iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
font-family: "iconfont" !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
}
.wrapper {
width: 100%;
height: 100%;
position: relative;
background-position: center;
background-repeat: no-repeat;
background-size: 100% 100%;
}
.wrapper .singer-pic {
width: 50vw;
height: 50vw;
margin: 0 auto;
position: relative;
top: 13vh;
}
.wrapper .singer-pic img {
width: 100%;
height: 100%;
}
.wrapper .info {
position: relative;
top: 45vw;
text-align: center;
color: #fff;
}
.wrapper .info .song {
padding: 10px;
}
.wrapper .info p {
padding: 3px;
}
.wrapper .control {
width: 90%;
margin: 0 auto;
position: relative;
top: 60vw;
display: flex;
align-items: center;
}
.wrapper .control div {
display: inline-block;
color: #fff;
}
.wrapper .control .time {
padding: 0 5px;
}
.wrapper .control .progress-bar {
flex: 1;
height: 10px;
overflow: hidden;
position: relative;
}
.wrapper .control .progress-bar .pro-bottom {
height: 3px;
width: 100%;
background-color: rgba(200, 200, 200, 0.3);
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.wrapper .control .progress-bar .pro-top {
height: 3px;
width: 100%;
background-color: #ddd;
position: absolute;
top: 50%;
transform: translate(-100%, -50%);
}
.wrapper .control .progress-bar .pro-btn {
height: 8px;
width: 8px;
border-radius: 50%;
background-color: #fff;
position: absolute;
top: 50%;
transform: translate(0px, -50%);
}
.wrapper .control-btn {
height: 10vh;
width: 100vw;
background-color: rgba(0, 0, 0, 0.8);
position: absolute;
bottom: 0;
display: flex;
font-size: 16px;
}
.wrapper .control-btn div {
flex: 1;
color: #fff;
text-align: center;
}
.wrapper .control-btn div i {
line-height: 10vh;
}
.wrapper .control-btn .unlike .n {
display: inline;
}
.wrapper .control-btn .unlike .y {
display: none;
}
.wrapper .control-btn .like .n {
display: none;
}
.wrapper .control-btn .like .y {
display: inline;
}
.wrapper .control-btn .play .y {
display: inline;
}
.wrapper .control-btn .play .n {
display: none;
}
.wrapper .control-btn .pause .y {
display: none;
}
.wrapper .control-btn .pause .n {
display: inline;
}
.wrapper .song-list-bg {
position: absolute;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(50, 50, 50, 0.3);
display: none;
}
.wrapper .song-list {
width: 100%;
height: 60%;
position: absolute;
bottom: 0;
display: none;
}
.wrapper .song-list .top {
width: 100%;
height: 15%;
padding: 15px;
box-sizing: border-box;
position: relative;
border-bottom: 1px solid #888;
text-align: center;
line-height: 30px;
font-size: 18px;
color: #fff;
background-color: rgba(20, 20, 20, 0.9);
}
.wrapper .song-list .top .len {
color: #888;
}
.wrapper .song-list .list-content {
height: 85%;
overflow: hidden;
background-color: rgba(20, 20, 20, 0.9);
}
.wrapper .song-list .list-content ul {
width: 100%;
position: relative;
top: 0;
}
.wrapper .song-list .list-content ul li {
margin: 0 15px;
border-bottom: 1px solid #888;
display: block;
padding: 15px;
}
.wrapper .song-list .list-content ul li .song {
font-size: 18px;
vertical-align: middle;
color: #fff;
}
.wrapper .song-list .list-content ul li .singer {
vertical-align: middle;
color: #888;
}
.wrapper .song-list .list-content ul li.active .song {
color: #0e910e;
}
.wrapper .song-list .list-content ul li.active .singer {
color: #0e910e;
} | 0.343232 | 0.046616 |
.page {
margin: 0 auto;
max-width: 960px;
}
.headerContainer {
width: 220px;
height: 100vh;
position: fixed;
display: flex;
align-items: center;
padding-left: 50px;
text-align: center;
}
.headerContainer ul {
margin-left: 0;
}
.image {
border-radius: 500px;
width: 125px;
margin-bottom: 1rem;
}
a, button {
color: inherit;
text-decoration: none;
background: none;
border: none;
}
a:hover, button:hover {
color: gray;
cursor: pointer;
}
a:active, button:active {
color: darkgray;
}
li a, p a {
text-decoration: underline;
}
.headerContainer nav ul {
margin-bottom: 0;
}
.headerContainer nav ul li {
color: inherit;
list-style: none;
}
.headerContainer nav ul li a {
text-decoration: none;
}
.headerContainer nav ul li:last-child {
margin-bottom: 0px;
}
.message {
width: 500px;
}
.message h1 {
text-align: center;
}
main {
min-height: 100vh;
margin-left: 220px;
padding: 50px;
display: flex;
align-items: center;
justify-content: center;
}
article {
margin-bottom: 50px;
}
article:after {
display: block;
text-align: center;
font-size: 2rem;
content: "\270C\FE0F"
}
pre {
background-color: #ddd;
padding: 20px;
}
@media (max-width:959px) {
html {
font-size: 100%;
min-width: 360px;
}
.headerContainer {
width: 100%;
position: static;
height: auto;
justify-content: center;
padding: 0;
margin-top: 1rem;
}
.headerContainer header {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
.headerContainer header h1 {
margin-bottom: .45rem;
font-size: 1.45rem;
}
.headerContainer header li {
display: inline-block;
margin: 0;
}
.image {
width: 75px;
height: 75px;
margin-bottom: 0;
margin-right: 1rem
}
main {
margin-left: 0;
padding: 2rem;
align-items: start;
}
.message {
width: 80%;
max-width: 500px;
}
h2, h3, h4, h5, h6 {
text-align: center;
}
} | src/components/Layout/index.module.css | .page {
margin: 0 auto;
max-width: 960px;
}
.headerContainer {
width: 220px;
height: 100vh;
position: fixed;
display: flex;
align-items: center;
padding-left: 50px;
text-align: center;
}
.headerContainer ul {
margin-left: 0;
}
.image {
border-radius: 500px;
width: 125px;
margin-bottom: 1rem;
}
a, button {
color: inherit;
text-decoration: none;
background: none;
border: none;
}
a:hover, button:hover {
color: gray;
cursor: pointer;
}
a:active, button:active {
color: darkgray;
}
li a, p a {
text-decoration: underline;
}
.headerContainer nav ul {
margin-bottom: 0;
}
.headerContainer nav ul li {
color: inherit;
list-style: none;
}
.headerContainer nav ul li a {
text-decoration: none;
}
.headerContainer nav ul li:last-child {
margin-bottom: 0px;
}
.message {
width: 500px;
}
.message h1 {
text-align: center;
}
main {
min-height: 100vh;
margin-left: 220px;
padding: 50px;
display: flex;
align-items: center;
justify-content: center;
}
article {
margin-bottom: 50px;
}
article:after {
display: block;
text-align: center;
font-size: 2rem;
content: "\270C\FE0F"
}
pre {
background-color: #ddd;
padding: 20px;
}
@media (max-width:959px) {
html {
font-size: 100%;
min-width: 360px;
}
.headerContainer {
width: 100%;
position: static;
height: auto;
justify-content: center;
padding: 0;
margin-top: 1rem;
}
.headerContainer header {
display: flex;
justify-content: center;
align-items: center;
padding: 10px;
}
.headerContainer header h1 {
margin-bottom: .45rem;
font-size: 1.45rem;
}
.headerContainer header li {
display: inline-block;
margin: 0;
}
.image {
width: 75px;
height: 75px;
margin-bottom: 0;
margin-right: 1rem
}
main {
margin-left: 0;
padding: 2rem;
align-items: start;
}
.message {
width: 80%;
max-width: 500px;
}
h2, h3, h4, h5, h6 {
text-align: center;
}
} | 0.62223 | 0.083068 |
body{
margin: 0;
padding: 0;
background-color: #674BB1;
background-image: url("./images/bg-desktop.svg");
background-repeat: no-repeat;
background-size: contain;
background-position: 25px;
height: 100vh;
font-family: sans-serif
}
.Header{
width: 100%;
height: 10px;
}
.Header img{
margin-top: 3%;
margin-left: 7%;
}
.Contenido{
display: flex;
margin-top: 200px;
}
.Contenido__left{
flex-wrap: wrap;
width: 130%;
margin-left: 5%;
}
.Contenido__left img{
margin-left: 5%;
margin-top: 1%;
width: 85%;
}
.Contenido__rigth{
margin-top: 40px;
font-size: 30px;
color: aliceblue;
}
.Contenido__rigth p{
font-size: .9em;
color: #F7E6FF
}
.btn{
height: 60px;
width: 200px;
border-radius: 55px;
color: #674BB1;
box-shadow: 2px 2px 5px rgb(7, 7, 7, 0.5);
border: none;
}
.footer{
text-align: right;
font-size: 60px;
color: #F7E6FF;
margin-right: 50px;
}
.footer__container img{
border-radius: 25px;
}
.btn:hover{
cursor: pointer;
background-color: antiquewhite;
}
.footer__container img:hover{
cursor: pointer;
background-color: black;
border-radius: 25px;
color: black;
}
@media screen and (max-width: 1023px){
.Contenido{
flex-wrap: wrap;
}
.Header img{
margin-top: 8%;
width: 35%;
}
body{
background-image: url("./images/bg-mobile.svg");
background-size: 110%;
background-position: -5px;
background-position-y: 5px;
}
.Contenido__left img{
margin-top: 15%;
width: 95%;
}
.Contenido__rigth{
margin-top: 140px;
}
.Contenido__rigth h1{
text-align: center;
font-size: 2.5em;
margin-right: 50px;
margin-left: 50px;
}
.Contenido__rigth p{
text-align: center;
font-size: 2em;
margin-right: 60px;
margin-left: 60px;
}
.btn{
height: 100px;
width: 55%;
margin-left: 25%;
font-size: 50px;
border-radius: 55px;
}
.footer__container{
margin-top: 250px;
margin-right: 30%;
}
.footer__container img{
width: 100px;
}
}
@media screen and (max-width: 477px){
.Header img{
width: 50%;
}
.Contenido{
margin: 0;
}
.Contenido__left img{
margin-top: 100px;
width: 105%;
}
.Contenido__rigth{
margin-top: 20px;
}
.Contenido__rigth h1{
text-align: center;
font-size: .7em;
margin-right: 50px;
margin-left: 50px;
}
.Contenido__rigth p{
text-align: center;
font-size: .4em;
margin-right: 60px;
margin-left: 60px;
}
.btn{
height: 35px;
width: 30%;
margin-left: 35%;
font-size: 20px;
}
.footer__container{
margin-top: 50px;
margin-right: 10%;
}
.footer__container img{
width: 50px;
}
} | style.css | body{
margin: 0;
padding: 0;
background-color: #674BB1;
background-image: url("./images/bg-desktop.svg");
background-repeat: no-repeat;
background-size: contain;
background-position: 25px;
height: 100vh;
font-family: sans-serif
}
.Header{
width: 100%;
height: 10px;
}
.Header img{
margin-top: 3%;
margin-left: 7%;
}
.Contenido{
display: flex;
margin-top: 200px;
}
.Contenido__left{
flex-wrap: wrap;
width: 130%;
margin-left: 5%;
}
.Contenido__left img{
margin-left: 5%;
margin-top: 1%;
width: 85%;
}
.Contenido__rigth{
margin-top: 40px;
font-size: 30px;
color: aliceblue;
}
.Contenido__rigth p{
font-size: .9em;
color: #F7E6FF
}
.btn{
height: 60px;
width: 200px;
border-radius: 55px;
color: #674BB1;
box-shadow: 2px 2px 5px rgb(7, 7, 7, 0.5);
border: none;
}
.footer{
text-align: right;
font-size: 60px;
color: #F7E6FF;
margin-right: 50px;
}
.footer__container img{
border-radius: 25px;
}
.btn:hover{
cursor: pointer;
background-color: antiquewhite;
}
.footer__container img:hover{
cursor: pointer;
background-color: black;
border-radius: 25px;
color: black;
}
@media screen and (max-width: 1023px){
.Contenido{
flex-wrap: wrap;
}
.Header img{
margin-top: 8%;
width: 35%;
}
body{
background-image: url("./images/bg-mobile.svg");
background-size: 110%;
background-position: -5px;
background-position-y: 5px;
}
.Contenido__left img{
margin-top: 15%;
width: 95%;
}
.Contenido__rigth{
margin-top: 140px;
}
.Contenido__rigth h1{
text-align: center;
font-size: 2.5em;
margin-right: 50px;
margin-left: 50px;
}
.Contenido__rigth p{
text-align: center;
font-size: 2em;
margin-right: 60px;
margin-left: 60px;
}
.btn{
height: 100px;
width: 55%;
margin-left: 25%;
font-size: 50px;
border-radius: 55px;
}
.footer__container{
margin-top: 250px;
margin-right: 30%;
}
.footer__container img{
width: 100px;
}
}
@media screen and (max-width: 477px){
.Header img{
width: 50%;
}
.Contenido{
margin: 0;
}
.Contenido__left img{
margin-top: 100px;
width: 105%;
}
.Contenido__rigth{
margin-top: 20px;
}
.Contenido__rigth h1{
text-align: center;
font-size: .7em;
margin-right: 50px;
margin-left: 50px;
}
.Contenido__rigth p{
text-align: center;
font-size: .4em;
margin-right: 60px;
margin-left: 60px;
}
.btn{
height: 35px;
width: 30%;
margin-left: 35%;
font-size: 20px;
}
.footer__container{
margin-top: 50px;
margin-right: 10%;
}
.footer__container img{
width: 50px;
}
} | 0.37319 | 0.061537 |
@charset "utf-8";
/* CSS Document */
.onepage {
min-height:800px;
}
.container-fluid {
padding : 0px;
}
#gp_nursery {
background:#fff;
color:#000;
}
#gp_routes_tasks {
background:#ffffff;
color:#000;
}
#gp_expense_visits {
background:#000;
color:#fff;
}
#gp_watermen {
background:#fff;
color:#000;
}
#gp_events {
background:#ffffff;
color:#000;
}
.grey {
background:black;
}
#gp_mustards {
color:#7c7c7c;
}
#gp_mustards h2{
color:#fff;
}
.white {
background:white;
}
.onepage .container {
position: relative;
/*width: 960px;*/
margin: 0 auto;
padding: 0;
}
.onepage .container h2 {
font-family: Oswald;
font-weight: 700;
font-style: normal;
font-size: 60px;
text-transform: uppercase;
text-align: left;
margin-top: 90px;
margin-bottom: 30px;
line-height: 20px;
}
span.lines {
border-top: 1px solid #aeaeae;
border-bottom: 1px solid #aeaeae;
}
.has-siblings {
margin-bottom:10px;
}
.widget {
background:none;
border:none;
}
.widget-body {
position:relative;
/*border: 1px solid #dbdbdb;*/
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
/*background: #F2F2F2;*/
}
.padding-none {
padding: 0 !important;
}
.row {
}
.row-merge {
margin:0px !important
}
.mustardsListsWrapper {
height: 100%;
min-height: 490px;
position: relative;
overflow: hidden;
padding:0px;
background:#fff;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.mustardsListsWrapper .results {
display: block;
background: rgba(74,139,194,0.15);
border: 1px solid rgba(74,139,194,0.2);
border-left: none;
border-right: none;
color: #4a8bc2;
padding: 0 15px;
height: 20px;
font-weight: 700;
font-size: 12px;
text-align: center;
}
.mustardsListsWrapper ul.list {
margin: 0;
padding: 0;
position: relative;
/*top: 167px;
left: 0;
right: 0;
bottom: 0;*/
/*overflow-y: auto;*/
}
.mustardsListsWrapper ul.list li.active, .mustardsListsWrapper ul.list li:hover {
background: #f2f2f2;
}
.mustardsListsWrapper ul.list li:nth-child(odd) {
background: #fafafa;
}
.mustardsListsWrapper ul.list li {
position: relative;
border-bottom: 1px solid #dbdbdb;
cursor: pointer;
}
.mustardsListsWrapper ul.list li .thumb {
padding: 0;
border-color: #9a9a9a;
}
/*.media>.pull-left {
margin-right: 10px;
}*/
ul.unstyled, ul.list-unstyled {
padding: 0;
margin-bottom: 0;
list-style: none;
}
.innerAll {
position:relative;
padding:15px 10px 0px 10px;
/*border-bottom:1px solid grey;*/
}
form {
margin-bottom:0px;
}
.control-group {
margin-bottom:0px;
}
.padded-bottom {
padding-bottom:10px;
}
.media:first-child {
margin-top: 0;
}
.thumb, .thumb img {
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.thumb {
display: block;
padding: 3px;
/*border: 1px solid #dbdbdb;*/
}
.mustardsListsWrapper ul.list li .strong, .mustardsListsWrapper ul.list li .muted {
line-height: 15px;
display: block;
font-weight:bold;
}
.mustardsListsWrapper ul.list li .muted {
margin-bottom:3px;
}
.mustardsListsWrapper ul.list li i {
color: #c8c8c8;
}
.mustardsMiscWrapper {
height: 100%;
min-height: 490px;
position: relative;
overflow: hidden;
padding:0px;
}
.widget-stats, .widget-stats:hover, .widget-stats:focus {
text-decoration: none;
}
.widget-stats {
background: #fff;
padding: 15px 0;
margin: 0 0 15px;
height: 126px;
position: relative;
text-align: center;
display: block;
border: 1px solid #dbdbdb;
text-shadow: 0 1px 0 #fff;
box-shadow: 0 3px 0 0 #dbdbdb;
-moz-box-shadow: 0 3px 0 0 #dbdbdb;
-webkit-box-shadow: 0 3px 0 0 #dbdbdb;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.widget-stats a {
color: #4a8bc2;
outline: 0 !important;
}
.widget-stats.widget-stats-2 .count {
position: relative;
top: auto;
right: auto;
font-size: 60px;
font-weight: 700;
padding: 0 0 3px;
display: block;
line-height: 55px;
}
.widget-stats .count {
position: absolute;
top: 0;
left: 0;
font-size: 13px;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.widget-stats.widget-stats-2 .txt {
font-size: 26px;
}
.widget-stats .txt {
padding: 0;
color: #cecece;
font-family: 'Open Sans',sans-serif;
}
.widget-stats.widget-stats-gray {
background: #e5e5e5;
}
.newMargin {
margin-left: 1.564102564102564%;
}
.panel {
border: none;
box-shadow: none;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
/*border: 1px solid transparent;*/
/* border-radius: 4px;*/
/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
height:100%;
}
.revenue-head {
background: #ff6c60;
/*-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;*/
color: #fff;
line-height: 50px;
}
.panel-body {
/*padding: 15px;*/
}
.panel-footer.revenue-foot {
background-color: #e6e7ec;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
border: none;
padding: 0;
width: 100%;
display: inline-block;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.custom-tab > .tab-content {
/* background-color: #FFFFFF; */
/* border: 1px solid #DDDDDD; */
/* border-radius: 0 0 0 0; */
padding: 10px;
}
.nav-tabs>li>a {
padding:14px 15px;
}
.nav-tabs>li>a i {
color: #4a8bc2;
display: block;
font-size: 16px;
margin-bottom: 5px;
}
.ibox-content {
clear: both;
}
.ibox-content {
background-color: #ffffff;
color: inherit;
padding: 0px 20px 20px 20px;
border-color: #e7eaec;
border-image: none;
/*//border-style: solid solid none;
// border-width: 1px 0px;*/
}
.todo-list.small-list {
font-size: 12px;
}
.m-t {
margin-top: 15px;
}
.todo-list {
list-style: none outside none;
margin: 0;
padding: 0;
font-size: 14px;
}
.todo-list.small-list > li {
background: #f3f3f4;
border-left: none;
border-right: none;
border-radius: 4px;
color: inherit;
margin-bottom: 5px;
padding: 6px 6px 6px 12px;
}
.todo-list > li {
background: #f3f3f4;
border-left: 6px solid #e7eaec;
border-right: 6px solid #e7eaec;
border-radius: 4px;
color: inherit;
margin-bottom: 2px;
padding: 10px;
}
.check-link {
font-size: 16px;
}
.m-l-xs {
margin-left: 5px;
}
.todo-completed {
text-decoration: line-through;
}
.tab-inner {
height: 438px;
}
.exceeded { color: red; }
.todo-counter {
display:block;
}
.no-margin {
margin-top:0px;
}
.margin-none {
margin : 0px !important;
}
.expense {
color:red;
margin-right:4px;
}
.income {
color:#32AF00;
margin-right:4px;
}
.todo-list.small-list > li {
margin-bottom:5px;
}
.profile-nav .user-heading {
background: #4A8BC2;
color: #fff;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
padding: 30px;
text-align: center;
}
.profile-nav ul {
margin-top: 1px;
}
.profile-nav ul > li {
border-bottom: 1px solid #ebeae6;
margin-top: 0;
line-height: 30px;
}
.profile-nav ul li.active a {
background: #f8f7f5 !important;
border-left: 5px solid #4A8BC2;
color: #89817f !important;
}
.nav>li>a {
position: relative;
display: block;
padding: 15px 15px;
}
.profile-nav ul > li > a > i {
font-size: 16px;
padding-right: 10px;
color: #bcb3aa;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #eee;
/*border-left: 5px solid #4A8BC2;*/
}
.profile-nav .user-heading.round a {
border-radius: 50%;
-webkit-border-radius: 50%;
border: 10px solid rgba(255,255,255,0.3);
display: inline-block;
}
.profile-nav .user-heading a img {
width: 112px;
height: 112px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.profile-nav .user-heading h1 {
font-size: 22px;
font-weight: 300;
margin-bottom: 5px;
}
ul.smart-nav {
margin-bottom: 20px;
margin-left: 0;
list-style: none;
}
ul.smart-nav > li {
float:none;
margin-top: 0;
line-height: 30px;
background:#FFFFFF;
margin-bottom:5px;
}
ul.smart-nav > li a{
position: relative;
display: block;
padding: 15px 15px;
text-align:center;
/*margin-bottom:3px;*/
}
ul.smart-nav > li a:hover{
text-decoration: none;
background-color: #eee;
/* border-left: 5px solid #4A8BC2;*/
}
ul.smart-nav > li i{
display:block;
color:4A8BC2;
font-size:40px;
}
.weather-bg {
background: #4A8BC2;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
color: #fff;
text-align: center;
font-size: 16px;
font-weight: 300;
}
.weather-category {
padding: 15px 0;
color: #74829C;
}
.weather-category ul {
padding: 0;
margin: 0;
display: inline-block;
width: 100%;
}
.weather-category ul li {
display: inline-block;
width: 32%;
text-align: center;
border-right: 1px solid #e6e6e6;
display: inline-block;
}
.weather-category ul li h5 {
margin: 0 0 5px 0;
text-transform: uppercase;
font-weight: 300;
}
.weather-category ul li:last-child {
border-right: none;
}
.weather-bg .degree {
font-size: 30px;
padding-top:39px;
}
.weather-bg i {
font-size: 30px;
display: block;
}
#selBGC_chzn {
width:100%;
}
.chat-head {
background: #4A8BC2;
color: #FFFFFF;
/*min-height: 50px;*/
padding: 10px;
position: relative;
}
.chat-head {
font-size: 20px;
padding: 19px;
}
ul.chat-available-user {
padding: 0px;
margin:0px;
list-style:none;
}
ul.chat-available-user li {
margin-bottom: 1px;
padding: 10px;
padding-bottom:0px;
}
ul.chat-available-user>li:nth-child(odd){
background:#fff;
}
div.online {
color:#3BCD00;
}
div.offline {
color:#DB0003;
}
span.tools {
float: right;
margin: 2px 0 0;
padding: 14px 5px 6px 10px;
}
span.tools > a {
display: inline-block;
margin-right: 5px;
color: #fff;
font-size: 27px;
text-decoration: none;
}
.profile {
background: rgba(216, 216, 216, 0.3);
}
.border-none {
border:none;
}
#tabs-below>.nav-tabs>li {
margin-top: -1px;
margin-bottom: 0;
width: 33%;
}
#tabs-below>.nav-tabs>li.last {
width: 34%;
}
#tabs-below>.nav-tabs>li.active {
border:none;
}
.feed-element:first-child {
margin-top: 0;
}
.feed-activity-list .feed-element {
border-bottom: 1px solid #e7eaec;
}
.feed-element, .media-body {
overflow: hidden;
}
.feed-element, .feed-element .media {
margin-top: 15px;
}
.feed-element {
padding-bottom: 15px;
}
.feed-element > .pull-left {
margin-right: 10px;
}
.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
width: 38px;
height: 38px;
}
.img-circle {
border-radius: 50%;
}
.feed-element, .media-body {
overflow: hidden;
}
.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
font-size: 12px;
}
.feed-element .actions {
margin-top: 10px;
}
div#routes-list>div:nth-child(odd){
/*background: rgba(216, 216, 216, 0.3);*/
}
#profile-menu>li:nth-child(odd){
background: #fff;
}
.follower {
background: #4A8BC2;
color: #fff;
text-align: center;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
.follower-foot {
padding: 8px 5px 5px 5px;
color: #757575;
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
font-weight: 300;
}
.follower-foot ul {
padding: 0;
margin: 0;
}
.follower-foot ul li {
margin-right: 5px;
display: inline-block;
text-align: center;
width: 30%;
line-height: normal;
border-bottom: 0px;
background-color: white;
}
.follower-foot ul li h4 {
margin: 5px 0 0 0;
font-weight:bold;
}
ul.visited-mustards {
list-style:none;
margin:0px;
padding:0px
}
ul.visited-mustards li {
float:left;
}
.m-large {
width:74px;
height:74px;
}
.m-small {
width:35px;
height:35px;
} | pub/css/wotaman.css | @charset "utf-8";
/* CSS Document */
.onepage {
min-height:800px;
}
.container-fluid {
padding : 0px;
}
#gp_nursery {
background:#fff;
color:#000;
}
#gp_routes_tasks {
background:#ffffff;
color:#000;
}
#gp_expense_visits {
background:#000;
color:#fff;
}
#gp_watermen {
background:#fff;
color:#000;
}
#gp_events {
background:#ffffff;
color:#000;
}
.grey {
background:black;
}
#gp_mustards {
color:#7c7c7c;
}
#gp_mustards h2{
color:#fff;
}
.white {
background:white;
}
.onepage .container {
position: relative;
/*width: 960px;*/
margin: 0 auto;
padding: 0;
}
.onepage .container h2 {
font-family: Oswald;
font-weight: 700;
font-style: normal;
font-size: 60px;
text-transform: uppercase;
text-align: left;
margin-top: 90px;
margin-bottom: 30px;
line-height: 20px;
}
span.lines {
border-top: 1px solid #aeaeae;
border-bottom: 1px solid #aeaeae;
}
.has-siblings {
margin-bottom:10px;
}
.widget {
background:none;
border:none;
}
.widget-body {
position:relative;
/*border: 1px solid #dbdbdb;*/
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
/*background: #F2F2F2;*/
}
.padding-none {
padding: 0 !important;
}
.row {
}
.row-merge {
margin:0px !important
}
.mustardsListsWrapper {
height: 100%;
min-height: 490px;
position: relative;
overflow: hidden;
padding:0px;
background:#fff;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.mustardsListsWrapper .results {
display: block;
background: rgba(74,139,194,0.15);
border: 1px solid rgba(74,139,194,0.2);
border-left: none;
border-right: none;
color: #4a8bc2;
padding: 0 15px;
height: 20px;
font-weight: 700;
font-size: 12px;
text-align: center;
}
.mustardsListsWrapper ul.list {
margin: 0;
padding: 0;
position: relative;
/*top: 167px;
left: 0;
right: 0;
bottom: 0;*/
/*overflow-y: auto;*/
}
.mustardsListsWrapper ul.list li.active, .mustardsListsWrapper ul.list li:hover {
background: #f2f2f2;
}
.mustardsListsWrapper ul.list li:nth-child(odd) {
background: #fafafa;
}
.mustardsListsWrapper ul.list li {
position: relative;
border-bottom: 1px solid #dbdbdb;
cursor: pointer;
}
.mustardsListsWrapper ul.list li .thumb {
padding: 0;
border-color: #9a9a9a;
}
/*.media>.pull-left {
margin-right: 10px;
}*/
ul.unstyled, ul.list-unstyled {
padding: 0;
margin-bottom: 0;
list-style: none;
}
.innerAll {
position:relative;
padding:15px 10px 0px 10px;
/*border-bottom:1px solid grey;*/
}
form {
margin-bottom:0px;
}
.control-group {
margin-bottom:0px;
}
.padded-bottom {
padding-bottom:10px;
}
.media:first-child {
margin-top: 0;
}
.thumb, .thumb img {
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.thumb {
display: block;
padding: 3px;
/*border: 1px solid #dbdbdb;*/
}
.mustardsListsWrapper ul.list li .strong, .mustardsListsWrapper ul.list li .muted {
line-height: 15px;
display: block;
font-weight:bold;
}
.mustardsListsWrapper ul.list li .muted {
margin-bottom:3px;
}
.mustardsListsWrapper ul.list li i {
color: #c8c8c8;
}
.mustardsMiscWrapper {
height: 100%;
min-height: 490px;
position: relative;
overflow: hidden;
padding:0px;
}
.widget-stats, .widget-stats:hover, .widget-stats:focus {
text-decoration: none;
}
.widget-stats {
background: #fff;
padding: 15px 0;
margin: 0 0 15px;
height: 126px;
position: relative;
text-align: center;
display: block;
border: 1px solid #dbdbdb;
text-shadow: 0 1px 0 #fff;
box-shadow: 0 3px 0 0 #dbdbdb;
-moz-box-shadow: 0 3px 0 0 #dbdbdb;
-webkit-box-shadow: 0 3px 0 0 #dbdbdb;
-webkit-border-radius: 5px 5px 5px 5px;
-moz-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.widget-stats a {
color: #4a8bc2;
outline: 0 !important;
}
.widget-stats.widget-stats-2 .count {
position: relative;
top: auto;
right: auto;
font-size: 60px;
font-weight: 700;
padding: 0 0 3px;
display: block;
line-height: 55px;
}
.widget-stats .count {
position: absolute;
top: 0;
left: 0;
font-size: 13px;
-webkit-border-radius: 0 0 0 0;
-moz-border-radius: 0 0 0 0;
border-radius: 0 0 0 0;
}
.widget-stats.widget-stats-2 .txt {
font-size: 26px;
}
.widget-stats .txt {
padding: 0;
color: #cecece;
font-family: 'Open Sans',sans-serif;
}
.widget-stats.widget-stats-gray {
background: #e5e5e5;
}
.newMargin {
margin-left: 1.564102564102564%;
}
.panel {
border: none;
box-shadow: none;
}
.panel {
margin-bottom: 20px;
background-color: #fff;
/*border: 1px solid transparent;*/
/* border-radius: 4px;*/
/*-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
box-shadow: 0 1px 1px rgba(0,0,0,.05);*/
height:100%;
}
.revenue-head {
background: #ff6c60;
/*-webkit-border-radius: 4px 4px 0px 0px;
border-radius: 4px 4px 0px 0px;*/
color: #fff;
line-height: 50px;
}
.panel-body {
/*padding: 15px;*/
}
.panel-footer.revenue-foot {
background-color: #e6e7ec;
-webkit-border-radius: 0px 0px 4px 4px;
border-radius: 0px 0px 4px 4px;
border: none;
padding: 0;
width: 100%;
display: inline-block;
}
.panel-footer {
padding: 10px 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 3px;
border-bottom-left-radius: 3px;
}
.custom-tab > .tab-content {
/* background-color: #FFFFFF; */
/* border: 1px solid #DDDDDD; */
/* border-radius: 0 0 0 0; */
padding: 10px;
}
.nav-tabs>li>a {
padding:14px 15px;
}
.nav-tabs>li>a i {
color: #4a8bc2;
display: block;
font-size: 16px;
margin-bottom: 5px;
}
.ibox-content {
clear: both;
}
.ibox-content {
background-color: #ffffff;
color: inherit;
padding: 0px 20px 20px 20px;
border-color: #e7eaec;
border-image: none;
/*//border-style: solid solid none;
// border-width: 1px 0px;*/
}
.todo-list.small-list {
font-size: 12px;
}
.m-t {
margin-top: 15px;
}
.todo-list {
list-style: none outside none;
margin: 0;
padding: 0;
font-size: 14px;
}
.todo-list.small-list > li {
background: #f3f3f4;
border-left: none;
border-right: none;
border-radius: 4px;
color: inherit;
margin-bottom: 5px;
padding: 6px 6px 6px 12px;
}
.todo-list > li {
background: #f3f3f4;
border-left: 6px solid #e7eaec;
border-right: 6px solid #e7eaec;
border-radius: 4px;
color: inherit;
margin-bottom: 2px;
padding: 10px;
}
.check-link {
font-size: 16px;
}
.m-l-xs {
margin-left: 5px;
}
.todo-completed {
text-decoration: line-through;
}
.tab-inner {
height: 438px;
}
.exceeded { color: red; }
.todo-counter {
display:block;
}
.no-margin {
margin-top:0px;
}
.margin-none {
margin : 0px !important;
}
.expense {
color:red;
margin-right:4px;
}
.income {
color:#32AF00;
margin-right:4px;
}
.todo-list.small-list > li {
margin-bottom:5px;
}
.profile-nav .user-heading {
background: #4A8BC2;
color: #fff;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
padding: 30px;
text-align: center;
}
.profile-nav ul {
margin-top: 1px;
}
.profile-nav ul > li {
border-bottom: 1px solid #ebeae6;
margin-top: 0;
line-height: 30px;
}
.profile-nav ul li.active a {
background: #f8f7f5 !important;
border-left: 5px solid #4A8BC2;
color: #89817f !important;
}
.nav>li>a {
position: relative;
display: block;
padding: 15px 15px;
}
.profile-nav ul > li > a > i {
font-size: 16px;
padding-right: 10px;
color: #bcb3aa;
}
.nav>li>a:hover, .nav>li>a:focus {
text-decoration: none;
background-color: #eee;
/*border-left: 5px solid #4A8BC2;*/
}
.profile-nav .user-heading.round a {
border-radius: 50%;
-webkit-border-radius: 50%;
border: 10px solid rgba(255,255,255,0.3);
display: inline-block;
}
.profile-nav .user-heading a img {
width: 112px;
height: 112px;
border-radius: 50%;
-webkit-border-radius: 50%;
}
.profile-nav .user-heading h1 {
font-size: 22px;
font-weight: 300;
margin-bottom: 5px;
}
ul.smart-nav {
margin-bottom: 20px;
margin-left: 0;
list-style: none;
}
ul.smart-nav > li {
float:none;
margin-top: 0;
line-height: 30px;
background:#FFFFFF;
margin-bottom:5px;
}
ul.smart-nav > li a{
position: relative;
display: block;
padding: 15px 15px;
text-align:center;
/*margin-bottom:3px;*/
}
ul.smart-nav > li a:hover{
text-decoration: none;
background-color: #eee;
/* border-left: 5px solid #4A8BC2;*/
}
ul.smart-nav > li i{
display:block;
color:4A8BC2;
font-size:40px;
}
.weather-bg {
background: #4A8BC2;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
color: #fff;
text-align: center;
font-size: 16px;
font-weight: 300;
}
.weather-category {
padding: 15px 0;
color: #74829C;
}
.weather-category ul {
padding: 0;
margin: 0;
display: inline-block;
width: 100%;
}
.weather-category ul li {
display: inline-block;
width: 32%;
text-align: center;
border-right: 1px solid #e6e6e6;
display: inline-block;
}
.weather-category ul li h5 {
margin: 0 0 5px 0;
text-transform: uppercase;
font-weight: 300;
}
.weather-category ul li:last-child {
border-right: none;
}
.weather-bg .degree {
font-size: 30px;
padding-top:39px;
}
.weather-bg i {
font-size: 30px;
display: block;
}
#selBGC_chzn {
width:100%;
}
.chat-head {
background: #4A8BC2;
color: #FFFFFF;
/*min-height: 50px;*/
padding: 10px;
position: relative;
}
.chat-head {
font-size: 20px;
padding: 19px;
}
ul.chat-available-user {
padding: 0px;
margin:0px;
list-style:none;
}
ul.chat-available-user li {
margin-bottom: 1px;
padding: 10px;
padding-bottom:0px;
}
ul.chat-available-user>li:nth-child(odd){
background:#fff;
}
div.online {
color:#3BCD00;
}
div.offline {
color:#DB0003;
}
span.tools {
float: right;
margin: 2px 0 0;
padding: 14px 5px 6px 10px;
}
span.tools > a {
display: inline-block;
margin-right: 5px;
color: #fff;
font-size: 27px;
text-decoration: none;
}
.profile {
background: rgba(216, 216, 216, 0.3);
}
.border-none {
border:none;
}
#tabs-below>.nav-tabs>li {
margin-top: -1px;
margin-bottom: 0;
width: 33%;
}
#tabs-below>.nav-tabs>li.last {
width: 34%;
}
#tabs-below>.nav-tabs>li.active {
border:none;
}
.feed-element:first-child {
margin-top: 0;
}
.feed-activity-list .feed-element {
border-bottom: 1px solid #e7eaec;
}
.feed-element, .media-body {
overflow: hidden;
}
.feed-element, .feed-element .media {
margin-top: 15px;
}
.feed-element {
padding-bottom: 15px;
}
.feed-element > .pull-left {
margin-right: 10px;
}
.feed-element img.img-circle, .dropdown-messages-box img.img-circle {
width: 38px;
height: 38px;
}
.img-circle {
border-radius: 50%;
}
.feed-element, .media-body {
overflow: hidden;
}
.sidebard-panel .feed-element, .media-body, .sidebard-panel p {
font-size: 12px;
}
.feed-element .actions {
margin-top: 10px;
}
div#routes-list>div:nth-child(odd){
/*background: rgba(216, 216, 216, 0.3);*/
}
#profile-menu>li:nth-child(odd){
background: #fff;
}
.follower {
background: #4A8BC2;
color: #fff;
text-align: center;
border-radius: 4px 4px 0 0;
-webkit-border-radius: 4px 4px 0 0;
}
.follower-foot {
padding: 8px 5px 5px 5px;
color: #757575;
border-radius: 0 0 4px 4px;
-webkit-border-radius: 0 0 4px 4px;
font-weight: 300;
}
.follower-foot ul {
padding: 0;
margin: 0;
}
.follower-foot ul li {
margin-right: 5px;
display: inline-block;
text-align: center;
width: 30%;
line-height: normal;
border-bottom: 0px;
background-color: white;
}
.follower-foot ul li h4 {
margin: 5px 0 0 0;
font-weight:bold;
}
ul.visited-mustards {
list-style:none;
margin:0px;
padding:0px
}
ul.visited-mustards li {
float:left;
}
.m-large {
width:74px;
height:74px;
}
.m-small {
width:35px;
height:35px;
} | 0.150403 | 0.050847 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
@font-face {
font-family: 'OpenSans';
src: url('../fonts/OpenSans-Regular.ttf');
}
/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* GLOBAL */
/* line 12, ../sass/screen.scss */
section {
max-width: 1280px;
height: 752px;
}
/* line 17, ../sass/screen.scss */
img {
display: block;
margin: 0 auto;
}
/* line 22, ../sass/screen.scss */
.inner {
width: 100%;
margin: 0 auto;
}
/* line 27, ../sass/screen.scss */
p {
font-size: 24px;
color: #c09740;
font-family: 'OpenSans';
text-align: center;
}
/* line 32, ../sass/screen.scss */
p span {
font-weight: bold;
}
/* line 37, ../sass/screen.scss */
* {
font-family: 'OpenSans' !important;
}
/* line 41, ../sass/screen.scss */
a {
text-decoration: none;
}
/* COLONNES */
/* line 48, ../sass/screen.scss */
.col {
float: left;
}
/* line 53, ../sass/screen.scss */
.col-1 .col {
width: 100%;
}
/* line 59, ../sass/screen.scss */
.col-2 .col {
width: 50%;
}
/* line 65, ../sass/screen.scss */
.col-3 .col {
width: 33%;
}
/* line 71, ../sass/screen.scss */
.col-4 .col {
width: 25%;
}
/* INDEX */
/* line 79, ../sass/screen.scss */
section.index {
background-image: url(../img/d.png);
background-repeat: no-repeat;
background-position: 169% 50%;
}
/* line 86, ../sass/screen.scss */
section.index .inner .logo img:last-child {
position: absolute;
right: 54px;
top: 24px;
}
/* line 93, ../sass/screen.scss */
section.index .inner .col-4 {
margin-top: 100px;
position: relative;
}
/* line 97, ../sass/screen.scss */
section.index .inner .col-4 p:first-child {
right: 215px;
top: -20px;
position: absolute;
}
/* line 105, ../sass/screen.scss */
section.index .inner .col-4 .col:last-child img {
margin-top: 50px;
margin-bottom: 94px;
}
/* line 110, ../sass/screen.scss */
section.index .inner .col-4 .col p {
margin-top: 67px;
}
/* FORMULAIRE CLIENT */
/* line 122, ../sass/screen.scss */
section.form_client .inner {
padding: 2%;
box-sizing: border-box;
position: relative;
}
/* line 127, ../sass/screen.scss */
section.form_client .inner .intro .arborescence {
display: inline-block;
position: absolute;
margin-top: 24px;
}
/* line 131, ../sass/screen.scss */
section.form_client .inner .intro .arborescence p {
font-size: 20px;
display: inline-block;
}
/* line 134, ../sass/screen.scss */
section.form_client .inner .intro .arborescence p.index {
color: black;
}
/* line 137, ../sass/screen.scss */
section.form_client .inner .intro .arborescence p.current-page {
color: #c09740;
}
/* line 141, ../sass/screen.scss */
section.form_client .inner .intro .arborescence img {
display: inline-block;
}
/* line 145, ../sass/screen.scss */
section.form_client .inner .intro img {
margin-right: 0;
}
/* line 149, ../sass/screen.scss */
section.form_client .inner .form,
section.form_client .inner .news {
margin-top: 60px;
}
/* line 154, ../sass/screen.scss */
section.form_client .inner .form input {
width: 100%;
border: solid 1px #333333;
height: 32px;
margin-bottom: 36px;
padding-left: 14px;
}
/* line 160, ../sass/screen.scss */
section.form_client .inner .form input.adresse {
height: 64px;
}
/* line 163, ../sass/screen.scss */
section.form_client .inner .form input:focus {
border: solid 1px #c09740;
}
/* line 166, ../sass/screen.scss */
section.form_client .inner .form input::placeholder {
color: #777777;
font-size: 18px;
}
/* line 173, ../sass/screen.scss */
section.form_client .inner .news .form-radio {
margin-top: 24px;
}
/* line 176, ../sass/screen.scss */
section.form_client .inner .news .all {
width: 485px;
float: right;
}
/* line 181, ../sass/screen.scss */
section.form_client .inner .news p.title {
color: black;
text-align: left;
font-size: 20px;
}
/* line 187, ../sass/screen.scss */
section.form_client .inner .news .bullet {
margin-top: 16px;
}
/* line 189, ../sass/screen.scss */
section.form_client .inner .news .bullet:last-child {
margin-top: 0;
}
/* line 192, ../sass/screen.scss */
section.form_client .inner .news .bullet input {
height: auto;
transform: scale(1.5);
}
/* line 209, ../sass/screen.scss */
section.form_client .inner .news .bullet span {
font-size: 20px;
}
/* line 213, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input {
padding-left: 14px;
height: 32px;
}
/* line 216, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input:first-child {
position: relative;
top: 10px;
}
/* line 223, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input:last-child {
transform: scale(1);
}
/* line 226, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input.answer {
width: 50%;
border: solid 1px #333333;
}
/* line 229, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input.answer:focus {
border: solid 1px #c09740;
}
/* line 232, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input.answer::placeholder {
color: #777777;
font-size: 18px;
}
/* line 240, ../sass/screen.scss */
section.form_client .inner .news .form-checkbox {
margin-top: 64px;
}
/* line 243, ../sass/screen.scss */
section.form_client .inner .news .form-checkbox input[type=checkbox] {
transform: scale(1.5);
}
/* line 248, ../sass/screen.scss */
section.form_client .inner .news button {
height: 50px;
width: 130px;
font-size: 24px;
background-color: black;
color: white;
margin-top: 105px;
margin-left: 265px;
}
/* DISTRIBUTEUR */
/* line 264, ../sass/screen.scss */
section.distributeur {
background-image: url(../img/d.png);
background-repeat: no-repeat;
background-position: 169% 50%;
}
/* line 268, ../sass/screen.scss */
section.distributeur .inner {
padding: 2%;
box-sizing: border-box;
position: relative;
}
/* line 273, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence {
display: inline-block;
margin-top: 24px;
}
/* line 276, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence p {
font-size: 20px;
display: inline-block;
}
/* line 279, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence p.index {
color: black;
}
/* line 282, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence p.current-page {
color: #c09740;
}
/* line 286, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence img {
display: inline-block;
}
/* line 294, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child {
padding: 50px 50px 0;
box-sizing: border-box;
}
/* line 297, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child select {
width: 70%;
border: solid 1px #333333;
height: 32px;
margin-bottom: 100px;
padding-left: 14px;
background-color: #fff;
border-radius: 0;
}
/* line 306, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child label {
display: block;
margin-bottom: 10px;
}
/* line 309, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child label.radio {
display: inline-block;
vertical-align: middle;
}
/* line 314, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child input[type=text] {
width: 70%;
border: solid 1px #333333;
height: 32px;
margin-bottom: 36px;
}
/* line 319, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child input[type=text]::placeholder {
padding-left: 14px;
}
/* line 324, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child .main .second {
float: left;
width: 45%;
margin-right: 5%;
}
/* line 328, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child .main .second:last-child {
margin-right: 0;
}
/* line 331, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child .main .second a {
padding: 8px 20px;
display: block;
border: 1px solid #333333;
color: #333333;
text-align: center;
min-height: 32px;
margin-bottom: 10px;
}
/* line 343, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child {
padding: 50px 50px 0;
box-sizing: border-box;
}
/* line 347, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap h4 {
color: #333333;
text-align: left;
font-family: 'OpenSans';
}
/* line 352, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat {
margin-top: 10px;
color: #333333;
}
/* line 355, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .clickable {
width: 80%;
border: 1px solid #333333;
padding: 8px 20px;
}
/* line 359, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .clickable p {
font-weight: bold;
color: #333333;
font-size: 14px;
text-align: left;
}
/* line 364, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .clickable p span {
color: #333333;
font-size: 14px;
font-family: 'OpenSans';
font-weight: normal;
}
/* line 372, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden {
display: none;
color: #333333;
padding: 20px;
border: 1px solid #333333;
width: 80%;
border-top: none;
}
/* line 379, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden .left {
display: inline-block;
vertical-align: top;
width: 45%;
}
/* line 383, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden .left p {
color: #333333;
font-size: 14px;
text-align: left;
}
/* line 389, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden .right {
display: inline-block;
vertical-align: top;
width: 45%;
}
/* line 393, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden .right p {
color: #333333;
font-size: 14px;
text-align: left;
}
/* SATISFACTION */
/* line 412, ../sass/screen.scss */
section.satisfaction {
background-image: url(../img/d.png);
background-repeat: no-repeat;
background-position: 169% 50%;
}
/* line 416, ../sass/screen.scss */
section.satisfaction .inner {
padding: 2%;
box-sizing: border-box;
position: relative;
}
/* line 421, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence {
display: inline-block;
margin-top: 24px;
}
/* line 424, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence p {
font-size: 20px;
display: inline-block;
}
/* line 427, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence p.index {
color: black;
}
/* line 430, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence p.current-page {
color: #c09740;
}
/* line 434, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence img {
display: inline-block;
}
/* line 439, ../sass/screen.scss */
section.satisfaction .inner .container {
padding: 50px 50px 0;
}
/* line 441, ../sass/screen.scss */
section.satisfaction .inner .container p {
color: #333333;
text-align: left;
font-size: 16px;
}
/* line 445, ../sass/screen.scss */
section.satisfaction .inner .container p.first {
margin-bottom: 20px;
}
/* line 448, ../sass/screen.scss */
section.satisfaction .inner .container p.last {
margin-top: 20px;
}
/* line 451, ../sass/screen.scss */
section.satisfaction .inner .container p.question {
margin-top: 15px;
font-weight: bold;
margin-bottom: 10px;
}
/* line 457, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire {
height: 530px;
overflow: scroll;
}
/* line 461, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire .item input[type=text] {
width: 40%;
border: solid 1px #333333;
height: 20px;
margin-left: 20px;
}
/* line 466, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire .item input[type=text]::placeholder {
padding-left: 14px;
}
/* line 470, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire .item input[type=radio] {
margin-top: 15px;
height: 20px;
}
/* line 474, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire .item textarea {
width: 40%;
border: solid 1px #333333;
}
/* line 479, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire input[type=submit] {
height: 50px;
width: 130px;
font-size: 24px;
background-color: black;
color: white;
margin-top: 20px;
} | web/assets/stylesheets/screen.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font: inherit;
font-size: 100%;
vertical-align: baseline;
}
@font-face {
font-family: 'OpenSans';
src: url('../fonts/OpenSans-Regular.ttf');
}
/* line 22, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
line-height: 1;
}
/* line 24, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
list-style: none;
}
/* line 26, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 28, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
text-align: left;
font-weight: normal;
vertical-align: middle;
}
/* line 30, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
quotes: none;
}
/* line 103, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
content: "";
content: none;
}
/* line 32, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
border: none;
}
/* line 116, ../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
display: block;
}
/* GLOBAL */
/* line 12, ../sass/screen.scss */
section {
max-width: 1280px;
height: 752px;
}
/* line 17, ../sass/screen.scss */
img {
display: block;
margin: 0 auto;
}
/* line 22, ../sass/screen.scss */
.inner {
width: 100%;
margin: 0 auto;
}
/* line 27, ../sass/screen.scss */
p {
font-size: 24px;
color: #c09740;
font-family: 'OpenSans';
text-align: center;
}
/* line 32, ../sass/screen.scss */
p span {
font-weight: bold;
}
/* line 37, ../sass/screen.scss */
* {
font-family: 'OpenSans' !important;
}
/* line 41, ../sass/screen.scss */
a {
text-decoration: none;
}
/* COLONNES */
/* line 48, ../sass/screen.scss */
.col {
float: left;
}
/* line 53, ../sass/screen.scss */
.col-1 .col {
width: 100%;
}
/* line 59, ../sass/screen.scss */
.col-2 .col {
width: 50%;
}
/* line 65, ../sass/screen.scss */
.col-3 .col {
width: 33%;
}
/* line 71, ../sass/screen.scss */
.col-4 .col {
width: 25%;
}
/* INDEX */
/* line 79, ../sass/screen.scss */
section.index {
background-image: url(../img/d.png);
background-repeat: no-repeat;
background-position: 169% 50%;
}
/* line 86, ../sass/screen.scss */
section.index .inner .logo img:last-child {
position: absolute;
right: 54px;
top: 24px;
}
/* line 93, ../sass/screen.scss */
section.index .inner .col-4 {
margin-top: 100px;
position: relative;
}
/* line 97, ../sass/screen.scss */
section.index .inner .col-4 p:first-child {
right: 215px;
top: -20px;
position: absolute;
}
/* line 105, ../sass/screen.scss */
section.index .inner .col-4 .col:last-child img {
margin-top: 50px;
margin-bottom: 94px;
}
/* line 110, ../sass/screen.scss */
section.index .inner .col-4 .col p {
margin-top: 67px;
}
/* FORMULAIRE CLIENT */
/* line 122, ../sass/screen.scss */
section.form_client .inner {
padding: 2%;
box-sizing: border-box;
position: relative;
}
/* line 127, ../sass/screen.scss */
section.form_client .inner .intro .arborescence {
display: inline-block;
position: absolute;
margin-top: 24px;
}
/* line 131, ../sass/screen.scss */
section.form_client .inner .intro .arborescence p {
font-size: 20px;
display: inline-block;
}
/* line 134, ../sass/screen.scss */
section.form_client .inner .intro .arborescence p.index {
color: black;
}
/* line 137, ../sass/screen.scss */
section.form_client .inner .intro .arborescence p.current-page {
color: #c09740;
}
/* line 141, ../sass/screen.scss */
section.form_client .inner .intro .arborescence img {
display: inline-block;
}
/* line 145, ../sass/screen.scss */
section.form_client .inner .intro img {
margin-right: 0;
}
/* line 149, ../sass/screen.scss */
section.form_client .inner .form,
section.form_client .inner .news {
margin-top: 60px;
}
/* line 154, ../sass/screen.scss */
section.form_client .inner .form input {
width: 100%;
border: solid 1px #333333;
height: 32px;
margin-bottom: 36px;
padding-left: 14px;
}
/* line 160, ../sass/screen.scss */
section.form_client .inner .form input.adresse {
height: 64px;
}
/* line 163, ../sass/screen.scss */
section.form_client .inner .form input:focus {
border: solid 1px #c09740;
}
/* line 166, ../sass/screen.scss */
section.form_client .inner .form input::placeholder {
color: #777777;
font-size: 18px;
}
/* line 173, ../sass/screen.scss */
section.form_client .inner .news .form-radio {
margin-top: 24px;
}
/* line 176, ../sass/screen.scss */
section.form_client .inner .news .all {
width: 485px;
float: right;
}
/* line 181, ../sass/screen.scss */
section.form_client .inner .news p.title {
color: black;
text-align: left;
font-size: 20px;
}
/* line 187, ../sass/screen.scss */
section.form_client .inner .news .bullet {
margin-top: 16px;
}
/* line 189, ../sass/screen.scss */
section.form_client .inner .news .bullet:last-child {
margin-top: 0;
}
/* line 192, ../sass/screen.scss */
section.form_client .inner .news .bullet input {
height: auto;
transform: scale(1.5);
}
/* line 209, ../sass/screen.scss */
section.form_client .inner .news .bullet span {
font-size: 20px;
}
/* line 213, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input {
padding-left: 14px;
height: 32px;
}
/* line 216, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input:first-child {
position: relative;
top: 10px;
}
/* line 223, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input:last-child {
transform: scale(1);
}
/* line 226, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input.answer {
width: 50%;
border: solid 1px #333333;
}
/* line 229, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input.answer:focus {
border: solid 1px #c09740;
}
/* line 232, ../sass/screen.scss */
section.form_client .inner .news .bullet .other input.answer::placeholder {
color: #777777;
font-size: 18px;
}
/* line 240, ../sass/screen.scss */
section.form_client .inner .news .form-checkbox {
margin-top: 64px;
}
/* line 243, ../sass/screen.scss */
section.form_client .inner .news .form-checkbox input[type=checkbox] {
transform: scale(1.5);
}
/* line 248, ../sass/screen.scss */
section.form_client .inner .news button {
height: 50px;
width: 130px;
font-size: 24px;
background-color: black;
color: white;
margin-top: 105px;
margin-left: 265px;
}
/* DISTRIBUTEUR */
/* line 264, ../sass/screen.scss */
section.distributeur {
background-image: url(../img/d.png);
background-repeat: no-repeat;
background-position: 169% 50%;
}
/* line 268, ../sass/screen.scss */
section.distributeur .inner {
padding: 2%;
box-sizing: border-box;
position: relative;
}
/* line 273, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence {
display: inline-block;
margin-top: 24px;
}
/* line 276, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence p {
font-size: 20px;
display: inline-block;
}
/* line 279, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence p.index {
color: black;
}
/* line 282, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence p.current-page {
color: #c09740;
}
/* line 286, ../sass/screen.scss */
section.distributeur .inner .intro .arborescence img {
display: inline-block;
}
/* line 294, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child {
padding: 50px 50px 0;
box-sizing: border-box;
}
/* line 297, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child select {
width: 70%;
border: solid 1px #333333;
height: 32px;
margin-bottom: 100px;
padding-left: 14px;
background-color: #fff;
border-radius: 0;
}
/* line 306, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child label {
display: block;
margin-bottom: 10px;
}
/* line 309, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child label.radio {
display: inline-block;
vertical-align: middle;
}
/* line 314, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child input[type=text] {
width: 70%;
border: solid 1px #333333;
height: 32px;
margin-bottom: 36px;
}
/* line 319, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child input[type=text]::placeholder {
padding-left: 14px;
}
/* line 324, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child .main .second {
float: left;
width: 45%;
margin-right: 5%;
}
/* line 328, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child .main .second:last-child {
margin-right: 0;
}
/* line 331, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:first-child .main .second a {
padding: 8px 20px;
display: block;
border: 1px solid #333333;
color: #333333;
text-align: center;
min-height: 32px;
margin-bottom: 10px;
}
/* line 343, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child {
padding: 50px 50px 0;
box-sizing: border-box;
}
/* line 347, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap h4 {
color: #333333;
text-align: left;
font-family: 'OpenSans';
}
/* line 352, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat {
margin-top: 10px;
color: #333333;
}
/* line 355, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .clickable {
width: 80%;
border: 1px solid #333333;
padding: 8px 20px;
}
/* line 359, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .clickable p {
font-weight: bold;
color: #333333;
font-size: 14px;
text-align: left;
}
/* line 364, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .clickable p span {
color: #333333;
font-size: 14px;
font-family: 'OpenSans';
font-weight: normal;
}
/* line 372, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden {
display: none;
color: #333333;
padding: 20px;
border: 1px solid #333333;
width: 80%;
border-top: none;
}
/* line 379, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden .left {
display: inline-block;
vertical-align: top;
width: 45%;
}
/* line 383, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden .left p {
color: #333333;
font-size: 14px;
text-align: left;
}
/* line 389, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden .right {
display: inline-block;
vertical-align: top;
width: 45%;
}
/* line 393, ../sass/screen.scss */
section.distributeur .inner .form.col-2 .col:last-child .wrap .resultat .hidden .right p {
color: #333333;
font-size: 14px;
text-align: left;
}
/* SATISFACTION */
/* line 412, ../sass/screen.scss */
section.satisfaction {
background-image: url(../img/d.png);
background-repeat: no-repeat;
background-position: 169% 50%;
}
/* line 416, ../sass/screen.scss */
section.satisfaction .inner {
padding: 2%;
box-sizing: border-box;
position: relative;
}
/* line 421, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence {
display: inline-block;
margin-top: 24px;
}
/* line 424, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence p {
font-size: 20px;
display: inline-block;
}
/* line 427, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence p.index {
color: black;
}
/* line 430, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence p.current-page {
color: #c09740;
}
/* line 434, ../sass/screen.scss */
section.satisfaction .inner .intro .arborescence img {
display: inline-block;
}
/* line 439, ../sass/screen.scss */
section.satisfaction .inner .container {
padding: 50px 50px 0;
}
/* line 441, ../sass/screen.scss */
section.satisfaction .inner .container p {
color: #333333;
text-align: left;
font-size: 16px;
}
/* line 445, ../sass/screen.scss */
section.satisfaction .inner .container p.first {
margin-bottom: 20px;
}
/* line 448, ../sass/screen.scss */
section.satisfaction .inner .container p.last {
margin-top: 20px;
}
/* line 451, ../sass/screen.scss */
section.satisfaction .inner .container p.question {
margin-top: 15px;
font-weight: bold;
margin-bottom: 10px;
}
/* line 457, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire {
height: 530px;
overflow: scroll;
}
/* line 461, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire .item input[type=text] {
width: 40%;
border: solid 1px #333333;
height: 20px;
margin-left: 20px;
}
/* line 466, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire .item input[type=text]::placeholder {
padding-left: 14px;
}
/* line 470, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire .item input[type=radio] {
margin-top: 15px;
height: 20px;
}
/* line 474, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire .item textarea {
width: 40%;
border: solid 1px #333333;
}
/* line 479, ../sass/screen.scss */
section.satisfaction .inner .container .formulaire input[type=submit] {
height: 50px;
width: 130px;
font-size: 24px;
background-color: black;
color: white;
margin-top: 20px;
} | 0.292899 | 0.061763 |
*{
margin: 0;
padding: 0;
}
body{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
background: #fff;
}
#wrapper{
max-width: 1080px;
padding: 15px 2% 40px 2%;
margin: 20px auto;
}
h1{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin: 0 0.1% 15px 0.1%;
word-wrap: break-word;
}
a{
width: 100%;
display: block;
display: inline-block;
word-wrap: break-word;
vertical-align: top;
text-decoration: none;
color: #000;
border: 1px solid transparent;
box-sizing: border-box;
transition: all 0.3s;
}
a:hover, a:focus{
background: #f0f0f0;
}
a:active{
border-color: #c8c8c8;
}
ul{
list-style-type: none;
padding: 0;
}
li:nth-child(2n){
background: #f8f8f8;
}
.date{
display: inline-block;
float: right;
padding: 3px 0.1%;
}
.link{
float: left;
max-width: 75%;
padding: 3px 0.1%;
}
.header{
overflow: auto;
clear: left;
padding: 15px 0.1% 7px 0.1%;
border-bottom: 5px solid #f1f1f1;
font-size: 1.2em;
width: 99.8%;
}
.header-txt{
float: left;
}
.header-date{
float: right;
}
#attr{
width: 100%;
font-size: 0.85em;
margin-top: 25px;
padding-right: 0.1%;
box-sizing: border-box;
}
#attr-a{
float: right;
width: auto;
padding: 7px;
}
h1 a{
display: inline;
}
h1 a:hover{
background: none;
opacity: 0.6;
}
@media (max-width: 960px){
body{
font-size: 12px;
}
#wrapper{
padding-left: 0%;
padding-right: 0%;
}
h1{
padding-left: 7px;
padding-right: 7px;
}
ul .link{
display: block;
max-width: 100%;
width: 100%;
padding: 4px 7px 2px 7px;
box-sizing: border-box;
float: none;
}
.date{
float: none;
padding: 0 7px 4px 7px;
}
.header{
padding: 13px 7px 5px 7px;
width: auto;
}
.header-date{
display: none;
}
#attr{
padding-right: 7px;
}
}
@media (max-width: 500px){
body{
font-size: 11px;
}
} | public/wp-content/plugins/simple-wp-sitemap/css/html.css | *{
margin: 0;
padding: 0;
}
body{
font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
font-size: 13px;
background: #fff;
}
#wrapper{
max-width: 1080px;
padding: 15px 2% 40px 2%;
margin: 20px auto;
}
h1{
font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
margin: 0 0.1% 15px 0.1%;
word-wrap: break-word;
}
a{
width: 100%;
display: block;
display: inline-block;
word-wrap: break-word;
vertical-align: top;
text-decoration: none;
color: #000;
border: 1px solid transparent;
box-sizing: border-box;
transition: all 0.3s;
}
a:hover, a:focus{
background: #f0f0f0;
}
a:active{
border-color: #c8c8c8;
}
ul{
list-style-type: none;
padding: 0;
}
li:nth-child(2n){
background: #f8f8f8;
}
.date{
display: inline-block;
float: right;
padding: 3px 0.1%;
}
.link{
float: left;
max-width: 75%;
padding: 3px 0.1%;
}
.header{
overflow: auto;
clear: left;
padding: 15px 0.1% 7px 0.1%;
border-bottom: 5px solid #f1f1f1;
font-size: 1.2em;
width: 99.8%;
}
.header-txt{
float: left;
}
.header-date{
float: right;
}
#attr{
width: 100%;
font-size: 0.85em;
margin-top: 25px;
padding-right: 0.1%;
box-sizing: border-box;
}
#attr-a{
float: right;
width: auto;
padding: 7px;
}
h1 a{
display: inline;
}
h1 a:hover{
background: none;
opacity: 0.6;
}
@media (max-width: 960px){
body{
font-size: 12px;
}
#wrapper{
padding-left: 0%;
padding-right: 0%;
}
h1{
padding-left: 7px;
padding-right: 7px;
}
ul .link{
display: block;
max-width: 100%;
width: 100%;
padding: 4px 7px 2px 7px;
box-sizing: border-box;
float: none;
}
.date{
float: none;
padding: 0 7px 4px 7px;
}
.header{
padding: 13px 7px 5px 7px;
width: auto;
}
.header-date{
display: none;
}
#attr{
padding-right: 7px;
}
}
@media (max-width: 500px){
body{
font-size: 11px;
}
} | 0.33231 | 0.084191 |
body {
min-width: 1200px;
margin-top: 44px;
font-family: "Montserrat", sans-serif;
background: #f6dcc7 url(../img/bg.png) center top no-repeat;
background-size: 1024px;
}
* {
box-sizing: border-box;
}
.container {
max-width: 1140px;
height: 856px;
margin: auto;
position: relative;
}
.header {
display: flex;
align-items: center;
}
.header-text {
font-style: normal;
font-weight: 600;
font-size: 72px;
line-height: 72px;
letter-spacing: 0.5px;
color: #63385f;
margin-left: 24px;
}
.info-block {
margin-top: 48px;
margin-bottom: 48px;
}
.info-raw {
display: flex;
align-items: center;
}
.info-raw:not(:last-child) {
margin-bottom: 16px;
}
.info-img {
height: 12px;
margin-right: 8px;
}
.info-text {
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
letter-spacing: 0.5px;
color: #63385f;
}
.small-text {
margin: 0;
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 36px;
letter-spacing: 0.5px;
color: #dc7647;
}
.small-text:not(:last-child) {
margin-bottom: 24px;
}
.links {
position: absolute;
right: 0;
bottom: 0;
}
.store-links {
display: flex;
align-items: center;
margin-bottom: 16px;
}
#appstore {
margin-right: 18px;
}
.agreement {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.5px;
text-decoration-line: underline;
color: #63385f;
}
.agreement:visited {
color: #9f0ab8;
}
@media (max-width: 1366px) {
.container {
max-width: 960px;
height: 720px;
}
body {
min-width: 992px;
background-size: 868px;
background-position: top 20px right 20px;
}
.logo {
height: 140px;
}
.info-block {
margin-top: 36px;
margin-bottom: 32px;
}
.info-raw:not(:last-child) {
margin-bottom: 12px;
}
.store-links {
margin-bottom: 12px;
}
}
@media (max-width: 992px) {
.container {
max-width: 720px;
height: 900px;
}
body {
min-width: 768px;
background-size: 600px;
margin-top: 36px;
background-position: top 60px right 50px;
}
.logo {
height: 116px;
}
.header-text {
font-size: 64px;
}
.info-block {
margin-top: 24px;
margin-bottom: 44px;
}
.info-raw:not(:last-child) {
margin-bottom: 8px;
}
.info-text {
font-size: 16px;
line-height: 24px;
}
.small-text {
font-size: 24px;
line-height: 24px;
}
.small-text:not(:last-child) {
margin-bottom: 18px;
}
.links {
right: 0;
bottom: 0;
}
.store-links {
margin-bottom: 0;
}
#appstore {
margin-right: 12px;
}
.agreement {
font-size: 12px;
line-height: 12px;
}
}
@media (max-width: 768px) {
.container {
max-width: 540px;
height: 900px;
}
body {
min-width: 576px;
background-size: 480px;
background-position: top 230px center;
}
.logo {
height: 72px;
}
.header-text {
font-size: 48px;
margin-left: 16px;
}
.info-block {
margin-top: 24px;
margin-bottom: 48px;
}
.info-raw:not(:last-child) {
margin-bottom: 8px;
}
.info-text {
font-size: 16px;
line-height: 24px;
}
.small-text {
font-size: 24px;
line-height: 24px;
}
.small-text:not(:last-child) {
margin-bottom: 12px;
}
.links {
position: absolute;
left: 0;
bottom: 0;
}
.store-links {
margin-bottom: 0;
}
#appstore {
margin-right: 12px;
}
.agreement {
font-size: 12px;
line-height: 12px;
}
}
@media (max-width: 576px) {
.container {
max-width: 520px;
height: 880px;
}
body {
min-width: 540px;
background-position: top 220px center;
}
.googleplay {
height: 36px;
}
#appstore {
margin-right: 8px;
height: 36px;
}
.agreement {
font-size: 10px;
line-height: 10px;
}
}
@media (max-width: 480px) {
.container {
max-width: 440px;
height: 820px;
}
body {
min-width: 460px;
margin-top: 36px;
background-size: 400px;
background-position: center top 250px;
}
.logo {
height: 72px;
}
.header-text {
font-size: 36px;
margin-left: 12px;
}
.info-block {
margin-top: 28px;
margin-bottom: 32px;
}
.small-text {
font-size: 20px;
line-height: 24px;
}
#googleplay {
height: 40px;
}
}
@media (max-width: 420px) {
.container {
max-width: 320px;
height: 700px;
}
body {
min-width: 340px;
background-size: 290px;
background-position: center top 260px;
margin-top: 24px;
}
.logo {
height: 56px;
}
.header-text {
font-size: 32px;
margin-left: 8px;
}
.info-text {
font-size: 14px;
line-height: 20px;
}
.small-text {
font-size: 18px;
line-height: 20px;
letter-spacing: 0;
}
.store-links {
height: 40px;
}
} | css/styles.css | body {
min-width: 1200px;
margin-top: 44px;
font-family: "Montserrat", sans-serif;
background: #f6dcc7 url(../img/bg.png) center top no-repeat;
background-size: 1024px;
}
* {
box-sizing: border-box;
}
.container {
max-width: 1140px;
height: 856px;
margin: auto;
position: relative;
}
.header {
display: flex;
align-items: center;
}
.header-text {
font-style: normal;
font-weight: 600;
font-size: 72px;
line-height: 72px;
letter-spacing: 0.5px;
color: #63385f;
margin-left: 24px;
}
.info-block {
margin-top: 48px;
margin-bottom: 48px;
}
.info-raw {
display: flex;
align-items: center;
}
.info-raw:not(:last-child) {
margin-bottom: 16px;
}
.info-img {
height: 12px;
margin-right: 8px;
}
.info-text {
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 32px;
letter-spacing: 0.5px;
color: #63385f;
}
.small-text {
margin: 0;
font-style: normal;
font-weight: 600;
font-size: 36px;
line-height: 36px;
letter-spacing: 0.5px;
color: #dc7647;
}
.small-text:not(:last-child) {
margin-bottom: 24px;
}
.links {
position: absolute;
right: 0;
bottom: 0;
}
.store-links {
display: flex;
align-items: center;
margin-bottom: 16px;
}
#appstore {
margin-right: 18px;
}
.agreement {
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
letter-spacing: 0.5px;
text-decoration-line: underline;
color: #63385f;
}
.agreement:visited {
color: #9f0ab8;
}
@media (max-width: 1366px) {
.container {
max-width: 960px;
height: 720px;
}
body {
min-width: 992px;
background-size: 868px;
background-position: top 20px right 20px;
}
.logo {
height: 140px;
}
.info-block {
margin-top: 36px;
margin-bottom: 32px;
}
.info-raw:not(:last-child) {
margin-bottom: 12px;
}
.store-links {
margin-bottom: 12px;
}
}
@media (max-width: 992px) {
.container {
max-width: 720px;
height: 900px;
}
body {
min-width: 768px;
background-size: 600px;
margin-top: 36px;
background-position: top 60px right 50px;
}
.logo {
height: 116px;
}
.header-text {
font-size: 64px;
}
.info-block {
margin-top: 24px;
margin-bottom: 44px;
}
.info-raw:not(:last-child) {
margin-bottom: 8px;
}
.info-text {
font-size: 16px;
line-height: 24px;
}
.small-text {
font-size: 24px;
line-height: 24px;
}
.small-text:not(:last-child) {
margin-bottom: 18px;
}
.links {
right: 0;
bottom: 0;
}
.store-links {
margin-bottom: 0;
}
#appstore {
margin-right: 12px;
}
.agreement {
font-size: 12px;
line-height: 12px;
}
}
@media (max-width: 768px) {
.container {
max-width: 540px;
height: 900px;
}
body {
min-width: 576px;
background-size: 480px;
background-position: top 230px center;
}
.logo {
height: 72px;
}
.header-text {
font-size: 48px;
margin-left: 16px;
}
.info-block {
margin-top: 24px;
margin-bottom: 48px;
}
.info-raw:not(:last-child) {
margin-bottom: 8px;
}
.info-text {
font-size: 16px;
line-height: 24px;
}
.small-text {
font-size: 24px;
line-height: 24px;
}
.small-text:not(:last-child) {
margin-bottom: 12px;
}
.links {
position: absolute;
left: 0;
bottom: 0;
}
.store-links {
margin-bottom: 0;
}
#appstore {
margin-right: 12px;
}
.agreement {
font-size: 12px;
line-height: 12px;
}
}
@media (max-width: 576px) {
.container {
max-width: 520px;
height: 880px;
}
body {
min-width: 540px;
background-position: top 220px center;
}
.googleplay {
height: 36px;
}
#appstore {
margin-right: 8px;
height: 36px;
}
.agreement {
font-size: 10px;
line-height: 10px;
}
}
@media (max-width: 480px) {
.container {
max-width: 440px;
height: 820px;
}
body {
min-width: 460px;
margin-top: 36px;
background-size: 400px;
background-position: center top 250px;
}
.logo {
height: 72px;
}
.header-text {
font-size: 36px;
margin-left: 12px;
}
.info-block {
margin-top: 28px;
margin-bottom: 32px;
}
.small-text {
font-size: 20px;
line-height: 24px;
}
#googleplay {
height: 40px;
}
}
@media (max-width: 420px) {
.container {
max-width: 320px;
height: 700px;
}
body {
min-width: 340px;
background-size: 290px;
background-position: center top 260px;
margin-top: 24px;
}
.logo {
height: 56px;
}
.header-text {
font-size: 32px;
margin-left: 8px;
}
.info-text {
font-size: 14px;
line-height: 20px;
}
.small-text {
font-size: 18px;
line-height: 20px;
letter-spacing: 0;
}
.store-links {
height: 40px;
}
} | 0.322953 | 0.048249 |
.root {
/* Color definitions */
color-primary: #ff9800; /* Orange 500 */
color-card: #ffffff; /* White */
color-header: #f5f5f5; /* Grey 100 */
color-footer: #bdbdbd; /* Grey 400 */
color-placeholder: #9e9e9e; /* Grey 500 */
color-info: #2196f3; /* Blue 500 */
color-success: #4caf50; /* Green 500 */
color-warning: #ffc107; /* Amber 500 */
color-error: #f44336; /* Red 500 */
-fx-background-color: #eeeeee; /* Grey 200 */
}
/********** CONTAINERS **********/
.container-main {
-fx-pref-width: 1024.0px;
-fx-pref-height: 576.0px;
}
.container-sub {
-fx-padding: 16.0px;
}
.card {
-fx-padding: 8.0px;
-fx-background-color: color-card;
-fx-effect: dropshadow(two-pass-box, rgba(0.0, 0.0, 0.0, 0.25), 5.0, 0.1, 0.0, 1.75);
}
.card-content {
-fx-border-width: 2.0px 0.0px 0.0px 0.0px;
-fx-border-color: color-primary;
}
.card-placeholder {
-fx-border-color: color-placeholder;
-fx-border-style: dashed;
-fx-border-width: 4.0;
}
.label-placeholder {
-fx-text-fill: color-placeholder;
}
/********** HEADER **********/
.header {
-fx-padding: 4.0px 16.0px;
-fx-background-color: color-header;
}
/********** TARGET **********/
.target {
-fx-background-color: color-primary;
-fx-padding: 6.0px 16.0px;
}
.target > .scheme {
-fx-pref-width: 64.0px;
}
.target > .host {
-fx-pref-width: 256.0px;
}
.target > .port {
-fx-pref-width: 64.0px;
}
.target > .separator {
-fx-padding: 0.0px 4.0px;
}
/********** NOTIFICATION **********/
.notification {
-fx-border-width: 2.0px 0.0px 0.0px 0.0px;
-fx-padding: 4.0px, 8.0px;
-fx-border-insets: 8.0px 16.0px;
-fx-background-insets: 8.0px 16.0px;
}
.notification-info {
-fx-border-color: color-info;
}
.notification-success {
-fx-border-color: color-success;
}
.notification-warning {
-fx-border-color: color-warning;
}
.notification-error {
-fx-border-color: color-error;
}
.footer {
-fx-background-color: color-footer;
-fx-padding: 4.0px 16.0px;
}
.label-uri {
-fx-text-fill: color-info;
} | ct-admin/src/main/resources/css/styles.css | .root {
/* Color definitions */
color-primary: #ff9800; /* Orange 500 */
color-card: #ffffff; /* White */
color-header: #f5f5f5; /* Grey 100 */
color-footer: #bdbdbd; /* Grey 400 */
color-placeholder: #9e9e9e; /* Grey 500 */
color-info: #2196f3; /* Blue 500 */
color-success: #4caf50; /* Green 500 */
color-warning: #ffc107; /* Amber 500 */
color-error: #f44336; /* Red 500 */
-fx-background-color: #eeeeee; /* Grey 200 */
}
/********** CONTAINERS **********/
.container-main {
-fx-pref-width: 1024.0px;
-fx-pref-height: 576.0px;
}
.container-sub {
-fx-padding: 16.0px;
}
.card {
-fx-padding: 8.0px;
-fx-background-color: color-card;
-fx-effect: dropshadow(two-pass-box, rgba(0.0, 0.0, 0.0, 0.25), 5.0, 0.1, 0.0, 1.75);
}
.card-content {
-fx-border-width: 2.0px 0.0px 0.0px 0.0px;
-fx-border-color: color-primary;
}
.card-placeholder {
-fx-border-color: color-placeholder;
-fx-border-style: dashed;
-fx-border-width: 4.0;
}
.label-placeholder {
-fx-text-fill: color-placeholder;
}
/********** HEADER **********/
.header {
-fx-padding: 4.0px 16.0px;
-fx-background-color: color-header;
}
/********** TARGET **********/
.target {
-fx-background-color: color-primary;
-fx-padding: 6.0px 16.0px;
}
.target > .scheme {
-fx-pref-width: 64.0px;
}
.target > .host {
-fx-pref-width: 256.0px;
}
.target > .port {
-fx-pref-width: 64.0px;
}
.target > .separator {
-fx-padding: 0.0px 4.0px;
}
/********** NOTIFICATION **********/
.notification {
-fx-border-width: 2.0px 0.0px 0.0px 0.0px;
-fx-padding: 4.0px, 8.0px;
-fx-border-insets: 8.0px 16.0px;
-fx-background-insets: 8.0px 16.0px;
}
.notification-info {
-fx-border-color: color-info;
}
.notification-success {
-fx-border-color: color-success;
}
.notification-warning {
-fx-border-color: color-warning;
}
.notification-error {
-fx-border-color: color-error;
}
.footer {
-fx-background-color: color-footer;
-fx-padding: 4.0px 16.0px;
}
.label-uri {
-fx-text-fill: color-info;
} | 0.232223 | 0.046834 |
* {-moz-background-clip: padding; z-index:0}
body,iframe {margin:0px; padding:0px}
div,span,img,a,form,body,label {border-width:1px; border-color:black}
a.internal1 {
font-family: verdana;
font-size: 13px;
text-align: center;
color: #131CA4;
}
a.internal1:link, a.menu:visited {
color: #131CA4;
text-decoration: none;
}
a.internal1:hover {
color: #4078FF;
text-decoration: underline;
}
a.internal1:active {
color: #131CA4;
}
a.internal2 {
font-family: verdana;
font-size: 13px;
text-align: center;
color: #131CA4;
}
a.internal2:link, a.menu:visited {
color: #131CA4;
text-decoration: none;
}
a.internal2:hover {
color: #4078FF;
text-decoration: underline;
}
a.internal2:active {
color: #131CA4;
}
a.menu {
border-left-color:#61B900;
border-left-style:solid;
border-right-color:#61B900;
border-right-style:solid;
font-family:verdana;
font-weight:bold;
margin:0px;
margin-left:0px;
padding:0px;
padding-left:0px;
width: 142px;
position: absolute;
overflow: hidden;
top: 50%;
margin-top: -8px;
}
a.menu:link, a.menu:visited {
color: White;
text-decoration: none;
font-size:13px;
}
a.menu:hover {
color: White;
text-decoration: underline;
font-size: 14px;
}
a.menu:active {
color:White;
font-size:13px;
}
a.actual_menu {
border-left-color:#61B900;
border-left-style:solid;
border-right-color:#61B900;
border-right-style:solid;
font-family:verdana;
font-weight:bold;
margin:0px;
margin-left:0px;
padding:0px;
padding-left:0px;
width: 142px;
position: absolute;
overflow: hidden;
top: 50%;
margin-top: -8px;
}
a.actual_menu:link, a.actual_menu:visited {
color: yellow;
font-size: 13px;
text-decoration: none;
}
a.actual_menu:hover {
color: yellow;
font-size: 14px;
text-decoration: underline;
}
a.actual_menu:active {
color:White;
text-decoration: underline;
font-size:13px;
}
.Full_page {
width: 750px;
background-color: white;
margin: 0px auto;
}
.Panel_top {
height: 168px;
background-color: #CDCDCD;
}
.Page_title {
background-color: #0080C0;
background-repeat: repeat-x;
border: 0px #0076AE solid;
background: none;
padding: 1px;
width: 748px;
height: 118px;
position: absolute;
overflow: hidden;
top: 8px;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
filter: none;
}
.Background_title {
position: absolute;
z-index: -99;
padding: 0;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background: url('images/blue_bar.png') no-repeat transparent;
}
.Lbl_ofmat_title {
background: url('images/ofmat_title.png') no-repeat transparent;
position: absolute;
top: 39px;
left: 126px;
bottom: 25px;
right: 14px;
}
.Ofmat_simbol {
position: absolute;
top: 10px;
left: 10px;
}
.Lbl_version {
color: White;
font-size: 13px;
font-style: italic;
width: 64px;
position: absolute;
top: 80px;
left: 660px;
}
.Main_menu {
background-image: url('images/green_menu.png');
background-repeat: repeat-x;
border-color: #498C00;
border-style: solid;
width: 748px;
height: 32px;
position: absolute;
overflow: hidden;
top: 128px;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
}
.Main_menu_top {
background-image: url('images/green_top_menu.png');
background-repeat: repeat-x;
width: 748px;
height: 16px;
top: 0px;
left:0px;
position: absolute;
overflow: hidden;
}
.Menu_gray_shadow {
background-image: url('images/menu_gray_shadow.png');
background-repeat: repeat-x;
height: 6px;
position: relative;
overflow: hidden;
top: 162px;
width: 750px;
margin-left: auto;
margin-right: auto;
}
.Gray_border {
border-color: #D6D6D6;
border-style: solid;
width: 722px;
position: absolute;
overflow: none;
top: 11px;
left: 13px;
}
.Gray_background {
font-family: Arial;
font-size: 16px;
background-color: #CDCDCD;
}
.Panel_middle {
background-color: White;
width: 750px;
}
.Panel_base {
height: 50px;
background-color: #CDCDCD;
}
.Green_bar {
background-color: #61B900;
width: 750px;
position: absolute;
overflow: hidden;
height: 35px;
}
.Lbl_copyright {
color: White;
font-size: 11px;
font-weight: bold;
width: 92px;
position: absolute;
overflow: hidden;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
top: 17px;
margin-top: -7px;
}
.text_pre_table {
color: #131CA4;
font-family: Verdana;
font-size: 15px;
font-weight: bold;
text-align: left;
padding-top: 8pt;
padding-bottom: 8pt;
padding-left: 14pt;
position: relative;
overflow: hidden;
}
.title1 {
color: #131CA4;
font-family: Verdana;
font-size: 15px;
font-weight: bold;
text-align: left;
padding-top: 8pt;
padding-left: 10pt;
position: relative;
overflow: hidden;
}
.title2 {
color: #131CA4;
font-family: Verdana;
font-size: 13px;
font-weight: bold;
text-align: left;
padding-top: 8pt;
padding-left: 10pt;
position: relative;
overflow: hidden;
}
.text1 {
color: #4078FF;
font-family: Verdana;
font-size: 13px;
font-weight: normal;
text-indent: 20pt;
text-align: justify;
line-height: 13pt;
padding: 10pt;
}
.list_item {
color: #4078FF;
font-family: Verdana;
font-size: 13px;
font-weight: normal;
text-indent: 0pt;
text-align: justify;
line-height: 13pt;
padding: 10pt;
}
.Message1 {
color: #131CA4;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 10pt;
position: relative;
overflow: hidden;
}
.table_text1 {
color: black;
font-family: Verdana;
font-size: 13px;
font-weight: bold;
text-align: left;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_text2 {
color: #10168d;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
text-align: justify;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_text3 {
color: black;
font-family: Verdana;
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_text4 {
color: #10168d;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
text-align: center;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_text5 {
color: black;
font-family: Verdana;
font-size: 12px;
text-align: left;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_style {
border-color: #131CA4;
border-style: solid;
border-width: 1px;
}
.table_col_centered {
background-color: #5a9fde;
border-color: #131CA4;
border-style: solid;
border-width: 1px;
}
.table_col_left {
background-color: #9ac5eb;
border-color: #131CA4;
border-style: solid;
border-width: 1px;
}
.table_col_right {
background-color: #dcebf8;
border-color: #131CA4;
border-style: solid;
border-width: 1px;
}
.centered_link {
text-align: center;
padding: 15pt;
}
.Fundo_cinza_claro { background-color:#F4F4F4; }
.Label22_nm { color:#0080C0; font-family:verdana; font-size:14px; font-weight:bold; background-color:Transparent; } | ofmat.css | * {-moz-background-clip: padding; z-index:0}
body,iframe {margin:0px; padding:0px}
div,span,img,a,form,body,label {border-width:1px; border-color:black}
a.internal1 {
font-family: verdana;
font-size: 13px;
text-align: center;
color: #131CA4;
}
a.internal1:link, a.menu:visited {
color: #131CA4;
text-decoration: none;
}
a.internal1:hover {
color: #4078FF;
text-decoration: underline;
}
a.internal1:active {
color: #131CA4;
}
a.internal2 {
font-family: verdana;
font-size: 13px;
text-align: center;
color: #131CA4;
}
a.internal2:link, a.menu:visited {
color: #131CA4;
text-decoration: none;
}
a.internal2:hover {
color: #4078FF;
text-decoration: underline;
}
a.internal2:active {
color: #131CA4;
}
a.menu {
border-left-color:#61B900;
border-left-style:solid;
border-right-color:#61B900;
border-right-style:solid;
font-family:verdana;
font-weight:bold;
margin:0px;
margin-left:0px;
padding:0px;
padding-left:0px;
width: 142px;
position: absolute;
overflow: hidden;
top: 50%;
margin-top: -8px;
}
a.menu:link, a.menu:visited {
color: White;
text-decoration: none;
font-size:13px;
}
a.menu:hover {
color: White;
text-decoration: underline;
font-size: 14px;
}
a.menu:active {
color:White;
font-size:13px;
}
a.actual_menu {
border-left-color:#61B900;
border-left-style:solid;
border-right-color:#61B900;
border-right-style:solid;
font-family:verdana;
font-weight:bold;
margin:0px;
margin-left:0px;
padding:0px;
padding-left:0px;
width: 142px;
position: absolute;
overflow: hidden;
top: 50%;
margin-top: -8px;
}
a.actual_menu:link, a.actual_menu:visited {
color: yellow;
font-size: 13px;
text-decoration: none;
}
a.actual_menu:hover {
color: yellow;
font-size: 14px;
text-decoration: underline;
}
a.actual_menu:active {
color:White;
text-decoration: underline;
font-size:13px;
}
.Full_page {
width: 750px;
background-color: white;
margin: 0px auto;
}
.Panel_top {
height: 168px;
background-color: #CDCDCD;
}
.Page_title {
background-color: #0080C0;
background-repeat: repeat-x;
border: 0px #0076AE solid;
background: none;
padding: 1px;
width: 748px;
height: 118px;
position: absolute;
overflow: hidden;
top: 8px;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
filter: none;
}
.Background_title {
position: absolute;
z-index: -99;
padding: 0;
left: 0px;
right: 0px;
top: 0px;
bottom: 0px;
background: url('images/blue_bar.png') no-repeat transparent;
}
.Lbl_ofmat_title {
background: url('images/ofmat_title.png') no-repeat transparent;
position: absolute;
top: 39px;
left: 126px;
bottom: 25px;
right: 14px;
}
.Ofmat_simbol {
position: absolute;
top: 10px;
left: 10px;
}
.Lbl_version {
color: White;
font-size: 13px;
font-style: italic;
width: 64px;
position: absolute;
top: 80px;
left: 660px;
}
.Main_menu {
background-image: url('images/green_menu.png');
background-repeat: repeat-x;
border-color: #498C00;
border-style: solid;
width: 748px;
height: 32px;
position: absolute;
overflow: hidden;
top: 128px;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
}
.Main_menu_top {
background-image: url('images/green_top_menu.png');
background-repeat: repeat-x;
width: 748px;
height: 16px;
top: 0px;
left:0px;
position: absolute;
overflow: hidden;
}
.Menu_gray_shadow {
background-image: url('images/menu_gray_shadow.png');
background-repeat: repeat-x;
height: 6px;
position: relative;
overflow: hidden;
top: 162px;
width: 750px;
margin-left: auto;
margin-right: auto;
}
.Gray_border {
border-color: #D6D6D6;
border-style: solid;
width: 722px;
position: absolute;
overflow: none;
top: 11px;
left: 13px;
}
.Gray_background {
font-family: Arial;
font-size: 16px;
background-color: #CDCDCD;
}
.Panel_middle {
background-color: White;
width: 750px;
}
.Panel_base {
height: 50px;
background-color: #CDCDCD;
}
.Green_bar {
background-color: #61B900;
width: 750px;
position: absolute;
overflow: hidden;
height: 35px;
}
.Lbl_copyright {
color: White;
font-size: 11px;
font-weight: bold;
width: 92px;
position: absolute;
overflow: hidden;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
top: 17px;
margin-top: -7px;
}
.text_pre_table {
color: #131CA4;
font-family: Verdana;
font-size: 15px;
font-weight: bold;
text-align: left;
padding-top: 8pt;
padding-bottom: 8pt;
padding-left: 14pt;
position: relative;
overflow: hidden;
}
.title1 {
color: #131CA4;
font-family: Verdana;
font-size: 15px;
font-weight: bold;
text-align: left;
padding-top: 8pt;
padding-left: 10pt;
position: relative;
overflow: hidden;
}
.title2 {
color: #131CA4;
font-family: Verdana;
font-size: 13px;
font-weight: bold;
text-align: left;
padding-top: 8pt;
padding-left: 10pt;
position: relative;
overflow: hidden;
}
.text1 {
color: #4078FF;
font-family: Verdana;
font-size: 13px;
font-weight: normal;
text-indent: 20pt;
text-align: justify;
line-height: 13pt;
padding: 10pt;
}
.list_item {
color: #4078FF;
font-family: Verdana;
font-size: 13px;
font-weight: normal;
text-indent: 0pt;
text-align: justify;
line-height: 13pt;
padding: 10pt;
}
.Message1 {
color: #131CA4;
font-family: Verdana;
font-size: 14px;
font-weight: bold;
text-align: center;
padding: 10pt;
position: relative;
overflow: hidden;
}
.table_text1 {
color: black;
font-family: Verdana;
font-size: 13px;
font-weight: bold;
text-align: left;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_text2 {
color: #10168d;
font-family: Verdana;
font-size: 12px;
font-weight: normal;
text-align: justify;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_text3 {
color: black;
font-family: Verdana;
font-size: 13px;
font-weight: bold;
text-align: center;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_text4 {
color: #10168d;
font-family: Verdana;
font-size: 11px;
font-weight: normal;
text-align: center;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_text5 {
color: black;
font-family: Verdana;
font-size: 12px;
text-align: left;
padding: 3pt;
position: relative;
overflow: hidden;
}
.table_style {
border-color: #131CA4;
border-style: solid;
border-width: 1px;
}
.table_col_centered {
background-color: #5a9fde;
border-color: #131CA4;
border-style: solid;
border-width: 1px;
}
.table_col_left {
background-color: #9ac5eb;
border-color: #131CA4;
border-style: solid;
border-width: 1px;
}
.table_col_right {
background-color: #dcebf8;
border-color: #131CA4;
border-style: solid;
border-width: 1px;
}
.centered_link {
text-align: center;
padding: 15pt;
}
.Fundo_cinza_claro { background-color:#F4F4F4; }
.Label22_nm { color:#0080C0; font-family:verdana; font-size:14px; font-weight:bold; background-color:Transparent; } | 0.291787 | 0.086016 |
@import 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css';
/*@import "../../node_modules/codemirror/lib/codemirror.css";*/
/** ----- Begin Global ----- **/
html,
body,
#app {
height: 100%;
}
input::placeholder,
textarea::placeholder {
color: #888888;
}
.button {
background-color: #009bdf;
}
.align-right {
float: right;
}
.italic {
font-style: italic;
}
.bold {
font-weight: bold;
}
/** ----- End Global ----- **/
.app-container {
height: 100%;
position: relative;
}
/** ----- Sidebar ----- **/
.app-sidebar {
height: 100%;
width: 33.3%;
transition: left 0.3s;
z-index: 500;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
background-color: #efefef;
border-right: 1px solid #dedede;
}
.sidebar-container {
overflow: auto;
height: 100%;
display: flex;
flex-direction: column;
flex-basis: content;
}
.app-sidebar.collapsed {
position: absolute;
left: -33.3%;
top: 0;
}
.scene-container {
position: absolute;
height: 100%;
left: 33.3%;
top: 0;
bottom: 0;
right: 0;
overflow-y: auto;
transition: left 0.3s;
}
.sidebar-toggle-button {
position: absolute;
left: 100%;
z-index: 1000;
}
.scene-overlay {
transition: background-color 0.3s;
position: absolute;
width: 100%;
height: 100%;
z-index: 50;
pointer-events: none;
}
.sidebar-item-content>div>*:last-child {
margin-bottom: 0;
}
.olin-build-logo {
color: #c7254e;
}
.olin-build-logo:hover {
color: #c7254e;
text-decoration: underline;
}
@media screen and (max-width: 700px) {
.app-sidebar {
left: -33.3%;
position: absolute;
top: 0;
border-right: none;
width: 85%;
}
.app-sidebar.collapsed {
left: -85%;
}
.app-sidebar.expanded .sidebar-toggle-button {
display: none;
}
.app-sidebar.expanded {
left: 0;
}
.scene-container {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100%;
}
.app-sidebar.expanded+.scene-container .scene-overlay {
background-color: rgba(0, 0, 0, 0.5);
pointer-events: all;
}
}
@media screen and (min-width: 701px) {
.app-sidebar.collapsed+.scene-container {
left: 0;
}
}
@media (min-width: 60rem) {
.app-sidebar {
width: 20rem;
}
.app-sidebar.collapsed {
left: -25rem;
}
.scene-container {
left: 20rem;
}
}
/** --- Begin Sidebar Header --- **/
.header-content {
padding: 1.2em;
background-color: #009bdf;
flex-basis: content;
width: 100%;
}
.olin-logo {
width: 100%;
fill: white;
padding: 0;
}
.olin-logo:hover {
fill: #e1e1e1;
}
.olin-logo .beta-box {
fill: #ffc20e;
}
.olin-logo .beta-text {
fill: #5f5f5f;
}
header nav li.menu-text {
color: white;
padding: 0;
}
header nav li.menu-text a {
color: white;
padding: 1rem 1.8rem;
}
header nav li.menu-text:hover a {
border-bottom: 6px solid #dedede;
}
/** --- End Sidebar Header --- **/
.sidebar-item-content {
background-color: white;
padding: 0.6em 1em 1em;
overflow: auto;
}
.sidebar-item-content p {
font-size: 0.8em;
line-height: 1.3em;
}
.sidebar-item-content::-webkit-scrollbar,
.scene-container::-webkit-scrollbar {
display: none;
}
.sidebar-item-header {
display: flex;
width: 100%;
padding: 0.5em 1rem;
font-size: 1.1em;
flex-direction: row;
justify-content: space-between;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-bottom: 0.15em solid #e2dddd;
}
.sidebar-title-right {
float: right;
font-size: 80%;
}
.sidebar-item-subsection-header {
margin-bottom: 0.5em;
border-bottom: 1px solid #c5c5c5;
padding-bottom: 0.5em;
font-size: 90%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sidebar-content {
flex-grow: 1;
}
.sidebar-title,
.sidebar-item {
border-bottom: 2px solid #ddd;
}
.link-pane {
display: flex;
justify-content: space-around;
}
.link-pane button {
margin: 1rem;
}
/** --- Begin ICS Feed Generation Pane --- **/
.ics-feed-instructions-icon {
height: 3em;
fill: #aaaaaa;
}
.ics-copy-to-clipboard {
display: block;
margin-top: 0.5em;
}
.ics-instructions {
display: block;
font-size: 90%;
color: gray;
}
/** --- End ICS Feed Generation Pane --- **/
/** --- Begin Sidebar Footer --- **/
footer {
flex-basis: content;
}
.footer-message {
margin: 1em;
text-align: center;
color: #9c9c9c;
font-size: small;
}
.footer-message a {
color: #9c9c9c;
}
.footer-message a:hover {
color: #1779ba;
}
.footer-message p {
margin-bottom: 0.2em;
}
@media screen and (max-width: 400px) {
.app-sidebar {
font-size: 80%;
}
.sidebar-container button {
font-size: 1em;
}
.link-pane button {
margin: 0.7em;
}
.footer-message {
font-size: x-small;
}
}
/** --- End Sidebar Footer --- **/
/** ----- End Sidebar ----- **/
/** ----- Begin Labels ----- **/
.label {
display: inline-block;
padding: 0.35em 0.5em;
border-radius: 0;
font-size: 0.8rem;
line-height: 1;
white-space: nowrap;
cursor: default;
color: #fefefe;
margin-left: 0.2em;
margin-right: 0.2em;
}
span.label {
margin: 1rem 0.1rem 0;
}
.button.label {
margin: 0.3rem 0.2em;
}
.button.label:hover:not(.disabled):not(.no-hover) {
background-color: #14679e;
color: #fefefe;
cursor: pointer;
}
.label-selector-list {
margin-bottom: -0.2em;
}
.add-edit-filters .button.label,
.add-edit-filters .button.label:not(.selected):not(.disabled):not(.no-hover):hover {
background-color: #14679e !important;
color: #fefefe !important;
}
.add-edit-filters .button.label:not(.selected),
.add-edit-filters .button.label.selected:not(.disabled):not(.no-hover):hover {
background-color: white !important;
border-color: #14679e !important;
color: #14679e !important;
}
/** ----- End Labels ----- **/
/** ----- Begin Calendar ----- **/
.calendar-header {
background-color: white;
border-bottom: 0.15em solid #dcd9d9;
display: flex;
justify-content: space-between;
align-items: center;
}
.calendar-header * {
color: #7d7d7d;
}
.calendar-header .title {
font-size: 1.3em;
}
.calendar-header-view-selector {
display: inline-block;
}
.calendar-header-view-option {
display: inline-block;
padding: 0.6em 1em;
transition: all 0.3s ease;
cursor: pointer;
}
.calendar-header-view-option.current {
background-color: #eee;
}
.calendar-header-view-option:hover {
background-color: #e9e9e9;
}
.calendar-header-options {
float: right;
display: inline-block;
}
.calendar-header-options>* {
display: inline-block;
}
.calendar-header-pagination button {
padding: 0.2em;
margin: 0 0.5em;
font-weight: bold;
cursor: pointer;
}
.calendar-container .menu-icon-button {
cursor: pointer;
margin: 0 0.5em;
}
.calendar-container .menu-icon-button>.menu-icon {
width: 2em;
height: 2em;
fill: gray;
}
#calendar {
padding: 1rem 0 0;
flex: 1;
}
.urc {
font-size: 0.9em;
}
.urc .urc-event {
margin-bottom: 0.2em;
}
.urc .month-day-header {
font-size: 0.8em;
}
@media screen and (max-height: 40em) {
.urc-side-label {
padding-top: 0;
padding-bottom: 0;
}
}
.calendar-container {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
.label-selector-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.label-selector-list button {
border-radius: 0.2rem;
}
.label:not(.selected) {
background-color: transparent;
color: black;
border: 1px solid darkgray;
}
.add-button {
position: absolute;
right: 2em;
bottom: 2em;
}
.material-button.circle-button {
width: 3em;
}
.material-button.blue .add-plus {
fill: white;
}
/** ----- End Calendar ----- **/
/** ----- Begin Event Add/Edit ----- **/
.content-container {
padding: 1em;
}
.m-input-moment .btn-save,
.m-input-moment .options button.is-active,
.m-calendar .toolbar button,
.content-container button:not(.im-btn .label) {
background-color: #009bdf;
}
.page-title>.menu-icon-button {
position: relative;
z-index: 20;
cursor: pointer;
margin-right: 0.5em;
}
.page-title>.menu-icon-button>.menu-icon {
width: 1em;
height: 1em;
fill: gray;
}
.markdown-editor-container {
overflow: auto;
margin: 1em 0;
}
.markdown-editor-editor-preview-container {
display: block;
overflow: auto;
}
.markdown-editor {
min-height: 15em;
}
.markdown-preview {
padding-left: 2em;
}
textarea.markdown-editor {
resize: vertical;
}
.markdown-guide {
overflow: auto;
/*background-color: #efefef;*/
width: 100%;
}
.markdown-guide-title {
margin: 0.8em 0.8em 0;
display: block;
color: gray;
font-family: 'Courier New', Arial, sans-serif;
}
.markdown-guide-section-container {
display: flex;
flex-direction: column;
width: 100%;
/*justify-content: space-between;*/
}
.markdown-guide-section-container h1 {
font-size: xx-large;
}
.markdown-guide-section-container h2 {
font-size: x-large;
}
.markdown-guide-section {
/*padding: 0.5em 1em;*/
/*max-width: 30%;*/
}
.markdown-guide-section-title {
display: inline-block;
font-size: large;
font-weight: bold;
margin-bottom: 0.5em;
border-bottom: 1px solid lightgray;
}
/** --- Begin Date/Time Selector --- **/
.date-time-container {
display: inline-block;
margin-right: 1em;
}
.picker-popup-container {
position: relative;
}
.m-input-moment {
background-color: white;
position: absolute;
top: 0;
left: 0;
z-index: 1000;
}
.m-calendar .toolbar {
margin-bottom: 0;
padding: 0.5em;
}
.m-input-moment .tabs {
margin-bottom: 1.8em;
}
.m-time .showtime {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/** --- End Date/Time Selector --- **/
.is-invalid-input:focus {
border-color: #cc4b37;
}
.location-parsed {
padding: 0 0.5em;
background-color: #dedede;
margin: 0 0.3em;
line-height: 2.4em;
}
.location-input-container>input {
margin: 0 0.5em 0 0;
}
.location-input-container {
display: flex;
flex-direction: row;
}
.location-input-container>img {
margin-left: 0.5em;
padding: 0.2rem;
height: 2.4375rem;
}
.short-text-box {
max-width: 10em;
display: inline-block;
margin: 0 0.5rem 1rem;
}
.short-text-box:first-child {
margin-left: 0;
}
.short-text-box:last-child {
margin-right: 0;
}
.super-short-text-box {
max-width: 4em;
display: inline-block;
margin: 0 0.5rem 1rem;
}
.super-short-text-box:first-child {
margin-left: 0;
}
.super-short-text-box:last-child {
margin-right: 0;
}
.medium-text-box {
max-width: 30em;
}
.multi-line-text-box {
min-height: 15em;
}
.radio-collection-container {
display: flex;
align-items: center;
margin-bottom: 1rem;
}
.radio-collection-title {
padding-right: 1em;
font-weight: bold;
}
.radio-option {
display: flex;
align-items: center;
}
.radio-option label {
font-size: 1em;
}
.radio-option input[type='radio'] {
margin: 0;
}
.radio-collection-options-container {
display: flex;
}
.form-submit-button-container {
text-align: right;
}
.form-submit-button-container button:not(:last-child) {
margin-right: 1em;
}
.content-container .button.delete,
.button.delete {
background-color: #ff3f3f;
}
.content-container .button.cancel,
.button.cancel {
background-color: #9f9f9f;
}
.recurrence-container {
margin-bottom: 1em;
}
/** ----- End Event Add/Edit ----- **/
/** ----- Begin View ----- **/
.event-date-location-container {
margin-bottom: 1em;
}
/** ----- End View ----- **/
/* From https://www.w3schools.com/howto/howto_css_loader.asp */
.loading {
border: 16px solid #f3f3f3;
border-top: 16px solid #3498db;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
color: white;
margin: auto;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.messages {
z-index: 1000;
width: 100%;
background: yellow;
padding: 5px 15px;
position: absolute;
transition: transform 0.5s;
transform: scaleY(1);
}
.messages.count-0 {
transform: scaleY(0);
}
.messages.count-0 .closebox {
display: none;
} | public/css/app.css | @import 'https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css';
/*@import "../../node_modules/codemirror/lib/codemirror.css";*/
/** ----- Begin Global ----- **/
html,
body,
#app {
height: 100%;
}
input::placeholder,
textarea::placeholder {
color: #888888;
}
.button {
background-color: #009bdf;
}
.align-right {
float: right;
}
.italic {
font-style: italic;
}
.bold {
font-weight: bold;
}
/** ----- End Global ----- **/
.app-container {
height: 100%;
position: relative;
}
/** ----- Sidebar ----- **/
.app-sidebar {
height: 100%;
width: 33.3%;
transition: left 0.3s;
z-index: 500;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-x: hidden;
overflow-y: auto;
background-color: #efefef;
border-right: 1px solid #dedede;
}
.sidebar-container {
overflow: auto;
height: 100%;
display: flex;
flex-direction: column;
flex-basis: content;
}
.app-sidebar.collapsed {
position: absolute;
left: -33.3%;
top: 0;
}
.scene-container {
position: absolute;
height: 100%;
left: 33.3%;
top: 0;
bottom: 0;
right: 0;
overflow-y: auto;
transition: left 0.3s;
}
.sidebar-toggle-button {
position: absolute;
left: 100%;
z-index: 1000;
}
.scene-overlay {
transition: background-color 0.3s;
position: absolute;
width: 100%;
height: 100%;
z-index: 50;
pointer-events: none;
}
.sidebar-item-content>div>*:last-child {
margin-bottom: 0;
}
.olin-build-logo {
color: #c7254e;
}
.olin-build-logo:hover {
color: #c7254e;
text-decoration: underline;
}
@media screen and (max-width: 700px) {
.app-sidebar {
left: -33.3%;
position: absolute;
top: 0;
border-right: none;
width: 85%;
}
.app-sidebar.collapsed {
left: -85%;
}
.app-sidebar.expanded .sidebar-toggle-button {
display: none;
}
.app-sidebar.expanded {
left: 0;
}
.scene-container {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
width: 100%;
}
.app-sidebar.expanded+.scene-container .scene-overlay {
background-color: rgba(0, 0, 0, 0.5);
pointer-events: all;
}
}
@media screen and (min-width: 701px) {
.app-sidebar.collapsed+.scene-container {
left: 0;
}
}
@media (min-width: 60rem) {
.app-sidebar {
width: 20rem;
}
.app-sidebar.collapsed {
left: -25rem;
}
.scene-container {
left: 20rem;
}
}
/** --- Begin Sidebar Header --- **/
.header-content {
padding: 1.2em;
background-color: #009bdf;
flex-basis: content;
width: 100%;
}
.olin-logo {
width: 100%;
fill: white;
padding: 0;
}
.olin-logo:hover {
fill: #e1e1e1;
}
.olin-logo .beta-box {
fill: #ffc20e;
}
.olin-logo .beta-text {
fill: #5f5f5f;
}
header nav li.menu-text {
color: white;
padding: 0;
}
header nav li.menu-text a {
color: white;
padding: 1rem 1.8rem;
}
header nav li.menu-text:hover a {
border-bottom: 6px solid #dedede;
}
/** --- End Sidebar Header --- **/
.sidebar-item-content {
background-color: white;
padding: 0.6em 1em 1em;
overflow: auto;
}
.sidebar-item-content p {
font-size: 0.8em;
line-height: 1.3em;
}
.sidebar-item-content::-webkit-scrollbar,
.scene-container::-webkit-scrollbar {
display: none;
}
.sidebar-item-header {
display: flex;
width: 100%;
padding: 0.5em 1rem;
font-size: 1.1em;
flex-direction: row;
justify-content: space-between;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border-bottom: 0.15em solid #e2dddd;
}
.sidebar-title-right {
float: right;
font-size: 80%;
}
.sidebar-item-subsection-header {
margin-bottom: 0.5em;
border-bottom: 1px solid #c5c5c5;
padding-bottom: 0.5em;
font-size: 90%;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.sidebar-content {
flex-grow: 1;
}
.sidebar-title,
.sidebar-item {
border-bottom: 2px solid #ddd;
}
.link-pane {
display: flex;
justify-content: space-around;
}
.link-pane button {
margin: 1rem;
}
/** --- Begin ICS Feed Generation Pane --- **/
.ics-feed-instructions-icon {
height: 3em;
fill: #aaaaaa;
}
.ics-copy-to-clipboard {
display: block;
margin-top: 0.5em;
}
.ics-instructions {
display: block;
font-size: 90%;
color: gray;
}
/** --- End ICS Feed Generation Pane --- **/
/** --- Begin Sidebar Footer --- **/
footer {
flex-basis: content;
}
.footer-message {
margin: 1em;
text-align: center;
color: #9c9c9c;
font-size: small;
}
.footer-message a {
color: #9c9c9c;
}
.footer-message a:hover {
color: #1779ba;
}
.footer-message p {
margin-bottom: 0.2em;
}
@media screen and (max-width: 400px) {
.app-sidebar {
font-size: 80%;
}
.sidebar-container button {
font-size: 1em;
}
.link-pane button {
margin: 0.7em;
}
.footer-message {
font-size: x-small;
}
}
/** --- End Sidebar Footer --- **/
/** ----- End Sidebar ----- **/
/** ----- Begin Labels ----- **/
.label {
display: inline-block;
padding: 0.35em 0.5em;
border-radius: 0;
font-size: 0.8rem;
line-height: 1;
white-space: nowrap;
cursor: default;
color: #fefefe;
margin-left: 0.2em;
margin-right: 0.2em;
}
span.label {
margin: 1rem 0.1rem 0;
}
.button.label {
margin: 0.3rem 0.2em;
}
.button.label:hover:not(.disabled):not(.no-hover) {
background-color: #14679e;
color: #fefefe;
cursor: pointer;
}
.label-selector-list {
margin-bottom: -0.2em;
}
.add-edit-filters .button.label,
.add-edit-filters .button.label:not(.selected):not(.disabled):not(.no-hover):hover {
background-color: #14679e !important;
color: #fefefe !important;
}
.add-edit-filters .button.label:not(.selected),
.add-edit-filters .button.label.selected:not(.disabled):not(.no-hover):hover {
background-color: white !important;
border-color: #14679e !important;
color: #14679e !important;
}
/** ----- End Labels ----- **/
/** ----- Begin Calendar ----- **/
.calendar-header {
background-color: white;
border-bottom: 0.15em solid #dcd9d9;
display: flex;
justify-content: space-between;
align-items: center;
}
.calendar-header * {
color: #7d7d7d;
}
.calendar-header .title {
font-size: 1.3em;
}
.calendar-header-view-selector {
display: inline-block;
}
.calendar-header-view-option {
display: inline-block;
padding: 0.6em 1em;
transition: all 0.3s ease;
cursor: pointer;
}
.calendar-header-view-option.current {
background-color: #eee;
}
.calendar-header-view-option:hover {
background-color: #e9e9e9;
}
.calendar-header-options {
float: right;
display: inline-block;
}
.calendar-header-options>* {
display: inline-block;
}
.calendar-header-pagination button {
padding: 0.2em;
margin: 0 0.5em;
font-weight: bold;
cursor: pointer;
}
.calendar-container .menu-icon-button {
cursor: pointer;
margin: 0 0.5em;
}
.calendar-container .menu-icon-button>.menu-icon {
width: 2em;
height: 2em;
fill: gray;
}
#calendar {
padding: 1rem 0 0;
flex: 1;
}
.urc {
font-size: 0.9em;
}
.urc .urc-event {
margin-bottom: 0.2em;
}
.urc .month-day-header {
font-size: 0.8em;
}
@media screen and (max-height: 40em) {
.urc-side-label {
padding-top: 0;
padding-bottom: 0;
}
}
.calendar-container {
position: relative;
height: 100%;
display: flex;
flex-direction: column;
}
.label-selector-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.label-selector-list button {
border-radius: 0.2rem;
}
.label:not(.selected) {
background-color: transparent;
color: black;
border: 1px solid darkgray;
}
.add-button {
position: absolute;
right: 2em;
bottom: 2em;
}
.material-button.circle-button {
width: 3em;
}
.material-button.blue .add-plus {
fill: white;
}
/** ----- End Calendar ----- **/
/** ----- Begin Event Add/Edit ----- **/
.content-container {
padding: 1em;
}
.m-input-moment .btn-save,
.m-input-moment .options button.is-active,
.m-calendar .toolbar button,
.content-container button:not(.im-btn .label) {
background-color: #009bdf;
}
.page-title>.menu-icon-button {
position: relative;
z-index: 20;
cursor: pointer;
margin-right: 0.5em;
}
.page-title>.menu-icon-button>.menu-icon {
width: 1em;
height: 1em;
fill: gray;
}
.markdown-editor-container {
overflow: auto;
margin: 1em 0;
}
.markdown-editor-editor-preview-container {
display: block;
overflow: auto;
}
.markdown-editor {
min-height: 15em;
}
.markdown-preview {
padding-left: 2em;
}
textarea.markdown-editor {
resize: vertical;
}
.markdown-guide {
overflow: auto;
/*background-color: #efefef;*/
width: 100%;
}
.markdown-guide-title {
margin: 0.8em 0.8em 0;
display: block;
color: gray;
font-family: 'Courier New', Arial, sans-serif;
}
.markdown-guide-section-container {
display: flex;
flex-direction: column;
width: 100%;
/*justify-content: space-between;*/
}
.markdown-guide-section-container h1 {
font-size: xx-large;
}
.markdown-guide-section-container h2 {
font-size: x-large;
}
.markdown-guide-section {
/*padding: 0.5em 1em;*/
/*max-width: 30%;*/
}
.markdown-guide-section-title {
display: inline-block;
font-size: large;
font-weight: bold;
margin-bottom: 0.5em;
border-bottom: 1px solid lightgray;
}
/** --- Begin Date/Time Selector --- **/
.date-time-container {
display: inline-block;
margin-right: 1em;
}
.picker-popup-container {
position: relative;
}
.m-input-moment {
background-color: white;
position: absolute;
top: 0;
left: 0;
z-index: 1000;
}
.m-calendar .toolbar {
margin-bottom: 0;
padding: 0.5em;
}
.m-input-moment .tabs {
margin-bottom: 1.8em;
}
.m-time .showtime {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/** --- End Date/Time Selector --- **/
.is-invalid-input:focus {
border-color: #cc4b37;
}
.location-parsed {
padding: 0 0.5em;
background-color: #dedede;
margin: 0 0.3em;
line-height: 2.4em;
}
.location-input-container>input {
margin: 0 0.5em 0 0;
}
.location-input-container {
display: flex;
flex-direction: row;
}
.location-input-container>img {
margin-left: 0.5em;
padding: 0.2rem;
height: 2.4375rem;
}
.short-text-box {
max-width: 10em;
display: inline-block;
margin: 0 0.5rem 1rem;
}
.short-text-box:first-child {
margin-left: 0;
}
.short-text-box:last-child {
margin-right: 0;
}
.super-short-text-box {
max-width: 4em;
display: inline-block;
margin: 0 0.5rem 1rem;
}
.super-short-text-box:first-child {
margin-left: 0;
}
.super-short-text-box:last-child {
margin-right: 0;
}
.medium-text-box {
max-width: 30em;
}
.multi-line-text-box {
min-height: 15em;
}
.radio-collection-container {
display: flex;
align-items: center;
margin-bottom: 1rem;
}
.radio-collection-title {
padding-right: 1em;
font-weight: bold;
}
.radio-option {
display: flex;
align-items: center;
}
.radio-option label {
font-size: 1em;
}
.radio-option input[type='radio'] {
margin: 0;
}
.radio-collection-options-container {
display: flex;
}
.form-submit-button-container {
text-align: right;
}
.form-submit-button-container button:not(:last-child) {
margin-right: 1em;
}
.content-container .button.delete,
.button.delete {
background-color: #ff3f3f;
}
.content-container .button.cancel,
.button.cancel {
background-color: #9f9f9f;
}
.recurrence-container {
margin-bottom: 1em;
}
/** ----- End Event Add/Edit ----- **/
/** ----- Begin View ----- **/
.event-date-location-container {
margin-bottom: 1em;
}
/** ----- End View ----- **/
/* From https://www.w3schools.com/howto/howto_css_loader.asp */
.loading {
border: 16px solid #f3f3f3;
border-top: 16px solid #3498db;
border-radius: 50%;
width: 120px;
height: 120px;
animation: spin 2s linear infinite;
color: white;
margin: auto;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.messages {
z-index: 1000;
width: 100%;
background: yellow;
padding: 5px 15px;
position: absolute;
transition: transform 0.5s;
transform: scaleY(1);
}
.messages.count-0 {
transform: scaleY(0);
}
.messages.count-0 .closebox {
display: none;
} | 0.510985 | 0.083666 |
@media (max-width:959px){
.pc{
display: none !important;
}
body {
margin: 0;
padding: 0;
background-image: url("/images/mobile-images/background.png");
}
#tennisCort{
width:100%;
text-align: center;
}
#challengeImage{
text-align: center;
margin-top: -25px;
}
#about-quiz-content{
width:100%;
}
#quiz-content-title{
font-family: "メイリオ";
font-size:25px;
text-align: center;
}
#quiz-explain{
font-size:18px;
color:#a89e9e;
width: 330px;
margin: 0 auto;
}
#functions-explain{
text-align: center;
font-size:25px;
}
.Function {
text-align: center;
}
li{
list-style: none;
}
.Function h2{
font-size:20px;
}
.function1{
color:#2bada9;
}
.function2{
color:#e8c043;
}
.function3{
color:#ec78ab;
}
.Function p{
font-size:18px;
color:#a89e9e;
margin-top:-10px;
}
.Function p:after{
content: "";
display: block;
clear: both;
}
}
/*パソコン用表示画面*/
@media (min-width:960px){
.mobile{
display: none !important;
}
body {
margin: 0;
padding: 0;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS Pゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-image: url("/images/pc-images/background.png");
}
header {
width: 100%;
height: 80px;
background-color: #fff;
position: fixed;
z-index: 30;
top: 0;
display: flex;
align-items: center;
}
.header-Separated{
height:78px;
}
nav {
margin: 0 0 0 auto;
}
.menu-item {
list-style: none;
display: inline-block;
padding-top: 20px;
padding-right: 20px;
}
.menu-title{
list-style: none;
margin: 0;
padding: 0;
font-size: 20px;
padding-left:20px;
}
a {
text-decoration: none;
color: #4b4b4b;
}
/*クイズ概要の前の画像*/
#tennisCort{
width:100%;
text-align: center;
position: relative;
z-index: 10;
}
#challengeImage{
text-align: center;
margin-top: -140px;
position: relative;
z-index: 20;
}
#about-quiz-content{
margin-top:100px;
width:100%;
}
#quiz-content-title{
font-family: "メイリオ";
font-size:65px;
width: 948px; /* 幅指定 */
margin: 0 auto; /* 中央寄せ */
}
#quiz-explain{
font-family: "メイリオ";
font-size:40px;
color:#a89e9e;
width: 1030px;
margin: 0 auto;
}
li{
list-style: none;
}
#quiz-function-content{
margin-top:100px;
width:100%;
}
#functions-explain{
font-family: "メイリオ";
font-size:65px;
width: 420px; /* 幅指定 */
margin: 0 auto; /* 中央寄せ */
}
.Function img{
float:left;
padding-left: 300px;
margin-right: 100px;
}
.Function h2{
font-size:40px;
}
.function1{
color:#2bada9;
}
.function2{
color:#e8c043;
}
.function3{
color:#ec78ab;
}
.Function p{
font-size:30px;
color:#a89e9e;
margin-top:-30px;
}
.Function p:after{
content: "";
display: block;
clear: both;
}
} | public/css/index_page.css | @media (max-width:959px){
.pc{
display: none !important;
}
body {
margin: 0;
padding: 0;
background-image: url("/images/mobile-images/background.png");
}
#tennisCort{
width:100%;
text-align: center;
}
#challengeImage{
text-align: center;
margin-top: -25px;
}
#about-quiz-content{
width:100%;
}
#quiz-content-title{
font-family: "メイリオ";
font-size:25px;
text-align: center;
}
#quiz-explain{
font-size:18px;
color:#a89e9e;
width: 330px;
margin: 0 auto;
}
#functions-explain{
text-align: center;
font-size:25px;
}
.Function {
text-align: center;
}
li{
list-style: none;
}
.Function h2{
font-size:20px;
}
.function1{
color:#2bada9;
}
.function2{
color:#e8c043;
}
.function3{
color:#ec78ab;
}
.Function p{
font-size:18px;
color:#a89e9e;
margin-top:-10px;
}
.Function p:after{
content: "";
display: block;
clear: both;
}
}
/*パソコン用表示画面*/
@media (min-width:960px){
.mobile{
display: none !important;
}
body {
margin: 0;
padding: 0;
font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "MS Pゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
background-image: url("/images/pc-images/background.png");
}
header {
width: 100%;
height: 80px;
background-color: #fff;
position: fixed;
z-index: 30;
top: 0;
display: flex;
align-items: center;
}
.header-Separated{
height:78px;
}
nav {
margin: 0 0 0 auto;
}
.menu-item {
list-style: none;
display: inline-block;
padding-top: 20px;
padding-right: 20px;
}
.menu-title{
list-style: none;
margin: 0;
padding: 0;
font-size: 20px;
padding-left:20px;
}
a {
text-decoration: none;
color: #4b4b4b;
}
/*クイズ概要の前の画像*/
#tennisCort{
width:100%;
text-align: center;
position: relative;
z-index: 10;
}
#challengeImage{
text-align: center;
margin-top: -140px;
position: relative;
z-index: 20;
}
#about-quiz-content{
margin-top:100px;
width:100%;
}
#quiz-content-title{
font-family: "メイリオ";
font-size:65px;
width: 948px; /* 幅指定 */
margin: 0 auto; /* 中央寄せ */
}
#quiz-explain{
font-family: "メイリオ";
font-size:40px;
color:#a89e9e;
width: 1030px;
margin: 0 auto;
}
li{
list-style: none;
}
#quiz-function-content{
margin-top:100px;
width:100%;
}
#functions-explain{
font-family: "メイリオ";
font-size:65px;
width: 420px; /* 幅指定 */
margin: 0 auto; /* 中央寄せ */
}
.Function img{
float:left;
padding-left: 300px;
margin-right: 100px;
}
.Function h2{
font-size:40px;
}
.function1{
color:#2bada9;
}
.function2{
color:#e8c043;
}
.function3{
color:#ec78ab;
}
.Function p{
font-size:30px;
color:#a89e9e;
margin-top:-30px;
}
.Function p:after{
content: "";
display: block;
clear: both;
}
} | 0.167491 | 0.081703 |
@font-face {
font-family: 'always_in_my_heartregular';
src: url('../demo23/fonts/always_in_my_heart-webfont.eot');
src: url('../demo23/fonts/always_in_my_heart-webfont.eot?#iefix') format('embedded-opentype'),
url('../demo23/fonts/always_in_my_heart-webfont.woff') format('woff'),
url('../demo23/fonts/always_in_my_heart-webfont.ttf') format('truetype'),
url('../demo23/fonts/always_in_my_heart-webfont.svg#always_in_my_heartregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'profontwindowsregular';
src: url('../demo23/fonts/ProFontWindows-webfont.eot');
src: url('../demo23/fonts/ProFontWindows-webfont.eot?#iefix') format('embedded-opentype'),
url('../demo23/fonts/ProFontWindows-webfont.woff') format('woff'),
url('../demo23/fonts/ProFontWindows-webfont.ttf') format('truetype'),
url('../demo23/fonts/ProFontWindows-webfont.svg#profontwindowsregular') format('svg');
font-weight: normal;
font-style: normal;
}
p, ul, ol
{
padding: 0;
margin: 0;
}
html
{
height: 100%;
}
body
{
font-family: 'helvetica','sans-serif','arial';
padding: 0;
margin: 0;
height: 100%;
}
*:focus
{
outline: 0;
}
.hide
{
display: none;
/*visibility: hidden;*/
}
.heart
{
font-family: 'always_in_my_heartregular';
}
.wrapper
{
/*background-image: url('../demo23/img/local-street-low.png');*/
background-position: center -900px;
background-repeat: no-repeat;
background-color: #58e6df;
margin: 0 auto;
min-height: 100%;
/*min-width: 340px;
max-width: 865px;*/
width: 100%;
}
.wrapper .content
{
max-width: 500px;
margin: 0 auto;
width: 97%;
}
.wrapper #container
{
position: relative;
z-index: 20;
}
.wrapper #localstreet
{
position: fixed;
z-index: 10;
top: -860px;
left: 50%;
margin-left: -250px;
}
.wrapper #localstreet img
{
max-width: 100%;
}
.wrapper #localstreet img.blur
{
/*
-webkit-filter: blur(12px);
-moz-filter: blur(12px);
-o-filter: blur(12px);
-ms-filter: blur(12px);
filter: blur(12px);
*/
-webkit-filter: blur(7px);
-moz-filter: blur(7px);
-o-filter: blur(7px);
-ms-filter: blur(7px);
filter: blur(7px);
transition-delay: 1s;
-webkit-transition: all 1.5s ease-out;
-moz-transition: all 1.5s ease-out;
-o-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
}
.clear
{
clear: both;
}
/* main template styles */
#clique_logo
{
width: 200px;
margin: -10px auto 10px;
position: relative;
top: -150px;
}
#clique_logo span
{
font-weight: bold;
font-size: 18px;
position: relative;
text-transform: uppercase;
}
#clique_logo span.first
{
top: 40px;
left: 70px;
}
#clique_logo div
{
font-size: 80px;
}
#clique_logo span.last
{
top: -20px;
left: 62px;
}
/* end header styles */
/*--- section styles ---*/
#clique_section
{
padding: 0 10px 10px 10px;
margin-top: -10px;
min-height: 350px;
}
.bowtie
{
position: absolute;
top: 142px;
right: 5%;
z-index: 2;
width: 25px;
}
.checkmark
{
position: relative;
float: right;
right: 15px;
top: 8px;
z-index: 2;
width: 25px;
}
#clique_section > input
{
height: 70px;
border-radius: 12px;
padding-left: 10px;
width: 100%;
font-size: 52px;
margin-bottom: 20px;
}
#clique_section > div
{
height: 44px;
border-radius: 12px;
margin-bottom: 4px;
}
/*
#amtwrapper
{
margin-bottom: 10px;
}
*/
#clique_section > div.currentinput, #clique_section #clique_ordersummary > div.currentinput
{
background-color: #ffffff;
cursor: pointer;
border: 2px solid #ffffff;
}
#clique_section > div.nextinput
{
color: #ffffff;
border: 2px solid #ffffff;
}
#clique_section > div.inactive
{
opacity: 0.5;
}
div.filledin
{
color: #000000;
border: 2px solid transparent;
}
div.filledin input, div.filledin textarea
{
background: transparent;
}
span.inputlabel
{
margin: 8px 0;
font-size: 24px;
display: inline-block;
width: 26%;
text-align: right;
height: 20px;
float: left;
}
input.heart, span.heart
{
font-size: 38px;
padding: 0;
width: 72%;
display: inline-block;
text-align: left;
float: left;
border-radius: 12px;
border: 0;
margin: 0;
color: #000000;
}
input.heart
{
padding-left: 4px;
}
#clique_section > div.nextinput input, div.paymenttypecontainer input, #clique_section #clique_ordersummary > div.nextinput input
{
background: transparent;
color: #ffffff;
}
/* scroller styles */
#amtwrapper
{
height: 45px !important;
}
#clique_amt_scrollwindow
{
max-width: 630px;
margin: 0 auto;
width: 85%;
overflow-x: scroll;
height: 44px !important;
position: relative;
top: -27px;
}
#clique_amt
{
position: relative;
top: -2px;
/*height: 60px !important;*/
}
span.rightarrow, span.leftarrow
{
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
display: inline-block;
position: relative;
top: 11px;
}
span.rightarrow
{
border-left: 12px solid #ffffff;
left: 91%;
}
span.leftarrow
{
border-right: 12px solid #ffffff;
left: 2%;
}
#clique_amt_scrollwindow .scrollcontainer
{
position: relative;
}
#clique_amt_scrollwindow .scrollcontainer > div
{
display: inline;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 18px;
border-radius: 10px;
padding: 8px 0 9px;
height: 20px;
width: 62px;
position: absolute;
text-align: center;
}
#clique_amt_scrollwindow .scrollcontainer > div.active
{
background-color: #ffffff;
border: 2px solid #000000;
color: #000000;
}
#clique_input_code
{
font-family: 'helvetica';
font-size: 24px;
padding-left: 5px;
margin-top: 8px;
text-transform: uppercase;
width: 55%;
}
#clique_card
{
width: 230px;
margin: 0 auto 10px;
/*position: relative;*/
border: 2px solid #ffffff;
border-radius: 12px;
}
#clique_card span
{
font-weight: bold;
font-size: 18px;
position: relative;
text-transform: uppercase;
}
#clique_card span.first
{
top: 30px;
left: 97px;
}
#clique_card div
{
font-size: 70px;
width: 150px;
margin: 0 auto;
}
#clique_card span.last
{
top: -15px;
left: 80px;
}
/* flip css functionality */
/* entire container, keeps perspective */
.flip-container {
perspective: 1000;
-webkit-perspective: 1000;
-moz-perspective: 1000;
margin: 0 auto;
}
.flip-container, .front, .back {
color: #ffffff;
width: 230px;
height: 126px !important;
}
.back img
{
position: absolute;
display: inline-block;
left: 90px;
top: -10px;
width: 150px;
z-index: 2;
}
.back span
{
display: inline-block;
float: left;
position: relative;
text-align: right;
padding-right: 11px;
padding-bottom: 2px;
top: 10px;
opacity: 0.5;
font-size: 25px;
color: #bbbbbb;
background-color: white;
width: 95%;
}
/* flip speed goes here */
.flipper {
transition: 0.6s;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
position: relative;
}
/* hide back of pane during swap */
.front, .back
{
border-radius: 12px;
border: 3px solid #ffffff;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
/* front pane, placed above back */
.front {
z-index: 2;
}
/* back, initially hidden pane */
.back {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
.flip-container.flip .flipper {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
/* occasion section styles */
#clique_occasion
{
height: 95px !important;
}
#clique_occasion span.inputlabel img
{
height: 25px;
}
#clique_occasion_selection
{
border: 2px solid #ffffff;
border-radius: 12px;
padding: 10px 10px 10px 10px;
width: 94%;
height: 165px !important;
margin: 0 auto;
}
#clique_occasion_selection > div
{
width: 45%;
float: left;
padding-bottom: 10px;
}
#clique_occasion_selection > div img
{
height: 25px;
}
#clique_input_occasion
{
height: 90px;
border-radius: 12px;
width: 72%;
padding-left: 7px;
border: none;
resize: none;
font-size: 18px;
font-family: 'helvetica';
}
div.charactercounter
{
position: absolute;
font-size: 18px;
color: #cccccc;
top: 74px;
right: 10px;
}
/* end occasion section styles */
/* date section styles */
#clique_senddate > div
{
padding-top: 4px;
margin-left: 4%;
float: left;
}
#clique_senddate > div > img
{
height: 25px;
}
#clique_input_date
{
font-family: 'helvetica';
height: 45px;
padding-left: 4px;
font-size: 18px;
}
#cliquedate
{
height: 35px;
border: none;
font-size: 25px;
}
img.changedate
{
height: 25px;
position: relative;
top: 1px;
}
/* end date section styles */
/* payment type styles */
#clique_paymenttype
{
}
#clique_paymenttype img
{
height: 30px;
position: relative;
top: 6px;
left: 5%;
}
#clique_input_creditcardnumber, .clique_input_expiredate
{
text-transform: uppercase;
font-family: 'profontwindowsregular';
font-size: 27px !important;
margin-top: 8px !important;
}
.clique_input_expiredate
{
font-size: 32px !important;
}
/* end payment type styles */
/* review order styles */
#clique_revieworder, #clique_schedulegift
{
padding-top: 15px;
}
#clique_revieworder img.cliquelogo, #clique_schedulegift img.cliquelogo
{
float: left;
height: 25px;
}
#clique_revieworder img.revieworder, #clique_schedulegift img.scheduleorder
{
float: right;
height: 25px;
cursor: pointer;
}
/* end review order styles */
/* order summary styles */
#clique_ordersummary
{
padding-top: 25px;
}
#clique_ordersummary > div
{
height: 38px;
}
#clique_ordersummary span.inputlabel
{
margin: 6px 0;
}
.summaryordertotal .inputlabel img
{
height: 25px;
}
.summaryordertotal span.giftamount
{
font-size: 20px;
margin-top: 5px;
padding-left: 10px;
width: 68%;
display: inline-block;
}
.summaryto span.recipientname, .summaryfrom span.purchasername
{
width: 68%;
padding-left: 10px;
}
.summaryphonenumber
{
/*background-color: #ffffff;*/
cursor: pointer;
border: 2px solid #ffffff;
height: 44px;
border-radius: 12px;
margin-bottom: 4px;
}
#clique_input_phonenumber
{
font-family: 'helvetica';
font-size: 26px;
padding-left: 10px;
padding-top: 2px;
}
.summaryreceipt
{
height: 17px !important;
}
.summaryreceipt span.receiptmsg
{
font-size: 20px;
padding-left: 10px;
}
.summaryemail
{
color: #ffffff;
border: 2px solid #ffffff;
height: 44px;
border-radius: 12px;
margin-bottom: 4px;
}
#clique_input_email
{
/*background-color: transparent;*/
color: #ffffff;
font-family: 'helvetica';
margin-top: 5px;
padding-left: 10px;
font-size: 22px;
}
/* end order summary styles */ | server/views/layouts/demo23_files/style.css | @font-face {
font-family: 'always_in_my_heartregular';
src: url('../demo23/fonts/always_in_my_heart-webfont.eot');
src: url('../demo23/fonts/always_in_my_heart-webfont.eot?#iefix') format('embedded-opentype'),
url('../demo23/fonts/always_in_my_heart-webfont.woff') format('woff'),
url('../demo23/fonts/always_in_my_heart-webfont.ttf') format('truetype'),
url('../demo23/fonts/always_in_my_heart-webfont.svg#always_in_my_heartregular') format('svg');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'profontwindowsregular';
src: url('../demo23/fonts/ProFontWindows-webfont.eot');
src: url('../demo23/fonts/ProFontWindows-webfont.eot?#iefix') format('embedded-opentype'),
url('../demo23/fonts/ProFontWindows-webfont.woff') format('woff'),
url('../demo23/fonts/ProFontWindows-webfont.ttf') format('truetype'),
url('../demo23/fonts/ProFontWindows-webfont.svg#profontwindowsregular') format('svg');
font-weight: normal;
font-style: normal;
}
p, ul, ol
{
padding: 0;
margin: 0;
}
html
{
height: 100%;
}
body
{
font-family: 'helvetica','sans-serif','arial';
padding: 0;
margin: 0;
height: 100%;
}
*:focus
{
outline: 0;
}
.hide
{
display: none;
/*visibility: hidden;*/
}
.heart
{
font-family: 'always_in_my_heartregular';
}
.wrapper
{
/*background-image: url('../demo23/img/local-street-low.png');*/
background-position: center -900px;
background-repeat: no-repeat;
background-color: #58e6df;
margin: 0 auto;
min-height: 100%;
/*min-width: 340px;
max-width: 865px;*/
width: 100%;
}
.wrapper .content
{
max-width: 500px;
margin: 0 auto;
width: 97%;
}
.wrapper #container
{
position: relative;
z-index: 20;
}
.wrapper #localstreet
{
position: fixed;
z-index: 10;
top: -860px;
left: 50%;
margin-left: -250px;
}
.wrapper #localstreet img
{
max-width: 100%;
}
.wrapper #localstreet img.blur
{
/*
-webkit-filter: blur(12px);
-moz-filter: blur(12px);
-o-filter: blur(12px);
-ms-filter: blur(12px);
filter: blur(12px);
*/
-webkit-filter: blur(7px);
-moz-filter: blur(7px);
-o-filter: blur(7px);
-ms-filter: blur(7px);
filter: blur(7px);
transition-delay: 1s;
-webkit-transition: all 1.5s ease-out;
-moz-transition: all 1.5s ease-out;
-o-transition: all 1.5s ease-out;
transition: all 1.5s ease-out;
}
.clear
{
clear: both;
}
/* main template styles */
#clique_logo
{
width: 200px;
margin: -10px auto 10px;
position: relative;
top: -150px;
}
#clique_logo span
{
font-weight: bold;
font-size: 18px;
position: relative;
text-transform: uppercase;
}
#clique_logo span.first
{
top: 40px;
left: 70px;
}
#clique_logo div
{
font-size: 80px;
}
#clique_logo span.last
{
top: -20px;
left: 62px;
}
/* end header styles */
/*--- section styles ---*/
#clique_section
{
padding: 0 10px 10px 10px;
margin-top: -10px;
min-height: 350px;
}
.bowtie
{
position: absolute;
top: 142px;
right: 5%;
z-index: 2;
width: 25px;
}
.checkmark
{
position: relative;
float: right;
right: 15px;
top: 8px;
z-index: 2;
width: 25px;
}
#clique_section > input
{
height: 70px;
border-radius: 12px;
padding-left: 10px;
width: 100%;
font-size: 52px;
margin-bottom: 20px;
}
#clique_section > div
{
height: 44px;
border-radius: 12px;
margin-bottom: 4px;
}
/*
#amtwrapper
{
margin-bottom: 10px;
}
*/
#clique_section > div.currentinput, #clique_section #clique_ordersummary > div.currentinput
{
background-color: #ffffff;
cursor: pointer;
border: 2px solid #ffffff;
}
#clique_section > div.nextinput
{
color: #ffffff;
border: 2px solid #ffffff;
}
#clique_section > div.inactive
{
opacity: 0.5;
}
div.filledin
{
color: #000000;
border: 2px solid transparent;
}
div.filledin input, div.filledin textarea
{
background: transparent;
}
span.inputlabel
{
margin: 8px 0;
font-size: 24px;
display: inline-block;
width: 26%;
text-align: right;
height: 20px;
float: left;
}
input.heart, span.heart
{
font-size: 38px;
padding: 0;
width: 72%;
display: inline-block;
text-align: left;
float: left;
border-radius: 12px;
border: 0;
margin: 0;
color: #000000;
}
input.heart
{
padding-left: 4px;
}
#clique_section > div.nextinput input, div.paymenttypecontainer input, #clique_section #clique_ordersummary > div.nextinput input
{
background: transparent;
color: #ffffff;
}
/* scroller styles */
#amtwrapper
{
height: 45px !important;
}
#clique_amt_scrollwindow
{
max-width: 630px;
margin: 0 auto;
width: 85%;
overflow-x: scroll;
height: 44px !important;
position: relative;
top: -27px;
}
#clique_amt
{
position: relative;
top: -2px;
/*height: 60px !important;*/
}
span.rightarrow, span.leftarrow
{
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
display: inline-block;
position: relative;
top: 11px;
}
span.rightarrow
{
border-left: 12px solid #ffffff;
left: 91%;
}
span.leftarrow
{
border-right: 12px solid #ffffff;
left: 2%;
}
#clique_amt_scrollwindow .scrollcontainer
{
position: relative;
}
#clique_amt_scrollwindow .scrollcontainer > div
{
display: inline;
border: 2px solid #ffffff;
color: #ffffff;
font-size: 18px;
border-radius: 10px;
padding: 8px 0 9px;
height: 20px;
width: 62px;
position: absolute;
text-align: center;
}
#clique_amt_scrollwindow .scrollcontainer > div.active
{
background-color: #ffffff;
border: 2px solid #000000;
color: #000000;
}
#clique_input_code
{
font-family: 'helvetica';
font-size: 24px;
padding-left: 5px;
margin-top: 8px;
text-transform: uppercase;
width: 55%;
}
#clique_card
{
width: 230px;
margin: 0 auto 10px;
/*position: relative;*/
border: 2px solid #ffffff;
border-radius: 12px;
}
#clique_card span
{
font-weight: bold;
font-size: 18px;
position: relative;
text-transform: uppercase;
}
#clique_card span.first
{
top: 30px;
left: 97px;
}
#clique_card div
{
font-size: 70px;
width: 150px;
margin: 0 auto;
}
#clique_card span.last
{
top: -15px;
left: 80px;
}
/* flip css functionality */
/* entire container, keeps perspective */
.flip-container {
perspective: 1000;
-webkit-perspective: 1000;
-moz-perspective: 1000;
margin: 0 auto;
}
.flip-container, .front, .back {
color: #ffffff;
width: 230px;
height: 126px !important;
}
.back img
{
position: absolute;
display: inline-block;
left: 90px;
top: -10px;
width: 150px;
z-index: 2;
}
.back span
{
display: inline-block;
float: left;
position: relative;
text-align: right;
padding-right: 11px;
padding-bottom: 2px;
top: 10px;
opacity: 0.5;
font-size: 25px;
color: #bbbbbb;
background-color: white;
width: 95%;
}
/* flip speed goes here */
.flipper {
transition: 0.6s;
-webkit-transition: 0.6s;
-moz-transition: 0.6s;
transform-style: preserve-3d;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
position: relative;
}
/* hide back of pane during swap */
.front, .back
{
border-radius: 12px;
border: 3px solid #ffffff;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
position: absolute;
top: 0;
left: 0;
}
/* front pane, placed above back */
.front {
z-index: 2;
}
/* back, initially hidden pane */
.back {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
.flip-container.flip .flipper {
transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);
}
/* occasion section styles */
#clique_occasion
{
height: 95px !important;
}
#clique_occasion span.inputlabel img
{
height: 25px;
}
#clique_occasion_selection
{
border: 2px solid #ffffff;
border-radius: 12px;
padding: 10px 10px 10px 10px;
width: 94%;
height: 165px !important;
margin: 0 auto;
}
#clique_occasion_selection > div
{
width: 45%;
float: left;
padding-bottom: 10px;
}
#clique_occasion_selection > div img
{
height: 25px;
}
#clique_input_occasion
{
height: 90px;
border-radius: 12px;
width: 72%;
padding-left: 7px;
border: none;
resize: none;
font-size: 18px;
font-family: 'helvetica';
}
div.charactercounter
{
position: absolute;
font-size: 18px;
color: #cccccc;
top: 74px;
right: 10px;
}
/* end occasion section styles */
/* date section styles */
#clique_senddate > div
{
padding-top: 4px;
margin-left: 4%;
float: left;
}
#clique_senddate > div > img
{
height: 25px;
}
#clique_input_date
{
font-family: 'helvetica';
height: 45px;
padding-left: 4px;
font-size: 18px;
}
#cliquedate
{
height: 35px;
border: none;
font-size: 25px;
}
img.changedate
{
height: 25px;
position: relative;
top: 1px;
}
/* end date section styles */
/* payment type styles */
#clique_paymenttype
{
}
#clique_paymenttype img
{
height: 30px;
position: relative;
top: 6px;
left: 5%;
}
#clique_input_creditcardnumber, .clique_input_expiredate
{
text-transform: uppercase;
font-family: 'profontwindowsregular';
font-size: 27px !important;
margin-top: 8px !important;
}
.clique_input_expiredate
{
font-size: 32px !important;
}
/* end payment type styles */
/* review order styles */
#clique_revieworder, #clique_schedulegift
{
padding-top: 15px;
}
#clique_revieworder img.cliquelogo, #clique_schedulegift img.cliquelogo
{
float: left;
height: 25px;
}
#clique_revieworder img.revieworder, #clique_schedulegift img.scheduleorder
{
float: right;
height: 25px;
cursor: pointer;
}
/* end review order styles */
/* order summary styles */
#clique_ordersummary
{
padding-top: 25px;
}
#clique_ordersummary > div
{
height: 38px;
}
#clique_ordersummary span.inputlabel
{
margin: 6px 0;
}
.summaryordertotal .inputlabel img
{
height: 25px;
}
.summaryordertotal span.giftamount
{
font-size: 20px;
margin-top: 5px;
padding-left: 10px;
width: 68%;
display: inline-block;
}
.summaryto span.recipientname, .summaryfrom span.purchasername
{
width: 68%;
padding-left: 10px;
}
.summaryphonenumber
{
/*background-color: #ffffff;*/
cursor: pointer;
border: 2px solid #ffffff;
height: 44px;
border-radius: 12px;
margin-bottom: 4px;
}
#clique_input_phonenumber
{
font-family: 'helvetica';
font-size: 26px;
padding-left: 10px;
padding-top: 2px;
}
.summaryreceipt
{
height: 17px !important;
}
.summaryreceipt span.receiptmsg
{
font-size: 20px;
padding-left: 10px;
}
.summaryemail
{
color: #ffffff;
border: 2px solid #ffffff;
height: 44px;
border-radius: 12px;
margin-bottom: 4px;
}
#clique_input_email
{
/*background-color: transparent;*/
color: #ffffff;
font-family: 'helvetica';
margin-top: 5px;
padding-left: 10px;
font-size: 22px;
}
/* end order summary styles */ | 0.263599 | 0.047382 |
MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
font-size:62.5%;
}
body {
font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
color:#444;
}
/* clear */
.clear:before,
.clear:after {
content:' ';
display:table;
}
.clear:after {
clear:both;
}
.clear {
*zoom:1;
}
img {
max-width:100%;
vertical-align:bottom;
}
a {
color:#444;
text-decoration:none;
}
a:hover {
color:#444;
text-decoration: none;
}
a:focus {
outline:0;
}
a:hover,
a:active {
outline:0;
}
input:focus {
outline:0;
border:1px solid #04A4CC;
}
main
{
max-height: 1020px;
overflow: hidden;
}
/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
padding: 15px;
margin:0 auto;
position:relative;
width: 100%;
height: 68%;
margin-top: 32px;
}
/* header */
.header {
width: 100%;
height: 53px;
margin-bottom: 30px;
}
.image.main.hor
{
width: 100%;
max-height: 600px;
overflow: hidden;
}
.image.main.hor img
{
width: 100%;
}
.image.main.ver
{
width: 50%;
float: left;
}
.text.ver
{
width: 50%;
float: left;
}
/*------------------------------------*\
index
\*------------------------------------*/
.logo {
max-width: 400px;
}
.logo-home
{
width: 60%;
padding: 20px 0px;
margin: 0 auto;
display: block;
}
select#page_id {
padding: 5px 15px;
font-size: 24px;
width: 75%;
margin: 0 auto;
display: block;
}
button, input[type=submit]
{
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="submit"] {
padding: 5px 15px;
background: #017dc7;
border: none;
color: white;
font-size: 24px;
}
.home input[type="submit"]
{
width: 75%;
margin: 10px auto;
display: block;
text-align: left;
text-indent: 5px;
}
.pageselect
{
font-style:italic;
color: #017dc7;
padding: 5px;
font-size: 24px;
text-align: left;
width: 75%;
margin: 0 auto;
display: block;
}
#weatherhome #weer #weer-background
{
background: transparent;
}
#weatherhome #weer #weer-tijd
{
color: #017dc7
}
/*------------------------------------*\
hoofdberichten
\*------------------------------------*/
.content-block
{
height: 0px;
z-index:-1
}
.content-block.active {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index:9999999999;
}
.content-block.active a
{
overflow: hidden;
display:block;
}
.text {
padding: 20px;
}
/*------------------------------------*\
Kleine berichten
\*------------------------------------*/
#news
{
position: relative;
margin-top: 30px;
width: 100%;
height: 430px;
overflow: hidden;
}
#news .news-item
{
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
#news .news-item.active
{
z-index: 9999
}
#news .news-item .image
{
width: 100%;
height: 370px;
overflow: hidden;
}
#news .news-item img
{
width: 100%;
height: auto;
}
#news .news-item .title
{
background-color: #007DC6;
color: #FFF;
line-height: 40px;
padding: 0px 15px;
font-weight: bold;
font-size: 20px;
}
/*------------------------------------*\
Newsticker
\*------------------------------------*/
#news-ticker {
background-color: #efedeb;
padding: 12px 0px;
margin-top: 20px;
line-height: 25px;
color: #007DC6;
height: 45px;
position: relative;
overflow: hidden;
font-size: 18px;
}
#news-ticker #news-items {
position: absolute;
left: 0px;
min-width: 100%;
white-space: nowrap;
display: inline-block;
}
/*------------------------------------*\
WEATHER
\*------------------------------------*/
#weer
{
position:relative;
height: 400px !important;
text-align:center;
color:#FFF;
font-family: Arial;
}
#weer-background
{
position:relative;
background-color: #007DC6;
width:100%;
height:100%;
background: #25afff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #25afff 0%, #0280c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25afff), color-stop(100%,#0280c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #25afff 0%,#0280c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #25afff 0%,#0280c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #25afff 0%,#0280c9 100%); /* IE10+ */
background: linear-gradient(to bottom, #25afff 0%,#0280c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25afff', endColorstr='#0280c9',GradientType=0 ); /* IE6-8 */
}
.weer-bg-seperator
{
position: absolute;
width: 5px;
height: 100%;
top:0px;
background-color:#FFF;
display:none;
}
#weer-bg-seperator-1 { left:25%; }
#weer-bg-seperator-2 { left:50%; }
#weer-bg-seperator-3 { left:75%; }
#weer-tijd
{
position:absolute;
top:0px;
width:100%;
font-size:180px;
color:#EFEDEB;
}
#weer-stad
{
position:absolute;
bottom: 10px;
left:15px;
height:30px;
font-weight:bold;
font-size: 20px;
}
#weer-type
{
position:absolute;
bottom: 120px;
left:0px;
width:25%;
height:30px;
display:none;
}
#weer-icon
{
position:absolute;
bottom: 0px;
left:50%;
margin-left:-160px;
width:320px;
height:206px;
}
#weer-date
{
position: absolute;
bottom: 120px;
right: 15px;
width: 25%;
height: 30px;
font-size: 20px;
font-weight: bold;
text-align: right;
}
#weer-temp
{
position:absolute;
bottom: 30px;
right: 10px;
width: 25%;
height: 30px;
text-align: right;
}
#weer-date.home {
left: 15px;
text-align: left;
bottom: 40px;
}
/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4, p {
color: #007ecb;
font-weight: 900;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h1{
font-size: xx-large;
}
p {
color: #000000;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size: x-large;
}
footer
{
padding-top: 10px;
}
/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 767px)
{
h1 {
font-size: 2.0em;
}
p
{
font-size: 1.6em;
}
.text
{
padding: 0px;
}
.text.ver
{
padding-left: 10px;
}
.wrapper
{
margin-top: 15px;
}
.content-block
{
margin-left: -15px;
margin-right: -15px;
}
#news .news-item .title
{
padding: 10px;
line-height: inherit;
font-size: 18px
}
#weer-tijd
{
font-size: 10em;
height: auto;
}
#weer-temp
{
right: 30px;
}
#weer-icon
{
bottom: 70px;
}
.content-block
{
height: 100%;
border-top: 1px solid #000000;
overflow: hidden;
padding: 20px 0px;
}
#news .news-item .image
{
height: auto
}
#kleinberichten
{
height: 250px;
}
}
@media only screen and (max-width:320px)
{
#news
{
height: 300px;
}
}
@media only screen and (min-width:321px) and (max-width:480px)
{
#news
{
height: 300px;
}
#news .news-item .image
{
max-height: 220px;
}
}
@media only screen and (min-width:320px) and (max-width: 1024px)
{
main
{
overflow: visible;
max-height: 100%;
}
/*.content-block a:before,*/
a p:after, a .title:after
{
content: "";
width: 38px;
display: inline-block;
height: 11px;
/* padding-left: 5px; */
background-size: contain;
margin-left: 5px;
/* position: absolute; */
/* right: 5px; */
/* top: 25px; */
background-repeat: no-repeat;
}
a p:after
{
background-image: url(./img/icons/link.png);
}
a .title:after
{
background-image: url(./img/icons/link-white.png);
}
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
.wrapper
{
margin-top: 0px;
}
#content
{
height: 620px;
}
#weer-icon {
margin-left: -88px;
width: 200px;
height: 150px;
}
#weer
{
height: 290px !Important;
}
#news .news-item .image
{
height: 220px;
}
#news .news-item .title
{
line-height: 24px;
padding: 4px 15px;
}
.image.main.hor {
max-height: 320px;
}
#news
{
height: 300px;
}
footer
{
padding-top:0px;
}
#news-ticker
{
padding: 8px 0px;
margin-top: 0px;
line-height: 18px;
color: #007DC6;
height: 35px;
position: relative;
overflow: hidden;
font-size: 15px;
}
}
/*------------------------------------*\
MISC
\*------------------------------------*/
::selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
::-webkit-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
::-moz-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/
.alignnone {
margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display:block;
margin:5px auto 5px auto;
}
.alignright {
float:right;
margin:5px 0 20px 20px;
}
.alignleft {
float:left;
margin:5px 20px 20px 0;
}
a img.alignright {
float:right;
margin:5px 0 20px 20px;
}
a img.alignnone {
margin:5px 20px 20px 0;
}
a img.alignleft {
float:left;
margin:5px 20px 20px 0;
}
a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.wp-caption {
background:#FFF;
border:1px solid #F0F0F0;
max-width:96%;
padding:5px 3px 10px;
text-align:center;
}
.wp-caption.alignnone {
margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
margin:5px 20px 20px 0;
}
.wp-caption.alignright {
margin:5px 0 20px 20px;
}
.wp-caption img {
border:0 none;
height:auto;
margin:0;
max-width:98.5%;
padding:0;
width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
PRINT
\*------------------------------------*/
@media print {
* {
background:transparent !important;
color:#000 !important;
box-shadow:none !important;
text-shadow:none !important;
}
a,
a:visited {
text-decoration:underline;
}
a[href]:after {
content:" (" attr(href) ")";
}
abbr[title]:after {
content:" (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content:"";
}
pre,blockquote {
border:1px solid #999;
page-break-inside:avoid;
}
thead {
display:table-header-group;
}
tr,img {
page-break-inside:avoid;
}
img {
max-width:100% !important;
}
@page {
margin:0.5cm;
}
p,
h2,
h3 {
orphans:3;
widows:3;
}
h2,
h3 {
page-break-after:avoid;
}
} | style.css | MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
-moz-box-sizing:border-box;
box-sizing:border-box;
-webkit-font-smoothing:antialiased;
font-smoothing:antialiased;
text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
font-size:62.5%;
}
body {
font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
color:#444;
}
/* clear */
.clear:before,
.clear:after {
content:' ';
display:table;
}
.clear:after {
clear:both;
}
.clear {
*zoom:1;
}
img {
max-width:100%;
vertical-align:bottom;
}
a {
color:#444;
text-decoration:none;
}
a:hover {
color:#444;
text-decoration: none;
}
a:focus {
outline:0;
}
a:hover,
a:active {
outline:0;
}
input:focus {
outline:0;
border:1px solid #04A4CC;
}
main
{
max-height: 1020px;
overflow: hidden;
}
/*------------------------------------*\
STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
padding: 15px;
margin:0 auto;
position:relative;
width: 100%;
height: 68%;
margin-top: 32px;
}
/* header */
.header {
width: 100%;
height: 53px;
margin-bottom: 30px;
}
.image.main.hor
{
width: 100%;
max-height: 600px;
overflow: hidden;
}
.image.main.hor img
{
width: 100%;
}
.image.main.ver
{
width: 50%;
float: left;
}
.text.ver
{
width: 50%;
float: left;
}
/*------------------------------------*\
index
\*------------------------------------*/
.logo {
max-width: 400px;
}
.logo-home
{
width: 60%;
padding: 20px 0px;
margin: 0 auto;
display: block;
}
select#page_id {
padding: 5px 15px;
font-size: 24px;
width: 75%;
margin: 0 auto;
display: block;
}
button, input[type=submit]
{
-webkit-appearance: none;
-moz-appearance: none;
}
input[type="submit"] {
padding: 5px 15px;
background: #017dc7;
border: none;
color: white;
font-size: 24px;
}
.home input[type="submit"]
{
width: 75%;
margin: 10px auto;
display: block;
text-align: left;
text-indent: 5px;
}
.pageselect
{
font-style:italic;
color: #017dc7;
padding: 5px;
font-size: 24px;
text-align: left;
width: 75%;
margin: 0 auto;
display: block;
}
#weatherhome #weer #weer-background
{
background: transparent;
}
#weatherhome #weer #weer-tijd
{
color: #017dc7
}
/*------------------------------------*\
hoofdberichten
\*------------------------------------*/
.content-block
{
height: 0px;
z-index:-1
}
.content-block.active {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
z-index:9999999999;
}
.content-block.active a
{
overflow: hidden;
display:block;
}
.text {
padding: 20px;
}
/*------------------------------------*\
Kleine berichten
\*------------------------------------*/
#news
{
position: relative;
margin-top: 30px;
width: 100%;
height: 430px;
overflow: hidden;
}
#news .news-item
{
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
}
#news .news-item.active
{
z-index: 9999
}
#news .news-item .image
{
width: 100%;
height: 370px;
overflow: hidden;
}
#news .news-item img
{
width: 100%;
height: auto;
}
#news .news-item .title
{
background-color: #007DC6;
color: #FFF;
line-height: 40px;
padding: 0px 15px;
font-weight: bold;
font-size: 20px;
}
/*------------------------------------*\
Newsticker
\*------------------------------------*/
#news-ticker {
background-color: #efedeb;
padding: 12px 0px;
margin-top: 20px;
line-height: 25px;
color: #007DC6;
height: 45px;
position: relative;
overflow: hidden;
font-size: 18px;
}
#news-ticker #news-items {
position: absolute;
left: 0px;
min-width: 100%;
white-space: nowrap;
display: inline-block;
}
/*------------------------------------*\
WEATHER
\*------------------------------------*/
#weer
{
position:relative;
height: 400px !important;
text-align:center;
color:#FFF;
font-family: Arial;
}
#weer-background
{
position:relative;
background-color: #007DC6;
width:100%;
height:100%;
background: #25afff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,<KEY>
background: -moz-linear-gradient(top, #25afff 0%, #0280c9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#25afff), color-stop(100%,#0280c9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #25afff 0%,#0280c9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #25afff 0%,#0280c9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #25afff 0%,#0280c9 100%); /* IE10+ */
background: linear-gradient(to bottom, #25afff 0%,#0280c9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#25afff', endColorstr='#0280c9',GradientType=0 ); /* IE6-8 */
}
.weer-bg-seperator
{
position: absolute;
width: 5px;
height: 100%;
top:0px;
background-color:#FFF;
display:none;
}
#weer-bg-seperator-1 { left:25%; }
#weer-bg-seperator-2 { left:50%; }
#weer-bg-seperator-3 { left:75%; }
#weer-tijd
{
position:absolute;
top:0px;
width:100%;
font-size:180px;
color:#EFEDEB;
}
#weer-stad
{
position:absolute;
bottom: 10px;
left:15px;
height:30px;
font-weight:bold;
font-size: 20px;
}
#weer-type
{
position:absolute;
bottom: 120px;
left:0px;
width:25%;
height:30px;
display:none;
}
#weer-icon
{
position:absolute;
bottom: 0px;
left:50%;
margin-left:-160px;
width:320px;
height:206px;
}
#weer-date
{
position: absolute;
bottom: 120px;
right: 15px;
width: 25%;
height: 30px;
font-size: 20px;
font-weight: bold;
text-align: right;
}
#weer-temp
{
position:absolute;
bottom: 30px;
right: 10px;
width: 25%;
height: 30px;
text-align: right;
}
#weer-date.home {
left: 15px;
text-align: left;
bottom: 40px;
}
/*------------------------------------*\
TYPOGRAPHY
\*------------------------------------*/
h1, h2, h3, h4, p {
color: #007ecb;
font-weight: 900;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h1{
font-size: xx-large;
}
p {
color: #000000;
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
font-size: x-large;
}
footer
{
padding-top: 10px;
}
/*------------------------------------*\
RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) and (max-width: 767px)
{
h1 {
font-size: 2.0em;
}
p
{
font-size: 1.6em;
}
.text
{
padding: 0px;
}
.text.ver
{
padding-left: 10px;
}
.wrapper
{
margin-top: 15px;
}
.content-block
{
margin-left: -15px;
margin-right: -15px;
}
#news .news-item .title
{
padding: 10px;
line-height: inherit;
font-size: 18px
}
#weer-tijd
{
font-size: 10em;
height: auto;
}
#weer-temp
{
right: 30px;
}
#weer-icon
{
bottom: 70px;
}
.content-block
{
height: 100%;
border-top: 1px solid #000000;
overflow: hidden;
padding: 20px 0px;
}
#news .news-item .image
{
height: auto
}
#kleinberichten
{
height: 250px;
}
}
@media only screen and (max-width:320px)
{
#news
{
height: 300px;
}
}
@media only screen and (min-width:321px) and (max-width:480px)
{
#news
{
height: 300px;
}
#news .news-item .image
{
max-height: 220px;
}
}
@media only screen and (min-width:320px) and (max-width: 1024px)
{
main
{
overflow: visible;
max-height: 100%;
}
/*.content-block a:before,*/
a p:after, a .title:after
{
content: "";
width: 38px;
display: inline-block;
height: 11px;
/* padding-left: 5px; */
background-size: contain;
margin-left: 5px;
/* position: absolute; */
/* right: 5px; */
/* top: 25px; */
background-repeat: no-repeat;
}
a p:after
{
background-image: url(./img/icons/link.png);
}
a .title:after
{
background-image: url(./img/icons/link-white.png);
}
}
@media only screen and (min-width: 768px) and (max-width:1024px) {
.wrapper
{
margin-top: 0px;
}
#content
{
height: 620px;
}
#weer-icon {
margin-left: -88px;
width: 200px;
height: 150px;
}
#weer
{
height: 290px !Important;
}
#news .news-item .image
{
height: 220px;
}
#news .news-item .title
{
line-height: 24px;
padding: 4px 15px;
}
.image.main.hor {
max-height: 320px;
}
#news
{
height: 300px;
}
footer
{
padding-top:0px;
}
#news-ticker
{
padding: 8px 0px;
margin-top: 0px;
line-height: 18px;
color: #007DC6;
height: 35px;
position: relative;
overflow: hidden;
font-size: 15px;
}
}
/*------------------------------------*\
MISC
\*------------------------------------*/
::selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
::-webkit-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
::-moz-selection {
background:#04A4CC;
color:#FFF;
text-shadow:none;
}
/*------------------------------------*\
WORDPRESS CORE
\*------------------------------------*/
.alignnone {
margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display:block;
margin:5px auto 5px auto;
}
.alignright {
float:right;
margin:5px 0 20px 20px;
}
.alignleft {
float:left;
margin:5px 20px 20px 0;
}
a img.alignright {
float:right;
margin:5px 0 20px 20px;
}
a img.alignnone {
margin:5px 20px 20px 0;
}
a img.alignleft {
float:left;
margin:5px 20px 20px 0;
}
a img.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.wp-caption {
background:#FFF;
border:1px solid #F0F0F0;
max-width:96%;
padding:5px 3px 10px;
text-align:center;
}
.wp-caption.alignnone {
margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
margin:5px 20px 20px 0;
}
.wp-caption.alignright {
margin:5px 0 20px 20px;
}
.wp-caption img {
border:0 none;
height:auto;
margin:0;
max-width:98.5%;
padding:0;
width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
font-size:11px;
line-height:17px;
margin:0;
padding:0 4px 5px;
}
.sticky {
}
.bypostauthor {
}
/*------------------------------------*\
PRINT
\*------------------------------------*/
@media print {
* {
background:transparent !important;
color:#000 !important;
box-shadow:none !important;
text-shadow:none !important;
}
a,
a:visited {
text-decoration:underline;
}
a[href]:after {
content:" (" attr(href) ")";
}
abbr[title]:after {
content:" (" attr(title) ")";
}
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content:"";
}
pre,blockquote {
border:1px solid #999;
page-break-inside:avoid;
}
thead {
display:table-header-group;
}
tr,img {
page-break-inside:avoid;
}
img {
max-width:100% !important;
}
@page {
margin:0.5cm;
}
p,
h2,
h3 {
orphans:3;
widows:3;
}
h2,
h3 {
page-break-after:avoid;
}
} | 0.174481 | 0.056548 |
.part one{
height: 390px;
width: 100%;
background-image: url(/home/macmillan/Desktop/protwo/images/landing.jpg);
}
.logo{
text-align: center;
background-image: url(/home/macmillan/Desktop/protwo/images/landing.jpg);
}
#log{
font-size: 24px;
color: white;
}
#happy{
width: 200px;
height: 50px;
background-color: grey;
text-align: center;
padding: 10%;
}
#party{
width: 200px;
height: 50px;
background-color: #F15A29;
text-align: center;
padding: 10%;
}
#break{
color: white;
padding: 22%;
background-image: url(/home/macmillan/Desktop/protwo/images/breakfast.jpg);
text-align: center;
}
#lun{
color: white;
padding: 22%;
background-image: url(/home/macmillan/Desktop/protwo/images/dinner2.jpg);
text-align: center;
}
#din{
color: white;
padding: 22%;
background-image: url(/home/macmillan/Desktop/protwo/images/dinner.jpg);
text-align: center;
}
.footer{
background-color: #F15A29;
height: 200px;
}
#log{
text-align: center;
}
#logoa{
text-align: center;
color: white;
font-size: 12px;
}
#log1{
text-align: center;
font-size: 22px;
color: white;
}
.cont{
height: 260px;
background-image: url(/home/macmillan/Desktop/protwo/images/subscribe.jpg);
}
.form-group{
text-align: center;
color: white;
font-size: 22px;
}
#email{
text-align: center;
margin-top: 40px;
}
.t{
box-sizing: border-box;
text-align: center;
border: 20px solid black;
box-shadow: 1px 1px 1px 1px grey;
}
#fast1{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px grey;
margin-left:20px;
height:420px;
width:530px;
position: relative;
}
#drink1{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px grey;
margin-left:20px;
height:420px;
width:570px;
}
#drinktext{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px white;
margin-left:20px;
height:420px;
width:540px;
}
#fasttext{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px white;
margin-left:20px;
height:420px;
width:530px;
text-align: left;
margin-bottom: 20px;
}
.part-four {
margin-top: 20px;
}
.center{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px grey;
margin-left:20px;
height:200px;
width:530px;
flex-flow: column;
position: relative;
}
#content{
color: #F15A29;
font-size: 22px;
}
.col-md-6{
text-align: center;
}
#row3{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px grey;
width: 1200px;
height: 300px;
margin-left: 40px;
margin-top: 20px;
margin-bottom: 50px;
}
.btn{
text-align: center;
color: white;
background-color: red;
} | css/styles.css | .part one{
height: 390px;
width: 100%;
background-image: url(/home/macmillan/Desktop/protwo/images/landing.jpg);
}
.logo{
text-align: center;
background-image: url(/home/macmillan/Desktop/protwo/images/landing.jpg);
}
#log{
font-size: 24px;
color: white;
}
#happy{
width: 200px;
height: 50px;
background-color: grey;
text-align: center;
padding: 10%;
}
#party{
width: 200px;
height: 50px;
background-color: #F15A29;
text-align: center;
padding: 10%;
}
#break{
color: white;
padding: 22%;
background-image: url(/home/macmillan/Desktop/protwo/images/breakfast.jpg);
text-align: center;
}
#lun{
color: white;
padding: 22%;
background-image: url(/home/macmillan/Desktop/protwo/images/dinner2.jpg);
text-align: center;
}
#din{
color: white;
padding: 22%;
background-image: url(/home/macmillan/Desktop/protwo/images/dinner.jpg);
text-align: center;
}
.footer{
background-color: #F15A29;
height: 200px;
}
#log{
text-align: center;
}
#logoa{
text-align: center;
color: white;
font-size: 12px;
}
#log1{
text-align: center;
font-size: 22px;
color: white;
}
.cont{
height: 260px;
background-image: url(/home/macmillan/Desktop/protwo/images/subscribe.jpg);
}
.form-group{
text-align: center;
color: white;
font-size: 22px;
}
#email{
text-align: center;
margin-top: 40px;
}
.t{
box-sizing: border-box;
text-align: center;
border: 20px solid black;
box-shadow: 1px 1px 1px 1px grey;
}
#fast1{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px grey;
margin-left:20px;
height:420px;
width:530px;
position: relative;
}
#drink1{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px grey;
margin-left:20px;
height:420px;
width:570px;
}
#drinktext{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px white;
margin-left:20px;
height:420px;
width:540px;
}
#fasttext{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px white;
margin-left:20px;
height:420px;
width:530px;
text-align: left;
margin-bottom: 20px;
}
.part-four {
margin-top: 20px;
}
.center{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px grey;
margin-left:20px;
height:200px;
width:530px;
flex-flow: column;
position: relative;
}
#content{
color: #F15A29;
font-size: 22px;
}
.col-md-6{
text-align: center;
}
#row3{
box-sizing: border-box;
border: 20px solid white;
box-shadow: 1px 1px 1px 1px grey;
width: 1200px;
height: 300px;
margin-left: 40px;
margin-top: 20px;
margin-bottom: 50px;
}
.btn{
text-align: center;
color: white;
background-color: red;
} | 0.246352 | 0.132486 |
body {font-family: Arial, Helvetica, sans-serif;}
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* top navigation bar for login page =========================== */
.topnav {
border-radius: 25px;
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
border-radius: 25px;
background-color: #ddd;
color: black;
}
.active {
background-color: #4CAF50;
color: white;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
/* Set a style for all buttons */
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
opacity: 0.8;
}
input[type=submit] {
width: 100%; height: 60px;
}
/* Extra styles for the cancel button */
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
/* Center the image and position the close button */
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
position: relative;
}
img.avatar {
width: 50%;
border-radius: 50%;
}
.container {
padding: 16px;
width: 100%;
}
span.psw {
float: right;
padding-top: 16px;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
padding: 15px;
width: 80%; /* Could be more or less, depending on screen size */
}
/* set depth of modal */
#id01 {
z-index: 9999;
}
/* The Close Button (x)=========================================== */
.close {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
input:hover,
.btn:hover {
opacity: 1;
}
input,
.btn {
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
font-size: 17px;
line-height: 20px;
text-decoration: none; /* remove underline from anchors */
}
#socialsignin {
position: relative;
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px 0 30px 0;
}
.login {
text-align: center;
}
.google {
background-color: #dd4b39;
color: white;
}
input[type=submit] {
background-color: #4CAF50;
color: white;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
/* carousel CSS ========================================================= */
.carousel-caption {
background-position: center;
color: white;
text-shadow: 2px 2px grey;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
width: 100%;
object-fit: contain;
}
.carousel {
width:100%;
max-height: 100%;
margin: auto;
}
#left, #right {
margin: 20px;
width: 30px;
}
.item:after {
content:"";
display:block;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 59%,rgba(0,0,0,0.65) 77%,rgba(0,0,0,1) 91%,rgba(0,0,0,1) 100%);
} | src/app/log-in/log-in.component.css | body {font-family: Arial, Helvetica, sans-serif;}
/* Full-width input fields */
input[type=text], input[type=password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}
/* top navigation bar for login page =========================== */
.topnav {
border-radius: 25px;
overflow: hidden;
background-color: #333;
}
.topnav a {
float: left;
display: block;
color: #f2f2f2;
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
border-radius: 25px;
background-color: #ddd;
color: black;
}
.active {
background-color: #4CAF50;
color: white;
}
.topnav.responsive a {
float: none;
display: block;
text-align: left;
}
/* Set a style for all buttons */
button {
background-color: #4CAF50;
color: white;
padding: 14px 20px;
border: none;
cursor: pointer;
width: 100%;
}
button:hover {
opacity: 0.8;
}
input[type=submit] {
width: 100%; height: 60px;
}
/* Extra styles for the cancel button */
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}
/* Center the image and position the close button */
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
position: relative;
}
img.avatar {
width: 50%;
border-radius: 50%;
}
.container {
padding: 16px;
width: 100%;
}
span.psw {
float: right;
padding-top: 16px;
}
/* The Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
max-width: 100%;
height: 100%;
max-height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
padding-top: 60px;
}
/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
padding: 15px;
width: 80%; /* Could be more or less, depending on screen size */
}
/* set depth of modal */
#id01 {
z-index: 9999;
}
/* The Close Button (x)=========================================== */
.close {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;
}
.close:hover,
.close:focus {
color: red;
cursor: pointer;
}
/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s
}
@-webkit-keyframes animatezoom {
from {-webkit-transform: scale(0)}
to {-webkit-transform: scale(1)}
}
@keyframes animatezoom {
from {transform: scale(0)}
to {transform: scale(1)}
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}
input:hover,
.btn:hover {
opacity: 1;
}
input,
.btn {
width: 100%;
padding: 12px;
border: none;
border-radius: 4px;
margin: 5px 0;
opacity: 0.85;
display: inline-block;
font-size: 17px;
line-height: 20px;
text-decoration: none; /* remove underline from anchors */
}
#socialsignin {
position: relative;
border-radius: 5px;
background-color: #f2f2f2;
padding: 20px 0 30px 0;
}
.login {
text-align: center;
}
.google {
background-color: #dd4b39;
color: white;
}
input[type=submit] {
background-color: #4CAF50;
color: white;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #45a049;
}
/* carousel CSS ========================================================= */
.carousel-caption {
background-position: center;
color: white;
text-shadow: 2px 2px grey;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
width: 100%;
object-fit: contain;
}
.carousel {
width:100%;
max-height: 100%;
margin: auto;
}
#left, #right {
margin: 20px;
width: 30px;
}
.item:after {
content:"";
display:block;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0) 59%,rgba(0,0,0,0.65) 77%,rgba(0,0,0,1) 91%,rgba(0,0,0,1) 100%);
} | 0.409457 | 0.078043 |
.button {
-fx-text-fill: #0075ff;
-fx-background-color: #2F2F2F;
-fx-border-color: #0075FF;
-fx-background-radius: 0;
-fx-border-radius: 0;
-fx-cursor: hand;
}
.check-box {
-fx-text-fill: white;
-fx-cursor: hand;
}
.scroll-pane {
-fx-background-color: #1F1F1F;
}
.grid-pane {
-fx-background-color: #1F1F1F;
}
.text-field {
-fx-text-fill: white;
-fx-background-color: #2F2F2F;
-fx-border-color: #0075FF;
-fx-background-radius: 0;
-fx-border-radius: 0;
}
.combo-box {
-fx-text-fill: white;
-fx-cursor: hand;
}
.radio-button {
-fx-text-fill: white;
-fx-cursor: hand;
}
.label {
-fx-text-fill: #0075ff;
}
.root {
-fx-background-color: #1F1F1F;
}
.slider {
-fx-background-color: #00ff00;
-fx-color: #0000ff;
}
.progress-bar > .bar {
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-background-color: #0075ff;
}
.progress-bar > .track {
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-background-color: #2f2f2f;
}
.progress-bar {
-fx-padding: 3;
}
.text-area {
-fx-padding: 0;
-fx-cursor: default;
-fx-text-fill: #ff0000;
}
.text-area .content {
-fx-background-color: #2f2f2f;
-fx-background-radius: 0;
}
.text-area:focused .content {
-fx-background-color: #2f2f2f;
-fx-background-insets: 0, 0, 0;
-fx-background-radius: 0, 0, 0;
}
.scroll-pane > .viewport {
-fx-background-color: #1f1f1f;
}
.scroll-pane > .scroll-bar:horizontal {
-fx-background-insets: 0 1 1 1, 1;
-fx-padding: 0 1 0 1;
}
.scroll-pane > .scroll-bar:vertical {
-fx-background-insets: 1 1 1 0, 1;
-fx-padding: 1 0 1 0;
}
.scroll-pane > .corner {
-fx-background-color: #1f1f1f;
-fx-background-insets: 0 1 1 0;
}
.separator:horizontal .line {
-fx-border-color: transparent;
-fx-background-color: #0075ff;
-fx-border-width: 1;
-fx-border-insets: 0, 0 0 0 10
}
.separator:vertical .line {
-fx-border-color: transparent;
-fx-background-color: #0075ff;
-fx-border-width: 1;
-fx-border-insets: 0, 0 0 0 10
}
.combo-box > .list-cell {
-fx-background: #2f2f2f;
-fx-background-color: #2f2f2f;
-fx-text-fill: #ffffff;
-fx-padding: 0.333333em 0.666667em 0.333333em 0.666667em; /* 4 8 4 8 */
}
.combo-box-base > .arrow-button {
-fx-background-radius: 0 3 3 0, 0 2 2 0, 0 1 1 0;
-fx-padding: 0.5em 0.667em 0.5em 0.833333em; /* 6 8 6 10 */
-fx-background-color: #2f2f2f;
-fx-text-fill: #0075ff;
-fx-border-color: #0075ff;
} | src/main/resources/style/style.css | .button {
-fx-text-fill: #0075ff;
-fx-background-color: #2F2F2F;
-fx-border-color: #0075FF;
-fx-background-radius: 0;
-fx-border-radius: 0;
-fx-cursor: hand;
}
.check-box {
-fx-text-fill: white;
-fx-cursor: hand;
}
.scroll-pane {
-fx-background-color: #1F1F1F;
}
.grid-pane {
-fx-background-color: #1F1F1F;
}
.text-field {
-fx-text-fill: white;
-fx-background-color: #2F2F2F;
-fx-border-color: #0075FF;
-fx-background-radius: 0;
-fx-border-radius: 0;
}
.combo-box {
-fx-text-fill: white;
-fx-cursor: hand;
}
.radio-button {
-fx-text-fill: white;
-fx-cursor: hand;
}
.label {
-fx-text-fill: #0075ff;
}
.root {
-fx-background-color: #1F1F1F;
}
.slider {
-fx-background-color: #00ff00;
-fx-color: #0000ff;
}
.progress-bar > .bar {
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-background-color: #0075ff;
}
.progress-bar > .track {
-fx-background-insets: 0;
-fx-background-radius: 0;
-fx-background-color: #2f2f2f;
}
.progress-bar {
-fx-padding: 3;
}
.text-area {
-fx-padding: 0;
-fx-cursor: default;
-fx-text-fill: #ff0000;
}
.text-area .content {
-fx-background-color: #2f2f2f;
-fx-background-radius: 0;
}
.text-area:focused .content {
-fx-background-color: #2f2f2f;
-fx-background-insets: 0, 0, 0;
-fx-background-radius: 0, 0, 0;
}
.scroll-pane > .viewport {
-fx-background-color: #1f1f1f;
}
.scroll-pane > .scroll-bar:horizontal {
-fx-background-insets: 0 1 1 1, 1;
-fx-padding: 0 1 0 1;
}
.scroll-pane > .scroll-bar:vertical {
-fx-background-insets: 1 1 1 0, 1;
-fx-padding: 1 0 1 0;
}
.scroll-pane > .corner {
-fx-background-color: #1f1f1f;
-fx-background-insets: 0 1 1 0;
}
.separator:horizontal .line {
-fx-border-color: transparent;
-fx-background-color: #0075ff;
-fx-border-width: 1;
-fx-border-insets: 0, 0 0 0 10
}
.separator:vertical .line {
-fx-border-color: transparent;
-fx-background-color: #0075ff;
-fx-border-width: 1;
-fx-border-insets: 0, 0 0 0 10
}
.combo-box > .list-cell {
-fx-background: #2f2f2f;
-fx-background-color: #2f2f2f;
-fx-text-fill: #ffffff;
-fx-padding: 0.333333em 0.666667em 0.333333em 0.666667em; /* 4 8 4 8 */
}
.combo-box-base > .arrow-button {
-fx-background-radius: 0 3 3 0, 0 2 2 0, 0 1 1 0;
-fx-padding: 0.5em 0.667em 0.5em 0.833333em; /* 6 8 6 10 */
-fx-background-color: #2f2f2f;
-fx-text-fill: #0075ff;
-fx-border-color: #0075ff;
} | 0.4856 | 0.126273 |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* END CSS RESET */
/* UNIVERSAL BOX SIZING */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*BEGIN STYLES*/
body {
background: #000;
}
.container {
max-width: 238px;
margin: 20px auto;
}
/* INPUT FIELD */
.inputField {
margin: 32px 0;
border-radius: 15px;
padding: 3px 7px 3px 15px;
background-color: white;
}
input[type=text] {
outline: none;
color: #232323;
font: normal 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
input[type=button], input[type=button]:hover {
position: relative;
left: -6px;
border: 1px solid #adc5cf;
background: #e4f1f9;
/* Old browsers */
background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1f9), color-stop(100%, #d5e7f3));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* IE10+ */
background: linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3', GradientType=0);
/* IE6-9 */
color: #7da2aa;
cursor: pointer;
opacity: 1;
}
/* ICONS */
img {
width: 50px;
opacity: 0.666;
}
img:hover {
opacity: 1;
}
.magnifyingGlass:hover {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.dice {
margin-left: 120px;
}
.dice:hover {
-webkit-animation: spin 1s linear infinite;
-moz-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* VIEWER */
.viewer {
width: 96%;
margin: auto;
font-size: 22px;
font-weight: bold;
}
h2 {
color: #fff;
margin-left: 12px;
}
.viewer p {
font: normal 18px "Lucida Console", Monaco5, monospace;
color: #263248;
background: #FF9700;
padding: 8px;
margin-bottom: 10px;
border-radius: 5px;
width: 90%;
}
/* LINKS */
a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #fff;
}
a:active {
text-decoration: underline;
color: #263248;
} | assets/css/styles.css |
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* END CSS RESET */
/* UNIVERSAL BOX SIZING */
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/*BEGIN STYLES*/
body {
background: #000;
}
.container {
max-width: 238px;
margin: 20px auto;
}
/* INPUT FIELD */
.inputField {
margin: 32px 0;
border-radius: 15px;
padding: 3px 7px 3px 15px;
background-color: white;
}
input[type=text] {
outline: none;
color: #232323;
font: normal 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
input[type=button], input[type=button]:hover {
position: relative;
left: -6px;
border: 1px solid #adc5cf;
background: #e4f1f9;
/* Old browsers */
background: -moz-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4f1f9), color-stop(100%, #d5e7f3));
/* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* IE10+ */
background: linear-gradient(top, #e4f1f9 0%, #d5e7f3 100%);
/* W3C */
filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e4f1f9', endColorstr='#d5e7f3', GradientType=0);
/* IE6-9 */
color: #7da2aa;
cursor: pointer;
opacity: 1;
}
/* ICONS */
img {
width: 50px;
opacity: 0.666;
}
img:hover {
opacity: 1;
}
.magnifyingGlass:hover {
-webkit-transform: scale(1.3);
-ms-transform: scale(1.3);
transform: scale(1.3);
}
.dice {
margin-left: 120px;
}
.dice:hover {
-webkit-animation: spin 1s linear infinite;
-moz-animation: spin 1s linear infinite;
animation: spin 1s linear infinite;
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
/* VIEWER */
.viewer {
width: 96%;
margin: auto;
font-size: 22px;
font-weight: bold;
}
h2 {
color: #fff;
margin-left: 12px;
}
.viewer p {
font: normal 18px "Lucida Console", Monaco5, monospace;
color: #263248;
background: #FF9700;
padding: 8px;
margin-bottom: 10px;
border-radius: 5px;
width: 90%;
}
/* LINKS */
a:link, a:visited {
text-decoration: none;
}
a:hover {
text-decoration: underline;
color: #fff;
}
a:active {
text-decoration: underline;
color: #263248;
} | 0.431584 | 0.097133 |
@font-face {
font-family: 'Bernhard Modern';
src : url('../fonts/bernhardModern/BernhModBTRom.eot');
src : url('../fonts/bernhardModern/BernhModBTRom.eot?#iefix') format('eot'),
url('../fonts/bernhardModern/BernhModBTRom.woff2') format('woff2'),
url('../fonts/bernhardModern/BernhModBTRom.woff') format('woff'),
url('../fonts/bernhardModern/BernhModBTRom.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-variant: normal;
font-stretch: normal;
font-display: swap;
}
/* end Bernhard Modern */
/* begin Century Gothic */
@font-face {
font-family: 'Century Gothic';
src : url('../fonts/centuryGothic/CenturyGothic.eot');
src : url('../fonts/centuryGothic/CenturyGothic.eot?#iefix') format('eot'),
url('../fonts/centuryGothic/CenturyGothic.woff2') format('woff2'),
url('../fonts/centuryGothic/CenturyGothic.woff') format('woff'),
url('../fonts/centuryGothic/CenturyGothic.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-variant: normal;
font-stretch: normal;
font-display: swap;
}
/* end Century Gothic */
html {
background: linear-gradient(to right, rgba(5,242,190,1.0), rgba(46,244,143,1.0)) no-repeat top left;
}
body {
background: url("../img/thailandMain.png") no-repeat top left;
background-size: 45% auto;
font-family: 'Century Gothic';
font-style: normal;
font-size: 14px;
}
@media (max-width: 600px) {
body {
background-size: 80% auto;
}
}
.jumbotron {
background-color: rgba(5,242,190,0.0);
}
.jumbotron h1 {
font-family: 'B<NAME>';
color: rgba(0,0,0,1.0);
font-size: 95px;
text-align: center;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
@media (min-width: 600px) {
.jumbotron h1 {
font-size: 129px;
}
}
.jumbotron .row {
background: linear-gradient(to top, rgba(5,242,190,.65), rgba(46,244,143,.65)) no-repeat top left;
padding: 2em 2em 2em 2em;
}
.jumbotron .lead {
margin: 0 0 .5em .5em;
font-size: 1.5em;
font-weight: 300;
line-height: 1.4;
padding: 0 0 0 0;
text-align: center;
}
@media (min-width: 768px) {
.jumbotron .lead {
font-size: 2em;
padding: 0 0 0 0;
}
}
.jumbotron p {
font-family: 'Century Gothic';
}
.jumbotron img {
width:90%;
margin: 1em 0 0 0;
}
.jumbotron blockquote {
border: 0 solid rgba(255, 255, 255, 0.0);
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.jumbotron blockquote p {
font-style: italic;
font-size: .9em;
margin: 0 0 0 0;
padding: .25em .25em .25em .75em;
}
.jumbotron footer {
color: rgba(0,0,0,1.0);
font-size: .7em;
margin: .125em 0 0 0;
padding: 0 0 0 0;
}
.package {
border: 2px solid rgba(255,255,255, 1.0);
margin: -2em 1em 1em 1em;
padding: 0em 1em 1em 1em;
}
.package h1 {
background-color: rgba(255,255,255, 0.25);
text-align: center;
margin: 0 -.5em .5em -.5em;
padding: .5em .5em .5em .5em;
}
/* begin Bernhard Modern */
.bernhardModern {
font-family: 'Bernhard Modern', serif;
font-variant: normal;
font-weight: 400;
font-style: serif;
}
/* end Bernhard Modern */
/* begin Century Gothic */
.centuryGothic {
font-family: 'Century Gothic', serif;
font-variant: normal;
font-weight: 400;
font-style: serif;
}
/* end Century Gothic */ | css/styles.css | @font-face {
font-family: 'Bernhard Modern';
src : url('../fonts/bernhardModern/BernhModBTRom.eot');
src : url('../fonts/bernhardModern/BernhModBTRom.eot?#iefix') format('eot'),
url('../fonts/bernhardModern/BernhModBTRom.woff2') format('woff2'),
url('../fonts/bernhardModern/BernhModBTRom.woff') format('woff'),
url('../fonts/bernhardModern/BernhModBTRom.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-variant: normal;
font-stretch: normal;
font-display: swap;
}
/* end Bernhard Modern */
/* begin Century Gothic */
@font-face {
font-family: 'Century Gothic';
src : url('../fonts/centuryGothic/CenturyGothic.eot');
src : url('../fonts/centuryGothic/CenturyGothic.eot?#iefix') format('eot'),
url('../fonts/centuryGothic/CenturyGothic.woff2') format('woff2'),
url('../fonts/centuryGothic/CenturyGothic.woff') format('woff'),
url('../fonts/centuryGothic/CenturyGothic.ttf') format('truetype');
font-weight: 400;
font-style: normal;
font-variant: normal;
font-stretch: normal;
font-display: swap;
}
/* end Century Gothic */
html {
background: linear-gradient(to right, rgba(5,242,190,1.0), rgba(46,244,143,1.0)) no-repeat top left;
}
body {
background: url("../img/thailandMain.png") no-repeat top left;
background-size: 45% auto;
font-family: 'Century Gothic';
font-style: normal;
font-size: 14px;
}
@media (max-width: 600px) {
body {
background-size: 80% auto;
}
}
.jumbotron {
background-color: rgba(5,242,190,0.0);
}
.jumbotron h1 {
font-family: 'B<NAME>';
color: rgba(0,0,0,1.0);
font-size: 95px;
text-align: center;
margin: 0 0 0 0;
padding: 0 0 0 0;
}
@media (min-width: 600px) {
.jumbotron h1 {
font-size: 129px;
}
}
.jumbotron .row {
background: linear-gradient(to top, rgba(5,242,190,.65), rgba(46,244,143,.65)) no-repeat top left;
padding: 2em 2em 2em 2em;
}
.jumbotron .lead {
margin: 0 0 .5em .5em;
font-size: 1.5em;
font-weight: 300;
line-height: 1.4;
padding: 0 0 0 0;
text-align: center;
}
@media (min-width: 768px) {
.jumbotron .lead {
font-size: 2em;
padding: 0 0 0 0;
}
}
.jumbotron p {
font-family: 'Century Gothic';
}
.jumbotron img {
width:90%;
margin: 1em 0 0 0;
}
.jumbotron blockquote {
border: 0 solid rgba(255, 255, 255, 0.0);
margin: 0 0 0 0;
padding: 0 0 0 0;
}
.jumbotron blockquote p {
font-style: italic;
font-size: .9em;
margin: 0 0 0 0;
padding: .25em .25em .25em .75em;
}
.jumbotron footer {
color: rgba(0,0,0,1.0);
font-size: .7em;
margin: .125em 0 0 0;
padding: 0 0 0 0;
}
.package {
border: 2px solid rgba(255,255,255, 1.0);
margin: -2em 1em 1em 1em;
padding: 0em 1em 1em 1em;
}
.package h1 {
background-color: rgba(255,255,255, 0.25);
text-align: center;
margin: 0 -.5em .5em -.5em;
padding: .5em .5em .5em .5em;
}
/* begin Bernhard Modern */
.bernhardModern {
font-family: 'Bernhard Modern', serif;
font-variant: normal;
font-weight: 400;
font-style: serif;
}
/* end Bernhard Modern */
/* begin Century Gothic */
.centuryGothic {
font-family: 'Century Gothic', serif;
font-variant: normal;
font-weight: 400;
font-style: serif;
}
/* end Century Gothic */ | 0.31732 | 0.116261 |
._400_1 {
background-image: url('../images/400_1.png');
}
._400_2 {
background-image: url('../images/400_2.png');
}
._400_3 {
background-image: url('../images/400_3.png');
}
._400_4 {
background-image: url('../images/400_4.png');
}
._400_5 {
background-image: url('../images/400_5.png');
}
._400_6 {
background-image: url('../images/400_6.png');
}
._400_7 {
background-image: url('../images/400_7.png');
}
._400_8 {
background-image: url('../images/400_8.png');
}
._400_9 {
background-image: url('../images/400_9.png');
}
._400_10 {
background-image: url('../images/400_10.png');
}
._400_11 {
background-image: url('../images/400_11.png');
}
.card_12 {
background-image: url('../images/400_12.png');
}
._400_13 {
background-image: url('../images/400_13.png');
}
._300_1 {
background-image: url('../images/300_1.png');
}
._300_2 {
background-image: url('../images/300_2.png');
}
._300_3 {
background-image: url('../images/300_3.png');
}
._300_4 {
background-image: url('../images/300_4.png');
}
._300_5 {
background-image: url('../images/300_5.png');
}
._300_6 {
background-image: url('../images/300_6.png');
}
._300_7 {
background-image: url('../images/300_7.png');
}
._300_8 {
background-image: url('../images/300_8.png');
}
._300_9 {
background-image: url('../images/300_9.png');
}
._300_10 {
background-image: url('../images/300_10.png');
}
._300_11 {
background-image: url('../images/300_11.png');
}
._300_12 {
background-image: url('../images/300_12.png');
}
._300_13 {
background-image: url('../images/300_13.png');
}
._200_1 {
background-image: url('../images/200_1.png');
}
._200_2 {
background-image: url('../images/200_2.png');
}
._200_3 {
background-image: url('../images/200_3.png');
}
._200_4 {
background-image: url('../images/200_4.png');
}
._200_5 {
background-image: url('../images/200_5.png');
}
._200_6 {
background-image: url('../images/200_6.png');
}
._200_7 {
background-image: url('../images/200_7.png');
}
._200_8 {
background-image: url('../images/200_8.png');
}
._200_9 {
background-image: url('../images/200_9.png');
}
._200_10 {
background-image: url('../images/200_10.png');
}
._200_11 {
background-image: url('../images/200_11.png');
}
._200_12 {
background-image: url('../images/200_12.png');
}
._200_13 {
background-image: url('../images/200_13.png');
}
._100_1 {
background-image: url('../images/100_1.png');
}
._100_2 {
background-image: url('../images/100_2.png');
}
._100_3 {
background-image: url('../images/100_3.png');
}
._100_4 {
background-image: url('../images/100_4.png');
}
._100_5 {
background-image: url('../images/100_5.png');
}
._100_6 {
background-image: url('../images/100_6.png');
}
._100_7 {
background-image: url('../images/100_7.png');
}
._100_8 {
background-image: url('../images/100_8.png');
}
._100_9 {
background-image: url('../images/100_9.png');
}
._100_10 {
background-image: url('../images/100_10.png');
}
._100_11 {
background-image: url('../images/100_11.png');
}
._100_12 {
background-image: url('../images/100_12.png');
}
._100_13 {
background-image: url('../images/100_13.png');
}
.card_back_vertical {
width: 100%;
height: 100%;
background-repeat: round;
background-image: url('../images/card_back_vertical.png');
}
.horizontal_cards {
width: 50px;
height: 90px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 5px;
}
.horizontal_cards_3 {
width: 50px;
height: 90px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 5px;
background-image: url('../images/card_back_vertical.png');
}
.player1_card_Back{
top: 400px;
left: 45%;
width:100px;
height: 150px;
position: absolute;
background-repeat: round;
}
.player2_card_Back{
position: absolute;
top: 35%;
right: 35%;
width: 100px;
height: 150px;
background-repeat: round;
transform: rotate(90deg);
}
.player3_card_Back{
top: 25%;
left: 45%;
width:100px;
height: 150px;
position: absolute;
background-repeat: round;
}
.player4_card_Back{
position: absolute;
top: 35%;
left: 33%;
width: 100px;
height: 150px;
background-repeat: round;
transform: rotate(90deg);
}
.player_card_horizontal{
width: 100px;
height: 70px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 5px;
background-image: url('../images/card_back_vertical.png');
} | src/assets/stylesheets/cards.css | ._400_1 {
background-image: url('../images/400_1.png');
}
._400_2 {
background-image: url('../images/400_2.png');
}
._400_3 {
background-image: url('../images/400_3.png');
}
._400_4 {
background-image: url('../images/400_4.png');
}
._400_5 {
background-image: url('../images/400_5.png');
}
._400_6 {
background-image: url('../images/400_6.png');
}
._400_7 {
background-image: url('../images/400_7.png');
}
._400_8 {
background-image: url('../images/400_8.png');
}
._400_9 {
background-image: url('../images/400_9.png');
}
._400_10 {
background-image: url('../images/400_10.png');
}
._400_11 {
background-image: url('../images/400_11.png');
}
.card_12 {
background-image: url('../images/400_12.png');
}
._400_13 {
background-image: url('../images/400_13.png');
}
._300_1 {
background-image: url('../images/300_1.png');
}
._300_2 {
background-image: url('../images/300_2.png');
}
._300_3 {
background-image: url('../images/300_3.png');
}
._300_4 {
background-image: url('../images/300_4.png');
}
._300_5 {
background-image: url('../images/300_5.png');
}
._300_6 {
background-image: url('../images/300_6.png');
}
._300_7 {
background-image: url('../images/300_7.png');
}
._300_8 {
background-image: url('../images/300_8.png');
}
._300_9 {
background-image: url('../images/300_9.png');
}
._300_10 {
background-image: url('../images/300_10.png');
}
._300_11 {
background-image: url('../images/300_11.png');
}
._300_12 {
background-image: url('../images/300_12.png');
}
._300_13 {
background-image: url('../images/300_13.png');
}
._200_1 {
background-image: url('../images/200_1.png');
}
._200_2 {
background-image: url('../images/200_2.png');
}
._200_3 {
background-image: url('../images/200_3.png');
}
._200_4 {
background-image: url('../images/200_4.png');
}
._200_5 {
background-image: url('../images/200_5.png');
}
._200_6 {
background-image: url('../images/200_6.png');
}
._200_7 {
background-image: url('../images/200_7.png');
}
._200_8 {
background-image: url('../images/200_8.png');
}
._200_9 {
background-image: url('../images/200_9.png');
}
._200_10 {
background-image: url('../images/200_10.png');
}
._200_11 {
background-image: url('../images/200_11.png');
}
._200_12 {
background-image: url('../images/200_12.png');
}
._200_13 {
background-image: url('../images/200_13.png');
}
._100_1 {
background-image: url('../images/100_1.png');
}
._100_2 {
background-image: url('../images/100_2.png');
}
._100_3 {
background-image: url('../images/100_3.png');
}
._100_4 {
background-image: url('../images/100_4.png');
}
._100_5 {
background-image: url('../images/100_5.png');
}
._100_6 {
background-image: url('../images/100_6.png');
}
._100_7 {
background-image: url('../images/100_7.png');
}
._100_8 {
background-image: url('../images/100_8.png');
}
._100_9 {
background-image: url('../images/100_9.png');
}
._100_10 {
background-image: url('../images/100_10.png');
}
._100_11 {
background-image: url('../images/100_11.png');
}
._100_12 {
background-image: url('../images/100_12.png');
}
._100_13 {
background-image: url('../images/100_13.png');
}
.card_back_vertical {
width: 100%;
height: 100%;
background-repeat: round;
background-image: url('../images/card_back_vertical.png');
}
.horizontal_cards {
width: 50px;
height: 90px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 5px;
}
.horizontal_cards_3 {
width: 50px;
height: 90px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 5px;
background-image: url('../images/card_back_vertical.png');
}
.player1_card_Back{
top: 400px;
left: 45%;
width:100px;
height: 150px;
position: absolute;
background-repeat: round;
}
.player2_card_Back{
position: absolute;
top: 35%;
right: 35%;
width: 100px;
height: 150px;
background-repeat: round;
transform: rotate(90deg);
}
.player3_card_Back{
top: 25%;
left: 45%;
width:100px;
height: 150px;
position: absolute;
background-repeat: round;
}
.player4_card_Back{
position: absolute;
top: 35%;
left: 33%;
width: 100px;
height: 150px;
background-repeat: round;
transform: rotate(90deg);
}
.player_card_horizontal{
width: 100px;
height: 70px;
background-repeat: no-repeat;
background-size: 100% 100%;
margin: 5px;
background-image: url('../images/card_back_vertical.png');
} | 0.455925 | 0.187318 |
@-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1200px) {
.container{
width: 100%;
}
.site-branding{
margin-right: 35px;
}
.featured-slider{
min-height: auto;
}
.main-product-wrap,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.featured-slider,
.woocommerce-account .entry-content{
margin: 0;
}
.bottom-footer,
.content-area .ecommerce-recetnt-blog,
.padding-space{
padding: 40px 0 0;
}
.site-footer,
.testimonial-section,
.discount-section{
margin: 40px 0 0;
}
.discount-section{
padding: 50px 0;
}
.blog-section .custom-col-3,
.top-seller-section .custom-col-3.product-item,
.main-product-wrap .product-item{
width: 33%;
}
#featured-product-slider .owl-nav .owl-prev,
#new-product-slider .owl-nav .owl-prev{
left: 0;
}
#featured-product-slider .owl-nav .owl-next,
#new-product-slider .owl-nav .owl-next{
right: 0;
}
#secondary #featured-product-slider .owl-nav .owl-prev,
#secondary #new-product-slider .owl-nav .owl-prev {
left: -15px;
}
#secondary #featured-product-slider .owl-nav .owl-next,
#secondary #new-product-slider .owl-nav .owl-next{
right: -15px;
}
#featured-product-slider .owl-nav .owl-prev::before,
#featured-product-slider .owl-nav .owl-next::before,
#new-product-slider .owl-nav .owl-prev::before,
#new-product-slider .owl-nav .owl-next::before{
font-size: 30px;
}
.active .slider-title{
left: 22px;
}
.testimonial-section .custom-col-6{
padding-top: 85px;
padding-left: 45px;
}
.blog-section .custom-col-3:first-child{
padding-left: 15px;
}
.blog-section .custom-col-3:nth-child(4n){
padding-right: 15px;
}
.subscribe-section header.entry-header.heading{
padding: 30px 0 10px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
clear: none;
margin: 10px;
}
#secondary .main-product-section .product-wrapper,
.top-seller-section .custom-col-3.product-item img,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells{
width: 100%
}
.woocommerce .shop-sidebar ul.products li.product,
.woocommerce-page .shop-sidebar ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li{
width: 30%;
}
.blog-section .custom-col-3:nth-child(3n+1){
clear: both;
}
.product-item:nth-child(4n+1){
clear:none;
}
ul.products li:nth-child(3n+1){
clear: both !important;
}
.heading .entry-title::after,
.heading .entry-title::before {
width: 50px;
}
.home .content-area .post-item-text {
width: 75%;
}
.discount-section .heading .entry-title{
font-size: 50px;
}
header.entry-header.heading{
padding: 0px 0 25px;
}
.content-area .top-seller-section .product-list-wrapper{
margin: 15px 15px 0;
}
.page-title-wrap,
.content-area .blog-section .custom-col-3{
margin: 0 0 40px;
}
.content-area .blog-section .custom-col-3:nth-last-of-type(1),
.content-area .blog-section .custom-col-3 .post,
.content-area .top-seller-section .custom-col-3.product-item:nth-last-of-type(2),
.content-area .top-seller-section .custom-col-3.product-item:nth-last-of-type(1){
margin-bottom: 0;
}
.blog-section .post {
margin-top: 25px;
}
.contact-information dl{
min-height: 75px;
padding: 20px 0;
}
.site-generator{
padding: 25px 0 0;
}
.product-wrapper h3,
.subscribe-content .heading .entry-title{
font-size: 30px;
}
#secondary .post-item-text .entry-title {
font-size: 14px;
}
#secondary .product-wrapper h3 {
font-size: 22px;
}
.woocommerce-account .entry-header,
#secondary .blog-section .container,
#secondary .main-product-section .product-item{
padding: 0;
}
}
/* All Tablet Portrait size smaller than standard 1023 (devices and browsers) */
@media only screen and (max-width: 1023px) {
.error404 .page-title {
font-size: 30px;
}
.site-branding {
margin-right: 20px;
}
.woocommerce #review_form #respond p{
width: 100%;
}
header.entry-header.heading{
padding: 0px 0 15px;
}
.top-seller-section .product-item{
margin-bottom: 0;
}
.blog-section .post {
margin-top: 30px;
}
.price_label{
float: left;
}
#secondary .testimonial-content-wrap p{
font-size: 25px;
}
}
@media only screen and (max-width: 991px) {
.popup-wrapper.active .popup-wrap{
width: 75%;
}
.popup-wrapper.active .woocommerce .u-column2{
padding: 100px 45px 160px;
}
.popup-wrapper.active .u-column1, .popup-wrapper.active .u-column2{
padding: 100px 45px 75px;
}
.popup-wrapper.active .woocommerce > .woocommerce-form.login{
padding: 25px;
width: 100%;
}
.popup-wrapper.active .woocommerce > h2{
padding: 25px;
width: auto;
}
.site-branding{
margin-right: 0;
}
#secondary .post-item-text,
#secondary .post-item .post-image,
#secondary .main-product-section .product-wrapper,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.header-information,
.header-nav-section .navbar,
.hgroup-left,
.hgroup-right{
width: 100%;
}
.hgroup-right{
justify-content: space-between;
margin-top: 20px;
}
.menu-top-menu-container > ul > li > a,
.menu-top-menu-container div > ul > li > a{
margin: 0 10px;
}
.testimonial-section .custom-col-6 {
padding-top: 20px;
padding-left: 34px;
}
.discount-section .heading .entry-title,
.slider-title{
font-size: 55px;
}
.subscribe-content .heading .entry-title{
font-size: 30px;
padding-bottom: 0;
}
.subscribe-content .wpcf7-text.wpcf7-email[type="email"],
.subscribe-content .wpcf7-submit[type="submit"]{
height: 40px;
}
.subscribe-content > p{
font-size: 14px;
}
.subscribe-content input[type="submit"],
.subscribe-content input{
height: 50px;
}
#secondary .discount-section .entry-content,
.subscribe-content input{
margin: 0;
}
.featured-product-section::before{
height: 57px;
width: 175px;
}
.product-search-section{
float: right;
width: 64%;
width: calc(100% - 262px);
width: -webkit-calc(100% - 262px);
width: -ms-calc(100% - 262px);
width: -o-calc(100% - 262px);
}
.slider-text-category{
font-size: 135px;
}
.woocommerce .shop-sidebar .related ul.products li.product,
.woocommerce-page .shop-sidebar .related ul.products li.product,
.woocommerce .shop-sidebar ul.products li.product,
.woocommerce-page .shop-sidebar ul.products li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li{
width: 45%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
margin: 0 auto;
}
.contact-information dt{
width: 50px;
}
.contact-information dd{
width: 80%;
width: calc(100% - 50px);
width: -webkit-calc(100% - 50px);
}
.blog-section .custom-col-3:nth-child(3n+1),
ul.products li:nth-child(3n+1){
clear: none !important;
}
ul.products li:nth-child(2n+1){
clear: both !important;
}
.error404 .page-title-wrap{
margin-bottom: 35px;
}
.site-main .error-404{
padding-bottom: 35px;
}
.heading .entry-title::after,
.heading .entry-title::before {
width: 48px;
}
.subscribe-content .wpcf7 .wpcf7-form,
#secondary .discount-section .entry-content {
padding: 0;
}
td{
padding: 5px;
}
#secondary .heading .entry-title::before{
right: -20px;
}
#secondary .heading .entry-title::after{
left: -20px;
}
#secondary .heading .entry-title::after,
#secondary .heading .entry-title::before {
width: 18px;
}
.product-wrapper h3,
.product-content.center .product-wrapper h3 {
font-size: 30px;
}
#home-page-content .entry-content{
margin-top: 0;
}
#secondary .main-product-section .product-wrapper {
padding: 0 15px;
}
.home .content-area .post-item-text {
width: 69%;
}
.contact-information p,
.contact-information a,
.contact-information li{
font-size: 14px;
}
.header-information .social-links{
text-align: left;
}
.blog-section .custom-col-3,
.top-seller-section .custom-col-3.product-item{
width: 50%;
}
.content-area .top-seller-section .product-list-wrapper{
margin: 20px;
}
.content-area .blog-section .custom-col-3:nth-last-of-type(2){
margin-bottom: 0;
}
.product-wrapper h3,
.product-content.center .product-wrapper h3 {
font-size: 27px;
}
.post-item-text span{
padding-bottom: 0;
}
.post-item-text span,
#secondary .post-item-text .entry-header{
padding-top: 10px;
}
#secondary .product-wrapper span,
#secondary .product-wrapper h3 {
font-size: 16px;
}
#secondary .v-center{
top: 35%;
}
table,
th,
td{
padding: 4px;
}
.woocommerce .related .price ins,
.woocommerce .summary .price ins{
margin-bottom: 0;
}
}
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12,
.main-product-wrap .product-item{
display: inline-block;
float: none;
width: 100%;
}
.woocommerce .shop-sidebar .related ul.products li.product,
.woocommerce-page .shop-sidebar .related ul.products li.product,
.woocommerce .shop-sidebar ul.products li.product,
.woocommerce-page .shop-sidebar ul.products li.product,
.home .content-area .post-item-text,
#primary .post-image,
.product-search-section,
.site-branding,
.contact-information dl,
.subscribe-section .featured-image,
.testimonial-section .featured-image,
.product-content a img,
.product-content > a{
width: 100%;
}
.site-branding{
max-width: 100%;
margin: 0 auto;
text-align: center;
padding-bottom: 20px;
}
.site-description{
display: block;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul{
left: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul{
float: none;
}
.mean-container .mean-nav ul li li li a{
padding: 12px 15%;
}
.mean-container .mean-nav ul li li a{
padding: 12px 10%;
}
.main-navigation ul ul.sub-menu,
.mean-container a.meanmenu-reveal,
.subscribe-section .container,
.testimonial-section .container{
position: relative;
}
.popup-wrapper.active{
z-index: 999999;
}
.popup-wrapper.active .popup-wrap {
width: 95%;
}
.popup-wrapper.active .woocommerce .u-column2{
padding: 100px 30px 160px;
}
.popup-wrapper.active .u-column1, .popup-wrapper.active .u-column2 {
padding: 100px 30px 75px;
}
.error-404 .entry-content {
max-width: 310px;
padding-bottom: 50px;
}
.error404 .page-title-wrap > .container {
padding-left: 90px;
}
.contact-information dl{
border-right: 0;
min-height: auto;
}
.contact-information dl:first-child{
padding-top: 25px;
}
.contact-information dt{
text-align: center;
width: auto;
}
.site-generator,
.bottom-footer{
padding: 25px 0 0;
}
.contact-information dl,
.site-footer{
padding: 0 0 25px;
}
.bottom-footer,
.content-area .ecommerce-recetnt-blog,
.padding-space{
padding: 30px 0 0;
}
.site-footer,
.testimonial-section,
.discount-section{
margin: 30px 0 0;
}
.main-product-wrap .product-content{
padding: 0 15px 30px;
}
.main-product-wrap .product-content:nth-last-of-type(1){
padding: 0 15px 0;
}
.woocommerce-account .entry-header,
.contact-information dt,
.blog-section{
padding: 0;
}
.testimonial-section{
margin-bottom:30px;
}
.mean-container a.meanmenu-reveal{
padding: 15px 15px 15px 0;
top: 0;
}
.discount-section > .container::after{
border-bottom: 90px solid rgba(0, 0, 0, 0);
border-right: 37px solid rgba(249, 186, 0, 0.2);
border-top: 133px solid rgba(0, 0, 0, 0);
}
.entry-footer > span:last-child{
float: left;
margin-bottom: 25px;
}
.hgroup-wrap{
padding: 20px 0 0;
}
.hgroup-right{
margin-top: 0;
position: relative;
min-height: 67px;
}
.login-register-wrap{
position: absolute;
right: 15px;
top: 17px;
}
.discount-section .entry-content{
padding: 9px 10px;
margin: 5px 0 0;
}
.blog-section time span{
font-size: 22px;
left: 12%;
}
#secondary .blog-section time,
.blog-section time{
font-size: 75px;
}
.blog-section .post {
margin-top: 17px;
}
.blog-section .entry-header{
padding-bottom: 8px;
}
.post{
margin-bottom: 30px;
}
.page-title{
font-size: 35px;
}
/*toggle header menu*/
.header-menu-holder{
width: 100%;
}
.toggle.close span:nth-child(1){
transform: rotate(45deg);
width: 25px;
transition: width .3s ease-in;
-webkit-transition: width .3s ease-in;
-moz-transition: width .3s ease-in;
-ms-transition: width .3s ease-in;
}
.toggle.close span:nth-child(2){
display: none;
}
.toggle.close span:nth-child(3){
transform: rotate(-45deg);
top: -6px;
position: relative;
}
.top-header-menu-wrapper {
background: #000;
display: none;
position: absolute;
top: 55px;
width: 100%;
z-index: 99999;
}
.top-header-menu-wrapper ul {
list-style: none;
text-align: left;
}
.top-header-menu-wrapper ul li {
border-bottom: 1px solid rgba(225,225,225,0.2);
color: #fff;
display: block;
font-size: 12px;
letter-spacing: 2px;
margin: 0;
padding: 15px;
text-transform: uppercase;
}
.top-header-menu-wrapper ul li:hover {
background: #16a085;
}
.top-header-menu-wrapper a {
text-decoration: none;
color: #fff;
}
.toggle span{
background: #f9ba00;
display: block;
height: 2px;
margin-top: 3px;
width: 23px;
transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
}
.toggle span:first-child{
width: 15px;
}
.toggle span:nth-child(2){
width: 20px;
}
.toggle span:last-child{
width: 25px;
}
a.toggle{
display: block;
float: left;
padding: 0;
width: auto;
position: absolute;
top: 25px;
left: 0;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .entry-content{
margin: 0;
}
.woocommerce-Reviews .select2-container{
float: left;
width: 100% !important;
}
#secondary .heading .entry-title::before{
right: -50px;
}
#secondary .heading .entry-title::after{
left: -50px;
}
.content-area .ecommerce-recetnt-blog .post-item{
text-align: center;
}
.content-area .ecommerce-recetnt-blog .post-image img{
padding-right: 0;
}
.blog-section .custom-col-3,
.header-information,
.header-nav-section .navbar {
width: 50%;
}
.bottom-footer{
padding: 25px 0 0;
}
#primary .widget_media_image {
margin: 30px auto 0;
}
.top-seller-section .custom-col-3.product-item{
width: 49%;
float: left;
}
.blog-section .custom-col-3{
float: left;
}
.content-area .top-seller-section .product-list-wrapper{
margin: 15px;
}
.main-product-section .product-item{
padding:30px 0 0;
}
.main-product-section .product-item:first-child{
padding: 0;
}
.slider-text p{
line-height: 1.5;
}
#secondary.widget-area.custom-col-4 {
padding-left: 15px;
}
#secondary header.entry-header.heading{
margin: 20px 0 0;
}
.woocommerce .summary p.price{
margin: 0 0 15px;
}
}
@media only screen and (max-width: 559px) {
.popup-wrapper.active .woocommerce .u-column2{
padding: 100px 10px 160px;
}
.popup-wrapper.active .u-column1,
.popup-wrapper.active .u-column2 {
padding: 100px 10px 75px;
}
.header-information{
position: absolute;
right: 15px;
z-index: 9999;
}
.login-register-wrap{
top: 20px;
}
.blog-section .custom-col-3,
.header-nav-section .navbar,
.top-seller-section .custom-col-3.product-item,
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li,
form.woocommerce-ordering .select2-container,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.main-navigation ul ul{
width: 100%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li.product{
margin: 0 auto;
margin-bottom: 25px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
float: none !important;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product:first-child,
.woocommerce ul.products li.product:first-child,
.woocommerce-page ul.products li.product:first-child{
margin-top: 25px;
}
.header-information{
width: 60%;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
margin: 0;
}
.slider-text-category {
font-size: 80px;
}
.discount-section .heading .entry-title,
.slider-title {
font-size: 40px;
}
.slider-text p{
font-size: 25px;
}
.content-area .blog-section .custom-col-3{
margin: 0 0 30px;
}
.content-area .blog-section .custom-col-3:nth-last-of-type(2),
.testimonial-section{
margin-bottom: 30px;
}
.woocommerce button.button.alt,
.woocommerce input.button,
.btn,
.wpcf7-submit[type="submit"],
.rwspt-btn-business,
.load-button{
font-size: 14px;
padding: 10px 16px;
}
.slider-btn{
padding-top: 0;
}
.discount-section > .container::after{
border-bottom: 67px solid rgba(0, 0, 0, 0);
border-right: 27px solid rgba(249, 186, 0, 0.2);
}
.heading .entry-title{
font-size: 25px;
}
.error-404 .entry-content {
float: none;
max-width: 100%;
padding-bottom: 10px;
padding-top: 150px;
text-align: center;
}
.site-main .error-404 {
padding-bottom: 35px;
}
.error404 .page-title-wrap > .container {
padding-left: 35px;
}
.error404 .page-title {
margin-top: 30px;
}
}
/* All Mobile size smaller than standard 479 (devices and browsers) */
@media only screen and (max-width: 479px) {
.header-product-info{
width: 50px;
}
.product-wrapper h3{
font-size: 25px;
}
.popup-wrapper.active h2{
margin: 0;
}
.popup-wrapper.active .woocommerce .u-column2 {
padding: 65px 5px 160px;
}
.popup-wrapper.active .u-column1, .popup-wrapper.active .u-column2 {
padding: 65px 5px;
}
.top-seller-section .product-item {
margin-bottom: 5px;
}
.product-search-section input[type="search"]{
font-size: 13px;
}
.inline-social-icons li{
margin: 0 3px;
}
.advance-search-wrap{
width: 130px;
}
.advance-search-form{
width: 53%;
width: calc(100% - 135px);
width: -webkit-calc(100% - 135px);
width: -ms-calc(100% - 135px);
width: -o-calc(100% - 135px);
}
.slider-text p,
.discount-section .heading .entry-title, .slider-title{
font-size: 25px;
}
.slider-text p{
margin: 0 0 -8px;
}
.woocommerce button.button.alt,
.woocommerce input.button,
.btn,
.wpcf7-submit[type="submit"],
.rwspt-btn-business,
.load-button{
font-size: 12px;
padding: 7px 12px;
}
.featured-slider .owl-dots{
bottom: 0;
}
.heading .entry-title{
font-size: 20px;
}
.heading .entry-title::after,
.heading .entry-title::before {
width: 45px;
}
.heading .entry-title::before {
right: -47px;
}
.heading .entry-title::after {
left: -50px;
}
.pagination a,
.pagination > li > a,
.pagination > li > span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination > span{
padding: 5px 9px
}
.pagination a:first-child,
.pagination a:last-child {
padding: 5px 20px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last{
width: 100%;
}
.coupon-wrapper {
padding-right: 30px;
}
.page-title{
margin-bottom: 0;
}
.error404 .page-title-wrap {
margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
float: none;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
font-size: 12px;
}
} | web/app/themes/ecommerce-market/assest/css/responsive.css | @-ms-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
/* All Tablet Portrait size smaller than standard 1199 (devices and browsers) */
@media only screen and (max-width: 1199px) {
}
@media only screen and (max-width: 1200px) {
.container{
width: 100%;
}
.site-branding{
margin-right: 35px;
}
.featured-slider{
min-height: auto;
}
.main-product-wrap,
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register,
.featured-slider,
.woocommerce-account .entry-content{
margin: 0;
}
.bottom-footer,
.content-area .ecommerce-recetnt-blog,
.padding-space{
padding: 40px 0 0;
}
.site-footer,
.testimonial-section,
.discount-section{
margin: 40px 0 0;
}
.discount-section{
padding: 50px 0;
}
.blog-section .custom-col-3,
.top-seller-section .custom-col-3.product-item,
.main-product-wrap .product-item{
width: 33%;
}
#featured-product-slider .owl-nav .owl-prev,
#new-product-slider .owl-nav .owl-prev{
left: 0;
}
#featured-product-slider .owl-nav .owl-next,
#new-product-slider .owl-nav .owl-next{
right: 0;
}
#secondary #featured-product-slider .owl-nav .owl-prev,
#secondary #new-product-slider .owl-nav .owl-prev {
left: -15px;
}
#secondary #featured-product-slider .owl-nav .owl-next,
#secondary #new-product-slider .owl-nav .owl-next{
right: -15px;
}
#featured-product-slider .owl-nav .owl-prev::before,
#featured-product-slider .owl-nav .owl-next::before,
#new-product-slider .owl-nav .owl-prev::before,
#new-product-slider .owl-nav .owl-next::before{
font-size: 30px;
}
.active .slider-title{
left: 22px;
}
.testimonial-section .custom-col-6{
padding-top: 85px;
padding-left: 45px;
}
.blog-section .custom-col-3:first-child{
padding-left: 15px;
}
.blog-section .custom-col-3:nth-child(4n){
padding-right: 15px;
}
.subscribe-section header.entry-header.heading{
padding: 30px 0 10px;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
clear: none;
margin: 10px;
}
#secondary .main-product-section .product-wrapper,
.top-seller-section .custom-col-3.product-item img,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells{
width: 100%
}
.woocommerce .shop-sidebar ul.products li.product,
.woocommerce-page .shop-sidebar ul.products li.product,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li{
width: 30%;
}
.blog-section .custom-col-3:nth-child(3n+1){
clear: both;
}
.product-item:nth-child(4n+1){
clear:none;
}
ul.products li:nth-child(3n+1){
clear: both !important;
}
.heading .entry-title::after,
.heading .entry-title::before {
width: 50px;
}
.home .content-area .post-item-text {
width: 75%;
}
.discount-section .heading .entry-title{
font-size: 50px;
}
header.entry-header.heading{
padding: 0px 0 25px;
}
.content-area .top-seller-section .product-list-wrapper{
margin: 15px 15px 0;
}
.page-title-wrap,
.content-area .blog-section .custom-col-3{
margin: 0 0 40px;
}
.content-area .blog-section .custom-col-3:nth-last-of-type(1),
.content-area .blog-section .custom-col-3 .post,
.content-area .top-seller-section .custom-col-3.product-item:nth-last-of-type(2),
.content-area .top-seller-section .custom-col-3.product-item:nth-last-of-type(1){
margin-bottom: 0;
}
.blog-section .post {
margin-top: 25px;
}
.contact-information dl{
min-height: 75px;
padding: 20px 0;
}
.site-generator{
padding: 25px 0 0;
}
.product-wrapper h3,
.subscribe-content .heading .entry-title{
font-size: 30px;
}
#secondary .post-item-text .entry-title {
font-size: 14px;
}
#secondary .product-wrapper h3 {
font-size: 22px;
}
.woocommerce-account .entry-header,
#secondary .blog-section .container,
#secondary .main-product-section .product-item{
padding: 0;
}
}
/* All Tablet Portrait size smaller than standard 1023 (devices and browsers) */
@media only screen and (max-width: 1023px) {
.error404 .page-title {
font-size: 30px;
}
.site-branding {
margin-right: 20px;
}
.woocommerce #review_form #respond p{
width: 100%;
}
header.entry-header.heading{
padding: 0px 0 15px;
}
.top-seller-section .product-item{
margin-bottom: 0;
}
.blog-section .post {
margin-top: 30px;
}
.price_label{
float: left;
}
#secondary .testimonial-content-wrap p{
font-size: 25px;
}
}
@media only screen and (max-width: 991px) {
.popup-wrapper.active .popup-wrap{
width: 75%;
}
.popup-wrapper.active .woocommerce .u-column2{
padding: 100px 45px 160px;
}
.popup-wrapper.active .u-column1, .popup-wrapper.active .u-column2{
padding: 100px 45px 75px;
}
.popup-wrapper.active .woocommerce > .woocommerce-form.login{
padding: 25px;
width: 100%;
}
.popup-wrapper.active .woocommerce > h2{
padding: 25px;
width: auto;
}
.site-branding{
margin-right: 0;
}
#secondary .post-item-text,
#secondary .post-item .post-image,
#secondary .main-product-section .product-wrapper,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals,
.header-information,
.header-nav-section .navbar,
.hgroup-left,
.hgroup-right{
width: 100%;
}
.hgroup-right{
justify-content: space-between;
margin-top: 20px;
}
.menu-top-menu-container > ul > li > a,
.menu-top-menu-container div > ul > li > a{
margin: 0 10px;
}
.testimonial-section .custom-col-6 {
padding-top: 20px;
padding-left: 34px;
}
.discount-section .heading .entry-title,
.slider-title{
font-size: 55px;
}
.subscribe-content .heading .entry-title{
font-size: 30px;
padding-bottom: 0;
}
.subscribe-content .wpcf7-text.wpcf7-email[type="email"],
.subscribe-content .wpcf7-submit[type="submit"]{
height: 40px;
}
.subscribe-content > p{
font-size: 14px;
}
.subscribe-content input[type="submit"],
.subscribe-content input{
height: 50px;
}
#secondary .discount-section .entry-content,
.subscribe-content input{
margin: 0;
}
.featured-product-section::before{
height: 57px;
width: 175px;
}
.product-search-section{
float: right;
width: 64%;
width: calc(100% - 262px);
width: -webkit-calc(100% - 262px);
width: -ms-calc(100% - 262px);
width: -o-calc(100% - 262px);
}
.slider-text-category{
font-size: 135px;
}
.woocommerce .shop-sidebar .related ul.products li.product,
.woocommerce-page .shop-sidebar .related ul.products li.product,
.woocommerce .shop-sidebar ul.products li.product,
.woocommerce-page .shop-sidebar ul.products li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li{
width: 45%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
width: 47%;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals{
margin: 0 auto;
}
.contact-information dt{
width: 50px;
}
.contact-information dd{
width: 80%;
width: calc(100% - 50px);
width: -webkit-calc(100% - 50px);
}
.blog-section .custom-col-3:nth-child(3n+1),
ul.products li:nth-child(3n+1){
clear: none !important;
}
ul.products li:nth-child(2n+1){
clear: both !important;
}
.error404 .page-title-wrap{
margin-bottom: 35px;
}
.site-main .error-404{
padding-bottom: 35px;
}
.heading .entry-title::after,
.heading .entry-title::before {
width: 48px;
}
.subscribe-content .wpcf7 .wpcf7-form,
#secondary .discount-section .entry-content {
padding: 0;
}
td{
padding: 5px;
}
#secondary .heading .entry-title::before{
right: -20px;
}
#secondary .heading .entry-title::after{
left: -20px;
}
#secondary .heading .entry-title::after,
#secondary .heading .entry-title::before {
width: 18px;
}
.product-wrapper h3,
.product-content.center .product-wrapper h3 {
font-size: 30px;
}
#home-page-content .entry-content{
margin-top: 0;
}
#secondary .main-product-section .product-wrapper {
padding: 0 15px;
}
.home .content-area .post-item-text {
width: 69%;
}
.contact-information p,
.contact-information a,
.contact-information li{
font-size: 14px;
}
.header-information .social-links{
text-align: left;
}
.blog-section .custom-col-3,
.top-seller-section .custom-col-3.product-item{
width: 50%;
}
.content-area .top-seller-section .product-list-wrapper{
margin: 20px;
}
.content-area .blog-section .custom-col-3:nth-last-of-type(2){
margin-bottom: 0;
}
.product-wrapper h3,
.product-content.center .product-wrapper h3 {
font-size: 27px;
}
.post-item-text span{
padding-bottom: 0;
}
.post-item-text span,
#secondary .post-item-text .entry-header{
padding-top: 10px;
}
#secondary .product-wrapper span,
#secondary .product-wrapper h3 {
font-size: 16px;
}
#secondary .v-center{
top: 35%;
}
table,
th,
td{
padding: 4px;
}
.woocommerce .related .price ins,
.woocommerce .summary .price ins{
margin-bottom: 0;
}
}
/* All Mobile Portrait size smaller than 768 (devices and browsers) */
@media only screen and (max-width: 767px) {
.custom-col-1,
.custom-col-2,
.custom-col-3,
.custom-col-4,
.custom-col-5,
.custom-col-6,
.custom-col-7,
.custom-col-8,
.custom-col-9,
.custom-col-10,
.custom-col-11,
.custom-col-12,
.main-product-wrap .product-item{
display: inline-block;
float: none;
width: 100%;
}
.woocommerce .shop-sidebar .related ul.products li.product,
.woocommerce-page .shop-sidebar .related ul.products li.product,
.woocommerce .shop-sidebar ul.products li.product,
.woocommerce-page .shop-sidebar ul.products li.product,
.home .content-area .post-item-text,
#primary .post-image,
.product-search-section,
.site-branding,
.contact-information dl,
.subscribe-section .featured-image,
.testimonial-section .featured-image,
.product-content a img,
.product-content > a{
width: 100%;
}
.site-branding{
max-width: 100%;
margin: 0 auto;
text-align: center;
padding-bottom: 20px;
}
.site-description{
display: block;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul{
left: 0;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul{
float: none;
}
.mean-container .mean-nav ul li li li a{
padding: 12px 15%;
}
.mean-container .mean-nav ul li li a{
padding: 12px 10%;
}
.main-navigation ul ul.sub-menu,
.mean-container a.meanmenu-reveal,
.subscribe-section .container,
.testimonial-section .container{
position: relative;
}
.popup-wrapper.active{
z-index: 999999;
}
.popup-wrapper.active .popup-wrap {
width: 95%;
}
.popup-wrapper.active .woocommerce .u-column2{
padding: 100px 30px 160px;
}
.popup-wrapper.active .u-column1, .popup-wrapper.active .u-column2 {
padding: 100px 30px 75px;
}
.error-404 .entry-content {
max-width: 310px;
padding-bottom: 50px;
}
.error404 .page-title-wrap > .container {
padding-left: 90px;
}
.contact-information dl{
border-right: 0;
min-height: auto;
}
.contact-information dl:first-child{
padding-top: 25px;
}
.contact-information dt{
text-align: center;
width: auto;
}
.site-generator,
.bottom-footer{
padding: 25px 0 0;
}
.contact-information dl,
.site-footer{
padding: 0 0 25px;
}
.bottom-footer,
.content-area .ecommerce-recetnt-blog,
.padding-space{
padding: 30px 0 0;
}
.site-footer,
.testimonial-section,
.discount-section{
margin: 30px 0 0;
}
.main-product-wrap .product-content{
padding: 0 15px 30px;
}
.main-product-wrap .product-content:nth-last-of-type(1){
padding: 0 15px 0;
}
.woocommerce-account .entry-header,
.contact-information dt,
.blog-section{
padding: 0;
}
.testimonial-section{
margin-bottom:30px;
}
.mean-container a.meanmenu-reveal{
padding: 15px 15px 15px 0;
top: 0;
}
.discount-section > .container::after{
border-bottom: 90px solid rgba(0, 0, 0, 0);
border-right: 37px solid rgba(249, 186, 0, 0.2);
border-top: 133px solid rgba(0, 0, 0, 0);
}
.entry-footer > span:last-child{
float: left;
margin-bottom: 25px;
}
.hgroup-wrap{
padding: 20px 0 0;
}
.hgroup-right{
margin-top: 0;
position: relative;
min-height: 67px;
}
.login-register-wrap{
position: absolute;
right: 15px;
top: 17px;
}
.discount-section .entry-content{
padding: 9px 10px;
margin: 5px 0 0;
}
.blog-section time span{
font-size: 22px;
left: 12%;
}
#secondary .blog-section time,
.blog-section time{
font-size: 75px;
}
.blog-section .post {
margin-top: 17px;
}
.blog-section .entry-header{
padding-bottom: 8px;
}
.post{
margin-bottom: 30px;
}
.page-title{
font-size: 35px;
}
/*toggle header menu*/
.header-menu-holder{
width: 100%;
}
.toggle.close span:nth-child(1){
transform: rotate(45deg);
width: 25px;
transition: width .3s ease-in;
-webkit-transition: width .3s ease-in;
-moz-transition: width .3s ease-in;
-ms-transition: width .3s ease-in;
}
.toggle.close span:nth-child(2){
display: none;
}
.toggle.close span:nth-child(3){
transform: rotate(-45deg);
top: -6px;
position: relative;
}
.top-header-menu-wrapper {
background: #000;
display: none;
position: absolute;
top: 55px;
width: 100%;
z-index: 99999;
}
.top-header-menu-wrapper ul {
list-style: none;
text-align: left;
}
.top-header-menu-wrapper ul li {
border-bottom: 1px solid rgba(225,225,225,0.2);
color: #fff;
display: block;
font-size: 12px;
letter-spacing: 2px;
margin: 0;
padding: 15px;
text-transform: uppercase;
}
.top-header-menu-wrapper ul li:hover {
background: #16a085;
}
.top-header-menu-wrapper a {
text-decoration: none;
color: #fff;
}
.toggle span{
background: #f9ba00;
display: block;
height: 2px;
margin-top: 3px;
width: 23px;
transition: all .3s ease-in;
-webkit-transition: all .3s ease-in;
-moz-transition: all .3s ease-in;
-ms-transition: all .3s ease-in;
}
.toggle span:first-child{
width: 15px;
}
.toggle span:nth-child(2){
width: 20px;
}
.toggle span:last-child{
width: 25px;
}
a.toggle{
display: block;
float: left;
padding: 0;
width: auto;
position: absolute;
top: 25px;
left: 0;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .entry-content{
margin: 0;
}
.woocommerce-Reviews .select2-container{
float: left;
width: 100% !important;
}
#secondary .heading .entry-title::before{
right: -50px;
}
#secondary .heading .entry-title::after{
left: -50px;
}
.content-area .ecommerce-recetnt-blog .post-item{
text-align: center;
}
.content-area .ecommerce-recetnt-blog .post-image img{
padding-right: 0;
}
.blog-section .custom-col-3,
.header-information,
.header-nav-section .navbar {
width: 50%;
}
.bottom-footer{
padding: 25px 0 0;
}
#primary .widget_media_image {
margin: 30px auto 0;
}
.top-seller-section .custom-col-3.product-item{
width: 49%;
float: left;
}
.blog-section .custom-col-3{
float: left;
}
.content-area .top-seller-section .product-list-wrapper{
margin: 15px;
}
.main-product-section .product-item{
padding:30px 0 0;
}
.main-product-section .product-item:first-child{
padding: 0;
}
.slider-text p{
line-height: 1.5;
}
#secondary.widget-area.custom-col-4 {
padding-left: 15px;
}
#secondary header.entry-header.heading{
margin: 20px 0 0;
}
.woocommerce .summary p.price{
margin: 0 0 15px;
}
}
@media only screen and (max-width: 559px) {
.popup-wrapper.active .woocommerce .u-column2{
padding: 100px 10px 160px;
}
.popup-wrapper.active .u-column1,
.popup-wrapper.active .u-column2 {
padding: 100px 10px 75px;
}
.header-information{
position: absolute;
right: 15px;
z-index: 9999;
}
.login-register-wrap{
top: 20px;
}
.blog-section .custom-col-3,
.header-nav-section .navbar,
.top-seller-section .custom-col-3.product-item,
.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li,
form.woocommerce-ordering .select2-container,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.main-navigation ul ul{
width: 100%;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce .cart-collaterals .cross-sells ul.products li.product{
margin: 0 auto;
margin-bottom: 25px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
float: none !important;
}
.woocommerce .cart-collaterals .cross-sells ul.products li.product:first-child,
.woocommerce ul.products li.product:first-child,
.woocommerce-page ul.products li.product:first-child{
margin-top: 25px;
}
.header-information{
width: 60%;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
margin: 0;
}
.slider-text-category {
font-size: 80px;
}
.discount-section .heading .entry-title,
.slider-title {
font-size: 40px;
}
.slider-text p{
font-size: 25px;
}
.content-area .blog-section .custom-col-3{
margin: 0 0 30px;
}
.content-area .blog-section .custom-col-3:nth-last-of-type(2),
.testimonial-section{
margin-bottom: 30px;
}
.woocommerce button.button.alt,
.woocommerce input.button,
.btn,
.wpcf7-submit[type="submit"],
.rwspt-btn-business,
.load-button{
font-size: 14px;
padding: 10px 16px;
}
.slider-btn{
padding-top: 0;
}
.discount-section > .container::after{
border-bottom: 67px solid rgba(0, 0, 0, 0);
border-right: 27px solid rgba(249, 186, 0, 0.2);
}
.heading .entry-title{
font-size: 25px;
}
.error-404 .entry-content {
float: none;
max-width: 100%;
padding-bottom: 10px;
padding-top: 150px;
text-align: center;
}
.site-main .error-404 {
padding-bottom: 35px;
}
.error404 .page-title-wrap > .container {
padding-left: 35px;
}
.error404 .page-title {
margin-top: 30px;
}
}
/* All Mobile size smaller than standard 479 (devices and browsers) */
@media only screen and (max-width: 479px) {
.header-product-info{
width: 50px;
}
.product-wrapper h3{
font-size: 25px;
}
.popup-wrapper.active h2{
margin: 0;
}
.popup-wrapper.active .woocommerce .u-column2 {
padding: 65px 5px 160px;
}
.popup-wrapper.active .u-column1, .popup-wrapper.active .u-column2 {
padding: 65px 5px;
}
.top-seller-section .product-item {
margin-bottom: 5px;
}
.product-search-section input[type="search"]{
font-size: 13px;
}
.inline-social-icons li{
margin: 0 3px;
}
.advance-search-wrap{
width: 130px;
}
.advance-search-form{
width: 53%;
width: calc(100% - 135px);
width: -webkit-calc(100% - 135px);
width: -ms-calc(100% - 135px);
width: -o-calc(100% - 135px);
}
.slider-text p,
.discount-section .heading .entry-title, .slider-title{
font-size: 25px;
}
.slider-text p{
margin: 0 0 -8px;
}
.woocommerce button.button.alt,
.woocommerce input.button,
.btn,
.wpcf7-submit[type="submit"],
.rwspt-btn-business,
.load-button{
font-size: 12px;
padding: 7px 12px;
}
.featured-slider .owl-dots{
bottom: 0;
}
.heading .entry-title{
font-size: 20px;
}
.heading .entry-title::after,
.heading .entry-title::before {
width: 45px;
}
.heading .entry-title::before {
right: -47px;
}
.heading .entry-title::after {
left: -50px;
}
.pagination a,
.pagination > li > a,
.pagination > li > span,
#wp_page_numbers li,
.wp-pagenavi li,
#main ul.default-wp-page,
.pagination > span{
padding: 5px 9px
}
.pagination a:first-child,
.pagination a:last-child {
padding: 5px 20px;
}
.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last{
width: 100%;
}
.coupon-wrapper {
padding-right: 30px;
}
.page-title{
margin-bottom: 0;
}
.error404 .page-title-wrap {
margin-bottom: 20px;
}
.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering{
float: none;
}
.woocommerce .star-rating span::before,
.woocommerce .star-rating::before {
font-size: 12px;
}
} | 0.236957 | 0.047162 |
div.wlby_movie
{
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
width: 1920px;
height: 1080px;
}
.wlby_text p { padding: 0; margin: 0; }
a.wlby_classic-link { color: inherit; text-decoration: none; }
a.wlby_classic-link:link { color: inherit; text-decoration: none; }
a.wlby_classic-link:hover { color: inherit; text-decoration: none; }
a.wlby_classic-link:active { color: inherit; text-decoration: none; }
a.wlby_classic-link:visited { color: inherit; text-decoration: none; }
a.wlby_tlf-link { color: inherit; text-decoration: none; }
a.wlby_tlf-link:link { color: inherit; text-decoration: none; }
a.wlby_tlf-link:hover { color: inherit; text-decoration: none; }
a.wlby_tlf-link:active { color: inherit; text-decoration: none; }
a.wlby_tlf-link:visited { color: inherit; text-decoration: none; }
.wlby_button > * { visibility: hidden; }
.wlby_button > .wlby_button_normal { visibility: visible; }
.wlby_button:hover > .wlby_button_normal { visibility: hidden; }
.wlby_button:hover > .wlby_button_hover { visibility: visible; }
.wlby_button:active > .wlby_button_normal { visibility: hidden; }
.wlby_button:active > .wlby_button_hover { visibility: hidden; }
.wlby_button:active > .wlby_button_active { visibility: visible; }
@-webkit-keyframes wlby_frameset-animation {
from { }
to { }
}
.wlby_fs, .wlby_graphic
{
-webkit-animation-name: wlby_frameset-animation;
}
.wlby_graphic
{
-webkit-animation-duration: 1s;
}
.wlby_masked
{
height: inherit;
position: inherit;
width: inherit;
}
.wlby_sprite
{
-webkit-animation-name: wlby_frameset-animation;
-webkit-animation-iteration-count: infinite;
}
.wlby_4
{
-webkit-animation-duration: 2.33333s;
-webkit-transform: matrix(1, 0, 0, 1, -637.8, -498.2);
-webkit-transform-origin: 1493.45px 819.9px;
}
.wlby_6
{
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -382.05, -611.3);
}
.wlby_76
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -62.3, -21.584);
}
.wlby_104
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -51.5, -39);
}
.wlby_115
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -43, -19.75);
}
.wlby_85
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -42.25, -18.712);
}
.wlby_78
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -39.25, -2.646);
}
.wlby_93
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -37.817, 130.008);
}
.wlby_87
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -37.75, -15.845);
}
.wlby_81
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -36.5, -373.25);
}
.wlby_121
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -36.25, 126.844);
}
.wlby_88
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -35.75, -0.014);
}
.wlby_114
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -33, -11.25);
}
.wlby_89
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -32.612, 10.208);
}
.wlby_86
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -32.5, -17.505);
}
.wlby_82
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -31.5, -14.456);
}
.wlby_92
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -31.5, 131.25);
}
.wlby_77
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -31, -11.213);
}
.wlby_105
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -30.25, -12.491);
}
.wlby_83
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -29.25, -20.392);
}
.wlby_80
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -28.75, 0.531);
}
.wlby_84
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -28.5, -15.065);
}
.wlby_116
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -27.25, 9.5);
}
.wlby_79
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -27, 17.25);
}
.wlby_113
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -26.5, -13.751);
}
.wlby_106
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -24.75, 4.75);
}
.wlby_90
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -24.5, 21.954);
}
.wlby_68
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -24.25, 1.452);
}
.wlby_107
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -24.25, 17.25);
}
.wlby_110
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -23.25, -11);
}
.wlby_108
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -22.25, -0.25);
}
.wlby_66
{
-webkit-animation-duration: 0.0833333s;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -21.75, 8.773);
}
.wlby_111
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -21.5, -13.25);
}
.wlby_109
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -21, -14.75);
}
.wlby_112
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -20.5, -6.25);
}
.wlby_69
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -20.5, 0.884);
}
.wlby_67
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -18.75, 5.544);
}
.wlby_100
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -18.5, -11.25);
}
.wlby_120
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -18.25, 131.25);
}
.wlby_103
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -17.5, -16.25);
}
.wlby_74
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -17.25, -25.852);
}
.wlby_117
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -17, -0.25);
}
.wlby_75
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -16.75, -21.331);
}
.wlby_72
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -16.25, -14.511);
}
.wlby_99
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -15.25, -8.5);
}
.wlby_118
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -15.25, 0.75);
}
.wlby_71
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -13.25, -14.256);
}
.wlby_98
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -13.25, -10.82);
}
.wlby_91
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -13.25, 26.672);
}
.wlby_102
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -12.5, -24.5);
}
.wlby_73
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -12, -25.672);
}
.wlby_1
{
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -12, -16);
}
.wlby_96
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -10.7, -1.5);
}
.wlby_94
{
-webkit-animation-duration: 0.0833333s;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -9.75, 5.25);
}
.wlby_70
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -9.5, -17.385);
}
.wlby_119
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -9, 26.25);
}
.wlby_97
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -7.5, 2.25);
}
.wlby_101
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -5, -14.25);
}
.wlby_95
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -3, 3.287);
}
.wlby_3
{
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, 0, -0.003);
}
.wlby_5
{
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, 0, -0);
}
.wlby_7
{
-webkit-animation-duration: 2.33333s;
}
.wlby_2
{
-webkit-animation-duration: 2.33333s;
-webkit-transform: matrix(1, 0, 0, 1, 237.6, 32.2);
-webkit-transform-origin: 169.6px 166.7px;
} | tests/2d_test/wallaby/morph_test1/Morph01_test1.css | div.wlby_movie
{
overflow: hidden;
position: absolute;
left: 0px;
top: 0px;
width: 1920px;
height: 1080px;
}
.wlby_text p { padding: 0; margin: 0; }
a.wlby_classic-link { color: inherit; text-decoration: none; }
a.wlby_classic-link:link { color: inherit; text-decoration: none; }
a.wlby_classic-link:hover { color: inherit; text-decoration: none; }
a.wlby_classic-link:active { color: inherit; text-decoration: none; }
a.wlby_classic-link:visited { color: inherit; text-decoration: none; }
a.wlby_tlf-link { color: inherit; text-decoration: none; }
a.wlby_tlf-link:link { color: inherit; text-decoration: none; }
a.wlby_tlf-link:hover { color: inherit; text-decoration: none; }
a.wlby_tlf-link:active { color: inherit; text-decoration: none; }
a.wlby_tlf-link:visited { color: inherit; text-decoration: none; }
.wlby_button > * { visibility: hidden; }
.wlby_button > .wlby_button_normal { visibility: visible; }
.wlby_button:hover > .wlby_button_normal { visibility: hidden; }
.wlby_button:hover > .wlby_button_hover { visibility: visible; }
.wlby_button:active > .wlby_button_normal { visibility: hidden; }
.wlby_button:active > .wlby_button_hover { visibility: hidden; }
.wlby_button:active > .wlby_button_active { visibility: visible; }
@-webkit-keyframes wlby_frameset-animation {
from { }
to { }
}
.wlby_fs, .wlby_graphic
{
-webkit-animation-name: wlby_frameset-animation;
}
.wlby_graphic
{
-webkit-animation-duration: 1s;
}
.wlby_masked
{
height: inherit;
position: inherit;
width: inherit;
}
.wlby_sprite
{
-webkit-animation-name: wlby_frameset-animation;
-webkit-animation-iteration-count: infinite;
}
.wlby_4
{
-webkit-animation-duration: 2.33333s;
-webkit-transform: matrix(1, 0, 0, 1, -637.8, -498.2);
-webkit-transform-origin: 1493.45px 819.9px;
}
.wlby_6
{
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -382.05, -611.3);
}
.wlby_76
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -62.3, -21.584);
}
.wlby_104
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -51.5, -39);
}
.wlby_115
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -43, -19.75);
}
.wlby_85
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -42.25, -18.712);
}
.wlby_78
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -39.25, -2.646);
}
.wlby_93
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -37.817, 130.008);
}
.wlby_87
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -37.75, -15.845);
}
.wlby_81
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -36.5, -373.25);
}
.wlby_121
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -36.25, 126.844);
}
.wlby_88
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -35.75, -0.014);
}
.wlby_114
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -33, -11.25);
}
.wlby_89
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -32.612, 10.208);
}
.wlby_86
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -32.5, -17.505);
}
.wlby_82
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -31.5, -14.456);
}
.wlby_92
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -31.5, 131.25);
}
.wlby_77
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -31, -11.213);
}
.wlby_105
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -30.25, -12.491);
}
.wlby_83
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -29.25, -20.392);
}
.wlby_80
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -28.75, 0.531);
}
.wlby_84
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -28.5, -15.065);
}
.wlby_116
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -27.25, 9.5);
}
.wlby_79
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -27, 17.25);
}
.wlby_113
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -26.5, -13.751);
}
.wlby_106
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -24.75, 4.75);
}
.wlby_90
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -24.5, 21.954);
}
.wlby_68
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -24.25, 1.452);
}
.wlby_107
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -24.25, 17.25);
}
.wlby_110
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -23.25, -11);
}
.wlby_108
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -22.25, -0.25);
}
.wlby_66
{
-webkit-animation-duration: 0.0833333s;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -21.75, 8.773);
}
.wlby_111
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -21.5, -13.25);
}
.wlby_109
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -21, -14.75);
}
.wlby_112
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -20.5, -6.25);
}
.wlby_69
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -20.5, 0.884);
}
.wlby_67
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -18.75, 5.544);
}
.wlby_100
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -18.5, -11.25);
}
.wlby_120
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -18.25, 131.25);
}
.wlby_103
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -17.5, -16.25);
}
.wlby_74
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -17.25, -25.852);
}
.wlby_117
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -17, -0.25);
}
.wlby_75
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -16.75, -21.331);
}
.wlby_72
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -16.25, -14.511);
}
.wlby_99
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -15.25, -8.5);
}
.wlby_118
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -15.25, 0.75);
}
.wlby_71
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -13.25, -14.256);
}
.wlby_98
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -13.25, -10.82);
}
.wlby_91
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -13.25, 26.672);
}
.wlby_102
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -12.5, -24.5);
}
.wlby_73
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -12, -25.672);
}
.wlby_1
{
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -12, -16);
}
.wlby_96
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -10.7, -1.5);
}
.wlby_94
{
-webkit-animation-duration: 0.0833333s;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -9.75, 5.25);
}
.wlby_70
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -9.5, -17.385);
}
.wlby_119
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -9, 26.25);
}
.wlby_97
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -7.5, 2.25);
}
.wlby_101
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -5, -14.25);
}
.wlby_95
{
-webkit-animation-duration: 0.0833333s;
display: none;
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, -3, 3.287);
}
.wlby_3
{
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, 0, -0.003);
}
.wlby_5
{
position: absolute;
-webkit-transform: matrix(1, 0, 0, 1, 0, -0);
}
.wlby_7
{
-webkit-animation-duration: 2.33333s;
}
.wlby_2
{
-webkit-animation-duration: 2.33333s;
-webkit-transform: matrix(1, 0, 0, 1, 237.6, 32.2);
-webkit-transform-origin: 169.6px 166.7px;
} | 0.314156 | 0.10217 |
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), local('Raleway-Medium'), url(SansPro/Li18TEFObx_yGdzKDoI_ciEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), local('Raleway-Medium'), url(SansPro/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(SansPro/STBOO2waD2LpX45SXYjQBSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(SansPro/xkvoNo9fC8O2RDydKj12b_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local('Raleway Bold'), local('Raleway-Bold'), url(SansPro/WmVKXVcOuffP_qmCpFuyzSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local('Raleway Bold'), local('Raleway-Bold'), url(SansPro/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(SansPro/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(SansPro/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(SansPro/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(SansPro/toadOcfmlt9b38dHJxOBGDovqjS_dXPZszO_XltPdNg.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(SansPro/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(SansPro/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(SansPro/M2Jd71oPJhLKp0zdtTvoM7YHq4FgHI02B8rPccK0FJQ.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(SansPro/M2Jd71oPJhLKp0zdtTvoM40tgx99jmYGv_xzYuwd1rU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(SansPro/M2Jd71oPJhLKp0zdtTvoMxgy2Fsj5sj3EzlXpqVXRKo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
} | Layout/LandX4/assets/fonts/sansPro.css | @font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), local('Raleway-Medium'), url(SansPro/Li18TEFObx_yGdzKDoI_ciEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 500;
src: local('Raleway Medium'), local('Raleway-Medium'), url(SansPro/CcKI4k9un7TZVWzRVT-T8_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(SansPro/STBOO2waD2LpX45SXYjQBSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 600;
src: local('Raleway SemiBold'), local('Raleway-SemiBold'), url(SansPro/xkvoNo9fC8O2RDydKj12b_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* latin-ext */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local('Raleway Bold'), local('Raleway-Bold'), url(SansPro/WmVKXVcOuffP_qmCpFuyzSEAvth_LlrfE80CYdSH47w.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Raleway';
font-style: normal;
font-weight: 700;
src: local('Raleway Bold'), local('Raleway-Bold'), url(SansPro/JbtMzqLaYbbbCL9X6EvaI_k_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(SansPro/ODelI1aHBYDBqgeIAH2zlNOAHFN6BivSraYkjhveRHY.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(SansPro/ODelI1aHBYDBqgeIAH2zlC2Q8seG17bfDXYR_jUsrzg.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: local('Source Sans Pro'), local('SourceSansPro-Regular'), url(SansPro/ODelI1aHBYDBqgeIAH2zlNV_2ngZ8dMf8fLgjYEouxg.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(SansPro/toadOcfmlt9b38dHJxOBGDovqjS_dXPZszO_XltPdNg.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(SansPro/toadOcfmlt9b38dHJxOBGFxe-GPfKKFmiXaJ_Q0GFr8.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 700;
src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'), url(SansPro/toadOcfmlt9b38dHJxOBGEo0As1BFRXtCDhS66znb_k.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
/* vietnamese */
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(SansPro/M2Jd71oPJhLKp0zdtTvoM7YHq4FgHI02B8rPccK0FJQ.woff2) format('woff2');
unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(SansPro/M2Jd71oPJhLKp0zdtTvoM40tgx99jmYGv_xzYuwd1rU.woff2) format('woff2');
unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: italic;
font-weight: 400;
src: local('Source Sans Pro Italic'), local('SourceSansPro-It'), url(SansPro/M2Jd71oPJhLKp0zdtTvoMxgy2Fsj5sj3EzlXpqVXRKo.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
} | 0.231701 | 0.082107 |
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap");
body,
html,
.body {
margin: 0 auto;
height: 100%;
width: 100%;
font-family: "Rubik", sans-serif;
}
body {
font-family: "Rubik", sans-serif;
background: linear-gradient(#a6cede, #96a4df 90%);
}
.body {
display: flex;
align-items: center;
justify-content: center;
}
.flex-center-vertically {
height: 100%;
padding: 0;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.inline {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
}
.cep-input {
display: flex;
border: none;
width: 50%;
height: 7.7vh;
font-size: 3.5vmax;
text-align: center;
align-items: center;
justify-content: center;
}
.buscarcepp {
display: flex;
border: none;
width: 8vmax;
height: 8vh;
border-radius: 0 10px 10px 0;
font-size: 3vmax;
text-align: center;
align-items: center;
justify-content: center;
transition: background-color 0.5s ease;
background-color: rgba(0, 255, 0, 0.3);
cursor: pointer;
}
.apagarcep {
display: flex;
border: none;
width: 8vmax;
height: 8vh;
border-radius: 10px 0 0 10px;
font-size: 3vmax;
text-align: center;
align-items: center;
justify-content: center;
transition: background-color 0.5s ease;
background-color: rgba(255, 0, 0, 0.3);
cursor: pointer;
}
.buscarcepp:hover {
background-color: green;
}
.apagarcep:hover {
background-color: red;
}
.endereco {
padding: 15px;
margin: 10px;
width: 70%;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 10px;
margin: 0 0 85px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
text-align: center;
box-sizing: flex;
overflow: auto;
}
.endereco h2 {
font-size: 1.4em;
font-weight: 800;
margin: 0 auto;
color: #000;
}
.endereco p {
font-size: 1em;
font-weight: 400;
margin: 0 auto;
color: #000;
}
#erro {
font-size: 1.1em;
font-weight: 800;
color: rgba(255, 0, 0, 0.9);
padding: 8px 0;
margin: 0;
}
#copyButton {
text-align: center;
font-size: 1em;
color: #000;
border: none;
margin: 8px;
padding: 3px;
letter-spacing: 1.5px;
border-radius: 5px;
height: 30px;
background-color: rgba(0, 0, 0, 0.2);
cursor: pointer;
justify-content: center;
}
#copyButton:hover {
transform: scale(1.1);
transition-duration: 0.3s;
}
.fa-copy {
padding: 0 5px;
}
/*========== FOOTER ========== */
.footer {
font-family: "Rubik", sans-serif;
color: white;
padding: 0;
margin: 0;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: rgb(0, 0, 0);
height: 80px;
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: justify;
justify-content: center;
flex-wrap: wrap;
flex-shrink: 0;
}
.footer p {
color: white;
text-decoration: none;
padding: 3px;
margin: 0;
}
.footer i {
color: white;
padding: 0 10px;
text-decoration: none;
}
.footer a {
text-decoration: none;
color: white;
}
.author {
padding: 0 5px;
}
.author a {
font-size: 0.9em;
}
.footer p:hover,
.footer a:hover,
.footer i:hover {
transform: scale(1.2);
transition: all .2s ease-in-out;
color: #96a4df;
}
.social-links {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
}
.social-links ul li {
list-style: none;
}
.social-links a {
font-size: 1.4em;
color: white;
list-style: none;
text-decoration: none;
} | old/css/style-buscacep.css | @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700;800;900&display=swap");
body,
html,
.body {
margin: 0 auto;
height: 100%;
width: 100%;
font-family: "Rubik", sans-serif;
}
body {
font-family: "Rubik", sans-serif;
background: linear-gradient(#a6cede, #96a4df 90%);
}
.body {
display: flex;
align-items: center;
justify-content: center;
}
.flex-center-vertically {
height: 100%;
padding: 0;
margin: 0;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.inline {
display: flex;
flex-wrap: nowrap;
flex-direction: row;
justify-content: center;
align-items: center;
align-content: center;
}
.cep-input {
display: flex;
border: none;
width: 50%;
height: 7.7vh;
font-size: 3.5vmax;
text-align: center;
align-items: center;
justify-content: center;
}
.buscarcepp {
display: flex;
border: none;
width: 8vmax;
height: 8vh;
border-radius: 0 10px 10px 0;
font-size: 3vmax;
text-align: center;
align-items: center;
justify-content: center;
transition: background-color 0.5s ease;
background-color: rgba(0, 255, 0, 0.3);
cursor: pointer;
}
.apagarcep {
display: flex;
border: none;
width: 8vmax;
height: 8vh;
border-radius: 10px 0 0 10px;
font-size: 3vmax;
text-align: center;
align-items: center;
justify-content: center;
transition: background-color 0.5s ease;
background-color: rgba(255, 0, 0, 0.3);
cursor: pointer;
}
.buscarcepp:hover {
background-color: green;
}
.apagarcep:hover {
background-color: red;
}
.endereco {
padding: 15px;
margin: 10px;
width: 70%;
background-color: rgba(0, 0, 0, 0.2);
border-radius: 10px;
margin: 0 0 85px 0;
display: flex;
flex-direction: column;
justify-content: center;
align-content: center;
text-align: center;
box-sizing: flex;
overflow: auto;
}
.endereco h2 {
font-size: 1.4em;
font-weight: 800;
margin: 0 auto;
color: #000;
}
.endereco p {
font-size: 1em;
font-weight: 400;
margin: 0 auto;
color: #000;
}
#erro {
font-size: 1.1em;
font-weight: 800;
color: rgba(255, 0, 0, 0.9);
padding: 8px 0;
margin: 0;
}
#copyButton {
text-align: center;
font-size: 1em;
color: #000;
border: none;
margin: 8px;
padding: 3px;
letter-spacing: 1.5px;
border-radius: 5px;
height: 30px;
background-color: rgba(0, 0, 0, 0.2);
cursor: pointer;
justify-content: center;
}
#copyButton:hover {
transform: scale(1.1);
transition-duration: 0.3s;
}
.fa-copy {
padding: 0 5px;
}
/*========== FOOTER ========== */
.footer {
font-family: "Rubik", sans-serif;
color: white;
padding: 0;
margin: 0;
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background: rgb(0, 0, 0);
height: 80px;
box-sizing: border-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-justify-content: center;
-ms-flex-pack: justify;
justify-content: center;
flex-wrap: wrap;
flex-shrink: 0;
}
.footer p {
color: white;
text-decoration: none;
padding: 3px;
margin: 0;
}
.footer i {
color: white;
padding: 0 10px;
text-decoration: none;
}
.footer a {
text-decoration: none;
color: white;
}
.author {
padding: 0 5px;
}
.author a {
font-size: 0.9em;
}
.footer p:hover,
.footer a:hover,
.footer i:hover {
transform: scale(1.2);
transition: all .2s ease-in-out;
color: #96a4df;
}
.social-links {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
list-style: none;
margin: 0;
padding: 0;
}
.social-links ul li {
list-style: none;
}
.social-links a {
font-size: 1.4em;
color: white;
list-style: none;
text-decoration: none;
} | 0.311846 | 0.073696 |
.sidebar {
background: #39769e;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
border-bottom: none;
margin-bottom: 2px;
}
.modal-header {
padding: 0.5rem 1rem;
}
.select2-results .select2-disabled,
.select2-results__option[aria-disabled="true"] {
display: none;
}
.modal-title {
font-size: 0.737rem;
}
.navbar .navbar-brand-wrapper {
border-right: none;
}
.dataTables_wrapper .dataTable thead th,
.table thead th {
border-bottom-width: 0;
border: 1px solid rgba(151, 151, 151, 0.18);
padding: 0.5rem 0.6rem;
white-space: normal;
font-size: 0.75rem;
line-height: 15px;
}
.dataTables_wrapper .dataTable tbody tr td,
.table td {
border: 1px solid rgba(151, 151, 151, 0.18);
color: #08113b;
white-space: normal;
font-weight: 300;
padding: 0.25rem 0.55rem;
font-size: 0.75rem;
line-height: 15px;
}
.dataTables_wrapper .dataTable .btn,
tbody tr td .btn,
tbody tr td .btn-group .btn {
padding: 0.07rem 0.2rem;
vertical-align: top;
}
.dataTables_wrapper .dataTable thead .sorting:after, .dataTables_wrapper .dataTable thead .sorting_asc:after, .dataTables_wrapper .dataTable thead .sorting_desc:after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
content: "\F045";
right: 4px;
bottom: 2px;
}
.dataTables_wrapper .dataTable thead .sorting:before, .dataTables_wrapper .dataTable thead .sorting_asc:before, .dataTables_wrapper .dataTable thead .sorting_desc:before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:before {
content: "\F05D";
right: 12px;
bottom: 3px;
}
.form-control,
.dataTables_wrapper select {
height: 2rem;
}
#card-content {
min-height: 850px;
}
table {
cursor: pointer;
}
.dataTables_wrapper .dataTable tbody tr td .btn i,
tbody tr td .btn i {
font-size: 1.05rem;
}
/* summernote */
.note-editor .btn i {
font-size: 0.85rem;
}
.note-editor.note-frame {
border: 1px solid #e6e6e6;
}
.select2-container--bootstrap .select2-selection {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 4px;
color: #555;
font-size: 0.75rem;
outline: 0;
}
.select2-container--bootstrap .select2-selection--single {
height: 32px;
line-height: 1.32857143;
padding: 0.5rem 0.81rem;
}
.form-control,
.dataTables_wrapper select {
display: block;
width: 100%;
padding: 0.375rem 0.575rem;
font-size: 0.75rem;
font-weight: 400;
line-height: 1;
color: #495057;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #eaeaea;
border-radius: 2px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control,
.dataTables_wrapper select {
padding: 0.4375rem 0.75rem;
border: 0;
outline: 1px solid #eaeaea;
color: #495057;
}
.form-control:disabled,
.dataTables_wrapper select:disabled,
.form-control[readonly],
.dataTables_wrapper select[readonly] {
background-color: #e9ecef;
opacity: 1;
color: #8e8e8e;
}
.badge {
border-radius: 0;
font-size: 12px;
line-height: 1;
padding: 0.25rem 0.35rem 0.25rem 0.35rem;
font-weight: normal;
}
.with-errors .list-unstyled li {
color: #d02f2f;
}
.has-icon .form-control {
padding-left: 2.3rem;
}
.has-icon .form-control-icon {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
.select2-container {
width: 100% !important;
}
.select2-bootstrap-append .select2-container {
width: 70% !important;
}
.select2-dropdown {
border-radius: 0px !important;
}
.select2-container--bootstrap .select2-selection {
-webkit-box-shadow: none !important;
box-shadow: none !important;
background-color: #fff;
border: 1px solid #eaeaea !important;
border-radius: 0px !important;
color: #555;
font-size: 12.7px !important;
outline: 0;
}
.btn-select {
font-size: 1.14rem;
padding: 0.39rem 0.7rem;
}
.form-control:disabled,
.dataTables_wrapper select:disabled,
.form-control[readonly],
.dataTables_wrapper select[readonly] {
background-color: #ffffff;
opacity: 1;
color: #000;
}
.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand img {
width: auto;
height: 40px;
margin: 0px;
vertical-align: middle;
}
.form-check {
position: relative;
display: block;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 0;
}
.jconfirm-content {
font-size: 0.8rem;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
font-size: 17px;
}
#myChart {
height: 310px !important;
}
#chart_line_wilayah {
height: 310px !important;
}
.card-deal .avatar,
.card-transactions .avatar {
flex-shrink: 0;
}
.card-deal .card-footer,
.card-transactions .card-footer {
display: flex;
align-items: center;
padding: 12px 20px;
}
.card-deal .card-footer a,
.card-transactions .card-footer a {
display: block;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
}
.card-deal .card-footer a .icon,
.card-transactions .card-footer a .icon {
font-size: 9px;
margin-top: 1px;
}
.card-deal .card-footer a .icon:first-of-type,
.card-transactions .card-footer a .icon:first-of-type {
margin-left: 5px;
}
.card-transactions .card-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-transactions .card-header .card-title {
margin-bottom: 0;
}
.card-transactions .list-group-item h6 {
margin-bottom: 2px;
font-size: 0.75rem;
}
.card-transactions .list-group-item {
border-style: dashed;
padding: 12px 15px;
display: flex;
}
.card-transactions .list-group-item small {
display: block;
color: rgba(55, 56, 87, 0.6);
font-size: 12px;
}
.card-notification-one .card-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-notification-one .card-body {
padding: 0;
}
.card-notification-one .list-group-item {
padding: 15px 15px 16px;
box-shadow: none;
display: flex;
}
.card-notification-one .list-group-item .nav {
margin-right: -3px;
}
.card-notification-one .list-group-item .nav a {
color: rgba(55, 56, 87, 0.6);
}
.card-notification-one .list-group-item .nav a:hover,
.card-notification-one .list-group-item .nav a:focus {
color: #373857;
}
.card-notification-one .list-group-item .nav a + a {
margin-left: 2px;
}
.card-notification-one .list-group-item .nav a svg {
width: 14px;
height: 14px;
}
.card-notification-one .list-body {
line-height: 1.48;
font-size: 13px;
flex: 1;
margin-left: 12px;
margin-right: 10px;
color: #575d78;
}
.card-notification-one .list-body strong {
color: #06072d;
}
.card-notification-one .list-body span {
color: rgba(55, 56, 87, 0.6);
font-size: 11px;
}
.card-notification-one .card-footer {
font-size: 12px;
text-align: center;
}
.avatar {
position: relative;
width: 38px;
height: 38px;
}
.avatar-initial {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #8392a5;
color: #fff;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
.avatar-md {
width: 48px;
height: 48px;
}
.avatar-initial {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #8392a5;
color: #fff;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
.avatar-md.avatar-offline::after,
.avatar-md.avatar-online::after {
width: 7px;
height: 7px;
right: 3px;
bottom: 1px;
}
.avatar-online::after {
background-color: #28a745;
}
.avatar-offline::after,
.avatar-online::after {
content: "";
position: absolute;
bottom: 0;
right: 4px;
width: 6px;
height: 6px;
border-radius: 100%;
box-shadow: 0 0 0 1.5px #fff;
}
.mg-b-0 {
margin-bottom: 0px;
}
.mg-sm-l-15 {
margin-left: 15px;
}
.card-profile-sidebar .card-header {
padding: 15px;
border-bottom-width: 0;
}
.card-profile-sidebar .media {
margin-bottom: 15px;
}
.card-profile-sidebar .profile-info {
display: flex;
}
.card-profile-sidebar .profile-info > div + div {
margin-left: 40px;
position: relative;
}
.card-profile-sidebar .profile-info > div + div::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -20px;
border-left: 1px dashed rgba(221, 222, 233, 0.85);
}
.card-profile-sidebar .profile-info h5 span {
font-size: 18px;
font-family: "Poppins", sans-serif;
font-weight: bold;
color: #06072d;
margin-bottom: 2px;
}
.avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.marker {
background-color: #f2f3f7;
color: #373857;
padding: 5px 10px;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.marker-icon {
position: relative;
overflow: hidden;
display: flex;
width: 45px;
height: 45px;
}
.marker-icon::before {
content: "";
position: absolute;
top: -70%;
left: -70%;
width: 140%;
height: 140%;
background-color: #f2f3f7;
transform: rotate(45deg);
}
.marker-icon svg {
width: 16px;
height: 16px;
margin-top: calc(30% - 8px);
margin-left: calc(30% - 8px);
position: relative;
z-index: 1;
}
.marker-icon.marker-top-right::before {
left: auto;
right: -70%;
}
.marker-icon.marker-top-right svg {
margin-left: auto;
margin-right: calc(30% - 8px);
}
.marker-icon.marker-bottom-left::before {
top: auto;
bottom: -70%;
}
.marker-icon.marker-bottom-left svg {
margin-top: auto;
margin-bottom: calc(30% - 8px);
}
.marker-icon.marker-bottom-right::before {
top: auto;
bottom: -70%;
left: auto;
right: -70%;
}
.marker-icon.marker-bottom-right svg {
margin-top: auto;
margin-left: auto;
margin-bottom: calc(30% - 8px);
margin-right: calc(30% - 8px);
}
.marker-ribbon {
margin-left: -10px;
box-shadow: 1px 1px 1px rgba(33, 43, 53, 0.16);
}
.marker-ribbon::after {
content: "";
position: absolute;
bottom: -6px;
left: 0;
border-bottom: 7px solid #c4cdd6;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
transform: rotate(45deg);
}
.marker-ribbon.marker-top-right {
margin-left: 0;
margin-right: -10px;
}
.marker-ribbon.marker-top-right::after {
left: auto;
right: 0;
transform: rotate(-45deg);
}
.marker-primary {
color: #fff;
}
.marker-primary.marker-icon::before {
background-color: #5556fd;
}
.marker-primary.marker-ribbon {
background-color: #5556fd;
}
.marker-primary.marker-ribbon::after {
border-bottom-color: #090bfc;
}
.marker-secondary {
color: #fff;
}
.marker-secondary.marker-icon::before {
background-color: #919fac;
}
.marker-secondary.marker-ribbon {
background-color: #919fac;
}
.marker-secondary.marker-ribbon::after {
border-bottom-color: #677989;
}
.marker-success {
color: #fff;
}
.marker-success.marker-icon::before {
background-color: #28a745;
}
.marker-success.marker-ribbon {
background-color: #28a745;
}
.marker-success.marker-ribbon::after {
border-bottom-color: #19692c;
}
.marker-danger {
color: #fff;
}
.marker-danger.marker-icon::before {
background-color: #dc3545;
}
.marker-danger.marker-ribbon {
background-color: #dc3545;
}
.marker-danger.marker-ribbon::after {
border-bottom-color: #a71d2a;
}
.marker-warning {
color: #fff;
}
.marker-warning.marker-icon::before {
background-color: #ffc107;
}
.marker-warning.marker-ribbon {
background-color: #ffc107;
}
.marker-warning.marker-ribbon::after {
border-bottom-color: #ba8b00;
}
.marker-info {
color: #fff;
}
.marker-info.marker-icon::before {
background-color: #17a2b8;
}
.marker-info.marker-ribbon {
background-color: #17a2b8;
}
.marker-info.marker-ribbon::after {
border-bottom-color: #0f6674;
}
.marker-dark {
color: #fff;
}
.marker-dark.marker-icon::before {
background-color: #212b35;
}
.marker-dark.marker-ribbon {
background-color: #212b35;
}
.marker-dark.marker-ribbon::after {
border-bottom-color: #040506;
}
@media (min-width: 1200px) {
.card-profile-sidebar .profile-info h5 span {
font-size: 20px;
}
}
.card-profile-sidebar .profile-info p {
font-size: 12px;
color: #575d78;
margin-bottom: 0;
}
.tx-8 {
font-size: 8px;
}
.tx-8-f {
font-size: 8px !important;
}
.tx-9 {
font-size: 9px;
}
.tx-9-f {
font-size: 9px !important;
}
.tx-10 {
font-size: 10px;
}
.tx-10-f {
font-size: 10px !important;
}
.tx-11 {
font-size: 11px;
}
.tx-11-f {
font-size: 11px !important;
}
.tx-12 {
font-size: 12px;
}
.tx-12-f {
font-size: 12px !important;
}
.tx-13 {
font-size: 13px;
}
.tx-13-f {
font-size: 13px !important;
}
.tx-14 {
font-size: 14px;
}
.tx-14-f {
font-size: 14px !important;
}
.tx-15 {
font-size: 15px;
}
.tx-15-f {
font-size: 15px !important;
}
.tx-16 {
font-size: 16px;
}
.tx-16-f {
font-size: 16px !important;
}
.tx-18 {
font-size: 18px;
}
.tx-18-f {
font-size: 18px !important;
}
.tx-20 {
font-size: 20px;
}
.tx-20-f {
font-size: 20px !important;
}
.tx-22 {
font-size: 22px;
}
.tx-22-f {
font-size: 22px !important;
}
.tx-24 {
font-size: 24px;
}
.tx-24-f {
font-size: 24px !important;
}
.tx-26 {
font-size: 26px;
}
.tx-26-f {
font-size: 26px !important;
}
.tx-28 {
font-size: 28px;
}
.tx-28-f {
font-size: 28px !important;
}
.tx-30 {
font-size: 30px;
}
.tx-30-f {
font-size: 30px !important;
}
.tx-32 {
font-size: 32px;
}
.tx-32-f {
font-size: 32px !important;
}
.tx-34 {
font-size: 34px;
}
.tx-34-f {
font-size: 34px !important;
}
.tx-36 {
font-size: 36px;
}
.tx-36-f {
font-size: 36px !important;
}
.tx-38 {
font-size: 38px;
}
.tx-38-f {
font-size: 38px !important;
}
.tx-40 {
font-size: 40px;
}
.tx-40-f {
font-size: 40px !important;
}
.card-header {
padding: 0.35rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid #e7eaed;
}
.bg-teal-light {
background-color: #dffaf2;
color: #20c997;
}
.bg-primary-light {
background-color: #ececff;
color: #5556fd;
}
.bg-pink-light {
background-color: #fdebf3;
color: #e83e8c;
}
/* alert */
.alert-solid {
border-width: 0;
border-radius: 0px;
border-left: 5px solid #bababa;
}
.alert-solid:not(.alert-secondary),
.alert-solid:not(.alert-light) {
color: #fff;
}
.alert-solid.alert-primary {
background-color: #5556fd;
}
.alert-solid.alert-secondary {
background-color: #637382;
}
.alert-solid.alert-success {
background-color: #28a745;
}
.alert-solid.alert-danger {
background-color: #dc3545;
}
.alert-solid.alert-warning {
background-color: #ffc107;
}
.alert-solid.alert-info {
border-color: #71c9ff;
background: #d7f0ff80;
color: #0f80c9;
}
.alert-solid.alert-light {
background-color: #c4cdd6;
}
.alert-solid.alert-dark {
background-color: #454f5b;
}
.container-alert {
width: 500px;
max-width: 100%;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
/* project data group */
.project-data-group {
display: flex;
}
.project-data-group > div + div {
border-left: 1px dashed #c0ccda;
margin-left: 15px;
padding-left: 15px;
}
.project-data-group h3 {
font-size: 18px;
font-family: "Poppins", sans-serif;
font-weight: 400;
color: #06072d;
letter-spacing: -0.5px;
margin-bottom: 3px;
}
.project-data-group h3 span {
display: inline-block;
letter-spacing: normal;
}
.project-data-group label {
font-size: 12px;
color: #575d78;
margin-bottom: 0;
}
/* event media*/
.event-media .card-body {
padding: 16px 15px;
}
.event-media .media + .media {
margin-top: 10px;
}
.event-media .media-left {
font-family: "Poppins", sans-serif;
text-align: center;
width: 16px;
white-space: nowrap;
}
.event-media .media-left label {
display: block;
margin-bottom: 0;
text-transform: uppercase;
font-size: 10px;
font-weight: 400;
color: #575d78;
text-align: center;
}
.event-media .media-left p {
text-align: center;
font-size: 15px;
font-family: "Poppins", sans-serif;
margin-bottom: 0;
line-height: 1;
}
.event-media .media-body {
padding: 12px 15px;
border-left: 3px solid transparent;
}
.event-media .event-time {
display: block;
font-size: 10px;
font-family: "Poppins", sans-serif;
margin-bottom: 3px;
}
.event-media .event-title {
font-size: 13px;
margin-bottom: 0;
line-height: 18px;
}
.event-media .event-desc {
font-size: 11px;
margin-top: 10px;
margin-bottom: 0;
color: rgba(6, 7, 45, 0.7);
}
.event-media .event-panel-green {
border-left-color: #22d273;
background-color: rgba(34, 210, 115, 0.1);
}
.event-media .event-panel-green .event-time {
color: rgba(13, 78, 43, 0.7);
}
.event-media .event-panel-green .event-title {
color: #1ba65b;
}
.event-media .event-panel-pink {
border-left-color: #e83e8c;
background-color: rgba(232, 62, 140, 0.1);
}
.event-media .event-panel-pink .event-time {
color: rgba(126, 15, 66, 0.7);
}
.event-media .event-panel-pink .event-title {
color: #d91a72;
}
.event-media .event-panel-primary {
border-left-color: #5556fd;
background-color: rgba(85, 86, 253, 0.1);
}
.event-media .event-panel-primary .event-time {
color: rgba(1, 1, 82, 0.7);
}
.event-media .event-panel-primary .event-title {
color: #5556fd;
}
.event-media .event-panel-orange {
border-left-color: #fd7e14;
background-color: rgba(253, 126, 20, 0.1);
}
.event-media .event-panel-orange .event-time {
color: rgba(18, 8, 0, 0.7);
}
.event-media .event-panel-orange .event-title {
color: #fd7e14;
}
.event-media .card-footer {
padding: 12px 15px;
font-size: 12px;
text-align: center;
}
.card-daftar .card-text {
font-size: 13px;
line-height: 18px;
font-weight: normal;
}
.card-daftar .card-text small {
font-size: 9px;
line-height: 13px;
font-weight: normal;
}
.card-daftar .card-footer {
padding: 0 20px 20px;
border-top-width: 0;
display: flex;
align-items: stretch;
}
.card .card-title {
line-height: 16px;
}
.project-date-end {
font-size: 10px;
font-weight: 400;
font-family: "Helvetica Neue", Helvetica, sans-serif;
background-color: #eaeaf8;
color: rgba(55, 56, 87, 0.6);
padding: 4px 8px 5px;
width: 125px;
text-align: center;
}
/* card people*/
.people-list {
width: calc(100% + 15px);
overflow: hidden;
}
@media (min-width: 576px) {
.people-list {
width: calc(100% + 20px);
}
}
@media (min-width: 992px) {
.people-list {
width: calc(100% + 30px);
}
}
.people-list .row {
padding-right: 10px;
width: 900px;
}
.people-list.people-list-one {
height: 145px;
}
.people-list.people-list-one .row {
width: 800px;
}
@media (min-width: 576px) {
.people-list.people-list-one .row {
width: 900px;
}
}
@media (min-width: 1200px) {
.people-list.people-list-one .row {
width: auto;
}
}
.people-list.people-list-two {
height: 330px;
}
.people-list.people-list-three {
height: 230px;
}
@media (min-width: 1200px) {
.people-list {
width: auto;
height: auto;
overflow: visible;
}
.people-list .row {
width: auto;
padding-right: 0;
}
}
.people-list-body {
width: 100%;
overflow-x: auto;
padding-bottom: 30px;
}
@media (min-width: 1200px) {
.people-list-body {
overflow-x: visible;
}
}
.card-people {
transition: all 0.25s;
height: 100%;
border-width: 0;
box-shadow: 2px 2px 5px 0 rgba(60, 70, 83, 0.04),
inset 0 0 0 1px rgba(230, 231, 239, 0.85);
}
.card-people:hover {
cursor: pointer;
box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15),
2px 2px 5px 0 rgba(60, 70, 83, 0.04),
inset 0 0 0 1px rgba(214, 216, 229, 0.85);
}
.card-people .card-body {
padding: 15px;
}
.card-people .media-body {
margin-left: 15px;
color: #575d78;
}
.card-people .card-body .media-body h6 {
font-weight: 500;
color: #06072d;
margin-bottom: 3px;
font-size: 14px;
margin-top: 7px;
}
.card-people .card-body .media-body p {
margin-bottom: 0;
font-size: 12px;
}
.card-people .media-body p a {
color: #575d78;
}
.card-people .media-body p a:hover,
.card-people .media-body p a:focus {
text-decoration: underline;
}
.card-people .card-footer {
padding: 5px 10px 15px 15px;
border-top-width: 0;
font-size: 0.8125rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.card-people .card-footer a:not([class*="btn-"]) {
color: rgba(55, 56, 87, 0.6);
}
.card-people .card-footer a:not([class*="btn-"]):hover,
.card-people .card-footer a:not([class*="btn-"]):focus {
color: #575d78;
}
.card-people:not([class*="bg-"]) .card-footer {
background-color: transparent;
}
.card-people.selected {
background-color: white;
border-width: 0;
box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15),
2px 2px 5px 0 rgba(60, 70, 83, 0.04), inset 0 0 0 1px #6e6ffd;
}
.card-people:not([class*="bg-"]) .card-footer {
background-color: transparent;
}
/* card timeline */
.timeline-item .row {
justify-content: space-between;
}
.timeline-item .row > div:first-child {
text-align: right;
}
.timeline-item .date-wrapper {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
position: relative;
}
@media (min-width: 576px) {
.timeline-item .date-wrapper {
padding-top: 45px;
padding-right: 26px;
flex-direction: column;
align-items: flex-end;
}
}
@media (min-width: 768px) {
.timeline-item .date-wrapper {
padding-right: 65px;
padding-top: 48px;
}
}
@media (min-width: 992px) {
.timeline-item .date-wrapper {
padding-right: 5px;
}
}
@media (min-width: 1100px) {
.timeline-item .date-wrapper {
padding-right: 0;
}
}
.timeline-date {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
color: rgba(87, 93, 120, 0.5);
display: block;
white-space: nowrap;
position: relative;
}
@media (min-width: 576px) {
.timeline-date {
font-size: 9px;
}
}
.timeline-time {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 11px;
margin-bottom: 0;
margin-left: 5px;
}
@media (min-width: 576px) {
.timeline-time {
margin-left: 0;
font-size: 14px;
}
}
@media (min-width: 768px) {
.timeline-time {
font-size: 21px;
}
}
.timeline-time span {
font-size: 10px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
}
.timeline-body {
position: relative;
padding-bottom: 25px;
padding-top: 65px;
}
@media (min-width: 576px) {
.timeline-body {
padding-top: 0;
}
}
.timeline-body::before {
content: "";
}
@media (max-width: 575.98px) {
.timeline-body::before {
position: absolute;
top: 0;
left: calc(50% - 1px);
height: 60px;
border-left: 1px solid #e0e1eb;
}
}
@media (min-width: 576px) {
.timeline-body::before {
border-left: 1px solid #e0e1eb;
position: absolute;
top: 0;
bottom: 0;
left: -25px;
height: auto;
}
}
@media (min-width: 768px) {
.timeline-body::before {
left: -47px;
}
}
.timeline-header {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.timeline-header h6 {
margin-bottom: 0;
margin-left: 8px;
color: #06072d;
font-size: 0.8125rem;
}
@media (min-width: 768px) {
.timeline-header h6 {
font-size: 0.875rem;
}
}
.timeline-header > span {
margin-left: 5px;
color: rgba(55, 56, 87, 0.6);
font-size: 0.8125rem;
}
@media (min-width: 768px) {
.timeline-header > span {
font-size: 0.875rem;
}
}
@media (max-width: 767.98px) {
.timeline-header .avatar {
width: 20px;
height: 20px;
}
}
.timeline-header .avatar::after {
right: 0px;
}
.card-timeline {
padding: 20px;
position: relative;
color: #575d78;
box-shadow: 2px 2px 5px 0 rgba(60, 70, 83, 0.04);
transition: all 0.25s;
}
@media (prefers-reduced-motion: reduce) {
.card-timeline {
transition: none;
}
}
.card-timeline:hover {
box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15),
2px 2px 5px 0 rgba(60, 70, 83, 0.04);
border-color: rgba(221, 222, 233, 0.85);
}
.card-timeline::before {
content: "";
font-family: "Ionicons";
display: flex;
align-items: center;
justify-content: center;
position: absolute;
background-color: #fff;
border: 1.5px solid rgba(230, 231, 239, 0.85);
border-radius: 100%;
width: 32px;
height: 32px;
}
.logo-pmi{
height: 100px;
width: auto;
padding: 15px 5px;
margin-left: -75px;
}
@media (max-width: 575.98px) {
.card-timeline::before {
top: -83px;
left: 50%;
margin-left: -16px;
}
.logo-pmi{
height: 65px;
padding: 15px 25px;
}
}
@media (min-width: 576px) {
.card-timeline::before {
top: 12px;
left: -40.5px;
}
}
@media (min-width: 768px) {
.card-timeline::before {
left: -64px;
width: 36px;
height: 36px;
}
}
.card-timeline h5 {
font-size: 15px;
font-weight: 500;
color: #06072d;
}
#profile-content {
margin-top: -250px;
}
/* mobile */
@media (max-width: 576px) {
.content-wrapper {
padding: 0rem;
}
#profile-content {
margin-top: 10px;
}
.card-title {
margin-bottom: 0.5rem !important;
}
.sidebar-offcanvas.active {
border-left: 1px solid #e6e6e6;
}
.btn-sm-block {
width: 100%;
display: block;
}
.card-body .float-right .text-muted {
font-size: 10px;
line-height: 1.2rem;
}
.card .card-title {
font-size: 0.7rem;
line-height: 1rem;
}
hr {
margin-top: 0.1rem;
margin-bottom: 1rem;
}
.nav-profile-namespan {
display: none;
}
.card-transactions .list-group-item {
padding: 12px 20px;
align-items: center;
}
.card-transactions .list-group-item small {
display: block;
color: rgba(55, 56, 87, 0.6);
font-size: 10px;
}
}
/* menu bottom */
.button-fixed {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
background: #315098;
z-index: 7;
-webkit-box-shadow: 0 -5px 35px 0 rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0 -5px 35px 0 rgba(0, 0, 0, 0.45);
box-shadow: 0 -5px 35px 0 rgba(0, 0, 0, 0.45);
}
.button-fixed a {
text-align: center;
float: left;
display: block;
padding: 5px;
color: #fff;
border-right: 1px solid rgba(0, 0, 0, 0.1);
width: 20%;
}
.button-fixed i {
font-size: 18px;
display: block;
}
.button-fixed span {
font-size: 11px;
font-weight: lighter;
}
/* time line */
.experience {
border-left: 3px solid #315098;
padding: 0 30px;
margin-left: 185px;
}
@media (max-width: 767px) {
.experience {
margin-left: 0;
padding-right: 0;
}
}
.experience .item {
position: relative;
margin-bottom: 40px;
}
.experience .item::before {
content: "";
position: absolute;
left: -43px;
top: 0;
width: 22px;
height: 22px;
border-radius: 50%;
background: #ffffff;
border: 3px solid #315098;
}
.experience .item::after {
content: "";
position: absolute;
left: -37px;
top: 6px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #315098;
}
.experience .company-name {
color: #315098;
}
.experience .location {
position: absolute;
right: 0;
top: 2px;
}
.experience .job-info {
position: absolute;
left: -185px;
top: 0;
}
.experience .job-info .title {
color: #315098;
}
@media (max-width: 767px) {
.experience .job-info {
position: static;
margin-bottom: 1rem;
}
}
.navbar
.navbar-menu-wrapper
.navbar-nav
.nav-item.dropdown
.count-indicator
.count-notif {
position: absolute;
left: 59%;
width: 8px;
height: 8px;
border-radius: 100%;
background: #ff4747;
top: 9px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled {
background: none;
color: #f00 !important;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
cursor: not-allowed !important;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: 10px;
}
.smartwizard .toolbar-bottom {
display: none;
}
.sw-theme-arrows {
border: 1px solid transparent;
}
.sw .toolbar {
padding: .8rem;
display: none;
}
.sw-theme-arrows>.nav {
overflow: hidden;
border-bottom: 1px solid transparent;
}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px); /* Adjust as needed */
}
video {
/* override other styles to make responsive */
width: 100% !important;
height: auto !important;
}
.btn-small-icon{
padding: 0.07rem 0.2rem !important;
vertical-align: top;
}
.soal, .soal p, .soal p span, .soal label, .soal li, .soal td{
font-size: 0.95rem !important;
line-height: 1.35rem !important;
}
.soal td{
font-size: 0.85rem !important;
line-height: 1.3rem !important;
font-weight: 400;
}
h6{
font-size: 0.95rem;
line-height: 2.5rem;
}
.btn #time{
font-size: 0.85rem;
}
.form-check-label:hover{
font-weight: bold;
}
#smartwizard .nav .nav-item .nav-link{
font-size: 12px;
}
.pre-test li{
font-size: 0.85rem;
}
.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
} | public/assets/css/custom.css | .sidebar {
background: #39769e;
}
.sidebar .nav:not(.sub-menu) > .nav-item {
border-bottom: none;
margin-bottom: 2px;
}
.modal-header {
padding: 0.5rem 1rem;
}
.select2-results .select2-disabled,
.select2-results__option[aria-disabled="true"] {
display: none;
}
.modal-title {
font-size: 0.737rem;
}
.navbar .navbar-brand-wrapper {
border-right: none;
}
.dataTables_wrapper .dataTable thead th,
.table thead th {
border-bottom-width: 0;
border: 1px solid rgba(151, 151, 151, 0.18);
padding: 0.5rem 0.6rem;
white-space: normal;
font-size: 0.75rem;
line-height: 15px;
}
.dataTables_wrapper .dataTable tbody tr td,
.table td {
border: 1px solid rgba(151, 151, 151, 0.18);
color: #08113b;
white-space: normal;
font-weight: 300;
padding: 0.25rem 0.55rem;
font-size: 0.75rem;
line-height: 15px;
}
.dataTables_wrapper .dataTable .btn,
tbody tr td .btn,
tbody tr td .btn-group .btn {
padding: 0.07rem 0.2rem;
vertical-align: top;
}
.dataTables_wrapper .dataTable thead .sorting:after, .dataTables_wrapper .dataTable thead .sorting_asc:after, .dataTables_wrapper .dataTable thead .sorting_desc:after, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:after, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:after {
content: "\F045";
right: 4px;
bottom: 2px;
}
.dataTables_wrapper .dataTable thead .sorting:before, .dataTables_wrapper .dataTable thead .sorting_asc:before, .dataTables_wrapper .dataTable thead .sorting_desc:before, .dataTables_wrapper .dataTable thead .sorting_asc_disabled:before, .dataTables_wrapper .dataTable thead .sorting_desc_disabled:before {
content: "\F05D";
right: 12px;
bottom: 3px;
}
.form-control,
.dataTables_wrapper select {
height: 2rem;
}
#card-content {
min-height: 850px;
}
table {
cursor: pointer;
}
.dataTables_wrapper .dataTable tbody tr td .btn i,
tbody tr td .btn i {
font-size: 1.05rem;
}
/* summernote */
.note-editor .btn i {
font-size: 0.85rem;
}
.note-editor.note-frame {
border: 1px solid #e6e6e6;
}
.select2-container--bootstrap .select2-selection {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #fff;
border: 1px solid #e4e4e4;
border-radius: 4px;
color: #555;
font-size: 0.75rem;
outline: 0;
}
.select2-container--bootstrap .select2-selection--single {
height: 32px;
line-height: 1.32857143;
padding: 0.5rem 0.81rem;
}
.form-control,
.dataTables_wrapper select {
display: block;
width: 100%;
padding: 0.375rem 0.575rem;
font-size: 0.75rem;
font-weight: 400;
line-height: 1;
color: #495057;
background-color: #ffffff;
background-clip: padding-box;
border: 1px solid #eaeaea;
border-radius: 2px;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control,
.dataTables_wrapper select {
padding: 0.4375rem 0.75rem;
border: 0;
outline: 1px solid #eaeaea;
color: #495057;
}
.form-control:disabled,
.dataTables_wrapper select:disabled,
.form-control[readonly],
.dataTables_wrapper select[readonly] {
background-color: #e9ecef;
opacity: 1;
color: #8e8e8e;
}
.badge {
border-radius: 0;
font-size: 12px;
line-height: 1;
padding: 0.25rem 0.35rem 0.25rem 0.35rem;
font-weight: normal;
}
.with-errors .list-unstyled li {
color: #d02f2f;
}
.has-icon .form-control {
padding-left: 2.3rem;
}
.has-icon .form-control-icon {
position: absolute;
z-index: 2;
display: block;
width: 2.375rem;
height: 2.375rem;
line-height: 2rem;
text-align: center;
pointer-events: none;
color: #aaa;
}
.select2-container {
width: 100% !important;
}
.select2-bootstrap-append .select2-container {
width: 70% !important;
}
.select2-dropdown {
border-radius: 0px !important;
}
.select2-container--bootstrap .select2-selection {
-webkit-box-shadow: none !important;
box-shadow: none !important;
background-color: #fff;
border: 1px solid #eaeaea !important;
border-radius: 0px !important;
color: #555;
font-size: 12.7px !important;
outline: 0;
}
.btn-select {
font-size: 1.14rem;
padding: 0.39rem 0.7rem;
}
.form-control:disabled,
.dataTables_wrapper select:disabled,
.form-control[readonly],
.dataTables_wrapper select[readonly] {
background-color: #ffffff;
opacity: 1;
color: #000;
}
.navbar .navbar-brand-wrapper .navbar-brand-inner-wrapper .navbar-brand img {
width: auto;
height: 40px;
margin: 0px;
vertical-align: middle;
}
.form-check {
position: relative;
display: block;
margin-top: 5px;
margin-bottom: 5px;
padding-left: 0;
}
.jconfirm-content {
font-size: 0.8rem;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
font-size: 17px;
}
#myChart {
height: 310px !important;
}
#chart_line_wilayah {
height: 310px !important;
}
.card-deal .avatar,
.card-transactions .avatar {
flex-shrink: 0;
}
.card-deal .card-footer,
.card-transactions .card-footer {
display: flex;
align-items: center;
padding: 12px 20px;
}
.card-deal .card-footer a,
.card-transactions .card-footer a {
display: block;
font-size: 12px;
font-weight: 500;
display: flex;
align-items: center;
}
.card-deal .card-footer a .icon,
.card-transactions .card-footer a .icon {
font-size: 9px;
margin-top: 1px;
}
.card-deal .card-footer a .icon:first-of-type,
.card-transactions .card-footer a .icon:first-of-type {
margin-left: 5px;
}
.card-transactions .card-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-transactions .card-header .card-title {
margin-bottom: 0;
}
.card-transactions .list-group-item h6 {
margin-bottom: 2px;
font-size: 0.75rem;
}
.card-transactions .list-group-item {
border-style: dashed;
padding: 12px 15px;
display: flex;
}
.card-transactions .list-group-item small {
display: block;
color: rgba(55, 56, 87, 0.6);
font-size: 12px;
}
.card-notification-one .card-header {
display: flex;
align-items: center;
justify-content: space-between;
}
.card-notification-one .card-body {
padding: 0;
}
.card-notification-one .list-group-item {
padding: 15px 15px 16px;
box-shadow: none;
display: flex;
}
.card-notification-one .list-group-item .nav {
margin-right: -3px;
}
.card-notification-one .list-group-item .nav a {
color: rgba(55, 56, 87, 0.6);
}
.card-notification-one .list-group-item .nav a:hover,
.card-notification-one .list-group-item .nav a:focus {
color: #373857;
}
.card-notification-one .list-group-item .nav a + a {
margin-left: 2px;
}
.card-notification-one .list-group-item .nav a svg {
width: 14px;
height: 14px;
}
.card-notification-one .list-body {
line-height: 1.48;
font-size: 13px;
flex: 1;
margin-left: 12px;
margin-right: 10px;
color: #575d78;
}
.card-notification-one .list-body strong {
color: #06072d;
}
.card-notification-one .list-body span {
color: rgba(55, 56, 87, 0.6);
font-size: 11px;
}
.card-notification-one .card-footer {
font-size: 12px;
text-align: center;
}
.avatar {
position: relative;
width: 38px;
height: 38px;
}
.avatar-initial {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #8392a5;
color: #fff;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
.avatar-md {
width: 48px;
height: 48px;
}
.avatar-initial {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #8392a5;
color: #fff;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
}
.avatar-md.avatar-offline::after,
.avatar-md.avatar-online::after {
width: 7px;
height: 7px;
right: 3px;
bottom: 1px;
}
.avatar-online::after {
background-color: #28a745;
}
.avatar-offline::after,
.avatar-online::after {
content: "";
position: absolute;
bottom: 0;
right: 4px;
width: 6px;
height: 6px;
border-radius: 100%;
box-shadow: 0 0 0 1.5px #fff;
}
.mg-b-0 {
margin-bottom: 0px;
}
.mg-sm-l-15 {
margin-left: 15px;
}
.card-profile-sidebar .card-header {
padding: 15px;
border-bottom-width: 0;
}
.card-profile-sidebar .media {
margin-bottom: 15px;
}
.card-profile-sidebar .profile-info {
display: flex;
}
.card-profile-sidebar .profile-info > div + div {
margin-left: 40px;
position: relative;
}
.card-profile-sidebar .profile-info > div + div::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -20px;
border-left: 1px dashed rgba(221, 222, 233, 0.85);
}
.card-profile-sidebar .profile-info h5 span {
font-size: 18px;
font-family: "Poppins", sans-serif;
font-weight: bold;
color: #06072d;
margin-bottom: 2px;
}
.avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.marker {
background-color: #f2f3f7;
color: #373857;
padding: 5px 10px;
font-size: 10px;
font-weight: 500;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.marker-icon {
position: relative;
overflow: hidden;
display: flex;
width: 45px;
height: 45px;
}
.marker-icon::before {
content: "";
position: absolute;
top: -70%;
left: -70%;
width: 140%;
height: 140%;
background-color: #f2f3f7;
transform: rotate(45deg);
}
.marker-icon svg {
width: 16px;
height: 16px;
margin-top: calc(30% - 8px);
margin-left: calc(30% - 8px);
position: relative;
z-index: 1;
}
.marker-icon.marker-top-right::before {
left: auto;
right: -70%;
}
.marker-icon.marker-top-right svg {
margin-left: auto;
margin-right: calc(30% - 8px);
}
.marker-icon.marker-bottom-left::before {
top: auto;
bottom: -70%;
}
.marker-icon.marker-bottom-left svg {
margin-top: auto;
margin-bottom: calc(30% - 8px);
}
.marker-icon.marker-bottom-right::before {
top: auto;
bottom: -70%;
left: auto;
right: -70%;
}
.marker-icon.marker-bottom-right svg {
margin-top: auto;
margin-left: auto;
margin-bottom: calc(30% - 8px);
margin-right: calc(30% - 8px);
}
.marker-ribbon {
margin-left: -10px;
box-shadow: 1px 1px 1px rgba(33, 43, 53, 0.16);
}
.marker-ribbon::after {
content: "";
position: absolute;
bottom: -6px;
left: 0;
border-bottom: 7px solid #c4cdd6;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
transform: rotate(45deg);
}
.marker-ribbon.marker-top-right {
margin-left: 0;
margin-right: -10px;
}
.marker-ribbon.marker-top-right::after {
left: auto;
right: 0;
transform: rotate(-45deg);
}
.marker-primary {
color: #fff;
}
.marker-primary.marker-icon::before {
background-color: #5556fd;
}
.marker-primary.marker-ribbon {
background-color: #5556fd;
}
.marker-primary.marker-ribbon::after {
border-bottom-color: #090bfc;
}
.marker-secondary {
color: #fff;
}
.marker-secondary.marker-icon::before {
background-color: #919fac;
}
.marker-secondary.marker-ribbon {
background-color: #919fac;
}
.marker-secondary.marker-ribbon::after {
border-bottom-color: #677989;
}
.marker-success {
color: #fff;
}
.marker-success.marker-icon::before {
background-color: #28a745;
}
.marker-success.marker-ribbon {
background-color: #28a745;
}
.marker-success.marker-ribbon::after {
border-bottom-color: #19692c;
}
.marker-danger {
color: #fff;
}
.marker-danger.marker-icon::before {
background-color: #dc3545;
}
.marker-danger.marker-ribbon {
background-color: #dc3545;
}
.marker-danger.marker-ribbon::after {
border-bottom-color: #a71d2a;
}
.marker-warning {
color: #fff;
}
.marker-warning.marker-icon::before {
background-color: #ffc107;
}
.marker-warning.marker-ribbon {
background-color: #ffc107;
}
.marker-warning.marker-ribbon::after {
border-bottom-color: #ba8b00;
}
.marker-info {
color: #fff;
}
.marker-info.marker-icon::before {
background-color: #17a2b8;
}
.marker-info.marker-ribbon {
background-color: #17a2b8;
}
.marker-info.marker-ribbon::after {
border-bottom-color: #0f6674;
}
.marker-dark {
color: #fff;
}
.marker-dark.marker-icon::before {
background-color: #212b35;
}
.marker-dark.marker-ribbon {
background-color: #212b35;
}
.marker-dark.marker-ribbon::after {
border-bottom-color: #040506;
}
@media (min-width: 1200px) {
.card-profile-sidebar .profile-info h5 span {
font-size: 20px;
}
}
.card-profile-sidebar .profile-info p {
font-size: 12px;
color: #575d78;
margin-bottom: 0;
}
.tx-8 {
font-size: 8px;
}
.tx-8-f {
font-size: 8px !important;
}
.tx-9 {
font-size: 9px;
}
.tx-9-f {
font-size: 9px !important;
}
.tx-10 {
font-size: 10px;
}
.tx-10-f {
font-size: 10px !important;
}
.tx-11 {
font-size: 11px;
}
.tx-11-f {
font-size: 11px !important;
}
.tx-12 {
font-size: 12px;
}
.tx-12-f {
font-size: 12px !important;
}
.tx-13 {
font-size: 13px;
}
.tx-13-f {
font-size: 13px !important;
}
.tx-14 {
font-size: 14px;
}
.tx-14-f {
font-size: 14px !important;
}
.tx-15 {
font-size: 15px;
}
.tx-15-f {
font-size: 15px !important;
}
.tx-16 {
font-size: 16px;
}
.tx-16-f {
font-size: 16px !important;
}
.tx-18 {
font-size: 18px;
}
.tx-18-f {
font-size: 18px !important;
}
.tx-20 {
font-size: 20px;
}
.tx-20-f {
font-size: 20px !important;
}
.tx-22 {
font-size: 22px;
}
.tx-22-f {
font-size: 22px !important;
}
.tx-24 {
font-size: 24px;
}
.tx-24-f {
font-size: 24px !important;
}
.tx-26 {
font-size: 26px;
}
.tx-26-f {
font-size: 26px !important;
}
.tx-28 {
font-size: 28px;
}
.tx-28-f {
font-size: 28px !important;
}
.tx-30 {
font-size: 30px;
}
.tx-30-f {
font-size: 30px !important;
}
.tx-32 {
font-size: 32px;
}
.tx-32-f {
font-size: 32px !important;
}
.tx-34 {
font-size: 34px;
}
.tx-34-f {
font-size: 34px !important;
}
.tx-36 {
font-size: 36px;
}
.tx-36-f {
font-size: 36px !important;
}
.tx-38 {
font-size: 38px;
}
.tx-38-f {
font-size: 38px !important;
}
.tx-40 {
font-size: 40px;
}
.tx-40-f {
font-size: 40px !important;
}
.card-header {
padding: 0.35rem 1.25rem;
margin-bottom: 0;
background-color: rgba(0, 0, 0, 0.03);
border-bottom: 1px solid #e7eaed;
}
.bg-teal-light {
background-color: #dffaf2;
color: #20c997;
}
.bg-primary-light {
background-color: #ececff;
color: #5556fd;
}
.bg-pink-light {
background-color: #fdebf3;
color: #e83e8c;
}
/* alert */
.alert-solid {
border-width: 0;
border-radius: 0px;
border-left: 5px solid #bababa;
}
.alert-solid:not(.alert-secondary),
.alert-solid:not(.alert-light) {
color: #fff;
}
.alert-solid.alert-primary {
background-color: #5556fd;
}
.alert-solid.alert-secondary {
background-color: #637382;
}
.alert-solid.alert-success {
background-color: #28a745;
}
.alert-solid.alert-danger {
background-color: #dc3545;
}
.alert-solid.alert-warning {
background-color: #ffc107;
}
.alert-solid.alert-info {
border-color: #71c9ff;
background: #d7f0ff80;
color: #0f80c9;
}
.alert-solid.alert-light {
background-color: #c4cdd6;
}
.alert-solid.alert-dark {
background-color: #454f5b;
}
.container-alert {
width: 500px;
max-width: 100%;
margin: 0 auto;
padding: 20px;
box-sizing: border-box;
}
/* project data group */
.project-data-group {
display: flex;
}
.project-data-group > div + div {
border-left: 1px dashed #c0ccda;
margin-left: 15px;
padding-left: 15px;
}
.project-data-group h3 {
font-size: 18px;
font-family: "Poppins", sans-serif;
font-weight: 400;
color: #06072d;
letter-spacing: -0.5px;
margin-bottom: 3px;
}
.project-data-group h3 span {
display: inline-block;
letter-spacing: normal;
}
.project-data-group label {
font-size: 12px;
color: #575d78;
margin-bottom: 0;
}
/* event media*/
.event-media .card-body {
padding: 16px 15px;
}
.event-media .media + .media {
margin-top: 10px;
}
.event-media .media-left {
font-family: "Poppins", sans-serif;
text-align: center;
width: 16px;
white-space: nowrap;
}
.event-media .media-left label {
display: block;
margin-bottom: 0;
text-transform: uppercase;
font-size: 10px;
font-weight: 400;
color: #575d78;
text-align: center;
}
.event-media .media-left p {
text-align: center;
font-size: 15px;
font-family: "Poppins", sans-serif;
margin-bottom: 0;
line-height: 1;
}
.event-media .media-body {
padding: 12px 15px;
border-left: 3px solid transparent;
}
.event-media .event-time {
display: block;
font-size: 10px;
font-family: "Poppins", sans-serif;
margin-bottom: 3px;
}
.event-media .event-title {
font-size: 13px;
margin-bottom: 0;
line-height: 18px;
}
.event-media .event-desc {
font-size: 11px;
margin-top: 10px;
margin-bottom: 0;
color: rgba(6, 7, 45, 0.7);
}
.event-media .event-panel-green {
border-left-color: #22d273;
background-color: rgba(34, 210, 115, 0.1);
}
.event-media .event-panel-green .event-time {
color: rgba(13, 78, 43, 0.7);
}
.event-media .event-panel-green .event-title {
color: #1ba65b;
}
.event-media .event-panel-pink {
border-left-color: #e83e8c;
background-color: rgba(232, 62, 140, 0.1);
}
.event-media .event-panel-pink .event-time {
color: rgba(126, 15, 66, 0.7);
}
.event-media .event-panel-pink .event-title {
color: #d91a72;
}
.event-media .event-panel-primary {
border-left-color: #5556fd;
background-color: rgba(85, 86, 253, 0.1);
}
.event-media .event-panel-primary .event-time {
color: rgba(1, 1, 82, 0.7);
}
.event-media .event-panel-primary .event-title {
color: #5556fd;
}
.event-media .event-panel-orange {
border-left-color: #fd7e14;
background-color: rgba(253, 126, 20, 0.1);
}
.event-media .event-panel-orange .event-time {
color: rgba(18, 8, 0, 0.7);
}
.event-media .event-panel-orange .event-title {
color: #fd7e14;
}
.event-media .card-footer {
padding: 12px 15px;
font-size: 12px;
text-align: center;
}
.card-daftar .card-text {
font-size: 13px;
line-height: 18px;
font-weight: normal;
}
.card-daftar .card-text small {
font-size: 9px;
line-height: 13px;
font-weight: normal;
}
.card-daftar .card-footer {
padding: 0 20px 20px;
border-top-width: 0;
display: flex;
align-items: stretch;
}
.card .card-title {
line-height: 16px;
}
.project-date-end {
font-size: 10px;
font-weight: 400;
font-family: "Helvetica Neue", Helvetica, sans-serif;
background-color: #eaeaf8;
color: rgba(55, 56, 87, 0.6);
padding: 4px 8px 5px;
width: 125px;
text-align: center;
}
/* card people*/
.people-list {
width: calc(100% + 15px);
overflow: hidden;
}
@media (min-width: 576px) {
.people-list {
width: calc(100% + 20px);
}
}
@media (min-width: 992px) {
.people-list {
width: calc(100% + 30px);
}
}
.people-list .row {
padding-right: 10px;
width: 900px;
}
.people-list.people-list-one {
height: 145px;
}
.people-list.people-list-one .row {
width: 800px;
}
@media (min-width: 576px) {
.people-list.people-list-one .row {
width: 900px;
}
}
@media (min-width: 1200px) {
.people-list.people-list-one .row {
width: auto;
}
}
.people-list.people-list-two {
height: 330px;
}
.people-list.people-list-three {
height: 230px;
}
@media (min-width: 1200px) {
.people-list {
width: auto;
height: auto;
overflow: visible;
}
.people-list .row {
width: auto;
padding-right: 0;
}
}
.people-list-body {
width: 100%;
overflow-x: auto;
padding-bottom: 30px;
}
@media (min-width: 1200px) {
.people-list-body {
overflow-x: visible;
}
}
.card-people {
transition: all 0.25s;
height: 100%;
border-width: 0;
box-shadow: 2px 2px 5px 0 rgba(60, 70, 83, 0.04),
inset 0 0 0 1px rgba(230, 231, 239, 0.85);
}
.card-people:hover {
cursor: pointer;
box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15),
2px 2px 5px 0 rgba(60, 70, 83, 0.04),
inset 0 0 0 1px rgba(214, 216, 229, 0.85);
}
.card-people .card-body {
padding: 15px;
}
.card-people .media-body {
margin-left: 15px;
color: #575d78;
}
.card-people .card-body .media-body h6 {
font-weight: 500;
color: #06072d;
margin-bottom: 3px;
font-size: 14px;
margin-top: 7px;
}
.card-people .card-body .media-body p {
margin-bottom: 0;
font-size: 12px;
}
.card-people .media-body p a {
color: #575d78;
}
.card-people .media-body p a:hover,
.card-people .media-body p a:focus {
text-decoration: underline;
}
.card-people .card-footer {
padding: 5px 10px 15px 15px;
border-top-width: 0;
font-size: 0.8125rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.card-people .card-footer a:not([class*="btn-"]) {
color: rgba(55, 56, 87, 0.6);
}
.card-people .card-footer a:not([class*="btn-"]):hover,
.card-people .card-footer a:not([class*="btn-"]):focus {
color: #575d78;
}
.card-people:not([class*="bg-"]) .card-footer {
background-color: transparent;
}
.card-people.selected {
background-color: white;
border-width: 0;
box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15),
2px 2px 5px 0 rgba(60, 70, 83, 0.04), inset 0 0 0 1px #6e6ffd;
}
.card-people:not([class*="bg-"]) .card-footer {
background-color: transparent;
}
/* card timeline */
.timeline-item .row {
justify-content: space-between;
}
.timeline-item .row > div:first-child {
text-align: right;
}
.timeline-item .date-wrapper {
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
position: relative;
}
@media (min-width: 576px) {
.timeline-item .date-wrapper {
padding-top: 45px;
padding-right: 26px;
flex-direction: column;
align-items: flex-end;
}
}
@media (min-width: 768px) {
.timeline-item .date-wrapper {
padding-right: 65px;
padding-top: 48px;
}
}
@media (min-width: 992px) {
.timeline-item .date-wrapper {
padding-right: 5px;
}
}
@media (min-width: 1100px) {
.timeline-item .date-wrapper {
padding-right: 0;
}
}
.timeline-date {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 11px;
font-weight: 500;
text-transform: uppercase;
color: rgba(87, 93, 120, 0.5);
display: block;
white-space: nowrap;
position: relative;
}
@media (min-width: 576px) {
.timeline-date {
font-size: 9px;
}
}
.timeline-time {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
font-size: 11px;
margin-bottom: 0;
margin-left: 5px;
}
@media (min-width: 576px) {
.timeline-time {
margin-left: 0;
font-size: 14px;
}
}
@media (min-width: 768px) {
.timeline-time {
font-size: 21px;
}
}
.timeline-time span {
font-size: 10px;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
text-transform: uppercase;
}
.timeline-body {
position: relative;
padding-bottom: 25px;
padding-top: 65px;
}
@media (min-width: 576px) {
.timeline-body {
padding-top: 0;
}
}
.timeline-body::before {
content: "";
}
@media (max-width: 575.98px) {
.timeline-body::before {
position: absolute;
top: 0;
left: calc(50% - 1px);
height: 60px;
border-left: 1px solid #e0e1eb;
}
}
@media (min-width: 576px) {
.timeline-body::before {
border-left: 1px solid #e0e1eb;
position: absolute;
top: 0;
bottom: 0;
left: -25px;
height: auto;
}
}
@media (min-width: 768px) {
.timeline-body::before {
left: -47px;
}
}
.timeline-header {
display: flex;
align-items: center;
margin-bottom: 12px;
}
.timeline-header h6 {
margin-bottom: 0;
margin-left: 8px;
color: #06072d;
font-size: 0.8125rem;
}
@media (min-width: 768px) {
.timeline-header h6 {
font-size: 0.875rem;
}
}
.timeline-header > span {
margin-left: 5px;
color: rgba(55, 56, 87, 0.6);
font-size: 0.8125rem;
}
@media (min-width: 768px) {
.timeline-header > span {
font-size: 0.875rem;
}
}
@media (max-width: 767.98px) {
.timeline-header .avatar {
width: 20px;
height: 20px;
}
}
.timeline-header .avatar::after {
right: 0px;
}
.card-timeline {
padding: 20px;
position: relative;
color: #575d78;
box-shadow: 2px 2px 5px 0 rgba(60, 70, 83, 0.04);
transition: all 0.25s;
}
@media (prefers-reduced-motion: reduce) {
.card-timeline {
transition: none;
}
}
.card-timeline:hover {
box-shadow: 0 4px 12px 0 rgba(131, 146, 165, 0.15),
2px 2px 5px 0 rgba(60, 70, 83, 0.04);
border-color: rgba(221, 222, 233, 0.85);
}
.card-timeline::before {
content: "";
font-family: "Ionicons";
display: flex;
align-items: center;
justify-content: center;
position: absolute;
background-color: #fff;
border: 1.5px solid rgba(230, 231, 239, 0.85);
border-radius: 100%;
width: 32px;
height: 32px;
}
.logo-pmi{
height: 100px;
width: auto;
padding: 15px 5px;
margin-left: -75px;
}
@media (max-width: 575.98px) {
.card-timeline::before {
top: -83px;
left: 50%;
margin-left: -16px;
}
.logo-pmi{
height: 65px;
padding: 15px 25px;
}
}
@media (min-width: 576px) {
.card-timeline::before {
top: 12px;
left: -40.5px;
}
}
@media (min-width: 768px) {
.card-timeline::before {
left: -64px;
width: 36px;
height: 36px;
}
}
.card-timeline h5 {
font-size: 15px;
font-weight: 500;
color: #06072d;
}
#profile-content {
margin-top: -250px;
}
/* mobile */
@media (max-width: 576px) {
.content-wrapper {
padding: 0rem;
}
#profile-content {
margin-top: 10px;
}
.card-title {
margin-bottom: 0.5rem !important;
}
.sidebar-offcanvas.active {
border-left: 1px solid #e6e6e6;
}
.btn-sm-block {
width: 100%;
display: block;
}
.card-body .float-right .text-muted {
font-size: 10px;
line-height: 1.2rem;
}
.card .card-title {
font-size: 0.7rem;
line-height: 1rem;
}
hr {
margin-top: 0.1rem;
margin-bottom: 1rem;
}
.nav-profile-namespan {
display: none;
}
.card-transactions .list-group-item {
padding: 12px 20px;
align-items: center;
}
.card-transactions .list-group-item small {
display: block;
color: rgba(55, 56, 87, 0.6);
font-size: 10px;
}
}
/* menu bottom */
.button-fixed {
position: fixed;
bottom: 0;
width: 100%;
left: 0;
background: #315098;
z-index: 7;
-webkit-box-shadow: 0 -5px 35px 0 rgba(0, 0, 0, 0.45);
-moz-box-shadow: 0 -5px 35px 0 rgba(0, 0, 0, 0.45);
box-shadow: 0 -5px 35px 0 rgba(0, 0, 0, 0.45);
}
.button-fixed a {
text-align: center;
float: left;
display: block;
padding: 5px;
color: #fff;
border-right: 1px solid rgba(0, 0, 0, 0.1);
width: 20%;
}
.button-fixed i {
font-size: 18px;
display: block;
}
.button-fixed span {
font-size: 11px;
font-weight: lighter;
}
/* time line */
.experience {
border-left: 3px solid #315098;
padding: 0 30px;
margin-left: 185px;
}
@media (max-width: 767px) {
.experience {
margin-left: 0;
padding-right: 0;
}
}
.experience .item {
position: relative;
margin-bottom: 40px;
}
.experience .item::before {
content: "";
position: absolute;
left: -43px;
top: 0;
width: 22px;
height: 22px;
border-radius: 50%;
background: #ffffff;
border: 3px solid #315098;
}
.experience .item::after {
content: "";
position: absolute;
left: -37px;
top: 6px;
width: 10px;
height: 10px;
border-radius: 50%;
background: #315098;
}
.experience .company-name {
color: #315098;
}
.experience .location {
position: absolute;
right: 0;
top: 2px;
}
.experience .job-info {
position: absolute;
left: -185px;
top: 0;
}
.experience .job-info .title {
color: #315098;
}
@media (max-width: 767px) {
.experience .job-info {
position: static;
margin-bottom: 1rem;
}
}
.navbar
.navbar-menu-wrapper
.navbar-nav
.nav-item.dropdown
.count-indicator
.count-notif {
position: absolute;
left: 59%;
width: 8px;
height: 8px;
border-radius: 100%;
background: #ff4747;
top: 9px;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled {
background: none;
color: #f00 !important;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
cursor: not-allowed !important;
}
.form-check-input {
position: absolute;
margin-top: 0.3rem;
margin-left: 10px;
}
.smartwizard .toolbar-bottom {
display: none;
}
.sw-theme-arrows {
border: 1px solid transparent;
}
.sw .toolbar {
padding: .8rem;
display: none;
}
.sw-theme-arrows>.nav {
overflow: hidden;
border-bottom: 1px solid transparent;
}
video::-internal-media-controls-download-button {
display:none;
}
video::-webkit-media-controls-enclosure {
overflow:hidden;
}
video::-webkit-media-controls-panel {
width: calc(100% + 30px); /* Adjust as needed */
}
video {
/* override other styles to make responsive */
width: 100% !important;
height: auto !important;
}
.btn-small-icon{
padding: 0.07rem 0.2rem !important;
vertical-align: top;
}
.soal, .soal p, .soal p span, .soal label, .soal li, .soal td{
font-size: 0.95rem !important;
line-height: 1.35rem !important;
}
.soal td{
font-size: 0.85rem !important;
line-height: 1.3rem !important;
font-weight: 400;
}
h6{
font-size: 0.95rem;
line-height: 2.5rem;
}
.btn #time{
font-size: 0.85rem;
}
.form-check-label:hover{
font-weight: bold;
}
#smartwizard .nav .nav-item .nav-link{
font-size: 12px;
}
.pre-test li{
font-size: 0.85rem;
}
.wy-table-responsive {
margin-bottom: 24px;
max-width: 100%;
overflow: auto;
} | 0.277669 | 0.068725 |
*{
box-sizing: border-box;
}
html, body{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body{
display: table;
}
#wrap{
height: 100%;
width: 100%;
font-family: sans-serif;
padding: 0;
margin: 0;
background: #020202; /* Old browsers */
background: -moz-linear-gradient(top, #020202 0%, #272D33 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#020202), color-stop(100%,#272D33)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #020202 0%,#272D33 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #020202 0%,#272D33 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #020202 0%,#272D33 100%); /* IE10+ */
background: linear-gradient(top, #020202 0%,#272D33 100%); /* W3C */
display: table-cell;
vertical-align: middle;
text-align: center;
}
p{
margin:0;
}
#status{
font-size: 1.5em;
padding: 0;
width: 100%;
position: fixed;
top: 0;
text-align: center;
-webkit-transition: .7s ease;
-moz-transition: .7s ease;
-o-transition: .7s ease;
-ms-transition: .7s ease;
transition: .7s ease;
}
#status p{
padding: 1em 0;
color: #F3F3F3;
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, transparent, #020202 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top, transparent,#020202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, transparent,#020202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, transparent,#020202 100%); /* IE10+ */
background: linear-gradient(top, transparent,#020202 100%); /* W3C */
}
.active{
background: green;
}
button{
font-family: sans-serif;
font-size: 1.25em;
background: transparent;
cursor: pointer;
color: #F3F3F3;
border-right: none;
border-left: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
width: 100%;
height: 3em;
border: none;
border-top: 1px solid darkgray;
border-bottom: 1px solid darkgray;
}
button:last-child{
margin: 0 auto;
} | mobile_app/style.css | *{
box-sizing: border-box;
}
html, body{
height: 100%;
width: 100%;
margin: 0;
padding: 0;
}
body{
display: table;
}
#wrap{
height: 100%;
width: 100%;
font-family: sans-serif;
padding: 0;
margin: 0;
background: #020202; /* Old browsers */
background: -moz-linear-gradient(top, #020202 0%, #272D33 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#020202), color-stop(100%,#272D33)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #020202 0%,#272D33 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #020202 0%,#272D33 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #020202 0%,#272D33 100%); /* IE10+ */
background: linear-gradient(top, #020202 0%,#272D33 100%); /* W3C */
display: table-cell;
vertical-align: middle;
text-align: center;
}
p{
margin:0;
}
#status{
font-size: 1.5em;
padding: 0;
width: 100%;
position: fixed;
top: 0;
text-align: center;
-webkit-transition: .7s ease;
-moz-transition: .7s ease;
-o-transition: .7s ease;
-ms-transition: .7s ease;
transition: .7s ease;
}
#status p{
padding: 1em 0;
color: #F3F3F3;
background: #7d7e7d; /* Old browsers */
background: -moz-linear-gradient(top, transparent, #020202 100%); /* FF3.6+ */
background: -webkit-linear-gradient(top, transparent,#020202 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, transparent,#020202 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, transparent,#020202 100%); /* IE10+ */
background: linear-gradient(top, transparent,#020202 100%); /* W3C */
}
.active{
background: green;
}
button{
font-family: sans-serif;
font-size: 1.25em;
background: transparent;
cursor: pointer;
color: #F3F3F3;
border-right: none;
border-left: none;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
width: 100%;
height: 3em;
border: none;
border-top: 1px solid darkgray;
border-bottom: 1px solid darkgray;
}
button:last-child{
margin: 0 auto;
} | 0.439266 | 0.052741 |
.payment-form-background {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: rgba(22, 94, 201, 0.15);
/* z-index: 1000; */
display: flex;
justify-content: center;
align-items: center;
padding: 16px;
}
.payment-form-background .close-icon{
position: absolute;
right: 50px;
top: 16px;
}
.payment-form {
width: 400px;
border-radius: 8px;
background: #ffffff;
box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);
padding: 32px;
}
.payment-form .payment-plan {
font-family: 'Gilroy', sans-serif;
font-size: 18px;
margin-top: 8px;
}
.payment-form h2 {
text-align: center;
font-family: 'Gilroy', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 101.1%;
text-align: center;
letter-spacing: -0.02em;
color: #4588EC;
margin-bottom: 36px;
}
.payment-form .payment-desc-div {
margin-bottom: 24px;
}
.payment-form input {
margin-bottom: 32px;
font-family: 'Gilroy', sans-serif;
height: 24px;
outline: none;
display: block;
width: 100%;
border: none;
border-bottom: 2px solid #4588EC;
font-size: 18px;
}
.payment-form .payment-dropdown {
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.payment-form .payment-dropdown .selected-text{
background: white;
display: flex;
justify-content: space-between;
width: 100%;
font-weight: 500;
border: 1px solid #4588EC;
}
.payment-form .payment-dropdown .selected-text span {
padding: 8px 16px;
font-family: 'Gilroy', sans-serif;
font-size: 18px;
color: #4588EC;
}
.payment-form .payment-dropdown .selected-text .dropdown-icon {
width: 36px;
border-left: solid 1px #4588EC;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.payment-form .payment-dropdown .dropdown-list {
width: 100%;
background: #ffffff;
}
.payment-form .payment-dropdown .dropdown-list span {
padding: 4px 16px;
font-size: 16px;
font-family: 'Gilroy', sans-serif;
display: block;
color: #4588EC;
}
.payment-form .payment-dropdown .dropdown-list span:hover {
background-color: #4588EC;
color: white;
}
.payment-form .register-button {
margin-top: 48px;
font-family: 'Gilroy', sans-serif;
font-weight: 500;
height: 40px;
background: #4588EC;
border-radius: 2px;
color: white;
font-size: 18px;
width: 100%;
border: none;
cursor: pointer;
}
.payment-form .register-button:disabled {
background-color: skyblue;
cursor: not-allowed;
}
.payment-form .close-button {
margin-top: 48px;
font-family: 'Gilroy', sans-serif;
font-weight: 500;
height: 40px;
background: #4588EC;
border-radius: 2px;
color: white;
font-size: 18px;
width: 100%;
border: none;
cursor: pointer;
}
.payment-form .close-button1 {
margin-top: 16px;
font-family: 'Gilroy', sans-serif;
font-weight: 500;
height: 40px;
background: #e65a5a ;
border-radius: 2px;
color: white;
font-size: 18px;
width: 100%;
border: none;
cursor: pointer;
} | frontend/src/css/PaymentForm.css | .payment-form-background {
position: fixed;
left: 0;
top: 0;
width: 100vw;
height: 100vh;
background: rgba(22, 94, 201, 0.15);
/* z-index: 1000; */
display: flex;
justify-content: center;
align-items: center;
padding: 16px;
}
.payment-form-background .close-icon{
position: absolute;
right: 50px;
top: 16px;
}
.payment-form {
width: 400px;
border-radius: 8px;
background: #ffffff;
box-shadow: 5px 5px 25px rgba(0, 0, 0, 0.25);
padding: 32px;
}
.payment-form .payment-plan {
font-family: 'Gilroy', sans-serif;
font-size: 18px;
margin-top: 8px;
}
.payment-form h2 {
text-align: center;
font-family: 'Gilroy', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 101.1%;
text-align: center;
letter-spacing: -0.02em;
color: #4588EC;
margin-bottom: 36px;
}
.payment-form .payment-desc-div {
margin-bottom: 24px;
}
.payment-form input {
margin-bottom: 32px;
font-family: 'Gilroy', sans-serif;
height: 24px;
outline: none;
display: block;
width: 100%;
border: none;
border-bottom: 2px solid #4588EC;
font-size: 18px;
}
.payment-form .payment-dropdown {
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}
.payment-form .payment-dropdown .selected-text{
background: white;
display: flex;
justify-content: space-between;
width: 100%;
font-weight: 500;
border: 1px solid #4588EC;
}
.payment-form .payment-dropdown .selected-text span {
padding: 8px 16px;
font-family: 'Gilroy', sans-serif;
font-size: 18px;
color: #4588EC;
}
.payment-form .payment-dropdown .selected-text .dropdown-icon {
width: 36px;
border-left: solid 1px #4588EC;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.payment-form .payment-dropdown .dropdown-list {
width: 100%;
background: #ffffff;
}
.payment-form .payment-dropdown .dropdown-list span {
padding: 4px 16px;
font-size: 16px;
font-family: 'Gilroy', sans-serif;
display: block;
color: #4588EC;
}
.payment-form .payment-dropdown .dropdown-list span:hover {
background-color: #4588EC;
color: white;
}
.payment-form .register-button {
margin-top: 48px;
font-family: 'Gilroy', sans-serif;
font-weight: 500;
height: 40px;
background: #4588EC;
border-radius: 2px;
color: white;
font-size: 18px;
width: 100%;
border: none;
cursor: pointer;
}
.payment-form .register-button:disabled {
background-color: skyblue;
cursor: not-allowed;
}
.payment-form .close-button {
margin-top: 48px;
font-family: 'Gilroy', sans-serif;
font-weight: 500;
height: 40px;
background: #4588EC;
border-radius: 2px;
color: white;
font-size: 18px;
width: 100%;
border: none;
cursor: pointer;
}
.payment-form .close-button1 {
margin-top: 16px;
font-family: 'Gilroy', sans-serif;
font-weight: 500;
height: 40px;
background: #e65a5a ;
border-radius: 2px;
color: white;
font-size: 18px;
width: 100%;
border: none;
cursor: pointer;
} | 0.561335 | 0.064095 |
.d-flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.btn {
padding: 12px 30px;
text-transform: uppercase;
border: none;
border-radius: 5px;
transition: all 0.3s;
}
.btn.text-small {
font-size: 14px;
}
.btn:hover {
box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}
.btn-hover {
box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}
.btn:focus {
box-shadow: none;
border: none;
}
.btn-primary {
background-image: -moz-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
background-image: -webkit-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
background-image: -ms-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
position: relative;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
z-index: 9;
overflow: hidden;
}
.btn-primary::before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: -moz-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
background-image: -webkit-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
background-image: -ms-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
z-index: -10;
opacity: 0;
}
.btn-primary:hover::before {
opacity: 1;
}
.btn-secondary {
background-image: -moz-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
box-shadow: 0px 5px 5px 0px rgba(228, 91, 45, 0.4);
position: relative;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
z-index: 9;
overflow: hidden;
}
.btn-secondary::before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: -moz-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
box-shadow: 0px 5px 5px 0px rgba(228, 91, 45, 0.4);
z-index: -10;
opacity: 0;
}
.btn-secondary:hover::before {
opacity: 1;
}
.btn-info {
background-image: -moz-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
box-shadow: 0px 5px 5px 0px rgba(1, 132, 255, 0.4);
}
.btn-round {
border-radius: 999px;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
-ms-border-radius: 999px;
-o-border-radius: 999px;
}
.btn-success {
background-image: -moz-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
box-shadow: 0px 5px 5px 0px rgba(1, 132, 255, 0.4);
}
.btn-success:hover {
box-shadow: 0px 10px 20px 0px rgba(1, 132, 255, 0.4);
}
.read-more-btn {
text-transform: uppercase;
font-weight: 700;
display: inline-flex;
align-items: center;
}
.read-more-btn i {
margin-left: 10px;
font-size: 22px;
line-height: 0;
}
.video-btn {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.video-btn .icon {
width: 50px;
height: 50px;
border: 2px dashed #4b23d7;
text-align: center;
line-height: 50px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.video-btn:hover .icon {
background-color: #4b23d7;
}
.video-btn .icon i {
background: -webkit-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 18px;
margin-left: 5px;
text-shadow: 0px 3px 15px rgba(59, 55, 188, 0.5);
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.video-btn:hover .icon i {
color: #ffffff;
-webkit-text-fill-color: #ffffff;
}
.video-btn .text {
text-transform: uppercase;
padding-left: 15px;
color: #08051f;
font: 600;
}
.video-btn.video-btn--info .icon {
border-color: rgba(255, 255, 255, 0.502);
}
.video-btn.video-btn--info .icon i {
background: -webkit-linear-gradient( 108deg, rgb(1, 160, 255) 0%, rgb(1, 160, 255) 86%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.round-video-btn {
position: relative;
width: 100px;
height: 100px;
display: inline-block;
background-color: var(--main-color);
color: #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
line-height: 107px;
font-size: 42px;
animation: pulse 2000ms linear infinite;
-webkit-animation: pulse 2000ms linear infinite;
-moz-animation: pulse 2000ms linear infinite;
}
.video-section-title {
color: #ffffff;
margin-bottom: 60px;
}
.round-video-btn {
position: relative;
width: 80px;
height: 80px;
display: inline-block;
background-color: var(--main-color);
color: #3d34c3;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
line-height: 85px;
font-size: 42px;
animation: pulse 2000ms linear infinite;
-webkit-animation: pulse 2000ms linear infinite;
-moz-animation: pulse 2000ms linear infinite;
}
.round-video-btn:hover {
background-color: var(--main-color);
color: #3d34c3;
}
.round-video-btn i {
margin-left: 10px;
}
.round-video-btn:after,
.round-video-btn:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 74px;
background-color: var(--main-color);
opacity: 0.15;
z-index: -10;
}
.round-video-btn:after {
z-index: -10;
-webkit-animation: outer-ripple 2000ms linear infinite;
-moz-animation: outer-ripple 2000ms linear infinite;
animation: outer-ripple 2000ms linear infinite;
}
.round-video-btn:before {
z-index: -10;
-webkit-animation: inner-ripple 2000ms linear infinite;
-moz-animation: inner-ripple 2000ms linear infinite;
animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=50);
}
80% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
100% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
}
@-webkit-keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
@-moz-keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
/* inner ripple */
@keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-webkit-keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-moz-keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
.pt-120 {
padding-top: 120px;
}
.pb-120 {
padding-bottom: 120px;
}
.pb-100 {
padding-bottom: 100px;
}
.section-header {
margin-bottom: 65px;
}
.section-subtitle {
font-weight: 600;
text-transform: uppercase;
color: var(--main-color);
font-size: 24px;
}
.section-title {
text-transform: uppercase;
}
.section-header p {
margin-top: 10px;
font-size: 18px;
}
.section-header.text-white .section-title,
.section-header.text-white p {
color: #ffffff;
}
.section-header .btn-area {
margin: 30px -10px -10px -10px;
}
.section-header .btn-area .btn {
margin: 10px 10px;
box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}
.bg_img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.mt-50 {
margin-top: 50px;
}
.gradient-bg {
background-image: -moz-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
}
.mt-30 {
margin-top: 30px;
}
.mt-50 {
margin-top: 50px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-none-30 {
margin-bottom: -30px;
}
.gradient-overlay {
position: relative;
z-index: 9;
}
.gradient-overlay::before {
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: -moz-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
opacity: 0.902;
}
.position-relative {
position: relative;
}
.main-area {
margin-top: -70px;
padding: 50px 30px 30px 30px;
background-color: #ffffff;
position: relative;
box-shadow: 0px 0px 0px 0px rgba(37, 11, 150, 0.28);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.main-area > .title {
font-size: 36px;
text-transform: uppercase;
margin-bottom: 30px;
}
.social-share-links li {
display: inline-block;
}
.social-share-links li a {
width: 40px;
height: 40px;
margin-left: 5px;
font-size: 18px;
text-align: center;
line-height: 40px;
display: inline-block;
color: #8991b0;
border: 1px solid #e7e8ed;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.social-share-links li a:hover {
background-image: -moz-linear-gradient( -57deg, rgb(68,65,231) 1%, rgb(78,61,230) 62%, rgb(88,56,228) 99%);
background-image: -webkit-linear-gradient( -57deg, rgb(68,65,231) 1%, rgb(78,61,230) 62%, rgb(88,56,228) 99%);
background-image: -ms-linear-gradient( -57deg, rgb(68,65,231) 1%, rgb(78,61,230) 62%, rgb(88,56,228) 99%);
box-shadow: 0px 10px 15px 0px rgba(44, 41, 143, 0.4);
border-color: transparent;
color: #ffffff;
}
.box-shadow {
background-color: #ffffff;
box-shadow: 0px 5px 20px 0px rgba(55, 94, 246, 0.2);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.video-thumb {
position: relative;
margin-top: 30px;
}
.round-video-btn {
position: absolute;
width: 80px;
height: 80px;
display: inline-block;
background-color: #ece8ff;
color: #4077ff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
line-height: 80px;
font-size: 22px;
animation: pulse 2000ms linear infinite;
-webkit-animation: pulse 2000ms linear infinite;
-moz-animation: pulse 2000ms linear infinite;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-moz-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
-o-transform:translate(-50%, -50%);
}
.round-video-btn:hover {
background-color: #ece8ff;
}
.round-video-btn i {
margin-left: 10px;
}
.round-video-btn:after,
.round-video-btn:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 74px;
background-color: #ece8ff;
opacity: 0.15;
z-index: -10;
}
.round-video-btn:after {
z-index: -10;
-webkit-animation: outer-ripple 2000ms linear infinite;
-moz-animation: outer-ripple 2000ms linear infinite;
animation: outer-ripple 2000ms linear infinite;
}
.round-video-btn:before {
z-index: -10;
-webkit-animation: inner-ripple 2000ms linear infinite;
-moz-animation: inner-ripple 2000ms linear infinite;
animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=50);
}
80% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
100% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
}
@-webkit-keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
@-moz-keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
/* inner ripple */
@keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-webkit-keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-moz-keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
.animated-round {
position: absolute;
width: 590px;
height: 590px;
display: inline-block;
background-color: #6c1ccf;
opacity: 0.5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.animated-round:after,
.animated-round:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 50%;
background-color: #6c1ccf;
opacity: 0.45;
z-index: -10;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.animated-round:after {
z-index: -10;
-webkit-animation: animated-outer-ripple 2000ms linear infinite;
-moz-animation: animated-outer-ripple 2000ms linear infinite;
animation: animated-outer-ripple 2000ms linear infinite;
}
.animated-round:before {
z-index: -10;
-webkit-animation: animated-inner-ripple 2000ms linear infinite;
-moz-animation: animated-inner-ripple 2000ms linear infinite;
animation: animated-inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes animated-outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
80% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
100% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
}
@-webkit-keyframes animated-outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
@-moz-keyframes animated-outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
/* inner ripple */
@keyframes animated-inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=70);
}
30% {
transform: scale(1);
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=70);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-webkit-keyframes animated-inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter:;
}
30% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-moz-keyframes animated-inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=70);
}
30% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
.custom-checkbox {
padding-left: 30px;
position: relative;
overflow: hidden;
}
.custom-checkbox input[type="checkbox"] {
position: absolute;
left: -100px;
width: auto;
}
.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox {
background-color: #3d34c3;
}
.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox::before {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.custom-checkbox label {
font-size: 14px;
color: #777777;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.custom-checkbox .checkbox {
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #dddddd;
display: inline-block;
position: absolute;
left: 0;
top: 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.custom-checkbox .checkbox::before {
position: absolute;
content: "";
font-family: "FontAwesome";
color: #ffffff;
font-size: 8px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
transform: translate(-50%, -50%) scale(1.1, 1.1);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
} | public/assets/css/global.css | .d-flex {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.btn {
padding: 12px 30px;
text-transform: uppercase;
border: none;
border-radius: 5px;
transition: all 0.3s;
}
.btn.text-small {
font-size: 14px;
}
.btn:hover {
box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}
.btn-hover {
box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}
.btn:focus {
box-shadow: none;
border: none;
}
.btn-primary {
background-image: -moz-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
background-image: -webkit-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
background-image: -ms-linear-gradient( 108deg, rgb(59,38,219) 14%, rgb(123,25,203) 100%);
position: relative;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
z-index: 9;
overflow: hidden;
}
.btn-primary::before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: -moz-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
background-image: -webkit-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
background-image: -ms-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
z-index: -10;
opacity: 0;
}
.btn-primary:hover::before {
opacity: 1;
}
.btn-secondary {
background-image: -moz-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
box-shadow: 0px 5px 5px 0px rgba(228, 91, 45, 0.4);
position: relative;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
z-index: 9;
overflow: hidden;
}
.btn-secondary::before {
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: -moz-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(228,91,45) 0%, rgb(240,121,33) 33%, rgb(252,151,21) 100%);
box-shadow: 0px 5px 5px 0px rgba(228, 91, 45, 0.4);
z-index: -10;
opacity: 0;
}
.btn-secondary:hover::before {
opacity: 1;
}
.btn-info {
background-image: -moz-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
box-shadow: 0px 5px 5px 0px rgba(1, 132, 255, 0.4);
}
.btn-round {
border-radius: 999px;
-webkit-border-radius: 999px;
-moz-border-radius: 999px;
-ms-border-radius: 999px;
-o-border-radius: 999px;
}
.btn-success {
background-image: -moz-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(1,132,255) 1%, rgb(1,171,255) 100%);
box-shadow: 0px 5px 5px 0px rgba(1, 132, 255, 0.4);
}
.btn-success:hover {
box-shadow: 0px 10px 20px 0px rgba(1, 132, 255, 0.4);
}
.read-more-btn {
text-transform: uppercase;
font-weight: 700;
display: inline-flex;
align-items: center;
}
.read-more-btn i {
margin-left: 10px;
font-size: 22px;
line-height: 0;
}
.video-btn {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.video-btn .icon {
width: 50px;
height: 50px;
border: 2px dashed #4b23d7;
text-align: center;
line-height: 50px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.video-btn:hover .icon {
background-color: #4b23d7;
}
.video-btn .icon i {
background: -webkit-linear-gradient( 108deg, rgb(123,25,203) 0%, rgb(59,38,219) 86%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 18px;
margin-left: 5px;
text-shadow: 0px 3px 15px rgba(59, 55, 188, 0.5);
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.video-btn:hover .icon i {
color: #ffffff;
-webkit-text-fill-color: #ffffff;
}
.video-btn .text {
text-transform: uppercase;
padding-left: 15px;
color: #08051f;
font: 600;
}
.video-btn.video-btn--info .icon {
border-color: rgba(255, 255, 255, 0.502);
}
.video-btn.video-btn--info .icon i {
background: -webkit-linear-gradient( 108deg, rgb(1, 160, 255) 0%, rgb(1, 160, 255) 86%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.round-video-btn {
position: relative;
width: 100px;
height: 100px;
display: inline-block;
background-color: var(--main-color);
color: #ffffff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
line-height: 107px;
font-size: 42px;
animation: pulse 2000ms linear infinite;
-webkit-animation: pulse 2000ms linear infinite;
-moz-animation: pulse 2000ms linear infinite;
}
.video-section-title {
color: #ffffff;
margin-bottom: 60px;
}
.round-video-btn {
position: relative;
width: 80px;
height: 80px;
display: inline-block;
background-color: var(--main-color);
color: #3d34c3;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
line-height: 85px;
font-size: 42px;
animation: pulse 2000ms linear infinite;
-webkit-animation: pulse 2000ms linear infinite;
-moz-animation: pulse 2000ms linear infinite;
}
.round-video-btn:hover {
background-color: var(--main-color);
color: #3d34c3;
}
.round-video-btn i {
margin-left: 10px;
}
.round-video-btn:after,
.round-video-btn:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 74px;
background-color: var(--main-color);
opacity: 0.15;
z-index: -10;
}
.round-video-btn:after {
z-index: -10;
-webkit-animation: outer-ripple 2000ms linear infinite;
-moz-animation: outer-ripple 2000ms linear infinite;
animation: outer-ripple 2000ms linear infinite;
}
.round-video-btn:before {
z-index: -10;
-webkit-animation: inner-ripple 2000ms linear infinite;
-moz-animation: inner-ripple 2000ms linear infinite;
animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=50);
}
80% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
100% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
}
@-webkit-keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
@-moz-keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
/* inner ripple */
@keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-webkit-keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-moz-keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
.pt-120 {
padding-top: 120px;
}
.pb-120 {
padding-bottom: 120px;
}
.pb-100 {
padding-bottom: 100px;
}
.section-header {
margin-bottom: 65px;
}
.section-subtitle {
font-weight: 600;
text-transform: uppercase;
color: var(--main-color);
font-size: 24px;
}
.section-title {
text-transform: uppercase;
}
.section-header p {
margin-top: 10px;
font-size: 18px;
}
.section-header.text-white .section-title,
.section-header.text-white p {
color: #ffffff;
}
.section-header .btn-area {
margin: 30px -10px -10px -10px;
}
.section-header .btn-area .btn {
margin: 10px 10px;
box-shadow: 0px 10px 15px 0px rgba(59, 55, 188, 0.5);
}
.bg_img {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.mt-50 {
margin-top: 50px;
}
.gradient-bg {
background-image: -moz-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
}
.mt-30 {
margin-top: 30px;
}
.mt-50 {
margin-top: 50px;
}
.mb-30 {
margin-bottom: 30px;
}
.mb-none-30 {
margin-bottom: -30px;
}
.gradient-overlay {
position: relative;
z-index: 9;
}
.gradient-overlay::before {
position: absolute;
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
background-image: -moz-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
background-image: -webkit-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
background-image: -ms-linear-gradient( 90deg, rgb(59,38,219) 1%, rgb(123,25,203) 100%);
opacity: 0.902;
}
.position-relative {
position: relative;
}
.main-area {
margin-top: -70px;
padding: 50px 30px 30px 30px;
background-color: #ffffff;
position: relative;
box-shadow: 0px 0px 0px 0px rgba(37, 11, 150, 0.28);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.main-area > .title {
font-size: 36px;
text-transform: uppercase;
margin-bottom: 30px;
}
.social-share-links li {
display: inline-block;
}
.social-share-links li a {
width: 40px;
height: 40px;
margin-left: 5px;
font-size: 18px;
text-align: center;
line-height: 40px;
display: inline-block;
color: #8991b0;
border: 1px solid #e7e8ed;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
transition: all 0.3s;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-ms-transition: all 0.3s;
-o-transition: all 0.3s;
}
.social-share-links li a:hover {
background-image: -moz-linear-gradient( -57deg, rgb(68,65,231) 1%, rgb(78,61,230) 62%, rgb(88,56,228) 99%);
background-image: -webkit-linear-gradient( -57deg, rgb(68,65,231) 1%, rgb(78,61,230) 62%, rgb(88,56,228) 99%);
background-image: -ms-linear-gradient( -57deg, rgb(68,65,231) 1%, rgb(78,61,230) 62%, rgb(88,56,228) 99%);
box-shadow: 0px 10px 15px 0px rgba(44, 41, 143, 0.4);
border-color: transparent;
color: #ffffff;
}
.box-shadow {
background-color: #ffffff;
box-shadow: 0px 5px 20px 0px rgba(55, 94, 246, 0.2);
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}
.video-thumb {
position: relative;
margin-top: 30px;
}
.round-video-btn {
position: absolute;
width: 80px;
height: 80px;
display: inline-block;
background-color: #ece8ff;
color: #4077ff;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
line-height: 80px;
font-size: 22px;
animation: pulse 2000ms linear infinite;
-webkit-animation: pulse 2000ms linear infinite;
-moz-animation: pulse 2000ms linear infinite;
transform:translate(-50%, -50%);
-webkit-transform:translate(-50%, -50%);
-moz-transform:translate(-50%, -50%);
-ms-transform:translate(-50%, -50%);
-o-transform:translate(-50%, -50%);
}
.round-video-btn:hover {
background-color: #ece8ff;
}
.round-video-btn i {
margin-left: 10px;
}
.round-video-btn:after,
.round-video-btn:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 74px;
background-color: #ece8ff;
opacity: 0.15;
z-index: -10;
}
.round-video-btn:after {
z-index: -10;
-webkit-animation: outer-ripple 2000ms linear infinite;
-moz-animation: outer-ripple 2000ms linear infinite;
animation: outer-ripple 2000ms linear infinite;
}
.round-video-btn:before {
z-index: -10;
-webkit-animation: inner-ripple 2000ms linear infinite;
-moz-animation: inner-ripple 2000ms linear infinite;
animation: inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=50);
}
80% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
100% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
}
@-webkit-keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
@-moz-keyframes outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
/* inner ripple */
@keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-webkit-keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-moz-keyframes inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
30% {
transform: scale(1);
filter: alpha(opacity=50);
opacity: 0.5;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
.animated-round {
position: absolute;
width: 590px;
height: 590px;
display: inline-block;
background-color: #6c1ccf;
opacity: 0.5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.animated-round:after,
.animated-round:before {
position: absolute;
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
border-radius: 50%;
background-color: #6c1ccf;
opacity: 0.45;
z-index: -10;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.animated-round:after {
z-index: -10;
-webkit-animation: animated-outer-ripple 2000ms linear infinite;
-moz-animation: animated-outer-ripple 2000ms linear infinite;
animation: animated-outer-ripple 2000ms linear infinite;
}
.animated-round:before {
z-index: -10;
-webkit-animation: animated-inner-ripple 2000ms linear infinite;
-moz-animation: animated-inner-ripple 2000ms linear infinite;
animation: animated-inner-ripple 2000ms linear infinite;
}
/* outer ripple */
@keyframes animated-outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
80% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
100% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
}
@-webkit-keyframes animated-outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
@-moz-keyframes animated-outer-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
80% {
transform: scale(2.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(2.5);
-moz-transform: scale(2.5);
-ms-transform: scale(2.5);
-o-transform: scale(2.5);
}
100% {
transform: scale(3.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(3.5);
-moz-transform: scale(3.5);
-ms-transform: scale(3.5);
-o-transform: scale(3.5);
}
}
/* inner ripple */
@keyframes animated-inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=70);
}
30% {
transform: scale(1);
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=70);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-webkit-keyframes animated-inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter:;
}
30% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
@-moz-keyframes animated-inner-ripple {
0% {
transform: scale(1);
filter: alpha(opacity=70);
opacity: 0.7;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=70);
}
30% {
transform: scale(1);
filter: alpha(opacity=90);
opacity: 0.9;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
-webkit-filter: alpha(opacity=90);
}
100% {
transform: scale(1.5);
filter: alpha(opacity=0);
opacity: 0;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
}
}
.custom-checkbox {
padding-left: 30px;
position: relative;
overflow: hidden;
}
.custom-checkbox input[type="checkbox"] {
position: absolute;
left: -100px;
width: auto;
}
.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox {
background-color: #3d34c3;
}
.custom-checkbox input[type="checkbox"]:checked + label ~ .checkbox::before {
opacity: 1;
-webkit-transform: translate(-50%, -50%) scale(1, 1);
transform: translate(-50%, -50%) scale(1, 1);
-webkit-transition-delay: 0.3s;
transition-delay: 0.3s;
}
.custom-checkbox label {
font-size: 14px;
color: #777777;
cursor: pointer;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.custom-checkbox .checkbox {
width: 15px;
height: 15px;
border-radius: 50%;
background-color: #dddddd;
display: inline-block;
position: absolute;
left: 0;
top: 5px;
-webkit-transition: all 0.3s;
transition: all 0.3s;
}
.custom-checkbox .checkbox::before {
position: absolute;
content: "";
font-family: "FontAwesome";
color: #ffffff;
font-size: 8px;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
transform: translate(-50%, -50%) scale(1.1, 1.1);
opacity: 0;
-webkit-transition: all 0.3s;
transition: all 0.3s;
} | 0.395368 | 0.071461 |
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Permanent+Marker&display=swap');
:root {
--bg-color-1: #f7ffb7;
--bg-color-2: #a5d145;
--bg-color-3: #af5314;
--bg-color-4: #501a68;
}
* { box-sizing: border-box; }
audio {
display: none;
}
button,
input {
font-size: 18px;
}
input {
border-radius: 50px 0;
margin-bottom: 1em;
border: solid 3px var(--bg-color-4);
background: var(--bg-color-1);
color: var(--bg-color-3);
font-weight: 700;
}
h2 {
margin-block: 0.8em;
}
header.line {
display: flex;
justify-content: space-between;
align-items: center;
}
body {
font-family: 'Permanent Marker', cursive;
font-size: 16px;
background: var(--bg-color-2);
color: var(--bg-color-4);
margin: 0;
}
ul.table {
list-style: none;
padding: 0;
border: solid 3px var(--bg-color-4);
background: var(--bg-color-2);
margin: 0;
overflow-y: auto;
height: 316px;
border-radius: 20px 0 0 20px;
}
ul.table > li,
button,
input {
padding: 8px 1em;
}
ul.table > li {
border: solid 2px var(--bg-color-3);
border-width: 2px 0;
background: var(--bg-color-1);
padding: 2px 0.7em;
}
li.under-10 {
opacity: 0.8;
}
li.medal-3::before,
li.medal-2::before,
.first-place::before {
box-sizing: border-box;
font-family: 'Bebas Neue', cursive;
font-size: 11px;
line-height: 15px;
padding-left: 4px;
display: inline-block;
width: 18px;
height: 18px;
margin: 0 4px;
text-shadow: 0 0 3px #0000006b;
border: solid 3px #f9e78d;
border-radius: 22px;
box-shadow: inset 2px 1px 6px #0003;
transform-origin: center center;
transform: scale(1.5) translate(-5px, 2px);
transition: 0.3s;
overflow: hidden;
}
li.medal-3::before {
content: '3';
color: #fbcbbd;
background: #ffc36a;
border: solid 3px #ffd89e;
}
li.medal-2::before {
content: '2';
color: #e5fffd;
background: #d1f4ff;
border: solid 3px #cef1f5;
}
li.first-place::before {
content: '1';
color: #fbebbd;
background: #ffe771;
border: solid 3px #f9e78d;
transform: scale(1.9) translate(-4px, 2px);
}
li.first-place.new::before {
transform: scale(3) translate(12px, 5px);
}
li.new::before {
transform: scale(0) translate(-5px, -2px);
}
body > header,
main {
padding: 0 4%;
}
header.navbar {
font-family: 'Bebas Neue', cursive;
letter-spacing: 6px;
font-size: 1.8rem;
background-color: var(--bg-color-4);
color: var(--bg-color-1);
display: flex;
overflow: hidden;
position: relative;
}
header.navbar::after {
content: ' ';
position: absolute;
width: 290px;
height: 290px;
right: 8vw;
/* top: 2vh; */
background-image: url(./img/trophy_01.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
transform: rotate(33deg);
}
h1 {
font-size: 2.5em;
}
form {
width: 70%;
display: flex;
flex-direction: column;
align-content: stretch;
}
button {
border: none;
background: var(--bg-color-3);
font-weight: 700;
color: var(--bg-color-1);
}
form button {
align-self: end;
}
.flex {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.flex > .col {
flex: 0 0 37%;
} | src/main.css | @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Permanent+Marker&display=swap');
:root {
--bg-color-1: #f7ffb7;
--bg-color-2: #a5d145;
--bg-color-3: #af5314;
--bg-color-4: #501a68;
}
* { box-sizing: border-box; }
audio {
display: none;
}
button,
input {
font-size: 18px;
}
input {
border-radius: 50px 0;
margin-bottom: 1em;
border: solid 3px var(--bg-color-4);
background: var(--bg-color-1);
color: var(--bg-color-3);
font-weight: 700;
}
h2 {
margin-block: 0.8em;
}
header.line {
display: flex;
justify-content: space-between;
align-items: center;
}
body {
font-family: 'Permanent Marker', cursive;
font-size: 16px;
background: var(--bg-color-2);
color: var(--bg-color-4);
margin: 0;
}
ul.table {
list-style: none;
padding: 0;
border: solid 3px var(--bg-color-4);
background: var(--bg-color-2);
margin: 0;
overflow-y: auto;
height: 316px;
border-radius: 20px 0 0 20px;
}
ul.table > li,
button,
input {
padding: 8px 1em;
}
ul.table > li {
border: solid 2px var(--bg-color-3);
border-width: 2px 0;
background: var(--bg-color-1);
padding: 2px 0.7em;
}
li.under-10 {
opacity: 0.8;
}
li.medal-3::before,
li.medal-2::before,
.first-place::before {
box-sizing: border-box;
font-family: 'Bebas Neue', cursive;
font-size: 11px;
line-height: 15px;
padding-left: 4px;
display: inline-block;
width: 18px;
height: 18px;
margin: 0 4px;
text-shadow: 0 0 3px #0000006b;
border: solid 3px #f9e78d;
border-radius: 22px;
box-shadow: inset 2px 1px 6px #0003;
transform-origin: center center;
transform: scale(1.5) translate(-5px, 2px);
transition: 0.3s;
overflow: hidden;
}
li.medal-3::before {
content: '3';
color: #fbcbbd;
background: #ffc36a;
border: solid 3px #ffd89e;
}
li.medal-2::before {
content: '2';
color: #e5fffd;
background: #d1f4ff;
border: solid 3px #cef1f5;
}
li.first-place::before {
content: '1';
color: #fbebbd;
background: #ffe771;
border: solid 3px #f9e78d;
transform: scale(1.9) translate(-4px, 2px);
}
li.first-place.new::before {
transform: scale(3) translate(12px, 5px);
}
li.new::before {
transform: scale(0) translate(-5px, -2px);
}
body > header,
main {
padding: 0 4%;
}
header.navbar {
font-family: 'Bebas Neue', cursive;
letter-spacing: 6px;
font-size: 1.8rem;
background-color: var(--bg-color-4);
color: var(--bg-color-1);
display: flex;
overflow: hidden;
position: relative;
}
header.navbar::after {
content: ' ';
position: absolute;
width: 290px;
height: 290px;
right: 8vw;
/* top: 2vh; */
background-image: url(./img/trophy_01.svg);
background-size: contain;
background-repeat: no-repeat;
background-position: center;
transform: rotate(33deg);
}
h1 {
font-size: 2.5em;
}
form {
width: 70%;
display: flex;
flex-direction: column;
align-content: stretch;
}
button {
border: none;
background: var(--bg-color-3);
font-weight: 700;
color: var(--bg-color-1);
}
form button {
align-self: end;
}
.flex {
display: flex;
flex-direction: row;
justify-content: space-around;
}
.flex > .col {
flex: 0 0 37%;
} | 0.399929 | 0.127598 |
:root {
--gray-900: #121212;
--gray-800: #181818;
--gray-700: #282828;
}
.green-li:active{
background-color: #282828;
border-radius: 5px;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
/* font-family: "Segoe UI", sans-serif; */
font-size: 62.5%;
max-width: 100%;
min-height: 100vh;
overflow-x: hidden;
}
.webplayer-container {
display: flex;
flex-direction: column;
height: 100vh;
/* font-size: 0.875rem; */
color: #cbd5e0;
}
.top {
flex: 1;
display: flex;
overflow-y: hidden;
}
.sidebar {
background-color: var(--gray-900);
width: 12rem;
flex: none;
display: flex;
flex-direction: column;
justify-content: space-between;
font-weight: 600;
font-size: 0.9rem;
}
.sidebar-scroll::-webkit-scrollbar {
width: 8px;
background-color: var(--gray-900);
}
.sidebar-scroll::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: #535353;
}
.zero {
padding: 0.75rem;
width: 135px;
height: 40px;
}
.zero svg {
color: #fff;
}
.one {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
li {
list-style: none;
}
/* .green-li {
border-left: 4px solid #38a169;
} */
/* .one > li:active{
background-color: #282828;
border-radius: 2px;
border-left : 4px solid #38a169
} */
.song_slider_container {
width: 700px;
/* max-width: 400px; */
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.volume_slider_container{
width: 150px;
display: flex;
justify-content: center;
align-items: center;
}
/* Modify the appearance of the slider */
.current-time{
margin-right: 5px;
}
.total-duration{
margin-left: 5px;
}
.seek_slider, .volume_slider {
/* -webkit-appearance: none;
-moz-appearance: none; */
appearance: none;
height: 5px;
background: black;
opacity: 0.7;
/* -webkit-transition: .2s;
transition: opacity .2s; */
}
/* .seek_slider{
width: 400px;
} */
/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb,
.volume_slider::-webkit-slider-thumb {
-webkit-appearance: none;
-moz-appearance: none;
/* appearance: none; */
width: 15px;
height: 15px;
background: white;
cursor: pointer;
border-radius: 50%;
}
/* Change the opacity when mouse is hovered */
.seek_slider:hover,
.volume_slider:hover {
opacity: 1.0;
}
.seek_slider {
width: 90%;
}
.volume_slider {
width: 100%;
}
#br-li {
margin-left: 0.2rem;
}
#home-li svg {
background-color: transparent;
color: #fff;
height: 1.5em;
}
#home-li:hover {
opacity: 0.8;
}
#br-li svg {
background-color: transparent;
color: #a0aec0;
height: 1.5em;
}
#br-li > a:hover {
opacity: 0.8;
}
#home-li span {
color: #fff;
margin-left: 0.5rem;
font-weight: bold;
}
#br-li span {
color: #a0aec0;
margin-left: 0.5rem;
}
.side-a {
display: flex;
align-items: center;
margin-right: 1rem;
margin-left: 1rem;
margin-top: 1rem;
text-decoration: none;
}
.two {
overflow-y: auto;
padding-right: 1.25rem;
padding-left: 1.25rem;
margin-top: 0.5rem;
}
.two h3 {
text-transform: uppercase;
letter-spacing: 0.1em;
color: #a0aec0;
font-size: 0.75rem;
font-weight: 400;
}
.side-list {
line-height: 2.5;
}
.side-li2 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.side-li2 a {
text-decoration: none;
color: #a0aec0;
font-weight: 600;
}
.side-li2 a:hover {
color: #fff;
}
.three {
border-top-width: 1px;
border-color: #2d3748;
height: 4rem;
padding-right: 1rem;
padding-left: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
display: flex;
align-items: center;
}
.three svg {
background-color: transparent;
color: #a0aec0;
height: 2rem;
}
.three a {
text-decoration: none;
color: #a0aec0;
font-weight: 400;
margin-left: 0.5rem;
}
.three a:hover {
color: #fff;
}
.content {
background-color: var(--gray-800);
flex: 1;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.top-bar {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.top-bar-l {
display: flex;
align-items: center;
justify-content: center;
}
.top-bar-l svg {
background-color: transparent;
color: #a0aec0;
height: 1.5rem;
margin-left: 0.75rem;
cursor: pointer;
}
.top-bar-l svg:hover {
color: #fff;
}
.search {
margin-left: 1rem;
position: relative;
}
.search-input {
/* background-color: #fff; */
color: var(--gray-800);
border-radius: 2rem;
border-top: 0;
border-left: 0;
padding-right: 0.75rem;
padding-left: 0.75rem;
padding-left: 2rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
outline: none;
}
.search-input::placeholder {
color: var(--gray-800);
padding-left: 0.2rem;
margin-top: 6rem;
font-weight: 600;
}
.search > .ser-icon {
position: absolute;
top: 0;
}
.search > .ser-icon svg {
background-color: transparent;
color: var(--gray-800);
height: 1.3rem;
margin-top: 0.1rem;
}
.top-bar-r {
display: flex;
align-items: center;
margin-right: 3rem;
}
.top-bar-r img {
width: 2rem;
height: 2rem;
border-radius: 50%;
cursor: pointer;
}
.top-bar-r h3 {
color: #fff;
margin-top: -0.3rem;
padding-left: 0.7rem;
padding-right: 1rem;
cursor: pointer;
}
.top-bar-r h3:hover {
color: #a0aec0;
}
.top-bar-r svg {
height: 1.4rem;
background-color: transparent;
color: #fff;
cursor: pointer;
}
.top-bar-r svg:hover {
color: #a0aec0;
}
.content-area {
overflow-y: auto;
}
.main-container {
width: 90%;
margin-right: auto;
margin-left: auto;
}
.main-container h2 {
margin-top: 6rem;
font-size: 2.5rem;
font-weight: 600;
color: #fff;
}
.albums {
margin-top: 3rem;
margin-bottom: 2rem;
}
.albums h3 {
color: #fff;
font-size: 1.25rem;
font-weight: 600;
padding-bottom: 0.5rem;
border-bottom: 1px solid #1a202c;
}
.playlists {
display: flex;
justify-content: center;
margin-top: 1rem;
margin-right: -1rem;
margin-left: -1rem;
}
.playlist-cover {
width: 30%;
height: auto;
padding-right: 0.5rem;
padding-left: 0.5rem;
margin-left: 1rem;
}
.cover-img img {
width: 100%;
height: auto;
}
.play-name {
color: #fff;
font-size: 1rem;
font-weight: 700;
display: block;
margin-top: 0.5rem;
text-decoration: none;
}
.play-name:hover {
color: #fff;
text-decoration: underline;
}
.play-description {
color: #a0aec0;
margin-top: 0.5rem;
}
.play-follower {
letter-spacing: 0.1em;
text-transform: uppercase;
color: #a0aec0;
margin-top: 0.5rem;
font-size: 0.75rem;
}
.content-scrollbar::-webkit-scrollbar {
width: 8px;
background-color: var(--gray-800);
}
.content-scrollbar::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: #535353;
}
.bottom {
background-color: var(--gray-700);
height: 5rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.bottom-left {
display: flex;
align-items: center;
}
.bottom-left a > img {
height: 3rem;
width: 3rem;
}
.song-name {
margin-left: 0.75rem;
width: 130px;
}
.sng-name {
display: flex;
}
.sng-name a {
text-decoration: none;
color: #a0aec0;
font-weight: 500;
}
.sng-name a:hover {
text-decoration: underline;
color: #fff;
}
.artist-name a {
font-size: 0.75rem;
color: #a0aec0;
text-decoration: none;
}
.artist-name a:hover {
text-decoration: underline;
color: #ffffff;
}
.bottom-left svg {
background-color: transparent;
color: #a0aec0;
height: 1.2rem;
margin-left: 0.5rem;
cursor: pointer;
}
.bottom-left svg:hover {
color: #fff;
}
.bottom-center {
display: flex;
flex-direction: column;
justify-content: center;
}
.buttons {
display: flex;
justify-content: center;
align-items: center;
}
.player-icon {
font-size: 1rem;
color: #a0aec0;
margin-left: 2rem;
cursor: pointer;
}
.player-icon:hover {
color: #fff;
}
.player-icon-m:hover {
color: #fff;
}
.player-icon-m {
font-size: 2.5rem;
color: #a0aec0;
margin-left: 2rem;
cursor: pointer;
}
.player {
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
}
.progress-bar {
background-color: #a0aec0;
border-radius: 0.5rem;
width: 40rem;
height: 0.25rem;
margin-left: 0.75rem;
cursor: pointer;
}
.timer-l {
margin-left: 0.75rem;
font-size: 0.75rem;
}
.bottom-right {
display: flex;
align-items: center;
justify-content: start;
}
.vol-icon {
font-size: 1.2rem;
margin-left: 0.75rem;
color: #a0aec0;
}
.vol-icon:hover {
color: #fff;
}
.volume-bar {
background-color: #a0a0a0;
border-radius: 0.5rem;
width: 4rem;
height: 0.25rem;
margin-left: 0.75rem;
cursor: pointer;
}
/* me */
.src-home-logo {
width: 27px;
filter: invert(100%);
}
/* webplayer me */
.webplayer-main-container:hover {
color: rgb(70, 46, 16);
} | src/styles/veekshithCSS/webplayer.css | :root {
--gray-900: #121212;
--gray-800: #181818;
--gray-700: #282828;
}
.green-li:active{
background-color: #282828;
border-radius: 5px;
}
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
body {
/* font-family: "Segoe UI", sans-serif; */
font-size: 62.5%;
max-width: 100%;
min-height: 100vh;
overflow-x: hidden;
}
.webplayer-container {
display: flex;
flex-direction: column;
height: 100vh;
/* font-size: 0.875rem; */
color: #cbd5e0;
}
.top {
flex: 1;
display: flex;
overflow-y: hidden;
}
.sidebar {
background-color: var(--gray-900);
width: 12rem;
flex: none;
display: flex;
flex-direction: column;
justify-content: space-between;
font-weight: 600;
font-size: 0.9rem;
}
.sidebar-scroll::-webkit-scrollbar {
width: 8px;
background-color: var(--gray-900);
}
.sidebar-scroll::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: #535353;
}
.zero {
padding: 0.75rem;
width: 135px;
height: 40px;
}
.zero svg {
color: #fff;
}
.one {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
li {
list-style: none;
}
/* .green-li {
border-left: 4px solid #38a169;
} */
/* .one > li:active{
background-color: #282828;
border-radius: 2px;
border-left : 4px solid #38a169
} */
.song_slider_container {
width: 700px;
/* max-width: 400px; */
margin: 0;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
}
.volume_slider_container{
width: 150px;
display: flex;
justify-content: center;
align-items: center;
}
/* Modify the appearance of the slider */
.current-time{
margin-right: 5px;
}
.total-duration{
margin-left: 5px;
}
.seek_slider, .volume_slider {
/* -webkit-appearance: none;
-moz-appearance: none; */
appearance: none;
height: 5px;
background: black;
opacity: 0.7;
/* -webkit-transition: .2s;
transition: opacity .2s; */
}
/* .seek_slider{
width: 400px;
} */
/* Modify the appearance of the slider thumb */
.seek_slider::-webkit-slider-thumb,
.volume_slider::-webkit-slider-thumb {
-webkit-appearance: none;
-moz-appearance: none;
/* appearance: none; */
width: 15px;
height: 15px;
background: white;
cursor: pointer;
border-radius: 50%;
}
/* Change the opacity when mouse is hovered */
.seek_slider:hover,
.volume_slider:hover {
opacity: 1.0;
}
.seek_slider {
width: 90%;
}
.volume_slider {
width: 100%;
}
#br-li {
margin-left: 0.2rem;
}
#home-li svg {
background-color: transparent;
color: #fff;
height: 1.5em;
}
#home-li:hover {
opacity: 0.8;
}
#br-li svg {
background-color: transparent;
color: #a0aec0;
height: 1.5em;
}
#br-li > a:hover {
opacity: 0.8;
}
#home-li span {
color: #fff;
margin-left: 0.5rem;
font-weight: bold;
}
#br-li span {
color: #a0aec0;
margin-left: 0.5rem;
}
.side-a {
display: flex;
align-items: center;
margin-right: 1rem;
margin-left: 1rem;
margin-top: 1rem;
text-decoration: none;
}
.two {
overflow-y: auto;
padding-right: 1.25rem;
padding-left: 1.25rem;
margin-top: 0.5rem;
}
.two h3 {
text-transform: uppercase;
letter-spacing: 0.1em;
color: #a0aec0;
font-size: 0.75rem;
font-weight: 400;
}
.side-list {
line-height: 2.5;
}
.side-li2 {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.side-li2 a {
text-decoration: none;
color: #a0aec0;
font-weight: 600;
}
.side-li2 a:hover {
color: #fff;
}
.three {
border-top-width: 1px;
border-color: #2d3748;
height: 4rem;
padding-right: 1rem;
padding-left: 1rem;
padding-top: 0.5rem;
padding-bottom: 0.5rem;
display: flex;
align-items: center;
}
.three svg {
background-color: transparent;
color: #a0aec0;
height: 2rem;
}
.three a {
text-decoration: none;
color: #a0aec0;
font-weight: 400;
margin-left: 0.5rem;
}
.three a:hover {
color: #fff;
}
.content {
background-color: var(--gray-800);
flex: 1;
overflow-y: auto;
display: flex;
flex-direction: column;
}
.top-bar {
display: flex;
align-items: center;
justify-content: space-between;
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.top-bar-l {
display: flex;
align-items: center;
justify-content: center;
}
.top-bar-l svg {
background-color: transparent;
color: #a0aec0;
height: 1.5rem;
margin-left: 0.75rem;
cursor: pointer;
}
.top-bar-l svg:hover {
color: #fff;
}
.search {
margin-left: 1rem;
position: relative;
}
.search-input {
/* background-color: #fff; */
color: var(--gray-800);
border-radius: 2rem;
border-top: 0;
border-left: 0;
padding-right: 0.75rem;
padding-left: 0.75rem;
padding-left: 2rem;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
outline: none;
}
.search-input::placeholder {
color: var(--gray-800);
padding-left: 0.2rem;
margin-top: 6rem;
font-weight: 600;
}
.search > .ser-icon {
position: absolute;
top: 0;
}
.search > .ser-icon svg {
background-color: transparent;
color: var(--gray-800);
height: 1.3rem;
margin-top: 0.1rem;
}
.top-bar-r {
display: flex;
align-items: center;
margin-right: 3rem;
}
.top-bar-r img {
width: 2rem;
height: 2rem;
border-radius: 50%;
cursor: pointer;
}
.top-bar-r h3 {
color: #fff;
margin-top: -0.3rem;
padding-left: 0.7rem;
padding-right: 1rem;
cursor: pointer;
}
.top-bar-r h3:hover {
color: #a0aec0;
}
.top-bar-r svg {
height: 1.4rem;
background-color: transparent;
color: #fff;
cursor: pointer;
}
.top-bar-r svg:hover {
color: #a0aec0;
}
.content-area {
overflow-y: auto;
}
.main-container {
width: 90%;
margin-right: auto;
margin-left: auto;
}
.main-container h2 {
margin-top: 6rem;
font-size: 2.5rem;
font-weight: 600;
color: #fff;
}
.albums {
margin-top: 3rem;
margin-bottom: 2rem;
}
.albums h3 {
color: #fff;
font-size: 1.25rem;
font-weight: 600;
padding-bottom: 0.5rem;
border-bottom: 1px solid #1a202c;
}
.playlists {
display: flex;
justify-content: center;
margin-top: 1rem;
margin-right: -1rem;
margin-left: -1rem;
}
.playlist-cover {
width: 30%;
height: auto;
padding-right: 0.5rem;
padding-left: 0.5rem;
margin-left: 1rem;
}
.cover-img img {
width: 100%;
height: auto;
}
.play-name {
color: #fff;
font-size: 1rem;
font-weight: 700;
display: block;
margin-top: 0.5rem;
text-decoration: none;
}
.play-name:hover {
color: #fff;
text-decoration: underline;
}
.play-description {
color: #a0aec0;
margin-top: 0.5rem;
}
.play-follower {
letter-spacing: 0.1em;
text-transform: uppercase;
color: #a0aec0;
margin-top: 0.5rem;
font-size: 0.75rem;
}
.content-scrollbar::-webkit-scrollbar {
width: 8px;
background-color: var(--gray-800);
}
.content-scrollbar::-webkit-scrollbar-thumb {
border-radius: 8px;
background-color: #535353;
}
.bottom {
background-color: var(--gray-700);
height: 5rem;
padding-right: 1.25rem;
padding-left: 1.25rem;
display: flex;
align-items: center;
justify-content: space-between;
}
.bottom-left {
display: flex;
align-items: center;
}
.bottom-left a > img {
height: 3rem;
width: 3rem;
}
.song-name {
margin-left: 0.75rem;
width: 130px;
}
.sng-name {
display: flex;
}
.sng-name a {
text-decoration: none;
color: #a0aec0;
font-weight: 500;
}
.sng-name a:hover {
text-decoration: underline;
color: #fff;
}
.artist-name a {
font-size: 0.75rem;
color: #a0aec0;
text-decoration: none;
}
.artist-name a:hover {
text-decoration: underline;
color: #ffffff;
}
.bottom-left svg {
background-color: transparent;
color: #a0aec0;
height: 1.2rem;
margin-left: 0.5rem;
cursor: pointer;
}
.bottom-left svg:hover {
color: #fff;
}
.bottom-center {
display: flex;
flex-direction: column;
justify-content: center;
}
.buttons {
display: flex;
justify-content: center;
align-items: center;
}
.player-icon {
font-size: 1rem;
color: #a0aec0;
margin-left: 2rem;
cursor: pointer;
}
.player-icon:hover {
color: #fff;
}
.player-icon-m:hover {
color: #fff;
}
.player-icon-m {
font-size: 2.5rem;
color: #a0aec0;
margin-left: 2rem;
cursor: pointer;
}
.player {
display: flex;
align-items: center;
justify-content: center;
max-width: 100%;
}
.progress-bar {
background-color: #a0aec0;
border-radius: 0.5rem;
width: 40rem;
height: 0.25rem;
margin-left: 0.75rem;
cursor: pointer;
}
.timer-l {
margin-left: 0.75rem;
font-size: 0.75rem;
}
.bottom-right {
display: flex;
align-items: center;
justify-content: start;
}
.vol-icon {
font-size: 1.2rem;
margin-left: 0.75rem;
color: #a0aec0;
}
.vol-icon:hover {
color: #fff;
}
.volume-bar {
background-color: #a0a0a0;
border-radius: 0.5rem;
width: 4rem;
height: 0.25rem;
margin-left: 0.75rem;
cursor: pointer;
}
/* me */
.src-home-logo {
width: 27px;
filter: invert(100%);
}
/* webplayer me */
.webplayer-main-container:hover {
color: rgb(70, 46, 16);
} | 0.369201 | 0.090293 |
@charset "utf-8";
body, div, p, ul, li, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, input, fieldset, legend, optgroup, select, table, textarea {
margin: 0;
padding: 0;
font-family: "微软雅黑";
font-size: 12px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
text-indent: 0px;
}
img,a{
border:none;
}
a{
text-decoration: none;
}
.left,.lef,.le,.l,.center,.cen,.ce,.c{
float:left;
}
.right,.righ,.rig,.ri,.r{
float:right;
}
.clear{
float:none;
clear:both;
}
.top {
background-color: #ff5a00;
height: auto;
margin-right: auto;
margin-left: auto;
position: relative;
overflow: hidden;
}
.top .left {
width: 220px;
height: 100px;
background-image: url(../images/fgx_02.png);
background-repeat: no-repeat;
background-position: right center;
position: absolute;
left: 0px;
top: 0px;
}
.top .left .bgx {
background-image: url(../images/logo_03.png);
background-repeat: no-repeat;
background-position: center 18px;
height: 42px;
overflow: hidden;
color: #FFF;
text-align: center;
padding-top: 58px;
font-size: 31px;
color: #FFF;
text-align: center;
}
.top .center {
height: auto;
margin-left: 220px;
float: none;
}
.top .center .t1 {
height: auto;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffaa7b;
}
.top .center .t1 .lef {
font-family: "宋体";
font-size: 12px;
line-height: 32px;
color: #FFF;
padding-left: 20px;
padding-right: 20px;
}
.top .center .t1 .lef a {
color: #FFF;
}
.top .center .t1 .lef span {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.top .center .t1 .rig {
text-align: right;
}
.top .center .t1 .rig a {
font-family: "宋体";
font-size: 12px;
line-height: 32px;
color: #FFF;
padding-right: 3px;
padding-left: 3px;
display: inline-block;
}
.top .center .t2 ul li {
font-family: "宋体";
font-size: 16px;
line-height: 67px;
color: #FFF;
background-image: url(../images/nav_x_08.png);
background-repeat: no-repeat;
background-position: right center;
text-align: center;
float: left;
height: 67px;
width: 101px;
}
.top .center .t2 {
height: auto;
}
.top .center .t2 ul li a {
color: #FFF;
display: block;
width: 101px;
height: 67px;
}
.top .center .t2 ul li:hover {
background-color: #c14400;
background-image: none;
}
.top .center .t2 ul li a.cur{
background-color: #c14400;
}
/****************后台登陆样式修改开始***************************/
.main_logon{
background-image: url(../images/htbg.jpg);
background-repeat: repeat;
background-position: center center;
height: 100%;
width: 100%;
overflow:hidden;
}
.login{
width:660px;
margin:220px auto;
}
.login .title{
font-family: "微软雅黑";
font-size: 45px;
line-height: 114px;
font-weight: bold;
color: #FFF;
background-image: url(../images/light.png);
background-repeat: no-repeat;
background-position: center bottom;
text-align: center;
width: 660px;
height: 114px;
}
.login table {
margin-top: 54px;
text-align:left;
}
.login table td {
padding-left:136px;
}
.main_logon .login table td input {
width: 366px;
height: 48px;
line-height: 48px;
border: #fff;
border-radius: 5px;
text-indent: 5px;
color: #525252;
font-size: 16px;
font-family: "宋体";
background-color: #FFF;
margin-bottom: 20px;
padding-left:20px;
}
.main_logon .login table td .yzm {
width: 225px;
float: left;
margin-right: 15px;
}
.main_logon .login table td .yzm_code {
float: left;
}
.main_logon .login table td .loginBtn {
margin-top:30px;
height: 52px;
line-height: 52px;
width: 386px;
text-align: center;
color: #812d17;
font-family: "微软雅黑";
font-size: 30px;
border: 1px solid #b43000 !important;
border-radius: 5px;
/*background: -moz-linear-gradient(90deg, #1da4fd, #31aff7);
background: -webkit-gradient(linear,100% 100%,0 0,from(#1da4fd),to(#31aff7));
background: -webkit-linear-gradient(90deg, #1da4fd, #31aff7);
background: -o-linear-gradient(90deg, #1da4fd, #31aff7);*/
cursor: pointer;
background-color: #d14c29;
box-shadow:0px 3px #c94e20;
}
.main_logon .copy{
font-family: "宋体";
font-size: 14px;
line-height: 44px;
color: #fec0b3;
height: 44px;
width: 100%;
background-color: #bf3601;
text-align: center;
}
.baomsgbox{
min-width: 100px;
max-width: 200px;
background: #fff;
height: 30px;
line-height: 30px;
border: 1px #f58505 double;
position: fixed; padding: 0 10px;
z-index: 100000;
top: 20%;
left: 45%;
-webkit-box-shadow: 3px 3px #a9a9a9 ;
-moz-box-shadow: 3px 3px #a9a9a9;
box-shadow: 3px 3px #a9a9a9 ;
-moz-border-radius: 5px; /* Gecko browsers */
-webkit-border-radius: 5px; /* Webkit browsers */
border-radius:5px; /* W3C syntax */
display: none;
}
.baomsgbox img{
float: left;
margin-top: 7px;
width: 16px; height: 16px;
display: block;
}
.baomsgbox span{
float: left;
display: block;
margin-left: 5px;
font-size: 13px;
} | Baocms/Fenzhan/statics/css/pub.css | @charset "utf-8";
body, div, p, ul, li, ol, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, input, fieldset, legend, optgroup, select, table, textarea {
margin: 0;
padding: 0;
font-family: "微软雅黑";
font-size: 12px;
}
ul,li{
list-style:none;
padding:0px;
margin:0px;
text-indent: 0px;
}
img,a{
border:none;
}
a{
text-decoration: none;
}
.left,.lef,.le,.l,.center,.cen,.ce,.c{
float:left;
}
.right,.righ,.rig,.ri,.r{
float:right;
}
.clear{
float:none;
clear:both;
}
.top {
background-color: #ff5a00;
height: auto;
margin-right: auto;
margin-left: auto;
position: relative;
overflow: hidden;
}
.top .left {
width: 220px;
height: 100px;
background-image: url(../images/fgx_02.png);
background-repeat: no-repeat;
background-position: right center;
position: absolute;
left: 0px;
top: 0px;
}
.top .left .bgx {
background-image: url(../images/logo_03.png);
background-repeat: no-repeat;
background-position: center 18px;
height: 42px;
overflow: hidden;
color: #FFF;
text-align: center;
padding-top: 58px;
font-size: 31px;
color: #FFF;
text-align: center;
}
.top .center {
height: auto;
margin-left: 220px;
float: none;
}
.top .center .t1 {
height: auto;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #ffaa7b;
}
.top .center .t1 .lef {
font-family: "宋体";
font-size: 12px;
line-height: 32px;
color: #FFF;
padding-left: 20px;
padding-right: 20px;
}
.top .center .t1 .lef a {
color: #FFF;
}
.top .center .t1 .lef span {
display: inline-block;
padding-right: 10px;
padding-left: 10px;
}
.top .center .t1 .rig {
text-align: right;
}
.top .center .t1 .rig a {
font-family: "宋体";
font-size: 12px;
line-height: 32px;
color: #FFF;
padding-right: 3px;
padding-left: 3px;
display: inline-block;
}
.top .center .t2 ul li {
font-family: "宋体";
font-size: 16px;
line-height: 67px;
color: #FFF;
background-image: url(../images/nav_x_08.png);
background-repeat: no-repeat;
background-position: right center;
text-align: center;
float: left;
height: 67px;
width: 101px;
}
.top .center .t2 {
height: auto;
}
.top .center .t2 ul li a {
color: #FFF;
display: block;
width: 101px;
height: 67px;
}
.top .center .t2 ul li:hover {
background-color: #c14400;
background-image: none;
}
.top .center .t2 ul li a.cur{
background-color: #c14400;
}
/****************后台登陆样式修改开始***************************/
.main_logon{
background-image: url(../images/htbg.jpg);
background-repeat: repeat;
background-position: center center;
height: 100%;
width: 100%;
overflow:hidden;
}
.login{
width:660px;
margin:220px auto;
}
.login .title{
font-family: "微软雅黑";
font-size: 45px;
line-height: 114px;
font-weight: bold;
color: #FFF;
background-image: url(../images/light.png);
background-repeat: no-repeat;
background-position: center bottom;
text-align: center;
width: 660px;
height: 114px;
}
.login table {
margin-top: 54px;
text-align:left;
}
.login table td {
padding-left:136px;
}
.main_logon .login table td input {
width: 366px;
height: 48px;
line-height: 48px;
border: #fff;
border-radius: 5px;
text-indent: 5px;
color: #525252;
font-size: 16px;
font-family: "宋体";
background-color: #FFF;
margin-bottom: 20px;
padding-left:20px;
}
.main_logon .login table td .yzm {
width: 225px;
float: left;
margin-right: 15px;
}
.main_logon .login table td .yzm_code {
float: left;
}
.main_logon .login table td .loginBtn {
margin-top:30px;
height: 52px;
line-height: 52px;
width: 386px;
text-align: center;
color: #812d17;
font-family: "微软雅黑";
font-size: 30px;
border: 1px solid #b43000 !important;
border-radius: 5px;
/*background: -moz-linear-gradient(90deg, #1da4fd, #31aff7);
background: -webkit-gradient(linear,100% 100%,0 0,from(#1da4fd),to(#31aff7));
background: -webkit-linear-gradient(90deg, #1da4fd, #31aff7);
background: -o-linear-gradient(90deg, #1da4fd, #31aff7);*/
cursor: pointer;
background-color: #d14c29;
box-shadow:0px 3px #c94e20;
}
.main_logon .copy{
font-family: "宋体";
font-size: 14px;
line-height: 44px;
color: #fec0b3;
height: 44px;
width: 100%;
background-color: #bf3601;
text-align: center;
}
.baomsgbox{
min-width: 100px;
max-width: 200px;
background: #fff;
height: 30px;
line-height: 30px;
border: 1px #f58505 double;
position: fixed; padding: 0 10px;
z-index: 100000;
top: 20%;
left: 45%;
-webkit-box-shadow: 3px 3px #a9a9a9 ;
-moz-box-shadow: 3px 3px #a9a9a9;
box-shadow: 3px 3px #a9a9a9 ;
-moz-border-radius: 5px; /* Gecko browsers */
-webkit-border-radius: 5px; /* Webkit browsers */
border-radius:5px; /* W3C syntax */
display: none;
}
.baomsgbox img{
float: left;
margin-top: 7px;
width: 16px; height: 16px;
display: block;
}
.baomsgbox span{
float: left;
display: block;
margin-left: 5px;
font-size: 13px;
} | 0.207375 | 0.08374 |
margin-top: 10px;
}
#signup-concierge{
display: inline-block;
width: 264px;
height: 450px;
background:#fff;
background-repeat: no-repeat;
}
#signup-concierge div#dating-text{
display: inline-block;
width: 244px;
height: 48px;
margin: 5px 15px;
}
#signup-concierge div#dating-text p{
font-family: 'PT Sans';
color: #000000;
font-size: 20px;
text-align: center;
}
#signup-concierge div#my-concierge {
background: none repeat scroll 0 0 #EBEBEB;
border: medium none;
border-radius: 6px 6px 6px 6px;
margin: 10px 18px 10px 15px;
}
#signup-concierge div#my-concierge p {
color: #000000;
font-family: 'PT Sans Caption';
font-size: 20px;
margin-left: 7px;
margin-top: -28px;
padding-bottom: 7px;
padding-top: 7px;
text-align: center;
}
#signup-concierge div#my-concierge img {
margin-left: 7px;
margin-top: 10px;
}
#signup-concierge img{
padding: 0 15px;
border: 0;
}
#signup-concierge div#signup-text{
display: inline;
float: left;
width: 210px;
margin: 0px 15px;
/*height:34px;*/
}
#signup-concierge div#signup-text p{
margin-top: 10px;
font-family: arial;
font-size: 12px;
font-style: italic;
}
#event{
display: inline-block;
width: 100%;
height: 105px;
background: #fff;
}
#event-text{
display: inline;
float: left;
width: 210px;
margin: 0px 15px;
}
#event-text span a{
display: inline;
color: #1063b3;
font-family: arial;
font-size: 13px;
font-style: italic;
}
#event-text p{
margin: 10px;
font-family: arial;
font-size: 13px;
font-style: italic;
}
#event-header{
padding-left: 3%;
background: #f5f5f5;
height: 35px;
}
#event-header img{
margin-left: 50px;
margin-top: 10px;
display: inline;
}
#event-header p{
padding-left: 10px;
display: inline;
font-family: 'PT Sans';
font-weight: bold;
font-size: 22px;
color: #000;
}
#upgrade-package-container{
display: inline-block;
padding-top: 20px;
padding-bottom: 30px;
padding-left: 7px;
width: 785px;
height: 380px;
margin-bottom: 10px;
background-color: #fff;
}
#upgrade-package{
display: inline;
float: left;
margin-left: 30px;
/*padding-top: 10px;*/
/*padding-left: 11px;*/
width: 218px;
height: 301px;
background-color: #f5f5f5;
}
#upgrade-package p{
float: left;
padding-left: 5px;
padding-top: 5px;
color: #fff;
}
#upgrade-package
#duration{
margin-top: 10px;
display: inline-block;
width: 200px;
}
#duration h1{
text-align: center;
font-size: 21.45px;
color: #005cb1;
}
#credits{
margin-top: 20px;
display: inline-block;
width: 190px;
}
#credits h2{
text-transform: none;
text-align: center;
font-size: 11.94px;
color: #1b1b1b;
}
#payment{
/*margin-left: 20px;*/
margin-top: 20px;
display: inline-block;
width: 218px;
background-color: #e6e6e6;
}
#payment h1{
display: inline;
float: right;
text-transform: none;
text-align: center;
font-size: 41.8px;
color: #1b1b1b;
}
#payment h2{
display: inline;
float: right;
margin-top: 15px;
padding-right: 10px;
text-transform: none;
text-align: center;
font-size: 14.93px;
color: #1b1b1b;
}
#guarantee{
display: inline-block;
width: 100%;
height: 31px;
background: #000000;
}
#guarantee p{
padding-top: 10px;
font-family: Helvetica;
font-size: 12.32px;
}
#guarantee-separator {
border-bottom: 1px solid #D1D1D1;
display: inline-block;
height: 10px;
margin-left: 15px;
width: 87%;
}
#package-button-container {
display: inline-block;
padding-top: 20px;
/*padding-left: -10px;*/
width: 95%;
}
.upgrade-account-button a{
background: -moz-linear-gradient(top, #0084ff 0%, #002e59 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0084ff), color-stop(100%, #002e59));
background: -webkit-linear-gradient(top, #0084ff 0%, #002e59 100%);
background: -o-linear-gradient(top, #0084ff 0%, #002e59 100%);
background: -ms-linear-gradient(top, #0084ff 0%, #002e59 100%);
background: linear-gradient(to bottom, #0084ff 0%, #002e59 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end,GradientType=0 );
width: 180px;
margin-left: 0px;
}
.upgrade-full-form-title {
width: 92%;
margin-left: 30px;
margin-top: 10px;
}
.upgrade-full-separator-line {
width: 91%;
margin-left: 30px;
margin-top: 10px;
margin-bottom: 10px;
}
#credit-card-info-left{
display: inline;
width: 540px;
float: left;
background-color: #fff;
}
#enter-name{
margin:10px;
display: inline-block;
height: 257px;
font-family: 'PT Sans Caption';
font-size: 10.5px;
}
#credit-card-info-right{
margin-right: 20px;
margin-bottom: 20px;
width: 190px;
height: 483px;
display: inline;
float: right;
background-color: #f5f5f5;
border: solid 1px #dfdfdf;
}
#purchase{
margin-top: 30px;
color: #000;
width: 85%;
display: inline-block;
margin: 20px;
font-family: 'PT Sans Caption';
font-size: 10.5px;
}
#purchase #total{
margin-top: 5px;
display: inline;
float: left;
width: 70px;
}
#purchase p{
margin-right: 20px;
display: inline;
float: right;
}
#purchase-button{
margin-left: 20px;
color: #000;
width: 100%;
display: inline-block;
}
#complete-profile-form {
background-color: #fff;
}
#profile-form-container.upgrade-form-container div {
padding-top: 0px;
padding-left: 0px;
}
.black-button {
display: inline-block;
}
.black-button a {
background: linear-gradient(to bottom, #0b0b0b 0%, #0b0b0b 100%) repeat scroll 0 0 transparent;
border-radius: 3px 3px 3px 3px;
color: white;
display: inline-block;
font-family: Arial;
font-size: 16px;
font-style: normal;
font-weight: bolder;
padding: 5px;
text-align: center;
text-decoration: none;
height: 20px;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
#profile-form-container form#upgrade-membership-form {
padding-bottom: 0px;
} | public/assets/css/upgrade.css | margin-top: 10px;
}
#signup-concierge{
display: inline-block;
width: 264px;
height: 450px;
background:#fff;
background-repeat: no-repeat;
}
#signup-concierge div#dating-text{
display: inline-block;
width: 244px;
height: 48px;
margin: 5px 15px;
}
#signup-concierge div#dating-text p{
font-family: 'PT Sans';
color: #000000;
font-size: 20px;
text-align: center;
}
#signup-concierge div#my-concierge {
background: none repeat scroll 0 0 #EBEBEB;
border: medium none;
border-radius: 6px 6px 6px 6px;
margin: 10px 18px 10px 15px;
}
#signup-concierge div#my-concierge p {
color: #000000;
font-family: 'PT Sans Caption';
font-size: 20px;
margin-left: 7px;
margin-top: -28px;
padding-bottom: 7px;
padding-top: 7px;
text-align: center;
}
#signup-concierge div#my-concierge img {
margin-left: 7px;
margin-top: 10px;
}
#signup-concierge img{
padding: 0 15px;
border: 0;
}
#signup-concierge div#signup-text{
display: inline;
float: left;
width: 210px;
margin: 0px 15px;
/*height:34px;*/
}
#signup-concierge div#signup-text p{
margin-top: 10px;
font-family: arial;
font-size: 12px;
font-style: italic;
}
#event{
display: inline-block;
width: 100%;
height: 105px;
background: #fff;
}
#event-text{
display: inline;
float: left;
width: 210px;
margin: 0px 15px;
}
#event-text span a{
display: inline;
color: #1063b3;
font-family: arial;
font-size: 13px;
font-style: italic;
}
#event-text p{
margin: 10px;
font-family: arial;
font-size: 13px;
font-style: italic;
}
#event-header{
padding-left: 3%;
background: #f5f5f5;
height: 35px;
}
#event-header img{
margin-left: 50px;
margin-top: 10px;
display: inline;
}
#event-header p{
padding-left: 10px;
display: inline;
font-family: 'PT Sans';
font-weight: bold;
font-size: 22px;
color: #000;
}
#upgrade-package-container{
display: inline-block;
padding-top: 20px;
padding-bottom: 30px;
padding-left: 7px;
width: 785px;
height: 380px;
margin-bottom: 10px;
background-color: #fff;
}
#upgrade-package{
display: inline;
float: left;
margin-left: 30px;
/*padding-top: 10px;*/
/*padding-left: 11px;*/
width: 218px;
height: 301px;
background-color: #f5f5f5;
}
#upgrade-package p{
float: left;
padding-left: 5px;
padding-top: 5px;
color: #fff;
}
#upgrade-package
#duration{
margin-top: 10px;
display: inline-block;
width: 200px;
}
#duration h1{
text-align: center;
font-size: 21.45px;
color: #005cb1;
}
#credits{
margin-top: 20px;
display: inline-block;
width: 190px;
}
#credits h2{
text-transform: none;
text-align: center;
font-size: 11.94px;
color: #1b1b1b;
}
#payment{
/*margin-left: 20px;*/
margin-top: 20px;
display: inline-block;
width: 218px;
background-color: #e6e6e6;
}
#payment h1{
display: inline;
float: right;
text-transform: none;
text-align: center;
font-size: 41.8px;
color: #1b1b1b;
}
#payment h2{
display: inline;
float: right;
margin-top: 15px;
padding-right: 10px;
text-transform: none;
text-align: center;
font-size: 14.93px;
color: #1b1b1b;
}
#guarantee{
display: inline-block;
width: 100%;
height: 31px;
background: #000000;
}
#guarantee p{
padding-top: 10px;
font-family: Helvetica;
font-size: 12.32px;
}
#guarantee-separator {
border-bottom: 1px solid #D1D1D1;
display: inline-block;
height: 10px;
margin-left: 15px;
width: 87%;
}
#package-button-container {
display: inline-block;
padding-top: 20px;
/*padding-left: -10px;*/
width: 95%;
}
.upgrade-account-button a{
background: -moz-linear-gradient(top, #0084ff 0%, #002e59 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0084ff), color-stop(100%, #002e59));
background: -webkit-linear-gradient(top, #0084ff 0%, #002e59 100%);
background: -o-linear-gradient(top, #0084ff 0%, #002e59 100%);
background: -ms-linear-gradient(top, #0084ff 0%, #002e59 100%);
background: linear-gradient(to bottom, #0084ff 0%, #002e59 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$start, endColorstr=$end,GradientType=0 );
width: 180px;
margin-left: 0px;
}
.upgrade-full-form-title {
width: 92%;
margin-left: 30px;
margin-top: 10px;
}
.upgrade-full-separator-line {
width: 91%;
margin-left: 30px;
margin-top: 10px;
margin-bottom: 10px;
}
#credit-card-info-left{
display: inline;
width: 540px;
float: left;
background-color: #fff;
}
#enter-name{
margin:10px;
display: inline-block;
height: 257px;
font-family: 'PT Sans Caption';
font-size: 10.5px;
}
#credit-card-info-right{
margin-right: 20px;
margin-bottom: 20px;
width: 190px;
height: 483px;
display: inline;
float: right;
background-color: #f5f5f5;
border: solid 1px #dfdfdf;
}
#purchase{
margin-top: 30px;
color: #000;
width: 85%;
display: inline-block;
margin: 20px;
font-family: 'PT Sans Caption';
font-size: 10.5px;
}
#purchase #total{
margin-top: 5px;
display: inline;
float: left;
width: 70px;
}
#purchase p{
margin-right: 20px;
display: inline;
float: right;
}
#purchase-button{
margin-left: 20px;
color: #000;
width: 100%;
display: inline-block;
}
#complete-profile-form {
background-color: #fff;
}
#profile-form-container.upgrade-form-container div {
padding-top: 0px;
padding-left: 0px;
}
.black-button {
display: inline-block;
}
.black-button a {
background: linear-gradient(to bottom, #0b0b0b 0%, #0b0b0b 100%) repeat scroll 0 0 transparent;
border-radius: 3px 3px 3px 3px;
color: white;
display: inline-block;
font-family: Arial;
font-size: 16px;
font-style: normal;
font-weight: bolder;
padding: 5px;
text-align: center;
text-decoration: none;
height: 20px;
width: 100%;
padding-left: 20px;
padding-right: 20px;
}
#profile-form-container form#upgrade-membership-form {
padding-bottom: 0px;
} | 0.292494 | 0.092319 |
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/fira-sans-v9-greek_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Fira Sans Regular'), local('FiraSans-Regular'),
url('../fonts/fira-sans-v9-greek_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/fira-sans-v9-greek_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/fira-sans-v9-greek_latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-600 - greek_latin */
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 600;
src: url('../fonts/fira-sans-v9-greek_latin-600.eot'); /* IE9 Compat Modes */
src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'),
url('../fonts/fira-sans-v9-greek_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/fira-sans-v9-greek_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/fira-sans-v9-greek_latin-600.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-900 - greek_latin */
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 900;
src: url('../fonts/fira-sans-v9-greek_latin-900.eot'); /* IE9 Compat Modes */
src: local('Fira Sans Black'), local('FiraSans-Black'),
url('../fonts/fira-sans-v9-greek_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/fira-sans-v9-greek_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-900.woff') format('woff'), /* Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/fira-sans-v9-greek_latin-900.svg#FiraSans') format('svg'); /* Legacy iOS */
}
body {
color:#011f4b;
font-family:'Fira Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
/* nprogress */
#nprogress {
pointer-events: none;
}
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px;
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
overflow: hidden;
position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* This file is for your main application css. */
/* LiveView specific classes for your customizations */
.phx-no-feedback.invalid-feedback, .phx-no-feedback .invalid-feedback {
display: none; }
.phx-click-loading {
opacity: 0.5;
transition: opacity 1s ease-out; }
.phx-disconnected {
cursor: wait; }
.phx-disconnected * {
pointer-events: none; }
.phx-modal {
opacity: 1 !important;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
background-color: rgba(0, 0, 0, 0.4); }
.phx-modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%; }
.phx-modal-close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold; }
.phx-modal-close:hover,
.phx-modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer; }
.container {
padding-top: 5rem;
}
a.phx-modal-close {
text-decoration: none;
}
.dropdown-item:hover {
background-color: #ccc;
} | priv/static/css/main.css | @font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 400;
src: url('../fonts/fira-sans-v9-greek_latin-regular.eot'); /* IE9 Compat Modes */
src: local('Fira Sans Regular'), local('FiraSans-Regular'),
url('../fonts/fira-sans-v9-greek_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/fira-sans-v9-greek_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-regular.woff') format('woff'), /* Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/fira-sans-v9-greek_latin-regular.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-600 - greek_latin */
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 600;
src: url('../fonts/fira-sans-v9-greek_latin-600.eot'); /* IE9 Compat Modes */
src: local('Fira Sans SemiBold'), local('FiraSans-SemiBold'),
url('../fonts/fira-sans-v9-greek_latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/fira-sans-v9-greek_latin-600.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-600.woff') format('woff'), /* Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/fira-sans-v9-greek_latin-600.svg#FiraSans') format('svg'); /* Legacy iOS */
}
/* fira-sans-900 - greek_latin */
@font-face {
font-family: 'Fira Sans';
font-style: normal;
font-weight: 900;
src: url('../fonts/fira-sans-v9-greek_latin-900.eot'); /* IE9 Compat Modes */
src: local('Fira Sans Black'), local('FiraSans-Black'),
url('../fonts/fira-sans-v9-greek_latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../fonts/fira-sans-v9-greek_latin-900.woff2') format('woff2'), /* Super Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-900.woff') format('woff'), /* Modern Browsers */
url('../fonts/fira-sans-v9-greek_latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
url('../fonts/fira-sans-v9-greek_latin-900.svg#FiraSans') format('svg'); /* Legacy iOS */
}
body {
color:#011f4b;
font-family:'Fira Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
}
/* nprogress */
#nprogress {
pointer-events: none;
}
#nprogress .bar {
background: #29d;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
display: block;
position: absolute;
right: 0px;
width: 100px;
height: 100%;
box-shadow: 0 0 10px #29d, 0 0 5px #29d;
opacity: 1.0;
-webkit-transform: rotate(3deg) translate(0px, -4px);
-ms-transform: rotate(3deg) translate(0px, -4px);
transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
display: block;
position: fixed;
z-index: 1031;
top: 15px;
right: 15px;
}
#nprogress .spinner-icon {
width: 18px;
height: 18px;
box-sizing: border-box;
border: solid 2px transparent;
border-top-color: #29d;
border-left-color: #29d;
border-radius: 50%;
-webkit-animation: nprogress-spinner 400ms linear infinite;
animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
overflow: hidden;
position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
position: absolute;
}
@-webkit-keyframes nprogress-spinner {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
/* This file is for your main application css. */
/* LiveView specific classes for your customizations */
.phx-no-feedback.invalid-feedback, .phx-no-feedback .invalid-feedback {
display: none; }
.phx-click-loading {
opacity: 0.5;
transition: opacity 1s ease-out; }
.phx-disconnected {
cursor: wait; }
.phx-disconnected * {
pointer-events: none; }
.phx-modal {
opacity: 1 !important;
position: fixed;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: black;
background-color: rgba(0, 0, 0, 0.4); }
.phx-modal-content {
background-color: #fefefe;
margin: 15% auto;
padding: 20px;
border: 1px solid #888;
width: 80%; }
.phx-modal-close {
color: #aaa;
float: right;
font-size: 28px;
font-weight: bold; }
.phx-modal-close:hover,
.phx-modal-close:focus {
color: black;
text-decoration: none;
cursor: pointer; }
.container {
padding-top: 5rem;
}
a.phx-modal-close {
text-decoration: none;
}
.dropdown-item:hover {
background-color: #ccc;
} | 0.347648 | 0.059183 |
html {
scroll-behavior: smooth;
}
/* Layout Styling */
.container {
max-width: 75em;
}
.footer {
background: #676cb8;
padding: 3em !important;
}
.input {
max-width: 150px;
}
/* Text Styling */
a.navbar-item:hover,
.footer-link:hover {
color: #ccc;
background-color: transparent;
}
a.navbar-item:active,
.footer-link,
.footer-link:active {
color: #fff;
}
.input,
.select select,
.textarea {
color: #fff !important;
}
.navbar-burger span {
background-color: #f3f3f3;
}
.navbar-toggle,
.navbar-burger:hover,
.navbar-menu.is-active,
.navbar-menu.is-active:hover {
background-color: transparent;
color: #f3f3f3;
}
/* Icon & Image Styling */
.avatar {
border-radius: 50%;
}
.icons {
transition: all .2s;
}
.icons:hover {
opacity: 75%;
transition: all 0.25s;
-webkit-transition: all .2s;
}
.nav-icon {
margin-right: 5px;
transition: all .2s;
}
.nav-icon:hover {
transition: all 0.25s;
-webkit-transition: all .2s;
}
.input,
.select select,
.textarea {
color: #000 !important;
}
/** Background Styling **/
.gradient {
background-size: 400% 400%;
-webkit-animation: gradient 4s ease infinite;
-moz-animation: gradient 4s ease infinite;
-o-animation: gradient 4s ease infinite;
animation: gradient 4s ease infinite;
}
/* Background Animation */
@-webkit-keyframes gradient {
0% {
background: #676cb8;
}
50% {
background: #886fb9;
}
100% {
background: #676cb8;
}
}
@keyframes gradient {
0% {
background: #676cb8;
}
50% {
background: #886fb9;
}
100% {
background: #676cb8;
}
}
/* Multiselect Styling */
.icon-caret {
opacity: 0;
}
.ms-choice:hover {
border-color: #8c9b9d;
border-width: 2px;
}
.ms-choice>span.placeholder {
color: #282f2f;
}
.ms-choice {
height: 2.5em;
padding-right: 2.5em;
border-width: 2px;
font-size: 1em;
background-color: #fff;
border-color: #dbdee0;
border-radius: .4em;
color: #282f2f;
padding: calc(.375em - 1px) calc(.625em - 1px);
line-height: 2.5;
outline: 0;
} | hibiki-v2/web/static/css/manageguild.css |
html {
scroll-behavior: smooth;
}
/* Layout Styling */
.container {
max-width: 75em;
}
.footer {
background: #676cb8;
padding: 3em !important;
}
.input {
max-width: 150px;
}
/* Text Styling */
a.navbar-item:hover,
.footer-link:hover {
color: #ccc;
background-color: transparent;
}
a.navbar-item:active,
.footer-link,
.footer-link:active {
color: #fff;
}
.input,
.select select,
.textarea {
color: #fff !important;
}
.navbar-burger span {
background-color: #f3f3f3;
}
.navbar-toggle,
.navbar-burger:hover,
.navbar-menu.is-active,
.navbar-menu.is-active:hover {
background-color: transparent;
color: #f3f3f3;
}
/* Icon & Image Styling */
.avatar {
border-radius: 50%;
}
.icons {
transition: all .2s;
}
.icons:hover {
opacity: 75%;
transition: all 0.25s;
-webkit-transition: all .2s;
}
.nav-icon {
margin-right: 5px;
transition: all .2s;
}
.nav-icon:hover {
transition: all 0.25s;
-webkit-transition: all .2s;
}
.input,
.select select,
.textarea {
color: #000 !important;
}
/** Background Styling **/
.gradient {
background-size: 400% 400%;
-webkit-animation: gradient 4s ease infinite;
-moz-animation: gradient 4s ease infinite;
-o-animation: gradient 4s ease infinite;
animation: gradient 4s ease infinite;
}
/* Background Animation */
@-webkit-keyframes gradient {
0% {
background: #676cb8;
}
50% {
background: #886fb9;
}
100% {
background: #676cb8;
}
}
@keyframes gradient {
0% {
background: #676cb8;
}
50% {
background: #886fb9;
}
100% {
background: #676cb8;
}
}
/* Multiselect Styling */
.icon-caret {
opacity: 0;
}
.ms-choice:hover {
border-color: #8c9b9d;
border-width: 2px;
}
.ms-choice>span.placeholder {
color: #282f2f;
}
.ms-choice {
height: 2.5em;
padding-right: 2.5em;
border-width: 2px;
font-size: 1em;
background-color: #fff;
border-color: #dbdee0;
border-radius: .4em;
color: #282f2f;
padding: calc(.375em - 1px) calc(.625em - 1px);
line-height: 2.5;
outline: 0;
} | 0.521959 | 0.067793 |
:root {
--transitmatters-red: #d31a2b;
--red-line: #da291c;
--orange-line: #ed8b00;
--blue-line: #003da5;
--green-line: #00843d;
--bus: #ffc72c;
--global-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
--incident-color: #c02828;
--incident-tooltip-color: #eaeaea;
--swap-white: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125'><path fill='white' transform='rotate(90 50 62)' style='text-indent:0;text-transform:none;block-progression:tb' d='M42 10a2 2 0 00-2 1l-8 9a2 2 0 000 3l9 10a2 2 0 103-3l-6-7h27c10 0 15 7 15 13s-5 12-15 12H35c-12 0-19 8-19 16 0 9 7 17 19 17h27l-5 5a2 2 0 103 3l8-9a2 2 0 000-3l-9-10a2 2 0 10-3 3l6 7H35c-10 0-15-6-15-13 0-6 5-12 15-12h30c12 0 19-8 19-16s-7-17-19-17H38l5-5a2 2 0 00-1-4z' fill-rule='evenodd' overflow='visible'/></svg>");
--swap-black: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125'><path fill='black' transform='rotate(90 50 62)' style='text-indent:0;text-transform:none;block-progression:tb' d='M42 10a2 2 0 00-2 1l-8 9a2 2 0 000 3l9 10a2 2 0 103-3l-6-7h27c10 0 15 7 15 13s-5 12-15 12H35c-12 0-19 8-19 16 0 9 7 17 19 17h27l-5 5a2 2 0 103 3l8-9a2 2 0 000-3l-9-10a2 2 0 10-3 3l6 7H35c-10 0-15-6-15-13 0-6 5-12 15-12h30c12 0 19-8 19-16s-7-17-19-17H38l5-5a2 2 0 00-1-4z' fill-rule='evenodd' overflow='visible'/></svg>");
--download-icon: url("data:image/svg+xml,<svg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 17L15 17' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 6V13M12 13L15.5 9.5M12 13L8.5 9.5' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.App {
font-size: 14px;
}
.footer {
background: none;
}
.hero-body {
padding: 1em;
padding-left: 0;
}
.hero-body .container {
margin: unset;
display: flex;
align-items: flex-end;
}
.title .beta-tag {
display: inline;
visibility: hidden;
font-size: 0.3em;
vertical-align: super;
border-radius: 2px;
padding: 2px 4px;
background: white;
color: #333;
}
.main-column {
margin: 0 auto;
width: 92%;
max-width: 1200px;
}
.empty-state {
max-width: 500px;
padding-top: 20px;
margin: 0 auto;
}
.empty-state .date-selector {
margin: auto;
margin-top: 10px;
width: 200px;
}
.empty-state #slowzone-container {
padding-bottom: 24px;
text-align: center;
}
.empty-state #slowzone-button {
background-color: #333;
color:white;
padding: 3px 8px 3px 8px;
margin-left: 5px;
cursor: pointer;
}
.chart.is-loading {
opacity: 0.3;
pointer-events: none;
}
.chart-container {
display: flex;
height: 250px;
flex-grow: 1;
position: relative;
}
.alerts-wrapper {
background: white;
box-shadow: var(--global-shadow);
background-color: #eee;
z-index: -1;
position: relative;
transition: 200ms all cubic-bezier(0.645, 0.045, 0.355, 1);
}
.alerts-wrapper.hidden {
transform: translateY(-100%);
}
.alerts {
display: grid;
grid-template-areas: 'left-gutter alerts right-gutter legend';
grid-template-columns: 54px 1fr 20px 190px;
height: 100%;
}
.alerts-bar {
grid-area: alerts;
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}
.alerts .legend {
grid-area: legend;
}
.alerts .legend .alert-incident-line,
.alerts .incident-section {
background: var(--incident-color);
}
.tippy-box {
background-color: var(--incident-tooltip-color);
box-shadow: var(--global-shadow);
color: black;
}
.tippy-box .tippy-arrow {
color: var(--incident-tooltip-color);
}
.top-sticky-container {
position: sticky;
top: 0;
z-index: 1;
}
.station-configuration-wrapper {
background-color: var(--transitmatters-red);
box-shadow: var(--global-shadow);
color: white;
}
.station-configuration-wrapper.Red {
background-color: var(--red-line);
}
.station-configuration-wrapper.Orange {
background-color: var(--orange-line);
}
.station-configuration-wrapper.Blue {
background-color: var(--blue-line);
}
.station-configuration-wrapper.Green {
background-color: var(--green-line);
}
.station-configuration-wrapper.Bus {
background-color: var(--bus);
color: black;
}
.station-configuration {
padding: 10px;
line-height: 1.0;
}
select,
.option-date input,
button {
border-radius: 4px;
appearance: none;
padding: 3px;
font-size: 1em;
height: 30px;
border: 1px solid currentColor;
}
select option:disabled {
color: grey;
}
button:disabled,
.select-component.disabled {
opacity: 0.5;
pointer-events: none;
}
.select-component {
position: relative;
}
.select-component select {
width: 100%;
padding-left: 10px;
padding-right: 20px;
}
.select-component::after {
pointer-events: none;
content: '\25bc';
transform: scaleX(1.2) scaleY(0.8);
text-align: center;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 20px;
margin-right: 4px;
line-height: 30px;
}
.station-configuration select,
.station-configuration input,
.station-configuration button {
color: inherit;
border-color: rgba(255, 255, 255, 0.6);
}
.station-configuration-wrapper.Bus select,
.station-configuration-wrapper.Bus input,
.station-configuration-wrapper.Bus button {
color: inherit;
border-color: rgba(0, 0, 0, 0.4)
}
.station-configuration select,
.station-configuration input {
box-shadow: var(--global-shadow);
background-color: rgba(255, 255, 255, 0.3);
padding-left: 10px;
}
.station-configuration .slider {
box-shadow: var(--global-shadow);
}
.station-configuration button {
display: flex;
align-items: center;
background: none;
padding-left: 6px;
padding-right: 6px;
}
.station-configuration input::placeholder {
color: inherit;
}
.station-configuration button:not(:disabled):hover {
cursor: pointer;
background-color: rgba(255, 255, 255, 0.3);
box-shadow: var(--global-shadow);
}
.station-configuration .swap-stations-button {
padding-left: 0;
}
.station-configuration .swap-stations-button .swap-icon {
background-image: var(--swap-white);
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
height: 24px;
width: 24px;
}
.station-configuration-wrapper.Bus .station-configuration .swap-stations-button .swap-icon {
background-image: var(--swap-black);
}
.station-configuration .swap-stations-button .swap-label {
margin-left: 6px;
}
.station-configuration select > * {
color: black;
}
.station-configuration .option {
display: flex;
align-items: center;
}
.station-configuration .clear-button {
border: none;
margin-left: 6px;
padding: 0;
font-size: 16px;
height: 13px;
}
@media screen and (min-width: 770px) {
.chart {
display: grid;
grid-template:
'chart legend'
'chart extras';
grid-template-columns: 1fr 190px;
column-gap: 8px;
}
.chart .chart-container {
grid-area: chart;
}
.chart .legend {
grid-area: legend;
margin-top: 65px;
}
.chart .control {
grid-area: extras;
margin-top: 20px;
}
.station-configuration,
.station-configuration > .option-group,
.station-configuration .option {
display: flex;
align-items: center;
}
.station-configuration select:disabled {
min-width: 150px;
}
.station-configuration .option-line {
width: 150px;
flex-shrink: 0;
}
.station-configuration .option-date input {
width: 120px;
}
.station-configuration .more-options-button {
max-width: 75px;
margin-left: 6px;
padding-right: 6px;
}
.station-configuration > *:not(:last-child) {
margin-right: 30px;
}
.station-configuration .option-stations-group {
margin-right: 10px;
}
.station-configuration .from-to-label,
.station-configuration .date-label,
.station-configuration .switch-label {
margin-left: 7px;
margin-right: 7px;
}
.station-configuration .select-component {
flex-grow: 1;
flex-shrink: 1;
}
.slowzones-switch-label {
width: 100px;
}
}
@media screen and (max-width: 770px) {
.hero-body .container {
flex-direction: column;
align-items: flex-start;
}
.hero-body .container .title {
padding-left: 15px;
}
.alerts {
grid-template-areas: 'left-gutter alerts right-gutter';
grid-template-columns: 46px 1fr 8px;
}
.alerts-bar {
height: 30px;
}
.alerts .legend {
display: none;
}
.chart-extras {
margin-left: 44px;
display: flex;
justify-content: space-between;
}
.chart-extras .legend {
display: grid;
grid-template-rows: repeat(3, 1fr);
grid-auto-flow: column;
column-gap: 10px;
}
.chart-extras .control {
margin-right: 25px;
margin-bottom: 10px;
}
.station-configuration {
display: grid;
grid-template-columns: .5fr 1fr 40px;
grid-template-areas:
'toggle line line'
'date date date'
'stations stations swap';
column-gap: 10px;
row-gap: 10px;
}
.slow-zone {
padding-top:10px;
padding-bottom: 10px;
display: grid;
grid-template-columns:100%;
grid-template-areas:
'line'
'line'
'date';
row-gap: 15px;
}
.slow-zone .line-toggle , .chart-toggle , .direction-toggle{
justify-self: center;
}
.station-configuration .from-to-label,
.station-configuration .date-label {
width: 30px;
text-align: right;
margin-right: 10px;
flex-shrink: 0;
}
.station-configuration .switch-label {
margin-left: 10px;
margin-right: 10px;
}
.station-configuration .end-date-label {
margin-right: 0;
text-align: center;
}
.station-configuration .option-mode {
grid-area: toggle;
}
.station-configuration > .option-line {
grid-area: line;
}
.station-configuration > .option-stations-group {
display: grid;
row-gap: 10px;
grid-area: stations;
}
.station-configuration > .option-date {
grid-area: date;
display: flex;
}
.station-configuration > .option-date input {
width: 0px; /* Just needs to be something for flex to work */
flex-shrink: 1;
flex-grow: 1;
}
.station-configuration > .option {
display: flex;
align-items: center;
}
.station-configuration .select-component {
width: 100%;
}
.station-configuration .swap-stations-button {
grid-area: swap;
justify-content: center;
height: 100%;
}
.station-configuration .more-options-button {
margin-left: 10px;
max-width: 75px;
padding-right: 7px;
}
.station-configuration .swap-stations-button .swap-label {
display: none;
}
}
.download-button {
position: absolute;
bottom: 5px;
right: 5px;
display: block;
border-radius: 50%;
width: 20px;
height: 20px;
background-color: rgba(0, 0, 0, 0.1);
}
.download-button .csv-link {
position: absolute;
width: 100%;
height: 100%;
background-image: var(--download-icon);
}
.legend {
text-align: left;
font-size: 12px;
padding: 4px;
}
.legend-dot {
height: 6px;
width: 6px;
background-color: #bbb;
border-radius: 50%;
margin-right: 4px;
display: inline-block;
}
.legend-line {
height: 3px;
width: 15px;
vertical-align: middle;
background-color: #bbb;
margin-right: 4px;
display: inline-block;
}
.control {
display: grid;
}
.control input[type=radio] {
margin-right: 10px;
}
.bus-disclaimer {
font-style: italic;
padding-top: 30px;
}
.today-disclaimer {
font-style: italic;
padding-top: 30px;
}
.button-toggle {
margin:4px;
background-color:#EFEFEF;
border-radius:4px;
border:1px solid #D0D0D0;
overflow:auto;
float:left;
cursor: pointer;
}
.button-toggle label {
float:left;
width: 4.0em;
cursor: pointer;
color: black
}
.button-toggle label span {
text-align:center;
padding:3px 0px;
display:block;
}
.button-toggle label input {
position:absolute;
top:-20px;
}
.button-toggle input:checked + span {
color:#fff;
}
.button-toggle input:disabled + span {
color:#fff;
cursor: not-allowed ;
}
.Red input:checked + span{
background-color:var( --red-line);
}
.Orange input:checked + span{
background-color:var( --orange-line);
}
.Blue input:checked + span{
background-color:var( --blue-line);
}
.slow-zone {
font-size: 14px;
}
.derailment-footer {
padding-left: 4em;
font-size: 14px;
display: flex;
padding-bottom: 10px;
}
.derailment-footer-text {
align-self: center;
}
.accordion > li {
list-style: none;
}
.accordion > a {
text-decoration: none;
}
.accordion {
padding-top: 10px;
max-width: 1000px;
height: auto;
overflow: hidden;
font-size: 14px;
padding-left: 2em;
padding-right: 2em;
}
.accordion .accordion-item-header{
display: flex;
align-items: center;
flex-direction: row;
padding: 10px;
border-bottom: 1px solid #cecece;
position: relative;
color: black;
font-weight: 600;
}
.accordion .accordion-item-header:after {
content: "•";
position: absolute;
right: 0;
display: none;
font-size: 14px;
}
.accordion .accordion-item-header .accordion-item-active-marker {
margin-left: auto;
}
.accordion .accordion-text {
overflow: hidden;
max-height: 0;
transition: max-height 300ms ease-in-out;
font-style: italic;
}
.accordion .accordion-text p {
padding: 10px;
}
.accordion-item:target .accordion-text{
max-height: 300px;
}
.accordion-item:target .accordion-item-header:after {
display: block;
} | src/App.css | :root {
--transitmatters-red: #d31a2b;
--red-line: #da291c;
--orange-line: #ed8b00;
--blue-line: #003da5;
--green-line: #00843d;
--bus: #ffc72c;
--global-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
--incident-color: #c02828;
--incident-tooltip-color: #eaeaea;
--swap-white: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125'><path fill='white' transform='rotate(90 50 62)' style='text-indent:0;text-transform:none;block-progression:tb' d='M42 10a2 2 0 00-2 1l-8 9a2 2 0 000 3l9 10a2 2 0 103-3l-6-7h27c10 0 15 7 15 13s-5 12-15 12H35c-12 0-19 8-19 16 0 9 7 17 19 17h27l-5 5a2 2 0 103 3l8-9a2 2 0 000-3l-9-10a2 2 0 10-3 3l6 7H35c-10 0-15-6-15-13 0-6 5-12 15-12h30c12 0 19-8 19-16s-7-17-19-17H38l5-5a2 2 0 00-1-4z' fill-rule='evenodd' overflow='visible'/></svg>");
--swap-black: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 125'><path fill='black' transform='rotate(90 50 62)' style='text-indent:0;text-transform:none;block-progression:tb' d='M42 10a2 2 0 00-2 1l-8 9a2 2 0 000 3l9 10a2 2 0 103-3l-6-7h27c10 0 15 7 15 13s-5 12-15 12H35c-12 0-19 8-19 16 0 9 7 17 19 17h27l-5 5a2 2 0 103 3l8-9a2 2 0 000-3l-9-10a2 2 0 10-3 3l6 7H35c-10 0-15-6-15-13 0-6 5-12 15-12h30c12 0 19-8 19-16s-7-17-19-17H38l5-5a2 2 0 00-1-4z' fill-rule='evenodd' overflow='visible'/></svg>");
--download-icon: url("data:image/svg+xml,<svg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 17L15 17' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/><path d='M12 6V13M12 13L15.5 9.5M12 13L8.5 9.5' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/></svg>");
}
.App {
font-size: 14px;
}
.footer {
background: none;
}
.hero-body {
padding: 1em;
padding-left: 0;
}
.hero-body .container {
margin: unset;
display: flex;
align-items: flex-end;
}
.title .beta-tag {
display: inline;
visibility: hidden;
font-size: 0.3em;
vertical-align: super;
border-radius: 2px;
padding: 2px 4px;
background: white;
color: #333;
}
.main-column {
margin: 0 auto;
width: 92%;
max-width: 1200px;
}
.empty-state {
max-width: 500px;
padding-top: 20px;
margin: 0 auto;
}
.empty-state .date-selector {
margin: auto;
margin-top: 10px;
width: 200px;
}
.empty-state #slowzone-container {
padding-bottom: 24px;
text-align: center;
}
.empty-state #slowzone-button {
background-color: #333;
color:white;
padding: 3px 8px 3px 8px;
margin-left: 5px;
cursor: pointer;
}
.chart.is-loading {
opacity: 0.3;
pointer-events: none;
}
.chart-container {
display: flex;
height: 250px;
flex-grow: 1;
position: relative;
}
.alerts-wrapper {
background: white;
box-shadow: var(--global-shadow);
background-color: #eee;
z-index: -1;
position: relative;
transition: 200ms all cubic-bezier(0.645, 0.045, 0.355, 1);
}
.alerts-wrapper.hidden {
transform: translateY(-100%);
}
.alerts {
display: grid;
grid-template-areas: 'left-gutter alerts right-gutter legend';
grid-template-columns: 54px 1fr 20px 190px;
height: 100%;
}
.alerts-bar {
grid-area: alerts;
position: relative;
display: flex;
align-items: center;
overflow: hidden;
}
.alerts .legend {
grid-area: legend;
}
.alerts .legend .alert-incident-line,
.alerts .incident-section {
background: var(--incident-color);
}
.tippy-box {
background-color: var(--incident-tooltip-color);
box-shadow: var(--global-shadow);
color: black;
}
.tippy-box .tippy-arrow {
color: var(--incident-tooltip-color);
}
.top-sticky-container {
position: sticky;
top: 0;
z-index: 1;
}
.station-configuration-wrapper {
background-color: var(--transitmatters-red);
box-shadow: var(--global-shadow);
color: white;
}
.station-configuration-wrapper.Red {
background-color: var(--red-line);
}
.station-configuration-wrapper.Orange {
background-color: var(--orange-line);
}
.station-configuration-wrapper.Blue {
background-color: var(--blue-line);
}
.station-configuration-wrapper.Green {
background-color: var(--green-line);
}
.station-configuration-wrapper.Bus {
background-color: var(--bus);
color: black;
}
.station-configuration {
padding: 10px;
line-height: 1.0;
}
select,
.option-date input,
button {
border-radius: 4px;
appearance: none;
padding: 3px;
font-size: 1em;
height: 30px;
border: 1px solid currentColor;
}
select option:disabled {
color: grey;
}
button:disabled,
.select-component.disabled {
opacity: 0.5;
pointer-events: none;
}
.select-component {
position: relative;
}
.select-component select {
width: 100%;
padding-left: 10px;
padding-right: 20px;
}
.select-component::after {
pointer-events: none;
content: '\25bc';
transform: scaleX(1.2) scaleY(0.8);
text-align: center;
position: absolute;
top: 0;
right: 0;
height: 100%;
width: 20px;
margin-right: 4px;
line-height: 30px;
}
.station-configuration select,
.station-configuration input,
.station-configuration button {
color: inherit;
border-color: rgba(255, 255, 255, 0.6);
}
.station-configuration-wrapper.Bus select,
.station-configuration-wrapper.Bus input,
.station-configuration-wrapper.Bus button {
color: inherit;
border-color: rgba(0, 0, 0, 0.4)
}
.station-configuration select,
.station-configuration input {
box-shadow: var(--global-shadow);
background-color: rgba(255, 255, 255, 0.3);
padding-left: 10px;
}
.station-configuration .slider {
box-shadow: var(--global-shadow);
}
.station-configuration button {
display: flex;
align-items: center;
background: none;
padding-left: 6px;
padding-right: 6px;
}
.station-configuration input::placeholder {
color: inherit;
}
.station-configuration button:not(:disabled):hover {
cursor: pointer;
background-color: rgba(255, 255, 255, 0.3);
box-shadow: var(--global-shadow);
}
.station-configuration .swap-stations-button {
padding-left: 0;
}
.station-configuration .swap-stations-button .swap-icon {
background-image: var(--swap-white);
background-repeat: no-repeat;
background-size: 100%;
background-position: center;
height: 24px;
width: 24px;
}
.station-configuration-wrapper.Bus .station-configuration .swap-stations-button .swap-icon {
background-image: var(--swap-black);
}
.station-configuration .swap-stations-button .swap-label {
margin-left: 6px;
}
.station-configuration select > * {
color: black;
}
.station-configuration .option {
display: flex;
align-items: center;
}
.station-configuration .clear-button {
border: none;
margin-left: 6px;
padding: 0;
font-size: 16px;
height: 13px;
}
@media screen and (min-width: 770px) {
.chart {
display: grid;
grid-template:
'chart legend'
'chart extras';
grid-template-columns: 1fr 190px;
column-gap: 8px;
}
.chart .chart-container {
grid-area: chart;
}
.chart .legend {
grid-area: legend;
margin-top: 65px;
}
.chart .control {
grid-area: extras;
margin-top: 20px;
}
.station-configuration,
.station-configuration > .option-group,
.station-configuration .option {
display: flex;
align-items: center;
}
.station-configuration select:disabled {
min-width: 150px;
}
.station-configuration .option-line {
width: 150px;
flex-shrink: 0;
}
.station-configuration .option-date input {
width: 120px;
}
.station-configuration .more-options-button {
max-width: 75px;
margin-left: 6px;
padding-right: 6px;
}
.station-configuration > *:not(:last-child) {
margin-right: 30px;
}
.station-configuration .option-stations-group {
margin-right: 10px;
}
.station-configuration .from-to-label,
.station-configuration .date-label,
.station-configuration .switch-label {
margin-left: 7px;
margin-right: 7px;
}
.station-configuration .select-component {
flex-grow: 1;
flex-shrink: 1;
}
.slowzones-switch-label {
width: 100px;
}
}
@media screen and (max-width: 770px) {
.hero-body .container {
flex-direction: column;
align-items: flex-start;
}
.hero-body .container .title {
padding-left: 15px;
}
.alerts {
grid-template-areas: 'left-gutter alerts right-gutter';
grid-template-columns: 46px 1fr 8px;
}
.alerts-bar {
height: 30px;
}
.alerts .legend {
display: none;
}
.chart-extras {
margin-left: 44px;
display: flex;
justify-content: space-between;
}
.chart-extras .legend {
display: grid;
grid-template-rows: repeat(3, 1fr);
grid-auto-flow: column;
column-gap: 10px;
}
.chart-extras .control {
margin-right: 25px;
margin-bottom: 10px;
}
.station-configuration {
display: grid;
grid-template-columns: .5fr 1fr 40px;
grid-template-areas:
'toggle line line'
'date date date'
'stations stations swap';
column-gap: 10px;
row-gap: 10px;
}
.slow-zone {
padding-top:10px;
padding-bottom: 10px;
display: grid;
grid-template-columns:100%;
grid-template-areas:
'line'
'line'
'date';
row-gap: 15px;
}
.slow-zone .line-toggle , .chart-toggle , .direction-toggle{
justify-self: center;
}
.station-configuration .from-to-label,
.station-configuration .date-label {
width: 30px;
text-align: right;
margin-right: 10px;
flex-shrink: 0;
}
.station-configuration .switch-label {
margin-left: 10px;
margin-right: 10px;
}
.station-configuration .end-date-label {
margin-right: 0;
text-align: center;
}
.station-configuration .option-mode {
grid-area: toggle;
}
.station-configuration > .option-line {
grid-area: line;
}
.station-configuration > .option-stations-group {
display: grid;
row-gap: 10px;
grid-area: stations;
}
.station-configuration > .option-date {
grid-area: date;
display: flex;
}
.station-configuration > .option-date input {
width: 0px; /* Just needs to be something for flex to work */
flex-shrink: 1;
flex-grow: 1;
}
.station-configuration > .option {
display: flex;
align-items: center;
}
.station-configuration .select-component {
width: 100%;
}
.station-configuration .swap-stations-button {
grid-area: swap;
justify-content: center;
height: 100%;
}
.station-configuration .more-options-button {
margin-left: 10px;
max-width: 75px;
padding-right: 7px;
}
.station-configuration .swap-stations-button .swap-label {
display: none;
}
}
.download-button {
position: absolute;
bottom: 5px;
right: 5px;
display: block;
border-radius: 50%;
width: 20px;
height: 20px;
background-color: rgba(0, 0, 0, 0.1);
}
.download-button .csv-link {
position: absolute;
width: 100%;
height: 100%;
background-image: var(--download-icon);
}
.legend {
text-align: left;
font-size: 12px;
padding: 4px;
}
.legend-dot {
height: 6px;
width: 6px;
background-color: #bbb;
border-radius: 50%;
margin-right: 4px;
display: inline-block;
}
.legend-line {
height: 3px;
width: 15px;
vertical-align: middle;
background-color: #bbb;
margin-right: 4px;
display: inline-block;
}
.control {
display: grid;
}
.control input[type=radio] {
margin-right: 10px;
}
.bus-disclaimer {
font-style: italic;
padding-top: 30px;
}
.today-disclaimer {
font-style: italic;
padding-top: 30px;
}
.button-toggle {
margin:4px;
background-color:#EFEFEF;
border-radius:4px;
border:1px solid #D0D0D0;
overflow:auto;
float:left;
cursor: pointer;
}
.button-toggle label {
float:left;
width: 4.0em;
cursor: pointer;
color: black
}
.button-toggle label span {
text-align:center;
padding:3px 0px;
display:block;
}
.button-toggle label input {
position:absolute;
top:-20px;
}
.button-toggle input:checked + span {
color:#fff;
}
.button-toggle input:disabled + span {
color:#fff;
cursor: not-allowed ;
}
.Red input:checked + span{
background-color:var( --red-line);
}
.Orange input:checked + span{
background-color:var( --orange-line);
}
.Blue input:checked + span{
background-color:var( --blue-line);
}
.slow-zone {
font-size: 14px;
}
.derailment-footer {
padding-left: 4em;
font-size: 14px;
display: flex;
padding-bottom: 10px;
}
.derailment-footer-text {
align-self: center;
}
.accordion > li {
list-style: none;
}
.accordion > a {
text-decoration: none;
}
.accordion {
padding-top: 10px;
max-width: 1000px;
height: auto;
overflow: hidden;
font-size: 14px;
padding-left: 2em;
padding-right: 2em;
}
.accordion .accordion-item-header{
display: flex;
align-items: center;
flex-direction: row;
padding: 10px;
border-bottom: 1px solid #cecece;
position: relative;
color: black;
font-weight: 600;
}
.accordion .accordion-item-header:after {
content: "•";
position: absolute;
right: 0;
display: none;
font-size: 14px;
}
.accordion .accordion-item-header .accordion-item-active-marker {
margin-left: auto;
}
.accordion .accordion-text {
overflow: hidden;
max-height: 0;
transition: max-height 300ms ease-in-out;
font-style: italic;
}
.accordion .accordion-text p {
padding: 10px;
}
.accordion-item:target .accordion-text{
max-height: 300px;
}
.accordion-item:target .accordion-item-header:after {
display: block;
} | 0.491212 | 0.204005 |
background-color: rgba(255, 255, 255, 0.1);
}
#board_container {
width: 100%;
height: 100%;
position: relative;
background: linear-gradient(300deg,#5dc1ff 0%, #b95bff 100%);
margin: 0;
padding: 0;
/*background: url("/static/img/boardlist.jpg") no-repeat top center;*/
}
.pageSpan{
margin: 5px;
}
#search_infos {
height: 50px;
display: flex;
flex-direction: row;
justify-content: space-between;
border-style: none;
background: rgba(255, 255, 255, 0.3);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
/*background-image: linear-gradient(#49a2ff 0%, #90c5ff 50%, #49a2ff 100%);*/
}
#writebtn {
width: 40px;
height: 40px;
margin: 5px;
}
#writebtn:hover {
background-color: rgba(255,255,255,0.4);
}
#writebtn >button {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff;
border-radius: 3px;
cursor: pointer;
color: white;
font-size: 22px;
}
#searches {
display: flex;
flex-direction: row;
margin-right: 40px;
}
#search_form{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin: 5px 40px 5px 0;
}
#search_form input:first-child {
width: 300px;
height: 40px;
border: solid rgba(255,255,255,0.2);
border-radius: 3px;
border-width: 1px 1px 1px 1px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.8) inset;
margin-right: 5px;
background-color: rgba(255,255,255,0);
}
#search_form input:last-child {
width: 45px;
height: 30px;
border-width: 0 0 0 0;
margin-left: -55px;
background-color: rgba(255,255,255,0.6);
color: black;
cursor: pointer;
}
#sap{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
#sap #orderly {
height: 30px;
border-width: 0 0 0 0;
}
#board_lists {
width: 100%;
height: 580px;
background-color: rgba(255,255,255,0);
backdrop-filter: blur(30px);
}
.tb_board {
width: 100%;
border-spacing: 0px;
}
.tb_board .fir_tr {
height: 30px;
font-size: 14px;
}
.tb_board .sec_tr{
height: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.1);
font-size: 16px;
}
.tb_board .sec_tr:hover {
background-color: rgba(255,255,255,0.4);
transition: 0.5s;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}
tr td{
cursor: pointer;
}
tr td:nth-child(1) {
width: 10%;
}
tr td:nth-child(2) {
width: 50%;
text-align: left;
padding-left: 5%;
}
tr td:nth-child(3) {
width: 10%;
position: relative;
}
tr td:nth-child(4) {
width: 20%;
}
tr td:nth-child(5) {
width: 10%;
}
/* list footer */
#pagearr {
position: absolute;
bottom: 30px;
left: 50%;
transform: translate(-50%,0);
}
/*#profile_img {*/
/* position: absolute;*/
/* top: 50%;*/
/* transform: translate(0,-50%);*/
/* left: -5%;*/
/* width: 20px;*/
/* height: 20px;*/
/*}*/ | src/main/resources/static/css/board/list.css | background-color: rgba(255, 255, 255, 0.1);
}
#board_container {
width: 100%;
height: 100%;
position: relative;
background: linear-gradient(300deg,#5dc1ff 0%, #b95bff 100%);
margin: 0;
padding: 0;
/*background: url("/static/img/boardlist.jpg") no-repeat top center;*/
}
.pageSpan{
margin: 5px;
}
#search_infos {
height: 50px;
display: flex;
flex-direction: row;
justify-content: space-between;
border-style: none;
background: rgba(255, 255, 255, 0.3);
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
/*background-image: linear-gradient(#49a2ff 0%, #90c5ff 50%, #49a2ff 100%);*/
}
#writebtn {
width: 40px;
height: 40px;
margin: 5px;
}
#writebtn:hover {
background-color: rgba(255,255,255,0.4);
}
#writebtn >button {
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
border: 1px solid #ffffff;
border-radius: 3px;
cursor: pointer;
color: white;
font-size: 22px;
}
#searches {
display: flex;
flex-direction: row;
margin-right: 40px;
}
#search_form{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
margin: 5px 40px 5px 0;
}
#search_form input:first-child {
width: 300px;
height: 40px;
border: solid rgba(255,255,255,0.2);
border-radius: 3px;
border-width: 1px 1px 1px 1px;
box-shadow: 0px 0px 2px rgba(0,0,0,0.8) inset;
margin-right: 5px;
background-color: rgba(255,255,255,0);
}
#search_form input:last-child {
width: 45px;
height: 30px;
border-width: 0 0 0 0;
margin-left: -55px;
background-color: rgba(255,255,255,0.6);
color: black;
cursor: pointer;
}
#sap{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
#sap #orderly {
height: 30px;
border-width: 0 0 0 0;
}
#board_lists {
width: 100%;
height: 580px;
background-color: rgba(255,255,255,0);
backdrop-filter: blur(30px);
}
.tb_board {
width: 100%;
border-spacing: 0px;
}
.tb_board .fir_tr {
height: 30px;
font-size: 14px;
}
.tb_board .sec_tr{
height: 20px;
text-align: center;
background-color: rgba(255, 255, 255, 0.1);
font-size: 16px;
}
.tb_board .sec_tr:hover {
background-color: rgba(255,255,255,0.4);
transition: 0.5s;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 10px;
}
tr td{
cursor: pointer;
}
tr td:nth-child(1) {
width: 10%;
}
tr td:nth-child(2) {
width: 50%;
text-align: left;
padding-left: 5%;
}
tr td:nth-child(3) {
width: 10%;
position: relative;
}
tr td:nth-child(4) {
width: 20%;
}
tr td:nth-child(5) {
width: 10%;
}
/* list footer */
#pagearr {
position: absolute;
bottom: 30px;
left: 50%;
transform: translate(-50%,0);
}
/*#profile_img {*/
/* position: absolute;*/
/* top: 50%;*/
/* transform: translate(0,-50%);*/
/* left: -5%;*/
/* width: 20px;*/
/* height: 20px;*/
/*}*/ | 0.354433 | 0.076098 |
* {
box-sizing: border-box;
font-family: "Oxygen Mono", serif; }
body {
padding: 0;
margin: 0; }
h1 {
font-weight: 700; }
h2 {
padding-bottom: 20px; }
.page-section {
padding-top: 30px;
padding-bottom: 20px;
width: 100%; }
@media screen and (min-width: 768px) {
.page-section {
width: 100%;
margin: 0 auto;; } }
@media screen and (min-width: 1024px) {
.page-section {
width: 90%;
margin: 0 auto;; } }
a:link {
text-decoration: none; }
a:visited {
color: #a8a8a8; }
a:hover {
opacity: .4; }
.clearfix::after {
content: "";
display: table;
clear: both; }
h1, h2, h3, p, a:link, a:hover {
font-weight: 400;
color: black; }
body, .main-header, .profile-bio, .nav {
text-align: center; }
.footer-student-name, #top {
font-size: 1em;
margin-right: 1em;
padding-bottom: 10px; }
/*
HEADER
*/
.main-header {
width: 100%;
font-weight: 700;
display: block; }
@media screen and (min-width: 1024px) {
.main-header {
padding: 20px 80px 0 80px; }
.main-header .student-name {
float: left; }
.main-header .main-nav {
float: right;
margin-top: 32px; } }
/*
PROFILE
*/
#top-profile,
#skill {
background-color: #a8a8a8;
margin: 0 auto;; }
.profile-img {
width: 70%;
margin: 0 auto;; }
@media screen and (min-width: 768px) {
.profile-img {
width: 35%;
float: right;
padding-right: 30px;
padding-bottom: 10px; } }
@media screen and (min-width: 1024px) {
.profile-img {
width: 30%;
float: right;
margin-right: 2em;
padding-bottom: 10px; } }
.profile-bio {
width: 90%;
margin: 10px auto 20px auto; }
@media screen and (min-width: 768px) {
.profile-bio {
text-align: left;
float: left;
margin-left: 2em;
padding-bottom: 10px;
width: 50%;
font-size: 1.1em; } }
@media screen and (min-width: 768px) {
.student-name {
text-align: center;
margin-top: 20px;
padding-bottom: 20px; } }
/*
PORTFOLIO
*/
.portfolio-div {
width: 90%;
margin: 0 auto;;
padding-bottom: 20px; }
.portfolio-div img {
margin-bottom: 10px;
width: 100%; }
@media screen and (min-width: 768px) {
.portfolio-div {
display: inline-block;
width: 48%;
margin-right: -4px;
vertical-align: top;
padding-left: 1em;
padding-right: 1em; } }
@media screen and (min-width: 1024px) {
.portfolio-div {
display: inline-block;
width: 30%;
margin-right: -4px;
vertical-align: top;
padding-left: 1em;
padding-right: 1em; } }
/*
SKILLS
*/
#skills {
line-height: 1.5em;
background-color: #a8a8a8; }
@media screen and (min-width: 768px) {
#skills li {
display: inline-block;
margin-right: 20px;
padding-bottom: 10px; } }
.skill-list {
padding: 0px; }
/*
CONTACT
*/
@media screen and (min-width: 768px) {
.contact p {
width: 80%; } }
.contact-item a {
font-weight: 700; }
#contact {
display: block;
padding: 10px; }
/*
FOOTER
*/
.footer-border {
border-top: 0.25px solid black;
width: 90%;
margin: auto;
padding-bottom: 10px; }
.footer {
margin-top: 8px;
background-color: #a8a8a8; }
.footer-student-name {
text-align: left;
float: left; }
#top {
text-align: right;
float: right; }
/*
Nav Styling
*/
.main-nav {
list-style: none;
padding: 0; }
@media screen and (min-width: 768px) {
.main-nav li {
display: inline-block;
margin-left: 12px;
padding-bottom: 20px; } }
.main-nav li a {
line-height: 1.5em; }
.nav {
justify-content: space-around;
font-weight: 700;
list-style-type: none;
margin: 0 auto;;
padding: 0; }
.nav .name {
display: block;
margin-right: auto; }
.nav li {
padding: 5px 10px 10px 10px; }
.footer .main-nav {
display: none; }
.bot-nav {
display: none; }
@media screen and (min-width: 768px) {
.bot-nav {
display: inline; } }
@media screen and (min-width: 768px) {
.bot-nav a {
float: right;
display: inline;
padding-right: 10px;
padding-top: 10px; } }
@media screen and (min-width: 768px) {
#top {
display: none; } }
/*# sourceMappingURL=application.css.map */ | css/application.css | * {
box-sizing: border-box;
font-family: "Oxygen Mono", serif; }
body {
padding: 0;
margin: 0; }
h1 {
font-weight: 700; }
h2 {
padding-bottom: 20px; }
.page-section {
padding-top: 30px;
padding-bottom: 20px;
width: 100%; }
@media screen and (min-width: 768px) {
.page-section {
width: 100%;
margin: 0 auto;; } }
@media screen and (min-width: 1024px) {
.page-section {
width: 90%;
margin: 0 auto;; } }
a:link {
text-decoration: none; }
a:visited {
color: #a8a8a8; }
a:hover {
opacity: .4; }
.clearfix::after {
content: "";
display: table;
clear: both; }
h1, h2, h3, p, a:link, a:hover {
font-weight: 400;
color: black; }
body, .main-header, .profile-bio, .nav {
text-align: center; }
.footer-student-name, #top {
font-size: 1em;
margin-right: 1em;
padding-bottom: 10px; }
/*
HEADER
*/
.main-header {
width: 100%;
font-weight: 700;
display: block; }
@media screen and (min-width: 1024px) {
.main-header {
padding: 20px 80px 0 80px; }
.main-header .student-name {
float: left; }
.main-header .main-nav {
float: right;
margin-top: 32px; } }
/*
PROFILE
*/
#top-profile,
#skill {
background-color: #a8a8a8;
margin: 0 auto;; }
.profile-img {
width: 70%;
margin: 0 auto;; }
@media screen and (min-width: 768px) {
.profile-img {
width: 35%;
float: right;
padding-right: 30px;
padding-bottom: 10px; } }
@media screen and (min-width: 1024px) {
.profile-img {
width: 30%;
float: right;
margin-right: 2em;
padding-bottom: 10px; } }
.profile-bio {
width: 90%;
margin: 10px auto 20px auto; }
@media screen and (min-width: 768px) {
.profile-bio {
text-align: left;
float: left;
margin-left: 2em;
padding-bottom: 10px;
width: 50%;
font-size: 1.1em; } }
@media screen and (min-width: 768px) {
.student-name {
text-align: center;
margin-top: 20px;
padding-bottom: 20px; } }
/*
PORTFOLIO
*/
.portfolio-div {
width: 90%;
margin: 0 auto;;
padding-bottom: 20px; }
.portfolio-div img {
margin-bottom: 10px;
width: 100%; }
@media screen and (min-width: 768px) {
.portfolio-div {
display: inline-block;
width: 48%;
margin-right: -4px;
vertical-align: top;
padding-left: 1em;
padding-right: 1em; } }
@media screen and (min-width: 1024px) {
.portfolio-div {
display: inline-block;
width: 30%;
margin-right: -4px;
vertical-align: top;
padding-left: 1em;
padding-right: 1em; } }
/*
SKILLS
*/
#skills {
line-height: 1.5em;
background-color: #a8a8a8; }
@media screen and (min-width: 768px) {
#skills li {
display: inline-block;
margin-right: 20px;
padding-bottom: 10px; } }
.skill-list {
padding: 0px; }
/*
CONTACT
*/
@media screen and (min-width: 768px) {
.contact p {
width: 80%; } }
.contact-item a {
font-weight: 700; }
#contact {
display: block;
padding: 10px; }
/*
FOOTER
*/
.footer-border {
border-top: 0.25px solid black;
width: 90%;
margin: auto;
padding-bottom: 10px; }
.footer {
margin-top: 8px;
background-color: #a8a8a8; }
.footer-student-name {
text-align: left;
float: left; }
#top {
text-align: right;
float: right; }
/*
Nav Styling
*/
.main-nav {
list-style: none;
padding: 0; }
@media screen and (min-width: 768px) {
.main-nav li {
display: inline-block;
margin-left: 12px;
padding-bottom: 20px; } }
.main-nav li a {
line-height: 1.5em; }
.nav {
justify-content: space-around;
font-weight: 700;
list-style-type: none;
margin: 0 auto;;
padding: 0; }
.nav .name {
display: block;
margin-right: auto; }
.nav li {
padding: 5px 10px 10px 10px; }
.footer .main-nav {
display: none; }
.bot-nav {
display: none; }
@media screen and (min-width: 768px) {
.bot-nav {
display: inline; } }
@media screen and (min-width: 768px) {
.bot-nav a {
float: right;
display: inline;
padding-right: 10px;
padding-top: 10px; } }
@media screen and (min-width: 768px) {
#top {
display: none; } }
/*# sourceMappingURL=application.css.map */ | 0.35488 | 0.079603 |
body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1375px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u483_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1513px;
height:61px;
background:inherit;
background-color:rgba(252, 205, 2, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u483 {
border-width:0px;
position:absolute;
left:-69px;
top:-6px;
width:1513px;
height:61px;
}
#u483_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u484_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
color:#000000;
}
#u484 {
border-width:0px;
position:absolute;
left:226px;
top:15px;
width:44px;
height:18px;
font-size:16px;
color:#000000;
}
#u484_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
white-space:nowrap;
}
#u485_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:173px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
color:#000000;
}
#u485 {
border-width:0px;
position:absolute;
left:323px;
top:15px;
width:173px;
height:18px;
font-size:16px;
color:#000000;
}
#u485_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:173px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
color:#000000;
}
#u485.mouseOver {
}
#u485_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:173px;
white-space:nowrap;
}
#u486_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:252px;
height:1400px;
background:inherit;
background-color:rgba(235, 238, 244, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u486 {
border-width:0px;
position:absolute;
left:1192px;
top:57px;
width:252px;
height:1400px;
}
#u486_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u487_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:544px;
height:1400px;
background:inherit;
background-color:rgba(235, 238, 244, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u487 {
border-width:0px;
position:absolute;
left:0px;
top:57px;
width:544px;
height:1400px;
}
#u487_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u488 {
position:fixed;
left:206px;
top:76px;
}
#u488_state0 {
position:relative;
left:0px;
top:0px;
width:318px;
height:195px;
background-image:none;
}
#u488_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u489_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:318px;
height:195px;
}
#u489 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:318px;
height:195px;
}
#u489_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u490_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:198px;
height:49px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u490 {
border-width:0px;
position:absolute;
left:66px;
top:71px;
width:198px;
height:49px;
}
#u490_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:198px;
white-space:nowrap;
}
#u491_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:211px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u491 {
border-width:0px;
position:absolute;
left:66px;
top:124px;
width:211px;
height:16px;
}
#u491_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:211px;
word-wrap:break-word;
}
#u492 {
position:absolute;
left:19px;
top:69px;
}
#u492_state0 {
position:relative;
left:0px;
top:0px;
width:36px;
height:81px;
background-image:none;
}
#u492_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u493_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u493 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u493_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u494_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u494 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:34px;
}
#u494_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u495 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u496 {
border-width:0px;
position:absolute;
left:0px;
top:45px;
width:36px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u492_state1 {
position:relative;
left:0px;
top:0px;
width:34px;
height:82px;
visibility:hidden;
background-image:none;
}
#u492_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u497_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u497 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u497_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u498_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u498 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:34px;
}
#u498_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u499 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u500 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u492_state2 {
position:relative;
left:0px;
top:0px;
width:34px;
height:82px;
visibility:hidden;
background-image:none;
}
#u492_state2_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u501_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u501 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u501_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u502_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u502 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:34px;
}
#u502_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u503 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u504 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u492_state3 {
position:relative;
left:0px;
top:0px;
width:34px;
height:82px;
visibility:hidden;
background-image:none;
}
#u492_state3_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u505_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u505 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u505_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u506_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u506 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:34px;
}
#u506_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u507 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u508 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u509_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:249px;
height:35px;
}
#u509 {
border-width:0px;
position:absolute;
left:15px;
top:13px;
width:249px;
height:35px;
}
#u509_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u510_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:110px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:28px;
}
#u510 {
border-width:0px;
position:absolute;
left:19px;
top:13px;
width:110px;
height:32px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:28px;
}
#u510_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:110px;
white-space:nowrap;
}
#u511_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:306px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u511 {
border-width:0px;
position:absolute;
left:561px;
top:82px;
width:306px;
height:21px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u511_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:306px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u511.mouseOver {
}
#u511_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:306px;
word-wrap:break-word;
}
#u512_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:621px;
height:254px;
}
#u512 {
border-width:0px;
position:absolute;
left:558px;
top:121px;
width:621px;
height:254px;
}
#u512_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u513_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:539px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u513 {
border-width:0px;
position:absolute;
left:627px;
top:223px;
width:539px;
height:21px;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u513_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:539px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u513.mouseOver {
}
#u513_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:539px;
word-wrap:break-word;
}
#u514_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:616px;
height:2px;
}
#u514 {
border-width:0px;
position:absolute;
left:561px;
top:398px;
width:616px;
height:2px;
}
#u514_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u515 {
position:absolute;
left:561px;
top:414px;
}
#u515_state0 {
position:relative;
left:0px;
top:0px;
width:616px;
height:929px;
background-image:none;
}
#u515_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u516_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u516 {
border-width:0px;
position:absolute;
left:559px;
top:2px;
width:57px;
height:21px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u516_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u516.mouseOver {
}
#u516_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
word-wrap:break-word;
}
#u517_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u517 {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:64px;
height:21px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u517_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u517.mouseOver {
}
#u517_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
word-wrap:break-word;
}
#u518 {
position:absolute;
left:281px;
top:0px;
}
#u518_state0 {
position:relative;
left:0px;
top:0px;
width:54px;
height:22px;
background-image:none;
}
#u518_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u519_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u519 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u519_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u520_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u520 {
border-width:0px;
position:absolute;
left:32px;
top:0px;
width:22px;
height:22px;
}
#u520_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u518_state1 {
position:relative;
left:0px;
top:0px;
width:54px;
height:22px;
visibility:hidden;
background-image:none;
}
#u518_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u521_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u521 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u521_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u522_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u522 {
border-width:0px;
position:absolute;
left:32px;
top:0px;
width:22px;
height:22px;
}
#u522_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u523 {
position:absolute;
left:0px;
top:46px;
}
#u523_state0 {
position:relative;
left:0px;
top:0px;
width:615px;
height:883px;
background-image:none;
}
#u523_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u524_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:710px;
}
#u524 {
border-width:0px;
position:absolute;
left:0px;
top:3px;
width:615px;
height:710px;
}
#u524_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u525_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:147px;
}
#u525 {
border-width:0px;
position:absolute;
left:0px;
top:736px;
width:615px;
height:147px;
}
#u525_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u523_state1 {
position:relative;
left:0px;
top:0px;
width:615px;
height:1295px;
visibility:hidden;
background-image:none;
}
#u523_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u526_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:630px;
}
#u526 {
border-width:0px;
position:absolute;
left:0px;
top:8px;
width:615px;
height:630px;
}
#u526_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u527_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:638px;
}
#u527 {
border-width:0px;
position:absolute;
left:0px;
top:657px;
width:615px;
height:638px;
}
#u527_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u515_state1 {
position:relative;
left:0px;
top:0px;
width:615px;
height:883px;
visibility:hidden;
background-image:none;
}
#u515_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u528_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:710px;
}
#u528 {
border-width:0px;
position:absolute;
left:0px;
top:3px;
width:615px;
height:710px;
}
#u528_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u529_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:147px;
}
#u529 {
border-width:0px;
position:absolute;
left:0px;
top:736px;
width:615px;
height:147px;
}
#u529_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u515_state2 {
position:relative;
left:0px;
top:0px;
width:615px;
height:1295px;
visibility:hidden;
background-image:none;
}
#u515_state2_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u530_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:630px;
}
#u530 {
border-width:0px;
position:absolute;
left:0px;
top:8px;
width:615px;
height:630px;
}
#u530_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u531_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:638px;
}
#u531 {
border-width:0px;
position:absolute;
left:0px;
top:657px;
width:615px;
height:638px;
}
#u531_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u515_state3 {
position:relative;
left:0px;
top:0px;
width:0px;
height:0px;
visibility:hidden;
background-image:none;
}
#u515_state3_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u532_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:205px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#000000;
}
#u532 {
border-width:0px;
position:absolute;
left:546px;
top:15px;
width:205px;
height:18px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#000000;
}
#u532_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:205px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#000000;
}
#u532.mouseOver {
}
#u532_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:205px;
white-space:nowrap;
} | axure-prototypes/lab4-11th-Feb/unihub-html-v3/files/aberdeen_-_details/styles.css | body {
margin:0px;
background-image:none;
position:static;
left:auto;
width:1375px;
margin-left:0;
margin-right:0;
text-align:left;
}
#base {
position:absolute;
z-index:0;
}
#u483_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1513px;
height:61px;
background:inherit;
background-color:rgba(252, 205, 2, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u483 {
border-width:0px;
position:absolute;
left:-69px;
top:-6px;
width:1513px;
height:61px;
}
#u483_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u484_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
color:#000000;
}
#u484 {
border-width:0px;
position:absolute;
left:226px;
top:15px;
width:44px;
height:18px;
font-size:16px;
color:#000000;
}
#u484_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:44px;
white-space:nowrap;
}
#u485_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:173px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
color:#000000;
}
#u485 {
border-width:0px;
position:absolute;
left:323px;
top:15px;
width:173px;
height:18px;
font-size:16px;
color:#000000;
}
#u485_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:173px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:16px;
color:#000000;
}
#u485.mouseOver {
}
#u485_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:173px;
white-space:nowrap;
}
#u486_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:252px;
height:1400px;
background:inherit;
background-color:rgba(235, 238, 244, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u486 {
border-width:0px;
position:absolute;
left:1192px;
top:57px;
width:252px;
height:1400px;
}
#u486_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u487_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:544px;
height:1400px;
background:inherit;
background-color:rgba(235, 238, 244, 1);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u487 {
border-width:0px;
position:absolute;
left:0px;
top:57px;
width:544px;
height:1400px;
}
#u487_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u488 {
position:fixed;
left:206px;
top:76px;
}
#u488_state0 {
position:relative;
left:0px;
top:0px;
width:318px;
height:195px;
background-image:none;
}
#u488_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u489_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:318px;
height:195px;
}
#u489 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:318px;
height:195px;
}
#u489_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u490_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:198px;
height:49px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u490 {
border-width:0px;
position:absolute;
left:66px;
top:71px;
width:198px;
height:49px;
}
#u490_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:198px;
white-space:nowrap;
}
#u491_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:211px;
height:16px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
#u491 {
border-width:0px;
position:absolute;
left:66px;
top:124px;
width:211px;
height:16px;
}
#u491_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:211px;
word-wrap:break-word;
}
#u492 {
position:absolute;
left:19px;
top:69px;
}
#u492_state0 {
position:relative;
left:0px;
top:0px;
width:36px;
height:81px;
background-image:none;
}
#u492_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u493_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u493 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u493_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u494_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u494 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:34px;
}
#u494_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u495 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u496 {
border-width:0px;
position:absolute;
left:0px;
top:45px;
width:36px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u492_state1 {
position:relative;
left:0px;
top:0px;
width:34px;
height:82px;
visibility:hidden;
background-image:none;
}
#u492_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u497_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u497 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u497_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u498_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u498 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:34px;
}
#u498_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u499 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u500 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u492_state2 {
position:relative;
left:0px;
top:0px;
width:34px;
height:82px;
visibility:hidden;
background-image:none;
}
#u492_state2_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u501_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u501 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u501_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u502_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u502 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:34px;
}
#u502_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u503 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u504 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u492_state3 {
position:relative;
left:0px;
top:0px;
width:34px;
height:82px;
visibility:hidden;
background-image:none;
}
#u492_state3_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u505_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u505 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u505_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u506_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:34px;
}
#u506 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:34px;
}
#u506_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u507 {
border-width:0px;
position:absolute;
left:0px;
top:46px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u508 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:34px;
height:36px;
overflow:hidden;
background-image:url('../../resources/images/transparent.gif');
}
#u509_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:249px;
height:35px;
}
#u509 {
border-width:0px;
position:absolute;
left:15px;
top:13px;
width:249px;
height:35px;
}
#u509_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u510_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:110px;
height:32px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:28px;
}
#u510 {
border-width:0px;
position:absolute;
left:19px;
top:13px;
width:110px;
height:32px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:28px;
}
#u510_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:110px;
white-space:nowrap;
}
#u511_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:306px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u511 {
border-width:0px;
position:absolute;
left:561px;
top:82px;
width:306px;
height:21px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u511_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:306px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u511.mouseOver {
}
#u511_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:306px;
word-wrap:break-word;
}
#u512_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:621px;
height:254px;
}
#u512 {
border-width:0px;
position:absolute;
left:558px;
top:121px;
width:621px;
height:254px;
}
#u512_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u513_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:539px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u513 {
border-width:0px;
position:absolute;
left:627px;
top:223px;
width:539px;
height:21px;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u513_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:539px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u513.mouseOver {
}
#u513_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:539px;
word-wrap:break-word;
}
#u514_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:616px;
height:2px;
}
#u514 {
border-width:0px;
position:absolute;
left:561px;
top:398px;
width:616px;
height:2px;
}
#u514_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u515 {
position:absolute;
left:561px;
top:414px;
}
#u515_state0 {
position:relative;
left:0px;
top:0px;
width:616px;
height:929px;
background-image:none;
}
#u515_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u516_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u516 {
border-width:0px;
position:absolute;
left:559px;
top:2px;
width:57px;
height:21px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u516_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u516.mouseOver {
}
#u516_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:57px;
word-wrap:break-word;
}
#u517_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u517 {
border-width:0px;
position:absolute;
left:0px;
top:2px;
width:64px;
height:21px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u517_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
height:21px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:18px;
text-decoration:underline;
color:#3E8CA5;
}
#u517.mouseOver {
}
#u517_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:64px;
word-wrap:break-word;
}
#u518 {
position:absolute;
left:281px;
top:0px;
}
#u518_state0 {
position:relative;
left:0px;
top:0px;
width:54px;
height:22px;
background-image:none;
}
#u518_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u519_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u519 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u519_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u520_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u520 {
border-width:0px;
position:absolute;
left:32px;
top:0px;
width:22px;
height:22px;
}
#u520_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u518_state1 {
position:relative;
left:0px;
top:0px;
width:54px;
height:22px;
visibility:hidden;
background-image:none;
}
#u518_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u521_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u521 {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u521_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u522_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:22px;
height:22px;
}
#u522 {
border-width:0px;
position:absolute;
left:32px;
top:0px;
width:22px;
height:22px;
}
#u522_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u523 {
position:absolute;
left:0px;
top:46px;
}
#u523_state0 {
position:relative;
left:0px;
top:0px;
width:615px;
height:883px;
background-image:none;
}
#u523_state0_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u524_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:710px;
}
#u524 {
border-width:0px;
position:absolute;
left:0px;
top:3px;
width:615px;
height:710px;
}
#u524_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u525_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:147px;
}
#u525 {
border-width:0px;
position:absolute;
left:0px;
top:736px;
width:615px;
height:147px;
}
#u525_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u523_state1 {
position:relative;
left:0px;
top:0px;
width:615px;
height:1295px;
visibility:hidden;
background-image:none;
}
#u523_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u526_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:630px;
}
#u526 {
border-width:0px;
position:absolute;
left:0px;
top:8px;
width:615px;
height:630px;
}
#u526_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u527_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:638px;
}
#u527 {
border-width:0px;
position:absolute;
left:0px;
top:657px;
width:615px;
height:638px;
}
#u527_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u515_state1 {
position:relative;
left:0px;
top:0px;
width:615px;
height:883px;
visibility:hidden;
background-image:none;
}
#u515_state1_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u528_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:710px;
}
#u528 {
border-width:0px;
position:absolute;
left:0px;
top:3px;
width:615px;
height:710px;
}
#u528_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u529_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:147px;
}
#u529 {
border-width:0px;
position:absolute;
left:0px;
top:736px;
width:615px;
height:147px;
}
#u529_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u515_state2 {
position:relative;
left:0px;
top:0px;
width:615px;
height:1295px;
visibility:hidden;
background-image:none;
}
#u515_state2_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u530_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:630px;
}
#u530 {
border-width:0px;
position:absolute;
left:0px;
top:8px;
width:615px;
height:630px;
}
#u530_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u531_img {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:615px;
height:638px;
}
#u531 {
border-width:0px;
position:absolute;
left:0px;
top:657px;
width:615px;
height:638px;
}
#u531_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:0px;
visibility:hidden;
word-wrap:break-word;
}
#u515_state3 {
position:relative;
left:0px;
top:0px;
width:0px;
height:0px;
visibility:hidden;
background-image:none;
}
#u515_state3_content {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:1px;
height:1px;
}
#u532_div {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:205px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#000000;
}
#u532 {
border-width:0px;
position:absolute;
left:546px;
top:15px;
width:205px;
height:18px;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#000000;
}
#u532_div.mouseOver {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:205px;
height:18px;
background:inherit;
background-color:rgba(255, 255, 255, 0);
border:none;
border-radius:0px;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
font-family:'Arial-BoldMT', 'Arial Bold', 'Arial';
font-weight:700;
font-style:normal;
font-size:16px;
color:#000000;
}
#u532.mouseOver {
}
#u532_text {
border-width:0px;
position:absolute;
left:0px;
top:0px;
width:205px;
white-space:nowrap;
} | 0.30549 | 0.042523 |
:root {
--primary: hsl(160, 70%, 60%, 1);
--primary-variant: hsl(160, 60%, 50%, 1);
--secondary: hsl(160, 40%, 35%, 1);
--secondary-variant: hsl(160, 30%, 30%, 1);
--tertiary: hsl(160, 12%, 62%, 1);
--tertiary-variant: hsl(160, 8%, 55%, 1);
--white: hsl(348, 100%, 99%, 1);
--dark: hsl(180, 5%, 8%, 1);
--shadow: 2px 4px 12px hsla(180, 10%, 6%, 0.15);
--shadow-variant: 3px 5px 16px hsla(180, 5%, 4%, 0.1);
--btn-border: 2px;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
font-family: "Montserrat", sans-serif;
font-weight: 400;
color: var(--tertiary);
background: var(--white);
}
header,
main,
section,
footer {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.container {
position: relative;
width: 100%;
max-width: 1280px;
padding-left: 5px;
padding-right: 5px;
}
b,
strong,
.f-bold {
font-weight: 700;
}
.f-light,
small {
font-weight: 400;
}
h1 {
font-size: 3rem;
line-height: 1.2;
}
h2 {
font-size: 2.4rem;
line-height: 1.2;
}
.primary {
color: var(--primary);
}
.secondary {
color: var(--secondary);
}
.tertiary {
color: var(--tertiary);
}
.dark {
color: var(--dark);
}
/* END OF BASIC STYLES */
.overlay {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.ov-from-white {
background-image: linear-gradient(
to bottom,
var(--white) 0%,
transparent 40%
);
}
.divider {
display: block;
position: absolute;
width: 100%;
height: 50px;
background: var(--tertiary);
}
.divider--top {
top: -2px;
clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
}
.divider--bottom {
bottom: -2px;
clip-path: polygon(0 100%, 100% 100%, 100% 0%, 0% 95%);
}
.divider--dark {
background: var(--dark);
}
.title {
width: 100%;
padding: 0.5rem 0;
max-width: minmax(360px, 640px);
margin-bottom: 1.5rem;
}
.title small {
font-size: 0.5em;
letter-spacing: 2px;
font-weight: 400;
}
.above-title {
font-size: 1.1rem;
letter-spacing: 2px;
font-weight: 400;
}
.title .underline {
display: inline-block;
position: relative;
word-break: keep-all;
}
.title .underline::before {
content: "";
position: absolute;
width: 100%;
height: 40px;
background-image: url(../images/underline.svg);
background-repeat: no-repeat;
background-size: contain;
top: 100%;
}
.social-nav ul {
list-style: none;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 2rem;
}
.social-nav ul li {
margin-right: 0.8rem;
}
.social-nav ul li a {
display: -ms-grid;
display: grid;
width: 32px;
height: 32px;
-ms-flex-line-pack: center;
align-content: center;
padding: 0.25rem;
-webkit-transition: -webkit-transform 200ms ease-out;
transition: -webkit-transform 200ms ease-out;
transition: transform 200ms ease-out;
transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.social-nav ul li a svg {
width: 100%;
}
.social-nav ul li a svg path {
-webkit-transition: fill 200ms ease-in;
transition: fill 200ms ease-in;
}
.social-nav ul li a:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.social-nav ul li a:hover svg path {
fill: var(--primary);
}
.social-nav ul li:last-child {
margin: 0;
}
.btn {
display: inline-block;
background: var(--tertiary);
border: solid var(--btn-border) var(--tertiary);
font-weight: 700;
padding: 0.6rem 1.8rem;
border-radius: 10rem;
text-decoration: none;
transform: translateY(0);
text-align: center;
}
.btn--primary {
background-color: var(--primary);
color: var(--white);
border: solid var(--btn-border) var(--primary);
box-shadow: var(--shadow);
transition: background-color 0.2s ease-out, transform 0.2s ease-out,
box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}
.btn--primary:hover,
.btn--primary:active {
transform: translateY(-2px);
box-shadow: var(--shadow-variant);
background-color: var(--primary-variant);
border-color: var(--primary-variant);
}
.btn--primary.btn--outline {
background-color: transparent;
border: solid var(--btn-border) var(--primary);
color: var(--primary);
}
.btn--secondary {
background-color: var(--secondary);
color: var(--white);
border: solid var(--btn-border) var(--secondary);
box-shadow: var(--shadow);
transition: background-color 0.2s ease-out, transform 0.2s ease-out,
box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}
.btn--secondary:hover,
.btn--secondary:active {
transform: translateY(-2px);
box-shadow: var(--shadow-variant);
background-color: var(--secondary-variant);
border-color: var(--secondary-variant);
}
.btn--secondary.btn--outline {
background-color: transparent;
border: solid var(--btn-border) var(--secondary);
color: var(--secondary);
}
.btn--tertiary {
background-color: var(--tertiary);
color: var(--white);
border: solid var(--btn-border) var(--tertiary);
box-shadow: var(--shadow);
transition: background-color 0.2s ease-out, transform 0.2s ease-out,
box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}
.btn--tertiary:hover,
.btn--tertiary:active {
transform: translateY(-2px);
box-shadow: var(--shadow-variant);
background-color: var(--tertiary-variant);
border-color: var(--tertiary-variant);
}
.btn--tertiary.btn--outline {
background-color: transparent;
border: solid var(--btn-border) var(--tertiary);
color: var(--tertiary);
}
@media (max-width: 1294px) {
.container {
max-width: 960px;
}
}
@media (max-width: 820px) {
.container {
position: relative;
width: 100%;
max-width: 570px;
padding-left: 10px;
padding-right: 10px;
}
.btn {
padding: 0.8rem 2.2rem;
}
.divider {
height: 30px;
}
} | css/main.css |
:root {
--primary: hsl(160, 70%, 60%, 1);
--primary-variant: hsl(160, 60%, 50%, 1);
--secondary: hsl(160, 40%, 35%, 1);
--secondary-variant: hsl(160, 30%, 30%, 1);
--tertiary: hsl(160, 12%, 62%, 1);
--tertiary-variant: hsl(160, 8%, 55%, 1);
--white: hsl(348, 100%, 99%, 1);
--dark: hsl(180, 5%, 8%, 1);
--shadow: 2px 4px 12px hsla(180, 10%, 6%, 0.15);
--shadow-variant: 3px 5px 16px hsla(180, 5%, 4%, 0.1);
--btn-border: 2px;
}
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
body {
display: flex;
flex-direction: column;
font-family: "Montserrat", sans-serif;
font-weight: 400;
color: var(--tertiary);
background: var(--white);
}
header,
main,
section,
footer {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}
.container {
position: relative;
width: 100%;
max-width: 1280px;
padding-left: 5px;
padding-right: 5px;
}
b,
strong,
.f-bold {
font-weight: 700;
}
.f-light,
small {
font-weight: 400;
}
h1 {
font-size: 3rem;
line-height: 1.2;
}
h2 {
font-size: 2.4rem;
line-height: 1.2;
}
.primary {
color: var(--primary);
}
.secondary {
color: var(--secondary);
}
.tertiary {
color: var(--tertiary);
}
.dark {
color: var(--dark);
}
/* END OF BASIC STYLES */
.overlay {
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.ov-from-white {
background-image: linear-gradient(
to bottom,
var(--white) 0%,
transparent 40%
);
}
.divider {
display: block;
position: absolute;
width: 100%;
height: 50px;
background: var(--tertiary);
}
.divider--top {
top: -2px;
clip-path: polygon(0 0, 100% 0, 100% 5%, 0 100%);
}
.divider--bottom {
bottom: -2px;
clip-path: polygon(0 100%, 100% 100%, 100% 0%, 0% 95%);
}
.divider--dark {
background: var(--dark);
}
.title {
width: 100%;
padding: 0.5rem 0;
max-width: minmax(360px, 640px);
margin-bottom: 1.5rem;
}
.title small {
font-size: 0.5em;
letter-spacing: 2px;
font-weight: 400;
}
.above-title {
font-size: 1.1rem;
letter-spacing: 2px;
font-weight: 400;
}
.title .underline {
display: inline-block;
position: relative;
word-break: keep-all;
}
.title .underline::before {
content: "";
position: absolute;
width: 100%;
height: 40px;
background-image: url(../images/underline.svg);
background-repeat: no-repeat;
background-size: contain;
top: 100%;
}
.social-nav ul {
list-style: none;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin-top: 2rem;
}
.social-nav ul li {
margin-right: 0.8rem;
}
.social-nav ul li a {
display: -ms-grid;
display: grid;
width: 32px;
height: 32px;
-ms-flex-line-pack: center;
align-content: center;
padding: 0.25rem;
-webkit-transition: -webkit-transform 200ms ease-out;
transition: -webkit-transform 200ms ease-out;
transition: transform 200ms ease-out;
transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}
.social-nav ul li a svg {
width: 100%;
}
.social-nav ul li a svg path {
-webkit-transition: fill 200ms ease-in;
transition: fill 200ms ease-in;
}
.social-nav ul li a:hover {
-webkit-transform: translateY(-3px);
transform: translateY(-3px);
}
.social-nav ul li a:hover svg path {
fill: var(--primary);
}
.social-nav ul li:last-child {
margin: 0;
}
.btn {
display: inline-block;
background: var(--tertiary);
border: solid var(--btn-border) var(--tertiary);
font-weight: 700;
padding: 0.6rem 1.8rem;
border-radius: 10rem;
text-decoration: none;
transform: translateY(0);
text-align: center;
}
.btn--primary {
background-color: var(--primary);
color: var(--white);
border: solid var(--btn-border) var(--primary);
box-shadow: var(--shadow);
transition: background-color 0.2s ease-out, transform 0.2s ease-out,
box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}
.btn--primary:hover,
.btn--primary:active {
transform: translateY(-2px);
box-shadow: var(--shadow-variant);
background-color: var(--primary-variant);
border-color: var(--primary-variant);
}
.btn--primary.btn--outline {
background-color: transparent;
border: solid var(--btn-border) var(--primary);
color: var(--primary);
}
.btn--secondary {
background-color: var(--secondary);
color: var(--white);
border: solid var(--btn-border) var(--secondary);
box-shadow: var(--shadow);
transition: background-color 0.2s ease-out, transform 0.2s ease-out,
box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}
.btn--secondary:hover,
.btn--secondary:active {
transform: translateY(-2px);
box-shadow: var(--shadow-variant);
background-color: var(--secondary-variant);
border-color: var(--secondary-variant);
}
.btn--secondary.btn--outline {
background-color: transparent;
border: solid var(--btn-border) var(--secondary);
color: var(--secondary);
}
.btn--tertiary {
background-color: var(--tertiary);
color: var(--white);
border: solid var(--btn-border) var(--tertiary);
box-shadow: var(--shadow);
transition: background-color 0.2s ease-out, transform 0.2s ease-out,
box-shadow 0.2s ease-out, border-color 0.2s ease-out;
}
.btn--tertiary:hover,
.btn--tertiary:active {
transform: translateY(-2px);
box-shadow: var(--shadow-variant);
background-color: var(--tertiary-variant);
border-color: var(--tertiary-variant);
}
.btn--tertiary.btn--outline {
background-color: transparent;
border: solid var(--btn-border) var(--tertiary);
color: var(--tertiary);
}
@media (max-width: 1294px) {
.container {
max-width: 960px;
}
}
@media (max-width: 820px) {
.container {
position: relative;
width: 100%;
max-width: 570px;
padding-left: 10px;
padding-right: 10px;
}
.btn {
padding: 0.8rem 2.2rem;
}
.divider {
height: 30px;
}
} | 0.472197 | 0.087486 |
@charset "utf-8";
/* CSS Document */
.mainCon {position: relative; width:980px; margin: 0px auto; clear:both; padding: 10px 0px; background-color:#FFF;}
.leftCont {float: left; width: 710px; padding:3px; margin-left:10px !important; *margin-left: 6px; height: auto; clear:both;}
.rightCont {float: right; width: 235px; padding:5px; margin:0px 8px 10px 0px !important; *margin:0px 4px 25px 0px;}
.sub_leftCont {float: left; width: 700px; padding:0px; margin-left:15px !important; *margin-left: 8px; height: auto; clear:both;}
.sub_rightCont {float: right; width: 245px; padding:5px; margin:0px 10px 10px 0px !important; *margin:0px 5px 25px 0px;}
.cbanner {float:left; width: 345px; height:235px; margin:0px; padding:0px; text-align:left;}
.toplink {float:left; width: 530px; height:auto; margin-left: 15px; padding:5px 5px; text-align:center;}
.toplink span {font:bold 16px/28px "宋体"; color:#ff6600;}
.toplink span a{font:bold 16px/28px "宋体"; color:#ff6600; text-decoration:none;}
.toplink span a:hover {text-decoration: underline;}
.toplink a.tld {float:left; font:normal 12px/20px "宋体"; color:#999; text-decoration:none; text-align:left;}
.toplink a:hover.tld {text-decoration: underline;}
.consultItem {float:left; width: 340px; height:auto; margin-top: 10px; padding:0px;}
.itemTit {float:left; width: 335px; background: url(../images/lc_rigTitbg.jpg) left bottom repeat-x; height:36px !important; *height:35px; padding-top:5px !important; *padding-top:5px; padding-left:10px; border-bottom:1px solid #ddd;}
.itemTit img {float:left; margin-top: 5px;}
.itemTit span {float:left; padding-left: 10px; font:normal 16px/30px "微软雅黑"; color:#333;}
.itemTit b {float:right; margin-right: 10px; font:normal 12px/30px "宋体"; color:#999;}
.itemTit a {color:#999; text-decoration: none;}
.mr_10 {margin-right:15px !important; *margin-right:10px;}
.item_dlbox {float:left; padding: 15px 10px 15px 15px; margin: 0px; width: 320px; height: auto;}
.item_dlbox dl {float:left; text-align:left; list-style: none; margin:0px; padding:0px;}
.item_dlbox dt {float:left; width:90px; height:65px; margin-right: 15px;}
.item_dlbox dd {float: left; width: 210px; margin: 0px; padding: 0px; vertical-align: middle; color:#999; font:normal 12px/20px "宋体";}
.item_dlbox dd span {height: 25px; line-height: 25px; color:#f33968; font-size: 12px; font-weight:bold; color: #666;}
.item_dlbox a.sptit {color: #666; text-decoration: none;}
.item_dlbox a:hover.sptit {text-decoration: underline;}
.item_dlbox a.ddtxt {color:#999; text-decoration: none;}
.item_dlbox a:hover.ddtxt {text-decoration: underline;}
.Txtlist {float:left; padding:5px 20px; margin-bottom: 10px;}
.Txtlist ul li {list-style-type: disc; color: #ccc; /* list-style-position:inside; */}
.Txtlist ul li a {font:normal 12px/24px "宋体"; color:#666; padding-left: 2px;}
.clistbg {float: left; clear:both; height: 42px; width: 98%; background: url(../images/clistbg.gif) left bottom repeat-x; margin-left: 5px;}
.clistTit {float: left; height: 40px; width: auto; display: block; text-indent: 0px; font:normal 20px/40px "微软雅黑"; letter-spacing:1px; color: #336699; border-bottom: 2px solid #ea6303; padding: 0px 10px;}
.listbox {float:left; width: 680px !important; margin:0px; padding: 8px 10px !important; *padding: 20px 10px;}
.listbox dl {list-style:none; padding-right: 10px;}
.listbox dl dt {display:block; height:35px; padding:0px;}
.listbox dl dd {clear: both; display:block; margin: 5px 0px; padding-bottom: 10px; font: normal 12px/20px "宋体"; color:#999; text-align:justify; text-justify: auto; padding-left: 20px;}
.listbox dl dt span {padding-left: 20px; background:url(../images/arrow_tit.gif) 0px 9px no-repeat; float:left; font:bold 14px/34px "宋体"; color:#666;}
.listbox dl dt a {color:#666; text-decoration: none;}
.listbox dl dt a:hover {text-decoration: underline;}
.listbox dl dt b {float:right; font:normal 12px/30px "宋体"; color:#999;}
.listbox dl dd a {color:#999; text-decoration: none;}
.listbox dl dd a:hover {text-decoration: underline;}
.pageNumbox {float:left; width: 670px; padding: 10px auto !important; margin: 20px auto; height: 40px; clear:both;}
.pagebtn {text-align: center; width:auto; height:auto; clear:both;}
.pagebtn input {cursor:pointer; font:normal 14px/30px Arial, Helvetica, sans-serif, "宋体"; text-align:center; border: medium none;}
.pagebtn a {text-decoration: none;}
.pagebtn a:hover {text-decoration: none;}
input.ud_btn {width:65px; height: 32px; margin:0px 2px; color: #666; background:url(../images/ud_btn.gif) 0 0 no-repeat;}
input.ud_btnh {width:65px; height: 32px; margin:0px 2px; color: #fff; background:url(../images/ud_btnh.gif) 0 0 no-repeat;}
input.num_btn {width:31px; height:30px; margin: 0px 2px; color:#666; background:url(../images/numbtn_a.gif) 0 0 no-repeat;}
input.num_btnh {width:31px; height:30px; margin: 0px 2px; color:#fff; background:url(../images/numbtn_ah.gif) 0 0 no-repeat;}
.ctdTit {clear:both; height: 60px; width: 680px; border-bottom: 1px solid #ddd; text-align:center; padding: 10px 0px; margin-left: 5px;}
.ctdTit h3 {display: block; font:normal 22px/40px "微软雅黑"; color:#ff6600;}
.ctdTit span {clear:both;font:normal 12px/20px "宋体"; color:#999;}
.text_detbox {float:left; width: 670px !important; margin:0px; padding: 10px 10px !important; *padding: 20px 10px; min-height: 320px !important; *height: 320px;}
.text_detbox ul {list-style:none; margin:0px; padding:0px;}
.text_detbox ul li {clear: both; display:block; margin: 5px 0px; text-indent: 2em; font: normal 14px/20px "宋体"; color:#666; text-align:justify; text-justify: auto; padding:0px 10px;}
.textlink {float:left; width: 670px; text-align:left; margin:0px 5px; padding:0px; font: normal 12px/25px "宋体"; color: #666;}
.uplink {float:left; width:auto; background:url(../images/uplink.gif) 5px 8px no-repeat; padding-left: 22px;}
.downlink {float:right; width:auto; background:url(../images/downlink.gif) 5px 9px no-repeat; padding-left: 22px;}
.sharebox {float:left; width: 670px; margin: 30px auto; height: 50px; display:inline; text-align:right; font:normal 14px/30px "宋体"; color: #666;}
.sharebox img {border:none; display:inline;}
.sharebox a {cursor:pointer; margin:0px 2px;}
/****右侧内容****/
.ListColumn {float: left; width: 230px; border:1px solid #ddd; height:auto; padding:0px; margin-bottom: 10px;}
.subListColumn {float: left; width: 243px; border:1px solid #ddd; height:auto; padding:0px; margin-bottom: 10px;}
.ListTit {
background: url(../images/lc_rigTitbg.jpg) repeat-x;
float: left;
height: 30px !important;
*height: 32px;
clear: both;
width: 100%;
margin:0px;
border-bottom:1px solid #ddd;
font:normal 16px/24px "微软雅黑", Arial, Helvetica, sans-serif;
color:#333;
text-indent:15px;
padding-top:8px !important;
*padding-top:8px;
}
.rightList {float:left; padding:10px 10px 25px 20px;}
.rightList ul li {list-style-type: disc; color: #ccc; /* list-style-position:inside; */}
.rightList ul li a {font:normal 14px/25px "微软雅黑"; color:#666; padding-left: 2px;}
.adimg {float: left; width: 230px; border:1px solid #eaeaea; height:auto; margin: 0px; padding:0px;}
.rcol_menu {float:left; width:230px; height:auto; clear: both; display:block; margin: 10px 0px; border: 1px solid #ddd;}
.rcol_menu ul {float:left; list-style-type:none; padding: 0px; }
.rcol_menu li {overflow: hidden; white-space:nowrap; float:left; height:60px; display:block; padding-top: 20px; margin: 0px 10px !important; *margin: 0px 5px; font:normal 14pt/28px "微软雅黑";width:135px; padding-bottom: 10px; padding-left:75px; border-bottom: 1px solid #ddd;}
.rcol_link {width: auto; height:30px; font-size: 10pt; font-family: "微软雅黑"; color:#909090;}
.rcol_link a {color:#999; margin: 0px;}
.rcol_link a:hover {color:#999; text-decoration: none;}
.cl_Txtli {float:left; padding:12px 12px 15px 12px;}
.cl_Txtli ul li {list-style-type: disc; color: #ccc; list-style-position:inside;}
.cl_Txtli ul li a {font:normal 12px/25px "宋体"; color:#666; padding:0px;}
.numTxtli {float:left; padding:12px 12px 15px 12px;}
.numTxtli ul li {list-style-type: decimal; background:url(../images/licobg.gif) 0px 7px no-repeat; list-style-position:inside; color: white; padding-left: 3px;}
.numTxtli ul li a {font:normal 12px/30px Arial, Helvetica, sans-serif; color:#666; padding-left: 5px;}
.yuy_click {clear:both; width:245px; margin:0px; padding:0px; text-align:right; background-color: #ee0022;}
.cfocus {
height: 235px;
//overflow: hidden;
}
.cbanner {
height: 235px;
overflow: hidden;
}
.cbanner .viewport {
width: 345px;
height: 200px;
overflow: hidden;
position: relative;
}
.cbanner .buttons {
display: block;
margin: 30px 10px 0 0;
float: left;
}
.cbanner .next {
margin: 30px 0 0 10px;
}
.cbanner .disable {
visibility: hidden;
}
.cbanner .overview {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
left: 0;
top: 0;
}
.cbanner .overview li {
float: left;
margin: 0 20px 0 0;
padding: 0px;
height: 200px;
width: 345px;
}
.cbanner .bottomBar {
vertical-align: center;
padding-top: 6px;
position:relative;
width: 345px;
height: 20px;
background: #47515B;
}
.cbanner .pager {
width:200px;
overflow: hidden;
list-style: none;
clear: both;
text-align:left;
}
.cbanner .pager li {
float: left;
}
.cbanner .pagenum {
text-decoration: none;
text-align: center;
#padding: 5px;
color: #9A9899;
font-size: 12px;
display: block;
}
.cbanner .active {
color: #EE9900;
}
.cbanner .bannerTitle {
width: 260px;
white-space:nowrap;
overflow: hidden;
font-weight: bold;
padding-left: 10px;
float: left;
color: #fff;
}
.breadcrumb {
margin: auto;
padding-top: 10px;
margin-bottom: -3px;
position: relative;
width: 980px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){.cl_Txtli ul li {width: 210px;} } | Public/static/member/css/consult.css | @charset "utf-8";
/* CSS Document */
.mainCon {position: relative; width:980px; margin: 0px auto; clear:both; padding: 10px 0px; background-color:#FFF;}
.leftCont {float: left; width: 710px; padding:3px; margin-left:10px !important; *margin-left: 6px; height: auto; clear:both;}
.rightCont {float: right; width: 235px; padding:5px; margin:0px 8px 10px 0px !important; *margin:0px 4px 25px 0px;}
.sub_leftCont {float: left; width: 700px; padding:0px; margin-left:15px !important; *margin-left: 8px; height: auto; clear:both;}
.sub_rightCont {float: right; width: 245px; padding:5px; margin:0px 10px 10px 0px !important; *margin:0px 5px 25px 0px;}
.cbanner {float:left; width: 345px; height:235px; margin:0px; padding:0px; text-align:left;}
.toplink {float:left; width: 530px; height:auto; margin-left: 15px; padding:5px 5px; text-align:center;}
.toplink span {font:bold 16px/28px "宋体"; color:#ff6600;}
.toplink span a{font:bold 16px/28px "宋体"; color:#ff6600; text-decoration:none;}
.toplink span a:hover {text-decoration: underline;}
.toplink a.tld {float:left; font:normal 12px/20px "宋体"; color:#999; text-decoration:none; text-align:left;}
.toplink a:hover.tld {text-decoration: underline;}
.consultItem {float:left; width: 340px; height:auto; margin-top: 10px; padding:0px;}
.itemTit {float:left; width: 335px; background: url(../images/lc_rigTitbg.jpg) left bottom repeat-x; height:36px !important; *height:35px; padding-top:5px !important; *padding-top:5px; padding-left:10px; border-bottom:1px solid #ddd;}
.itemTit img {float:left; margin-top: 5px;}
.itemTit span {float:left; padding-left: 10px; font:normal 16px/30px "微软雅黑"; color:#333;}
.itemTit b {float:right; margin-right: 10px; font:normal 12px/30px "宋体"; color:#999;}
.itemTit a {color:#999; text-decoration: none;}
.mr_10 {margin-right:15px !important; *margin-right:10px;}
.item_dlbox {float:left; padding: 15px 10px 15px 15px; margin: 0px; width: 320px; height: auto;}
.item_dlbox dl {float:left; text-align:left; list-style: none; margin:0px; padding:0px;}
.item_dlbox dt {float:left; width:90px; height:65px; margin-right: 15px;}
.item_dlbox dd {float: left; width: 210px; margin: 0px; padding: 0px; vertical-align: middle; color:#999; font:normal 12px/20px "宋体";}
.item_dlbox dd span {height: 25px; line-height: 25px; color:#f33968; font-size: 12px; font-weight:bold; color: #666;}
.item_dlbox a.sptit {color: #666; text-decoration: none;}
.item_dlbox a:hover.sptit {text-decoration: underline;}
.item_dlbox a.ddtxt {color:#999; text-decoration: none;}
.item_dlbox a:hover.ddtxt {text-decoration: underline;}
.Txtlist {float:left; padding:5px 20px; margin-bottom: 10px;}
.Txtlist ul li {list-style-type: disc; color: #ccc; /* list-style-position:inside; */}
.Txtlist ul li a {font:normal 12px/24px "宋体"; color:#666; padding-left: 2px;}
.clistbg {float: left; clear:both; height: 42px; width: 98%; background: url(../images/clistbg.gif) left bottom repeat-x; margin-left: 5px;}
.clistTit {float: left; height: 40px; width: auto; display: block; text-indent: 0px; font:normal 20px/40px "微软雅黑"; letter-spacing:1px; color: #336699; border-bottom: 2px solid #ea6303; padding: 0px 10px;}
.listbox {float:left; width: 680px !important; margin:0px; padding: 8px 10px !important; *padding: 20px 10px;}
.listbox dl {list-style:none; padding-right: 10px;}
.listbox dl dt {display:block; height:35px; padding:0px;}
.listbox dl dd {clear: both; display:block; margin: 5px 0px; padding-bottom: 10px; font: normal 12px/20px "宋体"; color:#999; text-align:justify; text-justify: auto; padding-left: 20px;}
.listbox dl dt span {padding-left: 20px; background:url(../images/arrow_tit.gif) 0px 9px no-repeat; float:left; font:bold 14px/34px "宋体"; color:#666;}
.listbox dl dt a {color:#666; text-decoration: none;}
.listbox dl dt a:hover {text-decoration: underline;}
.listbox dl dt b {float:right; font:normal 12px/30px "宋体"; color:#999;}
.listbox dl dd a {color:#999; text-decoration: none;}
.listbox dl dd a:hover {text-decoration: underline;}
.pageNumbox {float:left; width: 670px; padding: 10px auto !important; margin: 20px auto; height: 40px; clear:both;}
.pagebtn {text-align: center; width:auto; height:auto; clear:both;}
.pagebtn input {cursor:pointer; font:normal 14px/30px Arial, Helvetica, sans-serif, "宋体"; text-align:center; border: medium none;}
.pagebtn a {text-decoration: none;}
.pagebtn a:hover {text-decoration: none;}
input.ud_btn {width:65px; height: 32px; margin:0px 2px; color: #666; background:url(../images/ud_btn.gif) 0 0 no-repeat;}
input.ud_btnh {width:65px; height: 32px; margin:0px 2px; color: #fff; background:url(../images/ud_btnh.gif) 0 0 no-repeat;}
input.num_btn {width:31px; height:30px; margin: 0px 2px; color:#666; background:url(../images/numbtn_a.gif) 0 0 no-repeat;}
input.num_btnh {width:31px; height:30px; margin: 0px 2px; color:#fff; background:url(../images/numbtn_ah.gif) 0 0 no-repeat;}
.ctdTit {clear:both; height: 60px; width: 680px; border-bottom: 1px solid #ddd; text-align:center; padding: 10px 0px; margin-left: 5px;}
.ctdTit h3 {display: block; font:normal 22px/40px "微软雅黑"; color:#ff6600;}
.ctdTit span {clear:both;font:normal 12px/20px "宋体"; color:#999;}
.text_detbox {float:left; width: 670px !important; margin:0px; padding: 10px 10px !important; *padding: 20px 10px; min-height: 320px !important; *height: 320px;}
.text_detbox ul {list-style:none; margin:0px; padding:0px;}
.text_detbox ul li {clear: both; display:block; margin: 5px 0px; text-indent: 2em; font: normal 14px/20px "宋体"; color:#666; text-align:justify; text-justify: auto; padding:0px 10px;}
.textlink {float:left; width: 670px; text-align:left; margin:0px 5px; padding:0px; font: normal 12px/25px "宋体"; color: #666;}
.uplink {float:left; width:auto; background:url(../images/uplink.gif) 5px 8px no-repeat; padding-left: 22px;}
.downlink {float:right; width:auto; background:url(../images/downlink.gif) 5px 9px no-repeat; padding-left: 22px;}
.sharebox {float:left; width: 670px; margin: 30px auto; height: 50px; display:inline; text-align:right; font:normal 14px/30px "宋体"; color: #666;}
.sharebox img {border:none; display:inline;}
.sharebox a {cursor:pointer; margin:0px 2px;}
/****右侧内容****/
.ListColumn {float: left; width: 230px; border:1px solid #ddd; height:auto; padding:0px; margin-bottom: 10px;}
.subListColumn {float: left; width: 243px; border:1px solid #ddd; height:auto; padding:0px; margin-bottom: 10px;}
.ListTit {
background: url(../images/lc_rigTitbg.jpg) repeat-x;
float: left;
height: 30px !important;
*height: 32px;
clear: both;
width: 100%;
margin:0px;
border-bottom:1px solid #ddd;
font:normal 16px/24px "微软雅黑", Arial, Helvetica, sans-serif;
color:#333;
text-indent:15px;
padding-top:8px !important;
*padding-top:8px;
}
.rightList {float:left; padding:10px 10px 25px 20px;}
.rightList ul li {list-style-type: disc; color: #ccc; /* list-style-position:inside; */}
.rightList ul li a {font:normal 14px/25px "微软雅黑"; color:#666; padding-left: 2px;}
.adimg {float: left; width: 230px; border:1px solid #eaeaea; height:auto; margin: 0px; padding:0px;}
.rcol_menu {float:left; width:230px; height:auto; clear: both; display:block; margin: 10px 0px; border: 1px solid #ddd;}
.rcol_menu ul {float:left; list-style-type:none; padding: 0px; }
.rcol_menu li {overflow: hidden; white-space:nowrap; float:left; height:60px; display:block; padding-top: 20px; margin: 0px 10px !important; *margin: 0px 5px; font:normal 14pt/28px "微软雅黑";width:135px; padding-bottom: 10px; padding-left:75px; border-bottom: 1px solid #ddd;}
.rcol_link {width: auto; height:30px; font-size: 10pt; font-family: "微软雅黑"; color:#909090;}
.rcol_link a {color:#999; margin: 0px;}
.rcol_link a:hover {color:#999; text-decoration: none;}
.cl_Txtli {float:left; padding:12px 12px 15px 12px;}
.cl_Txtli ul li {list-style-type: disc; color: #ccc; list-style-position:inside;}
.cl_Txtli ul li a {font:normal 12px/25px "宋体"; color:#666; padding:0px;}
.numTxtli {float:left; padding:12px 12px 15px 12px;}
.numTxtli ul li {list-style-type: decimal; background:url(../images/licobg.gif) 0px 7px no-repeat; list-style-position:inside; color: white; padding-left: 3px;}
.numTxtli ul li a {font:normal 12px/30px Arial, Helvetica, sans-serif; color:#666; padding-left: 5px;}
.yuy_click {clear:both; width:245px; margin:0px; padding:0px; text-align:right; background-color: #ee0022;}
.cfocus {
height: 235px;
//overflow: hidden;
}
.cbanner {
height: 235px;
overflow: hidden;
}
.cbanner .viewport {
width: 345px;
height: 200px;
overflow: hidden;
position: relative;
}
.cbanner .buttons {
display: block;
margin: 30px 10px 0 0;
float: left;
}
.cbanner .next {
margin: 30px 0 0 10px;
}
.cbanner .disable {
visibility: hidden;
}
.cbanner .overview {
list-style: none;
padding: 0;
margin: 0;
position: absolute;
left: 0;
top: 0;
}
.cbanner .overview li {
float: left;
margin: 0 20px 0 0;
padding: 0px;
height: 200px;
width: 345px;
}
.cbanner .bottomBar {
vertical-align: center;
padding-top: 6px;
position:relative;
width: 345px;
height: 20px;
background: #47515B;
}
.cbanner .pager {
width:200px;
overflow: hidden;
list-style: none;
clear: both;
text-align:left;
}
.cbanner .pager li {
float: left;
}
.cbanner .pagenum {
text-decoration: none;
text-align: center;
#padding: 5px;
color: #9A9899;
font-size: 12px;
display: block;
}
.cbanner .active {
color: #EE9900;
}
.cbanner .bannerTitle {
width: 260px;
white-space:nowrap;
overflow: hidden;
font-weight: bold;
padding-left: 10px;
float: left;
color: #fff;
}
.breadcrumb {
margin: auto;
padding-top: 10px;
margin-bottom: -3px;
position: relative;
width: 980px;
}
@media screen and (-webkit-min-device-pixel-ratio:0){.cl_Txtli ul li {width: 210px;} } | 0.274254 | 0.227062 |
.container{
position: relative;
width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.left{
position: relative;
width: 100%;
/*min-height: 80vh;*/
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.right{
display: none;
/*display: flex;*/
flex-direction: column;
justify-content: center;
align-items: center;
}
.call{
font-family: OpenSans-Regular, sans-serif;
width: 80%;
margin: 4em auto 1em auto;
font-size: 16px;
}
.title{
font-family: Ubuntu-MediumItalic, sans-serif;
font-size: 24px;
width: 80%;
margin: 0 auto;
}
.subtitle{
font-family: Ubuntu-Medium, sans-serif;
font-size: 14px;
width: 80%;
margin: .8em auto 1em auto;
}
.subtitle span{
font-size: 2em;
}
.line{
width: 90%;
position: relative;
height: 1px;
border-width: 0;
color: #707070;
background-color: #000;
margin: 1em 5%;
}
.mobile-image{
max-width: 80%;
margin: 0 auto;
}
.story{
font-size: 14px;
width: 80%;
margin: 2em 10%;
font-family: OpenSans-Regular, sans-serif;
line-height: 1.2em;
}
.buttons{
font-family: Ubuntu-Medium, sans-serif;
font-size: 14px;
width: 80%;
margin: 0 10% 2em 10%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.buttons > *{
border-radius: 100px;
padding: .6em 1.2em;
white-space: nowrap;
transition: .3s;
}
.readmore-btn{
color: #fff;
background-color: #F5A65B;
border: none;
text-decoration: none;
}
.readmore-btn:hover {
background-color: #FFC996;
}
.projects-btn:hover {
background-color: #FFC996;
color: #fff;
fill: #fff;
-webkit-box-shadow:inset 0 0 0 2px #FFC996;
-moz-box-shadow:inset 0 0 0 2px #FFC996;
box-shadow:inset 0 0 0 2px #FFC996;
}
.projects-btn{
color: #F5A65B;
background-color: #fff;
border: none;
-webkit-box-shadow:inset 0 0 0 2px #F5A65B;
-moz-box-shadow:inset 0 0 0 2px #F5A65B;
box-shadow:inset 0 0 0 2px #F5A65B;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
transition: .22s;
fill: #F5A65B;
text-decoration: none;
}
.projects-btn > *{
/*margin-right: .5em;*/
height: 1em;
}
.desktop-img{
width: 80%;
}
@media screen and (max-width: 1200px){
.call{
margin: 3em auto 1em auto;
}
.desktop{
display: none;
}
.title{
font-size: 16px;
}
.subtitle{
font-size: 16px;
line-height: 1.2em;
margin: 1em auto;
}
.subtitle span{
font-size: 1.8em;
}
}
@media screen and (min-width: 1200px){
.container{
width: 1033.3px;
flex-direction: row;
justify-content: space-between;
}
.left{
width: 50%;
}
.right{
position: relative;
display: flex;
width: 50%;
}
.mobile {
display: none;
}
.desktop{
display: block;
}
.left > * {
width: 100%;
margin: 0;
}
.call{
font-size: 24px;
margin-bottom: .8em;
}
.title{
font-size: 24px;
}
.subtitle{
font-size: 19px;
margin-top: .8em;
}
.line{
margin: 2em 0;
}
.story{
font-size: 16px;
box-sizing: border-box;
padding-right: 4em;
}
.buttons{
justify-content: flex-start;
font-size: 18px;
margin-top: 1em;
}
.readmore-btn{
margin-right: 1em;
padding: .6em 1.8em;
}
} | public/css/home.css | .container{
position: relative;
width: 90%;
margin: 0 auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.left{
position: relative;
width: 100%;
/*min-height: 80vh;*/
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
}
.right{
display: none;
/*display: flex;*/
flex-direction: column;
justify-content: center;
align-items: center;
}
.call{
font-family: OpenSans-Regular, sans-serif;
width: 80%;
margin: 4em auto 1em auto;
font-size: 16px;
}
.title{
font-family: Ubuntu-MediumItalic, sans-serif;
font-size: 24px;
width: 80%;
margin: 0 auto;
}
.subtitle{
font-family: Ubuntu-Medium, sans-serif;
font-size: 14px;
width: 80%;
margin: .8em auto 1em auto;
}
.subtitle span{
font-size: 2em;
}
.line{
width: 90%;
position: relative;
height: 1px;
border-width: 0;
color: #707070;
background-color: #000;
margin: 1em 5%;
}
.mobile-image{
max-width: 80%;
margin: 0 auto;
}
.story{
font-size: 14px;
width: 80%;
margin: 2em 10%;
font-family: OpenSans-Regular, sans-serif;
line-height: 1.2em;
}
.buttons{
font-family: Ubuntu-Medium, sans-serif;
font-size: 14px;
width: 80%;
margin: 0 10% 2em 10%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.buttons > *{
border-radius: 100px;
padding: .6em 1.2em;
white-space: nowrap;
transition: .3s;
}
.readmore-btn{
color: #fff;
background-color: #F5A65B;
border: none;
text-decoration: none;
}
.readmore-btn:hover {
background-color: #FFC996;
}
.projects-btn:hover {
background-color: #FFC996;
color: #fff;
fill: #fff;
-webkit-box-shadow:inset 0 0 0 2px #FFC996;
-moz-box-shadow:inset 0 0 0 2px #FFC996;
box-shadow:inset 0 0 0 2px #FFC996;
}
.projects-btn{
color: #F5A65B;
background-color: #fff;
border: none;
-webkit-box-shadow:inset 0 0 0 2px #F5A65B;
-moz-box-shadow:inset 0 0 0 2px #F5A65B;
box-shadow:inset 0 0 0 2px #F5A65B;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
transition: .22s;
fill: #F5A65B;
text-decoration: none;
}
.projects-btn > *{
/*margin-right: .5em;*/
height: 1em;
}
.desktop-img{
width: 80%;
}
@media screen and (max-width: 1200px){
.call{
margin: 3em auto 1em auto;
}
.desktop{
display: none;
}
.title{
font-size: 16px;
}
.subtitle{
font-size: 16px;
line-height: 1.2em;
margin: 1em auto;
}
.subtitle span{
font-size: 1.8em;
}
}
@media screen and (min-width: 1200px){
.container{
width: 1033.3px;
flex-direction: row;
justify-content: space-between;
}
.left{
width: 50%;
}
.right{
position: relative;
display: flex;
width: 50%;
}
.mobile {
display: none;
}
.desktop{
display: block;
}
.left > * {
width: 100%;
margin: 0;
}
.call{
font-size: 24px;
margin-bottom: .8em;
}
.title{
font-size: 24px;
}
.subtitle{
font-size: 19px;
margin-top: .8em;
}
.line{
margin: 2em 0;
}
.story{
font-size: 16px;
box-sizing: border-box;
padding-right: 4em;
}
.buttons{
justify-content: flex-start;
font-size: 18px;
margin-top: 1em;
}
.readmore-btn{
margin-right: 1em;
padding: .6em 1.8em;
}
} | 0.386879 | 0.075109 |
@import url("https://fonts.googleapis.com/css?family=Raleway:400,600");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
body {
font-family: "Open Sans";
font-size: 16px;
margin: 0;
}
.noPadd {
padding-left: 0;
padding-right: 0;
}
.removePaddLeft {
padding-left: 0;
}
.addPaddTop {
padding-top: 10px;
clear: both;
}
/* Landing section */
.wd10 {
width: 10%;
display: inline-block;
}
.wd90 {
width: 90%;
display: inline-block;
}
.removePaddBottom {
padding-bottom: 0 !important;
}
.gradientBgColor {
background-color: #a0b4cc;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(
linear,
0% 0%,
0% 100%,
from(#a0b4cc),
to(#c2a899)
);
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #a0b4cc, #c2a899);
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #a0b4cc, #c2a899);
/* IE 10 */
background: -ms-linear-gradient(top, #a0b4cc, #c2a899);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #a0b4cc, #c2a899);
}
.bgImage {
position: fixed;
left: 0;
width: 100%;
height: 100vh;
background-image: url("./images/chat-app-bg.jpg");
background-position: center;
background-size: cover;
background-position: 0 0;
background-repeat: no-repeat;
}
.bgImage::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom right, #000, #a92101);
opacity: 0.9;
}
.minHeight {
width: 100%;
height: 100vh;
}
.headerWrapper {
padding: 30px 0;
padding-left: 75px;
min-height: 15vh;
}
.headerDescription {
font-size: 20px;
color: #fff;
font-family: "Raleway";
font-weight: 700;
z-index: 100;
position: relative;
}
.headerDescription a {
color: #fff;
}
.headerDescription a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
}
.loginBtn {
text-align: right;
padding-right: 75px;
}
.loginBtn button {
background-color: #f93c18;
padding: 10px 30px;
border: 0;
color: #fff;
font-family: "raleway";
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
border-radius: 25px;
text-transform: uppercase;
}
.loginBtn button:hover {
background-color: #e0270e;
}
.loginBtn button:focus {
outline: none;
}
.mainWrapper {
padding-left: 75px;
width: 100%;
float: left;
display: flex;
align-items: center;
}
.description {
font-size: 15px;
padding-bottom: 10px;
}
.appstackWrapper {
margin-top: 20px;
background-color: #fff;
border-radius: 5px;
padding: 30px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
width: 100%;
float: left;
color: #606060;
}
.arrow {
position: absolute;
right: -100px;
top: 10px;
z-index: 1;
}
.arrow img {
width: 120px;
display: inline-block;
}
.appStack {
width: 100%;
float: left;
padding-bottom: 20px;
}
.appStack i {
font-size: 16px;
}
.checkBox {
color: #00bc00;
font-size: 22px !important;
}
.appStackIconWrapper {
width: 100%;
float: left;
display: flex;
align-items: center;
}
.appStackIcon img {
width: 70%;
}
.formGroupWrapper {
padding-top: 20px;
width: 100%;
float: left;
}
.inputGroup {
width: 100%;
}
.inputGroup input {
width: 68% !important;
display: inline-block;
height: 40px;
}
.inputGroup .groupAppend {
width: 32% !important;
display: inline-block;
}
.groupAppend button {
width: 100%;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border: 0;
height: 40px;
text-align: center;
background-color: #f93c18;
color: #fff;
font-family: "raleway";
font-size: 14px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.groupAppend button:hover {
color: #fff;
background-color: #e0270e;
}
.groupAppend button:focus {
outline: none;
}
.footer {
padding-top: 10px;
text-align: center;
clear: both;
font-size: 14px;
color: #fff;
}
.footer a {
color: #fff;
}
.footer a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
}
.footer i {
color: #ed2908;
margin: 0 5px;
}
.tutorialImg {
position: absolute;
right: 0;
text-align: right;
}
.tutorialImg img {
width: 95%;
display: inline-block;
}
/* Landing section */
.app {
text-align: left;
}
.messageOdd {
font-size: 18px;
padding-left: 5px;
}
.message {
font-size: 15px;
background-color: #fff;
padding-left: 5px;
margin: 12px;
border-radius: 5px;
width: 45%;
padding: 8px 12px 8px 12px;
}
.selfMessage {
font-size: 16px;
background-color: #eee;
padding-left: 5px;
margin: 20px;
border-radius: 5px;
width: 50%;
padding: 5px;
float: right;
}
.newMessageEven {
font-size: 18px;
background-color: #98fb98;
padding-left: 5px;
}
.newMessageOdd {
font-size: 18px;
background-color: #8fbc8f;
padding-left: 5px;
}
.messageWrapperNew {
padding-bottom: 75px;
}
.banner {
position: -webkit-sticky;
position: sticky;
top: 0;
align-self: flex-start;
background-color: #20c40f;
font-size: 18px;
cursor: pointer;
font-weight: 400;
padding: 10px 0;
text-align: center;
font-family: "raleway";
color: #fff;
}
.oldNewSeparator {
font-size: 18px;
text-align: center;
margin-bottom: 15px;
}
#chatbox {
overflow: auto;
height: calc(100vh - 90px);
background-color: #f8f9f9;
padding-bottom: 73px;
margin-top: 4px;
}
.textboxWrapper {
text-align: center;
position: absolute;
bottom: 10px;
width: 75%;
background-color: #fff;
padding: 1%;
}
.textbox {
}
.sendButton {
width: 20%;
background-color: "green";
}
.login {
text-align: center;
}
.loginTextbox {
font-size: 16px;
height: 43px;
width: 74%;
margin-right: 1%;
font-weight: 300;
border: 1px solid #ececec;
border-radius: 5px;
padding: 0;
padding-left: 10px;
display: inline-block;
}
.typoTextbox {
font-size: 16px;
height: 43px;
width: 75%;
margin-right: 1%;
font-weight: 300;
border: 1px solid #ececec;
border-radius: 5px;
padding: 0;
padding-left: 10px;
display: inline-block;
background-color: #f0f0f0;
}
.loginTextbox:focus,
.typoTextbox:focus {
outline: none;
border-color: #016d95;
}
.typoTextbox:focus {
outline: none;
border-color: #bbbdbd;
}
.loginButton {
height: 45px;
width: 21%;
display: inline-block;
border-radius: 5px;
background-color: "green" !important;
cursor: pointer;
font-size: 16px;
margin-right: 1%;
}
.typoButton {
height: 45px;
width: 20%;
display: inline-block;
border-radius: 5px;
background-color: #5682a3;
cursor: pointer;
font-size: 16px;
margin-right: 1%;
border: 0;
color: white;
}
.typoButton:hover {
background-color: #5682a3;
}
.loginButton:focus,
.typoButton:focus {
outline: none;
}
.loginButton:hover {
background-color: #f6f6f6;
}
.loginHeading {
text-align: center;
font-family: "Raleway";
margin-top: 0;
padding-bottom: 20px;
}
.loginWrapper {
width: 450px;
padding: 30px;
margin: 0 auto;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 1px solid #ececec;
border-radius: 5px;
background-color: #f6f6f6;
}
.errorMessage {
text-align: center;
color: "red";
padding-bottom: 10px;
}
.wd25 {
width: 25%;
display: inline-block;
}
.wd75 {
width: 75%;
display: inline-block;
}
.onlineUsers {
/* background-color: #4f5050; */
overflow: auto;
height: 100%;
margin-bottom: 4px;
}
.messageName,
.messsageTime {
width: 49%;
display: inline-block;
}
.messageName {
color: #5682a3;
}
.messsageTime {
text-align: right;
padding-right: 5px;
font-size: 10px;
color: #3f4144;
width: 100%;
}
.chat-pointer {
content: ' ';
position: absolute;
width: 0;
height: 0;
top: 12px;
right: 2px;
bottom: auto;
border: 11px solid;
border-color: #cad8e3 transparent transparent transparent;
}
.chat-pointer-left {
left: 2px;
right: unset;
border-color: white transparent transparent transparent;
}
.userList {
margin-top: 4px;
margin-bottom: 0;
-webkit-padding-start: 0px;
}
.userList li {
padding: 10px;
border-bottom: 1px solid #444;
color: #fff;
}
.chatWrapper {
display: flex;
height: 100vh;
padding-top: 68px;
}
.userListHeading {
font-weight: 600;
padding: 15px 10px;
margin-top: 0;
margin-bottom: 0;
background-color: #222;
color: #fff;
}
.typingIndicator {
text-align: left;
padding-bottom: 10px;
padding-left: 1%;
}
.displayFlex {
display: flex;
align-items: center;
}
.hasura-logo {
display: flex;
align-items: center;
justify-content: center;
}
.hasura-logo a {
padding: 0 10px;
}
.hasura-logo a:hover {
text-decoration: none;
}
.hasura-logo img {
height: 30px;
cursor: pointer;
}
.App-header {
background-color: #222;
height: 50px;
color: white;
text-align: left;
}
.App-footer {
position: fixed;
bottom: 0;
text-align: center;
width: 100%;
padding-bottom: 10px;
padding-top: 10px;
background-color: #fff;
border-top: 1px solid #ccc;
}
.footer-small-text {
font-size: 12px;
}
@media (max-width: 767px) {
.headerDescription {
text-align: center;
}
.headerWrapper {
display: block !important;
}
.000scription {
text-align: center;
padding-bottom: 10px;
}
.loginBtn {
display: flex;
justify-content: center;
}
.wd75 {
width: 100%;
}
.message {
width: 90%;
}
.textboxWrapper {
width: 100%;
}
.mobileview {
position: absolute;
right: 0px;
bottom: 152px;
width: 50%;
}
.mobileuserListHeading {
font-size: 14px;
background-color: #222;
color: #fff;
font-weight: 600;
margin-bottom: 0;
padding: 5px;
}
.mobileuserListHeading i {
margin-left: 10px;
}
.mobileUserList {
background-color: #4f5050;
padding-inline-start: 0px;
-webkit-padding-start: 0px;
-moz-padding-start: 0px;
-o-padding-start: 0px;
margin-bottom: 0;
}
.mobileUserList li {
list-style-type: none;
color: #fff;
padding: 5px;
font-size: 12px;
border-bottom: 1px solid #444;
}
.hasura-logo a {
padding: 0 0px;
font-size: 12px;
}
}
.unread-messages {
min-width: 20px;
background-color: red;
}
.search-bar-container {
padding-left: 16px;
padding-right: 16px;
padding-top: 16px;
padding-bottom: 12px;
}
.message-container {
display: flex;
position: relative;
}
.messageWrapper {
padding-left: 24px;
padding-right: 24px;
}
@media (max-width: 991px) {
.headerWrapper {
display: flex;
padding-left: 0;
height: auto;
}
.mainWrapper {
min-height: auto;
padding-left: 0;
height: auto;
}
.minHeight {
height: auto;
min-height: 100vh;
}
.loginBtn {
padding-right: 0;
}
.appstackWrapper {
padding: 20px;
}
.appStack {
display: flex;
}
.flexWidth {
flex: 1;
}
.description {
padding-left: 10px;
}
.appStackIconWrapper {
padding-left: 10px;
}
.inputGroup input {
width: 63% !important;
}
.inputGroup .groupAppend {
width: 37% !important;
}
.groupAppend button {
font-size: 13px;
letter-spacing: 0;
}
} | src/App.css | @import url("https://fonts.googleapis.com/css?family=Raleway:400,600");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400");
body {
font-family: "Open Sans";
font-size: 16px;
margin: 0;
}
.noPadd {
padding-left: 0;
padding-right: 0;
}
.removePaddLeft {
padding-left: 0;
}
.addPaddTop {
padding-top: 10px;
clear: both;
}
/* Landing section */
.wd10 {
width: 10%;
display: inline-block;
}
.wd90 {
width: 90%;
display: inline-block;
}
.removePaddBottom {
padding-bottom: 0 !important;
}
.gradientBgColor {
background-color: #a0b4cc;
/* Safari 4-5, Chrome 1-9 */
background: -webkit-gradient(
linear,
0% 0%,
0% 100%,
from(#a0b4cc),
to(#c2a899)
);
/* Safari 5.1, Chrome 10+ */
background: -webkit-linear-gradient(top, #a0b4cc, #c2a899);
/* Firefox 3.6+ */
background: -moz-linear-gradient(top, #a0b4cc, #c2a899);
/* IE 10 */
background: -ms-linear-gradient(top, #a0b4cc, #c2a899);
/* Opera 11.10+ */
background: -o-linear-gradient(top, #a0b4cc, #c2a899);
}
.bgImage {
position: fixed;
left: 0;
width: 100%;
height: 100vh;
background-image: url("./images/chat-app-bg.jpg");
background-position: center;
background-size: cover;
background-position: 0 0;
background-repeat: no-repeat;
}
.bgImage::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom right, #000, #a92101);
opacity: 0.9;
}
.minHeight {
width: 100%;
height: 100vh;
}
.headerWrapper {
padding: 30px 0;
padding-left: 75px;
min-height: 15vh;
}
.headerDescription {
font-size: 20px;
color: #fff;
font-family: "Raleway";
font-weight: 700;
z-index: 100;
position: relative;
}
.headerDescription a {
color: #fff;
}
.headerDescription a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
}
.loginBtn {
text-align: right;
padding-right: 75px;
}
.loginBtn button {
background-color: #f93c18;
padding: 10px 30px;
border: 0;
color: #fff;
font-family: "raleway";
font-size: 16px;
font-weight: 700;
letter-spacing: 1px;
border-radius: 25px;
text-transform: uppercase;
}
.loginBtn button:hover {
background-color: #e0270e;
}
.loginBtn button:focus {
outline: none;
}
.mainWrapper {
padding-left: 75px;
width: 100%;
float: left;
display: flex;
align-items: center;
}
.description {
font-size: 15px;
padding-bottom: 10px;
}
.appstackWrapper {
margin-top: 20px;
background-color: #fff;
border-radius: 5px;
padding: 30px;
-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
width: 100%;
float: left;
color: #606060;
}
.arrow {
position: absolute;
right: -100px;
top: 10px;
z-index: 1;
}
.arrow img {
width: 120px;
display: inline-block;
}
.appStack {
width: 100%;
float: left;
padding-bottom: 20px;
}
.appStack i {
font-size: 16px;
}
.checkBox {
color: #00bc00;
font-size: 22px !important;
}
.appStackIconWrapper {
width: 100%;
float: left;
display: flex;
align-items: center;
}
.appStackIcon img {
width: 70%;
}
.formGroupWrapper {
padding-top: 20px;
width: 100%;
float: left;
}
.inputGroup {
width: 100%;
}
.inputGroup input {
width: 68% !important;
display: inline-block;
height: 40px;
}
.inputGroup .groupAppend {
width: 32% !important;
display: inline-block;
}
.groupAppend button {
width: 100%;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
border: 0;
height: 40px;
text-align: center;
background-color: #f93c18;
color: #fff;
font-family: "raleway";
font-size: 14px;
font-weight: 700;
letter-spacing: 0.5px;
text-transform: uppercase;
}
.groupAppend button:hover {
color: #fff;
background-color: #e0270e;
}
.groupAppend button:focus {
outline: none;
}
.footer {
padding-top: 10px;
text-align: center;
clear: both;
font-size: 14px;
color: #fff;
}
.footer a {
color: #fff;
}
.footer a:hover {
text-decoration: none;
border-bottom: 1px solid #fff;
}
.footer i {
color: #ed2908;
margin: 0 5px;
}
.tutorialImg {
position: absolute;
right: 0;
text-align: right;
}
.tutorialImg img {
width: 95%;
display: inline-block;
}
/* Landing section */
.app {
text-align: left;
}
.messageOdd {
font-size: 18px;
padding-left: 5px;
}
.message {
font-size: 15px;
background-color: #fff;
padding-left: 5px;
margin: 12px;
border-radius: 5px;
width: 45%;
padding: 8px 12px 8px 12px;
}
.selfMessage {
font-size: 16px;
background-color: #eee;
padding-left: 5px;
margin: 20px;
border-radius: 5px;
width: 50%;
padding: 5px;
float: right;
}
.newMessageEven {
font-size: 18px;
background-color: #98fb98;
padding-left: 5px;
}
.newMessageOdd {
font-size: 18px;
background-color: #8fbc8f;
padding-left: 5px;
}
.messageWrapperNew {
padding-bottom: 75px;
}
.banner {
position: -webkit-sticky;
position: sticky;
top: 0;
align-self: flex-start;
background-color: #20c40f;
font-size: 18px;
cursor: pointer;
font-weight: 400;
padding: 10px 0;
text-align: center;
font-family: "raleway";
color: #fff;
}
.oldNewSeparator {
font-size: 18px;
text-align: center;
margin-bottom: 15px;
}
#chatbox {
overflow: auto;
height: calc(100vh - 90px);
background-color: #f8f9f9;
padding-bottom: 73px;
margin-top: 4px;
}
.textboxWrapper {
text-align: center;
position: absolute;
bottom: 10px;
width: 75%;
background-color: #fff;
padding: 1%;
}
.textbox {
}
.sendButton {
width: 20%;
background-color: "green";
}
.login {
text-align: center;
}
.loginTextbox {
font-size: 16px;
height: 43px;
width: 74%;
margin-right: 1%;
font-weight: 300;
border: 1px solid #ececec;
border-radius: 5px;
padding: 0;
padding-left: 10px;
display: inline-block;
}
.typoTextbox {
font-size: 16px;
height: 43px;
width: 75%;
margin-right: 1%;
font-weight: 300;
border: 1px solid #ececec;
border-radius: 5px;
padding: 0;
padding-left: 10px;
display: inline-block;
background-color: #f0f0f0;
}
.loginTextbox:focus,
.typoTextbox:focus {
outline: none;
border-color: #016d95;
}
.typoTextbox:focus {
outline: none;
border-color: #bbbdbd;
}
.loginButton {
height: 45px;
width: 21%;
display: inline-block;
border-radius: 5px;
background-color: "green" !important;
cursor: pointer;
font-size: 16px;
margin-right: 1%;
}
.typoButton {
height: 45px;
width: 20%;
display: inline-block;
border-radius: 5px;
background-color: #5682a3;
cursor: pointer;
font-size: 16px;
margin-right: 1%;
border: 0;
color: white;
}
.typoButton:hover {
background-color: #5682a3;
}
.loginButton:focus,
.typoButton:focus {
outline: none;
}
.loginButton:hover {
background-color: #f6f6f6;
}
.loginHeading {
text-align: center;
font-family: "Raleway";
margin-top: 0;
padding-bottom: 20px;
}
.loginWrapper {
width: 450px;
padding: 30px;
margin: 0 auto;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border: 1px solid #ececec;
border-radius: 5px;
background-color: #f6f6f6;
}
.errorMessage {
text-align: center;
color: "red";
padding-bottom: 10px;
}
.wd25 {
width: 25%;
display: inline-block;
}
.wd75 {
width: 75%;
display: inline-block;
}
.onlineUsers {
/* background-color: #4f5050; */
overflow: auto;
height: 100%;
margin-bottom: 4px;
}
.messageName,
.messsageTime {
width: 49%;
display: inline-block;
}
.messageName {
color: #5682a3;
}
.messsageTime {
text-align: right;
padding-right: 5px;
font-size: 10px;
color: #3f4144;
width: 100%;
}
.chat-pointer {
content: ' ';
position: absolute;
width: 0;
height: 0;
top: 12px;
right: 2px;
bottom: auto;
border: 11px solid;
border-color: #cad8e3 transparent transparent transparent;
}
.chat-pointer-left {
left: 2px;
right: unset;
border-color: white transparent transparent transparent;
}
.userList {
margin-top: 4px;
margin-bottom: 0;
-webkit-padding-start: 0px;
}
.userList li {
padding: 10px;
border-bottom: 1px solid #444;
color: #fff;
}
.chatWrapper {
display: flex;
height: 100vh;
padding-top: 68px;
}
.userListHeading {
font-weight: 600;
padding: 15px 10px;
margin-top: 0;
margin-bottom: 0;
background-color: #222;
color: #fff;
}
.typingIndicator {
text-align: left;
padding-bottom: 10px;
padding-left: 1%;
}
.displayFlex {
display: flex;
align-items: center;
}
.hasura-logo {
display: flex;
align-items: center;
justify-content: center;
}
.hasura-logo a {
padding: 0 10px;
}
.hasura-logo a:hover {
text-decoration: none;
}
.hasura-logo img {
height: 30px;
cursor: pointer;
}
.App-header {
background-color: #222;
height: 50px;
color: white;
text-align: left;
}
.App-footer {
position: fixed;
bottom: 0;
text-align: center;
width: 100%;
padding-bottom: 10px;
padding-top: 10px;
background-color: #fff;
border-top: 1px solid #ccc;
}
.footer-small-text {
font-size: 12px;
}
@media (max-width: 767px) {
.headerDescription {
text-align: center;
}
.headerWrapper {
display: block !important;
}
.000scription {
text-align: center;
padding-bottom: 10px;
}
.loginBtn {
display: flex;
justify-content: center;
}
.wd75 {
width: 100%;
}
.message {
width: 90%;
}
.textboxWrapper {
width: 100%;
}
.mobileview {
position: absolute;
right: 0px;
bottom: 152px;
width: 50%;
}
.mobileuserListHeading {
font-size: 14px;
background-color: #222;
color: #fff;
font-weight: 600;
margin-bottom: 0;
padding: 5px;
}
.mobileuserListHeading i {
margin-left: 10px;
}
.mobileUserList {
background-color: #4f5050;
padding-inline-start: 0px;
-webkit-padding-start: 0px;
-moz-padding-start: 0px;
-o-padding-start: 0px;
margin-bottom: 0;
}
.mobileUserList li {
list-style-type: none;
color: #fff;
padding: 5px;
font-size: 12px;
border-bottom: 1px solid #444;
}
.hasura-logo a {
padding: 0 0px;
font-size: 12px;
}
}
.unread-messages {
min-width: 20px;
background-color: red;
}
.search-bar-container {
padding-left: 16px;
padding-right: 16px;
padding-top: 16px;
padding-bottom: 12px;
}
.message-container {
display: flex;
position: relative;
}
.messageWrapper {
padding-left: 24px;
padding-right: 24px;
}
@media (max-width: 991px) {
.headerWrapper {
display: flex;
padding-left: 0;
height: auto;
}
.mainWrapper {
min-height: auto;
padding-left: 0;
height: auto;
}
.minHeight {
height: auto;
min-height: 100vh;
}
.loginBtn {
padding-right: 0;
}
.appstackWrapper {
padding: 20px;
}
.appStack {
display: flex;
}
.flexWidth {
flex: 1;
}
.description {
padding-left: 10px;
}
.appStackIconWrapper {
padding-left: 10px;
}
.inputGroup input {
width: 63% !important;
}
.inputGroup .groupAppend {
width: 37% !important;
}
.groupAppend button {
font-size: 13px;
letter-spacing: 0;
}
} | 0.356783 | 0.071559 |
padding-bottom: 90px;
}
@media (max-width: 1199px) {
#qa_courses {
padding-bottom: 80px;
}
}
.qa_courses_hire_text_col>h2 {
font-weight: 600;
font-size: 40px;
}
@media (max-width: 991px) {
.qa_courses_hire_text_col>h2 {
font-size: 35px;
}
}
@media (max-width: 767px) {
.qa_courses_hire_text_col>h2 {
font-size: 30px;
}
}
@media (max-width: 479px) {
.qa_courses_hire_text_col>h2 {
font-size: 25px;
}
}
.qa_courses_hire_text_col>p {
font-size: 18px;
margin-top: 35px;
width: 600px;
display: inline-block;
}
@media (max-width: 767px) {
.qa_courses_hire_text_col>p {
font-size: 17px;
margin-top: 30px;
width: 100%;
}
}
@media (max-width: 479px) {
.qa_courses_hire_text_col>p {
font-size: 16px;
margin-top: 20px;
}
}
.qa_courses_row {
padding-top: 60px;
}
@media (max-width: 991px) {
.qa_courses_row {
padding-top: 40px;
}
}
.qa_courses_txt_col {
max-width: 560px;
width: 100%;
}
@media (max-width: 991px) {
.qa_courses_txt_col {
max-width: 100%;
text-align: center;
}
}
.qa_courses_txt_col p {
font-size: 18px;
}
@media (max-width: 767px) {
.qa_courses_txt_col p {
font-size: 17px;
}
}
@media (max-width: 479px) {
.qa_courses_txt_col p {
font-size: 16px;
}
}
@media (max-width: 991px) {
.qa_txt_blocks {
padding-top: 35px;
}
}
.qa_txt_single_blok {
max-width: 528px;
width: 100%;
min-height: 218px;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 12px;
padding: 40px 36px 40px 36px;
}
.qa_txt_single_blok:hover {
background: #CCEAFE;
transition: 0.3s;
}
@media (max-width: 991px) {
.qa_txt_single_blok {
margin: 0 auto;
}
}
.qa_txt_single_blok>h5 {
font-size: 24px;
}
@media (max-width: 991px) {
.qa_txt_single_blok>h5 {
font-size: 22px;
}
}
@media (max-width: 479px) {
.qa_txt_single_blok>h5 {
font-size: 20px;
}
}
.qa_txt_single_blok>p {
font-size: 16px;
}
@media (max-width: 479px) {
.qa_txt_single_blok>p {
font-size: 15px;
}
}
.qa_txt_single_blok:first-child {
margin-bottom: 45px;
}
.qa_courses_icon_col_c {
border-radius: 50%;
width: 242px;
height: 242px;
background: #FBFBFB;
border: 3px dashed #F4B41A;
box-sizing: border-box;
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.13);
padding-top: 30px;
margin: 0 auto;
}
@media (max-width: 575px) {
.qa_courses_icon_col_c {
width: 200px;
height: 200px;
padding-top: 20px;
}
}
.qa_courses_num_icon {
padding: 17px 0 17px 0;
}
@media (max-width: 575px) {
.qa_courses_num_icon {
padding: 7px 0 7px 0;
}
}
.qa_courses_icon_col {
margin-bottom: 70px;
}
@media (max-width: 575px) {
.qa_courses_icon_col {
margin-bottom: 60px;
}
}
@media (max-width: 575px) {
.qa_courses_icon>svg {
width: 60px;
height: 60px;
}
.qa_courses_num_icon>svg {
width: 20px;
height: 30px;
}
}
.qa_courses_icon_col>p {
font-size: 24px;
}
@media (max-width: 1199px) {
.qa_courses_icon_col>p {
font-size: 21px;
}
}
@media (max-width: 575px) {
.qa_courses_icon_col>p {
font-size: 20px;
}
}
.qa_courses_icons_row>div:nth-child(2) {
padding-top: 60px;
}
@media (max-width: 991px) {
.qa_courses_icons_row>div:nth-child(2) {
padding-top: 0;
margin-top: -17px;
}
}
.found_job_col {
padding-top: 28px;
}
@media (max-width: 575px) {
.found_job_col {
padding-top: 0px;
}
}
.qa_courses_txt_icon_row {
padding-top: 90px;
}
@media (max-width: 575px) {
.qa_courses_txt_icon_row {
padding-top: 70px;
}
}
.left_qa_courses_icon_col,
.left_qa_courses_icon_col {
min-width: 150px;
width: 100%;
text-align: center;
}
@media (max-width: 991px) {
.left_qa_courses_icon_col,
.left_qa_courses_icon_col {
max-width: 100%;
}
}
.qa_courses_become_qa_col>h5 {
font-size: 22px;
}
@media (max-width: 991px) {
.qa_courses_become_qa_col>h5 {
text-align: center;
}
}
.qa_courses_become_qa_col>p {
font-size: 18px;
padding: 25px 0 25px 0;
}
@media (max-width: 767px) {
.qa_courses_become_qa_col>p {
font-size: 17px;
}
}
@media (max-width: 479px) {
.qa_courses_become_qa_col>p {
font-size: 16px;
}
}
@media (max-width: 991px) {
.qa_courses_become_qa_col>p {
text-align: center;
}
}
.qa_courses_become_qa_col>h6 {
font-size: 18px;
}
@media (max-width: 991px) {
.qa_courses_become_qa_col>h6 {
text-align: center;
}
}
.ability_col>span {
margin-left: 15px;
font-size: 18px;
}
@media (max-width: 767px) {
.ability_col>span {
font-size: 17px;
}
}
@media (max-width: 479px) {
.ability_col>span {
font-size: 16px;
}
}
.underline_txt {
font-size: 18px;
text-decoration: underline;
}
@media (max-width: 767px) {
.underline_txt {
font-size: 17px;
}
}
@media (max-width: 479px) {
.underline_txt {
font-size: 16px;
}
}
.qa_courses_btn {
padding-top: 40px;
}
.qa_courses_btn>a {
background-color: #ffffff;
text-decoration: none;
border-radius: 6px;
border: 1px solid #143E5A;
font-weight: bold;
font-size: 18px;
padding: 12px 33px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
@media (max-width: 767px) {
.qa_courses_btn>a {
padding: 12px 33px;
font-size: 17px;
}
}
@media (max-width: 480px) {
.qa_courses_btn>a {
padding: 10px 28px;
font-size: 16px;
}
}
.qa_courses_btn>a:hover {
background: #143E5A;
color: #ffffff;
}
.abilities_col {
padding: 25px 0 25px 0;
} | public/css/courses_qa_courses.css | padding-bottom: 90px;
}
@media (max-width: 1199px) {
#qa_courses {
padding-bottom: 80px;
}
}
.qa_courses_hire_text_col>h2 {
font-weight: 600;
font-size: 40px;
}
@media (max-width: 991px) {
.qa_courses_hire_text_col>h2 {
font-size: 35px;
}
}
@media (max-width: 767px) {
.qa_courses_hire_text_col>h2 {
font-size: 30px;
}
}
@media (max-width: 479px) {
.qa_courses_hire_text_col>h2 {
font-size: 25px;
}
}
.qa_courses_hire_text_col>p {
font-size: 18px;
margin-top: 35px;
width: 600px;
display: inline-block;
}
@media (max-width: 767px) {
.qa_courses_hire_text_col>p {
font-size: 17px;
margin-top: 30px;
width: 100%;
}
}
@media (max-width: 479px) {
.qa_courses_hire_text_col>p {
font-size: 16px;
margin-top: 20px;
}
}
.qa_courses_row {
padding-top: 60px;
}
@media (max-width: 991px) {
.qa_courses_row {
padding-top: 40px;
}
}
.qa_courses_txt_col {
max-width: 560px;
width: 100%;
}
@media (max-width: 991px) {
.qa_courses_txt_col {
max-width: 100%;
text-align: center;
}
}
.qa_courses_txt_col p {
font-size: 18px;
}
@media (max-width: 767px) {
.qa_courses_txt_col p {
font-size: 17px;
}
}
@media (max-width: 479px) {
.qa_courses_txt_col p {
font-size: 16px;
}
}
@media (max-width: 991px) {
.qa_txt_blocks {
padding-top: 35px;
}
}
.qa_txt_single_blok {
max-width: 528px;
width: 100%;
min-height: 218px;
background: #FFFFFF;
box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
border-radius: 12px;
padding: 40px 36px 40px 36px;
}
.qa_txt_single_blok:hover {
background: #CCEAFE;
transition: 0.3s;
}
@media (max-width: 991px) {
.qa_txt_single_blok {
margin: 0 auto;
}
}
.qa_txt_single_blok>h5 {
font-size: 24px;
}
@media (max-width: 991px) {
.qa_txt_single_blok>h5 {
font-size: 22px;
}
}
@media (max-width: 479px) {
.qa_txt_single_blok>h5 {
font-size: 20px;
}
}
.qa_txt_single_blok>p {
font-size: 16px;
}
@media (max-width: 479px) {
.qa_txt_single_blok>p {
font-size: 15px;
}
}
.qa_txt_single_blok:first-child {
margin-bottom: 45px;
}
.qa_courses_icon_col_c {
border-radius: 50%;
width: 242px;
height: 242px;
background: #FBFBFB;
border: 3px dashed #F4B41A;
box-sizing: border-box;
box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.13);
padding-top: 30px;
margin: 0 auto;
}
@media (max-width: 575px) {
.qa_courses_icon_col_c {
width: 200px;
height: 200px;
padding-top: 20px;
}
}
.qa_courses_num_icon {
padding: 17px 0 17px 0;
}
@media (max-width: 575px) {
.qa_courses_num_icon {
padding: 7px 0 7px 0;
}
}
.qa_courses_icon_col {
margin-bottom: 70px;
}
@media (max-width: 575px) {
.qa_courses_icon_col {
margin-bottom: 60px;
}
}
@media (max-width: 575px) {
.qa_courses_icon>svg {
width: 60px;
height: 60px;
}
.qa_courses_num_icon>svg {
width: 20px;
height: 30px;
}
}
.qa_courses_icon_col>p {
font-size: 24px;
}
@media (max-width: 1199px) {
.qa_courses_icon_col>p {
font-size: 21px;
}
}
@media (max-width: 575px) {
.qa_courses_icon_col>p {
font-size: 20px;
}
}
.qa_courses_icons_row>div:nth-child(2) {
padding-top: 60px;
}
@media (max-width: 991px) {
.qa_courses_icons_row>div:nth-child(2) {
padding-top: 0;
margin-top: -17px;
}
}
.found_job_col {
padding-top: 28px;
}
@media (max-width: 575px) {
.found_job_col {
padding-top: 0px;
}
}
.qa_courses_txt_icon_row {
padding-top: 90px;
}
@media (max-width: 575px) {
.qa_courses_txt_icon_row {
padding-top: 70px;
}
}
.left_qa_courses_icon_col,
.left_qa_courses_icon_col {
min-width: 150px;
width: 100%;
text-align: center;
}
@media (max-width: 991px) {
.left_qa_courses_icon_col,
.left_qa_courses_icon_col {
max-width: 100%;
}
}
.qa_courses_become_qa_col>h5 {
font-size: 22px;
}
@media (max-width: 991px) {
.qa_courses_become_qa_col>h5 {
text-align: center;
}
}
.qa_courses_become_qa_col>p {
font-size: 18px;
padding: 25px 0 25px 0;
}
@media (max-width: 767px) {
.qa_courses_become_qa_col>p {
font-size: 17px;
}
}
@media (max-width: 479px) {
.qa_courses_become_qa_col>p {
font-size: 16px;
}
}
@media (max-width: 991px) {
.qa_courses_become_qa_col>p {
text-align: center;
}
}
.qa_courses_become_qa_col>h6 {
font-size: 18px;
}
@media (max-width: 991px) {
.qa_courses_become_qa_col>h6 {
text-align: center;
}
}
.ability_col>span {
margin-left: 15px;
font-size: 18px;
}
@media (max-width: 767px) {
.ability_col>span {
font-size: 17px;
}
}
@media (max-width: 479px) {
.ability_col>span {
font-size: 16px;
}
}
.underline_txt {
font-size: 18px;
text-decoration: underline;
}
@media (max-width: 767px) {
.underline_txt {
font-size: 17px;
}
}
@media (max-width: 479px) {
.underline_txt {
font-size: 16px;
}
}
.qa_courses_btn {
padding-top: 40px;
}
.qa_courses_btn>a {
background-color: #ffffff;
text-decoration: none;
border-radius: 6px;
border: 1px solid #143E5A;
font-weight: bold;
font-size: 18px;
padding: 12px 33px;
-webkit-transition: 0.5s;
-o-transition: 0.5s;
transition: 0.5s;
}
@media (max-width: 767px) {
.qa_courses_btn>a {
padding: 12px 33px;
font-size: 17px;
}
}
@media (max-width: 480px) {
.qa_courses_btn>a {
padding: 10px 28px;
font-size: 16px;
}
}
.qa_courses_btn>a:hover {
background: #143E5A;
color: #ffffff;
}
.abilities_col {
padding: 25px 0 25px 0;
} | 0.306838 | 0.109372 |
* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
*:focus, *:active {
outline: none;
-moz-outline: none;
outline-style: none;
-moz-outline-style: none;
-webkit-outline: none;
-webkit-outline-style: none;
}
html {
height: 100%;
}
body {
height: 100%;
width: 100%;
font-size: 12px;
line-height: 1;
font-family: "Microsoft YaHei", \u5FAE\u8F6F\u96C5\u9ED1, "MicrosoftJhengHei", \u534E\u6587\u7EC6\u9ED1, STHeiti, MingLiu;
background: #ededed;
color: #333333;
}
img {
border: 0;
max-width: 100%;
}
.clear {
clear: both;
height: 0;
display: block;
}
a {
outline: none;
text-decoration: none;
color: #333333;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#ranking {
display: block;
width: 90%;
/*height: 70%;*/
position: absolute;
left: 5%;
top: 10%;
border: 2px #f9820d solid;
background-color: #fff;
border-radius: 20px;
padding: 30px 15px;
}
#ranking_list {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
overflow-y:auto;
}
#ranking_list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 10px;
}
#ranking_list::-webkit-scrollbar {
width: 5px;
background-color: #F5F5F5;
}
#ranking_list::-webkit-scrollbar-thumb {
border-radius: 10px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}
#ranking_title, #play_game, #return_back {
display: block;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
font-size: 18px;
border-radius: 20px;
position: absolute;
}
#ranking_title {
width: 50%;
left: 25%;
top: -21px;
background-color: #f9820d;
}
#play_game {
width: 50%;
left: 25%;
bottom: -21px;
background-color: #91cad6;
}
#return_back {
width: 45%;
left: 27.5%;
bottom: 5%;
letter-spacing:5px;
background-color: #f9820d;
}
.box {
width: 100%;
background-color: #fffaef;
height: 50px;
line-height: 50px;
display: -webkit-box;
display: -moz-box;
display: box;
border-radius: 10px;
margin:5px auto 5px;
}
.cur{background-color: #91cad6;}
.col_1 {
width: 50px;
text-align: center;
font-size:20px;
color:#f9820d;
background-repeat:no-repeat; background-position:center center; background-size:40px 40px;
}
.col_1[title="1"]{ color:#fff; background-image:url(../images/r1.png); line-height:38px;}
.col_1[title="2"]{ color:#fff; background-image:url(../images/r2.png); line-height:38px;}
.col_1[title="3"]{ color:#fff; background-image:url(../images/r3.png);line-height:38px;}
.col_2 {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
padding: 5px 0;
text-align:center;
}
.col_2 img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.col_3 {
width:35%;
color:#f9820d;
font-size:14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align:left;
}
.col_4 {
width:25%;
text-align:center;
color:#f9500d;
font-size:14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.cur section{color: #fff;} | rank/css/css.css | * {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
*:focus, *:active {
outline: none;
-moz-outline: none;
outline-style: none;
-moz-outline-style: none;
-webkit-outline: none;
-webkit-outline-style: none;
}
html {
height: 100%;
}
body {
height: 100%;
width: 100%;
font-size: 12px;
line-height: 1;
font-family: "Microsoft YaHei", \u5FAE\u8F6F\u96C5\u9ED1, "MicrosoftJhengHei", \u534E\u6587\u7EC6\u9ED1, STHeiti, MingLiu;
background: #ededed;
color: #333333;
}
img {
border: 0;
max-width: 100%;
}
.clear {
clear: both;
height: 0;
display: block;
}
a {
outline: none;
text-decoration: none;
color: #333333;
cursor: pointer;
-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#ranking {
display: block;
width: 90%;
/*height: 70%;*/
position: absolute;
left: 5%;
top: 10%;
border: 2px #f9820d solid;
background-color: #fff;
border-radius: 20px;
padding: 30px 15px;
}
#ranking_list {
display: block;
width: 100%;
height: 100%;
overflow: hidden;
overflow-y:auto;
}
#ranking_list::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
border-radius: 10px;
}
#ranking_list::-webkit-scrollbar {
width: 5px;
background-color: #F5F5F5;
}
#ranking_list::-webkit-scrollbar-thumb {
border-radius: 10px;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122,153,217)), color-stop(0.72, rgb(73,125,189)), color-stop(0.86, rgb(28,58,148)));
}
#ranking_title, #play_game, #return_back {
display: block;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
font-size: 18px;
border-radius: 20px;
position: absolute;
}
#ranking_title {
width: 50%;
left: 25%;
top: -21px;
background-color: #f9820d;
}
#play_game {
width: 50%;
left: 25%;
bottom: -21px;
background-color: #91cad6;
}
#return_back {
width: 45%;
left: 27.5%;
bottom: 5%;
letter-spacing:5px;
background-color: #f9820d;
}
.box {
width: 100%;
background-color: #fffaef;
height: 50px;
line-height: 50px;
display: -webkit-box;
display: -moz-box;
display: box;
border-radius: 10px;
margin:5px auto 5px;
}
.cur{background-color: #91cad6;}
.col_1 {
width: 50px;
text-align: center;
font-size:20px;
color:#f9820d;
background-repeat:no-repeat; background-position:center center; background-size:40px 40px;
}
.col_1[title="1"]{ color:#fff; background-image:url(../images/r1.png); line-height:38px;}
.col_1[title="2"]{ color:#fff; background-image:url(../images/r2.png); line-height:38px;}
.col_1[title="3"]{ color:#fff; background-image:url(../images/r3.png);line-height:38px;}
.col_2 {
-webkit-box-flex: 1;
-moz-box-flex: 1;
box-flex: 1;
padding: 5px 0;
text-align:center;
}
.col_2 img {
width: 40px;
height: 40px;
border-radius: 50%;
}
.col_3 {
width:35%;
color:#f9820d;
font-size:14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
text-align:left;
}
.col_4 {
width:25%;
text-align:center;
color:#f9500d;
font-size:14px;
text-overflow: ellipsis;
white-space: nowrap;
overflow: hidden;
}
.cur section{color: #fff;} | 0.203628 | 0.045331 |
* { margin: 0; padding: 0; }
html, body { background-color: #fff; }
body {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
color: #4a4a4a;
}
input, select, textarea {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
}
h1, h2, h3 { font-weight: 100; }
a { text-decoration: none; }
/* Header */
#header {
background-color: #315;
padding: 0;
position: relative;
border-bottom: 1px solid #000;
height: 5em;
}
#header h1 {
color: #fff;
line-height: 3em;
font-size: 1.75em;
background-image: url(/images/lock-icon.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 2.5em;
}
#header ul { list-style-type: none; position: absolute; right: 0; top: 0; font-size: 1.2em; }
#header ul li {
text-align: right;
position: relative;
line-height: 4.5em;
margin-right: 1em;
background-image: url(/images/GitHub-Mark-Light-32px.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 2em;
}
#header ul li a { color: #fff; display: inline-block; margin: 0 1em; }
/* Left Menu */
#leftMenu {
position: absolute;
left: 0;
bottom: 0;
top: 5em;
width: 20em;
padding: 1em;
background-color: #eee;
border-top: 1px solid #000;
border-right: 1px solid #a0a0a0;
}
#leftMenu h2 { font-weight: 400; margin-bottom: .75em; }
#leftMenu ul { list-style-type: none; margin-bottom: 2em; }
#leftMenu ul li { margin-bottom: .5em; }
#leftMenu ul li a { text-decoration: none; color: #4a4a4a; display: block; padding: .25em;}
#leftMenu #footer { position: absolute; bottom: 1em; right: 0; left: 0; }
#leftMenu #footer p { text-align: center; }
/* Content */
#content {
position: absolute;
left: 22em;
bottom: 0;
top: 5em;
right: 0;
overflow-y: scroll;
border-top: 1px solid #000;
padding: 1em;
}
#content p.statusMessage {
top: 40%;
position: absolute;
text-align: center;
left: 0;
right: 0;
font-size: 1.25em;
}
#content ul li {
float: left;
width: 15em;
height: 15em;
border: 1px solid #a0a0a0;
box-shadow: 0 3px 2px #ccc;
padding: 1em;
overflow:hidden;
margin-right: 1em;
margin-bottom: 1em;
text-align: center;
cursor: pointer;
background-position: center 10em;
background-repeat: no-repeat;
background-size: 60px;
}
#content ul li.vault {
background-image: url('/images/key-vault.svg');
}
#content ul li.setting {
background-image: url('/images/checklist.svg');
}
#content ul li b {
display: block;
font-size: 1.5em;
}
.propertySheet {
position: absolute;
display: none;
top: 10em;
width: 54em;
height: 35em;
border: 1px solid #a0a0a0;
background-color: #fff;
box-shadow: 0 0 5px #888;
left: 50%;
margin-left: -28em;
padding: 1em;
}
.propertySheet h2 {
margin-bottom: 1em;
font-size: 1.75em;
font-weight: bold;
}
.propertySheet label {
display: block;
font-weight: bold;
}
.propertySheet label.marginTop{
margin-top: 1em;
}
.propertySheet input, .propertySheet textarea {
border: 1px solid #c0c0c0;
padding: 2px;
width: 53.5em;
}
.propertySheet textarea {
height: 20em;
}
.propertySheetButtons {
position: absolute;
bottom: 1.5em;
right: 1em;
}
.propertySheetButtons a {
font-size: 1.25em;
cursor: pointer;
font-weight: bold;
display: inline-block;
margin-left: 1em;
color: #fff;
background-color: #36a;
padding: .5em;
border-radius: 5px;
} | css/core.css | * { margin: 0; padding: 0; }
html, body { background-color: #fff; }
body {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
color: #4a4a4a;
}
input, select, textarea {
font-family: 'Open Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 12px;
}
h1, h2, h3 { font-weight: 100; }
a { text-decoration: none; }
/* Header */
#header {
background-color: #315;
padding: 0;
position: relative;
border-bottom: 1px solid #000;
height: 5em;
}
#header h1 {
color: #fff;
line-height: 3em;
font-size: 1.75em;
background-image: url(/images/lock-icon.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 2.5em;
}
#header ul { list-style-type: none; position: absolute; right: 0; top: 0; font-size: 1.2em; }
#header ul li {
text-align: right;
position: relative;
line-height: 4.5em;
margin-right: 1em;
background-image: url(/images/GitHub-Mark-Light-32px.png);
background-repeat: no-repeat;
background-position: left center;
padding-left: 2em;
}
#header ul li a { color: #fff; display: inline-block; margin: 0 1em; }
/* Left Menu */
#leftMenu {
position: absolute;
left: 0;
bottom: 0;
top: 5em;
width: 20em;
padding: 1em;
background-color: #eee;
border-top: 1px solid #000;
border-right: 1px solid #a0a0a0;
}
#leftMenu h2 { font-weight: 400; margin-bottom: .75em; }
#leftMenu ul { list-style-type: none; margin-bottom: 2em; }
#leftMenu ul li { margin-bottom: .5em; }
#leftMenu ul li a { text-decoration: none; color: #4a4a4a; display: block; padding: .25em;}
#leftMenu #footer { position: absolute; bottom: 1em; right: 0; left: 0; }
#leftMenu #footer p { text-align: center; }
/* Content */
#content {
position: absolute;
left: 22em;
bottom: 0;
top: 5em;
right: 0;
overflow-y: scroll;
border-top: 1px solid #000;
padding: 1em;
}
#content p.statusMessage {
top: 40%;
position: absolute;
text-align: center;
left: 0;
right: 0;
font-size: 1.25em;
}
#content ul li {
float: left;
width: 15em;
height: 15em;
border: 1px solid #a0a0a0;
box-shadow: 0 3px 2px #ccc;
padding: 1em;
overflow:hidden;
margin-right: 1em;
margin-bottom: 1em;
text-align: center;
cursor: pointer;
background-position: center 10em;
background-repeat: no-repeat;
background-size: 60px;
}
#content ul li.vault {
background-image: url('/images/key-vault.svg');
}
#content ul li.setting {
background-image: url('/images/checklist.svg');
}
#content ul li b {
display: block;
font-size: 1.5em;
}
.propertySheet {
position: absolute;
display: none;
top: 10em;
width: 54em;
height: 35em;
border: 1px solid #a0a0a0;
background-color: #fff;
box-shadow: 0 0 5px #888;
left: 50%;
margin-left: -28em;
padding: 1em;
}
.propertySheet h2 {
margin-bottom: 1em;
font-size: 1.75em;
font-weight: bold;
}
.propertySheet label {
display: block;
font-weight: bold;
}
.propertySheet label.marginTop{
margin-top: 1em;
}
.propertySheet input, .propertySheet textarea {
border: 1px solid #c0c0c0;
padding: 2px;
width: 53.5em;
}
.propertySheet textarea {
height: 20em;
}
.propertySheetButtons {
position: absolute;
bottom: 1.5em;
right: 1em;
}
.propertySheetButtons a {
font-size: 1.25em;
cursor: pointer;
font-weight: bold;
display: inline-block;
margin-left: 1em;
color: #fff;
background-color: #36a;
padding: .5em;
border-radius: 5px;
} | 0.500977 | 0.164349 |
a{
color:#666;
}
a:hover{color:#C81623}
li{
display: list-item;
}
.w{
width:1000px;
margin:0 auto;
}
div{
display: block;
}
#logo{
position:relative;
width:300px;
margin:10px 0;
height:60px;
float:left;
border:1px;
}
#logo img{
width:170px;
height:60px;
}
#logo b{
display:block;
width:110px;
height:40px;
position:absolute;
right:0;
top:10px;
background:url(../image/log.png) no-repeat;
}
.q_link{
margin:53px 0px 1px 1px;
width:136px;
height:16px;
line-height: 11px;
}
.q_link b{
display:block;
width:18px;
height:14px;
background:url(../image/msg.png) no-repeat;
margin-right: 5px;
}
/*主题内容部分,清除浮动*/
#content{
clear:both;
}
.login-wrap{
position:relative;
height:475px;
margin:10px 0 20px;
z-index:5;
}
.login-wrap .login-banner{
position:absolute;
left:0;top:0;
width:100%;
height:475px;
background:#e93854;
}
.login-wrap .i-inner{
position:relative;
z-index:3;
height:475px;
}
.login-wrap .login-form{
float:right;
top:40px;
}
.login-form{
position:relative;
z-index:4;
background:#fff;
overflow:visible;
width:346px;
}
.login-form .login-tab{
height:54px;
font-size:18px;
font-family:"microsoft yahei";
text-align:center;
border-bottom:1px solid #f4f4f4;
position:absolute;
background:#fff;
display:block;
}
.login-form .login-tab a{
width:99%;
height:18px;
position:absolute;
left:0;
top:18px;
border-right:1px solid #f4f4f4;
text-decoration:none;
}
.login-form .login-tab a:focus{
outline:0!important;
-moz-outline:0!important;
}
.login-form .login-tab a.checked,.login-form .login-tab a:hover{
font-weight:700;
color:#e4393c;
}
.login-form .login-tab-l,.login-form .login-tab-r{
width:173px;
}
.login-form .login-tab-r{right:0;}
.login-form .login-tab-link{display:inline-block;}
/*login-box开始(账户登录)*/
.login-form .login-box{
width:306px;
padding:20px;
display: block;
visibility: visible;
}
.login-form .login-box .mt{
display:inline-block;
display:block;width:306px;
overflow:visible;height:27px;
}
/*不清楚什么鬼*/
.login-form .login-box .mt:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/*提示信息开始*/
.login-form .msg-wrap{
min-height:23px;
margin-top:5px;
margin-bottom:5px;
height:auto!important;
}
.login-form .msg-warn{
position:relative;
background:#fef4e5;
color:#666;
border:1px solid #f6c090;
padding:3px 10px 3px 40px;
line-height:15px;
height:auto;
}
.login-form .msg-warn b{
position:absolute;
top:50%;
left:10px;
display:block;
margin-top:-8px;
width:16px;
height:17px;
overflow:hidden;
background:url(../image/login-icons.png) -104px -24px no-repeat;
}
* html .login-form .login-box .mt{height:1%}*+html .login-form .login-box .mt{min-height:1%}
/*输入框开始*/
.form .item-fore1,.form .item-fore2{
border:1px solid #bdbdbd;
height:38px;
width:304px;
}
.form .item{
position:relative;
margin-bottom:20px;
z-index:1;
}
.form .item .placeholder{
position:absolute;
left:50px;
top:10px;
line-height:18px;
color:#999;
font-size:14px;
-webkit-transition:all .2s ease-out;
-moz-transition:all .2s ease-out;
transition:all .2s ease-out;
opacity:1;
}
.form .item .login-label{
position:absolute;
z-index:3;
top:0;
left:0;
width:38px;
height:38px;
border-right:1px solid #bdbdbd;
background:url(../image/login-icons.png) no-repeat;
}
.form .item .name-label{background-position:0 0}
.form .item .pwd-label{background-position:-48px 0}
.form .itxt{
line-height:18px;
height:18px;
border:0;
padding:10px 0 10px 50px;
width:254px;
float:none;
overflow:hidden;
font-size:14px;
font-family:'\5b8b\4f53';
*margin:-1px 0 0;
}
/*图形验证码*/
.form .itxt02{
padding:10px 5px;
width:150px;
text-align:center;
}
.form .verify-code{/*验证码*/
cursor:pointer;
width:90px;
height:33px;
vertical-align:middle;
}
.form .item-vcode .placeholder{left:25px}
.form .item-vcode .itxt02,.form .item-vcode .verify-code{float:left}
.form .item-vcode a{
display:inline-block;
width:38px;
float:right;
}
.form .item-vcode:after{
display:block;
content:"clear";
height:0;
clear:both;
overflow:hidden;
visibility:hidden;
}
.form #o-authcode.item{border:0}
.form #o-authcode.item .itxt{
border:1px solid #bdbdbd;
font-size:14px;
padding:7px 5px;
vertical-align:middle;
margin-right:10px;
}
/*自动登录*/
.form .item-fore4{
*float:left;
*margin-top:15px;
}
.login-form .login-box .safe{
position:relative
;color:#666;
*float:left;
*width:305px;
}
.login-form .login-box .safe span{
margin-right:15px;
*float:left;
}
.login-form .login-box .safe .forget-pw-safe{
position:absolute;
*float:right;
*position:static;
right:0;
top:0;
margin:0;
}
/*登录按钮*/
.form .item-fore5{margin-bottom:10px}
.login-form .login-box .login-btn{
border:1px solid #cb2a2d;
margin:0 auto;
height:32px;
width:99%;
position:relative;
}
.login-form .login-box .login-btn .btn-img{
border:1px solid #e85356;
display:block;
width:302px;
background:#e4393c;
height:31px;
line-height:31px;
color:#fff;
font-size:20px;
font-family:'Microsoft YaHei';
}
.login-form .login-box .login-btn .btn-img:hover{text-decoration:none;}
.btn-img,.button{
display:inline-block;
margin:0;
padding:0;
border:0;
text-align:center;
cursor:pointer;
}
/*二维码登陆开始 (扫码登录)开始*/
.login-form .qrcode-login{
display:none;
visibility:hidden;
width:306px;
padding:20px 18px 20px 20px;
text-align:center;
}
.login-form .qrcode-login .qrcode-error-2016{ /*这部分功能不清楚*/
display:none;
font-size:14px;
color:#fbfbfb;
margin-top:65px;
position:relative;
z-index:1;
}
.login-form .qrcode-login .qrcode-error-2016 .qrcode-error-mask{
display:block;
position:absolute;
width:170px;
background:#000;
filter:alpha(opacity=60);
-moz-opacity:.6;
opacity:.6;
height:163px;
left:66px;
z-index:9;
top:0;
text-align:center;
line-height:100px;
}
.login-form .qrcode-login .mc{overflow:visible}
.login-form .qrcode-login .qrcode-main{
position:relative;
height:168px;
margin-top:55px;
}
.login-form .qrcode-login .qrcode-img{
border:1px solid #f4f4f4;
padding:8px;
width:155px;
position:absolute;
left:64px;
border:1px solid;
}
.login-form .qrcode-login .qrcode-img img{
width:147px;
height:147px;
}
.login-form .qrcode-login .qrcode-help{
position:absolute;
right:-18px;
top:-2px;
width:141px;
height:168px;
background:url(../image/phone-orange.png) no-repeat;z-index:99;
}
/*扫码登录底部文字*/
.login-form .qrcode-login .qrcode-panel{
width:257px;
margin:18px auto 14px;
text-align:center;
}
.login-form .qrcode-login .qrcode-panel ul{
display:inline-block;
display:block;
}
.login-form .qrcode-login .qrcode-panel ul:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.login-form .qrcode-login .qrcode-panel li{
display:inline-block;
*display:inline;
padding:0 0 0 5px;
margin:0 5px 0 0;
}
.login-form .qrcode-login .qrcode-panel .red{color:#e4393c}
.qr-coagent{
background-color:#fff;
font-family:"microsoft yahei";
color:#999;
border:none;
padding:0;
line-height:25px;
margin-left:40px;
}
.qr-coagent li{
text-align:left;
position:relative;
margin-right:18px;
}
.qr-coagent li b{
width:25px;
height:25px;
display:block;
background:url(../image/qr-coagent.png) no-repeat;
margin:0 auto;
position:absolute;
left:0;
}
.qr-coagent li .faster{background-position:-27px}
.qr-coagent li .more-safe{background-position:-54px}
.qr-coagent li em{
padding-left:32px;
*display:inline-block;
_display:inline;
}
.qrcode-login .coagent{
padding:0px;
line-height: 25px;
background-color: #fff;
}
/*登录框底部开始qq微信*/
.login-form .qlogin-main .coagent{
margin-top:20px;
}
.coagent{
padding-left:20px;
padding-right:20px;
line-height:50px;
border-top:1px solid #f4f4f4;
height:auto;
background-color:#fcfcfc;
}
.coagent ul{
display:inline-block;
display:block;
}
.coagent ul:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.coagent li{float:left}
.coagent li .line{
color:#ccc;
padding:0 10px;
}
.coagent li a.pdl{
display:inline-block;
position:relative;
padding-left:24px;
}
.coagent li a.pdl b{
width:19px;
height:18px;
display:block;
background:url(../image/QQ-weixin.png) no-repeat;
margin:0 auto;
position:absolute;
float:left;
left:0;
top:16px;
}
.coagent li a.pdl b.weixin-icon{background-position:-20px 0}
.coagent li.extra-r{float:right}
.coagent .regist-link{color:#b61d1d;font-size:14px}
.coagent .regist-link a{color:#b61d1d}
.coagent .regist-link b{
display:inline-block;
*display:inline;
*zoom:1;
width:16px;
height:16px;
overflow:hidden;
background:url(../image/login-icons.png) -104px -75px no-repeat;
vertical-align:middle;
margin-right:5px;
}
/*页面底部布局*/
#footer-2013 .links a,#footer-2013 .links span{
margin:0 10px
}
#footer-2013 .links span a{margin:0} | public/static/index/css/login.css | a{
color:#666;
}
a:hover{color:#C81623}
li{
display: list-item;
}
.w{
width:1000px;
margin:0 auto;
}
div{
display: block;
}
#logo{
position:relative;
width:300px;
margin:10px 0;
height:60px;
float:left;
border:1px;
}
#logo img{
width:170px;
height:60px;
}
#logo b{
display:block;
width:110px;
height:40px;
position:absolute;
right:0;
top:10px;
background:url(../image/log.png) no-repeat;
}
.q_link{
margin:53px 0px 1px 1px;
width:136px;
height:16px;
line-height: 11px;
}
.q_link b{
display:block;
width:18px;
height:14px;
background:url(../image/msg.png) no-repeat;
margin-right: 5px;
}
/*主题内容部分,清除浮动*/
#content{
clear:both;
}
.login-wrap{
position:relative;
height:475px;
margin:10px 0 20px;
z-index:5;
}
.login-wrap .login-banner{
position:absolute;
left:0;top:0;
width:100%;
height:475px;
background:#e93854;
}
.login-wrap .i-inner{
position:relative;
z-index:3;
height:475px;
}
.login-wrap .login-form{
float:right;
top:40px;
}
.login-form{
position:relative;
z-index:4;
background:#fff;
overflow:visible;
width:346px;
}
.login-form .login-tab{
height:54px;
font-size:18px;
font-family:"microsoft yahei";
text-align:center;
border-bottom:1px solid #f4f4f4;
position:absolute;
background:#fff;
display:block;
}
.login-form .login-tab a{
width:99%;
height:18px;
position:absolute;
left:0;
top:18px;
border-right:1px solid #f4f4f4;
text-decoration:none;
}
.login-form .login-tab a:focus{
outline:0!important;
-moz-outline:0!important;
}
.login-form .login-tab a.checked,.login-form .login-tab a:hover{
font-weight:700;
color:#e4393c;
}
.login-form .login-tab-l,.login-form .login-tab-r{
width:173px;
}
.login-form .login-tab-r{right:0;}
.login-form .login-tab-link{display:inline-block;}
/*login-box开始(账户登录)*/
.login-form .login-box{
width:306px;
padding:20px;
display: block;
visibility: visible;
}
.login-form .login-box .mt{
display:inline-block;
display:block;width:306px;
overflow:visible;height:27px;
}
/*不清楚什么鬼*/
.login-form .login-box .mt:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
/*提示信息开始*/
.login-form .msg-wrap{
min-height:23px;
margin-top:5px;
margin-bottom:5px;
height:auto!important;
}
.login-form .msg-warn{
position:relative;
background:#fef4e5;
color:#666;
border:1px solid #f6c090;
padding:3px 10px 3px 40px;
line-height:15px;
height:auto;
}
.login-form .msg-warn b{
position:absolute;
top:50%;
left:10px;
display:block;
margin-top:-8px;
width:16px;
height:17px;
overflow:hidden;
background:url(../image/login-icons.png) -104px -24px no-repeat;
}
* html .login-form .login-box .mt{height:1%}*+html .login-form .login-box .mt{min-height:1%}
/*输入框开始*/
.form .item-fore1,.form .item-fore2{
border:1px solid #bdbdbd;
height:38px;
width:304px;
}
.form .item{
position:relative;
margin-bottom:20px;
z-index:1;
}
.form .item .placeholder{
position:absolute;
left:50px;
top:10px;
line-height:18px;
color:#999;
font-size:14px;
-webkit-transition:all .2s ease-out;
-moz-transition:all .2s ease-out;
transition:all .2s ease-out;
opacity:1;
}
.form .item .login-label{
position:absolute;
z-index:3;
top:0;
left:0;
width:38px;
height:38px;
border-right:1px solid #bdbdbd;
background:url(../image/login-icons.png) no-repeat;
}
.form .item .name-label{background-position:0 0}
.form .item .pwd-label{background-position:-48px 0}
.form .itxt{
line-height:18px;
height:18px;
border:0;
padding:10px 0 10px 50px;
width:254px;
float:none;
overflow:hidden;
font-size:14px;
font-family:'\5b8b\4f53';
*margin:-1px 0 0;
}
/*图形验证码*/
.form .itxt02{
padding:10px 5px;
width:150px;
text-align:center;
}
.form .verify-code{/*验证码*/
cursor:pointer;
width:90px;
height:33px;
vertical-align:middle;
}
.form .item-vcode .placeholder{left:25px}
.form .item-vcode .itxt02,.form .item-vcode .verify-code{float:left}
.form .item-vcode a{
display:inline-block;
width:38px;
float:right;
}
.form .item-vcode:after{
display:block;
content:"clear";
height:0;
clear:both;
overflow:hidden;
visibility:hidden;
}
.form #o-authcode.item{border:0}
.form #o-authcode.item .itxt{
border:1px solid #bdbdbd;
font-size:14px;
padding:7px 5px;
vertical-align:middle;
margin-right:10px;
}
/*自动登录*/
.form .item-fore4{
*float:left;
*margin-top:15px;
}
.login-form .login-box .safe{
position:relative
;color:#666;
*float:left;
*width:305px;
}
.login-form .login-box .safe span{
margin-right:15px;
*float:left;
}
.login-form .login-box .safe .forget-pw-safe{
position:absolute;
*float:right;
*position:static;
right:0;
top:0;
margin:0;
}
/*登录按钮*/
.form .item-fore5{margin-bottom:10px}
.login-form .login-box .login-btn{
border:1px solid #cb2a2d;
margin:0 auto;
height:32px;
width:99%;
position:relative;
}
.login-form .login-box .login-btn .btn-img{
border:1px solid #e85356;
display:block;
width:302px;
background:#e4393c;
height:31px;
line-height:31px;
color:#fff;
font-size:20px;
font-family:'Microsoft YaHei';
}
.login-form .login-box .login-btn .btn-img:hover{text-decoration:none;}
.btn-img,.button{
display:inline-block;
margin:0;
padding:0;
border:0;
text-align:center;
cursor:pointer;
}
/*二维码登陆开始 (扫码登录)开始*/
.login-form .qrcode-login{
display:none;
visibility:hidden;
width:306px;
padding:20px 18px 20px 20px;
text-align:center;
}
.login-form .qrcode-login .qrcode-error-2016{ /*这部分功能不清楚*/
display:none;
font-size:14px;
color:#fbfbfb;
margin-top:65px;
position:relative;
z-index:1;
}
.login-form .qrcode-login .qrcode-error-2016 .qrcode-error-mask{
display:block;
position:absolute;
width:170px;
background:#000;
filter:alpha(opacity=60);
-moz-opacity:.6;
opacity:.6;
height:163px;
left:66px;
z-index:9;
top:0;
text-align:center;
line-height:100px;
}
.login-form .qrcode-login .mc{overflow:visible}
.login-form .qrcode-login .qrcode-main{
position:relative;
height:168px;
margin-top:55px;
}
.login-form .qrcode-login .qrcode-img{
border:1px solid #f4f4f4;
padding:8px;
width:155px;
position:absolute;
left:64px;
border:1px solid;
}
.login-form .qrcode-login .qrcode-img img{
width:147px;
height:147px;
}
.login-form .qrcode-login .qrcode-help{
position:absolute;
right:-18px;
top:-2px;
width:141px;
height:168px;
background:url(../image/phone-orange.png) no-repeat;z-index:99;
}
/*扫码登录底部文字*/
.login-form .qrcode-login .qrcode-panel{
width:257px;
margin:18px auto 14px;
text-align:center;
}
.login-form .qrcode-login .qrcode-panel ul{
display:inline-block;
display:block;
}
.login-form .qrcode-login .qrcode-panel ul:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.login-form .qrcode-login .qrcode-panel li{
display:inline-block;
*display:inline;
padding:0 0 0 5px;
margin:0 5px 0 0;
}
.login-form .qrcode-login .qrcode-panel .red{color:#e4393c}
.qr-coagent{
background-color:#fff;
font-family:"microsoft yahei";
color:#999;
border:none;
padding:0;
line-height:25px;
margin-left:40px;
}
.qr-coagent li{
text-align:left;
position:relative;
margin-right:18px;
}
.qr-coagent li b{
width:25px;
height:25px;
display:block;
background:url(../image/qr-coagent.png) no-repeat;
margin:0 auto;
position:absolute;
left:0;
}
.qr-coagent li .faster{background-position:-27px}
.qr-coagent li .more-safe{background-position:-54px}
.qr-coagent li em{
padding-left:32px;
*display:inline-block;
_display:inline;
}
.qrcode-login .coagent{
padding:0px;
line-height: 25px;
background-color: #fff;
}
/*登录框底部开始qq微信*/
.login-form .qlogin-main .coagent{
margin-top:20px;
}
.coagent{
padding-left:20px;
padding-right:20px;
line-height:50px;
border-top:1px solid #f4f4f4;
height:auto;
background-color:#fcfcfc;
}
.coagent ul{
display:inline-block;
display:block;
}
.coagent ul:after{
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.coagent li{float:left}
.coagent li .line{
color:#ccc;
padding:0 10px;
}
.coagent li a.pdl{
display:inline-block;
position:relative;
padding-left:24px;
}
.coagent li a.pdl b{
width:19px;
height:18px;
display:block;
background:url(../image/QQ-weixin.png) no-repeat;
margin:0 auto;
position:absolute;
float:left;
left:0;
top:16px;
}
.coagent li a.pdl b.weixin-icon{background-position:-20px 0}
.coagent li.extra-r{float:right}
.coagent .regist-link{color:#b61d1d;font-size:14px}
.coagent .regist-link a{color:#b61d1d}
.coagent .regist-link b{
display:inline-block;
*display:inline;
*zoom:1;
width:16px;
height:16px;
overflow:hidden;
background:url(../image/login-icons.png) -104px -75px no-repeat;
vertical-align:middle;
margin-right:5px;
}
/*页面底部布局*/
#footer-2013 .links a,#footer-2013 .links span{
margin:0 10px
}
#footer-2013 .links span a{margin:0} | 0.153296 | 0.047162 |
@import 'eightpoint/dist/eight.min';
@import '_variables';
@import '_helpers';
@import '_base';
@import 'components/_window-header';
@import 'components/_icons';
@import 'components/_inputs';
@import 'components/_buttons';
@import 'components/_progress';
/* Body */
body {
transition: all .2s ease;
&.is-recording {
.content { height: 152px; }
.record { top: 85%; }
}
}
body.is-tray-arrow-hidden {
padding-top: 10px;
}
/* Helper Classes */
.horizontal-section { display: flex; }
/* Tray Arrow */
.tray-arrow {
margin: auto;
width: 0;
height: 0;
border-right: 1rem solid transparent;
border-bottom: 1rem solid $background-primary;
border-left: 1rem solid transparent;
transition: border-bottom-width .2s ease, border-bottom-color .3s ease;
}
.content {
background-color: white;
border-radius: 4px;
}
/* Kap start bar */
.start-bar {
@extend .webkit-drag;
width: 100%;
position: relative;
padding-top: 24px;
/* Contains all content of the start bar excluding the record button */
&__content {
display: flex;
background-color: $gray-lightest;
border-top: 1px solid $gray-light;
width: 100%;
justify-content: center;
align-items: center;
height: 48px;
position: relative;
}
&__text {
font-size: 1.2rem;
height: 2.4rem;
cursor: -webkit-grab;
color: $color-primary;
&:hover { color: $color-primary; }
&:first-child {
text-align: right;
flex: 1;
}
&:last-child {
text-align: left;
flex: 1;
}
&.is-active {
color: $blue;
svg { fill: currentColor; }
}
}
svg {
fill: $gray-darker;
transition: fill .12s ease-in-out;
&:hover { fill: $blue; }
}
}
.record {
@extend .btn;
@extend .circle;
display: flex;
background: $red;
width: 64px;
height: 64px;
justify-content: center;
align-items: center;
transition: background-color .12s ease-in-out;
position: absolute;
bottom: 4px;
left: 50%;
transform: translateX(-50%);
z-index: 100;
&.filled { background-color: $red; }
/*
Recording state icon
Default state: not recording, but ready to record
*/
&__state {
cursor: pointer;
width: 24px;
height: 24px;
border: 2px solid white;
border-radius: 50%;
transition: border-radius 0.12s ease-in-out, background 0.12s ease-in-out;
}
&.is-cropping .record__state { background: white; }
&.is-recording .record__state {
border-radius: 4px;
background: white;
}
svg {
width: 2.4rem;
height: 2.4rem;
transition: background .12s ease-in-out;
}
}
.record-filler {
width: 64px;
height: 64px;
margin: 0 48px;
}
/*
Controls Section
----
Controls shown in the main Kap window.
*/
.controls {
width: 100%;
color: white;
/* Toggle of controls section */
&-toggle {
display: flex;
height: 3.2rem;
width: 100%;
align-items: center;
font-size: 1.4rem;
cursor: pointer;
background: #2D2D2D;
color: white;
/* Text inside the toggle */
&__title {
cursor: pointer !important;
margin-left: 1rem;
}
/* Directional transform of arrow in toggle */
.triangle.up { transform: rotate(-180deg); }
}
/* Container for all controls after toggle has been clicked */
&-content {
display: flex;
flex-direction: column;
}
/* Sections within the control content */
&-section {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
display: flex;
flex-direction: column;
width: 100%;
background: white;
&__title {
color: $color-primary;
font-size: 1.4rem;
letter-spacing: -.010rem;
line-height: normal;
margin-bottom: 14px;
color: white;
}
&__row {
display: flex;
width: 100%;
& + .controls-section__row { margin-top: 16px; }
}
}
}
/* Aspect Ratio Controls */
.aspect-ratio {
justify-content: space-between;
align-items: flex-end;
}
.aspect-ratio__input {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.aspect-ratio__input input {
width: 101px;
}
.aspect-ratio__options {
border-radius: 3px;
width: 64px;
align-items: flex-start;
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
.shake {
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
section.progress {
@extend .webkit-drag;
background-color: $background-primary;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 12.6rem;
padding-bottom: 2.8rem; /* to compensate the tittle bar */
}
.progress-bar {
width: 206px;
}
.progress-bar-label {
font-size: 1.2rem;
color: $color-primary;
margin-bottom: 16px;
}
.update-notification {
@extend .webkit-drag;
display: flex;
background-color: $green;
width: 100%;
height: 2.75rem;
color: #fff!important;
flex-direction: column;
& span {
font-size: 1.2rem;
}
& ul {
display: flex;
position: absolute;
right: .5rem;
margin-left: auto;
& li svg {
padding: .25em;
width: 2.4rem;
height: 2.4rem;
}
}
} | app/src/renderer/css/main.css | @import 'eightpoint/dist/eight.min';
@import '_variables';
@import '_helpers';
@import '_base';
@import 'components/_window-header';
@import 'components/_icons';
@import 'components/_inputs';
@import 'components/_buttons';
@import 'components/_progress';
/* Body */
body {
transition: all .2s ease;
&.is-recording {
.content { height: 152px; }
.record { top: 85%; }
}
}
body.is-tray-arrow-hidden {
padding-top: 10px;
}
/* Helper Classes */
.horizontal-section { display: flex; }
/* Tray Arrow */
.tray-arrow {
margin: auto;
width: 0;
height: 0;
border-right: 1rem solid transparent;
border-bottom: 1rem solid $background-primary;
border-left: 1rem solid transparent;
transition: border-bottom-width .2s ease, border-bottom-color .3s ease;
}
.content {
background-color: white;
border-radius: 4px;
}
/* Kap start bar */
.start-bar {
@extend .webkit-drag;
width: 100%;
position: relative;
padding-top: 24px;
/* Contains all content of the start bar excluding the record button */
&__content {
display: flex;
background-color: $gray-lightest;
border-top: 1px solid $gray-light;
width: 100%;
justify-content: center;
align-items: center;
height: 48px;
position: relative;
}
&__text {
font-size: 1.2rem;
height: 2.4rem;
cursor: -webkit-grab;
color: $color-primary;
&:hover { color: $color-primary; }
&:first-child {
text-align: right;
flex: 1;
}
&:last-child {
text-align: left;
flex: 1;
}
&.is-active {
color: $blue;
svg { fill: currentColor; }
}
}
svg {
fill: $gray-darker;
transition: fill .12s ease-in-out;
&:hover { fill: $blue; }
}
}
.record {
@extend .btn;
@extend .circle;
display: flex;
background: $red;
width: 64px;
height: 64px;
justify-content: center;
align-items: center;
transition: background-color .12s ease-in-out;
position: absolute;
bottom: 4px;
left: 50%;
transform: translateX(-50%);
z-index: 100;
&.filled { background-color: $red; }
/*
Recording state icon
Default state: not recording, but ready to record
*/
&__state {
cursor: pointer;
width: 24px;
height: 24px;
border: 2px solid white;
border-radius: 50%;
transition: border-radius 0.12s ease-in-out, background 0.12s ease-in-out;
}
&.is-cropping .record__state { background: white; }
&.is-recording .record__state {
border-radius: 4px;
background: white;
}
svg {
width: 2.4rem;
height: 2.4rem;
transition: background .12s ease-in-out;
}
}
.record-filler {
width: 64px;
height: 64px;
margin: 0 48px;
}
/*
Controls Section
----
Controls shown in the main Kap window.
*/
.controls {
width: 100%;
color: white;
/* Toggle of controls section */
&-toggle {
display: flex;
height: 3.2rem;
width: 100%;
align-items: center;
font-size: 1.4rem;
cursor: pointer;
background: #2D2D2D;
color: white;
/* Text inside the toggle */
&__title {
cursor: pointer !important;
margin-left: 1rem;
}
/* Directional transform of arrow in toggle */
.triangle.up { transform: rotate(-180deg); }
}
/* Container for all controls after toggle has been clicked */
&-content {
display: flex;
flex-direction: column;
}
/* Sections within the control content */
&-section {
padding-top: 1.6rem;
padding-bottom: 1.6rem;
display: flex;
flex-direction: column;
width: 100%;
background: white;
&__title {
color: $color-primary;
font-size: 1.4rem;
letter-spacing: -.010rem;
line-height: normal;
margin-bottom: 14px;
color: white;
}
&__row {
display: flex;
width: 100%;
& + .controls-section__row { margin-top: 16px; }
}
}
}
/* Aspect Ratio Controls */
.aspect-ratio {
justify-content: space-between;
align-items: flex-end;
}
.aspect-ratio__input {
display: flex;
flex-direction: column;
justify-content: space-between;
}
.aspect-ratio__input input {
width: 101px;
}
.aspect-ratio__options {
border-radius: 3px;
width: 64px;
align-items: flex-start;
}
@keyframes shake {
10%, 90% {
transform: translate3d(-1px, 0, 0);
}
20%, 80% {
transform: translate3d(2px, 0, 0);
}
30%, 50%, 70% {
transform: translate3d(-4px, 0, 0);
}
40%, 60% {
transform: translate3d(4px, 0, 0);
}
}
.shake {
animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
transform: translate3d(0, 0, 0);
backface-visibility: hidden;
perspective: 1000px;
}
section.progress {
@extend .webkit-drag;
background-color: $background-primary;
width: 100%;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 12.6rem;
padding-bottom: 2.8rem; /* to compensate the tittle bar */
}
.progress-bar {
width: 206px;
}
.progress-bar-label {
font-size: 1.2rem;
color: $color-primary;
margin-bottom: 16px;
}
.update-notification {
@extend .webkit-drag;
display: flex;
background-color: $green;
width: 100%;
height: 2.75rem;
color: #fff!important;
flex-direction: column;
& span {
font-size: 1.2rem;
}
& ul {
display: flex;
position: absolute;
right: .5rem;
margin-left: auto;
& li svg {
padding: .25em;
width: 2.4rem;
height: 2.4rem;
}
}
} | 0.462959 | 0.074366 |
.item-block {
max-width: 1180px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 60px 40px 150px 40px;
}
.item-gallery {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
.thumbnail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.thumbnail div.active {
-webkit-filter: brightness(0.5);
filter: brightness(0.5);
}
.thumbnail div {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.main-img img,
.thumbnail img {
width: 100%;
display: block;
}
.item-text-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "Roboto";
font-weight: bold;
-webkit-box-flex: 0;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
padding-left: 50px;
padding-top: 30px;
}
.item-text-block h3 {
font-size: 26px;
text-align: left;
padding-bottom: 15px;
}
.item-text {
font-family: "Times new Roman";
font-style: italic;
font-weight: lighter;
font-size: 16px;
text-align: left;
line-height: 1.3;
}
.item-price {
font-size: 25px;
font-family: "Roboto";
font-style: normal;
line-height: 5;
text-align: left;
font-weight: normal;
}
.item-property {
line-height: 4.5;
font-family: "Roboto";
font-size: 12px;
display: inline-block;
margin-right: 20px;
}
.item-size,
.item-color {
text-align: left;
margin-bottom: 10px;
}
.item-size ul,
.item-color ul {
display: inline-block;
}
.item-size li,
.item-color li{
display: inline-block;
}
.item-size input,
.item-color input{
display: none;
}
.item-size label,
.item-color label {
cursor: pointer;
padding: 10px;
}
.item-size input:checked + label,
.item-color input:checked + label {
color: black;
outline: 1px solid #e5e5e5;
}
.button-container {
position: relative;
bottom: 0;
}
.add-to-bag {
background: transparent;
border: 1px solid #e5e5e5;
cursor: pointer;
font-size: 18px;
font-family: "Open Sans";
font-weight: bold;
outline: none;
padding: 25px 100px;
-webkit-transition: all ease 100ms;
-o-transition: all ease 100ms;
transition: all ease 100ms;
}
.add-to-bag:hover {
border: 1px solid #f14a58;
color: #f14a58;
-webkit-transition: all ease 100ms;
-o-transition: all ease 100ms;
transition: all ease 100ms;
}
.bread-crumbs-container {
max-width: 1180px;
margin: 0 auto;
padding-left: 50px;
line-height: 100px;
text-align: left;
font-family: "Open Sans";
font-weight: bold;
font-size: 16px;
}
.banners-container {
max-width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.banner-first,
.banner-second,
.banner-third {
position: relative;
}
.banner-second {
background-color: #f7f7f7;
}
.banner {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.banner img,
.tablet-banner img{
width: 100%;
height: 100%;
}
.banner-second,
.banner-third {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
@media screen and (max-width: 1023px) {
.item-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.item-text-block{
padding-left: 0;
}
.item-text-block h3,
.item-price,
.item-size,
.item-text,
.item-color {
text-align: center;
width: 100%;
}
.item-gallery{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.thumbnail {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main-img {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.banner-first {
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
}
.banner-third.tablet-banner {
display: block;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.banner-second {
display: none;
}
}
/*mobile*/
@media screen and (max-width: 767px) {
.item-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px 20px 40px 20px;
}
.item-gallery {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.thumbnail {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.item-text-block h3,
.item-price,
.item-text,
div.item-color,
div.item-size {
text-align: center;
width: 100%;
}
.banner-third.tablet-banner {
display: none;
}
.banner-first {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
/*mobile*/ | css/item.css | .item-block {
max-width: 1180px;
margin: 0 auto;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 60px 40px 150px 40px;
}
.item-gallery {
width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
}
.thumbnail {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.thumbnail div.active {
-webkit-filter: brightness(0.5);
filter: brightness(0.5);
}
.thumbnail div {
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.main-img img,
.thumbnail img {
width: 100%;
display: block;
}
.item-text-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-family: "Roboto";
font-weight: bold;
-webkit-box-flex: 0;
-ms-flex: 0 1 50%;
flex: 0 1 50%;
padding-left: 50px;
padding-top: 30px;
}
.item-text-block h3 {
font-size: 26px;
text-align: left;
padding-bottom: 15px;
}
.item-text {
font-family: "Times new Roman";
font-style: italic;
font-weight: lighter;
font-size: 16px;
text-align: left;
line-height: 1.3;
}
.item-price {
font-size: 25px;
font-family: "Roboto";
font-style: normal;
line-height: 5;
text-align: left;
font-weight: normal;
}
.item-property {
line-height: 4.5;
font-family: "Roboto";
font-size: 12px;
display: inline-block;
margin-right: 20px;
}
.item-size,
.item-color {
text-align: left;
margin-bottom: 10px;
}
.item-size ul,
.item-color ul {
display: inline-block;
}
.item-size li,
.item-color li{
display: inline-block;
}
.item-size input,
.item-color input{
display: none;
}
.item-size label,
.item-color label {
cursor: pointer;
padding: 10px;
}
.item-size input:checked + label,
.item-color input:checked + label {
color: black;
outline: 1px solid #e5e5e5;
}
.button-container {
position: relative;
bottom: 0;
}
.add-to-bag {
background: transparent;
border: 1px solid #e5e5e5;
cursor: pointer;
font-size: 18px;
font-family: "Open Sans";
font-weight: bold;
outline: none;
padding: 25px 100px;
-webkit-transition: all ease 100ms;
-o-transition: all ease 100ms;
transition: all ease 100ms;
}
.add-to-bag:hover {
border: 1px solid #f14a58;
color: #f14a58;
-webkit-transition: all ease 100ms;
-o-transition: all ease 100ms;
transition: all ease 100ms;
}
.bread-crumbs-container {
max-width: 1180px;
margin: 0 auto;
padding-left: 50px;
line-height: 100px;
text-align: left;
font-family: "Open Sans";
font-weight: bold;
font-size: 16px;
}
.banners-container {
max-width: 100%;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.banner-first,
.banner-second,
.banner-third {
position: relative;
}
.banner-second {
background-color: #f7f7f7;
}
.banner {
-ms-flex-preferred-size: 50%;
flex-basis: 50%;
}
.banner img,
.tablet-banner img{
width: 100%;
height: 100%;
}
.banner-second,
.banner-third {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
}
@media screen and (max-width: 1023px) {
.item-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.item-text-block{
padding-left: 0;
}
.item-text-block h3,
.item-price,
.item-size,
.item-text,
.item-color {
text-align: center;
width: 100%;
}
.item-gallery{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.thumbnail {
-ms-flex-preferred-size: 25%;
flex-basis: 25%;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.main-img {
-ms-flex-preferred-size: 75%;
flex-basis: 75%;
}
.banner-first {
-ms-flex-preferred-size: 70%;
flex-basis: 70%;
}
.banner-third.tablet-banner {
display: block;
-ms-flex-preferred-size: 30%;
flex-basis: 30%;
}
.banner-second {
display: none;
}
}
/*mobile*/
@media screen and (max-width: 767px) {
.item-block {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
padding: 15px 20px 40px 20px;
}
.item-gallery {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.thumbnail {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
}
.item-text-block h3,
.item-price,
.item-text,
div.item-color,
div.item-size {
text-align: center;
width: 100%;
}
.banner-third.tablet-banner {
display: none;
}
.banner-first {
-ms-flex-preferred-size: 100%;
flex-basis: 100%;
}
}
/*mobile*/ | 0.314156 | 0.051678 |
.frame-all {
background-color: #4287ed;
transition: background 1s ease;
}
.module-header .module-header-wrapper {
transition: background 1s ease;
}
.g-button {
text-decoration: none;
color: #3b8cff;
border: 1px solid #c0d9fe;
border-radius: 4px;
height: 32px;
line-height: 32px;
padding-left: 10px;
}
.g-button .icon {
line-height: 28px;
font-size: 16px;
height: 31px;
margin-right: 0;
}
.g-button .text {
font-size: 13px;
margin-left: 2px;
margin-right: 2px;
vertical-align: baseline;
*display: inline;
*zoom: 1;
}
.g-button.blue-upload:hover, .g-button.begin-btn:hover {
background: #4e97ff;
border: 1px solid #4e97ff;
}
.g-dropdown-button-second .text {
font-size: 12px;
}
.g-dropdown-button-second .menu {
width: 100%;
}
.g-disabled .g-button-right {
color: #9DC5FF;
}
.g-button.g-disabled {
opacity: 1;
filter: alpha(opacity=100);
border: 1px solid #C0D9FE;
color: #ccc;
}
.g-button.g-disabled:active, .g-button.g-disabled:link {
color: #9DC5FF;
color: rgba(59, 140, 255, 0.5);
}
.g-button-large, .g-button-blue-large {
padding-left: 10px;
height: 32px;
}
.g-button-large .g-button-right, .g-button-blue-large .g-button-right {
height: 32px;
line-height: 32px;
padding-right: 10px;
}
.g-button-large .text, .g-button-blue-large .text {
height: 32px;
line-height: 32px;
}
.g-button-red-large {
height: 32px;
background: #DB3710;
border: 1px solid #DB3710;
}
.g-button-red-large .g-button-right {
height: 32px;
line-height: 32px;
}
.g-button-red-large .g-button-right .text {
color: #fff;
}
.g-button-red-large:hover {
background: #FB896E;
border: 1px solid #FB896E !important;
}
.g-button-red-large:hover .g-button-right .text {
color: #fff;
}
.g-button-right {
height: 32px;
line-height: 32px;
padding-right: 10px;
text-align: center;
cursor: pointer;
*line-height: 34px;
}
.g-button:hover {
color: #77afff !important;
border: 1px solid #c0d9fe;
}
.g-button:hover .icon {
color: #77afff;
}
.g-button.g-button-blue-large:hover {
border: 1px solid #4e97ff;
background: #4e97ff;
}
.g-button:link, .g-button:visited {
color: #3b8cff;
}
.g-button-blue {
border: 1px solid #3b8cff;
background-color: #3b8cff;
}
.g-button-blue .icon {
color: #fff;
}
.g-button-blue:hover {
background: #77afff;
border: 1px solid #77afff;
}
.g-button-blue:hover .icon {
color: #fff;
}
.g-button-blue-large {
border: 1px solid #3b8cff;
background: #3b8cff;
}
.g-dropdown-button.button-open .menu {
border-color: #C0D9FE;
top: -1px;
}
.g-dropdown-button-second .menu a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.g-dropdown-button.button-open .g-button-menu {
color: #3b8cff;
}
.g-dropdown-button.button-open a.g-button-menu {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.g-dropdown-button.button-open .g-button-menu a {
color: #3b8cff;
}
.g-dropdown-button.button-open a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.g-dropdown-button .menu {
visibility: hidden;
}
.g-dropdown-button .menu .g-button-menu:hover {
background: #f6faff;
border-radius: 2px;
}
.g-dropdown-button .menu .g-button-menu {
margin: 0;
}
.g-dropdown-button .g-dropdown-button-second {
position: relative;
}
.g-dropdown-button .g-dropdown-button-second .menu {
visibility: hidden;
position: absolute;
left: 85px;
top: 0;
}
.g-dropdown-button .g-dropdown-button-second .g-button {
border: 0;
padding-left: 0;
}
.g-dropdown-button.button-open > .menu {
visibility: visible;
display: block;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.g-dropdown-button-second.button-open > .menu {
visibility: hidden;
}
.button-open .g-dropdown-button-second.button-open > .menu {
visibility: visible;
}
.list-header .descend .order-icon {
background: url(../../img/Common/order-icon-down_ae0af07.png) no-repeat center;
margin-top: -1px;
}
.list-header .ascend .order-icon {
background: url(../../img/Common/order-icon-up_1990697.png) no-repeat center;
margin-top: -1px;
}
.module-list {
background-color: #fff;
*width: 100%;
}
.module-list .module-history-list {
padding-top: 0;
}
.module-list .module-history-list .historylistmanager-history {
height: 16px;
line-height: 16px;
padding-left: 5px;
}
.module-list .module-history-list .historylistmanager-history .history-list-tips {
*margin-top: -40px;
}
.module-list .list-empty-tips {
line-height: 30px;
}
.module-list .list-empty-tips .empty-text {
margin-left: 15px;
}
.module-list .list-empty-tips .tip-text {
position: absolute;
top: 50%;
text-align: center;
width: 100%;
color: #424e67;
margin-top: -50px;
}
.list-header .check {
width: 66px;
height: 53px;
}
.list-header .col {
margin-top: 1px;
line-height: 35px;
}
.list-header ul {
border-top-color: #fff;
height: 36px;
line-height: 36px;
color: #888;
overflow: hidden;
border-bottom: 1px solid #f2f6fd;
padding: 0;
}
.list-header .first-col .col-item {
margin-left: 6px;
margin-right: 6px;
}
.list-header .list-header-operatearea {
height: 53px;
line-height: 53px;
}
.list-header .list-cols .check {
width: 30px;
}
.module-list .list-header .list-cols .check-all-text {
display: none;
}
.list-header .check-all-text {
margin-left: 37px;
line-height: 36px;
}
.module-list .list-header .check-all-text {
display: block;
}
.list-view-container .module-list-view .list-view-item .checkbox {
left: 7px;
}
.list-header .col:hover {
background: #f6faff;
}
.list-header ul {
border-bottom: 1px solid #f2f6fd;
}
.list-header-visible-operate .col:hover {
background: #fff;
}
.module-aside .g-button .text {
font-size: 14px;
margin: 0;
}
.module-aside .g-button:hover {
border-radius: 0;
}
.module-list .list-view-header {
height: 36px;
}
.share-list .module-list .list-header .list-header-operatearea {
left: 42px;
}
.module-list .list-header .check {
height: 36px;
}
.module-list .list-header .check-icon {
top: 12px;
}
.module-list .list-header .list-header-operatearea {
height: 35px;
line-height: 36px;
left: 42px;
}
.module-list .list-header .g-button, .module-list .list-header .g-dropdown-button {
margin: 0;
margin-left: -1px;
border-radius: 0;
}
.module-list .list-header .g-button .menu, .module-list .list-header .g-dropdown-button .menu {
min-width: 70px;
}
.module-list .list-header .g-button:nth-child(1) {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-header-operate .list-tools .g-dropdown-button .g-button {
border-radius: 0;
}
.list-header-operate .list-tools .last-button .g-button {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.module-list .list-header .g-dropdown-button:last-child a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.module-list .list-header .g-dropdown-button.button-open .g-button {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.module-toolbar .list-tools > .g-dropdown-button:last-child > a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.module-toolbar .list-tools > .g-dropdown-button.button-open > a {
border-bottom-right-radius: 0;
}
.historylistmanager-history a {
color: #4287ed;
}
.historylistmanager-history .historylistmanager-separator, .historylistmanager-history .historylistmanager-separator-gt {
color: #c5d8f3;
}
.dialog {
position: absolute;
box-shadow: none;
overflow: hidden;
border: 0;
z-index: 1000;
}
.dialog .dialog-min-header, .dialog .dialog-header {
background-color: #f7faff;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 1px solid #c4dbfe;
height: 44px;
line-height: 44px;
font-weight: 200;
}
.dialog .dialog-min-header h3, .dialog .dialog-header h3 {
color: #424e67;
}
.dialog .dialog-min-header .select-text, .dialog .dialog-header .select-text {
-webkit-user-select: initial;
-khtml-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
-o-user-select: initial;
user-select: initial;
}
.dialog .dialog-min-header .hasicon i, .dialog .dialog-header .hasicon i {
width: 24px;
height: 24px;
line-height: 22px;
top: 12px;
}
.dialog .dialog-header-title em {
font-style: normal;
cursor: text;
font-weight: 200;
}
.dialog .dialog-footer {
padding-bottom: 15px;
}
.dialog .dialog-footer:after {
content: '.';
display: block;
visibility: hidden;
height: 0;
line-height: 0;
font-size: 0;
clear: both;
}
.dialog .dialog-control {
top: 13px;
right: 12px;
}
.dialog .dialog-control .icon {
font-size: 12px;
text-align: center;
line-height: 20px;
color: #5f7094;
margin: 0 2px;
}
.dialog .dialog-control .icon .sicon {
display: none;
}
.dialog .dialog-control .icon span {
font-size: 14px;
}
.dialog .dialog-control .icon:hover {
color: #7c8aa8;
}
.dialog .hasicon .auto-up-vip {
background-repeat: no-repeat;
}
.dialog .dialog-icon {
font-size: 24px;
}
.dialog .transfer-vip-intro-tips {
height: 223px;
margin-top: 20px;
}
.dialog .transfer-vip-context {
font-size: 14px;
color: #333;
font-weight: 800;
padding-top: 22px;
text-align: center;
}
.dialog .svip-size-bg {
background-size: 100% 100%;
margin: 20px;
}
.dialog .dialog .size-bg {
background-size: 100% 100%;
margin: 20px;
}
.dialog .number-bg {
background-size: 100% 100%;
margin: 20px;
}
.dialog .svip-number-bg {
background-size: 100% 100%;
margin: 20px;
}
.dialog .transfer-vip-intro-tips .transfer-svip-intro-btn, .dialog .transfer-vip-intro-tips .transfer-vip-intro-btn {
position: absolute;
left: 50%;
margin-left: -70px;
width: 140px;
height: 45px;
line-height: 45px;
bottom: 32px;
background: #ff4f4f;
border-radius: 3px;
font-size: 18px;
color: #fff;
text-align: center;
text-decoration: none;
}
.dialog .transfer-vip-intro-tips .transfer-svip-intro-btn {
background: #ffe165;
color: #fe3138;
}
.dialog-confirm.dialog .dialog-footer {
padding-bottom: 34px;
}
.dialog-music-player {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid #dedede;
}
.dialog-music-player .dialog-body {
overflow: hidden;
}
.dialog-web-uploader .dialog-min-header, .dialog-web-uploader .dialog-header {
background-color: #fff;
}
.dialog-web-uploader .file-list .process {
background: #e2eeff;
}
.dialog-web-uploader .file-list.status-uploading {
background: #fff;
}
.dialog-web-uploader .uploader-list .container {
color: #424e67;
}
.offlinebtlist-dialog.dialog .dialog-min-header, .offlinebtlist-dialog.dialog .dialog-header {
border-bottom: 1px solid #fff;
}
.dialog-web-uploader .file-path a {
color: #5d9cff;
}
.dialog-web-uploader .file-list.status-error {
background-color: transparent;
}
.dialog-blue .dialog-min-header, .dialog-blue .dialog-header {
border-bottom: 1px solid #f7faff;
}
.dialog-share .dialog-header {
background: #f7faff;
border-bottom: 0;
}
.dialog-share .tab {
background: #f7faff;
border-bottom: 1px solid #c4dbfe;
}
.dialog-share .tab .current:after {
content: '';
width: 20px;
height: 20px;
bottom: -22px;
left: 30px;
position: absolute;
background: url(../../img/Common/share-triangle_0b53e59.png) no-repeat;
}
.share-dialog .tab .current:after {
content: '';
width: 20px;
height: 20px;
bottom: -22px;
left: 30px;
position: absolute;
background: url(../../img/Common/share-triangle_0b53e59.png) no-repeat;
}
.scrollbar .scrollbar-thumb {
background-color: #9c9c9c;
}
.module-tip {
max-height: 37px;
background-color: #faf0cd;
border: 1px solid #f3e041;
border-radius: 4px;
color: #666;
margin-top: 8px;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
*width: 240px;
}
.module-tip .tip-icon {
margin-top: 7px;
}
.module-tip .tip-icon-close {
margin-top: 7px;
}
.module-tip .tip-msg {
line-height: 37px;
max-width: 450px;
*width: 200px;
}
.module-tip .sprite-svip-ic {
*display: inline;
*zoom: 1;
width: 52px;
height: 52px;
border-radius: 50%;
float: left;
margin: -10px 10px 0 -25px;
zoom: 1;
}
.module-tip .sprite-vip-ic {
*display: inline;
*zoom: 1;
width: 52px;
height: 52px;
border-radius: 50%;
float: left;
margin: -10px 10px 0 -25px;
zoom: 1;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
transform: scale(0.1);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
transform: scale(0.1);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
.animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.list-header .check .checksmall {
position: absolute;
top: 14px;
left: 10px;
color: #3b8cff;
}
.dialog-unzip-list .list-header .check .checksmall {
top: 12px;
left: 6px;
}
.list-header .checked .icon {
display: inline;
}
.list-header .ascend .order-icon, .list-header .descend .order-icon {
display: none;
}
.list-header .ascend .up-icon, .list-header .descend .downtitle-icon {
display: inline;
color: #3b8cff;
position: relative;
top: 1px;
}
.g-dropdown-button .menu .g-button-menu.upload-wrapper {
text-overflow: initial;
} | trunk/Public/css/Home/cover.css | .frame-all {
background-color: #4287ed;
transition: background 1s ease;
}
.module-header .module-header-wrapper {
transition: background 1s ease;
}
.g-button {
text-decoration: none;
color: #3b8cff;
border: 1px solid #c0d9fe;
border-radius: 4px;
height: 32px;
line-height: 32px;
padding-left: 10px;
}
.g-button .icon {
line-height: 28px;
font-size: 16px;
height: 31px;
margin-right: 0;
}
.g-button .text {
font-size: 13px;
margin-left: 2px;
margin-right: 2px;
vertical-align: baseline;
*display: inline;
*zoom: 1;
}
.g-button.blue-upload:hover, .g-button.begin-btn:hover {
background: #4e97ff;
border: 1px solid #4e97ff;
}
.g-dropdown-button-second .text {
font-size: 12px;
}
.g-dropdown-button-second .menu {
width: 100%;
}
.g-disabled .g-button-right {
color: #9DC5FF;
}
.g-button.g-disabled {
opacity: 1;
filter: alpha(opacity=100);
border: 1px solid #C0D9FE;
color: #ccc;
}
.g-button.g-disabled:active, .g-button.g-disabled:link {
color: #9DC5FF;
color: rgba(59, 140, 255, 0.5);
}
.g-button-large, .g-button-blue-large {
padding-left: 10px;
height: 32px;
}
.g-button-large .g-button-right, .g-button-blue-large .g-button-right {
height: 32px;
line-height: 32px;
padding-right: 10px;
}
.g-button-large .text, .g-button-blue-large .text {
height: 32px;
line-height: 32px;
}
.g-button-red-large {
height: 32px;
background: #DB3710;
border: 1px solid #DB3710;
}
.g-button-red-large .g-button-right {
height: 32px;
line-height: 32px;
}
.g-button-red-large .g-button-right .text {
color: #fff;
}
.g-button-red-large:hover {
background: #FB896E;
border: 1px solid #FB896E !important;
}
.g-button-red-large:hover .g-button-right .text {
color: #fff;
}
.g-button-right {
height: 32px;
line-height: 32px;
padding-right: 10px;
text-align: center;
cursor: pointer;
*line-height: 34px;
}
.g-button:hover {
color: #77afff !important;
border: 1px solid #c0d9fe;
}
.g-button:hover .icon {
color: #77afff;
}
.g-button.g-button-blue-large:hover {
border: 1px solid #4e97ff;
background: #4e97ff;
}
.g-button:link, .g-button:visited {
color: #3b8cff;
}
.g-button-blue {
border: 1px solid #3b8cff;
background-color: #3b8cff;
}
.g-button-blue .icon {
color: #fff;
}
.g-button-blue:hover {
background: #77afff;
border: 1px solid #77afff;
}
.g-button-blue:hover .icon {
color: #fff;
}
.g-button-blue-large {
border: 1px solid #3b8cff;
background: #3b8cff;
}
.g-dropdown-button.button-open .menu {
border-color: #C0D9FE;
top: -1px;
}
.g-dropdown-button-second .menu a {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.g-dropdown-button.button-open .g-button-menu {
color: #3b8cff;
}
.g-dropdown-button.button-open a.g-button-menu {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.g-dropdown-button.button-open .g-button-menu a {
color: #3b8cff;
}
.g-dropdown-button.button-open a:last-child {
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.g-dropdown-button .menu {
visibility: hidden;
}
.g-dropdown-button .menu .g-button-menu:hover {
background: #f6faff;
border-radius: 2px;
}
.g-dropdown-button .menu .g-button-menu {
margin: 0;
}
.g-dropdown-button .g-dropdown-button-second {
position: relative;
}
.g-dropdown-button .g-dropdown-button-second .menu {
visibility: hidden;
position: absolute;
left: 85px;
top: 0;
}
.g-dropdown-button .g-dropdown-button-second .g-button {
border: 0;
padding-left: 0;
}
.g-dropdown-button.button-open > .menu {
visibility: visible;
display: block;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.g-dropdown-button-second.button-open > .menu {
visibility: hidden;
}
.button-open .g-dropdown-button-second.button-open > .menu {
visibility: visible;
}
.list-header .descend .order-icon {
background: url(../../img/Common/order-icon-down_ae0af07.png) no-repeat center;
margin-top: -1px;
}
.list-header .ascend .order-icon {
background: url(../../img/Common/order-icon-up_1990697.png) no-repeat center;
margin-top: -1px;
}
.module-list {
background-color: #fff;
*width: 100%;
}
.module-list .module-history-list {
padding-top: 0;
}
.module-list .module-history-list .historylistmanager-history {
height: 16px;
line-height: 16px;
padding-left: 5px;
}
.module-list .module-history-list .historylistmanager-history .history-list-tips {
*margin-top: -40px;
}
.module-list .list-empty-tips {
line-height: 30px;
}
.module-list .list-empty-tips .empty-text {
margin-left: 15px;
}
.module-list .list-empty-tips .tip-text {
position: absolute;
top: 50%;
text-align: center;
width: 100%;
color: #424e67;
margin-top: -50px;
}
.list-header .check {
width: 66px;
height: 53px;
}
.list-header .col {
margin-top: 1px;
line-height: 35px;
}
.list-header ul {
border-top-color: #fff;
height: 36px;
line-height: 36px;
color: #888;
overflow: hidden;
border-bottom: 1px solid #f2f6fd;
padding: 0;
}
.list-header .first-col .col-item {
margin-left: 6px;
margin-right: 6px;
}
.list-header .list-header-operatearea {
height: 53px;
line-height: 53px;
}
.list-header .list-cols .check {
width: 30px;
}
.module-list .list-header .list-cols .check-all-text {
display: none;
}
.list-header .check-all-text {
margin-left: 37px;
line-height: 36px;
}
.module-list .list-header .check-all-text {
display: block;
}
.list-view-container .module-list-view .list-view-item .checkbox {
left: 7px;
}
.list-header .col:hover {
background: #f6faff;
}
.list-header ul {
border-bottom: 1px solid #f2f6fd;
}
.list-header-visible-operate .col:hover {
background: #fff;
}
.module-aside .g-button .text {
font-size: 14px;
margin: 0;
}
.module-aside .g-button:hover {
border-radius: 0;
}
.module-list .list-view-header {
height: 36px;
}
.share-list .module-list .list-header .list-header-operatearea {
left: 42px;
}
.module-list .list-header .check {
height: 36px;
}
.module-list .list-header .check-icon {
top: 12px;
}
.module-list .list-header .list-header-operatearea {
height: 35px;
line-height: 36px;
left: 42px;
}
.module-list .list-header .g-button, .module-list .list-header .g-dropdown-button {
margin: 0;
margin-left: -1px;
border-radius: 0;
}
.module-list .list-header .g-button .menu, .module-list .list-header .g-dropdown-button .menu {
min-width: 70px;
}
.module-list .list-header .g-button:nth-child(1) {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.list-header-operate .list-tools .g-dropdown-button .g-button {
border-radius: 0;
}
.list-header-operate .list-tools .last-button .g-button {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.module-list .list-header .g-dropdown-button:last-child a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.module-list .list-header .g-dropdown-button.button-open .g-button {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.module-toolbar .list-tools > .g-dropdown-button:last-child > a {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.module-toolbar .list-tools > .g-dropdown-button.button-open > a {
border-bottom-right-radius: 0;
}
.historylistmanager-history a {
color: #4287ed;
}
.historylistmanager-history .historylistmanager-separator, .historylistmanager-history .historylistmanager-separator-gt {
color: #c5d8f3;
}
.dialog {
position: absolute;
box-shadow: none;
overflow: hidden;
border: 0;
z-index: 1000;
}
.dialog .dialog-min-header, .dialog .dialog-header {
background-color: #f7faff;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom: 1px solid #c4dbfe;
height: 44px;
line-height: 44px;
font-weight: 200;
}
.dialog .dialog-min-header h3, .dialog .dialog-header h3 {
color: #424e67;
}
.dialog .dialog-min-header .select-text, .dialog .dialog-header .select-text {
-webkit-user-select: initial;
-khtml-user-select: initial;
-moz-user-select: initial;
-ms-user-select: initial;
-o-user-select: initial;
user-select: initial;
}
.dialog .dialog-min-header .hasicon i, .dialog .dialog-header .hasicon i {
width: 24px;
height: 24px;
line-height: 22px;
top: 12px;
}
.dialog .dialog-header-title em {
font-style: normal;
cursor: text;
font-weight: 200;
}
.dialog .dialog-footer {
padding-bottom: 15px;
}
.dialog .dialog-footer:after {
content: '.';
display: block;
visibility: hidden;
height: 0;
line-height: 0;
font-size: 0;
clear: both;
}
.dialog .dialog-control {
top: 13px;
right: 12px;
}
.dialog .dialog-control .icon {
font-size: 12px;
text-align: center;
line-height: 20px;
color: #5f7094;
margin: 0 2px;
}
.dialog .dialog-control .icon .sicon {
display: none;
}
.dialog .dialog-control .icon span {
font-size: 14px;
}
.dialog .dialog-control .icon:hover {
color: #7c8aa8;
}
.dialog .hasicon .auto-up-vip {
background-repeat: no-repeat;
}
.dialog .dialog-icon {
font-size: 24px;
}
.dialog .transfer-vip-intro-tips {
height: 223px;
margin-top: 20px;
}
.dialog .transfer-vip-context {
font-size: 14px;
color: #333;
font-weight: 800;
padding-top: 22px;
text-align: center;
}
.dialog .svip-size-bg {
background-size: 100% 100%;
margin: 20px;
}
.dialog .dialog .size-bg {
background-size: 100% 100%;
margin: 20px;
}
.dialog .number-bg {
background-size: 100% 100%;
margin: 20px;
}
.dialog .svip-number-bg {
background-size: 100% 100%;
margin: 20px;
}
.dialog .transfer-vip-intro-tips .transfer-svip-intro-btn, .dialog .transfer-vip-intro-tips .transfer-vip-intro-btn {
position: absolute;
left: 50%;
margin-left: -70px;
width: 140px;
height: 45px;
line-height: 45px;
bottom: 32px;
background: #ff4f4f;
border-radius: 3px;
font-size: 18px;
color: #fff;
text-align: center;
text-decoration: none;
}
.dialog .transfer-vip-intro-tips .transfer-svip-intro-btn {
background: #ffe165;
color: #fe3138;
}
.dialog-confirm.dialog .dialog-footer {
padding-bottom: 34px;
}
.dialog-music-player {
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border: 1px solid #dedede;
}
.dialog-music-player .dialog-body {
overflow: hidden;
}
.dialog-web-uploader .dialog-min-header, .dialog-web-uploader .dialog-header {
background-color: #fff;
}
.dialog-web-uploader .file-list .process {
background: #e2eeff;
}
.dialog-web-uploader .file-list.status-uploading {
background: #fff;
}
.dialog-web-uploader .uploader-list .container {
color: #424e67;
}
.offlinebtlist-dialog.dialog .dialog-min-header, .offlinebtlist-dialog.dialog .dialog-header {
border-bottom: 1px solid #fff;
}
.dialog-web-uploader .file-path a {
color: #5d9cff;
}
.dialog-web-uploader .file-list.status-error {
background-color: transparent;
}
.dialog-blue .dialog-min-header, .dialog-blue .dialog-header {
border-bottom: 1px solid #f7faff;
}
.dialog-share .dialog-header {
background: #f7faff;
border-bottom: 0;
}
.dialog-share .tab {
background: #f7faff;
border-bottom: 1px solid #c4dbfe;
}
.dialog-share .tab .current:after {
content: '';
width: 20px;
height: 20px;
bottom: -22px;
left: 30px;
position: absolute;
background: url(../../img/Common/share-triangle_0b53e59.png) no-repeat;
}
.share-dialog .tab .current:after {
content: '';
width: 20px;
height: 20px;
bottom: -22px;
left: 30px;
position: absolute;
background: url(../../img/Common/share-triangle_0b53e59.png) no-repeat;
}
.scrollbar .scrollbar-thumb {
background-color: #9c9c9c;
}
.module-tip {
max-height: 37px;
background-color: #faf0cd;
border: 1px solid #f3e041;
border-radius: 4px;
color: #666;
margin-top: 8px;
box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
*width: 240px;
}
.module-tip .tip-icon {
margin-top: 7px;
}
.module-tip .tip-icon-close {
margin-top: 7px;
}
.module-tip .tip-msg {
line-height: 37px;
max-width: 450px;
*width: 200px;
}
.module-tip .sprite-svip-ic {
*display: inline;
*zoom: 1;
width: 52px;
height: 52px;
border-radius: 50%;
float: left;
margin: -10px 10px 0 -25px;
zoom: 1;
}
.module-tip .sprite-vip-ic {
*display: inline;
*zoom: 1;
width: 52px;
height: 52px;
border-radius: 50%;
float: left;
margin: -10px 10px 0 -25px;
zoom: 1;
}
@-webkit-keyframes bounceIn {
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
transform: scale(0.1);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes bounceIn {
0% {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: scale(0.1);
transform: scale(0.1);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: scale(1);
transform: scale(1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
.animated {
-webkit-animation-duration: .3s;
animation-duration: .3s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.list-header .check .checksmall {
position: absolute;
top: 14px;
left: 10px;
color: #3b8cff;
}
.dialog-unzip-list .list-header .check .checksmall {
top: 12px;
left: 6px;
}
.list-header .checked .icon {
display: inline;
}
.list-header .ascend .order-icon, .list-header .descend .order-icon {
display: none;
}
.list-header .ascend .up-icon, .list-header .descend .downtitle-icon {
display: inline;
color: #3b8cff;
position: relative;
top: 1px;
}
.g-dropdown-button .menu .g-button-menu.upload-wrapper {
text-overflow: initial;
} | 0.458106 | 0.071526 |
body {
margin:50px;
padding:0px;
border-width:0px;
background: black;
background-repeat: no-repeat;
background-attachment:fixed;
background-size: cover;
overflow:hidden;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
transition: all 1s ease-in;
font-family: courier,fixed,swiss,monospace,sans-serif;
font-size: 14px;
color: #f0f0f0;
}
::-webkit-scrollbar {
display: none;
}
/*
@font-face
{
font-family:ubuntu;
src:url("ubuntu.ttf");
}
*/
.top-bar
{
position:fixed;
background:black;
color:white;
width:100%;
margin:0px;
top:0px;
left:0px;
font-size:20px;
font-weight:bold;
}
#top-bar-date
{
/*
display:inline;
*/
/*
position:relative;
*/
//text-align: center;
/*
width: 100%;
left:40%;
*/
}
#username
{
display:inline;
text-align:right;
float:right;
}
#show-activities
{
position:absolute;
background:black;
width:100%;
height:120%;
margin:0px;
padding:0px;
border-width:0;
top:0px;
left:0px;
border-radius:0px 0px 0px 0px;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity:0.8;
opacity:0.8;
z-index: 9998;
display:none;
}
#show-activities .content
{
position:relative;
top:50%;
left:40%;
color:white;
font-weight:bold;
font-size: 30px;
}
#popup-menu
{
background: #d4d4d4;
color:black;
border-style:solid;
border-color:gray;
border-width:1px;
border-radius: 10px;
width: 180px;
margin:0px;
padding:0px;
display:none;
position:absolute;
z-index: 9999;
}
#popup-menu ul
{
list-style:none;
margin:0px;
padding:10px;
}
#popup-menu ul li
{
text-align: left;
margin: 5px;
font-size: 18px;
}
#popup-menu ul li:hover
{
background:#1779aa;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
}
.terminal
{
border-style:none;
position:absolute;
z-index: 10;
}
.terminal-title
{
background:#393f3f;
color:white;
border-radius: 5px 5px 0px 0px;
margin:0;
font-weight:bold;
padding:5px;
}
.terminal-toolbar
{
background:#393f3f;
color:white;
margin:0px;
//font-weight:bold;
}
.terminal-toolbar ul
{
list-style:none;
display:inline;
white-space:nowrap;
}
.terminal-toolbar ul li
{
display:inline;
margin: 20px;
}
.terminal-toolbar ul li:hover
{
background: #666;
font-weight: bold;
}
.terminal-body
{
background:#000;
color:white;
height:100%;
overflow:auto;
border-style:solid;
border-width:0 1px 1px 1px;
border-color:gray;
}
.pointer
{
background:white;
display:none;
}
.keyword, .highlight
{
color:#f7df5b;
font-weight:bold;
}
.const
{
color:#ba8a98;
font-weight:bold;
}
.define, .dir
{
color:#536998;
font-weight:bold;
}
.type, .exec
{
color:#8ad254;
font-weight:bold;
}
.nornal
{
color:white;
}
.close-menu
{
display:inline;
float:right;
font-size:20px;
font-weight:bold;
margin:0px;
padding:0px;
border-style:none;
}
.close-menu img
{
margin:0;
padding:0;
}
#dock-trigger
{
position:fixed;
bottom:0%;
margin:0px;
padding:0px;
text-align: center;
height:20px;
width:100%;
z-index:99;
}
#dock
{
position:relative;
top:-45px;
background:black;
border-style:solid;
border-width:1px;
border-color:gray;
margin-left:auto;
margin-right:auto;
padding:0px;
width:400px;
display:block;
z-index:100;
}
#dock img
{
width:64px;
}
#dock img:hover
{
-webkit-transform:scale(1.5);
-webkit-transition: all 0.2s ease-in;
-moz-transform:scale(1.5);
-moz-transition: all 0.2s ease-in;
transform:scale(1.5);
transition: all 0.2s ease-in;
}
a
{
text-decoration: none;
}
a:hover
{
color:white;
} | termjs/css/index.css | body {
margin:50px;
padding:0px;
border-width:0px;
background: black;
background-repeat: no-repeat;
background-attachment:fixed;
background-size: cover;
overflow:hidden;
-webkit-transition: all 1s ease-in;
-moz-transition: all 1s ease-in;
transition: all 1s ease-in;
font-family: courier,fixed,swiss,monospace,sans-serif;
font-size: 14px;
color: #f0f0f0;
}
::-webkit-scrollbar {
display: none;
}
/*
@font-face
{
font-family:ubuntu;
src:url("ubuntu.ttf");
}
*/
.top-bar
{
position:fixed;
background:black;
color:white;
width:100%;
margin:0px;
top:0px;
left:0px;
font-size:20px;
font-weight:bold;
}
#top-bar-date
{
/*
display:inline;
*/
/*
position:relative;
*/
//text-align: center;
/*
width: 100%;
left:40%;
*/
}
#username
{
display:inline;
text-align:right;
float:right;
}
#show-activities
{
position:absolute;
background:black;
width:100%;
height:120%;
margin:0px;
padding:0px;
border-width:0;
top:0px;
left:0px;
border-radius:0px 0px 0px 0px;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity:0.8;
opacity:0.8;
z-index: 9998;
display:none;
}
#show-activities .content
{
position:relative;
top:50%;
left:40%;
color:white;
font-weight:bold;
font-size: 30px;
}
#popup-menu
{
background: #d4d4d4;
color:black;
border-style:solid;
border-color:gray;
border-width:1px;
border-radius: 10px;
width: 180px;
margin:0px;
padding:0px;
display:none;
position:absolute;
z-index: 9999;
}
#popup-menu ul
{
list-style:none;
margin:0px;
padding:10px;
}
#popup-menu ul li
{
text-align: left;
margin: 5px;
font-size: 18px;
}
#popup-menu ul li:hover
{
background:#1779aa;
-webkit-transition: all 0.1s ease-in;
-moz-transition: all 0.1s ease-in;
transition: all 0.1s ease-in;
}
.terminal
{
border-style:none;
position:absolute;
z-index: 10;
}
.terminal-title
{
background:#393f3f;
color:white;
border-radius: 5px 5px 0px 0px;
margin:0;
font-weight:bold;
padding:5px;
}
.terminal-toolbar
{
background:#393f3f;
color:white;
margin:0px;
//font-weight:bold;
}
.terminal-toolbar ul
{
list-style:none;
display:inline;
white-space:nowrap;
}
.terminal-toolbar ul li
{
display:inline;
margin: 20px;
}
.terminal-toolbar ul li:hover
{
background: #666;
font-weight: bold;
}
.terminal-body
{
background:#000;
color:white;
height:100%;
overflow:auto;
border-style:solid;
border-width:0 1px 1px 1px;
border-color:gray;
}
.pointer
{
background:white;
display:none;
}
.keyword, .highlight
{
color:#f7df5b;
font-weight:bold;
}
.const
{
color:#ba8a98;
font-weight:bold;
}
.define, .dir
{
color:#536998;
font-weight:bold;
}
.type, .exec
{
color:#8ad254;
font-weight:bold;
}
.nornal
{
color:white;
}
.close-menu
{
display:inline;
float:right;
font-size:20px;
font-weight:bold;
margin:0px;
padding:0px;
border-style:none;
}
.close-menu img
{
margin:0;
padding:0;
}
#dock-trigger
{
position:fixed;
bottom:0%;
margin:0px;
padding:0px;
text-align: center;
height:20px;
width:100%;
z-index:99;
}
#dock
{
position:relative;
top:-45px;
background:black;
border-style:solid;
border-width:1px;
border-color:gray;
margin-left:auto;
margin-right:auto;
padding:0px;
width:400px;
display:block;
z-index:100;
}
#dock img
{
width:64px;
}
#dock img:hover
{
-webkit-transform:scale(1.5);
-webkit-transition: all 0.2s ease-in;
-moz-transform:scale(1.5);
-moz-transition: all 0.2s ease-in;
transform:scale(1.5);
transition: all 0.2s ease-in;
}
a
{
text-decoration: none;
}
a:hover
{
color:white;
} | 0.221267 | 0.04531 |
body, html {
/* background: #222 !important; */
}
body, #timeline .container, #section-texto2 .container {
background-repeat: no-repeat !important;
/* background-attachment: fixed; */
background-size: cover !important;
}
section {
background: transparent;
}
#header {
z-index: 999;
position: fixed;
width: 100%;
}
#gallery {
padding-top: 75px;
}
nav {
/* padding-top: 1rem !important;
padding-bottom: 1rem !important; */
}
h1, h2, h3, h4, h5 {
color: white;
}
p {
color: white;
font-size: 18px;
}
table {
border-color: transparent !important;
}
/* SECTION 1 */
.section-text1 h1{
line-height: 1.5;
}
/* FIM SECTION 1 */
/* SECTION 2 */
.carousel-caption {
top: 50%;
left: 50% !important;
margin-right: -50%;
transform: translate(-50%, -50%);
bottom: auto !important;
}
/* FIM SECTION 2 */
/* TIMELINE */
.timeline .sub-titulo {
min-height: 80px;
}
#timeline hr {
height: 5px !important;
background: white !important;
opacity: 1 !important;
width: 80%;
}
/* FIM TIMELINE */
/* FOOTER */
footer hr {
background-color: #41464b !important;
margin: 2px 0;
-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 2px 7px 0px #000000;
box-shadow: 0px 10px 13px -7px #000000, 0px 2px 7px 0px #000000;
}
.sociais {
display: flex;
}
.social:hover {
filter: brightness(80%);
}
.social i {
color: white;
height: 34px;
width: 34px;
text-align: center;
padding-top: 9px;
background: #7f522a;
border-radius: 50%;
}
.icon-wpp img {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/* FIM FOOTER */
/* CLASES */
.bg-dark-opacity {
background: rgb(19 18 18 / 75%)
}
/* FIM CLASES */
/* OWL CAROUSEL */
.owl-next span, .owl-prev span {
color: white;
position: absolute;
margin: -28px -5px;
}
.owl-next, .owl-prev {
border-radius: 1em;
padding: 1em;
position: absolute;
top: 45%;
margin-right: -50%;
transform: translate(-50%, -50%);
font-size: 2.1em !important;
text-align: center;
background: rgb(0 0 0 / 75%) !important;
border-radius: 13% !important;
width: 50px;
height: 50px;
}
.owl-next:hover, .owl-prev:hover {
background: rgb(0 0 0 / 90%) !important;
}
.owl-next {
left: 90%;
}
.owl-prev {
left: 10%;
}
/*FIM OWL CAROUSEL */ | old/assets/css/style.css | body, html {
/* background: #222 !important; */
}
body, #timeline .container, #section-texto2 .container {
background-repeat: no-repeat !important;
/* background-attachment: fixed; */
background-size: cover !important;
}
section {
background: transparent;
}
#header {
z-index: 999;
position: fixed;
width: 100%;
}
#gallery {
padding-top: 75px;
}
nav {
/* padding-top: 1rem !important;
padding-bottom: 1rem !important; */
}
h1, h2, h3, h4, h5 {
color: white;
}
p {
color: white;
font-size: 18px;
}
table {
border-color: transparent !important;
}
/* SECTION 1 */
.section-text1 h1{
line-height: 1.5;
}
/* FIM SECTION 1 */
/* SECTION 2 */
.carousel-caption {
top: 50%;
left: 50% !important;
margin-right: -50%;
transform: translate(-50%, -50%);
bottom: auto !important;
}
/* FIM SECTION 2 */
/* TIMELINE */
.timeline .sub-titulo {
min-height: 80px;
}
#timeline hr {
height: 5px !important;
background: white !important;
opacity: 1 !important;
width: 80%;
}
/* FIM TIMELINE */
/* FOOTER */
footer hr {
background-color: #41464b !important;
margin: 2px 0;
-webkit-box-shadow: 0px 10px 13px -7px #000000, 0px 2px 7px 0px #000000;
box-shadow: 0px 10px 13px -7px #000000, 0px 2px 7px 0px #000000;
}
.sociais {
display: flex;
}
.social:hover {
filter: brightness(80%);
}
.social i {
color: white;
height: 34px;
width: 34px;
text-align: center;
padding-top: 9px;
background: #7f522a;
border-radius: 50%;
}
.icon-wpp img {
animation: shake 0.5s;
animation-iteration-count: infinite;
}
@keyframes shake {
0% { transform: translate(1px, 1px) rotate(0deg); }
10% { transform: translate(-1px, -2px) rotate(-1deg); }
20% { transform: translate(-3px, 0px) rotate(1deg); }
30% { transform: translate(3px, 2px) rotate(0deg); }
40% { transform: translate(1px, -1px) rotate(1deg); }
50% { transform: translate(-1px, 2px) rotate(-1deg); }
60% { transform: translate(-3px, 1px) rotate(0deg); }
70% { transform: translate(3px, 1px) rotate(-1deg); }
80% { transform: translate(-1px, -1px) rotate(1deg); }
90% { transform: translate(1px, 2px) rotate(0deg); }
100% { transform: translate(1px, -2px) rotate(-1deg); }
}
/* FIM FOOTER */
/* CLASES */
.bg-dark-opacity {
background: rgb(19 18 18 / 75%)
}
/* FIM CLASES */
/* OWL CAROUSEL */
.owl-next span, .owl-prev span {
color: white;
position: absolute;
margin: -28px -5px;
}
.owl-next, .owl-prev {
border-radius: 1em;
padding: 1em;
position: absolute;
top: 45%;
margin-right: -50%;
transform: translate(-50%, -50%);
font-size: 2.1em !important;
text-align: center;
background: rgb(0 0 0 / 75%) !important;
border-radius: 13% !important;
width: 50px;
height: 50px;
}
.owl-next:hover, .owl-prev:hover {
background: rgb(0 0 0 / 90%) !important;
}
.owl-next {
left: 90%;
}
.owl-prev {
left: 10%;
}
/*FIM OWL CAROUSEL */ | 0.30632 | 0.073065 |
@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
/* CSS Reset */
* { box-sizing: border-box;
margin: 0;
padding: 0; }
*, button, input {
font-family: 'Kumbh Sans', sans-serif;
}
/* Vars */
:root {
--dark-gray: #9696964D;
--grayish-blue: #6A6F81;
--desaturated-blue: #2D3248;
--dark-cyan: #19A2AE;
--top-height: 130px;
--avatar-size: 104px;
}
/* -------------------------------------------------- */
html,
body {
width: 100%;
height: 100vh;
background-color: var(--dark-cyan);
background-image: url('images/bg-pattern-top.svg'), url('images/bg-pattern-bottom.svg');
background-position: right 50vw bottom 50vh, left 50vw top 50vh;
background-repeat: no-repeat, no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
strong {
font-size: 18px;
font-weight: 700;
color: var(--desaturated-blue);
}
span {
font-size: 12px;
font-weight: 400;
color: var(--grayish-blue);
}
/* -------------------------------------------------- */
.card {
max-width: 350px;
width: 100%;
display: flex;
flex-direction: column;
border-radius: 12px;
box-shadow: 0px 6px 25px 0 rgba(0, 0, 0, 0.25);
overflow: hidden;
position: relative;
}
.card .top {
width: 100%;
height: var(--top-height);
background-image: url('images/bg-pattern-card.svg');
}
.card .mid {
width: 100%;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #FFF;
}
.card .mid .avatar {
width: var(--avatar-size);
height: var(--avatar-size);
border-radius: 50%;
border: 4px solid #FFF;
position: absolute;
top: calc(var(--top-height) - var(--avatar-size) / 2);
}
.card .mid .avatar img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.card .mid .profile {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0 8px;
margin: 30px 0 6px;
text-align: center;
}
.card .mid #age {
font-size: 18px;
}
.card .bottom {
width: 100%;
height: 80px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
background-color: #FFF;
border-top: 1px solid var(--dark-gray);
}
.card .bottom div {
display: flex;
flex-direction: column;
align-items: center;
}
.card .bottom span {
margin-top: 6px;
}
.attribution {
width: 100%;
margin-top: 24px;
padding: 12px;
font-size: 16px;
text-align: center;
color: var(--desaturated-blue);
}
.attribution a {
color: #FFF;
}
/* -------------------------------------------------- */
@media (max-width: 768px) {
body {
padding: 16px;
}
} | challenges/profile-card-component-main/style.css | @import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@400;700&display=swap');
/* CSS Reset */
* { box-sizing: border-box;
margin: 0;
padding: 0; }
*, button, input {
font-family: 'Kumbh Sans', sans-serif;
}
/* Vars */
:root {
--dark-gray: #9696964D;
--grayish-blue: #6A6F81;
--desaturated-blue: #2D3248;
--dark-cyan: #19A2AE;
--top-height: 130px;
--avatar-size: 104px;
}
/* -------------------------------------------------- */
html,
body {
width: 100%;
height: 100vh;
background-color: var(--dark-cyan);
background-image: url('images/bg-pattern-top.svg'), url('images/bg-pattern-bottom.svg');
background-position: right 50vw bottom 50vh, left 50vw top 50vh;
background-repeat: no-repeat, no-repeat;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
strong {
font-size: 18px;
font-weight: 700;
color: var(--desaturated-blue);
}
span {
font-size: 12px;
font-weight: 400;
color: var(--grayish-blue);
}
/* -------------------------------------------------- */
.card {
max-width: 350px;
width: 100%;
display: flex;
flex-direction: column;
border-radius: 12px;
box-shadow: 0px 6px 25px 0 rgba(0, 0, 0, 0.25);
overflow: hidden;
position: relative;
}
.card .top {
width: 100%;
height: var(--top-height);
background-image: url('images/bg-pattern-card.svg');
}
.card .mid {
width: 100%;
height: 150px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background-color: #FFF;
}
.card .mid .avatar {
width: var(--avatar-size);
height: var(--avatar-size);
border-radius: 50%;
border: 4px solid #FFF;
position: absolute;
top: calc(var(--top-height) - var(--avatar-size) / 2);
}
.card .mid .avatar img {
width: 100%;
height: 100%;
border-radius: 50%;
}
.card .mid .profile {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 0 8px;
margin: 30px 0 6px;
text-align: center;
}
.card .mid #age {
font-size: 18px;
}
.card .bottom {
width: 100%;
height: 80px;
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
align-items: center;
background-color: #FFF;
border-top: 1px solid var(--dark-gray);
}
.card .bottom div {
display: flex;
flex-direction: column;
align-items: center;
}
.card .bottom span {
margin-top: 6px;
}
.attribution {
width: 100%;
margin-top: 24px;
padding: 12px;
font-size: 16px;
text-align: center;
color: var(--desaturated-blue);
}
.attribution a {
color: #FFF;
}
/* -------------------------------------------------- */
@media (max-width: 768px) {
body {
padding: 16px;
}
} | 0.428473 | 0.091342 |
h1{
size:30px;
color:white;
font-family: aerial;
text-decoration:white;
margin-left: 160px;
top: 100px;
}
html{
background-image: url("/static/karthick/images/1378705.jpg");
background-repeat: no-repeat;
}
body{
width:500px;
margin-left:400px;
margin-right:300px;
margin-top:70px;
margin-bottom: 50px;
background:-webkit-linear-gradient(rgb(31, 216, 216),pink,rgb(226, 86, 86));
opacity: .8;
height: 650px;;
}
label{
margin-left: 10px;
margin-top: 50%;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
}
div{
margin-left: 20px;
display:inline;
margin-right: 20px;
}
img{
margin-left:190px;
}
#name{
height: 30px;
width:450px;
margin-left: 10px;
margin-top: 10px;
}
#pass{
height: 30px;
width:450px;
margin-left: 10px;
margin-top: 10px;
}
#login{
background-color: green;
color:white;
height:40px;
width:460px;
margin-left:10px;
margin-bottom: 20px;
}
#cancel{
color:white;
background-color: red;
height:30px;
width:90px;
margin: 10px auto;
display:inline-block;
box-sizing: border-box;
margin-right: -15px;
text-decoration:none;
}
a{
margin-left: 200px;
}
#footer{
display:inline;
border-top: 100px;
position: absolute;
padding-top:10px;
float:right;
margin-right: 70px;
}
#img1{
margin-left: 80px;
height:40px;
width:40px;
background-color:red;
}
a.hover{
background-color: red;
}
a.active{
background-color: gold;
}
input[type=text],input[type=password]{
background-color:white;
}
kk{
margin-left: 100px;
position: absolute;
}
#sign{
font-size: 20px;
text-align: center;
color:white;
display: inline-block;
list-style-type: none;
margin-left: 70px;
margin-bottom: 20px;
}
#up{
font-size: 20px;
margin-left: 10px;
margin-bottom: 5px;
text-decoration: none;
color: blue;
font-weight: bold;
}
#down{
background-color:none;
font-weight: bold;
}
#head{
margin-left: 80px;
margin-top: 20px;
color:white;
font-weight: bold;
}
#wel
{
margin-left: 20px;
margin-right: 50px;
font-weight: bold;
font-size: 25px;
color:blue;
text-decoration: none;
}
#wel.a:hover{
color:red;
}
#uname{
color:white;
}
#psw{
color:white;
}
#me{
color:white;
}
#forget{
color:blue;
font-weight: bold;
margin-right: 40px;
font-size: 14px;
} | karthick/static/css/k1.css | h1{
size:30px;
color:white;
font-family: aerial;
text-decoration:white;
margin-left: 160px;
top: 100px;
}
html{
background-image: url("/static/karthick/images/1378705.jpg");
background-repeat: no-repeat;
}
body{
width:500px;
margin-left:400px;
margin-right:300px;
margin-top:70px;
margin-bottom: 50px;
background:-webkit-linear-gradient(rgb(31, 216, 216),pink,rgb(226, 86, 86));
opacity: .8;
height: 650px;;
}
label{
margin-left: 10px;
margin-top: 50%;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
}
div{
margin-left: 20px;
display:inline;
margin-right: 20px;
}
img{
margin-left:190px;
}
#name{
height: 30px;
width:450px;
margin-left: 10px;
margin-top: 10px;
}
#pass{
height: 30px;
width:450px;
margin-left: 10px;
margin-top: 10px;
}
#login{
background-color: green;
color:white;
height:40px;
width:460px;
margin-left:10px;
margin-bottom: 20px;
}
#cancel{
color:white;
background-color: red;
height:30px;
width:90px;
margin: 10px auto;
display:inline-block;
box-sizing: border-box;
margin-right: -15px;
text-decoration:none;
}
a{
margin-left: 200px;
}
#footer{
display:inline;
border-top: 100px;
position: absolute;
padding-top:10px;
float:right;
margin-right: 70px;
}
#img1{
margin-left: 80px;
height:40px;
width:40px;
background-color:red;
}
a.hover{
background-color: red;
}
a.active{
background-color: gold;
}
input[type=text],input[type=password]{
background-color:white;
}
kk{
margin-left: 100px;
position: absolute;
}
#sign{
font-size: 20px;
text-align: center;
color:white;
display: inline-block;
list-style-type: none;
margin-left: 70px;
margin-bottom: 20px;
}
#up{
font-size: 20px;
margin-left: 10px;
margin-bottom: 5px;
text-decoration: none;
color: blue;
font-weight: bold;
}
#down{
background-color:none;
font-weight: bold;
}
#head{
margin-left: 80px;
margin-top: 20px;
color:white;
font-weight: bold;
}
#wel
{
margin-left: 20px;
margin-right: 50px;
font-weight: bold;
font-size: 25px;
color:blue;
text-decoration: none;
}
#wel.a:hover{
color:red;
}
#uname{
color:white;
}
#psw{
color:white;
}
#me{
color:white;
}
#forget{
color:blue;
font-weight: bold;
margin-right: 40px;
font-size: 14px;
} | 0.272896 | 0.091626 |
.menuResponsiveContainer{margin-top: 5rem;width: 100%;height: calc(100vh - 5rem);background: transparent;left: 100%;display: flex; align-items: center;justify-content: flex-end;position: fixed;bottom: 0;z-index: 40;}
.menuResponsiveCont{margin: 4rem 0;width: 90%;}
.menuLinkSubMenu{margin-right: 4rem;}
.menuLinkContenedor{overflow: hidden; text-align: right;transition: .4s all;max-height: 3rem;}
/*.menuLinkContenedor:hover{max-height: 40rem;}*/
.btnSidbar>button{background-color: transparent;border: none;height: 40px;position: absolute;right: 1rem;width: 40px;cursor: pointer;}
.btnSidbar>button span{background-color: #000;height: 3px;left: 0px;position: absolute;width: 30px;}
.btnSidbar>button span:before{background-color: #000;content: '';height: 3px;left: 0px;position: absolute;top: -10px;transition: .5s;width: 35px;}
.btnSidbar>button span:after{background-color: #000;content: '';height: 3px;left: 0px;position: absolute;top: 10px;transition: .5s;width: 35px;}
.btn-sidebar.toggle span{background-color: transparent;}
.btn-sidebar.toggle span:before{top: 0px;transform: rotate(45deg);}
.btn-sidebar.toggle span:after{top: 0px;transform: rotate(-45deg);}
.menuResponsive{position: relative;height: auto;display: flex;align-items: flex-end;justify-content: flex-start;flex-direction: column;width: 80%;}
.menuResponsive a{background: transparent;text-decoration: none;font-size: 1.18rem;color: black;cursor: pointer;}
.menuLink{margin-bottom: 1rem;position: relative;overflow:hidden;transform: .7s all;}
.menuLink:hover{max-height: 40rem;}
.menuLink img{width: 1.5rem; margin-left: 2rem;}
.linkLinea{position: absolute;transition: .5s all;}
.ll1{background: #FF1976;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll2{background: #0AB9DD;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll3{background: #C23CC6;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll4{background: #FF9700;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll5{background: #A9C827;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll6{background: #ff6b00;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
hr{width: 60%;margin: 0 auto;border: .5px solid rgba(0,0,0,.1); margin-bottom: 2rem; margin-top: 1.5rem;}
.menuResponsiveInfo{width: 60%;margin: 0 auto;}
.menuResponsiveInfo{text-align: right;}
.info{margin-bottom: .5rem;font-size: .6rem;}
.info a{text-decoration: none;color: black;}
.menuResponsiveInfo .info:nth-child(3){display: flex;align-items: center;justify-content: flex-end;}
.menuResponsiveInfo .info:nth-child(3) p{margin-left: 1rem;}
.linkN1:hover .ll1{right: calc(0% + 3.5rem);}
.linkN2:hover .ll2{right: calc(0% + 3.5rem);}
.linkN3:hover .ll3{right: calc(0% + 3.5rem);}
.linkN4:hover .ll4{right: calc(0% + 3.5rem);}
.linkN5:hover .ll5{right: calc(0% + 3.5rem);}
.linkN6:hover .ll6{right: calc(0% + 3.5rem);}
.menuResponsiveMain{background: #F6F6F4; width: 35%; height: 101%;overflow: auto;display: flex;align-items: center;justify-content: flex-start;box-shadow: -30px 0px 64px -35px rgba(0,0,0,0.8);}
.menuResponsiveFondoNegro{ background: transparent; height: 100%; width: 15.9%;}
.btnSidbar{ background: transparent; width: 3rem;height: calc(100vh - 5rem); margin-top: 5rem; position: fixed; top: 0rem; right: -.5rem;display: flex;align-items: center;justify-content: center;z-index: 100;}
.menuLinkSubMenu a{text-decoration: none;color: black;font-size: 1rem;cursor: pointer;}
.noDisponible{display: none;}
/********************************************************************************************/
@media screen and (min-width: 1367px) {
}
/********************************************************************************************/
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
.headerMenu{width: 80%;}
}
/********************************************************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (max-width:1024px){
.headerMenu{width: 90%;}
}
/********************************************************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (max-width:768px) {
.noDisponible{display: initial;}
.btn-sidebar{display: none;}
.btnSidbar{height: 5rem;margin-top: 0;}
.menuDesktopContainer{display: none;}
.menuResponsiveFondoNegro{display: none;}
.menuResponsiveMain{width: 100%;}
.menuResponsive,hr,.menuResponsiveInfo{width: 80%}
.menuResponsive .menuLink:nth-child(1):hover .ll1{right: calc(0%);}
.menuResponsive .menuLink:nth-child(2):hover .ll2{right: calc(0%);}
.menuResponsive .menuLink:nth-child(3):hover .ll3{right: calc(0%);}
.menuResponsive .menuLink:nth-child(4):hover .ll4{right: calc(0%);}
.menuResponsive .menuLink:nth-child(5):hover .ll5{right: calc(0%);}
.menuLinkSubMenu{margin-right: 0;}
}
/********************************************************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (max-width:640px) {
.btn-sidebar{display: none;}
.noDisponible{display: initial;}
.btnSidbar>button{right: 2rem;top: .5rem;}
}
/********************************************************************************************/
@media (max-width:480px) {
.noDisponible{display: none;}
.btn-sidebar{display: initial;}
.menuResponsiveMain{box-shadow: -30px 0px 64px -35px rgba(0,0,0,0);}
.menuResponsive{width: 100%;}
}
/********************************************************************************************/ | public/web/css/menuResponsive.css | .menuResponsiveContainer{margin-top: 5rem;width: 100%;height: calc(100vh - 5rem);background: transparent;left: 100%;display: flex; align-items: center;justify-content: flex-end;position: fixed;bottom: 0;z-index: 40;}
.menuResponsiveCont{margin: 4rem 0;width: 90%;}
.menuLinkSubMenu{margin-right: 4rem;}
.menuLinkContenedor{overflow: hidden; text-align: right;transition: .4s all;max-height: 3rem;}
/*.menuLinkContenedor:hover{max-height: 40rem;}*/
.btnSidbar>button{background-color: transparent;border: none;height: 40px;position: absolute;right: 1rem;width: 40px;cursor: pointer;}
.btnSidbar>button span{background-color: #000;height: 3px;left: 0px;position: absolute;width: 30px;}
.btnSidbar>button span:before{background-color: #000;content: '';height: 3px;left: 0px;position: absolute;top: -10px;transition: .5s;width: 35px;}
.btnSidbar>button span:after{background-color: #000;content: '';height: 3px;left: 0px;position: absolute;top: 10px;transition: .5s;width: 35px;}
.btn-sidebar.toggle span{background-color: transparent;}
.btn-sidebar.toggle span:before{top: 0px;transform: rotate(45deg);}
.btn-sidebar.toggle span:after{top: 0px;transform: rotate(-45deg);}
.menuResponsive{position: relative;height: auto;display: flex;align-items: flex-end;justify-content: flex-start;flex-direction: column;width: 80%;}
.menuResponsive a{background: transparent;text-decoration: none;font-size: 1.18rem;color: black;cursor: pointer;}
.menuLink{margin-bottom: 1rem;position: relative;overflow:hidden;transform: .7s all;}
.menuLink:hover{max-height: 40rem;}
.menuLink img{width: 1.5rem; margin-left: 2rem;}
.linkLinea{position: absolute;transition: .5s all;}
.ll1{background: #FF1976;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll2{background: #0AB9DD;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll3{background: #C23CC6;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll4{background: #FF9700;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll5{background: #A9C827;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
.ll6{background: #ff6b00;height: .7rem;width: 100%; z-index: -1; bottom: 1px;right: 100%;}
hr{width: 60%;margin: 0 auto;border: .5px solid rgba(0,0,0,.1); margin-bottom: 2rem; margin-top: 1.5rem;}
.menuResponsiveInfo{width: 60%;margin: 0 auto;}
.menuResponsiveInfo{text-align: right;}
.info{margin-bottom: .5rem;font-size: .6rem;}
.info a{text-decoration: none;color: black;}
.menuResponsiveInfo .info:nth-child(3){display: flex;align-items: center;justify-content: flex-end;}
.menuResponsiveInfo .info:nth-child(3) p{margin-left: 1rem;}
.linkN1:hover .ll1{right: calc(0% + 3.5rem);}
.linkN2:hover .ll2{right: calc(0% + 3.5rem);}
.linkN3:hover .ll3{right: calc(0% + 3.5rem);}
.linkN4:hover .ll4{right: calc(0% + 3.5rem);}
.linkN5:hover .ll5{right: calc(0% + 3.5rem);}
.linkN6:hover .ll6{right: calc(0% + 3.5rem);}
.menuResponsiveMain{background: #F6F6F4; width: 35%; height: 101%;overflow: auto;display: flex;align-items: center;justify-content: flex-start;box-shadow: -30px 0px 64px -35px rgba(0,0,0,0.8);}
.menuResponsiveFondoNegro{ background: transparent; height: 100%; width: 15.9%;}
.btnSidbar{ background: transparent; width: 3rem;height: calc(100vh - 5rem); margin-top: 5rem; position: fixed; top: 0rem; right: -.5rem;display: flex;align-items: center;justify-content: center;z-index: 100;}
.menuLinkSubMenu a{text-decoration: none;color: black;font-size: 1rem;cursor: pointer;}
.noDisponible{display: none;}
/********************************************************************************************/
@media screen and (min-width: 1367px) {
}
/********************************************************************************************/
@media screen and (max-width: 1366px) {
}
@media screen and (max-width: 1280px) {
.headerMenu{width: 80%;}
}
/********************************************************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (max-width:1024px){
.headerMenu{width: 90%;}
}
/********************************************************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (max-width:768px) {
.noDisponible{display: initial;}
.btn-sidebar{display: none;}
.btnSidbar{height: 5rem;margin-top: 0;}
.menuDesktopContainer{display: none;}
.menuResponsiveFondoNegro{display: none;}
.menuResponsiveMain{width: 100%;}
.menuResponsive,hr,.menuResponsiveInfo{width: 80%}
.menuResponsive .menuLink:nth-child(1):hover .ll1{right: calc(0%);}
.menuResponsive .menuLink:nth-child(2):hover .ll2{right: calc(0%);}
.menuResponsive .menuLink:nth-child(3):hover .ll3{right: calc(0%);}
.menuResponsive .menuLink:nth-child(4):hover .ll4{right: calc(0%);}
.menuResponsive .menuLink:nth-child(5):hover .ll5{right: calc(0%);}
.menuLinkSubMenu{margin-right: 0;}
}
/********************************************************************************************/
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi), (max-width:640px) {
.btn-sidebar{display: none;}
.noDisponible{display: initial;}
.btnSidbar>button{right: 2rem;top: .5rem;}
}
/********************************************************************************************/
@media (max-width:480px) {
.noDisponible{display: none;}
.btn-sidebar{display: initial;}
.menuResponsiveMain{box-shadow: -30px 0px 64px -35px rgba(0,0,0,0);}
.menuResponsive{width: 100%;}
}
/********************************************************************************************/ | 0.185394 | 0.040846 |
pre.line-numbers {
padding-top: 45px !important;
}
.window-controls{
position: absolute;
width: 65px;
height: 14px;
top: 15px;
padding: 0;
display: block;
/*margin-left: -36px;*/
z-index: 1000;
}
.window-controls i{
margin-right: 8px;
}
.window-controls .red{
background: rgb(224, 68, 62);
width: 13px;
height: 13px;
border-radius: 50%;
float: left;
}
.window-controls .yellow{
background: rgb(255, 189, 46);
width: 13px;
height: 13px;
border-radius: 50%;
float: left;
}
.window-controls .green{
background: rgb(26, 171, 41);
width: 13px;
height: 13px;
border-radius: 50%;
float: left;
}
/* PrismJS 1.14.0
http://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+c+bash+cpp+csharp+diff+markup-templating+git+go+graphql+http+hpkp+hsts+java+json+less+markdown+nginx+php+php-extras+sql+python+sass+scss+scala+plsql+vim&plugins=line-numbers+autolinker+wpd+command-line */
/**
* okaidia theme for JavaScript, CSS and HTML
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
* @author ocodia
*/
code[class*="language-"],
pre[class*="language-"] {
color: #f8f8f2;
background: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.8;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: 0.3em;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #263238;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #546e7a;
}
.token.punctuation {
margin-left: 5px;
color: rgba(233,237,237,1);
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
color: #f92672;
}
.token.boolean,
.token.number {
color: #ae81ff;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: #f8f8f2;
}
.token.atrule,
.token.attr-value,
.token.function {
color: #e6db74;
}
.token.keyword {
color: #66d9ef;
}
.token.regex,
.token.important {
color: #fd971f;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
pre.line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre.line-numbers > code {
position: relative;
white-space: inherit;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: 2px;
border-right: 1px solid #537f7e;
line-height: 2.0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #537f7e;
display: block;
padding-right: 0.8em;
text-align: right;
}
.token a {
color: inherit;
}
code[class*="language-"] a[href],
pre[class*="language-"] a[href] {
cursor: help;
text-decoration: none;
}
code[class*="language-"] a[href]:hover,
pre[class*="language-"] a[href]:hover {
cursor: help;
text-decoration: underline;
}
.command-line-prompt {
border-right: 1px solid #999;
display: block;
float: left;
font-size: 100%;
letter-spacing: -1px;
margin-right: 1em;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.command-line-prompt > span:before {
color: #999;
content: ' ';
display: block;
padding-right: 0.8em;
}
.command-line-prompt > span[data-user]:before {
content: "[" attr(data-user) "@" attr(data-host) "] $";
}
.command-line-prompt > span[data-user="root"]:before {
content: "[" attr(data-user) "@" attr(data-host) "] #";
}
.command-line-prompt > span[data-prompt]:before {
content: attr(data-prompt);
} | resources/assets/ext/prism/prism.css | pre.line-numbers {
padding-top: 45px !important;
}
.window-controls{
position: absolute;
width: 65px;
height: 14px;
top: 15px;
padding: 0;
display: block;
/*margin-left: -36px;*/
z-index: 1000;
}
.window-controls i{
margin-right: 8px;
}
.window-controls .red{
background: rgb(224, 68, 62);
width: 13px;
height: 13px;
border-radius: 50%;
float: left;
}
.window-controls .yellow{
background: rgb(255, 189, 46);
width: 13px;
height: 13px;
border-radius: 50%;
float: left;
}
.window-controls .green{
background: rgb(26, 171, 41);
width: 13px;
height: 13px;
border-radius: 50%;
float: left;
}
/* PrismJS 1.14.0
http://prismjs.com/download.html#themes=prism-okaidia&languages=markup+css+clike+javascript+c+bash+cpp+csharp+diff+markup-templating+git+go+graphql+http+hpkp+hsts+java+json+less+markdown+nginx+php+php-extras+sql+python+sass+scss+scala+plsql+vim&plugins=line-numbers+autolinker+wpd+command-line */
/**
* okaidia theme for JavaScript, CSS and HTML
* Loosely based on Monokai textmate theme by http://www.monokai.nl/
* @author ocodia
*/
code[class*="language-"],
pre[class*="language-"] {
color: #f8f8f2;
background: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.8;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
border-radius: 0.3em;
}
:not(pre) > code[class*="language-"],
pre[class*="language-"] {
background: #263238;
}
/* Inline code */
:not(pre) > code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: #546e7a;
}
.token.punctuation {
margin-left: 5px;
color: rgba(233,237,237,1);
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.constant,
.token.symbol,
.token.deleted {
color: #f92672;
}
.token.boolean,
.token.number {
color: #ae81ff;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #a6e22e;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string,
.token.variable {
color: #f8f8f2;
}
.token.atrule,
.token.attr-value,
.token.function {
color: #e6db74;
}
.token.keyword {
color: #66d9ef;
}
.token.regex,
.token.important {
color: #fd971f;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
pre.line-numbers {
position: relative;
padding-left: 3.8em;
counter-reset: linenumber;
}
pre.line-numbers > code {
position: relative;
white-space: inherit;
}
.line-numbers .line-numbers-rows {
position: absolute;
pointer-events: none;
top: 0;
font-size: 100%;
left: -3.8em;
width: 3em; /* works for line-numbers below 1000 lines */
letter-spacing: 2px;
border-right: 1px solid #537f7e;
line-height: 2.0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.line-numbers-rows > span {
pointer-events: none;
display: block;
counter-increment: linenumber;
}
.line-numbers-rows > span:before {
content: counter(linenumber);
color: #537f7e;
display: block;
padding-right: 0.8em;
text-align: right;
}
.token a {
color: inherit;
}
code[class*="language-"] a[href],
pre[class*="language-"] a[href] {
cursor: help;
text-decoration: none;
}
code[class*="language-"] a[href]:hover,
pre[class*="language-"] a[href]:hover {
cursor: help;
text-decoration: underline;
}
.command-line-prompt {
border-right: 1px solid #999;
display: block;
float: left;
font-size: 100%;
letter-spacing: -1px;
margin-right: 1em;
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.command-line-prompt > span:before {
color: #999;
content: ' ';
display: block;
padding-right: 0.8em;
}
.command-line-prompt > span[data-user]:before {
content: "[" attr(data-user) "@" attr(data-host) "] $";
}
.command-line-prompt > span[data-user="root"]:before {
content: "[" attr(data-user) "@" attr(data-host) "] #";
}
.command-line-prompt > span[data-prompt]:before {
content: attr(data-prompt);
} | 0.470007 | 0.087447 |
.header_top {
height: 33px;
background-color: #0069aa;
border-bottom: 1px solid #005c9d; }
.header_center {
height: 67px;
background-color: #0069aa;
border-top: 1px solid #0772b4; }
.header_top_center {
font-size: 12px;
line-height: 33px;
color: #a5c7db;
width: 1500px;
margin: 0 auto; }
.welcome {
float: left; }
.welcome i {
padding: 0 5px; }
.welcome a {
color: #fff; }
.welcome a:hover {
text-decoration: underline; }
.welcome_right {
float: right; }
.welcome_right a {
display: block;
float: left;
width: 65px;
padding: 0 10px;
height: 24px;
line-height: 24px;
margin-top: 6px;
color: #a5c7db;
font-family: "iconfont"; }
.welcome_right i {
font-size: 12px;
margin-left: 5px; }
.line {
float: left;
width: 1px;
height: 12px;
margin-top: 10px;
background-color: #005c9d; }
.welcome_right a:nth-of-type(4) {
text-align: center; }
.header_center_center {
width: 1500px;
margin: 0 auto; }
.logo {
display: block;
width: 233px;
height: 67px;
float: left; }
.logo img {
width: 100%; }
.address {
width: 190px;
height: 67px;
float: left;
margin-left: 20px;
line-height: 67px;
color: #a5c7db;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.address i {
font-family: "iconfont";
font-size: 12px;
margin: 0 5px;
color: #fff; }
.address em {
margin-right: 5px;
font-size: 14px; }
.address span {
font-size: 12px; }
.search {
float: right;
margin-top: 15px;
position: relative; }
.search input {
display: block;
width: 350px;
height: 34px;
line-height: 34px;
padding: 0 4px;
background-color: #015c92;
border: 1px solid #015789;
border-radius: 3px;
color: #fff;
float: left; }
.goods {
display: block;
font-family: "iconfont";
position: relative;
margin-left: 30px;
width: 40px;
height: 36px;
float: left;
font-size: 34px;
color: #fff; }
.goods_num {
position: absolute;
font-size: 16px;
color: #ffc222;
width: 35px;
text-align: center;
font-weight: bold;
top: 0px;
left: -4px; }
.search_button {
font-family: "iconfont";
position: absolute;
width: 20px;
height: 20px;
cursor: pointer;
font-size: 20px;
color: silver;
top: 7px;
right: 80px; }
.height40 {
height: 40px; }
.header_nav {
height: 40px;
background-color: #004b8d; }
.header_nav_center {
width: 1500px;
margin: 0 auto; }
.navbox {
float: left;
position: relative; }
.navlist {
display: block;
color: #fff;
line-height: 40px;
font-size: 14px;
padding: 0 30px; }
.navbox:hover {
background-color: #fff; }
.navbox:hover .navlist {
color: #004b8d; }
.navbox:hover .nav2 {
display: block; }
.nav2 {
width: 1536px;
height: 410px;
position: absolute;
top: 40px;
background-color: #f1f1f1;
padding: 0 0 20px 20px;
border: 2px solid #004b8d;
border-top: 0;
margin-left: -2px;
display: none;
z-index: 1000; }
.nav2box {
float: left;
padding-top: 15px;
width: 115px;
padding-right: 10px; }
.nav2box_top {
height: 35px;
margin-bottom: 8px;
line-height: 35px;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #333; }
.nav2box a {
color: #333; }
.nav2box_bottom {
height: 25px;
line-height: 25px;
font-size: 12px; }
.nav2box a:hover {
color: #0069aa; }
.nav_fixed {
position: fixed;
top: 0;
z-index: 1000;
display: none;
width: 100%; }
.footer {
background-color: #ebebeb;
color: #666;
border-top: 30px #e6e6e6 solid;
font-size: 12px;
margin-top: 300px; }
.footer_center {
width: 1500px;
margin: 0 auto;
margin-top: -30px; }
.footerlogo {
width: 16%;
float: left;
padding-bottom: 30px; }
.footerlogo img {
width: 120px;
height: 120px;
margin: 0 auto; }
.footerlogo p {
line-height: 20px;
text-align: center; }
.footer_navbox {
width: 14%;
float: left;
padding-bottom: 30px; }
.fnb_first {
display: block;
color: #333;
line-height: 30px; }
.margintop_15 {
margin-top: 15px; }
.margintop_15 a {
display: block;
line-height: 25px;
color: #666; }
.footer_nav a:hover {
color: #0069aa; }
.footer_bottom {
padding-bottom: 40px; }
.footer_bottom p {
text-align: center;
line-height: 30px; }
.footer_bottom img {
display: inline-block; }
.footer_bottom a {
color: #666; }
.footer_bottom a:hover {
color: #0069aa; }
input {
margin: 0;
padding: 0; }
.center {
width: 1200px;
margin: 0 auto; }
.center .mycart {
line-height: 50px;
font-size: 20px;
color: #0069aa;
padding-top: 40px;
font-weight: bold; }
.center .cart_box {
border: 1px solid #e3e3e3; }
.center .cart_box .cart_header {
line-height: 30px;
padding: 10px 15px;
border-bottom: 1px solid #e3e3e3;
font-size: 18px;
font-weight: bold;
color: #666;
font-family: "iconfont";
background-color: #fafafa; }
.center .cart_box .cart_header i {
margin-right: 5px;
font-size: 30px;
vertical-align: middle;
font-weight: normal; }
.center .cart_box .list_header {
overflow: hidden;
color: #666;
font-size: 12px;
line-height: 50px; }
.center .cart_box .list_header .chkbox {
padding: 18px;
float: left; }
.center .cart_box .list_header .chkbox .chk {
margin: 0;
padding: 0;
display: block;
width: 14px;
height: 14px; }
.center .cart_box .list_header p {
float: left;
text-align: center; }
.center .cart_box .list_header .info {
width: 325px; }
.center .cart_box .list_header .price, .center .cart_box .list_header .num, .center .cart_box .list_header .weight, .center .cart_box .list_header .total, .center .cart_box .list_header .oper {
width: 160px; }
.center .cart_box .list_footer {
overflow: hidden;
border-top: 1px solid #e3e3e3;
background: #f8f8f8;
font-size: 12px; }
.center .cart_box .list_footer .deleteall {
float: left;
width: 200px;
text-align: center; }
.center .cart_box .list_footer .deleteall a {
color: #0069aa;
line-height: 60px; }
.center .cart_box .list_footer .settle, .center .cart_box .list_footer .total-price {
float: right; }
.center .cart_box .list_footer .settle {
display: block;
width: 120px;
line-height: 60px;
font-size: 18px;
background: #6cae38;
color: #fff;
text-align: center; }
.center .cart_box .list_footer .total-price {
height: 40px;
padding: 10px 0;
margin-right: 20px;
line-height: 20px; }
.center .cart_box .list_footer .total-price .num {
margin: 0 5px;
color: #0069aa;
font-size: 14px;
font-weight: bold; }
.center .cart_box .list_footer .total-price .num span {
font-size: 18px; }
.center .cart_box .list_center .list_card {
height: 90px;
padding: 20px 0;
border-top: 1px solid #f7f7f7;
overflow: hidden; }
.center .cart_box .list_center .list_card .num-box {
overflow: hidden;
float: left; }
.center .cart_box .list_center .list_card .num-box input {
display: block;
float: left; }
.center .cart_box .list_center .list_card .chkbox {
float: left;
width: 50px;
text-align: center; }
.center .cart_box .list_center .list_card .chkbox .chk {
width: 14px;
height: 14px; }
.center .cart_box .list_center .list_card .info {
float: left;
width: 325px; }
.center .cart_box .list_center .list_card .info img {
float: left; }
.center .cart_box .list_center .list_card .info p {
height: 40px;
line-height: 20px;
margin-left: 105px;
font-size: 12px; }
.center .cart_box .list_center .list_card .unit-price, .center .cart_box .list_center .list_card .num-box, .center .cart_box .list_center .list_card .weight, .center .cart_box .list_center .list_card .total, .center .cart_box .list_center .list_card .delete {
text-align: center;
width: 160px;
float: left; }
.center .cart_box .list_center .list_card .unit-price {
font-size: 14px; }
.center .cart_box .list_center .list_card .num-box .addbox {
width: 108px;
overflow: hidden;
border: 1px solid #dfdfdf;
height: 26px;
border-radius: 2px;
line-height: 26px;
margin: 0 auto; }
.center .cart_box .list_center .list_card .num-box .addbox div, .center .cart_box .list_center .list_card .num-box .addbox input {
display: block;
float: left;
text-align: center; }
.center .cart_box .list_center .list_card .num-box .addbox div {
width: 26px;
font-size: 16px;
cursor: pointer; }
.center .cart_box .list_center .list_card .num-box .addbox input {
width: 54px;
height: 18px;
border: 1px solid #dfdfdf;
border-top: 0;
border-bottom: 0;
margin-top: 3px; }
.center .cart_box .list_center .list_card .weight {
font-size: 12px; }
.center .cart_box .list_center .list_card .total {
font-weight: bold;
color: #0069aa; }
.center .cart_box .list_center .list_card .delete {
font-family: "iconfont"; }
.center .cart_box .list_center .list_card .delete a {
color: #666; }
/*# sourceMappingURL=cart.css.map */ | src/style/cart.css | .header_top {
height: 33px;
background-color: #0069aa;
border-bottom: 1px solid #005c9d; }
.header_center {
height: 67px;
background-color: #0069aa;
border-top: 1px solid #0772b4; }
.header_top_center {
font-size: 12px;
line-height: 33px;
color: #a5c7db;
width: 1500px;
margin: 0 auto; }
.welcome {
float: left; }
.welcome i {
padding: 0 5px; }
.welcome a {
color: #fff; }
.welcome a:hover {
text-decoration: underline; }
.welcome_right {
float: right; }
.welcome_right a {
display: block;
float: left;
width: 65px;
padding: 0 10px;
height: 24px;
line-height: 24px;
margin-top: 6px;
color: #a5c7db;
font-family: "iconfont"; }
.welcome_right i {
font-size: 12px;
margin-left: 5px; }
.line {
float: left;
width: 1px;
height: 12px;
margin-top: 10px;
background-color: #005c9d; }
.welcome_right a:nth-of-type(4) {
text-align: center; }
.header_center_center {
width: 1500px;
margin: 0 auto; }
.logo {
display: block;
width: 233px;
height: 67px;
float: left; }
.logo img {
width: 100%; }
.address {
width: 190px;
height: 67px;
float: left;
margin-left: 20px;
line-height: 67px;
color: #a5c7db;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; }
.address i {
font-family: "iconfont";
font-size: 12px;
margin: 0 5px;
color: #fff; }
.address em {
margin-right: 5px;
font-size: 14px; }
.address span {
font-size: 12px; }
.search {
float: right;
margin-top: 15px;
position: relative; }
.search input {
display: block;
width: 350px;
height: 34px;
line-height: 34px;
padding: 0 4px;
background-color: #015c92;
border: 1px solid #015789;
border-radius: 3px;
color: #fff;
float: left; }
.goods {
display: block;
font-family: "iconfont";
position: relative;
margin-left: 30px;
width: 40px;
height: 36px;
float: left;
font-size: 34px;
color: #fff; }
.goods_num {
position: absolute;
font-size: 16px;
color: #ffc222;
width: 35px;
text-align: center;
font-weight: bold;
top: 0px;
left: -4px; }
.search_button {
font-family: "iconfont";
position: absolute;
width: 20px;
height: 20px;
cursor: pointer;
font-size: 20px;
color: silver;
top: 7px;
right: 80px; }
.height40 {
height: 40px; }
.header_nav {
height: 40px;
background-color: #004b8d; }
.header_nav_center {
width: 1500px;
margin: 0 auto; }
.navbox {
float: left;
position: relative; }
.navlist {
display: block;
color: #fff;
line-height: 40px;
font-size: 14px;
padding: 0 30px; }
.navbox:hover {
background-color: #fff; }
.navbox:hover .navlist {
color: #004b8d; }
.navbox:hover .nav2 {
display: block; }
.nav2 {
width: 1536px;
height: 410px;
position: absolute;
top: 40px;
background-color: #f1f1f1;
padding: 0 0 20px 20px;
border: 2px solid #004b8d;
border-top: 0;
margin-left: -2px;
display: none;
z-index: 1000; }
.nav2box {
float: left;
padding-top: 15px;
width: 115px;
padding-right: 10px; }
.nav2box_top {
height: 35px;
margin-bottom: 8px;
line-height: 35px;
font-size: 14px;
font-weight: bold;
border-bottom: 1px solid #333; }
.nav2box a {
color: #333; }
.nav2box_bottom {
height: 25px;
line-height: 25px;
font-size: 12px; }
.nav2box a:hover {
color: #0069aa; }
.nav_fixed {
position: fixed;
top: 0;
z-index: 1000;
display: none;
width: 100%; }
.footer {
background-color: #ebebeb;
color: #666;
border-top: 30px #e6e6e6 solid;
font-size: 12px;
margin-top: 300px; }
.footer_center {
width: 1500px;
margin: 0 auto;
margin-top: -30px; }
.footerlogo {
width: 16%;
float: left;
padding-bottom: 30px; }
.footerlogo img {
width: 120px;
height: 120px;
margin: 0 auto; }
.footerlogo p {
line-height: 20px;
text-align: center; }
.footer_navbox {
width: 14%;
float: left;
padding-bottom: 30px; }
.fnb_first {
display: block;
color: #333;
line-height: 30px; }
.margintop_15 {
margin-top: 15px; }
.margintop_15 a {
display: block;
line-height: 25px;
color: #666; }
.footer_nav a:hover {
color: #0069aa; }
.footer_bottom {
padding-bottom: 40px; }
.footer_bottom p {
text-align: center;
line-height: 30px; }
.footer_bottom img {
display: inline-block; }
.footer_bottom a {
color: #666; }
.footer_bottom a:hover {
color: #0069aa; }
input {
margin: 0;
padding: 0; }
.center {
width: 1200px;
margin: 0 auto; }
.center .mycart {
line-height: 50px;
font-size: 20px;
color: #0069aa;
padding-top: 40px;
font-weight: bold; }
.center .cart_box {
border: 1px solid #e3e3e3; }
.center .cart_box .cart_header {
line-height: 30px;
padding: 10px 15px;
border-bottom: 1px solid #e3e3e3;
font-size: 18px;
font-weight: bold;
color: #666;
font-family: "iconfont";
background-color: #fafafa; }
.center .cart_box .cart_header i {
margin-right: 5px;
font-size: 30px;
vertical-align: middle;
font-weight: normal; }
.center .cart_box .list_header {
overflow: hidden;
color: #666;
font-size: 12px;
line-height: 50px; }
.center .cart_box .list_header .chkbox {
padding: 18px;
float: left; }
.center .cart_box .list_header .chkbox .chk {
margin: 0;
padding: 0;
display: block;
width: 14px;
height: 14px; }
.center .cart_box .list_header p {
float: left;
text-align: center; }
.center .cart_box .list_header .info {
width: 325px; }
.center .cart_box .list_header .price, .center .cart_box .list_header .num, .center .cart_box .list_header .weight, .center .cart_box .list_header .total, .center .cart_box .list_header .oper {
width: 160px; }
.center .cart_box .list_footer {
overflow: hidden;
border-top: 1px solid #e3e3e3;
background: #f8f8f8;
font-size: 12px; }
.center .cart_box .list_footer .deleteall {
float: left;
width: 200px;
text-align: center; }
.center .cart_box .list_footer .deleteall a {
color: #0069aa;
line-height: 60px; }
.center .cart_box .list_footer .settle, .center .cart_box .list_footer .total-price {
float: right; }
.center .cart_box .list_footer .settle {
display: block;
width: 120px;
line-height: 60px;
font-size: 18px;
background: #6cae38;
color: #fff;
text-align: center; }
.center .cart_box .list_footer .total-price {
height: 40px;
padding: 10px 0;
margin-right: 20px;
line-height: 20px; }
.center .cart_box .list_footer .total-price .num {
margin: 0 5px;
color: #0069aa;
font-size: 14px;
font-weight: bold; }
.center .cart_box .list_footer .total-price .num span {
font-size: 18px; }
.center .cart_box .list_center .list_card {
height: 90px;
padding: 20px 0;
border-top: 1px solid #f7f7f7;
overflow: hidden; }
.center .cart_box .list_center .list_card .num-box {
overflow: hidden;
float: left; }
.center .cart_box .list_center .list_card .num-box input {
display: block;
float: left; }
.center .cart_box .list_center .list_card .chkbox {
float: left;
width: 50px;
text-align: center; }
.center .cart_box .list_center .list_card .chkbox .chk {
width: 14px;
height: 14px; }
.center .cart_box .list_center .list_card .info {
float: left;
width: 325px; }
.center .cart_box .list_center .list_card .info img {
float: left; }
.center .cart_box .list_center .list_card .info p {
height: 40px;
line-height: 20px;
margin-left: 105px;
font-size: 12px; }
.center .cart_box .list_center .list_card .unit-price, .center .cart_box .list_center .list_card .num-box, .center .cart_box .list_center .list_card .weight, .center .cart_box .list_center .list_card .total, .center .cart_box .list_center .list_card .delete {
text-align: center;
width: 160px;
float: left; }
.center .cart_box .list_center .list_card .unit-price {
font-size: 14px; }
.center .cart_box .list_center .list_card .num-box .addbox {
width: 108px;
overflow: hidden;
border: 1px solid #dfdfdf;
height: 26px;
border-radius: 2px;
line-height: 26px;
margin: 0 auto; }
.center .cart_box .list_center .list_card .num-box .addbox div, .center .cart_box .list_center .list_card .num-box .addbox input {
display: block;
float: left;
text-align: center; }
.center .cart_box .list_center .list_card .num-box .addbox div {
width: 26px;
font-size: 16px;
cursor: pointer; }
.center .cart_box .list_center .list_card .num-box .addbox input {
width: 54px;
height: 18px;
border: 1px solid #dfdfdf;
border-top: 0;
border-bottom: 0;
margin-top: 3px; }
.center .cart_box .list_center .list_card .weight {
font-size: 12px; }
.center .cart_box .list_center .list_card .total {
font-weight: bold;
color: #0069aa; }
.center .cart_box .list_center .list_card .delete {
font-family: "iconfont"; }
.center .cart_box .list_center .list_card .delete a {
color: #666; }
/*# sourceMappingURL=cart.css.map */ | 0.416797 | 0.106784 |
height: 75.4vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
}
#sh-force {
width: 85vw;
height: 100%;
background-color: #111;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
}
#sh-force canvas {
width: 100%;
height: 100%;
}
/*filters*/
#sh-force-filters {
position: absolute;
height: 600px;
background-color: rgba(28, 31, 38, 0.8);
pointer-events: visible;
border-radius: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
z-index: 1500;
}
.sh-force-filters-btn-collapse {
height: 100%;
width: 40px;
border: 0;
background-color: rgba(255, 255, 255, 0);
color: white;
border-radius: 5px;
}
.sh-force-filters-btn-collapse:focus,
.sh-force-filters-btn-collapse:hover {
background-color: rgba(255, 255, 255, 0.3);
border: 0;
color: white;
}
.sh-force-filters-container {
width: 280px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
flex-wrap: nowrap;
padding: 15px;
color: white;
}
.sh-force-filters-container p {
margin-bottom: 5px;
}
.sh-force-filters-wrap {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
flex-wrap: nowrap;
}
.sh-force-filters-wrap-row {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
color: white;
}
.sh-force-filters-wrap-row:hover {
cursor: pointer;
}
.sh-force-filters-wrap-row:hover .sh-force-filters-wrap-row-text {
color: #338e6c !important;
}
.sh-force-filters-wrap-row-color {
width: 40px;
height: 10px;
margin-right: 15px;
}
#sh-force-filters-wrap-row-color-0 {
background: linear-gradient(to right, #3899ad, #d57a03, #b40212, #5802c9);
}
#sh-force-filters-wrap-row-color-1 {
background-color: #3899ad;
}
#sh-force-filters-wrap-row-color-2 {
background-color: #d57a03;
}
#sh-force-filters-wrap-row-color-3 {
background-color: #b40212;
}
#sh-force-filters-wrap-row-color-4 {
background-color: #5802c9;
}
.sh-force-filters-wrap-row-text-status {
width: 200px;
}
.sh-force-filters-wrap-row-text-state {
width: 50px;
}
.sh-force-filters-wrap-state {
width: auto;
height: 66px;
flex-wrap: wrap;
}
/*switcher*/
#sh-force-control {
position: absolute;
width: 85vw;
height: 75.4vh;
margin: 0 auto;
pointer-events: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
flex-wrap: nowrap;
}
.sh-force-control-layer-switcher {
position: absolute;
top: 0;
right: 0;
margin-top: 10px;
margin-right: 10px;
width: 50px;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
flex-wrap: nowrap;
}
.sh-force-control-layer-btn {
width: 50px;
margin-top: 10px;
color: white;
pointer-events: visible;
}
.sh-force-control-layer-switcher span {
font-size: 16px;
font-weight: bold;
color: white;
} | src/pages/statHub/StatHubForce.css | height: 75.4vh;
width: 100%;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
}
#sh-force {
width: 85vw;
height: 100%;
background-color: #111;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
}
#sh-force canvas {
width: 100%;
height: 100%;
}
/*filters*/
#sh-force-filters {
position: absolute;
height: 600px;
background-color: rgba(28, 31, 38, 0.8);
pointer-events: visible;
border-radius: 10px;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
z-index: 1500;
}
.sh-force-filters-btn-collapse {
height: 100%;
width: 40px;
border: 0;
background-color: rgba(255, 255, 255, 0);
color: white;
border-radius: 5px;
}
.sh-force-filters-btn-collapse:focus,
.sh-force-filters-btn-collapse:hover {
background-color: rgba(255, 255, 255, 0.3);
border: 0;
color: white;
}
.sh-force-filters-container {
width: 280px;
height: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
flex-wrap: nowrap;
padding: 15px;
color: white;
}
.sh-force-filters-container p {
margin-bottom: 5px;
}
.sh-force-filters-wrap {
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: flex-start;
flex-wrap: nowrap;
}
.sh-force-filters-wrap-row {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
flex-wrap: nowrap;
color: white;
}
.sh-force-filters-wrap-row:hover {
cursor: pointer;
}
.sh-force-filters-wrap-row:hover .sh-force-filters-wrap-row-text {
color: #338e6c !important;
}
.sh-force-filters-wrap-row-color {
width: 40px;
height: 10px;
margin-right: 15px;
}
#sh-force-filters-wrap-row-color-0 {
background: linear-gradient(to right, #3899ad, #d57a03, #b40212, #5802c9);
}
#sh-force-filters-wrap-row-color-1 {
background-color: #3899ad;
}
#sh-force-filters-wrap-row-color-2 {
background-color: #d57a03;
}
#sh-force-filters-wrap-row-color-3 {
background-color: #b40212;
}
#sh-force-filters-wrap-row-color-4 {
background-color: #5802c9;
}
.sh-force-filters-wrap-row-text-status {
width: 200px;
}
.sh-force-filters-wrap-row-text-state {
width: 50px;
}
.sh-force-filters-wrap-state {
width: auto;
height: 66px;
flex-wrap: wrap;
}
/*switcher*/
#sh-force-control {
position: absolute;
width: 85vw;
height: 75.4vh;
margin: 0 auto;
pointer-events: none;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
flex-wrap: nowrap;
}
.sh-force-control-layer-switcher {
position: absolute;
top: 0;
right: 0;
margin-top: 10px;
margin-right: 10px;
width: 50px;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
flex-wrap: nowrap;
}
.sh-force-control-layer-btn {
width: 50px;
margin-top: 10px;
color: white;
pointer-events: visible;
}
.sh-force-control-layer-switcher span {
font-size: 16px;
font-weight: bold;
color: white;
} | 0.580233 | 0.062217 |
.books { margin-top: 10px; padding: 5px 0; }
.book { overflow: hidden; clear: both; padding: 0 15px; }
@media(min-width: 768px) {
.book .meta-num { max-width: 100px; margin-top: 10.5px; }
}
.book h4 { color: #474747; font-weight: bold; }
.book h4 a { color: #474747;text-decoration: none;overflow: hidden; }
.book h4 a:hover { color: #DB6D4C; }
.book .stats { background: #eeeeee; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 0; padding: 5px; text-align: center; }
.book .stats .votes { color: #555555; }
.stats strong { display: block; font-size: 140%; font-weight: bold; }
.stats .answered { color: #ffffff; background-color: #7e91bd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 4px 0; margin: 0; }
.views-orange { color: #ee7711; padding-top: 4px; text-align: center;}
.author-date { color: #999; font-size: 13px; }
.author-date a { color: #999; text-decoration: none; }
.author-date a:hover { color: #DB6D4C; }
.book .desc { margin-top: 5px; font-size: 14px; }
.book .desc a { text-decoration: none; color: #3d5998; }
.book .desc a:hover { color: #DB6D4C; }
.book .book-cover-box { margin-top: 10.5px; }
.book .book-cover-box a { position: relative; overflow: visible; margin: 5px 0; width: 120px; margin-right: .6em;}
.book .book-cover-box img { border: 1px solid #fff; box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7); -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); display: block; max-width: 100%; vertical-align: middle; }
@media(min-width: 768px) {
.book .book-cover-box { float: right; }
.book .book-cover-box a { float: right; }
.book .book-cover-box img { width: 100%; }
}
hr { margin: 18px 0; border: 0; border-top: 1px solid #555555; border-bottom: 1px solid #ffffff; clear: both; }
hr.dashed { border-top: 1px dashed #999999; }
.book-header .lang { font-size: 13px; }
.book-like { margin-top: 16px; }
.book-like .like { text-align: center; }
.book-like .like strong { line-height: 1.2em; display: block; color: #555555; font-weight: bold; font-size: 32px; line-height: 50px; }
.book-like .like a { text-decoration: none; color: #3d5998; }
.book-sales { text-align: center; } | static/css/book.css | .books { margin-top: 10px; padding: 5px 0; }
.book { overflow: hidden; clear: both; padding: 0 15px; }
@media(min-width: 768px) {
.book .meta-num { max-width: 100px; margin-top: 10.5px; }
}
.book h4 { color: #474747; font-weight: bold; }
.book h4 a { color: #474747;text-decoration: none;overflow: hidden; }
.book h4 a:hover { color: #DB6D4C; }
.book .stats { background: #eeeeee; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin: 0; padding: 5px; text-align: center; }
.book .stats .votes { color: #555555; }
.stats strong { display: block; font-size: 140%; font-weight: bold; }
.stats .answered { color: #ffffff; background-color: #7e91bd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; padding: 4px 0; margin: 0; }
.views-orange { color: #ee7711; padding-top: 4px; text-align: center;}
.author-date { color: #999; font-size: 13px; }
.author-date a { color: #999; text-decoration: none; }
.author-date a:hover { color: #DB6D4C; }
.book .desc { margin-top: 5px; font-size: 14px; }
.book .desc a { text-decoration: none; color: #3d5998; }
.book .desc a:hover { color: #DB6D4C; }
.book .book-cover-box { margin-top: 10.5px; }
.book .book-cover-box a { position: relative; overflow: visible; margin: 5px 0; width: 120px; margin-right: .6em;}
.book .book-cover-box img { border: 1px solid #fff; box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.7); -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7); -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7); display: block; max-width: 100%; vertical-align: middle; }
@media(min-width: 768px) {
.book .book-cover-box { float: right; }
.book .book-cover-box a { float: right; }
.book .book-cover-box img { width: 100%; }
}
hr { margin: 18px 0; border: 0; border-top: 1px solid #555555; border-bottom: 1px solid #ffffff; clear: both; }
hr.dashed { border-top: 1px dashed #999999; }
.book-header .lang { font-size: 13px; }
.book-like { margin-top: 16px; }
.book-like .like { text-align: center; }
.book-like .like strong { line-height: 1.2em; display: block; color: #555555; font-weight: bold; font-size: 32px; line-height: 50px; }
.book-like .like a { text-decoration: none; color: #3d5998; }
.book-sales { text-align: center; } | 0.569733 | 0.285036 |
@page {
header: page-header;
footer: page-footer;
}
.logo img {
width: 50px;
}
b {
font-weight: bold;
}
.title h4 {
font-weight: bold;
background-color: #CFCFCF;
width: 100%;
text-align: center;
margin: 0 0 0.5% 0;
}
.title h6 {
font-weight: bold;
text-align: center;
margin: 0;
}
.table table {
width: 100%;
}
.title {
margin-bottom: 3%;
}
.table-bordered td {
border-color: #0c0c0c;
/*border-top-color: #0c0c0c ;*/
}
.spacing td {
padding-right: 5%;
}
.pdf-center td {
text-align: center;
}
table {
font-size: 12px;
}
p {
text-align: justify;
}
.obs p {
font-size: 10px;
font-weight: bold;
}
.seguro {
border: 1px solid #000000;
padding: 1%;
margin-bottom: 3%;
}
.seguro p {
font-size: 10px;
}
li {
text-align: justify;
}
ol {
font-size: 10px;
}
.contato {
width: 100%;
border: 1px solid #000000;
font-weight: bold;
text-align: center;
}
.assinatura-segurado {
border-top: 1px solid #000000;
width: 60%;
margin-left: 20%;
margin-right: 20%;
margin-top: 8%;
margin-bottom: 4%;
}
.assinatura-segurado div {
text-align: center;
font-weight: bold;
}
.td-title-local {
font-size: 12px;
width: 1px;
white-space: nowrap;
font-weight: bold;
padding-left: 1%;
vertical-align: middle;
}
.td-content-local {
border-bottom: 1px solid #000000;
width: 60%;
}
.td-content-data {
border-bottom: 1px solid #000000;
width: 20%;
}
.td-title-data {
width: 1px;
white-space: nowrap;
font-weight: bold;
padding-left: 2%;
vertical-align: middle;
font-size: 12px;
}
.table-data {
margin-top: 6%;
}
.table-assinatura table {
width: 100%;
vertical-align: middle;
}
.table-assinatura td {
width: 100%;
border: 1px solid #000;
padding: 1%;
text-align: center;
font-size: 14px;
}
.table-assinatura td table td {
border: none;
width: 100%;
}
.texto-final {
margin-top: 3%;
font-weight: bold;
}
.info-ass td {
text-align: center;
font-size: 14px;
height: 130px;
}
.logo-ass td {
width: 100%;
text-align: center;
height: 150px;
}
.title-ass td {
font-size: 14px;
text-align: justify;
}
.cotacao-header {
font-size: 20px;
}
.cotacao-header img {
}
.table-striped th {
border-bottom: solid 2px #dddddd;
padding: 5px;
}
.table-striped td {
border-bottom: solid 1px #dddddd;
padding: 5px;
}
.formas_pagamento td{
background-color: #f9f9f9;
}
.box-large {
width: 100%;
border: 1px solid #dddddd;
border-radius: 5px;
margin: 10px;
padding: 15px;
}
.box-large table, p{
margin-bottom: 0;
margin-top: 0;
}
.box-large p {
font-size: 12px;
}
.normal{
font-weight: normal;
}
.text-center th, td {
text-align: center;
}
.text-justify td{
text-align: justify;
font-size: 10px;
}
.td-no-border td{
border: 0;
}
.box-small {
width: 100px;
margin: auto;
text-align: center;
}
.box-small strong{
font-weight: bold;
}
.nospace td{
width: 1px;
white-space: nowrap;
}
.box-large h3 {
text-align: center;
font-size: 16px;
font-weight: bold;
}
.obs p {
text-align: center;
}
.obs h4 {
text-align: center;
font-style: italic;
}
.info p { font-size: 10px;
padding: 5px}
.info {
font-size: 9px;
padding-bottom: 20px;
} | public/themes/default/assets/css/pdf.css | @page {
header: page-header;
footer: page-footer;
}
.logo img {
width: 50px;
}
b {
font-weight: bold;
}
.title h4 {
font-weight: bold;
background-color: #CFCFCF;
width: 100%;
text-align: center;
margin: 0 0 0.5% 0;
}
.title h6 {
font-weight: bold;
text-align: center;
margin: 0;
}
.table table {
width: 100%;
}
.title {
margin-bottom: 3%;
}
.table-bordered td {
border-color: #0c0c0c;
/*border-top-color: #0c0c0c ;*/
}
.spacing td {
padding-right: 5%;
}
.pdf-center td {
text-align: center;
}
table {
font-size: 12px;
}
p {
text-align: justify;
}
.obs p {
font-size: 10px;
font-weight: bold;
}
.seguro {
border: 1px solid #000000;
padding: 1%;
margin-bottom: 3%;
}
.seguro p {
font-size: 10px;
}
li {
text-align: justify;
}
ol {
font-size: 10px;
}
.contato {
width: 100%;
border: 1px solid #000000;
font-weight: bold;
text-align: center;
}
.assinatura-segurado {
border-top: 1px solid #000000;
width: 60%;
margin-left: 20%;
margin-right: 20%;
margin-top: 8%;
margin-bottom: 4%;
}
.assinatura-segurado div {
text-align: center;
font-weight: bold;
}
.td-title-local {
font-size: 12px;
width: 1px;
white-space: nowrap;
font-weight: bold;
padding-left: 1%;
vertical-align: middle;
}
.td-content-local {
border-bottom: 1px solid #000000;
width: 60%;
}
.td-content-data {
border-bottom: 1px solid #000000;
width: 20%;
}
.td-title-data {
width: 1px;
white-space: nowrap;
font-weight: bold;
padding-left: 2%;
vertical-align: middle;
font-size: 12px;
}
.table-data {
margin-top: 6%;
}
.table-assinatura table {
width: 100%;
vertical-align: middle;
}
.table-assinatura td {
width: 100%;
border: 1px solid #000;
padding: 1%;
text-align: center;
font-size: 14px;
}
.table-assinatura td table td {
border: none;
width: 100%;
}
.texto-final {
margin-top: 3%;
font-weight: bold;
}
.info-ass td {
text-align: center;
font-size: 14px;
height: 130px;
}
.logo-ass td {
width: 100%;
text-align: center;
height: 150px;
}
.title-ass td {
font-size: 14px;
text-align: justify;
}
.cotacao-header {
font-size: 20px;
}
.cotacao-header img {
}
.table-striped th {
border-bottom: solid 2px #dddddd;
padding: 5px;
}
.table-striped td {
border-bottom: solid 1px #dddddd;
padding: 5px;
}
.formas_pagamento td{
background-color: #f9f9f9;
}
.box-large {
width: 100%;
border: 1px solid #dddddd;
border-radius: 5px;
margin: 10px;
padding: 15px;
}
.box-large table, p{
margin-bottom: 0;
margin-top: 0;
}
.box-large p {
font-size: 12px;
}
.normal{
font-weight: normal;
}
.text-center th, td {
text-align: center;
}
.text-justify td{
text-align: justify;
font-size: 10px;
}
.td-no-border td{
border: 0;
}
.box-small {
width: 100px;
margin: auto;
text-align: center;
}
.box-small strong{
font-weight: bold;
}
.nospace td{
width: 1px;
white-space: nowrap;
}
.box-large h3 {
text-align: center;
font-size: 16px;
font-weight: bold;
}
.obs p {
text-align: center;
}
.obs h4 {
text-align: center;
font-style: italic;
}
.info p { font-size: 10px;
padding: 5px}
.info {
font-size: 9px;
padding-bottom: 20px;
} | 0.42656 | 0.148571 |
.segmented-control {
--inset: 3px;
}
.segmented-control__options {
position: relative;
display: flex;
padding: var(--inset);
&::before {
content: '';
background-color: rgb(var(--rgbText) / 0.16);
position: absolute;
inset: 0;
clip-path: polygon(
0 0,
100% 0,
100% calc(100% - 10px),
calc(100% - 10px) 100%,
0 100%
);
}
}
.segmented-control__button {
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
color: var(--colorTextBody);
transition-property: color, background;
transition-duration: var(--durationM);
transition-timing-function: ease;
border: 0;
padding: 0 24px;
height: 56px;
font-size: inherit;
font-family: inherit;
font-weight: var(--fontWeightMedium);
cursor: pointer;
outline: none;
&::after {
--offset: -3px;
content: '';
position: absolute;
top: var(--offset);
right: var(--offset);
bottom: var(--offset);
left: var(--offset);
}
&:focus::after {
box-shadow: 0 0 0 3px rgb(var(--rgbText));
}
&:active::after {
box-shadow: none;
}
&[aria-checked='true'] {
color: rgb(var(--rgbBackground));
}
&::before {
--inset: 8px;
content: '';
position: absolute;
top: var(--inset);
bottom: var(--inset);
left: 0;
width: 1px;
background-color: rgb(var(--rgbText) / 0.2);
transition: opacity var(--durationM) var(--bezierFastoutSlowin);
opacity: 0;
}
}
.segmented-control__button:not([aria-checked='true'])
+ .segmented-control__button:not([aria-checked='true'])::before {
opacity: 1;
}
.segmented-control__indicator {
position: absolute;
top: var(--inset);
bottom: var(--inset);
left: 0;
background-color: var(--colorTextTitle);
transition-property: width, transform, clip-path;
transition-duration: var(--durationM);
transition-timing-function: var(--bezierFastoutSlowin);
clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
transform: translate3d(var(--left), 0, 0);
width: var(--width);
}
.segmented-control__indicator--last {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
} | src/components/SegmentedControl/index.css | .segmented-control {
--inset: 3px;
}
.segmented-control__options {
position: relative;
display: flex;
padding: var(--inset);
&::before {
content: '';
background-color: rgb(var(--rgbText) / 0.16);
position: absolute;
inset: 0;
clip-path: polygon(
0 0,
100% 0,
100% calc(100% - 10px),
calc(100% - 10px) 100%,
0 100%
);
}
}
.segmented-control__button {
position: relative;
display: flex;
align-items: center;
justify-content: center;
background-color: transparent;
color: var(--colorTextBody);
transition-property: color, background;
transition-duration: var(--durationM);
transition-timing-function: ease;
border: 0;
padding: 0 24px;
height: 56px;
font-size: inherit;
font-family: inherit;
font-weight: var(--fontWeightMedium);
cursor: pointer;
outline: none;
&::after {
--offset: -3px;
content: '';
position: absolute;
top: var(--offset);
right: var(--offset);
bottom: var(--offset);
left: var(--offset);
}
&:focus::after {
box-shadow: 0 0 0 3px rgb(var(--rgbText));
}
&:active::after {
box-shadow: none;
}
&[aria-checked='true'] {
color: rgb(var(--rgbBackground));
}
&::before {
--inset: 8px;
content: '';
position: absolute;
top: var(--inset);
bottom: var(--inset);
left: 0;
width: 1px;
background-color: rgb(var(--rgbText) / 0.2);
transition: opacity var(--durationM) var(--bezierFastoutSlowin);
opacity: 0;
}
}
.segmented-control__button:not([aria-checked='true'])
+ .segmented-control__button:not([aria-checked='true'])::before {
opacity: 1;
}
.segmented-control__indicator {
position: absolute;
top: var(--inset);
bottom: var(--inset);
left: 0;
background-color: var(--colorTextTitle);
transition-property: width, transform, clip-path;
transition-duration: var(--durationM);
transition-timing-function: var(--bezierFastoutSlowin);
clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
transform: translate3d(var(--left), 0, 0);
width: var(--width);
}
.segmented-control__indicator--last {
clip-path: polygon(0 0, 100% 0, 100% calc(100% - 9px), calc(100% - 9px) 100%, 0 100%);
} | 0.674158 | 0.162746 |
@media (min-width: 992px) {
header {
padding: 310px 0 100px;
}
}
@media (min-width: 992px) {
header {
padding: 310px 0 100px;
}
}
section {
padding: 50px 0;
}
footer {
padding-top: 2rem;
padding-bottom: 2rem;
background-color: black;
color: #fff;
}
nav {
background-color: white;
}
nav img {
width: 150px;
height: 80px;
}
h6 {
color: black;
}
.btn {
border-width: 2px;
}
.btn-light {
opacity: 0.5;
}
.btn-social {
width: 3.25rem;
height: 3.25rem;
font-size: 1.25rem;
line-height: 2rem;
}
.text-centre {
text-align: center!important;
}
.carousel {
margin: 0 auto;
}
.img-fluid {
width: auto;
height: auto;
}
.headerimg {
opacity: 0.5;
}
#headerbridal {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headerbridal.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headermaternity {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headermaternity.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headerportrait {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headerportrait.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headerspecial {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headerspecial.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headerprice {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headerprice.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headerhome {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/header.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
img {
width: auto;
height: auto;
}
.dropdown:hover>.dropdown-menu {
display: block;
}
.portfolio-item {
display: block;
position: relative;
overflow: hidden;
max-width: 530px;
margin: auto auto 1rem;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.carousel-control-next-icon:after
{
content: '>';
font-size: 55px;
color: black;
}
.carousel-control-prev-icon:after {
content: '<';
font-size: 55px;
color: black;
}
.row {
margin: 15px;
} | css/scrolling-nav.css | @media (min-width: 992px) {
header {
padding: 310px 0 100px;
}
}
@media (min-width: 992px) {
header {
padding: 310px 0 100px;
}
}
section {
padding: 50px 0;
}
footer {
padding-top: 2rem;
padding-bottom: 2rem;
background-color: black;
color: #fff;
}
nav {
background-color: white;
}
nav img {
width: 150px;
height: 80px;
}
h6 {
color: black;
}
.btn {
border-width: 2px;
}
.btn-light {
opacity: 0.5;
}
.btn-social {
width: 3.25rem;
height: 3.25rem;
font-size: 1.25rem;
line-height: 2rem;
}
.text-centre {
text-align: center!important;
}
.carousel {
margin: 0 auto;
}
.img-fluid {
width: auto;
height: auto;
}
.headerimg {
opacity: 0.5;
}
#headerbridal {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headerbridal.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headermaternity {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headermaternity.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headerportrait {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headerportrait.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headerspecial {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headerspecial.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headerprice {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/headerprice.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#headerhome {
padding-top: 10rem;
padding-bottom: calc(10rem - 56px);
padding: 240px 0 170px;
background-image: url("../img/header.jpg");
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
img {
width: auto;
height: auto;
}
.dropdown:hover>.dropdown-menu {
display: block;
}
.portfolio-item {
display: block;
position: relative;
overflow: hidden;
max-width: 530px;
margin: auto auto 1rem;
}
@media (min-width: 768px) {
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
font-size: 16px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
font-size: 22px;
}
}
.carousel-control-next-icon:after
{
content: '>';
font-size: 55px;
color: black;
}
.carousel-control-prev-icon:after {
content: '<';
font-size: 55px;
color: black;
}
.row {
margin: 15px;
} | 0.286968 | 0.071982 |
@font-face {
font-family: 'OpenSans-Regular';
src: url('../font/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'OpenSans-Semibold';
src: url('../font/OpenSans-Semibold.ttf');
}
@font-face {
font-family: 'OpenSans-Bold';
src: url('../font/OpenSans-Bold.ttf');
}
body{
font-family: 'OpenSans-Regular';
letter-spacing: 0.060em;
font-weight: normal !important;
background-color: #eceff4;
}
.fa{
margin-left: 5px;
}
.btn_display_color{
background-color:#007bff !important;
border-color: #007bff !important;
}
.btn{
outline: none;
}
.title_service{
margin-bottom: 35px;
margin-top: 0;
font-family: 'OpenSans-Bold';
}
.form_insert{
padding: 35px 5vh;
width: 75%;
margin: 0 auto;
background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
margin-top: 10vh;
position: relative;
}
.form_insert .form-control{
height:40px;
border-radius: 0;
margin-bottom: 10px;
}
.form_insert textarea.form-control{
height:120px;
}
.form_insert .table tr td .form-control{
margin-bottom:0;
}
.form_insert .btn{
color: #fff;
background-color: #129f31;
border-color: #129f31;
font-size: 16px;
letter-spacing: 0.1em;
padding: 12px 30px;
border-radius: 0;
margin-top: 20px;
}
.btn_color{
color: #fff !important;
background-color: #129f31 !important;
border-color: #129f31 !important;
}
label,th{
font-weight:normal !important;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 8px;
}
.block_loading_website {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000000;
z-index: 30;
z-index: 999;
}
.spinner {
margin: 0px auto;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
position: absolute;
left: 0;
right: 0;
top: 50%;
}
.spinner > div {
background-color: #ffffff;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.alert-success{
width: 95%;
margin: 0 auto;
margin-bottom: 20px;
}
.vend_page .op_add_client,
.vend_page .op_client_info{
width: 95%;
margin: 0 auto;
}
.get_date{
cursor: pointer;
}
.k-selected.k-in-month.k-active{
color: #007bff !important;
}
/*start home page style*/
.home_page,.block_form{
height: 100%;
background: #eceff4;
}
.form_login{
width: 30%;
margin: 0 auto;
background-color: #ffffff;
/* border: 1px solid red; */
box-shadow: 0 0 20px rgba(0,0,0,0.1);
position: absolute;
left: 0;
right: 0;
top: 25%;
border-radius: 10px;
padding: 50px 0;
}
.home_page img,
.block_form img{
display: block;
margin: 0 auto;
width: 150px;
padding-top: 8%;
}
.block_form img{
padding-bottom: 35px;
padding-top: 0 !important;
}
.home_page a{
display: block;
text-decoration: none;
color: #fff;
text-align: center;
border: 1px solid;
width: 22%;
padding: 8px 0;
margin: 0 auto;
margin-top: 6%;
font-size: 25px;
letter-spacing: 0.060em;
font-family: 'Raleway-Regular';
position: relative;
transition: color 0.5s ease;
}
.home_page a:last-child{
margin-top: 2%;
}
.home_page .op_vend::after,
.home_page .op_optic::after{
top: 0;
right: 0;
width: 25%;
z-index: 999;
height: 90px;
content: "\f090";
text-align: center;
position: absolute;
text-rendering: auto;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal normal normal 24px/50px FontAwesome;
}
.home_page .op_vend:hover,
.home_page .op_optic:hover{
border-color: #fece24;
color: #fece24;
}
.block_form form .input-group{
width:70%;
margin: 0 auto;
}
.block_form form .input-group .form-control{
height: 45px;
border-radius: 0;
}
.block_form form .input-group.pass{
margin-top: 3%;
}
.block_form .input-group-addon {
color: #000000;
background-color: #fff;
padding: 6px 15px;
}
.block_form .btn{
margin: 0 auto;
display: block;
margin-top: 3%;
width: 70%;
border-radius: 0;
background-color: #00abea;
border-color: #00abea;
color: #fff;
padding: 8px 12px;
position: relative;
font-size: 18px;
}
.block_form .btn::after{
top: 0;
right: 0;
width: 25%;
z-index: 999;
height: 45px;
content: "\f090";
text-align: center;
position: absolute;
text-rendering: auto;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal normal normal 24px/45px FontAwesome;
}
.vend_page .op_client_info table > thead:first-child > tr:first-child > th,
.op_single_client_page .op_directory_info table > thead:first-child > tr:first-child > th
{
background-color: #eceff4;
color: #000;
text-align: center;
font-weight: normal;
font-family: 'OpenSans-Semibold';
}
.vend_page .op_client_info table,
.op_single_client_page .op_directory_info table{
text-align: center;
background-color: white;
}
.vend_page .op_client_info table tr td{
padding: 5px;
}
.vend_page .op_add_client a,
.op_single_client_page .op_add_directory a{
text-decoration: none;
padding: 8px 0px;
color: #fff;
font-size: 18px;
border-radius: 0;
border: none;
letter-spacing: 0.060em;
position: relative;
width: 100%;
display: block;
text-align: center;
}
.vend_page .op_add_client .form-control,
.op_single_client_page .op_add_directory .form-control{
border-radius: 0;
height: 42px;
width: 70%;
border-radius: 42px
}
.op_single_client_page .op_add_directory .form-control{
width: 100%;
}
.vend_page .op_add_client{
padding: 30px 0;
}
.vend_page .op_add_client a::after,
.op_single_client_page .op_add_directory a::after{
top: 0;
right: 0;
width: 25%;
z-index: 999;
height: 90px;
content: "\f067";
text-align: center;
position: absolute;
text-rendering: auto;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal normal normal 18px/45px FontAwesome;
}
.vend_page .op_client_info table a,
.op_single_client_page .op_directory_info a{
font-size: 12px;
padding: 4px 0px;
color: #fff;
text-align: center;
margin: 0 auto;
display: block;
}
.btn_edit_color{
background-color: #ea6516 !important;
border-color: #ea6516 !important;
}
.vend_page .op_client_info table a,
.op_single_client_page .op_directory_info a{
background-color: #e62424;
border-color: #e62424;
}
.vend_page{
height: 100%;
}
.vend_page .op_client_info{
overflow-y: auto;
overflow: hidden;
}
.vend_page .op_client_info::-webkit-scrollbar {
width: 0.4em;
}
.vend_page .op_client_info::-webkit-scrollbar-track {
background-color: #000;
}
.vend_page .op_client_info::-webkit-scrollbar-thumb {
background-color: #24c6dc;
outline: 1px solid #24c6dc;
}
#addclient .modal-body{
padding: 25px 120px 50px;
}
#newdirectory .modal-body{
padding: 15px 40px;
}
#addclient .modal-body .form-group .form-control,
#newdirectory .modal-body .form-group .form-control
{
border-radius: 0;
border-color: #000;
}
#newdirectory .modal-header .modal-title{
padding-left: 40px;
}
#addclient .modal-body .form-group .form-control[readonly],
#newdirectory .modal-body .form-group .form-control[readonly]{
background-color: #000;
opacity: 1;
color: #fff;
}
#addclient .modal-body .btn,
#newdirectory .modal-body .btn{
padding: 7px 35px;
border-radius: 0;
background-color: #5cb85c;
border-color: #4cae4c;
color: #fff;
font-size: 18px;
}
#addclient .modal-content,
#newdirectory .modal-content{
border-radius: 2px;
}
#addclient .modal-content .modal-header,
#newdirectory .modal-content .modal-header{
padding: 10px 15px;
background-color: #000;
color: #fff;
}
#newdirectory .modal-content .media-body{
padding-top: 12px;
}
#addclient .modal-content .close,
#newdirectory .modal-content .close
{
opacity: 1;
}
#newdirectory .form_add_client .media-left img{
border-radius: 50%;
}
#newdirectory .form_add_client .nav-tabs > li{
width: 50%;
}
.block_info{
text-align: right;
padding: 15px;
background: #fff;
color: #001;
border-radius: 0px;
}
.block_info i{
width: 65px;
height: 65px;
line-height: 65px;
border-radius: 50%;
text-align: center;
/* border-radius: 2px; */
position: absolute;
top: 18px;
left: 20px;
color: #fff;
font-size: 25px;
box-shadow: 0 0px 20px rgba(0,0,0,.1);
}
.block_info h4{
font-size: 16px;
margin-bottom: 5px;
color: #1a1a1a;
text-transform: capitalize;
}
.stat_client .client_info i{
background-color: #007bff;
}
.stat_client .prix_total_info i{
background-color: #28a745;
}
.stat_client .prix_avance_info i{
background-color: #dc3545;
}
.stat_client .prix_rest_info i{
background-color: #17a2b8;
}
.block_info p{
font-size: 20px;
color: #000000;
font-weight: normal;
font-family: 'OpenSans-Regular';
font-family: 'OpenSans-Bold';
}
.monture .table tr td{
padding: 0;
}
.monture .table .droit,
.monture .table .gauche{
padding: 0 15px;
padding-top: 8px;
}
.monture .table tr td .form-control{
border-color:#fff;
border-radius: 0px;
}
.op_single_client_page{
height: 100%;
}
.op_single_client_page .well{
background-color: #eaeaea;
border-color: #eaeaea;
border-radius: 0;
padding: 25px 15px;
font-size: 37px;
text-align: center;
font-weight: bold;
color: #000;
}
.op_single_client_page .op_directory_info{
width: 95%;
margin: 0 auto;
}
.op_single_client_page .op_add_directory a{
border-color: #ff7900;
background-color: #ff7900;
}
.op_deconnect ul{
list-style-type: none;
padding: 0;
margin: 0;
float: right;
}
.op_deconnect ul li{
display: inline-block;
}
.op_deconnect ul li a {
background: transparent !important;
padding: 0 !important;
}
.op_deconnect ul li .home_link{
position: relative;
}
/*end home page style*/
/* BLOC MENU */
.stat_client,.item_date{
padding: 30px 0px;
width: 95%;
margin: 0 auto;
}
.item_date{
padding-top: 0;
}
.item_date .form-control{
height: 50px;
border: none;
text-align: center;
font-size: 20px;
letter-spacing: 0.05em;
font-family: 'OpenSans-Semibold';
border-radius:0;
cursor: pointer;
}
.item_date .btn_comp{
border: none;
background: #28a745;
color: #fff;
border-radius: 0;
height: 50px;
line-height: 50px;
padding: 0;
width: 100%;
font-family: 'OpenSans-Semibold';
}
.op_add_directory{
padding-bottom: 30px;
width: 95%;
margin: 0 auto;
}
.stat_client .media{
background-color: #FAFAFA;
border: 1px solid #dee2e6!important;
}
.stat_client .media-left{
padding: 20px;
}
.stat_client .media-left.primary{
padding: 20px 25.5px;
background-color: #007bff;
}
.stat_client .media-left.succes{
background-color: #28a745;
padding: 20px 28.5px;
}
.stat_client .media-left.avance{
background-color: #dc3545;
}
.stat_client .media-left.rest{
background-color: #17a2b8;
}
.stat_client .media-left i{
color: #ffffff;
}
.stat_client .media-body{
padding:12px;
}
.left_navbar{
height: 100%;
}
.bk_navbar{
background-color: #1a1a1a;
}
.block_image img{
width: 160px;
margin: 0 auto;
display: block;
padding: 50px 0;
}
.block_link ul{
margin: 0;
padding: 0;
color: #fff;
list-style-type: none;
padding-left: 10px;
}
.block_link ul li{
margin: 12px 0;
font-size: 14px;
padding: 10px 0;
padding-left: 35px;
}
.block_link ul li a{
text-decoration: none;
color: #ffffff;
}
.block_add_client,
.block_add_product{
padding-top: 5vh;
width: 50%;
MARGIN: 0 auto;
}
.block_add_client h4,
.block_add_product h4{
font-size: 40px;
margin-bottom: 5vh;
letter-spacing: 0.070em;
text-align: center;
}
.block_add_client .form-control,
.block_add_product .form-control{
height: 40px;
border-radius:0;
}
.block_add_client .btn{
background-color: #28a745;
border-color: #28a745;
color:#ffffff;
padding: 8px 40px;
font-size: 14px;
letter-spacing: 0.050em;
}
.form_add_directory{
padding: 70px 0vh;
width: 70%;
margin: 0 auto;
}
.margin_top_tab{
margin-top: 10vh;
}
.block_appointement{
width: 95%;
margin: 0 auto;
}
.block_appointement #table_appointement{
background-color: #ffffff;
text-align: center;
}
.block_appointement #table_appointement .btn{
padding: 5px 10px;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 15px;
}
.block_appointement .appointement .appointement_item a{
text-decoration: none;
padding: 8px 0px;
color: #fff;
font-size: 18px;
border-radius: 0;
border: none;
letter-spacing: 0.060em;
position: relative;
width: 100%;
display: block;
text-align: center;
background-color: #F3B61F;
}
.block_appointement .appointement #apointement_client{
border-radius: 0;
height: 40px;
width: 100%;
outline: none;
}
.appointement{
margin: 25px 0;
}
.appoint_tab .well{
border-radius: 2px;
background-color: #ffffff;
border: 1px solid #ffffff;
box-shadow:none;
border-radius: 0;
}
.appoint_tab .well i{
font-family: 'OpenSans-Semibold';
margin: 0 10px;
color: #856404;
}
.appoint_tab .well.apptoday{
background-color: #fff3cd;
border: 1px solid #ffeeba;
color: #000000;
}
.appoint_tab .well.apptoday i{
color: #856404;
}
.block_add_appoint{
width:80%;
margin: 0 auto;
}
.block_add_appoint label{
margin-bottom: 10px;
margin-top: 15px;
font-weight:normal;
font-family: 'OpenSans-Semibold';
}
.block_add_appoint .form-control{
height: 45px;
border-radius: 0px;
}
.block_add_appoint textarea.form-control{
height:148px;
}
.block_add_appoint .btn{
margin-top: 25px;
border-radius: 0;
width: 30%;
padding: 10px 12px;
font-size: 16px;
}
.block_add_appoint form{
margin-top:30px;
}
/**/
/**/
.kal .kalendae{
/*display: none;*/
}
.block_book_items #kalend_rooms .kalendae .k-days span{
height: 24px;
}
.kal .kalendae{
position: absolute;
margin: 0;
width: 100%;
margin: auto;
left: 0;
right: 0;
top:0;
bottom: 0;
border-radius: 0;
z-index: 20;
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
padding: 4.5%;
display: none;
}
.kal .kalendae .k-calendar,
.kal .kalendae .k-title,
.kal .kalendae .k-days,
.kal .kalendae .k-header{
width: 100%;
}
.kal .kalendae .k-header{
margin-bottom: 10px;
margin-top: 10px;
}
.kal .kalendae .k-days span{
width: 13.5%;
height: 9vh;
border-radius: 0;
line-height: 34px;
padding: 0;
text-align: center;
background-color: #D1D2D2;
font-size: 14px;
border: none;
}
.kal .kalendae .k-days span.k-out-of-month{
visibility: hidden;
}
.kal .kalendae .k-days span.k-in-month{
background-color: transparent;
color: #415054;
opacity: .3;
}
.kal .kalendae .k-days span.k-in-month.k-active{
background-color: transparent;
color: #415054;
opacity: 1;
}
.kal .kalendae .k-header span{
width: 13.5%;
color: #000;
font-size: 12px;
}
.kal .kalendae .k-caption {
font-size: 16px;
line-height: 18px;
}
.avance_block .kal .kalendae{
width: 40%;
left: auto;
padding: 25px;
}
.avance_block .kal .kalendae .k-days span {
width: 13.5%;
height: 5.7vh;
}
#newColumnChart{
padding: 0px 0px;
width: 95%;
margin: 0 auto;
}
/*.holder_dates #datesCheck .kalendae{
bottom: 0;
top: 0;
width: 100%;
}
.block_book_now #kalend_home .kalendae{
width: 316px;
}
.holder_dates #datesCheck .kalendae .k-calendar,
.holder_dates #datesCheck .kalendae .k-title,
.holder_dates #datesCheck .kalendae .k-days,
.holder_dates #datesCheck .kalendae .k-header{
width: 100%;
}
.holder_dates #datesCheck .kalendae .k-title,
.holder_dates #datesCheck .kalendae .k-header,
.holder_dates #datesCheck .kalendae .k-days,
.block_book_now #kalend_home .kalendae .k-title,
.block_book_now #kalend_home .kalendae .k-header,
.block_book_now #kalend_home .kalendae .k-days
{
width: 93%;
margin: 0 auto;
}
.holder_dates #datesCheck .kalendae .k-header{
margin-bottom: 10px;
margin-top: 10px;
}
.holder_dates #datesCheck .kalendae .k-header span,
.holder_dates #datesCheck .kalendae .k-days span{
width: 35px !important;
}
.block_book_items #kalend_rooms .kalendae .k-days,
.block_book_items #kalend_rooms .kalendae .k-header,
.block_book_items #kalend_rooms .kalendae .k-title,
.block_book_now #kalend_home .kalendae .k-days,
.block_book_now #kalend_home .kalendae .k-header,
.block_book_now #kalend_home .kalendae .k-title{
width: 85%;
margin: 0 auto;
}
.holder_dates #datesCheck .kalendae .k-days span,
.block_book_items #kalend_rooms .kalendae .k-days span,
.block_book_now #kalend_home .kalendae .k-days span{
width: 35px;
height: 25px;
border-radius: 0;
line-height: 25px;
padding: 0;
text-align: center;
background-color: #D1D2D2;
font-size: 14px;
border: none;
}
.block_book_items #kalend_rooms .kalendae .k-days span{
height: 25px !important;
line-height: 25px !important;
margin: 1px 0 2px 0 !important;
}
.holder_dates #datesCheck .kalendae .k-days span{
height: 30px;
line-height: 30px;
width: 37px !important;
}
.holder_dates #datesCheck .kalendae .k-title,
.block_book_items #kalend_rooms .kalendae .k-title,
.block_book_now #kalend_home .kalendae .k-title{
height: 30px;
}
.holder_dates #datesCheck .kalendae .k-caption,
.block_book_items #kalend_rooms .kalendae .k-caption,
.block_book_now #kalend_home .kalendae .k-caption{
font-size: 18px;
color: #485B62;
line-height: 30px;
font-family: 'Raleway-SemiBold';
}
.holder_dates #datesCheck .kalendae .k-header span,
.block_book_items #kalend_rooms .kalendae .k-header span,
.block_book_now #kalend_home .kalendae .k-header span{
text-align: center;
width: 33px;
height: 33px;
line-height: 33px;
font-weight: normal;
font-size: 14px;
color: #616B75;
}
.holder_dates #datesCheck .kalendae .k-days span.k-out-of-month,
.block_book_items #kalend_rooms .kalendae .k-days span.k-out-of-month,
.block_book_now #kalend_home .kalendae .k-days span.k-out-of-month{
visibility: hidden;
}
.holder_dates #datesCheck .kalendae .k-days span.k-in-month,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month,
.block_book_now #kalend_home .kalendae .k-days span.k-in-month{
background-color: transparent;
color: #E5C2AF;
}
.holder_dates #datesCheck .kalendae .k-days span.k-in-month.k-active,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-active,
.block_book_now #kalend_home .kalendae .k-days span.k-in-month.k-active{
background-color: transparent;
color: #415054;
}
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range-start,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range-end{
border-radius: 50%;
}
.block_book_now .kalendae .k-days span,
#datesCheck .kalendae .k-days span{
margin: 1px 0px 2px 0px !important;
}
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range,
.block_book_now #kalend_home .kalendae .k-days span.k-range{
border-radius: 0;
}
#datesCheck .kalendae .k-days span.k-in-month.k-range-start,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range-start,
.block_book_now #kalend_home .kalendae .k-days span.k-range-start{
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
background-color: #E5C2AF !important;
color: #ffffff !important;
}
#datesCheck .kalendae .k-days span.k-in-month.k-range-end,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range-end,
.block_book_now #kalend_home .kalendae .k-days span.k-range-end{
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
background-color: #E5C2AF !important;
color: #ffffff !important;
}
.holder_dates #datesCheck .kalendae .k-days span.k-range-start,
.holder_dates #datesCheck .kalendae .k-days span.k-range,
.holder_dates #datesCheck .kalendae .k-days span.k-range-end,
.block_book_items #kalend_rooms .kalendae .k-days span.k-range-start,
.block_book_items #kalend_rooms .kalendae .k-days span.k-range,
.block_book_items #kalend_rooms .kalendae .k-days span.k-range-end,
.block_book_now #kalend_home .kalendae .k-days span.k-range-start,
.block_book_now #kalend_home .kalendae .k-days span.k-range,
.block_book_now #kalend_home .kalendae .k-days span.k-range-end{
background-color: #E5C2AF !important;
color: #ffffff !important;
}
.holder_dates #datesCheck .kalendae .k-today,
.block_book_items #kalend_rooms .kalendae .k-today,
.block_book_now #kalend_home .kalendae .k-today{
text-decoration: none;
}
.holder_dates #datesCheck .kalendae .k-btn-next-month,
.block_book_items #kalend_rooms .kalendae .k-btn-next-month,
.block_book_now #kalend_home .kalendae .k-btn-next-month{
width: 20px;
height: 20px;
background-image: url(../img/svg/Small_Scrool_Right.svg);
background-size: contain;
background-position: right;
background-repeat: no-repeat;
margin-right: 0px;
margin-top: 10px;
color: transparent;
}
.holder_dates #datesCheck .kalendae .k-btn-previous-month,
.block_book_items #kalend_rooms .kalendae .k-btn-previous-month,
.block_book_now #kalend_home .kalendae .k-btn-previous-month{
width: 20px;
height: 20px;
background-image: url(../img/svg/Small_Scrool_Left.svg);
background-size: contain;
background-position: right;
background-repeat: no-repeat;
margin-left: -8px;
margin-top: 10px;
color: transparent;
}
*/ | src/AppBundle/Resources/public/assets/css/style.css | @font-face {
font-family: 'OpenSans-Regular';
src: url('../font/OpenSans-Regular.ttf');
}
@font-face {
font-family: 'OpenSans-Semibold';
src: url('../font/OpenSans-Semibold.ttf');
}
@font-face {
font-family: 'OpenSans-Bold';
src: url('../font/OpenSans-Bold.ttf');
}
body{
font-family: 'OpenSans-Regular';
letter-spacing: 0.060em;
font-weight: normal !important;
background-color: #eceff4;
}
.fa{
margin-left: 5px;
}
.btn_display_color{
background-color:#007bff !important;
border-color: #007bff !important;
}
.btn{
outline: none;
}
.title_service{
margin-bottom: 35px;
margin-top: 0;
font-family: 'OpenSans-Bold';
}
.form_insert{
padding: 35px 5vh;
width: 75%;
margin: 0 auto;
background: #fff;
box-shadow: 0 0 20px rgba(0,0,0,0.1);
margin-top: 10vh;
position: relative;
}
.form_insert .form-control{
height:40px;
border-radius: 0;
margin-bottom: 10px;
}
.form_insert textarea.form-control{
height:120px;
}
.form_insert .table tr td .form-control{
margin-bottom:0;
}
.form_insert .btn{
color: #fff;
background-color: #129f31;
border-color: #129f31;
font-size: 16px;
letter-spacing: 0.1em;
padding: 12px 30px;
border-radius: 0;
margin-top: 20px;
}
.btn_color{
color: #fff !important;
background-color: #129f31 !important;
border-color: #129f31 !important;
}
label,th{
font-weight:normal !important;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
padding: 8px;
}
.block_loading_website {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #000000;
z-index: 30;
z-index: 999;
}
.spinner {
margin: 0px auto;
width: 50px;
height: 40px;
text-align: center;
font-size: 10px;
position: absolute;
left: 0;
right: 0;
top: 50%;
}
.spinner > div {
background-color: #ffffff;
height: 100%;
width: 6px;
display: inline-block;
-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.spinner .rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.spinner .rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.spinner .rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
.alert-success{
width: 95%;
margin: 0 auto;
margin-bottom: 20px;
}
.vend_page .op_add_client,
.vend_page .op_client_info{
width: 95%;
margin: 0 auto;
}
.get_date{
cursor: pointer;
}
.k-selected.k-in-month.k-active{
color: #007bff !important;
}
/*start home page style*/
.home_page,.block_form{
height: 100%;
background: #eceff4;
}
.form_login{
width: 30%;
margin: 0 auto;
background-color: #ffffff;
/* border: 1px solid red; */
box-shadow: 0 0 20px rgba(0,0,0,0.1);
position: absolute;
left: 0;
right: 0;
top: 25%;
border-radius: 10px;
padding: 50px 0;
}
.home_page img,
.block_form img{
display: block;
margin: 0 auto;
width: 150px;
padding-top: 8%;
}
.block_form img{
padding-bottom: 35px;
padding-top: 0 !important;
}
.home_page a{
display: block;
text-decoration: none;
color: #fff;
text-align: center;
border: 1px solid;
width: 22%;
padding: 8px 0;
margin: 0 auto;
margin-top: 6%;
font-size: 25px;
letter-spacing: 0.060em;
font-family: 'Raleway-Regular';
position: relative;
transition: color 0.5s ease;
}
.home_page a:last-child{
margin-top: 2%;
}
.home_page .op_vend::after,
.home_page .op_optic::after{
top: 0;
right: 0;
width: 25%;
z-index: 999;
height: 90px;
content: "\f090";
text-align: center;
position: absolute;
text-rendering: auto;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal normal normal 24px/50px FontAwesome;
}
.home_page .op_vend:hover,
.home_page .op_optic:hover{
border-color: #fece24;
color: #fece24;
}
.block_form form .input-group{
width:70%;
margin: 0 auto;
}
.block_form form .input-group .form-control{
height: 45px;
border-radius: 0;
}
.block_form form .input-group.pass{
margin-top: 3%;
}
.block_form .input-group-addon {
color: #000000;
background-color: #fff;
padding: 6px 15px;
}
.block_form .btn{
margin: 0 auto;
display: block;
margin-top: 3%;
width: 70%;
border-radius: 0;
background-color: #00abea;
border-color: #00abea;
color: #fff;
padding: 8px 12px;
position: relative;
font-size: 18px;
}
.block_form .btn::after{
top: 0;
right: 0;
width: 25%;
z-index: 999;
height: 45px;
content: "\f090";
text-align: center;
position: absolute;
text-rendering: auto;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal normal normal 24px/45px FontAwesome;
}
.vend_page .op_client_info table > thead:first-child > tr:first-child > th,
.op_single_client_page .op_directory_info table > thead:first-child > tr:first-child > th
{
background-color: #eceff4;
color: #000;
text-align: center;
font-weight: normal;
font-family: 'OpenSans-Semibold';
}
.vend_page .op_client_info table,
.op_single_client_page .op_directory_info table{
text-align: center;
background-color: white;
}
.vend_page .op_client_info table tr td{
padding: 5px;
}
.vend_page .op_add_client a,
.op_single_client_page .op_add_directory a{
text-decoration: none;
padding: 8px 0px;
color: #fff;
font-size: 18px;
border-radius: 0;
border: none;
letter-spacing: 0.060em;
position: relative;
width: 100%;
display: block;
text-align: center;
}
.vend_page .op_add_client .form-control,
.op_single_client_page .op_add_directory .form-control{
border-radius: 0;
height: 42px;
width: 70%;
border-radius: 42px
}
.op_single_client_page .op_add_directory .form-control{
width: 100%;
}
.vend_page .op_add_client{
padding: 30px 0;
}
.vend_page .op_add_client a::after,
.op_single_client_page .op_add_directory a::after{
top: 0;
right: 0;
width: 25%;
z-index: 999;
height: 90px;
content: "\f067";
text-align: center;
position: absolute;
text-rendering: auto;
display: inline-block;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font: normal normal normal 18px/45px FontAwesome;
}
.vend_page .op_client_info table a,
.op_single_client_page .op_directory_info a{
font-size: 12px;
padding: 4px 0px;
color: #fff;
text-align: center;
margin: 0 auto;
display: block;
}
.btn_edit_color{
background-color: #ea6516 !important;
border-color: #ea6516 !important;
}
.vend_page .op_client_info table a,
.op_single_client_page .op_directory_info a{
background-color: #e62424;
border-color: #e62424;
}
.vend_page{
height: 100%;
}
.vend_page .op_client_info{
overflow-y: auto;
overflow: hidden;
}
.vend_page .op_client_info::-webkit-scrollbar {
width: 0.4em;
}
.vend_page .op_client_info::-webkit-scrollbar-track {
background-color: #000;
}
.vend_page .op_client_info::-webkit-scrollbar-thumb {
background-color: #24c6dc;
outline: 1px solid #24c6dc;
}
#addclient .modal-body{
padding: 25px 120px 50px;
}
#newdirectory .modal-body{
padding: 15px 40px;
}
#addclient .modal-body .form-group .form-control,
#newdirectory .modal-body .form-group .form-control
{
border-radius: 0;
border-color: #000;
}
#newdirectory .modal-header .modal-title{
padding-left: 40px;
}
#addclient .modal-body .form-group .form-control[readonly],
#newdirectory .modal-body .form-group .form-control[readonly]{
background-color: #000;
opacity: 1;
color: #fff;
}
#addclient .modal-body .btn,
#newdirectory .modal-body .btn{
padding: 7px 35px;
border-radius: 0;
background-color: #5cb85c;
border-color: #4cae4c;
color: #fff;
font-size: 18px;
}
#addclient .modal-content,
#newdirectory .modal-content{
border-radius: 2px;
}
#addclient .modal-content .modal-header,
#newdirectory .modal-content .modal-header{
padding: 10px 15px;
background-color: #000;
color: #fff;
}
#newdirectory .modal-content .media-body{
padding-top: 12px;
}
#addclient .modal-content .close,
#newdirectory .modal-content .close
{
opacity: 1;
}
#newdirectory .form_add_client .media-left img{
border-radius: 50%;
}
#newdirectory .form_add_client .nav-tabs > li{
width: 50%;
}
.block_info{
text-align: right;
padding: 15px;
background: #fff;
color: #001;
border-radius: 0px;
}
.block_info i{
width: 65px;
height: 65px;
line-height: 65px;
border-radius: 50%;
text-align: center;
/* border-radius: 2px; */
position: absolute;
top: 18px;
left: 20px;
color: #fff;
font-size: 25px;
box-shadow: 0 0px 20px rgba(0,0,0,.1);
}
.block_info h4{
font-size: 16px;
margin-bottom: 5px;
color: #1a1a1a;
text-transform: capitalize;
}
.stat_client .client_info i{
background-color: #007bff;
}
.stat_client .prix_total_info i{
background-color: #28a745;
}
.stat_client .prix_avance_info i{
background-color: #dc3545;
}
.stat_client .prix_rest_info i{
background-color: #17a2b8;
}
.block_info p{
font-size: 20px;
color: #000000;
font-weight: normal;
font-family: 'OpenSans-Regular';
font-family: 'OpenSans-Bold';
}
.monture .table tr td{
padding: 0;
}
.monture .table .droit,
.monture .table .gauche{
padding: 0 15px;
padding-top: 8px;
}
.monture .table tr td .form-control{
border-color:#fff;
border-radius: 0px;
}
.op_single_client_page{
height: 100%;
}
.op_single_client_page .well{
background-color: #eaeaea;
border-color: #eaeaea;
border-radius: 0;
padding: 25px 15px;
font-size: 37px;
text-align: center;
font-weight: bold;
color: #000;
}
.op_single_client_page .op_directory_info{
width: 95%;
margin: 0 auto;
}
.op_single_client_page .op_add_directory a{
border-color: #ff7900;
background-color: #ff7900;
}
.op_deconnect ul{
list-style-type: none;
padding: 0;
margin: 0;
float: right;
}
.op_deconnect ul li{
display: inline-block;
}
.op_deconnect ul li a {
background: transparent !important;
padding: 0 !important;
}
.op_deconnect ul li .home_link{
position: relative;
}
/*end home page style*/
/* BLOC MENU */
.stat_client,.item_date{
padding: 30px 0px;
width: 95%;
margin: 0 auto;
}
.item_date{
padding-top: 0;
}
.item_date .form-control{
height: 50px;
border: none;
text-align: center;
font-size: 20px;
letter-spacing: 0.05em;
font-family: 'OpenSans-Semibold';
border-radius:0;
cursor: pointer;
}
.item_date .btn_comp{
border: none;
background: #28a745;
color: #fff;
border-radius: 0;
height: 50px;
line-height: 50px;
padding: 0;
width: 100%;
font-family: 'OpenSans-Semibold';
}
.op_add_directory{
padding-bottom: 30px;
width: 95%;
margin: 0 auto;
}
.stat_client .media{
background-color: #FAFAFA;
border: 1px solid #dee2e6!important;
}
.stat_client .media-left{
padding: 20px;
}
.stat_client .media-left.primary{
padding: 20px 25.5px;
background-color: #007bff;
}
.stat_client .media-left.succes{
background-color: #28a745;
padding: 20px 28.5px;
}
.stat_client .media-left.avance{
background-color: #dc3545;
}
.stat_client .media-left.rest{
background-color: #17a2b8;
}
.stat_client .media-left i{
color: #ffffff;
}
.stat_client .media-body{
padding:12px;
}
.left_navbar{
height: 100%;
}
.bk_navbar{
background-color: #1a1a1a;
}
.block_image img{
width: 160px;
margin: 0 auto;
display: block;
padding: 50px 0;
}
.block_link ul{
margin: 0;
padding: 0;
color: #fff;
list-style-type: none;
padding-left: 10px;
}
.block_link ul li{
margin: 12px 0;
font-size: 14px;
padding: 10px 0;
padding-left: 35px;
}
.block_link ul li a{
text-decoration: none;
color: #ffffff;
}
.block_add_client,
.block_add_product{
padding-top: 5vh;
width: 50%;
MARGIN: 0 auto;
}
.block_add_client h4,
.block_add_product h4{
font-size: 40px;
margin-bottom: 5vh;
letter-spacing: 0.070em;
text-align: center;
}
.block_add_client .form-control,
.block_add_product .form-control{
height: 40px;
border-radius:0;
}
.block_add_client .btn{
background-color: #28a745;
border-color: #28a745;
color:#ffffff;
padding: 8px 40px;
font-size: 14px;
letter-spacing: 0.050em;
}
.form_add_directory{
padding: 70px 0vh;
width: 70%;
margin: 0 auto;
}
.margin_top_tab{
margin-top: 10vh;
}
.block_appointement{
width: 95%;
margin: 0 auto;
}
.block_appointement #table_appointement{
background-color: #ffffff;
text-align: center;
}
.block_appointement #table_appointement .btn{
padding: 5px 10px;
font-size: 13px;
letter-spacing: 0.05em;
line-height: 15px;
}
.block_appointement .appointement .appointement_item a{
text-decoration: none;
padding: 8px 0px;
color: #fff;
font-size: 18px;
border-radius: 0;
border: none;
letter-spacing: 0.060em;
position: relative;
width: 100%;
display: block;
text-align: center;
background-color: #F3B61F;
}
.block_appointement .appointement #apointement_client{
border-radius: 0;
height: 40px;
width: 100%;
outline: none;
}
.appointement{
margin: 25px 0;
}
.appoint_tab .well{
border-radius: 2px;
background-color: #ffffff;
border: 1px solid #ffffff;
box-shadow:none;
border-radius: 0;
}
.appoint_tab .well i{
font-family: 'OpenSans-Semibold';
margin: 0 10px;
color: #856404;
}
.appoint_tab .well.apptoday{
background-color: #fff3cd;
border: 1px solid #ffeeba;
color: #000000;
}
.appoint_tab .well.apptoday i{
color: #856404;
}
.block_add_appoint{
width:80%;
margin: 0 auto;
}
.block_add_appoint label{
margin-bottom: 10px;
margin-top: 15px;
font-weight:normal;
font-family: 'OpenSans-Semibold';
}
.block_add_appoint .form-control{
height: 45px;
border-radius: 0px;
}
.block_add_appoint textarea.form-control{
height:148px;
}
.block_add_appoint .btn{
margin-top: 25px;
border-radius: 0;
width: 30%;
padding: 10px 12px;
font-size: 16px;
}
.block_add_appoint form{
margin-top:30px;
}
/**/
/**/
.kal .kalendae{
/*display: none;*/
}
.block_book_items #kalend_rooms .kalendae .k-days span{
height: 24px;
}
.kal .kalendae{
position: absolute;
margin: 0;
width: 100%;
margin: auto;
left: 0;
right: 0;
top:0;
bottom: 0;
border-radius: 0;
z-index: 20;
background-color: #ffffff;
-webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
padding: 4.5%;
display: none;
}
.kal .kalendae .k-calendar,
.kal .kalendae .k-title,
.kal .kalendae .k-days,
.kal .kalendae .k-header{
width: 100%;
}
.kal .kalendae .k-header{
margin-bottom: 10px;
margin-top: 10px;
}
.kal .kalendae .k-days span{
width: 13.5%;
height: 9vh;
border-radius: 0;
line-height: 34px;
padding: 0;
text-align: center;
background-color: #D1D2D2;
font-size: 14px;
border: none;
}
.kal .kalendae .k-days span.k-out-of-month{
visibility: hidden;
}
.kal .kalendae .k-days span.k-in-month{
background-color: transparent;
color: #415054;
opacity: .3;
}
.kal .kalendae .k-days span.k-in-month.k-active{
background-color: transparent;
color: #415054;
opacity: 1;
}
.kal .kalendae .k-header span{
width: 13.5%;
color: #000;
font-size: 12px;
}
.kal .kalendae .k-caption {
font-size: 16px;
line-height: 18px;
}
.avance_block .kal .kalendae{
width: 40%;
left: auto;
padding: 25px;
}
.avance_block .kal .kalendae .k-days span {
width: 13.5%;
height: 5.7vh;
}
#newColumnChart{
padding: 0px 0px;
width: 95%;
margin: 0 auto;
}
/*.holder_dates #datesCheck .kalendae{
bottom: 0;
top: 0;
width: 100%;
}
.block_book_now #kalend_home .kalendae{
width: 316px;
}
.holder_dates #datesCheck .kalendae .k-calendar,
.holder_dates #datesCheck .kalendae .k-title,
.holder_dates #datesCheck .kalendae .k-days,
.holder_dates #datesCheck .kalendae .k-header{
width: 100%;
}
.holder_dates #datesCheck .kalendae .k-title,
.holder_dates #datesCheck .kalendae .k-header,
.holder_dates #datesCheck .kalendae .k-days,
.block_book_now #kalend_home .kalendae .k-title,
.block_book_now #kalend_home .kalendae .k-header,
.block_book_now #kalend_home .kalendae .k-days
{
width: 93%;
margin: 0 auto;
}
.holder_dates #datesCheck .kalendae .k-header{
margin-bottom: 10px;
margin-top: 10px;
}
.holder_dates #datesCheck .kalendae .k-header span,
.holder_dates #datesCheck .kalendae .k-days span{
width: 35px !important;
}
.block_book_items #kalend_rooms .kalendae .k-days,
.block_book_items #kalend_rooms .kalendae .k-header,
.block_book_items #kalend_rooms .kalendae .k-title,
.block_book_now #kalend_home .kalendae .k-days,
.block_book_now #kalend_home .kalendae .k-header,
.block_book_now #kalend_home .kalendae .k-title{
width: 85%;
margin: 0 auto;
}
.holder_dates #datesCheck .kalendae .k-days span,
.block_book_items #kalend_rooms .kalendae .k-days span,
.block_book_now #kalend_home .kalendae .k-days span{
width: 35px;
height: 25px;
border-radius: 0;
line-height: 25px;
padding: 0;
text-align: center;
background-color: #D1D2D2;
font-size: 14px;
border: none;
}
.block_book_items #kalend_rooms .kalendae .k-days span{
height: 25px !important;
line-height: 25px !important;
margin: 1px 0 2px 0 !important;
}
.holder_dates #datesCheck .kalendae .k-days span{
height: 30px;
line-height: 30px;
width: 37px !important;
}
.holder_dates #datesCheck .kalendae .k-title,
.block_book_items #kalend_rooms .kalendae .k-title,
.block_book_now #kalend_home .kalendae .k-title{
height: 30px;
}
.holder_dates #datesCheck .kalendae .k-caption,
.block_book_items #kalend_rooms .kalendae .k-caption,
.block_book_now #kalend_home .kalendae .k-caption{
font-size: 18px;
color: #485B62;
line-height: 30px;
font-family: 'Raleway-SemiBold';
}
.holder_dates #datesCheck .kalendae .k-header span,
.block_book_items #kalend_rooms .kalendae .k-header span,
.block_book_now #kalend_home .kalendae .k-header span{
text-align: center;
width: 33px;
height: 33px;
line-height: 33px;
font-weight: normal;
font-size: 14px;
color: #616B75;
}
.holder_dates #datesCheck .kalendae .k-days span.k-out-of-month,
.block_book_items #kalend_rooms .kalendae .k-days span.k-out-of-month,
.block_book_now #kalend_home .kalendae .k-days span.k-out-of-month{
visibility: hidden;
}
.holder_dates #datesCheck .kalendae .k-days span.k-in-month,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month,
.block_book_now #kalend_home .kalendae .k-days span.k-in-month{
background-color: transparent;
color: #E5C2AF;
}
.holder_dates #datesCheck .kalendae .k-days span.k-in-month.k-active,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-active,
.block_book_now #kalend_home .kalendae .k-days span.k-in-month.k-active{
background-color: transparent;
color: #415054;
}
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range-start,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range-end{
border-radius: 50%;
}
.block_book_now .kalendae .k-days span,
#datesCheck .kalendae .k-days span{
margin: 1px 0px 2px 0px !important;
}
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range,
.block_book_now #kalend_home .kalendae .k-days span.k-range{
border-radius: 0;
}
#datesCheck .kalendae .k-days span.k-in-month.k-range-start,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range-start,
.block_book_now #kalend_home .kalendae .k-days span.k-range-start{
border-top-left-radius: 50px;
border-bottom-left-radius: 50px;
background-color: #E5C2AF !important;
color: #ffffff !important;
}
#datesCheck .kalendae .k-days span.k-in-month.k-range-end,
.block_book_items #kalend_rooms .kalendae .k-days span.k-in-month.k-range-end,
.block_book_now #kalend_home .kalendae .k-days span.k-range-end{
border-top-right-radius: 50px;
border-bottom-right-radius: 50px;
background-color: #E5C2AF !important;
color: #ffffff !important;
}
.holder_dates #datesCheck .kalendae .k-days span.k-range-start,
.holder_dates #datesCheck .kalendae .k-days span.k-range,
.holder_dates #datesCheck .kalendae .k-days span.k-range-end,
.block_book_items #kalend_rooms .kalendae .k-days span.k-range-start,
.block_book_items #kalend_rooms .kalendae .k-days span.k-range,
.block_book_items #kalend_rooms .kalendae .k-days span.k-range-end,
.block_book_now #kalend_home .kalendae .k-days span.k-range-start,
.block_book_now #kalend_home .kalendae .k-days span.k-range,
.block_book_now #kalend_home .kalendae .k-days span.k-range-end{
background-color: #E5C2AF !important;
color: #ffffff !important;
}
.holder_dates #datesCheck .kalendae .k-today,
.block_book_items #kalend_rooms .kalendae .k-today,
.block_book_now #kalend_home .kalendae .k-today{
text-decoration: none;
}
.holder_dates #datesCheck .kalendae .k-btn-next-month,
.block_book_items #kalend_rooms .kalendae .k-btn-next-month,
.block_book_now #kalend_home .kalendae .k-btn-next-month{
width: 20px;
height: 20px;
background-image: url(../img/svg/Small_Scrool_Right.svg);
background-size: contain;
background-position: right;
background-repeat: no-repeat;
margin-right: 0px;
margin-top: 10px;
color: transparent;
}
.holder_dates #datesCheck .kalendae .k-btn-previous-month,
.block_book_items #kalend_rooms .kalendae .k-btn-previous-month,
.block_book_now #kalend_home .kalendae .k-btn-previous-month{
width: 20px;
height: 20px;
background-image: url(../img/svg/Small_Scrool_Left.svg);
background-size: contain;
background-position: right;
background-repeat: no-repeat;
margin-left: -8px;
margin-top: 10px;
color: transparent;
}
*/ | 0.354321 | 0.065665 |
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 100;
src: url('./files/gluten-vietnamese-100-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-100-normal.woff') format('woff');
}
/* gluten-vietnamese-200-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 200;
src: url('./files/gluten-vietnamese-200-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-200-normal.woff') format('woff');
}
/* gluten-vietnamese-300-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 300;
src: url('./files/gluten-vietnamese-300-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-300-normal.woff') format('woff');
}
/* gluten-vietnamese-400-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./files/gluten-vietnamese-400-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-400-normal.woff') format('woff');
}
/* gluten-vietnamese-500-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 500;
src: url('./files/gluten-vietnamese-500-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-500-normal.woff') format('woff');
}
/* gluten-vietnamese-600-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 600;
src: url('./files/gluten-vietnamese-600-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-600-normal.woff') format('woff');
}
/* gluten-vietnamese-700-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('./files/gluten-vietnamese-700-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-700-normal.woff') format('woff');
}
/* gluten-vietnamese-800-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 800;
src: url('./files/gluten-vietnamese-800-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-800-normal.woff') format('woff');
}
/* gluten-vietnamese-900-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 900;
src: url('./files/gluten-vietnamese-900-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-900-normal.woff') format('woff');
} | packages/gluten/vietnamese.css | @font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 100;
src: url('./files/gluten-vietnamese-100-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-100-normal.woff') format('woff');
}
/* gluten-vietnamese-200-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 200;
src: url('./files/gluten-vietnamese-200-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-200-normal.woff') format('woff');
}
/* gluten-vietnamese-300-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 300;
src: url('./files/gluten-vietnamese-300-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-300-normal.woff') format('woff');
}
/* gluten-vietnamese-400-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 400;
src: url('./files/gluten-vietnamese-400-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-400-normal.woff') format('woff');
}
/* gluten-vietnamese-500-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 500;
src: url('./files/gluten-vietnamese-500-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-500-normal.woff') format('woff');
}
/* gluten-vietnamese-600-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 600;
src: url('./files/gluten-vietnamese-600-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-600-normal.woff') format('woff');
}
/* gluten-vietnamese-700-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 700;
src: url('./files/gluten-vietnamese-700-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-700-normal.woff') format('woff');
}
/* gluten-vietnamese-800-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 800;
src: url('./files/gluten-vietnamese-800-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-800-normal.woff') format('woff');
}
/* gluten-vietnamese-900-normal*/
@font-face {
font-family: 'Gluten';
font-style: normal;
font-display: swap;
font-weight: 900;
src: url('./files/gluten-vietnamese-900-normal.woff2') format('woff2'), url('./files/gluten-vietnamese-900-normal.woff') format('woff');
} | 0.192501 | 0.061989 |
.js-tabs {
margin: 1em 0;
}
/* Tabs control text */
.js-tabs_control-text {
direction: ltr;
left: -999em;
position: absolute;
}
/* Tabs control */
.js-tabs .js-tabs_control {
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 1000;
}
.js-tabs .js-tabs_control li {
background: #ddd;
border-width: 1px 1px 0;
float: left;
margin: 0 10px 0 0;
padding: 0;
position: relative;
}
.js-tabs .js-tabs_control button {
background: transparent;
border: none;
cursor: pointer;
padding: 8px 0.5em 10px;
position: relative;
outline: 0;
text-decoration: none;
}
.js-tabs .js-tabs_control button:hover,
.js-tabs .js-tabs_control button:focus,
.js-tabs .js-tabs_control button:active {
border-color: #000;
text-decoration: underline;
}
.js-tabs .js-tabs_control .badge {
background-color: #C00000;
border-radius: 10px;
font-size: 80%;
color: #fff;
display: inline-block;
margin-left: 5px;
padding: 0 8px;
text-decoration: none;
}
/* Selected tabs control */
.js-tabs .js-tabs_control .js-tabs_control-item--active,
.js-tabs .js-tabs_control .js-tabs_control-item--active:focus,
.js-tabs .js-tabs_control .js-tabs_control-item--active:active {
background: #fafafa;
border: 1px solid #999;
border-bottom: none;
color: #333;
top: 1px;
z-index: 1000;
}
/* Tabs panel */
.js-tabs .js-tabs_panel {
background-color: #fafafa;
border: 1px solid #999;
color: #333;
clear: left;
display: block;
overflow: auto;
position: relative;
padding: 0 1em 1em;
visibility: visible;
z-index: 5;
}
.js-tabs .js-tabs_panel:focus {
outline: 1px dotted #999;
}
.js-tabs .js-tabs_panel h2 {
display: inline-block;
}
.js-tabs .js-tabs_panel h2:focus {
outline: 1px dotted #999;
}
.js-btn,
.js-hide-show_btn {
background: rgb(255,255,255); /* Fallback */
background: linear-gradient(to bottom,
rgba(255,255,255,1) 0%,
rgba(243,243,243,1) 50%,
rgba(237,237,237,1) 51%,
rgba(243,243,243,1) 100%);
border: 1px solid #dfdfdf;
border-radius: 5px;
box-shadow:
0 1px 3px rgba(000,000,000,0.1),
inset 0 0 3px rgba(255,255,255,1);
cursor: pointer;
display: inline-block;
font-size: 1em;
font-weight: 400;
line-height: 1em;
margin: 1em 5px;
padding: 5px 1em;
text-shadow:
0 -1px 0 rgba(000,000,000,0.2),
0 1px 0 rgba(255,255,255,1);
} | gh-pages/css/demo.css | .js-tabs {
margin: 1em 0;
}
/* Tabs control text */
.js-tabs_control-text {
direction: ltr;
left: -999em;
position: absolute;
}
/* Tabs control */
.js-tabs .js-tabs_control {
float: left;
list-style: none;
margin: 0;
padding: 0;
position: relative;
z-index: 1000;
}
.js-tabs .js-tabs_control li {
background: #ddd;
border-width: 1px 1px 0;
float: left;
margin: 0 10px 0 0;
padding: 0;
position: relative;
}
.js-tabs .js-tabs_control button {
background: transparent;
border: none;
cursor: pointer;
padding: 8px 0.5em 10px;
position: relative;
outline: 0;
text-decoration: none;
}
.js-tabs .js-tabs_control button:hover,
.js-tabs .js-tabs_control button:focus,
.js-tabs .js-tabs_control button:active {
border-color: #000;
text-decoration: underline;
}
.js-tabs .js-tabs_control .badge {
background-color: #C00000;
border-radius: 10px;
font-size: 80%;
color: #fff;
display: inline-block;
margin-left: 5px;
padding: 0 8px;
text-decoration: none;
}
/* Selected tabs control */
.js-tabs .js-tabs_control .js-tabs_control-item--active,
.js-tabs .js-tabs_control .js-tabs_control-item--active:focus,
.js-tabs .js-tabs_control .js-tabs_control-item--active:active {
background: #fafafa;
border: 1px solid #999;
border-bottom: none;
color: #333;
top: 1px;
z-index: 1000;
}
/* Tabs panel */
.js-tabs .js-tabs_panel {
background-color: #fafafa;
border: 1px solid #999;
color: #333;
clear: left;
display: block;
overflow: auto;
position: relative;
padding: 0 1em 1em;
visibility: visible;
z-index: 5;
}
.js-tabs .js-tabs_panel:focus {
outline: 1px dotted #999;
}
.js-tabs .js-tabs_panel h2 {
display: inline-block;
}
.js-tabs .js-tabs_panel h2:focus {
outline: 1px dotted #999;
}
.js-btn,
.js-hide-show_btn {
background: rgb(255,255,255); /* Fallback */
background: linear-gradient(to bottom,
rgba(255,255,255,1) 0%,
rgba(243,243,243,1) 50%,
rgba(237,237,237,1) 51%,
rgba(243,243,243,1) 100%);
border: 1px solid #dfdfdf;
border-radius: 5px;
box-shadow:
0 1px 3px rgba(000,000,000,0.1),
inset 0 0 3px rgba(255,255,255,1);
cursor: pointer;
display: inline-block;
font-size: 1em;
font-weight: 400;
line-height: 1em;
margin: 1em 5px;
padding: 5px 1em;
text-shadow:
0 -1px 0 rgba(000,000,000,0.2),
0 1px 0 rgba(255,255,255,1);
} | 0.52975 | 0.059949 |
.ymPageHead {font-family:Comic Sans MS, arial;font-weight:bold;font-size:18pt}
.ymHeader {font-family:arial;font-weight:bold;font-size:14pt}
.ymText {font-family:arial;font-size:10pt}
.ymMenuText {font-family:arial;font-size:9pt;font-weight:bold; color: blue}
.ymMenuSelect {background-color:#0081fa; color: black}
.ymSubMenuText {font-family:arial;font-size:9pt;font-weight:normal; color: blue}
.ymSubMenuSelect {background-color:#0081fa; font-weight:normal; color: black}
A.ymMenuLink:link {color: black; text-decoration: none}
A.ymMenuLink:visited {color: black; text-decoration: none}
A.ymMenuLink:active {color: maroon; text-decoration: none}
A.ymMenuLink:hover {color: white; text-decoration: none}
A.ymHeaderLink:link {color: white; text-decoration: none; font-weight: none}
A.ymHeaderLink:visited {color: white; text-decoration: none; font-weight: none}
A.ymHeaderLink:active {color: white; text-decoration: none; font-weight: none}
A.ymHeaderLink:hover {color: black; text-decoration: none; font-weight: none}
.ymBackground {background-color:#ffffff}
.ymHeaderBackground {background-color: lightblue}
.ymMenuBackground {background-color:#66cc99}
.ymSideBarBackground {background-color:#33aa33}
.ymLinkBarBackground {background-color:#999999}
.ymBody {font-family:arial;font-size:10pt}
.ymSectionHead {font-family:arial;font-weight:bold;font-size:12pt}
.ymColorSectionHead {background-color:#66cc99;font-family:arial;font-weight:bold;font-size:12pt}
.ymSubSectionHead {font-family:arial;font-weight:bold;font-size:10pt}
.ymTimestamp {font-family:arial;font-weight:normal;font-style:italic;font-size:10pt}
.ymAltTableRow {background-color:#BBBBBB}
.ymTripTitle {font-family:arial;font-size:10pt;font-weight:bold}
.ymTripDesc {font-family:arial;font-size:10pt}
.ymFaqQuestion {font-family:arial;font-size:10pt;font-weight:bold}
.ymFaqAnswer {font-family:arial;font-size:10pt}
.none {font-family:arial;font-size:10pt;list-style-type:none}
.nonea {font-family:arial;font-size:9pt;list-style-type:none}
.disc {font-family:arial;font-size:10pt;list-style-type:disc}
A:link {color: blue}
A:visited {color: brown}
A:active {color: brown}
A:hover {color: black}
.ldrBackground {background-color:#f4EDB4}
.ldrHeaderBackground {background-color: lightblue}
.ldrMenuBackground {background-color:#033E8C}
.ldrSideBarBackground {background-color:#033E8C}
.ldrLinkBarBackground {background-color:#999999}
.ldrBody {font-family:arial;font-size:10pt}
.ldrSectionHead {font-family:arial;font-weight:bold;font-size:10pt}
.ldrColorSectionHead {background-color:#ffffaa;font-family:arial;font-weight:bold;font-size:10pt}
.ldrSubSectionHead {font-family:arial;font-weight:bold;font-size:10pt}
.ldrPageHead {font-family:Comic Sans MS, arial;font-weight:normal;font-size:12pt}
.ldrHeader {font-family:arial;font-weight:bold;font-size:14pt}
.ldrText {font-family:arial;font-size:10pt}
.ldrMenuText {font-family:arial;font-size:9pt;font-weight:bold; color: blue}
.ldrTimestamp {font-family:arial;font-weight:normal;font-style:italic;font-size:10pt}
.ldrAltTableRow {background-color:#BBBBBB}
A.ldrMenuLink:link {color: yellow; text-decoration: none}
A.ldrMenuLink:visited {color: yellow; text-decoration: none}
A.ldrMenuLink:active {color: #EE6A00; text-decoration: none}
A.ldrMenuLink:hover {color: white; text-decoration: none}
A.ldrHeaderLink:link {color: white; text-decoration: none; font-weight: none}
A.ldrHeaderLink:visited {color: white; text-decoration: none; font-weight: none}
A.ldrHeaderLink:active {color: white; text-decoration: none; font-weight: none}
A.ldrHeaderLink:hover {color: black; text-decoration: none; font-weight: none} | ymStyle.css | .ymPageHead {font-family:Comic Sans MS, arial;font-weight:bold;font-size:18pt}
.ymHeader {font-family:arial;font-weight:bold;font-size:14pt}
.ymText {font-family:arial;font-size:10pt}
.ymMenuText {font-family:arial;font-size:9pt;font-weight:bold; color: blue}
.ymMenuSelect {background-color:#0081fa; color: black}
.ymSubMenuText {font-family:arial;font-size:9pt;font-weight:normal; color: blue}
.ymSubMenuSelect {background-color:#0081fa; font-weight:normal; color: black}
A.ymMenuLink:link {color: black; text-decoration: none}
A.ymMenuLink:visited {color: black; text-decoration: none}
A.ymMenuLink:active {color: maroon; text-decoration: none}
A.ymMenuLink:hover {color: white; text-decoration: none}
A.ymHeaderLink:link {color: white; text-decoration: none; font-weight: none}
A.ymHeaderLink:visited {color: white; text-decoration: none; font-weight: none}
A.ymHeaderLink:active {color: white; text-decoration: none; font-weight: none}
A.ymHeaderLink:hover {color: black; text-decoration: none; font-weight: none}
.ymBackground {background-color:#ffffff}
.ymHeaderBackground {background-color: lightblue}
.ymMenuBackground {background-color:#66cc99}
.ymSideBarBackground {background-color:#33aa33}
.ymLinkBarBackground {background-color:#999999}
.ymBody {font-family:arial;font-size:10pt}
.ymSectionHead {font-family:arial;font-weight:bold;font-size:12pt}
.ymColorSectionHead {background-color:#66cc99;font-family:arial;font-weight:bold;font-size:12pt}
.ymSubSectionHead {font-family:arial;font-weight:bold;font-size:10pt}
.ymTimestamp {font-family:arial;font-weight:normal;font-style:italic;font-size:10pt}
.ymAltTableRow {background-color:#BBBBBB}
.ymTripTitle {font-family:arial;font-size:10pt;font-weight:bold}
.ymTripDesc {font-family:arial;font-size:10pt}
.ymFaqQuestion {font-family:arial;font-size:10pt;font-weight:bold}
.ymFaqAnswer {font-family:arial;font-size:10pt}
.none {font-family:arial;font-size:10pt;list-style-type:none}
.nonea {font-family:arial;font-size:9pt;list-style-type:none}
.disc {font-family:arial;font-size:10pt;list-style-type:disc}
A:link {color: blue}
A:visited {color: brown}
A:active {color: brown}
A:hover {color: black}
.ldrBackground {background-color:#f4EDB4}
.ldrHeaderBackground {background-color: lightblue}
.ldrMenuBackground {background-color:#033E8C}
.ldrSideBarBackground {background-color:#033E8C}
.ldrLinkBarBackground {background-color:#999999}
.ldrBody {font-family:arial;font-size:10pt}
.ldrSectionHead {font-family:arial;font-weight:bold;font-size:10pt}
.ldrColorSectionHead {background-color:#ffffaa;font-family:arial;font-weight:bold;font-size:10pt}
.ldrSubSectionHead {font-family:arial;font-weight:bold;font-size:10pt}
.ldrPageHead {font-family:Comic Sans MS, arial;font-weight:normal;font-size:12pt}
.ldrHeader {font-family:arial;font-weight:bold;font-size:14pt}
.ldrText {font-family:arial;font-size:10pt}
.ldrMenuText {font-family:arial;font-size:9pt;font-weight:bold; color: blue}
.ldrTimestamp {font-family:arial;font-weight:normal;font-style:italic;font-size:10pt}
.ldrAltTableRow {background-color:#BBBBBB}
A.ldrMenuLink:link {color: yellow; text-decoration: none}
A.ldrMenuLink:visited {color: yellow; text-decoration: none}
A.ldrMenuLink:active {color: #EE6A00; text-decoration: none}
A.ldrMenuLink:hover {color: white; text-decoration: none}
A.ldrHeaderLink:link {color: white; text-decoration: none; font-weight: none}
A.ldrHeaderLink:visited {color: white; text-decoration: none; font-weight: none}
A.ldrHeaderLink:active {color: white; text-decoration: none; font-weight: none}
A.ldrHeaderLink:hover {color: black; text-decoration: none; font-weight: none} | 0.594316 | 0.224969 |
html {
scroll-behavior: smooth;
}
.is-hidden {
display: none;
}
.underline {
/* text-decoration: underline; */
border-bottom: 5px solid currentColor;
}
.correct_5px_down {
position: relative; top: 2px ;
}
#nav-toggle-state {
display: none;
}
#nav-toggle-state:checked ~ .nav-menu {
display: block;
}
#navbar-top {
height: 70px;
z-index:10;
}
#navbar-filters {
height: 30px;
top: 70px;
z-index: 5 ;
}
#navbarFilters {
padding-left:175px;
}
.skip-navbar {
padding-top: 70px;
}
.skip-navbar-search {
padding-top : 135px ;
/* position: fixed ;
top : 130px ; */
}
.button {
border-radius: 10 px ;
height: 100 px;
}
.navbar {
border-bottom: 1px solid;
border-bottom-color: #d9d9d9 ;
}
#navbar-logo {
max-height:45px ! important ;
}
.navbar-item-filter {
padding : 0.5rem ;
}
/* .fullwidth-navbar-item{
width : 100% ! important;
} */
.a_big {
color : black ;
}
/* INPUTS */
.input-navbar{
border-top : 0px transparent;
border-right: 0px transparent;
border-left : 0px transparent;
box-shadow : none;
}
.tagsinput {
border : none ;
box-shadow: none ;
}
div.select {
height: 100% !important ;
}
/* */
.tab {
text-indent:40px
}
.is-vcentered {
display: flex;
align-items: center;
}
/* FILTERS */
.navbar-dropdown {
/* height: 100%; */
max-height: 500px;
overflow-x: hidden;
overflow-y: auto;
}
/* USER-RESULTS */
#user-results-top{
margin-top: -15px;
}
/* LINKS */
.button.is-text {
text-decoration: none ;
}
/* IMAGES */
.img-cis-full-width {
width : cover;
}
.img-cis-mini {
max-width : 120px;
}
.img-cis-logo-mini {
display : block;
/* height : 60px ; */
max-width : 90px;
max-height : 60px;
/* max-width : 90px; */
/* object-fit : contain ; */
width : auto;
height : auto;
display : inline-block;
margin : 25px ;
}
/* cf : https://codepen.io/jahid-webdev/pen/JRPvBj */
.img-cis-logo-partner{
/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
filter : gray; /* IE5+ */
-webkit-filter : grayscale(1); /* Webkit Nightlies & Chrome Canary */
-webkit-transition : all .2s ease-in-out;
}
.img-cis-logo-partner:hover {
filter: none;
-webkit-filter : grayscale(0);
-webkit-transform : scale(1.5);
}
.avatar img {
padding: 2px;
border-radius : 50% ;
}
.proj-card-img {
border-radius : 3px 3px 0px 0px ;
}
.proj-card {
border-radius: 3px ;
box-shadow : 5px 5px 9px rgba(10, 10, 10, 0.1), 0 0 0 0px rgba(10, 10, 10, 0.1) ;
}
/* FEEDBACKS */
#btn-feedbacks {
position: fixed;
margin : 0px 25px ;
bottom: -4px;
right: 0px;
z-index : 30;
border: 1px solid ;
border-color : #d9d9d9 ;
}
/* videos medias iframe */
.iframe-container {
/* position : relative ; */
height: 100%;
}
iframe{
position:absolute;
/* width:100%; */
width: 1px;
min-width: 100%;
/* *width: 100%; */
height:100%;
min-height: 100%;
/* *height : 100% ; */
display : block ;
}
/* .vid-border{
position: relative;
height: 480px;
width: 854px;
border: 1px solid ;
border-color : grey;
overflow: hidden;
} */
#video-landing {
/* position: absolute;
top:-5px;
left:-5px;
height: 480px;
width: 854px; */
max-height : 400px ;
border: 1px solid ;
border-color : #d9d9d9 ;
}
/* .logo-row {
height: 70px ;
} */
/* #landing-form {
padding-top: 52px;
} */
/* main sections and elements in search */
#user-search-section {
background-color: #d9d9d9 ;
}
#btns-switch-level {
margin-right: 0px ;
}
.notification {
padding : 0.75rem 2.5rem 0.75rem 1.5rem ;
}
.notification-results {
padding : 0.25rem 1.5rem 0.5rem 1.0rem
} | cis/app/static/css/cis-custom.css |
html {
scroll-behavior: smooth;
}
.is-hidden {
display: none;
}
.underline {
/* text-decoration: underline; */
border-bottom: 5px solid currentColor;
}
.correct_5px_down {
position: relative; top: 2px ;
}
#nav-toggle-state {
display: none;
}
#nav-toggle-state:checked ~ .nav-menu {
display: block;
}
#navbar-top {
height: 70px;
z-index:10;
}
#navbar-filters {
height: 30px;
top: 70px;
z-index: 5 ;
}
#navbarFilters {
padding-left:175px;
}
.skip-navbar {
padding-top: 70px;
}
.skip-navbar-search {
padding-top : 135px ;
/* position: fixed ;
top : 130px ; */
}
.button {
border-radius: 10 px ;
height: 100 px;
}
.navbar {
border-bottom: 1px solid;
border-bottom-color: #d9d9d9 ;
}
#navbar-logo {
max-height:45px ! important ;
}
.navbar-item-filter {
padding : 0.5rem ;
}
/* .fullwidth-navbar-item{
width : 100% ! important;
} */
.a_big {
color : black ;
}
/* INPUTS */
.input-navbar{
border-top : 0px transparent;
border-right: 0px transparent;
border-left : 0px transparent;
box-shadow : none;
}
.tagsinput {
border : none ;
box-shadow: none ;
}
div.select {
height: 100% !important ;
}
/* */
.tab {
text-indent:40px
}
.is-vcentered {
display: flex;
align-items: center;
}
/* FILTERS */
.navbar-dropdown {
/* height: 100%; */
max-height: 500px;
overflow-x: hidden;
overflow-y: auto;
}
/* USER-RESULTS */
#user-results-top{
margin-top: -15px;
}
/* LINKS */
.button.is-text {
text-decoration: none ;
}
/* IMAGES */
.img-cis-full-width {
width : cover;
}
.img-cis-mini {
max-width : 120px;
}
.img-cis-logo-mini {
display : block;
/* height : 60px ; */
max-width : 90px;
max-height : 60px;
/* max-width : 90px; */
/* object-fit : contain ; */
width : auto;
height : auto;
display : inline-block;
margin : 25px ;
}
/* cf : https://codepen.io/jahid-webdev/pen/JRPvBj */
.img-cis-logo-partner{
/* filter: url(filters.svg#grayscale); Firefox 3.5+ */
filter : gray; /* IE5+ */
-webkit-filter : grayscale(1); /* Webkit Nightlies & Chrome Canary */
-webkit-transition : all .2s ease-in-out;
}
.img-cis-logo-partner:hover {
filter: none;
-webkit-filter : grayscale(0);
-webkit-transform : scale(1.5);
}
.avatar img {
padding: 2px;
border-radius : 50% ;
}
.proj-card-img {
border-radius : 3px 3px 0px 0px ;
}
.proj-card {
border-radius: 3px ;
box-shadow : 5px 5px 9px rgba(10, 10, 10, 0.1), 0 0 0 0px rgba(10, 10, 10, 0.1) ;
}
/* FEEDBACKS */
#btn-feedbacks {
position: fixed;
margin : 0px 25px ;
bottom: -4px;
right: 0px;
z-index : 30;
border: 1px solid ;
border-color : #d9d9d9 ;
}
/* videos medias iframe */
.iframe-container {
/* position : relative ; */
height: 100%;
}
iframe{
position:absolute;
/* width:100%; */
width: 1px;
min-width: 100%;
/* *width: 100%; */
height:100%;
min-height: 100%;
/* *height : 100% ; */
display : block ;
}
/* .vid-border{
position: relative;
height: 480px;
width: 854px;
border: 1px solid ;
border-color : grey;
overflow: hidden;
} */
#video-landing {
/* position: absolute;
top:-5px;
left:-5px;
height: 480px;
width: 854px; */
max-height : 400px ;
border: 1px solid ;
border-color : #d9d9d9 ;
}
/* .logo-row {
height: 70px ;
} */
/* #landing-form {
padding-top: 52px;
} */
/* main sections and elements in search */
#user-search-section {
background-color: #d9d9d9 ;
}
#btns-switch-level {
margin-right: 0px ;
}
.notification {
padding : 0.75rem 2.5rem 0.75rem 1.5rem ;
}
.notification-results {
padding : 0.25rem 1.5rem 0.5rem 1.0rem
} | 0.242206 | 0.067948 |
.bar {
fill: steelblue;
}
body {
margin: 0px auto;
}
h3 {
font-weight: 600;
font-size: 17px;
}
h5 {
font-weight: 500;
font-size: 15px;
}
.headings {
padding-left: 75px;
}
.header {
z-index: 10;
}
.center {
text-align: center;
}
.nested {
display: flex;
justify-content: center;
text-align: center;
}
.links {
position: absolute;
}
.links line {
stroke: grey;
}
.node {
width: 20px;
height: 20px;
border-radius: 10px;
background-color: black;
position: absolute;
z-index: 0;
}
.node-group {
width: 30px;
height: 30px;
border: 5px solid #555;
border-radius: 20px;
}
.node-tooltip {
position: absolute;
background-color: white;
max-width: 200px;
height: auto;
padding: 1px;
border-style: solid;
border-radius: 4px;
border-width: 1px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
pointer-events: none;
opacity: 0;
}
.centralbank {
background-color: #40e0d0;
}
.household {
background-color: #a52a2a;
}
.firm {
background-color: #008000;
}
.bank {
background-color: #ff8c00;
}
.lsp {
background-color: #800080;
}
.tooltip {
position: absolute;
background-color: lightgrey;
padding: 10px;
}
.node-info {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-weight: 300;
line-height: 1em;
color: rgba(0, 0, 0, 0.87);
font-size: 0.875rem;
word-wrap: break-word;
-webkit-tap-highlight-color: transparent;
letter-spacing: normal !important;
-webkit-font-smoothing: antialiased;
flex: 1 1 auto;
padding: 10px;
position: relative;
-webkit-box-flex: 1;
margin-top: 0px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.node text {
pointer-events: none;
font-size: 11px;
font-weight: 200;
fill: #7d7d7d;
}
.table > tbody > tr > td {
pointer-events: none;
font-size: 11px;
font-weight: 200;
fill: #999;
border-top: 2px solid white;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.bold {
font-size: 18px;
font-weight: 700;
}
.link {
fill: none;
stroke: #000;
stroke-opacity: 0.15;
}
.link:hover {
stroke-opacity: 0.5;
}
.chart-info {
padding-top: 5px;
height: 50px;
color: #636363;
font-size: large;
}
.node .highlight {
opacity: 0.9;
}
.node rect {
opacity: 0.7;
}
.headings {
font-size: 22px;
font-weight: 200;
padding-top: 5px;
}
.explanation {
font-size: 14px;
font-weight: 200;
}
#dropdown {
display: inline-block;
}
.yearTxt {
line-height: 2.9em;
display: inline-block;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 4px;
line-height: 1.42857143;
vertical-align: middle;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 650px) {
.table {
max-width: 100%;
margin-left: 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 2px;
line-height: 1.42857143;
vertical-align: middle;
}
.chart-info {
padding-top: 5px;
height: 30px;
color: #636363;
}
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 650px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 650px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 650px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 650px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
.hidden {
display: none !important;
visibility: hidden !important;
}
@media (max-width: 650px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 650px) and (max-width: 938px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 939px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.footnote {
padding-bottom: 10px;
font-size: 11px;
}
.footnote2 {
padding-top: 5px;
} | src/assets/css/charts.css | .bar {
fill: steelblue;
}
body {
margin: 0px auto;
}
h3 {
font-weight: 600;
font-size: 17px;
}
h5 {
font-weight: 500;
font-size: 15px;
}
.headings {
padding-left: 75px;
}
.header {
z-index: 10;
}
.center {
text-align: center;
}
.nested {
display: flex;
justify-content: center;
text-align: center;
}
.links {
position: absolute;
}
.links line {
stroke: grey;
}
.node {
width: 20px;
height: 20px;
border-radius: 10px;
background-color: black;
position: absolute;
z-index: 0;
}
.node-group {
width: 30px;
height: 30px;
border: 5px solid #555;
border-radius: 20px;
}
.node-tooltip {
position: absolute;
background-color: white;
max-width: 200px;
height: auto;
padding: 1px;
border-style: solid;
border-radius: 4px;
border-width: 1px;
box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
pointer-events: none;
opacity: 0;
}
.centralbank {
background-color: #40e0d0;
}
.household {
background-color: #a52a2a;
}
.firm {
background-color: #008000;
}
.bank {
background-color: #ff8c00;
}
.lsp {
background-color: #800080;
}
.tooltip {
position: absolute;
background-color: lightgrey;
padding: 10px;
}
.node-info {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
font-weight: 300;
line-height: 1em;
color: rgba(0, 0, 0, 0.87);
font-size: 0.875rem;
word-wrap: break-word;
-webkit-tap-highlight-color: transparent;
letter-spacing: normal !important;
-webkit-font-smoothing: antialiased;
flex: 1 1 auto;
padding: 10px;
position: relative;
-webkit-box-flex: 1;
margin-top: 0px;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
content: " ";
display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
clear: both;
}
.node text {
pointer-events: none;
font-size: 11px;
font-weight: 200;
fill: #7d7d7d;
}
.table > tbody > tr > td {
pointer-events: none;
font-size: 11px;
font-weight: 200;
fill: #999;
border-top: 2px solid white;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.bold {
font-size: 18px;
font-weight: 700;
}
.link {
fill: none;
stroke: #000;
stroke-opacity: 0.15;
}
.link:hover {
stroke-opacity: 0.5;
}
.chart-info {
padding-top: 5px;
height: 50px;
color: #636363;
font-size: large;
}
.node .highlight {
opacity: 0.9;
}
.node rect {
opacity: 0.7;
}
.headings {
font-size: 22px;
font-weight: 200;
padding-top: 5px;
}
.explanation {
font-size: 14px;
font-weight: 200;
}
#dropdown {
display: inline-block;
}
.yearTxt {
line-height: 2.9em;
display: inline-block;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 4px;
line-height: 1.42857143;
vertical-align: middle;
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 0px;
padding-right: 0px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 0px;
padding-right: 0px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-pull-11 {
right: 91.66666667%;
}
.col-xs-pull-10 {
right: 83.33333333%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-8 {
right: 66.66666667%;
}
.col-xs-pull-7 {
right: 58.33333333%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-5 {
right: 41.66666667%;
}
.col-xs-pull-4 {
right: 33.33333333%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-2 {
right: 16.66666667%;
}
.col-xs-pull-1 {
right: 8.33333333%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-push-11 {
left: 91.66666667%;
}
.col-xs-push-10 {
left: 83.33333333%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-8 {
left: 66.66666667%;
}
.col-xs-push-7 {
left: 58.33333333%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-5 {
left: 41.66666667%;
}
.col-xs-push-4 {
left: 33.33333333%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-2 {
left: 16.66666667%;
}
.col-xs-push-1 {
left: 8.33333333%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-offset-12 {
margin-left: 100%;
}
.col-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 650px) {
.table {
max-width: 100%;
margin-left: 10px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
padding: 2px;
line-height: 1.42857143;
vertical-align: middle;
}
.chart-info {
padding-top: 5px;
height: 30px;
color: #636363;
}
.col-sm-1,
.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-sm-10,
.col-sm-11,
.col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-pull-11 {
right: 91.66666667%;
}
.col-sm-pull-10 {
right: 83.33333333%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-8 {
right: 66.66666667%;
}
.col-sm-pull-7 {
right: 58.33333333%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-5 {
right: 41.66666667%;
}
.col-sm-pull-4 {
right: 33.33333333%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-2 {
right: 16.66666667%;
}
.col-sm-pull-1 {
right: 8.33333333%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-push-11 {
left: 91.66666667%;
}
.col-sm-push-10 {
left: 83.33333333%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-8 {
left: 66.66666667%;
}
.col-sm-push-7 {
left: 58.33333333%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-5 {
left: 41.66666667%;
}
.col-sm-push-4 {
left: 33.33333333%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-2 {
left: 16.66666667%;
}
.col-sm-push-1 {
left: 8.33333333%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-offset-12 {
margin-left: 100%;
}
.col-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 650px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 650px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 650px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 650px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
.hidden {
display: none !important;
visibility: hidden !important;
}
@media (max-width: 650px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 650px) and (max-width: 938px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 939px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.footnote {
padding-bottom: 10px;
font-size: 11px;
}
.footnote2 {
padding-top: 5px;
} | 0.522446 | 0.119485 |
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
margin: 0px;
padding: 0px;
list-style: none;
}
body{
font-family: "Open Sans";
}
img {
max-width: 100%;
}
a {
text-decoration: none;
outline: none;
color: #444;
}
a:hover {
color: #444;
}
ul {
margin-bottom: 0;
padding-left: 0;
}
ol,ul{
margin:0px;
padding:0px;
}
a:hover,
a:focus,
input,
textarea {
text-decoration: none;
outline: none;
}
._form_05{
background:url(../images/bg-05.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
padding:40px 0px;
position:relative;
display:flex;
align-items:center;
height:100vh;
z-index:2;
overflow:hidden;
}
._form_05::before {
position: absolute;
content: "";
background:rgba(0,0,0,0.9);
height: 100%;
width: 100%;
left: 0;
z-index:1;
top: 0px;
}
._form-05-box{
width:700px;
max-width:100%;
position:relative;
display:block;
margin:20px auto;
background:rgba(255,255,255,1);
border-radius:6px;
z-index:3;
}
.form-05-box-a{
padding:40px 30px;
background-color:rgba(38, 43, 72, 1);
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
._mn_df{
padding:40px 20px;
background:#fff;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
padding-right: 45px;
}
._form_05_logo,._form_05_socialmedia,.main-head{
margin:20px 0px;
display:inline-block;
width:100%;
text-align:center;
text-align: center;
}
._form_05_logo h2{
font-size:20px;
font-weight:400;
letter-spacing:0.5px;
color:#fff;
text-transform:uppercase;
}
._form_05_logo p{
color: #fff;
line-height: 22px;
text-align: left;
margin: 30px 0 0 0;
text-align: center;
font-size: .9rem;
}
._lk_nb{
display:flex;
}
._form_05_socialmedia ol li{
display:block;
width:100%;
cursor:pointer;
padding:10px 5px 10px 35px;
background:#3b5998;
color:#fff;
font-family: "Open Sans";
font-size:13px;
text-align:left;
position:relative;
border-radius:2px;
margin:10px 0 0 0;
}
._form_05_socialmedia ol li:nth-child(2){
background:#00aced;
}
._form_05_socialmedia ol li:nth-child(3){
background:#c32f10;
}
._form_05_socialmedia ol li i{
position: absolute;
color:#fff;
font-size:15px;
left: 10px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
top: 0;
}
.main-head h2{
font-size:18px;
color:#000;
}
.form-group{
padding:20px 0px;
display:inline-block;
width:100%;
position:relative;
}
.form-check-label,.form-group a{
font-size:15px;
}
.form-group p{
margin:0px;
font-size: .9rem;
}
.form-control{
min-height:45px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 15px;
}
.checkbox{
display:flex;
justify-content:space-around;
}
._btn_04 {
display: inline-block;
width: 100%;
padding: 12px 0px;
background: #01cc66;
border-radius:5px;
text-align: center;
font-size: 16px;
color: #fff;
}
._btn_04 a{
font-size:15px;
color:#fff;
}
@media screen and (max-width: 767px){
._form_05{
height: auto;
}
._mn_df{
padding-right: 20px;
}
} | reg/account/assets/css/style.css | @import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
margin: 0px;
padding: 0px;
list-style: none;
}
body{
font-family: "Open Sans";
}
img {
max-width: 100%;
}
a {
text-decoration: none;
outline: none;
color: #444;
}
a:hover {
color: #444;
}
ul {
margin-bottom: 0;
padding-left: 0;
}
ol,ul{
margin:0px;
padding:0px;
}
a:hover,
a:focus,
input,
textarea {
text-decoration: none;
outline: none;
}
._form_05{
background:url(../images/bg-05.jpg);
background-size:cover;
background-repeat:no-repeat;
background-position:center;
padding:40px 0px;
position:relative;
display:flex;
align-items:center;
height:100vh;
z-index:2;
overflow:hidden;
}
._form_05::before {
position: absolute;
content: "";
background:rgba(0,0,0,0.9);
height: 100%;
width: 100%;
left: 0;
z-index:1;
top: 0px;
}
._form-05-box{
width:700px;
max-width:100%;
position:relative;
display:block;
margin:20px auto;
background:rgba(255,255,255,1);
border-radius:6px;
z-index:3;
}
.form-05-box-a{
padding:40px 30px;
background-color:rgba(38, 43, 72, 1);
border-top-left-radius: 6px;
border-bottom-left-radius: 6px;
}
._mn_df{
padding:40px 20px;
background:#fff;
border-top-right-radius:6px;
border-bottom-right-radius:6px;
padding-right: 45px;
}
._form_05_logo,._form_05_socialmedia,.main-head{
margin:20px 0px;
display:inline-block;
width:100%;
text-align:center;
text-align: center;
}
._form_05_logo h2{
font-size:20px;
font-weight:400;
letter-spacing:0.5px;
color:#fff;
text-transform:uppercase;
}
._form_05_logo p{
color: #fff;
line-height: 22px;
text-align: left;
margin: 30px 0 0 0;
text-align: center;
font-size: .9rem;
}
._lk_nb{
display:flex;
}
._form_05_socialmedia ol li{
display:block;
width:100%;
cursor:pointer;
padding:10px 5px 10px 35px;
background:#3b5998;
color:#fff;
font-family: "Open Sans";
font-size:13px;
text-align:left;
position:relative;
border-radius:2px;
margin:10px 0 0 0;
}
._form_05_socialmedia ol li:nth-child(2){
background:#00aced;
}
._form_05_socialmedia ol li:nth-child(3){
background:#c32f10;
}
._form_05_socialmedia ol li i{
position: absolute;
color:#fff;
font-size:15px;
left: 10px;
display: flex;
align-items: center;
justify-content: center;
height: 100%;
top: 0;
}
.main-head h2{
font-size:18px;
color:#000;
}
.form-group{
padding:20px 0px;
display:inline-block;
width:100%;
position:relative;
}
.form-check-label,.form-group a{
font-size:15px;
}
.form-group p{
margin:0px;
font-size: .9rem;
}
.form-control{
min-height:45px;
-webkit-box-shadow: none;
box-shadow: none;
padding: 10px 15px;
}
.checkbox{
display:flex;
justify-content:space-around;
}
._btn_04 {
display: inline-block;
width: 100%;
padding: 12px 0px;
background: #01cc66;
border-radius:5px;
text-align: center;
font-size: 16px;
color: #fff;
}
._btn_04 a{
font-size:15px;
color:#fff;
}
@media screen and (max-width: 767px){
._form_05{
height: auto;
}
._mn_df{
padding-right: 20px;
}
} | 0.272121 | 0.083591 |
.logged-in header.sticky {
margin-top: 32px;
}
.logged-in main {
}
/* Main site layout */
header.sticky {
position: fixed;
top: 0;
z-index: 10;
}
header {
width: 100%;
}
main {
margin-top: 160px;
}
/* Main nav height items */
nav {
height: 80px;
width: 100%; /* 1920 */
}
.nav-wrapper {
justify-content: space-between;
padding: 25px 3%; /* 50/1920 */
}
.navbar-brand {
width: 13%; /* 230 / 1920 */
text-align: left;
}
.menu-primary-container ul {
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
.menu-primary-container li {
margin-left: 2.5%;
margin-right: 2.5%;
}
.nav-links {
width: 40%; /* 700 / 1920 */
}
.nav-donate {
width: 10%; /* 180px / 1920 */
text-align: right;
}
.nav-donate .button-wrapper {
width: 100%;
}
.nav-logo a {
display: block;
}
.nav-logo img {
width: calc(80px - 1rem);
height: auto;
}
.site-announcement {
height: 80px;
align-items: center;
width: 100%;
display: flex;
align-items: center;
position: relative;
}
.site-announcement:before {
top: -2px;
}
.site-announcement:after {
top: 100%;
}
.site-announcement:before,
.site-announcement:after {
height: 2px;
position: absolute;
width: 100%;
display: block;
content: "";
background: #989898;
z-index: 5;
}
.site-announcement p {
padding-left: 50px;
margin-bottom: 0;
}
/* Reusable Components */
.divider {
position: relative;
height: 20px; /* this may be em based */
width: 100%;
}
.divider:before,
.divider:after {
height: 5px;
position: absolute;
width: 100%;
display: block;
content: "";
background: #989898;
z-index: 5;
}
.divider:before {
top: -5px;
}
.divider:after {
top: 100%;
}
ul {
list-style-type: none;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.button-wrapper {
text-align: center;
}
.slick-dots li button:before {
font-size: 1rem;
}
.slick-dots ul {
margin-top: 30px;
margin-bottom: 30px;
}
.slider-wrapper {
margin: 0 45px;
position: relative;
}
/* ---------------- Homepage -------------------- */
section {
width: 100%;
position: relative;
display: flex;
}
.hero {
height: 670px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.hero .content,
.hero .contact-form {
/* centered within hero container vertically */
height: 500px;
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero .content {
width: 35%; /* 675px 675/1920 */
left: 10.4%; /* 200/1920 */
}
.hero p {
margin-top: 50px;
}
.hero .contact-form {
width: 25%; /* 475/1920 */
right: 17%; /* 325px/1920 */
}
/* Action network area */
section.action-network {
height: 870px;
position: relative;
flex-direction: column;
}
.action-network .header {
height: 190px;
width: 100%;
}
.action-network .header .title {
margin-top: 50px;
margin-left: 10.142%; /* 200px; */
width: 28.65%; /* 550px; */
}
.action-network .interface {
padding: 30px 1.3%; /* 25/1920 - edge padding may be the grid gutter */
}
.action-network .map {
width: 100%;
}
/* CTA blocks */
section.cta {
height: 715px;
flex-direction: row;
}
section.cta .cta-image {
width: 50%;
}
section.cta .content-wrapper {
width: 50%;
}
section.cta .content {
margin-left: 100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
height: 100%;
padding: 40px 50px 80px;
}
.content-wrapper ul {
margin-bottom: 15px; /*All other elements have 40px padding, handled by flex */
padding-left: 0;
}
section.cta .content-wrapper li {
margin-bottom: 20px;
}
section.cta .content-wrapper li i {
margin-right: 10px;
}
/* Twitter Feed */
section.feed {
height: 675px;
padding-top: 100px;
padding-bottom: 100px;
flex-direction: column;
align-items: flex-start;
justify-content: center;
overflow: hidden;
}
.feed > .title {
margin-left: 200px;
margin-bottom: 50px;
}
.feed .slider-wrapper {
position: relative;
width: 90%;
margin: auto;
}
.feed .tweet-slider {
width: 100%;
}
.tweet-slider .tweet-card {
padding: 50px 20px 10px;
/* width: 25%; */
height: 375px;
border: 1px solid lightblue;
border-left-width: 8px;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
}
.twee-slider .slick-dots {
margin-top: 40px;
}
.tweet-slider .indicator {
/* width: 5%; */
font-size: 4rem;
}
.tweet-slider .details {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.tweet-card-wrapper {
margin: 0 20px;
}
/* Action Slider */
section.action {
height: 800px;
padding: 40px auto;
}
.action .slider {
width: 100%;
position: relative;
}
.action .background {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.action .content {
padding: 100px 40px;
height: 590px;
width: 600px;
margin-top: 70px;
margin-bottom: 70px;
margin-left: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.action .title {
padding: 50px;
}
.action .button-wrapper {
margin: 80px auto 50px;
width: 225px;
}
footer {
height: 980px;
padding-top: 130px;
padding-bottom: 130px;
}
footer .content-wrapper {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 100%;
}
footer .content-wrapper > p {
width: 40%;
}
footer .links {
display: flex;
align-items: flex-start;
justify-content: space-around;
width: 60%;
}
footer .links .list-header {
text-transform: uppercase;
}
footer .sm-icons ul {
display: flex;
align-items: center;
justify-content: space-around;
}
footer .sm-icons li {
margin: 8%;
}
footer .legal {
width: 20%;
}
footer .legal > * {
display: flex;
justify-content: space-between;
} | reference/pfa-theme.old/public/theme/pfa-theme/css/layout.css | .logged-in header.sticky {
margin-top: 32px;
}
.logged-in main {
}
/* Main site layout */
header.sticky {
position: fixed;
top: 0;
z-index: 10;
}
header {
width: 100%;
}
main {
margin-top: 160px;
}
/* Main nav height items */
nav {
height: 80px;
width: 100%; /* 1920 */
}
.nav-wrapper {
justify-content: space-between;
padding: 25px 3%; /* 50/1920 */
}
.navbar-brand {
width: 13%; /* 230 / 1920 */
text-align: left;
}
.menu-primary-container ul {
width: 100%;
display: flex;
justify-content: center;
position: relative;
}
.menu-primary-container li {
margin-left: 2.5%;
margin-right: 2.5%;
}
.nav-links {
width: 40%; /* 700 / 1920 */
}
.nav-donate {
width: 10%; /* 180px / 1920 */
text-align: right;
}
.nav-donate .button-wrapper {
width: 100%;
}
.nav-logo a {
display: block;
}
.nav-logo img {
width: calc(80px - 1rem);
height: auto;
}
.site-announcement {
height: 80px;
align-items: center;
width: 100%;
display: flex;
align-items: center;
position: relative;
}
.site-announcement:before {
top: -2px;
}
.site-announcement:after {
top: 100%;
}
.site-announcement:before,
.site-announcement:after {
height: 2px;
position: absolute;
width: 100%;
display: block;
content: "";
background: #989898;
z-index: 5;
}
.site-announcement p {
padding-left: 50px;
margin-bottom: 0;
}
/* Reusable Components */
.divider {
position: relative;
height: 20px; /* this may be em based */
width: 100%;
}
.divider:before,
.divider:after {
height: 5px;
position: absolute;
width: 100%;
display: block;
content: "";
background: #989898;
z-index: 5;
}
.divider:before {
top: -5px;
}
.divider:after {
top: 100%;
}
ul {
list-style-type: none;
}
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
.button-wrapper {
text-align: center;
}
.slick-dots li button:before {
font-size: 1rem;
}
.slick-dots ul {
margin-top: 30px;
margin-bottom: 30px;
}
.slider-wrapper {
margin: 0 45px;
position: relative;
}
/* ---------------- Homepage -------------------- */
section {
width: 100%;
position: relative;
display: flex;
}
.hero {
height: 670px;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.hero .content,
.hero .contact-form {
/* centered within hero container vertically */
height: 500px;
position: absolute;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.hero .content {
width: 35%; /* 675px 675/1920 */
left: 10.4%; /* 200/1920 */
}
.hero p {
margin-top: 50px;
}
.hero .contact-form {
width: 25%; /* 475/1920 */
right: 17%; /* 325px/1920 */
}
/* Action network area */
section.action-network {
height: 870px;
position: relative;
flex-direction: column;
}
.action-network .header {
height: 190px;
width: 100%;
}
.action-network .header .title {
margin-top: 50px;
margin-left: 10.142%; /* 200px; */
width: 28.65%; /* 550px; */
}
.action-network .interface {
padding: 30px 1.3%; /* 25/1920 - edge padding may be the grid gutter */
}
.action-network .map {
width: 100%;
}
/* CTA blocks */
section.cta {
height: 715px;
flex-direction: row;
}
section.cta .cta-image {
width: 50%;
}
section.cta .content-wrapper {
width: 50%;
}
section.cta .content {
margin-left: 100px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
height: 100%;
padding: 40px 50px 80px;
}
.content-wrapper ul {
margin-bottom: 15px; /*All other elements have 40px padding, handled by flex */
padding-left: 0;
}
section.cta .content-wrapper li {
margin-bottom: 20px;
}
section.cta .content-wrapper li i {
margin-right: 10px;
}
/* Twitter Feed */
section.feed {
height: 675px;
padding-top: 100px;
padding-bottom: 100px;
flex-direction: column;
align-items: flex-start;
justify-content: center;
overflow: hidden;
}
.feed > .title {
margin-left: 200px;
margin-bottom: 50px;
}
.feed .slider-wrapper {
position: relative;
width: 90%;
margin: auto;
}
.feed .tweet-slider {
width: 100%;
}
.tweet-slider .tweet-card {
padding: 50px 20px 10px;
/* width: 25%; */
height: 375px;
border: 1px solid lightblue;
border-left-width: 8px;
border-radius: 5px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: space-between;
}
.twee-slider .slick-dots {
margin-top: 40px;
}
.tweet-slider .indicator {
/* width: 5%; */
font-size: 4rem;
}
.tweet-slider .details {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
}
.tweet-card-wrapper {
margin: 0 20px;
}
/* Action Slider */
section.action {
height: 800px;
padding: 40px auto;
}
.action .slider {
width: 100%;
position: relative;
}
.action .background {
width: 100%;
height: 100%;
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
}
.action .content {
padding: 100px 40px;
height: 590px;
width: 600px;
margin-top: 70px;
margin-bottom: 70px;
margin-left: 100px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;
}
.action .title {
padding: 50px;
}
.action .button-wrapper {
margin: 80px auto 50px;
width: 225px;
}
footer {
height: 980px;
padding-top: 130px;
padding-bottom: 130px;
}
footer .content-wrapper {
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 100%;
}
footer .content-wrapper > p {
width: 40%;
}
footer .links {
display: flex;
align-items: flex-start;
justify-content: space-around;
width: 60%;
}
footer .links .list-header {
text-transform: uppercase;
}
footer .sm-icons ul {
display: flex;
align-items: center;
justify-content: space-around;
}
footer .sm-icons li {
margin: 8%;
}
footer .legal {
width: 20%;
}
footer .legal > * {
display: flex;
justify-content: space-between;
} | 0.342462 | 0.051797 |
body
{
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #192231;
}
body a
{
text-decoration: none;
color: #e3a436;
transition: color .2s linear;
}
body a:hover
{
color: #ee87a4;
}
.pre-loader
{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
background-color: #192231;
color:#FFFFFF;
}
.pre-loader td
{
text-align: center;
vertical-align: middle;
}
.pre-loader img
{
width: 200px;
height: 200px;
}
.content-0000
{
width: 1170px;
}
.content-0000 img
{
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.full-width
{
line-height: 0;
}
/* TOP MENU */
.menu-wrapper
{
transition: background-color .2s linear;
z-index: 99 !important;
background-color: #494E6B;
width: 100% !important;
top: 0;
position: fixed;
}
#header-main-menu
{
max-width: 1170px;
margin: 0 auto;
text-align: center;
}
.main-menu.sm-clean
{
background-color: transparent;
}
.main-menu.sm-clean a
{
font-size: 13px;
line-height: 40px;
color: #fff;
font-weight: 400;
transition: color .2s linear;
text-transform: uppercase;
letter-spacing: 0.03cm;
}
.main-menu.sm-clean .sub-menu a
{
font-size: 11px;
line-height: 20px;
}
.sm-clean .current_page_item a
{
color: #fff !important;
}
.main-menu.sm-clean a:hover
{
color: #fff !important;
}
.sm-clean li.active a
{
color: #fff !important;
}
.mob-menu
{
display: none;
font-weight: 700;
font-size: 30px;
padding-top: 15px;
padding-bottom: 15px;
transition: color .2s linear;
color: #fff;
}
/* END TOP MENU */
/* GENERAL SECTION */
.section
{
position: relative;
z-index: 1;
}
.section-num
{
overflow: hidden;
margin-top: 40px;
}
.section-title-holder
{
background-color: #32DB8A;
width: 370px;
height: 370px;
z-index: 2;
}
.section-num span
{
margin-left: -64px;
color: #55B286;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 180px;
line-height: 100%;
letter-spacing: -5px;
}
.section-title-holder h2
{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 109px;
width: 245px;
word-break: break-all;
line-height: 83px;
margin-top: 10px;
color: white;
margin-left: 115px;
text-transform: uppercase;
letter-spacing: -3px;
padding: 0;
}
.section-content-holder
{
background: #fff;
width: 800px;
padding: 60px 0;
}
.section-content-holder .content-wrapper
{
padding: 0 60px;
}
.section-content-holder.right
{
margin-left: 370px;
}
.section-content-holder.left
{
margin-top: 370px;
}
.section-content-holder .content-title-holder
{
overflow: hidden;
height: 100px;
margin-top: -60px;
padding-bottom: 50px;
}
.section-content-holder .content-title
{
font-family: 'Montserrat';
font-weight: 700;
text-align: center;
font-size: 180px;
line-height: 100%;
text-transform: uppercase;
margin-top: -75px;
color: #221c5a;
}
.extra-content-left
{
width: 800px;
color: #fff;
padding: 100px 0;
}
.extra-content-right
{
width: 800px;
margin-left: 370px;
color: #fff;
padding: 100px 0;
}
.extra-content-full-width
{
padding: 100px 0;
}
.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width
{
padding-bottom: 0;
}
/* END GENERAL SECTION */
/* HOME SECTION */
.intro-page
{
padding-bottom: 170px;
min-height: calc(100vh - 170px);
/*background-color: #221c5a; */
background-color:#192231;
background-repeat: repeat;
background-position: center top;
background-size: cover;
z-index: 10;
}
.top-logo
{
width: 100% !important;
padding-top: 10px;
}
h1.big-title
{
font-family: 'Montserrat', sans-serif;
font-size: 56px;
font-weight: 700;
line-height: 100%;
padding-top: 20px;
color: #fff;
letter-spacing: -1px;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.big-title span
{
display: block;
}
.title-desc
{
font-family: 'PT Serif', serif;
font-size: 22px;
line-height: 26px;
max-width: 450px;
margin: 0 auto;
color: #fff;
}
.about-page
{
text-align: justify;
font-family: 'PT Serif', serif;
font-size: 22px;
line-height: 26px;
max-width: 60%;
margin: 0 auto;
color: #fff;
}
.page-template-page-home .intro-page footer
{
position: absolute;
bottom: 0;
width: 100%;
}
/* END HOME SECTION */
/* FOOTER */
footer
{
background-color: #494E6B;
}
.footer
{
font-size: 16px;
line-height: 36px;
clear: both;
color: #FFFFFF;
text-align: center;
padding: 10px 0;
}
.footer-left, .footer-right
{
width: 810px;
}
.footer-right
{
margin-left: 370px;
}
.footer a
{
color: #ffffff;
}
.social-footer a
{
margin: 0 10px;
font-size: 20px;
}
/* END FOOTER */
/* RESPONSIVE PART */
@media screen and (max-width: 1270px) {
.content-0000
{
width: 960px;
}
.one_half
{
margin-right: 8%;
float: left;
position: relative;
margin-bottom: 37px;
}
.one_half
{
width: 46%;
}
.section-title-holder
{
width: 250px;
height: 250px;
}
.section-num
{
margin-top: 20px;
}
.section-num span
{
margin-left: -35px;
font-size: 100px;
}
.section-title-holder h2
{
font-size: 80px;
width: 177px;
line-height: 66px;
margin-top: 25px;
margin-left: 75px;
}
.section-content-holder.right
{
margin-left: 250px;
}
.section-content-holder.left
{
margin-top: 250px;
}
.section-content-holder
{
width: 710px;
}
.extra-content-left, .extra-content-right
{
width: 710px;
}
.extra-content-right
{
margin-left: 250px;
}
.service-holder
{
width: 290px;
}
.grid-item.p_one, .grid
{
width: 710px;
}
.grid-sizer, .grid-item, .grid-item.p_one_half
{
width: 355px;
}
.section-content-holder .content-title
{
font-size: 140px;
margin-top: -56px;
}
.member-content-holder
{
width: 275px;
padding: 50px;
}
.member-image-holder
{
width: 335px;
}
.image-slider-wrapper.team .image_slider_next
{
right: 260px;
}
.blog-item-holder .entry-title
{
width: 240px;
}
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1020px) {
.content-0000
{
width: 100%;
}
.extra-content-left, .extra-content-right
{
width: 100%;
margin-left: 0;
}
.one_half
{
width: 100%;
float: none;
margin-right: 0;
margin-left: 0;
}
.image-slider-wrapper.service a.image_slider_next
{
top: -89px;
right: 0;
}
.section
{
padding-bottom: 150px;
}
.section-content-holder.right
{
margin-left: 0;
}
.section-content-holder.left
{
margin-top: 0;
}
.section-num
{
display: inline-block;
margin-top: 10px;
}
.section-num span
{
font-size: 50px;
margin-left: -15px;
}
.section-title-holder
{
width: 100%;
height: auto;
position: relative !important;
top: 0 !important;
}
.section-title-holder h2
{
display: inline-block;
width: auto;
margin: 0;
vertical-align: top;
margin-top: 10px;
font-size: 50px;
line-height: 100%;
}
.section-content-holder
{
width: 100%;
padding: 30px 0;
}
.section-content-holder .content-wrapper
{
padding: 0 5%;
}
.service-holder
{
width: 100%;
display: block;
}
.service-content-holder
{
width: 100%;
width: calc(100% - 75px);
margin-bottom: 30px;
}
.grid-item.p_one, .grid
{
width: 100%;
}
.grid-sizer, .grid-item, .grid-item.p_one_half
{
width: 50%;
}
.member-content-holder
{
width: 40%;
padding: 10% 5% 5% 5%;
}
.member-image-holder
{
width: 50%;
}
.image-slider-wrapper.team .image_slider_next
{
right: 40%;
}
.blog-item-holder .entry-title
{
width: 100%;
display: block;
padding-top: 20px;
}
.blog-item-holder .info
{
width: auto;
}
.section-content-holder .content-title-holder
{
overflow: visible;
height: auto;
margin: 0;
padding: 0;
}
.section-content-holder .content-title
{
font-size: 19vw;
margin-top: 0;
}
.testimonial-slider-holder
{
width: 90%;
padding-left: 5%;
}
}
@media screen and (min-width: 925px) {
.main-menu
{
display: block !important;
}
}
@media screen and (max-width: 925px) {
.intro-page
{
min-height: 0;
}
.section
{
position: static !important;
z-index: 0 !important;
}
h1.big-title
{
font-size: 40px;
padding-top: 0;
}
h1.big-title span
{
display: inline;
}
.title-desc
{
font-size: 19px;
line-height: 23px;
}
.about-page
{
font-size: 19px;
line-height: 23px;
}
.mob-menu
{
display: block;
}
.mob-menu:hover
{
cursor: pointer;
}
.main-menu
{
float: none;
margin: 0 auto;
text-align: center;
max-width: 300px;
width: 100%;
position: relative;
z-index: 9999;
display: none;
}
.main-menu ul
{
width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
{
padding-right: 0;
padding-left: 0;
}
.main-menu.sm-clean a
{
line-height: 24px;
}
.main-menu.sm-clean .sub-menu a
{
font-size: 16px;
line-height: 25px;
text-align: center;
}
}
@media screen and (max-width: 805px) {
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, p.custom-field-class, #commentform #email, #commentform #author, #commentform #comment
{
width: 100% !important;
}
}
@media screen and (max-width: 650px) {
.member-content-holder
{
width: 90%;
float: none;
}
.member-image-holder
{
width: 100%;
float: none;
}
.image-slider-wrapper.team .image_slider_next
{
right: auto;
left: 30px;
}
}
@media screen and (max-width: 350px) {
.section-num
{
margin-top: 9px;
}
.section-num span
{
font-size: 35px;
margin-left: -10px;
}
.section-title-holder h2
{
margin-top: 9px;
font-size: 35px;
}
.image-slider-wrapper.service a.image_slider_next
{
top: -84px;
}
} | public/style.css | body
{
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #192231;
}
body a
{
text-decoration: none;
color: #e3a436;
transition: color .2s linear;
}
body a:hover
{
color: #ee87a4;
}
.pre-loader
{
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 99999;
background-color: #192231;
color:#FFFFFF;
}
.pre-loader td
{
text-align: center;
vertical-align: middle;
}
.pre-loader img
{
width: 200px;
height: 200px;
}
.content-0000
{
width: 1170px;
}
.content-0000 img
{
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.full-width
{
line-height: 0;
}
/* TOP MENU */
.menu-wrapper
{
transition: background-color .2s linear;
z-index: 99 !important;
background-color: #494E6B;
width: 100% !important;
top: 0;
position: fixed;
}
#header-main-menu
{
max-width: 1170px;
margin: 0 auto;
text-align: center;
}
.main-menu.sm-clean
{
background-color: transparent;
}
.main-menu.sm-clean a
{
font-size: 13px;
line-height: 40px;
color: #fff;
font-weight: 400;
transition: color .2s linear;
text-transform: uppercase;
letter-spacing: 0.03cm;
}
.main-menu.sm-clean .sub-menu a
{
font-size: 11px;
line-height: 20px;
}
.sm-clean .current_page_item a
{
color: #fff !important;
}
.main-menu.sm-clean a:hover
{
color: #fff !important;
}
.sm-clean li.active a
{
color: #fff !important;
}
.mob-menu
{
display: none;
font-weight: 700;
font-size: 30px;
padding-top: 15px;
padding-bottom: 15px;
transition: color .2s linear;
color: #fff;
}
/* END TOP MENU */
/* GENERAL SECTION */
.section
{
position: relative;
z-index: 1;
}
.section-num
{
overflow: hidden;
margin-top: 40px;
}
.section-title-holder
{
background-color: #32DB8A;
width: 370px;
height: 370px;
z-index: 2;
}
.section-num span
{
margin-left: -64px;
color: #55B286;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 180px;
line-height: 100%;
letter-spacing: -5px;
}
.section-title-holder h2
{
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 109px;
width: 245px;
word-break: break-all;
line-height: 83px;
margin-top: 10px;
color: white;
margin-left: 115px;
text-transform: uppercase;
letter-spacing: -3px;
padding: 0;
}
.section-content-holder
{
background: #fff;
width: 800px;
padding: 60px 0;
}
.section-content-holder .content-wrapper
{
padding: 0 60px;
}
.section-content-holder.right
{
margin-left: 370px;
}
.section-content-holder.left
{
margin-top: 370px;
}
.section-content-holder .content-title-holder
{
overflow: hidden;
height: 100px;
margin-top: -60px;
padding-bottom: 50px;
}
.section-content-holder .content-title
{
font-family: 'Montserrat';
font-weight: 700;
text-align: center;
font-size: 180px;
line-height: 100%;
text-transform: uppercase;
margin-top: -75px;
color: #221c5a;
}
.extra-content-left
{
width: 800px;
color: #fff;
padding: 100px 0;
}
.extra-content-right
{
width: 800px;
margin-left: 370px;
color: #fff;
padding: 100px 0;
}
.extra-content-full-width
{
padding: 100px 0;
}
.section:last-of-type .extra-content-left, .section:last-of-type .extra-content-right, .section:last-of-type .extra-content-full-width
{
padding-bottom: 0;
}
/* END GENERAL SECTION */
/* HOME SECTION */
.intro-page
{
padding-bottom: 170px;
min-height: calc(100vh - 170px);
/*background-color: #221c5a; */
background-color:#192231;
background-repeat: repeat;
background-position: center top;
background-size: cover;
z-index: 10;
}
.top-logo
{
width: 100% !important;
padding-top: 10px;
}
h1.big-title
{
font-family: 'Montserrat', sans-serif;
font-size: 56px;
font-weight: 700;
line-height: 100%;
padding-top: 20px;
color: #fff;
letter-spacing: -1px;
width: 95%;
margin-left: auto;
margin-right: auto;
}
.big-title span
{
display: block;
}
.title-desc
{
font-family: 'PT Serif', serif;
font-size: 22px;
line-height: 26px;
max-width: 450px;
margin: 0 auto;
color: #fff;
}
.about-page
{
text-align: justify;
font-family: 'PT Serif', serif;
font-size: 22px;
line-height: 26px;
max-width: 60%;
margin: 0 auto;
color: #fff;
}
.page-template-page-home .intro-page footer
{
position: absolute;
bottom: 0;
width: 100%;
}
/* END HOME SECTION */
/* FOOTER */
footer
{
background-color: #494E6B;
}
.footer
{
font-size: 16px;
line-height: 36px;
clear: both;
color: #FFFFFF;
text-align: center;
padding: 10px 0;
}
.footer-left, .footer-right
{
width: 810px;
}
.footer-right
{
margin-left: 370px;
}
.footer a
{
color: #ffffff;
}
.social-footer a
{
margin: 0 10px;
font-size: 20px;
}
/* END FOOTER */
/* RESPONSIVE PART */
@media screen and (max-width: 1270px) {
.content-0000
{
width: 960px;
}
.one_half
{
margin-right: 8%;
float: left;
position: relative;
margin-bottom: 37px;
}
.one_half
{
width: 46%;
}
.section-title-holder
{
width: 250px;
height: 250px;
}
.section-num
{
margin-top: 20px;
}
.section-num span
{
margin-left: -35px;
font-size: 100px;
}
.section-title-holder h2
{
font-size: 80px;
width: 177px;
line-height: 66px;
margin-top: 25px;
margin-left: 75px;
}
.section-content-holder.right
{
margin-left: 250px;
}
.section-content-holder.left
{
margin-top: 250px;
}
.section-content-holder
{
width: 710px;
}
.extra-content-left, .extra-content-right
{
width: 710px;
}
.extra-content-right
{
margin-left: 250px;
}
.service-holder
{
width: 290px;
}
.grid-item.p_one, .grid
{
width: 710px;
}
.grid-sizer, .grid-item, .grid-item.p_one_half
{
width: 355px;
}
.section-content-holder .content-title
{
font-size: 140px;
margin-top: -56px;
}
.member-content-holder
{
width: 275px;
padding: 50px;
}
.member-image-holder
{
width: 335px;
}
.image-slider-wrapper.team .image_slider_next
{
right: 260px;
}
.blog-item-holder .entry-title
{
width: 240px;
}
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1020px) {
.content-0000
{
width: 100%;
}
.extra-content-left, .extra-content-right
{
width: 100%;
margin-left: 0;
}
.one_half
{
width: 100%;
float: none;
margin-right: 0;
margin-left: 0;
}
.image-slider-wrapper.service a.image_slider_next
{
top: -89px;
right: 0;
}
.section
{
padding-bottom: 150px;
}
.section-content-holder.right
{
margin-left: 0;
}
.section-content-holder.left
{
margin-top: 0;
}
.section-num
{
display: inline-block;
margin-top: 10px;
}
.section-num span
{
font-size: 50px;
margin-left: -15px;
}
.section-title-holder
{
width: 100%;
height: auto;
position: relative !important;
top: 0 !important;
}
.section-title-holder h2
{
display: inline-block;
width: auto;
margin: 0;
vertical-align: top;
margin-top: 10px;
font-size: 50px;
line-height: 100%;
}
.section-content-holder
{
width: 100%;
padding: 30px 0;
}
.section-content-holder .content-wrapper
{
padding: 0 5%;
}
.service-holder
{
width: 100%;
display: block;
}
.service-content-holder
{
width: 100%;
width: calc(100% - 75px);
margin-bottom: 30px;
}
.grid-item.p_one, .grid
{
width: 100%;
}
.grid-sizer, .grid-item, .grid-item.p_one_half
{
width: 50%;
}
.member-content-holder
{
width: 40%;
padding: 10% 5% 5% 5%;
}
.member-image-holder
{
width: 50%;
}
.image-slider-wrapper.team .image_slider_next
{
right: 40%;
}
.blog-item-holder .entry-title
{
width: 100%;
display: block;
padding-top: 20px;
}
.blog-item-holder .info
{
width: auto;
}
.section-content-holder .content-title-holder
{
overflow: visible;
height: auto;
margin: 0;
padding: 0;
}
.section-content-holder .content-title
{
font-size: 19vw;
margin-top: 0;
}
.testimonial-slider-holder
{
width: 90%;
padding-left: 5%;
}
}
@media screen and (min-width: 925px) {
.main-menu
{
display: block !important;
}
}
@media screen and (max-width: 925px) {
.intro-page
{
min-height: 0;
}
.section
{
position: static !important;
z-index: 0 !important;
}
h1.big-title
{
font-size: 40px;
padding-top: 0;
}
h1.big-title span
{
display: inline;
}
.title-desc
{
font-size: 19px;
line-height: 23px;
}
.about-page
{
font-size: 19px;
line-height: 23px;
}
.mob-menu
{
display: block;
}
.mob-menu:hover
{
cursor: pointer;
}
.main-menu
{
float: none;
margin: 0 auto;
text-align: center;
max-width: 300px;
width: 100%;
position: relative;
z-index: 9999;
display: none;
}
.main-menu ul
{
width: 12em; /* fixed width only please - you can use the "subMenusMinWidth"/"subMenusMaxWidth" script options to override this if you like */
}
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active
{
padding-right: 0;
padding-left: 0;
}
.main-menu.sm-clean a
{
line-height: 24px;
}
.main-menu.sm-clean .sub-menu a
{
font-size: 16px;
line-height: 25px;
text-align: center;
}
}
@media screen and (max-width: 805px) {
.contact-form input[type=text], .contact-form input[type=email], .contact-form textarea, p.custom-field-class, #commentform #email, #commentform #author, #commentform #comment
{
width: 100% !important;
}
}
@media screen and (max-width: 650px) {
.member-content-holder
{
width: 90%;
float: none;
}
.member-image-holder
{
width: 100%;
float: none;
}
.image-slider-wrapper.team .image_slider_next
{
right: auto;
left: 30px;
}
}
@media screen and (max-width: 350px) {
.section-num
{
margin-top: 9px;
}
.section-num span
{
font-size: 35px;
margin-left: -10px;
}
.section-title-holder h2
{
margin-top: 9px;
font-size: 35px;
}
.image-slider-wrapper.service a.image_slider_next
{
top: -84px;
}
} | 0.257578 | 0.039862 |
* {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
.ocultar{
display: none;
}
main{
background-image: url("../img/fondo.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-color : #636363;
background-blend-mode: overlay;
height: 100vh;
}
.iniciar{
background-color: #F2F2F2;
border-radius: 2px;
height: 100vh;
width: 460px;
margin: 0 auto;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.iniciar h1{
font-weight: lighter;
text-align: center;
margin-bottom: 25px;
padding-top: 20px;
padding-bottom: 10px;
font-size: 1.2em;
color: #463561;
}
form {
margin-left: 40px;
}
form input {
font-family: 'Roboto';
margin-bottom: 40px;
border-radius: 2px;
border: none;
outline: none;
background-color: #DDD;
padding: 10px;
width: 330px;
color: gray;
font-size: 20px;
}
form label {
left: 0;
font-size: 22.5px;
color: gray;
font-weight: lighter;
}
#btnIniciar {
padding: 10px;
background-color: #0B7A52;
color: white;
border: none;
font-size: 20px;
font-weight: lighter;
width: 350px;
margin-top: 17px;
border-radius: 2px;
top: 400px;
left: 592.5px;
font-family: 'Roboto', sans-serif;
transition: all 0.3s ease;
cursor: pointer;
}
#btnIniciar:hover{
background-color: #0a6644;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
p{
color: gray;
margin: 20px 100px;
font-size: 15px;
}
p:hover{
text-decoration: underline;
cursor: pointer;
}
/* Swal Design */
.swal-modal {
background-color: #FFF;
border: 1px solid #BEBEBE;
border-radius: 2px;
margin: 0;
padding: 0;
width: 25%;
text-align: left;
padding-left: 24px;
}
.swal-footer {
height: 36px;
margin: 16px;
padding: 0;
}
.swal-title {
text-align: left;
font-size: 24px;
color: #212121;
font-weight: bold;
cursor: default;
margin: 0;
padding: 0;
}
.swal-text {
text-align: left;
color: gray;
cursor: default;
margin: 0;
padding: 0;
}
.swal-button--confirm {
color: #4285F4;
}
.swal-button--confirm:hover {
background-color: #E0E0E0;
}
.swal-button--confirm:active {
background-color: #BEBEBE;
}
.swal-button--cancel {
color: #EF5350;
}
.swal-button--cancel:hover {
background-color: #E0E0E0;
}
.swal-button--cancel:active {
background-color: #BEBEBE;
}
.swal-button {
text-transform: uppercase;
font-weight: bold;
background-color: transparent;
font-size: 16px;
margin: 0;
padding: 10px 15px;
}
.swal-button:focus {
display: none;
}
/*------------------------------------------*/
/* Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 100;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #FFF;
margin: 3% auto;
padding: 0;
border: 1px solid #BEBEBE;
border-radius: 2px;
width: 50%;
margin-top: 10%;
height: 55%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
animation-name: modalAnimation;
animation-duration: 0.4s;
text-align: center;
}
/* The Close Button */
.close {
position: absolute;
padding: 0.5px;
font-size: 25px;
border-radius: 50%;
transform: scale(2.5);
transition: all 0.2s ease;
cursor: pointer;
left: 94.5%;
top: 20px;;
width: 21.33px;
height: 21.33px;
}
.close span {
color: #4285F4;
}
/* Modal Body */
.modal-body {
padding: 15px 16px;
color: #9E2169;
}
#modalHeader {
color: #4C4C4C;
}
/* Modal Animation */
@keyframes modalAnimation {
0% {
opacity: 0;
transform: scale(0);
}
50% {
opacity: 0.8;
transform: scale(1.05);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/*------------------------------------------*/
.lblNombre{
font-size: 22px;
color: #141414;
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
}
/* Estilos generales del modal */
#imgPassword{
position: absolute;
width: 35px;
top: 30px;
left: 28%;
padding-right: 20px;
}
#topInformation{
margin: 0 auto;
margin-top: 10px;
display: block;
width: 50%;
padding: 10px;
border-bottom: 1px solid #CCC;
width: 600px;
}
#divCorreo{
margin-top: 75px;
}
#correo{
font-size: 20px;
color: black;
top: 230px;
left: 34%;
position: absolute;
}
#contrasennaNueva{
font-size: 20px;
color: black;
top: 80px;
width: 235px;
left: 25%;
position: absolute;
}
#id{
font-size: 20px;
color: black;
}
#selectInformation{
margin-top: 35px;
}
#txtId2{
font-family: 'Roboto';
border-radius: 2px;
border: none;
outline: none;
background-color: #DDD;
padding: 10px;
width: 240px;
color: gray;
font-size: 20px;
margin-top: 13px;
}
#txtCorreo{
font-family: 'Roboto';
margin-bottom: 20px;
border-radius: 2px;
border: none;
outline: none;
background-color: #DDD;
padding: 10px;
width: 240px;
color: gray;
font-size: 20px;
}
#btnSolicitar{
padding: 10px;
background-color: #0B7A52;
color: white;
border: none;
font-size: 20px;
font-weight: lighter;
width: 250px;
margin-top: 30px;
border-radius: 2px;
top: 300px;
position: absolute;
left: 255px;
font-family: 'Roboto', sans-serif;
transition: all 0.3s ease;
cursor: pointer;
}
#btnSolicitar:hover{
background-color: #0a6644;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#pContraNueva{
text-decoration: none;
font-size: 30px;
color: black;
font-weight: bold;
position: absolute;
top: 150px;
left: 20%;
} | Projects/CenfoSys/public/css/style_iniciarSesion.css | * {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}
.ocultar{
display: none;
}
main{
background-image: url("../img/fondo.png");
background-size: 100% 100%;
background-repeat: no-repeat;
background-color : #636363;
background-blend-mode: overlay;
height: 100vh;
}
.iniciar{
background-color: #F2F2F2;
border-radius: 2px;
height: 100vh;
width: 460px;
margin: 0 auto;
box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.iniciar h1{
font-weight: lighter;
text-align: center;
margin-bottom: 25px;
padding-top: 20px;
padding-bottom: 10px;
font-size: 1.2em;
color: #463561;
}
form {
margin-left: 40px;
}
form input {
font-family: 'Roboto';
margin-bottom: 40px;
border-radius: 2px;
border: none;
outline: none;
background-color: #DDD;
padding: 10px;
width: 330px;
color: gray;
font-size: 20px;
}
form label {
left: 0;
font-size: 22.5px;
color: gray;
font-weight: lighter;
}
#btnIniciar {
padding: 10px;
background-color: #0B7A52;
color: white;
border: none;
font-size: 20px;
font-weight: lighter;
width: 350px;
margin-top: 17px;
border-radius: 2px;
top: 400px;
left: 592.5px;
font-family: 'Roboto', sans-serif;
transition: all 0.3s ease;
cursor: pointer;
}
#btnIniciar:hover{
background-color: #0a6644;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
p{
color: gray;
margin: 20px 100px;
font-size: 15px;
}
p:hover{
text-decoration: underline;
cursor: pointer;
}
/* Swal Design */
.swal-modal {
background-color: #FFF;
border: 1px solid #BEBEBE;
border-radius: 2px;
margin: 0;
padding: 0;
width: 25%;
text-align: left;
padding-left: 24px;
}
.swal-footer {
height: 36px;
margin: 16px;
padding: 0;
}
.swal-title {
text-align: left;
font-size: 24px;
color: #212121;
font-weight: bold;
cursor: default;
margin: 0;
padding: 0;
}
.swal-text {
text-align: left;
color: gray;
cursor: default;
margin: 0;
padding: 0;
}
.swal-button--confirm {
color: #4285F4;
}
.swal-button--confirm:hover {
background-color: #E0E0E0;
}
.swal-button--confirm:active {
background-color: #BEBEBE;
}
.swal-button--cancel {
color: #EF5350;
}
.swal-button--cancel:hover {
background-color: #E0E0E0;
}
.swal-button--cancel:active {
background-color: #BEBEBE;
}
.swal-button {
text-transform: uppercase;
font-weight: bold;
background-color: transparent;
font-size: 16px;
margin: 0;
padding: 10px 15px;
}
.swal-button:focus {
display: none;
}
/*------------------------------------------*/
/* Modal (background) */
.modal {
display: none;
position: fixed;
z-index: 100;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgb(0,0,0);
background-color: rgba(0,0,0,0.4);
}
/* Modal Content */
.modal-content {
position: relative;
background-color: #FFF;
margin: 3% auto;
padding: 0;
border: 1px solid #BEBEBE;
border-radius: 2px;
width: 50%;
margin-top: 10%;
height: 55%;
box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
animation-name: modalAnimation;
animation-duration: 0.4s;
text-align: center;
}
/* The Close Button */
.close {
position: absolute;
padding: 0.5px;
font-size: 25px;
border-radius: 50%;
transform: scale(2.5);
transition: all 0.2s ease;
cursor: pointer;
left: 94.5%;
top: 20px;;
width: 21.33px;
height: 21.33px;
}
.close span {
color: #4285F4;
}
/* Modal Body */
.modal-body {
padding: 15px 16px;
color: #9E2169;
}
#modalHeader {
color: #4C4C4C;
}
/* Modal Animation */
@keyframes modalAnimation {
0% {
opacity: 0;
transform: scale(0);
}
50% {
opacity: 0.8;
transform: scale(1.05);
}
100% {
opacity: 1;
transform: scale(1);
}
}
/*------------------------------------------*/
.lblNombre{
font-size: 22px;
color: #141414;
font-weight: bold;
margin-top: 15px;
margin-bottom: 5px;
}
/* Estilos generales del modal */
#imgPassword{
position: absolute;
width: 35px;
top: 30px;
left: 28%;
padding-right: 20px;
}
#topInformation{
margin: 0 auto;
margin-top: 10px;
display: block;
width: 50%;
padding: 10px;
border-bottom: 1px solid #CCC;
width: 600px;
}
#divCorreo{
margin-top: 75px;
}
#correo{
font-size: 20px;
color: black;
top: 230px;
left: 34%;
position: absolute;
}
#contrasennaNueva{
font-size: 20px;
color: black;
top: 80px;
width: 235px;
left: 25%;
position: absolute;
}
#id{
font-size: 20px;
color: black;
}
#selectInformation{
margin-top: 35px;
}
#txtId2{
font-family: 'Roboto';
border-radius: 2px;
border: none;
outline: none;
background-color: #DDD;
padding: 10px;
width: 240px;
color: gray;
font-size: 20px;
margin-top: 13px;
}
#txtCorreo{
font-family: 'Roboto';
margin-bottom: 20px;
border-radius: 2px;
border: none;
outline: none;
background-color: #DDD;
padding: 10px;
width: 240px;
color: gray;
font-size: 20px;
}
#btnSolicitar{
padding: 10px;
background-color: #0B7A52;
color: white;
border: none;
font-size: 20px;
font-weight: lighter;
width: 250px;
margin-top: 30px;
border-radius: 2px;
top: 300px;
position: absolute;
left: 255px;
font-family: 'Roboto', sans-serif;
transition: all 0.3s ease;
cursor: pointer;
}
#btnSolicitar:hover{
background-color: #0a6644;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#pContraNueva{
text-decoration: none;
font-size: 30px;
color: black;
font-weight: bold;
position: absolute;
top: 150px;
left: 20%;
} | 0.350977 | 0.083703 |
body {
font-family: 'Roboto', sans-serif;
height: 100vh;
align-items: centre;
background: rgb(29, 27, 10);
color: rgb(199, 199, 199);
}
.container {
width: 80vw;
margin-left: auto;
margin-right: auto;
}
/*decorating core content*/
.content_1 {
border: groove rgb(33, 44, 66);
padding: 20px;
margin-left: auto;
background-image:white;
}
.content_2 {
border: groove rgb(255, 0 ,0);
padding: 20px 20px 20px 20px;
background-image:white;
margin: 20px 0px 20px 0px;
float: left;
width: 50%;
height: auto;
}
/* nav bar */
.nav-bar {
/* overflow: hidden;
background: rgb(255, 0, 0);
position: relative;
padding:20px;
font-size: 20px;
margin: 20px 8.5% 0% 9.5%;
width: 80%; */
display: flex;
justify-content: space-around;
align-items: center;
min-height: 8vh;
background: rgb(33, 44, 66);
}
/* hide links */
.nav-bar #local-links {
display: none;
}
.nav-bar a {
float: left;
color: rgb(160, 160, 160);
padding: 0px 16px;
text-decoration: none;
font-size: 20px;
font-weight: bold;
transition: all 0.3s ease;
}
/* styling for nav icon */
.nav-bar a.icon {
display: block;
position: absolute;
right: 0px;
top: 0;
color: rgba(0, 0, 0, 0);
padding: 15px 15px 15px 15px;
}
/* Nav hover color change */
a:hover {
color: rgb(30, 30, 90);
transition: all 0.3s ease;
}
/* styling the Nav title */
.hover {
display: block;
transition: all 0.3s ease;
}
.image {
width: auto;
height: 150px;
padding: 20px 20px 20px 20px;
border-style: dotted;
float: left;
margin: 20px 20px 20px 20px;
}
.image-2 {
width: auto;
height: 150px;
padding: 100px 100px 100px 100px;
border-style: dotted;
float: left;
margin: 20px 20px 20px 20px;
}
.image-3 {
width: 500px;
height: 450px;
float: right;
margin: 20px 20px 20px 20px;
}
.image-1_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: left;
margin: 20px 20px 5px 20px;
}
.image-2_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: right;
margin: 20px 20px 5px 20px;
}
.image_background {
position: relative;
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-left: 0px;
}
.image_background_2 {
position: relative;
width: 150px;
height:150px;
background-color: rgb(255, 255, 255);
border: rgb(30, 30, 90) solid;
margin-left: 10%;
}
.examples {
width: 300px;
}
/*Mobile nav bar alternative*/
@media (max-width: 320px) {
body {
font-family: 'Roboto', sans-serif;
font-size: 20px;
height:250vh;
align-items: centre;
background-color: white;
}
/* styling the nav bar*/
.nav-bar {
overflow: hidden;
padding:10px;
font-size: 20px;
background: rgb(255, 0 ,0);
position: relative;
top: -8px;
right: 8px;
margin: 0 -20px 0 0;
}
/* hide links */
.nav-bar #local-links {
display: none;
}
.nav-bar a {
color: white;
padding: 5px;
text-decoration: none;
font-size: 17px;
display: block;
font-weight: bold;
float: unset;
}
a {
text-align: unset;
}
/* styling for nav icon */
.nav-bar a.icon {
display: block;
position: absolute;
right: 0;
top: 0;
color: rgb(30, 30, 90);
padding: 17px 17px 17px 17px;
}
/* Nav hover color change */
.nav-bar a:hover {
color: rgb(30, 30, 90);
}
.hover {
display: block;
}
.image {
width: 60%;
height: 200px;
padding: 20px 20px 20px 20px;
border-style: dotted;
float: left;
margin: 20px 20px 20px 0px;
}
.image-2 {
width: 60%;
height: 200px;
padding: 40px 40px 40px 40px;
border-style: dotted;
margin: 20px 20px 20px 0px;
}
.image-3 {
width: 100%;
height: 100px;
margin: 20px 20px 20px 0px;
}
.content_2 {
border: groove rgb(255, 0 ,0);
padding: 20px;
margin: 20px 0px 20px 0px;
background-image:white;
width: 88%
}
.content_3 {
float: right;
border-top: 20px;
}
.examples {
width: 225px;
height: auto;
}
.image_background {
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-left: auto;
}
.image_background_2 {
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-top: 10px;
margin-left: auto;
}
.image-1_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: unset;
margin: 20px 20px 5px 20px;
}
.image-2_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: unset;
margin: 20px 20px 5px 20px;
}
}
/* Responsive design for tablet 768px*/
@media (max-width: 768px) {
body {
font-family: 'Roboto', sans-serif;
font-size: 20px;
height:250vh;
align-items: centre;
background-color: white;
}
/* styling the nav bar*/
.nav-bar {
overflow: hidden;
padding:10px;
font-size: 20px;
background: rgb(255, 0 ,0);
position: relative;
top: -8px;
right: 8px;
margin: 0 -20px 0 0;
}
/* hide links */
.nav-bar #local-links {
display: none;
}
.nav-bar a {
color: white;
padding: 5px;
text-decoration: none;
font-size: 17px;
display: block;
font-weight: bold;
float: unset;
}
a {
text-align: unset;
}
/* styling for nav icon */
.nav-bar a.icon {
display: block;
position: absolute;
right: 0;
top: 0;
color: rgb(30, 30, 90);
padding: 17px 17px 17px 17px;
}
/* Nav hover color change */
.nav-bar a:hover {
color: rgb(30, 30, 90);
}
.hover {
display: block;
}
.image {
width: 60%;
height: 200px;
padding: 20px 20px 20px 20px;
border-style: dotted;
float: left;
margin: 20px 20px 20px 0px;
}
.image-2 {
width: 60%;
height: 200px;
padding: 40px 40px 40px 40px;
border-style: dotted;
margin: 20px 20px 20px 0px;
}
.image-3 {
width: 100%;
height: 400px;
margin: 20px 20px 20px 0px;
}
.content_2 {
border: groove rgb(255, 0 ,0);
padding: 20px;
margin: 20px 0px 20px 0px;
background-image:white;
width: 88%
}
.content_3 {
float: right;
border-top: 20px;
}
.examples {
width: 225px;
height: auto;
}
.image_background {
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-left: auto;
}
.image_background_2 {
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-top: 10px;
margin-left: auto;
}
.image-1_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: unset;
margin: 20px 20px 5px 20px;
}
.image-2_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: unset;
margin: 20px 20px 5px 20px;
}
} | styles/main.css | body {
font-family: 'Roboto', sans-serif;
height: 100vh;
align-items: centre;
background: rgb(29, 27, 10);
color: rgb(199, 199, 199);
}
.container {
width: 80vw;
margin-left: auto;
margin-right: auto;
}
/*decorating core content*/
.content_1 {
border: groove rgb(33, 44, 66);
padding: 20px;
margin-left: auto;
background-image:white;
}
.content_2 {
border: groove rgb(255, 0 ,0);
padding: 20px 20px 20px 20px;
background-image:white;
margin: 20px 0px 20px 0px;
float: left;
width: 50%;
height: auto;
}
/* nav bar */
.nav-bar {
/* overflow: hidden;
background: rgb(255, 0, 0);
position: relative;
padding:20px;
font-size: 20px;
margin: 20px 8.5% 0% 9.5%;
width: 80%; */
display: flex;
justify-content: space-around;
align-items: center;
min-height: 8vh;
background: rgb(33, 44, 66);
}
/* hide links */
.nav-bar #local-links {
display: none;
}
.nav-bar a {
float: left;
color: rgb(160, 160, 160);
padding: 0px 16px;
text-decoration: none;
font-size: 20px;
font-weight: bold;
transition: all 0.3s ease;
}
/* styling for nav icon */
.nav-bar a.icon {
display: block;
position: absolute;
right: 0px;
top: 0;
color: rgba(0, 0, 0, 0);
padding: 15px 15px 15px 15px;
}
/* Nav hover color change */
a:hover {
color: rgb(30, 30, 90);
transition: all 0.3s ease;
}
/* styling the Nav title */
.hover {
display: block;
transition: all 0.3s ease;
}
.image {
width: auto;
height: 150px;
padding: 20px 20px 20px 20px;
border-style: dotted;
float: left;
margin: 20px 20px 20px 20px;
}
.image-2 {
width: auto;
height: 150px;
padding: 100px 100px 100px 100px;
border-style: dotted;
float: left;
margin: 20px 20px 20px 20px;
}
.image-3 {
width: 500px;
height: 450px;
float: right;
margin: 20px 20px 20px 20px;
}
.image-1_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: left;
margin: 20px 20px 5px 20px;
}
.image-2_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: right;
margin: 20px 20px 5px 20px;
}
.image_background {
position: relative;
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-left: 0px;
}
.image_background_2 {
position: relative;
width: 150px;
height:150px;
background-color: rgb(255, 255, 255);
border: rgb(30, 30, 90) solid;
margin-left: 10%;
}
.examples {
width: 300px;
}
/*Mobile nav bar alternative*/
@media (max-width: 320px) {
body {
font-family: 'Roboto', sans-serif;
font-size: 20px;
height:250vh;
align-items: centre;
background-color: white;
}
/* styling the nav bar*/
.nav-bar {
overflow: hidden;
padding:10px;
font-size: 20px;
background: rgb(255, 0 ,0);
position: relative;
top: -8px;
right: 8px;
margin: 0 -20px 0 0;
}
/* hide links */
.nav-bar #local-links {
display: none;
}
.nav-bar a {
color: white;
padding: 5px;
text-decoration: none;
font-size: 17px;
display: block;
font-weight: bold;
float: unset;
}
a {
text-align: unset;
}
/* styling for nav icon */
.nav-bar a.icon {
display: block;
position: absolute;
right: 0;
top: 0;
color: rgb(30, 30, 90);
padding: 17px 17px 17px 17px;
}
/* Nav hover color change */
.nav-bar a:hover {
color: rgb(30, 30, 90);
}
.hover {
display: block;
}
.image {
width: 60%;
height: 200px;
padding: 20px 20px 20px 20px;
border-style: dotted;
float: left;
margin: 20px 20px 20px 0px;
}
.image-2 {
width: 60%;
height: 200px;
padding: 40px 40px 40px 40px;
border-style: dotted;
margin: 20px 20px 20px 0px;
}
.image-3 {
width: 100%;
height: 100px;
margin: 20px 20px 20px 0px;
}
.content_2 {
border: groove rgb(255, 0 ,0);
padding: 20px;
margin: 20px 0px 20px 0px;
background-image:white;
width: 88%
}
.content_3 {
float: right;
border-top: 20px;
}
.examples {
width: 225px;
height: auto;
}
.image_background {
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-left: auto;
}
.image_background_2 {
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-top: 10px;
margin-left: auto;
}
.image-1_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: unset;
margin: 20px 20px 5px 20px;
}
.image-2_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: unset;
margin: 20px 20px 5px 20px;
}
}
/* Responsive design for tablet 768px*/
@media (max-width: 768px) {
body {
font-family: 'Roboto', sans-serif;
font-size: 20px;
height:250vh;
align-items: centre;
background-color: white;
}
/* styling the nav bar*/
.nav-bar {
overflow: hidden;
padding:10px;
font-size: 20px;
background: rgb(255, 0 ,0);
position: relative;
top: -8px;
right: 8px;
margin: 0 -20px 0 0;
}
/* hide links */
.nav-bar #local-links {
display: none;
}
.nav-bar a {
color: white;
padding: 5px;
text-decoration: none;
font-size: 17px;
display: block;
font-weight: bold;
float: unset;
}
a {
text-align: unset;
}
/* styling for nav icon */
.nav-bar a.icon {
display: block;
position: absolute;
right: 0;
top: 0;
color: rgb(30, 30, 90);
padding: 17px 17px 17px 17px;
}
/* Nav hover color change */
.nav-bar a:hover {
color: rgb(30, 30, 90);
}
.hover {
display: block;
}
.image {
width: 60%;
height: 200px;
padding: 20px 20px 20px 20px;
border-style: dotted;
float: left;
margin: 20px 20px 20px 0px;
}
.image-2 {
width: 60%;
height: 200px;
padding: 40px 40px 40px 40px;
border-style: dotted;
margin: 20px 20px 20px 0px;
}
.image-3 {
width: 100%;
height: 400px;
margin: 20px 20px 20px 0px;
}
.content_2 {
border: groove rgb(255, 0 ,0);
padding: 20px;
margin: 20px 0px 20px 0px;
background-image:white;
width: 88%
}
.content_3 {
float: right;
border-top: 20px;
}
.examples {
width: 225px;
height: auto;
}
.image_background {
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-left: auto;
}
.image_background_2 {
width: 200px;
height:200px;
background-color: rgb(30, 30, 90);
border: rgb(255, 0 ,0) solid;
margin-top: 10px;
margin-left: auto;
}
.image-1_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: unset;
margin: 20px 20px 5px 20px;
}
.image-2_1 {
width: auto;
height: 140px;
padding: 20px 20px 20px 20px;;
float: unset;
margin: 20px 20px 5px 20px;
}
} | 0.551574 | 0.075653 |
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Custom CSS */
/* --------------------- General --------------------- */
html {
height: 100vh;
}
body{
height: 100%;
}
#compteur_enregistrer, #compteur_verification{
padding:1% 5%;
font-size:1.8rem;
text-transform: uppercase
}
#compteur_enregistrer:enabled{
background: green;
color:#fdfdfd;
}
/* ---------------------- Header --------------------- */
#header{
background: #4d4d4d;
color:#ccc;
height: 5rem;
display:flex;
justify-content: space-evenly;
align-items: center;
padding: 0 10%;
}
#header a{
color:#fdfdfd ;
}
/* ------------------------ Middle of page ------------------ */
#content{
background: #fdfdfd;
color:#2f2f2f;
height:calc(100vh - 12rem);
padding: 0% 5%;
}
#content .container{
background:#fdfdfd;
display: flex;
flex-direction: column;
text-align: center;
padding:0% 10%;
}
#content .container h2{
font-size:2rem;
}
#content .container a, #content .container p{
font-size:1.5rem;
}
.container .home{
background:#fdfdfd;
padding:15% 10%;
border:1px solid #2f2f2f;
display: flex;
flex-direction: column;
margin:10% 0;
}
.container .security{
background:#fdfdfd;
padding:15% 25%;
margin:10% 0;
border:1px solid #2f2f2f;
}
.container .security .field{
display:flex;
font-size:2rem;
justify-content: space-between;
padding:10px 0;
}
.container .security #_submit{
width: 100%;
font-size: 1.5rem;
height: 3rem;
}
#fos_user_registration_form div{
display:flex;
font-size:1.8rem;
justify-content: space-between;
padding:10px 0;
}
#submit, .action {
width: 100%;
font-size: 1.5rem;
height: 3rem;
}
/* Create page */
#create{
height: 95%;
text-align: start;
}
#create .head{
display:flex;
justify-content: space-evenly;
padding:5% 10%;
font-size:2rem;
}
#create .body{
border:1px #2f2f2f solid;
font-size:1.5rem;
text-align: start;
height: 75%;
}
#create form{
height: 100%;
}
#create #compteur{
height: 100%;
display:flex;
flex-direction: column;
justify-content: space-evenly;
}
#create #compteur>div{
display:flex;
justify-content: space-around;
}
#create #compteur>div>label{
width:25%;
}
#create #compteur>div>input{
width:50%;
height: 2rem;
padding-left:1rem;
}
/* List page */
#list{
height: 95%;
}
#list .head{
padding:2% 10%;
display:flex;
justify-content: space-between;
align-items: center;
height: 15%;
}
#list .head h2{
font-size:2.5rem;
}
#list .head a{
color: green;
font-size:2rem;
}
#list .body{
background: #ccc;
width: 100%;
border: #2f2f2f 1px;
color:#2f2f2f;
max-height:85%;
}
#list .body thead{
background: green;
color:#fdfdfd;
font-size:1.7rem;
height: 4rem;
}
#list .body thead tr{
align-content: space-around;
}
#list .body tbody{
height: 90%;
overflow:auto;
font-size:1.3rem;
}
#list .body tbody .ligne{
width: 100%;
height:3rem;
white-space: nowrap
}
#list .body tbody .cellule, th{
height: 100%;
padding:5px;
}
#list .body th, #list .body td{
vertical-align: middle;
}
#list .body tbody tr:nth-child(odd){
background: #2f2f2f;
color: #fdfdfd;
}
#list .body .actions{
border-right:none;
}
#list .body .actions a i{
color:#fdfdfd;
display: inline-block;
}
/* Single page */
#single{
height: 95%;
text-align: start;
}
#single .head{
display:flex;
justify-content: space-evenly;
padding:5% 10%;
font-size:2rem;
}
#single .body{
border:1px #2f2f2f solid;
padding:5%;
font-size:1.5rem;
text-align: start;
}
#single .body ul li{
padding:2%;
}
/* Update page */
#update{
height: 95%;
text-align: start;
}
#update .head{
display:flex;
justify-content: space-evenly;
padding:5% 10%;
font-size:2rem;
}
#update .body{
border:1px #2f2f2f solid;
font-size:1.5rem;
text-align: start;
height: 75%;
}
#update form{
height: 100%;
}
#update #compteur{
height: 100%;
display:flex;
flex-direction: column;
justify-content: space-evenly;
}
#update #compteur>div{
display:flex;
justify-content: space-around;
}
#update #compteur>div>label{
width:25%;
}
#update #compteur>div>input{
width:50%;
height: 2rem;
padding-left:1rem;
}
/* ------------------------- Footer ------------------------ */
#footer{
height:7rem;
color: #fdfdfd;
text-align: center;
padding: 0 5%;
background: #2f2f2f;
display: flex;
flex-direction: column;
font-size:2rem;
}
#footer .parties{
font-size:1.5rem;
display: flex;
justify-content: space-evenly;
} | web/styles.css | html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* Custom CSS */
/* --------------------- General --------------------- */
html {
height: 100vh;
}
body{
height: 100%;
}
#compteur_enregistrer, #compteur_verification{
padding:1% 5%;
font-size:1.8rem;
text-transform: uppercase
}
#compteur_enregistrer:enabled{
background: green;
color:#fdfdfd;
}
/* ---------------------- Header --------------------- */
#header{
background: #4d4d4d;
color:#ccc;
height: 5rem;
display:flex;
justify-content: space-evenly;
align-items: center;
padding: 0 10%;
}
#header a{
color:#fdfdfd ;
}
/* ------------------------ Middle of page ------------------ */
#content{
background: #fdfdfd;
color:#2f2f2f;
height:calc(100vh - 12rem);
padding: 0% 5%;
}
#content .container{
background:#fdfdfd;
display: flex;
flex-direction: column;
text-align: center;
padding:0% 10%;
}
#content .container h2{
font-size:2rem;
}
#content .container a, #content .container p{
font-size:1.5rem;
}
.container .home{
background:#fdfdfd;
padding:15% 10%;
border:1px solid #2f2f2f;
display: flex;
flex-direction: column;
margin:10% 0;
}
.container .security{
background:#fdfdfd;
padding:15% 25%;
margin:10% 0;
border:1px solid #2f2f2f;
}
.container .security .field{
display:flex;
font-size:2rem;
justify-content: space-between;
padding:10px 0;
}
.container .security #_submit{
width: 100%;
font-size: 1.5rem;
height: 3rem;
}
#fos_user_registration_form div{
display:flex;
font-size:1.8rem;
justify-content: space-between;
padding:10px 0;
}
#submit, .action {
width: 100%;
font-size: 1.5rem;
height: 3rem;
}
/* Create page */
#create{
height: 95%;
text-align: start;
}
#create .head{
display:flex;
justify-content: space-evenly;
padding:5% 10%;
font-size:2rem;
}
#create .body{
border:1px #2f2f2f solid;
font-size:1.5rem;
text-align: start;
height: 75%;
}
#create form{
height: 100%;
}
#create #compteur{
height: 100%;
display:flex;
flex-direction: column;
justify-content: space-evenly;
}
#create #compteur>div{
display:flex;
justify-content: space-around;
}
#create #compteur>div>label{
width:25%;
}
#create #compteur>div>input{
width:50%;
height: 2rem;
padding-left:1rem;
}
/* List page */
#list{
height: 95%;
}
#list .head{
padding:2% 10%;
display:flex;
justify-content: space-between;
align-items: center;
height: 15%;
}
#list .head h2{
font-size:2.5rem;
}
#list .head a{
color: green;
font-size:2rem;
}
#list .body{
background: #ccc;
width: 100%;
border: #2f2f2f 1px;
color:#2f2f2f;
max-height:85%;
}
#list .body thead{
background: green;
color:#fdfdfd;
font-size:1.7rem;
height: 4rem;
}
#list .body thead tr{
align-content: space-around;
}
#list .body tbody{
height: 90%;
overflow:auto;
font-size:1.3rem;
}
#list .body tbody .ligne{
width: 100%;
height:3rem;
white-space: nowrap
}
#list .body tbody .cellule, th{
height: 100%;
padding:5px;
}
#list .body th, #list .body td{
vertical-align: middle;
}
#list .body tbody tr:nth-child(odd){
background: #2f2f2f;
color: #fdfdfd;
}
#list .body .actions{
border-right:none;
}
#list .body .actions a i{
color:#fdfdfd;
display: inline-block;
}
/* Single page */
#single{
height: 95%;
text-align: start;
}
#single .head{
display:flex;
justify-content: space-evenly;
padding:5% 10%;
font-size:2rem;
}
#single .body{
border:1px #2f2f2f solid;
padding:5%;
font-size:1.5rem;
text-align: start;
}
#single .body ul li{
padding:2%;
}
/* Update page */
#update{
height: 95%;
text-align: start;
}
#update .head{
display:flex;
justify-content: space-evenly;
padding:5% 10%;
font-size:2rem;
}
#update .body{
border:1px #2f2f2f solid;
font-size:1.5rem;
text-align: start;
height: 75%;
}
#update form{
height: 100%;
}
#update #compteur{
height: 100%;
display:flex;
flex-direction: column;
justify-content: space-evenly;
}
#update #compteur>div{
display:flex;
justify-content: space-around;
}
#update #compteur>div>label{
width:25%;
}
#update #compteur>div>input{
width:50%;
height: 2rem;
padding-left:1rem;
}
/* ------------------------- Footer ------------------------ */
#footer{
height:7rem;
color: #fdfdfd;
text-align: center;
padding: 0 5%;
background: #2f2f2f;
display: flex;
flex-direction: column;
font-size:2rem;
}
#footer .parties{
font-size:1.5rem;
display: flex;
justify-content: space-evenly;
} | 0.207014 | 0.060752 |
#bus{
animation-name : bus-sprite;
animation-duration : 0.5s;
animation-timing-function : steps(4);
animation-fill-mode : forwards;
animation-iteration-count : infinite;
animation-delay : 0s;
}
/* Animation to Input - sync with animation-package.css*/
#bus.input {
animation-name : bus-sprite, bus-route1-l, bus-route0-l, bus-route2-l, bus-route0-l, bus-route1-l, bus-route0-l;
animation-duration : 0.5s 0.5s, 0.5s, 1s, 1s, 0.5s, 0.5s;
animation-timing-function : steps(4), linear, linear, linear, linear, linear, linear;
animation-fill-mode : forwards, forwards, forwards, forwards, forwards, forwards, forwards;
animation-iteration-count : infinite, 1, 1, 1, 1, 1, 1;
animation-delay : 0s, 1s, 1.5s, 2s, 3s, 4s, 4.5s;
}
#bus-package.input {
animation-name : show-package, hide-package;
animation-duration : 0s, 0s;
animation-timing-function : linear, linear;
animation-fill-mode : forwards, forwards;
animation-iteration-count : 1, 1;
animation-delay : 1.5s, 4.5s;
}
/* Animation to Output - sync with animation-package.css*/
#bus.output {
animation-name : bus-sprite, bus-route1-l, bus-route0-l, bus-route2-l, bus-route0-l;
animation-duration : 0.5s 0.5s, 0.5s, 1s, 1s;
animation-timing-function : steps(4), linear, linear, linear, linear;
animation-fill-mode : forwards, forwards, forwards, forwards, forwards;
animation-iteration-count : infinite, 1, 1, 1, 1;
animation-delay : 0s, 1s, 1.5s, 2s, 3s;
}
#bus-package.output {
animation-name : show-package, hide-package;
animation-duration : 0s, 0s;
animation-timing-function : linear, linear;
animation-fill-mode : forwards, forwards;
animation-iteration-count : 1, 1;
animation-delay : 1.5s, 3s;
}
/* Animation Movement Keyframes Bus */
@keyframes bus-route0-l{
from{}
to
{
top:7%;
left:66%;
}
}
@keyframes bus-route1-l{
from{}
to
{
top:7%;
left:77%;
}
}
@keyframes bus-route2-l{
from{}
to
{
top: -10%;
left: 66%;
}
}
/* Animation Sprites Bus */
@keyframes bus-sprite {
from
{
background-position-x: 0%;
}
to
{
background-position-x: 100%;
}
} | css/animation-bus.css | #bus{
animation-name : bus-sprite;
animation-duration : 0.5s;
animation-timing-function : steps(4);
animation-fill-mode : forwards;
animation-iteration-count : infinite;
animation-delay : 0s;
}
/* Animation to Input - sync with animation-package.css*/
#bus.input {
animation-name : bus-sprite, bus-route1-l, bus-route0-l, bus-route2-l, bus-route0-l, bus-route1-l, bus-route0-l;
animation-duration : 0.5s 0.5s, 0.5s, 1s, 1s, 0.5s, 0.5s;
animation-timing-function : steps(4), linear, linear, linear, linear, linear, linear;
animation-fill-mode : forwards, forwards, forwards, forwards, forwards, forwards, forwards;
animation-iteration-count : infinite, 1, 1, 1, 1, 1, 1;
animation-delay : 0s, 1s, 1.5s, 2s, 3s, 4s, 4.5s;
}
#bus-package.input {
animation-name : show-package, hide-package;
animation-duration : 0s, 0s;
animation-timing-function : linear, linear;
animation-fill-mode : forwards, forwards;
animation-iteration-count : 1, 1;
animation-delay : 1.5s, 4.5s;
}
/* Animation to Output - sync with animation-package.css*/
#bus.output {
animation-name : bus-sprite, bus-route1-l, bus-route0-l, bus-route2-l, bus-route0-l;
animation-duration : 0.5s 0.5s, 0.5s, 1s, 1s;
animation-timing-function : steps(4), linear, linear, linear, linear;
animation-fill-mode : forwards, forwards, forwards, forwards, forwards;
animation-iteration-count : infinite, 1, 1, 1, 1;
animation-delay : 0s, 1s, 1.5s, 2s, 3s;
}
#bus-package.output {
animation-name : show-package, hide-package;
animation-duration : 0s, 0s;
animation-timing-function : linear, linear;
animation-fill-mode : forwards, forwards;
animation-iteration-count : 1, 1;
animation-delay : 1.5s, 3s;
}
/* Animation Movement Keyframes Bus */
@keyframes bus-route0-l{
from{}
to
{
top:7%;
left:66%;
}
}
@keyframes bus-route1-l{
from{}
to
{
top:7%;
left:77%;
}
}
@keyframes bus-route2-l{
from{}
to
{
top: -10%;
left: 66%;
}
}
/* Animation Sprites Bus */
@keyframes bus-sprite {
from
{
background-position-x: 0%;
}
to
{
background-position-x: 100%;
}
} | 0.51879 | 0.109897 |
position:relative;
width:850px;
margin:0 auto;
}
#slider-container a:link, a:visited, a:hover{
color:#333333;
text-decoration:none;
}
#slider {
height:310px;
width:850px;
background-color:transparent;
/*position:relative;*/
font-family:Tahoma,Arial,Helvetica,sans-serif;
}
#slider h2{
font-family: FuturaMedium;
font-size:24px;
font-weight: bold;
font-style: normal;
color: #000000;
text-transform: none;
text-decoration: none;
letter-spacing: normal;
word-spacing: 0;
line-height:22px;
padding:0;
margin:0;
}
#slider h3{
font-family: tahoma;
font-size:13px;
padding:7px 0 4px 2px;
margin:0;
}
#slider h3 span{
background:url("../images/right_icon.png") no-repeat center!important;
width:10px;
height:16px;
padding:0 7px;
margin-left:5px;
}
#slider .slider-image {
border:7px solid #FFF;
display:block;
/*width:480px;
height:250px;*/
width:494px;
height:290px;
}
#slider .slider-feature {
position:absolute;
top:-1000px;
left:-1000px;
cursor:pointer;
overflow:hidden;
padding: 0px 0px 27px 0px;
/* width:auto !important;
height:325px !important;*/
}
#slider .slider-feature .slider-caption {
position:absolute;
left:5px;
width:auto;
-width:auto;
background-color:#FFF;
padding:5px;
max-width:80%;
top:185px;
}
#slider .slider-feature .shadow {
position:relative;
top:10px;
height:25px;
width:auto;
}
#slider .slider-feature .shadow img{
background: transparent;
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; */
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); */
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/shadow.png',sizingMethod='scale');
zoom: 1;
border:none;
height:17px !important;
}
#slider .tracker-summation-container {
position:absolute;
color:white;
right:48px;
top:230px;
padding:3px;
margin:3px;
background-color:#000;
display:none!important;
}
#slider .tracker-individual-container {
position:absolute;
color:white;
right:48px;
top:210px;
padding:0;
margin:0;
display:none!important;
}
#slider .tracker-individual-container li {
list-style:none;
}
#slider .tracker-individual-container .tracker-individual-blip {
margin:0 3px;
padding:0 3px;
color:white;
text-align:center;
background-color:#DDD;
}
#slider .tracker-individual-container .tracker-individual-blip-selected {
color:white;
font-weight:bold;
background-color:#000;
}
#slider-left {
position:absolute;
bottom:145px;
left:0px;
cursor:pointer;
background:url("../images/arrow-left.png") no-repeat center!important;
padding:25px 33px;
}
#slider-left:hover{background:url("../images/img_btn_left_hover.png") no-repeat center!important;}
#slider-right {
position:absolute;
bottom:145px;
right:0px;
cursor:pointer;
background:url("../images/arrow-right.png") no-repeat center!important;
padding:25px 33px;
}
#slider-right:hover{background:url("../images/img_btn_right_hover.png") no-repeat center!important;}
/*.desc1 a {
display: block !important;
}*/
.col02 .genericimg_inner .desc1 a{display: inline-block;}
.col01 .desc1 a{display: inline-block;} | Dataset 2017/9- Recreation/10- Qatarairways.com/3- recreation guide-keyword/Search Results_files/Slider.css | position:relative;
width:850px;
margin:0 auto;
}
#slider-container a:link, a:visited, a:hover{
color:#333333;
text-decoration:none;
}
#slider {
height:310px;
width:850px;
background-color:transparent;
/*position:relative;*/
font-family:Tahoma,Arial,Helvetica,sans-serif;
}
#slider h2{
font-family: FuturaMedium;
font-size:24px;
font-weight: bold;
font-style: normal;
color: #000000;
text-transform: none;
text-decoration: none;
letter-spacing: normal;
word-spacing: 0;
line-height:22px;
padding:0;
margin:0;
}
#slider h3{
font-family: tahoma;
font-size:13px;
padding:7px 0 4px 2px;
margin:0;
}
#slider h3 span{
background:url("../images/right_icon.png") no-repeat center!important;
width:10px;
height:16px;
padding:0 7px;
margin-left:5px;
}
#slider .slider-image {
border:7px solid #FFF;
display:block;
/*width:480px;
height:250px;*/
width:494px;
height:290px;
}
#slider .slider-feature {
position:absolute;
top:-1000px;
left:-1000px;
cursor:pointer;
overflow:hidden;
padding: 0px 0px 27px 0px;
/* width:auto !important;
height:325px !important;*/
}
#slider .slider-feature .slider-caption {
position:absolute;
left:5px;
width:auto;
-width:auto;
background-color:#FFF;
padding:5px;
max-width:80%;
top:185px;
}
#slider .slider-feature .shadow {
position:relative;
top:10px;
height:25px;
width:auto;
}
#slider .slider-feature .shadow img{
background: transparent;
/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; */
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); */
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src='../images/shadow.png',sizingMethod='scale');
zoom: 1;
border:none;
height:17px !important;
}
#slider .tracker-summation-container {
position:absolute;
color:white;
right:48px;
top:230px;
padding:3px;
margin:3px;
background-color:#000;
display:none!important;
}
#slider .tracker-individual-container {
position:absolute;
color:white;
right:48px;
top:210px;
padding:0;
margin:0;
display:none!important;
}
#slider .tracker-individual-container li {
list-style:none;
}
#slider .tracker-individual-container .tracker-individual-blip {
margin:0 3px;
padding:0 3px;
color:white;
text-align:center;
background-color:#DDD;
}
#slider .tracker-individual-container .tracker-individual-blip-selected {
color:white;
font-weight:bold;
background-color:#000;
}
#slider-left {
position:absolute;
bottom:145px;
left:0px;
cursor:pointer;
background:url("../images/arrow-left.png") no-repeat center!important;
padding:25px 33px;
}
#slider-left:hover{background:url("../images/img_btn_left_hover.png") no-repeat center!important;}
#slider-right {
position:absolute;
bottom:145px;
right:0px;
cursor:pointer;
background:url("../images/arrow-right.png") no-repeat center!important;
padding:25px 33px;
}
#slider-right:hover{background:url("../images/img_btn_right_hover.png") no-repeat center!important;}
/*.desc1 a {
display: block !important;
}*/
.col02 .genericimg_inner .desc1 a{display: inline-block;}
.col01 .desc1 a{display: inline-block;} | 0.314471 | 0.04666 |
body{
background-color: #858585;
background-image: url(../images/bgd.png);
background-repeat: repeat;
color: #333333;
font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body, html{
width: 100%;
height: 100%;
}
#main {
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#main_menu {
width: 100%;
padding-top: 35px;
font-size: 12px;
margin-right: auto;
margin-left: auto;
height: 90px;
}
#main_menu li {
float: left;
width: 10%;
text-align: center;
white-space: nowrap;
}
#main_menu li b {
text-decoration: underline;
display: block;
font-weight: normal;
font-style: normal;
}
#main_menu a {
color: #ffffff;
text-decoration: none;
}
#main_menu a:hover {
color: #ffffff;
}
#main_menu div.counter {
margin-left: 70px;
margin-top:-75px;
}
#main_menu div.counter span{
color:white;
font-size:11px;
text-align:center;
background-color:red;
padding: 1px 1px 1px 2px;
min-width: 13px;
line-height: 14px;
display: table-cell;
border-radius:10px;
-moz-border-radius:10px;
}
#tab_menu {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 2px;
font-size: 17px;
height: 36px;
border-bottom: 1px solid #ffffff;
}
#tab_menu a {
text-decoration: none;
color: #F2F2F2;
}
#tab_menu li {
float: left;
}
#tab_menu li a {
height: 28px;
padding-right: 20px;
padding-left: 20px;
padding-top: 7px;
margin-right: 15px;
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
text-shadow: 0px 1px 0px #fff;
display: block;
background: url(../images/tabs_bgd.jpg) 0 -29px;
background-repeat: repeat-x;
color: #404040;
/*
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
*/
}
#tab_menu li a:hover {
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
background-position: 0 -65px;
}
#tab_menu li.active a {
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom:1px solid #f7f7f7;
height: 28px;
text-shadow: 0px 1px 0px #fff;
background-position: 0 -101px;
background-color: #f4f4f4;
color: #000;
overflow: hidden;
}
#tab_menu li.active a:hover {
color: #505050;
}
/* Центральная часть страницы */
#middle {
width: 940px;
min-height: 300px;
padding: 30px;
background-color: #f7f7f7;
display: block;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
overflow:hidden;
}
#middle h1 {
font-size: 27px;
font-weight: normal;
font-style: normal;
color: #000;
display: block;
float: left;
margin-right: 15px;
}
#middle h2 {
font-size: 22px;
font-weight: normal;
font-style: normal;
color: #000;
text-shadow: 0px 1px 0px #fff;
margin-bottom: 10px;
}
/* @group Заголовок правой части */
#header{
margin-bottom: 20px;
overflow: hidden;
}
#header .add {
display: block;
float: left;
width: auto;
font-size: 12px;
text-decoration: none;
padding: 7px 17px 7px 33px;
border: 1px solid #c0c0c0;
color: #5e5e5e;
background: #ffffff url(../images/plus.png) no-repeat 10px 6px;
border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
white-space: nowrap;
margin-top: 3px;
}
#header .add:hover {
color: #000;
}
a { color: #000; }
.dash_link {
cursor: pointer;
border-bottom: 1px dotted #4D4D4D;
font-weight: normal;
font-style: normal;
color: #4D4D4D;
text-decoration: none;
}
.move_zone {
display: block;
float: left;
background-image: url(../images/move_zone.png);
background-repeat: repeat;
margin: 0px;
cursor: move;
width: 20px;
height:16px;
}
.button_green, .button_red, .button_yellow{
height: 28px;
color: #ffffff;
font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
background-color: #ffffff;
padding-right: 20px;
padding-left: 20px;
cursor: pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}
.button_green:hover, .button_red:hover {
background-position: 0 -29px;
cursor: pointer;
}
.button_green {
background-image: url(../images/but_green.jpg);
border: 1px solid #459300;
text-shadow: -1px -1px 0px #459300;
}
.button_red {
background-image: url(../images/but_red.jpg);
border: 1px solid #d00000;
text-shadow: -1px -1px 0px #930000;
}
.button_yellow {
background-image: url(../images/but_yellow.jpg);
border: 1px solid #ffc600;
text-shadow: -1px -1px 0px #e79800;
}
#footer {
height: 40px;
margin-top: 30px;
cursor: pointer;
color: #ffffff;
}
#footer a{
color: #ffffff;
}
input[type=text] {font-size:13px;}
a.admin_bookmark
{
position:absolute;
left:3%;
top:0px;
width: 12px;
height: 35px;
background-image: url('../images/bookmark.gif');
background-repeat: no-repeat;
} | simpla/design/css/main.css | body{
background-color: #858585;
background-image: url(../images/bgd.png);
background-repeat: repeat;
color: #333333;
font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
body, html{
width: 100%;
height: 100%;
}
#main {
width: 1000px;
margin-right: auto;
margin-left: auto;
}
#main_menu {
width: 100%;
padding-top: 35px;
font-size: 12px;
margin-right: auto;
margin-left: auto;
height: 90px;
}
#main_menu li {
float: left;
width: 10%;
text-align: center;
white-space: nowrap;
}
#main_menu li b {
text-decoration: underline;
display: block;
font-weight: normal;
font-style: normal;
}
#main_menu a {
color: #ffffff;
text-decoration: none;
}
#main_menu a:hover {
color: #ffffff;
}
#main_menu div.counter {
margin-left: 70px;
margin-top:-75px;
}
#main_menu div.counter span{
color:white;
font-size:11px;
text-align:center;
background-color:red;
padding: 1px 1px 1px 2px;
min-width: 13px;
line-height: 14px;
display: table-cell;
border-radius:10px;
-moz-border-radius:10px;
}
#tab_menu {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 2px;
font-size: 17px;
height: 36px;
border-bottom: 1px solid #ffffff;
}
#tab_menu a {
text-decoration: none;
color: #F2F2F2;
}
#tab_menu li {
float: left;
}
#tab_menu li a {
height: 28px;
padding-right: 20px;
padding-left: 20px;
padding-top: 7px;
margin-right: 15px;
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
text-shadow: 0px 1px 0px #fff;
display: block;
background: url(../images/tabs_bgd.jpg) 0 -29px;
background-repeat: repeat-x;
color: #404040;
/*
border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-khtml-border-top-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
-khtml-border-top-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
*/
}
#tab_menu li a:hover {
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
background-position: 0 -65px;
}
#tab_menu li.active a {
border-top: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-bottom:1px solid #f7f7f7;
height: 28px;
text-shadow: 0px 1px 0px #fff;
background-position: 0 -101px;
background-color: #f4f4f4;
color: #000;
overflow: hidden;
}
#tab_menu li.active a:hover {
color: #505050;
}
/* Центральная часть страницы */
#middle {
width: 940px;
min-height: 300px;
padding: 30px;
background-color: #f7f7f7;
display: block;
border-left: 1px solid #ffffff;
border-right: 1px solid #ffffff;
border-bottom: 1px solid #ffffff;
overflow:hidden;
}
#middle h1 {
font-size: 27px;
font-weight: normal;
font-style: normal;
color: #000;
display: block;
float: left;
margin-right: 15px;
}
#middle h2 {
font-size: 22px;
font-weight: normal;
font-style: normal;
color: #000;
text-shadow: 0px 1px 0px #fff;
margin-bottom: 10px;
}
/* @group Заголовок правой части */
#header{
margin-bottom: 20px;
overflow: hidden;
}
#header .add {
display: block;
float: left;
width: auto;
font-size: 12px;
text-decoration: none;
padding: 7px 17px 7px 33px;
border: 1px solid #c0c0c0;
color: #5e5e5e;
background: #ffffff url(../images/plus.png) no-repeat 10px 6px;
border-radius: 15px;
-moz-border-radius: 15px;
-khtml-border-radius: 15px;
-webkit-border-radius: 15px;
white-space: nowrap;
margin-top: 3px;
}
#header .add:hover {
color: #000;
}
a { color: #000; }
.dash_link {
cursor: pointer;
border-bottom: 1px dotted #4D4D4D;
font-weight: normal;
font-style: normal;
color: #4D4D4D;
text-decoration: none;
}
.move_zone {
display: block;
float: left;
background-image: url(../images/move_zone.png);
background-repeat: repeat;
margin: 0px;
cursor: move;
width: 20px;
height:16px;
}
.button_green, .button_red, .button_yellow{
height: 28px;
color: #ffffff;
font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
background-color: #ffffff;
padding-right: 20px;
padding-left: 20px;
cursor: pointer;
border-radius: 5px;
-moz-border-radius: 5px;
-khtml-border-radius: 5px;
-webkit-border-radius: 5px;
}
.button_green:hover, .button_red:hover {
background-position: 0 -29px;
cursor: pointer;
}
.button_green {
background-image: url(../images/but_green.jpg);
border: 1px solid #459300;
text-shadow: -1px -1px 0px #459300;
}
.button_red {
background-image: url(../images/but_red.jpg);
border: 1px solid #d00000;
text-shadow: -1px -1px 0px #930000;
}
.button_yellow {
background-image: url(../images/but_yellow.jpg);
border: 1px solid #ffc600;
text-shadow: -1px -1px 0px #e79800;
}
#footer {
height: 40px;
margin-top: 30px;
cursor: pointer;
color: #ffffff;
}
#footer a{
color: #ffffff;
}
input[type=text] {font-size:13px;}
a.admin_bookmark
{
position:absolute;
left:3%;
top:0px;
width: 12px;
height: 35px;
background-image: url('../images/bookmark.gif');
background-repeat: no-repeat;
} | 0.196595 | 0.079068 |