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
body { margin-top: 100px; background-color: #222; } @media(min-width:768px) { body { margin-top: 50px; } } #wrapper { padding-left: 0; } /*Background topheader*/ #fixed-top { background-color: #276696; } .navbar-inverse { border-color: #fff; } #page-wrapper { width: 100%; padding: 0; background-color: #fff; } .huge { font-size: 50px; line-height: normal; } @media(min-width:768px) { #wrapper { padding-left: 225px; } #page-wrapper { padding: 10px; } } /* Top Navigation */ .top-nav { padding: 0 15px; } .top-nav>li { display: inline-block; float: left; } /*Thay đổi màu chữ của "Riddance Help" và thanh menu bên trái*/ .navbar-inverse .navbar-brand { color: #fff; font-size: 28px; font-weight: bold; padding: 15px 20px 0; } .navbar-inverse .navbar-nav>li>a { color: #fff; padding-top: 20px; } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; /*color: #999;*/ } #menu-left { background-color: #276696; } /* Jumbotron- Hướng dẫn sử dụng website */ .container .jumbotron, .container-fluid .jumbotron { padding: 20px; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color: #000; } /* Side Navigation */ @media(min-width:768px) { .side-nav { position: fixed; top: 51px; left: 225px; width: 225px; margin-left: -225px; border: none; border-radius: 0; overflow-y: auto; background-color: #fff; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .side-nav>li>a { width: 225px; } .side-nav li a:hover, .side-nav li a:focus { outline: none; background-color: #000 !important; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 10px 15px 10px 38px; text-decoration: none; color: #fff; }
dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/help/css/help-clinicaldatas.css
body { margin-top: 100px; background-color: #222; } @media(min-width:768px) { body { margin-top: 50px; } } #wrapper { padding-left: 0; } /*Background topheader*/ #fixed-top { background-color: #276696; } .navbar-inverse { border-color: #fff; } #page-wrapper { width: 100%; padding: 0; background-color: #fff; } .huge { font-size: 50px; line-height: normal; } @media(min-width:768px) { #wrapper { padding-left: 225px; } #page-wrapper { padding: 10px; } } /* Top Navigation */ .top-nav { padding: 0 15px; } .top-nav>li { display: inline-block; float: left; } /*Thay đổi màu chữ của "Riddance Help" và thanh menu bên trái*/ .navbar-inverse .navbar-brand { color: #fff; font-size: 28px; font-weight: bold; padding: 15px 20px 0; } .navbar-inverse .navbar-nav>li>a { color: #fff; padding-top: 20px; } .top-nav>li>a { padding-top: 15px; padding-bottom: 15px; line-height: 20px; /*color: #999;*/ } #menu-left { background-color: #276696; } /* Jumbotron- Hướng dẫn sử dụng website */ .container .jumbotron, .container-fluid .jumbotron { padding: 20px; } .top-nav>li>a:hover, .top-nav>li>a:focus, .top-nav>.open>a, .top-nav>.open>a:hover, .top-nav>.open>a:focus { color: #fff; background-color: #000; } /* Side Navigation */ @media(min-width:768px) { .side-nav { position: fixed; top: 51px; left: 225px; width: 225px; margin-left: -225px; border: none; border-radius: 0; overflow-y: auto; background-color: #fff; bottom: 0; overflow-x: hidden; padding-bottom: 40px; } .side-nav>li>a { width: 225px; } .side-nav li a:hover, .side-nav li a:focus { outline: none; background-color: #000 !important; } } .side-nav>li>ul { padding: 0; } .side-nav>li>ul>li>a { display: block; padding: 10px 15px 10px 38px; text-decoration: none; color: #fff; }
0.411229
0.068787
section.headings { background: var(--dark-blue); & main { @apply --maxWidth; & h1 { max-width: 860px; margin: auto; padding: 130px 0 0 0; text-align: center; color: var(--white); font-weight: 100; &[data-aos='slow-title'] { transition: all 1s ease; transition-delay: .6s; transform: translateY(-60px); opacity: 0; } &.aos-animate { transform: translateY(0); opacity: 1; } @media (--screen-mobile) { padding: 40px 20px 0 20px; } } & .codecolorer-container.javascript.solarized-dark { &.home { margin-bottom: 120px; box-shadow: 0 5px 25px 0 color(var(--black) alpha(20%)); &[data-aos='slow-up'] { transition: all 1s ease; transition-delay: .2s; transform: scale(1.1) translateY(180px); } &.aos-animate { transform: scale(1) translateY(120px); } @media (--screen-mobile) { margin-bottom: 40px; &[data-aos='slow-up'] { transform: scale(1.1) translateY(80px); } &.aos-animate { transform: scale(1) translateY(40px); } } & .mockup { margin: -20px -20px 20px; width: calc(100% + 40px); } & .javascript.codecolorer { color: var(--primary-color); overflow-y: auto; & i { color: var(--white); } & em { color: color(var(--white) alpha(70%)); } } } } } } .front-page { & section.tech { & ul { @apply --noList; text-align: center; padding: 60px 0; @media (--screen-mobile) { padding: 20px 0; } & li { display: inline-block; margin: 0 20px; @media (--screen-mobile) { margin: 20px 0; width: 100%; } &[data-aos='flying-icons'] { transition: all 1s ease; transform: translateY(60px); opacity: 0; } &.aos-animate { transform: translateY(0); opacity: 1; } &:nth-child(1) { &[data-aos='flying-icons'] { transition-delay: .5s; } } &:nth-child(2) { &[data-aos='flying-icons'] { transition-delay: .7s; } } } } } & section.features { & ul { @apply --noList; text-align: center; padding: 100px 0; width: 100%; box-sizing: border-box; display: flex; align-items: center; flex-wrap: wrap; @media (--screen-mobile) { padding: 20px 0; display: block; } & li { flex: 33.333%; width: 33.333%; box-sizing: border-box; display: inline-block; padding: 20px; @media (--screen-mobile) { width: 100%; } &[data-aos='slow-list'] { transition: all 1s ease; transform: scale(1.2) translateY(60px); &:nth-child(3n+1) { transition-delay: 0.1s; @media (--screen-mobile) { transition-delay: 0s; } } &:nth-child(3n+2) { transition-delay: 0.2s; @media (--screen-mobile) { transition-delay: 0s; } } &:nth-child(3n+3) { transition-delay: 0.3s; @media (--screen-mobile) { transition-delay: 0s; } } } &.aos-animate { transform: scale(1) translateY(0); } & h3 { font-size: var(--default-font-size); font-weight: 800; color: var(--medium-blue); } & p { font-family: var(--font-code); color: var(--medium-gray); } } } } & section.github { box-sizing: border-box; text-align: center; & .button { margin-bottom: 100px; @media (--screen-mobile) { margin: 40px 0 70px; } } &[data-aos="slow-button"] { transition: all 1s ease; transition-delay: .3s; transform: translateY(30px); } &.aos-animate { transform: scale(1.2) translateY(0); } } }
src/style/front-page.css
section.headings { background: var(--dark-blue); & main { @apply --maxWidth; & h1 { max-width: 860px; margin: auto; padding: 130px 0 0 0; text-align: center; color: var(--white); font-weight: 100; &[data-aos='slow-title'] { transition: all 1s ease; transition-delay: .6s; transform: translateY(-60px); opacity: 0; } &.aos-animate { transform: translateY(0); opacity: 1; } @media (--screen-mobile) { padding: 40px 20px 0 20px; } } & .codecolorer-container.javascript.solarized-dark { &.home { margin-bottom: 120px; box-shadow: 0 5px 25px 0 color(var(--black) alpha(20%)); &[data-aos='slow-up'] { transition: all 1s ease; transition-delay: .2s; transform: scale(1.1) translateY(180px); } &.aos-animate { transform: scale(1) translateY(120px); } @media (--screen-mobile) { margin-bottom: 40px; &[data-aos='slow-up'] { transform: scale(1.1) translateY(80px); } &.aos-animate { transform: scale(1) translateY(40px); } } & .mockup { margin: -20px -20px 20px; width: calc(100% + 40px); } & .javascript.codecolorer { color: var(--primary-color); overflow-y: auto; & i { color: var(--white); } & em { color: color(var(--white) alpha(70%)); } } } } } } .front-page { & section.tech { & ul { @apply --noList; text-align: center; padding: 60px 0; @media (--screen-mobile) { padding: 20px 0; } & li { display: inline-block; margin: 0 20px; @media (--screen-mobile) { margin: 20px 0; width: 100%; } &[data-aos='flying-icons'] { transition: all 1s ease; transform: translateY(60px); opacity: 0; } &.aos-animate { transform: translateY(0); opacity: 1; } &:nth-child(1) { &[data-aos='flying-icons'] { transition-delay: .5s; } } &:nth-child(2) { &[data-aos='flying-icons'] { transition-delay: .7s; } } } } } & section.features { & ul { @apply --noList; text-align: center; padding: 100px 0; width: 100%; box-sizing: border-box; display: flex; align-items: center; flex-wrap: wrap; @media (--screen-mobile) { padding: 20px 0; display: block; } & li { flex: 33.333%; width: 33.333%; box-sizing: border-box; display: inline-block; padding: 20px; @media (--screen-mobile) { width: 100%; } &[data-aos='slow-list'] { transition: all 1s ease; transform: scale(1.2) translateY(60px); &:nth-child(3n+1) { transition-delay: 0.1s; @media (--screen-mobile) { transition-delay: 0s; } } &:nth-child(3n+2) { transition-delay: 0.2s; @media (--screen-mobile) { transition-delay: 0s; } } &:nth-child(3n+3) { transition-delay: 0.3s; @media (--screen-mobile) { transition-delay: 0s; } } } &.aos-animate { transform: scale(1) translateY(0); } & h3 { font-size: var(--default-font-size); font-weight: 800; color: var(--medium-blue); } & p { font-family: var(--font-code); color: var(--medium-gray); } } } } & section.github { box-sizing: border-box; text-align: center; & .button { margin-bottom: 100px; @media (--screen-mobile) { margin: 40px 0 70px; } } &[data-aos="slow-button"] { transition: all 1s ease; transition-delay: .3s; transform: translateY(30px); } &.aos-animate { transform: scale(1.2) translateY(0); } } }
0.343232
0.136321
.root { -fx-background-color : #121212; } #minBtn { -fx-graphic: url('icons/minimize_icon_light.png'); } #minBtn:hover { -fx-background-color: #292929; } #minBtn:pressed { -fx-background-color: #1F1F1F; } #maxBtn { -fx-graphic: url('icons/maximize_icon_light.png'); } #maxBtn:pressed { -fx-background-color: #1F1F1F; } #closeBtn { -fx-graphic: url('icons/close_icon_light.png'); } #closeBtn:hover { -fx-background-color: #E81123; } #closeBtn:pressed { -fx-background-color: #F1707A; } .tab-pane .tab-header-area .tab-header-background { -fx-opacity: 0; } .tab-pane { -fx-tab-min-width:90px; } .tab { -fx-background-insets: 0 1 0 1,0,0; } .tab-pane .tab { -fx-background-color: #e6e6e6; } .tab-pane .tab:selected { -fx-background-color: #3c3c3c; } .tab .tab-label { -fx-alignment: CENTER; -fx-text-fill: #828282; -fx-font-size: 12px; -fx-font-weight: bold; } .tab:selected .tab-label { -fx-alignment: CENTER; -fx-text-fill: #e6e6e6; } .titled-pane * { -fx-background-color: transparent; } .titled-pane { -fx-text-fill: white; } .titled-pane > .title { -fx-background-color: #121212; -fx-text-fill: white; -fx-alignment: center; } .titled-pane > *.content { -fx-box-border: transparent; } .context-menu { -fx-background-color: #333333; } .menu-item { -fx-background-color: #333333; } .menu-item:hover { -fx-background-color: #292929; } .menu-item .label { -fx-text-fill: white; } .tooltip { -fx-background-color: #292929; } *.scroll-bar:horizontal { -fx-opacity: 0; } *.scroll-bar:vertical *.thumb { -fx-background-color: #333333; -fx-padding: 10px; } *.scroll-bar:vertical *.thumb:hover { -fx-background-color: #404040; } *.scroll-bar:vertical *.increment-button, *.scroll-bar:vertical *.decrement-button { -fx-background-color: #121212; -fx-padding: 5px; -fx-border-color: #121212; -fx-background-insets: 0, 0, 0; } *.scroll-bar:vertical *.increment-arrow, *.scroll-bar:vertical *.decrement-arrow { -fx-shape: " "; -fx-padding:5px; } *.scroll-bar:vertical *.track { -fx-background-color: #181818; -fx-padding: 10px; } .progress-bar > .bar { -fx-background-color: linear-gradient( from 0px .75em to .75em 0px, repeat, -fx-accent 0%, -fx-accent 49%, derive(-fx-accent, 30%) 50%, derive(-fx-accent, 30%) 99% ); -fx-background-insets: 0; } .progress-bar > .track { -fx-background-color: #34495e; -fx-text-box-border: #34495e; -fx-control-inner-background: #34495e; } #appTitle { -fx-text-fill: white; } .menu-bar { -fx-background-color: #121212; -fx-text-fill: white; } .menu .label { -fx-text-fill: white; } .button { -fx-background-color: #181818; -fx-text-fill: white; } .button:hover { -fx-background-color: #282828; }
gui/src/main/resources/task_style.css
.root { -fx-background-color : #121212; } #minBtn { -fx-graphic: url('icons/minimize_icon_light.png'); } #minBtn:hover { -fx-background-color: #292929; } #minBtn:pressed { -fx-background-color: #1F1F1F; } #maxBtn { -fx-graphic: url('icons/maximize_icon_light.png'); } #maxBtn:pressed { -fx-background-color: #1F1F1F; } #closeBtn { -fx-graphic: url('icons/close_icon_light.png'); } #closeBtn:hover { -fx-background-color: #E81123; } #closeBtn:pressed { -fx-background-color: #F1707A; } .tab-pane .tab-header-area .tab-header-background { -fx-opacity: 0; } .tab-pane { -fx-tab-min-width:90px; } .tab { -fx-background-insets: 0 1 0 1,0,0; } .tab-pane .tab { -fx-background-color: #e6e6e6; } .tab-pane .tab:selected { -fx-background-color: #3c3c3c; } .tab .tab-label { -fx-alignment: CENTER; -fx-text-fill: #828282; -fx-font-size: 12px; -fx-font-weight: bold; } .tab:selected .tab-label { -fx-alignment: CENTER; -fx-text-fill: #e6e6e6; } .titled-pane * { -fx-background-color: transparent; } .titled-pane { -fx-text-fill: white; } .titled-pane > .title { -fx-background-color: #121212; -fx-text-fill: white; -fx-alignment: center; } .titled-pane > *.content { -fx-box-border: transparent; } .context-menu { -fx-background-color: #333333; } .menu-item { -fx-background-color: #333333; } .menu-item:hover { -fx-background-color: #292929; } .menu-item .label { -fx-text-fill: white; } .tooltip { -fx-background-color: #292929; } *.scroll-bar:horizontal { -fx-opacity: 0; } *.scroll-bar:vertical *.thumb { -fx-background-color: #333333; -fx-padding: 10px; } *.scroll-bar:vertical *.thumb:hover { -fx-background-color: #404040; } *.scroll-bar:vertical *.increment-button, *.scroll-bar:vertical *.decrement-button { -fx-background-color: #121212; -fx-padding: 5px; -fx-border-color: #121212; -fx-background-insets: 0, 0, 0; } *.scroll-bar:vertical *.increment-arrow, *.scroll-bar:vertical *.decrement-arrow { -fx-shape: " "; -fx-padding:5px; } *.scroll-bar:vertical *.track { -fx-background-color: #181818; -fx-padding: 10px; } .progress-bar > .bar { -fx-background-color: linear-gradient( from 0px .75em to .75em 0px, repeat, -fx-accent 0%, -fx-accent 49%, derive(-fx-accent, 30%) 50%, derive(-fx-accent, 30%) 99% ); -fx-background-insets: 0; } .progress-bar > .track { -fx-background-color: #34495e; -fx-text-box-border: #34495e; -fx-control-inner-background: #34495e; } #appTitle { -fx-text-fill: white; } .menu-bar { -fx-background-color: #121212; -fx-text-fill: white; } .menu .label { -fx-text-fill: white; } .button { -fx-background-color: #181818; -fx-text-fill: white; } .button:hover { -fx-background-color: #282828; }
0.346541
0.08772
* base.css * 描述:重置页面元素并设置布局样式 * 作用范围: 全局 *******************************************/ html,body,input,textarea,select,legend{ color:#404040; /*全局默认文字颜色*/ } a { color: #145ccd; /*全局默认链接颜色*/ } a:hover{ color: #4bbd00; /*全局默认链接悬停颜色*/ } a:hover, a:focus { color: #0d3d88; } /************************************************* * common.css * 描述:定义公共类名 * 作用范围: 公共,独立样式 *************************************************/ /* 文章搜索/用户搜素 下拉弹出按钮 实心小箭头 */ .arrow-down { border-top-color: #000; } .arrow-up { border-bottom-color: #000; } .arrow-left { border-right-color: #000; } .arrow-right { border-left-color: #000; } /********************************************** * module.css * 描述:定义常用组件样式 * 作用范围: 公共,组件模块 ***********************************************/ /* 文章新增编辑页,权限授权页,分类编辑页 tab标签 */ .tab-nav { border-bottom-color: #e0e0e0; } .tab-nav .current a, .tab-nav .current a:hover { border-color: #34b4e0 #e0e0e0 #f6f6f6; } /* (暂未使用) 面包屑导航 */ .breadcrumb { color: #999; } .tags-crumb li { background-color: #e0e0e0; } .tags-crumb .current { background-color: #f60; } .tags-crumb .current a { color: #fff; } .tags-crumb li i { border-left-color: #fff } .tags-crumb li b { border-left-color: #e0e0e0 } .tags-crumb .current b { border-left-color: #f60; } /* 列表分页 */ .page a, .page span { color: #686868; border: 1px solid #CCCCCC; } .page a:hover { background: #E1E1E1; } .page .current { border-top: 3px solid #4BBD00; height: 28px; line-height: 26px; } /* uploadify插件上传按钮 */ .uploadify-button { color: #fff; background-color: #27ae60; } /* 分类管理/分类授权 树形菜单(目前只支持3级) ------------------------------------------ */ .category .hd { border-bottom-color: #d4d4d4; color:#fff; background-color: #353535; } .category .cate-item dt { border-bottom-color: #E7E7E7; } .category .name .error { color: #B94A48; } .category .name .success { color: #468847; } .close { color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } /******************************************** * form.css * 描述:定义表单样式 * 作用范围: 公共,表单模块,表单布局 *********************************************/ /* 表单组件 ------------------------------------------ */ .text,.textarea { border-color: #eeeeee; background-color: #fff; } select { border-color: #ccc; } .must { color: #f00; /* 表单必填项标识字符*/ } /* 多行两列表单 ------------------------------------------ */ .form-horizontal .item-label .check-tips { color: #aaa; /* 表单label后面的提示文字 */ } .form-horizontal .controls .check-tips { color: #999; /*表单ajax操作完成后返回的提示文字*/ } /* 搜索表单 ------------------------------------------ */ .search-form .sleft {/* 高级搜索左边的搜索框 */ border-color: #ebebeb; background-color: #fff; } /* 状态搜索下拉选项 */ .search-form .drop-down ul { background-color: #fff; border-color: #ebebeb; } .search-form .drop-down ul li { border-top-color: #ebebeb; } .search-form .drop-down ul a { color: #404040; } .search-form .drop-down ul a:hover { background-color: #f0f0f0; } .search-form .sch-btn:hover { /* 搜索提交按钮 */ color: #fff; } .focus{ border: 1px solid #d1d1d1; box-shadow: 0 0 12px #ECECEC; } /********************************************* * table.css * 描述:定义数据表格样式 * 作用范围: 公共,表格模块 **********************************************/ /* 内容区 行默认颜色*/ .data-table tbody tr { background-color: #ffffff; color: #686868; } .data-table thead th, .data-table tbody td { /*非隔行变色时 用于行区分的单元格底线颜色 */ border-bottom-color: #ddd; } /* 表头配色 */ .data-table thead th { color:#353535; background-color:#eaeaea; } /* 隔行变色 行默认颜色 */ .table-striped tbody tr { background-color: #fefefe; color: #686868; } /* 隔行变色 偶数行配色 */ .table-striped tbody tr:nth-child(even) { background-color:#fbfbfb; } /************************************* * button.css * 描述:定义按钮样式 * 作用范围: 公共,按钮组,单独按钮 *************************************/ /* 普通按钮 */ .btn { display: inline-block; padding: 7px 20px; margin-bottom: 0; font-family: "Helvetica Neue", Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', Tahoma, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1.53846154; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1); -o-transition: all .8s cubic-bezier(.175, .885, .32, 1); transition: all .8s cubic-bezier(.175, .885, .32, 1); } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #353535; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn { color: #353535; background-color: #f2f2f2; border-color: #d4d4d4; border-color: #ccc; } .btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn { color: #353535; background-color: #dedede; border-color: #a1a1a1; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1); box-shadow: 0 2px 1px rgba(0, 0, 0, .1); } .btn:active, .btn.active, .open .dropdown-toggle.btn { background-image: none; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover, .btn.disabled:focus, .btn[disabled]:focus, fieldset[disabled] .btn:focus, .btn.disabled:active, .btn[disabled]:active, fieldset[disabled] .btn:active, .btn.disabled.active, .btn[disabled].active, fieldset[disabled] .btn.active { background-color: #f2f2f2; border-color: #bfbfbf; } /* 表单返回按钮 */ .btn-return { color: #000; } /* 表单提交按钮(确定,保存,提交) */ .submit-btn { color: #fff; background-color: #2062b0; } .submit-btn:hover { color: #fff; background-color: #0777bf; } /* 下拉弹出按钮 */ .btn-group .dropdown, .btn-group-click .dropdown { border-color: #ccc; background-color: #fff; } .btn-group .dropdown a:hover, .btn-group-click .dropdown a:hover { background-color: #eee; } /* 被禁用的按钮 */ .btn.disabled { color:#000; cursor: not-allowed; } /************************************* * style.css *************************************/ /* 头部Logo,主导航*/ .header { background-color: #2062b0; } /* 主导航 */ .main-nav a { color: #FFF; } .main-nav a:hover { background-color:#5799e6; } .main-nav .current{ background-color:#5799e6; } .main-nav .current a { background-color: #5799e6; } /* 顶部右侧 用户bar */ .header .user-menu { border-color: #ddd; background-color: #fff; } .header .user-menu li { border-bottom-color: #ddd; } .header .user-menu a:hover { color: #424242; background-color: #5799e6; } /* 边栏导航样式 ------------------------------------------ */ .sidebar { background:#eef1f7; } /* 子导航Group标题栏 */ .subnav h3 { color: #353535; } .subnav h3 a { color: #353535; } /* 左侧二级菜单 */ .side-sub-menu > li > .item { color: #353535; } .side-sub-menu > li > .item:hover{ color:#277bc1; background: url(../images/nav_sj.png) no-repeat right; } .side-sub-menu > .current > .item, .side-sub-menu > .hover > .item { color: #277bc1; } .side-sub-menu > .current > .item, .side-sub-menu > .current > .item:hover { /* 高亮导航 */ color: #277bc1; background: url(../images/nav_sj.png) no-repeat right; } /* windows开始菜单式子菜单 */ .side-sub-menu li .subitem { border-color: #ccc; background-color: #fff; } .side-sub-menu .subitem .item:hover { background: url(../images/subnav_current.png) no-repeat 130px 12px #f5f5f5; } /* 后台主内容区域 ------------------------------------------------- */ .main { background-color: #fff; } .main-title h2 { color: #445566; } .main-title .ca { /* 内容列表 面包屑 */ background: url(../images/subnav_current.png) no-repeat center center; } /* 访问授权页面 大类区块 */ .checkmod { border-color: #ebebeb; } .checkmod dt { border-bottom-color: #ebebeb; background-color: #ECECEC; } /* 版权信息 */ .cont-ft { background-color: #f6f6f6; } .copyright { border-top-color: #ccc; } /************************************* * 登陆页面css ***********************************/ /* body 配色*/ #login-page { color: #000; background-color: #30333F; } #login-page .login-form { background-color: #fff; box-shadow: 0 0 26px #041A36; } #login-page .login-form h3 { color: #8D9CAA; } #login-page .login-form .check-tips { color: #ff0000; } #login-page .login-form .item { border-color: #ececec; } #login-page .login-form .focus { border-color: #A6E1F3; box-shadow: 0 0 12px #BAF7FF; } #login-page .login-form .icon-login-user, #login-page .login-form .icon-login-pwd, .#login-page login-form .icon-login-verifycode { background: url("../images/icon24_login.png") no-repeat; } #login-page .login-form .icon-login-user { background-position: 0 0; } #login-page .login-form .icon-login-pwd { background-position: -48px 0; } #login-page .login-form .icon-login-verifycode { background-position: -24px 0; } #login-page .login-form input { background-color: #fff; color:#686868; } #login-page .login-form .login-btn { color: #FFFFFF; background-color: #40C402; } #login-page .login-form .login-btn:hover { background-color: #42EC00; } #login-page .login-form .login-btn[disabled] { opacity: 0.6; filter: alpha(opacity=60); cursor: default; box-shadow: none; } #login-page .icon-loading { background: url(../images/loading_icon.gif) no-repeat 0 0; } #login-page input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } #login-page .logo-img { background: url(../images/logo.png) no-repeat 0 center; } #login-page .welcome{ color:#ddd; } #login-page .reloadverify{ color:#69C3FF; } #login-page img.verifyimg{ border-color: #ececec; }
php/Public/Admin/css/default_color.css
* base.css * 描述:重置页面元素并设置布局样式 * 作用范围: 全局 *******************************************/ html,body,input,textarea,select,legend{ color:#404040; /*全局默认文字颜色*/ } a { color: #145ccd; /*全局默认链接颜色*/ } a:hover{ color: #4bbd00; /*全局默认链接悬停颜色*/ } a:hover, a:focus { color: #0d3d88; } /************************************************* * common.css * 描述:定义公共类名 * 作用范围: 公共,独立样式 *************************************************/ /* 文章搜索/用户搜素 下拉弹出按钮 实心小箭头 */ .arrow-down { border-top-color: #000; } .arrow-up { border-bottom-color: #000; } .arrow-left { border-right-color: #000; } .arrow-right { border-left-color: #000; } /********************************************** * module.css * 描述:定义常用组件样式 * 作用范围: 公共,组件模块 ***********************************************/ /* 文章新增编辑页,权限授权页,分类编辑页 tab标签 */ .tab-nav { border-bottom-color: #e0e0e0; } .tab-nav .current a, .tab-nav .current a:hover { border-color: #34b4e0 #e0e0e0 #f6f6f6; } /* (暂未使用) 面包屑导航 */ .breadcrumb { color: #999; } .tags-crumb li { background-color: #e0e0e0; } .tags-crumb .current { background-color: #f60; } .tags-crumb .current a { color: #fff; } .tags-crumb li i { border-left-color: #fff } .tags-crumb li b { border-left-color: #e0e0e0 } .tags-crumb .current b { border-left-color: #f60; } /* 列表分页 */ .page a, .page span { color: #686868; border: 1px solid #CCCCCC; } .page a:hover { background: #E1E1E1; } .page .current { border-top: 3px solid #4BBD00; height: 28px; line-height: 26px; } /* uploadify插件上传按钮 */ .uploadify-button { color: #fff; background-color: #27ae60; } /* 分类管理/分类授权 树形菜单(目前只支持3级) ------------------------------------------ */ .category .hd { border-bottom-color: #d4d4d4; color:#fff; background-color: #353535; } .category .cate-item dt { border-bottom-color: #E7E7E7; } .category .name .error { color: #B94A48; } .category .name .success { color: #468847; } .close { color: #000000; text-shadow: 0 1px 0 #ffffff; opacity: 0.2; filter: alpha(opacity=20); } /******************************************** * form.css * 描述:定义表单样式 * 作用范围: 公共,表单模块,表单布局 *********************************************/ /* 表单组件 ------------------------------------------ */ .text,.textarea { border-color: #eeeeee; background-color: #fff; } select { border-color: #ccc; } .must { color: #f00; /* 表单必填项标识字符*/ } /* 多行两列表单 ------------------------------------------ */ .form-horizontal .item-label .check-tips { color: #aaa; /* 表单label后面的提示文字 */ } .form-horizontal .controls .check-tips { color: #999; /*表单ajax操作完成后返回的提示文字*/ } /* 搜索表单 ------------------------------------------ */ .search-form .sleft {/* 高级搜索左边的搜索框 */ border-color: #ebebeb; background-color: #fff; } /* 状态搜索下拉选项 */ .search-form .drop-down ul { background-color: #fff; border-color: #ebebeb; } .search-form .drop-down ul li { border-top-color: #ebebeb; } .search-form .drop-down ul a { color: #404040; } .search-form .drop-down ul a:hover { background-color: #f0f0f0; } .search-form .sch-btn:hover { /* 搜索提交按钮 */ color: #fff; } .focus{ border: 1px solid #d1d1d1; box-shadow: 0 0 12px #ECECEC; } /********************************************* * table.css * 描述:定义数据表格样式 * 作用范围: 公共,表格模块 **********************************************/ /* 内容区 行默认颜色*/ .data-table tbody tr { background-color: #ffffff; color: #686868; } .data-table thead th, .data-table tbody td { /*非隔行变色时 用于行区分的单元格底线颜色 */ border-bottom-color: #ddd; } /* 表头配色 */ .data-table thead th { color:#353535; background-color:#eaeaea; } /* 隔行变色 行默认颜色 */ .table-striped tbody tr { background-color: #fefefe; color: #686868; } /* 隔行变色 偶数行配色 */ .table-striped tbody tr:nth-child(even) { background-color:#fbfbfb; } /************************************* * button.css * 描述:定义按钮样式 * 作用范围: 公共,按钮组,单独按钮 *************************************/ /* 普通按钮 */ .btn { display: inline-block; padding: 7px 20px; margin-bottom: 0; font-family: "Helvetica Neue", Helvetica, 'Microsoft Yahei', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', Tahoma, Arial, sans-serif; font-size: 13px; font-weight: normal; line-height: 1.53846154; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: none; border: 1px solid transparent; -webkit-transition: all .8s cubic-bezier(.175, .885, .32, 1); -o-transition: all .8s cubic-bezier(.175, .885, .32, 1); transition: all .8s cubic-bezier(.175, .885, .32, 1); } .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .btn:hover, .btn:focus { color: #353535; text-decoration: none; } .btn:active, .btn.active { background-image: none; outline: none; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; } .btn { color: #353535; background-color: #f2f2f2; border-color: #d4d4d4; border-color: #ccc; } .btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn { color: #353535; background-color: #dedede; border-color: #a1a1a1; -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .1); box-shadow: 0 2px 1px rgba(0, 0, 0, .1); } .btn:active, .btn.active, .open .dropdown-toggle.btn { background-image: none; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1); } .btn.disabled, .btn[disabled], fieldset[disabled] .btn, .btn.disabled:hover, .btn[disabled]:hover, fieldset[disabled] .btn:hover, .btn.disabled:focus, .btn[disabled]:focus, fieldset[disabled] .btn:focus, .btn.disabled:active, .btn[disabled]:active, fieldset[disabled] .btn:active, .btn.disabled.active, .btn[disabled].active, fieldset[disabled] .btn.active { background-color: #f2f2f2; border-color: #bfbfbf; } /* 表单返回按钮 */ .btn-return { color: #000; } /* 表单提交按钮(确定,保存,提交) */ .submit-btn { color: #fff; background-color: #2062b0; } .submit-btn:hover { color: #fff; background-color: #0777bf; } /* 下拉弹出按钮 */ .btn-group .dropdown, .btn-group-click .dropdown { border-color: #ccc; background-color: #fff; } .btn-group .dropdown a:hover, .btn-group-click .dropdown a:hover { background-color: #eee; } /* 被禁用的按钮 */ .btn.disabled { color:#000; cursor: not-allowed; } /************************************* * style.css *************************************/ /* 头部Logo,主导航*/ .header { background-color: #2062b0; } /* 主导航 */ .main-nav a { color: #FFF; } .main-nav a:hover { background-color:#5799e6; } .main-nav .current{ background-color:#5799e6; } .main-nav .current a { background-color: #5799e6; } /* 顶部右侧 用户bar */ .header .user-menu { border-color: #ddd; background-color: #fff; } .header .user-menu li { border-bottom-color: #ddd; } .header .user-menu a:hover { color: #424242; background-color: #5799e6; } /* 边栏导航样式 ------------------------------------------ */ .sidebar { background:#eef1f7; } /* 子导航Group标题栏 */ .subnav h3 { color: #353535; } .subnav h3 a { color: #353535; } /* 左侧二级菜单 */ .side-sub-menu > li > .item { color: #353535; } .side-sub-menu > li > .item:hover{ color:#277bc1; background: url(../images/nav_sj.png) no-repeat right; } .side-sub-menu > .current > .item, .side-sub-menu > .hover > .item { color: #277bc1; } .side-sub-menu > .current > .item, .side-sub-menu > .current > .item:hover { /* 高亮导航 */ color: #277bc1; background: url(../images/nav_sj.png) no-repeat right; } /* windows开始菜单式子菜单 */ .side-sub-menu li .subitem { border-color: #ccc; background-color: #fff; } .side-sub-menu .subitem .item:hover { background: url(../images/subnav_current.png) no-repeat 130px 12px #f5f5f5; } /* 后台主内容区域 ------------------------------------------------- */ .main { background-color: #fff; } .main-title h2 { color: #445566; } .main-title .ca { /* 内容列表 面包屑 */ background: url(../images/subnav_current.png) no-repeat center center; } /* 访问授权页面 大类区块 */ .checkmod { border-color: #ebebeb; } .checkmod dt { border-bottom-color: #ebebeb; background-color: #ECECEC; } /* 版权信息 */ .cont-ft { background-color: #f6f6f6; } .copyright { border-top-color: #ccc; } /************************************* * 登陆页面css ***********************************/ /* body 配色*/ #login-page { color: #000; background-color: #30333F; } #login-page .login-form { background-color: #fff; box-shadow: 0 0 26px #041A36; } #login-page .login-form h3 { color: #8D9CAA; } #login-page .login-form .check-tips { color: #ff0000; } #login-page .login-form .item { border-color: #ececec; } #login-page .login-form .focus { border-color: #A6E1F3; box-shadow: 0 0 12px #BAF7FF; } #login-page .login-form .icon-login-user, #login-page .login-form .icon-login-pwd, .#login-page login-form .icon-login-verifycode { background: url("../images/icon24_login.png") no-repeat; } #login-page .login-form .icon-login-user { background-position: 0 0; } #login-page .login-form .icon-login-pwd { background-position: -48px 0; } #login-page .login-form .icon-login-verifycode { background-position: -24px 0; } #login-page .login-form input { background-color: #fff; color:#686868; } #login-page .login-form .login-btn { color: #FFFFFF; background-color: #40C402; } #login-page .login-form .login-btn:hover { background-color: #42EC00; } #login-page .login-form .login-btn[disabled] { opacity: 0.6; filter: alpha(opacity=60); cursor: default; box-shadow: none; } #login-page .icon-loading { background: url(../images/loading_icon.gif) no-repeat 0 0; } #login-page input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; } #login-page .logo-img { background: url(../images/logo.png) no-repeat 0 center; } #login-page .welcome{ color:#ddd; } #login-page .reloadverify{ color:#69C3FF; } #login-page img.verifyimg{ border-color: #ececec; }
0.265785
0.068475
@import url('demo.css'); #back-call { position: fixed; bottom: 8%; right: 0%; text-align: center; vertical-align: middle; padding: 2px 15px; font-size: 40px; background-color: #5f9c37; border: 2px solid #5f9c37; color: #ffff4a; border-radius: 100%; } #back-call-form { display: none; position: fixed; bottom: 5%; right: 0%; background-color: #5f9c37; padding: 10px; border-radius: 5%; } #loading { display: none; position: fixed; bottom: 16.5%; right: 6%; z-index: 10; width: 45px; border-radius: 30px; } .back-call-text { display: none; position: fixed; bottom: 12%; right: 6%; color: #5f9c37; font-size: 15px; font-weight: 900; } #back-call-form input, #back-call-form button { margin-top: 20px; } #back-call-form button { background-color: #ffff4a; padding: 6px 30px; } p { font-size: 17px; } .padding-bottom { padding-bottom: 50px; } .padding-top-150 { padding-top: 150px; } #myTabContent .tab-pane { padding-top: 20px; padding-left: 20px; } .tab-pane p { width: 70%; } .mi-slider { position: relative; height: 420px; } .mi-slider ul { list-style-type: none; position: absolute; width: 100%; left: 0; bottom: 115px; overflow: hidden; text-align: center; pointer-events: none; } .no-js .mi-slider ul { position: relative; left: auto; bottom: auto; margin: 0; overflow: visible; } .mi-slider ul.mi-current { pointer-events: auto; } .mi-slider ul li { display: inline-block; padding: 20px; width: 20%; max-width: 300px; -webkit-transform: translateX(600%); transform: translateX(600%); -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .no-js .mi-slider ul li { -webkit-transform: translateX(0); transform: translateX(0); } .mi-slider ul li a, .mi-slider ul li img { display: block; margin: 0 auto; } .mi-slider ul li a { outline: none; cursor: pointer; } .mi-slider ul li img { max-width: 100%; border: none; } .mi-slider ul li h4 { display: inline-block; font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; font-style: italic; font-weight: 400; font-size: 18px; padding: 20px 10px 0; } .mi-slider ul li:hover { opacity: 0.7; } .mi-slider nav { position: relative; top: 300px; text-align: center; max-width: 800px; margin: 0 auto; border-top: 5px solid #333; } .no-js nav { display: none; } .mi-slider nav a { display: inline-block; text-transform: uppercase; letter-spacing: 5px; padding: 40px 30px 30px 34px; position: relative; color: #888; outline: none; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; } .mi-slider nav a:hover, .mi-slider nav a.mi-selected { color: #000; } .mi-slider nav a.mi-selected:after, .mi-slider nav a.mi-selected:before { content: ''; position: absolute; top: -5px; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; } .mi-slider nav a.mi-selected:after { border-color: transparent; border-top-color: #fff; border-width: 20px; left: 50%; margin-left: -20px; } .mi-slider nav a.mi-selected:before { border-color: transparent; border-top-color: #333; border-width: 27px; left: 50%; margin-left: -27px; } /* Move classes and animations */ .mi-slider ul:first-child li, .no-js .mi-slider ul li { -webkit-animation: scaleUp 350ms ease-in-out both; animation: scaleUp 350ms ease-in-out both; } @-webkit-keyframes scaleUp { 0% { -webkit-transform: translateX(0) scale(0); } 100% { -webkit-transform: translateX(0) scale(1); } } @keyframes scaleUp { 0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); } 100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); } } .mi-slider ul:first-child li:first-child { -webkit-animation-delay: 90ms; animation-delay: 90ms; } .mi-slider ul:first-child li:nth-child(2) { -webkit-animation-delay: 180ms; animation-delay: 180ms; } .mi-slider ul:first-child li:nth-child(3) { -webkit-animation-delay: 270ms; animation-delay: 270ms; } .mi-slider ul:first-child li:nth-child(4) { -webkit-animation-delay: 360ms; animation-delay: 360ms; } /* moveFromRight */ .mi-slider ul.mi-moveFromRight li { -webkit-animation: moveFromRight 350ms ease-in-out both; animation: moveFromRight 350ms ease-in-out both; } /* moveFromLeft */ .mi-slider ul.mi-moveFromLeft li { -webkit-animation: moveFromLeft 350ms ease-in-out both; animation: moveFromLeft 350ms ease-in-out both; } /* moveToRight */ .mi-slider ul.mi-moveToRight li { -webkit-animation: moveToRight 350ms ease-in-out both; animation: moveToRight 350ms ease-in-out both; } /* moveToLeft */ .mi-slider ul.mi-moveToLeft li { -webkit-animation: moveToLeft 350ms ease-in-out both; animation: moveToLeft 350ms ease-in-out both; } /* Animation Delays */ .mi-slider ul.mi-moveToLeft li:first-child, .mi-slider ul.mi-moveFromRight li:first-child, .mi-slider ul.mi-moveToRight li:nth-child(4), .mi-slider ul.mi-moveFromLeft li:nth-child(4) { -webkit-animation-delay: 0ms; animation-delay: 0ms; } .mi-slider ul.mi-moveToLeft li:nth-child(2), .mi-slider ul.mi-moveFromRight li:nth-child(2), .mi-slider ul.mi-moveToRight li:nth-child(3), .mi-slider ul.mi-moveFromLeft li:nth-child(3) { -webkit-animation-delay: 90ms; animation-delay: 90ms; } .mi-slider ul.mi-moveToLeft li:nth-child(3), .mi-slider ul.mi-moveFromRight li:nth-child(3), .mi-slider ul.mi-moveToRight li:nth-child(2), .mi-slider ul.mi-moveFromLeft li:nth-child(2) { -webkit-animation-delay: 180ms; animation-delay: 180ms; } .mi-slider ul.mi-moveToLeft li:nth-child(4), .mi-slider ul.mi-moveFromRight li:nth-child(4), .mi-slider ul.mi-moveToRight li:first-child, .mi-slider ul.mi-moveFromLeft li:first-child { -webkit-animation-delay: 270ms; animation-delay: 270ms; } /* Animations */ @-webkit-keyframes moveFromRight { 0% { -webkit-transform: translateX(600%); } 100% { -webkit-transform: translateX(0%); } } @-webkit-keyframes moveFromLeft { 0% { -webkit-transform: translateX(-600%); } 100% { -webkit-transform: translateX(0%); } } @-webkit-keyframes moveToRight { 0% { -webkit-transform: translateX(0%); } 100% { -webkit-transform: translateX(600%); } } @-webkit-keyframes moveToLeft { 0% { -webkit-transform: translateX(0%); } 100% { -webkit-transform: translateX(-600%); } } @keyframes moveFromRight { 0% { -webkit-transform: translateX(600%); transform: translateX(600%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes moveFromLeft { 0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes moveToRight { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 100% { -webkit-transform: translateX(600%); transform: translateX(600%); } } @keyframes moveToLeft { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); } } .mi-slider { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Media Queries */ @media screen and (max-width: 910px){ .mi-slider nav { max-width: 90%; } .mi-slider nav a { font-size: 12px; padding: 40px 10px 30px 14px; } } @media screen and (max-width: 740px){ .mi-slider { height: 300px; } .mi-slider nav { top: 220px; } } @media screen and (max-width: 490px){ .mi-slider { text-align: center; height: auto; } .mi-slider ul { position: relative; display: inline; bottom: auto; pointer-events: auto; } .mi-slider ul li { -webkit-animation: none !important; animation: none !important; -webkit-transform: translateX(0) !important; transform: translateX(0) !important; padding: 10px 3px; min-width: 140px; } .mi-slider nav { display: none; } } .navbar-custom, .footer-below { background: #5f9c37 !important; } .navbar-custom .navbar-nav li a:hover { color: #ffff4a; } .navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover { color: #ffff4a; background: #5f9c37; } .navbar-brand:hover { color: #ffff4a !important; } #skipnav a { top: -80px; } .contact-list { float: right; list-style-type: none; color: #ffff4a; letter-spacing: 1px; text-transform: none; cursor: pointer; } a:link { color: #ffff4a; } /* visited link */ a:visited { color: #ffff4a; } /* mouse over link */ a:hover { color: #ffff4a; } /* selected link */ a:active { color: #ffff4a; } #bs-example-navbar-collapse-1 ul.navbar-nav { padding-left: 180px; font-family: Comfortaa; } .navbar-brand { color: #ffff4a !important; } header { color: #fff; background-color: #fff; } .panel-default .panel-body { background-color: #5f9c37; } .fa-circle { color: #5f9c37; } .fa-inverse:hover { color: #ffff4a !important; cursor: pointer; } .image-style { height: 280px !important; } .image-style a img { margin: 0 auto; } .img-portfolio { width: 280px; } .page-header { color: #000; font-family: Comfortaa; } body { font-family: Comfortaa; } .service-style { padding-left: 50px; padding-right: 50px; } .service-style p { font-size: 15px; } .header-container { padding-left: 0px; padding-right: 0px; width: 90%; } .terminal-tab a { font-weight: bolder; color: #5f9c37; font-size: large; } #portfolio { padding-top: 20px; } header .row .main-text { color: #000; padding-top: 20px; text-align: left; } header .row .row p { font-size: 16px; } .carousel-inner { height: 320px; } .kiosk-style { height: 230px; width: 160px; } .kiosk-div { padding-top: 30px; } .loto-style { height: 260px; } .mi-slider nav a { padding: 40px 15px 30px 15px; } #services { text-align: center; } .complect-slide { width: 200px; cursor: pointer; } .slider-div { padding-top: 50px; } #complects .page-header { margin-top: -20px; } //services .serviceBox{ text-align: center; margin-top: 20px; } .serviceBox .service-icon{ width: 150px; height: 150px; border-radius: 50%; display: inline-block; border: 1px solid #2395ec; margin-bottom: 20px; transition: all 0.5s ease 0s; } .serviceBox:hover .service-icon{ background: #2395ec; } .serviceBox .service-icon i{ font-size: 70px; color: #2395ec; line-height: 150px; transition: all 0.5s ease 0s; } .serviceBox .title{ font-size: 24px; color: #171819; margin: 0 0 15px 0; transition: all 0.5s ease 0s; } .serviceBox:hover .title{ color: #2395ec; } .serviceBox .title:after{ content: "\f00d"; display: block; font-family: "fontawesome"; font-size: 15px; margin-top: 14px; color: #2395ec; } .serviceBox .description{ font-size: 14px; color: #737577; line-height: 25px; } .serviceBox.purple .service-icon{ border: 1px solid #8f8bd5; } .serviceBox.purple:hover .service-icon{ background: #8f8bd5; } .serviceBox.purple .service-icon i, .serviceBox.purple .title:after, .serviceBox.purple:hover .title{ color: #8f8bd5; } .serviceBox.green .service-icon{ border: 1px solid #98c830; } .serviceBox.green:hover .service-icon{ background: #98c830; } .serviceBox.green .service-icon i, .serviceBox.green .title:after, .serviceBox.green:hover .title{ color: #98c830; } .serviceBox.orange .service-icon{ border: 1px solid #e69020; } .serviceBox.orange:hover .service-icon{ background: #e69020; } .serviceBox.orange .service-icon i, .serviceBox.orange .title:after, .serviceBox.orange:hover .title{ color: #e69020; } .serviceBox:hover .service-icon i, .serviceBox.purple:hover .service-icon i, .serviceBox.green:hover .service-icon i, .serviceBox.orange:hover .service-icon i{ transform: rotateY(360deg); color: #fff; } .footer-below { height: 50px; padding: 5px 0px !important; }
css/style.css
@import url('demo.css'); #back-call { position: fixed; bottom: 8%; right: 0%; text-align: center; vertical-align: middle; padding: 2px 15px; font-size: 40px; background-color: #5f9c37; border: 2px solid #5f9c37; color: #ffff4a; border-radius: 100%; } #back-call-form { display: none; position: fixed; bottom: 5%; right: 0%; background-color: #5f9c37; padding: 10px; border-radius: 5%; } #loading { display: none; position: fixed; bottom: 16.5%; right: 6%; z-index: 10; width: 45px; border-radius: 30px; } .back-call-text { display: none; position: fixed; bottom: 12%; right: 6%; color: #5f9c37; font-size: 15px; font-weight: 900; } #back-call-form input, #back-call-form button { margin-top: 20px; } #back-call-form button { background-color: #ffff4a; padding: 6px 30px; } p { font-size: 17px; } .padding-bottom { padding-bottom: 50px; } .padding-top-150 { padding-top: 150px; } #myTabContent .tab-pane { padding-top: 20px; padding-left: 20px; } .tab-pane p { width: 70%; } .mi-slider { position: relative; height: 420px; } .mi-slider ul { list-style-type: none; position: absolute; width: 100%; left: 0; bottom: 115px; overflow: hidden; text-align: center; pointer-events: none; } .no-js .mi-slider ul { position: relative; left: auto; bottom: auto; margin: 0; overflow: visible; } .mi-slider ul.mi-current { pointer-events: auto; } .mi-slider ul li { display: inline-block; padding: 20px; width: 20%; max-width: 300px; -webkit-transform: translateX(600%); transform: translateX(600%); -webkit-transition: opacity 0.2s linear; transition: opacity 0.2s linear; } .no-js .mi-slider ul li { -webkit-transform: translateX(0); transform: translateX(0); } .mi-slider ul li a, .mi-slider ul li img { display: block; margin: 0 auto; } .mi-slider ul li a { outline: none; cursor: pointer; } .mi-slider ul li img { max-width: 100%; border: none; } .mi-slider ul li h4 { display: inline-block; font-family: Baskerville, "Baskerville Old Face", "Hoefler Text", Garamond, "Times New Roman", serif; font-style: italic; font-weight: 400; font-size: 18px; padding: 20px 10px 0; } .mi-slider ul li:hover { opacity: 0.7; } .mi-slider nav { position: relative; top: 300px; text-align: center; max-width: 800px; margin: 0 auto; border-top: 5px solid #333; } .no-js nav { display: none; } .mi-slider nav a { display: inline-block; text-transform: uppercase; letter-spacing: 5px; padding: 40px 30px 30px 34px; position: relative; color: #888; outline: none; -webkit-transition: color 0.2s linear; transition: color 0.2s linear; } .mi-slider nav a:hover, .mi-slider nav a.mi-selected { color: #000; } .mi-slider nav a.mi-selected:after, .mi-slider nav a.mi-selected:before { content: ''; position: absolute; top: -5px; border: solid transparent; height: 0; width: 0; position: absolute; pointer-events: none; } .mi-slider nav a.mi-selected:after { border-color: transparent; border-top-color: #fff; border-width: 20px; left: 50%; margin-left: -20px; } .mi-slider nav a.mi-selected:before { border-color: transparent; border-top-color: #333; border-width: 27px; left: 50%; margin-left: -27px; } /* Move classes and animations */ .mi-slider ul:first-child li, .no-js .mi-slider ul li { -webkit-animation: scaleUp 350ms ease-in-out both; animation: scaleUp 350ms ease-in-out both; } @-webkit-keyframes scaleUp { 0% { -webkit-transform: translateX(0) scale(0); } 100% { -webkit-transform: translateX(0) scale(1); } } @keyframes scaleUp { 0% { -webkit-transform: translateX(0) scale(0); transform: translateX(0) scale(0); } 100% { -webkit-transform: translateX(0) scale(1); transform: translateX(0) scale(1); } } .mi-slider ul:first-child li:first-child { -webkit-animation-delay: 90ms; animation-delay: 90ms; } .mi-slider ul:first-child li:nth-child(2) { -webkit-animation-delay: 180ms; animation-delay: 180ms; } .mi-slider ul:first-child li:nth-child(3) { -webkit-animation-delay: 270ms; animation-delay: 270ms; } .mi-slider ul:first-child li:nth-child(4) { -webkit-animation-delay: 360ms; animation-delay: 360ms; } /* moveFromRight */ .mi-slider ul.mi-moveFromRight li { -webkit-animation: moveFromRight 350ms ease-in-out both; animation: moveFromRight 350ms ease-in-out both; } /* moveFromLeft */ .mi-slider ul.mi-moveFromLeft li { -webkit-animation: moveFromLeft 350ms ease-in-out both; animation: moveFromLeft 350ms ease-in-out both; } /* moveToRight */ .mi-slider ul.mi-moveToRight li { -webkit-animation: moveToRight 350ms ease-in-out both; animation: moveToRight 350ms ease-in-out both; } /* moveToLeft */ .mi-slider ul.mi-moveToLeft li { -webkit-animation: moveToLeft 350ms ease-in-out both; animation: moveToLeft 350ms ease-in-out both; } /* Animation Delays */ .mi-slider ul.mi-moveToLeft li:first-child, .mi-slider ul.mi-moveFromRight li:first-child, .mi-slider ul.mi-moveToRight li:nth-child(4), .mi-slider ul.mi-moveFromLeft li:nth-child(4) { -webkit-animation-delay: 0ms; animation-delay: 0ms; } .mi-slider ul.mi-moveToLeft li:nth-child(2), .mi-slider ul.mi-moveFromRight li:nth-child(2), .mi-slider ul.mi-moveToRight li:nth-child(3), .mi-slider ul.mi-moveFromLeft li:nth-child(3) { -webkit-animation-delay: 90ms; animation-delay: 90ms; } .mi-slider ul.mi-moveToLeft li:nth-child(3), .mi-slider ul.mi-moveFromRight li:nth-child(3), .mi-slider ul.mi-moveToRight li:nth-child(2), .mi-slider ul.mi-moveFromLeft li:nth-child(2) { -webkit-animation-delay: 180ms; animation-delay: 180ms; } .mi-slider ul.mi-moveToLeft li:nth-child(4), .mi-slider ul.mi-moveFromRight li:nth-child(4), .mi-slider ul.mi-moveToRight li:first-child, .mi-slider ul.mi-moveFromLeft li:first-child { -webkit-animation-delay: 270ms; animation-delay: 270ms; } /* Animations */ @-webkit-keyframes moveFromRight { 0% { -webkit-transform: translateX(600%); } 100% { -webkit-transform: translateX(0%); } } @-webkit-keyframes moveFromLeft { 0% { -webkit-transform: translateX(-600%); } 100% { -webkit-transform: translateX(0%); } } @-webkit-keyframes moveToRight { 0% { -webkit-transform: translateX(0%); } 100% { -webkit-transform: translateX(600%); } } @-webkit-keyframes moveToLeft { 0% { -webkit-transform: translateX(0%); } 100% { -webkit-transform: translateX(-600%); } } @keyframes moveFromRight { 0% { -webkit-transform: translateX(600%); transform: translateX(600%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes moveFromLeft { 0% { -webkit-transform: translateX(-600%); transform: translateX(-600%); } 100% { -webkit-transform: translateX(0); transform: translateX(0); } } @keyframes moveToRight { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 100% { -webkit-transform: translateX(600%); transform: translateX(600%); } } @keyframes moveToLeft { 0% { -webkit-transform: translateX(0%); transform: translateX(0%); } 100% { -webkit-transform: translateX(-600%); transform: translateX(-600%); } } .mi-slider { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* Media Queries */ @media screen and (max-width: 910px){ .mi-slider nav { max-width: 90%; } .mi-slider nav a { font-size: 12px; padding: 40px 10px 30px 14px; } } @media screen and (max-width: 740px){ .mi-slider { height: 300px; } .mi-slider nav { top: 220px; } } @media screen and (max-width: 490px){ .mi-slider { text-align: center; height: auto; } .mi-slider ul { position: relative; display: inline; bottom: auto; pointer-events: auto; } .mi-slider ul li { -webkit-animation: none !important; animation: none !important; -webkit-transform: translateX(0) !important; transform: translateX(0) !important; padding: 10px 3px; min-width: 140px; } .mi-slider nav { display: none; } } .navbar-custom, .footer-below { background: #5f9c37 !important; } .navbar-custom .navbar-nav li a:hover { color: #ffff4a; } .navbar-custom .navbar-nav li.active a, .navbar-custom .navbar-nav li.active a:active, .navbar-custom .navbar-nav li.active a:focus, .navbar-custom .navbar-nav li.active a:hover { color: #ffff4a; background: #5f9c37; } .navbar-brand:hover { color: #ffff4a !important; } #skipnav a { top: -80px; } .contact-list { float: right; list-style-type: none; color: #ffff4a; letter-spacing: 1px; text-transform: none; cursor: pointer; } a:link { color: #ffff4a; } /* visited link */ a:visited { color: #ffff4a; } /* mouse over link */ a:hover { color: #ffff4a; } /* selected link */ a:active { color: #ffff4a; } #bs-example-navbar-collapse-1 ul.navbar-nav { padding-left: 180px; font-family: Comfortaa; } .navbar-brand { color: #ffff4a !important; } header { color: #fff; background-color: #fff; } .panel-default .panel-body { background-color: #5f9c37; } .fa-circle { color: #5f9c37; } .fa-inverse:hover { color: #ffff4a !important; cursor: pointer; } .image-style { height: 280px !important; } .image-style a img { margin: 0 auto; } .img-portfolio { width: 280px; } .page-header { color: #000; font-family: Comfortaa; } body { font-family: Comfortaa; } .service-style { padding-left: 50px; padding-right: 50px; } .service-style p { font-size: 15px; } .header-container { padding-left: 0px; padding-right: 0px; width: 90%; } .terminal-tab a { font-weight: bolder; color: #5f9c37; font-size: large; } #portfolio { padding-top: 20px; } header .row .main-text { color: #000; padding-top: 20px; text-align: left; } header .row .row p { font-size: 16px; } .carousel-inner { height: 320px; } .kiosk-style { height: 230px; width: 160px; } .kiosk-div { padding-top: 30px; } .loto-style { height: 260px; } .mi-slider nav a { padding: 40px 15px 30px 15px; } #services { text-align: center; } .complect-slide { width: 200px; cursor: pointer; } .slider-div { padding-top: 50px; } #complects .page-header { margin-top: -20px; } //services .serviceBox{ text-align: center; margin-top: 20px; } .serviceBox .service-icon{ width: 150px; height: 150px; border-radius: 50%; display: inline-block; border: 1px solid #2395ec; margin-bottom: 20px; transition: all 0.5s ease 0s; } .serviceBox:hover .service-icon{ background: #2395ec; } .serviceBox .service-icon i{ font-size: 70px; color: #2395ec; line-height: 150px; transition: all 0.5s ease 0s; } .serviceBox .title{ font-size: 24px; color: #171819; margin: 0 0 15px 0; transition: all 0.5s ease 0s; } .serviceBox:hover .title{ color: #2395ec; } .serviceBox .title:after{ content: "\f00d"; display: block; font-family: "fontawesome"; font-size: 15px; margin-top: 14px; color: #2395ec; } .serviceBox .description{ font-size: 14px; color: #737577; line-height: 25px; } .serviceBox.purple .service-icon{ border: 1px solid #8f8bd5; } .serviceBox.purple:hover .service-icon{ background: #8f8bd5; } .serviceBox.purple .service-icon i, .serviceBox.purple .title:after, .serviceBox.purple:hover .title{ color: #8f8bd5; } .serviceBox.green .service-icon{ border: 1px solid #98c830; } .serviceBox.green:hover .service-icon{ background: #98c830; } .serviceBox.green .service-icon i, .serviceBox.green .title:after, .serviceBox.green:hover .title{ color: #98c830; } .serviceBox.orange .service-icon{ border: 1px solid #e69020; } .serviceBox.orange:hover .service-icon{ background: #e69020; } .serviceBox.orange .service-icon i, .serviceBox.orange .title:after, .serviceBox.orange:hover .title{ color: #e69020; } .serviceBox:hover .service-icon i, .serviceBox.purple:hover .service-icon i, .serviceBox.green:hover .service-icon i, .serviceBox.orange:hover .service-icon i{ transform: rotateY(360deg); color: #fff; } .footer-below { height: 50px; padding: 5px 0px !important; }
0.257672
0.049382
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700); html { height: 100%; background-color: #EEE; } body { display: flex; flex-direction: column; box-sizing: border-box; min-height: 100%; margin: 0 auto; padding: .5em 2em; max-width: 800px; font-family: 'Josefin Sans', sans-serif; font-size: 1.2em; background-color: white; border: double 3px #DDD; border-top: none; border-bottom: none; } .content { flex: 1 0 auto; } h1, h2, h3, h4, h5, h6 { margin-top: .5em; text-align: center;} h3 { font-size: 1.2em; } h4 { font-size: 1em; } strong { color: darken(slategrey,20%); } .field_with_errors { padding: 2px; background-color: red; display: inline; } div.navbar-list { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } div.navbar-list a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } div.navbar-list a:hover { background-color: #ddd; color: black; } /* Add a color to the active/current link */ div.navbar-list a.active { background-color: forestgreen; color: white; } div.new-form { width: 60%; margin: 5% 20%; padding: .3em; border: .1em solid #333; } div.form-input { padding: .3em; margin: .3em; } div.form-input label { width: 30%; margin-left: 15%; vertical-align: top; } div.form-input input { width: 40%; } div.form-button input { display: inline-block; background-color: forestgreen; color: #FFFFFF; padding: .2em .3em; text-align: center; text-decoration: none; font-size: 1em; opacity: 0.9; } div.form-button { position: relative; } div.form-button input { position: relative; margin-top: 1em; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .site-footer { background-color: #333; padding: .5em .5em; line-height: 1em; color: #fff; flex-shrink: 0; }
app/assets/stylesheets/application.css
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,700); html { height: 100%; background-color: #EEE; } body { display: flex; flex-direction: column; box-sizing: border-box; min-height: 100%; margin: 0 auto; padding: .5em 2em; max-width: 800px; font-family: 'Josefin Sans', sans-serif; font-size: 1.2em; background-color: white; border: double 3px #DDD; border-top: none; border-bottom: none; } .content { flex: 1 0 auto; } h1, h2, h3, h4, h5, h6 { margin-top: .5em; text-align: center;} h3 { font-size: 1.2em; } h4 { font-size: 1em; } strong { color: darken(slategrey,20%); } .field_with_errors { padding: 2px; background-color: red; display: inline; } div.navbar-list { list-style-type: none; margin: 0; padding: 0; overflow: hidden; background-color: #333; } div.navbar-list a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } div.navbar-list a:hover { background-color: #ddd; color: black; } /* Add a color to the active/current link */ div.navbar-list a.active { background-color: forestgreen; color: white; } div.new-form { width: 60%; margin: 5% 20%; padding: .3em; border: .1em solid #333; } div.form-input { padding: .3em; margin: .3em; } div.form-input label { width: 30%; margin-left: 15%; vertical-align: top; } div.form-input input { width: 40%; } div.form-button input { display: inline-block; background-color: forestgreen; color: #FFFFFF; padding: .2em .3em; text-align: center; text-decoration: none; font-size: 1em; opacity: 0.9; } div.form-button { position: relative; } div.form-button input { position: relative; margin-top: 1em; top: 50%; left: 50%; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .site-footer { background-color: #333; padding: .5em .5em; line-height: 1em; color: #fff; flex-shrink: 0; }
0.391988
0.086516
.menu { height: 100%; } .hover { color: gray; } .menu .item { display: inline-block; margin: 0 1rem; height: 100%; font-weight: bold; position: relative; } .menu .item a { display: block; color: inherit; text-decoration: none; } .item:hover { cursor: pointer; } .item::before { position: absolute; bottom: 0; left: 10%; content: ''; background-color: black; height: 3px; width: 0; transition: ease-in-out 0.2s; } .selected { color: black; } .selected::before { width: 80%; } .draw-menu { margin: 0 auto; color: black; display: flex; width: 900px; height: 440px; font-weight: 600; font-size: 0.8rem; padding: 3rem 0 5rem 0; animation: fadein 0.5s; } .draw-menu a { color: inherit; text-decoration: none; } .draw-menu li { margin: 0.5rem 0; } .draw-menu li a { position: relative; } .draw-menu li a::after { content: ''; position: absolute; top: 40%; right: 0; width: 8px; height: 8px; border-radius: 4px; background-color: #2e5896; z-index: -1; opacity: 0; transition: ease 0.5s all; } .draw-menu li a:hover::after { top: 0; right: -12px; opacity: 1; } .draw-menu .common { color: black; width: 120px; } .subMenu { width: 120px; padding-left: 40px; color: rgb(77, 77, 77); border-left: 1px solid lightgray; } .imgBox { width: 100%; display: flex; justify-content: right; transition: ease 0.2s all; } .imgBox li { position: relative; margin-left: 1rem; } .imgBox li:hover::before { position: absolute; top: 0; left: 0; content: attr(data-title) '\A'attr(data-price); width: 200px; height: 300px; background-color: rgba(0, 0, 0, 0.5); line-height: 20px; cursor: pointer; animation: fadein 0.3s; display: flex; align-items: center; justify-content: center; box-sizing: border-box; text-align: center; color: white; font-weight: 600; white-space: pre; } .imgBox img { width: 200px; height: 300px; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeinout { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }
components/Navbar/sections/Menu.module.css
.menu { height: 100%; } .hover { color: gray; } .menu .item { display: inline-block; margin: 0 1rem; height: 100%; font-weight: bold; position: relative; } .menu .item a { display: block; color: inherit; text-decoration: none; } .item:hover { cursor: pointer; } .item::before { position: absolute; bottom: 0; left: 10%; content: ''; background-color: black; height: 3px; width: 0; transition: ease-in-out 0.2s; } .selected { color: black; } .selected::before { width: 80%; } .draw-menu { margin: 0 auto; color: black; display: flex; width: 900px; height: 440px; font-weight: 600; font-size: 0.8rem; padding: 3rem 0 5rem 0; animation: fadein 0.5s; } .draw-menu a { color: inherit; text-decoration: none; } .draw-menu li { margin: 0.5rem 0; } .draw-menu li a { position: relative; } .draw-menu li a::after { content: ''; position: absolute; top: 40%; right: 0; width: 8px; height: 8px; border-radius: 4px; background-color: #2e5896; z-index: -1; opacity: 0; transition: ease 0.5s all; } .draw-menu li a:hover::after { top: 0; right: -12px; opacity: 1; } .draw-menu .common { color: black; width: 120px; } .subMenu { width: 120px; padding-left: 40px; color: rgb(77, 77, 77); border-left: 1px solid lightgray; } .imgBox { width: 100%; display: flex; justify-content: right; transition: ease 0.2s all; } .imgBox li { position: relative; margin-left: 1rem; } .imgBox li:hover::before { position: absolute; top: 0; left: 0; content: attr(data-title) '\A'attr(data-price); width: 200px; height: 300px; background-color: rgba(0, 0, 0, 0.5); line-height: 20px; cursor: pointer; animation: fadein 0.3s; display: flex; align-items: center; justify-content: center; box-sizing: border-box; text-align: center; color: white; font-weight: 600; white-space: pre; } .imgBox img { width: 200px; height: 300px; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @keyframes fadeinout { 0% { opacity: 1; } 50% { opacity: 0; } 100% { opacity: 1; } }
0.55447
0.08207
body.no-scroll { overflow: hidden; } @media (max-width: 767px) { section h1 { font-size: 2.8rem; } } @media (max-width: 325px) { section h1 { font-size: 2.2rem; } } .backdrop { width: 100%; height: 100%; z-index: 20; background-color: rgba(0, 0, 0, 0.6); overflow: auto; position: fixed; left: 0; top: 0; 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; opacity: 0; pointer-events: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .backdrop.active { opacity: 1; pointer-events: all; } @media (max-width: 767px) { .backdrop { display: block; } } .backdrop .modal { width: 100%; min-height: 450px; max-width: 900px; position: relative; } @media (max-width: 767px) { .backdrop .modal { margin: 15px; width: calc(100% - 30px); } } .backdrop .modal [data-close] { position: absolute; top: 10px; right: 18px; font-size: 1rem; border: 1px solid #fff; border-radius: 50%; padding: 16px; background-color: transparent; outline: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } @media (max-width: 767px) { .backdrop .modal [data-close] { top: 18px; right: 6px; } } .backdrop .modal [data-close] span { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; } .backdrop .modal [data-close]:hover { background-color: #fff; } .backdrop .modal [data-close]:hover span { color: #282a36; } @media (max-width: 767px) { .backdrop .modal [data-close] { background-color: #fff; } .backdrop .modal [data-close] span { color: #282a36; } } .backdrop .modal .content { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #282a36; border-radius: 4px; } @media (max-width: 767px) { .backdrop .modal .content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .backdrop .modal .poster img { height: 100%; min-height: 420px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .backdrop .modal .poster img { width: 100%; } } .backdrop .modal .details { padding: 24px 32px; } .backdrop .modal .details .title { padding: 0 48px 0 0; } .backdrop .modal .details .title strong { margin-right: 24px; } .backdrop .modal .details .title small { padding: 0 12px 0 0; } .backdrop .modal .details .title small + small { padding: 0 12px; border-left: 1px solid #555; } .backdrop .modal .details hr { margin: 10px 0; } .backdrop .modal .details .rating { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .backdrop .modal .details .rating i { color: #DBA506; font-size: 2.5rem; margin-right: 8px; } #search-form { position: relative; z-index: 10; } .search-group { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } .search-group input { width: 100%; } .search-group button[type="submit"] { margin-left: 8px; } .search-group button i { font-size: 1rem; margin-right: 8px; } .search-group > div { width: 100%; max-width: 480px; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } @media (max-width: 767px) { .search-group > div { max-width: calc(100% - 104px); } } .search-group > div #search:focus + #search-results { opacity: 1; pointer-events: all; } .search-group > div #search-results { width: 100%; max-height: 400px; border-radius: 4px; background-color: #333; opacity: 0; pointer-events: none; -webkit-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; position: absolute; top: 44px; } .search-group > div #search-results:focus, .search-group > div #search-results:hover { opacity: 1; pointer-events: all; } @media (max-width: 767px) { .search-group > div #search-results { width: calc(100vw - 40px); } } .search-group > div #search-results ul { list-style: none; max-height: 300px; overflow: auto; } .search-group > div #search-results ul li { padding: 10px 1rem; border-bottom: 2px solid #444; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .search-group > div #search-results ul li img { --small-poster-multiplier: 2.5; width: calc(26px * var(--small-poster-multiplier)); height: calc(40px * var(--small-poster-multiplier)); -o-object-fit: cover; object-fit: cover; } .search-group > div #search-results ul li div.add-to-list-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 12px; } .search-group > div #search-results ul li div.add-to-list-buttons button i { margin-right: 0; pointer-events: none; } .search-group > div #search-results ul li div.add-to-list-buttons button + button { margin-left: 8px; } .search-group > div #search-results ul li [data-more] { display: -webkit-box; display: -ms-flexbox; display: flex; } .search-group > div #search-results ul li [data-more] button { background-color: transparent; padding-bottom: 20px; margin-right: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; outline: none; white-space: nowrap; } .search-group > div #search-results ul li [data-more] button i { pointer-events: none; } .search-group > div #search-results ul li [data-more] button i::after { content: 'more details'; margin-left: 6px; font-family: 'Nunito', sans-serif; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } @media (max-width: 325px) { .search-group > div #search-results ul li [data-more] button i::after { content: 'more'; } } .search-group > div #search-results ul li [data-more] button:hover i::after { margin-left: 10px; } .movie-list ul { display: -ms-grid; display: grid; -ms-grid-columns: (220px)[auto-fill]; grid-template-columns: repeat(auto-fill, 220px); gap: 1.5rem 1.5rem; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; --poster-width: calc(260px * var(--poster-multiplier)); --poster-height: calc(400px * var(--poster-multiplier)); } @media (min-width: 1271px) { .movie-list ul { --poster-multiplier: .7; } } @media (max-width: 1366px) { .movie-list ul { -ms-grid-columns: (185px)[auto-fill]; grid-template-columns: repeat(auto-fill, 185px); } } @media (max-width: 1270px) { .movie-list ul { --poster-multiplier: .6; -ms-grid-columns: (155px)[auto-fill]; grid-template-columns: repeat(auto-fill, 155px); } } @media (max-width: 767px) { .movie-list ul { --poster-multipler: .5; -ms-grid-columns: (calc(50% - 0.75rem))[auto-fill]; grid-template-columns: repeat(auto-fill, calc(50% - 0.75rem)); } } .movie-list ul li { max-width: var(--poster-width); } .movie-list ul li > [data-cover] { width: var(--poster-width); height: var(--poster-height); position: relative; margin-bottom: 12px; } .movie-list ul li > [data-cover]::after { content: ''; height: 100%; width: 100%; border-radius: 12px; background-color: rgba(0, 0, 0, 0.2); position: absolute; left: 0; top: 0; } .movie-list ul li > [data-cover]:hover .actions { opacity: 1; pointer-events: all; } .movie-list ul li > [data-cover] div.actions { width: 100%; height: 100%; position: absolute; z-index: 3; opacity: 0; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; pointer-events: none; } @media (max-width: 767px) { .movie-list ul li > [data-cover] div.actions { opacity: 1; pointer-events: all; } } .movie-list ul li > [data-cover] div.actions .removeAndStatus { padding: 8px 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .movie-list ul li > [data-cover] div.actions .removeAndStatus button i { pointer-events: none; } @-webkit-keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .movie-list ul li > [data-cover] div.actions .to-details { padding: 80px 0 15px; width: 100%; text-align: center; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); border-radius: 12px; cursor: pointer; outline: none; position: absolute; bottom: 0px; } .movie-list ul li > [data-cover] div.actions .to-details i { pointer-events: none; font-size: 24px; position: relative; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; bottom: 0; } .movie-list ul li > [data-cover] div.actions .to-details i.loading-icon { -webkit-animation: loading 1s infinite forwards ease-in-out; animation: loading 1s infinite forwards ease-in-out; display: none; } .movie-list ul li > [data-cover] div.actions .to-details.loading i { display: none; } .movie-list ul li > [data-cover] div.actions .to-details.loading i.loading-icon { display: block; } .movie-list ul li > [data-cover] div.actions .to-details:hover i { bottom: 8px; } .movie-list ul li img { width: 100%; height: 100%; border-radius: 12px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .movie-details { height: 480px; position: absolute; width: 100%; left: 0; background-color: #000; background-color: #3d3572; background-color: #333545; background-color: #1d1f27; } .movie-details div { max-width: 90vw; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .movie-details div main { padding: 30px 0; width: 50%; } .movie-details div aside { height: 300px; width: 400px; background-size: cover; background-image: url("https://m.media-amazon.com/images/M/MV5BMDI5ZWJhOWItYTlhOC00YWNhLTlkNzctNDU5YTI1M2E1MWZhXkEyXkFqcGdeQXVyNTIzOTk5ODM@._V1_SX300.jpg"); }
src/app/views/Movies/styles.css
body.no-scroll { overflow: hidden; } @media (max-width: 767px) { section h1 { font-size: 2.8rem; } } @media (max-width: 325px) { section h1 { font-size: 2.2rem; } } .backdrop { width: 100%; height: 100%; z-index: 20; background-color: rgba(0, 0, 0, 0.6); overflow: auto; position: fixed; left: 0; top: 0; 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; opacity: 0; pointer-events: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } .backdrop.active { opacity: 1; pointer-events: all; } @media (max-width: 767px) { .backdrop { display: block; } } .backdrop .modal { width: 100%; min-height: 450px; max-width: 900px; position: relative; } @media (max-width: 767px) { .backdrop .modal { margin: 15px; width: calc(100% - 30px); } } .backdrop .modal [data-close] { position: absolute; top: 10px; right: 18px; font-size: 1rem; border: 1px solid #fff; border-radius: 50%; padding: 16px; background-color: transparent; outline: none; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } @media (max-width: 767px) { .backdrop .modal [data-close] { top: 18px; right: 6px; } } .backdrop .modal [data-close] span { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; } .backdrop .modal [data-close]:hover { background-color: #fff; } .backdrop .modal [data-close]:hover span { color: #282a36; } @media (max-width: 767px) { .backdrop .modal [data-close] { background-color: #fff; } .backdrop .modal [data-close] span { color: #282a36; } } .backdrop .modal .content { display: -webkit-box; display: -ms-flexbox; display: flex; background-color: #282a36; border-radius: 4px; } @media (max-width: 767px) { .backdrop .modal .content { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .backdrop .modal .poster img { height: 100%; min-height: 420px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; -o-object-fit: cover; object-fit: cover; } @media (max-width: 767px) { .backdrop .modal .poster img { width: 100%; } } .backdrop .modal .details { padding: 24px 32px; } .backdrop .modal .details .title { padding: 0 48px 0 0; } .backdrop .modal .details .title strong { margin-right: 24px; } .backdrop .modal .details .title small { padding: 0 12px 0 0; } .backdrop .modal .details .title small + small { padding: 0 12px; border-left: 1px solid #555; } .backdrop .modal .details hr { margin: 10px 0; } .backdrop .modal .details .rating { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .backdrop .modal .details .rating i { color: #DBA506; font-size: 2.5rem; margin-right: 8px; } #search-form { position: relative; z-index: 10; } .search-group { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; } .search-group input { width: 100%; } .search-group button[type="submit"] { margin-left: 8px; } .search-group button i { font-size: 1rem; margin-right: 8px; } .search-group > div { width: 100%; max-width: 480px; display: -webkit-box; display: -ms-flexbox; display: flex; position: relative; } @media (max-width: 767px) { .search-group > div { max-width: calc(100% - 104px); } } .search-group > div #search:focus + #search-results { opacity: 1; pointer-events: all; } .search-group > div #search-results { width: 100%; max-height: 400px; border-radius: 4px; background-color: #333; opacity: 0; pointer-events: none; -webkit-transition: opacity .2s ease-in-out; transition: opacity .2s ease-in-out; position: absolute; top: 44px; } .search-group > div #search-results:focus, .search-group > div #search-results:hover { opacity: 1; pointer-events: all; } @media (max-width: 767px) { .search-group > div #search-results { width: calc(100vw - 40px); } } .search-group > div #search-results ul { list-style: none; max-height: 300px; overflow: auto; } .search-group > div #search-results ul li { padding: 10px 1rem; border-bottom: 2px solid #444; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .search-group > div #search-results ul li img { --small-poster-multiplier: 2.5; width: calc(26px * var(--small-poster-multiplier)); height: calc(40px * var(--small-poster-multiplier)); -o-object-fit: cover; object-fit: cover; } .search-group > div #search-results ul li div.add-to-list-buttons { display: -webkit-box; display: -ms-flexbox; display: flex; margin-top: 12px; } .search-group > div #search-results ul li div.add-to-list-buttons button i { margin-right: 0; pointer-events: none; } .search-group > div #search-results ul li div.add-to-list-buttons button + button { margin-left: 8px; } .search-group > div #search-results ul li [data-more] { display: -webkit-box; display: -ms-flexbox; display: flex; } .search-group > div #search-results ul li [data-more] button { background-color: transparent; padding-bottom: 20px; margin-right: 12px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; outline: none; white-space: nowrap; } .search-group > div #search-results ul li [data-more] button i { pointer-events: none; } .search-group > div #search-results ul li [data-more] button i::after { content: 'more details'; margin-left: 6px; font-family: 'Nunito', sans-serif; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; } @media (max-width: 325px) { .search-group > div #search-results ul li [data-more] button i::after { content: 'more'; } } .search-group > div #search-results ul li [data-more] button:hover i::after { margin-left: 10px; } .movie-list ul { display: -ms-grid; display: grid; -ms-grid-columns: (220px)[auto-fill]; grid-template-columns: repeat(auto-fill, 220px); gap: 1.5rem 1.5rem; -ms-flex-wrap: wrap; flex-wrap: wrap; list-style: none; --poster-width: calc(260px * var(--poster-multiplier)); --poster-height: calc(400px * var(--poster-multiplier)); } @media (min-width: 1271px) { .movie-list ul { --poster-multiplier: .7; } } @media (max-width: 1366px) { .movie-list ul { -ms-grid-columns: (185px)[auto-fill]; grid-template-columns: repeat(auto-fill, 185px); } } @media (max-width: 1270px) { .movie-list ul { --poster-multiplier: .6; -ms-grid-columns: (155px)[auto-fill]; grid-template-columns: repeat(auto-fill, 155px); } } @media (max-width: 767px) { .movie-list ul { --poster-multipler: .5; -ms-grid-columns: (calc(50% - 0.75rem))[auto-fill]; grid-template-columns: repeat(auto-fill, calc(50% - 0.75rem)); } } .movie-list ul li { max-width: var(--poster-width); } .movie-list ul li > [data-cover] { width: var(--poster-width); height: var(--poster-height); position: relative; margin-bottom: 12px; } .movie-list ul li > [data-cover]::after { content: ''; height: 100%; width: 100%; border-radius: 12px; background-color: rgba(0, 0, 0, 0.2); position: absolute; left: 0; top: 0; } .movie-list ul li > [data-cover]:hover .actions { opacity: 1; pointer-events: all; } .movie-list ul li > [data-cover] div.actions { width: 100%; height: 100%; position: absolute; z-index: 3; opacity: 0; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; pointer-events: none; } @media (max-width: 767px) { .movie-list ul li > [data-cover] div.actions { opacity: 1; pointer-events: all; } } .movie-list ul li > [data-cover] div.actions .removeAndStatus { padding: 8px 8px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .movie-list ul li > [data-cover] div.actions .removeAndStatus button i { pointer-events: none; } @-webkit-keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes loading { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } } .movie-list ul li > [data-cover] div.actions .to-details { padding: 80px 0 15px; width: 100%; text-align: center; background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)); border-radius: 12px; cursor: pointer; outline: none; position: absolute; bottom: 0px; } .movie-list ul li > [data-cover] div.actions .to-details i { pointer-events: none; font-size: 24px; position: relative; -webkit-transition: .2s ease-in-out; transition: .2s ease-in-out; bottom: 0; } .movie-list ul li > [data-cover] div.actions .to-details i.loading-icon { -webkit-animation: loading 1s infinite forwards ease-in-out; animation: loading 1s infinite forwards ease-in-out; display: none; } .movie-list ul li > [data-cover] div.actions .to-details.loading i { display: none; } .movie-list ul li > [data-cover] div.actions .to-details.loading i.loading-icon { display: block; } .movie-list ul li > [data-cover] div.actions .to-details:hover i { bottom: 8px; } .movie-list ul li img { width: 100%; height: 100%; border-radius: 12px; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; } .movie-details { height: 480px; position: absolute; width: 100%; left: 0; background-color: #000; background-color: #3d3572; background-color: #333545; background-color: #1d1f27; } .movie-details div { max-width: 90vw; margin: auto; display: -webkit-box; display: -ms-flexbox; display: flex; } .movie-details div main { padding: 30px 0; width: 50%; } .movie-details div aside { height: 300px; width: 400px; background-size: cover; background-image: url("https://m.media-amazon.com/images/M/MV5BMDI5ZWJhOWItYTlhOC00YWNhLTlkNzctNDU5YTI1M2E1MWZhXkEyXkFqcGdeQXVyNTIzOTk5ODM@._V1_SX300.jpg"); }
0.40392
0.055107
* { box-sizing: border-box; margin: 0; padding: 0; } /* Dimensionner les diapos et leur contenu */ /* Ajouter un fond unique, couvrant l'écran */ /* Fixer le fond, et hop ! */ section { height: 100vh; font-size: 5vh; text-align: center; color: white; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } /*sections et images*/ section:nth-of-type(1) { background-image: url('../medias/images/Dune03.webp'); display: flex; justify-content: center; align-items: center; } section:nth-of-type(2) { background-image: url('../medias/images/Dune06.webp'); } section:nth-of-type(3) { background-image: url('../medias/images/dune-cast-scaled.jpeg'); } section:nth-of-type(4) { background-image: url('../medias/images/dune-production_01.jpg'); } section:nth-of-type(5) { background-image: url('../medias/images/Dune04.webp'); } /*suivi de la souris*/ .scroller { height: 100vh; overflow-y: scroll; scroll-snap-type: y mandatory; } .scroller section { scroll-snap-align: start; } /*dune en haut a gauche*/ a>img:nth-of-type(1) { position: fixed; margin-left: -8px; margin-top: 30px; height: 2vh; width: auto; } /*menu*/ /* .menu { top: 10%; left: 3%; transform: translate(-50%, -50%); position: absolute; width: 40px; } .menu:before, .menu:after, .menu div { background: #fff; content: ""; display: block; height: 6px; border-radius: 3px; margin: 7px 0; transition: 0.5s; } .menu:hover:before { transform: translateY(12px) rotate(135deg); } .menu:hover:after { transform: translateY(-12px) rotate(-135deg); } .menu:hover div { transform: scale(0); } */ */ /*video avec suivi sur la page*/ #video { width: 50vw; height: calc(50vw * 390 / 640); display: block; position: absolute; top: 0; right: 0; } #video.scroll { position: fixed !important; width: 30vw !important; height: calc(30vw * 1 / 2) !important; top: 5vh !important; right: 5% !important; } section:nth-of-type(1)>div { position: relative; width: 50vw; height: calc(50vw * 390 / 640); } /*carrousel*/ section>div>img:not(:first-of-type) { display: none; } section:nth-of-type(4)>div { width: 70vw; height: 70vh; margin: 0 auto auto auto; position: relative; } section:nth-of-type(4)>div:nth-of-type(2)>span { display: inline-block; width: 2vw; height: 2vw; margin: 0 1vw; border-radius: 50%; background-color: black; cursor: pointer; } section:nth-of-type(4)>div { text-align: center; } section:nth-of-type(4)>div>img { position: absolute; top: 0; left: 0; object-fit: cover; width: 70vw; height: 70vh; padding: 100px; } /*image sur la droite de la page "icones"*/ section>a { position: fixed; right: 5vw; } section:nth-of-type(2)>a>img:hover { height: 6vh; transition: 2s; } section:nth-of-type(2)>a>img { width: 3vw; height: 3vh; } section:nth-of-type(2)>a:nth-of-type(1) { top: 8%; } section:nth-of-type(2)>a:nth-of-type(2) { top: 15%; } section:nth-of-type(2)>a:nth-of-type(3) { top: 73%; } section:nth-of-type(2)>a:nth-of-type(4) { top: 80%; } section:nth-of-type(2)>a:nth-of-type(5) { top: 87%; } /*section 2*/ /*image section 2*/ section:nth-of-type(2)>img { height: 250px; width: 400px; position: relative; right: -27%; top: 27%; z-index: 1; } /*texte section 2*/ section:nth-of-type(2)>article { position: relative; top: 12%; font-size: 15px; background-color: rgba(204, 204, 204, 0.623); text-align: justify; padding: 100px; columns: 3; column-gap: 2vw; font-family: Dunelight; column-rule: 2px solid white; } /*titre section 2*/ section:nth-of-type(2)>p { position: relative; left: -30%; top: 13%; } /*titres*/ h2 { font-size: 10vh; } /* section 3*/ /*image section 3*/ section:nth-of-type(3)>img { height: 250px; width: 400px; position: relative; right: -27%; top: 27%; z-index: 1; } /*texte section 3*/ section:nth-of-type(3)>article { position: relative; top: 64vh; font-size: 15px; background-color: rgba(204, 204, 204, 0.623); text-align: justify; padding: 100px; columns: 3; column-gap: 2vw; font-family: Dunelight; column-rule: 2px solid white; } /*Carrousel section 3*/ section:nth-of-type(3)>div:nth-of-type(2)>span { display: inline-block; width: 2vw; height: 2vw; border-radius: 50%; background-color: black; cursor: pointer; } section:nth-of-type(3)>div>div>div { text-align: center; grid-row: 1; grid-column: 1; display: grid; grid-template-columns: 1fr 2fr; height: inherit; } section:nth-of-type(3)>div>div>div>img { object-fit: cover; width: 100%; height: 50vh; } section:nth-of-type(3)>div:first-of-type { display: grid; grid-template-columns: 1fr; grid-auto-rows: 50vh; width: 70vw; margin: auto ; } section:nth-of-type(3)>div>div>div>p { align-self: end; } section:nth-of-type(3)>div>div:not(:first-of-type) { display: none; } section:nth-of-type(3)>div:nth-of-type(2) { margin-top: 5vh; letter-spacing: 4vw; } section:nth-of-type(3)>div:not(:nth-of-type(2)) { background-color: rgba(204, 204, 204, 0.623); } /* -a l'arret du survol des images a droite --> l'animation s'arrete avec un petit temps(pas instantané) -mettre des boutons sur mon carrousel(droite/gauche) -cree un menu burger -reparer le js de l'animation video youtube - */ /*Menu*/ body { padding: 0; margin: 0; background: #596778; color: #EEEEEE; text-align: center; font-family: "Lato", sans-serif; } @media screen and (max-width: 700px) { body { padding: 170px 0 0 0; width: 100% } } a { color: inherit; } .menu-item, .menu-open-button { background: #EEEEEE; border-radius: 100%; width: 80px; height: 80px; margin-left: -40px; position: absolute; color: #FFFFFF; text-align: center; line-height: 80px; margin-top: 2vh; margin-left: -45vw; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform ease-out 200ms; transition: -webkit-transform ease-out 200ms; transition: transform ease-out 200ms; transition: transform ease-out 200ms, -webkit-transform ease-out 200ms; } .menu-open { display: none; } .lines { width: 25px; height: 3px; background: #596778; display: block; position: absolute; top: 50%; left: 50%; margin-left: -12.5px; margin-top: -1.5px; -webkit-transition: -webkit-transform 200ms; transition: -webkit-transform 200ms; transition: transform 200ms; transition: transform 200ms, -webkit-transform 200ms; } .line-1 { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); } .line-2 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .line-3 { -webkit-transform: translate3d(0, 8px, 0); transform: translate3d(0, 8px, 0); } .menu-open:checked+.menu-open-button .line-1 { -webkit-transform: translate3d(0, 0, 0) rotate(45deg); transform: translate3d(0, 0, 0) rotate(45deg); } .menu-open:checked+.menu-open-button .line-2 { -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1); transform: translate3d(0, 0, 0) scale(0.1, 1); } .menu-open:checked+.menu-open-button .line-3 { -webkit-transform: translate3d(0, 0, 0) rotate(-45deg); transform: translate3d(0, 0, 0) rotate(-45deg); } .menu { margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 80vw; height: 80vh; text-align: center; box-sizing: border-box; font-size: 26px; } /* .menu-item { transition: all 0.1s ease 0s; } */ .menu-item:hover { background: #EEEEEE; color: #3290B1; } .menu-item:nth-child(3) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(4) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(5) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(6) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(7) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(8) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(9) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-open-button { z-index: 2; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0); transform: scale(1.1, 1.1) translate3d(0, 0, 0); cursor: pointer; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); } .menu-open-button:hover { -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0); transform: scale(1.2, 1.2) translate3d(0, 0, 0); } .menu-open:checked+.menu-open-button { -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0); transform: scale(0.8, 0.8) translate3d(0, 0, 0); } .menu-open:checked~.menu-item { -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33); transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33); } .menu-open:checked~.menu-item:nth-child(3) { transition-duration: 180ms; -webkit-transition-duration: 180ms; -webkit-transform: translate3d(0.08361px, -104.99997px, 0); transform: translate3d(0.08361px, -104.99997px, 0); } .menu-open:checked~.menu-item:nth-child(4) { transition-duration: 280ms; -webkit-transition-duration: 280ms; -webkit-transform: translate3d(90.9466px, -52.47586px, 0); transform: translate3d(90.9466px, -52.47586px, 0); } .menu-open:checked~.menu-item:nth-child(5) { transition-duration: 380ms; -webkit-transition-duration: 380ms; -webkit-transform: translate3d(90.9466px, 52.47586px, 0); transform: translate3d(90.9466px, 52.47586px, 0); } .menu-open:checked~.menu-item:nth-child(6) { transition-duration: 480ms; -webkit-transition-duration: 480ms; -webkit-transform: translate3d(0.08361px, 104.99997px, 0); transform: translate3d(0.08361px, 104.99997px, 0); } .menu-open:checked~.menu-item:nth-child(7) { transition-duration: 580ms; -webkit-transition-duration: 580ms; -webkit-transform: translate3d(-90.86291px, 52.62064px, 0); transform: translate3d(-90.86291px, 52.62064px, 0); } .menu-open:checked~.menu-item:nth-child(8) { transition-duration: 680ms; -webkit-transition-duration: 680ms; -webkit-transform: translate3d(-91.03006px, -52.33095px, 0); transform: translate3d(-91.03006px, -52.33095px, 0); } .menu-open:checked~.menu-item:nth-child(9) { transition-duration: 780ms; -webkit-transition-duration: 780ms; -webkit-transform: translate3d(-0.25084px, -104.9997px, 0); transform: translate3d(-0.25084px, -104.9997px, 0); } .blue { background-color: #669AE1; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .blue:hover { color: #669AE1; text-shadow: none; } .green { background-color: #70CC72; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .green:hover { color: #70CC72; text-shadow: none; } .red { background-color: #FE4365; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .red:hover { color: #FE4365; text-shadow: none; } .purple { background-color: #C49CDE; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .purple:hover { color: #C49CDE; text-shadow: none; } .orange { background-color: #FC913A; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .orange:hover { color: #FC913A; text-shadow: none; } .lightblue { background-color: #62C2E4; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .lightblue:hover { color: #62C2E4; text-shadow: none; } .credit { margin: 24px 20px 120px 0; text-align: right; color: #EEEEEE; } .credit a { padding: 8px 0; color: #C49CDE; text-decoration: none; transition: all 0.3s ease 0s; } .credit a:hover { text-decoration: underline; } /* Dimensionner la carte */ #carte { position: relative; width: 50vw; height: 50vh; margin: auto; top: 20vh; margin-left: 50vh; } * /*Ma localisation*/ button { position: relative; display: block; margin: auto; top: 2vh; } section:nth-of-type(5)>button { margin-top: 20vh; } section:nth-of-type(5)>p:nth-of-type(1){ font-size: 20px; margin-top: 3vh; }
parallaxe/style/style.css
* { box-sizing: border-box; margin: 0; padding: 0; } /* Dimensionner les diapos et leur contenu */ /* Ajouter un fond unique, couvrant l'écran */ /* Fixer le fond, et hop ! */ section { height: 100vh; font-size: 5vh; text-align: center; color: white; background-repeat: no-repeat; background-size: cover; background-attachment: fixed; } /*sections et images*/ section:nth-of-type(1) { background-image: url('../medias/images/Dune03.webp'); display: flex; justify-content: center; align-items: center; } section:nth-of-type(2) { background-image: url('../medias/images/Dune06.webp'); } section:nth-of-type(3) { background-image: url('../medias/images/dune-cast-scaled.jpeg'); } section:nth-of-type(4) { background-image: url('../medias/images/dune-production_01.jpg'); } section:nth-of-type(5) { background-image: url('../medias/images/Dune04.webp'); } /*suivi de la souris*/ .scroller { height: 100vh; overflow-y: scroll; scroll-snap-type: y mandatory; } .scroller section { scroll-snap-align: start; } /*dune en haut a gauche*/ a>img:nth-of-type(1) { position: fixed; margin-left: -8px; margin-top: 30px; height: 2vh; width: auto; } /*menu*/ /* .menu { top: 10%; left: 3%; transform: translate(-50%, -50%); position: absolute; width: 40px; } .menu:before, .menu:after, .menu div { background: #fff; content: ""; display: block; height: 6px; border-radius: 3px; margin: 7px 0; transition: 0.5s; } .menu:hover:before { transform: translateY(12px) rotate(135deg); } .menu:hover:after { transform: translateY(-12px) rotate(-135deg); } .menu:hover div { transform: scale(0); } */ */ /*video avec suivi sur la page*/ #video { width: 50vw; height: calc(50vw * 390 / 640); display: block; position: absolute; top: 0; right: 0; } #video.scroll { position: fixed !important; width: 30vw !important; height: calc(30vw * 1 / 2) !important; top: 5vh !important; right: 5% !important; } section:nth-of-type(1)>div { position: relative; width: 50vw; height: calc(50vw * 390 / 640); } /*carrousel*/ section>div>img:not(:first-of-type) { display: none; } section:nth-of-type(4)>div { width: 70vw; height: 70vh; margin: 0 auto auto auto; position: relative; } section:nth-of-type(4)>div:nth-of-type(2)>span { display: inline-block; width: 2vw; height: 2vw; margin: 0 1vw; border-radius: 50%; background-color: black; cursor: pointer; } section:nth-of-type(4)>div { text-align: center; } section:nth-of-type(4)>div>img { position: absolute; top: 0; left: 0; object-fit: cover; width: 70vw; height: 70vh; padding: 100px; } /*image sur la droite de la page "icones"*/ section>a { position: fixed; right: 5vw; } section:nth-of-type(2)>a>img:hover { height: 6vh; transition: 2s; } section:nth-of-type(2)>a>img { width: 3vw; height: 3vh; } section:nth-of-type(2)>a:nth-of-type(1) { top: 8%; } section:nth-of-type(2)>a:nth-of-type(2) { top: 15%; } section:nth-of-type(2)>a:nth-of-type(3) { top: 73%; } section:nth-of-type(2)>a:nth-of-type(4) { top: 80%; } section:nth-of-type(2)>a:nth-of-type(5) { top: 87%; } /*section 2*/ /*image section 2*/ section:nth-of-type(2)>img { height: 250px; width: 400px; position: relative; right: -27%; top: 27%; z-index: 1; } /*texte section 2*/ section:nth-of-type(2)>article { position: relative; top: 12%; font-size: 15px; background-color: rgba(204, 204, 204, 0.623); text-align: justify; padding: 100px; columns: 3; column-gap: 2vw; font-family: Dunelight; column-rule: 2px solid white; } /*titre section 2*/ section:nth-of-type(2)>p { position: relative; left: -30%; top: 13%; } /*titres*/ h2 { font-size: 10vh; } /* section 3*/ /*image section 3*/ section:nth-of-type(3)>img { height: 250px; width: 400px; position: relative; right: -27%; top: 27%; z-index: 1; } /*texte section 3*/ section:nth-of-type(3)>article { position: relative; top: 64vh; font-size: 15px; background-color: rgba(204, 204, 204, 0.623); text-align: justify; padding: 100px; columns: 3; column-gap: 2vw; font-family: Dunelight; column-rule: 2px solid white; } /*Carrousel section 3*/ section:nth-of-type(3)>div:nth-of-type(2)>span { display: inline-block; width: 2vw; height: 2vw; border-radius: 50%; background-color: black; cursor: pointer; } section:nth-of-type(3)>div>div>div { text-align: center; grid-row: 1; grid-column: 1; display: grid; grid-template-columns: 1fr 2fr; height: inherit; } section:nth-of-type(3)>div>div>div>img { object-fit: cover; width: 100%; height: 50vh; } section:nth-of-type(3)>div:first-of-type { display: grid; grid-template-columns: 1fr; grid-auto-rows: 50vh; width: 70vw; margin: auto ; } section:nth-of-type(3)>div>div>div>p { align-self: end; } section:nth-of-type(3)>div>div:not(:first-of-type) { display: none; } section:nth-of-type(3)>div:nth-of-type(2) { margin-top: 5vh; letter-spacing: 4vw; } section:nth-of-type(3)>div:not(:nth-of-type(2)) { background-color: rgba(204, 204, 204, 0.623); } /* -a l'arret du survol des images a droite --> l'animation s'arrete avec un petit temps(pas instantané) -mettre des boutons sur mon carrousel(droite/gauche) -cree un menu burger -reparer le js de l'animation video youtube - */ /*Menu*/ body { padding: 0; margin: 0; background: #596778; color: #EEEEEE; text-align: center; font-family: "Lato", sans-serif; } @media screen and (max-width: 700px) { body { padding: 170px 0 0 0; width: 100% } } a { color: inherit; } .menu-item, .menu-open-button { background: #EEEEEE; border-radius: 100%; width: 80px; height: 80px; margin-left: -40px; position: absolute; color: #FFFFFF; text-align: center; line-height: 80px; margin-top: 2vh; margin-left: -45vw; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform ease-out 200ms; transition: -webkit-transform ease-out 200ms; transition: transform ease-out 200ms; transition: transform ease-out 200ms, -webkit-transform ease-out 200ms; } .menu-open { display: none; } .lines { width: 25px; height: 3px; background: #596778; display: block; position: absolute; top: 50%; left: 50%; margin-left: -12.5px; margin-top: -1.5px; -webkit-transition: -webkit-transform 200ms; transition: -webkit-transform 200ms; transition: transform 200ms; transition: transform 200ms, -webkit-transform 200ms; } .line-1 { -webkit-transform: translate3d(0, -8px, 0); transform: translate3d(0, -8px, 0); } .line-2 { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } .line-3 { -webkit-transform: translate3d(0, 8px, 0); transform: translate3d(0, 8px, 0); } .menu-open:checked+.menu-open-button .line-1 { -webkit-transform: translate3d(0, 0, 0) rotate(45deg); transform: translate3d(0, 0, 0) rotate(45deg); } .menu-open:checked+.menu-open-button .line-2 { -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1); transform: translate3d(0, 0, 0) scale(0.1, 1); } .menu-open:checked+.menu-open-button .line-3 { -webkit-transform: translate3d(0, 0, 0) rotate(-45deg); transform: translate3d(0, 0, 0) rotate(-45deg); } .menu { margin: auto; position: absolute; top: 0; bottom: 0; left: 0; right: 0; width: 80vw; height: 80vh; text-align: center; box-sizing: border-box; font-size: 26px; } /* .menu-item { transition: all 0.1s ease 0s; } */ .menu-item:hover { background: #EEEEEE; color: #3290B1; } .menu-item:nth-child(3) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(4) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(5) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(6) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(7) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(8) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-item:nth-child(9) { -webkit-transition-duration: 180ms; transition-duration: 180ms; } .menu-open-button { z-index: 2; -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275); -webkit-transition-duration: 400ms; transition-duration: 400ms; -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0); transform: scale(1.1, 1.1) translate3d(0, 0, 0); cursor: pointer; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); } .menu-open-button:hover { -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0); transform: scale(1.2, 1.2) translate3d(0, 0, 0); } .menu-open:checked+.menu-open-button { -webkit-transition-timing-function: linear; transition-timing-function: linear; -webkit-transition-duration: 200ms; transition-duration: 200ms; -webkit-transform: scale(0.8, 0.8) translate3d(0, 0, 0); transform: scale(0.8, 0.8) translate3d(0, 0, 0); } .menu-open:checked~.menu-item { -webkit-transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33); transition-timing-function: cubic-bezier(0.935, 0, 0.34, 1.33); } .menu-open:checked~.menu-item:nth-child(3) { transition-duration: 180ms; -webkit-transition-duration: 180ms; -webkit-transform: translate3d(0.08361px, -104.99997px, 0); transform: translate3d(0.08361px, -104.99997px, 0); } .menu-open:checked~.menu-item:nth-child(4) { transition-duration: 280ms; -webkit-transition-duration: 280ms; -webkit-transform: translate3d(90.9466px, -52.47586px, 0); transform: translate3d(90.9466px, -52.47586px, 0); } .menu-open:checked~.menu-item:nth-child(5) { transition-duration: 380ms; -webkit-transition-duration: 380ms; -webkit-transform: translate3d(90.9466px, 52.47586px, 0); transform: translate3d(90.9466px, 52.47586px, 0); } .menu-open:checked~.menu-item:nth-child(6) { transition-duration: 480ms; -webkit-transition-duration: 480ms; -webkit-transform: translate3d(0.08361px, 104.99997px, 0); transform: translate3d(0.08361px, 104.99997px, 0); } .menu-open:checked~.menu-item:nth-child(7) { transition-duration: 580ms; -webkit-transition-duration: 580ms; -webkit-transform: translate3d(-90.86291px, 52.62064px, 0); transform: translate3d(-90.86291px, 52.62064px, 0); } .menu-open:checked~.menu-item:nth-child(8) { transition-duration: 680ms; -webkit-transition-duration: 680ms; -webkit-transform: translate3d(-91.03006px, -52.33095px, 0); transform: translate3d(-91.03006px, -52.33095px, 0); } .menu-open:checked~.menu-item:nth-child(9) { transition-duration: 780ms; -webkit-transition-duration: 780ms; -webkit-transform: translate3d(-0.25084px, -104.9997px, 0); transform: translate3d(-0.25084px, -104.9997px, 0); } .blue { background-color: #669AE1; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .blue:hover { color: #669AE1; text-shadow: none; } .green { background-color: #70CC72; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .green:hover { color: #70CC72; text-shadow: none; } .red { background-color: #FE4365; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .red:hover { color: #FE4365; text-shadow: none; } .purple { background-color: #C49CDE; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .purple:hover { color: #C49CDE; text-shadow: none; } .orange { background-color: #FC913A; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .orange:hover { color: #FC913A; text-shadow: none; } .lightblue { background-color: #62C2E4; box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.14); text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.12); } .lightblue:hover { color: #62C2E4; text-shadow: none; } .credit { margin: 24px 20px 120px 0; text-align: right; color: #EEEEEE; } .credit a { padding: 8px 0; color: #C49CDE; text-decoration: none; transition: all 0.3s ease 0s; } .credit a:hover { text-decoration: underline; } /* Dimensionner la carte */ #carte { position: relative; width: 50vw; height: 50vh; margin: auto; top: 20vh; margin-left: 50vh; } * /*Ma localisation*/ button { position: relative; display: block; margin: auto; top: 2vh; } section:nth-of-type(5)>button { margin-top: 20vh; } section:nth-of-type(5)>p:nth-of-type(1){ font-size: 20px; margin-top: 3vh; }
0.248352
0.106784
.wrapper { padding: 0; li { list-style: none; padding: 4px 0; &:before { content: '✅'; display: inline-block; min-width: 28px; text-align: center; } &.hot:before { content: '🔥'; } &.react:before { content: '⚛'; } &.webpack:before { content: '📦'; } &.rtl:before { content: '🐐'; } &.linter:before { content: '📋'; } &.jest:before { content: '🃏'; } } } .add-link { font-size: 14px; color: #fff; font-weight: normal; text-align: center; width: 130px; height: 32px; padding-top: 7px; background-color: #36ac3a; text-decoration: none; padding: 10px; } .form { max-width: 500px; margin: 10px auto; border: 1px solid #ccc; padding: 20px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); border-radius: 3px; & > div { display: flex; flex-flow: row nowrap; line-height: 2em; margin: 5px; & > label { color: #333; width: 110px; font-size: 1em; line-height: 32px; } & > input, & > select, & > textarea { flex: 1; padding: 3px 5px; font-size: 1em; margin-left: 15px; border: 1px solid #ccc; border-radius: 3px; } & > input[type='checkbox'] { margin-top: 7px; } & > div { margin-left: 16px; & > label { display: block; & > input { margin-right: 3px; } } } } & > .buttons { display: flex; flex-flow: row nowrap; justify-content: center; margin-top: 15px; } button { margin: 0 10px; } pre { border: 1px solid #ccc; background: rgba(0, 0, 0, 0.1); box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2); padding: 20px; } }
src/shared/pages/Features/Features.module.css
.wrapper { padding: 0; li { list-style: none; padding: 4px 0; &:before { content: '✅'; display: inline-block; min-width: 28px; text-align: center; } &.hot:before { content: '🔥'; } &.react:before { content: '⚛'; } &.webpack:before { content: '📦'; } &.rtl:before { content: '🐐'; } &.linter:before { content: '📋'; } &.jest:before { content: '🃏'; } } } .add-link { font-size: 14px; color: #fff; font-weight: normal; text-align: center; width: 130px; height: 32px; padding-top: 7px; background-color: #36ac3a; text-decoration: none; padding: 10px; } .form { max-width: 500px; margin: 10px auto; border: 1px solid #ccc; padding: 20px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); border-radius: 3px; & > div { display: flex; flex-flow: row nowrap; line-height: 2em; margin: 5px; & > label { color: #333; width: 110px; font-size: 1em; line-height: 32px; } & > input, & > select, & > textarea { flex: 1; padding: 3px 5px; font-size: 1em; margin-left: 15px; border: 1px solid #ccc; border-radius: 3px; } & > input[type='checkbox'] { margin-top: 7px; } & > div { margin-left: 16px; & > label { display: block; & > input { margin-right: 3px; } } } } & > .buttons { display: flex; flex-flow: row nowrap; justify-content: center; margin-top: 15px; } button { margin: 0 10px; } pre { border: 1px solid #ccc; background: rgba(0, 0, 0, 0.1); box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.2); padding: 20px; } }
0.64969
0.233564
:root { font-size: 20px; } @font-face { font-family: 'Seto'; src: url("../fonts/setofont/setofont.ttf"); } html, body { height: 100%; margin: 0; font-family: 'Seto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } /* Input:Range (Slider) */ input[type="range"] { -webkit-appearance: none; width: 100%; height: 2px; background: black; outline: none; margin: 18px 0; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 25px; background: #ffffff; border: 2px solid black; border-radius: 5px; cursor: pointer; } input[type="range"]::-moz-range-thumb { width: 25px; height: 25px; background: #ffffff; border: 2px solid black; border-radius: 5px; cursor: pointer; } /* Components */ .scene-full { text-align: center; height: 100%; } .callout { margin-top: 1rem; padding: 0 1rem; border: 2px solid rgb(131, 21, 83); border-radius: 20px; } .flex-col-center { display: flex; flex-direction: column; justify-content: center; } .hello__title { text-align: center; margin: 100px auto; padding: 20px; } .hello__info { font-size: 0.8rem; line-height: 1.6; text-align: left; margin: 20px 0; max-width: 1000px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; border-left: 2px solid white; padding: 20px 50px; margin: 50px; } .hello__main { background: black; color: white; } .hello__main a { color: hsl(203, 100%, 70%); } .hello__main a:visited { color: hsl(228, 100%, 79%) } .hello__main code { word-break: break-all; color: rgb(255, 255, 137); } #graph { background: #f8f9fa; } #graph__draw { flex: 1; } #graph__draw > div { overflow: hidden; } #graph__draw > svg { display: block; margin: 0 auto; } #graph__slider { flex: 0 0 120px; align-items: center; } #graph__slider > h3 { color: black; margin: 0 auto 20px; } #graph__slider > input { width: 80%; } #graph__tooltip { position: absolute; background: #eee; border: 2px solid black; border-radius: 10px; padding: 10px; text-align: left; overflow: hidden; } .tooltip__name { font-weight: bold; font-size: 1.1rem; } .tooltip__folder { font-size: 0.9rem; color: rgb(12, 172, 140); margin-top: 10px; } .tooltip__url { font-size: 0.9rem; color: rgb(9, 161, 255); word-wrap: break-word; margin-top: 10px; } foreignObject div { height: 100%; display: flex; flex-direction: column; justify-content: center; } foreignObject div > div { color: black; font-weight: bold; text-overflow: ellipsis; word-wrap: break-word; vertical-align: middle; display: flex; justify-content: flex-start; height: fit-content; max-height: 100%; }
static/css/style.css
:root { font-size: 20px; } @font-face { font-family: 'Seto'; src: url("../fonts/setofont/setofont.ttf"); } html, body { height: 100%; margin: 0; font-family: 'Seto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } /* Input:Range (Slider) */ input[type="range"] { -webkit-appearance: none; width: 100%; height: 2px; background: black; outline: none; margin: 18px 0; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 25px; background: #ffffff; border: 2px solid black; border-radius: 5px; cursor: pointer; } input[type="range"]::-moz-range-thumb { width: 25px; height: 25px; background: #ffffff; border: 2px solid black; border-radius: 5px; cursor: pointer; } /* Components */ .scene-full { text-align: center; height: 100%; } .callout { margin-top: 1rem; padding: 0 1rem; border: 2px solid rgb(131, 21, 83); border-radius: 20px; } .flex-col-center { display: flex; flex-direction: column; justify-content: center; } .hello__title { text-align: center; margin: 100px auto; padding: 20px; } .hello__info { font-size: 0.8rem; line-height: 1.6; text-align: left; margin: 20px 0; max-width: 1000px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; border-left: 2px solid white; padding: 20px 50px; margin: 50px; } .hello__main { background: black; color: white; } .hello__main a { color: hsl(203, 100%, 70%); } .hello__main a:visited { color: hsl(228, 100%, 79%) } .hello__main code { word-break: break-all; color: rgb(255, 255, 137); } #graph { background: #f8f9fa; } #graph__draw { flex: 1; } #graph__draw > div { overflow: hidden; } #graph__draw > svg { display: block; margin: 0 auto; } #graph__slider { flex: 0 0 120px; align-items: center; } #graph__slider > h3 { color: black; margin: 0 auto 20px; } #graph__slider > input { width: 80%; } #graph__tooltip { position: absolute; background: #eee; border: 2px solid black; border-radius: 10px; padding: 10px; text-align: left; overflow: hidden; } .tooltip__name { font-weight: bold; font-size: 1.1rem; } .tooltip__folder { font-size: 0.9rem; color: rgb(12, 172, 140); margin-top: 10px; } .tooltip__url { font-size: 0.9rem; color: rgb(9, 161, 255); word-wrap: break-word; margin-top: 10px; } foreignObject div { height: 100%; display: flex; flex-direction: column; justify-content: center; } foreignObject div > div { color: black; font-weight: bold; text-overflow: ellipsis; word-wrap: break-word; vertical-align: middle; display: flex; justify-content: flex-start; height: fit-content; max-height: 100%; }
0.458591
0.141074
.blackButton { /* Fill */ background-color: transparent; background-image: -webkit-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -moz-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -ms-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -o-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); /* Stroke */ border: 1px solid black; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px 3px 3px 3px; /* Label */ color: hsla(0.0, 0.0%, 85.1%, 1.00); font-size: 11px; text-align: center; font-weight: bold; text-shadow: 0px 1px 0px black; line-height: 21px; /* Shadow & Inner Shadow */ box-shadow:0px 1px 2px hsla(0.0, 0.0%, 100.0%, 0.15),inset 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.20); /* Opacity */ opacity: 1.000; /* Cursor */ cursor: pointer; } .blackButton:Hover { /* Fill */ background-image: -webkit-linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); background-image: -moz-linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); background-image: -ms-linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); background-image: -o-linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); background-image: linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); /* Label */ color: hsla(0.0, 0.0%, 100.0%, 1.00); } .blackButton:Active { /* Fill */ background-image: -webkit-linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -moz-linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -ms-linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -o-linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); /* Label */ color: hsla(0.0, 0.0%, 85.1%, 1.00); } /* Info Button */ /* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ .infoButton{ /* Position */ position: absolute; top: 0px; right: 0px; margin: 13px 10px; /* Size */ height: 14px; width: 14px; /* Fill */ background-color: transparent; background-origin: border-box; background-color: hsla(0, 100.0%, 100.0%, 0.50); /* Stroke */ -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px 10px 10px 10px; /* Label */ font-family: Georgia,"Times New Roman",Times,serif; color: hsla(0.0, 0.0%, 20.7%, 0.95); font-size: 10px; text-align: center; font-style: italic; font-weight: bold; text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.30); line-height: 15px; /* Shadow & Inner Shadow */ box-shadow:0px -1px 0px hsla(0.0, 0.0%, 0.0%, 0.65),inset 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.00); /* Cursor */ cursor: pointer; } .infoButton:hover{ background-color: hsla(0, 100.0%, 100.0%, 0.7); } .infoButton:active{ background-color: hsla(0, 100.0%, 100.0%, 0.5); }
buttons.css
.blackButton { /* Fill */ background-color: transparent; background-image: -webkit-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -moz-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -ms-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -o-linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: linear-gradient(bottom, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); /* Stroke */ border: 1px solid black; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px 3px 3px 3px; /* Label */ color: hsla(0.0, 0.0%, 85.1%, 1.00); font-size: 11px; text-align: center; font-weight: bold; text-shadow: 0px 1px 0px black; line-height: 21px; /* Shadow & Inner Shadow */ box-shadow:0px 1px 2px hsla(0.0, 0.0%, 100.0%, 0.15),inset 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.20); /* Opacity */ opacity: 1.000; /* Cursor */ cursor: pointer; } .blackButton:Hover { /* Fill */ background-image: -webkit-linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); background-image: -moz-linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); background-image: -ms-linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); background-image: -o-linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); background-image: linear-gradient(bottom, hsla(0.0, 0.0%, 20.0%, 1.00), hsla(0.0, 0.0%, 40.0%, 1.00)); /* Label */ color: hsla(0.0, 0.0%, 100.0%, 1.00); } .blackButton:Active { /* Fill */ background-image: -webkit-linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -moz-linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -ms-linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: -o-linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); background-image: linear-gradient(top, hsla(0.0, 0.0%, 15.0%, 1.00), hsla(0.0, 0.0%, 35.0%, 1.00)); /* Label */ color: hsla(0.0, 0.0%, 85.1%, 1.00); } /* Info Button */ /* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ .infoButton{ /* Position */ position: absolute; top: 0px; right: 0px; margin: 13px 10px; /* Size */ height: 14px; width: 14px; /* Fill */ background-color: transparent; background-origin: border-box; background-color: hsla(0, 100.0%, 100.0%, 0.50); /* Stroke */ -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px 10px 10px 10px; /* Label */ font-family: Georgia,"Times New Roman",Times,serif; color: hsla(0.0, 0.0%, 20.7%, 0.95); font-size: 10px; text-align: center; font-style: italic; font-weight: bold; text-shadow: 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.30); line-height: 15px; /* Shadow & Inner Shadow */ box-shadow:0px -1px 0px hsla(0.0, 0.0%, 0.0%, 0.65),inset 0px 1px 0px hsla(0.0, 0.0%, 100.0%, 0.00); /* Cursor */ cursor: pointer; } .infoButton:hover{ background-color: hsla(0, 100.0%, 100.0%, 0.7); } .infoButton:active{ background-color: hsla(0, 100.0%, 100.0%, 0.5); }
0.131954
0.146331
body { font-family: Open Sans, sans-serif; position: relative; margin: auto; width: 1024px; display: flex; flex-direction: column; align-items: center; } div { box-sizing: border-box; } .header { width: 1024px; display: flex; justify-content: space-between; align-items: center; } .container { width: 811px; margin: 0 auto; margin-bottom: 80px; } .logo { margin-top: 29px; float: left; } .navigation { float: right; margin-top: 40px; } .menu li { display: inline-block; margin-right: 15px; } .menu a { color: #FFF; text-decoration: none; text-transform: uppercase; font-size: 14px; font-family: Montserrat, sans-serif; } .first { height: 350px; overflow: hidden; width: 100%; position: relative; } .background { background: url("/home/kostyan/js-course-2018/homeworks/Tatiana.Skachko_S3tt0n/homework_markup_1/images/background.jpg") no-repeat; width: 100%; height: 100%; object-fit: cover; } h1 { font-size: 40px; font-family: Montserrat, sans-serif; font-weight: 700; color: #FFF; text-transform: uppercase; text-align: center; margin-top: 0; } p { font-size: 17px; font-family: NotoSans, sans-serif; font-weight: 10; color: #CCC; text-align: center; margin: 77px; padding-bottom: 115px; } .title h2 { font-family: Montserrat, sans-serif; font-size: 30px; font-weight: 700; text-align: center; text-transform: uppercase; margin: 0; } .title h2:after { content: ""; width: 95px; height: 1px; background: #35C2F8; display: block; margin-left: auto; margin-right: auto; margin-top: 30px; margin-bottom: 50px; } .second { height: 400px; } .services { display: flex; } .services__item { padding: 0 20px; text-align: center; } .services__item h3 { font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 5px; } .services__item p { color: rgb(216, 216, 216); font-size: 10px; font-family: NotoSans, sans-serif; line-height: 2em; margin: 0 auto; margin-top: 15px; }
homeworks/Tatiana.Skachko_S3tt0n/homework_markup_1/style.css
body { font-family: Open Sans, sans-serif; position: relative; margin: auto; width: 1024px; display: flex; flex-direction: column; align-items: center; } div { box-sizing: border-box; } .header { width: 1024px; display: flex; justify-content: space-between; align-items: center; } .container { width: 811px; margin: 0 auto; margin-bottom: 80px; } .logo { margin-top: 29px; float: left; } .navigation { float: right; margin-top: 40px; } .menu li { display: inline-block; margin-right: 15px; } .menu a { color: #FFF; text-decoration: none; text-transform: uppercase; font-size: 14px; font-family: Montserrat, sans-serif; } .first { height: 350px; overflow: hidden; width: 100%; position: relative; } .background { background: url("/home/kostyan/js-course-2018/homeworks/Tatiana.Skachko_S3tt0n/homework_markup_1/images/background.jpg") no-repeat; width: 100%; height: 100%; object-fit: cover; } h1 { font-size: 40px; font-family: Montserrat, sans-serif; font-weight: 700; color: #FFF; text-transform: uppercase; text-align: center; margin-top: 0; } p { font-size: 17px; font-family: NotoSans, sans-serif; font-weight: 10; color: #CCC; text-align: center; margin: 77px; padding-bottom: 115px; } .title h2 { font-family: Montserrat, sans-serif; font-size: 30px; font-weight: 700; text-align: center; text-transform: uppercase; margin: 0; } .title h2:after { content: ""; width: 95px; height: 1px; background: #35C2F8; display: block; margin-left: auto; margin-right: auto; margin-top: 30px; margin-bottom: 50px; } .second { height: 400px; } .services { display: flex; } .services__item { padding: 0 20px; text-align: center; } .services__item h3 { font-family: Montserrat, sans-serif; font-size: 16px; font-weight: 700; text-transform: uppercase; margin-bottom: 5px; } .services__item p { color: rgb(216, 216, 216); font-size: 10px; font-family: NotoSans, sans-serif; line-height: 2em; margin: 0 auto; margin-top: 15px; }
0.416559
0.062303
html { height: 100%; font-size: 16px; } body { margin: 0; overflow: hidden; height: 100%; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", arial, sans-serif; line-height: 1.5rem; color: #2a2b2b; background: linear-gradient(#66ccff, #fff); } label { width: 6.0rem; display: inline-block; } h3 { font-size: 1.25rem; margin: 0; } #loading-message { margin: 0; align-items: center; justify-content: center; font-size: 3.0rem; font-weight: bold; background: #fff; text-align: center; line-height: 4.5rem; } .menu-title { padding: 0.5rem 1.0rem; background: #fff; color: #2a2b2b; } .menu-title:hover { background: #ddd; } .menu-title-active { background: #2a2b2b; color: #fff; } .menu-title-active:hover { background: #2a2b2b; } .menu { max-height: calc(100% - 2.5rem); overflow-y: scroll; box-sizing: border-box; } #menu-editor { padding: 1.5rem; } #menu-about { padding: 3.0rem; } .section { margin-bottom: 1.5rem; } input[type="range"] { vertical-align: sub; } .control-legend { display: inline-block; width: 1.5rem; text-align: center; } #navigation-controls-toggle { background: #ebebeb; color: #2a2b2b; } #navigation-controls-toggle:hover { background: #c1c1c1; } .navigation-controls-container { padding: 0.5rem 1.0rem; } @media (max-width: 768px) { #loading-message { font-size: 2.0rem; } } @supports(padding: max(0px)) { .navigation-controls-container { padding-right: max(1.0rem, env(safe-area-inset-right)); } .menu-title:last-child { padding-right: max(1.0rem, env(safe-area-inset-right)); } #menu-editor { padding-right: max(1.5rem, env(safe-area-inset-right)); } #menu-about { padding-right: max(3.0rem, env(safe-area-inset-right)); } } .full-width { width: 100%; } .full-height { height: 100%; } .relative { position: relative; } .absolute { position: absolute; } .block { display: block; } .inline-block { display: inline-block; } .flex { display: -webkit-flex; display: flex; } .display-none { display: none; } .center { text-align: center; } .no-underline { text-decoration: none; } .flex-column { -webkit-flex-direction: column; flex-direction: column; } .flex-justify-center { -webkit-justify-content: center; justify-content: center; } .flex-align-center { -webkit-align-items: center; align-items: center; } .flex-align-end { -webkit-align-items: flex-end; align-items: flex-end; } .top-0 { top: 0; } .bottom-0 { bottom: 0; } .left-0 { left: 0; } .right-0 { right: 0; } .cursor-grabbing { cursor: -webkit-grabbing; cursor: grabbing; } .mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; } .black { color: #2a2b2b; } .bg-white { background: #fff; } .bt-gray { border-top-color: #ddd; } .bt-thin { border-top-width: 1px; border-top-style: solid; } .user-select-none { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } input[type="range"] { -webkit-appearance: none; height: 1.25rem; margin: 0; padding: 0; outline: none; background-color: transparent; } input[type="range"]::-webkit-slider-runnable-track { height: 1px; background-color: #aaa; } input[type="range"]::-moz-range-track { height: 1px; background-color: #aaa; } input[type="range"]::-ms-track { height: 1px; background-color: #aaa; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; height: 1.25rem; width: 1.25rem; margin-top: calc(-0.625rem + 0.5px); border-radius: 0.625rem; background: #666; border: 0; } input[type="range"]::-moz-range-thumb { height: 1.25rem; width: 1.25rem; border-radius: 0.625rem; background: #666; border: 0; } input[type="range"]::-ms-thumb { height: 1.25rem; width: 1.25rem; border-radius: 0.625rem; background: #666; border: 0; } input[type="range"]::-webkit-slider-thumb:hover, input[type="range"]::-webkit-slider-thumb:active { background: #444; } input[type="range"]::-moz-range-thumb:hover, input[type="range"]::-moz-range-thumb:active { background: #444; } input[type="range"]::-ms-thumb:hover, input[type="range"]::-ms-thumb:active { background: #444; } input[type="range"]:disabled::-webkit-slider-thumb, input[type="range"]:disabled::-webkit-slider-thumb:hover, input[type="range"]:disabled::-webkit-slider-thumb:active { background: #444; } input[type="range"]:disabled::-moz-range-thumb, input[type="range"]:disabled::-moz-range-thumb:hover, input[type="range"]:disabled::-moz-range-thumb:active { background: #444; } input[type="range"]:disabled::-ms-thumb, input[type="range"]:disabled::-ms-thumb:hover, input[type="range"]:disabled::-ms-thumb:active { background: #444; } input[type="range"]::-moz-focus-outer { border: 0; }
css/city_tour.css
html { height: 100%; font-size: 16px; } body { margin: 0; overflow: hidden; height: 100%; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", arial, sans-serif; line-height: 1.5rem; color: #2a2b2b; background: linear-gradient(#66ccff, #fff); } label { width: 6.0rem; display: inline-block; } h3 { font-size: 1.25rem; margin: 0; } #loading-message { margin: 0; align-items: center; justify-content: center; font-size: 3.0rem; font-weight: bold; background: #fff; text-align: center; line-height: 4.5rem; } .menu-title { padding: 0.5rem 1.0rem; background: #fff; color: #2a2b2b; } .menu-title:hover { background: #ddd; } .menu-title-active { background: #2a2b2b; color: #fff; } .menu-title-active:hover { background: #2a2b2b; } .menu { max-height: calc(100% - 2.5rem); overflow-y: scroll; box-sizing: border-box; } #menu-editor { padding: 1.5rem; } #menu-about { padding: 3.0rem; } .section { margin-bottom: 1.5rem; } input[type="range"] { vertical-align: sub; } .control-legend { display: inline-block; width: 1.5rem; text-align: center; } #navigation-controls-toggle { background: #ebebeb; color: #2a2b2b; } #navigation-controls-toggle:hover { background: #c1c1c1; } .navigation-controls-container { padding: 0.5rem 1.0rem; } @media (max-width: 768px) { #loading-message { font-size: 2.0rem; } } @supports(padding: max(0px)) { .navigation-controls-container { padding-right: max(1.0rem, env(safe-area-inset-right)); } .menu-title:last-child { padding-right: max(1.0rem, env(safe-area-inset-right)); } #menu-editor { padding-right: max(1.5rem, env(safe-area-inset-right)); } #menu-about { padding-right: max(3.0rem, env(safe-area-inset-right)); } } .full-width { width: 100%; } .full-height { height: 100%; } .relative { position: relative; } .absolute { position: absolute; } .block { display: block; } .inline-block { display: inline-block; } .flex { display: -webkit-flex; display: flex; } .display-none { display: none; } .center { text-align: center; } .no-underline { text-decoration: none; } .flex-column { -webkit-flex-direction: column; flex-direction: column; } .flex-justify-center { -webkit-justify-content: center; justify-content: center; } .flex-align-center { -webkit-align-items: center; align-items: center; } .flex-align-end { -webkit-align-items: flex-end; align-items: flex-end; } .top-0 { top: 0; } .bottom-0 { bottom: 0; } .left-0 { left: 0; } .right-0 { right: 0; } .cursor-grabbing { cursor: -webkit-grabbing; cursor: grabbing; } .mt0 { margin-top: 0; } .mb0 { margin-bottom: 0; } .black { color: #2a2b2b; } .bg-white { background: #fff; } .bt-gray { border-top-color: #ddd; } .bt-thin { border-top-width: 1px; border-top-style: solid; } .user-select-none { -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } input[type="range"] { -webkit-appearance: none; height: 1.25rem; margin: 0; padding: 0; outline: none; background-color: transparent; } input[type="range"]::-webkit-slider-runnable-track { height: 1px; background-color: #aaa; } input[type="range"]::-moz-range-track { height: 1px; background-color: #aaa; } input[type="range"]::-ms-track { height: 1px; background-color: #aaa; } input[type="range"]::-webkit-slider-thumb { -webkit-appearance: none; height: 1.25rem; width: 1.25rem; margin-top: calc(-0.625rem + 0.5px); border-radius: 0.625rem; background: #666; border: 0; } input[type="range"]::-moz-range-thumb { height: 1.25rem; width: 1.25rem; border-radius: 0.625rem; background: #666; border: 0; } input[type="range"]::-ms-thumb { height: 1.25rem; width: 1.25rem; border-radius: 0.625rem; background: #666; border: 0; } input[type="range"]::-webkit-slider-thumb:hover, input[type="range"]::-webkit-slider-thumb:active { background: #444; } input[type="range"]::-moz-range-thumb:hover, input[type="range"]::-moz-range-thumb:active { background: #444; } input[type="range"]::-ms-thumb:hover, input[type="range"]::-ms-thumb:active { background: #444; } input[type="range"]:disabled::-webkit-slider-thumb, input[type="range"]:disabled::-webkit-slider-thumb:hover, input[type="range"]:disabled::-webkit-slider-thumb:active { background: #444; } input[type="range"]:disabled::-moz-range-thumb, input[type="range"]:disabled::-moz-range-thumb:hover, input[type="range"]:disabled::-moz-range-thumb:active { background: #444; } input[type="range"]:disabled::-ms-thumb, input[type="range"]:disabled::-ms-thumb:hover, input[type="range"]:disabled::-ms-thumb:active { background: #444; } input[type="range"]::-moz-focus-outer { border: 0; }
0.425486
0.094636
body { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } #start:hover { background-color: #4380c9; transition-duration: .3s; } #intro-div { position: absolute; width: 60%; left: 20%; top: 30%; text-align: center; } #intro { visibility: visible; text-align: center; font-family: "Rubik", sans-serif; font-size: 22px; animation: blinker 1s step-start infinite; } #start { width: 90%; height:100px; margin: auto; border-radius: 90%; margin-top: 20px; padding-top: 15px; padding-bottom: 15px; font-family: "Rubik", sans-serif; font-size: 18px; background-color:cyan; border: 1px solid #559FF7; border-radius: 5px; color: #f0d0d0; text-transform: uppercase; cursor: pointer; } @media (min-width: 475px) { #start { width: 250px; } #restart { width: 250px; } } #number{ font-family: "Rubik", sans-serif; font-size: 14px; border: 2px solid #559FF7; border-radius: 100%; width: 200px; padding: 5px 15px; background-color: cyan; } #score { font-family: "Rubik", sans-serif; font-size: 14px; border: 2px solid #559FF7; border-radius: 100%; padding: 20px; width: 200px; margin-left: -20px; background-color:cyan; } .options { padding: 20px; cursor: pointer; margin-top: 10px; border: none; border-radius: 10px; background-color: rgba(85,159,247,.07); text-align: center; /* color: white; */ } #question { visibility: hidden; text-align: left; font-family: sans-serif; font-size: 22px; } #option-div { background-color: rgb(148, 128, 128); border-radius: 10px; visibility: hidden; display: flex; flex-direction: column; width: 500px; } .options:hover { background-color: rgba(85, 88, 247, 0.603); transition-duration: .5s; padding-left: 10px; font-size: 18px; } #main { width:40%; margin: auto; padding: 0px; margin-top: 10%; } #values { visibility: hidden; display: flex; justify-content: space-between; } #button, #finish { padding: 10px; margin-top: 20px; width: 80%; visibility: hidden; font-family: "Rubik", sans-serif; font-size: 16px; font-weight: 600; background-color: cyan; border: 1px solid #559FF7; border-radius: 15px; color: #ffffff; text-transform: uppercase; cursor: pointer; } #finish { position: absolute; width: 60%; left: 20% } #button:hover { background-color:rgb(0, 255, 55); transition-duration: .3s; height: 50px; } #finish:hover { background-color: #4380c9; transition-duration: .3s; } #post-quiz { position: absolute; width: 60%; top: 20%; left: 20%; } #final-text { font-family: "Rubik", sans-serif; font-weight: 300; font-size: 24px; color: rgba(0,0,0,.8) } #final-score { font-family: "Rubik", sans-serif; font-weight: 700; font-size: 36px; color: rgba(0,0,0,.8); animation: blinker 1s step-start infinite; } @keyframes blinker{ 50%{opacity: 0;} } #restart { padding: 10px; margin-top: 20px; width: 50%; height:200px; visibility: hidden; font-family: "Rubik", sans-serif; font-size: 16px; font-weight: 600; background-color:cyan; border: 1px solid #559FF7; border-radius: 89%; color: #ffffff; text-transform: uppercase; cursor: pointer; } #restart:hover { background-color: #4380c9; transition-duration: .3s; } @media (max-width: 475px) { #main { width: 90%; } #finish { width: 90%; left: 6%; } #restart { width: 70%; } } @media (min-width: 476px) and (max-width: 768px) { #main { width: 80%; } #finish { width: 80%; left: 10%; } }
task4/style.css
body { text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center; } #start:hover { background-color: #4380c9; transition-duration: .3s; } #intro-div { position: absolute; width: 60%; left: 20%; top: 30%; text-align: center; } #intro { visibility: visible; text-align: center; font-family: "Rubik", sans-serif; font-size: 22px; animation: blinker 1s step-start infinite; } #start { width: 90%; height:100px; margin: auto; border-radius: 90%; margin-top: 20px; padding-top: 15px; padding-bottom: 15px; font-family: "Rubik", sans-serif; font-size: 18px; background-color:cyan; border: 1px solid #559FF7; border-radius: 5px; color: #f0d0d0; text-transform: uppercase; cursor: pointer; } @media (min-width: 475px) { #start { width: 250px; } #restart { width: 250px; } } #number{ font-family: "Rubik", sans-serif; font-size: 14px; border: 2px solid #559FF7; border-radius: 100%; width: 200px; padding: 5px 15px; background-color: cyan; } #score { font-family: "Rubik", sans-serif; font-size: 14px; border: 2px solid #559FF7; border-radius: 100%; padding: 20px; width: 200px; margin-left: -20px; background-color:cyan; } .options { padding: 20px; cursor: pointer; margin-top: 10px; border: none; border-radius: 10px; background-color: rgba(85,159,247,.07); text-align: center; /* color: white; */ } #question { visibility: hidden; text-align: left; font-family: sans-serif; font-size: 22px; } #option-div { background-color: rgb(148, 128, 128); border-radius: 10px; visibility: hidden; display: flex; flex-direction: column; width: 500px; } .options:hover { background-color: rgba(85, 88, 247, 0.603); transition-duration: .5s; padding-left: 10px; font-size: 18px; } #main { width:40%; margin: auto; padding: 0px; margin-top: 10%; } #values { visibility: hidden; display: flex; justify-content: space-between; } #button, #finish { padding: 10px; margin-top: 20px; width: 80%; visibility: hidden; font-family: "Rubik", sans-serif; font-size: 16px; font-weight: 600; background-color: cyan; border: 1px solid #559FF7; border-radius: 15px; color: #ffffff; text-transform: uppercase; cursor: pointer; } #finish { position: absolute; width: 60%; left: 20% } #button:hover { background-color:rgb(0, 255, 55); transition-duration: .3s; height: 50px; } #finish:hover { background-color: #4380c9; transition-duration: .3s; } #post-quiz { position: absolute; width: 60%; top: 20%; left: 20%; } #final-text { font-family: "Rubik", sans-serif; font-weight: 300; font-size: 24px; color: rgba(0,0,0,.8) } #final-score { font-family: "Rubik", sans-serif; font-weight: 700; font-size: 36px; color: rgba(0,0,0,.8); animation: blinker 1s step-start infinite; } @keyframes blinker{ 50%{opacity: 0;} } #restart { padding: 10px; margin-top: 20px; width: 50%; height:200px; visibility: hidden; font-family: "Rubik", sans-serif; font-size: 16px; font-weight: 600; background-color:cyan; border: 1px solid #559FF7; border-radius: 89%; color: #ffffff; text-transform: uppercase; cursor: pointer; } #restart:hover { background-color: #4380c9; transition-duration: .3s; } @media (max-width: 475px) { #main { width: 90%; } #finish { width: 90%; left: 6%; } #restart { width: 70%; } } @media (min-width: 476px) and (max-width: 768px) { #main { width: 80%; } #finish { width: 80%; left: 10%; } }
0.387227
0.098036
@charset "utf-8"; /* CSS Document */ @media screen and (max-width: 380px) { html{ font-size: 10px; } } @media screen and (min-width: 380px) and (max-width:500px) { html{ font-size: 12px; } } @media screen and (min-width: 500px) and (max-width:650px) { html{ font-size: 13px; } } @media screen and (min-width: 650px) { html{ font-size: 14px; } } *{margin:0;padding:0;} body { margin: 0px; padding: 0px; font-size: 1.2rem; font-family:"微软雅黑", Arial, helvetica,"华文黑体", "方正黑体简体"; color:#333; background-color:#f4f4f4; } ul{ list-style:none;} li{ list-style:none;} a{ text-decoration:none;} input{ border:0px; cursor:pointer;} section{ background-color:#FFF;} /****************商品轮播*****************************/ .main_visual{ width:100%;position:relative;} .main_image{width:100%;position:relative; height:220px; overflow:hidden;} .main_image ul{overflow:hidden;position:absolute;top:0;left:0} .main_image ul li{float:left;width:100%;} .main_image ul li span{display:block;width:100%; height:220px; overflow:hidden;} .main_image ul li a{display:block;height:220px; } .main_image ul li a img{ width: 100%; max-width: 100%; height:100%; background-position: center center; background-repeat: no-repeat; background-size:cover; } div.flicking_con{ height:21px;position: absolute; float:left; left:50%; top:180px; z-index:2; text-align:center; } div.flicking_con a{position: relative; float:left; right:50%;width:21px;height:21px;margin:0;padding:0; background:url(../imgaes/btn_main_img.png) no-repeat;display:block;text-indent:-11000px} div.flicking_con a.on{background-position:0 -21px} /****************商品轮播end*****************************/ .spsx{border-bottom:1px #c8c7cc solid; padding-bottom:10px;} .biaot{ font-size:1.4rem; line-height:2.2rem; padding:5px 10px;} .price{font-size:1.4rem; line-height:2.2rem; height:2.2rem; padding:0px 10px; text-align:left;} .price .pricele{ float:left;} .price .pricele span{color:#E51C23;} .price .pricelezk{ float:left; padding-left:8px;} .price .pricelezk span{color:#E51C23;} .price .priceri{ float:right; color:#999; text-decoration:line-through;} .price .pshouc{float:right;color:#999;} .commission{font-size:1.4rem; line-height:2.2rem; height:2.2rem;clear:both; padding:0 10px;} .commission span{ color:#E51C23; } .shop{margin:0px 20px; border-top:#CCC 1px dashed; border-bottom:#CCC 1px dashed; overflow:hidden; margin-top:10px; position:relative;} .shop a .touxiang{ width:40px; height:40px; border-radius:50%; float:left; padding:5px 0px;} .shop a .touxiang img{ width:40px; height:40px; border-radius:50%;} .shop a .diannane{ float:left; color:#999; width:78%; line-height:50px; padding-left:10px;} .shop a::after{ content: ""; display: inline-block; position: absolute; right: 5px;; top: 50%; margin-top: -4px; width: 8px; height: 8px; border: 1px solid #333; border-width: 1px 1px 0 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .pchart{ width:100%; height:auto;margin-top:15px;} .pchart img{ width:100%; display:block;} .pchartspgg{ height:auto;margin:15px 10px 0px;} .gray_solid { margin: 0px; padding: 0px; border-width: medium medium 1px; border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color #E1E1E1; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; height: 0px; border-color:#E1E1E1; } /****************切换*****************************/ /*.no{ width:33.3%; height:33px; background-image:url(images/dbhb1.jpg);}*/ .no{ width:33.3%; height:33px;} #qiehuan{ width:100%; height:33px; border-bottom:1px solid #dedde0; margin-top:5px;} #qiehuan li{ width:33.3%; height:33px; line-height:33px; display:block; list-style:none; float:left; /*background-image:url(images/dh1.jpg);*/ text-align:center; font-size:1.4rem; color:#000000;} #qiehuan li a{color:#000000;width:33.3%;} #qiehuan li.no{ width:33.3%; height:33px; border-bottom:1px solid #ff6666;} #qiehuan li.no a{color:#ff6666;width:33.3%;} /****************切换1*****************************/ .no1{ background: #cbcbcb;color: white; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;} #qiehuan1 { height: 40px; position: relative; width: 100%; overflow:hidden; } #qiehuan1 ul { float: left; position: relative; left: 50%; } #qiehuan1 li { line-height: 33px; margin-left: 5px; display: block; list-style: outside none none; float: left; text-align: center; font-size: 1.4rem; color: #000; position: relative; right: 50%; } #qiehuan1 li.no1 { background: #CBCBCB none repeat scroll 0% 0%; color: #FFF; border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; } #qiehuan1 li.no1 a { color: #FFF; }
staticV2/wap/pay/css/FAQ1.css
@charset "utf-8"; /* CSS Document */ @media screen and (max-width: 380px) { html{ font-size: 10px; } } @media screen and (min-width: 380px) and (max-width:500px) { html{ font-size: 12px; } } @media screen and (min-width: 500px) and (max-width:650px) { html{ font-size: 13px; } } @media screen and (min-width: 650px) { html{ font-size: 14px; } } *{margin:0;padding:0;} body { margin: 0px; padding: 0px; font-size: 1.2rem; font-family:"微软雅黑", Arial, helvetica,"华文黑体", "方正黑体简体"; color:#333; background-color:#f4f4f4; } ul{ list-style:none;} li{ list-style:none;} a{ text-decoration:none;} input{ border:0px; cursor:pointer;} section{ background-color:#FFF;} /****************商品轮播*****************************/ .main_visual{ width:100%;position:relative;} .main_image{width:100%;position:relative; height:220px; overflow:hidden;} .main_image ul{overflow:hidden;position:absolute;top:0;left:0} .main_image ul li{float:left;width:100%;} .main_image ul li span{display:block;width:100%; height:220px; overflow:hidden;} .main_image ul li a{display:block;height:220px; } .main_image ul li a img{ width: 100%; max-width: 100%; height:100%; background-position: center center; background-repeat: no-repeat; background-size:cover; } div.flicking_con{ height:21px;position: absolute; float:left; left:50%; top:180px; z-index:2; text-align:center; } div.flicking_con a{position: relative; float:left; right:50%;width:21px;height:21px;margin:0;padding:0; background:url(../imgaes/btn_main_img.png) no-repeat;display:block;text-indent:-11000px} div.flicking_con a.on{background-position:0 -21px} /****************商品轮播end*****************************/ .spsx{border-bottom:1px #c8c7cc solid; padding-bottom:10px;} .biaot{ font-size:1.4rem; line-height:2.2rem; padding:5px 10px;} .price{font-size:1.4rem; line-height:2.2rem; height:2.2rem; padding:0px 10px; text-align:left;} .price .pricele{ float:left;} .price .pricele span{color:#E51C23;} .price .pricelezk{ float:left; padding-left:8px;} .price .pricelezk span{color:#E51C23;} .price .priceri{ float:right; color:#999; text-decoration:line-through;} .price .pshouc{float:right;color:#999;} .commission{font-size:1.4rem; line-height:2.2rem; height:2.2rem;clear:both; padding:0 10px;} .commission span{ color:#E51C23; } .shop{margin:0px 20px; border-top:#CCC 1px dashed; border-bottom:#CCC 1px dashed; overflow:hidden; margin-top:10px; position:relative;} .shop a .touxiang{ width:40px; height:40px; border-radius:50%; float:left; padding:5px 0px;} .shop a .touxiang img{ width:40px; height:40px; border-radius:50%;} .shop a .diannane{ float:left; color:#999; width:78%; line-height:50px; padding-left:10px;} .shop a::after{ content: ""; display: inline-block; position: absolute; right: 5px;; top: 50%; margin-top: -4px; width: 8px; height: 8px; border: 1px solid #333; border-width: 1px 1px 0 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); } .pchart{ width:100%; height:auto;margin-top:15px;} .pchart img{ width:100%; display:block;} .pchartspgg{ height:auto;margin:15px 10px 0px;} .gray_solid { margin: 0px; padding: 0px; border-width: medium medium 1px; border-style: none none solid; border-color: -moz-use-text-color -moz-use-text-color #E1E1E1; -moz-border-top-colors: none; -moz-border-right-colors: none; -moz-border-bottom-colors: none; -moz-border-left-colors: none; border-image: none; height: 0px; border-color:#E1E1E1; } /****************切换*****************************/ /*.no{ width:33.3%; height:33px; background-image:url(images/dbhb1.jpg);}*/ .no{ width:33.3%; height:33px;} #qiehuan{ width:100%; height:33px; border-bottom:1px solid #dedde0; margin-top:5px;} #qiehuan li{ width:33.3%; height:33px; line-height:33px; display:block; list-style:none; float:left; /*background-image:url(images/dh1.jpg);*/ text-align:center; font-size:1.4rem; color:#000000;} #qiehuan li a{color:#000000;width:33.3%;} #qiehuan li.no{ width:33.3%; height:33px; border-bottom:1px solid #ff6666;} #qiehuan li.no a{color:#ff6666;width:33.3%;} /****************切换1*****************************/ .no1{ background: #cbcbcb;color: white; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;} #qiehuan1 { height: 40px; position: relative; width: 100%; overflow:hidden; } #qiehuan1 ul { float: left; position: relative; left: 50%; } #qiehuan1 li { line-height: 33px; margin-left: 5px; display: block; list-style: outside none none; float: left; text-align: center; font-size: 1.4rem; color: #000; position: relative; right: 50%; } #qiehuan1 li.no1 { background: #CBCBCB none repeat scroll 0% 0%; color: #FFF; border-radius: 5px; -moz-border-radius: 5px; -khtml-border-radius: 5px; -webkit-border-radius: 5px; } #qiehuan1 li.no1 a { color: #FFF; }
0.27048
0.078078
@charset "utf-8"; /* ----------------------------------------------------- [Master StyleSheet] Project: Travel Zone- Personal and Corporate Portfolio Theme Version: 1.02 Last Change: Jan 30, 2018 Assigned to: <NAME>, <NAME> Primary use: Personal and Corporate Portfolio -------------- Table of Content -------------------*/ /*--------------------------------------------------- [Table of contents] 1. Genarel (body, header, nav, section, article etc ) 2. Import Css 3. Header Css 4. Slider Css 5. Booking Css 6. Place Css 7. Video Css 8. Services Css 9. Counter Css 10. Hotel Css 11. Portfolio Css 12. Team Css 13. Testimonal Css 14. Location Css 15. Footer Css ---------------------------------------------------*/ /* ===================================== 01. Import CSS ===================================== */ /* GOOGLE FONTs */ @import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Poppins|Raleway|Sofia|Varela+Round'); /* OTHER IMPORTED CSS */ @import url('font-awesome.min.css'); @import url('ionicons.min.css'); @import url('bootstrap-dropdownhover.css'); @import url('bootsnav.css'); @import url('animate.min.css'); @import url('animations.css'); @import url('bootstrap-datepicker.min.css'); @import url('VideoPopUp.css'); @import url('owl.carousel.min.css'); @import url('owl.theme.default.css'); @import url('defult.css'); @import url('fancyBox.css'); @import url('stroke-gap-icons.css'); @import url('pe-icon-7-stroke.css'); @import url('flaticon.css'); @import url('player.css'); /* ===================================== 02. General CSS ===================================== */ body { background: #ffffff; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 400; letter-spacing: .2px; line-height: 26px; color: #4c4c4c; position: relative; overflow-x: hidden !important; } body#body { background-image: url('../images/bg/5.jpg'); } /* Common CSS */ h1, h2, h3, h4, h5, h6 { font-family: 'Varela Round', sans-serif; color: #111111; line-height: 1.2; font-weight: 400; margin-top: 0; margin-bottom: 10px; padding: 0; text-transform: uppercase; } p { margin: 0; padding: 0; } a { color: #FF6600; outline: none; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; outline: none; } .input-group .form-control:first-child { border-radius: 0; } a:focus, a:hover { outline: none; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } input, input:focus, select, select:focus, button, button:focus { outline: none; } ul { margin: 0; padding: 0; } ul li { list-style-type: none; margin: 0; padding: 0; } img { width: 100%; max-width: 100%; height: auto; } nav.navbar.bootsnav ul.nav li.active > a { color: #FF6600; } .mb-4 { margin-bottom: 40px !important; } .mt-4 { margin-top: 40px !important; } .mt-3 { margin-top: 30px !important; } /* End General Css */ /* Preloader CSS */ #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 99999999; width: 100%; height: auto; } #status { width: 250px; height: 250px; position: absolute; left: 50%; top: 50%; background-image: url(../images/1.gif); background-size: cover; background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; } /* ===================================== 03. Header CSS Start ===================================== */ .awo-herader { position: relative; background: #ffffff; } /* Social Group CSS*/ .social-group { margin-top: 20px; } .social-group ul li { margin-bottom: 5px; margin-right: 5px; display: inline-block; border-bottom: none !important; padding: 0; } .social-group ul li a i { width: 40px; height: 40px; background: #4e4e4e; text-align: center; color: #ffffff; line-height: 40px; border-bottom-right-radius: 15px; -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; } .social-group ul li a i:hover { background: #FF6600; -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; } .header-topbar-col .social-icon { margin-top: 0; } .header-topbar-col .social-icon li a { display: block; background: #fff; color: #FF6600 !important; width: 35px; height: 35px; font-size: 15px; line-height: 35px; } .header-topbar-col .social-icon li a i { color: #FF6600; } /* Strat Header Top CSS Start */ .top_header { background: #FF6600; } .header-topbar-col { padding: 10px 0; } .header-topbar-col ul { color: #ffffff; margin-top: 10px; } .header-topbar-col ul li i { color: #ffffff; } .header-topbar-col ul li a { color: #ffffff; } .header-topbar-col .form-control { background: #fff; margin-bottom: 0; margin-top: 5px; height: 35px; border: none; position: relative; border-radius: 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; } .header-topbar-col .form-control:hover { -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; } .header-topbar-col .input-group .form-control:focus { background: #ffffff; border-color: #FF6600; box-shadow: none; } .header-topbar-col .input-group .btn { background: #a9a9a9; color: #ffffff; height: 35px; width: 50px; border: none; border-radius: 0px; margin-top: 5px; padding: 0; } .header-two .modal-content { border-radius: 0; position: relative; overflow: hidden; padding: 25px 0px; } .header-two .modal-content .form-control { background: #fff; margin-bottom: 0; margin-top: 8px; height: 50px; border: 1px solid #ddd; position: relative; border-radius: 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; } /* ENd Top Header 1 */ /* Strat Top Header 2 */ .topbar { background: #FF6600; padding: 25px 40px 20px 100px; position: relative; float: left; height: 65px; width: 100%; } .topbar::before, .topbar::after { content: ""; display: table; } .topbar::after { content: ""; position: absolute; left: -50px; bottom: 0; top: 0; width: 0; height: 0; border-top: 65px solid #FF6600; border-left: 50px solid transparent !important; } .topbar span { color: #ffffff; float: left; font-size: 12px; font-weight: 600; margin-right: 80px; } .topbar span em { color: #ffffff; font-style: normal !important; } .topbar .top-social { margin: 0px !important; padding: 0px !important; } .topbar .top-social li { display: inline-block; } .topbar .top-social li a { color: #ffffff; font-size: 15px; padding: 0 5px; background: transparent; } .topbar ul li a:hover { color: #FF6600; } .topbar > span:nth-child(2) { margin-right: 5px; } .topbar .registration a { float: left; font-size: 11px; color: #ffffff; text-transform: uppercase; padding-left: 10px; margin-left: 10px; } /* End Top Header 2 */ /* Navbar CSS start */ .navbar-header .navbar-brand img { width: 180px; height: auto; } .header-navbar { color: #ffffff; } .header-navbar .navbar-brand { padding: 0; } .header-navbar .navbar-brand img { width: 180px; height: auto; } .header-navbar .navbar { margin-bottom: 0; } .header-navbar .navbar-nav { margin-top: 8px; } .header-navbar .navbar-default { background: transparent; border: none; padding: 10px 0 15px; } .header-navbar .navbar-default .navbar-nav > .active > a, .header-navbar .navbar-default .navbar-nav > li > a:hover { color: #FF6600; background-color: transparent; } .header-navbar .navbar-default .navbar-nav > li > a { color: #333333; font-weight: bold; text-transform: uppercase; padding-left: 0; padding-right: 0; margin-left: 30px; } .header-navbar .navbar-default .navbar-nav > li > a:focus, .header-navbar .navbar-default .navbar-nav > li > a:hover { background: transparent; } .header-navbar .navbar-right .dropdown-menu { right: auto; } .header-navbar .navbar-nav .dropdown-menu { padding: 0; margin-left: 30px; } .header-navbar .navbar-nav .dropdown-menu > li > a { padding: 15px 10px; color: #333333; font-weight: bold; text-transform: uppercase; border-left: 5px solid transparent; border-top: 1px solid #eeeeee; } .header-navbar .navbar-nav .dropdown-menu > li > a:hover { border-left-color: #FF6600; } .header-navbar .navbar-default .navbar-nav > .open > a, .header-navbar .navbar-default .navbar-nav > .open > a:focus, .header-navbar .navbar-default .navbar-nav > .open > a:hover { background-color: transparent; } /* NavBar Fixed CSS */ .menu-transparent { z-index: 22; position: absolute; width: 100%; left: 0; background-color: transparent !important; border-bottom: 1px solid rgba(212, 212, 212, 0.08) !important; } .menu-transparent nav.navbar.bootsnav.affix { border-bottom: 1px solid #cccccc; -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); } nav.navbar.bootsnav.menu-transparent ul.nav > li > a { color: #fff; } nav.navbar.bootsnav.menu-transparent.affix ul.nav > li > a { color: #6f6f6f; } nav.navbar.bootsnav.menu-transparent.affix ul.nav > li.active > a { color: #168dd2; } nav.navbar.bootsnav.menu-transparent .attr-nav > ul > li > a { color: #fff; } nav.navbar.bootsnav.menu-transparent.affix .attr-nav > ul > li > a { color: #6f6f6f; } .menu-transparent nav.navbar.bootsnav { background: transparent; border: none; box-shadow: none; } .menu-transparent nav.navbar.bootsnav ul.nav > li > a { color: #ffffff; } .menu-transparent nav.navbar.bootsnav.affix ul.nav > li > a { color: #333; } .menu-transparent nav.navbar.bootsnav ul.nav li.active > a { color: #FF6600; } .menu-transparent nav.navbar.bootsnav .navbar-brand.logo-1 > img { display: none; } .menu-transparent nav.navbar.bootsnav.affix .navbar-brand.logo > img { display: none; } .menu-transparent nav.navbar.bootsnav.affix .navbar-brand.logo-1 > img { display: block; } .affix { border-bottom: 1px solid #cccccc; background: #ffffff !important; position: fixed; top: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); -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; } .layout-boxed .affix { position: static; } .w-100 { width: 100%; } /* End Header CSS */ /* ===================================== 04. Slider CSS Start ===================================== */ /* Fade Effect start */ .carousel-fade .carousel-inner .item { opacity: 0.6; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-indicators li { width: 2px; border-radius: 0; height: 18px; margin: 0 3px !important; background: #ffffff; } .carousel-indicators .active { width: 2px; border-radius: 0; height: 28px; background: #FF6600; border-color: #FF6600; } .left .root { left: 20px; } .right .root { right: 20px; } .root { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; width: 60px; height: 45px; background: #000; font-size: 30px; line-height: 1.5em; } .root:hover { background: #FF6600; } /* Full screen slider start */ .carousel-caption { position: absolute; right: 0; left: 0; top: 35%; text-align: center; -moz-transform: translateY(-25%); -ms-transform: translateY(-25%); -o-transform: translateY(-25%); -webkit-transform: translateY(-25%); transform: translateY(-25%); } .main-container.style-2 .carousel-caption { top: 45%; } .main-container.style-3 .carousel-caption { top: 40%; width: 40%; float: right; text-align: left; left: 8%; } .main-container.style-3 .carousel-caption p { letter-spacing: 5px; } .slide-1 { background: url('../images/slider/1.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .slide-2 { background: url('../images/slider/2.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .slide-3 { background: url('../images/slider/3.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .slide-1:before, .slide-2:before, .slide-3:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; background: rgba(0, 0, 0, 0.7); } .carousel-indicators { bottom: 0; } .carousel-control.right, .carousel-control.left { background-image: none; } .carousel .item { height: 800px; width: 100%; } .carousel-caption p { letter-spacing: 10px; font-size: 16px; text-transform: capitalize; } .carousel-caption h3 { color: #ffffff; font-size: 45px; margin-top: 20px; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .carousel-caption h3 span { color: #FF6600; } .carousel-caption .btns { background: #FF6600; border-color: #ffffff; font-size: 14px; padding: 10px 30px; border-radius: 0; color: #ffffff; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .carousel-caption .btns:hover { background: transparent; border: 1px solid #ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } /* Animation delays */ .carousel-caption h3:nth-child(2) { animation-delay: 1s; } .carousel-caption button { animation-delay: 1.5s; } .p { padding-top: 125px; text-align: center; } .p a { text-decoration: underline; } /* End Video click */ /* ===================================== 05. Booking Form CSS Start ===================================== */ .booking-from-area { position: relative; margin-top: -182px; } .booking-from-area.style-2 { margin: 0; padding: 100px 0; } .booking-from-area.style-3 { margin-top: -390px; } .booking-from label.label { display: block; color: #333; text-align: left; padding-left: 0; font-size: 14px; text-transform: capitalize; } .datepicker table.table-condensed { margin: auto !important; } .booking-from .tab-content { padding: 30px 10px; background: #fff; border-bottom: 3px solid #FF6600; overflow: hidden; } .booking-from-area.style-3 .booking-from .tab-content { height: 385px; } .input-group.date.margin-bottom-30, select.form-control { margin-bottom: 10px; } .booking-from .form-group input.form-control, .booking-from .form-group select.form-control { height: 50px; border-radius: 0; } .booking-from .form-group button.btn { margin-top: 25px; } .booking-from .input-group-addon { border-radius: 0; } .booking-from .nav-tabs { border: 0; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { border: none; } .booking-from .nav-tabs > li > a { background-color: #fff; border: none; color: #fff; font-size: 18px; height: 50px; min-height: 50px; transition: background-color .25s ease-out; font-weight: 500; padding: 10px 25px; border-radius: 0; margin: 0; background: #FF6600; border-right: 1px solid; } .booking-from-area.style-2 .booking-from .nav-tabs > li > a { border: 0; } .booking-from-area.style-3 .booking-from .nav-tabs > li > a { border: 0; } .booking-from .nav-tabs > li.active > a { color: #FF6600; background: #fff; border-right: 1px solid #fff; } .booking-from .nav-tabs > li:nth-child(4) > a { border: none; } .booking-from .nav-tabs > li > a i::before { font-size: 20px; margin-right: 8px; } .booking-content .sec-title { margin: 0 0 20px; } .booking-content a.btn { margin-top: 15px; } .about-img { margin-bottom: 30px; } .about-centent a.btn { width: 200px; margin-top: 20px; border-radius: 0; margin-left: 0; } .about-centent .sec-title { margin-bottom: 15px; } .about-centent .sec-title h2 { font-size: 36px; } /* Booking Form CSS End */ /* ===================================== 05. Tour Place CSS Start ===================================== */ .hover-box .image { display: block; position: relative; overflow: hidden; } .hover-box .image img { width: 100%; height: auto; } .hover-box .image .over-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); transform: translateX(-100%); -webkit-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear; } .hover-box:hover .image .over-layer { transform: translateX(0); } .hover-box .image .over-layer .links { padding: 30px 30px; margin: 0; list-style: none; text-align: center; position: relative; } .hover-box .image .over-layer .links h4 a { font-size: 24px; font-weight: 600; margin-left: 18px; color: #FF6600; } .hover-box .image .over-layer .links h6 { color: #fff; font-size: 14px; margin-bottom: 16px; text-transform: uppercase; } .hover-box .image .over-layer .links p { color: #fff; } .rating ul.rating-btn li { display: inline-block; } .rating ul.rating-btn li a { font-size: 18px; color: #FF6600; } .rating a.view-btn { color: #FF6600; font-size: 14px; text-transform: uppercase; transition: 0.3s; } .rating a.view-btn:hover { color: #fff; } .tour-item { position: relative; padding: 0 25px; top: -25px; } .tour-item .tour-details { background: #fff none repeat scroll 0 0; display: flex; justify-content: center; padding: 30px 0 30px; text-align: center; width: 100%; box-shadow: 0px 2px 2px #dadada; transition: all 0.3s ease-in-out; } .tour-item .tour-details:hover { background: #FF6600; } .tour-item .tour-details p { font-size: 18px; text-transform: capitalize; color: #333; } .tour-item .tour-details p.price { font-size: 24px; font-weight: 600; margin-left: 18px; color: #FF6600; margin-right: 10px; } .tour-item .tour-details:hover p { color: #F1F1F1; } .tour-item .tour-details:hover p.price { color: #FFF; } .spacial-place .owl-carousel .owl-nav .owl-next, .spacial-place .owl-carousel .owl-nav .owl-prev { top: 115px; width: 40px; height: 40px; padding-top: 5px; background-color: #ddd; color: #333; font-size: 18px; line-height: 1.5em; cursor: pointer; text-align: center; border: 1px solid #FFFFFF; border-radius: 0; } .spacial-place .owl-carousel .owl-nav .owl-next:hover, .spacial-place .owl-carousel .owl-nav .owl-next:active, .spacial-place .owl-carousel .owl-nav .owl-next:focus, .spacial-place .owl-carousel .owl-nav .owl-prev:hover, .spacial-place .owl-carousel .owl-nav .owl-prev:active, .spacial-place .owl-carousel .owl-nav .owl-prev:focus { background: #FF6600 !important; color: #fff; } .spacial-place .owl-carousel .owl-nav .owl-prev { position: absolute; left: -25px; } .spacial-place .owl-carousel .owl-nav .owl-next { position: absolute; right: -25px; } .hover-box.tour-hotel-box.d-flex { margin-bottom: 30px; } /* End Spacial Place */ /* ===================================== 05. Tour Video CSS Start ===================================== */ .tour-video { background: url(../images/bg/1.jpg); display: block; } .tour-video .container { padding: 150px 0; } .tour-video h2 { color: #fff; font-family: 'Sofia', cursive; font-size: 42px; font-weight: 900; text-transform: capitalize; } .tour-video h2 b { color: #FF6600; } .tour-video p { color: #FFF; font-size: 16px; letter-spacing: 0.5px; margin-bottom: 30px; } .tour-video a { font-size: 90px; width: 110px; height: 110px; line-height: 110px; text-align: center; margin: auto; } .video-bg .video .mbYTP_wrapper { z-index: -1 !important; } .parallax::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); } /* Tour Video CSS End */ /* ===================================== 05. Service CSS Start ===================================== */ .service-item { margin-bottom: 30PX; } .service-item .icon { background-image: url(../images/tr.png); background-repeat: no-repeat; background-position: 62% 0%; border-radius: 100%; display: inline-block; height: 110px; line-height: 110px; margin-bottom: 5px; position: relative; text-align: center; transition: all 0.3s ease 0s; width: 130px; z-index: 2; margin: auto; margin-left: -4px; } .service-item:hover .icon { transform: scale(1.3, 1.3); } .service-item .icon i::before { font-size: 35px; line-height: 5.5; margin-left: 5px; position: relative; top: -33px; transition: all 0.3s ease 0s; } .service-item:hover .icon i::before { color: #FF6600; } .service-item h4 a { color: #333; font-size: 18px; margin-bottom: 10px; text-transform: capitalize; } .service-item h4 a:hover { color: #FF6600; } /* Service CSS End */ /*--------------------------------*/ /* 09. Counter CSS Strat /*--------------------------------*/ .counter-area { background: url(../images/bg/2.jpg); display: block; background-size: cover; background-repeat: no-repeat; background-position: bottom; } .counter-area .container { padding: 120px 0 60px; } .counter-area .counter-col { color: #fff; text-align: center; margin-bottom: 50px; } .counter-area .counter-col .count i::before { font-size: 60px; margin-left: 0; } .counter-area .counter-col .count .start-count { font-size: 42px; margin-top: 20px; color: #FF6600 } .counter-area .counter-col h4 { color: #fff; font-size: 18px; text-transform: uppercase; margin-top: 20px; } /* End Counter CSS */ /* ===================================== 05. Hotel CSS Start ===================================== */ .hottel-grid-offer { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; } .tour-box.hover-box { margin-bottom: 30px; } .tour-hotel-box.hover-box .image .over-layer { width: 100%; height: 100%; transform: perspective(500px) rotateX(-90deg); } .tour-box.hover-box .image .over-layer { width: 100%; height: 100%; transform: perspective(500px) rotateY(90deg); } .tour-hotel-box.hover-box .image .over-layer .links { top: 25%; } .tour-box.hover-box .image .over-layer .links { top: 25%; } .tour-hotel-box.hover-box:hover .image .over-layer { transform: perspective(500px) rotateX(0deg); } .tour-box.hover-box:hover .image .over-layer { transform: perspective(500px) rotateY(0deg); } .tour-hotel-box.hover-box .image .over-layer ul li a { width: 50px; height: 50px; line-height: 50px; border-radius: 50%; font-size: 18px; display: block; color: #fff; border: 1px solid #fff; margin-right: 5px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .tour-box.hover-box .image .over-layer ul li a { width: 50px; height: 50px; line-height: 50px; border-radius: 50%; font-size: 18px; color: #fff; display: block; border: 1px solid #fff; margin-right: 5px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .tour-hotel-box.hover-box .image .over-layer ul li a:hover { background: #fff; color: #FF6600; } .tour-box.hover-box .image .over-layer ul li a:hover { background: #fff; color: #FF6600; } .tour-item.hotel-item { padding: 0 15px; } .tour-box.hover-box .tour-item.hotel-item { padding: 0; top: 0; } .tour-box.hover-box .tour-item.hotel-item .blog-details { box-shadow: none; } .hotel-item .blog-details { background: #fff none repeat scroll 0 0; padding: 15px !important; text-align: left; width: 100%; box-shadow: 0px 2px 2px #dadada; } .hotel-item .blog-details ul { margin-bottom: 5px; } .hotel-item .blog-details ul li i { color: #FF6600; } .blog-details h4 a { color: #333; } .tour-hotel-box .blog-details .read-btn { margin-top: 10px; font-size: 15px; font-weight: 700; } .blog-details .read-btn i { font-size: 26px; } .blog-details .read-btn i::before { margin: 5px; position: absolute; } .tour-hotel-box.d-flex .tour-item.hotel-item { top: 0; padding: 0; } .tour-hotel-box.d-flex .hotel-item .blog-details p { margin-top: 10px; } .tour-hotel-box.d-flex .tour-item.hotel-item .blog-details { box-shadow: none; } .hover-box.tour-box.d-flex { background: #fff; margin-bottom: 50px; } .hover-box.tour-box.d-flex .travel-btn { background: #ff6600; color: #fff; position: relative; width: 100%; padding: 24px 20px; overflow: hidden; height: 100%; display: table-cell; vertical-align: middle; right: -10px; } .hover-box.tour-box.d-flex .travel-btn a { color: #fff; } .tour-item.hotel-item .blog-details .social-icon { margin: 5px 0px; } .tour-item.hotel-item .blog-details .social-icon li a { background-color: #ffffff; color: #FF6600; display: inline-block; position: relative; overflow: hidden; text-align: center; width: 35px; height: 35px; font-size: 15px; line-height: 35px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); } /* End Hotel CSS */ /*-------------------------------- 11. Portfolio CSS Start ----------------------------------*/ .photo-area { background: url(../images/bg/4.jpg); background-position: center center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; display: block; } .photo-area .sec-title h2, .photo-area .sec-title p { color: #fff; } .portfolio-nav { /*float: none;*/ text-align: center; margin-bottom: 20px; padding: 20px; } .portfolio-col { text-align: center; } .portfolio-nav li { color: #fff; margin: 0 10px; font-size: 14px; padding: 12px; border: 1px solid #eee; display: inline-block; cursor: pointer; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .portfolio-col.style-2 .portfolio-nav li { color: #333; } .portfolio-nav li:hover { color: #FF6600; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .portfolio .portfolio-nav li:hover, .portfolio .portfolio-nav li:active, .portfolio .portfolio-nav li:focus { color: #FF6600; border: 1px solid #FF6600; } .portfolio-nav li:hover, .portfolio-nav li:active, .portfolio-nav li:focus { color: #fff; border: 1px solid #FF6600; } .active { color: #FF6600 !important; } .col-33 { color: #333 !important; } .filtr-item { padding: 10px; } .portfolio-col.rtl .filtr-item { left: 0; } .container-fluid .filtr-item { padding: 0; } .container-fluid.gutter { padding: 0 15px; } .container-fluid.gutter .filtr-item { padding: 10px; } .portfolio-box { position: relative; float: left; overflow: hidden; text-align: center; } .portfolio-box .image img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 0.8; opacity: 0.95; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(1.05, 1.05, 1); transform: scale3d(1.05, 1.05, 1); } .portfolio-box .image:hover img { opacity: 0.6; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .portfolio-box .image .overlay::before, .portfolio-box .image .overlay::after { content: ''; display: table; } .portfolio-box .image .overlay::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); content: ''; display: table-cell; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); } .portfolio-box .image:hover .overlay::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); } .portfolio-box .image .overlay-content .overlay-icon { position: absolute; left: 0px; top: 0px; height: 100%; display: table; width: 100%; } .portfolio-box .image .overlay-content .overlay-icon a { position: relative; display: table-cell; vertical-align: middle; height: 100%; color: #ffffff; z-index: 234; opacity: 0; -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 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; } .portfolio-box .image:hover .overlay-content .overlay-icon a { opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .portfolio-box .image .overlay-content a i::before { position: relative; width: 65px; height: 65px; background: #fff; color: #FF6600; text-align: center; line-height: 65px; font-size: 35px; border-radius: 50%; } .portfolio-box .image:hover .overlay-content a i { opacity: 1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .portfolio-box .image .overlay-content p { position: absolute; left: 0; right: 0; bottom: -50px; color: #333; text-transform: uppercase; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .portfolio-box .image .overlay-content p a { z-index: 9; color: #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .portfolio-box .image .overlay-content p a:hover { color: #FF6600; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .portfolio-box .image .overlay-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .portfolio-box .image:hover .overlay-content { opacity: 1; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } .portfolio-col .btn { width: 200px; margin: auto; margin-top: 30px; border-radius: 0; } .portfolio-title { text-transform: uppercase; margin-top: 15px; font-size: 17px; font-weight: 700; color: #666; text-align: center; padding: 0 4px; } .portfolio-desc { font-size: 12px; font-weight: 400; color: #aaa; text-align: center; } /* End Portfolio CSS */ /*--------------------------------*/ /* 14. Team CSS Strat /*--------------------------------*/ .team-tour .tour-item .tour-details:hover { background: #fff; } .team-tour .tour-item { top: -50px; } .hover-box.team-tour .image .over-layer { transform: translateY(-110%); } .hover-box.team-tour:hover .image .over-layer { transform: translateY(0); } .team-tour .tour-item .tour-details ul { margin-top: 5px; } .team-tour .tour-item .tour-details ul > li > a { font-size: 22px; } .tour-item .tour-details.team-tour { display: block; } .tour-item .tour-details.team-tour h4 { margin-bottom: 0; } .tour-item .tour-details.team-tour small { font-size: 13px; } .hover-box.team-tour .image .over-layer .links { top: 35%; } .team-tour .links li { background-color: transparent; border: 1px solid #fff; margin-right: 5px; transition: all 0.3s ease 0s; list-style: none; padding: 0; } .team-tour .links li a { font-size: 18px; display: inline-block; width: 42px; height: 42px; text-align: center; line-height: 42px; } .team-tour .links li.totop a { -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); } .team-tour .links li.tobotm a { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); } .hover-box.team-tour:hover .links li.totop a, .hover-box.team-tour:hover .links li.tobotm a { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1 } .team-tour .links li:hover a { color: #0151b0; } .team-tour .links li:hover { background-color: #fff; } .contact-info.team-details { display: block; position: relative; overflow: hidden; background: #ffffff; padding: 30px 30px; margin-bottom: 30px; } .contact-info.team-details ul li { color: #333; font-size: 16px; line-height: 15px; margin-bottom: 5px; } .contact-info.team-details ul li span { color: #333; font-size: 24px; height: 40px; line-height: 30px; margin-right: 12px; padding: 5px; width: 30px; display: inline-block; } .contact-info.team-details ul li a { display: inline-block; } .contact-info.team-details ul li b { margin-right: 3px; } .contact-info.team-details .social-link ul { margin-top: 30px; } .contact-info.team-details .social-link ul li { display: inline-block; margin-right: 10px; } .contact-info.team-details .social-link ul li a { background: #fff; border: 1px solid #d3d3d3; display: block; font-size: 18px; height: 50px; line-height: 48px; position: relative; display: inline-block; text-align: center; width: 50px; } /* End Team CSS */ /*--------------------------------*/ /* 12. Testimonal CSS Strat /*--------------------------------*/ .testimonal-area { background: url(../images/bg/3.jpg); background-position: center center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; display: block; } .testimonal-area .sec-title h2, .testimonal-area .sec-title p { color: #fff; } .testimonial-carousel .item blockquote { margin: 0; color: #bcbcbc; font-style: italic; background: transparent; border-left: none; padding-top: 50px; padding-bottom: 20px; text-align: center; border-right: none; } .testimonial-carousel .item blockquote .block-img { width: 90px; height: 90px; display: block; position: relative; margin: 0 auto 40px; background: #fff; border-radius: 50%; border: 3px solid #FF6600; } .testimonial-carousel .item blockquote .block-img img { position: relative; z-index: 123; } .testimonial-carousel .item blockquote .block-img:after { left: 50%; bottom: -12px; width: 0; height: 0; content: ""; margin: 0 5px 4px -8px; position: absolute; border-style: solid; border-top: 15px solid #FF6600; border-right: 8px solid #FF6600; border-bottom: 0px solid transparent !important; border-left: 8px solid #FF6600; transform: rotate(46deg); } .testimonial-carousel .item blockquote i.fa-quote-left { margin: -5px 0 0 -20px; color: #FF6600; font-size: 34px; position: absolute; left: 0; } .testimonial-carousel .item blockquote i.fa-quote-right { color: #FF6600; font-size: 34px; position: absolute; margin: 5px 0 0 0px; right: 0; } .testimonial-carousel .item blockquote p { margin: 0 0 20px; font-size: 18px; letter-spacing: 0.5px; } .testimonial-carousel .item blockquote strong { color: #FF6600; font-size: 22px; font-weight: 600; font-style: normal; } .testimonial-carousel .item blockquote h6 { color: #ccc; font-style: normal; font-size: 20px; text-align: center; margin-top: 15px; font-weight: 300; } .testimonal-area .owl-theme .owl-dots .owl-dot span { width: 3px; border-radius: 0; height: 20px; background: #D6D6D6; } .testimonal-area .owl-theme .owl-dots .owl-dot.active span, .testimonal-area .owl-theme .owl-dots .owl-dot:hover span { width: 3px; border-radius: 0; height: 25px; background: #FF6600; } /* End Testimonal CSS */ /*--------------------------------*/ /* 14. Locationb CSS Strat /*--------------------------------*/ #map { height: 650px; width: 100%; } .location-box { position: absolute; background: #fff; padding: 50px 30px; top: 95px; z-index: 1; } .location-box .space-leanth { margin-top: 10px; overflow: hidden; position: relative; } .location-box .space-leanth p { float: left; font-size: 18px; } .location-box .space-leanth p i { color: #FF6600; font-size: 20px; margin-right: 8px; } .location-box .space-leanth p.len { float: right; font-weight: 700; } /* End Locationb CSS */ /* ===================================== 05. Blog CSS Start ===================================== */ .tour-item.blog-item { padding: 0 20px; } .tour-blog-box.hover-box .image .over-layer { width: 93%; height: 100%; transform: translateY(100%); margin: 0 20px; } .tour-blog-box.hover-box .image .over-layer .links { top: 25%; } .tour-blog-box.hover-box:hover .image .over-layer { transform: translateY(0); } .tour-blog-box.hover-box .image .over-layer ul li a { width: 50px; height: 50px; line-height: 50px; border-radius: 50%; display: block; font-size: 18px; color: #fff; border: 1px solid #fff; margin-right: 5px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .tour-blog-box.hover-box .image .over-layer ul li a:hover { background: #fff; color: #FF6600; } .blog-details { background: #fff none repeat scroll 0 0; padding: 30px; text-align: left; width: 100%; box-shadow: 0px 2px 2px #dadada; } .blog-details ul { margin-bottom: 12px; } .blog-details ul li { padding-right: 5px; padding-left: 5px; } .blog-details ul li a { color: #333; } .blog-details ul li a i { color: #FF6600; font-size: 18px; margin-right: 2px; } .blog-details h4 a { color: #333; } .blog-details .read-btn { margin-top: 10px; font-size: 15px; font-weight: 700; } .blog-details .read-btn i { font-size: 26px; } .hover-box.blog-item-1 .image .over-layer { width: 100%; margin: 0; } .hover-box.blog-item-1 .tour-item.blog-item { padding: 0 15px; } .hover-box.blog-item-1 .blog-details { padding: 20px 15px; } .blog-box .image { display: block; position: relative; overflow: hidden; } .blog-box .image img { width: 100%; height: auto; } .blog-box .image .over-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(0, 0, 0, 0.7); transform: translateY(100%); transition: all 0.2s linear; } .blog-box:hover .image .over-layer { transform: translateY(0); } .blog-box .image .over-layer .social-links { padding: 0; margin: 0; list-style: none; text-align: center; position: relative; top: 45%; } .blog-box .image .over-layer .social-links li { display: inline-block; margin-right: 10px; } .blog-box .image .over-layer .social-links li a { border: 1px solid #808080; border-radius: 50%; width: 50px; height: 50px; display: block; line-height: 50px; color: #fff; font-size: 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .blog-box .image .over-layer .social-links li a:hover { background: #ffffff; color: #FF6600; } .blog-box .date-mate { background: #FF6600; font-size: 15px; color: #FFF; text-align: center; position: absolute; top: 15px; left: 15px; padding: 8px 12px; } .blog-box .date-mate h6 { color: #fff; display: block; font-size: 14px; font-weight: 300; margin: 0; } .blog-box .date-mate h6 span { display: block; font-size: 24px; margin-top: 5px; font-weight: 700; margin-bottom: 5px; color: #fff; } .blog-box .blog-contant { padding: 10px 0 20px; text-align: left; } .blog-box .blog-contant h4 { font-size: 18px; line-height: 24px; font-weight: 300; margin: 0 0 5px 0; letter-spacing: 1px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog-box .blog-contant h4 a { color: #333; } .blog-box .blog-contant p { margin-bottom: 10px; } .mb-3 { margin-bottom: 1rem!important; } .mb-1 { margin-bottom: 10px!important; } .mt-1 { margin-top: 15px!important; } .blog-box.mb-4.d-flex { margin-bottom: 30px; } .blog-box .blog-contant ul { margin-bottom: 10px; } .blog-box .blog-comment-meta ul li { display: inline-block; padding: 0 10px; } .blog-box .blog-comment-meta ul li a { font-size: 18px; } /* End Blog CSS */ /*--------------------------------*/ /* 19. Strat contacts Form Css /*--------------------------------*/ .awo-contract-form { background-color: #f5f5f5; display: block; position: relative; overflow: hidden; } .contact-from h2 { margin-top: 0; } .contact-from .input-field { overflow: hidden; } .contact-from .input-field input { background: #ffffff; display: block; border: 1px solid #ededed; color: #333; float: left; outline: none; font-size: 14px; padding: 10px 22px; margin-bottom: 25px; height: 60px; width: 100%; } .contact-from .input-field input:focus, .contact-from .input-field textarea:focus { box-shadow: none !important; border: 1px solid #FF6600; } .contact-from .input-field textarea { background: #ffffff; display: block; border: 1px solid #ededed; color: #333; float: left; outline: none; font-size: 14px; padding: 10px 22px; margin-bottom: 25px; resize: none; width: 100%; } .contact-from .input-field .more-link { background: #FF6600; border-radius: 0 !important; float: left; } .contact-address .address { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15); background: #ffffff; overflow: hidden; position: relative; padding: 15px 25px 20px; margin-bottom: 30px; } .contact-address .address ul li { font-size: 16px; line-height: 3em; } .contact-address .address ul li i { font-size: 22px; margin-top: 12px; color: #FF6600; } .contact-map-3 #map { height: 600px; } .set-contact-info { padding: 20px 0; } .set-contact-info .column .fa-ul li i.fa-li { border: 1px solid #ddd; display: block; height: 70px; line-height: 3em; font-size: 22px; border-radius: 50%; width: 70px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } .set-contact-info .column .fa-ul li:hover i { background: #FF6600; color: #ffffff; display: block; } .set-contact-info .column .fa-box-info { margin-left: 40px; } .awo-contract-form.set-contact-info { padding: 70px 0 40px; } .awo-contract-form.set-contact-info .fa-box-info { margin-left: 20px; } .awo-contract-form.set-contact-info .fa-ul li { line-height: 2em; } .awo-contract-form.set-contact-info .fa-ul li:hover i { background: #FF6600; color: #ffffff; display: block; } .awo-contract-form.set-contact-info .fa-ul li i.fa-li { border: 1px solid #ddd; display: block; height: 70px; line-height: 3em; font-size: 22px; border-radius: 50%; width: 70px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } .awo-contacts { background-color: #f5f5f5; padding: 70px 0 40px; display: block; position: relative; overflow: hidden; } .awo-contacts h2 { margin-top: 0; margin-left: 15px; } .awo-contacts .input-field { overflow: hidden; } .awo-contacts .input-field input { background: #ffffff; display: block; border: 1px solid #ededed; color: #333; float: left; outline: none; font-size: 14px; padding: 10px 22px; margin-bottom: 25px; height: 60px; width: 100%; } .awo-contacts .input-field input:focus, .awo-contacts .input-field textarea:focus { box-shadow: none !important; border: 1px solid #FF6600; } .awo-contacts .input-field textarea { background: #ffffff; display: block; border: 1px solid #ededed; color: #333; float: left; outline: none; font-size: 14px; padding: 10px 22px; margin-bottom: 25px; width: 100%; } .awo-contacts .input-field .more-link { background: #ffa125; border-radius: 0 !important; float: left; } .awo-contacts .address { background: #ffffff; display: block; border: 1px solid #ededed; overflow: hidden; position: relative; padding: 15px 25px 20px; margin-bottom: 30px; } .awo-contacts .address ul li { font-size: 16px; line-height: 3em; } .awo-contacts .address ul li i { font-size: 22px; margin-top: 12px; color: #FF6600; } .contact-map-3 #map { height: 600px; } .set-contact-info { padding: 20px 0; } .set-contact-info .column .fa-ul li i.fa-li { border: 1px solid #ddd; display: block; height: 70px; line-height: 3em; font-size: 22px; border-radius: 50%; width: 70px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } .set-contact-info .column .fa-ul li:hover i { background: #ffa125; color: #ffffff; display: block; } .set-contact-info .column .fa-box-info { margin-left: 40px; } .awo-contacts.set-contact-info { padding: 70px 0 40px; } .awo-contacts.set-contact-info .fa-box-info { margin-left: 20px; } .awo-contacts.set-contact-info .fa-ul li { line-height: 2em; } .awo-contacts.set-contact-info .fa-ul li:hover i { background: #FF6600; color: #ffffff; display: block; } .awo-contacts.set-contact-info .fa-ul li i.fa-li { border: 1px solid #ddd; display: block; height: 70px; line-height: 3em; font-size: 22px; border-radius: 50%; width: 70px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } /* End Contact Form CSS */ /*--------------------------------*/ /* 18. Banner CSS Strat /*--------------------------------*/ .banner-area { padding: 100px 0; text-align: center; background: url(../images/bg/3.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .banner-area::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background-color: rgba(0, 0, 0, 0.2); } .banner-area .page-title-box { position: relative; color: #fff; background: rgba(0, 0, 0, 0.7); padding: 50px 80px; display: inline-block; } .banner-area .page-title-box h1 { font-family: 'Sofia', cursive; font-weight: 700; font-size: 120px; color: #fff; } .banner-area .page-title-box h2 { font-size: 36px; color: #ffffff; } .banner-area .page-title-box p.page-title-text { display: block; font-size: 18px; margin-bottom: 20px; } .banner-area .page-title-box p { display: inline-flex; } .banner-area .page-title-box p a { color: #fff; margin: 0 5px; text-transform: uppercase; font-size: 16px; } .banner-area .page-title-box p i { display: inline-block; font-size: 14px; margin: 4px 6px 0px 6px; } /* End Banner CSS */ .nex-tab-btn::before { display: none; } .nex-tab-btn { margin: 50px 0 35px; } .nex-tab-btn ul li { margin: 0 11px 0 0; } .nex-tab-btn ul li a { border: 1px solid #e6e6e6; color: #888888; float: left; height: 50px; line-height: 1.8em; padding: 4px 11px; width: 60px; background: #fff; font-size: 20px; font-weight: 800; text-align: center; } .nex-tab-btn ul li a:hover { background: #FF6600; color: #fff !important; } .nex-tab-btn ul li a.active { background: #FF6600; color: #fff !important; } /*-------------------------------- 22. Start FAQ CSS ----------------------------------*/ .fuq-content { text-align: center; padding: 35px 25px; background: #f5f5f5; margin-bottom: 30px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } .fuq-content:hover { background: #FF6600; color: #fff; transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); } .fuq-content i { position: relative; overflow: hidden; } .fuq-content i::before { font-size: 42px; margin-left: 0; } .fuq-content h4 { margin-top: 20px; } .fuq-content:hover h4 { color: #ffffff; } .awo-faq .panel-heading .accordion-toggle:after { content: "\f106"; font-family: FontAwesome; float: right; font-size: 20px; color: #FF6600 } .awo-faq .panel-heading .accordion-toggle.collapsed:after { content: "\f107"; } .awo-faq .faq-col h1 { margin-bottom: 30px; font-size: 28px; } .awo-faq .faq-col .panel-title { font-size: 15px; } .awo-faq .panel-default > .panel-heading { border: 1 ps solid rgba(0, 0, 0, 0.15); font-size: 15px; height: 65px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 18px 15px; border-radius: 0; background: #fff; } /* End Faq CSS */ /*--------------------------------*/ /* 23. Strat Error CSS /*--------------------------------*/ .awo-error { background-image: url('../images/error/1.html'); background-position: -10% 50%; background-repeat: no-repeat; background-size: cover; height: 600px; } .awo-error h1 { margin-top: 26%; text-align: center; color: #fff; position: relative; overflow: hidden; font-size: 58px; letter-spacing: 2px; font-family: 'Indie Flower', cursive; } .awo-error a { margin: 0 auto; text-align: center; } .awo-error a button { background: #fff !important; color: #333 !important; margin: 0 auto; } /* End Error CSS */ /*--------------------------------*/ /* 24. Particles Area click /*--------------------------------*/ .count-particles { background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-weight: bold; } .js-count-particles { font-size: 1.1em; } #stats, .count-particles { -webkit-user-select: none; user-select: none; margin-top: 5px; margin-left: 5px; } #stats { border-radius: 3px 3px 0 0; overflow: hidden; display: none; } .count-particles { border-radius: 0 0 3px 3px; display: none; } /* ---- particles.js container ---- */ #particles-js { width: 100%; height: 100%; background-image: url('../images/comming/2.jpg'); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; position: relative; padding: 0 0; } .particles-js-canvas-el { width: 100%; height: 100%; height: 600px !important; position: relative; display: block; overflow: hidden; z-index: 1; } /* End Particels Css */ /*--------------------------------*/ /* 25. Strat Timer Css /*--------------------------------*/ .relative-div { overflow: hidden; position: relative; } .up_coming { position: absolute; display: block; top: 0; width: 100%; left: 0; bottom: 0; z-index: 2; padding: 50px 0 150px; background: #000; opacity: 0.5; } .coming i:before { font-size: 70px; color: #ffffff; } .coming { text-align: center; } .timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { display: inline-block; width: 160px; height: 160px; margin: 0 30px; padding-top: 20px; font-size: 18px; cursor: pointer; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; color: #fff; text-transform: uppercase; } .timer .days, .timer .hours, .timer .minutes, .timer .seconds { font-size: 100px; font-weight: 100; line-height: 90px; } .up_coming .content h2 { font-size: 46px; font-weight: 100; color: #ffffff; margin-top: 20px; z-index: 11; } .up_coming .content p { margin: 20px 0 30px 0; font-size: 22px; line-height: 36px; color: #ffffff; z-index: 11; } .up_coming .content .more-link { background: #FF6600; color: #fff; border-radius: 0 !important; z-index: 11; width: 250px; margin: 0 auto; } .send-footer { padding: 30px 0; background: #000; } .send-footer p { color: #ffffff; display: inline-block; } .send-footer a { display: inline-block; } .send-footer .container .row { margin: 0; } .bottom-fix { position: fixed; bottom: 0; right: 0; left: 0; z-index: 1030; } /* End Timer Section */ /*--------------------------------*/ /* 26. Strat Footer Area /*--------------------------------*/ /* Strat Footer Style One */ .fot-style-1 { background: #222222; padding: 25px 0px; } .fot-style-1 .pull-left p { line-height: 25px; padding: 15px 0px; color: #9a9a9a; } .fot-style-1 .pull-left p a { display: inline-block; } .fot-style-1 .pull-right .list-unstyled li { display: inline-block; margin-right: 8px; } .fot-style-1 .pull-right .list-unstyled li a { background: rgb(255, 255, 255); border: 1px solid #d3d3d3; border-radius: 0px 20px 20px; -webkit-border-radius: 0px 20px 20px; -moz-border-radius: 0px 20px 20px; -ms-border-radius: 0px 20px 20px; -o-border-radius: 0px 20px 20px; color: #9c9c9c; display: block; font-size: 18px; height: 50px; line-height: 45px; position: relative; text-align: center; width: 50px; } .fot-style-1 .pull-right .list-unstyled li a:hover { border-color: #ffffff; color: #ffffff; -webkit-transform: rotate(45deg) scale(1.1, 1.1); -moz-transform: rotate(45deg) scale(1.1, 1.1); -ms-transform: rotate(45deg) scale(1.1, 1.1); -o-transform: rotate(45deg) scale(1.1, 1.1); transform: rotate(45deg) scale(1.1, 1.1); -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -ms-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; } .fot-style-1 .pull-right .list-unstyled li:nth-child(1) a:hover { background: #4867aa; } .fot-style-1 .pull-right .list-unstyled li:nth-child(2) a:hover { background: #dc4e41; } .fot-style-1 .pull-right .list-unstyled li:nth-child(3) a:hover { background: #00aff0; } .fot-style-1 .pull-right .list-unstyled li:nth-child(4) a:hover { background: #55acee; } .fot-style-1 .pull-right .list-unstyled li a:hover i { color: #fff; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } /* End Footer Style One */ /* Strat Footer Style Two */ .fot-style-2 .top-footer { background: #111; padding: 80px 0px 30px; } .fot-style-2 .top-footer .fo-title h4 { color: #fff; padding-bottom: 12px; letter-spacing: 1px; text-transform: uppercase; } .fot-style-2 .top-footer .footer-service .footer-logo p { margin: 10px 0; color: #fff; } .fot-style-2 .top-footer .newsletter.fo-title { background: transparent; } .fot-style-2 .top-footer .newsletter.fo-title h4 { line-height: 1; } .small-border { height: 3px; width: 70px; margin: -12px 0 30px; background: #FF6600; display: block; } .fot-style-2 .top-footer .widget-latestposts .latest-content { margin-bottom: 15px; position: relative; display: block; overflow: hidden; } .fot-style-2 .widget-latestposts .latest-content a img { width: 100px; float: left; margin-right: 15px; } .fot-style-2 .widget-latestposts .latest-content h6 { color: #ffffff; margin-bottom: 0; margin-top: -3px; line-height: 1.8em; } .fot-style-2 .widget-latestposts .latest-content h6:hover { color: #FF6600; } .fot-style-2 .widget-latestposts .latest-content span { color: #f9f9f9; } .fot-style-2 .widget-latestposts .latest-content span i { color: #FF6600; margin-right: 5px; } .fot-style-2 .top-footer .edu-brn li button { font-size: 14px; padding: 10px 15px; border-radius: 0; margin-bottom: 8px; border: 1px solid #ffffff; color: #ffffff; background: transparent; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .fot-style-2 .widget-latestposts .latest-content .star-mark li { padding-right: 3px; padding-left: 3px; } .fot-style-2 .widget-latestposts .latest-content .star-mark li a { color: #fec42d; font-size: 16px; } .footer-service { position: relative; overflow: hidden; } .fot-style-2 .top-footer .footer-gallery li { padding: 5px; } .fot-style-2 .top-footer .social-icon li { margin: 5px 0 0; display: inline-block; } .fot-style-2 .top-footer .social-icon li a { background-color: #ffffff; color: #FF6600; display: inline-block; position: relative; overflow: hidden; text-align: center; width: 48px; height: 48px; font-size: 22px; line-height: 46px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); } .fot-style-2 .top-footer .social-icon li a:hover { color: #fff; background-color: #FF6600; } .fot-style-2 .top-footer .social-icon li a:hover .fa { -webkit-animation: downToUp .4s forwards; -moz-animation: downToUp .4s forwards; animation: downToUp .4s forwards; } .fot-style-2 .bottom-footer { padding: 20px 0px; background: #000; } .fot-style-2 .bottom-footer p { margin-bottom: 0px; } .footer-logo img { width: auto; } .flicker-feed > a { display: inline-block; float: left; position: relative; width: 30.3333%; z-index: 1; margin: 5px 3px; } .flicker-feed > a:before { background-color: #FF6600; content: ''; height: 100%; position: absolute; top: 0; width: 100%; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .flicker-feed > a:hover:before { opacity: 0.9; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .flicker-feed > a:after { color: #fff; content: "\f067"; font-family: "FontAwesome"; font-size: 14px; font-weight: 300; left: 50%; position: absolute; top: 42%; margin-top: -7px; margin-left: -7px; width: 100%; z-index: 5; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .flicker-feed > a:hover:after { opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .fot-style-2 .cl-white { letter-spacing: .4px; line-height: 1.7em; } /* End Footer Style Two */ /* Strat Footer Style Three */ .fot-style-3 .top-footer { background: #1a1a1a; padding: 80px 0px 30px; } .fot-style-3 .top-footer .fo-title h4 { color: #fff; padding-bottom: 12px; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid #FF6600; } .fot-style-3 .small-border { height: 3px; width: 70px; margin: -12px 0 30px; background: #FFF; display: block; } .fot-style-3 .top-footer .list-unstyled li { color: #fff; font-size: 15px; font-weight: 600; line-height: 30px; padding-bottom: 12px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .fot-style-3.top-footer .list-unstyled li span { color: #aaa; font-size: 12px; } .fot-style-3 .top-footer .list-unstyled li .fa { color: #ffffff; font-size: 15px; } .fot-style-3 .top-footer .widget-latestposts .latest-content { margin-bottom: 15px; position: relative; display: block; overflow: hidden; } .fot-style-3 .widget-latestposts .latest-content a { width: 100px; float: left; margin-right: 15px; } .fot-style-3.widget-latestposts .latest-content h6 { color: #ffffff; margin-bottom: 0; margin-top: -6px; line-height: 1.8em; } .fot-style-3 .widget-latestposts .latest-content h6:hover { color: #FF6600; } .fot-style-3 .widget-latestposts .latest-content span i { color: #FF6600; } .fot-style-3 #newsleter .form-group .form-control { float: left; position: relative; padding: 9px 20px; height: 40px; border: 1px solid #e1e1e1; font-style: italic; border-radius: 0px; -webkit-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -moz-border-radius: 0px; box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; outline: none; width: 80%; } .fot-style-3 #newsleter .form-group > button { background: #FF6600; border: none; color: #FFFFFF; float: left; height: 40px; width: 20%; text-align: center; font-size: 15px; line-height: 35px; } .fot-style-3 .top-footer .footer-gallery li { padding: 5px; } .fot-style-3 .top-footer .social-icon li { margin-top: 20px; } .fot-style-3 .top-footer .social-icon li a { background: #fff; color: #FFF; display: inline-block; height: 35px; text-align: center; line-height: 2.6; width: 35px; } .fot-style-3 .top-footer .social-icon li a:hover { color: #333; background: #FFF; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .fot-style-3 .bottom-footer { padding: 30px 0px; border-top: 1px solid #262626; background: #1a1a1a; } footer .bottom-footer p { color: #999999; margin-bottom: 0px; display: inline-block; letter-spacing: 2px; } footer .bottom-footer p a { display: inline-block; } .footer-logo img { width: auto; } /* End Footer Area */ /* Scrollup CSS */ .scrollup { width: 40px; height: 40px; position: fixed; display: none; bottom: 20px; right: 20px; z-index: 99999; background-color: #FF6600; color: #ffffff; text-align: center; line-height: 40px; font-size: 20px; border-radius: 50%; } .scrollup:hover { color: #111111; } /*--------------------------------*/ /* 30. Privew CSS Strat /*--------------------------------*/ .inner-bg { position: relative; padding-top: 120px; } .inner-bg h3 { color: #FFF; margin-bottom: 20px; } .inner-bg p { font-size: 15px; } .inner-bg p span { font-size: 18px; padding-left: 15px; padding-right: 15px; color: #fff; } .inner-bg p a:hover { color: #FF6600; } .inner-bg .mini-title:before { display: none; } .inner-style-1 { padding: 40px 60px; background-color: rgba(39,128,227, .8); display: block; border: 5px solid #FF6600; } .inner-bg .inner-style-1 p a { color: #333; } .practice-item-1.style-one { border: transparent; border-bottom: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; background: #fff; } .practice-item-1.style-one .practice-img { border: 1px solid #eee; } .section-title.title { position: relative; } .section-title.title::after { content: ""; height: 1px; left: 0; right: 0; bottom: -15px; text-align: center; margin: auto; position: absolute; width: 150px; background: #FF6600; } .section-title.title::before { content: ""; height: 1px; left: 0; right: 0; bottom: -25px; text-align: center; margin: auto; position: absolute; width: 120px; background: #FF6600; } .preview .practice-item-1 .practice-img span:before { font-size: 50px; } .preview .section-title.light-title{ position: relative; } .preview .section-title.light-title h2{ position: relative; z-index: 1; background: #fff; } .preview .section-title.light-title h5 { position: absolute; left: 0; right: 0; text-align: center; top: -40px; font-size: 100px; z-index: 0; color: #eee; } .preview { position: relative; } .preview .practice-item-1 .practice-img span:before { font-size: 50px; } .preview-features-item ul li { padding-bottom: 15px; color: #222; font-size: 16px; font-weight: 500; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .preview-features-item ul li:hover { color: #FF6600; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; } .preview-features-item ul li i { font-size: 15px; color: #FF6600; margin-right: 10px; } .preview .practice-content { padding-bottom: 15px; } .preview .practice-content h4 { margin: 15px 0 5px; } .practice-img a { display: block; position: relative; } .practice-img a:after { position: absolute; content: ''; width: 100%; height: 100%; background: #FF6600; visibility: hidden; top: 0; left: 0; opacity: 0; z-index: 1; -webkit-transition: all .3s linear; transition: all .3s linear; } .practice-item-1:hover .practice-img a:after { visibility: visible; opacity: .8; } .practice-img a span { font-size: 50px; position: absolute; top: 70%; left: 50%; color: #FFF; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); visibility: hidden; opacity: 0; z-index: 2; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .practice-item-1:hover .practice-img a span { visibility: visible; opacity: 1; top: 50%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .practice-item-1 .practice-img a span:hover { color: #333; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } /*--------------------------------*/ /* 28. Strat Custome CSS /*--------------------------------*/ section .container, .section .container { position: relative; padding: 100px 0 70px; display: block; clear: both; } section, .section { display: block; overflow: hidden; position: relative; } .sec-title { color: #222; position: relative; margin: 0 0 40px; font-weight: 500; display: block; } .sec-title h2 { font-family: 'Sofia', cursive; font-size: 42px; text-transform: capitalize; } .sec-title p { letter-spacing: .5px; } .sec-title h2 b { color: #FF6600; } .clear { clear: both; } .no-padding { padding: 0; } .padding-left-0 { padding-left: 0; } .p-tb-100 { padding: 100px 0; } .pt-0 { padding-top: 0 !important; } .no-margin { margin: 0; } .cl-white { color: #fff !important; } .bg-f8 { background: #f8f8f8; } .bg-pry { background: #FF6600; } .bg-white { background: #fff; } .bdr-pry-color { border-color: #FF6600 !important; } .btn:hover { background: #FF6600; } .mar-tp-10 { margin-top: 10px !important; } .mar-tp-20 { margin-top: 20px !important; } .mar-tp-25 { margin-top: 25px !important; } .mar-tp-30 { margin-top: 30px !important; } .mar-btm-30 { margin-bottom: 30px !important; } .mar-btm-50 { margin-bottom: 50px !important; } .mar-btm-20 { margin-bottom: 20px !important; } /*.mar-btm-0 { margin-bottom: 0px !important; }*/ .mar-btm-10 { margin-bottom: 10px !important; } .post { position: relative; display: block; overflow: hidden; } .width-80 { width: 80% !important; } .success { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .error { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #b94a48; background-color: #f2dede; border: 1px solid rgba(185, 74, 72, 0.3); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } /*--------------------------------*/ /* 13. Blog CSS Strat /*--------------------------------*/ .blog-page { background: #eee9ff; } .blog-post { background: #ffffff; overflow: hidden; position: relative; margin-bottom: 50px; text-align: center; padding: 30px 30px 20px; box-shadow: 0 0 10px #f2f2f2; } .blog-post .pin-icon { position: absolute; top: -8px; right: -32px; color: #fff; background: #FF6600; width: 100px; height: 50px; transform: rotate(45deg); line-height: 3.5; font-size: 18px; } .blog-post .blog-header { text-align: left; margin-bottom: 20px; } .blog-post .blog-header h4 { margin: 20px 0; font-size: 22px; line-height: 1.5em; } .blog-post .blog-header a { color: #888888; display: inline-block; } .blog-post .blog-header .hr-line { position: relative; margin: 20px 0; border: 0; border-top: 1px solid #f0f0f0; } .blog-post .blog-header .hr-line::after { content: ''; width: 90px; height: 3px; background: #FF6600; left: 3%; display: block; margin-top: -2px; margin-left: -21px; position: relative; } .blog-post .blog-header .post-date span.devider { margin: 0 12px 0 5px; } .blog-post .blog-header .post-date span.date { font-size: 20px; } .blog-post .blog-header .post-date span:nth-child(4) { margin-right: 0; } .blog-post .post-image { margin: 20px 0; position: relative; overflow: hidden; } .blog-post .post-content { margin-bottom: 20px; } .blog-post .post-content p { text-align: justify; margin: 0 0 20px; } .blog-post .post-content .blog-button { position: relative; overflow: hidden; display: block; } .blog-post .post-content ul li { margin-bottom: 20px; letter-spacing: 0.5px; word-spacing: 1px; } .blog-post .post-content ul li i { font-size: 18px; color: #FF6600; margin-right: 10px; } .blog-post .post-content blockquote { text-align: left; background: #f8f8f8; border-color: #FF6600; font-size: 16px; position: relative; overflow: hidden; } .blog-page .blog-post .blog-post-image .post-image .overlay { border-bottom: 120px solid #FF6600; border-left: 120px solid transparent; } .blog-page .blog-post .blog-post-image .post-image:hover .overlay { border-bottom: 620px solid #FF6600; border-left: 620px solid transparent; } .blog-page .blog-post .blog-post-image .post-image .group-share-btn { bottom: 35px; right: 40px; } .blog-post .post-content blockquote i { font-size: 28px; color: #FF6600; margin: 2px 10px; } .blog-post .blog-button a { background: #FF6600; color: #ffffff; margin-top: 5px; font-weight: 500; font-size: 12px; } .blog-post .post-footer { padding: 20px 0 30px; border-top: 1px solid #f0f0f0; } .blog-post .post-footer a { margin: 5px; display: inline-block; } /* Blog Single Post */ .blog-page .blog-comment { position: relative; display: block; float: left; text-align: left; } .blog-page .title { margin-bottom: 25px; line-height: 28px; font-weight: 500; font-family: 'Montserrat', sans-serif; } .blog-page .title h4::after { display: table; content: ''; background: #ddd; width: 138px; height: 1px; top: 28px; position: absolute; } .blog-page .blog-comment .comment-list li { display: inline-block; margin: 0px 0px 20px; padding: 12px; width: 100%; } .blog-page .blog-comment .comment-list li .comment-avatar { border: 1px solid #b1b1b1; height: 85px; padding: 5px; width: 85px; } .blog-page .blog-comment .comment-list li .comment-meta { display: block; overflow: hidden; position: relative; padding-left: 15px; text-align: left; } .blog-page .blog-comment .comment-sub { padding-left: 45px; } .blog-page .blog-comment .comment-list .comment-meta a { font-size: 16px; color: #535353; } .blog-page .blog-comment .comment-list .comment-meta span em { color: #999999; font-size: 13px; margin-left: 15px; } .blog-page .blog-comment .comment-list .comment-meta span .reply { background: #FF6600; color: #fff; font-size: 16px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; padding: 3px 15px; } .blog-page .blog-comment .comment-list .comment-meta span .reply:hover { background: #FF6600; color: #ffffff; } .blog-page .blog-comment .comment-list .comment-meta span .reply .fa { font-size: 12px; margin-right: 5px; } .blog-page .comment-box .padding { margin-bottom: 30px; padding-left: 0px; } .blog-page .comment-box { position: relative; display: block; float: left; text-align: left; width: 100%; } .blog-page .comment-box .form-group { margin-bottom: 20px; } .blog-page .comment-box .input-group .input-group-addon { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; color: #FF6600; font-size: 18px; } .blog-page .comment-box .input-group .form-control { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; height: 50px; border: 1px solid #d0d0d0; font-size: 15px; color: #535353; width: 100%; } .blog-page .comment-box .form-group .message { border: 1px solid #d0d0d0; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; font-size: 15px; height: auto; resize: none; padding: 15px; min-height: 210px; } /* <NAME> */ .sidber .widget { position: relative; display: table; float: left; background: #ffffff; border-left: 3px solid; padding: 30px 15px; margin-bottom: 50px; width: 100%; } .sidber .searchform { position: relative; width: 100%; float: left; } .sidber .searchform input { background: #ffffff; border: 1px solid #e1e1e1; border-radius: 0; color: #333; float: left; outline: none; font-size: 12px; padding: 15px 20px; margin-bottom: 0; ; width: 100%; } .sidber .searchform button { background: #FF6600; position: absolute; border: none; color: #fff; height: 100%; right: 0; padding: 0; width: 72px; font-size: 25px; outline: none; } .sidber .widget .wiget-title { margin-bottom: 20px; float: left; width: 100%; } .sidber .widget .wiget-title span { color: #FF6600; font-size: 12px; } .sidber .widget .wiget-title h4 { margin-bottom: 0px; line-height: 28px; font-weight: 500; font-family: 'Montserrat', sans-serif; } .sidber .wiget-post { display: table-cell; float: left; margin-bottom: 20px; width: 100%; } .sidber .wiget-img { width: 30%; float: left; } .sidber .wiget-img img { width: 100%; display: table-cell; vertical-align: middle; } .sidber .posi-inner { display: table-cell; padding-left: 15px; vertical-align: middle; width: 70%; } .sidber .posi-inner h6 { font-size: 11px; font-weight: 400; float: left; margin: 0; width: 100%; } .sidber .posi-inner h6 a { color: #333; } .sidber .posi-inner span { color: #FF6600; font-size: 12px; } .sidber .posi-inner span i { color: #333; font-size: 18px; margin-right: 12px; } .sidber .posi-inner .star-mark li { padding-right: 2px; padding-left: 2px; } .sidber .posi-inner .star-mark li a { color: #FF6600; font-size: 18px; } .sidber .posi-inner .star-mark li span { color: #333; } .sidber .posi-inner p strong { color: #FF6600; font-size: 18px; } .sidber .widget .widget-list { width: 100%; float: left; } .sidber .widget .widget-list li { border-bottom: 1px solid #f2f2f2; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 12px; line-height: 30px; margin: 0 0 8px 8px; padding: 12px 0px; text-transform: uppercase; } .sidber .widget .widget-list li:hover { border-left: 3px solid #FF6600; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .sidber .widget .widget-list li a i { font-size: 12px; margin-left: 15px; margin-right: 15px; } .sidber .widget .widget-list li:nth-child(1) { margin-top: 0; } .sidber .widget .widget-list li:nth-child(4) { border-bottom: 0px; padding-bottom: 0; margin-bottom: 0; } .sidber .widget .video-widget { position: relative; overflow: hidden; margin-bottom: 25px; display: block; } .sidber .widget .video-widget::before { content: ""; display: table; background: #000; width: 100%; height: 520px; top: 0; left: 0; position: absolute; opacity: 0.5; } .sidber .widget .video-widget a i { position: absolute; bottom: 0; right: 0; left: 0; font-size: 42px; top: 35%; color: #333; width: 70px; height: 70px; text-align: center; border: 2px solid rgba(255, 255, 255, .75); border-radius: 50%; line-height: 70px; background: #fff; margin: 0 auto; } .sidber .widget .video-widget a i::before { margin-left: 7px; } .sidber .widget .widget-text span { color: #FF6600; } .sidber .widget .widget-text h5 .sidber .widget .video-widget a { position: absolute; top: 55%; left: 35%; transform: translateY(-20%) translateY(-48%); } .sidber .widget .tagcloud { float: left; width: 100%; } .sidber .widget .tagcloud a { background: #dedede; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; padding: 10px 15px; margin-bottom: 10px; margin-right: 10px; position: relative; display: inline-block; color: #000; } .sidber .widget .content-text { background: #FF6600; padding: 30px; } .sidber .widget .content-text h4 { color: #ffffff; } .sidber .widget .content-text p { color: #ffffff; } .sidber .widget .content-text .btn { font-size: 14px; border: 1px solid #ffffff; width: 200px; } .sidber .widget .content-text .btn i { margin-left: 8px; } .sidber .widget .login-form { float: left; width: 100%; } .sidber .widget .login-form .form-group { margin-bottom: 20px; } .sidber .widget .login-form input { border-radius: 0; padding: 10px; height: 50px; } .sidber .widget .login-form input[type=checkbox] { height: auto; } .sidber .widget .login-form button[type=submit] { padding: 10px 30px; margin: 0 0 10px; border-radius: 0; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .sidber .widget .login-form button[type=submit]:hover { background: #FF6600; border-color: #ffffff; color: #ffffff; } /* End Blog CSS */ .p-0 { padding: 0 !important; } .d-flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .form-control { width: 100% !important; }
assets/extra/css_180619/style.css
@charset "utf-8"; /* ----------------------------------------------------- [Master StyleSheet] Project: Travel Zone- Personal and Corporate Portfolio Theme Version: 1.02 Last Change: Jan 30, 2018 Assigned to: <NAME>, <NAME> Primary use: Personal and Corporate Portfolio -------------- Table of Content -------------------*/ /*--------------------------------------------------- [Table of contents] 1. Genarel (body, header, nav, section, article etc ) 2. Import Css 3. Header Css 4. Slider Css 5. Booking Css 6. Place Css 7. Video Css 8. Services Css 9. Counter Css 10. Hotel Css 11. Portfolio Css 12. Team Css 13. Testimonal Css 14. Location Css 15. Footer Css ---------------------------------------------------*/ /* ===================================== 01. Import CSS ===================================== */ /* GOOGLE FONTs */ @import url('https://fonts.googleapis.com/css?family=Lato|Open+Sans|Poppins|Raleway|Sofia|Varela+Round'); /* OTHER IMPORTED CSS */ @import url('font-awesome.min.css'); @import url('ionicons.min.css'); @import url('bootstrap-dropdownhover.css'); @import url('bootsnav.css'); @import url('animate.min.css'); @import url('animations.css'); @import url('bootstrap-datepicker.min.css'); @import url('VideoPopUp.css'); @import url('owl.carousel.min.css'); @import url('owl.theme.default.css'); @import url('defult.css'); @import url('fancyBox.css'); @import url('stroke-gap-icons.css'); @import url('pe-icon-7-stroke.css'); @import url('flaticon.css'); @import url('player.css'); /* ===================================== 02. General CSS ===================================== */ body { background: #ffffff; font-family: 'Raleway', sans-serif; font-size: 14px; font-weight: 400; letter-spacing: .2px; line-height: 26px; color: #4c4c4c; position: relative; overflow-x: hidden !important; } body#body { background-image: url('../images/bg/5.jpg'); } /* Common CSS */ h1, h2, h3, h4, h5, h6 { font-family: 'Varela Round', sans-serif; color: #111111; line-height: 1.2; font-weight: 400; margin-top: 0; margin-bottom: 10px; padding: 0; text-transform: uppercase; } p { margin: 0; padding: 0; } a { color: #FF6600; outline: none; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; outline: none; } .input-group .form-control:first-child { border-radius: 0; } a:focus, a:hover { outline: none; text-decoration: none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } input, input:focus, select, select:focus, button, button:focus { outline: none; } ul { margin: 0; padding: 0; } ul li { list-style-type: none; margin: 0; padding: 0; } img { width: 100%; max-width: 100%; height: auto; } nav.navbar.bootsnav ul.nav li.active > a { color: #FF6600; } .mb-4 { margin-bottom: 40px !important; } .mt-4 { margin-top: 40px !important; } .mt-3 { margin-top: 30px !important; } /* End General Css */ /* Preloader CSS */ #preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 99999999; width: 100%; height: auto; } #status { width: 250px; height: 250px; position: absolute; left: 50%; top: 50%; background-image: url(../images/1.gif); background-size: cover; background-repeat: no-repeat; background-position: center; margin: -100px 0 0 -100px; } /* ===================================== 03. Header CSS Start ===================================== */ .awo-herader { position: relative; background: #ffffff; } /* Social Group CSS*/ .social-group { margin-top: 20px; } .social-group ul li { margin-bottom: 5px; margin-right: 5px; display: inline-block; border-bottom: none !important; padding: 0; } .social-group ul li a i { width: 40px; height: 40px; background: #4e4e4e; text-align: center; color: #ffffff; line-height: 40px; border-bottom-right-radius: 15px; -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; } .social-group ul li a i:hover { background: #FF6600; -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; } .header-topbar-col .social-icon { margin-top: 0; } .header-topbar-col .social-icon li a { display: block; background: #fff; color: #FF6600 !important; width: 35px; height: 35px; font-size: 15px; line-height: 35px; } .header-topbar-col .social-icon li a i { color: #FF6600; } /* Strat Header Top CSS Start */ .top_header { background: #FF6600; } .header-topbar-col { padding: 10px 0; } .header-topbar-col ul { color: #ffffff; margin-top: 10px; } .header-topbar-col ul li i { color: #ffffff; } .header-topbar-col ul li a { color: #ffffff; } .header-topbar-col .form-control { background: #fff; margin-bottom: 0; margin-top: 5px; height: 35px; border: none; position: relative; border-radius: 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; } .header-topbar-col .form-control:hover { -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; } .header-topbar-col .input-group .form-control:focus { background: #ffffff; border-color: #FF6600; box-shadow: none; } .header-topbar-col .input-group .btn { background: #a9a9a9; color: #ffffff; height: 35px; width: 50px; border: none; border-radius: 0px; margin-top: 5px; padding: 0; } .header-two .modal-content { border-radius: 0; position: relative; overflow: hidden; padding: 25px 0px; } .header-two .modal-content .form-control { background: #fff; margin-bottom: 0; margin-top: 8px; height: 50px; border: 1px solid #ddd; position: relative; border-radius: 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; } /* ENd Top Header 1 */ /* Strat Top Header 2 */ .topbar { background: #FF6600; padding: 25px 40px 20px 100px; position: relative; float: left; height: 65px; width: 100%; } .topbar::before, .topbar::after { content: ""; display: table; } .topbar::after { content: ""; position: absolute; left: -50px; bottom: 0; top: 0; width: 0; height: 0; border-top: 65px solid #FF6600; border-left: 50px solid transparent !important; } .topbar span { color: #ffffff; float: left; font-size: 12px; font-weight: 600; margin-right: 80px; } .topbar span em { color: #ffffff; font-style: normal !important; } .topbar .top-social { margin: 0px !important; padding: 0px !important; } .topbar .top-social li { display: inline-block; } .topbar .top-social li a { color: #ffffff; font-size: 15px; padding: 0 5px; background: transparent; } .topbar ul li a:hover { color: #FF6600; } .topbar > span:nth-child(2) { margin-right: 5px; } .topbar .registration a { float: left; font-size: 11px; color: #ffffff; text-transform: uppercase; padding-left: 10px; margin-left: 10px; } /* End Top Header 2 */ /* Navbar CSS start */ .navbar-header .navbar-brand img { width: 180px; height: auto; } .header-navbar { color: #ffffff; } .header-navbar .navbar-brand { padding: 0; } .header-navbar .navbar-brand img { width: 180px; height: auto; } .header-navbar .navbar { margin-bottom: 0; } .header-navbar .navbar-nav { margin-top: 8px; } .header-navbar .navbar-default { background: transparent; border: none; padding: 10px 0 15px; } .header-navbar .navbar-default .navbar-nav > .active > a, .header-navbar .navbar-default .navbar-nav > li > a:hover { color: #FF6600; background-color: transparent; } .header-navbar .navbar-default .navbar-nav > li > a { color: #333333; font-weight: bold; text-transform: uppercase; padding-left: 0; padding-right: 0; margin-left: 30px; } .header-navbar .navbar-default .navbar-nav > li > a:focus, .header-navbar .navbar-default .navbar-nav > li > a:hover { background: transparent; } .header-navbar .navbar-right .dropdown-menu { right: auto; } .header-navbar .navbar-nav .dropdown-menu { padding: 0; margin-left: 30px; } .header-navbar .navbar-nav .dropdown-menu > li > a { padding: 15px 10px; color: #333333; font-weight: bold; text-transform: uppercase; border-left: 5px solid transparent; border-top: 1px solid #eeeeee; } .header-navbar .navbar-nav .dropdown-menu > li > a:hover { border-left-color: #FF6600; } .header-navbar .navbar-default .navbar-nav > .open > a, .header-navbar .navbar-default .navbar-nav > .open > a:focus, .header-navbar .navbar-default .navbar-nav > .open > a:hover { background-color: transparent; } /* NavBar Fixed CSS */ .menu-transparent { z-index: 22; position: absolute; width: 100%; left: 0; background-color: transparent !important; border-bottom: 1px solid rgba(212, 212, 212, 0.08) !important; } .menu-transparent nav.navbar.bootsnav.affix { border-bottom: 1px solid #cccccc; -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); } nav.navbar.bootsnav.menu-transparent ul.nav > li > a { color: #fff; } nav.navbar.bootsnav.menu-transparent.affix ul.nav > li > a { color: #6f6f6f; } nav.navbar.bootsnav.menu-transparent.affix ul.nav > li.active > a { color: #168dd2; } nav.navbar.bootsnav.menu-transparent .attr-nav > ul > li > a { color: #fff; } nav.navbar.bootsnav.menu-transparent.affix .attr-nav > ul > li > a { color: #6f6f6f; } .menu-transparent nav.navbar.bootsnav { background: transparent; border: none; box-shadow: none; } .menu-transparent nav.navbar.bootsnav ul.nav > li > a { color: #ffffff; } .menu-transparent nav.navbar.bootsnav.affix ul.nav > li > a { color: #333; } .menu-transparent nav.navbar.bootsnav ul.nav li.active > a { color: #FF6600; } .menu-transparent nav.navbar.bootsnav .navbar-brand.logo-1 > img { display: none; } .menu-transparent nav.navbar.bootsnav.affix .navbar-brand.logo > img { display: none; } .menu-transparent nav.navbar.bootsnav.affix .navbar-brand.logo-1 > img { display: block; } .affix { border-bottom: 1px solid #cccccc; background: #ffffff !important; position: fixed; top: 0; width: 100%; z-index: 999; -webkit-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); -moz-box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 12px -10px rgba(0, 0, 0, 0.2); -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; } .layout-boxed .affix { position: static; } .w-100 { width: 100%; } /* End Header CSS */ /* ===================================== 04. Slider CSS Start ===================================== */ /* Fade Effect start */ .carousel-fade .carousel-inner .item { opacity: 0.6; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; } .carousel-fade .carousel-inner .active { opacity: 1; } .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; } .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; } .carousel-indicators li { width: 2px; border-radius: 0; height: 18px; margin: 0 3px !important; background: #ffffff; } .carousel-indicators .active { width: 2px; border-radius: 0; height: 28px; background: #FF6600; border-color: #FF6600; } .left .root { left: 20px; } .right .root { right: 20px; } .root { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top: -10px; width: 60px; height: 45px; background: #000; font-size: 30px; line-height: 1.5em; } .root:hover { background: #FF6600; } /* Full screen slider start */ .carousel-caption { position: absolute; right: 0; left: 0; top: 35%; text-align: center; -moz-transform: translateY(-25%); -ms-transform: translateY(-25%); -o-transform: translateY(-25%); -webkit-transform: translateY(-25%); transform: translateY(-25%); } .main-container.style-2 .carousel-caption { top: 45%; } .main-container.style-3 .carousel-caption { top: 40%; width: 40%; float: right; text-align: left; left: 8%; } .main-container.style-3 .carousel-caption p { letter-spacing: 5px; } .slide-1 { background: url('../images/slider/1.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .slide-2 { background: url('../images/slider/2.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .slide-3 { background: url('../images/slider/3.jpg'); background-repeat: no-repeat; background-size: cover; background-position: center; position: relative; } .slide-1:before, .slide-2:before, .slide-3:before { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; background: rgba(0, 0, 0, 0.7); } .carousel-indicators { bottom: 0; } .carousel-control.right, .carousel-control.left { background-image: none; } .carousel .item { height: 800px; width: 100%; } .carousel-caption p { letter-spacing: 10px; font-size: 16px; text-transform: capitalize; } .carousel-caption h3 { color: #ffffff; font-size: 45px; margin-top: 20px; margin-bottom: 30px; text-transform: uppercase; letter-spacing: 1px; } .carousel-caption h3 span { color: #FF6600; } .carousel-caption .btns { background: #FF6600; border-color: #ffffff; font-size: 14px; padding: 10px 30px; border-radius: 0; color: #ffffff; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .carousel-caption .btns:hover { background: transparent; border: 1px solid #ffffff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } /* Animation delays */ .carousel-caption h3:nth-child(2) { animation-delay: 1s; } .carousel-caption button { animation-delay: 1.5s; } .p { padding-top: 125px; text-align: center; } .p a { text-decoration: underline; } /* End Video click */ /* ===================================== 05. Booking Form CSS Start ===================================== */ .booking-from-area { position: relative; margin-top: -182px; } .booking-from-area.style-2 { margin: 0; padding: 100px 0; } .booking-from-area.style-3 { margin-top: -390px; } .booking-from label.label { display: block; color: #333; text-align: left; padding-left: 0; font-size: 14px; text-transform: capitalize; } .datepicker table.table-condensed { margin: auto !important; } .booking-from .tab-content { padding: 30px 10px; background: #fff; border-bottom: 3px solid #FF6600; overflow: hidden; } .booking-from-area.style-3 .booking-from .tab-content { height: 385px; } .input-group.date.margin-bottom-30, select.form-control { margin-bottom: 10px; } .booking-from .form-group input.form-control, .booking-from .form-group select.form-control { height: 50px; border-radius: 0; } .booking-from .form-group button.btn { margin-top: 25px; } .booking-from .input-group-addon { border-radius: 0; } .booking-from .nav-tabs { border: 0; } .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover { border: none; } .booking-from .nav-tabs > li > a { background-color: #fff; border: none; color: #fff; font-size: 18px; height: 50px; min-height: 50px; transition: background-color .25s ease-out; font-weight: 500; padding: 10px 25px; border-radius: 0; margin: 0; background: #FF6600; border-right: 1px solid; } .booking-from-area.style-2 .booking-from .nav-tabs > li > a { border: 0; } .booking-from-area.style-3 .booking-from .nav-tabs > li > a { border: 0; } .booking-from .nav-tabs > li.active > a { color: #FF6600; background: #fff; border-right: 1px solid #fff; } .booking-from .nav-tabs > li:nth-child(4) > a { border: none; } .booking-from .nav-tabs > li > a i::before { font-size: 20px; margin-right: 8px; } .booking-content .sec-title { margin: 0 0 20px; } .booking-content a.btn { margin-top: 15px; } .about-img { margin-bottom: 30px; } .about-centent a.btn { width: 200px; margin-top: 20px; border-radius: 0; margin-left: 0; } .about-centent .sec-title { margin-bottom: 15px; } .about-centent .sec-title h2 { font-size: 36px; } /* Booking Form CSS End */ /* ===================================== 05. Tour Place CSS Start ===================================== */ .hover-box .image { display: block; position: relative; overflow: hidden; } .hover-box .image img { width: 100%; height: auto; } .hover-box .image .over-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); transform: translateX(-100%); -webkit-transition: all 0.4s linear; -o-transition: all 0.4s linear; transition: all 0.4s linear; } .hover-box:hover .image .over-layer { transform: translateX(0); } .hover-box .image .over-layer .links { padding: 30px 30px; margin: 0; list-style: none; text-align: center; position: relative; } .hover-box .image .over-layer .links h4 a { font-size: 24px; font-weight: 600; margin-left: 18px; color: #FF6600; } .hover-box .image .over-layer .links h6 { color: #fff; font-size: 14px; margin-bottom: 16px; text-transform: uppercase; } .hover-box .image .over-layer .links p { color: #fff; } .rating ul.rating-btn li { display: inline-block; } .rating ul.rating-btn li a { font-size: 18px; color: #FF6600; } .rating a.view-btn { color: #FF6600; font-size: 14px; text-transform: uppercase; transition: 0.3s; } .rating a.view-btn:hover { color: #fff; } .tour-item { position: relative; padding: 0 25px; top: -25px; } .tour-item .tour-details { background: #fff none repeat scroll 0 0; display: flex; justify-content: center; padding: 30px 0 30px; text-align: center; width: 100%; box-shadow: 0px 2px 2px #dadada; transition: all 0.3s ease-in-out; } .tour-item .tour-details:hover { background: #FF6600; } .tour-item .tour-details p { font-size: 18px; text-transform: capitalize; color: #333; } .tour-item .tour-details p.price { font-size: 24px; font-weight: 600; margin-left: 18px; color: #FF6600; margin-right: 10px; } .tour-item .tour-details:hover p { color: #F1F1F1; } .tour-item .tour-details:hover p.price { color: #FFF; } .spacial-place .owl-carousel .owl-nav .owl-next, .spacial-place .owl-carousel .owl-nav .owl-prev { top: 115px; width: 40px; height: 40px; padding-top: 5px; background-color: #ddd; color: #333; font-size: 18px; line-height: 1.5em; cursor: pointer; text-align: center; border: 1px solid #FFFFFF; border-radius: 0; } .spacial-place .owl-carousel .owl-nav .owl-next:hover, .spacial-place .owl-carousel .owl-nav .owl-next:active, .spacial-place .owl-carousel .owl-nav .owl-next:focus, .spacial-place .owl-carousel .owl-nav .owl-prev:hover, .spacial-place .owl-carousel .owl-nav .owl-prev:active, .spacial-place .owl-carousel .owl-nav .owl-prev:focus { background: #FF6600 !important; color: #fff; } .spacial-place .owl-carousel .owl-nav .owl-prev { position: absolute; left: -25px; } .spacial-place .owl-carousel .owl-nav .owl-next { position: absolute; right: -25px; } .hover-box.tour-hotel-box.d-flex { margin-bottom: 30px; } /* End Spacial Place */ /* ===================================== 05. Tour Video CSS Start ===================================== */ .tour-video { background: url(../images/bg/1.jpg); display: block; } .tour-video .container { padding: 150px 0; } .tour-video h2 { color: #fff; font-family: 'Sofia', cursive; font-size: 42px; font-weight: 900; text-transform: capitalize; } .tour-video h2 b { color: #FF6600; } .tour-video p { color: #FFF; font-size: 16px; letter-spacing: 0.5px; margin-bottom: 30px; } .tour-video a { font-size: 90px; width: 110px; height: 110px; line-height: 110px; text-align: center; margin: auto; } .video-bg .video .mbYTP_wrapper { z-index: -1 !important; } .parallax::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.7); } /* Tour Video CSS End */ /* ===================================== 05. Service CSS Start ===================================== */ .service-item { margin-bottom: 30PX; } .service-item .icon { background-image: url(../images/tr.png); background-repeat: no-repeat; background-position: 62% 0%; border-radius: 100%; display: inline-block; height: 110px; line-height: 110px; margin-bottom: 5px; position: relative; text-align: center; transition: all 0.3s ease 0s; width: 130px; z-index: 2; margin: auto; margin-left: -4px; } .service-item:hover .icon { transform: scale(1.3, 1.3); } .service-item .icon i::before { font-size: 35px; line-height: 5.5; margin-left: 5px; position: relative; top: -33px; transition: all 0.3s ease 0s; } .service-item:hover .icon i::before { color: #FF6600; } .service-item h4 a { color: #333; font-size: 18px; margin-bottom: 10px; text-transform: capitalize; } .service-item h4 a:hover { color: #FF6600; } /* Service CSS End */ /*--------------------------------*/ /* 09. Counter CSS Strat /*--------------------------------*/ .counter-area { background: url(../images/bg/2.jpg); display: block; background-size: cover; background-repeat: no-repeat; background-position: bottom; } .counter-area .container { padding: 120px 0 60px; } .counter-area .counter-col { color: #fff; text-align: center; margin-bottom: 50px; } .counter-area .counter-col .count i::before { font-size: 60px; margin-left: 0; } .counter-area .counter-col .count .start-count { font-size: 42px; margin-top: 20px; color: #FF6600 } .counter-area .counter-col h4 { color: #fff; font-size: 18px; text-transform: uppercase; margin-top: 20px; } /* End Counter CSS */ /* ===================================== 05. Hotel CSS Start ===================================== */ .hottel-grid-offer { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; } .tour-box.hover-box { margin-bottom: 30px; } .tour-hotel-box.hover-box .image .over-layer { width: 100%; height: 100%; transform: perspective(500px) rotateX(-90deg); } .tour-box.hover-box .image .over-layer { width: 100%; height: 100%; transform: perspective(500px) rotateY(90deg); } .tour-hotel-box.hover-box .image .over-layer .links { top: 25%; } .tour-box.hover-box .image .over-layer .links { top: 25%; } .tour-hotel-box.hover-box:hover .image .over-layer { transform: perspective(500px) rotateX(0deg); } .tour-box.hover-box:hover .image .over-layer { transform: perspective(500px) rotateY(0deg); } .tour-hotel-box.hover-box .image .over-layer ul li a { width: 50px; height: 50px; line-height: 50px; border-radius: 50%; font-size: 18px; display: block; color: #fff; border: 1px solid #fff; margin-right: 5px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .tour-box.hover-box .image .over-layer ul li a { width: 50px; height: 50px; line-height: 50px; border-radius: 50%; font-size: 18px; color: #fff; display: block; border: 1px solid #fff; margin-right: 5px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .tour-hotel-box.hover-box .image .over-layer ul li a:hover { background: #fff; color: #FF6600; } .tour-box.hover-box .image .over-layer ul li a:hover { background: #fff; color: #FF6600; } .tour-item.hotel-item { padding: 0 15px; } .tour-box.hover-box .tour-item.hotel-item { padding: 0; top: 0; } .tour-box.hover-box .tour-item.hotel-item .blog-details { box-shadow: none; } .hotel-item .blog-details { background: #fff none repeat scroll 0 0; padding: 15px !important; text-align: left; width: 100%; box-shadow: 0px 2px 2px #dadada; } .hotel-item .blog-details ul { margin-bottom: 5px; } .hotel-item .blog-details ul li i { color: #FF6600; } .blog-details h4 a { color: #333; } .tour-hotel-box .blog-details .read-btn { margin-top: 10px; font-size: 15px; font-weight: 700; } .blog-details .read-btn i { font-size: 26px; } .blog-details .read-btn i::before { margin: 5px; position: absolute; } .tour-hotel-box.d-flex .tour-item.hotel-item { top: 0; padding: 0; } .tour-hotel-box.d-flex .hotel-item .blog-details p { margin-top: 10px; } .tour-hotel-box.d-flex .tour-item.hotel-item .blog-details { box-shadow: none; } .hover-box.tour-box.d-flex { background: #fff; margin-bottom: 50px; } .hover-box.tour-box.d-flex .travel-btn { background: #ff6600; color: #fff; position: relative; width: 100%; padding: 24px 20px; overflow: hidden; height: 100%; display: table-cell; vertical-align: middle; right: -10px; } .hover-box.tour-box.d-flex .travel-btn a { color: #fff; } .tour-item.hotel-item .blog-details .social-icon { margin: 5px 0px; } .tour-item.hotel-item .blog-details .social-icon li a { background-color: #ffffff; color: #FF6600; display: inline-block; position: relative; overflow: hidden; text-align: center; width: 35px; height: 35px; font-size: 15px; line-height: 35px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); } /* End Hotel CSS */ /*-------------------------------- 11. Portfolio CSS Start ----------------------------------*/ .photo-area { background: url(../images/bg/4.jpg); background-position: center center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; display: block; } .photo-area .sec-title h2, .photo-area .sec-title p { color: #fff; } .portfolio-nav { /*float: none;*/ text-align: center; margin-bottom: 20px; padding: 20px; } .portfolio-col { text-align: center; } .portfolio-nav li { color: #fff; margin: 0 10px; font-size: 14px; padding: 12px; border: 1px solid #eee; display: inline-block; cursor: pointer; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .portfolio-col.style-2 .portfolio-nav li { color: #333; } .portfolio-nav li:hover { color: #FF6600; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .portfolio .portfolio-nav li:hover, .portfolio .portfolio-nav li:active, .portfolio .portfolio-nav li:focus { color: #FF6600; border: 1px solid #FF6600; } .portfolio-nav li:hover, .portfolio-nav li:active, .portfolio-nav li:focus { color: #fff; border: 1px solid #FF6600; } .active { color: #FF6600 !important; } .col-33 { color: #333 !important; } .filtr-item { padding: 10px; } .portfolio-col.rtl .filtr-item { left: 0; } .container-fluid .filtr-item { padding: 0; } .container-fluid.gutter { padding: 0 15px; } .container-fluid.gutter .filtr-item { padding: 10px; } .portfolio-box { position: relative; float: left; overflow: hidden; text-align: center; } .portfolio-box .image img { position: relative; display: block; min-height: 100%; max-width: 100%; opacity: 0.8; opacity: 0.95; -webkit-transition: opacity 0.35s, -webkit-transform 0.35s; transition: opacity 0.35s, transform 0.35s; -webkit-transform: scale3d(1.05, 1.05, 1); transform: scale3d(1.05, 1.05, 1); } .portfolio-box .image:hover img { opacity: 0.6; -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); } .portfolio-box .image .overlay::before, .portfolio-box .image .overlay::after { content: ''; display: table; } .portfolio-box .image .overlay::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.5); content: ''; display: table-cell; -webkit-transition: -webkit-transform 0.6s; transition: transform 0.6s; -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0); } .portfolio-box .image:hover .overlay::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0); } .portfolio-box .image .overlay-content .overlay-icon { position: absolute; left: 0px; top: 0px; height: 100%; display: table; width: 100%; } .portfolio-box .image .overlay-content .overlay-icon a { position: relative; display: table-cell; vertical-align: middle; height: 100%; color: #ffffff; z-index: 234; opacity: 0; -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 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; } .portfolio-box .image:hover .overlay-content .overlay-icon a { opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } .portfolio-box .image .overlay-content a i::before { position: relative; width: 65px; height: 65px; background: #fff; color: #FF6600; text-align: center; line-height: 65px; font-size: 35px; border-radius: 50%; } .portfolio-box .image:hover .overlay-content a i { opacity: 1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } .portfolio-box .image .overlay-content p { position: absolute; left: 0; right: 0; bottom: -50px; color: #333; text-transform: uppercase; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .portfolio-box .image .overlay-content p a { z-index: 9; color: #333; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .portfolio-box .image .overlay-content p a:hover { color: #FF6600; -webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out; } .portfolio-box .image .overlay-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; } .portfolio-box .image:hover .overlay-content { opacity: 1; -webkit-transition: all 0.8s ease-in-out; -moz-transition: all 0.8s ease-in-out; -o-transition: all 0.8s ease-in-out; -ms-transition: all 0.8s ease-in-out; transition: all 0.8s ease-in-out; } .portfolio-col .btn { width: 200px; margin: auto; margin-top: 30px; border-radius: 0; } .portfolio-title { text-transform: uppercase; margin-top: 15px; font-size: 17px; font-weight: 700; color: #666; text-align: center; padding: 0 4px; } .portfolio-desc { font-size: 12px; font-weight: 400; color: #aaa; text-align: center; } /* End Portfolio CSS */ /*--------------------------------*/ /* 14. Team CSS Strat /*--------------------------------*/ .team-tour .tour-item .tour-details:hover { background: #fff; } .team-tour .tour-item { top: -50px; } .hover-box.team-tour .image .over-layer { transform: translateY(-110%); } .hover-box.team-tour:hover .image .over-layer { transform: translateY(0); } .team-tour .tour-item .tour-details ul { margin-top: 5px; } .team-tour .tour-item .tour-details ul > li > a { font-size: 22px; } .tour-item .tour-details.team-tour { display: block; } .tour-item .tour-details.team-tour h4 { margin-bottom: 0; } .tour-item .tour-details.team-tour small { font-size: 13px; } .hover-box.team-tour .image .over-layer .links { top: 35%; } .team-tour .links li { background-color: transparent; border: 1px solid #fff; margin-right: 5px; transition: all 0.3s ease 0s; list-style: none; padding: 0; } .team-tour .links li a { font-size: 18px; display: inline-block; width: 42px; height: 42px; text-align: center; line-height: 42px; } .team-tour .links li.totop a { -webkit-transform: translateY(30px); -moz-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); } .team-tour .links li.tobotm a { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); -o-transform: translateY(-30px); transform: translateY(-30px); } .hover-box.team-tour:hover .links li.totop a, .hover-box.team-tour:hover .links li.tobotm a { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); opacity: 1 } .team-tour .links li:hover a { color: #0151b0; } .team-tour .links li:hover { background-color: #fff; } .contact-info.team-details { display: block; position: relative; overflow: hidden; background: #ffffff; padding: 30px 30px; margin-bottom: 30px; } .contact-info.team-details ul li { color: #333; font-size: 16px; line-height: 15px; margin-bottom: 5px; } .contact-info.team-details ul li span { color: #333; font-size: 24px; height: 40px; line-height: 30px; margin-right: 12px; padding: 5px; width: 30px; display: inline-block; } .contact-info.team-details ul li a { display: inline-block; } .contact-info.team-details ul li b { margin-right: 3px; } .contact-info.team-details .social-link ul { margin-top: 30px; } .contact-info.team-details .social-link ul li { display: inline-block; margin-right: 10px; } .contact-info.team-details .social-link ul li a { background: #fff; border: 1px solid #d3d3d3; display: block; font-size: 18px; height: 50px; line-height: 48px; position: relative; display: inline-block; text-align: center; width: 50px; } /* End Team CSS */ /*--------------------------------*/ /* 12. Testimonal CSS Strat /*--------------------------------*/ .testimonal-area { background: url(../images/bg/3.jpg); background-position: center center; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; display: block; } .testimonal-area .sec-title h2, .testimonal-area .sec-title p { color: #fff; } .testimonial-carousel .item blockquote { margin: 0; color: #bcbcbc; font-style: italic; background: transparent; border-left: none; padding-top: 50px; padding-bottom: 20px; text-align: center; border-right: none; } .testimonial-carousel .item blockquote .block-img { width: 90px; height: 90px; display: block; position: relative; margin: 0 auto 40px; background: #fff; border-radius: 50%; border: 3px solid #FF6600; } .testimonial-carousel .item blockquote .block-img img { position: relative; z-index: 123; } .testimonial-carousel .item blockquote .block-img:after { left: 50%; bottom: -12px; width: 0; height: 0; content: ""; margin: 0 5px 4px -8px; position: absolute; border-style: solid; border-top: 15px solid #FF6600; border-right: 8px solid #FF6600; border-bottom: 0px solid transparent !important; border-left: 8px solid #FF6600; transform: rotate(46deg); } .testimonial-carousel .item blockquote i.fa-quote-left { margin: -5px 0 0 -20px; color: #FF6600; font-size: 34px; position: absolute; left: 0; } .testimonial-carousel .item blockquote i.fa-quote-right { color: #FF6600; font-size: 34px; position: absolute; margin: 5px 0 0 0px; right: 0; } .testimonial-carousel .item blockquote p { margin: 0 0 20px; font-size: 18px; letter-spacing: 0.5px; } .testimonial-carousel .item blockquote strong { color: #FF6600; font-size: 22px; font-weight: 600; font-style: normal; } .testimonial-carousel .item blockquote h6 { color: #ccc; font-style: normal; font-size: 20px; text-align: center; margin-top: 15px; font-weight: 300; } .testimonal-area .owl-theme .owl-dots .owl-dot span { width: 3px; border-radius: 0; height: 20px; background: #D6D6D6; } .testimonal-area .owl-theme .owl-dots .owl-dot.active span, .testimonal-area .owl-theme .owl-dots .owl-dot:hover span { width: 3px; border-radius: 0; height: 25px; background: #FF6600; } /* End Testimonal CSS */ /*--------------------------------*/ /* 14. Locationb CSS Strat /*--------------------------------*/ #map { height: 650px; width: 100%; } .location-box { position: absolute; background: #fff; padding: 50px 30px; top: 95px; z-index: 1; } .location-box .space-leanth { margin-top: 10px; overflow: hidden; position: relative; } .location-box .space-leanth p { float: left; font-size: 18px; } .location-box .space-leanth p i { color: #FF6600; font-size: 20px; margin-right: 8px; } .location-box .space-leanth p.len { float: right; font-weight: 700; } /* End Locationb CSS */ /* ===================================== 05. Blog CSS Start ===================================== */ .tour-item.blog-item { padding: 0 20px; } .tour-blog-box.hover-box .image .over-layer { width: 93%; height: 100%; transform: translateY(100%); margin: 0 20px; } .tour-blog-box.hover-box .image .over-layer .links { top: 25%; } .tour-blog-box.hover-box:hover .image .over-layer { transform: translateY(0); } .tour-blog-box.hover-box .image .over-layer ul li a { width: 50px; height: 50px; line-height: 50px; border-radius: 50%; display: block; font-size: 18px; color: #fff; border: 1px solid #fff; margin-right: 5px; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; } .tour-blog-box.hover-box .image .over-layer ul li a:hover { background: #fff; color: #FF6600; } .blog-details { background: #fff none repeat scroll 0 0; padding: 30px; text-align: left; width: 100%; box-shadow: 0px 2px 2px #dadada; } .blog-details ul { margin-bottom: 12px; } .blog-details ul li { padding-right: 5px; padding-left: 5px; } .blog-details ul li a { color: #333; } .blog-details ul li a i { color: #FF6600; font-size: 18px; margin-right: 2px; } .blog-details h4 a { color: #333; } .blog-details .read-btn { margin-top: 10px; font-size: 15px; font-weight: 700; } .blog-details .read-btn i { font-size: 26px; } .hover-box.blog-item-1 .image .over-layer { width: 100%; margin: 0; } .hover-box.blog-item-1 .tour-item.blog-item { padding: 0 15px; } .hover-box.blog-item-1 .blog-details { padding: 20px 15px; } .blog-box .image { display: block; position: relative; overflow: hidden; } .blog-box .image img { width: 100%; height: auto; } .blog-box .image .over-layer { position: absolute; top: 0; left: 0; width: 100%; height: 100%; text-align: center; background: rgba(0, 0, 0, 0.7); transform: translateY(100%); transition: all 0.2s linear; } .blog-box:hover .image .over-layer { transform: translateY(0); } .blog-box .image .over-layer .social-links { padding: 0; margin: 0; list-style: none; text-align: center; position: relative; top: 45%; } .blog-box .image .over-layer .social-links li { display: inline-block; margin-right: 10px; } .blog-box .image .over-layer .social-links li a { border: 1px solid #808080; border-radius: 50%; width: 50px; height: 50px; display: block; line-height: 50px; color: #fff; font-size: 20px; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .blog-box .image .over-layer .social-links li a:hover { background: #ffffff; color: #FF6600; } .blog-box .date-mate { background: #FF6600; font-size: 15px; color: #FFF; text-align: center; position: absolute; top: 15px; left: 15px; padding: 8px 12px; } .blog-box .date-mate h6 { color: #fff; display: block; font-size: 14px; font-weight: 300; margin: 0; } .blog-box .date-mate h6 span { display: block; font-size: 24px; margin-top: 5px; font-weight: 700; margin-bottom: 5px; color: #fff; } .blog-box .blog-contant { padding: 10px 0 20px; text-align: left; } .blog-box .blog-contant h4 { font-size: 18px; line-height: 24px; font-weight: 300; margin: 0 0 5px 0; letter-spacing: 1px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .blog-box .blog-contant h4 a { color: #333; } .blog-box .blog-contant p { margin-bottom: 10px; } .mb-3 { margin-bottom: 1rem!important; } .mb-1 { margin-bottom: 10px!important; } .mt-1 { margin-top: 15px!important; } .blog-box.mb-4.d-flex { margin-bottom: 30px; } .blog-box .blog-contant ul { margin-bottom: 10px; } .blog-box .blog-comment-meta ul li { display: inline-block; padding: 0 10px; } .blog-box .blog-comment-meta ul li a { font-size: 18px; } /* End Blog CSS */ /*--------------------------------*/ /* 19. Strat contacts Form Css /*--------------------------------*/ .awo-contract-form { background-color: #f5f5f5; display: block; position: relative; overflow: hidden; } .contact-from h2 { margin-top: 0; } .contact-from .input-field { overflow: hidden; } .contact-from .input-field input { background: #ffffff; display: block; border: 1px solid #ededed; color: #333; float: left; outline: none; font-size: 14px; padding: 10px 22px; margin-bottom: 25px; height: 60px; width: 100%; } .contact-from .input-field input:focus, .contact-from .input-field textarea:focus { box-shadow: none !important; border: 1px solid #FF6600; } .contact-from .input-field textarea { background: #ffffff; display: block; border: 1px solid #ededed; color: #333; float: left; outline: none; font-size: 14px; padding: 10px 22px; margin-bottom: 25px; resize: none; width: 100%; } .contact-from .input-field .more-link { background: #FF6600; border-radius: 0 !important; float: left; } .contact-address .address { box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15), 0 4px 15px 0 rgba(0, 0, 0, 0.15); background: #ffffff; overflow: hidden; position: relative; padding: 15px 25px 20px; margin-bottom: 30px; } .contact-address .address ul li { font-size: 16px; line-height: 3em; } .contact-address .address ul li i { font-size: 22px; margin-top: 12px; color: #FF6600; } .contact-map-3 #map { height: 600px; } .set-contact-info { padding: 20px 0; } .set-contact-info .column .fa-ul li i.fa-li { border: 1px solid #ddd; display: block; height: 70px; line-height: 3em; font-size: 22px; border-radius: 50%; width: 70px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } .set-contact-info .column .fa-ul li:hover i { background: #FF6600; color: #ffffff; display: block; } .set-contact-info .column .fa-box-info { margin-left: 40px; } .awo-contract-form.set-contact-info { padding: 70px 0 40px; } .awo-contract-form.set-contact-info .fa-box-info { margin-left: 20px; } .awo-contract-form.set-contact-info .fa-ul li { line-height: 2em; } .awo-contract-form.set-contact-info .fa-ul li:hover i { background: #FF6600; color: #ffffff; display: block; } .awo-contract-form.set-contact-info .fa-ul li i.fa-li { border: 1px solid #ddd; display: block; height: 70px; line-height: 3em; font-size: 22px; border-radius: 50%; width: 70px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } .awo-contacts { background-color: #f5f5f5; padding: 70px 0 40px; display: block; position: relative; overflow: hidden; } .awo-contacts h2 { margin-top: 0; margin-left: 15px; } .awo-contacts .input-field { overflow: hidden; } .awo-contacts .input-field input { background: #ffffff; display: block; border: 1px solid #ededed; color: #333; float: left; outline: none; font-size: 14px; padding: 10px 22px; margin-bottom: 25px; height: 60px; width: 100%; } .awo-contacts .input-field input:focus, .awo-contacts .input-field textarea:focus { box-shadow: none !important; border: 1px solid #FF6600; } .awo-contacts .input-field textarea { background: #ffffff; display: block; border: 1px solid #ededed; color: #333; float: left; outline: none; font-size: 14px; padding: 10px 22px; margin-bottom: 25px; width: 100%; } .awo-contacts .input-field .more-link { background: #ffa125; border-radius: 0 !important; float: left; } .awo-contacts .address { background: #ffffff; display: block; border: 1px solid #ededed; overflow: hidden; position: relative; padding: 15px 25px 20px; margin-bottom: 30px; } .awo-contacts .address ul li { font-size: 16px; line-height: 3em; } .awo-contacts .address ul li i { font-size: 22px; margin-top: 12px; color: #FF6600; } .contact-map-3 #map { height: 600px; } .set-contact-info { padding: 20px 0; } .set-contact-info .column .fa-ul li i.fa-li { border: 1px solid #ddd; display: block; height: 70px; line-height: 3em; font-size: 22px; border-radius: 50%; width: 70px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } .set-contact-info .column .fa-ul li:hover i { background: #ffa125; color: #ffffff; display: block; } .set-contact-info .column .fa-box-info { margin-left: 40px; } .awo-contacts.set-contact-info { padding: 70px 0 40px; } .awo-contacts.set-contact-info .fa-box-info { margin-left: 20px; } .awo-contacts.set-contact-info .fa-ul li { line-height: 2em; } .awo-contacts.set-contact-info .fa-ul li:hover i { background: #FF6600; color: #ffffff; display: block; } .awo-contacts.set-contact-info .fa-ul li i.fa-li { border: 1px solid #ddd; display: block; height: 70px; line-height: 3em; font-size: 22px; border-radius: 50%; width: 70px; -webkit-transition: all 0.7s ease; -moz-transition: all 0.7s ease; -ms-transition: all 0.7s ease; -o-transition: all 0.7s ease; transition: all 0.7s ease; } /* End Contact Form CSS */ /*--------------------------------*/ /* 18. Banner CSS Strat /*--------------------------------*/ .banner-area { padding: 100px 0; text-align: center; background: url(../images/bg/3.jpg); background-position: center; background-repeat: no-repeat; background-size: cover; position: relative; } .banner-area::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 0; background-color: rgba(0, 0, 0, 0.2); } .banner-area .page-title-box { position: relative; color: #fff; background: rgba(0, 0, 0, 0.7); padding: 50px 80px; display: inline-block; } .banner-area .page-title-box h1 { font-family: 'Sofia', cursive; font-weight: 700; font-size: 120px; color: #fff; } .banner-area .page-title-box h2 { font-size: 36px; color: #ffffff; } .banner-area .page-title-box p.page-title-text { display: block; font-size: 18px; margin-bottom: 20px; } .banner-area .page-title-box p { display: inline-flex; } .banner-area .page-title-box p a { color: #fff; margin: 0 5px; text-transform: uppercase; font-size: 16px; } .banner-area .page-title-box p i { display: inline-block; font-size: 14px; margin: 4px 6px 0px 6px; } /* End Banner CSS */ .nex-tab-btn::before { display: none; } .nex-tab-btn { margin: 50px 0 35px; } .nex-tab-btn ul li { margin: 0 11px 0 0; } .nex-tab-btn ul li a { border: 1px solid #e6e6e6; color: #888888; float: left; height: 50px; line-height: 1.8em; padding: 4px 11px; width: 60px; background: #fff; font-size: 20px; font-weight: 800; text-align: center; } .nex-tab-btn ul li a:hover { background: #FF6600; color: #fff !important; } .nex-tab-btn ul li a.active { background: #FF6600; color: #fff !important; } /*-------------------------------- 22. Start FAQ CSS ----------------------------------*/ .fuq-content { text-align: center; padding: 35px 25px; background: #f5f5f5; margin-bottom: 30px; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); } .fuq-content:hover { background: #FF6600; color: #fff; transform: translateY(-10px); -webkit-transform: translateY(-10px); -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); } .fuq-content i { position: relative; overflow: hidden; } .fuq-content i::before { font-size: 42px; margin-left: 0; } .fuq-content h4 { margin-top: 20px; } .fuq-content:hover h4 { color: #ffffff; } .awo-faq .panel-heading .accordion-toggle:after { content: "\f106"; font-family: FontAwesome; float: right; font-size: 20px; color: #FF6600 } .awo-faq .panel-heading .accordion-toggle.collapsed:after { content: "\f107"; } .awo-faq .faq-col h1 { margin-bottom: 30px; font-size: 28px; } .awo-faq .faq-col .panel-title { font-size: 15px; } .awo-faq .panel-default > .panel-heading { border: 1 ps solid rgba(0, 0, 0, 0.15); font-size: 15px; height: 65px; line-height: 30px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 18px 15px; border-radius: 0; background: #fff; } /* End Faq CSS */ /*--------------------------------*/ /* 23. Strat Error CSS /*--------------------------------*/ .awo-error { background-image: url('../images/error/1.html'); background-position: -10% 50%; background-repeat: no-repeat; background-size: cover; height: 600px; } .awo-error h1 { margin-top: 26%; text-align: center; color: #fff; position: relative; overflow: hidden; font-size: 58px; letter-spacing: 2px; font-family: 'Indie Flower', cursive; } .awo-error a { margin: 0 auto; text-align: center; } .awo-error a button { background: #fff !important; color: #333 !important; margin: 0 auto; } /* End Error CSS */ /*--------------------------------*/ /* 24. Particles Area click /*--------------------------------*/ .count-particles { background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-weight: bold; } .js-count-particles { font-size: 1.1em; } #stats, .count-particles { -webkit-user-select: none; user-select: none; margin-top: 5px; margin-left: 5px; } #stats { border-radius: 3px 3px 0 0; overflow: hidden; display: none; } .count-particles { border-radius: 0 0 3px 3px; display: none; } /* ---- particles.js container ---- */ #particles-js { width: 100%; height: 100%; background-image: url('../images/comming/2.jpg'); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; position: relative; padding: 0 0; } .particles-js-canvas-el { width: 100%; height: 100%; height: 600px !important; position: relative; display: block; overflow: hidden; z-index: 1; } /* End Particels Css */ /*--------------------------------*/ /* 25. Strat Timer Css /*--------------------------------*/ .relative-div { overflow: hidden; position: relative; } .up_coming { position: absolute; display: block; top: 0; width: 100%; left: 0; bottom: 0; z-index: 2; padding: 50px 0 150px; background: #000; opacity: 0.5; } .coming i:before { font-size: 70px; color: #ffffff; } .coming { text-align: center; } .timer .days-wrapper, .timer .hours-wrapper, .timer .minutes-wrapper, .timer .seconds-wrapper { display: inline-block; width: 160px; height: 160px; margin: 0 30px; padding-top: 20px; font-size: 18px; cursor: pointer; -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s; color: #fff; text-transform: uppercase; } .timer .days, .timer .hours, .timer .minutes, .timer .seconds { font-size: 100px; font-weight: 100; line-height: 90px; } .up_coming .content h2 { font-size: 46px; font-weight: 100; color: #ffffff; margin-top: 20px; z-index: 11; } .up_coming .content p { margin: 20px 0 30px 0; font-size: 22px; line-height: 36px; color: #ffffff; z-index: 11; } .up_coming .content .more-link { background: #FF6600; color: #fff; border-radius: 0 !important; z-index: 11; width: 250px; margin: 0 auto; } .send-footer { padding: 30px 0; background: #000; } .send-footer p { color: #ffffff; display: inline-block; } .send-footer a { display: inline-block; } .send-footer .container .row { margin: 0; } .bottom-fix { position: fixed; bottom: 0; right: 0; left: 0; z-index: 1030; } /* End Timer Section */ /*--------------------------------*/ /* 26. Strat Footer Area /*--------------------------------*/ /* Strat Footer Style One */ .fot-style-1 { background: #222222; padding: 25px 0px; } .fot-style-1 .pull-left p { line-height: 25px; padding: 15px 0px; color: #9a9a9a; } .fot-style-1 .pull-left p a { display: inline-block; } .fot-style-1 .pull-right .list-unstyled li { display: inline-block; margin-right: 8px; } .fot-style-1 .pull-right .list-unstyled li a { background: rgb(255, 255, 255); border: 1px solid #d3d3d3; border-radius: 0px 20px 20px; -webkit-border-radius: 0px 20px 20px; -moz-border-radius: 0px 20px 20px; -ms-border-radius: 0px 20px 20px; -o-border-radius: 0px 20px 20px; color: #9c9c9c; display: block; font-size: 18px; height: 50px; line-height: 45px; position: relative; text-align: center; width: 50px; } .fot-style-1 .pull-right .list-unstyled li a:hover { border-color: #ffffff; color: #ffffff; -webkit-transform: rotate(45deg) scale(1.1, 1.1); -moz-transform: rotate(45deg) scale(1.1, 1.1); -ms-transform: rotate(45deg) scale(1.1, 1.1); -o-transform: rotate(45deg) scale(1.1, 1.1); transform: rotate(45deg) scale(1.1, 1.1); -webkit-transition: all 500ms ease-out; -moz-transition: all 500ms ease-out; -ms-transition: all 500ms ease-out; -o-transition: all 500ms ease-out; transition: all 500ms ease-out; } .fot-style-1 .pull-right .list-unstyled li:nth-child(1) a:hover { background: #4867aa; } .fot-style-1 .pull-right .list-unstyled li:nth-child(2) a:hover { background: #dc4e41; } .fot-style-1 .pull-right .list-unstyled li:nth-child(3) a:hover { background: #00aff0; } .fot-style-1 .pull-right .list-unstyled li:nth-child(4) a:hover { background: #55acee; } .fot-style-1 .pull-right .list-unstyled li a:hover i { color: #fff; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); } /* End Footer Style One */ /* Strat Footer Style Two */ .fot-style-2 .top-footer { background: #111; padding: 80px 0px 30px; } .fot-style-2 .top-footer .fo-title h4 { color: #fff; padding-bottom: 12px; letter-spacing: 1px; text-transform: uppercase; } .fot-style-2 .top-footer .footer-service .footer-logo p { margin: 10px 0; color: #fff; } .fot-style-2 .top-footer .newsletter.fo-title { background: transparent; } .fot-style-2 .top-footer .newsletter.fo-title h4 { line-height: 1; } .small-border { height: 3px; width: 70px; margin: -12px 0 30px; background: #FF6600; display: block; } .fot-style-2 .top-footer .widget-latestposts .latest-content { margin-bottom: 15px; position: relative; display: block; overflow: hidden; } .fot-style-2 .widget-latestposts .latest-content a img { width: 100px; float: left; margin-right: 15px; } .fot-style-2 .widget-latestposts .latest-content h6 { color: #ffffff; margin-bottom: 0; margin-top: -3px; line-height: 1.8em; } .fot-style-2 .widget-latestposts .latest-content h6:hover { color: #FF6600; } .fot-style-2 .widget-latestposts .latest-content span { color: #f9f9f9; } .fot-style-2 .widget-latestposts .latest-content span i { color: #FF6600; margin-right: 5px; } .fot-style-2 .top-footer .edu-brn li button { font-size: 14px; padding: 10px 15px; border-radius: 0; margin-bottom: 8px; border: 1px solid #ffffff; color: #ffffff; background: transparent; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .fot-style-2 .widget-latestposts .latest-content .star-mark li { padding-right: 3px; padding-left: 3px; } .fot-style-2 .widget-latestposts .latest-content .star-mark li a { color: #fec42d; font-size: 16px; } .footer-service { position: relative; overflow: hidden; } .fot-style-2 .top-footer .footer-gallery li { padding: 5px; } .fot-style-2 .top-footer .social-icon li { margin: 5px 0 0; display: inline-block; } .fot-style-2 .top-footer .social-icon li a { background-color: #ffffff; color: #FF6600; display: inline-block; position: relative; overflow: hidden; text-align: center; width: 48px; height: 48px; font-size: 22px; line-height: 46px; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .7); } .fot-style-2 .top-footer .social-icon li a:hover { color: #fff; background-color: #FF6600; } .fot-style-2 .top-footer .social-icon li a:hover .fa { -webkit-animation: downToUp .4s forwards; -moz-animation: downToUp .4s forwards; animation: downToUp .4s forwards; } .fot-style-2 .bottom-footer { padding: 20px 0px; background: #000; } .fot-style-2 .bottom-footer p { margin-bottom: 0px; } .footer-logo img { width: auto; } .flicker-feed > a { display: inline-block; float: left; position: relative; width: 30.3333%; z-index: 1; margin: 5px 3px; } .flicker-feed > a:before { background-color: #FF6600; content: ''; height: 100%; position: absolute; top: 0; width: 100%; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .flicker-feed > a:hover:before { opacity: 0.9; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .flicker-feed > a:after { color: #fff; content: "\f067"; font-family: "FontAwesome"; font-size: 14px; font-weight: 300; left: 50%; position: absolute; top: 42%; margin-top: -7px; margin-left: -7px; width: 100%; z-index: 5; opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .flicker-feed > a:hover:after { opacity: 1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .fot-style-2 .cl-white { letter-spacing: .4px; line-height: 1.7em; } /* End Footer Style Two */ /* Strat Footer Style Three */ .fot-style-3 .top-footer { background: #1a1a1a; padding: 80px 0px 30px; } .fot-style-3 .top-footer .fo-title h4 { color: #fff; padding-bottom: 12px; letter-spacing: 1px; text-transform: uppercase; border-bottom: 1px solid #FF6600; } .fot-style-3 .small-border { height: 3px; width: 70px; margin: -12px 0 30px; background: #FFF; display: block; } .fot-style-3 .top-footer .list-unstyled li { color: #fff; font-size: 15px; font-weight: 600; line-height: 30px; padding-bottom: 12px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .fot-style-3.top-footer .list-unstyled li span { color: #aaa; font-size: 12px; } .fot-style-3 .top-footer .list-unstyled li .fa { color: #ffffff; font-size: 15px; } .fot-style-3 .top-footer .widget-latestposts .latest-content { margin-bottom: 15px; position: relative; display: block; overflow: hidden; } .fot-style-3 .widget-latestposts .latest-content a { width: 100px; float: left; margin-right: 15px; } .fot-style-3.widget-latestposts .latest-content h6 { color: #ffffff; margin-bottom: 0; margin-top: -6px; line-height: 1.8em; } .fot-style-3 .widget-latestposts .latest-content h6:hover { color: #FF6600; } .fot-style-3 .widget-latestposts .latest-content span i { color: #FF6600; } .fot-style-3 #newsleter .form-group .form-control { float: left; position: relative; padding: 9px 20px; height: 40px; border: 1px solid #e1e1e1; font-style: italic; border-radius: 0px; -webkit-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; -moz-border-radius: 0px; box-shadow: none; -webkit-box-shadow: none; -o-box-shadow: none; outline: none; width: 80%; } .fot-style-3 #newsleter .form-group > button { background: #FF6600; border: none; color: #FFFFFF; float: left; height: 40px; width: 20%; text-align: center; font-size: 15px; line-height: 35px; } .fot-style-3 .top-footer .footer-gallery li { padding: 5px; } .fot-style-3 .top-footer .social-icon li { margin-top: 20px; } .fot-style-3 .top-footer .social-icon li a { background: #fff; color: #FFF; display: inline-block; height: 35px; text-align: center; line-height: 2.6; width: 35px; } .fot-style-3 .top-footer .social-icon li a:hover { color: #333; background: #FFF; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; } .fot-style-3 .bottom-footer { padding: 30px 0px; border-top: 1px solid #262626; background: #1a1a1a; } footer .bottom-footer p { color: #999999; margin-bottom: 0px; display: inline-block; letter-spacing: 2px; } footer .bottom-footer p a { display: inline-block; } .footer-logo img { width: auto; } /* End Footer Area */ /* Scrollup CSS */ .scrollup { width: 40px; height: 40px; position: fixed; display: none; bottom: 20px; right: 20px; z-index: 99999; background-color: #FF6600; color: #ffffff; text-align: center; line-height: 40px; font-size: 20px; border-radius: 50%; } .scrollup:hover { color: #111111; } /*--------------------------------*/ /* 30. Privew CSS Strat /*--------------------------------*/ .inner-bg { position: relative; padding-top: 120px; } .inner-bg h3 { color: #FFF; margin-bottom: 20px; } .inner-bg p { font-size: 15px; } .inner-bg p span { font-size: 18px; padding-left: 15px; padding-right: 15px; color: #fff; } .inner-bg p a:hover { color: #FF6600; } .inner-bg .mini-title:before { display: none; } .inner-style-1 { padding: 40px 60px; background-color: rgba(39,128,227, .8); display: block; border: 5px solid #FF6600; } .inner-bg .inner-style-1 p a { color: #333; } .practice-item-1.style-one { border: transparent; border-bottom: 1px solid #eee; border-left: 1px solid #eee; border-right: 1px solid #eee; background: #fff; } .practice-item-1.style-one .practice-img { border: 1px solid #eee; } .section-title.title { position: relative; } .section-title.title::after { content: ""; height: 1px; left: 0; right: 0; bottom: -15px; text-align: center; margin: auto; position: absolute; width: 150px; background: #FF6600; } .section-title.title::before { content: ""; height: 1px; left: 0; right: 0; bottom: -25px; text-align: center; margin: auto; position: absolute; width: 120px; background: #FF6600; } .preview .practice-item-1 .practice-img span:before { font-size: 50px; } .preview .section-title.light-title{ position: relative; } .preview .section-title.light-title h2{ position: relative; z-index: 1; background: #fff; } .preview .section-title.light-title h5 { position: absolute; left: 0; right: 0; text-align: center; top: -40px; font-size: 100px; z-index: 0; color: #eee; } .preview { position: relative; } .preview .practice-item-1 .practice-img span:before { font-size: 50px; } .preview-features-item ul li { padding-bottom: 15px; color: #222; font-size: 16px; font-weight: 500; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .preview-features-item ul li:hover { color: #FF6600; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; cursor: pointer; } .preview-features-item ul li i { font-size: 15px; color: #FF6600; margin-right: 10px; } .preview .practice-content { padding-bottom: 15px; } .preview .practice-content h4 { margin: 15px 0 5px; } .practice-img a { display: block; position: relative; } .practice-img a:after { position: absolute; content: ''; width: 100%; height: 100%; background: #FF6600; visibility: hidden; top: 0; left: 0; opacity: 0; z-index: 1; -webkit-transition: all .3s linear; transition: all .3s linear; } .practice-item-1:hover .practice-img a:after { visibility: visible; opacity: .8; } .practice-img a span { font-size: 50px; position: absolute; top: 70%; left: 50%; color: #FFF; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); visibility: hidden; opacity: 0; z-index: 2; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .practice-item-1:hover .practice-img a span { visibility: visible; opacity: 1; top: 50%; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .practice-item-1 .practice-img a span:hover { color: #333; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } /*--------------------------------*/ /* 28. Strat Custome CSS /*--------------------------------*/ section .container, .section .container { position: relative; padding: 100px 0 70px; display: block; clear: both; } section, .section { display: block; overflow: hidden; position: relative; } .sec-title { color: #222; position: relative; margin: 0 0 40px; font-weight: 500; display: block; } .sec-title h2 { font-family: 'Sofia', cursive; font-size: 42px; text-transform: capitalize; } .sec-title p { letter-spacing: .5px; } .sec-title h2 b { color: #FF6600; } .clear { clear: both; } .no-padding { padding: 0; } .padding-left-0 { padding-left: 0; } .p-tb-100 { padding: 100px 0; } .pt-0 { padding-top: 0 !important; } .no-margin { margin: 0; } .cl-white { color: #fff !important; } .bg-f8 { background: #f8f8f8; } .bg-pry { background: #FF6600; } .bg-white { background: #fff; } .bdr-pry-color { border-color: #FF6600 !important; } .btn:hover { background: #FF6600; } .mar-tp-10 { margin-top: 10px !important; } .mar-tp-20 { margin-top: 20px !important; } .mar-tp-25 { margin-top: 25px !important; } .mar-tp-30 { margin-top: 30px !important; } .mar-btm-30 { margin-bottom: 30px !important; } .mar-btm-50 { margin-bottom: 50px !important; } .mar-btm-20 { margin-bottom: 20px !important; } /*.mar-btm-0 { margin-bottom: 0px !important; }*/ .mar-btm-10 { margin-bottom: 10px !important; } .post { position: relative; display: block; overflow: hidden; } .width-80 { width: 80% !important; } .success { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #468847; background-color: #dff0d8; border: 1px solid #d6e9c6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .error { padding: 1em; margin-bottom: 0.75rem; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); color: #b94a48; background-color: #f2dede; border: 1px solid rgba(185, 74, 72, 0.3); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } /*--------------------------------*/ /* 13. Blog CSS Strat /*--------------------------------*/ .blog-page { background: #eee9ff; } .blog-post { background: #ffffff; overflow: hidden; position: relative; margin-bottom: 50px; text-align: center; padding: 30px 30px 20px; box-shadow: 0 0 10px #f2f2f2; } .blog-post .pin-icon { position: absolute; top: -8px; right: -32px; color: #fff; background: #FF6600; width: 100px; height: 50px; transform: rotate(45deg); line-height: 3.5; font-size: 18px; } .blog-post .blog-header { text-align: left; margin-bottom: 20px; } .blog-post .blog-header h4 { margin: 20px 0; font-size: 22px; line-height: 1.5em; } .blog-post .blog-header a { color: #888888; display: inline-block; } .blog-post .blog-header .hr-line { position: relative; margin: 20px 0; border: 0; border-top: 1px solid #f0f0f0; } .blog-post .blog-header .hr-line::after { content: ''; width: 90px; height: 3px; background: #FF6600; left: 3%; display: block; margin-top: -2px; margin-left: -21px; position: relative; } .blog-post .blog-header .post-date span.devider { margin: 0 12px 0 5px; } .blog-post .blog-header .post-date span.date { font-size: 20px; } .blog-post .blog-header .post-date span:nth-child(4) { margin-right: 0; } .blog-post .post-image { margin: 20px 0; position: relative; overflow: hidden; } .blog-post .post-content { margin-bottom: 20px; } .blog-post .post-content p { text-align: justify; margin: 0 0 20px; } .blog-post .post-content .blog-button { position: relative; overflow: hidden; display: block; } .blog-post .post-content ul li { margin-bottom: 20px; letter-spacing: 0.5px; word-spacing: 1px; } .blog-post .post-content ul li i { font-size: 18px; color: #FF6600; margin-right: 10px; } .blog-post .post-content blockquote { text-align: left; background: #f8f8f8; border-color: #FF6600; font-size: 16px; position: relative; overflow: hidden; } .blog-page .blog-post .blog-post-image .post-image .overlay { border-bottom: 120px solid #FF6600; border-left: 120px solid transparent; } .blog-page .blog-post .blog-post-image .post-image:hover .overlay { border-bottom: 620px solid #FF6600; border-left: 620px solid transparent; } .blog-page .blog-post .blog-post-image .post-image .group-share-btn { bottom: 35px; right: 40px; } .blog-post .post-content blockquote i { font-size: 28px; color: #FF6600; margin: 2px 10px; } .blog-post .blog-button a { background: #FF6600; color: #ffffff; margin-top: 5px; font-weight: 500; font-size: 12px; } .blog-post .post-footer { padding: 20px 0 30px; border-top: 1px solid #f0f0f0; } .blog-post .post-footer a { margin: 5px; display: inline-block; } /* Blog Single Post */ .blog-page .blog-comment { position: relative; display: block; float: left; text-align: left; } .blog-page .title { margin-bottom: 25px; line-height: 28px; font-weight: 500; font-family: 'Montserrat', sans-serif; } .blog-page .title h4::after { display: table; content: ''; background: #ddd; width: 138px; height: 1px; top: 28px; position: absolute; } .blog-page .blog-comment .comment-list li { display: inline-block; margin: 0px 0px 20px; padding: 12px; width: 100%; } .blog-page .blog-comment .comment-list li .comment-avatar { border: 1px solid #b1b1b1; height: 85px; padding: 5px; width: 85px; } .blog-page .blog-comment .comment-list li .comment-meta { display: block; overflow: hidden; position: relative; padding-left: 15px; text-align: left; } .blog-page .blog-comment .comment-sub { padding-left: 45px; } .blog-page .blog-comment .comment-list .comment-meta a { font-size: 16px; color: #535353; } .blog-page .blog-comment .comment-list .comment-meta span em { color: #999999; font-size: 13px; margin-left: 15px; } .blog-page .blog-comment .comment-list .comment-meta span .reply { background: #FF6600; color: #fff; font-size: 16px; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; padding: 3px 15px; } .blog-page .blog-comment .comment-list .comment-meta span .reply:hover { background: #FF6600; color: #ffffff; } .blog-page .blog-comment .comment-list .comment-meta span .reply .fa { font-size: 12px; margin-right: 5px; } .blog-page .comment-box .padding { margin-bottom: 30px; padding-left: 0px; } .blog-page .comment-box { position: relative; display: block; float: left; text-align: left; width: 100%; } .blog-page .comment-box .form-group { margin-bottom: 20px; } .blog-page .comment-box .input-group .input-group-addon { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; color: #FF6600; font-size: 18px; } .blog-page .comment-box .input-group .form-control { border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; height: 50px; border: 1px solid #d0d0d0; font-size: 15px; color: #535353; width: 100%; } .blog-page .comment-box .form-group .message { border: 1px solid #d0d0d0; border-radius: 0px; -webkit-border-radius: 0px; -moz-border-radius: 0px; -ms-border-radius: 0px; -o-border-radius: 0px; box-shadow: none; -webkit-box-shadow: none; -moz-box-shadow: none; -ms-box-shadow: none; -o-box-shadow: none; font-size: 15px; height: auto; resize: none; padding: 15px; min-height: 210px; } /* <NAME> */ .sidber .widget { position: relative; display: table; float: left; background: #ffffff; border-left: 3px solid; padding: 30px 15px; margin-bottom: 50px; width: 100%; } .sidber .searchform { position: relative; width: 100%; float: left; } .sidber .searchform input { background: #ffffff; border: 1px solid #e1e1e1; border-radius: 0; color: #333; float: left; outline: none; font-size: 12px; padding: 15px 20px; margin-bottom: 0; ; width: 100%; } .sidber .searchform button { background: #FF6600; position: absolute; border: none; color: #fff; height: 100%; right: 0; padding: 0; width: 72px; font-size: 25px; outline: none; } .sidber .widget .wiget-title { margin-bottom: 20px; float: left; width: 100%; } .sidber .widget .wiget-title span { color: #FF6600; font-size: 12px; } .sidber .widget .wiget-title h4 { margin-bottom: 0px; line-height: 28px; font-weight: 500; font-family: 'Montserrat', sans-serif; } .sidber .wiget-post { display: table-cell; float: left; margin-bottom: 20px; width: 100%; } .sidber .wiget-img { width: 30%; float: left; } .sidber .wiget-img img { width: 100%; display: table-cell; vertical-align: middle; } .sidber .posi-inner { display: table-cell; padding-left: 15px; vertical-align: middle; width: 70%; } .sidber .posi-inner h6 { font-size: 11px; font-weight: 400; float: left; margin: 0; width: 100%; } .sidber .posi-inner h6 a { color: #333; } .sidber .posi-inner span { color: #FF6600; font-size: 12px; } .sidber .posi-inner span i { color: #333; font-size: 18px; margin-right: 12px; } .sidber .posi-inner .star-mark li { padding-right: 2px; padding-left: 2px; } .sidber .posi-inner .star-mark li a { color: #FF6600; font-size: 18px; } .sidber .posi-inner .star-mark li span { color: #333; } .sidber .posi-inner p strong { color: #FF6600; font-size: 18px; } .sidber .widget .widget-list { width: 100%; float: left; } .sidber .widget .widget-list li { border-bottom: 1px solid #f2f2f2; font-family: 'Montserrat', sans-serif; font-weight: 500; font-size: 12px; line-height: 30px; margin: 0 0 8px 8px; padding: 12px 0px; text-transform: uppercase; } .sidber .widget .widget-list li:hover { border-left: 3px solid #FF6600; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; } .sidber .widget .widget-list li a i { font-size: 12px; margin-left: 15px; margin-right: 15px; } .sidber .widget .widget-list li:nth-child(1) { margin-top: 0; } .sidber .widget .widget-list li:nth-child(4) { border-bottom: 0px; padding-bottom: 0; margin-bottom: 0; } .sidber .widget .video-widget { position: relative; overflow: hidden; margin-bottom: 25px; display: block; } .sidber .widget .video-widget::before { content: ""; display: table; background: #000; width: 100%; height: 520px; top: 0; left: 0; position: absolute; opacity: 0.5; } .sidber .widget .video-widget a i { position: absolute; bottom: 0; right: 0; left: 0; font-size: 42px; top: 35%; color: #333; width: 70px; height: 70px; text-align: center; border: 2px solid rgba(255, 255, 255, .75); border-radius: 50%; line-height: 70px; background: #fff; margin: 0 auto; } .sidber .widget .video-widget a i::before { margin-left: 7px; } .sidber .widget .widget-text span { color: #FF6600; } .sidber .widget .widget-text h5 .sidber .widget .video-widget a { position: absolute; top: 55%; left: 35%; transform: translateY(-20%) translateY(-48%); } .sidber .widget .tagcloud { float: left; width: 100%; } .sidber .widget .tagcloud a { background: #dedede; font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 500; padding: 10px 15px; margin-bottom: 10px; margin-right: 10px; position: relative; display: inline-block; color: #000; } .sidber .widget .content-text { background: #FF6600; padding: 30px; } .sidber .widget .content-text h4 { color: #ffffff; } .sidber .widget .content-text p { color: #ffffff; } .sidber .widget .content-text .btn { font-size: 14px; border: 1px solid #ffffff; width: 200px; } .sidber .widget .content-text .btn i { margin-left: 8px; } .sidber .widget .login-form { float: left; width: 100%; } .sidber .widget .login-form .form-group { margin-bottom: 20px; } .sidber .widget .login-form input { border-radius: 0; padding: 10px; height: 50px; } .sidber .widget .login-form input[type=checkbox] { height: auto; } .sidber .widget .login-form button[type=submit] { padding: 10px 30px; margin: 0 0 10px; border-radius: 0; text-transform: uppercase; -webkit-transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s; -ms-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; } .sidber .widget .login-form button[type=submit]:hover { background: #FF6600; border-color: #ffffff; color: #ffffff; } /* End Blog CSS */ .p-0 { padding: 0 !important; } .d-flex { display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex; } .form-control { width: 100% !important; }
0.223631
0.077588
.promotional-modal-content-wrapper .left-content-warp { margin-right: 0; margin-left: 20px; } .nx-modal-content { text-align: right; } .nx-modal-inner-content-wrapper .nx-popup-close { right: auto; left: 10px; } .preloader-inner .cancel-preloader { right: auto; left: 30px; } .navbar-area .nav-container .navbar-collapse .navbar-nav li + li { margin-right: 20px; margin-left: 0; } .experience-right .vdo-btn { left: 30%; } .experience-content .offset-lg-3 { margin-left: 0 !important; } .quality-content-wrapper { margin-left: 0; margin-right: 100px; } .quality-content-wrapper { margin-left: 0; margin-right: 100px; } .singler-counterup-item-01 .icon { margin-right: 0; margin-left: 20px; } .single-blog-grid-01 .content, .map-wrapper .contact-wrapper, .case-studies-slider-active .owl-item.center .slider-inner-text, .singler-counterup-item-01, .desktop-left, .header-area .header-inner{ text-align: right; } .single-blog-grid-01 .content .post-meta li + li { margin-left: 0px; margin-right: 20px; } .widget .recent_post_item li.single-recent-post-item .thumb { margin-right: 0; margin-left: 20px; } .widget.footer-widget { text-align: right; } .newsletter-form-wrap .submit-btn { right: auto; left: 0; } .newsletter-form-wrap .form-group .form-control { padding-left: 40px; } .contact_info_list li.single-info-item .icon { left: auto; right: 0; } .contact_info_list li.single-info-item .details { padding-left: 0; padding-right: 30px; } .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu { text-align: right; } .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li { margin-right: 0; } .xg-mega-menu-single-column-wrap { text-align: right; } .xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .thumbnail { margin-right: 0; margin-left: 15px; } .xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item { margin-right: 0; } .xg-mega-menu-single-column-wrap ul li { margin-right: 0 !important; } .single-donation-mega-menu-item .thumbnail { margin-right: 0px; margin-left: 20px; max-width: 80px; } .single-donation-mega-menu-item .title { text-align: right; } .back-to-top { right: auto; left: 30px; } .order-service-page-content-area { text-align: right; } .payment-gateway-wrapper ul li { min-width: 100px; } .order-confirm-area table { text-align: right; } .single-testimonial-item-02 .content .content-wrapper { text-align: right; } .single-testimonial-item-02 .icon { right: auto; left: 50px; } .single-testimonial-item-02 .content .author-details { } .single-testimonial-item-02 .content .author-details .author-meta { flex: unset; text-align: right; margin-right: 20px; } .breadcrumb-area .page-list li:after { left: auto; right: 10px; } .breadcrumb-area .page-list li { padding-left: 0; padding-right: 30px; } .teastimonial-item-09 .clients-details, .teastimonial-item-09 .bottom-content p, .teastimonial-item-09 .bottom-content .ratings, .experience-content-03{ text-align: right; } .top-experience-area .offset-lg-1 { margin-right: 8.333333%; margin-left: 0 !important; } .experience-content-03 .icon-area p { margin-left: 0; margin-right: 15px; } .global-network-area { text-align: right; } .experience-content-02 { text-align: right; padding-left: 0; padding-right: 100px; } .experience-content-02 .sign-area::after { left: auto; right: -40px; } .quality-content-wrapper , .portfolio-details-item, .attorney-contact-form-wrap .attorney-contact-form .form-group .form-control, .related-work-area .title, .single-related-case-study-item .content .title, .service-widget{ text-align: right; } .service-widget:before { left: auto; right: 0; } .service-widget .service-icon { margin-right: 0; margin-left: 20px; } .case-studies-menu li + li { margin-left: 0; margin-right: 20px; } .accordion-wrapper .card .card-header a , .accordion-wrapper .card .card-body, .widget.widget_nav_menu, .single-job-list-item, .single-job-details, .widget.job_information { text-align: right; } .accordion-wrapper .card .card-header a:after { right: auto; left: 30px; } .contact-page-form, .contribute-single-item .content, .donation_wrapper{ text-align: right; } .widget_search .search-form .submit-btn { left: 0; right: auto; border-radius: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .widget_search .search-form .form-group .form-control { padding-right: 20px; padding-left: 70px; } .job-meta-list li .single-job-meta-block ul li:before { margin-right: 0; margin-left: 5px; } .job-meta-list li .single-job-meta-block ul li:before { content: "\f104"; } .job-information-list li .single-job-info .icon { margin-right: 0; margin-left: 20px; } .widget.widget_nav_menu , .single-events-list-item .content-area, .knowledgebase-content-area, .single-knowledgebase-list-item, .single-knowledgebase-details, .widget.widget_price_filter, .widget.widget_rating_filter, .single-product-item-3 .content, .single-product-details, .related-product-area .title, .related-post-area, .blog-details-item, .widget.widget_recent_posts, .blog-classic-item-01{ text-align: right; } .single-job-list-item .job_type i { margin-right: 0; margin-left: 5px; } .single-job-list-item .jobs-meta li i { margin-right: 0; margin-left: 5px; } .single-job-list-item .jobs-meta li + li { margin-left: 0; margin-right: 20px; } .donation_wrapper .amount_wrapper input { border-radius: 8px 0px 0px 8px; } .single-events-list-item .content-area .top-part .time-wrap { margin-right: 0; margin-left: 20px; } .single-events-list-item .thumb { margin-right: 0; margin-left: 30px; } .single-product-item-3 .thumb .tag { left: auto; right: 0; } .product-archive-top-content-area .search-form button { right: auto; left: 0; } .product-archive-top-content-area .search-form .form-control { padding-right: 20px; padding-left: 70px; } .single-product-details .top-content > div:first-child { margin-right: 0; margin-left: 30px; } .single-product-details .extra-content-wrap .nav-tabs .nav-item:first-child { border-top-right-radius: 5px; } .single-product-details .extra-content-wrap .nav-tabs .nav-item + .nav-item { border-left:none; border-right: 1px solid #e2e2e2; } .blog-details-item .post-meta li + li { margin-left: 0; margin-right: 20px; } .blog-details-footer .right .social-share li.title { margin-left: 10px; } .blog-classic-item-01 .content .post-meta li + li { margin-left: 0; margin-right: 10px; } .experience-content-03 .icon-area .icon { transform: inherit; } .single-donation-mega-menu-item .content .boxed-btn { text-align: center; } .single-testimonial-item-03 .content .description{ padding-right: 0; } .single-testimonial-item-03 .content { padding-right: 0; padding-left: 40px; text-align: right; } .header-area.header-bg-02:after{ background-image: url("../img/bg/bg-03-rtl.png"); } .navbar-area .nav-container .nav-right-content ul li:last-child {margin-right: 15px;} .top-bar-area.header-variant-06 .top-bar-inner { padding-left: 0px; padding-right: 205px; } .header-inner.logistics-home { text-align: center; } .single-logistic-key-feature-one:after { right: auto; left: 0; } .logistics-single-what-we-cover-item .content, .logistic-get-quote, .logistic-faq-wrapper, .single-portfolio-blog-grid.logistics-page .content, .single-expertice-area { text-align: right; } .logistic-single-testimonial-item .content { padding-right: 0px; padding-left: 40px; } .portfolio-home-header-area .right-image { right: auto; left: 15%; } .portfolio-home-header-area .header-inner, .portfolio-about-us-section .right-content-area, .single-counterup-03, .portfolio-cta-area .left-content-wrap, .single-portfolio-testimonial-item, .single-portfolio-blog-grid{ text-align: right; } .portfolio-btn i { margin-left: 0; margin-right: 25px; } .single-counterup-03 .number:after { left: auto; right: 0; } .portfolio-about-us-section .button-wrap a+a { margin-left: 0px; margin-right: 20px; } .single-we-offer-item { margin-left: 0; margin-right: 30px; text-align: right; } .single-we-offer-item .icon { left: auto; right: -30px; }
public/assets/frontend/css/rtl.css
.promotional-modal-content-wrapper .left-content-warp { margin-right: 0; margin-left: 20px; } .nx-modal-content { text-align: right; } .nx-modal-inner-content-wrapper .nx-popup-close { right: auto; left: 10px; } .preloader-inner .cancel-preloader { right: auto; left: 30px; } .navbar-area .nav-container .navbar-collapse .navbar-nav li + li { margin-right: 20px; margin-left: 0; } .experience-right .vdo-btn { left: 30%; } .experience-content .offset-lg-3 { margin-left: 0 !important; } .quality-content-wrapper { margin-left: 0; margin-right: 100px; } .quality-content-wrapper { margin-left: 0; margin-right: 100px; } .singler-counterup-item-01 .icon { margin-right: 0; margin-left: 20px; } .single-blog-grid-01 .content, .map-wrapper .contact-wrapper, .case-studies-slider-active .owl-item.center .slider-inner-text, .singler-counterup-item-01, .desktop-left, .header-area .header-inner{ text-align: right; } .single-blog-grid-01 .content .post-meta li + li { margin-left: 0px; margin-right: 20px; } .widget .recent_post_item li.single-recent-post-item .thumb { margin-right: 0; margin-left: 20px; } .widget.footer-widget { text-align: right; } .newsletter-form-wrap .submit-btn { right: auto; left: 0; } .newsletter-form-wrap .form-group .form-control { padding-left: 40px; } .contact_info_list li.single-info-item .icon { left: auto; right: 0; } .contact_info_list li.single-info-item .details { padding-left: 0; padding-right: 30px; } .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu { text-align: right; } .navbar-area .nav-container .navbar-collapse .navbar-nav li.menu-item-has-children .sub-menu li { margin-right: 0; } .xg-mega-menu-single-column-wrap { text-align: right; } .xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item .thumbnail { margin-right: 0; margin-left: 15px; } .xg-mega-menu-single-column-wrap ul .single-mega-menu-product-item { margin-right: 0; } .xg-mega-menu-single-column-wrap ul li { margin-right: 0 !important; } .single-donation-mega-menu-item .thumbnail { margin-right: 0px; margin-left: 20px; max-width: 80px; } .single-donation-mega-menu-item .title { text-align: right; } .back-to-top { right: auto; left: 30px; } .order-service-page-content-area { text-align: right; } .payment-gateway-wrapper ul li { min-width: 100px; } .order-confirm-area table { text-align: right; } .single-testimonial-item-02 .content .content-wrapper { text-align: right; } .single-testimonial-item-02 .icon { right: auto; left: 50px; } .single-testimonial-item-02 .content .author-details { } .single-testimonial-item-02 .content .author-details .author-meta { flex: unset; text-align: right; margin-right: 20px; } .breadcrumb-area .page-list li:after { left: auto; right: 10px; } .breadcrumb-area .page-list li { padding-left: 0; padding-right: 30px; } .teastimonial-item-09 .clients-details, .teastimonial-item-09 .bottom-content p, .teastimonial-item-09 .bottom-content .ratings, .experience-content-03{ text-align: right; } .top-experience-area .offset-lg-1 { margin-right: 8.333333%; margin-left: 0 !important; } .experience-content-03 .icon-area p { margin-left: 0; margin-right: 15px; } .global-network-area { text-align: right; } .experience-content-02 { text-align: right; padding-left: 0; padding-right: 100px; } .experience-content-02 .sign-area::after { left: auto; right: -40px; } .quality-content-wrapper , .portfolio-details-item, .attorney-contact-form-wrap .attorney-contact-form .form-group .form-control, .related-work-area .title, .single-related-case-study-item .content .title, .service-widget{ text-align: right; } .service-widget:before { left: auto; right: 0; } .service-widget .service-icon { margin-right: 0; margin-left: 20px; } .case-studies-menu li + li { margin-left: 0; margin-right: 20px; } .accordion-wrapper .card .card-header a , .accordion-wrapper .card .card-body, .widget.widget_nav_menu, .single-job-list-item, .single-job-details, .widget.job_information { text-align: right; } .accordion-wrapper .card .card-header a:after { right: auto; left: 30px; } .contact-page-form, .contribute-single-item .content, .donation_wrapper{ text-align: right; } .widget_search .search-form .submit-btn { left: 0; right: auto; border-radius: 0; border-top-left-radius: 5px; border-bottom-left-radius: 5px; } .widget_search .search-form .form-group .form-control { padding-right: 20px; padding-left: 70px; } .job-meta-list li .single-job-meta-block ul li:before { margin-right: 0; margin-left: 5px; } .job-meta-list li .single-job-meta-block ul li:before { content: "\f104"; } .job-information-list li .single-job-info .icon { margin-right: 0; margin-left: 20px; } .widget.widget_nav_menu , .single-events-list-item .content-area, .knowledgebase-content-area, .single-knowledgebase-list-item, .single-knowledgebase-details, .widget.widget_price_filter, .widget.widget_rating_filter, .single-product-item-3 .content, .single-product-details, .related-product-area .title, .related-post-area, .blog-details-item, .widget.widget_recent_posts, .blog-classic-item-01{ text-align: right; } .single-job-list-item .job_type i { margin-right: 0; margin-left: 5px; } .single-job-list-item .jobs-meta li i { margin-right: 0; margin-left: 5px; } .single-job-list-item .jobs-meta li + li { margin-left: 0; margin-right: 20px; } .donation_wrapper .amount_wrapper input { border-radius: 8px 0px 0px 8px; } .single-events-list-item .content-area .top-part .time-wrap { margin-right: 0; margin-left: 20px; } .single-events-list-item .thumb { margin-right: 0; margin-left: 30px; } .single-product-item-3 .thumb .tag { left: auto; right: 0; } .product-archive-top-content-area .search-form button { right: auto; left: 0; } .product-archive-top-content-area .search-form .form-control { padding-right: 20px; padding-left: 70px; } .single-product-details .top-content > div:first-child { margin-right: 0; margin-left: 30px; } .single-product-details .extra-content-wrap .nav-tabs .nav-item:first-child { border-top-right-radius: 5px; } .single-product-details .extra-content-wrap .nav-tabs .nav-item + .nav-item { border-left:none; border-right: 1px solid #e2e2e2; } .blog-details-item .post-meta li + li { margin-left: 0; margin-right: 20px; } .blog-details-footer .right .social-share li.title { margin-left: 10px; } .blog-classic-item-01 .content .post-meta li + li { margin-left: 0; margin-right: 10px; } .experience-content-03 .icon-area .icon { transform: inherit; } .single-donation-mega-menu-item .content .boxed-btn { text-align: center; } .single-testimonial-item-03 .content .description{ padding-right: 0; } .single-testimonial-item-03 .content { padding-right: 0; padding-left: 40px; text-align: right; } .header-area.header-bg-02:after{ background-image: url("../img/bg/bg-03-rtl.png"); } .navbar-area .nav-container .nav-right-content ul li:last-child {margin-right: 15px;} .top-bar-area.header-variant-06 .top-bar-inner { padding-left: 0px; padding-right: 205px; } .header-inner.logistics-home { text-align: center; } .single-logistic-key-feature-one:after { right: auto; left: 0; } .logistics-single-what-we-cover-item .content, .logistic-get-quote, .logistic-faq-wrapper, .single-portfolio-blog-grid.logistics-page .content, .single-expertice-area { text-align: right; } .logistic-single-testimonial-item .content { padding-right: 0px; padding-left: 40px; } .portfolio-home-header-area .right-image { right: auto; left: 15%; } .portfolio-home-header-area .header-inner, .portfolio-about-us-section .right-content-area, .single-counterup-03, .portfolio-cta-area .left-content-wrap, .single-portfolio-testimonial-item, .single-portfolio-blog-grid{ text-align: right; } .portfolio-btn i { margin-left: 0; margin-right: 25px; } .single-counterup-03 .number:after { left: auto; right: 0; } .portfolio-about-us-section .button-wrap a+a { margin-left: 0px; margin-right: 20px; } .single-we-offer-item { margin-left: 0; margin-right: 30px; text-align: right; } .single-we-offer-item .icon { left: auto; right: -30px; }
0.386995
0.049982
.tabs-top > .tabs, .tabs.tabs-top { top: 0 !important; } .has-tabs-top { top: 47px !important; } .tabs-positive > .tabs { background-color: #2196F3 !important; } @font-face { font-family: sans-serif; } /* NEW HOME PAGE ---------------------------------------- */ .person-type { background-color: #80DEEA; height: 100%; position: relative; } .person-type .player { background-color: #64B5F6; height: 45%; position: relative; } .person-type .player .type-picture { height: 100%; position: relative; } .person-type .player .type-picture img { top: 35%; left: 5%; position: absolute; } .person-type .player .type-picture .info { height: 100%; left: 32%; top: 35%; position: absolute; font-family: sans-serif; font-weight: 500; text-align: center; display: block; } .person-type .player .type-picture .info h2 { color: white; font-family: sans-serif; font-weight: 900; font-size: 5vh; } .person-type .player .type-picture .info p { color: white; font-family: sans-serif; font-weight: 500; font-size: 2vh; } .person-type .player .type-picture .next { left: 5%; bottom: 5%; position: absolute; } .person-type .teacher { height: 55%; background-color: #53DF83; } .person-type .teacher .type-picture { height: 100%; position: relative; } .person-type .teacher .type-picture img { top: 25%; right: 5%; position: absolute; } .person-type .teacher .type-picture .info { height: 100%; width: 60%; left: 5%; top: 25%; position: absolute; font-family: sans-serif; font-weight: 500; text-align: center; font-style: normal; display: block; } .person-type .teacher .type-picture .info h2 { color: white; font-family: sans-serif; font-weight: 800; font-size: 5vh; } .person-type .teacher .type-picture .info p { color: white; font-family: sans-serif; font-weight: 500; font-size: 2vh; } .person-type .teacher .type-picture .next { right: 5%; bottom: 5%; position: absolute; } .game-backg { height: 180px; background-image: url("../img/navigation.jpg"); background-size: cover; display: block; position: relative; } .game-modal { background-image: url("../img/1.png"); background-size: cover; height: 100%; } .game-backg h2 { font-size: 2.5em; text-align: center; color: white; left: 5%; } .game-backg p { font-size: 1.5em; text-align: center; color: white; left: 5%; font-family: sans-serif; font-weight: 500; } .game-type { position: absolute; bottom: 10%; left: 15%; display: flex; margin: auto; } .game-type button { margin-left: 10px; } .scroll { min-height: 100%; } .scroll, .angular-leaflet-map { height: 100%; } .leaflet-bottom { bottom: 10px; } .games-cont .fab.button-fab-bottom-right { top: auto; right: 16px; bottom: 25px; left: auto; position: relative; } /* Collapsed list */ .list .item.item-accordion { line-height: 38px; padding-top: 0; padding-bottom: 0; transition: 0.09s all linear; } .list .item.item-accordion.ng-hide { line-height: 0px; } .list .item.item-accordion.ng-hide-add, .list .item.item-accordion.ng-hide-remove { display: block !important; } .createdAct { margin-bottom: 20px; } /* Tasks creation */ .tasks { position: absolute; bottom: 10%; left: 15%; display: flex; } .tasks .fab.button-fab {} .map-container { position: relative; width: 100%; height: 100%; } /* Play Game */ #map { position: absolute; width: 100%; height: 100%; } #smiley { position: absolute; right: 0%; top: 2%; opacity: 0.7; z-index: 999; outline: 0; } .bearing { position: absolute; right: 40%; top: 100%; } #button-container { top:auto; right: 1%; left: auto; bottom: 16px; position: absolute; } .map-button { display: block; position: relative; margin-bottom: 5px; } /* Created games page ------------------ */ .allg_cont{ width: 100%; height: 85%; top:20%; position: absolute; } .techm_h { text-align: center; font-family: sans-serif; font-weight: 900; font-size: 5vh; color: white; top:50%; margin-top: 50px; } .download_tiles { width: 85%; margin: auto; margin-bottom: 5px; margin-top: 10px; border-radius: 20px; background-color: #FFEB3B; } .download_button { background-color: aqua; position: absolute; height: 40%; width: 40%; } .game_desc{ width: 100%; } .game-desc span { font-size: 1.0em; } .game-desc .techm_diffc{ width: 100%; height: 100%; text-align: center; } .game-desc .techm_diffc i{ } .game-desc .play_but{ background: #53DF83; border-radius: 30px; width: 20vw; height: 5vh; color: white; box-shadow: 0 0 0 0; margin:auto; margin-top: 3%; text-align: center; color: white; font-family: sans-serif; font-weight: 900; font-size: 1.5vh; line-height: 5vh; } .game-desc .play_but .content{ display: flex; margin: auto; width: 50%; } .game-desc .play_but .content i{ margin-right: auto; font-size: 5vh; } .game-desc .play_but .content p{ margin-right: auto; font-family: sans-serif; font-weight: 700; font-size: 3vh; color: white; } .game-desc h2{ color: #3F51B5; font-family: sans-serif; font-weight: 900; font-size: 4.5vh; text-align: center; } .game-desc p{ color: #3F51B5; font-family: sans-serif; font-weight: 500; font-size: 2vh; text-align: center; } .teachm_menu{ width: 100%; display: flex; } .teachm_b { background: #64B5F6; border-radius: 25px; width: 15vw; height: 5vh; color: white; box-shadow: 0 0 0 0;; margin-right: 5px; text-align: center; color: white; font-family: sans-serif; font-weight: 900; font-size: 1.5vh; line-height: 5vh; } .back_icon{ font-size:6vh;position: fixed;top: 1.5%;left: 2%; cursor: pointer; color:white; } .newgame_icon{ font-size:5vh;position: fixed;top: 2%;right: 2%; color:white;cursor: pointer; } /*Info tab */ .info-tab { height: 40%; background-color: #3F51B5; font-family: 'Roboto', sans-serif; text-align: center; display: block; color: #fafafa; position: relative; } .info-tab .information { position: relative; top: 20%; } .info-tab i { font-size: 5em; } .info-tab h1 { font-size: 2em; text-align: center; color: white; } .info-tab p { font-size: 1.5em; text-align: center; color: white; } .info-tab h2 { font-size: 2.5em; text-align: center; color: white; } /* Georefence Game */ .georef_game { width: 100%; height: 100%; display: flex; } .georef_game .georef_instr { width: 50%; height: 100%; text-align: center; font-family: sans-serif; font-weight: 500; } .georef_game .georef_instr .content { margin: auto; width: 90%; height: 90%; text-align: center; } .georef_game .georef_instr .content h1 { position: relative; top: 5%; font-family: sans-serif; font-weight: 900; font-size: 4vh; text-align: center; color: white; margin-bottom: 5%; } .georef_game .georef_instr .content p { position: relative; top: 20%; font-family: sans-serif; font-weight: 900; font-size: 2vh; text-align: center; color: white; margin-bottom: 30px; } .georef_game .georef_instr .content .georef_icon { position: relative; top: 20%; font-size: 4.5em; color: white; } /* Modal window with explanation of the game rules */ .plan-route { height: 31%; background-color: #3F51B5; text-align: center; display: block; color: #fafafa; position: relative; background-color: #fec00f; } .plan-route .geor_result p{ font-family: sans-serif; margin-top: 25px; font-weight: 900; font-size: 3vh; text-align: center; color: white; } .plan-route .geor_result h2{ color: white; font-family: sans-serif; font-weight: 900; font-size: 5vh; } .plan-route i { font-size: 5em; } .plan-route h1 { font-family: sans-serif; font-weight: 900; font-size: 4vh; text-align: center; color: white; } .plan-route p { font-family: sans-serif; margin-top: 25px; font-weight: 900; font-size: 2.5vh; text-align: center; color: white; } /* Page where user chooses task types ---------------------------------------- */ .task-type { background-color: #80DEEA; display: block; height: 100%; } .task-type .type1 { background-color: #3F51B5; height: 50%; } .task-type .type1 .content { position: relative; top: 15%; } .task-type .type1 .content img { position: relative; top: 20%; display: block; margin: 0 auto; } .task-type .type1 .content h2 { color: white; text-align: center; margin-left: auto; margin-right: auto; font-family: sans-serif; font-weight: 500; } .task-type .type1 .content p { color: white; text-align: center; margin-left: auto; margin-right: auto; font-family: sans-serif; font-weight: 500; } .task-type .type2 { background-color: #4CAF50; height: 50%; } .task-type .type2 .content { position: relative; top: 15%; } .task-type .type2 .content img { display: block; margin: 0 auto; } .task-type .type2 .content h2 { color: white; text-align: center; margin-left: auto; margin-right: auto; font-family: sans-serif; font-weight: 500; } .task-type .type2 .content p { color: white; text-align: center; margin-left: auto; margin-right: auto; font-family: sans-serif; font-weight: 500; font-size: 6vw; line-height: 1em; } /* Georefence task creation -------------------------- */ .photoPC { position: absolute; left: 40%; display: block; } .photoPC h2 { letter-spacing: 0.04em; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); text-align: center; color: black; font-family: sans-serif; font-weight: 500; } .georef { height: 100%; width: 100%; position: relative; } /* step 1*/ .georef .georef_step1 { height: 60%; width: 100%; position: relative; } .georef .georef_step1 img { height: 300px; width: 300px; left: 40%; top: 25%; position: absolute; } .georef .georef_step1 button { left: 20%; top: 5%; position: absolute; } .georef .georef_step1 .getpict { left: 50%; top: 5%; position: absolute; } /* step 2 */ .georef .georef_step2 { left: 10%; height: 30%; width: 80%; position: relative; } .georef .georef_step2 label { top: 10%; height: 70%; width: 95%; } .georef .georef_step2 label input { top: 10%; height: 70%; width: 100%; } /* step 3 */ .georef .georef_step3 { height: 10%; width: 100%; position: relative; } .dev-phase { height: 100%; width: 60%; left: 25%; top: 25%; position: absolute; letter-spacing: 0.04em; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif; text-align: center; font-style: normal; } .form-background { position: relative; height: 100%; width: 100%; background-image: url("/www/img/april.jpg"); background-size: cover; } .input-info { letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: left; font-style: normal; } /* List with all created points and task for each point ------------------*/ .points-cont { position: relative; height: 100%; width: 100%; } .points-cont .location-icon i { letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: center; font-style: normal; } .points-cont .location-icon { position: absolute; left: 2%; font-size: 1.1em; } .points-cont .new-task { position: absolute; right: 15%; font-size: 1.1em; } .points-cont .all-tasks { position: absolute; right: 2%; font-size: 1.1em; } .points-cont p { position: absolute; letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: center; font-style: normal; left: 25%; font-size: 1.2em; } .points-cont i { position: absolute; font-family: sans-serif; font-weight: 500; text-align: center; right: 5%; } /* List with all the created activities in two windows: EDIT and NEW ------------------- */ .activity-edit { background-color: brown; height: 90px; border-style: solid; border-width: 5px; border-color: black; } .activity-edit p { letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: center; color: white; } .activity-new { background-color: brown; height: 90px; border-style: solid; border-width: 5px; border-color: black; } .activity-new p { letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: center; color: white; } /* Page with Languages --------------------------- */ .lang-tab { height: 30%; background-color: #3F51B5; font-family: sans-serif; font-weight: 500; text-align: center; display: block; color: #fafafa; position: relative; } .lang-tab .information { position: relative; top: 20%; } .lang-tab i { font-size: 5em; } .lang-tab h1 { font-size: 2em; text-align: center; color: white; } .lang-tab p { font-family: 'Roboto', sans-serif; font-size: 1.5em; text-align: center; color: white; } .lang-country { font-family: 'Roboto', sans-serif; font-size: 1.2em; color: black; } /* Border line of game title */ .red { border: 2px solid red; } .black { border: none; } /* Border line of new Waypoint Desription */ .red { border: 2px solid red; } .black { border: none; } .feedback-icon { font-size: 8em; padding-top: 0.5em; padding-bottom: 0.5em; } /* For error notifications */ .ui-feedback { margin-left:auto; margin-right:auto; margin-top: 25%; font-size:5vw; line-height: 5vw; width:90%; display:block; background-color: #fec00f; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .ui-feedback-icon { width: 15%; display:table-cell; vertical-align: middle; font-size: 10vw; color: brown; } .ui-feedback-message { display:table-cell; } /* Make modals fullscreen for all devices, not only for small screens */ @media (min-width: 680px) { .modal { top: 0px !important; bottom: 0 !important; left: 0 !important; right: 0 !important; width: 100% !important; } .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * { margin-top: 20px; } .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) { height: 64px; } .platform-ios.platform-cordova .modal-wrapper .modal .has-header, .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader { top: 64px; } } /* Player name modal */ .playerNameInput { position: absolute; top: 30%; left: 50%; transform: translateX(-50%) translateY(-50%); } .playerNameInput h1 { color: #ffffff; display: block; text-align: center; font-size: 5vw; font-weight: 700; } .playerNameInput h1 .nameOuter{ display: block; } .playerNameInput h1 .nameInner{ color: #fec00f; } .playerNameInput .playerNameButtonContainer { display: table; margin: 0 auto; } .playerNameInput .button { display: table-cell; margin: 2vw; font-size: 3vw; } .playerNameInput input { font-size: 3vw; } .playerNameInput label { height: 4vw; }
www/css/style.css
.tabs-top > .tabs, .tabs.tabs-top { top: 0 !important; } .has-tabs-top { top: 47px !important; } .tabs-positive > .tabs { background-color: #2196F3 !important; } @font-face { font-family: sans-serif; } /* NEW HOME PAGE ---------------------------------------- */ .person-type { background-color: #80DEEA; height: 100%; position: relative; } .person-type .player { background-color: #64B5F6; height: 45%; position: relative; } .person-type .player .type-picture { height: 100%; position: relative; } .person-type .player .type-picture img { top: 35%; left: 5%; position: absolute; } .person-type .player .type-picture .info { height: 100%; left: 32%; top: 35%; position: absolute; font-family: sans-serif; font-weight: 500; text-align: center; display: block; } .person-type .player .type-picture .info h2 { color: white; font-family: sans-serif; font-weight: 900; font-size: 5vh; } .person-type .player .type-picture .info p { color: white; font-family: sans-serif; font-weight: 500; font-size: 2vh; } .person-type .player .type-picture .next { left: 5%; bottom: 5%; position: absolute; } .person-type .teacher { height: 55%; background-color: #53DF83; } .person-type .teacher .type-picture { height: 100%; position: relative; } .person-type .teacher .type-picture img { top: 25%; right: 5%; position: absolute; } .person-type .teacher .type-picture .info { height: 100%; width: 60%; left: 5%; top: 25%; position: absolute; font-family: sans-serif; font-weight: 500; text-align: center; font-style: normal; display: block; } .person-type .teacher .type-picture .info h2 { color: white; font-family: sans-serif; font-weight: 800; font-size: 5vh; } .person-type .teacher .type-picture .info p { color: white; font-family: sans-serif; font-weight: 500; font-size: 2vh; } .person-type .teacher .type-picture .next { right: 5%; bottom: 5%; position: absolute; } .game-backg { height: 180px; background-image: url("../img/navigation.jpg"); background-size: cover; display: block; position: relative; } .game-modal { background-image: url("../img/1.png"); background-size: cover; height: 100%; } .game-backg h2 { font-size: 2.5em; text-align: center; color: white; left: 5%; } .game-backg p { font-size: 1.5em; text-align: center; color: white; left: 5%; font-family: sans-serif; font-weight: 500; } .game-type { position: absolute; bottom: 10%; left: 15%; display: flex; margin: auto; } .game-type button { margin-left: 10px; } .scroll { min-height: 100%; } .scroll, .angular-leaflet-map { height: 100%; } .leaflet-bottom { bottom: 10px; } .games-cont .fab.button-fab-bottom-right { top: auto; right: 16px; bottom: 25px; left: auto; position: relative; } /* Collapsed list */ .list .item.item-accordion { line-height: 38px; padding-top: 0; padding-bottom: 0; transition: 0.09s all linear; } .list .item.item-accordion.ng-hide { line-height: 0px; } .list .item.item-accordion.ng-hide-add, .list .item.item-accordion.ng-hide-remove { display: block !important; } .createdAct { margin-bottom: 20px; } /* Tasks creation */ .tasks { position: absolute; bottom: 10%; left: 15%; display: flex; } .tasks .fab.button-fab {} .map-container { position: relative; width: 100%; height: 100%; } /* Play Game */ #map { position: absolute; width: 100%; height: 100%; } #smiley { position: absolute; right: 0%; top: 2%; opacity: 0.7; z-index: 999; outline: 0; } .bearing { position: absolute; right: 40%; top: 100%; } #button-container { top:auto; right: 1%; left: auto; bottom: 16px; position: absolute; } .map-button { display: block; position: relative; margin-bottom: 5px; } /* Created games page ------------------ */ .allg_cont{ width: 100%; height: 85%; top:20%; position: absolute; } .techm_h { text-align: center; font-family: sans-serif; font-weight: 900; font-size: 5vh; color: white; top:50%; margin-top: 50px; } .download_tiles { width: 85%; margin: auto; margin-bottom: 5px; margin-top: 10px; border-radius: 20px; background-color: #FFEB3B; } .download_button { background-color: aqua; position: absolute; height: 40%; width: 40%; } .game_desc{ width: 100%; } .game-desc span { font-size: 1.0em; } .game-desc .techm_diffc{ width: 100%; height: 100%; text-align: center; } .game-desc .techm_diffc i{ } .game-desc .play_but{ background: #53DF83; border-radius: 30px; width: 20vw; height: 5vh; color: white; box-shadow: 0 0 0 0; margin:auto; margin-top: 3%; text-align: center; color: white; font-family: sans-serif; font-weight: 900; font-size: 1.5vh; line-height: 5vh; } .game-desc .play_but .content{ display: flex; margin: auto; width: 50%; } .game-desc .play_but .content i{ margin-right: auto; font-size: 5vh; } .game-desc .play_but .content p{ margin-right: auto; font-family: sans-serif; font-weight: 700; font-size: 3vh; color: white; } .game-desc h2{ color: #3F51B5; font-family: sans-serif; font-weight: 900; font-size: 4.5vh; text-align: center; } .game-desc p{ color: #3F51B5; font-family: sans-serif; font-weight: 500; font-size: 2vh; text-align: center; } .teachm_menu{ width: 100%; display: flex; } .teachm_b { background: #64B5F6; border-radius: 25px; width: 15vw; height: 5vh; color: white; box-shadow: 0 0 0 0;; margin-right: 5px; text-align: center; color: white; font-family: sans-serif; font-weight: 900; font-size: 1.5vh; line-height: 5vh; } .back_icon{ font-size:6vh;position: fixed;top: 1.5%;left: 2%; cursor: pointer; color:white; } .newgame_icon{ font-size:5vh;position: fixed;top: 2%;right: 2%; color:white;cursor: pointer; } /*Info tab */ .info-tab { height: 40%; background-color: #3F51B5; font-family: 'Roboto', sans-serif; text-align: center; display: block; color: #fafafa; position: relative; } .info-tab .information { position: relative; top: 20%; } .info-tab i { font-size: 5em; } .info-tab h1 { font-size: 2em; text-align: center; color: white; } .info-tab p { font-size: 1.5em; text-align: center; color: white; } .info-tab h2 { font-size: 2.5em; text-align: center; color: white; } /* Georefence Game */ .georef_game { width: 100%; height: 100%; display: flex; } .georef_game .georef_instr { width: 50%; height: 100%; text-align: center; font-family: sans-serif; font-weight: 500; } .georef_game .georef_instr .content { margin: auto; width: 90%; height: 90%; text-align: center; } .georef_game .georef_instr .content h1 { position: relative; top: 5%; font-family: sans-serif; font-weight: 900; font-size: 4vh; text-align: center; color: white; margin-bottom: 5%; } .georef_game .georef_instr .content p { position: relative; top: 20%; font-family: sans-serif; font-weight: 900; font-size: 2vh; text-align: center; color: white; margin-bottom: 30px; } .georef_game .georef_instr .content .georef_icon { position: relative; top: 20%; font-size: 4.5em; color: white; } /* Modal window with explanation of the game rules */ .plan-route { height: 31%; background-color: #3F51B5; text-align: center; display: block; color: #fafafa; position: relative; background-color: #fec00f; } .plan-route .geor_result p{ font-family: sans-serif; margin-top: 25px; font-weight: 900; font-size: 3vh; text-align: center; color: white; } .plan-route .geor_result h2{ color: white; font-family: sans-serif; font-weight: 900; font-size: 5vh; } .plan-route i { font-size: 5em; } .plan-route h1 { font-family: sans-serif; font-weight: 900; font-size: 4vh; text-align: center; color: white; } .plan-route p { font-family: sans-serif; margin-top: 25px; font-weight: 900; font-size: 2.5vh; text-align: center; color: white; } /* Page where user chooses task types ---------------------------------------- */ .task-type { background-color: #80DEEA; display: block; height: 100%; } .task-type .type1 { background-color: #3F51B5; height: 50%; } .task-type .type1 .content { position: relative; top: 15%; } .task-type .type1 .content img { position: relative; top: 20%; display: block; margin: 0 auto; } .task-type .type1 .content h2 { color: white; text-align: center; margin-left: auto; margin-right: auto; font-family: sans-serif; font-weight: 500; } .task-type .type1 .content p { color: white; text-align: center; margin-left: auto; margin-right: auto; font-family: sans-serif; font-weight: 500; } .task-type .type2 { background-color: #4CAF50; height: 50%; } .task-type .type2 .content { position: relative; top: 15%; } .task-type .type2 .content img { display: block; margin: 0 auto; } .task-type .type2 .content h2 { color: white; text-align: center; margin-left: auto; margin-right: auto; font-family: sans-serif; font-weight: 500; } .task-type .type2 .content p { color: white; text-align: center; margin-left: auto; margin-right: auto; font-family: sans-serif; font-weight: 500; font-size: 6vw; line-height: 1em; } /* Georefence task creation -------------------------- */ .photoPC { position: absolute; left: 40%; display: block; } .photoPC h2 { letter-spacing: 0.04em; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); text-align: center; color: black; font-family: sans-serif; font-weight: 500; } .georef { height: 100%; width: 100%; position: relative; } /* step 1*/ .georef .georef_step1 { height: 60%; width: 100%; position: relative; } .georef .georef_step1 img { height: 300px; width: 300px; left: 40%; top: 25%; position: absolute; } .georef .georef_step1 button { left: 20%; top: 5%; position: absolute; } .georef .georef_step1 .getpict { left: 50%; top: 5%; position: absolute; } /* step 2 */ .georef .georef_step2 { left: 10%; height: 30%; width: 80%; position: relative; } .georef .georef_step2 label { top: 10%; height: 70%; width: 95%; } .georef .georef_step2 label input { top: 10%; height: 70%; width: 100%; } /* step 3 */ .georef .georef_step3 { height: 10%; width: 100%; position: relative; } .dev-phase { height: 100%; width: 60%; left: 25%; top: 25%; position: absolute; letter-spacing: 0.04em; text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25); font-family: "Lucida Grande", "Segoe UI", "Arial", sans-serif; text-align: center; font-style: normal; } .form-background { position: relative; height: 100%; width: 100%; background-image: url("/www/img/april.jpg"); background-size: cover; } .input-info { letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: left; font-style: normal; } /* List with all created points and task for each point ------------------*/ .points-cont { position: relative; height: 100%; width: 100%; } .points-cont .location-icon i { letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: center; font-style: normal; } .points-cont .location-icon { position: absolute; left: 2%; font-size: 1.1em; } .points-cont .new-task { position: absolute; right: 15%; font-size: 1.1em; } .points-cont .all-tasks { position: absolute; right: 2%; font-size: 1.1em; } .points-cont p { position: absolute; letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: center; font-style: normal; left: 25%; font-size: 1.2em; } .points-cont i { position: absolute; font-family: sans-serif; font-weight: 500; text-align: center; right: 5%; } /* List with all the created activities in two windows: EDIT and NEW ------------------- */ .activity-edit { background-color: brown; height: 90px; border-style: solid; border-width: 5px; border-color: black; } .activity-edit p { letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: center; color: white; } .activity-new { background-color: brown; height: 90px; border-style: solid; border-width: 5px; border-color: black; } .activity-new p { letter-spacing: 0.04em; font-family: sans-serif; font-weight: 500; text-align: center; color: white; } /* Page with Languages --------------------------- */ .lang-tab { height: 30%; background-color: #3F51B5; font-family: sans-serif; font-weight: 500; text-align: center; display: block; color: #fafafa; position: relative; } .lang-tab .information { position: relative; top: 20%; } .lang-tab i { font-size: 5em; } .lang-tab h1 { font-size: 2em; text-align: center; color: white; } .lang-tab p { font-family: 'Roboto', sans-serif; font-size: 1.5em; text-align: center; color: white; } .lang-country { font-family: 'Roboto', sans-serif; font-size: 1.2em; color: black; } /* Border line of game title */ .red { border: 2px solid red; } .black { border: none; } /* Border line of new Waypoint Desription */ .red { border: 2px solid red; } .black { border: none; } .feedback-icon { font-size: 8em; padding-top: 0.5em; padding-bottom: 0.5em; } /* For error notifications */ .ui-feedback { margin-left:auto; margin-right:auto; margin-top: 25%; font-size:5vw; line-height: 5vw; width:90%; display:block; background-color: #fec00f; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .ui-feedback-icon { width: 15%; display:table-cell; vertical-align: middle; font-size: 10vw; color: brown; } .ui-feedback-message { display:table-cell; } /* Make modals fullscreen for all devices, not only for small screens */ @media (min-width: 680px) { .modal { top: 0px !important; bottom: 0 !important; left: 0 !important; right: 0 !important; width: 100% !important; } .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) > * { margin-top: 20px; } .platform-ios.platform-cordova .modal-wrapper .modal .bar-header:not(.bar-subheader) { height: 64px; } .platform-ios.platform-cordova .modal-wrapper .modal .has-header, .platform-ios.platform-cordova .modal-wrapper .modal .bar-subheader { top: 64px; } } /* Player name modal */ .playerNameInput { position: absolute; top: 30%; left: 50%; transform: translateX(-50%) translateY(-50%); } .playerNameInput h1 { color: #ffffff; display: block; text-align: center; font-size: 5vw; font-weight: 700; } .playerNameInput h1 .nameOuter{ display: block; } .playerNameInput h1 .nameInner{ color: #fec00f; } .playerNameInput .playerNameButtonContainer { display: table; margin: 0 auto; } .playerNameInput .button { display: table-cell; margin: 2vw; font-size: 3vw; } .playerNameInput input { font-size: 3vw; } .playerNameInput label { height: 4vw; }
0.475605
0.068913
@media (min-width: 992px) and (max-width: 1200px) { .portfolio-caption { padding: 30px 100px 30px 30px; } .slider-content h2 { font-size: 43px; } .portfolio-full .portfolio-item { width: 33.33%; } } /*--------- TSmall devices Tablets ------------*/ @media (min-width: 768px) and (max-width: 991px) { .sm-100{width:100%} .basic-menu li { margin-left: 30px; } .portfolio-grid-4 .portfolio-item { width: 33.33%; } .portfolio-mosaic .portfolio-item { width: 50%; } .about-text { margin-bottom: 60px; margin-top: 0; } .portfolio-view-btn { margin-bottom: 30px; } .portfolio-item { width: 50%; } .portfolio-full .portfolio-item { width: 50%; } } /*------------ Extra small devices ------------*/ @media (max-width: 767px) { .basic-menu li { margin-left: 0; } .basic-menu > li > a::before { display: none; } .slide-1{background-size:cover} .portfolio-item { width: 100%; } .area-title { width: 100%; } .call-to-action { text-align: left; } .hamburger { display: none; } .hamburger-menu { display: none; } .sticky .mean-container a.meanmenu-reveal { margin-top: -46px; } .copyright { margin-bottom: 10px; text-align: center; } .footer-menu { text-align: center; } .portfolio-grid-2 .portfolio-item { width: 100%; } .portfolio-grid-4 .portfolio-item { width: 100%; } .portfolio-mosaic .portfolio-item { width: 100%; } .about-text { margin-bottom: 60px; margin-top: 0; } .counter-box { width: 100%; } .pagination > li { margin-bottom: 5px; } .comment-reply { margin-left: 0; } .portfolio-view-btn { margin-bottom: 30px; } .header-transparent .mean-container a.meanmenu-reveal { border: 1px solid #fff; } .header-transparent .mean-container a.meanmenu-reveal span { background: #fff none repeat scroll 0 0; } .slider-screen { height: 100vh; } .slide-3 { background: rgba(0, 0, 0, 0) url("img/slider/sss.jpg") repeat scroll center center / cover ; } .portfolio-full .portfolio-item { width: 100%; } .counter-box { margin-bottom: 30px; } .slider-content h2 { font-size: 35px; } .slider-content.hero-text span { display: none; } .portfolio-caption { padding: 30px 60px 30px 30px; } .right-side{margin-top:50px;} .widget-social a { margin-bottom: 4px; margin-right: 0; } .blob-post-gallery ul li { margin-bottom: 6px; width: 100%; } .header-transparent.sticky .mean-container a.meanmenu-reveal { border: 1px solid #444; } .header-transparent.sticky .mean-container a.meanmenu-reveal span { background: #444 none repeat scroll 0 0; } .author-avatar { float: none; } .authorinfo { margin-left: 0; margin-top: 18px; } .slider-content.white-bg-opacity { padding: 70px 40px; } .next-post { float: none; display: inline-block; margin-top: 9px; } .comment-content { margin: 0 0 30px 74px; padding: 12px; } } /*----------- Large Mobile -------------*/ @media only screen and (min-width: 480px) and (max-width: 767px) { .portfolio-item { width: 50%; } .portfolio-grid-2 .portfolio-item { width: 50%; } .portfolio-grid-4 .portfolio-item { width: 50%; } .portfolio-caption { padding: 30px 91px 30px 30px; } .portfolio-full .portfolio-item { width: 100%; } .next-post { float: right; display: inline-block; margin-top: 0px; } }
public/asset/akel/css/responsive.css
@media (min-width: 992px) and (max-width: 1200px) { .portfolio-caption { padding: 30px 100px 30px 30px; } .slider-content h2 { font-size: 43px; } .portfolio-full .portfolio-item { width: 33.33%; } } /*--------- TSmall devices Tablets ------------*/ @media (min-width: 768px) and (max-width: 991px) { .sm-100{width:100%} .basic-menu li { margin-left: 30px; } .portfolio-grid-4 .portfolio-item { width: 33.33%; } .portfolio-mosaic .portfolio-item { width: 50%; } .about-text { margin-bottom: 60px; margin-top: 0; } .portfolio-view-btn { margin-bottom: 30px; } .portfolio-item { width: 50%; } .portfolio-full .portfolio-item { width: 50%; } } /*------------ Extra small devices ------------*/ @media (max-width: 767px) { .basic-menu li { margin-left: 0; } .basic-menu > li > a::before { display: none; } .slide-1{background-size:cover} .portfolio-item { width: 100%; } .area-title { width: 100%; } .call-to-action { text-align: left; } .hamburger { display: none; } .hamburger-menu { display: none; } .sticky .mean-container a.meanmenu-reveal { margin-top: -46px; } .copyright { margin-bottom: 10px; text-align: center; } .footer-menu { text-align: center; } .portfolio-grid-2 .portfolio-item { width: 100%; } .portfolio-grid-4 .portfolio-item { width: 100%; } .portfolio-mosaic .portfolio-item { width: 100%; } .about-text { margin-bottom: 60px; margin-top: 0; } .counter-box { width: 100%; } .pagination > li { margin-bottom: 5px; } .comment-reply { margin-left: 0; } .portfolio-view-btn { margin-bottom: 30px; } .header-transparent .mean-container a.meanmenu-reveal { border: 1px solid #fff; } .header-transparent .mean-container a.meanmenu-reveal span { background: #fff none repeat scroll 0 0; } .slider-screen { height: 100vh; } .slide-3 { background: rgba(0, 0, 0, 0) url("img/slider/sss.jpg") repeat scroll center center / cover ; } .portfolio-full .portfolio-item { width: 100%; } .counter-box { margin-bottom: 30px; } .slider-content h2 { font-size: 35px; } .slider-content.hero-text span { display: none; } .portfolio-caption { padding: 30px 60px 30px 30px; } .right-side{margin-top:50px;} .widget-social a { margin-bottom: 4px; margin-right: 0; } .blob-post-gallery ul li { margin-bottom: 6px; width: 100%; } .header-transparent.sticky .mean-container a.meanmenu-reveal { border: 1px solid #444; } .header-transparent.sticky .mean-container a.meanmenu-reveal span { background: #444 none repeat scroll 0 0; } .author-avatar { float: none; } .authorinfo { margin-left: 0; margin-top: 18px; } .slider-content.white-bg-opacity { padding: 70px 40px; } .next-post { float: none; display: inline-block; margin-top: 9px; } .comment-content { margin: 0 0 30px 74px; padding: 12px; } } /*----------- Large Mobile -------------*/ @media only screen and (min-width: 480px) and (max-width: 767px) { .portfolio-item { width: 50%; } .portfolio-grid-2 .portfolio-item { width: 50%; } .portfolio-grid-4 .portfolio-item { width: 50%; } .portfolio-caption { padding: 30px 91px 30px 30px; } .portfolio-full .portfolio-item { width: 100%; } .next-post { float: right; display: inline-block; margin-top: 0px; } }
0.300027
0.096578
html { font-size: 14px; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #B0B0B0; margin: 1em 0; padding: 0; } /* PAGE COLORS ================================================== */ html, body { color: black; transition: background-color 0.2s ease; font-family: "Arial"; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; font-weight: 400; font-style: normal; text-align: left; height: 100%; margin: 0; padding: 0; background-color: #525252; } /* MAIN TYPE STYLES AND LINKS ================================================== */ @font-face { font-family: Oswald; src: url('Oswald-Regular.ttf'); } h1 { color: black; font: 3.2rem/1.1 'Oswald', 'Arial', sans-serif; margin: 0; } h2 { color: black; font: 1.8rem/1.1 'Oswald', 'Arial', sans-serif; margin: 0; } h3 { font: 1.4rem/1.1 'Oswald', 'Arial', sans-serif; margin: 0; } h4 { font: 1.2rem/1.1 'Oswald', 'Arial', sans-serif; margin: 0; } p { font: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size:14px; color:black; margin: 0; } a { text-decoration: none; color: teal; } a:hover { text-decoration: none; } a.anchor{ display: block; position: relative; top: -150px; visibility:hidden; } /* CONTAINERS ================================================== */ .pynodeOutputContainer { min-width: 430px; min-height: 360px; width: 100%; height: 100%; overflow: hidden; } /* PYNODE ================================================== */ body.pynode .editorButtonBar, body.pynode_output .editorButtonBar { width: 100%; height: 35px; background-color: #F0F0F0; padding-top: 5px; padding-left: 0px; } body.pynode .editorButton, body.pynode_output .editorButton { width:100px; height:23px; background-color: #ACACAC; padding-top:7px; padding-left:5px; color: white; margin-left:5px; float: left; } body.pynode .editorButtonIcon, body.pynode_output .editorButtonIcon { float: left; padding-right: 5px; margin-top:-1px; } body.pynode .buttonBarLayoutPanel, body.pynode_output .buttonBarLayoutPanel { float: right; padding-top: 2px; padding-left: 20px; width: 80px; } body.pynode .layoutButtonOn, body.pynode_output .layoutButtonOn { width: 22px; height: 22px; padding-top: 2px; padding-left: 2px; float: left; margin-right: 8px; background-color: #E0E0E0; box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.2); } body.pynode .layoutButtonOff, body.pynode_output .layoutButtonOff { width: 22px; height: 22px; padding-top: 2px; padding-left: 2px; float: left; margin-right: 8px; cursor: pointer; } body.pynode #runPlay, body.pynode_output #runPlay { display: inherit; } body.pynode #runPlayLoad, body.pynode_output #runPlayLoad { display: none; } body.pynode #runPause, body.pynode_output #runPause { display: none; } body.pynode #runResume, body.pynode_output #runResume { display: none; } body.pynode_output .outputWrapper { width: 100%; height: 100%; background-color: white; border-bottom: 10px solid #525252; box-sizing: border-box; } body.pynode_output .outputPageWrapper { width: 100%; height: 100%; background-color: #BBBBBB; } body.pynode_output #outputBox { width: 100%; height: calc(100% - 80px); background-color: white; } body.pynode_output .outputClass { width: 100%; height: 100%; display: block; } body.pynode .appSectionTitle, body.pynode_output .appSectionTitle, body.pynode_editor .appSectionTitle, body.pynode_console .appSectionTitle { color: white; background-color: #525252; padding-left: 10px; width: calc(100%-5px); height: 30px; padding-top:10px; } body.pynode .appSectionEnlarge, body.pynode_output .appSectionEnlarge { float: right; padding-right: 10px; } /* GENERAL ================================================== */ body .floatLeft { float: left; } body .floatRight { float: right; }
pynode/src/html/css/style.css
html { font-size: 14px; } hr { display: block; height: 1px; border: 0; border-top: 1px solid #B0B0B0; margin: 1em 0; padding: 0; } /* PAGE COLORS ================================================== */ html, body { color: black; transition: background-color 0.2s ease; font-family: "Arial"; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; font-weight: 400; font-style: normal; text-align: left; height: 100%; margin: 0; padding: 0; background-color: #525252; } /* MAIN TYPE STYLES AND LINKS ================================================== */ @font-face { font-family: Oswald; src: url('Oswald-Regular.ttf'); } h1 { color: black; font: 3.2rem/1.1 'Oswald', 'Arial', sans-serif; margin: 0; } h2 { color: black; font: 1.8rem/1.1 'Oswald', 'Arial', sans-serif; margin: 0; } h3 { font: 1.4rem/1.1 'Oswald', 'Arial', sans-serif; margin: 0; } h4 { font: 1.2rem/1.1 'Oswald', 'Arial', sans-serif; margin: 0; } p { font: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif; font-size:14px; color:black; margin: 0; } a { text-decoration: none; color: teal; } a:hover { text-decoration: none; } a.anchor{ display: block; position: relative; top: -150px; visibility:hidden; } /* CONTAINERS ================================================== */ .pynodeOutputContainer { min-width: 430px; min-height: 360px; width: 100%; height: 100%; overflow: hidden; } /* PYNODE ================================================== */ body.pynode .editorButtonBar, body.pynode_output .editorButtonBar { width: 100%; height: 35px; background-color: #F0F0F0; padding-top: 5px; padding-left: 0px; } body.pynode .editorButton, body.pynode_output .editorButton { width:100px; height:23px; background-color: #ACACAC; padding-top:7px; padding-left:5px; color: white; margin-left:5px; float: left; } body.pynode .editorButtonIcon, body.pynode_output .editorButtonIcon { float: left; padding-right: 5px; margin-top:-1px; } body.pynode .buttonBarLayoutPanel, body.pynode_output .buttonBarLayoutPanel { float: right; padding-top: 2px; padding-left: 20px; width: 80px; } body.pynode .layoutButtonOn, body.pynode_output .layoutButtonOn { width: 22px; height: 22px; padding-top: 2px; padding-left: 2px; float: left; margin-right: 8px; background-color: #E0E0E0; box-shadow: inset 0px 0px 6px 0px rgba(0,0,0,0.2); } body.pynode .layoutButtonOff, body.pynode_output .layoutButtonOff { width: 22px; height: 22px; padding-top: 2px; padding-left: 2px; float: left; margin-right: 8px; cursor: pointer; } body.pynode #runPlay, body.pynode_output #runPlay { display: inherit; } body.pynode #runPlayLoad, body.pynode_output #runPlayLoad { display: none; } body.pynode #runPause, body.pynode_output #runPause { display: none; } body.pynode #runResume, body.pynode_output #runResume { display: none; } body.pynode_output .outputWrapper { width: 100%; height: 100%; background-color: white; border-bottom: 10px solid #525252; box-sizing: border-box; } body.pynode_output .outputPageWrapper { width: 100%; height: 100%; background-color: #BBBBBB; } body.pynode_output #outputBox { width: 100%; height: calc(100% - 80px); background-color: white; } body.pynode_output .outputClass { width: 100%; height: 100%; display: block; } body.pynode .appSectionTitle, body.pynode_output .appSectionTitle, body.pynode_editor .appSectionTitle, body.pynode_console .appSectionTitle { color: white; background-color: #525252; padding-left: 10px; width: calc(100%-5px); height: 30px; padding-top:10px; } body.pynode .appSectionEnlarge, body.pynode_output .appSectionEnlarge { float: right; padding-right: 10px; } /* GENERAL ================================================== */ body .floatLeft { float: left; } body .floatRight { float: right; }
0.22482
0.055849
div#model-details { margin: 0 auto; white-space: nowrap; background: no-repeat center bottom; height: 846px; } div#model-image { position: relative; margin: 16px 0 0; width: 100%; height: 410px; background: no-repeat left top; } #text-seguridad { margin-left: 15px; display: inline-block; width: 480px; } #text-tecnologia { margin: 16px 0 0; width: 254px; display: inline-block; } #text-rendimiento { margin: 16px 0 0; width: 200px; display: inline-block; } .dmax-text p { color: rgb(50, 51, 52); margin-top: 0; font-family: Louis; font-style: italic; font-size: 10px; word-wrap: normal; white-space: normal; line-height: 15px; } .dmax-text p.caption { font-weight: bold; } div#model-left-container { position: relative; width: 507px; margin: 0; display: inline-block; } div#model-data { float: right; width: 464px; } div#model-data .right { float: right; } div#model-data .left { float: left; } div#model-version-dialog { font-size: 12px; } div#model-actions { display: inline-block; position: absolute; right: 0; bottom: -20px; } div#model-image input#version-change { display: block; width: 100%; } div#model-image input#value-estimate { display: block; width: 100%; } div#model-gallery { margin-top: 16px; position: relative; width: 254px; height: 164px; overflow: hidden; } ul#model-gallery-mark-list { padding: 0; margin: 0; right: 15px; bottom: 7px; position: absolute; white-space: nowrap; } ul#model-gallery-mark-list li.current { color: #f6d466; } ul#model-gallery-mark-list li { display: inline-block; color: #dca62a; } ul#model-gallery-slider { bottom: 0; width: 100%; height: 100%; position: absolute; margin: 0; padding: 0; white-space: nowrap; left: -100%; } ul#model-gallery-slider li { display: inline-block; list-style: none; width: 100%; height: 100%; } img.model-gallery-arrow { cursor: pointer; position: absolute; height: 22px; width: 22px; top: 71px; } img#model-gallery-arrow-left { left: 12px; } img#model-gallery-arrow-right { right: 12px; } img#model-gallery-right { position: absolute; }
data/test/css/29ef075299709bfb446263f7ea4bc2f36de7c043modelos_dmax.css
div#model-details { margin: 0 auto; white-space: nowrap; background: no-repeat center bottom; height: 846px; } div#model-image { position: relative; margin: 16px 0 0; width: 100%; height: 410px; background: no-repeat left top; } #text-seguridad { margin-left: 15px; display: inline-block; width: 480px; } #text-tecnologia { margin: 16px 0 0; width: 254px; display: inline-block; } #text-rendimiento { margin: 16px 0 0; width: 200px; display: inline-block; } .dmax-text p { color: rgb(50, 51, 52); margin-top: 0; font-family: Louis; font-style: italic; font-size: 10px; word-wrap: normal; white-space: normal; line-height: 15px; } .dmax-text p.caption { font-weight: bold; } div#model-left-container { position: relative; width: 507px; margin: 0; display: inline-block; } div#model-data { float: right; width: 464px; } div#model-data .right { float: right; } div#model-data .left { float: left; } div#model-version-dialog { font-size: 12px; } div#model-actions { display: inline-block; position: absolute; right: 0; bottom: -20px; } div#model-image input#version-change { display: block; width: 100%; } div#model-image input#value-estimate { display: block; width: 100%; } div#model-gallery { margin-top: 16px; position: relative; width: 254px; height: 164px; overflow: hidden; } ul#model-gallery-mark-list { padding: 0; margin: 0; right: 15px; bottom: 7px; position: absolute; white-space: nowrap; } ul#model-gallery-mark-list li.current { color: #f6d466; } ul#model-gallery-mark-list li { display: inline-block; color: #dca62a; } ul#model-gallery-slider { bottom: 0; width: 100%; height: 100%; position: absolute; margin: 0; padding: 0; white-space: nowrap; left: -100%; } ul#model-gallery-slider li { display: inline-block; list-style: none; width: 100%; height: 100%; } img.model-gallery-arrow { cursor: pointer; position: absolute; height: 22px; width: 22px; top: 71px; } img#model-gallery-arrow-left { left: 12px; } img#model-gallery-arrow-right { right: 12px; } img#model-gallery-right { position: absolute; }
0.465873
0.085824
root { user-select: none; } .btn-key { line-height: 1.2; padding: 0px; height: 5.15vw; width: 5.15vw; margin: 0.3vw; text-shadow: 0px 1px 1px black; transition: 0.2s ease-in-out; } .btn-key:hover { transform: translateY(-2px); } .keyLetter { font-size: 1.5vw; pointer-events: none; } .audioName { padding-top: 0px; text-transform: none; height: 100%; width: 100%; font-size: 0.9vw; pointer-events: none; /*white-space: pre-wrap;*/ } .played { opacity: 0.2; } #row2 { padding-left: 1.6vw; } #row3 { padding-left: 3.2vw; } .container { width: 100%; height: 100%; } .keyboard-container { width: 100%; height: calc(100vh - 88.4px); padding-left: 10px; } .section { position: absolute; display: none; margin: 0; padding: 0; padding-top: 20px; width: 75vw; height: 50%; background-color: var(--bgD); border-radius: 10px; } .soundNotLoaded { background-color: #f44336; opacity: 0.3; cursor: default; } .soundNotLoaded:hover { background-color: #c62828; } .section-header { margin-top: 0; border-radius: 10px solid black; } #playlist-songs { margin: 0; position: relative; height: 100%; } .playlist-songs-container { height: calc(100% - 93px); } .playlistBox { position: absolute; bottom: 10px; right: 10px; height: 92%; width: 22%; border-radius: 3px; padding: 10px; } #playlist-songs li { padding: 3px; margin: 3px; box-shadow: 0px 1px 0px 0px var(--oc-gray-7); transition: 0.5s; } #playlist-songs li:hover { cursor: pointer; } /* * Scroll bar styling */ .scrollbar-y { overflow-y: scroll; } .scrollbar-y::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; } .scrollbar-y::-webkit-scrollbar { width: 12px; } .scrollbar-y::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: var(--pM); } .scrollbar-x { overflow-x: scroll; } .scrollbar-x::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; } .scrollbar-x::-webkit-scrollbar { width: 12px; } .scrollbar-x::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: var(--aM); } .sortable-ghost { color: rgba(0, 0, 0, 0); border: 1px dashed white; } .sortable-drag { opacity: 0.8; } .keyboard-transitions { height: 100%; margin: 0; padding: 0; } .ds-selected { border: 2px solid #ddd; } .ds-selector { z-index: 1000; /* opacity: 0.2; */ background: #ffd70033 !important; border: 2px solid var(--oc-yellow-6) !important; border-radius: 5px; }
src/css/keyboardAndPlaylist.css
root { user-select: none; } .btn-key { line-height: 1.2; padding: 0px; height: 5.15vw; width: 5.15vw; margin: 0.3vw; text-shadow: 0px 1px 1px black; transition: 0.2s ease-in-out; } .btn-key:hover { transform: translateY(-2px); } .keyLetter { font-size: 1.5vw; pointer-events: none; } .audioName { padding-top: 0px; text-transform: none; height: 100%; width: 100%; font-size: 0.9vw; pointer-events: none; /*white-space: pre-wrap;*/ } .played { opacity: 0.2; } #row2 { padding-left: 1.6vw; } #row3 { padding-left: 3.2vw; } .container { width: 100%; height: 100%; } .keyboard-container { width: 100%; height: calc(100vh - 88.4px); padding-left: 10px; } .section { position: absolute; display: none; margin: 0; padding: 0; padding-top: 20px; width: 75vw; height: 50%; background-color: var(--bgD); border-radius: 10px; } .soundNotLoaded { background-color: #f44336; opacity: 0.3; cursor: default; } .soundNotLoaded:hover { background-color: #c62828; } .section-header { margin-top: 0; border-radius: 10px solid black; } #playlist-songs { margin: 0; position: relative; height: 100%; } .playlist-songs-container { height: calc(100% - 93px); } .playlistBox { position: absolute; bottom: 10px; right: 10px; height: 92%; width: 22%; border-radius: 3px; padding: 10px; } #playlist-songs li { padding: 3px; margin: 3px; box-shadow: 0px 1px 0px 0px var(--oc-gray-7); transition: 0.5s; } #playlist-songs li:hover { cursor: pointer; } /* * Scroll bar styling */ .scrollbar-y { overflow-y: scroll; } .scrollbar-y::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; } .scrollbar-y::-webkit-scrollbar { width: 12px; } .scrollbar-y::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: var(--pM); } .scrollbar-x { overflow-x: scroll; } .scrollbar-x::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); border-radius: 10px; } .scrollbar-x::-webkit-scrollbar { width: 12px; } .scrollbar-x::-webkit-scrollbar-thumb { border-radius: 10px; -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: var(--aM); } .sortable-ghost { color: rgba(0, 0, 0, 0); border: 1px dashed white; } .sortable-drag { opacity: 0.8; } .keyboard-transitions { height: 100%; margin: 0; padding: 0; } .ds-selected { border: 2px solid #ddd; } .ds-selector { z-index: 1000; /* opacity: 0.2; */ background: #ffd70033 !important; border: 2px solid var(--oc-yellow-6) !important; border-radius: 5px; }
0.295332
0.08819
#blocker { position:absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.5); } #gallery_environment { position: relative; } #instructions { width: 100%; height: 100%; display: -webkit-box; display: -moz-box; display: box; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; box-orient: horizontal; -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; -webkit-box-align: center; -moz-box-align: center; box-align: center; color: #ffffff; text-align: center; font-family: Arial; font-size: 14px; line-height: 24px; cursor: pointer; } .environment-select-checkbox { margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; } .photo-select-checkbox { margin: auto; width: 100%; height: 2rem; } .checkboxWarning { color: red; } .text-responsive { font-size: calc(100% + 1vw + 1vh); } /*Home Page Refactored Styles */ .clear-section { background-color: #fff; } .silver-section { background-color: #e5e5e5; } .container-fluid { /*padding: 7% 15%;*/ } .cf-padding { padding: 7% 15%; } #landing-area { padding: 2%; margin-bottom: 100px; margin-top: 50px; } .main-title { font-size: 3.0rem; line-height: 1.5; text-align: left; } .main-sub-title { font-size: 1.0rem; } .landing-image { max-width: 110%; height: auto; /* padding-left: 110px; */ margin: 2px; } .horizontal-center { padding-top: 100px; } .section_title { font-size: 3rem; text-align: center; } .feature_section_title { font-size: 3rem; padding-bottom: 10%; text-align: center; } .center { margin: auto; width: 100%; } /*New Features section */ .social-box .box { background: #FFF; border-radius: 10px; padding: 40px 10px; margin: 20px 0px; cursor: pointer; transition: all 0.5s ease-out; } .social-box .box:hover { box-shadow: 0 0 6px #4183D7; } .social-box .box .box-text { margin: 20px 0px; font-size: 15px; line-height: 30px; } .social-box .box .box-btn a { text-decoration: none; color: #4183D7; font-size: 16px; } .line-padding { padding-bottom: 4%; } /*How Does site Work section */ .box-photo { max-width: 90%; /* padding-left: 110px; */ margin: 2px; } .environment-buttons { padding-top: 4%; padding-bottom: 4%; } .creation-page-title { padding-bottom: 1%; } .anchor_center { text-align: center; }
main_project_code/TeamProject/iCollections/wwwroot/css/environment_styles.css
#blocker { position:absolute; top: 0; bottom: 0; left: 0; right: 0; background-color: rgba(0,0,0,0.5); } #gallery_environment { position: relative; } #instructions { width: 100%; height: 100%; display: -webkit-box; display: -moz-box; display: box; -webkit-box-orient: horizontal; -moz-box-orient: horizontal; box-orient: horizontal; -webkit-box-pack: center; -moz-box-pack: center; box-pack: center; -webkit-box-align: center; -moz-box-align: center; box-align: center; color: #ffffff; text-align: center; font-family: Arial; font-size: 14px; line-height: 24px; cursor: pointer; } .environment-select-checkbox { margin: 0; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 2.5rem; height: 2.5rem; } .photo-select-checkbox { margin: auto; width: 100%; height: 2rem; } .checkboxWarning { color: red; } .text-responsive { font-size: calc(100% + 1vw + 1vh); } /*Home Page Refactored Styles */ .clear-section { background-color: #fff; } .silver-section { background-color: #e5e5e5; } .container-fluid { /*padding: 7% 15%;*/ } .cf-padding { padding: 7% 15%; } #landing-area { padding: 2%; margin-bottom: 100px; margin-top: 50px; } .main-title { font-size: 3.0rem; line-height: 1.5; text-align: left; } .main-sub-title { font-size: 1.0rem; } .landing-image { max-width: 110%; height: auto; /* padding-left: 110px; */ margin: 2px; } .horizontal-center { padding-top: 100px; } .section_title { font-size: 3rem; text-align: center; } .feature_section_title { font-size: 3rem; padding-bottom: 10%; text-align: center; } .center { margin: auto; width: 100%; } /*New Features section */ .social-box .box { background: #FFF; border-radius: 10px; padding: 40px 10px; margin: 20px 0px; cursor: pointer; transition: all 0.5s ease-out; } .social-box .box:hover { box-shadow: 0 0 6px #4183D7; } .social-box .box .box-text { margin: 20px 0px; font-size: 15px; line-height: 30px; } .social-box .box .box-btn a { text-decoration: none; color: #4183D7; font-size: 16px; } .line-padding { padding-bottom: 4%; } /*How Does site Work section */ .box-photo { max-width: 90%; /* padding-left: 110px; */ margin: 2px; } .environment-buttons { padding-top: 4%; padding-bottom: 4%; } .creation-page-title { padding-bottom: 1%; } .anchor_center { text-align: center; }
0.555918
0.076477
@import url(../../../../templates/base/css/general.css); /*--- Body ---*/ div#FloatDesc { position: absolute; display: none; z-index: 10000; box-sizing: border-box; width: 180px; padding: 5px; background-color: #ffffff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9); -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9); box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9); color: #333333; } form, p { margin:0px; padding:0px; } a img { border:none; } .err { color: #FF0000; } /*--- Top Header ---*/ div.adm-header { position: relative; height: 50px; overflow: hidden; border-top: 1px solid rgba(255,255,255, 0.2); border-bottom: 1px solid rgb(92,92,92); border-bottom: 1px solid rgba(0,0,0, 0.3); background-color: rgb(128, 128, 128); background-color: rgba(0, 0, 0, 0.5); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); } div.adm-header-content { width: 1140px; margin: 0px auto; } div.adm-header-title { position: relative; float: left; line-height: 50px; } img.adm-header-logo { top: 0px; left: 0px; width: 90px; height: 90px; position:absolute; } div.adm-header-text { position: relative; float: left; text-transform: uppercase; color: #fff; text-shadow: 0px 1px 1px #333; } div.adm-header-text > span { font-weight:normal; } div.adm-header-update { position: relative; float: left; } div.adm-header-update a { color: #f7944a; } /*--- Top Menu ---*/ div.adm-top-menu { position: relative; float: right; } div.adm-tm-item { position: relative; float: left; width: 50px; height: 50px; background-color:transparent; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; } div.adm-tm-item-active { background-color:rgb(192, 192, 192); background-color:rgba(192, 192, 192, 0.3); background-position: 0px 0px; background-repeat: repeat-x; } div.adm-tm-item a { width: 50px; height: 50px; margin: 0px; padding: 0px; display: block; text-decoration: none; color: #333333; } div.adm-tm-item-icon { width: 32px; height: 32px; padding: 9px; line-height: 32px; text-align:center; } div.adm-tm-item-icon img { width: 32px; height: 32px; } div.adm-tm-item-icon .sys-icon { display: block; font-size: 24px; color: #eee; text-shadow: 0px 1px 1px #000; -webkit-transition: color 0.2s linear; -moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; transition: color 0.2s linear; } div.adm-tm-item-active .sys-icon { color: #fff; } /*--- Middle Part ---*/ div.adm-middle { padding: 30px 0px; } div.adm-middle-center { width: 1140px; margin: 0px auto; } div.adm-middle-cnt {} table.adm-middle { width: 100%; border: 0px; } td.adm-middle-menu { width: 200px; padding: 0px; margin: 0px; border: 0px; vertical-align: top; } td.adm-middle-main { padding: 0px; margin: 0px; background-repeat: no-repeat; background-position: 470px 0px; vertical-align: top; } div.adm-page-header { margin: 0px 0px 0px 34px; text-align: center; font-weight: bold; font-size: 30px; } div.adm-page-content { margin: 0px 0px 0px 34px; } /*--- Main Menu ---*/ div.adm-main-menu { width: 200px; } div.adm-menu-wrapper { position: relative; width: 200px; margin-top: 1px; overflow: hidden; } .adm-menu-wrapper div.adm-mm-license { height: auto; } .adm-menu-wrapper div.adm-mm-license .adm-menu-image { position: relative; display: block; width: 200px; height: 100px; padding: 10px 20px; box-sizing: border-box; } div.adm-menu-header, div.adm-menu-header-active, div.menu_categ_hover_header { position: relative; z-index: 5; height: 50px; line-height: 50px; cursor: pointer; background-color: rgba(245, 248, 252, 1.0); -webkit-transition: background-color 0.1s linear; -moz-transition: background-color 0.1s linear; -o-transition: background-color 0.1s linear; transition: background-color 0.1s linear; font-size: 16px; } div.adm-mmh-hover { background-color: rgba(245, 248, 252, 0.7); } div.adm-mmh-active {} div.adm-mmh-opened {} div.adm-menu-header .adm-menu-title { display: inline-block; vertical-align: top; padding-left: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } div.adm-menu-header a, div.adm-menu-header a:link, div.adm-menu-header a:hover, div.adm-menu-header a:active, div.adm-menu-header a:visited { text-decoration: none; color: #333333; } div.adm-menu-header .adm-menu-icon { position: relative; display: inline-block; vertical-align: middle; width: 24px; height: 24px; color: #333333; } div.adm-menu-header .adm-menu-icon.sys-icon { height: 28px; line-height: normal; font-size: 24px; } div.adm-menu-header .adm-menu-arrow.sys-icon { position: absolute; z-index: 5; top: 17px; right: 11px; width: 17px; height: 17px; line-height: normal; color: #333333; cursor: pointer; } div.adm-menu-items-wrapper { position: relative; display: none; background-color: #f5f8fc; } div.adm-mmi-opened { display: block; } div.adm-menu-item-wrapper { height: 26px; overflow: hidden; line-height: 26px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; } div.adm-menu-item-wrapper .adm-menu-item-title { vertical-align: middle; padding-left: 5px; color: #333333; } div.adm-menu-item-wrapper a, div.adm-menu-item-wrapper a:link, div.adm-menu-item-wrapper a:hover, div.adm-menu-item-wrapper a:active, div.adm-menu-item-wrapper a:visited { text-decoration: none; color: #333333; } div.adm-menu-item-wrapper a:hover, div.adm-menu-item-wrapper a:active { text-decoration: underline; } div.adm-menu-item-wrapper .sys-icon, img.adm-menu-item-icon { position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 20px; text-align: left; } div.adm-menu-item-wrapper .sys-icon { line-height: normal; font-size: 18px; color: #333333; } div.adm-menu-item-wrapper.adm-mmi-active .sys-icon { color: #333333; } /*--- Copyright ---*/ div.adm-copyright, div.adm-copyright a { color: #ffffff; } /*--- BoonEx Promo block ---*/ .adm-boonex-promo { width: 250px; } .adm-boonex-promo-cont { background-image:url(../images/adm_bg_yellow.png); } .adm-boonex-promo-cont a { display:block; font-weight:bold; } .sys-adm-active-0 { color: #333; } .sys-adm-ok, .sys-adm-enabled { color: #0b0; } .sys-adm-failed, .sys-adm-disabled { color: #d00; } .code { width: 550px; margin: 10px; padding: 10px; border: 1px solid #0b0; color: #0b0; overflow:scroll; }
administration/templates/base/css/general.css
@import url(../../../../templates/base/css/general.css); /*--- Body ---*/ div#FloatDesc { position: absolute; display: none; z-index: 10000; box-sizing: border-box; width: 180px; padding: 5px; background-color: #ffffff; border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9); -moz-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9); box-shadow: 0 0px 1px rgba(0, 0, 0, 0.9); color: #333333; } form, p { margin:0px; padding:0px; } a img { border:none; } .err { color: #FF0000; } /*--- Top Header ---*/ div.adm-header { position: relative; height: 50px; overflow: hidden; border-top: 1px solid rgba(255,255,255, 0.2); border-bottom: 1px solid rgb(92,92,92); border-bottom: 1px solid rgba(0,0,0, 0.3); background-color: rgb(128, 128, 128); background-color: rgba(0, 0, 0, 0.5); background-repeat: repeat-x; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); } div.adm-header-content { width: 1140px; margin: 0px auto; } div.adm-header-title { position: relative; float: left; line-height: 50px; } img.adm-header-logo { top: 0px; left: 0px; width: 90px; height: 90px; position:absolute; } div.adm-header-text { position: relative; float: left; text-transform: uppercase; color: #fff; text-shadow: 0px 1px 1px #333; } div.adm-header-text > span { font-weight:normal; } div.adm-header-update { position: relative; float: left; } div.adm-header-update a { color: #f7944a; } /*--- Top Menu ---*/ div.adm-top-menu { position: relative; float: right; } div.adm-tm-item { position: relative; float: left; width: 50px; height: 50px; background-color:transparent; -webkit-transition: background-color 0.2s linear; -moz-transition: background-color 0.2s linear; -o-transition: background-color 0.2s linear; transition: background-color 0.2s linear; } div.adm-tm-item-active { background-color:rgb(192, 192, 192); background-color:rgba(192, 192, 192, 0.3); background-position: 0px 0px; background-repeat: repeat-x; } div.adm-tm-item a { width: 50px; height: 50px; margin: 0px; padding: 0px; display: block; text-decoration: none; color: #333333; } div.adm-tm-item-icon { width: 32px; height: 32px; padding: 9px; line-height: 32px; text-align:center; } div.adm-tm-item-icon img { width: 32px; height: 32px; } div.adm-tm-item-icon .sys-icon { display: block; font-size: 24px; color: #eee; text-shadow: 0px 1px 1px #000; -webkit-transition: color 0.2s linear; -moz-transition: color 0.2s linear; -o-transition: color 0.2s linear; transition: color 0.2s linear; } div.adm-tm-item-active .sys-icon { color: #fff; } /*--- Middle Part ---*/ div.adm-middle { padding: 30px 0px; } div.adm-middle-center { width: 1140px; margin: 0px auto; } div.adm-middle-cnt {} table.adm-middle { width: 100%; border: 0px; } td.adm-middle-menu { width: 200px; padding: 0px; margin: 0px; border: 0px; vertical-align: top; } td.adm-middle-main { padding: 0px; margin: 0px; background-repeat: no-repeat; background-position: 470px 0px; vertical-align: top; } div.adm-page-header { margin: 0px 0px 0px 34px; text-align: center; font-weight: bold; font-size: 30px; } div.adm-page-content { margin: 0px 0px 0px 34px; } /*--- Main Menu ---*/ div.adm-main-menu { width: 200px; } div.adm-menu-wrapper { position: relative; width: 200px; margin-top: 1px; overflow: hidden; } .adm-menu-wrapper div.adm-mm-license { height: auto; } .adm-menu-wrapper div.adm-mm-license .adm-menu-image { position: relative; display: block; width: 200px; height: 100px; padding: 10px 20px; box-sizing: border-box; } div.adm-menu-header, div.adm-menu-header-active, div.menu_categ_hover_header { position: relative; z-index: 5; height: 50px; line-height: 50px; cursor: pointer; background-color: rgba(245, 248, 252, 1.0); -webkit-transition: background-color 0.1s linear; -moz-transition: background-color 0.1s linear; -o-transition: background-color 0.1s linear; transition: background-color 0.1s linear; font-size: 16px; } div.adm-mmh-hover { background-color: rgba(245, 248, 252, 0.7); } div.adm-mmh-active {} div.adm-mmh-opened {} div.adm-menu-header .adm-menu-title { display: inline-block; vertical-align: top; padding-left: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; } div.adm-menu-header a, div.adm-menu-header a:link, div.adm-menu-header a:hover, div.adm-menu-header a:active, div.adm-menu-header a:visited { text-decoration: none; color: #333333; } div.adm-menu-header .adm-menu-icon { position: relative; display: inline-block; vertical-align: middle; width: 24px; height: 24px; color: #333333; } div.adm-menu-header .adm-menu-icon.sys-icon { height: 28px; line-height: normal; font-size: 24px; } div.adm-menu-header .adm-menu-arrow.sys-icon { position: absolute; z-index: 5; top: 17px; right: 11px; width: 17px; height: 17px; line-height: normal; color: #333333; cursor: pointer; } div.adm-menu-items-wrapper { position: relative; display: none; background-color: #f5f8fc; } div.adm-mmi-opened { display: block; } div.adm-menu-item-wrapper { height: 26px; overflow: hidden; line-height: 26px; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; } div.adm-menu-item-wrapper .adm-menu-item-title { vertical-align: middle; padding-left: 5px; color: #333333; } div.adm-menu-item-wrapper a, div.adm-menu-item-wrapper a:link, div.adm-menu-item-wrapper a:hover, div.adm-menu-item-wrapper a:active, div.adm-menu-item-wrapper a:visited { text-decoration: none; color: #333333; } div.adm-menu-item-wrapper a:hover, div.adm-menu-item-wrapper a:active { text-decoration: underline; } div.adm-menu-item-wrapper .sys-icon, img.adm-menu-item-icon { position: relative; display: inline-block; vertical-align: middle; width: 20px; height: 20px; text-align: left; } div.adm-menu-item-wrapper .sys-icon { line-height: normal; font-size: 18px; color: #333333; } div.adm-menu-item-wrapper.adm-mmi-active .sys-icon { color: #333333; } /*--- Copyright ---*/ div.adm-copyright, div.adm-copyright a { color: #ffffff; } /*--- BoonEx Promo block ---*/ .adm-boonex-promo { width: 250px; } .adm-boonex-promo-cont { background-image:url(../images/adm_bg_yellow.png); } .adm-boonex-promo-cont a { display:block; font-weight:bold; } .sys-adm-active-0 { color: #333; } .sys-adm-ok, .sys-adm-enabled { color: #0b0; } .sys-adm-failed, .sys-adm-disabled { color: #d00; } .code { width: 550px; margin: 10px; padding: 10px; border: 1px solid #0b0; color: #0b0; overflow:scroll; }
0.306112
0.068881
input:focus, textarea:focus, select:focus, button:focus{ outline: none !important; } img{ object-fit: cover; object-position: center; width: 100%; } body{ background: #fffef7; font-family: 'Questrial', sans-serif; } p{ font-size: 1.1em; } .fancy-heading{ font-weight: 900; font-family: 'Tangerine', cursive; } .seperator{ margin-top: 10px; border: 1px solid #ffbf00; width: 15%; height: 3px; background: #ffbf00; margin: auto; } /*.bg-primary .navbar-nav .active>.nav-link { border-bottom: 3px solid #18BC9D !important; border-radius: 9px; color: #fff!important; }*/ pre{ font-family: inherit!important; font-size: inherit!important; } .btn-primary { -webkit-transition: 0.25s; transition: 0.25s; -webkit-transition: 0.25s; transition: 0.25s; color: #e00015; background-image: linear-gradient(150deg, #fff, #fff); border: 0px solid; border-radius:0px; font: inherit; line-height: 1; margin: 0.5em; padding: 1em 2em; } .btn-primary:hover, .btn-primary:focus { color: #fff9f6; background-image: linear-gradient(150deg, #e00015, #ff186d); } .satisfy-font{ font-family: 'Satisfy', cursive; } .gotu-font{ font-family: 'Gotu', sans-serif; } .color-505050{ color:#ffffff; } .background-efefef{ background:#28a09c; } .res-border-right-dark{ border-right: 1px solid; } @media only screen and (max-width: 768px) { .res-border-right-dark{ border-right: 0px solid; border-bottom: 1px solid; margin-right: 10%; margin-left: 10%; } } .today-japa{ /*color: #8ACA2B;*/ color: #5d5d5d; font-weight: 800; } /*********Floating Message************/ .toast{ position: fixed!important; bottom: 10px!important; left: 10px!important; border: 0px!important; border-radius: 0px!important; z-index: 9999!important; } .toast-header{ padding: 20px; color: #fff!important; } .toast-header .text-danger{ color: #fff!important; } /*********Floating Message End************/ .dropdown-menu{ top: 90%; min-width:100% !important; } .dropdown:hover .dropdown-menu{ display: block; } .GMT-time{ text-align: right; position: absolute; right: 60px; z-index: 2; top: 130px; color: #fff; font-weight: 500; } .youtube-player .videoThumnail{ cursor: default; position: relative; } .youtube-player .videoDescription{ text-align: left; } .youtube-player .videoDescription .description{ font-size: 13px; color: #888888; } .youtube-player .play{ position: absolute; color: #ffffff; top: 35%; font-size: 50px; left: 44%; transition: 0.3s; } .videoThumnail:hover .play{ color: #8aca2b; } .videoThumnail:hover{ cursor: pointer; } .page-footer ul{ list-style: none; padding: 0px; } .page-footer { box-shadow: inset 9px -175px 200px -125px #ffbf0094; } .page-footer a{ transition: 0.3s; color: #bf4858; } .page-footer a:hover{ color: #b70657; } .bg-off-purple{ transition: 0.3s; background: #bf4858; color: #fff; } .bg-off-purple:hover{ color: #fff; background: #b70657; } .page-link{ background: #bf4858!important; } .page-item.disabled .page-link{ background: #bf4858!important; } .page-item.active .page-link{ background: #b70657!important; } .page-footer .social-icons{ text-align: center; display: inline-flex; font-size: 25px; } .page-footer .social-icons li{ margin: 0px 10px; } .reward-star{ color: #f90; } .display-challenge-block{ box-shadow: 1px 1px 20px #e0e0e0; } .japa-counter button{ margin: auto; height: 50px; padding: 10px; margin-bottom: 10px; border-radius: 10px; } table{ margin: auto; width: 100%; } .header-video{ min-height:25rem; width:100%; overflow:hidden; background-image:url(../img/video-background.jpg); background-position: center; background-size: cover; height:80vh; /*height: 700px;*/ position: relative; padding: 0px; margin: 0px auto; } .authentication-container-height{ height: 800px !important; } .header-video iframe, .header-video .header-image img{position:absolute; top:50%;left:50%; min-width:100%; min-height:200%;width:auto; height:auto;z-index:0; -ms-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); } .bg-primary { top: 25px; position: absolute; z-index: 5; width: 70%; right: 60px; margin: auto; background: #ffffffad!important; /* border-radius: 10px; */ /* box-shadow: 1px 1px 1px #ababab; border: 1px solid #efefef;*/ } .bg-primary .navbar-nav .active>.nav-link { background-image: linear-gradient(150deg, #e00015, #ff186d); color: #fff9f6 !important; } .navbar-dark .navbar-nav .nav-link { -webkit-transition: 0.25s; transition: 0.25s; -webkit-transition: 0.25s; transition: 0.25s; color: #e00015; background-image: linear-gradient(150deg, #fff, #fff); border: 0px solid; /*border-radius:50px 12px;*/ font: inherit; line-height: 1; margin: 0.5em 0.3em; padding: 0.7em 1em; } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff9f6; background-image: linear-gradient(150deg, #e00015, #ff186d); } nav .form-inline .btn{ color: #ff6565; background: #fff; margin: 0.5em; /* border-radius: 50px 12px;*/ width: 100%; font-size: 1.1; } .logo-container{ width: 200px; top:10px; left: 60px; z-index: 10; position: absolute; } .logo-container img{ width: 100%; } .bg-primary-white{ background: #ffffffad!important; } .counter-container{ text-align: center; position: absolute; width: 80%; left: 10%; right: 10%; margin: auto; top: 35%; } .authentication-container{ top: 26%!important; } .counter-container h1{ display: none; color: #e9dece; } .counter-container h4{ display: none; color: #e9dece } .counter-container .counter-data{ } .video-header-button{ position: absolute; bottom: -70px; left: 0; right: 0; margin: auto; z-index: 10; } .video-image{ display: none; } .video-header-button { bottom: -250px; } @media screen and (max-width: 991px){ .counter-container h1{ display: block; } .counter-container h4{ display: block; } .video-image{ display: block; } .video-image img{ height:750px; } .video-header-button { bottom: 0px; } .bg-primary { top: 10px; position: absolute; z-index: 5; padding: 5px 0px; width: auto; right: 10px; margin: auto; background: #ffffff00!important; } .GMT-time{ z-index: 1; top: 60px; right: 10px; } .navbar-collapse{ margin: 0px; border-radius: 7px; margin-top: 10px; background: rgb(225, 226, 225); } nav .form-inline .btn { color: #ff6565; text-align: left; background: #fff; margin: 5px 0.5em; border-radius: 50px 12px; width: 100%; line-height: 1; padding: 1em 2em; } .logo-container{ width: 22%; left: 10px; } } .video-volume{ bottom: 5%; z-index: 99999; position: absolute; right: 60px; font-size: 25px; color: #fff; } .video-volume i{ cursor: pointer; } .video-pause{ bottom: 5%; z-index: 99999; position: absolute; right: 120px; font-size: 25px; color: #fff; } .video-pause i{ cursor: pointer; } .text-info{ color:#f1bb17 !important; } .text-primary { color: #e50424 !important; } @media screen and (max-width: 991px){ .video-header-button { bottom: -70px; } } @media screen and (max-width:767px){ #video-placeholder{display:none} .hide-on-dekstop{display:block} .video-volume{display:none} .header-video{min-height: 35rem;} } .counter-container h1 { font-size: 2.5em; } .overlay-video{ position:absolute; top:0; left:0; height:100%; width:100%; overflow:hidden; background-color:#fff; opacity:0; z-index:1; } @media screen and (max-width: 665px){ .counter-container h1{ font-size: 2em; } .counter-container h4{ font-size: 20px; } } @media screen and (max-width:544px){ .video-header-button { bottom: -120px; } .logo-container{ width: 30%; } } @media screen and (max-width:504px){ .counter-container{ top: 30%; } } @media screen and (max-width: 432px){ .counter-container h1 { font-size: 1.8em; } } @media screen and (max-width: 389px){ .header-video { min-height: 40rem; } } .display-counter-container h1{ display: block; } .display-counter-container{ top: 50%; } .section-heading{ } .counter-container-parent{ background-size: cover; background-repeat: no-repeat; background-position: center; background-image:url(../img/counter-background1.jpg); } .japa-data{ /* background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-image:url(../img/parallax4.jpg);*/ } .japayagna-section{ background-position: top; background-repeat: no-repeat; background-size: cover; background-origin: all; background-image: url('../img/riverbank1.jpg'); } .japayagna-section .japayagna-content{ font-size: 15px; background: #ffffff80; padding: 40px; } .japayagna-section .japayagna-content ul{ list-style-image: url('https://img.icons8.com/officexs/16/000000/spa-flower.png'); } .chant-reason{ height: 200px; position: relative; } .chant-reason-block{ margin: 10px; right: 0; left: 0; position: absolute; } .chant-reason-block h5{ position: absolute; right: 0; left: 0; background: #dc495d; color: #fff; margin: 0px; padding: 10px; bottom: 0px; } .chant-reason-block h5:after{ content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: -moz-linear-gradient(bottom,rgba(0,0,0,.65) 0,transparent 100%); background: -webkit-linear-gradient(bottom,rgba(0,0,0,.65) 0,transparent 100%); background: linear-gradient(to top,rgba(183, 45, 45, 0.65) 0,transparent 45%); } .chant-reason-block:before{ content: ''; z-index: 5; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,.3); opacity: 0; -webkit-transition: opacity .6s; -moz-transition: opacity .6s; transition: opacity .6s; } .rose-btn-border{ border:2px solid #ff4040!important; } @media screen and (max-width: 991px){ .chant-reason { height: 250px; } } @media screen and (max-width: 767px){ .chant-reason { height: 380px; } } @media screen and (max-width: 525px){ .chant-reason { height: 360px; } } @media screen and (max-width: 460px){ .chant-reason { height: 290px; } } @media screen and (max-width: 375px){ .chant-reason { height: 240px; } } @media screen and (max-width: 320px){ .chant-reason { height: 210px; } } .online-offering{ background-image: url('../img/ouroffering.jpg'); background-attachment: fixed; background-position: center; background-size: cover; } .online-offering-col{ background:#fff; } .online-offering-col p{ color: #2d2d2d; } .rose-btn-primary{ background-image: linear-gradient(150deg, #e00015, #ff186d); color:#fff; } .rose-bnt-danger{ background-image: linear-gradient(150deg, #000000, #ff186d); color: #fff; } .border-2{ border: 2px solid #888888; } .dark-span-text{ color: #e50424; font-weight: 800; } table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{ bottom: 0.2em!important; } .profile-navbar{ box-shadow: 0 0 8px 0 #a5a5a5 } .profile-navbar .active .nav-link{ border-bottom: 2px solid #ffc000; } .profile-navbar .active .nav-link,.profile-navbar .navbar-light .navbar-brand{ color: #e2021c !important; } .my_article .rounded{ border-radius: 0.50rem !important; } .my_article button{ background: #ce2e2e!important; color: #fff !important; border: 1px solid #fff4f4 !important; } .article_content article{ overflow: hidden; } .modal .btn-primary{ background: #e00015; color: #fff; border-radius: 30px; padding: 10px 20px; } .write-article-modal-form input[type=text], .write-article-modal-form textarea{ border: 0px; border-bottom: 2px solid #a9a5a5; border-radius: 0px; } .my_article a{ text-decoration: none; color: #3e3e3e; } .my_article a:focus , .my_article a:hover{ color: #3e3e3e!important; } .my_article .user_info .user_image img{ width: 55px; height: 55px; border-radius: 50px; } .article_icons{ color: #696969; } .article_icons span:hover{ color: #ce2e2e; } .article_icons span{ margin-right: 15px; } .article_icons a{ } .my_article .article_image{ max-height: 460px; text-align: center; } .my_article .article_image img{ max-height: inherit; max-width: 100%; width: inherit; } .image-attachment-icon{ font-size: 23px; color: #444343; border-radius: 50%; background: #dcdcdc; padding: 8px; cursor: pointer; } .write-article-modal .modal-footer{ justify-content: space-between!important; } .top_strip{ background-image: url('../img/pattern-chakras-white.png'); background: #ffc83e; } .article_action{ right: 15px; cursor: pointer; } .article_action:hover .article_action_list{ height:50px; } .article_action_list{ padding: 0px; margin: 0px; position: absolute; right: 0px; width: auto; box-shadow: 0px 0px 0px 1px inset #ccc; text-align: right; list-style: none; font-size: 12px; font-weight: 600; background: #fff; border-radius: 5px; overflow: hidden; height: 0px; transition: 0.3s ease; } .article_action_list li{ padding: 4px 10px; } .article_action_list li:hover{ background: #ccc; cursor: pointer; } .article_read_mode a{ background: #ce2e2e; color: #fff !important; } .article_read_mode a:hover{ color: #fff !important; } .article_read_less a{ background: #ffbf00; color: #fff !important; } .article_read_less a:hover{ color: #fff !important; } .profile-setting-nav{ border: 1px solid #ececec; } .bold-upper-border{ border-top: 4px solid #ffbf00; } .profile-image-banner{ background-image: url(../img/video-background.jpg); background-repeat: no-repeat; height: 100px; background-size: cover; background-position: center; position: relative; } .circle-image{ position: absolute; border-radius: 50%; width: 100px; height: 100px; border: 2px solid #fff; overflow: hidden; bottom: -35px; right: 0; left: 0; margin-left: auto; margin-right: auto; } .circle-image span{ line-height: 100px; left: 0; background: #ffffffd6; position: absolute; right: 0; height: 100%; top: 0; color: #000000; font-size: 25px; text-align: center; cursor: pointer; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.1s linear } .circle-image:hover span{ visibility: visible; opacity: 1; } .circle-image img{ height: 100px!important; width: 100px!important; } .profile_sidemenu strong{ color: #4e4e4e; font-size: 14px; padding: 10px; } .profile_sidemenu ul{ margin-top: 10px; font-weight: 800; padding: 0px; list-style: none; font-size: 13px; } .profile_sidemenu li{ color: #8e8e8e; cursor: pointer; padding: 2px 10px; } .profile_sidemenu a{ text-decoration: none; } .profile_sidemenu ul li:hover{ background: #e6e6e6; color: #636363; } .bold-primary{ font-weight: 800; color: #4e4e4e; } .bold-secondary{ font-weight: 800; color: #636363; } .sticky-thread a h5:hover{ text-decoration: underline !important; } .btn-round{ background: #e00015; color: #fff; border-radius: 30px; padding: 10px 20px; } .thread_reply_div{ background: #f2f2f2; }
assets/css/custom-css.css
input:focus, textarea:focus, select:focus, button:focus{ outline: none !important; } img{ object-fit: cover; object-position: center; width: 100%; } body{ background: #fffef7; font-family: 'Questrial', sans-serif; } p{ font-size: 1.1em; } .fancy-heading{ font-weight: 900; font-family: 'Tangerine', cursive; } .seperator{ margin-top: 10px; border: 1px solid #ffbf00; width: 15%; height: 3px; background: #ffbf00; margin: auto; } /*.bg-primary .navbar-nav .active>.nav-link { border-bottom: 3px solid #18BC9D !important; border-radius: 9px; color: #fff!important; }*/ pre{ font-family: inherit!important; font-size: inherit!important; } .btn-primary { -webkit-transition: 0.25s; transition: 0.25s; -webkit-transition: 0.25s; transition: 0.25s; color: #e00015; background-image: linear-gradient(150deg, #fff, #fff); border: 0px solid; border-radius:0px; font: inherit; line-height: 1; margin: 0.5em; padding: 1em 2em; } .btn-primary:hover, .btn-primary:focus { color: #fff9f6; background-image: linear-gradient(150deg, #e00015, #ff186d); } .satisfy-font{ font-family: 'Satisfy', cursive; } .gotu-font{ font-family: 'Gotu', sans-serif; } .color-505050{ color:#ffffff; } .background-efefef{ background:#28a09c; } .res-border-right-dark{ border-right: 1px solid; } @media only screen and (max-width: 768px) { .res-border-right-dark{ border-right: 0px solid; border-bottom: 1px solid; margin-right: 10%; margin-left: 10%; } } .today-japa{ /*color: #8ACA2B;*/ color: #5d5d5d; font-weight: 800; } /*********Floating Message************/ .toast{ position: fixed!important; bottom: 10px!important; left: 10px!important; border: 0px!important; border-radius: 0px!important; z-index: 9999!important; } .toast-header{ padding: 20px; color: #fff!important; } .toast-header .text-danger{ color: #fff!important; } /*********Floating Message End************/ .dropdown-menu{ top: 90%; min-width:100% !important; } .dropdown:hover .dropdown-menu{ display: block; } .GMT-time{ text-align: right; position: absolute; right: 60px; z-index: 2; top: 130px; color: #fff; font-weight: 500; } .youtube-player .videoThumnail{ cursor: default; position: relative; } .youtube-player .videoDescription{ text-align: left; } .youtube-player .videoDescription .description{ font-size: 13px; color: #888888; } .youtube-player .play{ position: absolute; color: #ffffff; top: 35%; font-size: 50px; left: 44%; transition: 0.3s; } .videoThumnail:hover .play{ color: #8aca2b; } .videoThumnail:hover{ cursor: pointer; } .page-footer ul{ list-style: none; padding: 0px; } .page-footer { box-shadow: inset 9px -175px 200px -125px #ffbf0094; } .page-footer a{ transition: 0.3s; color: #bf4858; } .page-footer a:hover{ color: #b70657; } .bg-off-purple{ transition: 0.3s; background: #bf4858; color: #fff; } .bg-off-purple:hover{ color: #fff; background: #b70657; } .page-link{ background: #bf4858!important; } .page-item.disabled .page-link{ background: #bf4858!important; } .page-item.active .page-link{ background: #b70657!important; } .page-footer .social-icons{ text-align: center; display: inline-flex; font-size: 25px; } .page-footer .social-icons li{ margin: 0px 10px; } .reward-star{ color: #f90; } .display-challenge-block{ box-shadow: 1px 1px 20px #e0e0e0; } .japa-counter button{ margin: auto; height: 50px; padding: 10px; margin-bottom: 10px; border-radius: 10px; } table{ margin: auto; width: 100%; } .header-video{ min-height:25rem; width:100%; overflow:hidden; background-image:url(../img/video-background.jpg); background-position: center; background-size: cover; height:80vh; /*height: 700px;*/ position: relative; padding: 0px; margin: 0px auto; } .authentication-container-height{ height: 800px !important; } .header-video iframe, .header-video .header-image img{position:absolute; top:50%;left:50%; min-width:100%; min-height:200%;width:auto; height:auto;z-index:0; -ms-transform:translateX(-50%) translateY(-50%); -moz-transform:translateX(-50%) translateY(-50%); -webkit-transform:translateX(-50%) translateY(-50%); transform:translateX(-50%) translateY(-50%); } .bg-primary { top: 25px; position: absolute; z-index: 5; width: 70%; right: 60px; margin: auto; background: #ffffffad!important; /* border-radius: 10px; */ /* box-shadow: 1px 1px 1px #ababab; border: 1px solid #efefef;*/ } .bg-primary .navbar-nav .active>.nav-link { background-image: linear-gradient(150deg, #e00015, #ff186d); color: #fff9f6 !important; } .navbar-dark .navbar-nav .nav-link { -webkit-transition: 0.25s; transition: 0.25s; -webkit-transition: 0.25s; transition: 0.25s; color: #e00015; background-image: linear-gradient(150deg, #fff, #fff); border: 0px solid; /*border-radius:50px 12px;*/ font: inherit; line-height: 1; margin: 0.5em 0.3em; padding: 0.7em 1em; } .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus { color: #fff9f6; background-image: linear-gradient(150deg, #e00015, #ff186d); } nav .form-inline .btn{ color: #ff6565; background: #fff; margin: 0.5em; /* border-radius: 50px 12px;*/ width: 100%; font-size: 1.1; } .logo-container{ width: 200px; top:10px; left: 60px; z-index: 10; position: absolute; } .logo-container img{ width: 100%; } .bg-primary-white{ background: #ffffffad!important; } .counter-container{ text-align: center; position: absolute; width: 80%; left: 10%; right: 10%; margin: auto; top: 35%; } .authentication-container{ top: 26%!important; } .counter-container h1{ display: none; color: #e9dece; } .counter-container h4{ display: none; color: #e9dece } .counter-container .counter-data{ } .video-header-button{ position: absolute; bottom: -70px; left: 0; right: 0; margin: auto; z-index: 10; } .video-image{ display: none; } .video-header-button { bottom: -250px; } @media screen and (max-width: 991px){ .counter-container h1{ display: block; } .counter-container h4{ display: block; } .video-image{ display: block; } .video-image img{ height:750px; } .video-header-button { bottom: 0px; } .bg-primary { top: 10px; position: absolute; z-index: 5; padding: 5px 0px; width: auto; right: 10px; margin: auto; background: #ffffff00!important; } .GMT-time{ z-index: 1; top: 60px; right: 10px; } .navbar-collapse{ margin: 0px; border-radius: 7px; margin-top: 10px; background: rgb(225, 226, 225); } nav .form-inline .btn { color: #ff6565; text-align: left; background: #fff; margin: 5px 0.5em; border-radius: 50px 12px; width: 100%; line-height: 1; padding: 1em 2em; } .logo-container{ width: 22%; left: 10px; } } .video-volume{ bottom: 5%; z-index: 99999; position: absolute; right: 60px; font-size: 25px; color: #fff; } .video-volume i{ cursor: pointer; } .video-pause{ bottom: 5%; z-index: 99999; position: absolute; right: 120px; font-size: 25px; color: #fff; } .video-pause i{ cursor: pointer; } .text-info{ color:#f1bb17 !important; } .text-primary { color: #e50424 !important; } @media screen and (max-width: 991px){ .video-header-button { bottom: -70px; } } @media screen and (max-width:767px){ #video-placeholder{display:none} .hide-on-dekstop{display:block} .video-volume{display:none} .header-video{min-height: 35rem;} } .counter-container h1 { font-size: 2.5em; } .overlay-video{ position:absolute; top:0; left:0; height:100%; width:100%; overflow:hidden; background-color:#fff; opacity:0; z-index:1; } @media screen and (max-width: 665px){ .counter-container h1{ font-size: 2em; } .counter-container h4{ font-size: 20px; } } @media screen and (max-width:544px){ .video-header-button { bottom: -120px; } .logo-container{ width: 30%; } } @media screen and (max-width:504px){ .counter-container{ top: 30%; } } @media screen and (max-width: 432px){ .counter-container h1 { font-size: 1.8em; } } @media screen and (max-width: 389px){ .header-video { min-height: 40rem; } } .display-counter-container h1{ display: block; } .display-counter-container{ top: 50%; } .section-heading{ } .counter-container-parent{ background-size: cover; background-repeat: no-repeat; background-position: center; background-image:url(../img/counter-background1.jpg); } .japa-data{ /* background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; background-image:url(../img/parallax4.jpg);*/ } .japayagna-section{ background-position: top; background-repeat: no-repeat; background-size: cover; background-origin: all; background-image: url('../img/riverbank1.jpg'); } .japayagna-section .japayagna-content{ font-size: 15px; background: #ffffff80; padding: 40px; } .japayagna-section .japayagna-content ul{ list-style-image: url('https://img.icons8.com/officexs/16/000000/spa-flower.png'); } .chant-reason{ height: 200px; position: relative; } .chant-reason-block{ margin: 10px; right: 0; left: 0; position: absolute; } .chant-reason-block h5{ position: absolute; right: 0; left: 0; background: #dc495d; color: #fff; margin: 0px; padding: 10px; bottom: 0px; } .chant-reason-block h5:after{ content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: -moz-linear-gradient(bottom,rgba(0,0,0,.65) 0,transparent 100%); background: -webkit-linear-gradient(bottom,rgba(0,0,0,.65) 0,transparent 100%); background: linear-gradient(to top,rgba(183, 45, 45, 0.65) 0,transparent 45%); } .chant-reason-block:before{ content: ''; z-index: 5; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0,0,0,.3); opacity: 0; -webkit-transition: opacity .6s; -moz-transition: opacity .6s; transition: opacity .6s; } .rose-btn-border{ border:2px solid #ff4040!important; } @media screen and (max-width: 991px){ .chant-reason { height: 250px; } } @media screen and (max-width: 767px){ .chant-reason { height: 380px; } } @media screen and (max-width: 525px){ .chant-reason { height: 360px; } } @media screen and (max-width: 460px){ .chant-reason { height: 290px; } } @media screen and (max-width: 375px){ .chant-reason { height: 240px; } } @media screen and (max-width: 320px){ .chant-reason { height: 210px; } } .online-offering{ background-image: url('../img/ouroffering.jpg'); background-attachment: fixed; background-position: center; background-size: cover; } .online-offering-col{ background:#fff; } .online-offering-col p{ color: #2d2d2d; } .rose-btn-primary{ background-image: linear-gradient(150deg, #e00015, #ff186d); color:#fff; } .rose-bnt-danger{ background-image: linear-gradient(150deg, #000000, #ff186d); color: #fff; } .border-2{ border: 2px solid #888888; } .dark-span-text{ color: #e50424; font-weight: 800; } table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after{ bottom: 0.2em!important; } .profile-navbar{ box-shadow: 0 0 8px 0 #a5a5a5 } .profile-navbar .active .nav-link{ border-bottom: 2px solid #ffc000; } .profile-navbar .active .nav-link,.profile-navbar .navbar-light .navbar-brand{ color: #e2021c !important; } .my_article .rounded{ border-radius: 0.50rem !important; } .my_article button{ background: #ce2e2e!important; color: #fff !important; border: 1px solid #fff4f4 !important; } .article_content article{ overflow: hidden; } .modal .btn-primary{ background: #e00015; color: #fff; border-radius: 30px; padding: 10px 20px; } .write-article-modal-form input[type=text], .write-article-modal-form textarea{ border: 0px; border-bottom: 2px solid #a9a5a5; border-radius: 0px; } .my_article a{ text-decoration: none; color: #3e3e3e; } .my_article a:focus , .my_article a:hover{ color: #3e3e3e!important; } .my_article .user_info .user_image img{ width: 55px; height: 55px; border-radius: 50px; } .article_icons{ color: #696969; } .article_icons span:hover{ color: #ce2e2e; } .article_icons span{ margin-right: 15px; } .article_icons a{ } .my_article .article_image{ max-height: 460px; text-align: center; } .my_article .article_image img{ max-height: inherit; max-width: 100%; width: inherit; } .image-attachment-icon{ font-size: 23px; color: #444343; border-radius: 50%; background: #dcdcdc; padding: 8px; cursor: pointer; } .write-article-modal .modal-footer{ justify-content: space-between!important; } .top_strip{ background-image: url('../img/pattern-chakras-white.png'); background: #ffc83e; } .article_action{ right: 15px; cursor: pointer; } .article_action:hover .article_action_list{ height:50px; } .article_action_list{ padding: 0px; margin: 0px; position: absolute; right: 0px; width: auto; box-shadow: 0px 0px 0px 1px inset #ccc; text-align: right; list-style: none; font-size: 12px; font-weight: 600; background: #fff; border-radius: 5px; overflow: hidden; height: 0px; transition: 0.3s ease; } .article_action_list li{ padding: 4px 10px; } .article_action_list li:hover{ background: #ccc; cursor: pointer; } .article_read_mode a{ background: #ce2e2e; color: #fff !important; } .article_read_mode a:hover{ color: #fff !important; } .article_read_less a{ background: #ffbf00; color: #fff !important; } .article_read_less a:hover{ color: #fff !important; } .profile-setting-nav{ border: 1px solid #ececec; } .bold-upper-border{ border-top: 4px solid #ffbf00; } .profile-image-banner{ background-image: url(../img/video-background.jpg); background-repeat: no-repeat; height: 100px; background-size: cover; background-position: center; position: relative; } .circle-image{ position: absolute; border-radius: 50%; width: 100px; height: 100px; border: 2px solid #fff; overflow: hidden; bottom: -35px; right: 0; left: 0; margin-left: auto; margin-right: auto; } .circle-image span{ line-height: 100px; left: 0; background: #ffffffd6; position: absolute; right: 0; height: 100%; top: 0; color: #000000; font-size: 25px; text-align: center; cursor: pointer; visibility: hidden; opacity: 0; transition: visibility 0s, opacity 0.1s linear } .circle-image:hover span{ visibility: visible; opacity: 1; } .circle-image img{ height: 100px!important; width: 100px!important; } .profile_sidemenu strong{ color: #4e4e4e; font-size: 14px; padding: 10px; } .profile_sidemenu ul{ margin-top: 10px; font-weight: 800; padding: 0px; list-style: none; font-size: 13px; } .profile_sidemenu li{ color: #8e8e8e; cursor: pointer; padding: 2px 10px; } .profile_sidemenu a{ text-decoration: none; } .profile_sidemenu ul li:hover{ background: #e6e6e6; color: #636363; } .bold-primary{ font-weight: 800; color: #4e4e4e; } .bold-secondary{ font-weight: 800; color: #636363; } .sticky-thread a h5:hover{ text-decoration: underline !important; } .btn-round{ background: #e00015; color: #fff; border-radius: 30px; padding: 10px 20px; } .thread_reply_div{ background: #f2f2f2; }
0.383757
0.077413
#awwwards{ position: absolute; top: 20px; width: 90px; height: 135px; text-indent: -666em; overflow: hidden; z-index: 999999; -webkit-transition: all 1s ease; transition: all 1s ease; } #awwwards.top{ top: 20px; } #awwwards.left{ left: 0; } #awwwards.right{ right: 0; } #awwwards a{ position: absolute; top: 0; left: 0; display: block; width: 90px; height: 135px; background-repeat: no-repeat; background-size: 90px 135px; } /* HONORABLE */ #awwwards.honorable.black.left a{ background-image: url(ribbons/awwwards_honorable_black_left.png); } #awwwards.honorable.black.right a{ background-image: url(ribbons/awwwards_honorable_black_right.png); } #awwwards.honorable.silver.left a{ background-image: url(ribbons/awwwards_honorable_silver_left.png); } #awwwards.honorable.silver.right a{ background-image: url(ribbons/awwwards_honorable_silver_right.png); } #awwwards.honorable.white.left a{ background-image: url(ribbons/awwwards_honorable_white_left.png); } #awwwards.honorable.white.right a{ background-image: url(ribbons/awwwards_honorable_white_right.png); } #awwwards.honorable.green.left a{ background-image: url(ribbons/awwwards_honorable_green_left.png); } #awwwards.honorable.green.right a{ background-image: url(ribbons/awwwards_honorable_green_right.png); } @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { /* HONORABLE */ #awwwards.honorable.black.left a{ background-image: url(ribbons/awwwards_honorable_black_left%402x.png); } #awwwards.honorable.black.right a{ background-image: url(ribbons/awwwards_honorable_black_right%402x.png); } #awwwards.honorable.silver.left a{ background-image: url(ribbons/awwwards_honorable_silver_left%402x.png); } #awwwards.honorable.silver.right a{ background-image: url(ribbons/awwwards_honorable_silver_right%402x.png); } #awwwards.honorable.white.left a{ background-image: url(ribbons/awwwards_honorable_white_left%402x.png); } #awwwards.honorable.white.right a{ background-image: url(ribbons/awwwards_honorable_white_right%402x.png); } #awwwards.honorable.green.left a{ background-image: url(ribbons/awwwards_honorable_green_left%402x.png); } #awwwards.honorable.green.right a{ background-image: url(ribbons/awwwards_honorable_green_right%402x.png); } }
assets/css/awwwards.css
#awwwards{ position: absolute; top: 20px; width: 90px; height: 135px; text-indent: -666em; overflow: hidden; z-index: 999999; -webkit-transition: all 1s ease; transition: all 1s ease; } #awwwards.top{ top: 20px; } #awwwards.left{ left: 0; } #awwwards.right{ right: 0; } #awwwards a{ position: absolute; top: 0; left: 0; display: block; width: 90px; height: 135px; background-repeat: no-repeat; background-size: 90px 135px; } /* HONORABLE */ #awwwards.honorable.black.left a{ background-image: url(ribbons/awwwards_honorable_black_left.png); } #awwwards.honorable.black.right a{ background-image: url(ribbons/awwwards_honorable_black_right.png); } #awwwards.honorable.silver.left a{ background-image: url(ribbons/awwwards_honorable_silver_left.png); } #awwwards.honorable.silver.right a{ background-image: url(ribbons/awwwards_honorable_silver_right.png); } #awwwards.honorable.white.left a{ background-image: url(ribbons/awwwards_honorable_white_left.png); } #awwwards.honorable.white.right a{ background-image: url(ribbons/awwwards_honorable_white_right.png); } #awwwards.honorable.green.left a{ background-image: url(ribbons/awwwards_honorable_green_left.png); } #awwwards.honorable.green.right a{ background-image: url(ribbons/awwwards_honorable_green_right.png); } @media only screen and (-Webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) { /* HONORABLE */ #awwwards.honorable.black.left a{ background-image: url(ribbons/awwwards_honorable_black_left%402x.png); } #awwwards.honorable.black.right a{ background-image: url(ribbons/awwwards_honorable_black_right%402x.png); } #awwwards.honorable.silver.left a{ background-image: url(ribbons/awwwards_honorable_silver_left%402x.png); } #awwwards.honorable.silver.right a{ background-image: url(ribbons/awwwards_honorable_silver_right%402x.png); } #awwwards.honorable.white.left a{ background-image: url(ribbons/awwwards_honorable_white_left%402x.png); } #awwwards.honorable.white.right a{ background-image: url(ribbons/awwwards_honorable_white_right%402x.png); } #awwwards.honorable.green.left a{ background-image: url(ribbons/awwwards_honorable_green_left%402x.png); } #awwwards.honorable.green.right a{ background-image: url(ribbons/awwwards_honorable_green_right%402x.png); } }
0.414425
0.11158
/* Header Section */ .limited { margin: 24px; } header { display: flex; justify-content: space-between; background: var(--neutral-color-1); align-items: center; padding: 24px; z-index: 1; } header .logo a { font-style: normal; font-weight: bold; font-size: 18px; line-height: 20px; color: var(--primary-color-1); } header nav .hamburger-mobile-menu { position: fixed; z-index: 1; background-color: #1b373fd2; overflow: auto; width: 100vw; height: 100vh; top: 0; left: 770px; bottom: 0; padding: 62px 16px 50px; backdrop-filter: blur(5px); transition: left ease-out 0.6s 0.05s; } header nav .desktop-menu { display: none; } /* Hero Section & About Section */ main { background-color: var(--neutral-color-2); transition: filter ease-in 0.15s 0.1s; } div.main-container { display: flex; flex-direction: column; margin: 0; background: var(--neutral-color-1) url("../images/background_image/header-shapes\ mobile@4x.svg") 0 10px no-repeat; background-size: 100%, 90%; height: 95vh; border-bottom-left-radius: 100px; } section.hero-section { margin-top: 120px; } .hero-section > h1, .about-section > h1 { font-style: normal; font-weight: bold; font-size: 45px; line-height: 52px; color: var(--accent-color-1); } .hero-section > h1 .name { color: var(--primary-color-2); } .hero-section > span, .about-section > span { font-style: normal; font-weight: 500; font-size: 16px; line-height: 24px; color: var(--primary-color-1); text-transform: uppercase; margin: 14px 0; } .hero-section > p, .about-section > p { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: var(--accent-color-2); } .hero-section > ul, .about-section > ul { display: flex; margin: 14px 0 0 0; list-style: none; padding: 0; align-items: center; } .hero-section > ul > li, .about-section > ul > li { margin-right: 20px; } .about-section > button { width: 162px; height: 48px; } /* Projects Section */ section.card-container { margin-top: 0; display: grid; grid-template-columns: 1fr; gap: 30px 0; margin-bottom: 0; } section.card-container > div:first-of-type { width: 100%; } section.card-container > div:first-of-type h1 { color: var(--neutral-color-4); font-size: 2rem; margin-bottom: 0; } hr.heading { color: var(--neutral-color-4); margin: 0; width: 10%; border: none; border-bottom: solid 3px var(--primary-color-2); } /* About Section */ .about { margin-top: 114px; background: var(--neutral-color-1); border-top-right-radius: 100px; padding-top: 114px; } .about-section { margin-top: 0; } .about-section h1 { margin: 0; } .about-section p { margin: 12px 0; } .about-section h4 { margin: 0 0 26px; } .about-section > ul { margin-bottom: 22px; } .languages { margin-bottom: 113px; } .languages > ul { list-style: none; margin: 0; padding: 0; } .languages > ul > li { display: flex; justify-content: space-between; padding: 24px 0 24px 0; cursor: pointer; } .languages > ul > li span { font-style: normal; font-weight: 500; font-size: 20px; line-height: 24px; margin-left: 12px; color: var(--primary-color-1); } .languages > ul > li img { margin-right: 42px; } .languages > ul > li img.clicked { transform: rotate(90deg); } .languages > ul > li.divider { display: block; padding: 0; } .languages > ul > li.divider hr { border: none; border-top: solid 2px #dfe1e6; } .languages > ul > li.dropdown-list { display: block; } .languages > ul > li.dropdown-list img { margin-right: 0; width: 60%; } li.dropdown-list ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 24%); width: 100%; } li.dropdown-list ul li { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; margin: 12px; padding: 9px 0 9.72px 12px; background: var(--neutral-color-1); border-radius: 8px; } li.dropdown-list ul li span { margin: 10px 0 0; font-style: normal; font-weight: 500; font-size: 0.8rem; line-height: 20px; color: var(--primary-color-1); } header nav .hamburger-mobile-menu .close { position: absolute; right: 22px; } header nav .hamburger-mobile-menu .close img { width: 24px; } header nav .hamburger-mobile-menu > ul { list-style: none; margin-top: 46px; } header nav .hamburger-mobile-menu > ul li { margin-bottom: 40px; } header nav .hamburger-mobile-menu > ul > li a { font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; font-size: 38px; line-height: 44px; color: var(--primary-color-1); } /* Footer Section */ footer { display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--neutral-color-1) url("../images/background_image/contact\ form\ shapes-mobile.svg") no-repeat; background-size: 46% 90%; background-position: 100% 21px; padding: 103px 24px 17px; border-top-left-radius: 85px; } section.contact-heading { display: flex; flex-direction: column; align-items: center; } section.contact-heading > h2 { margin: 0; font-style: normal; font-weight: bold; font-size: 40px; line-height: 52px; color: var(--primary-color-1); } section.contact-heading > p { margin: 12px 0 54px; font-style: normal; font-weight: normal; font-size: 20px; line-height: 28px; color: var(--primary-color-1); text-align: center; } section.contact-form { width: 100%; } .contact-form form { display: flex; flex-direction: column; } section.contact-form form input { width: 100%; padding: 15px 38px 15px 16px; border: 1px solid #cfd8dc; border-radius: 8px; font-style: normal; font-weight: normal; font-size: 17px; line-height: 20px; background: var(--primary-color-1); } section.contact-form form input[type="text"] { margin-bottom: 20px; background: var(--primary-color-1); } section.contact-form form textarea { width: 100%; height: 170px; padding: 15px 38px 15px 16px; margin: 18px 0 22px; border: 1px solid #cfd8dc; border-radius: 8px; font-style: normal; font-weight: normal; font-size: 15px; line-height: 24px; background: var(--primary-color-1); } section.contact-form form textarea::placeholder, section.contact-form form input::placeholder { color: #636466; font-family: Poppins, sans-serif; } footer .contact-form form button { width: 140px; } @media (max-width: 360px) { .card-details ul.project-lang > li { padding: 4px 3px; margin-right: 4px; font-size: 9px; } div.main-container { background-position: 0 40px; height: 95vh; } .hero-section > h1 { margin-top: 0; } } @media (max-width: 320px) { .card-details ul.project-lang > li { padding: 4px 5px; margin-right: 6px; font-size: 8px; } .card-details > div.author-lang ul li { font-size: 10px; } .card-details > div.author-lang ul li::before { margin: 0 6px; width: 5px; height: 5px; } section.hero-section { margin-top: 0; } div.main-container { background-position: 0 60px; height: 100vh; } .hero-section > h1 { margin: 80px 0 14px; } } section.contact-form form input.error, section.contact-form form textarea.error { border: 3px solid #ca0d03; } section.contact-form form input.success, section.contact-form form textarea.success { border: 3px solid rgb(3, 240, 3); } small { color: #ca0d03; margin: 10px 0; font-size: 17px; background: var(--neutral-color-7); text-align: start; padding: 0 13px; border-radius: 5px; }
assets/styles/small.css
/* Header Section */ .limited { margin: 24px; } header { display: flex; justify-content: space-between; background: var(--neutral-color-1); align-items: center; padding: 24px; z-index: 1; } header .logo a { font-style: normal; font-weight: bold; font-size: 18px; line-height: 20px; color: var(--primary-color-1); } header nav .hamburger-mobile-menu { position: fixed; z-index: 1; background-color: #1b373fd2; overflow: auto; width: 100vw; height: 100vh; top: 0; left: 770px; bottom: 0; padding: 62px 16px 50px; backdrop-filter: blur(5px); transition: left ease-out 0.6s 0.05s; } header nav .desktop-menu { display: none; } /* Hero Section & About Section */ main { background-color: var(--neutral-color-2); transition: filter ease-in 0.15s 0.1s; } div.main-container { display: flex; flex-direction: column; margin: 0; background: var(--neutral-color-1) url("../images/background_image/header-shapes\ mobile@4x.svg") 0 10px no-repeat; background-size: 100%, 90%; height: 95vh; border-bottom-left-radius: 100px; } section.hero-section { margin-top: 120px; } .hero-section > h1, .about-section > h1 { font-style: normal; font-weight: bold; font-size: 45px; line-height: 52px; color: var(--accent-color-1); } .hero-section > h1 .name { color: var(--primary-color-2); } .hero-section > span, .about-section > span { font-style: normal; font-weight: 500; font-size: 16px; line-height: 24px; color: var(--primary-color-1); text-transform: uppercase; margin: 14px 0; } .hero-section > p, .about-section > p { font-style: normal; font-weight: normal; font-size: 16px; line-height: 24px; color: var(--accent-color-2); } .hero-section > ul, .about-section > ul { display: flex; margin: 14px 0 0 0; list-style: none; padding: 0; align-items: center; } .hero-section > ul > li, .about-section > ul > li { margin-right: 20px; } .about-section > button { width: 162px; height: 48px; } /* Projects Section */ section.card-container { margin-top: 0; display: grid; grid-template-columns: 1fr; gap: 30px 0; margin-bottom: 0; } section.card-container > div:first-of-type { width: 100%; } section.card-container > div:first-of-type h1 { color: var(--neutral-color-4); font-size: 2rem; margin-bottom: 0; } hr.heading { color: var(--neutral-color-4); margin: 0; width: 10%; border: none; border-bottom: solid 3px var(--primary-color-2); } /* About Section */ .about { margin-top: 114px; background: var(--neutral-color-1); border-top-right-radius: 100px; padding-top: 114px; } .about-section { margin-top: 0; } .about-section h1 { margin: 0; } .about-section p { margin: 12px 0; } .about-section h4 { margin: 0 0 26px; } .about-section > ul { margin-bottom: 22px; } .languages { margin-bottom: 113px; } .languages > ul { list-style: none; margin: 0; padding: 0; } .languages > ul > li { display: flex; justify-content: space-between; padding: 24px 0 24px 0; cursor: pointer; } .languages > ul > li span { font-style: normal; font-weight: 500; font-size: 20px; line-height: 24px; margin-left: 12px; color: var(--primary-color-1); } .languages > ul > li img { margin-right: 42px; } .languages > ul > li img.clicked { transform: rotate(90deg); } .languages > ul > li.divider { display: block; padding: 0; } .languages > ul > li.divider hr { border: none; border-top: solid 2px #dfe1e6; } .languages > ul > li.dropdown-list { display: block; } .languages > ul > li.dropdown-list img { margin-right: 0; width: 60%; } li.dropdown-list ul { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(4, 24%); width: 100%; } li.dropdown-list ul li { display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; margin: 12px; padding: 9px 0 9.72px 12px; background: var(--neutral-color-1); border-radius: 8px; } li.dropdown-list ul li span { margin: 10px 0 0; font-style: normal; font-weight: 500; font-size: 0.8rem; line-height: 20px; color: var(--primary-color-1); } header nav .hamburger-mobile-menu .close { position: absolute; right: 22px; } header nav .hamburger-mobile-menu .close img { width: 24px; } header nav .hamburger-mobile-menu > ul { list-style: none; margin-top: 46px; } header nav .hamburger-mobile-menu > ul li { margin-bottom: 40px; } header nav .hamburger-mobile-menu > ul > li a { font-family: Poppins, sans-serif; font-style: normal; font-weight: 600; font-size: 38px; line-height: 44px; color: var(--primary-color-1); } /* Footer Section */ footer { display: flex; flex-direction: column; align-items: center; text-align: center; background: var(--neutral-color-1) url("../images/background_image/contact\ form\ shapes-mobile.svg") no-repeat; background-size: 46% 90%; background-position: 100% 21px; padding: 103px 24px 17px; border-top-left-radius: 85px; } section.contact-heading { display: flex; flex-direction: column; align-items: center; } section.contact-heading > h2 { margin: 0; font-style: normal; font-weight: bold; font-size: 40px; line-height: 52px; color: var(--primary-color-1); } section.contact-heading > p { margin: 12px 0 54px; font-style: normal; font-weight: normal; font-size: 20px; line-height: 28px; color: var(--primary-color-1); text-align: center; } section.contact-form { width: 100%; } .contact-form form { display: flex; flex-direction: column; } section.contact-form form input { width: 100%; padding: 15px 38px 15px 16px; border: 1px solid #cfd8dc; border-radius: 8px; font-style: normal; font-weight: normal; font-size: 17px; line-height: 20px; background: var(--primary-color-1); } section.contact-form form input[type="text"] { margin-bottom: 20px; background: var(--primary-color-1); } section.contact-form form textarea { width: 100%; height: 170px; padding: 15px 38px 15px 16px; margin: 18px 0 22px; border: 1px solid #cfd8dc; border-radius: 8px; font-style: normal; font-weight: normal; font-size: 15px; line-height: 24px; background: var(--primary-color-1); } section.contact-form form textarea::placeholder, section.contact-form form input::placeholder { color: #636466; font-family: Poppins, sans-serif; } footer .contact-form form button { width: 140px; } @media (max-width: 360px) { .card-details ul.project-lang > li { padding: 4px 3px; margin-right: 4px; font-size: 9px; } div.main-container { background-position: 0 40px; height: 95vh; } .hero-section > h1 { margin-top: 0; } } @media (max-width: 320px) { .card-details ul.project-lang > li { padding: 4px 5px; margin-right: 6px; font-size: 8px; } .card-details > div.author-lang ul li { font-size: 10px; } .card-details > div.author-lang ul li::before { margin: 0 6px; width: 5px; height: 5px; } section.hero-section { margin-top: 0; } div.main-container { background-position: 0 60px; height: 100vh; } .hero-section > h1 { margin: 80px 0 14px; } } section.contact-form form input.error, section.contact-form form textarea.error { border: 3px solid #ca0d03; } section.contact-form form input.success, section.contact-form form textarea.success { border: 3px solid rgb(3, 240, 3); } small { color: #ca0d03; margin: 10px 0; font-size: 17px; background: var(--neutral-color-7); text-align: start; padding: 0 13px; border-radius: 5px; }
0.303938
0.060169
body{ padding-top: 150px; height: 1000px; box-sizing: border-box; font-family: Raleway; /** move to css.cuss **/ } footer{ position: fixed; bottom: 0; display: block; width: 100vw; padding-top: 12px; text-align: center; height: 100px; font-size: 13px; } .footer-link{ margin-right: 12px; } .trashtalk{ font-size: 10px; } .samplesContainer, .contactForm{ width: 1100px; margin: 0 auto; height: auto; } .contactForm{ display: flex; } .contactMessage.col-md-5 { height: 258px; } .samplesContainer{ z-index: 0; position: relative; } .sample-block { height: 226px; width: 300px; } .sample{ width: 100%; height: 100%; } .contactForm label{ display: inline-block; width: 150px; } .contactFormContainer { height: 360px; opacity: 1; padding-top: 21px; position: relative; margin-bottom: 98px; } .form, .contactMessage{ height: 165px; padding-bottom: 20px; } .fa.fa-phone { position: relative; top: 3px; } .submitMessage.btn.btn-primary { float: right; margin-right: 46px; } .form input { width: 416px; } .explainer{ height: auto; margin: 0 auto; padding-bottom: 16px; overflow: hidden; } .explainer > div img{ left: 22%; position: relative; text-align: center; width: 300px; } .videoSample.col-md-4, .imageSample.col-md-4 { height: 200px; width: 350px; } .imageSample.col-md-4 img{ width: 100%; height: 100%; } .belowFoldContent{ margin-top: 30px; position: relative; } .billboardContent img{ display: block; margin: 0 auto; position: relative; width: 300px; } .samplesContainer h2, .billboardContent h1{ font-weight: 900; position: relative; text-align: center; text-shadow: -2px 4px 2px rgba(0, 0, 0, 1); } .samplesContainer h2{ margin-bottom: 20px; } .quad_container{ margin-top: 75px; position: relative; } .billboardContent { margin-top: 56px; height: 354px; } .explainer .wrapper{ margin: 0 auto; border: 4px solid; border-radius: 50%; height: 150px; margin-top: 19px; padding-top: 38px; text-align: center; width: 150px; } .explainer .col-md-4 p{ font-size: 21px; margin-top: 20px; text-align: center; } .contactEmail { margin-bottom: 5px; } .site-info{ font-size: 16px; } @media screen and (max-width: 1200px){ .btn.cta.btn-warning { width: 100%; height: 35px; top: 90px; right: 0; } .contactForm{ width: 100%; padding: 0; display: block; } .samplesContainer{ width: 100%; } div.samplesContainer .row{ height: auto; } .slider-main{ /*width: 60vw;*/ } } @media screen and (max-width: 1100px){ .form{ height: 380px; padding-bottom: 20px; width: 420px; margin: 0 auto 73px; } .form input, .form textarea { width: 380px; } .submitMessage.btn.btn-primary { float: none; margin-right: 0; } } @media screen and (max-width: 1000px){ .imageSample.col-md-4, .videoSample.col-md-4 { margin: 12px auto; } iframe { margin: 0 auto; display: block; width: 320px; } .contactFormContainer{ height: 740px; } .contactMessage.col-md-5 { height: 258px; width: 420px; margin: 0 auto; } .form.col-md-7{ width: 420px; margin: 0 auto; } div.slider div.slide{ height: auto; width: 340px; } } @media screen and (max-width: 650px){ div.sliderContainer{ height: 200px; /*border: 1px solid;*/ } div.slider-main{ height: 100%; } div.slide{ height: 100%; width: 100%; } }
css/main.css
body{ padding-top: 150px; height: 1000px; box-sizing: border-box; font-family: Raleway; /** move to css.cuss **/ } footer{ position: fixed; bottom: 0; display: block; width: 100vw; padding-top: 12px; text-align: center; height: 100px; font-size: 13px; } .footer-link{ margin-right: 12px; } .trashtalk{ font-size: 10px; } .samplesContainer, .contactForm{ width: 1100px; margin: 0 auto; height: auto; } .contactForm{ display: flex; } .contactMessage.col-md-5 { height: 258px; } .samplesContainer{ z-index: 0; position: relative; } .sample-block { height: 226px; width: 300px; } .sample{ width: 100%; height: 100%; } .contactForm label{ display: inline-block; width: 150px; } .contactFormContainer { height: 360px; opacity: 1; padding-top: 21px; position: relative; margin-bottom: 98px; } .form, .contactMessage{ height: 165px; padding-bottom: 20px; } .fa.fa-phone { position: relative; top: 3px; } .submitMessage.btn.btn-primary { float: right; margin-right: 46px; } .form input { width: 416px; } .explainer{ height: auto; margin: 0 auto; padding-bottom: 16px; overflow: hidden; } .explainer > div img{ left: 22%; position: relative; text-align: center; width: 300px; } .videoSample.col-md-4, .imageSample.col-md-4 { height: 200px; width: 350px; } .imageSample.col-md-4 img{ width: 100%; height: 100%; } .belowFoldContent{ margin-top: 30px; position: relative; } .billboardContent img{ display: block; margin: 0 auto; position: relative; width: 300px; } .samplesContainer h2, .billboardContent h1{ font-weight: 900; position: relative; text-align: center; text-shadow: -2px 4px 2px rgba(0, 0, 0, 1); } .samplesContainer h2{ margin-bottom: 20px; } .quad_container{ margin-top: 75px; position: relative; } .billboardContent { margin-top: 56px; height: 354px; } .explainer .wrapper{ margin: 0 auto; border: 4px solid; border-radius: 50%; height: 150px; margin-top: 19px; padding-top: 38px; text-align: center; width: 150px; } .explainer .col-md-4 p{ font-size: 21px; margin-top: 20px; text-align: center; } .contactEmail { margin-bottom: 5px; } .site-info{ font-size: 16px; } @media screen and (max-width: 1200px){ .btn.cta.btn-warning { width: 100%; height: 35px; top: 90px; right: 0; } .contactForm{ width: 100%; padding: 0; display: block; } .samplesContainer{ width: 100%; } div.samplesContainer .row{ height: auto; } .slider-main{ /*width: 60vw;*/ } } @media screen and (max-width: 1100px){ .form{ height: 380px; padding-bottom: 20px; width: 420px; margin: 0 auto 73px; } .form input, .form textarea { width: 380px; } .submitMessage.btn.btn-primary { float: none; margin-right: 0; } } @media screen and (max-width: 1000px){ .imageSample.col-md-4, .videoSample.col-md-4 { margin: 12px auto; } iframe { margin: 0 auto; display: block; width: 320px; } .contactFormContainer{ height: 740px; } .contactMessage.col-md-5 { height: 258px; width: 420px; margin: 0 auto; } .form.col-md-7{ width: 420px; margin: 0 auto; } div.slider div.slide{ height: auto; width: 340px; } } @media screen and (max-width: 650px){ div.sliderContainer{ height: 200px; /*border: 1px solid;*/ } div.slider-main{ height: 100%; } div.slide{ height: 100%; width: 100%; } }
0.216136
0.065038
html, body { padding: 0; margin: 0; font-family: "Winkle"; background: #f6f6f7 !important; } @font-face { font-family: "Winkle"; src: local("Winkle"), url(Winkle-Regular.ttf) format("truetype"); font-display: swap; } p { font-family: "Winkle"; } .chill_font { font-family: "Winkle"; } .wrap { background: url("../assets/images/img1.png"); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; } /********HEADER********************/ .nav_menu { font-size: 34px; font-family: "Winkle"; color: #080808 !important; } .brand_logo { font-size: 60px !important; color: #fff !important; font-family: "Winkle"; } .hr { color: #fff; background: #fff; border: 2px solid #ffffff !important; } /********CONTENT********************/ .content_title { color: #ff9a00; font-size: 50px; font-family: "Winkle"; margin-bottom: 50px; } .content_text { color: #080808; font-size: 28px; font-family: "Winkle"; text-align: left; display: flex; justify-content: center; } .mint_btn { display: flex; justify-content: center; } .mint_btn > button { background-color: #ff9a00; border-radius: 20px; width: 379px; height: 100px; font-size: 30px; font-family: "Winkle"; color: #ffffff !important; } /********ABOUT********************/ .wrap_about { background: url("../assets/images/img2.png"); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 80vh; } .about_title { color: #559400; font-size: 70px; font-family: "Winkle"; } .about_text { font-family: "Winkle"; font-size: 1.2rem; color: #080808; } .about_image { border-radius: 0px 50px 0px 50px; box-shadow: 12px 12px #080808; } /********CAROUSEL********************/ .wrap_carousel { background: #d1d4f4; min-height: 60vh; } .carousel_image { border-radius: 15px 15px 15px 15px; } .carousel_col { padding-top: 20px; padding-bottom: 20px; } /********ROADMAP********************/ .wrap_roadmap { background: url("../assets/images/img3.png"); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; } .roadmap_title { color: #ffffff; font-family: "Winkle"; font-size: 80px; } /* The actual timeline (the vertical ruler) */ .timeline { position: relative; max-width: 1200px; margin: 0 auto; font-family: "Winkle"; } /* The actual timeline (the vertical ruler) */ .timeline::after { content: ""; position: absolute; width: 6px; background-color: white; top: 0; bottom: 0; left: 50%; margin-left: -3px; } /* Container around content */ .roadmap_container { padding: 10px 40px; position: relative; background-color: inherit; width: 50%; } /* The circles on the timeline */ .roadmap_container::after { content: ""; position: absolute; width: 25px; height: 25px; right: -17px; background-color: #080808; border: 4px solid #ff9f55; top: 15px; border-radius: 50%; z-index: 1; } /* Place the container to the left */ .left { left: 0; } /* Place the container to the right */ .right { left: 50%; } /* Add arrows to the left container (pointing right) */ .left::before { content: " "; height: 0; position: absolute; top: 22px; width: 0; z-index: 1; right: 30px; border: medium solid white; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #080808; } /* Add arrows to the right container (pointing left) */ .right::before { content: " "; height: 0; position: absolute; top: 22px; width: 0; z-index: 1; left: 30px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent #080808 transparent transparent; } /* Fix the circle for containers on the right side */ .right::after { left: -16px; } /* The actual content */ .roadmap_content1, .roadmap_content2, .roadmap_content3, .roadmap_content4, .roadmap_content5 { padding: 20px 30px; color: white; position: relative; border-radius: 6px; font-size: 20px; } .roadmap_content1 { background-color: #ff9a00; } .roadmap_content2 { background-color: #d2cab4; } .roadmap_content3 { background-color: #a6dffd; } .roadmap_content4 { background-color: #559400; } .roadmap_content5 { background-color: #d1d4f4; } /* Media queries - Responsive timeline on screens less than 600px wide */ @media screen and (max-width: 600px) { /* Place the timelime to the left */ .timeline::after { left: 31px; } /* Full-width containers */ .roadmap_container { width: 100%; padding-left: 70px; padding-right: 25px; } /* Make sure that all arrows are pointing leftwards */ .roadmap_container::before { left: 60px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent #080808 transparent transparent; } /* Make sure all circles are at the same spot */ .left::after, .right::after { left: 15px; } /* Make all right containers behave like the left ones */ .right { left: 0%; } } /********FAQ********************/ .wrap_faq { background: #a6dffd; min-height: 50vh; } .faq_title { color: #559400; font-family: "Winkle"; font-size: 70px; } .accordion-button { font-size: 28px !important; } .accordion-body { font-size: 16px !important; } .accordion-button, .accordion-body { background-color: #a6dffd !important; } .accordion-button:focus { border-color: none !important; } .accordion-button:not(.collapsed) { color: #080808 !important; } /********FOOTER********************/ .wrap_footer { background: #a6dffd; min-height: 20vh; } .footer_icon { font-size: 1.928rem; margin-left: 3rem; } /********MEDIA QUERIES********************/ @media only screen and (max-width: 425px) { .brand_logo { font-size: 35px !important; } .content_title { font-size: 22px; margin-bottom: 20px; } .content_text { font-size: 16px; } .mint_btn > button { background-color: #ff9a00; border-radius: 20px; width: 300px; height: 60px; font-size: 20px; font-family: "Winkle"; color: #ffffff !important; } .about_title { font-size: 35px; } .about_text { font-size: 1rem; } .carousel_col { padding-top: 15px; padding-bottom: 10px; } .abt_img { padding-bottom: 25px; } .roadmap_title { font-size: 40px; } .roadmap_content1, .roadmap_content2, .roadmap_content3, .roadmap_content4, .roadmap_content5 { font-size: 16px; } .faq_title { font-size: 30px; } .accordion-button { font-size: 14px !important; } .accordion-body { font-size: 10px !important; } .footer_icon { font-size: 1rem; margin-left: 1.5rem; } } @media only screen and (max-width: 768px) { } @media only screen and (max-width: 1440px) { } @media only screen and (max-width: 2560px) { }
src/styles/main.css
html, body { padding: 0; margin: 0; font-family: "Winkle"; background: #f6f6f7 !important; } @font-face { font-family: "Winkle"; src: local("Winkle"), url(Winkle-Regular.ttf) format("truetype"); font-display: swap; } p { font-family: "Winkle"; } .chill_font { font-family: "Winkle"; } .wrap { background: url("../assets/images/img1.png"); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; } /********HEADER********************/ .nav_menu { font-size: 34px; font-family: "Winkle"; color: #080808 !important; } .brand_logo { font-size: 60px !important; color: #fff !important; font-family: "Winkle"; } .hr { color: #fff; background: #fff; border: 2px solid #ffffff !important; } /********CONTENT********************/ .content_title { color: #ff9a00; font-size: 50px; font-family: "Winkle"; margin-bottom: 50px; } .content_text { color: #080808; font-size: 28px; font-family: "Winkle"; text-align: left; display: flex; justify-content: center; } .mint_btn { display: flex; justify-content: center; } .mint_btn > button { background-color: #ff9a00; border-radius: 20px; width: 379px; height: 100px; font-size: 30px; font-family: "Winkle"; color: #ffffff !important; } /********ABOUT********************/ .wrap_about { background: url("../assets/images/img2.png"); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 80vh; } .about_title { color: #559400; font-size: 70px; font-family: "Winkle"; } .about_text { font-family: "Winkle"; font-size: 1.2rem; color: #080808; } .about_image { border-radius: 0px 50px 0px 50px; box-shadow: 12px 12px #080808; } /********CAROUSEL********************/ .wrap_carousel { background: #d1d4f4; min-height: 60vh; } .carousel_image { border-radius: 15px 15px 15px 15px; } .carousel_col { padding-top: 20px; padding-bottom: 20px; } /********ROADMAP********************/ .wrap_roadmap { background: url("../assets/images/img3.png"); background-size: cover; background-position: center; background-repeat: no-repeat; min-height: 100vh; } .roadmap_title { color: #ffffff; font-family: "Winkle"; font-size: 80px; } /* The actual timeline (the vertical ruler) */ .timeline { position: relative; max-width: 1200px; margin: 0 auto; font-family: "Winkle"; } /* The actual timeline (the vertical ruler) */ .timeline::after { content: ""; position: absolute; width: 6px; background-color: white; top: 0; bottom: 0; left: 50%; margin-left: -3px; } /* Container around content */ .roadmap_container { padding: 10px 40px; position: relative; background-color: inherit; width: 50%; } /* The circles on the timeline */ .roadmap_container::after { content: ""; position: absolute; width: 25px; height: 25px; right: -17px; background-color: #080808; border: 4px solid #ff9f55; top: 15px; border-radius: 50%; z-index: 1; } /* Place the container to the left */ .left { left: 0; } /* Place the container to the right */ .right { left: 50%; } /* Add arrows to the left container (pointing right) */ .left::before { content: " "; height: 0; position: absolute; top: 22px; width: 0; z-index: 1; right: 30px; border: medium solid white; border-width: 10px 0 10px 10px; border-color: transparent transparent transparent #080808; } /* Add arrows to the right container (pointing left) */ .right::before { content: " "; height: 0; position: absolute; top: 22px; width: 0; z-index: 1; left: 30px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent #080808 transparent transparent; } /* Fix the circle for containers on the right side */ .right::after { left: -16px; } /* The actual content */ .roadmap_content1, .roadmap_content2, .roadmap_content3, .roadmap_content4, .roadmap_content5 { padding: 20px 30px; color: white; position: relative; border-radius: 6px; font-size: 20px; } .roadmap_content1 { background-color: #ff9a00; } .roadmap_content2 { background-color: #d2cab4; } .roadmap_content3 { background-color: #a6dffd; } .roadmap_content4 { background-color: #559400; } .roadmap_content5 { background-color: #d1d4f4; } /* Media queries - Responsive timeline on screens less than 600px wide */ @media screen and (max-width: 600px) { /* Place the timelime to the left */ .timeline::after { left: 31px; } /* Full-width containers */ .roadmap_container { width: 100%; padding-left: 70px; padding-right: 25px; } /* Make sure that all arrows are pointing leftwards */ .roadmap_container::before { left: 60px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent #080808 transparent transparent; } /* Make sure all circles are at the same spot */ .left::after, .right::after { left: 15px; } /* Make all right containers behave like the left ones */ .right { left: 0%; } } /********FAQ********************/ .wrap_faq { background: #a6dffd; min-height: 50vh; } .faq_title { color: #559400; font-family: "Winkle"; font-size: 70px; } .accordion-button { font-size: 28px !important; } .accordion-body { font-size: 16px !important; } .accordion-button, .accordion-body { background-color: #a6dffd !important; } .accordion-button:focus { border-color: none !important; } .accordion-button:not(.collapsed) { color: #080808 !important; } /********FOOTER********************/ .wrap_footer { background: #a6dffd; min-height: 20vh; } .footer_icon { font-size: 1.928rem; margin-left: 3rem; } /********MEDIA QUERIES********************/ @media only screen and (max-width: 425px) { .brand_logo { font-size: 35px !important; } .content_title { font-size: 22px; margin-bottom: 20px; } .content_text { font-size: 16px; } .mint_btn > button { background-color: #ff9a00; border-radius: 20px; width: 300px; height: 60px; font-size: 20px; font-family: "Winkle"; color: #ffffff !important; } .about_title { font-size: 35px; } .about_text { font-size: 1rem; } .carousel_col { padding-top: 15px; padding-bottom: 10px; } .abt_img { padding-bottom: 25px; } .roadmap_title { font-size: 40px; } .roadmap_content1, .roadmap_content2, .roadmap_content3, .roadmap_content4, .roadmap_content5 { font-size: 16px; } .faq_title { font-size: 30px; } .accordion-button { font-size: 14px !important; } .accordion-body { font-size: 10px !important; } .footer_icon { font-size: 1rem; margin-left: 1.5rem; } } @media only screen and (max-width: 768px) { } @media only screen and (max-width: 1440px) { } @media only screen and (max-width: 2560px) { }
0.425128
0.074534
@charset "utf-8"; @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/565d73a693abe0776c801607ac28f0bf.woff) format("woff"); font-weight: 400; font-style: normal; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/5bb29e3b7b1d3ef30121229bbe67c3e1.woff) format("woff"); font-weight: 400; font-style: italic; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/7c46f288e8133b87e6b12b45dac71865.woff) format("woff"); font-weight: 500; font-style: normal; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/e62dc97e83a385e4d8cdc939cf1e4213.woff) format("woff"); font-weight: 500; font-style: italic; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/533af26cf28d7660f24c2884d3c27eac.woff) format("woff"); font-weight: 700; font-style: normal; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/20d494430c87e15e194932b729d48270.woff) format("woff"); font-weight: 700; font-style: italic; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/a50a1bd245ce63abcc0d1da80ff790d2.woff) format("woff"); font-weight: 900; font-style: normal; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/62a1781d8b396fbb025b0552cf6304d2.woff) format("woff"); } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; overflow-y: scroll; } body { font-family: HelsinkiGrotesk-Regular, Arial, sans-serif; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; word-wrap: break-word; } .page { display: flex; flex-direction: column; min-height: 100vh; } .pageContent { width: 100%; } .pageFooter { /* ensure footer stays on bottom of the page */ margin-top: auto; }
new-site/src/components/layout.css
@charset "utf-8"; @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/565d73a693abe0776c801607ac28f0bf.woff) format("woff"); font-weight: 400; font-style: normal; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/5bb29e3b7b1d3ef30121229bbe67c3e1.woff) format("woff"); font-weight: 400; font-style: italic; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/7c46f288e8133b87e6b12b45dac71865.woff) format("woff"); font-weight: 500; font-style: normal; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/e62dc97e83a385e4d8cdc939cf1e4213.woff) format("woff"); font-weight: 500; font-style: italic; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/533af26cf28d7660f24c2884d3c27eac.woff) format("woff"); font-weight: 700; font-style: normal; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/20d494430c87e15e194932b729d48270.woff) format("woff"); font-weight: 700; font-style: italic; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/a50a1bd245ce63abcc0d1da80ff790d2.woff) format("woff"); font-weight: 900; font-style: normal; text-rendering: optimizeLegibility } @font-face { font-family: HelsinkiGrotesk; src: url(https://makasiini.hel.ninja/delivery/HelsinkiGrotesk/62a1781d8b396fbb025b0552cf6304d2.woff) format("woff"); } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; box-sizing: border-box; overflow-y: scroll; } body { font-family: HelsinkiGrotesk-Regular, Arial, sans-serif; margin: 0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; word-wrap: break-word; } .page { display: flex; flex-direction: column; min-height: 100vh; } .pageContent { width: 100%; } .pageFooter { /* ensure footer stays on bottom of the page */ margin-top: auto; }
0.347869
0.134236
md-bottom-sheet { transform: none !important; display: flex !important; flex-direction: column; } md-input-container { margin-bottom: 0 !important; } h1 { margin-top: 5px !important; } .topic-sentence { display: flex; justify-content: flex-start; flex-direction: column; } .topic-sentence .topic-contents-wrapper { width: 100%; box-sizing: border-box; } .topic-sentence .topic-contents-wrapper .topic-contents { padding-right: 10px; width: 100%; } .topic-sentence .topic-contents-wrapper .markdown-text-area { width: 100%; height: 250px; } .topic-sentence .markdown-wrapper { width: 100%; display: flex; justify-content: flex-start; flex-direction: column; } .topic-sentence .markdown-wrapper .markdown-preview { align-self: flex-end; font-size: 34px; padding-right: 15px; position: relative; right: 750px; } .topic-sentence .markdown-wrapper .markdown-show { width: 100%; word-break: break-all; padding: 5px 15px; } .title-wrapper { display: block; } html { font-family: roboto; } .sel-wrap { position: relative; } .input-group { padding: 25px; } .input-group label { position: absolute; bottom: 13px; left: 15px; z-index: 2; transition: all .2s ease-out; pointer-events: none; color: grey; } .input-group label.filled { left: 5px; transform: translateY(-160%); display: inherit; } .input-group label.active { color: blue; } .selectize-control.single .selectize-input { border: none; background-image: none; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); border-radius: 2px; background-color: #fafafa; } .selectize-control.single .selectize-input input { height: inherit; } .selectize-control.single .selectize-dropdown.single { box-sizing: border-box; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); border: none; } .selectize-control.single .selectize-dropdown.single .option { line-height: 36px; height: 36px; } .selectize-control.single .selectize-dropdown.single .option.active { background-color: #dcdcdc; } .selectize-control.single .selectize-dropdown.single .option.selected { background-color: Silver; } @media (min-width: 992px) { .md-button.md-icon-button { margin: 0 !important; } .topic-sentence { display: flex; justify-content: space-between; flex-direction: row; } .topic-sentence .topic-contents-wrapper { width: 50%; box-sizing: border-box; } .topic-sentence .topic-contents-wrapper .topic-contents { padding-right: 10px; width: 100%; } .topic-sentence .topic-contents-wrapper .markdown-text-area { width: 100%; height: 300px; } .topic-sentence .markdown-wrapper { width: 50%; } .topic-sentence .markdown-wrapper .markdown-show { width: 100%; word-break: break-all; padding: 5px 15px; } } .avatar { width: 50px; height: 50px; border-radius: 50%; } .markdown-wrapper { display: none; } @media (max-width: 420px) { md-bottom-sheet.md-list.md-has-header.ng-scope { background: beige; } .markdown-wrapper { display: none; } .markdown-wrapper .markdown-show { width: 100%; word-break: break-all; padding: 5px 15px; } } md-bottom-sheet { transform: none !important; display: flex !important; flex-direction: column; } md-input-container { margin-bottom: 0 !important; } /*# sourceMappingURL=newTopic.css.map */
app/components/newTopic/sass/newTopic.css
md-bottom-sheet { transform: none !important; display: flex !important; flex-direction: column; } md-input-container { margin-bottom: 0 !important; } h1 { margin-top: 5px !important; } .topic-sentence { display: flex; justify-content: flex-start; flex-direction: column; } .topic-sentence .topic-contents-wrapper { width: 100%; box-sizing: border-box; } .topic-sentence .topic-contents-wrapper .topic-contents { padding-right: 10px; width: 100%; } .topic-sentence .topic-contents-wrapper .markdown-text-area { width: 100%; height: 250px; } .topic-sentence .markdown-wrapper { width: 100%; display: flex; justify-content: flex-start; flex-direction: column; } .topic-sentence .markdown-wrapper .markdown-preview { align-self: flex-end; font-size: 34px; padding-right: 15px; position: relative; right: 750px; } .topic-sentence .markdown-wrapper .markdown-show { width: 100%; word-break: break-all; padding: 5px 15px; } .title-wrapper { display: block; } html { font-family: roboto; } .sel-wrap { position: relative; } .input-group { padding: 25px; } .input-group label { position: absolute; bottom: 13px; left: 15px; z-index: 2; transition: all .2s ease-out; pointer-events: none; color: grey; } .input-group label.filled { left: 5px; transform: translateY(-160%); display: inherit; } .input-group label.active { color: blue; } .selectize-control.single .selectize-input { border: none; background-image: none; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12); border-radius: 2px; background-color: #fafafa; } .selectize-control.single .selectize-input input { height: inherit; } .selectize-control.single .selectize-dropdown.single { box-sizing: border-box; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25); border: none; } .selectize-control.single .selectize-dropdown.single .option { line-height: 36px; height: 36px; } .selectize-control.single .selectize-dropdown.single .option.active { background-color: #dcdcdc; } .selectize-control.single .selectize-dropdown.single .option.selected { background-color: Silver; } @media (min-width: 992px) { .md-button.md-icon-button { margin: 0 !important; } .topic-sentence { display: flex; justify-content: space-between; flex-direction: row; } .topic-sentence .topic-contents-wrapper { width: 50%; box-sizing: border-box; } .topic-sentence .topic-contents-wrapper .topic-contents { padding-right: 10px; width: 100%; } .topic-sentence .topic-contents-wrapper .markdown-text-area { width: 100%; height: 300px; } .topic-sentence .markdown-wrapper { width: 50%; } .topic-sentence .markdown-wrapper .markdown-show { width: 100%; word-break: break-all; padding: 5px 15px; } } .avatar { width: 50px; height: 50px; border-radius: 50%; } .markdown-wrapper { display: none; } @media (max-width: 420px) { md-bottom-sheet.md-list.md-has-header.ng-scope { background: beige; } .markdown-wrapper { display: none; } .markdown-wrapper .markdown-show { width: 100%; word-break: break-all; padding: 5px 15px; } } md-bottom-sheet { transform: none !important; display: flex !important; flex-direction: column; } md-input-container { margin-bottom: 0 !important; } /*# sourceMappingURL=newTopic.css.map */
0.455441
0.062075
@import "grids.css"; @import "normalize.css"; @import "jquery.mCustomScrollbar.css"; @import "plyr.css"; @import "nouislider.css"; @import "owl.carousel.min.css"; @import "lightslider.min.css"; @import "select2.min.css"; html { margin-top: 0!important; } body { color: #171725; direction: rtl; font-family: yekan , arial; font-size: 14px; line-height: 1.7; margin: 0; padding: 0; background: #f5faff; font-weight: 400; } .clr { width: 100%; height: 20px; clear: both; } grammarly-desktop-integration { display: none; } a { color: #171725; text-decoration: none; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } a:hover { color: #57ba7e; } svg { display: inline-block; vertical-align: middle; } .show-for-desktop { display: block; } .show-for-desktop.inb { display: inline-block; } @media only screen and (max-width: 600px) { .show-for-desktop { display: none; } } .show-for-mobile { display: none; } @media only screen and (max-width: 600px) { .show-for-mobile { display: block; } .show-for-mobile.inb { display: inline-block; } } .tab-container > ul > li { display: none; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .tab-container > ul > li.active { display: block; animation-name: fadeInUp; animation-duration: .4s; } .user-set-pop-content > ul > li { display: none; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .user-set-pop-content > ul > li.active { display: block; animation-name: fadeInUp; animation-duration: .4s; } .tab-nav { text-align: center; margin-bottom: 10px; } .tab-nav ul { display: inline-block; padding: 5px; height: 35px; background: #ECF2FD; border-radius: 16px; } .tab-nav ul li { float: right; width: 85px; color: #696974; border-radius: 14px; line-height: 35px; cursor: pointer; transition: all .3s; } .tab-nav ul li.active { color: #fff; background: #5e57ba; } @media only screen and (max-width: 460px) { .tab-nav ul li { width: 80px; } } .radio-group { text-align: center; margin-bottom: 10px; } .radio-group ul { display: inline-block; padding: 5px; height: 35px; background: #ECF2FD; border-radius: 16px; } .radio-group ul li { float: right; } .radio-group ul li label { width: 85px; color: #696974; border-radius: 14px; line-height: 35px; cursor: pointer; transition: all .3s; } @media only screen and (max-width: 460px) { .radio-group ul li label { width: 80px; } } .radio-group ul li input:checked ~ label { color: #fff; background: #5e57ba; } select, button, textarea, input, label { font-family: yekan; } select:hover, button:hover, textarea:hover, input:hover, label:hover, select:focus, button:focus, textarea:focus, input:focus, label:focus { box-shadow: none; outline: none; } button { cursor: pointer; transition: all .3s; } p { font-size: 14px; line-height: 28px; color: #171725; margin: 0 0 20px; text-align: justify; } h1, h2, h3, h4, h5, h6 { font-family: yekan; margin: 0 0 15px; color: #171725; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } label { color: #171725; } ul { list-style: outside none none; margin: 0; padding: 0; } ul li { -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } img { height: auto; display: block; max-width: 100%; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } @keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 30%, 0); } to { opacity: 1; transform: none; } } i { font-style: normal!important; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } @font-face { font-family: yekan; font-style: normal; font-weight: 100; src: url('../font/Yekan-Bakh-FaNum-Hairline.eot'); src: url('../font/Yekan-Bakh-FaNum-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Hairline.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Hairline.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Hairline.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 200; src: url('../font/Yekan-Bakh-FaNum-Thin.eot'); src: url('../font/Yekan-Bakh-FaNum-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Thin.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Thin.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Thin.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 300; src: url('../font/Yekan-Bakh-FaNum-Light.eot'); src: url('../font/Yekan-Bakh-FaNum-Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Light.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 400; src: url('../font/Yekan-Bakh-FaNum-Regular.eot'); src: url('../font/Yekan-Bakh-FaNum-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Regular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Regular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Regular.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 500; src: url('../font/Yekan-Bakh-FaNum-Medium.eot'); src: url('../font/Yekan-Bakh-FaNum-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Medium.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 700; src: url('../font/Yekan-Bakh-FaNum-Bold.eot'); src: url('../font/Yekan-Bakh-FaNum-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Bold.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 800; src: url('../font/Yekan-Bakh-FaNum-Heavy.eot'); src: url('../font/Yekan-Bakh-FaNum-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Heavy.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Heavy.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Heavy.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 900; src: url('../font/Yekan-Bakh-FaNum-Fat.eot'); src: url('../font/Yekan-Bakh-FaNum-Fat.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Fat.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Fat.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Fat.ttf') format('truetype'); } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #92929d; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #92929d; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #92929d; } .owl-carousel { position: relative; } .owl-carousel .owl-nav { position: absolute; left: -54px; right: -54px; top: 50%; margin-top: -46px; } @media only screen and (max-width: 1500px) { .owl-carousel .owl-nav { position: static; width: 150px; margin: 0 auto; } } .owl-carousel .owl-nav button { width: 42px; height: 42px; text-align: center; line-height: 42px !important; border-radius: 50%; background: #4361EE !important; box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.07); transition: all .3s; } .owl-carousel .owl-nav button * { display: inline-block; vertical-align: middle; } .owl-carousel .owl-nav button.owl-next { float: right; } .owl-carousel .owl-nav button.owl-prev { float: left; } .owl-carousel .owl-nav button:hover { box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.07); } .owl-carousel .owl-nav button.disabled { display: none; } ul.circle li { padding-right: 26px; position: relative; line-height: 30px; margin-bottom: 5px; color: #92929d; } ul.circle li:before { content: ""; width: 11px; height: 11px; border: 2px solid #57ba7e; border-radius: 50%; position: absolute; right: 0; top: 7px; } div.link { text-align: center; } div.link a, div.link button, div.link span { padding: 0 35px; border: none; cursor: pointer; display: inline-block; color: #fff; font-weight: 900; text-align: center; line-height: 50px; border-radius: 24px; background: #57ba7e; } div.link a:hover, div.link button:hover, div.link span:hover { background: #419d65; } .lbtn { padding: 0 44px; border: none; cursor: pointer; display: inline-block; color: #fff; font-weight: 700; text-align: center; line-height: 50px; border-radius: 15px; background: #57ba7e; } .lbtn:hover { background: #419d65; } .label-container { position: relative; } .label-container input { width: 0; height: 0; position: absolute; left: 0; top: 0; opacity: 0; } .label-container label { cursor: pointer; transition: all .3s; display: block; } .check-toggle { position: relative; } .check-toggle input { width: 0; height: 0; position: absolute; left: 0; top: 0; opacity: 0; } .check-toggle label { cursor: pointer; transition: all .3s; display: block; width: 28px; height: 18px; background: #B8BABF; border-radius: 9px; position: relative; } .check-toggle label span { position: absolute; width: 8px; height: 8px; background: #fff; left: 5px; top: 5px; border-radius: 50%; transition: all .1s; } .check-toggle input:checked ~ label { background: #57ba7e; } .check-toggle input:checked ~ label span { left: 15px; } .top-title { background: #fff; border-radius: 50px; padding: 16px 22px; overflow: hidden; line-height: 50px; margin-bottom: 25px; } @media only screen and (max-width: 600px) { .top-title { text-align: center; } } .top-title h1, .top-title h2, .top-title h3, .top-title h4, .top-title h5, .top-title h6 { font-size: 18px; margin-bottom: 0; float: right; } @media only screen and (max-width: 600px) { .top-title h1, .top-title h2, .top-title h3, .top-title h4, .top-title h5, .top-title h6 { float: none; margin-bottom: 10px; } } .top-title .more { float: left; display: inline-block; padding: 0 27px; color: #fff; border-radius: 15px; font-weight: bold; background: #5e57ba; } .top-title .more:hover { background: #47419d; } @media only screen and (max-width: 600px) { .top-title .more { float: none; } } div.rate { text-align: center; line-height: 22px; margin-bottom: 14px; } div.rate .rate { display: inline-block; background: #FF974A; border-radius: 11px; padding: 0 5px 0 11px; font-size: 12px; color: #fff; font-family: "arial"; } div.rate .rate span.icon { margin-left: 3px; } .langs-list { margin-bottom: 18px; } .langs-list li { display: inline-block; vertical-align: middle; margin: 0 0 10px 10px; } .langs-list li .lang { display: inline-block; background: #F2F6FC; border: 1px solid #E8ECF2; padding: 12px; border-radius: 25px; line-height: 25px; position: relative; } .langs-list li .lang span { display: inline-block; vertical-align: middle; } .langs-list li .lang span.flag { width: 24px; margin-left: 10px; } .langs-list li .lang span.flag img { border-radius: 50%; } .langs-list li .lang span.title { min-width: 58px; font-size: 16px; font-weight: 700; color: #171725; } .langs-list li .lang .nat { line-height: 26px; height: 22px; padding: 0 11px; background: #57BA7E; border: 4px solid #e3f4e9; border-radius: 15px; color: #fff; position: absolute; top: -14px; left: 50%; margin-left: -35px; } .input-container { border: 2px solid #E0E4F5; background: #fff; height: 58px; position: relative; border-radius: 25px; margin-bottom: 10px; padding: 0 15px; } .input-container ::-webkit-input-placeholder { color: #B8BABF; font-size: 14px; opacity: 1; } .input-container ::-moz-placeholder { color: #B8BABF; font-size: 14px; opacity: 1; } .input-container :-ms-input-placeholder { color: #B8BABF; font-size: 14px; opacity: 1; } .input-container :-o-input-placeholder { color: #B8BABF; font-size: 14px; opacity: 1; } .input-container textarea, .input-container input { width: 100%; background: none; border: none; font-size: 14px; height: 58px; line-height: 58px; position: relative; z-index: 2; padding: 0; } .input-container > span { position: absolute; padding: 0 6px; font-size: 14px; color: #B8BABF; transition: top .3s , right .3s; height: 30px; line-height: 30px; top: 24px; right: 15px; line-height: 1; } .input-container > span b { color: #171725; font-weight: 400; } .input-container > span .small { font-size: 10px; } .input-container .right-bg { position: absolute; right: 21px; top: 18px; color: #8895ba; padding-left: 8px; } .input-container .right-bg:before { content: ""; width: 2px; height: 16px; background: #e8ecf1; position: absolute; left: 0; top: 3px; } .input-container .left-bg { position: absolute; left: 20px; top: 17px; } .input-container.active { background: #fff; border-color: #57ba7e; } .input-container.active span { background: #fff; right: 42px; top: -8px; } .input-container.active .right-bg { color: #57ba7e; } .input-container.icon { padding-right: 65px; } .input-container.icon span { right: 65px; } .input-container.phone { padding-right: 65px; } .input-container.phone span { right: 65px; } .input-container.phone .code { position: absolute; left: 10px; top: 10px; line-height: 24px; padding: 5px; direction: ltr; background: #edf1f8; border-radius: 18px; } .input-container.phone .code span { display: inline-block; vertical-align: middle; } .input-container.phone .code span.precode { padding: 0 10px; color: #8895BA; } .input-container.textarea { height: auto; padding-top: 60px; padding-right: 15px; } .input-container.textarea textarea { height: 60px; line-height: 24px; } .input-container.spin { padding: 10px 22px 15px; } @media only screen and (max-width: 600px) { .input-container.spin { padding: 10px 7px 15px; } } .input-container.spin span { font-size: 14px; padding-top: 9px; color: #171725; } @media only screen and (max-width: 600px) { .input-container.spin span { padding-right: 0; } } .input-container.spin .input-group { float: left; padding-top: 16px; } .input-container.spin .input-group .input-group-prepend { float: left; } .input-container.spin .input-group .input-group-prepend button { width: 31px; height: 31px; border: 3px solid #cdd5de; color: #cdd5de; font-size: 24px; background: none; min-width: 31px !important; padding: 0; text-align: center; line-height: 29px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .input-container.spin .input-group input { width: 48px; float: left; line-height: 31px; height: 31px; border: none; text-align: center; padding: 0; font-size: 18px; font-weight: bold; color: #143861; } @media only screen and (max-width: 600px) { .input-container.spin .input-group input { width: 20px; } } .input-container.spin .input-group .input-group-append { float: left; } .input-container.spin .input-group .input-group-append button { width: 31px; height: 31px; border: 2px solid #57ba7e; color: #fff; font-size: 24px; background: #57ba7e; min-width: 31px !important; padding: 0; text-align: center; line-height: 29px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .input-container .text { padding: 18px 2px; height: 51px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } @media only screen and (max-width: 600px) { .input-container .text { height: 98px; } } .input-container .text .input-group { float: left; padding-top: 16px; } .input-container .text .input-group .input-group-prepend { float: left; } .input-container .text .input-group .input-group-prepend button { width: 29px; height: 29px; border: 3px solid #cdd5de; color: #cdd5de; font-size: 20px; background: none; min-width: 27px !important; padding: 0; text-align: center; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .input-container .text .input-group input { width: 30px; float: left; line-height: 31px; height: 31px; border: none; text-align: center; padding: 0; } .input-container .text .input-group .input-group-append { float: left; } .input-container .text .input-group .input-group-append button { width: 29px; height: 29px; border: 3px solid #57ba7e; color: #fff; font-size: 20px; background: #57ba7e; min-width: 27px !important; padding: 0; text-align: center; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .input-container .text span { line-height: 53px; color: #00315B; font-size: 16px; } @media only screen and (max-width: 600px) { .input-container .text span { display: block; } } .input-container .text ul { line-height: 53px; height: 53px; background: #fff; border-radius: 19px; float: left; padding-left: 23px; } @media only screen and (max-width: 600px) { .input-container .text ul { float: none; padding-left: 10px; } } .input-container .text ul li { display: inline-block; line-height: 53px; float: right; } .input-container .text ul li.day { border-left: 1px solid #f5faff; padding: 0 10px; } .input-container .text ul li.day select, .input-container .text ul li.day input { width: 87px; background: none; border: none; } @media only screen and (max-width: 600px) { .input-container .text ul li.day select, .input-container .text ul li.day input { width: 60px; } } .input-container .text ul li.titl { width: 59px; padding-right: 10px; line-height: 58px; } .input-container .text ul li.hour input, .input-container .text ul li.min input { padding: 0; text-align: center; width: 23px; } .input-container.fill { background: #F5FAFF; height: auto; } .input-container.fill label { font-size: 17px; margin-bottom: 17px; } .text-container { border: 1px solid #f8f8f8; background: #f8f8f8; position: relative; height: 113px; border-radius: 25px; margin-bottom: 10px; padding: 0 15px; } .text-container ::-webkit-input-placeholder { color: #58697A; font-size: 16px; opacity: 1; } .text-container ::-moz-placeholder { color: #58697A; font-size: 16px; opacity: 1; } .text-container :-ms-input-placeholder { color: #58697A; font-size: 16px; opacity: 1; } .text-container :-o-input-placeholder { color: #58697A; font-size: 16px; opacity: 1; } .text-container textarea { width: 100%; background: none; border: none; font-size: 16px; height: 113px; line-height: 28px; position: relative; z-index: 2; padding: 0; } .text-container span { position: absolute; padding: 0 6px; font-size: 16px; color: #58697A; transition: top .3s , right .3s; height: 30px; line-height: 30px; top: 17px; right: 15px; line-height: 1; } .text-container.active { background: #fff; border-color: #3b56cb; } .text-container.active span { color: #3b56cb; background: #fff; right: 42px; top: -8px; } .shade { background: #FFFFFF; border-radius: 40px; margin-bottom: 30px; } .widget-title { line-height: 70px; border-bottom: 1px solid #f9fafc; padding: 10px 50px 0 89px; margin: 0 0px 10px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: table; position: relative; } @media only screen and (max-width: 800px) { .widget-title { padding: 10px 20px 0 30px; } } .widget-title h1, .widget-title h2, .widget-title h3, .widget-title h4, .widget-title h5, .widget-title h6 { font-size: 18px; margin-bottom: 0; color: #000; font-weight: 900; float: right; } .widget-title select { height: 42px; padding: 0 25px; margin-bottom: 10px; float: left; margin-top: 10px; margin-left: 70px; border: none; background: #f5faff; -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; } .widget-title .dot3 { position: absolute; left: 29px; top: 10px; padding-left: 37px; } @media only screen and (max-width: 800px) { .widget-title .dot3 { padding-left: 0; } } .widget-title .dot3 span { display: inline-block; width: 4px; height: 4px; margin-right: 2px; background: #c7c9d0; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .widget-title .exp { float: right; margin-right: 45px; } @media only screen and (max-width: 800px) { .widget-title .exp { float: none; margin-right: 0; clear: both; } } .widget-title .exp p { line-height: 70px; margin-bottom: 0; font-size: 18px; color: #636379; } .widget-title .exp p .num { font-size: 18px; font-weight: bold; color: #171725; margin-right: 3px; } .widget-title .exp p .name { margin-left: 7px; } .widget-content { padding: 10px 30px 20px; } @media only screen and (max-width: 800px) { .widget-content { padding: 10px 10px 20px; } } .button { text-align: center; } .button .send { width: 130px; line-height: 50px; border-radius: 20px; background: #57ba7e; border: none; color: #fff; display: inline-block; transition: all .3s; } .button .send:hover { background: #419d65; } .button .cancel { width: 130px; line-height: 50px; border-radius: 20px; background: #FD797A; border: none; color: #fff; display: inline-block; transition: all .3s; } .button .cancel:hover { background: #fc4748; } .button .back { width: 130px; line-height: 50px; border-radius: 20px; background: #F4F5FA; border: none; color: #5A6274; display: inline-block; transition: all .3s; } .button .back:hover { background: #d1d5ea; } .button .more { width: 130px; line-height: 50px; border-radius: 20px; background: #fff; border: none; color: #5A6274; display: inline-block; transition: all .3s; } .button .more:hover { background: #e6e6e6; } .country-op { line-height: 43px; } .country-op span { display: inline-block; vertical-align: middle; color: #B8BABF; } .country-op span.flag { width: 32px; position: relative; margin-left: 15px; } .country-op span.flag:before { content: ""; position: absolute; left: 0; width: 2px; height: 14px; border-radius: 2px; background: #e8ecf1; top: 6px; } .title-more { overflow: hidden; line-height: 50px; margin-bottom: 50px; } .title-more h1, .title-more h2, .title-more h3, .title-more h4, .title-more h5, .title-more h6 { font-size: 24px; float: right; font-weight: 900; color: #000; margin-bottom: 0; } @media only screen and (max-width: 800px) { .title-more h1, .title-more h2, .title-more h3, .title-more h4, .title-more h5, .title-more h6 { font-size: 18px; } } .title-more .more { width: 134px; height: 50px; line-height: 50px; text-align: center; float: left; font-size: 14px; border-radius: 15px; color: #fff; font-weight: bold; background: #5e57ba; border: none; transition: all .3s; cursor: pointer; } .title-more .more:hover { background: #47419d; } div.pre-title { text-align: center; margin-bottom: 29px; } div.pre-title span { display: inline-block; padding: 0 18px; line-height: 38px; border-radius: 24px; border: 6px solid #E9F2FB; font-size: 14px; color: #fff; font-weight: bold; margin-bottom: 10px; background: #57ba7e; } div.pre-title h1, div.pre-title h2, div.pre-title h3, div.pre-title h4, div.pre-title h5, div.pre-title h6 { font-size: 24px; color: #000; font-weight: 900; margin-bottom: 0; } @media only screen and (max-width: 800px) { div.pre-title h1, div.pre-title h2, div.pre-title h3, div.pre-title h4, div.pre-title h5, div.pre-title h6 { font-size: 18px; } } div.pre-title p { font-size: 14px; padding-top: 7px; color: #6E7A8A; line-height: 22px; text-align: center; } #menus > ul { display: none; } html, body { height: 100%; } #site-content { position: relative; z-index: 1; } #sidemenu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); z-index: -1; overflow: hidden; opacity: 0; -webkit-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; } #sidemenu > div { width: 290px; background: #fff; border-radius: 20px 0 0 20px; height: 100%; overflow: auto; position: relative; right: -290px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; } #sidemenu > div #slogo { color: #fff; padding: 36px 40px 61px; } #sidemenu > div #slogo a { color: #fff; font-weight: bold; font-family: tahoma; font-size: 28px; } #sidemenu > div #slogo a i { color: #57ba7e; font-size: 40px; position: relative; top: 4px; } #sidemenu > div div.login { padding: 0px 20px; min-height: 120px; } #sidemenu > div div.login .active a { color: #fff; } #sidemenu > div .user-prfile { text-align: center; margin-bottom: 69px; } @media only screen and (max-height: 800px) { #sidemenu > div .user-prfile { margin-bottom: 25px; } } #sidemenu > div .user-prfile .avatar { margin-bottom: 21px; } #sidemenu > div .user-prfile .avatar .img { width: 64px; height: 64px; margin: 0 auto; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } #sidemenu > div .user-prfile .name { font-size: 16px; margin-bottom: 9px; line-height: 20px; } #sidemenu > div .user-prfile .go-dashboard { display: inline-block; color: #fff; width: 140px; height: 48px; line-height: 48px; border-radius: 24px; font-weight: bold; background: #5e57ba; } #sidemenu > div #smenu { padding: 20px 23px 50px; min-height: calc(100vh - 520px); box-sizing: border-box; } #sidemenu > div #smenu > ul > li { line-height: 66px; position: relative; } #sidemenu > div #smenu > ul > li svg { position: absolute; color: #bcbfc3; left: 0; top: 15px; width: 15px; font-size: 8px; cursor: pointer; text-align: center; z-index: 2; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #sidemenu > div #smenu > ul > li svg:hover { color: #57ba7e; } #sidemenu > div #smenu > ul > li svg.active { -webkit-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } #sidemenu > div #smenu > ul > li > a { color: #000; display: block; font-size: 16px; border-bottom: 1px solid #F4F5FA; padding: 0 20px; } #sidemenu > div #smenu > ul > li > a:hover { color: #57ba7e; } #sidemenu > div #smenu > ul > li ul { margin-right: 10px; display: none; } #sidemenu > div #smenu > ul > li ul > li { line-height: 50px; position: relative; } #sidemenu > div #smenu > ul > li ul > li svg { position: absolute; color: #bcbfc3; left: 0; width: 15px; font-size: 8px; cursor: pointer; text-align: center; z-index: 2; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #sidemenu > div #smenu > ul > li ul > li svg:hover { color: #57ba7e; } #sidemenu > div #smenu > ul > li ul > li > a { color: #000; display: block; border-bottom: 1px solid #F4F5FA; padding: 0 20px; } #sidemenu > div #smenu > ul > li ul > li > a:hover { color: #57ba7e; } #sidemenu > div #smenu > ul > li ul > li.active > a { color: #57ba7e; } #sidemenu > div #smenu > ul > li.active > a { color: #57ba7e; } #sidemenu > div #side-choose-lang { margin-top: 5px; position: relative; margin: 5px 23px 10px; } #sidemenu > div #side-choose-lang div.top { height: 45px; background: #F5FAFF; border-radius: 27px; position: relative; z-index: 2; } #sidemenu > div #side-choose-lang div.top .choosen { display: block; line-height: 45px; cursor: pointer; padding: 0 11px; color: #000; } #sidemenu > div #side-choose-lang div.top .choosen span { display: inline-block; vertical-align: middle; } #sidemenu > div #side-choose-lang div.top .choosen span.flag { margin-left: 16px; width: 24px; } #sidemenu > div #side-choose-lang div.top:after { content: ""; width: 10px; height: 6px; background: url(images/downl.svg); position: absolute; left: 15px; top: 19px; } #sidemenu > div #side-choose-lang .drop { position: absolute; background: #fff; right: 0; left: 0; top: 0; display: none; padding: 50px 20px 15px; border-radius: 22px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } #sidemenu > div #side-choose-lang .drop li { line-height: 24px; padding: 15px 0 0; } #sidemenu > div #side-choose-lang .drop li a { color: #000; } #sidemenu > div #side-choose-lang .drop li a:hover { color: #57ba7e; } #sidemenu > div #side-choose-lang .drop li a span { display: inline-block; vertical-align: middle; } #sidemenu > div #side-choose-lang .drop li a span.flag { margin-left: 16px; width: 24px; } #sidemenu > div .side-support { text-align: center; margin-bottom: 45px; } #sidemenu > div .side-support span { display: inline-block; vertical-align: middle; font-size: 16px; line-height: 35px; color: #000; } #sidemenu > div .side-support span.icon { width: 35px; height: 35px; line-height: 35px; background: #ecf2fd; border-radius: 15px; margin-left: 5px; } #sidemenu > div .side-support span.number { margin-right: 10px; padding: 0 18px; font-size: 14px; background: #ecf2fd; border-radius: 16px; direction: ltr; } .out2 #sidemenu > div { right: -290px !important; } .out #site-content { position: fixed; width: 100%; top: 0; } .out #sidemenu { display: block; opacity: 1; z-index: 2; } .out #sidemenu > div { right: 0; } .rows { background: #fff; } #header.fixed { position: fixed; top: 0; animation-name: fadeIn; animation-duration: .4s; padding: 10px 0 15px; border-radius: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); z-index: 200; } @keyframes fadeIn { 0% { opacity: 0; transform: translateY(-20%); } 100% { opacity: 1; transform: translateY(0); } } #header { background: #5e57ba; padding: 20px 0 31px; border-radius: 0px 0px 40px 40px; position: relative; z-index: 2; } @media only screen and (max-width: 800px) { #header { padding-bottom: 10px; } } #header #logo { float: right; } #header #mainmenu { float: right; padding-top: 18px; } #header #mainmenu > ul > li { float: right; margin-left: 16px; position: relative; } #header #mainmenu > ul > li > a { font-size: 16px; color: #F6F7FC; } #header #mainmenu > ul > li > a:hover { color: #57ba7e; } #header #mainmenu > ul > li.active > a { color: #57ba7e; } #header #mainmenu > ul > li > ul { -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); position: absolute; background: #fff; right: 0; width: 250px; display: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; } #header #mainmenu > ul > li > ul li { line-height: 50px; border-bottom: 1px solid #edf0f3; position: relative; } #header #mainmenu > ul > li > ul li a { display: block; font-size: 14px; padding: 0 20px; } #header #mainmenu > ul > li > ul li:last-child { border-bottom: none; } #header #mainmenu > ul > li > ul li ul { position: absolute; background: #fff; right: 250px; top: 0; width: 250px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); display: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; } #header #mainmenu > ul > li > ul li:hover > ul { display: block; animation-name: fadeInUp; animation-duration: .4s; } #header #mainmenu > ul > li > ul li.parent > a:after { font-family: "fontello"; content: '⏴'; font-size: 18px; position: absolute; left: 15px; top: 0px; } #header #mainmenu > ul > li:hover > ul { display: block; animation-name: fadeInUp; animation-duration: .4s; } #header #mainmenu > ul > li.parent > a:after { content: '⏷'; font-size: 14px; margin-right: 6px; } @media only screen and (max-width: 800px) { #header #mainmenu { display: none; } } #header div.login { float: left; padding-top: 18px; position: relative; } #header div.login a { display: block; font-size: 16px; font-weight: bold; color: #fff; } #header div.login a .icon { color: #E3E7FF; margin-left: 8px; } #header div.login a:hover { color: #57ba7e; } #header div.login a:hover .icon { color: #57ba7e; } @media only screen and (max-width: 800px) { #header div.login { display: none; } } #header div.login div.drop { position: absolute; background: #FFFFFF; box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); border-radius: 20px; width: 208px; min-height: 100px; top: 90px; left: 0; opacity: 0; transition: all .3s; visibility: hidden; } #header div.login div.drop .drop-container { padding: 20px 30px; position: relative; z-index: 2; border-radius: 40px; background: #fff; } #header div.login div.drop a { color: #171725; display: block; font-size: 14px; font-weight: normal; line-height: 35px; } #header div.login div.drop a .icon { color: #5e57ba; } #header div.login div.drop:before { content: ""; width: 48px; height: 48px; background: #fff; position: absolute; transform: rotate(45deg); left: 50%; margin-left: -24px; top: -4px; z-index: -1; box-shadow: 0 0 4px rgba(64, 100, 155, 0.08); border-radius: 5px; } #header div.login:hover .drop { opacity: 1; display: block; visibility: visible; top: 68px; z-index: 4; } #header #header-choose-lang { float: left; margin-left: 45px; margin-top: 12px; position: relative; } #header #header-choose-lang div.top { width: 130px; height: 40px; background: #F5FAFF; border-radius: 27px; position: relative; z-index: 2; } #header #header-choose-lang div.top .choosen { display: block; line-height: 40px; cursor: pointer; padding: 0 11px; color: #000; } #header #header-choose-lang div.top .choosen span { display: inline-block; vertical-align: middle; } #header #header-choose-lang div.top .choosen span.flag { margin-left: 16px; width: 24px; } #header #header-choose-lang div.top:after { content: ""; width: 10px; height: 6px; background: url(images/downl.svg); position: absolute; left: 15px; top: 19px; } #header #header-choose-lang .drop { position: absolute; background: #fff; right: 0; left: 0; top: 0; display: none; padding: 50px 20px 15px; border-radius: 22px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } #header #header-choose-lang .drop li { line-height: 24px; padding: 15px 0 0; } #header #header-choose-lang .drop li a { color: #000; } #header #header-choose-lang .drop li a:hover { color: #57ba7e; } #header #header-choose-lang .drop li a span { display: inline-block; vertical-align: middle; } #header #header-choose-lang .drop li a span.flag { margin-left: 16px; width: 24px; } #header #mmenu { display: none; } @media only screen and (max-width: 1020px) { #header.desk { display: none; } } #header.mob { display: none; padding-bottom: 27px !important; } #header.mob #logo { position: absolute; right: 50%; top: 19px; transform: translateX(50%); } #header.mob #mmenu { margin-top: 7px; float: right; cursor: pointer; display: block; } #header.mob div.login { padding-top: 5px; display: block !important; } #header.mob div.login .icon { margin-left: 0; } #header.mob div.login.active .drop { top: 45px; } #header.mob div.login.active .drop:before { display: none; } @media only screen and (max-width: 1020px) { #header.mob { display: block; } } #filters { position: relative; padding: 33px 0 7px; margin-bottom: 30px; } #filters::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: -40px; background: #fff; border-radius: 0 0 40px 40px; } #filters .filters { position: relative; z-index: 3; display: table; margin-bottom: 27px; width: 100%; } #filters .filters .view-commwnt { height: 60px; border-radius: 30px; background: #5e57ba; color: #fff; font-size: 12px; font-weight: bold; text-align: center; line-height: 60px; display: none; width: 100%; border: none; transition: all .3s; } #filters .filters .view-commwnt:hover { background: #47419d; } #filters .filters > div { display: table-row; } @media only screen and (max-width: 1300px) { #filters .filters > div { display: block; } } @media only screen and (max-width: 1020px) { #filters .filters { position: fixed; right: -310px; top: 0; bottom: 0; width: 220px; margin-bottom: 0; padding: 40px 30px; background: #fff; display: block; overflow: auto; border-radius: 40px 0 0 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); transition: all .3s; } #filters .filters .sfilter { width: auto !important; float: none; height: auto; background: none !important; border-bottom: 1px solid #f4f5fa; border-radius: 0 !important; } #filters .filters .sfilter .drop-value { height: 78px !important; line-height: 78px !important; } #filters .filters .sfilter .drop-value span.icon { width: 35px; height: 35px; line-height: 35px; background: #ECF2FD; border-radius: 15px; display: inline-block; vertical-align: middle; text-align: center; } #filters .filters .sfilter.drop-filter .drop { position: static; max-height: 0; overflow: hidden; transition: all .4s; opacity: 1; min-height: unset; visibility: visible; width: auto !important; background: none; box-shadow: none; } #filters .filters .sfilter.drop-filter .drop:before { display: none; } #filters .filters .sfilter.drop-filter .drop .drop-container { padding: 20px 10px; } #filters .filters .sfilter.drop-filter.active .drop { overflow: visible; max-height: 360px; } #filters .filters .sfilter.trial { background: #f5faff !important; border-radius: 25px !important; border: none; padding-right: 29px; margin-top: 15px; } #filters .filters .sfilter.trial .icon { display: none; } #filters .filters .sfilter.native { position: absolute; bottom: 0; left: 0; right: 0; background: #f5faff !important; border-radius: 25px !important; border: none; } #filters .filters .sfilter.native .show-for-mobile { display: inline-block !important; } #filters .filters .sfilter.native .show-for-desktop { display: none; } #filters .filters .sfilter.level .drop-container label { font-size: 14px !important; } #filters .filters > div { position: relative; padding-bottom: 65px; margin-bottom: 20px; } #filters .filters .view-commwnt { display: block !important; } #filters .filters.active { right: 0; } } #filters .sfilter { display: table-cell; position: relative; background: #f5faff; border-left: 2px solid #fff; height: 48px; vertical-align: middle; } @media only screen and (max-width: 1300px) { #filters .sfilter { display: block; float: right; width: 20% !important; box-sizing: border-box; border-bottom: 2px solid #fff; } } @media only screen and (max-width: 1020px) { #filters .sfilter { width: 50% !important; } } #filters .sfilter:first-child { border-radius: 0 24px 24px 0; } @media only screen and (max-width: 1300px) { #filters .sfilter:first-child .drop { transform: translate(0) !important; } } #filters .sfilter:last-child { border-radius: 24px 0 0 24px; } @media only screen and (max-width: 1020px) { #filters .sfilter:last-child { border-radius: 24px; } } #filters .sfilter span.icon { margin-right: 16px; margin-left: 15px; } #filters .sfilter span.text { font-size: 16px; color: #000; } #filters .sfilter span.drop-icon { float: left; margin-left: 14px; } #filters .sfilter .check-toggle { float: left; margin-left: 14px; margin-top: 4px; } #filters .sfilter .check-toggle label span { background: #f5faff; } #filters .sfilter.trial { width: 233px; line-height: 48px; } #filters .sfilter.trial .check-toggle { margin-top: 14px; } @media only screen and (max-width: 1300px) { #filters .sfilter.trial { width: 40% !important; } } @media only screen and (max-width: 1020px) { #filters .sfilter.trial { width: 100% !important; } } #filters .sfilter.native { width: 188px; line-height: 48px; } #filters .sfilter.native .check-toggle { margin-top: 14px; } #filters .sfilter.native span.text { margin-right: 16px; } @media only screen and (max-width: 1020px) { #filters .sfilter.native { border-radius: 24px 0 0 24px; } } #filters .sfilter.drop-filter .drop-value { height: 48px; line-height: 48px; cursor: pointer; } #filters .sfilter.drop-filter .drop { position: absolute; background: #FFFFFF; box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); border-radius: 40px; width: 278px; min-height: 100px; top: 90px; right: 0; transform: translateX(20%); opacity: 0; transition: all .3s; visibility: hidden; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter .drop { transform: translateX(0%) !important; right: 0 !important; left: inherit !important; } } #filters .sfilter.drop-filter .drop:before { content: ""; width: 48px; height: 48px; background: #fff; position: absolute; transform: rotate(45deg); left: 50%; margin-left: -24px; top: -7px; z-index: -1; box-shadow: 0 0 4px rgba(64, 100, 155, 0.08); border-radius: 5px; } #filters .sfilter.drop-filter .drop .drop-container { padding: 20px 30px; position: relative; z-index: 2; border-radius: 40px; background: #fff; } #filters .sfilter.drop-filter.active .drop { opacity: 1; display: block; visibility: visible; top: 68px; z-index: 4; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.price { border-radius: 0 24px 24px 0; } } #filters .sfilter.drop-filter.price .drop { direction: ltr; width: 324px; } @media only screen and (max-width: 600px) { #filters .sfilter.drop-filter.price .drop { width: 300px; } } #filters .sfilter.drop-filter.price .drop-container h4 { font-size: 14px; color: #303030; text-align: center; margin-bottom: 32px; } #filters .sfilter.drop-filter.price .noUi-horizontal { height: 4px; border: none; background: #f7f7fa; } #filters .sfilter.drop-filter.price .noUi-connect { background: #0eb582; } #filters .sfilter.drop-filter.price #priceslider { margin: 0 40px 20px; } #filters .sfilter.drop-filter.price .noUi-handle { width: 12px; height: 12px; background: #fff; border: 5px solid #0eb582; border-radius: 50%; box-sizing: initial; box-shadow: none; top: -9px; transform: translateX(-6px); } #filters .sfilter.drop-filter.price .noUi-handle:before, #filters .sfilter.drop-filter.price .noUi-handle:after { display: none; } #filters .sfilter.drop-filter.price .price-values { height: 38px; margin-bottom: 11px; } #filters .sfilter.drop-filter.price .price-values .min, #filters .sfilter.drop-filter.price .price-values .max { direction: rtl; width: 92px; background: #ECF2FD; border-radius: 15px; height: 38px; line-height: 38px; color: #92929d; text-align: center; position: relative; } #filters .sfilter.drop-filter.price .price-values .min:before, #filters .sfilter.drop-filter.price .price-values .max:before { content: ""; width: 16px; height: 16px; border-radius: 5px; background: #ECF2FD; transform: rotate(45deg); position: absolute; left: 50%; top: -5px; margin-left: -8px; } #filters .sfilter.drop-filter.price .price-values .min .text, #filters .sfilter.drop-filter.price .price-values .max .text { font-size: 10px; margin-right: 5px; color: #92929d; } #filters .sfilter.drop-filter.price .price-values .min { float: right; } #filters .sfilter.drop-filter.price .price-values .max { float: left; } #filters .sfilter.drop-filter.price .avrage { text-align: center; color: #646464; direction: rtl; } #filters .sfilter.drop-filter.price .avrage span { display: inline-block; vertical-align: middle; } #filters .sfilter.drop-filter.price .avrage span.num { font-size: 20px; font-weight: bold; color: #171725; } #filters .sfilter.drop-filter.price .avrage span.tom { color: #92929d; } #filters .sfilter.drop-filter.lang .search-op { height: 40px; position: relative; background: #ecf2fd; border-radius: 15px; padding: 0 15px 0 38px; margin-bottom: 15px; } #filters .sfilter.drop-filter.lang .search-op input { width: 100%; height: 40px; line-height: 40px; border: none; background: none; padding: 0; color: #273C66; } #filters .sfilter.drop-filter.lang .search-op span { position: absolute; left: 13px; top: 8px; } #filters .sfilter.drop-filter.lang .drop-options { max-height: 220px; overflow: auto; } #filters .sfilter.drop-filter.lang .drop-option { overflow: hidden; margin-bottom: 9px; } #filters .sfilter.drop-filter.lang .drop-option label { padding: 10px 18px; border-radius: 10px; border: 1px solid transparent; } #filters .sfilter.drop-filter.lang .drop-option input:checked ~ label { border: 1px solid #57ba7e; } #filters .sfilter.drop-filter.lang .drop-option .right { width: 24px; float: right; } #filters .sfilter.drop-filter.lang .drop-option .right img { border-radius: 50%; } #filters .sfilter.drop-filter.lang .drop-option .left { margin-right: 38px; } #filters .sfilter.drop-filter.lang .drop-option .left span { display: block; line-height: 1; color: #171725; } #filters .sfilter.drop-filter.lang .drop-option .left span.top { font-weight: 700; } #filters .sfilter.drop-filter.lang .drop-option .left span.bot { font-size: 10px; font-family: 'Open Sans'; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.sex { border-radius: 24px 0 0 24px; } } @media only screen and (max-width: 600px) { #filters .sfilter.drop-filter.sex .drop { right: inherit !important; left: 0 !important; } } #filters .sfilter.drop-filter.sex .drop-container { padding: 40px 30px; } #filters .sfilter.drop-filter.sex h4 { margin-bottom: 30px; } #filters .sfilter.drop-filter.sex .gender { height: 35px; padding: 5px; background: #ecf2fd; border-radius: 15px; text-align: center; } #filters .sfilter.drop-filter.sex .gender li { float: right; width: 33.333%; } #filters .sfilter.drop-filter.sex .gender li label { display: block; line-height: 35px; border-radius: 10px; color: #696974; } #filters .sfilter.drop-filter.sex .gender li input:checked ~ label { color: #fff; background: #5e57ba; } @media only screen and (max-width: 1300px) { #filters .sfilter.drop-filter.level { border-radius: 24px 0 0 24px; } #filters .sfilter.drop-filter.level .drop { transform: translate(0) !important; right: inherit !important; left: 0 !important; } } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.level { border-radius: 0 24px 24px 0; } } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.level .drop { transform: translateX(0%) !important; right: 0 !important; left: inherit !important; } } #filters .sfilter.drop-filter.level .drop-container { direction: ltr; } #filters .sfilter.drop-filter.level .drop-container h4 { margin-bottom: 30px; direction: rtl; } #filters .sfilter.drop-filter.level .drop-container label { margin-bottom: 20px; position: relative; padding-left: 54px; font-size: 16px; font-weight: bold; color: #143861; font-family: 'Open Sans'; } #filters .sfilter.drop-filter.level .drop-container label:before { content: ""; width: 22px; height: 22px; border: 2px solid #D3E0F6; border-radius: 10px; position: absolute; left: 14px; top: 0px; } #filters .sfilter.drop-filter.level .drop-container input:checked ~ label:before { background: #57ba7e; border-color: #57ba7e; } #filters .sfilter.drop-filter.level .drop-container input:checked ~ label:after { content: ""; width: 22px; height: 22px; background: url('images/tick.svg') center center no-repeat; position: absolute; left: 16px; top: 2px; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.expert { border-radius: 24px 0 0 24px; } } @media only screen and (max-width: 600px) { #filters .sfilter.drop-filter.expert .drop { right: inherit !important; left: 0 !important; } } #filters .sfilter.drop-filter.expert .drop-container { direction: ltr; padding-top: 40px; padding-bottom: 10px; } #filters .sfilter.drop-filter.expert .drop-container h4 { margin-bottom: 30px; direction: rtl; } #filters .sfilter.drop-filter.expert .drop-container label { margin-bottom: 35px; position: relative; padding-left: 54px; font-size: 16px; font-weight: bold; color: #143861; font-family: 'Open Sans'; } #filters .sfilter.drop-filter.expert .drop-container label span { display: block; line-height: 1; } #filters .sfilter.drop-filter.expert .drop-container label span.top { margin-bottom: 5px; } #filters .sfilter.drop-filter.expert .drop-container label span.bot { font-size: 12px; color: #899BB0; font-weight: normal; } #filters .sfilter.drop-filter.expert .drop-container label:before { content: ""; width: 22px; height: 22px; border: 2px solid #D3E0F6; border-radius: 10px; position: absolute; left: 14px; top: 6px; } #filters .sfilter.drop-filter.expert .drop-container input:checked ~ label:before { background: #57ba7e; border-color: #57ba7e; } #filters .sfilter.drop-filter.expert .drop-container input:checked ~ label:after { content: ""; width: 22px; height: 22px; background: url('images/tick.svg') center center no-repeat; position: absolute; left: 16px; top: 8px; } #filters .sfilter.drop-filter.expert .drop-container .search-op { height: 40px; position: relative; background: #ecf2fd; border-radius: 15px; padding: 0 38px 0 15px; margin-bottom: 25px; } #filters .sfilter.drop-filter.expert .drop-container .search-op input { width: 100%; height: 40px; line-height: 40px; border: none; background: none; padding: 0; font-family: 'Open Sans'; color: #273C66; } #filters .sfilter.drop-filter.expert .drop-container .search-op span { position: absolute; right: 13px; top: 8px; } @media only screen and (max-width: 1300px) { #filters .sfilter.drop-filter.day { border-radius: 0 24px 24px 0; } #filters .sfilter.drop-filter.day .drop { transform: translate(0) !important; } } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.day { border-radius: 24px 0 0 24px; } } @media only screen and (max-width: 600px) { #filters .sfilter.drop-filter.day .drop { right: inherit !important; left: 0 !important; } } #filters .sfilter.drop-filter.day .drop-container { padding: 40px 40px 25px; overflow: hidden; } #filters .sfilter.drop-filter.day h4 { margin-bottom: 30px; } #filters .sfilter.drop-filter.day ul li { float: right; } #filters .sfilter.drop-filter.day ul li:nth-child(even) { float: left; } #filters .sfilter.drop-filter.day ul li label { width: 90px; height: 97px; border: 1px dashed #F1F1F5; border-radius: 20px; margin-bottom: 15px; text-align: center; } #filters .sfilter.drop-filter.day ul li label span.icon { display: block; width: 43px; height: 43px; line-height: 43px; border: 1px solid #eff2f6; border-radius: 50%; margin: 20px auto 5px; color: #00315b; } #filters .sfilter.drop-filter.day ul li label span.text { font-size: 12px; color: #899BB0; } #filters .sfilter.drop-filter.day ul li input:checked ~ label { border-color: transparent; box-shadow: -9px 10px 25px rgba(35, 87, 145, 0.11); } #filters .sfilter.drop-filter.day ul li input:checked ~ label span.icon { background: #5e57ba; border-color: #5e57ba; color: #fff; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.time { border-radius: 0 24px 24px 0; } } #filters .applied-filters { position: relative; z-index: 2; } #filters .applied-filters h4 { display: inline-block; margin-bottom: 10px; font-weight: normal; color: #303030; line-height: 36px; margin-left: 9px; } #filters .applied-filters h4 span.icon { margin-left: 4px; } #filters .applied-filters .show-filter { float: left; display: none; } @media only screen and (max-width: 1020px) { #filters .applied-filters .show-filter { display: block; } } #filters .applied-filters .show-filter .cancel { height: 40px; line-height: 40px; cursor: pointer; } #filters .applied-filters ul { display: inline-block; } #filters .applied-filters ul li { display: inline-block; line-height: 34px; border: 1px solid #ECF2FD; border-radius: 16px; margin-bottom: 10px; padding: 0 10px; margin-left: 8px; } #filters .applied-filters ul li span { display: inline-block; vertical-align: middle; } #filters .applied-filters ul li span.remove { cursor: pointer; width: 16px; height: 16px; line-height: 16px; text-align: center; border-radius: 50%; background: #d3d3d8; transition: all .3s; margin-left: 4px; } #filters .applied-filters ul li span.remove:hover { background: red; } #footer { line-height: 30px; color: #778498; position: relative; } #footer .back-top { width: 100px; height: 100px; background: #F5FAFF; border-radius: 32px; position: absolute; left: 50%; margin-left: -50px; top: -50px; text-align: center; cursor: pointer; } #footer .back-top:after, #footer .back-top:before { content: ""; width: 15px; height: 20px; position: absolute; top: 50px; } #footer .back-top:after { background: url('images/ltop.png'); left: -15px; } #footer .back-top:before { background: url('images/rtop.png'); right: -15px; } #footer .back-top span { display: block; } #footer .back-top span.icon { padding-top: 15px; margin-bottom: 10px; } #footer .back-top span.text { font-size: 18px; color: #1E2530; } #footer .fullcontainer > div { overflow: hidden; background: #fff; padding: 120px 50px 37px; border-radius: 58px; } @media only screen and (max-width: 1300px) { #footer .fullcontainer > div { padding: 80px 20px 30px; } } #footer .foot-title { margin-bottom: 28px; } #footer .foot-title h4 { color: #000; font-weight: 900; margin-bottom: 0; font-size: 14px; } #footer .foot-title h4:after { content: ""; width: 50px; height: 4px; background: rgba(146, 146, 157, 0.22); border-radius: 3px; display: block; margin-top: 1px; } #footer div.menu { margin-bottom: 20px; } #footer div.menu ul li { line-height: 28px; margin-bottom: 10px; } #footer div.menu ul li a { color: #778498; display: block; } #footer div.menu ul li a:hover { color: #57ba7e; } #footer .namads .namad, #footer .namads .saman { text-align: center; background: #F5FAFF; border-radius: 40px; height: 207px; line-height: 207px; float: right; width: 47%; margin-left: 6%; } #footer .namads .namad a, #footer .namads .saman a, #footer .namads .namad img, #footer .namads .saman img { display: inline-block; vertical-align: middle; } @media only screen and (max-width: 1300px) { #footer .namads .namad, #footer .namads .saman { line-height: 150px; min-height: 150px; height: 150px; } } #footer .namads .saman { margin-left: 0; } #footer .foot-about { margin-bottom: 20px; } #footer .foot-about .logo { margin-bottom: 21px; } #footer .foot-about .logo a { display: inline-block; } #footer .foot-about .contact span.text { display: block; margin-bottom: 17px; } #footer .foot-about .phone { margin-bottom: 47px; } #footer .foot-about .phone span { display: inline-block; vertical-align: middle; } #footer .foot-about .phone span.icon { padding: 0 3px 0 7px; } #footer .foot-about .phone span.num { color: #171725; font-weight: bold; margin-right: 9px; } #footer .foot-about .social span { display: block; margin-bottom: 22px; } #footer .foot-about .social ul li { display: inline-block; vertical-align: middle; margin-left: 7px; } #footer .foot-about .social ul li a { background: #F1F5FB; border-radius: 16px; text-align: center; width: 40px; line-height: 40px; height: 40px; display: block; color: #92929d; } #footer .foot-about .social ul li a:hover { background: #5e57ba; color: #fff; } @media only screen and (max-width: 1300px) { #footer .foot-about { text-align: center; margin-bottom: 40px; } #footer .foot-about .logo { margin-bottom: 10px; } #footer .foot-about .contact span.text { margin-bottom: 10px; } #footer .foot-about .phone { margin-bottom: 20px; } } #copyright { line-height: 40px; padding: 20px 0 20px; } #copyright p { margin: 0; color: #778498; text-align: center; } #search-ordering { margin-bottom: 30px; } .search-ordering { background: #fff; border-radius: 30px; overflow: hidden; } .search-ordering form.search { border-left: 2px solid #eef4fb; height: 70px; position: relative; padding: 0 78px 0 15px; } @media only screen and (max-width: 1020px) { .search-ordering form.search { border-left: none; border-bottom: 2px solid #eef4fb; margin: 0 15px; } } @media only screen and (max-width: 600px) { .search-ordering form.search { padding-right: 60px; } } .search-ordering form.search button { border: none; background: none; width: 70px; height: 70px; text-align: center; line-height: 70px; position: absolute; right: 20px; top: 0; color: #5e57ba; } .search-ordering form.search button:hover { color: #57ba7e; } @media only screen and (max-width: 600px) { .search-ordering form.search button { right: 0; } } .search-ordering form.search input { padding: 0; width: 100%; background: none; border: none; line-height: 70px; color: #171725; } .search-ordering .ordering { padding: 10px 32px 10px 17px; line-height: 50px; } @media only screen and (max-width: 1300px) { .search-ordering .ordering { padding: 10px 15px; overflow: hidden; } } .search-ordering .ordering h4 { float: right; font-size: 16px; color: #92929d; font-weight: 400; margin-bottom: 0; } .search-ordering .ordering h4 span { display: inline-block; } .search-ordering .ordering h4 span.icon { margin-left: 9px; } .search-ordering .ordering form { float: left; } .search-ordering .ordering form ul { float: right; } .search-ordering .ordering form ul li { display: inline-block; margin-right: 7px; line-height: 41px; } @media only screen and (max-width: 800px) { .search-ordering .ordering form ul li { margin-right: 0; } } .search-ordering .ordering form ul li label { width: 80px; border-radius: 14px; color: #696974; text-align: center; } .search-ordering .ordering form ul li label:hover { color: #57ba7e; } @media only screen and (max-width: 1300px) { .search-ordering .ordering form ul li label { width: auto; padding: 0 15px; } } @media only screen and (max-width: 1300px) { .search-ordering .ordering form ul li label { width: auto; padding: 0 10px; } } .search-ordering .ordering form ul li input:checked ~ label { background: #5e57ba; color: #fff; } .search-ordering .ordering form .lbtn { float: left; margin-right: 30px; } @media only screen and (max-width: 1300px) { .search-ordering .ordering form .lbtn { margin-right: 15px; padding: 0 20px; } } @media only screen and (max-width: 600px) { .search-ordering .ordering form .lbtn { float: none; padding: 0; width: 100%; margin: 10px 0; } } .page-404 { background: #fff; border-radius: 40px; margin-bottom: 65px; padding: 45px 204px 50px; } @media only screen and (max-width: 1020px) { .page-404 { padding: 35px; } } @media only screen and (max-width: 600px) { .page-404 { padding: 25px; } } .page-404 div.img { text-align: center; margin-bottom: 23px; } .page-404 div.img img { display: inline-block; } .page-404 h2 { font-weight: 900; font-size: 24px; line-height: 37px; margin-bottom: 5px; } .page-404 p { font-size: 16px; margin-bottom: 22px; } .page-404 ul.circle { margin-bottom: 64px; } @media only screen and (max-width: 1020px) { .page-404 ul.circle { margin-bottom: 30px; } } @media only screen and (max-width: 600px) { .page-404 ul.circle { margin-bottom: 20px; } } .calltoaction { background: #FFFFFF; border-radius: 40px; margin-bottom: 30px; overflow: hidden; } .calltoaction div.left { width: 20%; float: left; text-align: left; padding: 45px 47px 43px; } .calltoaction div.left .more { display: inline-block; line-height: 50px; background: #FFE8D1; border-radius: 20px; color: #171725; padding: 0 22px 0 14px; transition: all .3s; } .calltoaction div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #FF974A; color: #fff; border-radius: 10px; margin-right: 18px; } .calltoaction div.left .more:hover { background: #ffcf9e; } @media only screen and (max-width: 1020px) { .calltoaction div.left { float: none; width: auto; text-align: center; padding: 0 30px 30px; } } .calltoaction div.right { width: 70%; float: right; } .calltoaction div.right div.img { float: right; width: 154px; padding: 16px 26px; } @media only screen and (max-width: 600px) { .calltoaction div.right div.img { float: none; margin: 0 auto; } } .calltoaction div.right div.info { margin-right: 290px; padding: 30px 0 15px; } @media only screen and (max-width: 1300px) { .calltoaction div.right div.info { margin-right: 200px; } } @media only screen and (max-width: 600px) { .calltoaction div.right div.info { margin-right: 00px; padding: 0px; } } .calltoaction div.right div.info h3 { color: #343440; font-size: 24px; margin-bottom: 4px; } .calltoaction div.right div.info p { font-size: 14px; color: #51515C; } @media only screen and (max-width: 1020px) { .calltoaction div.right { float: none; width: auto; padding: 15px 15px 0; } } .single-teacher { margin-bottom: 30px; } .single-teacher .row { margin: 0 -11px; } @media only screen and (max-width: 900px) { .single-teacher .row { margin: 0 -10px; } } .single-teacher .row .col-lg-4 > div, .single-teacher .row .col-lg-8 > div { margin: 0 11px; } @media only screen and (max-width: 900px) { .single-teacher .row .col-lg-4 > div, .single-teacher .row .col-lg-8 > div { margin: 0 10px; } } .single-teacher .teacher-info { background: #fff; border-radius: 40px; margin-bottom: 30px; padding: 30px 40px 19px 30px; display: table; width: 100%; box-sizing: border-box; position: relative; } .single-teacher .teacher-info:before { content: ""; width: 50px; height: 50px; background: #F5FAFF; border-radius: 50%; position: absolute; top: 50%; margin-top: -25px; left: -36px; } @media only screen and (max-width: 1300px) { .single-teacher .teacher-info:before { display: none; } } @media only screen and (max-width: 800px) { .single-teacher .teacher-info { padding: 20px 15px; } } .single-teacher .teacher-info .avatar { display: table-cell; vertical-align: top; width: 132px; } .single-teacher .teacher-info .avatar div.img { position: relative; margin-bottom: 18px; } .single-teacher .teacher-info .avatar div.img img { border-radius: 42px; border: 3px solid #F2F6FC; } .single-teacher .teacher-info .avatar div.img .online { width: 10px; height: 10px; background: #0EB582; border: 4px solid #F2F6FC; border-radius: 50%; position: absolute; bottom: 8px; right: 2px; } .single-teacher .teacher-info .avatar .name { margin-bottom: 15px; } .single-teacher .teacher-info .avatar .name h4 { text-align: center; font-size: 18px; margin-bottom: 0; } .single-teacher .teacher-info .avatar .stat { text-align: center; color: #92929D; margin-bottom: 10px; } @media only screen and (max-width: 800px) { .single-teacher .teacher-info .avatar { display: block; width: auto; overflow: hidden; text-align: right; margin-bottom: 30px; } .single-teacher .teacher-info .avatar div.img { width: 100px; float: right; } .single-teacher .teacher-info .avatar .name { margin-right: 120px; } .single-teacher .teacher-info .avatar .name h4 { text-align: right; } .single-teacher .teacher-info .avatar div.rate { margin-right: 120px; text-align: right; } .single-teacher .teacher-info .avatar .stat { margin-right: 120px; text-align: right; } } .single-teacher .teacher-info .lang-expers { display: table-cell; vertical-align: top; padding-right: 69px; padding-top: 4px; } .single-teacher .teacher-info .lang-expers .options { line-height: 24px; position: relative; margin-bottom: 45px; } .single-teacher .teacher-info .lang-expers .options:before { content: ""; top: 0; bottom: 0; right: -25px; position: absolute; border-right: 1px dashed #ededef; } .single-teacher .teacher-info .lang-expers .options li { margin-bottom: 8px; } .single-teacher .teacher-info .lang-expers .options li span { display: inline-block; } .single-teacher .teacher-info .lang-expers .options li span.title { width: 110px; color: #92929d; } .single-teacher .teacher-info .lang-expers .options li span.val { color: #171725; } .single-teacher .teacher-info .lang-expers .buttons ul { display: inline-block; vertical-align: middle; } .single-teacher .teacher-info .lang-expers .buttons ul li { display: inline-block; vertical-align: middle; margin-left: 7px; } .single-teacher .teacher-info .lang-expers .buttons ul li button, .single-teacher .teacher-info .lang-expers .buttons ul li a, .single-teacher .teacher-info .lang-expers .buttons ul li span { display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; box-sizing: border-box; border: 1px solid #E2E2EA; border-radius: 14px; padding: 0; background: none; } .single-teacher .teacher-info .lang-expers .buttons .trial { display: inline-block; vertical-align: middle; color: #92929D; margin-right: 22px; } .single-teacher .teacher-info .lang-expers .buttons .trial span { display: inline-block; vertical-align: middle; } .single-teacher .teacher-info .lang-expers .buttons .trial span.val { line-height: 22px; height: 22px; padding: 0 11px; background: #57BA7E; border: 4px solid #e3f4e9; border-radius: 15px; color: #fff; margin-right: 9px; } @media only screen and (max-width: 800px) { .single-teacher .teacher-info .lang-expers { display: block; padding-right: 0; margin-bottom: 30px; } .single-teacher .teacher-info .lang-expers .options { margin-bottom: 30px; } .single-teacher .teacher-info .lang-expers .options:before { display: none; } .single-teacher .teacher-info .lang-expers .buttons { overflow: hidden; } .single-teacher .teacher-info .lang-expers .buttons ul { float: right; } .single-teacher .teacher-info .lang-expers .buttons ul li { margin-left: 5px; } .single-teacher .teacher-info .lang-expers .buttons .trial { margin-right: 0px; float: left; } .single-teacher .teacher-info .lang-expers .buttons .trial span.val { margin-right: 0px; } } @media only screen and (max-width: 340px) { .single-teacher .teacher-info .lang-expers .options li span.title { width: 100px; } .single-teacher .teacher-info .lang-expers .buttons { overflow: hidden; } .single-teacher .teacher-info .lang-expers .buttons .trial { padding-top: 20px; margin-right: 0px; float: none; } } .single-teacher .teacher-info .price-button { display: table-cell; vertical-align: top; width: 152px; padding-top: 10px; } .single-teacher .teacher-info .price-button .price { text-align: center; line-height: 1.5; margin-bottom: 22px; } .single-teacher .teacher-info .price-button .price .title { display: block; font-size: 16px; color: #171725; font-weight: 700; } .single-teacher .teacher-info .price-button .price .session { display: block; color: #92929d; margin-bottom: 6px; } .single-teacher .teacher-info .price-button .price .price-number { color: #92929d; } .single-teacher .teacher-info .price-button .price .price-number .num { display: inline-block; vertical-align: middle; font-size: 22px; font-weight: bold; color: #171725; margin-left: 3px; } .single-teacher .teacher-info .price-button .reserv { width: 100%; text-align: center; border: none; background: #FD797A; border-radius: 20px; line-height: 48px; color: #fff; transition: all .3s; cursor: pointer; display: block; font-weight: 700; margin-bottom: 15px; } .single-teacher .teacher-info .price-button .reserv:hover { background: #fd6061; } .single-teacher .teacher-info .price-button .message { width: 100%; text-align: center; border: none; background: #F4F5FA; border-radius: 20px; line-height: 48px; color: #5A6274; transition: all .3s; cursor: pointer; display: block; font-weight: 700; margin-bottom: 15px; } .single-teacher .teacher-info .price-button .message:hover { background: #e2e5f2; } @media only screen and (max-width: 800px) { .single-teacher .teacher-info .price-button { display: block; width: auto; } .single-teacher .teacher-info .price-button .price { text-align: right; float: right; } .single-teacher .teacher-info .price-button .reserv { width: 150px; float: left; margin-right: 10px; } .single-teacher .teacher-info .price-button .message { width: 150px; float: left; margin-right: 10px; } } @media only screen and (max-width: 460px) { .single-teacher .teacher-info .price-button .price { text-align: right; float: none; } .single-teacher .teacher-info .price-button .reserv { width: 100%; float: none; margin-right: 0px; } .single-teacher .teacher-info .price-button .message { width: 100%; float: none; margin-right: 0px; } } .single-teacher .teacher-tabs { background: #FFFFFF; border-radius: 40px; padding: 20px 30px 22px; min-height: 273px; } @media only screen and (max-width: 460px) { .single-teacher .teacher-tabs { padding: 20px; } } .single-teacher .teacher-tabs div.tab-container .plyr { border-radius: 35px; } .single-teacher .teacher-tabs div.tab-container .plyr__control { background: rgba(23, 23, 37, 0.3); /*border: 5px solid #FFFFFF;*/ box-sizing: border-box; border-radius: 20px; } .single-teacher .teacher-tabs div.tab-container .plyr__control:after { content: "ویدئو معرفی استاد"; position: absolute; white-space: nowrap; right: 0; bottom: -30px; font-weight: 700; transform: translateX(25%); } .single-teacher .teacher-tabs div.tab-container .about { font-size: 14px; line-height: 24px; color: #171725; position: relative; } .single-teacher .teacher-tabs div.tab-container .about p { margin-bottom: 0; } .single-teacher .teacher-tabs div.tab-container .about > div { border: 1px solid #ECF2FD; border-radius: 40px; padding: 13px 20px; overflow: hidden; position: relative; } .single-teacher .teacher-tabs div.tab-container .about > div:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.61+29,1+100 */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */ border-radius: 40px; } .single-teacher .teacher-tabs div.tab-container .calendar { position: relative; background: #FFFFFF; border: 1px solid #ECF2FD; border-radius: 40px; padding: 15px 30px; display: table; width: 100%; box-sizing: border-box; } @media only screen and (max-width: 460px) { .single-teacher .teacher-tabs div.tab-container .calendar { padding: 10px; } } .single-teacher .teacher-tabs div.tab-container .calendar .hours { width: 50px; float: left; font-size: 12px; line-height: 22px; text-align: center; color: #696974; } @media only screen and (max-width: 460px) { .single-teacher .teacher-tabs div.tab-container .calendar .hours { width: 46px; } } .single-teacher .teacher-tabs div.tab-container .calendar .hours li { height: 22px; margin-bottom: 7px; } .single-teacher .teacher-tabs div.tab-container .calendar .week { margin-left: 60px; } @media only screen and (max-width: 460px) { .single-teacher .teacher-tabs div.tab-container .calendar .week { margin-left: 54px; } } .single-teacher .teacher-tabs div.tab-container .calendar .week .days { height: 22px; margin-bottom: 7px; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day { float: left; width: 14.28%; height: 22px; text-align: center; position: relative; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day .title { display: inline-block; height: 22px; width: 22px; border-radius: 50%; background: #f6f7fc; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day .tooltip { position: absolute; white-space: nowrap; line-height: 28px; background: #FFFFFF; box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); border-radius: 10px; padding: 0 5px; font-size: 12px; color: #92929d; top: -53px; right: 50%; transform: translateX(50%); z-index: 2; transition: all .3s; opacity: 0; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day .tooltip:before { content: ""; width: 8px; height: 8px; transform: rotate(45deg); background: #fff; box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); position: absolute; bottom: -3px; right: 50%; margin-right: -4px; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day .tooltip b { color: #171725; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day.green .title { background: #57ba7e; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day:hover { z-index: 4; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day:hover .tooltip { top: -33px; opacity: 1; } .single-teacher .teacher-tabs div.tab-container .more { background: #FFFFFF; border: 1px solid #ECF2FD; box-sizing: border-box; border-radius: 19px; width: 120px; height: 36px; line-height: 36px; text-align: center; margin: 0 auto; display: block; font-size: 12px; color: #92929D; position: absolute; bottom: -18px; z-index: 2; right: 50%; margin-right: -61px; } .single-teacher .teacher-tabs div.tab-container .more span { display: inline-block; vertical-align: middle; } .single-teacher .teacher-tabs div.tab-container .more span.icon { width: 20px; height: 20px; border-radius: 8px; background: #92929D; line-height: 18px; margin-left: 3px; transition: all .3s; } .single-teacher .teacher-tabs div.tab-container .more:hover { border-color: #57ba7e; color: #57ba7e; } .single-teacher .teacher-tabs div.tab-container .more:hover .icon { background: #57ba7e; } .load-more { width: 100%; clear: both; margin-bottom: 140px; text-align: center; } .load-more .load { display: inline-block; cursor: pointer; transition: all .3s; border: none; background: #FFFFFF; border-radius: 24px; text-align: center; line-height: 60px; padding: 0 43px 0 20px; font-size: 16px; font-weight: bold; color: #5A6274; } .load-more .load span.icon { display: inline-block; margin-right: 25px; -webkit-animation: rotating 2s linear infinite; -moz-animation: rotating 2s linear infinite; -ms-animation: rotating 2s linear infinite; -o-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite; } .load-more .load:hover { background: #e6e6e6; } @-webkit-keyframes rotating { from { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotating { from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } #teacher-blog { margin-bottom: 100px; overflow: hidden; } .single-blog { background: #fff; margin-bottom: 30px; border-radius: 50px; padding: 20px 20px 17px; } .single-blog div.top { background: #F5FAFF; border-radius: 25px; } .single-blog div.top .info { overflow: hidden; color: #143861; line-height: 30px; padding: 13px 13px 8px; } .single-blog div.top .info .author { float: right; } .single-blog div.top .info .author div.img { background-size: cover !important; width: 28px; border: 1px solid #F2F6FC; border-radius: 12px; display: inline-block; height: 28px; vertical-align: middle; margin-left: 10px; margin-bottom: 0; } .single-blog div.top .info .author span.name { display: inline-block; vertical-align: middle; } .single-blog div.top .info .date { float: left; } .single-blog div.top .img { margin-bottom: 20px; } .single-blog div.top .img a { display: block; background-size: cover !important; border-radius: 25px; padding-top: 70%; } .single-blog .blog-text { min-height: 204px; } .single-blog .blog-text h3 { line-height: 28px; margin-bottom: 20px; } .single-blog .blog-text h3 a { font-size: 18px; color: #143861; } .single-blog .blog-text h3 a:hover { color: #57ba7e; } .single-blog .blog-text p { font-size: 16px; line-height: 25px; color: #143861; text-align: right; margin-bottom: 0; } .single-blog .more { text-align: center; } .single-blog .more a { display: inline-block; background: #F4F5FA; border-radius: 24px; line-height: 50px; color: #5A6274; font-weight: bold; padding: 0 32px; } .single-blog .more a:hover { color: #fff; background: #5e57ba; } #teacher-resume { background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; overflow: hidden; padding: 43px 47px 53px; } @media only screen and (max-width: 1000px) { #teacher-resume { padding: 40px 15px; } } #teacher-resume h3 { margin-bottom: 28px; font-size: 18px; } #teacher-resume .tab-nav { margin-bottom: 55px; } @media only screen and (max-width: 1000px) { #teacher-resume .tab-nav { margin-bottom: 20px; } } .resume-section { font-family: 'Open Sans'; } .resume-section ul { padding: 20px; } @media only screen and (max-width: 1000px) { .resume-section ul { padding: 0; } } .resume-section ul li { overflow: hidden; padding-bottom: 76px; position: relative; } @media only screen and (max-width: 1000px) { .resume-section ul li { padding-bottom: 40px; } } .resume-section ul li .resume { overflow: hidden; } .resume-section ul li .resume .right { float: right; width: 90px; margin-top: 32px; } .resume-section ul li .resume .right span { display: block; background: #57ba7e; line-height: 30px; color: #fff; font-size: 14px; text-align: center; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .right { width: 70px; } .resume-section ul li .resume .right span { font-size: 12px; } } .resume-section ul li .resume .left { margin-right: 115px; direction: ltr; text-align: right; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left { margin-right: 85px; } } .resume-section ul li .resume .left h5 { font-size: 18px; font-weight: bold; font-family: 'Open Sans'; color: #143861; margin-bottom: 3px; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left h5 { font-size: 15px; } } .resume-section ul li .resume .left .approved { display: inline-block; font-family: yekan , arial; direction: rtl; font-size: 16px; color: #57ba7e; font-weight: 400; vertical-align: middle; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left .approved { font-size: 13px; } } .resume-section ul li .resume .left p { font-size: 16px; color: #798ea5; margin-bottom: 7px; text-align: right; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left p { font-size: 13px; } } .resume-section ul li .resume .left .date { font-size: 14px; color: #273C66; font-weight: bold; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left .date { font-size: 12px; } } .resume-section ul li .resume:after { content: ""; position: absolute; width: 2px; top: 80px; right: 44px; bottom: -10px; background: #cdd5de; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume:after { right: 33px; } } .resume-section ul li:last-child { padding-bottom: 0; } .resume-section ul li:last-child .resume:after { display: none; } #teacher-comment { overflow: hidden; background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 36px 30px; } @media only screen and (max-width: 800px) { #teacher-comment { padding: 36px 15px; } } #teacher-comment .load-more { margin-bottom: 0; } #teacher-comment h3 { margin-bottom: 0px; font-size: 18px; margin-right: 11px; } #teacher-comment .owl-nav { text-align: center; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; margin-bottom: 79px; } @media only screen and (max-width: 800px) { #teacher-comment .owl-nav { margin-bottom: 30px; } } #teacher-comment .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #teacher-comment .owl-nav button svg { transition: all .3s; } #teacher-comment .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #teacher-comment .owl-nav button:hover { color: #273C66; opacity: 1; } #teacher-comment .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #teacher-expert-list { overflow: hidden; background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 36px 30px; } #teacher-expert-list .tab-nav { margin-bottom: 40px; } #teacher-expert-list .expert-box { margin: 0 20px 20px; } @media only screen and (max-width: 800px) { #teacher-expert-list { padding: 36px 15px; } #teacher-expert-list .expert-box { margin: 0 0px 15px; } } #teacher-expert-list h3 { margin-bottom: 40px; font-size: 18px; margin-right: 11px; } .expert-box { border: 1px solid #ECF2FD; border-radius: 30px; margin-bottom: 20px; position: relative; direction: ltr; padding: 18px 18px 0; } .expert-box label { position: absolute; background: #fff; padding: 0 20px; line-height: 20px; top: -10px; font-size: 14px; color: #000000; right: 45px; } .expert-box ul { text-align: left; } .expert-box ul li { display: inline-block; margin-right: 11px; margin-bottom: 18px; } .expert-box .expert-box-single { display: inline-block; line-height: 36px; height: 30px; padding: 0 26px; background: #57ba7e; border-radius: 15px; color: #fff; font-size: 16px; font-weight: bold; } #teacher-comment-form { overflow: hidden; background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 36px 30px; } @media only screen and (max-width: 800px) { #teacher-comment-form { padding: 36px 15px; } } #teacher-comment-form h3 { margin-bottom: 40px; font-size: 18px; margin-right: 11px; } #teacher-comment-form .input-container { margin-bottom: 20px; } #teacher-comment-form .button-container { overflow: hidden; } #teacher-comment-form .button-container .rate { padding-top: 10px; float: right; height: 46px; position: relative; line-height: 45px; } #teacher-comment-form .button-container .rate:not(:checked) > input { position: absolute; top: 0px; width: 0; height: 0; opacity: 0; } #teacher-comment-form .button-container .rate:not(:checked) > label { float: right; width: 1em; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 30px; color: #ccc; } #teacher-comment-form .button-container .rate:not(:checked) > label:before { content: '★ '; } #teacher-comment-form .button-container .rate > input:checked ~ label { color: #ffc700; } #teacher-comment-form .button-container .rate:not(:checked) > label:hover, #teacher-comment-form .button-container .rate:not(:checked) > label:hover ~ label { color: #deb217; } #teacher-comment-form .button-container .rate > input:checked + label:hover, #teacher-comment-form .button-container .rate > input:checked + label:hover ~ label, #teacher-comment-form .button-container .rate > input:checked ~ label:hover, #teacher-comment-form .button-container .rate > input:checked ~ label:hover ~ label, #teacher-comment-form .button-container .rate > label:hover ~ input:checked ~ label { color: #c59b08; } #teacher-comment-form .button-container .button { float: left; } #teacher-comment-form .button-container .button .next { display: inline-block; line-height: 50px; width: 150px; font-weight: bold; color: #fff; background: #57ba7e; border-radius: 20px; border: none; cursor: pointer; transition: all .3s; } #teacher-comment-form .button-container .button .next span.icon { margin-right: 22px; } #teacher-comment-form .button-container .button .next:hover { background: #419d65; } .comment-hor { padding: 36px 50px 21px; background: #FFFFFF; border: 1px dashed #E2E2EA; border-radius: 40px; margin-bottom: 30px; overflow: hidden; position: relative; } @media only screen and (max-width: 1000px) { .comment-hor { padding: 15px 15px 6px; } } .comment-hor .right { float: right; width: 70px; } .comment-hor .right .img { margin-bottom: 13px; width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-size: cover !important; background-position: center center !important; } @media only screen and (max-width: 600px) { .comment-hor .right { float: none; margin: 0 auto; } .comment-hor .right div.rate { position: absolute; left: 15px; top: 15px; } } .comment-hor div.left { margin-right: 88px; } @media only screen and (max-width: 600px) { .comment-hor div.left { margin-right: 0; } } .comment-hor div.left div.top { line-height: 30px; padding-top: 7px; margin-bottom: 10px; } .comment-hor div.left div.top .name { display: inline-block; margin-bottom: 0; vertical-align: middle; margin-left: 8px; font-size: 16px; color: #000; font-weight: 700; } .comment-hor div.left div.top .date { display: inline-block; vertical-align: middle; color: #6E7A8A; } .comment-hor div.left div.top .date span.icon { margin-left: 9px; } .comment-hor div.left div.top .date span.icon svg { position: relative; bottom: 2px; } .comment-hor div.left .text p { margin-bottom: 0; line-height: 28px; color: #171725; } div.comment-list { margin-right: 288px; } @media only screen and (max-width: 800px) { div.comment-list { margin-right: 0; } } .right-avrage { float: right; width: 228px; padding-top: 50px; margin-bottom: 30px; } @media only screen and (max-width: 800px) { .right-avrage { float: none; width: auto; padding-top: 20px; } } .right-avrage .title { font-size: 24px; font-weight: bold; overflow: hidden; margin-bottom: 23px; margin-right: 42px; } @media only screen and (max-width: 800px) { .right-avrage .title { margin-right: 0; } } .right-avrage .title h3 { margin-bottom: 0 !important; } .right-avrage .title span { font-size: 16px; color: #171725; display: block; line-height: 1; } .right-avrage .title span.number { font-size: 41px; font-weight: 900; margin-bottom: 8px; } .right-avrage .title span.text { font-weight: 500; } .right-avrage ul { margin-bottom: 30px; } .right-avrage ul li { overflow: hidden; height: 25px; line-height: 25px; margin-bottom: 7px; } .right-avrage ul li .left { float: right; width: 25px; text-align: center; position: relative; bottom: 3px; } .right-avrage ul li .right { margin-right: 42px; } .right-avrage ul li .right .bar { position: relative; overflow: hidden; margin-top: 5px; height: 10px; background: #f5f5f9; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; } .right-avrage ul li .right .bar span { background: #57ba7e; border-radius: 7px; position: absolute; right: 0; top: 0; bottom: 0; } .right-avrage .avr { line-height: 40px; margin-bottom: 11px; color: #92929d; text-align: center; } .right-avrage .avr .num { color: #171725; font-weight: bold; } .right-avrage .all { text-align: center; } .right-avrage .all .view { display: inline-block; color: #fff; border-radius: 20px; background: #5e57ba; line-height: 50px; width: 130px; border: none; cursor: pointer; transition: all .3s; } .right-avrage .all .view:hover { background: #47419d; } .single-comment { margin: 20px 0; padding: 30px 20px 2px; border: 1px dashed #E2E2EA; border-radius: 40px; text-align: center; } .single-comment .pic { width: 70px; position: relative; margin: 0 auto 26px; } .single-comment .pic .icon { position: absolute; right: -5px; bottom: -5px; width: 27px; height: 27px; background: #fdbc01; display: block; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .single-comment .pic .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-size: cover !important; background-position: center center !important; } .single-comment .name { font-size: 16px; font-weight: bold; margin-bottom: 0px; color: #171725; } .single-comment .text { margin-bottom: 20px; min-height: 151px; } .single-comment .text p { text-align: center; font-size: 14px; line-height: 28px; color: #171725; margin-bottom: 0; } .single-comment .date { font-size: 14px; color: #6E7A8A; margin-bottom: 31px; } #teacher-option { overflow: hidden; background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 30px 30px 6px; } .teacher-option { line-height: 30px; margin-bottom: 20px; text-align: center; } @media only screen and (max-width: 800px) { .teacher-option { text-align: right; } } .teacher-option span { display: inline-block; vertical-align: middle; } .teacher-option span.icon { margin-left: 10px; } .teacher-option span.text { color: #171725; font-weight: bold; } #teacher-scadule { background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 30px; } #teacher-scadule h3 { font-size: 18px; color: #000; margin-bottom: 60px; margin-right: 20px; } #teacher-scadule .today { text-align: center; margin-bottom: 27px; position: relative; } @media only screen and (max-width: 600px) { #teacher-scadule .today { padding-bottom: 40px; } } #teacher-scadule .today span { display: inline-block; vertical-align: middle; } #teacher-scadule .today span.day { font-size: 16px; color: #143861; font-weight: bold; margin: 0 18px; } @media only screen and (max-width: 600px) { #teacher-scadule .today span.day { margin: 0 8px; font-size: 14px; } } #teacher-scadule .today span.next, #teacher-scadule .today span.prev { font-size: 12px; color: #92929D; cursor: pointer; transition: all .3s; } #teacher-scadule .today span.next:hover, #teacher-scadule .today span.prev:hover { color: #57ba7e; } #teacher-scadule .today span.next .icon, #teacher-scadule .today span.prev .icon { margin: 0 5px; } @media only screen and (max-width: 600px) { #teacher-scadule .today span.next { position: absolute; bottom: 10px; left: 10px; } } @media only screen and (max-width: 600px) { #teacher-scadule .today span.prev { position: absolute; bottom: 10px; right: 10px; } } #teacher-clander { position: relative; max-width: 1200px; margin: 0 auto; } #teacher-clander .right { margin-top: 8px; text-align: center; width: 72px; float: right; line-height: 20px; font-size: 14px; direction: ltr; color: #143861; } #teacher-clander .right span { display: inline-block; vertical-align: middle; } #teacher-clander .right div.icon { text-align: center; margin-bottom: 31px; } #teacher-clander .right li { margin-bottom: 30px; } #teacher-clander .cond, #teacher-clander .con { margin-right: 72px; margin-left: 0px; position: relative; } #teacher-clander .cond ul li .date, #teacher-clander .con ul li .date { text-align: center; } #teacher-clander .cond ul li .date span, #teacher-clander .con ul li .date span { display: block; } #teacher-clander .cond ul li .date span.top, #teacher-clander .con ul li .date span.top { font-size: 16px; font-weight: bold; line-height: 1.2; margin-bottom: 2px; color: #143861; } #teacher-clander .cond ul li .date span.bot, #teacher-clander .con ul li .date span.bot { font-size: 12px; color: #92929D; margin-bottom: 23px; } #teacher-clander .cond ul li .hour, #teacher-clander .con ul li .hour { display: block; height: 20px; margin-bottom: 5px; background: #F6F7FC; position: relative; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; } #teacher-clander .cond ul li .hour.open, #teacher-clander .con ul li .hour.open { background: #57ba7e; } #teacher-clander .cond ul li .hour.reserved, #teacher-clander .con ul li .hour.reserved { background: #5e57ba; } #teacher-clander .cond ul li .hour:last-child, #teacher-clander .con ul li .hour:last-child { display: none; } #teacher-clander .cond ul li .hour.act, #teacher-clander .con ul li .hour.act { z-index: 2; } #teacher-clander .cond ul li .hour .buto, #teacher-clander .con ul li .hour .buto { position: absolute; height: 37px; line-height: 37px; text-align: center; color: #889AAF; left: 0; right: 0; top: 0; background: #fff; border: 4px solid #57ba7e; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } .resbox { position: absolute; width: 220px; padding: 27px 20px 21px; background: #fff; margin-left: -138px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; border-radius: 35px; -webkit-box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); z-index: 20; } .resbox .top { display: table; margin-bottom: 26px; } .resbox .top .rightl { width: 70px; float: right; } .resbox .top .rightl .img { width: 64px; height: 64px; background-size: cover !important; background-position: center center !important; border: 3px solid #F2F6FC; border-radius: 25px; } .resbox .top .leftl { margin-right: 84px; padding-top: 8px; } .resbox .top .leftl .title { font-size: 18px; font-weight: bold; display: block; margin-bottom: 0px; } .resbox .top .leftl .bot { display: block; font-size: 14px; color: #171725; } .resbox .top .leftl .bot img { width: 14px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 4px; } .resbox .date { margin-bottom: 28px; padding: 0 6px; } .resbox .date li { line-height: 30px; font-size: 14px; color: #92929D; margin-bottom: 3px; overflow: hidden; } .resbox .date li .vla { font-weight: bold; color: #171725; margin-right: 10px; width: auto; } .resbox .date li span { float: right; width: 46px; } .resbox .but span { display: block; cursor: pointer; background: #FD797A; border-radius: 24px; line-height: 60px; color: #fff; font-weight: bold; text-align: center; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .resbox .but span:hover { background: #fd6061; } .resbox:after { content: ""; width: 22px; height: 22px; background: #fff; position: absolute; bottom: -11px; left: 50%; margin-left: -11px; -webkit-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); } .resbox:before { content: ""; right: 0; height: 22px; position: absolute; bottom: -22px; left: 0; } .teacher-guide { padding: 11px; overflow: hidden; max-width: 1200px; margin: 0 auto; margin-bottom: 48px; border: 1px solid #EDF0F3; -webkit-border-radius: 44px; -moz-border-radius: 44px; -ms-border-radius: 44px; -o-border-radius: 44px; border-radius: 44px; } .teacher-guide .title { line-height: 48px; padding: 0px 9px; font-size: 16px; color: #273C66; font-weight: bold; } @media only screen and (max-width: 1300px) { .teacher-guide .title { text-align: center; } } .teacher-guide ul { text-align: center; padding: 0px 0 0px; height: 48px; } @media only screen and (max-width: 1300px) { .teacher-guide ul { margin-bottom: 20px; } } .teacher-guide ul li { display: inline-block; margin: 0 10px; } .teacher-guide ul li span.color { width: 56px; height: 20px; display: inline-block; -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; } .teacher-guide ul li span.color.green { background: #57ba7e; } .teacher-guide ul li span.color.violet { background: #5e57ba; } .teacher-guide ul li span.color.wgray { background: #F6F7FC; } .teacher-guide ul li .titl { display: block; font-size: 12px; margin-bottom: 4px; position: relative; color: #143861; } .teacher-guide .time-zone { line-height: 48px; padding: 0 18px; font-size: 14px; text-align: right; color: #92929D; background: #F6F7FC; border-radius: 24px; } @media only screen and (max-width: 1300px) { .teacher-guide .time-zone { text-align: center; } } .teacher-guide .time-zone span { display: inline-block; vertical-align: middle; } .teacher-guide .time-zone span.icon { margin-left: 3px; } .teacher-guide .time-zone span.titled { margin-left: 6px; } .teacher-guide .time-zone span.text { direction: ltr; color: #171725; } #teacher-about { background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; overflow: hidden; padding: 30px; } #teacher-about .top-header { position: relative; padding-top: 173px; } @media only screen and (max-width: 1000px) { #teacher-about .top-header { padding-top: 75px; } } #teacher-about .top-header .img { height: 258px; background-size: cover !important; background-position: center center !important; border-radius: 50px; position: absolute; left: 0; right: 0; top: 0; } #teacher-about .top-header .img:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.071) 0%, rgba(41, 41, 41, 0.2414) 46.63%, rgba(84, 84, 84, 0.5751) 100%); border-radius: 50px; } #teacher-about .top-header .teacher-info { position: relative; z-index: 2; max-width: 690px; margin: 0 auto 37px; } @media only screen and (max-width: 1300px) { #teacher-about .top-header .teacher-info { width: auto; margin: 0 20px 37px; } } @media only screen and (max-width: 1000px) { #teacher-about .top-header .teacher-info { width: auto; margin: 0 10px 25px; } } #teacher-about .top-header .teacher-info .avatar { width: 170px; float: right; } #teacher-about .top-header .teacher-info .avatar .teavatar { width: 150px; height: 150px; border: 10px solid #FFFFFF; border-radius: 50px; background-size: cover !important; background-position: center center !important; } @media only screen and (max-width: 1000px) { #teacher-about .top-header .teacher-info .avatar { width: 110px; float: none; margin: 0 auto; } #teacher-about .top-header .teacher-info .avatar .teavatar { width: 100px; height: 100px; border-width: 5px; border-radius: 35px; } } #teacher-about .top-header .teacher-info .left { margin-right: 195px; } @media only screen and (max-width: 1000px) { #teacher-about .top-header .teacher-info .left { margin-right: 0px; overflow: hidden; } } #teacher-about .top-header .teacher-info .teacher-nav { margin-bottom: 18px; padding-top: 28px; } @media only screen and (max-width: 1000px) { #teacher-about .top-header .teacher-info .teacher-nav { padding-top: 15px; text-align: center; } } #teacher-about .top-header .teacher-info .teacher-nav li { display: inline-block; margin-left: 8px; margin-bottom: 10px; } #teacher-about .top-header .teacher-info .teacher-nav li a { display: inline-block; background: rgba(255, 255, 255, 0.26); border-radius: 14px; line-height: 40px; padding: 0 23px; color: #fff; font-weight: bold; } #teacher-about .top-header .teacher-info .teacher-nav li a:hover { background: rgba(255, 255, 255, 0.5); } @media only screen and (max-width: 600px) { #teacher-about .top-header .teacher-info .teacher-nav li a { padding: 0 15px; line-height: 36px; } } #teacher-about .top-header .teacher-info .name-rate { display: inline-block; vertical-align: top; margin-left: 23px; } @media only screen and (max-width: 600px) { #teacher-about .top-header .teacher-info .name-rate { display: block; text-align: center; } } #teacher-about .top-header .teacher-info .name-rate h4 { font-size: 18px; margin-bottom: 2px; } #teacher-about .top-header .teacher-info .name-rate div.rate { display: inline-block; margin-left: 5px; } #teacher-about .top-header .teacher-info .name-rate div.stat { display: inline-block; color: #92929D; } #teacher-about .top-header .teacher-info .langs-list { padding-top: 19px; display: inline-block; vertical-align: top; margin-bottom: 0; } @media only screen and (max-width: 600px) { #teacher-about .top-header .teacher-info .langs-list { text-align: center; display: block; padding-top: 10px; } } #teacher-about .teacher-experts { overflow: hidden; margin-bottom: 59px; } #teacher-about .teacher-experts .teacher-expert { margin-bottom: 14px; } #teacher-about .teacher-experts .teacher-expert span { display: inline-block; vertical-align: middle; } #teacher-about .teacher-experts .teacher-expert span.title { color: #92929D; width: 125px; } #teacher-about .teacher-experts .teacher-expert span.text { font-weight: bold; color: #171725; } #teacher-about .teacher-about .title h3 { font-size: 18px; margin-bottom: 10px; } #teacher-about .teacher-about .about-text { max-height: 140px; margin-bottom: 20px; overflow: hidden; position: relative; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #teacher-about .teacher-about .about-text p { font-size: 14px; line-height: 28px; margin-bottom: 20px; color: #171725; } #teacher-about .teacher-about .about-text p:last-child { margin-bottom: 0; } #teacher-about .teacher-about .about-text:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.61+29,1+100 */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */ } #teacher-about .teacher-about .about-text.active { margin-bottom: 0; } #teacher-about .teacher-about .about-text.active:after { display: none; } #teacher-about .about-more { text-align: center; } #teacher-about .about-more > div { display: inline-block; color: #B5B5BE; font-size: 12px; line-height: 46px; cursor: pointer; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-border-radius: 23px; -moz-border-radius: 23px; -ms-border-radius: 23px; -o-border-radius: 23px; border-radius: 23px; } #teacher-about .about-more > div .down { width: 20px; height: 20px; line-height: 20px; text-align: center; background: #92929D; display: inline-block; border-radius: 7px; color: #fff; margin-left: 7px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #teacher-about .about-more > div:hover { color: #57ba7e; } #teacher-about .about-more > div:hover .down { background: #57ba7e; } .teacher-sidebar { background: #FFFFFF; border-radius: 50px; padding: 20px; overflow: hidden; } .teacher-sidebar .video { border-radius: 35px; overflow: hidden; margin-bottom: 60px; } .teacher-sidebar .video .plyr__controls { /*display: none;*/ } .teacher-sidebar .video .plyr { border-radius: 35px; } .teacher-sidebar .video .plyr__control { background: rgba(23, 23, 37, 0.3); /*border: 5px solid #FFFFFF;*/ box-sizing: border-box; border-radius: 20px; } .teacher-sidebar .video .plyr__control:after { /*content: "ویدئو معرفی استاد";*/ position: absolute; white-space: nowrap; right: 0; bottom: -30px; font-weight: 700; transform: translateX(25%); } .teacher-sidebar .price-button { text-align: center; } .teacher-sidebar .price-button span.title { display: block; color: #696974; margin-bottom: 7px; } .teacher-sidebar .price-button .price { margin-bottom: 5px; } .teacher-sidebar .price-button .price span { display: inline-block; vertical-align: middle; } .teacher-sidebar .price-button .price span.num { font-size: 20px; font-weight: 700; color: #171725; } .teacher-sidebar .price-button .price span.tom { font-size: 14px; color: #92929D; } .teacher-sidebar .price-button .reserv { width: 150px; height: 60px; display: inline-block; background: #FD797A; border-radius: 24px; color: #fff; font-weight: 700; border: none; cursor: pointer; transition: all .3s; position: relative; margin-bottom: 35px; } .teacher-sidebar .price-button .reserv:hover { background: #fc4748; } .teacher-sidebar .price-button .reserv .discount { width: 36px; line-height: 22px; background: #57BA7E; color: #fff; font-weight: normal; border: 10px solid #FFFFFF; border-radius: 21px; position: absolute; top: -20px; right: -28px; } .teacher-sidebar .mid { position: relative; padding: 25px 9px; margin-bottom: 22px; } .teacher-sidebar .mid .line { display: block; border-bottom: 1px dashed rgba(146, 146, 157, 0.43); } .teacher-sidebar .mid:before, .teacher-sidebar .mid:after { content: ""; position: absolute; top: 0px; width: 50px; height: 50px; background: #F5FAFF; border-radius: 50%; } .teacher-sidebar .mid:before { left: -55px; } .teacher-sidebar .mid:after { right: -55px; } .teacher-sidebar .trial { text-align: center; } .teacher-sidebar .trial h4 { font-size: 18px; margin-bottom: 2px; } .teacher-sidebar .trial .text { display: block; color: #696974; margin-bottom: 25px; } .teacher-sidebar .trial .reserv-trial { width: 130px; height: 50px; display: inline-block; background: #fff; border-radius: 20px; color: #57ba7e; font-weight: 700; border: none; cursor: pointer; transition: all .3s; position: relative; border: 2px solid #57ba7e; margin-bottom: 24px; } .teacher-sidebar .trial .reserv-trial:hover { background: #57ba7e; color: #fff; } .teacher-sidebar .trial .send-msg { width: 130px; height: 50px; display: inline-block; background: #F4F5FA; border-radius: 20px; color: #5A6274; font-weight: 700; border: none; cursor: pointer; margin-bottom: 15px; transition: all .3s; position: relative; } .teacher-sidebar .trial .send-msg:hover { background: #d1d5ea; } #teacher-page { padding: 37px 0; } #payment-page { padding: 54px 0; } .payment-sidebar { background: #FFFFFF; border-radius: 50px; position: relative; overflow: hidden; margin-bottom: 30px; padding: 46px 30px 25px; } .payment-sidebar .avatar { width: 85px; margin: 0 auto 16px; position: relative; } .payment-sidebar .avatar .img { width: 79px; height: 79px; border: 3px solid #F2F6FC; border-radius: 30px; background-position: center center !important; background-size: cover !important; } .payment-sidebar .avatar div.flag { position: absolute; right: -10px; bottom: -8px; } .payment-sidebar .avatar div.flag img { width: 24px; border: 5px solid #F2F6FC; border-radius: 20px; } .payment-sidebar .name { text-align: center; margin-bottom: 37px; } .payment-sidebar .name h4 { font-size: 18px; margin-bottom: 2px; line-height: 1.2; } .payment-sidebar .name .expert { display: block; color: #171725; } .payment-sidebar .date { text-align: center; } .payment-sidebar .date .title { color: #171725; display: block; margin-bottom: 12px; } .payment-sidebar .date .date-box { text-align: center; background: #FFFFFF; border: 1px solid #ECF2FD; border-radius: 18px; line-height: 34px; color: #92929D; margin-bottom: 21px; } .payment-sidebar .date .date-box .icon { margin-left: 2px; cursor: pointer; } .payment-sidebar .date .region .title { display: block; color: #92929D; margin-bottom: 4px; } .payment-sidebar .date .region .area { display: block; color: #171725; } .payment-sidebar .mid { position: relative; padding: 13px 9px; margin-bottom: 42px; } .payment-sidebar .mid .line { display: block; border-bottom: 1px dashed rgba(146, 146, 157, 0.43); } .payment-sidebar .mid:before, .payment-sidebar .mid:after { content: ""; position: absolute; top: -12px; width: 50px; height: 50px; background: #F5FAFF; border-radius: 50%; } .payment-sidebar .mid:before { left: -63px; } .payment-sidebar .mid:after { right: -63px; } .payment-sidebar .class-detail { margin-bottom: 39px; } .payment-sidebar .class-detail li { overflow: hidden; line-height: 28px; margin-bottom: 8px; } .payment-sidebar .class-detail li .right { float: right; color: #171725; } .payment-sidebar .class-detail li .left { float: left; } .payment-sidebar .class-detail li .left .num { color: #171725; font-weight: bold; margin-left: 2px; } .payment-sidebar .class-detail li .left .tom { color: #92929D; } .payment-sidebar .class-detail li .left .free { display: inline-block; line-height: 22px; background: #57ba7e; border: 4px solid #e3f4e9; padding: 0 10px; color: #fff; vertical-align: middle; border-radius: 15px; } .payment-sidebar .total-price { overflow: hidden; line-height: 37px; margin-bottom: 29px; } .payment-sidebar .total-price .right { float: right; color: #171725; } .payment-sidebar .total-price .left { float: left; } .payment-sidebar .total-price .left .num { color: #171725; font-weight: bold; margin-left: 2px; font-size: 22px; } .payment-sidebar .total-price .left .tom { color: #92929D; } .payment-sidebar .paybutton { text-align: center; } .payment-sidebar .paybutton .pay { line-height: 50px; height: 50px; width: 150px; background: #57ba7e; text-align: center; display: inline-block; color: #fff; border-radius: 20px; border: none; cursor: pointer; transition: all .3s; font-weight: bold; } .payment-sidebar .paybutton .pay span.icon { display: inline-block; margin-right: 28px; } .payment-sidebar .paybutton .pay:hover { background: #419d65; } .payment-method { background: #FFFFFF; border-radius: 50px; margin-bottom: 18px; overflow: hidden; padding: 46px 60px 69px; } @media only screen and (max-width: 1300px) { .payment-method { padding: 40px 20px; } } .payment-method h3.title { font-size: 18px; margin-bottom: 67px; } @media only screen and (max-width: 1300px) { .payment-method h3.title { margin-bottom: 30px; } } .payment-method .banks { overflow: hidden; max-width: 700px; margin: 0 auto 18px; } .payment-method .bank { margin-bottom: 20px; position: relative; } .payment-method .bank input { opacity: 0; left: 0; top: 0; width: 0; height: 0; position: absolute; } .payment-method .bank label { display: block; cursor: pointer; border: 3px solid #F2F6FC; border-radius: 30px; padding: 10px 27px; overflow: hidden; } .payment-method .bank label .circ { float: right; width: 19px; height: 19px; border-radius: 50%; margin-top: 17px; border: 3px solid #F2F6FC; } .payment-method .bank label .circ span { display: block; width: 9px; background: #F2F6FC; height: 9px; border-radius: 50%; margin: 5px; } .payment-method .bank label .text { float: right; padding-top: 5px; margin-right: 17px; } .payment-method .bank label .text span { display: block; } .payment-method .bank label .text span.title { color: #171725; font-size: 16px; font-weight: bold; } .payment-method .bank label .text span.exp { color: #92929D; } .payment-method .bank label .icon { width: 43px; height: 59px; float: left; text-align: center; line-height: 59px; } .payment-method .bank label .icon * { display: inline-block; vertical-align: middle; } .payment-method .bank input:checked ~ label .circ { border-color: #57ba7e; } .payment-method .bank input:checked ~ label .circ span { background: #57ba7e; } .payment-method .discount-form { overflow: hidden; max-width: 700px; margin: 0 auto 93px; background: #F5FAFF; border: 1px solid #F2F6FC; border-radius: 30px; } @media only screen and (max-width: 1300px) { .payment-method .discount-form { margin-bottom: 30px; } } .payment-method .discount-form .top { overflow: hidden; cursor: pointer; padding: 25px 25px; } .payment-method .discount-form .top h4 { float: right; font-size: 16px; margin-bottom: 0; line-height: 40px; } .payment-method .discount-form .top .icon { float: left; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #FFFFFF; border-radius: 15px; } .payment-method .discount-form .bot { padding: 0px 25px 15px; display: none; } .payment-method .rules { overflow: hidden; max-width: 700px; margin: 0 auto 0px; } .payment-method .rules h4 { font-size: 16px; margin-bottom: 13px; } .popup { position: fixed; background: rgba(98, 118, 172, 0.3); z-index: 999; left: 0; top: 0; bottom: 0; right: 0; padding: 40px; overflow: auto; } .popup.not-fixed { position: static; background: none; padding: 0; } .popup.not-fixed .popup-container { max-width: inherit !important; } .popup.not-fixed .popup-container span.close { display: none; } .popup.not-fixed .popup-container .user-set-pop-side { display: none; } .popup.not-fixed .popup-container .user-set-pop-content { padding: 0 !important; margin: 0 !important; } .popup.not-fixeds { position: static; background: none; padding: 0; } .popup.not-fixeds .popup-container { max-width: inherit !important; } .popup.not-fixeds .popup-container span.close { display: none; } @media only screen and (max-width: 800px) { .popup { padding: 20px; } } .popup > div { display: table; width: 100%; height: 100%; table-layout: fixed; } .popup > div > div { display: table-row; } .popup > div > div > div { display: table-cell; text-align: center; vertical-align: middle; } .popup .popup-container { background: #FFFFFF; border-radius: 50px; display: inline-block; position: relative; } .popup .popup-container span.close { position: absolute; top: 34px; right: 32px; background: #F4F5FA; border-radius: 15px; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #697289; cursor: pointer; transition: all .3s; z-index: 2; } .popup .popup-container span.close:hover { color: red; } @media only screen and (max-width: 800px) { .popup .popup-container span.close { width: 30px; height: 30px; line-height: 30px; top: 15px; right: 15px; } } .popup .popup-container .backstep { line-height: 40px; color: #92929D; font-weight: bold; float: left; cursor: pointer; transition: all .3s; position: relative; z-index: 2; } .popup .popup-container .backstep span.icon { width: 40px; line-height: 40px; height: 40px; background: #FFFFFF; border-radius: 15px; text-align: center; margin-right: 8px; display: inline-block; transition: all .3s; color: #0F0B03; } .popup .popup-container .backstep:hover { color: red; } .popup .popup-container .backstep:hover span.icon { color: red; } .popup .popup-container .pop-title { padding: 40px 20px; } .popup .popup-container .pop-title h3 { font-size: 18px; } @media only screen and (max-width: 600px) { .popup .popup-container .pop-title { padding-top: 20px; padding-bottom: 15px; } } .popup .popup-container .pop-title.right { text-align: right; padding-right: 90px; padding-left: 20px; } @media only screen and (max-width: 600px) { .popup .popup-container .pop-title.right { padding-right: 60px; } } .popup .popup-container.payprocesspop { max-width: 1212px; width: 100%; } .popup .popup-container.payprocesspop .payprocess { width: 228px; position: absolute; right: 0; top: 0; bottom: 0; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .payprocess { width: 150px; } } .popup .popup-container.payprocesspop .payprocess ul { position: absolute; top: 40px; bottom: 50px; width: 100%; } .popup .popup-container.payprocesspop .payprocess ul:after { content: ""; width: 1px; background: #d3d3d8; position: absolute; left: 50%; top: 150px; bottom: 100px; } .popup .popup-container.payprocesspop .payprocess ul li { position: absolute; width: 100%; text-align: center; background: #fff; z-index: 2; padding-bottom: 10px; } .popup .popup-container.payprocesspop .payprocess ul li .circ { width: 16px; height: 16px; display: block; border: 5px solid #D3D3D8; border-radius: 50%; margin: 0 auto 16px; } .popup .popup-container.payprocesspop .payprocess ul li .circ svg { display: none; } .popup .popup-container.payprocesspop .payprocess ul li .step-title { font-size: 14px; color: #92929D; } .popup .popup-container.payprocesspop .payprocess ul li .step-title .val { font-weight: bold; } .popup .popup-container.payprocesspop .payprocess ul li.step1 { top: 80px; } .popup .popup-container.payprocesspop .payprocess ul li.step2 { top: 50%; background: #fff; padding: 20px 0 15px; margin-top: -20px; } .popup .popup-container.payprocesspop .payprocess ul li.step3 { bottom: 10px; } .popup .popup-container.payprocesspop .payprocess ul li.active .circ { width: 10px; height: 10px; border-color: #57ba7e; } .popup .popup-container.payprocesspop .payprocess ul li.active .step-title .val { color: #171725; } .popup .popup-container.payprocesspop .payprocess ul li.done .circ { width: 24px; height: 24px; border: none; margin-bottom: 5px; } .popup .popup-container.payprocesspop .payprocess ul li.done .circ svg { display: inline-block; } .popup .popup-container.payprocesspop .payprocess ul li.done .step-title .val { color: #171725; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .payprocess { width: auto; position: static; overflow: hidden; padding: 20px 40px 20px 20px; border-radius: 50px; } .popup .popup-container.payprocesspop .payprocess ul { position: static; } .popup .popup-container.payprocesspop .payprocess ul:after { display: none; } .popup .popup-container.payprocesspop .payprocess ul > li { position: static; width: 33.33%; float: right; } .popup .popup-container.payprocesspop .payprocess ul > li .step-title { font-size: 12px; } .popup .popup-container.payprocesspop .payprocess ul > li.active .circ { margin-bottom: 21px; } .popup .popup-container.payprocesspop .payprocess ul > li.done .circ { margin-bottom: 21px; } } .popup .popup-container.payprocesspop .paycontent { margin-right: 228px; background: #F5FAFF; border-radius: 50px; padding: 27px; text-align: right; position: relative; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent { margin-right: 150px; } } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent { margin-right: 0px; padding: 15px; } } .popup .popup-container.payprocesspop .paycontent h3.title { line-height: 27px; margin: 0 29px 30px; font-size: 18px; padding-right: 14px; position: relative; margin-left: 120px; } .popup .popup-container.payprocesspop .paycontent h3.title:before { content: ""; width: 4px; border-radius: 3.5px; background: #57ba7e; position: absolute; right: 0; top: 0; bottom: 0; } .popup .popup-container.payprocesspop .paycontent .payoption { position: relative; overflow: hidden; } .popup .popup-container.payprocesspop .paycontent .payoption input { width: 0; height: 0; left: 0; top: 0; opacity: 0; position: absolute; } .popup .popup-container.payprocesspop .paycontent .payoption label { background: #FFFFFF; border: 2px solid #fff; border-radius: 30px; margin-bottom: 20px; overflow: hidden; padding: 20px 50px 18px; display: block; position: relative; transition: all .3s; cursor: pointer; } .popup .popup-container.payprocesspop .paycontent .payoption label .right { float: right; } .popup .popup-container.payprocesspop .paycontent .payoption label .right h4 { font-size: 18px; margin-bottom: 2px; } .popup .popup-container.payprocesspop .paycontent .payoption label .right h4 span.icon { display: inline-block; vertical-align: middle; margin-right: 20px; position: relative; top: 3px; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label .right h4 { font-size: 16px; } .popup .popup-container.payprocesspop .paycontent .payoption label .right h4 span.icon { margin-right: 10px; } } .popup .popup-container.payprocesspop .paycontent .payoption label .right .time { display: block; font-size: 12px; color: #92929D; line-height: 1; } @media only screen and (max-width: 460px) { .popup .popup-container.payprocesspop .paycontent .payoption label .right { float: none; text-align: center; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left { float: left; padding-top: 8px; } @media only screen and (max-width: 460px) { .popup .popup-container.payprocesspop .paycontent .payoption label .left { float: none; text-align: center; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left .free { display: inline-block; line-height: 22px; background: #57ba7e; border: 4px solid #e3f4e9; padding: 0 10px; color: #fff; vertical-align: middle; border-radius: 15px; margin-left: -15px; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label .left .free { margin-left: 0; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left .num { display: inline-block; vertical-align: middle; font-size: 20px; font-weight: bold; color: #171725; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label .left .num { font-size: 16px; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left .percent { display: inline-block; vertical-align: middle; background: #fc5a5a; border: 4px solid #ffe9e9; padding: 0 10px; color: #fff; border-radius: 15px; margin-left: 21px; position: relative; bottom: 3px; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label .left .percent { margin-left: 10px; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left .tom { display: inline-block; vertical-align: middle; color: #92929D; margin-right: 3px; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label { padding: 15px; } } .popup .popup-container.payprocesspop .paycontent .payoption input:checked ~ label { border-color: #57ba7e; } .popup .popup-container.payprocesspop .paycontent .payfooter { background: #fff; border-radius: 50px; overflow: hidden; padding: 37px 29px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .payfooter { padding: 20px; } } .popup .popup-container.payprocesspop .paycontent .payfooter .avatar { float: right; margin-left: 28px; } .popup .popup-container.payprocesspop .paycontent .payfooter .avatar .img { width: 69px; height: 69px; border: 3px solid #f2f6fc; border-radius: 30px; background-size: cover !important; background-position: center center !important; } @media only screen and (max-width: 1000px) { .popup .popup-container.payprocesspop .paycontent .payfooter .avatar { float: none; width: 75px; margin: 0 auto 15px; } } .popup .popup-container.payprocesspop .paycontent .payfooter .options { overflow: hidden; width: 65%; float: right; padding-top: 11px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .payfooter .options { width: 60%; } } @media only screen and (max-width: 1000px) { .popup .popup-container.payprocesspop .paycontent .payfooter .options { width: auto; float: none; } } .popup .popup-container.payprocesspop .paycontent .payfooter .options li { float: right; width: 33%; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payfooter .options li { float: none; width: auto; margin-bottom: 15px; } } .popup .popup-container.payprocesspop .paycontent .payfooter .options .option h5 { font-size: 16px; margin-bottom: 6px; } .popup .popup-container.payprocesspop .paycontent .payfooter .options .option .text span { display: inline-block; vertical-align: middle; color: #92929D; } .popup .popup-container.payprocesspop .paycontent .payfooter .options .option .text span.icon { margin-left: 4px; } .popup .popup-container.payprocesspop .paycontent .payfooter .options .option .text span.time { font-size: 12px; color: #171725; } .popup .popup-container.payprocesspop .paycontent .payfooter .next { float: left; padding-top: 12px; padding-left: 25px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .payfooter .next { padding-left: 0; } } @media only screen and (max-width: 1000px) { .popup .popup-container.payprocesspop .paycontent .payfooter .next { float: none; text-align: center; } } .popup .popup-container.payprocesspop .paycontent .payfooter .next .next-step { width: 150px; height: 52px; line-height: 52px; border: none; color: #fff; cursor: pointer; border-radius: 26px; background: #5e57ba; transition: all .3s; font-size: 12px; font-weight: bold; display: inline-block; } .popup .popup-container.payprocesspop .paycontent .payfooter .next .next-step:hover { background: #47419d; } .popup .popup-container.payprocesspop .paycontent .packages { padding-top: 11px; } .popup .popup-container.payprocesspop .paycontent .packages h3.title { margin-bottom: 75px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .packages h3.title { margin-bottom: 30px; } } .popup .popup-container.payprocesspop .paycontent .packages .payfooter { margin-top: 84px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .packages .payfooter { margin-top: 20px; } } .popup .popup-container.payprocesspop .paycontent .popcalendar { padding-top: 14px; } .popup .popup-container.payprocesspop .paycontent .popcalendar h3.title { margin-bottom: 18px; margin-left: 0; } .popup .popup-container.payprocesspop .paycontent .popcalendar #teacher-scadule { margin-bottom: 0; border-radius: 50px 50px 0 0; } .popup .popup-container.payprocesspop .paycontent .popcalendar .payfooter { border-radius: 0 0 50px 50px; } .popup .popup-container.payprocesspop .paycontent .popcalendar #teacher-clander { width: 100%; } .popup .popup-container.payprocesspop .paycontent .popcalendar #teacher-clander .right li:last-child { margin-bottom: 0; } .popup .popup-container.payprocesspop .paycontent .popsucces { padding-top: 14px; } .popup .popup-container.payprocesspop .paycontent .popsucces h3.title { margin-bottom: 32px; margin-left: 0; } .popup .popup-container.payprocesspop .paycontent .paysuccess { background: #FFFFFF; border-radius: 50px; padding: 15px 10px 33px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .top { text-align: center; padding-top: 61px; margin-bottom: 35px; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .top { padding-top: 0; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .top img { display: inline-block; } .popup .popup-container.payprocesspop .paycontent .paysuccess .top span { display: block; font-size: 18px; font-weight: 700; color: #171725; } .popup .popup-container.payprocesspop .paycontent .paysuccess .top span b { color: #57ba7e; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result { background: #F5FAFF; border-radius: 50px; max-width: 556px; margin: 0 auto 21px; overflow: hidden; padding: 40px 20px 18px; position: relative; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result { padding: 15px; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .result:before { content: ""; position: absolute; left: 50%; top: 43px; bottom: 50px; border-right: 1px dashed #B5B5BE; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result:before { display: none; } } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result { text-align: center; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher { overflow: hidden; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher .avatar { float: right; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher div.left { margin-right: 82px; padding-top: 11px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher div.left h5 { font-size: 18px; font-weight: 400; margin-bottom: 1px; line-height: 1.2; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher div.left span { color: #92929D; line-height: 1; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher { display: inline-block; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher .left { text-align: right; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times { padding-right: 24px; padding-top: 4px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times h5 { font-size: 16px; font-weight: 400; padding-right: 9px; margin-bottom: 4px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times .date-box { text-align: center; background: #FFFFFF; border: 1px solid #ECF2FD; border-radius: 18px; line-height: 34px; color: #92929D; margin-bottom: 21px; display: inline-block; padding: 0 10px 0 13px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times .date-box .icon { margin-left: 2px; cursor: pointer; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times .date-box { margin-bottom: 0; } } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times { text-align: center; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .message { text-align: center; line-height: 22px; color: #92929D; margin-bottom: 95px; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .message { margin-bottom: 15px; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons { text-align: center; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .don, .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .dash { display: inline-block; cursor: pointer; border: none; transition: all .3s; width: 130px; height: 50px; line-height: 16px; font-weight: bold; border-radius: 20px; margin: 0 5px 10px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .don { color: #5A6274; background: #F4F5FA; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .don:hover { background: #d1d5ea; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .dash { color: #fff; background: #57ba7e; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .dash:hover { background: #419d65; } .popup .popup-container.add-to-wallet { max-width: 568px; width: 100%; } .popup .popup-container.add-to-wallet form { max-width: 368px; margin: 0 auto; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form { padding: 0 15px; } } .popup .popup-container.add-to-wallet form .tit { display: block; text-align: right; margin: 36px 27px 27px; font-weight: bold; color: #171725; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form .tit { margin: 10px 10px 15px; } } .popup .popup-container.add-to-wallet form .input-container { margin-bottom: 53px; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form .input-container { margin-bottom: 30px; } } .popup .popup-container.add-to-wallet form .price-group { margin: 0 -5px 41px; overflow: hidden; padding-top: 4px; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form .price-group { margin-bottom: 20px; } } .popup .popup-container.add-to-wallet form .price-group li { float: right; width: 33.333%; } .popup .popup-container.add-to-wallet form .price-group li label { display: block; margin: 0 5px 10px; line-height: 60px; background: #F5FAFF; border-radius: 24px; } .popup .popup-container.add-to-wallet form .price-group li label span { display: inline-block; margin: 0 2px; color: #92929D; } .popup .popup-container.add-to-wallet form .price-group li label span.num { font-weight: bold; color: #5A6274; } .popup .popup-container.add-to-wallet form .price-group li input:checked ~ label { background: #57ba7e; } .popup .popup-container.add-to-wallet form .price-group li input:checked ~ label span { color: #fff; } .popup .popup-container.add-to-wallet form .button { margin-bottom: 50px; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form .button { margin-bottom: 30px; } } .popup .popup-container.add-to-wallet form .button .next { display: inline-block; line-height: 50px; width: 160px; font-weight: bold; color: #fff; background: #57ba7e; border-radius: 24px; border: none; cursor: pointer; transition: all .3s; } .popup .popup-container.add-to-wallet form .button .next span.icon { margin-right: 22px; } .popup .popup-container.add-to-wallet form .button .next:hover { background: #419d65; } .popup .popup-container.class-succses-pop { max-width: 636px; width: 100%; } .popup .popup-container.class-succses-pop .pop-title { padding-bottom: 22px; } .popup .popup-container.class-succses-pop form { padding: 0 20px 47px; } .popup .popup-container.class-succses-pop form .pic { text-align: center; } .popup .popup-container.class-succses-pop form .pic img { display: inline-block; margin-bottom: 34px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-succses-pop form .pic img { margin-bottom: 15px; } } .popup .popup-container.class-succses-pop form .pic p { text-align: center; font-size: 14px; color: #171725; line-height: 26px; max-width: 410px; margin: 0 auto 26px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-succses-pop form .pic p { margin-bottom: 15px; } } .popup .popup-container.class-succses-pop form .toshare-link { text-align: center; margin-bottom: 34px; } .popup .popup-container.class-succses-pop form .toshare-link span { display: inline-block; padding: 0 30px; line-height: 40px; background: #F4F5FA; border-radius: 14px; color: #92929D; } @media only screen and (max-width: 600px) { .popup .popup-container.class-succses-pop form .toshare-link span { padding: 0 10px; font-size: 13px; } } .popup .popup-container.class-succses-pop form .nav-share { margin-bottom: 42px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-succses-pop form .nav-share { margin-bottom: 25px; } } .popup .popup-container.class-succses-pop form .nav-share li { display: inline-block; } .popup .popup-container.class-succses-pop form .nav-share li .copy-link, .popup .popup-container.class-succses-pop form .nav-share li .share-link { background: none; border: none; margin: 0 8px; } .popup .popup-container.class-succses-pop form .nav-share li .copy-link span, .popup .popup-container.class-succses-pop form .nav-share li .share-link span { display: inline-block; color: #92929D; } .popup .popup-container.class-succses-pop form .nav-share li .copy-link span.icon, .popup .popup-container.class-succses-pop form .nav-share li .share-link span.icon { margin-left: 5px; } .popup .popup-container.class-succses-pop form .button .back { width: 150px; font-weight: bold; } .popup .popup-container.timing-success-pop { max-width: 636px; width: 100%; } .popup .popup-container.timing-success-pop .pop-title { padding-bottom: 20px; } .popup .popup-container.timing-success-pop form { padding: 0px 0px 35px; max-width: 290px; margin: 0 auto; } @media only screen and (max-width: 600px) { .popup .popup-container.timing-success-pop form { padding: 0 15px 15px; } } .popup .popup-container.timing-success-pop form .pic { text-align: center; } .popup .popup-container.timing-success-pop form .pic img { display: inline-block; margin-bottom: 5px; } .popup .popup-container.timing-success-pop form .message { padding: 28px 0 20px; } @media only screen and (max-width: 600px) { .popup .popup-container.timing-success-pop form .message { padding: 10px 0 10px; } } .popup .popup-container.timing-success-pop form .message p { text-align: center; } .popup .popup-container.timing-success-pop form .button .back { width: 150px; font-weight: bold; } .popup .popup-container.withdraw-pop { max-width: 636px; width: 100%; } .popup .popup-container.withdraw-pop form { padding: 26px 0px 35px; max-width: 290px; margin: 0 auto; } @media only screen and (max-width: 600px) { .popup .popup-container.withdraw-pop form { padding: 15px; } } .popup .popup-container.withdraw-pop form .pic { text-align: center; } .popup .popup-container.withdraw-pop form .pic img { display: inline-block; margin-bottom: 57px; } @media only screen and (max-width: 600px) { .popup .popup-container.withdraw-pop form .pic img { margin-bottom: 20px; } } .popup .popup-container.withdraw-pop form .message { padding: 28px 0 30px; } @media only screen and (max-width: 600px) { .popup .popup-container.withdraw-pop form .message { padding: 10px 0 15px; } } .popup .popup-container.withdraw-pop form .message p { text-align: center; font-size: 16px; color: #00315B; margin-bottom: 0; } .popup .popup-container.class-cancel-pop { max-width: 636px; width: 100%; } .popup .popup-container.class-cancel-pop form { padding: 0 20px 47px; } .popup .popup-container.class-cancel-pop form .result { background: #F5FAFF; border-radius: 50px; max-width: 556px; margin: 0 auto 21px; overflow: hidden; padding: 40px 20px 18px; position: relative; } @media only screen and (max-width: 800px) { .popup .popup-container.class-cancel-pop form .result { padding: 15px; } } .popup .popup-container.class-cancel-pop form .result:before { content: ""; position: absolute; left: 50%; top: 43px; bottom: 50px; border-right: 1px dashed #B5B5BE; } @media only screen and (max-width: 1300px) { .popup .popup-container.class-cancel-pop form .result:before { display: none; } } @media only screen and (max-width: 1300px) { .popup .popup-container.class-cancel-pop form .result { text-align: center; } } .popup .popup-container.class-cancel-pop form .result .teacher { overflow: hidden; } .popup .popup-container.class-cancel-pop form .result .teacher .avatar { float: right; } .popup .popup-container.class-cancel-pop form .result .teacher .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } .popup .popup-container.class-cancel-pop form .result .teacher div.left { margin-right: 82px; padding-top: 11px; } .popup .popup-container.class-cancel-pop form .result .teacher div.left h5 { font-size: 18px; font-weight: 400; margin-bottom: 1px; line-height: 1.2; } .popup .popup-container.class-cancel-pop form .result .teacher div.left span { color: #92929D; line-height: 1; } @media only screen and (max-width: 1300px) { .popup .popup-container.class-cancel-pop form .result .teacher { display: inline-block; } .popup .popup-container.class-cancel-pop form .result .teacher .left { text-align: right; } } .popup .popup-container.class-cancel-pop form .result .times { padding-right: 24px; padding-top: 4px; } .popup .popup-container.class-cancel-pop form .result .times h5 { font-size: 16px; font-weight: 400; padding-right: 9px; margin-bottom: 4px; } .popup .popup-container.class-cancel-pop form .result .times .date-box { text-align: center; background: #FFFFFF; border: 1px solid #ECF2FD; border-radius: 18px; line-height: 34px; color: #92929D; margin-bottom: 21px; display: inline-block; padding: 0 10px 0 13px; } .popup .popup-container.class-cancel-pop form .result .times .date-box .icon { margin-left: 2px; cursor: pointer; } @media only screen and (max-width: 800px) { .popup .popup-container.class-cancel-pop form .result .times .date-box { margin-bottom: 0; } } @media only screen and (max-width: 1300px) { .popup .popup-container.class-cancel-pop form .result .times { text-align: center; } } .popup .popup-container.class-cancel-pop form .textarea { margin: 0 auto 43px; max-width: 460px; padding-top: 10px; } .popup .popup-container.class-cancel-pop form .textarea textarea { height: 100px; } .popup .popup-container.class-cancel-pop form .message { text-align: right; padding: 0 35px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-cancel-pop form .message { padding: 0; } } .popup .popup-container.class-cancel-pop form .message h5 { font-size: 14px; margin-bottom: 5px; } .popup .popup-container.class-cancel-pop form .message p { font-size: 14px; line-height: 26px; color: #171725; margin-bottom: 35px; } .popup .popup-container.class-cancel-pop form .button .send, .popup .popup-container.class-cancel-pop form .button .back, .popup .popup-container.class-cancel-pop form .button .cancel { width: 150px; margin: 0 4px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-cancel-pop form .button .send, .popup .popup-container.class-cancel-pop form .button .back, .popup .popup-container.class-cancel-pop form .button .cancel { width: 120px; } } .popup .popup-container.add-lang-pop { max-width: 568px; width: 100%; } .popup .popup-container.add-lang-pop .pop-title { padding-bottom: 15px; } .popup .popup-container.add-lang-pop form { width: 290px; margin: 0 auto; text-align: right; padding: 0px 0 32px; } .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--multiple, .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--single { height: 62px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; } .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--multiple .select2-selection__arrow, .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 40px; background: #F4F5FA; border-radius: 15px; text-align: center; line-height: 40px; top: 11px; left: 13px; } .popup .popup-container.add-lang-pop .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered, .popup .popup-container.add-lang-pop .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { line-height: 58px; padding-right: 19px; padding-top: 7px; } .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #B8BABF; } .popup .popup-container.add-lang-pop .select { margin-bottom: 3px; } .popup .popup-container.add-lang-pop .select select { width: 100%; } .popup .popup-container.add-lang-pop div.pic { text-align: center; margin-bottom: 27px; } .popup .popup-container.add-lang-pop div.pic img { display: inline-block; } .popup .popup-container.add-lang-pop .level { padding-top: 20px; } .popup .popup-container.add-lang-pop .level .label { font-size: 14px; margin-bottom: 14px; line-height: 33px; margin-right: 22px; font-weight: bold; color: #303030; } .popup .popup-container.add-lang-pop .level input { width: 0; height: 0; position: absolute; opacity: 0; } .popup .popup-container.add-lang-pop .level ul { height: 4px; background: #f7f7fa; position: relative; margin: 0px 15px 50px; } .popup .popup-container.add-lang-pop .level ul .lev1, .popup .popup-container.add-lang-pop .level ul .lev2, .popup .popup-container.add-lang-pop .level ul .lev3, .popup .popup-container.add-lang-pop .level ul .lev4, .popup .popup-container.add-lang-pop .level ul .lev5, .popup .popup-container.add-lang-pop .level ul .lev6, .popup .popup-container.add-lang-pop .level ul .lev7 { position: absolute; width: 70px; top: -8px; margin-left: -35px; text-align: center; cursor: pointer; } .popup .popup-container.add-lang-pop .level ul .lev1 label, .popup .popup-container.add-lang-pop .level ul .lev2 label, .popup .popup-container.add-lang-pop .level ul .lev3 label, .popup .popup-container.add-lang-pop .level ul .lev4 label, .popup .popup-container.add-lang-pop .level ul .lev5 label, .popup .popup-container.add-lang-pop .level ul .lev6 label, .popup .popup-container.add-lang-pop .level ul .lev7 label { cursor: pointer; } .popup .popup-container.add-lang-pop .level ul .lev1 .cir, .popup .popup-container.add-lang-pop .level ul .lev2 .cir, .popup .popup-container.add-lang-pop .level ul .lev3 .cir, .popup .popup-container.add-lang-pop .level ul .lev4 .cir, .popup .popup-container.add-lang-pop .level ul .lev5 .cir, .popup .popup-container.add-lang-pop .level ul .lev6 .cir, .popup .popup-container.add-lang-pop .level ul .lev7 .cir { width: 10px; height: 10px; margin: 0 auto 3px; background: #f7f7fa; background-clip: padding-box; border: 5px solid rgba(0, 0, 0, 0); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.add-lang-pop .level ul .lev1 span, .popup .popup-container.add-lang-pop .level ul .lev2 span, .popup .popup-container.add-lang-pop .level ul .lev3 span, .popup .popup-container.add-lang-pop .level ul .lev4 span, .popup .popup-container.add-lang-pop .level ul .lev5 span, .popup .popup-container.add-lang-pop .level ul .lev6 span, .popup .popup-container.add-lang-pop .level ul .lev7 span { font-size: 12px; color: #303030; font-family: arial; position: relative; bottom: 4px; opacity: 0; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.add-lang-pop .level ul .lev1 .t, .popup .popup-container.add-lang-pop .level ul .lev2 .t, .popup .popup-container.add-lang-pop .level ul .lev3 .t, .popup .popup-container.add-lang-pop .level ul .lev4 .t, .popup .popup-container.add-lang-pop .level ul .lev5 .t, .popup .popup-container.add-lang-pop .level ul .lev6 .t, .popup .popup-container.add-lang-pop .level ul .lev7 .t { display: block; font-size: 14px; color: #303030; bottom: 0; opacity: 0; font-weight: bold; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.add-lang-pop .level ul .lev1 { left: 0; } .popup .popup-container.add-lang-pop .level ul .lev2 { left: 20%; } .popup .popup-container.add-lang-pop .level ul .lev3 { left: 40%; } .popup .popup-container.add-lang-pop .level ul .lev4 { left: 60%; } .popup .popup-container.add-lang-pop .level ul .lev5 { left: 80%; } .popup .popup-container.add-lang-pop .level ul .lev6 { left: 100%; } .popup .popup-container.add-lang-pop .level ul .lev7 { left: 100%; } .popup .popup-container.add-lang-pop .level ul input:checked ~ label .cir { background: #57ba7e; border: 5px solid #9fe1cd; } .popup .popup-container.add-lang-pop .level ul input:checked ~ label span { opacity: 1; } .popup .popup-container.add-lang-pop .level ul input:checked ~ label .t { opacity: 1; } .popup .popup-container.add-lang-pop .lang-op { padding-top: 20px; margin-bottom: 29px; } .popup .popup-container.add-lang-pop .lang-op .option-toggle { background: #ECF2FD; border-radius: 16px; line-height: 45px; height: 45px; margin-bottom: 11px; padding: 0 13px; } .popup .popup-container.add-lang-pop .lang-op .option-toggle .title { width: 140px; text-align: center; float: right; color: #696974; } .popup .popup-container.add-lang-pop .lang-op .option-toggle .check-toggle { float: left; margin-top: 13px; } .popup .popup-container.teacher-wish-pop { max-width: 1330px; width: 100%; text-align: right; } .popup .popup-container.teacher-wish-pop h3.title { line-height: 27px; margin: 40px 140px 30px 10px; font-size: 18px; padding-right: 14px; position: relative; } .popup .popup-container.teacher-wish-pop h3.title:before { content: ""; width: 4px; border-radius: 3.5px; background: #57ba7e; position: absolute; right: 0; top: 0; bottom: 0; } @media only screen and (max-width: 800px) { .popup .popup-container.teacher-wish-pop h3.title { margin-right: 55px; margin-top: 18px; margin-bottom: 18px; } } .popup .popup-container.teacher-wish-pop .teacher-list { margin: 28px; background: #F5FAFF; border-radius: 50px; padding: 34px 28px; overflow: hidden; } .popup .popup-container.teacher-wish-pop .teacher-list .single-teacher { overflow: hidden; margin-bottom: 0; } @media only screen and (max-width: 1000px) { .popup .popup-container.teacher-wish-pop .teacher-list { margin: 10px; padding: 10px; } } .popup .popup-container.user-set-pop { max-width: 1048px; width: 100%; } .popup .popup-container.user-set-pop .user-set-pop-side { width: 228px; position: absolute; right: 0; top: 0; bottom: 0; } @media only screen and (max-width: 600px) { .popup .popup-container.user-set-pop .user-set-pop-side { width: auto; position: static; } } .popup .popup-container.user-set-pop .user-set-pop-side ul { text-align: right; padding: 0 23px; position: absolute; right: 0; left: 0; top: 50%; transform: translateY(-50%); } @media only screen and (max-width: 600px) { .popup .popup-container.user-set-pop .user-set-pop-side ul { position: static; transform: translateY(0%); padding: 60px 23px 10px; } } .popup .popup-container.user-set-pop .user-set-pop-side ul li { line-height: 38px; margin-bottom: 0px; position: relative; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a { display: block; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a span { display: inline-block; vertical-align: middle; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a span.icon { position: relative; z-index: 2; margin-left: 15px; color: #636379; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a span.text { font-size: 14px; color: #696974; font-weight: 500; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a span.num { float: left; line-height: 22px; padding: 0 4px; color: #fff; background: #FC5A5A; border-radius: 11px; margin-left: 3px; margin-top: 8px; text-align: center; min-width: 20px; } .popup .popup-container.user-set-pop .user-set-pop-side ul li.active { line-height: 51px; margin-bottom: 13px; } .popup .popup-container.user-set-pop .user-set-pop-side ul li.active:before { content: ""; position: absolute; width: 58px; top: 0; bottom: 0; right: -23px; background: #57ba7e; border-radius: 26px 0 0 26px; } .popup .popup-container.user-set-pop .user-set-pop-side ul li.active span.icon { color: #fff; margin-left: 20px; } .popup .popup-container.user-set-pop .user-set-pop-side ul li.active span.text { color: #000; } .popup .popup-container.user-set-pop .user-set-pop-content { margin-right: 228px; background: #F5FAFF; border-radius: 50px; padding: 27px; text-align: right; position: relative; } @media only screen and (max-width: 600px) { .popup .popup-container.user-set-pop .user-set-pop-content { margin-right: 0; padding: 27px 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form { max-width: 290px; margin: 0 auto; padding: 40px 0 60px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form { padding: 0; } } .popup .popup-container.user-set-pop .user-set-pop-content form.mwidth { max-width: inherit; } .popup .popup-container.user-set-pop .user-set-pop-content form.pt0 { padding-top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .mwidth290 { max-width: 290px; margin: 0 auto; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload { background: #FFFFFF; border-radius: 30px; margin-bottom: 20px; overflow: hidden; line-height: 60px; padding: 17px 40px 17px 20px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload { line-height: 30px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.right { float: right; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.right { float: none; text-align: center; margin-bottom: 10px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.right h3 { margin: 0; font-size: 16px; color: #00315B; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.right h3 span.gray { display: inline-block; vertical-align: middle; margin-right: 13px; font-size: 18px; color: #7B94AB; font-weight: 400; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.left { float: left; position: relative; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.left { float: none; text-align: center; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.left .button { padding-top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.left input { width: 0; height: 0; position: absolute; left: 0; top: 0; opacity: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload { background: #FFFFFF; border-radius: 30px; margin-bottom: 20px; overflow: hidden; padding: 28px 36px 23px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload { padding: 20px 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload div.title { margin-bottom: 25px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload div.title h3 { color: #00315B; font-size: 16px; margin-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload div.title h3 span.small { display: inline-block; vertical-align: middle; font-size: 14px; font-weight: 400; margin-right: 6px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box { position: relative; margin-bottom: 26px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box input { width: 0; left: 0; top: 0; height: 0; position: absolute; opacity: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label { background: #FFFFFF; border: 2px dashed #E0E4F5; border-radius: 30px; cursor: pointer; overflow: hidden; display: block; padding: 20px 25px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right { float: right; } @media only screen and (max-width: 900px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right { float: none; margin-bottom: 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right div.icond { padding-top: 5px; margin-bottom: 30px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right div.icond span { display: inline-block; vertical-align: middle; font-size: 16px; font-weight: bold; color: #555A6B; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right div.icond span.icon { margin-left: 44px; margin-right: 9px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right ul.circle li { padding-right: 20px; font-size: 12px; line-height: 22px; color: #555A6B; margin-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right ul.circle li:before { width: 8px; height: 8px; top: 6px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.left { float: left; } @media only screen and (max-width: 900px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.left { float: none; text-align: center; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.left div.button { padding-top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .link-title { text-align: center; line-height: 24px; position: relative; margin-bottom: 14px; } .popup .popup-container.user-set-pop .user-set-pop-content form .link-title:before { content: ""; position: absolute; top: 12px; border-bottom: 1px solid #f5faff; left: 0; right: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .link-title span { display: inline-block; padding: 0 12px; border-radius: 12px; background: #fff; border: 1px solid #f5faff; position: relative; z-index: 2; font-size: 12px; color: #636379; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction { background: #FFFFFF; border-radius: 30px; padding: 30px; margin-bottom: 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction h3 { font-size: 20px; margin-bottom: 20px; text-align: center; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text { max-height: 140px; margin-bottom: 20px; overflow: hidden; position: relative; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text p { font-size: 14px; line-height: 28px; margin-bottom: 20px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text p:last-child { margin-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.61+29,1+100 */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */ } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text.active { margin-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text.active:after { display: none; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more { text-align: center; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more > div { display: inline-block; color: #B5B5BE; font-size: 12px; line-height: 46px; cursor: pointer; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-border-radius: 23px; -moz-border-radius: 23px; -ms-border-radius: 23px; -o-border-radius: 23px; border-radius: 23px; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more > div .down { width: 20px; height: 20px; line-height: 20px; text-align: center; background: #92929D; display: inline-block; border-radius: 7px; color: #fff; margin-left: 7px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more > div:hover { color: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more > div:hover .down { background: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos { background: #fff; border-radius: 30px; padding: 30px 30px 20px; overflow: hidden; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .videos { padding: 20px 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .videos h3 { text-align: center; font-size: 20px; margin-bottom: 5px; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos p { font-size: 14px; line-height: 28px; margin-bottom: 37px; color: #171725; text-align: center; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video { border-radius: 35px; overflow: hidden; margin-bottom: 10px; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video .plyr__controls { /*display: none;*/ } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video .plyr { border-radius: 35px; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video .plyr__control { background: rgba(23, 23, 37, 0.3); /*border: 5px solid #FFFFFF;*/ box-sizing: border-box; border-radius: 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video .plyr__control:after { /*content: "ویدئو معرفی استاد";*/ position: absolute; white-space: nowrap; right: 0; bottom: -30px; font-weight: 700; transform: translateX(25%); } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume { overflow: hidden; background: #FFFFFF; border-radius: 30px; margin-bottom: 27px; padding: 35px; } @media only screen and (max-width: 1300px) { .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume { padding: 20px 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume h3 { font-size: 18px; color: #000; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .pic { margin-top: 150px; border-left: 1px dashed #e2e3e6; text-align: center; } @media only screen and (max-width: 1300px) { .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .pic { border-left: none; margin: 10px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .pic img { display: inline-block; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form { max-width: 290px; margin: 0 auto; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form h4 { font-size: 16px; color: #00315B; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form .select-box { overflow: hidden; margin: 0 -7px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form .select-box .input-container { margin: 0 7px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form .select-box div.right { float: right; width: 50%; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form .select-box div.left { float: left; width: 50%; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form { padding: 50px 35px; background: #fff; border-radius: 30px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .lable-container { position: relative; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .lable-container input { position: absolute; left: 0; top: 0; opacity: 0; width: 0; height: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key { position: relative; display: block; overflow: hidden; cursor: pointer; font-family: arial; font-size: 13px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .left { float: left; margin-left: 37px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .left .toggle { position: relative; width: 34px; height: 19px; top: 16px; border: 4px solid #dadada; border-radius: 21px; transition: all 0.4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .left .toggle span { position: absolute; left: 3px; top: 4px; width: 11px; height: 11px; background: #dadada; border-radius: 50%; transition: all 0.4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .right { float: right; font-size: 18px; color: #1C2136; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form input:checked ~ label .left .toggle { background: #0eb582; border-color: #0eb582; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form input:checked ~ label .left .toggle span { background: #fff; left: 18px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .right { font-size: 13px!important; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form h3, .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form h4 { width: 100%; clear: both; font-size: 18px; color: #000; margin-bottom: 30px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section { margin-bottom: 66px; overflow: hidden; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section { margin-bottom: 20px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section h5 { margin-right: 24px; font-size: 14px; font-weight: 400; color: #000000; margin-bottom: 23px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form { position: relative; float: right; z-index: 2; vertical-align: top; height: 47px; border: 2px solid #f1f3f6; padding-top: 4px; padding-bottom: 4px; padding-left: 124px; padding-right: 28px; margin-bottom: 10px; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form { width: 100%; float: none; box-sizing: border-box; height: 59px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form .addt { position: absolute; line-height: 47px; width: 101px; left: 4px; top: 4px; bottom: 4px; text-align: center; cursor: pointer; color: #fff; background: #0EB582; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form .addt:hover { background: #0c9d71; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form ::-webkit-input-placeholder { /* Edge */ color: #92929D; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #92929D; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form ::placeholder { color: #92929D; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form input { width: 170px; height: 47px; line-height: 47px; border: none; font-size: 15px; background: none; color: #92929D; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form input { width: 100%; } } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section div.result { position: relative; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section div.result span { display: inline-block; padding: 0 9px 0 10px; border: 1px solid #ECF2FD; line-height: 36px; height: 34px; font-size: 14px; margin-right: 10px; margin-bottom: 15px; margin: 9px 10px 24px 0; color: #92929D; position: relative; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section div.result span i { position: relative; margin-left: 5px; cursor: pointer; color: #d3d3d8; bottom: 1px; float: right; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section div.result span i:hover { color: #f05662; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume-history { background: #FFFFFF; border-radius: 30px; padding: 24px 34px 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume-history .tab-nav { margin-bottom: 30px; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume { overflow: hidden; border-bottom: 1px solid #F2F6FC; padding-bottom: 20px; margin-bottom: 25px; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume:last-child { border-bottom: none; padding-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left { direction: ltr; text-align: right; width: 70%; float: right; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left { float: none; width: auto; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left h5 { font-size: 18px; font-weight: bold; font-family: 'Open Sans'; color: #143861; margin-bottom: 15px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left h5 { font-size: 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left p { font-size: 16px; color: #798ea5; margin-bottom: 12px; text-align: right; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left p { font-size: 13px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left .date { font-size: 18px; color: #889AAF; direction: rtl; display: block; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left .date span { display: inline-block; vertical-align: middle; margin-left: 4px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left .date { font-size: 14px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box { width: 25%; float: left; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box { width: auto; float: none; text-align: center; margin-bottom: 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit { display: block; float: left; text-align: right; background: #F5FAFF; border-radius: 17px; width: 107px; height: 50px; line-height: 50px; font-size: 12px; color: #171725; margin-bottom: 14px; border: none; cursor: pointer; transition: all .3s; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove:hover, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit:hover { background: #dcedff; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove span, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit span { display: inline-block; vertical-align: middle; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove span.icon, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit span.icon { margin: 0 10px 0 10px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit { display: inline-block; margin: 0 5px 5px; float: none; } } .popup .popup-container.user-set-pop .user-set-pop-content form .avatar { margin-bottom: 10px; } .popup .popup-container.user-set-pop .user-set-pop-content form .avatar .img { width: 64px; height: 64px; margin: 0 auto; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover { position: relative; margin-bottom: 68px; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .imgcov { height: 258px; border-radius: 50px; background-size: cover !important; position: relative; overflow: hidden; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .imgcov:before { content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(41, 41, 41, 0.34) 46.63%, rgba(84, 84, 84, 0.81) 100%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload { position: absolute; left: 50%; top: 50%; margin-top: -23px; transform: translateX(-50%); } @media only screen and (max-width: 1200px) { .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload { margin-top: -63px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload input { width: 0; height: 0; opacity: 0; position: absolute; left: 0; top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload label { background: rgba(37, 57, 80, 0.33); border-radius: 15px; line-height: 46px; padding: 0 10px 0 20px; display: block; cursor: pointer; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload label span { display: inline-block; vertical-align: middle; color: #fff; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload label span.icon { margin-left: 10px; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload { position: absolute; right: 78px; bottom: -85px; } @media only screen and (max-width: 1200px) { .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload { right: 50%; transform: translateX(50%); bottom: -40px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload input { width: 0; height: 0; opacity: 0; position: absolute; left: 0; top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload label { cursor: pointer; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload label .img { width: 150px; height: 150px; border-radius: 55px; border: 10px solid #fff; background-size: cover !important; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload label .icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-icon { text-align: center; margin-bottom: 33px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-icon .icon { display: inline-block; background: #8895BA; border: 3px solid #F2F6FC; border-radius: 25px; width: 64px; height: 64px; line-height: 64px; margin-bottom: 9px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-icon .text { display: block; font-size: 18px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength { overflow: hidden; padding: 9px 32px 0; margin-bottom: 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength ul { padding-top: 9px; float: right; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength ul li { float: right; width: 46px; margin-left: 3px; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength ul li span { display: block; height: 4px; border-radius: 2px; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength ul li span.green { background: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength > span { float: left; font-size: 12px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--multiple, .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--single { height: 62px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; } .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--multiple .select2-selection__arrow, .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 40px; background: #F4F5FA; border-radius: 15px; text-align: center; line-height: 40px; top: 11px; left: 13px; } .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered, .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { line-height: 58px; padding-right: 19px; padding-top: 7px; } .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #B8BABF; } .popup .popup-container.user-set-pop .user-set-pop-content form .select { margin-bottom: 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules { padding: 0 32px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li { margin-bottom: 21px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li:last-child { margin-bottom: 12px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li span { display: inline-block; vertical-align: middle; font-size: 12px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li span.icon { color: #8895BA; margin-left: 8px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li span.icon.green { color: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .pic-upload { position: relative; margin-bottom: 37px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pic-upload input { opacity: 0; width: 0; height: 0; position: absolute; left: 0; top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .pic-upload label { display: block; text-align: center; cursor: pointer; } .popup .popup-container.user-set-pop .user-set-pop-content form .pic-upload label span { display: inline-block; vertical-align: middle; margin: 0 3px; font-weight: 500; color: #8895BA; } .popup .popup-container.user-set-pop .user-set-pop-content form .gender { background: #FFFFFF; border-radius: 25px; margin-bottom: 18px; padding: 47px 10px 5px; } @media only screen and (max-width: 460px) { .popup .popup-container.user-set-pop .user-set-pop-content form .gender .radio-group ul li label { width: auto; padding: 0 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box { background: #FFFFFF; border-radius: 25px; margin-bottom: 18px; padding: 18px 27px 14px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box h4 { font-size: 14px; color: #303030; margin-bottom: 17px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box .add-lang-but { background: none; border: none; cursor: pointer; margin-bottom: 30px; transition: all .3s; color: #92929D; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box .add-lang-but span { display: inline-block; vertical-align: middle; margin-left: 6px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box .add-lang-but:hover { color: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li { border-top: 1px solid #F6F7FC; overflow: hidden; padding: 18px 0 16px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right { float: right; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .flag { float: right; width: 24px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .lang { margin-right: 38px; position: relative; bottom: 2px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .lang span { display: block; line-height: 1.2; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .lang span.top { font-weight: bold; color: #171725; margin-bottom: 1px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .lang span.bot { font-size: 10px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .left { float: left; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .left .remove { background: none; border: none; color: #92929D; transition: all .3s; cursor: pointer; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .left .remove span { display: inline-block; vertical-align: middle; margin-right: 4px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .left .remove:hover { color: red; } .popup .popup-container.user-set-pop .user-set-pop-content form select { width: 100%; width: 290px; } .popup .popup-container.user-set-pop .user-set-pop-content form .button { padding-top: 19px; } .add-lang-box { background: #FFFFFF; border-radius: 25px; margin-bottom: 18px; padding: 18px 27px 14px; } .add-lang-box h4 { font-size: 14px; color: #303030; margin-bottom: 17px; } .add-lang-box .add-lang-but { background: none; border: none; cursor: pointer; margin-bottom: 30px; transition: all .3s; color: #92929D; } .add-lang-box .add-lang-but span { display: inline-block; vertical-align: middle; margin-left: 6px; } .add-lang-box .add-lang-but:hover { color: #57ba7e; } .add-lang-box ul li { border-top: 1px solid #F6F7FC; overflow: hidden; padding: 18px 0 16px; } .add-lang-box ul li .right { float: right; } .add-lang-box ul li .right .flag { float: right; width: 24px; } .add-lang-box ul li .right .lang { margin-right: 38px; position: relative; bottom: 2px; } .add-lang-box ul li .right .lang span { display: block; line-height: 1.2; } .add-lang-box ul li .right .lang span.top { font-weight: bold; color: #171725; margin-bottom: 1px; } .add-lang-box ul li .right .lang span.bot { font-size: 10px; color: #171725; } .add-lang-box ul li .left { float: left; } .add-lang-box ul li .left .remove { background: none; border: none; color: #92929D; transition: all .3s; cursor: pointer; } .add-lang-box ul li .left .remove span { display: inline-block; vertical-align: middle; margin-right: 4px; } .add-lang-box ul li .left .remove:hover { color: red; } .dashcontainer { padding: 0 71px; } @media only screen and (max-width: 1000px) { .dashcontainer { padding: 0 15px; } } #header-dashboard { background: #fff; padding: 22px 0 32px; position: relative; z-index: 4; } @media only screen and (max-width: 1000px) { #header-dashboard { padding: 10px 0 20px; } } #header-dashboard #mmenud { float: right; margin-top: 12px; margin-left: 10px; cursor: pointer; transition: all .3s; } #header-dashboard #mmenud:hover { color: #57ba7e; } #header-dashboard #logo { float: right; margin-left: 110px; margin-right: 6px; } #header-dashboard .welcome { padding-top: 10px; float: right; color: #92929D; line-height: 36px; margin-right: 250px; } @media only screen and (max-width: 1000px) { #header-dashboard .welcome { margin-right: 0; } } @media only screen and (max-width: 600px) { #header-dashboard .welcome { float: none; text-align: left; } } #header-dashboard .user-menu { float: left; padding-top: 7px; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu { float: none; } } #header-dashboard .user-menu ul { float: right; } #header-dashboard .user-menu ul li { float: right; margin-right: 10px; } #header-dashboard .user-menu ul li .top span.icon { background: #F5FAFF; border-radius: 14px; width: 36px; height: 36px; line-height: 36px; text-align: center; cursor: pointer; display: block; } #header-dashboard .user-menu ul li .drops { position: relative; } #header-dashboard .user-menu ul li .drops .drop { position: absolute; right: 50%; display: none; transform: translateX(50%); box-shadow: -21px 13px 60px rgba(64, 100, 155, 0.13); border-radius: 20px; width: 188px; background: #FFFFFF; top: 62px; } #header-dashboard .user-menu ul li .drops .drop .drop-container { background: #FFFFFF; padding: 12px; position: relative; border-radius: 20px; z-index: 2; } #header-dashboard .user-menu ul li .drops .drop:before { content: ""; width: 48px; height: 48px; background: #fff; position: absolute; transform: rotate(45deg); left: 50%; margin-left: -24px; top: -3px; z-index: -1; box-shadow: 0 0 4px rgba(64, 100, 155, 0.08); border-radius: 5px; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu ul li .drops.wallet .drop { transform: translateX(20px); right: 0; } #header-dashboard .user-menu ul li .drops.wallet .drop:before { left: 80%; } } #header-dashboard .user-menu ul li .drops.wallet .drop .credit { background: #F5FAFF; border-radius: 9px; height: 34px; line-height: 34px; padding: 0 7px; margin-bottom: 12px; } #header-dashboard .user-menu ul li .drops.wallet .drop .credit .title { float: right; color: #000000; } #header-dashboard .user-menu ul li .drops.wallet .drop .credit .price { float: left; } #header-dashboard .user-menu ul li .drops.wallet .drop .credit .price .tom { color: #92929D; margin-right: 3px; } #header-dashboard .user-menu ul li .drops.wallet .drop .credit .price .num { color: #171725; font-weight: bold; } #header-dashboard .user-menu ul li .drops.wallet .drop a { display: block; line-height: 24px; margin-bottom: 10px; padding: 0 6px; color: #252532; margin-bottom: 15px; } #header-dashboard .user-menu ul li .drops.wallet .drop a span.icon { display: inline-block; vertical-align: middle; margin-left: 10px; } #header-dashboard .user-menu ul li .drops.wallet .drop a:hover { color: #57ba7e; } #header-dashboard .user-menu ul li .drops.wallet .drop a:last-child { margin-bottom: 0; } #header-dashboard .user-menu ul li .drops.notif .drop { width: 345px; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu ul li .drops.notif .drop { width: 265px; } } #header-dashboard .user-menu ul li .drops.notif .drop .head { overflow: hidden; line-height: 24px; padding: 15px 0; margin-bottom: 5px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .right { float: right; } #header-dashboard .user-menu ul li .drops.notif .drop .head .right span { display: inline-block; vertical-align: middle; font-size: 16px; color: #171725; font-weight: bold; margin: 0 19px 0 9px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .right span.num { min-width: 20px; padding: 0 2px; border-radius: 50%; background: #FC5A5A; text-align: center; color: #fff; font-size: 14px; font-weight: 500; margin: 0; } #header-dashboard .user-menu ul li .drops.notif .drop .head .left { float: left; margin-left: 14px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .left .clear { padding: 0; cursor: pointer; border: none; background: none; transition: all .3s; color: #92929D; font-weight: 700; font-size: 14px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .left .clear span { display: inline-block; vertical-align: middle; margin: 0 3px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .left .clear:hover { color: red; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif { overflow: hidden; margin-bottom: 9px; padding: 15px 13px 10px 20px; border-bottom: 1px solid #f6f7fc; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif:last-child { border-bottom: none; margin-bottom: 0; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.right { float: right; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.right .avatar .img { width: 46px; height: 46px; margin: 0 auto; border: 2px solid #F2F6FC; border-radius: 20px; background-position: center center !important; background-size: cover !important; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left { margin-right: 58px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left div.name .time { float: left; font-size: 12px; color: #696974; font-weight: bold; padding-top: 6px; margin-left: 5px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left div.name h5 { margin-bottom: 0px; font-size: 14px; color: #0D253F; padding-top: 3px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left div.name .stat { display: block; font-size: 12px; font-weight: bold; color: #B5B5BE; margin-bottom: 8px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left .adv p { margin-bottom: 9px; font-size: 14px; line-height: 22px; color: #92929D; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green { background: #57ba7e; border-radius: 20px; padding-bottom: 7px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.right .avatar .img { border-color: #fff; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.left div.name .time { color: #fff; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.left div.name h5 { color: #fff; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.left div.name .stat { color: #fff; opacity: .7; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.left .adv p { color: #fff; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu ul { float: right; } } #header-dashboard .user-menu .logout { border: none; background: none; color: #696974; cursor: pointer; font-weight: 500; margin-right: 49px; padding: 0; line-height: 36px; transition: all .3s; } #header-dashboard .user-menu .logout span { display: inline-block; vertical-align: middle; } #header-dashboard .user-menu .logout span.icon { margin-right: 14px; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu .logout { margin-right: 15px; float: left; } } #dash-main { background: #fff; } #dash-main #dashside { background: #fff; position: fixed; width: 275px; right: 0; bottom: 0; top: 0px; box-sizing: border-box; padding-top: 21px; overflow: auto; padding-bottom: 150px; z-index: 5; transition: all .3s; } @media only screen and (max-width: 1000px) { #dash-main #dashside { right: -275px; } #dash-main #dashside.active { right: 0; box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3); } } @media only screen and (max-height: 600px) { #dash-main #dashside { padding-bottom: 80px; } } #dash-main #dashside #logo { margin-right: 76px; margin-bottom: 83px; } @media only screen and (max-height: 800px) { #dash-main #dashside #logo { margin-bottom: 40px; } } #dash-main #dashside .user-prfile { text-align: center; margin-bottom: 69px; } @media only screen and (max-height: 800px) { #dash-main #dashside .user-prfile { margin-bottom: 25px; } } #dash-main #dashside .user-prfile .avatar { margin-bottom: 21px; } #dash-main #dashside .user-prfile .avatar .img { width: 64px; height: 64px; margin: 0 auto; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } #dash-main #dashside .user-prfile .name { font-size: 16px; margin-bottom: 1px; line-height: 20px; } #dash-main #dashside .user-prfile .setting { display: inline-block; border: none; cursor: pointer; background: none; line-height: 24px; } #dash-main #dashside .user-prfile .setting span { display: inline-block; vertical-align: middle; color: #92929D; } #dash-main #dashside .user-prfile .setting span.icon { margin-left: 2px; } #dash-main #dashside .dashmenu { padding: 0 30px; } #dash-main #dashside .dashmenu li { line-height: 38px; margin-bottom: 8px; position: relative; } #dash-main #dashside .dashmenu li a { display: block; } #dash-main #dashside .dashmenu li a span { display: inline-block; vertical-align: middle; } #dash-main #dashside .dashmenu li a span.icon { position: relative; z-index: 2; margin-left: 26px; color: #636379; } #dash-main #dashside .dashmenu li a span.text { font-size: 14px; color: #696974; font-weight: 500; } #dash-main #dashside .dashmenu li a span.num { float: left; line-height: 22px; padding: 0 4px; color: #fff; background: #FC5A5A; border-radius: 11px; margin-left: 3px; margin-top: 8px; text-align: center; min-width: 20px; } #dash-main #dashside .dashmenu li.active { line-height: 51px; margin-bottom: 26px; } #dash-main #dashside .dashmenu li.active:before { content: ""; position: absolute; width: 68px; top: 0; bottom: 0; right: -30px; background: #5e57ba; border-radius: 26px 0 0 26px; } #dash-main #dashside .dashmenu li.active span.icon { color: #fff; } #dash-main #dashside .dashmenu li.active span.text { color: #000; } #dash-main #dashside .beckome-teacher-button { position: fixed; right: 34px; bottom: 30px; width: 207px; z-index: 2; } @media only screen and (max-height: 700px) { #dash-main #dashside .beckome-teacher-button { bottom: 14px; right: 14px; } } #dash-main #dashside .beckome-teacher-button .beckome-teacher { display: block; width: 100%; height: 65px; background: #FFE8D1; border-radius: 35px 35px 0px 0px; line-height: 70px; text-align: center; border: none; } @media only screen and (max-height: 700px) { #dash-main #dashside .beckome-teacher-button .beckome-teacher { line-height: 45px; height: 45px; border-radius: 23px; } } #dash-main #dashside .beckome-teacher-button .beckome-teacher span { display: inline-block; vertical-align: middle; font-size: 13px; color: #0E0E10; font-weight: 500; } #dash-main #dashside .beckome-teacher-button .beckome-teacher span.icon { width: 28px; height: 28px; line-height: 28px; text-align: center; background: #FF974A; border-radius: 6px; margin-left: 5px; } #dash-main #dashside .beckome-teacher-button:before { content: ""; width: 73px; height: 91px; background: url('images/be-teacher.png'); position: absolute; left: 50%; margin-left: -36px; top: -70px; } @media only screen and (max-height: 700px) { #dash-main #dashside .beckome-teacher-button:before { display: none; } } #dash-main #dash-content { padding: 34px; margin-right: 275px; background: #f5faff; border-radius: 0 50px 0 0; } @media only screen and (max-width: 1000px) { #dash-main #dash-content { margin-right: 0; border-radius: 0 0px 0 0; padding: 15px 15px 50px; } } #dash-main #dash-content .search-ordering { margin-bottom: 27px; } #dash-main #dash-content .table-container { background: #FFFFFF; border-radius: 40px; padding: 15px 40px; } @media only screen and (max-width: 1000px) { #dash-main #dash-content .table-container { padding: 15px; } } #dash-main #dash-content .table-container div.page-nav { height: 0; position: relative; bottom: 45px; } @media only screen and (max-width: 600px) { #dash-main #dash-content .table-container div.page-nav { bottom: 0; height: auto; text-align: center; } } .data-table { width: 100%; margin-bottom: 26px; } .data-table th { font-size: 16px; color: #92929D; padding: 21px 0 26px; } .data-table th.check { width: 60px; } .data-table th.texright { text-align: right; } .data-table th.texright { text-align: right; } .data-table tbody tr { position: relative; } .data-table tbody tr input { width: 0; height: 0; position: absolute; opacity: 0; } .data-table tbody tr label { position: absolute; left: 0; right: 0; top: 0; bottom: 16px; cursor: pointer; z-index: 3; text-align: right; } .data-table tbody tr label span.check { display: inline-block; width: 18px; height: 18px; line-height: 18px; text-align: center; border: 2px solid #D3E0F6; border-radius: 8px; margin-top: 34px; margin-right: 20px; transition: all .3s; } .data-table tbody tr label span.check svg { opacity: 0; transition: all .3s; } .data-table tbody tr input:checked ~ label span.check { border-color: #57ba7e; background: #57ba7e; } .data-table tbody tr input:checked ~ label span.check svg { opacity: 1; } .data-table tbody tr td { padding-bottom: 16px; height: 90px; text-align: center; font-weight: 500; color: #171725; position: relative; } .data-table tbody tr td:before { content: ""; position: absolute; right: -1px; left: -1px; top: 0; bottom: 16px; } .data-table tbody tr td > span { position: relative; z-index: 2; } .data-table tbody tr td span.price .num { font-size: 22px; color: #171725; font-weight: bold; } .data-table tbody tr td span.price .tom { color: #92929D; margin-right: 4px; } .data-table tbody tr td span.stat { border: 2px solid #d3e0f6; box-sizing: border-box; border-radius: 14px; width: 86px; background: #fcfdff; height: 40px; font-weight: 500; display: inline-block; line-height: 40px; } .data-table tbody tr td span.stat.green { border-color: #ccf3e5; color: #3dd598; background: #f0fbf8; } .data-table tbody tr td span.stat.red { border-color: #fccfd1; color: #fd8889; background: #fcf1f3; } .data-table tbody tr td span.stat.orange { border-color: #ffe5d2; color: #ffa35f; background: #fff8f3; } .data-table tbody tr td span.stat:first-child:before { border-radius: 0 25px 25px 0; } .data-table tbody tr td span.stat:first-child:after { border-radius: 25px 0 0 25px; } .data-table tbody tr td .share { display: block; } .data-table tbody tr td .share .share-link { color: #92929D; background: none; border: none; margin: 0 15px; } .data-table tbody tr td .share .share-link span { display: inline-block; vertical-align: middle; } .data-table tbody tr td .share .share-link span.icon { margin-left: 4px; } .data-table tbody tr td .share .share-link:hover { color: #57ba7e; } .data-table tbody tr td .actions .edit, .data-table tbody tr td .actions .remove { border: none; transition: all .3s; background: #FBFCFE; border-radius: 17px; text-align: right; margin: 0 4px; display: inline-block; width: 107px; line-height: 50px; } .data-table tbody tr td .actions .edit span, .data-table tbody tr td .actions .remove span { display: inline-block; vertical-align: middle; font-size: 12px; color: #171725; transition: all .3s; } .data-table tbody tr td .actions .edit span.icon, .data-table tbody tr td .actions .remove span.icon { margin: 0 7px 0 3px; color: #636379; transition: all .3s; } .data-table tbody tr td .actions .edit:hover span, .data-table tbody tr td .actions .remove:hover span, .data-table tbody tr td .actions .edit:hover span.icon, .data-table tbody tr td .actions .remove:hover span.icon { color: #57ba7e; } .data-table tbody tr td.texright { text-align: right; } .data-table tbody tr td.fw5 { font-weight: 500; } .data-table tbody tr:nth-child(odd) td .actions .edit, .data-table tbody tr:nth-child(odd) td .actions .remove { background: #Fff; } .data-table tbody tr:nth-child(odd) td:before { background: #fcfdff; } .pagination { overflow: hidden; } .pagination ul { float: left; direction: ltr; } .pagination ul li { display: inline-block; margin-right: 13px; margin-bottom: 4px; } @media only screen and (max-width: 1300px) { .pagination ul li { margin-right: 8px; } } .pagination ul li .page { width: 40px; height: 40px; display: inline-block; background: #F4F7FC; border-radius: 15px; line-height: 40px; text-align: center; font-weight: bold; color: #171725; } @media only screen and (max-width: 1300px) { .pagination ul li .page { width: 30px; height: 30px; line-height: 30px; } } .pagination ul li span { height: 40px; display: inline-block; line-height: 40px; text-align: center; font-weight: bold; color: #171725; } .pagination ul li.active .page { background: #57ba7e; color: #fff; } .pagination .pagination-result { float: left; line-height: 40px; color: #92929D; margin-left: 70px; } @media only screen and (max-width: 600px) { .pagination .pagination-result { margin-left: 0; float: right; } } div.page-nav { text-align: center; } @media only screen and (max-width: 1300px) { div.page-nav { text-align: right; } } div.page-nav .prev, div.page-nav .next { display: inline-block; float: none; width: 50px; height: 40px; border: none; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } div.page-nav .prev svg, div.page-nav .next svg { transition: all .3s; } div.page-nav .prev.prev, div.page-nav .next.prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } div.page-nav .prev:hover, div.page-nav .next:hover { color: #273C66; opacity: 1; } div.page-nav .prev:hover svg, div.page-nav .next:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } .table-box { overflow: auto; } .table-box table { min-width: 800px; } .dash-guide { overflow: hidden; } h3.dash-title { font-size: 18px; color: #000; margin: 20px 0px 23px; width: 100%; padding: 0 53px; clear: both; box-sizing: border-box; } h3.dash-title .back-page { background: none; border: none; color: #92929D; margin-right: 19px; font-size: 14px; } h3.dash-title .back-page .icon { margin-left: 2px; } .single-guide { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; overflow: hidden; display: table; width: 100%; table-layout: fixed; } .single-guide > div { display: table-row; } .single-guide div.left { display: table-cell; width: 162px; vertical-align: top; text-align: left; padding: 45px 10px 43px 47px; } .single-guide div.left .more { display: inline-block; line-height: 50px; background: #FFE8D1; border-radius: 20px; color: #171725; padding: 0 20px; transition: all .3s; } .single-guide div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #FF974A; color: #fff; border-radius: 10px; margin-right: 11px; } .single-guide div.left .more:hover { background: #ffcf9e; } @media only screen and (max-width: 1500px) { .single-guide div.left { padding: 10px 20px 30px; display: block; width: auto; text-align: center; } } .single-guide div.right { display: table-cell; vertical-align: top; } .single-guide div.right div.img { float: right; width: 110px; padding: 45px 30px 25px 10px; } @media only screen and (max-width: 1500px) { .single-guide div.right div.img { padding: 15px 15px 15px; } } @media only screen and (max-width: 600px) { .single-guide div.right div.img { float: none; margin: 0 auto; } } .single-guide div.right div.info { margin-right: 130px; padding: 53px 0 15px; } @media only screen and (max-width: 1500px) { .single-guide div.right div.info { margin-right: 110px; } } @media only screen and (max-width: 600px) { .single-guide div.right div.info { margin-right: 00px; padding: 0px; } } .single-guide div.right div.info h4 { color: #171725; font-size: 16px; margin-bottom: 7px; } .single-guide div.right div.info p { font-size: 16px; color: #889AAF; } @media only screen and (max-width: 1500px) { .single-guide div.right div.info p { font-size: 14px; } } @media only screen and (max-width: 1500px) { .single-guide div.right { float: none; display: block; width: auto; padding: 15px 15px 0; } } .fave-teachers { overflow: hidden; margin-bottom: 13px; } .single-fav-teacher { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; padding: 26px 26px 30px; } .single-fav-teacher .profile { background: #F4F9FD; border-radius: 25px; padding: 16px 16px 13px; text-align: center; margin-bottom: 12px; } .single-fav-teacher .profile .avatar { margin-bottom: 18px; } .single-fav-teacher .profile .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; margin: 0 auto; } .single-fav-teacher .profile h4.name { color: #0A1629; font-size: 16px; margin-bottom: 0px; line-height: 1.3; } .single-fav-teacher .profile .expert { display: block; color: #0A1629; margin-bottom: 14px; } .single-fav-teacher .profile .lang span { display: inline-block; vertical-align: middle; font-size: 12px; color: #7D8592; } .single-fav-teacher .profile .lang span.flag { margin-right: 4px; } .single-fav-teacher .profile .lang img { display: inline-block; vertical-align: middle; width: 24px; } .single-fav-teacher .stat { text-align: center; margin-bottom: 27px; } .single-fav-teacher .stat li { display: inline-block; width: 31%; } .single-fav-teacher .stat li span { display: block; } .single-fav-teacher .stat li span.num { font-size: 18px; font-weight: bold; color: #0A1629; margin-bottom: 6px; } .single-fav-teacher .stat li span.title { color: #91929E; } .single-fav-teacher .button { text-align: center; } .single-fav-teacher .button .see-profile { display: inline-block; line-height: 50px; width: 160px; font-weight: bold; color: #fff; background: #5e57ba; border-radius: 24px; border: none; cursor: pointer; transition: all .3s; } .single-fav-teacher .button .see-profile span.icon { margin-right: 22px; } .single-fav-teacher .button .see-profile:hover { background: #47419d; } .upclasses { display: table; width: 100%; table-layout: fixed; background: #FFFFFF; border-radius: 40px; margin-bottom: 13px; } .upclasses > div { padding: 30px 36px 10px; } @media only screen and (max-width: 700px) { .upclasses > div { padding: 20px 15px 10px; } } .upclasses div.page-nav { height: 0; position: relative; bottom: 45px; } @media only screen and (max-width: 600px) { .upclasses div.page-nav { bottom: 0; height: auto; text-align: center; } } .single-cupclass { background: #FFFFFF; border: 1px solid #F4F9FD; border-radius: 30px; display: table; width: 100%; table-layout: fixed; margin-bottom: 20px; } .single-cupclass > div { display: table-row; } .single-cupclass div.right { width: 55%; display: table-cell; padding: 32px 0; } @media only screen and (max-width: 1500px) { .single-cupclass div.right { width: auto; display: block; overflow: hidden; padding: 25px 0 0; } } @media only screen and (max-width: 700px) { .single-cupclass div.right { text-align: center; } } .single-cupclass div.right div.profile { float: right; width: auto; margin-right: 12px; } @media only screen and (max-width: 700px) { .single-cupclass div.right div.profile { float: none; display: inline-block; margin: 0 12px 22px; } } .single-cupclass div.right div.profile .avatar { float: right; } .single-cupclass div.right div.profile .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } .single-cupclass div.right div.profile h4 { margin-right: 93px; font-size: 18px; color: #000; margin-bottom: 3px; } @media only screen and (max-width: 1200px) { .single-cupclass div.right div.profile h4 { margin-right: 85px; } } .single-cupclass div.right div.profile ul { margin-right: 93px; font-size: 12px; color: #92929D; line-height: 1.2; } @media only screen and (max-width: 1200px) { .single-cupclass div.right div.profile ul { margin-right: 85px; } } .single-cupclass div.right div.profile ul li { margin-bottom: 5px; } .single-cupclass div.right div.profile ul li span.icon { margin-left: 4px; margin-right: 2px; } .single-cupclass div.right div.timer { float: right; margin-right: 15px; } @media only screen and (max-width: 1500px) { .single-cupclass div.right div.timer { float: left; margin-left: 20px; } } @media only screen and (max-width: 700px) { .single-cupclass div.right div.timer { float: none; } } .single-cupclass div.right div.timer h4 { display: inline-block; vertical-align: middle; margin-bottom: 0; font-size: 14px; color: #000; font-weight: 400; margin-left: 15px; line-height: 47px; border-right: 1px dashed rgba(146, 146, 157, 0.43); padding-right: 20px; } @media only screen and (max-width: 1500px) { .single-cupclass div.right div.timer h4 { border: none; } } .single-cupclass div.right div.timer .countdown { display: inline-block; vertical-align: middle; } .single-cupclass div.right div.timer .countdown .timerDisplay { direction: rtl; text-align: center; display: inline-block; } .single-cupclass div.right div.timer .countdown .timerDisplay .displaySection { display: inline-block; margin: 0 8px; } .single-cupclass div.right div.timer .countdown .timerDisplay .numberDisplay { display: block; line-height: 30px; width: 35px; color: #fff; text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 3px; background: #57BA7E; border-radius: 10px 10px 1px 1px; } .single-cupclass div.right div.timer .countdown .timerDisplay .periodDisplay { font-size: 12px; color: #92929D; background: #EAF4FF; border-radius: 1px 1px 10px 10px; display: block; line-height: 30px; } .single-cupclass div.left { width: 45%; display: table-cell; vertical-align: top; padding: 32px 0; } @media only screen and (max-width: 1500px) { .single-cupclass div.left { width: auto; display: block; } } .single-cupclass div.left .info { float: right; width: 120px; border-right: 1px dashed rgba(146, 146, 157, 0.43); padding-right: 20px; } @media only screen and (max-width: 1500px) { .single-cupclass div.left .info { border: none; } } @media only screen and (max-width: 700px) { .single-cupclass div.left .info { float: none; width: auto; padding: 0 12px; text-align: center; margin-bottom: 20px; } } .single-cupclass div.left .info li { display: inline-block; vertical-align: middle; text-align: center; margin-left: 16px; } .single-cupclass div.left .info li span { display: block; } .single-cupclass div.left .info li span.title { font-size: 12px; color: #171725; margin-bottom: 10px; } .single-cupclass div.left .buttons { margin-right: 130px; text-align: left; } @media only screen and (max-width: 700px) { .single-cupclass div.left .buttons { margin-right: 0; text-align: center; } } .single-cupclass div.left .buttons .options { display: inline-block; vertical-align: middle; position: relative; } .single-cupclass div.left .buttons .options .top { cursor: pointer; border: none; display: block; transition: all .3s; text-align: center; width: 130px; line-height: 50px; border-radius: 20px; color: #171725; background: #F5FAFF; font-weight: bold; } .single-cupclass div.left .buttons .options .top:hover { background: #c2e0ff; } @media only screen and (max-width: 700px) { .single-cupclass div.left .buttons .options .top { width: 120px; margin: 0 10px 10px; } } .single-cupclass div.left .buttons .options .drop { position: absolute; right: 50%; text-align: right; display: none; transform: translateX(50%); box-shadow: -21px 13px 60px rgba(64, 100, 155, 0.13); border-radius: 20px; width: 142px; background: #FFFFFF; top: 62px; } .single-cupclass div.left .buttons .options .drop .drop-container { background: #FFFFFF; padding: 15px 8px 2px; position: relative; border-radius: 20px; z-index: 2; } .single-cupclass div.left .buttons .options .drop .drop-container a { display: block; line-height: 34px; border-radius: 9px; font-size: 12px; color: #171725; margin-bottom: 8px; } .single-cupclass div.left .buttons .options .drop .drop-container a span { display: inline-block; vertical-align: middle; } .single-cupclass div.left .buttons .options .drop .drop-container a span.icon { margin-left: 10px; margin-right: 6px; } .single-cupclass div.left .buttons .options .drop .drop-container a:hover { background: #F5FAFF; } .single-cupclass div.left .buttons .options .drop:before { content: ""; width: 48px; height: 48px; background: #fff; position: absolute; transform: rotate(45deg); left: 50%; margin-left: -24px; top: -3px; z-index: -1; box-shadow: 0 0 4px rgba(64, 100, 155, 0.08); border-radius: 5px; } .single-cupclass div.left .buttons .enter-class { display: inline-block; vertical-align: middle; margin-left: 20px; margin-right: 20px; } @media only screen and (max-width: 700px) { .single-cupclass div.left .buttons .enter-class { margin: 0 10px; } } .single-cupclass div.left .buttons .enter-class .enter-class-bt { cursor: pointer; border: none; text-align: center; display: block; transition: all .3s; width: 130px; line-height: 50px; border-radius: 20px; color: #fff; background: #5e57ba; font-weight: bold; } .single-cupclass div.left .buttons .enter-class .enter-class-bt:hover { background: #47419d; } @media only screen and (max-width: 700px) { .single-cupclass div.left .buttons .enter-class .enter-class-bt { width: 120px; } } .no-class { padding: 55px 15px 31px; text-align: center; } .no-class div.img { margin-bottom: 15px; } .no-class div.img img { display: inline-block; } .no-class h3 { font-size: 24px; color: #343440; margin-bottom: 59px; } .no-class div.button .reserv { display: inline-block; padding: 0 26px 0 17px; line-height: 50px; background: #57ba7e; color: #fff; border-radius: 24px; font-weight: 500; border: none; transition: all .3s; } .no-class div.button .reserv span { display: inline-block; vertical-align: middle; } .no-class div.button .reserv span.icon { margin-right: 23px; } .no-class div.button .reserv:hover { background: #419d65; } .choose-time-single { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; padding: 42px 10px 30px; } .choose-time-single .avatar { margin-bottom: 18px; } .choose-time-single .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; margin: 0 auto; } .choose-time-single h4.name { color: #0A1629; font-size: 16px; margin-bottom: 0px; line-height: 1.3; text-align: center; } .choose-time-single .remain { display: block; color: #0A1629; margin-bottom: 14px; text-align: center; } .choose-time-single .button { text-align: center; } .choose-time-single .button .ch-button { display: inline-block; line-height: 50px; width: 150px; font-weight: bold; color: #636379; background: #F5FAFF; border-radius: 20px; border: none; cursor: pointer; transition: all .3s; } .choose-time-single .button .ch-button span.icon { margin-right: 22px; } .choose-time-single .button .ch-button:hover { background: #57ba7e; color: #fff; } .add-wallet { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; overflow: hidden; display: table; width: 100%; table-layout: fixed; } .add-wallet > div { display: table-row; } .add-wallet div.left { display: table-cell; width: 162px; vertical-align: top; text-align: left; padding: 45px 10px 40px 29px; } .add-wallet div.left .more { display: inline-block; line-height: 50px; background: #F5FAFF; border-radius: 20px; color: #171725; padding: 0 21px 0 14px; transition: all .3s; } .add-wallet div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #57ba7e; color: #fff; border-radius: 10px; margin-right: 11px; } .add-wallet div.left .more:hover { background: #c2e0ff; } .add-wallet div.right { display: table-cell; vertical-align: top; } .add-wallet div.right div.img { float: right; width: 133px; padding: 25px 12px 25px 13px; } .add-wallet div.right div.info { margin-right: 130px; padding: 46px 0 15px; } .add-wallet div.right div.info h4 { color: #171725; font-size: 14px; margin-bottom: 7px; font-weight: 400; } .add-wallet div.right div.info p span { display: inline-block; vertical-align: middle; } .add-wallet div.right div.info p span.num { font-size: 30px; color: #171725; font-weight: bold; } .add-wallet div.right div.info p span.tom { color: #92929D; margin-right: 3px; } @media only screen and (max-width: 1530px) and (min-width: 1290px) { .add-wallet div.left { display: block; width: auto; padding: 0 10px 20px; text-align: center; overflow: hidden; } .add-wallet div.right { display: block; width: auto; padding: 0 10px; overflow: hidden; } } @media only screen and (max-width: 600px) { .add-wallet div.left { display: block; width: auto; padding: 0 10px 20px; text-align: center; overflow: hidden; } .add-wallet div.right { display: block; width: auto; padding: 0 10px; overflow: hidden; } .add-wallet div.right div.img { float: right; width: 100px; padding: 25px 12px 28px 13px; } .add-wallet div.right div.info { margin-right: 130px; padding-top: 34px; } } .golden-chance { background: #FFFFFF; border-radius: 40px; margin-bottom: 40px; overflow: hidden; display: table; width: 100%; table-layout: fixed; } .golden-chance > div { display: table-row; } .golden-chance div.left { display: table-cell; width: 162px; vertical-align: top; text-align: left; padding: 45px 23px 40px 37px; } .golden-chance div.left .more { display: inline-block; line-height: 50px; background: #FFE8D1; border-radius: 20px; color: #171725; padding: 0 20px ; transition: all .3s; } .golden-chance div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #FF974A; color: #fff; border-radius: 10px; margin-right: 11px; } .golden-chance div.left .more:hover { background: #ffcf9e; } .golden-chance div.right { display: table-cell; vertical-align: top; } .golden-chance div.right div.img { float: right; width: 158px; padding: 17px 37px 17px 10px; } .golden-chance div.right div.info { margin-right: 227px; padding: 30px 0 11px; } .golden-chance div.right div.info h4 { color: #343440; font-size: 24px; margin-bottom: 7px; } .golden-chance div.right div.info p { font-size: 14px; color: #51515C; line-height: 21px; } @media only screen and (max-width: 1530px) and (min-width: 1290px) { .golden-chance div.left { display: block; width: auto; padding: 0 10px 20px; text-align: center; overflow: hidden; } .golden-chance div.right { display: block; width: auto; padding: 0 10px; overflow: hidden; } } @media only screen and (max-width: 800px) { .golden-chance div.left { display: block; width: auto; padding: 0 10px 20px; text-align: center; overflow: hidden; } .golden-chance div.right { display: block; width: auto; padding: 0 10px; overflow: hidden; } .golden-chance div.right div.img { float: none; padding: 15px; width: auto; } .golden-chance div.right div.img img { margin: 0 auto; } .golden-chance div.right div.info { margin-right: 0px; padding: 15px; } .golden-chance div.right div.info h4 { font-size: 20px; } } .dash-stat { overflow: hidden; } .single-dash-stat { background: #FFFFFF; border-radius: 30px; margin-bottom: 40px; padding: 27px 21px 28px 15px; overflow: hidden; } @media only screen and (max-width: 1300px) { .single-dash-stat { margin-bottom: 20px; } } .single-dash-stat .icon { float: right; padding-top: 5px; } .single-dash-stat div.left { margin-right: 46px; } .single-dash-stat div.left span { display: block; } .single-dash-stat div.left span.top { font-weight: 500; color: #000000; } .single-dash-stat div.left span.bot { font-weight: bold; color: #000000; } .ho-comment { overflow: hidden; border-bottom: 1px solid #f9fafb; margin: 0 -30px 15px; padding: 25px 40px 10px 40px; } @media only screen and (max-width: 1300px) { .ho-comment { padding: 20px 15px 15px; margin: 0 -15px 15px; } } .ho-comment > .right { width: 94px; float: right; margin-top: 2px; } .ho-comment > .right .pic { width: 70px; position: relative; text-align: center; } .ho-comment > .right .pic .icon { position: absolute; right: -5px; bottom: -5px; width: 27px; height: 27px; background: #fdbc01; display: block; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .ho-comment > .right .pic .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-size: cover !important; background-position: center center !important; } @media only screen and (max-width: 1200px) { .ho-comment > .right { float: none; margin: 0 auto 20px; } } .ho-comment .mtexct { overflow: hidden; } .ho-comment .mtexct .right { float: right; width: 60%; } @media only screen and (max-width: 700px) { .ho-comment .mtexct .right { width: auto; float: none; } } .ho-comment .mtexct .right .name { font-size: 14px; color: #6E7A8A; margin-bottom: 0px; line-height: 24px; } .ho-comment .mtexct .right .name .namet { font-size: 16px; font-weight: bold; color: #171725; margin-right: 5px; } .ho-comment .mtexct .right .date { font-size: 10px; color: #6E7A8A; margin-bottom: 0px; } .ho-comment .mtexct .right .text { margin-bottom: 2px; } .ho-comment .mtexct .right .text p { line-height: 28px; color: #171725; margin-bottom: 0; } .ho-comment .mtexct .buuton { float: left; width: 40%; padding-top: 39px; overflow: hidden; } @media only screen and (max-width: 700px) { .ho-comment .mtexct .buuton { width: auto; float: none; text-align: center; padding-top: 20px; } } .ho-comment .mtexct .buuton .reply, .ho-comment .mtexct .buuton .remove { display: inline-block; line-height: 50px; height: 50px; margin-right: 14px; float: left; width: 77px; text-align: right; border: none; padding: 0 15px; background: #F5FAFF; cursor: pointer; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-border-radius: 17px; -moz-border-radius: 17px; -ms-border-radius: 17px; -o-border-radius: 17px; border-radius: 17px; font-size: 12px; color: #171725; } .ho-comment .mtexct .buuton .reply i, .ho-comment .mtexct .buuton .remove i { margin-left: 11px; position: relative; } .ho-comment .mtexct .buuton .reply:hover, .ho-comment .mtexct .buuton .remove:hover { background: #dcedff; } @media only screen and (max-width: 700px) { .ho-comment .mtexct .buuton .reply, .ho-comment .mtexct .buuton .remove { float: none; margin: 0 10px 10px; } } .ho-comment .mtexct .buuton .remove { margin-left: 20px; } @media only screen and (max-width: 1500px) { .ho-comment .mtexct .buuton .remove { margin-left: 0; } } .ho-comment:last-child { border-bottom: none; } .more-comment { text-align: center; margin-bottom: 15px; padding-top: 12px; } .more-comment a { color: #171725; } .more-comment a b { color: #57ba7e; } .teacher-stat .diag-filter { float: left; margin-left: 20px; } .teacher-stat .widget-content { direction: ltr; } .profile-status { overflow: hidden; margin-bottom: 30px; background: #FFFFFF; border-radius: 40px; padding: 22px 20px ; } .profile-status .col-lg-2a:last-child .single-prf-stat:before { display: none; } @media only screen and (max-width: 1300px) { .profile-status .col-lg-2a:nth-child(2) .single-prf-stat:before { display: none; } } .profile-status .title { text-align: center; margin-bottom: 34px; } .profile-status .title h3 { font-size: 18px; color: #000; margin-bottom: 8px; } .profile-status .title h3 .red { color: #FD797A; } .profile-status .title p { text-align: center; margin-bottom: 0; font-size: 16px; color: #92929D; } .single-prf-stat { text-align: center; margin-bottom: 20px; position: relative; } .single-prf-stat:before { content: ""; width: 0; height: 47px; border-left: 1px dashed rgba(146, 146, 157, 0.43); position: absolute; left: -15px; bottom: 95px; } @media only screen and (max-width: 800px) { .single-prf-stat:before { display: none; } } .single-prf-stat div.icon { color: #899BB0; margin-bottom: 22px; } .single-prf-stat h4 { font-size: 16px; margin-bottom: 19px; } .single-prf-stat .check { margin-bottom: 13px; } .single-prf-stat .stat span { width: 130px; height: 50px; display: inline-block; line-height: 50px; background: #F5FAFF; border-radius: 20px; font-size: 12px; color: #171725; max-width: 90%; } .single-prf-stat.done div.icon { color: #508FF4; } .single-prf-stat.done .stat span { background: none; } .build-class { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; overflow: hidden; display: table; width: 100%; table-layout: fixed; } .build-class > div { display: table-row; } .build-class div.left { display: table-cell; width: 162px; vertical-align: top; text-align: left; padding: 45px 10px 43px 47px; } .build-class div.left .more { display: inline-block; line-height: 50px; background: #CAC6F5; border-radius: 20px; color: #171725; padding: 0 26px 0 27px; transition: all .3s; } .build-class div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; color: #fff; border-radius: 10px; margin-right: 11px; } .build-class div.left .more:hover { background: #a29bed; } @media only screen and (max-width: 1500px) { .build-class div.left { padding: 10px 20px 30px; display: block; width: auto; text-align: center; } } .build-class div.right { display: table-cell; vertical-align: top; } .build-class div.right div.info { margin-right: 55px; padding: 45px 0 15px; } .build-class div.right div.info h4 { color: #171725; font-size: 16px; margin-bottom: 7px; } .build-class div.right div.info p { font-size: 16px; color: #889AAF; } @media only screen and (max-width: 1500px) { .build-class div.right div.info p { font-size: 14px; } } @media only screen and (max-width: 1500px) { .build-class div.right { float: none; display: block; width: auto; padding: 15px 15px 0; } } .sarch-button-order { overflow: hidden; } .sarch-button-order .add-new-class { float: right; width: 259px; } @media only screen and (max-width: 1500px) { .sarch-button-order .add-new-class { float: none; margin-bottom: 10px; } } .sarch-button-order .add-new-class .add-new-class-bt { display: block; background: #fff; width: 100%; box-sizing: border-box; line-height: 60px; height: 70px; border: none; padding: 5px; border-radius: 30px; } .sarch-button-order .add-new-class .add-new-class-bt span.icon { float: left; width: 65px; text-align: center; } .sarch-button-order .add-new-class .add-new-class-bt span.text { display: block; margin-left: 65px; background: #57ba7e; border-radius: 30px; font-weight: 700; color: #fff; transition: all .3s; } .sarch-button-order .add-new-class .add-new-class-bt:hover span.text { background: #419d65; } .sarch-button-order .search-ordering { margin-right: 274px; } @media only screen and (max-width: 1500px) { .sarch-button-order .search-ordering { margin-right: 0; } } .add-new-class-page { background: #FFFFFF; border-radius: 40px; overflow: hidden; padding: 57px 36px; } @media only screen and (max-width: 1000px) { .add-new-class-page { padding: 30px 15px; } } .add-new-class-page .guide h4 { font-size: 14px; color: #00315B; margin-right: 75px; margin-bottom: 10px; } @media only screen and (max-width: 1000px) { .add-new-class-page .guide h4 { margin-right: 15px; } } .add-new-class-page .guide .guide-box { background: #F5FAFF; border-radius: 40px; padding: 22px 68px 16px; margin-bottom: 54px; font-size: 18px; color: #555A6B; } @media only screen and (max-width: 1000px) { .add-new-class-page .guide .guide-box { padding: 22px 10px 16px; margin-bottom: 20px; } } .add-new-class-page .guide .guide-box li { line-height: 35px; padding-right: 30px; } .add-new-class-page .guide .guide-box li:before { width: 8px; height: 8px; top: 11px; } .add-new-class-page .form { max-width: 90%; margin: 0 auto; } @media only screen and (max-width: 1000px) { .add-new-class-page .form { max-width: inherit; } .add-new-class-page .form .clr { display: none; } } .add-new-class-page .form .col-lg-5, .add-new-class-page .form .col-lg-7, .add-new-class-page .form .col-lg-6 { float: left; } .add-new-class-page .form .img { text-align: center; padding-top: 80px; margin-bottom: 30px; } .add-new-class-page .form .img img { display: inline-block; } .add-new-class-page .form .input-container { margin-bottom: 19px; } .add-new-class-page .form label { display: block; font-size: 16px; font-weight: bold; color: #171725; margin: 37px 24px 14px; } .add-new-class-page .form .send { width: 130px; line-height: 50px; border-radius: 20px; background: #57ba7e; border: none; color: #fff; transition: all .3s; } .add-new-class-page .form .send:hover { background: #419d65; } .teacher-calneder-guide { overflow: hidden; background: #FFFFFF; border-radius: 40px; margin-bottom: 22px; padding: 60px 63px 60px; } @media only screen and (max-width: 1300px) { .teacher-calneder-guide { padding: 20px; } } .teacher-calneder-guide .col-lg-8, .teacher-calneder-guide .col-lg-4 { float: left; } .teacher-calneder-guide .img { text-align: center; padding-top: 70px; } .teacher-calneder-guide .img img { display: inline-block; } .teacher-calneder-guide h3 { font-size: 18px; margin-bottom: 28px; } .teacher-calneder-guide ul li { color: #171725; padding-right: 23px; } .teacher-calneder-guide ul li:before { border-color: #ced1d5; width: 8px; height: 8px; } .selectiong { position: absolute; border: 1px solid #89B; background: #BCE; background-color: #BEC; border-color: #8B9; z-index: 235665; } .dropped { background-color: #EBC; border-color: #B89; } .class-price-select { background: #FFFFFF; border-radius: 40px; margin-bottom: 30px; overflow: hidden; padding: 30px 40px 55px; } .class-price-select h3 { font-size: 18px; color: #000000; margin: 2px 38px 35px; } .class-price-select .col-lg-6 { float: left; } .class-price-select div.img { text-align: center; padding: 70px 0 50px; position: relative; } @media only screen and (max-width: 1300px) { .class-price-select div.img { padding: 0; } } .class-price-select div.img:before { content: ""; position: absolute; top: 70px; right: 0px; bottom: 50px; border-right: 1px dashed rgba(206, 209, 213, 0.6); } @media only screen and (max-width: 1300px) { .class-price-select div.img:before { display: none; } } .class-price-select div.img img { display: inline-block; } .class-price-select .form { max-width: 290px; margin: 0 auto; } .class-price-select .form select { width: 100%; } .class-price-select .form label { display: block; font-size: 14px; color: #000000; font-weight: 500; margin: 18px 28px 12px; } .class-price-select .form .select2-container--default .select2-selection--multiple, .class-price-select .form .select2-container--default .select2-selection--single { height: 62px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; } .class-price-select .form .select2-container--default .select2-selection--multiple .select2-selection__arrow, .class-price-select .form .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 40px; background: #F4F5FA; border-radius: 15px; text-align: center; line-height: 40px; top: 11px; left: 13px; } .class-price-select .form .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered, .class-price-select .form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { line-height: 58px; padding-right: 65px; } .class-price-select .form .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered:before, .class-price-select .form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered:before { content: ""; width: 20px; height: 20px; position: absolute; right: 21px; top: 19px; background: url('images/dollar.svg'); } .class-price-select .form .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered:after, .class-price-select .form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered:after { content: ""; width: 2px; height: 13px; background: #e8ecf1; position: absolute; top: 23px; right: 48px; } .class-price-select .form .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .class-price-select .form .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #B8BABF; } .class-price-select .form .button { text-align: center; padding-top: 21px; } .class-price-select .form .button .send { width: 130px; background: #57ba7e; height: 50px; line-height: 50px; color: #fff; border: none; transition: all .3s; border-radius: 20px; } .class-price-select .form .button .send:hover { background: #419d65; } .select2-container div.price span { display: inline-block; margin-left: 3px; } .select2-container div.price span.num { font-weight: bold; } .select2-dropdown { border: 2px solid #E0E4F5 !important; border-radius: 25px !important; overflow: hidden; transform: translateY(3px); } .select2-dropdown div.price { padding: 0 20px; } .pricing-tutrial { background: #FFFFFF; border-radius: 40px; margin-bottom: 30px; overflow: hidden; padding: 30px 40px 25px; } .pricing-tutrial h3 { font-size: 18px; color: #000000; margin: 2px 38px 35px; } .pricing-tutrial div.img { text-align: center; padding: 10px 0 50px; position: relative; } @media only screen and (max-width: 1300px) { .pricing-tutrial div.img { padding: 0; } } .pricing-tutrial div.img:before { content: ""; position: absolute; top: 10px; left: 0px; bottom: 50px; border-right: 1px dashed rgba(206, 209, 213, 0.6); } @media only screen and (max-width: 1300px) { .pricing-tutrial div.img:before { display: none; } } .pricing-tutrial div.img img { display: inline-block; } .pricing-tutrial div.img p { line-height: 22px; color: #171725; text-align: center; margin-bottom: 30px; } .pricing-tutrial form { max-width: 290px; margin: 0 auto; } .pricing-tutrial form .radio-group { margin-bottom: 30px; } .pricing-tutrial form p { font-size: 14px; color: #000000; font-weight: 500; margin: 18px 28px 12px; } .pricing-tutrial form div.input { position: relative; margin-bottom: 28px; } .pricing-tutrial form div.input input { height: 62px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; width: 100%; box-sizing: border-box; padding: 0 65px 0 10px; } .pricing-tutrial form div.input span.icon { width: 20px; height: 20px; position: absolute; right: 21px; top: 19px; background: url('images/dollar.svg'); } .pricing-tutrial form div.input:after { content: ""; width: 2px; height: 13px; background: #e8ecf1; position: absolute; top: 23px; right: 48px; } .pricing-tutrial form .button { text-align: center; } .pricing-tutrial form .button .send { width: 130px; background: #57ba7e; height: 50px; line-height: 50px; color: #fff; border: none; transition: all .3s; border-radius: 20px; } .pricing-tutrial form .button .send:hover { background: #419d65; } #faqs { padding: 50px 0; max-width: 1200px; margin: 0 auto; } #faqs h3 { text-align: center; color: #000000; font-size: 24px; margin-bottom: 58px; } .faq { margin-bottom: 20px; overflow: hidden; background: #fff; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } .faq .question { background: #fff; line-height: 50px; padding: 26px 60px 25px; position: relative; cursor: pointer; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } @media only screen and (max-width: 1000px) { .faq .question { padding: 25px 15px 25px 60px; } } .faq .question:hover { background: #fafafa; } .faq .question h4 { margin: 0; font-size: 18px; color: #000; } .faq .question h4:before { content: ""; background: url('images/downfaq.svg'); position: absolute; width: 40px; height: 40px; left: 30px; top: 31px; } .faq.active .question h4:before { -webkit-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } .faq .answer { display: none; border-top: none; } .faq .answer p { padding: 8px 60px 44px; margin: 0; font-size: 14px; line-height: 22px; } @media only screen and (max-width: 1000px) { .faq .answer p { padding: 8px 15px 15px; } } .teacher-articles { overflow: hidden; } .teacher-articles .load-more { margin-bottom: 56px; } #article-from { overflow: hidden; padding-bottom: 50px; } #article-from form { padding-top: 40px; } #article-from select { width: 100%; } #article-from .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { border-left: none; border-right: 1px solid #aaa; margin-top: 6px; border-radius: 0; } #article-from .select2-container--default .select2-search--inline .select2-search__field { font-family: yekan , arial; } #article-from .select2-container--default .select2-selection--multiple, #article-from .select2-container--default .select2-selection--single { min-height: 80px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; margin-bottom: 20px; } #article-from .select2-container--default .select2-selection--multiple .select2-selection__arrow, #article-from .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 40px; background: #F4F5FA; border-radius: 15px; text-align: center; line-height: 40px; top: 19px; left: 18px; } #article-from .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered { line-height: 9px; } #article-from .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { line-height: 74px; padding-right: 25px; } #article-from .select2-container--default .select2-selection--multiple .select2-selection__placeholder, #article-from .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #171725; font-size: 18px; font-weight: 500; } #article-from .input-container { height: 76px; margin-bottom: 20px; } #article-from .input-container input { line-height: 76px; height: 76px; } #article-from .input-container > span { top: 31px; } #article-from .input-container.active > span { top: -8px; } #article-from .tox-tinymce { margin: 50px 0; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; } #article-from .add-tag { margin-bottom: 75px; } #article-from .add-tag h4 { font-size: 16px; font-weight: bold; color: #000000; margin-bottom: 14px; margin-right: 27px; } #article-from .add-tag h4 .hs { font-size: 26px; margin-left: 7px; color: #92929D; position: relative; top: 2px; } #article-from .add-tag h4 span { font-weight: normal; font-size: 14px; color: #636379; } #article-from .add-tag .form { position: relative; float: right; z-index: 2; vertical-align: top; height: 55px; border: 2px solid #f1f3f6; padding-left: 124px; padding-right: 28px; margin-bottom: 35px; width: 173px; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; } @media only screen and (max-width: 800px) { #article-from .add-tag .form { float: none; width: 100%; margin-bottom: 20px; box-sizing: border-box; } } #article-from .add-tag .form .addt { position: absolute; line-height: 59px; width: 124px; left: -2px; top: -2px; bottom: -2px; text-align: center; cursor: pointer; color: #fff; background: #5e57ba; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #article-from .add-tag .form .addt:hover { background: #4f48af; } #article-from .add-tag .form ::-webkit-input-placeholder { /* Edge */ color: #92929D; } #article-from .add-tag .form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #92929D; } #article-from .add-tag .form ::placeholder { color: #92929D; } #article-from .add-tag .form input { width: 100%; height: 55px; line-height: 55px; border: none; font-size: 15px; background: none; color: #6E849D; } #article-from .add-tag div.result { position: relative; padding-top: 12px; margin-right: 350px; } @media only screen and (max-width: 800px) { #article-from .add-tag div.result { margin-right: 0; } } #article-from .add-tag div.result span { display: inline-block; padding: 0 9px 0 10px; border: 1px solid #ECF2FD; line-height: 36px; height: 34px; font-size: 14px; margin-right: 10px; margin-bottom: 15px; color: #92929D; position: relative; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; } #article-from .add-tag div.result span i { position: relative; margin-left: 5px; cursor: pointer; color: #d3d3d8; bottom: 1px; float: right; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #article-from .add-tag div.result span i:hover { color: #f05662; } #article-from .buttons { border-top: 2px solid #f9fafb; margin: 0 -30px; padding: 0 30px; padding-top: 46px; } @media only screen and (max-width: 800px) { #article-from .buttons { text-align: center; } } #article-from .button-container { display: inline-block; vertical-align: top; } #article-from .button-container .publish, #article-from .button-container .draft { width: 130px; height: 50px; text-align: center; border: none; cursor: pointer; line-height: 50px; border-radius: 20px; } @media only screen and (max-width: 460px) { #article-from .button-container .publish, #article-from .button-container .draft { width: 120px; line-height: 50px; } } #article-from .button-container .publish { background: #57ba7e; color: #fff; font-weight: bold; margin-left: 10px; } #article-from .button-container .publish:hover { background: #419d65; } #article-from .button-container .draft { background: #F5FAFF; font-size: 12px; color: #171725; } #article-from .button-container .draft:hover { background: #dcedff; } .category-op { padding: 0 10px ; font-weight: bold; } #fileuploader { position: relative; margin-bottom: 20px; } #fileuploader input { position: absolute; width: 0; height: 0; left: 0; top: 0; opacity: 0; } #fileuploader label { height: 60px; padding: 8px; line-height: 60px; background: #FFFFFF; border: 2px dashed #E0E4F5; border-radius: 30px; display: block; cursor: pointer; } #fileuploader label span { display: inline-block; vertical-align: middle; } #fileuploader label span.icon { margin-left: 8px; margin-right: 19px; } #fileuploader label span.text { font-size: 16px; color: #171725; } #fileuploader label span.but { float: left; width: 150px; height: 60px; line-height: 60px; background: #F4F5FA; border-radius: 24px; text-align: center; font-size: 14px; color: #171725; } #login-page { min-height: 100vh; } #login-page .right-pic { min-height: 100vh; margin-left: 584px; text-align: center; position: relative; } @media only screen and (max-width: 1200px) { #login-page .right-pic { margin-left: 400px; } } @media only screen and (max-width: 900px) { #login-page .right-pic { margin-left: 0; min-height: auto; padding: 30px; } } #login-page .right-pic .img { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); } #login-page .right-pic .img img { display: inline-block; margin-bottom: 34px; } #login-page .right-pic .img p { font-size: 24px; color: #171725; text-align: center; } @media only screen and (max-width: 900px) { #login-page .right-pic .img { position: static; transform: translateY(0%); } #login-page .right-pic .img p { font-size: 18px; } } #login-page .left-form { float: left; width: 584px; background: #fff; min-height: 100vh; border-radius: 0px 50px 50px 0px; position: relative; text-align: center; } @media only screen and (max-width: 1200px) { #login-page .left-form { width: 400px; } } @media only screen and (max-width: 900px) { #login-page .left-form { width: auto; float: none; overflow: hidden; } } #login-page .left-form span.close { color: #697289; cursor: pointer; transition: all .3s; position: absolute; top: 30px; right: 30px; } #login-page .left-form span.close:hover { color: red; } #login-page .left-form .logo { margin-top: 110px; margin-bottom: 51px; } #login-page .left-form .title p { text-align: center; color: #92929D; margin-bottom: 0px; } #login-page .left-form .title h2 { font-size: 24px; margin-bottom: 26px; } #login-page .left-form .tab-nav { margin-bottom: 25px; } #login-page .left-form form { max-width: 290px; margin: 0 auto; } #login-page .left-form form .button-container { padding-top: 20px; margin-bottom: 48px; } #login-page .left-form form .button-container .send { width: 130px; height: 50px; border-radius: 24px; background: #57ba7e; display: inline-block; border: none; color: #fff; transition: all .3s; font-weight: bold; } #login-page .left-form form .button-container .send:hover { background: #419d65; } #login-page .left-form form .foreget-text { padding-right: 21px; line-height: 22px; padding-top: 23px; } #login-page .left-form form .forget { text-align: right; padding-top: 5px; padding-bottom: 5px; } #login-page .left-form form .support { padding: 34px 0 90px; } #login-page .left-form form .support > span { display: block; color: #92929D; margin-bottom: 13px; } #login-page .left-form form .support .call-support { cursor: pointer; border: none; background: none; } #login-page .left-form form .support .call-support span { display: inline-block; vertical-align: middle; color: #171725; margin: 0 5px; } #login-page .left-form form .google-reg { margin-bottom: 37px; } #login-page .left-form form .google-reg > span { display: block; color: #92929D; font-size: 12px; margin-bottom: 19px; } #login-page .left-form form .google-reg .google { display: block; position: relative; cursor: pointer; transition: all .3s; background: #F5FAFF; border-radius: 30px; text-align: center; font-size: 18px; height: 71px; line-height: 71px; color: #171725; border: none; width: 100%; } #login-page .left-form form .google-reg .google span.icon { width: 24px; position: absolute; right: 24px; top: 0px; } #login-page .left-form form .google-reg .google:hover { background: #c2e0ff; } #login-page .left-form form .rules p { text-align: center; line-height: 22px; } #login-page .left-form form .rules p a { color: #57ba7e; } #login-page .left-form form .rules p a:hover { color: #419d65; } #home-blog { padding: 60px 0 10px; } #home-blog .owl-nav { text-align: center; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; margin-bottom: 79px; } @media only screen and (max-width: 800px) { #home-blog .owl-nav { margin-bottom: 30px; } } #home-blog .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #home-blog .owl-nav button svg { transition: all .3s; } #home-blog .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #home-blog .owl-nav button:hover { color: #273C66; opacity: 1; } #home-blog .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #home-faq { background: #fff; padding: 116px 0 158px; } @media only screen and (max-width: 1000px) { #home-faq { padding: 60px 0; } } #home-faq .faq { background: #F5FAFF; } #home-faq .faq .question { background: #F5FAFF; } #home-faq .faq .question h4:before { background: url(images/downfaqw.svg); } #home-teaching { background: #fff; position: relative; padding: 94px 0 20px; } #home-teaching:before { content: ""; right: 0; left: 112px; top: 0; bottom: 0; background: #F5FAFF; border-radius: 80px 0px 0px 80px; position: absolute; } @media only screen and (max-width: 1300px) { #home-teaching:before { border-radius: 0; left: 0; } } #home-teaching .container { position: relative; z-index: 2; } #home-teaching .img { text-align: center; } #home-teaching .img img { display: inline-block; } #home-teaching .be-teacher { margin-bottom: 30px; } #home-teaching .be-teacher .title { margin-bottom: 22px; } #home-teaching .be-teacher .title .pre-title { display: inline-block; padding: 0 10px; line-height: 38px; border-radius: 24px; border: 6px solid #E9F2FB; font-size: 14px; color: #fff; font-weight: bold; margin-bottom: 17px; background: #5e57ba; } #home-teaching .be-teacher .title h1, #home-teaching .be-teacher .title h2, #home-teaching .be-teacher .title h3, #home-teaching .be-teacher .title h4, #home-teaching .be-teacher .title h5, #home-teaching .be-teacher .title h6 { font-size: 40px; margin-bottom: 0; line-height: 62px; } #home-teaching .be-teacher .title h1 span, #home-teaching .be-teacher .title h2 span, #home-teaching .be-teacher .title h3 span, #home-teaching .be-teacher .title h4 span, #home-teaching .be-teacher .title h5 span, #home-teaching .be-teacher .title h6 span { color: #57ba7e; } @media only screen and (max-width: 800px) { #home-teaching .be-teacher .title h1, #home-teaching .be-teacher .title h2, #home-teaching .be-teacher .title h3, #home-teaching .be-teacher .title h4, #home-teaching .be-teacher .title h5, #home-teaching .be-teacher .title h6 { font-size: 22px; line-height: 35px; } } #home-teaching .be-teacher .text p { font-size: 18px; line-height: 36px; color: #171725; margin-bottom: 36px; } @media only screen and (max-width: 800px) { #home-teaching .be-teacher .text p { font-size: 16px; line-height: 30px; margin-bottom: 30px; } } #home-teaching .be-teacher .button { text-align: right; } #home-teaching .be-teacher .button .send, #home-teaching .be-teacher .button .more { margin-left: 12px; } @media only screen and (max-width: 800px) { #home-teaching .be-teacher .button .send, #home-teaching .be-teacher .button .more { width: 130px; line-height: 50px; } } #home-comment { background: #fff; padding: 20px 0 100px; } #home-comment .pre-title { margin-bottom: 80px; } @media only screen and (max-width: 900px) { #home-comment .pre-title { margin-bottom: 30px; } } #home-comment .img { text-align: center; } #home-comment .img img { margin-bottom: 20px; display: inline-block; } #home-comment .owl-nav { text-align: right; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; } #home-comment .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #home-comment .owl-nav button svg { transition: all .3s; } #home-comment .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #home-comment .owl-nav button:hover { color: #273C66; opacity: 1; } #home-comment .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #home-comment .comment-box { border: 2px solid #F4F9FD; border-radius: 45px; padding: 58px 60px 1px 46px; position: relative; } @media only screen and (max-width: 800px) { #home-comment .comment-box { padding: 20px 10px 1px 20px; } } #home-comment .comment-box:after { content: ""; position: absolute; background: rgba(245, 250, 255, 0.65); border-radius: 0 0 45px 45px; height: 26px; bottom: -26px; left: 72px; right: 72px; } @media only screen and (max-width: 800px) { #home-comment .comment-box:after { left: 30px; right: 30px; } } .home-single-comment { padding-right: 10px; } .home-single-comment .top { height: 80px; margin-bottom: 9px; } .home-single-comment .top .pic { width: 70px; position: relative; float: right; text-align: center; margin-left: 18px; } .home-single-comment .top .pic .icon { position: absolute; right: -5px; bottom: -5px; width: 27px; height: 27px; background: #fdbc01; display: block; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .home-single-comment .top .pic .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-size: cover !important; background-position: center center !important; } .home-single-comment .top .rate { text-align: right; } .home-single-comment .top .name { padding-top: 10px; font-size: 16px; font-weight: bold; margin-bottom: 1px; color: #171725; } .home-single-comment .text { margin-bottom: 30px; } @media only screen and (max-width: 800px) { .home-single-comment .text { margin-bottom: 10px; } } .home-single-comment .text p { text-align: right; font-size: 16px; line-height: 27px; color: #000; margin-bottom: 0; } @media only screen and (max-width: 800px) { .home-single-comment .text p { font-size: 14px; line-height: 22px; } } #home-process { background: #fff; padding: 120px 0 0px; } #home-process div.img { text-align: center; margin-bottom: 40px; } #home-process div.img img { position: relative; z-index: 2; display: inline-block; } #home-process .row.rev .col-lg-7, #home-process .row.rev .col-lg-5 { float: left; } #home-process .home-process { background: #F5FAFF; border: 1px solid #F4F9FD; border-radius: 45px; max-width: 332px; margin: 0 auto 30px; padding: 40px 50px 45px 15px; position: relative; margin-top: 120px; } #home-process .home-process.rev { padding-right: 50px; padding-left: 50px; } @media only screen and (max-width: 1300px) { #home-process .home-process { margin-top: 60px; padding-right: 15px !important; padding-left: 15px !important; } } #home-process .home-process span.num { position: absolute; right: -30px; top: 85px; width: 35px; height: 35px; text-align: center; background: gray; color: #fff; font-size: 24px; font-weight: 700; border-radius: 50%; border: 12px solid #FFFFFF; } #home-process .home-process span.num:after { content: ""; width: 400px; border-bottom: 1px dashed #92929d; left: 100%; top: 50%; position: absolute; } @media only screen and (max-width: 1300px) { #home-process .home-process span.num { right: 50% !important; margin-right: -30px !important; top: -30px !important; } #home-process .home-process span.num:after { width: 0 !important; height: 200px !important; border-bottom: none !important; border-left: 1px dashed #92929d !important; top: unset !important; bottom: 100% !important; left: 50% !important; right: unset !important; } } #home-process .home-process span.num.rev { right: unset; left: -30px; } #home-process .home-process span.num.rev:after { left: unset; right: 100%; } #home-process .home-process h4 { font-size: 24px; margin-bottom: 24px; font-weight: 900; } #home-process .home-process p { font-size: 16px; line-height: 25px; color: #000000; } #home-process .home-process.blue span.num { background: #5a62b3; } #home-process .home-process.blue h4 { color: #5E57BA; } #home-process .home-process.red span.num { background: #FD797A; } #home-process .home-process.red h4 { color: #FD797A; } #home-process .home-process.green span.num { background: #57BA7E; } #home-process .home-process.green h4 { color: #57BA7E; } #home-confirmed { padding: 44px 0 18px; } #home-confirmed .pre-title { margin-bottom: 48px; } #home-confirmed .pre-title h3 { margin-bottom: 6px; } #home-confirmed .pre-title p { font-size: 16px; color: #000000; } #home-confirmed .owl-dots { display: none; } #home-confirmed .owl-nav { text-align: center; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; margin-bottom: 0px; } @media only screen and (max-width: 800px) { #home-confirmed .owl-nav { margin-bottom: 30px; } } #home-confirmed .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #home-confirmed .owl-nav button svg { transition: all .3s; } #home-confirmed .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #home-confirmed .owl-nav button:hover { color: #273C66; opacity: 1; } #home-confirmed .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #home-confirmed .single-fav-teacher { padding-bottom: 28px; } #home-confirmed .single-fav-teacher .profile { margin-bottom: 19px; } #choose-lang { background: #fff; padding: 40px 0 90px; } #choose-lang .pre-title { margin-bottom: 52px; } #choose-lang .home-lang { margin-bottom: 34px; } #choose-lang .home-lang a { display: block; background: #F5FAFF; border-radius: 76px; padding: 15px; color: #000; font-size: 18px; font-weight: bold; } #choose-lang .home-lang a span { display: inline-block; vertical-align: middle; } #choose-lang .home-lang a span.flag img { border-radius: 50%; width: 45px; border: 10px solid #fff; } #choose-lang .home-lang a span.text { margin-right: 15px; } #choose-lang .home-lang a:hover { background: #dcedff; } #top-slid { background: #fff; padding: 80px 0 20px; } @media only screen and (max-width: 800px) { #top-slid { padding-top: 50px; } } #top-slid .top-slid { max-width: 420px; padding-top: 80px; padding-bottom: 30px; } @media only screen and (max-width: 1300px) { #top-slid .top-slid { padding-top: 0; } } @media only screen and (max-width: 800px) { #top-slid .top-slid { max-width: unset; } } #top-slid .top-slid h2 { font-size: 40px; line-height: 62px; margin-bottom: 14px; font-weight: 900; } @media only screen and (max-width: 800px) { #top-slid .top-slid h2 { font-size: 24px; line-height: 36px; } } #top-slid .top-slid ul { margin-bottom: 40px; } #top-slid .top-slid ul li { line-height: 26px; margin-bottom: 14px; font-size: 16px; color: #000; } #top-slid .top-slid ul li span { display: inline-block; vertical-align: middle; } #top-slid .top-slid ul li span.icon { width: 26px; height: 26px; line-height: 26px; text-align: center; margin-left: 10px; background: gray; border-radius: 9px; } #top-slid .top-slid ul li span.icon.red { background: #fed1d1; color: #fd797a; } #top-slid .top-slid ul li span.icon.blue { background: #d3d1ec; color: #5e57ba; } #top-slid .top-slid ul li span.icon.green { background: #bce3cb; color: #5dbc82; } #top-slid .top-slid .button { text-align: right; } #top-slid .top-slid .button .send { width: 170px; text-align: center; } #blog-main { padding: 55px 0 190px; } @media only screen and (max-width: 1000px) { #blog-main { padding-bottom: 100px; } } #blog-main .col-lg-9.rev, #blog-main .col-lg-3.rev { float: left; } .side-search { margin-bottom: 42px; background: #FFFFFF; border-radius: 25px; position: relative; padding: 18px 16px 18px 64px; } .side-search .sear { width: 40px; height: 40px; background: #FD797A; border-radius: 16px; border: none; padding: 0; cursor: pointer; transition: all .3s; position: absolute; left: 16px; top: 18px; color: #fff; } .side-search .sear:hover { background: #fc4748; } .side-search input { height: 40px; line-height: 40px; border: none; padding: 0; background: none; margin: 0; width: 100%; } .side-widget { margin-bottom: 28px; } .side-widget .widget-title-side { line-height: 42px; height: 42px; margin-bottom: 14px; } .side-widget .widget-title-side h4 { margin: 0; } .side-widget .widget-title-side h4 span { display: inline-block; vertical-align: middle; } .side-widget .widget-title-side h4 span.icon { width: 42px; height: 42px; border-radius: 50%; text-align: center; background: #5E57BA; } .side-widget .widget-title-side h4 span.text { font-size: 16px; font-weight: 500; color: #000000; margin-right: 11px; } #smenu2 { background: #FFFFFF; border-radius: 38px; padding: 20px 0; } #smenu2 > ul > li { line-height: 50px; padding: 0 35px; position: relative; } #smenu2 > ul > li svg { position: absolute; color: #bcbfc3; left: 24px; top: 15px; width: 16px; padding: 2px; height: 16px; font-size: 8px; cursor: pointer; text-align: center; z-index: 2; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; background: #F5FAFF; border-radius: 16px; } #smenu2 > ul > li svg:hover { color: #57ba7e; } #smenu2 > ul > li svg.active { -webkit-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } #smenu2 > ul > li a { color: #000; display: block; font-size: 16px; padding-right: 36px; position: relative; } #smenu2 > ul > li a:hover { color: #57ba7e; } #smenu2 > ul > li a span.num { height: 20px; line-height: 20px; padding: 0 5px; min-width: 10px; position: absolute; right: 0; text-align: center; top: 13px; border-radius: 10px; background: #57ba7e; display: inline-block; vertical-align: middle; font-size: 10px; font-weight: 700; color: #fff; margin-left: 15px; } #smenu2 > ul > li a.active span.num { background: #5e57ba; } #smenu2 > ul > li ul { margin-right: 28px; display: none; } #smenu2 > ul > li ul > li a span.num { background: #5e57ba; } #smenu2 > ul > li.active > a { color: #57ba7e; } .hor-post { overflow: hidden; padding: 16px 22px; background: #FFFFFF; border-radius: 38px; margin-bottom: 16px; } .hor-post .right { float: right; width: 70px; } .hor-post .right a { display: block; } .hor-post .right a .img { height: 70px; background-size: cover !important; background-position: center center !important; border-radius: 20px; } .hor-post .left { margin-right: 80px; padding-top: 2px; } .hor-post .left h5 { margin-bottom: 0px; } .hor-post .left h5 a { font-size: 14px; font-weight: 500; color: #143861; display: block; line-height: 22px; } .hor-post .left h5 a:hover { color: #0b2037; } .hor-post .left .date { font-size: 12px; color: #92929D; } .tag-link { display: inline-block; vertical-align: middle; margin-left: 9px; background: #FFFFFF; border-radius: 16px; line-height: 36px; border: none; cursor: pointer; transition: all .3s; padding: 0 21px; margin-bottom: 11px; color: #696974; } .tag-link:hover { color: #57ba7e; } .copy-link { background: #FFFFFF; border-radius: 38px; padding: 15px 25px; line-height: 50px; overflow: hidden; margin-bottom: 12px; } .copy-link .copy { float: right; cursor: pointer; color: #595959; } .copy-link input { float: left; height: 50px; line-height: 50px; border-radius: none; border: none; padding: 0; background: none; font-size: 12px; direction: ltr; font-family: arial; font-weight: bold; color: #92929D; width: calc(100% - 74px); } .shar-poost { background: #FFFFFF; border-radius: 38px; padding: 15px 25px; line-height: 50px; overflow: hidden; margin-bottom: 12px; text-align: center; } .shar-poost a { display: inline-block; vertical-align: middle; margin: 0 10px; color: #595959; } .shar-poost a:hover { color: #57ba7e; } #blog-content { background: #fff; border-radius: 50px; padding: 40px 35px; } @media only screen and (max-width: 1000px) { #blog-content { padding: 30px 15px; } } .bread-crumb { line-height: 40px; margin-bottom: 10px; } .bread-crumb h5 { display: inline-block; vertical-align: middle; margin-bottom: 0; font-size: 12px; color: #171725; font-weight: 400; margin-left: 17px; } .bread-crumb h5 span { display: inline-block; vertical-align: middle; } .bread-crumb h5 span.icon { margin-left: 4px; } .bread-crumb ul { display: inline-block; vertical-align: middle; } .bread-crumb ul li { display: inline-block; vertical-align: middle; margin-left: 10px; } .bread-crumb ul li a { font-size: 12px; color: #5E57BA; font-weight: 500; } .bread-crumb ul li a:hover { color: #47419d; } .bread-crumb ul li span { font-size: 12px; color: #92929D; } .blog-title h2 { font-size: 24px; color: #384B75; font-weight: 900; margin-bottom: 25px; } @media only screen and (max-width: 1000px) { .blog-title h2 { font-size: 18px; } } .blog-thumb { margin-bottom: 40px; } .blog-thumb .img { height: 383px; background-size: cover !important; background-position: center center !important; border-radius: 35px; } @media only screen and (max-width: 1000px) { .blog-thumb .img { height: 200px; } } .blog-content { padding-bottom: 30px; } .blog-content * { font-size: 16px; line-height: 35px; color: #171725; } .blog-content h1 { font-size: 24px; } .blog-content h2 { font-size: 22px; } .blog-content h3 { font-size: 20px; } .blog-content h4 { font-size: 18px; } .blog-content h5 { font-size: 17px; } .blog-content h6 { font-size: 16px; } .blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 { color: #384B75; margin-bottom: 20px; } .blog-content blockquote { border-right: 4px solid #87dac0; padding-right: 28px; margin-top: 70px; margin-bottom: 70px; position: relative; padding-top: 35px; } .blog-content blockquote:before { content: ""; width: 34px; height: 26px; background: url('images/quto.svg'); position: absolute; right: 30px; top: -5px; } @media only screen and (max-width: 1000px) { .blog-content blockquote { margin-top: 40px; margin-bottom: 40px; margin-right: 10px; margin-left: 10px; } } .blog-content blockquote p { font-size: 20px; font-weight: 500; color: #171725; line-height: 32px; margin-bottom: 15px; } .blog-content blockquote span { font-size: 16px; color: #171725; display: block; } .blog-content ul { margin-right: 14px; margin-bottom: 20px; } .blog-content ul li { padding-right: 26px; position: relative; line-height: 30px; margin-bottom: 5px; color: #171725; } .blog-content ul li:before { content: ""; width: 11px; height: 11px; border: 2px solid #57ba7e; border-radius: 50%; position: absolute; right: 0; top: 7px; } .blog-info { background: #F5FAFF; border-radius: 25px; padding: 14px; line-height: 30px; margin-bottom: 50px; font-size: 14px; color: #143861; overflow: hidden; } .blog-info .author { float: right; margin-left: 21px; } .blog-info .author div.img { background-size: cover !important; width: 28px; border: 1px solid #F2F6FC; border-radius: 12px; display: inline-block; height: 28px; vertical-align: middle; margin-left: 10px; margin-bottom: 0; } .blog-info .author span.name { display: inline-block; vertical-align: middle; } .blog-info .date { float: right; margin-left: 39px; } .blog-info .comment-num { float: right; } .blog-info .comment-num span { display: inline-block; margin-left: 3px; } .post-nav { overflow: hidden; position: relative; padding: 10px; } .post-nav .mid-icon { position: absolute; width: 49px; height: 49px; text-align: center; line-height: 49px; background: #E9F2FB; border-radius: 18px; top: 0; left: 50%; margin-left: -25px; } @media only screen and (max-width: 1300px) { .post-nav .mid-icon { display: none; } } .post-nav .next-post { float: right; overflow: hidden; position: relative; transition: all .3s; color: #143861; max-width: 45%; } @media only screen and (max-width: 1000px) { .post-nav .next-post { width: 100%; max-width: 100%; float: none; margin-bottom: 20px; } } .post-nav .next-post:hover { color: #57ba7e; } .post-nav .next-post a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .post-nav .next-post .right { float: right; padding-top: 3px; } .post-nav .next-post .right span.icon { display: block; width: 31px; height: 31px; background: #E9F2FB; border-radius: 11px; text-align: center; line-height: 31px; } .post-nav .next-post .left { margin-right: 45px; } .post-nav .next-post .left span { display: block; line-height: 1.2; } .post-nav .next-post .left span.top { font-size: 14px; color: #92929D; margin-bottom: 8px; } .post-nav .next-post .left span.back-top { font-size: 14px; font-weight: bold; } .post-nav .prev-post { float: left; overflow: hidden; position: relative; transition: all .3s; color: #143861; max-width: 45%; } @media only screen and (max-width: 1000px) { .post-nav .prev-post { width: 100%; max-width: 100%; float: none; } } .post-nav .prev-post:hover { color: #57ba7e; } .post-nav .prev-post a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .post-nav .prev-post .right { float: left; padding-top: 3px; } .post-nav .prev-post .right span.icon { display: block; width: 31px; height: 31px; background: #E9F2FB; border-radius: 11px; text-align: center; line-height: 31px; } .post-nav .prev-post .left { margin-left: 45px; text-align: left; } .post-nav .prev-post .left span { display: block; line-height: 1.2; } .post-nav .prev-post .left span.top { font-size: 14px; color: #92929D; margin-bottom: 8px; } .post-nav .prev-post .left span.back-top { font-size: 14px; font-weight: bold; } #related-post { padding: 15px 0; overflow: hidden; } #related-post .pre-title { margin-bottom: 26px; } #related-post .owl-nav { text-align: center; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; margin-bottom: 30px; } @media only screen and (max-width: 800px) { #related-post .owl-nav { margin-bottom: 30px; } } #related-post .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #related-post .owl-nav button svg { transition: all .3s; } #related-post .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #related-post .owl-nav button:hover { color: #273C66; opacity: 1; } #related-post .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #comment-section { background: #FFFFFF; border-radius: 50px; padding: 50px; margin-bottom: 30px; } #comment-section .load-more { margin-bottom: 0; } #comment-section .comment-list-single { padding: 50px; } @media only screen and (max-width: 1000px) { #comment-section .comment-list-single { padding: 0; } } @media only screen and (max-width: 1000px) { #comment-section { padding: 30px 20px; } } #comment-section .form { margin-bottom: 70px; overflow: hidden; } #comment-section .form h4 { font-size: 18px; color: #384B75; margin-bottom: 5px; } #comment-section .form p { font-size: 14px; color: #384B75; line-height: 28px; margin-bottom: 25px; } #comment-section .form .input-container { margin-bottom: 30px; } .blog-post-comments { overflow: hidden; margin-bottom: 50px; } .blog-post-comments .top { overflow: hidden; } .blog-post-comments .top .right { float: right; width: 50px; } .blog-post-comments .top .right .img { width: 46px; height: 46px; border: 2px solid #F2F6FC; border-radius: 20px; background-size: cover !important; } .blog-post-comments .top .left { margin-right: 75px; } .blog-post-comments .top .left span { display: block; } .blog-post-comments .top .left span.blog-post-comment-name { font-size: 20px; font-weight: bold; color: #211E2C; } .blog-post-comments .top .left span.date { font-size: 16px; color: #BBC2CE; font-weight: 300; } .blog-post-comments .bottom p { font-size: 18px; color: #384B75; line-height: 28px; margin-bottom: 35px; } @media only screen and (max-width: 1000px) { .blog-post-comments .bottom p { font-size: 14px; line-height: 22px; margin-bottom: 20px; } } .blog-post-comments .bottom a { display: block; } .blog-post-comments .bottom a span { display: inline-block; vertical-align: middle; font-size: 16px; color: #57BA7E; font-weight: bold; } .blog-post-comments .bottom a span.icon { margin-left: 16px; } .comment .comment .blog-post-comments { padding-right: 30px; margin-right: 30px; border-right: 3px solid #F5F6FA; } @media only screen and (max-width: 1000px) { .comment .comment .blog-post-comments { margin-right: 15px; padding-right: 15px; } } .page-invite { background: #fff; border-radius: 40px; margin-bottom: 65px; padding: 66px 204px 31px; text-align: center; } @media only screen and (max-width: 1020px) { .page-invite { padding: 35px; } } @media only screen and (max-width: 600px) { .page-invite { padding: 25px; } } .page-invite div.avatar { text-align: center; margin-bottom: 18px; } .page-invite div.avatar .img { display: inline-block; border: 3px solid #F2F6FC; border-radius: 25px; width: 64px; height: 64px; background-size: cover !important; position: relative; } .page-invite div.avatar .img:before { content: ""; width: 84px; height: 84px; border: 1px solid #F2F6FC; border-radius: 29px; position: absolute; left: -11px; top: -11px; } .page-invite div.avatar .img:after { content: ""; width: 112px; height: 112px; border: 1px solid #F2F6FC; border-radius: 41px; position: absolute; left: -25px; top: -25px; } .page-invite .name { font-size: 18px; color: #171725; margin-bottom: 13px; } .page-invite .class { font-size: 24px; color: #171725; font-weight: bold; } .page-invite .class:after { content: ""; width: 58px; border-bottom: 2px dashed #d0d0d6; margin: 0px auto 16px; display: block; } .page-invite .message { font-size: 18px; color: #171725; margin-bottom: 30px; } .page-invite .button { margin-bottom: 35px; } .page-invite .button .send { width: 180px; position: relative; } .page-invite .button .send span.icon { position: absolute; left: 23px; } .page-invite .guide-footer { display: inline-block; vertical-align: middle; font-size: 16px; color: #636379; } .page-invite .guide-footer.icon { margin-left: 5px; } #page-invite, #page-unsuccess, #page-success { padding-top: 54px; } .page-success { background: #fff; border-radius: 40px; margin-bottom: 65px; padding: 130px 204px 88px; } @media only screen and (max-width: 1020px) { .page-success { padding: 35px; } } @media only screen and (max-width: 600px) { .page-success { padding: 25px; } } .page-success div.img { text-align: center; margin-bottom: 20px; } .page-success div.img img { display: inline-block; } .page-success h3 { font-weight: 900; font-size: 25px; line-height: 37px; margin-bottom: 18px; text-align: center; color: #57ba7e; } .page-success p { font-size: 18px; text-align: center; color: #889AAF; margin-bottom: 14px; } .page-success .serial { text-align: center; font-size: 24px; color: #171725; margin-bottom: 35px; } .page-success .button .send { width: 160px; position: relative; } .page-success .button .send span.icon { position: absolute; left: 23px; } .page-unsuccess { background: #fff; border-radius: 40px; margin-bottom: 65px; padding: 130px 204px 35px; } @media only screen and (max-width: 1020px) { .page-unsuccess { padding: 35px; } } @media only screen and (max-width: 600px) { .page-unsuccess { padding: 25px; } } .page-unsuccess div.img { text-align: center; margin-bottom: 20px; } .page-unsuccess div.img img { display: inline-block; } .page-unsuccess h3 { font-weight: 900; font-size: 25px; line-height: 37px; margin-bottom: 18px; text-align: center; color: #FD797A; } .page-unsuccess p { font-size: 18px; text-align: center; color: #889AAF; margin-bottom: 14px; } .page-unsuccess .serial { text-align: center; font-size: 24px; color: #171725; margin-bottom: 35px; } .page-unsuccess .button { margin-bottom: 20px; } .page-unsuccess .button .cancel { width: 150px; position: relative; } .page-unsuccess .button .cancel span.icon { position: absolute; left: 23px; } .page-unsuccess .support { text-align: center; } .page-unsuccess .support span, .page-unsuccess .support a { display: inline-block; vertical-align: middle; color: #171725; font-weight: bold; } .page-unsuccess .support span.gray, .page-unsuccess .support a.gray { color: #bbbbbb; } .page-unsuccess .support span.icon, .page-unsuccess .support a.icon { margin-left: 4px; } .page-unsuccess .support a:hover { color: #57ba7e; }
public_html/home/css/style.css
@import "grids.css"; @import "normalize.css"; @import "jquery.mCustomScrollbar.css"; @import "plyr.css"; @import "nouislider.css"; @import "owl.carousel.min.css"; @import "lightslider.min.css"; @import "select2.min.css"; html { margin-top: 0!important; } body { color: #171725; direction: rtl; font-family: yekan , arial; font-size: 14px; line-height: 1.7; margin: 0; padding: 0; background: #f5faff; font-weight: 400; } .clr { width: 100%; height: 20px; clear: both; } grammarly-desktop-integration { display: none; } a { color: #171725; text-decoration: none; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } a:hover { color: #57ba7e; } svg { display: inline-block; vertical-align: middle; } .show-for-desktop { display: block; } .show-for-desktop.inb { display: inline-block; } @media only screen and (max-width: 600px) { .show-for-desktop { display: none; } } .show-for-mobile { display: none; } @media only screen and (max-width: 600px) { .show-for-mobile { display: block; } .show-for-mobile.inb { display: inline-block; } } .tab-container > ul > li { display: none; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .tab-container > ul > li.active { display: block; animation-name: fadeInUp; animation-duration: .4s; } .user-set-pop-content > ul > li { display: none; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; } .user-set-pop-content > ul > li.active { display: block; animation-name: fadeInUp; animation-duration: .4s; } .tab-nav { text-align: center; margin-bottom: 10px; } .tab-nav ul { display: inline-block; padding: 5px; height: 35px; background: #ECF2FD; border-radius: 16px; } .tab-nav ul li { float: right; width: 85px; color: #696974; border-radius: 14px; line-height: 35px; cursor: pointer; transition: all .3s; } .tab-nav ul li.active { color: #fff; background: #5e57ba; } @media only screen and (max-width: 460px) { .tab-nav ul li { width: 80px; } } .radio-group { text-align: center; margin-bottom: 10px; } .radio-group ul { display: inline-block; padding: 5px; height: 35px; background: #ECF2FD; border-radius: 16px; } .radio-group ul li { float: right; } .radio-group ul li label { width: 85px; color: #696974; border-radius: 14px; line-height: 35px; cursor: pointer; transition: all .3s; } @media only screen and (max-width: 460px) { .radio-group ul li label { width: 80px; } } .radio-group ul li input:checked ~ label { color: #fff; background: #5e57ba; } select, button, textarea, input, label { font-family: yekan; } select:hover, button:hover, textarea:hover, input:hover, label:hover, select:focus, button:focus, textarea:focus, input:focus, label:focus { box-shadow: none; outline: none; } button { cursor: pointer; transition: all .3s; } p { font-size: 14px; line-height: 28px; color: #171725; margin: 0 0 20px; text-align: justify; } h1, h2, h3, h4, h5, h6 { font-family: yekan; margin: 0 0 15px; color: #171725; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } label { color: #171725; } ul { list-style: outside none none; margin: 0; padding: 0; } ul li { -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } img { height: auto; display: block; max-width: 100%; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } @keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 30%, 0); } to { opacity: 1; transform: none; } } i { font-style: normal!important; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; } @font-face { font-family: yekan; font-style: normal; font-weight: 100; src: url('../font/Yekan-Bakh-FaNum-Hairline.eot'); src: url('../font/Yekan-Bakh-FaNum-Hairline.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Hairline.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Hairline.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Hairline.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 200; src: url('../font/Yekan-Bakh-FaNum-Thin.eot'); src: url('../font/Yekan-Bakh-FaNum-Thin.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Thin.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Thin.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Thin.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 300; src: url('../font/Yekan-Bakh-FaNum-Light.eot'); src: url('../font/Yekan-Bakh-FaNum-Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Light.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 400; src: url('../font/Yekan-Bakh-FaNum-Regular.eot'); src: url('../font/Yekan-Bakh-FaNum-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Regular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Regular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Regular.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 500; src: url('../font/Yekan-Bakh-FaNum-Medium.eot'); src: url('../font/Yekan-Bakh-FaNum-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Medium.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 700; src: url('../font/Yekan-Bakh-FaNum-Bold.eot'); src: url('../font/Yekan-Bakh-FaNum-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Bold.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 800; src: url('../font/Yekan-Bakh-FaNum-Heavy.eot'); src: url('../font/Yekan-Bakh-FaNum-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Heavy.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Heavy.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Heavy.ttf') format('truetype'); } @font-face { font-family: yekan; font-style: normal; font-weight: 900; src: url('../font/Yekan-Bakh-FaNum-Fat.eot'); src: url('../font/Yekan-Bakh-FaNum-Fat.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../font/Yekan-Bakh-FaNum-Fat.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../font/Yekan-Bakh-FaNum-Fat.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../font/Yekan-Bakh-FaNum-Fat.ttf') format('truetype'); } ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ color: #92929d; opacity: 1; /* Firefox */ } :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #92929d; } ::-ms-input-placeholder { /* Microsoft Edge */ color: #92929d; } .owl-carousel { position: relative; } .owl-carousel .owl-nav { position: absolute; left: -54px; right: -54px; top: 50%; margin-top: -46px; } @media only screen and (max-width: 1500px) { .owl-carousel .owl-nav { position: static; width: 150px; margin: 0 auto; } } .owl-carousel .owl-nav button { width: 42px; height: 42px; text-align: center; line-height: 42px !important; border-radius: 50%; background: #4361EE !important; box-shadow: 0px 10px 35px rgba(0, 0, 0, 0.07); transition: all .3s; } .owl-carousel .owl-nav button * { display: inline-block; vertical-align: middle; } .owl-carousel .owl-nav button.owl-next { float: right; } .owl-carousel .owl-nav button.owl-prev { float: left; } .owl-carousel .owl-nav button:hover { box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.07); } .owl-carousel .owl-nav button.disabled { display: none; } ul.circle li { padding-right: 26px; position: relative; line-height: 30px; margin-bottom: 5px; color: #92929d; } ul.circle li:before { content: ""; width: 11px; height: 11px; border: 2px solid #57ba7e; border-radius: 50%; position: absolute; right: 0; top: 7px; } div.link { text-align: center; } div.link a, div.link button, div.link span { padding: 0 35px; border: none; cursor: pointer; display: inline-block; color: #fff; font-weight: 900; text-align: center; line-height: 50px; border-radius: 24px; background: #57ba7e; } div.link a:hover, div.link button:hover, div.link span:hover { background: #419d65; } .lbtn { padding: 0 44px; border: none; cursor: pointer; display: inline-block; color: #fff; font-weight: 700; text-align: center; line-height: 50px; border-radius: 15px; background: #57ba7e; } .lbtn:hover { background: #419d65; } .label-container { position: relative; } .label-container input { width: 0; height: 0; position: absolute; left: 0; top: 0; opacity: 0; } .label-container label { cursor: pointer; transition: all .3s; display: block; } .check-toggle { position: relative; } .check-toggle input { width: 0; height: 0; position: absolute; left: 0; top: 0; opacity: 0; } .check-toggle label { cursor: pointer; transition: all .3s; display: block; width: 28px; height: 18px; background: #B8BABF; border-radius: 9px; position: relative; } .check-toggle label span { position: absolute; width: 8px; height: 8px; background: #fff; left: 5px; top: 5px; border-radius: 50%; transition: all .1s; } .check-toggle input:checked ~ label { background: #57ba7e; } .check-toggle input:checked ~ label span { left: 15px; } .top-title { background: #fff; border-radius: 50px; padding: 16px 22px; overflow: hidden; line-height: 50px; margin-bottom: 25px; } @media only screen and (max-width: 600px) { .top-title { text-align: center; } } .top-title h1, .top-title h2, .top-title h3, .top-title h4, .top-title h5, .top-title h6 { font-size: 18px; margin-bottom: 0; float: right; } @media only screen and (max-width: 600px) { .top-title h1, .top-title h2, .top-title h3, .top-title h4, .top-title h5, .top-title h6 { float: none; margin-bottom: 10px; } } .top-title .more { float: left; display: inline-block; padding: 0 27px; color: #fff; border-radius: 15px; font-weight: bold; background: #5e57ba; } .top-title .more:hover { background: #47419d; } @media only screen and (max-width: 600px) { .top-title .more { float: none; } } div.rate { text-align: center; line-height: 22px; margin-bottom: 14px; } div.rate .rate { display: inline-block; background: #FF974A; border-radius: 11px; padding: 0 5px 0 11px; font-size: 12px; color: #fff; font-family: "arial"; } div.rate .rate span.icon { margin-left: 3px; } .langs-list { margin-bottom: 18px; } .langs-list li { display: inline-block; vertical-align: middle; margin: 0 0 10px 10px; } .langs-list li .lang { display: inline-block; background: #F2F6FC; border: 1px solid #E8ECF2; padding: 12px; border-radius: 25px; line-height: 25px; position: relative; } .langs-list li .lang span { display: inline-block; vertical-align: middle; } .langs-list li .lang span.flag { width: 24px; margin-left: 10px; } .langs-list li .lang span.flag img { border-radius: 50%; } .langs-list li .lang span.title { min-width: 58px; font-size: 16px; font-weight: 700; color: #171725; } .langs-list li .lang .nat { line-height: 26px; height: 22px; padding: 0 11px; background: #57BA7E; border: 4px solid #e3f4e9; border-radius: 15px; color: #fff; position: absolute; top: -14px; left: 50%; margin-left: -35px; } .input-container { border: 2px solid #E0E4F5; background: #fff; height: 58px; position: relative; border-radius: 25px; margin-bottom: 10px; padding: 0 15px; } .input-container ::-webkit-input-placeholder { color: #B8BABF; font-size: 14px; opacity: 1; } .input-container ::-moz-placeholder { color: #B8BABF; font-size: 14px; opacity: 1; } .input-container :-ms-input-placeholder { color: #B8BABF; font-size: 14px; opacity: 1; } .input-container :-o-input-placeholder { color: #B8BABF; font-size: 14px; opacity: 1; } .input-container textarea, .input-container input { width: 100%; background: none; border: none; font-size: 14px; height: 58px; line-height: 58px; position: relative; z-index: 2; padding: 0; } .input-container > span { position: absolute; padding: 0 6px; font-size: 14px; color: #B8BABF; transition: top .3s , right .3s; height: 30px; line-height: 30px; top: 24px; right: 15px; line-height: 1; } .input-container > span b { color: #171725; font-weight: 400; } .input-container > span .small { font-size: 10px; } .input-container .right-bg { position: absolute; right: 21px; top: 18px; color: #8895ba; padding-left: 8px; } .input-container .right-bg:before { content: ""; width: 2px; height: 16px; background: #e8ecf1; position: absolute; left: 0; top: 3px; } .input-container .left-bg { position: absolute; left: 20px; top: 17px; } .input-container.active { background: #fff; border-color: #57ba7e; } .input-container.active span { background: #fff; right: 42px; top: -8px; } .input-container.active .right-bg { color: #57ba7e; } .input-container.icon { padding-right: 65px; } .input-container.icon span { right: 65px; } .input-container.phone { padding-right: 65px; } .input-container.phone span { right: 65px; } .input-container.phone .code { position: absolute; left: 10px; top: 10px; line-height: 24px; padding: 5px; direction: ltr; background: #edf1f8; border-radius: 18px; } .input-container.phone .code span { display: inline-block; vertical-align: middle; } .input-container.phone .code span.precode { padding: 0 10px; color: #8895BA; } .input-container.textarea { height: auto; padding-top: 60px; padding-right: 15px; } .input-container.textarea textarea { height: 60px; line-height: 24px; } .input-container.spin { padding: 10px 22px 15px; } @media only screen and (max-width: 600px) { .input-container.spin { padding: 10px 7px 15px; } } .input-container.spin span { font-size: 14px; padding-top: 9px; color: #171725; } @media only screen and (max-width: 600px) { .input-container.spin span { padding-right: 0; } } .input-container.spin .input-group { float: left; padding-top: 16px; } .input-container.spin .input-group .input-group-prepend { float: left; } .input-container.spin .input-group .input-group-prepend button { width: 31px; height: 31px; border: 3px solid #cdd5de; color: #cdd5de; font-size: 24px; background: none; min-width: 31px !important; padding: 0; text-align: center; line-height: 29px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .input-container.spin .input-group input { width: 48px; float: left; line-height: 31px; height: 31px; border: none; text-align: center; padding: 0; font-size: 18px; font-weight: bold; color: #143861; } @media only screen and (max-width: 600px) { .input-container.spin .input-group input { width: 20px; } } .input-container.spin .input-group .input-group-append { float: left; } .input-container.spin .input-group .input-group-append button { width: 31px; height: 31px; border: 2px solid #57ba7e; color: #fff; font-size: 24px; background: #57ba7e; min-width: 31px !important; padding: 0; text-align: center; line-height: 29px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .input-container .text { padding: 18px 2px; height: 51px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } @media only screen and (max-width: 600px) { .input-container .text { height: 98px; } } .input-container .text .input-group { float: left; padding-top: 16px; } .input-container .text .input-group .input-group-prepend { float: left; } .input-container .text .input-group .input-group-prepend button { width: 29px; height: 29px; border: 3px solid #cdd5de; color: #cdd5de; font-size: 20px; background: none; min-width: 27px !important; padding: 0; text-align: center; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .input-container .text .input-group input { width: 30px; float: left; line-height: 31px; height: 31px; border: none; text-align: center; padding: 0; } .input-container .text .input-group .input-group-append { float: left; } .input-container .text .input-group .input-group-append button { width: 29px; height: 29px; border: 3px solid #57ba7e; color: #fff; font-size: 20px; background: #57ba7e; min-width: 27px !important; padding: 0; text-align: center; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .input-container .text span { line-height: 53px; color: #00315B; font-size: 16px; } @media only screen and (max-width: 600px) { .input-container .text span { display: block; } } .input-container .text ul { line-height: 53px; height: 53px; background: #fff; border-radius: 19px; float: left; padding-left: 23px; } @media only screen and (max-width: 600px) { .input-container .text ul { float: none; padding-left: 10px; } } .input-container .text ul li { display: inline-block; line-height: 53px; float: right; } .input-container .text ul li.day { border-left: 1px solid #f5faff; padding: 0 10px; } .input-container .text ul li.day select, .input-container .text ul li.day input { width: 87px; background: none; border: none; } @media only screen and (max-width: 600px) { .input-container .text ul li.day select, .input-container .text ul li.day input { width: 60px; } } .input-container .text ul li.titl { width: 59px; padding-right: 10px; line-height: 58px; } .input-container .text ul li.hour input, .input-container .text ul li.min input { padding: 0; text-align: center; width: 23px; } .input-container.fill { background: #F5FAFF; height: auto; } .input-container.fill label { font-size: 17px; margin-bottom: 17px; } .text-container { border: 1px solid #f8f8f8; background: #f8f8f8; position: relative; height: 113px; border-radius: 25px; margin-bottom: 10px; padding: 0 15px; } .text-container ::-webkit-input-placeholder { color: #58697A; font-size: 16px; opacity: 1; } .text-container ::-moz-placeholder { color: #58697A; font-size: 16px; opacity: 1; } .text-container :-ms-input-placeholder { color: #58697A; font-size: 16px; opacity: 1; } .text-container :-o-input-placeholder { color: #58697A; font-size: 16px; opacity: 1; } .text-container textarea { width: 100%; background: none; border: none; font-size: 16px; height: 113px; line-height: 28px; position: relative; z-index: 2; padding: 0; } .text-container span { position: absolute; padding: 0 6px; font-size: 16px; color: #58697A; transition: top .3s , right .3s; height: 30px; line-height: 30px; top: 17px; right: 15px; line-height: 1; } .text-container.active { background: #fff; border-color: #3b56cb; } .text-container.active span { color: #3b56cb; background: #fff; right: 42px; top: -8px; } .shade { background: #FFFFFF; border-radius: 40px; margin-bottom: 30px; } .widget-title { line-height: 70px; border-bottom: 1px solid #f9fafc; padding: 10px 50px 0 89px; margin: 0 0px 10px; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: table; position: relative; } @media only screen and (max-width: 800px) { .widget-title { padding: 10px 20px 0 30px; } } .widget-title h1, .widget-title h2, .widget-title h3, .widget-title h4, .widget-title h5, .widget-title h6 { font-size: 18px; margin-bottom: 0; color: #000; font-weight: 900; float: right; } .widget-title select { height: 42px; padding: 0 25px; margin-bottom: 10px; float: left; margin-top: 10px; margin-left: 70px; border: none; background: #f5faff; -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; } .widget-title .dot3 { position: absolute; left: 29px; top: 10px; padding-left: 37px; } @media only screen and (max-width: 800px) { .widget-title .dot3 { padding-left: 0; } } .widget-title .dot3 span { display: inline-block; width: 4px; height: 4px; margin-right: 2px; background: #c7c9d0; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .widget-title .exp { float: right; margin-right: 45px; } @media only screen and (max-width: 800px) { .widget-title .exp { float: none; margin-right: 0; clear: both; } } .widget-title .exp p { line-height: 70px; margin-bottom: 0; font-size: 18px; color: #636379; } .widget-title .exp p .num { font-size: 18px; font-weight: bold; color: #171725; margin-right: 3px; } .widget-title .exp p .name { margin-left: 7px; } .widget-content { padding: 10px 30px 20px; } @media only screen and (max-width: 800px) { .widget-content { padding: 10px 10px 20px; } } .button { text-align: center; } .button .send { width: 130px; line-height: 50px; border-radius: 20px; background: #57ba7e; border: none; color: #fff; display: inline-block; transition: all .3s; } .button .send:hover { background: #419d65; } .button .cancel { width: 130px; line-height: 50px; border-radius: 20px; background: #FD797A; border: none; color: #fff; display: inline-block; transition: all .3s; } .button .cancel:hover { background: #fc4748; } .button .back { width: 130px; line-height: 50px; border-radius: 20px; background: #F4F5FA; border: none; color: #5A6274; display: inline-block; transition: all .3s; } .button .back:hover { background: #d1d5ea; } .button .more { width: 130px; line-height: 50px; border-radius: 20px; background: #fff; border: none; color: #5A6274; display: inline-block; transition: all .3s; } .button .more:hover { background: #e6e6e6; } .country-op { line-height: 43px; } .country-op span { display: inline-block; vertical-align: middle; color: #B8BABF; } .country-op span.flag { width: 32px; position: relative; margin-left: 15px; } .country-op span.flag:before { content: ""; position: absolute; left: 0; width: 2px; height: 14px; border-radius: 2px; background: #e8ecf1; top: 6px; } .title-more { overflow: hidden; line-height: 50px; margin-bottom: 50px; } .title-more h1, .title-more h2, .title-more h3, .title-more h4, .title-more h5, .title-more h6 { font-size: 24px; float: right; font-weight: 900; color: #000; margin-bottom: 0; } @media only screen and (max-width: 800px) { .title-more h1, .title-more h2, .title-more h3, .title-more h4, .title-more h5, .title-more h6 { font-size: 18px; } } .title-more .more { width: 134px; height: 50px; line-height: 50px; text-align: center; float: left; font-size: 14px; border-radius: 15px; color: #fff; font-weight: bold; background: #5e57ba; border: none; transition: all .3s; cursor: pointer; } .title-more .more:hover { background: #47419d; } div.pre-title { text-align: center; margin-bottom: 29px; } div.pre-title span { display: inline-block; padding: 0 18px; line-height: 38px; border-radius: 24px; border: 6px solid #E9F2FB; font-size: 14px; color: #fff; font-weight: bold; margin-bottom: 10px; background: #57ba7e; } div.pre-title h1, div.pre-title h2, div.pre-title h3, div.pre-title h4, div.pre-title h5, div.pre-title h6 { font-size: 24px; color: #000; font-weight: 900; margin-bottom: 0; } @media only screen and (max-width: 800px) { div.pre-title h1, div.pre-title h2, div.pre-title h3, div.pre-title h4, div.pre-title h5, div.pre-title h6 { font-size: 18px; } } div.pre-title p { font-size: 14px; padding-top: 7px; color: #6E7A8A; line-height: 22px; text-align: center; } #menus > ul { display: none; } html, body { height: 100%; } #site-content { position: relative; z-index: 1; } #sidemenu { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.7); z-index: -1; overflow: hidden; opacity: 0; -webkit-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; } #sidemenu > div { width: 290px; background: #fff; border-radius: 20px 0 0 20px; height: 100%; overflow: auto; position: relative; right: -290px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-transition-delay: .4s; -o-transition-delay: .4s; transition-delay: .4s; } #sidemenu > div #slogo { color: #fff; padding: 36px 40px 61px; } #sidemenu > div #slogo a { color: #fff; font-weight: bold; font-family: tahoma; font-size: 28px; } #sidemenu > div #slogo a i { color: #57ba7e; font-size: 40px; position: relative; top: 4px; } #sidemenu > div div.login { padding: 0px 20px; min-height: 120px; } #sidemenu > div div.login .active a { color: #fff; } #sidemenu > div .user-prfile { text-align: center; margin-bottom: 69px; } @media only screen and (max-height: 800px) { #sidemenu > div .user-prfile { margin-bottom: 25px; } } #sidemenu > div .user-prfile .avatar { margin-bottom: 21px; } #sidemenu > div .user-prfile .avatar .img { width: 64px; height: 64px; margin: 0 auto; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } #sidemenu > div .user-prfile .name { font-size: 16px; margin-bottom: 9px; line-height: 20px; } #sidemenu > div .user-prfile .go-dashboard { display: inline-block; color: #fff; width: 140px; height: 48px; line-height: 48px; border-radius: 24px; font-weight: bold; background: #5e57ba; } #sidemenu > div #smenu { padding: 20px 23px 50px; min-height: calc(100vh - 520px); box-sizing: border-box; } #sidemenu > div #smenu > ul > li { line-height: 66px; position: relative; } #sidemenu > div #smenu > ul > li svg { position: absolute; color: #bcbfc3; left: 0; top: 15px; width: 15px; font-size: 8px; cursor: pointer; text-align: center; z-index: 2; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #sidemenu > div #smenu > ul > li svg:hover { color: #57ba7e; } #sidemenu > div #smenu > ul > li svg.active { -webkit-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } #sidemenu > div #smenu > ul > li > a { color: #000; display: block; font-size: 16px; border-bottom: 1px solid #F4F5FA; padding: 0 20px; } #sidemenu > div #smenu > ul > li > a:hover { color: #57ba7e; } #sidemenu > div #smenu > ul > li ul { margin-right: 10px; display: none; } #sidemenu > div #smenu > ul > li ul > li { line-height: 50px; position: relative; } #sidemenu > div #smenu > ul > li ul > li svg { position: absolute; color: #bcbfc3; left: 0; width: 15px; font-size: 8px; cursor: pointer; text-align: center; z-index: 2; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #sidemenu > div #smenu > ul > li ul > li svg:hover { color: #57ba7e; } #sidemenu > div #smenu > ul > li ul > li > a { color: #000; display: block; border-bottom: 1px solid #F4F5FA; padding: 0 20px; } #sidemenu > div #smenu > ul > li ul > li > a:hover { color: #57ba7e; } #sidemenu > div #smenu > ul > li ul > li.active > a { color: #57ba7e; } #sidemenu > div #smenu > ul > li.active > a { color: #57ba7e; } #sidemenu > div #side-choose-lang { margin-top: 5px; position: relative; margin: 5px 23px 10px; } #sidemenu > div #side-choose-lang div.top { height: 45px; background: #F5FAFF; border-radius: 27px; position: relative; z-index: 2; } #sidemenu > div #side-choose-lang div.top .choosen { display: block; line-height: 45px; cursor: pointer; padding: 0 11px; color: #000; } #sidemenu > div #side-choose-lang div.top .choosen span { display: inline-block; vertical-align: middle; } #sidemenu > div #side-choose-lang div.top .choosen span.flag { margin-left: 16px; width: 24px; } #sidemenu > div #side-choose-lang div.top:after { content: ""; width: 10px; height: 6px; background: url(images/downl.svg); position: absolute; left: 15px; top: 19px; } #sidemenu > div #side-choose-lang .drop { position: absolute; background: #fff; right: 0; left: 0; top: 0; display: none; padding: 50px 20px 15px; border-radius: 22px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } #sidemenu > div #side-choose-lang .drop li { line-height: 24px; padding: 15px 0 0; } #sidemenu > div #side-choose-lang .drop li a { color: #000; } #sidemenu > div #side-choose-lang .drop li a:hover { color: #57ba7e; } #sidemenu > div #side-choose-lang .drop li a span { display: inline-block; vertical-align: middle; } #sidemenu > div #side-choose-lang .drop li a span.flag { margin-left: 16px; width: 24px; } #sidemenu > div .side-support { text-align: center; margin-bottom: 45px; } #sidemenu > div .side-support span { display: inline-block; vertical-align: middle; font-size: 16px; line-height: 35px; color: #000; } #sidemenu > div .side-support span.icon { width: 35px; height: 35px; line-height: 35px; background: #ecf2fd; border-radius: 15px; margin-left: 5px; } #sidemenu > div .side-support span.number { margin-right: 10px; padding: 0 18px; font-size: 14px; background: #ecf2fd; border-radius: 16px; direction: ltr; } .out2 #sidemenu > div { right: -290px !important; } .out #site-content { position: fixed; width: 100%; top: 0; } .out #sidemenu { display: block; opacity: 1; z-index: 2; } .out #sidemenu > div { right: 0; } .rows { background: #fff; } #header.fixed { position: fixed; top: 0; animation-name: fadeIn; animation-duration: .4s; padding: 10px 0 15px; border-radius: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); z-index: 200; } @keyframes fadeIn { 0% { opacity: 0; transform: translateY(-20%); } 100% { opacity: 1; transform: translateY(0); } } #header { background: #5e57ba; padding: 20px 0 31px; border-radius: 0px 0px 40px 40px; position: relative; z-index: 2; } @media only screen and (max-width: 800px) { #header { padding-bottom: 10px; } } #header #logo { float: right; } #header #mainmenu { float: right; padding-top: 18px; } #header #mainmenu > ul > li { float: right; margin-left: 16px; position: relative; } #header #mainmenu > ul > li > a { font-size: 16px; color: #F6F7FC; } #header #mainmenu > ul > li > a:hover { color: #57ba7e; } #header #mainmenu > ul > li.active > a { color: #57ba7e; } #header #mainmenu > ul > li > ul { -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); position: absolute; background: #fff; right: 0; width: 250px; display: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; } #header #mainmenu > ul > li > ul li { line-height: 50px; border-bottom: 1px solid #edf0f3; position: relative; } #header #mainmenu > ul > li > ul li a { display: block; font-size: 14px; padding: 0 20px; } #header #mainmenu > ul > li > ul li:last-child { border-bottom: none; } #header #mainmenu > ul > li > ul li ul { position: absolute; background: #fff; right: 250px; top: 0; width: 250px; -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); display: none; -webkit-border-radius: 8px; -moz-border-radius: 8px; -ms-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; } #header #mainmenu > ul > li > ul li:hover > ul { display: block; animation-name: fadeInUp; animation-duration: .4s; } #header #mainmenu > ul > li > ul li.parent > a:after { font-family: "fontello"; content: '⏴'; font-size: 18px; position: absolute; left: 15px; top: 0px; } #header #mainmenu > ul > li:hover > ul { display: block; animation-name: fadeInUp; animation-duration: .4s; } #header #mainmenu > ul > li.parent > a:after { content: '⏷'; font-size: 14px; margin-right: 6px; } @media only screen and (max-width: 800px) { #header #mainmenu { display: none; } } #header div.login { float: left; padding-top: 18px; position: relative; } #header div.login a { display: block; font-size: 16px; font-weight: bold; color: #fff; } #header div.login a .icon { color: #E3E7FF; margin-left: 8px; } #header div.login a:hover { color: #57ba7e; } #header div.login a:hover .icon { color: #57ba7e; } @media only screen and (max-width: 800px) { #header div.login { display: none; } } #header div.login div.drop { position: absolute; background: #FFFFFF; box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); border-radius: 20px; width: 208px; min-height: 100px; top: 90px; left: 0; opacity: 0; transition: all .3s; visibility: hidden; } #header div.login div.drop .drop-container { padding: 20px 30px; position: relative; z-index: 2; border-radius: 40px; background: #fff; } #header div.login div.drop a { color: #171725; display: block; font-size: 14px; font-weight: normal; line-height: 35px; } #header div.login div.drop a .icon { color: #5e57ba; } #header div.login div.drop:before { content: ""; width: 48px; height: 48px; background: #fff; position: absolute; transform: rotate(45deg); left: 50%; margin-left: -24px; top: -4px; z-index: -1; box-shadow: 0 0 4px rgba(64, 100, 155, 0.08); border-radius: 5px; } #header div.login:hover .drop { opacity: 1; display: block; visibility: visible; top: 68px; z-index: 4; } #header #header-choose-lang { float: left; margin-left: 45px; margin-top: 12px; position: relative; } #header #header-choose-lang div.top { width: 130px; height: 40px; background: #F5FAFF; border-radius: 27px; position: relative; z-index: 2; } #header #header-choose-lang div.top .choosen { display: block; line-height: 40px; cursor: pointer; padding: 0 11px; color: #000; } #header #header-choose-lang div.top .choosen span { display: inline-block; vertical-align: middle; } #header #header-choose-lang div.top .choosen span.flag { margin-left: 16px; width: 24px; } #header #header-choose-lang div.top:after { content: ""; width: 10px; height: 6px; background: url(images/downl.svg); position: absolute; left: 15px; top: 19px; } #header #header-choose-lang .drop { position: absolute; background: #fff; right: 0; left: 0; top: 0; display: none; padding: 50px 20px 15px; border-radius: 22px; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); } #header #header-choose-lang .drop li { line-height: 24px; padding: 15px 0 0; } #header #header-choose-lang .drop li a { color: #000; } #header #header-choose-lang .drop li a:hover { color: #57ba7e; } #header #header-choose-lang .drop li a span { display: inline-block; vertical-align: middle; } #header #header-choose-lang .drop li a span.flag { margin-left: 16px; width: 24px; } #header #mmenu { display: none; } @media only screen and (max-width: 1020px) { #header.desk { display: none; } } #header.mob { display: none; padding-bottom: 27px !important; } #header.mob #logo { position: absolute; right: 50%; top: 19px; transform: translateX(50%); } #header.mob #mmenu { margin-top: 7px; float: right; cursor: pointer; display: block; } #header.mob div.login { padding-top: 5px; display: block !important; } #header.mob div.login .icon { margin-left: 0; } #header.mob div.login.active .drop { top: 45px; } #header.mob div.login.active .drop:before { display: none; } @media only screen and (max-width: 1020px) { #header.mob { display: block; } } #filters { position: relative; padding: 33px 0 7px; margin-bottom: 30px; } #filters::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: -40px; background: #fff; border-radius: 0 0 40px 40px; } #filters .filters { position: relative; z-index: 3; display: table; margin-bottom: 27px; width: 100%; } #filters .filters .view-commwnt { height: 60px; border-radius: 30px; background: #5e57ba; color: #fff; font-size: 12px; font-weight: bold; text-align: center; line-height: 60px; display: none; width: 100%; border: none; transition: all .3s; } #filters .filters .view-commwnt:hover { background: #47419d; } #filters .filters > div { display: table-row; } @media only screen and (max-width: 1300px) { #filters .filters > div { display: block; } } @media only screen and (max-width: 1020px) { #filters .filters { position: fixed; right: -310px; top: 0; bottom: 0; width: 220px; margin-bottom: 0; padding: 40px 30px; background: #fff; display: block; overflow: auto; border-radius: 40px 0 0 40px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); transition: all .3s; } #filters .filters .sfilter { width: auto !important; float: none; height: auto; background: none !important; border-bottom: 1px solid #f4f5fa; border-radius: 0 !important; } #filters .filters .sfilter .drop-value { height: 78px !important; line-height: 78px !important; } #filters .filters .sfilter .drop-value span.icon { width: 35px; height: 35px; line-height: 35px; background: #ECF2FD; border-radius: 15px; display: inline-block; vertical-align: middle; text-align: center; } #filters .filters .sfilter.drop-filter .drop { position: static; max-height: 0; overflow: hidden; transition: all .4s; opacity: 1; min-height: unset; visibility: visible; width: auto !important; background: none; box-shadow: none; } #filters .filters .sfilter.drop-filter .drop:before { display: none; } #filters .filters .sfilter.drop-filter .drop .drop-container { padding: 20px 10px; } #filters .filters .sfilter.drop-filter.active .drop { overflow: visible; max-height: 360px; } #filters .filters .sfilter.trial { background: #f5faff !important; border-radius: 25px !important; border: none; padding-right: 29px; margin-top: 15px; } #filters .filters .sfilter.trial .icon { display: none; } #filters .filters .sfilter.native { position: absolute; bottom: 0; left: 0; right: 0; background: #f5faff !important; border-radius: 25px !important; border: none; } #filters .filters .sfilter.native .show-for-mobile { display: inline-block !important; } #filters .filters .sfilter.native .show-for-desktop { display: none; } #filters .filters .sfilter.level .drop-container label { font-size: 14px !important; } #filters .filters > div { position: relative; padding-bottom: 65px; margin-bottom: 20px; } #filters .filters .view-commwnt { display: block !important; } #filters .filters.active { right: 0; } } #filters .sfilter { display: table-cell; position: relative; background: #f5faff; border-left: 2px solid #fff; height: 48px; vertical-align: middle; } @media only screen and (max-width: 1300px) { #filters .sfilter { display: block; float: right; width: 20% !important; box-sizing: border-box; border-bottom: 2px solid #fff; } } @media only screen and (max-width: 1020px) { #filters .sfilter { width: 50% !important; } } #filters .sfilter:first-child { border-radius: 0 24px 24px 0; } @media only screen and (max-width: 1300px) { #filters .sfilter:first-child .drop { transform: translate(0) !important; } } #filters .sfilter:last-child { border-radius: 24px 0 0 24px; } @media only screen and (max-width: 1020px) { #filters .sfilter:last-child { border-radius: 24px; } } #filters .sfilter span.icon { margin-right: 16px; margin-left: 15px; } #filters .sfilter span.text { font-size: 16px; color: #000; } #filters .sfilter span.drop-icon { float: left; margin-left: 14px; } #filters .sfilter .check-toggle { float: left; margin-left: 14px; margin-top: 4px; } #filters .sfilter .check-toggle label span { background: #f5faff; } #filters .sfilter.trial { width: 233px; line-height: 48px; } #filters .sfilter.trial .check-toggle { margin-top: 14px; } @media only screen and (max-width: 1300px) { #filters .sfilter.trial { width: 40% !important; } } @media only screen and (max-width: 1020px) { #filters .sfilter.trial { width: 100% !important; } } #filters .sfilter.native { width: 188px; line-height: 48px; } #filters .sfilter.native .check-toggle { margin-top: 14px; } #filters .sfilter.native span.text { margin-right: 16px; } @media only screen and (max-width: 1020px) { #filters .sfilter.native { border-radius: 24px 0 0 24px; } } #filters .sfilter.drop-filter .drop-value { height: 48px; line-height: 48px; cursor: pointer; } #filters .sfilter.drop-filter .drop { position: absolute; background: #FFFFFF; box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); border-radius: 40px; width: 278px; min-height: 100px; top: 90px; right: 0; transform: translateX(20%); opacity: 0; transition: all .3s; visibility: hidden; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter .drop { transform: translateX(0%) !important; right: 0 !important; left: inherit !important; } } #filters .sfilter.drop-filter .drop:before { content: ""; width: 48px; height: 48px; background: #fff; position: absolute; transform: rotate(45deg); left: 50%; margin-left: -24px; top: -7px; z-index: -1; box-shadow: 0 0 4px rgba(64, 100, 155, 0.08); border-radius: 5px; } #filters .sfilter.drop-filter .drop .drop-container { padding: 20px 30px; position: relative; z-index: 2; border-radius: 40px; background: #fff; } #filters .sfilter.drop-filter.active .drop { opacity: 1; display: block; visibility: visible; top: 68px; z-index: 4; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.price { border-radius: 0 24px 24px 0; } } #filters .sfilter.drop-filter.price .drop { direction: ltr; width: 324px; } @media only screen and (max-width: 600px) { #filters .sfilter.drop-filter.price .drop { width: 300px; } } #filters .sfilter.drop-filter.price .drop-container h4 { font-size: 14px; color: #303030; text-align: center; margin-bottom: 32px; } #filters .sfilter.drop-filter.price .noUi-horizontal { height: 4px; border: none; background: #f7f7fa; } #filters .sfilter.drop-filter.price .noUi-connect { background: #0eb582; } #filters .sfilter.drop-filter.price #priceslider { margin: 0 40px 20px; } #filters .sfilter.drop-filter.price .noUi-handle { width: 12px; height: 12px; background: #fff; border: 5px solid #0eb582; border-radius: 50%; box-sizing: initial; box-shadow: none; top: -9px; transform: translateX(-6px); } #filters .sfilter.drop-filter.price .noUi-handle:before, #filters .sfilter.drop-filter.price .noUi-handle:after { display: none; } #filters .sfilter.drop-filter.price .price-values { height: 38px; margin-bottom: 11px; } #filters .sfilter.drop-filter.price .price-values .min, #filters .sfilter.drop-filter.price .price-values .max { direction: rtl; width: 92px; background: #ECF2FD; border-radius: 15px; height: 38px; line-height: 38px; color: #92929d; text-align: center; position: relative; } #filters .sfilter.drop-filter.price .price-values .min:before, #filters .sfilter.drop-filter.price .price-values .max:before { content: ""; width: 16px; height: 16px; border-radius: 5px; background: #ECF2FD; transform: rotate(45deg); position: absolute; left: 50%; top: -5px; margin-left: -8px; } #filters .sfilter.drop-filter.price .price-values .min .text, #filters .sfilter.drop-filter.price .price-values .max .text { font-size: 10px; margin-right: 5px; color: #92929d; } #filters .sfilter.drop-filter.price .price-values .min { float: right; } #filters .sfilter.drop-filter.price .price-values .max { float: left; } #filters .sfilter.drop-filter.price .avrage { text-align: center; color: #646464; direction: rtl; } #filters .sfilter.drop-filter.price .avrage span { display: inline-block; vertical-align: middle; } #filters .sfilter.drop-filter.price .avrage span.num { font-size: 20px; font-weight: bold; color: #171725; } #filters .sfilter.drop-filter.price .avrage span.tom { color: #92929d; } #filters .sfilter.drop-filter.lang .search-op { height: 40px; position: relative; background: #ecf2fd; border-radius: 15px; padding: 0 15px 0 38px; margin-bottom: 15px; } #filters .sfilter.drop-filter.lang .search-op input { width: 100%; height: 40px; line-height: 40px; border: none; background: none; padding: 0; color: #273C66; } #filters .sfilter.drop-filter.lang .search-op span { position: absolute; left: 13px; top: 8px; } #filters .sfilter.drop-filter.lang .drop-options { max-height: 220px; overflow: auto; } #filters .sfilter.drop-filter.lang .drop-option { overflow: hidden; margin-bottom: 9px; } #filters .sfilter.drop-filter.lang .drop-option label { padding: 10px 18px; border-radius: 10px; border: 1px solid transparent; } #filters .sfilter.drop-filter.lang .drop-option input:checked ~ label { border: 1px solid #57ba7e; } #filters .sfilter.drop-filter.lang .drop-option .right { width: 24px; float: right; } #filters .sfilter.drop-filter.lang .drop-option .right img { border-radius: 50%; } #filters .sfilter.drop-filter.lang .drop-option .left { margin-right: 38px; } #filters .sfilter.drop-filter.lang .drop-option .left span { display: block; line-height: 1; color: #171725; } #filters .sfilter.drop-filter.lang .drop-option .left span.top { font-weight: 700; } #filters .sfilter.drop-filter.lang .drop-option .left span.bot { font-size: 10px; font-family: 'Open Sans'; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.sex { border-radius: 24px 0 0 24px; } } @media only screen and (max-width: 600px) { #filters .sfilter.drop-filter.sex .drop { right: inherit !important; left: 0 !important; } } #filters .sfilter.drop-filter.sex .drop-container { padding: 40px 30px; } #filters .sfilter.drop-filter.sex h4 { margin-bottom: 30px; } #filters .sfilter.drop-filter.sex .gender { height: 35px; padding: 5px; background: #ecf2fd; border-radius: 15px; text-align: center; } #filters .sfilter.drop-filter.sex .gender li { float: right; width: 33.333%; } #filters .sfilter.drop-filter.sex .gender li label { display: block; line-height: 35px; border-radius: 10px; color: #696974; } #filters .sfilter.drop-filter.sex .gender li input:checked ~ label { color: #fff; background: #5e57ba; } @media only screen and (max-width: 1300px) { #filters .sfilter.drop-filter.level { border-radius: 24px 0 0 24px; } #filters .sfilter.drop-filter.level .drop { transform: translate(0) !important; right: inherit !important; left: 0 !important; } } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.level { border-radius: 0 24px 24px 0; } } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.level .drop { transform: translateX(0%) !important; right: 0 !important; left: inherit !important; } } #filters .sfilter.drop-filter.level .drop-container { direction: ltr; } #filters .sfilter.drop-filter.level .drop-container h4 { margin-bottom: 30px; direction: rtl; } #filters .sfilter.drop-filter.level .drop-container label { margin-bottom: 20px; position: relative; padding-left: 54px; font-size: 16px; font-weight: bold; color: #143861; font-family: 'Open Sans'; } #filters .sfilter.drop-filter.level .drop-container label:before { content: ""; width: 22px; height: 22px; border: 2px solid #D3E0F6; border-radius: 10px; position: absolute; left: 14px; top: 0px; } #filters .sfilter.drop-filter.level .drop-container input:checked ~ label:before { background: #57ba7e; border-color: #57ba7e; } #filters .sfilter.drop-filter.level .drop-container input:checked ~ label:after { content: ""; width: 22px; height: 22px; background: url('images/tick.svg') center center no-repeat; position: absolute; left: 16px; top: 2px; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.expert { border-radius: 24px 0 0 24px; } } @media only screen and (max-width: 600px) { #filters .sfilter.drop-filter.expert .drop { right: inherit !important; left: 0 !important; } } #filters .sfilter.drop-filter.expert .drop-container { direction: ltr; padding-top: 40px; padding-bottom: 10px; } #filters .sfilter.drop-filter.expert .drop-container h4 { margin-bottom: 30px; direction: rtl; } #filters .sfilter.drop-filter.expert .drop-container label { margin-bottom: 35px; position: relative; padding-left: 54px; font-size: 16px; font-weight: bold; color: #143861; font-family: 'Open Sans'; } #filters .sfilter.drop-filter.expert .drop-container label span { display: block; line-height: 1; } #filters .sfilter.drop-filter.expert .drop-container label span.top { margin-bottom: 5px; } #filters .sfilter.drop-filter.expert .drop-container label span.bot { font-size: 12px; color: #899BB0; font-weight: normal; } #filters .sfilter.drop-filter.expert .drop-container label:before { content: ""; width: 22px; height: 22px; border: 2px solid #D3E0F6; border-radius: 10px; position: absolute; left: 14px; top: 6px; } #filters .sfilter.drop-filter.expert .drop-container input:checked ~ label:before { background: #57ba7e; border-color: #57ba7e; } #filters .sfilter.drop-filter.expert .drop-container input:checked ~ label:after { content: ""; width: 22px; height: 22px; background: url('images/tick.svg') center center no-repeat; position: absolute; left: 16px; top: 8px; } #filters .sfilter.drop-filter.expert .drop-container .search-op { height: 40px; position: relative; background: #ecf2fd; border-radius: 15px; padding: 0 38px 0 15px; margin-bottom: 25px; } #filters .sfilter.drop-filter.expert .drop-container .search-op input { width: 100%; height: 40px; line-height: 40px; border: none; background: none; padding: 0; font-family: 'Open Sans'; color: #273C66; } #filters .sfilter.drop-filter.expert .drop-container .search-op span { position: absolute; right: 13px; top: 8px; } @media only screen and (max-width: 1300px) { #filters .sfilter.drop-filter.day { border-radius: 0 24px 24px 0; } #filters .sfilter.drop-filter.day .drop { transform: translate(0) !important; } } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.day { border-radius: 24px 0 0 24px; } } @media only screen and (max-width: 600px) { #filters .sfilter.drop-filter.day .drop { right: inherit !important; left: 0 !important; } } #filters .sfilter.drop-filter.day .drop-container { padding: 40px 40px 25px; overflow: hidden; } #filters .sfilter.drop-filter.day h4 { margin-bottom: 30px; } #filters .sfilter.drop-filter.day ul li { float: right; } #filters .sfilter.drop-filter.day ul li:nth-child(even) { float: left; } #filters .sfilter.drop-filter.day ul li label { width: 90px; height: 97px; border: 1px dashed #F1F1F5; border-radius: 20px; margin-bottom: 15px; text-align: center; } #filters .sfilter.drop-filter.day ul li label span.icon { display: block; width: 43px; height: 43px; line-height: 43px; border: 1px solid #eff2f6; border-radius: 50%; margin: 20px auto 5px; color: #00315b; } #filters .sfilter.drop-filter.day ul li label span.text { font-size: 12px; color: #899BB0; } #filters .sfilter.drop-filter.day ul li input:checked ~ label { border-color: transparent; box-shadow: -9px 10px 25px rgba(35, 87, 145, 0.11); } #filters .sfilter.drop-filter.day ul li input:checked ~ label span.icon { background: #5e57ba; border-color: #5e57ba; color: #fff; } @media only screen and (max-width: 1020px) { #filters .sfilter.drop-filter.time { border-radius: 0 24px 24px 0; } } #filters .applied-filters { position: relative; z-index: 2; } #filters .applied-filters h4 { display: inline-block; margin-bottom: 10px; font-weight: normal; color: #303030; line-height: 36px; margin-left: 9px; } #filters .applied-filters h4 span.icon { margin-left: 4px; } #filters .applied-filters .show-filter { float: left; display: none; } @media only screen and (max-width: 1020px) { #filters .applied-filters .show-filter { display: block; } } #filters .applied-filters .show-filter .cancel { height: 40px; line-height: 40px; cursor: pointer; } #filters .applied-filters ul { display: inline-block; } #filters .applied-filters ul li { display: inline-block; line-height: 34px; border: 1px solid #ECF2FD; border-radius: 16px; margin-bottom: 10px; padding: 0 10px; margin-left: 8px; } #filters .applied-filters ul li span { display: inline-block; vertical-align: middle; } #filters .applied-filters ul li span.remove { cursor: pointer; width: 16px; height: 16px; line-height: 16px; text-align: center; border-radius: 50%; background: #d3d3d8; transition: all .3s; margin-left: 4px; } #filters .applied-filters ul li span.remove:hover { background: red; } #footer { line-height: 30px; color: #778498; position: relative; } #footer .back-top { width: 100px; height: 100px; background: #F5FAFF; border-radius: 32px; position: absolute; left: 50%; margin-left: -50px; top: -50px; text-align: center; cursor: pointer; } #footer .back-top:after, #footer .back-top:before { content: ""; width: 15px; height: 20px; position: absolute; top: 50px; } #footer .back-top:after { background: url('images/ltop.png'); left: -15px; } #footer .back-top:before { background: url('images/rtop.png'); right: -15px; } #footer .back-top span { display: block; } #footer .back-top span.icon { padding-top: 15px; margin-bottom: 10px; } #footer .back-top span.text { font-size: 18px; color: #1E2530; } #footer .fullcontainer > div { overflow: hidden; background: #fff; padding: 120px 50px 37px; border-radius: 58px; } @media only screen and (max-width: 1300px) { #footer .fullcontainer > div { padding: 80px 20px 30px; } } #footer .foot-title { margin-bottom: 28px; } #footer .foot-title h4 { color: #000; font-weight: 900; margin-bottom: 0; font-size: 14px; } #footer .foot-title h4:after { content: ""; width: 50px; height: 4px; background: rgba(146, 146, 157, 0.22); border-radius: 3px; display: block; margin-top: 1px; } #footer div.menu { margin-bottom: 20px; } #footer div.menu ul li { line-height: 28px; margin-bottom: 10px; } #footer div.menu ul li a { color: #778498; display: block; } #footer div.menu ul li a:hover { color: #57ba7e; } #footer .namads .namad, #footer .namads .saman { text-align: center; background: #F5FAFF; border-radius: 40px; height: 207px; line-height: 207px; float: right; width: 47%; margin-left: 6%; } #footer .namads .namad a, #footer .namads .saman a, #footer .namads .namad img, #footer .namads .saman img { display: inline-block; vertical-align: middle; } @media only screen and (max-width: 1300px) { #footer .namads .namad, #footer .namads .saman { line-height: 150px; min-height: 150px; height: 150px; } } #footer .namads .saman { margin-left: 0; } #footer .foot-about { margin-bottom: 20px; } #footer .foot-about .logo { margin-bottom: 21px; } #footer .foot-about .logo a { display: inline-block; } #footer .foot-about .contact span.text { display: block; margin-bottom: 17px; } #footer .foot-about .phone { margin-bottom: 47px; } #footer .foot-about .phone span { display: inline-block; vertical-align: middle; } #footer .foot-about .phone span.icon { padding: 0 3px 0 7px; } #footer .foot-about .phone span.num { color: #171725; font-weight: bold; margin-right: 9px; } #footer .foot-about .social span { display: block; margin-bottom: 22px; } #footer .foot-about .social ul li { display: inline-block; vertical-align: middle; margin-left: 7px; } #footer .foot-about .social ul li a { background: #F1F5FB; border-radius: 16px; text-align: center; width: 40px; line-height: 40px; height: 40px; display: block; color: #92929d; } #footer .foot-about .social ul li a:hover { background: #5e57ba; color: #fff; } @media only screen and (max-width: 1300px) { #footer .foot-about { text-align: center; margin-bottom: 40px; } #footer .foot-about .logo { margin-bottom: 10px; } #footer .foot-about .contact span.text { margin-bottom: 10px; } #footer .foot-about .phone { margin-bottom: 20px; } } #copyright { line-height: 40px; padding: 20px 0 20px; } #copyright p { margin: 0; color: #778498; text-align: center; } #search-ordering { margin-bottom: 30px; } .search-ordering { background: #fff; border-radius: 30px; overflow: hidden; } .search-ordering form.search { border-left: 2px solid #eef4fb; height: 70px; position: relative; padding: 0 78px 0 15px; } @media only screen and (max-width: 1020px) { .search-ordering form.search { border-left: none; border-bottom: 2px solid #eef4fb; margin: 0 15px; } } @media only screen and (max-width: 600px) { .search-ordering form.search { padding-right: 60px; } } .search-ordering form.search button { border: none; background: none; width: 70px; height: 70px; text-align: center; line-height: 70px; position: absolute; right: 20px; top: 0; color: #5e57ba; } .search-ordering form.search button:hover { color: #57ba7e; } @media only screen and (max-width: 600px) { .search-ordering form.search button { right: 0; } } .search-ordering form.search input { padding: 0; width: 100%; background: none; border: none; line-height: 70px; color: #171725; } .search-ordering .ordering { padding: 10px 32px 10px 17px; line-height: 50px; } @media only screen and (max-width: 1300px) { .search-ordering .ordering { padding: 10px 15px; overflow: hidden; } } .search-ordering .ordering h4 { float: right; font-size: 16px; color: #92929d; font-weight: 400; margin-bottom: 0; } .search-ordering .ordering h4 span { display: inline-block; } .search-ordering .ordering h4 span.icon { margin-left: 9px; } .search-ordering .ordering form { float: left; } .search-ordering .ordering form ul { float: right; } .search-ordering .ordering form ul li { display: inline-block; margin-right: 7px; line-height: 41px; } @media only screen and (max-width: 800px) { .search-ordering .ordering form ul li { margin-right: 0; } } .search-ordering .ordering form ul li label { width: 80px; border-radius: 14px; color: #696974; text-align: center; } .search-ordering .ordering form ul li label:hover { color: #57ba7e; } @media only screen and (max-width: 1300px) { .search-ordering .ordering form ul li label { width: auto; padding: 0 15px; } } @media only screen and (max-width: 1300px) { .search-ordering .ordering form ul li label { width: auto; padding: 0 10px; } } .search-ordering .ordering form ul li input:checked ~ label { background: #5e57ba; color: #fff; } .search-ordering .ordering form .lbtn { float: left; margin-right: 30px; } @media only screen and (max-width: 1300px) { .search-ordering .ordering form .lbtn { margin-right: 15px; padding: 0 20px; } } @media only screen and (max-width: 600px) { .search-ordering .ordering form .lbtn { float: none; padding: 0; width: 100%; margin: 10px 0; } } .page-404 { background: #fff; border-radius: 40px; margin-bottom: 65px; padding: 45px 204px 50px; } @media only screen and (max-width: 1020px) { .page-404 { padding: 35px; } } @media only screen and (max-width: 600px) { .page-404 { padding: 25px; } } .page-404 div.img { text-align: center; margin-bottom: 23px; } .page-404 div.img img { display: inline-block; } .page-404 h2 { font-weight: 900; font-size: 24px; line-height: 37px; margin-bottom: 5px; } .page-404 p { font-size: 16px; margin-bottom: 22px; } .page-404 ul.circle { margin-bottom: 64px; } @media only screen and (max-width: 1020px) { .page-404 ul.circle { margin-bottom: 30px; } } @media only screen and (max-width: 600px) { .page-404 ul.circle { margin-bottom: 20px; } } .calltoaction { background: #FFFFFF; border-radius: 40px; margin-bottom: 30px; overflow: hidden; } .calltoaction div.left { width: 20%; float: left; text-align: left; padding: 45px 47px 43px; } .calltoaction div.left .more { display: inline-block; line-height: 50px; background: #FFE8D1; border-radius: 20px; color: #171725; padding: 0 22px 0 14px; transition: all .3s; } .calltoaction div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #FF974A; color: #fff; border-radius: 10px; margin-right: 18px; } .calltoaction div.left .more:hover { background: #ffcf9e; } @media only screen and (max-width: 1020px) { .calltoaction div.left { float: none; width: auto; text-align: center; padding: 0 30px 30px; } } .calltoaction div.right { width: 70%; float: right; } .calltoaction div.right div.img { float: right; width: 154px; padding: 16px 26px; } @media only screen and (max-width: 600px) { .calltoaction div.right div.img { float: none; margin: 0 auto; } } .calltoaction div.right div.info { margin-right: 290px; padding: 30px 0 15px; } @media only screen and (max-width: 1300px) { .calltoaction div.right div.info { margin-right: 200px; } } @media only screen and (max-width: 600px) { .calltoaction div.right div.info { margin-right: 00px; padding: 0px; } } .calltoaction div.right div.info h3 { color: #343440; font-size: 24px; margin-bottom: 4px; } .calltoaction div.right div.info p { font-size: 14px; color: #51515C; } @media only screen and (max-width: 1020px) { .calltoaction div.right { float: none; width: auto; padding: 15px 15px 0; } } .single-teacher { margin-bottom: 30px; } .single-teacher .row { margin: 0 -11px; } @media only screen and (max-width: 900px) { .single-teacher .row { margin: 0 -10px; } } .single-teacher .row .col-lg-4 > div, .single-teacher .row .col-lg-8 > div { margin: 0 11px; } @media only screen and (max-width: 900px) { .single-teacher .row .col-lg-4 > div, .single-teacher .row .col-lg-8 > div { margin: 0 10px; } } .single-teacher .teacher-info { background: #fff; border-radius: 40px; margin-bottom: 30px; padding: 30px 40px 19px 30px; display: table; width: 100%; box-sizing: border-box; position: relative; } .single-teacher .teacher-info:before { content: ""; width: 50px; height: 50px; background: #F5FAFF; border-radius: 50%; position: absolute; top: 50%; margin-top: -25px; left: -36px; } @media only screen and (max-width: 1300px) { .single-teacher .teacher-info:before { display: none; } } @media only screen and (max-width: 800px) { .single-teacher .teacher-info { padding: 20px 15px; } } .single-teacher .teacher-info .avatar { display: table-cell; vertical-align: top; width: 132px; } .single-teacher .teacher-info .avatar div.img { position: relative; margin-bottom: 18px; } .single-teacher .teacher-info .avatar div.img img { border-radius: 42px; border: 3px solid #F2F6FC; } .single-teacher .teacher-info .avatar div.img .online { width: 10px; height: 10px; background: #0EB582; border: 4px solid #F2F6FC; border-radius: 50%; position: absolute; bottom: 8px; right: 2px; } .single-teacher .teacher-info .avatar .name { margin-bottom: 15px; } .single-teacher .teacher-info .avatar .name h4 { text-align: center; font-size: 18px; margin-bottom: 0; } .single-teacher .teacher-info .avatar .stat { text-align: center; color: #92929D; margin-bottom: 10px; } @media only screen and (max-width: 800px) { .single-teacher .teacher-info .avatar { display: block; width: auto; overflow: hidden; text-align: right; margin-bottom: 30px; } .single-teacher .teacher-info .avatar div.img { width: 100px; float: right; } .single-teacher .teacher-info .avatar .name { margin-right: 120px; } .single-teacher .teacher-info .avatar .name h4 { text-align: right; } .single-teacher .teacher-info .avatar div.rate { margin-right: 120px; text-align: right; } .single-teacher .teacher-info .avatar .stat { margin-right: 120px; text-align: right; } } .single-teacher .teacher-info .lang-expers { display: table-cell; vertical-align: top; padding-right: 69px; padding-top: 4px; } .single-teacher .teacher-info .lang-expers .options { line-height: 24px; position: relative; margin-bottom: 45px; } .single-teacher .teacher-info .lang-expers .options:before { content: ""; top: 0; bottom: 0; right: -25px; position: absolute; border-right: 1px dashed #ededef; } .single-teacher .teacher-info .lang-expers .options li { margin-bottom: 8px; } .single-teacher .teacher-info .lang-expers .options li span { display: inline-block; } .single-teacher .teacher-info .lang-expers .options li span.title { width: 110px; color: #92929d; } .single-teacher .teacher-info .lang-expers .options li span.val { color: #171725; } .single-teacher .teacher-info .lang-expers .buttons ul { display: inline-block; vertical-align: middle; } .single-teacher .teacher-info .lang-expers .buttons ul li { display: inline-block; vertical-align: middle; margin-left: 7px; } .single-teacher .teacher-info .lang-expers .buttons ul li button, .single-teacher .teacher-info .lang-expers .buttons ul li a, .single-teacher .teacher-info .lang-expers .buttons ul li span { display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; box-sizing: border-box; border: 1px solid #E2E2EA; border-radius: 14px; padding: 0; background: none; } .single-teacher .teacher-info .lang-expers .buttons .trial { display: inline-block; vertical-align: middle; color: #92929D; margin-right: 22px; } .single-teacher .teacher-info .lang-expers .buttons .trial span { display: inline-block; vertical-align: middle; } .single-teacher .teacher-info .lang-expers .buttons .trial span.val { line-height: 22px; height: 22px; padding: 0 11px; background: #57BA7E; border: 4px solid #e3f4e9; border-radius: 15px; color: #fff; margin-right: 9px; } @media only screen and (max-width: 800px) { .single-teacher .teacher-info .lang-expers { display: block; padding-right: 0; margin-bottom: 30px; } .single-teacher .teacher-info .lang-expers .options { margin-bottom: 30px; } .single-teacher .teacher-info .lang-expers .options:before { display: none; } .single-teacher .teacher-info .lang-expers .buttons { overflow: hidden; } .single-teacher .teacher-info .lang-expers .buttons ul { float: right; } .single-teacher .teacher-info .lang-expers .buttons ul li { margin-left: 5px; } .single-teacher .teacher-info .lang-expers .buttons .trial { margin-right: 0px; float: left; } .single-teacher .teacher-info .lang-expers .buttons .trial span.val { margin-right: 0px; } } @media only screen and (max-width: 340px) { .single-teacher .teacher-info .lang-expers .options li span.title { width: 100px; } .single-teacher .teacher-info .lang-expers .buttons { overflow: hidden; } .single-teacher .teacher-info .lang-expers .buttons .trial { padding-top: 20px; margin-right: 0px; float: none; } } .single-teacher .teacher-info .price-button { display: table-cell; vertical-align: top; width: 152px; padding-top: 10px; } .single-teacher .teacher-info .price-button .price { text-align: center; line-height: 1.5; margin-bottom: 22px; } .single-teacher .teacher-info .price-button .price .title { display: block; font-size: 16px; color: #171725; font-weight: 700; } .single-teacher .teacher-info .price-button .price .session { display: block; color: #92929d; margin-bottom: 6px; } .single-teacher .teacher-info .price-button .price .price-number { color: #92929d; } .single-teacher .teacher-info .price-button .price .price-number .num { display: inline-block; vertical-align: middle; font-size: 22px; font-weight: bold; color: #171725; margin-left: 3px; } .single-teacher .teacher-info .price-button .reserv { width: 100%; text-align: center; border: none; background: #FD797A; border-radius: 20px; line-height: 48px; color: #fff; transition: all .3s; cursor: pointer; display: block; font-weight: 700; margin-bottom: 15px; } .single-teacher .teacher-info .price-button .reserv:hover { background: #fd6061; } .single-teacher .teacher-info .price-button .message { width: 100%; text-align: center; border: none; background: #F4F5FA; border-radius: 20px; line-height: 48px; color: #5A6274; transition: all .3s; cursor: pointer; display: block; font-weight: 700; margin-bottom: 15px; } .single-teacher .teacher-info .price-button .message:hover { background: #e2e5f2; } @media only screen and (max-width: 800px) { .single-teacher .teacher-info .price-button { display: block; width: auto; } .single-teacher .teacher-info .price-button .price { text-align: right; float: right; } .single-teacher .teacher-info .price-button .reserv { width: 150px; float: left; margin-right: 10px; } .single-teacher .teacher-info .price-button .message { width: 150px; float: left; margin-right: 10px; } } @media only screen and (max-width: 460px) { .single-teacher .teacher-info .price-button .price { text-align: right; float: none; } .single-teacher .teacher-info .price-button .reserv { width: 100%; float: none; margin-right: 0px; } .single-teacher .teacher-info .price-button .message { width: 100%; float: none; margin-right: 0px; } } .single-teacher .teacher-tabs { background: #FFFFFF; border-radius: 40px; padding: 20px 30px 22px; min-height: 273px; } @media only screen and (max-width: 460px) { .single-teacher .teacher-tabs { padding: 20px; } } .single-teacher .teacher-tabs div.tab-container .plyr { border-radius: 35px; } .single-teacher .teacher-tabs div.tab-container .plyr__control { background: rgba(23, 23, 37, 0.3); /*border: 5px solid #FFFFFF;*/ box-sizing: border-box; border-radius: 20px; } .single-teacher .teacher-tabs div.tab-container .plyr__control:after { content: "ویدئو معرفی استاد"; position: absolute; white-space: nowrap; right: 0; bottom: -30px; font-weight: 700; transform: translateX(25%); } .single-teacher .teacher-tabs div.tab-container .about { font-size: 14px; line-height: 24px; color: #171725; position: relative; } .single-teacher .teacher-tabs div.tab-container .about p { margin-bottom: 0; } .single-teacher .teacher-tabs div.tab-container .about > div { border: 1px solid #ECF2FD; border-radius: 40px; padding: 13px 20px; overflow: hidden; position: relative; } .single-teacher .teacher-tabs div.tab-container .about > div:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.61+29,1+100 */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */ border-radius: 40px; } .single-teacher .teacher-tabs div.tab-container .calendar { position: relative; background: #FFFFFF; border: 1px solid #ECF2FD; border-radius: 40px; padding: 15px 30px; display: table; width: 100%; box-sizing: border-box; } @media only screen and (max-width: 460px) { .single-teacher .teacher-tabs div.tab-container .calendar { padding: 10px; } } .single-teacher .teacher-tabs div.tab-container .calendar .hours { width: 50px; float: left; font-size: 12px; line-height: 22px; text-align: center; color: #696974; } @media only screen and (max-width: 460px) { .single-teacher .teacher-tabs div.tab-container .calendar .hours { width: 46px; } } .single-teacher .teacher-tabs div.tab-container .calendar .hours li { height: 22px; margin-bottom: 7px; } .single-teacher .teacher-tabs div.tab-container .calendar .week { margin-left: 60px; } @media only screen and (max-width: 460px) { .single-teacher .teacher-tabs div.tab-container .calendar .week { margin-left: 54px; } } .single-teacher .teacher-tabs div.tab-container .calendar .week .days { height: 22px; margin-bottom: 7px; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day { float: left; width: 14.28%; height: 22px; text-align: center; position: relative; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day .title { display: inline-block; height: 22px; width: 22px; border-radius: 50%; background: #f6f7fc; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day .tooltip { position: absolute; white-space: nowrap; line-height: 28px; background: #FFFFFF; box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); border-radius: 10px; padding: 0 5px; font-size: 12px; color: #92929d; top: -53px; right: 50%; transform: translateX(50%); z-index: 2; transition: all .3s; opacity: 0; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day .tooltip:before { content: ""; width: 8px; height: 8px; transform: rotate(45deg); background: #fff; box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); position: absolute; bottom: -3px; right: 50%; margin-right: -4px; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day .tooltip b { color: #171725; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day.green .title { background: #57ba7e; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day:hover { z-index: 4; } .single-teacher .teacher-tabs div.tab-container .calendar .week .days span.day:hover .tooltip { top: -33px; opacity: 1; } .single-teacher .teacher-tabs div.tab-container .more { background: #FFFFFF; border: 1px solid #ECF2FD; box-sizing: border-box; border-radius: 19px; width: 120px; height: 36px; line-height: 36px; text-align: center; margin: 0 auto; display: block; font-size: 12px; color: #92929D; position: absolute; bottom: -18px; z-index: 2; right: 50%; margin-right: -61px; } .single-teacher .teacher-tabs div.tab-container .more span { display: inline-block; vertical-align: middle; } .single-teacher .teacher-tabs div.tab-container .more span.icon { width: 20px; height: 20px; border-radius: 8px; background: #92929D; line-height: 18px; margin-left: 3px; transition: all .3s; } .single-teacher .teacher-tabs div.tab-container .more:hover { border-color: #57ba7e; color: #57ba7e; } .single-teacher .teacher-tabs div.tab-container .more:hover .icon { background: #57ba7e; } .load-more { width: 100%; clear: both; margin-bottom: 140px; text-align: center; } .load-more .load { display: inline-block; cursor: pointer; transition: all .3s; border: none; background: #FFFFFF; border-radius: 24px; text-align: center; line-height: 60px; padding: 0 43px 0 20px; font-size: 16px; font-weight: bold; color: #5A6274; } .load-more .load span.icon { display: inline-block; margin-right: 25px; -webkit-animation: rotating 2s linear infinite; -moz-animation: rotating 2s linear infinite; -ms-animation: rotating 2s linear infinite; -o-animation: rotating 2s linear infinite; animation: rotating 2s linear infinite; } .load-more .load:hover { background: #e6e6e6; } @-webkit-keyframes rotating { from { -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } @keyframes rotating { from { -ms-transform: rotate(0deg); -moz-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); } to { -ms-transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } } #teacher-blog { margin-bottom: 100px; overflow: hidden; } .single-blog { background: #fff; margin-bottom: 30px; border-radius: 50px; padding: 20px 20px 17px; } .single-blog div.top { background: #F5FAFF; border-radius: 25px; } .single-blog div.top .info { overflow: hidden; color: #143861; line-height: 30px; padding: 13px 13px 8px; } .single-blog div.top .info .author { float: right; } .single-blog div.top .info .author div.img { background-size: cover !important; width: 28px; border: 1px solid #F2F6FC; border-radius: 12px; display: inline-block; height: 28px; vertical-align: middle; margin-left: 10px; margin-bottom: 0; } .single-blog div.top .info .author span.name { display: inline-block; vertical-align: middle; } .single-blog div.top .info .date { float: left; } .single-blog div.top .img { margin-bottom: 20px; } .single-blog div.top .img a { display: block; background-size: cover !important; border-radius: 25px; padding-top: 70%; } .single-blog .blog-text { min-height: 204px; } .single-blog .blog-text h3 { line-height: 28px; margin-bottom: 20px; } .single-blog .blog-text h3 a { font-size: 18px; color: #143861; } .single-blog .blog-text h3 a:hover { color: #57ba7e; } .single-blog .blog-text p { font-size: 16px; line-height: 25px; color: #143861; text-align: right; margin-bottom: 0; } .single-blog .more { text-align: center; } .single-blog .more a { display: inline-block; background: #F4F5FA; border-radius: 24px; line-height: 50px; color: #5A6274; font-weight: bold; padding: 0 32px; } .single-blog .more a:hover { color: #fff; background: #5e57ba; } #teacher-resume { background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; overflow: hidden; padding: 43px 47px 53px; } @media only screen and (max-width: 1000px) { #teacher-resume { padding: 40px 15px; } } #teacher-resume h3 { margin-bottom: 28px; font-size: 18px; } #teacher-resume .tab-nav { margin-bottom: 55px; } @media only screen and (max-width: 1000px) { #teacher-resume .tab-nav { margin-bottom: 20px; } } .resume-section { font-family: 'Open Sans'; } .resume-section ul { padding: 20px; } @media only screen and (max-width: 1000px) { .resume-section ul { padding: 0; } } .resume-section ul li { overflow: hidden; padding-bottom: 76px; position: relative; } @media only screen and (max-width: 1000px) { .resume-section ul li { padding-bottom: 40px; } } .resume-section ul li .resume { overflow: hidden; } .resume-section ul li .resume .right { float: right; width: 90px; margin-top: 32px; } .resume-section ul li .resume .right span { display: block; background: #57ba7e; line-height: 30px; color: #fff; font-size: 14px; text-align: center; -webkit-border-radius: 12px; -moz-border-radius: 12px; -ms-border-radius: 12px; -o-border-radius: 12px; border-radius: 12px; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .right { width: 70px; } .resume-section ul li .resume .right span { font-size: 12px; } } .resume-section ul li .resume .left { margin-right: 115px; direction: ltr; text-align: right; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left { margin-right: 85px; } } .resume-section ul li .resume .left h5 { font-size: 18px; font-weight: bold; font-family: 'Open Sans'; color: #143861; margin-bottom: 3px; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left h5 { font-size: 15px; } } .resume-section ul li .resume .left .approved { display: inline-block; font-family: yekan , arial; direction: rtl; font-size: 16px; color: #57ba7e; font-weight: 400; vertical-align: middle; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left .approved { font-size: 13px; } } .resume-section ul li .resume .left p { font-size: 16px; color: #798ea5; margin-bottom: 7px; text-align: right; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left p { font-size: 13px; } } .resume-section ul li .resume .left .date { font-size: 14px; color: #273C66; font-weight: bold; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume .left .date { font-size: 12px; } } .resume-section ul li .resume:after { content: ""; position: absolute; width: 2px; top: 80px; right: 44px; bottom: -10px; background: #cdd5de; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; -o-border-radius: 2px; border-radius: 2px; } @media only screen and (max-width: 1000px) { .resume-section ul li .resume:after { right: 33px; } } .resume-section ul li:last-child { padding-bottom: 0; } .resume-section ul li:last-child .resume:after { display: none; } #teacher-comment { overflow: hidden; background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 36px 30px; } @media only screen and (max-width: 800px) { #teacher-comment { padding: 36px 15px; } } #teacher-comment .load-more { margin-bottom: 0; } #teacher-comment h3 { margin-bottom: 0px; font-size: 18px; margin-right: 11px; } #teacher-comment .owl-nav { text-align: center; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; margin-bottom: 79px; } @media only screen and (max-width: 800px) { #teacher-comment .owl-nav { margin-bottom: 30px; } } #teacher-comment .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #teacher-comment .owl-nav button svg { transition: all .3s; } #teacher-comment .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #teacher-comment .owl-nav button:hover { color: #273C66; opacity: 1; } #teacher-comment .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #teacher-expert-list { overflow: hidden; background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 36px 30px; } #teacher-expert-list .tab-nav { margin-bottom: 40px; } #teacher-expert-list .expert-box { margin: 0 20px 20px; } @media only screen and (max-width: 800px) { #teacher-expert-list { padding: 36px 15px; } #teacher-expert-list .expert-box { margin: 0 0px 15px; } } #teacher-expert-list h3 { margin-bottom: 40px; font-size: 18px; margin-right: 11px; } .expert-box { border: 1px solid #ECF2FD; border-radius: 30px; margin-bottom: 20px; position: relative; direction: ltr; padding: 18px 18px 0; } .expert-box label { position: absolute; background: #fff; padding: 0 20px; line-height: 20px; top: -10px; font-size: 14px; color: #000000; right: 45px; } .expert-box ul { text-align: left; } .expert-box ul li { display: inline-block; margin-right: 11px; margin-bottom: 18px; } .expert-box .expert-box-single { display: inline-block; line-height: 36px; height: 30px; padding: 0 26px; background: #57ba7e; border-radius: 15px; color: #fff; font-size: 16px; font-weight: bold; } #teacher-comment-form { overflow: hidden; background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 36px 30px; } @media only screen and (max-width: 800px) { #teacher-comment-form { padding: 36px 15px; } } #teacher-comment-form h3 { margin-bottom: 40px; font-size: 18px; margin-right: 11px; } #teacher-comment-form .input-container { margin-bottom: 20px; } #teacher-comment-form .button-container { overflow: hidden; } #teacher-comment-form .button-container .rate { padding-top: 10px; float: right; height: 46px; position: relative; line-height: 45px; } #teacher-comment-form .button-container .rate:not(:checked) > input { position: absolute; top: 0px; width: 0; height: 0; opacity: 0; } #teacher-comment-form .button-container .rate:not(:checked) > label { float: right; width: 1em; overflow: hidden; white-space: nowrap; cursor: pointer; font-size: 30px; color: #ccc; } #teacher-comment-form .button-container .rate:not(:checked) > label:before { content: '★ '; } #teacher-comment-form .button-container .rate > input:checked ~ label { color: #ffc700; } #teacher-comment-form .button-container .rate:not(:checked) > label:hover, #teacher-comment-form .button-container .rate:not(:checked) > label:hover ~ label { color: #deb217; } #teacher-comment-form .button-container .rate > input:checked + label:hover, #teacher-comment-form .button-container .rate > input:checked + label:hover ~ label, #teacher-comment-form .button-container .rate > input:checked ~ label:hover, #teacher-comment-form .button-container .rate > input:checked ~ label:hover ~ label, #teacher-comment-form .button-container .rate > label:hover ~ input:checked ~ label { color: #c59b08; } #teacher-comment-form .button-container .button { float: left; } #teacher-comment-form .button-container .button .next { display: inline-block; line-height: 50px; width: 150px; font-weight: bold; color: #fff; background: #57ba7e; border-radius: 20px; border: none; cursor: pointer; transition: all .3s; } #teacher-comment-form .button-container .button .next span.icon { margin-right: 22px; } #teacher-comment-form .button-container .button .next:hover { background: #419d65; } .comment-hor { padding: 36px 50px 21px; background: #FFFFFF; border: 1px dashed #E2E2EA; border-radius: 40px; margin-bottom: 30px; overflow: hidden; position: relative; } @media only screen and (max-width: 1000px) { .comment-hor { padding: 15px 15px 6px; } } .comment-hor .right { float: right; width: 70px; } .comment-hor .right .img { margin-bottom: 13px; width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-size: cover !important; background-position: center center !important; } @media only screen and (max-width: 600px) { .comment-hor .right { float: none; margin: 0 auto; } .comment-hor .right div.rate { position: absolute; left: 15px; top: 15px; } } .comment-hor div.left { margin-right: 88px; } @media only screen and (max-width: 600px) { .comment-hor div.left { margin-right: 0; } } .comment-hor div.left div.top { line-height: 30px; padding-top: 7px; margin-bottom: 10px; } .comment-hor div.left div.top .name { display: inline-block; margin-bottom: 0; vertical-align: middle; margin-left: 8px; font-size: 16px; color: #000; font-weight: 700; } .comment-hor div.left div.top .date { display: inline-block; vertical-align: middle; color: #6E7A8A; } .comment-hor div.left div.top .date span.icon { margin-left: 9px; } .comment-hor div.left div.top .date span.icon svg { position: relative; bottom: 2px; } .comment-hor div.left .text p { margin-bottom: 0; line-height: 28px; color: #171725; } div.comment-list { margin-right: 288px; } @media only screen and (max-width: 800px) { div.comment-list { margin-right: 0; } } .right-avrage { float: right; width: 228px; padding-top: 50px; margin-bottom: 30px; } @media only screen and (max-width: 800px) { .right-avrage { float: none; width: auto; padding-top: 20px; } } .right-avrage .title { font-size: 24px; font-weight: bold; overflow: hidden; margin-bottom: 23px; margin-right: 42px; } @media only screen and (max-width: 800px) { .right-avrage .title { margin-right: 0; } } .right-avrage .title h3 { margin-bottom: 0 !important; } .right-avrage .title span { font-size: 16px; color: #171725; display: block; line-height: 1; } .right-avrage .title span.number { font-size: 41px; font-weight: 900; margin-bottom: 8px; } .right-avrage .title span.text { font-weight: 500; } .right-avrage ul { margin-bottom: 30px; } .right-avrage ul li { overflow: hidden; height: 25px; line-height: 25px; margin-bottom: 7px; } .right-avrage ul li .left { float: right; width: 25px; text-align: center; position: relative; bottom: 3px; } .right-avrage ul li .right { margin-right: 42px; } .right-avrage ul li .right .bar { position: relative; overflow: hidden; margin-top: 5px; height: 10px; background: #f5f5f9; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; } .right-avrage ul li .right .bar span { background: #57ba7e; border-radius: 7px; position: absolute; right: 0; top: 0; bottom: 0; } .right-avrage .avr { line-height: 40px; margin-bottom: 11px; color: #92929d; text-align: center; } .right-avrage .avr .num { color: #171725; font-weight: bold; } .right-avrage .all { text-align: center; } .right-avrage .all .view { display: inline-block; color: #fff; border-radius: 20px; background: #5e57ba; line-height: 50px; width: 130px; border: none; cursor: pointer; transition: all .3s; } .right-avrage .all .view:hover { background: #47419d; } .single-comment { margin: 20px 0; padding: 30px 20px 2px; border: 1px dashed #E2E2EA; border-radius: 40px; text-align: center; } .single-comment .pic { width: 70px; position: relative; margin: 0 auto 26px; } .single-comment .pic .icon { position: absolute; right: -5px; bottom: -5px; width: 27px; height: 27px; background: #fdbc01; display: block; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .single-comment .pic .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-size: cover !important; background-position: center center !important; } .single-comment .name { font-size: 16px; font-weight: bold; margin-bottom: 0px; color: #171725; } .single-comment .text { margin-bottom: 20px; min-height: 151px; } .single-comment .text p { text-align: center; font-size: 14px; line-height: 28px; color: #171725; margin-bottom: 0; } .single-comment .date { font-size: 14px; color: #6E7A8A; margin-bottom: 31px; } #teacher-option { overflow: hidden; background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 30px 30px 6px; } .teacher-option { line-height: 30px; margin-bottom: 20px; text-align: center; } @media only screen and (max-width: 800px) { .teacher-option { text-align: right; } } .teacher-option span { display: inline-block; vertical-align: middle; } .teacher-option span.icon { margin-left: 10px; } .teacher-option span.text { color: #171725; font-weight: bold; } #teacher-scadule { background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; padding: 30px; } #teacher-scadule h3 { font-size: 18px; color: #000; margin-bottom: 60px; margin-right: 20px; } #teacher-scadule .today { text-align: center; margin-bottom: 27px; position: relative; } @media only screen and (max-width: 600px) { #teacher-scadule .today { padding-bottom: 40px; } } #teacher-scadule .today span { display: inline-block; vertical-align: middle; } #teacher-scadule .today span.day { font-size: 16px; color: #143861; font-weight: bold; margin: 0 18px; } @media only screen and (max-width: 600px) { #teacher-scadule .today span.day { margin: 0 8px; font-size: 14px; } } #teacher-scadule .today span.next, #teacher-scadule .today span.prev { font-size: 12px; color: #92929D; cursor: pointer; transition: all .3s; } #teacher-scadule .today span.next:hover, #teacher-scadule .today span.prev:hover { color: #57ba7e; } #teacher-scadule .today span.next .icon, #teacher-scadule .today span.prev .icon { margin: 0 5px; } @media only screen and (max-width: 600px) { #teacher-scadule .today span.next { position: absolute; bottom: 10px; left: 10px; } } @media only screen and (max-width: 600px) { #teacher-scadule .today span.prev { position: absolute; bottom: 10px; right: 10px; } } #teacher-clander { position: relative; max-width: 1200px; margin: 0 auto; } #teacher-clander .right { margin-top: 8px; text-align: center; width: 72px; float: right; line-height: 20px; font-size: 14px; direction: ltr; color: #143861; } #teacher-clander .right span { display: inline-block; vertical-align: middle; } #teacher-clander .right div.icon { text-align: center; margin-bottom: 31px; } #teacher-clander .right li { margin-bottom: 30px; } #teacher-clander .cond, #teacher-clander .con { margin-right: 72px; margin-left: 0px; position: relative; } #teacher-clander .cond ul li .date, #teacher-clander .con ul li .date { text-align: center; } #teacher-clander .cond ul li .date span, #teacher-clander .con ul li .date span { display: block; } #teacher-clander .cond ul li .date span.top, #teacher-clander .con ul li .date span.top { font-size: 16px; font-weight: bold; line-height: 1.2; margin-bottom: 2px; color: #143861; } #teacher-clander .cond ul li .date span.bot, #teacher-clander .con ul li .date span.bot { font-size: 12px; color: #92929D; margin-bottom: 23px; } #teacher-clander .cond ul li .hour, #teacher-clander .con ul li .hour { display: block; height: 20px; margin-bottom: 5px; background: #F6F7FC; position: relative; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; } #teacher-clander .cond ul li .hour.open, #teacher-clander .con ul li .hour.open { background: #57ba7e; } #teacher-clander .cond ul li .hour.reserved, #teacher-clander .con ul li .hour.reserved { background: #5e57ba; } #teacher-clander .cond ul li .hour:last-child, #teacher-clander .con ul li .hour:last-child { display: none; } #teacher-clander .cond ul li .hour.act, #teacher-clander .con ul li .hour.act { z-index: 2; } #teacher-clander .cond ul li .hour .buto, #teacher-clander .con ul li .hour .buto { position: absolute; height: 37px; line-height: 37px; text-align: center; color: #889AAF; left: 0; right: 0; top: 0; background: #fff; border: 4px solid #57ba7e; -webkit-border-radius: 10px; -moz-border-radius: 10px; -ms-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; } .resbox { position: absolute; width: 220px; padding: 27px 20px 21px; background: #fff; margin-left: -138px; -webkit-border-radius: 35px; -moz-border-radius: 35px; -ms-border-radius: 35px; -o-border-radius: 35px; border-radius: 35px; -webkit-box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); box-shadow: -21px 40px 60px rgba(64, 100, 155, 0.13); z-index: 20; } .resbox .top { display: table; margin-bottom: 26px; } .resbox .top .rightl { width: 70px; float: right; } .resbox .top .rightl .img { width: 64px; height: 64px; background-size: cover !important; background-position: center center !important; border: 3px solid #F2F6FC; border-radius: 25px; } .resbox .top .leftl { margin-right: 84px; padding-top: 8px; } .resbox .top .leftl .title { font-size: 18px; font-weight: bold; display: block; margin-bottom: 0px; } .resbox .top .leftl .bot { display: block; font-size: 14px; color: #171725; } .resbox .top .leftl .bot img { width: 14px; border-radius: 50%; display: inline-block; vertical-align: middle; margin-left: 4px; } .resbox .date { margin-bottom: 28px; padding: 0 6px; } .resbox .date li { line-height: 30px; font-size: 14px; color: #92929D; margin-bottom: 3px; overflow: hidden; } .resbox .date li .vla { font-weight: bold; color: #171725; margin-right: 10px; width: auto; } .resbox .date li span { float: right; width: 46px; } .resbox .but span { display: block; cursor: pointer; background: #FD797A; border-radius: 24px; line-height: 60px; color: #fff; font-weight: bold; text-align: center; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .resbox .but span:hover { background: #fd6061; } .resbox:after { content: ""; width: 22px; height: 22px; background: #fff; position: absolute; bottom: -11px; left: 50%; margin-left: -11px; -webkit-transform: rotateZ(45deg); -ms-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); } .resbox:before { content: ""; right: 0; height: 22px; position: absolute; bottom: -22px; left: 0; } .teacher-guide { padding: 11px; overflow: hidden; max-width: 1200px; margin: 0 auto; margin-bottom: 48px; border: 1px solid #EDF0F3; -webkit-border-radius: 44px; -moz-border-radius: 44px; -ms-border-radius: 44px; -o-border-radius: 44px; border-radius: 44px; } .teacher-guide .title { line-height: 48px; padding: 0px 9px; font-size: 16px; color: #273C66; font-weight: bold; } @media only screen and (max-width: 1300px) { .teacher-guide .title { text-align: center; } } .teacher-guide ul { text-align: center; padding: 0px 0 0px; height: 48px; } @media only screen and (max-width: 1300px) { .teacher-guide ul { margin-bottom: 20px; } } .teacher-guide ul li { display: inline-block; margin: 0 10px; } .teacher-guide ul li span.color { width: 56px; height: 20px; display: inline-block; -webkit-border-radius: 13px; -moz-border-radius: 13px; -ms-border-radius: 13px; -o-border-radius: 13px; border-radius: 13px; } .teacher-guide ul li span.color.green { background: #57ba7e; } .teacher-guide ul li span.color.violet { background: #5e57ba; } .teacher-guide ul li span.color.wgray { background: #F6F7FC; } .teacher-guide ul li .titl { display: block; font-size: 12px; margin-bottom: 4px; position: relative; color: #143861; } .teacher-guide .time-zone { line-height: 48px; padding: 0 18px; font-size: 14px; text-align: right; color: #92929D; background: #F6F7FC; border-radius: 24px; } @media only screen and (max-width: 1300px) { .teacher-guide .time-zone { text-align: center; } } .teacher-guide .time-zone span { display: inline-block; vertical-align: middle; } .teacher-guide .time-zone span.icon { margin-left: 3px; } .teacher-guide .time-zone span.titled { margin-left: 6px; } .teacher-guide .time-zone span.text { direction: ltr; color: #171725; } #teacher-about { background: #FFFFFF; border-radius: 50px; margin-bottom: 30px; overflow: hidden; padding: 30px; } #teacher-about .top-header { position: relative; padding-top: 173px; } @media only screen and (max-width: 1000px) { #teacher-about .top-header { padding-top: 75px; } } #teacher-about .top-header .img { height: 258px; background-size: cover !important; background-position: center center !important; border-radius: 50px; position: absolute; left: 0; right: 0; top: 0; } #teacher-about .top-header .img:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; top: 0; background: linear-gradient(180deg, rgba(0, 0, 0, 0.071) 0%, rgba(41, 41, 41, 0.2414) 46.63%, rgba(84, 84, 84, 0.5751) 100%); border-radius: 50px; } #teacher-about .top-header .teacher-info { position: relative; z-index: 2; max-width: 690px; margin: 0 auto 37px; } @media only screen and (max-width: 1300px) { #teacher-about .top-header .teacher-info { width: auto; margin: 0 20px 37px; } } @media only screen and (max-width: 1000px) { #teacher-about .top-header .teacher-info { width: auto; margin: 0 10px 25px; } } #teacher-about .top-header .teacher-info .avatar { width: 170px; float: right; } #teacher-about .top-header .teacher-info .avatar .teavatar { width: 150px; height: 150px; border: 10px solid #FFFFFF; border-radius: 50px; background-size: cover !important; background-position: center center !important; } @media only screen and (max-width: 1000px) { #teacher-about .top-header .teacher-info .avatar { width: 110px; float: none; margin: 0 auto; } #teacher-about .top-header .teacher-info .avatar .teavatar { width: 100px; height: 100px; border-width: 5px; border-radius: 35px; } } #teacher-about .top-header .teacher-info .left { margin-right: 195px; } @media only screen and (max-width: 1000px) { #teacher-about .top-header .teacher-info .left { margin-right: 0px; overflow: hidden; } } #teacher-about .top-header .teacher-info .teacher-nav { margin-bottom: 18px; padding-top: 28px; } @media only screen and (max-width: 1000px) { #teacher-about .top-header .teacher-info .teacher-nav { padding-top: 15px; text-align: center; } } #teacher-about .top-header .teacher-info .teacher-nav li { display: inline-block; margin-left: 8px; margin-bottom: 10px; } #teacher-about .top-header .teacher-info .teacher-nav li a { display: inline-block; background: rgba(255, 255, 255, 0.26); border-radius: 14px; line-height: 40px; padding: 0 23px; color: #fff; font-weight: bold; } #teacher-about .top-header .teacher-info .teacher-nav li a:hover { background: rgba(255, 255, 255, 0.5); } @media only screen and (max-width: 600px) { #teacher-about .top-header .teacher-info .teacher-nav li a { padding: 0 15px; line-height: 36px; } } #teacher-about .top-header .teacher-info .name-rate { display: inline-block; vertical-align: top; margin-left: 23px; } @media only screen and (max-width: 600px) { #teacher-about .top-header .teacher-info .name-rate { display: block; text-align: center; } } #teacher-about .top-header .teacher-info .name-rate h4 { font-size: 18px; margin-bottom: 2px; } #teacher-about .top-header .teacher-info .name-rate div.rate { display: inline-block; margin-left: 5px; } #teacher-about .top-header .teacher-info .name-rate div.stat { display: inline-block; color: #92929D; } #teacher-about .top-header .teacher-info .langs-list { padding-top: 19px; display: inline-block; vertical-align: top; margin-bottom: 0; } @media only screen and (max-width: 600px) { #teacher-about .top-header .teacher-info .langs-list { text-align: center; display: block; padding-top: 10px; } } #teacher-about .teacher-experts { overflow: hidden; margin-bottom: 59px; } #teacher-about .teacher-experts .teacher-expert { margin-bottom: 14px; } #teacher-about .teacher-experts .teacher-expert span { display: inline-block; vertical-align: middle; } #teacher-about .teacher-experts .teacher-expert span.title { color: #92929D; width: 125px; } #teacher-about .teacher-experts .teacher-expert span.text { font-weight: bold; color: #171725; } #teacher-about .teacher-about .title h3 { font-size: 18px; margin-bottom: 10px; } #teacher-about .teacher-about .about-text { max-height: 140px; margin-bottom: 20px; overflow: hidden; position: relative; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #teacher-about .teacher-about .about-text p { font-size: 14px; line-height: 28px; margin-bottom: 20px; color: #171725; } #teacher-about .teacher-about .about-text p:last-child { margin-bottom: 0; } #teacher-about .teacher-about .about-text:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.61+29,1+100 */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */ } #teacher-about .teacher-about .about-text.active { margin-bottom: 0; } #teacher-about .teacher-about .about-text.active:after { display: none; } #teacher-about .about-more { text-align: center; } #teacher-about .about-more > div { display: inline-block; color: #B5B5BE; font-size: 12px; line-height: 46px; cursor: pointer; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-border-radius: 23px; -moz-border-radius: 23px; -ms-border-radius: 23px; -o-border-radius: 23px; border-radius: 23px; } #teacher-about .about-more > div .down { width: 20px; height: 20px; line-height: 20px; text-align: center; background: #92929D; display: inline-block; border-radius: 7px; color: #fff; margin-left: 7px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #teacher-about .about-more > div:hover { color: #57ba7e; } #teacher-about .about-more > div:hover .down { background: #57ba7e; } .teacher-sidebar { background: #FFFFFF; border-radius: 50px; padding: 20px; overflow: hidden; } .teacher-sidebar .video { border-radius: 35px; overflow: hidden; margin-bottom: 60px; } .teacher-sidebar .video .plyr__controls { /*display: none;*/ } .teacher-sidebar .video .plyr { border-radius: 35px; } .teacher-sidebar .video .plyr__control { background: rgba(23, 23, 37, 0.3); /*border: 5px solid #FFFFFF;*/ box-sizing: border-box; border-radius: 20px; } .teacher-sidebar .video .plyr__control:after { /*content: "ویدئو معرفی استاد";*/ position: absolute; white-space: nowrap; right: 0; bottom: -30px; font-weight: 700; transform: translateX(25%); } .teacher-sidebar .price-button { text-align: center; } .teacher-sidebar .price-button span.title { display: block; color: #696974; margin-bottom: 7px; } .teacher-sidebar .price-button .price { margin-bottom: 5px; } .teacher-sidebar .price-button .price span { display: inline-block; vertical-align: middle; } .teacher-sidebar .price-button .price span.num { font-size: 20px; font-weight: 700; color: #171725; } .teacher-sidebar .price-button .price span.tom { font-size: 14px; color: #92929D; } .teacher-sidebar .price-button .reserv { width: 150px; height: 60px; display: inline-block; background: #FD797A; border-radius: 24px; color: #fff; font-weight: 700; border: none; cursor: pointer; transition: all .3s; position: relative; margin-bottom: 35px; } .teacher-sidebar .price-button .reserv:hover { background: #fc4748; } .teacher-sidebar .price-button .reserv .discount { width: 36px; line-height: 22px; background: #57BA7E; color: #fff; font-weight: normal; border: 10px solid #FFFFFF; border-radius: 21px; position: absolute; top: -20px; right: -28px; } .teacher-sidebar .mid { position: relative; padding: 25px 9px; margin-bottom: 22px; } .teacher-sidebar .mid .line { display: block; border-bottom: 1px dashed rgba(146, 146, 157, 0.43); } .teacher-sidebar .mid:before, .teacher-sidebar .mid:after { content: ""; position: absolute; top: 0px; width: 50px; height: 50px; background: #F5FAFF; border-radius: 50%; } .teacher-sidebar .mid:before { left: -55px; } .teacher-sidebar .mid:after { right: -55px; } .teacher-sidebar .trial { text-align: center; } .teacher-sidebar .trial h4 { font-size: 18px; margin-bottom: 2px; } .teacher-sidebar .trial .text { display: block; color: #696974; margin-bottom: 25px; } .teacher-sidebar .trial .reserv-trial { width: 130px; height: 50px; display: inline-block; background: #fff; border-radius: 20px; color: #57ba7e; font-weight: 700; border: none; cursor: pointer; transition: all .3s; position: relative; border: 2px solid #57ba7e; margin-bottom: 24px; } .teacher-sidebar .trial .reserv-trial:hover { background: #57ba7e; color: #fff; } .teacher-sidebar .trial .send-msg { width: 130px; height: 50px; display: inline-block; background: #F4F5FA; border-radius: 20px; color: #5A6274; font-weight: 700; border: none; cursor: pointer; margin-bottom: 15px; transition: all .3s; position: relative; } .teacher-sidebar .trial .send-msg:hover { background: #d1d5ea; } #teacher-page { padding: 37px 0; } #payment-page { padding: 54px 0; } .payment-sidebar { background: #FFFFFF; border-radius: 50px; position: relative; overflow: hidden; margin-bottom: 30px; padding: 46px 30px 25px; } .payment-sidebar .avatar { width: 85px; margin: 0 auto 16px; position: relative; } .payment-sidebar .avatar .img { width: 79px; height: 79px; border: 3px solid #F2F6FC; border-radius: 30px; background-position: center center !important; background-size: cover !important; } .payment-sidebar .avatar div.flag { position: absolute; right: -10px; bottom: -8px; } .payment-sidebar .avatar div.flag img { width: 24px; border: 5px solid #F2F6FC; border-radius: 20px; } .payment-sidebar .name { text-align: center; margin-bottom: 37px; } .payment-sidebar .name h4 { font-size: 18px; margin-bottom: 2px; line-height: 1.2; } .payment-sidebar .name .expert { display: block; color: #171725; } .payment-sidebar .date { text-align: center; } .payment-sidebar .date .title { color: #171725; display: block; margin-bottom: 12px; } .payment-sidebar .date .date-box { text-align: center; background: #FFFFFF; border: 1px solid #ECF2FD; border-radius: 18px; line-height: 34px; color: #92929D; margin-bottom: 21px; } .payment-sidebar .date .date-box .icon { margin-left: 2px; cursor: pointer; } .payment-sidebar .date .region .title { display: block; color: #92929D; margin-bottom: 4px; } .payment-sidebar .date .region .area { display: block; color: #171725; } .payment-sidebar .mid { position: relative; padding: 13px 9px; margin-bottom: 42px; } .payment-sidebar .mid .line { display: block; border-bottom: 1px dashed rgba(146, 146, 157, 0.43); } .payment-sidebar .mid:before, .payment-sidebar .mid:after { content: ""; position: absolute; top: -12px; width: 50px; height: 50px; background: #F5FAFF; border-radius: 50%; } .payment-sidebar .mid:before { left: -63px; } .payment-sidebar .mid:after { right: -63px; } .payment-sidebar .class-detail { margin-bottom: 39px; } .payment-sidebar .class-detail li { overflow: hidden; line-height: 28px; margin-bottom: 8px; } .payment-sidebar .class-detail li .right { float: right; color: #171725; } .payment-sidebar .class-detail li .left { float: left; } .payment-sidebar .class-detail li .left .num { color: #171725; font-weight: bold; margin-left: 2px; } .payment-sidebar .class-detail li .left .tom { color: #92929D; } .payment-sidebar .class-detail li .left .free { display: inline-block; line-height: 22px; background: #57ba7e; border: 4px solid #e3f4e9; padding: 0 10px; color: #fff; vertical-align: middle; border-radius: 15px; } .payment-sidebar .total-price { overflow: hidden; line-height: 37px; margin-bottom: 29px; } .payment-sidebar .total-price .right { float: right; color: #171725; } .payment-sidebar .total-price .left { float: left; } .payment-sidebar .total-price .left .num { color: #171725; font-weight: bold; margin-left: 2px; font-size: 22px; } .payment-sidebar .total-price .left .tom { color: #92929D; } .payment-sidebar .paybutton { text-align: center; } .payment-sidebar .paybutton .pay { line-height: 50px; height: 50px; width: 150px; background: #57ba7e; text-align: center; display: inline-block; color: #fff; border-radius: 20px; border: none; cursor: pointer; transition: all .3s; font-weight: bold; } .payment-sidebar .paybutton .pay span.icon { display: inline-block; margin-right: 28px; } .payment-sidebar .paybutton .pay:hover { background: #419d65; } .payment-method { background: #FFFFFF; border-radius: 50px; margin-bottom: 18px; overflow: hidden; padding: 46px 60px 69px; } @media only screen and (max-width: 1300px) { .payment-method { padding: 40px 20px; } } .payment-method h3.title { font-size: 18px; margin-bottom: 67px; } @media only screen and (max-width: 1300px) { .payment-method h3.title { margin-bottom: 30px; } } .payment-method .banks { overflow: hidden; max-width: 700px; margin: 0 auto 18px; } .payment-method .bank { margin-bottom: 20px; position: relative; } .payment-method .bank input { opacity: 0; left: 0; top: 0; width: 0; height: 0; position: absolute; } .payment-method .bank label { display: block; cursor: pointer; border: 3px solid #F2F6FC; border-radius: 30px; padding: 10px 27px; overflow: hidden; } .payment-method .bank label .circ { float: right; width: 19px; height: 19px; border-radius: 50%; margin-top: 17px; border: 3px solid #F2F6FC; } .payment-method .bank label .circ span { display: block; width: 9px; background: #F2F6FC; height: 9px; border-radius: 50%; margin: 5px; } .payment-method .bank label .text { float: right; padding-top: 5px; margin-right: 17px; } .payment-method .bank label .text span { display: block; } .payment-method .bank label .text span.title { color: #171725; font-size: 16px; font-weight: bold; } .payment-method .bank label .text span.exp { color: #92929D; } .payment-method .bank label .icon { width: 43px; height: 59px; float: left; text-align: center; line-height: 59px; } .payment-method .bank label .icon * { display: inline-block; vertical-align: middle; } .payment-method .bank input:checked ~ label .circ { border-color: #57ba7e; } .payment-method .bank input:checked ~ label .circ span { background: #57ba7e; } .payment-method .discount-form { overflow: hidden; max-width: 700px; margin: 0 auto 93px; background: #F5FAFF; border: 1px solid #F2F6FC; border-radius: 30px; } @media only screen and (max-width: 1300px) { .payment-method .discount-form { margin-bottom: 30px; } } .payment-method .discount-form .top { overflow: hidden; cursor: pointer; padding: 25px 25px; } .payment-method .discount-form .top h4 { float: right; font-size: 16px; margin-bottom: 0; line-height: 40px; } .payment-method .discount-form .top .icon { float: left; width: 40px; height: 40px; line-height: 40px; text-align: center; background: #FFFFFF; border-radius: 15px; } .payment-method .discount-form .bot { padding: 0px 25px 15px; display: none; } .payment-method .rules { overflow: hidden; max-width: 700px; margin: 0 auto 0px; } .payment-method .rules h4 { font-size: 16px; margin-bottom: 13px; } .popup { position: fixed; background: rgba(98, 118, 172, 0.3); z-index: 999; left: 0; top: 0; bottom: 0; right: 0; padding: 40px; overflow: auto; } .popup.not-fixed { position: static; background: none; padding: 0; } .popup.not-fixed .popup-container { max-width: inherit !important; } .popup.not-fixed .popup-container span.close { display: none; } .popup.not-fixed .popup-container .user-set-pop-side { display: none; } .popup.not-fixed .popup-container .user-set-pop-content { padding: 0 !important; margin: 0 !important; } .popup.not-fixeds { position: static; background: none; padding: 0; } .popup.not-fixeds .popup-container { max-width: inherit !important; } .popup.not-fixeds .popup-container span.close { display: none; } @media only screen and (max-width: 800px) { .popup { padding: 20px; } } .popup > div { display: table; width: 100%; height: 100%; table-layout: fixed; } .popup > div > div { display: table-row; } .popup > div > div > div { display: table-cell; text-align: center; vertical-align: middle; } .popup .popup-container { background: #FFFFFF; border-radius: 50px; display: inline-block; position: relative; } .popup .popup-container span.close { position: absolute; top: 34px; right: 32px; background: #F4F5FA; border-radius: 15px; width: 40px; height: 40px; text-align: center; line-height: 40px; color: #697289; cursor: pointer; transition: all .3s; z-index: 2; } .popup .popup-container span.close:hover { color: red; } @media only screen and (max-width: 800px) { .popup .popup-container span.close { width: 30px; height: 30px; line-height: 30px; top: 15px; right: 15px; } } .popup .popup-container .backstep { line-height: 40px; color: #92929D; font-weight: bold; float: left; cursor: pointer; transition: all .3s; position: relative; z-index: 2; } .popup .popup-container .backstep span.icon { width: 40px; line-height: 40px; height: 40px; background: #FFFFFF; border-radius: 15px; text-align: center; margin-right: 8px; display: inline-block; transition: all .3s; color: #0F0B03; } .popup .popup-container .backstep:hover { color: red; } .popup .popup-container .backstep:hover span.icon { color: red; } .popup .popup-container .pop-title { padding: 40px 20px; } .popup .popup-container .pop-title h3 { font-size: 18px; } @media only screen and (max-width: 600px) { .popup .popup-container .pop-title { padding-top: 20px; padding-bottom: 15px; } } .popup .popup-container .pop-title.right { text-align: right; padding-right: 90px; padding-left: 20px; } @media only screen and (max-width: 600px) { .popup .popup-container .pop-title.right { padding-right: 60px; } } .popup .popup-container.payprocesspop { max-width: 1212px; width: 100%; } .popup .popup-container.payprocesspop .payprocess { width: 228px; position: absolute; right: 0; top: 0; bottom: 0; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .payprocess { width: 150px; } } .popup .popup-container.payprocesspop .payprocess ul { position: absolute; top: 40px; bottom: 50px; width: 100%; } .popup .popup-container.payprocesspop .payprocess ul:after { content: ""; width: 1px; background: #d3d3d8; position: absolute; left: 50%; top: 150px; bottom: 100px; } .popup .popup-container.payprocesspop .payprocess ul li { position: absolute; width: 100%; text-align: center; background: #fff; z-index: 2; padding-bottom: 10px; } .popup .popup-container.payprocesspop .payprocess ul li .circ { width: 16px; height: 16px; display: block; border: 5px solid #D3D3D8; border-radius: 50%; margin: 0 auto 16px; } .popup .popup-container.payprocesspop .payprocess ul li .circ svg { display: none; } .popup .popup-container.payprocesspop .payprocess ul li .step-title { font-size: 14px; color: #92929D; } .popup .popup-container.payprocesspop .payprocess ul li .step-title .val { font-weight: bold; } .popup .popup-container.payprocesspop .payprocess ul li.step1 { top: 80px; } .popup .popup-container.payprocesspop .payprocess ul li.step2 { top: 50%; background: #fff; padding: 20px 0 15px; margin-top: -20px; } .popup .popup-container.payprocesspop .payprocess ul li.step3 { bottom: 10px; } .popup .popup-container.payprocesspop .payprocess ul li.active .circ { width: 10px; height: 10px; border-color: #57ba7e; } .popup .popup-container.payprocesspop .payprocess ul li.active .step-title .val { color: #171725; } .popup .popup-container.payprocesspop .payprocess ul li.done .circ { width: 24px; height: 24px; border: none; margin-bottom: 5px; } .popup .popup-container.payprocesspop .payprocess ul li.done .circ svg { display: inline-block; } .popup .popup-container.payprocesspop .payprocess ul li.done .step-title .val { color: #171725; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .payprocess { width: auto; position: static; overflow: hidden; padding: 20px 40px 20px 20px; border-radius: 50px; } .popup .popup-container.payprocesspop .payprocess ul { position: static; } .popup .popup-container.payprocesspop .payprocess ul:after { display: none; } .popup .popup-container.payprocesspop .payprocess ul > li { position: static; width: 33.33%; float: right; } .popup .popup-container.payprocesspop .payprocess ul > li .step-title { font-size: 12px; } .popup .popup-container.payprocesspop .payprocess ul > li.active .circ { margin-bottom: 21px; } .popup .popup-container.payprocesspop .payprocess ul > li.done .circ { margin-bottom: 21px; } } .popup .popup-container.payprocesspop .paycontent { margin-right: 228px; background: #F5FAFF; border-radius: 50px; padding: 27px; text-align: right; position: relative; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent { margin-right: 150px; } } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent { margin-right: 0px; padding: 15px; } } .popup .popup-container.payprocesspop .paycontent h3.title { line-height: 27px; margin: 0 29px 30px; font-size: 18px; padding-right: 14px; position: relative; margin-left: 120px; } .popup .popup-container.payprocesspop .paycontent h3.title:before { content: ""; width: 4px; border-radius: 3.5px; background: #57ba7e; position: absolute; right: 0; top: 0; bottom: 0; } .popup .popup-container.payprocesspop .paycontent .payoption { position: relative; overflow: hidden; } .popup .popup-container.payprocesspop .paycontent .payoption input { width: 0; height: 0; left: 0; top: 0; opacity: 0; position: absolute; } .popup .popup-container.payprocesspop .paycontent .payoption label { background: #FFFFFF; border: 2px solid #fff; border-radius: 30px; margin-bottom: 20px; overflow: hidden; padding: 20px 50px 18px; display: block; position: relative; transition: all .3s; cursor: pointer; } .popup .popup-container.payprocesspop .paycontent .payoption label .right { float: right; } .popup .popup-container.payprocesspop .paycontent .payoption label .right h4 { font-size: 18px; margin-bottom: 2px; } .popup .popup-container.payprocesspop .paycontent .payoption label .right h4 span.icon { display: inline-block; vertical-align: middle; margin-right: 20px; position: relative; top: 3px; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label .right h4 { font-size: 16px; } .popup .popup-container.payprocesspop .paycontent .payoption label .right h4 span.icon { margin-right: 10px; } } .popup .popup-container.payprocesspop .paycontent .payoption label .right .time { display: block; font-size: 12px; color: #92929D; line-height: 1; } @media only screen and (max-width: 460px) { .popup .popup-container.payprocesspop .paycontent .payoption label .right { float: none; text-align: center; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left { float: left; padding-top: 8px; } @media only screen and (max-width: 460px) { .popup .popup-container.payprocesspop .paycontent .payoption label .left { float: none; text-align: center; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left .free { display: inline-block; line-height: 22px; background: #57ba7e; border: 4px solid #e3f4e9; padding: 0 10px; color: #fff; vertical-align: middle; border-radius: 15px; margin-left: -15px; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label .left .free { margin-left: 0; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left .num { display: inline-block; vertical-align: middle; font-size: 20px; font-weight: bold; color: #171725; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label .left .num { font-size: 16px; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left .percent { display: inline-block; vertical-align: middle; background: #fc5a5a; border: 4px solid #ffe9e9; padding: 0 10px; color: #fff; border-radius: 15px; margin-left: 21px; position: relative; bottom: 3px; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label .left .percent { margin-left: 10px; } } .popup .popup-container.payprocesspop .paycontent .payoption label .left .tom { display: inline-block; vertical-align: middle; color: #92929D; margin-right: 3px; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payoption label { padding: 15px; } } .popup .popup-container.payprocesspop .paycontent .payoption input:checked ~ label { border-color: #57ba7e; } .popup .popup-container.payprocesspop .paycontent .payfooter { background: #fff; border-radius: 50px; overflow: hidden; padding: 37px 29px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .payfooter { padding: 20px; } } .popup .popup-container.payprocesspop .paycontent .payfooter .avatar { float: right; margin-left: 28px; } .popup .popup-container.payprocesspop .paycontent .payfooter .avatar .img { width: 69px; height: 69px; border: 3px solid #f2f6fc; border-radius: 30px; background-size: cover !important; background-position: center center !important; } @media only screen and (max-width: 1000px) { .popup .popup-container.payprocesspop .paycontent .payfooter .avatar { float: none; width: 75px; margin: 0 auto 15px; } } .popup .popup-container.payprocesspop .paycontent .payfooter .options { overflow: hidden; width: 65%; float: right; padding-top: 11px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .payfooter .options { width: 60%; } } @media only screen and (max-width: 1000px) { .popup .popup-container.payprocesspop .paycontent .payfooter .options { width: auto; float: none; } } .popup .popup-container.payprocesspop .paycontent .payfooter .options li { float: right; width: 33%; } @media only screen and (max-width: 600px) { .popup .popup-container.payprocesspop .paycontent .payfooter .options li { float: none; width: auto; margin-bottom: 15px; } } .popup .popup-container.payprocesspop .paycontent .payfooter .options .option h5 { font-size: 16px; margin-bottom: 6px; } .popup .popup-container.payprocesspop .paycontent .payfooter .options .option .text span { display: inline-block; vertical-align: middle; color: #92929D; } .popup .popup-container.payprocesspop .paycontent .payfooter .options .option .text span.icon { margin-left: 4px; } .popup .popup-container.payprocesspop .paycontent .payfooter .options .option .text span.time { font-size: 12px; color: #171725; } .popup .popup-container.payprocesspop .paycontent .payfooter .next { float: left; padding-top: 12px; padding-left: 25px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .payfooter .next { padding-left: 0; } } @media only screen and (max-width: 1000px) { .popup .popup-container.payprocesspop .paycontent .payfooter .next { float: none; text-align: center; } } .popup .popup-container.payprocesspop .paycontent .payfooter .next .next-step { width: 150px; height: 52px; line-height: 52px; border: none; color: #fff; cursor: pointer; border-radius: 26px; background: #5e57ba; transition: all .3s; font-size: 12px; font-weight: bold; display: inline-block; } .popup .popup-container.payprocesspop .paycontent .payfooter .next .next-step:hover { background: #47419d; } .popup .popup-container.payprocesspop .paycontent .packages { padding-top: 11px; } .popup .popup-container.payprocesspop .paycontent .packages h3.title { margin-bottom: 75px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .packages h3.title { margin-bottom: 30px; } } .popup .popup-container.payprocesspop .paycontent .packages .payfooter { margin-top: 84px; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .packages .payfooter { margin-top: 20px; } } .popup .popup-container.payprocesspop .paycontent .popcalendar { padding-top: 14px; } .popup .popup-container.payprocesspop .paycontent .popcalendar h3.title { margin-bottom: 18px; margin-left: 0; } .popup .popup-container.payprocesspop .paycontent .popcalendar #teacher-scadule { margin-bottom: 0; border-radius: 50px 50px 0 0; } .popup .popup-container.payprocesspop .paycontent .popcalendar .payfooter { border-radius: 0 0 50px 50px; } .popup .popup-container.payprocesspop .paycontent .popcalendar #teacher-clander { width: 100%; } .popup .popup-container.payprocesspop .paycontent .popcalendar #teacher-clander .right li:last-child { margin-bottom: 0; } .popup .popup-container.payprocesspop .paycontent .popsucces { padding-top: 14px; } .popup .popup-container.payprocesspop .paycontent .popsucces h3.title { margin-bottom: 32px; margin-left: 0; } .popup .popup-container.payprocesspop .paycontent .paysuccess { background: #FFFFFF; border-radius: 50px; padding: 15px 10px 33px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .top { text-align: center; padding-top: 61px; margin-bottom: 35px; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .top { padding-top: 0; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .top img { display: inline-block; } .popup .popup-container.payprocesspop .paycontent .paysuccess .top span { display: block; font-size: 18px; font-weight: 700; color: #171725; } .popup .popup-container.payprocesspop .paycontent .paysuccess .top span b { color: #57ba7e; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result { background: #F5FAFF; border-radius: 50px; max-width: 556px; margin: 0 auto 21px; overflow: hidden; padding: 40px 20px 18px; position: relative; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result { padding: 15px; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .result:before { content: ""; position: absolute; left: 50%; top: 43px; bottom: 50px; border-right: 1px dashed #B5B5BE; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result:before { display: none; } } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result { text-align: center; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher { overflow: hidden; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher .avatar { float: right; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher div.left { margin-right: 82px; padding-top: 11px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher div.left h5 { font-size: 18px; font-weight: 400; margin-bottom: 1px; line-height: 1.2; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher div.left span { color: #92929D; line-height: 1; } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher { display: inline-block; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .teacher .left { text-align: right; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times { padding-right: 24px; padding-top: 4px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times h5 { font-size: 16px; font-weight: 400; padding-right: 9px; margin-bottom: 4px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times .date-box { text-align: center; background: #FFFFFF; border: 1px solid #ECF2FD; border-radius: 18px; line-height: 34px; color: #92929D; margin-bottom: 21px; display: inline-block; padding: 0 10px 0 13px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times .date-box .icon { margin-left: 2px; cursor: pointer; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times .date-box { margin-bottom: 0; } } @media only screen and (max-width: 1300px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .result .times { text-align: center; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .message { text-align: center; line-height: 22px; color: #92929D; margin-bottom: 95px; } @media only screen and (max-width: 800px) { .popup .popup-container.payprocesspop .paycontent .paysuccess .message { margin-bottom: 15px; } } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons { text-align: center; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .don, .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .dash { display: inline-block; cursor: pointer; border: none; transition: all .3s; width: 130px; height: 50px; line-height: 16px; font-weight: bold; border-radius: 20px; margin: 0 5px 10px; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .don { color: #5A6274; background: #F4F5FA; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .don:hover { background: #d1d5ea; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .dash { color: #fff; background: #57ba7e; } .popup .popup-container.payprocesspop .paycontent .paysuccess .buttons .dash:hover { background: #419d65; } .popup .popup-container.add-to-wallet { max-width: 568px; width: 100%; } .popup .popup-container.add-to-wallet form { max-width: 368px; margin: 0 auto; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form { padding: 0 15px; } } .popup .popup-container.add-to-wallet form .tit { display: block; text-align: right; margin: 36px 27px 27px; font-weight: bold; color: #171725; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form .tit { margin: 10px 10px 15px; } } .popup .popup-container.add-to-wallet form .input-container { margin-bottom: 53px; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form .input-container { margin-bottom: 30px; } } .popup .popup-container.add-to-wallet form .price-group { margin: 0 -5px 41px; overflow: hidden; padding-top: 4px; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form .price-group { margin-bottom: 20px; } } .popup .popup-container.add-to-wallet form .price-group li { float: right; width: 33.333%; } .popup .popup-container.add-to-wallet form .price-group li label { display: block; margin: 0 5px 10px; line-height: 60px; background: #F5FAFF; border-radius: 24px; } .popup .popup-container.add-to-wallet form .price-group li label span { display: inline-block; margin: 0 2px; color: #92929D; } .popup .popup-container.add-to-wallet form .price-group li label span.num { font-weight: bold; color: #5A6274; } .popup .popup-container.add-to-wallet form .price-group li input:checked ~ label { background: #57ba7e; } .popup .popup-container.add-to-wallet form .price-group li input:checked ~ label span { color: #fff; } .popup .popup-container.add-to-wallet form .button { margin-bottom: 50px; } @media only screen and (max-width: 600px) { .popup .popup-container.add-to-wallet form .button { margin-bottom: 30px; } } .popup .popup-container.add-to-wallet form .button .next { display: inline-block; line-height: 50px; width: 160px; font-weight: bold; color: #fff; background: #57ba7e; border-radius: 24px; border: none; cursor: pointer; transition: all .3s; } .popup .popup-container.add-to-wallet form .button .next span.icon { margin-right: 22px; } .popup .popup-container.add-to-wallet form .button .next:hover { background: #419d65; } .popup .popup-container.class-succses-pop { max-width: 636px; width: 100%; } .popup .popup-container.class-succses-pop .pop-title { padding-bottom: 22px; } .popup .popup-container.class-succses-pop form { padding: 0 20px 47px; } .popup .popup-container.class-succses-pop form .pic { text-align: center; } .popup .popup-container.class-succses-pop form .pic img { display: inline-block; margin-bottom: 34px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-succses-pop form .pic img { margin-bottom: 15px; } } .popup .popup-container.class-succses-pop form .pic p { text-align: center; font-size: 14px; color: #171725; line-height: 26px; max-width: 410px; margin: 0 auto 26px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-succses-pop form .pic p { margin-bottom: 15px; } } .popup .popup-container.class-succses-pop form .toshare-link { text-align: center; margin-bottom: 34px; } .popup .popup-container.class-succses-pop form .toshare-link span { display: inline-block; padding: 0 30px; line-height: 40px; background: #F4F5FA; border-radius: 14px; color: #92929D; } @media only screen and (max-width: 600px) { .popup .popup-container.class-succses-pop form .toshare-link span { padding: 0 10px; font-size: 13px; } } .popup .popup-container.class-succses-pop form .nav-share { margin-bottom: 42px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-succses-pop form .nav-share { margin-bottom: 25px; } } .popup .popup-container.class-succses-pop form .nav-share li { display: inline-block; } .popup .popup-container.class-succses-pop form .nav-share li .copy-link, .popup .popup-container.class-succses-pop form .nav-share li .share-link { background: none; border: none; margin: 0 8px; } .popup .popup-container.class-succses-pop form .nav-share li .copy-link span, .popup .popup-container.class-succses-pop form .nav-share li .share-link span { display: inline-block; color: #92929D; } .popup .popup-container.class-succses-pop form .nav-share li .copy-link span.icon, .popup .popup-container.class-succses-pop form .nav-share li .share-link span.icon { margin-left: 5px; } .popup .popup-container.class-succses-pop form .button .back { width: 150px; font-weight: bold; } .popup .popup-container.timing-success-pop { max-width: 636px; width: 100%; } .popup .popup-container.timing-success-pop .pop-title { padding-bottom: 20px; } .popup .popup-container.timing-success-pop form { padding: 0px 0px 35px; max-width: 290px; margin: 0 auto; } @media only screen and (max-width: 600px) { .popup .popup-container.timing-success-pop form { padding: 0 15px 15px; } } .popup .popup-container.timing-success-pop form .pic { text-align: center; } .popup .popup-container.timing-success-pop form .pic img { display: inline-block; margin-bottom: 5px; } .popup .popup-container.timing-success-pop form .message { padding: 28px 0 20px; } @media only screen and (max-width: 600px) { .popup .popup-container.timing-success-pop form .message { padding: 10px 0 10px; } } .popup .popup-container.timing-success-pop form .message p { text-align: center; } .popup .popup-container.timing-success-pop form .button .back { width: 150px; font-weight: bold; } .popup .popup-container.withdraw-pop { max-width: 636px; width: 100%; } .popup .popup-container.withdraw-pop form { padding: 26px 0px 35px; max-width: 290px; margin: 0 auto; } @media only screen and (max-width: 600px) { .popup .popup-container.withdraw-pop form { padding: 15px; } } .popup .popup-container.withdraw-pop form .pic { text-align: center; } .popup .popup-container.withdraw-pop form .pic img { display: inline-block; margin-bottom: 57px; } @media only screen and (max-width: 600px) { .popup .popup-container.withdraw-pop form .pic img { margin-bottom: 20px; } } .popup .popup-container.withdraw-pop form .message { padding: 28px 0 30px; } @media only screen and (max-width: 600px) { .popup .popup-container.withdraw-pop form .message { padding: 10px 0 15px; } } .popup .popup-container.withdraw-pop form .message p { text-align: center; font-size: 16px; color: #00315B; margin-bottom: 0; } .popup .popup-container.class-cancel-pop { max-width: 636px; width: 100%; } .popup .popup-container.class-cancel-pop form { padding: 0 20px 47px; } .popup .popup-container.class-cancel-pop form .result { background: #F5FAFF; border-radius: 50px; max-width: 556px; margin: 0 auto 21px; overflow: hidden; padding: 40px 20px 18px; position: relative; } @media only screen and (max-width: 800px) { .popup .popup-container.class-cancel-pop form .result { padding: 15px; } } .popup .popup-container.class-cancel-pop form .result:before { content: ""; position: absolute; left: 50%; top: 43px; bottom: 50px; border-right: 1px dashed #B5B5BE; } @media only screen and (max-width: 1300px) { .popup .popup-container.class-cancel-pop form .result:before { display: none; } } @media only screen and (max-width: 1300px) { .popup .popup-container.class-cancel-pop form .result { text-align: center; } } .popup .popup-container.class-cancel-pop form .result .teacher { overflow: hidden; } .popup .popup-container.class-cancel-pop form .result .teacher .avatar { float: right; } .popup .popup-container.class-cancel-pop form .result .teacher .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } .popup .popup-container.class-cancel-pop form .result .teacher div.left { margin-right: 82px; padding-top: 11px; } .popup .popup-container.class-cancel-pop form .result .teacher div.left h5 { font-size: 18px; font-weight: 400; margin-bottom: 1px; line-height: 1.2; } .popup .popup-container.class-cancel-pop form .result .teacher div.left span { color: #92929D; line-height: 1; } @media only screen and (max-width: 1300px) { .popup .popup-container.class-cancel-pop form .result .teacher { display: inline-block; } .popup .popup-container.class-cancel-pop form .result .teacher .left { text-align: right; } } .popup .popup-container.class-cancel-pop form .result .times { padding-right: 24px; padding-top: 4px; } .popup .popup-container.class-cancel-pop form .result .times h5 { font-size: 16px; font-weight: 400; padding-right: 9px; margin-bottom: 4px; } .popup .popup-container.class-cancel-pop form .result .times .date-box { text-align: center; background: #FFFFFF; border: 1px solid #ECF2FD; border-radius: 18px; line-height: 34px; color: #92929D; margin-bottom: 21px; display: inline-block; padding: 0 10px 0 13px; } .popup .popup-container.class-cancel-pop form .result .times .date-box .icon { margin-left: 2px; cursor: pointer; } @media only screen and (max-width: 800px) { .popup .popup-container.class-cancel-pop form .result .times .date-box { margin-bottom: 0; } } @media only screen and (max-width: 1300px) { .popup .popup-container.class-cancel-pop form .result .times { text-align: center; } } .popup .popup-container.class-cancel-pop form .textarea { margin: 0 auto 43px; max-width: 460px; padding-top: 10px; } .popup .popup-container.class-cancel-pop form .textarea textarea { height: 100px; } .popup .popup-container.class-cancel-pop form .message { text-align: right; padding: 0 35px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-cancel-pop form .message { padding: 0; } } .popup .popup-container.class-cancel-pop form .message h5 { font-size: 14px; margin-bottom: 5px; } .popup .popup-container.class-cancel-pop form .message p { font-size: 14px; line-height: 26px; color: #171725; margin-bottom: 35px; } .popup .popup-container.class-cancel-pop form .button .send, .popup .popup-container.class-cancel-pop form .button .back, .popup .popup-container.class-cancel-pop form .button .cancel { width: 150px; margin: 0 4px; } @media only screen and (max-width: 600px) { .popup .popup-container.class-cancel-pop form .button .send, .popup .popup-container.class-cancel-pop form .button .back, .popup .popup-container.class-cancel-pop form .button .cancel { width: 120px; } } .popup .popup-container.add-lang-pop { max-width: 568px; width: 100%; } .popup .popup-container.add-lang-pop .pop-title { padding-bottom: 15px; } .popup .popup-container.add-lang-pop form { width: 290px; margin: 0 auto; text-align: right; padding: 0px 0 32px; } .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--multiple, .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--single { height: 62px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; } .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--multiple .select2-selection__arrow, .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 40px; background: #F4F5FA; border-radius: 15px; text-align: center; line-height: 40px; top: 11px; left: 13px; } .popup .popup-container.add-lang-pop .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered, .popup .popup-container.add-lang-pop .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { line-height: 58px; padding-right: 19px; padding-top: 7px; } .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .popup .popup-container.add-lang-pop .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #B8BABF; } .popup .popup-container.add-lang-pop .select { margin-bottom: 3px; } .popup .popup-container.add-lang-pop .select select { width: 100%; } .popup .popup-container.add-lang-pop div.pic { text-align: center; margin-bottom: 27px; } .popup .popup-container.add-lang-pop div.pic img { display: inline-block; } .popup .popup-container.add-lang-pop .level { padding-top: 20px; } .popup .popup-container.add-lang-pop .level .label { font-size: 14px; margin-bottom: 14px; line-height: 33px; margin-right: 22px; font-weight: bold; color: #303030; } .popup .popup-container.add-lang-pop .level input { width: 0; height: 0; position: absolute; opacity: 0; } .popup .popup-container.add-lang-pop .level ul { height: 4px; background: #f7f7fa; position: relative; margin: 0px 15px 50px; } .popup .popup-container.add-lang-pop .level ul .lev1, .popup .popup-container.add-lang-pop .level ul .lev2, .popup .popup-container.add-lang-pop .level ul .lev3, .popup .popup-container.add-lang-pop .level ul .lev4, .popup .popup-container.add-lang-pop .level ul .lev5, .popup .popup-container.add-lang-pop .level ul .lev6, .popup .popup-container.add-lang-pop .level ul .lev7 { position: absolute; width: 70px; top: -8px; margin-left: -35px; text-align: center; cursor: pointer; } .popup .popup-container.add-lang-pop .level ul .lev1 label, .popup .popup-container.add-lang-pop .level ul .lev2 label, .popup .popup-container.add-lang-pop .level ul .lev3 label, .popup .popup-container.add-lang-pop .level ul .lev4 label, .popup .popup-container.add-lang-pop .level ul .lev5 label, .popup .popup-container.add-lang-pop .level ul .lev6 label, .popup .popup-container.add-lang-pop .level ul .lev7 label { cursor: pointer; } .popup .popup-container.add-lang-pop .level ul .lev1 .cir, .popup .popup-container.add-lang-pop .level ul .lev2 .cir, .popup .popup-container.add-lang-pop .level ul .lev3 .cir, .popup .popup-container.add-lang-pop .level ul .lev4 .cir, .popup .popup-container.add-lang-pop .level ul .lev5 .cir, .popup .popup-container.add-lang-pop .level ul .lev6 .cir, .popup .popup-container.add-lang-pop .level ul .lev7 .cir { width: 10px; height: 10px; margin: 0 auto 3px; background: #f7f7fa; background-clip: padding-box; border: 5px solid rgba(0, 0, 0, 0); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.add-lang-pop .level ul .lev1 span, .popup .popup-container.add-lang-pop .level ul .lev2 span, .popup .popup-container.add-lang-pop .level ul .lev3 span, .popup .popup-container.add-lang-pop .level ul .lev4 span, .popup .popup-container.add-lang-pop .level ul .lev5 span, .popup .popup-container.add-lang-pop .level ul .lev6 span, .popup .popup-container.add-lang-pop .level ul .lev7 span { font-size: 12px; color: #303030; font-family: arial; position: relative; bottom: 4px; opacity: 0; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.add-lang-pop .level ul .lev1 .t, .popup .popup-container.add-lang-pop .level ul .lev2 .t, .popup .popup-container.add-lang-pop .level ul .lev3 .t, .popup .popup-container.add-lang-pop .level ul .lev4 .t, .popup .popup-container.add-lang-pop .level ul .lev5 .t, .popup .popup-container.add-lang-pop .level ul .lev6 .t, .popup .popup-container.add-lang-pop .level ul .lev7 .t { display: block; font-size: 14px; color: #303030; bottom: 0; opacity: 0; font-weight: bold; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.add-lang-pop .level ul .lev1 { left: 0; } .popup .popup-container.add-lang-pop .level ul .lev2 { left: 20%; } .popup .popup-container.add-lang-pop .level ul .lev3 { left: 40%; } .popup .popup-container.add-lang-pop .level ul .lev4 { left: 60%; } .popup .popup-container.add-lang-pop .level ul .lev5 { left: 80%; } .popup .popup-container.add-lang-pop .level ul .lev6 { left: 100%; } .popup .popup-container.add-lang-pop .level ul .lev7 { left: 100%; } .popup .popup-container.add-lang-pop .level ul input:checked ~ label .cir { background: #57ba7e; border: 5px solid #9fe1cd; } .popup .popup-container.add-lang-pop .level ul input:checked ~ label span { opacity: 1; } .popup .popup-container.add-lang-pop .level ul input:checked ~ label .t { opacity: 1; } .popup .popup-container.add-lang-pop .lang-op { padding-top: 20px; margin-bottom: 29px; } .popup .popup-container.add-lang-pop .lang-op .option-toggle { background: #ECF2FD; border-radius: 16px; line-height: 45px; height: 45px; margin-bottom: 11px; padding: 0 13px; } .popup .popup-container.add-lang-pop .lang-op .option-toggle .title { width: 140px; text-align: center; float: right; color: #696974; } .popup .popup-container.add-lang-pop .lang-op .option-toggle .check-toggle { float: left; margin-top: 13px; } .popup .popup-container.teacher-wish-pop { max-width: 1330px; width: 100%; text-align: right; } .popup .popup-container.teacher-wish-pop h3.title { line-height: 27px; margin: 40px 140px 30px 10px; font-size: 18px; padding-right: 14px; position: relative; } .popup .popup-container.teacher-wish-pop h3.title:before { content: ""; width: 4px; border-radius: 3.5px; background: #57ba7e; position: absolute; right: 0; top: 0; bottom: 0; } @media only screen and (max-width: 800px) { .popup .popup-container.teacher-wish-pop h3.title { margin-right: 55px; margin-top: 18px; margin-bottom: 18px; } } .popup .popup-container.teacher-wish-pop .teacher-list { margin: 28px; background: #F5FAFF; border-radius: 50px; padding: 34px 28px; overflow: hidden; } .popup .popup-container.teacher-wish-pop .teacher-list .single-teacher { overflow: hidden; margin-bottom: 0; } @media only screen and (max-width: 1000px) { .popup .popup-container.teacher-wish-pop .teacher-list { margin: 10px; padding: 10px; } } .popup .popup-container.user-set-pop { max-width: 1048px; width: 100%; } .popup .popup-container.user-set-pop .user-set-pop-side { width: 228px; position: absolute; right: 0; top: 0; bottom: 0; } @media only screen and (max-width: 600px) { .popup .popup-container.user-set-pop .user-set-pop-side { width: auto; position: static; } } .popup .popup-container.user-set-pop .user-set-pop-side ul { text-align: right; padding: 0 23px; position: absolute; right: 0; left: 0; top: 50%; transform: translateY(-50%); } @media only screen and (max-width: 600px) { .popup .popup-container.user-set-pop .user-set-pop-side ul { position: static; transform: translateY(0%); padding: 60px 23px 10px; } } .popup .popup-container.user-set-pop .user-set-pop-side ul li { line-height: 38px; margin-bottom: 0px; position: relative; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a { display: block; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a span { display: inline-block; vertical-align: middle; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a span.icon { position: relative; z-index: 2; margin-left: 15px; color: #636379; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a span.text { font-size: 14px; color: #696974; font-weight: 500; } .popup .popup-container.user-set-pop .user-set-pop-side ul li a span.num { float: left; line-height: 22px; padding: 0 4px; color: #fff; background: #FC5A5A; border-radius: 11px; margin-left: 3px; margin-top: 8px; text-align: center; min-width: 20px; } .popup .popup-container.user-set-pop .user-set-pop-side ul li.active { line-height: 51px; margin-bottom: 13px; } .popup .popup-container.user-set-pop .user-set-pop-side ul li.active:before { content: ""; position: absolute; width: 58px; top: 0; bottom: 0; right: -23px; background: #57ba7e; border-radius: 26px 0 0 26px; } .popup .popup-container.user-set-pop .user-set-pop-side ul li.active span.icon { color: #fff; margin-left: 20px; } .popup .popup-container.user-set-pop .user-set-pop-side ul li.active span.text { color: #000; } .popup .popup-container.user-set-pop .user-set-pop-content { margin-right: 228px; background: #F5FAFF; border-radius: 50px; padding: 27px; text-align: right; position: relative; } @media only screen and (max-width: 600px) { .popup .popup-container.user-set-pop .user-set-pop-content { margin-right: 0; padding: 27px 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form { max-width: 290px; margin: 0 auto; padding: 40px 0 60px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form { padding: 0; } } .popup .popup-container.user-set-pop .user-set-pop-content form.mwidth { max-width: inherit; } .popup .popup-container.user-set-pop .user-set-pop-content form.pt0 { padding-top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .mwidth290 { max-width: 290px; margin: 0 auto; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload { background: #FFFFFF; border-radius: 30px; margin-bottom: 20px; overflow: hidden; line-height: 60px; padding: 17px 40px 17px 20px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload { line-height: 30px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.right { float: right; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.right { float: none; text-align: center; margin-bottom: 10px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.right h3 { margin: 0; font-size: 16px; color: #00315B; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.right h3 span.gray { display: inline-block; vertical-align: middle; margin-right: 13px; font-size: 18px; color: #7B94AB; font-weight: 400; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.left { float: left; position: relative; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.left { float: none; text-align: center; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.left .button { padding-top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-cover-upload div.left input { width: 0; height: 0; position: absolute; left: 0; top: 0; opacity: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload { background: #FFFFFF; border-radius: 30px; margin-bottom: 20px; overflow: hidden; padding: 28px 36px 23px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload { padding: 20px 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload div.title { margin-bottom: 25px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload div.title h3 { color: #00315B; font-size: 16px; margin-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload div.title h3 span.small { display: inline-block; vertical-align: middle; font-size: 14px; font-weight: 400; margin-right: 6px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box { position: relative; margin-bottom: 26px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box input { width: 0; left: 0; top: 0; height: 0; position: absolute; opacity: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label { background: #FFFFFF; border: 2px dashed #E0E4F5; border-radius: 30px; cursor: pointer; overflow: hidden; display: block; padding: 20px 25px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right { float: right; } @media only screen and (max-width: 900px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right { float: none; margin-bottom: 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right div.icond { padding-top: 5px; margin-bottom: 30px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right div.icond span { display: inline-block; vertical-align: middle; font-size: 16px; font-weight: bold; color: #555A6B; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right div.icond span.icon { margin-left: 44px; margin-right: 9px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right ul.circle li { padding-right: 20px; font-size: 12px; line-height: 22px; color: #555A6B; margin-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.right ul.circle li:before { width: 8px; height: 8px; top: 6px; } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.left { float: left; } @media only screen and (max-width: 900px) { .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.left { float: none; text-align: center; } } .popup .popup-container.user-set-pop .user-set-pop-content form .video-upload .video-upload-box label div.left div.button { padding-top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .link-title { text-align: center; line-height: 24px; position: relative; margin-bottom: 14px; } .popup .popup-container.user-set-pop .user-set-pop-content form .link-title:before { content: ""; position: absolute; top: 12px; border-bottom: 1px solid #f5faff; left: 0; right: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .link-title span { display: inline-block; padding: 0 12px; border-radius: 12px; background: #fff; border: 1px solid #f5faff; position: relative; z-index: 2; font-size: 12px; color: #636379; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction { background: #FFFFFF; border-radius: 30px; padding: 30px; margin-bottom: 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction h3 { font-size: 20px; margin-bottom: 20px; text-align: center; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text { max-height: 140px; margin-bottom: 20px; overflow: hidden; position: relative; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text p { font-size: 14px; line-height: 28px; margin-bottom: 20px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text p:last-child { margin-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text:after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 60px; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,0.61+29,1+100 */ background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.61) 29%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0); /* IE6-9 */ } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text.active { margin-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-text.active:after { display: none; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more { text-align: center; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more > div { display: inline-block; color: #B5B5BE; font-size: 12px; line-height: 46px; cursor: pointer; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-border-radius: 23px; -moz-border-radius: 23px; -ms-border-radius: 23px; -o-border-radius: 23px; border-radius: 23px; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more > div .down { width: 20px; height: 20px; line-height: 20px; text-align: center; background: #92929D; display: inline-block; border-radius: 7px; color: #fff; margin-left: 7px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more > div:hover { color: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .instruction .about-more > div:hover .down { background: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos { background: #fff; border-radius: 30px; padding: 30px 30px 20px; overflow: hidden; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .videos { padding: 20px 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .videos h3 { text-align: center; font-size: 20px; margin-bottom: 5px; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos p { font-size: 14px; line-height: 28px; margin-bottom: 37px; color: #171725; text-align: center; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video { border-radius: 35px; overflow: hidden; margin-bottom: 10px; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video .plyr__controls { /*display: none;*/ } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video .plyr { border-radius: 35px; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video .plyr__control { background: rgba(23, 23, 37, 0.3); /*border: 5px solid #FFFFFF;*/ box-sizing: border-box; border-radius: 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .videos .video .plyr__control:after { /*content: "ویدئو معرفی استاد";*/ position: absolute; white-space: nowrap; right: 0; bottom: -30px; font-weight: 700; transform: translateX(25%); } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume { overflow: hidden; background: #FFFFFF; border-radius: 30px; margin-bottom: 27px; padding: 35px; } @media only screen and (max-width: 1300px) { .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume { padding: 20px 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume h3 { font-size: 18px; color: #000; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .pic { margin-top: 150px; border-left: 1px dashed #e2e3e6; text-align: center; } @media only screen and (max-width: 1300px) { .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .pic { border-left: none; margin: 10px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .pic img { display: inline-block; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form { max-width: 290px; margin: 0 auto; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form h4 { font-size: 16px; color: #00315B; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form .select-box { overflow: hidden; margin: 0 -7px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form .select-box .input-container { margin: 0 7px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form .select-box div.right { float: right; width: 50%; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-resume .resume-form .select-box div.left { float: left; width: 50%; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form { padding: 50px 35px; background: #fff; border-radius: 30px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .lable-container { position: relative; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .lable-container input { position: absolute; left: 0; top: 0; opacity: 0; width: 0; height: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key { position: relative; display: block; overflow: hidden; cursor: pointer; font-family: arial; font-size: 13px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .left { float: left; margin-left: 37px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .left .toggle { position: relative; width: 34px; height: 19px; top: 16px; border: 4px solid #dadada; border-radius: 21px; transition: all 0.4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .left .toggle span { position: absolute; left: 3px; top: 4px; width: 11px; height: 11px; background: #dadada; border-radius: 50%; transition: all 0.4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .right { float: right; font-size: 18px; color: #1C2136; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form input:checked ~ label .left .toggle { background: #0eb582; border-color: #0eb582; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form input:checked ~ label .left .toggle span { background: #fff; left: 18px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form label.key .right { font-size: 13px!important; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form h3, .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form h4 { width: 100%; clear: both; font-size: 18px; color: #000; margin-bottom: 30px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section { margin-bottom: 66px; overflow: hidden; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section { margin-bottom: 20px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section h5 { margin-right: 24px; font-size: 14px; font-weight: 400; color: #000000; margin-bottom: 23px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form { position: relative; float: right; z-index: 2; vertical-align: top; height: 47px; border: 2px solid #f1f3f6; padding-top: 4px; padding-bottom: 4px; padding-left: 124px; padding-right: 28px; margin-bottom: 10px; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form { width: 100%; float: none; box-sizing: border-box; height: 59px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form .addt { position: absolute; line-height: 47px; width: 101px; left: 4px; top: 4px; bottom: 4px; text-align: center; cursor: pointer; color: #fff; background: #0EB582; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form .addt:hover { background: #0c9d71; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form ::-webkit-input-placeholder { /* Edge */ color: #92929D; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #92929D; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form ::placeholder { color: #92929D; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form input { width: 170px; height: 47px; line-height: 47px; border: none; font-size: 15px; background: none; color: #92929D; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section .form input { width: 100%; } } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section div.result { position: relative; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section div.result span { display: inline-block; padding: 0 9px 0 10px; border: 1px solid #ECF2FD; line-height: 36px; height: 34px; font-size: 14px; margin-right: 10px; margin-bottom: 15px; margin: 9px 10px 24px 0; color: #92929D; position: relative; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section div.result span i { position: relative; margin-left: 5px; cursor: pointer; color: #d3d3d8; bottom: 1px; float: right; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } .popup .popup-container.user-set-pop .user-set-pop-content form .expert-form .expert-section div.result span i:hover { color: #f05662; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume-history { background: #FFFFFF; border-radius: 30px; padding: 24px 34px 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume-history .tab-nav { margin-bottom: 30px; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume { overflow: hidden; border-bottom: 1px solid #F2F6FC; padding-bottom: 20px; margin-bottom: 25px; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume:last-child { border-bottom: none; padding-bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left { direction: ltr; text-align: right; width: 70%; float: right; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left { float: none; width: auto; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left h5 { font-size: 18px; font-weight: bold; font-family: 'Open Sans'; color: #143861; margin-bottom: 15px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left h5 { font-size: 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left p { font-size: 16px; color: #798ea5; margin-bottom: 12px; text-align: right; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left p { font-size: 13px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left .date { font-size: 18px; color: #889AAF; direction: rtl; display: block; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left .date span { display: inline-block; vertical-align: middle; margin-left: 4px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .left .date { font-size: 14px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box { width: 25%; float: left; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box { width: auto; float: none; text-align: center; margin-bottom: 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit { display: block; float: left; text-align: right; background: #F5FAFF; border-radius: 17px; width: 107px; height: 50px; line-height: 50px; font-size: 12px; color: #171725; margin-bottom: 14px; border: none; cursor: pointer; transition: all .3s; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove:hover, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit:hover { background: #dcedff; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove span, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit span { display: inline-block; vertical-align: middle; } .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove span.icon, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit span.icon { margin: 0 10px 0 10px; } @media only screen and (max-width: 1000px) { .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .remove, .popup .popup-container.user-set-pop .user-set-pop-content form .resume .edit-box .edit { display: inline-block; margin: 0 5px 5px; float: none; } } .popup .popup-container.user-set-pop .user-set-pop-content form .avatar { margin-bottom: 10px; } .popup .popup-container.user-set-pop .user-set-pop-content form .avatar .img { width: 64px; height: 64px; margin: 0 auto; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover { position: relative; margin-bottom: 68px; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .imgcov { height: 258px; border-radius: 50px; background-size: cover !important; position: relative; overflow: hidden; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .imgcov:before { content: ""; background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(41, 41, 41, 0.34) 46.63%, rgba(84, 84, 84, 0.81) 100%); position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload { position: absolute; left: 50%; top: 50%; margin-top: -23px; transform: translateX(-50%); } @media only screen and (max-width: 1200px) { .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload { margin-top: -63px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload input { width: 0; height: 0; opacity: 0; position: absolute; left: 0; top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload label { background: rgba(37, 57, 80, 0.33); border-radius: 15px; line-height: 46px; padding: 0 10px 0 20px; display: block; cursor: pointer; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload label span { display: inline-block; vertical-align: middle; color: #fff; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .upload label span.icon { margin-left: 10px; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload { position: absolute; right: 78px; bottom: -85px; } @media only screen and (max-width: 1200px) { .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload { right: 50%; transform: translateX(50%); bottom: -40px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload input { width: 0; height: 0; opacity: 0; position: absolute; left: 0; top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload label { cursor: pointer; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload label .img { width: 150px; height: 150px; border-radius: 55px; border: 10px solid #fff; background-size: cover !important; } .popup .popup-container.user-set-pop .user-set-pop-content form .cover .avatar-upload label .icon { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-icon { text-align: center; margin-bottom: 33px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-icon .icon { display: inline-block; background: #8895BA; border: 3px solid #F2F6FC; border-radius: 25px; width: 64px; height: 64px; line-height: 64px; margin-bottom: 9px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-icon .text { display: block; font-size: 18px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength { overflow: hidden; padding: 9px 32px 0; margin-bottom: 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength ul { padding-top: 9px; float: right; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength ul li { float: right; width: 46px; margin-left: 3px; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength ul li span { display: block; height: 4px; border-radius: 2px; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength ul li span.green { background: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .strength > span { float: left; font-size: 12px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--multiple, .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--single { height: 62px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; } .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--multiple .select2-selection__arrow, .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 40px; background: #F4F5FA; border-radius: 15px; text-align: center; line-height: 40px; top: 11px; left: 13px; } .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered, .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { line-height: 58px; padding-right: 19px; padding-top: 7px; } .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .popup .popup-container.user-set-pop .user-set-pop-content form .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #B8BABF; } .popup .popup-container.user-set-pop .user-set-pop-content form .select { margin-bottom: 20px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules { padding: 0 32px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li { margin-bottom: 21px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li:last-child { margin-bottom: 12px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li span { display: inline-block; vertical-align: middle; font-size: 12px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li span.icon { color: #8895BA; margin-left: 8px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pass-rules li span.icon.green { color: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .pic-upload { position: relative; margin-bottom: 37px; } .popup .popup-container.user-set-pop .user-set-pop-content form .pic-upload input { opacity: 0; width: 0; height: 0; position: absolute; left: 0; top: 0; } .popup .popup-container.user-set-pop .user-set-pop-content form .pic-upload label { display: block; text-align: center; cursor: pointer; } .popup .popup-container.user-set-pop .user-set-pop-content form .pic-upload label span { display: inline-block; vertical-align: middle; margin: 0 3px; font-weight: 500; color: #8895BA; } .popup .popup-container.user-set-pop .user-set-pop-content form .gender { background: #FFFFFF; border-radius: 25px; margin-bottom: 18px; padding: 47px 10px 5px; } @media only screen and (max-width: 460px) { .popup .popup-container.user-set-pop .user-set-pop-content form .gender .radio-group ul li label { width: auto; padding: 0 15px; } } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box { background: #FFFFFF; border-radius: 25px; margin-bottom: 18px; padding: 18px 27px 14px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box h4 { font-size: 14px; color: #303030; margin-bottom: 17px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box .add-lang-but { background: none; border: none; cursor: pointer; margin-bottom: 30px; transition: all .3s; color: #92929D; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box .add-lang-but span { display: inline-block; vertical-align: middle; margin-left: 6px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box .add-lang-but:hover { color: #57ba7e; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li { border-top: 1px solid #F6F7FC; overflow: hidden; padding: 18px 0 16px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right { float: right; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .flag { float: right; width: 24px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .lang { margin-right: 38px; position: relative; bottom: 2px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .lang span { display: block; line-height: 1.2; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .lang span.top { font-weight: bold; color: #171725; margin-bottom: 1px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .right .lang span.bot { font-size: 10px; color: #171725; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .left { float: left; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .left .remove { background: none; border: none; color: #92929D; transition: all .3s; cursor: pointer; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .left .remove span { display: inline-block; vertical-align: middle; margin-right: 4px; } .popup .popup-container.user-set-pop .user-set-pop-content form .add-lang-box ul li .left .remove:hover { color: red; } .popup .popup-container.user-set-pop .user-set-pop-content form select { width: 100%; width: 290px; } .popup .popup-container.user-set-pop .user-set-pop-content form .button { padding-top: 19px; } .add-lang-box { background: #FFFFFF; border-radius: 25px; margin-bottom: 18px; padding: 18px 27px 14px; } .add-lang-box h4 { font-size: 14px; color: #303030; margin-bottom: 17px; } .add-lang-box .add-lang-but { background: none; border: none; cursor: pointer; margin-bottom: 30px; transition: all .3s; color: #92929D; } .add-lang-box .add-lang-but span { display: inline-block; vertical-align: middle; margin-left: 6px; } .add-lang-box .add-lang-but:hover { color: #57ba7e; } .add-lang-box ul li { border-top: 1px solid #F6F7FC; overflow: hidden; padding: 18px 0 16px; } .add-lang-box ul li .right { float: right; } .add-lang-box ul li .right .flag { float: right; width: 24px; } .add-lang-box ul li .right .lang { margin-right: 38px; position: relative; bottom: 2px; } .add-lang-box ul li .right .lang span { display: block; line-height: 1.2; } .add-lang-box ul li .right .lang span.top { font-weight: bold; color: #171725; margin-bottom: 1px; } .add-lang-box ul li .right .lang span.bot { font-size: 10px; color: #171725; } .add-lang-box ul li .left { float: left; } .add-lang-box ul li .left .remove { background: none; border: none; color: #92929D; transition: all .3s; cursor: pointer; } .add-lang-box ul li .left .remove span { display: inline-block; vertical-align: middle; margin-right: 4px; } .add-lang-box ul li .left .remove:hover { color: red; } .dashcontainer { padding: 0 71px; } @media only screen and (max-width: 1000px) { .dashcontainer { padding: 0 15px; } } #header-dashboard { background: #fff; padding: 22px 0 32px; position: relative; z-index: 4; } @media only screen and (max-width: 1000px) { #header-dashboard { padding: 10px 0 20px; } } #header-dashboard #mmenud { float: right; margin-top: 12px; margin-left: 10px; cursor: pointer; transition: all .3s; } #header-dashboard #mmenud:hover { color: #57ba7e; } #header-dashboard #logo { float: right; margin-left: 110px; margin-right: 6px; } #header-dashboard .welcome { padding-top: 10px; float: right; color: #92929D; line-height: 36px; margin-right: 250px; } @media only screen and (max-width: 1000px) { #header-dashboard .welcome { margin-right: 0; } } @media only screen and (max-width: 600px) { #header-dashboard .welcome { float: none; text-align: left; } } #header-dashboard .user-menu { float: left; padding-top: 7px; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu { float: none; } } #header-dashboard .user-menu ul { float: right; } #header-dashboard .user-menu ul li { float: right; margin-right: 10px; } #header-dashboard .user-menu ul li .top span.icon { background: #F5FAFF; border-radius: 14px; width: 36px; height: 36px; line-height: 36px; text-align: center; cursor: pointer; display: block; } #header-dashboard .user-menu ul li .drops { position: relative; } #header-dashboard .user-menu ul li .drops .drop { position: absolute; right: 50%; display: none; transform: translateX(50%); box-shadow: -21px 13px 60px rgba(64, 100, 155, 0.13); border-radius: 20px; width: 188px; background: #FFFFFF; top: 62px; } #header-dashboard .user-menu ul li .drops .drop .drop-container { background: #FFFFFF; padding: 12px; position: relative; border-radius: 20px; z-index: 2; } #header-dashboard .user-menu ul li .drops .drop:before { content: ""; width: 48px; height: 48px; background: #fff; position: absolute; transform: rotate(45deg); left: 50%; margin-left: -24px; top: -3px; z-index: -1; box-shadow: 0 0 4px rgba(64, 100, 155, 0.08); border-radius: 5px; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu ul li .drops.wallet .drop { transform: translateX(20px); right: 0; } #header-dashboard .user-menu ul li .drops.wallet .drop:before { left: 80%; } } #header-dashboard .user-menu ul li .drops.wallet .drop .credit { background: #F5FAFF; border-radius: 9px; height: 34px; line-height: 34px; padding: 0 7px; margin-bottom: 12px; } #header-dashboard .user-menu ul li .drops.wallet .drop .credit .title { float: right; color: #000000; } #header-dashboard .user-menu ul li .drops.wallet .drop .credit .price { float: left; } #header-dashboard .user-menu ul li .drops.wallet .drop .credit .price .tom { color: #92929D; margin-right: 3px; } #header-dashboard .user-menu ul li .drops.wallet .drop .credit .price .num { color: #171725; font-weight: bold; } #header-dashboard .user-menu ul li .drops.wallet .drop a { display: block; line-height: 24px; margin-bottom: 10px; padding: 0 6px; color: #252532; margin-bottom: 15px; } #header-dashboard .user-menu ul li .drops.wallet .drop a span.icon { display: inline-block; vertical-align: middle; margin-left: 10px; } #header-dashboard .user-menu ul li .drops.wallet .drop a:hover { color: #57ba7e; } #header-dashboard .user-menu ul li .drops.wallet .drop a:last-child { margin-bottom: 0; } #header-dashboard .user-menu ul li .drops.notif .drop { width: 345px; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu ul li .drops.notif .drop { width: 265px; } } #header-dashboard .user-menu ul li .drops.notif .drop .head { overflow: hidden; line-height: 24px; padding: 15px 0; margin-bottom: 5px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .right { float: right; } #header-dashboard .user-menu ul li .drops.notif .drop .head .right span { display: inline-block; vertical-align: middle; font-size: 16px; color: #171725; font-weight: bold; margin: 0 19px 0 9px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .right span.num { min-width: 20px; padding: 0 2px; border-radius: 50%; background: #FC5A5A; text-align: center; color: #fff; font-size: 14px; font-weight: 500; margin: 0; } #header-dashboard .user-menu ul li .drops.notif .drop .head .left { float: left; margin-left: 14px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .left .clear { padding: 0; cursor: pointer; border: none; background: none; transition: all .3s; color: #92929D; font-weight: 700; font-size: 14px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .left .clear span { display: inline-block; vertical-align: middle; margin: 0 3px; } #header-dashboard .user-menu ul li .drops.notif .drop .head .left .clear:hover { color: red; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif { overflow: hidden; margin-bottom: 9px; padding: 15px 13px 10px 20px; border-bottom: 1px solid #f6f7fc; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif:last-child { border-bottom: none; margin-bottom: 0; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.right { float: right; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.right .avatar .img { width: 46px; height: 46px; margin: 0 auto; border: 2px solid #F2F6FC; border-radius: 20px; background-position: center center !important; background-size: cover !important; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left { margin-right: 58px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left div.name .time { float: left; font-size: 12px; color: #696974; font-weight: bold; padding-top: 6px; margin-left: 5px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left div.name h5 { margin-bottom: 0px; font-size: 14px; color: #0D253F; padding-top: 3px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left div.name .stat { display: block; font-size: 12px; font-weight: bold; color: #B5B5BE; margin-bottom: 8px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif div.left .adv p { margin-bottom: 9px; font-size: 14px; line-height: 22px; color: #92929D; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green { background: #57ba7e; border-radius: 20px; padding-bottom: 7px; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.right .avatar .img { border-color: #fff; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.left div.name .time { color: #fff; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.left div.name h5 { color: #fff; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.left div.name .stat { color: #fff; opacity: .7; } #header-dashboard .user-menu ul li .drops.notif .drop .single-notif.green div.left .adv p { color: #fff; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu ul { float: right; } } #header-dashboard .user-menu .logout { border: none; background: none; color: #696974; cursor: pointer; font-weight: 500; margin-right: 49px; padding: 0; line-height: 36px; transition: all .3s; } #header-dashboard .user-menu .logout span { display: inline-block; vertical-align: middle; } #header-dashboard .user-menu .logout span.icon { margin-right: 14px; } @media only screen and (max-width: 600px) { #header-dashboard .user-menu .logout { margin-right: 15px; float: left; } } #dash-main { background: #fff; } #dash-main #dashside { background: #fff; position: fixed; width: 275px; right: 0; bottom: 0; top: 0px; box-sizing: border-box; padding-top: 21px; overflow: auto; padding-bottom: 150px; z-index: 5; transition: all .3s; } @media only screen and (max-width: 1000px) { #dash-main #dashside { right: -275px; } #dash-main #dashside.active { right: 0; box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.3); } } @media only screen and (max-height: 600px) { #dash-main #dashside { padding-bottom: 80px; } } #dash-main #dashside #logo { margin-right: 76px; margin-bottom: 83px; } @media only screen and (max-height: 800px) { #dash-main #dashside #logo { margin-bottom: 40px; } } #dash-main #dashside .user-prfile { text-align: center; margin-bottom: 69px; } @media only screen and (max-height: 800px) { #dash-main #dashside .user-prfile { margin-bottom: 25px; } } #dash-main #dashside .user-prfile .avatar { margin-bottom: 21px; } #dash-main #dashside .user-prfile .avatar .img { width: 64px; height: 64px; margin: 0 auto; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } #dash-main #dashside .user-prfile .name { font-size: 16px; margin-bottom: 1px; line-height: 20px; } #dash-main #dashside .user-prfile .setting { display: inline-block; border: none; cursor: pointer; background: none; line-height: 24px; } #dash-main #dashside .user-prfile .setting span { display: inline-block; vertical-align: middle; color: #92929D; } #dash-main #dashside .user-prfile .setting span.icon { margin-left: 2px; } #dash-main #dashside .dashmenu { padding: 0 30px; } #dash-main #dashside .dashmenu li { line-height: 38px; margin-bottom: 8px; position: relative; } #dash-main #dashside .dashmenu li a { display: block; } #dash-main #dashside .dashmenu li a span { display: inline-block; vertical-align: middle; } #dash-main #dashside .dashmenu li a span.icon { position: relative; z-index: 2; margin-left: 26px; color: #636379; } #dash-main #dashside .dashmenu li a span.text { font-size: 14px; color: #696974; font-weight: 500; } #dash-main #dashside .dashmenu li a span.num { float: left; line-height: 22px; padding: 0 4px; color: #fff; background: #FC5A5A; border-radius: 11px; margin-left: 3px; margin-top: 8px; text-align: center; min-width: 20px; } #dash-main #dashside .dashmenu li.active { line-height: 51px; margin-bottom: 26px; } #dash-main #dashside .dashmenu li.active:before { content: ""; position: absolute; width: 68px; top: 0; bottom: 0; right: -30px; background: #5e57ba; border-radius: 26px 0 0 26px; } #dash-main #dashside .dashmenu li.active span.icon { color: #fff; } #dash-main #dashside .dashmenu li.active span.text { color: #000; } #dash-main #dashside .beckome-teacher-button { position: fixed; right: 34px; bottom: 30px; width: 207px; z-index: 2; } @media only screen and (max-height: 700px) { #dash-main #dashside .beckome-teacher-button { bottom: 14px; right: 14px; } } #dash-main #dashside .beckome-teacher-button .beckome-teacher { display: block; width: 100%; height: 65px; background: #FFE8D1; border-radius: 35px 35px 0px 0px; line-height: 70px; text-align: center; border: none; } @media only screen and (max-height: 700px) { #dash-main #dashside .beckome-teacher-button .beckome-teacher { line-height: 45px; height: 45px; border-radius: 23px; } } #dash-main #dashside .beckome-teacher-button .beckome-teacher span { display: inline-block; vertical-align: middle; font-size: 13px; color: #0E0E10; font-weight: 500; } #dash-main #dashside .beckome-teacher-button .beckome-teacher span.icon { width: 28px; height: 28px; line-height: 28px; text-align: center; background: #FF974A; border-radius: 6px; margin-left: 5px; } #dash-main #dashside .beckome-teacher-button:before { content: ""; width: 73px; height: 91px; background: url('images/be-teacher.png'); position: absolute; left: 50%; margin-left: -36px; top: -70px; } @media only screen and (max-height: 700px) { #dash-main #dashside .beckome-teacher-button:before { display: none; } } #dash-main #dash-content { padding: 34px; margin-right: 275px; background: #f5faff; border-radius: 0 50px 0 0; } @media only screen and (max-width: 1000px) { #dash-main #dash-content { margin-right: 0; border-radius: 0 0px 0 0; padding: 15px 15px 50px; } } #dash-main #dash-content .search-ordering { margin-bottom: 27px; } #dash-main #dash-content .table-container { background: #FFFFFF; border-radius: 40px; padding: 15px 40px; } @media only screen and (max-width: 1000px) { #dash-main #dash-content .table-container { padding: 15px; } } #dash-main #dash-content .table-container div.page-nav { height: 0; position: relative; bottom: 45px; } @media only screen and (max-width: 600px) { #dash-main #dash-content .table-container div.page-nav { bottom: 0; height: auto; text-align: center; } } .data-table { width: 100%; margin-bottom: 26px; } .data-table th { font-size: 16px; color: #92929D; padding: 21px 0 26px; } .data-table th.check { width: 60px; } .data-table th.texright { text-align: right; } .data-table th.texright { text-align: right; } .data-table tbody tr { position: relative; } .data-table tbody tr input { width: 0; height: 0; position: absolute; opacity: 0; } .data-table tbody tr label { position: absolute; left: 0; right: 0; top: 0; bottom: 16px; cursor: pointer; z-index: 3; text-align: right; } .data-table tbody tr label span.check { display: inline-block; width: 18px; height: 18px; line-height: 18px; text-align: center; border: 2px solid #D3E0F6; border-radius: 8px; margin-top: 34px; margin-right: 20px; transition: all .3s; } .data-table tbody tr label span.check svg { opacity: 0; transition: all .3s; } .data-table tbody tr input:checked ~ label span.check { border-color: #57ba7e; background: #57ba7e; } .data-table tbody tr input:checked ~ label span.check svg { opacity: 1; } .data-table tbody tr td { padding-bottom: 16px; height: 90px; text-align: center; font-weight: 500; color: #171725; position: relative; } .data-table tbody tr td:before { content: ""; position: absolute; right: -1px; left: -1px; top: 0; bottom: 16px; } .data-table tbody tr td > span { position: relative; z-index: 2; } .data-table tbody tr td span.price .num { font-size: 22px; color: #171725; font-weight: bold; } .data-table tbody tr td span.price .tom { color: #92929D; margin-right: 4px; } .data-table tbody tr td span.stat { border: 2px solid #d3e0f6; box-sizing: border-box; border-radius: 14px; width: 86px; background: #fcfdff; height: 40px; font-weight: 500; display: inline-block; line-height: 40px; } .data-table tbody tr td span.stat.green { border-color: #ccf3e5; color: #3dd598; background: #f0fbf8; } .data-table tbody tr td span.stat.red { border-color: #fccfd1; color: #fd8889; background: #fcf1f3; } .data-table tbody tr td span.stat.orange { border-color: #ffe5d2; color: #ffa35f; background: #fff8f3; } .data-table tbody tr td span.stat:first-child:before { border-radius: 0 25px 25px 0; } .data-table tbody tr td span.stat:first-child:after { border-radius: 25px 0 0 25px; } .data-table tbody tr td .share { display: block; } .data-table tbody tr td .share .share-link { color: #92929D; background: none; border: none; margin: 0 15px; } .data-table tbody tr td .share .share-link span { display: inline-block; vertical-align: middle; } .data-table tbody tr td .share .share-link span.icon { margin-left: 4px; } .data-table tbody tr td .share .share-link:hover { color: #57ba7e; } .data-table tbody tr td .actions .edit, .data-table tbody tr td .actions .remove { border: none; transition: all .3s; background: #FBFCFE; border-radius: 17px; text-align: right; margin: 0 4px; display: inline-block; width: 107px; line-height: 50px; } .data-table tbody tr td .actions .edit span, .data-table tbody tr td .actions .remove span { display: inline-block; vertical-align: middle; font-size: 12px; color: #171725; transition: all .3s; } .data-table tbody tr td .actions .edit span.icon, .data-table tbody tr td .actions .remove span.icon { margin: 0 7px 0 3px; color: #636379; transition: all .3s; } .data-table tbody tr td .actions .edit:hover span, .data-table tbody tr td .actions .remove:hover span, .data-table tbody tr td .actions .edit:hover span.icon, .data-table tbody tr td .actions .remove:hover span.icon { color: #57ba7e; } .data-table tbody tr td.texright { text-align: right; } .data-table tbody tr td.fw5 { font-weight: 500; } .data-table tbody tr:nth-child(odd) td .actions .edit, .data-table tbody tr:nth-child(odd) td .actions .remove { background: #Fff; } .data-table tbody tr:nth-child(odd) td:before { background: #fcfdff; } .pagination { overflow: hidden; } .pagination ul { float: left; direction: ltr; } .pagination ul li { display: inline-block; margin-right: 13px; margin-bottom: 4px; } @media only screen and (max-width: 1300px) { .pagination ul li { margin-right: 8px; } } .pagination ul li .page { width: 40px; height: 40px; display: inline-block; background: #F4F7FC; border-radius: 15px; line-height: 40px; text-align: center; font-weight: bold; color: #171725; } @media only screen and (max-width: 1300px) { .pagination ul li .page { width: 30px; height: 30px; line-height: 30px; } } .pagination ul li span { height: 40px; display: inline-block; line-height: 40px; text-align: center; font-weight: bold; color: #171725; } .pagination ul li.active .page { background: #57ba7e; color: #fff; } .pagination .pagination-result { float: left; line-height: 40px; color: #92929D; margin-left: 70px; } @media only screen and (max-width: 600px) { .pagination .pagination-result { margin-left: 0; float: right; } } div.page-nav { text-align: center; } @media only screen and (max-width: 1300px) { div.page-nav { text-align: right; } } div.page-nav .prev, div.page-nav .next { display: inline-block; float: none; width: 50px; height: 40px; border: none; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } div.page-nav .prev svg, div.page-nav .next svg { transition: all .3s; } div.page-nav .prev.prev, div.page-nav .next.prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } div.page-nav .prev:hover, div.page-nav .next:hover { color: #273C66; opacity: 1; } div.page-nav .prev:hover svg, div.page-nav .next:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } .table-box { overflow: auto; } .table-box table { min-width: 800px; } .dash-guide { overflow: hidden; } h3.dash-title { font-size: 18px; color: #000; margin: 20px 0px 23px; width: 100%; padding: 0 53px; clear: both; box-sizing: border-box; } h3.dash-title .back-page { background: none; border: none; color: #92929D; margin-right: 19px; font-size: 14px; } h3.dash-title .back-page .icon { margin-left: 2px; } .single-guide { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; overflow: hidden; display: table; width: 100%; table-layout: fixed; } .single-guide > div { display: table-row; } .single-guide div.left { display: table-cell; width: 162px; vertical-align: top; text-align: left; padding: 45px 10px 43px 47px; } .single-guide div.left .more { display: inline-block; line-height: 50px; background: #FFE8D1; border-radius: 20px; color: #171725; padding: 0 20px; transition: all .3s; } .single-guide div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #FF974A; color: #fff; border-radius: 10px; margin-right: 11px; } .single-guide div.left .more:hover { background: #ffcf9e; } @media only screen and (max-width: 1500px) { .single-guide div.left { padding: 10px 20px 30px; display: block; width: auto; text-align: center; } } .single-guide div.right { display: table-cell; vertical-align: top; } .single-guide div.right div.img { float: right; width: 110px; padding: 45px 30px 25px 10px; } @media only screen and (max-width: 1500px) { .single-guide div.right div.img { padding: 15px 15px 15px; } } @media only screen and (max-width: 600px) { .single-guide div.right div.img { float: none; margin: 0 auto; } } .single-guide div.right div.info { margin-right: 130px; padding: 53px 0 15px; } @media only screen and (max-width: 1500px) { .single-guide div.right div.info { margin-right: 110px; } } @media only screen and (max-width: 600px) { .single-guide div.right div.info { margin-right: 00px; padding: 0px; } } .single-guide div.right div.info h4 { color: #171725; font-size: 16px; margin-bottom: 7px; } .single-guide div.right div.info p { font-size: 16px; color: #889AAF; } @media only screen and (max-width: 1500px) { .single-guide div.right div.info p { font-size: 14px; } } @media only screen and (max-width: 1500px) { .single-guide div.right { float: none; display: block; width: auto; padding: 15px 15px 0; } } .fave-teachers { overflow: hidden; margin-bottom: 13px; } .single-fav-teacher { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; padding: 26px 26px 30px; } .single-fav-teacher .profile { background: #F4F9FD; border-radius: 25px; padding: 16px 16px 13px; text-align: center; margin-bottom: 12px; } .single-fav-teacher .profile .avatar { margin-bottom: 18px; } .single-fav-teacher .profile .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; margin: 0 auto; } .single-fav-teacher .profile h4.name { color: #0A1629; font-size: 16px; margin-bottom: 0px; line-height: 1.3; } .single-fav-teacher .profile .expert { display: block; color: #0A1629; margin-bottom: 14px; } .single-fav-teacher .profile .lang span { display: inline-block; vertical-align: middle; font-size: 12px; color: #7D8592; } .single-fav-teacher .profile .lang span.flag { margin-right: 4px; } .single-fav-teacher .profile .lang img { display: inline-block; vertical-align: middle; width: 24px; } .single-fav-teacher .stat { text-align: center; margin-bottom: 27px; } .single-fav-teacher .stat li { display: inline-block; width: 31%; } .single-fav-teacher .stat li span { display: block; } .single-fav-teacher .stat li span.num { font-size: 18px; font-weight: bold; color: #0A1629; margin-bottom: 6px; } .single-fav-teacher .stat li span.title { color: #91929E; } .single-fav-teacher .button { text-align: center; } .single-fav-teacher .button .see-profile { display: inline-block; line-height: 50px; width: 160px; font-weight: bold; color: #fff; background: #5e57ba; border-radius: 24px; border: none; cursor: pointer; transition: all .3s; } .single-fav-teacher .button .see-profile span.icon { margin-right: 22px; } .single-fav-teacher .button .see-profile:hover { background: #47419d; } .upclasses { display: table; width: 100%; table-layout: fixed; background: #FFFFFF; border-radius: 40px; margin-bottom: 13px; } .upclasses > div { padding: 30px 36px 10px; } @media only screen and (max-width: 700px) { .upclasses > div { padding: 20px 15px 10px; } } .upclasses div.page-nav { height: 0; position: relative; bottom: 45px; } @media only screen and (max-width: 600px) { .upclasses div.page-nav { bottom: 0; height: auto; text-align: center; } } .single-cupclass { background: #FFFFFF; border: 1px solid #F4F9FD; border-radius: 30px; display: table; width: 100%; table-layout: fixed; margin-bottom: 20px; } .single-cupclass > div { display: table-row; } .single-cupclass div.right { width: 55%; display: table-cell; padding: 32px 0; } @media only screen and (max-width: 1500px) { .single-cupclass div.right { width: auto; display: block; overflow: hidden; padding: 25px 0 0; } } @media only screen and (max-width: 700px) { .single-cupclass div.right { text-align: center; } } .single-cupclass div.right div.profile { float: right; width: auto; margin-right: 12px; } @media only screen and (max-width: 700px) { .single-cupclass div.right div.profile { float: none; display: inline-block; margin: 0 12px 22px; } } .single-cupclass div.right div.profile .avatar { float: right; } .single-cupclass div.right div.profile .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; } .single-cupclass div.right div.profile h4 { margin-right: 93px; font-size: 18px; color: #000; margin-bottom: 3px; } @media only screen and (max-width: 1200px) { .single-cupclass div.right div.profile h4 { margin-right: 85px; } } .single-cupclass div.right div.profile ul { margin-right: 93px; font-size: 12px; color: #92929D; line-height: 1.2; } @media only screen and (max-width: 1200px) { .single-cupclass div.right div.profile ul { margin-right: 85px; } } .single-cupclass div.right div.profile ul li { margin-bottom: 5px; } .single-cupclass div.right div.profile ul li span.icon { margin-left: 4px; margin-right: 2px; } .single-cupclass div.right div.timer { float: right; margin-right: 15px; } @media only screen and (max-width: 1500px) { .single-cupclass div.right div.timer { float: left; margin-left: 20px; } } @media only screen and (max-width: 700px) { .single-cupclass div.right div.timer { float: none; } } .single-cupclass div.right div.timer h4 { display: inline-block; vertical-align: middle; margin-bottom: 0; font-size: 14px; color: #000; font-weight: 400; margin-left: 15px; line-height: 47px; border-right: 1px dashed rgba(146, 146, 157, 0.43); padding-right: 20px; } @media only screen and (max-width: 1500px) { .single-cupclass div.right div.timer h4 { border: none; } } .single-cupclass div.right div.timer .countdown { display: inline-block; vertical-align: middle; } .single-cupclass div.right div.timer .countdown .timerDisplay { direction: rtl; text-align: center; display: inline-block; } .single-cupclass div.right div.timer .countdown .timerDisplay .displaySection { display: inline-block; margin: 0 8px; } .single-cupclass div.right div.timer .countdown .timerDisplay .numberDisplay { display: block; line-height: 30px; width: 35px; color: #fff; text-align: center; font-size: 18px; font-weight: bold; margin-bottom: 3px; background: #57BA7E; border-radius: 10px 10px 1px 1px; } .single-cupclass div.right div.timer .countdown .timerDisplay .periodDisplay { font-size: 12px; color: #92929D; background: #EAF4FF; border-radius: 1px 1px 10px 10px; display: block; line-height: 30px; } .single-cupclass div.left { width: 45%; display: table-cell; vertical-align: top; padding: 32px 0; } @media only screen and (max-width: 1500px) { .single-cupclass div.left { width: auto; display: block; } } .single-cupclass div.left .info { float: right; width: 120px; border-right: 1px dashed rgba(146, 146, 157, 0.43); padding-right: 20px; } @media only screen and (max-width: 1500px) { .single-cupclass div.left .info { border: none; } } @media only screen and (max-width: 700px) { .single-cupclass div.left .info { float: none; width: auto; padding: 0 12px; text-align: center; margin-bottom: 20px; } } .single-cupclass div.left .info li { display: inline-block; vertical-align: middle; text-align: center; margin-left: 16px; } .single-cupclass div.left .info li span { display: block; } .single-cupclass div.left .info li span.title { font-size: 12px; color: #171725; margin-bottom: 10px; } .single-cupclass div.left .buttons { margin-right: 130px; text-align: left; } @media only screen and (max-width: 700px) { .single-cupclass div.left .buttons { margin-right: 0; text-align: center; } } .single-cupclass div.left .buttons .options { display: inline-block; vertical-align: middle; position: relative; } .single-cupclass div.left .buttons .options .top { cursor: pointer; border: none; display: block; transition: all .3s; text-align: center; width: 130px; line-height: 50px; border-radius: 20px; color: #171725; background: #F5FAFF; font-weight: bold; } .single-cupclass div.left .buttons .options .top:hover { background: #c2e0ff; } @media only screen and (max-width: 700px) { .single-cupclass div.left .buttons .options .top { width: 120px; margin: 0 10px 10px; } } .single-cupclass div.left .buttons .options .drop { position: absolute; right: 50%; text-align: right; display: none; transform: translateX(50%); box-shadow: -21px 13px 60px rgba(64, 100, 155, 0.13); border-radius: 20px; width: 142px; background: #FFFFFF; top: 62px; } .single-cupclass div.left .buttons .options .drop .drop-container { background: #FFFFFF; padding: 15px 8px 2px; position: relative; border-radius: 20px; z-index: 2; } .single-cupclass div.left .buttons .options .drop .drop-container a { display: block; line-height: 34px; border-radius: 9px; font-size: 12px; color: #171725; margin-bottom: 8px; } .single-cupclass div.left .buttons .options .drop .drop-container a span { display: inline-block; vertical-align: middle; } .single-cupclass div.left .buttons .options .drop .drop-container a span.icon { margin-left: 10px; margin-right: 6px; } .single-cupclass div.left .buttons .options .drop .drop-container a:hover { background: #F5FAFF; } .single-cupclass div.left .buttons .options .drop:before { content: ""; width: 48px; height: 48px; background: #fff; position: absolute; transform: rotate(45deg); left: 50%; margin-left: -24px; top: -3px; z-index: -1; box-shadow: 0 0 4px rgba(64, 100, 155, 0.08); border-radius: 5px; } .single-cupclass div.left .buttons .enter-class { display: inline-block; vertical-align: middle; margin-left: 20px; margin-right: 20px; } @media only screen and (max-width: 700px) { .single-cupclass div.left .buttons .enter-class { margin: 0 10px; } } .single-cupclass div.left .buttons .enter-class .enter-class-bt { cursor: pointer; border: none; text-align: center; display: block; transition: all .3s; width: 130px; line-height: 50px; border-radius: 20px; color: #fff; background: #5e57ba; font-weight: bold; } .single-cupclass div.left .buttons .enter-class .enter-class-bt:hover { background: #47419d; } @media only screen and (max-width: 700px) { .single-cupclass div.left .buttons .enter-class .enter-class-bt { width: 120px; } } .no-class { padding: 55px 15px 31px; text-align: center; } .no-class div.img { margin-bottom: 15px; } .no-class div.img img { display: inline-block; } .no-class h3 { font-size: 24px; color: #343440; margin-bottom: 59px; } .no-class div.button .reserv { display: inline-block; padding: 0 26px 0 17px; line-height: 50px; background: #57ba7e; color: #fff; border-radius: 24px; font-weight: 500; border: none; transition: all .3s; } .no-class div.button .reserv span { display: inline-block; vertical-align: middle; } .no-class div.button .reserv span.icon { margin-right: 23px; } .no-class div.button .reserv:hover { background: #419d65; } .choose-time-single { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; padding: 42px 10px 30px; } .choose-time-single .avatar { margin-bottom: 18px; } .choose-time-single .avatar .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-position: center center !important; background-size: cover !important; margin: 0 auto; } .choose-time-single h4.name { color: #0A1629; font-size: 16px; margin-bottom: 0px; line-height: 1.3; text-align: center; } .choose-time-single .remain { display: block; color: #0A1629; margin-bottom: 14px; text-align: center; } .choose-time-single .button { text-align: center; } .choose-time-single .button .ch-button { display: inline-block; line-height: 50px; width: 150px; font-weight: bold; color: #636379; background: #F5FAFF; border-radius: 20px; border: none; cursor: pointer; transition: all .3s; } .choose-time-single .button .ch-button span.icon { margin-right: 22px; } .choose-time-single .button .ch-button:hover { background: #57ba7e; color: #fff; } .add-wallet { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; overflow: hidden; display: table; width: 100%; table-layout: fixed; } .add-wallet > div { display: table-row; } .add-wallet div.left { display: table-cell; width: 162px; vertical-align: top; text-align: left; padding: 45px 10px 40px 29px; } .add-wallet div.left .more { display: inline-block; line-height: 50px; background: #F5FAFF; border-radius: 20px; color: #171725; padding: 0 21px 0 14px; transition: all .3s; } .add-wallet div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #57ba7e; color: #fff; border-radius: 10px; margin-right: 11px; } .add-wallet div.left .more:hover { background: #c2e0ff; } .add-wallet div.right { display: table-cell; vertical-align: top; } .add-wallet div.right div.img { float: right; width: 133px; padding: 25px 12px 25px 13px; } .add-wallet div.right div.info { margin-right: 130px; padding: 46px 0 15px; } .add-wallet div.right div.info h4 { color: #171725; font-size: 14px; margin-bottom: 7px; font-weight: 400; } .add-wallet div.right div.info p span { display: inline-block; vertical-align: middle; } .add-wallet div.right div.info p span.num { font-size: 30px; color: #171725; font-weight: bold; } .add-wallet div.right div.info p span.tom { color: #92929D; margin-right: 3px; } @media only screen and (max-width: 1530px) and (min-width: 1290px) { .add-wallet div.left { display: block; width: auto; padding: 0 10px 20px; text-align: center; overflow: hidden; } .add-wallet div.right { display: block; width: auto; padding: 0 10px; overflow: hidden; } } @media only screen and (max-width: 600px) { .add-wallet div.left { display: block; width: auto; padding: 0 10px 20px; text-align: center; overflow: hidden; } .add-wallet div.right { display: block; width: auto; padding: 0 10px; overflow: hidden; } .add-wallet div.right div.img { float: right; width: 100px; padding: 25px 12px 28px 13px; } .add-wallet div.right div.info { margin-right: 130px; padding-top: 34px; } } .golden-chance { background: #FFFFFF; border-radius: 40px; margin-bottom: 40px; overflow: hidden; display: table; width: 100%; table-layout: fixed; } .golden-chance > div { display: table-row; } .golden-chance div.left { display: table-cell; width: 162px; vertical-align: top; text-align: left; padding: 45px 23px 40px 37px; } .golden-chance div.left .more { display: inline-block; line-height: 50px; background: #FFE8D1; border-radius: 20px; color: #171725; padding: 0 20px ; transition: all .3s; } .golden-chance div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #FF974A; color: #fff; border-radius: 10px; margin-right: 11px; } .golden-chance div.left .more:hover { background: #ffcf9e; } .golden-chance div.right { display: table-cell; vertical-align: top; } .golden-chance div.right div.img { float: right; width: 158px; padding: 17px 37px 17px 10px; } .golden-chance div.right div.info { margin-right: 227px; padding: 30px 0 11px; } .golden-chance div.right div.info h4 { color: #343440; font-size: 24px; margin-bottom: 7px; } .golden-chance div.right div.info p { font-size: 14px; color: #51515C; line-height: 21px; } @media only screen and (max-width: 1530px) and (min-width: 1290px) { .golden-chance div.left { display: block; width: auto; padding: 0 10px 20px; text-align: center; overflow: hidden; } .golden-chance div.right { display: block; width: auto; padding: 0 10px; overflow: hidden; } } @media only screen and (max-width: 800px) { .golden-chance div.left { display: block; width: auto; padding: 0 10px 20px; text-align: center; overflow: hidden; } .golden-chance div.right { display: block; width: auto; padding: 0 10px; overflow: hidden; } .golden-chance div.right div.img { float: none; padding: 15px; width: auto; } .golden-chance div.right div.img img { margin: 0 auto; } .golden-chance div.right div.info { margin-right: 0px; padding: 15px; } .golden-chance div.right div.info h4 { font-size: 20px; } } .dash-stat { overflow: hidden; } .single-dash-stat { background: #FFFFFF; border-radius: 30px; margin-bottom: 40px; padding: 27px 21px 28px 15px; overflow: hidden; } @media only screen and (max-width: 1300px) { .single-dash-stat { margin-bottom: 20px; } } .single-dash-stat .icon { float: right; padding-top: 5px; } .single-dash-stat div.left { margin-right: 46px; } .single-dash-stat div.left span { display: block; } .single-dash-stat div.left span.top { font-weight: 500; color: #000000; } .single-dash-stat div.left span.bot { font-weight: bold; color: #000000; } .ho-comment { overflow: hidden; border-bottom: 1px solid #f9fafb; margin: 0 -30px 15px; padding: 25px 40px 10px 40px; } @media only screen and (max-width: 1300px) { .ho-comment { padding: 20px 15px 15px; margin: 0 -15px 15px; } } .ho-comment > .right { width: 94px; float: right; margin-top: 2px; } .ho-comment > .right .pic { width: 70px; position: relative; text-align: center; } .ho-comment > .right .pic .icon { position: absolute; right: -5px; bottom: -5px; width: 27px; height: 27px; background: #fdbc01; display: block; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .ho-comment > .right .pic .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-size: cover !important; background-position: center center !important; } @media only screen and (max-width: 1200px) { .ho-comment > .right { float: none; margin: 0 auto 20px; } } .ho-comment .mtexct { overflow: hidden; } .ho-comment .mtexct .right { float: right; width: 60%; } @media only screen and (max-width: 700px) { .ho-comment .mtexct .right { width: auto; float: none; } } .ho-comment .mtexct .right .name { font-size: 14px; color: #6E7A8A; margin-bottom: 0px; line-height: 24px; } .ho-comment .mtexct .right .name .namet { font-size: 16px; font-weight: bold; color: #171725; margin-right: 5px; } .ho-comment .mtexct .right .date { font-size: 10px; color: #6E7A8A; margin-bottom: 0px; } .ho-comment .mtexct .right .text { margin-bottom: 2px; } .ho-comment .mtexct .right .text p { line-height: 28px; color: #171725; margin-bottom: 0; } .ho-comment .mtexct .buuton { float: left; width: 40%; padding-top: 39px; overflow: hidden; } @media only screen and (max-width: 700px) { .ho-comment .mtexct .buuton { width: auto; float: none; text-align: center; padding-top: 20px; } } .ho-comment .mtexct .buuton .reply, .ho-comment .mtexct .buuton .remove { display: inline-block; line-height: 50px; height: 50px; margin-right: 14px; float: left; width: 77px; text-align: right; border: none; padding: 0 15px; background: #F5FAFF; cursor: pointer; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; -webkit-border-radius: 17px; -moz-border-radius: 17px; -ms-border-radius: 17px; -o-border-radius: 17px; border-radius: 17px; font-size: 12px; color: #171725; } .ho-comment .mtexct .buuton .reply i, .ho-comment .mtexct .buuton .remove i { margin-left: 11px; position: relative; } .ho-comment .mtexct .buuton .reply:hover, .ho-comment .mtexct .buuton .remove:hover { background: #dcedff; } @media only screen and (max-width: 700px) { .ho-comment .mtexct .buuton .reply, .ho-comment .mtexct .buuton .remove { float: none; margin: 0 10px 10px; } } .ho-comment .mtexct .buuton .remove { margin-left: 20px; } @media only screen and (max-width: 1500px) { .ho-comment .mtexct .buuton .remove { margin-left: 0; } } .ho-comment:last-child { border-bottom: none; } .more-comment { text-align: center; margin-bottom: 15px; padding-top: 12px; } .more-comment a { color: #171725; } .more-comment a b { color: #57ba7e; } .teacher-stat .diag-filter { float: left; margin-left: 20px; } .teacher-stat .widget-content { direction: ltr; } .profile-status { overflow: hidden; margin-bottom: 30px; background: #FFFFFF; border-radius: 40px; padding: 22px 20px ; } .profile-status .col-lg-2a:last-child .single-prf-stat:before { display: none; } @media only screen and (max-width: 1300px) { .profile-status .col-lg-2a:nth-child(2) .single-prf-stat:before { display: none; } } .profile-status .title { text-align: center; margin-bottom: 34px; } .profile-status .title h3 { font-size: 18px; color: #000; margin-bottom: 8px; } .profile-status .title h3 .red { color: #FD797A; } .profile-status .title p { text-align: center; margin-bottom: 0; font-size: 16px; color: #92929D; } .single-prf-stat { text-align: center; margin-bottom: 20px; position: relative; } .single-prf-stat:before { content: ""; width: 0; height: 47px; border-left: 1px dashed rgba(146, 146, 157, 0.43); position: absolute; left: -15px; bottom: 95px; } @media only screen and (max-width: 800px) { .single-prf-stat:before { display: none; } } .single-prf-stat div.icon { color: #899BB0; margin-bottom: 22px; } .single-prf-stat h4 { font-size: 16px; margin-bottom: 19px; } .single-prf-stat .check { margin-bottom: 13px; } .single-prf-stat .stat span { width: 130px; height: 50px; display: inline-block; line-height: 50px; background: #F5FAFF; border-radius: 20px; font-size: 12px; color: #171725; max-width: 90%; } .single-prf-stat.done div.icon { color: #508FF4; } .single-prf-stat.done .stat span { background: none; } .build-class { background: #FFFFFF; border-radius: 40px; margin-bottom: 20px; overflow: hidden; display: table; width: 100%; table-layout: fixed; } .build-class > div { display: table-row; } .build-class div.left { display: table-cell; width: 162px; vertical-align: top; text-align: left; padding: 45px 10px 43px 47px; } .build-class div.left .more { display: inline-block; line-height: 50px; background: #CAC6F5; border-radius: 20px; color: #171725; padding: 0 26px 0 27px; transition: all .3s; } .build-class div.left .more span.icon { display: inline-block; vertical-align: middle; width: 28px; height: 28px; line-height: 28px; text-align: center; color: #fff; border-radius: 10px; margin-right: 11px; } .build-class div.left .more:hover { background: #a29bed; } @media only screen and (max-width: 1500px) { .build-class div.left { padding: 10px 20px 30px; display: block; width: auto; text-align: center; } } .build-class div.right { display: table-cell; vertical-align: top; } .build-class div.right div.info { margin-right: 55px; padding: 45px 0 15px; } .build-class div.right div.info h4 { color: #171725; font-size: 16px; margin-bottom: 7px; } .build-class div.right div.info p { font-size: 16px; color: #889AAF; } @media only screen and (max-width: 1500px) { .build-class div.right div.info p { font-size: 14px; } } @media only screen and (max-width: 1500px) { .build-class div.right { float: none; display: block; width: auto; padding: 15px 15px 0; } } .sarch-button-order { overflow: hidden; } .sarch-button-order .add-new-class { float: right; width: 259px; } @media only screen and (max-width: 1500px) { .sarch-button-order .add-new-class { float: none; margin-bottom: 10px; } } .sarch-button-order .add-new-class .add-new-class-bt { display: block; background: #fff; width: 100%; box-sizing: border-box; line-height: 60px; height: 70px; border: none; padding: 5px; border-radius: 30px; } .sarch-button-order .add-new-class .add-new-class-bt span.icon { float: left; width: 65px; text-align: center; } .sarch-button-order .add-new-class .add-new-class-bt span.text { display: block; margin-left: 65px; background: #57ba7e; border-radius: 30px; font-weight: 700; color: #fff; transition: all .3s; } .sarch-button-order .add-new-class .add-new-class-bt:hover span.text { background: #419d65; } .sarch-button-order .search-ordering { margin-right: 274px; } @media only screen and (max-width: 1500px) { .sarch-button-order .search-ordering { margin-right: 0; } } .add-new-class-page { background: #FFFFFF; border-radius: 40px; overflow: hidden; padding: 57px 36px; } @media only screen and (max-width: 1000px) { .add-new-class-page { padding: 30px 15px; } } .add-new-class-page .guide h4 { font-size: 14px; color: #00315B; margin-right: 75px; margin-bottom: 10px; } @media only screen and (max-width: 1000px) { .add-new-class-page .guide h4 { margin-right: 15px; } } .add-new-class-page .guide .guide-box { background: #F5FAFF; border-radius: 40px; padding: 22px 68px 16px; margin-bottom: 54px; font-size: 18px; color: #555A6B; } @media only screen and (max-width: 1000px) { .add-new-class-page .guide .guide-box { padding: 22px 10px 16px; margin-bottom: 20px; } } .add-new-class-page .guide .guide-box li { line-height: 35px; padding-right: 30px; } .add-new-class-page .guide .guide-box li:before { width: 8px; height: 8px; top: 11px; } .add-new-class-page .form { max-width: 90%; margin: 0 auto; } @media only screen and (max-width: 1000px) { .add-new-class-page .form { max-width: inherit; } .add-new-class-page .form .clr { display: none; } } .add-new-class-page .form .col-lg-5, .add-new-class-page .form .col-lg-7, .add-new-class-page .form .col-lg-6 { float: left; } .add-new-class-page .form .img { text-align: center; padding-top: 80px; margin-bottom: 30px; } .add-new-class-page .form .img img { display: inline-block; } .add-new-class-page .form .input-container { margin-bottom: 19px; } .add-new-class-page .form label { display: block; font-size: 16px; font-weight: bold; color: #171725; margin: 37px 24px 14px; } .add-new-class-page .form .send { width: 130px; line-height: 50px; border-radius: 20px; background: #57ba7e; border: none; color: #fff; transition: all .3s; } .add-new-class-page .form .send:hover { background: #419d65; } .teacher-calneder-guide { overflow: hidden; background: #FFFFFF; border-radius: 40px; margin-bottom: 22px; padding: 60px 63px 60px; } @media only screen and (max-width: 1300px) { .teacher-calneder-guide { padding: 20px; } } .teacher-calneder-guide .col-lg-8, .teacher-calneder-guide .col-lg-4 { float: left; } .teacher-calneder-guide .img { text-align: center; padding-top: 70px; } .teacher-calneder-guide .img img { display: inline-block; } .teacher-calneder-guide h3 { font-size: 18px; margin-bottom: 28px; } .teacher-calneder-guide ul li { color: #171725; padding-right: 23px; } .teacher-calneder-guide ul li:before { border-color: #ced1d5; width: 8px; height: 8px; } .selectiong { position: absolute; border: 1px solid #89B; background: #BCE; background-color: #BEC; border-color: #8B9; z-index: 235665; } .dropped { background-color: #EBC; border-color: #B89; } .class-price-select { background: #FFFFFF; border-radius: 40px; margin-bottom: 30px; overflow: hidden; padding: 30px 40px 55px; } .class-price-select h3 { font-size: 18px; color: #000000; margin: 2px 38px 35px; } .class-price-select .col-lg-6 { float: left; } .class-price-select div.img { text-align: center; padding: 70px 0 50px; position: relative; } @media only screen and (max-width: 1300px) { .class-price-select div.img { padding: 0; } } .class-price-select div.img:before { content: ""; position: absolute; top: 70px; right: 0px; bottom: 50px; border-right: 1px dashed rgba(206, 209, 213, 0.6); } @media only screen and (max-width: 1300px) { .class-price-select div.img:before { display: none; } } .class-price-select div.img img { display: inline-block; } .class-price-select .form { max-width: 290px; margin: 0 auto; } .class-price-select .form select { width: 100%; } .class-price-select .form label { display: block; font-size: 14px; color: #000000; font-weight: 500; margin: 18px 28px 12px; } .class-price-select .form .select2-container--default .select2-selection--multiple, .class-price-select .form .select2-container--default .select2-selection--single { height: 62px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; } .class-price-select .form .select2-container--default .select2-selection--multiple .select2-selection__arrow, .class-price-select .form .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 40px; background: #F4F5FA; border-radius: 15px; text-align: center; line-height: 40px; top: 11px; left: 13px; } .class-price-select .form .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered, .class-price-select .form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { line-height: 58px; padding-right: 65px; } .class-price-select .form .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered:before, .class-price-select .form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered:before { content: ""; width: 20px; height: 20px; position: absolute; right: 21px; top: 19px; background: url('images/dollar.svg'); } .class-price-select .form .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered:after, .class-price-select .form .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered:after { content: ""; width: 2px; height: 13px; background: #e8ecf1; position: absolute; top: 23px; right: 48px; } .class-price-select .form .select2-container--default .select2-selection--multiple .select2-selection__placeholder, .class-price-select .form .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #B8BABF; } .class-price-select .form .button { text-align: center; padding-top: 21px; } .class-price-select .form .button .send { width: 130px; background: #57ba7e; height: 50px; line-height: 50px; color: #fff; border: none; transition: all .3s; border-radius: 20px; } .class-price-select .form .button .send:hover { background: #419d65; } .select2-container div.price span { display: inline-block; margin-left: 3px; } .select2-container div.price span.num { font-weight: bold; } .select2-dropdown { border: 2px solid #E0E4F5 !important; border-radius: 25px !important; overflow: hidden; transform: translateY(3px); } .select2-dropdown div.price { padding: 0 20px; } .pricing-tutrial { background: #FFFFFF; border-radius: 40px; margin-bottom: 30px; overflow: hidden; padding: 30px 40px 25px; } .pricing-tutrial h3 { font-size: 18px; color: #000000; margin: 2px 38px 35px; } .pricing-tutrial div.img { text-align: center; padding: 10px 0 50px; position: relative; } @media only screen and (max-width: 1300px) { .pricing-tutrial div.img { padding: 0; } } .pricing-tutrial div.img:before { content: ""; position: absolute; top: 10px; left: 0px; bottom: 50px; border-right: 1px dashed rgba(206, 209, 213, 0.6); } @media only screen and (max-width: 1300px) { .pricing-tutrial div.img:before { display: none; } } .pricing-tutrial div.img img { display: inline-block; } .pricing-tutrial div.img p { line-height: 22px; color: #171725; text-align: center; margin-bottom: 30px; } .pricing-tutrial form { max-width: 290px; margin: 0 auto; } .pricing-tutrial form .radio-group { margin-bottom: 30px; } .pricing-tutrial form p { font-size: 14px; color: #000000; font-weight: 500; margin: 18px 28px 12px; } .pricing-tutrial form div.input { position: relative; margin-bottom: 28px; } .pricing-tutrial form div.input input { height: 62px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; width: 100%; box-sizing: border-box; padding: 0 65px 0 10px; } .pricing-tutrial form div.input span.icon { width: 20px; height: 20px; position: absolute; right: 21px; top: 19px; background: url('images/dollar.svg'); } .pricing-tutrial form div.input:after { content: ""; width: 2px; height: 13px; background: #e8ecf1; position: absolute; top: 23px; right: 48px; } .pricing-tutrial form .button { text-align: center; } .pricing-tutrial form .button .send { width: 130px; background: #57ba7e; height: 50px; line-height: 50px; color: #fff; border: none; transition: all .3s; border-radius: 20px; } .pricing-tutrial form .button .send:hover { background: #419d65; } #faqs { padding: 50px 0; max-width: 1200px; margin: 0 auto; } #faqs h3 { text-align: center; color: #000000; font-size: 24px; margin-bottom: 58px; } .faq { margin-bottom: 20px; overflow: hidden; background: #fff; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } .faq .question { background: #fff; line-height: 50px; padding: 26px 60px 25px; position: relative; cursor: pointer; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; } @media only screen and (max-width: 1000px) { .faq .question { padding: 25px 15px 25px 60px; } } .faq .question:hover { background: #fafafa; } .faq .question h4 { margin: 0; font-size: 18px; color: #000; } .faq .question h4:before { content: ""; background: url('images/downfaq.svg'); position: absolute; width: 40px; height: 40px; left: 30px; top: 31px; } .faq.active .question h4:before { -webkit-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } .faq .answer { display: none; border-top: none; } .faq .answer p { padding: 8px 60px 44px; margin: 0; font-size: 14px; line-height: 22px; } @media only screen and (max-width: 1000px) { .faq .answer p { padding: 8px 15px 15px; } } .teacher-articles { overflow: hidden; } .teacher-articles .load-more { margin-bottom: 56px; } #article-from { overflow: hidden; padding-bottom: 50px; } #article-from form { padding-top: 40px; } #article-from select { width: 100%; } #article-from .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove { border-left: none; border-right: 1px solid #aaa; margin-top: 6px; border-radius: 0; } #article-from .select2-container--default .select2-search--inline .select2-search__field { font-family: yekan , arial; } #article-from .select2-container--default .select2-selection--multiple, #article-from .select2-container--default .select2-selection--single { min-height: 80px; background: #FFFFFF; border: 2px solid #E0E4F5; border-radius: 25px; margin-bottom: 20px; } #article-from .select2-container--default .select2-selection--multiple .select2-selection__arrow, #article-from .select2-container--default .select2-selection--single .select2-selection__arrow { width: 40px; height: 40px; background: #F4F5FA; border-radius: 15px; text-align: center; line-height: 40px; top: 19px; left: 18px; } #article-from .select2-container[dir="rtl"] .select2-selection--multiple .select2-selection__rendered { line-height: 9px; } #article-from .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered { line-height: 74px; padding-right: 25px; } #article-from .select2-container--default .select2-selection--multiple .select2-selection__placeholder, #article-from .select2-container--default .select2-selection--single .select2-selection__placeholder { color: #171725; font-size: 18px; font-weight: 500; } #article-from .input-container { height: 76px; margin-bottom: 20px; } #article-from .input-container input { line-height: 76px; height: 76px; } #article-from .input-container > span { top: 31px; } #article-from .input-container.active > span { top: -8px; } #article-from .tox-tinymce { margin: 50px 0; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; } #article-from .add-tag { margin-bottom: 75px; } #article-from .add-tag h4 { font-size: 16px; font-weight: bold; color: #000000; margin-bottom: 14px; margin-right: 27px; } #article-from .add-tag h4 .hs { font-size: 26px; margin-left: 7px; color: #92929D; position: relative; top: 2px; } #article-from .add-tag h4 span { font-weight: normal; font-size: 14px; color: #636379; } #article-from .add-tag .form { position: relative; float: right; z-index: 2; vertical-align: top; height: 55px; border: 2px solid #f1f3f6; padding-left: 124px; padding-right: 28px; margin-bottom: 35px; width: 173px; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; } @media only screen and (max-width: 800px) { #article-from .add-tag .form { float: none; width: 100%; margin-bottom: 20px; box-sizing: border-box; } } #article-from .add-tag .form .addt { position: absolute; line-height: 59px; width: 124px; left: -2px; top: -2px; bottom: -2px; text-align: center; cursor: pointer; color: #fff; background: #5e57ba; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #article-from .add-tag .form .addt:hover { background: #4f48af; } #article-from .add-tag .form ::-webkit-input-placeholder { /* Edge */ color: #92929D; } #article-from .add-tag .form :-ms-input-placeholder { /* Internet Explorer 10-11 */ color: #92929D; } #article-from .add-tag .form ::placeholder { color: #92929D; } #article-from .add-tag .form input { width: 100%; height: 55px; line-height: 55px; border: none; font-size: 15px; background: none; color: #6E849D; } #article-from .add-tag div.result { position: relative; padding-top: 12px; margin-right: 350px; } @media only screen and (max-width: 800px) { #article-from .add-tag div.result { margin-right: 0; } } #article-from .add-tag div.result span { display: inline-block; padding: 0 9px 0 10px; border: 1px solid #ECF2FD; line-height: 36px; height: 34px; font-size: 14px; margin-right: 10px; margin-bottom: 15px; color: #92929D; position: relative; -webkit-border-radius: 29px; -moz-border-radius: 29px; -ms-border-radius: 29px; -o-border-radius: 29px; border-radius: 29px; } #article-from .add-tag div.result span i { position: relative; margin-left: 5px; cursor: pointer; color: #d3d3d8; bottom: 1px; float: right; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; } #article-from .add-tag div.result span i:hover { color: #f05662; } #article-from .buttons { border-top: 2px solid #f9fafb; margin: 0 -30px; padding: 0 30px; padding-top: 46px; } @media only screen and (max-width: 800px) { #article-from .buttons { text-align: center; } } #article-from .button-container { display: inline-block; vertical-align: top; } #article-from .button-container .publish, #article-from .button-container .draft { width: 130px; height: 50px; text-align: center; border: none; cursor: pointer; line-height: 50px; border-radius: 20px; } @media only screen and (max-width: 460px) { #article-from .button-container .publish, #article-from .button-container .draft { width: 120px; line-height: 50px; } } #article-from .button-container .publish { background: #57ba7e; color: #fff; font-weight: bold; margin-left: 10px; } #article-from .button-container .publish:hover { background: #419d65; } #article-from .button-container .draft { background: #F5FAFF; font-size: 12px; color: #171725; } #article-from .button-container .draft:hover { background: #dcedff; } .category-op { padding: 0 10px ; font-weight: bold; } #fileuploader { position: relative; margin-bottom: 20px; } #fileuploader input { position: absolute; width: 0; height: 0; left: 0; top: 0; opacity: 0; } #fileuploader label { height: 60px; padding: 8px; line-height: 60px; background: #FFFFFF; border: 2px dashed #E0E4F5; border-radius: 30px; display: block; cursor: pointer; } #fileuploader label span { display: inline-block; vertical-align: middle; } #fileuploader label span.icon { margin-left: 8px; margin-right: 19px; } #fileuploader label span.text { font-size: 16px; color: #171725; } #fileuploader label span.but { float: left; width: 150px; height: 60px; line-height: 60px; background: #F4F5FA; border-radius: 24px; text-align: center; font-size: 14px; color: #171725; } #login-page { min-height: 100vh; } #login-page .right-pic { min-height: 100vh; margin-left: 584px; text-align: center; position: relative; } @media only screen and (max-width: 1200px) { #login-page .right-pic { margin-left: 400px; } } @media only screen and (max-width: 900px) { #login-page .right-pic { margin-left: 0; min-height: auto; padding: 30px; } } #login-page .right-pic .img { position: absolute; top: 50%; width: 100%; transform: translateY(-50%); } #login-page .right-pic .img img { display: inline-block; margin-bottom: 34px; } #login-page .right-pic .img p { font-size: 24px; color: #171725; text-align: center; } @media only screen and (max-width: 900px) { #login-page .right-pic .img { position: static; transform: translateY(0%); } #login-page .right-pic .img p { font-size: 18px; } } #login-page .left-form { float: left; width: 584px; background: #fff; min-height: 100vh; border-radius: 0px 50px 50px 0px; position: relative; text-align: center; } @media only screen and (max-width: 1200px) { #login-page .left-form { width: 400px; } } @media only screen and (max-width: 900px) { #login-page .left-form { width: auto; float: none; overflow: hidden; } } #login-page .left-form span.close { color: #697289; cursor: pointer; transition: all .3s; position: absolute; top: 30px; right: 30px; } #login-page .left-form span.close:hover { color: red; } #login-page .left-form .logo { margin-top: 110px; margin-bottom: 51px; } #login-page .left-form .title p { text-align: center; color: #92929D; margin-bottom: 0px; } #login-page .left-form .title h2 { font-size: 24px; margin-bottom: 26px; } #login-page .left-form .tab-nav { margin-bottom: 25px; } #login-page .left-form form { max-width: 290px; margin: 0 auto; } #login-page .left-form form .button-container { padding-top: 20px; margin-bottom: 48px; } #login-page .left-form form .button-container .send { width: 130px; height: 50px; border-radius: 24px; background: #57ba7e; display: inline-block; border: none; color: #fff; transition: all .3s; font-weight: bold; } #login-page .left-form form .button-container .send:hover { background: #419d65; } #login-page .left-form form .foreget-text { padding-right: 21px; line-height: 22px; padding-top: 23px; } #login-page .left-form form .forget { text-align: right; padding-top: 5px; padding-bottom: 5px; } #login-page .left-form form .support { padding: 34px 0 90px; } #login-page .left-form form .support > span { display: block; color: #92929D; margin-bottom: 13px; } #login-page .left-form form .support .call-support { cursor: pointer; border: none; background: none; } #login-page .left-form form .support .call-support span { display: inline-block; vertical-align: middle; color: #171725; margin: 0 5px; } #login-page .left-form form .google-reg { margin-bottom: 37px; } #login-page .left-form form .google-reg > span { display: block; color: #92929D; font-size: 12px; margin-bottom: 19px; } #login-page .left-form form .google-reg .google { display: block; position: relative; cursor: pointer; transition: all .3s; background: #F5FAFF; border-radius: 30px; text-align: center; font-size: 18px; height: 71px; line-height: 71px; color: #171725; border: none; width: 100%; } #login-page .left-form form .google-reg .google span.icon { width: 24px; position: absolute; right: 24px; top: 0px; } #login-page .left-form form .google-reg .google:hover { background: #c2e0ff; } #login-page .left-form form .rules p { text-align: center; line-height: 22px; } #login-page .left-form form .rules p a { color: #57ba7e; } #login-page .left-form form .rules p a:hover { color: #419d65; } #home-blog { padding: 60px 0 10px; } #home-blog .owl-nav { text-align: center; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; margin-bottom: 79px; } @media only screen and (max-width: 800px) { #home-blog .owl-nav { margin-bottom: 30px; } } #home-blog .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #home-blog .owl-nav button svg { transition: all .3s; } #home-blog .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #home-blog .owl-nav button:hover { color: #273C66; opacity: 1; } #home-blog .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #home-faq { background: #fff; padding: 116px 0 158px; } @media only screen and (max-width: 1000px) { #home-faq { padding: 60px 0; } } #home-faq .faq { background: #F5FAFF; } #home-faq .faq .question { background: #F5FAFF; } #home-faq .faq .question h4:before { background: url(images/downfaqw.svg); } #home-teaching { background: #fff; position: relative; padding: 94px 0 20px; } #home-teaching:before { content: ""; right: 0; left: 112px; top: 0; bottom: 0; background: #F5FAFF; border-radius: 80px 0px 0px 80px; position: absolute; } @media only screen and (max-width: 1300px) { #home-teaching:before { border-radius: 0; left: 0; } } #home-teaching .container { position: relative; z-index: 2; } #home-teaching .img { text-align: center; } #home-teaching .img img { display: inline-block; } #home-teaching .be-teacher { margin-bottom: 30px; } #home-teaching .be-teacher .title { margin-bottom: 22px; } #home-teaching .be-teacher .title .pre-title { display: inline-block; padding: 0 10px; line-height: 38px; border-radius: 24px; border: 6px solid #E9F2FB; font-size: 14px; color: #fff; font-weight: bold; margin-bottom: 17px; background: #5e57ba; } #home-teaching .be-teacher .title h1, #home-teaching .be-teacher .title h2, #home-teaching .be-teacher .title h3, #home-teaching .be-teacher .title h4, #home-teaching .be-teacher .title h5, #home-teaching .be-teacher .title h6 { font-size: 40px; margin-bottom: 0; line-height: 62px; } #home-teaching .be-teacher .title h1 span, #home-teaching .be-teacher .title h2 span, #home-teaching .be-teacher .title h3 span, #home-teaching .be-teacher .title h4 span, #home-teaching .be-teacher .title h5 span, #home-teaching .be-teacher .title h6 span { color: #57ba7e; } @media only screen and (max-width: 800px) { #home-teaching .be-teacher .title h1, #home-teaching .be-teacher .title h2, #home-teaching .be-teacher .title h3, #home-teaching .be-teacher .title h4, #home-teaching .be-teacher .title h5, #home-teaching .be-teacher .title h6 { font-size: 22px; line-height: 35px; } } #home-teaching .be-teacher .text p { font-size: 18px; line-height: 36px; color: #171725; margin-bottom: 36px; } @media only screen and (max-width: 800px) { #home-teaching .be-teacher .text p { font-size: 16px; line-height: 30px; margin-bottom: 30px; } } #home-teaching .be-teacher .button { text-align: right; } #home-teaching .be-teacher .button .send, #home-teaching .be-teacher .button .more { margin-left: 12px; } @media only screen and (max-width: 800px) { #home-teaching .be-teacher .button .send, #home-teaching .be-teacher .button .more { width: 130px; line-height: 50px; } } #home-comment { background: #fff; padding: 20px 0 100px; } #home-comment .pre-title { margin-bottom: 80px; } @media only screen and (max-width: 900px) { #home-comment .pre-title { margin-bottom: 30px; } } #home-comment .img { text-align: center; } #home-comment .img img { margin-bottom: 20px; display: inline-block; } #home-comment .owl-nav { text-align: right; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; } #home-comment .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #home-comment .owl-nav button svg { transition: all .3s; } #home-comment .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #home-comment .owl-nav button:hover { color: #273C66; opacity: 1; } #home-comment .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #home-comment .comment-box { border: 2px solid #F4F9FD; border-radius: 45px; padding: 58px 60px 1px 46px; position: relative; } @media only screen and (max-width: 800px) { #home-comment .comment-box { padding: 20px 10px 1px 20px; } } #home-comment .comment-box:after { content: ""; position: absolute; background: rgba(245, 250, 255, 0.65); border-radius: 0 0 45px 45px; height: 26px; bottom: -26px; left: 72px; right: 72px; } @media only screen and (max-width: 800px) { #home-comment .comment-box:after { left: 30px; right: 30px; } } .home-single-comment { padding-right: 10px; } .home-single-comment .top { height: 80px; margin-bottom: 9px; } .home-single-comment .top .pic { width: 70px; position: relative; float: right; text-align: center; margin-left: 18px; } .home-single-comment .top .pic .icon { position: absolute; right: -5px; bottom: -5px; width: 27px; height: 27px; background: #fdbc01; display: block; line-height: 27px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; } .home-single-comment .top .pic .img { width: 64px; height: 64px; border: 3px solid #F2F6FC; border-radius: 25px; background-size: cover !important; background-position: center center !important; } .home-single-comment .top .rate { text-align: right; } .home-single-comment .top .name { padding-top: 10px; font-size: 16px; font-weight: bold; margin-bottom: 1px; color: #171725; } .home-single-comment .text { margin-bottom: 30px; } @media only screen and (max-width: 800px) { .home-single-comment .text { margin-bottom: 10px; } } .home-single-comment .text p { text-align: right; font-size: 16px; line-height: 27px; color: #000; margin-bottom: 0; } @media only screen and (max-width: 800px) { .home-single-comment .text p { font-size: 14px; line-height: 22px; } } #home-process { background: #fff; padding: 120px 0 0px; } #home-process div.img { text-align: center; margin-bottom: 40px; } #home-process div.img img { position: relative; z-index: 2; display: inline-block; } #home-process .row.rev .col-lg-7, #home-process .row.rev .col-lg-5 { float: left; } #home-process .home-process { background: #F5FAFF; border: 1px solid #F4F9FD; border-radius: 45px; max-width: 332px; margin: 0 auto 30px; padding: 40px 50px 45px 15px; position: relative; margin-top: 120px; } #home-process .home-process.rev { padding-right: 50px; padding-left: 50px; } @media only screen and (max-width: 1300px) { #home-process .home-process { margin-top: 60px; padding-right: 15px !important; padding-left: 15px !important; } } #home-process .home-process span.num { position: absolute; right: -30px; top: 85px; width: 35px; height: 35px; text-align: center; background: gray; color: #fff; font-size: 24px; font-weight: 700; border-radius: 50%; border: 12px solid #FFFFFF; } #home-process .home-process span.num:after { content: ""; width: 400px; border-bottom: 1px dashed #92929d; left: 100%; top: 50%; position: absolute; } @media only screen and (max-width: 1300px) { #home-process .home-process span.num { right: 50% !important; margin-right: -30px !important; top: -30px !important; } #home-process .home-process span.num:after { width: 0 !important; height: 200px !important; border-bottom: none !important; border-left: 1px dashed #92929d !important; top: unset !important; bottom: 100% !important; left: 50% !important; right: unset !important; } } #home-process .home-process span.num.rev { right: unset; left: -30px; } #home-process .home-process span.num.rev:after { left: unset; right: 100%; } #home-process .home-process h4 { font-size: 24px; margin-bottom: 24px; font-weight: 900; } #home-process .home-process p { font-size: 16px; line-height: 25px; color: #000000; } #home-process .home-process.blue span.num { background: #5a62b3; } #home-process .home-process.blue h4 { color: #5E57BA; } #home-process .home-process.red span.num { background: #FD797A; } #home-process .home-process.red h4 { color: #FD797A; } #home-process .home-process.green span.num { background: #57BA7E; } #home-process .home-process.green h4 { color: #57BA7E; } #home-confirmed { padding: 44px 0 18px; } #home-confirmed .pre-title { margin-bottom: 48px; } #home-confirmed .pre-title h3 { margin-bottom: 6px; } #home-confirmed .pre-title p { font-size: 16px; color: #000000; } #home-confirmed .owl-dots { display: none; } #home-confirmed .owl-nav { text-align: center; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; margin-bottom: 0px; } @media only screen and (max-width: 800px) { #home-confirmed .owl-nav { margin-bottom: 30px; } } #home-confirmed .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #home-confirmed .owl-nav button svg { transition: all .3s; } #home-confirmed .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #home-confirmed .owl-nav button:hover { color: #273C66; opacity: 1; } #home-confirmed .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #home-confirmed .single-fav-teacher { padding-bottom: 28px; } #home-confirmed .single-fav-teacher .profile { margin-bottom: 19px; } #choose-lang { background: #fff; padding: 40px 0 90px; } #choose-lang .pre-title { margin-bottom: 52px; } #choose-lang .home-lang { margin-bottom: 34px; } #choose-lang .home-lang a { display: block; background: #F5FAFF; border-radius: 76px; padding: 15px; color: #000; font-size: 18px; font-weight: bold; } #choose-lang .home-lang a span { display: inline-block; vertical-align: middle; } #choose-lang .home-lang a span.flag img { border-radius: 50%; width: 45px; border: 10px solid #fff; } #choose-lang .home-lang a span.text { margin-right: 15px; } #choose-lang .home-lang a:hover { background: #dcedff; } #top-slid { background: #fff; padding: 80px 0 20px; } @media only screen and (max-width: 800px) { #top-slid { padding-top: 50px; } } #top-slid .top-slid { max-width: 420px; padding-top: 80px; padding-bottom: 30px; } @media only screen and (max-width: 1300px) { #top-slid .top-slid { padding-top: 0; } } @media only screen and (max-width: 800px) { #top-slid .top-slid { max-width: unset; } } #top-slid .top-slid h2 { font-size: 40px; line-height: 62px; margin-bottom: 14px; font-weight: 900; } @media only screen and (max-width: 800px) { #top-slid .top-slid h2 { font-size: 24px; line-height: 36px; } } #top-slid .top-slid ul { margin-bottom: 40px; } #top-slid .top-slid ul li { line-height: 26px; margin-bottom: 14px; font-size: 16px; color: #000; } #top-slid .top-slid ul li span { display: inline-block; vertical-align: middle; } #top-slid .top-slid ul li span.icon { width: 26px; height: 26px; line-height: 26px; text-align: center; margin-left: 10px; background: gray; border-radius: 9px; } #top-slid .top-slid ul li span.icon.red { background: #fed1d1; color: #fd797a; } #top-slid .top-slid ul li span.icon.blue { background: #d3d1ec; color: #5e57ba; } #top-slid .top-slid ul li span.icon.green { background: #bce3cb; color: #5dbc82; } #top-slid .top-slid .button { text-align: right; } #top-slid .top-slid .button .send { width: 170px; text-align: center; } #blog-main { padding: 55px 0 190px; } @media only screen and (max-width: 1000px) { #blog-main { padding-bottom: 100px; } } #blog-main .col-lg-9.rev, #blog-main .col-lg-3.rev { float: left; } .side-search { margin-bottom: 42px; background: #FFFFFF; border-radius: 25px; position: relative; padding: 18px 16px 18px 64px; } .side-search .sear { width: 40px; height: 40px; background: #FD797A; border-radius: 16px; border: none; padding: 0; cursor: pointer; transition: all .3s; position: absolute; left: 16px; top: 18px; color: #fff; } .side-search .sear:hover { background: #fc4748; } .side-search input { height: 40px; line-height: 40px; border: none; padding: 0; background: none; margin: 0; width: 100%; } .side-widget { margin-bottom: 28px; } .side-widget .widget-title-side { line-height: 42px; height: 42px; margin-bottom: 14px; } .side-widget .widget-title-side h4 { margin: 0; } .side-widget .widget-title-side h4 span { display: inline-block; vertical-align: middle; } .side-widget .widget-title-side h4 span.icon { width: 42px; height: 42px; border-radius: 50%; text-align: center; background: #5E57BA; } .side-widget .widget-title-side h4 span.text { font-size: 16px; font-weight: 500; color: #000000; margin-right: 11px; } #smenu2 { background: #FFFFFF; border-radius: 38px; padding: 20px 0; } #smenu2 > ul > li { line-height: 50px; padding: 0 35px; position: relative; } #smenu2 > ul > li svg { position: absolute; color: #bcbfc3; left: 24px; top: 15px; width: 16px; padding: 2px; height: 16px; font-size: 8px; cursor: pointer; text-align: center; z-index: 2; -webkit-transition: all .4s; -o-transition: all .4s; transition: all .4s; background: #F5FAFF; border-radius: 16px; } #smenu2 > ul > li svg:hover { color: #57ba7e; } #smenu2 > ul > li svg.active { -webkit-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -o-transform: rotateZ(180deg); transform: rotateZ(180deg); } #smenu2 > ul > li a { color: #000; display: block; font-size: 16px; padding-right: 36px; position: relative; } #smenu2 > ul > li a:hover { color: #57ba7e; } #smenu2 > ul > li a span.num { height: 20px; line-height: 20px; padding: 0 5px; min-width: 10px; position: absolute; right: 0; text-align: center; top: 13px; border-radius: 10px; background: #57ba7e; display: inline-block; vertical-align: middle; font-size: 10px; font-weight: 700; color: #fff; margin-left: 15px; } #smenu2 > ul > li a.active span.num { background: #5e57ba; } #smenu2 > ul > li ul { margin-right: 28px; display: none; } #smenu2 > ul > li ul > li a span.num { background: #5e57ba; } #smenu2 > ul > li.active > a { color: #57ba7e; } .hor-post { overflow: hidden; padding: 16px 22px; background: #FFFFFF; border-radius: 38px; margin-bottom: 16px; } .hor-post .right { float: right; width: 70px; } .hor-post .right a { display: block; } .hor-post .right a .img { height: 70px; background-size: cover !important; background-position: center center !important; border-radius: 20px; } .hor-post .left { margin-right: 80px; padding-top: 2px; } .hor-post .left h5 { margin-bottom: 0px; } .hor-post .left h5 a { font-size: 14px; font-weight: 500; color: #143861; display: block; line-height: 22px; } .hor-post .left h5 a:hover { color: #0b2037; } .hor-post .left .date { font-size: 12px; color: #92929D; } .tag-link { display: inline-block; vertical-align: middle; margin-left: 9px; background: #FFFFFF; border-radius: 16px; line-height: 36px; border: none; cursor: pointer; transition: all .3s; padding: 0 21px; margin-bottom: 11px; color: #696974; } .tag-link:hover { color: #57ba7e; } .copy-link { background: #FFFFFF; border-radius: 38px; padding: 15px 25px; line-height: 50px; overflow: hidden; margin-bottom: 12px; } .copy-link .copy { float: right; cursor: pointer; color: #595959; } .copy-link input { float: left; height: 50px; line-height: 50px; border-radius: none; border: none; padding: 0; background: none; font-size: 12px; direction: ltr; font-family: arial; font-weight: bold; color: #92929D; width: calc(100% - 74px); } .shar-poost { background: #FFFFFF; border-radius: 38px; padding: 15px 25px; line-height: 50px; overflow: hidden; margin-bottom: 12px; text-align: center; } .shar-poost a { display: inline-block; vertical-align: middle; margin: 0 10px; color: #595959; } .shar-poost a:hover { color: #57ba7e; } #blog-content { background: #fff; border-radius: 50px; padding: 40px 35px; } @media only screen and (max-width: 1000px) { #blog-content { padding: 30px 15px; } } .bread-crumb { line-height: 40px; margin-bottom: 10px; } .bread-crumb h5 { display: inline-block; vertical-align: middle; margin-bottom: 0; font-size: 12px; color: #171725; font-weight: 400; margin-left: 17px; } .bread-crumb h5 span { display: inline-block; vertical-align: middle; } .bread-crumb h5 span.icon { margin-left: 4px; } .bread-crumb ul { display: inline-block; vertical-align: middle; } .bread-crumb ul li { display: inline-block; vertical-align: middle; margin-left: 10px; } .bread-crumb ul li a { font-size: 12px; color: #5E57BA; font-weight: 500; } .bread-crumb ul li a:hover { color: #47419d; } .bread-crumb ul li span { font-size: 12px; color: #92929D; } .blog-title h2 { font-size: 24px; color: #384B75; font-weight: 900; margin-bottom: 25px; } @media only screen and (max-width: 1000px) { .blog-title h2 { font-size: 18px; } } .blog-thumb { margin-bottom: 40px; } .blog-thumb .img { height: 383px; background-size: cover !important; background-position: center center !important; border-radius: 35px; } @media only screen and (max-width: 1000px) { .blog-thumb .img { height: 200px; } } .blog-content { padding-bottom: 30px; } .blog-content * { font-size: 16px; line-height: 35px; color: #171725; } .blog-content h1 { font-size: 24px; } .blog-content h2 { font-size: 22px; } .blog-content h3 { font-size: 20px; } .blog-content h4 { font-size: 18px; } .blog-content h5 { font-size: 17px; } .blog-content h6 { font-size: 16px; } .blog-content h1, .blog-content h2, .blog-content h3, .blog-content h4, .blog-content h5, .blog-content h6 { color: #384B75; margin-bottom: 20px; } .blog-content blockquote { border-right: 4px solid #87dac0; padding-right: 28px; margin-top: 70px; margin-bottom: 70px; position: relative; padding-top: 35px; } .blog-content blockquote:before { content: ""; width: 34px; height: 26px; background: url('images/quto.svg'); position: absolute; right: 30px; top: -5px; } @media only screen and (max-width: 1000px) { .blog-content blockquote { margin-top: 40px; margin-bottom: 40px; margin-right: 10px; margin-left: 10px; } } .blog-content blockquote p { font-size: 20px; font-weight: 500; color: #171725; line-height: 32px; margin-bottom: 15px; } .blog-content blockquote span { font-size: 16px; color: #171725; display: block; } .blog-content ul { margin-right: 14px; margin-bottom: 20px; } .blog-content ul li { padding-right: 26px; position: relative; line-height: 30px; margin-bottom: 5px; color: #171725; } .blog-content ul li:before { content: ""; width: 11px; height: 11px; border: 2px solid #57ba7e; border-radius: 50%; position: absolute; right: 0; top: 7px; } .blog-info { background: #F5FAFF; border-radius: 25px; padding: 14px; line-height: 30px; margin-bottom: 50px; font-size: 14px; color: #143861; overflow: hidden; } .blog-info .author { float: right; margin-left: 21px; } .blog-info .author div.img { background-size: cover !important; width: 28px; border: 1px solid #F2F6FC; border-radius: 12px; display: inline-block; height: 28px; vertical-align: middle; margin-left: 10px; margin-bottom: 0; } .blog-info .author span.name { display: inline-block; vertical-align: middle; } .blog-info .date { float: right; margin-left: 39px; } .blog-info .comment-num { float: right; } .blog-info .comment-num span { display: inline-block; margin-left: 3px; } .post-nav { overflow: hidden; position: relative; padding: 10px; } .post-nav .mid-icon { position: absolute; width: 49px; height: 49px; text-align: center; line-height: 49px; background: #E9F2FB; border-radius: 18px; top: 0; left: 50%; margin-left: -25px; } @media only screen and (max-width: 1300px) { .post-nav .mid-icon { display: none; } } .post-nav .next-post { float: right; overflow: hidden; position: relative; transition: all .3s; color: #143861; max-width: 45%; } @media only screen and (max-width: 1000px) { .post-nav .next-post { width: 100%; max-width: 100%; float: none; margin-bottom: 20px; } } .post-nav .next-post:hover { color: #57ba7e; } .post-nav .next-post a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .post-nav .next-post .right { float: right; padding-top: 3px; } .post-nav .next-post .right span.icon { display: block; width: 31px; height: 31px; background: #E9F2FB; border-radius: 11px; text-align: center; line-height: 31px; } .post-nav .next-post .left { margin-right: 45px; } .post-nav .next-post .left span { display: block; line-height: 1.2; } .post-nav .next-post .left span.top { font-size: 14px; color: #92929D; margin-bottom: 8px; } .post-nav .next-post .left span.back-top { font-size: 14px; font-weight: bold; } .post-nav .prev-post { float: left; overflow: hidden; position: relative; transition: all .3s; color: #143861; max-width: 45%; } @media only screen and (max-width: 1000px) { .post-nav .prev-post { width: 100%; max-width: 100%; float: none; } } .post-nav .prev-post:hover { color: #57ba7e; } .post-nav .prev-post a { position: absolute; left: 0; right: 0; top: 0; bottom: 0; } .post-nav .prev-post .right { float: left; padding-top: 3px; } .post-nav .prev-post .right span.icon { display: block; width: 31px; height: 31px; background: #E9F2FB; border-radius: 11px; text-align: center; line-height: 31px; } .post-nav .prev-post .left { margin-left: 45px; text-align: left; } .post-nav .prev-post .left span { display: block; line-height: 1.2; } .post-nav .prev-post .left span.top { font-size: 14px; color: #92929D; margin-bottom: 8px; } .post-nav .prev-post .left span.back-top { font-size: 14px; font-weight: bold; } #related-post { padding: 15px 0; overflow: hidden; } #related-post .pre-title { margin-bottom: 26px; } #related-post .owl-nav { text-align: center; line-height: 40px; width: 100%; direction: ltr; height: 40px; position: static; margin-top: 0; margin-bottom: 30px; } @media only screen and (max-width: 800px) { #related-post .owl-nav { margin-bottom: 30px; } } #related-post .owl-nav button { display: inline-block; float: none; width: 50px; height: 40px; background: none !important; box-shadow: none !important; color: #2933B7; opacity: .3; transition: all .3s; } #related-post .owl-nav button svg { transition: all .3s; } #related-post .owl-nav button.owl-prev { -webkit-transform: scale(-1, 1); -ms-transform: scale(-1, 1); -o-transform: scale(-1, 1); transform: scale(-1, 1); } #related-post .owl-nav button:hover { color: #273C66; opacity: 1; } #related-post .owl-nav button:hover svg { -webkit-transform: scale(1.6); -ms-transform: scale(1.6); -o-transform: scale(1.6); transform: scale(1.6); } #comment-section { background: #FFFFFF; border-radius: 50px; padding: 50px; margin-bottom: 30px; } #comment-section .load-more { margin-bottom: 0; } #comment-section .comment-list-single { padding: 50px; } @media only screen and (max-width: 1000px) { #comment-section .comment-list-single { padding: 0; } } @media only screen and (max-width: 1000px) { #comment-section { padding: 30px 20px; } } #comment-section .form { margin-bottom: 70px; overflow: hidden; } #comment-section .form h4 { font-size: 18px; color: #384B75; margin-bottom: 5px; } #comment-section .form p { font-size: 14px; color: #384B75; line-height: 28px; margin-bottom: 25px; } #comment-section .form .input-container { margin-bottom: 30px; } .blog-post-comments { overflow: hidden; margin-bottom: 50px; } .blog-post-comments .top { overflow: hidden; } .blog-post-comments .top .right { float: right; width: 50px; } .blog-post-comments .top .right .img { width: 46px; height: 46px; border: 2px solid #F2F6FC; border-radius: 20px; background-size: cover !important; } .blog-post-comments .top .left { margin-right: 75px; } .blog-post-comments .top .left span { display: block; } .blog-post-comments .top .left span.blog-post-comment-name { font-size: 20px; font-weight: bold; color: #211E2C; } .blog-post-comments .top .left span.date { font-size: 16px; color: #BBC2CE; font-weight: 300; } .blog-post-comments .bottom p { font-size: 18px; color: #384B75; line-height: 28px; margin-bottom: 35px; } @media only screen and (max-width: 1000px) { .blog-post-comments .bottom p { font-size: 14px; line-height: 22px; margin-bottom: 20px; } } .blog-post-comments .bottom a { display: block; } .blog-post-comments .bottom a span { display: inline-block; vertical-align: middle; font-size: 16px; color: #57BA7E; font-weight: bold; } .blog-post-comments .bottom a span.icon { margin-left: 16px; } .comment .comment .blog-post-comments { padding-right: 30px; margin-right: 30px; border-right: 3px solid #F5F6FA; } @media only screen and (max-width: 1000px) { .comment .comment .blog-post-comments { margin-right: 15px; padding-right: 15px; } } .page-invite { background: #fff; border-radius: 40px; margin-bottom: 65px; padding: 66px 204px 31px; text-align: center; } @media only screen and (max-width: 1020px) { .page-invite { padding: 35px; } } @media only screen and (max-width: 600px) { .page-invite { padding: 25px; } } .page-invite div.avatar { text-align: center; margin-bottom: 18px; } .page-invite div.avatar .img { display: inline-block; border: 3px solid #F2F6FC; border-radius: 25px; width: 64px; height: 64px; background-size: cover !important; position: relative; } .page-invite div.avatar .img:before { content: ""; width: 84px; height: 84px; border: 1px solid #F2F6FC; border-radius: 29px; position: absolute; left: -11px; top: -11px; } .page-invite div.avatar .img:after { content: ""; width: 112px; height: 112px; border: 1px solid #F2F6FC; border-radius: 41px; position: absolute; left: -25px; top: -25px; } .page-invite .name { font-size: 18px; color: #171725; margin-bottom: 13px; } .page-invite .class { font-size: 24px; color: #171725; font-weight: bold; } .page-invite .class:after { content: ""; width: 58px; border-bottom: 2px dashed #d0d0d6; margin: 0px auto 16px; display: block; } .page-invite .message { font-size: 18px; color: #171725; margin-bottom: 30px; } .page-invite .button { margin-bottom: 35px; } .page-invite .button .send { width: 180px; position: relative; } .page-invite .button .send span.icon { position: absolute; left: 23px; } .page-invite .guide-footer { display: inline-block; vertical-align: middle; font-size: 16px; color: #636379; } .page-invite .guide-footer.icon { margin-left: 5px; } #page-invite, #page-unsuccess, #page-success { padding-top: 54px; } .page-success { background: #fff; border-radius: 40px; margin-bottom: 65px; padding: 130px 204px 88px; } @media only screen and (max-width: 1020px) { .page-success { padding: 35px; } } @media only screen and (max-width: 600px) { .page-success { padding: 25px; } } .page-success div.img { text-align: center; margin-bottom: 20px; } .page-success div.img img { display: inline-block; } .page-success h3 { font-weight: 900; font-size: 25px; line-height: 37px; margin-bottom: 18px; text-align: center; color: #57ba7e; } .page-success p { font-size: 18px; text-align: center; color: #889AAF; margin-bottom: 14px; } .page-success .serial { text-align: center; font-size: 24px; color: #171725; margin-bottom: 35px; } .page-success .button .send { width: 160px; position: relative; } .page-success .button .send span.icon { position: absolute; left: 23px; } .page-unsuccess { background: #fff; border-radius: 40px; margin-bottom: 65px; padding: 130px 204px 35px; } @media only screen and (max-width: 1020px) { .page-unsuccess { padding: 35px; } } @media only screen and (max-width: 600px) { .page-unsuccess { padding: 25px; } } .page-unsuccess div.img { text-align: center; margin-bottom: 20px; } .page-unsuccess div.img img { display: inline-block; } .page-unsuccess h3 { font-weight: 900; font-size: 25px; line-height: 37px; margin-bottom: 18px; text-align: center; color: #FD797A; } .page-unsuccess p { font-size: 18px; text-align: center; color: #889AAF; margin-bottom: 14px; } .page-unsuccess .serial { text-align: center; font-size: 24px; color: #171725; margin-bottom: 35px; } .page-unsuccess .button { margin-bottom: 20px; } .page-unsuccess .button .cancel { width: 150px; position: relative; } .page-unsuccess .button .cancel span.icon { position: absolute; left: 23px; } .page-unsuccess .support { text-align: center; } .page-unsuccess .support span, .page-unsuccess .support a { display: inline-block; vertical-align: middle; color: #171725; font-weight: bold; } .page-unsuccess .support span.gray, .page-unsuccess .support a.gray { color: #bbbbbb; } .page-unsuccess .support span.icon, .page-unsuccess .support a.icon { margin-left: 4px; } .page-unsuccess .support a:hover { color: #57ba7e; }
0.159479
0.050917
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); body{ font-family: 'Poppins', sans-serif; font-weight: 300; font-size: 15px; line-height: 1.6; color: #fff; background-color: #1f2029; overflow: hidden; height: 100vh; -webkit-transition: all 300ms linear; transition: all 300ms linear; perspective: 800px; } a { cursor: pointer; } a:hover { text-decoration: none; } ::selection { color: #c4c3ca; background-color: #000; } ::-moz-selection { color: #c4c3ca; background-color: #000; } /* #Cursor ================================================== */ .cursor, .cursor2, .cursor3{ position: fixed; border-radius: 50%; transform: translateX(-50%) translateY(-50%); pointer-events: none; left: -100px; top: 50%; mix-blend-mode: difference; -webkit-transition: all 300ms linear; transition: all 300ms linear; } .cursor{ background-color: #fff; height: 0; width: 0; z-index: 99999; } .cursor2,.cursor3{ height: 36px; width: 36px; z-index:99998; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out } .cursor2.hover, .cursor3.hover{ -webkit-transform:scale(2) translateX(-25%) translateY(-25%); transform:scale(2) translateX(-25%) translateY(-25%); border:none } .cursor2{ border: 2px solid #fff; } .cursor2.hover{ background: rgba(255,255,255,1); border-color: transparent; } @media screen and (max-width: 1200px){ .cursor,.cursor2,.cursor3{ display: none } } /* #Primary style ================================================== */ .hero-section { position: relative; width: 100%; display: block; overflow: hidden; height: 100vh; background-image: url('src/bg.jpg'); background-size: cover; background-position: center; transform: scale(1) rotateX(0); box-shadow: 0 0 40px rgba(0,0,0,0.2); -webkit-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 400ms; transition-delay: 400ms; transform-origin: center top; } .hero-section h1{ color: #fff; font-size: 8vw; line-height: 1; font-weight: 900; } .hero-section .dancing{ letter-spacing: 1px; color: #ffeba7; font-size: 25px; line-height: 1; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; transform: translateY(-175px) rotate(-45deg); z-index: 2; } .hero-section .dancing span{ padding: 8px 15px; padding-right: 10px; display: inline-block; border-radius: 5px; background-color: #473231; } @media screen and (max-width: 580px){ .hero-section .dancing{ font-size: 18px; } } .hero-section p{ font-size: 20px; line-height: 1; font-weight: 700; color: #ffeba7; } .hero-section p span{ margin-left: 15px; margin-right: 15px; position: relative; display: inline-block; cursor: pointer; } body.about-on .hero-section { transform: scale(0.75); -webkit-transition-delay: 0ms; transition-delay: 0ms; } body.contact-on .hero-section { transform: scale(0.75); -webkit-transition-delay: 0ms; transition-delay: 0ms; } body.travel-on .hero-section { transform: rotateX(-10deg); -webkit-transition-delay: 0ms; transition-delay: 0ms; } body.wildlife-on .hero-section { transform: rotateX(-10deg); -webkit-transition-delay: 0ms; transition-delay: 0ms; } body.nature-on .hero-section { transform: rotateX(-10deg); -webkit-transition-delay: 0ms; transition-delay: 0ms; } .about-text { position: absolute; font-size: 30px; line-height: 1; opacity: 0.5; font-weight: 700; color: #ffeba7; letter-spacing: 2px; top: 50%; left: 20px; cursor: pointer; z-index: 2; -webkit-writing-mode: vertical-lr; writing-mode: vertical-lr; transform: translateY(-50%); -webkit-transition: all 200ms linear; transition: all 200ms linear; } .about-text:hover { opacity: 1; } .about-section { position: fixed; top: 0; left: 0; width: 100%; display: block; overflow: hidden; height: 100vh; background-color: #17232F; transform: translateX(-100%); -webkit-transition: all 300ms linear; transition: all 300ms linear; z-index: 10; } body.about-on .about-section { transform: translateX(0); -webkit-transition-delay: 400ms; transition-delay: 400ms; } .about-close { position: absolute; top: 20px; right: 20px; width: 30px; display: block; overflow: hidden; height: 30px; -webkit-transition: all 200ms linear; transition: all 200ms linear; background-repeat: no-repeat; background-position: center; background-size: 36px 36px; background-image: url('http://www.ivang-design.com/svg-load/portfolio/close.svg'); cursor: pointer; z-index: 11; } .about-close:hover { transform: rotate(90deg); } .section-center { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; } .about-section img { width: 240px; height: 240px; border-radius: 50%; display: block; margin: 0 auto; box-shadow: 0 6px 25px rgba(255,235,167,.35); } .about-section p { letter-spacing: 1px; color: #fff; font-size: 16px; font-weight: 500; } .about-section p span { letter-spacing: 1px; color: #ffeba7; font-size: 20px; font-weight: 700; } .contact-text { position: absolute; font-size: 30px; line-height: 1; opacity: 0.5; font-weight: 700; color: #ffeba7; letter-spacing: 2px; top: 50%; right: 20px; cursor: pointer; z-index: 2; -webkit-writing-mode: vertical-lr; writing-mode: vertical-lr; transform: translateY(-50%) rotate(180deg); -webkit-transition: all 200ms linear; transition: all 200ms linear; } .contact-text:hover { opacity: 1; } .contact-section { position: fixed; top: 0; left: 0; width: 100%; display: block; overflow: hidden; height: 100vh; background-color: #473231; transform: translateX(100%); -webkit-transition: all 300ms linear; transition: all 300ms linear; z-index: 10; } body.contact-on .contact-section { transform: translateX(0); -webkit-transition-delay: 400ms; transition-delay: 400ms; } .contact-close { position: absolute; top: 20px; right: 20px; width: 30px; display: block; overflow: hidden; height: 30px; -webkit-transition: all 200ms linear; transition: all 200ms linear; background-repeat: no-repeat; background-position: center; background-size: 36px 36px; background-image: url('http://www.ivang-design.com/svg-load/portfolio/close.svg'); cursor: pointer; z-index: 11; } .contact-close:hover { transform: rotate(90deg); } .contact-section a{ margin: 0 auto; font-size: 32px; font-weight: 900; letter-spacing: 1px; color: #fff; display: inline-block; } .contact-section .social a{ margin-left: 8px; margin-right: 8px; font-size: 15px; font-weight: 700; letter-spacing: 1px; color: #ffeba7; } @media screen and (max-width: 580px){ .contact-section a{ font-size: 17px; } .contact-section .social a{ margin-left: 3px; margin-right: 3px; font-size: 13px; letter-spacing: 0; } } .travel-section, .wildlife-section, .nature-section { position: fixed; top: 100%; left: 0; padding: 100px 0; width: 100%; height: 100vh; display: block; overflow-x: hidden; overflow-y: auto; background-color: #473231; -webkit-transition: all 300ms linear; transition: all 300ms linear; z-index: 10; } .travel-close, .wildlife-close, .nature-close { position: absolute; top: 20px; right: 20px; width: 30px; display: block; overflow: hidden; height: 30px; -webkit-transition: all 200ms linear; transition: all 200ms linear; background-repeat: no-repeat; background-position: center; background-size: 36px 36px; background-image: url('http://www.ivang-design.com/svg-load/portfolio/close.svg'); cursor: pointer; z-index: 11; } .travel-close:hover, .wildlife-close:hover, .nature-close:hover { transform: rotate(90deg); } body.travel-on .travel-section { top: 0; -webkit-transition-delay: 400ms; transition-delay: 400ms; } body.wildlife-on .wildlife-section { top: 0; -webkit-transition-delay: 400ms; transition-delay: 400ms; } body.nature-on .nature-section { top: 0; -webkit-transition-delay: 400ms; transition-delay: 400ms; } .travel-section img, .wildlife-section img, .nature-section img { margin-top: 30px; width: 100%; height: auto; display: block; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,0.4); } .travel-section h3, .wildlife-section h3, .nature-section h3 { font-size: 7vw; line-height: 1; font-weight: 700; letter-spacing: 1px; color: #fff; } .travel-section p, .wildlife-section p, .nature-section p { font-size: 14px; line-height: 1.7; letter-spacing: 1px; font-weight: 500; } .travel-section p span, .wildlife-section p span, .nature-section p span { font-size: 20px; line-height: 1.3; font-weight: 700; color: #ffeba7; } /* #Link to page ================================================== */ .logo { position: fixed; bottom: 30px; right: 30px; display: block; z-index: 200000; transition: all 250ms linear; } .logo img { height: 26px; width: auto; display: block; mix-blend-mode: difference; } .waves { position:relative; width: 100%; height:15vh; margin-bottom:-7px; /*Fix for safari gap*/ min-height:100px; max-height:150px; } .content { position:relative; height:20vh; text-align:center; background-color: red; } /* Animation */ .parallax > use { animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite; } .parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; } .parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; } .parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; } .parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; } @keyframes move-forever { 0% { transform: translate3d(-90px,0,0); } 100% { transform: translate3d(85px,0,0); } } /*Shrinking for mobile*/ @media (max-width: 768px) { .waves { height:40px; min-height:40px; } } @media (max-width: 1200px) { .hero-section .dancing{ font-size: 15px; transform: translateY(-80px) rotate(-45deg); } } @media (max-width: 967px) { .hero-section h1{ font-size: 11vw; } .hero-section p{ font-size: 18px; } .hero-section p span{ margin-left: 10px; margin-right: 10px; } .travel-section h3, .wildlife-section h3, .nature-section h3 { font-size: 13vw; } }
style.css
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i'); body{ font-family: 'Poppins', sans-serif; font-weight: 300; font-size: 15px; line-height: 1.6; color: #fff; background-color: #1f2029; overflow: hidden; height: 100vh; -webkit-transition: all 300ms linear; transition: all 300ms linear; perspective: 800px; } a { cursor: pointer; } a:hover { text-decoration: none; } ::selection { color: #c4c3ca; background-color: #000; } ::-moz-selection { color: #c4c3ca; background-color: #000; } /* #Cursor ================================================== */ .cursor, .cursor2, .cursor3{ position: fixed; border-radius: 50%; transform: translateX(-50%) translateY(-50%); pointer-events: none; left: -100px; top: 50%; mix-blend-mode: difference; -webkit-transition: all 300ms linear; transition: all 300ms linear; } .cursor{ background-color: #fff; height: 0; width: 0; z-index: 99999; } .cursor2,.cursor3{ height: 36px; width: 36px; z-index:99998; -webkit-transition:all 0.3s ease-out; transition:all 0.3s ease-out } .cursor2.hover, .cursor3.hover{ -webkit-transform:scale(2) translateX(-25%) translateY(-25%); transform:scale(2) translateX(-25%) translateY(-25%); border:none } .cursor2{ border: 2px solid #fff; } .cursor2.hover{ background: rgba(255,255,255,1); border-color: transparent; } @media screen and (max-width: 1200px){ .cursor,.cursor2,.cursor3{ display: none } } /* #Primary style ================================================== */ .hero-section { position: relative; width: 100%; display: block; overflow: hidden; height: 100vh; background-image: url('src/bg.jpg'); background-size: cover; background-position: center; transform: scale(1) rotateX(0); box-shadow: 0 0 40px rgba(0,0,0,0.2); -webkit-transition: all 300ms linear; transition: all 300ms linear; -webkit-transition-delay: 400ms; transition-delay: 400ms; transform-origin: center top; } .hero-section h1{ color: #fff; font-size: 8vw; line-height: 1; font-weight: 900; } .hero-section .dancing{ letter-spacing: 1px; color: #ffeba7; font-size: 25px; line-height: 1; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; transform: translateY(-175px) rotate(-45deg); z-index: 2; } .hero-section .dancing span{ padding: 8px 15px; padding-right: 10px; display: inline-block; border-radius: 5px; background-color: #473231; } @media screen and (max-width: 580px){ .hero-section .dancing{ font-size: 18px; } } .hero-section p{ font-size: 20px; line-height: 1; font-weight: 700; color: #ffeba7; } .hero-section p span{ margin-left: 15px; margin-right: 15px; position: relative; display: inline-block; cursor: pointer; } body.about-on .hero-section { transform: scale(0.75); -webkit-transition-delay: 0ms; transition-delay: 0ms; } body.contact-on .hero-section { transform: scale(0.75); -webkit-transition-delay: 0ms; transition-delay: 0ms; } body.travel-on .hero-section { transform: rotateX(-10deg); -webkit-transition-delay: 0ms; transition-delay: 0ms; } body.wildlife-on .hero-section { transform: rotateX(-10deg); -webkit-transition-delay: 0ms; transition-delay: 0ms; } body.nature-on .hero-section { transform: rotateX(-10deg); -webkit-transition-delay: 0ms; transition-delay: 0ms; } .about-text { position: absolute; font-size: 30px; line-height: 1; opacity: 0.5; font-weight: 700; color: #ffeba7; letter-spacing: 2px; top: 50%; left: 20px; cursor: pointer; z-index: 2; -webkit-writing-mode: vertical-lr; writing-mode: vertical-lr; transform: translateY(-50%); -webkit-transition: all 200ms linear; transition: all 200ms linear; } .about-text:hover { opacity: 1; } .about-section { position: fixed; top: 0; left: 0; width: 100%; display: block; overflow: hidden; height: 100vh; background-color: #17232F; transform: translateX(-100%); -webkit-transition: all 300ms linear; transition: all 300ms linear; z-index: 10; } body.about-on .about-section { transform: translateX(0); -webkit-transition-delay: 400ms; transition-delay: 400ms; } .about-close { position: absolute; top: 20px; right: 20px; width: 30px; display: block; overflow: hidden; height: 30px; -webkit-transition: all 200ms linear; transition: all 200ms linear; background-repeat: no-repeat; background-position: center; background-size: 36px 36px; background-image: url('http://www.ivang-design.com/svg-load/portfolio/close.svg'); cursor: pointer; z-index: 11; } .about-close:hover { transform: rotate(90deg); } .section-center { position: absolute; width: 100%; left: 0; top: 50%; transform: translateY(-50%); z-index: 1; } .about-section img { width: 240px; height: 240px; border-radius: 50%; display: block; margin: 0 auto; box-shadow: 0 6px 25px rgba(255,235,167,.35); } .about-section p { letter-spacing: 1px; color: #fff; font-size: 16px; font-weight: 500; } .about-section p span { letter-spacing: 1px; color: #ffeba7; font-size: 20px; font-weight: 700; } .contact-text { position: absolute; font-size: 30px; line-height: 1; opacity: 0.5; font-weight: 700; color: #ffeba7; letter-spacing: 2px; top: 50%; right: 20px; cursor: pointer; z-index: 2; -webkit-writing-mode: vertical-lr; writing-mode: vertical-lr; transform: translateY(-50%) rotate(180deg); -webkit-transition: all 200ms linear; transition: all 200ms linear; } .contact-text:hover { opacity: 1; } .contact-section { position: fixed; top: 0; left: 0; width: 100%; display: block; overflow: hidden; height: 100vh; background-color: #473231; transform: translateX(100%); -webkit-transition: all 300ms linear; transition: all 300ms linear; z-index: 10; } body.contact-on .contact-section { transform: translateX(0); -webkit-transition-delay: 400ms; transition-delay: 400ms; } .contact-close { position: absolute; top: 20px; right: 20px; width: 30px; display: block; overflow: hidden; height: 30px; -webkit-transition: all 200ms linear; transition: all 200ms linear; background-repeat: no-repeat; background-position: center; background-size: 36px 36px; background-image: url('http://www.ivang-design.com/svg-load/portfolio/close.svg'); cursor: pointer; z-index: 11; } .contact-close:hover { transform: rotate(90deg); } .contact-section a{ margin: 0 auto; font-size: 32px; font-weight: 900; letter-spacing: 1px; color: #fff; display: inline-block; } .contact-section .social a{ margin-left: 8px; margin-right: 8px; font-size: 15px; font-weight: 700; letter-spacing: 1px; color: #ffeba7; } @media screen and (max-width: 580px){ .contact-section a{ font-size: 17px; } .contact-section .social a{ margin-left: 3px; margin-right: 3px; font-size: 13px; letter-spacing: 0; } } .travel-section, .wildlife-section, .nature-section { position: fixed; top: 100%; left: 0; padding: 100px 0; width: 100%; height: 100vh; display: block; overflow-x: hidden; overflow-y: auto; background-color: #473231; -webkit-transition: all 300ms linear; transition: all 300ms linear; z-index: 10; } .travel-close, .wildlife-close, .nature-close { position: absolute; top: 20px; right: 20px; width: 30px; display: block; overflow: hidden; height: 30px; -webkit-transition: all 200ms linear; transition: all 200ms linear; background-repeat: no-repeat; background-position: center; background-size: 36px 36px; background-image: url('http://www.ivang-design.com/svg-load/portfolio/close.svg'); cursor: pointer; z-index: 11; } .travel-close:hover, .wildlife-close:hover, .nature-close:hover { transform: rotate(90deg); } body.travel-on .travel-section { top: 0; -webkit-transition-delay: 400ms; transition-delay: 400ms; } body.wildlife-on .wildlife-section { top: 0; -webkit-transition-delay: 400ms; transition-delay: 400ms; } body.nature-on .nature-section { top: 0; -webkit-transition-delay: 400ms; transition-delay: 400ms; } .travel-section img, .wildlife-section img, .nature-section img { margin-top: 30px; width: 100%; height: auto; display: block; border-radius: 4px; box-shadow: 0 0 20px rgba(0,0,0,0.4); } .travel-section h3, .wildlife-section h3, .nature-section h3 { font-size: 7vw; line-height: 1; font-weight: 700; letter-spacing: 1px; color: #fff; } .travel-section p, .wildlife-section p, .nature-section p { font-size: 14px; line-height: 1.7; letter-spacing: 1px; font-weight: 500; } .travel-section p span, .wildlife-section p span, .nature-section p span { font-size: 20px; line-height: 1.3; font-weight: 700; color: #ffeba7; } /* #Link to page ================================================== */ .logo { position: fixed; bottom: 30px; right: 30px; display: block; z-index: 200000; transition: all 250ms linear; } .logo img { height: 26px; width: auto; display: block; mix-blend-mode: difference; } .waves { position:relative; width: 100%; height:15vh; margin-bottom:-7px; /*Fix for safari gap*/ min-height:100px; max-height:150px; } .content { position:relative; height:20vh; text-align:center; background-color: red; } /* Animation */ .parallax > use { animation: move-forever 25s cubic-bezier(.55,.5,.45,.5) infinite; } .parallax > use:nth-child(1) { animation-delay: -2s; animation-duration: 7s; } .parallax > use:nth-child(2) { animation-delay: -3s; animation-duration: 10s; } .parallax > use:nth-child(3) { animation-delay: -4s; animation-duration: 13s; } .parallax > use:nth-child(4) { animation-delay: -5s; animation-duration: 20s; } @keyframes move-forever { 0% { transform: translate3d(-90px,0,0); } 100% { transform: translate3d(85px,0,0); } } /*Shrinking for mobile*/ @media (max-width: 768px) { .waves { height:40px; min-height:40px; } } @media (max-width: 1200px) { .hero-section .dancing{ font-size: 15px; transform: translateY(-80px) rotate(-45deg); } } @media (max-width: 967px) { .hero-section h1{ font-size: 11vw; } .hero-section p{ font-size: 18px; } .hero-section p span{ margin-left: 10px; margin-right: 10px; } .travel-section h3, .wildlife-section h3, .nature-section h3 { font-size: 13vw; } }
0.187504
0.049062
html { height: 100%; } body { font-family: "Ubuntu"; background-color: #1C2733; font-weight: 300; margin: 0px; height: 100%; } #progresschartwrapper { min-width: 1185px; width: calc(100% - 438px); min-height: 250px; height: calc(100% - 596px); background-color: #394455; float: left; margin: 5px 0px 0px 5px; border-radius: 4px; border: 1px solid #FFF; overflow: hidden; position: relative; color: #FFF; } #progresschart { width: calc(100% - 20px); height: calc(100% - 20px); background-color: #4A5A70; padding: 0px; margin: 10px 10px 10px 10px; border-radius: 4px; } #topbar { width: 100%; height: 38px; background-color: #F5AC07; margin: 0px 0px 5px 0px; box-shadow: 0 -1px 1px 2px #000; } #topbar p { color: #1C2733; padding: 2px 0px 0px 15px; margin: 0; font-size: 30px; font-weight: 400; } #lowbar { position: fixed; bottom: 0px; width: 100%; height: 30px; background-color: #F5AC07; margin: 0px 0px 0px 0px; box-shadow: 0 1px 1px 2px #F5AC07; } #lowbar p { margin: 6px 0 0 10px; padding: 0; font-weight: 400; } #creaturedata { min-width: 307px; width: calc(100% - 1316px); height: 507px; background-color: #394455; float: left; margin: 0px 0px 0px 5px; border-radius: 4px; border: 1px solid #FFF; overflow: hidden; position: relative; color: #FFF; } #creaturedata h4 { display: block; font-weight: 300; width: 200px; margin: 5px auto 5px auto; text-align: center; padding: 0px; font-size: 1.5em; } .dataport { list-style: none; width: calc(100% - 20px); padding: 0px; margin: 0px 10px 10px 10px; border-left: 1px solid #FFF; border-top: 1px solid #FFF; overflow-y: scroll; font-weight: 300; border-spacing: 0px; } #creaturedata .label { width: 50%; height: 24px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; } #creaturedata .value { width: 50%; height: 24px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; } #creaturedata p { font-weight: 300; margin: 0; padding: 0; } #familyparentslabel { width: 140px; height: 30px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; } #familychildrenlabel { width: 140px; height: 30px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; } #familyparentids { height: 51px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; color: #000; } #familychildrenids { height: 102px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; color: #000; } #genealogy { width: 871px; height: 507px; background-color: #394455; float: left; margin: 0px 0px 0px 5px; border-radius: 4px; border: 1px solid #FFF; overflow: hidden; position: relative; color: #FFF; } #genealogy h4 { display: block; font-weight: 300; width: 200px; margin: 5px auto 5px auto; text-align: center; padding: 0px; font-size: 1.5em; } #currgen { display: block; font-weight: 300; width: 200px; position: absolute; text-align: center; padding: 0px; margin: 0px; top: 9px; right: 30px; } ::-webkit-scrollbar { display: none; } #gens { list-style: none; width: calc(100% - 20px); height: calc(100% - 50px); background-color: #4A5A70; padding: 0px; margin: 0px 10px 10px 10px; border-radius: 4px; overflow-y: scroll; } .gen { width: 100%; min-height: 50px; margin: 0px; padding: 0px; border-bottom: 1px solid #000; background-color: #F8FFFF; position: relative; } .gen p { color: #000; margin: 0px; padding: 0px; display: block; float: left; height: 51px; width: 80px; text-align: center; border-right: 1px solid #000; font-size: 43px; } .creature { display: block; float: left; height: 50px; width: 69px; margin: 0px; padding: 0px; border-right: 1px solid #AAA; overflow: hidden; position: relative; } .creatureselect .coverlay2 { width: 65px; border: 2px solid rgba(28,39,51,0.5); height: 46px; position: absolute; } .creature:hover .coverlay { width: 69px; height: 50px; position: absolute; background-color: rgba(28,39,51,0.2); } .c_untested { background-color: #CCC; } .c_testing { background-color: #FC0; } .c_tested { background-color: #FF0; } .c_killed { background-color: #E88; } .c_survived { background-color: #BEB; } .c_best { background-color: #5E5; } .creature p { font-size: 14px; width: 71px; height: auto; margin: 0px; padding: 0px; border-right: 0px solid #000; } #gamearea { width: 400px; background-color: #394455; padding: 9px; position: relative; border: 1px solid #FFF; border-radius: 4px; float: left; margin: 0 0 0 5px; } #gameboard { border-spacing: 0px; border-color: #011; border-width: 0px 0px 1px 1px; border-style: solid; } #gameboard tr { margin: 0px; } #gameboard tr th { background-color: #FCFFFF; width: 29px; height: 29px; margin: 0px; padding: 0px; border-color: #011; border-width: 1px 1px 0px 0px; border-style: solid; } #nextpiecearea { width: 88px; height: 88px; background-color: #F8FFFF; position: absolute; right: 8px; top: 9px; border: 1px solid #011; border-radius: 4px; background-image: url(images/block_icon_z.png); background-size: contain; } .infobox { width: 95px; height: 48px; background-color: #F8FFFF; position: absolute; right: 6px; border: 1px solid #011; border-radius: 4px; } .infobox p{ margin: 4px 0 0 0; padding: 0; width: inherit; text-align: center; color: #011; } #scorebox { top: 105px; } #rowbox { top: 163px; }
client/forced/tetris/tetris_auto.css
html { height: 100%; } body { font-family: "Ubuntu"; background-color: #1C2733; font-weight: 300; margin: 0px; height: 100%; } #progresschartwrapper { min-width: 1185px; width: calc(100% - 438px); min-height: 250px; height: calc(100% - 596px); background-color: #394455; float: left; margin: 5px 0px 0px 5px; border-radius: 4px; border: 1px solid #FFF; overflow: hidden; position: relative; color: #FFF; } #progresschart { width: calc(100% - 20px); height: calc(100% - 20px); background-color: #4A5A70; padding: 0px; margin: 10px 10px 10px 10px; border-radius: 4px; } #topbar { width: 100%; height: 38px; background-color: #F5AC07; margin: 0px 0px 5px 0px; box-shadow: 0 -1px 1px 2px #000; } #topbar p { color: #1C2733; padding: 2px 0px 0px 15px; margin: 0; font-size: 30px; font-weight: 400; } #lowbar { position: fixed; bottom: 0px; width: 100%; height: 30px; background-color: #F5AC07; margin: 0px 0px 0px 0px; box-shadow: 0 1px 1px 2px #F5AC07; } #lowbar p { margin: 6px 0 0 10px; padding: 0; font-weight: 400; } #creaturedata { min-width: 307px; width: calc(100% - 1316px); height: 507px; background-color: #394455; float: left; margin: 0px 0px 0px 5px; border-radius: 4px; border: 1px solid #FFF; overflow: hidden; position: relative; color: #FFF; } #creaturedata h4 { display: block; font-weight: 300; width: 200px; margin: 5px auto 5px auto; text-align: center; padding: 0px; font-size: 1.5em; } .dataport { list-style: none; width: calc(100% - 20px); padding: 0px; margin: 0px 10px 10px 10px; border-left: 1px solid #FFF; border-top: 1px solid #FFF; overflow-y: scroll; font-weight: 300; border-spacing: 0px; } #creaturedata .label { width: 50%; height: 24px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; } #creaturedata .value { width: 50%; height: 24px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; } #creaturedata p { font-weight: 300; margin: 0; padding: 0; } #familyparentslabel { width: 140px; height: 30px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; } #familychildrenlabel { width: 140px; height: 30px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; } #familyparentids { height: 51px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; color: #000; } #familychildrenids { height: 102px; border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #4A5A70; color: #000; } #genealogy { width: 871px; height: 507px; background-color: #394455; float: left; margin: 0px 0px 0px 5px; border-radius: 4px; border: 1px solid #FFF; overflow: hidden; position: relative; color: #FFF; } #genealogy h4 { display: block; font-weight: 300; width: 200px; margin: 5px auto 5px auto; text-align: center; padding: 0px; font-size: 1.5em; } #currgen { display: block; font-weight: 300; width: 200px; position: absolute; text-align: center; padding: 0px; margin: 0px; top: 9px; right: 30px; } ::-webkit-scrollbar { display: none; } #gens { list-style: none; width: calc(100% - 20px); height: calc(100% - 50px); background-color: #4A5A70; padding: 0px; margin: 0px 10px 10px 10px; border-radius: 4px; overflow-y: scroll; } .gen { width: 100%; min-height: 50px; margin: 0px; padding: 0px; border-bottom: 1px solid #000; background-color: #F8FFFF; position: relative; } .gen p { color: #000; margin: 0px; padding: 0px; display: block; float: left; height: 51px; width: 80px; text-align: center; border-right: 1px solid #000; font-size: 43px; } .creature { display: block; float: left; height: 50px; width: 69px; margin: 0px; padding: 0px; border-right: 1px solid #AAA; overflow: hidden; position: relative; } .creatureselect .coverlay2 { width: 65px; border: 2px solid rgba(28,39,51,0.5); height: 46px; position: absolute; } .creature:hover .coverlay { width: 69px; height: 50px; position: absolute; background-color: rgba(28,39,51,0.2); } .c_untested { background-color: #CCC; } .c_testing { background-color: #FC0; } .c_tested { background-color: #FF0; } .c_killed { background-color: #E88; } .c_survived { background-color: #BEB; } .c_best { background-color: #5E5; } .creature p { font-size: 14px; width: 71px; height: auto; margin: 0px; padding: 0px; border-right: 0px solid #000; } #gamearea { width: 400px; background-color: #394455; padding: 9px; position: relative; border: 1px solid #FFF; border-radius: 4px; float: left; margin: 0 0 0 5px; } #gameboard { border-spacing: 0px; border-color: #011; border-width: 0px 0px 1px 1px; border-style: solid; } #gameboard tr { margin: 0px; } #gameboard tr th { background-color: #FCFFFF; width: 29px; height: 29px; margin: 0px; padding: 0px; border-color: #011; border-width: 1px 1px 0px 0px; border-style: solid; } #nextpiecearea { width: 88px; height: 88px; background-color: #F8FFFF; position: absolute; right: 8px; top: 9px; border: 1px solid #011; border-radius: 4px; background-image: url(images/block_icon_z.png); background-size: contain; } .infobox { width: 95px; height: 48px; background-color: #F8FFFF; position: absolute; right: 6px; border: 1px solid #011; border-radius: 4px; } .infobox p{ margin: 4px 0 0 0; padding: 0; width: inherit; text-align: center; color: #011; } #scorebox { top: 105px; } #rowbox { top: 163px; }
0.393735
0.167934
background-image: url(./images/portartbackground.png); width: auto; height: 32rem; background-size: cover; animation-duration: 4s; background-repeat: no-repeat; } .center { margin: auto; width: 50%; padding: 10px; } #lineDivider{ width: 80%; height: 5%; } body{ background-color: #efeffb; } .navbar { background-color: #0D2E5B; color: #fff; position: sticky /* position: fixed; width: 100%; top: 0; */ } button .navbar-toggler { color: white; } .navbar-brand { color: #fff; font-family: 'Rock Salt', cursive; } /* Setting navbar background to a wine red */ /* setting nav bar links to white */ .navbar-dark .navbar-nav .nav-link { color: white; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .sectionSpacing{ padding-top: 60px; height: 50%; } /* set links to other pages to be on the right of the navbar */ /* adding color to dropdown menu */ .nav-link { background-color: #0D2E5B; color: white; text-align: center; } .navbar-nav { color: #fff; font-family: 'Montserrat', sans-serif; float: right; position: absolute; right: 0px; width: 300px; } .nav-link { color: #fff; font-family: 'Montserrat', sans-serif; } /* Top page text. */ .ml3 { font-weight: 900; font-size: 3.5em; color: whitesmoke; font-family: 'Rock Salt', cursive; } .ml4 { font-weight: 900; color: white; font-family: 'Rock Salt', cursive; } .sectionSpacing { margin-bottom: 10%; margin-top: 5%; font-family: 'Roboto Slab', serif; } h1{ margin-bottom: 2%; } /*About me section*/ .Rachel { width: 95%; height: auto; float: left; margin: 0px 0px 10px 0px; } #aboutMeText { font-family: 'Montserrat', sans-serif; color: #0D2E5B; } .fab { padding: 20px; font-size: 30px; width: 50px; text-align: center; text-decoration: none; color: #0D2E5B; } .fab:hover{ opacity: 0.7; } /* Scroll down icon */ .svg-icon{ text-align:center; } .svg-icon .arrow-svg{ fill:white; stroke:transparent; } .svg-icon svg{ width:50px; height:50px; } /*Portfolio Cards*/ /* * { box-sizing: border-box; } body, html { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #ffa500; } */ .wrapper { display: flex; width: 100%; justify-content: space-around; } .card { width: 350px; height: 310px; border-radius: 15px; padding: 1.5rem; background: #fff; position: relative; display: flex; align-items: flex-end; transition: 0.4s ease-out; box-shadow: 0px 7px 10px rgba(0,0,0,0.5); } .card:hover { transform: translateY(20px); } .card:hover:before { opacity: 1; } .card:hover .info { opacity: 1; transform: translateY(0px); } .card:before { content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; border-radius: 15px; background: rgba(0,0,0,0.6); z-index: 2; transition: 0.5s; opacity: 0; } .card img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 0; left: 0; border-radius: 15px; } .card .info { position: relative; z-index: 3; color: #fff; opacity: 0; transform: translateY(30px); transition: 0.5s; } .card .info h1 { margin: 0px; } .card .info p { letter-spacing: 1px; font-size: 15px; margin-top: 8px; } .card .info button .btn a #liveButton #codeButton{ padding: 0.6rem; outline: none; border: none; border-radius: 3px; background: #fff; color: #000; font-weight: bold; cursor: pointer; transition: 0.4s ease; } .card .info a:hover { background: #1e90ff; color: #fff; } .portCard { width: 60%; } #portfolio { font-family: 'Roboto Slab', serif; color: #0D2E5B; } /*Skills Section*/ .skills { position: relative; top: 50%; left: 50%; height: 400px; width: 300px; transform: translate(-50%, -50%); transform-style: preserve-3d; perspective: 600px; transition: 0.5s; } .skills:hover .skill-front { transform: rotateX(-180deg); } .skills:hover .skill-back { transform: rotateX(0deg); } .skill-front { color: white; height: 100%; width: 100%; background-image: url(./images/purplevector.jpg); background-position: 50% 50%; background-size: cover; position: absolute; top: 0; left: 0; background-color: #000000; backface-visibility: hidden; transform: rotateX(0deg); transition: 0.5s; text-align: center; } .skill-back { height: 100%; width: 100%; position: absolute; top: 0; left: 0; background-image: url(./images/skillbackground.png); background-color: #000000; backface-visibility: hidden; transform: rotateX(180deg); transition: 0.5s; color: #ffffff; text-align: center; } .skill-front h2 { margin: 50% auto 10% auto; font-size: 26px; } .skill-back h2 { margin: 20% auto 10% auto; font-size: 26px; } .skill-back h2 span { font-size: 10px; } .skill-back .skill-front a { height: 20px; width: 20px; padding: 5px 5px; border-radius: 4px; line-height: 20px; } .skill-back a:hover { color: #000000; background-color: #fff; } /* /* #skills1 { float: left; } */ /* #skills2 { position: relative;; } */ /* Contact Forms */ #contact { font-family: 'Roboto Slab', serif; color: #0D2E5B; } form { color: #0D2E5B; font-family: 'Montserrat', sans-serif; font-weight: bold; } input[type=text], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; margin-top: 6px; margin-bottom: 16px; resize: vertical; } .btn { background-color: #0D2E5B; border-color: #0D2E5B; color: white; font-family: 'Montserrat', sans-serif; } #contactInfo { font-family: 'Montserrat', sans-serif; color: #0D2E5B; } #contactDesc { font-family: 'Montserrat', sans-serif; color: #0D2E5B; font-weight: bolder; } /* Style the container/contact section */ .container { border-radius: 5px; background-color: #f2f0f0b0; padding: 10px; } /* Create two columns that float next to eachother */ .column { float: left; width: 50%; margin-top: 6px; padding: 20px; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } footer{ margin-top: 5%; } #footer { text-align: center; margin: auto; width: 50%; padding: 10px; font-size: 10%; }
public/assets/style.css
background-image: url(./images/portartbackground.png); width: auto; height: 32rem; background-size: cover; animation-duration: 4s; background-repeat: no-repeat; } .center { margin: auto; width: 50%; padding: 10px; } #lineDivider{ width: 80%; height: 5%; } body{ background-color: #efeffb; } .navbar { background-color: #0D2E5B; color: #fff; position: sticky /* position: fixed; width: 100%; top: 0; */ } button .navbar-toggler { color: white; } .navbar-brand { color: #fff; font-family: 'Rock Salt', cursive; } /* Setting navbar background to a wine red */ /* setting nav bar links to white */ .navbar-dark .navbar-nav .nav-link { color: white; } .sticky { position: fixed; top: 0; width: 100%; } .sticky + .sectionSpacing{ padding-top: 60px; height: 50%; } /* set links to other pages to be on the right of the navbar */ /* adding color to dropdown menu */ .nav-link { background-color: #0D2E5B; color: white; text-align: center; } .navbar-nav { color: #fff; font-family: 'Montserrat', sans-serif; float: right; position: absolute; right: 0px; width: 300px; } .nav-link { color: #fff; font-family: 'Montserrat', sans-serif; } /* Top page text. */ .ml3 { font-weight: 900; font-size: 3.5em; color: whitesmoke; font-family: 'Rock Salt', cursive; } .ml4 { font-weight: 900; color: white; font-family: 'Rock Salt', cursive; } .sectionSpacing { margin-bottom: 10%; margin-top: 5%; font-family: 'Roboto Slab', serif; } h1{ margin-bottom: 2%; } /*About me section*/ .Rachel { width: 95%; height: auto; float: left; margin: 0px 0px 10px 0px; } #aboutMeText { font-family: 'Montserrat', sans-serif; color: #0D2E5B; } .fab { padding: 20px; font-size: 30px; width: 50px; text-align: center; text-decoration: none; color: #0D2E5B; } .fab:hover{ opacity: 0.7; } /* Scroll down icon */ .svg-icon{ text-align:center; } .svg-icon .arrow-svg{ fill:white; stroke:transparent; } .svg-icon svg{ width:50px; height:50px; } /*Portfolio Cards*/ /* * { box-sizing: border-box; } body, html { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #ffa500; } */ .wrapper { display: flex; width: 100%; justify-content: space-around; } .card { width: 350px; height: 310px; border-radius: 15px; padding: 1.5rem; background: #fff; position: relative; display: flex; align-items: flex-end; transition: 0.4s ease-out; box-shadow: 0px 7px 10px rgba(0,0,0,0.5); } .card:hover { transform: translateY(20px); } .card:hover:before { opacity: 1; } .card:hover .info { opacity: 1; transform: translateY(0px); } .card:before { content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; border-radius: 15px; background: rgba(0,0,0,0.6); z-index: 2; transition: 0.5s; opacity: 0; } .card img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; position: absolute; top: 0; left: 0; border-radius: 15px; } .card .info { position: relative; z-index: 3; color: #fff; opacity: 0; transform: translateY(30px); transition: 0.5s; } .card .info h1 { margin: 0px; } .card .info p { letter-spacing: 1px; font-size: 15px; margin-top: 8px; } .card .info button .btn a #liveButton #codeButton{ padding: 0.6rem; outline: none; border: none; border-radius: 3px; background: #fff; color: #000; font-weight: bold; cursor: pointer; transition: 0.4s ease; } .card .info a:hover { background: #1e90ff; color: #fff; } .portCard { width: 60%; } #portfolio { font-family: 'Roboto Slab', serif; color: #0D2E5B; } /*Skills Section*/ .skills { position: relative; top: 50%; left: 50%; height: 400px; width: 300px; transform: translate(-50%, -50%); transform-style: preserve-3d; perspective: 600px; transition: 0.5s; } .skills:hover .skill-front { transform: rotateX(-180deg); } .skills:hover .skill-back { transform: rotateX(0deg); } .skill-front { color: white; height: 100%; width: 100%; background-image: url(./images/purplevector.jpg); background-position: 50% 50%; background-size: cover; position: absolute; top: 0; left: 0; background-color: #000000; backface-visibility: hidden; transform: rotateX(0deg); transition: 0.5s; text-align: center; } .skill-back { height: 100%; width: 100%; position: absolute; top: 0; left: 0; background-image: url(./images/skillbackground.png); background-color: #000000; backface-visibility: hidden; transform: rotateX(180deg); transition: 0.5s; color: #ffffff; text-align: center; } .skill-front h2 { margin: 50% auto 10% auto; font-size: 26px; } .skill-back h2 { margin: 20% auto 10% auto; font-size: 26px; } .skill-back h2 span { font-size: 10px; } .skill-back .skill-front a { height: 20px; width: 20px; padding: 5px 5px; border-radius: 4px; line-height: 20px; } .skill-back a:hover { color: #000000; background-color: #fff; } /* /* #skills1 { float: left; } */ /* #skills2 { position: relative;; } */ /* Contact Forms */ #contact { font-family: 'Roboto Slab', serif; color: #0D2E5B; } form { color: #0D2E5B; font-family: 'Montserrat', sans-serif; font-weight: bold; } input[type=text], select, textarea { width: 100%; padding: 12px; border: 1px solid #ccc; margin-top: 6px; margin-bottom: 16px; resize: vertical; } .btn { background-color: #0D2E5B; border-color: #0D2E5B; color: white; font-family: 'Montserrat', sans-serif; } #contactInfo { font-family: 'Montserrat', sans-serif; color: #0D2E5B; } #contactDesc { font-family: 'Montserrat', sans-serif; color: #0D2E5B; font-weight: bolder; } /* Style the container/contact section */ .container { border-radius: 5px; background-color: #f2f0f0b0; padding: 10px; } /* Create two columns that float next to eachother */ .column { float: left; width: 50%; margin-top: 6px; padding: 20px; } /* Clear floats after the columns */ .row:after { content: ""; display: table; clear: both; } footer{ margin-top: 5%; } #footer { text-align: center; margin: auto; width: 50%; padding: 10px; font-size: 10%; }
0.468061
0.093182
:root { --color-bg-main: rgb(237, 234, 229); --color-text-main: #140309; --color-text-highlight: #BA0B47; } body { background-color: #2F2F30; font-family: 'Roboto Condensed', sans-serif; } p, ul { font-size:1.2em; } a { color: #666666; } a:hover { color: #8B8B90; text-decoration: none; } .navbar{ background-color: #2A2A2B; } .navbar a { font-size: 1em; } .navbar .icon { font-size: 0.9em; } .brandlogo:hover { -webkit-filter: brightness(1.5); } .story { text-align: left; margin: 2em 1%; padding: 3em 2em 2em 2em; border-radius: 25px; background-color: rgb(229, 228, 228); /*background: var(--color-bg-main); background: linear-gradient(171deg, rgba(87,36,73,1) 0%, rgba(210,126,85,1) 46%, rgba(187,172,131,1) 100%);*/ font-family: 'Open Sans Condensed', sans-serif; color: var(--color-text-main); } /* Darker background: rgb(87,36,73); background: linear-gradient(171deg, rgba(87,36,73,1) 0%, rgba(210,126,85,1) 46%, rgba(187,172,131,1) 100%); */ .story emph { color: var(--color-text-highlight); font-weight: bold; } .story emph1 { color: var(--color-text-highlight); font-weight: bold; } .story note-inline { font-size: 0.9em; font-style: italic; color: #A588A0; } .story note-inline a { color: #A588A0; text-decoration: underline; } /* #b0ff1f #e8ff14 #ddff1f */ #chart-beer-countries p { font-size: 1.1em; } #chart-wine-countries p { font-size: 1.1em; } .footnotes { margin-top: 0.3em; text-align: right; font-size: 0.8em; color: #787058; font-style: italic; line-height: 1em; } .footnotes hr { margin-bottom: 0.3em; width: 26%; margin-right:inherit; border: 0.1px solid #93896B; } .footnotes a { color: #787058; } .footnotes a:hover { color: rgba(46, 134, 146, 0.5); } /* Background colors -- too blue background: rgb(36,52,87); background: linear-gradient(171deg, rgba(36,52,87,1) 0%, rgba(52,107,208,1) 43%, rgba(148,168,207,1) 100%); -- too light background: rgb(36,52,87); background: linear-gradient(171deg, rgba(36,52,87,1) 0%, rgba(111,140,193,1) 40%, rgba(174,184,205,1) 100%); */ .footer { background-color: #2A2A2B; text-align: center; padding-bottom: 20px; padding-top: 40px; } .footer span.copyright { font-size: 0.9em; font-style: italic; line-height: 40px; text-transform: none; color: #56565A; font-family: 'Roboto Condensed', sans-serif; } /* List */ .story ul { list-style: none; margin-left: 0; padding-left: 1.6em; text-indent: -1.5em; } .story li:before { content: '▹'; display: block; float: left; width: 1.2em; color: var(--color-text-main); } /* Contact Buttons */ ul.social-buttons { margin-bottom: 0.5em; } ul.social-buttons li a { font-size: 20px; line-height: 50px; display: block; width: 50px; height: 50px; transition: all 0.3s; color: white; border-radius: 100%; outline: none; background-color: #3B3B3D; opacity: 0.7; } ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover { color:#666666; background-color: white; opacity: 1; }
stories/real-estate/css/custom.css
:root { --color-bg-main: rgb(237, 234, 229); --color-text-main: #140309; --color-text-highlight: #BA0B47; } body { background-color: #2F2F30; font-family: 'Roboto Condensed', sans-serif; } p, ul { font-size:1.2em; } a { color: #666666; } a:hover { color: #8B8B90; text-decoration: none; } .navbar{ background-color: #2A2A2B; } .navbar a { font-size: 1em; } .navbar .icon { font-size: 0.9em; } .brandlogo:hover { -webkit-filter: brightness(1.5); } .story { text-align: left; margin: 2em 1%; padding: 3em 2em 2em 2em; border-radius: 25px; background-color: rgb(229, 228, 228); /*background: var(--color-bg-main); background: linear-gradient(171deg, rgba(87,36,73,1) 0%, rgba(210,126,85,1) 46%, rgba(187,172,131,1) 100%);*/ font-family: 'Open Sans Condensed', sans-serif; color: var(--color-text-main); } /* Darker background: rgb(87,36,73); background: linear-gradient(171deg, rgba(87,36,73,1) 0%, rgba(210,126,85,1) 46%, rgba(187,172,131,1) 100%); */ .story emph { color: var(--color-text-highlight); font-weight: bold; } .story emph1 { color: var(--color-text-highlight); font-weight: bold; } .story note-inline { font-size: 0.9em; font-style: italic; color: #A588A0; } .story note-inline a { color: #A588A0; text-decoration: underline; } /* #b0ff1f #e8ff14 #ddff1f */ #chart-beer-countries p { font-size: 1.1em; } #chart-wine-countries p { font-size: 1.1em; } .footnotes { margin-top: 0.3em; text-align: right; font-size: 0.8em; color: #787058; font-style: italic; line-height: 1em; } .footnotes hr { margin-bottom: 0.3em; width: 26%; margin-right:inherit; border: 0.1px solid #93896B; } .footnotes a { color: #787058; } .footnotes a:hover { color: rgba(46, 134, 146, 0.5); } /* Background colors -- too blue background: rgb(36,52,87); background: linear-gradient(171deg, rgba(36,52,87,1) 0%, rgba(52,107,208,1) 43%, rgba(148,168,207,1) 100%); -- too light background: rgb(36,52,87); background: linear-gradient(171deg, rgba(36,52,87,1) 0%, rgba(111,140,193,1) 40%, rgba(174,184,205,1) 100%); */ .footer { background-color: #2A2A2B; text-align: center; padding-bottom: 20px; padding-top: 40px; } .footer span.copyright { font-size: 0.9em; font-style: italic; line-height: 40px; text-transform: none; color: #56565A; font-family: 'Roboto Condensed', sans-serif; } /* List */ .story ul { list-style: none; margin-left: 0; padding-left: 1.6em; text-indent: -1.5em; } .story li:before { content: '▹'; display: block; float: left; width: 1.2em; color: var(--color-text-main); } /* Contact Buttons */ ul.social-buttons { margin-bottom: 0.5em; } ul.social-buttons li a { font-size: 20px; line-height: 50px; display: block; width: 50px; height: 50px; transition: all 0.3s; color: white; border-radius: 100%; outline: none; background-color: #3B3B3D; opacity: 0.7; } ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover { color:#666666; background-color: white; opacity: 1; }
0.508544
0.124985
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { height: 100vh; background: #35293b; display: flex; justify-content: center; align-items: center; } .ellipse{ background-color: #16a596; height: 500px; width: 400px; postion: relative; border-radius: 50%; box-shadow: 2px 5px 25px 11px rgba(39, 40, 53, 0.94); overflow: hidden; } .x1 { top: 20%; left: -20%; position: relative; animation: animateCloud 10s linear infinite; } .x2{ top: 10%; left: 20%; position: relative; animation: animateCloud 10s linear infinite; } .x3{ top: 30%; left: 14%; position: relative; animation: animateCloud 10s linear infinite; } .cloud { position: absolute; top: 30%; left: 18%; width: 69px; height: 25px; background: #5d416d; border-radius: 100px; } .cloud:after, .cloud:before { content: ''; background: #52057b; position: absolute; } .cloud:after { border-radius: 100px; height: 20px; left: 55%; top: -55%; width: 18px; } .cloud:before { border-radius: 200px; width: 28px; height: 30px; right: 35%; top: -60%; } .sun { width: 50px; height: 50px; top: 30%; left: 50%; background: #fff; border-radius: 100%; position: absolute; animation: glow infinite 2s; animation-fill-mode: both; animation-direction: alternate; } .mountain1 { position: relative; top: 28%; transform: scale(3) rotate(359deg); } .mountain2 { position: relative; bottom: -20%; left: -10%; transform: scale(1.5); } .mountain3 { position: relative; bottom: -18%; left: -10%; transform: scale(2); } .mountain4 { position: relative; bottom: -18%; right: 23%; transform: scale(2); } @keyframes animateCloud { 0% { margin-left: -1000px; } 100% { margin-left: 100%; } } .missionname { color: white; /* margin-left: 22vmax; */ font-size: 2.5vmax; margin: 5%; position: absolute; overflow: hidden; /* Ensures the content is not revealed until the animation */ border-right: .15em solid orange; /* The typwriter cursor */ white-space: nowrap; /* Keeps the content on a single line */ letter-spacing: .15em; /* Adjust as needed */ animation: typing 2.0s steps(40, end), blink-caret .75s step-end infinite; } /* The typing effect */ @keyframes typing { from { width: 0 } to { width: 35% } } /* The typewriter cursor effect */ @keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: orange; } } .animated-p{ size: 10%; font-size: 1.2vmax; width: 10%; } .scroll-down{ padding-top: 40%; color: white; position: absolute; } .main-content{ margin-top: 100%; color: white; position: absolute; padding: 10%; text-align: center; }
styles/mission.css
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap"); * { margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body { height: 100vh; background: #35293b; display: flex; justify-content: center; align-items: center; } .ellipse{ background-color: #16a596; height: 500px; width: 400px; postion: relative; border-radius: 50%; box-shadow: 2px 5px 25px 11px rgba(39, 40, 53, 0.94); overflow: hidden; } .x1 { top: 20%; left: -20%; position: relative; animation: animateCloud 10s linear infinite; } .x2{ top: 10%; left: 20%; position: relative; animation: animateCloud 10s linear infinite; } .x3{ top: 30%; left: 14%; position: relative; animation: animateCloud 10s linear infinite; } .cloud { position: absolute; top: 30%; left: 18%; width: 69px; height: 25px; background: #5d416d; border-radius: 100px; } .cloud:after, .cloud:before { content: ''; background: #52057b; position: absolute; } .cloud:after { border-radius: 100px; height: 20px; left: 55%; top: -55%; width: 18px; } .cloud:before { border-radius: 200px; width: 28px; height: 30px; right: 35%; top: -60%; } .sun { width: 50px; height: 50px; top: 30%; left: 50%; background: #fff; border-radius: 100%; position: absolute; animation: glow infinite 2s; animation-fill-mode: both; animation-direction: alternate; } .mountain1 { position: relative; top: 28%; transform: scale(3) rotate(359deg); } .mountain2 { position: relative; bottom: -20%; left: -10%; transform: scale(1.5); } .mountain3 { position: relative; bottom: -18%; left: -10%; transform: scale(2); } .mountain4 { position: relative; bottom: -18%; right: 23%; transform: scale(2); } @keyframes animateCloud { 0% { margin-left: -1000px; } 100% { margin-left: 100%; } } .missionname { color: white; /* margin-left: 22vmax; */ font-size: 2.5vmax; margin: 5%; position: absolute; overflow: hidden; /* Ensures the content is not revealed until the animation */ border-right: .15em solid orange; /* The typwriter cursor */ white-space: nowrap; /* Keeps the content on a single line */ letter-spacing: .15em; /* Adjust as needed */ animation: typing 2.0s steps(40, end), blink-caret .75s step-end infinite; } /* The typing effect */ @keyframes typing { from { width: 0 } to { width: 35% } } /* The typewriter cursor effect */ @keyframes blink-caret { from, to { border-color: transparent } 50% { border-color: orange; } } .animated-p{ size: 10%; font-size: 1.2vmax; width: 10%; } .scroll-down{ padding-top: 40%; color: white; position: absolute; } .main-content{ margin-top: 100%; color: white; position: absolute; padding: 10%; text-align: center; }
0.701509
0.087642
display: flex; } #page-create-orphanage main { flex: 1; } form.create-orphanage-form { background: #fff; border: 1px solid #d3e2e5; border-radius: 20px; margin: 64px auto; overflow: hidden; padding: 64px 80px; width: 700px; } form.create-orphanage-form .leaflet-container { border: 1px solid #d3e2e5; border-radius: 20px; margin-bottom: 40px; } form.create-orphanage-form fieldset { border: 0; } form.create-orphanage-form fieldset+fieldset { margin-top: 80px; } form.create-orphanage-form fieldset legend { border-bottom: 1px solid #d3e2e5; color: #5c8599; font-size: 32px; font-weight: 700; line-height: 34px; margin-bottom: 40px; padding-bottom: 24px; width: 100%; } form.create-orphanage-form .input-block+.input-block { margin-top: 24px; } form.create-orphanage-form .input-block label { color: #8fa7b3; display: flex; line-height: 24px; margin-bottom: 8px; } form.create-orphanage-form .input-block label span { color: #8fa7b3; font-size: 14px; line-height: 24px; margin-left: 24px; } form.create-orphanage-form .input-block input, form.create-orphanage-form .input-block textarea { background: #f5f8fa; border: 1px solid #d3e2e5; border-radius: 20px; color: #5c8599; outline: none; width: 100%; } form.create-orphanage-form .input-block input { height: 64px; padding: 0 16px; } form.create-orphanage-form .input-block textarea { line-height: 28px; max-height: 240px; min-height: 120px; padding: 16px; resize: vertical; } form.create-orphanage-form .input-block .images-container { display: grid; grid-template-columns: repeat(5, 1fr); column-gap: 16px; row-gap: 8px; } form.create-orphanage-form .input-block .images-container img { border-radius: 20px; height: 96px; object-fit: cover; width: 100%; } form.create-orphanage-form .input-block .images-container .new-image { align-items: center; background: #f5f8fa; border: 1px dashed #96d2f0; border-radius: 20px; cursor: pointer; display: flex; height: 96px; justify-content: center; } form.create-orphanage-form .input-block input[type=file] { display: none; } form.create-orphanage-form .input-block .button-select { display: grid; grid-template-columns: 1fr 1fr; } form.create-orphanage-form .input-block .button-select button { background: #f5f8fa; border: 1px solid #d3e2e5; color: #5c8599; cursor: pointer; height: 64px; } form.create-orphanage-form .input-block .button-select button.active { background: #edfff6; border: 1px solid #a1e9c5; color: #37c77f; } form.create-orphanage-form .input-block .button-select button:first-child { border-radius: 20px 0px 0px 20px; } form.create-orphanage-form .input-block .button-select button:last-child { border-left: 0; border-radius: 0 20px 20px 0; } form.create-orphanage-form button.confirm-button { align-items: center; background: #3cdc8c; border: 0; border-radius: 20px; color: #fff; cursor: pointer; display: flex; font-weight: 800; height: 64px; justify-content: center; margin-top: 64px; transition: background-color 0.2s; width: 100%; } form.create-orphanage-form button.confirm-button svg { margin-right: 16px; } form.create-orphanage-form button.confirm-button:hover { background: #36cf82; }
web/src/styles/pages/create-orphanage.css
display: flex; } #page-create-orphanage main { flex: 1; } form.create-orphanage-form { background: #fff; border: 1px solid #d3e2e5; border-radius: 20px; margin: 64px auto; overflow: hidden; padding: 64px 80px; width: 700px; } form.create-orphanage-form .leaflet-container { border: 1px solid #d3e2e5; border-radius: 20px; margin-bottom: 40px; } form.create-orphanage-form fieldset { border: 0; } form.create-orphanage-form fieldset+fieldset { margin-top: 80px; } form.create-orphanage-form fieldset legend { border-bottom: 1px solid #d3e2e5; color: #5c8599; font-size: 32px; font-weight: 700; line-height: 34px; margin-bottom: 40px; padding-bottom: 24px; width: 100%; } form.create-orphanage-form .input-block+.input-block { margin-top: 24px; } form.create-orphanage-form .input-block label { color: #8fa7b3; display: flex; line-height: 24px; margin-bottom: 8px; } form.create-orphanage-form .input-block label span { color: #8fa7b3; font-size: 14px; line-height: 24px; margin-left: 24px; } form.create-orphanage-form .input-block input, form.create-orphanage-form .input-block textarea { background: #f5f8fa; border: 1px solid #d3e2e5; border-radius: 20px; color: #5c8599; outline: none; width: 100%; } form.create-orphanage-form .input-block input { height: 64px; padding: 0 16px; } form.create-orphanage-form .input-block textarea { line-height: 28px; max-height: 240px; min-height: 120px; padding: 16px; resize: vertical; } form.create-orphanage-form .input-block .images-container { display: grid; grid-template-columns: repeat(5, 1fr); column-gap: 16px; row-gap: 8px; } form.create-orphanage-form .input-block .images-container img { border-radius: 20px; height: 96px; object-fit: cover; width: 100%; } form.create-orphanage-form .input-block .images-container .new-image { align-items: center; background: #f5f8fa; border: 1px dashed #96d2f0; border-radius: 20px; cursor: pointer; display: flex; height: 96px; justify-content: center; } form.create-orphanage-form .input-block input[type=file] { display: none; } form.create-orphanage-form .input-block .button-select { display: grid; grid-template-columns: 1fr 1fr; } form.create-orphanage-form .input-block .button-select button { background: #f5f8fa; border: 1px solid #d3e2e5; color: #5c8599; cursor: pointer; height: 64px; } form.create-orphanage-form .input-block .button-select button.active { background: #edfff6; border: 1px solid #a1e9c5; color: #37c77f; } form.create-orphanage-form .input-block .button-select button:first-child { border-radius: 20px 0px 0px 20px; } form.create-orphanage-form .input-block .button-select button:last-child { border-left: 0; border-radius: 0 20px 20px 0; } form.create-orphanage-form button.confirm-button { align-items: center; background: #3cdc8c; border: 0; border-radius: 20px; color: #fff; cursor: pointer; display: flex; font-weight: 800; height: 64px; justify-content: center; margin-top: 64px; transition: background-color 0.2s; width: 100%; } form.create-orphanage-form button.confirm-button svg { margin-right: 16px; } form.create-orphanage-form button.confirm-button:hover { background: #36cf82; }
0.280814
0.074467
transition: all 0.25s ease-in-out; } #faq-accordion .flipIn, #faq-accordion h1, #faq-accordion ul li { animation: flipdown 0.5s ease both; } #faq-accordion .no-select, #faq-accordion h2 { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #faq-accordion h4{ padding-right: 45px; padding-left: 10px; line-height: 1.5; } #faq-accordion p { color: rgba(48, 69, 92, 0.8); /* font-size: 17px; */ line-height: 35px; letter-spacing: 1px; position: relative; overflow: hidden; max-height: 800px; opacity: 1; transform: translate(0, 0); margin-top: 35px; margin-bottom: 35px; padding-left: 15px; padding-right: 15px; font-size: 17px; z-index: 2; } #faq-accordion ul { list-style: none; perspective: 900; padding: 0; margin: 0; } #faq-accordion ul li { position: relative; padding: 0; margin: 0; padding-bottom: 4px; padding-top: 18px; border-top: 1px dotted #dce7eb; } /* #faq-accordion ul li:nth-of-type(1) { animation-delay: 0.5s; } #faq-accordion ul li:nth-of-type(2) { animation-delay: 0.75s; } #faq-accordion ul li:nth-of-type(3) { animation-delay: 1s; } #faq-accordion ul li:nth-of-type(4) { animation-delay: 1.25s; } #faq-accordion ul li:nth-of-type(5) { animation-delay: 1.5s; } #faq-accordion ul li:nth-of-type(6) { animation-delay: 1.75s; } */ #faq-accordion ul li:last-of-type { padding-bottom: 0; } #faq-accordion ul li i { position: absolute; transform: translate(-6px, 0); margin-top: 16px; right: 20px; } #faq-accordion ul li i:before, #faq-accordion ul li i:after { content: ""; position: absolute; background-color: black; width: 3px; height: 9px; } #faq-accordion ul li i:before { transform: translate(-2px, 0) rotate(45deg); } #faq-accordion ul li i:after { transform: translate(2px, 0) rotate(-45deg); } #faq-accordion ul li input[type=checkbox] { position: absolute; cursor: pointer; left: 0; right: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; } #faq-accordion ul li input[type=checkbox]:checked ~ p { margin-top: 0; max-height: 0; opacity: 0; transform: translate(0, 50%); } #faq-accordion ul li input[type=checkbox]:checked ~ i:before { transform: translate(2px, 0) rotate(45deg); } #faq-accordion ul li input[type=checkbox]:checked ~ i:after { transform: translate(-2px, 0) rotate(-45deg); } @keyframes flipdown { 0% { opacity: 0; transform-origin: top center; transform: rotateX(-90deg); } 5% { opacity: 1; } 80% { transform: rotateX(8deg); } 83% { transform: rotateX(6deg); } 92% { transform: rotateX(-3deg); } 100% { transform-origin: top center; transform: rotateX(0deg); } }
src/pages/faq-accordion.css
transition: all 0.25s ease-in-out; } #faq-accordion .flipIn, #faq-accordion h1, #faq-accordion ul li { animation: flipdown 0.5s ease both; } #faq-accordion .no-select, #faq-accordion h2 { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } #faq-accordion h4{ padding-right: 45px; padding-left: 10px; line-height: 1.5; } #faq-accordion p { color: rgba(48, 69, 92, 0.8); /* font-size: 17px; */ line-height: 35px; letter-spacing: 1px; position: relative; overflow: hidden; max-height: 800px; opacity: 1; transform: translate(0, 0); margin-top: 35px; margin-bottom: 35px; padding-left: 15px; padding-right: 15px; font-size: 17px; z-index: 2; } #faq-accordion ul { list-style: none; perspective: 900; padding: 0; margin: 0; } #faq-accordion ul li { position: relative; padding: 0; margin: 0; padding-bottom: 4px; padding-top: 18px; border-top: 1px dotted #dce7eb; } /* #faq-accordion ul li:nth-of-type(1) { animation-delay: 0.5s; } #faq-accordion ul li:nth-of-type(2) { animation-delay: 0.75s; } #faq-accordion ul li:nth-of-type(3) { animation-delay: 1s; } #faq-accordion ul li:nth-of-type(4) { animation-delay: 1.25s; } #faq-accordion ul li:nth-of-type(5) { animation-delay: 1.5s; } #faq-accordion ul li:nth-of-type(6) { animation-delay: 1.75s; } */ #faq-accordion ul li:last-of-type { padding-bottom: 0; } #faq-accordion ul li i { position: absolute; transform: translate(-6px, 0); margin-top: 16px; right: 20px; } #faq-accordion ul li i:before, #faq-accordion ul li i:after { content: ""; position: absolute; background-color: black; width: 3px; height: 9px; } #faq-accordion ul li i:before { transform: translate(-2px, 0) rotate(45deg); } #faq-accordion ul li i:after { transform: translate(2px, 0) rotate(-45deg); } #faq-accordion ul li input[type=checkbox] { position: absolute; cursor: pointer; left: 0; right: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; } #faq-accordion ul li input[type=checkbox]:checked ~ p { margin-top: 0; max-height: 0; opacity: 0; transform: translate(0, 50%); } #faq-accordion ul li input[type=checkbox]:checked ~ i:before { transform: translate(2px, 0) rotate(45deg); } #faq-accordion ul li input[type=checkbox]:checked ~ i:after { transform: translate(-2px, 0) rotate(-45deg); } @keyframes flipdown { 0% { opacity: 0; transform-origin: top center; transform: rotateX(-90deg); } 5% { opacity: 1; } 80% { transform: rotateX(8deg); } 83% { transform: rotateX(6deg); } 92% { transform: rotateX(-3deg); } 100% { transform-origin: top center; transform: rotateX(0deg); } }
0.366703
0.060502
@charset "UTF-8"; /* reset */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0} fieldset,img{border:0 none} dl,ul,ol,menu,li {list-style:none} blockquote, q {quotes: none} blockquote:before, blockquote:after,q:before, q:after {content:'';content:none} input,select,textarea,button {vertical-align:middle;outline:none} input::-ms-clear {display:none} button {border:0 none;background-color:transparent;cursor:pointer} body {background:#fff;-webkit-text-size-adjust:none} body,th,td,input,select,textarea,button {font-size:14px;line-height:1.5;font-family:'Spoqa Han Sans', sans-serif;color:#666} a {color:#333;text-decoration:none} a:active, a:hover {text-decoration:underline} a:active {background-color:transparent}z address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal} input:checked[type='checkbox']{background-color:#666; -webkit-appearance:checkbox} input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='tel'],input[type='email'],html input[type='button'],input[type='reset']{-webkit-appearance:none;border-radius:0} input[type='search']::-webkit-search-cancel-button,textarea{-webkit-appearance:none} /* global */ #dkIndex {overflow:hidden;position:absolute;left:-9999px;width:0;height:1px;margin:0;padding:0} /* 스킵네비게이션 */ .ir_pm {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */ .ir_wa {display:block;overflow:hidden;position:relative;z-index:-1;width:100%;height:100%} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */ .screen_out {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */ .show {display:block} .hide {display:none} .ico_focused {outline: 1px dotted #000;outline: -webkit-focus-ring-color auto 5px} html, body{height:100%;min-height:100%} /* 공통이미지 */ .ico_skin{display:block;overflow:hidden;font-size:0;line-height:0;background:url(images/ico_skin.png) 0 0 no-repeat;text-indent:-9999px} .box_search{background:url(images/box_search.png) 0 0 no-repeat} .txt_bar{display:inline-block;width:1px;height:9px;margin:0 9px;background-color:#ebebeb} /* 헤더 */ .wrap_skin{position:relative;min-width:884px;min-height:100%;padding-left:23%;transition:padding-left ease-in-out 0.2s} .wrap_skin.navi_on {padding-left:960px} .area_head{position:fixed;left:0;top:0;width:23%;margin-top:171px;min-width:320px;z-index:1000} .article_skin{width:800px;min-height:858px;margin:0 auto;padding:96px 42px 100px} #tt-body-index .article_skin { padding-top:70px } .article_skin .tit_skin{padding-bottom:15px;border-bottom:1px solid #efefef;font-weight:normal;font-size:20px;line-height:26px;color:#5c5c5c} .article_skin .index_title { display:none } .area_head .btn_cate{position:absolute;left:35px;top:-141px;width:26px;height:26px;vertical-align:middle} .area_head .btn_cate .ico_cate{width:26px;height:20px} .area_navi {display:none;float:left;width:318px} .area_navi .tt_category {padding:0 40px} .area_head .area_profile{display:block;text-align:center} .area_head .area_profile .tit_post{padding:0 25px} .area_head .area_profile:before{display:block;width:38px;height:2px;margin:0 auto 23px;background-color:#fff;content:''} .area_head .area_profile .link_post{font-weight:200;font-size:42px;line-height:50px;color:#fff; text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;display: -webkit-box} .area_head .area_profile .link_post:hover{text-decoration:none} .area_head .area_profile .thumb_profile{display:block;width:51px;height:51px;margin:44px auto 6px;border-radius:51px} .area_head .area_profile .img_profile{display:block;border-radius:51px;width:100%;height:100%} .area_head .area_profile .txt_profile{font-size:16px;color:#fff;opacity:0.7;filter:alpha(Opacity=70);display:block; padding:0 35px; overflow:hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical} .wrap_sub{background-image:/*@background-image*/url(images/header_default.jpg)/*@*/;} .wrap_sub{display:block;position:fixed;left:0;top:0;z-index:10;width:23%;min-width:320px;height:100%;min-height:100%;background-repeat:no-repeat;background-position:50% 0;background-size:cover;transition:width ease-in-out 0.2s} .cont_sub{width:100%;height:100%;background:rgba(34,34,34,0.35)} .cont_sub .inner_sub {position:relative;width:100%;height:100%} .cont_sub .area_sub{overflow-x:hidden;overflow-y:auto;position:absolute;top:83px;bottom:80px;left:0;right:0;padding-top:15px} .area_search{position:absolute;right:34px;top:-154px;z-index:10} .area_search .btn_search{display:block;position:relative;width:23px;height:23px;margin-top:15px} .area_search .btn_search .ico_search{width:23px;height:23px;margin:0 auto;background-position:-40px 0} .area_search .frm_search{display:none;position:relative;width:243px;height:22px;padding:11px 0 11px 57px;background-position:0 -50px;margin-top:6px} .frm_search .tf_search{width:182px;border:0 none;color:#fff;background:transparent} .frm_search .tf_search::-webkit-input-placeholder { color:#fff } .wrap_sub .btn_close{display:none;position:absolute;right:30px;top:31px;width:22px;height:22px;background-position:-70px 0} .search_on .area_search {left:50%;width:243px;margin-left:-150px} .search_on .btn_search{display:none} .search_on .frm_search{display:block} .search_on .area_head .btn_cate { display:none } .navi_on .area_head .btn_cate{display:none} .navi_on .area_navi{display:block} .navi_on .area_head .area_profile{display:none} .navi_on .cont_sub{background:url(images/bg_side.png) repeat-y 0 0;opacity:1.0;filter:alpha(Opacity=100)} .navi_on .wrap_sub{width:960px} .navi_on .area_search{left:856px;top:-151px} .navi_on.search_on .area_search {width:216px;left:670px;margin-left:0} .navi_on .btn_search { margin-top:11px} .navi_on .btn_search .ico_search{background-position:-100px 0} .navi_on.search_on .frm_search{width:160px;background-position:0 -100px;margin-top:0} .navi_on .lab_search{color:rgba(255,255,255,.4)} .navi_on .frm_search .tf_search {width:140px} .navi_on .wrap_sub .btn_close{display:block} .tt_category .link_tit {display:block;padding-bottom:8px;font-weight:normal;font-size:18px;color:#fff} .tt_category li a .c_cnt, .tt_category li a img { display:none } .tt_category .category_list .link_item {display:block;padding:7px 0 8px;overflow:hidden;font-size:18px;color:#fff;text-overflow:ellipsis;white-space:nowrap} .tt_category .sub_category_list {margin:-3px 0 5px} .tt_category .sub_category_list .link_sub_item {display:block;overflow:hidden;line-height:27px;color:#a7a7a7;text-overflow:ellipsis;white-space:nowrap} .tt_category .sub_category_list .link_sub_item::before { content:"- ";} .tt_category .link_tit:hover, .tt_category .category_list .link_item:hover, .tt_category .sub_category_list .link_sub_item:hover { color:#6bacce;text-decoration:underline } .link_guestbook { display:none } .wrap_etc{display:none;float:left} .navi_on .wrap_etc{display:block} .wrap_etc .col_aside{float:left;width:249px;padding:0 36px} .wrap_etc .right_side { padding-right:0 } .box_aside{position:relative;margin-bottom:39px} .tit_aside{display:block;margin-bottom:7px;color:#6bacce} .list_board li{padding:3px 0} .list_board .link_board{display:block;overflow:hidden;font-size:12px;line-height:19px;color:#a7a7a7;white-space:nowrap;text-overflow:ellipsis} .box_aside .list_tag{overflow:hidden;padding-top:7px} .box_aside .list_tag li{float:left} .box_aside .list_tag .link_tag{display:block;height:27px;margin:0 8px 7px 0;padding:0 10px;border:1px solid #525252;border-radius:15px;font-size:11px;line-height:27px;color:#a7a7a7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:65px} .box_aside .list_tag .link_tag:hover{text-decoration:none} .box_aside .link_more{position:absolute;right:6px;top:0;font-size:11px;color:#a7a7a7;text-decoration:underline} .wrap_etc .month_calendar{width:250px;height:20px;color:#6bacce;text-align:center} .wrap_etc .month_calendar .btn_prev , .wrap_etc .month_calendar .btn_next{height:17px;padding:0 10px} .wrap_etc .month_calendar .ico_skin{margin-top:3px;vertical-align:top} .wrap_etc .month_calendar .ico_prev{width:5px;height:8px;background-position:-130px 0} .wrap_etc .month_calendar .ico_next{width:5px;height:8px;background-position:-130px -10px} .wrap_etc .tbl_calendar{border-collapse:collapse;border-spacing:0;width:270px;margin:9px 0 0 -11px} .wrap_etc .tbl_calendar td{height:26px;vertical-align:middle} .wrap_etc .col_day{width:14.28%} .wrap_etc .tit_week{font-weight:normal;font-size:12px;text-align:center;color:#5c5c5c} .wrap_etc .link_day{display:block;font-size:13px;text-align:center;color:#a7a7a7} .wrap_etc .day_event{text-decoration:underline} .wrap_etc .tt-calendar{border-collapse:collapse;border-spacing:0;width:270px !important;margin:0 0 0 -11px} .wrap_etc .tt-calendar .cal_month { height:20px;text-align:center; margin-bottom:9px } .wrap_etc .tt-calendar .cal_month a { color:#6bacce; } .wrap_etc .tt-calendar .cal_month a:first-child, .wrap_etc .tt-calendar .cal_month a:last-child {display:inline-block;overflow:hidden;font-size:0;line-height:0;background:url(images/ico_skin.png) 0 0 no-repeat;text-indent:-9999px; margin:6px 10px 0;vertical-align:top;width:5px;height:8px;} .wrap_etc .tt-calendar .cal_month a:first-child { background-position:-130px 0 } .wrap_etc .tt-calendar .cal_month a:last-child { background-position:-130px -10px } .wrap_etc .tt-calendar td{height:26px;vertical-align:middle} .wrap_etc .tt-calendar thead th { width:14.28%; font-weight:normal;font-size:12px;text-align:center;color:#5c5c5c } .wrap_etc .tt-calendar tbody td {font-size:13px;text-align:center;color:#a7a7a7} .wrap_etc .tt-calendar tbody td a { color:#a7a7a7; text-decoration:underline } .list_keep{padding-top:2px} .list_keep li{padding:3px 0;font-size:12px;color:#a7a7a7} .list_keep .link_keep{color:#a7a7a7} .box_visitor { margin-top:-15px } .list_visitor, .list_total{float:left;color:#a7a7a7} .list_visitor dt, .list_total dt{float:left;height:20px;margin-right:8px;padding:0 8px;border-radius:10px;font-size:11px;line-height:20px;background-color:rgba(102,102,102,.4)} .list_visitor dd, .list_total dd{float:left;font-size:12px;line-height:20px;color:#5c5c5c;margin-right:25px} .list_visitor dd { color:#a7a7a7} .list_control{position:absolute;left:50%;bottom:19px;width:316px;height:42px;margin-left:-158px;z-index:101} .navi_on .list_control {left:1px;margin-left:0;opacity:0.5} .list_control li{float:left} .list_control .ico_skin {display:block;width:48px;height:40px;margin:0 15px 0 16px} .list_control .link_write {background-position:0 -160px} .list_control .link_memo {background-position:-50px -160px} .list_control .link_rss {background-position:-100px -160px} .list_control .link_manage {background-position:-150px -160px} /* footer */ .area_foot{height:49px;border-top:1px solid #e8e8e8;line-height:46px;color:#aaa;text-align:center} .area_foot .info_copyright{min-width:600px;margin:0 auto;font-size:12px} .area_foot .emph_t{color:#6bacce} /* 뷰 상단 */ .area_title{margin:0 0 30px;padding-bottom:15px;border-bottom:1px solid #efefef} .area_title .tit_category a {font-weight:700;font-size:16px;color:#6bacce} .area_title .tit_post{padding:5px 0 10px;font-weight:normal;font-size:34px;line-height:43px;color:#222} .area_title .info_post, .area_title .info_post a {font-size:13px;color:#a7a7a7} .area_title .info_post .txt_bar { margin:0 9px 0 5px } .area_view {color:#5c5c5c;word-wrap: break-word} .area_view p {font-size:16px;line-height:28px; margin:0 auto 28px} .area_view a {color:#6bacce} .area_view h1, .area_view h2, .area_view h3, .area_view h4 { font-size:26px; line-height:30px; margin:52px auto 28px } .area_view ul, .area_view ol { margin: 0 auto 32px; padding: 0 0 0 10px; } .area_view ul li, .area_view ol li { margin-left:24px; margin-bottom:10px; } .area_view ul li { list-style:disc } .area_view ol li { list-style:decimal } .area_view blockquote { padding: 10px 20px; margin: 0 auto 28px; border-left:5px solid #eee } .area_view blockquote, .area_view blockquote p { font-size:18px; line-height:30px } .area_view blockquote ol:last-child, .area_view blockquote ul:last-child, .area_view blockquote p:last-child { margin-bottom:0 } .area_view table { max-width:100% } .area_view pre { background-color:#F6F7F8; margin:28px auto; padding:16px; word-wrap: break-word; font-family: Menlo,Consolas,Monaco,monospace; font-size:14px; line-height:20px} .area_view iframe { max-width:100% } .protected_form { text-align:center; padding: 100px 0 136px; border-bottom:1px solid #efefef } .protected_form p { margin-bottom:10px; font-size:16px; color:#5c5c5c } .protected_form input { -webkit-appearance: none; padding:0 15px; border: 1px solid #eee; height:38px; line-height:38px; font-size: 12px; box-sizing: border-box;} .protected_form button { border-radius: 4px; font-size: 12px; line-height: 38px; background-color: #6bacce; color: #fff; font-weight: bold; padding: 0 16px } /* 뷰 댓글 */ .area_etc{margin-top:38px} .area_etc .list_tag {position:relative} .area_etc .list_tag dt{position:absolute;left:0;top:2px;width:33px;height:17px;margin-right:2px;border-radius:8px;font-size:10px;line-height:17px;color:#fff;background-color:#a7a7a7;text-align:center;padding-right:1px} .area_etc .list_tag dd{padding-left:40px} .area_etc a {display:inline-block;font-size:13px;color:#a7a7a7} .list_share{height:32px;margin-top:57px;text-align:center} .list_share li{display:inline-block} .list_share .ico_skin{width:32px;height:32px;margin:0 4px} .list_share .link_fb{background-position:0 -30px} .list_share .link_ks{background-position:-40px -30px} .list_share .link_tw{background-position:-80px -30px} /* 관련기사 */ .area_related {position:relative;width:820px;margin-top:54px} .area_related .tit_related {font-weight:normal;font-size:20px;color:#222} .list_related {overflow:hidden;margin-top:15px} .list_related li {position:relative;float:left;margin-right:20px} .list_related li:last-child { margin-right:0} .list_related .link_related {display:block;overflow:hidden;position:relative;width:185px;height:200px;margin:0 auto;border:1px solid #e8e8e8;background:#fafafa;font-size:13px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff} .list_related .thumb_type .link_related {width:185px;height:200px;border:0 none} .list_related .frame_related {display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:.4;filter:alpha(Opacity=40)} .thumb_type .frame_related {display:block} .list_related .thumb_related {position:absolute;left:0;top:0;width:100%;height:100%} .list_related .txt_related {display:block;display:-webkit-box;overflow:hidden;position:relative;left:0;top:0;z-index:10;max-height:80px;padding:27px 20px 0;color:#5c5c5c;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;word-wrap:break-word} .list_related .link_related:hover .txt_related {text-decoration:underline} .list_related .date_related {position:absolute;left:0;bottom:20px;z-index:10;width:100%;color:#a7a7a7} .list_related .thumb_type .txt_related {color:#fff} .list_related .thumb_type .date_related {color:#fff; opacity:0.7} .area_related .link_more {position:absolute;right:20px;top:10px;font-size:13px;color:#a7a7a7;border-bottom: 1px solid #a7a7a7;text-decoration:none} /* 뷰댓글 */ #tt-body-page .area_reply{margin-top:51px} .area_reply .tit_reply{font-weight:normal;font-size:20px;color:#222;display:block;margin-bottom:14px} .area_reply .fld_reply{padding:20px;border-top:1px solid #e8e8e8;background-color:#fafafa;position:relative} .area_reply .writer_info{overflow:hidden;margin-bottom:5px} .area_reply .writer_info .info_name{float:left;position:relative;margin-right:5px} .area_reply .writer_info .info_pw{float:left;position:relative} .area_reply .writer_info .wrap_info{display:block} .area_reply .writer_info .inp_info{width:171px;height:36px;padding:0 13px;border:1px solid #e8e8e8;background:#fff;font-size:13px;-webkit-box-sizing:border-box;box-sizing:border-box} .area_reply .reply_write{position:relative;padding:7px 12px;border:1px solid #e8e8e8;background-color:#fff} .area_reply .lab_write{position:absolute;top:7px;left:12px;font-size:13px;color:#a7a7a7} .area_reply .tf_reply{width:100%;height:70px;border:1px solid #fff;font-size:13px;resize:none;box-sizing:border-box} .area_reply .inp_info, .area_reply .tf_reply { color:#5c5c5c } .area_reply .writer_check {position:absolute; bottom:21px; right:93px} .area_reply .writer_check .check_secret{float:left;overflow:hidden;position:relative;height:36px;margin-right:14px;line-height:36px} .area_reply .writer_check .inp_secret{float:left;width:18px;height:18px;margin:10px 5px 0 0;opacity:0.01;filter: alpha(opacity=1)} .area_reply .writer_check .lab_secret{float:left;font-size:12px;color:#5c5c5c;cursor:pointer} .area_reply .writer_check .ico_check{position:absolute;top:10px;left:0;width:19px;height:19px;background-position:-120px -30px} .area_reply .writer_check .inp_secret:checked + .lab_secret .ico_check{background-position:-120px -50px} .area_reply .writer_btn{float:right;margin-top:10px} .area_reply .writer_btn .btn_enter{float:left;width:71px;height:36px;border-radius:18px;font-size:13px;line-height:38px;background-color:#6bacce;color:#fff} .list_reply .thumb_profile{float:left;width:48px;height:48px;margin-right:20px;border-radius:48px;background-position:-140px -20px;margin-top:2px} .list_reply .img_profile{display:block;width:100%;height:100%;border-radius:48px;} .area_reply .list_reply li{position:relative;padding:23px 0 22px 0;border-top:1px solid #efefef; min-height:53px} #tt-body-page .area_reply .list_reply li.tt_more_preview_comments_wrap { padding:20px; min-height: inherit; border-top:1px solid #efefef } #tt-body-page .area_reply .list_reply li.tt_more_preview_comments_wrap:hover { background-color:#efefef } #tt-body-page .area_reply .list_reply .tt_more_preview_comments_text { color:#aaa } .area_reply .list_reply li:first-child{border-top:0 none} #tt-body-page .list_reply li:first-child{padding-top:0} .area_reply .list_reply .re_reply{padding-left:69px} .area_reply .reply_content{overflow:hidden;display:block} .area_reply .tit_nickname{float:left;overflow:hidden;max-width:200px;margin-right:10px;color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:16px} .area_reply .tit_nickname a:hover{text-decoration:none} .area_reply .txt_date{float:left;margin-top:5px;font-size:12px;color:#a7a7a7} .area_reply .txt_reply{display:block;padding-top:4px;font-size:13px;line-height:21px;color:#5c5c5c;clear:both} .area_reply .list_reply li:hover .area_more, .area_reply .list_reply li:hover .area_more .reply_layer { display:block } .area_reply .list_reply li:first-child .reply_layer { top:2px } .area_more .reply_layer { position:absolute; right:0px; top:25px } .area_more .reply_layer .link_reply { margin:0 2px;font-size:12px;color:#6bacce } .area_more .reply_layer .link_reply:hover { text-decoration: none} .area_more{display:none} /* 리스트 */ .list_content {padding:24px 0 26px;border-bottom:1px solid #efefef } .list_content::after { content:''; clear:both; display:block } .list_content .thumbnail_post { float:right; width:150px; height:150px; margin:6px 0 5px 30px } .list_content .link_post{display:block;overflow:hidden;text-decoration:none} .list_content .link_post:hover .tit_post {color:#6bacce} .list_content .tit_post{display:block;font-weight:normal;font-size:24px;line-height:34px} .list_content .txt_post{display:-webkit-box;display:-ms-flexbox;display:box;overflow:hidden;margin-top:4px;font-size:13px;line-height:23px;color:#5c5c5c;vertical-align:top;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:4} .list_content .txt_bar { margin:0 7px } .list_content .detail_info{margin-top:11px;font-size:12px;color:#aaa} .list_content .detail_info .link_cate{font-size:13px;text-decoration:none;color:#6bacce} /* 태그 */ #tt-body-tag .list_tag{overflow:hidden;margin-top:30px} #tt-body-tag .list_tag li{float:left;margin:0 10px 10px 0} #tt-body-tag .list_tag .link_tag{display:block;height:34px;padding:0 16px;border:1px solid #6bacce;border-radius:17px;line-height:36px;color:#6bacce;font-size:13px} #tt-body-tag .list_tag .link_tag:hover{color:#fff;background-color:#6bacce;text-decoration:none} #tt-body-tag .article_skin, #tt-body-guestbook .article_skin { padding-top:94px } /* 게스트 댓글 */ #tt-body-guestbook .list_reply{border-bottom:1px solid #e8e8e8} #tt-body-guestbook .area_reply .fld_reply{border-top:1px solid #efefef;border-bottom:1px solid #efefef} #tt-body-guestbook .article_skin .tit_skin { border:0 } /* 페이징 */ .article_skin .area_paging{height:30px;margin-top:26px;text-align:center} .area_paging .inner_paging{display:inline-block;overflow:hidden} .area_paging .ico_skin{width:6px;height:10px} .area_paging .btn_prev{float:left;margin-right:18px;line-height:30px;color:#5c5c5c} .area_paging .btn_prev.no-more-prev {color:#a7a7a7; text-decoration: none} .area_paging .no-more-prev .ico_prev{background-position:-150px -10px} .area_paging .ico_prev{display:inline-block;margin-right:8px;background-position:-140px -10px} .area_paging .btn_next{float:left;margin-left:18px;line-height:30px;color:#5c5c5c} .area_paging .btn_next.no-more-next {color:#a7a7a7; text-decoration: none} .area_paging .no-more-next .ico_next{background-position:-150px 0} .area_paging .ico_next{display:inline-block;margin-left:8px;background-position:-140px 0} .area_paging .link_page span, .area_paging .interword {float:left;min-width:10px;height:30px;margin:0 4px;padding:0 10px;line-height:30px;color:#5c5c5c} .area_paging .link_page .selected {border-radius:30px;background-color:#6bacce;color:#fff} @media only screen and (max-width:738px){ .ico_skin {background:url(images/m320_ico_skin.png) 0 0 no-repeat} /* 스킨 */ .wrap_skin {min-width:100%;padding-left:0} .area_head {width:100%;height:45px;min-width:auto;margin-top:0} .area_head .area_profile {display:none} .area_head .btn_cate {left:0;top:0;width:49px;height:45px} .area_head .btn_cate .ico_cate {width:19px;height:15px;margin:0 auto;background-position:0 0} .search_on .area_search {top:0;left:0;width:100%;margin-left:0;padding:12px 15px 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 15px 0;background:#fff} .area_search .frm_search {width:auto;height:31px;padding:0 15px 0 40px;border:1px solid #ebebeb;border-radius:20px;margin-top:0} .frm_search .tf_search {width:100%;color:#222;height:19px;margin-top:7px;font-family:applesdgothicneo-light} .frm_search .tf_search::-webkit-input-placeholder { color:#a7a7a7 } .frm_search .ico_search {position:absolute;left:14px;top:7px;width:18px;height:18px;background-position:-20px 0} .wrap_sub {position:relative;width:auto;min-width:auto;display:none} .cont_sub .inner_sub {padding:0} .cont_sub .area_sub {height:auto} .wrap_skin.navi_on {padding-left:0} .area_search {right:0;top:0} .area_search .btn_search {width:50px;height:45px;margin-top:0} .area_search .btn_search .ico_search {width:18px;height:18px;margin-top:0;background-position:-20px 0} #tt-body-page .area_head { background-color:rgba(255,255,255,0.95) } #tt-body-page .navi_on .area_head { background-color: inherit } .navi_on .area_head {height:72px;position:fixed; right:58px; width:auto} .navi_on .area_head .area_profile {display:block;position:absolute;left:0;right:0;top:0;height:72px;text-align:left} .navi_on .area_head .area_profile:before {display:none} .navi_on .area_head .area_profile .tit_post {height:30px;padding:3px 0 0;text-align:left} .navi_on .area_head .area_profile .link_post {padding-left:73px;font-size:14px;font-weight:normal;-webkit-line-clamp: 1;} .navi_on .area_head .area_profile .txt_profile {display:inline-block;margin-top:5px;padding-left:73px;font-size:13px;color:#a7a7a7;font-family:applesdgothicneo-ultralight} .navi_on .area_head .area_profile .thumb_profile {position:absolute;left:20px;top:15px;width:43px;height:43px;margin:0} .navi_on .area_search {display:none} .navi_on .wrap_sub {position:absolute;left:0;top:0;z-index:100;width:100%;height:100%;display:block} .navi_on .cont_sub {background:#222;opacity:0.9;filter:alpha(Opacity=90);position:fixed} .navi_on .cont_sub .area_sub { top:73px; bottom:0; border-top:1px solid rgba(255,255,255,0.05); } .navi_on .wrap_sub .btn_close {right:20px;top:28px;width:18px;height:18px;background-position:-110px 0;position:fixed} .navi_on .area_navi {width:100%;-webkit-box-sizing:border-box;box-sizing:border-box} .navi_on .area_navi .tt_category { padding:11px 20px 16px; } .navi_on .wrap_etc {display:none} .navi_on .tt_category .link_tit {font-size:17px;padding-bottom:7px} .navi_on .tt_category .category_list .link_item {font-size:17px; padding:8px 0} .navi_on .tt_category .sub_category_list { padding-top:0; margin-top:-1px; margin-bottom:0 } .navi_on .tt_category .sub_category_list .link_sub_item {font-size:15px;padding-bottom:7px} .navi_on .link_guestbook {display:block;padding:25px 20px 27px;font-size:17px;color:#fff;border-top:1px solid rgba(255,255,255,0.05)} .navi_on .article_skin { display:none } .list_control {display:none} .article_skin {width:100%;min-height:100%;padding:45px 0 0 0} .area_title {padding:0 15px 13px;margin-bottom:18px} .area_title .tit_category a {font-weight:normal;font-size:14px} .area_title .tit_post {padding:2px 0 3px;font-size:24px;line-height:30px} .area_title .info_post {display:block;margin-top:5px;font-size:12px;font-family:applesdgothicneo-ultralight} .area_title .info_post .txt_bar { margin:0 6px 0 4px} .area_view { margin:0 15px;font-size:17px;line-height:24px;color:#333;font-family:applesdgothicneo-ultralight } .area_view p { line-height:23px } .protected_form { padding:15px 0 50px } .area_etc {margin-top:14px;padding:0 15px} .area_etc .list_tag dt {width:35px;height:19px;font-size:12px;line-height:19px;border-radius:10px;text-align:center} .list_share {height:36px;margin-top:29px} .list_share .ico_skin {width:36px;height:36px;margin:0 3px} .list_share .link_fb {background-position:0 -20px} .list_share .link_ks {background-position:-40px -20px} .list_share .link_tw {background-position:-80px -20px} .area_related {width:100%;margin-top:47px} .area_related .tit_related {display:block;padding:0 15px;font-size:14px} .list_related {padding:0 10px;margin-top:1px} .list_related li {width:50%;margin:10px 0 0;padding:0 5px;-webkit-box-sizing:border-box;box-sizing:border-box} .list_related .link_related {width:100%;height:100%;min-width:137px;min-height:150px} .list_related .thumb_type .link_related {width:100%;height:100%} .list_related .thumb_related .img_related {width:100%} .list_related .txt_related {padding:18px 10px 0;font-size:14px;line-height:17px} .list_related .date_related {font-size:13px;bottom:14px} .list_related .txt_related { color:#222 } .list_related .txt_related, .list_related .date_related { font-family:applesdgothicneo-ultralight } #tt-body-page .area_reply {margin-top:35px} .area_related .link_more {right:15px;top:0} .area_reply .tit_reply {padding:0 15px 8px;font-size:14px;margin:0} .area_reply .list_reply li {padding:13px 15px 12px;min-height:30px} .list_reply .thumb_profile{width:33px;height:33px;margin-right:11px;margin-top:2px;background-position:-120px -20px} .area_reply .reply_content { font-family:applesdgothicneo-light; margin-top:4px } .area_reply .tit_nickname {max-width:120px;margin-right:5px;font-size:14px} .area_reply .txt_reply {line-height:19px;padding-top:2px} .area_reply .txt_date {font-family:applesdgothicneo-ultralight;margin-top:3px} .area_reply .more_reply {display:block;position:absolute;right:1px;top:0;width:30px;height:45px} .area_reply .ico_more {display:block;width:3px;height:13px;margin:20px auto 0;background-position:-60px 0} .area_reply .list_reply li:first-child .ico_more { margin-top:7px } .area_reply .list_reply .re_reply {padding-left:60px} .area_reply .list_reply li:last-child { padding-bottom:10px } .area_reply .fld_reply {padding:15px 15px 14px;border-bottom:1px solid #efefef;font-family:applesdgothicneo-ultralight} #tt-body-page .area_reply .fld_reply { margin-top:2px } .area_reply .writer_info .info_name {width:50%;margin-right:0} .area_reply .writer_info .info_pw {width:50%} .area_reply .writer_info .inp_info {width:100%;padding:0 11px} .area_reply .reply_write {margin-top:9px;padding:6px 7px} .area_reply .reply_write .tf_write { color:#222 } .area_reply .info_name .wrap_info {padding-right:5px} .area_reply .info_pw .wrap_info {padding-left:5px} .area_reply .writer_info .lab_info {font-size:14px} .area_reply .lab_write {top:8px;left:14px;font-size:14px} .area_reply .writer_check .lab_secret {font-size:14px;color:#666} .area_reply .writer_check .ico_check {top:0;width:30px;height:30px;background-position:0 -60px} .area_reply .writer_check .inp_secret:checked + .lab_secret .ico_check{background-position:-30px -60px} .area_reply .writer_check .inp_secret:checked + .lab_secret {font-family:applesdgothicneo} .area_reply .writer_check {right:inherit;left:15px;bottom:15px} .area_reply .writer_check .check_secret {float:left;height:30px;line-height:29px} .area_reply .writer_check .inp_secret {width:30px;height:30px;margin:0 4px 0 0} .area_reply .writer_btn {float:none;overflow:hidden;margin-top:11px} .area_reply .writer_btn .btn_enter {float:right;width:65px;height:33px;font-size:14px;line-height:33px} .area_more {display:block} .area_reply .list_reply li:first-child .reply_layer { top:24px } .area_more .reply_layer {display:none;position:absolute;right:15px;top:38px;z-index:10;width:95px} .on_more .reply_layer {display:block} .reply_layer .inner_reply_layer {padding:10px 0;border:1px solid #dcdcdc;background:#fff} .reply_layer .inner_reply_layer .link_reply {display:block;font-size:14px;text-align:center;line-height:32px;color:#222} .article_skin .area_paging {height:18px;margin:20px 0 41px 0;padding:0 15px} .area_paging .inner_paging {display:block;height:18px} .area_paging .link_page, .area_paging .interword {display:none} .area_paging .ico_skin {width:10px;height:18px} .area_paging .btn_prev {font-size:15px;line-height:19px;color:#222} .area_paging .ico_prev {float:left;margin-right:8px;background-position:-90px 0} .area_paging .no-more-prev .ico_prev {background-position:-70px 0} .area_paging .btn_next {float:right;margin-right:0;font-size:15px;vertical-align:top;line-height:19px;color:#222} .area_paging .ico_next {float:right;margin-left:10px;background-position:-100px 0} .area_paging .no-more-next .ico_next {background-position:-80px 0} .area_foot .info_copyright {font-size:11px} /* 리스트 */ .list_content {padding:19px 15px 15px} .list_content .thumbnail_post { margin-top:1px; margin-left:14px } .list_content .thumbnail_post, .list_content .thumbnail_post img { width:80px; height:80px } .list_content .tit_post {font-size:17px;line-height:21px;color:#222;font-family:applesdgothicneo-light;display: -webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical} .list_content .txt_post {font-size:14px;line-height:19px;font-family:applesdgothicneo-ultralight;-webkit-line-clamp:2;} .list_content .detail_info {color:#a7a7a7; font-family:applesdgothicneo-ultralight; margin-top:4px} .list_content .detail_info .txt_bar { margin:0 2px } .list_content .detail_info .txt_date { font-size:13px } #tt-body-page .article_skin { margin-top:40px } #tt-body-tag .article_skin, #tt-body-guestbook .article_skin, #tt-body-index .article_skin { padding-top:46px } /* 게스트북 */ #tt-body-guestbook .area_reply .fld_reply {border-top:0 none} /* 태그 */ #tt-body-tag .navi_on .area_head {border-bottom:0 none} #tt-body-tag .list_tag {margin-bottom:30px;padding:0 15px} /* 메뉴바 */ #tistorytoolbarid { display:none } /* 타이틀 */ #tt-body-index .index_title { display:block } #tt-body-index .index_title .tit_skin, .list_title .tit_skin, #tt-body-tag .article_skin .tit_skin, #tt-body-guestbook .article_skin .tit_skin {position:fixed;left:0;right:0;top:0;height:45px;padding-bottom:0; border-bottom:1px solid #e0e0e0;background-color:rgba(255, 255, 255, 0.95);z-index:1} .tit_skin .txt_title { display:block; position:absolute; left:50px; right:50px; top:0; height:45px; font-size:15px;line-height:48px; text-align:center; color:#222;font-family:applesdgothicneo-light; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;word-wrap: normal} .area_foot { height:40px; line-height:38px; } } @media only screen and (max-width:320px){ .area_reply .tit_nickname {max-width:90px;} } @media only screen and (min-width:738px) and (max-width:1262px){ /* 스킨 */ .wrap_skin {min-width:100%;padding-left:0} .area_head {position:absolute;width:100%;margin-top:0;padding-top:100px} .area_head .btn_cate {left:0;top:0;width:94px;height:80px} .area_head .btn_cate .ico_cate {width:26px;height:20px;margin:0 auto;background-position:0 0} .area_head .area_profile:before {margin:0 auto 30px} .area_head .area_profile .thumb_profile {margin-top:35px} .area_head .area_profile .tit_post {margin-top:-6px} .wrap_sub {position:relative;width:100%;max-height:500px} .cont_sub {position:static;height:450px} .cont_sub .inner_sub {padding:0} .area_search {right:0;top:0;} .area_search .btn_search {width:90px;height:80px;margin-top:0} .area_search .btn_search .ico_search {width:22px;height:22px;margin:2px auto 0;background-position:-40px 0} .search_on .area_search {left:0;top:0;width:100%;margin-left:0;padding:12px 34px 0;-webkit-box-sizing:border-box;box-sizing:border-box} .area_search .frm_search {width:auto;height:28px;padding:6px 15px 6px 45px;border:1px solid #ebebeb;border-radius:20px;background:none;margin-top:10px} .frm_search .tf_search {width:100%;height:28px} .frm_search .lab_search {left:45px;top:8px} .frm_search .ico_search {position:absolute;left:13px;top:8px;width:22px;height:22px;background-position:-40px 0} .wrap_skin.navi_on {padding-left:0} .navi_on .area_head {padding-top:0} .navi_on .area_search {left:auto;right:92px;top:29px;position:fixed} .navi_on .area_search .btn_search {width:auto;height:auto} .navi_on .btn_search .ico_search {background-position:-100px 0} .navi_on.search_on .area_search {left:0;top:25px;width:50%;height:1px;margin-left:50%;padding:0 75px 0 40px} .navi_on.search_on .frm_search {width:100%;height:36px;border:1px solid #868686;box-sizing:border-box;-webkit-box-sizing:border-box; margin-top:0} .navi_on .frm_search .tf_search {width:100%;height:auto} .navi_on .frm_search .ico_search {left:16px;top:10px;width:14px;height:14px;background-position:-160px 0} .navi_on .wrap_sub {position:fixed;left:0;top:0;width:100%;z-index:100} .navi_on .wrap_sub .btn_close {right:41px} .navi_on .cont_sub {height:100%;background:#222 url(images/bg_side_t.png) repeat-y 50% 0;opacity:0.9;filter:alpha(Opacity=90)} .navi_on .wrap_etc .col_aside {float:none;width:auto;padding:0 48px} .navi_on .area_navi {width:50%;-webkit-box-sizing:border-box;box-sizing:border-box} .navi_on .wrap_etc {width:50%} .navi_on .list_control {left:42px;width:365px;margin-left:0} .navi_on .list_control .ico_skin {width:58px} .navi_on .article_skin { display:none } .wrap_etc .tt-calendar{width:100% !important} .list_control {width:274px;bottom:19px;margin-left:-137px} .list_control .ico_skin {width:48px;height:40px;margin:0 10px} .list_control .link_write {background-position:0 -160px} .list_control .link_memo {background-position:-50px -160px} .list_control .link_rss {background-position:-100px -160px} .list_control .link_manage {background-position:-150px -160px} .article_skin {width:auto;padding:57px 34px 100px} #tt-body-index .article_skin { padding-top:27px } #tt-body-tag .article_skin, #tt-body-guestbook .article_skin { padding-top: 57px; } #tt-body-page .article_skin { padding-top:56px } .list_share {margin-top:47px;height:36px} .list_share .ico_skin {width:36px;height:36px} .list_share .link_fb {background-position:0 -120px} .list_share .link_ks {background-position:-40px -120px} .list_share .link_tw {background-position:-80px -120px} .area_related {width:100%;margin-top:54px} .list_related {margin:15px -10px 0} .list_related li {width:25%;margin-right:0;padding:0 10px;webikit-box-sizing:border-box;box-sizing:border-box} .list_related .link_related {width:100%;max-width:183px} .list_related .thumb_type .link_related {width:100%;max-width:185px} .area_related .link_more {top:12px;right:0} .area_reply .tit_nickname {font-size:16px} .area_reply .txt_date {margin-top:4px} .area_reply .writer_info .lab_info {font-size:13px} .area_reply .lab_write {font-size:13px} /* 메뉴바 */ #tistorytoolbarid { display:none } } @media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (max-width :738px), only screen and (min-device-pixel-ratio : 1.5) and (max-width :738px), only screen and (min-resolution:2dppx) and (max-width :738px) { .ico_skin {background-image:url(images/m640_ico_skin.png);-webkit-background-size:160px 100px;background-size:160px 100px} }
style2.css
@charset "UTF-8"; /* reset */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{margin:0;padding:0} fieldset,img{border:0 none} dl,ul,ol,menu,li {list-style:none} blockquote, q {quotes: none} blockquote:before, blockquote:after,q:before, q:after {content:'';content:none} input,select,textarea,button {vertical-align:middle;outline:none} input::-ms-clear {display:none} button {border:0 none;background-color:transparent;cursor:pointer} body {background:#fff;-webkit-text-size-adjust:none} body,th,td,input,select,textarea,button {font-size:14px;line-height:1.5;font-family:'Spoqa Han Sans', sans-serif;color:#666} a {color:#333;text-decoration:none} a:active, a:hover {text-decoration:underline} a:active {background-color:transparent}z address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal} input:checked[type='checkbox']{background-color:#666; -webkit-appearance:checkbox} input[type='text'],input[type='password'],input[type='submit'],input[type='search'],input[type='tel'],input[type='email'],html input[type='button'],input[type='reset']{-webkit-appearance:none;border-radius:0} input[type='search']::-webkit-search-cancel-button,textarea{-webkit-appearance:none} /* global */ #dkIndex {overflow:hidden;position:absolute;left:-9999px;width:0;height:1px;margin:0;padding:0} /* 스킵네비게이션 */ .ir_pm {display:block;overflow:hidden;font-size:0px;line-height:0;text-indent:-9999px} /* 사용된 이미지내 의미있는 텍스트의 대체텍스트를 제공할때 */ .ir_wa {display:block;overflow:hidden;position:relative;z-index:-1;width:100%;height:100%} /* 중요한 이미지 대체텍스트로 이미지off시에도 대체 텍스트를 보여주고자 할때 */ .screen_out {overflow:hidden;position:absolute;width:0;height:0;line-height:0;text-indent:-9999px} /* 대체텍스트가 아닌 접근성을 위한 숨김텍스트를 제공할때 */ .show {display:block} .hide {display:none} .ico_focused {outline: 1px dotted #000;outline: -webkit-focus-ring-color auto 5px} html, body{height:100%;min-height:100%} /* 공통이미지 */ .ico_skin{display:block;overflow:hidden;font-size:0;line-height:0;background:url(images/ico_skin.png) 0 0 no-repeat;text-indent:-9999px} .box_search{background:url(images/box_search.png) 0 0 no-repeat} .txt_bar{display:inline-block;width:1px;height:9px;margin:0 9px;background-color:#ebebeb} /* 헤더 */ .wrap_skin{position:relative;min-width:884px;min-height:100%;padding-left:23%;transition:padding-left ease-in-out 0.2s} .wrap_skin.navi_on {padding-left:960px} .area_head{position:fixed;left:0;top:0;width:23%;margin-top:171px;min-width:320px;z-index:1000} .article_skin{width:800px;min-height:858px;margin:0 auto;padding:96px 42px 100px} #tt-body-index .article_skin { padding-top:70px } .article_skin .tit_skin{padding-bottom:15px;border-bottom:1px solid #efefef;font-weight:normal;font-size:20px;line-height:26px;color:#5c5c5c} .article_skin .index_title { display:none } .area_head .btn_cate{position:absolute;left:35px;top:-141px;width:26px;height:26px;vertical-align:middle} .area_head .btn_cate .ico_cate{width:26px;height:20px} .area_navi {display:none;float:left;width:318px} .area_navi .tt_category {padding:0 40px} .area_head .area_profile{display:block;text-align:center} .area_head .area_profile .tit_post{padding:0 25px} .area_head .area_profile:before{display:block;width:38px;height:2px;margin:0 auto 23px;background-color:#fff;content:''} .area_head .area_profile .link_post{font-weight:200;font-size:42px;line-height:50px;color:#fff; text-overflow: ellipsis;-webkit-line-clamp: 4;-webkit-box-orient: vertical;overflow: hidden;display: -webkit-box} .area_head .area_profile .link_post:hover{text-decoration:none} .area_head .area_profile .thumb_profile{display:block;width:51px;height:51px;margin:44px auto 6px;border-radius:51px} .area_head .area_profile .img_profile{display:block;border-radius:51px;width:100%;height:100%} .area_head .area_profile .txt_profile{font-size:16px;color:#fff;opacity:0.7;filter:alpha(Opacity=70);display:block; padding:0 35px; overflow:hidden; text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical} .wrap_sub{background-image:/*@background-image*/url(images/header_default.jpg)/*@*/;} .wrap_sub{display:block;position:fixed;left:0;top:0;z-index:10;width:23%;min-width:320px;height:100%;min-height:100%;background-repeat:no-repeat;background-position:50% 0;background-size:cover;transition:width ease-in-out 0.2s} .cont_sub{width:100%;height:100%;background:rgba(34,34,34,0.35)} .cont_sub .inner_sub {position:relative;width:100%;height:100%} .cont_sub .area_sub{overflow-x:hidden;overflow-y:auto;position:absolute;top:83px;bottom:80px;left:0;right:0;padding-top:15px} .area_search{position:absolute;right:34px;top:-154px;z-index:10} .area_search .btn_search{display:block;position:relative;width:23px;height:23px;margin-top:15px} .area_search .btn_search .ico_search{width:23px;height:23px;margin:0 auto;background-position:-40px 0} .area_search .frm_search{display:none;position:relative;width:243px;height:22px;padding:11px 0 11px 57px;background-position:0 -50px;margin-top:6px} .frm_search .tf_search{width:182px;border:0 none;color:#fff;background:transparent} .frm_search .tf_search::-webkit-input-placeholder { color:#fff } .wrap_sub .btn_close{display:none;position:absolute;right:30px;top:31px;width:22px;height:22px;background-position:-70px 0} .search_on .area_search {left:50%;width:243px;margin-left:-150px} .search_on .btn_search{display:none} .search_on .frm_search{display:block} .search_on .area_head .btn_cate { display:none } .navi_on .area_head .btn_cate{display:none} .navi_on .area_navi{display:block} .navi_on .area_head .area_profile{display:none} .navi_on .cont_sub{background:url(images/bg_side.png) repeat-y 0 0;opacity:1.0;filter:alpha(Opacity=100)} .navi_on .wrap_sub{width:960px} .navi_on .area_search{left:856px;top:-151px} .navi_on.search_on .area_search {width:216px;left:670px;margin-left:0} .navi_on .btn_search { margin-top:11px} .navi_on .btn_search .ico_search{background-position:-100px 0} .navi_on.search_on .frm_search{width:160px;background-position:0 -100px;margin-top:0} .navi_on .lab_search{color:rgba(255,255,255,.4)} .navi_on .frm_search .tf_search {width:140px} .navi_on .wrap_sub .btn_close{display:block} .tt_category .link_tit {display:block;padding-bottom:8px;font-weight:normal;font-size:18px;color:#fff} .tt_category li a .c_cnt, .tt_category li a img { display:none } .tt_category .category_list .link_item {display:block;padding:7px 0 8px;overflow:hidden;font-size:18px;color:#fff;text-overflow:ellipsis;white-space:nowrap} .tt_category .sub_category_list {margin:-3px 0 5px} .tt_category .sub_category_list .link_sub_item {display:block;overflow:hidden;line-height:27px;color:#a7a7a7;text-overflow:ellipsis;white-space:nowrap} .tt_category .sub_category_list .link_sub_item::before { content:"- ";} .tt_category .link_tit:hover, .tt_category .category_list .link_item:hover, .tt_category .sub_category_list .link_sub_item:hover { color:#6bacce;text-decoration:underline } .link_guestbook { display:none } .wrap_etc{display:none;float:left} .navi_on .wrap_etc{display:block} .wrap_etc .col_aside{float:left;width:249px;padding:0 36px} .wrap_etc .right_side { padding-right:0 } .box_aside{position:relative;margin-bottom:39px} .tit_aside{display:block;margin-bottom:7px;color:#6bacce} .list_board li{padding:3px 0} .list_board .link_board{display:block;overflow:hidden;font-size:12px;line-height:19px;color:#a7a7a7;white-space:nowrap;text-overflow:ellipsis} .box_aside .list_tag{overflow:hidden;padding-top:7px} .box_aside .list_tag li{float:left} .box_aside .list_tag .link_tag{display:block;height:27px;margin:0 8px 7px 0;padding:0 10px;border:1px solid #525252;border-radius:15px;font-size:11px;line-height:27px;color:#a7a7a7;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:65px} .box_aside .list_tag .link_tag:hover{text-decoration:none} .box_aside .link_more{position:absolute;right:6px;top:0;font-size:11px;color:#a7a7a7;text-decoration:underline} .wrap_etc .month_calendar{width:250px;height:20px;color:#6bacce;text-align:center} .wrap_etc .month_calendar .btn_prev , .wrap_etc .month_calendar .btn_next{height:17px;padding:0 10px} .wrap_etc .month_calendar .ico_skin{margin-top:3px;vertical-align:top} .wrap_etc .month_calendar .ico_prev{width:5px;height:8px;background-position:-130px 0} .wrap_etc .month_calendar .ico_next{width:5px;height:8px;background-position:-130px -10px} .wrap_etc .tbl_calendar{border-collapse:collapse;border-spacing:0;width:270px;margin:9px 0 0 -11px} .wrap_etc .tbl_calendar td{height:26px;vertical-align:middle} .wrap_etc .col_day{width:14.28%} .wrap_etc .tit_week{font-weight:normal;font-size:12px;text-align:center;color:#5c5c5c} .wrap_etc .link_day{display:block;font-size:13px;text-align:center;color:#a7a7a7} .wrap_etc .day_event{text-decoration:underline} .wrap_etc .tt-calendar{border-collapse:collapse;border-spacing:0;width:270px !important;margin:0 0 0 -11px} .wrap_etc .tt-calendar .cal_month { height:20px;text-align:center; margin-bottom:9px } .wrap_etc .tt-calendar .cal_month a { color:#6bacce; } .wrap_etc .tt-calendar .cal_month a:first-child, .wrap_etc .tt-calendar .cal_month a:last-child {display:inline-block;overflow:hidden;font-size:0;line-height:0;background:url(images/ico_skin.png) 0 0 no-repeat;text-indent:-9999px; margin:6px 10px 0;vertical-align:top;width:5px;height:8px;} .wrap_etc .tt-calendar .cal_month a:first-child { background-position:-130px 0 } .wrap_etc .tt-calendar .cal_month a:last-child { background-position:-130px -10px } .wrap_etc .tt-calendar td{height:26px;vertical-align:middle} .wrap_etc .tt-calendar thead th { width:14.28%; font-weight:normal;font-size:12px;text-align:center;color:#5c5c5c } .wrap_etc .tt-calendar tbody td {font-size:13px;text-align:center;color:#a7a7a7} .wrap_etc .tt-calendar tbody td a { color:#a7a7a7; text-decoration:underline } .list_keep{padding-top:2px} .list_keep li{padding:3px 0;font-size:12px;color:#a7a7a7} .list_keep .link_keep{color:#a7a7a7} .box_visitor { margin-top:-15px } .list_visitor, .list_total{float:left;color:#a7a7a7} .list_visitor dt, .list_total dt{float:left;height:20px;margin-right:8px;padding:0 8px;border-radius:10px;font-size:11px;line-height:20px;background-color:rgba(102,102,102,.4)} .list_visitor dd, .list_total dd{float:left;font-size:12px;line-height:20px;color:#5c5c5c;margin-right:25px} .list_visitor dd { color:#a7a7a7} .list_control{position:absolute;left:50%;bottom:19px;width:316px;height:42px;margin-left:-158px;z-index:101} .navi_on .list_control {left:1px;margin-left:0;opacity:0.5} .list_control li{float:left} .list_control .ico_skin {display:block;width:48px;height:40px;margin:0 15px 0 16px} .list_control .link_write {background-position:0 -160px} .list_control .link_memo {background-position:-50px -160px} .list_control .link_rss {background-position:-100px -160px} .list_control .link_manage {background-position:-150px -160px} /* footer */ .area_foot{height:49px;border-top:1px solid #e8e8e8;line-height:46px;color:#aaa;text-align:center} .area_foot .info_copyright{min-width:600px;margin:0 auto;font-size:12px} .area_foot .emph_t{color:#6bacce} /* 뷰 상단 */ .area_title{margin:0 0 30px;padding-bottom:15px;border-bottom:1px solid #efefef} .area_title .tit_category a {font-weight:700;font-size:16px;color:#6bacce} .area_title .tit_post{padding:5px 0 10px;font-weight:normal;font-size:34px;line-height:43px;color:#222} .area_title .info_post, .area_title .info_post a {font-size:13px;color:#a7a7a7} .area_title .info_post .txt_bar { margin:0 9px 0 5px } .area_view {color:#5c5c5c;word-wrap: break-word} .area_view p {font-size:16px;line-height:28px; margin:0 auto 28px} .area_view a {color:#6bacce} .area_view h1, .area_view h2, .area_view h3, .area_view h4 { font-size:26px; line-height:30px; margin:52px auto 28px } .area_view ul, .area_view ol { margin: 0 auto 32px; padding: 0 0 0 10px; } .area_view ul li, .area_view ol li { margin-left:24px; margin-bottom:10px; } .area_view ul li { list-style:disc } .area_view ol li { list-style:decimal } .area_view blockquote { padding: 10px 20px; margin: 0 auto 28px; border-left:5px solid #eee } .area_view blockquote, .area_view blockquote p { font-size:18px; line-height:30px } .area_view blockquote ol:last-child, .area_view blockquote ul:last-child, .area_view blockquote p:last-child { margin-bottom:0 } .area_view table { max-width:100% } .area_view pre { background-color:#F6F7F8; margin:28px auto; padding:16px; word-wrap: break-word; font-family: Menlo,Consolas,Monaco,monospace; font-size:14px; line-height:20px} .area_view iframe { max-width:100% } .protected_form { text-align:center; padding: 100px 0 136px; border-bottom:1px solid #efefef } .protected_form p { margin-bottom:10px; font-size:16px; color:#5c5c5c } .protected_form input { -webkit-appearance: none; padding:0 15px; border: 1px solid #eee; height:38px; line-height:38px; font-size: 12px; box-sizing: border-box;} .protected_form button { border-radius: 4px; font-size: 12px; line-height: 38px; background-color: #6bacce; color: #fff; font-weight: bold; padding: 0 16px } /* 뷰 댓글 */ .area_etc{margin-top:38px} .area_etc .list_tag {position:relative} .area_etc .list_tag dt{position:absolute;left:0;top:2px;width:33px;height:17px;margin-right:2px;border-radius:8px;font-size:10px;line-height:17px;color:#fff;background-color:#a7a7a7;text-align:center;padding-right:1px} .area_etc .list_tag dd{padding-left:40px} .area_etc a {display:inline-block;font-size:13px;color:#a7a7a7} .list_share{height:32px;margin-top:57px;text-align:center} .list_share li{display:inline-block} .list_share .ico_skin{width:32px;height:32px;margin:0 4px} .list_share .link_fb{background-position:0 -30px} .list_share .link_ks{background-position:-40px -30px} .list_share .link_tw{background-position:-80px -30px} /* 관련기사 */ .area_related {position:relative;width:820px;margin-top:54px} .area_related .tit_related {font-weight:normal;font-size:20px;color:#222} .list_related {overflow:hidden;margin-top:15px} .list_related li {position:relative;float:left;margin-right:20px} .list_related li:last-child { margin-right:0} .list_related .link_related {display:block;overflow:hidden;position:relative;width:185px;height:200px;margin:0 auto;border:1px solid #e8e8e8;background:#fafafa;font-size:13px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;color:#fff} .list_related .thumb_type .link_related {width:185px;height:200px;border:0 none} .list_related .frame_related {display:none;position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:.4;filter:alpha(Opacity=40)} .thumb_type .frame_related {display:block} .list_related .thumb_related {position:absolute;left:0;top:0;width:100%;height:100%} .list_related .txt_related {display:block;display:-webkit-box;overflow:hidden;position:relative;left:0;top:0;z-index:10;max-height:80px;padding:27px 20px 0;color:#5c5c5c;text-overflow:ellipsis;-webkit-line-clamp:4;-webkit-box-orient:vertical;word-wrap:break-word} .list_related .link_related:hover .txt_related {text-decoration:underline} .list_related .date_related {position:absolute;left:0;bottom:20px;z-index:10;width:100%;color:#a7a7a7} .list_related .thumb_type .txt_related {color:#fff} .list_related .thumb_type .date_related {color:#fff; opacity:0.7} .area_related .link_more {position:absolute;right:20px;top:10px;font-size:13px;color:#a7a7a7;border-bottom: 1px solid #a7a7a7;text-decoration:none} /* 뷰댓글 */ #tt-body-page .area_reply{margin-top:51px} .area_reply .tit_reply{font-weight:normal;font-size:20px;color:#222;display:block;margin-bottom:14px} .area_reply .fld_reply{padding:20px;border-top:1px solid #e8e8e8;background-color:#fafafa;position:relative} .area_reply .writer_info{overflow:hidden;margin-bottom:5px} .area_reply .writer_info .info_name{float:left;position:relative;margin-right:5px} .area_reply .writer_info .info_pw{float:left;position:relative} .area_reply .writer_info .wrap_info{display:block} .area_reply .writer_info .inp_info{width:171px;height:36px;padding:0 13px;border:1px solid #e8e8e8;background:#fff;font-size:13px;-webkit-box-sizing:border-box;box-sizing:border-box} .area_reply .reply_write{position:relative;padding:7px 12px;border:1px solid #e8e8e8;background-color:#fff} .area_reply .lab_write{position:absolute;top:7px;left:12px;font-size:13px;color:#a7a7a7} .area_reply .tf_reply{width:100%;height:70px;border:1px solid #fff;font-size:13px;resize:none;box-sizing:border-box} .area_reply .inp_info, .area_reply .tf_reply { color:#5c5c5c } .area_reply .writer_check {position:absolute; bottom:21px; right:93px} .area_reply .writer_check .check_secret{float:left;overflow:hidden;position:relative;height:36px;margin-right:14px;line-height:36px} .area_reply .writer_check .inp_secret{float:left;width:18px;height:18px;margin:10px 5px 0 0;opacity:0.01;filter: alpha(opacity=1)} .area_reply .writer_check .lab_secret{float:left;font-size:12px;color:#5c5c5c;cursor:pointer} .area_reply .writer_check .ico_check{position:absolute;top:10px;left:0;width:19px;height:19px;background-position:-120px -30px} .area_reply .writer_check .inp_secret:checked + .lab_secret .ico_check{background-position:-120px -50px} .area_reply .writer_btn{float:right;margin-top:10px} .area_reply .writer_btn .btn_enter{float:left;width:71px;height:36px;border-radius:18px;font-size:13px;line-height:38px;background-color:#6bacce;color:#fff} .list_reply .thumb_profile{float:left;width:48px;height:48px;margin-right:20px;border-radius:48px;background-position:-140px -20px;margin-top:2px} .list_reply .img_profile{display:block;width:100%;height:100%;border-radius:48px;} .area_reply .list_reply li{position:relative;padding:23px 0 22px 0;border-top:1px solid #efefef; min-height:53px} #tt-body-page .area_reply .list_reply li.tt_more_preview_comments_wrap { padding:20px; min-height: inherit; border-top:1px solid #efefef } #tt-body-page .area_reply .list_reply li.tt_more_preview_comments_wrap:hover { background-color:#efefef } #tt-body-page .area_reply .list_reply .tt_more_preview_comments_text { color:#aaa } .area_reply .list_reply li:first-child{border-top:0 none} #tt-body-page .list_reply li:first-child{padding-top:0} .area_reply .list_reply .re_reply{padding-left:69px} .area_reply .reply_content{overflow:hidden;display:block} .area_reply .tit_nickname{float:left;overflow:hidden;max-width:200px;margin-right:10px;color:#222;white-space:nowrap;text-overflow:ellipsis;font-size:16px} .area_reply .tit_nickname a:hover{text-decoration:none} .area_reply .txt_date{float:left;margin-top:5px;font-size:12px;color:#a7a7a7} .area_reply .txt_reply{display:block;padding-top:4px;font-size:13px;line-height:21px;color:#5c5c5c;clear:both} .area_reply .list_reply li:hover .area_more, .area_reply .list_reply li:hover .area_more .reply_layer { display:block } .area_reply .list_reply li:first-child .reply_layer { top:2px } .area_more .reply_layer { position:absolute; right:0px; top:25px } .area_more .reply_layer .link_reply { margin:0 2px;font-size:12px;color:#6bacce } .area_more .reply_layer .link_reply:hover { text-decoration: none} .area_more{display:none} /* 리스트 */ .list_content {padding:24px 0 26px;border-bottom:1px solid #efefef } .list_content::after { content:''; clear:both; display:block } .list_content .thumbnail_post { float:right; width:150px; height:150px; margin:6px 0 5px 30px } .list_content .link_post{display:block;overflow:hidden;text-decoration:none} .list_content .link_post:hover .tit_post {color:#6bacce} .list_content .tit_post{display:block;font-weight:normal;font-size:24px;line-height:34px} .list_content .txt_post{display:-webkit-box;display:-ms-flexbox;display:box;overflow:hidden;margin-top:4px;font-size:13px;line-height:23px;color:#5c5c5c;vertical-align:top;word-break:break-all;-webkit-box-orient:vertical;-webkit-line-clamp:4} .list_content .txt_bar { margin:0 7px } .list_content .detail_info{margin-top:11px;font-size:12px;color:#aaa} .list_content .detail_info .link_cate{font-size:13px;text-decoration:none;color:#6bacce} /* 태그 */ #tt-body-tag .list_tag{overflow:hidden;margin-top:30px} #tt-body-tag .list_tag li{float:left;margin:0 10px 10px 0} #tt-body-tag .list_tag .link_tag{display:block;height:34px;padding:0 16px;border:1px solid #6bacce;border-radius:17px;line-height:36px;color:#6bacce;font-size:13px} #tt-body-tag .list_tag .link_tag:hover{color:#fff;background-color:#6bacce;text-decoration:none} #tt-body-tag .article_skin, #tt-body-guestbook .article_skin { padding-top:94px } /* 게스트 댓글 */ #tt-body-guestbook .list_reply{border-bottom:1px solid #e8e8e8} #tt-body-guestbook .area_reply .fld_reply{border-top:1px solid #efefef;border-bottom:1px solid #efefef} #tt-body-guestbook .article_skin .tit_skin { border:0 } /* 페이징 */ .article_skin .area_paging{height:30px;margin-top:26px;text-align:center} .area_paging .inner_paging{display:inline-block;overflow:hidden} .area_paging .ico_skin{width:6px;height:10px} .area_paging .btn_prev{float:left;margin-right:18px;line-height:30px;color:#5c5c5c} .area_paging .btn_prev.no-more-prev {color:#a7a7a7; text-decoration: none} .area_paging .no-more-prev .ico_prev{background-position:-150px -10px} .area_paging .ico_prev{display:inline-block;margin-right:8px;background-position:-140px -10px} .area_paging .btn_next{float:left;margin-left:18px;line-height:30px;color:#5c5c5c} .area_paging .btn_next.no-more-next {color:#a7a7a7; text-decoration: none} .area_paging .no-more-next .ico_next{background-position:-150px 0} .area_paging .ico_next{display:inline-block;margin-left:8px;background-position:-140px 0} .area_paging .link_page span, .area_paging .interword {float:left;min-width:10px;height:30px;margin:0 4px;padding:0 10px;line-height:30px;color:#5c5c5c} .area_paging .link_page .selected {border-radius:30px;background-color:#6bacce;color:#fff} @media only screen and (max-width:738px){ .ico_skin {background:url(images/m320_ico_skin.png) 0 0 no-repeat} /* 스킨 */ .wrap_skin {min-width:100%;padding-left:0} .area_head {width:100%;height:45px;min-width:auto;margin-top:0} .area_head .area_profile {display:none} .area_head .btn_cate {left:0;top:0;width:49px;height:45px} .area_head .btn_cate .ico_cate {width:19px;height:15px;margin:0 auto;background-position:0 0} .search_on .area_search {top:0;left:0;width:100%;margin-left:0;padding:12px 15px 0;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 15px 0;background:#fff} .area_search .frm_search {width:auto;height:31px;padding:0 15px 0 40px;border:1px solid #ebebeb;border-radius:20px;margin-top:0} .frm_search .tf_search {width:100%;color:#222;height:19px;margin-top:7px;font-family:applesdgothicneo-light} .frm_search .tf_search::-webkit-input-placeholder { color:#a7a7a7 } .frm_search .ico_search {position:absolute;left:14px;top:7px;width:18px;height:18px;background-position:-20px 0} .wrap_sub {position:relative;width:auto;min-width:auto;display:none} .cont_sub .inner_sub {padding:0} .cont_sub .area_sub {height:auto} .wrap_skin.navi_on {padding-left:0} .area_search {right:0;top:0} .area_search .btn_search {width:50px;height:45px;margin-top:0} .area_search .btn_search .ico_search {width:18px;height:18px;margin-top:0;background-position:-20px 0} #tt-body-page .area_head { background-color:rgba(255,255,255,0.95) } #tt-body-page .navi_on .area_head { background-color: inherit } .navi_on .area_head {height:72px;position:fixed; right:58px; width:auto} .navi_on .area_head .area_profile {display:block;position:absolute;left:0;right:0;top:0;height:72px;text-align:left} .navi_on .area_head .area_profile:before {display:none} .navi_on .area_head .area_profile .tit_post {height:30px;padding:3px 0 0;text-align:left} .navi_on .area_head .area_profile .link_post {padding-left:73px;font-size:14px;font-weight:normal;-webkit-line-clamp: 1;} .navi_on .area_head .area_profile .txt_profile {display:inline-block;margin-top:5px;padding-left:73px;font-size:13px;color:#a7a7a7;font-family:applesdgothicneo-ultralight} .navi_on .area_head .area_profile .thumb_profile {position:absolute;left:20px;top:15px;width:43px;height:43px;margin:0} .navi_on .area_search {display:none} .navi_on .wrap_sub {position:absolute;left:0;top:0;z-index:100;width:100%;height:100%;display:block} .navi_on .cont_sub {background:#222;opacity:0.9;filter:alpha(Opacity=90);position:fixed} .navi_on .cont_sub .area_sub { top:73px; bottom:0; border-top:1px solid rgba(255,255,255,0.05); } .navi_on .wrap_sub .btn_close {right:20px;top:28px;width:18px;height:18px;background-position:-110px 0;position:fixed} .navi_on .area_navi {width:100%;-webkit-box-sizing:border-box;box-sizing:border-box} .navi_on .area_navi .tt_category { padding:11px 20px 16px; } .navi_on .wrap_etc {display:none} .navi_on .tt_category .link_tit {font-size:17px;padding-bottom:7px} .navi_on .tt_category .category_list .link_item {font-size:17px; padding:8px 0} .navi_on .tt_category .sub_category_list { padding-top:0; margin-top:-1px; margin-bottom:0 } .navi_on .tt_category .sub_category_list .link_sub_item {font-size:15px;padding-bottom:7px} .navi_on .link_guestbook {display:block;padding:25px 20px 27px;font-size:17px;color:#fff;border-top:1px solid rgba(255,255,255,0.05)} .navi_on .article_skin { display:none } .list_control {display:none} .article_skin {width:100%;min-height:100%;padding:45px 0 0 0} .area_title {padding:0 15px 13px;margin-bottom:18px} .area_title .tit_category a {font-weight:normal;font-size:14px} .area_title .tit_post {padding:2px 0 3px;font-size:24px;line-height:30px} .area_title .info_post {display:block;margin-top:5px;font-size:12px;font-family:applesdgothicneo-ultralight} .area_title .info_post .txt_bar { margin:0 6px 0 4px} .area_view { margin:0 15px;font-size:17px;line-height:24px;color:#333;font-family:applesdgothicneo-ultralight } .area_view p { line-height:23px } .protected_form { padding:15px 0 50px } .area_etc {margin-top:14px;padding:0 15px} .area_etc .list_tag dt {width:35px;height:19px;font-size:12px;line-height:19px;border-radius:10px;text-align:center} .list_share {height:36px;margin-top:29px} .list_share .ico_skin {width:36px;height:36px;margin:0 3px} .list_share .link_fb {background-position:0 -20px} .list_share .link_ks {background-position:-40px -20px} .list_share .link_tw {background-position:-80px -20px} .area_related {width:100%;margin-top:47px} .area_related .tit_related {display:block;padding:0 15px;font-size:14px} .list_related {padding:0 10px;margin-top:1px} .list_related li {width:50%;margin:10px 0 0;padding:0 5px;-webkit-box-sizing:border-box;box-sizing:border-box} .list_related .link_related {width:100%;height:100%;min-width:137px;min-height:150px} .list_related .thumb_type .link_related {width:100%;height:100%} .list_related .thumb_related .img_related {width:100%} .list_related .txt_related {padding:18px 10px 0;font-size:14px;line-height:17px} .list_related .date_related {font-size:13px;bottom:14px} .list_related .txt_related { color:#222 } .list_related .txt_related, .list_related .date_related { font-family:applesdgothicneo-ultralight } #tt-body-page .area_reply {margin-top:35px} .area_related .link_more {right:15px;top:0} .area_reply .tit_reply {padding:0 15px 8px;font-size:14px;margin:0} .area_reply .list_reply li {padding:13px 15px 12px;min-height:30px} .list_reply .thumb_profile{width:33px;height:33px;margin-right:11px;margin-top:2px;background-position:-120px -20px} .area_reply .reply_content { font-family:applesdgothicneo-light; margin-top:4px } .area_reply .tit_nickname {max-width:120px;margin-right:5px;font-size:14px} .area_reply .txt_reply {line-height:19px;padding-top:2px} .area_reply .txt_date {font-family:applesdgothicneo-ultralight;margin-top:3px} .area_reply .more_reply {display:block;position:absolute;right:1px;top:0;width:30px;height:45px} .area_reply .ico_more {display:block;width:3px;height:13px;margin:20px auto 0;background-position:-60px 0} .area_reply .list_reply li:first-child .ico_more { margin-top:7px } .area_reply .list_reply .re_reply {padding-left:60px} .area_reply .list_reply li:last-child { padding-bottom:10px } .area_reply .fld_reply {padding:15px 15px 14px;border-bottom:1px solid #efefef;font-family:applesdgothicneo-ultralight} #tt-body-page .area_reply .fld_reply { margin-top:2px } .area_reply .writer_info .info_name {width:50%;margin-right:0} .area_reply .writer_info .info_pw {width:50%} .area_reply .writer_info .inp_info {width:100%;padding:0 11px} .area_reply .reply_write {margin-top:9px;padding:6px 7px} .area_reply .reply_write .tf_write { color:#222 } .area_reply .info_name .wrap_info {padding-right:5px} .area_reply .info_pw .wrap_info {padding-left:5px} .area_reply .writer_info .lab_info {font-size:14px} .area_reply .lab_write {top:8px;left:14px;font-size:14px} .area_reply .writer_check .lab_secret {font-size:14px;color:#666} .area_reply .writer_check .ico_check {top:0;width:30px;height:30px;background-position:0 -60px} .area_reply .writer_check .inp_secret:checked + .lab_secret .ico_check{background-position:-30px -60px} .area_reply .writer_check .inp_secret:checked + .lab_secret {font-family:applesdgothicneo} .area_reply .writer_check {right:inherit;left:15px;bottom:15px} .area_reply .writer_check .check_secret {float:left;height:30px;line-height:29px} .area_reply .writer_check .inp_secret {width:30px;height:30px;margin:0 4px 0 0} .area_reply .writer_btn {float:none;overflow:hidden;margin-top:11px} .area_reply .writer_btn .btn_enter {float:right;width:65px;height:33px;font-size:14px;line-height:33px} .area_more {display:block} .area_reply .list_reply li:first-child .reply_layer { top:24px } .area_more .reply_layer {display:none;position:absolute;right:15px;top:38px;z-index:10;width:95px} .on_more .reply_layer {display:block} .reply_layer .inner_reply_layer {padding:10px 0;border:1px solid #dcdcdc;background:#fff} .reply_layer .inner_reply_layer .link_reply {display:block;font-size:14px;text-align:center;line-height:32px;color:#222} .article_skin .area_paging {height:18px;margin:20px 0 41px 0;padding:0 15px} .area_paging .inner_paging {display:block;height:18px} .area_paging .link_page, .area_paging .interword {display:none} .area_paging .ico_skin {width:10px;height:18px} .area_paging .btn_prev {font-size:15px;line-height:19px;color:#222} .area_paging .ico_prev {float:left;margin-right:8px;background-position:-90px 0} .area_paging .no-more-prev .ico_prev {background-position:-70px 0} .area_paging .btn_next {float:right;margin-right:0;font-size:15px;vertical-align:top;line-height:19px;color:#222} .area_paging .ico_next {float:right;margin-left:10px;background-position:-100px 0} .area_paging .no-more-next .ico_next {background-position:-80px 0} .area_foot .info_copyright {font-size:11px} /* 리스트 */ .list_content {padding:19px 15px 15px} .list_content .thumbnail_post { margin-top:1px; margin-left:14px } .list_content .thumbnail_post, .list_content .thumbnail_post img { width:80px; height:80px } .list_content .tit_post {font-size:17px;line-height:21px;color:#222;font-family:applesdgothicneo-light;display: -webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis;word-break:break-all;-webkit-box-orient:vertical} .list_content .txt_post {font-size:14px;line-height:19px;font-family:applesdgothicneo-ultralight;-webkit-line-clamp:2;} .list_content .detail_info {color:#a7a7a7; font-family:applesdgothicneo-ultralight; margin-top:4px} .list_content .detail_info .txt_bar { margin:0 2px } .list_content .detail_info .txt_date { font-size:13px } #tt-body-page .article_skin { margin-top:40px } #tt-body-tag .article_skin, #tt-body-guestbook .article_skin, #tt-body-index .article_skin { padding-top:46px } /* 게스트북 */ #tt-body-guestbook .area_reply .fld_reply {border-top:0 none} /* 태그 */ #tt-body-tag .navi_on .area_head {border-bottom:0 none} #tt-body-tag .list_tag {margin-bottom:30px;padding:0 15px} /* 메뉴바 */ #tistorytoolbarid { display:none } /* 타이틀 */ #tt-body-index .index_title { display:block } #tt-body-index .index_title .tit_skin, .list_title .tit_skin, #tt-body-tag .article_skin .tit_skin, #tt-body-guestbook .article_skin .tit_skin {position:fixed;left:0;right:0;top:0;height:45px;padding-bottom:0; border-bottom:1px solid #e0e0e0;background-color:rgba(255, 255, 255, 0.95);z-index:1} .tit_skin .txt_title { display:block; position:absolute; left:50px; right:50px; top:0; height:45px; font-size:15px;line-height:48px; text-align:center; color:#222;font-family:applesdgothicneo-light; overflow:hidden; text-overflow:ellipsis; white-space: nowrap;word-wrap: normal} .area_foot { height:40px; line-height:38px; } } @media only screen and (max-width:320px){ .area_reply .tit_nickname {max-width:90px;} } @media only screen and (min-width:738px) and (max-width:1262px){ /* 스킨 */ .wrap_skin {min-width:100%;padding-left:0} .area_head {position:absolute;width:100%;margin-top:0;padding-top:100px} .area_head .btn_cate {left:0;top:0;width:94px;height:80px} .area_head .btn_cate .ico_cate {width:26px;height:20px;margin:0 auto;background-position:0 0} .area_head .area_profile:before {margin:0 auto 30px} .area_head .area_profile .thumb_profile {margin-top:35px} .area_head .area_profile .tit_post {margin-top:-6px} .wrap_sub {position:relative;width:100%;max-height:500px} .cont_sub {position:static;height:450px} .cont_sub .inner_sub {padding:0} .area_search {right:0;top:0;} .area_search .btn_search {width:90px;height:80px;margin-top:0} .area_search .btn_search .ico_search {width:22px;height:22px;margin:2px auto 0;background-position:-40px 0} .search_on .area_search {left:0;top:0;width:100%;margin-left:0;padding:12px 34px 0;-webkit-box-sizing:border-box;box-sizing:border-box} .area_search .frm_search {width:auto;height:28px;padding:6px 15px 6px 45px;border:1px solid #ebebeb;border-radius:20px;background:none;margin-top:10px} .frm_search .tf_search {width:100%;height:28px} .frm_search .lab_search {left:45px;top:8px} .frm_search .ico_search {position:absolute;left:13px;top:8px;width:22px;height:22px;background-position:-40px 0} .wrap_skin.navi_on {padding-left:0} .navi_on .area_head {padding-top:0} .navi_on .area_search {left:auto;right:92px;top:29px;position:fixed} .navi_on .area_search .btn_search {width:auto;height:auto} .navi_on .btn_search .ico_search {background-position:-100px 0} .navi_on.search_on .area_search {left:0;top:25px;width:50%;height:1px;margin-left:50%;padding:0 75px 0 40px} .navi_on.search_on .frm_search {width:100%;height:36px;border:1px solid #868686;box-sizing:border-box;-webkit-box-sizing:border-box; margin-top:0} .navi_on .frm_search .tf_search {width:100%;height:auto} .navi_on .frm_search .ico_search {left:16px;top:10px;width:14px;height:14px;background-position:-160px 0} .navi_on .wrap_sub {position:fixed;left:0;top:0;width:100%;z-index:100} .navi_on .wrap_sub .btn_close {right:41px} .navi_on .cont_sub {height:100%;background:#222 url(images/bg_side_t.png) repeat-y 50% 0;opacity:0.9;filter:alpha(Opacity=90)} .navi_on .wrap_etc .col_aside {float:none;width:auto;padding:0 48px} .navi_on .area_navi {width:50%;-webkit-box-sizing:border-box;box-sizing:border-box} .navi_on .wrap_etc {width:50%} .navi_on .list_control {left:42px;width:365px;margin-left:0} .navi_on .list_control .ico_skin {width:58px} .navi_on .article_skin { display:none } .wrap_etc .tt-calendar{width:100% !important} .list_control {width:274px;bottom:19px;margin-left:-137px} .list_control .ico_skin {width:48px;height:40px;margin:0 10px} .list_control .link_write {background-position:0 -160px} .list_control .link_memo {background-position:-50px -160px} .list_control .link_rss {background-position:-100px -160px} .list_control .link_manage {background-position:-150px -160px} .article_skin {width:auto;padding:57px 34px 100px} #tt-body-index .article_skin { padding-top:27px } #tt-body-tag .article_skin, #tt-body-guestbook .article_skin { padding-top: 57px; } #tt-body-page .article_skin { padding-top:56px } .list_share {margin-top:47px;height:36px} .list_share .ico_skin {width:36px;height:36px} .list_share .link_fb {background-position:0 -120px} .list_share .link_ks {background-position:-40px -120px} .list_share .link_tw {background-position:-80px -120px} .area_related {width:100%;margin-top:54px} .list_related {margin:15px -10px 0} .list_related li {width:25%;margin-right:0;padding:0 10px;webikit-box-sizing:border-box;box-sizing:border-box} .list_related .link_related {width:100%;max-width:183px} .list_related .thumb_type .link_related {width:100%;max-width:185px} .area_related .link_more {top:12px;right:0} .area_reply .tit_nickname {font-size:16px} .area_reply .txt_date {margin-top:4px} .area_reply .writer_info .lab_info {font-size:13px} .area_reply .lab_write {font-size:13px} /* 메뉴바 */ #tistorytoolbarid { display:none } } @media only screen and (-webkit-min-device-pixel-ratio : 1.5) and (max-width :738px), only screen and (min-device-pixel-ratio : 1.5) and (max-width :738px), only screen and (min-resolution:2dppx) and (max-width :738px) { .ico_skin {background-image:url(images/m640_ico_skin.png);-webkit-background-size:160px 100px;background-size:160px 100px} }
0.220259
0.048858
@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap'); html { box-sizing: border-box; } body { margin: 0; min-height: 100vh; background-color: #5e2201; background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23ac9c92' fill-opacity='0.4'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); color: #000; font-family: 'Finger Paint', cursive; font-weight: 700; text-align: center; display: flex; align-items: center; justify-content: center; } .quote-container { width: auto; max-width: 900px; padding: 20px 30px; border-radius: 10px; background-color: rgba(255, 255, 255, 0.4); box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.2); } .quote-text { font-size: 2.75rem; } .long-quote { font-size: 2rem; } .fa-quote-left { font-size: 4rem; } .quote-author { margin-top: 15px; font-size: 2rem; font-weight: 400; font-style: italic; } .button-container { margin-top: 15px; display: flex; justify-content: space-between; } button { cursor: pointer; font-size: 1.2rem; height: 2.5rem; border: none; border-radius: 10px; color: #fff; background: #111; outline: none; padding: 0.5rem 1.8rem; box-shadow: 0 0.3rem rgba(050, 050, 050, 0.9); } button:hover { filter: brightness(110%); } button:active { transform: translate(0, 0.3rem); box-shadow: 0 0.1rem rgba(255, 255, 255, 0.1); } .twitter-button:hover { color: #38a1f3; } .fa-twitter { font-size: 1.5rem; } .loader { border: 16px solid #f3f3f3; border-top: 16px solid #333; border-radius: 50%; width: 120px; height: 120px; animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media screen and (max-width: 1000px) { .quote-container { margin: auto 10px; } .quote-text { font-size: 2.5rem; } }
quote-generator/style.css
@import url('https://fonts.googleapis.com/css2?family=Finger+Paint&display=swap'); html { box-sizing: border-box; } body { margin: 0; min-height: 100vh; background-color: #5e2201; background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23ac9c92' fill-opacity='0.4'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); color: #000; font-family: 'Finger Paint', cursive; font-weight: 700; text-align: center; display: flex; align-items: center; justify-content: center; } .quote-container { width: auto; max-width: 900px; padding: 20px 30px; border-radius: 10px; background-color: rgba(255, 255, 255, 0.4); box-shadow: 0 10px 10px 10px rgba(0, 0, 0, 0.2); } .quote-text { font-size: 2.75rem; } .long-quote { font-size: 2rem; } .fa-quote-left { font-size: 4rem; } .quote-author { margin-top: 15px; font-size: 2rem; font-weight: 400; font-style: italic; } .button-container { margin-top: 15px; display: flex; justify-content: space-between; } button { cursor: pointer; font-size: 1.2rem; height: 2.5rem; border: none; border-radius: 10px; color: #fff; background: #111; outline: none; padding: 0.5rem 1.8rem; box-shadow: 0 0.3rem rgba(050, 050, 050, 0.9); } button:hover { filter: brightness(110%); } button:active { transform: translate(0, 0.3rem); box-shadow: 0 0.1rem rgba(255, 255, 255, 0.1); } .twitter-button:hover { color: #38a1f3; } .fa-twitter { font-size: 1.5rem; } .loader { border: 16px solid #f3f3f3; border-top: 16px solid #333; border-radius: 50%; width: 120px; height: 120px; animation: spin 2s linear infinite; } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } @media screen and (max-width: 1000px) { .quote-container { margin: auto 10px; } .quote-text { font-size: 2.5rem; } }
0.455683
0.090816
.navbar-brand { margin-left: 50px; margin-right: 50px; } .bg-dark { background-color: #c42828!important; } .navbar-dark .navbar-toggler { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); } .navbar-dark .navbar-nav .nav-link:hover{ color: rgb(255, 255, 255); } .logo { /* display: inline-block; vertical-align: top; */ width: 100px; height: 100px; margin-top: -30px; margin-bottom: -30px; } .btn-success { color: #fff; background-color: #ffffff03; border-color: #ffffff; } .btn-success:hover { color: #fff; background-color: #ffffff03; border-color: #ffffff; } .services { background-color: #d3d3d3; padding-top: 50px; padding-bottom: 80px; } .section-title { margin-top: 70px; font-weight: 700; font-size: 56px; color: #c42828; text-align: left; line-height: 1.3em; text-transform: uppercase; padding-bottom: 30px; } .section-title small { font-size: 16px; line-height: 1.3em; color: #212124; display: block; text-align: left; padding-bottom: 20px; } .services .row div:nth-child(2) img{ width: 100%; } .about-icon-box { margin-bottom: 55px; } .about-icon { float: left; z-index: 2; position: relative; min-width: 40px; text-align: center; line-height: 0em; color: #ff6065; font-size: 40px; } .about-icon-box p { font-size: 16px; text-align: left; padding-right: 18px; position: relative; z-index: 99; padding-left: 58px; line-height: 1.6em; } .icon-box-title { padding-bottom: 5px; position: relative; z-index: 99; } .icon-box-title h4{ padding-left: 20px; } .serviceimg { padding-top: 50px; padding-bottom: 50px; background-color: whitesmoke; } .imgservices { width: 100%; } .imgnote { text-align: center; } .imgnote h2 { font-weight: 600; font-size: 56px; color: #c42828; text-align: center; line-height: 1.3em; text-transform: uppercase; padding-bottom: 20px; } .imgnote h5 { font-weight: 400; font-size: 20px; line-height: 1.3em; color: #212124; display: block; text-align: left; padding-bottom: 20px; } .btn { display: inline-block; font-weight: 400; color: #000000; text-align: center; vertical-align: middle; background-color: #cf4949; border: 1px solid white; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: 1s; } .btn:hover { transform: scale(1.1); } [class*="fa-"] { display: inline-block; font-size: 16px; width: 32px; height: 32px; line-height: 32px; top: -2px; word-spacing: 1px; position: relative; text-align: center; vertical-align: middle; max-width: 100%; } .enddigital { background-color: #c42830; padding-top: 30px; padding-bottom: 30px; } .copyright h5 { font-size: 16px; text-align: center; color: white; } html { scroll-behavior: smooth; }
services.css
.navbar-brand { margin-left: 50px; margin-right: 50px; } .bg-dark { background-color: #c42828!important; } .navbar-dark .navbar-toggler { color: rgb(255, 255, 255); border-color: rgb(255, 255, 255); } .navbar-dark .navbar-nav .nav-link:hover{ color: rgb(255, 255, 255); } .logo { /* display: inline-block; vertical-align: top; */ width: 100px; height: 100px; margin-top: -30px; margin-bottom: -30px; } .btn-success { color: #fff; background-color: #ffffff03; border-color: #ffffff; } .btn-success:hover { color: #fff; background-color: #ffffff03; border-color: #ffffff; } .services { background-color: #d3d3d3; padding-top: 50px; padding-bottom: 80px; } .section-title { margin-top: 70px; font-weight: 700; font-size: 56px; color: #c42828; text-align: left; line-height: 1.3em; text-transform: uppercase; padding-bottom: 30px; } .section-title small { font-size: 16px; line-height: 1.3em; color: #212124; display: block; text-align: left; padding-bottom: 20px; } .services .row div:nth-child(2) img{ width: 100%; } .about-icon-box { margin-bottom: 55px; } .about-icon { float: left; z-index: 2; position: relative; min-width: 40px; text-align: center; line-height: 0em; color: #ff6065; font-size: 40px; } .about-icon-box p { font-size: 16px; text-align: left; padding-right: 18px; position: relative; z-index: 99; padding-left: 58px; line-height: 1.6em; } .icon-box-title { padding-bottom: 5px; position: relative; z-index: 99; } .icon-box-title h4{ padding-left: 20px; } .serviceimg { padding-top: 50px; padding-bottom: 50px; background-color: whitesmoke; } .imgservices { width: 100%; } .imgnote { text-align: center; } .imgnote h2 { font-weight: 600; font-size: 56px; color: #c42828; text-align: center; line-height: 1.3em; text-transform: uppercase; padding-bottom: 20px; } .imgnote h5 { font-weight: 400; font-size: 20px; line-height: 1.3em; color: #212124; display: block; text-align: left; padding-bottom: 20px; } .btn { display: inline-block; font-weight: 400; color: #000000; text-align: center; vertical-align: middle; background-color: #cf4949; border: 1px solid white; padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; border-radius: .25rem; transition: 1s; } .btn:hover { transform: scale(1.1); } [class*="fa-"] { display: inline-block; font-size: 16px; width: 32px; height: 32px; line-height: 32px; top: -2px; word-spacing: 1px; position: relative; text-align: center; vertical-align: middle; max-width: 100%; } .enddigital { background-color: #c42830; padding-top: 30px; padding-bottom: 30px; } .copyright h5 { font-size: 16px; text-align: center; color: white; } html { scroll-behavior: smooth; }
0.553505
0.077832
@-moz-document regexp("^https:\/\/twitter\.com\/(?!(intent\/|i\/moments\/)).*$") { /*[[RT-home]]*/ /*[[RT-Fav-connect]]*/ /*[[quote_RT]]*/ /*[[RT-list]]*/ /*[[block]]*/ /*[[Fav]]*/ /*[[hover-profile]]*/ /*[[connect_badge]]*/ /*[[moments]]*/ /*[[module]]*/ /*[[DM]]*/ /* プロフィール */ .has-profile-promoted-tweet, .has-profile-suggested-tweet, /* 'Twitterからのおすすめ' */ /* status */ .suggested-tweet-stream-container, /* プロモツイート */ /* ホーム */ [data-item-type="who_to_follow_entry"], /* 検索 */ .AdaptiveSearchTimeline-separationModule, /* 話題のツイート: 'ユーザー' */ [data-component-context="newest_list_members"], .wrapper-list .content-header, .SidebarFilterModule-toggle, /* 検索フィルター */ /* === All === */ [role="textbox"]:focus:before, [data-item-type="follow_entry"], [data-promoted="true"], [data-promoted-trend-id], .promoted-account, /* おすすめユーザー */ .tweet-timestamp > [data-time][data-aria-label-part="last"] { display: none !important; } /*[[trends]]*/ /*[[who_to_follow]]*/ /*[[poll]]*/ /*[[cards]]*/ /*[[issues1]]*/ /*[[expand-singlephoto]]*/ /*[[recent_searches]]*/ /*[[icon]]*/ /*[[visited_links]]*/ /*[[URL_shortening]]*/ /*[[profilecard]]*/ .AdaptiveMedia { border-radius: 0 !important; } .list-membership-container > LI { float: left !important; width: 50% !important; } #activity-popup-dialog-dialog > .modal-content { width: 65vw !important; max-width: 620px !important; } .activity-popup-users { max-height: none !important; } /* === ツイート === */ #timeline .original-tweet-container, /* プロモーション */ #timeline [data-item-type="tweet"] { border-top: none !important; border-bottom: none !important; } .tweet-timestamp.js-permalink.js-nav.js-tooltip:before { content: attr(title) attr(data-original-title) !important; } .tweet-timestamp > [data-time]:before { content: "【" !important; } .tweet-timestamp > [data-time]:after { content: "】" !important; } [data-follows-you="false"][data-you-follow="true"] .fullname { color: /*[[not_follow_you]]*/; } [data-retweet-id] .TweetTextSize { color: /*[[RT_color]]*/ !important } .twitter-timeline-link.u-hidden:not([data-pre-embedded="true"]) { display: inline !important; margin-left: .3em !important; } .QuoteTweet-text { max-height: none !important; } #stream-items-id .ProfileTweet-actionList.js-actions { margin: 6px 0 0 0 !important; } .ProfileTweet-actionList.js-actions > DIV { min-width: 0 !important; } .ProfileTweet-actionList.js-actions > DIV:not(:last-child) { margin-right: 12px !important; } .ProfileTweet-actionCount { margin-left: -1px !important; } /* シングルフォト */ .AdaptiveMedia:not(.is-generic-video) { max-width: none !important; max-height: none !important; } .AdaptiveMedia-threeQuartersWidthPhoto IMG, .AdaptiveMedia-twoThirdsWidthPhoto IMG, .AdaptiveMedia-halfWidthPhoto IMG, .AdaptiveMedia-singlePhoto IMG { position: static !important; } .AdaptiveMedia-singlePhoto IMG { width: 100% !important; } #stream-items-id .AdaptiveMedia.is-square { max-width: /*[[width-singlephoto]]*/ !important; max-height: /*[[height-singlephoto]]*/ !important; } /* シングルフォト: フォーマット */ .AdaptiveMedia-singlePhoto [data-image-url$="jpg"]:hover:after { content: "JPEG" !important; } .AdaptiveMedia-singlePhoto [data-image-url$="png"]:hover:after { content: "PNG" !important; } .AdaptiveMedia-singlePhoto [data-image-url]:hover:after { padding: 1px 2.25px !important; border-radius: 3px !important; font-size: 10.5px !important; font-weight: bold !important; color: white !important; background-color: rgba(0, 0, 0, .6) !important; position: absolute !important; top: 8px !important; left: 8px !important; } /* ダブルフォト */ .AdaptiveMedia-triplePhoto, .AdaptiveMedia-doublePhoto { width: auto !important; height: 150px !important; } .AdaptiveMedia-threeQuartersWidthPhoto, .AdaptiveMedia-thirdHeightPhoto, .AdaptiveMedia-twoThirdsWidthPhoto, .AdaptiveMedia-halfHeightPhoto, .AdaptiveMedia-halfWidthPhoto { width: 150px !important; height: 150px !important; } .AdaptiveMedia-thirdHeightPhoto:not(:nth-of-type(2)), .AdaptiveMedia-halfHeightPhoto:first-of-type, .AdaptiveMedia-halfWidthPhoto:nth-of-type(2) { margin-left: 4px !important; } /* トリプルフォト */ .AdaptiveMedia-halfHeightPhoto:last-child { margin-top: -151px !important; margin-left: 159px !important; } /* クアッドフォト */ .AdaptiveMedia-quadPhoto { width: auto !important; height: auto !important; } .AdaptiveMedia-thirdHeightPhoto:nth-child(2) { margin: 4px 0 0 -151px !important; } .AdaptiveMedia-thirdHeightPhoto:last-child { margin-top: -150px !important; } /* === グローバルナビゲーション === */ [data-section-term="top_nav"]:not(.global-nav--newLoggedOut) #global-nav-search > .dropdown-menu { width: 40vw !important; max-width: 400px !important; } /* === 背景 === */ [data-scribe-reduced-action-queue="true"] > BODY:not(.logged-out):not(.StartPage):not(.ProfilePage):not(.PermalinkPage) { background-image: url("/*[[bg-image]]*/") !important; background-attachment: /*[[bg-attachment]]*/ !important; background-repeat: /*[[bg-repeat]]*/ !important; background-position: /*[[bg-position]]*/ 46px !important; } /* === メッセージ === */ .DMActivity { width: 70vw !important; } .DirectMessage--sent { margin-right: 10% !important; } .DirectMessage--received { margin-left: 10% !important; } .DMComposer .EmojiPicker { margin-right: 10px !important; } /* === リスト === */ [data-component-context="more_lists"] .flex-module-header > H3 { font-size: 12px !important; } [data-component-context="more_lists"] .js-create-list-button { margin-top: 10px !important; } /* === 検索 === */ .wrapper-search .with-4-filters { min-height: 241.5px !important; } .wrapper-search .with-3-filters { min-height: 196px !important; } } /* タイムライン ---------------------------------------- */ @-moz-document regexp("^https:\/\/twitter\.com\/(?!(intent|search\?f=images|i\/moments\/|.*\/(lists$|memberships$|moments$)|(who_to_follow|settings)\/)).*$") { #timeline, .ProfilePage .ProfileHeading { width: calc(590px + /*[[width-TL]]*/) !important; margin-right: -/*[[width-TL]]*/ !important; } .AdaptiveSearchPage-relatedModule, /* 関連記事 */ .dashboard-right, .ProfileSidebar--withRightAlignment { position: relative !important; left: /*[[width-TL]]*/ !important; } .dashboard-right { margin-left: 10px !important; } .timeline-tweet-box .tweet-form { max-width: 508px !important; } }
twiFixWebLite.user.css
@-moz-document regexp("^https:\/\/twitter\.com\/(?!(intent\/|i\/moments\/)).*$") { /*[[RT-home]]*/ /*[[RT-Fav-connect]]*/ /*[[quote_RT]]*/ /*[[RT-list]]*/ /*[[block]]*/ /*[[Fav]]*/ /*[[hover-profile]]*/ /*[[connect_badge]]*/ /*[[moments]]*/ /*[[module]]*/ /*[[DM]]*/ /* プロフィール */ .has-profile-promoted-tweet, .has-profile-suggested-tweet, /* 'Twitterからのおすすめ' */ /* status */ .suggested-tweet-stream-container, /* プロモツイート */ /* ホーム */ [data-item-type="who_to_follow_entry"], /* 検索 */ .AdaptiveSearchTimeline-separationModule, /* 話題のツイート: 'ユーザー' */ [data-component-context="newest_list_members"], .wrapper-list .content-header, .SidebarFilterModule-toggle, /* 検索フィルター */ /* === All === */ [role="textbox"]:focus:before, [data-item-type="follow_entry"], [data-promoted="true"], [data-promoted-trend-id], .promoted-account, /* おすすめユーザー */ .tweet-timestamp > [data-time][data-aria-label-part="last"] { display: none !important; } /*[[trends]]*/ /*[[who_to_follow]]*/ /*[[poll]]*/ /*[[cards]]*/ /*[[issues1]]*/ /*[[expand-singlephoto]]*/ /*[[recent_searches]]*/ /*[[icon]]*/ /*[[visited_links]]*/ /*[[URL_shortening]]*/ /*[[profilecard]]*/ .AdaptiveMedia { border-radius: 0 !important; } .list-membership-container > LI { float: left !important; width: 50% !important; } #activity-popup-dialog-dialog > .modal-content { width: 65vw !important; max-width: 620px !important; } .activity-popup-users { max-height: none !important; } /* === ツイート === */ #timeline .original-tweet-container, /* プロモーション */ #timeline [data-item-type="tweet"] { border-top: none !important; border-bottom: none !important; } .tweet-timestamp.js-permalink.js-nav.js-tooltip:before { content: attr(title) attr(data-original-title) !important; } .tweet-timestamp > [data-time]:before { content: "【" !important; } .tweet-timestamp > [data-time]:after { content: "】" !important; } [data-follows-you="false"][data-you-follow="true"] .fullname { color: /*[[not_follow_you]]*/; } [data-retweet-id] .TweetTextSize { color: /*[[RT_color]]*/ !important } .twitter-timeline-link.u-hidden:not([data-pre-embedded="true"]) { display: inline !important; margin-left: .3em !important; } .QuoteTweet-text { max-height: none !important; } #stream-items-id .ProfileTweet-actionList.js-actions { margin: 6px 0 0 0 !important; } .ProfileTweet-actionList.js-actions > DIV { min-width: 0 !important; } .ProfileTweet-actionList.js-actions > DIV:not(:last-child) { margin-right: 12px !important; } .ProfileTweet-actionCount { margin-left: -1px !important; } /* シングルフォト */ .AdaptiveMedia:not(.is-generic-video) { max-width: none !important; max-height: none !important; } .AdaptiveMedia-threeQuartersWidthPhoto IMG, .AdaptiveMedia-twoThirdsWidthPhoto IMG, .AdaptiveMedia-halfWidthPhoto IMG, .AdaptiveMedia-singlePhoto IMG { position: static !important; } .AdaptiveMedia-singlePhoto IMG { width: 100% !important; } #stream-items-id .AdaptiveMedia.is-square { max-width: /*[[width-singlephoto]]*/ !important; max-height: /*[[height-singlephoto]]*/ !important; } /* シングルフォト: フォーマット */ .AdaptiveMedia-singlePhoto [data-image-url$="jpg"]:hover:after { content: "JPEG" !important; } .AdaptiveMedia-singlePhoto [data-image-url$="png"]:hover:after { content: "PNG" !important; } .AdaptiveMedia-singlePhoto [data-image-url]:hover:after { padding: 1px 2.25px !important; border-radius: 3px !important; font-size: 10.5px !important; font-weight: bold !important; color: white !important; background-color: rgba(0, 0, 0, .6) !important; position: absolute !important; top: 8px !important; left: 8px !important; } /* ダブルフォト */ .AdaptiveMedia-triplePhoto, .AdaptiveMedia-doublePhoto { width: auto !important; height: 150px !important; } .AdaptiveMedia-threeQuartersWidthPhoto, .AdaptiveMedia-thirdHeightPhoto, .AdaptiveMedia-twoThirdsWidthPhoto, .AdaptiveMedia-halfHeightPhoto, .AdaptiveMedia-halfWidthPhoto { width: 150px !important; height: 150px !important; } .AdaptiveMedia-thirdHeightPhoto:not(:nth-of-type(2)), .AdaptiveMedia-halfHeightPhoto:first-of-type, .AdaptiveMedia-halfWidthPhoto:nth-of-type(2) { margin-left: 4px !important; } /* トリプルフォト */ .AdaptiveMedia-halfHeightPhoto:last-child { margin-top: -151px !important; margin-left: 159px !important; } /* クアッドフォト */ .AdaptiveMedia-quadPhoto { width: auto !important; height: auto !important; } .AdaptiveMedia-thirdHeightPhoto:nth-child(2) { margin: 4px 0 0 -151px !important; } .AdaptiveMedia-thirdHeightPhoto:last-child { margin-top: -150px !important; } /* === グローバルナビゲーション === */ [data-section-term="top_nav"]:not(.global-nav--newLoggedOut) #global-nav-search > .dropdown-menu { width: 40vw !important; max-width: 400px !important; } /* === 背景 === */ [data-scribe-reduced-action-queue="true"] > BODY:not(.logged-out):not(.StartPage):not(.ProfilePage):not(.PermalinkPage) { background-image: url("/*[[bg-image]]*/") !important; background-attachment: /*[[bg-attachment]]*/ !important; background-repeat: /*[[bg-repeat]]*/ !important; background-position: /*[[bg-position]]*/ 46px !important; } /* === メッセージ === */ .DMActivity { width: 70vw !important; } .DirectMessage--sent { margin-right: 10% !important; } .DirectMessage--received { margin-left: 10% !important; } .DMComposer .EmojiPicker { margin-right: 10px !important; } /* === リスト === */ [data-component-context="more_lists"] .flex-module-header > H3 { font-size: 12px !important; } [data-component-context="more_lists"] .js-create-list-button { margin-top: 10px !important; } /* === 検索 === */ .wrapper-search .with-4-filters { min-height: 241.5px !important; } .wrapper-search .with-3-filters { min-height: 196px !important; } } /* タイムライン ---------------------------------------- */ @-moz-document regexp("^https:\/\/twitter\.com\/(?!(intent|search\?f=images|i\/moments\/|.*\/(lists$|memberships$|moments$)|(who_to_follow|settings)\/)).*$") { #timeline, .ProfilePage .ProfileHeading { width: calc(590px + /*[[width-TL]]*/) !important; margin-right: -/*[[width-TL]]*/ !important; } .AdaptiveSearchPage-relatedModule, /* 関連記事 */ .dashboard-right, .ProfileSidebar--withRightAlignment { position: relative !important; left: /*[[width-TL]]*/ !important; } .dashboard-right { margin-left: 10px !important; } .timeline-tweet-box .tweet-form { max-width: 508px !important; } }
0.196903
0.048204
@font-face { font-family: 'BrandonBlack'; src: url("fonts/Brandon_blk.otf") format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'BrandonBold'; src: url("fonts/Brandon_bld.otf") format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'BrandonRegular'; src: url("fonts/Brandon_reg.otf") format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Knewave'; src: url("fonts/knewave.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Mensch'; src: url("fonts/mensch.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'MenschInline'; src: url("fonts/mensch-inline.ttf") format("truetype"); font-weight: normal; font-style: normal; } h1 { font-size: 3em; line-height: 1.5em; font-style: italic; text-align: center; } h2 { font-size: 1.5em; font-weight: bold; text-transform: uppercase; } h3 { font-size: 1.8em; line-height: 1.8em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } a { text-decoration: none; color: #000; } .subtle { text-decoration: none; color: #fff; border-bottom: 2px solid #4e6274; } .body { font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; font-size: 1.5em; color: #000000; } #future h3 { font-size: 3.0em; } #future h3 #futuretext { font-size: 2.5em; line-height: 1.1em; } .text0 { font-family: 'Josefin Slab', Helvetica, Arial, sans-serif; text-transform: lowercase; font-weight: bold; } .text1 { font-family: 'Knewave', Helvetica, Arial, sans-serif; text-transform: lowercase; } .text2 { font-family: 'Dancing Script', Helvetica, Arial, sans-serif; text-transform: capitalize; font-weight: bold; } .text3 { font-family: 'MenschInline', Helvetica, Arial, sans-serif; text-transform: uppercase; } .endingtext { color: #ffffff; font-size: 4.5em; height: 100px; } #medium a { color: #ffffff; } #medium a.explore { font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; font-size: 1.3em; background: #50E3C2; padding: 5px 10px; border-radius: 5px; } #medium a.explore:hover { text-decoration: none; background: #86E9D9; } #medium h3 { color: #ffffff; line-height: 1.5em; } span { font-family: 'Mensch', Helvetica, Arial, sans-serif; font-size: 1.3em; } .hover { font-family: 'Mensch', Helvetica, Arial, sans-serif; font-size: 1.3em; } .numberpicker { font-family: 'Mensch', Helvetica, Arial, sans-serif; font-size: 1.2em; line-height: 1.5em; } .externallinks { font-family: 'Mensch', Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.2em; } #aboutpage .headline { font-size: 1.8em; line-height: 1.8em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } #aboutpage p { font-size: 1.5em; line-height: 1.5em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } #students .namefont { font-size: 1.0em; line-height: 1.0em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } #students .detailsfont { font-size: 0.5em; line-height: 0.5em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } /*# sourceMappingURL=fonts.css.map */
app/public/styles/fonts.css
@font-face { font-family: 'BrandonBlack'; src: url("fonts/Brandon_blk.otf") format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'BrandonBold'; src: url("fonts/Brandon_bld.otf") format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'BrandonRegular'; src: url("fonts/Brandon_reg.otf") format("opentype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Knewave'; src: url("fonts/knewave.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'Mensch'; src: url("fonts/mensch.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'MenschInline'; src: url("fonts/mensch-inline.ttf") format("truetype"); font-weight: normal; font-style: normal; } h1 { font-size: 3em; line-height: 1.5em; font-style: italic; text-align: center; } h2 { font-size: 1.5em; font-weight: bold; text-transform: uppercase; } h3 { font-size: 1.8em; line-height: 1.8em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } a { text-decoration: none; color: #000; } .subtle { text-decoration: none; color: #fff; border-bottom: 2px solid #4e6274; } .body { font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; font-size: 1.5em; color: #000000; } #future h3 { font-size: 3.0em; } #future h3 #futuretext { font-size: 2.5em; line-height: 1.1em; } .text0 { font-family: 'Josefin Slab', Helvetica, Arial, sans-serif; text-transform: lowercase; font-weight: bold; } .text1 { font-family: 'Knewave', Helvetica, Arial, sans-serif; text-transform: lowercase; } .text2 { font-family: 'Dancing Script', Helvetica, Arial, sans-serif; text-transform: capitalize; font-weight: bold; } .text3 { font-family: 'MenschInline', Helvetica, Arial, sans-serif; text-transform: uppercase; } .endingtext { color: #ffffff; font-size: 4.5em; height: 100px; } #medium a { color: #ffffff; } #medium a.explore { font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; font-size: 1.3em; background: #50E3C2; padding: 5px 10px; border-radius: 5px; } #medium a.explore:hover { text-decoration: none; background: #86E9D9; } #medium h3 { color: #ffffff; line-height: 1.5em; } span { font-family: 'Mensch', Helvetica, Arial, sans-serif; font-size: 1.3em; } .hover { font-family: 'Mensch', Helvetica, Arial, sans-serif; font-size: 1.3em; } .numberpicker { font-family: 'Mensch', Helvetica, Arial, sans-serif; font-size: 1.2em; line-height: 1.5em; } .externallinks { font-family: 'Mensch', Helvetica, Arial, sans-serif; text-transform: uppercase; font-size: 1.2em; } #aboutpage .headline { font-size: 1.8em; line-height: 1.8em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } #aboutpage p { font-size: 1.5em; line-height: 1.5em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } #students .namefont { font-size: 1.0em; line-height: 1.0em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } #students .detailsfont { font-size: 0.5em; line-height: 0.5em; font-family: 'BrandonRegular', Helvetica, Arial, sans-serif; } /*# sourceMappingURL=fonts.css.map */
0.365457
0.080285
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700"); * { margin: 0; padding: 0; font-family: sans-serif; } body { font-family: "Montserrat", Arial, sans-serif; min-height: 100%; } button { overflow: visible; } button, select { text-transform: none; } button, input, select, textarea { color: #5a5a5a; font: inherit; margin: 0; } input { justify-content: center; text-align: left; line-height: normal; border-radius: 0.5em; } #container { display: flex; justify-content: center; text-align: center; min-height: 100%; width: 100%; flex-direction: column; flex-wrap: nowrap; align-content: center; align-items: center; margin-top: 2em; } form { padding: 3em; } h1 { color: #474544; font-size: 1.5em; font-weight: 700; text-align: center; } .lastname { float: right; width: 45%; } #contact_form { margin-top: -1em; } input[type="text"], [type="password"], [type="text"], [type="email"], select, textarea { background: none; border: 0.1em solid #dfdfdf; color: #474544; font-size: 1em; font-weight: 400; letter-spacing: 0.1em; margin: 0em 0 1.875em 0; padding: 0 0 0.875em 0; width: 100%; box-sizing: border-box; transition: all 0.3s; } input[type="text"]:focus, [type="password"]:focus, [type="text"]:focus, [type="email"]:focus textarea:focus { outline: none; padding: 0 0 0.875em 0; } #box-job { display: flex; flex-direction: column; justify-content: center; width: 100%; border-radius: 1em; } .freelancer { border-radius: 1em; } .project { border-radius: 1em; } .message { float: none; } .name { float: left; width: 45%; } select { background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png") no-repeat right; outline: none; -moz-appearance: none; -webkit-appearance: none; transition: all 0.8s ease; } select::-ms-expand { display: none; } .subject { width: 100%; } .password { width: 100%; } .email { width: 100%; } .box-check { display: flex; flex-direction: column; align-items: flex-start; } .checkbox_a { float: left; } .checkbox_b { float: left; } #form_button { width: 100%; text-align: center; background: rgb(244, 162, 97); color: #ffffff; border-radius: 1em; border: 0.1em solid rgb(244, 162, 97); text-decoration: none; margin: 1em 0.5em; cursor: pointer; font-family: "Helvetica", Arial, sans-serif; font-size: 0.875em; font-weight: bold; outline: none; padding: 1.5em 1em; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin-top: 1em; } #form_button:hover { background: rgb(231, 111, 81); } .footer { height: 50px; width: 100%; background-color: #22577a; border-top-left-radius: 1em; border-top-right-radius: 1em; margin-top: auto; display: flex; align-items: center; justify-content: space-between; } @media screen and (min-width: 768px) { h1 { font-size: 3em; } #container { justify-content: center; margin-top: 2em; } input[type="text"], [type="password"], [type="text"], [type="email"], select, textarea { border: 0.2em solid #dfdfdf; font-size: 1.5em; padding-left: 1em; } #form_button { font-size: 1.5em; } label { font-size: 1.5em; } p { font-size: 1.5em; } }
public/css/register2.css
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,700"); * { margin: 0; padding: 0; font-family: sans-serif; } body { font-family: "Montserrat", Arial, sans-serif; min-height: 100%; } button { overflow: visible; } button, select { text-transform: none; } button, input, select, textarea { color: #5a5a5a; font: inherit; margin: 0; } input { justify-content: center; text-align: left; line-height: normal; border-radius: 0.5em; } #container { display: flex; justify-content: center; text-align: center; min-height: 100%; width: 100%; flex-direction: column; flex-wrap: nowrap; align-content: center; align-items: center; margin-top: 2em; } form { padding: 3em; } h1 { color: #474544; font-size: 1.5em; font-weight: 700; text-align: center; } .lastname { float: right; width: 45%; } #contact_form { margin-top: -1em; } input[type="text"], [type="password"], [type="text"], [type="email"], select, textarea { background: none; border: 0.1em solid #dfdfdf; color: #474544; font-size: 1em; font-weight: 400; letter-spacing: 0.1em; margin: 0em 0 1.875em 0; padding: 0 0 0.875em 0; width: 100%; box-sizing: border-box; transition: all 0.3s; } input[type="text"]:focus, [type="password"]:focus, [type="text"]:focus, [type="email"]:focus textarea:focus { outline: none; padding: 0 0 0.875em 0; } #box-job { display: flex; flex-direction: column; justify-content: center; width: 100%; border-radius: 1em; } .freelancer { border-radius: 1em; } .project { border-radius: 1em; } .message { float: none; } .name { float: left; width: 45%; } select { background: url("https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png") no-repeat right; outline: none; -moz-appearance: none; -webkit-appearance: none; transition: all 0.8s ease; } select::-ms-expand { display: none; } .subject { width: 100%; } .password { width: 100%; } .email { width: 100%; } .box-check { display: flex; flex-direction: column; align-items: flex-start; } .checkbox_a { float: left; } .checkbox_b { float: left; } #form_button { width: 100%; text-align: center; background: rgb(244, 162, 97); color: #ffffff; border-radius: 1em; border: 0.1em solid rgb(244, 162, 97); text-decoration: none; margin: 1em 0.5em; cursor: pointer; font-family: "Helvetica", Arial, sans-serif; font-size: 0.875em; font-weight: bold; outline: none; padding: 1.5em 1em; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; margin-top: 1em; } #form_button:hover { background: rgb(231, 111, 81); } .footer { height: 50px; width: 100%; background-color: #22577a; border-top-left-radius: 1em; border-top-right-radius: 1em; margin-top: auto; display: flex; align-items: center; justify-content: space-between; } @media screen and (min-width: 768px) { h1 { font-size: 3em; } #container { justify-content: center; margin-top: 2em; } input[type="text"], [type="password"], [type="text"], [type="email"], select, textarea { border: 0.2em solid #dfdfdf; font-size: 1.5em; padding-left: 1em; } #form_button { font-size: 1.5em; } label { font-size: 1.5em; } p { font-size: 1.5em; } }
0.38145
0.103522
body { margin: 0; font-family: "Press Start 2P", cursive; background-color: #2d3436; color: aliceblue; } #main img { max-width: 240px; } .clear { clear: both; padding: 20px; } .eightbit-btn { background: #92cd41; display: inline-block; position: relative; text-align: center; font-size: 30px; padding: 20px; font-family: "Press Start 2P", cursive; text-decoration: none; color: white; box-shadow: inset -4px -4px 0px 0px #4aa52e; } .eightbit-btn:hover, .eightbit-btn:focus { background: #76c442; box-shadow: inset -6px -6px 0px 0px #4aa52e; } .eightbit-btn:active { box-shadow: inset 4px 4px 0px 0px #4aa52e; } .eightbit-btn:before, .eightbit-btn:after { content: ""; position: absolute; width: 100%; height: 100%; box-sizing: content-box; } .eightbit-btn:before { top: -6px; left: 0; border-top: 6px black solid; border-bottom: 6px black solid; } .eightbit-btn:after { left: -6px; top: 0; border-left: 6px black solid; border-right: 6px black solid; } .eightbit-btn--reset { background: #e76e55; box-shadow: inset -4px -4px 0px 0px #8c2022; } .eightbit-btn--reset:hover, .eightbit-btn--reset:focus { background: #ce372b; box-shadow: inset -6px -6px 0px 0px #8c2022; } .eightbit-btn--reset:active { box-shadow: inset 4px 4px 0px 0px #8c2022; } .eightbit-btn--proceed { background: #f7d51d; box-shadow: inset -4px -4px 0px 0px #e59400; } .eightbit-btn--proceed:hover, .eightbit-btn--proceed:focus { background: #f2c409; box-shadow: inset -6px -6px 0px 0px #e59400; } .eightbit-btn--proceed:active { box-shadow: inset 4px 4px 0px 0px #e59400; } *, *:before, *:after { box-sizing: border-box; } body { font-family: sans-serif; max-width: 1000px; margin: 0 auto; padding: 30px; font-family: "Maven Pro", sans-serif; text-align: center; } h1 { font-size: 2.8rem; line-height: 3.4rem; } h2 { font-size: 2rem; } h1, h2 { font-family: "Press Start 2P", cursive; } p { font-size: 1.25rem; line-height: 1.75rem; } hr { margin: 40px auto; max-width: 100px; display: block; height: 1px; border: 0; border-top: 1px solid #ccc; padding: 0; } .pen-intro { text-align: center; }
src/main.css
body { margin: 0; font-family: "Press Start 2P", cursive; background-color: #2d3436; color: aliceblue; } #main img { max-width: 240px; } .clear { clear: both; padding: 20px; } .eightbit-btn { background: #92cd41; display: inline-block; position: relative; text-align: center; font-size: 30px; padding: 20px; font-family: "Press Start 2P", cursive; text-decoration: none; color: white; box-shadow: inset -4px -4px 0px 0px #4aa52e; } .eightbit-btn:hover, .eightbit-btn:focus { background: #76c442; box-shadow: inset -6px -6px 0px 0px #4aa52e; } .eightbit-btn:active { box-shadow: inset 4px 4px 0px 0px #4aa52e; } .eightbit-btn:before, .eightbit-btn:after { content: ""; position: absolute; width: 100%; height: 100%; box-sizing: content-box; } .eightbit-btn:before { top: -6px; left: 0; border-top: 6px black solid; border-bottom: 6px black solid; } .eightbit-btn:after { left: -6px; top: 0; border-left: 6px black solid; border-right: 6px black solid; } .eightbit-btn--reset { background: #e76e55; box-shadow: inset -4px -4px 0px 0px #8c2022; } .eightbit-btn--reset:hover, .eightbit-btn--reset:focus { background: #ce372b; box-shadow: inset -6px -6px 0px 0px #8c2022; } .eightbit-btn--reset:active { box-shadow: inset 4px 4px 0px 0px #8c2022; } .eightbit-btn--proceed { background: #f7d51d; box-shadow: inset -4px -4px 0px 0px #e59400; } .eightbit-btn--proceed:hover, .eightbit-btn--proceed:focus { background: #f2c409; box-shadow: inset -6px -6px 0px 0px #e59400; } .eightbit-btn--proceed:active { box-shadow: inset 4px 4px 0px 0px #e59400; } *, *:before, *:after { box-sizing: border-box; } body { font-family: sans-serif; max-width: 1000px; margin: 0 auto; padding: 30px; font-family: "Maven Pro", sans-serif; text-align: center; } h1 { font-size: 2.8rem; line-height: 3.4rem; } h2 { font-size: 2rem; } h1, h2 { font-family: "Press Start 2P", cursive; } p { font-size: 1.25rem; line-height: 1.75rem; } hr { margin: 40px auto; max-width: 100px; display: block; height: 1px; border: 0; border-top: 1px solid #ccc; padding: 0; } .pen-intro { text-align: center; }
0.431584
0.094761
.loading{ margin: 80px auto; position: absolute; left: 45%; top: 45%; width: 5rem; height: 5rem; z-index: 999; } @-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } } @-moz-keyframes bouncedelay { 0%, 80%, 100% { -moz-transform: scale(0.0) } 40% { -moz-transform: scale(1.0) } } @-o-keyframes bouncedelay { 0%, 80%, 100% { -o-transform: scale(0.0) } 40% { -o-transform: scale(1.0) } } @keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0.0); } 40% { transform: scale(1.0); } } .loading .circle { width: 100%; height: 100%; position: relative; } .loading .container1 > div,.loading .container2 > div,.loading .container3 > div { width: 20%; height: 20%; background-color:#67CF22; border-radius: 50%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; -moz-animation: bouncedelay 1.2s infinite ease-in-out; -o-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } .loading .spinner-container { position: absolute; width: 100%; height: 100%; } .loading .container2 { -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); } .loading .container3 { -webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -o-transform: rotateZ(90deg); transform: rotateZ(90deg); } .loading .circle1 { top: 0; left: 0; } .loading .circle2 { top: 0; right: 0; } .loading .circle3 { right: 0; bottom: 0; } .loading .circle4 { left: 0; bottom: 0; } .loading .container2 .circle1 { -webkit-animation-delay: -1.1s; -moz-animation-delay: -1.1s; -o-animation-delay: -1.1s; animation-delay: -1.1s; } .loading .container3 .circle1 { -webkit-animation-delay: -1.0s; -moz-animation-delay: -1.0s; -o-animation-delay: -1.0s; animation-delay: -1.0s; } .loading .container1 .circle2 { -webkit-animation-delay: -0.9s; -moz-animation-delay: -0.9s; -o-animation-delay: -0.9s; animation-delay: -0.9s; } .loading .container2 .circle2 { -webkit-animation-delay: -0.8s; -moz-animation-delay: -0.8s; -o-animation-delay: -0.8s; animation-delay: -0.8s; } .loading .container3 .circle2 { -webkit-animation-delay: -0.7s; -moz-animation-delay: -0.7s; -o-animation-delay: -0.7s; animation-delay: -0.7s; } .loading .container1 .circle3 { -webkit-animation-delay: -0.6s; -moz-animation-delay: -0.6s; -o-animation-delay: -0.6s; animation-delay: -0.6s; } .loading .container2 .circle3 { -webkit-animation-delay: -0.5s; -moz-animation-delay: -0.5s; -o-animation-delay: -0.5s; animation-delay: -0.5s; } .loading .container3 .circle3 { -webkit-animation-delay: -0.4s; -moz-animation-delay: -0.4s; -o-animation-delay: -0.4s; animation-delay: -0.4s; } .loading .container1 .circle4 { -webkit-animation-delay: -0.3s; -moz-animation-delay: -0.3s; -o-animation-delay: -0.3s; animation-delay: -0.3s; } .loading .container2 .circle4 { -webkit-animation-delay: -0.2s; -moz-animation-delay: -0.2s; -o-animation-delay: -0.2s; animation-delay: -0.2s; } .loading .container3 .circle4 { -webkit-animation-delay: -0.1s; -moz-animation-delay: -0.1s; -o-animation-delay: -0.1s; animation-delay: -0.1s; }
src/assets/css/loading.css
.loading{ margin: 80px auto; position: absolute; left: 45%; top: 45%; width: 5rem; height: 5rem; z-index: 999; } @-webkit-keyframes bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0.0) } 40% { -webkit-transform: scale(1.0) } } @-moz-keyframes bouncedelay { 0%, 80%, 100% { -moz-transform: scale(0.0) } 40% { -moz-transform: scale(1.0) } } @-o-keyframes bouncedelay { 0%, 80%, 100% { -o-transform: scale(0.0) } 40% { -o-transform: scale(1.0) } } @keyframes bouncedelay { 0%, 80%, 100% { transform: scale(0.0); } 40% { transform: scale(1.0); } } .loading .circle { width: 100%; height: 100%; position: relative; } .loading .container1 > div,.loading .container2 > div,.loading .container3 > div { width: 20%; height: 20%; background-color:#67CF22; border-radius: 50%; position: absolute; -webkit-animation: bouncedelay 1.2s infinite ease-in-out; -moz-animation: bouncedelay 1.2s infinite ease-in-out; -o-animation: bouncedelay 1.2s infinite ease-in-out; animation: bouncedelay 1.2s infinite ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; -o-animation-fill-mode: both; animation-fill-mode: both; } .loading .spinner-container { position: absolute; width: 100%; height: 100%; } .loading .container2 { -webkit-transform: rotateZ(45deg); -moz-transform: rotateZ(45deg); -o-transform: rotateZ(45deg); transform: rotateZ(45deg); } .loading .container3 { -webkit-transform: rotateZ(90deg); -moz-transform: rotateZ(90deg); -o-transform: rotateZ(90deg); transform: rotateZ(90deg); } .loading .circle1 { top: 0; left: 0; } .loading .circle2 { top: 0; right: 0; } .loading .circle3 { right: 0; bottom: 0; } .loading .circle4 { left: 0; bottom: 0; } .loading .container2 .circle1 { -webkit-animation-delay: -1.1s; -moz-animation-delay: -1.1s; -o-animation-delay: -1.1s; animation-delay: -1.1s; } .loading .container3 .circle1 { -webkit-animation-delay: -1.0s; -moz-animation-delay: -1.0s; -o-animation-delay: -1.0s; animation-delay: -1.0s; } .loading .container1 .circle2 { -webkit-animation-delay: -0.9s; -moz-animation-delay: -0.9s; -o-animation-delay: -0.9s; animation-delay: -0.9s; } .loading .container2 .circle2 { -webkit-animation-delay: -0.8s; -moz-animation-delay: -0.8s; -o-animation-delay: -0.8s; animation-delay: -0.8s; } .loading .container3 .circle2 { -webkit-animation-delay: -0.7s; -moz-animation-delay: -0.7s; -o-animation-delay: -0.7s; animation-delay: -0.7s; } .loading .container1 .circle3 { -webkit-animation-delay: -0.6s; -moz-animation-delay: -0.6s; -o-animation-delay: -0.6s; animation-delay: -0.6s; } .loading .container2 .circle3 { -webkit-animation-delay: -0.5s; -moz-animation-delay: -0.5s; -o-animation-delay: -0.5s; animation-delay: -0.5s; } .loading .container3 .circle3 { -webkit-animation-delay: -0.4s; -moz-animation-delay: -0.4s; -o-animation-delay: -0.4s; animation-delay: -0.4s; } .loading .container1 .circle4 { -webkit-animation-delay: -0.3s; -moz-animation-delay: -0.3s; -o-animation-delay: -0.3s; animation-delay: -0.3s; } .loading .container2 .circle4 { -webkit-animation-delay: -0.2s; -moz-animation-delay: -0.2s; -o-animation-delay: -0.2s; animation-delay: -0.2s; } .loading .container3 .circle4 { -webkit-animation-delay: -0.1s; -moz-animation-delay: -0.1s; -o-animation-delay: -0.1s; animation-delay: -0.1s; }
0.472683
0.05455
@charset "utf-8"; /* CSS Document */ html, :root { --initialHeight: -50vh; } body{ background-color: black; height:100%; position: relative; /*background-image: linear-gradient(to bottom, rgb(33, 33, 33) 10%, black 90%);*/ } @font-face { font-family: 'SwankyAndMooMoo'; src: url('../fonts/SwankyandMooMoo-Regular.ttf') format('truetype'); } @font-face { font-family: 'NixieOne'; src: url('../fonts/NixieOne-Regular.ttf') format('truetype'); } .photo-page{ position: absolute; display: block; width: 40vh; height: 50vh; margin-right: auto; margin-left: auto; } .clip { clip-path: url(#clip); z-index: 6; top: -8%; left: -8%; position: absolute; } #fade_out img { position:absolute; -webkit-transition: opacity .7s linear; -moz-transition: opacity .7s linear; transition: opacity .7s linear; } #fade_out img.clip:hover { opacity:0; } #MP{ z-index: 6; top: var(--initialHeight); left:0px; right:0px; } #digitization{ transform: rotate(0deg); z-index: 5; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } #restoration { transform: rotate(0deg); z-index: 4; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } #AI { transform: rotate(0deg); z-index: 3; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } #rates { transform: rotate(0deg); z-index: 2; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } #contact { transform: rotate(0deg); z-index: 1; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } svg{ display: block; margin-top: 0; margin-right: auto; margin-left: auto; box-shadow: 0px .9vh .9vh -.7vh rgb(100,100,100); transform: scale(1.3, 1.3); } rect{ position: relative; display: block; margin: 0 auto; text-align: center; } h1{ font-size: 3.5vh; } .header{ position: inherit; display: block; width:100%; height:2vh; top: 50.1vh; line-height: 3vh; text-align: center; font-size: 3vh; font-family:'SwankyAndMooMoo'; transform: scale(1, 1.4); letter-spacing: .7vh; font-weight: 600; color: #000000; right: auto; } .photo-frame { } #log { color: white; } li::before { padding-right: 1vh; content: "-"; } li{ display: none; list-style: none; position: relative; width:95%; height:1.5vh; top: -7vh; font-size: 1.5vh; font-family:'NixieOne'; font-weight: 600; letter-spacing: .1vh; color: #000000; left: 4vh; } .liHigher{ top: -7.7vh; } .descrip { display: none; position: relative; width:120%; height:5vh; top: -7vh; text-align:center; font-size: 1.5vh; font-family:'NixieOne'; font-weight: 600; letter-spacing: .1vh; color: #000000; left: -4vh; }
css/style.css
@charset "utf-8"; /* CSS Document */ html, :root { --initialHeight: -50vh; } body{ background-color: black; height:100%; position: relative; /*background-image: linear-gradient(to bottom, rgb(33, 33, 33) 10%, black 90%);*/ } @font-face { font-family: 'SwankyAndMooMoo'; src: url('../fonts/SwankyandMooMoo-Regular.ttf') format('truetype'); } @font-face { font-family: 'NixieOne'; src: url('../fonts/NixieOne-Regular.ttf') format('truetype'); } .photo-page{ position: absolute; display: block; width: 40vh; height: 50vh; margin-right: auto; margin-left: auto; } .clip { clip-path: url(#clip); z-index: 6; top: -8%; left: -8%; position: absolute; } #fade_out img { position:absolute; -webkit-transition: opacity .7s linear; -moz-transition: opacity .7s linear; transition: opacity .7s linear; } #fade_out img.clip:hover { opacity:0; } #MP{ z-index: 6; top: var(--initialHeight); left:0px; right:0px; } #digitization{ transform: rotate(0deg); z-index: 5; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } #restoration { transform: rotate(0deg); z-index: 4; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } #AI { transform: rotate(0deg); z-index: 3; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } #rates { transform: rotate(0deg); z-index: 2; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } #contact { transform: rotate(0deg); z-index: 1; top: var(--initialHeight); bottom: 0px; left:0vh; right:0px; } svg{ display: block; margin-top: 0; margin-right: auto; margin-left: auto; box-shadow: 0px .9vh .9vh -.7vh rgb(100,100,100); transform: scale(1.3, 1.3); } rect{ position: relative; display: block; margin: 0 auto; text-align: center; } h1{ font-size: 3.5vh; } .header{ position: inherit; display: block; width:100%; height:2vh; top: 50.1vh; line-height: 3vh; text-align: center; font-size: 3vh; font-family:'SwankyAndMooMoo'; transform: scale(1, 1.4); letter-spacing: .7vh; font-weight: 600; color: #000000; right: auto; } .photo-frame { } #log { color: white; } li::before { padding-right: 1vh; content: "-"; } li{ display: none; list-style: none; position: relative; width:95%; height:1.5vh; top: -7vh; font-size: 1.5vh; font-family:'NixieOne'; font-weight: 600; letter-spacing: .1vh; color: #000000; left: 4vh; } .liHigher{ top: -7.7vh; } .descrip { display: none; position: relative; width:120%; height:5vh; top: -7vh; text-align:center; font-size: 1.5vh; font-family:'NixieOne'; font-weight: 600; letter-spacing: .1vh; color: #000000; left: -4vh; }
0.403567
0.061848
@utf-8; /* ----------------------------------------------------------------------------- Proyecto: Human Centeredness experimental evaluation tool Autores: <NAME>, <NAME> Fecha: 2015-09-1 Versión: 2.0 (español) ----------------------------------------------------------------------------- */ /* ZONA de la ENCUESTA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */ .encuestapanel { height:400px; } #b1{ background-image: -webkit-linear-gradient(top, #E62B7C 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #E62B7C 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#E62B7C), to(#f5f5f5)); background-image: linear-gradient(to bottom, #E62B7C 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE62B7C', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } #b2{ background-image: -webkit-linear-gradient(top, #8C2BE6 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #8C2BE6 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#8C2BE6), to(#f5f5f5)); background-image: linear-gradient(to bottom, #8C2BE6 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8C2BE6', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } #b3{ background-image: -webkit-linear-gradient(top, #2BB7E6 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #2BB7E6 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#2BB7E6), to(#f5f5f5)); background-image: linear-gradient(to bottom, #2BB7E6 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2BB7E6', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } #b4{ background-image: -webkit-linear-gradient(top, #86E62B 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #86E62B 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#86E62B), to(#f5f5f5)); background-image: linear-gradient(to bottom, #86E62B 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86E62B', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } #b5{ background-image: -webkit-linear-gradient(top, #E6B12B 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #E6B12B 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#E6B12B), to(#f5f5f5)); background-image: linear-gradient(to bottom, #E6B12B 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE6B12B', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } /* PÁGINAS DE GESTIÓN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */ /* Header - - - - - - - - - - - - - - - - - - - - - - - */ .gestionav { color:#fff; background:#000; -webkit-box-shadow: 0px 11px 10px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 11px 10px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 11px 10px 0px rgba(50, 50, 50, 0.75); margin-bottom:40px; } #ini:hover {color:#CAD490; cursor:pointer;} #nue:hover {color:#23a2eb; cursor:pointer;} #est:hover {color:#23eb7d; cursor:pointer;} #lis:hover {color:#eb7d23; cursor:pointer;} #res:hover {color:#ad84eb; cursor:pointer;} #clo:hover {color:#ff0000; cursor:pointer;} /* Footer - - - - - - - - - - - - - - - - - - - - - - - */ .gestionpie { color:#fff; background:#000; height: 60px; line-height:60px; margin-top:40px; } .backindex { height: 60px; line-height:60px; margin:0 auto; } .backindex:hover { cursor:pointer; color:#00ff00; } .sin:hover { text-decoration: none; } /* PÁGINAS DE PRESENTACIÓN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */ .pushdown { padding-bottom:110px; } .pattern { height:75px; line-height:75px; background-image:url(/HCXET/Pics/pattern.png); background-repeat:repeat-x; } .helper { display: inline-block; height: 100%; vertical-align: middle; }
CSS/hcxet.css
@utf-8; /* ----------------------------------------------------------------------------- Proyecto: Human Centeredness experimental evaluation tool Autores: <NAME>, <NAME> Fecha: 2015-09-1 Versión: 2.0 (español) ----------------------------------------------------------------------------- */ /* ZONA de la ENCUESTA . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */ .encuestapanel { height:400px; } #b1{ background-image: -webkit-linear-gradient(top, #E62B7C 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #E62B7C 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#E62B7C), to(#f5f5f5)); background-image: linear-gradient(to bottom, #E62B7C 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE62B7C', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } #b2{ background-image: -webkit-linear-gradient(top, #8C2BE6 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #8C2BE6 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#8C2BE6), to(#f5f5f5)); background-image: linear-gradient(to bottom, #8C2BE6 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8C2BE6', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } #b3{ background-image: -webkit-linear-gradient(top, #2BB7E6 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #2BB7E6 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#2BB7E6), to(#f5f5f5)); background-image: linear-gradient(to bottom, #2BB7E6 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2BB7E6', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } #b4{ background-image: -webkit-linear-gradient(top, #86E62B 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #86E62B 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#86E62B), to(#f5f5f5)); background-image: linear-gradient(to bottom, #86E62B 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff86E62B', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } #b5{ background-image: -webkit-linear-gradient(top, #E6B12B 0%, #f5f5f5 100%); background-image: -o-linear-gradient(top, #E6B12B 0%, #f5f5f5 100%); background-image: -webkit-gradient(linear, left top, left bottom, from(#E6B12B), to(#f5f5f5)); background-image: linear-gradient(to bottom, #E6B12B 0%, #f5f5f5 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE6B12B', endColorstr='#fff5f5f5', GradientType=0); background-repeat: repeat-x; border-color: #dcdcdc; -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); box-shadow: inset 0 1px 3px rgba(0, 0, 0, .05), 0 1px 0 rgba(255, 255, 255, .1); } /* PÁGINAS DE GESTIÓN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */ /* Header - - - - - - - - - - - - - - - - - - - - - - - */ .gestionav { color:#fff; background:#000; -webkit-box-shadow: 0px 11px 10px 0px rgba(50, 50, 50, 0.75); -moz-box-shadow: 0px 11px 10px 0px rgba(50, 50, 50, 0.75); box-shadow: 0px 11px 10px 0px rgba(50, 50, 50, 0.75); margin-bottom:40px; } #ini:hover {color:#CAD490; cursor:pointer;} #nue:hover {color:#23a2eb; cursor:pointer;} #est:hover {color:#23eb7d; cursor:pointer;} #lis:hover {color:#eb7d23; cursor:pointer;} #res:hover {color:#ad84eb; cursor:pointer;} #clo:hover {color:#ff0000; cursor:pointer;} /* Footer - - - - - - - - - - - - - - - - - - - - - - - */ .gestionpie { color:#fff; background:#000; height: 60px; line-height:60px; margin-top:40px; } .backindex { height: 60px; line-height:60px; margin:0 auto; } .backindex:hover { cursor:pointer; color:#00ff00; } .sin:hover { text-decoration: none; } /* PÁGINAS DE PRESENTACIÓN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . */ .pushdown { padding-bottom:110px; } .pattern { height:75px; line-height:75px; background-image:url(/HCXET/Pics/pattern.png); background-repeat:repeat-x; } .helper { display: inline-block; height: 100%; vertical-align: middle; }
0.216425
0.115986
body { margin: 5px; } .bold { font-weight: bold; } .footer { display: flex; z-index: 99!important; } .footer>footer { position: fixed!important; bottom: 0px!important; left: 0px!important; z-index: 99!important; width: 100%; } .unselectable { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* w3-css small screen point */ @media only screen and (max-width:601px) { .footer>footer { position: static!important; margin-top: 32px; } .footer>#bottom_padding { display: none!important; } } .onTop { z-index: 100!important; } .lightGray, .lightGrey { background-color: #707070 !important; } .grayout { /* Real browsers */ opacity: 0.6; /* MSIE */ filter: alpha(opacity=60); cursor: not-allowed; } .fullWidth { width: 100%; } .keyWidth { width: 10em; } .defaultCursor { cursor: default } .codeArea { max-width: 80%; } .fitInParent { max-width: 100%; } .center { display: block; margin: 0 auto !important; text-align: center !important; } @media print { .print-hide { display: none!important; } } .placeholder { height: 3em; line-height: 1.2em; border: 1px dashed black; } .draggabble_handle { cursor: -webkit-grab; } /* Region: Rounded slider */ /* The switch - the box around the slider */ .rounded_switch { position: relative; display: inline-block; width: 60px; height: 34px; } /* Hide default HTML checkbox */ .rounded_switch input { display: none; } /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked+.slider { background-color: #2196F3; } input:focus+.slider { box-shadow: 0 0 1px #2196F3; } input:checked+.slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } /* endRegion -- Rounded slider */ .may-break-space { white-space: pre-wrap; } img.icon { max-width: 100px; max-height: 42pt; vertical-align: middle; } .w3-dropdown-hover:hover .fa-caret-right { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; transform: rotate(90deg) } /* from https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_copy_clipboard2 */ .copy_tooltip { position: relative; display: inline-block; } .copy_tooltip .copy_tooltiptext { /* visibility: hidden; */ width: 140px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px; position: absolute; z-index: 1; top: -100%; left: 50%; margin-left: -75px; opacity: 0; transition: opacity 0.3s; } .copy_tooltip .copy_tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } .copy_tooltip:hover .copy_tooltiptext { /* visibility: visible; */ opacity: 1; } /* end tooltip */
css/styles.css
body { margin: 5px; } .bold { font-weight: bold; } .footer { display: flex; z-index: 99!important; } .footer>footer { position: fixed!important; bottom: 0px!important; left: 0px!important; z-index: 99!important; width: 100%; } .unselectable { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /* w3-css small screen point */ @media only screen and (max-width:601px) { .footer>footer { position: static!important; margin-top: 32px; } .footer>#bottom_padding { display: none!important; } } .onTop { z-index: 100!important; } .lightGray, .lightGrey { background-color: #707070 !important; } .grayout { /* Real browsers */ opacity: 0.6; /* MSIE */ filter: alpha(opacity=60); cursor: not-allowed; } .fullWidth { width: 100%; } .keyWidth { width: 10em; } .defaultCursor { cursor: default } .codeArea { max-width: 80%; } .fitInParent { max-width: 100%; } .center { display: block; margin: 0 auto !important; text-align: center !important; } @media print { .print-hide { display: none!important; } } .placeholder { height: 3em; line-height: 1.2em; border: 1px dashed black; } .draggabble_handle { cursor: -webkit-grab; } /* Region: Rounded slider */ /* The switch - the box around the slider */ .rounded_switch { position: relative; display: inline-block; width: 60px; height: 34px; } /* Hide default HTML checkbox */ .rounded_switch input { display: none; } /* The slider */ .slider { position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; } .slider:before { position: absolute; content: ""; height: 26px; width: 26px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; } input:checked+.slider { background-color: #2196F3; } input:focus+.slider { box-shadow: 0 0 1px #2196F3; } input:checked+.slider:before { -webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px); } /* Rounded sliders */ .slider.round { border-radius: 34px; } .slider.round:before { border-radius: 50%; } /* endRegion -- Rounded slider */ .may-break-space { white-space: pre-wrap; } img.icon { max-width: 100px; max-height: 42pt; vertical-align: middle; } .w3-dropdown-hover:hover .fa-caret-right { -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)"; transform: rotate(90deg) } /* from https://www.w3schools.com/howto/tryit.asp?filename=tryhow_js_copy_clipboard2 */ .copy_tooltip { position: relative; display: inline-block; } .copy_tooltip .copy_tooltiptext { /* visibility: hidden; */ width: 140px; background-color: #555; color: #fff; text-align: center; border-radius: 6px; padding: 5px; position: absolute; z-index: 1; top: -100%; left: 50%; margin-left: -75px; opacity: 0; transition: opacity 0.3s; } .copy_tooltip .copy_tooltiptext::after { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -5px; border-width: 5px; border-style: solid; border-color: #555 transparent transparent transparent; } .copy_tooltip:hover .copy_tooltiptext { /* visibility: visible; */ opacity: 1; } /* end tooltip */
0.403684
0.06236
.login-container{ background-color: #fae0b1; height: 100vh; width: 100vw; position: relative; display: flex; flex-direction: column; } .login__header{ height: 85vh; width: 100%; display: flex; gap: 20px; align-items: center; justify-content: center; } .login__header .login__header__left{ width: 580px; padding-right: 32px; display: flex; flex-direction: column; align-items: flex-start; } .login__header .login__header__left img{ width: 700px; margin-right: 32px; margin-bottom: 2px; } .login__header .login__header__right .login__header__right_card{ background-color: #ef817c; height: 380px; width: 400px; padding: 10px; border-radius: 10px; margin-bottom: 30px; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content{ padding: 5px; display: flex; flex-direction: column; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .login-form{ display: flex; flex-direction: column; gap: 10px; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .login-form input{ background-color: #fae0b1; padding: 20px; outline: none; border: 1px solid #ed7385; border-radius: 5px; font-size: 16px; font-weight: normal; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .login-form input::placeholder{ font-size: 16px; font-weight: normal; color: #ed7385; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .login-form .login-button{ background-color: #49195c; color: #fae0b1; padding: 15px; outline: none; border: none; border-radius: 7px; font-size: 18px; font-weight: bold; margin-bottom: 20px; cursor: pointer; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content a{ text-decoration: none; color: #49195c; text-align: center; border-bottom: 3px solid #ed7385; margin-bottom: 20px; padding-bottom: 20px; cursor: pointer; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .create-account{ background-color: #49195c; color: #fae0b1; display: inline-block; align-self: center; outline: none; border: none; border-radius: 7px; padding: 15px 30px; font-size: 18px; font-weight: bold; cursor: pointer; margin-top: 10px; } .login__footer{ height: 15vh; align-self: flex-end; width: 100%; background-color: #ef817c; display: flex; align-items: center; justify-content: center; } .login__footer p{ font-size: 15px; color: #49195c; }
src/app/components/login/login.component.css
.login-container{ background-color: #fae0b1; height: 100vh; width: 100vw; position: relative; display: flex; flex-direction: column; } .login__header{ height: 85vh; width: 100%; display: flex; gap: 20px; align-items: center; justify-content: center; } .login__header .login__header__left{ width: 580px; padding-right: 32px; display: flex; flex-direction: column; align-items: flex-start; } .login__header .login__header__left img{ width: 700px; margin-right: 32px; margin-bottom: 2px; } .login__header .login__header__right .login__header__right_card{ background-color: #ef817c; height: 380px; width: 400px; padding: 10px; border-radius: 10px; margin-bottom: 30px; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content{ padding: 5px; display: flex; flex-direction: column; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .login-form{ display: flex; flex-direction: column; gap: 10px; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .login-form input{ background-color: #fae0b1; padding: 20px; outline: none; border: 1px solid #ed7385; border-radius: 5px; font-size: 16px; font-weight: normal; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .login-form input::placeholder{ font-size: 16px; font-weight: normal; color: #ed7385; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .login-form .login-button{ background-color: #49195c; color: #fae0b1; padding: 15px; outline: none; border: none; border-radius: 7px; font-size: 18px; font-weight: bold; margin-bottom: 20px; cursor: pointer; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content a{ text-decoration: none; color: #49195c; text-align: center; border-bottom: 3px solid #ed7385; margin-bottom: 20px; padding-bottom: 20px; cursor: pointer; } .login__header .login__header__right .login__header__right_card .login__header__right_card_content .create-account{ background-color: #49195c; color: #fae0b1; display: inline-block; align-self: center; outline: none; border: none; border-radius: 7px; padding: 15px 30px; font-size: 18px; font-weight: bold; cursor: pointer; margin-top: 10px; } .login__footer{ height: 15vh; align-self: flex-end; width: 100%; background-color: #ef817c; display: flex; align-items: center; justify-content: center; } .login__footer p{ font-size: 15px; color: #49195c; }
0.33231
0.03825
.navbar-inverse { background-color: #EF8B18; border: none; color: #635A5A; } .navbar-brand img { height: 127px; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); z-index: 9999; margin-top: -15px; } .container-fluid{ margin-left: 0px; margin-right: 0px; padding-right: 0px; padding-left: 0px; } /*overlay in navigation bar*/ .white-overlay-left, .white-overlay-right { top: 0; bottom: 0; width: 80%; position: absolute; background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 100%); } /*End overlay*/ .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; position: absolute; z-index: 10px; padding-top: 20px; margin-left: -110px; margin-bottom: 100px; text-align: left; color: #635A5A; } } .carousel-inner{ height: 100%; width: 100%; } hr { box-sizing: content-box; height: 0; } .main-title-15 { font-family: Roboto, sans-serif; font-weight: 500; font-size: 17px; letter-spacing: 1px; } .content-text-32 { font-size: 25px; line-height: 35px; max-width: 223px; } .content-text-25 { font-family: "Roboto Slab", serif; font-weight: 400; margin: 0 0 10px; font-size: 31px; } .fill{ height: 100%; width: 100%; padding: 250px; } .glyphicon{ display: table; margin: 0 auto; font-size: 35px; } /*Teaser box1*/ .teaser-box .row > div { padding-left: -6px; padding-right: -6px; } .col-md-4 { width: 33.33333%; margin-top: 50px; } .panel { margin-bottom: 20px; background-color: #fff; } .panel-body{ padding: 15px; } .teaser-box .panel-teaser .panel-body { padding-top: 27px; padding-bottom: 40px; min-height: 270px; } p{ margin: 0 0 10px; } .teaser-box .panel-teaser-orange .panel-body { background-color: #EF8B18; } .teaser-box .panel-teaser .panel-footer { background-color: transparent; padding: 0; margin-top: -20px; border: none; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .btn-orange{ color: orange; padding: 10px 20px; background-color: #e6e6e6; } .glyphicon-comment { background-position: 180px 0; } /*End teaser box1*/ /*teaser box2*/ .teaser-box .row > div { padding-left: -6px; padding-right: -6px; } .col-md-4 { width: 33.33333%; margin-top: 50px; } .panel { margin-bottom: 20px; background-color: #fff; } .panel-body{ padding: 15px; } .teaser-box .panel-teaser .panel-body { padding-top: 27px; padding-bottom: 40px; min-height: 270px; } p{ margin: 0 0 10px; } .teaser-box .panel-teaser-brown .panel-body { background-color: #635A5A; } .teaser-box .panel-teaser .panel-footer { background-color: transparent; padding: 0; margin-top: -20px; border: none; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .btn-brown{ background-color: #e6e6e6; } /*Class a for line*/ .center-orange-line { margin: 5px auto 30px; } .left-orange-line { margin: 10px 0px 20px 0px; border: 2px solid #EF8B18; width: 50px; } .center-orange-line, .right-orange-line { border: 2px solid #EF8B18; width: 50px; } /*End class a for line*/
boot/css/s.css
.navbar-inverse { background-color: #EF8B18; border: none; color: #635A5A; } .navbar-brand img { height: 127px; box-shadow: 0 6px 12px rgba(0, 0, 0, .175); z-index: 9999; margin-top: -15px; } .container-fluid{ margin-left: 0px; margin-right: 0px; padding-right: 0px; padding-left: 0px; } /*overlay in navigation bar*/ .white-overlay-left, .white-overlay-right { top: 0; bottom: 0; width: 80%; position: absolute; background: linear-gradient(to right, #fff 20%, rgba(255, 255, 255, 0) 100%); } /*End overlay*/ .carousel-caption { left: 20%; right: 20%; padding-bottom: 30px; position: absolute; z-index: 10px; padding-top: 20px; margin-left: -110px; margin-bottom: 100px; text-align: left; color: #635A5A; } } .carousel-inner{ height: 100%; width: 100%; } hr { box-sizing: content-box; height: 0; } .main-title-15 { font-family: Roboto, sans-serif; font-weight: 500; font-size: 17px; letter-spacing: 1px; } .content-text-32 { font-size: 25px; line-height: 35px; max-width: 223px; } .content-text-25 { font-family: "Roboto Slab", serif; font-weight: 400; margin: 0 0 10px; font-size: 31px; } .fill{ height: 100%; width: 100%; padding: 250px; } .glyphicon{ display: table; margin: 0 auto; font-size: 35px; } /*Teaser box1*/ .teaser-box .row > div { padding-left: -6px; padding-right: -6px; } .col-md-4 { width: 33.33333%; margin-top: 50px; } .panel { margin-bottom: 20px; background-color: #fff; } .panel-body{ padding: 15px; } .teaser-box .panel-teaser .panel-body { padding-top: 27px; padding-bottom: 40px; min-height: 270px; } p{ margin: 0 0 10px; } .teaser-box .panel-teaser-orange .panel-body { background-color: #EF8B18; } .teaser-box .panel-teaser .panel-footer { background-color: transparent; padding: 0; margin-top: -20px; border: none; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .btn-orange{ color: orange; padding: 10px 20px; background-color: #e6e6e6; } .glyphicon-comment { background-position: 180px 0; } /*End teaser box1*/ /*teaser box2*/ .teaser-box .row > div { padding-left: -6px; padding-right: -6px; } .col-md-4 { width: 33.33333%; margin-top: 50px; } .panel { margin-bottom: 20px; background-color: #fff; } .panel-body{ padding: 15px; } .teaser-box .panel-teaser .panel-body { padding-top: 27px; padding-bottom: 40px; min-height: 270px; } p{ margin: 0 0 10px; } .teaser-box .panel-teaser-brown .panel-body { background-color: #635A5A; } .teaser-box .panel-teaser .panel-footer { background-color: transparent; padding: 0; margin-top: -20px; border: none; } .panel-footer { padding: 10px 15px; background-color: #f5f5f5; border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } .btn-brown{ background-color: #e6e6e6; } /*Class a for line*/ .center-orange-line { margin: 5px auto 30px; } .left-orange-line { margin: 10px 0px 20px 0px; border: 2px solid #EF8B18; width: 50px; } .center-orange-line, .right-orange-line { border: 2px solid #EF8B18; width: 50px; } /*End class a for line*/
0.244003
0.072703
@import 'https://fonts.googleapis.com/css?family=Open+Sans'; * { -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace; line-height: 1.75em; font-size: 10px; background-color: #222; color: #aaa; } .display-table { background: #333333; text-align: center; float: center; width: 95%; margin-left:auto; margin-right:auto; font-size: 9px; } .page-header { padding-bottom: 9px; margin: 20px 0 30px; } .container-narrow { max-width: 700px; text-align: center; display: block; margin-left: auto; margin-right: auto; } .status { width: 100%; text-align: center; } .bot { border-bottom: 5px dashed #323232; width: 100%; } .replies { width: 100%; } .posts { width: 100%; } .blacklist { width: 100%; } .logDiv { margin: auto; height: 800px; overflow-x: scroll; overflow-y: scroll; } .logList { white-space: nowrap; width: 100%; display: block; list-style-type: none; padding: 0; } .logLine { line-height: 0.25em; text-align: left; margin: 0 0; } .simple-container { max-width: 675px; margin: 0 auto; padding-top: 70px; padding-bottom: 20px; } .simple-print { fill: white; stroke: white; } .simple-print svg { height: 100%; } .simple-close { color: white; border-color: white; } .simple-ext-info { border-top: 1px solid #aaa; } .scrollBox { height: 500px; width: 100%; border: 1px solid #ccc; overflow: auto; font-size: 8px; } p { font-size: 10px; } h1 { font-size: 20px; line-height: 34px; } h2 { font-size: 15px; line-height: 25px; border-bottom: 1px dashed #2D2D2D; text-transform: uppercase; } h3 { font-size: 13px; line-height: 27px; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #1A1A1A; } hr { height: 1px; background-color: #d8d8d8; border: none; width: 100%; margin: 0px; } .running { color: #99CC99; } .stopped { color: #e66000; } a{ font-size: 10px; } a[href] { color: #1e8ad6; } a[href]:hover { color: #3ba0e6; } img { max-width: 100%; } li { line-height: 1.5em; } aside, [class *= "sidebar"], [id *= "sidebar"] { max-width: 90%; margin: 0 auto; border: 1px solid lightgrey; padding: 5px 15px; } @media (min-width: 1921px) { body { font-size: 18px; } }
youcomment/static/style.css
@import 'https://fonts.googleapis.com/css?family=Open+Sans'; * { -webkit-box-sizing: border-box; box-sizing: border-box; } body { font-family: Monaco, Menlo, 'Ubuntu Mono', Consolas, source-code-pro, monospace; line-height: 1.75em; font-size: 10px; background-color: #222; color: #aaa; } .display-table { background: #333333; text-align: center; float: center; width: 95%; margin-left:auto; margin-right:auto; font-size: 9px; } .page-header { padding-bottom: 9px; margin: 20px 0 30px; } .container-narrow { max-width: 700px; text-align: center; display: block; margin-left: auto; margin-right: auto; } .status { width: 100%; text-align: center; } .bot { border-bottom: 5px dashed #323232; width: 100%; } .replies { width: 100%; } .posts { width: 100%; } .blacklist { width: 100%; } .logDiv { margin: auto; height: 800px; overflow-x: scroll; overflow-y: scroll; } .logList { white-space: nowrap; width: 100%; display: block; list-style-type: none; padding: 0; } .logLine { line-height: 0.25em; text-align: left; margin: 0 0; } .simple-container { max-width: 675px; margin: 0 auto; padding-top: 70px; padding-bottom: 20px; } .simple-print { fill: white; stroke: white; } .simple-print svg { height: 100%; } .simple-close { color: white; border-color: white; } .simple-ext-info { border-top: 1px solid #aaa; } .scrollBox { height: 500px; width: 100%; border: 1px solid #ccc; overflow: auto; font-size: 8px; } p { font-size: 10px; } h1 { font-size: 20px; line-height: 34px; } h2 { font-size: 15px; line-height: 25px; border-bottom: 1px dashed #2D2D2D; text-transform: uppercase; } h3 { font-size: 13px; line-height: 27px; padding-top: 15px; padding-bottom: 15px; border-bottom: 1px solid #1A1A1A; } hr { height: 1px; background-color: #d8d8d8; border: none; width: 100%; margin: 0px; } .running { color: #99CC99; } .stopped { color: #e66000; } a{ font-size: 10px; } a[href] { color: #1e8ad6; } a[href]:hover { color: #3ba0e6; } img { max-width: 100%; } li { line-height: 1.5em; } aside, [class *= "sidebar"], [id *= "sidebar"] { max-width: 90%; margin: 0 auto; border: 1px solid lightgrey; padding: 5px 15px; } @media (min-width: 1921px) { body { font-size: 18px; } }
0.394084
0.144179
.bt-aerospace-n-1 { color: white; } .bt-aerospace-alt-n-1 { color: white; } .bt-armor-n-1 { color: white; } .bt-bannsons-raiders-n-1 { color: #8c9fab; } .bt-bannsons-raiders-n-2 { color: #734526; } .bt-battletech-hbs { color: white; } .bt-battletech-hbs-n-1 { color: black; } .bt-battletech-hbs-p-1 { color: #D89A00; } .bt-black-widow-company-n-1 { color: red; } .bt-burrs-black-cobras-n-1 { color: yellow; } .bt-circinus-federation-n-1 { color: #8bd143; } .bt-circinus-federation-n-2 { color: red; } .bt-circinus-federation-n-3 { color: white; } .bt-circinus-federation-n-4 { color: #cd614a; } .bt-circinus-federation-n-5 { color: #f2ef9d; } .bt-circinus-federation-p-1 { color: #5871b9; } .bt-civil-war-n-1 { color: white; } .bt-clan-blood-spirit-n-1 { color: #b75732; } .bt-clan-blood-spirit-p-1 { color: #662f23; } .bt-clan-blood-spirit-p-2 { color: #90917b; } .bt-clan-blood-spirit-p-3 { color: #c75035; } .bt-clan-blood-spirit-p-4 { color: #c2ad44; } .bt-clan-burrock-n-1 { color: white; } .bt-clan-burrock-n-2 { color: gold; } .bt-clan-burrock-n-3 { color: grey; } .bt-clan-cloud-cobra-n-1 { color: red; } .bt-clan-cloud-cobra-n-2 { color: white; } .bt-clan-cloud-cobra-n-3 { color: #62447f; } .bt-clan-cloud-cobra-n-4 { color: #419488; } .bt-clan-cloud-cobra-n-5 { color: #436a72; } .bt-clan-coyote-n-1 { color: gold; } .bt-clan-coyote-n-2 { color: #bdada0; } .bt-clan-coyote-n-3 { color: #533825; } .bt-clan-coyote-n-4 { color: #253a7d; } .bt-clan-coyote-p-1 { color: #b0271f; } .bt-clan-diamond-shark-n-1 { color: #7c8cc1; } .bt-clan-diamond-shark-n-2 { color: red; } .bt-clan-diamond-shark-n-3 { color: white; } .bt-clan-diamond-shark-n-4 { color: #8f979a; } .bt-clan-diamond-shark-p-1 { color: #475561; } .bt-clan-fire-mandrill-n-1 { color: #782929; } .bt-clan-fire-mandrill-n-2 { color: #ede9bc; } .bt-clan-fire-mandrill-n-3 { color: #c2914b; } .bt-clan-fire-mandrill-n-4 { color: #53436b; } .bt-clan-fire-mandrill-n-5 { color: #c4c1ab; } .bt-clan-fire-mandrill-n-6 { color: #c76b42; } .bt-clan-ghost-bear-n-1 { color: yellow; } .bt-clan-ghost-bear-n-2 { color: #798185; } .bt-clan-ghost-bear-n-3 { color: white; } .bt-clan-ghost-bear-p-1 { color: #272530; } .bt-clan-ghost-bear-p-2 { color: #4d61a1; } .bt-clan-goliath-scorpion-n-1 { color: #d4d661; } .bt-clan-goliath-scorpion-n-2 { color: #2e481f; } .bt-clan-goliath-scorpion-n-3 { color: #ea5d45; } .bt-clan-hells-horse-n-1 { color: #f6bb51; } .bt-clan-hells-horse-n-2 { color: #9a2c21; } .bt-clan-hells-horse-n-3 { color: #ba873e; } .bt-clan-hells-horse-n-4 { color: red; } .bt-clan-ice-hellion-n-1 { color: #f97d51; } .bt-clan-ice-hellion-n-2 { color: #94b4c7; } .bt-clan-ice-hellion-n-3 { color: #cbe2ed; } .bt-clan-ice-hellion-n-4 { color: gold; } .bt-clan-ice-hellion-n-5 { color: #5f5480; } .bt-clan-ice-hellion-n-6 { color: #dc5245; } .bt-clan-invasion-n-1 { color: lightblue; } .bt-clan-invasion-n-2 { color: white; } .bt-clan-jade-falcon-n-1 { color: #6aa54d; } .bt-clan-jade-falcon-n-2 { color: #e9cd6a; } .bt-clan-jade-falcon-n-3 { color: #8eb7de; } .bt-clan-jade-falcon-n-4 { color: #e76a71; } .bt-clan-mongoose-n-1 { color: #fcf1c8; } .bt-clan-mongoose-n-2 { color: #618e9c; } .bt-clan-nova-cat-n-1 { color: #666666; } .bt-clan-nova-cat-n-2 { color: #9b0000; } .bt-clan-nova-cat-n-3 { color: gold; } .bt-clan-nova-cat-p-1 { color: #09529b; } .bt-clan-nova-cat-p-2 { color: white; } .bt-clans-hbs { color: red; } .bt-clans-n-1 { color: red; } .bt-clan-sea-fox-n-1 { color: white; } .bt-clan-sea-fox-n-2 { color: #558fa8; } .bt-clan-smoke-jaguar-hbs-n-1 { color: #57536d; } .bt-clan-smoke-jaguar-hbs-n-2 { color: #7f7e7e; } .bt-clan-smoke-jaguar-hbs-p-1 { color: white; } .bt-clan-smoke-jaguar-n-1 { color: white; } .bt-clan-smoke-jaguar-n-2 { color: #d4bd79; } .bt-clan-smoke-jaguar-n-3 { color: #6f665d; } .bt-clan-smoke-jaguar-p-1 { color: #657680; } .bt-clan-snow-raven-n-1 { color: #9cbed9; } .bt-clan-snow-raven-n-2 { color: white; } .bt-clan-snow-raven-n-3 { color: #a9573a; } .bt-clan-star-adder-n-1 { color: red; } .bt-clan-star-adder-n-2 { color: yellow; } .bt-clan-star-adder-n-3 { color: #75a4bc; } .bt-clan-star-adder-p-1 { color: white; } .bt-clan-star-adder-p-2 { color: #ebbf5a; } .bt-clan-steel-viper-n-1 { color: #ba4c4c; } .bt-clan-steel-viper-n-2 { color: white; } .bt-clan-steel-viper-n-3 { color: #67738d; } .bt-clan-steel-viper-n-4 { color: #77ae59; } .bt-clan-stone-lion-n-1 { color: white; } .bt-clan-stone-lion-n-2 { color: #5c6167; } .bt-clan-stone-lion-n-3 { color: #ebb368; } .bt-clan-stone-lion-n-4 { color: #801800; } .bt-clan-widowmaker-n-1 { color: #cb0000; } .bt-clan-widowmaker-n-2 { color: #ff6d00; } .bt-clan-widowmaker-n-3 { color: #ffc800; } .bt-clan-wolf-n-1 { color: #ffd5a5; } .bt-clan-wolf-n-2 { color: #d34244; } .bt-clan-wolf-n-3 { color: #e56e4d; } .bt-clan-wolf-p-1 { color: #642229; } .bt-clan-wolf-p-2 { color: #ffd5a5; } .bt-clan-wolverine-n-1 { color: #acacaa; } .bt-clan-wolverine-n-2 { color: white; } .bt-clan-wolverine-n-3 { color: #ff8801; } .bt-classic-battletech-mech { color: red; } .bt-classic-battletech-mech-n-1 { color: black; } .bt-classic-battletech-mech-n-2 { color: black; } .bt-comstar-n-1 { color: #bbc2e8; } .bt-conventional-vehicle-n-1 { color: white; } .bt-crescent-hawks-n-1 { color: #871812; } .bt-crescent-hawks-n-2 { color: white; } .bt-crescent-hawks-n-3 { color: #de4207; } .bt-crescent-hawks-n-4 { color: #edd363; } .bt-crescent-hawks-n-5 { color: #33569b; } .bt-dark-age-n-1 { color: purple; } .bt-dark-age-n-2 { color: yellow; } .bt-dark-age-n-3 { color: white; } .bt-davion-n-1 { color: #5f5d5d; } .bt-davion-n-2 { color: #464646; } .bt-davion-n-3 { color: #d40000; } .bt-davion-n-4 { color: #deb20f; } .bt-davion-n-5 { color: #d40000; } .bt-death-from-above { color: red; } .bt-death-from-above-n-1 { color: white; } .bt-dragons-fury-n-1 { color: white; } .bt-dragons-fury-n-2 { color: #cd3529; } .bt-eridani-light-horse-n-1 { color: #e3d946; } .bt-escorpion-imperio-n-1 { color: #dcb556; } .bt-escorpion-imperio-n-2 { color: #1b580f; } .bt-escorpion-imperio-n-3 { color: #dcb556; } .bt-escorpion-imperio-n-4 { color: #ed1010; } .bt-federated-commonwealth-n-1 { color: #0097e4; } .bt-federated-commonwealth-n-2 { color: #dea400; } .bt-federated-commonwealth-n-3 { color: #d8d500; } .bt-federated-commonwealth-n-4 { color: #bb0000; } .bt-free-rasalhague-republic-n-1 { color: #a43333; } .bt-free-rasalhague-republic-n-2 { color: #629c48; } .bt-free-rasalhague-republic-n-3 { color: #bd87c1; } .bt-free-rasalhague-republic-n-4 { color: #9196c8; } .bt-free-rasalhague-republic-hbs-n-1 { color: #00b1ec; } .bt-free-worlds-league-n-1 { color: #cac5e7; } .bt-free-worlds-league-n-2 { color: #4577b0; } .bt-free-worlds-league-n-3 { color: #a762a0; } .bt-free-worlds-league-n-4 { color: #692372; } .bt-gray-death-legion-n-1 { color: #f9f3e5; } .bt-gray-death-legion-n-2 { color: #fe0101; } .bt-highlanders-n-1 { color: #4c3961; } .bt-highlanders-n-2 { color: #8b1518; } .bt-highlanders-n-3 { color: #142a60; } .bt-highlanders-n-4 { color: #98191d; } .bt-highlanders-n-5 { color: #b0b8be; } .bt-highlanders-n-6 { color: #f7e845; } .bt-highlanders-n-7 { color: #d8d7d8; } .bt-highlanders-n-8 { color: #e6d3aa; } .bt-highlanders-p-1 { color: white; } .bt-house-cameron-hbs-n-1 { color: #898a8c; } .bt-house-cameron-hbs-n-2 { color: white; } .bt-infantry-n-1 { color: white; } .bt-infantry-alt-n-1 { color: white; } .bt-jihad-n-1 { color: white; } .bt-kell-hounds-n-1 { color: #ae4021; } .bt-kell-hounds-n-2 { color: #ae4021; } .bt-kurita-n-1 { color: yellow; } .bt-kurita-n-2 { color: #c30000; } .bt-liao-n-1 { color: #00e000; } .bt-liao-n-2 { color: #4e4e4e; } .bt-liao-n-3 { color: #00e000; } .bt-lyran-alliance-n-1 { color: #0071ff; } .bt-lyran-alliance-n-2 { color: #9baaaa; } .bt-magistracy-of-canopus-n-1 { color: #979ccc; } .bt-magistracy-of-canopus-n-2 { color: white; } .bt-magistracy-of-canopus-n-3 { color: #ebe819; } .bt-magistracy-of-canopus-n-4 { color: #3ca953; } .bt-magistracy-of-canopus-n-5 { color: #0e755e; } .bt-magistracy-of-canopus-p-1 { color: #285d6b; } .bt-magistracy-of-canopus-hbs-n-1 { color: #8dc63f; } .bt-magistracy-of-canopus-hbs-n-2 { color: #00a651; } .bt-magistracy-of-canopus-hbs-n-3 { color: #005826; } .bt-marian-hegemony-n-1 { color: #cecfe5; } .bt-marian-hegemony-n-2 { color: #548359; } .bt-marian-hegemony-n-3 { color: #c8b985; } .bt-marian-hegemony-n-4 { color: #1d589e; } .bt-marian-hegemony-p-1 { color: #863e17; } .bt-marian-hegemony-p-2 { color: #433b17; } .bt-marian-hegemony-hbs-n-1 { color: #4262b9; } .bt-marian-hegemony-hbs-n-2 { color: #f7eaa1; } .bt-marik-n-1 { color: #768bc8; } .bt-mech-n-1 { color: white; } .bt-mech-alt-n-1 { color: white; } .bt-mechwarrior-dark-age-n-1 { color: #b52d16; } .bt-mechwarrior-dark-age-alt-n-1 { color: #b52d16; } .bt-mechwarrior-dark-age-title-n-1 { color: #ab9682; } .bt-mechwarrior-dark-age-title-n-2 { color: #f45757; } .bt-mechwarrior-title-w-mech-n-1 { color: white; } .bt-mechwarrior-title-w-mech-n-2 { color: red; } .bt-mercenary-review-and-bonding-commission-n-1 { color: #d4bc2b; } .bt-mercenary-review-and-bonding-commission-n-2 { color: #dbd3a1; } .bt-mercenary-review-and-bonding-commission-n-3 { color: #594540; } .bt-mercenary-review-and-bonding-commission-n-4 { color: #794d38; } .bt-mercenary-review-and-bonding-commission-p-1 { color: #4e2f2a; } .bt-no-guts-no-galaxy-n-1 { color: #999694; } .bt-no-guts-no-galaxy-n-2 { color: #bf9c5b; } .bt-no-guts-no-galaxy-n-3 { color: #595942; } .bt-no-guts-no-galaxy-p-1 { color: white; } .bt-northwind-highlanders-n-1 { color: #fff105; } .bt-northwind-highlanders-n-2 { color: #dbe6e2; } .bt-northwind-highlanders-n-3 { color: #204383; } .bt-northwind-highlanders-n-4 { color: #822826; } .bt-northwind-highlanders-n-5 { color: #dd2419; } .bt-northwind-highlanders-p-1 { color: white; } .bt-outworlds-alliance-n-1 { color: #326136; } .bt-outworlds-alliance-n-2 { color: #ffea8e; } .bt-outworlds-alliance-p-1 { color: #fb5b4e; } .bt-outworlds-alliance-hbs-n-1 { color: orange; } .bt-outworlds-alliance-hbs-n-2 { color: orangered; } .bt-periphery-states-n-1 { color: white; } .bt-periphery-states-n-2 { color: maroon; } .bt-periphery-states-n-3 { color: grey; } .bt-rasalhague-dominion-n-1 { color: #a94846; } .bt-rasalhague-dominion-n-2 { color: #f5ffff; } .bt-rasalhague-dominion-n-3 { color: #7175af; } .bt-raven-alliance-n-1 { color: white; } .bt-raven-alliance-n-2 { color: #516a85; } .bt-raven-alliance-n-3 { color: #8ea2c3; } .bt-raven-alliance-n-4 { color: white; } .bt-republic-of-the-sphere-n-1 { color: #c9bf4d; } .bt-republic-of-the-sphere-n-2 { color: #635918; } .bt-republic-of-the-sphere-n-3 { color: white; } .bt-republic-of-the-sphere-n-4 { color: #546591; } .bt-republic-of-the-sphere-n-5 { color: dimgray; } .bt-republic-of-the-sphere-p-1 { color: #c9bf4d; } .bt-republic-of-the-sphere-p-2 { color: white; } .bt-rhodes-project-n-1 { color: #b32417; } .bt-rhodes-project-n-2 { color: #95a0aa; } .bt-rhodes-project-n-3 { color: #b32417; } .bt-rhodes-project-n-4 { color: #95a0aa; } .bt-rhodes-project-n-5 { color: #95a0aa; } .bt-rhodes-project-n-6 { color: #b32417; } .bt-rhodes-project-n-7 { color: #b32417; } .bt-rim-worlds-republic-n-1 { color: #ab1414; } .bt-rim-worlds-republic-n-2 { color: #4986cf; } .bt-rim-worlds-republic-hbs-n-1 { color: #2d5dba; } .bt-rim-worlds-republic-hbs-n-1 { color: #931111; } .bt-rim-worlds-republic-hbs-n-2 { color: #931111; } .bt-special { color: gold; } .bt-spirit-cats-n-1 { color: #1478c7; } .bt-star-league-n-1 { color: red; } .bt-steel-wolves-n-1 { color: #c62128; } .bt-steel-wolves-n-2 { color: #9a191e; } .bt-steel-wolves-n-3 { color: #eceef0; } .bt-steel-wolves-n-4 { color: #a0a1a2; } .bt-steiner-n-1 { color: #0046c7; } .bt-stormhammers-n-1 { color: #a6a8aa; } .bt-stormhammers-n-2 { color: #3b5089; } .bt-stormhammers-n-3 { color: #dbdcdd; } .bt-stormhammers-n-4 { color: #654e36; } .bt-stormhammers-n-5 { color: #688fca; } .bt-stormhammers-n-6 { color: #f7e845; } .bt-succession-wars-n-1 { color: lightblue; } .bt-succession-wars-n-2 { color: white; } .bt-swordsworn-n-1 { color: #293354; } .bt-swordsworn-n-2 { color: #cd8f60; } .bt-swordsworn-n-3 { color: yellow; } .bt-swordsworn-n-4 { color: #f2ca30; } .bt-swordsworn-n-5 { color: #e0922f; } .bt-swordsworn-n-6 { color: #cac9d9; } .bt-swordsworn-n-7 { color: #da7d2d; } .bt-swordsworn-n-8 { color: #d0462a; } .bt-swordsworn-n-9 { color: white; } .bt-taurian-concordat-n-1 { color: #545568; } .bt-taurian-concordat-n-2 { color: #f1c578; } .bt-taurian-concordat-n-3 { color: #de1d30; } .bt-taurian-concordat-n-4 { color: #634934; } .bt-taurian-concordat-hbs-n-1 { color: #854e44; } .bt-taurian-concordat-hbs-n-2 { color: #fbd165; } .bt-taurian-concordat-hbs-n-3 { color: #ff4d3e; } .bt-terran-hegemony-n-1 { color: #f4f70e; } .bt-terran-hegemony-n-2 { color: #96b5ea; } .bt-terran-hegemony-n-3 { color: #7a8341; } .bt-terran-hegemony-n-4 { color: #4e5b2d; } .bt-terran-hegemony-n-5 { color: #5d5a5b; } .bt-terran-hegemony-hbs-n-1 { color: #717171; } .bt-terran-hegemony-hbs-n-2 { color: white; } .bt-terran-hegemony-hbs-n-3 { color: #b4b4b4; } .bt-terran-hegemony-hbs-n-4 { color: #b4b4b4; } .bt-third-league-era-n-1 { color: red; } .bt-third-league-era-n-2 { color: lightblue; } .bt-third-league-era-n-3 { color: white; } .bt-umbra-hounds-n-1 { color: #de0000; } .bt-umbra-hounds-n-2 { color: #de0000; } .bt-wolfs-dragoons-n-1 { color: #e44b3a; } .bt-word-of-blake-n-1 { color: white; } .bt-word-of-blake-n-2 { color: #d0dcea; } .bt-word-of-blake-n-3 { color: #456ec0; } .bt-word-of-blake-p-1 { color: #7998d8; }
css/example-colors.css
.bt-aerospace-n-1 { color: white; } .bt-aerospace-alt-n-1 { color: white; } .bt-armor-n-1 { color: white; } .bt-bannsons-raiders-n-1 { color: #8c9fab; } .bt-bannsons-raiders-n-2 { color: #734526; } .bt-battletech-hbs { color: white; } .bt-battletech-hbs-n-1 { color: black; } .bt-battletech-hbs-p-1 { color: #D89A00; } .bt-black-widow-company-n-1 { color: red; } .bt-burrs-black-cobras-n-1 { color: yellow; } .bt-circinus-federation-n-1 { color: #8bd143; } .bt-circinus-federation-n-2 { color: red; } .bt-circinus-federation-n-3 { color: white; } .bt-circinus-federation-n-4 { color: #cd614a; } .bt-circinus-federation-n-5 { color: #f2ef9d; } .bt-circinus-federation-p-1 { color: #5871b9; } .bt-civil-war-n-1 { color: white; } .bt-clan-blood-spirit-n-1 { color: #b75732; } .bt-clan-blood-spirit-p-1 { color: #662f23; } .bt-clan-blood-spirit-p-2 { color: #90917b; } .bt-clan-blood-spirit-p-3 { color: #c75035; } .bt-clan-blood-spirit-p-4 { color: #c2ad44; } .bt-clan-burrock-n-1 { color: white; } .bt-clan-burrock-n-2 { color: gold; } .bt-clan-burrock-n-3 { color: grey; } .bt-clan-cloud-cobra-n-1 { color: red; } .bt-clan-cloud-cobra-n-2 { color: white; } .bt-clan-cloud-cobra-n-3 { color: #62447f; } .bt-clan-cloud-cobra-n-4 { color: #419488; } .bt-clan-cloud-cobra-n-5 { color: #436a72; } .bt-clan-coyote-n-1 { color: gold; } .bt-clan-coyote-n-2 { color: #bdada0; } .bt-clan-coyote-n-3 { color: #533825; } .bt-clan-coyote-n-4 { color: #253a7d; } .bt-clan-coyote-p-1 { color: #b0271f; } .bt-clan-diamond-shark-n-1 { color: #7c8cc1; } .bt-clan-diamond-shark-n-2 { color: red; } .bt-clan-diamond-shark-n-3 { color: white; } .bt-clan-diamond-shark-n-4 { color: #8f979a; } .bt-clan-diamond-shark-p-1 { color: #475561; } .bt-clan-fire-mandrill-n-1 { color: #782929; } .bt-clan-fire-mandrill-n-2 { color: #ede9bc; } .bt-clan-fire-mandrill-n-3 { color: #c2914b; } .bt-clan-fire-mandrill-n-4 { color: #53436b; } .bt-clan-fire-mandrill-n-5 { color: #c4c1ab; } .bt-clan-fire-mandrill-n-6 { color: #c76b42; } .bt-clan-ghost-bear-n-1 { color: yellow; } .bt-clan-ghost-bear-n-2 { color: #798185; } .bt-clan-ghost-bear-n-3 { color: white; } .bt-clan-ghost-bear-p-1 { color: #272530; } .bt-clan-ghost-bear-p-2 { color: #4d61a1; } .bt-clan-goliath-scorpion-n-1 { color: #d4d661; } .bt-clan-goliath-scorpion-n-2 { color: #2e481f; } .bt-clan-goliath-scorpion-n-3 { color: #ea5d45; } .bt-clan-hells-horse-n-1 { color: #f6bb51; } .bt-clan-hells-horse-n-2 { color: #9a2c21; } .bt-clan-hells-horse-n-3 { color: #ba873e; } .bt-clan-hells-horse-n-4 { color: red; } .bt-clan-ice-hellion-n-1 { color: #f97d51; } .bt-clan-ice-hellion-n-2 { color: #94b4c7; } .bt-clan-ice-hellion-n-3 { color: #cbe2ed; } .bt-clan-ice-hellion-n-4 { color: gold; } .bt-clan-ice-hellion-n-5 { color: #5f5480; } .bt-clan-ice-hellion-n-6 { color: #dc5245; } .bt-clan-invasion-n-1 { color: lightblue; } .bt-clan-invasion-n-2 { color: white; } .bt-clan-jade-falcon-n-1 { color: #6aa54d; } .bt-clan-jade-falcon-n-2 { color: #e9cd6a; } .bt-clan-jade-falcon-n-3 { color: #8eb7de; } .bt-clan-jade-falcon-n-4 { color: #e76a71; } .bt-clan-mongoose-n-1 { color: #fcf1c8; } .bt-clan-mongoose-n-2 { color: #618e9c; } .bt-clan-nova-cat-n-1 { color: #666666; } .bt-clan-nova-cat-n-2 { color: #9b0000; } .bt-clan-nova-cat-n-3 { color: gold; } .bt-clan-nova-cat-p-1 { color: #09529b; } .bt-clan-nova-cat-p-2 { color: white; } .bt-clans-hbs { color: red; } .bt-clans-n-1 { color: red; } .bt-clan-sea-fox-n-1 { color: white; } .bt-clan-sea-fox-n-2 { color: #558fa8; } .bt-clan-smoke-jaguar-hbs-n-1 { color: #57536d; } .bt-clan-smoke-jaguar-hbs-n-2 { color: #7f7e7e; } .bt-clan-smoke-jaguar-hbs-p-1 { color: white; } .bt-clan-smoke-jaguar-n-1 { color: white; } .bt-clan-smoke-jaguar-n-2 { color: #d4bd79; } .bt-clan-smoke-jaguar-n-3 { color: #6f665d; } .bt-clan-smoke-jaguar-p-1 { color: #657680; } .bt-clan-snow-raven-n-1 { color: #9cbed9; } .bt-clan-snow-raven-n-2 { color: white; } .bt-clan-snow-raven-n-3 { color: #a9573a; } .bt-clan-star-adder-n-1 { color: red; } .bt-clan-star-adder-n-2 { color: yellow; } .bt-clan-star-adder-n-3 { color: #75a4bc; } .bt-clan-star-adder-p-1 { color: white; } .bt-clan-star-adder-p-2 { color: #ebbf5a; } .bt-clan-steel-viper-n-1 { color: #ba4c4c; } .bt-clan-steel-viper-n-2 { color: white; } .bt-clan-steel-viper-n-3 { color: #67738d; } .bt-clan-steel-viper-n-4 { color: #77ae59; } .bt-clan-stone-lion-n-1 { color: white; } .bt-clan-stone-lion-n-2 { color: #5c6167; } .bt-clan-stone-lion-n-3 { color: #ebb368; } .bt-clan-stone-lion-n-4 { color: #801800; } .bt-clan-widowmaker-n-1 { color: #cb0000; } .bt-clan-widowmaker-n-2 { color: #ff6d00; } .bt-clan-widowmaker-n-3 { color: #ffc800; } .bt-clan-wolf-n-1 { color: #ffd5a5; } .bt-clan-wolf-n-2 { color: #d34244; } .bt-clan-wolf-n-3 { color: #e56e4d; } .bt-clan-wolf-p-1 { color: #642229; } .bt-clan-wolf-p-2 { color: #ffd5a5; } .bt-clan-wolverine-n-1 { color: #acacaa; } .bt-clan-wolverine-n-2 { color: white; } .bt-clan-wolverine-n-3 { color: #ff8801; } .bt-classic-battletech-mech { color: red; } .bt-classic-battletech-mech-n-1 { color: black; } .bt-classic-battletech-mech-n-2 { color: black; } .bt-comstar-n-1 { color: #bbc2e8; } .bt-conventional-vehicle-n-1 { color: white; } .bt-crescent-hawks-n-1 { color: #871812; } .bt-crescent-hawks-n-2 { color: white; } .bt-crescent-hawks-n-3 { color: #de4207; } .bt-crescent-hawks-n-4 { color: #edd363; } .bt-crescent-hawks-n-5 { color: #33569b; } .bt-dark-age-n-1 { color: purple; } .bt-dark-age-n-2 { color: yellow; } .bt-dark-age-n-3 { color: white; } .bt-davion-n-1 { color: #5f5d5d; } .bt-davion-n-2 { color: #464646; } .bt-davion-n-3 { color: #d40000; } .bt-davion-n-4 { color: #deb20f; } .bt-davion-n-5 { color: #d40000; } .bt-death-from-above { color: red; } .bt-death-from-above-n-1 { color: white; } .bt-dragons-fury-n-1 { color: white; } .bt-dragons-fury-n-2 { color: #cd3529; } .bt-eridani-light-horse-n-1 { color: #e3d946; } .bt-escorpion-imperio-n-1 { color: #dcb556; } .bt-escorpion-imperio-n-2 { color: #1b580f; } .bt-escorpion-imperio-n-3 { color: #dcb556; } .bt-escorpion-imperio-n-4 { color: #ed1010; } .bt-federated-commonwealth-n-1 { color: #0097e4; } .bt-federated-commonwealth-n-2 { color: #dea400; } .bt-federated-commonwealth-n-3 { color: #d8d500; } .bt-federated-commonwealth-n-4 { color: #bb0000; } .bt-free-rasalhague-republic-n-1 { color: #a43333; } .bt-free-rasalhague-republic-n-2 { color: #629c48; } .bt-free-rasalhague-republic-n-3 { color: #bd87c1; } .bt-free-rasalhague-republic-n-4 { color: #9196c8; } .bt-free-rasalhague-republic-hbs-n-1 { color: #00b1ec; } .bt-free-worlds-league-n-1 { color: #cac5e7; } .bt-free-worlds-league-n-2 { color: #4577b0; } .bt-free-worlds-league-n-3 { color: #a762a0; } .bt-free-worlds-league-n-4 { color: #692372; } .bt-gray-death-legion-n-1 { color: #f9f3e5; } .bt-gray-death-legion-n-2 { color: #fe0101; } .bt-highlanders-n-1 { color: #4c3961; } .bt-highlanders-n-2 { color: #8b1518; } .bt-highlanders-n-3 { color: #142a60; } .bt-highlanders-n-4 { color: #98191d; } .bt-highlanders-n-5 { color: #b0b8be; } .bt-highlanders-n-6 { color: #f7e845; } .bt-highlanders-n-7 { color: #d8d7d8; } .bt-highlanders-n-8 { color: #e6d3aa; } .bt-highlanders-p-1 { color: white; } .bt-house-cameron-hbs-n-1 { color: #898a8c; } .bt-house-cameron-hbs-n-2 { color: white; } .bt-infantry-n-1 { color: white; } .bt-infantry-alt-n-1 { color: white; } .bt-jihad-n-1 { color: white; } .bt-kell-hounds-n-1 { color: #ae4021; } .bt-kell-hounds-n-2 { color: #ae4021; } .bt-kurita-n-1 { color: yellow; } .bt-kurita-n-2 { color: #c30000; } .bt-liao-n-1 { color: #00e000; } .bt-liao-n-2 { color: #4e4e4e; } .bt-liao-n-3 { color: #00e000; } .bt-lyran-alliance-n-1 { color: #0071ff; } .bt-lyran-alliance-n-2 { color: #9baaaa; } .bt-magistracy-of-canopus-n-1 { color: #979ccc; } .bt-magistracy-of-canopus-n-2 { color: white; } .bt-magistracy-of-canopus-n-3 { color: #ebe819; } .bt-magistracy-of-canopus-n-4 { color: #3ca953; } .bt-magistracy-of-canopus-n-5 { color: #0e755e; } .bt-magistracy-of-canopus-p-1 { color: #285d6b; } .bt-magistracy-of-canopus-hbs-n-1 { color: #8dc63f; } .bt-magistracy-of-canopus-hbs-n-2 { color: #00a651; } .bt-magistracy-of-canopus-hbs-n-3 { color: #005826; } .bt-marian-hegemony-n-1 { color: #cecfe5; } .bt-marian-hegemony-n-2 { color: #548359; } .bt-marian-hegemony-n-3 { color: #c8b985; } .bt-marian-hegemony-n-4 { color: #1d589e; } .bt-marian-hegemony-p-1 { color: #863e17; } .bt-marian-hegemony-p-2 { color: #433b17; } .bt-marian-hegemony-hbs-n-1 { color: #4262b9; } .bt-marian-hegemony-hbs-n-2 { color: #f7eaa1; } .bt-marik-n-1 { color: #768bc8; } .bt-mech-n-1 { color: white; } .bt-mech-alt-n-1 { color: white; } .bt-mechwarrior-dark-age-n-1 { color: #b52d16; } .bt-mechwarrior-dark-age-alt-n-1 { color: #b52d16; } .bt-mechwarrior-dark-age-title-n-1 { color: #ab9682; } .bt-mechwarrior-dark-age-title-n-2 { color: #f45757; } .bt-mechwarrior-title-w-mech-n-1 { color: white; } .bt-mechwarrior-title-w-mech-n-2 { color: red; } .bt-mercenary-review-and-bonding-commission-n-1 { color: #d4bc2b; } .bt-mercenary-review-and-bonding-commission-n-2 { color: #dbd3a1; } .bt-mercenary-review-and-bonding-commission-n-3 { color: #594540; } .bt-mercenary-review-and-bonding-commission-n-4 { color: #794d38; } .bt-mercenary-review-and-bonding-commission-p-1 { color: #4e2f2a; } .bt-no-guts-no-galaxy-n-1 { color: #999694; } .bt-no-guts-no-galaxy-n-2 { color: #bf9c5b; } .bt-no-guts-no-galaxy-n-3 { color: #595942; } .bt-no-guts-no-galaxy-p-1 { color: white; } .bt-northwind-highlanders-n-1 { color: #fff105; } .bt-northwind-highlanders-n-2 { color: #dbe6e2; } .bt-northwind-highlanders-n-3 { color: #204383; } .bt-northwind-highlanders-n-4 { color: #822826; } .bt-northwind-highlanders-n-5 { color: #dd2419; } .bt-northwind-highlanders-p-1 { color: white; } .bt-outworlds-alliance-n-1 { color: #326136; } .bt-outworlds-alliance-n-2 { color: #ffea8e; } .bt-outworlds-alliance-p-1 { color: #fb5b4e; } .bt-outworlds-alliance-hbs-n-1 { color: orange; } .bt-outworlds-alliance-hbs-n-2 { color: orangered; } .bt-periphery-states-n-1 { color: white; } .bt-periphery-states-n-2 { color: maroon; } .bt-periphery-states-n-3 { color: grey; } .bt-rasalhague-dominion-n-1 { color: #a94846; } .bt-rasalhague-dominion-n-2 { color: #f5ffff; } .bt-rasalhague-dominion-n-3 { color: #7175af; } .bt-raven-alliance-n-1 { color: white; } .bt-raven-alliance-n-2 { color: #516a85; } .bt-raven-alliance-n-3 { color: #8ea2c3; } .bt-raven-alliance-n-4 { color: white; } .bt-republic-of-the-sphere-n-1 { color: #c9bf4d; } .bt-republic-of-the-sphere-n-2 { color: #635918; } .bt-republic-of-the-sphere-n-3 { color: white; } .bt-republic-of-the-sphere-n-4 { color: #546591; } .bt-republic-of-the-sphere-n-5 { color: dimgray; } .bt-republic-of-the-sphere-p-1 { color: #c9bf4d; } .bt-republic-of-the-sphere-p-2 { color: white; } .bt-rhodes-project-n-1 { color: #b32417; } .bt-rhodes-project-n-2 { color: #95a0aa; } .bt-rhodes-project-n-3 { color: #b32417; } .bt-rhodes-project-n-4 { color: #95a0aa; } .bt-rhodes-project-n-5 { color: #95a0aa; } .bt-rhodes-project-n-6 { color: #b32417; } .bt-rhodes-project-n-7 { color: #b32417; } .bt-rim-worlds-republic-n-1 { color: #ab1414; } .bt-rim-worlds-republic-n-2 { color: #4986cf; } .bt-rim-worlds-republic-hbs-n-1 { color: #2d5dba; } .bt-rim-worlds-republic-hbs-n-1 { color: #931111; } .bt-rim-worlds-republic-hbs-n-2 { color: #931111; } .bt-special { color: gold; } .bt-spirit-cats-n-1 { color: #1478c7; } .bt-star-league-n-1 { color: red; } .bt-steel-wolves-n-1 { color: #c62128; } .bt-steel-wolves-n-2 { color: #9a191e; } .bt-steel-wolves-n-3 { color: #eceef0; } .bt-steel-wolves-n-4 { color: #a0a1a2; } .bt-steiner-n-1 { color: #0046c7; } .bt-stormhammers-n-1 { color: #a6a8aa; } .bt-stormhammers-n-2 { color: #3b5089; } .bt-stormhammers-n-3 { color: #dbdcdd; } .bt-stormhammers-n-4 { color: #654e36; } .bt-stormhammers-n-5 { color: #688fca; } .bt-stormhammers-n-6 { color: #f7e845; } .bt-succession-wars-n-1 { color: lightblue; } .bt-succession-wars-n-2 { color: white; } .bt-swordsworn-n-1 { color: #293354; } .bt-swordsworn-n-2 { color: #cd8f60; } .bt-swordsworn-n-3 { color: yellow; } .bt-swordsworn-n-4 { color: #f2ca30; } .bt-swordsworn-n-5 { color: #e0922f; } .bt-swordsworn-n-6 { color: #cac9d9; } .bt-swordsworn-n-7 { color: #da7d2d; } .bt-swordsworn-n-8 { color: #d0462a; } .bt-swordsworn-n-9 { color: white; } .bt-taurian-concordat-n-1 { color: #545568; } .bt-taurian-concordat-n-2 { color: #f1c578; } .bt-taurian-concordat-n-3 { color: #de1d30; } .bt-taurian-concordat-n-4 { color: #634934; } .bt-taurian-concordat-hbs-n-1 { color: #854e44; } .bt-taurian-concordat-hbs-n-2 { color: #fbd165; } .bt-taurian-concordat-hbs-n-3 { color: #ff4d3e; } .bt-terran-hegemony-n-1 { color: #f4f70e; } .bt-terran-hegemony-n-2 { color: #96b5ea; } .bt-terran-hegemony-n-3 { color: #7a8341; } .bt-terran-hegemony-n-4 { color: #4e5b2d; } .bt-terran-hegemony-n-5 { color: #5d5a5b; } .bt-terran-hegemony-hbs-n-1 { color: #717171; } .bt-terran-hegemony-hbs-n-2 { color: white; } .bt-terran-hegemony-hbs-n-3 { color: #b4b4b4; } .bt-terran-hegemony-hbs-n-4 { color: #b4b4b4; } .bt-third-league-era-n-1 { color: red; } .bt-third-league-era-n-2 { color: lightblue; } .bt-third-league-era-n-3 { color: white; } .bt-umbra-hounds-n-1 { color: #de0000; } .bt-umbra-hounds-n-2 { color: #de0000; } .bt-wolfs-dragoons-n-1 { color: #e44b3a; } .bt-word-of-blake-n-1 { color: white; } .bt-word-of-blake-n-2 { color: #d0dcea; } .bt-word-of-blake-n-3 { color: #456ec0; } .bt-word-of-blake-p-1 { color: #7998d8; }
0.519278
0.092565
@import url("https://fonts.googleapis.com/css?family=Russo+One"); @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"); * { box-sizing: border-box; } body { margin: 0; padding: 0; background-color: #21222e; } @keyframes featured { 0%, 100% { box-shadow: 0 0 0 1px #4caf50, 0 0 20px 2px #4caf50, 0 0 40px #4caf50; } 25% { box-shadow: 0 0 0 1px #f44336, 0 0 20px 2px #f44336, 0 0 40px #f44336; } 50% { box-shadow: 0 0 0 1px #2196f3, 0 0 20px 2px #2196f3, 0 0 40px #2196f3; } 75% { box-shadow: 0 0 0 1px #ffc107, 0 0 20px 2px #ffc107, 0 0 40px #ffc107; } } @keyframes featuredColor { 0%, 100% { background-color: #4caf50; } 25% { background-color: #f44336; } 50% { background-color: #2196f3; } 75% { background-color: #ffc107; } } .Portfolio { background-color: #ffffff; width: 90%; margin: 5% auto; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.2), 0 0 90px rgba(0, 0, 0, 0.3); } .Portfolio .Portfolio__bg { position: fixed; left: 0; top: 0; background-color: transparent; width: 100%; height: 100%; z-index: -1; transition: all 1s ease-in-out; } .Portfolio .hide { display: none !important; } .User { position: relative; width: 100%; height: 600px; } .User .User__mask { position: absolute; width: inherit; height: inherit; background-color: #2c2d3d; overflow: hidden; } .User .User__bg { background-size: cover; background-position: center; filter: blur(20px); position: absolute; width: calc(100% + 120px); height: calc(100% + 120px); opacity: 0.4; margin: -60px; } .User .User__content { position: relative; width: inherit; height: inherit; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; } @media (max-width: 992px) { .User .User__content { flex-flow: column; justify-content: center; } } .User .User__content > div { text-align: center; width: 100%; } .User .User__content p { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: rgba(255, 255, 255, 0.1); font-family: "Roboto", sans-serif; width: 90%; max-width: 750px; margin: 15px auto; } .User .User__content img { border-radius: 50%; } .User .User__content h1 { font-family: "Russo One", sans-serif; font-weight: normal; font-size: 35px; text-transform: uppercase; color: transparent; margin: 0; background: linear-gradient(rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.6) 50%); background-clip: text; -webkit-background-clip: text; } @media (min-width: 992px) { .User .User__content h1 { font-size: 80px; } } .User .User__content h5 { font-family: "Russo One", sans-serif; font-size: 30px; text-transform: uppercase; font-weight: normal; color: rgba(255, 255, 255, 0.1); margin: 0; } .User .User__links { right: 0; bottom: 0; padding: 0; text-align: center; } .User .User__links li { list-style: none; display: inline-block; margin: 0 5px; } .User .User__features { position: absolute; top: 0; right: 30px; bottom: initial; left: initial; margin: -1px 0 0; padding: 0; } .User .User__features li { list-style: none; display: inline-block; margin: 0 5px; } @media (max-width: 992px) { .User .User__features li { margin: 0 3px; } } .User .User__features a { display: block; } .User .User__features img { border-radius: 0; } .User .User__info { width: auto !important; } .Projects { background-color: #2c2d3d; } .Projects:hover .Card:not(:hover) { opacity: 0.5; } [data-tooltip]:after, [data-tooltip]:before { visibility: hidden; opacity: 0; } [data-tooltip]:hover:after, [data-tooltip]:hover:before { visibility: visible; opacity: 1; } [data-tooltip]:after, [data-tooltip]:before { transition: all 0.2s linear; } [data-tooltip][data-tooltip-placement="top"]:after { position: absolute; top: 0; right: initial; bottom: initial; left: 50%; transform: translate(-50%, -98%); } [data-tooltip][data-tooltip-placement="right"]:after { position: absolute; top: 50%; right: 0; bottom: initial; left: initial; transform: translate(98%, -50%); } [data-tooltip][data-tooltip-placement="bottom"]:after { position: absolute; top: initial; right: initial; bottom: 0; left: 50%; transform: translate(-50%, 98%); } [data-tooltip][data-tooltip-placement="left"]:after { position: absolute; top: 50%; right: initial; bottom: initial; left: 0; transform: translate(-98%, -50%); } [data-tooltip][data-tooltip-placement="top"]:before, [data-tooltip][data-tooltip-placement="bottom"]:before { border-right: 5px solid transparent; border-left: 5px solid transparent; } [data-tooltip][data-tooltip-placement="right"]:before, [data-tooltip][data-tooltip-placement="left"]:before { border-top: 5px solid transparent; border-bottom: 5px solid transparent; } [data-tooltip][data-tooltip-placement="top"]:before { position: absolute; top: 0; right: 0; bottom: initial; left: 0; } [data-tooltip][data-tooltip-placement="right"]:before { position: absolute; top: 0; right: 0; bottom: 0; left: initial; } [data-tooltip][data-tooltip-placement="bottom"]:before { position: absolute; top: initial; right: 0; bottom: 0; left: 0; } [data-tooltip][data-tooltip-placement="left"]:before { position: absolute; top: 0; right: initial; bottom: 0; left: 0; } [data-tooltip][data-tooltip-placement="top"]:hover:after { transform: translate(-50%, calc(-100% - 10px)); } [data-tooltip][data-tooltip-placement="right"]:hover:after { transform: translate(calc(100% + 10px), -50%); } [data-tooltip][data-tooltip-placement="bottom"]:hover:after { transform: translate(-50%, calc(100% + 10px)); } [data-tooltip][data-tooltip-placement="left"]:hover:after { transform: translate(calc(-100% - 10px), -50%); } [data-tooltip][data-tooltip-placement="top"]:hover:before { transform: translate(0, -10px); } [data-tooltip][data-tooltip-placement="right"]:hover:before { transform: translate(10px, 0); } [data-tooltip][data-tooltip-placement="bottom"]:hover:before { transform: translate(0, 10px); } [data-tooltip][data-tooltip-placement="left"]:hover:before { transform: translate(-10px, 0); } [data-tooltip] { position: relative; } [data-tooltip][data-tooltip-placement="top"]:before { border-top: 5px solid #2c2d3d; } [data-tooltip][data-tooltip-placement="right"]:before { border-right: 5px solid #2c2d3d; } [data-tooltip][data-tooltip-placement="bottom"]:before { border-bottom: 5px solid #2c2d3d; } [data-tooltip][data-tooltip-placement="left"]:before { border-left: 5px solid #2c2d3d; } [data-tooltip]:after { content: attr(data-tooltip); white-space: normal; width: 120px; background-color: #2c2d3d; padding: 5px; border-radius: 2px; font-size: 12px; font-family: "Roboto", sans-serif; line-height: 1.5em; text-align: center; color: #ffffff; text-decoration: none; margin: auto; } [data-tooltip]:before { content: ""; margin: auto; width: 0; height: 0; transform: translate(0, 0); } .Nav { visibility: hidden; height: calc(15px * 4); padding: 0 15px; position: fixed; top: 0; left: 0; width: 100%; z-index: 3; display: flex; align-items: center; justify-content: space-between; background-color: #2c2d3d; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); transition: transform .2s ease-in-out, visibility 0s linear .2s; transform: translateY(-100%); } .Nav.Nav--is-visible { visibility: visible; transform: translateY(0); transition: transform .2s ease-in-out, visibility 0s linear 0s; } .Nav .Nav__thumbnail { border-radius: 50%; width: 36px; margin: 0 15px 0 0; } .Nav .Nav__title { display: flex; align-items: center; } .Nav .Nav__name { color: #ffffff; text-transform: uppercase; font-size: inherit; font-weight: inherit; font-family: "Russo One", sans-serif; } .Nav .Nav__menu { margin: 0; padding: 0; list-style: none; } @media (max-width: 768px) { .Nav .Nav__menu { display: none; } } .Nav .Nav__menu li { display: inline-block; margin-left: 10px; } .badge { background-color: #d9d9d9; padding: 2px 8px; margin: 0 3px 3px 0; display: inline-block; border-radius: 2px; text-transform: uppercase; font-size: 10px; } .btn { display: inline-flex; align-items: center; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 600; color: #ffffff; text-decoration: none; text-transform: uppercase; padding: 10px 15px; border-radius: 4px; transition: all 0.2s linear; } .btn.btn--default { color: #ffffff; background-color: transparent; } .btn.btn--default[href]:hover { color: #000000; background-color: #ffffff; } .btn.btn--primary { color: #000000; background-color: transparent; } .btn.btn--primary[href]:hover { color: #ffffff; background-color: #17171f; } .btn .material-icons { margin-right: 5px; } .Card { font-family: "Roboto", sans-serif; font-size: 12px; width: 100%; position: relative; display: grid; overflow: hidden; opacity: 1; transition: transform 0.2s ease-in-out, opacity 0.1s linear; } .Card:after { content: ""; position: absolute; top: 0; right: 0; bottom: initial; left: 0; width: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), transparent); height: 40%; opacity: 0; transition: opacity 0.2s ease-in-out 0.2s; } .Card:hover { transform: scale(1.15); box-shadow: 0 25px 35px rgba(0, 0, 0, 0.6); z-index: 2; overflow: initial; } .Card:hover:after { opacity: 1; } .Card:hover .Card__footer { height: 190px; } .Card.Card__featured { z-index: 1; animation: featured 3s linear infinite; } .Card.Card__featured:hover .Card__details > div { animation: featuredColor 3s linear infinite; } .Card .Card__media { width: 100%; height: auto; position: relative; } .Card .Card__thumbnail { position: absolute; width: 100%; height: inherit; filter: blur(10px); } .Card .Card__details { position: absolute; top: 5px; right: 10px; bottom: initial; left: initial; display: flex; color: #ffffff; z-index: 1; } .Card .Card__details > div { display: flex; align-items: center; margin: 0 0 0 8px; padding: 2px 5px; border-radius: 2px; } .Card .Card__details .material-icons { margin-right: 5px; } .Card .Card__footer { position: absolute; top: initial; right: initial; bottom: 0; left: 0; height: 0; width: 100%; padding: 0 15px; background-color: #ffffff; overflow: hidden; transform: translateY(100%); transition: height 0.2s ease-in-out 0.2s; box-shadow: 0 25px 35px rgba(0, 0, 0, 0.6); } .Card .Card__footer small { display: block; margin: 15px 0 0; font-weight: 200; } .Card .Card__footer h2 { font-weight: 200; margin: 5px 0 0 0; } .Card .Card__footer .Card__footer-footer { position: absolute; top: initial; right: initial; bottom: 0; left: 0; width: 100%; margin: 0; padding: 5px 0px; border-top: 1px solid #e6e6e6; text-align: right; background-color: #f2f2f2; } .Card .Card__footer .Card__footer-footer .btn { transform: scale(0.9); } .material-icons.md-12 { font-size: 12px; } .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-32 { font-size: 32px; } .material-icons.md-48 { font-size: 48px; } .Grid { display: flex; flex-wrap: wrap; } @media (min-width: 576px) { .Grid .Grid__cell.xs-1 { max-width: 8.33333%; flex: 0 0 8.33333%; } .Grid .Grid__cell.xs-2 { max-width: 16.66667%; flex: 0 0 16.66667%; } .Grid .Grid__cell.xs-3 { max-width: 25%; flex: 0 0 25%; } .Grid .Grid__cell.xs-4 { max-width: 33.33333%; flex: 0 0 33.33333%; } .Grid .Grid__cell.xs-5 { max-width: 41.66667%; flex: 0 0 41.66667%; } .Grid .Grid__cell.xs-6 { max-width: 50%; flex: 0 0 50%; } .Grid .Grid__cell.xs-7 { max-width: 58.33333%; flex: 0 0 58.33333%; } .Grid .Grid__cell.xs-8 { max-width: 66.66667%; flex: 0 0 66.66667%; } .Grid .Grid__cell.xs-9 { max-width: 75%; flex: 0 0 75%; } .Grid .Grid__cell.xs-10 { max-width: 83.33333%; flex: 0 0 83.33333%; } .Grid .Grid__cell.xs-11 { max-width: 91.66667%; flex: 0 0 91.66667%; } .Grid .Grid__cell.xs-12 { max-width: 100%; flex: 0 0 100%; } } @media (min-width: 768px) { .Grid .Grid__cell.sm-1 { max-width: 8.33333%; flex: 0 0 8.33333%; } .Grid .Grid__cell.sm-2 { max-width: 16.66667%; flex: 0 0 16.66667%; } .Grid .Grid__cell.sm-3 { max-width: 25%; flex: 0 0 25%; } .Grid .Grid__cell.sm-4 { max-width: 33.33333%; flex: 0 0 33.33333%; } .Grid .Grid__cell.sm-5 { max-width: 41.66667%; flex: 0 0 41.66667%; } .Grid .Grid__cell.sm-6 { max-width: 50%; flex: 0 0 50%; } .Grid .Grid__cell.sm-7 { max-width: 58.33333%; flex: 0 0 58.33333%; } .Grid .Grid__cell.sm-8 { max-width: 66.66667%; flex: 0 0 66.66667%; } .Grid .Grid__cell.sm-9 { max-width: 75%; flex: 0 0 75%; } .Grid .Grid__cell.sm-10 { max-width: 83.33333%; flex: 0 0 83.33333%; } .Grid .Grid__cell.sm-11 { max-width: 91.66667%; flex: 0 0 91.66667%; } .Grid .Grid__cell.sm-12 { max-width: 100%; flex: 0 0 100%; } } @media (min-width: 992px) { .Grid .Grid__cell.md-1 { max-width: 8.33333%; flex: 0 0 8.33333%; } .Grid .Grid__cell.md-2 { max-width: 16.66667%; flex: 0 0 16.66667%; } .Grid .Grid__cell.md-3 { max-width: 25%; flex: 0 0 25%; } .Grid .Grid__cell.md-4 { max-width: 33.33333%; flex: 0 0 33.33333%; } .Grid .Grid__cell.md-5 { max-width: 41.66667%; flex: 0 0 41.66667%; } .Grid .Grid__cell.md-6 { max-width: 50%; flex: 0 0 50%; } .Grid .Grid__cell.md-7 { max-width: 58.33333%; flex: 0 0 58.33333%; } .Grid .Grid__cell.md-8 { max-width: 66.66667%; flex: 0 0 66.66667%; } .Grid .Grid__cell.md-9 { max-width: 75%; flex: 0 0 75%; } .Grid .Grid__cell.md-10 { max-width: 83.33333%; flex: 0 0 83.33333%; } .Grid .Grid__cell.md-11 { max-width: 91.66667%; flex: 0 0 91.66667%; } .Grid .Grid__cell.md-12 { max-width: 100%; flex: 0 0 100%; } } @media (min-width: 1200px) { .Grid .Grid__cell.lg-1 { max-width: 8.33333%; flex: 0 0 8.33333%; } .Grid .Grid__cell.lg-2 { max-width: 16.66667%; flex: 0 0 16.66667%; } .Grid .Grid__cell.lg-3 { max-width: 25%; flex: 0 0 25%; } .Grid .Grid__cell.lg-4 { max-width: 33.33333%; flex: 0 0 33.33333%; } .Grid .Grid__cell.lg-5 { max-width: 41.66667%; flex: 0 0 41.66667%; } .Grid .Grid__cell.lg-6 { max-width: 50%; flex: 0 0 50%; } .Grid .Grid__cell.lg-7 { max-width: 58.33333%; flex: 0 0 58.33333%; } .Grid .Grid__cell.lg-8 { max-width: 66.66667%; flex: 0 0 66.66667%; } .Grid .Grid__cell.lg-9 { max-width: 75%; flex: 0 0 75%; } .Grid .Grid__cell.lg-10 { max-width: 83.33333%; flex: 0 0 83.33333%; } .Grid .Grid__cell.lg-11 { max-width: 91.66667%; flex: 0 0 91.66667%; } .Grid .Grid__cell.lg-12 { max-width: 100%; flex: 0 0 100%; } }
src/components/Portfolio/style/main.css
@import url("https://fonts.googleapis.com/css?family=Russo+One"); @import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700"); * { box-sizing: border-box; } body { margin: 0; padding: 0; background-color: #21222e; } @keyframes featured { 0%, 100% { box-shadow: 0 0 0 1px #4caf50, 0 0 20px 2px #4caf50, 0 0 40px #4caf50; } 25% { box-shadow: 0 0 0 1px #f44336, 0 0 20px 2px #f44336, 0 0 40px #f44336; } 50% { box-shadow: 0 0 0 1px #2196f3, 0 0 20px 2px #2196f3, 0 0 40px #2196f3; } 75% { box-shadow: 0 0 0 1px #ffc107, 0 0 20px 2px #ffc107, 0 0 40px #ffc107; } } @keyframes featuredColor { 0%, 100% { background-color: #4caf50; } 25% { background-color: #f44336; } 50% { background-color: #2196f3; } 75% { background-color: #ffc107; } } .Portfolio { background-color: #ffffff; width: 90%; margin: 5% auto; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 40px rgba(0, 0, 0, 0.2), 0 0 90px rgba(0, 0, 0, 0.3); } .Portfolio .Portfolio__bg { position: fixed; left: 0; top: 0; background-color: transparent; width: 100%; height: 100%; z-index: -1; transition: all 1s ease-in-out; } .Portfolio .hide { display: none !important; } .User { position: relative; width: 100%; height: 600px; } .User .User__mask { position: absolute; width: inherit; height: inherit; background-color: #2c2d3d; overflow: hidden; } .User .User__bg { background-size: cover; background-position: center; filter: blur(20px); position: absolute; width: calc(100% + 120px); height: calc(100% + 120px); opacity: 0.4; margin: -60px; } .User .User__content { position: relative; width: inherit; height: inherit; display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; } @media (max-width: 992px) { .User .User__content { flex-flow: column; justify-content: center; } } .User .User__content > div { text-align: center; width: 100%; } .User .User__content p { text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: rgba(255, 255, 255, 0.1); font-family: "Roboto", sans-serif; width: 90%; max-width: 750px; margin: 15px auto; } .User .User__content img { border-radius: 50%; } .User .User__content h1 { font-family: "Russo One", sans-serif; font-weight: normal; font-size: 35px; text-transform: uppercase; color: transparent; margin: 0; background: linear-gradient(rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.6) 50%); background-clip: text; -webkit-background-clip: text; } @media (min-width: 992px) { .User .User__content h1 { font-size: 80px; } } .User .User__content h5 { font-family: "Russo One", sans-serif; font-size: 30px; text-transform: uppercase; font-weight: normal; color: rgba(255, 255, 255, 0.1); margin: 0; } .User .User__links { right: 0; bottom: 0; padding: 0; text-align: center; } .User .User__links li { list-style: none; display: inline-block; margin: 0 5px; } .User .User__features { position: absolute; top: 0; right: 30px; bottom: initial; left: initial; margin: -1px 0 0; padding: 0; } .User .User__features li { list-style: none; display: inline-block; margin: 0 5px; } @media (max-width: 992px) { .User .User__features li { margin: 0 3px; } } .User .User__features a { display: block; } .User .User__features img { border-radius: 0; } .User .User__info { width: auto !important; } .Projects { background-color: #2c2d3d; } .Projects:hover .Card:not(:hover) { opacity: 0.5; } [data-tooltip]:after, [data-tooltip]:before { visibility: hidden; opacity: 0; } [data-tooltip]:hover:after, [data-tooltip]:hover:before { visibility: visible; opacity: 1; } [data-tooltip]:after, [data-tooltip]:before { transition: all 0.2s linear; } [data-tooltip][data-tooltip-placement="top"]:after { position: absolute; top: 0; right: initial; bottom: initial; left: 50%; transform: translate(-50%, -98%); } [data-tooltip][data-tooltip-placement="right"]:after { position: absolute; top: 50%; right: 0; bottom: initial; left: initial; transform: translate(98%, -50%); } [data-tooltip][data-tooltip-placement="bottom"]:after { position: absolute; top: initial; right: initial; bottom: 0; left: 50%; transform: translate(-50%, 98%); } [data-tooltip][data-tooltip-placement="left"]:after { position: absolute; top: 50%; right: initial; bottom: initial; left: 0; transform: translate(-98%, -50%); } [data-tooltip][data-tooltip-placement="top"]:before, [data-tooltip][data-tooltip-placement="bottom"]:before { border-right: 5px solid transparent; border-left: 5px solid transparent; } [data-tooltip][data-tooltip-placement="right"]:before, [data-tooltip][data-tooltip-placement="left"]:before { border-top: 5px solid transparent; border-bottom: 5px solid transparent; } [data-tooltip][data-tooltip-placement="top"]:before { position: absolute; top: 0; right: 0; bottom: initial; left: 0; } [data-tooltip][data-tooltip-placement="right"]:before { position: absolute; top: 0; right: 0; bottom: 0; left: initial; } [data-tooltip][data-tooltip-placement="bottom"]:before { position: absolute; top: initial; right: 0; bottom: 0; left: 0; } [data-tooltip][data-tooltip-placement="left"]:before { position: absolute; top: 0; right: initial; bottom: 0; left: 0; } [data-tooltip][data-tooltip-placement="top"]:hover:after { transform: translate(-50%, calc(-100% - 10px)); } [data-tooltip][data-tooltip-placement="right"]:hover:after { transform: translate(calc(100% + 10px), -50%); } [data-tooltip][data-tooltip-placement="bottom"]:hover:after { transform: translate(-50%, calc(100% + 10px)); } [data-tooltip][data-tooltip-placement="left"]:hover:after { transform: translate(calc(-100% - 10px), -50%); } [data-tooltip][data-tooltip-placement="top"]:hover:before { transform: translate(0, -10px); } [data-tooltip][data-tooltip-placement="right"]:hover:before { transform: translate(10px, 0); } [data-tooltip][data-tooltip-placement="bottom"]:hover:before { transform: translate(0, 10px); } [data-tooltip][data-tooltip-placement="left"]:hover:before { transform: translate(-10px, 0); } [data-tooltip] { position: relative; } [data-tooltip][data-tooltip-placement="top"]:before { border-top: 5px solid #2c2d3d; } [data-tooltip][data-tooltip-placement="right"]:before { border-right: 5px solid #2c2d3d; } [data-tooltip][data-tooltip-placement="bottom"]:before { border-bottom: 5px solid #2c2d3d; } [data-tooltip][data-tooltip-placement="left"]:before { border-left: 5px solid #2c2d3d; } [data-tooltip]:after { content: attr(data-tooltip); white-space: normal; width: 120px; background-color: #2c2d3d; padding: 5px; border-radius: 2px; font-size: 12px; font-family: "Roboto", sans-serif; line-height: 1.5em; text-align: center; color: #ffffff; text-decoration: none; margin: auto; } [data-tooltip]:before { content: ""; margin: auto; width: 0; height: 0; transform: translate(0, 0); } .Nav { visibility: hidden; height: calc(15px * 4); padding: 0 15px; position: fixed; top: 0; left: 0; width: 100%; z-index: 3; display: flex; align-items: center; justify-content: space-between; background-color: #2c2d3d; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); transition: transform .2s ease-in-out, visibility 0s linear .2s; transform: translateY(-100%); } .Nav.Nav--is-visible { visibility: visible; transform: translateY(0); transition: transform .2s ease-in-out, visibility 0s linear 0s; } .Nav .Nav__thumbnail { border-radius: 50%; width: 36px; margin: 0 15px 0 0; } .Nav .Nav__title { display: flex; align-items: center; } .Nav .Nav__name { color: #ffffff; text-transform: uppercase; font-size: inherit; font-weight: inherit; font-family: "Russo One", sans-serif; } .Nav .Nav__menu { margin: 0; padding: 0; list-style: none; } @media (max-width: 768px) { .Nav .Nav__menu { display: none; } } .Nav .Nav__menu li { display: inline-block; margin-left: 10px; } .badge { background-color: #d9d9d9; padding: 2px 8px; margin: 0 3px 3px 0; display: inline-block; border-radius: 2px; text-transform: uppercase; font-size: 10px; } .btn { display: inline-flex; align-items: center; font-family: "Roboto", sans-serif; font-size: 12px; font-weight: 600; color: #ffffff; text-decoration: none; text-transform: uppercase; padding: 10px 15px; border-radius: 4px; transition: all 0.2s linear; } .btn.btn--default { color: #ffffff; background-color: transparent; } .btn.btn--default[href]:hover { color: #000000; background-color: #ffffff; } .btn.btn--primary { color: #000000; background-color: transparent; } .btn.btn--primary[href]:hover { color: #ffffff; background-color: #17171f; } .btn .material-icons { margin-right: 5px; } .Card { font-family: "Roboto", sans-serif; font-size: 12px; width: 100%; position: relative; display: grid; overflow: hidden; opacity: 1; transition: transform 0.2s ease-in-out, opacity 0.1s linear; } .Card:after { content: ""; position: absolute; top: 0; right: 0; bottom: initial; left: 0; width: 100%; background: linear-gradient(rgba(0, 0, 0, 0.6), transparent); height: 40%; opacity: 0; transition: opacity 0.2s ease-in-out 0.2s; } .Card:hover { transform: scale(1.15); box-shadow: 0 25px 35px rgba(0, 0, 0, 0.6); z-index: 2; overflow: initial; } .Card:hover:after { opacity: 1; } .Card:hover .Card__footer { height: 190px; } .Card.Card__featured { z-index: 1; animation: featured 3s linear infinite; } .Card.Card__featured:hover .Card__details > div { animation: featuredColor 3s linear infinite; } .Card .Card__media { width: 100%; height: auto; position: relative; } .Card .Card__thumbnail { position: absolute; width: 100%; height: inherit; filter: blur(10px); } .Card .Card__details { position: absolute; top: 5px; right: 10px; bottom: initial; left: initial; display: flex; color: #ffffff; z-index: 1; } .Card .Card__details > div { display: flex; align-items: center; margin: 0 0 0 8px; padding: 2px 5px; border-radius: 2px; } .Card .Card__details .material-icons { margin-right: 5px; } .Card .Card__footer { position: absolute; top: initial; right: initial; bottom: 0; left: 0; height: 0; width: 100%; padding: 0 15px; background-color: #ffffff; overflow: hidden; transform: translateY(100%); transition: height 0.2s ease-in-out 0.2s; box-shadow: 0 25px 35px rgba(0, 0, 0, 0.6); } .Card .Card__footer small { display: block; margin: 15px 0 0; font-weight: 200; } .Card .Card__footer h2 { font-weight: 200; margin: 5px 0 0 0; } .Card .Card__footer .Card__footer-footer { position: absolute; top: initial; right: initial; bottom: 0; left: 0; width: 100%; margin: 0; padding: 5px 0px; border-top: 1px solid #e6e6e6; text-align: right; background-color: #f2f2f2; } .Card .Card__footer .Card__footer-footer .btn { transform: scale(0.9); } .material-icons.md-12 { font-size: 12px; } .material-icons.md-18 { font-size: 18px; } .material-icons.md-24 { font-size: 24px; } .material-icons.md-32 { font-size: 32px; } .material-icons.md-48 { font-size: 48px; } .Grid { display: flex; flex-wrap: wrap; } @media (min-width: 576px) { .Grid .Grid__cell.xs-1 { max-width: 8.33333%; flex: 0 0 8.33333%; } .Grid .Grid__cell.xs-2 { max-width: 16.66667%; flex: 0 0 16.66667%; } .Grid .Grid__cell.xs-3 { max-width: 25%; flex: 0 0 25%; } .Grid .Grid__cell.xs-4 { max-width: 33.33333%; flex: 0 0 33.33333%; } .Grid .Grid__cell.xs-5 { max-width: 41.66667%; flex: 0 0 41.66667%; } .Grid .Grid__cell.xs-6 { max-width: 50%; flex: 0 0 50%; } .Grid .Grid__cell.xs-7 { max-width: 58.33333%; flex: 0 0 58.33333%; } .Grid .Grid__cell.xs-8 { max-width: 66.66667%; flex: 0 0 66.66667%; } .Grid .Grid__cell.xs-9 { max-width: 75%; flex: 0 0 75%; } .Grid .Grid__cell.xs-10 { max-width: 83.33333%; flex: 0 0 83.33333%; } .Grid .Grid__cell.xs-11 { max-width: 91.66667%; flex: 0 0 91.66667%; } .Grid .Grid__cell.xs-12 { max-width: 100%; flex: 0 0 100%; } } @media (min-width: 768px) { .Grid .Grid__cell.sm-1 { max-width: 8.33333%; flex: 0 0 8.33333%; } .Grid .Grid__cell.sm-2 { max-width: 16.66667%; flex: 0 0 16.66667%; } .Grid .Grid__cell.sm-3 { max-width: 25%; flex: 0 0 25%; } .Grid .Grid__cell.sm-4 { max-width: 33.33333%; flex: 0 0 33.33333%; } .Grid .Grid__cell.sm-5 { max-width: 41.66667%; flex: 0 0 41.66667%; } .Grid .Grid__cell.sm-6 { max-width: 50%; flex: 0 0 50%; } .Grid .Grid__cell.sm-7 { max-width: 58.33333%; flex: 0 0 58.33333%; } .Grid .Grid__cell.sm-8 { max-width: 66.66667%; flex: 0 0 66.66667%; } .Grid .Grid__cell.sm-9 { max-width: 75%; flex: 0 0 75%; } .Grid .Grid__cell.sm-10 { max-width: 83.33333%; flex: 0 0 83.33333%; } .Grid .Grid__cell.sm-11 { max-width: 91.66667%; flex: 0 0 91.66667%; } .Grid .Grid__cell.sm-12 { max-width: 100%; flex: 0 0 100%; } } @media (min-width: 992px) { .Grid .Grid__cell.md-1 { max-width: 8.33333%; flex: 0 0 8.33333%; } .Grid .Grid__cell.md-2 { max-width: 16.66667%; flex: 0 0 16.66667%; } .Grid .Grid__cell.md-3 { max-width: 25%; flex: 0 0 25%; } .Grid .Grid__cell.md-4 { max-width: 33.33333%; flex: 0 0 33.33333%; } .Grid .Grid__cell.md-5 { max-width: 41.66667%; flex: 0 0 41.66667%; } .Grid .Grid__cell.md-6 { max-width: 50%; flex: 0 0 50%; } .Grid .Grid__cell.md-7 { max-width: 58.33333%; flex: 0 0 58.33333%; } .Grid .Grid__cell.md-8 { max-width: 66.66667%; flex: 0 0 66.66667%; } .Grid .Grid__cell.md-9 { max-width: 75%; flex: 0 0 75%; } .Grid .Grid__cell.md-10 { max-width: 83.33333%; flex: 0 0 83.33333%; } .Grid .Grid__cell.md-11 { max-width: 91.66667%; flex: 0 0 91.66667%; } .Grid .Grid__cell.md-12 { max-width: 100%; flex: 0 0 100%; } } @media (min-width: 1200px) { .Grid .Grid__cell.lg-1 { max-width: 8.33333%; flex: 0 0 8.33333%; } .Grid .Grid__cell.lg-2 { max-width: 16.66667%; flex: 0 0 16.66667%; } .Grid .Grid__cell.lg-3 { max-width: 25%; flex: 0 0 25%; } .Grid .Grid__cell.lg-4 { max-width: 33.33333%; flex: 0 0 33.33333%; } .Grid .Grid__cell.lg-5 { max-width: 41.66667%; flex: 0 0 41.66667%; } .Grid .Grid__cell.lg-6 { max-width: 50%; flex: 0 0 50%; } .Grid .Grid__cell.lg-7 { max-width: 58.33333%; flex: 0 0 58.33333%; } .Grid .Grid__cell.lg-8 { max-width: 66.66667%; flex: 0 0 66.66667%; } .Grid .Grid__cell.lg-9 { max-width: 75%; flex: 0 0 75%; } .Grid .Grid__cell.lg-10 { max-width: 83.33333%; flex: 0 0 83.33333%; } .Grid .Grid__cell.lg-11 { max-width: 91.66667%; flex: 0 0 91.66667%; } .Grid .Grid__cell.lg-12 { max-width: 100%; flex: 0 0 100%; } }
0.492432
0.099908
:root { font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --text-primary: #b6b6b6; --text-secondary: #ececec; --bg-primary: #23232e; --bg-secondary: #141418; } body { color: black; background-color: white; margin: 0; padding: 0; } td { vertical-align: middle; } /* SCROLLBAR */ body::-webkit-scrollbar { width: 0.25rem; } body::-webkit-scrollbar-track { background: #1e1e24; } body::-webkit-scrollbar-thumb { background: #eeba00; } main { margin-left: 5rem; padding: 1rem; } /* NAVBAR */ .navbar { position: fixed; background-color: #f8f6f7; transition: 200ms ease; z-index: 5; } .navbar-nav { list-style: none; padding: 0; margin: 0; align-items: center; z-index: 5; } .nav-item { width: 100%; } .nav-link { display: flex; align-items: center; height: 5rem; color: black;, text-decoration: none; filter: grayscale(100%) opacity(0.7); transition: 200ms ease; } .nav-link:hover { filter: grayscale(0%) opacity(1); background: var(--bg-secondary); color: #eeba00; } .content { padding: 16px; } .sticky { position: fixed; bottom: 0; width: 100%; } .sticky + .content { padding-top: 60px; } .hiddencontent { display: none; } .link-text { display: none; margin-left: 1rem; } .nav-link svg{ min-width: 2rem; margin: 0 1.5rem; } /* Header */ .buggyCodesLogo { vertical-align: top; display: inline-block; text-align: center; } .user { vertical-align: top; display: inline-block; text-align: center; } .userIMG { width: 5rem; height: 5rem; } #userProfileIMG { cursor: pointer; } .lessonContainer { cursor: pointer; } .subtitle { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: lighter; color: dimgrey; display:inline; } .buggyCodesHeader { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; align-content: center; } .bugShot { width: 5rem; height: 5rem; background-color: white; } .caption{ display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: bold; font-size: 0.8rem; } .leaderboardOffline { display: none; } /* LESSONS CARDS */ .titlesContainer { margin-bottom: 2rem; margin-top: 2rem; } .mainTitle { font-weight: bolder; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .lessonCaption { text-align: center; display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: bold; background-color: #fdc689; padding-bottom: 0.2vw; } .lessonCaption2 { text-align: center; display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: bold; background-color: #74c5c9; padding-bottom: 0.2vw; } .lessonCaption3 { text-align: center; display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: bold; background-color: #f5d8d2; padding-bottom: 0.2vw; } .lessonIMG { margin: auto; background-color:#fdc689; height: 100%; width: 100%; object-fit: contain; padding: 25px; } .lessonIMG2 { margin: auto; background-color:#74c5c9; height: 100%; width: 100%; object-fit: contain; padding: 25px; } .lessonIMG3 { margin: auto; background-color:#f5d8d2; height: 100%; width: 100%; object-fit: contain; padding: 25px; } #first-cardContainer { float: left; } #second-cardContainer { float: left; } #third-cardContainer { float: left; } /* BOTTOM CONTENT */ .overviewContainer { margin-bottom: 2rem; margin-top: 4rem; } .boldSubtext { font-size: 1.15rem; font-weight: bolder; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .userChart { width:100%; max-width:700px; z-index: 5; } /* Small screens */ @media only screen and (max-width: 900px) { .lessonCaption { font-size: 12px; } .lessonCaption2 { font-size: 12px; } .lessonCaption3 { font-size: 12px; } .navbar { display: inline-block; bottom: 0; width: 100vw; height: 5rem; } .navbar-nav { flex-direction: row; } .nav-link { justify-content: center; } main { margin: 0; } #onlineResume { border-radius: 50%; max-height: 6rem; max-width: 6rem; } .buggyCodesHeader { justify-content: space-around; } } /* Large screens */ @media only screen and (min-width: 900px) { .lessonCaption { font-size: 14px; } .lessonCaption2 { font-size: 14px; } .lessonCaption3 { font-size: 14px; } .navbar { display: flex; top: 0; width: 5rem; height: 100vh; } .navbar:hover { width: 16rem; } .navbar:hover .link-text { display: block; } .navbar-nav { width: 16rem; z-index: 5; display: flex; flex-direction: column; } .navbar:hover .link-text { display: inline; transition: 200ms ease; } .search-txt { width: 240px; } .buggyCodesHeader { justify-content: space-around; } }
public/css/style.css
:root { font-size: 16px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; --text-primary: #b6b6b6; --text-secondary: #ececec; --bg-primary: #23232e; --bg-secondary: #141418; } body { color: black; background-color: white; margin: 0; padding: 0; } td { vertical-align: middle; } /* SCROLLBAR */ body::-webkit-scrollbar { width: 0.25rem; } body::-webkit-scrollbar-track { background: #1e1e24; } body::-webkit-scrollbar-thumb { background: #eeba00; } main { margin-left: 5rem; padding: 1rem; } /* NAVBAR */ .navbar { position: fixed; background-color: #f8f6f7; transition: 200ms ease; z-index: 5; } .navbar-nav { list-style: none; padding: 0; margin: 0; align-items: center; z-index: 5; } .nav-item { width: 100%; } .nav-link { display: flex; align-items: center; height: 5rem; color: black;, text-decoration: none; filter: grayscale(100%) opacity(0.7); transition: 200ms ease; } .nav-link:hover { filter: grayscale(0%) opacity(1); background: var(--bg-secondary); color: #eeba00; } .content { padding: 16px; } .sticky { position: fixed; bottom: 0; width: 100%; } .sticky + .content { padding-top: 60px; } .hiddencontent { display: none; } .link-text { display: none; margin-left: 1rem; } .nav-link svg{ min-width: 2rem; margin: 0 1.5rem; } /* Header */ .buggyCodesLogo { vertical-align: top; display: inline-block; text-align: center; } .user { vertical-align: top; display: inline-block; text-align: center; } .userIMG { width: 5rem; height: 5rem; } #userProfileIMG { cursor: pointer; } .lessonContainer { cursor: pointer; } .subtitle { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: lighter; color: dimgrey; display:inline; } .buggyCodesHeader { margin-top: 2rem; display: flex; flex-wrap: wrap; align-items: center; align-content: center; } .bugShot { width: 5rem; height: 5rem; background-color: white; } .caption{ display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: bold; font-size: 0.8rem; } .leaderboardOffline { display: none; } /* LESSONS CARDS */ .titlesContainer { margin-bottom: 2rem; margin-top: 2rem; } .mainTitle { font-weight: bolder; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .lessonCaption { text-align: center; display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: bold; background-color: #fdc689; padding-bottom: 0.2vw; } .lessonCaption2 { text-align: center; display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: bold; background-color: #74c5c9; padding-bottom: 0.2vw; } .lessonCaption3 { text-align: center; display: block; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-weight: bold; background-color: #f5d8d2; padding-bottom: 0.2vw; } .lessonIMG { margin: auto; background-color:#fdc689; height: 100%; width: 100%; object-fit: contain; padding: 25px; } .lessonIMG2 { margin: auto; background-color:#74c5c9; height: 100%; width: 100%; object-fit: contain; padding: 25px; } .lessonIMG3 { margin: auto; background-color:#f5d8d2; height: 100%; width: 100%; object-fit: contain; padding: 25px; } #first-cardContainer { float: left; } #second-cardContainer { float: left; } #third-cardContainer { float: left; } /* BOTTOM CONTENT */ .overviewContainer { margin-bottom: 2rem; margin-top: 4rem; } .boldSubtext { font-size: 1.15rem; font-weight: bolder; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } .userChart { width:100%; max-width:700px; z-index: 5; } /* Small screens */ @media only screen and (max-width: 900px) { .lessonCaption { font-size: 12px; } .lessonCaption2 { font-size: 12px; } .lessonCaption3 { font-size: 12px; } .navbar { display: inline-block; bottom: 0; width: 100vw; height: 5rem; } .navbar-nav { flex-direction: row; } .nav-link { justify-content: center; } main { margin: 0; } #onlineResume { border-radius: 50%; max-height: 6rem; max-width: 6rem; } .buggyCodesHeader { justify-content: space-around; } } /* Large screens */ @media only screen and (min-width: 900px) { .lessonCaption { font-size: 14px; } .lessonCaption2 { font-size: 14px; } .lessonCaption3 { font-size: 14px; } .navbar { display: flex; top: 0; width: 5rem; height: 100vh; } .navbar:hover { width: 16rem; } .navbar:hover .link-text { display: block; } .navbar-nav { width: 16rem; z-index: 5; display: flex; flex-direction: column; } .navbar:hover .link-text { display: inline; transition: 200ms ease; } .search-txt { width: 240px; } .buggyCodesHeader { justify-content: space-around; } }
0.47317
0.123445
body{ font: 15px/1.5 Arial, Helvetica,sans-serif; padding:0; margin:0; background-color:#dcdcdc; } .container{ width:80%; margin:auto; overflow:hidden; } ul{ margin:0; padding:0; } .button_1{ height:38px; background:#369bcf; border:0; margin-left:5px; color:#ffffff; width:91%; } .dark{ padding:15px; border: #cccccc solid 1px; background:#e6e6e6; color:#000000; margin-top:10px; margin-bottom:10px; } header{ background:#404040; color:#ffffff; padding-top:30px; min-height:70px; border-bottom:#369bcf 3px solsid; } header a{ color:#ffffff; text-decoration:none; text-transform: uppercase; font-size:16px; } header li{ float:left; display:inline; padding: 0 20px 0 20px; } header #branding{ float:left; } header #branding h1{ margin:0; } header nav{ float:right; margin-top:10px; } header .highlight, header .current a{ color:#369bcf; font-weight:bold; } header a:hover{ color:#cccccc; font-weight:bold; } .padding2{ padding:5px; } .padding{ padding:20px; } #case { min-height:400px; padding:20px; text-align:right; color:#000000; } #case h1{ margin-top:30px; margin-bottom:10px; font-size:35px; } #case p{ font-size:20px; padding-left:750px; } #form{ padding:15px; color:#ffffff; background:#404040 } #form h1{ float:left; } #form form { float:right; margin-top:15px; } #form input[type="email"]{ padding:4px; height:25px; width:250px; } p#footerp{ line-height:7px; } aside#sidebar{ float:right; width:60%; margin-top:50px; margin-bottom:20px; } aside#sidebar .quote input, aside#sidebar .quote textarea{ width:90%; padding:5px; } article#main-col{ margin-top:55px; padding:5px; float:left; width:65%; height:100px; } ul#services li{ list-style:none; padding:10px; border: #cccccc solid 1px; margin-bottom:20px; background:#e6e6e6; height:75.6px; width:280px; } footer{ position:bottom; bottom:0; width:100%; padding-top:20px; padding-bottom:20px; margin-top:20px; line-height:10px; color:#ffffff; background-color:#369bcf; text-align: center; } hr{ border-color:#404040; background-color:#404040; } a.dl{ display:block; font-size:1.17em; margin-top:1em; margin-bottom:1em; margin-left:10px; margin-right:0; font-weight:bold; } img{ max-width:100%; width:auto/9; height:auto; } @media(max-width: 768px){ #highlight, header #branding, header nav, header nav li, #form h1, #form form, #boxes .box, article#main-col, #case, #case h1, #case p{ padding:0; float:center; text-align:center; width:100%; } aside#sidebar{ padding:0; float:center; width:100%; margin-top:250px; } article#main-col{ margin-top:15px; position:relative; } aside#sidebar{ position:relative; } #padding{ padding:5px; } header{ padding-bottom:20px; } #showcase h1{ margin-top:40px; } #newsletter button, .quote button{ display:block; width:100%; } #newsletter form input[type="email"], .quote input, .quote textarea{ width:100%; margin-bottom:5px; } #footerp{ padding-left:5px; padding-right:5px; line-height:15px; } } @media(max-width: 1500px){ #case p{ padding-left:0px; font-size:20px; } #case { min-height:400px; text-align:center; color:#000000; } #case h1{ margin-top:30px; margin-bottom:10px; font-size:35px; } }
css/style.css
body{ font: 15px/1.5 Arial, Helvetica,sans-serif; padding:0; margin:0; background-color:#dcdcdc; } .container{ width:80%; margin:auto; overflow:hidden; } ul{ margin:0; padding:0; } .button_1{ height:38px; background:#369bcf; border:0; margin-left:5px; color:#ffffff; width:91%; } .dark{ padding:15px; border: #cccccc solid 1px; background:#e6e6e6; color:#000000; margin-top:10px; margin-bottom:10px; } header{ background:#404040; color:#ffffff; padding-top:30px; min-height:70px; border-bottom:#369bcf 3px solsid; } header a{ color:#ffffff; text-decoration:none; text-transform: uppercase; font-size:16px; } header li{ float:left; display:inline; padding: 0 20px 0 20px; } header #branding{ float:left; } header #branding h1{ margin:0; } header nav{ float:right; margin-top:10px; } header .highlight, header .current a{ color:#369bcf; font-weight:bold; } header a:hover{ color:#cccccc; font-weight:bold; } .padding2{ padding:5px; } .padding{ padding:20px; } #case { min-height:400px; padding:20px; text-align:right; color:#000000; } #case h1{ margin-top:30px; margin-bottom:10px; font-size:35px; } #case p{ font-size:20px; padding-left:750px; } #form{ padding:15px; color:#ffffff; background:#404040 } #form h1{ float:left; } #form form { float:right; margin-top:15px; } #form input[type="email"]{ padding:4px; height:25px; width:250px; } p#footerp{ line-height:7px; } aside#sidebar{ float:right; width:60%; margin-top:50px; margin-bottom:20px; } aside#sidebar .quote input, aside#sidebar .quote textarea{ width:90%; padding:5px; } article#main-col{ margin-top:55px; padding:5px; float:left; width:65%; height:100px; } ul#services li{ list-style:none; padding:10px; border: #cccccc solid 1px; margin-bottom:20px; background:#e6e6e6; height:75.6px; width:280px; } footer{ position:bottom; bottom:0; width:100%; padding-top:20px; padding-bottom:20px; margin-top:20px; line-height:10px; color:#ffffff; background-color:#369bcf; text-align: center; } hr{ border-color:#404040; background-color:#404040; } a.dl{ display:block; font-size:1.17em; margin-top:1em; margin-bottom:1em; margin-left:10px; margin-right:0; font-weight:bold; } img{ max-width:100%; width:auto/9; height:auto; } @media(max-width: 768px){ #highlight, header #branding, header nav, header nav li, #form h1, #form form, #boxes .box, article#main-col, #case, #case h1, #case p{ padding:0; float:center; text-align:center; width:100%; } aside#sidebar{ padding:0; float:center; width:100%; margin-top:250px; } article#main-col{ margin-top:15px; position:relative; } aside#sidebar{ position:relative; } #padding{ padding:5px; } header{ padding-bottom:20px; } #showcase h1{ margin-top:40px; } #newsletter button, .quote button{ display:block; width:100%; } #newsletter form input[type="email"], .quote input, .quote textarea{ width:100%; margin-bottom:5px; } #footerp{ padding-left:5px; padding-right:5px; line-height:15px; } } @media(max-width: 1500px){ #case p{ padding-left:0px; font-size:20px; } #case { min-height:400px; text-align:center; color:#000000; } #case h1{ margin-top:30px; margin-bottom:10px; font-size:35px; } }
0.235021
0.063511
.background_peru2, .hover_background_peru2:hover, .active_background_peru2:active:hover { background: #cd8640; background-image: -moz-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219, 168, 117)), color-stop(100%, rgb(205, 134, 64))); background-image: -webkit-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); background-image: -o-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); background-image: -ms-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); background-image: linear-gradient(to bottom, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba875', endColorstr='#cd8640',GradientType=0 ); } .background_peru2h, .hover_background_peru2h:hover, .active_background_peru2h:active:hover { background: #cd8640; background-image: -moz-linear-gradient(top, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(233, 202, 171)), color-stop(100%, rgb(216, 161, 107))); background-image: -webkit-linear-gradient(top, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); background-image: -o-linear-gradient(top, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); background-image: -ms-linear-gradient(top, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); background-image: linear-gradient(to bottom, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9caab', endColorstr='#d8a16b',GradientType=0 ); } .background_peru2a, .hover_background_peru2a:hover, .active_background_peru2a:active:hover { background: #cd8640; background-image: -moz-linear-gradient(top, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216, 161, 107)), color-stop(100%, rgb(233, 202, 171))); background-image: -webkit-linear-gradient(top, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); background-image: -o-linear-gradient(top, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); background-image: -ms-linear-gradient(top, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); background-image: linear-gradient(to bottom, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8a16b', endColorstr='#e9caab',GradientType=0 ); } .background_peru2s, .hover_background_peru2s:hover, .active_background_peru2s:active:hover { background: #cd8640; background-image: -moz-linear-gradient(top, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(254, 252, 251)), color-stop(100%, rgb(233, 202, 171))); background-image: -webkit-linear-gradient(top, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); background-image: -o-linear-gradient(top, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); background-image: -ms-linear-gradient(top, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); background-image: linear-gradient(to bottom, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfb', endColorstr='#e9caab',GradientType=0 ); } .background_color_peru2, .hover_background_color_peru2:hover, .active_background_color_peru2:active:hover { background-color:#cd8640; } .background_first_color_peru2, .hover_background_first_color_peru2:hover, .active_background_first_color_peru2:active:hover { background-color:#dba875; } .background_last_color_peru2, .hover_background_last_color_peru2:hover, .active_background_color_last_peru2:active:hover { background-color:#cd8640; } /* ------------------------------ color settings -------------------------------*/ .color_peru2, .hover_color_peru2:hover, .active_color_peru2:active:hover { color: #c8c8c8; } .color_peru2h, .hover_color_peru2h:hover, .active_color_peru2h:active:hover { color: #c8c8c8; } .color_peru2a, .hover_color_peru2a:hover, .active_color_peru2a:active:hover { color: #ff0; } .color_peru2s, .hover_color_peru2s:hover, .active_color_peru2s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_peru2, .hover_border_peru2:hover, .active_border_peru2:active:hover { border-color: #cd8640 #cd8640 #cd8640 #cd8640; } .border_peru2h, .hover_border_peru2h:hover, .active_border_peru2h:active:hover { border-color: #c07832 #c07832 #c07832 #c07832; } .border_peru2a, .hover_border_peru2a:hover, .active_border_peru2a:active:hover { border-color: #ab6b2d #ab6b2d #ab6b2d #ab6b2d; } .border_peru2s, .hover_border_peru2s:hover, .active_border_peru2s:active:hover { border-color: #e9caab #e9caab #e9caab #e9caab; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_peru2, .hover_shadow_expand_peru2:hover, .active_shadow_expand_peru2:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(205, 134, 64, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(205, 134, 64, .39); box-shadow: 0em 0em 1em 0.25em rgba(205, 134, 64, .39); } .shadow_expand_peru2h, .hover_shadow_expand_peru2h:hover, .active_shadow_expand_peru2h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(216, 161, 107, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(216, 161, 107, .50); box-shadow: 0em 0em 1em 0.25em rgba(216, 161, 107, .50); } .shadow_expand_peru2a, .hover_shadow_expand_peru2a:hover, .active_shadow_expand_peru2a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .63); box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .63); } .shadow_expand_peru2s, .hover_shadow_expand_peru2s:hover, .active_shadow_expand_peru2s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .78); box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_peru2, .hover_shadow_left_peru2:hover, .active_shadow_left_peru2:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); } .shadow_left_peru2h, .hover_shadow_left_peru2h:hover, .active_shadow_left_peru2h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); } .shadow_left_peru2a, .hover_shadow_left_peru2a:hover, .active_shadow_left_peru2a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); } .shadow_left_peru2s, .hover_shadow_left_peru2s:hover, .active_shadow_left_peru2s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_peru2, .hover_shadow_right_peru2:hover, .active_shadow_right_peru2:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0.5em 0em 1em rgba(205, 134, 64, .39); box-shadow: 0.5em 0em 1em rgba(205, 134, 64, .39); } .shadow_right_peru2h, .hover_shadow_right_peru2h:hover, .active_shadow_right_peru2h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0.5em 0em 1em rgba(216, 161, 107, .50); box-shadow: 0.5em 0em 1em rgba(216, 161, 107, .50); } .shadow_right_peru2a, .hover_shadow_right_peru2a:hover, .active_shadow_right_peru2a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .63); box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .63); } .shadow_right_peru2s, .hover_shadow_right_peru2s:hover, .active_shadow_right_peru2s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .78); box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_peru2, .hover_shadow_top_peru2:hover, .active_shadow_top_peru2:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0em -0.5em 1em rgba(205, 134, 64, .39); box-shadow: 0em -0.5em 1em rgba(205, 134, 64, .39); } .shadow_top_peru2h, .hover_shadow_top_peru2h:hover, .active_shadow_top_peru2h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0em -0.5em 1em rgba(216, 161, 107, .50); box-shadow: 0em -0.5em 1em rgba(216, 161, 107, .50); } .shadow_top_peru2a, .hover_shadow_top_peru2a:hover, .active_shadow_top_peru2a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .63); box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .63); } .shadow_top_peru2s, .hover_shadow_top_peru2s:hover, .active_shadow_top_peru2s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .78); box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_peru2, .hover_shadow_bottom_peru2:hover, .active_shadow_bottom_peru2:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0em 0.5em 1em rgba(205, 134, 64, .39); box-shadow: 0em 0.5em 1em rgba(205, 134, 64, .39); } .shadow_bottom_peru2h, .hover_shadow_bottom_peru2h:hover, .active_shadow_bottom_peru2h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0em 0.5em 1em rgba(216, 161, 107, .50); box-shadow: 0em 0.5em 1em rgba(216, 161, 107, .50); } .shadow_bottom_peru2a, .hover_shadow_bottom_peru2a:hover, .active_shadow_bottom_peru2a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .63); box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .63); } .shadow_bottom_peru2s, .hover_shadow_bottom_peru2s:hover, .active_shadow_bottom_peru2s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .78); box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_peru2, .hover_shadow_top_left_peru2:hover, .active_shadow_top_left_peru2:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); } .shadow_top_left_peru2h, .hover_shadow_top_left_peru2h:hover, .active_shadow_top_left_peru2h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); } .shadow_top_left_peru2a, .hover_shadow_top_left_peru2a:hover, .active_shadow_top_left_peru2a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); } .shadow_top_left_peru2s, .hover_shadow_top_left_peru2s:hover, .active_shadow_top_left_peru2s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_peru2, .hover_shadow_top_right_peru2:hover, .active_shadow_top_right_peru2:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(205, 134, 64, .39); box-shadow: 0.5em -0.5em 1em rgba(205, 134, 64, .39); } .shadow_top_right_peru2h, .hover_shadow_top_right_peru2h:hover, .active_shadow_top_right_peru2h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(216, 161, 107, .50); box-shadow: 0.5em -0.5em 1em rgba(216, 161, 107, .50); } .shadow_top_right_peru2a, .hover_shadow_top_right_peru2a:hover, .active_shadow_top_right_peru2a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .63); box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .63); } .shadow_top_right_peru2s, .hover_shadow_top_right_peru2s:hover, .active_shadow_top_right_peru2s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .78); box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_peru2, .hover_shadow_bottom_left_peru2:hover, .active_shadow_bottom_left_peru2:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(205, 134, 64, .39); box-shadow: -0.5em 0.5em 1em rgba(205, 134, 64, .39); } .shadow_bottom_left_peru2h, .hover_shadow_bottom_left_peru2h:hover, .active_shadow_bottom_left_peru2h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(216, 161, 107, .50); box-shadow: -0.5em 0.5em 1em rgba(216, 161, 107, .50); } .shadow_bottom_left_peru2a, .hover_shadow_bottom_left_peru2a:hover, .active_shadow_bottom_left_peru2a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .63); box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .63); } .shadow_bottom_left_peru2s, .hover_shadow_bottom_left_peru2s:hover, .active_shadow_bottom_left_peru2s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .78); box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_peru2, .hover_shadow_bottom_right_peru2:hover, .active_shadow_bottom_right_peru2:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(205, 134, 64, .39); box-shadow: 0.5em 0.5em 1em rgba(205, 134, 64, .39); } .shadow_bottom_right_peru2h, .hover_shadow_bottom_right_peru2h:hover, .active_shadow_bottom_right_peru2h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(216, 161, 107, .50); box-shadow: 0.5em 0.5em 1em rgba(216, 161, 107, .50); } .shadow_bottom_right_peru2a, .hover_shadow_bottom_right_peru2a:hover, .active_shadow_bottom_right_peru2a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .63); box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .63); } .shadow_bottom_right_peru2s, .hover_shadow_bottom_right_peru2s:hover, .active_shadow_bottom_right_peru2s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .78); box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .78); }
widgets/common/assets/gradients/simple/peru/peru2.css
.background_peru2, .hover_background_peru2:hover, .active_background_peru2:active:hover { background: #cd8640; background-image: -moz-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(219, 168, 117)), color-stop(100%, rgb(205, 134, 64))); background-image: -webkit-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); background-image: -o-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); background-image: -ms-linear-gradient(top, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); background-image: linear-gradient(to bottom, rgb(219, 168, 117) 0%, rgb(205, 134, 64) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dba875', endColorstr='#cd8640',GradientType=0 ); } .background_peru2h, .hover_background_peru2h:hover, .active_background_peru2h:active:hover { background: #cd8640; background-image: -moz-linear-gradient(top, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(233, 202, 171)), color-stop(100%, rgb(216, 161, 107))); background-image: -webkit-linear-gradient(top, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); background-image: -o-linear-gradient(top, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); background-image: -ms-linear-gradient(top, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); background-image: linear-gradient(to bottom, rgb(233, 202, 171) 0%, rgb(216, 161, 107) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9caab', endColorstr='#d8a16b',GradientType=0 ); } .background_peru2a, .hover_background_peru2a:hover, .active_background_peru2a:active:hover { background: #cd8640; background-image: -moz-linear-gradient(top, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(216, 161, 107)), color-stop(100%, rgb(233, 202, 171))); background-image: -webkit-linear-gradient(top, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); background-image: -o-linear-gradient(top, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); background-image: -ms-linear-gradient(top, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); background-image: linear-gradient(to bottom, rgb(216, 161, 107) 0%, rgb(233, 202, 171) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8a16b', endColorstr='#e9caab',GradientType=0 ); } .background_peru2s, .hover_background_peru2s:hover, .active_background_peru2s:active:hover { background: #cd8640; background-image: -moz-linear-gradient(top, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(254, 252, 251)), color-stop(100%, rgb(233, 202, 171))); background-image: -webkit-linear-gradient(top, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); background-image: -o-linear-gradient(top, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); background-image: -ms-linear-gradient(top, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); background-image: linear-gradient(to bottom, rgb(254, 252, 251) 0%, rgb(233, 202, 171) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcfb', endColorstr='#e9caab',GradientType=0 ); } .background_color_peru2, .hover_background_color_peru2:hover, .active_background_color_peru2:active:hover { background-color:#cd8640; } .background_first_color_peru2, .hover_background_first_color_peru2:hover, .active_background_first_color_peru2:active:hover { background-color:#dba875; } .background_last_color_peru2, .hover_background_last_color_peru2:hover, .active_background_color_last_peru2:active:hover { background-color:#cd8640; } /* ------------------------------ color settings -------------------------------*/ .color_peru2, .hover_color_peru2:hover, .active_color_peru2:active:hover { color: #c8c8c8; } .color_peru2h, .hover_color_peru2h:hover, .active_color_peru2h:active:hover { color: #c8c8c8; } .color_peru2a, .hover_color_peru2a:hover, .active_color_peru2a:active:hover { color: #ff0; } .color_peru2s, .hover_color_peru2s:hover, .active_color_peru2s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_peru2, .hover_border_peru2:hover, .active_border_peru2:active:hover { border-color: #cd8640 #cd8640 #cd8640 #cd8640; } .border_peru2h, .hover_border_peru2h:hover, .active_border_peru2h:active:hover { border-color: #c07832 #c07832 #c07832 #c07832; } .border_peru2a, .hover_border_peru2a:hover, .active_border_peru2a:active:hover { border-color: #ab6b2d #ab6b2d #ab6b2d #ab6b2d; } .border_peru2s, .hover_border_peru2s:hover, .active_border_peru2s:active:hover { border-color: #e9caab #e9caab #e9caab #e9caab; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_peru2, .hover_shadow_expand_peru2:hover, .active_shadow_expand_peru2:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(205, 134, 64, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(205, 134, 64, .39); box-shadow: 0em 0em 1em 0.25em rgba(205, 134, 64, .39); } .shadow_expand_peru2h, .hover_shadow_expand_peru2h:hover, .active_shadow_expand_peru2h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(216, 161, 107, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(216, 161, 107, .50); box-shadow: 0em 0em 1em 0.25em rgba(216, 161, 107, .50); } .shadow_expand_peru2a, .hover_shadow_expand_peru2a:hover, .active_shadow_expand_peru2a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .63); box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .63); } .shadow_expand_peru2s, .hover_shadow_expand_peru2s:hover, .active_shadow_expand_peru2s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .78); box-shadow: 0em 0em 1em 0.25em rgba(233, 202, 171, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_peru2, .hover_shadow_left_peru2:hover, .active_shadow_left_peru2:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); } .shadow_left_peru2h, .hover_shadow_left_peru2h:hover, .active_shadow_left_peru2h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); } .shadow_left_peru2a, .hover_shadow_left_peru2a:hover, .active_shadow_left_peru2a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); } .shadow_left_peru2s, .hover_shadow_left_peru2s:hover, .active_shadow_left_peru2s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_peru2, .hover_shadow_right_peru2:hover, .active_shadow_right_peru2:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0.5em 0em 1em rgba(205, 134, 64, .39); box-shadow: 0.5em 0em 1em rgba(205, 134, 64, .39); } .shadow_right_peru2h, .hover_shadow_right_peru2h:hover, .active_shadow_right_peru2h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0.5em 0em 1em rgba(216, 161, 107, .50); box-shadow: 0.5em 0em 1em rgba(216, 161, 107, .50); } .shadow_right_peru2a, .hover_shadow_right_peru2a:hover, .active_shadow_right_peru2a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .63); box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .63); } .shadow_right_peru2s, .hover_shadow_right_peru2s:hover, .active_shadow_right_peru2s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .78); box-shadow: 0.5em 0em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_peru2, .hover_shadow_top_peru2:hover, .active_shadow_top_peru2:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0em -0.5em 1em rgba(205, 134, 64, .39); box-shadow: 0em -0.5em 1em rgba(205, 134, 64, .39); } .shadow_top_peru2h, .hover_shadow_top_peru2h:hover, .active_shadow_top_peru2h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0em -0.5em 1em rgba(216, 161, 107, .50); box-shadow: 0em -0.5em 1em rgba(216, 161, 107, .50); } .shadow_top_peru2a, .hover_shadow_top_peru2a:hover, .active_shadow_top_peru2a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .63); box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .63); } .shadow_top_peru2s, .hover_shadow_top_peru2s:hover, .active_shadow_top_peru2s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .78); box-shadow: 0em -0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_peru2, .hover_shadow_bottom_peru2:hover, .active_shadow_bottom_peru2:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0em 0.5em 1em rgba(205, 134, 64, .39); box-shadow: 0em 0.5em 1em rgba(205, 134, 64, .39); } .shadow_bottom_peru2h, .hover_shadow_bottom_peru2h:hover, .active_shadow_bottom_peru2h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0em 0.5em 1em rgba(216, 161, 107, .50); box-shadow: 0em 0.5em 1em rgba(216, 161, 107, .50); } .shadow_bottom_peru2a, .hover_shadow_bottom_peru2a:hover, .active_shadow_bottom_peru2a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .63); box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .63); } .shadow_bottom_peru2s, .hover_shadow_bottom_peru2s:hover, .active_shadow_bottom_peru2s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .78); box-shadow: 0em 0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_peru2, .hover_shadow_top_left_peru2:hover, .active_shadow_top_left_peru2:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); box-shadow: -0.5em -0.5em 1em rgba(205, 134, 64, .39); } .shadow_top_left_peru2h, .hover_shadow_top_left_peru2h:hover, .active_shadow_top_left_peru2h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); box-shadow: -0.5em -0.5em 1em rgba(216, 161, 107, .50); } .shadow_top_left_peru2a, .hover_shadow_top_left_peru2a:hover, .active_shadow_top_left_peru2a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .63); } .shadow_top_left_peru2s, .hover_shadow_top_left_peru2s:hover, .active_shadow_top_left_peru2s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); box-shadow: -0.5em -0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_peru2, .hover_shadow_top_right_peru2:hover, .active_shadow_top_right_peru2:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(205, 134, 64, .39); box-shadow: 0.5em -0.5em 1em rgba(205, 134, 64, .39); } .shadow_top_right_peru2h, .hover_shadow_top_right_peru2h:hover, .active_shadow_top_right_peru2h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(216, 161, 107, .50); box-shadow: 0.5em -0.5em 1em rgba(216, 161, 107, .50); } .shadow_top_right_peru2a, .hover_shadow_top_right_peru2a:hover, .active_shadow_top_right_peru2a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .63); box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .63); } .shadow_top_right_peru2s, .hover_shadow_top_right_peru2s:hover, .active_shadow_top_right_peru2s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .78); box-shadow: 0.5em -0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_peru2, .hover_shadow_bottom_left_peru2:hover, .active_shadow_bottom_left_peru2:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(205, 134, 64, .39); box-shadow: -0.5em 0.5em 1em rgba(205, 134, 64, .39); } .shadow_bottom_left_peru2h, .hover_shadow_bottom_left_peru2h:hover, .active_shadow_bottom_left_peru2h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(216, 161, 107, .50); box-shadow: -0.5em 0.5em 1em rgba(216, 161, 107, .50); } .shadow_bottom_left_peru2a, .hover_shadow_bottom_left_peru2a:hover, .active_shadow_bottom_left_peru2a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .63); box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .63); } .shadow_bottom_left_peru2s, .hover_shadow_bottom_left_peru2s:hover, .active_shadow_bottom_left_peru2s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .78); box-shadow: -0.5em 0.5em 1em rgba(233, 202, 171, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_peru2, .hover_shadow_bottom_right_peru2:hover, .active_shadow_bottom_right_peru2:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(205, 134, 64, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(205, 134, 64, .39); box-shadow: 0.5em 0.5em 1em rgba(205, 134, 64, .39); } .shadow_bottom_right_peru2h, .hover_shadow_bottom_right_peru2h:hover, .active_shadow_bottom_right_peru2h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(216, 161, 107, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(216, 161, 107, .50); box-shadow: 0.5em 0.5em 1em rgba(216, 161, 107, .50); } .shadow_bottom_right_peru2a, .hover_shadow_bottom_right_peru2a:hover, .active_shadow_bottom_right_peru2a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .63); box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .63); } .shadow_bottom_right_peru2s, .hover_shadow_bottom_right_peru2s:hover, .active_shadow_bottom_right_peru2s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .78); box-shadow: 0.5em 0.5em 1em rgba(233, 202, 171, .78); }
0.4856
0.141637
8.0.0-beta7:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta9:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta10:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta11:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta12:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta13:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta14:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta15:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta16:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-rc1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-rc2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-rc3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-rc4:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.4:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.5:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.6:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.0-beta1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.0-beta2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.0-rc1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.4:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.5:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.6:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.7:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.8:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.9:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.10:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-beta1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-beta2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-beta3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-rc1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-rc2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.4:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.5:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.6:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0-alpha1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0-beta1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0-rc1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.7:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0-rc2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.0:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
hashs-database/hashs/core___themes___bartik___css___components___ui-dialog.css
8.0.0-beta7:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta9:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta10:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta11:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta12:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta13:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta14:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta15:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-beta16:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-rc1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-rc2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-rc3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0-rc4:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.4:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.5:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.6:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.0-beta1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.0-beta2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.0-rc1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.4:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.5:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.6:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.7:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.8:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.9:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.10:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-beta1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-beta2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-beta3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-rc1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0-rc2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.3:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.4:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.5:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.6:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0-alpha1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0-beta1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0-rc1:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.7:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0-rc2:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.0.0:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.1.0:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.2.0:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44 8.3.0:6f0e5876c51a201fe7e8e17d1451b7dfcdf1aac948f7129b9f0d3be004af6a44
0.168788
0.119691
body { background-color: #fff; } .YG_container .mui-scroll-wrapper { width: 100%; height: 100%; overflow: hidden; position: relative; } .YG_container .YG_search { position: relative; padding: 0 10px; margin-top: 10px; } .YG_container .YG_search input { height: 30px; line-height: 30px; border: 1px solid #006699; background-color: #fff; font-size: 12px; text-align: left; margin-bottom: 0; } .YG_container .YG_search a { width: 60px; height: 30px; position: absolute; top: 0px; right: 10px; background-color: #006699; color: #fff; border-radius: 0 4px 4px 0; text-align: center; font-size: 16px; line-height: 30px; vertical-align: middle; } /* 列表排序 */ .YG_order { width: 100%; height: 30px; background-color: #efefe4; margin-top: 10px; } .YG_order a { float: left; width: 25%; height: 30px; text-align: center; line-height: 30px; font-size: 12px; color: #333; } .YG_order span { font-size: 12px; padding-left: 2px; } .YG_order a.now { color: #006699; } /* 商品列表 */ .YG_SpecialColumn { width: 100%; padding: 0 10px; margin-top: 10px; } .YG_SpecialColumn img { width: 100%; display: block; } .YG_SpecialColumn .commodityBox { width: 50%; padding: 0 5px; margin-top: 8px; float: left; } .YG_SpecialColumn .commodityBox .box { width: 100%; text-align: center; box-shadow: 0 0 6px #ccc; padding: 10px 0; } .YG_SpecialColumn .commodityBox img { width: 100%; height: 167px; display: block; } .YG_SpecialColumn .commodityBox p { padding: 10px 10px; height: 48px; line-height: 21px; font-size: 14px; color: #8f8f94; overflow: hidden; } .YG_SpecialColumn .commodityBox p:nth-of-type(2) { padding: 0; height: 40px; } .YG_SpecialColumn .commodityBox .price { color: #ff0000; font-size: 12px; margin-right: 10px; } .YG_SpecialColumn .commodityBox .oldPrice { font-size: 12px; text-decoration: line-through; } .YG_SpecialColumn .commodityBox .sales { display: block; font-size: 12px; } .YG_SpecialColumn .commodityBox button { background-color: #006699; color: #fff; }
public/M/css/searchList.css
body { background-color: #fff; } .YG_container .mui-scroll-wrapper { width: 100%; height: 100%; overflow: hidden; position: relative; } .YG_container .YG_search { position: relative; padding: 0 10px; margin-top: 10px; } .YG_container .YG_search input { height: 30px; line-height: 30px; border: 1px solid #006699; background-color: #fff; font-size: 12px; text-align: left; margin-bottom: 0; } .YG_container .YG_search a { width: 60px; height: 30px; position: absolute; top: 0px; right: 10px; background-color: #006699; color: #fff; border-radius: 0 4px 4px 0; text-align: center; font-size: 16px; line-height: 30px; vertical-align: middle; } /* 列表排序 */ .YG_order { width: 100%; height: 30px; background-color: #efefe4; margin-top: 10px; } .YG_order a { float: left; width: 25%; height: 30px; text-align: center; line-height: 30px; font-size: 12px; color: #333; } .YG_order span { font-size: 12px; padding-left: 2px; } .YG_order a.now { color: #006699; } /* 商品列表 */ .YG_SpecialColumn { width: 100%; padding: 0 10px; margin-top: 10px; } .YG_SpecialColumn img { width: 100%; display: block; } .YG_SpecialColumn .commodityBox { width: 50%; padding: 0 5px; margin-top: 8px; float: left; } .YG_SpecialColumn .commodityBox .box { width: 100%; text-align: center; box-shadow: 0 0 6px #ccc; padding: 10px 0; } .YG_SpecialColumn .commodityBox img { width: 100%; height: 167px; display: block; } .YG_SpecialColumn .commodityBox p { padding: 10px 10px; height: 48px; line-height: 21px; font-size: 14px; color: #8f8f94; overflow: hidden; } .YG_SpecialColumn .commodityBox p:nth-of-type(2) { padding: 0; height: 40px; } .YG_SpecialColumn .commodityBox .price { color: #ff0000; font-size: 12px; margin-right: 10px; } .YG_SpecialColumn .commodityBox .oldPrice { font-size: 12px; text-decoration: line-through; } .YG_SpecialColumn .commodityBox .sales { display: block; font-size: 12px; } .YG_SpecialColumn .commodityBox button { background-color: #006699; color: #fff; }
0.458349
0.121842
*{ margin: 0; padding: 0; box-sizing: border-box; } body{ display:flex; align-items: center; justify-content: center; min-height: 100vh; } #box{ position: relative; width: 300px; height: 300px; transform-style: preserve-3d; } #box::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); transform: rotateX(90deg) translateZ(-220px); filter: blur(15px); } #box div{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-style: preserve-3d; } #box div span{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; } #box div span:nth-child(1){ transform: rotateY(0deg) translate3d(0 ,0, 150px); background: #d8aa77; } #box div span:nth-child(1):before{ position: absolute; content: ''; width: 200px; height: 200px; background: url(img/amazon.png); background-size: 200px; background-repeat: no-repeat; background-position: center; } #box div span:nth-child(2){ transform: rotateY(90deg) translate3d(0 ,0, 150px); background: #ca9864; } #box div span:nth-child(3){ transform: rotateY(180deg) translate3d(0 ,0, 150px); background: #d8aa77; } #box div span:nth-child(3):before{ position: absolute; content: ''; width: 200px; height: 200px; background: url(img/arrow.png); background-size: 200px; background-repeat: no-repeat; background-position: center; } #box div span:nth-child(4){ transform: rotateY(270deg) translate3d(0 ,0, 150px); background: #ca9864; } #box .top, .bottom{ position: absolute; left: 0; top: 0; width: 300px; height: 300px; background: #e8bb84; display: flex; align-items: center; transform: rotateX(90deg) translate3d(0 ,0, 150px); } #box .top:before{ content: ''; position: absolute; width: 100%; height: 60px; background: url(img/tape.jpg); background-size: 85px; } .tape{ position: absolute; top: 0%; left: 50%; transform: translate(-50%, 50%) rotate(90deg); width: 120px; height: 60px; background: url(img/tape.jpg); background-size: 85px; background-position-x: 45px; } span:nth-child(4) .tape{ transform: translate(-50%, 50%) rotate(270deg); background-position: 45px; } #box .bottom{ transform: rotateX(90deg) translate3d(0 ,0, -150px); }
3d/AmazonBox/style.css
*{ margin: 0; padding: 0; box-sizing: border-box; } body{ display:flex; align-items: center; justify-content: center; min-height: 100vh; } #box{ position: relative; width: 300px; height: 300px; transform-style: preserve-3d; } #box::before{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1); transform: rotateX(90deg) translateZ(-220px); filter: blur(15px); } #box div{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-style: preserve-3d; } #box div span{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; justify-content: center; } #box div span:nth-child(1){ transform: rotateY(0deg) translate3d(0 ,0, 150px); background: #d8aa77; } #box div span:nth-child(1):before{ position: absolute; content: ''; width: 200px; height: 200px; background: url(img/amazon.png); background-size: 200px; background-repeat: no-repeat; background-position: center; } #box div span:nth-child(2){ transform: rotateY(90deg) translate3d(0 ,0, 150px); background: #ca9864; } #box div span:nth-child(3){ transform: rotateY(180deg) translate3d(0 ,0, 150px); background: #d8aa77; } #box div span:nth-child(3):before{ position: absolute; content: ''; width: 200px; height: 200px; background: url(img/arrow.png); background-size: 200px; background-repeat: no-repeat; background-position: center; } #box div span:nth-child(4){ transform: rotateY(270deg) translate3d(0 ,0, 150px); background: #ca9864; } #box .top, .bottom{ position: absolute; left: 0; top: 0; width: 300px; height: 300px; background: #e8bb84; display: flex; align-items: center; transform: rotateX(90deg) translate3d(0 ,0, 150px); } #box .top:before{ content: ''; position: absolute; width: 100%; height: 60px; background: url(img/tape.jpg); background-size: 85px; } .tape{ position: absolute; top: 0%; left: 50%; transform: translate(-50%, 50%) rotate(90deg); width: 120px; height: 60px; background: url(img/tape.jpg); background-size: 85px; background-position-x: 45px; } span:nth-child(4) .tape{ transform: translate(-50%, 50%) rotate(270deg); background-position: 45px; } #box .bottom{ transform: rotateX(90deg) translate3d(0 ,0, -150px); }
0.444083
0.085633
.background_glassyMagenta1, .hover_background_glassyMagenta1:hover, .active_background_glassyMagenta1:active:hover { background: #ffb5ff; background-image: -moz-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 138, 255)), color-stop(50%, rgb(255, 94, 255)), color-stop(55%, rgb(255, 50, 255)), color-stop(100%, rgb(255, 181, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8aff', endColorstr='#ffb5ff',GradientType=0 ); } .background_glassyMagenta1h, .hover_background_glassyMagenta1h:hover, .active_background_glassyMagenta1h:active:hover { background: #ffb5ff; background-image: -moz-linear-gradient(top, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 216, 255)), color-stop(50%, rgb(255, 164, 255)), color-stop(55%, rgb(255, 111, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8ff', endColorstr='#ffffff',GradientType=0 ); } .background_glassyMagenta1a, .hover_background_glassyMagenta1a:hover, .active_background_glassyMagenta1a:active:hover { background: #ffb5ff; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 111, 255)), color-stop(55%, rgb(255, 164, 255)), color-stop(100%, rgb(255, 216, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd8ff',GradientType=0 ); } .background_glassyMagenta1s, .hover_background_glassyMagenta1s:hover, .active_background_glassyMagenta1s:active:hover { background: #ffb5ff; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(255, 203, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_glassyMagenta1, .hover_background_color_glassyMagenta1:hover, .active_background_color_glassyMagenta1:active:hover { background-color:#ffb5ff; } .background_first_color_glassyMagenta1, .hover_background_first_color_glassyMagenta1:hover, .active_background_first_color_glassyMagenta1:active:hover { background-color:#ff8aff; } .background_last_color_glassyMagenta1, .hover_background_last_color_glassyMagenta1:hover, .active_background_color_last_glassyMagenta1:active:hover { background-color:#ffb5ff; } /* ------------------------------ color settings -------------------------------*/ .color_glassyMagenta1, .hover_color_glassyMagenta1:hover, .active_color_glassyMagenta1:active:hover { color: #282828; } .color_glassyMagenta1h, .hover_color_glassyMagenta1h:hover, .active_color_glassyMagenta1h:active:hover { color: #282828; } .color_glassyMagenta1a, .hover_color_glassyMagenta1a:hover, .active_color_glassyMagenta1a:active:hover { color: #ff0; } .color_glassyMagenta1s, .hover_color_glassyMagenta1s:hover, .active_color_glassyMagenta1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassyMagenta1, .hover_border_glassyMagenta1:hover, .active_border_glassyMagenta1:active:hover { border-color: #ff3bff #ff07ff #ff07ff #ff3bff; } .border_glassyMagenta1h, .hover_border_glassyMagenta1h:hover, .active_border_glassyMagenta1h:active:hover { border-color: #ff3bff #ff07ff #ff07ff #ff3bff; } .border_glassyMagenta1a, .hover_border_glassyMagenta1a:hover, .active_border_glassyMagenta1a:active:hover { border-color: #f400f4 #f400f4 #f400f4 #f400f4; } .border_glassyMagenta1s, .hover_border_glassyMagenta1s:hover, .active_border_glassyMagenta1s:active:hover { border-color: #f400f4 #f400f4 #f400f4 #f400f4; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassyMagenta1, .hover_shadow_expand_glassyMagenta1:hover, .active_shadow_expand_glassyMagenta1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 181, 255, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 181, 255, .39); box-shadow: 0em 0em 1em 0.25em rgba(255, 181, 255, .39); } .shadow_expand_glassyMagenta1h, .hover_shadow_expand_glassyMagenta1h:hover, .active_shadow_expand_glassyMagenta1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); } .shadow_expand_glassyMagenta1a, .hover_shadow_expand_glassyMagenta1a:hover, .active_shadow_expand_glassyMagenta1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .63); } .shadow_expand_glassyMagenta1s, .hover_shadow_expand_glassyMagenta1s:hover, .active_shadow_expand_glassyMagenta1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassyMagenta1, .hover_shadow_left_glassyMagenta1:hover, .active_shadow_left_glassyMagenta1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); } .shadow_left_glassyMagenta1h, .hover_shadow_left_glassyMagenta1h:hover, .active_shadow_left_glassyMagenta1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_left_glassyMagenta1a, .hover_shadow_left_glassyMagenta1a:hover, .active_shadow_left_glassyMagenta1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); } .shadow_left_glassyMagenta1s, .hover_shadow_left_glassyMagenta1s:hover, .active_shadow_left_glassyMagenta1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassyMagenta1, .hover_shadow_right_glassyMagenta1:hover, .active_shadow_right_glassyMagenta1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0.5em 0em 1em rgba(255, 181, 255, .39); box-shadow: 0.5em 0em 1em rgba(255, 181, 255, .39); } .shadow_right_glassyMagenta1h, .hover_shadow_right_glassyMagenta1h:hover, .active_shadow_right_glassyMagenta1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); } .shadow_right_glassyMagenta1a, .hover_shadow_right_glassyMagenta1a:hover, .active_shadow_right_glassyMagenta1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .63); box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .63); } .shadow_right_glassyMagenta1s, .hover_shadow_right_glassyMagenta1s:hover, .active_shadow_right_glassyMagenta1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .78); box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassyMagenta1, .hover_shadow_top_glassyMagenta1:hover, .active_shadow_top_glassyMagenta1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0em -0.5em 1em rgba(255, 181, 255, .39); box-shadow: 0em -0.5em 1em rgba(255, 181, 255, .39); } .shadow_top_glassyMagenta1h, .hover_shadow_top_glassyMagenta1h:hover, .active_shadow_top_glassyMagenta1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_glassyMagenta1a, .hover_shadow_top_glassyMagenta1a:hover, .active_shadow_top_glassyMagenta1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .63); box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .63); } .shadow_top_glassyMagenta1s, .hover_shadow_top_glassyMagenta1s:hover, .active_shadow_top_glassyMagenta1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .78); box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassyMagenta1, .hover_shadow_bottom_glassyMagenta1:hover, .active_shadow_bottom_glassyMagenta1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0em 0.5em 1em rgba(255, 181, 255, .39); box-shadow: 0em 0.5em 1em rgba(255, 181, 255, .39); } .shadow_bottom_glassyMagenta1h, .hover_shadow_bottom_glassyMagenta1h:hover, .active_shadow_bottom_glassyMagenta1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_glassyMagenta1a, .hover_shadow_bottom_glassyMagenta1a:hover, .active_shadow_bottom_glassyMagenta1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .63); box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .63); } .shadow_bottom_glassyMagenta1s, .hover_shadow_bottom_glassyMagenta1s:hover, .active_shadow_bottom_glassyMagenta1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .78); box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassyMagenta1, .hover_shadow_top_left_glassyMagenta1:hover, .active_shadow_top_left_glassyMagenta1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); } .shadow_top_left_glassyMagenta1h, .hover_shadow_top_left_glassyMagenta1h:hover, .active_shadow_top_left_glassyMagenta1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_left_glassyMagenta1a, .hover_shadow_top_left_glassyMagenta1a:hover, .active_shadow_top_left_glassyMagenta1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); } .shadow_top_left_glassyMagenta1s, .hover_shadow_top_left_glassyMagenta1s:hover, .active_shadow_top_left_glassyMagenta1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassyMagenta1, .hover_shadow_top_right_glassyMagenta1:hover, .active_shadow_top_right_glassyMagenta1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 181, 255, .39); box-shadow: 0.5em -0.5em 1em rgba(255, 181, 255, .39); } .shadow_top_right_glassyMagenta1h, .hover_shadow_top_right_glassyMagenta1h:hover, .active_shadow_top_right_glassyMagenta1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_right_glassyMagenta1a, .hover_shadow_top_right_glassyMagenta1a:hover, .active_shadow_top_right_glassyMagenta1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .63); } .shadow_top_right_glassyMagenta1s, .hover_shadow_top_right_glassyMagenta1s:hover, .active_shadow_top_right_glassyMagenta1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassyMagenta1, .hover_shadow_bottom_left_glassyMagenta1:hover, .active_shadow_bottom_left_glassyMagenta1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 181, 255, .39); box-shadow: -0.5em 0.5em 1em rgba(255, 181, 255, .39); } .shadow_bottom_left_glassyMagenta1h, .hover_shadow_bottom_left_glassyMagenta1h:hover, .active_shadow_bottom_left_glassyMagenta1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_left_glassyMagenta1a, .hover_shadow_bottom_left_glassyMagenta1a:hover, .active_shadow_bottom_left_glassyMagenta1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .63); } .shadow_bottom_left_glassyMagenta1s, .hover_shadow_bottom_left_glassyMagenta1s:hover, .active_shadow_bottom_left_glassyMagenta1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassyMagenta1, .hover_shadow_bottom_right_glassyMagenta1:hover, .active_shadow_bottom_right_glassyMagenta1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 181, 255, .39); box-shadow: 0.5em 0.5em 1em rgba(255, 181, 255, .39); } .shadow_bottom_right_glassyMagenta1h, .hover_shadow_bottom_right_glassyMagenta1h:hover, .active_shadow_bottom_right_glassyMagenta1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_right_glassyMagenta1a, .hover_shadow_bottom_right_glassyMagenta1a:hover, .active_shadow_bottom_right_glassyMagenta1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .63); } .shadow_bottom_right_glassyMagenta1s, .hover_shadow_bottom_right_glassyMagenta1s:hover, .active_shadow_bottom_right_glassyMagenta1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .78); }
widgets/common/assets/gradients/glassy/glassyMagenta/glassyMagenta1.css
.background_glassyMagenta1, .hover_background_glassyMagenta1:hover, .active_background_glassyMagenta1:active:hover { background: #ffb5ff; background-image: -moz-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 138, 255)), color-stop(50%, rgb(255, 94, 255)), color-stop(55%, rgb(255, 50, 255)), color-stop(100%, rgb(255, 181, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 138, 255) 0%, rgb(255, 94, 255) 50%, rgb(255, 50, 255) 55%, rgb(255, 181, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8aff', endColorstr='#ffb5ff',GradientType=0 ); } .background_glassyMagenta1h, .hover_background_glassyMagenta1h:hover, .active_background_glassyMagenta1h:active:hover { background: #ffb5ff; background-image: -moz-linear-gradient(top, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 216, 255)), color-stop(50%, rgb(255, 164, 255)), color-stop(55%, rgb(255, 111, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 216, 255) 0%, rgb(255, 164, 255) 50%, rgb(255, 111, 255) 55%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd8ff', endColorstr='#ffffff',GradientType=0 ); } .background_glassyMagenta1a, .hover_background_glassyMagenta1a:hover, .active_background_glassyMagenta1a:active:hover { background: #ffb5ff; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 111, 255)), color-stop(55%, rgb(255, 164, 255)), color-stop(100%, rgb(255, 216, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 111, 255) 50%, rgb(255, 164, 255) 55%, rgb(255, 216, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffd8ff',GradientType=0 ); } .background_glassyMagenta1s, .hover_background_glassyMagenta1s:hover, .active_background_glassyMagenta1s:active:hover { background: #ffb5ff; background-image: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(50%, rgb(255, 255, 255)), color-stop(55%, rgb(255, 203, 255)), color-stop(100%, rgb(255, 255, 255))); background-image: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); background-image: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); background-image: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); background-image: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 50%, rgb(255, 203, 255) 55%, rgb(255, 255, 255) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); } .background_color_glassyMagenta1, .hover_background_color_glassyMagenta1:hover, .active_background_color_glassyMagenta1:active:hover { background-color:#ffb5ff; } .background_first_color_glassyMagenta1, .hover_background_first_color_glassyMagenta1:hover, .active_background_first_color_glassyMagenta1:active:hover { background-color:#ff8aff; } .background_last_color_glassyMagenta1, .hover_background_last_color_glassyMagenta1:hover, .active_background_color_last_glassyMagenta1:active:hover { background-color:#ffb5ff; } /* ------------------------------ color settings -------------------------------*/ .color_glassyMagenta1, .hover_color_glassyMagenta1:hover, .active_color_glassyMagenta1:active:hover { color: #282828; } .color_glassyMagenta1h, .hover_color_glassyMagenta1h:hover, .active_color_glassyMagenta1h:active:hover { color: #282828; } .color_glassyMagenta1a, .hover_color_glassyMagenta1a:hover, .active_color_glassyMagenta1a:active:hover { color: #ff0; } .color_glassyMagenta1s, .hover_color_glassyMagenta1s:hover, .active_color_glassyMagenta1s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_glassyMagenta1, .hover_border_glassyMagenta1:hover, .active_border_glassyMagenta1:active:hover { border-color: #ff3bff #ff07ff #ff07ff #ff3bff; } .border_glassyMagenta1h, .hover_border_glassyMagenta1h:hover, .active_border_glassyMagenta1h:active:hover { border-color: #ff3bff #ff07ff #ff07ff #ff3bff; } .border_glassyMagenta1a, .hover_border_glassyMagenta1a:hover, .active_border_glassyMagenta1a:active:hover { border-color: #f400f4 #f400f4 #f400f4 #f400f4; } .border_glassyMagenta1s, .hover_border_glassyMagenta1s:hover, .active_border_glassyMagenta1s:active:hover { border-color: #f400f4 #f400f4 #f400f4 #f400f4; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_glassyMagenta1, .hover_shadow_expand_glassyMagenta1:hover, .active_shadow_expand_glassyMagenta1:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 181, 255, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 181, 255, .39); box-shadow: 0em 0em 1em 0.25em rgba(255, 181, 255, .39); } .shadow_expand_glassyMagenta1h, .hover_shadow_expand_glassyMagenta1h:hover, .active_shadow_expand_glassyMagenta1h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); box-shadow: 0em 0em 1em 0.25em rgba(255, 255, 255, .50); } .shadow_expand_glassyMagenta1a, .hover_shadow_expand_glassyMagenta1a:hover, .active_shadow_expand_glassyMagenta1a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .63); box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .63); } .shadow_expand_glassyMagenta1s, .hover_shadow_expand_glassyMagenta1s:hover, .active_shadow_expand_glassyMagenta1s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .78); box-shadow: 0em 0em 1em 0.25em rgba(255, 216, 255, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_glassyMagenta1, .hover_shadow_left_glassyMagenta1:hover, .active_shadow_left_glassyMagenta1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); } .shadow_left_glassyMagenta1h, .hover_shadow_left_glassyMagenta1h:hover, .active_shadow_left_glassyMagenta1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_left_glassyMagenta1a, .hover_shadow_left_glassyMagenta1a:hover, .active_shadow_left_glassyMagenta1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); } .shadow_left_glassyMagenta1s, .hover_shadow_left_glassyMagenta1s:hover, .active_shadow_left_glassyMagenta1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_glassyMagenta1, .hover_shadow_right_glassyMagenta1:hover, .active_shadow_right_glassyMagenta1:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0.5em 0em 1em rgba(255, 181, 255, .39); box-shadow: 0.5em 0em 1em rgba(255, 181, 255, .39); } .shadow_right_glassyMagenta1h, .hover_shadow_right_glassyMagenta1h:hover, .active_shadow_right_glassyMagenta1h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em 0em 1em rgba(255, 255, 255, .50); } .shadow_right_glassyMagenta1a, .hover_shadow_right_glassyMagenta1a:hover, .active_shadow_right_glassyMagenta1a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .63); box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .63); } .shadow_right_glassyMagenta1s, .hover_shadow_right_glassyMagenta1s:hover, .active_shadow_right_glassyMagenta1s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .78); box-shadow: 0.5em 0em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_glassyMagenta1, .hover_shadow_top_glassyMagenta1:hover, .active_shadow_top_glassyMagenta1:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0em -0.5em 1em rgba(255, 181, 255, .39); box-shadow: 0em -0.5em 1em rgba(255, 181, 255, .39); } .shadow_top_glassyMagenta1h, .hover_shadow_top_glassyMagenta1h:hover, .active_shadow_top_glassyMagenta1h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_glassyMagenta1a, .hover_shadow_top_glassyMagenta1a:hover, .active_shadow_top_glassyMagenta1a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .63); box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .63); } .shadow_top_glassyMagenta1s, .hover_shadow_top_glassyMagenta1s:hover, .active_shadow_top_glassyMagenta1s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .78); box-shadow: 0em -0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_glassyMagenta1, .hover_shadow_bottom_glassyMagenta1:hover, .active_shadow_bottom_glassyMagenta1:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0em 0.5em 1em rgba(255, 181, 255, .39); box-shadow: 0em 0.5em 1em rgba(255, 181, 255, .39); } .shadow_bottom_glassyMagenta1h, .hover_shadow_bottom_glassyMagenta1h:hover, .active_shadow_bottom_glassyMagenta1h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_glassyMagenta1a, .hover_shadow_bottom_glassyMagenta1a:hover, .active_shadow_bottom_glassyMagenta1a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .63); box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .63); } .shadow_bottom_glassyMagenta1s, .hover_shadow_bottom_glassyMagenta1s:hover, .active_shadow_bottom_glassyMagenta1s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .78); box-shadow: 0em 0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_glassyMagenta1, .hover_shadow_top_left_glassyMagenta1:hover, .active_shadow_top_left_glassyMagenta1:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); box-shadow: -0.5em -0.5em 1em rgba(255, 181, 255, .39); } .shadow_top_left_glassyMagenta1h, .hover_shadow_top_left_glassyMagenta1h:hover, .active_shadow_top_left_glassyMagenta1h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_left_glassyMagenta1a, .hover_shadow_top_left_glassyMagenta1a:hover, .active_shadow_top_left_glassyMagenta1a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .63); } .shadow_top_left_glassyMagenta1s, .hover_shadow_top_left_glassyMagenta1s:hover, .active_shadow_top_left_glassyMagenta1s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); box-shadow: -0.5em -0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_glassyMagenta1, .hover_shadow_top_right_glassyMagenta1:hover, .active_shadow_top_right_glassyMagenta1:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 181, 255, .39); box-shadow: 0.5em -0.5em 1em rgba(255, 181, 255, .39); } .shadow_top_right_glassyMagenta1h, .hover_shadow_top_right_glassyMagenta1h:hover, .active_shadow_top_right_glassyMagenta1h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em -0.5em 1em rgba(255, 255, 255, .50); } .shadow_top_right_glassyMagenta1a, .hover_shadow_top_right_glassyMagenta1a:hover, .active_shadow_top_right_glassyMagenta1a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .63); box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .63); } .shadow_top_right_glassyMagenta1s, .hover_shadow_top_right_glassyMagenta1s:hover, .active_shadow_top_right_glassyMagenta1s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .78); box-shadow: 0.5em -0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_glassyMagenta1, .hover_shadow_bottom_left_glassyMagenta1:hover, .active_shadow_bottom_left_glassyMagenta1:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 181, 255, .39); box-shadow: -0.5em 0.5em 1em rgba(255, 181, 255, .39); } .shadow_bottom_left_glassyMagenta1h, .hover_shadow_bottom_left_glassyMagenta1h:hover, .active_shadow_bottom_left_glassyMagenta1h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: -0.5em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_left_glassyMagenta1a, .hover_shadow_bottom_left_glassyMagenta1a:hover, .active_shadow_bottom_left_glassyMagenta1a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .63); box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .63); } .shadow_bottom_left_glassyMagenta1s, .hover_shadow_bottom_left_glassyMagenta1s:hover, .active_shadow_bottom_left_glassyMagenta1s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .78); box-shadow: -0.5em 0.5em 1em rgba(255, 216, 255, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_glassyMagenta1, .hover_shadow_bottom_right_glassyMagenta1:hover, .active_shadow_bottom_right_glassyMagenta1:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 181, 255, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 181, 255, .39); box-shadow: 0.5em 0.5em 1em rgba(255, 181, 255, .39); } .shadow_bottom_right_glassyMagenta1h, .hover_shadow_bottom_right_glassyMagenta1h:hover, .active_shadow_bottom_right_glassyMagenta1h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); box-shadow: 0.5em 0.5em 1em rgba(255, 255, 255, .50); } .shadow_bottom_right_glassyMagenta1a, .hover_shadow_bottom_right_glassyMagenta1a:hover, .active_shadow_bottom_right_glassyMagenta1a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .63); box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .63); } .shadow_bottom_right_glassyMagenta1s, .hover_shadow_bottom_right_glassyMagenta1s:hover, .active_shadow_bottom_right_glassyMagenta1s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .78); box-shadow: 0.5em 0.5em 1em rgba(255, 216, 255, .78); }
0.587588
0.085595
.jobsSearch .row, .jobsSearch .col, .jobsSearch .col-1, .jobsSearch .col-2, .jobsSearch .col-3, .jobsSearch .col-4, .jobsSearch .col-5, .jobsSearch .col-6, .jobsSearch .col-7, .jobsSearch .col-8, .jobsSearch .col-9, .jobsSearch .col-10, .jobsSearch .col-11, .jobsSearch .col-12 { padding: 0; margin: 0; } /* User Jobs */ .jobsSearch .myJobs { position: relative; width: 280px; } .jobsSearch .myJobs .jobs { position: fixed; left: 0; bottom: 0; top: 73px; width: 280px; background-color: rgba(129, 95, 160, 0.8); box-shadow: 0 0 2px rgba(0, 0, 0, 0.8); overflow-y: auto; overflow-x: hidden; } /* Search in your Jobs input */ .jobsSearch .myJobs .jobs .searchYourJobs { position: sticky; top: 0; padding: 10px 0; z-index: 10; } .jobsSearch .myJobs .jobs .searchYourJobs .sortInput { padding: 0 20px; justify-content: space-between; } .jobsSearch .myJobs .jobs .searchYourJobs .sortInput h6 { margin: auto; font-size: 1rem; font-weight: 600; } .jobsSearch .myJobs .jobs .searchYourJobs input { padding: 8px 0; margin: auto; text-align: center; font-size: 0.9rem; font-weight: 500; color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; border: 0.5px solid rgb(0, 0, 0, 0.6); border-radius: 50px; outline: none; background-color: whitesmoke; /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); */ transition: all 0.1s linear; } .jobsSearch .myJobs .jobs .searchYourJobs input::placeholder { font-size: 0.9rem; font-weight: 500; color: rgba(0, 0, 0, 0.4); transition: all 0.1s linear; } .jobsSearch .myJobs .jobs .searchYourJobs input:hover, .jobsSearch .myJobs .jobs .searchYourJobs input:focus { box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); cursor: pointer; } .jobsSearch .myJobs .jobs .searchYourJobs .sorts { position: absolute; width: 100%; padding: 0 25px; margin: auto; } .jobsSearch .myJobs .jobs .searchYourJobs .sorts .sortsDropDown { position: relative; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); overflow: hidden; } .jobsSearch .myJobs .jobs .searchYourJobs .sorts .sortsDropDown button { width: 100%; padding: 5px 0; font-size: 0.9rem; font-weight: 500; border: none; outline: none; border-bottom: 0.5px solid rgba(0, 0, 0, 0.3); background-color: whitesmoke; transition: all 0.2s linear; } .jobsSearch .myJobs .jobs .searchYourJobs .sorts .sortsDropDown button:hover { color: rgba(0, 0, 0, 0.8); background-color: white; } /* Displaying Jobs */ .jobsSearch .myJobs .jobs .jobStat .header { padding: 12px 10px; margin: auto; text-align: left; color: seashell; background-color: rgb(68, 6, 109); } .jobsSearch .myJobs .jobs .jobStat .job { border-bottom: 1px solid rgb(189, 189, 189); background-color: rgb(241, 218, 255); } .jobsSearch .myJobs .jobs .jobStat .job:last-child { border-bottom: none; } .jobsSearch .myJobs .jobs .jobStat .job:hover { cursor: pointer; } .jobsSearch .myJobs .jobs .jobStat .job .jobHeader .heading { padding: 10px 0; padding-left: 15px; background-color: rgba(68, 6, 109, 0.7); color: rgb(233, 233, 233); transition: all 0.2s linear; } .jobsSearch .myJobs .jobs .jobStat .job:hover > .jobHeader .heading { color: white; } .jobsSearch .myJobs .jobs .jobStat .job h6 { margin: auto 0; } .jobsSearch .myJobs .jobs .jobStat .job .title { font-size: 0.8rem; font-weight: 500; } .jobsSearch .myJobs .jobs .jobStat .job .title i { font-size: 1rem; } .jobsSearch .myJobs .jobs .jobStat .job .title .fa-check { color: rgb(70, 132, 248); } .jobsSearch .myJobs .jobs .jobStat .job .title .fa-spinner { color: rgb(248, 217, 167); } .jobsSearch .myJobs .jobs .jobStat .job .title .fa-times { color: rgb(148, 148, 148); } /* Job Description */ .jobsSearch .myJobs .jobs .jobStat .job .descr { padding: 0 15px 0 15px; transition: all 0.3s ease-out; } .jobsSearch .myJobs .jobs .jobStat .job .descr .details { font-size: 0rem; transition: all 0.08s ease-in; } .jobsSearch .myJobs .jobs .jobStat .job .descr .details .sub { font-size: 0rem; margin-left: 5px; transition: all 0.08s ease-in; } .jobsSearch .myJobs .jobs .jobStat .job:hover > .descr { padding: 5px 15px 5px 25px; } .jobsSearch .myJobs .jobs .jobStat .job:hover > .descr .details { font-size: 0.9rem; font-weight: 500; } .jobsSearch .myJobs .jobs .jobStat .job:hover > .descr .sub { font-size: 0.8rem; font-weight: normal ; } /* Other Jobs */ .jobsSearch .otherJobs { padding: 0 5px; } /* Search Input for other jobs */ .jobsSearch .otherJobs .searchAllJobs { position: sticky; top: 74px; z-index: 10; } .jobsSearch .otherJobs .searchAllJobs .cw-100 { width: 98.5%; padding: 10px 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); } .jobsSearch .otherJobs .searchAllJobs input { width: 80%; padding: 12px 30px; margin: 5px auto; letter-spacing: 0.3px; word-spacing: 1px; font-size: 0.95rem; font-weight: 500; color: rgba(0, 0, 0, 0.8); background-color: rgb(251, 251, 251); box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); border: none; outline: none; transition: all 0.2s linear; } .jobsSearch .otherJobs .searchAllJobs input::placeholder { font-size: 0.9rem; font-weight: 500; color: rgba(0, 0, 0, 0.4); } .jobsSearch .otherJobs .searchAllJobs input:hover, .jobsSearch .otherJobs .searchAllJobs input:focus { box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); background-color: white; } /* * * Filters * */ .jobsSearch .otherJobs .filters { position: relative; width: 250px; } .jobsSearch .otherJobs .filtersFix { position: fixed; bottom: 4px; top: 76px; margin: auto; width: 250px; background-color: rgb(251, 251, 251); box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); overflow-y: auto; overflow-x: hidden; } .jobsSearch .otherJobs .filtersFix .header { padding: 10px 20px; text-align: left; font-size: 1.05rem; font-weight: 500; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: seashell; letter-spacing: 0.3px; justify-content: space-between; background-color: rgb(68, 6, 109); } .jobsSearch .otherJobs .filtersFix .header button { float: right; padding: 0; font-size: 0.9rem; color: white; background: none; border: none; outline: none; transition: all 0.2s linear; } .jobsSearch .otherJobs .filtersFix .body { padding: 0 10px; } .jobsSearch .otherJobs .filtersFix .body .filter { padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); } .jobsSearch .otherJobs .filtersFix .body .filter:first-child { padding-top: 0; margin-top: 0; } /* Search INterest Input */ .jobsSearch .otherJobs .filtersFix .body .filter h6 { text-align: left; font-size: 0.95rem; color: rgba(0, 0, 0, 0.6); font-weight: bold; letter-spacing: 0.3px; } .jobsSearch .otherJobs .filtersFix .body .filter .input { width: 100%; padding: 8px 10px; margin: auto; letter-spacing: 0.3px; word-spacing: 1px; font-size: 0.95rem; font-weight: 500; color: rgba(0, 0, 0, 0.9); background-color: rgb(251, 251, 251); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); border: none; border-radius: 3px; outline: none; transition: all 0.2s linear; } .jobsSearch .otherJobs .filtersFix .body .filter .input::placeholder { font-size: 0.8rem; font-weight: bold; color: rgba(0, 0, 0, 0.4); } .jobsSearch .otherJobs .filtersFix .body .filter textarea { min-height: 40px; max-height: 120px; height: 40px; } .jobsSearch .otherJobs .filtersFix .body .filter textarea:focus { height: 90px; } .jobsSearch .otherJobs .filtersFix .body .filter textarea::-webkit-scrollbar { display: none; } .jobsSearch .otherJobs .filtersFix .body .jobType .type { text-align: left; } .jobsSearch .otherJobs .filtersFix .body .filter label { margin: auto 5px; font-size: 0.9rem; font-weight: 500; } /* Salary Range Slider */ .jobsSearch .otherJobs .filtersFix .body .salarySlider .inputs { padding: 10px 0; } .jobsSearch .otherJobs .filtersFix .body .salarySlider .inputs .to { align-self: center; } .jobsSearch .otherJobs .filtersFix .body .salarySlider .inputs .to h6 { margin: auto; } .jobsSearch .otherJobs .filtersFix .body .salarySlider .inputs input { width: 80%; padding: 5px 10px; text-align: center; font-size: 0.83rem; font-weight: bold; border: none; border-radius: 50px; } .jobsSearch .otherJobs .filtersFix .body .header { font-size: 0.8rem; } /* Related Jobs */ .jobsSearch .otherJobs .filteredPosts { padding: 5px 0 0 5px; } /* .jobsSearch .otherJobs .filteredPosts .mainHeader { padding: 15px 30px; text-align: left; font-weight: bold; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; color: rgba(99, 46, 148, 0.9); text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); background: transparent; border: 0.5px solid rgba(129, 95, 160, 0.5); border-radius: 2px; } */ /* Related Jobs Body (Posts) */ .jobsSearch .otherJobs .filteredPosts .body { } /* Display */ .jobsSearch .hide { display: none; }
frontend/src/components/jobs/searchJobs/searchJobs.css
.jobsSearch .row, .jobsSearch .col, .jobsSearch .col-1, .jobsSearch .col-2, .jobsSearch .col-3, .jobsSearch .col-4, .jobsSearch .col-5, .jobsSearch .col-6, .jobsSearch .col-7, .jobsSearch .col-8, .jobsSearch .col-9, .jobsSearch .col-10, .jobsSearch .col-11, .jobsSearch .col-12 { padding: 0; margin: 0; } /* User Jobs */ .jobsSearch .myJobs { position: relative; width: 280px; } .jobsSearch .myJobs .jobs { position: fixed; left: 0; bottom: 0; top: 73px; width: 280px; background-color: rgba(129, 95, 160, 0.8); box-shadow: 0 0 2px rgba(0, 0, 0, 0.8); overflow-y: auto; overflow-x: hidden; } /* Search in your Jobs input */ .jobsSearch .myJobs .jobs .searchYourJobs { position: sticky; top: 0; padding: 10px 0; z-index: 10; } .jobsSearch .myJobs .jobs .searchYourJobs .sortInput { padding: 0 20px; justify-content: space-between; } .jobsSearch .myJobs .jobs .searchYourJobs .sortInput h6 { margin: auto; font-size: 1rem; font-weight: 600; } .jobsSearch .myJobs .jobs .searchYourJobs input { padding: 8px 0; margin: auto; text-align: center; font-size: 0.9rem; font-weight: 500; color: rgba(0, 0, 0, 0.9); font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; border: 0.5px solid rgb(0, 0, 0, 0.6); border-radius: 50px; outline: none; background-color: whitesmoke; /* box-shadow: 0 0 2px rgba(0, 0, 0, 0.4); */ transition: all 0.1s linear; } .jobsSearch .myJobs .jobs .searchYourJobs input::placeholder { font-size: 0.9rem; font-weight: 500; color: rgba(0, 0, 0, 0.4); transition: all 0.1s linear; } .jobsSearch .myJobs .jobs .searchYourJobs input:hover, .jobsSearch .myJobs .jobs .searchYourJobs input:focus { box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); cursor: pointer; } .jobsSearch .myJobs .jobs .searchYourJobs .sorts { position: absolute; width: 100%; padding: 0 25px; margin: auto; } .jobsSearch .myJobs .jobs .searchYourJobs .sorts .sortsDropDown { position: relative; border-radius: 10px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); overflow: hidden; } .jobsSearch .myJobs .jobs .searchYourJobs .sorts .sortsDropDown button { width: 100%; padding: 5px 0; font-size: 0.9rem; font-weight: 500; border: none; outline: none; border-bottom: 0.5px solid rgba(0, 0, 0, 0.3); background-color: whitesmoke; transition: all 0.2s linear; } .jobsSearch .myJobs .jobs .searchYourJobs .sorts .sortsDropDown button:hover { color: rgba(0, 0, 0, 0.8); background-color: white; } /* Displaying Jobs */ .jobsSearch .myJobs .jobs .jobStat .header { padding: 12px 10px; margin: auto; text-align: left; color: seashell; background-color: rgb(68, 6, 109); } .jobsSearch .myJobs .jobs .jobStat .job { border-bottom: 1px solid rgb(189, 189, 189); background-color: rgb(241, 218, 255); } .jobsSearch .myJobs .jobs .jobStat .job:last-child { border-bottom: none; } .jobsSearch .myJobs .jobs .jobStat .job:hover { cursor: pointer; } .jobsSearch .myJobs .jobs .jobStat .job .jobHeader .heading { padding: 10px 0; padding-left: 15px; background-color: rgba(68, 6, 109, 0.7); color: rgb(233, 233, 233); transition: all 0.2s linear; } .jobsSearch .myJobs .jobs .jobStat .job:hover > .jobHeader .heading { color: white; } .jobsSearch .myJobs .jobs .jobStat .job h6 { margin: auto 0; } .jobsSearch .myJobs .jobs .jobStat .job .title { font-size: 0.8rem; font-weight: 500; } .jobsSearch .myJobs .jobs .jobStat .job .title i { font-size: 1rem; } .jobsSearch .myJobs .jobs .jobStat .job .title .fa-check { color: rgb(70, 132, 248); } .jobsSearch .myJobs .jobs .jobStat .job .title .fa-spinner { color: rgb(248, 217, 167); } .jobsSearch .myJobs .jobs .jobStat .job .title .fa-times { color: rgb(148, 148, 148); } /* Job Description */ .jobsSearch .myJobs .jobs .jobStat .job .descr { padding: 0 15px 0 15px; transition: all 0.3s ease-out; } .jobsSearch .myJobs .jobs .jobStat .job .descr .details { font-size: 0rem; transition: all 0.08s ease-in; } .jobsSearch .myJobs .jobs .jobStat .job .descr .details .sub { font-size: 0rem; margin-left: 5px; transition: all 0.08s ease-in; } .jobsSearch .myJobs .jobs .jobStat .job:hover > .descr { padding: 5px 15px 5px 25px; } .jobsSearch .myJobs .jobs .jobStat .job:hover > .descr .details { font-size: 0.9rem; font-weight: 500; } .jobsSearch .myJobs .jobs .jobStat .job:hover > .descr .sub { font-size: 0.8rem; font-weight: normal ; } /* Other Jobs */ .jobsSearch .otherJobs { padding: 0 5px; } /* Search Input for other jobs */ .jobsSearch .otherJobs .searchAllJobs { position: sticky; top: 74px; z-index: 10; } .jobsSearch .otherJobs .searchAllJobs .cw-100 { width: 98.5%; padding: 10px 30px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.8); } .jobsSearch .otherJobs .searchAllJobs input { width: 80%; padding: 12px 30px; margin: 5px auto; letter-spacing: 0.3px; word-spacing: 1px; font-size: 0.95rem; font-weight: 500; color: rgba(0, 0, 0, 0.8); background-color: rgb(251, 251, 251); box-shadow: 0 0 2px rgba(0, 0, 0, 0.5); border: none; outline: none; transition: all 0.2s linear; } .jobsSearch .otherJobs .searchAllJobs input::placeholder { font-size: 0.9rem; font-weight: 500; color: rgba(0, 0, 0, 0.4); } .jobsSearch .otherJobs .searchAllJobs input:hover, .jobsSearch .otherJobs .searchAllJobs input:focus { box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); background-color: white; } /* * * Filters * */ .jobsSearch .otherJobs .filters { position: relative; width: 250px; } .jobsSearch .otherJobs .filtersFix { position: fixed; bottom: 4px; top: 76px; margin: auto; width: 250px; background-color: rgb(251, 251, 251); box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); overflow-y: auto; overflow-x: hidden; } .jobsSearch .otherJobs .filtersFix .header { padding: 10px 20px; text-align: left; font-size: 1.05rem; font-weight: 500; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; color: seashell; letter-spacing: 0.3px; justify-content: space-between; background-color: rgb(68, 6, 109); } .jobsSearch .otherJobs .filtersFix .header button { float: right; padding: 0; font-size: 0.9rem; color: white; background: none; border: none; outline: none; transition: all 0.2s linear; } .jobsSearch .otherJobs .filtersFix .body { padding: 0 10px; } .jobsSearch .otherJobs .filtersFix .body .filter { padding: 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.2); } .jobsSearch .otherJobs .filtersFix .body .filter:first-child { padding-top: 0; margin-top: 0; } /* Search INterest Input */ .jobsSearch .otherJobs .filtersFix .body .filter h6 { text-align: left; font-size: 0.95rem; color: rgba(0, 0, 0, 0.6); font-weight: bold; letter-spacing: 0.3px; } .jobsSearch .otherJobs .filtersFix .body .filter .input { width: 100%; padding: 8px 10px; margin: auto; letter-spacing: 0.3px; word-spacing: 1px; font-size: 0.95rem; font-weight: 500; color: rgba(0, 0, 0, 0.9); background-color: rgb(251, 251, 251); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5); border: none; border-radius: 3px; outline: none; transition: all 0.2s linear; } .jobsSearch .otherJobs .filtersFix .body .filter .input::placeholder { font-size: 0.8rem; font-weight: bold; color: rgba(0, 0, 0, 0.4); } .jobsSearch .otherJobs .filtersFix .body .filter textarea { min-height: 40px; max-height: 120px; height: 40px; } .jobsSearch .otherJobs .filtersFix .body .filter textarea:focus { height: 90px; } .jobsSearch .otherJobs .filtersFix .body .filter textarea::-webkit-scrollbar { display: none; } .jobsSearch .otherJobs .filtersFix .body .jobType .type { text-align: left; } .jobsSearch .otherJobs .filtersFix .body .filter label { margin: auto 5px; font-size: 0.9rem; font-weight: 500; } /* Salary Range Slider */ .jobsSearch .otherJobs .filtersFix .body .salarySlider .inputs { padding: 10px 0; } .jobsSearch .otherJobs .filtersFix .body .salarySlider .inputs .to { align-self: center; } .jobsSearch .otherJobs .filtersFix .body .salarySlider .inputs .to h6 { margin: auto; } .jobsSearch .otherJobs .filtersFix .body .salarySlider .inputs input { width: 80%; padding: 5px 10px; text-align: center; font-size: 0.83rem; font-weight: bold; border: none; border-radius: 50px; } .jobsSearch .otherJobs .filtersFix .body .header { font-size: 0.8rem; } /* Related Jobs */ .jobsSearch .otherJobs .filteredPosts { padding: 5px 0 0 5px; } /* .jobsSearch .otherJobs .filteredPosts .mainHeader { padding: 15px 30px; text-align: left; font-weight: bold; font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; color: rgba(99, 46, 148, 0.9); text-shadow: 0 0 1px rgba(0, 0, 0, 0.3); background: transparent; border: 0.5px solid rgba(129, 95, 160, 0.5); border-radius: 2px; } */ /* Related Jobs Body (Posts) */ .jobsSearch .otherJobs .filteredPosts .body { } /* Display */ .jobsSearch .hide { display: none; }
0.6137
0.066691
.selectBox-dropdown { } .selectBox-dropdown-menu a:hover { text-decoration: none; } .selectBox-dropdown.selectBox-menuShowing-bottom { -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .selectBox-dropdown.selectBox-menuShowing-top { -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .selectBox-dropdown .selectBox-label { width:100% !important; padding: 2px 8px; font-size: 14px; display: inline-block; white-space: nowrap; overflow: hidden; color: #999999; background: url("../img/divider_with_caret.png") no-repeat 95% 50% ; } /*.selectBox-dropdown:focus .selectBox-arrow {*/ /*position: absolute;*/ /*top: 0;*/ /*right: 0;*/ /*width: 23px;*/ /*height: 100%;*/ /*background: url('../img/select-arrow.png') 50% center no-repeat;*/ /*border-left: solid 1px #999999;*/ /*}*/ .selectBox-dropdown .selectBox-arrow { position: absolute; top: 45%; right: 0; height: 50%; margin: 0 12px 0 10px } /* Dropdown menu */ .selectBox-dropdown-menu { position: absolute; z-index: 99999; min-height: 1em; border: solid 1px #ccd4d9; /* should be the same border width as .selectBox-dropdown */ background: #FFF; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); overflow: visible; -webkit-overflow-scrolling: touch; } /* Inline control */ .selectBox-inline { min-width: 150px; outline: none; border: solid 1px #BBB; background: #FFF; display: inline-block; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; overflow: visible; } /*.selectBox-inline:focus {*/ /*border-color: #666;*/ /*}*/ /* Options */ .selectBox-options, .selectBox-options LI, .selectBox-options LI A { list-style: none; display: block; cursor: default; padding: 0; margin: 0; } .selectBox-options.selectBox-options-top{ border-bottom:none; margin-top:1px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .selectBox-options.selectBox-options-bottom{ border-top:none; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .selectBox-options li a { line-height: 36px; font-size: 13px; padding: 0 .5em; white-space: pre-wrap; overflow: hidden; color: #999999; background: 6px center no-repeat; } .selectBox-options LI.selectBox-hover A { background-color: #EEE; } .selectBox-options LI.selectBox-disabled A { color: #888; background-color: transparent; } .selectBox-options LI.selectBox-selected A { background-color: #999999; color: #fff; } .selectBox-options .selectBox-optgroup { color: #9a9a9a; background: #EEE; font-size: 13px; line-height: 2.5; padding: 0 0.5em; white-space: pre-wrap; } /* Disabled state */ .selectBox.selectBox-disabled { color: #888 !important; } .selectBox-dropdown.selectBox-disabled .selectBox-arrow { opacity: .5; border-color: #666; } .selectBox-inline.selectBox-disabled { color: #888 !important; } .selectBox-inline.selectBox-disabled .selectBox-options A { background-color: transparent !important; } .ik_select { margin-top: 10px; width: 100%; } .ik_select_link{ padding:10px 35px 10px 20px; background:#eee; -webkit-border-radius:5px; border-radius: 0; height: 44px; color:#999999; cursor: pointer; } .ik_select_link:after, .intro-select2-link .ik_select_link_inner:after { position:absolute; top:50%; right:10px; width: 30px; height: 30px; font-size:20px; line-height:24px; margin-top:-15px; content: ''; background: url("../img/divider_with_caret.png") no-repeat 0 50% ; } .ik_select_link.ik_select_link_focus { box-shadow: none; } .ik_select_link.ik_select_link_disabled { opacity:.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50) } .ik_select_link_text { display:block; overflow:hidden; white-space:nowrap; font-size: 14px; line-height: 25px; -o-text-overflow:ellipsis; text-overflow:ellipsis } .ik_select_dropdown { min-height: 1em; border: solid 1px #ccd4d9; /* should be the same border width as .selectBox-dropdown */ background: #FFF; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); overflow: visible; -webkit-overflow-scrolling: touch; top:41px; } .ik_select_dropdown p { margin:0;padding:5px 15px; } .ik_select_filter_wrap, .ik_select_nothing_found { padding:5px 15px; } .ik_select_filter { padding:3px 14px; border:1px solid #333; -webkit-border-radius:5px; border-radius:5px; font-weight:300; } .ik_select_filter:focus { outline:none } .ik_select_list ul { padding-left: 0; list-style: none; margin-bottom: 0; } .ik_select_list .ik_select_option { padding:0 15px; cursor: pointer; color: #555; } .ik_select_list .ik_select_option.ik_select_hover { background:#eee; } .ik_select_list .ik_select_option_disabled { opacity:.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50) } .ik_select_list .ik_select_optgroup { padding:5px 15px; } .ik_select_list .ik_select_optgroup .ik_select_option { margin:0 -15px; padding:0 30px } .ik_select_list .ik_select_optgroup_label { padding-bottom:2px; font-size:12px; } .ik_select_list { line-height: 36px; font-size: 13px; padding: 0; overflow: hidden; background:#fff; border-radius: 0; cursor:default }
frontend/web/css/selectbox.css
.selectBox-dropdown { } .selectBox-dropdown-menu a:hover { text-decoration: none; } .selectBox-dropdown.selectBox-menuShowing-bottom { -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } .selectBox-dropdown.selectBox-menuShowing-top { -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; border-top-left-radius: 0; border-top-right-radius: 0; } .selectBox-dropdown .selectBox-label { width:100% !important; padding: 2px 8px; font-size: 14px; display: inline-block; white-space: nowrap; overflow: hidden; color: #999999; background: url("../img/divider_with_caret.png") no-repeat 95% 50% ; } /*.selectBox-dropdown:focus .selectBox-arrow {*/ /*position: absolute;*/ /*top: 0;*/ /*right: 0;*/ /*width: 23px;*/ /*height: 100%;*/ /*background: url('../img/select-arrow.png') 50% center no-repeat;*/ /*border-left: solid 1px #999999;*/ /*}*/ .selectBox-dropdown .selectBox-arrow { position: absolute; top: 45%; right: 0; height: 50%; margin: 0 12px 0 10px } /* Dropdown menu */ .selectBox-dropdown-menu { position: absolute; z-index: 99999; min-height: 1em; border: solid 1px #ccd4d9; /* should be the same border width as .selectBox-dropdown */ background: #FFF; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); overflow: visible; -webkit-overflow-scrolling: touch; } /* Inline control */ .selectBox-inline { min-width: 150px; outline: none; border: solid 1px #BBB; background: #FFF; display: inline-block; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; overflow: visible; } /*.selectBox-inline:focus {*/ /*border-color: #666;*/ /*}*/ /* Options */ .selectBox-options, .selectBox-options LI, .selectBox-options LI A { list-style: none; display: block; cursor: default; padding: 0; margin: 0; } .selectBox-options.selectBox-options-top{ border-bottom:none; margin-top:1px; -moz-border-radius-topleft: 0px; -moz-border-radius-topright: 0px; -webkit-border-top-left-radius: 0px; -webkit-border-top-right-radius: 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; } .selectBox-options.selectBox-options-bottom{ border-top:none; -moz-border-radius-bottomleft: 0px; -moz-border-radius-bottomright: 0px; -webkit-border-bottom-left-radius: 0px; -webkit-border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; } .selectBox-options li a { line-height: 36px; font-size: 13px; padding: 0 .5em; white-space: pre-wrap; overflow: hidden; color: #999999; background: 6px center no-repeat; } .selectBox-options LI.selectBox-hover A { background-color: #EEE; } .selectBox-options LI.selectBox-disabled A { color: #888; background-color: transparent; } .selectBox-options LI.selectBox-selected A { background-color: #999999; color: #fff; } .selectBox-options .selectBox-optgroup { color: #9a9a9a; background: #EEE; font-size: 13px; line-height: 2.5; padding: 0 0.5em; white-space: pre-wrap; } /* Disabled state */ .selectBox.selectBox-disabled { color: #888 !important; } .selectBox-dropdown.selectBox-disabled .selectBox-arrow { opacity: .5; border-color: #666; } .selectBox-inline.selectBox-disabled { color: #888 !important; } .selectBox-inline.selectBox-disabled .selectBox-options A { background-color: transparent !important; } .ik_select { margin-top: 10px; width: 100%; } .ik_select_link{ padding:10px 35px 10px 20px; background:#eee; -webkit-border-radius:5px; border-radius: 0; height: 44px; color:#999999; cursor: pointer; } .ik_select_link:after, .intro-select2-link .ik_select_link_inner:after { position:absolute; top:50%; right:10px; width: 30px; height: 30px; font-size:20px; line-height:24px; margin-top:-15px; content: ''; background: url("../img/divider_with_caret.png") no-repeat 0 50% ; } .ik_select_link.ik_select_link_focus { box-shadow: none; } .ik_select_link.ik_select_link_disabled { opacity:.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50) } .ik_select_link_text { display:block; overflow:hidden; white-space:nowrap; font-size: 14px; line-height: 25px; -o-text-overflow:ellipsis; text-overflow:ellipsis } .ik_select_dropdown { min-height: 1em; border: solid 1px #ccd4d9; /* should be the same border width as .selectBox-dropdown */ background: #FFF; -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2); box-shadow: 0 2px 6px rgba(0, 0, 0, .2); overflow: visible; -webkit-overflow-scrolling: touch; top:41px; } .ik_select_dropdown p { margin:0;padding:5px 15px; } .ik_select_filter_wrap, .ik_select_nothing_found { padding:5px 15px; } .ik_select_filter { padding:3px 14px; border:1px solid #333; -webkit-border-radius:5px; border-radius:5px; font-weight:300; } .ik_select_filter:focus { outline:none } .ik_select_list ul { padding-left: 0; list-style: none; margin-bottom: 0; } .ik_select_list .ik_select_option { padding:0 15px; cursor: pointer; color: #555; } .ik_select_list .ik_select_option.ik_select_hover { background:#eee; } .ik_select_list .ik_select_option_disabled { opacity:.5; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; filter:alpha(opacity=50) } .ik_select_list .ik_select_optgroup { padding:5px 15px; } .ik_select_list .ik_select_optgroup .ik_select_option { margin:0 -15px; padding:0 30px } .ik_select_list .ik_select_optgroup_label { padding-bottom:2px; font-size:12px; } .ik_select_list { line-height: 36px; font-size: 13px; padding: 0; overflow: hidden; background:#fff; border-radius: 0; cursor:default }
0.233881
0.057098
.head-read{ background-image:url("../images/read-bg.jpg"); /*font-family:'新宋体'*/ } .head-read h1{ color: #FFF; font-size: 35px; text-align: center; padding-top: 100px; } .head-read p{ text-align: center; color: #8F8F8F; font-size: 13px; margin-top: 20px; } .head-read p{ text-align: center; color: #8F8F8F; font-size: 13px; margin-top: 20px; } .recommend-list{ margin-top:15px; } .recommend-list li{ float:left; line-height: 35px; margin-left:5px; } .recommend-list img{ width:35px; height:35px; border-radius: 50px; } .book-list{ display: inline-block; width:310px; margin-left:20px; } .book-list li{ float:left; margin-right: 10px; } .book-list a{ display: block; text-align: center; color:#05925E; line-height: 30px; } .review-box{ margin-top:20px; border-bottom: 1px dashed #E5E5E5; padding-bottom: 20px; } .review-box:last-child{border-bottom: none;} .review-box .left-num{ width:40px; } .review-box .right-con{ max-width:440px; margin-left:15px; margin-top: 10px; line-height: 20px; } .review-info{ width:500px; margin-left:130px; } .review-info a{ font-size: 14px; color:#333; } .review-info span{ color:#909090; } .review-info p{ height:30px; line-height: 30px; } .answer-box{ margin-top:20px; line-height: 20px; border-bottom: 1px dashed #E4E4E4; padding-bottom: 20px; } .answer-box:last-child{border-bottom: none;} .answer-info{ width:368px; overflow: hidden; } .answer-info .left-num{ margin:0 15px; } .answer-info .right-con{ width:295px; } .answer-info h3{ margin: 5px 0; } .item-box h2 a,.answer-info h3 a,.review-info h3 a{ color:#1D1D1D; } .question-box{ /*border-bottom: 1px dashed #E6E6E6;*/ padding:15px 0; } .q-info{ margin-left:15px; width:250px; } .q-info dt a{ font-size:14px; color: #0C0C0C; line-height: 26px; } .q-info dd{ margin-bottom:9px; line-height:20px; color:#686868; } .q-info div{line-height: 25px;} .q-info div a{margin-right: 5px;} .q-info .more a{ color:#8E8E8E; display: inline-block; margin-right: 15px; } .q-info .more a:hover{ color:#0C0C0C; } /**************************************************选书师*****************************************************/ .pick-teacher-bg{ background-image:url("../images/pick-teacher-bg.jpg"); } .pick-t-box{ width:960px; height:100%; margin:0 auto; position: relative; } .pick-title{ display: block; width:500px; height:100px; margin-left:50px; padding-top:130px; } .pick-title b{ font-size: 35px; line-height: 60px; color:#FFF; font-weight: normal; text-shadow:2px 2px 3px #000; } .pick-title span{ display: inline-block; line-height: 24px; } .pick-title .span-l{ width:105px; } .pick-title .span-r{ color:#FFF; } .first-user{ width:120px; height:200px; position: absolute; top:40px; right:140px; } .first-user img{ width:120px; height:120px; border-radius:100px; } .first-user .head-tag{ margin:10px auto; margin-left:20px; } .first-user p{ color:#FFF; text-align: center; margin:0; line-height: 30px; } .pick-nav{ margin:20px 0; } .pick-nav strong{ height:28px; line-height: 28px; display: inline-block; } .pick-nav li{ height:28px; padding: 0 15px; line-height: 28px; text-align:center; float:left; cursor:pointer; font-size: 14px; border: 1px solid #FFF; } .pick-nav li.current{ border: 1px solid #57AC68; color: #55AF69; border-radius: 20px; } .pick-list{ margin-left:1px; } .pick-list li{ width:33%; float:left; line-height: 20px; text-align: center; /*margin-top: 30px;*/ border:1px solid #E6E6E6; margin-left:-1px; margin-top: -1px; padding-top:30px; height:200px; } .pick-list li.current{ box-shadow: 0px 1px 5px #DDD; } .pick-list li:nth-child(2n){ /*margin-left: 100px;*/ } .pick-list .user-head{ width:60px; height:60px; display: inline-block; } .pick-list dd{ margin-bottom:6px; } .pick-list dt{ height:24px; } .pick-list dt a{ color:#51B464; } .pick-book-teacher{ display: inline-block; width:17px; height:17px; line-height:17px; color:#FFF; background-color:#FA6465; text-align: center; margin:0 3px; } .pick-list .invite{ display: none; width:50px; height:24px; line-height:24px; color:#FFF; background-color:#51B464; text-align: center; margin:0 3px; border-radius:15px; } .pick-list .invite.current{ background-color: #AAD8B3; } .pick-list .invite:hover{ text-decoration: none; } .like-book{ border-bottom: 1px dashed #ebebeb; margin-bottom: 20px; padding-bottom: 15px; width: 100%; } .like-book img{ width:60px; height:80px; } .like-book dl{ margin-left:80px; line-height: 20px; } .like-book:last-child{border:none;} .book-item{ float:left; width:50%; line-height: 22px; margin-top: 40px; } .book-item .book-item-info dl{ width:170px; height:120px; padding-left:105px; } .book-item .book-item-info .lh{ line-height: 26px; } .book-item .book-item-question{ width:270px; margin-top: 10px; }
content/css/index.css
.head-read{ background-image:url("../images/read-bg.jpg"); /*font-family:'新宋体'*/ } .head-read h1{ color: #FFF; font-size: 35px; text-align: center; padding-top: 100px; } .head-read p{ text-align: center; color: #8F8F8F; font-size: 13px; margin-top: 20px; } .head-read p{ text-align: center; color: #8F8F8F; font-size: 13px; margin-top: 20px; } .recommend-list{ margin-top:15px; } .recommend-list li{ float:left; line-height: 35px; margin-left:5px; } .recommend-list img{ width:35px; height:35px; border-radius: 50px; } .book-list{ display: inline-block; width:310px; margin-left:20px; } .book-list li{ float:left; margin-right: 10px; } .book-list a{ display: block; text-align: center; color:#05925E; line-height: 30px; } .review-box{ margin-top:20px; border-bottom: 1px dashed #E5E5E5; padding-bottom: 20px; } .review-box:last-child{border-bottom: none;} .review-box .left-num{ width:40px; } .review-box .right-con{ max-width:440px; margin-left:15px; margin-top: 10px; line-height: 20px; } .review-info{ width:500px; margin-left:130px; } .review-info a{ font-size: 14px; color:#333; } .review-info span{ color:#909090; } .review-info p{ height:30px; line-height: 30px; } .answer-box{ margin-top:20px; line-height: 20px; border-bottom: 1px dashed #E4E4E4; padding-bottom: 20px; } .answer-box:last-child{border-bottom: none;} .answer-info{ width:368px; overflow: hidden; } .answer-info .left-num{ margin:0 15px; } .answer-info .right-con{ width:295px; } .answer-info h3{ margin: 5px 0; } .item-box h2 a,.answer-info h3 a,.review-info h3 a{ color:#1D1D1D; } .question-box{ /*border-bottom: 1px dashed #E6E6E6;*/ padding:15px 0; } .q-info{ margin-left:15px; width:250px; } .q-info dt a{ font-size:14px; color: #0C0C0C; line-height: 26px; } .q-info dd{ margin-bottom:9px; line-height:20px; color:#686868; } .q-info div{line-height: 25px;} .q-info div a{margin-right: 5px;} .q-info .more a{ color:#8E8E8E; display: inline-block; margin-right: 15px; } .q-info .more a:hover{ color:#0C0C0C; } /**************************************************选书师*****************************************************/ .pick-teacher-bg{ background-image:url("../images/pick-teacher-bg.jpg"); } .pick-t-box{ width:960px; height:100%; margin:0 auto; position: relative; } .pick-title{ display: block; width:500px; height:100px; margin-left:50px; padding-top:130px; } .pick-title b{ font-size: 35px; line-height: 60px; color:#FFF; font-weight: normal; text-shadow:2px 2px 3px #000; } .pick-title span{ display: inline-block; line-height: 24px; } .pick-title .span-l{ width:105px; } .pick-title .span-r{ color:#FFF; } .first-user{ width:120px; height:200px; position: absolute; top:40px; right:140px; } .first-user img{ width:120px; height:120px; border-radius:100px; } .first-user .head-tag{ margin:10px auto; margin-left:20px; } .first-user p{ color:#FFF; text-align: center; margin:0; line-height: 30px; } .pick-nav{ margin:20px 0; } .pick-nav strong{ height:28px; line-height: 28px; display: inline-block; } .pick-nav li{ height:28px; padding: 0 15px; line-height: 28px; text-align:center; float:left; cursor:pointer; font-size: 14px; border: 1px solid #FFF; } .pick-nav li.current{ border: 1px solid #57AC68; color: #55AF69; border-radius: 20px; } .pick-list{ margin-left:1px; } .pick-list li{ width:33%; float:left; line-height: 20px; text-align: center; /*margin-top: 30px;*/ border:1px solid #E6E6E6; margin-left:-1px; margin-top: -1px; padding-top:30px; height:200px; } .pick-list li.current{ box-shadow: 0px 1px 5px #DDD; } .pick-list li:nth-child(2n){ /*margin-left: 100px;*/ } .pick-list .user-head{ width:60px; height:60px; display: inline-block; } .pick-list dd{ margin-bottom:6px; } .pick-list dt{ height:24px; } .pick-list dt a{ color:#51B464; } .pick-book-teacher{ display: inline-block; width:17px; height:17px; line-height:17px; color:#FFF; background-color:#FA6465; text-align: center; margin:0 3px; } .pick-list .invite{ display: none; width:50px; height:24px; line-height:24px; color:#FFF; background-color:#51B464; text-align: center; margin:0 3px; border-radius:15px; } .pick-list .invite.current{ background-color: #AAD8B3; } .pick-list .invite:hover{ text-decoration: none; } .like-book{ border-bottom: 1px dashed #ebebeb; margin-bottom: 20px; padding-bottom: 15px; width: 100%; } .like-book img{ width:60px; height:80px; } .like-book dl{ margin-left:80px; line-height: 20px; } .like-book:last-child{border:none;} .book-item{ float:left; width:50%; line-height: 22px; margin-top: 40px; } .book-item .book-item-info dl{ width:170px; height:120px; padding-left:105px; } .book-item .book-item-info .lh{ line-height: 26px; } .book-item .book-item-question{ width:270px; margin-top: 10px; }
0.222109
0.076304
.title-size { font-size: 39px; } .home-subtitle { font-size: 39px; margin-bottom: 32px; margin-top: 5px; color: #263238; font-weight: 300; } .header-panel.shadow-z-2 { background-color: #212121; padding: 50px 0 15px 0; width: 100%; } .icon { background: white; opacity: 0.63; border-radius: 100%; text-align: center; line-height: 20px; font-size: 20px; color: #212121; padding: 5px; width: 30px; height: 30px; display: inline-block; } .icon:hover { color: white; opacity: 0.63; color: #505050; } .menu ul li a:hover, .menu ul li a:focus, li.current-menu-item > a { opacity: 0.85; background: #505050; } li.current-menu-item:before { content: ""; display: inline-block; height: 55px; width: 5px; position: absolute; left: 9px; vertical-align: middle; background: #212121; } a, a:focus, a:hover { color: #006064; } a .material-icons, a:focus .material-icons, a:hover .material-icons { vertical-align: middle; } /********************************************************************* Coding stuff * */ .gh-target { width: 48px; } .gh-api-size { font-size: 16px; } .gh-listitem { font-size: 16px !important; padding: 3px; } .gh-btn-size { width: 48px; font-size: 18px; } .gh-img-small { height: 88px; width: 88px; } .gh-img-circle { border-radius: 75%; } .list-group .list-group-item .gh-row-action-primary, .list-group .list-group-item .gh-row-picture { display: inline-block; padding-right: 12px; } .list-group .list-group-item .gh-row-action-primary i, .list-group .list-group-item .gh-row-action-primary img, .list-group .list-group-item .gh-row-action-primary label, .list-group .list-group-item .gh-row-picture i, .list-group .list-group-item .gh-row-picture img, .list-group .list-group-item .gh-row-picture label { display: block; width: 75px; height: 75px; } .list-group .list-group-item .gh-row-action-primary img, .list-group .list-group-item .gh-row-picture img { background: rgba(0, 0, 0, 0); padding: 1px; } .list-group .list-group-item .gh-row-action-primary img.circle, .list-group .list-group-item .gh-row-picture img.circle { border-radius: 100%; } .list-group .list-group-item .gh-row-action-primary i, .list-group .list-group-item .gh-row-picture i { background: rgba(0, 0, 0, 0.25); border-radius: 100%; text-align: center; line-height: 56px; font-size: 20px; color: #fff; } .list-group .list-group-item .gh-row-action-primary label, .list-group .list-group-item .gh-row-picture label { margin-left: 7px; margin-right: -7px; margin-top: 5px; margin-bottom: -5px; } .list-group .list-group-item .gh-row-action-primary label .checkbox-material, .list-group .list-group-item .gh-row-picture label .checkbox-material { left: -10px; } /********************************************************************* gh buttons? * */ .forum-icon .gh-fa { font-size: 30px; margin-top: 8px; color: #9b9b9b; } .gh-btn-default.active, .gh-btn-default:active, .gh-btn-white.active, .gh-btn-white:active, .open .dropdown-toggle.btn-default { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; } .gh-btn-info.active, .gh-btn-info:active, .gh-btn-primary.active, .gh-btn-primary:active, .gh-btn-success.active, .gh-btn-success:active, .open .dropdown-toggle.gh-btn-info, .open .dropdown-toggle.gh-btn-primary, .open .dropdown-toggle.gh-btn-success { background-image: none; } .gh-btn { border-radius: 3px; } .float-e-margins .gh-btn { margin-bottom: 5px; } .gh-btn-w-m { min-width: 120px; } .gh-btn-primary.gh-btn-outline { color: #3385FF; } .gh-btn-success.gh-btn-outline { color: #1c84c6; } .gh-btn-info.gh-btn-outline { color: #23c6c8; } .gh-btn-warning.gh-btn-outline { color: #f8ac59; } .gh-btn-danger.gh-btn-outline { color: #ed5565; } .gh-btn-danger.gh-btn-outline:hover, .gh-btn-info.gh-btn-outline:hover, .gh-btn-primary.gh-btn-outline:hover, .gh-btn-success.gh-btn-outline:hover, .gh-btn-warning.gh-btn-outline:hover { color: #fff; } .gh-btn-primary { background-color: #3385FF; border-color: #3385FF; color: #FFF; } .gh-btn-primary.active, .gh-btn-primary.active:focus, .gh-btn-primary.active:hover, .gh-btn-primary:active, .gh-btn-primary:active:focus, .gh-btn-primary:active:hover, .gh-btn-primary:focus, .gh-btn-primary:hover, .open .dropdown-toggle.gh-btn-primary { background-color: #18a689; border-color: #18a689; color: #FFF; } .gh-btn-primary.active[disabled], .gh-btn-primary.disabled, .gh-btn-primary.disabled.active, .gh-btn-primary.disabled:active, .gh-btn-primary.disabled:focus, .gh-btn-primary.disabled:hover, .gh-btn-primary[disabled], .gh-btn-primary[disabled]:active, .gh-btn-primary[disabled]:focus, .gh-btn-primary[disabled]:hover, fieldset[disabled] .gh-btn-primary, fieldset[disabled] .gh-btn-primary.active, fieldset[disabled] .gh-btn-primary:active, fieldset[disabled] .gh-btn-primary:focus, fieldset[disabled] .gh-btn-primary:hover { background-color: #1dc5a3; border-color: #1dc5a3; } .gh-btn-success { background-color: #1c84c6; border-color: #1c84c6; color: #FFF; } .gh-btn-success.active, .gh-btn-success.active:focus, .gh-btn-success.active:hover, .gh-btn-success:active, .gh-btn-success:active:focus, .gh-btn-success:active:hover, .gh-btn-success:focus, .gh-btn-success:hover, .open .dropdown-toggle.gh-btn-success { background-color: #1a7bb9; border-color: #1a7bb9; color: #FFF; } .gh-btn-success.active[disabled], .gh-btn-success.disabled, .gh-btn-success.disabled.active, .gh-btn-success.disabled:active, .gh-btn-success.disabled:focus, .gh-btn-success.disabled:hover, .gh-btn-success[disabled], .gh-btn-success[disabled]:active, .gh-btn-success[disabled]:focus, .gh-btn-success[disabled]:hover, fieldset[disabled] .gh-btn-success, fieldset[disabled] .gh-btn-success.active, fieldset[disabled] .gh-btn-success:active, fieldset[disabled] .gh-btn-success:focus, fieldset[disabled] .gh-btn-success:hover { background-color: #1f90d8; border-color: #1f90d8; } .gh-btn-info { background-color: #23c6c8; border-color: #23c6c8; color: #FFF; } .gh-btn-info.active, .gh-btn-info.active:focus, .gh-btn-info.active:hover, .gh-btn-info:active, .gh-btn-info:active:focus, .gh-btn-info:active:hover, .gh-btn-info:focus, .gh-btn-info:hover, .open .dropdown-toggle.gh-btn-info { background-color: #21b9bb; border-color: #21b9bb; color: #FFF; } .gh-btn-info.active[disabled], .gh-btn-info.disabled, .gh-btn-info.disabled.active, .gh-btn-info.disabled:active, .gh-btn-info.disabled:focus, .gh-btn-info.disabled:hover, .gh-btn-info[disabled], .gh-btn-info[disabled]:active, .gh-btn-info[disabled]:focus, .gh-btn-info[disabled]:hover, fieldset[disabled] .gh-btn-info, fieldset[disabled] .gh-btn-info.active, fieldset[disabled] .gh-btn-info:active, fieldset[disabled] .gh-btn-info:focus, fieldset[disabled] .gh-btn-info:hover { background-color: #26d7d9; border-color: #26d7d9; } .gh-btn-default { color: inherit; background: #fff; border: 1px solid #e7eaec; } .gh-btn-danger.active, .gh-btn-danger:active, .gh-btn-link.active, .gh-btn-link:active, .gh-btn-warning.active, .gh-btn-warning:active, .open .dropdown-toggle.gh-btn-danger, .open .dropdown-toggle.gh-btn-link, .open .dropdown-toggle.gh-btn-warning { background-image: none; } .gh-btn-default.active, .gh-btn-default.active:focus, .gh-btn-default.active:hover, .gh-btn-default:active, .gh-btn-default:active:focus, .gh-btn-default:active:hover, .gh-btn-default:focus, .gh-btn-default:hover, .open .dropdown-toggle.gh-btn-default { color: inherit; border: 1px solid #d2d2d2; } .gh-btn-default.active[disabled], .gh-btn-default.disabled, .gh-btn-default.disabled.active, .gh-btn-default.disabled:active, .gh-btn-default.disabled:focus, .gh-btn-default.disabled:hover, .gh-btn-default[disabled], .gh-btn-default[disabled]:active, .gh-btn-default[disabled]:focus, .gh-btn-default[disabled]:hover, fieldset[disabled] .gh-btn-default, fieldset[disabled] .gh-btn-default.active, fieldset[disabled] .gh-btn-default:active, fieldset[disabled] .gh-btn-default:focus, fieldset[disabled] .gh-btn-default:hover { color: #cacaca; } .gh-btn-warning { background-color: #f8ac59; border-color: #f8ac59; color: #FFF; } .gh-btn-warning.active, .gh-btn-warning.active:focus, .gh-btn-warning.active:hover, .gh-btn-warning:active, .gh-btn-warning:active:focus, .gh-btn-warning:active:hover, .gh-btn-warning:focus, .gh-btn-warning:hover, .open .dropdown-toggle.gh-btn-warning { background-color: #f7a54a; border-color: #f7a54a; color: #FFF; } .gh-btn-warning.active[disabled], .gh-btn-warning.disabled, .gh-btn-warning.disabled.active, .gh-btn-warning.disabled:active, .gh-btn-warning.disabled:focus, .gh-btn-warning.disabled:hover, .gh-btn-warning[disabled], .gh-btn-warning[disabled]:active, .gh-btn-warning[disabled]:focus, .gh-btn-warning[disabled]:hover, fieldset[disabled] .gh-btn-warning, fieldset[disabled] .gh-btn-warning.active, fieldset[disabled] .gh-btn-warning:active, fieldset[disabled] .gh-btn-warning:focus, fieldset[disabled] .gh-btn-warning:hover { background-color: #f9b66d; border-color: #f9b66d; } .gh-btn-danger { background-color: #ed5565; border-color: #ed5565; color: #FFF; } .gh-btn-danger.active, .gh-btn-danger.active:focus, .gh-btn-danger.active:hover, .gh-btn-danger:active, .gh-btn-danger:active:focus, .gh-btn-danger:active:hover, .gh-btn-danger:focus, .gh-btn-danger:hover, .open .dropdown-toggle.gh-btn-danger { background-color: #ec4758; border-color: #ec4758; color: #FFF; } .gh-btn-danger.active[disabled], .gh-btn-danger.disabled, .gh-btn-danger.disabled.active, .gh-btn-danger.disabled:active, .gh-btn-danger.disabled:focus, .gh-btn-danger.disabled:hover, .gh-btn-danger[disabled], .gh-btn-danger[disabled]:active, .gh-btn-danger[disabled]:focus, .gh-btn-danger[disabled]:hover, fieldset[disabled] .gh-btn-danger, fieldset[disabled] .gh-btn-danger.active, fieldset[disabled] .gh-btn-danger:active, fieldset[disabled] .gh-btn-danger:focus, fieldset[disabled] .gh-btn-danger:hover { background-color: #ef6776; border-color: #ef6776; } .gh-btn-link { color: inherit; } .gh-btn-link.active, .gh-btn-link:active, .gh-btn-link:focus, .gh-btn-link:hover, .open .dropdown-toggle.gh-btn-link { color: #3385FF; text-decoration: none; } .gh-btn-link.active[disabled], .gh-btn-link.disabled, .gh-btn-link.disabled.active, .gh-btn-link.disabled:active, .gh-btn-link.disabled:focus, .gh-btn-link.disabled:hover, .gh-btn-link[disabled], .gh-btn-link[disabled]:active, .gh-btn-link[disabled]:focus, .gh-btn-link[disabled]:hover, fieldset[disabled] .gh-btn-link, fieldset[disabled] .gh-btn-link.active, fieldset[disabled] .gh-btn-link:active, fieldset[disabled] .gh-btn-link:focus, fieldset[disabled] .gh-btn-link:hover { color: #cacaca; } .gh-btn-white { color: inherit; background: #fff; border: 1px solid #e7eaec; } .gh-btn-white.active, .gh-btn-white.active:focus, .gh-btn-white.active:hover, .gh-btn-white:active, .gh-btn-white:active:focus, .gh-btn-white:active:hover, .gh-btn-white:focus, .gh-btn-white:hover, .open .dropdown-toggle.gh-btn-white { color: inherit; border: 1px solid #d2d2d2; } .gh-btn-white.active, .gh-btn-white:active, .open .dropdown-toggle.gh-btn-white { background-image: none; } .gh-btn-white.active[disabled], .gh-btn-white.disabled, .gh-btn-white.disabled.active, .gh-btn-white.disabled:active, .gh-btn-white.disabled:focus, .gh-btn-white.disabled:hover, .gh-btn-white[disabled], .gh-btn-white[disabled]:active, .gh-btn-white[disabled]:focus, .gh-btn-white[disabled]:hover, fieldset[disabled] .gh-btn-white, fieldset[disabled] .gh-btn-white.active, fieldset[disabled] .gh-btn-white:active, fieldset[disabled] .gh-btn-white:focus, fieldset[disabled] .gh-btn-white:hover { color: #cacaca; } .gh-btn-outline { color: inherit; background-color: transparent; transition: all .5s; } .gh-btn-rounded { border-radius: 50px; } .gh-btn-large-dim { width: 90px; height: 90px; font-size: 42px; } button.gh-btn-primary.dim { box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999; } button.gh-btn-primary.dim:active { box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999; } button.gh-btn-default.dim { box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999; } button.gh-btn-default.dim:active { box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999; } button.gh-btn-warning.dim { box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999; } button.gh-btn-warning.dim:active { box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999; } button.gh-btn-info.dim { box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999; } button.gh-btn-info.dim:active { box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999; } button.gh-btn-success.dim { box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999; } button.gh-btn-success.dim:active { box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999; } button.gh-btn-danger.dim { box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999; } button.gh-btn-danger.dim:active { box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999; } .gh-btn:focus { outline: 0 !important; } .gh-btn-circle { width: 30px; height: 30px; padding: 6px 0; border-radius: 15px; text-align: center; font-size: 12px; line-height: 1.428571429; } .gh-btn-circle.gh-btn-lg { width: 50px; height: 50px; padding: 10px 16px; border-radius: 25px; font-size: 18px; line-height: 1.33; } .gh-btn-circle.gh-btn-xl { width: 70px; height: 70px; padding: 10px 16px; border-radius: 35px; font-size: 24px; line-height: 1.33; } /*# sourceMappingURL=styles.css.map */
_site/static/css/styles.css
.title-size { font-size: 39px; } .home-subtitle { font-size: 39px; margin-bottom: 32px; margin-top: 5px; color: #263238; font-weight: 300; } .header-panel.shadow-z-2 { background-color: #212121; padding: 50px 0 15px 0; width: 100%; } .icon { background: white; opacity: 0.63; border-radius: 100%; text-align: center; line-height: 20px; font-size: 20px; color: #212121; padding: 5px; width: 30px; height: 30px; display: inline-block; } .icon:hover { color: white; opacity: 0.63; color: #505050; } .menu ul li a:hover, .menu ul li a:focus, li.current-menu-item > a { opacity: 0.85; background: #505050; } li.current-menu-item:before { content: ""; display: inline-block; height: 55px; width: 5px; position: absolute; left: 9px; vertical-align: middle; background: #212121; } a, a:focus, a:hover { color: #006064; } a .material-icons, a:focus .material-icons, a:hover .material-icons { vertical-align: middle; } /********************************************************************* Coding stuff * */ .gh-target { width: 48px; } .gh-api-size { font-size: 16px; } .gh-listitem { font-size: 16px !important; padding: 3px; } .gh-btn-size { width: 48px; font-size: 18px; } .gh-img-small { height: 88px; width: 88px; } .gh-img-circle { border-radius: 75%; } .list-group .list-group-item .gh-row-action-primary, .list-group .list-group-item .gh-row-picture { display: inline-block; padding-right: 12px; } .list-group .list-group-item .gh-row-action-primary i, .list-group .list-group-item .gh-row-action-primary img, .list-group .list-group-item .gh-row-action-primary label, .list-group .list-group-item .gh-row-picture i, .list-group .list-group-item .gh-row-picture img, .list-group .list-group-item .gh-row-picture label { display: block; width: 75px; height: 75px; } .list-group .list-group-item .gh-row-action-primary img, .list-group .list-group-item .gh-row-picture img { background: rgba(0, 0, 0, 0); padding: 1px; } .list-group .list-group-item .gh-row-action-primary img.circle, .list-group .list-group-item .gh-row-picture img.circle { border-radius: 100%; } .list-group .list-group-item .gh-row-action-primary i, .list-group .list-group-item .gh-row-picture i { background: rgba(0, 0, 0, 0.25); border-radius: 100%; text-align: center; line-height: 56px; font-size: 20px; color: #fff; } .list-group .list-group-item .gh-row-action-primary label, .list-group .list-group-item .gh-row-picture label { margin-left: 7px; margin-right: -7px; margin-top: 5px; margin-bottom: -5px; } .list-group .list-group-item .gh-row-action-primary label .checkbox-material, .list-group .list-group-item .gh-row-picture label .checkbox-material { left: -10px; } /********************************************************************* gh buttons? * */ .forum-icon .gh-fa { font-size: 30px; margin-top: 8px; color: #9b9b9b; } .gh-btn-default.active, .gh-btn-default:active, .gh-btn-white.active, .gh-btn-white:active, .open .dropdown-toggle.btn-default { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15) inset; } .gh-btn-info.active, .gh-btn-info:active, .gh-btn-primary.active, .gh-btn-primary:active, .gh-btn-success.active, .gh-btn-success:active, .open .dropdown-toggle.gh-btn-info, .open .dropdown-toggle.gh-btn-primary, .open .dropdown-toggle.gh-btn-success { background-image: none; } .gh-btn { border-radius: 3px; } .float-e-margins .gh-btn { margin-bottom: 5px; } .gh-btn-w-m { min-width: 120px; } .gh-btn-primary.gh-btn-outline { color: #3385FF; } .gh-btn-success.gh-btn-outline { color: #1c84c6; } .gh-btn-info.gh-btn-outline { color: #23c6c8; } .gh-btn-warning.gh-btn-outline { color: #f8ac59; } .gh-btn-danger.gh-btn-outline { color: #ed5565; } .gh-btn-danger.gh-btn-outline:hover, .gh-btn-info.gh-btn-outline:hover, .gh-btn-primary.gh-btn-outline:hover, .gh-btn-success.gh-btn-outline:hover, .gh-btn-warning.gh-btn-outline:hover { color: #fff; } .gh-btn-primary { background-color: #3385FF; border-color: #3385FF; color: #FFF; } .gh-btn-primary.active, .gh-btn-primary.active:focus, .gh-btn-primary.active:hover, .gh-btn-primary:active, .gh-btn-primary:active:focus, .gh-btn-primary:active:hover, .gh-btn-primary:focus, .gh-btn-primary:hover, .open .dropdown-toggle.gh-btn-primary { background-color: #18a689; border-color: #18a689; color: #FFF; } .gh-btn-primary.active[disabled], .gh-btn-primary.disabled, .gh-btn-primary.disabled.active, .gh-btn-primary.disabled:active, .gh-btn-primary.disabled:focus, .gh-btn-primary.disabled:hover, .gh-btn-primary[disabled], .gh-btn-primary[disabled]:active, .gh-btn-primary[disabled]:focus, .gh-btn-primary[disabled]:hover, fieldset[disabled] .gh-btn-primary, fieldset[disabled] .gh-btn-primary.active, fieldset[disabled] .gh-btn-primary:active, fieldset[disabled] .gh-btn-primary:focus, fieldset[disabled] .gh-btn-primary:hover { background-color: #1dc5a3; border-color: #1dc5a3; } .gh-btn-success { background-color: #1c84c6; border-color: #1c84c6; color: #FFF; } .gh-btn-success.active, .gh-btn-success.active:focus, .gh-btn-success.active:hover, .gh-btn-success:active, .gh-btn-success:active:focus, .gh-btn-success:active:hover, .gh-btn-success:focus, .gh-btn-success:hover, .open .dropdown-toggle.gh-btn-success { background-color: #1a7bb9; border-color: #1a7bb9; color: #FFF; } .gh-btn-success.active[disabled], .gh-btn-success.disabled, .gh-btn-success.disabled.active, .gh-btn-success.disabled:active, .gh-btn-success.disabled:focus, .gh-btn-success.disabled:hover, .gh-btn-success[disabled], .gh-btn-success[disabled]:active, .gh-btn-success[disabled]:focus, .gh-btn-success[disabled]:hover, fieldset[disabled] .gh-btn-success, fieldset[disabled] .gh-btn-success.active, fieldset[disabled] .gh-btn-success:active, fieldset[disabled] .gh-btn-success:focus, fieldset[disabled] .gh-btn-success:hover { background-color: #1f90d8; border-color: #1f90d8; } .gh-btn-info { background-color: #23c6c8; border-color: #23c6c8; color: #FFF; } .gh-btn-info.active, .gh-btn-info.active:focus, .gh-btn-info.active:hover, .gh-btn-info:active, .gh-btn-info:active:focus, .gh-btn-info:active:hover, .gh-btn-info:focus, .gh-btn-info:hover, .open .dropdown-toggle.gh-btn-info { background-color: #21b9bb; border-color: #21b9bb; color: #FFF; } .gh-btn-info.active[disabled], .gh-btn-info.disabled, .gh-btn-info.disabled.active, .gh-btn-info.disabled:active, .gh-btn-info.disabled:focus, .gh-btn-info.disabled:hover, .gh-btn-info[disabled], .gh-btn-info[disabled]:active, .gh-btn-info[disabled]:focus, .gh-btn-info[disabled]:hover, fieldset[disabled] .gh-btn-info, fieldset[disabled] .gh-btn-info.active, fieldset[disabled] .gh-btn-info:active, fieldset[disabled] .gh-btn-info:focus, fieldset[disabled] .gh-btn-info:hover { background-color: #26d7d9; border-color: #26d7d9; } .gh-btn-default { color: inherit; background: #fff; border: 1px solid #e7eaec; } .gh-btn-danger.active, .gh-btn-danger:active, .gh-btn-link.active, .gh-btn-link:active, .gh-btn-warning.active, .gh-btn-warning:active, .open .dropdown-toggle.gh-btn-danger, .open .dropdown-toggle.gh-btn-link, .open .dropdown-toggle.gh-btn-warning { background-image: none; } .gh-btn-default.active, .gh-btn-default.active:focus, .gh-btn-default.active:hover, .gh-btn-default:active, .gh-btn-default:active:focus, .gh-btn-default:active:hover, .gh-btn-default:focus, .gh-btn-default:hover, .open .dropdown-toggle.gh-btn-default { color: inherit; border: 1px solid #d2d2d2; } .gh-btn-default.active[disabled], .gh-btn-default.disabled, .gh-btn-default.disabled.active, .gh-btn-default.disabled:active, .gh-btn-default.disabled:focus, .gh-btn-default.disabled:hover, .gh-btn-default[disabled], .gh-btn-default[disabled]:active, .gh-btn-default[disabled]:focus, .gh-btn-default[disabled]:hover, fieldset[disabled] .gh-btn-default, fieldset[disabled] .gh-btn-default.active, fieldset[disabled] .gh-btn-default:active, fieldset[disabled] .gh-btn-default:focus, fieldset[disabled] .gh-btn-default:hover { color: #cacaca; } .gh-btn-warning { background-color: #f8ac59; border-color: #f8ac59; color: #FFF; } .gh-btn-warning.active, .gh-btn-warning.active:focus, .gh-btn-warning.active:hover, .gh-btn-warning:active, .gh-btn-warning:active:focus, .gh-btn-warning:active:hover, .gh-btn-warning:focus, .gh-btn-warning:hover, .open .dropdown-toggle.gh-btn-warning { background-color: #f7a54a; border-color: #f7a54a; color: #FFF; } .gh-btn-warning.active[disabled], .gh-btn-warning.disabled, .gh-btn-warning.disabled.active, .gh-btn-warning.disabled:active, .gh-btn-warning.disabled:focus, .gh-btn-warning.disabled:hover, .gh-btn-warning[disabled], .gh-btn-warning[disabled]:active, .gh-btn-warning[disabled]:focus, .gh-btn-warning[disabled]:hover, fieldset[disabled] .gh-btn-warning, fieldset[disabled] .gh-btn-warning.active, fieldset[disabled] .gh-btn-warning:active, fieldset[disabled] .gh-btn-warning:focus, fieldset[disabled] .gh-btn-warning:hover { background-color: #f9b66d; border-color: #f9b66d; } .gh-btn-danger { background-color: #ed5565; border-color: #ed5565; color: #FFF; } .gh-btn-danger.active, .gh-btn-danger.active:focus, .gh-btn-danger.active:hover, .gh-btn-danger:active, .gh-btn-danger:active:focus, .gh-btn-danger:active:hover, .gh-btn-danger:focus, .gh-btn-danger:hover, .open .dropdown-toggle.gh-btn-danger { background-color: #ec4758; border-color: #ec4758; color: #FFF; } .gh-btn-danger.active[disabled], .gh-btn-danger.disabled, .gh-btn-danger.disabled.active, .gh-btn-danger.disabled:active, .gh-btn-danger.disabled:focus, .gh-btn-danger.disabled:hover, .gh-btn-danger[disabled], .gh-btn-danger[disabled]:active, .gh-btn-danger[disabled]:focus, .gh-btn-danger[disabled]:hover, fieldset[disabled] .gh-btn-danger, fieldset[disabled] .gh-btn-danger.active, fieldset[disabled] .gh-btn-danger:active, fieldset[disabled] .gh-btn-danger:focus, fieldset[disabled] .gh-btn-danger:hover { background-color: #ef6776; border-color: #ef6776; } .gh-btn-link { color: inherit; } .gh-btn-link.active, .gh-btn-link:active, .gh-btn-link:focus, .gh-btn-link:hover, .open .dropdown-toggle.gh-btn-link { color: #3385FF; text-decoration: none; } .gh-btn-link.active[disabled], .gh-btn-link.disabled, .gh-btn-link.disabled.active, .gh-btn-link.disabled:active, .gh-btn-link.disabled:focus, .gh-btn-link.disabled:hover, .gh-btn-link[disabled], .gh-btn-link[disabled]:active, .gh-btn-link[disabled]:focus, .gh-btn-link[disabled]:hover, fieldset[disabled] .gh-btn-link, fieldset[disabled] .gh-btn-link.active, fieldset[disabled] .gh-btn-link:active, fieldset[disabled] .gh-btn-link:focus, fieldset[disabled] .gh-btn-link:hover { color: #cacaca; } .gh-btn-white { color: inherit; background: #fff; border: 1px solid #e7eaec; } .gh-btn-white.active, .gh-btn-white.active:focus, .gh-btn-white.active:hover, .gh-btn-white:active, .gh-btn-white:active:focus, .gh-btn-white:active:hover, .gh-btn-white:focus, .gh-btn-white:hover, .open .dropdown-toggle.gh-btn-white { color: inherit; border: 1px solid #d2d2d2; } .gh-btn-white.active, .gh-btn-white:active, .open .dropdown-toggle.gh-btn-white { background-image: none; } .gh-btn-white.active[disabled], .gh-btn-white.disabled, .gh-btn-white.disabled.active, .gh-btn-white.disabled:active, .gh-btn-white.disabled:focus, .gh-btn-white.disabled:hover, .gh-btn-white[disabled], .gh-btn-white[disabled]:active, .gh-btn-white[disabled]:focus, .gh-btn-white[disabled]:hover, fieldset[disabled] .gh-btn-white, fieldset[disabled] .gh-btn-white.active, fieldset[disabled] .gh-btn-white:active, fieldset[disabled] .gh-btn-white:focus, fieldset[disabled] .gh-btn-white:hover { color: #cacaca; } .gh-btn-outline { color: inherit; background-color: transparent; transition: all .5s; } .gh-btn-rounded { border-radius: 50px; } .gh-btn-large-dim { width: 90px; height: 90px; font-size: 42px; } button.gh-btn-primary.dim { box-shadow: inset 0 0 0 #16987e, 0 5px 0 0 #16987e, 0 10px 5px #999; } button.gh-btn-primary.dim:active { box-shadow: inset 0 0 0 #16987e, 0 2px 0 0 #16987e, 0 5px 3px #999; } button.gh-btn-default.dim { box-shadow: inset 0 0 0 #b3b3b3, 0 5px 0 0 #b3b3b3, 0 10px 5px #999; } button.gh-btn-default.dim:active { box-shadow: inset 0 0 0 #b3b3b3, 0 2px 0 0 #b3b3b3, 0 5px 3px #999; } button.gh-btn-warning.dim { box-shadow: inset 0 0 0 #f79d3c, 0 5px 0 0 #f79d3c, 0 10px 5px #999; } button.gh-btn-warning.dim:active { box-shadow: inset 0 0 0 #f79d3c, 0 2px 0 0 #f79d3c, 0 5px 3px #999; } button.gh-btn-info.dim { box-shadow: inset 0 0 0 #1eacae, 0 5px 0 0 #1eacae, 0 10px 5px #999; } button.gh-btn-info.dim:active { box-shadow: inset 0 0 0 #1eacae, 0 2px 0 0 #1eacae, 0 5px 3px #999; } button.gh-btn-success.dim { box-shadow: inset 0 0 0 #1872ab, 0 5px 0 0 #1872ab, 0 10px 5px #999; } button.gh-btn-success.dim:active { box-shadow: inset 0 0 0 #1872ab, 0 2px 0 0 #1872ab, 0 5px 3px #999; } button.gh-btn-danger.dim { box-shadow: inset 0 0 0 #ea394c, 0 5px 0 0 #ea394c, 0 10px 5px #999; } button.gh-btn-danger.dim:active { box-shadow: inset 0 0 0 #ea394c, 0 2px 0 0 #ea394c, 0 5px 3px #999; } .gh-btn:focus { outline: 0 !important; } .gh-btn-circle { width: 30px; height: 30px; padding: 6px 0; border-radius: 15px; text-align: center; font-size: 12px; line-height: 1.428571429; } .gh-btn-circle.gh-btn-lg { width: 50px; height: 50px; padding: 10px 16px; border-radius: 25px; font-size: 18px; line-height: 1.33; } .gh-btn-circle.gh-btn-xl { width: 70px; height: 70px; padding: 10px 16px; border-radius: 35px; font-size: 24px; line-height: 1.33; } /*# sourceMappingURL=styles.css.map */
0.335569
0.13215
.webintern-footer { background: #0d2034; width: 100%; margin-top: 100px; } .webintern-footer-inner { padding-top: 80px; padding-bottom: 10px; } .webintern-footer-logo { display: inline-block; } .webintern-footer .webintern-footer-inner .simple-text p { color: #fff; margin-top: 20px; margin-bottom: 15px; } .simple-text p { font-size: 15px; color: #42435d; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 26px; margin-bottom: 0; } .webintern-footer .webintern-footer-inner .simple-text a { font-family: 'Open Sans', sans-serif; font-weight: 700; color: #f2c21a; font-size: 15px; } .footer-2 { padding-left: 55px; } .webintern_footer_title { margin-top: 0px; margin-bottom: 25px; } .webintern_footer_title small { font-family: 'Work Sans', sans-serif; color: #fff; font-weight: 700; font-size: 18px; text-transform: uppercase; font-family: 'Righteous', cursive; } .webintern_footer_title:after { content: ''; display: block; width: 30px; height: 2px; background: #f2c21a; margin-top: 15px; } .webintern-footer-list { padding: 0; } .webintern-footer-list li { margin-bottom: 17px; list-style: none; } .webintern-footer-list a { position: relative; font-size: 15px; line-height: 18px; color: #fff; padding-left: 0; letter-spacing: 0.20px; font-family: 'Open Sans', sans-serif; } .footer-3 { padding-left: 65px; } .webintern-footer-inner .simple-text.last { color: #d5d5d5; font-size: 17px; font-style: italic; font-family: 'Open Sans', sans-serif; font-weight: 400; } ul.tt-socail { padding: 0; margin-top: 30px; } .tt-socail li { display: inline-block; margin-right: 10px; } .tt-socail a { display: block; width: 36px; height: 36px; font-size: 17px; line-height: 34px; color: #fff; text-align: center; border: 1px solid #fff; -moz-border-radius: 100%; border-radius: 100%; } .webintern_footer_title small { color: grey; font-weight: 600; font-size: 13px; text-transform: uppercase; } .tt-copy{ font-size: 15px; line-height: 20px; color: #fff; background: #0d2034; padding: 30px 0; font-family: 'Open Sans', sans-serif; } .tt-copy-right { text-align: right; } .footer-a { text-decoration: none; } .footer-a:hover { text-decoration: underline; } .container{ padding-right:15px; padding-left:15px; margin-right:auto; margin-left:auto; } .btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{ display:table; content:" "; } .btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{ clear:both; } .row{ margin-right:-15px; margin-left:-15px } .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{ position:relative; min-height:1px; padding-right:15px; padding-left:15px } @media only screen and (min-width: 1050px) { .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{ float:left; } .col-md-4{ width:33.33333333%; } .col-md-3{ width:25%; } .col-md-2{ width:16.66666667%; } } @media only screen and (min-width: 450px) { .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{ position:relative; min-height:1px; padding-right:15px; padding-left:15px; } } @media only screen and (min-width: 380px) { } @media only screen and (min-width: 370px) { } @media only screen and (min-width: 350px) { }
INCLUDES/css/footer.css
.webintern-footer { background: #0d2034; width: 100%; margin-top: 100px; } .webintern-footer-inner { padding-top: 80px; padding-bottom: 10px; } .webintern-footer-logo { display: inline-block; } .webintern-footer .webintern-footer-inner .simple-text p { color: #fff; margin-top: 20px; margin-bottom: 15px; } .simple-text p { font-size: 15px; color: #42435d; font-family: 'Open Sans', sans-serif; font-weight: 400; line-height: 26px; margin-bottom: 0; } .webintern-footer .webintern-footer-inner .simple-text a { font-family: 'Open Sans', sans-serif; font-weight: 700; color: #f2c21a; font-size: 15px; } .footer-2 { padding-left: 55px; } .webintern_footer_title { margin-top: 0px; margin-bottom: 25px; } .webintern_footer_title small { font-family: 'Work Sans', sans-serif; color: #fff; font-weight: 700; font-size: 18px; text-transform: uppercase; font-family: 'Righteous', cursive; } .webintern_footer_title:after { content: ''; display: block; width: 30px; height: 2px; background: #f2c21a; margin-top: 15px; } .webintern-footer-list { padding: 0; } .webintern-footer-list li { margin-bottom: 17px; list-style: none; } .webintern-footer-list a { position: relative; font-size: 15px; line-height: 18px; color: #fff; padding-left: 0; letter-spacing: 0.20px; font-family: 'Open Sans', sans-serif; } .footer-3 { padding-left: 65px; } .webintern-footer-inner .simple-text.last { color: #d5d5d5; font-size: 17px; font-style: italic; font-family: 'Open Sans', sans-serif; font-weight: 400; } ul.tt-socail { padding: 0; margin-top: 30px; } .tt-socail li { display: inline-block; margin-right: 10px; } .tt-socail a { display: block; width: 36px; height: 36px; font-size: 17px; line-height: 34px; color: #fff; text-align: center; border: 1px solid #fff; -moz-border-radius: 100%; border-radius: 100%; } .webintern_footer_title small { color: grey; font-weight: 600; font-size: 13px; text-transform: uppercase; } .tt-copy{ font-size: 15px; line-height: 20px; color: #fff; background: #0d2034; padding: 30px 0; font-family: 'Open Sans', sans-serif; } .tt-copy-right { text-align: right; } .footer-a { text-decoration: none; } .footer-a:hover { text-decoration: underline; } .container{ padding-right:15px; padding-left:15px; margin-right:auto; margin-left:auto; } .btn-group-vertical>.btn-group:after,.btn-group-vertical>.btn-group:before,.btn-toolbar:after,.btn-toolbar:before,.clearfix:after,.clearfix:before,.container-fluid:after,.container-fluid:before,.container:after,.container:before,.dl-horizontal dd:after,.dl-horizontal dd:before,.form-horizontal .form-group:after,.form-horizontal .form-group:before,.modal-footer:after,.modal-footer:before,.modal-header:after,.modal-header:before,.nav:after,.nav:before,.navbar-collapse:after,.navbar-collapse:before,.navbar-header:after,.navbar-header:before,.navbar:after,.navbar:before,.pager:after,.pager:before,.panel-body:after,.panel-body:before,.row:after,.row:before{ display:table; content:" "; } .btn-group-vertical>.btn-group:after,.btn-toolbar:after,.clearfix:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.modal-header:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after{ clear:both; } .row{ margin-right:-15px; margin-left:-15px } .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{ position:relative; min-height:1px; padding-right:15px; padding-left:15px } @media only screen and (min-width: 1050px) { .col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{ float:left; } .col-md-4{ width:33.33333333%; } .col-md-3{ width:25%; } .col-md-2{ width:16.66666667%; } } @media only screen and (min-width: 450px) { .col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{ position:relative; min-height:1px; padding-right:15px; padding-left:15px; } } @media only screen and (min-width: 380px) { } @media only screen and (min-width: 370px) { } @media only screen and (min-width: 350px) { }
0.215846
0.036631
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); @font-face { font-family: 'Raleway'; src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff2") format("woff2"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff") format("woff"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.ttf") format("truetype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.svg#Raleway") format("svg"); /* Legacy iOS */ } /* source-sans-pro-regular - latin */ @font-face { font-family: 'SourceSansPro'; src: url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */ } /**End police*/ /*** Hello staff custom color ***/ /*// @mixin hs_police { // font-family: Raleway-Black; // src: url("fonts/Raleway/Raleway-Black.tff"); // }*/ /*** Hello staff form element ***/ /*** Hello staff buttons ***/ /*** modal ***/ /*** divider ***/ /*** start range slider ***/ /*** end ***/ /* line 3, ../../../../sass/Front/generale/_layout.scss */ html, body { margin: 0; padding: 0; overflow-x: hidden; } /*** Hello staff positioning ***/ /* taille avec responsivite des police: p , span, label, input, li, button, titre: title_h1, title_h2, title_h3, ... h1, h2, h3 */ /* line 14, ../../../../sass/Front/generale/_default.scss */ label { /*color: #707070;*/ } /* line 18, ../../../../sass/Front/generale/_default.scss */ .title_h2 { color: #707070; font-size: 28px; } /* line 22, ../../../../sass/Front/generale/_default.scss */ .label_create_event { color: #707070; font-size: 18px; } /* End taille avec responsivite des police */ /* line 29, ../../../../sass/Front/generale/_default.scss */ .police_number { font-family: SourceSansPro !important; } /* line 7, ../../../../sass/Front/staff/evaluate/evaluate.scss */ fieldset, label { margin: 0; padding: 0; } /* line 9, ../../../../sass/Front/staff/evaluate/evaluate.scss */ h1 { font-size: 1.5em; margin: 10px; } /****** Style Star Rating Widget *****/ /* line 13, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .rating { border: none; float: left; } /* line 16, ../../../../sass/Front/staff/evaluate/evaluate.scss */ * .rating > input { display: none; } /* line 19, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .rating > label:before { margin: 5px; font-size: 1.25em; font-family: FontAwesome; display: inline-block; content: "\f005"; } /* line 27, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .rating > .half:before { content: "\f089"; position: absolute; } /* line 32, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .rating > label { color: #ddd; float: right; font-size: 25px; } /***** CSS Magic to Highlight Stars on Hover *****/ /* line 41, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_staff_content { padding: 4% 4% 2% 4%; } /* line 45, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .step_evaluation_staff { width: 100%; height: 100px; border-bottom: 1px solid #F2F6F8; border-top: 1px solid #F2F6F8; display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; position: relative; } /* line 56, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .step_evaluation_staff .title_step_evaluation_staff { font-family: Raleway Light; height: 96%; width: 100%; background-color: #F2F6F8; padding: 0 25px; font-size: 22px; color: #707070; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; border-bottom: 2px solid #fff; border-top: 2px solid #fff; } /* line 70, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .form_item_drop_right { width: 25%; background-color: #F2F6F8; height: 96%; display: flex; align-items: center; } /* line 78, ../../../../sass/Front/staff/evaluate/evaluate.scss */ #gestionary_event { height: 20px; width: 96%; } /* line 83, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .form_item_drop_user { margin-right: 32px; } /* line 85, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .form_item_drop_user:before { content: ''; right: 6px; top: 19px; width: 16px; height: 18px; background: #fff; position: absolute; pointer-events: none; display: block; background-image: url(../../../../img/input_icons/down-arrow.png); background-position: 50% 50%; background-repeat: no-repeat; background-size: 50%; } /* line 102, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .dropdown_users { top: 36px; } /*end header avec recherche*/ /*start contenu*/ /* line 108, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_content { padding-top: 8px; } /* line 112, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .view_evaluation { width: 100%; padding: 8px 0; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; flex-wrap: wrap; } /* line 117, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .view_evaluation .evaluation_note { /*width: 50%;*/ margin-right: 16px; display: -webkit-flex; -webkit-flex: 1; display: flex; flex: 1; border: 2px solid #F2F6F8; padding: 1.5rem; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; flex-wrap: wrap; } /* line 127, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .view_evaluation .evaluation_description { font-family: Raleway Light; width: 43%; border: 2px solid #F2F6F8; padding: 1.5rem; font-size: 15px; color: #707070; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; } /* line 136, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .view_evaluation .evaluation_description_new { overflow-y: scroll; } /* line 141, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_avatar { width: 28%; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; flex-wrap: wrap; } /* line 145, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_avatar .photo_candidates { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; } /* line 151, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_avatar .photo_candidates img { width: 100%; } /* line 157, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .info_candidates { width: 64%; } /* line 159, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .info_candidates span { display: table; } /* line 161, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .info_candidates .user_post { font-family: Raleway Regular; margin-top: 6px; } /* line 166, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .user_name { font-weight: bold; color: #3AC4BF; font-size: 16px; } /* line 171, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .user_post { color: #828899; font-size: 14px; } /* line 176, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_star { /*width: 27%;*/ width: auto; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: nowrap !important; display: flex; flex-wrap: nowrap !important; } /* line 182, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_star img { padding-left: 6px; } /*end contenu*/ /*start footer*/ /* line 189, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .footer_evaluation { width: 100%; height: 14rem; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-wrap: wrap; display: flex; justify-content: center; flex-wrap: wrap; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; } /* line 196, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .save_evaluation { width: 216px; height: 73px; background-image: linear-gradient(83deg, #559bf7, #36ccb5); border: 0px; border-radius: 8px; color: #fff; font-size: 18px; } /*end footer*/ /** Star evaluations */ /* line 208, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .white_start, .green_start { width: 45px; } /* line 211, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .white_start:not(:last-child), .green_start:not(:last-child) { margin-right: 10px; } /* line 215, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .info_candidate { display: flex; flex-direction: column; width: 23%; } /** End Star Evaluations */ /* line 225, ../../../../sass/Front/staff/evaluate/evaluate.scss */ img { width: 100%; height: 100%; }
public/css/Front/staff/evaluate/evaluate.css
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css); @font-face { font-family: 'Raleway'; src: url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Raleway"), local("Raleway-Regular"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff2") format("woff2"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.woff") format("woff"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.ttf") format("truetype"), url("../../../fonts/Raleway_v2/raleway-v12-latin-regular.svg#Raleway") format("svg"); /* Legacy iOS */ } /* source-sans-pro-regular - latin */ @font-face { font-family: 'SourceSansPro'; src: url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot"); /* IE9 Compat Modes */ src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff2") format("woff2"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.woff") format("woff"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.ttf") format("truetype"), url("../../../fonts/SourceSansPro/source-sans-pro-v11-latin-regular.svg#SourceSansPro") format("svg"); /* Legacy iOS */ } /**End police*/ /*** Hello staff custom color ***/ /*// @mixin hs_police { // font-family: Raleway-Black; // src: url("fonts/Raleway/Raleway-Black.tff"); // }*/ /*** Hello staff form element ***/ /*** Hello staff buttons ***/ /*** modal ***/ /*** divider ***/ /*** start range slider ***/ /*** end ***/ /* line 3, ../../../../sass/Front/generale/_layout.scss */ html, body { margin: 0; padding: 0; overflow-x: hidden; } /*** Hello staff positioning ***/ /* taille avec responsivite des police: p , span, label, input, li, button, titre: title_h1, title_h2, title_h3, ... h1, h2, h3 */ /* line 14, ../../../../sass/Front/generale/_default.scss */ label { /*color: #707070;*/ } /* line 18, ../../../../sass/Front/generale/_default.scss */ .title_h2 { color: #707070; font-size: 28px; } /* line 22, ../../../../sass/Front/generale/_default.scss */ .label_create_event { color: #707070; font-size: 18px; } /* End taille avec responsivite des police */ /* line 29, ../../../../sass/Front/generale/_default.scss */ .police_number { font-family: SourceSansPro !important; } /* line 7, ../../../../sass/Front/staff/evaluate/evaluate.scss */ fieldset, label { margin: 0; padding: 0; } /* line 9, ../../../../sass/Front/staff/evaluate/evaluate.scss */ h1 { font-size: 1.5em; margin: 10px; } /****** Style Star Rating Widget *****/ /* line 13, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .rating { border: none; float: left; } /* line 16, ../../../../sass/Front/staff/evaluate/evaluate.scss */ * .rating > input { display: none; } /* line 19, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .rating > label:before { margin: 5px; font-size: 1.25em; font-family: FontAwesome; display: inline-block; content: "\f005"; } /* line 27, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .rating > .half:before { content: "\f089"; position: absolute; } /* line 32, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .rating > label { color: #ddd; float: right; font-size: 25px; } /***** CSS Magic to Highlight Stars on Hover *****/ /* line 41, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_staff_content { padding: 4% 4% 2% 4%; } /* line 45, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .step_evaluation_staff { width: 100%; height: 100px; border-bottom: 1px solid #F2F6F8; border-top: 1px solid #F2F6F8; display: -webkit-flex; -webkit-align-items: center; display: flex; align-items: center; position: relative; } /* line 56, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .step_evaluation_staff .title_step_evaluation_staff { font-family: Raleway Light; height: 96%; width: 100%; background-color: #F2F6F8; padding: 0 25px; font-size: 22px; color: #707070; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; border-bottom: 2px solid #fff; border-top: 2px solid #fff; } /* line 70, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .form_item_drop_right { width: 25%; background-color: #F2F6F8; height: 96%; display: flex; align-items: center; } /* line 78, ../../../../sass/Front/staff/evaluate/evaluate.scss */ #gestionary_event { height: 20px; width: 96%; } /* line 83, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .form_item_drop_user { margin-right: 32px; } /* line 85, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .form_item_drop_user:before { content: ''; right: 6px; top: 19px; width: 16px; height: 18px; background: #fff; position: absolute; pointer-events: none; display: block; background-image: url(../../../../img/input_icons/down-arrow.png); background-position: 50% 50%; background-repeat: no-repeat; background-size: 50%; } /* line 102, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .dropdown_users { top: 36px; } /*end header avec recherche*/ /*start contenu*/ /* line 108, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_content { padding-top: 8px; } /* line 112, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .view_evaluation { width: 100%; padding: 8px 0; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; flex-wrap: wrap; } /* line 117, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .view_evaluation .evaluation_note { /*width: 50%;*/ margin-right: 16px; display: -webkit-flex; -webkit-flex: 1; display: flex; flex: 1; border: 2px solid #F2F6F8; padding: 1.5rem; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; flex-wrap: wrap; } /* line 127, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .view_evaluation .evaluation_description { font-family: Raleway Light; width: 43%; border: 2px solid #F2F6F8; padding: 1.5rem; font-size: 15px; color: #707070; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; } /* line 136, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .view_evaluation .evaluation_description_new { overflow-y: scroll; } /* line 141, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_avatar { width: 28%; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; flex-wrap: wrap; } /* line 145, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_avatar .photo_candidates { width: 60px; height: 60px; border-radius: 50%; overflow: hidden; } /* line 151, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_avatar .photo_candidates img { width: 100%; } /* line 157, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .info_candidates { width: 64%; } /* line 159, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .info_candidates span { display: table; } /* line 161, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .info_candidates .user_post { font-family: Raleway Regular; margin-top: 6px; } /* line 166, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .user_name { font-weight: bold; color: #3AC4BF; font-size: 16px; } /* line 171, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .user_post { color: #828899; font-size: 14px; } /* line 176, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_star { /*width: 27%;*/ width: auto; display: -webkit-flex; -webkit-justify-content: space-between; -webkit-flex-wrap: wrap; display: flex; justify-content: space-between; flex-wrap: wrap; display: -webkit-flex; -webkit-flex-wrap: nowrap !important; display: flex; flex-wrap: nowrap !important; } /* line 182, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .evaluation_star img { padding-left: 6px; } /*end contenu*/ /*start footer*/ /* line 189, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .footer_evaluation { width: 100%; height: 14rem; display: -webkit-flex; -webkit-justify-content: center; -webkit-flex-wrap: wrap; display: flex; justify-content: center; flex-wrap: wrap; display: -webkit-flex; -webkit-align-items: center; -webkit-flex-wrap: wrap; display: flex; align-items: center; flex-wrap: wrap; } /* line 196, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .save_evaluation { width: 216px; height: 73px; background-image: linear-gradient(83deg, #559bf7, #36ccb5); border: 0px; border-radius: 8px; color: #fff; font-size: 18px; } /*end footer*/ /** Star evaluations */ /* line 208, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .white_start, .green_start { width: 45px; } /* line 211, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .white_start:not(:last-child), .green_start:not(:last-child) { margin-right: 10px; } /* line 215, ../../../../sass/Front/staff/evaluate/evaluate.scss */ .info_candidate { display: flex; flex-direction: column; width: 23%; } /** End Star Evaluations */ /* line 225, ../../../../sass/Front/staff/evaluate/evaluate.scss */ img { width: 100%; height: 100%; }
0.287168
0.039416
@import './vars'; @import './mixins'; .blog-posts-filter { display: flex; align-items: center; justify-content: center; padding: 2rem; text-align: right; font-size: .8rem; color: color($color-text l(+30%)); font-family: monospace; white-space: nowrap; overflow: hidden; @mixin min-width $break-md { padding: 3rem 2rem 2rem; font-size: 1rem; } input { padding: .2em; background: color($color-bg alpha(-60%)); text-align: center; border: 0; font-size: inherit; font-family: inherit; transition: .1s ease-out width; &:focus { outline: 0; background: color($color-bg alpha(-50%)); } } } .blog-posts-list { padding: 1rem; @mixin min-width $break-md { padding: 2rem; } .card { margin-bottom: 2rem; @mixin min-width $break-md { margin-bottom: 3rem; } &:last-child { margin-bottom: 0; } } } .blog-post { padding: 0 0 1rem; @mixin min-width $break-md { padding: 2rem 0; } &--loading { position: relative; display: flex; justify-content: center; align-content: center; min-height: 600px; padding: 3em 0; font-size: 2em; font-weight: 400; color: $color-text; @at-root { @keyframes blogPostLoading { to { background-position: 150% 0; } } } &:after { content: ''; position: absolute; top: 0; right: 10%; bottom: 0; left: 10%; background-image: linear-gradient(90deg, transparent, color($color-content alpha(-30%)) 50%, transparent 100%); background-position: 0 0; background-size: 50% 100%; background-repeat: no-repeat; animation: blogPostLoading 1s ease-out infinite alternate; pointer-events: none; } } hr { border: 0; border-top: 70px solid $color-bg; border-bottom: 5px solid color($color-bg l(+20%)); margin: 2rem 0; @mixin min-width $break-md { margin: 3rem -1rem; } & + h2 { margin-top: 0; } } } .blog-post-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem; font-size: .7rem; color: $color-text; text-transform: uppercase; opacity: .8; @mixin min-width $break-md { font-size: 1rem; padding: 0 2rem 1rem; } @mixin min-width $break-lg { padding: 0 2rem 2rem; } .btn { font-size: .7rem; text-transform: uppercase; color: $color-text-dim; @mixin min-width $break-md { font-size: 1rem; } } } .blog-post-header-meta { display: flex; justify-content: space-between; color: $color-text-dim; &__date { margin-right: .8rem; } } .blog-post-content { color: $color-text; @mixin min-width $break-md { padding: 0 1rem; } h1 { margin: 1rem 1rem 3rem; font-weight: 400; font-size: 1.8rem; line-height: 1.5; color: color($color-text alpha(-10%)); @mixin min-width $break-md { font-size: 2.5rem; code { font-size: 2.5rem; } } code { font-size: 1.8rem; } } h2 { margin: 3rem 1rem 2rem; font-weight: 400; font-size: 1.4em; @mixin min-width $break-xs { font-size: 1.5em; } } h3 { margin: 1rem; font-weight: 300; font-size: 1.3rem; code { font-size: 1.1rem; } } p { margin: 0 1rem 2.5rem; font-size: 1rem; line-height: 1.9; } ul, ol { margin: 0 1rem; padding: 0; list-style: none; li { padding: 1rem; margin-bottom: 1rem; font-size: 1rem; line-height: 1.7; background: $color-li-background; a { @mixin text-shadow $color-link, $color-li-background; } p { margin: 0 0 1rem 0; } p:last-child { margin: 0; } } } ol { margin: 0 0 2rem; padding: 0 0 0 3rem; counter-reset: post-ol-counter; @mixin min-width $break-md { margin-right: -1rem; } li { position: relative; margin-bottom: 1rem; &:before { position: absolute; top: 0; left: -30px; padding-top: 1.4rem; height: 100%; content: counter(post-ol-counter, decimal); counter-increment: post-ol-counter; font-size: 1rem; font-weight: 400; line-height: 1; color: $color-li-counter; @mixin min-width $break-sm { left: -25px; } } } } pre { display: block; margin: 0 0 2rem; padding: 1rem; overflow: auto; color: $color-code-text; background: $color-code-background; @mixin min-width $break-md { margin: 0 -1rem 2.5rem; padding: 1rem 2rem; } code { padding: 0; line-height: 1.5; } } code { display: inline-block; border-radius: 5px; padding: .05rem .4rem; margin: 0 .2rem; color: $color-code-text; background: $color-code-background; font-family: "Courier New", Courier, monospace; font-size: .8rem; } a { @mixin text-shadow $color-link, $color-content; } img { display: block; width: 100%; height: auto; } blockquote { padding: 1rem 1rem 1rem 1.5rem; margin: 0 0 1rem 1rem; border-top: 3px solid $color-code-background; background: $color-li-background; @mixin min-width $break-md { margin-right: -1rem; } pre { margin: 1rem -1rem 1rem 0; padding: 1rem; } p { margin: 0 } } } .blog-post-comments { margin: 2rem 1rem 1rem; @mixin min-width $break-md { margin: 5rem 2rem 2rem; } }
src/styles/blog.css
@import './vars'; @import './mixins'; .blog-posts-filter { display: flex; align-items: center; justify-content: center; padding: 2rem; text-align: right; font-size: .8rem; color: color($color-text l(+30%)); font-family: monospace; white-space: nowrap; overflow: hidden; @mixin min-width $break-md { padding: 3rem 2rem 2rem; font-size: 1rem; } input { padding: .2em; background: color($color-bg alpha(-60%)); text-align: center; border: 0; font-size: inherit; font-family: inherit; transition: .1s ease-out width; &:focus { outline: 0; background: color($color-bg alpha(-50%)); } } } .blog-posts-list { padding: 1rem; @mixin min-width $break-md { padding: 2rem; } .card { margin-bottom: 2rem; @mixin min-width $break-md { margin-bottom: 3rem; } &:last-child { margin-bottom: 0; } } } .blog-post { padding: 0 0 1rem; @mixin min-width $break-md { padding: 2rem 0; } &--loading { position: relative; display: flex; justify-content: center; align-content: center; min-height: 600px; padding: 3em 0; font-size: 2em; font-weight: 400; color: $color-text; @at-root { @keyframes blogPostLoading { to { background-position: 150% 0; } } } &:after { content: ''; position: absolute; top: 0; right: 10%; bottom: 0; left: 10%; background-image: linear-gradient(90deg, transparent, color($color-content alpha(-30%)) 50%, transparent 100%); background-position: 0 0; background-size: 50% 100%; background-repeat: no-repeat; animation: blogPostLoading 1s ease-out infinite alternate; pointer-events: none; } } hr { border: 0; border-top: 70px solid $color-bg; border-bottom: 5px solid color($color-bg l(+20%)); margin: 2rem 0; @mixin min-width $break-md { margin: 3rem -1rem; } & + h2 { margin-top: 0; } } } .blog-post-header { display: flex; align-items: center; justify-content: space-between; padding: 1rem; font-size: .7rem; color: $color-text; text-transform: uppercase; opacity: .8; @mixin min-width $break-md { font-size: 1rem; padding: 0 2rem 1rem; } @mixin min-width $break-lg { padding: 0 2rem 2rem; } .btn { font-size: .7rem; text-transform: uppercase; color: $color-text-dim; @mixin min-width $break-md { font-size: 1rem; } } } .blog-post-header-meta { display: flex; justify-content: space-between; color: $color-text-dim; &__date { margin-right: .8rem; } } .blog-post-content { color: $color-text; @mixin min-width $break-md { padding: 0 1rem; } h1 { margin: 1rem 1rem 3rem; font-weight: 400; font-size: 1.8rem; line-height: 1.5; color: color($color-text alpha(-10%)); @mixin min-width $break-md { font-size: 2.5rem; code { font-size: 2.5rem; } } code { font-size: 1.8rem; } } h2 { margin: 3rem 1rem 2rem; font-weight: 400; font-size: 1.4em; @mixin min-width $break-xs { font-size: 1.5em; } } h3 { margin: 1rem; font-weight: 300; font-size: 1.3rem; code { font-size: 1.1rem; } } p { margin: 0 1rem 2.5rem; font-size: 1rem; line-height: 1.9; } ul, ol { margin: 0 1rem; padding: 0; list-style: none; li { padding: 1rem; margin-bottom: 1rem; font-size: 1rem; line-height: 1.7; background: $color-li-background; a { @mixin text-shadow $color-link, $color-li-background; } p { margin: 0 0 1rem 0; } p:last-child { margin: 0; } } } ol { margin: 0 0 2rem; padding: 0 0 0 3rem; counter-reset: post-ol-counter; @mixin min-width $break-md { margin-right: -1rem; } li { position: relative; margin-bottom: 1rem; &:before { position: absolute; top: 0; left: -30px; padding-top: 1.4rem; height: 100%; content: counter(post-ol-counter, decimal); counter-increment: post-ol-counter; font-size: 1rem; font-weight: 400; line-height: 1; color: $color-li-counter; @mixin min-width $break-sm { left: -25px; } } } } pre { display: block; margin: 0 0 2rem; padding: 1rem; overflow: auto; color: $color-code-text; background: $color-code-background; @mixin min-width $break-md { margin: 0 -1rem 2.5rem; padding: 1rem 2rem; } code { padding: 0; line-height: 1.5; } } code { display: inline-block; border-radius: 5px; padding: .05rem .4rem; margin: 0 .2rem; color: $color-code-text; background: $color-code-background; font-family: "Courier New", Courier, monospace; font-size: .8rem; } a { @mixin text-shadow $color-link, $color-content; } img { display: block; width: 100%; height: auto; } blockquote { padding: 1rem 1rem 1rem 1.5rem; margin: 0 0 1rem 1rem; border-top: 3px solid $color-code-background; background: $color-li-background; @mixin min-width $break-md { margin-right: -1rem; } pre { margin: 1rem -1rem 1rem 0; padding: 1rem; } p { margin: 0 } } } .blog-post-comments { margin: 2rem 1rem 1rem; @mixin min-width $break-md { margin: 5rem 2rem 2rem; } }
0.706393
0.101056
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Oswald:400); html { height: 100%; font-size: 100%; } body { background: radial-gradient(ellipse at center, #8d93a0 0%, #f2f2f2 100%); } main { width: 16rem; margin: 10rem auto; background: rgba(255,255,255,0.8); border-radius: 0.2rem; padding: 1rem; color: #333; } #name { font-family: "Oswald", "Arial"; font-size: 0.7rem; text-transform: uppercase; text-align: center; letter-spacing: 0.1rem; margin-bottom: 1.5rem; } .info { font-family: "Roboto Condensed", "Arial"; font-size: 1.08rem; margin-bottom: 1.8rem; } #circle { display: block; position: relative; width: 8rem; height: 8rem; margin: -5rem auto 0 auto; text-align: center; overflow: hidden; perspective: 1200px; } #circle:hover #circle-flip { transform: rotateY(180deg); } @keyframes flip { 10% { transform: rotateY(180deg); } 90% { transform: rotateY(180deg); } } #circle-flip { width: 100%; height: 100%; transform-style: preserve-3d; transition: all 500ms; animation: flip 3s; animation-delay: 0.5s; } .front, .back, .bottom { position: absolute; height: 100%; width: 100%; backface-visibility: hidden; } #circle .front { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/profile.jpg") #DDD; background-size: cover; border-radius: 50%; } #circle .back { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/email.png") #FFF; background-size: 35%; background-repeat: no-repeat; background-position: center 35%; line-height: 11rem; color: #666; font-family: "Roboto Condensed", "Arial"; font-size: 0.9rem; text-transform: uppercase; text-align: center; letter-spacing: 0.08rem; border-radius: 50%; transform: rotateY(180deg); } .button-container { position: relative; perspective: 1200px; } .button { display: block; height: 3.5rem; width: 13rem; margin: 0 auto 1.4rem auto; transform-style: preserve-3d; transform-origin: 50% 25px -25px; transition: all 300ms; animation: underflip 3s; animation-delay: 4s; } .button:hover { transform: rotateX(90deg); } @keyframes underflip { 10% { transform: rotateX(90deg); } 90% { transform: rotateX(90deg); } } .first.button .front { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/codepen.png") #BBB; background-size: 80%; background-repeat: no-repeat; background-position: center; } .first.button .bottom { background: #666; white-space: nowrap; } .first.button .bottom::after { content: ""; width: 1px; height: 100%; vertical-align: middle; display: inline-block; margin-right: -10px; } .first.button .bottom span { color: #FFF; font-family: "Roboto Condensed", "Arial"; font-size: 0.9rem; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 0.07rem; vertical-align: middle; display: inline-block; white-space: normal; padding: 0.3rem; } .button .bottom { transform: rotateX(-90deg) translateY(25px) translateZ(25px); } footer { position: fixed; bottom: 0; right: 10px; font-family: "Roboto Condensed", "Arial"; font-size: 0.8em; color: rgba(255,255,255,0.3); } @media all and (min-width: 1800px), (min-resolution: 192dpi) { html { font-size: 150%; } }
web/views/css/profil/profil.css
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Oswald:400); html { height: 100%; font-size: 100%; } body { background: radial-gradient(ellipse at center, #8d93a0 0%, #f2f2f2 100%); } main { width: 16rem; margin: 10rem auto; background: rgba(255,255,255,0.8); border-radius: 0.2rem; padding: 1rem; color: #333; } #name { font-family: "Oswald", "Arial"; font-size: 0.7rem; text-transform: uppercase; text-align: center; letter-spacing: 0.1rem; margin-bottom: 1.5rem; } .info { font-family: "Roboto Condensed", "Arial"; font-size: 1.08rem; margin-bottom: 1.8rem; } #circle { display: block; position: relative; width: 8rem; height: 8rem; margin: -5rem auto 0 auto; text-align: center; overflow: hidden; perspective: 1200px; } #circle:hover #circle-flip { transform: rotateY(180deg); } @keyframes flip { 10% { transform: rotateY(180deg); } 90% { transform: rotateY(180deg); } } #circle-flip { width: 100%; height: 100%; transform-style: preserve-3d; transition: all 500ms; animation: flip 3s; animation-delay: 0.5s; } .front, .back, .bottom { position: absolute; height: 100%; width: 100%; backface-visibility: hidden; } #circle .front { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/profile.jpg") #DDD; background-size: cover; border-radius: 50%; } #circle .back { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/email.png") #FFF; background-size: 35%; background-repeat: no-repeat; background-position: center 35%; line-height: 11rem; color: #666; font-family: "Roboto Condensed", "Arial"; font-size: 0.9rem; text-transform: uppercase; text-align: center; letter-spacing: 0.08rem; border-radius: 50%; transform: rotateY(180deg); } .button-container { position: relative; perspective: 1200px; } .button { display: block; height: 3.5rem; width: 13rem; margin: 0 auto 1.4rem auto; transform-style: preserve-3d; transform-origin: 50% 25px -25px; transition: all 300ms; animation: underflip 3s; animation-delay: 4s; } .button:hover { transform: rotateX(90deg); } @keyframes underflip { 10% { transform: rotateX(90deg); } 90% { transform: rotateX(90deg); } } .first.button .front { background: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/106891/codepen.png") #BBB; background-size: 80%; background-repeat: no-repeat; background-position: center; } .first.button .bottom { background: #666; white-space: nowrap; } .first.button .bottom::after { content: ""; width: 1px; height: 100%; vertical-align: middle; display: inline-block; margin-right: -10px; } .first.button .bottom span { color: #FFF; font-family: "Roboto Condensed", "Arial"; font-size: 0.9rem; font-weight: bold; text-transform: uppercase; text-align: center; letter-spacing: 0.07rem; vertical-align: middle; display: inline-block; white-space: normal; padding: 0.3rem; } .button .bottom { transform: rotateX(-90deg) translateY(25px) translateZ(25px); } footer { position: fixed; bottom: 0; right: 10px; font-family: "Roboto Condensed", "Arial"; font-size: 0.8em; color: rgba(255,255,255,0.3); } @media all and (min-width: 1800px), (min-resolution: 192dpi) { html { font-size: 150%; } }
0.443118
0.080033
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, sans-serif; } h1 { text-align: center; padding-top: 10px; padding-bottom: 15px; padding-left: 15px; color: #FFFFFF; font-size: 20px; text-align: left; font-family: Saira Condensed; } h2 { text-align: center; padding-bottom: 20px; color:black; } p { padding-bottom: 5px; margin-left: 10px; margin-bottom: 10px; text-align: center; font-size: 30px; font-family: Saira Condensed; } form#form1>button:hover{ background-color: #1FEFFF; cursor: pointer; } form#form1 > button#yes { background: none; border: solid green 2px; font-size: 35px; font-family: Saira Condensed; width: 60%; height: 200px; background-color: white; color: green; box-shadow: 0px 0px 15px green; border-radius: 3px; display: inline-block; padding: 10px; margin-left: 10px; margin-right: 5px; margin-bottom: 20px; font-weight: bold; position: relative; left: 20%; } form#form1 > button#yes:hover { background-color: green; color: #FFFFFF; border: solid black 2px; } form#form1 > button#no { background: none; border: solid red 2px; font-size: 35px; width: 60%; height: 200px; background-color: white; font-family: Saira Condensed; color: red; box-shadow: 0px 0px 15px red; border-radius: 3px; display: inline-block; padding: 10px; margin-left: 10px; margin-right: 5px; font-weight: bold; position: relative; left: 20%; } form#form1 > button#no:hover { background-color: red; color: #FFFFFF; border: solid black 2px; } video#qr-video{ display:block; margin-left:auto; margin-right:auto; } button#scan{ background: none; border:none; font-size:16px; width:200px; background-color:#155BB4; color:white; box-shadow:0px 0px 7px black; border-radius: 3px; display:block; padding-top:5px; padding-bottom: 5px; margin-top:5px; margin-left:auto; margin-right:auto; } body { background-color: white; } img { display: block; margin-left: auto; margin-right: auto; width: 20%; margin-top:20px; margin-bottom:20px; border: solid black 6px; border-radius: 10px; } .container { width: 100%; height: 50px; margin: 0 auto; background: #7289DA; color: #7289DA; } .container2 { background: #7289DA; border: solid #23272A 1px; width: 100%; height: 50px; color: #FFFFFF; bottom: 0; position: absolute; } .container3{ background-color: #2C2F33; color: #FFFFFF; border: 1px solid #7289DA; width: 25%; height: 130px; left: 37.5%; position: relative; margin-bottom: 50px; } .container4{ background-color: #2C2F33; color: #FFFFFF; border: 1px solid #7289DA; width: 25%; height: 55px; left: 37.5%; position: relative; margin-bottom: 50px; }
docs/response/css/style.css
@import url('https://fonts.googleapis.com/css?family=Saira+Condensed&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: Arial, sans-serif; } h1 { text-align: center; padding-top: 10px; padding-bottom: 15px; padding-left: 15px; color: #FFFFFF; font-size: 20px; text-align: left; font-family: Saira Condensed; } h2 { text-align: center; padding-bottom: 20px; color:black; } p { padding-bottom: 5px; margin-left: 10px; margin-bottom: 10px; text-align: center; font-size: 30px; font-family: Saira Condensed; } form#form1>button:hover{ background-color: #1FEFFF; cursor: pointer; } form#form1 > button#yes { background: none; border: solid green 2px; font-size: 35px; font-family: Saira Condensed; width: 60%; height: 200px; background-color: white; color: green; box-shadow: 0px 0px 15px green; border-radius: 3px; display: inline-block; padding: 10px; margin-left: 10px; margin-right: 5px; margin-bottom: 20px; font-weight: bold; position: relative; left: 20%; } form#form1 > button#yes:hover { background-color: green; color: #FFFFFF; border: solid black 2px; } form#form1 > button#no { background: none; border: solid red 2px; font-size: 35px; width: 60%; height: 200px; background-color: white; font-family: Saira Condensed; color: red; box-shadow: 0px 0px 15px red; border-radius: 3px; display: inline-block; padding: 10px; margin-left: 10px; margin-right: 5px; font-weight: bold; position: relative; left: 20%; } form#form1 > button#no:hover { background-color: red; color: #FFFFFF; border: solid black 2px; } video#qr-video{ display:block; margin-left:auto; margin-right:auto; } button#scan{ background: none; border:none; font-size:16px; width:200px; background-color:#155BB4; color:white; box-shadow:0px 0px 7px black; border-radius: 3px; display:block; padding-top:5px; padding-bottom: 5px; margin-top:5px; margin-left:auto; margin-right:auto; } body { background-color: white; } img { display: block; margin-left: auto; margin-right: auto; width: 20%; margin-top:20px; margin-bottom:20px; border: solid black 6px; border-radius: 10px; } .container { width: 100%; height: 50px; margin: 0 auto; background: #7289DA; color: #7289DA; } .container2 { background: #7289DA; border: solid #23272A 1px; width: 100%; height: 50px; color: #FFFFFF; bottom: 0; position: absolute; } .container3{ background-color: #2C2F33; color: #FFFFFF; border: 1px solid #7289DA; width: 25%; height: 130px; left: 37.5%; position: relative; margin-bottom: 50px; } .container4{ background-color: #2C2F33; color: #FFFFFF; border: 1px solid #7289DA; width: 25%; height: 55px; left: 37.5%; position: relative; margin-bottom: 50px; }
0.373076
0.084455
@import url("https://fonts.googleapis.com/css?family=Poppins"); @import url("https://fonts.googleapis.com/css?family=Questrial"); body { margin: 0%; padding: 0%; width: auto; /* background: var(--bg-color); */ /*background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); color: var(--text-color);*/ max-width: 100vw; overflow-x: hidden; align-items: center; font-family: "Poppins", sans-serif; } #loading { width: 100vw; height: 100vh; position: fixed; background: #fff; z-index: 999; display: flex; justify-content: center; flex-direction: column; align-items: center; top: 0; bottom: 0; left: 0; right: 0; } #spinner { animation: rotate 0.5s infinite linear; width: 50px; height: 50px; border: 2px solid var(--bg-color); border-bottom: 2px solid var(--text-color); border-radius: 50%; margin: 0; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #profile { width: 24vw; padding: 4vh 3vw; height: 92vh; display: flex; flex-direction: column; justify-content: center; text-align: left; background: var(--background-image) center center; background-size: cover !important; background-repeat: no-repeat; position: fixed; color: #fff !important; /* float animation */ animation-name: floating; animation-duration: 4s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; } @keyframes floating { from { transform: translate(0, 0px); } 65% { transform: translate(0, 10px); } to { transform: translate(0, -0px); } } #display { width: 64vw; padding: 4vh 3vw; height: 100vh; display: inline-block; padding-left: 33vw; overflow: auto; } #display h1 { font-size: 50px; color: var(--text-color); font-weight: bold; font-family: "Questrial", sans-serif; } .emoji { width: 18px; height: 18px; } #profile_img_blog { border-radius: 50%; width: 90px; height: 90px; background-size: cover !important; background-repeat: no-repeat; } #username_blog { font-size: 18px; color: var(--text-color); font-family: "Poppins", sans-serif; font-weight: bold; } #username_blog span { font-size: 24px; font-family: "Questrial", sans-serif !important; } #username_blog b { font-size: 12px; font-family: "Poppins", sans-serif; font-weight: bold; } #blog-display { width: 60vw; margin: 0px 20vw; text-align: left; margin-top: 3vh; z-index: 1; } #profile_blog { width: 60vw; margin: 0px 20vw; margin-top: 34vh; text-align: left; z-index: 1; } #background_overlay { width: 100vw; height: 55vh; position: absolute; z-index: -1; top: 0; left: 0; } #background { width: 100vw; height: 55vh; background-size: cover !important; background-repeat: no-repeat !important; position: absolute; z-index: -2; top: 0; left: 0; } #blog-display h1 { font-size: 50px; color: var(--text-color); font-weight: bold; font-family: "Questrial", sans-serif; } #blog-display h2 { color: var(--blog-gray-color); } #blog-display { padding: 1vh 0px; font-family: "Questrial", sans-serif; } #blog p { font-size: 17px; line-height: 25px; word-spacing: 1.2px; margin: 5vh 0px; } #blog p span { padding: 2px 4px; background: var(--text-color); color: var(--bg-color) !important; } #blog img { width: 100%; margin: 2vh 0px; border-color: #3498db; border-radius: 10px; outline: none; border-color: #3498db; box-shadow: 0 0 20px #9ecaed; } #header { width: 63vw; text-align: right; padding: 3vh 0px; position: absolute; } #header a { color: var(--text-color); text-decoration: none; margin-left: 4vw; font-weight: bold; } #footer_blog { width: 90vw; padding: 8vh 5vw; text-align: center; } #footer_blog a { color: var(--text-color) !important; text-decoration: none; font-family: "Questrial", sans-serif; font-weight: bold; } #footer { width: 100%; padding: 8vh 0px; text-align: center; } #footer a { color: var(--text-color) !important; text-decoration: none; font-family: "Questrial", sans-serif; } #profile_img { width: 180px; height: 180px; min-width: 180px; min-height: 180px; max-width: 180px; max-height: 180px; border-radius: 10px; background-size: cover !important; background-repeat: no-repeat !important; border-color: #3498db; outline: none; border-color: #3498db; box-shadow: 0 0 20px #9ecaed; } #profile div { font-weight: bold; margin: 1.5vh 0px; } #username { font-size: 18px; font-weight: bold; } #username span { font-size: 24px; } #userbio { font-size: 20px; font-family: "Questrial", sans-serif; width: 100%; } #about { font-size: 18px; font-family: "Questrial", sans-serif; } /* #about a, #username a { color: #fff !important; text-decoration: none; font-weight: bold; }*/ #about a:hover, #username a:hover { text-decoration: underline; } #about span { margin: 1vh 0px; display: block; } #about span i { font-size: 16px; } #work { margin: 2vh 0px; padding: 4vh 0px !important; } #forks { margin: 2vh 0px; padding: 4vh 0px !important; } .projects { margin-left: -15px; /* align section w/ heading above */ } .projects a { /* 30px is the gutter size in magic grid */ width: calc(49% - 30px); /* 49% avoids a weird single column on some wide screens */ display: flex; text-decoration: none; } .projects section { width: 100%; padding: 2.5vh 5%; margin: 1vh 0px; display: inline-block; border-radius: 5px; color: var(--text-color); border: 1px solid rgb(0, 0, 0, 0.08); box-shadow: 0px 0px 0px rgb(0, 0, 0, 0); transition: 0.4s ease-in-out; transform: scale(1); } .projects section:hover { cursor: pointer; border: 1px solid rgb(0, 0, 0, 0); box-shadow: 0px 15px 35px rgb(0, 0, 0, 0.06); transform: scale(1.03); } .section_title { font-size: 24px; font-weight: bold; margin: 1vh 0px; padding: 0px 1px; word-wrap: break-word; } .about_section { font-size: 18px; font-family: "Questrial", sans-serif; margin: 2vh 0px; font-weight: bold; word-wrap: break-word; } .bottom_section { margin: 1vh 0px; font-size: 14px; word-wrap: break-word; } .bottom_section span { margin-right: 20px; font-weight: bold; } .bottom_section span i { font-size: 15px; } .socials { color: #fff; text-decoration: none; margin: 3vh 0px !important; } .socials span { display: inline-block !important; margin-right: 2vw !important; font-weight: normal !important; } .socials span a { font-weight: normal !important; } #blog_section { margin: 2vh 0px; padding: 2vh 0px !important; } #blogs { columns: 2; } #blog_title { font-size: 50px; } #blog_sub_title { font-size: 36px; margin-top: -2vh; } #blogs section { width: 90%; display: inline-block; border-radius: 5px; color: var(--text-color); border: 1px solid rgb(0, 0, 0, 0.04); box-shadow: 0px 0px 0px rgb(0, 0, 0, 0); transition: 0.4s ease-in-out; transform: scale(1); padding: 0px; margin: 2vh 0px; } #blogs section img { width: 100%; border-radius: 5px 5px 0px 0px; } .blog_container { padding: 2.5vh 5%; border-radius: 7px; } #blogs section:hover { cursor: pointer; border: 1px solid rgb(0, 0, 0, 0); box-shadow: 0px 15px 35px rgb(0, 0, 0, 0.06); transform: scale(1.03); outline: none; border-color: #9ecaed; box-shadow: 0 0 20px #9ecaed; } .go_back { position: absolute; color: var(--text-color); font-size: 26px; margin-left: 5vw; margin-top: 4vh; } ::selection { color: var(--bg-color); background: var(--text-color); } @media (max-width: 800px) { #profile { width: auto; padding: 20%; height: 35vh; margin: 0 auto; text-align: center; position: relative; background: var(--background-image) left 60% center; } #display { display: inline-block; width: auto; padding: 5%; margin: 0 auto; position: relative; } #profile_img { width: 120px; height: 120px; min-width: 120px; min-height: 120px; max-width: 120px; max-height: 120px; margin: 0px auto !important; } #work { width: auto; margin: 0 auto; } #singleline { white-space: nowrap; text-overflow: ellipsis; } .projects { margin-left: 0; /* remove neg margin to align w/ header */ } .projects a { width: 100%; } .projects section { width: 88%; } #blogs { columns: 1; } #blogs section { width: 98%; } #blog_section { margin: 0px; } #blog-display { width: 90vw; margin: 0px 5vw; text-align: left; margin-top: 0vh; z-index: 1; } #blog_title { font-size: 32px !important; } #blog_sub_title { font-size: 24px; margin-top: -1vh; } #profile_blog { width: 90vw; margin: 0px 5vw; margin-top: 36vh; text-align: left; z-index: 1; } #profile_img_blog { width: 65px; height: 65px; } .go_back { position: relative; color: var(--text-color); font-size: 26px; margin-left: 5vw; top: 5vh; } #blog img { margin: 1vh 0px !important; } #blog p { margin: 2vh 0px; } } :root { --bg-color: rgb(10, 10, 10); --text-color: #fff; --blog-gray-color: rgb(180, 180, 180); --background-image: linear-gradient( 45deg, rgba(10, 10, 10, 0.3), rgb(10, 10, 10, 1) ), url("./../assets/bg.png"); --background-background: linear-gradient( 45deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0.6) ), url("./../assets/bg.png") center center fixed; --height: 50vh; } #display h1 { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: #fff; } #blog-display h1 { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: #fff; } .projects section { background: rgb(20, 20, 20); } #blog_section section { background: rgb(20, 20, 20); } @media (max-width: 800px) { :root { --background-image: linear-gradient( 45deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0) ), url("./../assets/bg.png") !important; } } .night { position: absolute; width: 40%; height: 30%; margin: 0; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .night_reverse { position: relative; width: 100%; height: 100%; margin: 0; -webkit-transform: rotateZ(90deg); transform: rotateZ(-145deg); } .shooting_star { position: absolute; left: 50%; top: 50%; height: 2px; background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0)); /* border-radius: 999px; */ -webkit-filter: drop-shadow(0 0 6px #699bff); filter: drop-shadow(0 0 6px #699bff); -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite; animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite; } .shooting_star::before, .shooting_star::after { content: ''; position: absolute; top: calc(50% - 1px); right: 0; height: 2px; background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0)); -webkit-transform: translateX(50%) rotateZ(45deg); transform: translateX(50%) rotateZ(45deg); border-radius: 100%; -webkit-animation: shining 3000ms ease-in-out infinite; animation: shining 3000ms ease-in-out infinite; } .shooting_star::after { -webkit-transform: translateX(50%) rotateZ(-45deg); transform: translateX(50%) rotateZ(-45deg); } .shooting_star:nth-child(1) { top: calc(50% - 117px); left: calc(50% - 31px); -webkit-animation-delay: 928ms; animation-delay: 928ms; } .shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after { -webkit-animation-delay: 928ms; animation-delay: 928ms; } .shooting_star:nth-child(2) { top: calc(50% - -121px); left: calc(50% - 248px); -webkit-animation-delay: 4129ms; animation-delay: 4129ms; } .shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after, .shooting_star:nth-child(2)::after { -webkit-animation-delay: 4129ms; animation-delay: 4129ms; } .shooting_star:nth-child(3) { top: calc(50% - -110px); left: calc(50% - 9px); -webkit-animation-delay: 9079ms; animation-delay: 9079ms; } .shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after, .shooting_star:nth-child(3)::after { -webkit-animation-delay: 9079ms; animation-delay: 9079ms; } .shooting_star:nth-child(4) { top: calc(50% - -74px); left: calc(50% - 279px); -webkit-animation-delay: 6878ms; animation-delay: 6878ms; } .shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after, .shooting_star:nth-child(4)::after { -webkit-animation-delay: 6878ms; animation-delay: 6878ms; } .shooting_star:nth-child(5) { top: calc(50% - 88px); left: calc(50% - 122px); -webkit-animation-delay: 8413ms; animation-delay: 8413ms; } .shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after, .shooting_star:nth-child(5)::after { -webkit-animation-delay: 8413ms; animation-delay: 8413ms; } .shooting_star:nth-child(6) { top: calc(50% - -16px); left: calc(50% - 231px); -webkit-animation-delay: 6531ms; animation-delay: 6531ms; } .shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after, .shooting_star:nth-child(6)::after { -webkit-animation-delay: 6531ms; animation-delay: 6531ms; } .shooting_star:nth-child(7) { top: calc(50% - -118px); left: calc(50% - 152px); -webkit-animation-delay: 6905ms; animation-delay: 6905ms; } .shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after, .shooting_star:nth-child(7)::after { -webkit-animation-delay: 6905ms; animation-delay: 6905ms; } .shooting_star:nth-child(8) { top: calc(50% - -63px); left: calc(50% - 123px); -webkit-animation-delay: 3771ms; animation-delay: 3771ms; } .shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after, .shooting_star:nth-child(8)::after { -webkit-animation-delay: 3771ms; animation-delay: 3771ms; } .shooting_star:nth-child(9) { top: calc(50% - -125px); left: calc(50% - 1px); -webkit-animation-delay: 9378ms; animation-delay: 9378ms; } .shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after, .shooting_star:nth-child(9)::after { -webkit-animation-delay: 9378ms; animation-delay: 9378ms; } .shooting_star:nth-child(10) { top: calc(50% - -179px); left: calc(50% - 112px); -webkit-animation-delay: 9042ms; animation-delay: 9042ms; } .shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after, .shooting_star:nth-child(10)::after { -webkit-animation-delay: 9042ms; animation-delay: 9042ms; } .shooting_star:nth-child(11) { top: calc(50% - -140px); left: calc(50% - 285px); -webkit-animation-delay: 348ms; animation-delay: 348ms; } .shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after, .shooting_star:nth-child(11)::after { -webkit-animation-delay: 348ms; animation-delay: 348ms; } .shooting_star:nth-child(12) { top: calc(50% - 163px); left: calc(50% - 78px); -webkit-animation-delay: 8377ms; animation-delay: 8377ms; } .shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after, .shooting_star:nth-child(12)::after { -webkit-animation-delay: 8377ms; animation-delay: 8377ms; } .shooting_star:nth-child(13) { top: calc(50% - -17px); left: calc(50% - 233px); -webkit-animation-delay: 5411ms; animation-delay: 5411ms; } .shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after, .shooting_star:nth-child(13)::after { -webkit-animation-delay: 5411ms; animation-delay: 5411ms; } .shooting_star:nth-child(14) { top: calc(50% - 53px); left: calc(50% - 185px); -webkit-animation-delay: 736ms; animation-delay: 736ms; } .shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after, .shooting_star:nth-child(14)::after { -webkit-animation-delay: 736ms; animation-delay: 736ms; } .shooting_star:nth-child(15) { top: calc(50% - 168px); left: calc(50% - 117px); -webkit-animation-delay: 8557ms; animation-delay: 8557ms; } .shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after, .shooting_star:nth-child(15)::after { -webkit-animation-delay: 8557ms; animation-delay: 8557ms; } .shooting_star:nth-child(16) { top: calc(50% - -132px); left: calc(50% - 282px); -webkit-animation-delay: 4227ms; animation-delay: 4227ms; } .shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after, .shooting_star:nth-child(16)::after { -webkit-animation-delay: 4227ms; animation-delay: 4227ms; } .shooting_star:nth-child(17) { top: calc(50% - -24px); left: calc(50% - 166px); -webkit-animation-delay: 4370ms; animation-delay: 4370ms; } .shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after, .shooting_star:nth-child(17)::after { -webkit-animation-delay: 4370ms; animation-delay: 4370ms; } .shooting_star:nth-child(18) { top: calc(50% - 136px); left: calc(50% - 136px); -webkit-animation-delay: 378ms; animation-delay: 378ms; } .shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after, .shooting_star:nth-child(18)::after { -webkit-animation-delay: 378ms; animation-delay: 378ms; } .shooting_star:nth-child(19) { top: calc(50% - -25px); left: calc(50% - 5px); -webkit-animation-delay: 3731ms; animation-delay: 3731ms; } .shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after, .shooting_star:nth-child(19)::after { -webkit-animation-delay: 3731ms; animation-delay: 3731ms; } .shooting_star:nth-child(20) { top: calc(50% - 124px); left: calc(50% - 103px); -webkit-animation-delay: 8600ms; animation-delay: 8600ms; } .shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after, .shooting_star:nth-child(20)::after { -webkit-animation-delay: 8600ms; animation-delay: 8600ms; } @-webkit-keyframes tail { 0% { width: 0; } 30% { width: 100px; } 100% { width: 0; } } @keyframes tail { 0% { width: 0; } 30% { width: 100px; } 100% { width: 0; } } @-webkit-keyframes shining { 0% { width: 0; } 50% { width: 30px; } 100% { width: 0; } } @keyframes shining { 0% { width: 0; } 50% { width: 30px; } 100% { width: 0; } } @-webkit-keyframes shooting { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(300px); transform: translateX(300px); } } @keyframes shooting { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(300px); transform: translateX(300px); } } @-webkit-keyframes sky { 0% { -webkit-transform: rotate(45deg); transform: rotate(45deg); } 100% { -webkit-transform: rotate(405deg); transform: rotate(405deg); } } @keyframes sky { 0% { -webkit-transform: rotate(45deg); transform: rotate(45deg); } 100% { -webkit-transform: rotate(405deg); transform: rotate(405deg); } } .btn { box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: 2px solid #3498db; border-radius: 0.6em; color: #3498db; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; font-size: 1rem; font-weight: 400; line-height: 1; margin: 20px; padding: 1.2em 2.8em; text-decoration: none; text-align: center; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 400; margin: 0 auto; margin-bottom: 20px; } .btn:hover, .btn:focus { color: #fff; outline: 0; } .third { box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db; } .third:hover { border-color: #3498db; color: #fff; box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; } .videowrapper { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; } .videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-color: #3498db; border-radius: 10px; outline: none; border-color: #3498db; box-shadow: 0 0 20px #9ecaed; } .fa { padding: 20px; font-size: 20px; width: 20px; text-align: center; text-decoration: none; margin: 5px 2px; border-radius: 50%; display: inline-block; border-color: #3498db; outline: none; border-color: #3498db; box-shadow: 0 0 10px #9ecaed; } .fa:hover { box-shadow: 0 0 15px #9ecaed; } .fa-facebook { background: #3B5998; color: white; } .fa-google { background: #dd4b39; color: white; }
css/index.css
@import url("https://fonts.googleapis.com/css?family=Poppins"); @import url("https://fonts.googleapis.com/css?family=Questrial"); body { margin: 0%; padding: 0%; width: auto; /* background: var(--bg-color); */ /*background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%); color: var(--text-color);*/ max-width: 100vw; overflow-x: hidden; align-items: center; font-family: "Poppins", sans-serif; } #loading { width: 100vw; height: 100vh; position: fixed; background: #fff; z-index: 999; display: flex; justify-content: center; flex-direction: column; align-items: center; top: 0; bottom: 0; left: 0; right: 0; } #spinner { animation: rotate 0.5s infinite linear; width: 50px; height: 50px; border: 2px solid var(--bg-color); border-bottom: 2px solid var(--text-color); border-radius: 50%; margin: 0; } @keyframes rotate { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } #profile { width: 24vw; padding: 4vh 3vw; height: 92vh; display: flex; flex-direction: column; justify-content: center; text-align: left; background: var(--background-image) center center; background-size: cover !important; background-repeat: no-repeat; position: fixed; color: #fff !important; /* float animation */ animation-name: floating; animation-duration: 4s; animation-iteration-count: infinite; animation-timing-function: ease-in-out; } @keyframes floating { from { transform: translate(0, 0px); } 65% { transform: translate(0, 10px); } to { transform: translate(0, -0px); } } #display { width: 64vw; padding: 4vh 3vw; height: 100vh; display: inline-block; padding-left: 33vw; overflow: auto; } #display h1 { font-size: 50px; color: var(--text-color); font-weight: bold; font-family: "Questrial", sans-serif; } .emoji { width: 18px; height: 18px; } #profile_img_blog { border-radius: 50%; width: 90px; height: 90px; background-size: cover !important; background-repeat: no-repeat; } #username_blog { font-size: 18px; color: var(--text-color); font-family: "Poppins", sans-serif; font-weight: bold; } #username_blog span { font-size: 24px; font-family: "Questrial", sans-serif !important; } #username_blog b { font-size: 12px; font-family: "Poppins", sans-serif; font-weight: bold; } #blog-display { width: 60vw; margin: 0px 20vw; text-align: left; margin-top: 3vh; z-index: 1; } #profile_blog { width: 60vw; margin: 0px 20vw; margin-top: 34vh; text-align: left; z-index: 1; } #background_overlay { width: 100vw; height: 55vh; position: absolute; z-index: -1; top: 0; left: 0; } #background { width: 100vw; height: 55vh; background-size: cover !important; background-repeat: no-repeat !important; position: absolute; z-index: -2; top: 0; left: 0; } #blog-display h1 { font-size: 50px; color: var(--text-color); font-weight: bold; font-family: "Questrial", sans-serif; } #blog-display h2 { color: var(--blog-gray-color); } #blog-display { padding: 1vh 0px; font-family: "Questrial", sans-serif; } #blog p { font-size: 17px; line-height: 25px; word-spacing: 1.2px; margin: 5vh 0px; } #blog p span { padding: 2px 4px; background: var(--text-color); color: var(--bg-color) !important; } #blog img { width: 100%; margin: 2vh 0px; border-color: #3498db; border-radius: 10px; outline: none; border-color: #3498db; box-shadow: 0 0 20px #9ecaed; } #header { width: 63vw; text-align: right; padding: 3vh 0px; position: absolute; } #header a { color: var(--text-color); text-decoration: none; margin-left: 4vw; font-weight: bold; } #footer_blog { width: 90vw; padding: 8vh 5vw; text-align: center; } #footer_blog a { color: var(--text-color) !important; text-decoration: none; font-family: "Questrial", sans-serif; font-weight: bold; } #footer { width: 100%; padding: 8vh 0px; text-align: center; } #footer a { color: var(--text-color) !important; text-decoration: none; font-family: "Questrial", sans-serif; } #profile_img { width: 180px; height: 180px; min-width: 180px; min-height: 180px; max-width: 180px; max-height: 180px; border-radius: 10px; background-size: cover !important; background-repeat: no-repeat !important; border-color: #3498db; outline: none; border-color: #3498db; box-shadow: 0 0 20px #9ecaed; } #profile div { font-weight: bold; margin: 1.5vh 0px; } #username { font-size: 18px; font-weight: bold; } #username span { font-size: 24px; } #userbio { font-size: 20px; font-family: "Questrial", sans-serif; width: 100%; } #about { font-size: 18px; font-family: "Questrial", sans-serif; } /* #about a, #username a { color: #fff !important; text-decoration: none; font-weight: bold; }*/ #about a:hover, #username a:hover { text-decoration: underline; } #about span { margin: 1vh 0px; display: block; } #about span i { font-size: 16px; } #work { margin: 2vh 0px; padding: 4vh 0px !important; } #forks { margin: 2vh 0px; padding: 4vh 0px !important; } .projects { margin-left: -15px; /* align section w/ heading above */ } .projects a { /* 30px is the gutter size in magic grid */ width: calc(49% - 30px); /* 49% avoids a weird single column on some wide screens */ display: flex; text-decoration: none; } .projects section { width: 100%; padding: 2.5vh 5%; margin: 1vh 0px; display: inline-block; border-radius: 5px; color: var(--text-color); border: 1px solid rgb(0, 0, 0, 0.08); box-shadow: 0px 0px 0px rgb(0, 0, 0, 0); transition: 0.4s ease-in-out; transform: scale(1); } .projects section:hover { cursor: pointer; border: 1px solid rgb(0, 0, 0, 0); box-shadow: 0px 15px 35px rgb(0, 0, 0, 0.06); transform: scale(1.03); } .section_title { font-size: 24px; font-weight: bold; margin: 1vh 0px; padding: 0px 1px; word-wrap: break-word; } .about_section { font-size: 18px; font-family: "Questrial", sans-serif; margin: 2vh 0px; font-weight: bold; word-wrap: break-word; } .bottom_section { margin: 1vh 0px; font-size: 14px; word-wrap: break-word; } .bottom_section span { margin-right: 20px; font-weight: bold; } .bottom_section span i { font-size: 15px; } .socials { color: #fff; text-decoration: none; margin: 3vh 0px !important; } .socials span { display: inline-block !important; margin-right: 2vw !important; font-weight: normal !important; } .socials span a { font-weight: normal !important; } #blog_section { margin: 2vh 0px; padding: 2vh 0px !important; } #blogs { columns: 2; } #blog_title { font-size: 50px; } #blog_sub_title { font-size: 36px; margin-top: -2vh; } #blogs section { width: 90%; display: inline-block; border-radius: 5px; color: var(--text-color); border: 1px solid rgb(0, 0, 0, 0.04); box-shadow: 0px 0px 0px rgb(0, 0, 0, 0); transition: 0.4s ease-in-out; transform: scale(1); padding: 0px; margin: 2vh 0px; } #blogs section img { width: 100%; border-radius: 5px 5px 0px 0px; } .blog_container { padding: 2.5vh 5%; border-radius: 7px; } #blogs section:hover { cursor: pointer; border: 1px solid rgb(0, 0, 0, 0); box-shadow: 0px 15px 35px rgb(0, 0, 0, 0.06); transform: scale(1.03); outline: none; border-color: #9ecaed; box-shadow: 0 0 20px #9ecaed; } .go_back { position: absolute; color: var(--text-color); font-size: 26px; margin-left: 5vw; margin-top: 4vh; } ::selection { color: var(--bg-color); background: var(--text-color); } @media (max-width: 800px) { #profile { width: auto; padding: 20%; height: 35vh; margin: 0 auto; text-align: center; position: relative; background: var(--background-image) left 60% center; } #display { display: inline-block; width: auto; padding: 5%; margin: 0 auto; position: relative; } #profile_img { width: 120px; height: 120px; min-width: 120px; min-height: 120px; max-width: 120px; max-height: 120px; margin: 0px auto !important; } #work { width: auto; margin: 0 auto; } #singleline { white-space: nowrap; text-overflow: ellipsis; } .projects { margin-left: 0; /* remove neg margin to align w/ header */ } .projects a { width: 100%; } .projects section { width: 88%; } #blogs { columns: 1; } #blogs section { width: 98%; } #blog_section { margin: 0px; } #blog-display { width: 90vw; margin: 0px 5vw; text-align: left; margin-top: 0vh; z-index: 1; } #blog_title { font-size: 32px !important; } #blog_sub_title { font-size: 24px; margin-top: -1vh; } #profile_blog { width: 90vw; margin: 0px 5vw; margin-top: 36vh; text-align: left; z-index: 1; } #profile_img_blog { width: 65px; height: 65px; } .go_back { position: relative; color: var(--text-color); font-size: 26px; margin-left: 5vw; top: 5vh; } #blog img { margin: 1vh 0px !important; } #blog p { margin: 2vh 0px; } } :root { --bg-color: rgb(10, 10, 10); --text-color: #fff; --blog-gray-color: rgb(180, 180, 180); --background-image: linear-gradient( 45deg, rgba(10, 10, 10, 0.3), rgb(10, 10, 10, 1) ), url("./../assets/bg.png"); --background-background: linear-gradient( 45deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0.6) ), url("./../assets/bg.png") center center fixed; --height: 50vh; } #display h1 { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: #fff; } #blog-display h1 { -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: #fff; } .projects section { background: rgb(20, 20, 20); } #blog_section section { background: rgb(20, 20, 20); } @media (max-width: 800px) { :root { --background-image: linear-gradient( 45deg, rgba(10, 10, 10, 1), rgba(10, 10, 10, 0) ), url("./../assets/bg.png") !important; } } .night { position: absolute; width: 40%; height: 30%; margin: 0; -webkit-transform: rotateZ(45deg); transform: rotateZ(45deg); } .night_reverse { position: relative; width: 100%; height: 100%; margin: 0; -webkit-transform: rotateZ(90deg); transform: rotateZ(-145deg); } .shooting_star { position: absolute; left: 50%; top: 50%; height: 2px; background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0)); /* border-radius: 999px; */ -webkit-filter: drop-shadow(0 0 6px #699bff); filter: drop-shadow(0 0 6px #699bff); -webkit-animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite; animation: tail 3000ms ease-in-out infinite, shooting 3000ms ease-in-out infinite; } .shooting_star::before, .shooting_star::after { content: ''; position: absolute; top: calc(50% - 1px); right: 0; height: 2px; background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0)); -webkit-transform: translateX(50%) rotateZ(45deg); transform: translateX(50%) rotateZ(45deg); border-radius: 100%; -webkit-animation: shining 3000ms ease-in-out infinite; animation: shining 3000ms ease-in-out infinite; } .shooting_star::after { -webkit-transform: translateX(50%) rotateZ(-45deg); transform: translateX(50%) rotateZ(-45deg); } .shooting_star:nth-child(1) { top: calc(50% - 117px); left: calc(50% - 31px); -webkit-animation-delay: 928ms; animation-delay: 928ms; } .shooting_star:nth-child(1)::before, .shooting_star:nth-child(1)::after, .shooting_star:nth-child(1)::after { -webkit-animation-delay: 928ms; animation-delay: 928ms; } .shooting_star:nth-child(2) { top: calc(50% - -121px); left: calc(50% - 248px); -webkit-animation-delay: 4129ms; animation-delay: 4129ms; } .shooting_star:nth-child(2)::before, .shooting_star:nth-child(2)::after, .shooting_star:nth-child(2)::after { -webkit-animation-delay: 4129ms; animation-delay: 4129ms; } .shooting_star:nth-child(3) { top: calc(50% - -110px); left: calc(50% - 9px); -webkit-animation-delay: 9079ms; animation-delay: 9079ms; } .shooting_star:nth-child(3)::before, .shooting_star:nth-child(3)::after, .shooting_star:nth-child(3)::after { -webkit-animation-delay: 9079ms; animation-delay: 9079ms; } .shooting_star:nth-child(4) { top: calc(50% - -74px); left: calc(50% - 279px); -webkit-animation-delay: 6878ms; animation-delay: 6878ms; } .shooting_star:nth-child(4)::before, .shooting_star:nth-child(4)::after, .shooting_star:nth-child(4)::after { -webkit-animation-delay: 6878ms; animation-delay: 6878ms; } .shooting_star:nth-child(5) { top: calc(50% - 88px); left: calc(50% - 122px); -webkit-animation-delay: 8413ms; animation-delay: 8413ms; } .shooting_star:nth-child(5)::before, .shooting_star:nth-child(5)::after, .shooting_star:nth-child(5)::after { -webkit-animation-delay: 8413ms; animation-delay: 8413ms; } .shooting_star:nth-child(6) { top: calc(50% - -16px); left: calc(50% - 231px); -webkit-animation-delay: 6531ms; animation-delay: 6531ms; } .shooting_star:nth-child(6)::before, .shooting_star:nth-child(6)::after, .shooting_star:nth-child(6)::after { -webkit-animation-delay: 6531ms; animation-delay: 6531ms; } .shooting_star:nth-child(7) { top: calc(50% - -118px); left: calc(50% - 152px); -webkit-animation-delay: 6905ms; animation-delay: 6905ms; } .shooting_star:nth-child(7)::before, .shooting_star:nth-child(7)::after, .shooting_star:nth-child(7)::after { -webkit-animation-delay: 6905ms; animation-delay: 6905ms; } .shooting_star:nth-child(8) { top: calc(50% - -63px); left: calc(50% - 123px); -webkit-animation-delay: 3771ms; animation-delay: 3771ms; } .shooting_star:nth-child(8)::before, .shooting_star:nth-child(8)::after, .shooting_star:nth-child(8)::after { -webkit-animation-delay: 3771ms; animation-delay: 3771ms; } .shooting_star:nth-child(9) { top: calc(50% - -125px); left: calc(50% - 1px); -webkit-animation-delay: 9378ms; animation-delay: 9378ms; } .shooting_star:nth-child(9)::before, .shooting_star:nth-child(9)::after, .shooting_star:nth-child(9)::after { -webkit-animation-delay: 9378ms; animation-delay: 9378ms; } .shooting_star:nth-child(10) { top: calc(50% - -179px); left: calc(50% - 112px); -webkit-animation-delay: 9042ms; animation-delay: 9042ms; } .shooting_star:nth-child(10)::before, .shooting_star:nth-child(10)::after, .shooting_star:nth-child(10)::after { -webkit-animation-delay: 9042ms; animation-delay: 9042ms; } .shooting_star:nth-child(11) { top: calc(50% - -140px); left: calc(50% - 285px); -webkit-animation-delay: 348ms; animation-delay: 348ms; } .shooting_star:nth-child(11)::before, .shooting_star:nth-child(11)::after, .shooting_star:nth-child(11)::after { -webkit-animation-delay: 348ms; animation-delay: 348ms; } .shooting_star:nth-child(12) { top: calc(50% - 163px); left: calc(50% - 78px); -webkit-animation-delay: 8377ms; animation-delay: 8377ms; } .shooting_star:nth-child(12)::before, .shooting_star:nth-child(12)::after, .shooting_star:nth-child(12)::after { -webkit-animation-delay: 8377ms; animation-delay: 8377ms; } .shooting_star:nth-child(13) { top: calc(50% - -17px); left: calc(50% - 233px); -webkit-animation-delay: 5411ms; animation-delay: 5411ms; } .shooting_star:nth-child(13)::before, .shooting_star:nth-child(13)::after, .shooting_star:nth-child(13)::after { -webkit-animation-delay: 5411ms; animation-delay: 5411ms; } .shooting_star:nth-child(14) { top: calc(50% - 53px); left: calc(50% - 185px); -webkit-animation-delay: 736ms; animation-delay: 736ms; } .shooting_star:nth-child(14)::before, .shooting_star:nth-child(14)::after, .shooting_star:nth-child(14)::after { -webkit-animation-delay: 736ms; animation-delay: 736ms; } .shooting_star:nth-child(15) { top: calc(50% - 168px); left: calc(50% - 117px); -webkit-animation-delay: 8557ms; animation-delay: 8557ms; } .shooting_star:nth-child(15)::before, .shooting_star:nth-child(15)::after, .shooting_star:nth-child(15)::after { -webkit-animation-delay: 8557ms; animation-delay: 8557ms; } .shooting_star:nth-child(16) { top: calc(50% - -132px); left: calc(50% - 282px); -webkit-animation-delay: 4227ms; animation-delay: 4227ms; } .shooting_star:nth-child(16)::before, .shooting_star:nth-child(16)::after, .shooting_star:nth-child(16)::after { -webkit-animation-delay: 4227ms; animation-delay: 4227ms; } .shooting_star:nth-child(17) { top: calc(50% - -24px); left: calc(50% - 166px); -webkit-animation-delay: 4370ms; animation-delay: 4370ms; } .shooting_star:nth-child(17)::before, .shooting_star:nth-child(17)::after, .shooting_star:nth-child(17)::after { -webkit-animation-delay: 4370ms; animation-delay: 4370ms; } .shooting_star:nth-child(18) { top: calc(50% - 136px); left: calc(50% - 136px); -webkit-animation-delay: 378ms; animation-delay: 378ms; } .shooting_star:nth-child(18)::before, .shooting_star:nth-child(18)::after, .shooting_star:nth-child(18)::after { -webkit-animation-delay: 378ms; animation-delay: 378ms; } .shooting_star:nth-child(19) { top: calc(50% - -25px); left: calc(50% - 5px); -webkit-animation-delay: 3731ms; animation-delay: 3731ms; } .shooting_star:nth-child(19)::before, .shooting_star:nth-child(19)::after, .shooting_star:nth-child(19)::after { -webkit-animation-delay: 3731ms; animation-delay: 3731ms; } .shooting_star:nth-child(20) { top: calc(50% - 124px); left: calc(50% - 103px); -webkit-animation-delay: 8600ms; animation-delay: 8600ms; } .shooting_star:nth-child(20)::before, .shooting_star:nth-child(20)::after, .shooting_star:nth-child(20)::after { -webkit-animation-delay: 8600ms; animation-delay: 8600ms; } @-webkit-keyframes tail { 0% { width: 0; } 30% { width: 100px; } 100% { width: 0; } } @keyframes tail { 0% { width: 0; } 30% { width: 100px; } 100% { width: 0; } } @-webkit-keyframes shining { 0% { width: 0; } 50% { width: 30px; } 100% { width: 0; } } @keyframes shining { 0% { width: 0; } 50% { width: 30px; } 100% { width: 0; } } @-webkit-keyframes shooting { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(300px); transform: translateX(300px); } } @keyframes shooting { 0% { -webkit-transform: translateX(0); transform: translateX(0); } 100% { -webkit-transform: translateX(300px); transform: translateX(300px); } } @-webkit-keyframes sky { 0% { -webkit-transform: rotate(45deg); transform: rotate(45deg); } 100% { -webkit-transform: rotate(405deg); transform: rotate(405deg); } } @keyframes sky { 0% { -webkit-transform: rotate(45deg); transform: rotate(45deg); } 100% { -webkit-transform: rotate(405deg); transform: rotate(405deg); } } .btn { box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; background-color: transparent; border: 2px solid #3498db; border-radius: 0.6em; color: #3498db; cursor: pointer; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-self: center; -ms-flex-item-align: center; align-self: center; font-size: 1rem; font-weight: 400; line-height: 1; margin: 20px; padding: 1.2em 2.8em; text-decoration: none; text-align: center; text-transform: uppercase; font-family: 'Montserrat', sans-serif; font-weight: 400; margin: 0 auto; margin-bottom: 20px; } .btn:hover, .btn:focus { color: #fff; outline: 0; } .third { box-shadow: 0 0 10px 0 #3498db inset, 0 0 10px 4px #3498db; } .third:hover { border-color: #3498db; color: #fff; box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db; -webkit-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; } .videowrapper { float: none; clear: both; width: 100%; position: relative; padding-bottom: 56.25%; padding-top: 25px; height: 0; } .videowrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-color: #3498db; border-radius: 10px; outline: none; border-color: #3498db; box-shadow: 0 0 20px #9ecaed; } .fa { padding: 20px; font-size: 20px; width: 20px; text-align: center; text-decoration: none; margin: 5px 2px; border-radius: 50%; display: inline-block; border-color: #3498db; outline: none; border-color: #3498db; box-shadow: 0 0 10px #9ecaed; } .fa:hover { box-shadow: 0 0 15px #9ecaed; } .fa-facebook { background: #3B5998; color: white; } .fa-google { background: #dd4b39; color: white; }
0.265119
0.052619
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Oswald"; } body { background-color: #415a77; } .logo { font-weight: 900; font-size: 2rem; } .bottom-separator { border-bottom: solid 2px #ffffff69; box-shadow: 0 10px 10px -10px #00000069; } .nav-container { position: fixed; left: 0; top: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 5em; background-color: #00000069; box-shadow: 0 4px 10px #00000069; color: #ffffff; backdrop-filter: blur(10px); z-index: 100; } .nav-links { display: flex; gap: 50px; font-size: larger; } a, a:visited { text-decoration: none; color: #e0e1dd; transition: color 0.05s; } a:hover { color: #ffffff; } .landing { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: justify; width: 100%; min-height: 100vh; padding: 0 15vw; overflow: hidden; user-select: none; cursor: pointer; color: #ffffff; } .landing h1 { font-weight: 700; font-size: 7rem; text-transform: uppercase; margin-bottom: -0.2em; } hr { width: 100%; } .landing p { font-size: 1rem; } #landing-canvas { position: absolute; /* border: 2px solid red; */ /* width: 100%; */ /* height: 100%; */ top: 0%; left: 0%; z-index: -1; } .lorem { display: flex; flex-direction: column; justify-content: center; /* align-items: center; */ padding: 10vw; min-height: 100vh; text-align: justify; color: #ffffff; } .card-container { display: flex; flex-wrap: wrap; /* align-items: center; */ justify-content: center; gap: 40px; } .card { width: 20em; background: linear-gradient(to bottom, #0d1b2a69, #1b263b69); box-shadow: 0 4px 10px #00000069; padding: 3em; border-radius: 5px; transition: transform 0.2s ease-out, box-shadow 0.2s ease-out; } .card:focus, .card:hover { transform: scale(1.02); box-shadow: 0 4px 15px #00000069; }
src/style.css
* { margin: 0; padding: 0; box-sizing: border-box; font-family: "Oswald"; } body { background-color: #415a77; } .logo { font-weight: 900; font-size: 2rem; } .bottom-separator { border-bottom: solid 2px #ffffff69; box-shadow: 0 10px 10px -10px #00000069; } .nav-container { position: fixed; left: 0; top: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 0 5em; background-color: #00000069; box-shadow: 0 4px 10px #00000069; color: #ffffff; backdrop-filter: blur(10px); z-index: 100; } .nav-links { display: flex; gap: 50px; font-size: larger; } a, a:visited { text-decoration: none; color: #e0e1dd; transition: color 0.05s; } a:hover { color: #ffffff; } .landing { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: justify; width: 100%; min-height: 100vh; padding: 0 15vw; overflow: hidden; user-select: none; cursor: pointer; color: #ffffff; } .landing h1 { font-weight: 700; font-size: 7rem; text-transform: uppercase; margin-bottom: -0.2em; } hr { width: 100%; } .landing p { font-size: 1rem; } #landing-canvas { position: absolute; /* border: 2px solid red; */ /* width: 100%; */ /* height: 100%; */ top: 0%; left: 0%; z-index: -1; } .lorem { display: flex; flex-direction: column; justify-content: center; /* align-items: center; */ padding: 10vw; min-height: 100vh; text-align: justify; color: #ffffff; } .card-container { display: flex; flex-wrap: wrap; /* align-items: center; */ justify-content: center; gap: 40px; } .card { width: 20em; background: linear-gradient(to bottom, #0d1b2a69, #1b263b69); box-shadow: 0 4px 10px #00000069; padding: 3em; border-radius: 5px; transition: transform 0.2s ease-out, box-shadow 0.2s ease-out; } .card:focus, .card:hover { transform: scale(1.02); box-shadow: 0 4px 15px #00000069; }
0.464173
0.135919
.Wrapper { position: relative; z-index: 0; display: flex; align-items: flex-start; padding: 1px; cursor: text; } .Wrapper-disabled { opacity: var(--x-opacity-disabled); cursor: disabled; pointer-events: none; } .Wrapper-readonly { opacity: var(--x-opacity-readonly); } .Wrapper-backgroundTransparent { --placeholder-color: var(--x-default-color-text-subdued); } .Wrapper-backgroundSurfacePrimary { --placeholder-color: var(--x-color-surface-primary-text-subdued); --x-default-color-text-subdued: var(--x-color-surface-primary-text-subdued); --x-default-color-accent: var(--x-color-surface-primary-accent); color: var(--x-color-surface-primary-text-emphasized); } .Wrapper-backgroundSurfaceSecondary { --placeholder-color: var(--x-color-surface-secondary-text-subdued); --x-default-color-text-subdued: var(--x-color-surface-secondary-text-subdued); --x-default-color-accent: var(--x-color-surface-secondary-accent); color: var(--x-color-surface-secondary-text-emphasized); } .Wrapper-backgroundSurfaceTertiary { --placeholder-color: var(--x-color-surface-tertiary-text-subdued); --x-default-color-text-subdued: var(--x-color-surface-tertiary-text-subdued); --x-default-color-accent: var(--x-color-surface-tertiary-accent); color: var(--x-color-surface-tertiary-text-emphasized); } .Icon { position: relative; z-index: 1; display: flex; align-items: center; height: em(44px); padding-inline-start: em(11px); } .IconInner { width: rem(24px); height: rem(24px); } .Prefix { position: relative; z-index: 1; padding-block: em(11px) em(11px); padding-inline-start: em(11px); } .Prefix-inside { padding-block: em(19px) em(4px); } .Field-Wrapper { flex: 1; } .Field { position: relative; z-index: 1; width: 100%; -webkit-tap-highlight-color: transparent; background: none; border-radius: var( --x-text-field-border-radius, var(--x-control-border-radius, var(--x-global-border-radius)) ); font-size: var(--x-typography-size-default); outline: none; padding: em(11px) em(11px) em(12px); min-height: em(44px); text-transform: var(--x-global-typography-letter-case); letter-spacing: var(--x-global-typography-kerning); line-height: var(--x-global-typography-line-size-default); &::placeholder { color: var(--placeholder-color); opacity: 1; } &:invalid { box-shadow: none; } } .Field-hasActions { border-start-end-radius: 0; border-end-end-radius: 0; } .Backdrop { position: absolute; inset: 0; border: 0 transparent solid; border-radius: var( --x-text-field-border-radius, var(--x-control-border-radius, var(--x-global-border-radius)) ); transition: box-shadow var(--x-duration-base) var(--x-timing-base), border var(--x-duration-base) var(--x-timing-base); } .Suffix { position: relative; z-index: 1; padding-block: em(11px); padding-inline-end: em(11px); } .Actions { position: relative; z-index: 1; display: flex; height: em(44px); padding-inline-end: em(11px); cursor: default; } .Field-floating { transition: all var(--x-duration-base) var(--x-timing-base); padding-block: em(19px) em(4px); } .Field-prefixed { transition: none; border-start-start-radius: 0; border-end-start-radius: 0; } .Backdrop-backgroundTransparent { background-color: transparent; } .Backdrop-backgroundSurfacePrimary { background-color: var(--x-color-surface-primary); } .Backdrop-backgroundSurfaceSecondary { background-color: var(--x-color-surface-secondary); } .Backdrop-backgroundSurfaceTertiary { background-color: var(--x-color-surface-tertiary); } .Backdrop-borderNone { &.Backdrop-focusBorderFull { &.focus { box-shadow: 0 0 0 2px var(--x-color-interactive-text); } &.hasError { &, &.focus { box-shadow: 0 0 0 2px var(--x-color-critical-accent); } } } &.Backdrop-focusBorderBlockEnd { &.focus { box-shadow: 0 2px 0 0 var(--x-color-interactive-text); } &.hasError { &, &.focus { box-shadow: 0 2px 0 0 var(--x-color-critical-accent); } } } } .Backdrop-borderFull { border-width: 1px; border-color: var(--x-default-color-border); &.Backdrop-focusBorderFull { &.focus { border-color: var(--x-color-interactive-text); box-shadow: 0 0 0 1px var(--x-color-interactive-text); } &.hasError { &, &.focus { border-color: var(--x-color-critical-accent); box-shadow: 0 0 0 1px var(--x-color-critical-accent); } } } &.Backdrop-focusBorderBlockEnd { &.focus { border-bottom-color: var(--x-color-interactive-text); box-shadow: 0 1px 0 0 var(--x-color-interactive-text); } &.hasError { &, &.focus { border-bottom-color: var(--x-color-critical-accent); box-shadow: 0 1px 0 0 var(--x-color-critical-accent); } } } } .Backdrop-borderBlockEnd { border-width: 0 0 1px; border-color: var(--x-default-color-border); &.Backdrop-focusBorderFull { &.focus { border-color: var(--x-color-interactive-text); box-shadow: 1px 0 0 1px var(--x-color-interactive-text), -1px 0 0 1px var(--x-color-interactive-text), 1px -1px 0 1px var(--x-color-interactive-text), -1px -1px 0 1px var(--x-color-interactive-text); } &.hasError { &, &.focus { border-color: var(--x-color-critical-accent); box-shadow: 1px 0 0 1px var(--x-color-critical-accent), -1px 0 0 1px var(--x-color-critical-accent), 1px -1px 0 1px var(--x-color-critical-accent), -1px -1px 0 1px var(--x-color-critical-accent); } } } &.Backdrop-focusBorderBlockEnd { &.focus { border-color: var(--x-color-interactive-text); box-shadow: 0 1px 0 0 var(--x-color-interactive-text); } &.hasError { &, &.focus { border-color: var(--x-color-critical-accent); box-shadow: 0 1px 0 0 var(--x-color-critical-accent); } } } } .Backdrop-borderColorEmphasized { border-color: var(--x-default-color-border-emphasized); } .Error-errorIndentationToText { padding: 0 em(12px); } .Backdrop-disabled { &.Backdrop-backgroundSurfacePrimary { background-color: var(--x-color-surface-primary-disabled); } &.Backdrop-backgroundSurfaceSecondary { background-color: var(--x-color-surface-secondary-disabled); } &.Backdrop-backgroundSurfaceTertiary { background-color: var(--x-color-surface-tertiary-disabled); } } .Backdrop-readOnly { &.Backdrop-backgroundSurfacePrimary { background-color: var(--x-color-surface-primary-disabled); } &.Backdrop-backgroundSurfaceSecondary { background-color: var(--x-color-surface-secondary-disabled); } &.Backdrop-backgroundSurfaceTertiary { background-color: var(--x-color-surface-tertiary-disabled); } } .multiline { @supports (display: grid) { display: grid; } } .Field-multiline { resize: block; @supports (display: grid) { grid-area: 1 / 1 / 2 / 2; overflow: hidden; resize: none; } } .MultilineClone { display: none; @supports (display: grid) { display: block; white-space: pre-wrap; visibility: hidden; } } .typeNumber { appearance: textfield; &::-webkit-inner-spin-button, &::-webkit-outer-spin-button { appearance: none; margin: 0; } }
src/components/TextField/TextField.css
.Wrapper { position: relative; z-index: 0; display: flex; align-items: flex-start; padding: 1px; cursor: text; } .Wrapper-disabled { opacity: var(--x-opacity-disabled); cursor: disabled; pointer-events: none; } .Wrapper-readonly { opacity: var(--x-opacity-readonly); } .Wrapper-backgroundTransparent { --placeholder-color: var(--x-default-color-text-subdued); } .Wrapper-backgroundSurfacePrimary { --placeholder-color: var(--x-color-surface-primary-text-subdued); --x-default-color-text-subdued: var(--x-color-surface-primary-text-subdued); --x-default-color-accent: var(--x-color-surface-primary-accent); color: var(--x-color-surface-primary-text-emphasized); } .Wrapper-backgroundSurfaceSecondary { --placeholder-color: var(--x-color-surface-secondary-text-subdued); --x-default-color-text-subdued: var(--x-color-surface-secondary-text-subdued); --x-default-color-accent: var(--x-color-surface-secondary-accent); color: var(--x-color-surface-secondary-text-emphasized); } .Wrapper-backgroundSurfaceTertiary { --placeholder-color: var(--x-color-surface-tertiary-text-subdued); --x-default-color-text-subdued: var(--x-color-surface-tertiary-text-subdued); --x-default-color-accent: var(--x-color-surface-tertiary-accent); color: var(--x-color-surface-tertiary-text-emphasized); } .Icon { position: relative; z-index: 1; display: flex; align-items: center; height: em(44px); padding-inline-start: em(11px); } .IconInner { width: rem(24px); height: rem(24px); } .Prefix { position: relative; z-index: 1; padding-block: em(11px) em(11px); padding-inline-start: em(11px); } .Prefix-inside { padding-block: em(19px) em(4px); } .Field-Wrapper { flex: 1; } .Field { position: relative; z-index: 1; width: 100%; -webkit-tap-highlight-color: transparent; background: none; border-radius: var( --x-text-field-border-radius, var(--x-control-border-radius, var(--x-global-border-radius)) ); font-size: var(--x-typography-size-default); outline: none; padding: em(11px) em(11px) em(12px); min-height: em(44px); text-transform: var(--x-global-typography-letter-case); letter-spacing: var(--x-global-typography-kerning); line-height: var(--x-global-typography-line-size-default); &::placeholder { color: var(--placeholder-color); opacity: 1; } &:invalid { box-shadow: none; } } .Field-hasActions { border-start-end-radius: 0; border-end-end-radius: 0; } .Backdrop { position: absolute; inset: 0; border: 0 transparent solid; border-radius: var( --x-text-field-border-radius, var(--x-control-border-radius, var(--x-global-border-radius)) ); transition: box-shadow var(--x-duration-base) var(--x-timing-base), border var(--x-duration-base) var(--x-timing-base); } .Suffix { position: relative; z-index: 1; padding-block: em(11px); padding-inline-end: em(11px); } .Actions { position: relative; z-index: 1; display: flex; height: em(44px); padding-inline-end: em(11px); cursor: default; } .Field-floating { transition: all var(--x-duration-base) var(--x-timing-base); padding-block: em(19px) em(4px); } .Field-prefixed { transition: none; border-start-start-radius: 0; border-end-start-radius: 0; } .Backdrop-backgroundTransparent { background-color: transparent; } .Backdrop-backgroundSurfacePrimary { background-color: var(--x-color-surface-primary); } .Backdrop-backgroundSurfaceSecondary { background-color: var(--x-color-surface-secondary); } .Backdrop-backgroundSurfaceTertiary { background-color: var(--x-color-surface-tertiary); } .Backdrop-borderNone { &.Backdrop-focusBorderFull { &.focus { box-shadow: 0 0 0 2px var(--x-color-interactive-text); } &.hasError { &, &.focus { box-shadow: 0 0 0 2px var(--x-color-critical-accent); } } } &.Backdrop-focusBorderBlockEnd { &.focus { box-shadow: 0 2px 0 0 var(--x-color-interactive-text); } &.hasError { &, &.focus { box-shadow: 0 2px 0 0 var(--x-color-critical-accent); } } } } .Backdrop-borderFull { border-width: 1px; border-color: var(--x-default-color-border); &.Backdrop-focusBorderFull { &.focus { border-color: var(--x-color-interactive-text); box-shadow: 0 0 0 1px var(--x-color-interactive-text); } &.hasError { &, &.focus { border-color: var(--x-color-critical-accent); box-shadow: 0 0 0 1px var(--x-color-critical-accent); } } } &.Backdrop-focusBorderBlockEnd { &.focus { border-bottom-color: var(--x-color-interactive-text); box-shadow: 0 1px 0 0 var(--x-color-interactive-text); } &.hasError { &, &.focus { border-bottom-color: var(--x-color-critical-accent); box-shadow: 0 1px 0 0 var(--x-color-critical-accent); } } } } .Backdrop-borderBlockEnd { border-width: 0 0 1px; border-color: var(--x-default-color-border); &.Backdrop-focusBorderFull { &.focus { border-color: var(--x-color-interactive-text); box-shadow: 1px 0 0 1px var(--x-color-interactive-text), -1px 0 0 1px var(--x-color-interactive-text), 1px -1px 0 1px var(--x-color-interactive-text), -1px -1px 0 1px var(--x-color-interactive-text); } &.hasError { &, &.focus { border-color: var(--x-color-critical-accent); box-shadow: 1px 0 0 1px var(--x-color-critical-accent), -1px 0 0 1px var(--x-color-critical-accent), 1px -1px 0 1px var(--x-color-critical-accent), -1px -1px 0 1px var(--x-color-critical-accent); } } } &.Backdrop-focusBorderBlockEnd { &.focus { border-color: var(--x-color-interactive-text); box-shadow: 0 1px 0 0 var(--x-color-interactive-text); } &.hasError { &, &.focus { border-color: var(--x-color-critical-accent); box-shadow: 0 1px 0 0 var(--x-color-critical-accent); } } } } .Backdrop-borderColorEmphasized { border-color: var(--x-default-color-border-emphasized); } .Error-errorIndentationToText { padding: 0 em(12px); } .Backdrop-disabled { &.Backdrop-backgroundSurfacePrimary { background-color: var(--x-color-surface-primary-disabled); } &.Backdrop-backgroundSurfaceSecondary { background-color: var(--x-color-surface-secondary-disabled); } &.Backdrop-backgroundSurfaceTertiary { background-color: var(--x-color-surface-tertiary-disabled); } } .Backdrop-readOnly { &.Backdrop-backgroundSurfacePrimary { background-color: var(--x-color-surface-primary-disabled); } &.Backdrop-backgroundSurfaceSecondary { background-color: var(--x-color-surface-secondary-disabled); } &.Backdrop-backgroundSurfaceTertiary { background-color: var(--x-color-surface-tertiary-disabled); } } .multiline { @supports (display: grid) { display: grid; } } .Field-multiline { resize: block; @supports (display: grid) { grid-area: 1 / 1 / 2 / 2; overflow: hidden; resize: none; } } .MultilineClone { display: none; @supports (display: grid) { display: block; white-space: pre-wrap; visibility: hidden; } } .typeNumber { appearance: textfield; &::-webkit-inner-spin-button, &::-webkit-outer-spin-button { appearance: none; margin: 0; } }
0.520253
0.092115
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("torrentleech.pl") { body { background-attachment: fixed !important; background-color: #0e1316 !important; background-size:100% 100%; background-image: url(http://i58.tinypic.com/2pzznh5.jpg) !important; color: #ffffff; } img[src*="logo.JPG"]{ width:0; height:80px; padding-right:550px; background:transparent url(http://i61.tinypic.com/wbqlau.png) top left no-repeat; } img[src*="XYZ.jpg"]{ width:0; height:80px; padding-right:550px; background:transparent url(http://i61.tinypic.com/wbqlau.png) top left no-repeat; } table.main, table.mainouter, table.bottom{ background: transparent !important; padding: 0px !important; border-spacing: 0px; border: 0px !important; } td.embedded{background: transparent !important;} tbody tr td { border: solid #396c00 0px; } td.outer{ background: transparent !important; border: 0px solid #272727 !important; padding: 0px !important; background-color: rgba(0,250,0,0.6); } table { background-color: rgba(0,60,0,0.6) ; border: 0px !important; border-bottom-right-radius: 10px !important; border-bottom-left-radius: 10px !important; } td.colhead {background-color: rgba(0,0,0,0.3)!important} tr.darmowy {background-color: rgba(70,180,0,0.5) } a:link, a:visited {color: #ffffff !important} a:hover {text-shadow: 0 0 10px #fff !important} td.navigation{color: #ffffff !important} /* ----------podswietlenie---------- */ table[cellspacing^="0"][cellpadding*="5"][border$="1"] tbody tr:hover, tr.darmowy tr:hover{background-color: rgba(100,200,0,0.6)} table[cellspacing^="0"][cellpadding*="5"][width*="750"][border$="1"] tbody tr:hover, tr.darmowy tr:hover{background-color: transparent } table.main tbody tr{background-color: transparent !important;} html body table.mainouter tbody tr td.outer table tbody tr td form table tbody tr{background-color: transparent !important;} /* ----------zielony opis---------- */ html body table.mainouter tbody tr td.outer table tbody tr.darmowy td font font { color: #2add00; } html body table.mainouter tbody tr td.outer table tbody tr td font font{ color: #2add00; } /* ----------korekta tabel---------- */ html body table.mainouter tbody tr td.outer table.main tbody tr td.embedded table.main tbody tr td.embedded table.main tbody tr td.embedded table.main tbody tr td.embedded table.main tbody tr td.embedded table tbody tr td table,html body table.mainouter tbody tr td.outer table tbody tr td form table tbody tr td table,html body table.mainouter tbody tr td.outer p table.main tbody tr td.embedded table tbody tr td table {background: transparent} /* ----------korekta czcionki---------- */ html body table.mainouter tbody tr td.outer p table.main tbody tr td.embedded div table tbody tr td p a.altlink font{ color: #ffffff; } font[color*="black"],font[color*="#000000"],font[color*="#871F78"],font[color*="#220000"]{color:#ffffff} font[color*="#770000"],font[color*="#aa0000"],[color*="#990000"]{color:red} font[color*="#330099"]{color:#2add00} font[color*="#006400"]{color:#0f8bfe} font[color*="brown"]{color:#fff000} tr[bgcolor*="#c5dcb9"]{background-color: rgba(70,180,0,0.5)!important;} /* ----------nowe ikony---------- */ img[src*="animowane.png"]{ background: url("http://i59.tinypic.com/10dfl3m.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="bdrip.png"]{ background: url("http://i62.tinypic.com/2qmnrkj.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="Brrip.png"]{ background: url("http://i62.tinypic.com/anrs3.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="movies.png"]{ background: url("http://i62.tinypic.com/14wq68w.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="HD.png"]{ background: url("http://i57.tinypic.com/33yt9w1.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="xvid.png"]{ background: url("http://i62.tinypic.com/feqgq0.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="aplikacje.png"]{ background: url("http://i62.tinypic.com/24pflvo.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="dokumentalny.png"]{ background: url("http://i59.tinypic.com/1z6a6fq.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="books.png"]{ background: url("http://i60.tinypic.com/2rxta12.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="polskiefilmy.png"]{ background: url("http://i62.tinypic.com/2i6ev60.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="3D.png"]{ background: url("http://i59.tinypic.com/2hriao7.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="witaminki.gif"]{ background: url("http://i61.tinypic.com/2mzcyg3.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="konsole.png"]{ background: url("http://i62.tinypic.com/2vukc5u.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="pc.png"]{ background: url("http://i60.tinypic.com/eq8n4n.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="gsm.png"]{ background: url("http://i61.tinypic.com/205wdh0.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="teledyski.gif"]{ background: url("http://i60.tinypic.com/2j42hop.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="flac.png"]{ background: url("http://i58.tinypic.com/2mo9ern.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="mp3.png"]{ background: url("http://i59.tinypic.com/ivwnx4.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="pack.png"]{ background: url("http://i59.tinypic.com/i5q6td.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="rozn.png"]{ background: url("http://i57.tinypic.com/2vdsfh4.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="sport.png"]{ background: url("http://i60.tinypic.com/al0kjp.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="tv.png"]{ background: url("http://i62.tinypic.com/o5z0av.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="xxx.png"]{ background: url("http://i58.tinypic.com/15qog9h.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } div [id="adtify-widget-cnt"] {display: none !important} div [id="adtify-widget"] {display: none !important} }
data/usercss/101480.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("torrentleech.pl") { body { background-attachment: fixed !important; background-color: #0e1316 !important; background-size:100% 100%; background-image: url(http://i58.tinypic.com/2pzznh5.jpg) !important; color: #ffffff; } img[src*="logo.JPG"]{ width:0; height:80px; padding-right:550px; background:transparent url(http://i61.tinypic.com/wbqlau.png) top left no-repeat; } img[src*="XYZ.jpg"]{ width:0; height:80px; padding-right:550px; background:transparent url(http://i61.tinypic.com/wbqlau.png) top left no-repeat; } table.main, table.mainouter, table.bottom{ background: transparent !important; padding: 0px !important; border-spacing: 0px; border: 0px !important; } td.embedded{background: transparent !important;} tbody tr td { border: solid #396c00 0px; } td.outer{ background: transparent !important; border: 0px solid #272727 !important; padding: 0px !important; background-color: rgba(0,250,0,0.6); } table { background-color: rgba(0,60,0,0.6) ; border: 0px !important; border-bottom-right-radius: 10px !important; border-bottom-left-radius: 10px !important; } td.colhead {background-color: rgba(0,0,0,0.3)!important} tr.darmowy {background-color: rgba(70,180,0,0.5) } a:link, a:visited {color: #ffffff !important} a:hover {text-shadow: 0 0 10px #fff !important} td.navigation{color: #ffffff !important} /* ----------podswietlenie---------- */ table[cellspacing^="0"][cellpadding*="5"][border$="1"] tbody tr:hover, tr.darmowy tr:hover{background-color: rgba(100,200,0,0.6)} table[cellspacing^="0"][cellpadding*="5"][width*="750"][border$="1"] tbody tr:hover, tr.darmowy tr:hover{background-color: transparent } table.main tbody tr{background-color: transparent !important;} html body table.mainouter tbody tr td.outer table tbody tr td form table tbody tr{background-color: transparent !important;} /* ----------zielony opis---------- */ html body table.mainouter tbody tr td.outer table tbody tr.darmowy td font font { color: #2add00; } html body table.mainouter tbody tr td.outer table tbody tr td font font{ color: #2add00; } /* ----------korekta tabel---------- */ html body table.mainouter tbody tr td.outer table.main tbody tr td.embedded table.main tbody tr td.embedded table.main tbody tr td.embedded table.main tbody tr td.embedded table.main tbody tr td.embedded table tbody tr td table,html body table.mainouter tbody tr td.outer table tbody tr td form table tbody tr td table,html body table.mainouter tbody tr td.outer p table.main tbody tr td.embedded table tbody tr td table {background: transparent} /* ----------korekta czcionki---------- */ html body table.mainouter tbody tr td.outer p table.main tbody tr td.embedded div table tbody tr td p a.altlink font{ color: #ffffff; } font[color*="black"],font[color*="#000000"],font[color*="#871F78"],font[color*="#220000"]{color:#ffffff} font[color*="#770000"],font[color*="#aa0000"],[color*="#990000"]{color:red} font[color*="#330099"]{color:#2add00} font[color*="#006400"]{color:#0f8bfe} font[color*="brown"]{color:#fff000} tr[bgcolor*="#c5dcb9"]{background-color: rgba(70,180,0,0.5)!important;} /* ----------nowe ikony---------- */ img[src*="animowane.png"]{ background: url("http://i59.tinypic.com/10dfl3m.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="bdrip.png"]{ background: url("http://i62.tinypic.com/2qmnrkj.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="Brrip.png"]{ background: url("http://i62.tinypic.com/anrs3.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="movies.png"]{ background: url("http://i62.tinypic.com/14wq68w.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="HD.png"]{ background: url("http://i57.tinypic.com/33yt9w1.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="xvid.png"]{ background: url("http://i62.tinypic.com/feqgq0.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="aplikacje.png"]{ background: url("http://i62.tinypic.com/24pflvo.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="dokumentalny.png"]{ background: url("http://i59.tinypic.com/1z6a6fq.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="books.png"]{ background: url("http://i60.tinypic.com/2rxta12.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="polskiefilmy.png"]{ background: url("http://i62.tinypic.com/2i6ev60.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="3D.png"]{ background: url("http://i59.tinypic.com/2hriao7.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="witaminki.gif"]{ background: url("http://i61.tinypic.com/2mzcyg3.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="konsole.png"]{ background: url("http://i62.tinypic.com/2vukc5u.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="pc.png"]{ background: url("http://i60.tinypic.com/eq8n4n.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="gsm.png"]{ background: url("http://i61.tinypic.com/205wdh0.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="teledyski.gif"]{ background: url("http://i60.tinypic.com/2j42hop.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="flac.png"]{ background: url("http://i58.tinypic.com/2mo9ern.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="mp3.png"]{ background: url("http://i59.tinypic.com/ivwnx4.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="pack.png"]{ background: url("http://i59.tinypic.com/i5q6td.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="rozn.png"]{ background: url("http://i57.tinypic.com/2vdsfh4.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="sport.png"]{ background: url("http://i60.tinypic.com/al0kjp.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="tv.png"]{ background: url("http://i62.tinypic.com/o5z0av.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } img[src*="xxx.png"]{ background: url("http://i58.tinypic.com/15qog9h.jpg") !important; height: 0px !important; padding: 19px !important; width: 51px !important; } div [id="adtify-widget-cnt"] {display: none !important} div [id="adtify-widget"] {display: none !important} }
0.200127
0.127979
.cal-month { float: left; /* LTR */ margin: 0 6px 6px; } /* - Some themes set the width to 100% and browsers will honor that above the * width of individual columns when using fixed table-layout. * - IE7 will always honor that, even without fixed table-layout. * So we use both and assure that each column gets its width in the first row. */ .cal table { table-layout: fixed; width: auto; } .cal table, .cal th, .cal td { margin: 0; padding: 0; } .cal caption { margin: 6px 6px 0; padding: 0; border-bottom: 1px solid #555; } /* * Settings to get day number and coloring according to state for split days. * - border-width will be defined in the generated css. * - border-color will be overruled based on the defined availability states. */ .cal td > span { display: block; position: relative; /* Allows to position inner span w.r.t this span. */ border-style: solid; border-color: transparent; } .cal td > span > span { position: absolute; z-index: 1; } /* Allows to highlight a border on hovering (without disturbing the lay-out). */ .cal td > div, .cal td > span > span { border: 1px solid transparent; } /* * Special statuses: * cal-other: cells from another month, at the start of end of a calendar month. * cal-pastdate: cell for days in the past. * cal-today: cell for the current day. * cal-selectable: cells that are selectable. * cal-selected: cell that has been selected. * cal-empty: cell (with colspan=7) for an empty 6th week. * cal-error: selectable cell that may not be clicked because a non-clickable * date is between. */ /* these selectors need to be stronger than those for the availability states. */ .cal th, .cal .cal-other, .cal .cal-other > div, .cal .cal-other > span, .cal .cal-pastdate, .cal .cal-pastdate div, .cal .cal-pastdate > span { background-color: transparent; border-color: transparent; } .cal td > span { border-color: transparent; } .cal-other { color: #aaa; } .cal-today { font-weight: bolder; } .cal-selected { font-weight: bolder; font-size: larger; } .cal .cal-selected > div, .cal .calselected > span > span { border-color: #555; } .cal-selectable { cursor: pointer; } /* Table cells and spans cannot get :focus, so no need to define that pseudo * class. */ .cal-selectable:hover > div, .cal-selectable:hover > span > span { border-color: #555; } .cal-error > div, .cal-error > span > span { cursor: default; background-image: url(icon-error.png); background-position: center center; background-repeat: no-repeat; } /* * Key */ .keystatus { padding-left: 2px; /* LTR */ } .cal td.keystatus div { width: auto; } /* * View calendar through a viewport, also see availability_calendar.view.js. */ .cal-viewport { position: relative; overflow: hidden; } .cal-viewport-inner { position: relative; top: 0; left: 0; /* LTR */ overflow: visible; }
php/tmp/update-extraction-b5dce9b3/availability_calendars/availability_calendar.base.css
.cal-month { float: left; /* LTR */ margin: 0 6px 6px; } /* - Some themes set the width to 100% and browsers will honor that above the * width of individual columns when using fixed table-layout. * - IE7 will always honor that, even without fixed table-layout. * So we use both and assure that each column gets its width in the first row. */ .cal table { table-layout: fixed; width: auto; } .cal table, .cal th, .cal td { margin: 0; padding: 0; } .cal caption { margin: 6px 6px 0; padding: 0; border-bottom: 1px solid #555; } /* * Settings to get day number and coloring according to state for split days. * - border-width will be defined in the generated css. * - border-color will be overruled based on the defined availability states. */ .cal td > span { display: block; position: relative; /* Allows to position inner span w.r.t this span. */ border-style: solid; border-color: transparent; } .cal td > span > span { position: absolute; z-index: 1; } /* Allows to highlight a border on hovering (without disturbing the lay-out). */ .cal td > div, .cal td > span > span { border: 1px solid transparent; } /* * Special statuses: * cal-other: cells from another month, at the start of end of a calendar month. * cal-pastdate: cell for days in the past. * cal-today: cell for the current day. * cal-selectable: cells that are selectable. * cal-selected: cell that has been selected. * cal-empty: cell (with colspan=7) for an empty 6th week. * cal-error: selectable cell that may not be clicked because a non-clickable * date is between. */ /* these selectors need to be stronger than those for the availability states. */ .cal th, .cal .cal-other, .cal .cal-other > div, .cal .cal-other > span, .cal .cal-pastdate, .cal .cal-pastdate div, .cal .cal-pastdate > span { background-color: transparent; border-color: transparent; } .cal td > span { border-color: transparent; } .cal-other { color: #aaa; } .cal-today { font-weight: bolder; } .cal-selected { font-weight: bolder; font-size: larger; } .cal .cal-selected > div, .cal .calselected > span > span { border-color: #555; } .cal-selectable { cursor: pointer; } /* Table cells and spans cannot get :focus, so no need to define that pseudo * class. */ .cal-selectable:hover > div, .cal-selectable:hover > span > span { border-color: #555; } .cal-error > div, .cal-error > span > span { cursor: default; background-image: url(icon-error.png); background-position: center center; background-repeat: no-repeat; } /* * Key */ .keystatus { padding-left: 2px; /* LTR */ } .cal td.keystatus div { width: auto; } /* * View calendar through a viewport, also see availability_calendar.view.js. */ .cal-viewport { position: relative; overflow: hidden; } .cal-viewport-inner { position: relative; top: 0; left: 0; /* LTR */ overflow: visible; }
0.537527
0.422028
.container-1{ background-color: rgb(191, 226, 236); text-align:left; width:auto; height:55em; font-size:10px; font-weight:bold; } header{ background-color: rgb(191, 226, 236); padding-left:11em; font-size:1.5em; padding-top:1em; padding-bottom:3em; } #ra{ color:rgb(4, 70, 131); font-weight: 700; } .toleft p h6{ font-weight: 700; } .box p { margin-right:.5em; font-size:6px; padding-bottom:.1em; padding-top:.1em; padding-left:20px; } #me{ width:4em; height:2px; background-color:grey; margin-left:27em; } .box{ background-color: white; font-size:10px; height:4em; margin-right:2em; padding:1px; width: 60em; border:.1px solid grey; border-radius:0.2em; } #dd{ padding-top:1px; } span h1{ background-color: orange; color:white; padding: 0.2em; margin-bottom:0em; } #fie{ margin-left:15.5em; } #fi{ margin-left:17em; } #fie p{ padding:.1em 0; color:rgb(4, 70, 131); } span>p{ padding:1em; margin-top:0em; margin-bottom:0em; color:white; background-color:royalblue; font-size:2em; } .badge{ border-radius:1.5em; transform:skewX(5deg); outline:black; border:none; } .badge, .toleft, .box, .header,.container-2,.container-3,#dd{ margin:0 17em; } .container-2{ background-color: white; text-align:left; color:black; width:auto; font-size:10px; height: 25em; margin-bottom:1em; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .container-2 i{ margin-left:1em; } .container-2 h4{ color:rgb(4, 70, 131); padding:1em; margin-left:3em; } .container-2 pre{ padding:1.2em 0em; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-weight:bold; } .container-3{ font-size:10px; color:rgb(4, 70, 131); background-color:white; text-align:left; width:auto; height:30em; margin-top:1em; font-weight: 700; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .container-3 i{ padding:.5em 0; } .container-3 h4{ margin-left:7em; padding-bottom:1em; padding-top:1em; } span{ color:rgb(228, 149, 4); } i{ color:orange; font-size: 2em; } #aa,#bb,#cc,#dd{ color:royalblue; } .container-3 i{ color:black; font-size: 1em; } input[type="text"]{ padding:.3em 10em; margin: 7px .5em; margin-left:1px; padding-left:1px; } input[type="submit"]{ background-color:orange ; color: white; border:none; border-radius:.1em; outline:none; font-weight: 500; padding:.4em 1em; margin-left:.1em; } footer{ background-color:rgb(4, 70, 131); color:white; height:10em; margin-top:3em; padding-top:2em; position:relative; } footer span{ margin-left:10em; color:white; padding-bottom:10px; } footer .row{ padding-top:5em; font-size: .5em; margin-left:5em; width:70%; } footer input[type="text"]{ background-color:rgb(4, 70, 131) ; border:none; text-align:left; color:whit e; } .footer-wave{ position:absolute; left:0; right:0; top:0; height:20px; background-color:white; } .footer-wave .footer-animation{ left:0; right:0; top:0; width:100%; height:100%;; position:absolute; background-color:rgb(4, 70, 131) ; background-size:cover; background-image: url('https://i.pinimg.com/originals/b0/5a/01/b05a01d97e68d003f2c24f19c294ada4.png'); background-position: top; background-repeat: no-repeat; }
webby.css
.container-1{ background-color: rgb(191, 226, 236); text-align:left; width:auto; height:55em; font-size:10px; font-weight:bold; } header{ background-color: rgb(191, 226, 236); padding-left:11em; font-size:1.5em; padding-top:1em; padding-bottom:3em; } #ra{ color:rgb(4, 70, 131); font-weight: 700; } .toleft p h6{ font-weight: 700; } .box p { margin-right:.5em; font-size:6px; padding-bottom:.1em; padding-top:.1em; padding-left:20px; } #me{ width:4em; height:2px; background-color:grey; margin-left:27em; } .box{ background-color: white; font-size:10px; height:4em; margin-right:2em; padding:1px; width: 60em; border:.1px solid grey; border-radius:0.2em; } #dd{ padding-top:1px; } span h1{ background-color: orange; color:white; padding: 0.2em; margin-bottom:0em; } #fie{ margin-left:15.5em; } #fi{ margin-left:17em; } #fie p{ padding:.1em 0; color:rgb(4, 70, 131); } span>p{ padding:1em; margin-top:0em; margin-bottom:0em; color:white; background-color:royalblue; font-size:2em; } .badge{ border-radius:1.5em; transform:skewX(5deg); outline:black; border:none; } .badge, .toleft, .box, .header,.container-2,.container-3,#dd{ margin:0 17em; } .container-2{ background-color: white; text-align:left; color:black; width:auto; font-size:10px; height: 25em; margin-bottom:1em; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .container-2 i{ margin-left:1em; } .container-2 h4{ color:rgb(4, 70, 131); padding:1em; margin-left:3em; } .container-2 pre{ padding:1.2em 0em; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; font-weight:bold; } .container-3{ font-size:10px; color:rgb(4, 70, 131); background-color:white; text-align:left; width:auto; height:30em; margin-top:1em; font-weight: 700; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } .container-3 i{ padding:.5em 0; } .container-3 h4{ margin-left:7em; padding-bottom:1em; padding-top:1em; } span{ color:rgb(228, 149, 4); } i{ color:orange; font-size: 2em; } #aa,#bb,#cc,#dd{ color:royalblue; } .container-3 i{ color:black; font-size: 1em; } input[type="text"]{ padding:.3em 10em; margin: 7px .5em; margin-left:1px; padding-left:1px; } input[type="submit"]{ background-color:orange ; color: white; border:none; border-radius:.1em; outline:none; font-weight: 500; padding:.4em 1em; margin-left:.1em; } footer{ background-color:rgb(4, 70, 131); color:white; height:10em; margin-top:3em; padding-top:2em; position:relative; } footer span{ margin-left:10em; color:white; padding-bottom:10px; } footer .row{ padding-top:5em; font-size: .5em; margin-left:5em; width:70%; } footer input[type="text"]{ background-color:rgb(4, 70, 131) ; border:none; text-align:left; color:whit e; } .footer-wave{ position:absolute; left:0; right:0; top:0; height:20px; background-color:white; } .footer-wave .footer-animation{ left:0; right:0; top:0; width:100%; height:100%;; position:absolute; background-color:rgb(4, 70, 131) ; background-size:cover; background-image: url('https://i.pinimg.com/originals/b0/5a/01/b05a01d97e68d003f2c24f19c294ada4.png'); background-position: top; background-repeat: no-repeat; }
0.422624
0.067979
.glow { -webkit-filter: blur(5px); filter: blur(5px); } #popup-text{ margin-left: 2%; } #popii{ font-size: 1.35em; } #popup { background-color: aliceblue; display:none; border-radius: 10px; position: fixed; margin:0 auto; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; } #close{ margin-bottom: 2%; } #signbut{ margin-bottom: 2%; margin-right: 2%; } ::-moz-selection { background: #7a97e8; color: white; } ::selection { background: #7a97e8; color: white; } body { overflow-x: hidden; } p { font-size: 20px; } p.small { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; color: #18bc9c; } h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-family: 'Voltaire',Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; } hr.star-light, hr.star-primary { margin: 25px auto 30px; padding: 0; max-width: 250px; border: 0; border-top: solid 5px; text-align: center; } hr.star-light:after, hr.star-primary:after { content: "\f005"; display: inline-block; position: relative; top: -.8em; padding: 0 .25em; font-family: FontAwesome; font-size: 2em; } hr.star-light { border-color: #fff; } hr.star-light:after { color: #fff; background-color: #18bc9c; } hr.star-primary { border-color: #2c3e50; } hr.star-primary:after { color: #2c3e50; background-color: #fff; } .img-centered { margin: 0 auto; } header { text-align: center; color: #fff; background: #18bc9c; } header .container { padding-top: 100px; padding-bottom: 50px; } header img { display: block; margin: 0 auto 20px; } header .intro-text .name { display: block; text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 30px; font-weight: 700; } header .intro-text .skills { margin-left: 30px; font-size: 3em; font-weight: 300; font-family: 'Voltaire'; } @media(min-width:768px) { header .container { padding-top: 200px; padding-bottom: 100px; } header .intro-text .name { font-size: 4.75em; } header .intro-text .skills { font-size: 2em; } } @media(min-width:768px) { .navbar-fixed-top { padding: 25px 0; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; } .navbar-fixed-top .navbar-brand { font-size: 2em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } .navbar-fixed-top.navbar-shrink { padding: 10px 0; } .navbar-fixed-top.navbar-shrink .navbar-brand { font-size: 1.5em; } } .navbar { text-transform: uppercase; font-family: 'Voltaire',Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; font-size: 19px; } .navbar a:focus { outline: 0; } .navbar .navbar-nav { letter-spacing: 1px; } .navbar .navbar-nav li a:focus { outline: 0; } .navbar-default, .navbar-inverse { border: 0; } section { padding: 100px 0; } section h2 { margin: 0; font-size: 3em; } section.success { color: #fff; background: #18bc9c; } @media(max-width:767px) { section { padding: 75px 0; } section.first { padding-top: 75px; } } #portfolio .portfolio-item { right: 0; margin: 0 0 15px; } #portfolio .portfolio-item .portfolio-link { display: block; position: relative; margin: 0 auto; max-width: 400px; } #portfolio .portfolio-item .portfolio-link .caption { position: absolute; width: 100%; height: 100%; opacity: 0; background: rgba(24,188,156,.9); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } #whaat { font-size: 18px; } #portfolio .portfolio-item .portfolio-link .caption:hover { opacity: 1; } #portfolio .portfolio-item .portfolio-link .caption .caption-content { position: absolute; top: 50%; width: 100%; height: 20px; margin-top: -12px; text-align: center; font-size: 20px; color: #fff; } #portfolio .portfolio-item .portfolio-link .caption .caption-content i { margin-top: -12px; } #portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 { margin: 0; } #portfolio * { z-index: 2; } @media(min-width:767px) { #portfolio .portfolio-item { margin: 0 0 30px; } } .btn-outline { margin-top: 15px; border: solid 2px #fff; font-size: 20px; color: #fff; background: 0 0; transition: all .3s ease-in-out; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { border: solid 2px #fff; color: #18bc9c; background: #fff; } .floating-label-form-group { position: relative; margin-bottom: 0; padding-bottom: .5em; border-bottom: 1px solid #eee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: 0; border-radius: 0; font-size: 1.5em; background: 0 0; box-shadow: none!important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: .85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top .3s ease,opacity .3s ease; -moz-transition: top .3s ease,opacity .3s ease; -ms-transition: top .3s ease,opacity .3s ease; transition: top .3s ease,opacity .3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #18bc9c; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eee; } footer { color: #fff; } footer h3 { margin-bottom: 30px; } footer .footer-above { padding-top: 50px; background-color: #2c3e50; } footer .footer-col { margin-bottom: 50px; } footer .footer-below { padding: 25px 0; background-color: #233140; } .btn-social { display: inline-block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; text-align: center; font-size: 20px; line-height: 45px; } .btn:focus, .btn:active, .btn.active { outline: 0; } .scroll-top { z-index: 1049; position: fixed; right: 2%; bottom: 2%; width: 50px; height: 50px; } .scroll-top .btn { width: 50px; height: 50px; border-radius: 100%; font-size: 20px; line-height: 28px; } .scroll-top .btn:focus { outline: 0; } .portfolio-modal .modal-content { padding: 100px 0; min-height: 100%; border: 0; border-radius: 0; text-align: center; background-clip: border-box; -webkit-box-shadow: none; box-shadow: none; } .portfolio-modal .modal-content h2 { margin: 0; font-size: 3em; } .portfolio-modal .modal-content img { margin-bottom: 30px; } .portfolio-modal .modal-content .item-details { margin: 30px 0; } .portfolio-modal .close-modal { position: absolute; top: 25px; right: 25px; width: 75px; height: 75px; background-color: transparent; cursor: pointer; } .portfolio-modal .close-modal:hover { opacity: .3; } .portfolio-modal .close-modal .lr { z-index: 1051; width: 1px; height: 75px; margin-left: 35px; background-color: #2c3e50; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .portfolio-modal .close-modal .lr .rl { z-index: 1052; width: 1px; height: 75px; background-color: #2c3e50; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } #hello-dear { font-size: 28px; font-family: 'Dosis',Cursive,Helvetica,Arial,sans-serif; } .ok { font-family: 'Dosis',Cursive,Helvetica,Arial,sans-serif; } #add { text-align: center; font-family: 'Dosis'; } #box { margin-left:auto; margin-right:auto; background-color: #425fb2; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 20px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #boxo { display:inline; float: right; background-color: #1c9800; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #boxor { display:inline; float: left; background-color: #ff4444; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #boxorz { float:left; margin-right:auto; margin-top:50px; background-color:#8e4e8e; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 20px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #boxorzo { float:right; margin-left:auto; margin-top:50px; background-color:#ffcd00; -webkit-border-radius: 10px; color: #2c3e50; display: block; font-size: 20px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #bg { width:100%; height:100%; } #boom a { color: rgba(255,255,255,1); text-decoration: none; background-color: rgba(219,87,5,1); font-family: 'Yanone Kaffeesatz'; font-weight: 700; font-size: 4em; display: block; padding: 4px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7); -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7); box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7); margin: 100px auto; width: 200px; text-align: center; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; } #boom a:active { position: relative; -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9); -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9); box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9); top: 6px; } #abcd { -ms-transform: rotate(10deg); -webkit-transform: rotate(10deg); transform: rotate(10deg); display:inline; float: left; background-color: #ffcd00; -webkit-border-radius: 10px; color: #2c3e50; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 7px 0px; text-decoration: none; text-align: center; width: 50%; } #abc { -ms-transform: rotate(350deg); -webkit-transform: rotate(350deg); transform: rotate(350deg); display:inline; float: right; background-color: #ffcd00; -webkit-border-radius: 10px; color: #2c3e50; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 7px 0px; text-decoration: none; text-align: center; width: 50%; } #ab { margin-left:auto; margin-right:auto; background-color: #660066; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 12px 0px; text-decoration: none; text-align: center; width: 450px; } #main { font-size: 80px; color: white; font-family: 'Dosis'; } #texto { font-size: 25px; text-align: center; font-family: 'Dosis'; } hr.fancy-line { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); box-shadow: 0px -2px 4px rgba(136,136,136,0.75); } .inform { font-size: 18px; } .videotext { font-family: 'Voltaire'; font-size: 25px; } .videotext { font-family: 'Voltaire', Calibri; font-size: 25px; } #exclusive { background-color: #d03b33; color: white; width: 34%; float: left; display: block-inline; } #nextvid { background-color: #2cb6bd; width: 33%; float: left; display: block-inline; } #nextvid2 { color: white; background-color: #6e2a8d; width: 33%; float: left; display: block-inline; } #superman { display: block; background-color: #7b6991; color: white; width: 33%; float: left; display: block-inline; } #superman1 { display: block; background-color: #ff4444; width: 33%; float: left; display: block-inline; } #superman2 { display: block; background-color: #51a3a3; width: 33%; float: left; display: block-inline; } .nerd { float: right; width: 30%; background-color: #88789c; } .suggest { float: right; width: 30%; background-color: #93aae7; display: block; clear: both; } .altgam { font-family: 'Montserrat'; font-weight: bold; } .talkofnerd { color: white; } .bhagwan { display: inline; } #g1n { font-size: 16px; font-family: 'Montserrat'; padding: 2px; } .everythingg { width: 65%; padding-left: 2px; } #not-blue { color: #f8fdff; } .tog { display: inline-block; } .symp li{ font-size: 18px; } #camad{ width: 100%; background-size: 100% 100%; } /* Let's get this party started */ ::-webkit-scrollbar { width: 8px; } /* Track */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(0,0,0,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } #creator { background-image: url(Yatin2.png); background-repeat: no-repeat; } #emo { padding-left: 10%; padding-right: 10%; }
static/freelancer.css
.glow { -webkit-filter: blur(5px); filter: blur(5px); } #popup-text{ margin-left: 2%; } #popii{ font-size: 1.35em; } #popup { background-color: aliceblue; display:none; border-radius: 10px; position: fixed; margin:0 auto; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 9999; } #close{ margin-bottom: 2%; } #signbut{ margin-bottom: 2%; margin-right: 2%; } ::-moz-selection { background: #7a97e8; color: white; } ::selection { background: #7a97e8; color: white; } body { overflow-x: hidden; } p { font-size: 20px; } p.small { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; color: #18bc9c; } h1, h2, h3, h4, h5, h6 { text-transform: uppercase; font-family: 'Voltaire',Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; } hr.star-light, hr.star-primary { margin: 25px auto 30px; padding: 0; max-width: 250px; border: 0; border-top: solid 5px; text-align: center; } hr.star-light:after, hr.star-primary:after { content: "\f005"; display: inline-block; position: relative; top: -.8em; padding: 0 .25em; font-family: FontAwesome; font-size: 2em; } hr.star-light { border-color: #fff; } hr.star-light:after { color: #fff; background-color: #18bc9c; } hr.star-primary { border-color: #2c3e50; } hr.star-primary:after { color: #2c3e50; background-color: #fff; } .img-centered { margin: 0 auto; } header { text-align: center; color: #fff; background: #18bc9c; } header .container { padding-top: 100px; padding-bottom: 50px; } header img { display: block; margin: 0 auto 20px; } header .intro-text .name { display: block; text-transform: uppercase; font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 30px; font-weight: 700; } header .intro-text .skills { margin-left: 30px; font-size: 3em; font-weight: 300; font-family: 'Voltaire'; } @media(min-width:768px) { header .container { padding-top: 200px; padding-bottom: 100px; } header .intro-text .name { font-size: 4.75em; } header .intro-text .skills { font-size: 2em; } } @media(min-width:768px) { .navbar-fixed-top { padding: 25px 0; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; } .navbar-fixed-top .navbar-brand { font-size: 2em; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } .navbar-fixed-top.navbar-shrink { padding: 10px 0; } .navbar-fixed-top.navbar-shrink .navbar-brand { font-size: 1.5em; } } .navbar { text-transform: uppercase; font-family: 'Voltaire',Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; font-size: 19px; } .navbar a:focus { outline: 0; } .navbar .navbar-nav { letter-spacing: 1px; } .navbar .navbar-nav li a:focus { outline: 0; } .navbar-default, .navbar-inverse { border: 0; } section { padding: 100px 0; } section h2 { margin: 0; font-size: 3em; } section.success { color: #fff; background: #18bc9c; } @media(max-width:767px) { section { padding: 75px 0; } section.first { padding-top: 75px; } } #portfolio .portfolio-item { right: 0; margin: 0 0 15px; } #portfolio .portfolio-item .portfolio-link { display: block; position: relative; margin: 0 auto; max-width: 400px; } #portfolio .portfolio-item .portfolio-link .caption { position: absolute; width: 100%; height: 100%; opacity: 0; background: rgba(24,188,156,.9); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } #whaat { font-size: 18px; } #portfolio .portfolio-item .portfolio-link .caption:hover { opacity: 1; } #portfolio .portfolio-item .portfolio-link .caption .caption-content { position: absolute; top: 50%; width: 100%; height: 20px; margin-top: -12px; text-align: center; font-size: 20px; color: #fff; } #portfolio .portfolio-item .portfolio-link .caption .caption-content i { margin-top: -12px; } #portfolio .portfolio-item .portfolio-link .caption .caption-content h3, #portfolio .portfolio-item .portfolio-link .caption .caption-content h4 { margin: 0; } #portfolio * { z-index: 2; } @media(min-width:767px) { #portfolio .portfolio-item { margin: 0 0 30px; } } .btn-outline { margin-top: 15px; border: solid 2px #fff; font-size: 20px; color: #fff; background: 0 0; transition: all .3s ease-in-out; } .btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active { border: solid 2px #fff; color: #18bc9c; background: #fff; } .floating-label-form-group { position: relative; margin-bottom: 0; padding-bottom: .5em; border-bottom: 1px solid #eee; } .floating-label-form-group input, .floating-label-form-group textarea { z-index: 1; position: relative; padding-right: 0; padding-left: 0; border: 0; border-radius: 0; font-size: 1.5em; background: 0 0; box-shadow: none!important; resize: none; } .floating-label-form-group label { display: block; z-index: 0; position: relative; top: 2em; margin: 0; font-size: .85em; line-height: 1.764705882em; vertical-align: middle; vertical-align: baseline; opacity: 0; -webkit-transition: top .3s ease,opacity .3s ease; -moz-transition: top .3s ease,opacity .3s ease; -ms-transition: top .3s ease,opacity .3s ease; transition: top .3s ease,opacity .3s ease; } .floating-label-form-group::not(:first-child) { padding-left: 14px; border-left: 1px solid #eee; } .floating-label-form-group-with-value label { top: 0; opacity: 1; } .floating-label-form-group-with-focus label { color: #18bc9c; } form .row:first-child .floating-label-form-group { border-top: 1px solid #eee; } footer { color: #fff; } footer h3 { margin-bottom: 30px; } footer .footer-above { padding-top: 50px; background-color: #2c3e50; } footer .footer-col { margin-bottom: 50px; } footer .footer-below { padding: 25px 0; background-color: #233140; } .btn-social { display: inline-block; width: 50px; height: 50px; border: 2px solid #fff; border-radius: 100%; text-align: center; font-size: 20px; line-height: 45px; } .btn:focus, .btn:active, .btn.active { outline: 0; } .scroll-top { z-index: 1049; position: fixed; right: 2%; bottom: 2%; width: 50px; height: 50px; } .scroll-top .btn { width: 50px; height: 50px; border-radius: 100%; font-size: 20px; line-height: 28px; } .scroll-top .btn:focus { outline: 0; } .portfolio-modal .modal-content { padding: 100px 0; min-height: 100%; border: 0; border-radius: 0; text-align: center; background-clip: border-box; -webkit-box-shadow: none; box-shadow: none; } .portfolio-modal .modal-content h2 { margin: 0; font-size: 3em; } .portfolio-modal .modal-content img { margin-bottom: 30px; } .portfolio-modal .modal-content .item-details { margin: 30px 0; } .portfolio-modal .close-modal { position: absolute; top: 25px; right: 25px; width: 75px; height: 75px; background-color: transparent; cursor: pointer; } .portfolio-modal .close-modal:hover { opacity: .3; } .portfolio-modal .close-modal .lr { z-index: 1051; width: 1px; height: 75px; margin-left: 35px; background-color: #2c3e50; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .portfolio-modal .close-modal .lr .rl { z-index: 1052; width: 1px; height: 75px; background-color: #2c3e50; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } #hello-dear { font-size: 28px; font-family: 'Dosis',Cursive,Helvetica,Arial,sans-serif; } .ok { font-family: 'Dosis',Cursive,Helvetica,Arial,sans-serif; } #add { text-align: center; font-family: 'Dosis'; } #box { margin-left:auto; margin-right:auto; background-color: #425fb2; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 20px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #boxo { display:inline; float: right; background-color: #1c9800; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #boxor { display:inline; float: left; background-color: #ff4444; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #boxorz { float:left; margin-right:auto; margin-top:50px; background-color:#8e4e8e; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 20px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #boxorzo { float:right; margin-left:auto; margin-top:50px; background-color:#ffcd00; -webkit-border-radius: 10px; color: #2c3e50; display: block; font-size: 20px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 15px 0px; text-decoration: none; text-align: center; width: 270px; } #bg { width:100%; height:100%; } #boom a { color: rgba(255,255,255,1); text-decoration: none; background-color: rgba(219,87,5,1); font-family: 'Yanone Kaffeesatz'; font-weight: 700; font-size: 4em; display: block; padding: 4px; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7); -moz-box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7); box-shadow: 0px 9px 0px rgba(219,31,5,1), 0px 9px 25px rgba(0,0,0,.7); margin: 100px auto; width: 200px; text-align: center; -webkit-transition: all .1s ease; -moz-transition: all .1s ease; -ms-transition: all .1s ease; -o-transition: all .1s ease; transition: all .1s ease; } #boom a:active { position: relative; -webkit-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9); -moz-box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9); box-shadow: 0px 3px 0px rgba(219,31,5,1), 0px 3px 6px rgba(0,0,0,.9); top: 6px; } #abcd { -ms-transform: rotate(10deg); -webkit-transform: rotate(10deg); transform: rotate(10deg); display:inline; float: left; background-color: #ffcd00; -webkit-border-radius: 10px; color: #2c3e50; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 7px 0px; text-decoration: none; text-align: center; width: 50%; } #abc { -ms-transform: rotate(350deg); -webkit-transform: rotate(350deg); transform: rotate(350deg); display:inline; float: right; background-color: #ffcd00; -webkit-border-radius: 10px; color: #2c3e50; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 7px 0px; text-decoration: none; text-align: center; width: 50%; } #ab { margin-left:auto; margin-right:auto; background-color: #660066; -webkit-border-radius: 10px; color: #ffffff; display: block; font-size: 15px; font-family: 'Voltaire',Cursive,Helvetica,Arial,sans-serif; font-weight: bold; padding: 12px 0px; text-decoration: none; text-align: center; width: 450px; } #main { font-size: 80px; color: white; font-family: 'Dosis'; } #texto { font-size: 25px; text-align: center; font-family: 'Dosis'; } hr.fancy-line { border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(215,215,215,0.75), rgba(0,0,0,0)); box-shadow: 0px -2px 4px rgba(136,136,136,0.75); } .inform { font-size: 18px; } .videotext { font-family: 'Voltaire'; font-size: 25px; } .videotext { font-family: 'Voltaire', Calibri; font-size: 25px; } #exclusive { background-color: #d03b33; color: white; width: 34%; float: left; display: block-inline; } #nextvid { background-color: #2cb6bd; width: 33%; float: left; display: block-inline; } #nextvid2 { color: white; background-color: #6e2a8d; width: 33%; float: left; display: block-inline; } #superman { display: block; background-color: #7b6991; color: white; width: 33%; float: left; display: block-inline; } #superman1 { display: block; background-color: #ff4444; width: 33%; float: left; display: block-inline; } #superman2 { display: block; background-color: #51a3a3; width: 33%; float: left; display: block-inline; } .nerd { float: right; width: 30%; background-color: #88789c; } .suggest { float: right; width: 30%; background-color: #93aae7; display: block; clear: both; } .altgam { font-family: 'Montserrat'; font-weight: bold; } .talkofnerd { color: white; } .bhagwan { display: inline; } #g1n { font-size: 16px; font-family: 'Montserrat'; padding: 2px; } .everythingg { width: 65%; padding-left: 2px; } #not-blue { color: #f8fdff; } .tog { display: inline-block; } .symp li{ font-size: 18px; } #camad{ width: 100%; background-size: 100% 100%; } /* Let's get this party started */ ::-webkit-scrollbar { width: 8px; } /* Track */ ::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); } /* Handle */ ::-webkit-scrollbar-thumb { -webkit-border-radius: 10px; border-radius: 10px; background: rgba(0,0,0,0.8); -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); } #creator { background-image: url(Yatin2.png); background-repeat: no-repeat; } #emo { padding-left: 10%; padding-right: 10%; }
0.260766
0.080213
background-color: transparent; background-image: none; position: absolute; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 > #alignmentBox { position: relative; margin: 0 auto; width: 1366px; min-width: 1366px; min-height: 768px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 { position: absolute; top: 111px; left: 0px; width: 1366px; height: 685px; background-color: #E8E8E8; background-image: none; opacity: 0.58; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 25px; font-size: 13.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 13.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 span#rtr-s-Rectangle_2_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 13.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_1 { position: absolute; top: 15px; left: 12px; width: 144px; height: 41px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_1 { position: absolute; top: 0px; left: 24px; width: 62px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_2 { position: absolute; top: 1px; left: 178px; width: 62px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 { position: absolute; top: 143px; left: 23px; width: 312px; height: 48px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 42px; font-size: 22.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 22.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 span#rtr-s-Paragraph_2_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 22.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 span#rtr-s-Paragraph_2_1 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 22.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_3 { position: absolute; top: 206px; left: 25px; width: 1260px; height: 50px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 25px; font-size: 13.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_3 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_3 span { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 13.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_3 span#rtr-s-Paragraph_3_0 { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 13.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_4 { position: absolute; top: 248px; left: 16px; width: 1239px; height: 174px; background-color: transparent; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC; border-radius: 21px 21px 21px 21px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 17px; font-size: 10.0pt; font-family: Roboto-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_4 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_4 span { color: #000000; text-align: center; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_4 span#rtr-s-Rectangle_4_0 { color: #000000; text-align: center; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_5 { position: absolute; top: 233px; left: 54px; width: 193px; height: 32px; background-color: #F2F2F2; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Bold,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_5 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_5 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Bold,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_5 span#rtr-s-Rectangle_5_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Bold,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_6 { position: absolute; top: 283px; left: 60px; width: 84px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_6 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_6 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_6 span#rtr-s-Rectangle_6_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_8 { position: absolute; top: 284px; left: 458px; width: 82px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_8 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_8 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_8 span#rtr-s-Rectangle_8_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_9 { position: absolute; top: 284px; left: 851px; width: 79px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_9 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_9 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_9 span#rtr-s-Rectangle_9_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_1 { position: absolute; top: 285px; left: 147px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_1 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_1 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_2 { position: absolute; top: 285px; left: 547px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_2 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_2 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_3 { position: absolute; top: 285px; left: 936px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_3 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_3 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_7 { position: absolute; top: 452px; left: 20px; width: 1239px; height: 282px; background-color: transparent; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC; border-radius: 21px 21px 21px 21px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 17px; font-size: 10.0pt; font-family: Roboto-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_7 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_7 span { color: #000000; text-align: center; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_7 span#rtr-s-Rectangle_7_0 { color: #000000; text-align: center; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_10 { position: absolute; top: 435px; left: 56px; width: 243px; height: 32px; background-color: #F2F2F2; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Bold,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_10 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_10 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Bold,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_10 span#rtr-s-Rectangle_10_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Bold,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_11 { position: absolute; top: 329px; left: 60px; width: 82px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_11 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_11 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_11 span#rtr-s-Rectangle_11_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_12 { position: absolute; top: 330px; left: 458px; width: 81px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_12 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_12 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_12 span#rtr-s-Rectangle_12_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_13 { position: absolute; top: 330px; left: 851px; width: 79px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_13 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_13 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_13 span#rtr-s-Rectangle_13_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_5 { position: absolute; top: 331px; left: 547px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_5 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_5 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_6 { position: absolute; top: 331px; left: 936px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_6 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_6 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Category_3 { position: absolute; top: 333px; left: 147px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; color: #757873; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; vertical-align: middle; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Category_3 .valign { width: 194px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_1 { position: absolute; top: 384px; left: 997px; width: 150px; height: 23px; background-color: #05AADD; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #05AADD; border-right-width: 1px; border-right-style: solid; border-right-color: #05AADD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #05AADD; border-left-width: 1px; border-left-style: solid; border-left-color: #05AADD; border-radius: 4px 4px 4px 4px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 10.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_1 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_1 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_1 span#rtr-s-Button_1_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_2 { position: absolute; top: 471px; left: 1056px; width: 162px; height: 23px; background-color: #FFFFFF; background-image: -moz-linear-gradient(top,#FFFFFF,#E6E6E6); background-image: -webkit-linear-gradient(top,#FFFFFF,#E6E6E6); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF), color-stop(100%,#E6E6E6)); background-image: -o-linear-gradient(top,#FFFFFF,#E6E6E6); background-image: linear-gradient(to bottom,#FFFFFF,#E6E6E6); border-top-width: 1px; border-top-style: solid; border-top-color: #F28B00; border-right-width: 1px; border-right-style: solid; border-right-color: #F28B00; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F28B00; border-left-width: 1px; border-left-style: solid; border-left-color: #F28B00; border-radius: 4px 4px 4px 4px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 10.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_2 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_2 span { color: #F28B00; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_2 span#rtr-s-Button_2_0 { color: #F28B00; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_2 { position: absolute; top: 72px; left: 0px; width: 168px; height: 40px; background-color: #0E90B8; background-image: none; border-right-width: 2px; border-right-style: solid; border-right-color: #05AADD; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_2 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_2 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_2 span#rtr-s-Text_2_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_3 { position: absolute; top: 72px; left: 168px; width: 152px; height: 40px; background-color: #05AADD; background-image: none; border-left-width: 2px; border-left-style: solid; border-left-color: #05AADD; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_3 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_3 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_3 span#rtr-s-Text_3_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_4 { position: absolute; top: 7px; left: 468px; width: 146px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 12.0pt; font-family: Gotham Light,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_4 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_4 span { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_4 span#rtr-s-Text_4_0 { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_5 { position: absolute; top: 7px; left: 337px; width: 96px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Light,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_5 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_5 span { color: #75788F; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_5 span#rtr-s-Text_5_0 { color: #75788F; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_12 { position: absolute; top: 7px; left: 615px; width: 199px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Light,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_12 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_12 span { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_12 span#rtr-s-Text_12_0 { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_15 { position: absolute; top: 7px; left: 202px; width: 120px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Light,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_15 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_15 span { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_15 span#rtr-s-Text_15_0 { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_3 { position: absolute; top: 33px; left: 291px; width: 32px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #5C6670; opacity: 0.97; -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); transform: rotate(89deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_5 { position: absolute; top: 33px; left: 429px; width: 32px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #5C6670; opacity: 0.97; -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); transform: rotate(89deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_7 { position: absolute; top: 33px; left: 584px; width: 32px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #5C6670; opacity: 0.97; -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); transform: rotate(89deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_9 { position: absolute; top: 47px; left: 197px; width: 88px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_10 { position: absolute; top: 47px; left: 330px; width: 82px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_11 { position: absolute; top: 47px; left: 462px; width: 115px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #05AADD; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_12 { position: absolute; top: 47px; left: 612px; width: 194px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_14 { position: absolute; top: 7px; left: 834px; width: 115px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_14 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_14 span { color: #F28B00; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_14 span#rtr-s-Text_14_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_8 { position: absolute; top: 33px; left: 803px; width: 32px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #5C6670; opacity: 0.97; -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); transform: rotate(89deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_13 { position: absolute; top: 47px; left: 831px; width: 107px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Table_1 { position: absolute; top: 515px; left: 251px; width: 971px; height: 186px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #DDDDDD; border-left-width: 1px; border-left-style: solid; border-left-color: #DDDDDD; box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_1 { width: 116px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_1 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_1 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_1 span#rtr-s-Text_cell_1_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_4 { width: 118px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_4 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_4 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_4 span#rtr-s-Text_cell_4_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_7 { width: 122px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_7 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_7 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_7 span#rtr-s-Text_cell_7_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_10 { width: 176px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_10 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_10 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_10 span#rtr-s-Text_cell_10_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_13 { width: 132px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_13 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_13 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_13 span#rtr-s-Text_cell_13_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_16 { width: 160px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_16 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_16 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_16 span#rtr-s-Text_cell_16_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_32 { width: 139px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_32 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_32 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_32 span#rtr-s-Text_cell_32_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_2 { width: 116px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_2 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_2 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_2 span#rtr-s-Text_cell_2_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_5 { width: 118px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_5 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_5 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_5 span#rtr-s-Text_cell_5_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_8 { width: 122px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_8 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_8 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_8 span#rtr-s-Text_cell_8_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_11 { width: 176px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_11 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_11 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_11 span#rtr-s-Text_cell_11_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_14 { width: 132px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_14 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_14 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_14 span#rtr-s-Text_cell_14_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_17 { width: 160px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_17 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_17 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_17 span#rtr-s-Text_cell_17_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_33 { width: 139px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_33 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_33 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_33 span#rtr-s-Text_cell_33_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_3 { width: 116px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_3 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_3 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_3 span#rtr-s-Text_cell_3_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_6 { width: 118px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_6 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_6 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_6 span#rtr-s-Text_cell_6_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_9 { width: 122px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_9 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_9 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_9 span#rtr-s-Text_cell_9_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_12 { width: 176px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_12 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_12 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_12 span#rtr-s-Text_cell_12_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_15 { width: 132px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_15 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_15 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_15 span#rtr-s-Text_cell_15_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_18 { width: 160px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_18 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_18 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_18 span#rtr-s-Text_cell_18_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_34 { width: 139px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_34 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_34 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_34 span#rtr-s-Text_cell_34_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_19 { width: 116px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_19 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_19 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_19 span#rtr-s-Text_cell_19_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_20 { width: 118px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_20 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_20 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_20 span#rtr-s-Text_cell_20_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_21 { width: 122px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_21 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_21 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_21 span#rtr-s-Text_cell_21_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_22 { width: 176px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_22 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_22 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_22 span#rtr-s-Text_cell_22_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_23 { width: 132px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_23 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_23 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_23 span#rtr-s-Text_cell_23_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_24 { width: 160px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_24 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_24 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_24 span#rtr-s-Text_cell_24_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_35 { width: 139px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_35 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_35 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_35 span#rtr-s-Text_cell_35_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_25 { width: 116px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_25 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_25 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_25 span#rtr-s-Text_cell_25_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_26 { width: 118px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_26 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_26 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_26 span#rtr-s-Text_cell_26_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_27 { width: 122px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_27 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_27 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_27 span#rtr-s-Text_cell_27_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_28 { width: 176px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_28 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_28 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_28 span#rtr-s-Text_cell_28_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_29 { width: 132px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_29 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_29 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_29 span#rtr-s-Text_cell_29_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_30 { width: 160px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_30 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_30 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_30 span#rtr-s-Text_cell_30_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_36 { width: 139px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_36 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_36 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_36 span#rtr-s-Text_cell_36_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Table_2 { position: absolute; top: 699px; left: 66px; width: 1158px; height: 29px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #DDDDDD; border-left-width: 1px; border-left-style: solid; border-left-color: #DDDDDD; box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_31 { width: 1156px; height: 27px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 19px; font-size: 10.0pt; font-family: Roboto-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_31 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_31 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_31 span#rtr-s-Text_cell_31_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_1 { position: absolute; top: 706px; left: 566px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 10.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_1 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_1 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_1 span#rtr-s-Text_1_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_8 { position: absolute; top: 700px; left: 708px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_8 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_8 span { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_8 span#rtr-s-Label_8_0 { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_9 { position: absolute; top: 699px; left: 482px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_9 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_9 span { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_9 span#rtr-s-Label_9_0 { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_10 { position: absolute; top: 700px; left: 514px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_10 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_10 span { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_10 span#rtr-s-Label_10_0 { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_11 { position: absolute; top: 700px; left: 675px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_11 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_11 span { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_11 span#rtr-s-Label_11_0 { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Category_1 { position: absolute; top: 704px; left: 746px; width: 50px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Category_1 .valign { width: 32px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Table_4 { position: absolute; top: 515px; left: 66px; width: 187px; height: 186px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #DDDDDD; border-left-width: 1px; border-left-style: solid; border-left-color: #DDDDDD; box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_47 { width: 85px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_47 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_47 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_47 span#rtr-s-Text_cell_47_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_52 { width: 99px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_52 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_52 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_52 span#rtr-s-Text_cell_52_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_48 { width: 85px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_48 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_48 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_48 span#rtr-s-Text_cell_48_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_53 { width: 99px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_53 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_53 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_53 span#rtr-s-Text_cell_53_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_49 { width: 85px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_49 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_49 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_49 span#rtr-s-Text_cell_49_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_54 { width: 99px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_54 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_54 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_54 span#rtr-s-Text_cell_54_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_50 { width: 85px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_50 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_50 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_50 span#rtr-s-Text_cell_50_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_55 { width: 99px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_55 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_55 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_55 span#rtr-s-Text_cell_55_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_51 { width: 85px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_51 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_51 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_51 span#rtr-s-Text_cell_51_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_56 { width: 99px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_56 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_56 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_56 span#rtr-s-Text_cell_56_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_3 { position: absolute; top: 558px; left: 89px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_3 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_3 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_3 span#rtr-s-Label_3_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_4 { position: absolute; top: 558px; left: 182px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_4 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_4 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_4 span#rtr-s-Label_4_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_5 { position: absolute; top: 594px; left: 89px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_5 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_5 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_5 span#rtr-s-Label_5_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_6 { position: absolute; top: 594px; left: 182px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_6 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_6 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_6 span#rtr-s-Label_6_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_7 { position: absolute; top: 630px; left: 89px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_7 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_7 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_7 span#rtr-s-Label_7_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_12 { position: absolute; top: 630px; left: 182px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_12 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_12 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_12 span#rtr-s-Label_12_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_13 { position: absolute; top: 666px; left: 89px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_13 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_13 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_13 span#rtr-s-Label_13_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_14 { position: absolute; top: 666px; left: 182px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_14 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_14 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_14 span#rtr-s-Label_14_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Group_2 { position: absolute; top: 768px; left: 0px; width: 1367px; height: 318px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_67 { position: absolute; top: 6px; left: 0px; width: 1366px; height: 192px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_4 { position: absolute; top: 31px; left: 120px; width: 536px; height: 46px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 46px; font-size: 24.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_4 .valign { vertical-align: top; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_4 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Book,Arial; font-size: 24.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_4 span#rtr-s-Paragraph_4_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Book,Arial; font-size: 24.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_5 { position: absolute; top: 126px; left: 214px; width: 385px; height: 47px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 38px; font-size: 20.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_5 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_5 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 20.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_5 span#rtr-s-Paragraph_5_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 20.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_6 { position: absolute; top: 75px; left: 202px; width: 420px; height: 46px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 46px; font-size: 24.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_6 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_6 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 24.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_6 span#rtr-s-Paragraph_6_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 24.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_6 { position: absolute; top: 126px; left: 167px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 26.0pt; font-family: IOS8-Icons-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_6 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_6 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: IOS8-Icons-Regular,Arial; font-size: 26.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_6 span#rtr-s-Text_6_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: IOS8-Icons-Regular,Arial; font-size: 26.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_7 { position: absolute; top: 76px; left: 155px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 26.0pt; font-family: IOS8-Icons-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_7 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_7 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: IOS8-Icons-Regular,Arial; font-size: 26.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_7 span#rtr-s-Text_7_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: IOS8-Icons-Regular,Arial; font-size: 26.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_7 { position: absolute; top: 251px; left: 19px; width: 363px; height: 67px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_7 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_7 span { color: #737372; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_7 span#rtr-s-Paragraph_7_0 { color: #737372; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_68 { position: absolute; top: 214px; left: 23px; width: 99px; height: 31px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_72 { position: absolute; top: 0px; left: 0px; width: 1366px; height: 6px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_87 { position: absolute; top: 210px; left: 1251px; width: 80px; height: 51px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_12 { position: absolute; top: 265px; left: 1215px; width: 152px; height: 45px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_12 .valign { vertical-align: top; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_12 span { color: #009FD7; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_12 span#rtr-s-Paragraph_12_0 { color: #009FD7; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 > #loadMark { width: 1px; visibility: hidden; display: none; }
public/resources/screens/866e04c5-8212-4a5f-9ff7-8983eb691952-1456588835954.css
background-color: transparent; background-image: none; position: absolute; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 > #alignmentBox { position: relative; margin: 0 auto; width: 1366px; min-width: 1366px; min-height: 768px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 { position: absolute; top: 111px; left: 0px; width: 1366px; height: 685px; background-color: #E8E8E8; background-image: none; opacity: 0.58; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 25px; font-size: 13.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 13.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_2 span#rtr-s-Rectangle_2_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 13.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_1 { position: absolute; top: 15px; left: 12px; width: 144px; height: 41px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_1 { position: absolute; top: 0px; left: 24px; width: 62px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_2 { position: absolute; top: 1px; left: 178px; width: 62px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 { position: absolute; top: 143px; left: 23px; width: 312px; height: 48px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 42px; font-size: 22.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 22.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 span#rtr-s-Paragraph_2_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 22.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_2 span#rtr-s-Paragraph_2_1 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 22.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_3 { position: absolute; top: 206px; left: 25px; width: 1260px; height: 50px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 25px; font-size: 13.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_3 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_3 span { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 13.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_3 span#rtr-s-Paragraph_3_0 { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 13.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_4 { position: absolute; top: 248px; left: 16px; width: 1239px; height: 174px; background-color: transparent; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC; border-radius: 21px 21px 21px 21px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 17px; font-size: 10.0pt; font-family: Roboto-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_4 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_4 span { color: #000000; text-align: center; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_4 span#rtr-s-Rectangle_4_0 { color: #000000; text-align: center; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_5 { position: absolute; top: 233px; left: 54px; width: 193px; height: 32px; background-color: #F2F2F2; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Bold,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_5 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_5 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Bold,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_5 span#rtr-s-Rectangle_5_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Bold,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_6 { position: absolute; top: 283px; left: 60px; width: 84px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_6 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_6 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_6 span#rtr-s-Rectangle_6_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_8 { position: absolute; top: 284px; left: 458px; width: 82px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_8 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_8 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_8 span#rtr-s-Rectangle_8_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_9 { position: absolute; top: 284px; left: 851px; width: 79px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_9 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_9 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_9 span#rtr-s-Rectangle_9_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_1 { position: absolute; top: 285px; left: 147px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_1 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_1 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_2 { position: absolute; top: 285px; left: 547px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_2 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_2 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_3 { position: absolute; top: 285px; left: 936px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_3 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_3 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_7 { position: absolute; top: 452px; left: 20px; width: 1239px; height: 282px; background-color: transparent; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; border-right-width: 1px; border-right-style: solid; border-right-color: #CCCCCC; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCCCCC; border-left-width: 1px; border-left-style: solid; border-left-color: #CCCCCC; border-radius: 21px 21px 21px 21px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 17px; font-size: 10.0pt; font-family: Roboto-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_7 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_7 span { color: #000000; text-align: center; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_7 span#rtr-s-Rectangle_7_0 { color: #000000; text-align: center; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_10 { position: absolute; top: 435px; left: 56px; width: 243px; height: 32px; background-color: #F2F2F2; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Bold,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_10 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_10 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Bold,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_10 span#rtr-s-Rectangle_10_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Bold,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_11 { position: absolute; top: 329px; left: 60px; width: 82px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_11 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_11 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_11 span#rtr-s-Rectangle_11_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_12 { position: absolute; top: 330px; left: 458px; width: 81px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_12 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_12 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_12 span#rtr-s-Rectangle_12_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_13 { position: absolute; top: 330px; left: 851px; width: 79px; height: 32px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_13 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_13 span { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Rectangle_13 span#rtr-s-Rectangle_13_0 { color: #009FD7; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_5 { position: absolute; top: 331px; left: 547px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_5 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_5 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_6 { position: absolute; top: 331px; left: 936px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; cursor: text; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_6 .valign { vertical-align: middle; line-height: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Input_6 input { color: #000000; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; text-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Category_3 { position: absolute; top: 333px; left: 147px; width: 212px; height: 27px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #C8C8C8; border-right-width: 1px; border-right-style: solid; border-right-color: #C8C8C8; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #C8C8C8; border-left-width: 1px; border-left-style: solid; border-left-color: #C8C8C8; box-shadow: none; text-shadow: none; color: #757873; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; vertical-align: middle; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Category_3 .valign { width: 194px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_1 { position: absolute; top: 384px; left: 997px; width: 150px; height: 23px; background-color: #05AADD; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #05AADD; border-right-width: 1px; border-right-style: solid; border-right-color: #05AADD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #05AADD; border-left-width: 1px; border-left-style: solid; border-left-color: #05AADD; border-radius: 4px 4px 4px 4px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 10.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_1 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_1 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_1 span#rtr-s-Button_1_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_2 { position: absolute; top: 471px; left: 1056px; width: 162px; height: 23px; background-color: #FFFFFF; background-image: -moz-linear-gradient(top,#FFFFFF,#E6E6E6); background-image: -webkit-linear-gradient(top,#FFFFFF,#E6E6E6); background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF), color-stop(100%,#E6E6E6)); background-image: -o-linear-gradient(top,#FFFFFF,#E6E6E6); background-image: linear-gradient(to bottom,#FFFFFF,#E6E6E6); border-top-width: 1px; border-top-style: solid; border-top-color: #F28B00; border-right-width: 1px; border-right-style: solid; border-right-color: #F28B00; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #F28B00; border-left-width: 1px; border-left-style: solid; border-left-color: #F28B00; border-radius: 4px 4px 4px 4px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 10.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_2 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_2 span { color: #F28B00; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Button_2 span#rtr-s-Button_2_0 { color: #F28B00; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_2 { position: absolute; top: 72px; left: 0px; width: 168px; height: 40px; background-color: #0E90B8; background-image: none; border-right-width: 2px; border-right-style: solid; border-right-color: #05AADD; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_2 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_2 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_2 span#rtr-s-Text_2_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_3 { position: absolute; top: 72px; left: 168px; width: 152px; height: 40px; background-color: #05AADD; background-image: none; border-left-width: 2px; border-left-style: solid; border-left-color: #05AADD; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_3 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_3 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_3 span#rtr-s-Text_3_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_4 { position: absolute; top: 7px; left: 468px; width: 146px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 12.0pt; font-family: Gotham Light,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_4 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_4 span { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_4 span#rtr-s-Text_4_0 { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_5 { position: absolute; top: 7px; left: 337px; width: 96px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Light,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_5 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_5 span { color: #75788F; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_5 span#rtr-s-Text_5_0 { color: #75788F; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_12 { position: absolute; top: 7px; left: 615px; width: 199px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Light,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_12 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_12 span { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_12 span#rtr-s-Text_12_0 { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_15 { position: absolute; top: 7px; left: 202px; width: 120px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Light,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_15 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_15 span { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_15 span#rtr-s-Text_15_0 { color: #757873; text-align: left; text-decoration: none; font-family: Gotham Light,Arial; font-size: 12.0pt; font-style: normal; font-weight: 300; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_3 { position: absolute; top: 33px; left: 291px; width: 32px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #5C6670; opacity: 0.97; -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); transform: rotate(89deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_5 { position: absolute; top: 33px; left: 429px; width: 32px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #5C6670; opacity: 0.97; -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); transform: rotate(89deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_7 { position: absolute; top: 33px; left: 584px; width: 32px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #5C6670; opacity: 0.97; -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); transform: rotate(89deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_9 { position: absolute; top: 47px; left: 197px; width: 88px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_10 { position: absolute; top: 47px; left: 330px; width: 82px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_11 { position: absolute; top: 47px; left: 462px; width: 115px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #05AADD; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_12 { position: absolute; top: 47px; left: 612px; width: 194px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_14 { position: absolute; top: 7px; left: 834px; width: 115px; height: 58px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; cursor: pointer; font-size: 12.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_14 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_14 span { color: #F28B00; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_14 span#rtr-s-Text_14_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_8 { position: absolute; top: 33px; left: 803px; width: 32px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #5C6670; opacity: 0.97; -webkit-transform: rotate(89deg); -moz-transform: rotate(89deg); transform: rotate(89deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Line_13 { position: absolute; top: 47px; left: 831px; width: 107px; height: 2px; border-top-width: 2px; border-top-style: solid; border-top-color: #FFFFFF; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Table_1 { position: absolute; top: 515px; left: 251px; width: 971px; height: 186px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #DDDDDD; border-left-width: 1px; border-left-style: solid; border-left-color: #DDDDDD; box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_1 { width: 116px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_1 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_1 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_1 span#rtr-s-Text_cell_1_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_4 { width: 118px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_4 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_4 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_4 span#rtr-s-Text_cell_4_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_7 { width: 122px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_7 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_7 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_7 span#rtr-s-Text_cell_7_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_10 { width: 176px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_10 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_10 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_10 span#rtr-s-Text_cell_10_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_13 { width: 132px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_13 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_13 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_13 span#rtr-s-Text_cell_13_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_16 { width: 160px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_16 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_16 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_16 span#rtr-s-Text_cell_16_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_32 { width: 139px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_32 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_32 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_32 span#rtr-s-Text_cell_32_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_2 { width: 116px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_2 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_2 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_2 span#rtr-s-Text_cell_2_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_5 { width: 118px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_5 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_5 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_5 span#rtr-s-Text_cell_5_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_8 { width: 122px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_8 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_8 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_8 span#rtr-s-Text_cell_8_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_11 { width: 176px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_11 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_11 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_11 span#rtr-s-Text_cell_11_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_14 { width: 132px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_14 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_14 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_14 span#rtr-s-Text_cell_14_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_17 { width: 160px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_17 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_17 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_17 span#rtr-s-Text_cell_17_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_33 { width: 139px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_33 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_33 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_33 span#rtr-s-Text_cell_33_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_3 { width: 116px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_3 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_3 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_3 span#rtr-s-Text_cell_3_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_6 { width: 118px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_6 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_6 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_6 span#rtr-s-Text_cell_6_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_9 { width: 122px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_9 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_9 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_9 span#rtr-s-Text_cell_9_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_12 { width: 176px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_12 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_12 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_12 span#rtr-s-Text_cell_12_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_15 { width: 132px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_15 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_15 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_15 span#rtr-s-Text_cell_15_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_18 { width: 160px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_18 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_18 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_18 span#rtr-s-Text_cell_18_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_34 { width: 139px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_34 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_34 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_34 span#rtr-s-Text_cell_34_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_19 { width: 116px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_19 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_19 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_19 span#rtr-s-Text_cell_19_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_20 { width: 118px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_20 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_20 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_20 span#rtr-s-Text_cell_20_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_21 { width: 122px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_21 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_21 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_21 span#rtr-s-Text_cell_21_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_22 { width: 176px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_22 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_22 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_22 span#rtr-s-Text_cell_22_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_23 { width: 132px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_23 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_23 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_23 span#rtr-s-Text_cell_23_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_24 { width: 160px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_24 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_24 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_24 span#rtr-s-Text_cell_24_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_35 { width: 139px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_35 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_35 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_35 span#rtr-s-Text_cell_35_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_25 { width: 116px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_25 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_25 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_25 span#rtr-s-Text_cell_25_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_26 { width: 118px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_26 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_26 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_26 span#rtr-s-Text_cell_26_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_27 { width: 122px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_27 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_27 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_27 span#rtr-s-Text_cell_27_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_28 { width: 176px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_28 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_28 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_28 span#rtr-s-Text_cell_28_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_29 { width: 132px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_29 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_29 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_29 span#rtr-s-Text_cell_29_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_30 { width: 160px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_30 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_30 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_30 span#rtr-s-Text_cell_30_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_36 { width: 139px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_36 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_36 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_36 span#rtr-s-Text_cell_36_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Table_2 { position: absolute; top: 699px; left: 66px; width: 1158px; height: 29px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #DDDDDD; border-left-width: 1px; border-left-style: solid; border-left-color: #DDDDDD; box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_31 { width: 1156px; height: 27px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 19px; font-size: 10.0pt; font-family: Roboto-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_31 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_31 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_31 span#rtr-s-Text_cell_31_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto-Regular,Arial; font-size: 10.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_1 { position: absolute; top: 706px; left: 566px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 10.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_1 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_1 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_1 span#rtr-s-Text_1_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 10.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_8 { position: absolute; top: 700px; left: 708px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_8 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_8 span { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_8 span#rtr-s-Label_8_0 { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_9 { position: absolute; top: 699px; left: 482px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_9 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_9 span { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_9 span#rtr-s-Label_9_0 { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_10 { position: absolute; top: 700px; left: 514px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_10 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_10 span { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_10 span#rtr-s-Label_10_0 { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_11 { position: absolute; top: 700px; left: 675px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_11 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_11 span { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_11 span#rtr-s-Label_11_0 { color: #7D7D7D; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Category_1 { position: absolute; top: 704px; left: 746px; width: 50px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Category_1 .valign { width: 32px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Table_4 { position: absolute; top: 515px; left: 66px; width: 187px; height: 186px; background-color: #FFFFFF; background-image: none; border-top-width: 1px; border-top-style: solid; border-top-color: #DDDDDD; border-left-width: 1px; border-left-style: solid; border-left-color: #DDDDDD; box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_47 { width: 85px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_47 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_47 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_47 span#rtr-s-Text_cell_47_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_52 { width: 99px; height: 36px; background-color: #F28B00; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_52 .valign { vertical-align: middle; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_52 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_52 span#rtr-s-Text_cell_52_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_48 { width: 85px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_48 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_48 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_48 span#rtr-s-Text_cell_48_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_53 { width: 99px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_53 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_53 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_53 span#rtr-s-Text_cell_53_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_49 { width: 85px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_49 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_49 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_49 span#rtr-s-Text_cell_49_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_54 { width: 99px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_54 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_54 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_54 span#rtr-s-Text_cell_54_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_50 { width: 85px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_50 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_50 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_50 span#rtr-s-Text_cell_50_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_55 { width: 99px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_55 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_55 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_55 span#rtr-s-Text_cell_55_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_51 { width: 85px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Roboto Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_51 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_51 span { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_51 span#rtr-s-Text_cell_51_0 { color: #333333; text-align: left; text-decoration: none; font-family: Roboto Regular,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_56 { width: 99px; height: 36px; background-color: transparent; background-image: none; border-right-width: 1px; border-right-style: solid; border-right-color: #DDDDDD; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #DDDDDD; text-shadow: none; line-height: 21px; font-size: 11.0pt; font-family: Arial,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_56 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_56 span { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_cell_56 span#rtr-s-Text_cell_56_0 { color: #333333; text-align: left; text-decoration: none; font-family: Arial,Arial; font-size: 11.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_3 { position: absolute; top: 558px; left: 89px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_3 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_3 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_3 span#rtr-s-Label_3_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_4 { position: absolute; top: 558px; left: 182px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_4 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_4 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_4 span#rtr-s-Label_4_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_5 { position: absolute; top: 594px; left: 89px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_5 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_5 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_5 span#rtr-s-Label_5_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_6 { position: absolute; top: 594px; left: 182px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_6 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_6 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_6 span#rtr-s-Label_6_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_7 { position: absolute; top: 630px; left: 89px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_7 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_7 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_7 span#rtr-s-Label_7_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_12 { position: absolute; top: 630px; left: 182px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_12 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_12 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_12 span#rtr-s-Label_12_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_13 { position: absolute; top: 666px; left: 89px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_13 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_13 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_13 span#rtr-s-Label_13_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_14 { position: absolute; top: 666px; left: 182px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 20.0pt; font-family: materialdesignjim-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_14 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_14 span { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Label_14 span#rtr-s-Label_14_0 { color: #F28B00; text-align: left; text-decoration: none; font-family: materialdesignjim-Regular,Arial; font-size: 20.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Group_2 { position: absolute; top: 768px; left: 0px; width: 1367px; height: 318px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_67 { position: absolute; top: 6px; left: 0px; width: 1366px; height: 192px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_4 { position: absolute; top: 31px; left: 120px; width: 536px; height: 46px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 46px; font-size: 24.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_4 .valign { vertical-align: top; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_4 span { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Book,Arial; font-size: 24.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_4 span#rtr-s-Paragraph_4_0 { color: #FFFFFF; text-align: center; text-decoration: none; font-family: Gotham Book,Arial; font-size: 24.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_5 { position: absolute; top: 126px; left: 214px; width: 385px; height: 47px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 38px; font-size: 20.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_5 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_5 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 20.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_5 span#rtr-s-Paragraph_5_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 20.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_6 { position: absolute; top: 75px; left: 202px; width: 420px; height: 46px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 46px; font-size: 24.0pt; font-family: Gotham Book,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_6 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_6 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 24.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_6 span#rtr-s-Paragraph_6_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: Gotham Book,Arial; font-size: 24.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_6 { position: absolute; top: 126px; left: 167px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 26.0pt; font-family: IOS8-Icons-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_6 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_6 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: IOS8-Icons-Regular,Arial; font-size: 26.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_6 span#rtr-s-Text_6_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: IOS8-Icons-Regular,Arial; font-size: 26.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_7 { position: absolute; top: 76px; left: 155px; width: auto; height: auto; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; font-size: 26.0pt; font-family: IOS8-Icons-Regular,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_7 .valign { vertical-align: middle; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_7 span { color: #FFFFFF; text-align: left; text-decoration: none; font-family: IOS8-Icons-Regular,Arial; font-size: 26.0pt; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Text_7 span#rtr-s-Text_7_0 { color: #FFFFFF; text-align: left; text-decoration: none; font-family: IOS8-Icons-Regular,Arial; font-size: 26.0pt; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_7 { position: absolute; top: 251px; left: 19px; width: 363px; height: 67px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_7 .valign { vertical-align: top; text-align: left; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_7 span { color: #737372; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_7 span#rtr-s-Paragraph_7_0 { color: #737372; text-align: left; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_68 { position: absolute; top: 214px; left: 23px; width: 99px; height: 31px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_72 { position: absolute; top: 0px; left: 0px; width: 1366px; height: 6px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Image_87 { position: absolute; top: 210px; left: 1251px; width: 80px; height: 51px; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_12 { position: absolute; top: 265px; left: 1215px; width: 152px; height: 45px; background-color: transparent; background-image: none; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); transform: rotate(0deg); box-shadow: none; text-shadow: none; line-height: 23px; font-size: 12.0pt; font-family: Gotham Medium,Arial; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_12 .valign { vertical-align: top; text-align: center; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_12 span { color: #009FD7; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 #s-Paragraph_12 span#rtr-s-Paragraph_12_0 { color: #009FD7; text-align: center; text-decoration: none; font-family: Gotham Medium,Arial; font-size: 12.0pt; font-style: normal; font-weight: 400; line-height: 0px; } #s-866e04c5-8212-4a5f-9ff7-8983eb691952 > #loadMark { width: 1px; visibility: hidden; display: none; }
0.295636
0.048003
html, body { height: 100%; } body { margin: 0; padding: 0; /*background: url(../css/background.png) no-repeat;*/ background-color: #1b4b72; background-size: cover; /* overflow: hidden; */ } .camera-tip { position: absolute; top: 45%; width: 100%; z-index: -2; text-align: center; color: whitesmoke; } .header { padding: 45px; color: rgb(213, 253, 255); font-size: 30px; font-family: SimHei; } .ps { padding: 20px; font-size: 20px; } .openBtn { width: 80%; height: 40px; font-size: 20px; background-color: rgb(43, 162, 69); color: white; border-radius: 8px; border: none; } .none { display: none; width: 20%; height: 30px; background-color: rgb(43, 162, 69); color: white; border-radius: 5px; border: none; } .footer { position: fixed; bottom: 45px; z-index: 100; width: 100%; text-align: center; } .mainCanvas { position: absolute; top: 0; left: 0; z-index: 90; } .content { position: fixed; height: 23vh; width: 100%; bottom: 0%; left: 0; z-index: 150; background: rgba(128, 128, 128, 0.5); padding-top: 1%; overflow: hidden; display: none; } .content > .theader { position: relative; width: 94%; margin: 0 auto; height: 20%; font-size: 1.0rem; } .content > #textcontent { position: relative; top: 0; left: 0; width: 100%; height: 80%; margin: 0 auto; background: transparent; outline: none; border: none; font-size: 0.8rem; overflow-y: scroll; overflow-x: hidden; } /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar { width:0px; height:0px; background-color:#F5F5F5; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); border-radius:10px; background-color:#F5F5F5; } /*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb { border-radius:10px; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); background-color:#555; } #textcontent > p { position: relative; width: 94%; word-break: break-all; margin: 0 auto; pointer-events: none; } .image{ display: none; } .image-btn, .graph-btn { height: 3rem; width: 3rem; border-radius: 50%; background: center / 70% no-repeat url(../static/img/picture.png); position: fixed; right: 1%; top:2rem; border: 1px whitesmoke solid; box-shadow: 0px 0px 10px 1px #FFFFFE inset; z-index: 11150; } .graph { display: none; } .graph .graph-btn{ left: 1%; right: auto; background: center / 70% no-repeat url(../static/img/connection.png); } .movie { display: none; } .movie .movie-btn { height: 3rem; width: 3rem; border-radius: 50%; background: center / 70% no-repeat url(../static/img/movie.png); position: fixed; right: 1%; top: 6rem; border: 1px whitesmoke solid; box-shadow: 0px 0px 10px 1px #FFFFFE inset; z-index: 150; } .movie video { width: 100%; position: fixed; z-index: 100; top: 25%; display: none; } body, html { overflow: hidden; height: 100vh } #pageFirst, body, html { height: 100vh } * { padding: 0; margin: 0; border: 0 } body { position: relative; font-size: 62.5%; background-color: #FFF; overflow-x: hidden; overflow-y: hidden } .none { display: none } .center { text-align: center } #video { position: absolute; top: 0; left: 0; z-index: 0; display: none; } #image, #graph{ position: absolute; z-index: 999; max-width: 70vw; max-height: 70vw; top: 25vw; left: 15vw; display: none; } #pageFirst { width: 100% } #pageFirst #iosWxMini { text-align: center; color: #ffc935; font-size: 2vh; position: absolute; z-index: 10; width: 100%; top: 22vh } #pageWxIos .tip { top: 9vh; right: 18vh } .maskerMsg, .page-bg { position: absolute; top: 0; left: 0; width: 100% } .page-bg { height: 100%; z-index: 1 } .maskerMsg { z-index: 50000; text-align: center } .maskerMsg .masker { width: 100%; height: 100vh; background-color: #000; opacity: .6 } #pageWxIos .icon-wx-ios { position: absolute; top: 3vh; right: 3vh; height: 10vh; } #pageWxIos .tip { position: absolute; top: 9vh; right: 18vh; color:white; font-size:0.75rem; } #loading { background: transparent center / contain no-repeat url(../static/img/loading.svg); display: none; position: fixed; width: 30vh; height: 30vh; top: 24vh; left: calc( 50vw - 15vh ); z-index: 999; } #scanline{ display: none; position: fixed; width: 75vw; height: 75vw; top: 18vh; left: 12.5vw; } #scanline > p{ width: 100%; height: 1.5rem; position: absolute; text-align: center; bottom: -2.2rem; left: 0; color: #00FFFF; font-size: 1rem; } #scanline > i{ display: block; position: absolute; width: 86%; height: 2px; top: 10%; left: 7%; background: #00F7DE; animation: scan 3s 0s linear infinite; box-shadow: #00FFFF 0px -1px 6px 1px; } #scanline span { display: block; position: absolute; width: 10%; height: 10%; border: #007DDB 3px solid; animation: blink 1s 0s infinite; } #scanline > span:nth-of-type(1){ border-bottom: none; border-right: none; top: 0; left: 0; } #scanline > span:nth-of-type(2){ border-left: none; border-bottom: none; top: 0; right: 0; } #scanline > span:nth-of-type(3){ border-top: none; border-right: none; bottom: 0; left: 0; } #scanline > span:nth-of-type(4){ border-top: none; border-left: none; bottom: 0; right: 0; } @keyframes blink { 0% { opacity: 1; } 50%{ opacity: 0; } 100%{ opacity: 1; } } @keyframes scan { 0% { top: 10%; } 100%{ top: 90%; } }
public/css/default.css
html, body { height: 100%; } body { margin: 0; padding: 0; /*background: url(../css/background.png) no-repeat;*/ background-color: #1b4b72; background-size: cover; /* overflow: hidden; */ } .camera-tip { position: absolute; top: 45%; width: 100%; z-index: -2; text-align: center; color: whitesmoke; } .header { padding: 45px; color: rgb(213, 253, 255); font-size: 30px; font-family: SimHei; } .ps { padding: 20px; font-size: 20px; } .openBtn { width: 80%; height: 40px; font-size: 20px; background-color: rgb(43, 162, 69); color: white; border-radius: 8px; border: none; } .none { display: none; width: 20%; height: 30px; background-color: rgb(43, 162, 69); color: white; border-radius: 5px; border: none; } .footer { position: fixed; bottom: 45px; z-index: 100; width: 100%; text-align: center; } .mainCanvas { position: absolute; top: 0; left: 0; z-index: 90; } .content { position: fixed; height: 23vh; width: 100%; bottom: 0%; left: 0; z-index: 150; background: rgba(128, 128, 128, 0.5); padding-top: 1%; overflow: hidden; display: none; } .content > .theader { position: relative; width: 94%; margin: 0 auto; height: 20%; font-size: 1.0rem; } .content > #textcontent { position: relative; top: 0; left: 0; width: 100%; height: 80%; margin: 0 auto; background: transparent; outline: none; border: none; font-size: 0.8rem; overflow-y: scroll; overflow-x: hidden; } /*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/ ::-webkit-scrollbar { width:0px; height:0px; background-color:#F5F5F5; } /*定义滚动条轨道 内阴影+圆角*/ ::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3); border-radius:10px; background-color:#F5F5F5; } /*定义滑块 内阴影+圆角*/ ::-webkit-scrollbar-thumb { border-radius:10px; -webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3); background-color:#555; } #textcontent > p { position: relative; width: 94%; word-break: break-all; margin: 0 auto; pointer-events: none; } .image{ display: none; } .image-btn, .graph-btn { height: 3rem; width: 3rem; border-radius: 50%; background: center / 70% no-repeat url(../static/img/picture.png); position: fixed; right: 1%; top:2rem; border: 1px whitesmoke solid; box-shadow: 0px 0px 10px 1px #FFFFFE inset; z-index: 11150; } .graph { display: none; } .graph .graph-btn{ left: 1%; right: auto; background: center / 70% no-repeat url(../static/img/connection.png); } .movie { display: none; } .movie .movie-btn { height: 3rem; width: 3rem; border-radius: 50%; background: center / 70% no-repeat url(../static/img/movie.png); position: fixed; right: 1%; top: 6rem; border: 1px whitesmoke solid; box-shadow: 0px 0px 10px 1px #FFFFFE inset; z-index: 150; } .movie video { width: 100%; position: fixed; z-index: 100; top: 25%; display: none; } body, html { overflow: hidden; height: 100vh } #pageFirst, body, html { height: 100vh } * { padding: 0; margin: 0; border: 0 } body { position: relative; font-size: 62.5%; background-color: #FFF; overflow-x: hidden; overflow-y: hidden } .none { display: none } .center { text-align: center } #video { position: absolute; top: 0; left: 0; z-index: 0; display: none; } #image, #graph{ position: absolute; z-index: 999; max-width: 70vw; max-height: 70vw; top: 25vw; left: 15vw; display: none; } #pageFirst { width: 100% } #pageFirst #iosWxMini { text-align: center; color: #ffc935; font-size: 2vh; position: absolute; z-index: 10; width: 100%; top: 22vh } #pageWxIos .tip { top: 9vh; right: 18vh } .maskerMsg, .page-bg { position: absolute; top: 0; left: 0; width: 100% } .page-bg { height: 100%; z-index: 1 } .maskerMsg { z-index: 50000; text-align: center } .maskerMsg .masker { width: 100%; height: 100vh; background-color: #000; opacity: .6 } #pageWxIos .icon-wx-ios { position: absolute; top: 3vh; right: 3vh; height: 10vh; } #pageWxIos .tip { position: absolute; top: 9vh; right: 18vh; color:white; font-size:0.75rem; } #loading { background: transparent center / contain no-repeat url(../static/img/loading.svg); display: none; position: fixed; width: 30vh; height: 30vh; top: 24vh; left: calc( 50vw - 15vh ); z-index: 999; } #scanline{ display: none; position: fixed; width: 75vw; height: 75vw; top: 18vh; left: 12.5vw; } #scanline > p{ width: 100%; height: 1.5rem; position: absolute; text-align: center; bottom: -2.2rem; left: 0; color: #00FFFF; font-size: 1rem; } #scanline > i{ display: block; position: absolute; width: 86%; height: 2px; top: 10%; left: 7%; background: #00F7DE; animation: scan 3s 0s linear infinite; box-shadow: #00FFFF 0px -1px 6px 1px; } #scanline span { display: block; position: absolute; width: 10%; height: 10%; border: #007DDB 3px solid; animation: blink 1s 0s infinite; } #scanline > span:nth-of-type(1){ border-bottom: none; border-right: none; top: 0; left: 0; } #scanline > span:nth-of-type(2){ border-left: none; border-bottom: none; top: 0; right: 0; } #scanline > span:nth-of-type(3){ border-top: none; border-right: none; bottom: 0; left: 0; } #scanline > span:nth-of-type(4){ border-top: none; border-left: none; bottom: 0; right: 0; } @keyframes blink { 0% { opacity: 1; } 50%{ opacity: 0; } 100%{ opacity: 1; } } @keyframes scan { 0% { top: 10%; } 100%{ top: 90%; } }
0.460046
0.074433
* { box-sizing: border-box; } h1, h2, h3, h4, h5, h6, a { color: var(--primary-brand-color); font-family: 'Bangers', monospace; font-display: optional; letter-spacing: var(--bangers-font-spacing); } .hero__content { display: flex; justify-content: center; flex-direction: column; align-items: center; padding: 0 64px; grid-area: hero-content; } .love-to-work { font-size: 1.5em; text-align: center; margin: 1.5em 0; } .love-to-work button { margin: 1em; background-color: var(--primary-brand-color); font-family: 'Bangers', monospace; font-display: optional; letter-spacing: var(--bangers-font-spacing); font-size: 1.5em; border: none; padding: 8px 16px; color: #fff; cursor: pointer; box-shadow: 2px 2px 0px 2px #5c0059; transition: all 0.05s linear; } .love-to-work button:hover { box-shadow: 3px 3px 0px 3px #5c0059; transition: all 0.05s linear; } .love-to-work button:active { box-shadow: none; background-color: #5c0059; transition: all 0.025s linear; } .hero__content h1 { font-size: 6em; margin: 0; } .hero__content p { color: var(--primary-brand-color); font-size: 2em; font-family: 'Bangers', monospace; font-display: optional; letter-spacing: var(--bangers-font-spacing); margin: 8px 0; } .hero { display: grid; grid-template-areas: 'hero-content hero-image' 'hero-icons hero-icons'; grid-template-columns: repeat(2, 1fr); grid-template-rows: 8fr 1fr; height: 100%; } .hero__image-container { grid-area: hero-image; display: flex; align-items: center; justify-content: center; } .hero__image-container img { width: 70%; box-shadow: 12px 12px 0px 4px var(--primary-brand-color); position: relative; z-index: 2; } .hero__icons { grid-area: hero-icons; display: flex; justify-content: center; align-items: center; } .hero__icons i { margin: 0 24px; font-size: 2em; color: var(--primary-brand-color); cursor: pointer; } @media screen and (max-width: 768px) { .hero { grid-template-areas: 'hero-image' 'hero-content' 'hero-icons'; grid-template-columns: 1fr; grid-template-rows: auto; padding: 1.5em 0; } .hero__content { padding: 1em; } .hero__content h1 { font-size: 2.5em; text-align: center; } .hero__content p { font-size: 1.2em; } .tag-lines { margin: 2.5em 0; } .love-to-work { font-size: 1em; } .love-to-work button { font-size: 1.5em; } .hero__image-container { margin-bottom: 2em; } .hero__image-container img { width: 80%; box-shadow: 8px 8px 0px 3px var(--primary-brand-color); } .layout-wrapper { min-height: fit-content; } .intro-text, .game-countdown { font-size: 28px; } } @media screen and (max-width: 1440px) { .hero__content h1 { font-size: 4em; } .hero__content p { font-size: 1.8em; } .love-to-work { font-size: 1.35em; } .love-to-work button { font-size: 1.25em; } } .hero__image-container .bug { position: relative; z-index: 1; transform: rotate(123deg); right: 2px; top: 11px; } .game-container { position: fixed; top: 0; left: 0; bottom: 0; right: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 50; background-color: rgba(255, 255, 255, 0.5); } .game-countdown { position: fixed; top: 36px; right: 36px; } .bug { cursor: pointer; position: fixed; color: red; font-size: 35px; } .bug.animate { animation: wiggle 0.42s both infinite; } .bug.squash-shake { animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; } .intro-text { margin: 1em; padding: 0.5em; opacity: 1; } .intro-text, .game-countdown { opacity: 1; font-size: 48px; color: red; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4); font-family: 'Bangers', monospace; text-align: center; } .intro-text.fade-out, .bug.fade-out { animation: none; opacity: 0; transition: all 0.3s ease-out; } @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); } } @keyframes wiggle { 0%, 100% { transform: rotate(-30deg); } 50% { transform: rotate(30deg); } /* 30%, 50%, 70% { transform: rotate(-10deg); } 40%, 60% { transform: rotate(10deg); } */ }
src/pages/index.css
* { box-sizing: border-box; } h1, h2, h3, h4, h5, h6, a { color: var(--primary-brand-color); font-family: 'Bangers', monospace; font-display: optional; letter-spacing: var(--bangers-font-spacing); } .hero__content { display: flex; justify-content: center; flex-direction: column; align-items: center; padding: 0 64px; grid-area: hero-content; } .love-to-work { font-size: 1.5em; text-align: center; margin: 1.5em 0; } .love-to-work button { margin: 1em; background-color: var(--primary-brand-color); font-family: 'Bangers', monospace; font-display: optional; letter-spacing: var(--bangers-font-spacing); font-size: 1.5em; border: none; padding: 8px 16px; color: #fff; cursor: pointer; box-shadow: 2px 2px 0px 2px #5c0059; transition: all 0.05s linear; } .love-to-work button:hover { box-shadow: 3px 3px 0px 3px #5c0059; transition: all 0.05s linear; } .love-to-work button:active { box-shadow: none; background-color: #5c0059; transition: all 0.025s linear; } .hero__content h1 { font-size: 6em; margin: 0; } .hero__content p { color: var(--primary-brand-color); font-size: 2em; font-family: 'Bangers', monospace; font-display: optional; letter-spacing: var(--bangers-font-spacing); margin: 8px 0; } .hero { display: grid; grid-template-areas: 'hero-content hero-image' 'hero-icons hero-icons'; grid-template-columns: repeat(2, 1fr); grid-template-rows: 8fr 1fr; height: 100%; } .hero__image-container { grid-area: hero-image; display: flex; align-items: center; justify-content: center; } .hero__image-container img { width: 70%; box-shadow: 12px 12px 0px 4px var(--primary-brand-color); position: relative; z-index: 2; } .hero__icons { grid-area: hero-icons; display: flex; justify-content: center; align-items: center; } .hero__icons i { margin: 0 24px; font-size: 2em; color: var(--primary-brand-color); cursor: pointer; } @media screen and (max-width: 768px) { .hero { grid-template-areas: 'hero-image' 'hero-content' 'hero-icons'; grid-template-columns: 1fr; grid-template-rows: auto; padding: 1.5em 0; } .hero__content { padding: 1em; } .hero__content h1 { font-size: 2.5em; text-align: center; } .hero__content p { font-size: 1.2em; } .tag-lines { margin: 2.5em 0; } .love-to-work { font-size: 1em; } .love-to-work button { font-size: 1.5em; } .hero__image-container { margin-bottom: 2em; } .hero__image-container img { width: 80%; box-shadow: 8px 8px 0px 3px var(--primary-brand-color); } .layout-wrapper { min-height: fit-content; } .intro-text, .game-countdown { font-size: 28px; } } @media screen and (max-width: 1440px) { .hero__content h1 { font-size: 4em; } .hero__content p { font-size: 1.8em; } .love-to-work { font-size: 1.35em; } .love-to-work button { font-size: 1.25em; } } .hero__image-container .bug { position: relative; z-index: 1; transform: rotate(123deg); right: 2px; top: 11px; } .game-container { position: fixed; top: 0; left: 0; bottom: 0; right: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; z-index: 50; background-color: rgba(255, 255, 255, 0.5); } .game-countdown { position: fixed; top: 36px; right: 36px; } .bug { cursor: pointer; position: fixed; color: red; font-size: 35px; } .bug.animate { animation: wiggle 0.42s both infinite; } .bug.squash-shake { animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both; } .intro-text { margin: 1em; padding: 0.5em; opacity: 1; } .intro-text, .game-countdown { opacity: 1; font-size: 48px; color: red; text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.4); font-family: 'Bangers', monospace; text-align: center; } .intro-text.fade-out, .bug.fade-out { animation: none; opacity: 0; transition: all 0.3s ease-out; } @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); } } @keyframes wiggle { 0%, 100% { transform: rotate(-30deg); } 50% { transform: rotate(30deg); } /* 30%, 50%, 70% { transform: rotate(-10deg); } 40%, 60% { transform: rotate(10deg); } */ }
0.614625
0.159872
@media print { .pagebreak { page-break-before: always; } /* table {page-break-inside: auto;} */ } @page { margin-top: 70px; margin-bottom: 100px; margin-right: 60px; margin-left: 60px; } @page { @top-left { content: element(header); } } @page { @bottom-right { content: element(footer); } } .level_1_list{ font-weight: bold; } .level_2_list{ font-weight: normal; padding-top: 5px; list-style-type: none; text-indent: -20px; } .two_col_list{ width:300px; font-weight: normal; padding-top: 5px; /* padding-left: 10px; */ padding-bottom: 10px; text-indent: 10px; } .two_col_list_narrow{ width:200px; font-weight: normal; padding-top: 5px; padding-bottom: 10px; padding-left: 0; list-style-type: none; } ul span + span { float:right;} /* Table of Contents lists */ ol { list-style-type: none; counter-reset: item; margin: 10px; padding: 0; } ol > li { display: table; counter-increment: item; margin-bottom: 0.6em; } ol > li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 0.6em; } li ol > li { margin: 0; } li ol > li:before { content: counters(item, ".") " "; } a { color: black; } #header { position: running(header); content: url("./images/SMS Logo.png"); transform: scale(0.15) translate(50px, 60px); transform-origin: left; } #footer_image { position: running(footer_image); content: url("./images/SMS Footer.png"); transform: scale(0.632 0.6) translateY(-30px); transform-origin: right; } #pagenum { position: running(pagenum); content: "Page " counter(page) " of " counter(pages); font-size: 9px; font-style: italic; text-align: right; transform: translateY(-35px) } #footer { position: running(footer); content: element(footer_image) element(pagenum); transform-origin: right bottom; transform: translateY(-10px); } .bottom_title { display: flex; height: 950px; width: 100%; justify-content: center; /* justify-content: space-between; */ align-items: center; vertical-align: middle; flex-direction: column; background-color: red; text-align: center; /* word-wrap: none; */ } html { font-family: Tahoma, Geneva, sans-serif; /* font-size: 12px; */ font-size: 10pt; } h1, h2, h3, h4, h5 { page-break-after: avoid; margin: 0px; } h2 { font-size: 16pt; color: #265474; margin-bottom: 8px; } h3 { font-size: 13pt; color: #3675a2; margin-top: 4px; margin-bottom: 4px; } .splitscreen { display: flex; } .splitscreen .left { flex: 0.45; display: inline-block; /* border: 1px dotted green; */ min-width: 0; /* max-width: 40%; */ } .splitscreen .right { flex: 0.55; margin-left: 10px; /* display: block; */ width: auto; /* border: 1px dotted rgb(255, 0, 255); */ } div { margin-bottom: 16px; margin-left: auto; margin-right: auto; width: auto; max-width: 100%; } figure img { display: block; margin-left: auto; margin-right: auto; width: 100%; /* border: 1px dotted rgb(0, 255, 145); */ } figure { margin: 0; display: block; /* border: 1px dotted red; */ width: auto; max-width: 100%; } figcaption { font-style: italic; font-size: 11px; text-align: center; max-width: 100%; /* border: 1px dotted blue; */ } .figcaption_tbl { text-align: left !important; width: 100% !important; } .figcaption_left { text-align: left !important; width: 100% !important; } .figcaption_center { text-align: center !important; /* width: 100% !important; */ } table { table-layout: auto; width: auto; border: 1px solid #000000; background-color: #FFFFFF; border-collapse: collapse; margin-top: 0px; margin-bottom: 2px; page-break-inside: avoid; font-size: 10.5px; display: inline-block; } .pagebreak_table { page-break-inside: auto !important; display: table; /* font-size: 8px; */ } table td, table th { padding: 3px 5px; } table tr:nth-child(even) { background: #E4E4E4; } table thead { background: #244062; border-bottom: 1px solid #000000; display: table-header-group; } table thead th { font-weight: bold; color: #FFFFFF; text-align: center; } tr { page-break-inside: avoid; page-break-after: auto } .signature_table { table-layout: fixed; font-size: 10pt; font-weight: normal; text-align: center; width: 500px; } .signature_table tr td { height: 80px; } .signature_table td:nth-child(1) { width: 100px; } .signature_table td:nth-child(2) { width: 100%; } .signature_table td { border: 1px black solid; } .signature_table tr:nth-child(even) { background: none; } .failure_report_header_table { table-layout: fixed; width: 100%; font-size: 10pt; border: None; border-bottom: 1px solid black; display: inline-block; padding-top: 30px; } .failure_report_header_table thead { border: None; } /* .failure_report_header_table td { width: 1000px; } */ .failure_report_header_table tr:nth-child(even) { background: none; }
smseventlog/_resources/reports/report_style.css
@media print { .pagebreak { page-break-before: always; } /* table {page-break-inside: auto;} */ } @page { margin-top: 70px; margin-bottom: 100px; margin-right: 60px; margin-left: 60px; } @page { @top-left { content: element(header); } } @page { @bottom-right { content: element(footer); } } .level_1_list{ font-weight: bold; } .level_2_list{ font-weight: normal; padding-top: 5px; list-style-type: none; text-indent: -20px; } .two_col_list{ width:300px; font-weight: normal; padding-top: 5px; /* padding-left: 10px; */ padding-bottom: 10px; text-indent: 10px; } .two_col_list_narrow{ width:200px; font-weight: normal; padding-top: 5px; padding-bottom: 10px; padding-left: 0; list-style-type: none; } ul span + span { float:right;} /* Table of Contents lists */ ol { list-style-type: none; counter-reset: item; margin: 10px; padding: 0; } ol > li { display: table; counter-increment: item; margin-bottom: 0.6em; } ol > li:before { content: counters(item, ".") ". "; display: table-cell; padding-right: 0.6em; } li ol > li { margin: 0; } li ol > li:before { content: counters(item, ".") " "; } a { color: black; } #header { position: running(header); content: url("./images/SMS Logo.png"); transform: scale(0.15) translate(50px, 60px); transform-origin: left; } #footer_image { position: running(footer_image); content: url("./images/SMS Footer.png"); transform: scale(0.632 0.6) translateY(-30px); transform-origin: right; } #pagenum { position: running(pagenum); content: "Page " counter(page) " of " counter(pages); font-size: 9px; font-style: italic; text-align: right; transform: translateY(-35px) } #footer { position: running(footer); content: element(footer_image) element(pagenum); transform-origin: right bottom; transform: translateY(-10px); } .bottom_title { display: flex; height: 950px; width: 100%; justify-content: center; /* justify-content: space-between; */ align-items: center; vertical-align: middle; flex-direction: column; background-color: red; text-align: center; /* word-wrap: none; */ } html { font-family: Tahoma, Geneva, sans-serif; /* font-size: 12px; */ font-size: 10pt; } h1, h2, h3, h4, h5 { page-break-after: avoid; margin: 0px; } h2 { font-size: 16pt; color: #265474; margin-bottom: 8px; } h3 { font-size: 13pt; color: #3675a2; margin-top: 4px; margin-bottom: 4px; } .splitscreen { display: flex; } .splitscreen .left { flex: 0.45; display: inline-block; /* border: 1px dotted green; */ min-width: 0; /* max-width: 40%; */ } .splitscreen .right { flex: 0.55; margin-left: 10px; /* display: block; */ width: auto; /* border: 1px dotted rgb(255, 0, 255); */ } div { margin-bottom: 16px; margin-left: auto; margin-right: auto; width: auto; max-width: 100%; } figure img { display: block; margin-left: auto; margin-right: auto; width: 100%; /* border: 1px dotted rgb(0, 255, 145); */ } figure { margin: 0; display: block; /* border: 1px dotted red; */ width: auto; max-width: 100%; } figcaption { font-style: italic; font-size: 11px; text-align: center; max-width: 100%; /* border: 1px dotted blue; */ } .figcaption_tbl { text-align: left !important; width: 100% !important; } .figcaption_left { text-align: left !important; width: 100% !important; } .figcaption_center { text-align: center !important; /* width: 100% !important; */ } table { table-layout: auto; width: auto; border: 1px solid #000000; background-color: #FFFFFF; border-collapse: collapse; margin-top: 0px; margin-bottom: 2px; page-break-inside: avoid; font-size: 10.5px; display: inline-block; } .pagebreak_table { page-break-inside: auto !important; display: table; /* font-size: 8px; */ } table td, table th { padding: 3px 5px; } table tr:nth-child(even) { background: #E4E4E4; } table thead { background: #244062; border-bottom: 1px solid #000000; display: table-header-group; } table thead th { font-weight: bold; color: #FFFFFF; text-align: center; } tr { page-break-inside: avoid; page-break-after: auto } .signature_table { table-layout: fixed; font-size: 10pt; font-weight: normal; text-align: center; width: 500px; } .signature_table tr td { height: 80px; } .signature_table td:nth-child(1) { width: 100px; } .signature_table td:nth-child(2) { width: 100%; } .signature_table td { border: 1px black solid; } .signature_table tr:nth-child(even) { background: none; } .failure_report_header_table { table-layout: fixed; width: 100%; font-size: 10pt; border: None; border-bottom: 1px solid black; display: inline-block; padding-top: 30px; } .failure_report_header_table thead { border: None; } /* .failure_report_header_table td { width: 1000px; } */ .failure_report_header_table tr:nth-child(even) { background: none; }
0.458591
0.093554
body , .brand_background{ background: #EBEBEB !important; } .header-logo{ background:#ebebeb; padding:5px; } .full_scale_menu{ width:100%; } .full_scale_menu li{ width:11%; padding:5px; text-align:center; list-style-position:inside; border-right: white 1px solid; } .full_scale_menu li:hover{ background-color: #3197F9; font-weight: bold; padding:5px; } .custom_nav_bar_desktop{ background-color:#262626; color:white; padding:0px; cursor:pointer; border-bottom: white 5px solid; font-size: 16px; } .custom_nav_bar_desktop a{ color:white; display: block; } .custom_nav_bar_desktop a:hover{ text-decoration: none ; } .top_logo { padding-left: 60px; padding-top: 5px; } /* footer */ .desktop_footer{ background-color:#262626; color:white; } .footer-font-color{ color:white; } .footer-icon { height:100px; position: absolute; right: -10px; bottom: 0; } .footer-links{ padding:5px; margin-top: 24px; border-right: 1px solid #3297f8; } .footer-social-media{ position: absolute; bottom: 0; left: 15px; } /* .footer-social-media i{ margin-right: 7px; font-size: 36px; padding: 7px; border: 1px solid; } */ .footer-social-media i{ margin-right: 7px; font-size: 36px; color: #3297f8; padding: 7px; border: 1px solid #3297f8; background: white; border-radius: 10px; } .footer_br_tag{ height:1px; width: 51%; opacity: 0.3; background-color: #271072; } .footer-menu-title{ color:#3297f8; font-size: 16px; font-weight: bold; } /*COmponent */ .desktop_header_banner{ width:100%; height:500px; }
public/css/brand_header_footer.css
body , .brand_background{ background: #EBEBEB !important; } .header-logo{ background:#ebebeb; padding:5px; } .full_scale_menu{ width:100%; } .full_scale_menu li{ width:11%; padding:5px; text-align:center; list-style-position:inside; border-right: white 1px solid; } .full_scale_menu li:hover{ background-color: #3197F9; font-weight: bold; padding:5px; } .custom_nav_bar_desktop{ background-color:#262626; color:white; padding:0px; cursor:pointer; border-bottom: white 5px solid; font-size: 16px; } .custom_nav_bar_desktop a{ color:white; display: block; } .custom_nav_bar_desktop a:hover{ text-decoration: none ; } .top_logo { padding-left: 60px; padding-top: 5px; } /* footer */ .desktop_footer{ background-color:#262626; color:white; } .footer-font-color{ color:white; } .footer-icon { height:100px; position: absolute; right: -10px; bottom: 0; } .footer-links{ padding:5px; margin-top: 24px; border-right: 1px solid #3297f8; } .footer-social-media{ position: absolute; bottom: 0; left: 15px; } /* .footer-social-media i{ margin-right: 7px; font-size: 36px; padding: 7px; border: 1px solid; } */ .footer-social-media i{ margin-right: 7px; font-size: 36px; color: #3297f8; padding: 7px; border: 1px solid #3297f8; background: white; border-radius: 10px; } .footer_br_tag{ height:1px; width: 51%; opacity: 0.3; background-color: #271072; } .footer-menu-title{ color:#3297f8; font-size: 16px; font-weight: bold; } /*COmponent */ .desktop_header_banner{ width:100%; height:500px; }
0.272218
0.059156
@font-face { font-family: "black"; src: url("../font/DINNextLTArabic-Black.ttf") format("truetype") } @font-face { font-family: "bold"; src: url("../font/DINNextLTArabic-Bold.ttf") format("truetype") } @font-face { font-family: "medium"; src: url("../font/DINNextLTArabic-Medium.ttf") format("truetype") } @font-face { font-family: "regular"; src: url("../font/DINNextLTArabic-Regular.ttf") format("truetype") } @font-face { font-family: "light"; src: url("../font/DINNEXTLTARABIC-LIGHT.ttf") format("truetype") } *{ font-weight: normal !important; } html, body{ direction: rtl; font-family: 'regular', sans-serif; } h1, h2 ,h3 ,h4 ,h5, h6{ font-family: 'medium', sans-serif; font-weight: normal; } form.disabled{ pointer-events: none; opacity: .6; } .filepond--root { width: 200px; margin: 0 auto; font-family: "regular"; } .filepond--credits{ display: none; } #main{ padding: 0; } .choices[data-type*=select-one]:after { right: auto; left: 11.5px; } .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button { padding: 0; margin: 0; border: none; margin-right: 8px; padding-right: 16px; border-right: 1px solid #008fa1; } .badge-info{ background-color: rgb(67, 94, 190, .2); color: rgb(67, 94, 190, 1); } body.dragging, body.dragging * { cursor: move !important; } .dragged { position: absolute; opacity: 0.5; z-index: 2000; } ol.example li.placeholder { position: relative; /** More li styles **/ } ol.example li.placeholder:before { position: absolute; /** Define arrowhead **/ } .sidebar-link{ display: flex !important; align-items: center !important; } .sidebar-link i{ display: inline-block; font-size: 20px; margin-top: .60rem; } .dropdown-toggle:after{ display: none; } .alert-dot{ display: none; position: absolute; width: .7rem; height: .7rem; border: 2px solid #fff; border-radius: 50%; top: 7px; left: 7px; background-color: #dc3545; } .new-alert .alert-dot{ display: block; } .sidebar-wrapper .sidebar-header{ text-align: center; } .sidebar-wrapper .sidebar-header img { height: 4.2rem; } #auth #auth-left .auth-logo img { height: 4rem; } #auth #auth-left .auth-logo { margin-bottom: 2rem; } #auth #auth-left .auth-title { font-size: 3rem; } #auth #auth-left .auth-subtitle { font-size: 1.4rem; }
assets/css/custom.css
@font-face { font-family: "black"; src: url("../font/DINNextLTArabic-Black.ttf") format("truetype") } @font-face { font-family: "bold"; src: url("../font/DINNextLTArabic-Bold.ttf") format("truetype") } @font-face { font-family: "medium"; src: url("../font/DINNextLTArabic-Medium.ttf") format("truetype") } @font-face { font-family: "regular"; src: url("../font/DINNextLTArabic-Regular.ttf") format("truetype") } @font-face { font-family: "light"; src: url("../font/DINNEXTLTARABIC-LIGHT.ttf") format("truetype") } *{ font-weight: normal !important; } html, body{ direction: rtl; font-family: 'regular', sans-serif; } h1, h2 ,h3 ,h4 ,h5, h6{ font-family: 'medium', sans-serif; font-weight: normal; } form.disabled{ pointer-events: none; opacity: .6; } .filepond--root { width: 200px; margin: 0 auto; font-family: "regular"; } .filepond--credits{ display: none; } #main{ padding: 0; } .choices[data-type*=select-one]:after { right: auto; left: 11.5px; } .choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button { padding: 0; margin: 0; border: none; margin-right: 8px; padding-right: 16px; border-right: 1px solid #008fa1; } .badge-info{ background-color: rgb(67, 94, 190, .2); color: rgb(67, 94, 190, 1); } body.dragging, body.dragging * { cursor: move !important; } .dragged { position: absolute; opacity: 0.5; z-index: 2000; } ol.example li.placeholder { position: relative; /** More li styles **/ } ol.example li.placeholder:before { position: absolute; /** Define arrowhead **/ } .sidebar-link{ display: flex !important; align-items: center !important; } .sidebar-link i{ display: inline-block; font-size: 20px; margin-top: .60rem; } .dropdown-toggle:after{ display: none; } .alert-dot{ display: none; position: absolute; width: .7rem; height: .7rem; border: 2px solid #fff; border-radius: 50%; top: 7px; left: 7px; background-color: #dc3545; } .new-alert .alert-dot{ display: block; } .sidebar-wrapper .sidebar-header{ text-align: center; } .sidebar-wrapper .sidebar-header img { height: 4.2rem; } #auth #auth-left .auth-logo img { height: 4rem; } #auth #auth-left .auth-logo { margin-bottom: 2rem; } #auth #auth-left .auth-title { font-size: 3rem; } #auth #auth-left .auth-subtitle { font-size: 1.4rem; }
0.451327
0.105995
input[type="text"], input[type="url"], input[type="email"], input[type="search"], input[type="date"], input[type="datatime"], input[type="datatime-local"], input[type="month"], input[type="week"], input[type="time"], input[type="tel"], input[type="number"], input[type="password"], textarea, select, select[multiple] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; font-size: 16px; line-height: 22px; margin: 0 0 5px 0; width: 100%; } .ch-form-row-inline input[type="text"], .ch-form-row-inline input[type="url"], .ch-form-row-inline input[type="email"], .ch-form-row-inline input[type="search"], .ch-form-row-inline input[type="date"], .ch-form-row-inline input[type="datatime"], .ch-form-row-inline input[type="datatime-local"], .ch-form-row-inline input[type="month"], .ch-form-row-inline input[type="week"], .ch-form-row-inline input[type="time"], .ch-form-row-inline input[type="tel"], .ch-form-row-inline input[type="number"], .ch-form-row-inline input[type="password"], .ch-form-row-inline select { display: inline-block; width: auto; } input, input:focus { padding: 6px 0; } input[type="radio"], input[type="checkbox"], input[type="radio"]:focus, input[type="checkbox"]:focus { padding: 0; } /* Inner Icons */ .ch-form-icon-inner { display: block; left: auto; right: 2px; top: 41px; position: absolute; } /* BigForm Inner Icons */ .ch-form-big .ch-form-icon-inner { top: 54px; } /* Icon & button alignment */ .ch-form-row input + .ch-btn, .ch-form-row input + .ch-form-icon { position: absolute; top: 76px; right: 0; margin-right: 0; z-index: 2; } /* Title module */ .ch-form legend { font-size: 16px; padding-bottom: 8px; } /* Label */ .ch-form-row label { font-size: 14px; padding-bottom: 2px; } /* Checkbox inline */ .ch-form-checkbox-inline{ margin-left: 0; } /* Select */ .ch-form-row select { height: 36px; border-color: #ccc; margin: 0 0 5px 0; } /* Select Multiple */ .ch-form-row select[multiple], .ch-form-select-multiple { height: auto; } .ch-form-row .ch-form-hint { margin-left: 2px; } .ch-validation-message { color: #B94A48; padding: 0; margin: 0; } /** * Forms within list boxes */ .ch-box-list .ch-form-row, .ch-box-list.ch-form-row { padding: 0; } .ch-box-list input + label { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; width: 100%; padding: 14px 0 14px 38px; } .ch-box-list input[type="radio"], .ch-box-list input[type="checkbox"] { top: 25px; left: 13px; } .ch-list-box input[type="radio"] { margin-top: -5px; } .ch-list-box input[type="checkbox"] { margin-top: -4px; }
src/mobile/css/Form.css
input[type="text"], input[type="url"], input[type="email"], input[type="search"], input[type="date"], input[type="datatime"], input[type="datatime-local"], input[type="month"], input[type="week"], input[type="time"], input[type="tel"], input[type="number"], input[type="password"], textarea, select, select[multiple] { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; display: block; font-size: 16px; line-height: 22px; margin: 0 0 5px 0; width: 100%; } .ch-form-row-inline input[type="text"], .ch-form-row-inline input[type="url"], .ch-form-row-inline input[type="email"], .ch-form-row-inline input[type="search"], .ch-form-row-inline input[type="date"], .ch-form-row-inline input[type="datatime"], .ch-form-row-inline input[type="datatime-local"], .ch-form-row-inline input[type="month"], .ch-form-row-inline input[type="week"], .ch-form-row-inline input[type="time"], .ch-form-row-inline input[type="tel"], .ch-form-row-inline input[type="number"], .ch-form-row-inline input[type="password"], .ch-form-row-inline select { display: inline-block; width: auto; } input, input:focus { padding: 6px 0; } input[type="radio"], input[type="checkbox"], input[type="radio"]:focus, input[type="checkbox"]:focus { padding: 0; } /* Inner Icons */ .ch-form-icon-inner { display: block; left: auto; right: 2px; top: 41px; position: absolute; } /* BigForm Inner Icons */ .ch-form-big .ch-form-icon-inner { top: 54px; } /* Icon & button alignment */ .ch-form-row input + .ch-btn, .ch-form-row input + .ch-form-icon { position: absolute; top: 76px; right: 0; margin-right: 0; z-index: 2; } /* Title module */ .ch-form legend { font-size: 16px; padding-bottom: 8px; } /* Label */ .ch-form-row label { font-size: 14px; padding-bottom: 2px; } /* Checkbox inline */ .ch-form-checkbox-inline{ margin-left: 0; } /* Select */ .ch-form-row select { height: 36px; border-color: #ccc; margin: 0 0 5px 0; } /* Select Multiple */ .ch-form-row select[multiple], .ch-form-select-multiple { height: auto; } .ch-form-row .ch-form-hint { margin-left: 2px; } .ch-validation-message { color: #B94A48; padding: 0; margin: 0; } /** * Forms within list boxes */ .ch-box-list .ch-form-row, .ch-box-list.ch-form-row { padding: 0; } .ch-box-list input + label { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; font-size: 16px; width: 100%; padding: 14px 0 14px 38px; } .ch-box-list input[type="radio"], .ch-box-list input[type="checkbox"] { top: 25px; left: 13px; } .ch-list-box input[type="radio"] { margin-top: -5px; } .ch-list-box input[type="checkbox"] { margin-top: -4px; }
0.318697
0.165391
.top_selects_circuits { display: table; width: 100%; text-align: center; position: relative; } .selects_circuit { display: table-cell; width: 50%; } #users_list, #circuits_list { height: 80px; overflow: auto; border: 1px solid #cccccc; text-align: left; padding: .5em; width: 80%; margin: auto; } #users_list p, #circuits_list p { margin: 0 0 .3em !important; } #users_list p:hover, #circuits_list p:hover, .list_selected_element { background-color: rgba(50, 133, 171, 0.5); cursor: pointer; padding-left: 0.5em; } .titre_select { text-align: center; border: 1px solid #ccccff; border-bottom: 0px; width: 100%; margin: auto; } .top_selects_circuits .titre_select { width: 80%; } #circuit { /*width: 100%;*/ width: auto; min-height: 180px; border: 1px solid #cccccc; border-top: 0; margin: 0 0 2em 0; background-color: #fafafa; } #debut_circuit { width: 2em; position: relative; top: 70px; margin-left: 1em; } .perso_circuit { display: block; text-align: center; margin: auto; max-width: 100px; max-height: 150px; padding: .5em; cursor: -webkit-grab; cursor: -moz-grab; } .no_sort { cursor: default; } .deposant { margin-top: 1.5em; } .etapes-circuit img, .perso_circuit img { width: 80px; height: 80px; margin: auto; } .nom_perso { width: 80px; height: 80px; word-wrap: break-word; display: block; margin: auto; text-overflow: ellipsis; } .curr_user { } .btn-modifs { } .suppr_perso, .valid_perso, .ok_perso { position: relative; float: right; font-size: 1.2em; /*top: .6em;*/ top: 0; left: .1em; /*cursor: pointer;*/ background-color: #ffffff; border-radius: 1em; width: 2em !important; height: 2em !important; padding: 0.5em; } .suppr_perso { color: red; } .valid_perso { color: #DBA209; } .ok_perso { color: #759E1A; } .suppr_perso:hover { color: indianred; } .emplacement { width: 100px; height: 120px; margin-top: 1em; background-color: rgba(50, 133, 171, 0.2); } .fleche_circuit { position: relative; top: 70px; font-size: 3em; } .fleche_circuit, .perso_circuit, .emplacement, #debut_circuit { float: left; color: #cccccc; } .favoris_circuit { height: 32px; width: 32px; cursor: pointer; } #pop_favoris { display: none; position: absolute; border: 1px solid #cccccc; padding: 10px; background-color: #ffffff; } .delete_circuit { cursor: pointer; } .nametitle { cursor: hand; position: absolute; color: #a9a9a9; line-height: 1.7em; width: 14%; background-color: #ebebeb; border: 1px solid #adadad; } .nomcircuit { line-height: 2.2em; } .nameinput { width: 100%; height: 1.8em; padding-left: 36%; } #circuit_name { border-radius: 0px; height: 2.3em; border: 1px solid #cccccc; padding-left: 20%; } .glyphicon-chevron-down { margin: 1em; cursor: pointer; font-size: 1.2em; } .glyphicon-chevron-down:hover { color: rgb(50, 133, 171); } #circuit_modifier, #btn-group-supp { display: none; } #contetapes>div, .etapes-circuit { min-height: 235px; width: 250px; float: left; position: relative; } #contetapes .etapes-circuit { cursor: -webkit-grab; cursor: -moz-grab; } .etapes-circuit h4 { border-bottom: 1px solid #d3d3d3; padding-bottom: 0.8em; margin-bottom: 0.8em; } .circuit-user { font-size: 1.3em; font-weight: normal; } .btn-voirInter { margin-top: 10px !important; } .btn-ajout-etape { font-size: 1.2em; line-height: 2em; padding-top: 0.4em; } .btn-ajout-etape > span { font-size: 1.4em; } .btn-suppetape { position: absolute; width: 13%; top: 0; right: 0; margin: 3px 3px 0 0 !important; height: auto; padding-top: 3px; padding-bottom: 3px; padding-left: 7px; } #hiddeUsers { display: none; } #seeUsers { display: none; } #seeUsers.seeValidants { display: block; } #contetapes .etape-validante { cursor: default; } .list-validants .select2-choices { list-style-type: none; } .list-validants .select2-choices .select2-search-choice { padding: 3px 5px 3px 18px; margin: 3px 0 3px 5px; position: relative; line-height: 13px; color: #333; cursor: default; border: 1px solid #aaaaaa; border-radius: 3px; -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); background-clip: padding-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #e4e4e4; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); } .select2-container-multi .select2-choices .select2-search-choice { margin: 3px 3px 3px 5px; } .select2-container-multi .select2-choices li { float: none; } .etape-groupe { font-size: 7em; width: 100% !important; text-align: center; cursor: pointer; } #circuit_main { margin: 10px 0 30px 0; } #circuit_etapes { overflow: auto; } #circuit_etapes .div-btn-ajout-etape { width: 162px; margin-left: 15px; }
web/css/circuit.css
.top_selects_circuits { display: table; width: 100%; text-align: center; position: relative; } .selects_circuit { display: table-cell; width: 50%; } #users_list, #circuits_list { height: 80px; overflow: auto; border: 1px solid #cccccc; text-align: left; padding: .5em; width: 80%; margin: auto; } #users_list p, #circuits_list p { margin: 0 0 .3em !important; } #users_list p:hover, #circuits_list p:hover, .list_selected_element { background-color: rgba(50, 133, 171, 0.5); cursor: pointer; padding-left: 0.5em; } .titre_select { text-align: center; border: 1px solid #ccccff; border-bottom: 0px; width: 100%; margin: auto; } .top_selects_circuits .titre_select { width: 80%; } #circuit { /*width: 100%;*/ width: auto; min-height: 180px; border: 1px solid #cccccc; border-top: 0; margin: 0 0 2em 0; background-color: #fafafa; } #debut_circuit { width: 2em; position: relative; top: 70px; margin-left: 1em; } .perso_circuit { display: block; text-align: center; margin: auto; max-width: 100px; max-height: 150px; padding: .5em; cursor: -webkit-grab; cursor: -moz-grab; } .no_sort { cursor: default; } .deposant { margin-top: 1.5em; } .etapes-circuit img, .perso_circuit img { width: 80px; height: 80px; margin: auto; } .nom_perso { width: 80px; height: 80px; word-wrap: break-word; display: block; margin: auto; text-overflow: ellipsis; } .curr_user { } .btn-modifs { } .suppr_perso, .valid_perso, .ok_perso { position: relative; float: right; font-size: 1.2em; /*top: .6em;*/ top: 0; left: .1em; /*cursor: pointer;*/ background-color: #ffffff; border-radius: 1em; width: 2em !important; height: 2em !important; padding: 0.5em; } .suppr_perso { color: red; } .valid_perso { color: #DBA209; } .ok_perso { color: #759E1A; } .suppr_perso:hover { color: indianred; } .emplacement { width: 100px; height: 120px; margin-top: 1em; background-color: rgba(50, 133, 171, 0.2); } .fleche_circuit { position: relative; top: 70px; font-size: 3em; } .fleche_circuit, .perso_circuit, .emplacement, #debut_circuit { float: left; color: #cccccc; } .favoris_circuit { height: 32px; width: 32px; cursor: pointer; } #pop_favoris { display: none; position: absolute; border: 1px solid #cccccc; padding: 10px; background-color: #ffffff; } .delete_circuit { cursor: pointer; } .nametitle { cursor: hand; position: absolute; color: #a9a9a9; line-height: 1.7em; width: 14%; background-color: #ebebeb; border: 1px solid #adadad; } .nomcircuit { line-height: 2.2em; } .nameinput { width: 100%; height: 1.8em; padding-left: 36%; } #circuit_name { border-radius: 0px; height: 2.3em; border: 1px solid #cccccc; padding-left: 20%; } .glyphicon-chevron-down { margin: 1em; cursor: pointer; font-size: 1.2em; } .glyphicon-chevron-down:hover { color: rgb(50, 133, 171); } #circuit_modifier, #btn-group-supp { display: none; } #contetapes>div, .etapes-circuit { min-height: 235px; width: 250px; float: left; position: relative; } #contetapes .etapes-circuit { cursor: -webkit-grab; cursor: -moz-grab; } .etapes-circuit h4 { border-bottom: 1px solid #d3d3d3; padding-bottom: 0.8em; margin-bottom: 0.8em; } .circuit-user { font-size: 1.3em; font-weight: normal; } .btn-voirInter { margin-top: 10px !important; } .btn-ajout-etape { font-size: 1.2em; line-height: 2em; padding-top: 0.4em; } .btn-ajout-etape > span { font-size: 1.4em; } .btn-suppetape { position: absolute; width: 13%; top: 0; right: 0; margin: 3px 3px 0 0 !important; height: auto; padding-top: 3px; padding-bottom: 3px; padding-left: 7px; } #hiddeUsers { display: none; } #seeUsers { display: none; } #seeUsers.seeValidants { display: block; } #contetapes .etape-validante { cursor: default; } .list-validants .select2-choices { list-style-type: none; } .list-validants .select2-choices .select2-search-choice { padding: 3px 5px 3px 18px; margin: 3px 0 3px 5px; position: relative; line-height: 13px; color: #333; cursor: default; border: 1px solid #aaaaaa; border-radius: 3px; -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05); background-clip: padding-box; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-color: #e4e4e4; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0); background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee)); background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%); } .select2-container-multi .select2-choices .select2-search-choice { margin: 3px 3px 3px 5px; } .select2-container-multi .select2-choices li { float: none; } .etape-groupe { font-size: 7em; width: 100% !important; text-align: center; cursor: pointer; } #circuit_main { margin: 10px 0 30px 0; } #circuit_etapes { overflow: auto; } #circuit_etapes .div-btn-ajout-etape { width: 162px; margin-left: 15px; }
0.394201
0.100172
/* Theme Name: Puppet Labs Theme URI: http://puppetlabs.com/wp-content/themes/puppetlabs Description: The default theme for the Puppet Labs website Version: 1.0. Author: <NAME> Author URI: http://designerandrew.com/ Tags: minimalist, html5 Puppet Labs v1.0 http://diggingintowordpress.com/ This theme is based off of the H5 theme. It was developed by <NAME>. He blogs at http://uxbooth.com and designs stuff at http://designerandrew.com */ /* @group Reset */ 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, section, article, aside, nav { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } code { font-family: 'Consolas', 'Monaco', 'DejaVu Sans Mono', monospace; background-color: #eee; border: 1px solid #ccc; } var { font-family: 'Consolas', 'Monaco', 'DejaVu Sans Mono', monospace; font-weight: bold; } /* Make the line numbers in syntax-highlighted text not look like content */ .lineno { font-size : .8em !important; color : #aaa; padding-right : 1em !important; } ul { list-style: none; } table { border-collapse: separate; border-spacing: 1px; } caption, th, td { text-align: left; font-weight: normal; background: #888; } table th {background:#888; color:#fff; padding:0.5em;} table td {background:#f0f0f0; padding:0.5em;} table th:first-child { -webkit-border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; border-top-left-radius: 0.5em; } table th:last-child { -webkit-border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; border-top-right-radius: 0.5em; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } /* Commented out because I don't think we use this. -NF feb 29 2012 */ /* blockquote, q { quotes: "" ""; } */ header, footer, section, article, aside, nav { display: block; } /* @end */ body { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 0.85em; background: #ccc; } /* @group Accessiblity */ .screen-reader-content { display: none !important; } /* @end */ /* @group Animations */ @-webkit-keyframes pulse-dark{ 0% { background-color: rgba(0,0,0,0.25); } 50% { background-color: rgba(0,0,0,0.5); border-color: rgba(0,0,0,0.25); } 100% { background-color: rgba(0,0,0,0.25); } } /* @end */ .site-width { width: 90%; max-width: 1060px; min-width: 940px; margin: 0 auto; position: relative; } .site-width:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } /* @group Typography */ @font-face { font-family: 'CallunaRegular'; src: url('fonts/Calluna-Regular.otf'); src: local('Calluna Regular'), local('Calluna-Regular'), url('fonts/Calluna-Regular.woff') format('woff'), url('fonts/Calluna-Regular.otf') format('opentype'), url('fonts/Calluna-Regular.svg#Calluna-Regular') format('svg'); } h1, h2, h3 { display: block; margin-bottom: 1em; line-height: 1.1em; } h1, h2 { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 1.75em; font-weight: bold; line-height: 1.125em; margin-top: 1em; margin-bottom: 0.5em; color: #3f3d65; } h1 a, h2 a{ border-bottom: 1px solid transparent; text-decoration: none; } h1 a:hover, h2 a:hover{ border-color: #a04900; text-decoration: none; } h3, h4 { line-height: 1.25em; font-weight: bold; margin-top: 1.5em; margin-bottom: 0.75em; color: #3F3D65; } h3 { font-size: 1.25em; } h4 { font-size: 1.1em; font-style: italic; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em; } h5 { color: #888; font-size: 1.1em; font-style: italic; margin-top: 1em; margin-bottom: 0.5em; } div.section+h3 { margin-top: 0; } span.subheading { font-size: 0.85em; font-weight: normal; color: #888; display: block; } h3 + span.subheading { margin-bottom: 1em; margin-top: -0.5em; } strong { font-weight: bold; } em { font-style: italic; } p { margin-bottom: 1em; line-height: 1.75em; } pre { display: inline; font-family: Inconsolata, "Courier New", Courier, mono; } p:last-child { margin-bottom: 0; } p.introduction { font-size: 1.33em !important; line-height: 1.5em; font-family: "CallunaRegular", Georgia, "Times New Roman", Times, serif; margin-bottom: 0.75em; } a { color: #c05f1c; text-decoration: none; } a:hover { text-decoration: underline; } a[rel="external"] { background: url(images/icons/external.png) right center no-repeat; padding-right: 20px; -webkit-transition: 0.25s all linear; -moz-transition: 0.25s all linear; } a[rel="external"]:hover { background-image: url(images/icons/external_50.png); } a.gateway { padding: 0.5em 0.75em 0.5em; line-height: 1em; display: inline-block; background: #e3e3e3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-left: -0.1em; margin-right: 0.5em; } a.gateway:hover { background: #a05617; border-color: #a04900; color: white; text-decoration: none; } /* We want this to apply to lists standing by themselves, but not to lists within lists, because that just makes a mess. */ p > ul, ol, dl { margin-bottom: 1.5em; } ol > li { position: relative; line-height: 1.5em; } li { line-height: 1.5em; margin-bottom: 0.5em; } li ul { padding-top: 0.25em; } blockquote { position: relative; /* overflow: hidden; */ /* I don't know why this was here. -NF 2/2012 */ padding: 1em 20px; /* border-top: none; */ border: 3px solid #e0e0e0; margin-top: 0; margin-bottom: 0.5em; } div.right.quote { float: right; width: 300px; margin-right: -178px; margin-left: 18px; margin-bottom: 1em; overflow: hidden; position: relative; } div.left.quote { float: left; width: 240px; margin-right: 20px; margin-left: -20px; margin-bottom: 3.5em; overflow: hidden; position: relative; } /* Commenting out because I want to use blockquote elements as asides. This is semantically sketchy (this should properly be done with <aside> elements), but because Markdown has a native representation of blockquotes, and because most Markdown implementations won't recursively process Markdown syntax contained within non-native block elements, it's the easiest way to get what we want. -NF Feb 29 2012 */ /* blockquote:before { content: "“"; position: absolute; top: 0; left: -10px; font-family:"CallunaRegular", Georgia, "Times New Roman", Times, serif; font-size: 12em; font-style: normal; z-index: 1; color: #e0e0e0; } blockquote p{ font-family: "CallunaRegular", Georgia, "Times New Roman", Times, serif; font-size: 1.33em; font-style: italic; line-height: 1.5em; background: no-repeat; z-index: 2; position: relative; } */ cite { font-size: 0.85em; line-height: 1.4em; color: #aaa; display: block; margin-top: 0.5em; padding: 0 22px; } cite:before { content: "—"; margin-left: -1.1em; } span.ampersand, span.alternate { font-family: "Baskerville", Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: normal; text-transform: lowercase; letter-spacing: 0.1em; line-height: inherit; } span.ampersand{ display: inline-block; font-size: 1.33em; margin-top: -0.33em; } code span.ampersand { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-transform: inherit; margin-top: inherit; } span.alternate { letter-spacing: normal; position: relative; top: -0.1em; } sup a:link { text-decoration: underline; } sup a:visited { text-decoration: underline; } .footnotes { font-size: 0.8em; border-top: 1px dotted; } .footnotes li:target { background: #ff9; } /* BASIC BUTTONS */ .btn { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; position:relative; display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ *display: inline; vertical-align: baseline; margin: 0 2px !important; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size:1.125em; font-weight:bold; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } .btn:hover { text-decoration: none; } .btn:active { position: relative; top: 1px; } /* BUTTON COLORS */ .btn { color: #fff; border: solid 1px #954712; background: #C05F1C; background: -webkit-gradient(linear, left top, left bottom, from(#d47b3e), to(#C05F1C)); background: -moz-linear-gradient(top, #d47b3e, #C05F1C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47b3e', endColorstr='#C05F1C'); } .btn:hover { border: solid 1px #954712; background: #C05F1C; background: -webkit-gradient(linear, left top, left bottom, from(#A05617), to(#C05F1C)); background: -moz-linear-gradient(top, #A05617, #C05F1C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A05617', endColorstr='#C05F1C'); } .btn-light { color: #C05F1C; text-shadow: 0 1px 1px rgba(0,0,0,.185); border: solid 1px #fae6c0; background: #feecc1; background: -webkit-gradient(linear, left top, left bottom, from(#fffaed), to(#feecc1)); background: -moz-linear-gradient(top, #fffaed, #feecc1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaed', endColorstr='#feecc1'); } .btn-light:hover { border: solid 1px #fae6c0; background: #fff7e3; background: -webkit-gradient(linear, left top, left bottom, from(#f9e3bb), to(#fff7e3)); background: -moz-linear-gradient(top, #f9e3bb, #fff7e3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e3bb', endColorstr='#fff7e3'); } .btn-dark { color: #fff; border: solid 1px #9983b0; background: #7f6799; background: -webkit-gradient(linear, left top, left bottom, from(#c1a7dd), to(#7f6799)); background: -moz-linear-gradient(top, #c1a7dd, #7f6799); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1a7dd', endColorstr='#7f6799'); } .btn-dark:hover { color: #fff; border: solid 1px #9983b0; background: #7f6799; background: -webkit-gradient(linear, left top, left bottom, from(#725d88), to(#7f6799)); background: -moz-linear-gradient(top, #725d88, #7f6799); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#725d88', endColorstr='#7f6799'); } .btn-space {margin-top:3em !important; margin-bottom:3em;} /* @end */ /* @group Header */ body{ border-top: 1px solid #a09dc4; } header#header { border-top: 4px solid #514a6b; background: #403e56 url(images/matte-blue.png) bottom repeat-x; color: white; white-space: nowrap; z-index: 1; } header#header .site-width{ padding: 1.4em 0 0; } header#header a { text-decoration: none; display: block; } header#header h1, header#header ul, header#header ul li { margin: 0; -webkit-transition: 0.125s background linear; -moz-transition: 0.125s background linear; } header#header h1 { text-transform: uppercase; font-weight: bold; letter-spacing: 0.1em; display: block; height: 36px; width: 127px; float: left; } header#header h1 a { display: block; height: 100%; width: 100%; background: url(images/puppet-labs.png) left center no-repeat; position: relative; opacity: 0.5; -webkit-transition: 0.33s linear; -moz-transition: 0.33s linear; border: none; } header#header h1 a:hover { opacity: 1; } header#header h1 a span { display: none; } /* @group Global Navigation */ header#header ul#global-navigation{ margin-left: 170px; margin-top: 18px; background: #2b2539; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius: 6px; border-top-right-radius: 6px; border-top-left-radius: 6px; -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.05); box-shadow: 0 -1px 0 rgba(255,255,255,0.05); } header#header ul#global-navigation > li { margin: 0 -0.2em; width: 14.2%; max-width: 180px; display: inline-block; } body#puppet header#header li#puppet-tab > a, body#services header#header li#services-tab > a, body#puppetlabsdocs header#header li#resources-tab > a, body#blog header#header li#community-tab > a, body.blog header#header li#community-tab > a, body.single header#header li#community-tab > a, body#company header#header li#company-tab > a { color: white; border-top-color: #a965a9; background: #2e283c; } body#puppet header#header li#puppet-tab > a span.subtitle, body#services header#header li#services-tab > a span.subtitle, body#support header#header li#services-tab > a span.subtitle, body#blog header#header li#community-tab > a span.subtitle, body.blog header#header li#community-tab > a span.subtitle, body.single header#header li#community-tab > a span.subtitle, body#company header#header li#company-tab > a span.subtitle { color: #aaa; } header#header ul#global-navigation > li:first-child a{ border-left: none !important; -webkit-border-top-left-radius: 6px; -moz-border-radius: 6px; border-top-left-radius: 6px; } header#header ul#global-navigation > li:last-child a{ border-right: none !important; } header#header ul#global-navigation > li > a { color: #747380; padding: 0.5em 20px 0.67em; font-weight: bold; border-right: 1px solid rgba(0,0,0,0.1); border-left: 1px solid rgba(255,255,255,0.05); } header#header ul#global-navigation > li > a:hover { background: #503577 !important; color: white; text-decoration: none; border-top-color: #f6d072; border-left-color: #593f7e; border-right-color: rgba(0,0,0,0.33); } header#header ul#global-navigation > li > a:active { color: #ccc; background-color: #442d65; border-top-color: #ffcb4d; } header#header ul#global-navigation > li > a:active span.drop-down-trigger { opacity: 0.5; } header#header ul#global-navigation > li.active > a { background: #2c2639; } header#header ul li.with-submenu > ul { background: #fff6e5; position: absolute; left: 0; z-index: 10; font-size: 0.85em; visibility: hidden; -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.25); -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.25); width: 100%; white-space: normal; } header#header ul li.with-submenu > ul li ul { border-bottom: 1px solid #ebe3d3; display: block; padding-bottom: 0.125em; margin-bottom: 0.125em; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } header#header ul li.with-submenu > ul li:last-child ul { border: none; margin: 0; padding: 0; } header#header ul ul:last-child, header#header ul ul:last-child li:last-child, header#header ul ul:last-child li:last-child a { -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } header#header ul li.active ul { visibility: visible; } header#header li.with-submenu ul li { display: block; border: none; } header#header ul li.with-submenu ul li a { padding: 0.5em 10px; color: #653413; background: #fff6e5; border: none; } header#header ul li.with-submenu ul li a:hover { background: white; color: #a25a3b; } header#header ul li.with-submenu { position: relative; } header#header ul li.with-submenu > a { padding-right: 30px !important; position: relative; } header#header ul span.drop-down-trigger { display: block; width: 20px; height: 2.6em; background: url(images/icons/dropdown_indicator.png) center 51% no-repeat #342d44; background: url(images/icons/dropdown_indicator.png) center 51% no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c3272), to(#342d44)); background: url(images/icons/dropdown_indicator.png) center 51% no-repeat, -moz-linear-gradient(#4c3272, #342d44); position: absolute; top: 0; right: 0; border-left: 1px solid rgba(0,0,0,0.03); opacity: 0; -webkit-transition: 0.125s opacity linear; -moz-transition: 0.125s opacity linear; } header#header ul li:hover span.drop-down-trigger { opacity: 1; visibility: visible; } header#header ul span.drop-down-trigger:hover { border-left: 1px solid rgba(0,0,0,0.1); background: #672e9f url(images/icons/dropdown_indicator.png) no-repeat center 51%; } header#header ul li.active span.drop-down-trigger { background: #2b2538 url(images/icons/dropdown_indicator_active.png) center center no-repeat; } header#header li a span.subtitle { display: block; font-size: 0.85em; color: #6d6480; margin-top: -0.125em; font-weight: normal; } header#header li:hover a span.subtitle { color: #aaa; } /* @end */ /* @group Misc Navigation */ #header #misc-navigation{ position: absolute; top: 0; right: 0; font-size: 0.85em; font-weight: bold; } #header #misc-navigation ul { padding: 3px 10px 5px; display:inline-block; white-space: nowrap; vertical-align:top; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; background: #514a6b; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#514a6b), to(#524f74)); background: -moz-linear-gradient(#514a6b, #524f74); -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.05); -moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.05); box-shadow: 2px 2px 0 rgba(0,0,0,0.05); } #header #misc-navigation ul li{ display: inline-block; margin-right: 0.8em; } #header #misc-navigation ul li:last-child{ margin-right: -0.67em; } #header #misc-navigation ul li a{ color: #9c99b3; } #header #misc-navigation ul li a:hover{ text-decoration: underline; } #header #misc-navigation a.gateway{ border: none; background: #ba5500; color: white; padding: 0.25em 0.5em; line-height: 1.5em; } #header #misc-navigation a.gateway:hover{ background-color: #7f6799; text-decoration: none; } #header #misc-navigation form {display:inline-block; padding:5px 10px 5px;} #header #misc-navigation form input {font-family: "Lucida Grande", Lucida, Verdana, sans-serif; display:inline-block; margin:0 10px 0 0 !important; padding:2px !important; width:auto !important; font-size:1em !important;} #header input.searchbtn {padding:0.25em 0.5em; line-height:1.5em; font-weight:bold; background: #7f6799; color:#fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border:none !important;} #header input.searchbtn:hover {background-color:#ba5500; color:#fff;} /* @end */ header#header li a span.subtitle span.ampersand { border: none; } /* @end */ /* @group Masthead */ section#masthead, section#masthead .site-width { color: #333; } section#masthead { padding: 0.75em 0 0.9em; background: none repeat scroll 0 0 #E1E2E3; -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.25); -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.25); z-index: 2; } section#masthead p { color: white; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125); margin-bottom: 1em; max-width: 36em; font: 1.5em/1.4em "CallunaRegular", Georgia, "Times New Roman", Times, serif; } section#masthead h1 { display: inline; font-size: 3em; letter-spacing: -0.05em; font-weight: inherit; margin: 0; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.125); } .cufon-active section#masthead h1 { margin-left: -8px; line-height: 1em; } section#masthead h1 span.ampersand { margin-left: 0.1em; } span.edit a { padding: 0.3em 10px; background: rgba(0,0,0,.33); -webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; color: white !important; position: relative; top: -0.25em; margin-left: 1em; -webkit-transition: 0.25s linear all; -moz-transition: 0.25s linear all; border: 2px solid rgba(0,0,0,0.1); text-shadow: 1px 1px 0 rgba(0,0,0,0.25); } span.edit a:hover { -webkit-animation: pulse-dark 2s infinite; } /* @end */ /* @group Content */ section#content { background: #fdfdfd; color: #444; padding-top: 2em; padding-bottom: 2.5em; -webkit-box-shadow: 0 -4px 0 rgba(0,0,0,0.125), 0 4px 0 rgba(0,0,0,0.1); -moz-box-shadow: 0 -4px 0 rgba(0,0,0,0.125), 0 4px 0 rgba(0,0,0,0.1); border-top: 1px solid white; z-index: 5; position: relative; } /* @group secondary-content */ .secondary-content section { margin-bottom: 2em; } .secondary-content section#other-products ul li { margin-bottom: 0.5em; } .secondary-content section#other-products ul li.active a { color: inherit; text-decoration: none; font-weight: bold; } .secondary-content section#company-section p { font-size: 0.85em; } .secondary-content widget {display:block; padding:20px 10px 20px 0;} .secondary-content widget .title {display:none;} widget .btn {padding:.35em .45em .375em .45em; font-size:.9em; margin-left:auto; margin-right:auto; display:inline-block; text-align:center;} #sidebar-2 widget {margin:1.5em 0 1em; display:block;} #sidebar-2 widget:first-child {margin-top:0;} #sidebar-2 widget .title {line-height: 1.1em; font-weight: bold; margin-bottom: 0.75em; color: #555; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear;} /* @end */ /* @end */ /* @group Footer */ footer#footer { margin-bottom: 1em; background: #eee url(images/argyle.png); background: url(images/argyle.png), -webkit-gradient(linear, 0% 100%, 0% 120, from(#eee), to(#fafafa)); color: #555; padding: 30px 0 25px; -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1); min-height: 160px; overflow: hidden; } #footer h4 { margin-top: 0; margin-bottom: 0.75em; color: #888; text-transform: none; letter-spacing: normal; -webkit-transition: 0.25s linear; -moz-transition: 0.25s linear; font-size: 1.25em; } #footer:hover h4 { color: #333; } footer#footer ul li { line-height: 1.33em; margin-bottom: 0.5em; } footer#footer ul li:nth-child(2n+2) { margin-right: 0; } footer#footer a { color: #999; -webkit-transition: 0.25s linear; -moz-transition: 0.25s linear; } footer#footer:hover a { color: #a04900; } footer#footer div.primary-secondary-content { padding-right: 360px; padding-left: 300px; } footer#footer #elsewhere a[rel="external"]:after { display: none; } footer#footer ul li a:hover span { text-decoration: none; opacity: 1; } footer#footer ul li span.indicator { display: none !important; } /* NF: I can tell what this was originally meant to do, but it's not doing it. Turning it off. */ /* footer#footer ul li.chat span.indicator { background: url(images/icons/16/aim.png); } footer#footer ul li.discussion span.indicator { background: url(images/icons/16/google.png); } footer#footer ul li.subscribe span.indicator { background: url(images/icons/16/rss.png); } footer#footer ul li.facebook span.indicator { background: url(images/icons/16/facebook.png); } footer#footer ul li.twitter span.indicator { background: url(images/icons/16/twitter.png); } */ footer#footer #newsletter { position: absolute; left: 0; width: 300px; } footer#footer #newsletter label{ display: none; } #footer ul.followus li {display:inline-block; margin:0 .25em 1.5em 0;} footer#footer #book-it { width: 200px; padding-right: 140px; position: absolute; right: 0; top: 0; } #book-it img { position: absolute; right: 0; top: 0; width: 120px; -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.25); -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.25); z-index: 3; } footer#footer form fieldset legend { display: none; } #footer input { display: inline-block; width: 160px; } #footer .btn { -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; background: #555; color: #ddd; border: 1px solid #444; padding: 0.2em 5px 0.275em 5px; position: relative; -webkit-transition: 0.25s all ease-in-out; text-decoration: none; display: inline-block; font-size:0.8125em; } #footer .fbtn { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; position:relative; display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ *display: inline; vertical-align: baseline; margin: 0 2px !important; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size:1.125em; font-weight:bold; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } #footer .fbtn:hover { text-decoration: none; } #footer .fbtn:active { position: relative; top: 1px; } /* BUTTON COLORS */ #footer .fbtn { color: #fff !important; border: solid 1px #954712; background: #C05F1C; background: -webkit-gradient(linear, left top, left bottom, from(#d47b3e), to(#C05F1C)); background: -moz-linear-gradient(top, #d47b3e, #C05F1C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47b3e', endColorstr='#C05F1C'); } #footer .fbtn:hover { border: solid 1px #954712; background: #C05F1C; background: -webkit-gradient(linear, left top, left bottom, from(#A05617), to(#C05F1C)); background: -moz-linear-gradient(top, #A05617, #C05F1C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A05617', endColorstr='#C05F1C'); } /* @end */ /* @group Layouts */ /* @group Resources */ /* NF: I don't know what this "resources" group is, but I had to change the body ID from "resources" to "puppetlabsdocs" in order to avoid anchor name conflicts. --2011.08.09*/ /* @group Docs */ body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content { padding-left: 0; padding-right: 320px; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content { float: left; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .secondary-content { width: 250px; position: relative; margin: 0; margin-right: -280px; border-right: none; border-left: 2px solid #eee; padding-left: 20px; left: 40px; float: right !important; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ul { margin-left: 1em; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ul li { margin-bottom: 0.67em; padding-left: 1.5em; position: relative; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ul li:before { content: "♦"; font-size: 0.75em; padding-right: 0.85em; color: #b7d0ab; position: absolute; left: -1px; top: 0.125em; } /* This adds up to the same left spacing as unordered lists get... sort of. */ body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ol { margin-left: 2.5em; } /* NF: Inline images should have an outer glow for legibility, especially in cases where we have screenshots of browser-rendered text. */ section#content div.primary-secondary-content div.primary-content p img { border: solid 1px #ccc; box-shadow: 0px 0px 8px #999; /* Also, images should be limited to 640px wide so they don't blow up the page layout. */ max-width: 640px; } /* NF: Also, images that are the only thing in their paragraph should be centered. */ div.primary-secondary-content div.primary-content p > img:only-child, div.primary-secondary-content div.primary-content p > a:only-child > img { display: block; margin-right: auto; margin-left: auto; } body#puppetlabsdocs.docs .primary-content dl dt{ font-weight: bold; margin-top: 1.5em; margin-bottom: 1em; } body#puppetlabsdocs.docs .primary-content dl dd{ line-height: 1.5em; border-left: 4px solid #eee; padding-left: 20px; } dd > p { margin-top: 1em; /* This is necessary for setting off the second paragraph in any dd element, since the first "paragraph" of any dd isn't inside a <p> element. */ } /* @group Docs TOC */ ol.toc { padding-top: 1em; padding-bottom: 1em; padding-left: 0; color: #888; font-weight: bold; margin-left: 0; } ol.toc a { font-weight: normal; } /* Second-level TOCs should have lighter text and be smaller */ ol.toc > li > ol.toc { padding-bottom: 0; padding-top: 0.25em; padding-left: 0; margin-bottom: 0; font-size: 0.9em; list-style-type: decimal; color: #aaa; margin-left: 0; } ol.toc > li { margin-bottom: 0; line-height: 1.5em; } ol.toc > li > ol.toc > li { line-height: 1.25em; padding-bottom: 0.25em; } /* @end */ /* Classes for spans that warn about version incompatibilities */ .versionnote { background-color: #ff9; } .versionwarning { background-color: #ff9; color: #f00; font-size: 1.5em; font-weight: bold; } /* New nav ULs for experimental navigation sidebar style (NF 2011.11.07) */ /* This is prototype work for the PE 2.0 manual only. */ div#subCol ul { /*padding: 1em;*/ /*color: #888;*/ font-weight: bold; } div#subCol ul > li > ol.toc { /*padding: 0;*/ /* Okay, fine, you can keep your padding. >:| */ margin-bottom: 0; } div#subCol ul > li:before { content: "♦"; font-size: 0.75em; padding-right: 0.85em; color: #888; /*position: absolute;*/ left: -1px; top: 0.125em; } div#subCol ul > li { font-weight: normal; color: #444; margin-bottom: 0; line-height: 1.5em; } div#subCol ul > li > ul { padding-bottom: 0; padding-top: 0.25em; padding-left: 1.4em; margin-bottom: 0; /*font-size: 0.9em;*/ /*list-style-type: decimal;*/ /*color: #aaa;*/ } li.currentsection { background-color: #faf5f3; border-left: 2px solid #c05f1c; margin-left: -22px; padding-left: 20px; } li.currentpage { border-bottom: 1px solid #888; margin-bottom: 10px !important; } li.currentpage > ol.toc { margin-left: -41px; padding-left: 76px; padding-top : 0; } li.currentpage > ol.toc a { color: #888; } /* end prototype nav work. (NF 2011.11.07) */ /* @group #masthead */ body#puppetlabsdocs.docs #masthead li.with-submenu > a { display: block; position: relative; background: #804223; background: rgba(0,0,0,0.25); padding: 0.25em 10px; padding-right: 32px; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; color: white; width: 118px; } body#puppetlabsdocs.docs #masthead li.with-submenu:hover > a { background: #370e01; background: rgba(0,0,0,0.5); } body#puppetlabsdocs.docs #masthead li.with-submenu.active > a, body#puppetlabsdocs.docs #masthead li.with-submenu.active:hover > a { background: #333; background: rgba(0,0,0,0.85); } body#puppetlabsdocs.docs #masthead li { display: inline-block; color: white; margin: 0; margin-right: 1em; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; position: relative; } body#puppetlabsdocs.docs #masthead li.active a { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } body#puppetlabsdocs.docs #masthead span.drop-down-trigger { display: block; width: 20px; height: 1.4em; background: #2b2538 url(images/icons/dropdown_indicator.png) center 51% no-repeat; background: url(images/icons/dropdown_indicator.png) center 60% no-repeat rgba(0,0,0,0.5); position: absolute; top: 0.25em; right: 0.25em; -webkit-border-radius: 0.4em; -moz-border-radius: 0.4em; border-radius: 0.4em; -webkit-transition: 0.125s opacity linear; padding: 0; } body#puppetlabsdocs.docs #masthead ol li:hover span.drop-down-trigger { opacity: 1; visibility: visible; } body#puppetlabsdocs.docs #masthead li.with-submenu dl { background: #333; background: rgba(0,0,0,0.85); left: 0; z-index: 10; font-size: 0.85em; -webkit-transition: opacity 0.125s linear; width: 160px; padding: 0 0 10px; position: absolute; opacity: 0; visibility: hidden; } body#puppetlabsdocs.docs #masthead li.active.with-submenu dl { opacity: 1; visibility: visible; } body#puppetlabsdocs.docs #masthead li.with-submenu dl:last-child { -webkit-border-bottom-left-radius: 0.5em; -webkit-border-bottom-right-radius: 0.5em; -moz-border-radius-bottomleft: 0.5em; -moz-border-radius-bottomright: 0.5em; border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; } body#puppetlabsdocs.docs #masthead li.with-submenu dl dt { padding: 0.75em 10px 0; } body#puppetlabsdocs.docs #masthead li.with-submenu dl a { padding: 0.25em 10px; display: block; line-height: 1.33em; margin-bottom: 0.25em; } body#puppetlabsdocs.docs #masthead li.with-submenu dl a:hover { background: rgba(0,0,0,0.5); } /* @end */ /* @end */ section#masthead h1 h1:before { content: ": "; margin-left: -0.15em; } section#masthead ul#doc-navigation { float: right; margin: 0; position: relative; top: 1.25em; } /* @end */ /* NF: lonely rules from groups I killed */ .secondary-content h4 { margin: 0; text-transform: none; letter-spacing: normal; font-size: inherit; } /* @group Shared */ /* @group pre > code */ pre > code{ background: #eee; display: block; padding: 1em 20px; margin-bottom: 1em; line-height: 1.25em; border: 4px solid #ddd; overflow-x: auto; } /* @end */ /* @group ul.bulleted */ /* NF: This has questionable utility -- looks like it'll never be applied? */ ul.bulleted { margin-left: 1em; float: ; } ul.bulleted li { margin-bottom: 0.67em; padding-left: 1.5em; position: relative; } ul.bulleted li:before { content: "♦"; font-size: 0.85em; padding-right: 0.85em; color: #9491ac; position: absolute; left: -1px; top: 0.125em; } /* @end */ /* @group .primary-secondary-content */ div.primary-secondary-content:after, div.primary-secondary-content .primary-content:after, div.primary-secondary-content .secondary-content:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } div.primary-secondary-content .primary-content, div.primary-secondary-content .secondary-content { width: 100%; float: left; } .primary-content h2:first-child, .primary-content h3:first-child{ margin-top: 0; } .secondary-content h3:first-child { margin-top: 0.67em; } /* @end */ /* @group Copyright */ div#copyright { color: #555; font-size: 0.85em; padding: 1em 0; margin-bottom: 1em; } div#copyright a { color: inherit; } div#copyright .vcard span.org:after, div#copyright .vcard .adr:before, div#copyright .vcard .adr:after { content: "•"; padding-left: 0.8em; padding-right: 0.8em; } div#copyright .vcard span.org:after { padding-left: 1.0em; } /* @end */ /* @group Form */ /* @group #contactform */ form fieldset.name legend{ display: block; } form fieldset.name legend span{ display: block; text-transform: uppercase; font-size: 0.85em; letter-spacing: 0.275em; font-weight: bold; color: #888; position: relative; top: -0.4em; left: 0; margin: 0; z-index: 5; } form fieldset.name { position: relative; } form div.first-name, form div.last-name { display: inline-block; margin-right: 16px; width: 200px; padding-bottom: 1em; margin-bottom: 0.33em; position: relative; } form div.first-name label, form div.last-name label { position: absolute; bottom: 0.6em; text-transform: none; letter-spacing: normal; color: #aaa; } /* @end */ form div{ position: relative; } form p { margin: 0; } fieldset legend { display: none; } input, textarea { display: block; width: 100%; border: 2px solid #ccc; padding:.35em; -webkit-border-radius: 0.375em; -moz-border-radius: 0.375em; border-radius: .375em; font: 1em "CallunaRegular", Georgia, "Times New Roman", Times, serif; margin-bottom: 1.5em !important; text-indent: 0.2em; line-height: 1.5em; } input { max-width: 200px; } input[type="hidden"]{ display: none !important; } label { text-transform: uppercase; font-size: 0.85em; letter-spacing: 0.275em; font-weight: bold; color: #888; margin-bottom: 0.67em; display: block; } input.error{ border-color: #ea9b76; background: #ffeedb; } input.error:focus{ border-color: #ccc; background-color: #fff; } label.error { position: absolute; top: 0; left: 200px; display: block; width: 10.5em; z-index: 2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #c03c00; color: white !important; padding: 0.5em; height: 1.2em; text-transform: none; letter-spacing: normal; font-size: 10px; font-weight: normal; opacity: 0; visibility: hidden; -webkit-transition: 0.25s; -moz-transition: 0.25s; } div:hover > label.error{ opacity: 1; visibility: visible; } label span.subtle { text-transform: none; letter-spacing: normal; font-weight: normal; } div.input-label { padding-left: 2em; position: relative; margin-bottom: 1.5em; } div.input-label label { cursor: pointer; letter-spacing: normal; text-transform: none; color: #aaa; position: relative; } div.input-label label:hover { text-decoration: underline; } div.input-label input { position: absolute; left: 0; top: 0; margin: 0; margin-left: -0.05em; margin-top: -0.05em; font-size: 1.5em; width: 1em; } /* @end */ /* @end */
docsets/Puppet.docset/Contents/Resources/Documents/files/stylesheets/style_legacy.css
/* Theme Name: Puppet Labs Theme URI: http://puppetlabs.com/wp-content/themes/puppetlabs Description: The default theme for the Puppet Labs website Version: 1.0. Author: <NAME> Author URI: http://designerandrew.com/ Tags: minimalist, html5 Puppet Labs v1.0 http://diggingintowordpress.com/ This theme is based off of the H5 theme. It was developed by <NAME>. He blogs at http://uxbooth.com and designs stuff at http://designerandrew.com */ /* @group Reset */ 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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, header, footer, section, article, aside, nav { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } :focus { outline: 0; } body { line-height: 1; color: black; background: white; } code { font-family: 'Consolas', 'Monaco', 'DejaVu Sans Mono', monospace; background-color: #eee; border: 1px solid #ccc; } var { font-family: 'Consolas', 'Monaco', 'DejaVu Sans Mono', monospace; font-weight: bold; } /* Make the line numbers in syntax-highlighted text not look like content */ .lineno { font-size : .8em !important; color : #aaa; padding-right : 1em !important; } ul { list-style: none; } table { border-collapse: separate; border-spacing: 1px; } caption, th, td { text-align: left; font-weight: normal; background: #888; } table th {background:#888; color:#fff; padding:0.5em;} table td {background:#f0f0f0; padding:0.5em;} table th:first-child { -webkit-border-top-left-radius: 0.5em; -moz-border-radius-topleft: 0.5em; border-top-left-radius: 0.5em; } table th:last-child { -webkit-border-top-right-radius: 0.5em; -moz-border-radius-topright: 0.5em; border-top-right-radius: 0.5em; } blockquote:before, blockquote:after, q:before, q:after { content: ""; } /* Commented out because I don't think we use this. -NF feb 29 2012 */ /* blockquote, q { quotes: "" ""; } */ header, footer, section, article, aside, nav { display: block; } /* @end */ body { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 0.85em; background: #ccc; } /* @group Accessiblity */ .screen-reader-content { display: none !important; } /* @end */ /* @group Animations */ @-webkit-keyframes pulse-dark{ 0% { background-color: rgba(0,0,0,0.25); } 50% { background-color: rgba(0,0,0,0.5); border-color: rgba(0,0,0,0.25); } 100% { background-color: rgba(0,0,0,0.25); } } /* @end */ .site-width { width: 90%; max-width: 1060px; min-width: 940px; margin: 0 auto; position: relative; } .site-width:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } /* @group Typography */ @font-face { font-family: 'CallunaRegular'; src: url('fonts/Calluna-Regular.otf'); src: local('Calluna Regular'), local('Calluna-Regular'), url('fonts/Calluna-Regular.woff') format('woff'), url('fonts/Calluna-Regular.otf') format('opentype'), url('fonts/Calluna-Regular.svg#Calluna-Regular') format('svg'); } h1, h2, h3 { display: block; margin-bottom: 1em; line-height: 1.1em; } h1, h2 { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; font-size: 1.75em; font-weight: bold; line-height: 1.125em; margin-top: 1em; margin-bottom: 0.5em; color: #3f3d65; } h1 a, h2 a{ border-bottom: 1px solid transparent; text-decoration: none; } h1 a:hover, h2 a:hover{ border-color: #a04900; text-decoration: none; } h3, h4 { line-height: 1.25em; font-weight: bold; margin-top: 1.5em; margin-bottom: 0.75em; color: #3F3D65; } h3 { font-size: 1.25em; } h4 { font-size: 1.1em; font-style: italic; font-weight: bold; margin-top: 1em; margin-bottom: 0.5em; } h5 { color: #888; font-size: 1.1em; font-style: italic; margin-top: 1em; margin-bottom: 0.5em; } div.section+h3 { margin-top: 0; } span.subheading { font-size: 0.85em; font-weight: normal; color: #888; display: block; } h3 + span.subheading { margin-bottom: 1em; margin-top: -0.5em; } strong { font-weight: bold; } em { font-style: italic; } p { margin-bottom: 1em; line-height: 1.75em; } pre { display: inline; font-family: Inconsolata, "Courier New", Courier, mono; } p:last-child { margin-bottom: 0; } p.introduction { font-size: 1.33em !important; line-height: 1.5em; font-family: "CallunaRegular", Georgia, "Times New Roman", Times, serif; margin-bottom: 0.75em; } a { color: #c05f1c; text-decoration: none; } a:hover { text-decoration: underline; } a[rel="external"] { background: url(images/icons/external.png) right center no-repeat; padding-right: 20px; -webkit-transition: 0.25s all linear; -moz-transition: 0.25s all linear; } a[rel="external"]:hover { background-image: url(images/icons/external_50.png); } a.gateway { padding: 0.5em 0.75em 0.5em; line-height: 1em; display: inline-block; background: #e3e3e3; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; margin-left: -0.1em; margin-right: 0.5em; } a.gateway:hover { background: #a05617; border-color: #a04900; color: white; text-decoration: none; } /* We want this to apply to lists standing by themselves, but not to lists within lists, because that just makes a mess. */ p > ul, ol, dl { margin-bottom: 1.5em; } ol > li { position: relative; line-height: 1.5em; } li { line-height: 1.5em; margin-bottom: 0.5em; } li ul { padding-top: 0.25em; } blockquote { position: relative; /* overflow: hidden; */ /* I don't know why this was here. -NF 2/2012 */ padding: 1em 20px; /* border-top: none; */ border: 3px solid #e0e0e0; margin-top: 0; margin-bottom: 0.5em; } div.right.quote { float: right; width: 300px; margin-right: -178px; margin-left: 18px; margin-bottom: 1em; overflow: hidden; position: relative; } div.left.quote { float: left; width: 240px; margin-right: 20px; margin-left: -20px; margin-bottom: 3.5em; overflow: hidden; position: relative; } /* Commenting out because I want to use blockquote elements as asides. This is semantically sketchy (this should properly be done with <aside> elements), but because Markdown has a native representation of blockquotes, and because most Markdown implementations won't recursively process Markdown syntax contained within non-native block elements, it's the easiest way to get what we want. -NF Feb 29 2012 */ /* blockquote:before { content: "“"; position: absolute; top: 0; left: -10px; font-family:"CallunaRegular", Georgia, "Times New Roman", Times, serif; font-size: 12em; font-style: normal; z-index: 1; color: #e0e0e0; } blockquote p{ font-family: "CallunaRegular", Georgia, "Times New Roman", Times, serif; font-size: 1.33em; font-style: italic; line-height: 1.5em; background: no-repeat; z-index: 2; position: relative; } */ cite { font-size: 0.85em; line-height: 1.4em; color: #aaa; display: block; margin-top: 0.5em; padding: 0 22px; } cite:before { content: "—"; margin-left: -1.1em; } span.ampersand, span.alternate { font-family: "Baskerville", Georgia, "Times New Roman", Times, serif; font-style: italic; font-weight: normal; text-transform: lowercase; letter-spacing: 0.1em; line-height: inherit; } span.ampersand{ display: inline-block; font-size: 1.33em; margin-top: -0.33em; } code span.ampersand { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-transform: inherit; margin-top: inherit; } span.alternate { letter-spacing: normal; position: relative; top: -0.1em; } sup a:link { text-decoration: underline; } sup a:visited { text-decoration: underline; } .footnotes { font-size: 0.8em; border-top: 1px dotted; } .footnotes li:target { background: #ff9; } /* BASIC BUTTONS */ .btn { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; position:relative; display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ *display: inline; vertical-align: baseline; margin: 0 2px !important; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size:1.125em; font-weight:bold; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } .btn:hover { text-decoration: none; } .btn:active { position: relative; top: 1px; } /* BUTTON COLORS */ .btn { color: #fff; border: solid 1px #954712; background: #C05F1C; background: -webkit-gradient(linear, left top, left bottom, from(#d47b3e), to(#C05F1C)); background: -moz-linear-gradient(top, #d47b3e, #C05F1C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47b3e', endColorstr='#C05F1C'); } .btn:hover { border: solid 1px #954712; background: #C05F1C; background: -webkit-gradient(linear, left top, left bottom, from(#A05617), to(#C05F1C)); background: -moz-linear-gradient(top, #A05617, #C05F1C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A05617', endColorstr='#C05F1C'); } .btn-light { color: #C05F1C; text-shadow: 0 1px 1px rgba(0,0,0,.185); border: solid 1px #fae6c0; background: #feecc1; background: -webkit-gradient(linear, left top, left bottom, from(#fffaed), to(#feecc1)); background: -moz-linear-gradient(top, #fffaed, #feecc1); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffaed', endColorstr='#feecc1'); } .btn-light:hover { border: solid 1px #fae6c0; background: #fff7e3; background: -webkit-gradient(linear, left top, left bottom, from(#f9e3bb), to(#fff7e3)); background: -moz-linear-gradient(top, #f9e3bb, #fff7e3); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9e3bb', endColorstr='#fff7e3'); } .btn-dark { color: #fff; border: solid 1px #9983b0; background: #7f6799; background: -webkit-gradient(linear, left top, left bottom, from(#c1a7dd), to(#7f6799)); background: -moz-linear-gradient(top, #c1a7dd, #7f6799); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c1a7dd', endColorstr='#7f6799'); } .btn-dark:hover { color: #fff; border: solid 1px #9983b0; background: #7f6799; background: -webkit-gradient(linear, left top, left bottom, from(#725d88), to(#7f6799)); background: -moz-linear-gradient(top, #725d88, #7f6799); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#725d88', endColorstr='#7f6799'); } .btn-space {margin-top:3em !important; margin-bottom:3em;} /* @end */ /* @group Header */ body{ border-top: 1px solid #a09dc4; } header#header { border-top: 4px solid #514a6b; background: #403e56 url(images/matte-blue.png) bottom repeat-x; color: white; white-space: nowrap; z-index: 1; } header#header .site-width{ padding: 1.4em 0 0; } header#header a { text-decoration: none; display: block; } header#header h1, header#header ul, header#header ul li { margin: 0; -webkit-transition: 0.125s background linear; -moz-transition: 0.125s background linear; } header#header h1 { text-transform: uppercase; font-weight: bold; letter-spacing: 0.1em; display: block; height: 36px; width: 127px; float: left; } header#header h1 a { display: block; height: 100%; width: 100%; background: url(images/puppet-labs.png) left center no-repeat; position: relative; opacity: 0.5; -webkit-transition: 0.33s linear; -moz-transition: 0.33s linear; border: none; } header#header h1 a:hover { opacity: 1; } header#header h1 a span { display: none; } /* @group Global Navigation */ header#header ul#global-navigation{ margin-left: 170px; margin-top: 18px; background: #2b2539; -webkit-border-top-left-radius: 6px; -webkit-border-top-right-radius: 6px; -moz-border-radius: 6px; border-top-right-radius: 6px; border-top-left-radius: 6px; -webkit-box-shadow: 0 -1px 0 rgba(255,255,255,0.05); box-shadow: 0 -1px 0 rgba(255,255,255,0.05); } header#header ul#global-navigation > li { margin: 0 -0.2em; width: 14.2%; max-width: 180px; display: inline-block; } body#puppet header#header li#puppet-tab > a, body#services header#header li#services-tab > a, body#puppetlabsdocs header#header li#resources-tab > a, body#blog header#header li#community-tab > a, body.blog header#header li#community-tab > a, body.single header#header li#community-tab > a, body#company header#header li#company-tab > a { color: white; border-top-color: #a965a9; background: #2e283c; } body#puppet header#header li#puppet-tab > a span.subtitle, body#services header#header li#services-tab > a span.subtitle, body#support header#header li#services-tab > a span.subtitle, body#blog header#header li#community-tab > a span.subtitle, body.blog header#header li#community-tab > a span.subtitle, body.single header#header li#community-tab > a span.subtitle, body#company header#header li#company-tab > a span.subtitle { color: #aaa; } header#header ul#global-navigation > li:first-child a{ border-left: none !important; -webkit-border-top-left-radius: 6px; -moz-border-radius: 6px; border-top-left-radius: 6px; } header#header ul#global-navigation > li:last-child a{ border-right: none !important; } header#header ul#global-navigation > li > a { color: #747380; padding: 0.5em 20px 0.67em; font-weight: bold; border-right: 1px solid rgba(0,0,0,0.1); border-left: 1px solid rgba(255,255,255,0.05); } header#header ul#global-navigation > li > a:hover { background: #503577 !important; color: white; text-decoration: none; border-top-color: #f6d072; border-left-color: #593f7e; border-right-color: rgba(0,0,0,0.33); } header#header ul#global-navigation > li > a:active { color: #ccc; background-color: #442d65; border-top-color: #ffcb4d; } header#header ul#global-navigation > li > a:active span.drop-down-trigger { opacity: 0.5; } header#header ul#global-navigation > li.active > a { background: #2c2639; } header#header ul li.with-submenu > ul { background: #fff6e5; position: absolute; left: 0; z-index: 10; font-size: 0.85em; visibility: hidden; -webkit-box-shadow: 1px 2px 1px rgba(0,0,0,0.25); -moz-box-shadow: 1px 2px 1px rgba(0,0,0,0.25); width: 100%; white-space: normal; } header#header ul li.with-submenu > ul li ul { border-bottom: 1px solid #ebe3d3; display: block; padding-bottom: 0.125em; margin-bottom: 0.125em; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } header#header ul li.with-submenu > ul li:last-child ul { border: none; margin: 0; padding: 0; } header#header ul ul:last-child, header#header ul ul:last-child li:last-child, header#header ul ul:last-child li:last-child a { -webkit-border-bottom-left-radius: 8px; -webkit-border-bottom-right-radius: 8px; -moz-border-radius-bottomleft: 8px; -moz-border-radius-bottomright: 8px; border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; } header#header ul li.active ul { visibility: visible; } header#header li.with-submenu ul li { display: block; border: none; } header#header ul li.with-submenu ul li a { padding: 0.5em 10px; color: #653413; background: #fff6e5; border: none; } header#header ul li.with-submenu ul li a:hover { background: white; color: #a25a3b; } header#header ul li.with-submenu { position: relative; } header#header ul li.with-submenu > a { padding-right: 30px !important; position: relative; } header#header ul span.drop-down-trigger { display: block; width: 20px; height: 2.6em; background: url(images/icons/dropdown_indicator.png) center 51% no-repeat #342d44; background: url(images/icons/dropdown_indicator.png) center 51% no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4c3272), to(#342d44)); background: url(images/icons/dropdown_indicator.png) center 51% no-repeat, -moz-linear-gradient(#4c3272, #342d44); position: absolute; top: 0; right: 0; border-left: 1px solid rgba(0,0,0,0.03); opacity: 0; -webkit-transition: 0.125s opacity linear; -moz-transition: 0.125s opacity linear; } header#header ul li:hover span.drop-down-trigger { opacity: 1; visibility: visible; } header#header ul span.drop-down-trigger:hover { border-left: 1px solid rgba(0,0,0,0.1); background: #672e9f url(images/icons/dropdown_indicator.png) no-repeat center 51%; } header#header ul li.active span.drop-down-trigger { background: #2b2538 url(images/icons/dropdown_indicator_active.png) center center no-repeat; } header#header li a span.subtitle { display: block; font-size: 0.85em; color: #6d6480; margin-top: -0.125em; font-weight: normal; } header#header li:hover a span.subtitle { color: #aaa; } /* @end */ /* @group Misc Navigation */ #header #misc-navigation{ position: absolute; top: 0; right: 0; font-size: 0.85em; font-weight: bold; } #header #misc-navigation ul { padding: 3px 10px 5px; display:inline-block; white-space: nowrap; vertical-align:top; -webkit-border-bottom-left-radius: 6px; -webkit-border-bottom-right-radius: 6px; -moz-border-radius-bottomleft: 6px; -moz-border-radius-bottomright: 6px; border-bottom-left-radius: 6px; border-bottom-right-radius: 6px; background: #514a6b; background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#514a6b), to(#524f74)); background: -moz-linear-gradient(#514a6b, #524f74); -webkit-box-shadow: 2px 2px 0 rgba(0,0,0,0.05); -moz-box-shadow: 2px 2px 0 rgba(0,0,0,0.05); box-shadow: 2px 2px 0 rgba(0,0,0,0.05); } #header #misc-navigation ul li{ display: inline-block; margin-right: 0.8em; } #header #misc-navigation ul li:last-child{ margin-right: -0.67em; } #header #misc-navigation ul li a{ color: #9c99b3; } #header #misc-navigation ul li a:hover{ text-decoration: underline; } #header #misc-navigation a.gateway{ border: none; background: #ba5500; color: white; padding: 0.25em 0.5em; line-height: 1.5em; } #header #misc-navigation a.gateway:hover{ background-color: #7f6799; text-decoration: none; } #header #misc-navigation form {display:inline-block; padding:5px 10px 5px;} #header #misc-navigation form input {font-family: "Lucida Grande", Lucida, Verdana, sans-serif; display:inline-block; margin:0 10px 0 0 !important; padding:2px !important; width:auto !important; font-size:1em !important;} #header input.searchbtn {padding:0.25em 0.5em; line-height:1.5em; font-weight:bold; background: #7f6799; color:#fff; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; border:none !important;} #header input.searchbtn:hover {background-color:#ba5500; color:#fff;} /* @end */ header#header li a span.subtitle span.ampersand { border: none; } /* @end */ /* @group Masthead */ section#masthead, section#masthead .site-width { color: #333; } section#masthead { padding: 0.75em 0 0.9em; background: none repeat scroll 0 0 #E1E2E3; -webkit-box-shadow: 0 -2px 0 rgba(0,0,0,0.25); -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.25); z-index: 2; } section#masthead p { color: white; text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.125); margin-bottom: 1em; max-width: 36em; font: 1.5em/1.4em "CallunaRegular", Georgia, "Times New Roman", Times, serif; } section#masthead h1 { display: inline; font-size: 3em; letter-spacing: -0.05em; font-weight: inherit; margin: 0; text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.125); } .cufon-active section#masthead h1 { margin-left: -8px; line-height: 1em; } section#masthead h1 span.ampersand { margin-left: 0.1em; } span.edit a { padding: 0.3em 10px; background: rgba(0,0,0,.33); -webkit-border-radius: 1em; -moz-border-radius: 1em; border-radius: 1em; color: white !important; position: relative; top: -0.25em; margin-left: 1em; -webkit-transition: 0.25s linear all; -moz-transition: 0.25s linear all; border: 2px solid rgba(0,0,0,0.1); text-shadow: 1px 1px 0 rgba(0,0,0,0.25); } span.edit a:hover { -webkit-animation: pulse-dark 2s infinite; } /* @end */ /* @group Content */ section#content { background: #fdfdfd; color: #444; padding-top: 2em; padding-bottom: 2.5em; -webkit-box-shadow: 0 -4px 0 rgba(0,0,0,0.125), 0 4px 0 rgba(0,0,0,0.1); -moz-box-shadow: 0 -4px 0 rgba(0,0,0,0.125), 0 4px 0 rgba(0,0,0,0.1); border-top: 1px solid white; z-index: 5; position: relative; } /* @group secondary-content */ .secondary-content section { margin-bottom: 2em; } .secondary-content section#other-products ul li { margin-bottom: 0.5em; } .secondary-content section#other-products ul li.active a { color: inherit; text-decoration: none; font-weight: bold; } .secondary-content section#company-section p { font-size: 0.85em; } .secondary-content widget {display:block; padding:20px 10px 20px 0;} .secondary-content widget .title {display:none;} widget .btn {padding:.35em .45em .375em .45em; font-size:.9em; margin-left:auto; margin-right:auto; display:inline-block; text-align:center;} #sidebar-2 widget {margin:1.5em 0 1em; display:block;} #sidebar-2 widget:first-child {margin-top:0;} #sidebar-2 widget .title {line-height: 1.1em; font-weight: bold; margin-bottom: 0.75em; color: #555; -webkit-transition: all 0.25s linear; -moz-transition: all 0.25s linear;} /* @end */ /* @end */ /* @group Footer */ footer#footer { margin-bottom: 1em; background: #eee url(images/argyle.png); background: url(images/argyle.png), -webkit-gradient(linear, 0% 100%, 0% 120, from(#eee), to(#fafafa)); color: #555; padding: 30px 0 25px; -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.1); min-height: 160px; overflow: hidden; } #footer h4 { margin-top: 0; margin-bottom: 0.75em; color: #888; text-transform: none; letter-spacing: normal; -webkit-transition: 0.25s linear; -moz-transition: 0.25s linear; font-size: 1.25em; } #footer:hover h4 { color: #333; } footer#footer ul li { line-height: 1.33em; margin-bottom: 0.5em; } footer#footer ul li:nth-child(2n+2) { margin-right: 0; } footer#footer a { color: #999; -webkit-transition: 0.25s linear; -moz-transition: 0.25s linear; } footer#footer:hover a { color: #a04900; } footer#footer div.primary-secondary-content { padding-right: 360px; padding-left: 300px; } footer#footer #elsewhere a[rel="external"]:after { display: none; } footer#footer ul li a:hover span { text-decoration: none; opacity: 1; } footer#footer ul li span.indicator { display: none !important; } /* NF: I can tell what this was originally meant to do, but it's not doing it. Turning it off. */ /* footer#footer ul li.chat span.indicator { background: url(images/icons/16/aim.png); } footer#footer ul li.discussion span.indicator { background: url(images/icons/16/google.png); } footer#footer ul li.subscribe span.indicator { background: url(images/icons/16/rss.png); } footer#footer ul li.facebook span.indicator { background: url(images/icons/16/facebook.png); } footer#footer ul li.twitter span.indicator { background: url(images/icons/16/twitter.png); } */ footer#footer #newsletter { position: absolute; left: 0; width: 300px; } footer#footer #newsletter label{ display: none; } #footer ul.followus li {display:inline-block; margin:0 .25em 1.5em 0;} footer#footer #book-it { width: 200px; padding-right: 140px; position: absolute; right: 0; top: 0; } #book-it img { position: absolute; right: 0; top: 0; width: 120px; -webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.25); -moz-box-shadow: 0 2px 0 rgba(0,0,0,0.25); z-index: 3; } footer#footer form fieldset legend { display: none; } #footer input { display: inline-block; width: 160px; } #footer .btn { -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; background: #555; color: #ddd; border: 1px solid #444; padding: 0.2em 5px 0.275em 5px; position: relative; -webkit-transition: 0.25s all ease-in-out; text-decoration: none; display: inline-block; font-size:0.8125em; } #footer .fbtn { font-family: "Lucida Grande", Lucida, Verdana, sans-serif; position:relative; display: inline-block; zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */ *display: inline; vertical-align: baseline; margin: 0 2px !important; outline: none; cursor: pointer; text-align: center; text-decoration: none; font-size:1.125em; font-weight:bold; padding: .5em 2em .55em; text-shadow: 0 1px 1px rgba(0,0,0,.3); -webkit-border-radius: .5em; -moz-border-radius: .5em; border-radius: .5em; -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); box-shadow: 0 1px 2px rgba(0,0,0,.2); } #footer .fbtn:hover { text-decoration: none; } #footer .fbtn:active { position: relative; top: 1px; } /* BUTTON COLORS */ #footer .fbtn { color: #fff !important; border: solid 1px #954712; background: #C05F1C; background: -webkit-gradient(linear, left top, left bottom, from(#d47b3e), to(#C05F1C)); background: -moz-linear-gradient(top, #d47b3e, #C05F1C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d47b3e', endColorstr='#C05F1C'); } #footer .fbtn:hover { border: solid 1px #954712; background: #C05F1C; background: -webkit-gradient(linear, left top, left bottom, from(#A05617), to(#C05F1C)); background: -moz-linear-gradient(top, #A05617, #C05F1C); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A05617', endColorstr='#C05F1C'); } /* @end */ /* @group Layouts */ /* @group Resources */ /* NF: I don't know what this "resources" group is, but I had to change the body ID from "resources" to "puppetlabsdocs" in order to avoid anchor name conflicts. --2011.08.09*/ /* @group Docs */ body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content { padding-left: 0; padding-right: 320px; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content { float: left; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .secondary-content { width: 250px; position: relative; margin: 0; margin-right: -280px; border-right: none; border-left: 2px solid #eee; padding-left: 20px; left: 40px; float: right !important; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ul { margin-left: 1em; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ul li { margin-bottom: 0.67em; padding-left: 1.5em; position: relative; } body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ul li:before { content: "♦"; font-size: 0.75em; padding-right: 0.85em; color: #b7d0ab; position: absolute; left: -1px; top: 0.125em; } /* This adds up to the same left spacing as unordered lists get... sort of. */ body#puppetlabsdocs.docs section#content div.site-width div.primary-secondary-content .primary-content ol { margin-left: 2.5em; } /* NF: Inline images should have an outer glow for legibility, especially in cases where we have screenshots of browser-rendered text. */ section#content div.primary-secondary-content div.primary-content p img { border: solid 1px #ccc; box-shadow: 0px 0px 8px #999; /* Also, images should be limited to 640px wide so they don't blow up the page layout. */ max-width: 640px; } /* NF: Also, images that are the only thing in their paragraph should be centered. */ div.primary-secondary-content div.primary-content p > img:only-child, div.primary-secondary-content div.primary-content p > a:only-child > img { display: block; margin-right: auto; margin-left: auto; } body#puppetlabsdocs.docs .primary-content dl dt{ font-weight: bold; margin-top: 1.5em; margin-bottom: 1em; } body#puppetlabsdocs.docs .primary-content dl dd{ line-height: 1.5em; border-left: 4px solid #eee; padding-left: 20px; } dd > p { margin-top: 1em; /* This is necessary for setting off the second paragraph in any dd element, since the first "paragraph" of any dd isn't inside a <p> element. */ } /* @group Docs TOC */ ol.toc { padding-top: 1em; padding-bottom: 1em; padding-left: 0; color: #888; font-weight: bold; margin-left: 0; } ol.toc a { font-weight: normal; } /* Second-level TOCs should have lighter text and be smaller */ ol.toc > li > ol.toc { padding-bottom: 0; padding-top: 0.25em; padding-left: 0; margin-bottom: 0; font-size: 0.9em; list-style-type: decimal; color: #aaa; margin-left: 0; } ol.toc > li { margin-bottom: 0; line-height: 1.5em; } ol.toc > li > ol.toc > li { line-height: 1.25em; padding-bottom: 0.25em; } /* @end */ /* Classes for spans that warn about version incompatibilities */ .versionnote { background-color: #ff9; } .versionwarning { background-color: #ff9; color: #f00; font-size: 1.5em; font-weight: bold; } /* New nav ULs for experimental navigation sidebar style (NF 2011.11.07) */ /* This is prototype work for the PE 2.0 manual only. */ div#subCol ul { /*padding: 1em;*/ /*color: #888;*/ font-weight: bold; } div#subCol ul > li > ol.toc { /*padding: 0;*/ /* Okay, fine, you can keep your padding. >:| */ margin-bottom: 0; } div#subCol ul > li:before { content: "♦"; font-size: 0.75em; padding-right: 0.85em; color: #888; /*position: absolute;*/ left: -1px; top: 0.125em; } div#subCol ul > li { font-weight: normal; color: #444; margin-bottom: 0; line-height: 1.5em; } div#subCol ul > li > ul { padding-bottom: 0; padding-top: 0.25em; padding-left: 1.4em; margin-bottom: 0; /*font-size: 0.9em;*/ /*list-style-type: decimal;*/ /*color: #aaa;*/ } li.currentsection { background-color: #faf5f3; border-left: 2px solid #c05f1c; margin-left: -22px; padding-left: 20px; } li.currentpage { border-bottom: 1px solid #888; margin-bottom: 10px !important; } li.currentpage > ol.toc { margin-left: -41px; padding-left: 76px; padding-top : 0; } li.currentpage > ol.toc a { color: #888; } /* end prototype nav work. (NF 2011.11.07) */ /* @group #masthead */ body#puppetlabsdocs.docs #masthead li.with-submenu > a { display: block; position: relative; background: #804223; background: rgba(0,0,0,0.25); padding: 0.25em 10px; padding-right: 32px; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; color: white; width: 118px; } body#puppetlabsdocs.docs #masthead li.with-submenu:hover > a { background: #370e01; background: rgba(0,0,0,0.5); } body#puppetlabsdocs.docs #masthead li.with-submenu.active > a, body#puppetlabsdocs.docs #masthead li.with-submenu.active:hover > a { background: #333; background: rgba(0,0,0,0.85); } body#puppetlabsdocs.docs #masthead li { display: inline-block; color: white; margin: 0; margin-right: 1em; -webkit-border-radius: 0.5em; -moz-border-radius: 0.5em; border-radius: 0.5em; position: relative; } body#puppetlabsdocs.docs #masthead li.active a { -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; border-bottom-left-radius: 0; border-bottom-right-radius: 0; } body#puppetlabsdocs.docs #masthead span.drop-down-trigger { display: block; width: 20px; height: 1.4em; background: #2b2538 url(images/icons/dropdown_indicator.png) center 51% no-repeat; background: url(images/icons/dropdown_indicator.png) center 60% no-repeat rgba(0,0,0,0.5); position: absolute; top: 0.25em; right: 0.25em; -webkit-border-radius: 0.4em; -moz-border-radius: 0.4em; border-radius: 0.4em; -webkit-transition: 0.125s opacity linear; padding: 0; } body#puppetlabsdocs.docs #masthead ol li:hover span.drop-down-trigger { opacity: 1; visibility: visible; } body#puppetlabsdocs.docs #masthead li.with-submenu dl { background: #333; background: rgba(0,0,0,0.85); left: 0; z-index: 10; font-size: 0.85em; -webkit-transition: opacity 0.125s linear; width: 160px; padding: 0 0 10px; position: absolute; opacity: 0; visibility: hidden; } body#puppetlabsdocs.docs #masthead li.active.with-submenu dl { opacity: 1; visibility: visible; } body#puppetlabsdocs.docs #masthead li.with-submenu dl:last-child { -webkit-border-bottom-left-radius: 0.5em; -webkit-border-bottom-right-radius: 0.5em; -moz-border-radius-bottomleft: 0.5em; -moz-border-radius-bottomright: 0.5em; border-bottom-left-radius: 0.5em; border-bottom-right-radius: 0.5em; } body#puppetlabsdocs.docs #masthead li.with-submenu dl dt { padding: 0.75em 10px 0; } body#puppetlabsdocs.docs #masthead li.with-submenu dl a { padding: 0.25em 10px; display: block; line-height: 1.33em; margin-bottom: 0.25em; } body#puppetlabsdocs.docs #masthead li.with-submenu dl a:hover { background: rgba(0,0,0,0.5); } /* @end */ /* @end */ section#masthead h1 h1:before { content: ": "; margin-left: -0.15em; } section#masthead ul#doc-navigation { float: right; margin: 0; position: relative; top: 1.25em; } /* @end */ /* NF: lonely rules from groups I killed */ .secondary-content h4 { margin: 0; text-transform: none; letter-spacing: normal; font-size: inherit; } /* @group Shared */ /* @group pre > code */ pre > code{ background: #eee; display: block; padding: 1em 20px; margin-bottom: 1em; line-height: 1.25em; border: 4px solid #ddd; overflow-x: auto; } /* @end */ /* @group ul.bulleted */ /* NF: This has questionable utility -- looks like it'll never be applied? */ ul.bulleted { margin-left: 1em; float: ; } ul.bulleted li { margin-bottom: 0.67em; padding-left: 1.5em; position: relative; } ul.bulleted li:before { content: "♦"; font-size: 0.85em; padding-right: 0.85em; color: #9491ac; position: absolute; left: -1px; top: 0.125em; } /* @end */ /* @group .primary-secondary-content */ div.primary-secondary-content:after, div.primary-secondary-content .primary-content:after, div.primary-secondary-content .secondary-content:after { content: "."; display: block; clear: both; height: 0; visibility: hidden; } div.primary-secondary-content .primary-content, div.primary-secondary-content .secondary-content { width: 100%; float: left; } .primary-content h2:first-child, .primary-content h3:first-child{ margin-top: 0; } .secondary-content h3:first-child { margin-top: 0.67em; } /* @end */ /* @group Copyright */ div#copyright { color: #555; font-size: 0.85em; padding: 1em 0; margin-bottom: 1em; } div#copyright a { color: inherit; } div#copyright .vcard span.org:after, div#copyright .vcard .adr:before, div#copyright .vcard .adr:after { content: "•"; padding-left: 0.8em; padding-right: 0.8em; } div#copyright .vcard span.org:after { padding-left: 1.0em; } /* @end */ /* @group Form */ /* @group #contactform */ form fieldset.name legend{ display: block; } form fieldset.name legend span{ display: block; text-transform: uppercase; font-size: 0.85em; letter-spacing: 0.275em; font-weight: bold; color: #888; position: relative; top: -0.4em; left: 0; margin: 0; z-index: 5; } form fieldset.name { position: relative; } form div.first-name, form div.last-name { display: inline-block; margin-right: 16px; width: 200px; padding-bottom: 1em; margin-bottom: 0.33em; position: relative; } form div.first-name label, form div.last-name label { position: absolute; bottom: 0.6em; text-transform: none; letter-spacing: normal; color: #aaa; } /* @end */ form div{ position: relative; } form p { margin: 0; } fieldset legend { display: none; } input, textarea { display: block; width: 100%; border: 2px solid #ccc; padding:.35em; -webkit-border-radius: 0.375em; -moz-border-radius: 0.375em; border-radius: .375em; font: 1em "CallunaRegular", Georgia, "Times New Roman", Times, serif; margin-bottom: 1.5em !important; text-indent: 0.2em; line-height: 1.5em; } input { max-width: 200px; } input[type="hidden"]{ display: none !important; } label { text-transform: uppercase; font-size: 0.85em; letter-spacing: 0.275em; font-weight: bold; color: #888; margin-bottom: 0.67em; display: block; } input.error{ border-color: #ea9b76; background: #ffeedb; } input.error:focus{ border-color: #ccc; background-color: #fff; } label.error { position: absolute; top: 0; left: 200px; display: block; width: 10.5em; z-index: 2; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background: #c03c00; color: white !important; padding: 0.5em; height: 1.2em; text-transform: none; letter-spacing: normal; font-size: 10px; font-weight: normal; opacity: 0; visibility: hidden; -webkit-transition: 0.25s; -moz-transition: 0.25s; } div:hover > label.error{ opacity: 1; visibility: visible; } label span.subtle { text-transform: none; letter-spacing: normal; font-weight: normal; } div.input-label { padding-left: 2em; position: relative; margin-bottom: 1.5em; } div.input-label label { cursor: pointer; letter-spacing: normal; text-transform: none; color: #aaa; position: relative; } div.input-label label:hover { text-decoration: underline; } div.input-label input { position: absolute; left: 0; top: 0; margin: 0; margin-left: -0.05em; margin-top: -0.05em; font-size: 1.5em; width: 1em; } /* @end */ /* @end */
0.385606
0.11304
.country-page-div { position: relative; width: 100%; padding: 30px; border-radius: 1.5rem; z-index: 100; display: flex; animation: scale 1000ms ease; } .country-page-div[theme="dark"] { background: var(--dark-mode-dark-secondary); color: var(--dark-mode-white-font); } .country-page-div[theme="light"] { background: var(--light-mode-white-secondary); color: var(--light-mode-dark-font); } .country-favourite-img { position: absolute; right: 0px; top: 0px; cursor: pointer; } .country-favourite-img[theme="light"] { filter: invert(90%) sepia(0%) saturate(4%) hue-rotate(149deg) brightness(93%) contrast(89%); } .country-favourite-img[theme="dark"] { color: black; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(26deg) brightness(102%) contrast(104%); } .country-favourite-img[favourite="true"] { filter: invert(19%) sepia(82%) saturate(5594%) hue-rotate(335deg) brightness(82%) contrast(105%); } .country-favourite-img-div { position: relative; justify-content: center; align-items: center; height: 50px; width: 100%; } .country-page-div { display: none; } .country-page-div { position: relative; display: flex; flex-direction: column; width: 100%; height: 100%; } .country-page-favourite-img-div { position: absolute; right: 0px; top: 0px; } .country-page-top-bar-div { position: relative; height: 50px; width: 100%; } .country-page-country-name { font-size: 24px; font-weight: 100; } .country-page-country-name::after { content: ""; position: absolute; bottom: 10px; left: 0; width: 50%; background-color: var(--light-mode-white-quaternary); height: 1px; } .country-page-content-div { display: flex; justify-content: space-around; align-content: center; height: 100%; width: 100%; flex-wrap: wrap; } .country-page-content-left-div { display: flex; flex-direction: column; width: 500px; height: 700px; } .country-page-flag-div { display: flex; justify-content: center; margin: 21px; } .country-page-flag-img { display: block; width: auto; height: 200px; align-items: center; } .country-page-map-div { position: relative; display: flex; justify-content: center; align-items: center; width: 800px; min-height: 800px; z-index: 100000; } .country-page-map-div img { max-height: none; }
src/style/country.css
.country-page-div { position: relative; width: 100%; padding: 30px; border-radius: 1.5rem; z-index: 100; display: flex; animation: scale 1000ms ease; } .country-page-div[theme="dark"] { background: var(--dark-mode-dark-secondary); color: var(--dark-mode-white-font); } .country-page-div[theme="light"] { background: var(--light-mode-white-secondary); color: var(--light-mode-dark-font); } .country-favourite-img { position: absolute; right: 0px; top: 0px; cursor: pointer; } .country-favourite-img[theme="light"] { filter: invert(90%) sepia(0%) saturate(4%) hue-rotate(149deg) brightness(93%) contrast(89%); } .country-favourite-img[theme="dark"] { color: black; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(26deg) brightness(102%) contrast(104%); } .country-favourite-img[favourite="true"] { filter: invert(19%) sepia(82%) saturate(5594%) hue-rotate(335deg) brightness(82%) contrast(105%); } .country-favourite-img-div { position: relative; justify-content: center; align-items: center; height: 50px; width: 100%; } .country-page-div { display: none; } .country-page-div { position: relative; display: flex; flex-direction: column; width: 100%; height: 100%; } .country-page-favourite-img-div { position: absolute; right: 0px; top: 0px; } .country-page-top-bar-div { position: relative; height: 50px; width: 100%; } .country-page-country-name { font-size: 24px; font-weight: 100; } .country-page-country-name::after { content: ""; position: absolute; bottom: 10px; left: 0; width: 50%; background-color: var(--light-mode-white-quaternary); height: 1px; } .country-page-content-div { display: flex; justify-content: space-around; align-content: center; height: 100%; width: 100%; flex-wrap: wrap; } .country-page-content-left-div { display: flex; flex-direction: column; width: 500px; height: 700px; } .country-page-flag-div { display: flex; justify-content: center; margin: 21px; } .country-page-flag-img { display: block; width: auto; height: 200px; align-items: center; } .country-page-map-div { position: relative; display: flex; justify-content: center; align-items: center; width: 800px; min-height: 800px; z-index: 100000; } .country-page-map-div img { max-height: none; }
0.539469
0.076753
.video-container { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden; } .video-container video { /* Make video to at least 100% wide and tall */ min-width: 100%; min-height: 100%; opacity: 0.9; z-index: -1; /* Setting width & height to auto prevents the browser from stretching or squishing the video */ width: auto; height: auto; /* Center the video */ position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); } /* .grass-background { display: none; position: absolute; z-index: -1; width: 100%; height: 100%; background-image: url('https://us.123rf.com/450wm/marbom/marbom1612/marbom161200036/68813797-green-grass-background-vector.jpg?ver=6'); background-repeat: repeat; opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; } */ /* ### LOADING ###*/ #triforce { position:absolute; max-width: 45%; max-height: 45%; top: 50%; left: 50%; overflow:visible; } #triforce:hover{ cursor: cell; } #start { position: relative; max-width: 100%; max-height: 100%; margin-top: -50%; margin-left: -50%; opacity: 0.95; } #start:hover { animation-name: force; animation-duration: 1s; animation-iteration-count: infinite; } #loading{ /* display: none; */ position: absolute; display: flex; flex-direction: column; align-items: center; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 200px; width: 500px; visibility: hidden; } .progress{ /* display: none; */ width: 90%; /* position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); */ } .loading-text, #message{ text-align: center; font-family: 'Roboto', sans-serif; font-size: 1.7em; letter-spacing: 2px; font-weight: lighter; color: #272259; margin-bottom: 40px; text-shadow: 1px 1px 30px #272259; } /* ### GAMEPLAY ###*/ #main{ display: none; } .row{ font-family: 'Felipa', cursive; font-size: 2em; text-align: center; } #logo{ width: 400px; height: 240px; margin: auto; opacity: 0.9; } /* p{ font-size: 1.5em; background-color: #ECD05A; padding: 0 50px; border-radius: 10px; text-align: center; color: white; margin: auto; opacity: 0.9; } */ .character{ width: 200px; height: auto; color: #272259; transition: 0.3s ease-in-out; } .character:hover{ transform: scale(1.1); cursor: crosshair; } #fighting-area{ display: none; transition: 0.2s ease; } .fighters{ width: 350px; height: auto; transition: 0.2s ease-in-out; } #chosen-character, #opponent{ max-width: 350px; height: auto; transition: 0.2s ease-in-out; } #chosen-health{ transition: 0.15s ease-in-out; } #add-health{ color: green; } .run-animation{ animation-name: pulse; animation-duration: 1s; animation-iteration-count: 1; } #fight-button{ display: none; border-radius: 80px; padding: 15px; background: radial-gradient(#DC3545, rgb(214, 85, 98)); } /* ANIMATIONS */ @keyframes force { 0% { transform: rotateY(0deg); opacity: .75; } 25%{ transform: rotateY(90deg); opacity: .9; } 50% { transform: rotateY(180deg); opacity: .6; } 75%{ transform: rotateY(270deg); opacity: .9; } 100% { opacity: .75; transform: rotateY(360deg); } } @keyframes pulse { 0% { transform: scale(1.0) } 50% { transform: scale(1.3); background-color: green; } 100% { transform: scale(1.0); } }
assets/css/style.css
.video-container { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; overflow: hidden; } .video-container video { /* Make video to at least 100% wide and tall */ min-width: 100%; min-height: 100%; opacity: 0.9; z-index: -1; /* Setting width & height to auto prevents the browser from stretching or squishing the video */ width: auto; height: auto; /* Center the video */ position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); } /* .grass-background { display: none; position: absolute; z-index: -1; width: 100%; height: 100%; background-image: url('https://us.123rf.com/450wm/marbom/marbom1612/marbom161200036/68813797-green-grass-background-vector.jpg?ver=6'); background-repeat: repeat; opacity: 0.5; top: 0; left: 0; bottom: 0; right: 0; } */ /* ### LOADING ###*/ #triforce { position:absolute; max-width: 45%; max-height: 45%; top: 50%; left: 50%; overflow:visible; } #triforce:hover{ cursor: cell; } #start { position: relative; max-width: 100%; max-height: 100%; margin-top: -50%; margin-left: -50%; opacity: 0.95; } #start:hover { animation-name: force; animation-duration: 1s; animation-iteration-count: infinite; } #loading{ /* display: none; */ position: absolute; display: flex; flex-direction: column; align-items: center; top: 50%; left: 50%; transform: translate(-50%,-50%); height: 200px; width: 500px; visibility: hidden; } .progress{ /* display: none; */ width: 90%; /* position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); */ } .loading-text, #message{ text-align: center; font-family: 'Roboto', sans-serif; font-size: 1.7em; letter-spacing: 2px; font-weight: lighter; color: #272259; margin-bottom: 40px; text-shadow: 1px 1px 30px #272259; } /* ### GAMEPLAY ###*/ #main{ display: none; } .row{ font-family: 'Felipa', cursive; font-size: 2em; text-align: center; } #logo{ width: 400px; height: 240px; margin: auto; opacity: 0.9; } /* p{ font-size: 1.5em; background-color: #ECD05A; padding: 0 50px; border-radius: 10px; text-align: center; color: white; margin: auto; opacity: 0.9; } */ .character{ width: 200px; height: auto; color: #272259; transition: 0.3s ease-in-out; } .character:hover{ transform: scale(1.1); cursor: crosshair; } #fighting-area{ display: none; transition: 0.2s ease; } .fighters{ width: 350px; height: auto; transition: 0.2s ease-in-out; } #chosen-character, #opponent{ max-width: 350px; height: auto; transition: 0.2s ease-in-out; } #chosen-health{ transition: 0.15s ease-in-out; } #add-health{ color: green; } .run-animation{ animation-name: pulse; animation-duration: 1s; animation-iteration-count: 1; } #fight-button{ display: none; border-radius: 80px; padding: 15px; background: radial-gradient(#DC3545, rgb(214, 85, 98)); } /* ANIMATIONS */ @keyframes force { 0% { transform: rotateY(0deg); opacity: .75; } 25%{ transform: rotateY(90deg); opacity: .9; } 50% { transform: rotateY(180deg); opacity: .6; } 75%{ transform: rotateY(270deg); opacity: .9; } 100% { opacity: .75; transform: rotateY(360deg); } } @keyframes pulse { 0% { transform: scale(1.0) } 50% { transform: scale(1.3); background-color: green; } 100% { transform: scale(1.0); } }
0.601711
0.086323
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap'); * { margin: 0; padding: 0; scroll-behavior: smooth; } body { width: 100%; height: 100%; max-width: 100%; overflow-x: hidden; } body::-webkit-scrollbar { width: 0.25rem; } body::-webkit-scrollbar-track{ background: #1e1e24; } body::-webkit-scrollbar-thumb{ background: #fb8121; } .bg { width: 100%; height: 100vh; background-color: rgba(27, 35, 38, 0.9); background-blend-mode: multiply; background-repeat: no-repeat; background-size: cover; background-position: center center; position: fixed; z-index: -1000; } .home { width: 100%; height: 100%; padding: 25px; font-family: 'Montserrat'; } .rectangle { width: 150px; background-color: #fb8121; box-shadow: 0px 10px 10px rgba(0,0,0,1); transition: transform .2s; } .home h1 { font-size: 100px; color: #fb8121; text-transform: uppercase; padding: 0; line-height: 1; } .home h1 span { padding: 0; margin: 0; } .home p { width: 70%; color: #e2e2e2; font-size: 35px; margin-top: 25px; } .about { margin-top: 50vh; height: 100vh; width: 100%; font-family: 'Montserrat', sans-serif; position: absolute; } .about .box { margin-left: auto; margin-right: auto; width: 50%; min-width: 300px; text-align: center; } .about h1 { margin-top: 100px; font-size: 45px; color: #fb8121; /* position: relative; */ } .about p { color: #e2e2e2; font-size: 20px; margin-top: 30px; } .prototype-1 { margin-top: 50vh; padding-bottom: 500px } .prototype-1 h1 { text-align: center } .prototype-1 p { text-align: center } .prototype-1 video { margin-top: 50px; margin-left: 50%; transform: translateX(-50%) } @media only screen and (max-width: 600px) { .rectangle { margin-top: 50px; height: 20px; margin-left: 8%; } .bg { background-image: url("./home2.png"); overflow-x: hidden; } .home { max-width: 325px; } .home h1 { margin-left: 8%; font-size: 55px; letter-spacing: -5px; } .home p { margin-left: 8%; } .about { height: 125%; } .about p { font-size: 15px; } .prototype-1 { width: calc(80%); margin-left: calc(50%); transform: translateX(-50%); } } @media only screen and (min-width: 600px) { .bg { background-image: url("./home.png"); } .rectangle { margin-top: 300px; height: 25px; margin-left: 15%; } .rectangle:hover { box-shadow:0 0 10px #fb8121, 0 0 20px #fb8121, 0 0 40px #fb8121, 0 0 80px #fb8121, 0 0 120px #fb8121, 0 0 160px #fb8121; transform:scale(1.2); } .home h1 { font-size: 100px; margin-left: 15%; letter-spacing: -10px; cursor: pointer; } .home h1 span { transition: 0.5s ease-in; } .home h1 span:hover{ text-shadow:0 0 10px #fb8121, 0 0 20px #fb8121, 0 0 40px #fb8121, 0 0 80px #fb8121, 0 0 120px #fb8121, 0 0 160px #fb8121; } .about h1 span { transition: 0.5s ease-in; } .about h1 span:hover{ text-shadow:0 0 10px #fb8121, 0 0 20px #fb8121, 0 0 40px #fb8121, 0 0 80px #fb8121, 0 0 120px #fb8121, 0 0 160px #fb8121; } .home p { margin-left: 15%; letter-spacing: 0px; } .prototype-1 { width: calc(80% - 60px); margin-left: calc(60px + 50%); transform: translateX(-50%); } } /* Pallelt 27, 35, 38 - 1d2228 251, 129, 33- fb8121 226,226,226 - e2e2e2 *
server/static/prototype1/home/style.css
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap'); * { margin: 0; padding: 0; scroll-behavior: smooth; } body { width: 100%; height: 100%; max-width: 100%; overflow-x: hidden; } body::-webkit-scrollbar { width: 0.25rem; } body::-webkit-scrollbar-track{ background: #1e1e24; } body::-webkit-scrollbar-thumb{ background: #fb8121; } .bg { width: 100%; height: 100vh; background-color: rgba(27, 35, 38, 0.9); background-blend-mode: multiply; background-repeat: no-repeat; background-size: cover; background-position: center center; position: fixed; z-index: -1000; } .home { width: 100%; height: 100%; padding: 25px; font-family: 'Montserrat'; } .rectangle { width: 150px; background-color: #fb8121; box-shadow: 0px 10px 10px rgba(0,0,0,1); transition: transform .2s; } .home h1 { font-size: 100px; color: #fb8121; text-transform: uppercase; padding: 0; line-height: 1; } .home h1 span { padding: 0; margin: 0; } .home p { width: 70%; color: #e2e2e2; font-size: 35px; margin-top: 25px; } .about { margin-top: 50vh; height: 100vh; width: 100%; font-family: 'Montserrat', sans-serif; position: absolute; } .about .box { margin-left: auto; margin-right: auto; width: 50%; min-width: 300px; text-align: center; } .about h1 { margin-top: 100px; font-size: 45px; color: #fb8121; /* position: relative; */ } .about p { color: #e2e2e2; font-size: 20px; margin-top: 30px; } .prototype-1 { margin-top: 50vh; padding-bottom: 500px } .prototype-1 h1 { text-align: center } .prototype-1 p { text-align: center } .prototype-1 video { margin-top: 50px; margin-left: 50%; transform: translateX(-50%) } @media only screen and (max-width: 600px) { .rectangle { margin-top: 50px; height: 20px; margin-left: 8%; } .bg { background-image: url("./home2.png"); overflow-x: hidden; } .home { max-width: 325px; } .home h1 { margin-left: 8%; font-size: 55px; letter-spacing: -5px; } .home p { margin-left: 8%; } .about { height: 125%; } .about p { font-size: 15px; } .prototype-1 { width: calc(80%); margin-left: calc(50%); transform: translateX(-50%); } } @media only screen and (min-width: 600px) { .bg { background-image: url("./home.png"); } .rectangle { margin-top: 300px; height: 25px; margin-left: 15%; } .rectangle:hover { box-shadow:0 0 10px #fb8121, 0 0 20px #fb8121, 0 0 40px #fb8121, 0 0 80px #fb8121, 0 0 120px #fb8121, 0 0 160px #fb8121; transform:scale(1.2); } .home h1 { font-size: 100px; margin-left: 15%; letter-spacing: -10px; cursor: pointer; } .home h1 span { transition: 0.5s ease-in; } .home h1 span:hover{ text-shadow:0 0 10px #fb8121, 0 0 20px #fb8121, 0 0 40px #fb8121, 0 0 80px #fb8121, 0 0 120px #fb8121, 0 0 160px #fb8121; } .about h1 span { transition: 0.5s ease-in; } .about h1 span:hover{ text-shadow:0 0 10px #fb8121, 0 0 20px #fb8121, 0 0 40px #fb8121, 0 0 80px #fb8121, 0 0 120px #fb8121, 0 0 160px #fb8121; } .home p { margin-left: 15%; letter-spacing: 0px; } .prototype-1 { width: calc(80% - 60px); margin-left: calc(60px + 50%); transform: translateX(-50%); } } /* Pallelt 27, 35, 38 - 1d2228 251, 129, 33- fb8121 226,226,226 - e2e2e2 *
0.400398
0.076442
*{ font-family: 'risque',cursive; } body{ background: url(../img/cookieimg.jpg)no-repeat center fixed; background-size: cover; } #home:link{ margin-right: 400px; } a{ text-decoration: none; color: rgb(177, 117, 111); font-size: larger; padding:15px; margin: 20px; } nav ul li{ font-size: 20px; padding: 10px; margin-left: 20px; } nav ul li a { text-decoration: none; padding: 10px; color: white; float: left; } header{ background-color: rgb(80, 33, 1); color: rgb(31, 16, 58); font-size: 35px; text-align: center; font-family: 'risque',cursive; } p{ clear: both; font-size: xx-large; color: rgb(80, 33, 1); padding: 5px; } h1{ position: relative; text-align: center; font-size: 50px; color: white; } #salmon{ position: absolute; top: 0; right:0; width: 12%; display: block; } footer{ background-color: rgb(88, 87, 87); color: white; font-size: 30px; text-align: center; padding: 50px; } .slideshow{ margin:0 auto; padding-top:50px; height: 700px; box-sizing:border-box; } .content{ margin: auto; width:190px; perspective:1000px; position: relative; padding-top: 80px; } .content-carrousel{ width: 100%; position: absolute; float: right; animation:rotar 15s infinite linear; transform-style: preserve-3d; } .content-carrousel:hover{ animation-play-state:paused; cursor:pointer; } .content-carrousel figure{ width:100%; height: 120px; border:1px solid #4d444d; overflow: hidden; position: absolute; } .content-carrousel figure:nth-child(1){ transform: rotateY(0deg) translateZ(300px); } .content-carrousel figure:nth-child(2){ transform: rotateY(40deg) translateZ(300px); } .content-carrousel figure:nth-child(3){ transform: rotateY(80deg) translateZ(300px); } .content-carrousel figure:nth-child(4){ transform: rotateY(120deg) translateZ(300px); } .content-carrousel figure:nth-child(5){ transform: rotateY(160deg) translateZ(300px); } .content-carrousel figure:nth-child(6){ transform: rotateY(200deg) translateZ(300px); } .content-carrousel figure:nth-child(7){ transform: rotateY(240deg) translateZ(300px); } .content-carrousel figure:nth-child(8){ transform: rotateY(280deg) translateZ(300px); } .content-carrousel figure:nth-child(9){ transform: rotateY(320deg) translateZ(300px); } .shadow{ position: absolute; box-shadow: 0px 0px 20px 0px #000; border-radius :2px; } .content-carrousel img{ image-rendering: auto; transition: all 300ms; width: 100%; height:100%; } .content-carrousel img:hover{ transform: scale(1.2); transition: all 300ms; } @keyframes rotar{ from { transform:rotateY(0deg); } to { transform:rotateY(360deg); } }
css/style1.css
*{ font-family: 'risque',cursive; } body{ background: url(../img/cookieimg.jpg)no-repeat center fixed; background-size: cover; } #home:link{ margin-right: 400px; } a{ text-decoration: none; color: rgb(177, 117, 111); font-size: larger; padding:15px; margin: 20px; } nav ul li{ font-size: 20px; padding: 10px; margin-left: 20px; } nav ul li a { text-decoration: none; padding: 10px; color: white; float: left; } header{ background-color: rgb(80, 33, 1); color: rgb(31, 16, 58); font-size: 35px; text-align: center; font-family: 'risque',cursive; } p{ clear: both; font-size: xx-large; color: rgb(80, 33, 1); padding: 5px; } h1{ position: relative; text-align: center; font-size: 50px; color: white; } #salmon{ position: absolute; top: 0; right:0; width: 12%; display: block; } footer{ background-color: rgb(88, 87, 87); color: white; font-size: 30px; text-align: center; padding: 50px; } .slideshow{ margin:0 auto; padding-top:50px; height: 700px; box-sizing:border-box; } .content{ margin: auto; width:190px; perspective:1000px; position: relative; padding-top: 80px; } .content-carrousel{ width: 100%; position: absolute; float: right; animation:rotar 15s infinite linear; transform-style: preserve-3d; } .content-carrousel:hover{ animation-play-state:paused; cursor:pointer; } .content-carrousel figure{ width:100%; height: 120px; border:1px solid #4d444d; overflow: hidden; position: absolute; } .content-carrousel figure:nth-child(1){ transform: rotateY(0deg) translateZ(300px); } .content-carrousel figure:nth-child(2){ transform: rotateY(40deg) translateZ(300px); } .content-carrousel figure:nth-child(3){ transform: rotateY(80deg) translateZ(300px); } .content-carrousel figure:nth-child(4){ transform: rotateY(120deg) translateZ(300px); } .content-carrousel figure:nth-child(5){ transform: rotateY(160deg) translateZ(300px); } .content-carrousel figure:nth-child(6){ transform: rotateY(200deg) translateZ(300px); } .content-carrousel figure:nth-child(7){ transform: rotateY(240deg) translateZ(300px); } .content-carrousel figure:nth-child(8){ transform: rotateY(280deg) translateZ(300px); } .content-carrousel figure:nth-child(9){ transform: rotateY(320deg) translateZ(300px); } .shadow{ position: absolute; box-shadow: 0px 0px 20px 0px #000; border-radius :2px; } .content-carrousel img{ image-rendering: auto; transition: all 300ms; width: 100%; height:100%; } .content-carrousel img:hover{ transform: scale(1.2); transition: all 300ms; } @keyframes rotar{ from { transform:rotateY(0deg); } to { transform:rotateY(360deg); } }
0.327131
0.10581
body { height: 100%; background-color: #ffffff; cursor: default; } .nav-bar{ background-color: #ffffff; } .nav-bar .brand-logo{ height:100%; font-family: 'Lato', sans-serif; font-size: 25px; font-weight: 500; color: #000000; } @media only screen and (max-width: 600px) { .container { width: 100%; } } .blog-content{ font-family: 'Lato', sans-serif; color: #000000; font-size: 18px; font-weight: 300; max-width: 1500px; } .blog-content .subtitle { font-size: 22px; line-height: 40px; margin: 0; } .blog-content p { margin: 0 0 20px 0 !important; } .blog-content h1 { font-size: 22px; font-weight: 400; } .blog-content h2 { font-size: 20px; font-weight: 400; } .blog-content ul, ol { margin-top: 0; } .blog-content ul:not(.dropdown-content) li { list-style-type: circle !important; margin-left: 50px; } .blog-content img { background-color: #fff; width: 100%; } .blog-content tr { border: none; } .blog-content .highlighter-rouge { padding: 2px 7px 2px 7px; border: solid 1px #333333; background: #e2e2e2; margin-bottom: 20px; overflow: scroll; } .blog-content code{ color: #24292e; font-size: 18px; } .blog-content .highlighter-rouge pre { margin: 0; } .blog-content .highlighter-rouge pre code { font-size: 16px; } #about-page{ font-family: 'Lato', sans-serif; color: #1d1d1f; font-size: 18px; font-weight: 300; } #about-page .modal-trigger .card-image img{ height:180px; object-fit: contain; } #about-page .modal-trigger .card-content{ height:100px; overflow:hidden; } #about-page .card-title{ font-size:30px; } #about-page h1{ font-size:22px; margin: 10px 0 20px 0; font-weight: 300; } #about-page h2{ font-size:20px; margin: 10px 0 10px 0; font-weight: 300; } #about-page ul{ margin-top: 0; } #about-page li{ list-style-type: square; margin-left: 40px; } #about-page .modal { max-height: 88%; width: 70%; } @media only screen and (max-width: 992px) { #about-page .modal { width: 90%; } }
stylesec.css
body { height: 100%; background-color: #ffffff; cursor: default; } .nav-bar{ background-color: #ffffff; } .nav-bar .brand-logo{ height:100%; font-family: 'Lato', sans-serif; font-size: 25px; font-weight: 500; color: #000000; } @media only screen and (max-width: 600px) { .container { width: 100%; } } .blog-content{ font-family: 'Lato', sans-serif; color: #000000; font-size: 18px; font-weight: 300; max-width: 1500px; } .blog-content .subtitle { font-size: 22px; line-height: 40px; margin: 0; } .blog-content p { margin: 0 0 20px 0 !important; } .blog-content h1 { font-size: 22px; font-weight: 400; } .blog-content h2 { font-size: 20px; font-weight: 400; } .blog-content ul, ol { margin-top: 0; } .blog-content ul:not(.dropdown-content) li { list-style-type: circle !important; margin-left: 50px; } .blog-content img { background-color: #fff; width: 100%; } .blog-content tr { border: none; } .blog-content .highlighter-rouge { padding: 2px 7px 2px 7px; border: solid 1px #333333; background: #e2e2e2; margin-bottom: 20px; overflow: scroll; } .blog-content code{ color: #24292e; font-size: 18px; } .blog-content .highlighter-rouge pre { margin: 0; } .blog-content .highlighter-rouge pre code { font-size: 16px; } #about-page{ font-family: 'Lato', sans-serif; color: #1d1d1f; font-size: 18px; font-weight: 300; } #about-page .modal-trigger .card-image img{ height:180px; object-fit: contain; } #about-page .modal-trigger .card-content{ height:100px; overflow:hidden; } #about-page .card-title{ font-size:30px; } #about-page h1{ font-size:22px; margin: 10px 0 20px 0; font-weight: 300; } #about-page h2{ font-size:20px; margin: 10px 0 10px 0; font-weight: 300; } #about-page ul{ margin-top: 0; } #about-page li{ list-style-type: square; margin-left: 40px; } #about-page .modal { max-height: 88%; width: 70%; } @media only screen and (max-width: 992px) { #about-page .modal { width: 90%; } }
0.252568
0.059866
.navbar { margin-bottom: 0px; } .navbar-inverse .navbar-brand { font-size: 2em; color: #fff; } .navbar-inverse .navbar-brand:hover { color: #ccc; } .navbar-brand .logo { color: #5cb85c; } .main-container { margin-top: 20px; } .registration-form { max-width: 450px; margin: 0 auto; } .small-container-500 { max-width: 500px; padding: 15px; margin: 0 auto; } .small-container-330 { max-width: 330px; padding: 15px; margin: 0 auto; } .small-container .small-container-heading, .small-container .checkbox { margin-bottom: 10px; } .small-container .checkbox { font-weight: normal; } .small-container .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .small-container .form-control:focus { z-index: 2; } /* Signin */ .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } .login td { padding-right: 2px; padding-left: 2px; } .login { color: #fff; } .headerdice { height: 32px; } .headerlogo { height: 32px; } .headerdiceanimation{ -webkit-animation: rotation 0.25s infinite linear; } @-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } .headernumberanimation{ -webkit-animation: vibrate-3 0.5s linear infinite both; animation: vibrate-3 0.5s linear infinite both; } /* ---------------------------------------------- * Generated by Animista on 2018-4-30 15:10:24 * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation vibrate-3 * ---------------------------------------- */ @-webkit-keyframes vibrate-3 { 0% { -webkit-transform: translate(0); transform: translate(0); } 10% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 20% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 30% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 40% { -webkit-transform: translate(2px, 2px); transform: translate(2px, 2px); } 50% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 60% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 70% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 80% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 90% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 100% { -webkit-transform: translate(0); transform: translate(0); } } @keyframes vibrate-3 { 0% { -webkit-transform: translate(0); transform: translate(0); } 10% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 20% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 30% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 40% { -webkit-transform: translate(2px, 2px); transform: translate(2px, 2px); } 50% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 60% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 70% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 80% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 90% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 100% { -webkit-transform: translate(0); transform: translate(0); } } .weaponimage img{ height: 64px !important; } .characterpicture img{ height: 150px !important; } .col-md-2{ overflow: hidden; }
css/style.css
.navbar { margin-bottom: 0px; } .navbar-inverse .navbar-brand { font-size: 2em; color: #fff; } .navbar-inverse .navbar-brand:hover { color: #ccc; } .navbar-brand .logo { color: #5cb85c; } .main-container { margin-top: 20px; } .registration-form { max-width: 450px; margin: 0 auto; } .small-container-500 { max-width: 500px; padding: 15px; margin: 0 auto; } .small-container-330 { max-width: 330px; padding: 15px; margin: 0 auto; } .small-container .small-container-heading, .small-container .checkbox { margin-bottom: 10px; } .small-container .checkbox { font-weight: normal; } .small-container .form-control { position: relative; height: auto; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px; font-size: 16px; } .small-container .form-control:focus { z-index: 2; } /* Signin */ .form-signin input[type="email"] { margin-bottom: -1px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; } .form-signin input[type="password"] { margin-bottom: 10px; border-top-left-radius: 0; border-top-right-radius: 0; } .login td { padding-right: 2px; padding-left: 2px; } .login { color: #fff; } .headerdice { height: 32px; } .headerlogo { height: 32px; } .headerdiceanimation{ -webkit-animation: rotation 0.25s infinite linear; } @-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); } to { -webkit-transform: rotate(359deg); } } .headernumberanimation{ -webkit-animation: vibrate-3 0.5s linear infinite both; animation: vibrate-3 0.5s linear infinite both; } /* ---------------------------------------------- * Generated by Animista on 2018-4-30 15:10:24 * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation vibrate-3 * ---------------------------------------- */ @-webkit-keyframes vibrate-3 { 0% { -webkit-transform: translate(0); transform: translate(0); } 10% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 20% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 30% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 40% { -webkit-transform: translate(2px, 2px); transform: translate(2px, 2px); } 50% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 60% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 70% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 80% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 90% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 100% { -webkit-transform: translate(0); transform: translate(0); } } @keyframes vibrate-3 { 0% { -webkit-transform: translate(0); transform: translate(0); } 10% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 20% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 30% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 40% { -webkit-transform: translate(2px, 2px); transform: translate(2px, 2px); } 50% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 60% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 70% { -webkit-transform: translate(-2px, 2px); transform: translate(-2px, 2px); } 80% { -webkit-transform: translate(-2px, -2px); transform: translate(-2px, -2px); } 90% { -webkit-transform: translate(2px, -2px); transform: translate(2px, -2px); } 100% { -webkit-transform: translate(0); transform: translate(0); } } .weaponimage img{ height: 64px !important; } .characterpicture img{ height: 150px !important; } .col-md-2{ overflow: hidden; }
0.346099
0.086362
.print { display: none; } body { font-family: 'Aragon Sans W01'; } .departmentHeading { background: transparent url("https://www.uta.edu/cfo/_files/images/title_bar.svg"); background: transparent url("https://www.uta.edu/cfo/_files/images/title_bar.svg"); background-repeat: no-repeat; background-position: -16px -16px; width: 100%; height: 60px; margin: -27px 0px 0px 0px; position: relative; font-family:'Aragon Sans W01 Bold'; text-transform: uppercase; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; padding-top: 1px; } /* BEGIN UPPERLEFT BACK BUTTON */ div.goHome { width: 100%; margin-left: 10px; margin-top: 5px; } a.btn-floating.btn-small.waves-effect.waves-light { background-color: #6e6e6e; height: 35px; width: 35px; float: left; } a.btn-floating.btn-small.waves-effect.waves-light:hover { background-color: #d0c08c; } .btn-floating.btn-small .fa { margin-top: 0px; } .back { float: left; margin-top: 20px; } /* END UPPERLEFT BACK BUTTON */ .container-fluid.CFO { padding: 0px; float: left; margin-top: 85px; width: 50%; margin-left: 45px; clear: both; } .container-fluid.uaCFO, .container-fluid.isCFO { margin-top: 50px; margin-left: 32%; } .personal_title { font-size: 13px; } .mobileRuler { visibility: hidden; } .businessAffairs_org, .BA_departmentBranches{ font-size: 25px; margin: 15px auto; text-align: center; } .BA_departmentBranches { text-align: center; margin-top: 0px; } .departmentBranches { padding: 0px 5px; width: 42%; float: right; } .BusinessTechContent { width: 280px; font-size: 15px; margin-top: 5px; line-height: 20px; } .BusinessTechContent.director { width: 335px; } .deco.kelly { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } .deco.director { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); } .deco.associate { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .deco.kelly { width: 175px; height: 175px; background: url("../_files/pictures/kelly_davis.png"); background-size: 205px 205px; background-position: center; border-radius: 50%; float: left; border: 3px solid orange; margin-right: 10px; } .deco.director { width: 125px; height: 125px; background: url("../_files/pictures/user-circle.png"); background-size: 130px 130px; background-position: center; border-radius: 50%; float: left; border: 3px solid orange; margin-right: 15px; } .deco.director.keith { background: url("../_files/pictures/Keith-Halman.png"); background-size: 130px 130px; background-position: center; } .deco.director.johnD { background: url("../_files/pictures/davidson-john.jpeg"); background-size: 130px 130px; background-position: center; } .deco.director.eWixson { background: url("../_files/pictures/wixson_e.jpg"); background-size: 130px 130px; background-position: center; } .deco.director.sScott { background: url("../_files/pictures/scott-stephanie.jpg"); background-size: 130px 130px; background-position: center; } .deco.associate { width: 85px; height: 85px; background: url("../_files/pictures/user-circle.png"); background-size: 90px 90px; background-position: center; border-radius: 50%; float: left; border: 3px solid orange; margin-right: 10px; } .branch.employees { margin-left: 80px; } .btn.departmentSelection.waves-effect.waves-light { background: #2e2e2e; width: 75%; padding: 5px; margin-left: 38px; } .BA_Title { text-align: left; } .kellyContent, .jefferyContent { margin: 20px; float: left; } .kellyContent { line-height: 25px; font-size: 15px; } .BA_kellyTitle { font-weight: bolder; font-size: 30px; text-align: left; } .fa.fa-phone { margin-right: 15px; } .fa.fa-fax { margin-right: 12px; } .fa.fa-envelope { margin-right: 12px; } .fa.fa-address-card { margin-right: 10px; } div.carousel-inner { height: auto; } .icon-prev, .icon-next { font-weight: bolder; } .carousel-control.left, .carousel-control.right { background: transparent; height: 315px; margin-top: 245px; } .view.hm-black-slight { height: 100%; padding-top: 20px; padding-bottom: 40px; margin-top: 25px; } .BusinessTechServices.director { margin-left: 35%; margin-bottom: 20px; width: 100%; margin-top: 15px; } .BusinessTechServices { width: 300px; float: left; margin-bottom: 15px; } .BusinessTechServices.executiveAssist { margin-top: 25px; margin-left: 25px; } .full-bg-img { background-color: rgba(0,0,0,.3); } h1.departmentTitle { text-align: center; margin-bottom: 15px; width: 100%; font-size: 18px; } /* BEGIN BREAK POINTS */ /* BEGIN DESKTOP BREAK POINTS*/ @media (min-width: 1441px) { .BusinessTechServices { width: 240px; margin-right: 70px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; } .carousel-control.left, .carousel-control.right { margin-top: 245px; } } @media (max-width: 1440px) and (min-width: 1330px) { .view.hm-black-slight { height: 540px; } .view.hm-black-slight { height: 100%; padding-bottom: 40px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .carousel-control.left, .carousel-control.right { margin-top: 245px; } } @media (max-width: 1330px) and (min-width: 1025px) { #main { max-width: 800px; min-width: 765px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } } @media (max-width: 1024px) and (min-width: 768px) { .BusinessTechServices { width: 280px; } .view.hm-black-slight { height: 100%; padding-bottom: 50px; } .BusinessTechContent { width: 280px; } .BusinessTechContent.director { margin: 20px 0px 0px 0px; } .BusinessTechServices { width: 245px; } .branch.employees { margin-left: 60px; } .btn.departmentSelection.waves-effect.waves-light { width: 95%; margin-left: 5px; } .departmentBranches { margin-right: 10px; } .container-fluid.CFO { margin-top: 10px; width: 45%; padding-left: 95px; margin-left: 0px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .carousel-control.left, .carousel-control.right { margin-top: 300px; } } @media (max-width: 990px) and (min-width: 769px) { #main { width: 655px; } .view.hm-black-slight { height: 100%; padding-bottom: 30px; } .departmentHeading h1 { font-size: 22px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .carousel-control.left, .carousel-control.right { margin-top: 305px; } } /* END DESKTOP BREAK POINTS */ /* BEGIN TABLET BREAK POINTS */ @media (max-width: 768px) and (min-width: 572px) { .departmentHeading h1 { font-size: 20px; } .departmentBranches { width: 44%; margin-left: 10%; float: left; } .BA_departmentBranches { font-size: 20px; } .departmentSelection { width: 240px; } .btn.departmentSelection.waves-effect.waves-light { width: 100%; margin-left: 5px; } #main { max-width: 570px; } .container-fluid.CFO { width: 31%; margin-left: 45px; margin-top: 10px; padding-left: 0px; } .kellyContent { margin: 20px 0px 0px 10px; } .BA_kellyTitle { text-align: center; font-size: 28px; } .view.hm-black-slight { height: 100%; padding-bottom: 30px; } .carousel-control.left, .carousel-control.right { margin-top: 350px; } .BusinessTechContent.director { clear: both; } .deco.director { margin-bottom: 15px; } .BusinessTechServices.executiveAssist2 { margin-left: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .carousel-control.left, .carousel-control.right { margin-top: 285px; } } @media (max-width: 572px) and (min-width: 425px) { .navbar .button-collapse { margin-top: 7px; } .container-fluid.CFO { width: 100%; margin-bottom: 30px; margin-left: 25px; margin-top: 5px; } .departmentBranches { width: 100%; } .btn.departmentSelection.waves-effect.waves-light { width: 76%; height: 35px; margin-left: 40px; } .view.hm-black-slight { height: 100%; padding-bottom: 40px; } .carousel-control.right, .carousel-control.left { height: 10px; margin-top: 640px; } .BusinessTechServices.director { margin-top: 15px; } .BusinessTechContent.director { clear: both; } .BusinessTechServices.executiveAssist2 { margin-left: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .deco.director { margin-bottom: 15px; } } /* END TABLET BREAK POINTS */ /* BEGIN MOBILE BREAK POINTS */ @media (max-width: 425px) and (min-width: 375px) { #main { padding: 10px 0px 0px 0px; } .container-fluid.CFO { width: 90%; margin-bottom: 30px; margin-left: 15px; margin-top: 5px; } .departmentBranches { width: 100%; } .btn.departmentSelection.waves-effect.waves-light { width: 76%; height: 35px; } .deco.kelly { margin-right: 5px; } h3.BA_kellyTitle { font-size: 25px; } .kellyContent { text-align: left; margin: 20px 0px 0px 0px; } .kellyContent p { font-size: 15px; line-height } .deco.kelly { width: 140px; height: 140px; } .branch.employees { margin-left: 19%; } .view.hm-black-slight { height: 100%; padding-bottom: 40px; } .BusinessTechServices.director { margin-left: 32%; margin-top: 15px; } .deco.director { margin-bottom: 15px; } .BusinessTechContent.director { clear: both; } h1.departmentTitle { font-size: 13px; } .carousel-control.right, .carousel-control.left { height: 10px; margin-top: 603px; } .BusinessTechServices.executiveAssist { width: 230px; margin-left: 2px; } } @media (max-width: 375px) and (min-width: 320px) { #main { margin: 70px auto 5px; } .container-fluid.CFO { width: 90%; margin-top: 10px; margin-bottom: 30px; margin-left: 10px; } .departmentBranches { width: 100%; } .mobileRuler { visibility: visible; } .deco.kelly { width: 120px; height: 120px; margin-right: 5px; } .BA_kellyTitle { font-size: 22px; } .kellyContent { margin: 5px 0px 0px 0px; } .BusinessTechServices.director { margin-left: 30%; margin-top: 15px; } .deco.director { margin-bottom: 15px; } .BusinessTechContent.director { clear: both; } .BusinessTechServices.executiveAssist { width: 230px; margin-left: 2px; } h1.departmentTitle { font-size: 13px; } .carousel-control.right, .carousel-control.left { margin-top: 588px; } } @media (max-width: 320px) { #main { width: 90%; } .BA_departmentBranches { margin: 20px auto; } .businessAffairs_org { font-size: 16px; } .container-fluid.CFO { margin-left: 10px; } .deco.kelly { margin-right: 5px; } .btn.departmentSelection.waves-effect.waves-light { font-size: 13px; } .container-fluid { margin-bottom: 20px; } .BusinessTechServices.director { margin-left: 28%; } .BusinessTechServices.executiveAssist { margin-left: 12px; } .BusinessTechServices.executiveAssist2 { margin-top: 0px; margin-left: 12px; } .BusinessTechContent.director { clear: both; margin-top: 5px; } .deco.director { margin-bottom: 10px; margin-left: 12px; width: 100px; height: 100px; } .view.hm-black-slight { height: 100%; padding-bottom: 40px; } .branch.employees { margin-left: 20px; } h1.departmentTitle { font-size: 13px; } .carousel-control.right, .carousel-control.left { margin-top: 385px; } } /* END MOBILE BREAK POINTS */ /* END BREAK POINTS */
_css/MDB-org-chart.css
.print { display: none; } body { font-family: 'Aragon Sans W01'; } .departmentHeading { background: transparent url("https://www.uta.edu/cfo/_files/images/title_bar.svg"); background: transparent url("https://www.uta.edu/cfo/_files/images/title_bar.svg"); background-repeat: no-repeat; background-position: -16px -16px; width: 100%; height: 60px; margin: -27px 0px 0px 0px; position: relative; font-family:'Aragon Sans W01 Bold'; text-transform: uppercase; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; border-top-left-radius: 5px; border-top-right-radius: 5px; padding-top: 1px; } /* BEGIN UPPERLEFT BACK BUTTON */ div.goHome { width: 100%; margin-left: 10px; margin-top: 5px; } a.btn-floating.btn-small.waves-effect.waves-light { background-color: #6e6e6e; height: 35px; width: 35px; float: left; } a.btn-floating.btn-small.waves-effect.waves-light:hover { background-color: #d0c08c; } .btn-floating.btn-small .fa { margin-top: 0px; } .back { float: left; margin-top: 20px; } /* END UPPERLEFT BACK BUTTON */ .container-fluid.CFO { padding: 0px; float: left; margin-top: 85px; width: 50%; margin-left: 45px; clear: both; } .container-fluid.uaCFO, .container-fluid.isCFO { margin-top: 50px; margin-left: 32%; } .personal_title { font-size: 13px; } .mobileRuler { visibility: hidden; } .businessAffairs_org, .BA_departmentBranches{ font-size: 25px; margin: 15px auto; text-align: center; } .BA_departmentBranches { text-align: center; margin-top: 0px; } .departmentBranches { padding: 0px 5px; width: 42%; float: right; } .BusinessTechContent { width: 280px; font-size: 15px; margin-top: 5px; line-height: 20px; } .BusinessTechContent.director { width: 335px; } .deco.kelly { box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22); } .deco.director { box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); } .deco.associate { box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); } .deco.kelly { width: 175px; height: 175px; background: url("../_files/pictures/kelly_davis.png"); background-size: 205px 205px; background-position: center; border-radius: 50%; float: left; border: 3px solid orange; margin-right: 10px; } .deco.director { width: 125px; height: 125px; background: url("../_files/pictures/user-circle.png"); background-size: 130px 130px; background-position: center; border-radius: 50%; float: left; border: 3px solid orange; margin-right: 15px; } .deco.director.keith { background: url("../_files/pictures/Keith-Halman.png"); background-size: 130px 130px; background-position: center; } .deco.director.johnD { background: url("../_files/pictures/davidson-john.jpeg"); background-size: 130px 130px; background-position: center; } .deco.director.eWixson { background: url("../_files/pictures/wixson_e.jpg"); background-size: 130px 130px; background-position: center; } .deco.director.sScott { background: url("../_files/pictures/scott-stephanie.jpg"); background-size: 130px 130px; background-position: center; } .deco.associate { width: 85px; height: 85px; background: url("../_files/pictures/user-circle.png"); background-size: 90px 90px; background-position: center; border-radius: 50%; float: left; border: 3px solid orange; margin-right: 10px; } .branch.employees { margin-left: 80px; } .btn.departmentSelection.waves-effect.waves-light { background: #2e2e2e; width: 75%; padding: 5px; margin-left: 38px; } .BA_Title { text-align: left; } .kellyContent, .jefferyContent { margin: 20px; float: left; } .kellyContent { line-height: 25px; font-size: 15px; } .BA_kellyTitle { font-weight: bolder; font-size: 30px; text-align: left; } .fa.fa-phone { margin-right: 15px; } .fa.fa-fax { margin-right: 12px; } .fa.fa-envelope { margin-right: 12px; } .fa.fa-address-card { margin-right: 10px; } div.carousel-inner { height: auto; } .icon-prev, .icon-next { font-weight: bolder; } .carousel-control.left, .carousel-control.right { background: transparent; height: 315px; margin-top: 245px; } .view.hm-black-slight { height: 100%; padding-top: 20px; padding-bottom: 40px; margin-top: 25px; } .BusinessTechServices.director { margin-left: 35%; margin-bottom: 20px; width: 100%; margin-top: 15px; } .BusinessTechServices { width: 300px; float: left; margin-bottom: 15px; } .BusinessTechServices.executiveAssist { margin-top: 25px; margin-left: 25px; } .full-bg-img { background-color: rgba(0,0,0,.3); } h1.departmentTitle { text-align: center; margin-bottom: 15px; width: 100%; font-size: 18px; } /* BEGIN BREAK POINTS */ /* BEGIN DESKTOP BREAK POINTS*/ @media (min-width: 1441px) { .BusinessTechServices { width: 240px; margin-right: 70px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; } .carousel-control.left, .carousel-control.right { margin-top: 245px; } } @media (max-width: 1440px) and (min-width: 1330px) { .view.hm-black-slight { height: 540px; } .view.hm-black-slight { height: 100%; padding-bottom: 40px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .carousel-control.left, .carousel-control.right { margin-top: 245px; } } @media (max-width: 1330px) and (min-width: 1025px) { #main { max-width: 800px; min-width: 765px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } } @media (max-width: 1024px) and (min-width: 768px) { .BusinessTechServices { width: 280px; } .view.hm-black-slight { height: 100%; padding-bottom: 50px; } .BusinessTechContent { width: 280px; } .BusinessTechContent.director { margin: 20px 0px 0px 0px; } .BusinessTechServices { width: 245px; } .branch.employees { margin-left: 60px; } .btn.departmentSelection.waves-effect.waves-light { width: 95%; margin-left: 5px; } .departmentBranches { margin-right: 10px; } .container-fluid.CFO { margin-top: 10px; width: 45%; padding-left: 95px; margin-left: 0px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .carousel-control.left, .carousel-control.right { margin-top: 300px; } } @media (max-width: 990px) and (min-width: 769px) { #main { width: 655px; } .view.hm-black-slight { height: 100%; padding-bottom: 30px; } .departmentHeading h1 { font-size: 22px; } .BusinessTechServices.executiveAssist2 { margin-top: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .carousel-control.left, .carousel-control.right { margin-top: 305px; } } /* END DESKTOP BREAK POINTS */ /* BEGIN TABLET BREAK POINTS */ @media (max-width: 768px) and (min-width: 572px) { .departmentHeading h1 { font-size: 20px; } .departmentBranches { width: 44%; margin-left: 10%; float: left; } .BA_departmentBranches { font-size: 20px; } .departmentSelection { width: 240px; } .btn.departmentSelection.waves-effect.waves-light { width: 100%; margin-left: 5px; } #main { max-width: 570px; } .container-fluid.CFO { width: 31%; margin-left: 45px; margin-top: 10px; padding-left: 0px; } .kellyContent { margin: 20px 0px 0px 10px; } .BA_kellyTitle { text-align: center; font-size: 28px; } .view.hm-black-slight { height: 100%; padding-bottom: 30px; } .carousel-control.left, .carousel-control.right { margin-top: 350px; } .BusinessTechContent.director { clear: both; } .deco.director { margin-bottom: 15px; } .BusinessTechServices.executiveAssist2 { margin-left: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .carousel-control.left, .carousel-control.right { margin-top: 285px; } } @media (max-width: 572px) and (min-width: 425px) { .navbar .button-collapse { margin-top: 7px; } .container-fluid.CFO { width: 100%; margin-bottom: 30px; margin-left: 25px; margin-top: 5px; } .departmentBranches { width: 100%; } .btn.departmentSelection.waves-effect.waves-light { width: 76%; height: 35px; margin-left: 40px; } .view.hm-black-slight { height: 100%; padding-bottom: 40px; } .carousel-control.right, .carousel-control.left { height: 10px; margin-top: 640px; } .BusinessTechServices.director { margin-top: 15px; } .BusinessTechContent.director { clear: both; } .BusinessTechServices.executiveAssist2 { margin-left: 25px; width: 240px; } .BusinessTechServices.executiveAssist { width: 230px; } .deco.director { margin-bottom: 15px; } } /* END TABLET BREAK POINTS */ /* BEGIN MOBILE BREAK POINTS */ @media (max-width: 425px) and (min-width: 375px) { #main { padding: 10px 0px 0px 0px; } .container-fluid.CFO { width: 90%; margin-bottom: 30px; margin-left: 15px; margin-top: 5px; } .departmentBranches { width: 100%; } .btn.departmentSelection.waves-effect.waves-light { width: 76%; height: 35px; } .deco.kelly { margin-right: 5px; } h3.BA_kellyTitle { font-size: 25px; } .kellyContent { text-align: left; margin: 20px 0px 0px 0px; } .kellyContent p { font-size: 15px; line-height } .deco.kelly { width: 140px; height: 140px; } .branch.employees { margin-left: 19%; } .view.hm-black-slight { height: 100%; padding-bottom: 40px; } .BusinessTechServices.director { margin-left: 32%; margin-top: 15px; } .deco.director { margin-bottom: 15px; } .BusinessTechContent.director { clear: both; } h1.departmentTitle { font-size: 13px; } .carousel-control.right, .carousel-control.left { height: 10px; margin-top: 603px; } .BusinessTechServices.executiveAssist { width: 230px; margin-left: 2px; } } @media (max-width: 375px) and (min-width: 320px) { #main { margin: 70px auto 5px; } .container-fluid.CFO { width: 90%; margin-top: 10px; margin-bottom: 30px; margin-left: 10px; } .departmentBranches { width: 100%; } .mobileRuler { visibility: visible; } .deco.kelly { width: 120px; height: 120px; margin-right: 5px; } .BA_kellyTitle { font-size: 22px; } .kellyContent { margin: 5px 0px 0px 0px; } .BusinessTechServices.director { margin-left: 30%; margin-top: 15px; } .deco.director { margin-bottom: 15px; } .BusinessTechContent.director { clear: both; } .BusinessTechServices.executiveAssist { width: 230px; margin-left: 2px; } h1.departmentTitle { font-size: 13px; } .carousel-control.right, .carousel-control.left { margin-top: 588px; } } @media (max-width: 320px) { #main { width: 90%; } .BA_departmentBranches { margin: 20px auto; } .businessAffairs_org { font-size: 16px; } .container-fluid.CFO { margin-left: 10px; } .deco.kelly { margin-right: 5px; } .btn.departmentSelection.waves-effect.waves-light { font-size: 13px; } .container-fluid { margin-bottom: 20px; } .BusinessTechServices.director { margin-left: 28%; } .BusinessTechServices.executiveAssist { margin-left: 12px; } .BusinessTechServices.executiveAssist2 { margin-top: 0px; margin-left: 12px; } .BusinessTechContent.director { clear: both; margin-top: 5px; } .deco.director { margin-bottom: 10px; margin-left: 12px; width: 100px; height: 100px; } .view.hm-black-slight { height: 100%; padding-bottom: 40px; } .branch.employees { margin-left: 20px; } h1.departmentTitle { font-size: 13px; } .carousel-control.right, .carousel-control.left { margin-top: 385px; } } /* END MOBILE BREAK POINTS */ /* END BREAK POINTS */
0.278551
0.071106
div { -dls-tab-height-s: 40px; -dls-tab-height-m: 44px; -dls-tab-height-l: 48px; -dls-tab-padding-x-s: 16px; -dls-tab-padding-x-m: 16px; -dls-tab-padding-x-l: 16px; -dls-tab-spacing-x-s: 20px; -dls-tab-spacing-x-m: 24px; -dls-tab-spacing-x-l: 28px; -dls-tab-dropdown-spacing-x: 8px; -dls-tab-dropdown-spacing-y: 8px; -dls-tab-content-spacing: 4px; -dls-tab-nav-spacing-s: 8px; -dls-tab-nav-spacing-m: 12px; -dls-tab-nav-spacing-l: 16px; -dls-tab-add-spacing-s: 8px; -dls-tab-add-spacing-m: 12px; -dls-tab-add-spacing-l: 16px; -dls-tab-font-size-s: 12px; -dls-tab-font-size-m: 14px; -dls-tab-font-size-l: 16px; -dls-tab-font-color: #282c33; -dls-tab-font-color-hover: #545b66; -dls-tab-font-color-focus: #545b66; -dls-tab-font-color-active: #000; -dls-tab-font-color-disabled: #a8b0bf; -dls-tab-font-color-current: #0052cc; -dls-tab-font-color-current-hover: #0066ff; -dls-tab-font-color-current-focus: #0066ff; -dls-tab-font-color-current-active: #0046ad; -dls-tab-background-color-focus: #e1edff; -dls-tab-font-weight-current: 400; -dls-tab-container-separator-color: #d3d9e6; -dls-tab-container-border-width: 1px; -dls-tab-panel-padding-top: 16px; -dls-tab-overflow-shadow-right: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01); -dls-tab-overflow-shadow-left: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01); -dls-tab-indicator-color: #0052cc; -dls-tab-indicator-width: 2px; -dls-tab-icon-size: 1.2em; -dls-tab-icon-size-aux: 1.2em; -dls-tab-separator-height-simple: 1em; -dls-tab-separator-color: #d3d9e6; -dls-tab-menu-height-strong-m: 48px; -dls-tab-padding-x-strong-m: 24px; -dls-tab-spacing-x-strong-m: 0; -dls-tab-menu-padding-x-strong-m: 16px; -dls-tab-border-radius-strong-m: 10px; -dls-tab-container-border-radius-strong-m: 6px; -dls-tab-container-border-color-strong: #ebedf5; -dls-tab-menu-background-color-strong: #ebedf5; -dls-tab-background-color-strong: transparent; -dls-tab-background-color-strong-hover: #f6f7fa; -dls-tab-background-color-strong-focus: #e1edff; -dls-tab-background-color-strong-active: #e2e6f0; -dls-tab-background-color-strong-disabled: transparent; -dls-tab-background-color-strong-current: #fff; -dls-tab-background-color-strong-current-hover: #fff; -dls-tab-background-color-strong-current-focus: #fff; -dls-tab-background-color-strong-current-active: #fff; -dls-tab-font-color-strong: #282c33; -dls-tab-font-color-strong-hover: #545b66; -dls-tab-font-color-strong-focus: #545b66; -dls-tab-font-color-strong-active: #000; -dls-tab-font-color-strong-disabled: #a8b0bf; -dls-tab-font-color-strong-current: #0052cc; -dls-tab-font-color-strong-current-hover: #0066ff; -dls-tab-font-color-strong-current-focus: #0066ff; -dls-tab-font-color-strong-current-active: #0046ad; }
packages/less-plugin-dls/test/specs/tabs/tabs.css
div { -dls-tab-height-s: 40px; -dls-tab-height-m: 44px; -dls-tab-height-l: 48px; -dls-tab-padding-x-s: 16px; -dls-tab-padding-x-m: 16px; -dls-tab-padding-x-l: 16px; -dls-tab-spacing-x-s: 20px; -dls-tab-spacing-x-m: 24px; -dls-tab-spacing-x-l: 28px; -dls-tab-dropdown-spacing-x: 8px; -dls-tab-dropdown-spacing-y: 8px; -dls-tab-content-spacing: 4px; -dls-tab-nav-spacing-s: 8px; -dls-tab-nav-spacing-m: 12px; -dls-tab-nav-spacing-l: 16px; -dls-tab-add-spacing-s: 8px; -dls-tab-add-spacing-m: 12px; -dls-tab-add-spacing-l: 16px; -dls-tab-font-size-s: 12px; -dls-tab-font-size-m: 14px; -dls-tab-font-size-l: 16px; -dls-tab-font-color: #282c33; -dls-tab-font-color-hover: #545b66; -dls-tab-font-color-focus: #545b66; -dls-tab-font-color-active: #000; -dls-tab-font-color-disabled: #a8b0bf; -dls-tab-font-color-current: #0052cc; -dls-tab-font-color-current-hover: #0066ff; -dls-tab-font-color-current-focus: #0066ff; -dls-tab-font-color-current-active: #0046ad; -dls-tab-background-color-focus: #e1edff; -dls-tab-font-weight-current: 400; -dls-tab-container-separator-color: #d3d9e6; -dls-tab-container-border-width: 1px; -dls-tab-panel-padding-top: 16px; -dls-tab-overflow-shadow-right: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01); -dls-tab-overflow-shadow-left: 0 4px 6px rgba(0, 0, 0, 0.06), 0 1px 10px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.01); -dls-tab-indicator-color: #0052cc; -dls-tab-indicator-width: 2px; -dls-tab-icon-size: 1.2em; -dls-tab-icon-size-aux: 1.2em; -dls-tab-separator-height-simple: 1em; -dls-tab-separator-color: #d3d9e6; -dls-tab-menu-height-strong-m: 48px; -dls-tab-padding-x-strong-m: 24px; -dls-tab-spacing-x-strong-m: 0; -dls-tab-menu-padding-x-strong-m: 16px; -dls-tab-border-radius-strong-m: 10px; -dls-tab-container-border-radius-strong-m: 6px; -dls-tab-container-border-color-strong: #ebedf5; -dls-tab-menu-background-color-strong: #ebedf5; -dls-tab-background-color-strong: transparent; -dls-tab-background-color-strong-hover: #f6f7fa; -dls-tab-background-color-strong-focus: #e1edff; -dls-tab-background-color-strong-active: #e2e6f0; -dls-tab-background-color-strong-disabled: transparent; -dls-tab-background-color-strong-current: #fff; -dls-tab-background-color-strong-current-hover: #fff; -dls-tab-background-color-strong-current-focus: #fff; -dls-tab-background-color-strong-current-active: #fff; -dls-tab-font-color-strong: #282c33; -dls-tab-font-color-strong-hover: #545b66; -dls-tab-font-color-strong-focus: #545b66; -dls-tab-font-color-strong-active: #000; -dls-tab-font-color-strong-disabled: #a8b0bf; -dls-tab-font-color-strong-current: #0052cc; -dls-tab-font-color-strong-current-hover: #0066ff; -dls-tab-font-color-strong-current-focus: #0066ff; -dls-tab-font-color-strong-current-active: #0046ad; }
0.208501
0.069795
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("play.pokemonshowdown.com"), domain("psim.us") { li[id$='-userlist-user-flareninja'] { background: rgba(0, 0, 0, 0) url("http://www.serebii.net/pokedex-xy/icon/381.png") right no-repeat; } li[id$='-userlist-user-pokbattlerpm'] { background: rgba(0, 0, 0, 0) url("http://www.serebii.net/pokedex-xy/icon/425.png") right no-repeat; } li[id$='-userlist-user-pokekitpm'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/468.png) right no-repeat; } li[id$='-userlist-user-danipika97'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/025.png) right no-repeat; } li[id$='-userlist-user-blablablapm'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/392.png) right no-repeat; } li[id$='-userlist-user-hackuo23pm'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/390.png) right no-repeat; } li[id$='-userlist-user-awildwaifu'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/015.png) right no-repeat; } li[id$='-userlist-user-andrypm'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/678.png) right no-repeat; } li[id$='-userlist-user-lugas'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/006.png) right no-repeat; } li[id$='-userlist-user-xramses'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/461.png) right no-repeat; } li[id$='-userlist-user-liviusi'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/205.png) right no-repeat; } li[id$='-userlist-user-dentice'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/628.png) right no-repeat; } li[id$='-userlist-user-sunding'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/494.png) right no-repeat; } li[id$='-userlist-user-merexes'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/040.png) right no-repeat; } li[id$='-userlist-user-galabot'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/386.png) right no-repeat; } li[id$='-userlist-user-haxorus24'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/249.png) right no-repeat; } li[id$='-userlist-user-centypede'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/637.png) right no-repeat; } li[id$='-userlist-user-pikavinz'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/025-r.png) right no-repeat; } li[id$='-userlist-user-megamestesso'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/497.png) right no-repeat; } li[id$='-userlist-user-vaporislogic'] { background: rgba(0, 0, 0, 0) url("http://www.serebii.net/pokedex-xy/icon/134.png") right no-repeat; } li[id$='-userlist-user-shadia'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/571.png) right no-repeat; } li[id$='-userlist-user-xdeathlyhallows'] { background: rgba(0, 0, 0, 0) url(http://centraldb.altervista.org/xy/pokedex/icon/094mega.png) right no-repeat; } /* * For hover over **/ .userlist li button:hover { background: rgba(0, 0, 0, 0.05) } .backdrop { width: 640px; height: 360px; position: absolute; top: 0px; left: 0px; overflow: hidden; background: 0px 0px !important; background-size: 640px 360px !important; opacity: 1 !important; } .backdrop[style*="bg-beach.png"] { background-image: url(http://i.imgur.com/uV0jC6c.png) !important; } .backdrop[style*="bg-beachshore.png"] { background-image: url(http://i.imgur.com/T7qZ766.png) !important; } .backdrop[style*="bg-city.png"] { background-image: url(http://i.imgur.com/vPEOfSg.png) !important; } .backdrop[style*="bg-dampcave.png"] { background-image: url(http://i.imgur.com/T8cg9IA.png) !important; } .backdrop[style*="bg-deepsea.png"] { background-image: url(http://i.imgur.com/2PrGdGW.png) !important; } .backdrop[style*="bg-desert.png"] { background-image: url(http://i.imgur.com/m88MSHq.png) !important; } .backdrop[style*="bg-earthycave.png"] { background-image: url(http://i.imgur.com/X2n8bpp.png) !important; } .backdrop[style*="bg-forest.png"] { background-image: url(http://i.imgur.com/s8FI5T1.png) !important; } .backdrop[style*="bg-icecave.png"] { background-image: url(http://i.imgur.com/t1eqdIO.png) !important; } .backdrop[style*="bg-meadow.png"] { background-image: url(http://i.imgur.com/J7sUYdp.png) !important; } .backdrop[style*="bg-mountain.png"] { background-image: url(http://i.imgur.com/c2DQubK.png) !important; } .backdrop[style*="bg-river.png"] { background-image: url(http://i.imgur.com/yhpqgcE.png) !important; } .backdrop[style*="bg-route.png"] { background-image: url(http://i.imgur.com/5yfCdpD.png) !important; } .backdrop[style*="bg-thunderplains.png"] { background-image: url(http://i.imgur.com/srmDKjw.png) !important; } .backdrop[style*="bg-volcanocave.png"] { background-image: url(http://i.imgur.com/4XpRSfi.png) !important; } .backdrop[style*="bg.jpg"] { background-image: url(http://i.imgur.com/Xny5VcE.png) !important; } }
data/usercss/119372.user.css
@namespace url(http://www.w3.org/1999/xhtml); @-moz-document domain("play.pokemonshowdown.com"), domain("psim.us") { li[id$='-userlist-user-flareninja'] { background: rgba(0, 0, 0, 0) url("http://www.serebii.net/pokedex-xy/icon/381.png") right no-repeat; } li[id$='-userlist-user-pokbattlerpm'] { background: rgba(0, 0, 0, 0) url("http://www.serebii.net/pokedex-xy/icon/425.png") right no-repeat; } li[id$='-userlist-user-pokekitpm'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/468.png) right no-repeat; } li[id$='-userlist-user-danipika97'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/025.png) right no-repeat; } li[id$='-userlist-user-blablablapm'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/392.png) right no-repeat; } li[id$='-userlist-user-hackuo23pm'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/390.png) right no-repeat; } li[id$='-userlist-user-awildwaifu'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/015.png) right no-repeat; } li[id$='-userlist-user-andrypm'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/678.png) right no-repeat; } li[id$='-userlist-user-lugas'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/006.png) right no-repeat; } li[id$='-userlist-user-xramses'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/461.png) right no-repeat; } li[id$='-userlist-user-liviusi'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/205.png) right no-repeat; } li[id$='-userlist-user-dentice'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/628.png) right no-repeat; } li[id$='-userlist-user-sunding'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/494.png) right no-repeat; } li[id$='-userlist-user-merexes'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/040.png) right no-repeat; } li[id$='-userlist-user-galabot'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/386.png) right no-repeat; } li[id$='-userlist-user-haxorus24'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/249.png) right no-repeat; } li[id$='-userlist-user-centypede'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/637.png) right no-repeat; } li[id$='-userlist-user-pikavinz'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/025-r.png) right no-repeat; } li[id$='-userlist-user-megamestesso'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/497.png) right no-repeat; } li[id$='-userlist-user-vaporislogic'] { background: rgba(0, 0, 0, 0) url("http://www.serebii.net/pokedex-xy/icon/134.png") right no-repeat; } li[id$='-userlist-user-shadia'] { background: rgba(0, 0, 0, 0) url(http://www.serebii.net/pokedex-xy/icon/571.png) right no-repeat; } li[id$='-userlist-user-xdeathlyhallows'] { background: rgba(0, 0, 0, 0) url(http://centraldb.altervista.org/xy/pokedex/icon/094mega.png) right no-repeat; } /* * For hover over **/ .userlist li button:hover { background: rgba(0, 0, 0, 0.05) } .backdrop { width: 640px; height: 360px; position: absolute; top: 0px; left: 0px; overflow: hidden; background: 0px 0px !important; background-size: 640px 360px !important; opacity: 1 !important; } .backdrop[style*="bg-beach.png"] { background-image: url(http://i.imgur.com/uV0jC6c.png) !important; } .backdrop[style*="bg-beachshore.png"] { background-image: url(http://i.imgur.com/T7qZ766.png) !important; } .backdrop[style*="bg-city.png"] { background-image: url(http://i.imgur.com/vPEOfSg.png) !important; } .backdrop[style*="bg-dampcave.png"] { background-image: url(http://i.imgur.com/T8cg9IA.png) !important; } .backdrop[style*="bg-deepsea.png"] { background-image: url(http://i.imgur.com/2PrGdGW.png) !important; } .backdrop[style*="bg-desert.png"] { background-image: url(http://i.imgur.com/m88MSHq.png) !important; } .backdrop[style*="bg-earthycave.png"] { background-image: url(http://i.imgur.com/X2n8bpp.png) !important; } .backdrop[style*="bg-forest.png"] { background-image: url(http://i.imgur.com/s8FI5T1.png) !important; } .backdrop[style*="bg-icecave.png"] { background-image: url(http://i.imgur.com/t1eqdIO.png) !important; } .backdrop[style*="bg-meadow.png"] { background-image: url(http://i.imgur.com/J7sUYdp.png) !important; } .backdrop[style*="bg-mountain.png"] { background-image: url(http://i.imgur.com/c2DQubK.png) !important; } .backdrop[style*="bg-river.png"] { background-image: url(http://i.imgur.com/yhpqgcE.png) !important; } .backdrop[style*="bg-route.png"] { background-image: url(http://i.imgur.com/5yfCdpD.png) !important; } .backdrop[style*="bg-thunderplains.png"] { background-image: url(http://i.imgur.com/srmDKjw.png) !important; } .backdrop[style*="bg-volcanocave.png"] { background-image: url(http://i.imgur.com/4XpRSfi.png) !important; } .backdrop[style*="bg.jpg"] { background-image: url(http://i.imgur.com/Xny5VcE.png) !important; } }
0.284974
0.138637
@font-face { font-family: 'alien_leagueregular'; src: url('../fonts/alienleagueregular-9d3z-webfont.woff2') format('woff2'), url('../fonts/alienleagueregular-9d3z-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'coolveticaregular'; src: url('../fonts/coolvetica_rg-webfont.woff2') format('woff2'), url('../fonts/coolvetica_rg-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .hidden { display: none; } #container { width: 980px; margin: 0 auto; } .drinkingGlass img { width: 50%; height: 50%; float: left; border-radius: 3px; } .drinkingGlass h2 { font-family: alien_leagueregular; font-size: 50px; text-align: center; margin-bottom: 50px; margin-top: 50px; color: #000080; } .drinkingGlass p { float: none; font-family: coolveticaregular; line-height: 25px; margin-top: 50px; margin-left: 505px; margin-top: 80px; } .intro h2 { font-family: alien_leagueregular; text-align: left; font-size: 40px; margin-bottom: 50px; color: #000080; } .intro p { font-family: coolveticaregular; line-height: 25px; margin-top: 50px; margin-bottom: 50px; } .para2 p { font-family: coolveticaregular; line-height: 25px; float: right; margin-bottom: 50px; } .dispenser img { width: 90%; height: 90%; border-radius: 3px; display: block; margin-left: auto; margin-right: auto; } .dispenser h2 { font-family: alien_leagueregular; text-align: center; font-size: 40px; margin-bottom: 50px; color: #000080; } .dispenser p { font-family: coolveticaregular; line-height: 25px; float: right; margin-top: 25px; margin-bottom: 50px; } .beer img { height: 50%; width: 50%; float: right; } .beer p { font-family: coolveticaregular; line-height: 25px; } .drinkTable { margin-top: 200px; } .drinkTable h2 { font-family: alien_leagueregular; text-align: center; font-size: 40px; margin-bottom: 75px; color: #000080; } .drinkTable img { height: 60%; width: 60%; display: block; margin-left: auto; margin-right: auto; margin-bottom: 50px; } .drinkTable p { font-family: coolveticaregular; line-height: 25px; } .conclusions h2 { font-family: alien_leagueregular; text-align: left; font-size: 40px; margin-top: 75px; margin-bottom: 75px; color: #000080; } .conclusions img { height: 50%; width: 50%; float: left; } .conclusions p { float: none; font-family: coolveticaregular; line-height: 25px; }
css/main.css
@font-face { font-family: 'alien_leagueregular'; src: url('../fonts/alienleagueregular-9d3z-webfont.woff2') format('woff2'), url('../fonts/alienleagueregular-9d3z-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'coolveticaregular'; src: url('../fonts/coolvetica_rg-webfont.woff2') format('woff2'), url('../fonts/coolvetica_rg-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } .hidden { display: none; } #container { width: 980px; margin: 0 auto; } .drinkingGlass img { width: 50%; height: 50%; float: left; border-radius: 3px; } .drinkingGlass h2 { font-family: alien_leagueregular; font-size: 50px; text-align: center; margin-bottom: 50px; margin-top: 50px; color: #000080; } .drinkingGlass p { float: none; font-family: coolveticaregular; line-height: 25px; margin-top: 50px; margin-left: 505px; margin-top: 80px; } .intro h2 { font-family: alien_leagueregular; text-align: left; font-size: 40px; margin-bottom: 50px; color: #000080; } .intro p { font-family: coolveticaregular; line-height: 25px; margin-top: 50px; margin-bottom: 50px; } .para2 p { font-family: coolveticaregular; line-height: 25px; float: right; margin-bottom: 50px; } .dispenser img { width: 90%; height: 90%; border-radius: 3px; display: block; margin-left: auto; margin-right: auto; } .dispenser h2 { font-family: alien_leagueregular; text-align: center; font-size: 40px; margin-bottom: 50px; color: #000080; } .dispenser p { font-family: coolveticaregular; line-height: 25px; float: right; margin-top: 25px; margin-bottom: 50px; } .beer img { height: 50%; width: 50%; float: right; } .beer p { font-family: coolveticaregular; line-height: 25px; } .drinkTable { margin-top: 200px; } .drinkTable h2 { font-family: alien_leagueregular; text-align: center; font-size: 40px; margin-bottom: 75px; color: #000080; } .drinkTable img { height: 60%; width: 60%; display: block; margin-left: auto; margin-right: auto; margin-bottom: 50px; } .drinkTable p { font-family: coolveticaregular; line-height: 25px; } .conclusions h2 { font-family: alien_leagueregular; text-align: left; font-size: 40px; margin-top: 75px; margin-bottom: 75px; color: #000080; } .conclusions img { height: 50%; width: 50%; float: left; } .conclusions p { float: none; font-family: coolveticaregular; line-height: 25px; }
0.373647
0.063861
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:300,700|Roboto+Slab:100|Roboto:400,900'; body { padding-top: 5px; font-size: 14px; color: #fafafa; font-family: "Roboto", sans-serif; } h1 { margin-bottom: 10px; font-family: "Roboto Slab", serif; font-size: 34.3px; text-align: center; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); font-weight: 100; } h1 span { font-size: .8em; } h2 { font-size: 42px; text-align: center; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8); } p { line-height: 1.3em; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); text-align: center; } a { color: #fafafa; } a:hover { text-decoration: none; } strong { font-weight: 900; } .container { margin: 0 auto; padding: 0 1em; max-width: 55em; } form { display: -webkit-box; display: -ms-flexbox; display: flex; } form div { -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 40px); flex: 0 0 calc(25% - 40px); padding: 20px; will-change: transition; -webkit-transition: .2s all ease; transition: .2s all ease; } form div:nth-of-type(1) { background: #cc0000; } form div:nth-of-type(1) input { border-bottom-color: rgba(0, 0, 0, 0.25); } form div:nth-of-type(1) label { color: rgba(0, 0, 0, 0.35); } form div:nth-of-type(2) { background: #6ca100; } form div:nth-of-type(2) input { border-bottom-color: rgba(0, 0, 0, 0.25); } form div:nth-of-type(2) label { color: rgba(0, 0, 0, 0.35); } form div:nth-of-type(3) { background: #0088ce; } form div:nth-of-type(3) input { border-bottom-color: rgba(0, 0, 0, 0.25); } form div:nth-of-type(3) label { color: rgba(0, 0, 0, 0.35); } form div:nth-of-type(4) { background: #8b8d8f; } form div:nth-of-type(4) input { border-bottom-color: rgba(0, 0, 0, 0.25); } form div:nth-of-type(4) label { color: rgba(0, 0, 0, 0.35); } form div:hover { z-index: 1; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6); -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } label { display: block; } input { padding: 0; width: 100%; color: #fafafa; font-size: 34.3px; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); background: transparent; border: none; border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: rgba(0, 0, 0, 0.8); } pre { padding: 20px; font-weight: 300; color: rgba(250, 250, 250, 0.5); background: rgba(0, 0, 0, 0.8); white-space: pre-wrap; } pre strong { font-weight: 700; color: #fafafa; } pre code { font-family: "Roboto Mono", monospace; } pre span { font-size: 20.3px; } svg { position: absolute; top: 0; left: 0; z-index: -2; background: #999; } #selectedColor { position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: #fff; }
css/base.css
@import 'https://fonts.googleapis.com/css?family=Roboto+Mono:300,700|Roboto+Slab:100|Roboto:400,900'; body { padding-top: 5px; font-size: 14px; color: #fafafa; font-family: "Roboto", sans-serif; } h1 { margin-bottom: 10px; font-family: "Roboto Slab", serif; font-size: 34.3px; text-align: center; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); font-weight: 100; } h1 span { font-size: .8em; } h2 { font-size: 42px; text-align: center; text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8); } p { line-height: 1.3em; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); text-align: center; } a { color: #fafafa; } a:hover { text-decoration: none; } strong { font-weight: 900; } .container { margin: 0 auto; padding: 0 1em; max-width: 55em; } form { display: -webkit-box; display: -ms-flexbox; display: flex; } form div { -webkit-box-flex: 0; -ms-flex: 0 0 calc(25% - 40px); flex: 0 0 calc(25% - 40px); padding: 20px; will-change: transition; -webkit-transition: .2s all ease; transition: .2s all ease; } form div:nth-of-type(1) { background: #cc0000; } form div:nth-of-type(1) input { border-bottom-color: rgba(0, 0, 0, 0.25); } form div:nth-of-type(1) label { color: rgba(0, 0, 0, 0.35); } form div:nth-of-type(2) { background: #6ca100; } form div:nth-of-type(2) input { border-bottom-color: rgba(0, 0, 0, 0.25); } form div:nth-of-type(2) label { color: rgba(0, 0, 0, 0.35); } form div:nth-of-type(3) { background: #0088ce; } form div:nth-of-type(3) input { border-bottom-color: rgba(0, 0, 0, 0.25); } form div:nth-of-type(3) label { color: rgba(0, 0, 0, 0.35); } form div:nth-of-type(4) { background: #8b8d8f; } form div:nth-of-type(4) input { border-bottom-color: rgba(0, 0, 0, 0.25); } form div:nth-of-type(4) label { color: rgba(0, 0, 0, 0.35); } form div:hover { z-index: 1; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.6); -webkit-transform: scale3d(1.2, 1.2, 1); transform: scale3d(1.2, 1.2, 1); } label { display: block; } input { padding: 0; width: 100%; color: #fafafa; font-size: 34.3px; text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8); background: transparent; border: none; border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: rgba(0, 0, 0, 0.8); } pre { padding: 20px; font-weight: 300; color: rgba(250, 250, 250, 0.5); background: rgba(0, 0, 0, 0.8); white-space: pre-wrap; } pre strong { font-weight: 700; color: #fafafa; } pre code { font-family: "Roboto Mono", monospace; } pre span { font-size: 20.3px; } svg { position: absolute; top: 0; left: 0; z-index: -2; background: #999; } #selectedColor { position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: #fff; }
0.345216
0.127164
.iron1 { content: url(picture/resource/iron1.png); position: absolute; top: -19%; left: 40%; width: 45%; } .iron2 { content: url(picture/resource/iron2.png); position: absolute; top: -3%; left: 70%; width: 40%; } .iron3 { content: url(picture/resource/iron3.png); position: absolute; top: 30%; left: 70%; width: 45%; } .iron4 { content: url(picture/resource/iron4.png); position: absolute; top: 54%; left: 40%; width: 50%; } .iron5 { content: url(picture/resource/iron5.png); position: absolute; top: 46%; left: 8%; width: 52%; } .iron6 { content: url(picture/resource/iron6.png); position: absolute; top: 19%; left: -7%; width: 33%; } .iron7 { content: url(picture/resource/iron7.png); position: absolute; top: -6%; left: -3%; width: 35%; } .iron8 { content: url(picture/resource/iron8.png); position: absolute; top: -20%; left: 19%; width: 40%; } .iron9 { content: url(picture/resource/iron9.png); position: absolute; top: 9%; left: 48%; width: 24%; } .iron10 { content: url(picture/resource/iron10.png); position: absolute; top: 17%; left: 56%; width: 33%; } .iron11 { content: url(picture/resource/iron11.png); position: absolute; top: 37%; left: 55.5%; width: 33%; } .iron12 { content: url(picture/resource/iron12.png); position: absolute; top: 44%; left: 47.8%; width: 26%; } .iron13 { content: url(picture/resource/iron13.png); position: absolute; top: 40.8%; left: 22%; width: 30%; } .iron14 { content: url(picture/resource/iron14.png); position: absolute; top: 32%; left: 11.5%; width: 35%; } .iron15 { content: url(picture/resource/iron15.png); position: absolute; top: 11%; left: 15%; width: 33%; } .iron16 { content: url(picture/resource/iron16.png); position: absolute; top: 8%; left: 32%; width: 22%; }
Client/iron.css
.iron1 { content: url(picture/resource/iron1.png); position: absolute; top: -19%; left: 40%; width: 45%; } .iron2 { content: url(picture/resource/iron2.png); position: absolute; top: -3%; left: 70%; width: 40%; } .iron3 { content: url(picture/resource/iron3.png); position: absolute; top: 30%; left: 70%; width: 45%; } .iron4 { content: url(picture/resource/iron4.png); position: absolute; top: 54%; left: 40%; width: 50%; } .iron5 { content: url(picture/resource/iron5.png); position: absolute; top: 46%; left: 8%; width: 52%; } .iron6 { content: url(picture/resource/iron6.png); position: absolute; top: 19%; left: -7%; width: 33%; } .iron7 { content: url(picture/resource/iron7.png); position: absolute; top: -6%; left: -3%; width: 35%; } .iron8 { content: url(picture/resource/iron8.png); position: absolute; top: -20%; left: 19%; width: 40%; } .iron9 { content: url(picture/resource/iron9.png); position: absolute; top: 9%; left: 48%; width: 24%; } .iron10 { content: url(picture/resource/iron10.png); position: absolute; top: 17%; left: 56%; width: 33%; } .iron11 { content: url(picture/resource/iron11.png); position: absolute; top: 37%; left: 55.5%; width: 33%; } .iron12 { content: url(picture/resource/iron12.png); position: absolute; top: 44%; left: 47.8%; width: 26%; } .iron13 { content: url(picture/resource/iron13.png); position: absolute; top: 40.8%; left: 22%; width: 30%; } .iron14 { content: url(picture/resource/iron14.png); position: absolute; top: 32%; left: 11.5%; width: 35%; } .iron15 { content: url(picture/resource/iron15.png); position: absolute; top: 11%; left: 15%; width: 33%; } .iron16 { content: url(picture/resource/iron16.png); position: absolute; top: 8%; left: 32%; width: 22%; }
0.759315
0.129706