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 { /*background-image: url(https://webstockreview.net/images/png-images-for-website-background-14.png);*/ } /* Add a black background color to the top navigation */ .topnav { position: relative; background-color: #333; overflow: hidden; } /* Style the links inside the navigation bar */ .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } /* Change the color of links on hover */ .topnav a:hover { background-color: #7CC357; color: black; } /* Add a color to the active/current link */ .topnav a.active { background-color: #7CC357; color: white; } /* Centered section inside the top navigation */ .topnav-centered a { float: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } /* Right-aligned section inside the top navigation */ .topnav-right { float: right; } /* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */ @media screen and (max-width: 600px) { .topnav a, .topnav-right { float: none; display: block; } .topnav-centered a { position: relative; top: 0; left: 0; transform: none; } } body { background-image: linear-gradient(#fff, #fff); background-repeat-y: no-repeat; overflow-x: hidden } .card { padding: 50px; background-color: #7CC357; color: #fff } a { color: #fff } a:hover { color: #fff } .box { margin-bottom: 60px; margin-top: 20px } .form-control { border: none; margin-left: 0; background-color: #7CC357; color: #fff } input { border-bottom: 1px solid #fff !important; border-radius: 0 !important } ::-webkit-input-placeholder { color: #7CC357 !important } ::-moz-placeholder { color: #7CC357 !important } :-ms-input-placeholder { color: #7CC357 !important } :-moz-placeholder { color: #7CC357 !important } .form-head { padding-left: 10px; padding-right: 12px; margin-top: 20px; margin-bottom: 20px; font-size: 22px } .custom-control-label { font-size: 14px !important } .get-input { padding-left: 0 } button { color: #FFF !important; font-weight: bold !important; padding: 10px 20px 10px 20px !important; border-radius: 0 !important } button:hover { color: #666666 !important; background-color: #fff }
styles/styles.css
body { /*background-image: url(https://webstockreview.net/images/png-images-for-website-background-14.png);*/ } /* Add a black background color to the top navigation */ .topnav { position: relative; background-color: #333; overflow: hidden; } /* Style the links inside the navigation bar */ .topnav a { float: left; color: #f2f2f2; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } /* Change the color of links on hover */ .topnav a:hover { background-color: #7CC357; color: black; } /* Add a color to the active/current link */ .topnav a.active { background-color: #7CC357; color: white; } /* Centered section inside the top navigation */ .topnav-centered a { float: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } /* Right-aligned section inside the top navigation */ .topnav-right { float: right; } /* Responsive navigation menu - display links on top of each other instead of next to each other (for mobile devices) */ @media screen and (max-width: 600px) { .topnav a, .topnav-right { float: none; display: block; } .topnav-centered a { position: relative; top: 0; left: 0; transform: none; } } body { background-image: linear-gradient(#fff, #fff); background-repeat-y: no-repeat; overflow-x: hidden } .card { padding: 50px; background-color: #7CC357; color: #fff } a { color: #fff } a:hover { color: #fff } .box { margin-bottom: 60px; margin-top: 20px } .form-control { border: none; margin-left: 0; background-color: #7CC357; color: #fff } input { border-bottom: 1px solid #fff !important; border-radius: 0 !important } ::-webkit-input-placeholder { color: #7CC357 !important } ::-moz-placeholder { color: #7CC357 !important } :-ms-input-placeholder { color: #7CC357 !important } :-moz-placeholder { color: #7CC357 !important } .form-head { padding-left: 10px; padding-right: 12px; margin-top: 20px; margin-bottom: 20px; font-size: 22px } .custom-control-label { font-size: 14px !important } .get-input { padding-left: 0 } button { color: #FFF !important; font-weight: bold !important; padding: 10px 20px 10px 20px !important; border-radius: 0 !important } button:hover { color: #666666 !important; background-color: #fff }
0.589244
0.121555
.Pagination { padding: 16px 20px; text-align: center; margin: 0 auto } .PaginationButton { color: #1a1a1a; -webkit-transition: color .2s; transition: color .2s; padding: 0 15px } .PaginationButton:not(:disabled):hover, html[data-theme=dark] .PaginationButton:not(:disabled):hover { color: #175199 } html[data-theme=dark] .PaginationButton { color: #999 } .PaginationButton--current { color: #8590a6 } html[data-theme=dark] .PaginationButton--current { color: #606a80 } .PaginationButton--ellipsis { border: none; background: none } .CommentEditor .RichText { min-height: auto!important } .CommentEditor--normal { position: relative; -webkit-transition: padding-right .3s ease; transition: padding-right .3s ease } .CommentEditor--normal .CommentEditor-input { overflow: hidden; width: 100% } .CommentEditor--normal .Editable-unstyled { margin: 0!important } .CommentEditor--normal.CommentEditor--active { padding-right: 94px } .CommentEditor--normal.CommentEditor--active .CommentEditor-singleButton { -webkit-transform: scale(1); transform: scale(1) } .CommentEditor--inCommentItem .CommentEditor-actions { margin-top: 16px; text-align: right } .CommentEditor--inCommentItem .CommentEditor-actions .Button { line-height: 34px } .CommentEditor--inCommentItem .CommentEditor-actions .Button+.Button { margin-left: 20px } .CommentEditor-singleButton { position: absolute; right: 16px; bottom: 12px; line-height: 34px!important; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: opacity .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, transform .3s ease; transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease } .CommentEditor-singleButton:disabled { cursor: not-allowed } .CommentEditor-input { font-size: 15px } .CommentEditor-input .Editable { background: #f6f6f6 } .CommentEditor-input .Editable--focus { background: #fff } html[data-theme=dark] .CommentEditor-input .Editable--focus { background: #1a1a1a } html[data-theme=dark] .CommentEditor-input .Editable { background: #2e2e2e } .CommentEditor-input .Dropzone { min-height: auto!important } .CommentEditor-input .RichText--editable { padding: 5px 12px!important } .CommentEditor-startCommentButton { width: 100% } .CommentEditor-hiddenInput { position: absolute; z-index: -1; top: -9999px } .CommentEditor-input--mobile { min-height: 208px } .CommentEditor-input--mobile, .CommentEditor-input--mobile.is-focus { border: none } .CommentEditor-input--mobile .Editable { background: #fff } html[data-theme=dark] .CommentEditor-input--mobile .Editable { background: #1a1a1a } .CommentEditor-modalButtons { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 8px 20px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb } .CommentEditor-modalButtons .Button { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 } .CommentEditor-modalButtons .Button+.Button { margin-left: 16px } html[data-theme=dark] .CommentEditor-modalButtons { border-top: 1px solid #444; border-bottom: 1px solid #444 } .SignInModal .MobileModal-title { padding-bottom: 0 } .SignInModal-openInAppButton { margin-bottom: 16px; width: 100%; line-height: 44px; color: #fff; background-color: #0084ff } html[data-theme=dark] .SignInModal-openInAppButton { color: #1a1a1a; background-color: #3a76d0 } .SignInModal-content { padding: 0 16px } .SignInModal-content button { height: 44px; width: 100%; font-size: 16px; border: 1px solid; border-radius: 3px } .SignInModal-content button:not(:last-child) { margin-bottom: 16px } .SignInModal-button-zhihu { background-color: #fff; border-color: #0084ff; color: #0084ff } html[data-theme=dark] .SignInModal-button-zhihu { background-color: #1a1a1a; border-color: #3a76d0; color: #3a76d0 } .SignInModal-button-weibo { background-color: #f1403c; border-color: #F1403C; color: #fff } html[data-theme=dark] .SignInModal-button-weibo { background-color: #b7302d; border-color: #B7302D; color: #1a1a1a } .SignInModal-button-wechat { background-color: #bfbfbf; border-color: #bfbfbf; color: #fff } html[data-theme=dark] .SignInModal-button-wechat { background-color: #444; border-color: #444; color: #1a1a1a } .SignInModal-button-qq { background-color: #0084ff; border-color: #0084ff; color: #fff } html[data-theme=dark] .SignInModal-button-qq { background-color: #3a76d0; border-color: #3a76d0; color: #1a1a1a } .Editable-VideoTitleInput-container { -ms-flex-item-align: stretch; align-self: stretch; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100% } html[data-theme=dark] .Editable-VideoTitleInput-container { background: #1a1a1a } .Editable-VideoTitleInput-innerContainer { cursor: text; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 16px } .Editable-VideoTitleInput-innerContainer--isBeforeIconShown { padding: 0 10px } .Editable-VideoTitleInput-beforeIcon, html[data-theme=dark] .Editable-VideoTitleInput-beforeIcon { color: grey } .Editable-VideoTitleInput-value { font-size: 15px; line-height: 48px } .Editable-VideoTitleInput-value--noContent, html[data-theme=dark] .Editable-VideoTitleInput-value--noContent { color: grey } .Editable-VideoTitleInput { border: none; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 15px; height: 48px; padding: 0; width: 100% } .Editable-VideoTitleInput:focus { outline: none } .Editable-VideoTitleInput::-webkit-input-placeholder { color: grey } .Editable-VideoTitleInput:-ms-input-placeholder { color: grey } .Editable-VideoTitleInput::-ms-input-placeholder { color: grey } .Editable-VideoTitleInput::placeholder { color: grey } html[data-theme=dark] .Editable-VideoTitleInput::-webkit-input-placeholder { color: grey } html[data-theme=dark] .Editable-VideoTitleInput:-ms-input-placeholder { color: grey } html[data-theme=dark] .Editable-VideoTitleInput::-ms-input-placeholder { color: grey } html[data-theme=dark] .Editable-VideoTitleInput::placeholder { color: grey } .VideoCardPlayButton { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 56px; height: 56px; margin: auto; transition: -webkit-transform .3s; -webkit-transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s } .VideoCardPlayButton-icon { display: block; -webkit-box-shadow: 0 0 4px 0 rgba(26, 26, 26, .16); box-shadow: 0 0 4px 0 rgba(26, 26, 26, .16); border-radius: 50% } html[data-theme=dark] .VideoCardPlayButton-icon { -webkit-filter: brightness(.7); filter: brightness(.7); -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16); box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16) } .VideoCardPlayButton-withFileSize--outer { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 36px; margin: auto; text-align: center } .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize { font-weight: 600; font-synthesis: style; height: 36px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 35px; padding: 0 14px; font-size: 14px; border-radius: 18px; display: inline-block; color: #fff; background-color: rgba(18, 18, 18, .6); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: .5px solid hsla(0, 0%, 100%, .1) } html[data-ios] .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize { font-weight: 500 } html[data-android] .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize { font-weight: 700 } @supports not ((-webkit-backdrop-filter:blur(16px)) or (backdrop-filter:blur(16px))) { .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize { background-color: rgba(18, 18, 18, .8) } } .VideoCardPlayButton-withFileSize--outer .Zi { margin-left: -2.5px; margin-right: 7.5px } .VideoCard { position: relative; overflow: hidden; border: 1px solid #ebebeb; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1); box-shadow: 0 1px 3px rgba(26, 26, 26, .1) } html[data-theme=dark] .VideoCard { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); border: 1px solid #444 } .VideoCard--converting .VideoCard-thumbnail { -webkit-filter: blur(8px); filter: blur(8px); -webkit-transform: scale(1.1); transform: scale(1.1) } .VideoCard--converting .VideoCard-video-content:after { content: "\89C6\9891\6B63\5728\8F6C\7801\4E2D"; color: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } html[data-theme=dark] .VideoCard--converting .VideoCard-video-content:after { color: #1a1a1a } .VideoCard-link { display: block } .VideoCard-layout { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .VideoCard-poster { width: 120px; height: 90px; background-color: #ebebeb; position: relative } .VideoCard-poster img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover } .VideoCard-poster .VideoCard-playIcon--nonLens { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 36px; height: 36px; margin: auto } html[data-theme=dark] .VideoCard-poster { background-color: #444 } .VideoCard-video { position: relative; width: 100% } .VideoCard-video:before { display: block; padding-top: 56.25%; content: "" } .VideoCard-video-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden } .VideoCard-thumbnail { position: relative; width: 100%; height: 100%; background-color: #ebebeb } .VideoCard-thumbnail img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover } html[data-theme=dark] .VideoCard-thumbnail { background-color: #444 } .VideoCard-thumbnail--placeholder { background-image: url(https://zhstatic.zhihu.com/zhihu-components/video-card/video_placeholder.jpg); background-size: cover } .VideoCard--interactive .VideoCard-video:hover .VideoCard-play-button { -webkit-transform: scale(1.1); transform: scale(1.1) } .VideoCard-content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 10px 16px; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box } .VideoCard-VideoTitleInputHolder { height: 48px; width: 100% } .VideoCard-title { overflow: hidden; height: 28px; font-size: 16px; line-height: 28px; text-overflow: ellipsis; white-space: nowrap } .VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title, html[data-theme=dark] .VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title { color: #175199 } .VideoCard-description { height: 25px; margin-top: 5px; line-height: 25px } .VideoCard-source { display: inline-block; margin-right: 10px; color: #8590a6 } html[data-theme=dark] .VideoCard-source { color: #606a80 } .VideoCard-badge { display: inline-block; padding: 0 8px; color: #8590a6; background-color: #f6f6f6; border-radius: 3px } html[data-theme=dark] .VideoCard-badge { color: #606a80; background-color: #2e2e2e } .VideoCard-player { width: 100%; height: 100%; background-color: #1a1a1a } .VideoCard-player .Embed, .VideoCard-player iframe { display: block; width: 100%; height: 100% } html[data-theme=dark] .VideoCard-player { background-color: #999 } .VideoCard-overlay { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: #fff } .VideoCard-overlay.is-loading { opacity: 0 } .VideoCard-mask, html[data-theme=dark] .VideoCard-overlay { background-color: #1a1a1a } .VideoCard-mask { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; -webkit-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s } .VideoCard-mask:not(.is-shown) { opacity: 0; visibility: hidden } html[data-theme=dark] .VideoCard-mask { background-color: #999 } .VideoCard--mobile .VideoCard-poster { width: 100px; height: 75px } .VideoCard--mobile .VideoCard-video:hover .VideoCard-play-button { -webkit-transform: scale(1); transform: scale(1) } .VideoCard--mobile .VideoCard-content { padding: 10px 12px } .VideoCard--mobile .VideoCard-title { font-size: 16px } .VideoCard--mobile .VideoCard-description { margin-top: 0; font-size: 12px } .VideoErrorCard-thumbnail { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100% } .VideoErrorCard-error { font-size: 28px; line-height: 40px; text-align: center; color: #8590a6 } html[data-theme=dark] .VideoErrorCard-error { color: #606a80 } .GifPlayer { display: block; margin: 0 auto; overflow: hidden; max-width: 100%; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; cursor: pointer; text-align: center } .GifPlayer, html[data-theme=dark] .GifPlayer { position: relative } html[data-theme=dark] .GifPlayer:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .3); border-radius: inherit; pointer-events: none } .GifPlayer[data-size=small] { max-width: 40% } .GifPlayer img { max-width: 100%; vertical-align: top } .GifPlayer-icon { position: absolute; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; pointer-events: none; -webkit-transition: .3s ease-out; transition: .3s ease-out; transition-property: opacity, -webkit-transform; -webkit-transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: center; transform-origin: center; opacity: 1 } .GifPlayer.isPlaying .GifPlayer-icon { -webkit-transform: scale(.3); transform: scale(.3); opacity: 0 } .RichText-video { margin: 16px 0 } .CommentPermission-item { padding-left: 44px; line-height: 40px } .CommentPermission-item>span { position: absolute; -webkit-transform: translateX(-100%); transform: translateX(-100%); margin-left: -8px } .CommentDeleteAndReport-extra { text-align: center } .CommentDeleteAndReport-extra .Button { font-size: 13px } .CommentItem { position: relative; -ms-flex-negative: 0; flex-shrink: 0; padding: 12px 20px 10px; font-size: 15px } .CommentItem:not(:first-child):after { position: absolute; top: 0; left: 0; right: 0; display: block; margin: 0 20px; border-bottom: 1px solid #f6f6f6; content: "" } @media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) { .CommentItem:not(:first-child):after { border-bottom-width: .5px } } @media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) { .CommentItem:not(:first-child):after { border-bottom-width: .33333px } } @media (-webkit-min-device-pixel-ratio:4), (min-resolution:384dpi) { .CommentItem:not(:first-child):after { border-bottom-width: .25px } } html[data-theme=dark] .CommentItem:not(:first-child):after { border-bottom-color: #2e2e2e } .CommentItem-deletedContent { padding: 16px 0; font-size: 14px; color: #8590a6; text-align: center } html[data-theme=dark] .CommentItem-deletedContent { color: #606a80 } .CommentItem-meta { position: relative; height: 27px; padding-right: 3px; padding-left: 1px; margin-bottom: 5px; line-height: 24px } .CommentItem-avatar { margin-right: 8px } .CommentItem-avatar .UserLink-avatar { vertical-align: top } .CommentItem-reply, .CommentItem-roleInfo { color: #8590a6 } html[data-theme=dark] .CommentItem-reply, html[data-theme=dark] .CommentItem-roleInfo { color: #606a80 } .CommentItem-reviewing { margin-left: 8px } .CommentItem-reply { margin-right: 8px; margin-left: 8px } .CommentItem-roleInfo { margin-right: -8px } .CommentItem-time { float: right; font-size: 14px; color: #8590a6 } html[data-theme=dark] .CommentItem-time { color: #606a80 } .CommentItem-content { margin-bottom: 6px; line-height: 25px } .CommentItem-content p { margin: 0 } .CommentItem-editor { margin-bottom: 8px } .CommentItem-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 24px; font-size: 14px; line-height: 24px } .CommentItem-footer .Button+.Button { margin-left: 20px } .CommentItem-mobileFooter .Button+.Button { margin-left: 0 } .CommentItem-hoverBtn { opacity: 0; -webkit-transition: opacity .2s; transition: opacity .2s } .CommentItem:hover .CommentItem-hoverBtn { opacity: 1 } .CommentItem-walleTag { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; color: #8590a6; margin-left: 16px; margin-right: 16px } html[data-theme=dark] .CommentItem-walleTag { color: #606a80 } .CommentItem-walleIcon { margin-right: 4px } .CommentItem-likeBtn:disabled { opacity: 1 } .CommentItem-likeBtn.is-liked { color: #0084ff } .CommentItem-likeBtn.is-liked:hover { color: #175199 } .CommentItem-likeBtn.is-liked:hover .Icon { fill: currentColor } html[data-theme=dark] .CommentItem-likeBtn.is-liked:hover { color: #175199 } .CommentItem-likeBtn.is-liked .Icon { fill: currentColor } html[data-theme=dark] .CommentItem-likeBtn.is-liked { color: #3a76d0 } .CommentItem--highlighted { -webkit-animation: highlight 1.6s ease-out; animation: highlight 1.6s ease-out } .CommentItem-replyArrow { color: #8590a6; -webkit-transform: rotate(90deg); transform: rotate(90deg); margin: 0 5px 0 8px } html[data-theme=dark] .CommentItem-replyArrow { color: #606a80 } .CommentItem-userLink { max-width: 80px; font-weight: 600; font-synthesis: style; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; vertical-align: top } @media (min-width:360px) { .CommentItem-userLink { max-width: 100px } } html[data-ios] .CommentItem-userLink { font-weight: 500 } html[data-android] .CommentItem-userLink { font-weight: 700 } .CommentItem-menu-item { padding-top: 13px; padding-bottom: 13px } .Comments-pattern-loading { height: 96px; 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 } .CommentTopbar-title { display: inline-block; font-size: 15px; font-weight: 600; font-synthesis: style; color: #1a1a1a } html[data-ios] .CommentTopbar-title { font-weight: 500 } html[data-android] .CommentTopbar-title { font-weight: 700 } html[data-theme=dark] .CommentTopbar-title { color: #999 } .CommentTopbar-back { font-size: 16px; font-weight: inherit; color: #1a1a1a } .CommentTopbar-back:hover { color: #0084ff } html[data-theme=dark] .CommentTopbar-back:hover { color: #3a76d0 } html[data-theme=dark] .CommentTopbar-back { color: #999 } .CommentTopbar-backIcon { vertical-align: -2px; fill: currentColor } .CommentTopbar { border-radius: 2px } .CommentTopbar-meta { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 50px; padding: 0 16px } .CommentTopbar-meta, .CommentTopbar-tabsWrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .CommentTopbar-tabsWrapper { font-size: 15px } .CommentTopbar-tabs { padding: 0; border-bottom: none } .CommentTopbar-tab { display: inline-block; padding: 0 20px } .CommentTopbar-tab:first-child { padding-left: 0 } .CommentTopbar-tabButton { position: relative; height: 56px; border: none } .CommentTopbar-tabButton:hover { background: none } .Comments { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box } .Comments--hidden { display: none } .CommentList { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; overflow-x: hidden; overflow-y: auto } .CommentList-divider { position: relative; margin: 0 24px; font-size: 14px; color: #8590a6; text-align: center } .CommentList-divider:first-child { margin-top: 16px } .CommentList-divider:last-child { margin-bottom: 16px } .CommentList-divider+.CommentItem:after { content: none } .CommentList-divider a { color: #175199 } .CommentList-divider a:hover, html[data-theme=dark] .CommentList-divider a:hover { border-bottom: 1px solid #175199 } html[data-theme=dark] .CommentList-divider a { color: #175199 } html[data-theme=dark] .CommentList-divider { color: #606a80 } .CommentList-dividerLine { position: absolute; top: 0; bottom: 0; width: 100%; height: 0; margin: auto; border-top: 1px solid #ebebeb } html[data-theme=dark] .CommentList-dividerLine { border-top: 1px solid #444 } .CommentList-dividerText { position: relative; z-index: 2; display: inline-block; padding: 0 1em; background-color: #fff } .CommentList-dividerText .CommentList-questionMark { margin-left: 8px } html[data-theme=dark] .CommentList-dividerText { background-color: #1a1a1a } .Comments-footer { padding: 12px 20px; background: #fff; border-top: 1px solid #ebebeb } html[data-theme=dark] .Comments-footer { background: #1a1a1a; border-top: 1px solid #444 } .Comments-disabledText { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 14px 12px; color: #8590a6; background-color: #f6f6f6; border-top: 1px solid #f6f6f6; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } html[data-theme=dark] .Comments-disabledText { color: #606a80; background-color: #2e2e2e; border-top: 1px solid #2e2e2e } .Comments-disabledText--fixed { position: fixed; width: 100%; bottom: 0; background: #fff } .Comments-disabledText--fixed .Comments-disabledReason { padding-top: 8px; padding-bottom: 8px; background: #f6f6f6; width: 100%; text-align: center; border-radius: 3px } html[data-theme=dark] .Comments-disabledText--fixed .Comments-disabledReason { background: #2e2e2e } html[data-theme=dark] .Comments-disabledText--fixed { background: #1a1a1a } .CommentList-action { position: relative; padding: 16px 0; text-align: center } .CommentList-action:after { position: absolute; top: 0; display: block; width: calc(100% - 48px); border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .CommentList-action:after { border-bottom: 1px solid #2e2e2e } .CommentList-action a { color: #175199 } .CommentList-action a:hover, html[data-theme=dark] .CommentList-action a:hover { border-bottom: 1px solid #175199 } html[data-theme=dark] .CommentList-action a { color: #175199 } .Comments-withPagination { border: 1px solid #ebebeb; -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1); box-shadow: 0 1px 3px rgba(26, 26, 26, .1); background: #fff; margin-top: 12px; overflow: visible; border-radius: 4px } html[data-theme=dark] .Comments-withPagination { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3) } .Comments-withPagination .CommentList { overflow-y: visible } html[data-theme=dark] .Comments-withPagination { border: 1px solid #444; background: #1a1a1a } .comments-pagination { border-top: 1px solid #ebebeb } html[data-theme=dark] .comments-pagination { border-top: 1px solid #444 } .Comments-Packup-Button { background: hsla(0, 0%, 92.2%, .95); border-radius: 3px; position: fixed; height: 30px; width: 93px; bottom: 30px; left: 570px; font-size: 13px; color: #8590a6; letter-spacing: 0; margin-left: -93px } .Comments-Packup-Button:hover, html[data-theme=dark] .Comments-Packup-Button:hover { color: grey } .Comments-Packup-Button .Zi--ArrowUp { position: relative; left: 6px; margin-left: -6px } .Comments-Packup-Button-enter, .Comments-Packup-Button-leave { -webkit-transition: opacity .3s; transition: opacity .3s } .Comments-Packup-Button-enter { opacity: 0 } .Comments-Packup-Button-enter-active, .Comments-Packup-Button-leave { opacity: 1 } .Comments-Packup-Button-leave-active { opacity: 0 } html[data-theme=dark] .Comments-Packup-Button { background: rgba(68, 68, 68, .95); color: #606a80 } .Comments-empty { padding: 60px 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: auto } .CommentList-expendCollapseButton { color: #8590a6; cursor: pointer } .CommentList-expendCollapseButton:hover, html[data-theme=dark] .CommentList-expendCollapseButton:hover { color: grey } html[data-theme=dark] .CommentList-expendCollapseButton { color: #606a80 } .CommentItem { outline: none } .UploadPicture-wrapper { cursor: pointer } .UploadPicture-input { display: none } .CommentEditorV2-inputUpLoad-Icon, .ImagePopover { width: 24px; height: 24px } .ImagePopover { margin-right: 8px } .ImagePopover-imageInput { display: none; opacity: 0 } .ImagePopover-thumbnail { width: 120px; height: 120px; padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative } .ImagePopover-thumbnail .closeButton { position: absolute; width: 16px; height: 16px; right: 8px; top: 8px } .ImagePopover-thumbnail .Zi--Close { width: 16px; height: 16px } .ImagePopover-thumbnail img { width: 120px; height: 120px } .CommentSticker { font-size: 0 } .CommentSticker-img, .CommentSticker-load { width: 48px; height: 48px; padding-bottom: 4px } .CommentSticker-load { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 9px; color: #d3d3d3; background: #f6f6f6 } html[data-theme=dark] .CommentSticker-load { color: #2e2e2e; background: #2e2e2e } .StickerPopover-stickers-item { width: 48px; height: 73px; padding: 8px; text-align: center } .StickerPopover-stickers-item.StickerPopover-stickers-item-single { width: 140px; height: 143px; position: relative } .StickerPopover-stickers-item.StickerPopover-stickers-item-single .closeButton { position: absolute; width: 16px; height: 16px; right: 8px; top: 8px } .StickerPopover-stickers-item.StickerPopover-stickers-item-single .Zi--Close { width: 16px; height: 16px } .StickerPopover-stickers-item .VagueImage { padding-bottom: 4px } .StickerPopover-stickers-item.StickerPopover-stickers-item-single img { width: 100px; height: 100px; padding: 20px } .StickerPopover-stickers-item p { width: 48px; line-height: 18px; font-size: 12px; color: grey } html[data-theme=dark] .StickerPopover-stickers-item p { color: grey } .StickerPopover-stickers-wrap { overflow-y: scroll } .StickerPopover-stickers-list { width: 384px; height: 200px; padding: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: start; align-content: flex-start } .CommentEditorV2 .RichText { min-height: auto!important } .CommentEditorV2--normal { position: relative; -webkit-transition: padding-right .3s ease; transition: padding-right .3s ease } .CommentEditorV2--normal .CommentEditorV2-input { overflow: hidden; width: 100% } .CommentEditorV2--normal .Editable-unstyled { margin: 0!important } .CommentEditorV2--normal.CommentEditorV2--active { display: -webkit-box; display: -ms-flexbox; display: flex; padding-right: 94px } .CommentEditorV2--normal.CommentEditorV2--active .CommentEditorV2-singleButton { -webkit-transform: scale(1); transform: scale(1) } .CommentEditorV2--inCommentItem .CommentEditorV2-actions { margin-top: 16px; text-align: right } .CommentEditorV2--inCommentItem .CommentEditorV2-actions .Button { line-height: 34px } .CommentEditorV2--inCommentItem .CommentEditorV2-actions .Button+.Button { margin-left: 20px } .CommentEditorV2-singleButton { position: absolute; right: 16px; bottom: 13px; line-height: 34px!important; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: opacity .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, transform .3s ease; transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease } .CommentEditorV2-singleButton:disabled { cursor: not-allowed } .CommentEditorV2-input { font-size: 15px } .CommentEditorV2-input .Editable, .CommentEditorV2-input .Editable--focus { background: transparent } .CommentEditorV2-input .Dropzone { min-height: auto!important } .CommentEditorV2-startCommentButton { width: 100% } .CommentEditorV2-hiddenInput { position: absolute; z-index: -1; top: -9999px } .CommentEditorV2-input--mobile { min-height: 208px } .CommentEditorV2-input--mobile, .CommentEditorV2-input--mobile.is-focus { border: none } .CommentEditorV2-input--mobile .Editable { background: #fff } html[data-theme=dark] .CommentEditorV2-input--mobile .Editable { background: #1a1a1a } .CommentEditorV2-modalButtons { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 8px 20px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb } .CommentEditorV2-modalButtons .Button { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 } .CommentEditorV2-modalButtons .Button+.Button { margin-left: 16px } html[data-theme=dark] .CommentEditorV2-modalButtons { border-top: 1px solid #444; border-bottom: 1px solid #444 } .CommentEditorV2-inputWrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; border: 1px solid #ebebeb; border-radius: 3px; background-color: #f6f6f6 } .CommentEditorV2-inputWrap .Input-wrapper { border: none!important; background: transparent!important } html[data-theme=dark] .CommentEditorV2-inputWrap { border: 1px solid #444; background-color: #2e2e2e } .CommentEditorV2-inputWrap--change { display: block } .CommentEditorV2-inputWrap--active { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; border: 1px solid #8590a6; background-color: #fff } html[data-theme=dark] .CommentEditorV2-inputWrap--active { border: 1px solid #606a80; background-color: #1a1a1a } .CommentEditorV2-inputUpload { height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .CommentEditorV2-inputUpload--FlexEnd { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .CommentEditorV2-inputUpload--SpaceBetween { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .CommentEditorV2-inputUpLoad-Icon { margin-right: 12px } .CommentEditorV2-inputUpLoad-Icon .Editable-control .Zi { fill: currentcolor } .CommentEditorV2-popoverWrap { display: -webkit-box; display: -ms-flexbox; display: flex } .CommentEditorV2-popoverWrap .Editable-control:not(:disabled):hover { background-color: transparent; border-color: transparent } .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Zi.Zi--Emotion { fill: #0084ff } html[data-theme=dark] .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Zi.Zi--Emotion { fill: #3a76d0 } .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Editable-control:not(:disabled):hover .Zi.Zi--Emotion { fill: #0084ff } html[data-theme=dark] .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Editable-control:not(:disabled):hover .Zi.Zi--Emotion { fill: #3a76d0 } .CommentEditorV2-MaxLength { font-size: 14px; line-height: 1.71; color: #f1403c; padding-left: 12px; font-weight: 600; font-synthesis: style } html[data-ios] .CommentEditorV2-MaxLength { font-weight: 500 } html[data-android] .CommentEditorV2-MaxLength { font-weight: 700 } .ImageView { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; overflow: hidden; -webkit-transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out } .ImageView.is-active { background-color: rgba(26, 26, 26, .65) } html[data-theme=dark] .ImageView.is-active { background-color: rgba(0, 0, 0, .65) } .ImageView-inner { height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box } .ImageView-img { cursor: -webkit-zoom-out; cursor: zoom-out; transition: -webkit-transform .3s ease-in-out; -webkit-transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out } .ImageView-transformOrigin { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; transition-property: -webkit-transform opacity; -webkit-transition-property: -webkit-transform opacity; transition-property: transform opacity; transition-property: transform opacity, -webkit-transform opacity } .CommentRichText .Richtext-content_img { overflow: hidden; position: relative } .CommentRichText .Richtext-content_img .comment_gif, .CommentRichText .Richtext-content_img .comment_img { cursor: -webkit-zoom-in; cursor: zoom-in } .CommentRichText .Richtext-content_img img { position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%) } .CommentRichText .Richtext-content_img-square, .CommentRichText .Richtext-content_img-square img { width: 80px; height: 80px } .CommentRichText .Richtext-content_img-square--wideShape { max-width: 160px; height: 80px } .CommentRichText .Richtext-content_img-square--wideShape img { width: 160px } .CommentRichText .Richtext-content_img-square--highShape { width: 80px; max-height: 160px } .CommentRichText .Richtext-content_img-square--highShape img { height: 160px } .CommentRichText-ImageView { z-index: 300 } .CommentItemV2 { position: relative; -ms-flex-negative: 0; flex-shrink: 0; padding: 12px 20px 10px; font-size: 15px } .CommentItemV2:not(:first-child):after { position: absolute; left: 0; right: 0; bottom: 0; display: block; margin: 10px 20px 0; border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .CommentItemV2:not(:first-child):after { border-bottom: 1px solid #2e2e2e } .CommentItemV2-shield { font-size: 15px; color: #999 } html[data-theme=dark] .CommentItemV2-shield { color: #646464 } .CommentItemV2-meta { position: relative; height: 24px; padding-right: 3px; padding-left: 1px; margin-bottom: 4px; line-height: 24px } .CommentItemV2-meta .UserLink-link { font-weight: 500 } .CommentItemV2-metaSibling { padding-left: 33px } .CommentItemV2-avatar { margin-right: 8px } .CommentItemV2-avatar .UserLink-avatar { vertical-align: top } .CommentItemV2-reply, .CommentItemV2-roleInfo { color: #8590a6 } html[data-theme=dark] .CommentItemV2-reply, html[data-theme=dark] .CommentItemV2-roleInfo { color: #606a80 } .CommentItemV2-reviewing { margin-left: 8px } .CommentItemV2-reply { margin-right: 8px; margin-left: 8px } .CommentItemV2-roleInfo { margin-right: -8px } .CommentItemV2-time { float: right; font-size: 14px; color: #8590a6 } html[data-theme=dark] .CommentItemV2-time { color: #606a80 } .CommentItemV2-content { margin-bottom: 6px; line-height: 25px } .CommentItemV2-editor { padding: 12px 0 } .CommentItemV2-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 24px; font-size: 14px; line-height: 24px; margin-top: 4px } .CommentItemV2-footer .Button+.Button { margin-left: 20px } .CommentItemV2-mobileFooter .Button+.Button { margin-left: 0 } .CommentItemV2-hoverBtn { opacity: 0; -webkit-transition: opacity .2s; transition: opacity .2s } .CommentItemV2-likeBtn:disabled, .CommentItemV2:hover .CommentItemV2-hoverBtn { opacity: 1 } .CommentItemV2-likeBtn.is-liked { color: #0084ff } .CommentItemV2-likeBtn.is-liked:hover { color: #175199 } .CommentItemV2-likeBtn.is-liked:hover .Icon { fill: currentColor } html[data-theme=dark] .CommentItemV2-likeBtn.is-liked:hover { color: #175199 } .CommentItemV2-likeBtn.is-liked .Icon { fill: currentColor } html[data-theme=dark] .CommentItemV2-likeBtn.is-liked { color: #3a76d0 } .CommentItemV2--highlighted { -webkit-animation: highlight 1.6s ease-out; animation: highlight 1.6s ease-out } @-webkit-keyframes highlight { 0% { background: rgba(0, 132, 255, .06) } to { background: transparent none repeat 0 0/auto auto padding-box border-box scroll; background: initial } } @keyframes highlight { 0% { background: rgba(0, 132, 255, .06) } to { background: transparent none repeat 0 0/auto auto padding-box border-box scroll; background: initial } } .IsolationDot { margin: 0 6px } .CommentItemV2-replyArrow { color: #8590a6; -webkit-transform: rotate(90deg); transform: rotate(90deg); margin: 0 5px 0 8px } html[data-theme=dark] .CommentItemV2-replyArrow { color: #606a80 } .CommentItemV2-userLink { max-width: 80px; font-weight: 600; font-synthesis: style; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; vertical-align: top } @media (min-width:360px) { .CommentItemV2-userLink { max-width: 100px } } html[data-ios] .CommentItemV2-userLink { font-weight: 500 } html[data-android] .CommentItemV2-userLink { font-weight: 700 } .CommentItemV2-menu-item { padding-top: 13px; padding-bottom: 13px } .CommentItemV2-editor.CommentEditorV2--active { padding-right: 78px } .CommentItemV2-editor .CommentEditorV2-singleButton { right: 0 } .CommentItemV2-walleTag { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; color: #8590a6; margin-left: 16px; margin-right: 16px } html[data-theme=dark] .CommentItemV2-walleTag { color: #606a80 } .CommentItemV2-walleIcon { margin-right: 4px } .CommentMoreReplyButton { padding: 12px 20px 12px 84px } .NestComment { position: relative } .NestComment:not(:last-child):after { position: absolute; left: 0; right: 0; bottom: 0; display: block; margin: 0 20px; border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .NestComment:not(:last-child):after { border-bottom: 1px solid #2e2e2e } .NestComment .NestComment--child { position: relative; padding-left: 33px } .NestComment .NestComment--child:after { position: absolute; left: 0; right: 0; bottom: 0; display: block; margin-right: 20px; margin-left: 84px; border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .NestComment .NestComment--child:after { border-bottom: 1px solid #2e2e2e } .NestComment--rootComment { position: relative } .NestComment--rootComment:after { position: absolute; left: 0; right: 0; bottom: 0; display: block; margin-right: 20px; margin-left: 52px; border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .NestComment--rootComment:after { border-bottom: 1px solid #2e2e2e } .NestCoomment-moreCommentButton { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 20px; padding: 12px 0; font-size: 14px; line-height: 1.71; text-align: center; color: #0084ff; cursor: pointer; font-weight: 600; font-synthesis: style; border-bottom: 1px solid #f6f6f6 } html[data-ios] .NestCoomment-moreCommentButton { font-weight: 500 } html[data-android] .NestCoomment-moreCommentButton { font-weight: 700 } html[data-theme=dark] .NestCoomment-moreCommentButton { color: #3a76d0; border-bottom: 1px solid #2e2e2e } .NestComment-nextSiblings--noBorder+.NestComment .CommentItemV2:after, .NestComment-nextSiblings--noBorder+.NestComment:after { content: none } .Comments-container { height: 100% } .CommentsV2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box } .CommentsV2--hidden { display: none } .Comments-titleLink a { color: #175199 } .Comments-titleLink a:hover, html[data-theme=dark] .Comments-titleLink a:hover { border-bottom: 1px solid #175199 } html[data-theme=dark] .Comments-titleLink a { color: #175199 } .CommentListV2 { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; overflow-x: hidden; overflow-y: auto } .CommentListV2-divider { position: relative; margin: 0 20px; font-size: 14px; color: #8590a6; text-align: center } .CommentListV2-divider:first-child { margin-top: 16px } html[data-theme=dark] .CommentListV2-divider { color: #606a80 } .CommentListV2-dividerLine { position: absolute; top: 0; bottom: 0; width: 100%; height: 0; margin: auto; border-top: 1px solid #f6f6f6 } html[data-theme=dark] .CommentListV2-dividerLine { border-top: 1px solid #2e2e2e } .CommentListV2-dividerText { position: relative; z-index: 2; display: inline-block; padding: 0 1em; background-color: #fff } .CommentListV2-dividerText .CommentListV2-questionMark { margin-left: 8px } html[data-theme=dark] .CommentListV2-dividerText { background-color: #1a1a1a } .CommentsV2-footer { padding: 12px 20px; background: #fff; border-top: 1px solid #ebebeb } html[data-theme=dark] .CommentsV2-footer { background: #1a1a1a; border-top: 1px solid #444 } .CommentsV2-disabledText { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 14px 12px; color: #8590a6; background-color: #f6f6f6; border-top: 1px solid #f6f6f6; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } html[data-theme=dark] .CommentsV2-disabledText { color: #606a80; background-color: #2e2e2e; border-top: 1px solid #2e2e2e } .CommentsV2-disabledText--fixed { position: fixed; width: 100%; bottom: 0; background: #fff } .CommentsV2-disabledText--fixed .CommentsV2-disabledReason { padding-top: 8px; padding-bottom: 8px; background: #f6f6f6; width: 100%; text-align: center; border-radius: 3px } html[data-theme=dark] .CommentsV2-disabledText--fixed .CommentsV2-disabledReason { background: #2e2e2e } html[data-theme=dark] .CommentsV2-disabledText--fixed { background: #1a1a1a } .CommentListV2-action { position: relative; padding: 16px 0; text-align: center } .CommentListV2-action:after { position: absolute; top: 0; display: block; width: calc(100% - 48px); border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .CommentListV2-action:after { border-bottom: 1px solid #2e2e2e } .CommentListV2-action a { color: #175199 } .CommentListV2-action a:hover, html[data-theme=dark] .CommentListV2-action a:hover { border-bottom: 1px solid #175199 } html[data-theme=dark] .CommentListV2-action a { color: #175199 } .CommentsV2-withPagination { border: 1px solid #ebebeb; -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1); box-shadow: 0 1px 3px rgba(26, 26, 26, .1); background: #fff; margin-top: 12px; overflow: visible; border-radius: 4px } html[data-theme=dark] .CommentsV2-withPagination { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3) } .CommentsV2-withPagination .CommentListV2 { overflow-y: visible } html[data-theme=dark] .CommentsV2-withPagination { border: 1px solid #444; background: #1a1a1a } .CommentsV2-pagination { border-top: 1px solid #ebebeb } html[data-theme=dark] .CommentsV2-pagination { border-top: 1px solid #444 } .CommentsV2-Packup-Button { background: hsla(0, 0%, 92.2%, .95); border-radius: 3px; position: fixed; height: 30px; width: 93px; bottom: 30px; left: 570px; font-size: 13px; color: #8590a6; letter-spacing: 0; margin-left: -93px } .CommentsV2-Packup-Button:hover, html[data-theme=dark] .CommentsV2-Packup-Button:hover { color: grey } .CommentsV2-Packup-Button .Icon { margin-left: 6px; -webkit-transform: rotateX(180deg); transform: rotateX(180deg) } .CommentsV2-Packup-Button-enter, .CommentsV2-Packup-Button-leave { -webkit-transition: opacity .3s; transition: opacity .3s } .CommentsV2-Packup-Button-enter { opacity: 0 } .CommentsV2-Packup-Button-enter-active, .CommentsV2-Packup-Button-leave { opacity: 1 } .CommentsV2-Packup-Button-leave-active { opacity: 0 } html[data-theme=dark] .CommentsV2-Packup-Button { background: rgba(68, 68, 68, .95); color: #606a80 } .CommentsV2-empty { padding: 60px 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: auto } .CommentListV2-expendCollapseButton { color: #8590a6; cursor: pointer } .CommentListV2-expendCollapseButton:hover, html[data-theme=dark] .CommentListV2-expendCollapseButton:hover { color: grey } html[data-theme=dark] .CommentListV2-expendCollapseButton { color: #606a80 } .CommentItemV2 { outline: none } .CommentsV2-replyNum { padding: 12px 0 10px; margin: 0 20px; border-bottom: 1px solid #f6f6f6; font-weight: 500 } html[data-theme=dark] .CommentsV2-replyNum { border-bottom: 1px solid #2e2e2e } .CommentsV2-openComment-divider { height: 10px; background-color: #f6f6f6 } html[data-theme=dark] .CommentsV2-openComment-divider { background-color: #2e2e2e } .CommentListV2-header-divider { padding: 10px 20px; font-size: 14px; color: grey; background-color: #f6f6f6; font-weight: 600; font-synthesis: style } html[data-ios] .CommentListV2-header-divider { font-weight: 500 } html[data-android] .CommentListV2-header-divider { font-weight: 700 } html[data-theme=dark] .CommentListV2-header-divider { color: grey; background-color: #2e2e2e } .Favlists-items { max-height: 335px; min-height: 140px; margin-bottom: 40px; overflow-x: hidden; overflow-y: auto } .Favlists-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 8px 0; border-bottom: 1px solid #ebebeb } html[data-theme=dark] .Favlists-item { border-bottom: 1px solid #444 } .Favlists-itemInner { overflow: hidden; margin-right: 20px } .Favlists-itemName { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; text-overflow: ellipsis } .Favlists-itemNameText { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap } .Favlists-itemIcon { margin-left: 6px } .Favlists-itemIcon .Zi { fill: #8590a6; vertical-align: baseline } html[data-theme=dark] .Favlists-itemIcon .Zi { fill: #606a80 } .Favlists-itemContent { font-size: 14px; color: #8590a6; margin-top: 4px } html[data-theme=dark] .Favlists-itemContent { color: #606a80 } .Favlists-updateButton { padding-left: 0; padding-right: 0; width: 76px; -ms-flex-negative: 0; flex-shrink: 0 } .Favlists-actions { padding: 16px 20px } .Favlists-actions, .Favlists-mobileActions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-sizing: border-box; box-sizing: border-box } .Favlists-mobileActions { position: fixed; bottom: 0; width: 100%; padding: calc(16px - 4) 20px; border-top: 1px solid #ebebeb; background: #fff } .Favlists-mobileActions .Favlists-addButton:last-child:first-child { width: 100% } .Favlists-mobileActions .Button { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 } .Favlists-mobileActions .Button:first-child:not(:last-child) { margin-right: 8px } html[data-theme=dark] .Favlists-mobileActions { border-top: 1px solid #444; background: #1a1a1a } .Favlist-empty { position: fixed; left: 0; right: 0; top: 0; bottom: 0 } .Favlist-emptyContent { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100% } .Favlist-emptyTip { margin-top: 30px; font-size: 15px; color: #8590a6 } html[data-theme=dark] .Favlist-emptyTip { color: #606a80 } .Favlists-addButton { width: 220px } .Favlists-addItem { margin-bottom: 8px } .Favlists-descritionInput, .Favlists-titleInput { width: 100%; height: auto; padding: 8px 12px } .Favlists-privacyOption { display: block; margin-bottom: 6px; overflow: auto; font-size: 14px } .Favlists-privacyOptionTips { margin-left: 4px; color: #8590a6 } html[data-theme=dark] .Favlists-privacyOptionTips { color: #606a80 } .Favlists-privacyOptionRadio { display: inline-block; width: 14px; height: 14px; padding: 2px; margin: 0 4px 0 0; vertical-align: middle; border: 2px solid #ebebeb; border-radius: 50%; -webkit-transition: background-color, border-color .3s; transition: background-color, border-color .3s; background-clip: content-box; -webkit-appearance: none; -moz-appearance: none; appearance: none } .Favlists-privacyOptionRadio:checked { background-color: #0084ff; border-color: #0084ff } html[data-theme=dark] .Favlists-privacyOptionRadio:checked { background-color: #3a76d0; border-color: #3a76d0 } .Favlists-privacyOptionRadio:focus { outline: none } html[data-theme=dark] .Favlists-privacyOptionRadio { border: 2px solid #444 } .Favlists-inputTips { padding-top: 8px; text-align: right } .Favlists-favButton { width: 72px } .ReportInfringement { margin-top: -12px } .ReportInfringement--mobile { margin-top: 0; padding: 20px } .ReportInfringement-subtitle { margin-bottom: 20px; font-size: 12px; line-height: 20px; color: #8590a6 } html[data-theme=dark] .ReportInfringement-subtitle { color: #606a80 } .ReportInfringement-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start } .ReportInfringement-item:nth-child(2) { padding-top: 10px; margin-bottom: 17px; border-top: 1px solid #f6f6f6 } html[data-theme=dark] .ReportInfringement-item:nth-child(2) { border-top: 1px solid #2e2e2e } .ReportInfringement-link { color: #0084ff } html[data-theme=dark] .ReportInfringement-link { color: #3a76d0 } .ReportInfringement-image { display: block; -ms-flex-preferred-size: 80px; flex-basis: 80px; height: 80px; margin-right: 16px } .ReportInfringement-item { padding: 0 8px 0 10px; margin-bottom: 10px } .ReportInfringement-itemTitle { margin-bottom: 10px; font-size: 16px; line-height: 24px; color: #1a1a1a; font-weight: 600; font-synthesis: style } html[data-ios] .ReportInfringement-itemTitle { font-weight: 500 } html[data-android] .ReportInfringement-itemTitle { font-weight: 700 } html[data-theme=dark] .ReportInfringement-itemTitle { color: #999 } .ReportInfringement-itemDescription { font-size: 12px; line-height: 20px; color: #444 } html[data-theme=dark] .ReportInfringement-itemDescription { color: grey } .ReportInfringement-arrow { -ms-flex-preferred-size: 24px; flex-basis: 24px; height: 24px; min-width: 24px; margin-left: 16px } .ReportOrgContent { width: 352px; height: 48px; margin-top: 1em; font-size: 14px; line-height: 24px; color: #646464 } html[data-theme=dark] .ReportOrgContent { color: #999 } .ReportOrgContent-highlight, html[data-theme=dark] .ReportOrgContent-highlight { color: #ff9607 } .ReportInfringementMobile { padding: 20px } .ReportInfringementMobile-button { display: block; width: 100% } .ReportInfringementMobile-text { font-size: 15px; line-height: 1.7; color: #1a1a1a } .ReportInfringementMobile-text+.ReportInfringementMobile-text { margin-top: 1em } html[data-theme=dark] .ReportInfringementMobile-text { color: #999 } .ReportInfringementMobile-img { margin-top: 1em; margin-bottom: 5em; display: block; width: 100% } .ReportInfringementMobile-link { color: #0084ff } html[data-theme=dark] .ReportInfringementMobile-link { color: #3a76d0 } .ReportInfringementMobile-bold { font-weight: 600; font-synthesis: style } html[data-ios] .ReportInfringementMobile-bold { font-weight: 500 } html[data-android] .ReportInfringementMobile-bold { font-weight: 700 } .ReportDeclare-description { font-size: 14px; line-height: 24px; color: #1a1a1a } .ReportDeclare-description a { color: #0084ff } html[data-theme=dark] .ReportDeclare-description a { color: #3a76d0 } html[data-theme=dark] .ReportDeclare-description { color: #999 } .ReportDeclare-mobileButton { display: block; width: 100% } .ReportDeclare-mobileText { font-size: 15px; line-height: 1.7; color: #1a1a1a } .ReportDeclare-mobileText+.ReportDeclare-mobileText { margin-top: 1em } html[data-theme=dark] .ReportDeclare-mobileText { color: #999 } .ReportDeclare-mobileImg { margin-top: 1em; margin-bottom: 5em; display: block; width: 100% } .ReportTrespass-description { font-size: 14px; line-height: 24px; color: #1a1a1a } .ReportTrespass-description a { color: #0084ff } html[data-theme=dark] .ReportTrespass-description a { color: #3a76d0 } html[data-theme=dark] .ReportTrespass-description { color: #999 } .ReportOption-check { font-size: 14px; color: #8590a6 } .ReportOption-check input { margin-right: 8px } html[data-theme=dark] .ReportOption-check { color: #606a80 } .ReportOption-desc { font-size: 14px; color: #999 } html[data-theme=dark] .ReportOption-desc { color: #646464 } .ReportMenu-inner { margin-bottom: 30px; font-size: 14px; line-height: 1.75 } .ReportMenu-mobile .ReportMenu-inner:not(.ReportMenu-options) { padding-top: 18px } .ReportMenu-item { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 12px 0; text-align: left; cursor: pointer; border-bottom: 1px solid #f6f6f6; outline: none } html[data-theme=dark] .ReportMenu-item { border-bottom: 1px solid #2e2e2e } .ReportMenu-itemValue { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 } .ReportMenu-itemCheck { position: absolute; width: 0; height: 0; opacity: 0 } .ReportMenu-itemCheck:checked+.ReportMenu-itemCheckIcon { opacity: 1 } .ReportMenu-itemCheckIcon { fill: #0084ff; opacity: 0; -webkit-transition: opacity .2s; transition: opacity .2s } html[data-theme=dark] .ReportMenu-itemCheckIcon { fill: #3a76d0 } .ReportMenu-paragraph { white-space: pre-wrap; list-style: none } .ReportMenu-paragraph--light { margin-top: 1em; color: #8590a6 } html[data-theme=dark] .ReportMenu-paragraph--light { color: #606a80 } .ReportMenu-textarea { width: 100% } .ReportMenu-link { color: #175199 } .ReportMenu-link:hover { text-decoration: underline } html[data-theme=dark] .ReportMenu-link { color: #175199 } .ReportMenu-link--light { text-decoration: underline } .ReportMenu-errorText { width: 100%; margin-top: 16px; color: #f1403c; font-size: 15px; text-align: right } html[data-theme=dark] .ReportMenu-errorText { color: #b7302d } .TPass { display: inline-block; border-color: #bfbfbf } html[data-theme=dark] .TPass { border-color: grey } .TPass-wrapper { display: block; position: relative; font-size: 14px; color: #646464; border-color: inherit } html[data-theme=dark] .TPass-wrapper { color: #999 } .TPass-input { opacity: 0; position: absolute; top: 0; left: 0; margin-top: 1px; margin-left: 1px; padding: 0; width: 50px; height: 50px; border: 0; border-radius: 4px; line-height: 50px; text-align: center; color: currentColor; -webkit-transition: opacity .1s; transition: opacity .1s } .TPass-input::-webkit-inner-spin-button, .TPass-input::-webkit-outer-spin-button { -webkit-appearance: none; appearance: none } .TPass-input:focus { opacity: 1 } .TPassBoxes { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 352px; line-height: 1; vertical-align: top; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .TPassBox { -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; display: block; width: 50px; height: 50px; border: 1px solid; border-color: inherit; line-height: 50px; text-align: center; vertical-align: top } .TPassBox-mask:before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 4px; background: currentColor; color: grey } html[data-theme=dark] .TPassBox-mask:before { color: grey } .TPassBox, .TPassBoxes { -webkit-transition: border-color .1s; transition: border-color .1s } .Spinner { contain: strict; display: block; margin: 0 auto; width: 24px; height: 24px; line-height: 24px } .Spinner-loading { display: inline-block; width: 16px; height: 16px; margin: 0 auto; border-radius: 100px; border: 4px solid #f1403c; border-top-color: transparent; -webkit-animation: rotate .8s linear infinite; animation: rotate .8s linear infinite } html[data-theme=dark] .Spinner-loading { border: 4px solid #b7302d } @-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } @keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } .Payment { font-size: 14px; text-align: center; color: #646464; margin-top: 16px } html[data-theme=dark] .Payment { color: #999 } .Payment-placeholder { height: 20px; padding: 70px; text-align: center } .Payment-placehoder--empty { margin-bottom: -16px } .PaymentsList { text-align: left; margin: 0 -16px -16px; line-height: 50px } .PaymentsList .Popover { position: absolute; right: 26px } .Payment-Popover { border: none; padding-left: 4px; padding-right: 0 } .Payment-Bottomline, .Payment-Topline { content: ""; position: absolute; left: 0; right: 0; height: 1px; color: #ebebeb; background: currentColor; width: 353px; margin-left: 23px } html[data-theme=dark] .Payment-Bottomline, html[data-theme=dark] .Payment-Topline { color: #444 } .PaymentWay { font-size: 14px; color: #999; margin-left: 23px; margin-right: 118px } html[data-theme=dark] .PaymentWay { color: #646464 } .Payment-select-list, .Popover-targetContainer-verification { width: auto; min-width: 187px } .PaymentItem svg { margin-right: 4px } .PaymentItem:hover { background: #f6f6f6 } html[data-theme=dark] .PaymentItem:hover { background: #2e2e2e } .PaymentItem .icon { vertical-align: -4px; margin-right: 6px } .PaymentItem--disabled { color: #999; pointer-events: none } html[data-theme=dark] .PaymentItem--disabled { color: #646464 } .Payment-balancePay, .Payment-wechatPay { line-height: 40px; padding-top: 20px; padding-bottom: 8px } .Payment-balancePay .icon, .Payment-wechatPay .icon { margin-right: 6px } .Payment-balancePayTitle, .Payment-wechatPayTitle { font-size: 24px; color: #444; line-height: 33px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } html[data-theme=dark] .Payment-balancePayTitle, html[data-theme=dark] .Payment-wechatPayTitle { color: grey } .PaymentIconWechat { color: #999 } html[data-theme=dark] .PaymentIconWechat { color: #646464 } .PaymentIconWallet { color: #0084ff } .PaymentItem--disabled .PaymentIconWallet { color: #999 } html[data-theme=dark] .PaymentItem--disabled .PaymentIconWallet { color: #646464 } html[data-theme=dark] .PaymentIconWallet { color: #3a76d0 } .Payment-CheckedButton { display: block; margin: 19px 24px 0 22px; height: 44px; width: 353px; border-radius: 4px; background: #0084ff; border: 1px solid #0084ff; color: #fff; font-size: 16px } .Payment-CheckedButton:hover { background-color: #0084ff } html[data-theme=dark] .Payment-CheckedButton:hover { background-color: #3a76d0 } @media (max-width:690px) { .Payment-CheckedButton { width: 295px; margin-bottom: 20px } } html[data-theme=dark] .Payment-CheckedButton { background: #3a76d0; border: 1px solid #3a76d0; color: #1a1a1a } .Payment-balancePaySms { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; position: relative } .Payment-balancePaySmsText, .Payment-sms { -webkit-box-flex: 100%; -ms-flex: 100% 1; flex: 100% 1 } .Payment-sendSms { position: absolute; right: 0; top: 44px; border: none; line-height: 33px; color: currentColor; background: none } .Payment-sendSms:hover { text-decoration: underline; cursor: pointer } .Payment-sendSms[disabled] { color: #999; cursor: not-allowed } html[data-theme=dark] .Payment-sendSms[disabled] { color: #646464 } .Payment-qrPlaceholder, .Payment-qrWrapper { margin: 0 auto; width: 115px; height: 115px; color: #999 } .Payment-qrPlaceholder i, .Payment-qrWrapper i { margin: 20px } .Payment-qrPlaceholder img, .Payment-qrWrapper img { width: 115px; height: 115px } html[data-theme=dark] .Payment-qrPlaceholder, html[data-theme=dark] .Payment-qrWrapper { color: #646464 } .Payment-qrPlaceholder { padding-top: 30px } .Payment-qrPlaceholder img { position: absolute; bottom: 0; opacity: .01 } .Payment-balancePayFooter { padding: 20px 0 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .Payment-balancePayConfirmBtn { width: 60px; padding: 0 } .Payment-balancePayForget { font-size: 13px; line-height: 24px; color: #8590a6; margin-top: 20px } html[data-theme=dark] .Payment-balancePayForget { color: #606a80 } .Payment-errorTip { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; color: #f1403c; text-align: center; line-height: 36px } html[data-theme=dark] .Payment-errorTip { color: #b7302d } .Payment-errorInput { border-color: #f1403c } .Payment-errorInput .TPass-wrapper { color: #f1403c } html[data-theme=dark] .Payment-errorInput .TPass-wrapper { color: #b7302d } html[data-theme=dark] .Payment-errorInput { border-color: #b7302d } .Payment-errorInput input { outline-color: #f1403c } html[data-theme=dark] .Payment-errorInput input { outline-color: #b7302d } .Payment-tpass { position: relative; margin-top: 41px } .Payment-tpass .TPass-wrapper { color: #bfbfbf } html[data-theme=dark] .Payment-tpass .TPass-wrapper { color: grey } .Payment-progressing .TPass-wrapper { visibility: hidden } .Payment-balancePaySpinner { margin-top: -24px; -webkit-transform: translateY(-4px); transform: translateY(-4px) } .Payment-email { color: #0084ff } html[data-theme=dark] .Payment-email { color: #3a76d0 } .Payment-description { font-size: 14px; color: #8590a6; line-height: 24px; margin-top: 2px } html[data-theme=dark] .Payment-description { color: #606a80 } .Reward-TipjarDialogModal { width: 400px } .Reward-TipjarDialog { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch } .Reward-TipjarDialog-user { font-size: 18px; color: #444; font-weight: 600; font-synthesis: style; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 16px 0 0 } html[data-ios] .Reward-TipjarDialog-user { font-weight: 500 } html[data-android] .Reward-TipjarDialog-user { font-weight: 700 } .Reward-TipjarDialog-user .Reward-UserAvatar { margin-right: 16px; display: inline-block; vertical-align: middle } .Reward-TipjarDialog-user .Reward-UserAvatar img { display: block; border-radius: 2px } html[data-theme=dark] .Reward-TipjarDialog-user { color: grey } .Reward-Avatar { width: 36px; height: 36px } .Reward-TipjarDialog-tagLine { height: 30px; font-size: 14px; margin-top: 20px; line-height: 30px; background: #f6f6f6; border-radius: 4px; padding: 5px 10px; color: #444; margin-bottom: 20px; position: relative } html[data-theme=dark] .Reward-TipjarDialog-tagLine { background: #2e2e2e; color: grey } .Reward-TipjarDialog-selectAmount { -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch } .Reward-TipjarDialog-amountList, .Reward-TipjarDialog-selectAmount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-direction: normal } .Reward-TipjarDialog-amountList { -webkit-box-orient: horizontal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .Reward-TipjarDialog-amountList .Button { width: 28%; margin: 0 0 24px; font-size: 14px } .Reward-TipjarDialog-amountList .Button--red { border-color: #f1403c; color: #f1403c } html[data-theme=dark] .Reward-TipjarDialog-amountList .Button--red { border-color: #b7302d; color: #b7302d } .Reward-TipjarDialog-amountList .Reward-Button-checked { background: #f1403c; color: #fff } .Reward-TipjarDialog-amountList .Reward-Button-checked.Button--red:hover:not(:disabled) { background-color: #f1403c } html[data-theme=dark] .Reward-TipjarDialog-amountList .Reward-Button-checked.Button--red:hover:not(:disabled) { background-color: #b7302d } html[data-theme=dark] .Reward-TipjarDialog-amountList .Reward-Button-checked { background: #b7302d; color: #1a1a1a } .Reward-TipjarDialog-amountList b { margin-right: .2em; font-size: 16px } .Reward-TipjarDialog-amountCustom { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 6px } .Reward-TipjarDialog-amountCustom, .Reward-TipjarDialog-amountInput { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .Reward-TipjarDialog-amountInput { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-preferred-size: 100%; flex-basis: 100% } .Reward-TipjarDialog-amountInput .Button { margin-left: 21px; height: 34px; width: 68px; line-height: 34px; margin-top: 1px } .Reward-TipjarDialog-amountInput .SimpleInput { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; min-height: 0; outline: none; padding: 0 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 14px; line-height: 20px; margin-bottom: 2px; border: 1px solid #d3d3d3; -webkit-box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .12); box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .12); border-radius: 3px; width: 261px; height: 36px } .Reward-TipjarDialog-amountInput .SimpleInput::-webkit-input-placeholder { color: #8590a6 } .Reward-TipjarDialog-amountInput .SimpleInput:-ms-input-placeholder { color: #8590a6 } .Reward-TipjarDialog-amountInput .SimpleInput::-ms-input-placeholder { color: #8590a6 } .Reward-TipjarDialog-amountInput .SimpleInput::placeholder { color: #8590a6 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::-webkit-input-placeholder { color: #606a80 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput:-ms-input-placeholder { color: #606a80 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::-ms-input-placeholder { color: #606a80 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::placeholder { color: #606a80 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput { border: 1px solid #2e2e2e; -webkit-box-shadow: 0 1px 2px 0 rgba(26, 26, 26, .12); box-shadow: 0 1px 2px 0 rgba(26, 26, 26, .12) } .TipjarDialog-customButton { display: block; margin: 0 auto; color: #f1403c } html[data-theme=dark] .TipjarDialog-customButton { color: #b7302d } .TipjarDialog-customButton-cheked { background: #f1403c; border: 1px solid #f1403c; border-radius: 3px; width: 140px; height: 34px; font-size: 12px; color: #fff; text-align: center; margin: 0 auto; display: block } .TipjarDialog-customButton-cheked:hover { background-color: #f1403c } html[data-theme=dark] .TipjarDialog-customButton-cheked:hover { background-color: #b7302d } html[data-theme=dark] .TipjarDialog-customButton-cheked { background: #b7302d; border: 1px solid #b7302d; color: #1a1a1a } .Reward-TipjarDialog-error { color: #f1403c; margin-top: 6px; display: none; -webkit-box-flex: 100%; -ms-flex: 100% 1; flex: 100% 1; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } html[data-theme=dark] .Reward-TipjarDialog-error { color: #b7302d } @media (max-width:690px) { .Reward-TipjarDialogModal { width: 90% } .Reward-TipjarDialog-amountList .Button { height: 40px; width: 87px } .Reward-TipjarDialog-amountList b { margin-right: 0 } } body.scroll-locked .Popover-content { position: fixed }
Src/iBlogs.Site.Web/wwwroot/css/modals.css
.Pagination { padding: 16px 20px; text-align: center; margin: 0 auto } .PaginationButton { color: #1a1a1a; -webkit-transition: color .2s; transition: color .2s; padding: 0 15px } .PaginationButton:not(:disabled):hover, html[data-theme=dark] .PaginationButton:not(:disabled):hover { color: #175199 } html[data-theme=dark] .PaginationButton { color: #999 } .PaginationButton--current { color: #8590a6 } html[data-theme=dark] .PaginationButton--current { color: #606a80 } .PaginationButton--ellipsis { border: none; background: none } .CommentEditor .RichText { min-height: auto!important } .CommentEditor--normal { position: relative; -webkit-transition: padding-right .3s ease; transition: padding-right .3s ease } .CommentEditor--normal .CommentEditor-input { overflow: hidden; width: 100% } .CommentEditor--normal .Editable-unstyled { margin: 0!important } .CommentEditor--normal.CommentEditor--active { padding-right: 94px } .CommentEditor--normal.CommentEditor--active .CommentEditor-singleButton { -webkit-transform: scale(1); transform: scale(1) } .CommentEditor--inCommentItem .CommentEditor-actions { margin-top: 16px; text-align: right } .CommentEditor--inCommentItem .CommentEditor-actions .Button { line-height: 34px } .CommentEditor--inCommentItem .CommentEditor-actions .Button+.Button { margin-left: 20px } .CommentEditor-singleButton { position: absolute; right: 16px; bottom: 12px; line-height: 34px!important; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: opacity .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, transform .3s ease; transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease } .CommentEditor-singleButton:disabled { cursor: not-allowed } .CommentEditor-input { font-size: 15px } .CommentEditor-input .Editable { background: #f6f6f6 } .CommentEditor-input .Editable--focus { background: #fff } html[data-theme=dark] .CommentEditor-input .Editable--focus { background: #1a1a1a } html[data-theme=dark] .CommentEditor-input .Editable { background: #2e2e2e } .CommentEditor-input .Dropzone { min-height: auto!important } .CommentEditor-input .RichText--editable { padding: 5px 12px!important } .CommentEditor-startCommentButton { width: 100% } .CommentEditor-hiddenInput { position: absolute; z-index: -1; top: -9999px } .CommentEditor-input--mobile { min-height: 208px } .CommentEditor-input--mobile, .CommentEditor-input--mobile.is-focus { border: none } .CommentEditor-input--mobile .Editable { background: #fff } html[data-theme=dark] .CommentEditor-input--mobile .Editable { background: #1a1a1a } .CommentEditor-modalButtons { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 8px 20px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb } .CommentEditor-modalButtons .Button { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 } .CommentEditor-modalButtons .Button+.Button { margin-left: 16px } html[data-theme=dark] .CommentEditor-modalButtons { border-top: 1px solid #444; border-bottom: 1px solid #444 } .SignInModal .MobileModal-title { padding-bottom: 0 } .SignInModal-openInAppButton { margin-bottom: 16px; width: 100%; line-height: 44px; color: #fff; background-color: #0084ff } html[data-theme=dark] .SignInModal-openInAppButton { color: #1a1a1a; background-color: #3a76d0 } .SignInModal-content { padding: 0 16px } .SignInModal-content button { height: 44px; width: 100%; font-size: 16px; border: 1px solid; border-radius: 3px } .SignInModal-content button:not(:last-child) { margin-bottom: 16px } .SignInModal-button-zhihu { background-color: #fff; border-color: #0084ff; color: #0084ff } html[data-theme=dark] .SignInModal-button-zhihu { background-color: #1a1a1a; border-color: #3a76d0; color: #3a76d0 } .SignInModal-button-weibo { background-color: #f1403c; border-color: #F1403C; color: #fff } html[data-theme=dark] .SignInModal-button-weibo { background-color: #b7302d; border-color: #B7302D; color: #1a1a1a } .SignInModal-button-wechat { background-color: #bfbfbf; border-color: #bfbfbf; color: #fff } html[data-theme=dark] .SignInModal-button-wechat { background-color: #444; border-color: #444; color: #1a1a1a } .SignInModal-button-qq { background-color: #0084ff; border-color: #0084ff; color: #fff } html[data-theme=dark] .SignInModal-button-qq { background-color: #3a76d0; border-color: #3a76d0; color: #1a1a1a } .Editable-VideoTitleInput-container { -ms-flex-item-align: stretch; align-self: stretch; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100% } html[data-theme=dark] .Editable-VideoTitleInput-container { background: #1a1a1a } .Editable-VideoTitleInput-innerContainer { cursor: text; display: -webkit-box; display: -ms-flexbox; display: flex; padding: 0 16px } .Editable-VideoTitleInput-innerContainer--isBeforeIconShown { padding: 0 10px } .Editable-VideoTitleInput-beforeIcon, html[data-theme=dark] .Editable-VideoTitleInput-beforeIcon { color: grey } .Editable-VideoTitleInput-value { font-size: 15px; line-height: 48px } .Editable-VideoTitleInput-value--noContent, html[data-theme=dark] .Editable-VideoTitleInput-value--noContent { color: grey } .Editable-VideoTitleInput { border: none; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 15px; height: 48px; padding: 0; width: 100% } .Editable-VideoTitleInput:focus { outline: none } .Editable-VideoTitleInput::-webkit-input-placeholder { color: grey } .Editable-VideoTitleInput:-ms-input-placeholder { color: grey } .Editable-VideoTitleInput::-ms-input-placeholder { color: grey } .Editable-VideoTitleInput::placeholder { color: grey } html[data-theme=dark] .Editable-VideoTitleInput::-webkit-input-placeholder { color: grey } html[data-theme=dark] .Editable-VideoTitleInput:-ms-input-placeholder { color: grey } html[data-theme=dark] .Editable-VideoTitleInput::-ms-input-placeholder { color: grey } html[data-theme=dark] .Editable-VideoTitleInput::placeholder { color: grey } .VideoCardPlayButton { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 56px; height: 56px; margin: auto; transition: -webkit-transform .3s; -webkit-transition: -webkit-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s } .VideoCardPlayButton-icon { display: block; -webkit-box-shadow: 0 0 4px 0 rgba(26, 26, 26, .16); box-shadow: 0 0 4px 0 rgba(26, 26, 26, .16); border-radius: 50% } html[data-theme=dark] .VideoCardPlayButton-icon { -webkit-filter: brightness(.7); filter: brightness(.7); -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16); box-shadow: 0 0 4px 0 rgba(0, 0, 0, .16) } .VideoCardPlayButton-withFileSize--outer { position: absolute; top: 0; right: 0; bottom: 0; left: 0; height: 36px; margin: auto; text-align: center } .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize { font-weight: 600; font-synthesis: style; height: 36px; -webkit-box-sizing: border-box; box-sizing: border-box; line-height: 35px; padding: 0 14px; font-size: 14px; border-radius: 18px; display: inline-block; color: #fff; background-color: rgba(18, 18, 18, .6); -webkit-backdrop-filter: blur(16px); backdrop-filter: blur(16px); border: .5px solid hsla(0, 0%, 100%, .1) } html[data-ios] .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize { font-weight: 500 } html[data-android] .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize { font-weight: 700 } @supports not ((-webkit-backdrop-filter:blur(16px)) or (backdrop-filter:blur(16px))) { .VideoCardPlayButton-withFileSize--outer .VideoCardPlayButton-withFileSize { background-color: rgba(18, 18, 18, .8) } } .VideoCardPlayButton-withFileSize--outer .Zi { margin-left: -2.5px; margin-right: 7.5px } .VideoCard { position: relative; overflow: hidden; border: 1px solid #ebebeb; border-radius: 4px; -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1); box-shadow: 0 1px 3px rgba(26, 26, 26, .1) } html[data-theme=dark] .VideoCard { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3); border: 1px solid #444 } .VideoCard--converting .VideoCard-thumbnail { -webkit-filter: blur(8px); filter: blur(8px); -webkit-transform: scale(1.1); transform: scale(1.1) } .VideoCard--converting .VideoCard-video-content:after { content: "\89C6\9891\6B63\5728\8F6C\7801\4E2D"; color: #fff; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } html[data-theme=dark] .VideoCard--converting .VideoCard-video-content:after { color: #1a1a1a } .VideoCard-link { display: block } .VideoCard-layout { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap } .VideoCard-poster { width: 120px; height: 90px; background-color: #ebebeb; position: relative } .VideoCard-poster img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover } .VideoCard-poster .VideoCard-playIcon--nonLens { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 36px; height: 36px; margin: auto } html[data-theme=dark] .VideoCard-poster { background-color: #444 } .VideoCard-video { position: relative; width: 100% } .VideoCard-video:before { display: block; padding-top: 56.25%; content: "" } .VideoCard-video-content { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden } .VideoCard-thumbnail { position: relative; width: 100%; height: 100%; background-color: #ebebeb } .VideoCard-thumbnail img { display: block; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover } html[data-theme=dark] .VideoCard-thumbnail { background-color: #444 } .VideoCard-thumbnail--placeholder { background-image: url(https://zhstatic.zhihu.com/zhihu-components/video-card/video_placeholder.jpg); background-size: cover } .VideoCard--interactive .VideoCard-video:hover .VideoCard-play-button { -webkit-transform: scale(1.1); transform: scale(1.1) } .VideoCard-content { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; padding: 10px 16px; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box } .VideoCard-VideoTitleInputHolder { height: 48px; width: 100% } .VideoCard-title { overflow: hidden; height: 28px; font-size: 16px; line-height: 28px; text-overflow: ellipsis; white-space: nowrap } .VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title, html[data-theme=dark] .VideoCard--interactive .VideoCard-link .VideoCard-content:hover .VideoCard-title { color: #175199 } .VideoCard-description { height: 25px; margin-top: 5px; line-height: 25px } .VideoCard-source { display: inline-block; margin-right: 10px; color: #8590a6 } html[data-theme=dark] .VideoCard-source { color: #606a80 } .VideoCard-badge { display: inline-block; padding: 0 8px; color: #8590a6; background-color: #f6f6f6; border-radius: 3px } html[data-theme=dark] .VideoCard-badge { color: #606a80; background-color: #2e2e2e } .VideoCard-player { width: 100%; height: 100%; background-color: #1a1a1a } .VideoCard-player .Embed, .VideoCard-player iframe { display: block; width: 100%; height: 100% } html[data-theme=dark] .VideoCard-player { background-color: #999 } .VideoCard-overlay { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; background-color: #fff } .VideoCard-overlay.is-loading { opacity: 0 } .VideoCard-mask, html[data-theme=dark] .VideoCard-overlay { background-color: #1a1a1a } .VideoCard-mask { position: absolute; top: 0; left: 0; z-index: 1; width: 100%; height: 100%; -webkit-transition: opacity .3s, visibility .3s; transition: opacity .3s, visibility .3s } .VideoCard-mask:not(.is-shown) { opacity: 0; visibility: hidden } html[data-theme=dark] .VideoCard-mask { background-color: #999 } .VideoCard--mobile .VideoCard-poster { width: 100px; height: 75px } .VideoCard--mobile .VideoCard-video:hover .VideoCard-play-button { -webkit-transform: scale(1); transform: scale(1) } .VideoCard--mobile .VideoCard-content { padding: 10px 12px } .VideoCard--mobile .VideoCard-title { font-size: 16px } .VideoCard--mobile .VideoCard-description { margin-top: 0; font-size: 12px } .VideoErrorCard-thumbnail { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 100% } .VideoErrorCard-error { font-size: 28px; line-height: 40px; text-align: center; color: #8590a6 } html[data-theme=dark] .VideoErrorCard-error { color: #606a80 } .GifPlayer { display: block; margin: 0 auto; overflow: hidden; max-width: 100%; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; cursor: pointer; text-align: center } .GifPlayer, html[data-theme=dark] .GifPlayer { position: relative } html[data-theme=dark] .GifPlayer:after { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .3); border-radius: inherit; pointer-events: none } .GifPlayer[data-size=small] { max-width: 40% } .GifPlayer img { max-width: 100%; vertical-align: top } .GifPlayer-icon { position: absolute; top: 50%; left: 50%; margin-left: -30px; margin-top: -30px; pointer-events: none; -webkit-transition: .3s ease-out; transition: .3s ease-out; transition-property: opacity, -webkit-transform; -webkit-transition-property: opacity, -webkit-transform; transition-property: transform, opacity; transition-property: transform, opacity, -webkit-transform; -webkit-transform: scale(1); transform: scale(1); -webkit-transform-origin: center; transform-origin: center; opacity: 1 } .GifPlayer.isPlaying .GifPlayer-icon { -webkit-transform: scale(.3); transform: scale(.3); opacity: 0 } .RichText-video { margin: 16px 0 } .CommentPermission-item { padding-left: 44px; line-height: 40px } .CommentPermission-item>span { position: absolute; -webkit-transform: translateX(-100%); transform: translateX(-100%); margin-left: -8px } .CommentDeleteAndReport-extra { text-align: center } .CommentDeleteAndReport-extra .Button { font-size: 13px } .CommentItem { position: relative; -ms-flex-negative: 0; flex-shrink: 0; padding: 12px 20px 10px; font-size: 15px } .CommentItem:not(:first-child):after { position: absolute; top: 0; left: 0; right: 0; display: block; margin: 0 20px; border-bottom: 1px solid #f6f6f6; content: "" } @media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) { .CommentItem:not(:first-child):after { border-bottom-width: .5px } } @media (-webkit-min-device-pixel-ratio:3), (min-resolution:288dpi) { .CommentItem:not(:first-child):after { border-bottom-width: .33333px } } @media (-webkit-min-device-pixel-ratio:4), (min-resolution:384dpi) { .CommentItem:not(:first-child):after { border-bottom-width: .25px } } html[data-theme=dark] .CommentItem:not(:first-child):after { border-bottom-color: #2e2e2e } .CommentItem-deletedContent { padding: 16px 0; font-size: 14px; color: #8590a6; text-align: center } html[data-theme=dark] .CommentItem-deletedContent { color: #606a80 } .CommentItem-meta { position: relative; height: 27px; padding-right: 3px; padding-left: 1px; margin-bottom: 5px; line-height: 24px } .CommentItem-avatar { margin-right: 8px } .CommentItem-avatar .UserLink-avatar { vertical-align: top } .CommentItem-reply, .CommentItem-roleInfo { color: #8590a6 } html[data-theme=dark] .CommentItem-reply, html[data-theme=dark] .CommentItem-roleInfo { color: #606a80 } .CommentItem-reviewing { margin-left: 8px } .CommentItem-reply { margin-right: 8px; margin-left: 8px } .CommentItem-roleInfo { margin-right: -8px } .CommentItem-time { float: right; font-size: 14px; color: #8590a6 } html[data-theme=dark] .CommentItem-time { color: #606a80 } .CommentItem-content { margin-bottom: 6px; line-height: 25px } .CommentItem-content p { margin: 0 } .CommentItem-editor { margin-bottom: 8px } .CommentItem-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 24px; font-size: 14px; line-height: 24px } .CommentItem-footer .Button+.Button { margin-left: 20px } .CommentItem-mobileFooter .Button+.Button { margin-left: 0 } .CommentItem-hoverBtn { opacity: 0; -webkit-transition: opacity .2s; transition: opacity .2s } .CommentItem:hover .CommentItem-hoverBtn { opacity: 1 } .CommentItem-walleTag { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; color: #8590a6; margin-left: 16px; margin-right: 16px } html[data-theme=dark] .CommentItem-walleTag { color: #606a80 } .CommentItem-walleIcon { margin-right: 4px } .CommentItem-likeBtn:disabled { opacity: 1 } .CommentItem-likeBtn.is-liked { color: #0084ff } .CommentItem-likeBtn.is-liked:hover { color: #175199 } .CommentItem-likeBtn.is-liked:hover .Icon { fill: currentColor } html[data-theme=dark] .CommentItem-likeBtn.is-liked:hover { color: #175199 } .CommentItem-likeBtn.is-liked .Icon { fill: currentColor } html[data-theme=dark] .CommentItem-likeBtn.is-liked { color: #3a76d0 } .CommentItem--highlighted { -webkit-animation: highlight 1.6s ease-out; animation: highlight 1.6s ease-out } .CommentItem-replyArrow { color: #8590a6; -webkit-transform: rotate(90deg); transform: rotate(90deg); margin: 0 5px 0 8px } html[data-theme=dark] .CommentItem-replyArrow { color: #606a80 } .CommentItem-userLink { max-width: 80px; font-weight: 600; font-synthesis: style; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; vertical-align: top } @media (min-width:360px) { .CommentItem-userLink { max-width: 100px } } html[data-ios] .CommentItem-userLink { font-weight: 500 } html[data-android] .CommentItem-userLink { font-weight: 700 } .CommentItem-menu-item { padding-top: 13px; padding-bottom: 13px } .Comments-pattern-loading { height: 96px; 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 } .CommentTopbar-title { display: inline-block; font-size: 15px; font-weight: 600; font-synthesis: style; color: #1a1a1a } html[data-ios] .CommentTopbar-title { font-weight: 500 } html[data-android] .CommentTopbar-title { font-weight: 700 } html[data-theme=dark] .CommentTopbar-title { color: #999 } .CommentTopbar-back { font-size: 16px; font-weight: inherit; color: #1a1a1a } .CommentTopbar-back:hover { color: #0084ff } html[data-theme=dark] .CommentTopbar-back:hover { color: #3a76d0 } html[data-theme=dark] .CommentTopbar-back { color: #999 } .CommentTopbar-backIcon { vertical-align: -2px; fill: currentColor } .CommentTopbar { border-radius: 2px } .CommentTopbar-meta { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; height: 50px; padding: 0 16px } .CommentTopbar-meta, .CommentTopbar-tabsWrapper { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .CommentTopbar-tabsWrapper { font-size: 15px } .CommentTopbar-tabs { padding: 0; border-bottom: none } .CommentTopbar-tab { display: inline-block; padding: 0 20px } .CommentTopbar-tab:first-child { padding-left: 0 } .CommentTopbar-tabButton { position: relative; height: 56px; border: none } .CommentTopbar-tabButton:hover { background: none } .Comments { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box } .Comments--hidden { display: none } .CommentList { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; overflow-x: hidden; overflow-y: auto } .CommentList-divider { position: relative; margin: 0 24px; font-size: 14px; color: #8590a6; text-align: center } .CommentList-divider:first-child { margin-top: 16px } .CommentList-divider:last-child { margin-bottom: 16px } .CommentList-divider+.CommentItem:after { content: none } .CommentList-divider a { color: #175199 } .CommentList-divider a:hover, html[data-theme=dark] .CommentList-divider a:hover { border-bottom: 1px solid #175199 } html[data-theme=dark] .CommentList-divider a { color: #175199 } html[data-theme=dark] .CommentList-divider { color: #606a80 } .CommentList-dividerLine { position: absolute; top: 0; bottom: 0; width: 100%; height: 0; margin: auto; border-top: 1px solid #ebebeb } html[data-theme=dark] .CommentList-dividerLine { border-top: 1px solid #444 } .CommentList-dividerText { position: relative; z-index: 2; display: inline-block; padding: 0 1em; background-color: #fff } .CommentList-dividerText .CommentList-questionMark { margin-left: 8px } html[data-theme=dark] .CommentList-dividerText { background-color: #1a1a1a } .Comments-footer { padding: 12px 20px; background: #fff; border-top: 1px solid #ebebeb } html[data-theme=dark] .Comments-footer { background: #1a1a1a; border-top: 1px solid #444 } .Comments-disabledText { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 14px 12px; color: #8590a6; background-color: #f6f6f6; border-top: 1px solid #f6f6f6; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } html[data-theme=dark] .Comments-disabledText { color: #606a80; background-color: #2e2e2e; border-top: 1px solid #2e2e2e } .Comments-disabledText--fixed { position: fixed; width: 100%; bottom: 0; background: #fff } .Comments-disabledText--fixed .Comments-disabledReason { padding-top: 8px; padding-bottom: 8px; background: #f6f6f6; width: 100%; text-align: center; border-radius: 3px } html[data-theme=dark] .Comments-disabledText--fixed .Comments-disabledReason { background: #2e2e2e } html[data-theme=dark] .Comments-disabledText--fixed { background: #1a1a1a } .CommentList-action { position: relative; padding: 16px 0; text-align: center } .CommentList-action:after { position: absolute; top: 0; display: block; width: calc(100% - 48px); border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .CommentList-action:after { border-bottom: 1px solid #2e2e2e } .CommentList-action a { color: #175199 } .CommentList-action a:hover, html[data-theme=dark] .CommentList-action a:hover { border-bottom: 1px solid #175199 } html[data-theme=dark] .CommentList-action a { color: #175199 } .Comments-withPagination { border: 1px solid #ebebeb; -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1); box-shadow: 0 1px 3px rgba(26, 26, 26, .1); background: #fff; margin-top: 12px; overflow: visible; border-radius: 4px } html[data-theme=dark] .Comments-withPagination { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3) } .Comments-withPagination .CommentList { overflow-y: visible } html[data-theme=dark] .Comments-withPagination { border: 1px solid #444; background: #1a1a1a } .comments-pagination { border-top: 1px solid #ebebeb } html[data-theme=dark] .comments-pagination { border-top: 1px solid #444 } .Comments-Packup-Button { background: hsla(0, 0%, 92.2%, .95); border-radius: 3px; position: fixed; height: 30px; width: 93px; bottom: 30px; left: 570px; font-size: 13px; color: #8590a6; letter-spacing: 0; margin-left: -93px } .Comments-Packup-Button:hover, html[data-theme=dark] .Comments-Packup-Button:hover { color: grey } .Comments-Packup-Button .Zi--ArrowUp { position: relative; left: 6px; margin-left: -6px } .Comments-Packup-Button-enter, .Comments-Packup-Button-leave { -webkit-transition: opacity .3s; transition: opacity .3s } .Comments-Packup-Button-enter { opacity: 0 } .Comments-Packup-Button-enter-active, .Comments-Packup-Button-leave { opacity: 1 } .Comments-Packup-Button-leave-active { opacity: 0 } html[data-theme=dark] .Comments-Packup-Button { background: rgba(68, 68, 68, .95); color: #606a80 } .Comments-empty { padding: 60px 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: auto } .CommentList-expendCollapseButton { color: #8590a6; cursor: pointer } .CommentList-expendCollapseButton:hover, html[data-theme=dark] .CommentList-expendCollapseButton:hover { color: grey } html[data-theme=dark] .CommentList-expendCollapseButton { color: #606a80 } .CommentItem { outline: none } .UploadPicture-wrapper { cursor: pointer } .UploadPicture-input { display: none } .CommentEditorV2-inputUpLoad-Icon, .ImagePopover { width: 24px; height: 24px } .ImagePopover { margin-right: 8px } .ImagePopover-imageInput { display: none; opacity: 0 } .ImagePopover-thumbnail { width: 120px; height: 120px; padding: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; position: relative } .ImagePopover-thumbnail .closeButton { position: absolute; width: 16px; height: 16px; right: 8px; top: 8px } .ImagePopover-thumbnail .Zi--Close { width: 16px; height: 16px } .ImagePopover-thumbnail img { width: 120px; height: 120px } .CommentSticker { font-size: 0 } .CommentSticker-img, .CommentSticker-load { width: 48px; height: 48px; padding-bottom: 4px } .CommentSticker-load { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 9px; color: #d3d3d3; background: #f6f6f6 } html[data-theme=dark] .CommentSticker-load { color: #2e2e2e; background: #2e2e2e } .StickerPopover-stickers-item { width: 48px; height: 73px; padding: 8px; text-align: center } .StickerPopover-stickers-item.StickerPopover-stickers-item-single { width: 140px; height: 143px; position: relative } .StickerPopover-stickers-item.StickerPopover-stickers-item-single .closeButton { position: absolute; width: 16px; height: 16px; right: 8px; top: 8px } .StickerPopover-stickers-item.StickerPopover-stickers-item-single .Zi--Close { width: 16px; height: 16px } .StickerPopover-stickers-item .VagueImage { padding-bottom: 4px } .StickerPopover-stickers-item.StickerPopover-stickers-item-single img { width: 100px; height: 100px; padding: 20px } .StickerPopover-stickers-item p { width: 48px; line-height: 18px; font-size: 12px; color: grey } html[data-theme=dark] .StickerPopover-stickers-item p { color: grey } .StickerPopover-stickers-wrap { overflow-y: scroll } .StickerPopover-stickers-list { width: 384px; height: 200px; padding: 4px; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: start; align-content: flex-start } .CommentEditorV2 .RichText { min-height: auto!important } .CommentEditorV2--normal { position: relative; -webkit-transition: padding-right .3s ease; transition: padding-right .3s ease } .CommentEditorV2--normal .CommentEditorV2-input { overflow: hidden; width: 100% } .CommentEditorV2--normal .Editable-unstyled { margin: 0!important } .CommentEditorV2--normal.CommentEditorV2--active { display: -webkit-box; display: -ms-flexbox; display: flex; padding-right: 94px } .CommentEditorV2--normal.CommentEditorV2--active .CommentEditorV2-singleButton { -webkit-transform: scale(1); transform: scale(1) } .CommentEditorV2--inCommentItem .CommentEditorV2-actions { margin-top: 16px; text-align: right } .CommentEditorV2--inCommentItem .CommentEditorV2-actions .Button { line-height: 34px } .CommentEditorV2--inCommentItem .CommentEditorV2-actions .Button+.Button { margin-left: 20px } .CommentEditorV2-singleButton { position: absolute; right: 16px; bottom: 13px; line-height: 34px!important; -webkit-transform: scale(0); transform: scale(0); -webkit-transition: opacity .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, -webkit-transform .3s ease; transition: opacity .3s ease, transform .3s ease; transition: opacity .3s ease, transform .3s ease, -webkit-transform .3s ease } .CommentEditorV2-singleButton:disabled { cursor: not-allowed } .CommentEditorV2-input { font-size: 15px } .CommentEditorV2-input .Editable, .CommentEditorV2-input .Editable--focus { background: transparent } .CommentEditorV2-input .Dropzone { min-height: auto!important } .CommentEditorV2-startCommentButton { width: 100% } .CommentEditorV2-hiddenInput { position: absolute; z-index: -1; top: -9999px } .CommentEditorV2-input--mobile { min-height: 208px } .CommentEditorV2-input--mobile, .CommentEditorV2-input--mobile.is-focus { border: none } .CommentEditorV2-input--mobile .Editable { background: #fff } html[data-theme=dark] .CommentEditorV2-input--mobile .Editable { background: #1a1a1a } .CommentEditorV2-modalButtons { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 8px 20px; border-top: 1px solid #ebebeb; border-bottom: 1px solid #ebebeb } .CommentEditorV2-modalButtons .Button { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 } .CommentEditorV2-modalButtons .Button+.Button { margin-left: 16px } html[data-theme=dark] .CommentEditorV2-modalButtons { border-top: 1px solid #444; border-bottom: 1px solid #444 } .CommentEditorV2-inputWrap { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; border: 1px solid #ebebeb; border-radius: 3px; background-color: #f6f6f6 } .CommentEditorV2-inputWrap .Input-wrapper { border: none!important; background: transparent!important } html[data-theme=dark] .CommentEditorV2-inputWrap { border: 1px solid #444; background-color: #2e2e2e } .CommentEditorV2-inputWrap--change { display: block } .CommentEditorV2-inputWrap--active { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; border: 1px solid #8590a6; background-color: #fff } html[data-theme=dark] .CommentEditorV2-inputWrap--active { border: 1px solid #606a80; background-color: #1a1a1a } .CommentEditorV2-inputUpload { height: 36px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center } .CommentEditorV2-inputUpload--FlexEnd { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end } .CommentEditorV2-inputUpload--SpaceBetween { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .CommentEditorV2-inputUpLoad-Icon { margin-right: 12px } .CommentEditorV2-inputUpLoad-Icon .Editable-control .Zi { fill: currentcolor } .CommentEditorV2-popoverWrap { display: -webkit-box; display: -ms-flexbox; display: flex } .CommentEditorV2-popoverWrap .Editable-control:not(:disabled):hover { background-color: transparent; border-color: transparent } .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Zi.Zi--Emotion { fill: #0084ff } html[data-theme=dark] .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Zi.Zi--Emotion { fill: #3a76d0 } .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Editable-control:not(:disabled):hover .Zi.Zi--Emotion { fill: #0084ff } html[data-theme=dark] .CommentEditorV2-popoverWrap .CommentEditorV2-inputUpLoad-Icon--active .Editable-control:not(:disabled):hover .Zi.Zi--Emotion { fill: #3a76d0 } .CommentEditorV2-MaxLength { font-size: 14px; line-height: 1.71; color: #f1403c; padding-left: 12px; font-weight: 600; font-synthesis: style } html[data-ios] .CommentEditorV2-MaxLength { font-weight: 500 } html[data-android] .CommentEditorV2-MaxLength { font-weight: 700 } .ImageView { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 101; overflow: hidden; -webkit-transition: background-color .2s ease-in-out; transition: background-color .2s ease-in-out } .ImageView.is-active { background-color: rgba(26, 26, 26, .65) } html[data-theme=dark] .ImageView.is-active { background-color: rgba(0, 0, 0, .65) } .ImageView-inner { height: 100%; -webkit-box-sizing: border-box; box-sizing: border-box } .ImageView-img { cursor: -webkit-zoom-out; cursor: zoom-out; transition: -webkit-transform .3s ease-in-out; -webkit-transition: -webkit-transform .3s ease-in-out; transition: transform .3s ease-in-out; transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out } .ImageView-transformOrigin { -webkit-transform-origin: left top; transform-origin: left top; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; transition-property: -webkit-transform opacity; -webkit-transition-property: -webkit-transform opacity; transition-property: transform opacity; transition-property: transform opacity, -webkit-transform opacity } .CommentRichText .Richtext-content_img { overflow: hidden; position: relative } .CommentRichText .Richtext-content_img .comment_gif, .CommentRichText .Richtext-content_img .comment_img { cursor: -webkit-zoom-in; cursor: zoom-in } .CommentRichText .Richtext-content_img img { position: relative; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%) } .CommentRichText .Richtext-content_img-square, .CommentRichText .Richtext-content_img-square img { width: 80px; height: 80px } .CommentRichText .Richtext-content_img-square--wideShape { max-width: 160px; height: 80px } .CommentRichText .Richtext-content_img-square--wideShape img { width: 160px } .CommentRichText .Richtext-content_img-square--highShape { width: 80px; max-height: 160px } .CommentRichText .Richtext-content_img-square--highShape img { height: 160px } .CommentRichText-ImageView { z-index: 300 } .CommentItemV2 { position: relative; -ms-flex-negative: 0; flex-shrink: 0; padding: 12px 20px 10px; font-size: 15px } .CommentItemV2:not(:first-child):after { position: absolute; left: 0; right: 0; bottom: 0; display: block; margin: 10px 20px 0; border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .CommentItemV2:not(:first-child):after { border-bottom: 1px solid #2e2e2e } .CommentItemV2-shield { font-size: 15px; color: #999 } html[data-theme=dark] .CommentItemV2-shield { color: #646464 } .CommentItemV2-meta { position: relative; height: 24px; padding-right: 3px; padding-left: 1px; margin-bottom: 4px; line-height: 24px } .CommentItemV2-meta .UserLink-link { font-weight: 500 } .CommentItemV2-metaSibling { padding-left: 33px } .CommentItemV2-avatar { margin-right: 8px } .CommentItemV2-avatar .UserLink-avatar { vertical-align: top } .CommentItemV2-reply, .CommentItemV2-roleInfo { color: #8590a6 } html[data-theme=dark] .CommentItemV2-reply, html[data-theme=dark] .CommentItemV2-roleInfo { color: #606a80 } .CommentItemV2-reviewing { margin-left: 8px } .CommentItemV2-reply { margin-right: 8px; margin-left: 8px } .CommentItemV2-roleInfo { margin-right: -8px } .CommentItemV2-time { float: right; font-size: 14px; color: #8590a6 } html[data-theme=dark] .CommentItemV2-time { color: #606a80 } .CommentItemV2-content { margin-bottom: 6px; line-height: 25px } .CommentItemV2-editor { padding: 12px 0 } .CommentItemV2-footer { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 24px; font-size: 14px; line-height: 24px; margin-top: 4px } .CommentItemV2-footer .Button+.Button { margin-left: 20px } .CommentItemV2-mobileFooter .Button+.Button { margin-left: 0 } .CommentItemV2-hoverBtn { opacity: 0; -webkit-transition: opacity .2s; transition: opacity .2s } .CommentItemV2-likeBtn:disabled, .CommentItemV2:hover .CommentItemV2-hoverBtn { opacity: 1 } .CommentItemV2-likeBtn.is-liked { color: #0084ff } .CommentItemV2-likeBtn.is-liked:hover { color: #175199 } .CommentItemV2-likeBtn.is-liked:hover .Icon { fill: currentColor } html[data-theme=dark] .CommentItemV2-likeBtn.is-liked:hover { color: #175199 } .CommentItemV2-likeBtn.is-liked .Icon { fill: currentColor } html[data-theme=dark] .CommentItemV2-likeBtn.is-liked { color: #3a76d0 } .CommentItemV2--highlighted { -webkit-animation: highlight 1.6s ease-out; animation: highlight 1.6s ease-out } @-webkit-keyframes highlight { 0% { background: rgba(0, 132, 255, .06) } to { background: transparent none repeat 0 0/auto auto padding-box border-box scroll; background: initial } } @keyframes highlight { 0% { background: rgba(0, 132, 255, .06) } to { background: transparent none repeat 0 0/auto auto padding-box border-box scroll; background: initial } } .IsolationDot { margin: 0 6px } .CommentItemV2-replyArrow { color: #8590a6; -webkit-transform: rotate(90deg); transform: rotate(90deg); margin: 0 5px 0 8px } html[data-theme=dark] .CommentItemV2-replyArrow { color: #606a80 } .CommentItemV2-userLink { max-width: 80px; font-weight: 600; font-synthesis: style; display: inline-block; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; vertical-align: top } @media (min-width:360px) { .CommentItemV2-userLink { max-width: 100px } } html[data-ios] .CommentItemV2-userLink { font-weight: 500 } html[data-android] .CommentItemV2-userLink { font-weight: 700 } .CommentItemV2-menu-item { padding-top: 13px; padding-bottom: 13px } .CommentItemV2-editor.CommentEditorV2--active { padding-right: 78px } .CommentItemV2-editor .CommentEditorV2-singleButton { right: 0 } .CommentItemV2-walleTag { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; color: #8590a6; margin-left: 16px; margin-right: 16px } html[data-theme=dark] .CommentItemV2-walleTag { color: #606a80 } .CommentItemV2-walleIcon { margin-right: 4px } .CommentMoreReplyButton { padding: 12px 20px 12px 84px } .NestComment { position: relative } .NestComment:not(:last-child):after { position: absolute; left: 0; right: 0; bottom: 0; display: block; margin: 0 20px; border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .NestComment:not(:last-child):after { border-bottom: 1px solid #2e2e2e } .NestComment .NestComment--child { position: relative; padding-left: 33px } .NestComment .NestComment--child:after { position: absolute; left: 0; right: 0; bottom: 0; display: block; margin-right: 20px; margin-left: 84px; border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .NestComment .NestComment--child:after { border-bottom: 1px solid #2e2e2e } .NestComment--rootComment { position: relative } .NestComment--rootComment:after { position: absolute; left: 0; right: 0; bottom: 0; display: block; margin-right: 20px; margin-left: 52px; border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .NestComment--rootComment:after { border-bottom: 1px solid #2e2e2e } .NestCoomment-moreCommentButton { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin: 0 20px; padding: 12px 0; font-size: 14px; line-height: 1.71; text-align: center; color: #0084ff; cursor: pointer; font-weight: 600; font-synthesis: style; border-bottom: 1px solid #f6f6f6 } html[data-ios] .NestCoomment-moreCommentButton { font-weight: 500 } html[data-android] .NestCoomment-moreCommentButton { font-weight: 700 } html[data-theme=dark] .NestCoomment-moreCommentButton { color: #3a76d0; border-bottom: 1px solid #2e2e2e } .NestComment-nextSiblings--noBorder+.NestComment .CommentItemV2:after, .NestComment-nextSiblings--noBorder+.NestComment:after { content: none } .Comments-container { height: 100% } .CommentsV2 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; height: 100%; overflow: hidden; -webkit-box-sizing: border-box; box-sizing: border-box } .CommentsV2--hidden { display: none } .Comments-titleLink a { color: #175199 } .Comments-titleLink a:hover, html[data-theme=dark] .Comments-titleLink a:hover { border-bottom: 1px solid #175199 } html[data-theme=dark] .Comments-titleLink a { color: #175199 } .CommentListV2 { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; overflow-x: hidden; overflow-y: auto } .CommentListV2-divider { position: relative; margin: 0 20px; font-size: 14px; color: #8590a6; text-align: center } .CommentListV2-divider:first-child { margin-top: 16px } html[data-theme=dark] .CommentListV2-divider { color: #606a80 } .CommentListV2-dividerLine { position: absolute; top: 0; bottom: 0; width: 100%; height: 0; margin: auto; border-top: 1px solid #f6f6f6 } html[data-theme=dark] .CommentListV2-dividerLine { border-top: 1px solid #2e2e2e } .CommentListV2-dividerText { position: relative; z-index: 2; display: inline-block; padding: 0 1em; background-color: #fff } .CommentListV2-dividerText .CommentListV2-questionMark { margin-left: 8px } html[data-theme=dark] .CommentListV2-dividerText { background-color: #1a1a1a } .CommentsV2-footer { padding: 12px 20px; background: #fff; border-top: 1px solid #ebebeb } html[data-theme=dark] .CommentsV2-footer { background: #1a1a1a; border-top: 1px solid #444 } .CommentsV2-disabledText { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 14px 12px; color: #8590a6; background-color: #f6f6f6; border-top: 1px solid #f6f6f6; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } html[data-theme=dark] .CommentsV2-disabledText { color: #606a80; background-color: #2e2e2e; border-top: 1px solid #2e2e2e } .CommentsV2-disabledText--fixed { position: fixed; width: 100%; bottom: 0; background: #fff } .CommentsV2-disabledText--fixed .CommentsV2-disabledReason { padding-top: 8px; padding-bottom: 8px; background: #f6f6f6; width: 100%; text-align: center; border-radius: 3px } html[data-theme=dark] .CommentsV2-disabledText--fixed .CommentsV2-disabledReason { background: #2e2e2e } html[data-theme=dark] .CommentsV2-disabledText--fixed { background: #1a1a1a } .CommentListV2-action { position: relative; padding: 16px 0; text-align: center } .CommentListV2-action:after { position: absolute; top: 0; display: block; width: calc(100% - 48px); border-bottom: 1px solid #f6f6f6; content: "" } html[data-theme=dark] .CommentListV2-action:after { border-bottom: 1px solid #2e2e2e } .CommentListV2-action a { color: #175199 } .CommentListV2-action a:hover, html[data-theme=dark] .CommentListV2-action a:hover { border-bottom: 1px solid #175199 } html[data-theme=dark] .CommentListV2-action a { color: #175199 } .CommentsV2-withPagination { border: 1px solid #ebebeb; -webkit-box-shadow: 0 1px 3px rgba(26, 26, 26, .1); box-shadow: 0 1px 3px rgba(26, 26, 26, .1); background: #fff; margin-top: 12px; overflow: visible; border-radius: 4px } html[data-theme=dark] .CommentsV2-withPagination { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .3); box-shadow: 0 1px 3px rgba(0, 0, 0, .3) } .CommentsV2-withPagination .CommentListV2 { overflow-y: visible } html[data-theme=dark] .CommentsV2-withPagination { border: 1px solid #444; background: #1a1a1a } .CommentsV2-pagination { border-top: 1px solid #ebebeb } html[data-theme=dark] .CommentsV2-pagination { border-top: 1px solid #444 } .CommentsV2-Packup-Button { background: hsla(0, 0%, 92.2%, .95); border-radius: 3px; position: fixed; height: 30px; width: 93px; bottom: 30px; left: 570px; font-size: 13px; color: #8590a6; letter-spacing: 0; margin-left: -93px } .CommentsV2-Packup-Button:hover, html[data-theme=dark] .CommentsV2-Packup-Button:hover { color: grey } .CommentsV2-Packup-Button .Icon { margin-left: 6px; -webkit-transform: rotateX(180deg); transform: rotateX(180deg) } .CommentsV2-Packup-Button-enter, .CommentsV2-Packup-Button-leave { -webkit-transition: opacity .3s; transition: opacity .3s } .CommentsV2-Packup-Button-enter { opacity: 0 } .CommentsV2-Packup-Button-enter-active, .CommentsV2-Packup-Button-leave { opacity: 1 } .CommentsV2-Packup-Button-leave-active { opacity: 0 } html[data-theme=dark] .CommentsV2-Packup-Button { background: rgba(68, 68, 68, .95); color: #606a80 } .CommentsV2-empty { padding: 60px 0; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; -webkit-box-sizing: border-box; box-sizing: border-box; overflow: auto } .CommentListV2-expendCollapseButton { color: #8590a6; cursor: pointer } .CommentListV2-expendCollapseButton:hover, html[data-theme=dark] .CommentListV2-expendCollapseButton:hover { color: grey } html[data-theme=dark] .CommentListV2-expendCollapseButton { color: #606a80 } .CommentItemV2 { outline: none } .CommentsV2-replyNum { padding: 12px 0 10px; margin: 0 20px; border-bottom: 1px solid #f6f6f6; font-weight: 500 } html[data-theme=dark] .CommentsV2-replyNum { border-bottom: 1px solid #2e2e2e } .CommentsV2-openComment-divider { height: 10px; background-color: #f6f6f6 } html[data-theme=dark] .CommentsV2-openComment-divider { background-color: #2e2e2e } .CommentListV2-header-divider { padding: 10px 20px; font-size: 14px; color: grey; background-color: #f6f6f6; font-weight: 600; font-synthesis: style } html[data-ios] .CommentListV2-header-divider { font-weight: 500 } html[data-android] .CommentListV2-header-divider { font-weight: 700 } html[data-theme=dark] .CommentListV2-header-divider { color: grey; background-color: #2e2e2e } .Favlists-items { max-height: 335px; min-height: 140px; margin-bottom: 40px; overflow-x: hidden; overflow-y: auto } .Favlists-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 8px 0; border-bottom: 1px solid #ebebeb } html[data-theme=dark] .Favlists-item { border-bottom: 1px solid #444 } .Favlists-itemInner { overflow: hidden; margin-right: 20px } .Favlists-itemName { display: -webkit-box; display: -ms-flexbox; display: flex; overflow: hidden; text-overflow: ellipsis } .Favlists-itemNameText { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap } .Favlists-itemIcon { margin-left: 6px } .Favlists-itemIcon .Zi { fill: #8590a6; vertical-align: baseline } html[data-theme=dark] .Favlists-itemIcon .Zi { fill: #606a80 } .Favlists-itemContent { font-size: 14px; color: #8590a6; margin-top: 4px } html[data-theme=dark] .Favlists-itemContent { color: #606a80 } .Favlists-updateButton { padding-left: 0; padding-right: 0; width: 76px; -ms-flex-negative: 0; flex-shrink: 0 } .Favlists-actions { padding: 16px 20px } .Favlists-actions, .Favlists-mobileActions { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-sizing: border-box; box-sizing: border-box } .Favlists-mobileActions { position: fixed; bottom: 0; width: 100%; padding: calc(16px - 4) 20px; border-top: 1px solid #ebebeb; background: #fff } .Favlists-mobileActions .Favlists-addButton:last-child:first-child { width: 100% } .Favlists-mobileActions .Button { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 } .Favlists-mobileActions .Button:first-child:not(:last-child) { margin-right: 8px } html[data-theme=dark] .Favlists-mobileActions { border-top: 1px solid #444; background: #1a1a1a } .Favlist-empty { position: fixed; left: 0; right: 0; top: 0; bottom: 0 } .Favlist-emptyContent { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 100% } .Favlist-emptyTip { margin-top: 30px; font-size: 15px; color: #8590a6 } html[data-theme=dark] .Favlist-emptyTip { color: #606a80 } .Favlists-addButton { width: 220px } .Favlists-addItem { margin-bottom: 8px } .Favlists-descritionInput, .Favlists-titleInput { width: 100%; height: auto; padding: 8px 12px } .Favlists-privacyOption { display: block; margin-bottom: 6px; overflow: auto; font-size: 14px } .Favlists-privacyOptionTips { margin-left: 4px; color: #8590a6 } html[data-theme=dark] .Favlists-privacyOptionTips { color: #606a80 } .Favlists-privacyOptionRadio { display: inline-block; width: 14px; height: 14px; padding: 2px; margin: 0 4px 0 0; vertical-align: middle; border: 2px solid #ebebeb; border-radius: 50%; -webkit-transition: background-color, border-color .3s; transition: background-color, border-color .3s; background-clip: content-box; -webkit-appearance: none; -moz-appearance: none; appearance: none } .Favlists-privacyOptionRadio:checked { background-color: #0084ff; border-color: #0084ff } html[data-theme=dark] .Favlists-privacyOptionRadio:checked { background-color: #3a76d0; border-color: #3a76d0 } .Favlists-privacyOptionRadio:focus { outline: none } html[data-theme=dark] .Favlists-privacyOptionRadio { border: 2px solid #444 } .Favlists-inputTips { padding-top: 8px; text-align: right } .Favlists-favButton { width: 72px } .ReportInfringement { margin-top: -12px } .ReportInfringement--mobile { margin-top: 0; padding: 20px } .ReportInfringement-subtitle { margin-bottom: 20px; font-size: 12px; line-height: 20px; color: #8590a6 } html[data-theme=dark] .ReportInfringement-subtitle { color: #606a80 } .ReportInfringement-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start } .ReportInfringement-item:nth-child(2) { padding-top: 10px; margin-bottom: 17px; border-top: 1px solid #f6f6f6 } html[data-theme=dark] .ReportInfringement-item:nth-child(2) { border-top: 1px solid #2e2e2e } .ReportInfringement-link { color: #0084ff } html[data-theme=dark] .ReportInfringement-link { color: #3a76d0 } .ReportInfringement-image { display: block; -ms-flex-preferred-size: 80px; flex-basis: 80px; height: 80px; margin-right: 16px } .ReportInfringement-item { padding: 0 8px 0 10px; margin-bottom: 10px } .ReportInfringement-itemTitle { margin-bottom: 10px; font-size: 16px; line-height: 24px; color: #1a1a1a; font-weight: 600; font-synthesis: style } html[data-ios] .ReportInfringement-itemTitle { font-weight: 500 } html[data-android] .ReportInfringement-itemTitle { font-weight: 700 } html[data-theme=dark] .ReportInfringement-itemTitle { color: #999 } .ReportInfringement-itemDescription { font-size: 12px; line-height: 20px; color: #444 } html[data-theme=dark] .ReportInfringement-itemDescription { color: grey } .ReportInfringement-arrow { -ms-flex-preferred-size: 24px; flex-basis: 24px; height: 24px; min-width: 24px; margin-left: 16px } .ReportOrgContent { width: 352px; height: 48px; margin-top: 1em; font-size: 14px; line-height: 24px; color: #646464 } html[data-theme=dark] .ReportOrgContent { color: #999 } .ReportOrgContent-highlight, html[data-theme=dark] .ReportOrgContent-highlight { color: #ff9607 } .ReportInfringementMobile { padding: 20px } .ReportInfringementMobile-button { display: block; width: 100% } .ReportInfringementMobile-text { font-size: 15px; line-height: 1.7; color: #1a1a1a } .ReportInfringementMobile-text+.ReportInfringementMobile-text { margin-top: 1em } html[data-theme=dark] .ReportInfringementMobile-text { color: #999 } .ReportInfringementMobile-img { margin-top: 1em; margin-bottom: 5em; display: block; width: 100% } .ReportInfringementMobile-link { color: #0084ff } html[data-theme=dark] .ReportInfringementMobile-link { color: #3a76d0 } .ReportInfringementMobile-bold { font-weight: 600; font-synthesis: style } html[data-ios] .ReportInfringementMobile-bold { font-weight: 500 } html[data-android] .ReportInfringementMobile-bold { font-weight: 700 } .ReportDeclare-description { font-size: 14px; line-height: 24px; color: #1a1a1a } .ReportDeclare-description a { color: #0084ff } html[data-theme=dark] .ReportDeclare-description a { color: #3a76d0 } html[data-theme=dark] .ReportDeclare-description { color: #999 } .ReportDeclare-mobileButton { display: block; width: 100% } .ReportDeclare-mobileText { font-size: 15px; line-height: 1.7; color: #1a1a1a } .ReportDeclare-mobileText+.ReportDeclare-mobileText { margin-top: 1em } html[data-theme=dark] .ReportDeclare-mobileText { color: #999 } .ReportDeclare-mobileImg { margin-top: 1em; margin-bottom: 5em; display: block; width: 100% } .ReportTrespass-description { font-size: 14px; line-height: 24px; color: #1a1a1a } .ReportTrespass-description a { color: #0084ff } html[data-theme=dark] .ReportTrespass-description a { color: #3a76d0 } html[data-theme=dark] .ReportTrespass-description { color: #999 } .ReportOption-check { font-size: 14px; color: #8590a6 } .ReportOption-check input { margin-right: 8px } html[data-theme=dark] .ReportOption-check { color: #606a80 } .ReportOption-desc { font-size: 14px; color: #999 } html[data-theme=dark] .ReportOption-desc { color: #646464 } .ReportMenu-inner { margin-bottom: 30px; font-size: 14px; line-height: 1.75 } .ReportMenu-mobile .ReportMenu-inner:not(.ReportMenu-options) { padding-top: 18px } .ReportMenu-item { display: -webkit-box; display: -ms-flexbox; display: flex; width: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 12px 0; text-align: left; cursor: pointer; border-bottom: 1px solid #f6f6f6; outline: none } html[data-theme=dark] .ReportMenu-item { border-bottom: 1px solid #2e2e2e } .ReportMenu-itemValue { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1 } .ReportMenu-itemCheck { position: absolute; width: 0; height: 0; opacity: 0 } .ReportMenu-itemCheck:checked+.ReportMenu-itemCheckIcon { opacity: 1 } .ReportMenu-itemCheckIcon { fill: #0084ff; opacity: 0; -webkit-transition: opacity .2s; transition: opacity .2s } html[data-theme=dark] .ReportMenu-itemCheckIcon { fill: #3a76d0 } .ReportMenu-paragraph { white-space: pre-wrap; list-style: none } .ReportMenu-paragraph--light { margin-top: 1em; color: #8590a6 } html[data-theme=dark] .ReportMenu-paragraph--light { color: #606a80 } .ReportMenu-textarea { width: 100% } .ReportMenu-link { color: #175199 } .ReportMenu-link:hover { text-decoration: underline } html[data-theme=dark] .ReportMenu-link { color: #175199 } .ReportMenu-link--light { text-decoration: underline } .ReportMenu-errorText { width: 100%; margin-top: 16px; color: #f1403c; font-size: 15px; text-align: right } html[data-theme=dark] .ReportMenu-errorText { color: #b7302d } .TPass { display: inline-block; border-color: #bfbfbf } html[data-theme=dark] .TPass { border-color: grey } .TPass-wrapper { display: block; position: relative; font-size: 14px; color: #646464; border-color: inherit } html[data-theme=dark] .TPass-wrapper { color: #999 } .TPass-input { opacity: 0; position: absolute; top: 0; left: 0; margin-top: 1px; margin-left: 1px; padding: 0; width: 50px; height: 50px; border: 0; border-radius: 4px; line-height: 50px; text-align: center; color: currentColor; -webkit-transition: opacity .1s; transition: opacity .1s } .TPass-input::-webkit-inner-spin-button, .TPass-input::-webkit-outer-spin-button { -webkit-appearance: none; appearance: none } .TPass-input:focus { opacity: 1 } .TPassBoxes { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; width: 352px; line-height: 1; vertical-align: top; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .TPassBox { -webkit-box-sizing: border-box; box-sizing: border-box; border-radius: 4px; display: block; width: 50px; height: 50px; border: 1px solid; border-color: inherit; line-height: 50px; text-align: center; vertical-align: top } .TPassBox-mask:before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 4px; background: currentColor; color: grey } html[data-theme=dark] .TPassBox-mask:before { color: grey } .TPassBox, .TPassBoxes { -webkit-transition: border-color .1s; transition: border-color .1s } .Spinner { contain: strict; display: block; margin: 0 auto; width: 24px; height: 24px; line-height: 24px } .Spinner-loading { display: inline-block; width: 16px; height: 16px; margin: 0 auto; border-radius: 100px; border: 4px solid #f1403c; border-top-color: transparent; -webkit-animation: rotate .8s linear infinite; animation: rotate .8s linear infinite } html[data-theme=dark] .Spinner-loading { border: 4px solid #b7302d } @-webkit-keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } @keyframes rotate { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg) } to { -webkit-transform: rotate(1turn); transform: rotate(1turn) } } .Payment { font-size: 14px; text-align: center; color: #646464; margin-top: 16px } html[data-theme=dark] .Payment { color: #999 } .Payment-placeholder { height: 20px; padding: 70px; text-align: center } .Payment-placehoder--empty { margin-bottom: -16px } .PaymentsList { text-align: left; margin: 0 -16px -16px; line-height: 50px } .PaymentsList .Popover { position: absolute; right: 26px } .Payment-Popover { border: none; padding-left: 4px; padding-right: 0 } .Payment-Bottomline, .Payment-Topline { content: ""; position: absolute; left: 0; right: 0; height: 1px; color: #ebebeb; background: currentColor; width: 353px; margin-left: 23px } html[data-theme=dark] .Payment-Bottomline, html[data-theme=dark] .Payment-Topline { color: #444 } .PaymentWay { font-size: 14px; color: #999; margin-left: 23px; margin-right: 118px } html[data-theme=dark] .PaymentWay { color: #646464 } .Payment-select-list, .Popover-targetContainer-verification { width: auto; min-width: 187px } .PaymentItem svg { margin-right: 4px } .PaymentItem:hover { background: #f6f6f6 } html[data-theme=dark] .PaymentItem:hover { background: #2e2e2e } .PaymentItem .icon { vertical-align: -4px; margin-right: 6px } .PaymentItem--disabled { color: #999; pointer-events: none } html[data-theme=dark] .PaymentItem--disabled { color: #646464 } .Payment-balancePay, .Payment-wechatPay { line-height: 40px; padding-top: 20px; padding-bottom: 8px } .Payment-balancePay .icon, .Payment-wechatPay .icon { margin-right: 6px } .Payment-balancePayTitle, .Payment-wechatPayTitle { font-size: 24px; color: #444; line-height: 33px; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center } html[data-theme=dark] .Payment-balancePayTitle, html[data-theme=dark] .Payment-wechatPayTitle { color: grey } .PaymentIconWechat { color: #999 } html[data-theme=dark] .PaymentIconWechat { color: #646464 } .PaymentIconWallet { color: #0084ff } .PaymentItem--disabled .PaymentIconWallet { color: #999 } html[data-theme=dark] .PaymentItem--disabled .PaymentIconWallet { color: #646464 } html[data-theme=dark] .PaymentIconWallet { color: #3a76d0 } .Payment-CheckedButton { display: block; margin: 19px 24px 0 22px; height: 44px; width: 353px; border-radius: 4px; background: #0084ff; border: 1px solid #0084ff; color: #fff; font-size: 16px } .Payment-CheckedButton:hover { background-color: #0084ff } html[data-theme=dark] .Payment-CheckedButton:hover { background-color: #3a76d0 } @media (max-width:690px) { .Payment-CheckedButton { width: 295px; margin-bottom: 20px } } html[data-theme=dark] .Payment-CheckedButton { background: #3a76d0; border: 1px solid #3a76d0; color: #1a1a1a } .Payment-balancePaySms { -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; position: relative } .Payment-balancePaySmsText, .Payment-sms { -webkit-box-flex: 100%; -ms-flex: 100% 1; flex: 100% 1 } .Payment-sendSms { position: absolute; right: 0; top: 44px; border: none; line-height: 33px; color: currentColor; background: none } .Payment-sendSms:hover { text-decoration: underline; cursor: pointer } .Payment-sendSms[disabled] { color: #999; cursor: not-allowed } html[data-theme=dark] .Payment-sendSms[disabled] { color: #646464 } .Payment-qrPlaceholder, .Payment-qrWrapper { margin: 0 auto; width: 115px; height: 115px; color: #999 } .Payment-qrPlaceholder i, .Payment-qrWrapper i { margin: 20px } .Payment-qrPlaceholder img, .Payment-qrWrapper img { width: 115px; height: 115px } html[data-theme=dark] .Payment-qrPlaceholder, html[data-theme=dark] .Payment-qrWrapper { color: #646464 } .Payment-qrPlaceholder { padding-top: 30px } .Payment-qrPlaceholder img { position: absolute; bottom: 0; opacity: .01 } .Payment-balancePayFooter { padding: 20px 0 0; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .Payment-balancePayConfirmBtn { width: 60px; padding: 0 } .Payment-balancePayForget { font-size: 13px; line-height: 24px; color: #8590a6; margin-top: 20px } html[data-theme=dark] .Payment-balancePayForget { color: #606a80 } .Payment-errorTip { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; color: #f1403c; text-align: center; line-height: 36px } html[data-theme=dark] .Payment-errorTip { color: #b7302d } .Payment-errorInput { border-color: #f1403c } .Payment-errorInput .TPass-wrapper { color: #f1403c } html[data-theme=dark] .Payment-errorInput .TPass-wrapper { color: #b7302d } html[data-theme=dark] .Payment-errorInput { border-color: #b7302d } .Payment-errorInput input { outline-color: #f1403c } html[data-theme=dark] .Payment-errorInput input { outline-color: #b7302d } .Payment-tpass { position: relative; margin-top: 41px } .Payment-tpass .TPass-wrapper { color: #bfbfbf } html[data-theme=dark] .Payment-tpass .TPass-wrapper { color: grey } .Payment-progressing .TPass-wrapper { visibility: hidden } .Payment-balancePaySpinner { margin-top: -24px; -webkit-transform: translateY(-4px); transform: translateY(-4px) } .Payment-email { color: #0084ff } html[data-theme=dark] .Payment-email { color: #3a76d0 } .Payment-description { font-size: 14px; color: #8590a6; line-height: 24px; margin-top: 2px } html[data-theme=dark] .Payment-description { color: #606a80 } .Reward-TipjarDialogModal { width: 400px } .Reward-TipjarDialog { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch } .Reward-TipjarDialog-user { font-size: 18px; color: #444; font-weight: 600; font-synthesis: style; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 16px 0 0 } html[data-ios] .Reward-TipjarDialog-user { font-weight: 500 } html[data-android] .Reward-TipjarDialog-user { font-weight: 700 } .Reward-TipjarDialog-user .Reward-UserAvatar { margin-right: 16px; display: inline-block; vertical-align: middle } .Reward-TipjarDialog-user .Reward-UserAvatar img { display: block; border-radius: 2px } html[data-theme=dark] .Reward-TipjarDialog-user { color: grey } .Reward-Avatar { width: 36px; height: 36px } .Reward-TipjarDialog-tagLine { height: 30px; font-size: 14px; margin-top: 20px; line-height: 30px; background: #f6f6f6; border-radius: 4px; padding: 5px 10px; color: #444; margin-bottom: 20px; position: relative } html[data-theme=dark] .Reward-TipjarDialog-tagLine { background: #2e2e2e; color: grey } .Reward-TipjarDialog-selectAmount { -webkit-box-orient: vertical; -ms-flex-direction: column; flex-direction: column; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch } .Reward-TipjarDialog-amountList, .Reward-TipjarDialog-selectAmount { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-direction: normal } .Reward-TipjarDialog-amountList { -webkit-box-orient: horizontal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between } .Reward-TipjarDialog-amountList .Button { width: 28%; margin: 0 0 24px; font-size: 14px } .Reward-TipjarDialog-amountList .Button--red { border-color: #f1403c; color: #f1403c } html[data-theme=dark] .Reward-TipjarDialog-amountList .Button--red { border-color: #b7302d; color: #b7302d } .Reward-TipjarDialog-amountList .Reward-Button-checked { background: #f1403c; color: #fff } .Reward-TipjarDialog-amountList .Reward-Button-checked.Button--red:hover:not(:disabled) { background-color: #f1403c } html[data-theme=dark] .Reward-TipjarDialog-amountList .Reward-Button-checked.Button--red:hover:not(:disabled) { background-color: #b7302d } html[data-theme=dark] .Reward-TipjarDialog-amountList .Reward-Button-checked { background: #b7302d; color: #1a1a1a } .Reward-TipjarDialog-amountList b { margin-right: .2em; font-size: 16px } .Reward-TipjarDialog-amountCustom { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; margin-top: 6px } .Reward-TipjarDialog-amountCustom, .Reward-TipjarDialog-amountInput { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row } .Reward-TipjarDialog-amountInput { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-preferred-size: 100%; flex-basis: 100% } .Reward-TipjarDialog-amountInput .Button { margin-left: 21px; height: 34px; width: 68px; line-height: 34px; margin-top: 1px } .Reward-TipjarDialog-amountInput .SimpleInput { -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; min-height: 0; outline: none; padding: 0 4px; -webkit-appearance: none; -moz-appearance: none; appearance: none; font-size: 14px; line-height: 20px; margin-bottom: 2px; border: 1px solid #d3d3d3; -webkit-box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .12); box-shadow: 0 1px 2px 0 hsla(0, 0%, 100%, .12); border-radius: 3px; width: 261px; height: 36px } .Reward-TipjarDialog-amountInput .SimpleInput::-webkit-input-placeholder { color: #8590a6 } .Reward-TipjarDialog-amountInput .SimpleInput:-ms-input-placeholder { color: #8590a6 } .Reward-TipjarDialog-amountInput .SimpleInput::-ms-input-placeholder { color: #8590a6 } .Reward-TipjarDialog-amountInput .SimpleInput::placeholder { color: #8590a6 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::-webkit-input-placeholder { color: #606a80 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput:-ms-input-placeholder { color: #606a80 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::-ms-input-placeholder { color: #606a80 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput::placeholder { color: #606a80 } html[data-theme=dark] .Reward-TipjarDialog-amountInput .SimpleInput { border: 1px solid #2e2e2e; -webkit-box-shadow: 0 1px 2px 0 rgba(26, 26, 26, .12); box-shadow: 0 1px 2px 0 rgba(26, 26, 26, .12) } .TipjarDialog-customButton { display: block; margin: 0 auto; color: #f1403c } html[data-theme=dark] .TipjarDialog-customButton { color: #b7302d } .TipjarDialog-customButton-cheked { background: #f1403c; border: 1px solid #f1403c; border-radius: 3px; width: 140px; height: 34px; font-size: 12px; color: #fff; text-align: center; margin: 0 auto; display: block } .TipjarDialog-customButton-cheked:hover { background-color: #f1403c } html[data-theme=dark] .TipjarDialog-customButton-cheked:hover { background-color: #b7302d } html[data-theme=dark] .TipjarDialog-customButton-cheked { background: #b7302d; border: 1px solid #b7302d; color: #1a1a1a } .Reward-TipjarDialog-error { color: #f1403c; margin-top: 6px; display: none; -webkit-box-flex: 100%; -ms-flex: 100% 1; flex: 100% 1; -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1 } html[data-theme=dark] .Reward-TipjarDialog-error { color: #b7302d } @media (max-width:690px) { .Reward-TipjarDialogModal { width: 90% } .Reward-TipjarDialog-amountList .Button { height: 40px; width: 87px } .Reward-TipjarDialog-amountList b { margin-right: 0 } } body.scroll-locked .Popover-content { position: fixed }
0.385837
0.071916
nav ul a, nav .brand-logo, nav i { color: white; } /* line 7, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ p { line-height: 2rem; } /* line 11, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .button-collapse { color: #26a69a; } /* line 15, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container { height: 500px; } /* line 17, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container .btn { margin-top: 0; } /* line 22, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container img { filter: blur(3px); -webkit-filter: blur(3px); z-index: 10000; } /* line 28, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container .section { width: 100%; } @media only screen and (max-width: 992px) { /* line 33, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container .section { position: absolute; top: 40%; } /* line 37, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #index-banner .section { top: 10%; } } @media only screen and (max-width: 600px) { /* line 43, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #index-banner .section { top: 0; } } /* line 48, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .icon-block { padding: 0 15px; } /* line 52, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .icon-block .material-icons { font-size: inherit; } /* line 56, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ footer.page-footer { margin: 0; } /* line 60, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #scrollButton { margin-top: 10px; } /* line 64, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #aboutUs img.materialboxed { width: 100%; height: auto; } /* line 69, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .section.about { margin: 30px 0; } @media (max-width: 1000px) { /* line 74, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #aboutUs .flow-text { margin-top: 25px; } } /* line 79, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ h1.header { font-weight: 100; font-size: 140px; line-height: 1; margin: 0; margin-top: 50px; } /* line 87, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ h2.header { font-weight: 100; font-size: 38px; margin: 0; line-height: 1.2; } /* line 94, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ blockquote { font-size: 20px; border-color: #03a9f4; background: rgba(3, 169, 244, 0.1); padding: 5px 10px; font-weight: 300; } /* line 100, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ blockquote strong { font-style: italic; font-weight: 900; } /* line 106, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .flow-text { text-indent: 30px; } /*# sourceMappingURL=style.css.map */
2016/css/style.css
nav ul a, nav .brand-logo, nav i { color: white; } /* line 7, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ p { line-height: 2rem; } /* line 11, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .button-collapse { color: #26a69a; } /* line 15, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container { height: 500px; } /* line 17, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container .btn { margin-top: 0; } /* line 22, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container img { filter: blur(3px); -webkit-filter: blur(3px); z-index: 10000; } /* line 28, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container .section { width: 100%; } @media only screen and (max-width: 992px) { /* line 33, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .parallax-container .section { position: absolute; top: 40%; } /* line 37, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #index-banner .section { top: 10%; } } @media only screen and (max-width: 600px) { /* line 43, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #index-banner .section { top: 0; } } /* line 48, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .icon-block { padding: 0 15px; } /* line 52, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .icon-block .material-icons { font-size: inherit; } /* line 56, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ footer.page-footer { margin: 0; } /* line 60, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #scrollButton { margin-top: 10px; } /* line 64, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #aboutUs img.materialboxed { width: 100%; height: auto; } /* line 69, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .section.about { margin: 30px 0; } @media (max-width: 1000px) { /* line 74, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ #aboutUs .flow-text { margin-top: 25px; } } /* line 79, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ h1.header { font-weight: 100; font-size: 140px; line-height: 1; margin: 0; margin-top: 50px; } /* line 87, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ h2.header { font-weight: 100; font-size: 38px; margin: 0; line-height: 1.2; } /* line 94, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ blockquote { font-size: 20px; border-color: #03a9f4; background: rgba(3, 169, 244, 0.1); padding: 5px 10px; font-weight: 300; } /* line 100, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ blockquote strong { font-style: italic; font-weight: 900; } /* line 106, C:/Users/ram.zallan/Desktop/web-trends/2016/css/style.scss */ .flow-text { text-indent: 30px; } /*# sourceMappingURL=style.css.map */
0.145783
0.028871
* ********************* * Cartflows Font Icon * ********************* */ @font-face { font-family: 'cartflows-logo-icon'; src: url( '../fonts/cartflows-logo-icon.eot?kxnn1n' ); src: url( '../fonts/cartflows-logo-icon.eot?kxnn1n#iefix' ) format( 'embedded-opentype' ), url( '../fonts/cartflows-logo-icon.ttf?kxnn1n' ) format( 'truetype' ), url( '../fonts/cartflows-logo-icon.woff?kxnn1n' ) format( 'woff' ), url( '../fonts/cartflows-logo-icon.svg?kxnn1n#cartflows-logo-icon' ) format( 'svg' ); font-weight: normal; font-style: normal; } .wcf-cartflows-logo-img [class^="cartflows-icon"], .wcf-cartflows-logo-img [class*=" cartflows-icon"], /* For Pro Compatibility */ [class^="cartflows-logo-icon"], [class*=" cartflows-logo-icon"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'cartflows-logo-icon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wcf-cartflows-logo-img .cartflows-icon:before, /* For Pro Compatibility */ .cartflows-logo-icon:before { content: '\e900'; color: #f16334; } /** * * Step Meta - All Page Css */ .edit-post-layout .interface-interface-skeleton__content { background-color: #fff; } .post-type-cartflows_step #delete-action { display: none; } /* * ************************ * Post page Name & Button * ************************ */ .post-type-cartflows_flow .wrap { margin: 25px 20px 0 2px; } .wcf-notice-back-edit-flow .dashicons { vertical-align: text-bottom; } .post-type-cartflows_flow .wcf-notice-back-edit-flow { margin-top: 30px; } .post-type-cartflows_flow .wcf-notice-back-edit-flow .button-primary { height: 30px; } .wcf-notice-back-edit-flow .dashicons-arrow-left-alt { vertical-align: text-bottom; } .wcf-notice-back-edit-flow .button.button-large { margin: 2px; height: 33px; font-size: 13px; } .wcf-notice-back-edit-flow.gutenberg-button .dashicons-arrow-left-alt { vertical-align: middle; } /* * ************************ * Add Flow Popup Window * 1. Overlay * 2. Popup Box Alignment * 3. Buttons & Textbox * 4. wcf-choose-type-box * ************************ */ .wcf-overlay, .wcf-overlay-newstep { display: none; position: fixed; width: 100%; height: 100%; background: rgba( 0, 0, 0, 0.6 ); top: 0; left: 0; } .wcf-popup .wcf-popup-header { padding: 12px 20px; overflow: hidden; } .wcf-popup .wcf-popup-header label { color: #fff; font-weight: 600; float: left; } .wcf-popup, .wcf-popup-newstep { display: none; width: 600px; top: 50%; left: 50%; position: fixed; background: #ffffff; transform: translate( -50%, -50% ); padding: 0px; } .wcf-close, .wcf-close-newstep { position: relative; width: 20px; height: 20px; float: right; background: transparent; color: #ffff; font-size: 18px; line-height: 14px; text-align: center; border-radius: 999px; cursor: pointer; } .wcf-close .dashicons-no-alt { vertical-align: middle; } .wcf-content { text-align: left; padding: 20px; } .wcf-submit-wrap { text-align: right; margin: 25px 0 0 0; } .wcf-overlay.show, .wcf-popup.show, .wcf-overlay-newstep.show, .wcf-popup-newstep.show { display: block; } .wcf-content input[type='text'] { background-color: transparent; box-shadow: none; border: none; border-bottom: 1px #ddd solid; padding: 10px 0 10px; width: 100%; font-size: 15px; } .wcf-content input[type='text']:focus { border-bottom: 1px #5b9dd9 solid; } .wcf-popup .wcf-choose-type-box { width: 100%; position: relative; margin: 0 auto; text-align: center; padding: 0 0 15px 0; overflow: overlay; } .wcf-popup .wcf-choose-type-box .wcf-default-type-box, .wcf-popup .wcf-choose-type-box .wcf-import-type-box { flex: 0 0 50%; width: 46%; float: left; padding: 10px; } .wcf-default-type-box .wcf-default-type-content, .wcf-import-type-box .wcf-import-type-content { text-align: center; padding: 0 0px 15px; } .wcf-default-type-box .wcf-default-type-content h3, .wcf-import-type-box .wcf-import-type-content h3 { line-height: 1.4em; } .wcf-default-type-content:hover h3, .wcf-import-type-content:hover h3 { color: rgb( 0, 133, 186, 1 ); } .wcf-default-type-content h3 .dashicons, .wcf-import-type-content h3 .dashicons { vertical-align: middle; } .wcf-default-type-content .wcf-create-flow .dashicons-plus, .wcf-import-type-content .wcf-create-flow .dashicons-plus { vertical-align: middle; } /** * ************************ * Flow Setting Meta Box * ************************ */ .wcf-tooltip-text { background: #444; border-radius: 3px; color: #fff; height: auto; left: 56px; margin-top: 10px; max-width: 150px; position: absolute; padding: 6px 10px; top: auto; display: none; z-index: 10000; } .wcf-tooltip-text::before { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid transparent; border-bottom: 5px solid #444; bottom: auto; content: ' '; font-size: 0; left: 56px; line-height: 0; margin-left: -5px; position: absolute; top: -10px; width: 0; } .display_tool_tip { display: block; } /*.wcf-tooltip::before { position: absolute; top: 48px; left: 53px; background-color: #444; border-radius: 5px; color: #fff; content: attr(data-tooltip); padding: 0.5rem; text-transform: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; width: 160px; height: auto; line-height: 1em; } .wcf-tooltip::after { position: absolute; top: auto; bottom: 170px; left: 115px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid transparent; border-bottom: 5px solid #444; content: " "; font-size: 0; line-height: 0; margin-left: -5px; width: 0; } .wcf-tooltip.display_toot_tip::before, .wcf-tooltip.display_toot_tip::after { opacity: 1; -webkit-transition: all 0.75s ease; transition: all 0.75s ease; word-break: break-all; } .wcf-tooltip::before, .wcf-tooltip::after { color: #efefef; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-size: 13px; opacity: 0; pointer-events: none; text-align: center; }*/ .wcf-flow-sandbox-table .wcf-field-row .wcf-field-row-content { width: 100%; } /** * ****************************************************** * Shortcode Box on the Head Section of Checkout Meta Box * ****************************************************** */ /* * ************************ * Css For * 1. Flow Metabox * 2. Textboxes * 3. Select * 4. Buttons * 5. Steps Boxes * ************************ */ /* * *************************************** * Flow Page Css (After removing meta box) * 1. Step Badges * *************************************** */ .wcf-flow-steps-meta-box { margin-top: 20px; } .wcf-flow-steps-meta-box .wcf-flow-settings { width: 100%; display: block; } .wcf-flow-steps-meta-box .wcf-new-step-badge { background-color: #0073aa; color: #fff; } .wcf-flow-steps-meta-box .wcf-step-badge, .wcf-flow-steps-meta-box .wcf-new-step-badge, .wcf-flow-steps-meta-box .wcf-step-wrap .wcf-step .wcf-flow-badge, .wcf-flow-steps-meta-box .wcf-step-wrap.active .wcf-step .wcf-flow-badge { color: #000; background-color: #e3e4e8; padding: 0.3em 0.6em 0.3em; font-size: 0.7em; font-weight: 600; border-radius: 0px; line-height: 0.7em; margin-left: 10px; text-align: center; vertical-align: middle; } .wcf-flow-steps-meta-box .wcf-abtest-control-badge { background: #f16334; color: #fff; } .wcf-flow-steps-meta-box .wcf-abtest-variation-badge { background: #1e8cbe; color: #fff; } #wcf-flow-settings .inside { margin: 10px 0 0; } .wcf-flow-settings .wcf-flow-steps-data-wrap { padding: 0 1em 1.5em; } .wcf-flow-settings .wcf-flow-steps-wrap { border-right: none; background-color: transparent; width: 100%; padding: 0px; } .wcf-flow-settings .wcf-step-left-content, .wcf-flow-settings .wcf-steps-action-buttons { display: inline-block; width: 49%; vertical-align: middle; font-size: 13px; line-height: 3em; } .wcf-flow-settings .wcf-step-left-content { text-align: left; } .wcf-step-left-content .dashicons { vertical-align: middle; width: 1em; height: 1em; font-size: 1.5em; line-height: 1em; } .wcf-flow-settings .wcf-steps-action-buttons { text-align: right; } .wcf-flow-settings .wcf-flow-steps-wrap .wcf-action-button { /*display: inline-block;*/ font-size: 1em; line-height: 0.9em; vertical-align: middle; text-align: center; /* margin-left: 15px; */ text-decoration: none; } .wcf-flow-settings .wcf-action-button .dashicons { pointer-events: none; font-size: 1.5em; width: 1em; height: 1em; vertical-align: middle; } .wcf-flow-settings .wcf-flow-steps-wrap .wcf-action-button .wcf-step-act-btn-text { /* display: inline-block; display: none !important;*/ line-height: 1.5em; } .wcf-flow-settings .wcf-flow-steps-wrap .wcf-step { color: #444; border: none; background-color: #fff; box-shadow: 0px 0px 2px 0px #ddd; padding: 15px 10px; cursor: move; } .wcf-new-step-highlight { border-left: 3px #0073aa solid; } .wcf-popup input[type='radio'] { margin-top: 0px; } .wcf-popup label { font-size: 16px; } .wcf-step-wrap { background: #ffffff; margin-bottom: 15px; } #wcf-sandbox-settings .inside { margin: 15px 0 10px; } .wcf-general-metabox-wrap .wcf-field-row { display: inline-flex; width: 100%; } .wcf-general-metabox-wrap .wcf-field-desc { padding: 6px 0 0; } /* * ***************************** * Custom classes for common use * ***************************** */ #wcf-sandbox-settings.wcf-highlight { box-shadow: 0 0 0 99999px rgba( 0, 0, 0, 0.8 ); position: relative; z-index: 9999; pointer-events: auto; transition: all 0.5s ease; } .pull-right { float: right; } .pull-left { float: left; } .text-error { border-bottom: 1px #ff5050 solid !important; } input[type='text'].error, input[type='text'].error:focus { border-color: red; box-shadow: 0 0 2px rgba( 30, 140, 190, 0 ); } #show_error { font-style: italic; color: #ff5050; } .wp-ui-text-primary { color: #0073aa; } .wcf-column-left { width: 25%; float: left; position: relative; max-width: 300px; } .wcf-column-right { width: 75%; float: left; position: relative; background-color: #fff; } .wcf-import-step-content { border-top: 1px #ddd solid; padding-top: 10px; margin-top: 30px; } /* * ************************ * Display Template div css * 1 Add, View & Import Buttons & Icons * ************************ */ .wcf-flow-steps-data-wrap .wcf-step-content a .dashicons { vertical-align: middle; } /* * ************************************************ * Meta Boxs (All) * 1. Setting Meta Box (#wcf-step-settings) * 2. Checkout layout Meta Box (#wcf-checkout-settings) * 3. Downsell Meta Box (#wcf-offer-settings) * 4. Thank You Meta Box (#wcf-thankyou-settings) * 5. Upsell Meta Box (#wcf-upsell-settings) * ************************************************ */ .edit-post-meta-boxes-area #poststuff #wcf-checkout-settings h2.hndle { border-bottom: 0px; } .wcf-repeat-notice, #wcf-checkout-settings .wcf-checkout-table .wcf-checkout-style .wcf-cs-fields .wcf-cs-checkbox-field .field-wcf-advance-options-fields { border-top: 1px #ddd solid; margin-top: 10px; padding-top: 20px; } .wcf-repeat-notice p { margin: 5px 0px; } /* * Inside Div css for all the metaboxes */ #wcf-landing-settings, #wcf-checkout-settings, #wcf-checkout-design-settings, #wcf-thankyou-settings, #wcf-thankyou-design-settings, #wcf-optin-settings, #wcf-optin-design-settings, #wcf-offer-settings, #wcf-upsell-settings { border: 1px solid #ccd0d4; margin-bottom: 15px; } #wcf-landing-settings .hndle.ui-sortable-handle, #wcf-checkout-settings .hndle.ui-sortable-handle, #wcf-checkout-design-settings .hndle.ui-sortable-handle, #wcf-thankyou-settings .hndle.ui-sortable-handle, #wcf-thankyou-design-settings .hndle.ui-sortable-handle, #wcf-optin-settings .hndle.ui-sortable-handle, #wcf-optin-design-settings .hndle.ui-sortable-handle, #wcf-offer-settings .hndle.ui-sortable-handle, #wcf-upsell-settings .hndle.ui-sortable-handle { border-bottom: none !important; } #wcf-landing-settings .inside, #wcf-checkout-settings .inside, #wcf-checkout-design-settings .inside, #wcf-thankyou-settings .inside, #wcf-thankyou-design-settings .inside, #wcf-optin-settings .inside, #wcf-optin-design-settings .inside, #wcf-offer-settings .inside, #wcf-upsell-settings .inside { margin: 0px; padding: 0px; line-height: 0.9em; } /* Notice in metabox */ .wcf-metabox-notice-wrap .wcf-metabox-notice { border: 0; background: #eee; border-bottom: 1px solid #ccc; font-weight: 600; margin: 0 auto; padding: 15px; } .wcf-metabox-notice .dashicons-info:before { color: #0274be; } /* Notice in content */ .wcf-tab-content .wcf-metabox-notice-wrap { padding: 5px 15px 15px; } .wcf-tab-content .wcf-metabox-notice-wrap .wcf-metabox-notice { display: inline-block; border: 0; } /** * **************************** * 1. Container * 2. Row * 3. Content Divs * 4. Button Divs * 5. Alignment Classes * **************************** */ .wcf-table-container { display: inline-block; width: 100%; max-width: 100%; background-color: #fafafa; margin-top: 0px; line-height: 1.2; } .wcf-column-right .wcf-field-section .wcf-field-section-heading { color: #333; padding: 10px 0 5px; text-decoration: none; font-size: 15px; font-weight: 600; } .show_box { display: block !important; } .wcf-table-container .wcf-column-right .wcf-custom-field-box .wcf-field-row-content { width: 100%; border: 1px solid #e5e5e5; } .wcf-table-container .wcf-column-right .wcf-custom-field-box .wcf-cpf-row { border: none; margin-bottom: 0px; } .wcf-table-container .wcf-column-right .wcf-custom-field-box .wcf-cpf-add-row { padding: 0px 8px 10px; background-color: #f9f9f9; } .wcf-table-container .wcf-column-right .wcf-field-row-heading { font-size: 12px; width: 30%; height: 100%; display: inline-block; line-height: 1.5em; vertical-align: middle; min-height: 28px; } .wcf-table-container .wcf-column-right .wcf-field-row-content { width: auto; display: inline-block; font-size: 12px; vertical-align: middle; } .wcf-table-container .wcf-column-right .wcf-field-row-heading .dashicons { line-height: 1; margin-left: 5px; } /*.wcf-cb-fields{ width: 50%; float: left; }*/ .wcf-cb-fields, .wcf-sb-fields { width: 50%; display: inline-block; position: relative; vertical-align: top; } .wcf-cb-fields .wcf-field-row-heading, .wcf-sb-fields .wcf-field-row-heading, .wcf-cb-fields .wcf-field-row-content, .wcf-sb-fields .wcf-field-row-content, .wcf-repeatables-wrap .wcf-repeatable-row .wcf-field-row-heading, .wcf-repeatables-wrap .wcf-repeatable-row .wcf-field-row-content { width: 50% !important; } .wcf-table-container .wcf-column-right .wcf-field-row .select2-container .select2-selection--single { margin: 0px; } .wcf-table-container .wcf-column-right .wcf-field-row .select2-container .select2-selection--single .select2-selection__rendered { outline: none; } .wcf-checkout-table .select2-container--default .select2-selection--single .select2-selection__clear { display: block; } .wc-wp-version-gte-53 .wcf-checkout-table .select2-container--default .select2-selection--single .select2-selection__arrow { width: 20px; height: 100%; } .wcf-table-container .wcf-column-right .wcf-field-row input[type='text'], .wcf-table-container .wcf-column-right .wcf-field-row input[type='number'], .wcf-table-container .wcf-column-right .wcf-field-row select, .wcf-table-container .wcf-column-right .wcf-field-row textarea, .wcf-table-container .wcf-column-right .wcf-field-row .select2-container--default { width: 300px; max-width: 100%; } .wcf-table-container .wcf-column-right .wcf-field-row .wp-picker-container input[type='text'].wp-color-picker { width: 65px; } #wcf-step-settings .inside .wcf-checkout-table .field-wcf-step-type .wcf-field-row-content select { border: none; border-bottom: 1px #ccc solid; box-shadow: none; padding: 5px; width: 30%; } /* * ************************************ * All Page Types Setting's Meta Box * Contains * Checkout Metabox * Upsell Metabox * Downsell Metabox * Thank You Metabox * ************************************ */ .wcf-table-container .wcf-tab-wrapper { background: #fafafa; border: none; margin: 0px 0 0; } .wcf-table-container .wcf-tab-wrapper .wcf-tab { background: transparent; border-bottom: 1px #eee solid; display: block; margin: 0; color: #0073aa; line-height: 1em; } .wcf-table-container .wcf-tab-wrapper .wcf-tab .wcf-tab-title { margin-left: 0.2em; margin-right: 0.618em; } .wcf-table-container .wcf-tab-wrapper .wcf-tab.active { background-color: #eee; color: #555; } .wcf-table-container .wcf-tab-wrapper .wcf-tab .dashicons { font-size: initial; width: auto; height: auto; } .wcf-table-container .wcf-tab-content { border: 1px #ddd solid; border-right: none; border-top: none; border-bottom: none; min-height: 227px; overflow: hidden; padding: 10px 0px; } .wcf-table-container .wcf-column-right .wcf-field-row, .wcf-table-container .wcf-column-right .wcf-field-row, .wcf-table-container .wcf-column-right .wcf-field-row, .wcf-table-container .wcf-column-right .wcf-field-row { padding: 10px 20px; overflow: hidden; } .wcf-table-container .wcf-checkout-style .wcf-cs-fields-options, .wcf-table-container .wcf-checkout-style .wcf-cs-button-options { display: none; } .wcf-repeatables-wrap .wcf-repeatable-row { background: #fff; border: none; margin-bottom: 5px; } .wcf-repeatables-wrap .wcf-repeatable-row-standard-fields { position: relative; padding: 0px; height: auto; min-height: 20px; width: 100%; display: flex; justify-content: space-between; align-items: center; } .wcf-repeatables-wrap .wcf-repeatable-row-standard-fields .wcf-repeatable-row-actions { float: none; display: inline-block; text-align: center; margin: 0 0 0 10px; } /*sonali*/ .wcf-table-container .wcf-repeatable-fields .select2-container .select2-selection--single { height: 34px; } .wcf-table-container .wcf-repeatable-fields .select2-container .select2-selection--single .select2-selection__rendered { line-height: 34px; } .wcf-table-container .wcf-repeatable-row-advance-fields .wcf-field-row-advance-content { width: 70%; } .wcf-repeatable-row-standard-fields .wcf-checkout-products-dashicon { cursor: move; } .wcf-repeatable-row-standard-fields .wcf-checkout-products-dashicon, .wcf-repeatable-row-standard-fields .wcf-sel-product { display: inline-block; vertical-align: middle; margin: 0px; display: flex; align-items: center; } .wcf-repeatable-row-standard-fields .wcf-sel-product { margin: 0 0 0 10px; max-width: 90%; } .wcf-repeatable-row-standard-fields .wcf_toggle_advance_fields { display: inline-flex; font-size: 12px; float: right; position: relative; right: 0px; margin: 0; vertical-align: middle; } .wcf-repeatables-wrap .wcf-repeatable-row.active .wcf-repeatable-row-advance-fields { display: block; background: rgb( 236, 236, 236, 0.2 ); } .wcf-repeatables-wrap .wcf-repeatable-row .wcf-repeatable-row-advance-fields { display: none; width: auto; padding: 15px; position: relative; z-index: 10; border: 1px solid #ececec; border-top: none; box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.04 ); } .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row { display: flex; padding: 5px 2px 5px 0; } .wcf-repeatables-wrap .wcf-repeatable-row.active .wcf-repeatable-row-advance-fields .wcf-field-row { /*overflow: visible;*/ } .wcf-repeatables-wrap .wcf-repeatable-row .wcf-field-row-heading { font-size: 12px; width: 30%; height: 100%; display: inline-block; line-height: 1.5em; vertical-align: middle; min-height: 28px; } .wcf-repeatables-wrap .wcf-repeatable-row .wcf-field-row-content { width: auto; display: inline-block; font-size: 12px; vertical-align: middle; } .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row input[type='text'], .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row input[type='text'], .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row select, .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row select { width: 100%; margin-right: 10px; background-color: #fff; max-width: 100%; } .wcf-hide-advance { display: none; } .wcf-checkout-general .wcf-repeatables-wrap .wcf-repeatable-row { background: #fff; /*border-bottom: 1px solid #eee;*/ margin-bottom: 10px; } .wcf-checkout-general .wcf-repeatables-wrap .wcf-repeater-fields-head-wrap { margin: 0; padding: 10px 12px; border: 1px solid #eee; clear: both; cursor: pointer; line-height: 1.5em; position: relative; border: 1px solid #eee; } .wcf_toggle_advance_fields { vertical-align: top; } /*.wcf-repeatable-row{ border-bottom: 1px solid #E7E7E7; }*/ /*sonali*/ .wcf-repeatables-wrap .wcf-repeatable-row-standard-fields .wcf-repeatable-remove { vertical-align: middle; padding: 5px; line-height: 15px; font-size: 13px; } .wcf-repeatables-wrap .wcf-repeatable-row-standard-fields .wcf-repeatable-remove .dashicons { vertical-align: middle; font-size: 1em; line-height: 1em; width: 14px; height: 16px; text-align: right; } .field-wcf-tq-advance-options-fields { border-top: 1px solid #ddd; margin-top: 15px; } .wcf-table-container .wcf-column-right .field-wcf-hr-line { padding-left: 0; padding-right: 0; } .wcf-table-container .wcf-column-right .field-wcf-hr-line .wcf-field-row-content { width: 100%; } .wcf-table-container .wcf-radio-option { margin-bottom: 10px; } /** * ****************************** * Field - Post Meta Typography * ****************************** */ .wcf-metabox-wrap .select2-container--default .select2-selection--single { border: 1px solid #ddd; box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); background-color: #fff; color: #32373c; outline: none; transition: 0.05s border-color ease-in-out; border-radius: 0; font-size: 13px; } .wcf-metabox-wrap .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #ddd; box-shadow: none; } /** * ************************ * Create Woo Product Start * ************************ */ .wcf-create-woo-iframe-opened { overflow: hidden; } .wcf-create-woo-product-overlay { position: fixed; height: 100%; width: 100%; top: 0; left: 0; background: rgba( 0, 0, 0, 0.7 ); -webkit-transition: opacity 500ms; transition: opacity 500ms; visibility: hidden; opacity: 0; z-index: 9999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: none; transition: none; } .wcf-create-woo-product-overlay.open { visibility: visible; opacity: 1; z-index: 999999; } .wcf-create-woo-product-wrap { max-width: 100%; background-color: transparent; position: relative; -webkit-border-radius: 3px; border-radius: 3px; top: 50%; margin: 0 auto; -ms-transform: translate( -50%, -35% ); width: 90%; min-height: 85%; max-height: 85%; height: 85%; transform: translateY( -50% ); z-index: 99999; } .wcf-create-woo-product-wrap:not( .product-loaded ):before { content: ''; position: absolute; background: none !important; top: 50%; margin: 0 auto; text-align: center; color: #fff; left: 50%; width: 48px; height: 48px; display: block; border: 3px solid white; -webkit-border-radius: 50%; border-radius: 50%; border-right-color: transparent; border-left-color: transparent; -webkit-animation: wcf-admin-loader 575ms infinite linear; animation: wcf-admin-loader 575ms infinite linear; } .wcf-woo-product-iframe { max-width: 100%; width: 100%; min-height: 100%; height: 100%; background: #ffffff; } .wcf-close-create-woo-product { background: #fff; border: 1px #fff solid; border-radius: 50%; color: #000; height: 25px; position: fixed; width: 25px; top: -10px; left: auto; z-index: 100000; cursor: pointer; right: -10px; font-size: 20px; line-height: 1.3; text-align: center; } .wcf-close-create-woo-product:before { content: '\f158'; font-family: dashicons; } #wcf-create-woo-product iframe.wcf-create-woo-product-iframe #wpadminbar, #wcf-create-woo-product iframe.wcf-create-woo-product-iframe #adminmenumain { display: none; } /** * ************************ * Create Woo Product End * ************************ */ /* * Display upgrade popup custom button */ .wcf-custom-add-new-button.button { margin: 10px; } /** * Display upgrade popup CSS */ #cartflows-upgrade-notice-overlay { background: #000000b3; filter: alpha( opacity=70 ); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100050; } #cartflows-upgrade-notice-popup table { border: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } #cartflows-upgrade-notice-popup .inner { -webkit-transform: translate( -50%, -50% ); -ms-transform: translate( -50%, -50% ); transform: translate( -50%, -50% ); background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; background-color: #fff; z-index: 100059; text-align: left; top: 50%; left: 50%; width: 350px; -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); } #cartflows-upgrade-notice-popup .heading { float: left; font-weight: 600; line-height: 35px; overflow: hidden; padding: 0px 20px; text-overflow: ellipsis; white-space: nowrap; width: -webkit-calc( 100% - 40px ); width: calc( 100% - 40px ); background: #fff; font-size: 14px; border-bottom: 1px solid #e5e5e5; } .cartflows-close-popup-button { border-left: 1px #eee solid; top: 3px; } .cartflows-close-popup-button:hover { cursor: pointer; } #cartflows-upgrade-notice-popup .contents { clear: both; background: #f1f1f1; padding: 0px 10px; } #cartflows-upgrade-notice-popup .notice { margin: 0 20px 5px 20px; } #cartflows-upgrade-notice-popup .wcf-notice { padding: 10px; } /** * ******************************* * A/B testing CSS Start * ******************************* */ /* Dropdown menu Buttons */ #wcf-edit-dropdown.wcf-edit-content a.wcf-action-button { padding: 10px 15px; border-left: 1px solid rgba( 230, 230, 230, 0.5 ); } #wcf-edit-dropdown.wcf-edit-content a.wcf-action-button:hover { background: #ffffff; border-left: 1px solid #1e8cbe; } #wcf-edit-dropdown.wcf-edit-content a.wcf-action-button .wcf-step-act-btn-text { margin-left: 5px; } /* Dropdown menu Buttons */ /** * ******************************* * A/B testing CSS End * ******************************* */ /** * ****************************** * Media Query for 768 Devices * ****************************** */ @media only screen and ( max-width: 768px ) { .wcf-cb-fields, .wcf-sb-fields { width: 100%; display: block; position: relative; vertical-align: top; } } /** * Device Responsive Css * ****************************** */ @media only screen and ( min-width: 1200px ) { .wcf-column-left { width: 280px; } .wcf-column-right { width: calc( 100% - 280px ); } } @keyframes wcf-admin-loader { 100% { -webkit-transform: rotate( -360deg ); transform: rotate( -360deg ); } } @-webkit-keyframes wcf-admin-loader { 100% { -webkit-transform: rotate( -360deg ); transform: rotate( -360deg ); } }
wordpress/wp-content/plugins/cartflows/admin-legacy/assets/css/global-admin.css
* ********************* * Cartflows Font Icon * ********************* */ @font-face { font-family: 'cartflows-logo-icon'; src: url( '../fonts/cartflows-logo-icon.eot?kxnn1n' ); src: url( '../fonts/cartflows-logo-icon.eot?kxnn1n#iefix' ) format( 'embedded-opentype' ), url( '../fonts/cartflows-logo-icon.ttf?kxnn1n' ) format( 'truetype' ), url( '../fonts/cartflows-logo-icon.woff?kxnn1n' ) format( 'woff' ), url( '../fonts/cartflows-logo-icon.svg?kxnn1n#cartflows-logo-icon' ) format( 'svg' ); font-weight: normal; font-style: normal; } .wcf-cartflows-logo-img [class^="cartflows-icon"], .wcf-cartflows-logo-img [class*=" cartflows-icon"], /* For Pro Compatibility */ [class^="cartflows-logo-icon"], [class*=" cartflows-logo-icon"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'cartflows-logo-icon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .wcf-cartflows-logo-img .cartflows-icon:before, /* For Pro Compatibility */ .cartflows-logo-icon:before { content: '\e900'; color: #f16334; } /** * * Step Meta - All Page Css */ .edit-post-layout .interface-interface-skeleton__content { background-color: #fff; } .post-type-cartflows_step #delete-action { display: none; } /* * ************************ * Post page Name & Button * ************************ */ .post-type-cartflows_flow .wrap { margin: 25px 20px 0 2px; } .wcf-notice-back-edit-flow .dashicons { vertical-align: text-bottom; } .post-type-cartflows_flow .wcf-notice-back-edit-flow { margin-top: 30px; } .post-type-cartflows_flow .wcf-notice-back-edit-flow .button-primary { height: 30px; } .wcf-notice-back-edit-flow .dashicons-arrow-left-alt { vertical-align: text-bottom; } .wcf-notice-back-edit-flow .button.button-large { margin: 2px; height: 33px; font-size: 13px; } .wcf-notice-back-edit-flow.gutenberg-button .dashicons-arrow-left-alt { vertical-align: middle; } /* * ************************ * Add Flow Popup Window * 1. Overlay * 2. Popup Box Alignment * 3. Buttons & Textbox * 4. wcf-choose-type-box * ************************ */ .wcf-overlay, .wcf-overlay-newstep { display: none; position: fixed; width: 100%; height: 100%; background: rgba( 0, 0, 0, 0.6 ); top: 0; left: 0; } .wcf-popup .wcf-popup-header { padding: 12px 20px; overflow: hidden; } .wcf-popup .wcf-popup-header label { color: #fff; font-weight: 600; float: left; } .wcf-popup, .wcf-popup-newstep { display: none; width: 600px; top: 50%; left: 50%; position: fixed; background: #ffffff; transform: translate( -50%, -50% ); padding: 0px; } .wcf-close, .wcf-close-newstep { position: relative; width: 20px; height: 20px; float: right; background: transparent; color: #ffff; font-size: 18px; line-height: 14px; text-align: center; border-radius: 999px; cursor: pointer; } .wcf-close .dashicons-no-alt { vertical-align: middle; } .wcf-content { text-align: left; padding: 20px; } .wcf-submit-wrap { text-align: right; margin: 25px 0 0 0; } .wcf-overlay.show, .wcf-popup.show, .wcf-overlay-newstep.show, .wcf-popup-newstep.show { display: block; } .wcf-content input[type='text'] { background-color: transparent; box-shadow: none; border: none; border-bottom: 1px #ddd solid; padding: 10px 0 10px; width: 100%; font-size: 15px; } .wcf-content input[type='text']:focus { border-bottom: 1px #5b9dd9 solid; } .wcf-popup .wcf-choose-type-box { width: 100%; position: relative; margin: 0 auto; text-align: center; padding: 0 0 15px 0; overflow: overlay; } .wcf-popup .wcf-choose-type-box .wcf-default-type-box, .wcf-popup .wcf-choose-type-box .wcf-import-type-box { flex: 0 0 50%; width: 46%; float: left; padding: 10px; } .wcf-default-type-box .wcf-default-type-content, .wcf-import-type-box .wcf-import-type-content { text-align: center; padding: 0 0px 15px; } .wcf-default-type-box .wcf-default-type-content h3, .wcf-import-type-box .wcf-import-type-content h3 { line-height: 1.4em; } .wcf-default-type-content:hover h3, .wcf-import-type-content:hover h3 { color: rgb( 0, 133, 186, 1 ); } .wcf-default-type-content h3 .dashicons, .wcf-import-type-content h3 .dashicons { vertical-align: middle; } .wcf-default-type-content .wcf-create-flow .dashicons-plus, .wcf-import-type-content .wcf-create-flow .dashicons-plus { vertical-align: middle; } /** * ************************ * Flow Setting Meta Box * ************************ */ .wcf-tooltip-text { background: #444; border-radius: 3px; color: #fff; height: auto; left: 56px; margin-top: 10px; max-width: 150px; position: absolute; padding: 6px 10px; top: auto; display: none; z-index: 10000; } .wcf-tooltip-text::before { border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid transparent; border-bottom: 5px solid #444; bottom: auto; content: ' '; font-size: 0; left: 56px; line-height: 0; margin-left: -5px; position: absolute; top: -10px; width: 0; } .display_tool_tip { display: block; } /*.wcf-tooltip::before { position: absolute; top: 48px; left: 53px; background-color: #444; border-radius: 5px; color: #fff; content: attr(data-tooltip); padding: 0.5rem; text-transform: none; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; width: 160px; height: auto; line-height: 1em; } .wcf-tooltip::after { position: absolute; top: auto; bottom: 170px; left: 115px; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid transparent; border-bottom: 5px solid #444; content: " "; font-size: 0; line-height: 0; margin-left: -5px; width: 0; } .wcf-tooltip.display_toot_tip::before, .wcf-tooltip.display_toot_tip::after { opacity: 1; -webkit-transition: all 0.75s ease; transition: all 0.75s ease; word-break: break-all; } .wcf-tooltip::before, .wcf-tooltip::after { color: #efefef; font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; font-size: 13px; opacity: 0; pointer-events: none; text-align: center; }*/ .wcf-flow-sandbox-table .wcf-field-row .wcf-field-row-content { width: 100%; } /** * ****************************************************** * Shortcode Box on the Head Section of Checkout Meta Box * ****************************************************** */ /* * ************************ * Css For * 1. Flow Metabox * 2. Textboxes * 3. Select * 4. Buttons * 5. Steps Boxes * ************************ */ /* * *************************************** * Flow Page Css (After removing meta box) * 1. Step Badges * *************************************** */ .wcf-flow-steps-meta-box { margin-top: 20px; } .wcf-flow-steps-meta-box .wcf-flow-settings { width: 100%; display: block; } .wcf-flow-steps-meta-box .wcf-new-step-badge { background-color: #0073aa; color: #fff; } .wcf-flow-steps-meta-box .wcf-step-badge, .wcf-flow-steps-meta-box .wcf-new-step-badge, .wcf-flow-steps-meta-box .wcf-step-wrap .wcf-step .wcf-flow-badge, .wcf-flow-steps-meta-box .wcf-step-wrap.active .wcf-step .wcf-flow-badge { color: #000; background-color: #e3e4e8; padding: 0.3em 0.6em 0.3em; font-size: 0.7em; font-weight: 600; border-radius: 0px; line-height: 0.7em; margin-left: 10px; text-align: center; vertical-align: middle; } .wcf-flow-steps-meta-box .wcf-abtest-control-badge { background: #f16334; color: #fff; } .wcf-flow-steps-meta-box .wcf-abtest-variation-badge { background: #1e8cbe; color: #fff; } #wcf-flow-settings .inside { margin: 10px 0 0; } .wcf-flow-settings .wcf-flow-steps-data-wrap { padding: 0 1em 1.5em; } .wcf-flow-settings .wcf-flow-steps-wrap { border-right: none; background-color: transparent; width: 100%; padding: 0px; } .wcf-flow-settings .wcf-step-left-content, .wcf-flow-settings .wcf-steps-action-buttons { display: inline-block; width: 49%; vertical-align: middle; font-size: 13px; line-height: 3em; } .wcf-flow-settings .wcf-step-left-content { text-align: left; } .wcf-step-left-content .dashicons { vertical-align: middle; width: 1em; height: 1em; font-size: 1.5em; line-height: 1em; } .wcf-flow-settings .wcf-steps-action-buttons { text-align: right; } .wcf-flow-settings .wcf-flow-steps-wrap .wcf-action-button { /*display: inline-block;*/ font-size: 1em; line-height: 0.9em; vertical-align: middle; text-align: center; /* margin-left: 15px; */ text-decoration: none; } .wcf-flow-settings .wcf-action-button .dashicons { pointer-events: none; font-size: 1.5em; width: 1em; height: 1em; vertical-align: middle; } .wcf-flow-settings .wcf-flow-steps-wrap .wcf-action-button .wcf-step-act-btn-text { /* display: inline-block; display: none !important;*/ line-height: 1.5em; } .wcf-flow-settings .wcf-flow-steps-wrap .wcf-step { color: #444; border: none; background-color: #fff; box-shadow: 0px 0px 2px 0px #ddd; padding: 15px 10px; cursor: move; } .wcf-new-step-highlight { border-left: 3px #0073aa solid; } .wcf-popup input[type='radio'] { margin-top: 0px; } .wcf-popup label { font-size: 16px; } .wcf-step-wrap { background: #ffffff; margin-bottom: 15px; } #wcf-sandbox-settings .inside { margin: 15px 0 10px; } .wcf-general-metabox-wrap .wcf-field-row { display: inline-flex; width: 100%; } .wcf-general-metabox-wrap .wcf-field-desc { padding: 6px 0 0; } /* * ***************************** * Custom classes for common use * ***************************** */ #wcf-sandbox-settings.wcf-highlight { box-shadow: 0 0 0 99999px rgba( 0, 0, 0, 0.8 ); position: relative; z-index: 9999; pointer-events: auto; transition: all 0.5s ease; } .pull-right { float: right; } .pull-left { float: left; } .text-error { border-bottom: 1px #ff5050 solid !important; } input[type='text'].error, input[type='text'].error:focus { border-color: red; box-shadow: 0 0 2px rgba( 30, 140, 190, 0 ); } #show_error { font-style: italic; color: #ff5050; } .wp-ui-text-primary { color: #0073aa; } .wcf-column-left { width: 25%; float: left; position: relative; max-width: 300px; } .wcf-column-right { width: 75%; float: left; position: relative; background-color: #fff; } .wcf-import-step-content { border-top: 1px #ddd solid; padding-top: 10px; margin-top: 30px; } /* * ************************ * Display Template div css * 1 Add, View & Import Buttons & Icons * ************************ */ .wcf-flow-steps-data-wrap .wcf-step-content a .dashicons { vertical-align: middle; } /* * ************************************************ * Meta Boxs (All) * 1. Setting Meta Box (#wcf-step-settings) * 2. Checkout layout Meta Box (#wcf-checkout-settings) * 3. Downsell Meta Box (#wcf-offer-settings) * 4. Thank You Meta Box (#wcf-thankyou-settings) * 5. Upsell Meta Box (#wcf-upsell-settings) * ************************************************ */ .edit-post-meta-boxes-area #poststuff #wcf-checkout-settings h2.hndle { border-bottom: 0px; } .wcf-repeat-notice, #wcf-checkout-settings .wcf-checkout-table .wcf-checkout-style .wcf-cs-fields .wcf-cs-checkbox-field .field-wcf-advance-options-fields { border-top: 1px #ddd solid; margin-top: 10px; padding-top: 20px; } .wcf-repeat-notice p { margin: 5px 0px; } /* * Inside Div css for all the metaboxes */ #wcf-landing-settings, #wcf-checkout-settings, #wcf-checkout-design-settings, #wcf-thankyou-settings, #wcf-thankyou-design-settings, #wcf-optin-settings, #wcf-optin-design-settings, #wcf-offer-settings, #wcf-upsell-settings { border: 1px solid #ccd0d4; margin-bottom: 15px; } #wcf-landing-settings .hndle.ui-sortable-handle, #wcf-checkout-settings .hndle.ui-sortable-handle, #wcf-checkout-design-settings .hndle.ui-sortable-handle, #wcf-thankyou-settings .hndle.ui-sortable-handle, #wcf-thankyou-design-settings .hndle.ui-sortable-handle, #wcf-optin-settings .hndle.ui-sortable-handle, #wcf-optin-design-settings .hndle.ui-sortable-handle, #wcf-offer-settings .hndle.ui-sortable-handle, #wcf-upsell-settings .hndle.ui-sortable-handle { border-bottom: none !important; } #wcf-landing-settings .inside, #wcf-checkout-settings .inside, #wcf-checkout-design-settings .inside, #wcf-thankyou-settings .inside, #wcf-thankyou-design-settings .inside, #wcf-optin-settings .inside, #wcf-optin-design-settings .inside, #wcf-offer-settings .inside, #wcf-upsell-settings .inside { margin: 0px; padding: 0px; line-height: 0.9em; } /* Notice in metabox */ .wcf-metabox-notice-wrap .wcf-metabox-notice { border: 0; background: #eee; border-bottom: 1px solid #ccc; font-weight: 600; margin: 0 auto; padding: 15px; } .wcf-metabox-notice .dashicons-info:before { color: #0274be; } /* Notice in content */ .wcf-tab-content .wcf-metabox-notice-wrap { padding: 5px 15px 15px; } .wcf-tab-content .wcf-metabox-notice-wrap .wcf-metabox-notice { display: inline-block; border: 0; } /** * **************************** * 1. Container * 2. Row * 3. Content Divs * 4. Button Divs * 5. Alignment Classes * **************************** */ .wcf-table-container { display: inline-block; width: 100%; max-width: 100%; background-color: #fafafa; margin-top: 0px; line-height: 1.2; } .wcf-column-right .wcf-field-section .wcf-field-section-heading { color: #333; padding: 10px 0 5px; text-decoration: none; font-size: 15px; font-weight: 600; } .show_box { display: block !important; } .wcf-table-container .wcf-column-right .wcf-custom-field-box .wcf-field-row-content { width: 100%; border: 1px solid #e5e5e5; } .wcf-table-container .wcf-column-right .wcf-custom-field-box .wcf-cpf-row { border: none; margin-bottom: 0px; } .wcf-table-container .wcf-column-right .wcf-custom-field-box .wcf-cpf-add-row { padding: 0px 8px 10px; background-color: #f9f9f9; } .wcf-table-container .wcf-column-right .wcf-field-row-heading { font-size: 12px; width: 30%; height: 100%; display: inline-block; line-height: 1.5em; vertical-align: middle; min-height: 28px; } .wcf-table-container .wcf-column-right .wcf-field-row-content { width: auto; display: inline-block; font-size: 12px; vertical-align: middle; } .wcf-table-container .wcf-column-right .wcf-field-row-heading .dashicons { line-height: 1; margin-left: 5px; } /*.wcf-cb-fields{ width: 50%; float: left; }*/ .wcf-cb-fields, .wcf-sb-fields { width: 50%; display: inline-block; position: relative; vertical-align: top; } .wcf-cb-fields .wcf-field-row-heading, .wcf-sb-fields .wcf-field-row-heading, .wcf-cb-fields .wcf-field-row-content, .wcf-sb-fields .wcf-field-row-content, .wcf-repeatables-wrap .wcf-repeatable-row .wcf-field-row-heading, .wcf-repeatables-wrap .wcf-repeatable-row .wcf-field-row-content { width: 50% !important; } .wcf-table-container .wcf-column-right .wcf-field-row .select2-container .select2-selection--single { margin: 0px; } .wcf-table-container .wcf-column-right .wcf-field-row .select2-container .select2-selection--single .select2-selection__rendered { outline: none; } .wcf-checkout-table .select2-container--default .select2-selection--single .select2-selection__clear { display: block; } .wc-wp-version-gte-53 .wcf-checkout-table .select2-container--default .select2-selection--single .select2-selection__arrow { width: 20px; height: 100%; } .wcf-table-container .wcf-column-right .wcf-field-row input[type='text'], .wcf-table-container .wcf-column-right .wcf-field-row input[type='number'], .wcf-table-container .wcf-column-right .wcf-field-row select, .wcf-table-container .wcf-column-right .wcf-field-row textarea, .wcf-table-container .wcf-column-right .wcf-field-row .select2-container--default { width: 300px; max-width: 100%; } .wcf-table-container .wcf-column-right .wcf-field-row .wp-picker-container input[type='text'].wp-color-picker { width: 65px; } #wcf-step-settings .inside .wcf-checkout-table .field-wcf-step-type .wcf-field-row-content select { border: none; border-bottom: 1px #ccc solid; box-shadow: none; padding: 5px; width: 30%; } /* * ************************************ * All Page Types Setting's Meta Box * Contains * Checkout Metabox * Upsell Metabox * Downsell Metabox * Thank You Metabox * ************************************ */ .wcf-table-container .wcf-tab-wrapper { background: #fafafa; border: none; margin: 0px 0 0; } .wcf-table-container .wcf-tab-wrapper .wcf-tab { background: transparent; border-bottom: 1px #eee solid; display: block; margin: 0; color: #0073aa; line-height: 1em; } .wcf-table-container .wcf-tab-wrapper .wcf-tab .wcf-tab-title { margin-left: 0.2em; margin-right: 0.618em; } .wcf-table-container .wcf-tab-wrapper .wcf-tab.active { background-color: #eee; color: #555; } .wcf-table-container .wcf-tab-wrapper .wcf-tab .dashicons { font-size: initial; width: auto; height: auto; } .wcf-table-container .wcf-tab-content { border: 1px #ddd solid; border-right: none; border-top: none; border-bottom: none; min-height: 227px; overflow: hidden; padding: 10px 0px; } .wcf-table-container .wcf-column-right .wcf-field-row, .wcf-table-container .wcf-column-right .wcf-field-row, .wcf-table-container .wcf-column-right .wcf-field-row, .wcf-table-container .wcf-column-right .wcf-field-row { padding: 10px 20px; overflow: hidden; } .wcf-table-container .wcf-checkout-style .wcf-cs-fields-options, .wcf-table-container .wcf-checkout-style .wcf-cs-button-options { display: none; } .wcf-repeatables-wrap .wcf-repeatable-row { background: #fff; border: none; margin-bottom: 5px; } .wcf-repeatables-wrap .wcf-repeatable-row-standard-fields { position: relative; padding: 0px; height: auto; min-height: 20px; width: 100%; display: flex; justify-content: space-between; align-items: center; } .wcf-repeatables-wrap .wcf-repeatable-row-standard-fields .wcf-repeatable-row-actions { float: none; display: inline-block; text-align: center; margin: 0 0 0 10px; } /*sonali*/ .wcf-table-container .wcf-repeatable-fields .select2-container .select2-selection--single { height: 34px; } .wcf-table-container .wcf-repeatable-fields .select2-container .select2-selection--single .select2-selection__rendered { line-height: 34px; } .wcf-table-container .wcf-repeatable-row-advance-fields .wcf-field-row-advance-content { width: 70%; } .wcf-repeatable-row-standard-fields .wcf-checkout-products-dashicon { cursor: move; } .wcf-repeatable-row-standard-fields .wcf-checkout-products-dashicon, .wcf-repeatable-row-standard-fields .wcf-sel-product { display: inline-block; vertical-align: middle; margin: 0px; display: flex; align-items: center; } .wcf-repeatable-row-standard-fields .wcf-sel-product { margin: 0 0 0 10px; max-width: 90%; } .wcf-repeatable-row-standard-fields .wcf_toggle_advance_fields { display: inline-flex; font-size: 12px; float: right; position: relative; right: 0px; margin: 0; vertical-align: middle; } .wcf-repeatables-wrap .wcf-repeatable-row.active .wcf-repeatable-row-advance-fields { display: block; background: rgb( 236, 236, 236, 0.2 ); } .wcf-repeatables-wrap .wcf-repeatable-row .wcf-repeatable-row-advance-fields { display: none; width: auto; padding: 15px; position: relative; z-index: 10; border: 1px solid #ececec; border-top: none; box-shadow: 0 1px 1px rgba( 0, 0, 0, 0.04 ); } .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row { display: flex; padding: 5px 2px 5px 0; } .wcf-repeatables-wrap .wcf-repeatable-row.active .wcf-repeatable-row-advance-fields .wcf-field-row { /*overflow: visible;*/ } .wcf-repeatables-wrap .wcf-repeatable-row .wcf-field-row-heading { font-size: 12px; width: 30%; height: 100%; display: inline-block; line-height: 1.5em; vertical-align: middle; min-height: 28px; } .wcf-repeatables-wrap .wcf-repeatable-row .wcf-field-row-content { width: auto; display: inline-block; font-size: 12px; vertical-align: middle; } .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row input[type='text'], .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row input[type='text'], .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row select, .wcf-repeatables-wrap .wcf-repeatable-row-advance-fields .wcf-field-row select { width: 100%; margin-right: 10px; background-color: #fff; max-width: 100%; } .wcf-hide-advance { display: none; } .wcf-checkout-general .wcf-repeatables-wrap .wcf-repeatable-row { background: #fff; /*border-bottom: 1px solid #eee;*/ margin-bottom: 10px; } .wcf-checkout-general .wcf-repeatables-wrap .wcf-repeater-fields-head-wrap { margin: 0; padding: 10px 12px; border: 1px solid #eee; clear: both; cursor: pointer; line-height: 1.5em; position: relative; border: 1px solid #eee; } .wcf_toggle_advance_fields { vertical-align: top; } /*.wcf-repeatable-row{ border-bottom: 1px solid #E7E7E7; }*/ /*sonali*/ .wcf-repeatables-wrap .wcf-repeatable-row-standard-fields .wcf-repeatable-remove { vertical-align: middle; padding: 5px; line-height: 15px; font-size: 13px; } .wcf-repeatables-wrap .wcf-repeatable-row-standard-fields .wcf-repeatable-remove .dashicons { vertical-align: middle; font-size: 1em; line-height: 1em; width: 14px; height: 16px; text-align: right; } .field-wcf-tq-advance-options-fields { border-top: 1px solid #ddd; margin-top: 15px; } .wcf-table-container .wcf-column-right .field-wcf-hr-line { padding-left: 0; padding-right: 0; } .wcf-table-container .wcf-column-right .field-wcf-hr-line .wcf-field-row-content { width: 100%; } .wcf-table-container .wcf-radio-option { margin-bottom: 10px; } /** * ****************************** * Field - Post Meta Typography * ****************************** */ .wcf-metabox-wrap .select2-container--default .select2-selection--single { border: 1px solid #ddd; box-shadow: inset 0 1px 2px rgba( 0, 0, 0, 0.07 ); background-color: #fff; color: #32373c; outline: none; transition: 0.05s border-color ease-in-out; border-radius: 0; font-size: 13px; } .wcf-metabox-wrap .select2-container--default .select2-search--dropdown .select2-search__field { border: 1px solid #ddd; box-shadow: none; } /** * ************************ * Create Woo Product Start * ************************ */ .wcf-create-woo-iframe-opened { overflow: hidden; } .wcf-create-woo-product-overlay { position: fixed; height: 100%; width: 100%; top: 0; left: 0; background: rgba( 0, 0, 0, 0.7 ); -webkit-transition: opacity 500ms; transition: opacity 500ms; visibility: hidden; opacity: 0; z-index: 9999; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: none; transition: none; } .wcf-create-woo-product-overlay.open { visibility: visible; opacity: 1; z-index: 999999; } .wcf-create-woo-product-wrap { max-width: 100%; background-color: transparent; position: relative; -webkit-border-radius: 3px; border-radius: 3px; top: 50%; margin: 0 auto; -ms-transform: translate( -50%, -35% ); width: 90%; min-height: 85%; max-height: 85%; height: 85%; transform: translateY( -50% ); z-index: 99999; } .wcf-create-woo-product-wrap:not( .product-loaded ):before { content: ''; position: absolute; background: none !important; top: 50%; margin: 0 auto; text-align: center; color: #fff; left: 50%; width: 48px; height: 48px; display: block; border: 3px solid white; -webkit-border-radius: 50%; border-radius: 50%; border-right-color: transparent; border-left-color: transparent; -webkit-animation: wcf-admin-loader 575ms infinite linear; animation: wcf-admin-loader 575ms infinite linear; } .wcf-woo-product-iframe { max-width: 100%; width: 100%; min-height: 100%; height: 100%; background: #ffffff; } .wcf-close-create-woo-product { background: #fff; border: 1px #fff solid; border-radius: 50%; color: #000; height: 25px; position: fixed; width: 25px; top: -10px; left: auto; z-index: 100000; cursor: pointer; right: -10px; font-size: 20px; line-height: 1.3; text-align: center; } .wcf-close-create-woo-product:before { content: '\f158'; font-family: dashicons; } #wcf-create-woo-product iframe.wcf-create-woo-product-iframe #wpadminbar, #wcf-create-woo-product iframe.wcf-create-woo-product-iframe #adminmenumain { display: none; } /** * ************************ * Create Woo Product End * ************************ */ /* * Display upgrade popup custom button */ .wcf-custom-add-new-button.button { margin: 10px; } /** * Display upgrade popup CSS */ #cartflows-upgrade-notice-overlay { background: #000000b3; filter: alpha( opacity=70 ); position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 100050; } #cartflows-upgrade-notice-popup table { border: none !important; -webkit-box-shadow: none !important; box-shadow: none !important; } #cartflows-upgrade-notice-popup .inner { -webkit-transform: translate( -50%, -50% ); -ms-transform: translate( -50%, -50% ); transform: translate( -50%, -50% ); background: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: fixed; background-color: #fff; z-index: 100059; text-align: left; top: 50%; left: 50%; width: 350px; -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 ); } #cartflows-upgrade-notice-popup .heading { float: left; font-weight: 600; line-height: 35px; overflow: hidden; padding: 0px 20px; text-overflow: ellipsis; white-space: nowrap; width: -webkit-calc( 100% - 40px ); width: calc( 100% - 40px ); background: #fff; font-size: 14px; border-bottom: 1px solid #e5e5e5; } .cartflows-close-popup-button { border-left: 1px #eee solid; top: 3px; } .cartflows-close-popup-button:hover { cursor: pointer; } #cartflows-upgrade-notice-popup .contents { clear: both; background: #f1f1f1; padding: 0px 10px; } #cartflows-upgrade-notice-popup .notice { margin: 0 20px 5px 20px; } #cartflows-upgrade-notice-popup .wcf-notice { padding: 10px; } /** * ******************************* * A/B testing CSS Start * ******************************* */ /* Dropdown menu Buttons */ #wcf-edit-dropdown.wcf-edit-content a.wcf-action-button { padding: 10px 15px; border-left: 1px solid rgba( 230, 230, 230, 0.5 ); } #wcf-edit-dropdown.wcf-edit-content a.wcf-action-button:hover { background: #ffffff; border-left: 1px solid #1e8cbe; } #wcf-edit-dropdown.wcf-edit-content a.wcf-action-button .wcf-step-act-btn-text { margin-left: 5px; } /* Dropdown menu Buttons */ /** * ******************************* * A/B testing CSS End * ******************************* */ /** * ****************************** * Media Query for 768 Devices * ****************************** */ @media only screen and ( max-width: 768px ) { .wcf-cb-fields, .wcf-sb-fields { width: 100%; display: block; position: relative; vertical-align: top; } } /** * Device Responsive Css * ****************************** */ @media only screen and ( min-width: 1200px ) { .wcf-column-left { width: 280px; } .wcf-column-right { width: calc( 100% - 280px ); } } @keyframes wcf-admin-loader { 100% { -webkit-transform: rotate( -360deg ); transform: rotate( -360deg ); } } @-webkit-keyframes wcf-admin-loader { 100% { -webkit-transform: rotate( -360deg ); transform: rotate( -360deg ); } }
0.135346
0.05715
@font-face { font-family: 'SF Regular'; src: url('../fonts/sf-ui-text-regular-webfont.woff2') format('woff2'), url('../fonts/sf-ui-text-regular-webfont.woff') format('woff'), url('../fonts/sf-ui-text-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } html, body { margin: 0; padding: 0; } body, input { font-family: 'SF Regular'; } body * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } input, textarea { -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; } h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; } ul, ul li, ol, ol li { padding: 0; margin: 0; list-style: none; } a:link, a:visited, a:active, a:hover { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } .hidden { display: none !important; } .invisible { visibility: hidden !important; } .svg-icon { display: block; width: 80%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .svg-icon path, .svg-icon polygon, .svg-icon rect { fill: #fff; } .svg-icon circle { stroke: #fff; stroke-width: 2; } .zw-text-ellipsis { display: block; width: 100%; position: relative; overflow: hidden; } .zw-text-ellipsis em { display: block; max-width: 80%; white-space: nowrap; overflow: hidden; font-style: normal; text-overflow: ellipsis; float: left; } .zw-text-ellipsis a { display: block; width: 30px; height: 40px; float: left; position: relative; } .zw-text-ellipsis a:after { content: "i"; display: block; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; width: 18px; height: 18px; color: #666; background: #fff; font-size: 14px; font-weight: normal; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 0; text-align: center; line-height: 18px; } h1 { width: 45px; height: 100%; padding: 0 15px; float: left; overflow: hidden; line-height: 34px; position: relative; text-indent: -1000em; } h1:after { text-indent: 0; text-align: center; line-height: 22px; font-size: 26px; content: 'z'; width: 30px; height: 30px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .zw-avatar { width: 30px; height: 30px; margin: auto; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; overflow: hidden; } .zw-avatar img { width: 100%; height: 100%; } a.zw-waves:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.1); width: 100%; opacity: 0; transition: width 0.2s ease, opacity 0.2s ease; -webkit-transition: width 0.2s ease, opacity 0.2s ease; -moz-transition: width 0.2s ease, opacity 0.2s ease; } a.zw-waves.zw-waves--clicked:after { width: 100%; opacity: 1; } /* * Form */ .zw-form-row { width: 100%; overflow: hidden; padding: 8px 15px; border-bottom: 1px solid #efefef; } .zw-form-row label { width: 90px; float: left; font-size: 14px; color: #000; padding-top: 5px; } .zw-form-row .zw-field { width: calc( 100% - 90px); float: right; } .zw-form-row .zw-field input[type="text"], .zw-form-row .zw-field input[type="password"], .zw-form-row .zw-field textarea, .zw-form-row .zw-field .zw-textarea { border: none; background: #fff; width: 100%; height: 100%; font-size: 14px; color: #666; padding: 5px 0; resize: none; outline: none; } .zw-form-row .zw-field textarea, .zw-form-row .zw-field .zw-textarea { min-height: 30px; max-height: 160px; overflow: auto; } [contenteditable=true]:empty:before{ content: attr(placeholder); display: block; /* For Firefox */ } .zw-img-btn { } .zw-img-btn button { width: 100%; height: 100%; display: block; position: absolute; z-index: 1; top: 0; left: 0; opacity: 0; border: none; background: none; } .zw-img-btn .svg-icon { z-index: 0; } .zw-img-btn .svg-icon path { } /* end. Form */ .zw-app { width: 100%; overflow: hidden; } .zw-top-bar { background: #008844; color: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 40px; z-index: 1000; line-height: 40px; } .zw-top-bar .zw-avatar-wrapper { float: right; width: 30px; height: 30px; margin: 5px 5px 0 0; } .zw-search-bar { width: calc( 100% - 90px ); height: 40px; float: left; position: relative; padding: 5px 0 0 0; } .zw-search-bar .zw-form-row { padding: 0; border: none; } .zw-search-bar .zw-form-row .zw-field { width: 100%; } .zw-search-bar .zw-form-row .zw-field input { display: block; height: 30px; padding: 0 60px 0 10px; border: none; } .zw-search-submit, .zw-clear-field { width: 30px; height: 30px; position: absolute; top: 5px; right: 0; } .zw-search-submit { background: #116644; } .zw-clear-field { right: 30px; top: 6px; } .zw-search-submit .svg-icon, .zw-clear-field .svg-icon { width: 20px; z-index: 0; } .zw-search-submit .svg-icon path { fill: #fff; } .zw-clear-field .svg-icon path { fill: #ccc; } /** * main nav */ .zw-nav-bar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #ccc; width: 100%; height: 50px; overflow: hidden; background: #fff; } .zw-add-btn { position: absolute; top: 0; right: 0; width: 25%; height: 100%; background: #fff; } .zw-add-btn .svg-icon { width: 30px; } .zw-add-btn .svg-icon path { fill: #ff7799; } .zw-main-nav { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .zw-main-nav li { width: 25%; height: 100%; float: left; } .zw-main-nav li.zw-main-nav__item--alt { width: 40px; float: right; } .zw-main-nav li a { width: 100%; height: 100%; display: block; position: relative; background: #fff; border-bottom: 6px solid #fff; } .zw-main-nav li.zw-main-nav__item--active a { border-bottom-color: #008844; } .zw-main-nav li a .svg-icon { padding-top: 4px; width: 30px; } .zw-main-nav li a .svg-icon path { fill: #ccc; } .zw-main-nav li.zw-main-nav__item--active a .svg-icon path { fill: #008844; } /** * pages */ .zw-page-transition { display: block; width: 100%; overflow: hidden; padding-top: 40px; } .zw-page-transition .zw-spin { position: fixed; width: 100%; height: 100%; left: 0; top: 0; } .zw-page-transition .zw-spin .svg-icon { width: 40px; height: 40px; opacity: 0; transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); } .zw-page-transition.zw-page-loading .zw-spin .svg-icon { opacity: 1; -webkit-transition: -webkit-transform 100s linear, opacity 0.2s linear; -moz-transition: -moz-transform 100s linear, opacity 0.2s linear; transition: transform 100s linear, opacity 0.2s linear; transform: rotate(36000deg); -webkit-transform: rotate(36000deg); -moz-transform: rotate(36000deg); } .zw-page-transition .zw-spin .svg-icon path { fill: #008844; } .zw-page { width: 100%; overflow: hidden; background: #fff; padding-bottom: 50px; -webkit-transition: -webkit-transform 0.2s ease; -moz-transition: -moz-transform 0.2s ease; transition: transform 0.2s ease; } .zw-page { transform: translate3d(100%, 0, 0); -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); } .zw-page.fly-in-enter { transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transition-timing-function: ease-in; -moz-transition-timing-function: ease-in; transition-timing-function: ease-in; } .zw-page .zw-page-content-dissolve { -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; opacity: 0; } .zw-page .zw-page-content-dissolve.zw-page-content-dissolve--out { opacity: 1; } .zw-page .zw-page-content-slide-fade { -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.2s ease; -moz-transition: -moz-transform 0.4s ease-out, opacity 0.2s ease; transition: transform 0.4s ease-out, opacity 0.2s ease; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); opacity: 1; } .zw-page .zw-page-content-slide-fade.zw-page-content-slide-fade--down { transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); opacity: 0; } /** * app */ .zw-app h2 { position: relative; padding: 0; font-size: 16px; background: #fff; color: #000; width: 100%; height: 40px; z-index: 1000; line-height: 40px; } .zw-app h2 > .zw-back { display: block; width: 40px; height: 100%; float: left; position: relative; } .zw-app h2 .zw-text-ellipsis { width: calc( 100% - 40px ); float: left; } .zw-app h2 .zw-text-ellipsis em { width: calc( 100% - 40px - 30px ); } .zw-app h2.zw-first-page-title .zw-text-ellipsis { width: 100%; padding: 0 0 0 10px; } .zw-app h2 .zw-text-ellipsis a:after { border: 1px solid #666; color: #666; } .zw-app h2 .zw-text-ellipsis a.active:after { border-color: transparent; background: #ccc; } .zw-app h2 > .zw-back .svg-icon path { fill: #000; } .zw-project-list { width: 100%; overflow: hidden; } .zw-project-list li { width: 100%; float: left; border-bottom: 3px solid #efefef; } .zw-project-list li a { color: #000; display: block; width: 100%; padding: 15px 45px 15px 15px; font-size: 16px; position: relative; } .zw-project-list li a .svg-icon { width: 30px; height: 100%; position: absolute; left: auto; right: 5px; top: 0; bottom: auto; } .zw-project-list li a .svg-icon path { fill: #ccc; } /** * List with timeline */ .zw-list { width: 100%; min-height: calc( 100% - 30px ); position: relative; background: #f8f8f8; border-top: 3px solid #efefef; } .zw-list:after { content: " "; position: absolute; z-index: 0; top: 0; left: 0; border-right: 3px solid #efefef; width: 60px; height: 100%; } .zw-list li { position: relative; } .zw-list a { display: block; color: #333; font-size: 16px; font-weight: normal; position: relative; z-index: 1; } .zw-list .zw-timeline-date { position: absolute; left: 0; top: 0; z-index: 0; padding: 17px 0 0 0; font-size: 12px; color: #999; display: block; width: 50px; height: 100%; text-transform: uppercase; text-align: center; line-height: 12px; } .zw-list .zw-timeline-date strong { font-size: 18px; } .zw-list .zw-item-status, .zw-list .zw-item-status:before { display: block; position: absolute; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; } .zw-list .zw-item-status { z-index: 2; } .zw-list .zw-item-status:before { content: " "; } /* * Milestone */ .zw-list .zw-milestone { border-bottom: 3px solid #efefef; } .zw-list .zw-milestone .zw-timeline-date { font-weight: bold; } .zw-list .zw-milestone .zw-item-status { top: 14px; left: 45px; width: 31px; height: 31px; border: 1px solid transparent; } .zw-list .zw-milestone > .zw-item-status.zw-item-status--0 { border: 1px solid #ccc; background: #fff; } .zw-list .zw-milestone > .zw-item-status.zw-item-status--1 { background: #ff7799; } .zw-list .zw-milestone > .zw-item-status.zw-item-status--2 { background: #fff; border-color: #008844; } .zw-list .zw-milestone > .zw-item-status.zw-item-status--2 .svg-icon path { fill: #008844; } .zw-list .zw-milestone .zw-item-status:before { display: none; } .zw-list .zw-milestone > .zw-item-name { padding: 20px 15px 20px 85px; font-weight: bold; } /* * Deliverable */ .zw-list .zw-deliverable { background: #fff; } .zw-list .zw-deliverable a { color: #666; } .zw-list .zw-deliverable .zw-timeline-date { font-weight: normal; padding-top: 12px; } .zw-list .zw-deliverable .zw-item-status { width: 25px; height: 25px; top: 12px; left: 48px; } .zw-list .zw-deliverable .zw-item-status { border: 1px solid #ccc; background: #fff; } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--0 { } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--1 { background: #ff7799; border-color: transparent; } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--2 { border-color: #008844; } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--2:before { display: none; } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--2 .svg-icon path { fill: #008844; } .zw-list .zw-deliverable > .zw-item-name { padding: 15px 15px 15px 110px; } /* * Task */ .zw-list.zw-tasks-list li { z-index: 1; } .zw-list .zw-task .zw-timeline-date { font-weight: bold; } .zw-list .zw-task .zw-item-status { top: 14px; left: 45px; width: 31px; height: 31px; border: 1px solid transparent; } .zw-list .zw-task > .zw-item-status.zw-item-status--0 { border: 1px solid #ccc; background: #fff; } .zw-list .zw-task > .zw-item-status.zw-item-status--1 { background: #ff7799; } .zw-list .zw-task > .zw-item-status.zw-item-status--2 { background: #fff; border-color: #008844; } .zw-list .zw-task > .zw-item-status.zw-item-status--2 .svg-icon path { fill: #008844; } .zw-list .zw-task .zw-item-status:before { display: none; } .zw-list .zw-task > .zw-item-name { padding: 20px 15px 20px 85px; font-weight: bold; } .zw-task__details { position: relative; z-index: 1; background: #fff; border-top: 3px solid #efefef; border-bottom: 3px solid #efefef; } /** * message app */ .zw-message-app { position: relative; width: 100%; } .zw-message-app p { font-size: 14px; color: #666; text-align: center; padding: 10px 0 0; } .zw-message-app .svg-icon { width: 64px; position: relative; margin-top: 100px; } .zw-message-app .svg-icon path { fill: #008844; } /** * message app */ .zw-people-app { position: relative; width: 100%; } .zw-people-app p { font-size: 14px; color: #666; text-align: center; padding: 10px 0 0; } .zw-people-app .svg-icon { width: 64px; position: relative; margin-top: 100px; } .zw-people-app .svg-icon path { fill: #008844; }
css/zenwork.css
@font-face { font-family: 'SF Regular'; src: url('../fonts/sf-ui-text-regular-webfont.woff2') format('woff2'), url('../fonts/sf-ui-text-regular-webfont.woff') format('woff'), url('../fonts/sf-ui-text-regular-webfont.ttf') format('truetype'); font-weight: normal; font-style: normal; } html, body { margin: 0; padding: 0; } body, input { font-family: 'SF Regular'; } body * { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; } input, textarea { -webkit-appearance: none; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; } h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; } ul, ul li, ol, ol li { padding: 0; margin: 0; list-style: none; } a:link, a:visited, a:active, a:hover { text-decoration: none; -webkit-tap-highlight-color: rgba(0,0,0,0); } .hidden { display: none !important; } .invisible { visibility: hidden !important; } .svg-icon { display: block; width: 80%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .svg-icon path, .svg-icon polygon, .svg-icon rect { fill: #fff; } .svg-icon circle { stroke: #fff; stroke-width: 2; } .zw-text-ellipsis { display: block; width: 100%; position: relative; overflow: hidden; } .zw-text-ellipsis em { display: block; max-width: 80%; white-space: nowrap; overflow: hidden; font-style: normal; text-overflow: ellipsis; float: left; } .zw-text-ellipsis a { display: block; width: 30px; height: 40px; float: left; position: relative; } .zw-text-ellipsis a:after { content: "i"; display: block; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; width: 18px; height: 18px; color: #666; background: #fff; font-size: 14px; font-weight: normal; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; padding: 0; text-align: center; line-height: 18px; } h1 { width: 45px; height: 100%; padding: 0 15px; float: left; overflow: hidden; line-height: 34px; position: relative; text-indent: -1000em; } h1:after { text-indent: 0; text-align: center; line-height: 22px; font-size: 26px; content: 'z'; width: 30px; height: 30px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } .zw-avatar { width: 30px; height: 30px; margin: auto; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; overflow: hidden; } .zw-avatar img { width: 100%; height: 100%; } a.zw-waves:after { content: " "; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.1); width: 100%; opacity: 0; transition: width 0.2s ease, opacity 0.2s ease; -webkit-transition: width 0.2s ease, opacity 0.2s ease; -moz-transition: width 0.2s ease, opacity 0.2s ease; } a.zw-waves.zw-waves--clicked:after { width: 100%; opacity: 1; } /* * Form */ .zw-form-row { width: 100%; overflow: hidden; padding: 8px 15px; border-bottom: 1px solid #efefef; } .zw-form-row label { width: 90px; float: left; font-size: 14px; color: #000; padding-top: 5px; } .zw-form-row .zw-field { width: calc( 100% - 90px); float: right; } .zw-form-row .zw-field input[type="text"], .zw-form-row .zw-field input[type="password"], .zw-form-row .zw-field textarea, .zw-form-row .zw-field .zw-textarea { border: none; background: #fff; width: 100%; height: 100%; font-size: 14px; color: #666; padding: 5px 0; resize: none; outline: none; } .zw-form-row .zw-field textarea, .zw-form-row .zw-field .zw-textarea { min-height: 30px; max-height: 160px; overflow: auto; } [contenteditable=true]:empty:before{ content: attr(placeholder); display: block; /* For Firefox */ } .zw-img-btn { } .zw-img-btn button { width: 100%; height: 100%; display: block; position: absolute; z-index: 1; top: 0; left: 0; opacity: 0; border: none; background: none; } .zw-img-btn .svg-icon { z-index: 0; } .zw-img-btn .svg-icon path { } /* end. Form */ .zw-app { width: 100%; overflow: hidden; } .zw-top-bar { background: #008844; color: #fff; position: fixed; top: 0; left: 0; width: 100%; height: 40px; z-index: 1000; line-height: 40px; } .zw-top-bar .zw-avatar-wrapper { float: right; width: 30px; height: 30px; margin: 5px 5px 0 0; } .zw-search-bar { width: calc( 100% - 90px ); height: 40px; float: left; position: relative; padding: 5px 0 0 0; } .zw-search-bar .zw-form-row { padding: 0; border: none; } .zw-search-bar .zw-form-row .zw-field { width: 100%; } .zw-search-bar .zw-form-row .zw-field input { display: block; height: 30px; padding: 0 60px 0 10px; border: none; } .zw-search-submit, .zw-clear-field { width: 30px; height: 30px; position: absolute; top: 5px; right: 0; } .zw-search-submit { background: #116644; } .zw-clear-field { right: 30px; top: 6px; } .zw-search-submit .svg-icon, .zw-clear-field .svg-icon { width: 20px; z-index: 0; } .zw-search-submit .svg-icon path { fill: #fff; } .zw-clear-field .svg-icon path { fill: #ccc; } /** * main nav */ .zw-nav-bar { position: fixed; bottom: 0; left: 0; border-top: 1px solid #ccc; width: 100%; height: 50px; overflow: hidden; background: #fff; } .zw-add-btn { position: absolute; top: 0; right: 0; width: 25%; height: 100%; background: #fff; } .zw-add-btn .svg-icon { width: 30px; } .zw-add-btn .svg-icon path { fill: #ff7799; } .zw-main-nav { position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; } .zw-main-nav li { width: 25%; height: 100%; float: left; } .zw-main-nav li.zw-main-nav__item--alt { width: 40px; float: right; } .zw-main-nav li a { width: 100%; height: 100%; display: block; position: relative; background: #fff; border-bottom: 6px solid #fff; } .zw-main-nav li.zw-main-nav__item--active a { border-bottom-color: #008844; } .zw-main-nav li a .svg-icon { padding-top: 4px; width: 30px; } .zw-main-nav li a .svg-icon path { fill: #ccc; } .zw-main-nav li.zw-main-nav__item--active a .svg-icon path { fill: #008844; } /** * pages */ .zw-page-transition { display: block; width: 100%; overflow: hidden; padding-top: 40px; } .zw-page-transition .zw-spin { position: fixed; width: 100%; height: 100%; left: 0; top: 0; } .zw-page-transition .zw-spin .svg-icon { width: 40px; height: 40px; opacity: 0; transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); } .zw-page-transition.zw-page-loading .zw-spin .svg-icon { opacity: 1; -webkit-transition: -webkit-transform 100s linear, opacity 0.2s linear; -moz-transition: -moz-transform 100s linear, opacity 0.2s linear; transition: transform 100s linear, opacity 0.2s linear; transform: rotate(36000deg); -webkit-transform: rotate(36000deg); -moz-transform: rotate(36000deg); } .zw-page-transition .zw-spin .svg-icon path { fill: #008844; } .zw-page { width: 100%; overflow: hidden; background: #fff; padding-bottom: 50px; -webkit-transition: -webkit-transform 0.2s ease; -moz-transition: -moz-transform 0.2s ease; transition: transform 0.2s ease; } .zw-page { transform: translate3d(100%, 0, 0); -webkit-transform: translate3d(100%, 0, 0); -moz-transform: translate3d(100%, 0, 0); } .zw-page.fly-in-enter { transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -webkit-transition-timing-function: ease-in; -moz-transition-timing-function: ease-in; transition-timing-function: ease-in; } .zw-page .zw-page-content-dissolve { -webkit-transition: opacity 0.4s ease; -moz-transition: opacity 0.4s ease; transition: opacity 0.4s ease; opacity: 0; } .zw-page .zw-page-content-dissolve.zw-page-content-dissolve--out { opacity: 1; } .zw-page .zw-page-content-slide-fade { -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.2s ease; -moz-transition: -moz-transform 0.4s ease-out, opacity 0.2s ease; transition: transform 0.4s ease-out, opacity 0.2s ease; transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); opacity: 1; } .zw-page .zw-page-content-slide-fade.zw-page-content-slide-fade--down { transform: translate3d(0, 100%, 0); -webkit-transform: translate3d(0, 100%, 0); -moz-transform: translate3d(0, 100%, 0); opacity: 0; } /** * app */ .zw-app h2 { position: relative; padding: 0; font-size: 16px; background: #fff; color: #000; width: 100%; height: 40px; z-index: 1000; line-height: 40px; } .zw-app h2 > .zw-back { display: block; width: 40px; height: 100%; float: left; position: relative; } .zw-app h2 .zw-text-ellipsis { width: calc( 100% - 40px ); float: left; } .zw-app h2 .zw-text-ellipsis em { width: calc( 100% - 40px - 30px ); } .zw-app h2.zw-first-page-title .zw-text-ellipsis { width: 100%; padding: 0 0 0 10px; } .zw-app h2 .zw-text-ellipsis a:after { border: 1px solid #666; color: #666; } .zw-app h2 .zw-text-ellipsis a.active:after { border-color: transparent; background: #ccc; } .zw-app h2 > .zw-back .svg-icon path { fill: #000; } .zw-project-list { width: 100%; overflow: hidden; } .zw-project-list li { width: 100%; float: left; border-bottom: 3px solid #efefef; } .zw-project-list li a { color: #000; display: block; width: 100%; padding: 15px 45px 15px 15px; font-size: 16px; position: relative; } .zw-project-list li a .svg-icon { width: 30px; height: 100%; position: absolute; left: auto; right: 5px; top: 0; bottom: auto; } .zw-project-list li a .svg-icon path { fill: #ccc; } /** * List with timeline */ .zw-list { width: 100%; min-height: calc( 100% - 30px ); position: relative; background: #f8f8f8; border-top: 3px solid #efefef; } .zw-list:after { content: " "; position: absolute; z-index: 0; top: 0; left: 0; border-right: 3px solid #efefef; width: 60px; height: 100%; } .zw-list li { position: relative; } .zw-list a { display: block; color: #333; font-size: 16px; font-weight: normal; position: relative; z-index: 1; } .zw-list .zw-timeline-date { position: absolute; left: 0; top: 0; z-index: 0; padding: 17px 0 0 0; font-size: 12px; color: #999; display: block; width: 50px; height: 100%; text-transform: uppercase; text-align: center; line-height: 12px; } .zw-list .zw-timeline-date strong { font-size: 18px; } .zw-list .zw-item-status, .zw-list .zw-item-status:before { display: block; position: absolute; border-radius: 100%; -webkit-border-radius: 100%; -moz-border-radius: 100%; } .zw-list .zw-item-status { z-index: 2; } .zw-list .zw-item-status:before { content: " "; } /* * Milestone */ .zw-list .zw-milestone { border-bottom: 3px solid #efefef; } .zw-list .zw-milestone .zw-timeline-date { font-weight: bold; } .zw-list .zw-milestone .zw-item-status { top: 14px; left: 45px; width: 31px; height: 31px; border: 1px solid transparent; } .zw-list .zw-milestone > .zw-item-status.zw-item-status--0 { border: 1px solid #ccc; background: #fff; } .zw-list .zw-milestone > .zw-item-status.zw-item-status--1 { background: #ff7799; } .zw-list .zw-milestone > .zw-item-status.zw-item-status--2 { background: #fff; border-color: #008844; } .zw-list .zw-milestone > .zw-item-status.zw-item-status--2 .svg-icon path { fill: #008844; } .zw-list .zw-milestone .zw-item-status:before { display: none; } .zw-list .zw-milestone > .zw-item-name { padding: 20px 15px 20px 85px; font-weight: bold; } /* * Deliverable */ .zw-list .zw-deliverable { background: #fff; } .zw-list .zw-deliverable a { color: #666; } .zw-list .zw-deliverable .zw-timeline-date { font-weight: normal; padding-top: 12px; } .zw-list .zw-deliverable .zw-item-status { width: 25px; height: 25px; top: 12px; left: 48px; } .zw-list .zw-deliverable .zw-item-status { border: 1px solid #ccc; background: #fff; } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--0 { } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--1 { background: #ff7799; border-color: transparent; } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--2 { border-color: #008844; } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--2:before { display: none; } .zw-list .zw-deliverable > .zw-item-status.zw-item-status--2 .svg-icon path { fill: #008844; } .zw-list .zw-deliverable > .zw-item-name { padding: 15px 15px 15px 110px; } /* * Task */ .zw-list.zw-tasks-list li { z-index: 1; } .zw-list .zw-task .zw-timeline-date { font-weight: bold; } .zw-list .zw-task .zw-item-status { top: 14px; left: 45px; width: 31px; height: 31px; border: 1px solid transparent; } .zw-list .zw-task > .zw-item-status.zw-item-status--0 { border: 1px solid #ccc; background: #fff; } .zw-list .zw-task > .zw-item-status.zw-item-status--1 { background: #ff7799; } .zw-list .zw-task > .zw-item-status.zw-item-status--2 { background: #fff; border-color: #008844; } .zw-list .zw-task > .zw-item-status.zw-item-status--2 .svg-icon path { fill: #008844; } .zw-list .zw-task .zw-item-status:before { display: none; } .zw-list .zw-task > .zw-item-name { padding: 20px 15px 20px 85px; font-weight: bold; } .zw-task__details { position: relative; z-index: 1; background: #fff; border-top: 3px solid #efefef; border-bottom: 3px solid #efefef; } /** * message app */ .zw-message-app { position: relative; width: 100%; } .zw-message-app p { font-size: 14px; color: #666; text-align: center; padding: 10px 0 0; } .zw-message-app .svg-icon { width: 64px; position: relative; margin-top: 100px; } .zw-message-app .svg-icon path { fill: #008844; } /** * message app */ .zw-people-app { position: relative; width: 100%; } .zw-people-app p { font-size: 14px; color: #666; text-align: center; padding: 10px 0 0; } .zw-people-app .svg-icon { width: 64px; position: relative; margin-top: 100px; } .zw-people-app .svg-icon path { fill: #008844; }
0.471223
0.065425
html, body { font-family: 'Open Sans', sans-serif; line-height: 100%; letter-spacing: 0.025em; /* tur off ios font adjustment */ -webkit-text-size-adjust: 100%; background-color: #00ac77; padding-left: 10px; padding-top: 10px; } h1, h2, h3, p { line-height: 1.5em; padding-left: 10px; padding-top: 10px; } h1.text-title, h2.text-title, h3.text-title, .text-title { line-height: 1.3em; } /* default hover */ a:hover { text-decoration: none; } /* ------------------------------ Text sizes ------------------------------ */ .text-xsmall { font-size: 9px; } .text-small { font-size: 11px; } .text-default { font-size: 14px; } .text-medium { font-size: 18px; } .text-large { font-size: 22px; } .text-xlarge { font-size: 32px; } .text-xxlarge { font-size: 46px; } /* large destkops */ @media (min-height: 800px) and (min-width: 1024px) and (orientation: landscape) { .text-xsmall { font-size: 10px; } .text-small { font-size: 12px; } .text-default { font-size: 16px; } .text-medium { font-size: 20px; } .text-large { font-size: 26px; } .text-xlarge { font-size: 36px; } .text-xxlarge { font-size: 50px; } } /* small destkops in height */ @media (max-height: 649px) and (min-width: 1024px) and (orientation: landscape) { .text-default { font-size: 12px; } } /* super small destkops in height */ @media (max-height: 549px) and (min-width: 1024px) and (orientation: landscape) { .text-xlarge { font-size: 26px; } .text-xxlarge { font-size: 38px; } } /* ------------------------------ Text styles ------------------------------ */ .text-upper { text-transform: uppercase; } .text-strong, strong { font-weight: bold; } .text-center { text-align: center; } .text-right { text-align: right; } #logo { padding-left: 10px; padding-top: 10px; } .panel-body { padding-right: 40%; } .hardware-panel { background-color: #23A277; margin-right: 50%; padding-top: 10px; padding-bottom: 10px; } .fancy-heading { color: white; } .select-hardware { padding-top: 2px; padding-bottom: 2px; margin-left: 20px; } .btn-primary { background-color: #0D4600; }
stylesheet.css
html, body { font-family: 'Open Sans', sans-serif; line-height: 100%; letter-spacing: 0.025em; /* tur off ios font adjustment */ -webkit-text-size-adjust: 100%; background-color: #00ac77; padding-left: 10px; padding-top: 10px; } h1, h2, h3, p { line-height: 1.5em; padding-left: 10px; padding-top: 10px; } h1.text-title, h2.text-title, h3.text-title, .text-title { line-height: 1.3em; } /* default hover */ a:hover { text-decoration: none; } /* ------------------------------ Text sizes ------------------------------ */ .text-xsmall { font-size: 9px; } .text-small { font-size: 11px; } .text-default { font-size: 14px; } .text-medium { font-size: 18px; } .text-large { font-size: 22px; } .text-xlarge { font-size: 32px; } .text-xxlarge { font-size: 46px; } /* large destkops */ @media (min-height: 800px) and (min-width: 1024px) and (orientation: landscape) { .text-xsmall { font-size: 10px; } .text-small { font-size: 12px; } .text-default { font-size: 16px; } .text-medium { font-size: 20px; } .text-large { font-size: 26px; } .text-xlarge { font-size: 36px; } .text-xxlarge { font-size: 50px; } } /* small destkops in height */ @media (max-height: 649px) and (min-width: 1024px) and (orientation: landscape) { .text-default { font-size: 12px; } } /* super small destkops in height */ @media (max-height: 549px) and (min-width: 1024px) and (orientation: landscape) { .text-xlarge { font-size: 26px; } .text-xxlarge { font-size: 38px; } } /* ------------------------------ Text styles ------------------------------ */ .text-upper { text-transform: uppercase; } .text-strong, strong { font-weight: bold; } .text-center { text-align: center; } .text-right { text-align: right; } #logo { padding-left: 10px; padding-top: 10px; } .panel-body { padding-right: 40%; } .hardware-panel { background-color: #23A277; margin-right: 50%; padding-top: 10px; padding-bottom: 10px; } .fancy-heading { color: white; } .select-hardware { padding-top: 2px; padding-bottom: 2px; margin-left: 20px; } .btn-primary { background-color: #0D4600; }
0.30715
0.081046
body { background: #fff; -webkit-font-smoothing: auto; font: 14px "Microsoft YaHei UI", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", sans-serif; } /* lango-tech.cn 备案处理 */ body.for-filing, .for-filing main, .for-filing main>div, .for-filing .main-right-wrap { background: #00162A !important; background-color: #00162A !important; } .for-filing .header, .for-filing .footer, .for-filing .header-sub-menu, .for-filing #service_self>div>div, .for-filing #common_problem>div>div, .for-filing .news-items li, .for-filing #content p, .for-filing #content span, .for-filing .join-1, .for-filing .join-3, .for-filing .js-type li, .for-filing .js-job li, .for-filing .job-title, .for-filing .submit-resume, .for-filing .popup, .for-filing .jc-job li, .for-filing .markdown-body table tr, .for-filing .markdown-body .highlight pre, .for-filing .markdown-body pre, .for-filing #more_0 { background: #000 !important; background-color: #000 !important; } .for-filing *, .for-filing .join-p-cont *, .for-filing #content p>span { color: #fff !important; } .for-filing .header-menu-page.active:before, .for-filing .home-banner .slick-dots li.slick-active, .for-filing .home-p1 h2:before, .for-filing .home-p3 h2:before, .for-filing .home-p5 h2:before, .for-filing .solve-p1-cont h2:before, .for-filing .solve-p2-cont h2:before, .for-filing .solve-p3-cont h2:before, .for-filing .see-more, .for-filing .product-type-right li:hover, .for-filing .product-type-left dd:hover, .for-filing .join-1 h2:before, .for-filing .join-2 h2:before, .for-filing .join-3 h2:before, .for-filing .js-type li.active, .for-filing .popup-title:before, .for-filing .jc-jobs-title:before, .for-filing .jc-process-title:before, .for-filing .jc-type li.active, .for-filing .jc-banner-cont a, .for-filing .jc-p1-title:before, .for-filing .jc-p2-title:before, .for-filing .main-left-sidebar li a.active, .for-filing .main-left-sidebar li a:hover, .for-filing .main-left-sidebar dd a.active, .for-filing .main-left-sidebar dd a:hover, .for-filing #downloadList li:hover, .for-filing #title:before { background: #1890FF !important; background-color: #1890FF !important; } .for-filing .header-sub-menu-link:hover { color: #1890FF !important; } .for-filing .product-item.active, .for-filing .product-item:hover, .for-filing .product-cont-imgbox img:hover, .for-filing .js-type li.active, .for-filing .popup-btns .submit-resume, .for-filing .jc-type li.active { border-color: #1890FF !important; } .for-filing .js-type li.active:after, .for-filing .jc-type li.active:after { border-top-color: #1890FF !important; } .for-filing .jc-process-txt { background: rgba(24, 144, 255, .47); } .for-filing #content p.download-list-name, .for-filing #content p.download-list-sub { background: transparent !important; background-color: transparent !important; } a:link, a:visited, a:hover, a:active { text-decoration: none; } ul, ol, dl { margin: 0; padding: 0; list-style: none; list-style-type: none; } .h1, .h2, .h3, h1, h2, h3, p { margin: 0; } .flex-h { display: flex; } .flex-hb { display: flex; justify-content: space-between; } .flex-h-vc { display: flex; align-items: center; } .flex-hc-vc { display: flex; justify-content: center; align-items: center; } .flex-hb-vc { display: flex; justify-content: space-between; align-items: center; } .flex-v { display: flex; flex-direction: column; } .flex-vb { display: flex; flex-direction: column; justify-content: space-between; } .flex-vc-hc { display: flex; flex-direction: column; justify-content: center; align-items: center; } .lg-bezier { transition: all .4s cubic-bezier(.4, 0, 0, 1); } /* 公共组件样式 */ /* 页眉信息 */ .header { width: 100%; height: 69px; position: fixed; top: 0; left: 0; /* iOS下使用此属性会导致菜单无法出现 */ /* overflow: hidden; */ background: #F8F8F8; z-index: 9; box-shadow: 0px 1px 0px 0px #ccc; } /* 顶部导航 */ .header-wrap { margin: 0 auto; max-width: 1200px; height: 100%; position: relative; } /* LOGO */ .header-logo { position: absolute; left: 0; top: 50%; transform: translateY(-50%); } #logo { width: 180px; height: auto; } /* 页顶导航栏 */ .header-nav { padding: 0 64px 0 180px; width: 100%; height: 100%; text-align: center; } .header-menu { width: 100%; height: 100%; } .header-menu-page { margin-left: 5%; display: inline-block; position: relative; } .header-menu-page.active:before { content: ''; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); width: 60%; height: 3px; background: #D61918; } .header-menu-page:first-child { margin-left: 0; } .header-menu-link { font-size: 16px; color: #333; } .header-menu-page.active .header-menu-link { font-weight: bold; color: #1B2E45; } .menu-has-sub .header-menu-link { position: relative; } .menu-has-sub .header-menu-link::before { content: ""; position: absolute; width: 100%; height: 25px; bottom: -25px; left: 0; } .header-sub-menu { position: absolute; top: 45px; left: -45px; min-width: 220px; max-width: 300px; z-index: 2; opacity: 0; height: 0; overflow: hidden; background: #f8f8f8; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); transition: all .5s; } .header-menu-page:hover .header-sub-menu { height: auto; opacity: 1; z-index: 3; } .header-sub-menu li { padding: 0 45px; } .header-sub-menu li:first-child { padding-top: 25px; } .header-sub-menu li:last-child { padding-bottom: 25px; } .header-sub-menu-link { text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; padding: 10px 0; font-size: 16px; font-weight: 400; line-height: 21px; color: #222; transition: color .3s; } .header-sub-menu-link:hover { color: #D61918; } /* 切换语言 */ .header-entry { position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #333; font-size: 14px; opacity: 0; } /* 页中正文 */ .main { padding-top: 69px; width: 100%; overflow: hidden; } /* 滚回页顶 */ #toTop { width: 60px; height: auto; position: fixed; bottom: 80px; right: 20px; z-index: 8; cursor: pointer; opacity: 0; } #toTop.to-top-show { opacity: .75; } /* 页脚信息 */ .footer { width: 100%; overflow: hidden; background: #F8F8F8; } .footer-contact, .footer-copyright { margin: 0 auto; max-width: 1200px; } .footer-contact { padding: 0 118px; height: 100px; } .footer-contact h3, .footer-contact p { font-size: 14px; color: #333; line-height: 22px; } .footer-contact h3 { font-weight: bold; } .footer-copyright { line-height: 40px; text-align: center; } .footer-copyright * { margin: 0 2px; color: #333; } .footer-copyright span { position: relative; top: -2px; } /* 移动端组件 */ .header-m-menu { display: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #333; font-size: 24px; } .header-m-close { display: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #333; font-size: 24px; } /* 响应式 */ @media (max-width: 1280px) {} @media (max-width: 1024px) { .header { height: 64px; padding: 20px; } #logo { width: 130px; } .header-entry, .m-show-nav .header-m-menu { display: none; } .header-m-menu, .m-show-nav .header-m-close { display: inline-block; } .header-nav { padding: 20px; background-color: #fff; position: fixed; width: 100%; height: 100%; z-index: 99; right: -100%; top: 65px; box-sizing: border-box; transform: translateX(0); transition: all .4s cubic-bezier(.4, 0, 0, 1); overflow-y: auto; -webkit-overflow-scrolling: touch; } .m-show-nav .header-nav { transform: translateX(-100%); } .header-menu, .header-menu-page, .header-menu-link { display: block; } .header-menu-page { margin: 0; } .header-menu-page.active:before { display: none; } .header-menu-link { margin: 0; padding: 10px 0; border-bottom: 1px solid #e0e0e0; } .header-menu-page.active .header-menu-link { border-bottom: 3px solid #D61918; } .menu-has-sub .header-menu-link::before, .header-sub-menu { display: none; } .main { padding-top: 64px; } #toTop { width: 30px; right: 15px; } .footer-contact, .footer-copyright { max-width: 1024px; } .footer-contact { display: block; padding: 20px 10px 10px; height: auto; text-align: center; } .footer-contact>div:first-child { margin-bottom: 20px; } .footer-copyright a:first-child { display: block; } }
src/css/base.css
body { background: #fff; -webkit-font-smoothing: auto; font: 14px "Microsoft YaHei UI", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Source Han Sans CN", sans-serif; } /* lango-tech.cn 备案处理 */ body.for-filing, .for-filing main, .for-filing main>div, .for-filing .main-right-wrap { background: #00162A !important; background-color: #00162A !important; } .for-filing .header, .for-filing .footer, .for-filing .header-sub-menu, .for-filing #service_self>div>div, .for-filing #common_problem>div>div, .for-filing .news-items li, .for-filing #content p, .for-filing #content span, .for-filing .join-1, .for-filing .join-3, .for-filing .js-type li, .for-filing .js-job li, .for-filing .job-title, .for-filing .submit-resume, .for-filing .popup, .for-filing .jc-job li, .for-filing .markdown-body table tr, .for-filing .markdown-body .highlight pre, .for-filing .markdown-body pre, .for-filing #more_0 { background: #000 !important; background-color: #000 !important; } .for-filing *, .for-filing .join-p-cont *, .for-filing #content p>span { color: #fff !important; } .for-filing .header-menu-page.active:before, .for-filing .home-banner .slick-dots li.slick-active, .for-filing .home-p1 h2:before, .for-filing .home-p3 h2:before, .for-filing .home-p5 h2:before, .for-filing .solve-p1-cont h2:before, .for-filing .solve-p2-cont h2:before, .for-filing .solve-p3-cont h2:before, .for-filing .see-more, .for-filing .product-type-right li:hover, .for-filing .product-type-left dd:hover, .for-filing .join-1 h2:before, .for-filing .join-2 h2:before, .for-filing .join-3 h2:before, .for-filing .js-type li.active, .for-filing .popup-title:before, .for-filing .jc-jobs-title:before, .for-filing .jc-process-title:before, .for-filing .jc-type li.active, .for-filing .jc-banner-cont a, .for-filing .jc-p1-title:before, .for-filing .jc-p2-title:before, .for-filing .main-left-sidebar li a.active, .for-filing .main-left-sidebar li a:hover, .for-filing .main-left-sidebar dd a.active, .for-filing .main-left-sidebar dd a:hover, .for-filing #downloadList li:hover, .for-filing #title:before { background: #1890FF !important; background-color: #1890FF !important; } .for-filing .header-sub-menu-link:hover { color: #1890FF !important; } .for-filing .product-item.active, .for-filing .product-item:hover, .for-filing .product-cont-imgbox img:hover, .for-filing .js-type li.active, .for-filing .popup-btns .submit-resume, .for-filing .jc-type li.active { border-color: #1890FF !important; } .for-filing .js-type li.active:after, .for-filing .jc-type li.active:after { border-top-color: #1890FF !important; } .for-filing .jc-process-txt { background: rgba(24, 144, 255, .47); } .for-filing #content p.download-list-name, .for-filing #content p.download-list-sub { background: transparent !important; background-color: transparent !important; } a:link, a:visited, a:hover, a:active { text-decoration: none; } ul, ol, dl { margin: 0; padding: 0; list-style: none; list-style-type: none; } .h1, .h2, .h3, h1, h2, h3, p { margin: 0; } .flex-h { display: flex; } .flex-hb { display: flex; justify-content: space-between; } .flex-h-vc { display: flex; align-items: center; } .flex-hc-vc { display: flex; justify-content: center; align-items: center; } .flex-hb-vc { display: flex; justify-content: space-between; align-items: center; } .flex-v { display: flex; flex-direction: column; } .flex-vb { display: flex; flex-direction: column; justify-content: space-between; } .flex-vc-hc { display: flex; flex-direction: column; justify-content: center; align-items: center; } .lg-bezier { transition: all .4s cubic-bezier(.4, 0, 0, 1); } /* 公共组件样式 */ /* 页眉信息 */ .header { width: 100%; height: 69px; position: fixed; top: 0; left: 0; /* iOS下使用此属性会导致菜单无法出现 */ /* overflow: hidden; */ background: #F8F8F8; z-index: 9; box-shadow: 0px 1px 0px 0px #ccc; } /* 顶部导航 */ .header-wrap { margin: 0 auto; max-width: 1200px; height: 100%; position: relative; } /* LOGO */ .header-logo { position: absolute; left: 0; top: 50%; transform: translateY(-50%); } #logo { width: 180px; height: auto; } /* 页顶导航栏 */ .header-nav { padding: 0 64px 0 180px; width: 100%; height: 100%; text-align: center; } .header-menu { width: 100%; height: 100%; } .header-menu-page { margin-left: 5%; display: inline-block; position: relative; } .header-menu-page.active:before { content: ''; position: absolute; bottom: -12px; left: 50%; transform: translateX(-50%); width: 60%; height: 3px; background: #D61918; } .header-menu-page:first-child { margin-left: 0; } .header-menu-link { font-size: 16px; color: #333; } .header-menu-page.active .header-menu-link { font-weight: bold; color: #1B2E45; } .menu-has-sub .header-menu-link { position: relative; } .menu-has-sub .header-menu-link::before { content: ""; position: absolute; width: 100%; height: 25px; bottom: -25px; left: 0; } .header-sub-menu { position: absolute; top: 45px; left: -45px; min-width: 220px; max-width: 300px; z-index: 2; opacity: 0; height: 0; overflow: hidden; background: #f8f8f8; box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .08); transition: all .5s; } .header-menu-page:hover .header-sub-menu { height: auto; opacity: 1; z-index: 3; } .header-sub-menu li { padding: 0 45px; } .header-sub-menu li:first-child { padding-top: 25px; } .header-sub-menu li:last-child { padding-bottom: 25px; } .header-sub-menu-link { text-align: left; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; display: block; padding: 10px 0; font-size: 16px; font-weight: 400; line-height: 21px; color: #222; transition: color .3s; } .header-sub-menu-link:hover { color: #D61918; } /* 切换语言 */ .header-entry { position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #333; font-size: 14px; opacity: 0; } /* 页中正文 */ .main { padding-top: 69px; width: 100%; overflow: hidden; } /* 滚回页顶 */ #toTop { width: 60px; height: auto; position: fixed; bottom: 80px; right: 20px; z-index: 8; cursor: pointer; opacity: 0; } #toTop.to-top-show { opacity: .75; } /* 页脚信息 */ .footer { width: 100%; overflow: hidden; background: #F8F8F8; } .footer-contact, .footer-copyright { margin: 0 auto; max-width: 1200px; } .footer-contact { padding: 0 118px; height: 100px; } .footer-contact h3, .footer-contact p { font-size: 14px; color: #333; line-height: 22px; } .footer-contact h3 { font-weight: bold; } .footer-copyright { line-height: 40px; text-align: center; } .footer-copyright * { margin: 0 2px; color: #333; } .footer-copyright span { position: relative; top: -2px; } /* 移动端组件 */ .header-m-menu { display: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #333; font-size: 24px; } .header-m-close { display: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); color: #333; font-size: 24px; } /* 响应式 */ @media (max-width: 1280px) {} @media (max-width: 1024px) { .header { height: 64px; padding: 20px; } #logo { width: 130px; } .header-entry, .m-show-nav .header-m-menu { display: none; } .header-m-menu, .m-show-nav .header-m-close { display: inline-block; } .header-nav { padding: 20px; background-color: #fff; position: fixed; width: 100%; height: 100%; z-index: 99; right: -100%; top: 65px; box-sizing: border-box; transform: translateX(0); transition: all .4s cubic-bezier(.4, 0, 0, 1); overflow-y: auto; -webkit-overflow-scrolling: touch; } .m-show-nav .header-nav { transform: translateX(-100%); } .header-menu, .header-menu-page, .header-menu-link { display: block; } .header-menu-page { margin: 0; } .header-menu-page.active:before { display: none; } .header-menu-link { margin: 0; padding: 10px 0; border-bottom: 1px solid #e0e0e0; } .header-menu-page.active .header-menu-link { border-bottom: 3px solid #D61918; } .menu-has-sub .header-menu-link::before, .header-sub-menu { display: none; } .main { padding-top: 64px; } #toTop { width: 30px; right: 15px; } .footer-contact, .footer-copyright { max-width: 1024px; } .footer-contact { display: block; padding: 20px 10px 10px; height: auto; text-align: center; } .footer-contact>div:first-child { margin-bottom: 20px; } .footer-copyright a:first-child { display: block; } }
0.342022
0.049935
:root { --primaryColor: #000000; --secondaryColor: #dc3545; --contentColor: #757575; --textColor: #4a4a4a; --tableHeadingBackground: #EEEEEE; --tableHeadingTextColor: #4a4a4a; --borderColor: #dddddd; --labelColor: #ffffff; } body { padding: 0; font-family: 'Roboto', sans-serif !important; } #app { transition: all 0.2s; height: auto } * { box-sizing: border-box !important; } .text-right { text-align: right; } .border { border-top: 1px solid transparent; margin: 8px 0; } .mr-l-10 { margin-left: 10px; } .pd-t-4 { padding-top: 4px !important; } .flex { display: flex; flex-direction: row; flex-wrap: wrap; } .fx-b20 { flex: 0 0 20%; max-width: 20%; } .fx-b25 { flex: 0 0 25%; max-width: 25%; } .fx-b80 { flex: 0 0 80%; max-width: 80%; } .btn { outline: none !important; font-size: 14px; position: relative; cursor: pointer; } .btn:hover, .btn:focus { box-shadow: none; } .btn-danger { border-radius: 35px; padding: 10px 20px; background-color: var(--secondaryColor); border: 2px solid var(--secondaryColor); color: white; transition: all ease-in-out 0.4s; } .btn-danger:hover { border-color: var(--secondaryColor); background-color: #ffffff; color: var(--secondaryColor); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); transition: all ease-in-out 0.4s; transform: translateX(2px); } .btn-secondary { border-radius: 35px; padding: 10px 20px; background-color: #6c757d; border: 2px solid #6c757d; color: white; transition: all ease-in-out 0.4s; } .btn-secondary:hover { border-color: #6c757d; background-color: #ffffff; color: #6c757d; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); transition: all ease-in-out 0.4s; transform: translateX(2px); } .btn-create { border-radius: 50%; height: 28px; width: 28px; position: relative; font-size: 14px; background-color: var(--secondaryColor); border: 2px solid var(--secondaryColor); color: var(--labelColor); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.02); transition: all ease-in-out 0.4s; cursor: pointer; } .btn-create:hover { border-color: var(--secondaryColor); background-color: #ffffff; color: var(--secondaryColor); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); transition: all ease-in-out 0.4s; transform: translateY(-2px); } .btn-create i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .btn-customToggleGroup { display: inline-block; border-radius: 30px; padding: 4px; border: 2px solid var(--borderColor); } .btn-customToggleGroup .btn-toggle { text-transform: capitalize; color: var(--textColor); border-radius: 50px; font-size: 13px; min-width: 80px; font-weight: 900; background-color: white; outline: none !important; box-shadow: none; border: none; padding: 8px 10px; z-index: 1; cursor: pointer; } .btn-customToggleGroup .btn-toggle.active { background: var(--secondaryColor); color: var(--labelColor); transition: .35s ease; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); } .btn-transparent { padding: 0 5px; background-color: transparent; position: relative; text-align: center; transition: all ease-in-out 0.3s; margin-right: 7px; border-radius: 6px; border: none } .btn-transparent i { font-size: 16px; } .btn-transparent:hover { cursor: pointer; transition: all ease-in-out 0.3s; transform: translateY(-2px); box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1); border-radius: 3px; cursor: pointer; } .text-primary { color: #007bff!important; } .outerBox { padding: 60px 10px 20px; } .pageBreadcrumb { background-color: black; position: fixed; top: 0px; left: 0px; right: 0px; padding: 12px 20px 13px; z-index: 2; } .pageBreadcrumb p { margin: 0; text-transform: capitalize; color: white; font-size: 13px; font-weight: 500; } .pageBreadcrumb p span { padding-right: 20px; margin-right: 10px; position: relative; cursor: pointer; } .pageBreadcrumb p span::after { content: "\27A4"; position: absolute; top: 50%; transform: translateY(-50%); right: 0; color: #a9a9a9; font-size: 14px; cursor: pointer; } .pageBreadcrumb p span:last-child::after { display: none; } .pageBreadcrumb .btn-create { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); } .contentList .listHeader { position: relative; text-align: center; color: var(--secondaryColor); margin: 0 0 20px; font-size: 16px; font-weight: 700; } .contentList .listHeader .btn { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .text-danger { color: red; } .contentForm { position: relative; margin: 0 auto; padding: 40px 60px; background-color: white; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); } .contentForm .btn-customToggleGroup { position: absolute; right: 60px; top: 20px; } .contentForm .formHeader { position: relative; text-align: center; color: var(--secondaryColor); margin: 0 0 20px; font-size: 16px; font-weight: 700; margin-bottom: 25px; } .contentForm .formHeader .btn { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .contentForm .form-group { margin-bottom: 20px; } .contentForm .form-group sup i { font-size: 8px; margin-left: 5px; color: #ff0000; } .contentForm .form-group:last-child { margin-bottom: 0; } .contentForm .form-group .form-label { display: block; text-align: right; padding: 10px 20px 0 0; color: var(--contentColor); font-size: 0.96em; } .contentForm .form-group .form-control { width: 100%; padding: 10px; font-size: 14px; color: var(--textColor); border: 0.086em solid var(--borderColor); border-radius: 4px; } .contentForm .form-group .form-control:hover { border-color: var(--contentColor); } .contentForm .form-group .form-control:focus { box-shadow: none; } .contentForm .form-group select.form-control { padding: 0 20px; height: 43px; cursor: pointer; background-color: white; } .contentForm .form-group .inputErrorMsg { position: absolute; bottom: -15px; left: calc(20% + 10px); color: var(--secondaryColor); font-size: 12px; font-weight: 500; } .hide { opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; } .hg-20 { height: 20px; } .hg-40 { height: 40px; } .position-rel { position: relative; } .align-items-baseline { align-items: baseline; } .align-items-end { align-items: end; } .msgModal { position: fixed; top: 30%; right: 5px; z-index: 1000; } .msgModal h4 { position: relative; margin: 0; padding: 10px 15px 10px 35px; border-radius: 4px; font-size: 14px; font-weight: 500; color: white; right: -200px; border-radius: 4px; transition: all 0.4s ease-in-out; animation: successMessage 1s forwards; } .msgModal h4 .icon { position: absolute; top: 50%; transform: translatey(-50%); left: 10px; font-size: 14px; } .bg-sucess { background-color: #19bc15; } .bg-alert { background-color: #dc3545; } @keyframes successMessage { 100% { right: 10px; } } .confirmModal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .6); z-index: 1000; } .confirmModal .modalBox { padding: 20px; border-radius: 4px; background-color: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 30%; } .confirmModal .modalBox h4 { font-size: 14px; color: var(--textColor); text-align: center; } .pageLoaderBox { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 1); z-index: 6; } .alarmListLoader { position: relative; height: 70px; padding: 10px; } .pageLoader { width: 250px; height: 50px; line-height: 50px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-transform: uppercase; font-weight: 900; color: var(--secondaryColor); letter-spacing: 0.2em; } .pageLoader::before, .pageLoader::after { content: ""; display: block; width: 15px; height: 15px; background-color: var(--secondaryColor); position: absolute; animation: pageLoader .8s infinite alternate ease-in-out; } .pageLoader::before { top: 0; } .pageLoader::after { bottom: 0; } @keyframes pageLoader { 0% { left: 0; height: 30px; width: 15px } 50% { height: 8px; width: 40px } 100% { left: 235px; height: 30px; width: 15px } } .ReactTable { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 1px solid rgba(0, 0, 0, 0.1); } .ReactTable * { box-sizing: border-box } .ReactTable .rt-table { -webkit-box-flex: 1; -ms-flex: auto 1; flex: auto 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; border-collapse: collapse; overflow: auto } .ReactTable .rt-thead { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ReactTable .rt-thead.-headerGroups { background: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.05) } .ReactTable .rt-thead.-filters { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } .ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select { border: 1px solid rgba(0, 0, 0, 0.1); background: #fff; padding: 5px 7px; font-size: inherit; border-radius: 3px; font-weight: normal; outline-width: 0 } .ReactTable .rt-thead.-filters .rt-th { border-right: 1px solid rgba(0, 0, 0, 0.02) } .ReactTable .rt-thead.-header { box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15) } .ReactTable .rt-thead .rt-tr { text-align: center } .ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td { padding: 5px 5px; line-height: normal; position: relative; /* border-right: 1px solid rgba(0, 0, 0, 0.05); */ transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275); box-shadow: inset 0 0 0 0 transparent; } .ReactTable .rt-thead .rt-th.-sort-asc, .ReactTable .rt-thead .rt-td.-sort-asc { box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6) } .ReactTable .rt-thead .rt-th.-sort-desc, .ReactTable .rt-thead .rt-td.-sort-desc { box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6) } .ReactTable .rt-thead .rt-th.-cursor-pointer, .ReactTable .rt-thead .rt-td.-cursor-pointer { cursor: pointer } .ReactTable .rt-thead .rt-th:last-child, .ReactTable .rt-thead .rt-td:last-child { border-right: 0 } .ReactTable .rt-thead .rt-th:focus { outline-width: 0 } .ReactTable .rt-thead .rt-resizable-header { overflow: visible; text-align: center; } .ReactTable .rt-thead .rt-resizable-header:last-child { overflow: hidden } .ReactTable .rt-thead .rt-resizable-header-content { overflow: hidden; text-overflow: ellipsis; text-align:center } .ReactTable .rt-thead .rt-header-pivot { border-right-color: #f7f7f7 } .ReactTable .rt-thead .rt-header-pivot:after, .ReactTable .rt-thead .rt-header-pivot:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none } .ReactTable .rt-thead .rt-header-pivot:after { border-color: rgba(255, 255, 255, 0); border-left-color: #fff; border-width: 8px; margin-top: -8px } .ReactTable .rt-thead .rt-header-pivot:before { border-color: rgba(102, 102, 102, 0); border-left-color: #f7f7f7; border-width: 10px; margin-top: -10px } .ReactTable .rt-tbody { -webkit-box-flex: 99999; -ms-flex: 99999 1 auto; flex: 99999 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: auto; } .ReactTable .rt-tbody .rt-tr-group { border-bottom: solid 1px rgba(0, 0, 0, 0.05); } .ReactTable .rt-tbody .rt-tr-group:last-child { border-bottom: 0 } .ReactTable .rt-tbody .rt-td { /* border-right: 1px solid rgba(0, 0, 0, 0.02); */ } .ReactTable .rt-tbody .rt-td:last-child { border-right: 0 } .ReactTable .rt-tbody .rt-expandable { cursor: pointer; text-overflow: clip } .ReactTable .rt-tr-group { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch } .ReactTable .rt-tr { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex } .ReactTable .rt-th, .ReactTable .rt-td { -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; white-space: nowrap; text-overflow: ellipsis; padding: 7px 5px; overflow: hidden; transition: .3s ease; transition-property: width, min-width, padding, opacity; } .ReactTable .rt-th.-hidden, .ReactTable .rt-td.-hidden { width: 0 !important; min-width: 0 !important; padding: 0 !important; border: 0 !important; opacity: 0 !important } .ReactTable .rt-expander { display: inline-block; position: relative; margin: 0; color: transparent; margin: 0 10px; } .ReactTable .rt-expander:after { content: ''; position: absolute; width: 0; height: 0; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(-90deg); transform: translate(-50%, -50%) rotate(-90deg); border-left: 5.04px solid transparent; border-right: 5.04px solid transparent; border-top: 7px solid rgba(0, 0, 0, 0.8); transition: all .3s cubic-bezier(.175, .885, .32, 1.275); cursor: pointer } .ReactTable .rt-expander.-open:after { -webkit-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0) } .ReactTable .rt-resizer { display: inline-block; position: absolute; width: 36px; top: 0; bottom: 0; right: -18px; cursor: col-resize; z-index: 10 } .ReactTable .rt-tfoot { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); } .ReactTable .rt-tfoot .rt-td { border-right: 1px solid rgba(0, 0, 0, 0.05); } .ReactTable .rt-tfoot .rt-td:last-child { border-right: 0 } .ReactTable.-striped .rt-tr.-odd { background: rgba(0, 0, 0, 0.03) } .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover { background: rgba(0, 0, 0, 0.05) } .ReactTable .-pagination { z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 3px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); border-top: 2px solid rgba(0, 0, 0, 0.1); } .ReactTable .-pagination input, .ReactTable .-pagination select { border: 1px solid rgba(0, 0, 0, 0.1); background: #fff; padding: 5px 7px; font-size: inherit; border-radius: 3px; font-weight: normal; outline-width: 0 } .ReactTable .-pagination .-btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; height: 100%; border: 0; border-radius: 3px; padding: 6px; font-size: 1em; color: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.1); transition: all .1s ease; cursor: pointer; outline-width: 0; } .ReactTable .-pagination .-btn[disabled] { opacity: .5; cursor: default } .ReactTable .-pagination .-btn:not([disabled]):hover { background: rgba(0, 0, 0, 0.3); color: #fff } .ReactTable .-pagination .-previous, .ReactTable .-pagination .-next { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center } .ReactTable .-pagination .-center { -webkit-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5; text-align: center; margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around } .ReactTable .-pagination .-pageInfo { display: inline-block; margin: 3px 10px; white-space: nowrap } .ReactTable .-pagination .-pageJump { display: inline-block; } .ReactTable .-pagination .-pageJump input { width: 70px; text-align: center } .ReactTable .-pagination .-pageSizeOptions { margin: 3px 10px } .ReactTable .rt-noData { display: block; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: rgba(255, 255, 255, 0.8); transition: all .3s ease; z-index: 1; pointer-events: none; padding: 20px; color: rgba(0, 0, 0, 0.5) } .ReactTable .-loading { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); transition: all .3s ease; z-index: -1; opacity: 0; pointer-events: none; } .ReactTable .-loading>div { position: absolute; display: block; text-align: center; width: 100%; top: 50%; left: 0; font-size: 15px; color: rgba(0, 0, 0, 0.6); -webkit-transform: translateY(-52%); transform: translateY(-52%); transition: all .3s cubic-bezier(.25, .46, .45, .94) } .ReactTable .-loading.-active { opacity: 1; z-index: 2; pointer-events: all; } .ReactTable .-loading.-active>div { -webkit-transform: translateY(50%); transform: translateY(50%) } .ReactTable .rt-resizing .rt-th, .ReactTable .rt-resizing .rt-td { transition: none !important; cursor: col-resize; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .customReactTableBox { width: 100%; margin: 0 auto; } .customReactTable.ReactTable { border: 0; } .customReactTable.ReactTable .rt-thead.-filters { background-color: white; border: 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important; margin-bottom: 5px; } .customReactTable.ReactTable .rt-thead.-filters .rt-th { /* border-right: 1px solid rgba(0, 0, 0, 0.05) !important; */ padding: 10px 15px 10px 15px; } .customReactTable.ReactTable .rt-thead.-filters .rt-th:last-child { /* border-right-color: transparent !important; */ } .customReactTable.ReactTable .rt-thead.-header { box-shadow: none; background-color: white; margin-bottom: 6px; } .customReactTable.ReactTable .rt-thead.-header .rt-th { font-size: 14px; padding: 10px 15px !important; text-align: left; color: var(--textColor); z-index: 1; background-color: var(--tableHeadingBackground); border-right-color: rgba(0, 0, 0, 0.05); font-weight: 500; } .customReactTable.ReactTable .rt-thead.-header .rt-th:first-child { border-top-left-radius: 4px; } .customReactTable.ReactTable .rt-thead.-header .rt-th:last-child { border-top-right-radius: 4px; } .customReactTable.ReactTable .rt-tbody .rt-td { padding: 9px 15px !important; border-right-color: rgba(0, 0, 0, 0.05); } .customReactTable.ReactTable .rt-tbody .rt-td:last-child { border-right-color: transparent !important; } .customReactTable.ReactTable .rt-tbody .rt-tr-group { background-color: #ffffff; color: var(--textColor); font-size: 13px; border: 0; margin-bottom: 5px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) !important; border-radius: 3px; transition: all ease-in-out 0.2s; } .customReactTable.ReactTable .rt-tbody .rt-tr-group:hover { color: var(--textColor); background: rgba(0, 0, 0, 0.01); transition: all ease-in-out 0.2s; } .customReactTable.ReactTable.hoverCursorDefault .rt-tbody .rt-tr-group:hover { cursor: default !important; } .customReactTable.ReactTable .-pagination { background-color: white; box-shadow: none; border: 1px solid #f2f0f1; padding: 5px; border-radius: 3px; } .customReactTable.ReactTable .-pagination .-btn { background-color: var(--secondaryColor) !important; opacity: 1 !important; padding: 0; position: relative !important; width: 100px; color: var(--labelColor); } .customReactTable.ReactTable .-pagination .-previous .-btn::before, .customReactTable.ReactTable .-pagination .-next .-btn::before { content: "\2039"; font-size: 24px; color: var(--labelColor) !important; position: absolute; top: 0; left: 10px; line-height: normal; } .customReactTable.ReactTable .-pagination .-previous .-btn { margin-left: 10px; padding-left: 20px; } .customReactTable.ReactTable .-pagination .-next .-btn { float: right; margin-right: 10px; padding-right: 20px; } .customReactTable.ReactTable .-pagination .-next .-btn::before { content: "\203A"; right: 10px; left: initial; } .customReactTable.ReactTable .-pagination .-btn[disabled] { opacity: 0.5 !important; cursor: not-allowed; } .customReactTable.ReactTable .-loading { background: rgba(255, 255, 255, 0.8); z-index: 1; } .customReactTable.ReactTable .-loading>div { font-size: 24px; color: var(--secondaryColor); top: 50%; left: 50%; transform: translate(-50%, -50%); } .customReactTable.ReactTable .rt-noData { transform: translate(-50%, -50%) !important; color: var(--textColor); font-size: 16px; padding: 5px; background-color: white; } .customReactTable .button-group { position: absolute !important; } .table.customHTMLTable { border-collapse: separate; border-spacing: 0 8px; margin-bottom: 0; } .table.customHTMLTable thead th { border: 0; font-size: 0.96em; text-align: left; color: var(--textColor); background-color: var(--tableHeadingBackground); border-right: 1px solid rgba(0, 0, 0, 0.05); font-weight: 500; border-spacing: 10px; } .table.customHTMLTable thead th:last-child { border-top-right-radius: 4px; border-right-color: transparent; } .table.customHTMLTable thead th:first-child { border-top-left-radius: 4px; } .table.customHTMLTable tbody tr { background-color: #ffffff; border: 0; font-size: 0.96em; color: var(--contentColor); box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) !important; border-radius: 3px; transition: all ease-in-out 0.2s; } .table.customHTMLTable tbody tr:hover { background-color: transparent; color: var(--textColor); transition: all ease-in-out 0.2s; } .table.customHTMLTable tbody tr td { border: 0; border-right: 1px solid rgba(0, 0, 0, 0.05); } .table.customHTMLTable tbody tr td:last-child { border-right: transparent; } .noDataTable { font-size: 16px; padding: 40px 20px !important; text-align: center; color: var(--textColor); } .cursorNotAllowed { cursor: not-allowed; } .radioLabel { position: relative; display: block; cursor: pointer; padding-left: 30px; } .radioLabel .radioText { display: inline-block; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 13px; line-height: 24px; color: var(--contentColor); } .radioLabel input { position: absolute; opacity: 0; cursor: pointer; } .radiomark { position: absolute; top: 0; left: 0; height: 24px; width: 24px; line-height: 24px; border-radius: 50%; background-color: white; border: 2px solid var(--borderColor); } .radiomark::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 50%; background-color: white; display: none; } .radioLabel input[type="radio"]:checked~.radiomark { background-color: var(--secondaryColor); border: 2px solid black; } .radioLabel input[type="radio"]:checked~.radiomark::after { display: block; } .radioLabel.radioDisabled .radiomark { background-color: #cccccc; }
app/assets/css/reactTable.css
:root { --primaryColor: #000000; --secondaryColor: #dc3545; --contentColor: #757575; --textColor: #4a4a4a; --tableHeadingBackground: #EEEEEE; --tableHeadingTextColor: #4a4a4a; --borderColor: #dddddd; --labelColor: #ffffff; } body { padding: 0; font-family: 'Roboto', sans-serif !important; } #app { transition: all 0.2s; height: auto } * { box-sizing: border-box !important; } .text-right { text-align: right; } .border { border-top: 1px solid transparent; margin: 8px 0; } .mr-l-10 { margin-left: 10px; } .pd-t-4 { padding-top: 4px !important; } .flex { display: flex; flex-direction: row; flex-wrap: wrap; } .fx-b20 { flex: 0 0 20%; max-width: 20%; } .fx-b25 { flex: 0 0 25%; max-width: 25%; } .fx-b80 { flex: 0 0 80%; max-width: 80%; } .btn { outline: none !important; font-size: 14px; position: relative; cursor: pointer; } .btn:hover, .btn:focus { box-shadow: none; } .btn-danger { border-radius: 35px; padding: 10px 20px; background-color: var(--secondaryColor); border: 2px solid var(--secondaryColor); color: white; transition: all ease-in-out 0.4s; } .btn-danger:hover { border-color: var(--secondaryColor); background-color: #ffffff; color: var(--secondaryColor); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); transition: all ease-in-out 0.4s; transform: translateX(2px); } .btn-secondary { border-radius: 35px; padding: 10px 20px; background-color: #6c757d; border: 2px solid #6c757d; color: white; transition: all ease-in-out 0.4s; } .btn-secondary:hover { border-color: #6c757d; background-color: #ffffff; color: #6c757d; box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); transition: all ease-in-out 0.4s; transform: translateX(2px); } .btn-create { border-radius: 50%; height: 28px; width: 28px; position: relative; font-size: 14px; background-color: var(--secondaryColor); border: 2px solid var(--secondaryColor); color: var(--labelColor); box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.02); transition: all ease-in-out 0.4s; cursor: pointer; } .btn-create:hover { border-color: var(--secondaryColor); background-color: #ffffff; color: var(--secondaryColor); box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15); transition: all ease-in-out 0.4s; transform: translateY(-2px); } .btn-create i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .btn-customToggleGroup { display: inline-block; border-radius: 30px; padding: 4px; border: 2px solid var(--borderColor); } .btn-customToggleGroup .btn-toggle { text-transform: capitalize; color: var(--textColor); border-radius: 50px; font-size: 13px; min-width: 80px; font-weight: 900; background-color: white; outline: none !important; box-shadow: none; border: none; padding: 8px 10px; z-index: 1; cursor: pointer; } .btn-customToggleGroup .btn-toggle.active { background: var(--secondaryColor); color: var(--labelColor); transition: .35s ease; box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.1); } .btn-transparent { padding: 0 5px; background-color: transparent; position: relative; text-align: center; transition: all ease-in-out 0.3s; margin-right: 7px; border-radius: 6px; border: none } .btn-transparent i { font-size: 16px; } .btn-transparent:hover { cursor: pointer; transition: all ease-in-out 0.3s; transform: translateY(-2px); box-shadow: 0 5px 0 rgba(0, 0, 0, 0.1); border-radius: 3px; cursor: pointer; } .text-primary { color: #007bff!important; } .outerBox { padding: 60px 10px 20px; } .pageBreadcrumb { background-color: black; position: fixed; top: 0px; left: 0px; right: 0px; padding: 12px 20px 13px; z-index: 2; } .pageBreadcrumb p { margin: 0; text-transform: capitalize; color: white; font-size: 13px; font-weight: 500; } .pageBreadcrumb p span { padding-right: 20px; margin-right: 10px; position: relative; cursor: pointer; } .pageBreadcrumb p span::after { content: "\27A4"; position: absolute; top: 50%; transform: translateY(-50%); right: 0; color: #a9a9a9; font-size: 14px; cursor: pointer; } .pageBreadcrumb p span:last-child::after { display: none; } .pageBreadcrumb .btn-create { position: absolute; top: 50%; right: 10px; transform: translateY(-50%); } .contentList .listHeader { position: relative; text-align: center; color: var(--secondaryColor); margin: 0 0 20px; font-size: 16px; font-weight: 700; } .contentList .listHeader .btn { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .text-danger { color: red; } .contentForm { position: relative; margin: 0 auto; padding: 40px 60px; background-color: white; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1); } .contentForm .btn-customToggleGroup { position: absolute; right: 60px; top: 20px; } .contentForm .formHeader { position: relative; text-align: center; color: var(--secondaryColor); margin: 0 0 20px; font-size: 16px; font-weight: 700; margin-bottom: 25px; } .contentForm .formHeader .btn { position: absolute; top: 50%; right: 0; transform: translateY(-50%); } .contentForm .form-group { margin-bottom: 20px; } .contentForm .form-group sup i { font-size: 8px; margin-left: 5px; color: #ff0000; } .contentForm .form-group:last-child { margin-bottom: 0; } .contentForm .form-group .form-label { display: block; text-align: right; padding: 10px 20px 0 0; color: var(--contentColor); font-size: 0.96em; } .contentForm .form-group .form-control { width: 100%; padding: 10px; font-size: 14px; color: var(--textColor); border: 0.086em solid var(--borderColor); border-radius: 4px; } .contentForm .form-group .form-control:hover { border-color: var(--contentColor); } .contentForm .form-group .form-control:focus { box-shadow: none; } .contentForm .form-group select.form-control { padding: 0 20px; height: 43px; cursor: pointer; background-color: white; } .contentForm .form-group .inputErrorMsg { position: absolute; bottom: -15px; left: calc(20% + 10px); color: var(--secondaryColor); font-size: 12px; font-weight: 500; } .hide { opacity: 0; position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; } .hg-20 { height: 20px; } .hg-40 { height: 40px; } .position-rel { position: relative; } .align-items-baseline { align-items: baseline; } .align-items-end { align-items: end; } .msgModal { position: fixed; top: 30%; right: 5px; z-index: 1000; } .msgModal h4 { position: relative; margin: 0; padding: 10px 15px 10px 35px; border-radius: 4px; font-size: 14px; font-weight: 500; color: white; right: -200px; border-radius: 4px; transition: all 0.4s ease-in-out; animation: successMessage 1s forwards; } .msgModal h4 .icon { position: absolute; top: 50%; transform: translatey(-50%); left: 10px; font-size: 14px; } .bg-sucess { background-color: #19bc15; } .bg-alert { background-color: #dc3545; } @keyframes successMessage { 100% { right: 10px; } } .confirmModal { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0, 0, 0, .6); z-index: 1000; } .confirmModal .modalBox { padding: 20px; border-radius: 4px; background-color: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); min-width: 30%; } .confirmModal .modalBox h4 { font-size: 14px; color: var(--textColor); text-align: center; } .pageLoaderBox { position: fixed; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(255, 255, 255, 1); z-index: 6; } .alarmListLoader { position: relative; height: 70px; padding: 10px; } .pageLoader { width: 250px; height: 50px; line-height: 50px; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); text-transform: uppercase; font-weight: 900; color: var(--secondaryColor); letter-spacing: 0.2em; } .pageLoader::before, .pageLoader::after { content: ""; display: block; width: 15px; height: 15px; background-color: var(--secondaryColor); position: absolute; animation: pageLoader .8s infinite alternate ease-in-out; } .pageLoader::before { top: 0; } .pageLoader::after { bottom: 0; } @keyframes pageLoader { 0% { left: 0; height: 30px; width: 15px } 50% { height: 8px; width: 40px } 100% { left: 235px; height: 30px; width: 15px } } .ReactTable { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border: 1px solid rgba(0, 0, 0, 0.1); } .ReactTable * { box-sizing: border-box } .ReactTable .rt-table { -webkit-box-flex: 1; -ms-flex: auto 1; flex: auto 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; width: 100%; border-collapse: collapse; overflow: auto } .ReactTable .rt-thead { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .ReactTable .rt-thead.-headerGroups { background: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.05) } .ReactTable .rt-thead.-filters { border-bottom: 1px solid rgba(0, 0, 0, 0.05); } .ReactTable .rt-thead.-filters input, .ReactTable .rt-thead.-filters select { border: 1px solid rgba(0, 0, 0, 0.1); background: #fff; padding: 5px 7px; font-size: inherit; border-radius: 3px; font-weight: normal; outline-width: 0 } .ReactTable .rt-thead.-filters .rt-th { border-right: 1px solid rgba(0, 0, 0, 0.02) } .ReactTable .rt-thead.-header { box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15) } .ReactTable .rt-thead .rt-tr { text-align: center } .ReactTable .rt-thead .rt-th, .ReactTable .rt-thead .rt-td { padding: 5px 5px; line-height: normal; position: relative; /* border-right: 1px solid rgba(0, 0, 0, 0.05); */ transition: box-shadow .3s cubic-bezier(.175, .885, .32, 1.275); box-shadow: inset 0 0 0 0 transparent; } .ReactTable .rt-thead .rt-th.-sort-asc, .ReactTable .rt-thead .rt-td.-sort-asc { box-shadow: inset 0 3px 0 0 rgba(0, 0, 0, 0.6) } .ReactTable .rt-thead .rt-th.-sort-desc, .ReactTable .rt-thead .rt-td.-sort-desc { box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.6) } .ReactTable .rt-thead .rt-th.-cursor-pointer, .ReactTable .rt-thead .rt-td.-cursor-pointer { cursor: pointer } .ReactTable .rt-thead .rt-th:last-child, .ReactTable .rt-thead .rt-td:last-child { border-right: 0 } .ReactTable .rt-thead .rt-th:focus { outline-width: 0 } .ReactTable .rt-thead .rt-resizable-header { overflow: visible; text-align: center; } .ReactTable .rt-thead .rt-resizable-header:last-child { overflow: hidden } .ReactTable .rt-thead .rt-resizable-header-content { overflow: hidden; text-overflow: ellipsis; text-align:center } .ReactTable .rt-thead .rt-header-pivot { border-right-color: #f7f7f7 } .ReactTable .rt-thead .rt-header-pivot:after, .ReactTable .rt-thead .rt-header-pivot:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none } .ReactTable .rt-thead .rt-header-pivot:after { border-color: rgba(255, 255, 255, 0); border-left-color: #fff; border-width: 8px; margin-top: -8px } .ReactTable .rt-thead .rt-header-pivot:before { border-color: rgba(102, 102, 102, 0); border-left-color: #f7f7f7; border-width: 10px; margin-top: -10px } .ReactTable .rt-tbody { -webkit-box-flex: 99999; -ms-flex: 99999 1 auto; flex: 99999 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: auto; } .ReactTable .rt-tbody .rt-tr-group { border-bottom: solid 1px rgba(0, 0, 0, 0.05); } .ReactTable .rt-tbody .rt-tr-group:last-child { border-bottom: 0 } .ReactTable .rt-tbody .rt-td { /* border-right: 1px solid rgba(0, 0, 0, 0.02); */ } .ReactTable .rt-tbody .rt-td:last-child { border-right: 0 } .ReactTable .rt-tbody .rt-expandable { cursor: pointer; text-overflow: clip } .ReactTable .rt-tr-group { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch } .ReactTable .rt-tr { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex } .ReactTable .rt-th, .ReactTable .rt-td { -webkit-box-flex: 1; -ms-flex: 1 0 0px; flex: 1 0 0; white-space: nowrap; text-overflow: ellipsis; padding: 7px 5px; overflow: hidden; transition: .3s ease; transition-property: width, min-width, padding, opacity; } .ReactTable .rt-th.-hidden, .ReactTable .rt-td.-hidden { width: 0 !important; min-width: 0 !important; padding: 0 !important; border: 0 !important; opacity: 0 !important } .ReactTable .rt-expander { display: inline-block; position: relative; margin: 0; color: transparent; margin: 0 10px; } .ReactTable .rt-expander:after { content: ''; position: absolute; width: 0; height: 0; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%) rotate(-90deg); transform: translate(-50%, -50%) rotate(-90deg); border-left: 5.04px solid transparent; border-right: 5.04px solid transparent; border-top: 7px solid rgba(0, 0, 0, 0.8); transition: all .3s cubic-bezier(.175, .885, .32, 1.275); cursor: pointer } .ReactTable .rt-expander.-open:after { -webkit-transform: translate(-50%, -50%) rotate(0); transform: translate(-50%, -50%) rotate(0) } .ReactTable .rt-resizer { display: inline-block; position: absolute; width: 36px; top: 0; bottom: 0; right: -18px; cursor: col-resize; z-index: 10 } .ReactTable .rt-tfoot { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15); } .ReactTable .rt-tfoot .rt-td { border-right: 1px solid rgba(0, 0, 0, 0.05); } .ReactTable .rt-tfoot .rt-td:last-child { border-right: 0 } .ReactTable.-striped .rt-tr.-odd { background: rgba(0, 0, 0, 0.03) } .ReactTable.-highlight .rt-tbody .rt-tr:not(.-padRow):hover { background: rgba(0, 0, 0, 0.05) } .ReactTable .-pagination { z-index: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 3px; box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); border-top: 2px solid rgba(0, 0, 0, 0.1); } .ReactTable .-pagination input, .ReactTable .-pagination select { border: 1px solid rgba(0, 0, 0, 0.1); background: #fff; padding: 5px 7px; font-size: inherit; border-radius: 3px; font-weight: normal; outline-width: 0 } .ReactTable .-pagination .-btn { -webkit-appearance: none; -moz-appearance: none; appearance: none; display: block; width: 100%; height: 100%; border: 0; border-radius: 3px; padding: 6px; font-size: 1em; color: rgba(0, 0, 0, 0.6); background: rgba(0, 0, 0, 0.1); transition: all .1s ease; cursor: pointer; outline-width: 0; } .ReactTable .-pagination .-btn[disabled] { opacity: .5; cursor: default } .ReactTable .-pagination .-btn:not([disabled]):hover { background: rgba(0, 0, 0, 0.3); color: #fff } .ReactTable .-pagination .-previous, .ReactTable .-pagination .-next { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; text-align: center } .ReactTable .-pagination .-center { -webkit-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5; text-align: center; margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-pack: distribute; justify-content: space-around } .ReactTable .-pagination .-pageInfo { display: inline-block; margin: 3px 10px; white-space: nowrap } .ReactTable .-pagination .-pageJump { display: inline-block; } .ReactTable .-pagination .-pageJump input { width: 70px; text-align: center } .ReactTable .-pagination .-pageSizeOptions { margin: 3px 10px } .ReactTable .rt-noData { display: block; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background: rgba(255, 255, 255, 0.8); transition: all .3s ease; z-index: 1; pointer-events: none; padding: 20px; color: rgba(0, 0, 0, 0.5) } .ReactTable .-loading { display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(255, 255, 255, 0.8); transition: all .3s ease; z-index: -1; opacity: 0; pointer-events: none; } .ReactTable .-loading>div { position: absolute; display: block; text-align: center; width: 100%; top: 50%; left: 0; font-size: 15px; color: rgba(0, 0, 0, 0.6); -webkit-transform: translateY(-52%); transform: translateY(-52%); transition: all .3s cubic-bezier(.25, .46, .45, .94) } .ReactTable .-loading.-active { opacity: 1; z-index: 2; pointer-events: all; } .ReactTable .-loading.-active>div { -webkit-transform: translateY(50%); transform: translateY(50%) } .ReactTable .rt-resizing .rt-th, .ReactTable .rt-resizing .rt-td { transition: none !important; cursor: col-resize; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none } .customReactTableBox { width: 100%; margin: 0 auto; } .customReactTable.ReactTable { border: 0; } .customReactTable.ReactTable .rt-thead.-filters { background-color: white; border: 0; box-shadow: 0 0 3px rgba(0, 0, 0, 0.1) !important; margin-bottom: 5px; } .customReactTable.ReactTable .rt-thead.-filters .rt-th { /* border-right: 1px solid rgba(0, 0, 0, 0.05) !important; */ padding: 10px 15px 10px 15px; } .customReactTable.ReactTable .rt-thead.-filters .rt-th:last-child { /* border-right-color: transparent !important; */ } .customReactTable.ReactTable .rt-thead.-header { box-shadow: none; background-color: white; margin-bottom: 6px; } .customReactTable.ReactTable .rt-thead.-header .rt-th { font-size: 14px; padding: 10px 15px !important; text-align: left; color: var(--textColor); z-index: 1; background-color: var(--tableHeadingBackground); border-right-color: rgba(0, 0, 0, 0.05); font-weight: 500; } .customReactTable.ReactTable .rt-thead.-header .rt-th:first-child { border-top-left-radius: 4px; } .customReactTable.ReactTable .rt-thead.-header .rt-th:last-child { border-top-right-radius: 4px; } .customReactTable.ReactTable .rt-tbody .rt-td { padding: 9px 15px !important; border-right-color: rgba(0, 0, 0, 0.05); } .customReactTable.ReactTable .rt-tbody .rt-td:last-child { border-right-color: transparent !important; } .customReactTable.ReactTable .rt-tbody .rt-tr-group { background-color: #ffffff; color: var(--textColor); font-size: 13px; border: 0; margin-bottom: 5px; box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) !important; border-radius: 3px; transition: all ease-in-out 0.2s; } .customReactTable.ReactTable .rt-tbody .rt-tr-group:hover { color: var(--textColor); background: rgba(0, 0, 0, 0.01); transition: all ease-in-out 0.2s; } .customReactTable.ReactTable.hoverCursorDefault .rt-tbody .rt-tr-group:hover { cursor: default !important; } .customReactTable.ReactTable .-pagination { background-color: white; box-shadow: none; border: 1px solid #f2f0f1; padding: 5px; border-radius: 3px; } .customReactTable.ReactTable .-pagination .-btn { background-color: var(--secondaryColor) !important; opacity: 1 !important; padding: 0; position: relative !important; width: 100px; color: var(--labelColor); } .customReactTable.ReactTable .-pagination .-previous .-btn::before, .customReactTable.ReactTable .-pagination .-next .-btn::before { content: "\2039"; font-size: 24px; color: var(--labelColor) !important; position: absolute; top: 0; left: 10px; line-height: normal; } .customReactTable.ReactTable .-pagination .-previous .-btn { margin-left: 10px; padding-left: 20px; } .customReactTable.ReactTable .-pagination .-next .-btn { float: right; margin-right: 10px; padding-right: 20px; } .customReactTable.ReactTable .-pagination .-next .-btn::before { content: "\203A"; right: 10px; left: initial; } .customReactTable.ReactTable .-pagination .-btn[disabled] { opacity: 0.5 !important; cursor: not-allowed; } .customReactTable.ReactTable .-loading { background: rgba(255, 255, 255, 0.8); z-index: 1; } .customReactTable.ReactTable .-loading>div { font-size: 24px; color: var(--secondaryColor); top: 50%; left: 50%; transform: translate(-50%, -50%); } .customReactTable.ReactTable .rt-noData { transform: translate(-50%, -50%) !important; color: var(--textColor); font-size: 16px; padding: 5px; background-color: white; } .customReactTable .button-group { position: absolute !important; } .table.customHTMLTable { border-collapse: separate; border-spacing: 0 8px; margin-bottom: 0; } .table.customHTMLTable thead th { border: 0; font-size: 0.96em; text-align: left; color: var(--textColor); background-color: var(--tableHeadingBackground); border-right: 1px solid rgba(0, 0, 0, 0.05); font-weight: 500; border-spacing: 10px; } .table.customHTMLTable thead th:last-child { border-top-right-radius: 4px; border-right-color: transparent; } .table.customHTMLTable thead th:first-child { border-top-left-radius: 4px; } .table.customHTMLTable tbody tr { background-color: #ffffff; border: 0; font-size: 0.96em; color: var(--contentColor); box-shadow: 0 0 2px rgba(0, 0, 0, 0.05) !important; border-radius: 3px; transition: all ease-in-out 0.2s; } .table.customHTMLTable tbody tr:hover { background-color: transparent; color: var(--textColor); transition: all ease-in-out 0.2s; } .table.customHTMLTable tbody tr td { border: 0; border-right: 1px solid rgba(0, 0, 0, 0.05); } .table.customHTMLTable tbody tr td:last-child { border-right: transparent; } .noDataTable { font-size: 16px; padding: 40px 20px !important; text-align: center; color: var(--textColor); } .cursorNotAllowed { cursor: not-allowed; } .radioLabel { position: relative; display: block; cursor: pointer; padding-left: 30px; } .radioLabel .radioText { display: inline-block; width: 100%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; font-size: 13px; line-height: 24px; color: var(--contentColor); } .radioLabel input { position: absolute; opacity: 0; cursor: pointer; } .radiomark { position: absolute; top: 0; left: 0; height: 24px; width: 24px; line-height: 24px; border-radius: 50%; background-color: white; border: 2px solid var(--borderColor); } .radiomark::after { content: ""; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 10px; height: 10px; border-radius: 50%; background-color: white; display: none; } .radioLabel input[type="radio"]:checked~.radiomark { background-color: var(--secondaryColor); border: 2px solid black; } .radioLabel input[type="radio"]:checked~.radiomark::after { display: block; } .radioLabel.radioDisabled .radiomark { background-color: #cccccc; }
0.541166
0.149811
.distribution-structure-tabs-bar { position: relative; font-size: 0; border-bottom: 1px solid #eee; margin-bottom: 20px; font-family: 'apercu_pro', sans-serif; } .distribution-structure-tab { display: inline-block; width: auto; text-align: center; font-size: 17px; font-weight: bold; cursor: pointer; line-height: 20px; padding: 0px 0px 15px 0px; margin-right: 20px; color: #318cc6; } .distribution-structure-line { position: absolute; bottom: 0; left: 0; width: 65px; height: 3px; background: #475669; } .distribution-structure-tab.active { color: #475669; } .total-stroke td { font-weight: bold; font-size: 15px; background: #e4e5ea; } .distrib-struct__perc { font-size: 12px; display: inline-block; margin-right: 5px; } .distrib-struct__count { font-weight: bold; font-size: 15px; } .distrib-struct.days th:nth-child(1) { width: 50px; } .distrib-struct.city th:nth-child(1) { width: 100px; } .distrib-struct td:nth-child(2), .distrib-struct td:nth-child(3), .distrib-struct td:nth-child(4), .distrib-struct td:nth-child(5), .distrib-struct td:nth-child(6), .distrib-struct th:nth-child(2), .distrib-struct th:nth-child(3), .distrib-struct th:nth-child(4), .distrib-struct th:nth-child(5), .distrib-struct th:nth-child(6) { text-align: right; } @media screen and (max-width: 659px) { .distrib-struct tr td:nth-child(2):before { content: 'Распределено'; } .distrib-struct tr td:nth-child(3):before { content: 'Взяли сами'; } .distrib-struct tr td:nth-child(4):before { content: 'Ручное'; } .distrib-struct tr td:nth-child(5):before { content: 'Демо'; } .distrib-struct tr td:nth-child(6):before { content: 'Прочее'; } .distrib-struct.days tr td:nth-child(1):before { content: 'День'; } .distrib-struct.city tr td:nth-child(1):before { content: 'Город'; }.distrib-struct.project tr td:nth-child(1):before { content: 'Проект'; } }
web/css/apass/distribution-structure.css
.distribution-structure-tabs-bar { position: relative; font-size: 0; border-bottom: 1px solid #eee; margin-bottom: 20px; font-family: 'apercu_pro', sans-serif; } .distribution-structure-tab { display: inline-block; width: auto; text-align: center; font-size: 17px; font-weight: bold; cursor: pointer; line-height: 20px; padding: 0px 0px 15px 0px; margin-right: 20px; color: #318cc6; } .distribution-structure-line { position: absolute; bottom: 0; left: 0; width: 65px; height: 3px; background: #475669; } .distribution-structure-tab.active { color: #475669; } .total-stroke td { font-weight: bold; font-size: 15px; background: #e4e5ea; } .distrib-struct__perc { font-size: 12px; display: inline-block; margin-right: 5px; } .distrib-struct__count { font-weight: bold; font-size: 15px; } .distrib-struct.days th:nth-child(1) { width: 50px; } .distrib-struct.city th:nth-child(1) { width: 100px; } .distrib-struct td:nth-child(2), .distrib-struct td:nth-child(3), .distrib-struct td:nth-child(4), .distrib-struct td:nth-child(5), .distrib-struct td:nth-child(6), .distrib-struct th:nth-child(2), .distrib-struct th:nth-child(3), .distrib-struct th:nth-child(4), .distrib-struct th:nth-child(5), .distrib-struct th:nth-child(6) { text-align: right; } @media screen and (max-width: 659px) { .distrib-struct tr td:nth-child(2):before { content: 'Распределено'; } .distrib-struct tr td:nth-child(3):before { content: 'Взяли сами'; } .distrib-struct tr td:nth-child(4):before { content: 'Ручное'; } .distrib-struct tr td:nth-child(5):before { content: 'Демо'; } .distrib-struct tr td:nth-child(6):before { content: 'Прочее'; } .distrib-struct.days tr td:nth-child(1):before { content: 'День'; } .distrib-struct.city tr td:nth-child(1):before { content: 'Город'; }.distrib-struct.project tr td:nth-child(1):before { content: 'Проект'; } }
0.574992
0.144028
position: relative; display: inline-block; } #autoComplete, #id_course { position: relative; padding: 0 2rem 0 3.5rem; height: 2.1rem; width: 6rem; font-size: 1.2rem; outline: none; border-radius: 50rem; border: 0.05rem solid rgb(255, 122, 122); caret-color: rgb(255, 122, 122); color: rgba(255, 255, 255, 0); background-image: url(../img/magnifier.svg); background-repeat: no-repeat; background-size: 1.2rem; background-origin: border-box; background-position: center; transition: all 0.4s ease; -webkit-transition: all -webkit-transform 0.4s ease; text-overflow: ellipsis; } #autoComplete::placeholder, #id_source::placeholder { color: rgba(255, 122, 122, 0); transition: all 0.3s ease; } #autoComplete:hover::placeholder, #id_source:hover::placeholder { color: rgba(255, 122, 122, 0.3); transition: all 0.3s ease; -webkit-transition: all -webkit-transform 0.3s ease; } #autoComplete:focus::placeholder, #id_source:focus::placeholder { padding: 0.1rem 0.6rem; font-size: 1rem; color: rgba(255, 122, 122, 0.3); transition: all 0.3s ease; -webkit-transition: all -webkit-transform 0.3s ease; } #autoComplete::selection, #id_source::selection { color: transparent; } #autoComplete:focus::selection, #id_source:focus::selection { color: #fff; background-color: rgba(255, 122, 122, 1); } #autoComplete:hover, #id_source:hover { padding: 0 2rem 0 3.5rem; color: rgba(255, 122, 122, 1); height: 3rem; width: 16.5rem; background-image: url(../img/magnifier.svg); background-size: 1.7rem; background-position: left 1.05rem top 0.7rem; transition: all 0.3s ease; -webkit-transition: all -webkit-transform 0.3s ease; } #autoComplete:focus, #id_source:focus { padding: 0 2rem 0 3.5rem; color: rgba(255, 122, 122, 1); height: 3rem; width: 16.5rem; border: 0.05rem solid rgb(255, 122, 122); background-image: url(../img/magnifier.svg); background-size: 1.5rem; background-position: left 1.05rem top 0.8rem; box-shadow: rgba(255, 122, 122, 0.1) 0px 0px 20px 5px; } #autoComplete_results_list, #courses_results_list { position: fixed; height: 45vh; overflow: auto; z-index: 1000; padding: 0; left: 0; right: 0; margin-top: 0; margin-left: auto; margin-right: auto; display: inherit !important; width: 18rem; overflow: hidden; transition: all 0.1s ease-in-out; -webkit-transition: all -webkit-transform 0.1s ease; } .autoComplete_result { margin: 0.15rem auto; padding: 0.6rem; max-width: 280px; border: 0.05rem solid #e3e3e3; list-style: none; text-align: left; font-size: 1.1rem; color: rgb(123, 123, 123); transition: all 0.1s ease-in-out; background-color: #fff; } .autoComplete_result::selection { color: rgba(#ffffff, 0); background-color: rgba(#ffffff, 0); } .autoComplete_result:last-child { border-radius: 0 0 1rem 1rem; } .autoComplete_result:hover { cursor: pointer; background-color: rgba(255, 248, 248, 0.9); border-left: 2px solid rgba(255, 122, 122, 1); border-right: 2px solid rgba(255, 122, 122, 1); border-top: 2px solid transparent; border-bottom: 2px solid transparent; } .autoComplete_result:focus { outline: none; background-color: rgba(255, 248, 248, 0.9); border-left: 2px solid rgba(255, 122, 122, 1); border-right: 2px solid rgba(255, 122, 122, 1); border-top: 2px solid transparent; border-bottom: 2px solid transparent; } .autoComplete_highlighted { opacity: 1; color: rgba(255, 122, 122, 1); font-weight: bold; } .autoComplete_highlighted::selection { color: rgba(#ffffff, 0); background-color: rgba(#ffffff, 0); } @media only screen and (max-width: 600px) { #autoComplete, #id_source { width: 5rem; } #autoComplete:focus, #id_source:focus { width: 11rem; background-size: 1.6rem; background-position: left 1.1rem top 0.75rem; } .autoComplete_result:first-child { border-radius: 1rem 1rem 0 0; } .autoComplete_result:last-child { border-radius: 0 0 1rem 1rem; } .autoComplete_result:only-child { border-radius: 1rem; } } @media screen and (-webkit-min-device-pixel-ratio: 0) { #autoComplete, #id_source { border-width: 1px; } #autoComplete:hover, #id_source:hover { border-width: 1px; } #autoComplete:focus, #id_source:focus { border-width: 1px; } } @-moz-document url-prefix() { #autoComplete, #id_source { border-width: 1px; background-size: 1.2rem; background-origin: border-box; background-position: center; } #autoComplete:hover, #id_source:hover { border-width: 1px; } #autoComplete:focus, #id_source:focus { border-width: 1px; background-position: left 1.1rem top 0.8rem; } } /* DJ Sapo customizations */ #autoComplete, #id_course { border: 0.05rem solid green; caret-color: green; color: green; background-position: left .95rem top 0.5rem; width:64%; transition: none; -webkit-transition: none; } #autoComplete:hover, #id_course:hover { color: green; width:64%; height: 2.1rem; transition: none; -webkit-transition: none; background-position: left 1.05rem top 0.3rem; background-size: 1.5rem; } #autoComplete:focus, #id_course:focus { color: green; border: 0.05rem solid green; background-position: left 1.05rem top 0.4rem; background-size: 1.3rem; width:64%; height: 2.1rem; } #autoComplete::placeholder, #id_course::placeholder { color: #8fa98f; transition: none; } #autoComplete:hover::placeholder, #id_course:hover::placeholder { color: #8fa98f; transition: none; -webkit-transition: none; } #autoComplete:focus::placeholder, #id_course:focus::placeholder { color: #8fa98f; transition: none; -webkit-transition: none; } #autoComplete_results_list, #courses_results_list{ position: absolute; left: 100px; width: auto; height:auto; display: none; z-index:9999; } .autoComplete_result { max-width:inherit; margin: 0; color: #000; background-color: #efefef; border-left: 2px solid #e3e3e3; border-right: 2px solid #e3e3e3; } .autoComplete_result::selection { color: rgba(#ffffff, 0); background-color: rgba(#ffffff, 0); } .autoComplete_result:last-child { border-radius: 0 0 1rem 1rem; } .autoComplete_result:hover { cursor: pointer; background-color: rgba(255, 248, 248, 0.9); border-left: 2px solid rgba(255, 122, 122, 1); border-right: 2px solid rgba(255, 122, 122, 1); border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .autoComplete_result:focus, .no_result { outline: none; background-color: rgba(255, 248, 248, 0.9); border-left: 2px solid rgba(255, 122, 122, 1); border-right: 2px solid rgba(255, 122, 122, 1); border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .selection {color:green;} form#profile select { width: 80%; } .no_result { padding: 0.6rem; width:80%; border: 0.05rem solid #e3e3e3; list-style: none; text-align: left; font-size: 1.1rem; color: rgb(123, 123, 123); transition: all 0.1s ease-in-out; background-color: #fff; border-radius: 0 0 1rem 1rem; outline: none; } .no_result:hover { cursor: default; background-color: #fff; border: 0.05rem solid #e3e3e3; } .no_result:focus { cursor: default; background-color: #fff; border: 0.05rem solid #e3e3e3; } form ul { margin-bottom: 0; }
djsapo/static/css/autocomplete.css
position: relative; display: inline-block; } #autoComplete, #id_course { position: relative; padding: 0 2rem 0 3.5rem; height: 2.1rem; width: 6rem; font-size: 1.2rem; outline: none; border-radius: 50rem; border: 0.05rem solid rgb(255, 122, 122); caret-color: rgb(255, 122, 122); color: rgba(255, 255, 255, 0); background-image: url(../img/magnifier.svg); background-repeat: no-repeat; background-size: 1.2rem; background-origin: border-box; background-position: center; transition: all 0.4s ease; -webkit-transition: all -webkit-transform 0.4s ease; text-overflow: ellipsis; } #autoComplete::placeholder, #id_source::placeholder { color: rgba(255, 122, 122, 0); transition: all 0.3s ease; } #autoComplete:hover::placeholder, #id_source:hover::placeholder { color: rgba(255, 122, 122, 0.3); transition: all 0.3s ease; -webkit-transition: all -webkit-transform 0.3s ease; } #autoComplete:focus::placeholder, #id_source:focus::placeholder { padding: 0.1rem 0.6rem; font-size: 1rem; color: rgba(255, 122, 122, 0.3); transition: all 0.3s ease; -webkit-transition: all -webkit-transform 0.3s ease; } #autoComplete::selection, #id_source::selection { color: transparent; } #autoComplete:focus::selection, #id_source:focus::selection { color: #fff; background-color: rgba(255, 122, 122, 1); } #autoComplete:hover, #id_source:hover { padding: 0 2rem 0 3.5rem; color: rgba(255, 122, 122, 1); height: 3rem; width: 16.5rem; background-image: url(../img/magnifier.svg); background-size: 1.7rem; background-position: left 1.05rem top 0.7rem; transition: all 0.3s ease; -webkit-transition: all -webkit-transform 0.3s ease; } #autoComplete:focus, #id_source:focus { padding: 0 2rem 0 3.5rem; color: rgba(255, 122, 122, 1); height: 3rem; width: 16.5rem; border: 0.05rem solid rgb(255, 122, 122); background-image: url(../img/magnifier.svg); background-size: 1.5rem; background-position: left 1.05rem top 0.8rem; box-shadow: rgba(255, 122, 122, 0.1) 0px 0px 20px 5px; } #autoComplete_results_list, #courses_results_list { position: fixed; height: 45vh; overflow: auto; z-index: 1000; padding: 0; left: 0; right: 0; margin-top: 0; margin-left: auto; margin-right: auto; display: inherit !important; width: 18rem; overflow: hidden; transition: all 0.1s ease-in-out; -webkit-transition: all -webkit-transform 0.1s ease; } .autoComplete_result { margin: 0.15rem auto; padding: 0.6rem; max-width: 280px; border: 0.05rem solid #e3e3e3; list-style: none; text-align: left; font-size: 1.1rem; color: rgb(123, 123, 123); transition: all 0.1s ease-in-out; background-color: #fff; } .autoComplete_result::selection { color: rgba(#ffffff, 0); background-color: rgba(#ffffff, 0); } .autoComplete_result:last-child { border-radius: 0 0 1rem 1rem; } .autoComplete_result:hover { cursor: pointer; background-color: rgba(255, 248, 248, 0.9); border-left: 2px solid rgba(255, 122, 122, 1); border-right: 2px solid rgba(255, 122, 122, 1); border-top: 2px solid transparent; border-bottom: 2px solid transparent; } .autoComplete_result:focus { outline: none; background-color: rgba(255, 248, 248, 0.9); border-left: 2px solid rgba(255, 122, 122, 1); border-right: 2px solid rgba(255, 122, 122, 1); border-top: 2px solid transparent; border-bottom: 2px solid transparent; } .autoComplete_highlighted { opacity: 1; color: rgba(255, 122, 122, 1); font-weight: bold; } .autoComplete_highlighted::selection { color: rgba(#ffffff, 0); background-color: rgba(#ffffff, 0); } @media only screen and (max-width: 600px) { #autoComplete, #id_source { width: 5rem; } #autoComplete:focus, #id_source:focus { width: 11rem; background-size: 1.6rem; background-position: left 1.1rem top 0.75rem; } .autoComplete_result:first-child { border-radius: 1rem 1rem 0 0; } .autoComplete_result:last-child { border-radius: 0 0 1rem 1rem; } .autoComplete_result:only-child { border-radius: 1rem; } } @media screen and (-webkit-min-device-pixel-ratio: 0) { #autoComplete, #id_source { border-width: 1px; } #autoComplete:hover, #id_source:hover { border-width: 1px; } #autoComplete:focus, #id_source:focus { border-width: 1px; } } @-moz-document url-prefix() { #autoComplete, #id_source { border-width: 1px; background-size: 1.2rem; background-origin: border-box; background-position: center; } #autoComplete:hover, #id_source:hover { border-width: 1px; } #autoComplete:focus, #id_source:focus { border-width: 1px; background-position: left 1.1rem top 0.8rem; } } /* DJ Sapo customizations */ #autoComplete, #id_course { border: 0.05rem solid green; caret-color: green; color: green; background-position: left .95rem top 0.5rem; width:64%; transition: none; -webkit-transition: none; } #autoComplete:hover, #id_course:hover { color: green; width:64%; height: 2.1rem; transition: none; -webkit-transition: none; background-position: left 1.05rem top 0.3rem; background-size: 1.5rem; } #autoComplete:focus, #id_course:focus { color: green; border: 0.05rem solid green; background-position: left 1.05rem top 0.4rem; background-size: 1.3rem; width:64%; height: 2.1rem; } #autoComplete::placeholder, #id_course::placeholder { color: #8fa98f; transition: none; } #autoComplete:hover::placeholder, #id_course:hover::placeholder { color: #8fa98f; transition: none; -webkit-transition: none; } #autoComplete:focus::placeholder, #id_course:focus::placeholder { color: #8fa98f; transition: none; -webkit-transition: none; } #autoComplete_results_list, #courses_results_list{ position: absolute; left: 100px; width: auto; height:auto; display: none; z-index:9999; } .autoComplete_result { max-width:inherit; margin: 0; color: #000; background-color: #efefef; border-left: 2px solid #e3e3e3; border-right: 2px solid #e3e3e3; } .autoComplete_result::selection { color: rgba(#ffffff, 0); background-color: rgba(#ffffff, 0); } .autoComplete_result:last-child { border-radius: 0 0 1rem 1rem; } .autoComplete_result:hover { cursor: pointer; background-color: rgba(255, 248, 248, 0.9); border-left: 2px solid rgba(255, 122, 122, 1); border-right: 2px solid rgba(255, 122, 122, 1); border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .autoComplete_result:focus, .no_result { outline: none; background-color: rgba(255, 248, 248, 0.9); border-left: 2px solid rgba(255, 122, 122, 1); border-right: 2px solid rgba(255, 122, 122, 1); border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .selection {color:green;} form#profile select { width: 80%; } .no_result { padding: 0.6rem; width:80%; border: 0.05rem solid #e3e3e3; list-style: none; text-align: left; font-size: 1.1rem; color: rgb(123, 123, 123); transition: all 0.1s ease-in-out; background-color: #fff; border-radius: 0 0 1rem 1rem; outline: none; } .no_result:hover { cursor: default; background-color: #fff; border: 0.05rem solid #e3e3e3; } .no_result:focus { cursor: default; background-color: #fff; border: 0.05rem solid #e3e3e3; } form ul { margin-bottom: 0; }
0.396535
0.082143
.messageAlert{ background: #FFEEEE url(../images/exclamation.gif) 5px 7px no-repeat; border:1px solid #FF5555; color:#FF5555; margin:.5em 0; } .messageInformation{ background: #ffe url(../images/asterisk_yellow.gif) 5px 7px no-repeat; border:1px solid #EEBB44; color:#d93; margin:.5em 0; } .messageComfirm{ background: #EEFFBB url(../images/accept.gif) 5px 7px no-repeat; border:1px solid #CCEE66; color:#779900; margin:.5em 0; } /* PROFILE IMAGE */ .profilepic{ width: 150px; } .profileImage{ border:0px solid #999999; padding: 10px; margin: 0 10px 10px 0; text-align: center; } img { border:none; } /* PROFILE PICTURE SELECTION */ .selectImage, .selectOfficialImage { padding: 5px; } .selectImage:hover, .selectOfficialImage:hover { background: #D2EAF0; padding: 5px; } .currentImage { border: 1px solid #666; } /* LINKS and MENUS */ .hoverlink{ display: none; } .hoverlinkactive { background:#FFFFFF none repeat scroll 0 0; border:1px solid #CCCCCC; font-size:11px; margin-left:39px; margin-top:15px; /* for IE */ filter:alpha(opacity=70); /* CSS3 standard */ opacity:0.7; padding:6px; position:fixed; text-align:center; width:50px; z-index:1; } .hoverlinkactive a{ font-size:11px; padding-bottom:7px; vertical-align:middle; } .action { font-size:11px; } .loading{ z-index:2; background-image: url(/library/image/sakai/spinner.gif); background-repeat: no-repeat; background-position: left; } .addItem { background:transparent url(/library/image/silk/add.png) no-repeat scroll left center; padding-left:2em; } .removeItem { background:transparent url(/library/image/silk/cross.png) no-repeat scroll left center; padding-left:2em; } .editProfileHover { float: right; background-image: url(/library/image/silk/user_edit.png); background-repeat: no-repeat; width: 100px; padding-left: 20px; } .closeImg { background-image:url(/library/image/sakai/cross.png); background-repeat:no-repeat; height:16px; left:470px; overflow:hidden; position:absolute; text-indent:20px; top:30px; width:16px; } /* Success message close icon */ .success div { background-image: url(/library/image/sakai/cross.png); background-repeat: no-repeat; text-indent: 20px; cursor: hand; overflow: hidden; height: 16px; width: 16px; position: absolute; left: 80%; top:11px; } /* SIDEBARS */ .sidebar{ width: 250px; float: right; text-align:center; } .sidebarTitle { background-color:#F3F3F3; color:#666666; font-size:12px; font-weight:bold; padding:2px; text-transform:capitalize; } .search{ border:1px solid #E0E0E0; margin: 10px 0 10px 10px; } .password{ border:1px solid #CCCCCC; margin: 0 0 10px 10px; padding-bottom: 10px; } .album{ width:100%; float:left } .album .imageSingle { float: left; padding: 5px; width:75px; text-align:center; } .album .imageSingle .image:hover { background: #D2EAF0; padding:3px; } .album .imageSingle .image { height:70px; overflow:hidden; width:75px; padding:3px; } .album .footer { text-align:center; width: 156px; border-top:solid 1px #333; color:#999; font-weight:bold; padding-top: 7px; padding-bottom:7px; margin-top: 10px; } .activeSelectedImage{ background:#EEEEEE none repeat scroll 0 0; border:1px solid #0099CC; margin:-1px; } label.error { width:220px; margin-left:15px; color:#993333; font-size:1em; } .reqStarProfile { color:#BB1111; font-size:1em; font-weight:bold; } #tooltip { position: absolute; z-index: 3000; border: 1px solid #111; background-color: #eee; padding: 5px; opacity: 0.85; } #tooltip h3, #tooltip div { margin: 0; } #errorContainer ol li { list-style-type: disc; margin-left: 15px; } #errorContainer { display: none }
tool/src/webapp/css/Profilewow.css
.messageAlert{ background: #FFEEEE url(../images/exclamation.gif) 5px 7px no-repeat; border:1px solid #FF5555; color:#FF5555; margin:.5em 0; } .messageInformation{ background: #ffe url(../images/asterisk_yellow.gif) 5px 7px no-repeat; border:1px solid #EEBB44; color:#d93; margin:.5em 0; } .messageComfirm{ background: #EEFFBB url(../images/accept.gif) 5px 7px no-repeat; border:1px solid #CCEE66; color:#779900; margin:.5em 0; } /* PROFILE IMAGE */ .profilepic{ width: 150px; } .profileImage{ border:0px solid #999999; padding: 10px; margin: 0 10px 10px 0; text-align: center; } img { border:none; } /* PROFILE PICTURE SELECTION */ .selectImage, .selectOfficialImage { padding: 5px; } .selectImage:hover, .selectOfficialImage:hover { background: #D2EAF0; padding: 5px; } .currentImage { border: 1px solid #666; } /* LINKS and MENUS */ .hoverlink{ display: none; } .hoverlinkactive { background:#FFFFFF none repeat scroll 0 0; border:1px solid #CCCCCC; font-size:11px; margin-left:39px; margin-top:15px; /* for IE */ filter:alpha(opacity=70); /* CSS3 standard */ opacity:0.7; padding:6px; position:fixed; text-align:center; width:50px; z-index:1; } .hoverlinkactive a{ font-size:11px; padding-bottom:7px; vertical-align:middle; } .action { font-size:11px; } .loading{ z-index:2; background-image: url(/library/image/sakai/spinner.gif); background-repeat: no-repeat; background-position: left; } .addItem { background:transparent url(/library/image/silk/add.png) no-repeat scroll left center; padding-left:2em; } .removeItem { background:transparent url(/library/image/silk/cross.png) no-repeat scroll left center; padding-left:2em; } .editProfileHover { float: right; background-image: url(/library/image/silk/user_edit.png); background-repeat: no-repeat; width: 100px; padding-left: 20px; } .closeImg { background-image:url(/library/image/sakai/cross.png); background-repeat:no-repeat; height:16px; left:470px; overflow:hidden; position:absolute; text-indent:20px; top:30px; width:16px; } /* Success message close icon */ .success div { background-image: url(/library/image/sakai/cross.png); background-repeat: no-repeat; text-indent: 20px; cursor: hand; overflow: hidden; height: 16px; width: 16px; position: absolute; left: 80%; top:11px; } /* SIDEBARS */ .sidebar{ width: 250px; float: right; text-align:center; } .sidebarTitle { background-color:#F3F3F3; color:#666666; font-size:12px; font-weight:bold; padding:2px; text-transform:capitalize; } .search{ border:1px solid #E0E0E0; margin: 10px 0 10px 10px; } .password{ border:1px solid #CCCCCC; margin: 0 0 10px 10px; padding-bottom: 10px; } .album{ width:100%; float:left } .album .imageSingle { float: left; padding: 5px; width:75px; text-align:center; } .album .imageSingle .image:hover { background: #D2EAF0; padding:3px; } .album .imageSingle .image { height:70px; overflow:hidden; width:75px; padding:3px; } .album .footer { text-align:center; width: 156px; border-top:solid 1px #333; color:#999; font-weight:bold; padding-top: 7px; padding-bottom:7px; margin-top: 10px; } .activeSelectedImage{ background:#EEEEEE none repeat scroll 0 0; border:1px solid #0099CC; margin:-1px; } label.error { width:220px; margin-left:15px; color:#993333; font-size:1em; } .reqStarProfile { color:#BB1111; font-size:1em; font-weight:bold; } #tooltip { position: absolute; z-index: 3000; border: 1px solid #111; background-color: #eee; padding: 5px; opacity: 0.85; } #tooltip h3, #tooltip div { margin: 0; } #errorContainer ol li { list-style-type: disc; margin-left: 15px; } #errorContainer { display: none }
0.227727
0.04531
body { display: inline; overflow-x: hidden; font-family: 'Architects Daughter', cursive; background:url(images/Starry.jpg) no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .navbar-brand { font-size: 30px; text-transform: uppercase; font-weight: 900; } section { padding-top: 50px; padding-bottom: 50px; } section h1 { text-transform: uppercase; font-weight: 900; color: #A6D6D6; text-align: left; margin-bottom: 20px; } section p { font-size: 16px; font-weight: 300; color: #A6D6D6; } button { max-width: 50%; border-radius: 50px !important; } #hero .col { justify-content: center; flex-direction: column; display: flex; } #hero .img-col { justify-content: flex-end; margin-top: 100px; } #hero img { max-width: 130% !important; width: 130%; } #hero .card { box-shadow: 11px 7px 16px #f9f9f9; border: 0; text-align: center; } #hero .icon { width: 50px; height: 50px; margin-bottom: 20px; } h5,h2,h4{ color: #A6D6D6; } #contact h1 { text-align: center; color:#A6D6D6; } .contactf{text-transform: uppercase; font-weight: 900; color: #A6D6D6; } .section-header { text-align: center; margin: 0 auto; padding: 40px 0; color: #A6D6D6; text-transform: uppercase; letter-spacing: 6px; } /* Left contact page */ .form-horizontal { /*float: left;*/ max-width: 400px; font-weight: 400; } .form-control, textarea { max-width: 400px; background-color: #000; color: #A6D6D6; letter-spacing: 1px; } .send-button { margin-top: 15px; height: 34px; width: 400px; overflow: hidden; transition: all .2s ease-in-out; } .alt-send-button { width: 400px; height: 34px; transition: all .2s ease-in-out; color:#A6D6D6; } .send-text { display: block; margin-top: 10px; font: 700 12px 'Lato', sans-serif; letter-spacing: 2px; } /* Begin Right Contact Page */ .direct-contact-container { max-width: 400px; } /* Location, Phone, Email Section */ .contact-list { list-style-type: none; margin-left: -30px; padding-right: 20px; } .list-item { line-height: 4; color: #A6D6D6; } .contact-text { font: 300 18px 'Lato', sans-serif; letter-spacing: 1.9px; color: #A6D6D6; } .place { margin-left: 62px; } .phone { margin-left: 56px; } .gmail { margin-left: 53px; } .contact-text a { color: #A6D6D6; text-decoration: none; transition-duration: 0.2s; } .contact-text a:hover { color: #A6D6D6; text-decoration: none; } /* Social Media Icons */ .social-media-list { position: relative; font-size: 22px; text-align: center; width: 100%; margin: 0 auto; padding: 0; } .social-media-list li a { color: #A6D6D6; } .social-media-list li { position: relative; display: inline-block; height: 60px; width: 60px; margin: 10px 3px; line-height: 60px; border-radius: 50%; color: #A6D6D6; background-color: rgb(27,27,27); cursor: pointer; transition: all .2s ease-in-out; } .social-media-list li:after { content: ''; position: absolute; top: 0; left: 0; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; opacity: 0; box-shadow: 0 0 0 1px #A6D6D6; transition: all .2s ease-in-out; } .social-media-list li:hover { background-color: #A6D6D6; } .social-media-list li:hover:after { opacity: 1; transform: scale(1.12); transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65); } .social-media-list li:hover a { color: #000; } /* Begin Media Queries*/ @media screen and (max-width: 850px) { .contact-wrapper { display: flex; flex-direction: column; } .direct-contact-container, .form-horizontal { margin: 0 auto; } .direct-contact-container { margin-top: 60px; max-width: 300px; } .social-media-list li { height: 60px; width: 60px; line-height: 60px; } .social-media-list li:after { width: 60px; height: 60px; line-height: 60px; } } @media screen and (max-width: 569px) { .direct-contact-container, .form-wrapper { float: none; margin: 0 auto; } .form-control, textarea { margin: 0 auto; } .name, .email, textarea { width: 280px; } .direct-contact-container { margin-top: 60px; max-width: 280px; } .social-media-list { center: 0; } .social-media-list li { height: 55px; width: 55px; line-height: 55px; font-size: 2rem; } .social-media-list li:after { width: 55px; height: 55px; line-height: 55px; } }
public_html/style.css
body { display: inline; overflow-x: hidden; font-family: 'Architects Daughter', cursive; background:url(images/Starry.jpg) no-repeat fixed center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .navbar-brand { font-size: 30px; text-transform: uppercase; font-weight: 900; } section { padding-top: 50px; padding-bottom: 50px; } section h1 { text-transform: uppercase; font-weight: 900; color: #A6D6D6; text-align: left; margin-bottom: 20px; } section p { font-size: 16px; font-weight: 300; color: #A6D6D6; } button { max-width: 50%; border-radius: 50px !important; } #hero .col { justify-content: center; flex-direction: column; display: flex; } #hero .img-col { justify-content: flex-end; margin-top: 100px; } #hero img { max-width: 130% !important; width: 130%; } #hero .card { box-shadow: 11px 7px 16px #f9f9f9; border: 0; text-align: center; } #hero .icon { width: 50px; height: 50px; margin-bottom: 20px; } h5,h2,h4{ color: #A6D6D6; } #contact h1 { text-align: center; color:#A6D6D6; } .contactf{text-transform: uppercase; font-weight: 900; color: #A6D6D6; } .section-header { text-align: center; margin: 0 auto; padding: 40px 0; color: #A6D6D6; text-transform: uppercase; letter-spacing: 6px; } /* Left contact page */ .form-horizontal { /*float: left;*/ max-width: 400px; font-weight: 400; } .form-control, textarea { max-width: 400px; background-color: #000; color: #A6D6D6; letter-spacing: 1px; } .send-button { margin-top: 15px; height: 34px; width: 400px; overflow: hidden; transition: all .2s ease-in-out; } .alt-send-button { width: 400px; height: 34px; transition: all .2s ease-in-out; color:#A6D6D6; } .send-text { display: block; margin-top: 10px; font: 700 12px 'Lato', sans-serif; letter-spacing: 2px; } /* Begin Right Contact Page */ .direct-contact-container { max-width: 400px; } /* Location, Phone, Email Section */ .contact-list { list-style-type: none; margin-left: -30px; padding-right: 20px; } .list-item { line-height: 4; color: #A6D6D6; } .contact-text { font: 300 18px 'Lato', sans-serif; letter-spacing: 1.9px; color: #A6D6D6; } .place { margin-left: 62px; } .phone { margin-left: 56px; } .gmail { margin-left: 53px; } .contact-text a { color: #A6D6D6; text-decoration: none; transition-duration: 0.2s; } .contact-text a:hover { color: #A6D6D6; text-decoration: none; } /* Social Media Icons */ .social-media-list { position: relative; font-size: 22px; text-align: center; width: 100%; margin: 0 auto; padding: 0; } .social-media-list li a { color: #A6D6D6; } .social-media-list li { position: relative; display: inline-block; height: 60px; width: 60px; margin: 10px 3px; line-height: 60px; border-radius: 50%; color: #A6D6D6; background-color: rgb(27,27,27); cursor: pointer; transition: all .2s ease-in-out; } .social-media-list li:after { content: ''; position: absolute; top: 0; left: 0; width: 60px; height: 60px; line-height: 60px; border-radius: 50%; opacity: 0; box-shadow: 0 0 0 1px #A6D6D6; transition: all .2s ease-in-out; } .social-media-list li:hover { background-color: #A6D6D6; } .social-media-list li:hover:after { opacity: 1; transform: scale(1.12); transition-timing-function: cubic-bezier(0.37,0.74,0.15,1.65); } .social-media-list li:hover a { color: #000; } /* Begin Media Queries*/ @media screen and (max-width: 850px) { .contact-wrapper { display: flex; flex-direction: column; } .direct-contact-container, .form-horizontal { margin: 0 auto; } .direct-contact-container { margin-top: 60px; max-width: 300px; } .social-media-list li { height: 60px; width: 60px; line-height: 60px; } .social-media-list li:after { width: 60px; height: 60px; line-height: 60px; } } @media screen and (max-width: 569px) { .direct-contact-container, .form-wrapper { float: none; margin: 0 auto; } .form-control, textarea { margin: 0 auto; } .name, .email, textarea { width: 280px; } .direct-contact-container { margin-top: 60px; max-width: 280px; } .social-media-list { center: 0; } .social-media-list li { height: 55px; width: 55px; line-height: 55px; font-size: 2rem; } .social-media-list li:after { width: 55px; height: 55px; line-height: 55px; } }
0.301979
0.093058
body { /* height: 120vh; */ padding-top: 2%; padding-left: 5%; padding-right: 25%; height: 100vh; overflow: scroll; overflow-x: hidden; /* background-image: image('./img/bg.jpg'); */ /* background-color: rgb(34,34,34); */ background-color: rgb(220, 224, 223); /* background: rgba(255, 255, 255, 0.5) url(../img/bg-01.png) repeat 0; */ /* background:rgb(255, 255, 255) url(../img/bg-02.png) repeat 0; */ } .single_website_panel { background-color: rgba(255, 255, 255, 0.6); /* position: absolute; */ position: relative; border-radius: 5px; border: 1px solid #c0e2d7; width: 100%; height: 60px; /* padding: 1px; */ cursor: pointer; box-shadow: 1px 2px 5px rgb(197, 224, 216); top: 0px; /* left: 2px; */ } .single_website_panel:hover { box-shadow: 0px 5px 15px #bfdacc; top: -6px; transition: all 0.5s ease-out; } /* 网站描述 */ .disc_text { padding-top: 2px; font-size: 11px; color: rgb(138, 138, 138); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; /* 限制在一个块元素显示的文本的行数 */ -webkit-line-clamp: 1; /* 垂直排列 */ -webkit-box-orient: vertical; /* 内容自动换行 */ word-break: break-all; } /* 网站名称 */ .website_name { font-size: 13px; /* font-weight: bold; */ color: rgb(12, 190, 131); /* color: rgb(61, 61, 61); */ } .tab_single_content { padding: 12px; height: 100%; width: 100%; display: table-cell; vertical-align: middle; } .tab_img_content { border-radius: 50%; position: relative; top: 8px; padding: 5px; height: 100%; display: table-cell; vertical-align: middle; } .ico_style { position: relative; top: 5px; } .col_style { /* 每个网站标签之间的间隔 */ padding: 3px; left: 10px; } /* 分组标签 */ .group_title { padding-bottom: 7px; /* padding:12px; */ padding-top: 10px; padding-left: 15px; padding-top: 15px; color: #1b553a; font-size: 16px; }
css/defaultPage.css
body { /* height: 120vh; */ padding-top: 2%; padding-left: 5%; padding-right: 25%; height: 100vh; overflow: scroll; overflow-x: hidden; /* background-image: image('./img/bg.jpg'); */ /* background-color: rgb(34,34,34); */ background-color: rgb(220, 224, 223); /* background: rgba(255, 255, 255, 0.5) url(../img/bg-01.png) repeat 0; */ /* background:rgb(255, 255, 255) url(../img/bg-02.png) repeat 0; */ } .single_website_panel { background-color: rgba(255, 255, 255, 0.6); /* position: absolute; */ position: relative; border-radius: 5px; border: 1px solid #c0e2d7; width: 100%; height: 60px; /* padding: 1px; */ cursor: pointer; box-shadow: 1px 2px 5px rgb(197, 224, 216); top: 0px; /* left: 2px; */ } .single_website_panel:hover { box-shadow: 0px 5px 15px #bfdacc; top: -6px; transition: all 0.5s ease-out; } /* 网站描述 */ .disc_text { padding-top: 2px; font-size: 11px; color: rgb(138, 138, 138); overflow: hidden; text-overflow: ellipsis; display: -webkit-box; /* 限制在一个块元素显示的文本的行数 */ -webkit-line-clamp: 1; /* 垂直排列 */ -webkit-box-orient: vertical; /* 内容自动换行 */ word-break: break-all; } /* 网站名称 */ .website_name { font-size: 13px; /* font-weight: bold; */ color: rgb(12, 190, 131); /* color: rgb(61, 61, 61); */ } .tab_single_content { padding: 12px; height: 100%; width: 100%; display: table-cell; vertical-align: middle; } .tab_img_content { border-radius: 50%; position: relative; top: 8px; padding: 5px; height: 100%; display: table-cell; vertical-align: middle; } .ico_style { position: relative; top: 5px; } .col_style { /* 每个网站标签之间的间隔 */ padding: 3px; left: 10px; } /* 分组标签 */ .group_title { padding-bottom: 7px; /* padding:12px; */ padding-top: 10px; padding-left: 15px; padding-top: 15px; color: #1b553a; font-size: 16px; }
0.331877
0.081009
li { list-style: none; } a { text-decoration: none; } .main-btn { padding: 7px 20px; border: none; background: #CBE34D; -webkit-box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.35); box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.35); border-radius: 7px; color: #809419; -webkit-transition: 0.5s; transition: 0.5s; font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; margin-bottom: 10px; } .main-btn:hover { background: #809419; color: #DEF17A; } .delete-from-bookmark { width: 100%; text-align: center; padding-bottom: 8px; } .delete-from-bookmark a { color: #555; -webkit-transition: 0.2s; transition: 0.2s; } .delete-from-bookmark a span { display: inline-block; width: 15px; height: 15px; border-radius: 50%; background: #555; color: #fff; font-size: 10px; text-align: center; -webkit-transition: 0.2s; transition: 0.2s; } .delete-from-bookmark a:hover { text-decoration: none; color: #999; } .delete-from-bookmark a:hover span { background: #999; } /*********************************** Top Header ***********************************/ .top-header { display: -ms-grid; display: grid; -ms-grid-columns: 3fr 3fr 4fr; grid-template-columns: 3fr 3fr 4fr; grid-column-gap: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 25px 0; } .top-header .phone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .top-header .phone h3 { font-size: 25px; } .top-header .phone h3 span { font-size: 18px; } .top-header .phone .callback a { font-size: 17px; color: #9DAA56; } .top-header .logo img { width: 50%; } .top-header .top-menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .top-header .top-menu ul li { padding: 0 15px; } .top-header .top-menu ul li a { color: #9DAA56; } /*********************************** End Top Header ***********************************/ /*********************************** Menu ***********************************/ .menu { background: #CBE34D; height: 40px; } .menu a { text-decoration: none; } .menu-items ul, .menu-items ol { display: -ms-grid; display: grid; -ms-grid-columns: 3fr 4.5fr 0.5fr 2fr 2fr; grid-template-columns: 3fr 4.5fr 0.5fr 2fr 2fr; grid-column-gap: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; } .menu-items > ul li { position: relative; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items > ul li button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 17px; color: #809419; background: #CBE34D; width: 100%; height: 40px; border: none; outline: none; padding-left: 15px; padding-right: 15px; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items > ul li button i { margin-top: 4px; } .menu-items > ul li button:hover { background: #809419; color: #DEF17A; } .menu-items > ul li ul { position: absolute; display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; max-width: 100%; min-width: 100%; left: 0; -webkit-box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.25); box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.25); padding: 0; margin: 0; z-index: 10; } .menu-items > ul li ul li { padding: 0; margin: 0; max-width: 100%; min-width: 100%; position: relative; } .menu-items > ul li ul li a { display: block; max-width: 100%; min-width: 100%; background: white; border: 1px solid rgba(115, 170, 26, 0.4); color: rgba(0, 0, 0, 0.5); padding: 10px 8px 10px 12px; font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items > ul li ul li a:hover { background: #809419; color: #DEF17A; text-decoration: none; } .menu-items > ul li ul ul { position: absolute; left: 100%; top: 0; } .menu-items li:hover > ul { display: block; } .menu-items ul li button.menu-btn .cart-count { margin-top: 4px; width: 16px; height: 16px; border-radius: 50%; background: white; font-size: 11px; text-align: center; color: black; } .menu-items ul .bookmark { width: 100%; } .menu-items ul .bookmark button { font-size: 16px; color: #809419; background: #CBE34D; width: 100%; height: 40px; border: none; outline: none; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items ul .bookmark button:hover { background: #809419; color: #DEF17A; } .menu-items ul .search-li { position: relative; } .menu-items ul .search-li .search { height: 32px; width: 97%; padding-left: 3%; border: none; outline: none; } .menu-items ul .search-li .search-btn { position: absolute; height: 32px; width: 40px; top: 0; right: 0; background: #809419; -webkit-transition: 0.3s; transition: 0.3s; border: none; outline: none; color: #DEF17A; } .menu-items ul .search-li .search-btn i { margin-top: -2px; margin-left: -4px; } .menu-items ul .search-li .search-btn:hover { background: #CBE34D; color: #809419; } .menu-items ul li.cabins { position: relative; } .menu-items ul li.cabins div.cabins-items { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; position: absolute; width: 250px; left: 0; -webkit-box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.25); box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.25); z-index: 10; } .menu-items ul li.cabins div.cabins-items div { min-width: 100%; max-width: 100%; } .menu-items ul li.cabins div.cabins-items div a { display: block; position: relative; min-width: 100%; max-width: 100%; background: white; border: 1px solid rgba(115, 170, 26, 0.4); color: rgba(0, 0, 0, 0.5); padding: 10px 8px 10px 12px; font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items ul li.cabins div.cabins-items div a:hover { background: #809419; color: #DEF17A; text-decoration: none; } /*********************************** Content ***********************************/ .content { margin-top: 50px; margin-bottom: 50px; } .filters { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 25px; } .filters div { width: 100%; } .filters div.filters-title { background: #CBE34D; color: #809419; padding: 10px 5px 10px 13px; border: 1px solid rgba(0, 0, 0, 0.1); font-size: 18px; line-height: 21px; } .filters div.filters-body { width: 100%; height: 100%; background: yellow; } .product { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 25px 20px; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.25); box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.25); margin-bottom: 25px; position: relative; } .product .add_to_bookmark { position: absolute; right: 10px; top: 15px; } .product .add_to_bookmark button { background: transparent; border: 1px solid #809419; width: 35px; height: 35px; font-size: 16px; color: #809419; -webkit-transition: 0.5s; transition: 0.5s; } .product .add_to_bookmark button:hover { background: #809419; color: #DEF17A; } .product .product-img { width: 100%; text-align: center; padding-bottom: 25px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .product .product-img img { width: 184px; height: 170px; } .product .product-review p { color: rgba(0, 0, 0, 0.4); font-size: 14px; line-height: 19px; margin-top: 10px; } .product .product-title h3 { font-size: 17px; line-height: 20px; color: rgba(0, 0, 0, 0.5); } .product .product-price { margin-top: 10px; } .product .product-price p { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; } .product .product-price p span { font-size: 18px; font-weight: bold; } .product .add-to-cart { margin-top: 20px; } /*********************************** End Content ***********************************/ /*********************************** Product ***********************************/ .product_product-img img { width: 100%; } .info-block { background: #FFFFFF; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.25); box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.25); padding: 25px; } .product_product-title { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 24px; line-height: 28px; } .product_product-price { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; } .product_product-price span { font-size: 18px; font-weight: bold; } p.product_product-manufacturer { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; } p.product_product-manufacturer span.brand-name { font-size: 18px; font-weight: bold; } .product_product-button { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; border: none; background: #CBE34D; -webkit-box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.35); box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.35); border-radius: 7px; color: #809419; -webkit-transition: 0.5s; transition: 0.5s; padding: 8px 35px; -webkit-transition: .5s; transition: .5s; } .product_product-button:hover { background: #809419; color: #DEF17A; } .info-title { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 20px; line-height: 19px; } .product-terms { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; color: #000; -webkit-transition: 0.5s; transition: 0.5s; } .product-terms i { margin-right: 10px; font-size: 18px; font-weight: bold; } .product-terms:hover { text-decoration: none; color: #9DAA56; } .product-infos { margin-top: 75px; } .product-infos .tabs { margin-bottom: 25px; } .product-infos .tabs .tab { cursor: pointer; border-radius: 15px 15px 0 0; padding: 0.5em 1em; background: #CBE34D; color: #809419; margin-bottom: 15px; margin-right: 10px; } .product-infos .tabs .active { color: #000; background: #fff; border: 1px solid #809419; } .product-infos .tab_item li { list-style: disc; } .product-infos .tab_item h4 { margin-top: 25px; margin-bottom: 10px; font-weight: bold; } .product-infos .tab_item .character { padding: 5px 4px; } /*********************************** End Product ***********************************/ .footer { background: #ECFBA1; padding: 25px; } .footer h4 { color: #809419; } .footer a { display: block; font-size: 15px; color: #0073bf; } .footer a:hover { text-decoration: none; color: #000fff; } .modal-header { background: #CBE34D; color: #809419; } .modal-header .close { color: #809419; } .modal-body .products-in-modal { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .modal-body .products-in-modal .modal-items-img img { width: 100px; height: 100px; } .modal-body .products-in-modal .modal-items-title { font-size: 22px; color: #9DAA56; } .modal-body .products-in-modal .modal-items-price { color: rgba(0, 0, 0, 0.5); font-size: 16px; } .modal-body .products-in-modal .modal-items-price span { font-size: 18px; color: black; } /*********************************** Media ***********************************/ @media screen and (max-width: 768px) { .top-header .top-menu { display: none; } .top-header { display: -ms-grid; display: grid; -ms-grid-columns: 7fr 5fr; grid-template-columns: 7fr 5fr; } .menu { height: auto; } .menu-items ul { display: -ms-grid; display: grid; -ms-grid-columns: 100%; grid-template-columns: 100%; grid-row-gap: 5px; } } @media screen and (max-width: 576px) { .tab { display: block; margin-bottom: 25px; } .desktop-cart { display: none; } .top-header { display: -ms-grid; display: grid; -ms-grid-columns: 100%; grid-template-columns: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; } .logo { text-align: center; margin-bottom: 10px; } .logo img { width: 80%; } .menu-items ul { display: -ms-grid; display: grid; -ms-grid-columns: 90%; grid-template-columns: 90%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .cart-items { min-width: 100%; max-width: 100%; } .bookmark { display: none; } li.cabins div.cabins-items { position: absolute; max-width: 100%; min-width: 100%; left: 0; } li.cabins div.cabins-items div { min-width: 10%; max-width: 10%; } li.cabins div.cabins-items div a { min-width: 100%; max-width: 100%; } .mobile-cart { display: block; margin-bottom: 15px; font-size: 16px; } .mobile-cart .mobile-cart-items { min-width: 100%; display: -ms-grid; display: grid; -ms-grid-columns: 6fr 6fr; grid-template-columns: 6fr 6fr; } .mobile-cart h1, .mobile-cart h2, .mobile-cart h3, .mobile-cart h4, .mobile-cart h5, .mobile-cart h6 { font-size: 16px; color: #9DAA56; } .mobile-cart .border { border: 1px solid rgba(0, 0, 0, 0.25); text-align: center; min-width: 100%; padding: 10px 5px; } .mobile-cart .cart-product-img img { width: 150px; height: 150px; } .mobile-product-total-price { display: block; width: 100%; text-align: center; margin-top: 25px; } .mobile-product-total-price h5 { font-size: 20px; } .moble-order-button { display: block; text-align: center; } .footer { margin-top: 100px; } .mobile-cart { display: none; } .cart-warning { display: block; font-size: 16px; } } @media screen and (max-width: 325px) { .cart { display: none; } .mobile-cart { display: inline; } .mobile-cart a:hover { text-decoration: none; } .product-img img { width: 150px !important; height: 140px !important; } } /*********************************** End Media ***********************************/ .toggle-button { margin: 0; position: relative; display: inline-block; color: #9DAA56; } .toggle-button label { display: inline-block; text-transform: uppercase; cursor: pointer; text-align: left; } .toggle-button input { display: none; } .toggle-button__icon { cursor: pointer; pointer-events: none; } .toggle-button__icon:before, .toggle-button__icon:after { content: ""; position: absolute; top: 45%; left: 35%; -webkit-transition: 0.2s ease-out; transition: 0.2s ease-out; } .toggle-button label { line-height: 20px; text-indent: 30px; } .toggle-button input[type=checkbox]:checked ~ .toggle-button__icon { background: #9DAA56; } .toggle-button input[type=checkbox]:checked ~ .toggle-button__icon:before, .toggle-button input[type=checkbox]:checked ~ .toggle-button__icon:after { opacity: 1; } .toggle-button .toggle-button__icon { position: absolute; top: 0; left: 0; width: 20px; height: 20px; -webkit-transition: all 0.2s; transition: all 0.2s; border: 2px solid #9DAA56; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); } .toggle-button .toggle-button__icon:before, .toggle-button .toggle-button__icon:after { left: 2px; width: 12px; height: 2px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); top: 35%; background: #fff; opacity: 0; -webkit-transform-origin: left center; transform-origin: left center; } .toggle-button .toggle-button__icon:before { -webkit-transform: translate(0, 0) rotate(45deg) scale(0.6, 1); transform: translate(0, 0) rotate(45deg) scale(0.6, 1); } .toggle-button .toggle-button__icon:after { -webkit-transform: translate(4px, 6px) rotate(-45deg); transform: translate(4px, 6px) rotate(-45deg); } .toggle-button:hover input[type=checkbox]:not(:checked) ~ .toggle-button__icon { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } /*# sourceMappingURL=style.css.map */
public/css/style.css
li { list-style: none; } a { text-decoration: none; } .main-btn { padding: 7px 20px; border: none; background: #CBE34D; -webkit-box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.35); box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.35); border-radius: 7px; color: #809419; -webkit-transition: 0.5s; transition: 0.5s; font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; margin-bottom: 10px; } .main-btn:hover { background: #809419; color: #DEF17A; } .delete-from-bookmark { width: 100%; text-align: center; padding-bottom: 8px; } .delete-from-bookmark a { color: #555; -webkit-transition: 0.2s; transition: 0.2s; } .delete-from-bookmark a span { display: inline-block; width: 15px; height: 15px; border-radius: 50%; background: #555; color: #fff; font-size: 10px; text-align: center; -webkit-transition: 0.2s; transition: 0.2s; } .delete-from-bookmark a:hover { text-decoration: none; color: #999; } .delete-from-bookmark a:hover span { background: #999; } /*********************************** Top Header ***********************************/ .top-header { display: -ms-grid; display: grid; -ms-grid-columns: 3fr 3fr 4fr; grid-template-columns: 3fr 3fr 4fr; grid-column-gap: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 25px 0; } .top-header .phone { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -ms-flex-line-pack: center; align-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .top-header .phone h3 { font-size: 25px; } .top-header .phone h3 span { font-size: 18px; } .top-header .phone .callback a { font-size: 17px; color: #9DAA56; } .top-header .logo img { width: 50%; } .top-header .top-menu ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-line-pack: end; align-content: flex-end; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .top-header .top-menu ul li { padding: 0 15px; } .top-header .top-menu ul li a { color: #9DAA56; } /*********************************** End Top Header ***********************************/ /*********************************** Menu ***********************************/ .menu { background: #CBE34D; height: 40px; } .menu a { text-decoration: none; } .menu-items ul, .menu-items ol { display: -ms-grid; display: grid; -ms-grid-columns: 3fr 4.5fr 0.5fr 2fr 2fr; grid-template-columns: 3fr 4.5fr 0.5fr 2fr 2fr; grid-column-gap: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; list-style: none; } .menu-items > ul li { position: relative; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items > ul li button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; font-size: 17px; color: #809419; background: #CBE34D; width: 100%; height: 40px; border: none; outline: none; padding-left: 15px; padding-right: 15px; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items > ul li button i { margin-top: 4px; } .menu-items > ul li button:hover { background: #809419; color: #DEF17A; } .menu-items > ul li ul { position: absolute; display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; max-width: 100%; min-width: 100%; left: 0; -webkit-box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.25); box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.25); padding: 0; margin: 0; z-index: 10; } .menu-items > ul li ul li { padding: 0; margin: 0; max-width: 100%; min-width: 100%; position: relative; } .menu-items > ul li ul li a { display: block; max-width: 100%; min-width: 100%; background: white; border: 1px solid rgba(115, 170, 26, 0.4); color: rgba(0, 0, 0, 0.5); padding: 10px 8px 10px 12px; font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items > ul li ul li a:hover { background: #809419; color: #DEF17A; text-decoration: none; } .menu-items > ul li ul ul { position: absolute; left: 100%; top: 0; } .menu-items li:hover > ul { display: block; } .menu-items ul li button.menu-btn .cart-count { margin-top: 4px; width: 16px; height: 16px; border-radius: 50%; background: white; font-size: 11px; text-align: center; color: black; } .menu-items ul .bookmark { width: 100%; } .menu-items ul .bookmark button { font-size: 16px; color: #809419; background: #CBE34D; width: 100%; height: 40px; border: none; outline: none; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items ul .bookmark button:hover { background: #809419; color: #DEF17A; } .menu-items ul .search-li { position: relative; } .menu-items ul .search-li .search { height: 32px; width: 97%; padding-left: 3%; border: none; outline: none; } .menu-items ul .search-li .search-btn { position: absolute; height: 32px; width: 40px; top: 0; right: 0; background: #809419; -webkit-transition: 0.3s; transition: 0.3s; border: none; outline: none; color: #DEF17A; } .menu-items ul .search-li .search-btn i { margin-top: -2px; margin-left: -4px; } .menu-items ul .search-li .search-btn:hover { background: #CBE34D; color: #809419; } .menu-items ul li.cabins { position: relative; } .menu-items ul li.cabins div.cabins-items { display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -ms-flex-line-pack: start; align-content: flex-start; position: absolute; width: 250px; left: 0; -webkit-box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.25); box-shadow: 5px 8px 9px rgba(0, 0, 0, 0.25); z-index: 10; } .menu-items ul li.cabins div.cabins-items div { min-width: 100%; max-width: 100%; } .menu-items ul li.cabins div.cabins-items div a { display: block; position: relative; min-width: 100%; max-width: 100%; background: white; border: 1px solid rgba(115, 170, 26, 0.4); color: rgba(0, 0, 0, 0.5); padding: 10px 8px 10px 12px; font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; -webkit-transition: 0.5s; transition: 0.5s; } .menu-items ul li.cabins div.cabins-items div a:hover { background: #809419; color: #DEF17A; text-decoration: none; } /*********************************** Content ***********************************/ .content { margin-top: 50px; margin-bottom: 50px; } .filters { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 25px; } .filters div { width: 100%; } .filters div.filters-title { background: #CBE34D; color: #809419; padding: 10px 5px 10px 13px; border: 1px solid rgba(0, 0, 0, 0.1); font-size: 18px; line-height: 21px; } .filters div.filters-body { width: 100%; height: 100%; background: yellow; } .product { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-pack: distribute; justify-content: space-around; -ms-flex-line-pack: start; align-content: flex-start; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 25px 20px; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.25); box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.25); margin-bottom: 25px; position: relative; } .product .add_to_bookmark { position: absolute; right: 10px; top: 15px; } .product .add_to_bookmark button { background: transparent; border: 1px solid #809419; width: 35px; height: 35px; font-size: 16px; color: #809419; -webkit-transition: 0.5s; transition: 0.5s; } .product .add_to_bookmark button:hover { background: #809419; color: #DEF17A; } .product .product-img { width: 100%; text-align: center; padding-bottom: 25px; border-bottom: 1px solid rgba(0, 0, 0, 0.3); } .product .product-img img { width: 184px; height: 170px; } .product .product-review p { color: rgba(0, 0, 0, 0.4); font-size: 14px; line-height: 19px; margin-top: 10px; } .product .product-title h3 { font-size: 17px; line-height: 20px; color: rgba(0, 0, 0, 0.5); } .product .product-price { margin-top: 10px; } .product .product-price p { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; } .product .product-price p span { font-size: 18px; font-weight: bold; } .product .add-to-cart { margin-top: 20px; } /*********************************** End Content ***********************************/ /*********************************** Product ***********************************/ .product_product-img img { width: 100%; } .info-block { background: #FFFFFF; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.25); box-shadow: 3px 7px 7px rgba(0, 0, 0, 0.25); padding: 25px; } .product_product-title { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 24px; line-height: 28px; } .product_product-price { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; } .product_product-price span { font-size: 18px; font-weight: bold; } p.product_product-manufacturer { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; } p.product_product-manufacturer span.brand-name { font-size: 18px; font-weight: bold; } .product_product-button { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; border: none; background: #CBE34D; -webkit-box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.35); box-shadow: inset 0px -2px 4px rgba(0, 0, 0, 0.35); border-radius: 7px; color: #809419; -webkit-transition: 0.5s; transition: 0.5s; padding: 8px 35px; -webkit-transition: .5s; transition: .5s; } .product_product-button:hover { background: #809419; color: #DEF17A; } .info-title { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 20px; line-height: 19px; } .product-terms { font-family: Roboto; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; color: #000; -webkit-transition: 0.5s; transition: 0.5s; } .product-terms i { margin-right: 10px; font-size: 18px; font-weight: bold; } .product-terms:hover { text-decoration: none; color: #9DAA56; } .product-infos { margin-top: 75px; } .product-infos .tabs { margin-bottom: 25px; } .product-infos .tabs .tab { cursor: pointer; border-radius: 15px 15px 0 0; padding: 0.5em 1em; background: #CBE34D; color: #809419; margin-bottom: 15px; margin-right: 10px; } .product-infos .tabs .active { color: #000; background: #fff; border: 1px solid #809419; } .product-infos .tab_item li { list-style: disc; } .product-infos .tab_item h4 { margin-top: 25px; margin-bottom: 10px; font-weight: bold; } .product-infos .tab_item .character { padding: 5px 4px; } /*********************************** End Product ***********************************/ .footer { background: #ECFBA1; padding: 25px; } .footer h4 { color: #809419; } .footer a { display: block; font-size: 15px; color: #0073bf; } .footer a:hover { text-decoration: none; color: #000fff; } .modal-header { background: #CBE34D; color: #809419; } .modal-header .close { color: #809419; } .modal-body .products-in-modal { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .modal-body .products-in-modal .modal-items-img img { width: 100px; height: 100px; } .modal-body .products-in-modal .modal-items-title { font-size: 22px; color: #9DAA56; } .modal-body .products-in-modal .modal-items-price { color: rgba(0, 0, 0, 0.5); font-size: 16px; } .modal-body .products-in-modal .modal-items-price span { font-size: 18px; color: black; } /*********************************** Media ***********************************/ @media screen and (max-width: 768px) { .top-header .top-menu { display: none; } .top-header { display: -ms-grid; display: grid; -ms-grid-columns: 7fr 5fr; grid-template-columns: 7fr 5fr; } .menu { height: auto; } .menu-items ul { display: -ms-grid; display: grid; -ms-grid-columns: 100%; grid-template-columns: 100%; grid-row-gap: 5px; } } @media screen and (max-width: 576px) { .tab { display: block; margin-bottom: 25px; } .desktop-cart { display: none; } .top-header { display: -ms-grid; display: grid; -ms-grid-columns: 100%; grid-template-columns: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-line-pack: center; align-content: center; } .logo { text-align: center; margin-bottom: 10px; } .logo img { width: 80%; } .menu-items ul { display: -ms-grid; display: grid; -ms-grid-columns: 90%; grid-template-columns: 90%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .cart-items { min-width: 100%; max-width: 100%; } .bookmark { display: none; } li.cabins div.cabins-items { position: absolute; max-width: 100%; min-width: 100%; left: 0; } li.cabins div.cabins-items div { min-width: 10%; max-width: 10%; } li.cabins div.cabins-items div a { min-width: 100%; max-width: 100%; } .mobile-cart { display: block; margin-bottom: 15px; font-size: 16px; } .mobile-cart .mobile-cart-items { min-width: 100%; display: -ms-grid; display: grid; -ms-grid-columns: 6fr 6fr; grid-template-columns: 6fr 6fr; } .mobile-cart h1, .mobile-cart h2, .mobile-cart h3, .mobile-cart h4, .mobile-cart h5, .mobile-cart h6 { font-size: 16px; color: #9DAA56; } .mobile-cart .border { border: 1px solid rgba(0, 0, 0, 0.25); text-align: center; min-width: 100%; padding: 10px 5px; } .mobile-cart .cart-product-img img { width: 150px; height: 150px; } .mobile-product-total-price { display: block; width: 100%; text-align: center; margin-top: 25px; } .mobile-product-total-price h5 { font-size: 20px; } .moble-order-button { display: block; text-align: center; } .footer { margin-top: 100px; } .mobile-cart { display: none; } .cart-warning { display: block; font-size: 16px; } } @media screen and (max-width: 325px) { .cart { display: none; } .mobile-cart { display: inline; } .mobile-cart a:hover { text-decoration: none; } .product-img img { width: 150px !important; height: 140px !important; } } /*********************************** End Media ***********************************/ .toggle-button { margin: 0; position: relative; display: inline-block; color: #9DAA56; } .toggle-button label { display: inline-block; text-transform: uppercase; cursor: pointer; text-align: left; } .toggle-button input { display: none; } .toggle-button__icon { cursor: pointer; pointer-events: none; } .toggle-button__icon:before, .toggle-button__icon:after { content: ""; position: absolute; top: 45%; left: 35%; -webkit-transition: 0.2s ease-out; transition: 0.2s ease-out; } .toggle-button label { line-height: 20px; text-indent: 30px; } .toggle-button input[type=checkbox]:checked ~ .toggle-button__icon { background: #9DAA56; } .toggle-button input[type=checkbox]:checked ~ .toggle-button__icon:before, .toggle-button input[type=checkbox]:checked ~ .toggle-button__icon:after { opacity: 1; } .toggle-button .toggle-button__icon { position: absolute; top: 0; left: 0; width: 20px; height: 20px; -webkit-transition: all 0.2s; transition: all 0.2s; border: 2px solid #9DAA56; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); } .toggle-button .toggle-button__icon:before, .toggle-button .toggle-button__icon:after { left: 2px; width: 12px; height: 2px; border-radius: 3px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1); top: 35%; background: #fff; opacity: 0; -webkit-transform-origin: left center; transform-origin: left center; } .toggle-button .toggle-button__icon:before { -webkit-transform: translate(0, 0) rotate(45deg) scale(0.6, 1); transform: translate(0, 0) rotate(45deg) scale(0.6, 1); } .toggle-button .toggle-button__icon:after { -webkit-transform: translate(4px, 6px) rotate(-45deg); transform: translate(4px, 6px) rotate(-45deg); } .toggle-button:hover input[type=checkbox]:not(:checked) ~ .toggle-button__icon { -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); } /*# sourceMappingURL=style.css.map */
0.343782
0.064124
* Typography Styling * * * * * * * */ :root { font-size: 13px; } @media (min-width: 992px) { :root { font-size: 13px; } } @media (min-width: 1200px) { :root { font-size: 14px; } } body { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1rem; background-color: #f1f6fb; font-weight: 400; color: #55616d; } @media (min-width: 992px) { body { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { body { font-size: 14px; font-size: 1rem; } } body.white { background-color: initial; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family: "Rubik", sans-serif; margin: 0; padding: 0em; line-height: 1.1; font-weight: 300; text-align: inherit; margin-bottom: 0.7em; } h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin { margin-bottom: 0; } h1.padded, h2.padded, h3.padded, h4.padded, h5.padded, h6.padded { margin-bottom: 0; padding-bottom: 0.5em; } h1.fixed-margin, h2.fixed-margin, h3.fixed-margin, h4.fixed-margin, h5.fixed-margin, h6.fixed-margin { margin-bottom: 1.2rem; } h1 { font-size: 22.9104418816px; font-size: 1.7623416832rem; } @media (min-width: 992px) { h1 { font-size: 22.9104418816px; font-size: 1.7623416832rem; } } @media (min-width: 1200px) { h1 { font-size: 24.6727835648px; font-size: 1.7623416832rem; } } h2 { font-size: 20.45575168px; font-size: 1.57351936rem; } @media (min-width: 992px) { h2 { font-size: 20.45575168px; font-size: 1.57351936rem; } } @media (min-width: 1200px) { h2 { font-size: 22.02927104px; font-size: 1.57351936rem; } } h3 { font-size: 18.264064px; font-size: 1.404928rem; } @media (min-width: 992px) { h3 { font-size: 18.264064px; font-size: 1.404928rem; } } @media (min-width: 1200px) { h3 { font-size: 19.668992px; font-size: 1.404928rem; } } h4 { font-size: 16.3072px; font-size: 1.2544rem; } @media (min-width: 992px) { h4 { font-size: 16.3072px; font-size: 1.2544rem; } } @media (min-width: 1200px) { h4 { font-size: 17.5616px; font-size: 1.2544rem; } } h5 { font-size: 14.56px; font-size: 1.12rem; } @media (min-width: 992px) { h5 { font-size: 14.56px; font-size: 1.12rem; } } @media (min-width: 1200px) { h5 { font-size: 15.68px; font-size: 1.12rem; } } h6 { font-size: 13px; font-size: 1rem; font-weight: 400; } @media (min-width: 992px) { h6 { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { h6 { font-size: 14px; font-size: 1rem; } } /* Paragraph */ p { margin-bottom: 1.2em; line-height: 1.4; } p.no-margin { margin-bottom: 0; } p.padded { margin-bottom: 0; padding-bottom: 1.2em; } p.fixed-margin { margin-bottom: 1.2rem; } /* Code */ code { background-color: #f7f7f7; border-radius: 0; padding: 0.2em 0.5em; font-family: "Source Code Pro", monospace; } /* blockquotes */ blockquote { font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { blockquote { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { blockquote { font-size: 14px; font-size: 1rem; } } blockquote p { font-size: 1.12em; } blockquote footer { font-size: 1.12em; } blockquote cite { font-weight: 600; } /* Links */ a { color: #1565C0; cursor: pointer; } a:hover, a:focus, a:active { text-decoration: underline; color: #1565C0; } .text-muted { color: #78828c; } .text-dark { color: #4b5661; } .text-dimmed { color: #64707c; } .text-inactive { color: #aab4be; } .text-primary { color: #664bee; } .text-info { color: #187bd1; } .text-warning { color: #ffa60c; } .text-danger { color: #fc4b6c; } .text-success { color: #23b0a2; } hr { border-color: #eee; } .jumbotron, .container .jumbotron, .container-fluid .jumbotron { background-color: #f7f7f7; border-radius: 0; padding: 2em; } .nowrap { white-space: nowrap; } .align-left { text-align: left; } .align-right { text-align: right; } .align-center { text-align: center; } .semi-bold { font-weight: 600; } .normal-weight { font-weight: 400; } .text-small { font-size: 0.9em; } .text-large { font-size: 1.2em; } .mg-null { margin-left: 0 !important; margin-right: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; } .mg-null-h { margin-right: 0 !important; margin-right: 0 !important; } .mg-null-v { margin-top: 0 !important; margin-bottom: 0 !important; } .mg-null-r { margin-right: 0 !important; } .mg-null-l { margin-left: 0 !important; } .mg-null-b { margin-bottom: 0 !important; } .mg-null-t { margin-top: 0 !important; } .mg-xs { margin-left: 0.2em !important; margin-right: 0.2em !important; margin-top: 0.2em !important; margin-bottom: 0.2em !important; } .mg-xs-h { margin-right: 0.2em !important; margin-right: 0.2em !important; } .mg-xs-v { margin-top: 0.2em !important; margin-bottom: 0.2em !important; } .mg-xs-r { margin-right: 0.2em !important; } .mg-xs-l { margin-left: 0.2em !important; } .mg-xs-b { margin-bottom: 0.2em !important; } .mg-xs-t { margin-top: 0.2em !important; } .mg-sm { margin-left: 0.5em !important; margin-right: 0.5em !important; margin-top: 0.5em !important; margin-bottom: 0.5em !important; } .mg-sm-h { margin-right: 0.5em !important; margin-right: 0.5em !important; } .mg-sm-v { margin-top: 0.5em !important; margin-bottom: 0.5em !important; } .mg-sm-r { margin-right: 0.5em !important; } .mg-sm-l { margin-left: 0.5em !important; } .mg-sm-b { margin-bottom: 0.5em !important; } .mg-sm-t { margin-top: 0.5em !important; } .mg-n, .mg { margin-left: 1em !important; margin-right: 1em !important; margin-top: 1em !important; margin-bottom: 1em !important; } .mg-n-h, .mg-h { margin-right: 1em !important; margin-right: 1em !important; } .mg-n-v, .mg-v { margin-top: 1em !important; margin-bottom: 1em !important; } .mg-n-r, .mg-r { margin-right: 1em !important; } .mg-n-l, .mg-l { margin-left: 1em !important; } .mg-n-b, .mg-b { margin-bottom: 1em !important; } .mg-n-t, .mg-t { margin-top: 1em !important; } .mg-lg { margin-left: 1.5em !important; margin-right: 1.5em !important; margin-top: 1.5em !important; margin-bottom: 1.5em !important; } .mg-lg-h { margin-right: 1.5em !important; margin-right: 1.5em !important; } .mg-lg-v { margin-top: 1.5em !important; margin-bottom: 1.5em !important; } .mg-lg-r { margin-right: 1.5em !important; } .mg-lg-l { margin-left: 1.5em !important; } .mg-lg-b { margin-bottom: 1.5em !important; } .mg-lg-t { margin-top: 1.5em !important; } .mg-xlg { margin-left: 2em !important; margin-right: 2em !important; margin-top: 2em !important; margin-bottom: 2em !important; } .mg-xlg-h { margin-right: 2em !important; margin-right: 2em !important; } .mg-xlg-v { margin-top: 2em !important; margin-bottom: 2em !important; } .mg-xlg-r { margin-right: 2em !important; } .mg-xlg-l { margin-left: 2em !important; } .mg-xlg-b { margin-bottom: 2em !important; } .mg-xlg-t { margin-top: 2em !important; } .mg-center { margin-left: auto !important; margin-right: auto !important; } .pd-null { padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; } .pd-null-h { padding-right: 0 !important; padding-right: 0 !important; } .pd-null-v { padding-top: 0 !important; padding-bottom: 0 !important; } .pd-null-r { padding-right: 0 !important; } .pd-null-l { padding-left: 0 !important; } .pd-null-b { padding-bottom: 0 !important; } .pd-null-t { padding-top: 0 !important; } .pd-xs { padding-left: 0.2em !important; padding-right: 0.2em !important; padding-top: 0.2em !important; padding-bottom: 0.2em !important; } .pd-xs-h { padding-right: 0.2em !important; padding-right: 0.2em !important; } .pd-xs-v { padding-top: 0.2em !important; padding-bottom: 0.2em !important; } .pd-xs-r { padding-right: 0.2em !important; } .pd-xs-l { padding-left: 0.2em !important; } .pd-xs-b { padding-bottom: 0.2em !important; } .pd-xs-t { padding-top: 0.2em !important; } .pd-sm { padding-left: 0.5em !important; padding-right: 0.5em !important; padding-top: 0.5em !important; padding-bottom: 0.5em !important; } .pd-sm-h { padding-right: 0.5em !important; padding-right: 0.5em !important; } .pd-sm-v { padding-top: 0.5em !important; padding-bottom: 0.5em !important; } .pd-sm-r { padding-right: 0.5em !important; } .pd-sm-l { padding-left: 0.5em !important; } .pd-sm-b { padding-bottom: 0.5em !important; } .pd-sm-t { padding-top: 0.5em !important; } .pd-n, .pd { padding-left: 1em !important; padding-right: 1em !important; padding-top: 1em !important; padding-bottom: 1em !important; } .pd-n-h, .pd-h { padding-right: 1em !important; padding-right: 1em !important; } .pd-n-v, .pd-v { padding-top: 1em !important; padding-bottom: 1em !important; } .pd-n-r, .pd-r { padding-right: 1em !important; } .pd-n-l, .pd-l { padding-left: 1em !important; } .pd-n-b, .pd-b { padding-bottom: 1em !important; } .pd-n-t, .pd-t { padding-top: 1em !important; } .pd-lg { padding-left: 1.5em !important; padding-right: 1.5em !important; padding-top: 1.5em !important; padding-bottom: 1.5em !important; } .pd-lg-h { padding-right: 1.5em !important; padding-right: 1.5em !important; } .pd-lg-v { padding-top: 1.5em !important; padding-bottom: 1.5em !important; } .pd-lg-r { padding-right: 1.5em !important; } .pd-lg-l { padding-left: 1.5em !important; } .pd-lg-b { padding-bottom: 1.5em !important; } .pd-lg-t { padding-top: 1.5em !important; } .pd-xlg { padding-left: 2em !important; padding-right: 2em !important; padding-top: 2em !important; padding-bottom: 2em !important; } .pd-xlg-h { padding-right: 2em !important; padding-right: 2em !important; } .pd-xlg-v { padding-top: 2em !important; padding-bottom: 2em !important; } .pd-xlg-r { padding-right: 2em !important; } .pd-xlg-l { padding-left: 2em !important; } .pd-xlg-b { padding-bottom: 2em !important; } .pd-xlg-t { padding-top: 2em !important; } .bg-primary { color: #fff; background-color: #7259EF; } .bg-info { color: #fff; background-color: #1E88E5; } .bg-warning { color: #fff; background-color: #FFB12B; } .bg-danger { color: #fff; background-color: #FC5F7C; } .bg-success { color: #fff; background-color: #26c1b2; } .bg-grey { background-color: #f5f5f5; } /* * * * * * * * Table Styling * * * * * * * */ .table { font-size: 13px; font-size: 1rem; border-color: #eee; } @media (min-width: 992px) { .table { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .table { font-size: 14px; font-size: 1rem; } } .table thead tr th, .table tbody tr th, .table tfoot tr th { color: #64707c; } .table thead tr td, .table thead tr th, .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th { padding: 1em 1.5em; border-bottom-width: 1px; border-color: #eee; } .table tbody tr.success td, .table tbody tr td.success, .table thead tr.success td, .table thead tr td.success, .table tfoot tr.success td, .table tfoot tr td.success { background-color: #bcf2ed; } .table tbody tr.warning td, .table tbody tr td.warning, .table thead tr.warning td, .table thead tr td.warning, .table tfoot tr.warning td, .table tfoot tr td.warning { background-color: #fff3de; } .table tbody tr.info td, .table tbody tr td.info, .table thead tr.info td, .table thead tr td.info, .table tfoot tr.info td, .table tfoot tr td.info { background-color: #beddf7; } .table tbody tr.danger td, .table tbody tr td.danger, .table thead tr.danger td, .table thead tr td.danger, .table tfoot tr.danger td, .table tfoot tr td.danger { background-color: #fed7de; } .table tbody tr.primary td, .table tbody tr td.primary, .table thead tr.primary td, .table thead tr td.primary, .table tfoot tr.primary td, .table tfoot tr td.primary { background-color: #f0eefd; } .table tbody tr.active td, .table tbody tr td.active, .table thead tr.active td, .table thead tr td.active, .table tfoot tr.active td, .table tfoot tr td.active { background-color: #eee; } .table.table-condensed thead tr td, .table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr th, .table.table-condensed tfoot tr td, .table.table-condensed tfoot tr th { padding: 0.4em 0.8em; } .table.table-align-middle thead tr td, .table.table-align-middle thead tr th, .table.table-align-middle tbody tr td, .table.table-align-middle tbody tr th, .table.table-align-middle tfoot tr td, .table.table-align-middle tfoot tr th { vertical-align: middle; } .table.padding-large thead tr td, .table.padding-large thead tr th, .table.padding-large tbody tr td, .table.padding-large tbody tr th, .table.padding-large tfoot tr td, .table.padding-large tfoot tr th { padding: 1em 1.3em; } .table.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f7f7f7; } .table.table-hover tbody > tr { -webkit-transition: 0.5s background-color; -o-transition: 0.5s background-color; transition: 0.5s background-color; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .table.table-hover tbody > tr:hover { background-color: #f7f7f7; } .table.table-noborders thead tr td, .table.table-noborders thead tr th, .table.table-noborders tbody tr td, .table.table-noborders tbody tr th, .table.table-noborders tfoot tr td, .table.table-noborders tfoot tr th { border: none; } /* * * * * * * * * * * Form Styling * * * * * * * * * * */ .form-control { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #ddd; height: 2.5em; padding: 0.4em 0.7em; line-height: initial; vertical-align: middle; font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .form-control { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .form-control { font-size: 14px; font-size: 1rem; } } .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #1565C0; } .form-control.input-lg { font-size: 19.5px; font-size: 1.5rem; } @media (min-width: 992px) { .form-control.input-lg { font-size: 19.5px; font-size: 1.5rem; } } @media (min-width: 1200px) { .form-control.input-lg { font-size: 21px; font-size: 1.5rem; } } .form-control.input-sm { font-size: 11.05px; font-size: 0.85rem; } @media (min-width: 992px) { .form-control.input-sm { font-size: 11.05px; font-size: 0.85rem; } } @media (min-width: 1200px) { .form-control.input-sm { font-size: 11.9px; font-size: 0.85rem; } } .fullpage-form-container .panel.panel-form { -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); border-radius: 0; } .fullpage-form-container .panel.panel-form .panel-heading { border-radius: 0; } .form-link { margin-top: 2em; font-size: 1.05em; } .form-buttons .btn { margin-right: 0.6em; } .input-group { font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .input-group { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .input-group { font-size: 14px; font-size: 1rem; } } .input-group .form-control { height: 2.5em; padding: 0.4em 0.7em; line-height: 1.2; font-size: 1em; border-radius: 0; } .input-group .input-group-addon { border-radius: 0; height: 2.5em; padding: 0.4em 0.7em; font-size: 1em; border: 1px solid #ddd; background-color: #f5f5f5; vertical-align: middle; } .input-group .input-group-addon:first-child { border-right: 0; } .input-group .input-group-addon:last-child { border-left: 0; } .input-group .input-group-addon input { vertical-align: middle; } .input-group.input-group-lg { font-size: 16.9px; font-size: 1.3rem; } @media (min-width: 992px) { .input-group.input-group-lg { font-size: 16.9px; font-size: 1.3rem; } } @media (min-width: 1200px) { .input-group.input-group-lg { font-size: 18.2px; font-size: 1.3rem; } } .input-group.input-group-sm { font-size: 10.4px; font-size: 0.8rem; } @media (min-width: 992px) { .input-group.input-group-sm { font-size: 10.4px; font-size: 0.8rem; } } @media (min-width: 1200px) { .input-group.input-group-sm { font-size: 11.2px; font-size: 0.8rem; } } .input-group .input-group-btn { font-size: 1em; } .input-group .input-group-btn .btn { -webkit-box-shadow: none; box-shadow: none; border-width: 1px; border-radius: 0px; height: 2.5em; margin-right: -1px; font-size: 1em; } .input-group .input-group-btn .btn.btn-default { border-color: #aaa; } label { font-weight: 600; } .form-inline label { margin-right: 0.25em; } .form-inline .form-group { margin-right: 1em; } .form-horizontal { padding-right: 1em; } .has-success .control-label { color: #55616d; } .has-success .form-control { border: 1px solid #2E7D32; -webkit-box-shadow: none; box-shadow: none; position: relative; padding-right: 3em; } .has-success .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #1565C0; } .has-success label { color: #2E7D32; } .has-success .help-block { color: #2E7D32; } .has-warning .control-label { color: #55616d; } .has-warning .form-control { border: 1px solid #F57C00; -webkit-box-shadow: none; box-shadow: none; position: relative; padding-right: 3em; } .has-warning .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #1565C0; } .has-warning label { color: #F57C00; } .has-warning .help-block { color: #F57C00; } .has-error .control-label { color: #55616d; } .has-error .form-control { border: 1px solid #D32F2F; -webkit-box-shadow: none; box-shadow: none; position: relative; padding-right: 3em; } .has-error .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #1565C0; } .has-error .help-block { color: #D32F2F; } .has-error label { color: #D32F2F; } .mdform .form-control { border: 0; border-bottom: 1px solid #bbb; padding-left: 0; height: 2em; -webkit-transition: 0.2s border-color; -o-transition: 0.2s border-color; transition: 0.2s border-color; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); padding: 3px 0.5em 3px 2px; } .mdform .form-control:focus { border-bottom: 2px solid #1E88E5; padding: 3px 0.5em 2px 2px; } .mdform .form-control.dashed { border-bottom: 1px dashed #aaa; } .mdform .form-control.dashed:focus { border-bottom: 2px solid #1E88E5; } .mdform label { margin-bottom: 0; font-weight: 700; font-size: 0.9em; } .mdform .md-form-group { position: relative; padding-top: 1.3em; margin-bottom: 2em; } .mdform .md-form-group label { position: absolute; font-size: 1.1em; font-weight: inherit; line-height: 1.8em; color: #78828c; bottom: 0.2em; -webkit-transition: bottom 0.2s, font-size 0.2s, color 0.2s; -o-transition: bottom 0.2s, font-size 0.2s, color 0.2s; transition: bottom 0.2s, font-size 0.2s, color 0.2s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; } .mdform .md-form-group label.small { position: absolute; bottom: 2.5em; line-height: inherit; font-size: 0.9em; font-weight: 700; color: inherit; } .form-group { margin-bottom: 2em; } .form-group.checkbox { margin-bottom: 2.5em; padding-top: 0.5em; } .checkbox label, .radio label { font-weight: 400; font-size: 1em; padding-left: 0; } .checkbox label input, .radio label input { position: relative; margin: 0; top: 0.25em; } .checkbox label span.label-text, .radio label span.label-text { margin: 0 0.4em; display: inline-block; vertical-align: middle; } .icheckbox_square-grey { vertical-align: middle; } .bootstrap-switch-container { border-radius: 2px; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary { background-color: #7259EF; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info { background-color: #1E88E5; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success { background-color: #26c1b2; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning { background-color: #FFB12B; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger { background-color: #FC5F7C; } .bootstrap-switch, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off { border-radius: 2px; } .bootstrap-switch { padding: 0; } .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label { font-size: 0.9em; padding: 4px 7px; } .datepicker.datepicker-dropdown { padding: 0.5em; -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border: 0; } .datepicker.datepicker-dropdown table tr td { padding: 0.7em; } .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] { background-color: #1E88E5; background-image: none; border-radius: 0; } /* * * * * * * * * * * Media and Thumbnails Styling * * * * * * * * * * */ .img-thumb { font-size: 13px; font-size: 1rem; width: 10em; } @media (min-width: 992px) { .img-thumb { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb { font-size: 14px; font-size: 1rem; } } .img-thumb-nm { font-size: 13px; font-size: 1rem; width: 6em; } @media (min-width: 992px) { .img-thumb-nm { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-nm { font-size: 14px; font-size: 1rem; } } .img-thumb-sm { font-size: 13px; font-size: 1rem; width: 4.5em; } @media (min-width: 992px) { .img-thumb-sm { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-sm { font-size: 14px; font-size: 1rem; } } .img-thumb-xs { font-size: 13px; font-size: 1rem; width: 3.2em; } @media (min-width: 992px) { .img-thumb-xs { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-xs { font-size: 14px; font-size: 1rem; } } .img-thumb-xxs { font-size: 13px; font-size: 1rem; width: 2.5em; } @media (min-width: 992px) { .img-thumb-xxs { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-xxs { font-size: 14px; font-size: 1rem; } } .img-thumb-lg { font-size: 13px; font-size: 1rem; width: 13em; } @media (min-width: 992px) { .img-thumb-lg { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-lg { font-size: 14px; font-size: 1rem; } } .media.align-middle { vertical-align: middle; } .media.align-middle .media-left { vertical-align: middle; } .media-body { padding-left: 1em; } .media-left { padding: 0em 0.5em; } .media-left > .fa, .media-left .fa-stack { margin: 0; } .media-left.no-padding { padding: 0; } .media-success { background-color: #26c1b2; color: white; } .media-info { background-color: #1E88E5; color: white; } .media-primary { background-color: #7259EF; color: white; } .media-warning { background-color: #FFB12B; color: white; } .media-danger { background-color: #FC5F7C; color: white; } .media-dark { background-color: #445566; color: white; } .media-body { padding: 0em 0.8em; } .media-full { padding: 0.2em; } .media-user { margin: 0; padding: 0; color: #1565C0; font-weight: 400; margin-bottom: 0.2em; } .media-raised { -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 4px; } .img-thumb.media-raised { display: block; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); } .img-circle.media-raised { display: block; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 50%; } .media-user-inline { color: #1565C0; } .media-content { margin-bottom: 0; margin-top: 0em; } .media-content.media-content-small { font-size: 0.9em; } .media-title { font-weight: normal; margin: 0; padding: 0; font-size: 1em; } .rounded-icon { font-size: 13px; font-size: 1rem; display: inline-block; width: 3em; height: 3em; text-align: center; line-height: 3; background: #f7f7f7; color: #55616d; border-radius: 50%; } @media (min-width: 992px) { .rounded-icon { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .rounded-icon { font-size: 14px; font-size: 1rem; } } .rounded-icon .fa, .rounded-icon .mdi { margin: 0; } .rounded-icon .mdi::before { position: relative; bottom: 0.3em; } .rounded-icon.rounded-icon-mini { font-size: 10.4px; font-size: 0.8rem; } @media (min-width: 992px) { .rounded-icon.rounded-icon-mini { font-size: 10.4px; font-size: 0.8rem; } } @media (min-width: 1200px) { .rounded-icon.rounded-icon-mini { font-size: 11.2px; font-size: 0.8rem; } } .rounded-icon.rounded-icon-lg { font-size: 22.1px; font-size: 1.7rem; } @media (min-width: 992px) { .rounded-icon.rounded-icon-lg { font-size: 22.1px; font-size: 1.7rem; } } @media (min-width: 1200px) { .rounded-icon.rounded-icon-lg { font-size: 23.8px; font-size: 1.7rem; } } .rounded-icon.round-icon-xlg { font-size: 28.6px; font-size: 2.2rem; } @media (min-width: 992px) { .rounded-icon.round-icon-xlg { font-size: 28.6px; font-size: 2.2rem; } } @media (min-width: 1200px) { .rounded-icon.round-icon-xlg { font-size: 30.8px; font-size: 2.2rem; } } .rounded-icon.rounded-icon-success { background-color: #26c1b2; color: white; } .rounded-icon.rounded-icon-info { background-color: #1E88E5; color: white; } .rounded-icon.rounded-icon-primary { background-color: #7259EF; color: white; } .rounded-icon.rounded-icon-warning { background-color: #FFB12B; color: white; } .rounded-icon.rounded-icon-danger { background-color: #FC5F7C; color: white; } .square-icon { width: 3em; height: 3em; line-height: 3; text-align: center; display: inline-block; font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .square-icon { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .square-icon { font-size: 14px; font-size: 1rem; } } .square-icon.square-icon-success { background-color: #26c1b2; color: white; } .square-icon.square-icon-info { background-color: #1E88E5; color: white; } .square-icon.square-icon-primary { background-color: #7259EF; color: white; } .square-icon.square-icon-warning { background-color: #FFB12B; color: white; } .square-icon.square-icon-danger { background-color: #FC5F7C; color: white; } .square-icon.square-icon-dark { background-color: #445566; color: white; } .square-icon.square-icon-lg { font-size: 22.1px; font-size: 1.7rem; } @media (min-width: 992px) { .square-icon.square-icon-lg { font-size: 22.1px; font-size: 1.7rem; } } @media (min-width: 1200px) { .square-icon.square-icon-lg { font-size: 23.8px; font-size: 1.7rem; } } .square-icon.square-icon-xlg { font-size: 28.6px; font-size: 2.2rem; } @media (min-width: 992px) { .square-icon.square-icon-xlg { font-size: 28.6px; font-size: 2.2rem; } } @media (min-width: 1200px) { .square-icon.square-icon-xlg { font-size: 30.8px; font-size: 2.2rem; } } .square-icon.square-icon-mini { font-size: 9.1px; font-size: 0.7rem; } @media (min-width: 992px) { .square-icon.square-icon-mini { font-size: 9.1px; font-size: 0.7rem; } } @media (min-width: 1200px) { .square-icon.square-icon-mini { font-size: 9.8px; font-size: 0.7rem; } } .square-icon.square-icon-xs { font-size: 5.2px; font-size: 0.4rem; } @media (min-width: 992px) { .square-icon.square-icon-xs { font-size: 5.2px; font-size: 0.4rem; } } @media (min-width: 1200px) { .square-icon.square-icon-xs { font-size: 5.6px; font-size: 0.4rem; } } /* * * * * * * * * * * Button Styling * * * * * * * * * * */ .btn { /* Basic Styling For Buttons */ font-size: 13px; font-size: 1rem; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); line-height: 1.2; padding: 0.9em 1.5em; font-weight: 400; height: 3em; border-radius: 2px; border-width: 0px; border-style: solid; overflow: hidden; position: relative; } @media (min-width: 992px) { .btn { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .btn { font-size: 14px; font-size: 1rem; } } .btn .fa, .btn .oi, .btn .mdi { /* Give Margins for any icons in the button */ margin-right: 0.3em; margin-left: 0.3em; } .btn.btn-default { /* Color Styling For Default Buttons */ background-color: #f5f5f5; border-color: #ddd; } .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active { background-color: #eeeeee; border-color: #ddd; } .btn.btn-primary { /* Color Styling For Buttons */ background-color: #7259EF; border-color: #664bee; } .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active { background-color: #664bee; border-color: #664bee; } .btn.btn-success { /* Color Styling For Primary Buttons */ background-color: #26c1b2; border-color: #23b0a2; } .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active { background-color: #23b0a2; border-color: #23b0a2; } .btn.btn-info { /* Color Styling For Info Buttons */ background-color: #1E88E5; border-color: #187bd1; } .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active { background-color: #187bd1; border-color: #187bd1; } .btn.btn-warning { /* Color Styling For Warning Buttons */ background-color: #FFB12B; border-color: #ffa60c; } .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active { background-color: #ffa60c; border-color: #ffa60c; } .btn.btn-danger { /* Color Styling For Danger Buttons */ background-color: #FC5F7C; border-color: #fc4b6c; } .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active { background-color: #fc4b6c; border-color: #fc4b6c; } .btn.btn-link { /* Clear Styling for Link Buttons */ -webkit-box-shadow: none; box-shadow: none; border-color: transparent; display: inline; padding: 0; line-height: 1.4; height: auto; color: #1565C0; } .btn.btn-transparent-light { -webkit-box-shadow: none; box-shadow: none; background: none; color: #fff; } .btn.btn-transparent-light:focus, .btn.btn-transparent-light:active, .btn.btn-transparent-light:focus:active { outline: 0; border: 0; } .btn.btn-xs { /* Size for Extra Small Buttons */ font-size: 9.1px; font-size: 0.7rem; } @media (min-width: 992px) { .btn.btn-xs { font-size: 9.1px; font-size: 0.7rem; } } @media (min-width: 1200px) { .btn.btn-xs { font-size: 9.8px; font-size: 0.7rem; } } .btn.btn-sm { /* Size for Small Buttons */ font-size: 11.05px; font-size: 0.85rem; } @media (min-width: 992px) { .btn.btn-sm { font-size: 11.05px; font-size: 0.85rem; } } @media (min-width: 1200px) { .btn.btn-sm { font-size: 11.9px; font-size: 0.85rem; } } .btn.btn-lg { /* Size for Large Buttons */ font-size: 16.25px; font-size: 1.25rem; } @media (min-width: 992px) { .btn.btn-lg { font-size: 16.25px; font-size: 1.25rem; } } @media (min-width: 1200px) { .btn.btn-lg { font-size: 17.5px; font-size: 1.25rem; } } .btn.btn-box { /* Box Outline Buttons Base Styling */ background: none; color: #333; border-width: 1px; -webkit-box-shadow: none; box-shadow: none; padding: 0.5em 1.5em; } .btn.btn-box.btn-default { /* Box Outline Buttons Color Styling - Default */ background-color: white; border-color: #777; } .btn.btn-box.btn-default:hover, .btn.btn-box.btn-default:focus, .btn.btn-box.btn-default:active, .btn.btn-box.btn-default.active, .dropdown.open .btn-box.btn-default.btn.dropdown-toggle, .dropup.open .btn-box.btn-default.btn.dropdown-toggle, .btn-group.open .btn-box.btn-default.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-default.btn.dropdown-toggle { background-color: #eee; color: #333; } .btn.btn-box.btn-primary { /* Box Outline Buttons Color Styling - Primary */ color: #664bee; border-color: #5234eb; } .btn.btn-box.btn-primary:hover, .btn.btn-box.btn-primary:focus, .btn.btn-box.btn-primary:active, .btn.btn-box.btn-primary.active, .dropdown.open .btn-box.btn-primary.btn.dropdown-toggle, .dropup.open .btn-box.btn-primary.btn.dropdown-toggle, .btn-group.open .btn-box.btn-primary.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-primary.btn.dropdown-toggle { background-color: #7259EF; border-color: #664bee; color: white; } .btn.btn-box.btn-success { /* Box Outline Buttons Color Styling - Success */ color: #23b0a2; border-color: #198177; } .btn.btn-box.btn-success:hover, .btn.btn-box.btn-success:focus, .btn.btn-box.btn-success:active, .btn.btn-box.btn-success.active, .dropdown.open .btn-box.btn-success.btn.dropdown-toggle, .dropup.open .btn-box.btn-success.btn.dropdown-toggle, .btn-group.open .btn-box.btn-success.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-success.btn.dropdown-toggle { background-color: #26c1b2; border-color: #23b0a2; color: white; } .btn.btn-box.btn-info { /* Box Outline Buttons Color Styling - Info */ color: #187bd1; border-color: #1360a4; } .btn.btn-box.btn-info:hover, .btn.btn-box.btn-info:focus, .btn.btn-box.btn-info:active, .btn.btn-box.btn-info.active, .dropdown.open .btn-box.btn-info.btn.dropdown-toggle, .dropup.open .btn-box.btn-info.btn.dropdown-toggle, .btn-group.open .btn-box.btn-info.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-info.btn.dropdown-toggle { background-color: #1E88E5; border-color: #187bd1; color: white; } .btn.btn-box.btn-warning { /* Box Outline Buttons Color Styling - Warning */ color: #ffa60c; border-color: #de8c00; } .btn.btn-box.btn-warning:hover, .btn.btn-box.btn-warning:focus, .btn.btn-box.btn-warning:active, .btn.btn-box.btn-warning.active, .dropdown.open .btn-box.btn-warning.btn.dropdown-toggle, .dropup.open .btn-box.btn-warning.btn.dropdown-toggle, .btn-group.open .btn-box.btn-warning.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-warning.btn.dropdown-toggle { background-color: #FFB12B; border-color: #ffa60c; color: white; } .btn.btn-box.btn-danger { /* Box Outline Buttons Color Styling - Danger */ color: #fc4b6c; border-color: #fb1943; } .btn.btn-box.btn-danger:hover, .btn.btn-box.btn-danger:focus, .btn.btn-box.btn-danger:active, .btn.btn-box.btn-danger.active, .dropdown.open .btn-box.btn-danger.btn.dropdown-toggle, .dropup.open .btn-box.btn-danger.btn.dropdown-toggle, .btn-group.open .btn-box.btn-danger.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-danger.btn.dropdown-toggle { background-color: #FC5F7C; border-color: #fc4b6c; color: white; } .btn.active, .dropdown.open .btn.dropdown-toggle, .dropup.open .btn.dropdown-toggle, .btn-group.open .btn.dropdown-toggle, .btn-group-vertical.open .btn.dropdown-toggle { /* Color Styling For .active Buttons, defined separately so it can be easily extended for btn-groups */ } .btn.active.btn-default, .dropdown.open .btn-default.btn.dropdown-toggle, .dropup.open .btn-default.btn.dropdown-toggle, .btn-group.open .btn-default.btn.dropdown-toggle, .btn-group-vertical.open .btn-default.btn.dropdown-toggle { background-color: #f5f5f5; border-color: #ddd; } .btn.active.btn-primary, .dropdown.open .btn-primary.btn.dropdown-toggle, .dropup.open .btn-primary.btn.dropdown-toggle, .btn-group.open .btn-primary.btn.dropdown-toggle, .btn-group-vertical.open .btn-primary.btn.dropdown-toggle { background-color: #664bee; border-color: #664bee; } .btn.active.btn-success, .dropdown.open .btn-success.btn.dropdown-toggle, .dropup.open .btn-success.btn.dropdown-toggle, .btn-group.open .btn-success.btn.dropdown-toggle, .btn-group-vertical.open .btn-success.btn.dropdown-toggle { background-color: #23b0a2; border-color: #23b0a2; } .btn.active.btn-info, .dropdown.open .btn-info.btn.dropdown-toggle, .dropup.open .btn-info.btn.dropdown-toggle, .btn-group.open .btn-info.btn.dropdown-toggle, .btn-group-vertical.open .btn-info.btn.dropdown-toggle { background-color: #187bd1; border-color: #187bd1; } .btn.active.btn-warning, .dropdown.open .btn-warning.btn.dropdown-toggle, .dropup.open .btn-warning.btn.dropdown-toggle, .btn-group.open .btn-warning.btn.dropdown-toggle, .btn-group-vertical.open .btn-warning.btn.dropdown-toggle { background-color: #ffa60c; border-color: #ffa60c; } .btn.active.btn-danger, .dropdown.open .btn-danger.btn.dropdown-toggle, .dropup.open .btn-danger.btn.dropdown-toggle, .btn-group.open .btn-danger.btn.dropdown-toggle, .btn-group-vertical.open .btn-danger.btn.dropdown-toggle { background-color: #fc4b6c; border-color: #fc4b6c; } .btn.active.btn-box.btn-default, .dropdown.open .btn-box.btn-default.btn.dropdown-toggle, .dropup.open .btn-box.btn-default.btn.dropdown-toggle, .btn-group.open .btn-box.btn-default.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-default.btn.dropdown-toggle { background-color: #f5f5f5; border-color: #ddd; } .btn.active.btn-box.btn-primary, .dropdown.open .btn-box.btn-primary.btn.dropdown-toggle, .dropup.open .btn-box.btn-primary.btn.dropdown-toggle, .btn-group.open .btn-box.btn-primary.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-primary.btn.dropdown-toggle { background-color: #7259EF; border-color: #664bee; color: white; } .btn.active.btn-box.btn-success, .dropdown.open .btn-box.btn-success.btn.dropdown-toggle, .dropup.open .btn-box.btn-success.btn.dropdown-toggle, .btn-group.open .btn-box.btn-success.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-success.btn.dropdown-toggle { background-color: #26c1b2; border-color: #23b0a2; color: white; } .btn.active.btn-box.btn-info, .dropdown.open .btn-box.btn-info.btn.dropdown-toggle, .dropup.open .btn-box.btn-info.btn.dropdown-toggle, .btn-group.open .btn-box.btn-info.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-info.btn.dropdown-toggle { background-color: #1E88E5; border-color: #187bd1; color: white; } .btn.active.btn-box.btn-warning, .dropdown.open .btn-box.btn-warning.btn.dropdown-toggle, .dropup.open .btn-box.btn-warning.btn.dropdown-toggle, .btn-group.open .btn-box.btn-warning.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-warning.btn.dropdown-toggle { background-color: #FFB12B; border-color: #ffa60c; color: white; } .btn.active.btn-box.btn-danger, .dropdown.open .btn-box.btn-danger.btn.dropdown-toggle, .dropup.open .btn-box.btn-danger.btn.dropdown-toggle, .btn-group.open .btn-box.btn-danger.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-danger.btn.dropdown-toggle { background-color: #FC5F7C; border-color: #fc4b6c; color: white; } .btn.btn-pill { /* Border Radius for Pill Buttons */ border-radius: 10em; } .btn.btn-round { /* Base Styling for Round Buttons */ padding: 0; width: 3em; height: 3em; text-align: center; border-radius: 50%; } .btn.btn-round .fa, .btn.btn-round .mdi, .btn.btn-round .oi { margin: 0; font-size: 1em; display: inline-block; } .btn.btn-round .oi { font-size: 0.9em; } /* Dropdown Button Styling */ .dropdown.open .btn.dropdown-toggle, .dropup.open .btn.dropdown-toggle { /* Style for Active Dropdown Button */ } .btn-group { /* Button Group Styling */ -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 2px; } .btn-group .btn { font-size: 1em; -webkit-box-shadow: none; box-shadow: none; border-left-width: 1px; border-left-style: solid; } .btn-group .btn:first-child { border-left-width: 0; } .btn-group .btn-group { -webkit-box-shadow: none; box-shadow: none; } .btn-group .btn-group .btn { border-left-width: 1px; } .btn-group .btn.btn-box { border-left-width: 1px; } .btn-group.btn-group-box { -webkit-box-shadow: none; box-shadow: none; } .btn-group.btn-group-xs { /* Size for Extra Small Buttons */ font-size: 9.1px; font-size: 0.7rem; } @media (min-width: 992px) { .btn-group.btn-group-xs { font-size: 9.1px; font-size: 0.7rem; } } @media (min-width: 1200px) { .btn-group.btn-group-xs { font-size: 9.8px; font-size: 0.7rem; } } .btn-group.btn-group-sm { /* Size for Small Buttons */ font-size: 11.05px; font-size: 0.85rem; } @media (min-width: 992px) { .btn-group.btn-group-sm { font-size: 11.05px; font-size: 0.85rem; } } @media (min-width: 1200px) { .btn-group.btn-group-sm { font-size: 11.9px; font-size: 0.85rem; } } .btn-group.btn-group-lg { /* Size for Large Buttons */ font-size: 16.25px; font-size: 1.25rem; } @media (min-width: 992px) { .btn-group.btn-group-lg { font-size: 16.25px; font-size: 1.25rem; } } @media (min-width: 1200px) { .btn-group.btn-group-lg { font-size: 17.5px; font-size: 1.25rem; } } .btn-group-vertical { /* Vertical Button Group Styling */ -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 0; } .btn-group-vertical .btn { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border-top-width: 1px; border-top-style: solid; font-size: 1em; } .btn-group-vertical .btn:first-child { border-top-width: 0; } .btn-group-vertical .btn:first-child:not(:last-child) { border-radius: 0; } .btn-group-vertical .btn-group, .btn-group-vertical .btn-group-vertical { -webkit-box-shadow: none; box-shadow: none; } .btn-group-vertical .btn-group .btn, .btn-group-vertical .btn-group-vertical .btn { border-top-width: 1px; } .btn-group-vertical .btn.btn-box { border-left-width: 1px; } .btn-group-vertical.btn-group-box { -webkit-box-shadow: none; box-shadow: none; } .btn-group, .btn-group-vertical { /* Style Active Dropdown Button */ } .btn-group.open .btn.dropdown-toggle, .btn-group-vertical.open .btn.dropdown-toggle { -webkit-box-shadow: none; box-shadow: none; } /* * * * * * * * Panels Styling * * *********[Panel Structure]************ 1. .panel a. Panel Cover i. Panel Heading(.panel-heading) A. Heading 2 (h2) **** Panel Heading Goes Here ***** ------------- OR -------------------- a. Panel Heading (.panel-heading) i. Heading 2 (h2) **** Panel Heading Goes Here ***** b. Panel Large Action (Optional) (.panel-highlight-action) i. Action Button (.btn) c. Panel Highlighted Image (Optional) (.panel-highlight-image) ii. Action Image (img) d. Panel Body (.panel-body) ****** Your Content Goes Here ******** e. Panel Footer (.panel-footer) * * * * * * */ .panel { font-size: 13px; font-size: 1rem; overflow: visible; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 2px; border: 0; background-color: #ffffff; color: #55616d; margin-bottom: 30px; position: relative; } @media (min-width: 992px) { .panel { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .panel { font-size: 14px; font-size: 1rem; } } .panel .panel.panel-default .panel-heading { background: transparent; } .panel .panel-heading { position: relative; border-radius: 2px 2px 0 0; padding: 1.5em 1.6em 0.7em; color: #55616d; font-size: 1em; background: transparent; border: 0; } .panel .panel-heading h2 { margin: 0; padding: 0; font-size: 1.404928em; } .panel .panel-heading h2.large { font-size: 1.57351936em; } .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5 { margin: 0; } .panel .panel-heading.no-padding-v { padding-top: 0; padding-bottom: 0; } .panel .panel-heading.no-padding { padding: 0; } .panel .panel-heading.no-padding-h { padding-left: 0; padding-right: 0; } .panel .panel-cover { /* Tall Cover background color or image for your panels */ position: relative; background-color: #778899; position: relative; background-size: cover; background-position: center; border-radius: 2px 2px 0 0; height: 15em; } .panel .panel-cover .panel-heading { background: rgba(0, 0, 0, 0.5); position: absolute; width: 100%; bottom: 0; color: white; } .panel .panel-cover .panel-heading.panel-heading-bg { background: rgba(0, 0, 0, 0.5); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))); background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); } .panel .panel-cover.panel-cover-tall { height: 20em; } .panel .subtext { margin-top: 0.8em; display: block; font-size: 1em; color: #64707c; } .panel .panel-highlight-action { /* Large Highlighted Panel Button , Adjusted Between the panel-heading and panel-body */ position: relative; overflow: visible; height: 1em; text-align: right; padding: 0em 5%; } .panel .panel-highlight-action .btn { position: relative; display: inline-block; bottom: 1.5em; } .panel .panel-highlight-image { /* Large Highlighted Panel Image */ position: relative; overflow: visible; height: 3em; text-align: center; padding: 0em 3em; } .panel .panel-highlight-image img { -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); position: relative; display: inline-block; bottom: 7em; margin: auto; } .panel .collapsed-only { display: none; } .panel .panel-image { width: 100%; } .panel .panel-footer { padding: 1em 1.6em 1em; background-color: #f4f6f8; border-top: 1px solid #eeeff1; position: relative; } .panel .panel-footer .panel-actions { right: 1.6em; top: 0.7em; } .panel .panel-footer .panel-actions li a:hover, .panel .panel-footer .panel-actions li a:active, .panel .panel-footer .panel-actions li a:focus { background-color: #e1e4e7; } .panel .panel-actions { /* List of Panel Actions adjusted to top right corner of panel */ display: block; position: absolute; right: 1em; top: 1.2em; margin: 0; padding: 0; } .panel .panel-actions li { display: block; float: right; margin: 0; padding: 0; } .panel .panel-actions li a { color: inherit; font-size: 1.5em; display: inline-block; text-align: center; width: 1.4em; height: 1.4em; border-radius: 50%; color: #78828c; } .panel .panel-actions li a i { font-size: 0.9em; } .panel .panel-actions li a:hover, .panel .panel-actions li a:active, .panel .panel-actions li a:focus { background-color: #eee; color: #777; outline: 0; } .panel .panel-actions li a .mdi::before { bottom: 0.17em; font-size: 1em; } .panel .panel-actions li a.panel-action-grey { background-color: #eee; } .panel .panel-actions li a.panel-action-grey:hover { background-color: #ddd; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); } .panel .panel-body { padding: 1.4em 1.8em 1.4em; } .panel .panel-body.no-padding-v { padding-top: 0em; padding-bottom: 0; } .panel .panel-body.no-padding { padding-left: 0; padding-right: 0; padding-top: 0em; padding-bottom: 0; } .panel .panel-body.no-padding-h { padding-left: 0; padding-right: 0; } .panel .btn-round { margin: 0em 0.5em 0; } .panel.panel-fullscreen { /* Styling for when panel goes full screen */ position: fixed; border: none !important; left: 0; top: 0; width: 100%; min-height: 100%; z-index: 12; height: 100%; } .panel.panel-fullscreen .panel-heading, .panel.panel-fullscreen .panel-body, .panel.panel-fullscreen .panel-footer { font-size: 1.2em; } .panel.panel-fullscreen .panel-highlight-action { padding: 0em 5%; } .panel.panel-fullscreen .panel-cover { height: 20em; } .panel.panel-fullscreen .panel-cover.panel-cover-tall { height: 30em; } .panel.panel-fullscreen .panel-footer { position: absolute; bottom: 0; width: 100%; } .panel.panel-collapsed { /* Styling for when panel is collapsed */ } .panel.panel-collapsed .open-only { display: none; } .panel.panel-collapsed .collapsed-only { display: inline; } .panel.panel-collapsed .panel-body { padding-top: 0; padding-bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 0; overflow-y: hidden; } .panel.panel-collapsed .panel-heading { padding: 1.5em 1.6em 1.5em; } .panel.panel-raised { /* A raised panel has an item inside it that is raised above its height */ margin-top: 20px; overflow: visible; border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .panel.panel-raised .panel-item-raised { margin: 0 15px 0; border-radius: 4px; position: relative; margin-top: -20px; overflow: hidden; -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); position: relative; margin-bottom: 15px; } .panel.panel-raised .panel-item-raised.panel-raised-narrow { margin-left: 25px; margin-right: 25px; } .panel.panel-primary { /* Panel with Primary Color */ } .panel.panel-primary .panel-cover { background: #7259EF; background-size: cover; background-position: center; } .panel.panel-primary .panel-cover .panel-heading { background: none; color: white; } .panel.panel-primary .panel-heading { background: #7259EF; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-primary .panel-heading .subtext { color: #eee; } .panel.panel-primary .panel-heading .panel-actions li a { color: white; } .panel.panel-primary .panel-heading .panel-actions li a:hover, .panel.panel-primary .panel-heading .panel-actions li a:active, .panel.panel-primary .panel-heading .panel-actions li a:focus { background-color: #8670f1; color: white; } .panel.panel-primary .panel-body { padding: 1.5em 1.6em; } .panel.panel-success { /* Panel with Success Color */ } .panel.panel-success .panel-cover { background: #26c1b2; background-size: cover; background-position: center; } .panel.panel-success .panel-cover .panel-heading { background: none; color: white; } .panel.panel-success .panel-heading { background: #26c1b2; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-success .panel-heading .subtext { color: #eee; } .panel.panel-success .panel-heading .panel-actions li a { color: white; } .panel.panel-success .panel-heading .panel-actions li a:hover, .panel.panel-success .panel-heading .panel-actions li a:active, .panel.panel-success .panel-heading .panel-actions li a:focus { background-color: #29d2c2; color: white; } .panel.panel-success .panel-body { padding: 1.5em 1.6em; } .panel.panel-warning { /* Panel with Warning Color */ } .panel.panel-warning .panel-cover { background: #FFB12B; background-size: cover; background-position: center; } .panel.panel-warning .panel-cover .panel-heading { background: none; color: white; } .panel.panel-warning .panel-heading { background: #FFB12B; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-warning .panel-heading .subtext { color: #eee; } .panel.panel-warning .panel-heading .panel-actions li a { color: white; } .panel.panel-warning .panel-heading .panel-actions li a:hover, .panel.panel-warning .panel-heading .panel-actions li a:active, .panel.panel-warning .panel-heading .panel-actions li a:focus { background-color: #ffba45; color: white; } .panel.panel-warning .panel-body { padding: 1.5em 1.6em; } .panel.panel-danger { /* Panel with Danger Color */ } .panel.panel-danger .panel-cover { background: #FC5F7C; background-size: cover; background-position: center; } .panel.panel-danger .panel-cover .panel-heading { background: none; color: white; } .panel.panel-danger .panel-heading { background: #FC5F7C; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-danger .panel-heading .subtext { color: #eee; } .panel.panel-danger .panel-heading .panel-actions li a { color: white; } .panel.panel-danger .panel-heading .panel-actions li a:hover, .panel.panel-danger .panel-heading .panel-actions li a:active, .panel.panel-danger .panel-heading .panel-actions li a:focus { background-color: #fd7d95; color: white; } .panel.panel-danger .panel-body { padding: 1.5em 1.6em; } .panel.panel-info { /* Panel with Info Color */ } .panel.panel-info .panel-cover { background: #1E88E5; background-size: cover; background-position: center; } .panel.panel-info .panel-cover .panel-heading { background: none; color: white; } .panel.panel-info .panel-heading { background: #1E88E5; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-info .panel-heading .subtext { color: #eee; } .panel.panel-info .panel-heading .panel-actions li a { color: white; } .panel.panel-info .panel-heading .panel-actions li a:hover, .panel.panel-info .panel-heading .panel-actions li a:active, .panel.panel-info .panel-heading .panel-actions li a:focus { background-color: #3594e8; color: white; } .panel.panel-info .panel-body { padding: 1.5em 1.6em; } .panel.panel-grey .panel-heading, .panel.panel-gray .panel-heading { background: #f7f7f7; color: #55616d; border-bottom-color: #ddd; padding: 1.5em 1.7em 1.5em; } /* * * * * * * * * * * Navigation Styling * * tabs, navs, navbars * * * * * * * * * * */ .tab-pane { font-size: 13px; font-size: 1rem; padding: 1.2em; } @media (min-width: 992px) { .tab-pane { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .tab-pane { font-size: 14px; font-size: 1rem; } } .nav-tabs { font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .nav-tabs { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .nav-tabs { font-size: 14px; font-size: 1rem; } } .nav-tabs li a { font-weight: 600; color: #444; padding: 0.6em 1em; font-size: 1em; border-radius: 0; margin-right: 0; } .nav-tabs li a:hover { background-color: #f5f5f5; } .nav-tabs.nav-tabs-material { font-size: 13px; font-size: 1rem; border-bottom: 0; border-bottom: 1px solid #ddd; } @media (min-width: 992px) { .nav-tabs.nav-tabs-material { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .nav-tabs.nav-tabs-material { font-size: 14px; font-size: 1rem; } } .nav-tabs.nav-tabs-material li { border-bottom: 1px solid #ddd; } .nav-tabs.nav-tabs-material li a { font-weight: 600; color: #444; padding: 0.6em 1em; font-size: 1em; border-radius: 0; margin-right: 0; border: 0; border-bottom: 1px solid transparent; } .nav-tabs.nav-tabs-material li a:hover { background: none; } .nav-tabs.nav-tabs-material li.active { border-bottom: 1px solid #7259EF; } .nav-tabs.nav-tabs-material li.active a { border: 0; border-bottom: 1px solid #7259EF; } .nav-pills { font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .nav-pills { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .nav-pills { font-size: 14px; font-size: 1rem; } } .nav-pills li a { font-weight: 600; color: #444; padding: 0.6em 1em; font-size: 1em; border-radius: 0; margin-right: 0; } .nav-pills li a:hover { background-color: #f5f5f5; } .nav-pills li.active a { background-color: #7259EF; } .nav-pills li.active a:hover, .nav-pills li.active a:focus, .nav-pills li.active a:active { background-color: #7259EF; } .main-nav { font-family: "Rubik"; font-size: 1em; display: block; margin: 0; padding: 0; } .main-nav > li > a { width: 17.5rem; overflow: hidden; } .main-nav li { margin: 0; padding: 0; list-style-type: none; display: block; } .main-nav li a { padding: 1.1em 1.2em 1.1em 0; white-space: nowrap; display: block; position: relative; } .main-nav li a:hover, .main-nav li a:focus, .main-nav li a:active { text-decoration: none; } .main-nav li a i { font-size: 1.0em; display: inline-block; margin: 0em 1em 0em 1.2em; padding: 0em 0em 0.1em 0em; display: inline-block; text-align: center; } .main-nav li a .label { float: right; } .main-nav li.main-nav-label { border-top: 1px solid #eee; margin-top: 0.5em; opacity: 1; -webkit-transition: 1s all; -o-transition: 1s all; transition: 1s all; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; } .main-nav li.main-nav-label span { font-size: 0.9em; text-transform: uppercase; font-weight: 400; color: #888; padding: 1.6em 1.7em 1.2em; display: block; white-space: nowrap; } .main-nav li.main-nav-label:first-child { border-top: 0; } .main-nav ul { margin: 0; padding: 0; } .main-nav ul li a { padding: 0.9em 1.3em 0.8em 4em; } .main-nav ul li:last-child a { padding-bottom: 1em; } .main-nav .menu-caret { display: block; position: absolute; right: 0; width: 3em; text-align: center; line-height: inherit; font-size: 1.1em; } .main-nav .menu-caret::before { content: "\F142"; font-family: "Material Design Icons"; font-size: 1.3em; position: relative; bottom: 0.15em; } .main-nav li.active > a > .menu-caret::before { content: "\F140"; font-family: "Material Design Icons"; font-size: 1.3em; } .horizontal-nav { font-family: "Rubik"; display: block; margin: 0; padding: 0; border-top: 1px solid #eee; } .horizontal-nav:before, .horizontal-nav:after { content: " "; display: table; } .horizontal-nav:after { clear: both; } .horizontal-nav li { margin: 0; padding: 0; list-style-type: none; display: inline-block; width: 33%; float: left; } .horizontal-nav li a { padding: 0.5em 0.2em 0.5em 0.2em; display: block; color: #333; text-align: center; font-size: 1.3em; } .horizontal-nav li a:hover, .horizontal-nav li a:focus, .horizontal-nav li a:active { text-decoration: none; } /* * * * * * * * * * * Navbar, Main Topbar Styling * * .navbar * ********** [Navbar Structure] ************ 1. .navbar a. Navbar Header (.navbar-header) i. Brand Name (.navbar-brand) b. Navbar Body (.navbar-body) @. Navbar Nav (.navbar-nav) @. Navbar Form (.navbar-form) @. Button (.navbar-btn) *** [Utility Classes] ****** @. .navbar-left @. .navbar-right * * * * * * */ .navbar { font-size: 13px; font-size: 1rem; z-index: 11; min-height: 4.7rem; padding: 0em 30px 0em 0px; border-radius: 0; border-width: 0px; -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); margin-bottom: 0; background: #fff; color: #55616d; border-color: #fff; border-bottom-color: #fff; } @media (min-width: 992px) { .navbar { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .navbar { font-size: 14px; font-size: 1rem; } } .navbar .navbar-header { background-size: contain; background-repeat: no-repeat; width: 10em; } @media (min-width: 768px) { .navbar .navbar-header { width: 17.5rem; } } .navbar .navbar-brand { font-family: "Rubik", sans-serif; font-weight: 400; font-size: 1em; height: 4.7rem; line-height: 4.7rem; padding: 0em 0.5em; vertical-align: middle; position: relative; color: inherit; vertical-align: middle; } .navbar .navbar-brand .navbar-brand-text { font-size: 1.4em; display: none; } @media (min-width: 768px) { .navbar .navbar-brand .navbar-brand-text { display: inline; } } .navbar .navbar-brand .mdi { font-size: 1.8em; margin-right: 0.3em; } .navbar .navbar-brand .mdi::before { bottom: 2px; } .navbar .navbar-body { margin-left: 10em; } @media (min-width: 768px) { .navbar .navbar-body { margin-left: 17.5rem; } } .navbar .navbar-nav > li > a, .navbar .navbar-form, .navbar .navbar-text { font-size: 1em; line-height: 1.5; height: 4.7rem; margin-top: 0; margin-bottom: 0; padding-top: 1.6rem; padding-bottom: 1.6rem; } .navbar .navbar-nav > li > a { padding-left: 0.75em; padding-right: 0.75em; overflow: hidden; margin-right: 0.25em; } .navbar .navbar-nav > li > a i { font-size: 1em; } .navbar .navbar-nav > li > a.icon-right i { margin-left: 0.4em; font-size: 1em; } .navbar .navbar-nav li .dropdown-menu { position: fixed; left: 5%; top: 4.7rem; width: 90%; -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); } @media (min-width: 768px) { .navbar .navbar-nav li .dropdown-menu { position: absolute; right: 0; left: auto; top: auto; width: 24rem; } } .navbar .navbar-btn { font-size: 1em; height: 2.5rem; line-height: 1.5; padding-top: 0.5em; padding-bottom: 0.5em; margin-top: 1.1rem; margin-bottom: 1.1rem; } .navbar .navbar-btn .mdi { line-height: inherit; font-size: 1em; } .navbar .navbar-toggle { height: 2.5em; border-radius: 0; margin-top: 1.1rem; margin-bottom: 1.1rem; } .navbar .btn-transparent-light { float: left; margin-right: 0em; margin-left: 0.5em; } .navbar .navbar-form { padding-top: 1.1rem; padding-bottom: 1.1rem; } .navbar .navbar-form.navbar-form-full { padding-top: 0.8863636364rem; padding-bottom: 0.8863636364rem; padding-left: 30px; } .navbar .navbar-input-group { display: inline-block; font-size: 1.1em; -webkit-box-sizing: border-box; box-sizing: border-box; width: 99%; position: relative; } .navbar .navbar-input-group .form-control { width: 100%; border: none; padding-right: 4em; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .navbar .navbar-input-group .input-group-btn .btn { z-index: 1000; color: #888; background: none; border: none; width: 3.5em; position: absolute; right: 0; margin-left: -3em; padding: 0.4em; } .navbar + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #fff; } .navbar + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #fff; } .navbar + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #fff; } .navbar + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #fff; } .navbar .btn-transparent-light { color: #55616d; } .navbar .btn-transparent-light:hover, .navbar .btn-transparent-light:active, .navbar .btn-transparent-light:focus { background-color: #f4f4f4; color: #55616d; } .navbar .navbar-toggle { color: #55616d; border-color: #55616d; } .navbar .navbar-toggle .icon-bar { background-color: #55616d; } .navbar .navbar-input-group .form-control { background-color: #f4f4f4; color: #55616d; border: 1px solid #f4f4f4; } .navbar .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar .navbar-input-group .input-group-btn .btn { color: #55616d; } .navbar .navbar-always-float.navbar-right { float: right; } .navbar .navbar-always-float.navbar-left { float: left; } .navbar .navbar-nav { margin: 0; } .navbar .navbar-nav.navbar-always-float > li { float: left; } .navbar .navbar-nav > li > a { color: #55616d; } .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus { background-color: #f4f4f4; color: #55616d; outline: none; } .navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:focus, .navbar .navbar-nav > li.active > a:active, .navbar .navbar-nav > li.open > a, .navbar .navbar-nav > li.open > a:focus, .navbar .navbar-nav > li.open > a:active { background-color: #f4f4f4; color: #55616d; } .navbar.navbar-inverse { background: #282F39; color: #fff; border-color: #282F39; border-bottom-color: #282F39; } .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #282F39; } .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #282F39; } .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #282F39; } .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #282F39; } .navbar.navbar-inverse .btn-transparent-light { color: #fff; } .navbar.navbar-inverse .btn-transparent-light:hover, .navbar.navbar-inverse .btn-transparent-light:active, .navbar.navbar-inverse .btn-transparent-light:focus { background-color: #3d4857; color: #fff; } .navbar.navbar-inverse .navbar-toggle { color: #fff; border-color: #fff; } .navbar.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar.navbar-inverse .navbar-input-group .form-control { background-color: #3d4857; color: #fff; border: 1px solid #3d4857; } .navbar.navbar-inverse .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-inverse .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-inverse .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-inverse .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar.navbar-inverse .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar.navbar-inverse .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar.navbar-inverse .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar.navbar-inverse .navbar-input-group .input-group-btn .btn { color: #fff; } .navbar.navbar-inverse .navbar-always-float.navbar-right { float: right; } .navbar.navbar-inverse .navbar-always-float.navbar-left { float: left; } .navbar.navbar-inverse .navbar-nav { margin: 0; } .navbar.navbar-inverse .navbar-nav.navbar-always-float > li { float: left; } .navbar.navbar-inverse .navbar-nav > li > a { color: #fff; } .navbar.navbar-inverse .navbar-nav > li > a:hover, .navbar.navbar-inverse .navbar-nav > li > a:active, .navbar.navbar-inverse .navbar-nav > li > a:focus { background-color: #3d4857; color: #fff; outline: none; } .navbar.navbar-inverse .navbar-nav > li.active > a, .navbar.navbar-inverse .navbar-nav > li.active > a:focus, .navbar.navbar-inverse .navbar-nav > li.active > a:active, .navbar.navbar-inverse .navbar-nav > li.open > a, .navbar.navbar-inverse .navbar-nav > li.open > a:focus, .navbar.navbar-inverse .navbar-nav > li.open > a:active { background-color: #3d4857; color: #fff; } .navbar.navbar-blue { background: #278de6; color: #fff; border-color: #1a86e4; border-bottom-color: #1a86e4; } .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #278de6; } .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #278de6; } .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #278de6; } .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #278de6; } .navbar.navbar-blue .btn-transparent-light { color: #fff; } .navbar.navbar-blue .btn-transparent-light:hover, .navbar.navbar-blue .btn-transparent-light:active, .navbar.navbar-blue .btn-transparent-light:focus { background-color: #3e99e9; color: #fff; } .navbar.navbar-blue .navbar-toggle { color: #fff; border-color: #fff; } .navbar.navbar-blue .navbar-toggle .icon-bar { background-color: #fff; } .navbar.navbar-blue .navbar-input-group .form-control { background-color: #3e99e9; color: #fff; border: 1px solid #3e99e9; } .navbar.navbar-blue .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-blue .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-blue .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-blue .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar.navbar-blue .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar.navbar-blue .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar.navbar-blue .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar.navbar-blue .navbar-input-group .input-group-btn .btn { color: #fff; } .navbar.navbar-blue .navbar-always-float.navbar-right { float: right; } .navbar.navbar-blue .navbar-always-float.navbar-left { float: left; } .navbar.navbar-blue .navbar-nav { margin: 0; } .navbar.navbar-blue .navbar-nav.navbar-always-float > li { float: left; } .navbar.navbar-blue .navbar-nav > li > a { color: #fff; } .navbar.navbar-blue .navbar-nav > li > a:hover, .navbar.navbar-blue .navbar-nav > li > a:active, .navbar.navbar-blue .navbar-nav > li > a:focus { background-color: #3e99e9; color: #fff; outline: none; } .navbar.navbar-blue .navbar-nav > li.active > a, .navbar.navbar-blue .navbar-nav > li.active > a:focus, .navbar.navbar-blue .navbar-nav > li.active > a:active, .navbar.navbar-blue .navbar-nav > li.open > a, .navbar.navbar-blue .navbar-nav > li.open > a:focus, .navbar.navbar-blue .navbar-nav > li.open > a:active { background-color: #3e99e9; color: #fff; } .navbar.navbar-teal { background: #26c1b2; color: #fff; border-color: #23b0a2; border-bottom-color: #23b0a2; } .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #26c1b2; } .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #26c1b2; } .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #26c1b2; } .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #26c1b2; } .navbar.navbar-teal .btn-transparent-light { color: #fff; } .navbar.navbar-teal .btn-transparent-light:hover, .navbar.navbar-teal .btn-transparent-light:active, .navbar.navbar-teal .btn-transparent-light:focus { background-color: #28cab9; color: #fff; } .navbar.navbar-teal .navbar-toggle { color: #fff; border-color: #fff; } .navbar.navbar-teal .navbar-toggle .icon-bar { background-color: #fff; } .navbar.navbar-teal .navbar-input-group .form-control { background-color: #28cab9; color: #fff; border: 1px solid #28cab9; } .navbar.navbar-teal .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-teal .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-teal .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-teal .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar.navbar-teal .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar.navbar-teal .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar.navbar-teal .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar.navbar-teal .navbar-input-group .input-group-btn .btn { color: #fff; } .navbar.navbar-teal .navbar-always-float.navbar-right { float: right; } .navbar.navbar-teal .navbar-always-float.navbar-left { float: left; } .navbar.navbar-teal .navbar-nav { margin: 0; } .navbar.navbar-teal .navbar-nav.navbar-always-float > li { float: left; } .navbar.navbar-teal .navbar-nav > li > a { color: #fff; } .navbar.navbar-teal .navbar-nav > li > a:hover, .navbar.navbar-teal .navbar-nav > li > a:active, .navbar.navbar-teal .navbar-nav > li > a:focus { background-color: #28cab9; color: #fff; outline: none; } .navbar.navbar-teal .navbar-nav > li.active > a, .navbar.navbar-teal .navbar-nav > li.active > a:focus, .navbar.navbar-teal .navbar-nav > li.active > a:active, .navbar.navbar-teal .navbar-nav > li.open > a, .navbar.navbar-teal .navbar-nav > li.open > a:focus, .navbar.navbar-teal .navbar-nav > li.open > a:active { background-color: #28cab9; color: #fff; } .navbar.navbar-primary { background: #7359ee; color: #fff; border-color: #7359ee; border-bottom-color: #7359ee; } .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #7359ee; } .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #7359ee; } .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #7359ee; } .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #7359ee; } .navbar.navbar-primary .btn-transparent-light { color: #fff; } .navbar.navbar-primary .btn-transparent-light:hover, .navbar.navbar-primary .btn-transparent-light:active, .navbar.navbar-primary .btn-transparent-light:focus { background-color: #7b62ef; color: #fff; } .navbar.navbar-primary .navbar-toggle { color: #fff; border-color: #fff; } .navbar.navbar-primary .navbar-toggle .icon-bar { background-color: #fff; } .navbar.navbar-primary .navbar-input-group .form-control { background-color: #7b62ef; color: #fff; border: 1px solid #7b62ef; } .navbar.navbar-primary .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-primary .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-primary .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-primary .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar.navbar-primary .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar.navbar-primary .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar.navbar-primary .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar.navbar-primary .navbar-input-group .input-group-btn .btn { color: #fff; } .navbar.navbar-primary .navbar-always-float.navbar-right { float: right; } .navbar.navbar-primary .navbar-always-float.navbar-left { float: left; } .navbar.navbar-primary .navbar-nav { margin: 0; } .navbar.navbar-primary .navbar-nav.navbar-always-float > li { float: left; } .navbar.navbar-primary .navbar-nav > li > a { color: #fff; } .navbar.navbar-primary .navbar-nav > li > a:hover, .navbar.navbar-primary .navbar-nav > li > a:active, .navbar.navbar-primary .navbar-nav > li > a:focus { background-color: #7b62ef; color: #fff; outline: none; } .navbar.navbar-primary .navbar-nav > li.active > a, .navbar.navbar-primary .navbar-nav > li.active > a:focus, .navbar.navbar-primary .navbar-nav > li.active > a:active, .navbar.navbar-primary .navbar-nav > li.open > a, .navbar.navbar-primary .navbar-nav > li.open > a:focus, .navbar.navbar-primary .navbar-nav > li.open > a:active { background-color: #7b62ef; color: #fff; } /* * * * * * * * * * * Main Naviagation and Sidebar Styling * * sidebar * ********** [Sidebar Structure] ************ 1. .sidebar a. Scrollable Body (.sidebar-body) i. Sidebar Cover (.sidebar-cover) A. Sidebar User (.sidebar-user) ii. Main Navigation (.main-nav-container) *Wrap sidebar-body around sidebar-scrollable-content to make it custom scroll properly* * * * * * * */ .sidebar { font-size: 13px; font-size: 1rem; z-index: 9; position: absolute; top: 0; padding-top: 4.7rem; width: 17.5rem; height: 100%; min-height: 100vh; margin-left: -17.5rem; border-style: solid; border-width: 0px; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); -webkit-transition: 0.3s margin-left; -o-transition: 0.3s margin-left; transition: 0.3s margin-left; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); background-color: #fdfdfd; border-color: #f5f5f5; } @media (min-width: 992px) { .sidebar { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .sidebar { font-size: 14px; font-size: 1rem; } } .sidebar.sidebar-fixed { position: fixed; top: 0; height: 100vh; padding-top: 4.7rem; } @media (min-width: 768px) { .sidebar { margin-left: 0; } } .sidebar.sidebar-right { -webkit-transition: 0.3s margin-right; -o-transition: 0.3s margin-right; transition: 0.3s margin-right; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .sidebar .sidebar-footer { position: absolute; bottom: 0; width: 100%; z-index: 10; -webkit-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.1); box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.1); } .sidebar .sidebar-cover { padding-top: 0em; } .sidebar .sidebar-cover .sidebar-user { display: block; color: inherit; text-decoration: none; position: relative; padding: 1.5em 0.9em 1.5em 1em; font-size: 1.05em; font-weight: 400; cursor: pointer; } .sidebar .sidebar-cover .sidebar-user:before, .sidebar .sidebar-cover .sidebar-user:after { content: " "; display: table; } .sidebar .sidebar-cover .sidebar-user:after { clear: both; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-img { margin-bottom: 0em; float: left; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-img img { width: 3.5em; height: 3.5em; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-expand { margin-left: 0.5em; font-size: 1.1em; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-name { padding-top: 0.2em; text-align: left; margin-left: 4.7em; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-name .sidebar-user-email { display: block; margin-top: 0.5em; font-size: 0.8em; } .sidebar .sidebar-cover .sidebar-highlight { overflow: hidden; } .sidebar .sidebar-cover.sidebar-highlight-active .sidebar-highlight { max-height: 1000px; } .sidebar .sidebar-highlight { border-radius: 4px; position: relative; background: transparent; } .sidebar .sidebar-highlight .main-nav li a { padding: 0.7em 0em; } .sidebar .sidebar-body { padding-bottom: 11em; font-size: 1.05em; } .sidebar.sidebar-hidden { margin-left: -17.5rem; } .sidebar.sidebar-hidden.sidebar-right { margin-left: 0; margin-right: -17.5rem; } .sidebar.sidebar-hidden.sidebar-right.sidebar-visible { margin-left: 0; margin-right: 0; } .sidebar.sidebar-visible { margin-left: 0; } .sidebar .sidebar-cover { background: #fdfdfd; background-size: cover; color: #546270; border-bottom: 1px solid #f5f5f5; } .sidebar .sidebar-cover.sidebar-highlight-active { background-color: #f1f4f9; } .sidebar .sidebar-cover .sidebar-user:hover { background-color: #f1f4f9; } .sidebar .sidebar-cover .fa { font-size: 0.85em; } .sidebar .sidebar-footer { background-color: #fdfdfd; } .sidebar .sidebar-footer .horizontal-nav { border-top: 1px solid #f5f5f5; } .sidebar .horizontal-nav a { border-left: 3px solid transparent; color: #546474; font-weight: 400; } .sidebar .horizontal-nav a:hover, .sidebar .horizontal-nav a:focus, .sidebar .horizontal-nav a:active { font-weight: 400; outline: 0; color: #344454; } .sidebar .main-nav li a { color: #546474; } .sidebar .main-nav li.main-nav-label { border-color: #f5f5f5; } .sidebar .main-nav li.main-nav-label span { color: #8494A4; } .sidebar .main-nav > li > a { border-left: 3px solid transparent; border-right: 3px solid transparent; -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s; -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s; transition: color 0.3s, background-color 0.3s, border-color 0.3s; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .sidebar .main-nav > li > a:hover, .sidebar .main-nav > li > a:focus, .sidebar .main-nav > li > a:active { font-weight: 400; outline: 0; background: #f1f4f9; color: #344454; border-left: 3px solid #1565C0; } .sidebar .main-nav > li.active > a { background: #f1f4f9; color: #344454; border-left: 3px solid #1565C0; } .sidebar .main-nav > li ul { background-color: #f1f4f9; } .sidebar .main-nav > li ul > li > a { border-left: 3px solid transparent; border-left: 3px solid #1565C0; } .sidebar .main-nav > li ul > li > a:hover, .sidebar .main-nav > li ul > li > a:focus, .sidebar .main-nav > li ul > li > a:active { color: #344454; } @media (min-width: 768px) { .sidebar.sidebar-mini .main-nav > li > a { background-color: #fdfdfd; } .sidebar.sidebar-mini .main-nav > li > a:hover, .sidebar.sidebar-mini .main-nav > li > a:focus, .sidebar.sidebar-mini .main-nav > li > a:active { background-color: #fdfdfd; border-left: 0 !important; } .sidebar.sidebar-mini .main-nav > li.active > a { color: #546474; background-color: #fdfdfd; border-left: 0 !important; } .sidebar.sidebar-mini .main-nav > li.active > a:hover, .sidebar.sidebar-mini .main-nav > li.active > a:focus, .sidebar.sidebar-mini .main-nav > li.active > a:active { color: #344454; background-color: #fdfdfd; border-left: 0 !important; } .sidebar.sidebar-mini .main-nav > li ul { background-color: #fdfdfd; } .sidebar.sidebar-mini .main-nav > li ul li > a { border-left: 0 !important; } .sidebar.sidebar-mini .main-nav > li ul li.active { background: none; } .sidebar.sidebar-mini .main-nav > li ul li.active a { color: #546474; background: none; } .sidebar.sidebar-mini .main-nav > li ul.open { background-color: #fdfdfd; } } .sidebar.sidebar-left { border-right-width: 0px; left: 0; } .sidebar.sidebar-right { border-left-width: 0px; right: 0; } .sidebar.sidebar-dark { background-color: #282f39; border-color: #2c343f; } .sidebar.sidebar-dark .sidebar-cover { background: rgba(30, 126, 239, 0); background-size: cover; color: #bac2cf; border-bottom: 1px solid #2c343f; } .sidebar.sidebar-dark .sidebar-cover.sidebar-highlight-active { background-color: #242a33; } .sidebar.sidebar-dark .sidebar-cover .sidebar-user:hover { background-color: #242a33; } .sidebar.sidebar-dark .sidebar-cover .fa { font-size: 0.85em; } .sidebar.sidebar-dark .sidebar-footer { background-color: #282f39; } .sidebar.sidebar-dark .sidebar-footer .horizontal-nav { border-top: 1px solid #2c343f; } .sidebar.sidebar-dark .horizontal-nav a { border-left: 3px solid transparent; color: #9da8b9; font-weight: 400; } .sidebar.sidebar-dark .horizontal-nav a:hover, .sidebar.sidebar-dark .horizontal-nav a:focus, .sidebar.sidebar-dark .horizontal-nav a:active { font-weight: 400; outline: 0; color: #e7eaee; } .sidebar.sidebar-dark .main-nav li a { color: #9da8b9; } .sidebar.sidebar-dark .main-nav li.main-nav-label { border-color: #2c343f; } .sidebar.sidebar-dark .main-nav li.main-nav-label span { color: #7f8ea4; } .sidebar.sidebar-dark .main-nav > li > a { border-left: 3px solid transparent; border-right: 3px solid transparent; -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s; -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s; transition: color 0.3s, background-color 0.3s, border-color 0.3s; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .sidebar.sidebar-dark .main-nav > li > a:hover, .sidebar.sidebar-dark .main-nav > li > a:focus, .sidebar.sidebar-dark .main-nav > li > a:active { font-weight: 400; outline: 0; background: #242a33; color: #e7eaee; border-left: 3px solid #1565C0; } .sidebar.sidebar-dark .main-nav > li.active > a { background: #242a33; color: #e7eaee; border-left: 3px solid #1565C0; } .sidebar.sidebar-dark .main-nav > li ul { background-color: #242a33; } .sidebar.sidebar-dark .main-nav > li ul > li > a { border-left: 3px solid transparent; border-left: 3px solid #1565C0; } .sidebar.sidebar-dark .main-nav > li ul > li > a:hover, .sidebar.sidebar-dark .main-nav > li ul > li > a:focus, .sidebar.sidebar-dark .main-nav > li ul > li > a:active { color: #e7eaee; } @media (min-width: 768px) { .sidebar.sidebar-dark.sidebar-mini .main-nav > li > a { background-color: #282f39; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li > a:hover, .sidebar.sidebar-dark.sidebar-mini .main-nav > li > a:focus, .sidebar.sidebar-dark.sidebar-mini .main-nav > li > a:active { background-color: #282f39; border-left: 0 !important; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li.active > a { color: #9da8b9; background-color: #282f39; border-left: 0 !important; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li.active > a:hover, .sidebar.sidebar-dark.sidebar-mini .main-nav > li.active > a:focus, .sidebar.sidebar-dark.sidebar-mini .main-nav > li.active > a:active { color: #e7eaee; background-color: #282f39; border-left: 0 !important; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul { background-color: #282f39; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul li > a { border-left: 0 !important; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul li.active { background: none; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul li.active a { color: #9da8b9; background: none; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul.open { background-color: #282f39; } } .sidebar .main-nav > li > a > span.title, .sidebar .main-nav > li > a > span.label { display: inline-block; } @media (min-width: 768px) { .sidebar.sidebar-mini { width: 5rem; overflow: visible; z-index: 9; position: absolute; top: 0; height: 100%; left: 0; } .sidebar.sidebar-mini .sidebar-header { display: none; } .sidebar.sidebar-mini .horizontal-nav { display: none; } .sidebar.sidebar-mini.sidebar-hidden { margin-left: -5rem; } .sidebar.sidebar-mini .sidebar-user { padding: 1em 1em 1em 1em; } .sidebar.sidebar-mini .sidebar-user .sidebar-user-name { display: none; } .sidebar.sidebar-mini .sidebar-user .sidebar-user-img img.img-circle { width: 100%; height: auto; } .sidebar.sidebar-mini .main-nav-label { display: none; } .sidebar.sidebar-mini .main-nav > li { position: relative; background-color: initial; } .sidebar.sidebar-mini .main-nav > li > a { border-left: 0; border-right: 0; width: 5rem; overflow: hidden; white-space: nowrap; } .sidebar.sidebar-mini .main-nav > li > a i { width: 5rem; display: inline-block; font-size: 1.2em; text-align: center; padding: 0; margin: 0; margin-right: 0.8em; } .sidebar.sidebar-mini .main-nav > li > a span.label { display: none; } .sidebar.sidebar-mini .main-nav > li > a .menu-caret { display: none; } .sidebar.sidebar-mini .main-nav > li > a::after { display: none; } .sidebar.sidebar-mini .main-nav > li.active a { border: none; background-color: initial; } .sidebar.sidebar-mini .main-nav > li ul { position: absolute; display: block; width: 0; overflow-x: hidden; left: 5.2rem; max-height: 1000px !important; } .sidebar.sidebar-mini .main-nav > li ul li a { width: 12.3rem; padding-left: 1em; } .sidebar.sidebar-mini .main-nav > li:hover { border-left: none; } .sidebar.sidebar-mini .main-nav > li:hover > a { width: 17.5rem; -webkit-animation-name: sidebar-slide-link; animation-name: sidebar-slide-link; -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); border-left: 0; } @-webkit-keyframes sidebar-slide-link { from { width: 0; } to { width: 17.5rem; } } @keyframes sidebar-slide-link { from { width: 0; } to { width: 17.5rem; } } .sidebar.sidebar-mini .main-nav > li:hover ul { display: block; width: 12.3rem; -webkit-animation-name: sidebar-slide-list; animation-name: sidebar-slide-list; -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); max-height: 1000px !important; } @-webkit-keyframes sidebar-slide-list { from { width: 0; } to { width: 12.3rem; } } @keyframes sidebar-slide-list { from { width: 0; } to { width: 12.3rem; } } } /* * * * * * * * * * * Dropdown Menu styling * * * * * * * * * * */ .dropdown-menu { width: auto; border-radius: 0; font-size: 13px; font-size: 1rem; padding: 0; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; overflow: hidden; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); margin-top: 1px; -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @media (min-width: 992px) { .dropdown-menu { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .dropdown-menu { font-size: 14px; font-size: 1rem; } } .dropdown-menu > li a { padding: 1em 1.5em; } .dropdown-menu .divider { margin: 0; padding: 0; } .dropdown-menu.list-group { width: 24em; color: #55616d; } .dropdown-menu.list-group.list-group-wide { width: 26em; } .dropdown-menu.list-group.list-group-wide li a .media-content { white-space: normal; } .dropdown-menu.list-group.list-group-linked li.list-group-item a { padding: 0.8em 1.5em 0.8em 0.8em; } .dropdown-menu.list-group li a { font-size: 0.95em; } .dropdown-menu.list-group li a .media { position: relative; } .dropdown-menu.list-group li a .media .media-right { position: absolute; right: 0; top: 0; } .dropdown-menu.list-group li a .media .media-user { margin-top: 0.1em; margin-bottom: 0.3em; } .notification-dropdown .media .media-left { padding-top: 2px; } .dropup .dropdown-menu { -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; } @-webkit-keyframes fadeIn { 0% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes fadeIn { 0% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } /* * * * * * * * * * * Alerts Styling * * * * * * * * * * */ .alert { font-size: 13px; font-size: 1rem; padding: 0.75em 1em; border-radius: 0; border: 1px solid #eee; } @media (min-width: 992px) { .alert { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .alert { font-size: 14px; font-size: 1rem; } } .alert.alert-success { background-color: #bcf2ed; border-color: #26c1b2; color: #198177; } .alert.alert-warning { background-color: #fff3de; border-color: #FFB12B; color: #de8c00; } .alert.alert-info { background-color: #beddf7; border-color: #1E88E5; color: #1360a4; } .alert.alert-danger { background-color: #fed7de; border-color: #FC5F7C; color: #fb1943; } .alert.alert-dissmissable button { color: inherit; font-size: 1em; opacity: 0.8; } .alert.alert-dissmissable button:hover { opacity: 1; } .alert.alert-dissmissable button span { font-size: 1em; } .alert .alert-link { font-weight: bold; color: inherit; } .alert-bold { font-size: 13px; font-size: 1rem; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 0; } @media (min-width: 992px) { .alert-bold { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .alert-bold { font-size: 14px; font-size: 1rem; } } .alert-bold.alert-success { background-color: #26c1b2; color: white; } .alert-bold.alert-warning { background-color: #FFB12B; color: white; } .alert-bold.alert-info { background-color: #1E88E5; color: white; } .alert-bold.alert-danger { background-color: #FC5F7C; color: white; } .close { line-height: 1.4; } .modal-content { -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .modal-header, .modal-body, .modal-footer { padding: 1em 1.5em; } .toast-top-right, .toast-top-left { top: 5em; } .toast-warning { background-color: #FFB12B; } .toast-info { background-color: #1E88E5; } /* * * * * * * * Progress Styling * * * * * * * */ .progress { height: 1.8em; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; background-color: #e7e7e7; font-weight: 600; font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .progress { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .progress { font-size: 14px; font-size: 1rem; } } .progress .progress-bar { -webkit-box-shadow: none; box-shadow: none; background-color: #7259EF; font-weight: 400; font-size: 1em; line-height: 1.8em; } .progress .progress-bar.progress-bar-info { background-color: #1E88E5; } .progress .progress-bar.progress-bar-warning { background-color: #FFB12B; } .progress .progress-bar.progress-bar-danger { background-color: #FC5F7C; } .progress .progress-bar.progress-bar-success { background-color: #26c1b2; } .progress.progress-md { height: 4px; background-color: #f0eefd; } .progress.progress-md.progress-md-info { background-color: #beddf7; } .progress.progress-md.progress-md-warning { background-color: #fff3de; } .progress.progress-md.progress-md-danger { background-color: #fed7de; } .progress.progress-md.progress-md-success { background-color: #bcf2ed; } /* * * * * * * * * * * Label Styling * * * * * * * * * * */ .label { font-size: 0.9em; padding: 0.5em 1em 0.5em; vertical-align: middle; display: inline-block; font-family: "Open Sans", sans-serif; font-weight: 500; line-height: 1.2; border: 0px solid #aaa; border-radius: 1px; margin-right: 0.5em; vertical-align: middle; } .label.label-short { padding: 0.15em 0.7em 0.17em; } .label.label-default { background-color: #777; border-color: #555; } .label.label-primary { background-color: #7259EF; border-color: #5234eb; } .label.label-info { background-color: #1E88E5; border-color: #1360a4; } .label.label-warning { background-color: #FFB12B; border-color: #de8c00; } .label.label-danger { background-color: #FC5F7C; border-color: #fb1943; } .label.label-success { background-color: #26c1b2; border-color: #198177; } .label.label-white { background-color: #ddd; color: #333; } .label.label-chip { border-radius: 2em; } /* * * * * * * * * * * Badge Styling * * * * * * * * * * */ .badge { font-size: 0.9em; margin: 0; padding: 0; vertical-align: middle; padding: 0.3em 0.6em 0.3em 0.6em; margin-left: 0.2em; text-align: center; } .badge.badge-round { display: inline-block; -webkit-box-sizing: content-box; box-sizing: content-box; height: 1.6em; line-height: 1.5; width: 1.6em; padding: 0; text-align: center; border-radius: 50%; } .badge.badge-round-large { font-size: 0.8em; display: inline-block; -webkit-box-sizing: content-box; box-sizing: content-box; height: 2.2em; line-height: 2.2; width: 2.2em; padding: 0; text-align: center; border-radius: 50%; } /* * * * * * * * * * * List Group Styling * * list-group * * * * * * * * * * */ .list-group { border-radius: 0; } .list-group.list-group-panelled { border-top: 0; border-radius: 0; margin: 0; } .list-group.list-group-panelled .list-group-item { border-left: 0; border-right: 0; } .list-group.list-group-panelled .list-group-item:first-child { border-top: 0; } .list-group.list-group-panelled .list-group-item:last-child { border-bottom: 0; } .list-group.list-group-linked .list-group-item { padding: 0; } .list-group.list-group-linked .list-group-item > a.link-wrapper { display: block; cursor: pointer; padding: 1em; color: inherit; text-decoration: none; overflow: auto; -webkit-transition: 0.5s background-color; -o-transition: 0.5s background-color; transition: 0.5s background-color; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .list-group.list-group-linked .list-group-item > a.link-wrapper:hover { background-color: #f7f7f7; } .list-group .list-group-item { padding: 1em; border-color: #eee; background-color: #ffffff; } .list-group .list-group-item:first-child { border-radius: 0; } .list-group .list-group-item:last-child { border-radius: 0; } .list-group.list-group-striped > .list-group-item:nth-of-type(even) { background-color: #f7f7f7; } ul.block-list { margin: 0; padding: 0; display: block; } ul.block-list li { margin: 0; padding: 0; display: block; } /* * * * * * * * Styling for Small Components * breadcrumb, main page title (ribbon), notification-pulse sign, ripple effect * * * * * * * */ .ribbon { padding: 1.5em 40px 1.5em; color: #55616d; } .ribbon h2 { margin: 0; padding: 0; font-size: 1.7623416832em; } .breadcrumb { font-size: 1em; margin: 0; padding: 0; padding-top: 0.5em; background: none; font-size: 1em; } .breadcrumb a { color: #78828c; font-size: 1em; } .breadcrumb.breadcrumb-caret li + li::before { content: "\e258"; font-family: "Glyphicons Halflings"; line-height: 1; font-size: 0.7em; padding-left: 3px; padding-right: 7px; } @-webkit-keyframes scaleThrice { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 100% { -webkit-transform: scale(6); transform: scale(6); opacity: 0; } } @keyframes scaleThrice { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 100% { -webkit-transform: scale(6); transform: scale(6); opacity: 0; } } .notification-pulse { position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .notification-pulse.pulse-right { position: absolute; right: 15px; margin-top: -1px; z-index: 13; } .notification-pulse.pulse-left { position: absolute; left: 14px; top: 14px; } .notification-pulse::after { content: " "; display: block; position: absolute; top: 2px; left: 2px; background: #EF5350; width: 4px; height: 4px; border-radius: 50%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .notification-pulse::before { content: " "; display: block; position: absolute; top: 2px; left: 2px; background: none; border: 1px solid #EF5350; width: 4px; height: 4px; border-radius: 50%; opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-animation-name: scaleThrice; animation-name: scaleThrice; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease; animation-timing-function: ease; } .easyPieChart canvas { position: absolute; top: 0; left: 0; } @-webkit-keyframes ripple-animation { from { -webkit-transform: scale(1); transform: scale(1); opacity: 0.4; } to { -webkit-transform: scale(100); transform: scale(100); opacity: 0; } } @keyframes ripple-animation { from { -webkit-transform: scale(1); transform: scale(1); opacity: 0.4; } to { -webkit-transform: scale(100); transform: scale(100); opacity: 0; } } .ripple-effect { position: absolute; border-radius: 50%; width: 50px; height: 50px; background: white; -webkit-animation: ripple-animation 2s; animation: ripple-animation 2s; } .main-nav .ripple-effect { position: absolute; border-radius: 50%; width: 50px; height: 50px; background: black; -webkit-animation: ripple-animation 2s; animation: ripple-animation 2s; } .tooltip .tooltip-inner { padding: 1em 1em 0.8em 1em; } .popover { border-radius: 0px; } .popover .popover-content { padding: 1em 1em 0.8em 1em; } .mdi { font-size: 1em; vertical-align: baseline; } .mdi.mdi-1-5x { font-size: 1.5em; } .mdi.mdi-2x { font-size: 2em; } .mdi.mdi-3x { font-size: 3em; } .mdi.mdi-4x { font-size: 4em; } .mdi.mdi-5x { font-size: 5em; } .mdi::before { font-size: 1.2em; position: relative; bottom: 0px; vertical-align: middle; line-height: 1; } .panel-action .mdi::before, .mdi.mdi-adjusted::before { position: relative; bottom: 0.12em; } .btn .mdi::before { position: relative; bottom: 0px; } .navbar .btn .mdi::before { position: relative; bottom: 0; } .navbar .navbar-nav li .mdi::before { position: relative; bottom: 0em; font-size: 1.4em; } .btn-sm .mdi { position: relative; bottom: 1px; } /* * Layout for Emphasize Admin Pages * */ .page { -webkit-transition: 0.3s margin-left; -o-transition: 0.3s margin-left; transition: 0.3s margin-left; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); margin-left: 0; } @media (min-width: 768px) { .page { margin-left: 17.5rem; } .page.full-width { margin-left: 0; } } .fullpage-form-container { /* Class Used on page element for login/signup etc. For pages that have just a form. */ width: 32em; margin: auto; margin-top: 7%; } .fullpage-form-container.fullpage-form-container-wide { margin-top: 5%; width: 35em; } .sidebar-toggled-mini .page { /* .sidebar-toogled-mini Class Used on body element when the sidebar is in collapsed mini state. */ } @media (min-width: 768px) { .sidebar-toggled-mini .page { margin-left: 5rem; } } .sidebar-toggled-visible .page { /* .sidebar-toogled-mini Class Used on body element when the sidebar is visible. */ margin-left: 0; } @media (min-width: 768px) { .sidebar-toggled-visible .page { margin-left: 17.5rem; } .sidebar-toggled-visible .page.full-width { margin-left: 0; } } @media (min-width: 768px) { .sidebar-toggled-visible.sidebar-toggled-mini .page { margin-left: 5rem; } } .sidebar-toggled-hidden.sidebar-toggled-mini .page { margin-left: 0; } .sidebar-toggled-hidden .page { margin-left: 0; } .page-content { padding-top: 0px; padding-left: 15px; padding-right: 15px; } .page-content.no-padding { padding-left: 0px; padding-right: 0px; } .fixed-navbar-top .page { /* .fixed-navbar-top Class Used on body element when the navbar is fixed on top. */ padding-top: 4.7rem; } .page-wrapper { position: relative; } .row-table { /* A new form of grid that used display:table */ width: 100%; height: 100%; margin: 0; display: table; table-layout: fixed; } .row-table::after, .row-table::before { display: none; content: ""; } .row-table > [class*=col-] { display: table-cell; margin: 0; padding: 0; vertical-align: top; float: none; table-layout: fixed; } .row-table.row-middle > [class*=col-] { vertical-align: middle; } .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 { /*Reduce default grid padding on small screens*/ padding-left: 10px; padding-right: 10px; } @media (min-width: 768px) { .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 15px; padding-right: 15px; } } .page-content { /*Reduce default Page padding on small screens*/ padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .page-content { padding-left: 15px; padding-right: 15px; } } .panel-email { -webkit-box-shadow: none; box-shadow: none; background: transparent; } .inbox-container { position: relative; } .inbox-container:before, .inbox-container:after { content: " "; display: table; } .inbox-container:after { clear: both; } .inbox-sidebar { padding: 1em 1em; width: 18rem; color: #78828c; min-height: 100vh; position: absolute; left: 0; top: 0; -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); border-right: 1px solid #eee; } .inbox-sidebar .inbox-sidebar-btn { padding: 1em; } .inbox-container.inbox-sidebar-visible .inbox-sidebar { width: 18rem; display: block; z-index: 2; background-color: #f1f6fb; } .inbox-container .inbox-sidebar { width: 0; display: none; z-index: 2; } .inbox-container .inbox-emails { margin-left: 0rem; z-index: 1; } @media (min-width: 1200px) { .inbox-container .inbox-sidebar { display: block; width: 18rem; z-index: 2; } .inbox-container .inbox-emails { margin-left: 18rem; z-index: 1; } } .inbox-emails { background: white; min-height: 100vh; } .email-nav.main-nav a { width: 100%; color: #78828c; font-weight: 500; } .email-nav.main-nav a:hover { color: #55616d; } .email-sections { display: table-row; width: 100%; } .email-sections:before, .email-sections:after { content: " "; display: table; } .email-sections:after { clear: both; } .inbox-emails { position: relative; left: -1px; margin-left: 18rem; border-left: 1px solid #eee; overflow-x: auto; } .inbox-actions { padding: 1.5em; } .emails { display: block; padding: 0; margin: 0; display: table; width: 100%; min-width: 650px; } .emails .email { display: table-row; width: 100%; list-style-type: none; padding: 0; margin: 0; padding: 1em; padding-right: 2em; position: relative; height: 4em; cursor: pointer; color: #64707c; } .emails .email.unread { font-weight: 600; color: #55616d; background-color: #f5f5f5; } .emails .email:hover { background-color: #f3f3f3; } .emails .email .email-section { display: table-cell; line-height: 2em; vertical-align: middle; border-bottom: 1px solid #eee; } .emails .email .email-actions-left { width: 4.6em; padding-left: 1.6em; text-align: left; } .emails .email .email-sender { width: 20em; text-align: left; } .emails .email .email-left { display: table-row; } .emails .email .email-right { display: table-row; } .emails .email .email-details { color: #78828c; font-size: 0.8em; padding-top: 0.4em; padding-right: 2em; width: 7em; } .emails-message { min-width: 32px; } .emails-message .message-sender { padding: 1em; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .emails-message .message-user { font-size: 1.15em; padding-top: 0.3em; } .emails-message .message-details { width: 10em; text-align: right; } .emails-message .message-message { padding: 2em; max-width: 80em; font-size: 1.05em; } .inbox-compose-form { min-width: 650px; padding: 0em 2em 2em; } .inbox-compose-form textarea.form-control { border: 1px solid #ddd; margin-top: 1em; height: 13em; resize: none; } .inbox-compose-form textarea.form-control:focus { border: 2px solid #1E88E5; } .dropzone { width: 100%; height: 7em; padding-top: 2.8em; text-align: center; border: none; margin-bottom: 2em; cursor: pointer; background-color: #f5f5f5; border: 1px dashed #aaa; } .dropzone:hover { background-color: #eee; } .wysihtml5-toolbar { position: absolute; left: 2px; top: 2px; width: 100%; height: 3.1em; padding: 0em; border-bottom: 1px solid #ddd; } .wysihtml5-toolbar li:first-child > .btn, .wysihtml5-toolbar > .btn-group { border-left-width: 0px; } .wysihtml5-toolbar li > .btn, .wysihtml5-toolbar li > .btn-group { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; border-left-width: 1px; border-right-width: 1px; } .wysihtml5-toolbar li > .btn .btn, .wysihtml5-toolbar li > .btn-group .btn { border-right-width: 0px; } .wysihtml5-toolbar .btn.btn-default { background: #fff; } .wysi-textarea-container { padding: 0em; margin-top: 1em; position: relative; } ul.wysihtml5-toolbar > li { margin: 0 !important; } .wysihtml5-sandbox { margin-top: 0 !important; padding: 3.5em 0.5em 0.5em !important; height: 20em !important; } .nav-tabs.profile-tabs li a { padding: 1.5em 3em; } .activity { display: block; margin: 0; padding: 0; } .activity .activity-post { display: block; margin: 0; padding: 0; } .activity .activity-post .activity-image { width: 2.7em; height: 2.7em; margin-left: 0.4em; margin-right: 0.4em; } .activity .activity-post .activity-post-content { padding-top: 0; padding-bottom: 0; } .activity .activity-post .activity-post-footer { padding: 0.8em 1.5em; } .activity .activity-post .activity-post-action { margin-right: 1em; color: #78828c; font-size: 0.9em; } .activity .activity-post .activity-post-action .btn-default.btn { color: #78828c; } .activity .activity-post .activity-post-title { padding: 1.3em 1em; margin-bottom: 0em; } .activity .activity-post .activity-post-title a { font-weight: 600; color: #64707c; } .activity .activity-post .time { font-size: 0.8em; margin-left: 1em; } .activity-post-gallery .gallery-image { height: 13em; display: inline-block; padding: 0em; margin-right: 1.3em; margin-bottom: 1.3em; } .fc-toolbar.fc-header-toolbar { padding: 1.5em 2em; padding-top: 6em; color: #fff; background-color: #7259EF; margin-bottom: 0; } .fc-toolbar.fc-header-toolbar button { background: none; color: #fff; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border: none; padding: 0.9em 2em; height: 2.8em; line-height: 1; background-color: rgba(255, 255, 255, 0); border-radius: 0px; text-transform: capitalize; font-family: "Open Sans", sans-serif; text-shadow: none; } .fc-toolbar.fc-header-toolbar button:hover { background-color: rgba(255, 255, 255, 0.1); } .fc-left h2 { font-size: 1.7em; line-height: 1.6470588235; } table .fc-head .fc-widget-header td, table .fc-head .fc-widget-header th, table .fc-head .fc-widget-content td, table .fc-head .fc-widget-content th, table .fc-body .fc-widget-header td, table .fc-body .fc-widget-header th, table .fc-body .fc-widget-content td, table .fc-body .fc-widget-content th { padding: 0.5em 0.1em; } .fc-widget-content .fc-day-grid .fc-day-number { padding: 0.8em; } .fc-month-view > table { border-left: none !important; } .fc-month-view > table > thead > tr > td, .fc-month-view > table > tbody > tr > td { border-left: none !important; border-right: none !important; } .external-events .fc-event { margin-bottom: 0.5em; } .fc-event, .fc-event-dot { border-radius: 0; padding: 0.3em; background-color: #1E88E5; } .faq .panel { -webkit-box-shadow: none; box-shadow: none; margin-bottom: 1em; } .faq .panel .panel-collapse .panel-body { border-top: none; padding: 1em 1em; padding-top: 0; font-size: 1em; color: #64707c; } .faq .panel-heading { padding: 0 !important; } .faq .panel-heading a { display: block; padding: 1em 0em; font-weight: 500; color: #1565C0; } .faq .panel-heading a:focus, .faq .panel-heading a:active, .faq .panel-heading a:hover { background: none; border: none; outline: none; text-decoration: none; } .invoice-summary:before, .invoice-summary:after { content: " "; display: table; } .invoice-summary:after { clear: both; } .panel.pricing-panel { margin-top: 1em; margin-left: 0.5em; margin-right: 0.5em; font-weight: 500; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); background-color: #f7f7f7; border-radius: 0; } .panel.pricing-panel.pricing-popular { -webkit-transform: scale(1.04); -ms-transform: scale(1.04); transform: scale(1.04); -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .panel.pricing-panel .panel-body { padding: 0; } .panel.pricing-panel .pricing-title { padding: 2em 0em; border-radius: 0; } .panel.pricing-panel .pricing-title h2 { font-size: 1.7623416832em; margin-bottom: 0; } .panel.pricing-panel .pricing-price { padding: 2.5em; } .panel.pricing-panel .pricing-price h2 { font-size: 3em; margin-bottom: 0; font-weight: 500; } .pricing-feature-list { display: block; margin: 0; padding: 0; margin-bottom: 0em; border-bottom: 1px solid #eee; } .pricing-feature-list li { color: #64707c; display: block; margin: 0; padding: 1em; font-size: 1.12em; border-top: 1px solid #eee; } .pricing-button { padding: 1em; } .ct-series-a .ct-line { /* Set the colour of this series line */ stroke: #36a2eb; /* Control the thikness of your lines */ stroke-width: 4px; /* Create a dashed line with a pattern */ } .ct-series-a .ct-point { /* Colour of your points */ stroke: #36a2eb; /* Size of your points */ stroke-width: 6px; /* Make your points appear as squares */ } .ct-series-b .ct-line { /* Set the colour of this series line */ stroke: #ff6384; /* Control the thikness of your lines */ stroke-width: 4px; /* Create a dashed line with a pattern */ } .ct-series-b .ct-point { /* Colour of your points */ stroke: #ff6384; /* Size of your points */ stroke-width: 6px; /* Make your points appear as squares */ } .ct-series-a .ct-bar { /* Colour of your bars */ stroke: #ff6384; /* The width of your bars */ stroke-width: 25px; } .ct-series-b .ct-bar { /* Colour of your bars */ stroke: #36a2eb; /* The width of your bars */ stroke-width: 25px; } .ct-series-a .ct-slice-pie { /* fill of the pie slieces */ fill: #36a2eb; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-b .ct-slice-pie { /* fill of the pie slieces */ fill: #ffce56; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-c .ct-slice-pie { /* fill of the pie slieces */ fill: #4bc0c0; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-d .ct-slice-pie { /* fill of the pie slieces */ fill: #9966ff; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-e .ct-slice-pie { /* fill of the pie slieces */ fill: #ff9f40; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-chart-donut .ct-label { fill: white; } .ct-chart-pie .ct-label { fill: white; } .ct-series-a .ct-slice-donut, .ct-series-a .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #36a2eb; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-b .ct-slice-donut, .ct-series-b .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #ffce56; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-c .ct-slice-donut, .ct-series-c .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #4bc0c0; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-d .ct-slice-donut, .ct-series-d .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #9966ff; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-e .ct-slice-donut, .ct-series-e .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #ff9f40; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .easy-pie-chart { position: relative; } .easy-pie-chart canvas { position: absolute; top: 0; left: 0; } .easy-pie-chart { width: 110px; height: 110px; text-align: center; line-height: 120px; margin-right: 1em; } .demo-elements { padding: 1em 0em 0em; } .demo-section { margin-bottom: 0.5em; } .jqstooltip { max-width: 500px !important; max-height: 500px !important; height: 30px !important; width: auto !important; } .jqsfield { font-size: 10px !important; } .fontawesome-icon-list div { padding: 1em 1.5em; } .fontawesome-icon-list div .fa { font-size: 1.2em; margin-right: 0.4em; } .fontawesome-icon-list div:hover { background-color: #f1f6fb; cursor: pointer; } #icons .page-header { border-bottom: 0; } .mid-icons #icons div { display: inline-block; width: 25%; padding: 1.2em; } .oi { font-size: 0.9em; } #oi-icons div { display: inline-block; width: 25%; padding: 1.2em; } #oi-icons div .oi { font-size: 1.1em; margin-right: 0.2em; } .sidebar-theming-heading { padding: 1.5em 1.5em; } .sidebar-theming-body { padding: 0.5em 1.5em 0.5em 1.5em; } .sidebar-theming-section { margin-bottom: 2em; } .nav.nav-tabs.sidebar-theming { border: none; margin-bottom: 4px; } .nav.nav-tabs.sidebar-theming li { border: none; margin-right: 1em; } .nav.nav-tabs.sidebar-theming li a { padding: 1px; border: none; border-radius: 2px; display: block; padding: 0; opacity: 0.9; width: 1.8em; height: 1.8em; line-height: 1.6em; background-color: #eee; text-align: center; color: #333; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); } .nav.nav-tabs.sidebar-theming li a .fa, .nav.nav-tabs.sidebar-theming li a .mdi, .nav.nav-tabs.sidebar-theming li a .oi { font-size: 0.8em; display: none; } .nav.nav-tabs.sidebar-theming li a.active .fa, .nav.nav-tabs.sidebar-theming li a.active .mdi, .nav.nav-tabs.sidebar-theming li a.active .oi { display: inline; } .nav.nav-tabs.sidebar-theming li a:hover { opacity: 1; -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .nav.nav-tabs.sidebar-theming li a.dark { background: #282F39; color: white; } .nav.nav-tabs.sidebar-theming li a.info { background-color: #1E88E5; color: white; } .nav.nav-tabs.sidebar-theming li a.primary { background-color: #7259EF; color: white; } .nav.nav-tabs.sidebar-theming li a.success { background-color: #26c1b2; color: white; } /*# sourceMappingURL=style.css.map */
public/admin/css/style.css
* Typography Styling * * * * * * * */ :root { font-size: 13px; } @media (min-width: 992px) { :root { font-size: 13px; } } @media (min-width: 1200px) { :root { font-size: 14px; } } body { font-family: "Open Sans", sans-serif; font-size: 13px; font-size: 1rem; background-color: #f1f6fb; font-weight: 400; color: #55616d; } @media (min-width: 992px) { body { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { body { font-size: 14px; font-size: 1rem; } } body.white { background-color: initial; } /* Headings */ h1, h2, h3, h4, h5, h6 { font-family: "Rubik", sans-serif; margin: 0; padding: 0em; line-height: 1.1; font-weight: 300; text-align: inherit; margin-bottom: 0.7em; } h1.no-margin, h2.no-margin, h3.no-margin, h4.no-margin, h5.no-margin, h6.no-margin { margin-bottom: 0; } h1.padded, h2.padded, h3.padded, h4.padded, h5.padded, h6.padded { margin-bottom: 0; padding-bottom: 0.5em; } h1.fixed-margin, h2.fixed-margin, h3.fixed-margin, h4.fixed-margin, h5.fixed-margin, h6.fixed-margin { margin-bottom: 1.2rem; } h1 { font-size: 22.9104418816px; font-size: 1.7623416832rem; } @media (min-width: 992px) { h1 { font-size: 22.9104418816px; font-size: 1.7623416832rem; } } @media (min-width: 1200px) { h1 { font-size: 24.6727835648px; font-size: 1.7623416832rem; } } h2 { font-size: 20.45575168px; font-size: 1.57351936rem; } @media (min-width: 992px) { h2 { font-size: 20.45575168px; font-size: 1.57351936rem; } } @media (min-width: 1200px) { h2 { font-size: 22.02927104px; font-size: 1.57351936rem; } } h3 { font-size: 18.264064px; font-size: 1.404928rem; } @media (min-width: 992px) { h3 { font-size: 18.264064px; font-size: 1.404928rem; } } @media (min-width: 1200px) { h3 { font-size: 19.668992px; font-size: 1.404928rem; } } h4 { font-size: 16.3072px; font-size: 1.2544rem; } @media (min-width: 992px) { h4 { font-size: 16.3072px; font-size: 1.2544rem; } } @media (min-width: 1200px) { h4 { font-size: 17.5616px; font-size: 1.2544rem; } } h5 { font-size: 14.56px; font-size: 1.12rem; } @media (min-width: 992px) { h5 { font-size: 14.56px; font-size: 1.12rem; } } @media (min-width: 1200px) { h5 { font-size: 15.68px; font-size: 1.12rem; } } h6 { font-size: 13px; font-size: 1rem; font-weight: 400; } @media (min-width: 992px) { h6 { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { h6 { font-size: 14px; font-size: 1rem; } } /* Paragraph */ p { margin-bottom: 1.2em; line-height: 1.4; } p.no-margin { margin-bottom: 0; } p.padded { margin-bottom: 0; padding-bottom: 1.2em; } p.fixed-margin { margin-bottom: 1.2rem; } /* Code */ code { background-color: #f7f7f7; border-radius: 0; padding: 0.2em 0.5em; font-family: "Source Code Pro", monospace; } /* blockquotes */ blockquote { font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { blockquote { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { blockquote { font-size: 14px; font-size: 1rem; } } blockquote p { font-size: 1.12em; } blockquote footer { font-size: 1.12em; } blockquote cite { font-weight: 600; } /* Links */ a { color: #1565C0; cursor: pointer; } a:hover, a:focus, a:active { text-decoration: underline; color: #1565C0; } .text-muted { color: #78828c; } .text-dark { color: #4b5661; } .text-dimmed { color: #64707c; } .text-inactive { color: #aab4be; } .text-primary { color: #664bee; } .text-info { color: #187bd1; } .text-warning { color: #ffa60c; } .text-danger { color: #fc4b6c; } .text-success { color: #23b0a2; } hr { border-color: #eee; } .jumbotron, .container .jumbotron, .container-fluid .jumbotron { background-color: #f7f7f7; border-radius: 0; padding: 2em; } .nowrap { white-space: nowrap; } .align-left { text-align: left; } .align-right { text-align: right; } .align-center { text-align: center; } .semi-bold { font-weight: 600; } .normal-weight { font-weight: 400; } .text-small { font-size: 0.9em; } .text-large { font-size: 1.2em; } .mg-null { margin-left: 0 !important; margin-right: 0 !important; margin-top: 0 !important; margin-bottom: 0 !important; } .mg-null-h { margin-right: 0 !important; margin-right: 0 !important; } .mg-null-v { margin-top: 0 !important; margin-bottom: 0 !important; } .mg-null-r { margin-right: 0 !important; } .mg-null-l { margin-left: 0 !important; } .mg-null-b { margin-bottom: 0 !important; } .mg-null-t { margin-top: 0 !important; } .mg-xs { margin-left: 0.2em !important; margin-right: 0.2em !important; margin-top: 0.2em !important; margin-bottom: 0.2em !important; } .mg-xs-h { margin-right: 0.2em !important; margin-right: 0.2em !important; } .mg-xs-v { margin-top: 0.2em !important; margin-bottom: 0.2em !important; } .mg-xs-r { margin-right: 0.2em !important; } .mg-xs-l { margin-left: 0.2em !important; } .mg-xs-b { margin-bottom: 0.2em !important; } .mg-xs-t { margin-top: 0.2em !important; } .mg-sm { margin-left: 0.5em !important; margin-right: 0.5em !important; margin-top: 0.5em !important; margin-bottom: 0.5em !important; } .mg-sm-h { margin-right: 0.5em !important; margin-right: 0.5em !important; } .mg-sm-v { margin-top: 0.5em !important; margin-bottom: 0.5em !important; } .mg-sm-r { margin-right: 0.5em !important; } .mg-sm-l { margin-left: 0.5em !important; } .mg-sm-b { margin-bottom: 0.5em !important; } .mg-sm-t { margin-top: 0.5em !important; } .mg-n, .mg { margin-left: 1em !important; margin-right: 1em !important; margin-top: 1em !important; margin-bottom: 1em !important; } .mg-n-h, .mg-h { margin-right: 1em !important; margin-right: 1em !important; } .mg-n-v, .mg-v { margin-top: 1em !important; margin-bottom: 1em !important; } .mg-n-r, .mg-r { margin-right: 1em !important; } .mg-n-l, .mg-l { margin-left: 1em !important; } .mg-n-b, .mg-b { margin-bottom: 1em !important; } .mg-n-t, .mg-t { margin-top: 1em !important; } .mg-lg { margin-left: 1.5em !important; margin-right: 1.5em !important; margin-top: 1.5em !important; margin-bottom: 1.5em !important; } .mg-lg-h { margin-right: 1.5em !important; margin-right: 1.5em !important; } .mg-lg-v { margin-top: 1.5em !important; margin-bottom: 1.5em !important; } .mg-lg-r { margin-right: 1.5em !important; } .mg-lg-l { margin-left: 1.5em !important; } .mg-lg-b { margin-bottom: 1.5em !important; } .mg-lg-t { margin-top: 1.5em !important; } .mg-xlg { margin-left: 2em !important; margin-right: 2em !important; margin-top: 2em !important; margin-bottom: 2em !important; } .mg-xlg-h { margin-right: 2em !important; margin-right: 2em !important; } .mg-xlg-v { margin-top: 2em !important; margin-bottom: 2em !important; } .mg-xlg-r { margin-right: 2em !important; } .mg-xlg-l { margin-left: 2em !important; } .mg-xlg-b { margin-bottom: 2em !important; } .mg-xlg-t { margin-top: 2em !important; } .mg-center { margin-left: auto !important; margin-right: auto !important; } .pd-null { padding-left: 0 !important; padding-right: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; } .pd-null-h { padding-right: 0 !important; padding-right: 0 !important; } .pd-null-v { padding-top: 0 !important; padding-bottom: 0 !important; } .pd-null-r { padding-right: 0 !important; } .pd-null-l { padding-left: 0 !important; } .pd-null-b { padding-bottom: 0 !important; } .pd-null-t { padding-top: 0 !important; } .pd-xs { padding-left: 0.2em !important; padding-right: 0.2em !important; padding-top: 0.2em !important; padding-bottom: 0.2em !important; } .pd-xs-h { padding-right: 0.2em !important; padding-right: 0.2em !important; } .pd-xs-v { padding-top: 0.2em !important; padding-bottom: 0.2em !important; } .pd-xs-r { padding-right: 0.2em !important; } .pd-xs-l { padding-left: 0.2em !important; } .pd-xs-b { padding-bottom: 0.2em !important; } .pd-xs-t { padding-top: 0.2em !important; } .pd-sm { padding-left: 0.5em !important; padding-right: 0.5em !important; padding-top: 0.5em !important; padding-bottom: 0.5em !important; } .pd-sm-h { padding-right: 0.5em !important; padding-right: 0.5em !important; } .pd-sm-v { padding-top: 0.5em !important; padding-bottom: 0.5em !important; } .pd-sm-r { padding-right: 0.5em !important; } .pd-sm-l { padding-left: 0.5em !important; } .pd-sm-b { padding-bottom: 0.5em !important; } .pd-sm-t { padding-top: 0.5em !important; } .pd-n, .pd { padding-left: 1em !important; padding-right: 1em !important; padding-top: 1em !important; padding-bottom: 1em !important; } .pd-n-h, .pd-h { padding-right: 1em !important; padding-right: 1em !important; } .pd-n-v, .pd-v { padding-top: 1em !important; padding-bottom: 1em !important; } .pd-n-r, .pd-r { padding-right: 1em !important; } .pd-n-l, .pd-l { padding-left: 1em !important; } .pd-n-b, .pd-b { padding-bottom: 1em !important; } .pd-n-t, .pd-t { padding-top: 1em !important; } .pd-lg { padding-left: 1.5em !important; padding-right: 1.5em !important; padding-top: 1.5em !important; padding-bottom: 1.5em !important; } .pd-lg-h { padding-right: 1.5em !important; padding-right: 1.5em !important; } .pd-lg-v { padding-top: 1.5em !important; padding-bottom: 1.5em !important; } .pd-lg-r { padding-right: 1.5em !important; } .pd-lg-l { padding-left: 1.5em !important; } .pd-lg-b { padding-bottom: 1.5em !important; } .pd-lg-t { padding-top: 1.5em !important; } .pd-xlg { padding-left: 2em !important; padding-right: 2em !important; padding-top: 2em !important; padding-bottom: 2em !important; } .pd-xlg-h { padding-right: 2em !important; padding-right: 2em !important; } .pd-xlg-v { padding-top: 2em !important; padding-bottom: 2em !important; } .pd-xlg-r { padding-right: 2em !important; } .pd-xlg-l { padding-left: 2em !important; } .pd-xlg-b { padding-bottom: 2em !important; } .pd-xlg-t { padding-top: 2em !important; } .bg-primary { color: #fff; background-color: #7259EF; } .bg-info { color: #fff; background-color: #1E88E5; } .bg-warning { color: #fff; background-color: #FFB12B; } .bg-danger { color: #fff; background-color: #FC5F7C; } .bg-success { color: #fff; background-color: #26c1b2; } .bg-grey { background-color: #f5f5f5; } /* * * * * * * * Table Styling * * * * * * * */ .table { font-size: 13px; font-size: 1rem; border-color: #eee; } @media (min-width: 992px) { .table { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .table { font-size: 14px; font-size: 1rem; } } .table thead tr th, .table tbody tr th, .table tfoot tr th { color: #64707c; } .table thead tr td, .table thead tr th, .table tbody tr td, .table tbody tr th, .table tfoot tr td, .table tfoot tr th { padding: 1em 1.5em; border-bottom-width: 1px; border-color: #eee; } .table tbody tr.success td, .table tbody tr td.success, .table thead tr.success td, .table thead tr td.success, .table tfoot tr.success td, .table tfoot tr td.success { background-color: #bcf2ed; } .table tbody tr.warning td, .table tbody tr td.warning, .table thead tr.warning td, .table thead tr td.warning, .table tfoot tr.warning td, .table tfoot tr td.warning { background-color: #fff3de; } .table tbody tr.info td, .table tbody tr td.info, .table thead tr.info td, .table thead tr td.info, .table tfoot tr.info td, .table tfoot tr td.info { background-color: #beddf7; } .table tbody tr.danger td, .table tbody tr td.danger, .table thead tr.danger td, .table thead tr td.danger, .table tfoot tr.danger td, .table tfoot tr td.danger { background-color: #fed7de; } .table tbody tr.primary td, .table tbody tr td.primary, .table thead tr.primary td, .table thead tr td.primary, .table tfoot tr.primary td, .table tfoot tr td.primary { background-color: #f0eefd; } .table tbody tr.active td, .table tbody tr td.active, .table thead tr.active td, .table thead tr td.active, .table tfoot tr.active td, .table tfoot tr td.active { background-color: #eee; } .table.table-condensed thead tr td, .table.table-condensed thead tr th, .table.table-condensed tbody tr td, .table.table-condensed tbody tr th, .table.table-condensed tfoot tr td, .table.table-condensed tfoot tr th { padding: 0.4em 0.8em; } .table.table-align-middle thead tr td, .table.table-align-middle thead tr th, .table.table-align-middle tbody tr td, .table.table-align-middle tbody tr th, .table.table-align-middle tfoot tr td, .table.table-align-middle tfoot tr th { vertical-align: middle; } .table.padding-large thead tr td, .table.padding-large thead tr th, .table.padding-large tbody tr td, .table.padding-large tbody tr th, .table.padding-large tfoot tr td, .table.padding-large tfoot tr th { padding: 1em 1.3em; } .table.table-striped > tbody > tr:nth-of-type(odd) { background-color: #f7f7f7; } .table.table-hover tbody > tr { -webkit-transition: 0.5s background-color; -o-transition: 0.5s background-color; transition: 0.5s background-color; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .table.table-hover tbody > tr:hover { background-color: #f7f7f7; } .table.table-noborders thead tr td, .table.table-noborders thead tr th, .table.table-noborders tbody tr td, .table.table-noborders tbody tr th, .table.table-noborders tfoot tr td, .table.table-noborders tfoot tr th { border: none; } /* * * * * * * * * * * Form Styling * * * * * * * * * * */ .form-control { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border: 1px solid #ddd; height: 2.5em; padding: 0.4em 0.7em; line-height: initial; vertical-align: middle; font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .form-control { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .form-control { font-size: 14px; font-size: 1rem; } } .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #1565C0; } .form-control.input-lg { font-size: 19.5px; font-size: 1.5rem; } @media (min-width: 992px) { .form-control.input-lg { font-size: 19.5px; font-size: 1.5rem; } } @media (min-width: 1200px) { .form-control.input-lg { font-size: 21px; font-size: 1.5rem; } } .form-control.input-sm { font-size: 11.05px; font-size: 0.85rem; } @media (min-width: 992px) { .form-control.input-sm { font-size: 11.05px; font-size: 0.85rem; } } @media (min-width: 1200px) { .form-control.input-sm { font-size: 11.9px; font-size: 0.85rem; } } .fullpage-form-container .panel.panel-form { -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); border-radius: 0; } .fullpage-form-container .panel.panel-form .panel-heading { border-radius: 0; } .form-link { margin-top: 2em; font-size: 1.05em; } .form-buttons .btn { margin-right: 0.6em; } .input-group { font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .input-group { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .input-group { font-size: 14px; font-size: 1rem; } } .input-group .form-control { height: 2.5em; padding: 0.4em 0.7em; line-height: 1.2; font-size: 1em; border-radius: 0; } .input-group .input-group-addon { border-radius: 0; height: 2.5em; padding: 0.4em 0.7em; font-size: 1em; border: 1px solid #ddd; background-color: #f5f5f5; vertical-align: middle; } .input-group .input-group-addon:first-child { border-right: 0; } .input-group .input-group-addon:last-child { border-left: 0; } .input-group .input-group-addon input { vertical-align: middle; } .input-group.input-group-lg { font-size: 16.9px; font-size: 1.3rem; } @media (min-width: 992px) { .input-group.input-group-lg { font-size: 16.9px; font-size: 1.3rem; } } @media (min-width: 1200px) { .input-group.input-group-lg { font-size: 18.2px; font-size: 1.3rem; } } .input-group.input-group-sm { font-size: 10.4px; font-size: 0.8rem; } @media (min-width: 992px) { .input-group.input-group-sm { font-size: 10.4px; font-size: 0.8rem; } } @media (min-width: 1200px) { .input-group.input-group-sm { font-size: 11.2px; font-size: 0.8rem; } } .input-group .input-group-btn { font-size: 1em; } .input-group .input-group-btn .btn { -webkit-box-shadow: none; box-shadow: none; border-width: 1px; border-radius: 0px; height: 2.5em; margin-right: -1px; font-size: 1em; } .input-group .input-group-btn .btn.btn-default { border-color: #aaa; } label { font-weight: 600; } .form-inline label { margin-right: 0.25em; } .form-inline .form-group { margin-right: 1em; } .form-horizontal { padding-right: 1em; } .has-success .control-label { color: #55616d; } .has-success .form-control { border: 1px solid #2E7D32; -webkit-box-shadow: none; box-shadow: none; position: relative; padding-right: 3em; } .has-success .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #1565C0; } .has-success label { color: #2E7D32; } .has-success .help-block { color: #2E7D32; } .has-warning .control-label { color: #55616d; } .has-warning .form-control { border: 1px solid #F57C00; -webkit-box-shadow: none; box-shadow: none; position: relative; padding-right: 3em; } .has-warning .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #1565C0; } .has-warning label { color: #F57C00; } .has-warning .help-block { color: #F57C00; } .has-error .control-label { color: #55616d; } .has-error .form-control { border: 1px solid #D32F2F; -webkit-box-shadow: none; box-shadow: none; position: relative; padding-right: 3em; } .has-error .form-control:focus { -webkit-box-shadow: none; box-shadow: none; border-color: #1565C0; } .has-error .help-block { color: #D32F2F; } .has-error label { color: #D32F2F; } .mdform .form-control { border: 0; border-bottom: 1px solid #bbb; padding-left: 0; height: 2em; -webkit-transition: 0.2s border-color; -o-transition: 0.2s border-color; transition: 0.2s border-color; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); padding: 3px 0.5em 3px 2px; } .mdform .form-control:focus { border-bottom: 2px solid #1E88E5; padding: 3px 0.5em 2px 2px; } .mdform .form-control.dashed { border-bottom: 1px dashed #aaa; } .mdform .form-control.dashed:focus { border-bottom: 2px solid #1E88E5; } .mdform label { margin-bottom: 0; font-weight: 700; font-size: 0.9em; } .mdform .md-form-group { position: relative; padding-top: 1.3em; margin-bottom: 2em; } .mdform .md-form-group label { position: absolute; font-size: 1.1em; font-weight: inherit; line-height: 1.8em; color: #78828c; bottom: 0.2em; -webkit-transition: bottom 0.2s, font-size 0.2s, color 0.2s; -o-transition: bottom 0.2s, font-size 0.2s, color 0.2s; transition: bottom 0.2s, font-size 0.2s, color 0.2s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; } .mdform .md-form-group label.small { position: absolute; bottom: 2.5em; line-height: inherit; font-size: 0.9em; font-weight: 700; color: inherit; } .form-group { margin-bottom: 2em; } .form-group.checkbox { margin-bottom: 2.5em; padding-top: 0.5em; } .checkbox label, .radio label { font-weight: 400; font-size: 1em; padding-left: 0; } .checkbox label input, .radio label input { position: relative; margin: 0; top: 0.25em; } .checkbox label span.label-text, .radio label span.label-text { margin: 0 0.4em; display: inline-block; vertical-align: middle; } .icheckbox_square-grey { vertical-align: middle; } .bootstrap-switch-container { border-radius: 2px; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary { background-color: #7259EF; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-info, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-info { background-color: #1E88E5; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success { background-color: #26c1b2; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-warning, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-warning { background-color: #FFB12B; } .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger { background-color: #FC5F7C; } .bootstrap-switch, .bootstrap-switch .bootstrap-switch-handle-on, .bootstrap-switch .bootstrap-switch-handle-off { border-radius: 2px; } .bootstrap-switch { padding: 0; } .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-mini .bootstrap-switch-label { font-size: 0.9em; padding: 4px 7px; } .datepicker.datepicker-dropdown { padding: 0.5em; -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border: 0; } .datepicker.datepicker-dropdown table tr td { padding: 0.7em; } .datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] { background-color: #1E88E5; background-image: none; border-radius: 0; } /* * * * * * * * * * * Media and Thumbnails Styling * * * * * * * * * * */ .img-thumb { font-size: 13px; font-size: 1rem; width: 10em; } @media (min-width: 992px) { .img-thumb { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb { font-size: 14px; font-size: 1rem; } } .img-thumb-nm { font-size: 13px; font-size: 1rem; width: 6em; } @media (min-width: 992px) { .img-thumb-nm { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-nm { font-size: 14px; font-size: 1rem; } } .img-thumb-sm { font-size: 13px; font-size: 1rem; width: 4.5em; } @media (min-width: 992px) { .img-thumb-sm { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-sm { font-size: 14px; font-size: 1rem; } } .img-thumb-xs { font-size: 13px; font-size: 1rem; width: 3.2em; } @media (min-width: 992px) { .img-thumb-xs { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-xs { font-size: 14px; font-size: 1rem; } } .img-thumb-xxs { font-size: 13px; font-size: 1rem; width: 2.5em; } @media (min-width: 992px) { .img-thumb-xxs { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-xxs { font-size: 14px; font-size: 1rem; } } .img-thumb-lg { font-size: 13px; font-size: 1rem; width: 13em; } @media (min-width: 992px) { .img-thumb-lg { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .img-thumb-lg { font-size: 14px; font-size: 1rem; } } .media.align-middle { vertical-align: middle; } .media.align-middle .media-left { vertical-align: middle; } .media-body { padding-left: 1em; } .media-left { padding: 0em 0.5em; } .media-left > .fa, .media-left .fa-stack { margin: 0; } .media-left.no-padding { padding: 0; } .media-success { background-color: #26c1b2; color: white; } .media-info { background-color: #1E88E5; color: white; } .media-primary { background-color: #7259EF; color: white; } .media-warning { background-color: #FFB12B; color: white; } .media-danger { background-color: #FC5F7C; color: white; } .media-dark { background-color: #445566; color: white; } .media-body { padding: 0em 0.8em; } .media-full { padding: 0.2em; } .media-user { margin: 0; padding: 0; color: #1565C0; font-weight: 400; margin-bottom: 0.2em; } .media-raised { -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 4px; } .img-thumb.media-raised { display: block; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); } .img-circle.media-raised { display: block; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 50%; } .media-user-inline { color: #1565C0; } .media-content { margin-bottom: 0; margin-top: 0em; } .media-content.media-content-small { font-size: 0.9em; } .media-title { font-weight: normal; margin: 0; padding: 0; font-size: 1em; } .rounded-icon { font-size: 13px; font-size: 1rem; display: inline-block; width: 3em; height: 3em; text-align: center; line-height: 3; background: #f7f7f7; color: #55616d; border-radius: 50%; } @media (min-width: 992px) { .rounded-icon { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .rounded-icon { font-size: 14px; font-size: 1rem; } } .rounded-icon .fa, .rounded-icon .mdi { margin: 0; } .rounded-icon .mdi::before { position: relative; bottom: 0.3em; } .rounded-icon.rounded-icon-mini { font-size: 10.4px; font-size: 0.8rem; } @media (min-width: 992px) { .rounded-icon.rounded-icon-mini { font-size: 10.4px; font-size: 0.8rem; } } @media (min-width: 1200px) { .rounded-icon.rounded-icon-mini { font-size: 11.2px; font-size: 0.8rem; } } .rounded-icon.rounded-icon-lg { font-size: 22.1px; font-size: 1.7rem; } @media (min-width: 992px) { .rounded-icon.rounded-icon-lg { font-size: 22.1px; font-size: 1.7rem; } } @media (min-width: 1200px) { .rounded-icon.rounded-icon-lg { font-size: 23.8px; font-size: 1.7rem; } } .rounded-icon.round-icon-xlg { font-size: 28.6px; font-size: 2.2rem; } @media (min-width: 992px) { .rounded-icon.round-icon-xlg { font-size: 28.6px; font-size: 2.2rem; } } @media (min-width: 1200px) { .rounded-icon.round-icon-xlg { font-size: 30.8px; font-size: 2.2rem; } } .rounded-icon.rounded-icon-success { background-color: #26c1b2; color: white; } .rounded-icon.rounded-icon-info { background-color: #1E88E5; color: white; } .rounded-icon.rounded-icon-primary { background-color: #7259EF; color: white; } .rounded-icon.rounded-icon-warning { background-color: #FFB12B; color: white; } .rounded-icon.rounded-icon-danger { background-color: #FC5F7C; color: white; } .square-icon { width: 3em; height: 3em; line-height: 3; text-align: center; display: inline-block; font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .square-icon { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .square-icon { font-size: 14px; font-size: 1rem; } } .square-icon.square-icon-success { background-color: #26c1b2; color: white; } .square-icon.square-icon-info { background-color: #1E88E5; color: white; } .square-icon.square-icon-primary { background-color: #7259EF; color: white; } .square-icon.square-icon-warning { background-color: #FFB12B; color: white; } .square-icon.square-icon-danger { background-color: #FC5F7C; color: white; } .square-icon.square-icon-dark { background-color: #445566; color: white; } .square-icon.square-icon-lg { font-size: 22.1px; font-size: 1.7rem; } @media (min-width: 992px) { .square-icon.square-icon-lg { font-size: 22.1px; font-size: 1.7rem; } } @media (min-width: 1200px) { .square-icon.square-icon-lg { font-size: 23.8px; font-size: 1.7rem; } } .square-icon.square-icon-xlg { font-size: 28.6px; font-size: 2.2rem; } @media (min-width: 992px) { .square-icon.square-icon-xlg { font-size: 28.6px; font-size: 2.2rem; } } @media (min-width: 1200px) { .square-icon.square-icon-xlg { font-size: 30.8px; font-size: 2.2rem; } } .square-icon.square-icon-mini { font-size: 9.1px; font-size: 0.7rem; } @media (min-width: 992px) { .square-icon.square-icon-mini { font-size: 9.1px; font-size: 0.7rem; } } @media (min-width: 1200px) { .square-icon.square-icon-mini { font-size: 9.8px; font-size: 0.7rem; } } .square-icon.square-icon-xs { font-size: 5.2px; font-size: 0.4rem; } @media (min-width: 992px) { .square-icon.square-icon-xs { font-size: 5.2px; font-size: 0.4rem; } } @media (min-width: 1200px) { .square-icon.square-icon-xs { font-size: 5.6px; font-size: 0.4rem; } } /* * * * * * * * * * * Button Styling * * * * * * * * * * */ .btn { /* Basic Styling For Buttons */ font-size: 13px; font-size: 1rem; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); line-height: 1.2; padding: 0.9em 1.5em; font-weight: 400; height: 3em; border-radius: 2px; border-width: 0px; border-style: solid; overflow: hidden; position: relative; } @media (min-width: 992px) { .btn { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .btn { font-size: 14px; font-size: 1rem; } } .btn .fa, .btn .oi, .btn .mdi { /* Give Margins for any icons in the button */ margin-right: 0.3em; margin-left: 0.3em; } .btn.btn-default { /* Color Styling For Default Buttons */ background-color: #f5f5f5; border-color: #ddd; } .btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active { background-color: #eeeeee; border-color: #ddd; } .btn.btn-primary { /* Color Styling For Buttons */ background-color: #7259EF; border-color: #664bee; } .btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active { background-color: #664bee; border-color: #664bee; } .btn.btn-success { /* Color Styling For Primary Buttons */ background-color: #26c1b2; border-color: #23b0a2; } .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active { background-color: #23b0a2; border-color: #23b0a2; } .btn.btn-info { /* Color Styling For Info Buttons */ background-color: #1E88E5; border-color: #187bd1; } .btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active { background-color: #187bd1; border-color: #187bd1; } .btn.btn-warning { /* Color Styling For Warning Buttons */ background-color: #FFB12B; border-color: #ffa60c; } .btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active { background-color: #ffa60c; border-color: #ffa60c; } .btn.btn-danger { /* Color Styling For Danger Buttons */ background-color: #FC5F7C; border-color: #fc4b6c; } .btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active { background-color: #fc4b6c; border-color: #fc4b6c; } .btn.btn-link { /* Clear Styling for Link Buttons */ -webkit-box-shadow: none; box-shadow: none; border-color: transparent; display: inline; padding: 0; line-height: 1.4; height: auto; color: #1565C0; } .btn.btn-transparent-light { -webkit-box-shadow: none; box-shadow: none; background: none; color: #fff; } .btn.btn-transparent-light:focus, .btn.btn-transparent-light:active, .btn.btn-transparent-light:focus:active { outline: 0; border: 0; } .btn.btn-xs { /* Size for Extra Small Buttons */ font-size: 9.1px; font-size: 0.7rem; } @media (min-width: 992px) { .btn.btn-xs { font-size: 9.1px; font-size: 0.7rem; } } @media (min-width: 1200px) { .btn.btn-xs { font-size: 9.8px; font-size: 0.7rem; } } .btn.btn-sm { /* Size for Small Buttons */ font-size: 11.05px; font-size: 0.85rem; } @media (min-width: 992px) { .btn.btn-sm { font-size: 11.05px; font-size: 0.85rem; } } @media (min-width: 1200px) { .btn.btn-sm { font-size: 11.9px; font-size: 0.85rem; } } .btn.btn-lg { /* Size for Large Buttons */ font-size: 16.25px; font-size: 1.25rem; } @media (min-width: 992px) { .btn.btn-lg { font-size: 16.25px; font-size: 1.25rem; } } @media (min-width: 1200px) { .btn.btn-lg { font-size: 17.5px; font-size: 1.25rem; } } .btn.btn-box { /* Box Outline Buttons Base Styling */ background: none; color: #333; border-width: 1px; -webkit-box-shadow: none; box-shadow: none; padding: 0.5em 1.5em; } .btn.btn-box.btn-default { /* Box Outline Buttons Color Styling - Default */ background-color: white; border-color: #777; } .btn.btn-box.btn-default:hover, .btn.btn-box.btn-default:focus, .btn.btn-box.btn-default:active, .btn.btn-box.btn-default.active, .dropdown.open .btn-box.btn-default.btn.dropdown-toggle, .dropup.open .btn-box.btn-default.btn.dropdown-toggle, .btn-group.open .btn-box.btn-default.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-default.btn.dropdown-toggle { background-color: #eee; color: #333; } .btn.btn-box.btn-primary { /* Box Outline Buttons Color Styling - Primary */ color: #664bee; border-color: #5234eb; } .btn.btn-box.btn-primary:hover, .btn.btn-box.btn-primary:focus, .btn.btn-box.btn-primary:active, .btn.btn-box.btn-primary.active, .dropdown.open .btn-box.btn-primary.btn.dropdown-toggle, .dropup.open .btn-box.btn-primary.btn.dropdown-toggle, .btn-group.open .btn-box.btn-primary.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-primary.btn.dropdown-toggle { background-color: #7259EF; border-color: #664bee; color: white; } .btn.btn-box.btn-success { /* Box Outline Buttons Color Styling - Success */ color: #23b0a2; border-color: #198177; } .btn.btn-box.btn-success:hover, .btn.btn-box.btn-success:focus, .btn.btn-box.btn-success:active, .btn.btn-box.btn-success.active, .dropdown.open .btn-box.btn-success.btn.dropdown-toggle, .dropup.open .btn-box.btn-success.btn.dropdown-toggle, .btn-group.open .btn-box.btn-success.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-success.btn.dropdown-toggle { background-color: #26c1b2; border-color: #23b0a2; color: white; } .btn.btn-box.btn-info { /* Box Outline Buttons Color Styling - Info */ color: #187bd1; border-color: #1360a4; } .btn.btn-box.btn-info:hover, .btn.btn-box.btn-info:focus, .btn.btn-box.btn-info:active, .btn.btn-box.btn-info.active, .dropdown.open .btn-box.btn-info.btn.dropdown-toggle, .dropup.open .btn-box.btn-info.btn.dropdown-toggle, .btn-group.open .btn-box.btn-info.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-info.btn.dropdown-toggle { background-color: #1E88E5; border-color: #187bd1; color: white; } .btn.btn-box.btn-warning { /* Box Outline Buttons Color Styling - Warning */ color: #ffa60c; border-color: #de8c00; } .btn.btn-box.btn-warning:hover, .btn.btn-box.btn-warning:focus, .btn.btn-box.btn-warning:active, .btn.btn-box.btn-warning.active, .dropdown.open .btn-box.btn-warning.btn.dropdown-toggle, .dropup.open .btn-box.btn-warning.btn.dropdown-toggle, .btn-group.open .btn-box.btn-warning.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-warning.btn.dropdown-toggle { background-color: #FFB12B; border-color: #ffa60c; color: white; } .btn.btn-box.btn-danger { /* Box Outline Buttons Color Styling - Danger */ color: #fc4b6c; border-color: #fb1943; } .btn.btn-box.btn-danger:hover, .btn.btn-box.btn-danger:focus, .btn.btn-box.btn-danger:active, .btn.btn-box.btn-danger.active, .dropdown.open .btn-box.btn-danger.btn.dropdown-toggle, .dropup.open .btn-box.btn-danger.btn.dropdown-toggle, .btn-group.open .btn-box.btn-danger.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-danger.btn.dropdown-toggle { background-color: #FC5F7C; border-color: #fc4b6c; color: white; } .btn.active, .dropdown.open .btn.dropdown-toggle, .dropup.open .btn.dropdown-toggle, .btn-group.open .btn.dropdown-toggle, .btn-group-vertical.open .btn.dropdown-toggle { /* Color Styling For .active Buttons, defined separately so it can be easily extended for btn-groups */ } .btn.active.btn-default, .dropdown.open .btn-default.btn.dropdown-toggle, .dropup.open .btn-default.btn.dropdown-toggle, .btn-group.open .btn-default.btn.dropdown-toggle, .btn-group-vertical.open .btn-default.btn.dropdown-toggle { background-color: #f5f5f5; border-color: #ddd; } .btn.active.btn-primary, .dropdown.open .btn-primary.btn.dropdown-toggle, .dropup.open .btn-primary.btn.dropdown-toggle, .btn-group.open .btn-primary.btn.dropdown-toggle, .btn-group-vertical.open .btn-primary.btn.dropdown-toggle { background-color: #664bee; border-color: #664bee; } .btn.active.btn-success, .dropdown.open .btn-success.btn.dropdown-toggle, .dropup.open .btn-success.btn.dropdown-toggle, .btn-group.open .btn-success.btn.dropdown-toggle, .btn-group-vertical.open .btn-success.btn.dropdown-toggle { background-color: #23b0a2; border-color: #23b0a2; } .btn.active.btn-info, .dropdown.open .btn-info.btn.dropdown-toggle, .dropup.open .btn-info.btn.dropdown-toggle, .btn-group.open .btn-info.btn.dropdown-toggle, .btn-group-vertical.open .btn-info.btn.dropdown-toggle { background-color: #187bd1; border-color: #187bd1; } .btn.active.btn-warning, .dropdown.open .btn-warning.btn.dropdown-toggle, .dropup.open .btn-warning.btn.dropdown-toggle, .btn-group.open .btn-warning.btn.dropdown-toggle, .btn-group-vertical.open .btn-warning.btn.dropdown-toggle { background-color: #ffa60c; border-color: #ffa60c; } .btn.active.btn-danger, .dropdown.open .btn-danger.btn.dropdown-toggle, .dropup.open .btn-danger.btn.dropdown-toggle, .btn-group.open .btn-danger.btn.dropdown-toggle, .btn-group-vertical.open .btn-danger.btn.dropdown-toggle { background-color: #fc4b6c; border-color: #fc4b6c; } .btn.active.btn-box.btn-default, .dropdown.open .btn-box.btn-default.btn.dropdown-toggle, .dropup.open .btn-box.btn-default.btn.dropdown-toggle, .btn-group.open .btn-box.btn-default.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-default.btn.dropdown-toggle { background-color: #f5f5f5; border-color: #ddd; } .btn.active.btn-box.btn-primary, .dropdown.open .btn-box.btn-primary.btn.dropdown-toggle, .dropup.open .btn-box.btn-primary.btn.dropdown-toggle, .btn-group.open .btn-box.btn-primary.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-primary.btn.dropdown-toggle { background-color: #7259EF; border-color: #664bee; color: white; } .btn.active.btn-box.btn-success, .dropdown.open .btn-box.btn-success.btn.dropdown-toggle, .dropup.open .btn-box.btn-success.btn.dropdown-toggle, .btn-group.open .btn-box.btn-success.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-success.btn.dropdown-toggle { background-color: #26c1b2; border-color: #23b0a2; color: white; } .btn.active.btn-box.btn-info, .dropdown.open .btn-box.btn-info.btn.dropdown-toggle, .dropup.open .btn-box.btn-info.btn.dropdown-toggle, .btn-group.open .btn-box.btn-info.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-info.btn.dropdown-toggle { background-color: #1E88E5; border-color: #187bd1; color: white; } .btn.active.btn-box.btn-warning, .dropdown.open .btn-box.btn-warning.btn.dropdown-toggle, .dropup.open .btn-box.btn-warning.btn.dropdown-toggle, .btn-group.open .btn-box.btn-warning.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-warning.btn.dropdown-toggle { background-color: #FFB12B; border-color: #ffa60c; color: white; } .btn.active.btn-box.btn-danger, .dropdown.open .btn-box.btn-danger.btn.dropdown-toggle, .dropup.open .btn-box.btn-danger.btn.dropdown-toggle, .btn-group.open .btn-box.btn-danger.btn.dropdown-toggle, .btn-group-vertical.open .btn-box.btn-danger.btn.dropdown-toggle { background-color: #FC5F7C; border-color: #fc4b6c; color: white; } .btn.btn-pill { /* Border Radius for Pill Buttons */ border-radius: 10em; } .btn.btn-round { /* Base Styling for Round Buttons */ padding: 0; width: 3em; height: 3em; text-align: center; border-radius: 50%; } .btn.btn-round .fa, .btn.btn-round .mdi, .btn.btn-round .oi { margin: 0; font-size: 1em; display: inline-block; } .btn.btn-round .oi { font-size: 0.9em; } /* Dropdown Button Styling */ .dropdown.open .btn.dropdown-toggle, .dropup.open .btn.dropdown-toggle { /* Style for Active Dropdown Button */ } .btn-group { /* Button Group Styling */ -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 2px; } .btn-group .btn { font-size: 1em; -webkit-box-shadow: none; box-shadow: none; border-left-width: 1px; border-left-style: solid; } .btn-group .btn:first-child { border-left-width: 0; } .btn-group .btn-group { -webkit-box-shadow: none; box-shadow: none; } .btn-group .btn-group .btn { border-left-width: 1px; } .btn-group .btn.btn-box { border-left-width: 1px; } .btn-group.btn-group-box { -webkit-box-shadow: none; box-shadow: none; } .btn-group.btn-group-xs { /* Size for Extra Small Buttons */ font-size: 9.1px; font-size: 0.7rem; } @media (min-width: 992px) { .btn-group.btn-group-xs { font-size: 9.1px; font-size: 0.7rem; } } @media (min-width: 1200px) { .btn-group.btn-group-xs { font-size: 9.8px; font-size: 0.7rem; } } .btn-group.btn-group-sm { /* Size for Small Buttons */ font-size: 11.05px; font-size: 0.85rem; } @media (min-width: 992px) { .btn-group.btn-group-sm { font-size: 11.05px; font-size: 0.85rem; } } @media (min-width: 1200px) { .btn-group.btn-group-sm { font-size: 11.9px; font-size: 0.85rem; } } .btn-group.btn-group-lg { /* Size for Large Buttons */ font-size: 16.25px; font-size: 1.25rem; } @media (min-width: 992px) { .btn-group.btn-group-lg { font-size: 16.25px; font-size: 1.25rem; } } @media (min-width: 1200px) { .btn-group.btn-group-lg { font-size: 17.5px; font-size: 1.25rem; } } .btn-group-vertical { /* Vertical Button Group Styling */ -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 0; } .btn-group-vertical .btn { border-radius: 0; -webkit-box-shadow: none; box-shadow: none; border-top-width: 1px; border-top-style: solid; font-size: 1em; } .btn-group-vertical .btn:first-child { border-top-width: 0; } .btn-group-vertical .btn:first-child:not(:last-child) { border-radius: 0; } .btn-group-vertical .btn-group, .btn-group-vertical .btn-group-vertical { -webkit-box-shadow: none; box-shadow: none; } .btn-group-vertical .btn-group .btn, .btn-group-vertical .btn-group-vertical .btn { border-top-width: 1px; } .btn-group-vertical .btn.btn-box { border-left-width: 1px; } .btn-group-vertical.btn-group-box { -webkit-box-shadow: none; box-shadow: none; } .btn-group, .btn-group-vertical { /* Style Active Dropdown Button */ } .btn-group.open .btn.dropdown-toggle, .btn-group-vertical.open .btn.dropdown-toggle { -webkit-box-shadow: none; box-shadow: none; } /* * * * * * * * Panels Styling * * *********[Panel Structure]************ 1. .panel a. Panel Cover i. Panel Heading(.panel-heading) A. Heading 2 (h2) **** Panel Heading Goes Here ***** ------------- OR -------------------- a. Panel Heading (.panel-heading) i. Heading 2 (h2) **** Panel Heading Goes Here ***** b. Panel Large Action (Optional) (.panel-highlight-action) i. Action Button (.btn) c. Panel Highlighted Image (Optional) (.panel-highlight-image) ii. Action Image (img) d. Panel Body (.panel-body) ****** Your Content Goes Here ******** e. Panel Footer (.panel-footer) * * * * * * */ .panel { font-size: 13px; font-size: 1rem; overflow: visible; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 2px; border: 0; background-color: #ffffff; color: #55616d; margin-bottom: 30px; position: relative; } @media (min-width: 992px) { .panel { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .panel { font-size: 14px; font-size: 1rem; } } .panel .panel.panel-default .panel-heading { background: transparent; } .panel .panel-heading { position: relative; border-radius: 2px 2px 0 0; padding: 1.5em 1.6em 0.7em; color: #55616d; font-size: 1em; background: transparent; border: 0; } .panel .panel-heading h2 { margin: 0; padding: 0; font-size: 1.404928em; } .panel .panel-heading h2.large { font-size: 1.57351936em; } .panel .panel-heading h3, .panel .panel-heading h4, .panel .panel-heading h5 { margin: 0; } .panel .panel-heading.no-padding-v { padding-top: 0; padding-bottom: 0; } .panel .panel-heading.no-padding { padding: 0; } .panel .panel-heading.no-padding-h { padding-left: 0; padding-right: 0; } .panel .panel-cover { /* Tall Cover background color or image for your panels */ position: relative; background-color: #778899; position: relative; background-size: cover; background-position: center; border-radius: 2px 2px 0 0; height: 15em; } .panel .panel-cover .panel-heading { background: rgba(0, 0, 0, 0.5); position: absolute; width: 100%; bottom: 0; color: white; } .panel .panel-cover .panel-heading.panel-heading-bg { background: rgba(0, 0, 0, 0.5); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6))); background: -o-linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6)); } .panel .panel-cover.panel-cover-tall { height: 20em; } .panel .subtext { margin-top: 0.8em; display: block; font-size: 1em; color: #64707c; } .panel .panel-highlight-action { /* Large Highlighted Panel Button , Adjusted Between the panel-heading and panel-body */ position: relative; overflow: visible; height: 1em; text-align: right; padding: 0em 5%; } .panel .panel-highlight-action .btn { position: relative; display: inline-block; bottom: 1.5em; } .panel .panel-highlight-image { /* Large Highlighted Panel Image */ position: relative; overflow: visible; height: 3em; text-align: center; padding: 0em 3em; } .panel .panel-highlight-image img { -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); position: relative; display: inline-block; bottom: 7em; margin: auto; } .panel .collapsed-only { display: none; } .panel .panel-image { width: 100%; } .panel .panel-footer { padding: 1em 1.6em 1em; background-color: #f4f6f8; border-top: 1px solid #eeeff1; position: relative; } .panel .panel-footer .panel-actions { right: 1.6em; top: 0.7em; } .panel .panel-footer .panel-actions li a:hover, .panel .panel-footer .panel-actions li a:active, .panel .panel-footer .panel-actions li a:focus { background-color: #e1e4e7; } .panel .panel-actions { /* List of Panel Actions adjusted to top right corner of panel */ display: block; position: absolute; right: 1em; top: 1.2em; margin: 0; padding: 0; } .panel .panel-actions li { display: block; float: right; margin: 0; padding: 0; } .panel .panel-actions li a { color: inherit; font-size: 1.5em; display: inline-block; text-align: center; width: 1.4em; height: 1.4em; border-radius: 50%; color: #78828c; } .panel .panel-actions li a i { font-size: 0.9em; } .panel .panel-actions li a:hover, .panel .panel-actions li a:active, .panel .panel-actions li a:focus { background-color: #eee; color: #777; outline: 0; } .panel .panel-actions li a .mdi::before { bottom: 0.17em; font-size: 1em; } .panel .panel-actions li a.panel-action-grey { background-color: #eee; } .panel .panel-actions li a.panel-action-grey:hover { background-color: #ddd; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); } .panel .panel-body { padding: 1.4em 1.8em 1.4em; } .panel .panel-body.no-padding-v { padding-top: 0em; padding-bottom: 0; } .panel .panel-body.no-padding { padding-left: 0; padding-right: 0; padding-top: 0em; padding-bottom: 0; } .panel .panel-body.no-padding-h { padding-left: 0; padding-right: 0; } .panel .btn-round { margin: 0em 0.5em 0; } .panel.panel-fullscreen { /* Styling for when panel goes full screen */ position: fixed; border: none !important; left: 0; top: 0; width: 100%; min-height: 100%; z-index: 12; height: 100%; } .panel.panel-fullscreen .panel-heading, .panel.panel-fullscreen .panel-body, .panel.panel-fullscreen .panel-footer { font-size: 1.2em; } .panel.panel-fullscreen .panel-highlight-action { padding: 0em 5%; } .panel.panel-fullscreen .panel-cover { height: 20em; } .panel.panel-fullscreen .panel-cover.panel-cover-tall { height: 30em; } .panel.panel-fullscreen .panel-footer { position: absolute; bottom: 0; width: 100%; } .panel.panel-collapsed { /* Styling for when panel is collapsed */ } .panel.panel-collapsed .open-only { display: none; } .panel.panel-collapsed .collapsed-only { display: inline; } .panel.panel-collapsed .panel-body { padding-top: 0; padding-bottom: 0; -webkit-box-sizing: border-box; box-sizing: border-box; height: 0; overflow-y: hidden; } .panel.panel-collapsed .panel-heading { padding: 1.5em 1.6em 1.5em; } .panel.panel-raised { /* A raised panel has an item inside it that is raised above its height */ margin-top: 20px; overflow: visible; border-top: 1px solid transparent; border-bottom: 1px solid transparent; } .panel.panel-raised .panel-item-raised { margin: 0 15px 0; border-radius: 4px; position: relative; margin-top: -20px; overflow: hidden; -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); position: relative; margin-bottom: 15px; } .panel.panel-raised .panel-item-raised.panel-raised-narrow { margin-left: 25px; margin-right: 25px; } .panel.panel-primary { /* Panel with Primary Color */ } .panel.panel-primary .panel-cover { background: #7259EF; background-size: cover; background-position: center; } .panel.panel-primary .panel-cover .panel-heading { background: none; color: white; } .panel.panel-primary .panel-heading { background: #7259EF; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-primary .panel-heading .subtext { color: #eee; } .panel.panel-primary .panel-heading .panel-actions li a { color: white; } .panel.panel-primary .panel-heading .panel-actions li a:hover, .panel.panel-primary .panel-heading .panel-actions li a:active, .panel.panel-primary .panel-heading .panel-actions li a:focus { background-color: #8670f1; color: white; } .panel.panel-primary .panel-body { padding: 1.5em 1.6em; } .panel.panel-success { /* Panel with Success Color */ } .panel.panel-success .panel-cover { background: #26c1b2; background-size: cover; background-position: center; } .panel.panel-success .panel-cover .panel-heading { background: none; color: white; } .panel.panel-success .panel-heading { background: #26c1b2; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-success .panel-heading .subtext { color: #eee; } .panel.panel-success .panel-heading .panel-actions li a { color: white; } .panel.panel-success .panel-heading .panel-actions li a:hover, .panel.panel-success .panel-heading .panel-actions li a:active, .panel.panel-success .panel-heading .panel-actions li a:focus { background-color: #29d2c2; color: white; } .panel.panel-success .panel-body { padding: 1.5em 1.6em; } .panel.panel-warning { /* Panel with Warning Color */ } .panel.panel-warning .panel-cover { background: #FFB12B; background-size: cover; background-position: center; } .panel.panel-warning .panel-cover .panel-heading { background: none; color: white; } .panel.panel-warning .panel-heading { background: #FFB12B; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-warning .panel-heading .subtext { color: #eee; } .panel.panel-warning .panel-heading .panel-actions li a { color: white; } .panel.panel-warning .panel-heading .panel-actions li a:hover, .panel.panel-warning .panel-heading .panel-actions li a:active, .panel.panel-warning .panel-heading .panel-actions li a:focus { background-color: #ffba45; color: white; } .panel.panel-warning .panel-body { padding: 1.5em 1.6em; } .panel.panel-danger { /* Panel with Danger Color */ } .panel.panel-danger .panel-cover { background: #FC5F7C; background-size: cover; background-position: center; } .panel.panel-danger .panel-cover .panel-heading { background: none; color: white; } .panel.panel-danger .panel-heading { background: #FC5F7C; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-danger .panel-heading .subtext { color: #eee; } .panel.panel-danger .panel-heading .panel-actions li a { color: white; } .panel.panel-danger .panel-heading .panel-actions li a:hover, .panel.panel-danger .panel-heading .panel-actions li a:active, .panel.panel-danger .panel-heading .panel-actions li a:focus { background-color: #fd7d95; color: white; } .panel.panel-danger .panel-body { padding: 1.5em 1.6em; } .panel.panel-info { /* Panel with Info Color */ } .panel.panel-info .panel-cover { background: #1E88E5; background-size: cover; background-position: center; } .panel.panel-info .panel-cover .panel-heading { background: none; color: white; } .panel.panel-info .panel-heading { background: #1E88E5; color: white; padding: 1.5em 1.6em 1.5em; } .panel.panel-info .panel-heading .subtext { color: #eee; } .panel.panel-info .panel-heading .panel-actions li a { color: white; } .panel.panel-info .panel-heading .panel-actions li a:hover, .panel.panel-info .panel-heading .panel-actions li a:active, .panel.panel-info .panel-heading .panel-actions li a:focus { background-color: #3594e8; color: white; } .panel.panel-info .panel-body { padding: 1.5em 1.6em; } .panel.panel-grey .panel-heading, .panel.panel-gray .panel-heading { background: #f7f7f7; color: #55616d; border-bottom-color: #ddd; padding: 1.5em 1.7em 1.5em; } /* * * * * * * * * * * Navigation Styling * * tabs, navs, navbars * * * * * * * * * * */ .tab-pane { font-size: 13px; font-size: 1rem; padding: 1.2em; } @media (min-width: 992px) { .tab-pane { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .tab-pane { font-size: 14px; font-size: 1rem; } } .nav-tabs { font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .nav-tabs { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .nav-tabs { font-size: 14px; font-size: 1rem; } } .nav-tabs li a { font-weight: 600; color: #444; padding: 0.6em 1em; font-size: 1em; border-radius: 0; margin-right: 0; } .nav-tabs li a:hover { background-color: #f5f5f5; } .nav-tabs.nav-tabs-material { font-size: 13px; font-size: 1rem; border-bottom: 0; border-bottom: 1px solid #ddd; } @media (min-width: 992px) { .nav-tabs.nav-tabs-material { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .nav-tabs.nav-tabs-material { font-size: 14px; font-size: 1rem; } } .nav-tabs.nav-tabs-material li { border-bottom: 1px solid #ddd; } .nav-tabs.nav-tabs-material li a { font-weight: 600; color: #444; padding: 0.6em 1em; font-size: 1em; border-radius: 0; margin-right: 0; border: 0; border-bottom: 1px solid transparent; } .nav-tabs.nav-tabs-material li a:hover { background: none; } .nav-tabs.nav-tabs-material li.active { border-bottom: 1px solid #7259EF; } .nav-tabs.nav-tabs-material li.active a { border: 0; border-bottom: 1px solid #7259EF; } .nav-pills { font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .nav-pills { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .nav-pills { font-size: 14px; font-size: 1rem; } } .nav-pills li a { font-weight: 600; color: #444; padding: 0.6em 1em; font-size: 1em; border-radius: 0; margin-right: 0; } .nav-pills li a:hover { background-color: #f5f5f5; } .nav-pills li.active a { background-color: #7259EF; } .nav-pills li.active a:hover, .nav-pills li.active a:focus, .nav-pills li.active a:active { background-color: #7259EF; } .main-nav { font-family: "Rubik"; font-size: 1em; display: block; margin: 0; padding: 0; } .main-nav > li > a { width: 17.5rem; overflow: hidden; } .main-nav li { margin: 0; padding: 0; list-style-type: none; display: block; } .main-nav li a { padding: 1.1em 1.2em 1.1em 0; white-space: nowrap; display: block; position: relative; } .main-nav li a:hover, .main-nav li a:focus, .main-nav li a:active { text-decoration: none; } .main-nav li a i { font-size: 1.0em; display: inline-block; margin: 0em 1em 0em 1.2em; padding: 0em 0em 0.1em 0em; display: inline-block; text-align: center; } .main-nav li a .label { float: right; } .main-nav li.main-nav-label { border-top: 1px solid #eee; margin-top: 0.5em; opacity: 1; -webkit-transition: 1s all; -o-transition: 1s all; transition: 1s all; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; } .main-nav li.main-nav-label span { font-size: 0.9em; text-transform: uppercase; font-weight: 400; color: #888; padding: 1.6em 1.7em 1.2em; display: block; white-space: nowrap; } .main-nav li.main-nav-label:first-child { border-top: 0; } .main-nav ul { margin: 0; padding: 0; } .main-nav ul li a { padding: 0.9em 1.3em 0.8em 4em; } .main-nav ul li:last-child a { padding-bottom: 1em; } .main-nav .menu-caret { display: block; position: absolute; right: 0; width: 3em; text-align: center; line-height: inherit; font-size: 1.1em; } .main-nav .menu-caret::before { content: "\F142"; font-family: "Material Design Icons"; font-size: 1.3em; position: relative; bottom: 0.15em; } .main-nav li.active > a > .menu-caret::before { content: "\F140"; font-family: "Material Design Icons"; font-size: 1.3em; } .horizontal-nav { font-family: "Rubik"; display: block; margin: 0; padding: 0; border-top: 1px solid #eee; } .horizontal-nav:before, .horizontal-nav:after { content: " "; display: table; } .horizontal-nav:after { clear: both; } .horizontal-nav li { margin: 0; padding: 0; list-style-type: none; display: inline-block; width: 33%; float: left; } .horizontal-nav li a { padding: 0.5em 0.2em 0.5em 0.2em; display: block; color: #333; text-align: center; font-size: 1.3em; } .horizontal-nav li a:hover, .horizontal-nav li a:focus, .horizontal-nav li a:active { text-decoration: none; } /* * * * * * * * * * * Navbar, Main Topbar Styling * * .navbar * ********** [Navbar Structure] ************ 1. .navbar a. Navbar Header (.navbar-header) i. Brand Name (.navbar-brand) b. Navbar Body (.navbar-body) @. Navbar Nav (.navbar-nav) @. Navbar Form (.navbar-form) @. Button (.navbar-btn) *** [Utility Classes] ****** @. .navbar-left @. .navbar-right * * * * * * */ .navbar { font-size: 13px; font-size: 1rem; z-index: 11; min-height: 4.7rem; padding: 0em 30px 0em 0px; border-radius: 0; border-width: 0px; -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); margin-bottom: 0; background: #fff; color: #55616d; border-color: #fff; border-bottom-color: #fff; } @media (min-width: 992px) { .navbar { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .navbar { font-size: 14px; font-size: 1rem; } } .navbar .navbar-header { background-size: contain; background-repeat: no-repeat; width: 10em; } @media (min-width: 768px) { .navbar .navbar-header { width: 17.5rem; } } .navbar .navbar-brand { font-family: "Rubik", sans-serif; font-weight: 400; font-size: 1em; height: 4.7rem; line-height: 4.7rem; padding: 0em 0.5em; vertical-align: middle; position: relative; color: inherit; vertical-align: middle; } .navbar .navbar-brand .navbar-brand-text { font-size: 1.4em; display: none; } @media (min-width: 768px) { .navbar .navbar-brand .navbar-brand-text { display: inline; } } .navbar .navbar-brand .mdi { font-size: 1.8em; margin-right: 0.3em; } .navbar .navbar-brand .mdi::before { bottom: 2px; } .navbar .navbar-body { margin-left: 10em; } @media (min-width: 768px) { .navbar .navbar-body { margin-left: 17.5rem; } } .navbar .navbar-nav > li > a, .navbar .navbar-form, .navbar .navbar-text { font-size: 1em; line-height: 1.5; height: 4.7rem; margin-top: 0; margin-bottom: 0; padding-top: 1.6rem; padding-bottom: 1.6rem; } .navbar .navbar-nav > li > a { padding-left: 0.75em; padding-right: 0.75em; overflow: hidden; margin-right: 0.25em; } .navbar .navbar-nav > li > a i { font-size: 1em; } .navbar .navbar-nav > li > a.icon-right i { margin-left: 0.4em; font-size: 1em; } .navbar .navbar-nav li .dropdown-menu { position: fixed; left: 5%; top: 4.7rem; width: 90%; -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); } @media (min-width: 768px) { .navbar .navbar-nav li .dropdown-menu { position: absolute; right: 0; left: auto; top: auto; width: 24rem; } } .navbar .navbar-btn { font-size: 1em; height: 2.5rem; line-height: 1.5; padding-top: 0.5em; padding-bottom: 0.5em; margin-top: 1.1rem; margin-bottom: 1.1rem; } .navbar .navbar-btn .mdi { line-height: inherit; font-size: 1em; } .navbar .navbar-toggle { height: 2.5em; border-radius: 0; margin-top: 1.1rem; margin-bottom: 1.1rem; } .navbar .btn-transparent-light { float: left; margin-right: 0em; margin-left: 0.5em; } .navbar .navbar-form { padding-top: 1.1rem; padding-bottom: 1.1rem; } .navbar .navbar-form.navbar-form-full { padding-top: 0.8863636364rem; padding-bottom: 0.8863636364rem; padding-left: 30px; } .navbar .navbar-input-group { display: inline-block; font-size: 1.1em; -webkit-box-sizing: border-box; box-sizing: border-box; width: 99%; position: relative; } .navbar .navbar-input-group .form-control { width: 100%; border: none; padding-right: 4em; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .navbar .navbar-input-group .input-group-btn .btn { z-index: 1000; color: #888; background: none; border: none; width: 3.5em; position: absolute; right: 0; margin-left: -3em; padding: 0.4em; } .navbar + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #fff; } .navbar + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #fff; } .navbar + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #fff; } .navbar + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #fff; } .navbar .btn-transparent-light { color: #55616d; } .navbar .btn-transparent-light:hover, .navbar .btn-transparent-light:active, .navbar .btn-transparent-light:focus { background-color: #f4f4f4; color: #55616d; } .navbar .navbar-toggle { color: #55616d; border-color: #55616d; } .navbar .navbar-toggle .icon-bar { background-color: #55616d; } .navbar .navbar-input-group .form-control { background-color: #f4f4f4; color: #55616d; border: 1px solid #f4f4f4; } .navbar .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar .navbar-input-group .input-group-btn .btn { color: #55616d; } .navbar .navbar-always-float.navbar-right { float: right; } .navbar .navbar-always-float.navbar-left { float: left; } .navbar .navbar-nav { margin: 0; } .navbar .navbar-nav.navbar-always-float > li { float: left; } .navbar .navbar-nav > li > a { color: #55616d; } .navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:active, .navbar .navbar-nav > li > a:focus { background-color: #f4f4f4; color: #55616d; outline: none; } .navbar .navbar-nav > li.active > a, .navbar .navbar-nav > li.active > a:focus, .navbar .navbar-nav > li.active > a:active, .navbar .navbar-nav > li.open > a, .navbar .navbar-nav > li.open > a:focus, .navbar .navbar-nav > li.open > a:active { background-color: #f4f4f4; color: #55616d; } .navbar.navbar-inverse { background: #282F39; color: #fff; border-color: #282F39; border-bottom-color: #282F39; } .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #282F39; } .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #282F39; } .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #282F39; } .navbar.navbar-inverse + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #282F39; } .navbar.navbar-inverse .btn-transparent-light { color: #fff; } .navbar.navbar-inverse .btn-transparent-light:hover, .navbar.navbar-inverse .btn-transparent-light:active, .navbar.navbar-inverse .btn-transparent-light:focus { background-color: #3d4857; color: #fff; } .navbar.navbar-inverse .navbar-toggle { color: #fff; border-color: #fff; } .navbar.navbar-inverse .navbar-toggle .icon-bar { background-color: #fff; } .navbar.navbar-inverse .navbar-input-group .form-control { background-color: #3d4857; color: #fff; border: 1px solid #3d4857; } .navbar.navbar-inverse .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-inverse .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-inverse .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-inverse .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar.navbar-inverse .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar.navbar-inverse .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar.navbar-inverse .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar.navbar-inverse .navbar-input-group .input-group-btn .btn { color: #fff; } .navbar.navbar-inverse .navbar-always-float.navbar-right { float: right; } .navbar.navbar-inverse .navbar-always-float.navbar-left { float: left; } .navbar.navbar-inverse .navbar-nav { margin: 0; } .navbar.navbar-inverse .navbar-nav.navbar-always-float > li { float: left; } .navbar.navbar-inverse .navbar-nav > li > a { color: #fff; } .navbar.navbar-inverse .navbar-nav > li > a:hover, .navbar.navbar-inverse .navbar-nav > li > a:active, .navbar.navbar-inverse .navbar-nav > li > a:focus { background-color: #3d4857; color: #fff; outline: none; } .navbar.navbar-inverse .navbar-nav > li.active > a, .navbar.navbar-inverse .navbar-nav > li.active > a:focus, .navbar.navbar-inverse .navbar-nav > li.active > a:active, .navbar.navbar-inverse .navbar-nav > li.open > a, .navbar.navbar-inverse .navbar-nav > li.open > a:focus, .navbar.navbar-inverse .navbar-nav > li.open > a:active { background-color: #3d4857; color: #fff; } .navbar.navbar-blue { background: #278de6; color: #fff; border-color: #1a86e4; border-bottom-color: #1a86e4; } .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #278de6; } .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #278de6; } .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #278de6; } .navbar.navbar-blue + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #278de6; } .navbar.navbar-blue .btn-transparent-light { color: #fff; } .navbar.navbar-blue .btn-transparent-light:hover, .navbar.navbar-blue .btn-transparent-light:active, .navbar.navbar-blue .btn-transparent-light:focus { background-color: #3e99e9; color: #fff; } .navbar.navbar-blue .navbar-toggle { color: #fff; border-color: #fff; } .navbar.navbar-blue .navbar-toggle .icon-bar { background-color: #fff; } .navbar.navbar-blue .navbar-input-group .form-control { background-color: #3e99e9; color: #fff; border: 1px solid #3e99e9; } .navbar.navbar-blue .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-blue .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-blue .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-blue .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar.navbar-blue .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar.navbar-blue .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar.navbar-blue .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar.navbar-blue .navbar-input-group .input-group-btn .btn { color: #fff; } .navbar.navbar-blue .navbar-always-float.navbar-right { float: right; } .navbar.navbar-blue .navbar-always-float.navbar-left { float: left; } .navbar.navbar-blue .navbar-nav { margin: 0; } .navbar.navbar-blue .navbar-nav.navbar-always-float > li { float: left; } .navbar.navbar-blue .navbar-nav > li > a { color: #fff; } .navbar.navbar-blue .navbar-nav > li > a:hover, .navbar.navbar-blue .navbar-nav > li > a:active, .navbar.navbar-blue .navbar-nav > li > a:focus { background-color: #3e99e9; color: #fff; outline: none; } .navbar.navbar-blue .navbar-nav > li.active > a, .navbar.navbar-blue .navbar-nav > li.active > a:focus, .navbar.navbar-blue .navbar-nav > li.active > a:active, .navbar.navbar-blue .navbar-nav > li.open > a, .navbar.navbar-blue .navbar-nav > li.open > a:focus, .navbar.navbar-blue .navbar-nav > li.open > a:active { background-color: #3e99e9; color: #fff; } .navbar.navbar-teal { background: #26c1b2; color: #fff; border-color: #23b0a2; border-bottom-color: #23b0a2; } .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #26c1b2; } .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #26c1b2; } .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #26c1b2; } .navbar.navbar-teal + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #26c1b2; } .navbar.navbar-teal .btn-transparent-light { color: #fff; } .navbar.navbar-teal .btn-transparent-light:hover, .navbar.navbar-teal .btn-transparent-light:active, .navbar.navbar-teal .btn-transparent-light:focus { background-color: #28cab9; color: #fff; } .navbar.navbar-teal .navbar-toggle { color: #fff; border-color: #fff; } .navbar.navbar-teal .navbar-toggle .icon-bar { background-color: #fff; } .navbar.navbar-teal .navbar-input-group .form-control { background-color: #28cab9; color: #fff; border: 1px solid #28cab9; } .navbar.navbar-teal .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-teal .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-teal .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-teal .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar.navbar-teal .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar.navbar-teal .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar.navbar-teal .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar.navbar-teal .navbar-input-group .input-group-btn .btn { color: #fff; } .navbar.navbar-teal .navbar-always-float.navbar-right { float: right; } .navbar.navbar-teal .navbar-always-float.navbar-left { float: left; } .navbar.navbar-teal .navbar-nav { margin: 0; } .navbar.navbar-teal .navbar-nav.navbar-always-float > li { float: left; } .navbar.navbar-teal .navbar-nav > li > a { color: #fff; } .navbar.navbar-teal .navbar-nav > li > a:hover, .navbar.navbar-teal .navbar-nav > li > a:active, .navbar.navbar-teal .navbar-nav > li > a:focus { background-color: #28cab9; color: #fff; outline: none; } .navbar.navbar-teal .navbar-nav > li.active > a, .navbar.navbar-teal .navbar-nav > li.active > a:focus, .navbar.navbar-teal .navbar-nav > li.active > a:active, .navbar.navbar-teal .navbar-nav > li.open > a, .navbar.navbar-teal .navbar-nav > li.open > a:focus, .navbar.navbar-teal .navbar-nav > li.open > a:active { background-color: #28cab9; color: #fff; } .navbar.navbar-primary { background: #7359ee; color: #fff; border-color: #7359ee; border-bottom-color: #7359ee; } .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li > a:hover, .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li > a:focus, .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li > a:active { border-left: 3px solid #7359ee; } .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li.active > a { border-left: 3px solid #7359ee; } .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li ul > li > a { border-left: 3px solid #7359ee; } .navbar.navbar-primary + .sidebar.sidebar-navbar-theme .main-nav > li ul > li.active > a { color: #7359ee; } .navbar.navbar-primary .btn-transparent-light { color: #fff; } .navbar.navbar-primary .btn-transparent-light:hover, .navbar.navbar-primary .btn-transparent-light:active, .navbar.navbar-primary .btn-transparent-light:focus { background-color: #7b62ef; color: #fff; } .navbar.navbar-primary .navbar-toggle { color: #fff; border-color: #fff; } .navbar.navbar-primary .navbar-toggle .icon-bar { background-color: #fff; } .navbar.navbar-primary .navbar-input-group .form-control { background-color: #7b62ef; color: #fff; border: 1px solid #7b62ef; } .navbar.navbar-primary .navbar-input-group .form-control::-webkit-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-primary .navbar-input-group .form-control:-ms-input-placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-primary .navbar-input-group .form-control::placeholder { color: #eee; -webkit-transition: 0.5s all; -o-transition: 0.5s all; transition: 0.5s all; } .navbar.navbar-primary .navbar-input-group .form-control:focus { background-color: #fff; color: #333; } .navbar.navbar-primary .navbar-input-group .form-control:focus::-webkit-input-placeholder { color: #888; } .navbar.navbar-primary .navbar-input-group .form-control:focus:-ms-input-placeholder { color: #888; } .navbar.navbar-primary .navbar-input-group .form-control:focus::placeholder { color: #888; } .navbar.navbar-primary .navbar-input-group .input-group-btn .btn { color: #fff; } .navbar.navbar-primary .navbar-always-float.navbar-right { float: right; } .navbar.navbar-primary .navbar-always-float.navbar-left { float: left; } .navbar.navbar-primary .navbar-nav { margin: 0; } .navbar.navbar-primary .navbar-nav.navbar-always-float > li { float: left; } .navbar.navbar-primary .navbar-nav > li > a { color: #fff; } .navbar.navbar-primary .navbar-nav > li > a:hover, .navbar.navbar-primary .navbar-nav > li > a:active, .navbar.navbar-primary .navbar-nav > li > a:focus { background-color: #7b62ef; color: #fff; outline: none; } .navbar.navbar-primary .navbar-nav > li.active > a, .navbar.navbar-primary .navbar-nav > li.active > a:focus, .navbar.navbar-primary .navbar-nav > li.active > a:active, .navbar.navbar-primary .navbar-nav > li.open > a, .navbar.navbar-primary .navbar-nav > li.open > a:focus, .navbar.navbar-primary .navbar-nav > li.open > a:active { background-color: #7b62ef; color: #fff; } /* * * * * * * * * * * Main Naviagation and Sidebar Styling * * sidebar * ********** [Sidebar Structure] ************ 1. .sidebar a. Scrollable Body (.sidebar-body) i. Sidebar Cover (.sidebar-cover) A. Sidebar User (.sidebar-user) ii. Main Navigation (.main-nav-container) *Wrap sidebar-body around sidebar-scrollable-content to make it custom scroll properly* * * * * * * */ .sidebar { font-size: 13px; font-size: 1rem; z-index: 9; position: absolute; top: 0; padding-top: 4.7rem; width: 17.5rem; height: 100%; min-height: 100vh; margin-left: -17.5rem; border-style: solid; border-width: 0px; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); -webkit-transition: 0.3s margin-left; -o-transition: 0.3s margin-left; transition: 0.3s margin-left; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); background-color: #fdfdfd; border-color: #f5f5f5; } @media (min-width: 992px) { .sidebar { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .sidebar { font-size: 14px; font-size: 1rem; } } .sidebar.sidebar-fixed { position: fixed; top: 0; height: 100vh; padding-top: 4.7rem; } @media (min-width: 768px) { .sidebar { margin-left: 0; } } .sidebar.sidebar-right { -webkit-transition: 0.3s margin-right; -o-transition: 0.3s margin-right; transition: 0.3s margin-right; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .sidebar .sidebar-footer { position: absolute; bottom: 0; width: 100%; z-index: 10; -webkit-box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.1); box-shadow: -1px 0px 1px 0px rgba(0, 0, 0, 0.1); } .sidebar .sidebar-cover { padding-top: 0em; } .sidebar .sidebar-cover .sidebar-user { display: block; color: inherit; text-decoration: none; position: relative; padding: 1.5em 0.9em 1.5em 1em; font-size: 1.05em; font-weight: 400; cursor: pointer; } .sidebar .sidebar-cover .sidebar-user:before, .sidebar .sidebar-cover .sidebar-user:after { content: " "; display: table; } .sidebar .sidebar-cover .sidebar-user:after { clear: both; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-img { margin-bottom: 0em; float: left; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-img img { width: 3.5em; height: 3.5em; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-expand { margin-left: 0.5em; font-size: 1.1em; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-name { padding-top: 0.2em; text-align: left; margin-left: 4.7em; } .sidebar .sidebar-cover .sidebar-user .sidebar-user-name .sidebar-user-email { display: block; margin-top: 0.5em; font-size: 0.8em; } .sidebar .sidebar-cover .sidebar-highlight { overflow: hidden; } .sidebar .sidebar-cover.sidebar-highlight-active .sidebar-highlight { max-height: 1000px; } .sidebar .sidebar-highlight { border-radius: 4px; position: relative; background: transparent; } .sidebar .sidebar-highlight .main-nav li a { padding: 0.7em 0em; } .sidebar .sidebar-body { padding-bottom: 11em; font-size: 1.05em; } .sidebar.sidebar-hidden { margin-left: -17.5rem; } .sidebar.sidebar-hidden.sidebar-right { margin-left: 0; margin-right: -17.5rem; } .sidebar.sidebar-hidden.sidebar-right.sidebar-visible { margin-left: 0; margin-right: 0; } .sidebar.sidebar-visible { margin-left: 0; } .sidebar .sidebar-cover { background: #fdfdfd; background-size: cover; color: #546270; border-bottom: 1px solid #f5f5f5; } .sidebar .sidebar-cover.sidebar-highlight-active { background-color: #f1f4f9; } .sidebar .sidebar-cover .sidebar-user:hover { background-color: #f1f4f9; } .sidebar .sidebar-cover .fa { font-size: 0.85em; } .sidebar .sidebar-footer { background-color: #fdfdfd; } .sidebar .sidebar-footer .horizontal-nav { border-top: 1px solid #f5f5f5; } .sidebar .horizontal-nav a { border-left: 3px solid transparent; color: #546474; font-weight: 400; } .sidebar .horizontal-nav a:hover, .sidebar .horizontal-nav a:focus, .sidebar .horizontal-nav a:active { font-weight: 400; outline: 0; color: #344454; } .sidebar .main-nav li a { color: #546474; } .sidebar .main-nav li.main-nav-label { border-color: #f5f5f5; } .sidebar .main-nav li.main-nav-label span { color: #8494A4; } .sidebar .main-nav > li > a { border-left: 3px solid transparent; border-right: 3px solid transparent; -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s; -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s; transition: color 0.3s, background-color 0.3s, border-color 0.3s; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .sidebar .main-nav > li > a:hover, .sidebar .main-nav > li > a:focus, .sidebar .main-nav > li > a:active { font-weight: 400; outline: 0; background: #f1f4f9; color: #344454; border-left: 3px solid #1565C0; } .sidebar .main-nav > li.active > a { background: #f1f4f9; color: #344454; border-left: 3px solid #1565C0; } .sidebar .main-nav > li ul { background-color: #f1f4f9; } .sidebar .main-nav > li ul > li > a { border-left: 3px solid transparent; border-left: 3px solid #1565C0; } .sidebar .main-nav > li ul > li > a:hover, .sidebar .main-nav > li ul > li > a:focus, .sidebar .main-nav > li ul > li > a:active { color: #344454; } @media (min-width: 768px) { .sidebar.sidebar-mini .main-nav > li > a { background-color: #fdfdfd; } .sidebar.sidebar-mini .main-nav > li > a:hover, .sidebar.sidebar-mini .main-nav > li > a:focus, .sidebar.sidebar-mini .main-nav > li > a:active { background-color: #fdfdfd; border-left: 0 !important; } .sidebar.sidebar-mini .main-nav > li.active > a { color: #546474; background-color: #fdfdfd; border-left: 0 !important; } .sidebar.sidebar-mini .main-nav > li.active > a:hover, .sidebar.sidebar-mini .main-nav > li.active > a:focus, .sidebar.sidebar-mini .main-nav > li.active > a:active { color: #344454; background-color: #fdfdfd; border-left: 0 !important; } .sidebar.sidebar-mini .main-nav > li ul { background-color: #fdfdfd; } .sidebar.sidebar-mini .main-nav > li ul li > a { border-left: 0 !important; } .sidebar.sidebar-mini .main-nav > li ul li.active { background: none; } .sidebar.sidebar-mini .main-nav > li ul li.active a { color: #546474; background: none; } .sidebar.sidebar-mini .main-nav > li ul.open { background-color: #fdfdfd; } } .sidebar.sidebar-left { border-right-width: 0px; left: 0; } .sidebar.sidebar-right { border-left-width: 0px; right: 0; } .sidebar.sidebar-dark { background-color: #282f39; border-color: #2c343f; } .sidebar.sidebar-dark .sidebar-cover { background: rgba(30, 126, 239, 0); background-size: cover; color: #bac2cf; border-bottom: 1px solid #2c343f; } .sidebar.sidebar-dark .sidebar-cover.sidebar-highlight-active { background-color: #242a33; } .sidebar.sidebar-dark .sidebar-cover .sidebar-user:hover { background-color: #242a33; } .sidebar.sidebar-dark .sidebar-cover .fa { font-size: 0.85em; } .sidebar.sidebar-dark .sidebar-footer { background-color: #282f39; } .sidebar.sidebar-dark .sidebar-footer .horizontal-nav { border-top: 1px solid #2c343f; } .sidebar.sidebar-dark .horizontal-nav a { border-left: 3px solid transparent; color: #9da8b9; font-weight: 400; } .sidebar.sidebar-dark .horizontal-nav a:hover, .sidebar.sidebar-dark .horizontal-nav a:focus, .sidebar.sidebar-dark .horizontal-nav a:active { font-weight: 400; outline: 0; color: #e7eaee; } .sidebar.sidebar-dark .main-nav li a { color: #9da8b9; } .sidebar.sidebar-dark .main-nav li.main-nav-label { border-color: #2c343f; } .sidebar.sidebar-dark .main-nav li.main-nav-label span { color: #7f8ea4; } .sidebar.sidebar-dark .main-nav > li > a { border-left: 3px solid transparent; border-right: 3px solid transparent; -webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s; -o-transition: color 0.3s, background-color 0.3s, border-color 0.3s; transition: color 0.3s, background-color 0.3s, border-color 0.3s; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .sidebar.sidebar-dark .main-nav > li > a:hover, .sidebar.sidebar-dark .main-nav > li > a:focus, .sidebar.sidebar-dark .main-nav > li > a:active { font-weight: 400; outline: 0; background: #242a33; color: #e7eaee; border-left: 3px solid #1565C0; } .sidebar.sidebar-dark .main-nav > li.active > a { background: #242a33; color: #e7eaee; border-left: 3px solid #1565C0; } .sidebar.sidebar-dark .main-nav > li ul { background-color: #242a33; } .sidebar.sidebar-dark .main-nav > li ul > li > a { border-left: 3px solid transparent; border-left: 3px solid #1565C0; } .sidebar.sidebar-dark .main-nav > li ul > li > a:hover, .sidebar.sidebar-dark .main-nav > li ul > li > a:focus, .sidebar.sidebar-dark .main-nav > li ul > li > a:active { color: #e7eaee; } @media (min-width: 768px) { .sidebar.sidebar-dark.sidebar-mini .main-nav > li > a { background-color: #282f39; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li > a:hover, .sidebar.sidebar-dark.sidebar-mini .main-nav > li > a:focus, .sidebar.sidebar-dark.sidebar-mini .main-nav > li > a:active { background-color: #282f39; border-left: 0 !important; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li.active > a { color: #9da8b9; background-color: #282f39; border-left: 0 !important; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li.active > a:hover, .sidebar.sidebar-dark.sidebar-mini .main-nav > li.active > a:focus, .sidebar.sidebar-dark.sidebar-mini .main-nav > li.active > a:active { color: #e7eaee; background-color: #282f39; border-left: 0 !important; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul { background-color: #282f39; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul li > a { border-left: 0 !important; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul li.active { background: none; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul li.active a { color: #9da8b9; background: none; } .sidebar.sidebar-dark.sidebar-mini .main-nav > li ul.open { background-color: #282f39; } } .sidebar .main-nav > li > a > span.title, .sidebar .main-nav > li > a > span.label { display: inline-block; } @media (min-width: 768px) { .sidebar.sidebar-mini { width: 5rem; overflow: visible; z-index: 9; position: absolute; top: 0; height: 100%; left: 0; } .sidebar.sidebar-mini .sidebar-header { display: none; } .sidebar.sidebar-mini .horizontal-nav { display: none; } .sidebar.sidebar-mini.sidebar-hidden { margin-left: -5rem; } .sidebar.sidebar-mini .sidebar-user { padding: 1em 1em 1em 1em; } .sidebar.sidebar-mini .sidebar-user .sidebar-user-name { display: none; } .sidebar.sidebar-mini .sidebar-user .sidebar-user-img img.img-circle { width: 100%; height: auto; } .sidebar.sidebar-mini .main-nav-label { display: none; } .sidebar.sidebar-mini .main-nav > li { position: relative; background-color: initial; } .sidebar.sidebar-mini .main-nav > li > a { border-left: 0; border-right: 0; width: 5rem; overflow: hidden; white-space: nowrap; } .sidebar.sidebar-mini .main-nav > li > a i { width: 5rem; display: inline-block; font-size: 1.2em; text-align: center; padding: 0; margin: 0; margin-right: 0.8em; } .sidebar.sidebar-mini .main-nav > li > a span.label { display: none; } .sidebar.sidebar-mini .main-nav > li > a .menu-caret { display: none; } .sidebar.sidebar-mini .main-nav > li > a::after { display: none; } .sidebar.sidebar-mini .main-nav > li.active a { border: none; background-color: initial; } .sidebar.sidebar-mini .main-nav > li ul { position: absolute; display: block; width: 0; overflow-x: hidden; left: 5.2rem; max-height: 1000px !important; } .sidebar.sidebar-mini .main-nav > li ul li a { width: 12.3rem; padding-left: 1em; } .sidebar.sidebar-mini .main-nav > li:hover { border-left: none; } .sidebar.sidebar-mini .main-nav > li:hover > a { width: 17.5rem; -webkit-animation-name: sidebar-slide-link; animation-name: sidebar-slide-link; -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); border-left: 0; } @-webkit-keyframes sidebar-slide-link { from { width: 0; } to { width: 17.5rem; } } @keyframes sidebar-slide-link { from { width: 0; } to { width: 17.5rem; } } .sidebar.sidebar-mini .main-nav > li:hover ul { display: block; width: 12.3rem; -webkit-animation-name: sidebar-slide-list; animation-name: sidebar-slide-list; -webkit-animation-duration: 0.1s; animation-duration: 0.1s; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); max-height: 1000px !important; } @-webkit-keyframes sidebar-slide-list { from { width: 0; } to { width: 12.3rem; } } @keyframes sidebar-slide-list { from { width: 0; } to { width: 12.3rem; } } } /* * * * * * * * * * * Dropdown Menu styling * * * * * * * * * * */ .dropdown-menu { width: auto; border-radius: 0; font-size: 13px; font-size: 1rem; padding: 0; -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: 0.25s; animation-duration: 0.25s; overflow: hidden; -webkit-animation-timing-function: ease; animation-timing-function: ease; -webkit-transform-origin: top; -ms-transform-origin: top; transform-origin: top; -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1); margin-top: 1px; -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } @media (min-width: 992px) { .dropdown-menu { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .dropdown-menu { font-size: 14px; font-size: 1rem; } } .dropdown-menu > li a { padding: 1em 1.5em; } .dropdown-menu .divider { margin: 0; padding: 0; } .dropdown-menu.list-group { width: 24em; color: #55616d; } .dropdown-menu.list-group.list-group-wide { width: 26em; } .dropdown-menu.list-group.list-group-wide li a .media-content { white-space: normal; } .dropdown-menu.list-group.list-group-linked li.list-group-item a { padding: 0.8em 1.5em 0.8em 0.8em; } .dropdown-menu.list-group li a { font-size: 0.95em; } .dropdown-menu.list-group li a .media { position: relative; } .dropdown-menu.list-group li a .media .media-right { position: absolute; right: 0; top: 0; } .dropdown-menu.list-group li a .media .media-user { margin-top: 0.1em; margin-bottom: 0.3em; } .notification-dropdown .media .media-left { padding-top: 2px; } .dropup .dropdown-menu { -webkit-transform-origin: bottom; -ms-transform-origin: bottom; transform-origin: bottom; } @-webkit-keyframes fadeIn { 0% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } @keyframes fadeIn { 0% { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } 100% { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } } /* * * * * * * * * * * Alerts Styling * * * * * * * * * * */ .alert { font-size: 13px; font-size: 1rem; padding: 0.75em 1em; border-radius: 0; border: 1px solid #eee; } @media (min-width: 992px) { .alert { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .alert { font-size: 14px; font-size: 1rem; } } .alert.alert-success { background-color: #bcf2ed; border-color: #26c1b2; color: #198177; } .alert.alert-warning { background-color: #fff3de; border-color: #FFB12B; color: #de8c00; } .alert.alert-info { background-color: #beddf7; border-color: #1E88E5; color: #1360a4; } .alert.alert-danger { background-color: #fed7de; border-color: #FC5F7C; color: #fb1943; } .alert.alert-dissmissable button { color: inherit; font-size: 1em; opacity: 0.8; } .alert.alert-dissmissable button:hover { opacity: 1; } .alert.alert-dissmissable button span { font-size: 1em; } .alert .alert-link { font-weight: bold; color: inherit; } .alert-bold { font-size: 13px; font-size: 1rem; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border-radius: 0; } @media (min-width: 992px) { .alert-bold { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .alert-bold { font-size: 14px; font-size: 1rem; } } .alert-bold.alert-success { background-color: #26c1b2; color: white; } .alert-bold.alert-warning { background-color: #FFB12B; color: white; } .alert-bold.alert-info { background-color: #1E88E5; color: white; } .alert-bold.alert-danger { background-color: #FC5F7C; color: white; } .close { line-height: 1.4; } .modal-content { -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); border-radius: 4px; } .modal-header, .modal-body, .modal-footer { padding: 1em 1.5em; } .toast-top-right, .toast-top-left { top: 5em; } .toast-warning { background-color: #FFB12B; } .toast-info { background-color: #1E88E5; } /* * * * * * * * Progress Styling * * * * * * * */ .progress { height: 1.8em; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; background-color: #e7e7e7; font-weight: 600; font-size: 13px; font-size: 1rem; } @media (min-width: 992px) { .progress { font-size: 13px; font-size: 1rem; } } @media (min-width: 1200px) { .progress { font-size: 14px; font-size: 1rem; } } .progress .progress-bar { -webkit-box-shadow: none; box-shadow: none; background-color: #7259EF; font-weight: 400; font-size: 1em; line-height: 1.8em; } .progress .progress-bar.progress-bar-info { background-color: #1E88E5; } .progress .progress-bar.progress-bar-warning { background-color: #FFB12B; } .progress .progress-bar.progress-bar-danger { background-color: #FC5F7C; } .progress .progress-bar.progress-bar-success { background-color: #26c1b2; } .progress.progress-md { height: 4px; background-color: #f0eefd; } .progress.progress-md.progress-md-info { background-color: #beddf7; } .progress.progress-md.progress-md-warning { background-color: #fff3de; } .progress.progress-md.progress-md-danger { background-color: #fed7de; } .progress.progress-md.progress-md-success { background-color: #bcf2ed; } /* * * * * * * * * * * Label Styling * * * * * * * * * * */ .label { font-size: 0.9em; padding: 0.5em 1em 0.5em; vertical-align: middle; display: inline-block; font-family: "Open Sans", sans-serif; font-weight: 500; line-height: 1.2; border: 0px solid #aaa; border-radius: 1px; margin-right: 0.5em; vertical-align: middle; } .label.label-short { padding: 0.15em 0.7em 0.17em; } .label.label-default { background-color: #777; border-color: #555; } .label.label-primary { background-color: #7259EF; border-color: #5234eb; } .label.label-info { background-color: #1E88E5; border-color: #1360a4; } .label.label-warning { background-color: #FFB12B; border-color: #de8c00; } .label.label-danger { background-color: #FC5F7C; border-color: #fb1943; } .label.label-success { background-color: #26c1b2; border-color: #198177; } .label.label-white { background-color: #ddd; color: #333; } .label.label-chip { border-radius: 2em; } /* * * * * * * * * * * Badge Styling * * * * * * * * * * */ .badge { font-size: 0.9em; margin: 0; padding: 0; vertical-align: middle; padding: 0.3em 0.6em 0.3em 0.6em; margin-left: 0.2em; text-align: center; } .badge.badge-round { display: inline-block; -webkit-box-sizing: content-box; box-sizing: content-box; height: 1.6em; line-height: 1.5; width: 1.6em; padding: 0; text-align: center; border-radius: 50%; } .badge.badge-round-large { font-size: 0.8em; display: inline-block; -webkit-box-sizing: content-box; box-sizing: content-box; height: 2.2em; line-height: 2.2; width: 2.2em; padding: 0; text-align: center; border-radius: 50%; } /* * * * * * * * * * * List Group Styling * * list-group * * * * * * * * * * */ .list-group { border-radius: 0; } .list-group.list-group-panelled { border-top: 0; border-radius: 0; margin: 0; } .list-group.list-group-panelled .list-group-item { border-left: 0; border-right: 0; } .list-group.list-group-panelled .list-group-item:first-child { border-top: 0; } .list-group.list-group-panelled .list-group-item:last-child { border-bottom: 0; } .list-group.list-group-linked .list-group-item { padding: 0; } .list-group.list-group-linked .list-group-item > a.link-wrapper { display: block; cursor: pointer; padding: 1em; color: inherit; text-decoration: none; overflow: auto; -webkit-transition: 0.5s background-color; -o-transition: 0.5s background-color; transition: 0.5s background-color; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); } .list-group.list-group-linked .list-group-item > a.link-wrapper:hover { background-color: #f7f7f7; } .list-group .list-group-item { padding: 1em; border-color: #eee; background-color: #ffffff; } .list-group .list-group-item:first-child { border-radius: 0; } .list-group .list-group-item:last-child { border-radius: 0; } .list-group.list-group-striped > .list-group-item:nth-of-type(even) { background-color: #f7f7f7; } ul.block-list { margin: 0; padding: 0; display: block; } ul.block-list li { margin: 0; padding: 0; display: block; } /* * * * * * * * Styling for Small Components * breadcrumb, main page title (ribbon), notification-pulse sign, ripple effect * * * * * * * */ .ribbon { padding: 1.5em 40px 1.5em; color: #55616d; } .ribbon h2 { margin: 0; padding: 0; font-size: 1.7623416832em; } .breadcrumb { font-size: 1em; margin: 0; padding: 0; padding-top: 0.5em; background: none; font-size: 1em; } .breadcrumb a { color: #78828c; font-size: 1em; } .breadcrumb.breadcrumb-caret li + li::before { content: "\e258"; font-family: "Glyphicons Halflings"; line-height: 1; font-size: 0.7em; padding-left: 3px; padding-right: 7px; } @-webkit-keyframes scaleThrice { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 100% { -webkit-transform: scale(6); transform: scale(6); opacity: 0; } } @keyframes scaleThrice { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; } 100% { -webkit-transform: scale(6); transform: scale(6); opacity: 0; } } .notification-pulse { position: relative; -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .notification-pulse.pulse-right { position: absolute; right: 15px; margin-top: -1px; z-index: 13; } .notification-pulse.pulse-left { position: absolute; left: 14px; top: 14px; } .notification-pulse::after { content: " "; display: block; position: absolute; top: 2px; left: 2px; background: #EF5350; width: 4px; height: 4px; border-radius: 50%; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .notification-pulse::before { content: " "; display: block; position: absolute; top: 2px; left: 2px; background: none; border: 1px solid #EF5350; width: 4px; height: 4px; border-radius: 50%; opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -webkit-animation-name: scaleThrice; animation-name: scaleThrice; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: ease; animation-timing-function: ease; } .easyPieChart canvas { position: absolute; top: 0; left: 0; } @-webkit-keyframes ripple-animation { from { -webkit-transform: scale(1); transform: scale(1); opacity: 0.4; } to { -webkit-transform: scale(100); transform: scale(100); opacity: 0; } } @keyframes ripple-animation { from { -webkit-transform: scale(1); transform: scale(1); opacity: 0.4; } to { -webkit-transform: scale(100); transform: scale(100); opacity: 0; } } .ripple-effect { position: absolute; border-radius: 50%; width: 50px; height: 50px; background: white; -webkit-animation: ripple-animation 2s; animation: ripple-animation 2s; } .main-nav .ripple-effect { position: absolute; border-radius: 50%; width: 50px; height: 50px; background: black; -webkit-animation: ripple-animation 2s; animation: ripple-animation 2s; } .tooltip .tooltip-inner { padding: 1em 1em 0.8em 1em; } .popover { border-radius: 0px; } .popover .popover-content { padding: 1em 1em 0.8em 1em; } .mdi { font-size: 1em; vertical-align: baseline; } .mdi.mdi-1-5x { font-size: 1.5em; } .mdi.mdi-2x { font-size: 2em; } .mdi.mdi-3x { font-size: 3em; } .mdi.mdi-4x { font-size: 4em; } .mdi.mdi-5x { font-size: 5em; } .mdi::before { font-size: 1.2em; position: relative; bottom: 0px; vertical-align: middle; line-height: 1; } .panel-action .mdi::before, .mdi.mdi-adjusted::before { position: relative; bottom: 0.12em; } .btn .mdi::before { position: relative; bottom: 0px; } .navbar .btn .mdi::before { position: relative; bottom: 0; } .navbar .navbar-nav li .mdi::before { position: relative; bottom: 0em; font-size: 1.4em; } .btn-sm .mdi { position: relative; bottom: 1px; } /* * Layout for Emphasize Admin Pages * */ .page { -webkit-transition: 0.3s margin-left; -o-transition: 0.3s margin-left; transition: 0.3s margin-left; -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); margin-left: 0; } @media (min-width: 768px) { .page { margin-left: 17.5rem; } .page.full-width { margin-left: 0; } } .fullpage-form-container { /* Class Used on page element for login/signup etc. For pages that have just a form. */ width: 32em; margin: auto; margin-top: 7%; } .fullpage-form-container.fullpage-form-container-wide { margin-top: 5%; width: 35em; } .sidebar-toggled-mini .page { /* .sidebar-toogled-mini Class Used on body element when the sidebar is in collapsed mini state. */ } @media (min-width: 768px) { .sidebar-toggled-mini .page { margin-left: 5rem; } } .sidebar-toggled-visible .page { /* .sidebar-toogled-mini Class Used on body element when the sidebar is visible. */ margin-left: 0; } @media (min-width: 768px) { .sidebar-toggled-visible .page { margin-left: 17.5rem; } .sidebar-toggled-visible .page.full-width { margin-left: 0; } } @media (min-width: 768px) { .sidebar-toggled-visible.sidebar-toggled-mini .page { margin-left: 5rem; } } .sidebar-toggled-hidden.sidebar-toggled-mini .page { margin-left: 0; } .sidebar-toggled-hidden .page { margin-left: 0; } .page-content { padding-top: 0px; padding-left: 15px; padding-right: 15px; } .page-content.no-padding { padding-left: 0px; padding-right: 0px; } .fixed-navbar-top .page { /* .fixed-navbar-top Class Used on body element when the navbar is fixed on top. */ padding-top: 4.7rem; } .page-wrapper { position: relative; } .row-table { /* A new form of grid that used display:table */ width: 100%; height: 100%; margin: 0; display: table; table-layout: fixed; } .row-table::after, .row-table::before { display: none; content: ""; } .row-table > [class*=col-] { display: table-cell; margin: 0; padding: 0; vertical-align: top; float: none; table-layout: fixed; } .row-table.row-middle > [class*=col-] { vertical-align: middle; } .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 { /*Reduce default grid padding on small screens*/ padding-left: 10px; padding-right: 10px; } @media (min-width: 768px) { .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 { padding-left: 15px; padding-right: 15px; } } .page-content { /*Reduce default Page padding on small screens*/ padding-left: 0px; padding-right: 0px; } @media (min-width: 768px) { .page-content { padding-left: 15px; padding-right: 15px; } } .panel-email { -webkit-box-shadow: none; box-shadow: none; background: transparent; } .inbox-container { position: relative; } .inbox-container:before, .inbox-container:after { content: " "; display: table; } .inbox-container:after { clear: both; } .inbox-sidebar { padding: 1em 1em; width: 18rem; color: #78828c; min-height: 100vh; position: absolute; left: 0; top: 0; -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.12); border-right: 1px solid #eee; } .inbox-sidebar .inbox-sidebar-btn { padding: 1em; } .inbox-container.inbox-sidebar-visible .inbox-sidebar { width: 18rem; display: block; z-index: 2; background-color: #f1f6fb; } .inbox-container .inbox-sidebar { width: 0; display: none; z-index: 2; } .inbox-container .inbox-emails { margin-left: 0rem; z-index: 1; } @media (min-width: 1200px) { .inbox-container .inbox-sidebar { display: block; width: 18rem; z-index: 2; } .inbox-container .inbox-emails { margin-left: 18rem; z-index: 1; } } .inbox-emails { background: white; min-height: 100vh; } .email-nav.main-nav a { width: 100%; color: #78828c; font-weight: 500; } .email-nav.main-nav a:hover { color: #55616d; } .email-sections { display: table-row; width: 100%; } .email-sections:before, .email-sections:after { content: " "; display: table; } .email-sections:after { clear: both; } .inbox-emails { position: relative; left: -1px; margin-left: 18rem; border-left: 1px solid #eee; overflow-x: auto; } .inbox-actions { padding: 1.5em; } .emails { display: block; padding: 0; margin: 0; display: table; width: 100%; min-width: 650px; } .emails .email { display: table-row; width: 100%; list-style-type: none; padding: 0; margin: 0; padding: 1em; padding-right: 2em; position: relative; height: 4em; cursor: pointer; color: #64707c; } .emails .email.unread { font-weight: 600; color: #55616d; background-color: #f5f5f5; } .emails .email:hover { background-color: #f3f3f3; } .emails .email .email-section { display: table-cell; line-height: 2em; vertical-align: middle; border-bottom: 1px solid #eee; } .emails .email .email-actions-left { width: 4.6em; padding-left: 1.6em; text-align: left; } .emails .email .email-sender { width: 20em; text-align: left; } .emails .email .email-left { display: table-row; } .emails .email .email-right { display: table-row; } .emails .email .email-details { color: #78828c; font-size: 0.8em; padding-top: 0.4em; padding-right: 2em; width: 7em; } .emails-message { min-width: 32px; } .emails-message .message-sender { padding: 1em; border-top: 1px solid #eee; border-bottom: 1px solid #eee; } .emails-message .message-user { font-size: 1.15em; padding-top: 0.3em; } .emails-message .message-details { width: 10em; text-align: right; } .emails-message .message-message { padding: 2em; max-width: 80em; font-size: 1.05em; } .inbox-compose-form { min-width: 650px; padding: 0em 2em 2em; } .inbox-compose-form textarea.form-control { border: 1px solid #ddd; margin-top: 1em; height: 13em; resize: none; } .inbox-compose-form textarea.form-control:focus { border: 2px solid #1E88E5; } .dropzone { width: 100%; height: 7em; padding-top: 2.8em; text-align: center; border: none; margin-bottom: 2em; cursor: pointer; background-color: #f5f5f5; border: 1px dashed #aaa; } .dropzone:hover { background-color: #eee; } .wysihtml5-toolbar { position: absolute; left: 2px; top: 2px; width: 100%; height: 3.1em; padding: 0em; border-bottom: 1px solid #ddd; } .wysihtml5-toolbar li:first-child > .btn, .wysihtml5-toolbar > .btn-group { border-left-width: 0px; } .wysihtml5-toolbar li > .btn, .wysihtml5-toolbar li > .btn-group { -webkit-box-shadow: none; box-shadow: none; border-radius: 0; border-left-width: 1px; border-right-width: 1px; } .wysihtml5-toolbar li > .btn .btn, .wysihtml5-toolbar li > .btn-group .btn { border-right-width: 0px; } .wysihtml5-toolbar .btn.btn-default { background: #fff; } .wysi-textarea-container { padding: 0em; margin-top: 1em; position: relative; } ul.wysihtml5-toolbar > li { margin: 0 !important; } .wysihtml5-sandbox { margin-top: 0 !important; padding: 3.5em 0.5em 0.5em !important; height: 20em !important; } .nav-tabs.profile-tabs li a { padding: 1.5em 3em; } .activity { display: block; margin: 0; padding: 0; } .activity .activity-post { display: block; margin: 0; padding: 0; } .activity .activity-post .activity-image { width: 2.7em; height: 2.7em; margin-left: 0.4em; margin-right: 0.4em; } .activity .activity-post .activity-post-content { padding-top: 0; padding-bottom: 0; } .activity .activity-post .activity-post-footer { padding: 0.8em 1.5em; } .activity .activity-post .activity-post-action { margin-right: 1em; color: #78828c; font-size: 0.9em; } .activity .activity-post .activity-post-action .btn-default.btn { color: #78828c; } .activity .activity-post .activity-post-title { padding: 1.3em 1em; margin-bottom: 0em; } .activity .activity-post .activity-post-title a { font-weight: 600; color: #64707c; } .activity .activity-post .time { font-size: 0.8em; margin-left: 1em; } .activity-post-gallery .gallery-image { height: 13em; display: inline-block; padding: 0em; margin-right: 1.3em; margin-bottom: 1.3em; } .fc-toolbar.fc-header-toolbar { padding: 1.5em 2em; padding-top: 6em; color: #fff; background-color: #7259EF; margin-bottom: 0; } .fc-toolbar.fc-header-toolbar button { background: none; color: #fff; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); border: none; padding: 0.9em 2em; height: 2.8em; line-height: 1; background-color: rgba(255, 255, 255, 0); border-radius: 0px; text-transform: capitalize; font-family: "Open Sans", sans-serif; text-shadow: none; } .fc-toolbar.fc-header-toolbar button:hover { background-color: rgba(255, 255, 255, 0.1); } .fc-left h2 { font-size: 1.7em; line-height: 1.6470588235; } table .fc-head .fc-widget-header td, table .fc-head .fc-widget-header th, table .fc-head .fc-widget-content td, table .fc-head .fc-widget-content th, table .fc-body .fc-widget-header td, table .fc-body .fc-widget-header th, table .fc-body .fc-widget-content td, table .fc-body .fc-widget-content th { padding: 0.5em 0.1em; } .fc-widget-content .fc-day-grid .fc-day-number { padding: 0.8em; } .fc-month-view > table { border-left: none !important; } .fc-month-view > table > thead > tr > td, .fc-month-view > table > tbody > tr > td { border-left: none !important; border-right: none !important; } .external-events .fc-event { margin-bottom: 0.5em; } .fc-event, .fc-event-dot { border-radius: 0; padding: 0.3em; background-color: #1E88E5; } .faq .panel { -webkit-box-shadow: none; box-shadow: none; margin-bottom: 1em; } .faq .panel .panel-collapse .panel-body { border-top: none; padding: 1em 1em; padding-top: 0; font-size: 1em; color: #64707c; } .faq .panel-heading { padding: 0 !important; } .faq .panel-heading a { display: block; padding: 1em 0em; font-weight: 500; color: #1565C0; } .faq .panel-heading a:focus, .faq .panel-heading a:active, .faq .panel-heading a:hover { background: none; border: none; outline: none; text-decoration: none; } .invoice-summary:before, .invoice-summary:after { content: " "; display: table; } .invoice-summary:after { clear: both; } .panel.pricing-panel { margin-top: 1em; margin-left: 0.5em; margin-right: 0.5em; font-weight: 500; -webkit-box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); box-shadow: 0 1px 1px 0px rgba(0, 0, 0, 0.1), 0 1px 1px 0px rgba(0, 120, 255, 0.1); background-color: #f7f7f7; border-radius: 0; } .panel.pricing-panel.pricing-popular { -webkit-transform: scale(1.04); -ms-transform: scale(1.04); transform: scale(1.04); -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .panel.pricing-panel .panel-body { padding: 0; } .panel.pricing-panel .pricing-title { padding: 2em 0em; border-radius: 0; } .panel.pricing-panel .pricing-title h2 { font-size: 1.7623416832em; margin-bottom: 0; } .panel.pricing-panel .pricing-price { padding: 2.5em; } .panel.pricing-panel .pricing-price h2 { font-size: 3em; margin-bottom: 0; font-weight: 500; } .pricing-feature-list { display: block; margin: 0; padding: 0; margin-bottom: 0em; border-bottom: 1px solid #eee; } .pricing-feature-list li { color: #64707c; display: block; margin: 0; padding: 1em; font-size: 1.12em; border-top: 1px solid #eee; } .pricing-button { padding: 1em; } .ct-series-a .ct-line { /* Set the colour of this series line */ stroke: #36a2eb; /* Control the thikness of your lines */ stroke-width: 4px; /* Create a dashed line with a pattern */ } .ct-series-a .ct-point { /* Colour of your points */ stroke: #36a2eb; /* Size of your points */ stroke-width: 6px; /* Make your points appear as squares */ } .ct-series-b .ct-line { /* Set the colour of this series line */ stroke: #ff6384; /* Control the thikness of your lines */ stroke-width: 4px; /* Create a dashed line with a pattern */ } .ct-series-b .ct-point { /* Colour of your points */ stroke: #ff6384; /* Size of your points */ stroke-width: 6px; /* Make your points appear as squares */ } .ct-series-a .ct-bar { /* Colour of your bars */ stroke: #ff6384; /* The width of your bars */ stroke-width: 25px; } .ct-series-b .ct-bar { /* Colour of your bars */ stroke: #36a2eb; /* The width of your bars */ stroke-width: 25px; } .ct-series-a .ct-slice-pie { /* fill of the pie slieces */ fill: #36a2eb; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-b .ct-slice-pie { /* fill of the pie slieces */ fill: #ffce56; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-c .ct-slice-pie { /* fill of the pie slieces */ fill: #4bc0c0; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-d .ct-slice-pie { /* fill of the pie slieces */ fill: #9966ff; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-e .ct-slice-pie { /* fill of the pie slieces */ fill: #ff9f40; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-chart-donut .ct-label { fill: white; } .ct-chart-pie .ct-label { fill: white; } .ct-series-a .ct-slice-donut, .ct-series-a .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #36a2eb; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-b .ct-slice-donut, .ct-series-b .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #ffce56; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-c .ct-slice-donut, .ct-series-c .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #4bc0c0; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-d .ct-slice-donut, .ct-series-d .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #9966ff; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .ct-series-e .ct-slice-donut, .ct-series-e .ct-slice-donut-solid { /* fill of the pie slieces */ fill: #ff9f40; /* give your pie slices some outline or separate them visually by using the background color here */ stroke: white; /* outline width */ stroke-width: 2px; } .easy-pie-chart { position: relative; } .easy-pie-chart canvas { position: absolute; top: 0; left: 0; } .easy-pie-chart { width: 110px; height: 110px; text-align: center; line-height: 120px; margin-right: 1em; } .demo-elements { padding: 1em 0em 0em; } .demo-section { margin-bottom: 0.5em; } .jqstooltip { max-width: 500px !important; max-height: 500px !important; height: 30px !important; width: auto !important; } .jqsfield { font-size: 10px !important; } .fontawesome-icon-list div { padding: 1em 1.5em; } .fontawesome-icon-list div .fa { font-size: 1.2em; margin-right: 0.4em; } .fontawesome-icon-list div:hover { background-color: #f1f6fb; cursor: pointer; } #icons .page-header { border-bottom: 0; } .mid-icons #icons div { display: inline-block; width: 25%; padding: 1.2em; } .oi { font-size: 0.9em; } #oi-icons div { display: inline-block; width: 25%; padding: 1.2em; } #oi-icons div .oi { font-size: 1.1em; margin-right: 0.2em; } .sidebar-theming-heading { padding: 1.5em 1.5em; } .sidebar-theming-body { padding: 0.5em 1.5em 0.5em 1.5em; } .sidebar-theming-section { margin-bottom: 2em; } .nav.nav-tabs.sidebar-theming { border: none; margin-bottom: 4px; } .nav.nav-tabs.sidebar-theming li { border: none; margin-right: 1em; } .nav.nav-tabs.sidebar-theming li a { padding: 1px; border: none; border-radius: 2px; display: block; padding: 0; opacity: 0.9; width: 1.8em; height: 1.8em; line-height: 1.6em; background-color: #eee; text-align: center; color: #333; -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1); } .nav.nav-tabs.sidebar-theming li a .fa, .nav.nav-tabs.sidebar-theming li a .mdi, .nav.nav-tabs.sidebar-theming li a .oi { font-size: 0.8em; display: none; } .nav.nav-tabs.sidebar-theming li a.active .fa, .nav.nav-tabs.sidebar-theming li a.active .mdi, .nav.nav-tabs.sidebar-theming li a.active .oi { display: inline; } .nav.nav-tabs.sidebar-theming li a:hover { opacity: 1; -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12); } .nav.nav-tabs.sidebar-theming li a.dark { background: #282F39; color: white; } .nav.nav-tabs.sidebar-theming li a.info { background-color: #1E88E5; color: white; } .nav.nav-tabs.sidebar-theming li a.primary { background-color: #7259EF; color: white; } .nav.nav-tabs.sidebar-theming li a.success { background-color: #26c1b2; color: white; } /*# sourceMappingURL=style.css.map */
0.438304
0.094636
*{ margin:0; padding:0; border:0; outline:none; } a{ text-decoration: none; } body { background-color:#333; } /* wrapper for component */ #componentWrapper{ position:absolute; top:50%; left:50%; width:900px; height:600px; margin-left:-450px; margin-top:-300px; background:#000; overflow:hidden; /*hide component on beginning until all is set up*/ display:none; } /*horizontal thumbnails */ #componentWrapper .mediaWrapper{ position:absolute; top:0px; left:0px; width:100%; /*height set in code (componentWrapper height - thumbHolder height), it cant be 100%!, video MUSTNT lie below playlist, ios webview issue!*/ /*background:#366;*/ } /*vertical thumbnails */ #componentWrapper .mediaWrapper_v{ position:absolute; top:0px; left:0px; height:100%; /*width set in code (componentWrapper width - thumbHolder width), it cant be 100%!, video MUSTNT lie below playlist, ios webview issue!*/ /*background:#366;*/ } /* video holders, 100% the size of '.mediaWrapper' */ #componentWrapper .youtubeHolder, #componentWrapper .vimeoHolder{ position:absolute; top:0px; left:0px; width:100%; height:100%; display:none; } /* this is just the data, needs to be hidden, nothing to style here */ #componentWrapper .componentPlaylist{ display:none; } /* horizontal thumbnails */ #componentWrapper .thumbHolder{ position:absolute; width:100%; height:140px; left:0px; bottom:0px; background:#222; overflow:hidden; } /* vertical thumbnails */ #componentWrapper .thumbHolder_v{ position:absolute; height:100%; width:180px; top:0px; right:0px; background:#222; overflow:hidden; } /* horizontal thumbnails mob */ #componentWrapper .thumbHolder_mob{ position:absolute; width:100%; height:107px; left:0px; bottom:0px; background:#222; overflow:hidden; } /* vertical thumbnails mob */ #componentWrapper .thumbHolder_v_mob{ position:absolute; height:100%; width:140px; top:0px; right:0px; background:#222; overflow:hidden; } /* horizontal thumbnails */ #componentWrapper .thumbContainer{ position:absolute; height:80px; top:50px; /*left, width set in jquery*/ /*background:red;*/ } /* vertical thumbnails */ #componentWrapper .thumbContainer_v{ position:absolute; width:120px; left:50px; /*top, height set in jquery*/ /*background:red;*/ } /* horizontal thumbnails mob */ #componentWrapper .thumbContainer_mob{ position:absolute; height:67px; top:40px; /*left, width set in jquery*/ /*background:red;*/ } /* vertical thumbnails mob */ #componentWrapper .thumbContainer_v_mob{ position:absolute; width:100px; left:40px; /*top, height set in jquery*/ /*background:red;*/ } /* horizontal thumbnails */ #componentWrapper .thumbInnerContainer{ position:absolute; height:80px; /*width set in jquery*/ top:0px; left:0px; /*background:#6C9;*/ } /* vertical thumbnails */ #componentWrapper .thumbInnerContainer_v{ position:absolute; width:120px; /*height set in jquery*/ top:0px; left:0px; /*background:#6C9;*/ } /* horizontal thumbnails mob */ #componentWrapper .thumbInnerContainer_mob{ position:absolute; height:67px; /*width set in jquery*/ top:0px; left:0px; /*background:#6C9;*/ } /* vertical thumbnails mob */ #componentWrapper .thumbInnerContainer_v_mob{ position:absolute; width:100px; /*height set in jquery*/ top:0px; left:0px; /*background:#6C9;*/ } /* horizontal thumbnails */ #componentWrapper .thumbBackward{ position:absolute; width:50px; height:100px; top:40px; left:0px; background: rgb(0, 0, 0) url('../data/icons/prev.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/prev.png') no-repeat center center; display:none; } /* vertical thumbnails */ #componentWrapper .thumbBackward_v{ position:absolute; height:50px; width:140px; left:40px; top:0px; background: rgb(0, 0, 0) url('../data/icons/prev_v.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/prev_v.png') no-repeat center center; display:none; } /* horizontal thumbnails mob */ #componentWrapper .thumbBackward_mob{ position:absolute; width:60px; height:67px; top:40px; left:0px; background: rgb(0, 0, 0) url('../data/icons/prev.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/prev.png') no-repeat center center; display:none; } /* vertical thumbnails mob */ #componentWrapper .thumbBackward_v_mob{ position:absolute; height:50px; width:100px; left:40px; top:0px; background: rgb(0, 0, 0) url('../data/icons/prev_v.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/prev_v.png') no-repeat center center; display:none; } /* horizontal thumbnails */ #componentWrapper .thumbForward{ position:absolute; width:50px; height:100px; top:40px; right:0px; background: rgb(0, 0, 0) url('../data/icons/next.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/next.png') no-repeat center center; display:none; } /* vertical thumbnails */ #componentWrapper .thumbForward_v{ position:absolute; height:50px; width:140px; left:40px; bottom:0px; background: rgb(0, 0, 0) url('../data/icons/next_v.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/next_v.png') no-repeat center center; display:none; } /* horizontal thumbnails mob */ #componentWrapper .thumbForward_mob{ position:absolute; width:60px; height:67px; top:40px; right:0px; background: rgb(0, 0, 0) url('../data/icons/next.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/next.png') no-repeat center center; display:none; } /* vertical thumbnails mob */ #componentWrapper .thumbForward_v_mob{ position:absolute; height:50px; width:100px; left:40px; bottom:0px; background: rgb(0, 0, 0) url('../data/icons/next_v.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/next_v.png') no-repeat center center; display:none; } /* horizontal thumbnails */ #componentWrapper .thumbs{ position:relative; top:0px; left:0px; width:120px; height:80px; margin-right:10px; float:left; background:#111; overflow:hidden; } /* vertical thumbnails */ #componentWrapper .thumbs_v{ position:relative; top:0px; left:0px; width:120px; height:80px; margin-bottom:10px; background:#111; overflow:hidden; } /* horizontal thumbnails mob */ #componentWrapper .thumbs_mob{ position:relative; top:0px; left:0px; width:100px; height:67px; margin-right:5px; float:left; background:#111; overflow:hidden; } /* vertical thumbnails mob */ #componentWrapper .thumbs_v_mob{ position:relative; top:0px; left:0px; width:100px; height:67px; margin-bottom:5px; background:#111; overflow:hidden; } /* thumb images */ #componentWrapper .thumb_img{ position:relative; display:block; top:0px; left:0px; width:100%; height:100%; } #componentWrapper .thumb_title{ position:absolute; left:0px; /*same width as the thumbs, top set in jquery to the height of the thumbs */ width:120px; color:#e5e5e5; padding: 5px; font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.6); } /*horizontal thumbnails*/ #componentWrapper .playlistControls{ position:absolute; left:0px; top:0px; width:100%; height:40px; background:#111; } /*vertical thumbnails*/ #componentWrapper .playlistControls_v{ position:absolute; left:0px; top:0px; height:100%; width:40px; background:#111; } /*horizontal thumbnails*/ #componentWrapper .playlist_prev{ position:absolute; width:30px; height:40px; left:50%; top:0px; margin-left:-71px; background: #111 url('../data/icons/prev.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_prev_v{ position:absolute; height:30px; width:40px; top:50%; left:0px; margin-top:-71px; background: #111 url('../data/icons/prev_v.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_prev_small{ position:relative; width:25%; height:40px; left:0px; top:0px; float:left; background: #111 url('../data/icons/prev.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_prev_v_small{ position:relative; height:25%; width:40px; left:0px; top:0px; background: #111 url('../data/icons/prev_v.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_toggle{ position:absolute; width:30px; height:40px; left:50%; top:0px; margin-left:-15px; background: #111 url('../data/icons/prev_v.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_toggle_v{ position:absolute; height:30px; width:40px; top:50%; left:0px; margin-top:-15px; background: #111 url('../data/icons/prev.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_toggle_small{ position:relative; width:25%; height:40px; left:0px; top:0px; float:left; background: #111 url('../data/icons/prev_v.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_toggle_v_small{ position:relative; height:25%; width:40px; left:0px; top:0px; background: #111 url('../data/icons/prev.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_next{ position:absolute; width:30px; height:40px; left:50%; top:0px; margin-left:41px; background: #111 url('../data/icons/next.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_next_v{ position:absolute; height:30px; width:40px; top:50%; left:0px; margin-top:41px; background: #111 url('../data/icons/next_v.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_next_small{ position:relative; width:25%; height:40px; left:0px; top:0px; float:left; background: #111 url('../data/icons/next.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_next_v_small{ position:relative; height:25%; width:40px; top:0px; left:0px; background: #111 url('../data/icons/next_v.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_switch{ position:absolute; width:30px; height:40px; right:20px; top:0px; background: #111 url('../data/icons/switch.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_switch_v{ position:absolute; height:30px; width:40px; top:20px; left:0px; background: #111 url('../data/icons/switch.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_switch_small{ position:relative; width:25%; height:40px; right:0px; top:0px; float:left; background: #111 url('../data/icons/switch.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_switch_v_small{ position:relative; height:25%; width:40px; top:0px; left:0px; background: #111 url('../data/icons/switch.png') no-repeat center center; } #componentWrapper .mediaPreloader{ position:absolute; top:50%; left:50%; margin:-25px 0px 0px -25px; background:#000 url('../data/loader.gif') no-repeat center center; width:50px; height:50px; z-index:999; opacity:0.7; } /* public functions */ #publicFunctions{ position: absolute; padding: 10px 25px 20px 20px; background:#555; left:50px; top:50px; font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:#fff; list-style:circle; -moz-box-shadow: 2px 2px 5px #222; -webkit-box-shadow: 2px 2px 5px #222; box-shadow: 2px 2px 5px #222; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222'); display:none; } #publicFunctions li a{ color:#fff; } #publicFunctions li a:hover, #publicFunctions li .current{ text-decoration: underline; }
gallery/video-gallery/css/videoGallery_fixed.css
*{ margin:0; padding:0; border:0; outline:none; } a{ text-decoration: none; } body { background-color:#333; } /* wrapper for component */ #componentWrapper{ position:absolute; top:50%; left:50%; width:900px; height:600px; margin-left:-450px; margin-top:-300px; background:#000; overflow:hidden; /*hide component on beginning until all is set up*/ display:none; } /*horizontal thumbnails */ #componentWrapper .mediaWrapper{ position:absolute; top:0px; left:0px; width:100%; /*height set in code (componentWrapper height - thumbHolder height), it cant be 100%!, video MUSTNT lie below playlist, ios webview issue!*/ /*background:#366;*/ } /*vertical thumbnails */ #componentWrapper .mediaWrapper_v{ position:absolute; top:0px; left:0px; height:100%; /*width set in code (componentWrapper width - thumbHolder width), it cant be 100%!, video MUSTNT lie below playlist, ios webview issue!*/ /*background:#366;*/ } /* video holders, 100% the size of '.mediaWrapper' */ #componentWrapper .youtubeHolder, #componentWrapper .vimeoHolder{ position:absolute; top:0px; left:0px; width:100%; height:100%; display:none; } /* this is just the data, needs to be hidden, nothing to style here */ #componentWrapper .componentPlaylist{ display:none; } /* horizontal thumbnails */ #componentWrapper .thumbHolder{ position:absolute; width:100%; height:140px; left:0px; bottom:0px; background:#222; overflow:hidden; } /* vertical thumbnails */ #componentWrapper .thumbHolder_v{ position:absolute; height:100%; width:180px; top:0px; right:0px; background:#222; overflow:hidden; } /* horizontal thumbnails mob */ #componentWrapper .thumbHolder_mob{ position:absolute; width:100%; height:107px; left:0px; bottom:0px; background:#222; overflow:hidden; } /* vertical thumbnails mob */ #componentWrapper .thumbHolder_v_mob{ position:absolute; height:100%; width:140px; top:0px; right:0px; background:#222; overflow:hidden; } /* horizontal thumbnails */ #componentWrapper .thumbContainer{ position:absolute; height:80px; top:50px; /*left, width set in jquery*/ /*background:red;*/ } /* vertical thumbnails */ #componentWrapper .thumbContainer_v{ position:absolute; width:120px; left:50px; /*top, height set in jquery*/ /*background:red;*/ } /* horizontal thumbnails mob */ #componentWrapper .thumbContainer_mob{ position:absolute; height:67px; top:40px; /*left, width set in jquery*/ /*background:red;*/ } /* vertical thumbnails mob */ #componentWrapper .thumbContainer_v_mob{ position:absolute; width:100px; left:40px; /*top, height set in jquery*/ /*background:red;*/ } /* horizontal thumbnails */ #componentWrapper .thumbInnerContainer{ position:absolute; height:80px; /*width set in jquery*/ top:0px; left:0px; /*background:#6C9;*/ } /* vertical thumbnails */ #componentWrapper .thumbInnerContainer_v{ position:absolute; width:120px; /*height set in jquery*/ top:0px; left:0px; /*background:#6C9;*/ } /* horizontal thumbnails mob */ #componentWrapper .thumbInnerContainer_mob{ position:absolute; height:67px; /*width set in jquery*/ top:0px; left:0px; /*background:#6C9;*/ } /* vertical thumbnails mob */ #componentWrapper .thumbInnerContainer_v_mob{ position:absolute; width:100px; /*height set in jquery*/ top:0px; left:0px; /*background:#6C9;*/ } /* horizontal thumbnails */ #componentWrapper .thumbBackward{ position:absolute; width:50px; height:100px; top:40px; left:0px; background: rgb(0, 0, 0) url('../data/icons/prev.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/prev.png') no-repeat center center; display:none; } /* vertical thumbnails */ #componentWrapper .thumbBackward_v{ position:absolute; height:50px; width:140px; left:40px; top:0px; background: rgb(0, 0, 0) url('../data/icons/prev_v.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/prev_v.png') no-repeat center center; display:none; } /* horizontal thumbnails mob */ #componentWrapper .thumbBackward_mob{ position:absolute; width:60px; height:67px; top:40px; left:0px; background: rgb(0, 0, 0) url('../data/icons/prev.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/prev.png') no-repeat center center; display:none; } /* vertical thumbnails mob */ #componentWrapper .thumbBackward_v_mob{ position:absolute; height:50px; width:100px; left:40px; top:0px; background: rgb(0, 0, 0) url('../data/icons/prev_v.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/prev_v.png') no-repeat center center; display:none; } /* horizontal thumbnails */ #componentWrapper .thumbForward{ position:absolute; width:50px; height:100px; top:40px; right:0px; background: rgb(0, 0, 0) url('../data/icons/next.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/next.png') no-repeat center center; display:none; } /* vertical thumbnails */ #componentWrapper .thumbForward_v{ position:absolute; height:50px; width:140px; left:40px; bottom:0px; background: rgb(0, 0, 0) url('../data/icons/next_v.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/next_v.png') no-repeat center center; display:none; } /* horizontal thumbnails mob */ #componentWrapper .thumbForward_mob{ position:absolute; width:60px; height:67px; top:40px; right:0px; background: rgb(0, 0, 0) url('../data/icons/next.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/next.png') no-repeat center center; display:none; } /* vertical thumbnails mob */ #componentWrapper .thumbForward_v_mob{ position:absolute; height:50px; width:100px; left:40px; bottom:0px; background: rgb(0, 0, 0) url('../data/icons/next_v.png') no-repeat center center; background: rgba(0, 0, 0, 0.6) url('../data/icons/next_v.png') no-repeat center center; display:none; } /* horizontal thumbnails */ #componentWrapper .thumbs{ position:relative; top:0px; left:0px; width:120px; height:80px; margin-right:10px; float:left; background:#111; overflow:hidden; } /* vertical thumbnails */ #componentWrapper .thumbs_v{ position:relative; top:0px; left:0px; width:120px; height:80px; margin-bottom:10px; background:#111; overflow:hidden; } /* horizontal thumbnails mob */ #componentWrapper .thumbs_mob{ position:relative; top:0px; left:0px; width:100px; height:67px; margin-right:5px; float:left; background:#111; overflow:hidden; } /* vertical thumbnails mob */ #componentWrapper .thumbs_v_mob{ position:relative; top:0px; left:0px; width:100px; height:67px; margin-bottom:5px; background:#111; overflow:hidden; } /* thumb images */ #componentWrapper .thumb_img{ position:relative; display:block; top:0px; left:0px; width:100%; height:100%; } #componentWrapper .thumb_title{ position:absolute; left:0px; /*same width as the thumbs, top set in jquery to the height of the thumbs */ width:120px; color:#e5e5e5; padding: 5px; font-family:Arial, Helvetica, sans-serif; font-size:15px; background-color: rgb(0, 0, 0); background-color: rgba(0, 0, 0, 0.6); } /*horizontal thumbnails*/ #componentWrapper .playlistControls{ position:absolute; left:0px; top:0px; width:100%; height:40px; background:#111; } /*vertical thumbnails*/ #componentWrapper .playlistControls_v{ position:absolute; left:0px; top:0px; height:100%; width:40px; background:#111; } /*horizontal thumbnails*/ #componentWrapper .playlist_prev{ position:absolute; width:30px; height:40px; left:50%; top:0px; margin-left:-71px; background: #111 url('../data/icons/prev.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_prev_v{ position:absolute; height:30px; width:40px; top:50%; left:0px; margin-top:-71px; background: #111 url('../data/icons/prev_v.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_prev_small{ position:relative; width:25%; height:40px; left:0px; top:0px; float:left; background: #111 url('../data/icons/prev.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_prev_v_small{ position:relative; height:25%; width:40px; left:0px; top:0px; background: #111 url('../data/icons/prev_v.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_toggle{ position:absolute; width:30px; height:40px; left:50%; top:0px; margin-left:-15px; background: #111 url('../data/icons/prev_v.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_toggle_v{ position:absolute; height:30px; width:40px; top:50%; left:0px; margin-top:-15px; background: #111 url('../data/icons/prev.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_toggle_small{ position:relative; width:25%; height:40px; left:0px; top:0px; float:left; background: #111 url('../data/icons/prev_v.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_toggle_v_small{ position:relative; height:25%; width:40px; left:0px; top:0px; background: #111 url('../data/icons/prev.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_next{ position:absolute; width:30px; height:40px; left:50%; top:0px; margin-left:41px; background: #111 url('../data/icons/next.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_next_v{ position:absolute; height:30px; width:40px; top:50%; left:0px; margin-top:41px; background: #111 url('../data/icons/next_v.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_next_small{ position:relative; width:25%; height:40px; left:0px; top:0px; float:left; background: #111 url('../data/icons/next.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_next_v_small{ position:relative; height:25%; width:40px; top:0px; left:0px; background: #111 url('../data/icons/next_v.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_switch{ position:absolute; width:30px; height:40px; right:20px; top:0px; background: #111 url('../data/icons/switch.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_switch_v{ position:absolute; height:30px; width:40px; top:20px; left:0px; background: #111 url('../data/icons/switch.png') no-repeat center center; } /*horizontal thumbnails*/ #componentWrapper .playlist_switch_small{ position:relative; width:25%; height:40px; right:0px; top:0px; float:left; background: #111 url('../data/icons/switch.png') no-repeat center center; } /*vertical thumbnails*/ #componentWrapper .playlist_switch_v_small{ position:relative; height:25%; width:40px; top:0px; left:0px; background: #111 url('../data/icons/switch.png') no-repeat center center; } #componentWrapper .mediaPreloader{ position:absolute; top:50%; left:50%; margin:-25px 0px 0px -25px; background:#000 url('../data/loader.gif') no-repeat center center; width:50px; height:50px; z-index:999; opacity:0.7; } /* public functions */ #publicFunctions{ position: absolute; padding: 10px 25px 20px 20px; background:#555; left:50px; top:50px; font-family:Arial, Helvetica, sans-serif; font-size: 16px; color:#fff; list-style:circle; -moz-box-shadow: 2px 2px 5px #222; -webkit-box-shadow: 2px 2px 5px #222; box-shadow: 2px 2px 5px #222; -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222')"; filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#222222'); display:none; } #publicFunctions li a{ color:#fff; } #publicFunctions li a:hover, #publicFunctions li .current{ text-decoration: underline; }
0.227298
0.023825
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; background-color: #e9e9e9; margin-bottom: 30px; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #dcdcdc; } h1 { font-family: "Copperplate", "Copperplate Gothic Light", "fantasy"; font-weight: bold; letter-spacing: -3px; margin: 0 0 20px 0; font-size: 350%; } img { margin: 10px 0 20px 0; } a { color: #000; font-weight: bold; text-decoration: underline; } a:hover { color: #000; font-weight: bold; text-decoration: none; } .footer img { margin: 5px 0; } .footer p { margin-bottom: 30px; } p { font-size: 150%; } p.main { font-size: 250%; } p.contact-info { text-align: right; } .hammers p { margin-bottom: 30px; } .hammers img { margin-bottom: 10px; } .navbar-default { background: #151515; } .navbar-brand { font-size: 300%; letter-spacing: -2px; margin-top: 10px; font-family: "Copperplate", "Copperplate Gothic Light", "fantasy"; } .navbar-default .navbar-brand, .navbar-header a { color: #eee; text-decoration: none; } .navbar-default .navbar-brand:hover, .navbar-header a:hover { color: #eee; text-decoration: underline; } .navbar { border: 0; margin-bottom: 30px; } .navbar img { width: 150px; margin: 10px 0; float: right; } @media (max-width: 767px) { .navbar img { width: 100%; display: block; margin: 20px auto 10px auto; float: none; } .navbar-brand { display: none; } ul.nav-list { text-align: center; padding: 10px; font-size: 120%; } h1 { font-size: 265%; } p { font-size: 120%; } p.main { font-size: 150%; } p.contact-info { margin-top: 30px; text-align: center; } } @media (min-width: 768px) and (max-width: 992px) { .navbar img { display: none; } .list-inline > li { padding-bottom: 10px; } }
public/roseburgstc/app.css
body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; background-color: #e9e9e9; margin-bottom: 30px; } hr { margin-top: 20px; margin-bottom: 20px; border: 0; border-top: 1px solid #dcdcdc; } h1 { font-family: "Copperplate", "Copperplate Gothic Light", "fantasy"; font-weight: bold; letter-spacing: -3px; margin: 0 0 20px 0; font-size: 350%; } img { margin: 10px 0 20px 0; } a { color: #000; font-weight: bold; text-decoration: underline; } a:hover { color: #000; font-weight: bold; text-decoration: none; } .footer img { margin: 5px 0; } .footer p { margin-bottom: 30px; } p { font-size: 150%; } p.main { font-size: 250%; } p.contact-info { text-align: right; } .hammers p { margin-bottom: 30px; } .hammers img { margin-bottom: 10px; } .navbar-default { background: #151515; } .navbar-brand { font-size: 300%; letter-spacing: -2px; margin-top: 10px; font-family: "Copperplate", "Copperplate Gothic Light", "fantasy"; } .navbar-default .navbar-brand, .navbar-header a { color: #eee; text-decoration: none; } .navbar-default .navbar-brand:hover, .navbar-header a:hover { color: #eee; text-decoration: underline; } .navbar { border: 0; margin-bottom: 30px; } .navbar img { width: 150px; margin: 10px 0; float: right; } @media (max-width: 767px) { .navbar img { width: 100%; display: block; margin: 20px auto 10px auto; float: none; } .navbar-brand { display: none; } ul.nav-list { text-align: center; padding: 10px; font-size: 120%; } h1 { font-size: 265%; } p { font-size: 120%; } p.main { font-size: 150%; } p.contact-info { margin-top: 30px; text-align: center; } } @media (min-width: 768px) and (max-width: 992px) { .navbar img { display: none; } .list-inline > li { padding-bottom: 10px; } }
0.430387
0.105487
.brushButton, .eraserButton, .eyedropperButton, .moveButton, .cropButton, .selectButton, .undoButton, .redoButton { upSkin: Embed(source="../media/skins/image/button.png"); overSkin: Embed(source="../media/skins/image/button.png"); downSkin: Embed(source="../media/skins/image/button_down.png"); disabledSkin: Embed(source="../media/skins/image/button_disable.png"); selectedUpSkin: Embed(source="../media/skins/image/button_down.png"); selectedOverSkin: Embed(source="../media/skins/image/button_down.png"); selectedDownSkin: Embed(source="../media/skins/image/button.png"); } .brushButton { upIcon: Embed(source="../media/skins/image/icon_brush.png"); overIcon: Embed(source="../media/skins/image/icon_brush_over.png"); downIcon: Embed(source="../media/skins/image/icon_brush_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_brush.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_brush_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_brush_over.png"); } .eraserButton { upIcon: Embed(source="../media/skins/image/icon_eraser.png"); overIcon: Embed(source="../media/skins/image/icon_eraser_over.png"); downIcon: Embed(source="../media/skins/image/icon_eraser_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_eraser.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_eraser_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_eraser_over.png"); } .eyedropperButton { upIcon: Embed(source="../media/skins/image/icon_eyedropper.png"); overIcon: Embed(source="../media/skins/image/icon_eyedropper_over.png"); downIcon: Embed(source="../media/skins/image/icon_eyedropper_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_eyedropper.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_eyedropper_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_eyedropper_over.png"); } .moveButton { upIcon: Embed(source="../media/skins/image/icon_move.png"); overIcon: Embed(source="../media/skins/image/icon_move_over.png"); downIcon: Embed(source="../media/skins/image/icon_move_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_move.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_move_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_move_over.png"); } .cropButton { upIcon: Embed(source="../media/skins/image/icon_crop.png"); overIcon: Embed(source="../media/skins/image/icon_crop_over.png"); downIcon: Embed(source="../media/skins/image/icon_crop_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_crop.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_crop_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_crop_over.png"); } .selectButton { upIcon: Embed(source="../media/skins/image/icon_select.png"); overIcon: Embed(source="../media/skins/image/icon_select_over.png"); downIcon: Embed(source="../media/skins/image/icon_select_over.png"); disabledIcon: Embed(source="../media/skins/image/icon_select_disable.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_select.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_select_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_select_over.png"); } .undoButton { upIcon: Embed(source="../media/skins/image/icon_undo.png"); overIcon: Embed(source="../media/skins/image/icon_undo_over.png"); downIcon: Embed(source="../media/skins/image/icon_undo_over.png"); disabledIcon: Embed(source="../media/skins/image/icon_undo_disable.png"); } .redoButton { upIcon: Embed(source="../media/skins/image/icon_redo.png"); overIcon: Embed(source="../media/skins/image/icon_redo_over.png"); downIcon: Embed(source="../media/skins/image/icon_redo_over.png"); disabledIcon: Embed(source="../media/skins/image/icon_redo_disable.png"); }
rsrc/css/image.css
.brushButton, .eraserButton, .eyedropperButton, .moveButton, .cropButton, .selectButton, .undoButton, .redoButton { upSkin: Embed(source="../media/skins/image/button.png"); overSkin: Embed(source="../media/skins/image/button.png"); downSkin: Embed(source="../media/skins/image/button_down.png"); disabledSkin: Embed(source="../media/skins/image/button_disable.png"); selectedUpSkin: Embed(source="../media/skins/image/button_down.png"); selectedOverSkin: Embed(source="../media/skins/image/button_down.png"); selectedDownSkin: Embed(source="../media/skins/image/button.png"); } .brushButton { upIcon: Embed(source="../media/skins/image/icon_brush.png"); overIcon: Embed(source="../media/skins/image/icon_brush_over.png"); downIcon: Embed(source="../media/skins/image/icon_brush_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_brush.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_brush_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_brush_over.png"); } .eraserButton { upIcon: Embed(source="../media/skins/image/icon_eraser.png"); overIcon: Embed(source="../media/skins/image/icon_eraser_over.png"); downIcon: Embed(source="../media/skins/image/icon_eraser_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_eraser.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_eraser_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_eraser_over.png"); } .eyedropperButton { upIcon: Embed(source="../media/skins/image/icon_eyedropper.png"); overIcon: Embed(source="../media/skins/image/icon_eyedropper_over.png"); downIcon: Embed(source="../media/skins/image/icon_eyedropper_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_eyedropper.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_eyedropper_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_eyedropper_over.png"); } .moveButton { upIcon: Embed(source="../media/skins/image/icon_move.png"); overIcon: Embed(source="../media/skins/image/icon_move_over.png"); downIcon: Embed(source="../media/skins/image/icon_move_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_move.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_move_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_move_over.png"); } .cropButton { upIcon: Embed(source="../media/skins/image/icon_crop.png"); overIcon: Embed(source="../media/skins/image/icon_crop_over.png"); downIcon: Embed(source="../media/skins/image/icon_crop_over.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_crop.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_crop_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_crop_over.png"); } .selectButton { upIcon: Embed(source="../media/skins/image/icon_select.png"); overIcon: Embed(source="../media/skins/image/icon_select_over.png"); downIcon: Embed(source="../media/skins/image/icon_select_over.png"); disabledIcon: Embed(source="../media/skins/image/icon_select_disable.png"); selectedUpIcon: Embed(source="../media/skins/image/icon_select.png"); selectedOverIcon: Embed(source="../media/skins/image/icon_select_over.png"); selectedDownIcon: Embed(source="../media/skins/image/icon_select_over.png"); } .undoButton { upIcon: Embed(source="../media/skins/image/icon_undo.png"); overIcon: Embed(source="../media/skins/image/icon_undo_over.png"); downIcon: Embed(source="../media/skins/image/icon_undo_over.png"); disabledIcon: Embed(source="../media/skins/image/icon_undo_disable.png"); } .redoButton { upIcon: Embed(source="../media/skins/image/icon_redo.png"); overIcon: Embed(source="../media/skins/image/icon_redo_over.png"); downIcon: Embed(source="../media/skins/image/icon_redo_over.png"); disabledIcon: Embed(source="../media/skins/image/icon_redo_disable.png"); }
0.456652
0.044122
*{ margin:0; padding:0; box-sizing: border-box; } main{ /* font-family: 'Comfortaa', cursive; */ /* font-family: 'Roboto', sans-serif; */ font-family: 'Inter', sans-serif; } .footer{ display:flex; flex-direction: column; justify-content:center; align-items:center; padding-top: 70px; /* transform:translate(0,100%); */ } .footer li{ padding:15px; list-style: none; font-size:1.25rem; } .footer .fa{ border:1px solid white; border-radius:5px; padding:20px; color:white; } .landing-1{ /* background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),url("./images/background.jpg"); */ background-color: #000000; top:0; left:0; background-size:cover; padding:0rem 5rem; width:100vw; height: 100vh; /* color:rgba(255, 255, 255, 0.678); */ color:white; display:flex; flex-direction:column; } nav{ display:flex; align-items:center; justify-content:center; min-height: 10vh; overflow: hidden; } .nav-links{ display:flex; list-style: none; } .nav-links li{ padding-left:10rem; padding-right:10rem; font-size:1.2rem; } a{ color:white; text-decoration:none; } .big-text{ /* position:absolute; */ /* top:50%; left:50%; */ transform: translate(20%,80%); font-size: 5rem; margin-bottom:-30px; } .big-text-paragraph{ /* position:absolute; */ /* top:70%; left:30%; */ transform: translate(50%,80%); font-size:2rem; width:50vw; } .intro{ background:black; position:fixed; top:0; left:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; } .slider{ background:rgb(161, 150, 150); position:fixed; top:0; left:0; width:100%; height:100%; transform:translateY(100%); } .intro-text{ color:white; font-family: 'Inter', sans-serif; font-size: 2rem; } .hide{ background:black; overflow:hidden; } .hide span{ transform:translateY(100%); display:inline-block; } .content-y{ height:100vh; width:100vw; overflow-x:hidden; overflow-y:scroll; display:flex; flex-direction: column; } .container{ height:100vh; width:100vw; scroll-behavior: smooth; display:flex; scroll-snap-type: x proximity; overflow-x: auto; overflow-y:hidden; flex-direction: row; background-size:cover; } section{ scroll-behavior: smooth; scroll-snap-align: start; scroll-snap-stop: always; scroll-padding: 0 0 0 50px; } .content{ margin: 0 10px; min-height:100%; } .landing{ top:0; left:0; background-size:cover; padding:0rem 5rem; width:100vw; height:100vh; display:flex; flex-direction:column; } .landing-2-2{ background:rgb(161, 126, 145); color:rgb(255, 255, 255); padding:0rem 0rem; } .landing-2-2 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-2-2 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-2{ /* background:rgb(161, 150, 150); */ background:black; color:rgb(255, 255, 255); padding:0rem 0rem; /* top:0; left:0; background-size:cover; padding:0rem 5rem; width:100vw; height:100vh; display:flex; flex-direction:column; */ } .landing-2 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-2 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-3{ /* background:rgb(0, 0, 0); */ background:rgb(161, 150, 150); color:white; padding:0rem 0rem; } .landing-3 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-3 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-4{ /* background:rgb(108, 147, 173); */ background:black; color:rgb(255, 255, 255); padding:0rem 0rem; } .landing-4 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-4 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-5{ /* background:rgb(27, 27, 39); */ background:rgb(108, 147, 173); color:white; padding:0rem 0rem; } .landing-5 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-5 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-6{ /* background:rgb(189, 89, 89); */ background: black; color:rgb(255, 255, 255); } .landing-6 nav{ justify-content:space-between; } .landing-6 .nav-links li{ padding-left:20px; } .landing .fa-nav-links li{ padding-left:38rem; padding-right:38rem; justify-content:space-evenly; color:white; } .landing .fa{ color:white; } ::-webkit-scrollbar{ display:none; } @media(max-width:1000px) and (min-height:1000px){ nav{ display:none; } .content{ margin-top:300px; } .landing-1 .big-text-1{ font-size:8rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-1 .big-text-paragraph-1{ transform:translate(50%,30%); font-size:4rem; } .landing-2 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-2 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-2-2 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-2-2 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-3 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-3 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-4 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-4 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-5 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-5 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-6 .content{ transform:translate(0%,20%); } } @media(max-width:1000px) and (max-height:1000px){ nav{ display:none; } /* .content{ margin-top:300px; } .landing-1 .big-text-1{ font-size:8rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-1 .big-text-paragraph-1{ transform:translate(50%,30%); font-size:4rem; } */ .landing-2 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-2 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } .landing-2-2 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-2-2 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } .landing-3 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-3 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } .landing-4 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,50%); } .landing-4 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } .landing-5 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,50%); } .landing-5 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } } @media (max-width:700px){ nav{ display:none; } .content{ margin:0px -50px; margin-bottom:20px; } .big-text-paragraph{ margin-top:-10px; font-size:1.5rem; } .landing-2 .big-text-paragraph-1{ transform:translate(50%,50%); } .landing-2-2 .big-text-paragraph-1{ transform:translate(50%,40%); } .landing-3 .big-text-paragraph-1{ transform:translate(50%,50%); } .landing-4 .big-text-paragraph-1{ transform:translate(50%,50%); } .landing-5 .big-text-paragraph-1{ transform:translate(50%,50%); } } .button{ padding:10px; border:1px solid white; border-radius: 2px; background-color: inherit; }
style.css
*{ margin:0; padding:0; box-sizing: border-box; } main{ /* font-family: 'Comfortaa', cursive; */ /* font-family: 'Roboto', sans-serif; */ font-family: 'Inter', sans-serif; } .footer{ display:flex; flex-direction: column; justify-content:center; align-items:center; padding-top: 70px; /* transform:translate(0,100%); */ } .footer li{ padding:15px; list-style: none; font-size:1.25rem; } .footer .fa{ border:1px solid white; border-radius:5px; padding:20px; color:white; } .landing-1{ /* background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),url("./images/background.jpg"); */ background-color: #000000; top:0; left:0; background-size:cover; padding:0rem 5rem; width:100vw; height: 100vh; /* color:rgba(255, 255, 255, 0.678); */ color:white; display:flex; flex-direction:column; } nav{ display:flex; align-items:center; justify-content:center; min-height: 10vh; overflow: hidden; } .nav-links{ display:flex; list-style: none; } .nav-links li{ padding-left:10rem; padding-right:10rem; font-size:1.2rem; } a{ color:white; text-decoration:none; } .big-text{ /* position:absolute; */ /* top:50%; left:50%; */ transform: translate(20%,80%); font-size: 5rem; margin-bottom:-30px; } .big-text-paragraph{ /* position:absolute; */ /* top:70%; left:30%; */ transform: translate(50%,80%); font-size:2rem; width:50vw; } .intro{ background:black; position:fixed; top:0; left:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; } .slider{ background:rgb(161, 150, 150); position:fixed; top:0; left:0; width:100%; height:100%; transform:translateY(100%); } .intro-text{ color:white; font-family: 'Inter', sans-serif; font-size: 2rem; } .hide{ background:black; overflow:hidden; } .hide span{ transform:translateY(100%); display:inline-block; } .content-y{ height:100vh; width:100vw; overflow-x:hidden; overflow-y:scroll; display:flex; flex-direction: column; } .container{ height:100vh; width:100vw; scroll-behavior: smooth; display:flex; scroll-snap-type: x proximity; overflow-x: auto; overflow-y:hidden; flex-direction: row; background-size:cover; } section{ scroll-behavior: smooth; scroll-snap-align: start; scroll-snap-stop: always; scroll-padding: 0 0 0 50px; } .content{ margin: 0 10px; min-height:100%; } .landing{ top:0; left:0; background-size:cover; padding:0rem 5rem; width:100vw; height:100vh; display:flex; flex-direction:column; } .landing-2-2{ background:rgb(161, 126, 145); color:rgb(255, 255, 255); padding:0rem 0rem; } .landing-2-2 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-2-2 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-2{ /* background:rgb(161, 150, 150); */ background:black; color:rgb(255, 255, 255); padding:0rem 0rem; /* top:0; left:0; background-size:cover; padding:0rem 5rem; width:100vw; height:100vh; display:flex; flex-direction:column; */ } .landing-2 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-2 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-3{ /* background:rgb(0, 0, 0); */ background:rgb(161, 150, 150); color:white; padding:0rem 0rem; } .landing-3 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-3 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-4{ /* background:rgb(108, 147, 173); */ background:black; color:rgb(255, 255, 255); padding:0rem 0rem; } .landing-4 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-4 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-5{ /* background:rgb(27, 27, 39); */ background:rgb(108, 147, 173); color:white; padding:0rem 0rem; } .landing-5 .big-text-1{ padding: 30px; transform: translate(10%,10%); font-size:3.5rem; } .landing-5 .big-text-paragraph-1{ transform: translate(50%,10%); } .landing-6{ /* background:rgb(189, 89, 89); */ background: black; color:rgb(255, 255, 255); } .landing-6 nav{ justify-content:space-between; } .landing-6 .nav-links li{ padding-left:20px; } .landing .fa-nav-links li{ padding-left:38rem; padding-right:38rem; justify-content:space-evenly; color:white; } .landing .fa{ color:white; } ::-webkit-scrollbar{ display:none; } @media(max-width:1000px) and (min-height:1000px){ nav{ display:none; } .content{ margin-top:300px; } .landing-1 .big-text-1{ font-size:8rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-1 .big-text-paragraph-1{ transform:translate(50%,30%); font-size:4rem; } .landing-2 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-2 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-2-2 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-2-2 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-3 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-3 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-4 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-4 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-5 .big-text-1{ font-size:6rem; margin-left:40px; padding-left:30px; transform:translate(0%,0%); } .landing-5 .big-text-paragraph-1{ transform:translate(50%,10%); font-size:3rem; } .landing-6 .content{ transform:translate(0%,20%); } } @media(max-width:1000px) and (max-height:1000px){ nav{ display:none; } /* .content{ margin-top:300px; } .landing-1 .big-text-1{ font-size:8rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-1 .big-text-paragraph-1{ transform:translate(50%,30%); font-size:4rem; } */ .landing-2 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-2 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } .landing-2-2 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-2-2 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } .landing-3 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,70%); } .landing-3 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } .landing-4 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,50%); } .landing-4 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } .landing-5 .big-text-1{ font-size:3rem; margin-left:40px; padding-left:30px; transform:translate(0%,50%); } .landing-5 .big-text-paragraph-1{ transform:translate(50%,80%); font-size:1.25rem; } } @media (max-width:700px){ nav{ display:none; } .content{ margin:0px -50px; margin-bottom:20px; } .big-text-paragraph{ margin-top:-10px; font-size:1.5rem; } .landing-2 .big-text-paragraph-1{ transform:translate(50%,50%); } .landing-2-2 .big-text-paragraph-1{ transform:translate(50%,40%); } .landing-3 .big-text-paragraph-1{ transform:translate(50%,50%); } .landing-4 .big-text-paragraph-1{ transform:translate(50%,50%); } .landing-5 .big-text-paragraph-1{ transform:translate(50%,50%); } } .button{ padding:10px; border:1px solid white; border-radius: 2px; background-color: inherit; }
0.452294
0.051463
html, body { margin: 0; } .provider { min-width: 100vw; min-height: 100vh; background: var(--spectrum-global-color-gray-50) !important; } .nav { position: fixed; top: 0; left: 0; height: 100%; width: 256px; padding: 0 24px; background: var(--spectrum-global-color-gray-75); box-sizing: border-box; } .nav header { padding: 30px 0 24px 0; } .nav header a { display: flex; align-items: center; text-decoration: none; } .nav header svg { width: 36px; height: 32px; display: block; margin-right: 16px; padding-top: 1px; } main { margin-left: 256px; margin-right: 160px; padding: 40px 52px; box-sizing: border-box; } article { max-width: 967px; margin: 0 auto; } .propTable { width: 100%; } .propTable td:last-child { word-break: break-word; } .propTable tr { background: none !important; cursor: initial; } .requiredIcon { margin-left: 8px; } .noDefault { text-align: center; } .colorLink { text-decoration: none; &:hover { text-decoration: underline; } } article h1 { margin-top: 0 !important; font-size: 58px !important; } article h1 + p { font-size: 18px !important; max-width: 75%; } article h2 { margin-top: 80px !important; } article h2 + hr { margin-bottom: 33px; } .example { padding: 40px; border-radius: 0 0 4px 4px; margin-bottom: var(--spectrum-global-dimension-size-150); overflow-x: auto; } .inlineProvider { display: inline !important; background: none !important; font-family: inherit !important; } article pre { margin-bottom: 0; background: var(--spectrum-global-color-gray-75); padding: 18px; border-radius: 4px 4px 0 0; overflow-x: auto; } .header { text-align: left; color: black; cursor: pointer; border-bottom: 1px solid var(--spectrum-global-color-gray-300); padding: 0; } .header > div { padding-left: 8px; } .header > div > span { padding: 0; min-height: 0; } .header[data-expanded] { border-bottom: none; } .header[data-expanded] svg { transform: rotate(90deg); } summary { list-style-type: none; display: flex; align-items: center; cursor: pointer; } summary:focus { outline: none; } summary::-webkit-details-marker { display: none; } details[open] summary svg { transform: rotate(90deg); } .headingAnchor { transition: all 125ms ease-in-out; margin-left: 4px; .anchor { text-decoration: none; } } .sectionHeader .headingAnchor { margin-left: 6px; } .subHeader { margin-bottom: 16px !important; } .headerContainer { margin-bottom: 33px; } .sectionHeaderF { padding-left: 0; } h2.sectionHeader { margin-top: 8px; margin-bottom: 8px; } .anchor { opacity: 0; transition: all 125ms ease-in-out; } .anchor:focus { opacity: 1; transition: all 125ms ease-in-out; } .editLink { opacity: 0; } .docsHeader:hover .editLink, .docsHeader:hover .anchor { opacity: 1; transition: all 125ms ease-in-out; } .docsHeader .anchor:hover { text-decoration: underline; } .pageHeader { position: fixed; top: 0; left: 0; width: 100vw; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; box-sizing: border-box; height: var(--spectrum-global-dimension-size-600); } @media (max-width: 1200px) { /* Hide the table of contents */ main { margin-right: 0; } } @media (max-width: 1020px) { /* Turn the sidenav into a hamburger menu */ .nav { position: fixed; top: 0; bottom: 0; left: auto; right: 100%; z-index: 100; transition: transform 200ms; } .nav.visible { transform: translateX(100%); } main:before { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; content: ''; z-index: 99; background: var(--spectrum-alias-background-color-modal-overlay); opacity: 0; transition: opacity 200ms; pointer-events: none; } .nav.visible + main:before { opacity: 1; } main { margin-left: 0; margin-top: 48px; padding: 40px 24px; } /* Show the toolbar at the top with the hamburger and theme switcher buttons */ .pageHeader { border-bottom: 1px solid var(--spectrum-global-color-gray-200); background: var(--spectrum-global-color-gray-50); z-index: 50; } /* Expand the component description to full width */ article h1 + p { max-width: initial !important; } /* Collapse the prop table into a list with key/value pairs */ .propTable tr { display: table; width: 100%; padding: 8px 0; } .propTable td { display: table-row; } .propTable thead { display: none; } .propTable td[data-column] code { display: inline-block; vertical-align: text-top; word-break: break-word; width: calc(100% - 80px); } .propTable td[data-column]:before { content: attr(data-column); font-size: var(--spectrum-table-header-text-size); font-weight: var(--spectrum-table-header-text-font-weight); min-height: var(--spectrum-table-header-min-height); letter-spacing: var(--spectrum-table-header-text-letter-spacing); color: var(--spectrum-table-header-text-color); text-transform: uppercase; width: 80px; display: inline-block; vertical-align: middle; padding: 8px 0; } .noDefault { text-align: left; } }
packages/dev/docs/src/docs.css
html, body { margin: 0; } .provider { min-width: 100vw; min-height: 100vh; background: var(--spectrum-global-color-gray-50) !important; } .nav { position: fixed; top: 0; left: 0; height: 100%; width: 256px; padding: 0 24px; background: var(--spectrum-global-color-gray-75); box-sizing: border-box; } .nav header { padding: 30px 0 24px 0; } .nav header a { display: flex; align-items: center; text-decoration: none; } .nav header svg { width: 36px; height: 32px; display: block; margin-right: 16px; padding-top: 1px; } main { margin-left: 256px; margin-right: 160px; padding: 40px 52px; box-sizing: border-box; } article { max-width: 967px; margin: 0 auto; } .propTable { width: 100%; } .propTable td:last-child { word-break: break-word; } .propTable tr { background: none !important; cursor: initial; } .requiredIcon { margin-left: 8px; } .noDefault { text-align: center; } .colorLink { text-decoration: none; &:hover { text-decoration: underline; } } article h1 { margin-top: 0 !important; font-size: 58px !important; } article h1 + p { font-size: 18px !important; max-width: 75%; } article h2 { margin-top: 80px !important; } article h2 + hr { margin-bottom: 33px; } .example { padding: 40px; border-radius: 0 0 4px 4px; margin-bottom: var(--spectrum-global-dimension-size-150); overflow-x: auto; } .inlineProvider { display: inline !important; background: none !important; font-family: inherit !important; } article pre { margin-bottom: 0; background: var(--spectrum-global-color-gray-75); padding: 18px; border-radius: 4px 4px 0 0; overflow-x: auto; } .header { text-align: left; color: black; cursor: pointer; border-bottom: 1px solid var(--spectrum-global-color-gray-300); padding: 0; } .header > div { padding-left: 8px; } .header > div > span { padding: 0; min-height: 0; } .header[data-expanded] { border-bottom: none; } .header[data-expanded] svg { transform: rotate(90deg); } summary { list-style-type: none; display: flex; align-items: center; cursor: pointer; } summary:focus { outline: none; } summary::-webkit-details-marker { display: none; } details[open] summary svg { transform: rotate(90deg); } .headingAnchor { transition: all 125ms ease-in-out; margin-left: 4px; .anchor { text-decoration: none; } } .sectionHeader .headingAnchor { margin-left: 6px; } .subHeader { margin-bottom: 16px !important; } .headerContainer { margin-bottom: 33px; } .sectionHeaderF { padding-left: 0; } h2.sectionHeader { margin-top: 8px; margin-bottom: 8px; } .anchor { opacity: 0; transition: all 125ms ease-in-out; } .anchor:focus { opacity: 1; transition: all 125ms ease-in-out; } .editLink { opacity: 0; } .docsHeader:hover .editLink, .docsHeader:hover .anchor { opacity: 1; transition: all 125ms ease-in-out; } .docsHeader .anchor:hover { text-decoration: underline; } .pageHeader { position: fixed; top: 0; left: 0; width: 100vw; display: flex; align-items: center; justify-content: space-between; padding: 0 8px; box-sizing: border-box; height: var(--spectrum-global-dimension-size-600); } @media (max-width: 1200px) { /* Hide the table of contents */ main { margin-right: 0; } } @media (max-width: 1020px) { /* Turn the sidenav into a hamburger menu */ .nav { position: fixed; top: 0; bottom: 0; left: auto; right: 100%; z-index: 100; transition: transform 200ms; } .nav.visible { transform: translateX(100%); } main:before { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; content: ''; z-index: 99; background: var(--spectrum-alias-background-color-modal-overlay); opacity: 0; transition: opacity 200ms; pointer-events: none; } .nav.visible + main:before { opacity: 1; } main { margin-left: 0; margin-top: 48px; padding: 40px 24px; } /* Show the toolbar at the top with the hamburger and theme switcher buttons */ .pageHeader { border-bottom: 1px solid var(--spectrum-global-color-gray-200); background: var(--spectrum-global-color-gray-50); z-index: 50; } /* Expand the component description to full width */ article h1 + p { max-width: initial !important; } /* Collapse the prop table into a list with key/value pairs */ .propTable tr { display: table; width: 100%; padding: 8px 0; } .propTable td { display: table-row; } .propTable thead { display: none; } .propTable td[data-column] code { display: inline-block; vertical-align: text-top; word-break: break-word; width: calc(100% - 80px); } .propTable td[data-column]:before { content: attr(data-column); font-size: var(--spectrum-table-header-text-size); font-weight: var(--spectrum-table-header-text-font-weight); min-height: var(--spectrum-table-header-min-height); letter-spacing: var(--spectrum-table-header-text-letter-spacing); color: var(--spectrum-table-header-text-color); text-transform: uppercase; width: 80px; display: inline-block; vertical-align: middle; padding: 8px 0; } .noDefault { text-align: left; } }
0.613584
0.080574
overflow-x:scroll; margin-left:9em; overflow-y:visible; padding-bottom:1px; } #clock { border-top: none; width: 100%; display: table; table-layout: fixed; } #clock span { display: table-cell; transform: translateX(-50%); text-align: center; } table { border-collapse: collapse; width: 125%; } td { margin: 0; border-top: 1px solid #777777; border-bottom: 1px solid #777777; transition: background .2s; white-space: nowrap; overflow: hidden; } tr:hover td.heading{ background-color: #cccccc; } td.heading { position: absolute; padding: 2em; width:5em; left: -4px; top:auto; background-color: #dddddd; border-right: 4px solid #00b3ee; border-left: 1px solid #777777; text-align: center; } td.cal { display: table-cell; vertical-align: middle; position: relative; height: 5em; width: 100%; background: repeating-linear-gradient(90deg, #eeeeee, #eeeeee 24%, #dddddd 24%, #dddddd 25%, #eeeeee 25%, #eeeeee 49%, #bbbbbb 49%, #bbbbbb 50%, #eeeeee 50%, #eeeeee 74%, #dddddd 74%, #dddddd 75%, #eeeeee 75%, #eeeeee 99%, #888888 99%, #888888 100%); border-right: 1px solid #777777; border-bottom: none; border-top: none; background-size: 4.1667% 100%; } div.event { position: absolute; top: 3%; bottom: 3%; height: 90%; background-color: #ffbbbb; border: 2px solid #ddaaaa; display: inline-block; transition: background .2s, border .2s; overflow: hidden; } div.min { position: absolute; display: table; height: 100%; background-color: #ffcccc; border-left: none; border-top: none; border-bottom: none; border-right: 1px dashed #aa7777; transition: background .2s; } div.title { position: absolute; left: 0; display: table; width: 100%; height: 100%; } div.event:hover div.min{ background-color: #ffbbbb; } div.hover { position: absolute; left: 0; display: table; width: 100%; height: 100%; } div.event p{ display: table-cell; vertical-align: middle; font-size: 20px; text-align: center; width: 100%; overflow: visible; } div.event .hover p { visibility: hidden; } div.event:hover p{ visibility: hidden; } div.event:hover .hover p{ visibility: visible; } div.event:hover { background-color: #ffaaaa; border: 2px solid #bb8888; z-index: 1; } a.box-link { text-decoration: none; color: #000000; } a.box-link:active { text-decoration: none; color: #000000; } #create { position: absolute; display: inline-block; visibility: hidden; text-align: center; background-color: #ffffff; border: 2px solid #000000; border-radius: .4em; padding: 1em; z-index: 1; } #create p{ margin: 0; display: inline-block; } img.icon { height: 1em; }
public/calendar/calendar.css
overflow-x:scroll; margin-left:9em; overflow-y:visible; padding-bottom:1px; } #clock { border-top: none; width: 100%; display: table; table-layout: fixed; } #clock span { display: table-cell; transform: translateX(-50%); text-align: center; } table { border-collapse: collapse; width: 125%; } td { margin: 0; border-top: 1px solid #777777; border-bottom: 1px solid #777777; transition: background .2s; white-space: nowrap; overflow: hidden; } tr:hover td.heading{ background-color: #cccccc; } td.heading { position: absolute; padding: 2em; width:5em; left: -4px; top:auto; background-color: #dddddd; border-right: 4px solid #00b3ee; border-left: 1px solid #777777; text-align: center; } td.cal { display: table-cell; vertical-align: middle; position: relative; height: 5em; width: 100%; background: repeating-linear-gradient(90deg, #eeeeee, #eeeeee 24%, #dddddd 24%, #dddddd 25%, #eeeeee 25%, #eeeeee 49%, #bbbbbb 49%, #bbbbbb 50%, #eeeeee 50%, #eeeeee 74%, #dddddd 74%, #dddddd 75%, #eeeeee 75%, #eeeeee 99%, #888888 99%, #888888 100%); border-right: 1px solid #777777; border-bottom: none; border-top: none; background-size: 4.1667% 100%; } div.event { position: absolute; top: 3%; bottom: 3%; height: 90%; background-color: #ffbbbb; border: 2px solid #ddaaaa; display: inline-block; transition: background .2s, border .2s; overflow: hidden; } div.min { position: absolute; display: table; height: 100%; background-color: #ffcccc; border-left: none; border-top: none; border-bottom: none; border-right: 1px dashed #aa7777; transition: background .2s; } div.title { position: absolute; left: 0; display: table; width: 100%; height: 100%; } div.event:hover div.min{ background-color: #ffbbbb; } div.hover { position: absolute; left: 0; display: table; width: 100%; height: 100%; } div.event p{ display: table-cell; vertical-align: middle; font-size: 20px; text-align: center; width: 100%; overflow: visible; } div.event .hover p { visibility: hidden; } div.event:hover p{ visibility: hidden; } div.event:hover .hover p{ visibility: visible; } div.event:hover { background-color: #ffaaaa; border: 2px solid #bb8888; z-index: 1; } a.box-link { text-decoration: none; color: #000000; } a.box-link:active { text-decoration: none; color: #000000; } #create { position: absolute; display: inline-block; visibility: hidden; text-align: center; background-color: #ffffff; border: 2px solid #000000; border-radius: .4em; padding: 1em; z-index: 1; } #create p{ margin: 0; display: inline-block; } img.icon { height: 1em; }
0.532668
0.119614
html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; overflow-y: scroll; } body{ width:100%; color:#636363; background-color:#F5F5F5; margin: 0; padding: 0; float: left; line-height: 1.35em; font-size: 13px; font-family: 'Roboto', sans-serif; } a{ outline: 0; } input{ font-family: 'Roboto', sans-serif; } .container{ position: relative; float: left; width: 100%; height: auto; } .flex-container{ position: relative; float: left; width: 100%; display: flex; } /*Header*/ .header{ position: fixed; top:0; left: 0; width: 100%; height: auto; z-index: 999999; box-shadow: 0 1px 3px rgba(0,0,0,0.14); } .header .top-bar{ position: relative; float: left; width: 100%; height: 60px; background-color:#13c482; color:#fff; } .header .logo-wrapper{ position: relative; float: left; height: 60px; display: inline-block; flex-basis: 150px; } .header .logo-wrapper img{ height: 40px; margin: 10px 0; display: inline-block; } .col-sm-flex{ position: relative; float: left; flex-basis:150px; padding-left:20px; text-align: left; } .header .location-select{ position: relative; float: left; width: 100%; height: 60px; line-height: 60px; cursor: pointer; vertical-align: middle; font-weight: 500; } .header .location-select i{ display: inline-block; vertical-align: middle; font-size: 15px; transform: rotate(0.03deg); } .header .location-select i:first-child{ margin-right:5px ; } .header .search-wrapper{ flex-basis: calc(100% - 540px); height: 60px; padding:0 20px; position: relative; float: left; } .search-wrapper .search-input{ position: relative; float: left; width: calc(100% - 115px); height: 34px; padding-left: 10px; background-color: #fff; border: 1px solid #fff; margin-top: 12px; font-family: 'Roboto', sans-serif; border-radius: 2px 0 0 2px; font-size: 14px; } .search-wrapper .search-button{ position: relative; float: left; width: 100px; height: 38px; z-index: 99; margin:12px 0; border: 1px solid #fff; background-color: #fff; border-left: 1px solid rgb(230,230,230); border-radius: 0 2px 2px 0; color:#13C482; cursor: pointer; transition: all 0.3s ease-out; } .search-wrapper .search-button i{ line-height: 36px; } .search-wrapper .search-button:hover{ background-color: #13C482; color:#FFF; border-color: #13C482; transition: all 0.3s ease-out; } .search-wrapper .search-result-wrapper{ position: absolute; top: 60px; width: calc(100% - 40px); left: 0; margin-left: 19px; background-color: #fff; z-index: 999; box-shadow: 0 1px 3px rgba(0,0,0,.14); height: auto; display: none; } .search-wrapper .search-result-wrapper ul{ position: relative; float: left; width: 100%; height: auto; padding: 20px 0; list-style-type: none; margin: 0; } .header .pull-right{ position: relative; float: right; flex-basis: 150px; } .header .header-block{ position: relative; float: left; width: 50px; height: 60px; } .header .header-button{ display: inline-block; cursor: pointer; width: 50px; height: 60px; text-align: center; text-decoration: none; color:#fff; transition: all 0.3s ease-out; } .header .header-button:hover{ color:#13C482; transition: all 0.3s ease-out; } .header .header-button i{ line-height: 60px; } .header .popup-count{ position: absolute; top:7px; right:5px; background-color: #13C482; height: 13px; width: 13px; line-height: 13px; border: 2px solid #fff; text-align: center; font-weight: 500; font-size: 11px; color:#fff; border-radius: 30px; font-style: normal; display: none; } .header .header-button img{ height:20px; width: 20px; margin:18px ; display: inline-block; border-radius: 50%; border: 2px solid #fff; } .header .toggle-container{ position: absolute; right: auto; top: auto; z-index: 999; width: 300px; height: auto; max-height: 300px; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.14); list-style-type: none; padding: 20px 0; display: none; } .header .toggle-container li,.search-wrapper .search-result-wrapper ul li{ display: block; } .header .toggle-container li a,.search-wrapper .search-result-wrapper ul li a{ display: block; padding: 10px 20px; text-decoration: none; color:#636363; font-size: 13px; transition: all 0.3s ease-out; } .header .toggle-container li .sub-label{ display: block; color:#999; margin-top: 5px; } .search-wrapper .search-result-wrapper ul li .sub-label{ color:#13C482; display: inline-block; margin-left: 5px; } .header .toggle-container li a:hover,.search-wrapper .search-result-wrapper ul li a:hover{ background-color: #f3f3f3; transition: all 0.3s ease-out; } .header .profile-menu{ width: 200px; } /*Bottom bar*/ .bottom-bar{ position: relative; float: left; width: 100%; background-color: #fff; height: 50px; } .bottom-bar .nav-bar{ position: relative; float: left; width: 100%; height: 50px; text-align: center; list-style-type: none; margin: 0; padding: 0; } .bottom-bar .navlinks{ display: inline-block; } .bottom-bar .nav-button{ display: inline-block; height: 50px; line-height: 50px; color:#636363; text-transform: uppercase; font-size: 13px; font-weight: 500; cursor: pointer; padding: 0 20px; vertical-align: middle; transition: all 0.3s ease-out; } .bottom-bar .nav-button i{ display: inline-block; vertical-align: middle; font-size: 15px; transform: rotate(0.03deg); } .bottom-bar .nav-button:hover,.bottom-bar .active-nav-button{ color:#13C482; transition: all 0.3s ease-out; } .menu-container{ position: absolute; top:55px; left: 0; height: auto; margin-left: 15%; width: 70%; z-index: 999; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.14); display: none; } .menu-container .menu-cols{ position: relative; float: left; width: 25%; height: auto; padding: 0; list-style-type: none; margin: 0; background-color: red; } /*Main container*/ #main-container{ position: relative; float: left; width: 100%; height: auto; margin-top: 110px; } /*Commons input */ /*Dropdown*/ .drop-select ::-webkit-scrollbar { width: 4px; height: 4px; } .drop-select ::-webkit-scrollbar-track { background: transparent; } .drop-select ::-webkit-scrollbar-thumb { background-color: rgba(0,0,0, 0.2); border-radius: 1px; } .drop-select ::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0, 0.3); } /* drop-select by <NAME> */ .drop-select .material-icons{ display: inline-block; float: right; } .drop-select{ position:relative; display:inline-block; vertical-align:middle; width: auto; margin-left: 10px; text-align: left; border-radius: 2px; background:transparent; cursor: pointer; border-bottom: 1px solid rgb(230,230,230); } .drop-select ul { list-style: none; display:inline-block; margin:0; padding: 0; width: auto; } .drop-select li{ vertical-align: middle; white-space: nowrap; display: none; margin:0; box-sizing: initial; padding: 10px 16px; font-size: 13px; color:#636363; } .drop-select li .option{ display: block; } .drop-select li .option .sub-label{ color:#999; display: none; } .drop-select > ul:first-of-type{ margin-left: -16px; } .drop-select > ul:first-of-type li.selected{ display: inline-block; height: 17px; max-width: calc(100% - 29px); overflow: hidden; margin-left: 5px; text-overflow: ellipsis; } .drop-select i.material-icons{ margin-top: 10px; margin-right: 0; color:#999; } /*jQ*/ .drop-select ul.drop-select-drop{ position: absolute; z-index:9999; visibility: hidden; opacity:0; background:#fff; box-shadow: 0 1px 4px rgba(0,0,0,0.2); top:0; padding: 10px 0; left:0; width: 100%; transition: 0.24s; max-height: 0; overflow: hidden; overflow-y: auto; } .drop-select ul.drop-select-drop li .sub-label{ display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; } .drop-select ul.drop-select-drop.show{ visibility: visible; opacity: 1; transition: all 0.3s ease-out; max-height: 160px; /* COMMENT IF YOU DON?T NEED MAX HEIGHT */ } .drop-select ul.drop-select-drop li{ display:block; transition: background 0.24s; cursor:pointer; padding: 12px 16px; } .drop-select ul.drop-select-drop li.selected{ background-color: #f2f2f2; transition: all 0.3s ease-out; } .drop-select ul.drop-select-drop li:hover{ background: #F7F9FA; color:#999; transition: all 0.3s ease-out; } /*Radion and checkbox*/ /*Checkbox and Radio*/ .control { font-size: 13px; position: relative; display: inline-block; margin-bottom: 15px; padding-left: 30px; cursor: pointer; vertical-align: middle; text-align: left; float: left; } .control input { position: absolute; z-index: -1; opacity: 0; } .control-indicator { position: absolute; top: 0; left: 0; width: 14px; height: 14px; vertical-align: middle; border-radius: 2px; background: #fff; border: 2px solid rgb(230,230,230); } .control-radio .control-indicator { border-radius: 50%; } /* Hover and focus states */ .control:hover input ~ .control-indicator{ background: #fff; border: 2px solid rgb(230,230,230); transition: all 0.3s ease-out; } .control-radio:hover input ~ .control-indicator{ background: #fff; transition: all 0.3s ease-out; } /* Checked state */ .control input:checked ~ .control-indicator { background: #13C482; border-color: #13C482; transition: all 0.3s ease-out; } /* Hover state whilst checked */ /* Disabled state */ .control input:disabled ~ .control-indicator { pointer-events: none; opacity: .6; background: #fff; } /* Check mark */ .control-indicator:after { position: absolute; display: none; content: ''; } /* Show check mark */ .control input:checked ~ .control-indicator:after { display: block; } /* Checkbox tick */ .control-checkbox .control-indicator:after{ top: -2px; left: -1px; font-size: 15px; transform: rotate(0deg); font-family: 'Material Icons'; content: '\e5ca'; color:#fff; font-weight: 700; } /* Disabled tick colour */ .control-checkbox input:disabled ~ .control-indicator:after { border-color: #7b7b7b; } /* Radio button inner circle */ .control-radio .control-indicator{ border: 2px solid rgb(230,230,230); background-color: #fff; width: 14px; height: 14px; } .control input[type="radio"]:checked ~ .control-indicator { background: #fff; transition: all 0.3s ease-out; border: 2px solid #13C482; } .control-radio .control-indicator:after { top: 2px; left: 2px; width: 10px; height:10px; border-radius: 50%; background: #13C482; } /* Disabled circle colour */ .control-radio input:disabled ~ .control-indicator:after { background: #fff; transition: all 0.3s ease-out; } /*Tab Input*/ .tab-input{ height: 35px; -webkit-appearance: none; display: inline-block; color: #636363; width:calc(100% - 125px); margin-left: 10px; border: none; border-radius: 0; border-bottom: 1px solid rgb(230,230,230); background-color: transparent; font-size: 13px; font-weight: 400; position: relative; float: left; font-family: 'Roboto', sans-serif; } .field-icon{ position: relative; float: left; -webkit-appearance: none; display:inline-block; color: #636363; width:100px; font-size: 14px; margin-top: 3px; text-align: left; margin-left: 0; } .tab-input:focus,.tab-textarea:focus { outline: none; } /* Label */ /* active */ .tab-input:focus,.tab-textarea:focus{ border-color: #13C482; transition: all 0.2s ease; } /* Underline */ .tab-input-bar,.tab-textarea-bar { position: relative; display: block; width: calc(100% - 123px); margin-left: 110px; } .tab-textarea-bar{ margin-left: 120px; } .tab-input-bar:before, .tab-input-bar:after,.tab-textarea-bar:before,.tab-textarea-bar:after { content: ''; height: 2px; width: 0; top: 0; margin-top: 35px; position: absolute; background: #13C482; transition: all 0.2s ease; } .tab-textarea-bar:before,.tab-textarea-bar:after{ margin-top: 58px; } .tab-input-bar:before,.tab-textarea-bar:before { left: 50%; } .tab-input-bar:after,.tab-textarea-bar:after { right: 50%; } /* active */ .tab-input:focus ~ .tab-input-bar:before, .tab-input:focus ~ .tab-input-bar:after, .tab-textarea:focus ~ .tab-textarea-bar:before,.tab-textarea:focus ~ .tab-textarea-bar:after { width: 50%; } /*Footer*/ .support{ position: relative; float: left; width: 100%; text-align: center; height: 150px; padding: 20px 0; justify-content: center; align-items: center; display: flex; background-color: #fff; } .support .support-block{ position: relative; float: left; height: 70px; width: 300px; margin: 0 20px; border: 1px solid rgb(218,218,218); justify-content: center; align-items: center; display: flex; font-size: 14px; } .support .support-block i{ display: inline-block; margin-right: 10px; font-size: 34px; color:#13C482; } .footer { width: 100%; position: relative; float: left; background-color: #2d2d2d; } .footer h3{ font-size: 14px; font-weight: 500; color:#fff; text-transform: uppercase; } .footer .row{ display: flex; position: relative; float: left; width: 100%; } .footer .contact-list li { margin-bottom: 12px; color: #999999; } .footer .col-md-3{ position: relative; float: left; flex-basis: calc(25% - 40px); padding: 20px; } .footer .col-md-3 ul{ padding: 0; list-style-type: none; position: relative; float: left; } .footer .contact-list li i { width: 34px; background: #13c482; height: 34px; border: 1px solid #13c482; border-radius: 100%; line-height: 34px; float: left; color: #fff; text-align: center; margin-right: 10px; vertical-align: middle; } .footer ul li { padding: 5px 0; } .footer ul li a { color: #999999; text-decoration: none; display: inline-block; vertical-align: middle; } .footer ul li a:hover { color: #13c482; } .footer .tagcloud a { padding: 5px 10px; border: 1px solid #484848; display: inline-block; color: #999999; border-radius: 2px; margin: 0 2px 5px 0; text-decoration: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; } .footer .tagcloud a:hover { border: 1px solid #13c482; color: #13c482; } .footer .block-subscribe p { color: #999999; margin-bottom: 15px; } .footer .block-subscribe .form-control { margin-bottom: 10px; padding: 8px; } #copyright { position: relative; float: left; width: calc(100% - 40px); background-color: #444444; padding: 20px; } #copyright .col-md-6{ position: relative; float: left; width: 50%; margin-top: 5px; } #copyright p { color: #fff; width: auto; display: inline-block; } #copyright p a { color: #fff; text-decoration: none; } #copyright p a:hover { color: #13c482; } #copyright ul{ position: relative; float: right; width: auto; padding: 0; list-style-type: none; margin: 0; } #copyright ul li{ display: inline-block; } #copyright ul li a{ width: 40px; height: 40px; display: inline-block; background-color: #fff; border-radius: 50%; line-height: 40px; margin-left: 10px; } #error-404 { background: #ECF0F1; padding: 150px 0; } #error-404 h1 { font-size: 192px; display: inline-block; color:#13c482; margin-top: 48px; } #error-404 .page-title { color: #0C0C0C; font-size: 36px; margin-top: 50px; margin-bottom: 20px; } #error-404 p { color: #999; } #error-404 p a { color: #0C0C0C; text-decoration: none; } #error-404 p a:hover { color: #13c482; } .about { margin-bottom: 50px; } .about .about-content h3 { font-size: 20px; text-transform: uppercase; margin-bottom: 10px; } .about .about-content p { font-size: 14px; text-align: justify; } .about .about-content .btn-more { text-transform: uppercase; margin-top: 26px; } .about-details { margin-bottom: 40px; } .about-details h1 { font-size: 30px; margin-bottom: 30px; text-transform: uppercase; } .about-details .description { font-size: 14px; margin-bottom: 30px; } /*Item search header*/ .search-header{ position: relative; float: left; width: calc(100% - 20px); margin: 10px 10px 0 10px; height: auto; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.14); } .search-header .row-shop,.search-header .row-item{ position: relative; float: left; width: 100%; height: auto; display: flex; } .search-header .left-col{ flex-basis: 210px; height: 250px; position: relative; float: left; justify-content: center; align-items: center; display: flex; padding: 20px; } .search-header .row-item .left-col img{ width: auto; height: auto; display: inline-block; max-height: 100%; max-width: 100%; } .search-header .left-col .icon-title{ position: absolute; display: block; width: 100%; background-color: #fff; color:#999; font-weight: 500; height: 50px; line-height: 50px; bottom: 20px; left: 0; text-align: center; } .search-header .right-col{ padding: 20px; margin-left: 10px; flex-basis: calc(100% - 300px); height: 250px; justify-content: left; display: flex; align-items: center; } .search-header .row-item .info-label{ display: block; margin: 5px 0; text-align: left; color:#636363; } .search-header .row-item .item-name{ color:#444; } .search-header .row-item .item-desc{ color:#999; } .search-header .row-item .item-price{ color:#13c482; } .search-header .row-item .previous-price{ text-decoration: line-through; } .search-header .row-item .discount{ color:#999; } .search-header .row-item .ratings{ color: #636363; font-weight: 500; vertical-align: middle; display: block; } .search-header .row-item .ratings i{ font-size: 13px; vertical-align: middle; transform: rotate(0.03deg); display: inline-block; margin-top: -3px; } .search-header .row-item .delivery-time{ display: block; margin-top: 5px; color:#999; } .search-header .row-item .delivery-time .sub-label{ font-weight: 500; color:#13c482; } .search-header .row-item .offers{ font-size: 13px; color:#999; display: block; margin-top: 5px; font-weight: 500; } .search-header .row-item .button-wrapper{ position: relative; float: left; width: 100%; height: auto; margin-top: 10px; } .search-header .row-item .button-wrapper .buttons{ display: inline-block; padding: 10px 20px; color:#999; font-weight: 500; text-transform: uppercase; border-radius: 2px; background-color: #F5F5F5; cursor: pointer; margin-right: 5px; transition: all 0.3s ease-out; } .search-header .row-item .button-wrapper .buy-button{ color:#13c482; } .search-header .row-item .button-wrapper .buttons:hover{ background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.14); transition: all 0.3s ease-out; } /*Shop header*/ .search-header .row-shop .left-col{ padding: 0; flex-basis: 250px; height: auto; background: url('../assets/icon-shop.png') center no-repeat; background-size: cover; } .search-header .row-shop .info-label{ display: block; margin: 5px 0; } .search-header .row-shop .shop-name{ display: block; font-weight: 500; margin: 0; } .search-header .row-shop .shop-items{ color:#13c482; }
public/css/main.css
html { text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale; overflow-y: scroll; } body{ width:100%; color:#636363; background-color:#F5F5F5; margin: 0; padding: 0; float: left; line-height: 1.35em; font-size: 13px; font-family: 'Roboto', sans-serif; } a{ outline: 0; } input{ font-family: 'Roboto', sans-serif; } .container{ position: relative; float: left; width: 100%; height: auto; } .flex-container{ position: relative; float: left; width: 100%; display: flex; } /*Header*/ .header{ position: fixed; top:0; left: 0; width: 100%; height: auto; z-index: 999999; box-shadow: 0 1px 3px rgba(0,0,0,0.14); } .header .top-bar{ position: relative; float: left; width: 100%; height: 60px; background-color:#13c482; color:#fff; } .header .logo-wrapper{ position: relative; float: left; height: 60px; display: inline-block; flex-basis: 150px; } .header .logo-wrapper img{ height: 40px; margin: 10px 0; display: inline-block; } .col-sm-flex{ position: relative; float: left; flex-basis:150px; padding-left:20px; text-align: left; } .header .location-select{ position: relative; float: left; width: 100%; height: 60px; line-height: 60px; cursor: pointer; vertical-align: middle; font-weight: 500; } .header .location-select i{ display: inline-block; vertical-align: middle; font-size: 15px; transform: rotate(0.03deg); } .header .location-select i:first-child{ margin-right:5px ; } .header .search-wrapper{ flex-basis: calc(100% - 540px); height: 60px; padding:0 20px; position: relative; float: left; } .search-wrapper .search-input{ position: relative; float: left; width: calc(100% - 115px); height: 34px; padding-left: 10px; background-color: #fff; border: 1px solid #fff; margin-top: 12px; font-family: 'Roboto', sans-serif; border-radius: 2px 0 0 2px; font-size: 14px; } .search-wrapper .search-button{ position: relative; float: left; width: 100px; height: 38px; z-index: 99; margin:12px 0; border: 1px solid #fff; background-color: #fff; border-left: 1px solid rgb(230,230,230); border-radius: 0 2px 2px 0; color:#13C482; cursor: pointer; transition: all 0.3s ease-out; } .search-wrapper .search-button i{ line-height: 36px; } .search-wrapper .search-button:hover{ background-color: #13C482; color:#FFF; border-color: #13C482; transition: all 0.3s ease-out; } .search-wrapper .search-result-wrapper{ position: absolute; top: 60px; width: calc(100% - 40px); left: 0; margin-left: 19px; background-color: #fff; z-index: 999; box-shadow: 0 1px 3px rgba(0,0,0,.14); height: auto; display: none; } .search-wrapper .search-result-wrapper ul{ position: relative; float: left; width: 100%; height: auto; padding: 20px 0; list-style-type: none; margin: 0; } .header .pull-right{ position: relative; float: right; flex-basis: 150px; } .header .header-block{ position: relative; float: left; width: 50px; height: 60px; } .header .header-button{ display: inline-block; cursor: pointer; width: 50px; height: 60px; text-align: center; text-decoration: none; color:#fff; transition: all 0.3s ease-out; } .header .header-button:hover{ color:#13C482; transition: all 0.3s ease-out; } .header .header-button i{ line-height: 60px; } .header .popup-count{ position: absolute; top:7px; right:5px; background-color: #13C482; height: 13px; width: 13px; line-height: 13px; border: 2px solid #fff; text-align: center; font-weight: 500; font-size: 11px; color:#fff; border-radius: 30px; font-style: normal; display: none; } .header .header-button img{ height:20px; width: 20px; margin:18px ; display: inline-block; border-radius: 50%; border: 2px solid #fff; } .header .toggle-container{ position: absolute; right: auto; top: auto; z-index: 999; width: 300px; height: auto; max-height: 300px; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.14); list-style-type: none; padding: 20px 0; display: none; } .header .toggle-container li,.search-wrapper .search-result-wrapper ul li{ display: block; } .header .toggle-container li a,.search-wrapper .search-result-wrapper ul li a{ display: block; padding: 10px 20px; text-decoration: none; color:#636363; font-size: 13px; transition: all 0.3s ease-out; } .header .toggle-container li .sub-label{ display: block; color:#999; margin-top: 5px; } .search-wrapper .search-result-wrapper ul li .sub-label{ color:#13C482; display: inline-block; margin-left: 5px; } .header .toggle-container li a:hover,.search-wrapper .search-result-wrapper ul li a:hover{ background-color: #f3f3f3; transition: all 0.3s ease-out; } .header .profile-menu{ width: 200px; } /*Bottom bar*/ .bottom-bar{ position: relative; float: left; width: 100%; background-color: #fff; height: 50px; } .bottom-bar .nav-bar{ position: relative; float: left; width: 100%; height: 50px; text-align: center; list-style-type: none; margin: 0; padding: 0; } .bottom-bar .navlinks{ display: inline-block; } .bottom-bar .nav-button{ display: inline-block; height: 50px; line-height: 50px; color:#636363; text-transform: uppercase; font-size: 13px; font-weight: 500; cursor: pointer; padding: 0 20px; vertical-align: middle; transition: all 0.3s ease-out; } .bottom-bar .nav-button i{ display: inline-block; vertical-align: middle; font-size: 15px; transform: rotate(0.03deg); } .bottom-bar .nav-button:hover,.bottom-bar .active-nav-button{ color:#13C482; transition: all 0.3s ease-out; } .menu-container{ position: absolute; top:55px; left: 0; height: auto; margin-left: 15%; width: 70%; z-index: 999; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.14); display: none; } .menu-container .menu-cols{ position: relative; float: left; width: 25%; height: auto; padding: 0; list-style-type: none; margin: 0; background-color: red; } /*Main container*/ #main-container{ position: relative; float: left; width: 100%; height: auto; margin-top: 110px; } /*Commons input */ /*Dropdown*/ .drop-select ::-webkit-scrollbar { width: 4px; height: 4px; } .drop-select ::-webkit-scrollbar-track { background: transparent; } .drop-select ::-webkit-scrollbar-thumb { background-color: rgba(0,0,0, 0.2); border-radius: 1px; } .drop-select ::-webkit-scrollbar-thumb:hover { background-color: rgba(0,0,0, 0.3); } /* drop-select by <NAME> */ .drop-select .material-icons{ display: inline-block; float: right; } .drop-select{ position:relative; display:inline-block; vertical-align:middle; width: auto; margin-left: 10px; text-align: left; border-radius: 2px; background:transparent; cursor: pointer; border-bottom: 1px solid rgb(230,230,230); } .drop-select ul { list-style: none; display:inline-block; margin:0; padding: 0; width: auto; } .drop-select li{ vertical-align: middle; white-space: nowrap; display: none; margin:0; box-sizing: initial; padding: 10px 16px; font-size: 13px; color:#636363; } .drop-select li .option{ display: block; } .drop-select li .option .sub-label{ color:#999; display: none; } .drop-select > ul:first-of-type{ margin-left: -16px; } .drop-select > ul:first-of-type li.selected{ display: inline-block; height: 17px; max-width: calc(100% - 29px); overflow: hidden; margin-left: 5px; text-overflow: ellipsis; } .drop-select i.material-icons{ margin-top: 10px; margin-right: 0; color:#999; } /*jQ*/ .drop-select ul.drop-select-drop{ position: absolute; z-index:9999; visibility: hidden; opacity:0; background:#fff; box-shadow: 0 1px 4px rgba(0,0,0,0.2); top:0; padding: 10px 0; left:0; width: 100%; transition: 0.24s; max-height: 0; overflow: hidden; overflow-y: auto; } .drop-select ul.drop-select-drop li .sub-label{ display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; } .drop-select ul.drop-select-drop.show{ visibility: visible; opacity: 1; transition: all 0.3s ease-out; max-height: 160px; /* COMMENT IF YOU DON?T NEED MAX HEIGHT */ } .drop-select ul.drop-select-drop li{ display:block; transition: background 0.24s; cursor:pointer; padding: 12px 16px; } .drop-select ul.drop-select-drop li.selected{ background-color: #f2f2f2; transition: all 0.3s ease-out; } .drop-select ul.drop-select-drop li:hover{ background: #F7F9FA; color:#999; transition: all 0.3s ease-out; } /*Radion and checkbox*/ /*Checkbox and Radio*/ .control { font-size: 13px; position: relative; display: inline-block; margin-bottom: 15px; padding-left: 30px; cursor: pointer; vertical-align: middle; text-align: left; float: left; } .control input { position: absolute; z-index: -1; opacity: 0; } .control-indicator { position: absolute; top: 0; left: 0; width: 14px; height: 14px; vertical-align: middle; border-radius: 2px; background: #fff; border: 2px solid rgb(230,230,230); } .control-radio .control-indicator { border-radius: 50%; } /* Hover and focus states */ .control:hover input ~ .control-indicator{ background: #fff; border: 2px solid rgb(230,230,230); transition: all 0.3s ease-out; } .control-radio:hover input ~ .control-indicator{ background: #fff; transition: all 0.3s ease-out; } /* Checked state */ .control input:checked ~ .control-indicator { background: #13C482; border-color: #13C482; transition: all 0.3s ease-out; } /* Hover state whilst checked */ /* Disabled state */ .control input:disabled ~ .control-indicator { pointer-events: none; opacity: .6; background: #fff; } /* Check mark */ .control-indicator:after { position: absolute; display: none; content: ''; } /* Show check mark */ .control input:checked ~ .control-indicator:after { display: block; } /* Checkbox tick */ .control-checkbox .control-indicator:after{ top: -2px; left: -1px; font-size: 15px; transform: rotate(0deg); font-family: 'Material Icons'; content: '\e5ca'; color:#fff; font-weight: 700; } /* Disabled tick colour */ .control-checkbox input:disabled ~ .control-indicator:after { border-color: #7b7b7b; } /* Radio button inner circle */ .control-radio .control-indicator{ border: 2px solid rgb(230,230,230); background-color: #fff; width: 14px; height: 14px; } .control input[type="radio"]:checked ~ .control-indicator { background: #fff; transition: all 0.3s ease-out; border: 2px solid #13C482; } .control-radio .control-indicator:after { top: 2px; left: 2px; width: 10px; height:10px; border-radius: 50%; background: #13C482; } /* Disabled circle colour */ .control-radio input:disabled ~ .control-indicator:after { background: #fff; transition: all 0.3s ease-out; } /*Tab Input*/ .tab-input{ height: 35px; -webkit-appearance: none; display: inline-block; color: #636363; width:calc(100% - 125px); margin-left: 10px; border: none; border-radius: 0; border-bottom: 1px solid rgb(230,230,230); background-color: transparent; font-size: 13px; font-weight: 400; position: relative; float: left; font-family: 'Roboto', sans-serif; } .field-icon{ position: relative; float: left; -webkit-appearance: none; display:inline-block; color: #636363; width:100px; font-size: 14px; margin-top: 3px; text-align: left; margin-left: 0; } .tab-input:focus,.tab-textarea:focus { outline: none; } /* Label */ /* active */ .tab-input:focus,.tab-textarea:focus{ border-color: #13C482; transition: all 0.2s ease; } /* Underline */ .tab-input-bar,.tab-textarea-bar { position: relative; display: block; width: calc(100% - 123px); margin-left: 110px; } .tab-textarea-bar{ margin-left: 120px; } .tab-input-bar:before, .tab-input-bar:after,.tab-textarea-bar:before,.tab-textarea-bar:after { content: ''; height: 2px; width: 0; top: 0; margin-top: 35px; position: absolute; background: #13C482; transition: all 0.2s ease; } .tab-textarea-bar:before,.tab-textarea-bar:after{ margin-top: 58px; } .tab-input-bar:before,.tab-textarea-bar:before { left: 50%; } .tab-input-bar:after,.tab-textarea-bar:after { right: 50%; } /* active */ .tab-input:focus ~ .tab-input-bar:before, .tab-input:focus ~ .tab-input-bar:after, .tab-textarea:focus ~ .tab-textarea-bar:before,.tab-textarea:focus ~ .tab-textarea-bar:after { width: 50%; } /*Footer*/ .support{ position: relative; float: left; width: 100%; text-align: center; height: 150px; padding: 20px 0; justify-content: center; align-items: center; display: flex; background-color: #fff; } .support .support-block{ position: relative; float: left; height: 70px; width: 300px; margin: 0 20px; border: 1px solid rgb(218,218,218); justify-content: center; align-items: center; display: flex; font-size: 14px; } .support .support-block i{ display: inline-block; margin-right: 10px; font-size: 34px; color:#13C482; } .footer { width: 100%; position: relative; float: left; background-color: #2d2d2d; } .footer h3{ font-size: 14px; font-weight: 500; color:#fff; text-transform: uppercase; } .footer .row{ display: flex; position: relative; float: left; width: 100%; } .footer .contact-list li { margin-bottom: 12px; color: #999999; } .footer .col-md-3{ position: relative; float: left; flex-basis: calc(25% - 40px); padding: 20px; } .footer .col-md-3 ul{ padding: 0; list-style-type: none; position: relative; float: left; } .footer .contact-list li i { width: 34px; background: #13c482; height: 34px; border: 1px solid #13c482; border-radius: 100%; line-height: 34px; float: left; color: #fff; text-align: center; margin-right: 10px; vertical-align: middle; } .footer ul li { padding: 5px 0; } .footer ul li a { color: #999999; text-decoration: none; display: inline-block; vertical-align: middle; } .footer ul li a:hover { color: #13c482; } .footer .tagcloud a { padding: 5px 10px; border: 1px solid #484848; display: inline-block; color: #999999; border-radius: 2px; margin: 0 2px 5px 0; text-decoration: none; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -ms-transition: all 0.5s; transition: all 0.5s; } .footer .tagcloud a:hover { border: 1px solid #13c482; color: #13c482; } .footer .block-subscribe p { color: #999999; margin-bottom: 15px; } .footer .block-subscribe .form-control { margin-bottom: 10px; padding: 8px; } #copyright { position: relative; float: left; width: calc(100% - 40px); background-color: #444444; padding: 20px; } #copyright .col-md-6{ position: relative; float: left; width: 50%; margin-top: 5px; } #copyright p { color: #fff; width: auto; display: inline-block; } #copyright p a { color: #fff; text-decoration: none; } #copyright p a:hover { color: #13c482; } #copyright ul{ position: relative; float: right; width: auto; padding: 0; list-style-type: none; margin: 0; } #copyright ul li{ display: inline-block; } #copyright ul li a{ width: 40px; height: 40px; display: inline-block; background-color: #fff; border-radius: 50%; line-height: 40px; margin-left: 10px; } #error-404 { background: #ECF0F1; padding: 150px 0; } #error-404 h1 { font-size: 192px; display: inline-block; color:#13c482; margin-top: 48px; } #error-404 .page-title { color: #0C0C0C; font-size: 36px; margin-top: 50px; margin-bottom: 20px; } #error-404 p { color: #999; } #error-404 p a { color: #0C0C0C; text-decoration: none; } #error-404 p a:hover { color: #13c482; } .about { margin-bottom: 50px; } .about .about-content h3 { font-size: 20px; text-transform: uppercase; margin-bottom: 10px; } .about .about-content p { font-size: 14px; text-align: justify; } .about .about-content .btn-more { text-transform: uppercase; margin-top: 26px; } .about-details { margin-bottom: 40px; } .about-details h1 { font-size: 30px; margin-bottom: 30px; text-transform: uppercase; } .about-details .description { font-size: 14px; margin-bottom: 30px; } /*Item search header*/ .search-header{ position: relative; float: left; width: calc(100% - 20px); margin: 10px 10px 0 10px; height: auto; background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.14); } .search-header .row-shop,.search-header .row-item{ position: relative; float: left; width: 100%; height: auto; display: flex; } .search-header .left-col{ flex-basis: 210px; height: 250px; position: relative; float: left; justify-content: center; align-items: center; display: flex; padding: 20px; } .search-header .row-item .left-col img{ width: auto; height: auto; display: inline-block; max-height: 100%; max-width: 100%; } .search-header .left-col .icon-title{ position: absolute; display: block; width: 100%; background-color: #fff; color:#999; font-weight: 500; height: 50px; line-height: 50px; bottom: 20px; left: 0; text-align: center; } .search-header .right-col{ padding: 20px; margin-left: 10px; flex-basis: calc(100% - 300px); height: 250px; justify-content: left; display: flex; align-items: center; } .search-header .row-item .info-label{ display: block; margin: 5px 0; text-align: left; color:#636363; } .search-header .row-item .item-name{ color:#444; } .search-header .row-item .item-desc{ color:#999; } .search-header .row-item .item-price{ color:#13c482; } .search-header .row-item .previous-price{ text-decoration: line-through; } .search-header .row-item .discount{ color:#999; } .search-header .row-item .ratings{ color: #636363; font-weight: 500; vertical-align: middle; display: block; } .search-header .row-item .ratings i{ font-size: 13px; vertical-align: middle; transform: rotate(0.03deg); display: inline-block; margin-top: -3px; } .search-header .row-item .delivery-time{ display: block; margin-top: 5px; color:#999; } .search-header .row-item .delivery-time .sub-label{ font-weight: 500; color:#13c482; } .search-header .row-item .offers{ font-size: 13px; color:#999; display: block; margin-top: 5px; font-weight: 500; } .search-header .row-item .button-wrapper{ position: relative; float: left; width: 100%; height: auto; margin-top: 10px; } .search-header .row-item .button-wrapper .buttons{ display: inline-block; padding: 10px 20px; color:#999; font-weight: 500; text-transform: uppercase; border-radius: 2px; background-color: #F5F5F5; cursor: pointer; margin-right: 5px; transition: all 0.3s ease-out; } .search-header .row-item .button-wrapper .buy-button{ color:#13c482; } .search-header .row-item .button-wrapper .buttons:hover{ background-color: #fff; box-shadow: 0 1px 3px rgba(0,0,0,.14); transition: all 0.3s ease-out; } /*Shop header*/ .search-header .row-shop .left-col{ padding: 0; flex-basis: 250px; height: auto; background: url('../assets/icon-shop.png') center no-repeat; background-size: cover; } .search-header .row-shop .info-label{ display: block; margin: 5px 0; } .search-header .row-shop .shop-name{ display: block; font-weight: 500; margin: 0; } .search-header .row-shop .shop-items{ color:#13c482; }
0.429908
0.077903
@font-face { font-family: 'Prompt'; font-style: normal; font-weight: 400; src: local('Prompt'), local('Prompt-Regular'), url('/fonts/-W__XJnvUD7dzB2KdNodREEje60k.woff2') format('woff2'); unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC; } /* vietnamese */ @font-face { font-family: 'Prompt'; font-style: normal; font-weight: 400; src: local('Prompt'), local('Prompt-Regular'), url('/fonts/-W__XJnvUD7dzB2Kb9odREEje60k.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Prompt'; font-style: normal; font-weight: 400; src: local('Prompt'), local('Prompt-Regular'), url('/fonts/-W__XJnvUD7dzB2KbtodREEje60k.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Prompt'; font-style: normal; font-weight: 400; src: local('Prompt'), local('Prompt-Regular'), url('/fonts/-W__XJnvUD7dzB2KYNodREEjew.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } html, body { height: 100%; font-family: 'Prompt', sans-serif !important; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: "\e151"; } a.desc:after { content: "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } /*.grid-view td { white-space: nowrap; }*/ .grid-view .filters input, .grid-view .filters select { min-width: 50px; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } /* align the logout "link" (button in form) of the navbar */ .nav li > form > button.logout { padding: 15px; border: none; } @media(max-width:767px) { .nav li > form > button.logout { display:block; text-align: left; width: 100%; padding: 10px 15px; } } .nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover { text-decoration: none; } .nav > li > form > button.logout:focus { outline: none; } .auth-icon.line { background: url("/images/btn_login_hover.png"); margin-top: 5px; width: 110px; border-radius: 5px; } .auth-clients li { float: unset !important; margin: 0 3em 0 0; } .input-group-addon{ font-size: 18px; } .form-group { margin-bottom: 5px; } .form-control { border-color: #3498db; } body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow-y: unset !important; } .swal2-shown { overflow-x: auto !important; } .swal2-container { z-index: 2200 !important; } .swal2-popup { font-size: 1.6rem !important; } .checkbox label:after, .radio label:after { content: ''; display: table; clear: both; } .checkbox .cr, .radio .cr { position: relative; display: inline-block; border: 1px solid #a9a9a9; border-radius: .25em; width: 1.3em; height: 1.3em; float: left; margin-right: .5em; } .radio .cr { border-radius: 50%; } .checkbox .cr .cr-icon, .radio .cr .cr-icon { position: absolute; font-size: .8em; line-height: 0; top: 50%; left: 20%; } .radio .cr .cr-icon { margin-left: 0.04em; } .checkbox label input[type="checkbox"], .radio label input[type="radio"] { display: none; } .checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon { transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all .3s ease-in; } .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon { transform: scale(1) rotateZ(0deg); opacity: 1; } .checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr { opacity: .5; } .bootstrap-tagsinput{ width: 100%; font-size: 16px; } .dataTables_length{ display: inline-block; } .dt-buttons { display: inline-block; margin-left: 5px; } .hotpink { color: hotpink; } .landing-page .qrcode { color: #a7afb8; background: #f7f9fa; padding: 10px 10px; margin: 0px 0 20px 0; text-transform: uppercase; font-weight: 600; } .brand-desc { font-weight: 600; color: hotpink; }
frontend/web/css/site.css
@font-face { font-family: 'Prompt'; font-style: normal; font-weight: 400; src: local('Prompt'), local('Prompt-Regular'), url('/fonts/-W__XJnvUD7dzB2KdNodREEje60k.woff2') format('woff2'); unicode-range: U+0E01-0E5B, U+200C-200D, U+25CC; } /* vietnamese */ @font-face { font-family: 'Prompt'; font-style: normal; font-weight: 400; src: local('Prompt'), local('Prompt-Regular'), url('/fonts/-W__XJnvUD7dzB2Kb9odREEje60k.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @font-face { font-family: 'Prompt'; font-style: normal; font-weight: 400; src: local('Prompt'), local('Prompt-Regular'), url('/fonts/-W__XJnvUD7dzB2KbtodREEje60k.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @font-face { font-family: 'Prompt'; font-style: normal; font-weight: 400; src: local('Prompt'), local('Prompt-Regular'), url('/fonts/-W__XJnvUD7dzB2KYNodREEjew.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } html, body { height: 100%; font-family: 'Prompt', sans-serif !important; } .wrap { min-height: 100%; height: auto; margin: 0 auto -60px; padding: 0 0 60px; } .wrap > .container { padding: 70px 15px 20px; } .footer { height: 60px; background-color: #f5f5f5; border-top: 1px solid #ddd; padding-top: 20px; } .jumbotron { text-align: center; background-color: transparent; } .jumbotron .btn { font-size: 21px; padding: 14px 24px; } .not-set { color: #c55; font-style: italic; } /* add sorting icons to gridview sort links */ a.asc:after, a.desc:after { position: relative; top: 1px; display: inline-block; font-family: 'Glyphicons Halflings'; font-style: normal; font-weight: normal; line-height: 1; padding-left: 5px; } a.asc:after { content: "\e151"; } a.desc:after { content: "\e152"; } .sort-numerical a.asc:after { content: "\e153"; } .sort-numerical a.desc:after { content: "\e154"; } .sort-ordinal a.asc:after { content: "\e155"; } .sort-ordinal a.desc:after { content: "\e156"; } /*.grid-view td { white-space: nowrap; }*/ .grid-view .filters input, .grid-view .filters select { min-width: 50px; } .hint-block { display: block; margin-top: 5px; color: #999; } .error-summary { color: #a94442; background: #fdf7f7; border-left: 3px solid #eed3d7; padding: 10px 20px; margin: 0 0 15px 0; } /* align the logout "link" (button in form) of the navbar */ .nav li > form > button.logout { padding: 15px; border: none; } @media(max-width:767px) { .nav li > form > button.logout { display:block; text-align: left; width: 100%; padding: 10px 15px; } } .nav > li > form > button.logout:focus, .nav > li > form > button.logout:hover { text-decoration: none; } .nav > li > form > button.logout:focus { outline: none; } .auth-icon.line { background: url("/images/btn_login_hover.png"); margin-top: 5px; width: 110px; border-radius: 5px; } .auth-clients li { float: unset !important; margin: 0 3em 0 0; } .input-group-addon{ font-size: 18px; } .form-group { margin-bottom: 5px; } .form-control { border-color: #3498db; } body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) { overflow-y: unset !important; } .swal2-shown { overflow-x: auto !important; } .swal2-container { z-index: 2200 !important; } .swal2-popup { font-size: 1.6rem !important; } .checkbox label:after, .radio label:after { content: ''; display: table; clear: both; } .checkbox .cr, .radio .cr { position: relative; display: inline-block; border: 1px solid #a9a9a9; border-radius: .25em; width: 1.3em; height: 1.3em; float: left; margin-right: .5em; } .radio .cr { border-radius: 50%; } .checkbox .cr .cr-icon, .radio .cr .cr-icon { position: absolute; font-size: .8em; line-height: 0; top: 50%; left: 20%; } .radio .cr .cr-icon { margin-left: 0.04em; } .checkbox label input[type="checkbox"], .radio label input[type="radio"] { display: none; } .checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon { transform: scale(3) rotateZ(-20deg); opacity: 0; transition: all .3s ease-in; } .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon { transform: scale(1) rotateZ(0deg); opacity: 1; } .checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr { opacity: .5; } .bootstrap-tagsinput{ width: 100%; font-size: 16px; } .dataTables_length{ display: inline-block; } .dt-buttons { display: inline-block; margin-left: 5px; } .hotpink { color: hotpink; } .landing-page .qrcode { color: #a7afb8; background: #f7f9fa; padding: 10px 10px; margin: 0px 0 20px 0; text-transform: uppercase; font-weight: 600; } .brand-desc { font-weight: 600; color: hotpink; }
0.390825
0.088426
* {margin:0; padding:0; box-sizing:border-box;} :root {--mm:#303; --mo:#101; --am:#ef0; --bl:#fff; --ne:#000; --he1:2.25rem; --he2:2rem; --he3:1.75rem; --he4:1.5rem; --btnw:200px; --btnh:40px; --btnr:400px; --prg:16px; --prgw:900; --prgmxw:500px; --prglnh:25px; } html {font-size:16px; font-family:sans-serif; scroll-behavior:smooth;} body {background:var(--mm); overflow: scroll;} code {display:block; background:var(--mo); color:var(--bl); max-width:var(--prgmxw); min-width:var(--prgmxw); font-family:monospace; padding:25px 50px; border-radius:10px; overflow-x:scroll;} code strong {color:var(--am);} hr {border:solid 1px var(--mm);} /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ #portada_curso_1 {background:var(--mm); display:flex; color:var(--bl); flex-direction:column; align-items:center; padding:50px 25px; gap:25px;} #portada_curso_1 h1 {text-align:center; line-height:3rem;} #portada_curso_1 button {width:var(--btnw); height:var(--btnh); border-radius:var(--btnr); background:var(--am); border:none; color:var(--ne); font-size:var(--prg); font-weight:var(--prgw);} /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ #navegacion_curso_1, #navegacion_secundaria_curso_1 {background:var(--bl); display:flex; color:var(--ne); flex-direction:column; align-items:left; box-sizing:border-box; padding:35px 25px 35px 25px; gap:15px;} #navegacion_curso_1 a, #navegacion_secundaria_curso_1 a {text-decoration:none; list-style-type:none; font-weight:900; color:var(--mm); margin:0px;} #ubicacion_actual_resaltada {background:var(--mm); color:var(--bl) !important; line-height:1.5rem; padding:5px 10px 10px 10px; box-sizing:border-box; } #ubicacion_actual_resaltada::before {content:"Estás aquí \a"; white-space: pre; font-size:.75rem; color:var(--am); } /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ #contenido_curso {background:var(--am); display:flex; flex-direction:column; align-items:center; padding:25px 25px; gap:25px;} #contenido_curso h2,h3 {max-width:var(--prgmxw); line-height:var(--prglnh);} #contenido_curso p {max-width:var(--prgmxw); line-height:var(--prglnh);} #contenido_curso li {line-height:25px;} #contenido_curso dl {line-height:25px; max-width:var(--prgmxw); margin:0 0 0 25px;} #contenido_curso img {border-radius:10px; border:solid 2px var(--mm);} #contenido_curso_2 {background:var(--bl); display:flex; flex-direction:column; align-items:center; padding:25px 25px; gap:25px;} #contenido_curso_2 p {max-width:var(--prgmxw); line-height:var(--prglnh);} #contenido_curso_2 li {line-height:25px; max-width:var(--prgmxw); margin:0 0 0 25px;} #contenido_curso_2 dl {line-height:25px; max-width:var(--prgmxw); margin:0 0 0 25px;} #contenido_curso_2 img {border-radius:10px; border:solid 2px var(--mm);} /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ @media only screen and (max-width:450px) { :root {--mm:#303; --mo:#101; --am:#ef0; --bl:#fff; --ne:#000; --he1:1.5rem; --he2:2rem; --he3:1.75rem; --he4:1.5rem; --btnw:200px; --btnh:40px; --btnr:400px; --prg:16px; --prgw:900; --prgmxw:500px; --prglnh:25px; } code {display:block; background:var(--mo); color:var(--bl); min-width:95%; width:95%; font-family:monospace; padding:25px 25px; border-radius:10px; overflow-x:scroll;} }
estilos_dwlatino_cursos_html.css
* {margin:0; padding:0; box-sizing:border-box;} :root {--mm:#303; --mo:#101; --am:#ef0; --bl:#fff; --ne:#000; --he1:2.25rem; --he2:2rem; --he3:1.75rem; --he4:1.5rem; --btnw:200px; --btnh:40px; --btnr:400px; --prg:16px; --prgw:900; --prgmxw:500px; --prglnh:25px; } html {font-size:16px; font-family:sans-serif; scroll-behavior:smooth;} body {background:var(--mm); overflow: scroll;} code {display:block; background:var(--mo); color:var(--bl); max-width:var(--prgmxw); min-width:var(--prgmxw); font-family:monospace; padding:25px 50px; border-radius:10px; overflow-x:scroll;} code strong {color:var(--am);} hr {border:solid 1px var(--mm);} /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ /* PORTADA CURSO ---------------*/ #portada_curso_1 {background:var(--mm); display:flex; color:var(--bl); flex-direction:column; align-items:center; padding:50px 25px; gap:25px;} #portada_curso_1 h1 {text-align:center; line-height:3rem;} #portada_curso_1 button {width:var(--btnw); height:var(--btnh); border-radius:var(--btnr); background:var(--am); border:none; color:var(--ne); font-size:var(--prg); font-weight:var(--prgw);} /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ /* NAVEGACION CURSO ---------------*/ #navegacion_curso_1, #navegacion_secundaria_curso_1 {background:var(--bl); display:flex; color:var(--ne); flex-direction:column; align-items:left; box-sizing:border-box; padding:35px 25px 35px 25px; gap:15px;} #navegacion_curso_1 a, #navegacion_secundaria_curso_1 a {text-decoration:none; list-style-type:none; font-weight:900; color:var(--mm); margin:0px;} #ubicacion_actual_resaltada {background:var(--mm); color:var(--bl) !important; line-height:1.5rem; padding:5px 10px 10px 10px; box-sizing:border-box; } #ubicacion_actual_resaltada::before {content:"Estás aquí \a"; white-space: pre; font-size:.75rem; color:var(--am); } /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ /* CONTENIDO CURSO ---------------*/ #contenido_curso {background:var(--am); display:flex; flex-direction:column; align-items:center; padding:25px 25px; gap:25px;} #contenido_curso h2,h3 {max-width:var(--prgmxw); line-height:var(--prglnh);} #contenido_curso p {max-width:var(--prgmxw); line-height:var(--prglnh);} #contenido_curso li {line-height:25px;} #contenido_curso dl {line-height:25px; max-width:var(--prgmxw); margin:0 0 0 25px;} #contenido_curso img {border-radius:10px; border:solid 2px var(--mm);} #contenido_curso_2 {background:var(--bl); display:flex; flex-direction:column; align-items:center; padding:25px 25px; gap:25px;} #contenido_curso_2 p {max-width:var(--prgmxw); line-height:var(--prglnh);} #contenido_curso_2 li {line-height:25px; max-width:var(--prgmxw); margin:0 0 0 25px;} #contenido_curso_2 dl {line-height:25px; max-width:var(--prgmxw); margin:0 0 0 25px;} #contenido_curso_2 img {border-radius:10px; border:solid 2px var(--mm);} /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ /* MEDIA QUERIES ---------------*/ @media only screen and (max-width:450px) { :root {--mm:#303; --mo:#101; --am:#ef0; --bl:#fff; --ne:#000; --he1:1.5rem; --he2:2rem; --he3:1.75rem; --he4:1.5rem; --btnw:200px; --btnh:40px; --btnr:400px; --prg:16px; --prgw:900; --prgmxw:500px; --prglnh:25px; } code {display:block; background:var(--mo); color:var(--bl); min-width:95%; width:95%; font-family:monospace; padding:25px 25px; border-radius:10px; overflow-x:scroll;} }
0.211743
0.041579
.MPcontainer { max-width: 1400px; width: 100%; margin: 0 auto; } .section1 { margin: 0 auto; display: flex; flex-flow: wrap; } .section1 .s1LeftSide { display: flex; justify-content: center; align-items: center; width: 50%; color: white; text-align: center; } .s1LeftSide h1 { font-size: 40px; color: white; } .s1LeftSide h1 span { color: #25d381; } .section1 .s1RightSide { display: flex; justify-content: flex-end; margin-bottom: 5%; } .section1 .s1RightSide img { width: 70%; height: 95%; display: flex; justify-content: flex-end; } .section1 img { width: 80%; } .section2 .s2Top { text-align: center; color: white; } .section2 .s2Top h1 { margin: 20px 0; font-size: 70px; color: white; } .section2 .s2Top p { font-size: 30px; padding: 0 20%; } .section2 .s2Middle { margin-top: 15%; margin-bottom: 5%; display: flex; justify-content: space-evenly; width: 100%; } .section2 .s2Line { display: flex; justify-content: flex-end; } .section2 img { width: 80%; } .section3 { display: flex; flex-direction: column; justify-content: center; align-items: center; } .section3 h1 { text-align: center; color: white; font-size: 70px; margin: 20px 0; } .section3 img { width: 80%; margin: 0 auto; text-align: center; } .rline { width: 80%; } .section4 .s3Line { margin-top: 5%; } .section4 .s3Line img { width: 80%; } .section4 h1 { margin: 20px 0; padding: 0 10%; color: white; font-size: 70px; text-align: center; } .section4 .s4heart { margin: 0 auto; display: flex; justify-content: center; align-content: center; } .section4 .s4heart img { margin: 15% 0; height: 40%; width: 40%; } footer { display: flex; justify-content: space-evenly; flex-flow: wrap; } footer a img { width: 80%; } footer a { display: flex; justify-content: center; align-items: center; } footer #footerText { color: #25d381; font-size: 1.5rem; margin-left: 4%; } @media (max-width: 850px) { .section1 .s1LeftSide { margin: 0 auto; } } @media (max-width: 750px) { .section4 h1 { font-size: 50px; } } @media (max-width: 650px) { .section1 .s1LeftSide h1 { font-size: 30px; } }
src/components/MainPage.css
.MPcontainer { max-width: 1400px; width: 100%; margin: 0 auto; } .section1 { margin: 0 auto; display: flex; flex-flow: wrap; } .section1 .s1LeftSide { display: flex; justify-content: center; align-items: center; width: 50%; color: white; text-align: center; } .s1LeftSide h1 { font-size: 40px; color: white; } .s1LeftSide h1 span { color: #25d381; } .section1 .s1RightSide { display: flex; justify-content: flex-end; margin-bottom: 5%; } .section1 .s1RightSide img { width: 70%; height: 95%; display: flex; justify-content: flex-end; } .section1 img { width: 80%; } .section2 .s2Top { text-align: center; color: white; } .section2 .s2Top h1 { margin: 20px 0; font-size: 70px; color: white; } .section2 .s2Top p { font-size: 30px; padding: 0 20%; } .section2 .s2Middle { margin-top: 15%; margin-bottom: 5%; display: flex; justify-content: space-evenly; width: 100%; } .section2 .s2Line { display: flex; justify-content: flex-end; } .section2 img { width: 80%; } .section3 { display: flex; flex-direction: column; justify-content: center; align-items: center; } .section3 h1 { text-align: center; color: white; font-size: 70px; margin: 20px 0; } .section3 img { width: 80%; margin: 0 auto; text-align: center; } .rline { width: 80%; } .section4 .s3Line { margin-top: 5%; } .section4 .s3Line img { width: 80%; } .section4 h1 { margin: 20px 0; padding: 0 10%; color: white; font-size: 70px; text-align: center; } .section4 .s4heart { margin: 0 auto; display: flex; justify-content: center; align-content: center; } .section4 .s4heart img { margin: 15% 0; height: 40%; width: 40%; } footer { display: flex; justify-content: space-evenly; flex-flow: wrap; } footer a img { width: 80%; } footer a { display: flex; justify-content: center; align-items: center; } footer #footerText { color: #25d381; font-size: 1.5rem; margin-left: 4%; } @media (max-width: 850px) { .section1 .s1LeftSide { margin: 0 auto; } } @media (max-width: 750px) { .section4 h1 { font-size: 50px; } } @media (max-width: 650px) { .section1 .s1LeftSide h1 { font-size: 30px; } }
0.331228
0.06148
/* General */ /*-------------------------------------------------------*/ html,body { font-family: 'Lato', sans-serif; font-size: 15px; color: #333; } img { max-width: 100%; } a:focus, button:focus{ outline: none; box-shadow: none; } #loading{ position: fixed; top: 0; left: 0; height: 100%; width: 100%; background-color: #eee; z-index: 9999999999999; } .load-circle { margin: 50vh auto; width: 70px; height: 70px; border-radius: 50%; text-align: center; border: 4px solid #2196F3; -webkit-animation: rotate 1.6s infinite linear; animation: rotate 2.2s infinite linear; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12); } .load-circle .one { width: 20px; height: 20px; margin-top: -5px; border-radius: 50%; float: left; box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.39); } @-webkit-keyframes rotate { 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } } @keyframes rotate { 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } } /*-------------------------------------------------------*/ /* bg options */ /*-------------------------------------------------------*/ .bg-cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .bg-no-repeat { background-repeat: no-repeat; } .bg-repeat-x { background-repeat: repeat-x; } .bg-repeat-y { background-repeat: repeat-y; } .bg-position-center { background-position: center; } .bg-gray { background: #f6f6f6; } /*-------------------------------------------------------*/ /* Margin */ /*-------------------------------------------------------*/ .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mt-10 { margin-top: 10px;} .mt-15 { margin-top: 15px;} .mt-20 { margin-top: 20px;} .mt-25 { margin-top: 25px;} .mt-30 { margin-top: 30px;} .mt-35 { margin-top: 35px;} .mt-40 { margin-top: 40px;} .mt-45 { margin-top: 45px;} /*-------------------------------------------------------*/ /* Padding */ /*-------------------------------------------------------*/ .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pt-10 { padding-top: 10px;} .pt-15 { padding-top: 15px;} .pt-20 { padding-top: 20px;} .pt-25 { padding-top: 25px;} .pt-30 { padding-top: 30px;} .pt-35 { padding-top: 35px;} .pt-40 { padding-top: 40px;} .pt-45 { padding-top: 45px;} /*-------------------------------------------------------*/ /* Header 01 */ /*-------------------------------------------------------*/ .header-style-1 { position: fixed; top: 0; left: 0; right: 0; z-index: 10; } .header-style-1 .navbar-brand { font-size: 25px; text-transform: uppercase; color: #fff; margin: 0; padding: 0; font-weight: 300; line-height: 30px; } .header-style-1 .navbar-brand a { color: #fff; text-decoration: none; } .header-style-1 .navbar { margin: 0; padding: 20px 0; border: none; border-radius: 0; } .header-style-1 .navbar-nav > li{ padding: 0 5px; } .header-style-1 .navbar-nav > li > a { color: #fff; text-transform: uppercase; padding: 8px 15px; font-size: 14px; border-radius: 30px; display: block; text-decoration: none; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .header-style-1 .navbar-nav > li > a:focus, .header-style-1 .navbar-nav > li > a:hover { background: none; } .header-style-1 .navbar-nav > li > a.current:hover{ color: #fff; } .header-style-1 .navbar-nav > li > a.current { box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12); } .fixed-header { box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28); } @media (max-width: 991px){ .header-style-1 .navbar-nav > li{ padding: 0; } .header-style-1 .navbar-nav > li > a { font-size: 13px; } } @media (max-width: 767px){ .header-style-1 .navbar{ padding: 0; } .navbar-collapse.in{ background: #fff; box-shadow: none; border: none; } .navbar-nav{ margin-top: 0; margin-bottom: 0; } .header-style-1 .navbar-nav > li > a{ color: #fff; } .header-style-1 .navbar-nav > li > a.current { color: #fff; border-radius: 0; } .header-style-1 .navbar-brand { padding: 10px 0; } .navbar-toggler { margin: 0; border-radius: 0; background: #fff; border: none; display: block; } .navbar-toggler .icon-bar{ background: #fff; } } /*-------------------------------------------------------*/ /* Section */ /*-------------------------------------------------------*/ .section { padding: 80px 0; } @media (max-width: 991px){ .section { padding: 40px 0; } } /*-------------------------------------------------------*/ /* Buttons */ /*-------------------------------------------------------*/ .google-play-btn { display: inline-block; vertical-align: top; box-shadow: 0 20px 55px rgba(0,0,0,0.33); padding: 10px 30px 10px 70px; text-align: left; position: relative; border-radius: 5px; background: #557be2; color: #fff; } .google-play-btn:hover { color: #fff; text-decoration: none; } .google-play-btn i { position: absolute; left: 15px; font-size: 35px; top: 17px; pointer-events: none; } .google-play-btn em { font-style: normal; font-size: 12px; display: block; pointer-events: none; } .google-play-btn label { margin: 0; padding: 0; font-size: 20px; text-transform: uppercase; font-weight: 600; vertical-align: top; pointer-events: none; } @media (max-width: 991px){ .google-play-btn { padding: 7px 20px 5px 50px; } .google-play-btn i { font-size: 25px; top: 14px; } .google-play-btn label { font-size: 14px; } } .apple-store-btn { display: inline-block; vertical-align: top; box-shadow: 0 20px 55px rgba(0,0,0,0.33); padding: 10px 30px 10px 70px; text-align: left; position: relative; border-radius: 5px; background: #ff615e; color: #fff; } .apple-store-btn:hover { color: #fff; text-decoration: none; } .apple-store-btn i { position: absolute; left: 15px; font-size: 35px; top: 17px; pointer-events: none; } .apple-store-btn em { font-style: normal; font-size: 12px; display: block; pointer-events: none; } .apple-store-btn label { margin: 0; padding: 0; font-size: 20px; text-transform: uppercase; font-weight: 600; vertical-align: top; pointer-events: none; } @media (max-width: 991px){ .apple-store-btn { padding: 7px 20px 5px 50px; } .apple-store-btn i { font-size: 25px; top: 14px; } .apple-store-btn label { font-size: 14px; } } .btn-style-01 { border:none; height: 56px; line-height: 56px; display: inline-block; padding: 0 40px; font-size: 16px; font-weight: 900; color: #fff; border-radius: 5px; box-shadow: 0 23px 35px rgba(26,213,177,0.33); letter-spacing: 1px; text-transform: uppercase; cursor: pointer; -webkit-transition: ease all 0.3s; -moz-transition: ease all 0.3s; -o-transition: ease all 0.3s; transition: ease all 0.3s; } .btn-style-01:hover { color: #fff; text-decoration: none; opacity: 0.8; box-shadow: 0 3px 15px rgba(26,213,177,0.33) } @media (max-width: 991px){ .btn-style-01 { padding: 0 20px; height: 40px; line-height: 40px; font-size: 13px; } } /*-------------------------------------------------------*/ /* Section heading 01 */ /*-------------------------------------------------------*/ .section-heading-01 { padding-bottom: 60px; text-align: center; } .section-heading-01 h2 { font-size: 60px; font-weight: 900; margin: 0; padding: 0; line-height: 70px; } @media (max-width: 991px){ .section-heading-01 { padding-bottom: 40px; } .section-heading-01 h2 { line-height: 40px; font-size: 36px; } } /*-------------------------------------------------------*/ /* Section heading 02 */ /*-------------------------------------------------------*/ .section-heading-02 { padding-bottom: 60px; text-align: center; } .section-heading-02 h2 { font-size: 60px; font-weight: 900; margin: 0; padding: 0; line-height: 70px; display: inline-block; vertical-align: top; position: relative; } .section-heading-02 h2:after { content: ""; float: left; width: 10px; height: 50px; background: #1ad5b1; top: 12px; position: absolute; right: -30px; } .section-heading-02 h2:before{ content: ""; float: left; width: 10px; height: 50px; background: #1ad5b1; top: 12px; position: absolute; left: -30px; } @media (max-width: 991px){ .section-heading-02 { padding-bottom: 40px; } .section-heading-02 h2 { line-height: 40px; font-size: 36px; } } /*-------------------------------------------------------*/ /* Home Banner 02 */ /*-------------------------------------------------------*/ .home-banner-02 { position: relative; padding: 100px 0; } .home-banner-02:after { content: ""; background: url(../img/wav.png) scroll bottom left repeat-x; position: absolute; width: 100%; height: 182px; float: left; left: 0; bottom: 0; } .home-banner-02 .container { position: relative; z-index: 1; } .home-banner-02 h1 { font-size: 55px; color: #fff; font-weight: 600; margin-bottom: 20px; } .home-banner-02 p { font-size: 18px; color: #fff; margin-bottom: 40px; } .home-banner-02 .btn-bar .google-play-btn { margin-left: 30px; } @media (max-width: 991px){ .home-banner-02 h1 { font-size: 40px; margin-bottom: 30px; } .home-banner-02 .btn-bar .google-play-btn { margin-left: 0; } } /*-------------------------------------------------------*/ /* Home Banner 03 */ /*-------------------------------------------------------*/ .home-banner-03 { padding: 140px 0 0; } .home-banner-03 h1 { font-size: 85px; color: #fff; font-weight: 600; margin-bottom: 70px; } .home-banner-03 .btn-bar .google-play-btn { margin-left: 30px; } @media (max-width: 991px){ .home-banner-03 { padding: 100px 0 0; } .home-banner-03 h1 { font-size: 40px; margin-bottom: 30px; } .home-banner-03 .btn-bar .google-play-btn { margin-left: 0; } } /*-------------------------------------------------------*/ /* About us */ /*-------------------------------------------------------*/ .about-box-01 .section-heading-01 { padding-bottom: 30px; } .about-box-01 p { font-size: 18px; } @media (max-width: 991px){ .about-box-01 p { font-size: 15px; } } /*-------------------------------------------------------*/ /* Feature */ /*-------------------------------------------------------*/ .feature-01 { text-align: center; padding: 40px; background: #fff; margin-bottom: 30px; box-shadow: 0 0 32px rgba(0,0,0,0.15); border-radius: 10px; } .feature-01 .feature-icon i { font-size: 50px; } .feature-01 .feature-icon { margin-bottom: 20px; } .feature-01 .feature-details h5 { font-size: 23px; font-weight: 800; margin-bottom: 20px; } .feature-01 .feature-details p { font-size: 17px; } .feature-02 { text-align: center; padding: 30px; border-radius: 10px; } .feature-02 .feature-icon i { font-size: 50px; width: 120px; height: 120px; color: #fff; line-height: 120px; border-radius: 50%; } .feature-02 .feature-icon { margin-bottom: 20px; } .feature-02 .feature-details h5 { font-size: 23px; font-weight: 800; margin-bottom: 20px; } .feature-02 .feature-details p { font-size: 17px; } /*-------------------------------------------------------*/ /* Feature */ /*-------------------------------------------------------*/ .statistic-section .counter { text-align: center; } .statistic-section .counter .count { font-size: 40px; font-weight:800; } .statistic-section .counter:after { border-bottom: 5px solid; content: ""; width: 40px; display: inline-block; } .statistic-section .counter label { font-size: 50px; font-weight: 800; } /*-------------------------------------------------------*/ /* Promo Section */ /*-------------------------------------------------------*/ .promo-section h2 { font-size: 50px; font-weight: 800; color: #fff; } .promo-section p { color: #fff; font-size: 18px; opacity: 0.7; } @media (max-width: 991px){ .promo-section h2 { font-size: 30px; } .promo-section p { font-size: 15px; } } /*-------------------------------------------------------*/ /* Screenshot slider */ /*-------------------------------------------------------*/ .screenshots-slider .ss-item { padding: 15px; background: #fff; box-shadow: 0 0 32px rgba(0,0,0,0.15); margin: 30px 0; border-radius: 10px; } .screenshots-slider .owl-item { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -webkit-transition: ease all 0.2s; -moz-transition: ease all 0.2s; -o-transition: ease all 0.2s; transition: ease all 0.2s; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; transform-origin: center; } .screenshots-slider .owl-item.center { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } /*-------------------------------------------------------*/ /* Priceing */ /*-------------------------------------------------------*/ .price-section .section-heading-02 { padding-bottom: 100px; } .price-section .section-heading-01 { padding-bottom: 100px; } .price-table-01 { box-shadow: 0 0 32px rgba(0,0,0,0.15); border-radius: 10px; overflow: hidden; } .price-table-01 .price-head { text-align: center; padding: 30px 10px; border-radius: 0 0 0 170px; color: #fff; } .price-table-01 .price-head h5 { font-weight: 600; font-size: 20px; } .price-table-01 .price-head .price-value{ font-size: 60px; font-weight: 800; } .price-table-01 .price-head .price-value .duration { display: block; font-size: 18px; font-weight: 400; padding-top: 10px; } .price-table-01 .price-content { padding: 40px 20px; } .price-table-01 ul { margin: 0; padding: 0; } .price-table-01 li { display: inline-block; vertical-align: top; width: 100%; font-size: 18px; text-align: center; margin: 7px 0; } .price-table-01 .price-footer { padding: 10px 20px 50px; text-align: center; } .price-table-01.standard-price { margin-top: -30px; } .price-table-01.standard-price .price-content { padding-top: 70px; } .price-table-01.standard-price .price-footer { padding-bottom: 70px; } @media (max-width: 991px){ .price-table-01.standard-price { margin-top: 30px; margin-bottom: 30px; } } /*-------------------------------------------------------*/ /* Testimonial */ /*-------------------------------------------------------*/ .avtar-testimonial { margin: 30px; } .avtar-testimonial .section-heading-01 { color: #fff; } .avtar-testimonial .avtar-say { box-shadow: 0 0 32px rgba(0,0,0,0.15); padding: 30px; font-size: 16px; background: #fff; border-radius: 10px; } .avtar-testimonial .avtar-info { position: relative; min-height: 70px; display: inline-block; background: #fff; box-shadow: 0 0 32px rgba(0,0,0,0.15); margin-top: 10px; padding: 10px 20px 10px 70px; border-radius: 0 20px 20px 20px; margin-left: 30px; } .avtar-testimonial .avtar-info .avtar { width: 50px; height: 50px; overflow: hidden; border-radius: 50%; position: absolute; top: 10px; left: 10px; } .avtar-testimonial .avtar-info h4 { font-size: 14px; font-weight: 600; margin: 0; padding: 10px 0 0; } .avtar-testimonial .avtar-info p { font-size: 12px; margin: 0; } /*-------------------------------------------------------*/ /* Blogs */ /*-------------------------------------------------------*/ .blog-item { box-shadow: 0 0 32px rgba(0,0,0,0.15); } .blog-item .blog-contents { padding: 30px; } .blog-item h3 { font-size: 20px; font-weight: 800; } .blog-item h3 a { text-decoration: none; } .blog-item .blog-meta { font-size: 12px; margin-bottom: 20px; } .blog-item .blog-meta p { margin: 0; } .blog-item .blog-desc { font-size: 17px; } .blog-item .blog-desc p { margin: 0; } .blog-item .blog-action { text-align: right; margin-top: 15px; } .blog-item .blog-action a { text-decoration: none; font-weight: 800; font-size: 15px; text-transform: uppercase; } @media (max-width: 991px){ .blog-item { margin-bottom: 30px; } } /*-------------------------------------------------------*/ /* Footer */ /*-------------------------------------------------------*/ .footer { padding: 80px 0; } .footer h2 { text-align: center; font-weight: 800; color: #fff; padding-bottom: 20px; } .subscribe-form { text-align: center; width: 100%; display: inline-block; vertical-align: top; margin-bottom: 30px; } .subscribe-form .subscribe-form-inner { position: relative; display: inline-block; vertical-align: top; width: 500px; max-width: 100%; } .subscribe-form input { width: 100%; height: 53px; border: none; border-radius: 50px; float: left; margin: 0; padding: 10px 50px; font-size: 15px; font-weight: 600; color: #333; } .subscribe-form .btn-style-01 { box-shadow: none; border-radius: 0px 50px 50px 0px; height: 53px; float: left; position: absolute; top: 0; right: 0; } .social-icons { margin: 0; padding: 0; text-align: center; } .social-icons li { display: inline-block; vertical-align: middle; list-style: none; margin: 0 5px; } .social-icons li a { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; display: block; text-align: center; } @media (max-width: 991px){ .footer { padding: 30px 0; } .footer h2 { font-size: 24px; } }
BuyMeADrink.Web/ClientApp/static/css/style.css
/* General */ /*-------------------------------------------------------*/ html,body { font-family: 'Lato', sans-serif; font-size: 15px; color: #333; } img { max-width: 100%; } a:focus, button:focus{ outline: none; box-shadow: none; } #loading{ position: fixed; top: 0; left: 0; height: 100%; width: 100%; background-color: #eee; z-index: 9999999999999; } .load-circle { margin: 50vh auto; width: 70px; height: 70px; border-radius: 50%; text-align: center; border: 4px solid #2196F3; -webkit-animation: rotate 1.6s infinite linear; animation: rotate 2.2s infinite linear; box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12); } .load-circle .one { width: 20px; height: 20px; margin-top: -5px; border-radius: 50%; float: left; box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.39); } @-webkit-keyframes rotate { 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } } @keyframes rotate { 0%{ transform: rotate(0deg); } 100%{ transform: rotate(360deg); } } /*-------------------------------------------------------*/ /* bg options */ /*-------------------------------------------------------*/ .bg-cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; } .bg-no-repeat { background-repeat: no-repeat; } .bg-repeat-x { background-repeat: repeat-x; } .bg-repeat-y { background-repeat: repeat-y; } .bg-position-center { background-position: center; } .bg-gray { background: #f6f6f6; } /*-------------------------------------------------------*/ /* Margin */ /*-------------------------------------------------------*/ .mb-10 { margin-bottom: 10px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-25 { margin-bottom: 25px; } .mb-30 { margin-bottom: 30px; } .mb-35 { margin-bottom: 35px; } .mb-40 { margin-bottom: 40px; } .mb-45 { margin-bottom: 45px; } .mt-10 { margin-top: 10px;} .mt-15 { margin-top: 15px;} .mt-20 { margin-top: 20px;} .mt-25 { margin-top: 25px;} .mt-30 { margin-top: 30px;} .mt-35 { margin-top: 35px;} .mt-40 { margin-top: 40px;} .mt-45 { margin-top: 45px;} /*-------------------------------------------------------*/ /* Padding */ /*-------------------------------------------------------*/ .pb-10 { padding-bottom: 10px; } .pb-15 { padding-bottom: 15px; } .pb-20 { padding-bottom: 20px; } .pb-25 { padding-bottom: 25px; } .pb-30 { padding-bottom: 30px; } .pb-35 { padding-bottom: 35px; } .pb-40 { padding-bottom: 40px; } .pb-45 { padding-bottom: 45px; } .pt-10 { padding-top: 10px;} .pt-15 { padding-top: 15px;} .pt-20 { padding-top: 20px;} .pt-25 { padding-top: 25px;} .pt-30 { padding-top: 30px;} .pt-35 { padding-top: 35px;} .pt-40 { padding-top: 40px;} .pt-45 { padding-top: 45px;} /*-------------------------------------------------------*/ /* Header 01 */ /*-------------------------------------------------------*/ .header-style-1 { position: fixed; top: 0; left: 0; right: 0; z-index: 10; } .header-style-1 .navbar-brand { font-size: 25px; text-transform: uppercase; color: #fff; margin: 0; padding: 0; font-weight: 300; line-height: 30px; } .header-style-1 .navbar-brand a { color: #fff; text-decoration: none; } .header-style-1 .navbar { margin: 0; padding: 20px 0; border: none; border-radius: 0; } .header-style-1 .navbar-nav > li{ padding: 0 5px; } .header-style-1 .navbar-nav > li > a { color: #fff; text-transform: uppercase; padding: 8px 15px; font-size: 14px; border-radius: 30px; display: block; text-decoration: none; -webkit-transition: all .2s ease; -moz-transition: all .2s ease; -o-transition: all .2s ease; transition: all .2s ease; } .header-style-1 .navbar-nav > li > a:focus, .header-style-1 .navbar-nav > li > a:hover { background: none; } .header-style-1 .navbar-nav > li > a.current:hover{ color: #fff; } .header-style-1 .navbar-nav > li > a.current { box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12); } .fixed-header { box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28); } @media (max-width: 991px){ .header-style-1 .navbar-nav > li{ padding: 0; } .header-style-1 .navbar-nav > li > a { font-size: 13px; } } @media (max-width: 767px){ .header-style-1 .navbar{ padding: 0; } .navbar-collapse.in{ background: #fff; box-shadow: none; border: none; } .navbar-nav{ margin-top: 0; margin-bottom: 0; } .header-style-1 .navbar-nav > li > a{ color: #fff; } .header-style-1 .navbar-nav > li > a.current { color: #fff; border-radius: 0; } .header-style-1 .navbar-brand { padding: 10px 0; } .navbar-toggler { margin: 0; border-radius: 0; background: #fff; border: none; display: block; } .navbar-toggler .icon-bar{ background: #fff; } } /*-------------------------------------------------------*/ /* Section */ /*-------------------------------------------------------*/ .section { padding: 80px 0; } @media (max-width: 991px){ .section { padding: 40px 0; } } /*-------------------------------------------------------*/ /* Buttons */ /*-------------------------------------------------------*/ .google-play-btn { display: inline-block; vertical-align: top; box-shadow: 0 20px 55px rgba(0,0,0,0.33); padding: 10px 30px 10px 70px; text-align: left; position: relative; border-radius: 5px; background: #557be2; color: #fff; } .google-play-btn:hover { color: #fff; text-decoration: none; } .google-play-btn i { position: absolute; left: 15px; font-size: 35px; top: 17px; pointer-events: none; } .google-play-btn em { font-style: normal; font-size: 12px; display: block; pointer-events: none; } .google-play-btn label { margin: 0; padding: 0; font-size: 20px; text-transform: uppercase; font-weight: 600; vertical-align: top; pointer-events: none; } @media (max-width: 991px){ .google-play-btn { padding: 7px 20px 5px 50px; } .google-play-btn i { font-size: 25px; top: 14px; } .google-play-btn label { font-size: 14px; } } .apple-store-btn { display: inline-block; vertical-align: top; box-shadow: 0 20px 55px rgba(0,0,0,0.33); padding: 10px 30px 10px 70px; text-align: left; position: relative; border-radius: 5px; background: #ff615e; color: #fff; } .apple-store-btn:hover { color: #fff; text-decoration: none; } .apple-store-btn i { position: absolute; left: 15px; font-size: 35px; top: 17px; pointer-events: none; } .apple-store-btn em { font-style: normal; font-size: 12px; display: block; pointer-events: none; } .apple-store-btn label { margin: 0; padding: 0; font-size: 20px; text-transform: uppercase; font-weight: 600; vertical-align: top; pointer-events: none; } @media (max-width: 991px){ .apple-store-btn { padding: 7px 20px 5px 50px; } .apple-store-btn i { font-size: 25px; top: 14px; } .apple-store-btn label { font-size: 14px; } } .btn-style-01 { border:none; height: 56px; line-height: 56px; display: inline-block; padding: 0 40px; font-size: 16px; font-weight: 900; color: #fff; border-radius: 5px; box-shadow: 0 23px 35px rgba(26,213,177,0.33); letter-spacing: 1px; text-transform: uppercase; cursor: pointer; -webkit-transition: ease all 0.3s; -moz-transition: ease all 0.3s; -o-transition: ease all 0.3s; transition: ease all 0.3s; } .btn-style-01:hover { color: #fff; text-decoration: none; opacity: 0.8; box-shadow: 0 3px 15px rgba(26,213,177,0.33) } @media (max-width: 991px){ .btn-style-01 { padding: 0 20px; height: 40px; line-height: 40px; font-size: 13px; } } /*-------------------------------------------------------*/ /* Section heading 01 */ /*-------------------------------------------------------*/ .section-heading-01 { padding-bottom: 60px; text-align: center; } .section-heading-01 h2 { font-size: 60px; font-weight: 900; margin: 0; padding: 0; line-height: 70px; } @media (max-width: 991px){ .section-heading-01 { padding-bottom: 40px; } .section-heading-01 h2 { line-height: 40px; font-size: 36px; } } /*-------------------------------------------------------*/ /* Section heading 02 */ /*-------------------------------------------------------*/ .section-heading-02 { padding-bottom: 60px; text-align: center; } .section-heading-02 h2 { font-size: 60px; font-weight: 900; margin: 0; padding: 0; line-height: 70px; display: inline-block; vertical-align: top; position: relative; } .section-heading-02 h2:after { content: ""; float: left; width: 10px; height: 50px; background: #1ad5b1; top: 12px; position: absolute; right: -30px; } .section-heading-02 h2:before{ content: ""; float: left; width: 10px; height: 50px; background: #1ad5b1; top: 12px; position: absolute; left: -30px; } @media (max-width: 991px){ .section-heading-02 { padding-bottom: 40px; } .section-heading-02 h2 { line-height: 40px; font-size: 36px; } } /*-------------------------------------------------------*/ /* Home Banner 02 */ /*-------------------------------------------------------*/ .home-banner-02 { position: relative; padding: 100px 0; } .home-banner-02:after { content: ""; background: url(../img/wav.png) scroll bottom left repeat-x; position: absolute; width: 100%; height: 182px; float: left; left: 0; bottom: 0; } .home-banner-02 .container { position: relative; z-index: 1; } .home-banner-02 h1 { font-size: 55px; color: #fff; font-weight: 600; margin-bottom: 20px; } .home-banner-02 p { font-size: 18px; color: #fff; margin-bottom: 40px; } .home-banner-02 .btn-bar .google-play-btn { margin-left: 30px; } @media (max-width: 991px){ .home-banner-02 h1 { font-size: 40px; margin-bottom: 30px; } .home-banner-02 .btn-bar .google-play-btn { margin-left: 0; } } /*-------------------------------------------------------*/ /* Home Banner 03 */ /*-------------------------------------------------------*/ .home-banner-03 { padding: 140px 0 0; } .home-banner-03 h1 { font-size: 85px; color: #fff; font-weight: 600; margin-bottom: 70px; } .home-banner-03 .btn-bar .google-play-btn { margin-left: 30px; } @media (max-width: 991px){ .home-banner-03 { padding: 100px 0 0; } .home-banner-03 h1 { font-size: 40px; margin-bottom: 30px; } .home-banner-03 .btn-bar .google-play-btn { margin-left: 0; } } /*-------------------------------------------------------*/ /* About us */ /*-------------------------------------------------------*/ .about-box-01 .section-heading-01 { padding-bottom: 30px; } .about-box-01 p { font-size: 18px; } @media (max-width: 991px){ .about-box-01 p { font-size: 15px; } } /*-------------------------------------------------------*/ /* Feature */ /*-------------------------------------------------------*/ .feature-01 { text-align: center; padding: 40px; background: #fff; margin-bottom: 30px; box-shadow: 0 0 32px rgba(0,0,0,0.15); border-radius: 10px; } .feature-01 .feature-icon i { font-size: 50px; } .feature-01 .feature-icon { margin-bottom: 20px; } .feature-01 .feature-details h5 { font-size: 23px; font-weight: 800; margin-bottom: 20px; } .feature-01 .feature-details p { font-size: 17px; } .feature-02 { text-align: center; padding: 30px; border-radius: 10px; } .feature-02 .feature-icon i { font-size: 50px; width: 120px; height: 120px; color: #fff; line-height: 120px; border-radius: 50%; } .feature-02 .feature-icon { margin-bottom: 20px; } .feature-02 .feature-details h5 { font-size: 23px; font-weight: 800; margin-bottom: 20px; } .feature-02 .feature-details p { font-size: 17px; } /*-------------------------------------------------------*/ /* Feature */ /*-------------------------------------------------------*/ .statistic-section .counter { text-align: center; } .statistic-section .counter .count { font-size: 40px; font-weight:800; } .statistic-section .counter:after { border-bottom: 5px solid; content: ""; width: 40px; display: inline-block; } .statistic-section .counter label { font-size: 50px; font-weight: 800; } /*-------------------------------------------------------*/ /* Promo Section */ /*-------------------------------------------------------*/ .promo-section h2 { font-size: 50px; font-weight: 800; color: #fff; } .promo-section p { color: #fff; font-size: 18px; opacity: 0.7; } @media (max-width: 991px){ .promo-section h2 { font-size: 30px; } .promo-section p { font-size: 15px; } } /*-------------------------------------------------------*/ /* Screenshot slider */ /*-------------------------------------------------------*/ .screenshots-slider .ss-item { padding: 15px; background: #fff; box-shadow: 0 0 32px rgba(0,0,0,0.15); margin: 30px 0; border-radius: 10px; } .screenshots-slider .owl-item { -webkit-transform: scale(0.8); -moz-transform: scale(0.8); -o-transform: scale(0.8); transform: scale(0.8); -webkit-transition: ease all 0.2s; -moz-transition: ease all 0.2s; -o-transition: ease all 0.2s; transition: ease all 0.2s; -webkit-transform-origin: center; -moz-transform-origin: center; -o-transform-origin: center; transform-origin: center; } .screenshots-slider .owl-item.center { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } /*-------------------------------------------------------*/ /* Priceing */ /*-------------------------------------------------------*/ .price-section .section-heading-02 { padding-bottom: 100px; } .price-section .section-heading-01 { padding-bottom: 100px; } .price-table-01 { box-shadow: 0 0 32px rgba(0,0,0,0.15); border-radius: 10px; overflow: hidden; } .price-table-01 .price-head { text-align: center; padding: 30px 10px; border-radius: 0 0 0 170px; color: #fff; } .price-table-01 .price-head h5 { font-weight: 600; font-size: 20px; } .price-table-01 .price-head .price-value{ font-size: 60px; font-weight: 800; } .price-table-01 .price-head .price-value .duration { display: block; font-size: 18px; font-weight: 400; padding-top: 10px; } .price-table-01 .price-content { padding: 40px 20px; } .price-table-01 ul { margin: 0; padding: 0; } .price-table-01 li { display: inline-block; vertical-align: top; width: 100%; font-size: 18px; text-align: center; margin: 7px 0; } .price-table-01 .price-footer { padding: 10px 20px 50px; text-align: center; } .price-table-01.standard-price { margin-top: -30px; } .price-table-01.standard-price .price-content { padding-top: 70px; } .price-table-01.standard-price .price-footer { padding-bottom: 70px; } @media (max-width: 991px){ .price-table-01.standard-price { margin-top: 30px; margin-bottom: 30px; } } /*-------------------------------------------------------*/ /* Testimonial */ /*-------------------------------------------------------*/ .avtar-testimonial { margin: 30px; } .avtar-testimonial .section-heading-01 { color: #fff; } .avtar-testimonial .avtar-say { box-shadow: 0 0 32px rgba(0,0,0,0.15); padding: 30px; font-size: 16px; background: #fff; border-radius: 10px; } .avtar-testimonial .avtar-info { position: relative; min-height: 70px; display: inline-block; background: #fff; box-shadow: 0 0 32px rgba(0,0,0,0.15); margin-top: 10px; padding: 10px 20px 10px 70px; border-radius: 0 20px 20px 20px; margin-left: 30px; } .avtar-testimonial .avtar-info .avtar { width: 50px; height: 50px; overflow: hidden; border-radius: 50%; position: absolute; top: 10px; left: 10px; } .avtar-testimonial .avtar-info h4 { font-size: 14px; font-weight: 600; margin: 0; padding: 10px 0 0; } .avtar-testimonial .avtar-info p { font-size: 12px; margin: 0; } /*-------------------------------------------------------*/ /* Blogs */ /*-------------------------------------------------------*/ .blog-item { box-shadow: 0 0 32px rgba(0,0,0,0.15); } .blog-item .blog-contents { padding: 30px; } .blog-item h3 { font-size: 20px; font-weight: 800; } .blog-item h3 a { text-decoration: none; } .blog-item .blog-meta { font-size: 12px; margin-bottom: 20px; } .blog-item .blog-meta p { margin: 0; } .blog-item .blog-desc { font-size: 17px; } .blog-item .blog-desc p { margin: 0; } .blog-item .blog-action { text-align: right; margin-top: 15px; } .blog-item .blog-action a { text-decoration: none; font-weight: 800; font-size: 15px; text-transform: uppercase; } @media (max-width: 991px){ .blog-item { margin-bottom: 30px; } } /*-------------------------------------------------------*/ /* Footer */ /*-------------------------------------------------------*/ .footer { padding: 80px 0; } .footer h2 { text-align: center; font-weight: 800; color: #fff; padding-bottom: 20px; } .subscribe-form { text-align: center; width: 100%; display: inline-block; vertical-align: top; margin-bottom: 30px; } .subscribe-form .subscribe-form-inner { position: relative; display: inline-block; vertical-align: top; width: 500px; max-width: 100%; } .subscribe-form input { width: 100%; height: 53px; border: none; border-radius: 50px; float: left; margin: 0; padding: 10px 50px; font-size: 15px; font-weight: 600; color: #333; } .subscribe-form .btn-style-01 { box-shadow: none; border-radius: 0px 50px 50px 0px; height: 53px; float: left; position: absolute; top: 0; right: 0; } .social-icons { margin: 0; padding: 0; text-align: center; } .social-icons li { display: inline-block; vertical-align: middle; list-style: none; margin: 0 5px; } .social-icons li a { width: 40px; height: 40px; line-height: 40px; border-radius: 50%; display: block; text-align: center; } @media (max-width: 991px){ .footer { padding: 30px 0; } .footer h2 { font-size: 24px; } }
0.136825
0.073563
*{ margin: 0px; padding: 0px; } body{ font-weight: times; border: solid #f0bc3a; border-radius: 10px; padding: 10px; width: 80%; margin-left: 9%; margin-top: 1%; background-color: black; color: white; } header{ text-align: center; margin-bottom: 2%; margin-top: 2%; border: solid red; padding: 10px; font-size: 32px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } nav{ margin-bottom: 3%; background-color: white; text-align: left; } nav a{ text-decoration: none; color: black; padding-left: 5%; padding-right: 5%; width: 80%; margin-left: 1%; } nav a:hover{ color: violet; text-decoration: teal; } .trabajo1{ position: relative; display: inline-block; margin-bottom: 2%; } .trabajo1 aside p{ float: left; width: 28%; margin-left: 2%; text-align: justify; border: solid red; border-radius: 10px; padding: 10px; } .trabajo2{ position: relative; display: inline-block; margin-bottom: 2%; margin-left: 12%; } .trabajo2 aside p{ float: left; width: 45%; border: solid red; margin-left: 10px; text-align: justify; border-radius: 10px; padding: 10px; } footer{ clear: both; margin-top: 3%; margin-bottom: 3%; } footer p{ text-align: center; } #trabajo2{ clear: both; } #trabajo2{ text-align: justify; font-size: 1.2em; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } #proyectos{ margin-top: 20px; text-align: justify; font-size: 1.2em; border: solid black; padding: 10px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } #contactos{ margin: 10px 30%; } input{ width: 300px; height: 30px; } .IMAGEN{ width: 80%; text-align: center; }
css/pagina1.css
*{ margin: 0px; padding: 0px; } body{ font-weight: times; border: solid #f0bc3a; border-radius: 10px; padding: 10px; width: 80%; margin-left: 9%; margin-top: 1%; background-color: black; color: white; } header{ text-align: center; margin-bottom: 2%; margin-top: 2%; border: solid red; padding: 10px; font-size: 32px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } nav{ margin-bottom: 3%; background-color: white; text-align: left; } nav a{ text-decoration: none; color: black; padding-left: 5%; padding-right: 5%; width: 80%; margin-left: 1%; } nav a:hover{ color: violet; text-decoration: teal; } .trabajo1{ position: relative; display: inline-block; margin-bottom: 2%; } .trabajo1 aside p{ float: left; width: 28%; margin-left: 2%; text-align: justify; border: solid red; border-radius: 10px; padding: 10px; } .trabajo2{ position: relative; display: inline-block; margin-bottom: 2%; margin-left: 12%; } .trabajo2 aside p{ float: left; width: 45%; border: solid red; margin-left: 10px; text-align: justify; border-radius: 10px; padding: 10px; } footer{ clear: both; margin-top: 3%; margin-bottom: 3%; } footer p{ text-align: center; } #trabajo2{ clear: both; } #trabajo2{ text-align: justify; font-size: 1.2em; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } #proyectos{ margin-top: 20px; text-align: justify; font-size: 1.2em; border: solid black; padding: 10px; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; } #contactos{ margin: 10px 30%; } input{ width: 300px; height: 30px; } .IMAGEN{ width: 80%; text-align: center; }
0.387574
0.080394
* { margin: 0; padding: 0; outline: none; box-sizing: border-box; list-style: none; text-decoration: none; } html { font-size: 62.5%; } .hamburger-menu { width: 3rem; height: 3rem; position: fixed; top: 5rem; right: 5rem; z-index: 200; display: flex; flex-direction: column; justify-content: space-evenly; cursor: pointer; transition: right 0.7s; } .change .hamburger-menu{ right:33rem } .line { width: 100%; height: 0.2rem; background-color: #c29525; } .line{ background-color: rgba(0, 0, 0, 0.8); } .change .line-1{ transform: rotate(45deg) translate(0.3rem, 0.8rem); } .change .line-2{ opacity: 0; visibility: hidden; } .change .line-3{ transform: rotate(-45deg) translate(0.3rem, -0.8rem); } .hamburger-menu span { position: absolute; left: 5rem; width: 10rem; height: 4rem; background-color: #e2b646; display: flex; justify-content: center; align-items: center; color: #fff; font-family: "Baloo Da 2", serif; font-size: 1.6rem; letter-spacing: 0.1rem; opacity: 0; visibility: hidden; transition: all 0.2s; } .header { width: 100%; height: 100vh; position: relative; perspective: 100rem; overflow: hidden; } .img-wrapper { width: 100%; height: 100%; background-color: #c29525; background-color: #fff; overflow: hidden; } /* @@ -142,8 +142,9 @@ html { border-radius: 10px; background-color: #fff; border: none; font-family: 'muli', serif; font-size: 2rem; font-family: 'baloo da 2', serif; font-size: 2.2rem; text-transform: uppercase; color: #c29525; box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4); cursor: pointer; opacity: 0; animation: moveBanner 1s 0.9s forwards; outline: none; margin: 0px 10px; } */ button:active { transform: scale(1.1); } @keyframes moveBanner { 0% { transform: translateY(40rem)rotateY(-20deg); } 100% { transform: translateY(0) rotateY(0); opacity: 1; } } .sidebar { width: 40rem; height: 100vh; position: fixed; top: 0; right: -40rem; background-color: #fff; transition: right 0.5s; } .change .sidebar{ right: 0; } .menu { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .menu-item { text-align: center; } .menu-link { font-family: "Baloo Da 2", serif; font-size: 3rem; color: #c29525; position: relative; } .menu-link::before { content: attr(data-content); position: absolute; top: 0; left: 0; color: #c29525; width: 0; overflow: hidden; white-space: nowrap; transition: width 0.3s ease-in-out; } .social-media { position: absolute; bottom: 3rem; width: 100%; display: flex; justify-content: center; } .social-media i{ font-size: 2.2rem; margin: 3rem; width: 4.5rem; height: 4.5rem; background-color: #777; columns: #fff; color: #fff; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: background-color 0.3s; } .social-media i:hover{ background-color: #c29525; }
css/styles.css
* { margin: 0; padding: 0; outline: none; box-sizing: border-box; list-style: none; text-decoration: none; } html { font-size: 62.5%; } .hamburger-menu { width: 3rem; height: 3rem; position: fixed; top: 5rem; right: 5rem; z-index: 200; display: flex; flex-direction: column; justify-content: space-evenly; cursor: pointer; transition: right 0.7s; } .change .hamburger-menu{ right:33rem } .line { width: 100%; height: 0.2rem; background-color: #c29525; } .line{ background-color: rgba(0, 0, 0, 0.8); } .change .line-1{ transform: rotate(45deg) translate(0.3rem, 0.8rem); } .change .line-2{ opacity: 0; visibility: hidden; } .change .line-3{ transform: rotate(-45deg) translate(0.3rem, -0.8rem); } .hamburger-menu span { position: absolute; left: 5rem; width: 10rem; height: 4rem; background-color: #e2b646; display: flex; justify-content: center; align-items: center; color: #fff; font-family: "Baloo Da 2", serif; font-size: 1.6rem; letter-spacing: 0.1rem; opacity: 0; visibility: hidden; transition: all 0.2s; } .header { width: 100%; height: 100vh; position: relative; perspective: 100rem; overflow: hidden; } .img-wrapper { width: 100%; height: 100%; background-color: #c29525; background-color: #fff; overflow: hidden; } /* @@ -142,8 +142,9 @@ html { border-radius: 10px; background-color: #fff; border: none; font-family: 'muli', serif; font-size: 2rem; font-family: 'baloo da 2', serif; font-size: 2.2rem; text-transform: uppercase; color: #c29525; box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.4); cursor: pointer; opacity: 0; animation: moveBanner 1s 0.9s forwards; outline: none; margin: 0px 10px; } */ button:active { transform: scale(1.1); } @keyframes moveBanner { 0% { transform: translateY(40rem)rotateY(-20deg); } 100% { transform: translateY(0) rotateY(0); opacity: 1; } } .sidebar { width: 40rem; height: 100vh; position: fixed; top: 0; right: -40rem; background-color: #fff; transition: right 0.5s; } .change .sidebar{ right: 0; } .menu { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .menu-item { text-align: center; } .menu-link { font-family: "Baloo Da 2", serif; font-size: 3rem; color: #c29525; position: relative; } .menu-link::before { content: attr(data-content); position: absolute; top: 0; left: 0; color: #c29525; width: 0; overflow: hidden; white-space: nowrap; transition: width 0.3s ease-in-out; } .social-media { position: absolute; bottom: 3rem; width: 100%; display: flex; justify-content: center; } .social-media i{ font-size: 2.2rem; margin: 3rem; width: 4.5rem; height: 4.5rem; background-color: #777; columns: #fff; color: #fff; display: flex; justify-content: center; align-items: center; border-radius: 50%; transition: background-color 0.3s; } .social-media i:hover{ background-color: #c29525; }
0.504394
0.103341
.newspic { height: 200px; width:200px; display: inline-block; margin: 10px; } .description { margin-top: -140px; margin-left: 450px; text-align: center; height: 200px; width:500px; } .coolpic { height:200px; width: 50px; margin-bottom: 140px; margin-top: 190px; display:inline-block; } .col-6 .col-md-4 { position: relative; } .coolsec{ width: 100% margin-bottom: 40px; } #pic7{ float:left; margin-left: -50px; } #pic8 { margin-right: 120px; margin-left: 390px; } #pic9{ float: left; margin-left: 390px; } .item.active { /*background-size:contain;*/ text-align: center; background-size:contain; margin: 0px 10px 0px 10px; } div.c-wrapper{ width: 300%; /* for example */ margin: auto; } .carousel-inner > .item > img, .carousel-inner > .item > a > img{ width: 200%; /* use this, or not */ margin: auto; } .description2{ /*display: inline-block;*/ text-align:center; height: 100px; width:380px; /*margin-top: 30px;*/ } .page-header { background-color: teal; width: 100%; padding: 5px; margin-left: 10px; /*border: 40px solid black;*/ } .containerheader{ background-color: teal; right:0; } .big{ width:auto; left: 0; } .carousel-control { background-color: black; } body { color: black; background-color:white; } .navbar { background-color: black; } .navbar-brand { color: black; font-size: 20px; } .collapse { text: white; } h1, h2 { color: black; } .well { text-align: center; font-size: 30px; background:url(https://historyundusted.files.wordpress.com/2015/03/traintracks.jpg) no-repeat center; } .help { width: 300px; text-align:center; } .contactbtn { background-color: black; border: none; color: grey; } body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } .page-footer { background-color: black; margin:-50px; color:grey; } .more { margin-bottom: -170px; } /*FORM CSS*/ .formbody { background-color: white } .formheader { text-align: center; margin-top: -150px; color: black; } .caro { background-color: black; } .message, .name, .number { font-size: 18px; color: white; } /*FRONT CSS*/ body{ margin:0; color:black; background:white; font:600 16px/18px 'Open Sans',sans-serif; } *,:after,:before{box-sizing:border-box} .clearfix:after,.clearfix:before{content:'';display:table} .clearfix:after{clear:both;display:block} a{color:inherit;text-decoration:none} .login-wrap{ width:100%; margin:auto; margin-bottom:auto; max-width:545px; min-height:670px; position:relative; background:url(https://historyundusted.files.wordpress.com/2015/03/traintracks.jpg) no-repeat center; box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19); } .login-html{ width:100%; height:100%; position:absolute; padding:90px 70px 50px 70px; background:rgba(44,184,164,.9); text-align: center; } .login-html .sign-in-htm, .login-html .sign-up-htm{ top:0; left:0; right:0; bottom:0; position:absolute; transform:rotateY(180deg); backface-visibility:hidden; transition:all .4s linear; } .login-html .sign-in, .login-html .sign-up, .login-form .group .check{ display:none; } .login-html .tab, .login-form .group .label, .login-form .group .button{ text-transform:uppercase; } .login-html .tab{ font-size:22px; margin-right:15px; padding-bottom:5px; margin:0 15px 10px 0; display:inline-block; border-bottom:2px solid transparent; } .login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab{ color:#fff; border-color:white; } .login-form{ min-height:345px; position:relative; perspective:1000px; transform-style:preserve-3d; } .login-form .group{ margin-bottom:15px; } .login-form .group .label, .login-form .group .input, .login-form .group .button{ width:100%; color:white; display:block; } .login-form .group .input, .login-form .group .button{ border:none; padding:15px 20px; border-radius:25px; background:rgba(255,255,255,.1); } .login-form .group .label{ color:black; font-size:12px; } .login-form .group .button{ background:rgba(255,255,255,.1); } .login-form .group label .icon{ width:15px; height:15px; border-radius:2px; position:relative; display:inline-block; background:rgba(255,255,255,.1); } .login-form .group label .icon:before, .login-form .group label .icon:after{ content:''; width:10px; height:2px; background:#fff; position:absolute; transition:all .2s ease-in-out 0s; } .login-form .group label .icon:before{ left:3px; width:5px; bottom:6px; transform:scale(0) rotate(0); } .login-form .group label .icon:after{ top:6px; right:0; transform:scale(0) rotate(0); } .login-form .group .check:checked + label{ color:#fff; } .login-form .group .check:checked + label .icon{ background:#1161ee; } .login-form .group .check:checked + label .icon:before{ transform:scale(1) rotate(45deg); } .login-form .group .check:checked + label .icon:after{ transform:scale(1) rotate(-45deg); } .login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{ transform:rotate(0); } .login-html .sign-up:checked + .tab + .login-form .sign-up-htm{ transform:rotate(0); } .hr{ height:2px; margin:60px 0 50px 0; background:rgba(255,255,255,.2); } .foot-lnk{ text-align:center; } /*/<-----*Emergency Plan*/ .plan { width: 75%; margin-left: 10px; font-family: 'Hind', sans-serif; } .step { font-size: 20px; } li { font-size: 17px; }
style.css
.newspic { height: 200px; width:200px; display: inline-block; margin: 10px; } .description { margin-top: -140px; margin-left: 450px; text-align: center; height: 200px; width:500px; } .coolpic { height:200px; width: 50px; margin-bottom: 140px; margin-top: 190px; display:inline-block; } .col-6 .col-md-4 { position: relative; } .coolsec{ width: 100% margin-bottom: 40px; } #pic7{ float:left; margin-left: -50px; } #pic8 { margin-right: 120px; margin-left: 390px; } #pic9{ float: left; margin-left: 390px; } .item.active { /*background-size:contain;*/ text-align: center; background-size:contain; margin: 0px 10px 0px 10px; } div.c-wrapper{ width: 300%; /* for example */ margin: auto; } .carousel-inner > .item > img, .carousel-inner > .item > a > img{ width: 200%; /* use this, or not */ margin: auto; } .description2{ /*display: inline-block;*/ text-align:center; height: 100px; width:380px; /*margin-top: 30px;*/ } .page-header { background-color: teal; width: 100%; padding: 5px; margin-left: 10px; /*border: 40px solid black;*/ } .containerheader{ background-color: teal; right:0; } .big{ width:auto; left: 0; } .carousel-control { background-color: black; } body { color: black; background-color:white; } .navbar { background-color: black; } .navbar-brand { color: black; font-size: 20px; } .collapse { text: white; } h1, h2 { color: black; } .well { text-align: center; font-size: 30px; background:url(https://historyundusted.files.wordpress.com/2015/03/traintracks.jpg) no-repeat center; } .help { width: 300px; text-align:center; } .contactbtn { background-color: black; border: none; color: grey; } body { display: flex; min-height: 100vh; flex-direction: column; } main { flex: 1 0 auto; } .page-footer { background-color: black; margin:-50px; color:grey; } .more { margin-bottom: -170px; } /*FORM CSS*/ .formbody { background-color: white } .formheader { text-align: center; margin-top: -150px; color: black; } .caro { background-color: black; } .message, .name, .number { font-size: 18px; color: white; } /*FRONT CSS*/ body{ margin:0; color:black; background:white; font:600 16px/18px 'Open Sans',sans-serif; } *,:after,:before{box-sizing:border-box} .clearfix:after,.clearfix:before{content:'';display:table} .clearfix:after{clear:both;display:block} a{color:inherit;text-decoration:none} .login-wrap{ width:100%; margin:auto; margin-bottom:auto; max-width:545px; min-height:670px; position:relative; background:url(https://historyundusted.files.wordpress.com/2015/03/traintracks.jpg) no-repeat center; box-shadow:0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19); } .login-html{ width:100%; height:100%; position:absolute; padding:90px 70px 50px 70px; background:rgba(44,184,164,.9); text-align: center; } .login-html .sign-in-htm, .login-html .sign-up-htm{ top:0; left:0; right:0; bottom:0; position:absolute; transform:rotateY(180deg); backface-visibility:hidden; transition:all .4s linear; } .login-html .sign-in, .login-html .sign-up, .login-form .group .check{ display:none; } .login-html .tab, .login-form .group .label, .login-form .group .button{ text-transform:uppercase; } .login-html .tab{ font-size:22px; margin-right:15px; padding-bottom:5px; margin:0 15px 10px 0; display:inline-block; border-bottom:2px solid transparent; } .login-html .sign-in:checked + .tab, .login-html .sign-up:checked + .tab{ color:#fff; border-color:white; } .login-form{ min-height:345px; position:relative; perspective:1000px; transform-style:preserve-3d; } .login-form .group{ margin-bottom:15px; } .login-form .group .label, .login-form .group .input, .login-form .group .button{ width:100%; color:white; display:block; } .login-form .group .input, .login-form .group .button{ border:none; padding:15px 20px; border-radius:25px; background:rgba(255,255,255,.1); } .login-form .group .label{ color:black; font-size:12px; } .login-form .group .button{ background:rgba(255,255,255,.1); } .login-form .group label .icon{ width:15px; height:15px; border-radius:2px; position:relative; display:inline-block; background:rgba(255,255,255,.1); } .login-form .group label .icon:before, .login-form .group label .icon:after{ content:''; width:10px; height:2px; background:#fff; position:absolute; transition:all .2s ease-in-out 0s; } .login-form .group label .icon:before{ left:3px; width:5px; bottom:6px; transform:scale(0) rotate(0); } .login-form .group label .icon:after{ top:6px; right:0; transform:scale(0) rotate(0); } .login-form .group .check:checked + label{ color:#fff; } .login-form .group .check:checked + label .icon{ background:#1161ee; } .login-form .group .check:checked + label .icon:before{ transform:scale(1) rotate(45deg); } .login-form .group .check:checked + label .icon:after{ transform:scale(1) rotate(-45deg); } .login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm{ transform:rotate(0); } .login-html .sign-up:checked + .tab + .login-form .sign-up-htm{ transform:rotate(0); } .hr{ height:2px; margin:60px 0 50px 0; background:rgba(255,255,255,.2); } .foot-lnk{ text-align:center; } /*/<-----*Emergency Plan*/ .plan { width: 75%; margin-left: 10px; font-family: 'Hind', sans-serif; } .step { font-size: 20px; } li { font-size: 17px; }
0.257485
0.053949
@font-face { font-family: 'FontAwesome'; src: url('fontawesome-webfont.eot'), url('fontawesome-webfont.eot') format('embedded-opentype'), url('fontawesome-webfont.woff2') format('woff2'), url('fontawesome-webfont.woff') format('woff'), url('fontawesome-webfont.ttf') format('truetype'), url('fontawesome-webfont.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Entypo'; src: url('Entypo.woff2') format('woff2'), url('Entypo.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'EvilIcons'; src: url('Evilicons.woff2') format('woff2'), url('Evilicons.woff') format('woff');/*, url('Evilicons.tff');*/ font-weight: normal; font-style: normal; } @font-face { font-family: 'Zocial'; src: url('zocial.woff2') format('woff2'), url('zocial.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Material Icons'; src: url('MaterialIcons-Regular.woff2') format('woff2'), url('MaterialIcons-Regular.woff') format('woff');/*, url('MaterialIcons_Regular.tff');*/ font-weight: normal; font-style: normal; } @font-face { font-family: 'octicons'; src: url('octicons.woff2') format('woff2'), url('octicons.woff') format('woff');/*, url('Octicons.tff');*/ font-weight: normal; font-style: normal; } @font-face { font-family: 'fontcustom'; src: url('fontcustom.woff2') format('woff2'), url('fontcustom.woff') format('woff');/*, url('Foundation.tff');*/ font-weight: normal; font-style: normal; } @font-face { font-family: 'Ionicons'; src: url('Ionicons.woff2') format('woff2'), url('Ionicons.woff') format('woff');/*, url('Ionicons.tff');*/ font-weight: normal; font-style: normal; } #NativeCMS .react-root .react-view:after, #NativeCMS .react-root .react-view:before, .react-root .react-view:after, .react-root .react-view:before { /*zoom:1; content: ""; display: table; clear: both;*/ } #NativeCMS .react-root .react-view{ box-sizing: border-box !important; /*height:auto;*/ /*min-height: 100%;*/ } html { font-size: 161.2px!important; font-family: "Helvetica Neue", STHeiTi, sans-serif; } body { font-size: 14px; margin: 0; } .react-root { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; } .react-root > .react-view { height: 100%; } .react-root .react-view { position: relative; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .scrollContainerViewFix{ display: flex !important; } .positionRelativeFix{ position: relative !important; }
web/custom_node_modules/react-native-vector-icons/css/stylesheet.css
@font-face { font-family: 'FontAwesome'; src: url('fontawesome-webfont.eot'), url('fontawesome-webfont.eot') format('embedded-opentype'), url('fontawesome-webfont.woff2') format('woff2'), url('fontawesome-webfont.woff') format('woff'), url('fontawesome-webfont.ttf') format('truetype'), url('fontawesome-webfont.svg') format('svg'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Entypo'; src: url('Entypo.woff2') format('woff2'), url('Entypo.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'EvilIcons'; src: url('Evilicons.woff2') format('woff2'), url('Evilicons.woff') format('woff');/*, url('Evilicons.tff');*/ font-weight: normal; font-style: normal; } @font-face { font-family: 'Zocial'; src: url('zocial.woff2') format('woff2'), url('zocial.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'Material Icons'; src: url('MaterialIcons-Regular.woff2') format('woff2'), url('MaterialIcons-Regular.woff') format('woff');/*, url('MaterialIcons_Regular.tff');*/ font-weight: normal; font-style: normal; } @font-face { font-family: 'octicons'; src: url('octicons.woff2') format('woff2'), url('octicons.woff') format('woff');/*, url('Octicons.tff');*/ font-weight: normal; font-style: normal; } @font-face { font-family: 'fontcustom'; src: url('fontcustom.woff2') format('woff2'), url('fontcustom.woff') format('woff');/*, url('Foundation.tff');*/ font-weight: normal; font-style: normal; } @font-face { font-family: 'Ionicons'; src: url('Ionicons.woff2') format('woff2'), url('Ionicons.woff') format('woff');/*, url('Ionicons.tff');*/ font-weight: normal; font-style: normal; } #NativeCMS .react-root .react-view:after, #NativeCMS .react-root .react-view:before, .react-root .react-view:after, .react-root .react-view:before { /*zoom:1; content: ""; display: table; clear: both;*/ } #NativeCMS .react-root .react-view{ box-sizing: border-box !important; /*height:auto;*/ /*min-height: 100%;*/ } html { font-size: 161.2px!important; font-family: "Helvetica Neue", STHeiTi, sans-serif; } body { font-size: 14px; margin: 0; } .react-root { position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; } .react-root > .react-view { height: 100%; } .react-root .react-view { position: relative; box-sizing: border-box; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; } .scrollContainerViewFix{ display: flex !important; } .positionRelativeFix{ position: relative !important; }
0.374676
0.057998
.SelectorArea { margin-bottom: 10px; } .Selectors { display: block; margin: 0 6px 0px 6px; padding: 0; vertical-align: middle; } span.tip { font-size: 80%; margin-left: 3em; } .Clear { clear: left; } /* year + number */ .SelectorArea { float: left; margin: 0 10px 10px 0; } .SelectorOptions { float: left; margin: 0 10px 10px 5px; } .Selectors div.YearSelect { margin: -6px 0 8px 5px; display: inline-block; } .Selectors > Span { display: inline-block; float: left; line-height: 10px; vertical-align: middle; padding: 10px 10px 10px 10px; margin: 0 2px; cursor: pointer; border-radius: 3px; } .Selectors label { cursor: pointer; } .SelectorOptions > span { display: block; } .SelectorArea .YearComment { margin-left: 10px; display: inline-block; } .Hidden { display: none; } /* checkbox */ .Selectors input { display: inline; vertical-align: middle; } .WantWhat { clear: both; padding: 16px 0 3px 0; } .WantWhat span { padding: 3px 9px; border-radius: 3px; } /* table */ table#List { background-color: #DED6D4; padding-bottom: 1px; width: 100%; overflow: visible; border-collapse: collapse; border-radius: 10px; font-size: 13px; } #CalHead { font-size: 14px; } #List td, #List th { padding: 0 10px 0 10px; } #List td { white-space: nowrap; } #List th.Gregorian { font-weight: normal; } #List td.FastTimes { white-space: nowrap; } td.ForFeast, td.ForStartTime, th.ForFeast, th.ForStartTime, tr.Feast, tr.HolyDay, tr.Fast, .Today, tr.OtherDay { display: none; } .List.ShowFeast tr.Feast { display: table-row; } .List.ShowFeast td.ForFeast { display: table-cell; } .List.ShowFeast th.ForFeast { display: table-cell; } .List.ShowFast tr.Fast { display: table-row; } .List.ShowHolyDay tr.HolyDay { display: table-row; } .List.ShowHolyDay td.ForStartTime { display: table-cell; } .List.ShowHolyDay th.ForStartTime { display: table-cell; } .List.ShowOther tr.OtherDay { display: table-row; } tr#NoSelection { display: none; background: #fee; } tr#NoSelection td { text-align: center; padding-right: 300px; } .List.NoSelection tr#NoSelection { display: table-row; } td.Feast, tr.Feast, span.Feast { background-color: #E7E1DE; } td.Feast:hover, tr.Feast:hover { background-color: #F7F1EE; } .HolyDayHS { background-color: #C7E1CE; } tr.HolyDayHS:hover { background-color: #D7F1DE; } .HolyDayHO { background-color: #D7F1DE; } tr.HolyDayHO:hover { background-color: #E7F1EE; } .OtherDay { background-color: #f8f2ef; } tr.OtherDay:hover { background-color: #ffffff; } .Today { background-color: #f1c1f6; } tr.Today:hover { background-color: #ffffff; } .Fast { background-color: #F1DED7; } tr.Fast:hover { background-color: #FFEEE7; } tr.NotDefined { background-color: #f8f2ef; color: red; } #List tr.NotDefined td { padding: 1em 0; text-align: center; } td.Time, th.Time { text-align: center; } th.Num, td.Num { text-align: center; } td.Name1, td.Name2 { white-space: nowrap; } .eveInfo { color: #bbb; display: none; } .main-content.ShowEve .eveInfo { display: inline; } .main-content.ShowToday td.Today { display: table-cell; } .main-content.ShowToday tr.Today { display: table-row; } label[for=ShowToday] { color: #ccc; } .hasToday label[for=ShowToday] { color: #000; } .Sunset, .Sunrise { display: none; text-align: center; } .main-content.ShowSunset span.Sunrise { display: inline; } .main-content.ShowSunset th.Sunset, .main-content.ShowSunset td.Sunset { display: table-cell; } div.Sunset { display: none; line-height: normal; text-align: left; } .main-content.ShowSunset div.Sunset { display: block; } .main-content.ShowSunset span.Sunset { display: inline; } .help { cursor: help; background: url(../images/info2.gif) bottom no-repeat; height: 13px; width: 13px; margin-left: 2px; display: inline-block; vertical-align: baseline; } #lat, #long { width: 80px; } .LatLong { vertical-align: top; } #latLongName { text-align: left; } #btnToday { font-size: 90%; padding: 0 4px 0 2px; } .LatLong button { font-size: 90%; padding: 0 4px 0 2px; margin: 0 1px 0 3px; } .LatLong .Sunset { margin-left: 40px; } .LatLong .Indent { margin-left: 40px; } p.footer { margin-top: 15px; font-size: 80%; } #printBtnArea { float: right; } #printBtnArea button { font-size: 90%; } .main-content table th, .main-content table td { text-align: left; } .project-name { cursor: pointer; } /* .Selectors{ margin: 0 0 10px 3px; } .Selectors span{ padding: 2px 6px 2px 1px; } */ @media print { .page-header, .footer, #CalHead { display: none; } }
web/stylesheets/holydays.css
.SelectorArea { margin-bottom: 10px; } .Selectors { display: block; margin: 0 6px 0px 6px; padding: 0; vertical-align: middle; } span.tip { font-size: 80%; margin-left: 3em; } .Clear { clear: left; } /* year + number */ .SelectorArea { float: left; margin: 0 10px 10px 0; } .SelectorOptions { float: left; margin: 0 10px 10px 5px; } .Selectors div.YearSelect { margin: -6px 0 8px 5px; display: inline-block; } .Selectors > Span { display: inline-block; float: left; line-height: 10px; vertical-align: middle; padding: 10px 10px 10px 10px; margin: 0 2px; cursor: pointer; border-radius: 3px; } .Selectors label { cursor: pointer; } .SelectorOptions > span { display: block; } .SelectorArea .YearComment { margin-left: 10px; display: inline-block; } .Hidden { display: none; } /* checkbox */ .Selectors input { display: inline; vertical-align: middle; } .WantWhat { clear: both; padding: 16px 0 3px 0; } .WantWhat span { padding: 3px 9px; border-radius: 3px; } /* table */ table#List { background-color: #DED6D4; padding-bottom: 1px; width: 100%; overflow: visible; border-collapse: collapse; border-radius: 10px; font-size: 13px; } #CalHead { font-size: 14px; } #List td, #List th { padding: 0 10px 0 10px; } #List td { white-space: nowrap; } #List th.Gregorian { font-weight: normal; } #List td.FastTimes { white-space: nowrap; } td.ForFeast, td.ForStartTime, th.ForFeast, th.ForStartTime, tr.Feast, tr.HolyDay, tr.Fast, .Today, tr.OtherDay { display: none; } .List.ShowFeast tr.Feast { display: table-row; } .List.ShowFeast td.ForFeast { display: table-cell; } .List.ShowFeast th.ForFeast { display: table-cell; } .List.ShowFast tr.Fast { display: table-row; } .List.ShowHolyDay tr.HolyDay { display: table-row; } .List.ShowHolyDay td.ForStartTime { display: table-cell; } .List.ShowHolyDay th.ForStartTime { display: table-cell; } .List.ShowOther tr.OtherDay { display: table-row; } tr#NoSelection { display: none; background: #fee; } tr#NoSelection td { text-align: center; padding-right: 300px; } .List.NoSelection tr#NoSelection { display: table-row; } td.Feast, tr.Feast, span.Feast { background-color: #E7E1DE; } td.Feast:hover, tr.Feast:hover { background-color: #F7F1EE; } .HolyDayHS { background-color: #C7E1CE; } tr.HolyDayHS:hover { background-color: #D7F1DE; } .HolyDayHO { background-color: #D7F1DE; } tr.HolyDayHO:hover { background-color: #E7F1EE; } .OtherDay { background-color: #f8f2ef; } tr.OtherDay:hover { background-color: #ffffff; } .Today { background-color: #f1c1f6; } tr.Today:hover { background-color: #ffffff; } .Fast { background-color: #F1DED7; } tr.Fast:hover { background-color: #FFEEE7; } tr.NotDefined { background-color: #f8f2ef; color: red; } #List tr.NotDefined td { padding: 1em 0; text-align: center; } td.Time, th.Time { text-align: center; } th.Num, td.Num { text-align: center; } td.Name1, td.Name2 { white-space: nowrap; } .eveInfo { color: #bbb; display: none; } .main-content.ShowEve .eveInfo { display: inline; } .main-content.ShowToday td.Today { display: table-cell; } .main-content.ShowToday tr.Today { display: table-row; } label[for=ShowToday] { color: #ccc; } .hasToday label[for=ShowToday] { color: #000; } .Sunset, .Sunrise { display: none; text-align: center; } .main-content.ShowSunset span.Sunrise { display: inline; } .main-content.ShowSunset th.Sunset, .main-content.ShowSunset td.Sunset { display: table-cell; } div.Sunset { display: none; line-height: normal; text-align: left; } .main-content.ShowSunset div.Sunset { display: block; } .main-content.ShowSunset span.Sunset { display: inline; } .help { cursor: help; background: url(../images/info2.gif) bottom no-repeat; height: 13px; width: 13px; margin-left: 2px; display: inline-block; vertical-align: baseline; } #lat, #long { width: 80px; } .LatLong { vertical-align: top; } #latLongName { text-align: left; } #btnToday { font-size: 90%; padding: 0 4px 0 2px; } .LatLong button { font-size: 90%; padding: 0 4px 0 2px; margin: 0 1px 0 3px; } .LatLong .Sunset { margin-left: 40px; } .LatLong .Indent { margin-left: 40px; } p.footer { margin-top: 15px; font-size: 80%; } #printBtnArea { float: right; } #printBtnArea button { font-size: 90%; } .main-content table th, .main-content table td { text-align: left; } .project-name { cursor: pointer; } /* .Selectors{ margin: 0 0 10px 3px; } .Selectors span{ padding: 2px 6px 2px 1px; } */ @media print { .page-header, .footer, #CalHead { display: none; } }
0.204104
0.165863
@charset "UFT-8"; @page { margin: 0; } /* variables */ :root{ --primary: #8b1014; --background: #FCF7EF; } /* fonts */ @font-face{ font-family: 'Butler-Regular'; src: url('../../main/css/fonts/Butler_Regular.otf') } /* Formatação dos Componentes Genericos */ body{ font-family: 'Arial', sans-serif; font-size: 12pt; margin: 0 auto; } p { margin: 0; text-align: justify; } ul{ padding: 15px; padding-top: 0px; } li{ padding: 2px 0px 2px; } h1{ font-family: 'Butler-Regular'; font-size: 20pt; color: red; text-align: center; border-style: solid; border-width: 2px 0px 2px; margin: 0 0 6mm; padding: 5px 0px 5px 0px; } h2{ font-size: 14px; font-weight: bold; } /* page margins */ .header, .header-space { height: 45mm; } .header { position: fixed; top: 0; } .header-space { background: url("../media/Timbrado-head.png") no-repeat center center; background-size: 80mm; z-index: 1; } .footer, .footer-space { height: 25mm; } .footer-space { margin-top: -114mm; padding-top: 114mm; content: ""; background: url("../media/Timbrado-footer.png") no-repeat center center; background-size: 210mm 138mm; z-index: 1; } .footer { position: fixed; bottom: 0; margin-top: -114mm; padding-top: 114mm; background: url("../media/Untitled-3-2.jpg") no-repeat left bottom; background-size: 210mm 138mm; z-index: 2; } .table-page { margin: 0 auto; } .table-page td { padding: 0; } .blank-section { height: 297mm; } /* content */ .content{ position: relative; width: 181mm; min-height: 270mm; padding: 0 15mm; } .unbreakable { break-inside: avoid; } .date-on-the-left{ text-align: right; } .signature{ text-align: center; font-size: 14px; margin-top: 60px; margin-bottom: 60px; } .signature p{ line-height: 1.5; text-align: center; margin: 0px; } .budget-approval{ box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3); height: 230px; width: 130mm; background-color: #ffffff; margin-left: 19mm; text-align: center; padding: 12pt 16pt 6pt; } .budget-approval hr{ margin: 60pt 6pt 6pt; } .budget-approval h4 { font-size: 12pt; font-weight: bold; margin: 12pt 0 24pt; } .greetings{ margin: 30mm 0px 12mm; } .services-section > * { margin: 0 0 6mm; } .subtitle{ font-size: 16pt; font-weight: bold; margin: 12mm 0 0; border-style: solid; border-width: 0px 0px 1px; } .subtitle p{ margin: 0px; } .subtitle-text{ margin: 6mm 0 0 6mm; text-align: justify; } .general-information { margin-bottom: 12mm; border-bottom: solid 1px black; } .goodbyes { margin-bottom: 12mm; } /* table content */ .table-content { border: 1px solid black; border-collapse: collapse; } .table-content th{ padding: 10px 10px; text-align: center; font-weight: 500; letter-spacing: 0.8px; background-color: var(--primary); color: white; border: black solid 1px; } .table-content td{ text-align: left; padding: 15px 10px 10px; border-color: black; border-style: solid; border-width: 0px 1px 0px; } .table-content td:first-letter{ text-transform: uppercase; } .table-content tfoot { border-top: solid 1px black; font-weight: bold; } .table-content tfoot td { padding-top: 20px; } .lista-insumos { text-transform: lowercase; } .lista-insumos:first-letter{ text-transform: uppercase; } @media print { body { size: A4; } }
sgqcmm/main/static/orcs/css/print-budget.css
@charset "UFT-8"; @page { margin: 0; } /* variables */ :root{ --primary: #8b1014; --background: #FCF7EF; } /* fonts */ @font-face{ font-family: 'Butler-Regular'; src: url('../../main/css/fonts/Butler_Regular.otf') } /* Formatação dos Componentes Genericos */ body{ font-family: 'Arial', sans-serif; font-size: 12pt; margin: 0 auto; } p { margin: 0; text-align: justify; } ul{ padding: 15px; padding-top: 0px; } li{ padding: 2px 0px 2px; } h1{ font-family: 'Butler-Regular'; font-size: 20pt; color: red; text-align: center; border-style: solid; border-width: 2px 0px 2px; margin: 0 0 6mm; padding: 5px 0px 5px 0px; } h2{ font-size: 14px; font-weight: bold; } /* page margins */ .header, .header-space { height: 45mm; } .header { position: fixed; top: 0; } .header-space { background: url("../media/Timbrado-head.png") no-repeat center center; background-size: 80mm; z-index: 1; } .footer, .footer-space { height: 25mm; } .footer-space { margin-top: -114mm; padding-top: 114mm; content: ""; background: url("../media/Timbrado-footer.png") no-repeat center center; background-size: 210mm 138mm; z-index: 1; } .footer { position: fixed; bottom: 0; margin-top: -114mm; padding-top: 114mm; background: url("../media/Untitled-3-2.jpg") no-repeat left bottom; background-size: 210mm 138mm; z-index: 2; } .table-page { margin: 0 auto; } .table-page td { padding: 0; } .blank-section { height: 297mm; } /* content */ .content{ position: relative; width: 181mm; min-height: 270mm; padding: 0 15mm; } .unbreakable { break-inside: avoid; } .date-on-the-left{ text-align: right; } .signature{ text-align: center; font-size: 14px; margin-top: 60px; margin-bottom: 60px; } .signature p{ line-height: 1.5; text-align: center; margin: 0px; } .budget-approval{ box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.3); height: 230px; width: 130mm; background-color: #ffffff; margin-left: 19mm; text-align: center; padding: 12pt 16pt 6pt; } .budget-approval hr{ margin: 60pt 6pt 6pt; } .budget-approval h4 { font-size: 12pt; font-weight: bold; margin: 12pt 0 24pt; } .greetings{ margin: 30mm 0px 12mm; } .services-section > * { margin: 0 0 6mm; } .subtitle{ font-size: 16pt; font-weight: bold; margin: 12mm 0 0; border-style: solid; border-width: 0px 0px 1px; } .subtitle p{ margin: 0px; } .subtitle-text{ margin: 6mm 0 0 6mm; text-align: justify; } .general-information { margin-bottom: 12mm; border-bottom: solid 1px black; } .goodbyes { margin-bottom: 12mm; } /* table content */ .table-content { border: 1px solid black; border-collapse: collapse; } .table-content th{ padding: 10px 10px; text-align: center; font-weight: 500; letter-spacing: 0.8px; background-color: var(--primary); color: white; border: black solid 1px; } .table-content td{ text-align: left; padding: 15px 10px 10px; border-color: black; border-style: solid; border-width: 0px 1px 0px; } .table-content td:first-letter{ text-transform: uppercase; } .table-content tfoot { border-top: solid 1px black; font-weight: bold; } .table-content tfoot td { padding-top: 20px; } .lista-insumos { text-transform: lowercase; } .lista-insumos:first-letter{ text-transform: uppercase; } @media print { body { size: A4; } }
0.20458
0.061424
body { background: url(../img/bg_1.jpg) 0 0 repeat; font-family: 'Open Sans', 'Myriad Pro', 'Helvetica', sans-serif; } div.dataTables_filter { text-align: left !important; } li { list-style: none; } .btn-link { font-size:20px; } .exportbuttons { text-align: right; } .navbar { border-bottom: 1px solid #ab1923 !important; } #navbarNavDropdown { margin-top: 2em; margin-bottom: -1em; } #main-menu li { margin-left: 2em; } #main-menu li a { text-transform: uppercase; font-weight: 700; font-size: 13px; border-top: 3px solid rgba(0,0,0,.1); padding: 1.5em 0 .5em 0; } #k-functional-wrap { position: relative; } .k-functional-navig { position: absolute; right: 0; top: -3em; line-height: 15px; z-index: 777; } .k-functional-navig ul { padding: 5px 10px; margin: 0; } .k-functional-navig ul li { padding-left: 10px; padding-right: 10px; } .k-functional-navig a:link, .k-functional-navig a:visited { color: #363636; } .k-functional-navig a { display: block; font-size: 12px; font-weight: 300; text-transform: uppercase; text-decoration: none; } .dropdown-menu li { margin-left: 0 !important; } .dropdown-menu li a { font-weight: 400 !important; font-size: 13px !important; border-top: none !important; padding-top: 0 !important; padding: 1em !important; } .dataTables_info { text-align: center; } .filters input { width:100%; padding: 3px; box-sizing: border-box; } .dataTables_wrapper table { width:100%; } #leaflet-map-one { height: 400px; border-radius: .25em; z-index: 1; } /* datatable alphanumeric search * https://datatables.net/forums/discussion/30032/alphabetical-filter#Comment_80476 * */ div.alphabet { position: relative; display: table; width: 100%; margin-bottom: 1em; } div.alphabet span { display: table-cell; color: #444; cursor: pointer; text-align: center; width: 2.5%; } div.alphabet span:hover { text-decoration: underline; } div.alphabet span.active { color: #ab1923; } div.alphabet span.empty { color: #f1f1f1; } div.alphabetInfo { display: block; position: absolute; background-color: #111; border-radius: 3px; color: white; top: 2em; height: 1.8em; padding-top: 0.4em; text-align: center; z-index: 1; } /**** Font Aweseome ***/ .far { font-family: "Font Awesome 5 Free" !important; } .img-fluid { max-width: 220% !important; max-height: 220% !important; } .custom-logo-link { margin-top: .5em; margin-bottom: 1.5em; } .card { margin-top: 3em; border-top: 3px solid #ab1923; box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .1); } p.fade { display: none; } p.active { display: block; } .index-card { margin-top: 2em; border-top: none; transition: transform .2s; text-align: center; } .index-card:hover { transform: scale(1.02); } .index-link:hover { text-decoration: none !important; } .btn-round { border: 1px solid white; } .btn-round:hover { background-color: #fff !important; } .btn-round a { color: white; } .btn-round a:hover { color: #444; } .info-box-link { border-bottom: none; padding: 2em 0; } .info-box-link .nav-item .nav-link.active { border: 1px solid rgba(0, 0, 0, .1) !important; border-radius: .5rem; } a { color: #ab1923; } p { display: block; } .nav-tabs .nav-link.active { border-top: 2px solid rgba(0,0,0,.03); border-left: 2px solid rgba(0,0,0,.03); border-right: 2px solid rgba(0,0,0,.03); border-radius: .5rem .5rem 0 0; margin-bottom: -2px; } .nav-tabs .nav-link:hover { color: #444; } .img-notes { display:inline-block; border:1px solid lightgrey; padding:.2em; border-radius:.25rem; transition: transform .2s; margin-bottom: .4em; } .img-notes:hover { transform: scale(1.05); } legend .img-notes { display: block; border: none; padding:.2em; border-radius:.25rem; transition: transform .2s; } legend .img-notes:hover { transform: scale(1.01); } .tei-xml-images { width:100px; height:100px; max-width:100%; max-height:100%; } .table.info-box tr th { border: none; border-right: 1px solid rgba(0,0,0,.1); width: 30%; } .table.info-box tr td { border: none; } .badge { background-color: #ab1923; } .carousel-indicators { cursor: pointer; } .container-fluid { max-width: 1024px; } /* staticSearch */ span.ssQueryAndButton { margin: 2em auto 0.25em auto; max-width: 50%; width: 50%; } input#ssQuery { font-size: .9rem; border-radius: .25rem; padding: .3rem 1.75rem .3rem .75rem; border: 1px solid rgba(38, 35, 37, 0.075); background-color: #fff; color: rgba(0,0,0,.9); } input#ssQuery:hover { border: 1px solid #b59890; } button#ssDoSearch { border: 0; padding: 0 ; background: 0 0; cursor: pointer; color: rgba(38, 35, 37, 0.6); margin-left: -4.1em; margin-right: -.25em; margin-top: .1em; z-index:99; } form button svg { color: #b59890; } form button svg:hover { color: #615a60; } li > label { text-transform:capitalize !important; margin-left: .5em !important; } .filters input { width:100%; padding: 3px; box-sizing: border-box; } .navbar-search-icon { margin-top: .3em; } #ac-select-all:hover, #searchInfoModalButton svg:hover { color: #b59890; cursor: pointer; } #ssDoSearch2, #ssClear, #ssShowMore, #ssShowAll { border: 1px solid #ab1923; border-radius: .25rem; margin-bottom: 2em; padding: .1em .8em; background-color: transparent; color: #000; } #ssDoSearch2:hover, #ssClear:hover, #ssShowMore:hover, #ssShowAll:hover { background-color: #ab1923; color: #fff; border: 1px solid #fff; } fieldset.ssFieldset > span { background-color: #ab1923; border: 1px solid #fff; border-radius: .25rem; } fieldset.ssFieldset > span > input { border: 1px solid #ab1923; border-radius: .25rem; margin-left: .3em; } /* Hide scrollbar for Chrome, Safari and Opera */ #ac-panel::-webkit-scrollbar { display: none !important; } /* Hide scrollbar for IE, Edge and Firefox */ #ac-panel { display:block; position:absolute; min-height:50px; max-height:200px; overflow:scroll; margin: 4.5em 24%; max-width: 50%; width: 50% ; font-size: .9rem; border-radius: 0 0 .25rem .25rem ; padding: 0.3rem; color: rgba(0,0,0,.9); -ms-overflow-style: none; /* IE and Edge */ } .ac-border { background-color: rgba(38, 35, 37, 0.075); border: 1px solid rgba(38, 35, 37, 0.075) !important; border-top: 3px solid rgba(38, 35, 37, 0.075) !important; } .ac-border2 { border: 1px solid rgba(38, 35, 37, 0.075) !important; border-bottom: 3px solid rgba(38, 35, 37, 0.075) !important; border-radius: .25rem .25rem 0 0 !important; } .stem { padding: .3em; cursor: pointer; } .stem:hover { background-color: rgba(38, 35, 37, 0.3); border-radius: .25rem; } /* ssSearch Filter changes */ div.ssDescFilters fieldset { margin: 0; padding: 0; } div.ssDescFilters fieldset legend { border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; font-size: 1em; padding: .5em; cursor: pointer; } div.ssDescFilters fieldset legend:hover { border: 1px solid #ab1923; } div.ssDescFilters fieldset legend div { width: 50%; display: inline-block; } .lsvg { text-align: right; padding-top:.4em; /*transition: transform .2s;*/ color: #ab1923; } .ltxt { text-align: left; color: #ab1923; } div.ssDescFilters fieldset { display:block !important; width: 100%; max-width: 100%; } ul.ssDescCheckboxList { max-height: 100% !important; overflow-y: auto; padding-left: .5em; } ul.ssDescCheckboxList li { display: inline-block; width: 33%; max-width: 33%; } .ssDescCheckboxList li label { margin-left: .5em; max-width: 90%; } /* comparison */ .fa-clone { color: #000; cursor: pointer; } .fa-clone:hover { color: #ab1923; } div.comparison-result > ul > h6 { display: inline-block; margin-right: .5em; margin-top: 1em; } .compare-placeholder { padding: 5em; margin: .1em auto; text-align: center; } div.comparison-result > ul > li { height: 112px; overflow-y: scroll; margin-bottom: 1em; } /* Footer */ #github-logo { width: 10%; height: auto; padding: 10px 0 10px 0; transition: transform .2s; margin-left: 1em; } #github-logo:hover { transform: scale(1.05); }
html/css/style.css
body { background: url(../img/bg_1.jpg) 0 0 repeat; font-family: 'Open Sans', 'Myriad Pro', 'Helvetica', sans-serif; } div.dataTables_filter { text-align: left !important; } li { list-style: none; } .btn-link { font-size:20px; } .exportbuttons { text-align: right; } .navbar { border-bottom: 1px solid #ab1923 !important; } #navbarNavDropdown { margin-top: 2em; margin-bottom: -1em; } #main-menu li { margin-left: 2em; } #main-menu li a { text-transform: uppercase; font-weight: 700; font-size: 13px; border-top: 3px solid rgba(0,0,0,.1); padding: 1.5em 0 .5em 0; } #k-functional-wrap { position: relative; } .k-functional-navig { position: absolute; right: 0; top: -3em; line-height: 15px; z-index: 777; } .k-functional-navig ul { padding: 5px 10px; margin: 0; } .k-functional-navig ul li { padding-left: 10px; padding-right: 10px; } .k-functional-navig a:link, .k-functional-navig a:visited { color: #363636; } .k-functional-navig a { display: block; font-size: 12px; font-weight: 300; text-transform: uppercase; text-decoration: none; } .dropdown-menu li { margin-left: 0 !important; } .dropdown-menu li a { font-weight: 400 !important; font-size: 13px !important; border-top: none !important; padding-top: 0 !important; padding: 1em !important; } .dataTables_info { text-align: center; } .filters input { width:100%; padding: 3px; box-sizing: border-box; } .dataTables_wrapper table { width:100%; } #leaflet-map-one { height: 400px; border-radius: .25em; z-index: 1; } /* datatable alphanumeric search * https://datatables.net/forums/discussion/30032/alphabetical-filter#Comment_80476 * */ div.alphabet { position: relative; display: table; width: 100%; margin-bottom: 1em; } div.alphabet span { display: table-cell; color: #444; cursor: pointer; text-align: center; width: 2.5%; } div.alphabet span:hover { text-decoration: underline; } div.alphabet span.active { color: #ab1923; } div.alphabet span.empty { color: #f1f1f1; } div.alphabetInfo { display: block; position: absolute; background-color: #111; border-radius: 3px; color: white; top: 2em; height: 1.8em; padding-top: 0.4em; text-align: center; z-index: 1; } /**** Font Aweseome ***/ .far { font-family: "Font Awesome 5 Free" !important; } .img-fluid { max-width: 220% !important; max-height: 220% !important; } .custom-logo-link { margin-top: .5em; margin-bottom: 1.5em; } .card { margin-top: 3em; border-top: 3px solid #ab1923; box-shadow: 4px 4px 9px 0 rgba(0, 0, 0, .1); } p.fade { display: none; } p.active { display: block; } .index-card { margin-top: 2em; border-top: none; transition: transform .2s; text-align: center; } .index-card:hover { transform: scale(1.02); } .index-link:hover { text-decoration: none !important; } .btn-round { border: 1px solid white; } .btn-round:hover { background-color: #fff !important; } .btn-round a { color: white; } .btn-round a:hover { color: #444; } .info-box-link { border-bottom: none; padding: 2em 0; } .info-box-link .nav-item .nav-link.active { border: 1px solid rgba(0, 0, 0, .1) !important; border-radius: .5rem; } a { color: #ab1923; } p { display: block; } .nav-tabs .nav-link.active { border-top: 2px solid rgba(0,0,0,.03); border-left: 2px solid rgba(0,0,0,.03); border-right: 2px solid rgba(0,0,0,.03); border-radius: .5rem .5rem 0 0; margin-bottom: -2px; } .nav-tabs .nav-link:hover { color: #444; } .img-notes { display:inline-block; border:1px solid lightgrey; padding:.2em; border-radius:.25rem; transition: transform .2s; margin-bottom: .4em; } .img-notes:hover { transform: scale(1.05); } legend .img-notes { display: block; border: none; padding:.2em; border-radius:.25rem; transition: transform .2s; } legend .img-notes:hover { transform: scale(1.01); } .tei-xml-images { width:100px; height:100px; max-width:100%; max-height:100%; } .table.info-box tr th { border: none; border-right: 1px solid rgba(0,0,0,.1); width: 30%; } .table.info-box tr td { border: none; } .badge { background-color: #ab1923; } .carousel-indicators { cursor: pointer; } .container-fluid { max-width: 1024px; } /* staticSearch */ span.ssQueryAndButton { margin: 2em auto 0.25em auto; max-width: 50%; width: 50%; } input#ssQuery { font-size: .9rem; border-radius: .25rem; padding: .3rem 1.75rem .3rem .75rem; border: 1px solid rgba(38, 35, 37, 0.075); background-color: #fff; color: rgba(0,0,0,.9); } input#ssQuery:hover { border: 1px solid #b59890; } button#ssDoSearch { border: 0; padding: 0 ; background: 0 0; cursor: pointer; color: rgba(38, 35, 37, 0.6); margin-left: -4.1em; margin-right: -.25em; margin-top: .1em; z-index:99; } form button svg { color: #b59890; } form button svg:hover { color: #615a60; } li > label { text-transform:capitalize !important; margin-left: .5em !important; } .filters input { width:100%; padding: 3px; box-sizing: border-box; } .navbar-search-icon { margin-top: .3em; } #ac-select-all:hover, #searchInfoModalButton svg:hover { color: #b59890; cursor: pointer; } #ssDoSearch2, #ssClear, #ssShowMore, #ssShowAll { border: 1px solid #ab1923; border-radius: .25rem; margin-bottom: 2em; padding: .1em .8em; background-color: transparent; color: #000; } #ssDoSearch2:hover, #ssClear:hover, #ssShowMore:hover, #ssShowAll:hover { background-color: #ab1923; color: #fff; border: 1px solid #fff; } fieldset.ssFieldset > span { background-color: #ab1923; border: 1px solid #fff; border-radius: .25rem; } fieldset.ssFieldset > span > input { border: 1px solid #ab1923; border-radius: .25rem; margin-left: .3em; } /* Hide scrollbar for Chrome, Safari and Opera */ #ac-panel::-webkit-scrollbar { display: none !important; } /* Hide scrollbar for IE, Edge and Firefox */ #ac-panel { display:block; position:absolute; min-height:50px; max-height:200px; overflow:scroll; margin: 4.5em 24%; max-width: 50%; width: 50% ; font-size: .9rem; border-radius: 0 0 .25rem .25rem ; padding: 0.3rem; color: rgba(0,0,0,.9); -ms-overflow-style: none; /* IE and Edge */ } .ac-border { background-color: rgba(38, 35, 37, 0.075); border: 1px solid rgba(38, 35, 37, 0.075) !important; border-top: 3px solid rgba(38, 35, 37, 0.075) !important; } .ac-border2 { border: 1px solid rgba(38, 35, 37, 0.075) !important; border-bottom: 3px solid rgba(38, 35, 37, 0.075) !important; border-radius: .25rem .25rem 0 0 !important; } .stem { padding: .3em; cursor: pointer; } .stem:hover { background-color: rgba(38, 35, 37, 0.3); border-radius: .25rem; } /* ssSearch Filter changes */ div.ssDescFilters fieldset { margin: 0; padding: 0; } div.ssDescFilters fieldset legend { border: 1px solid rgba(0, 0, 0, .1); border-radius: .25rem; font-size: 1em; padding: .5em; cursor: pointer; } div.ssDescFilters fieldset legend:hover { border: 1px solid #ab1923; } div.ssDescFilters fieldset legend div { width: 50%; display: inline-block; } .lsvg { text-align: right; padding-top:.4em; /*transition: transform .2s;*/ color: #ab1923; } .ltxt { text-align: left; color: #ab1923; } div.ssDescFilters fieldset { display:block !important; width: 100%; max-width: 100%; } ul.ssDescCheckboxList { max-height: 100% !important; overflow-y: auto; padding-left: .5em; } ul.ssDescCheckboxList li { display: inline-block; width: 33%; max-width: 33%; } .ssDescCheckboxList li label { margin-left: .5em; max-width: 90%; } /* comparison */ .fa-clone { color: #000; cursor: pointer; } .fa-clone:hover { color: #ab1923; } div.comparison-result > ul > h6 { display: inline-block; margin-right: .5em; margin-top: 1em; } .compare-placeholder { padding: 5em; margin: .1em auto; text-align: center; } div.comparison-result > ul > li { height: 112px; overflow-y: scroll; margin-bottom: 1em; } /* Footer */ #github-logo { width: 10%; height: auto; padding: 10px 0 10px 0; transition: transform .2s; margin-left: 1em; } #github-logo:hover { transform: scale(1.05); }
0.469277
0.116588
html { font-size: 14px; } h1, h2, h3, h4, h5, h6 { color: #444; margin: 0 0 10px; } p, ul, ol, table, pre, dl { margin: 0 0 20px; } .wrapper { max-width: 650px; margin: 0 auto; position: relative; padding: 0 20px; } pre { overflow-x: visible; } section { max-width: 650px; padding: 30px 0px 50px 0px; margin: 20px 0; margin-top: 70px; } /*---------------------------- Two column layout stuff ---------------------------*/ /* Main Section Headings and sub headings */ article .begin-examples ~ h2, article .begin-examples ~ h2 + p { width: 100%; clear: both; } /* Columns */ article .begin-examples ~ h3, article .begin-examples ~ p, article .begin-examples ~ .highlight { width: 50%; } /* Left Column */ article .begin-examples ~ h3, article .begin-examples ~ p { float: left; box-sizing: border-box; padding-right: 1rem; clear: both; } /* Right Column */ article .begin-examples ~ .highlight { float: right; clear: right; margin-bottom: 1rem; } /* Reset */ article .end-examples ~ p, article .end-examples ~ h3, article .end-examples ~ .highlight { width: auto; float: none; clear: none; } .end-examples { clear: both; } @media print, screen and (max-width: 580px) { /*---------------------------- Two column layout media ---------------------------*/ article .begin-examples ~ h3, article .begin-examples ~ p, article .begin-examples ~ .highlight { width: 100%; float: none; clear: none; } } /*---------------------------------------------------------- Other Styling Normally you would just put this in the sections above. ---------------------------------------------------------*/ h3 { font-weight: normal; text-size: 1rem; } .begin-examples ~ p { font-style: italic; font-size: 0.9rem; } .end-examples ~ p { font-style: normal; font-size: 1rem; } /*---------------------------- Other media ---------------------------*/ @media print, screen and (max-width: 580px) { article > h3, article > p { padding: 0; margin-bottom: 0.2rem; } article .highlight { margin-bottom: 1.4rem; background: #f7f7f7; padding: 0.2rem; word-wrap: break-word; } article .highlight pre { margin-bottom: 0; } }
docs/stylesheets/styles.css
html { font-size: 14px; } h1, h2, h3, h4, h5, h6 { color: #444; margin: 0 0 10px; } p, ul, ol, table, pre, dl { margin: 0 0 20px; } .wrapper { max-width: 650px; margin: 0 auto; position: relative; padding: 0 20px; } pre { overflow-x: visible; } section { max-width: 650px; padding: 30px 0px 50px 0px; margin: 20px 0; margin-top: 70px; } /*---------------------------- Two column layout stuff ---------------------------*/ /* Main Section Headings and sub headings */ article .begin-examples ~ h2, article .begin-examples ~ h2 + p { width: 100%; clear: both; } /* Columns */ article .begin-examples ~ h3, article .begin-examples ~ p, article .begin-examples ~ .highlight { width: 50%; } /* Left Column */ article .begin-examples ~ h3, article .begin-examples ~ p { float: left; box-sizing: border-box; padding-right: 1rem; clear: both; } /* Right Column */ article .begin-examples ~ .highlight { float: right; clear: right; margin-bottom: 1rem; } /* Reset */ article .end-examples ~ p, article .end-examples ~ h3, article .end-examples ~ .highlight { width: auto; float: none; clear: none; } .end-examples { clear: both; } @media print, screen and (max-width: 580px) { /*---------------------------- Two column layout media ---------------------------*/ article .begin-examples ~ h3, article .begin-examples ~ p, article .begin-examples ~ .highlight { width: 100%; float: none; clear: none; } } /*---------------------------------------------------------- Other Styling Normally you would just put this in the sections above. ---------------------------------------------------------*/ h3 { font-weight: normal; text-size: 1rem; } .begin-examples ~ p { font-style: italic; font-size: 0.9rem; } .end-examples ~ p { font-style: normal; font-size: 1rem; } /*---------------------------- Other media ---------------------------*/ @media print, screen and (max-width: 580px) { article > h3, article > p { padding: 0; margin-bottom: 0.2rem; } article .highlight { margin-bottom: 1.4rem; background: #f7f7f7; padding: 0.2rem; word-wrap: break-word; } article .highlight pre { margin-bottom: 0; } }
0.420957
0.167729
.toolbar { float: right; /*border-bottom: #ece9d6 1px solid;*/ margin: 0px 0px 5px 0px; padding: 0px; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; height: 20px; } .toolbar a { border: #ece9d6 1px solid; height: 14px; padding: 3px 7px; margin: 1px 1px 0px 0px; display: block; float: left; overflow: hidden; cursor: default; background-color: #ffffff; cursor:pointer; } .toolbar a:hover { text-decoration: none; background-image: url('../images/button_bg.gif'); background-repeat: repeat-x; background-color: #ffffff; /*#FFF9D6;*/ padding: 3px 7px; border: #FCE171 1px solid; } .toolbar a:active { text-decoration: none; padding: 3px 5px 1px 7px; border: #ece9d6 2px solid; border-bottom: #fffef5 2px solid; border-right: #fffef5 2px solid; } .toolbar .divider { height: 22px; width: 1px; text-decoration: none; margin: 1px 0px 0px 1px; border-left: #E4D498 1px solid; border-right: #fff 1px solid; float: left; } .toolbar input.inputButton { color: #A0410D; background-color: #ffffff; border: 1px #ece9d6 solid; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; height: 22px; padding: 2px 7px 4px 7px; margin: 1px 1px 0px 0px; display: block; float: left; overflow: hidden; cursor: pointer; } .toolbar input.inputButton:hover { background-image: url('../images/button_bg.gif'); background-repeat: repeat-x; border: #FCE171 1px solid; } .toolbar input.inputButton:active { padding: 2px 5px 0px 7px; border: #ece9d6 2px solid; border-bottom: #fffef5 2px solid; border-right: #fffef5 2px solid; } .toolbar img { padding: 0px 0.5em 0px 0px; border: none; float: left; } .toolbar select { color: #A0410D; border: none; float: left; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; border: #ece9d6 1px solid; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 4px; height: 20px; background-color: #ffffff;/*#F8F9F5;*/ } .toolbar select:hover { border: #FCE171 1px solid; background-color: #ffffff; } .toolbar option { padding: 4px 2px 4px 10px; width: auto; background-color: #F8F9F5; } /* iobox */ .iobox { background-color: #ececec; border: 1px solid #efefef; width: auto; display: block; float: left; clear: both; margin: 0px 0px 0px 0px; } .iobox img { float: left; margin: 3px 0px 0px 5px; } .iobox .title { float: left; margin: 4px 5px 0px 5px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; } .iobox .toolbar { width: auto; height: 18px; float: none; margin: 0px 5px 0px 0px; } .iobox .toolbar select { border: none; color: #555; padding: 3px 2px 2px 4px; margin: 0px 0px 0px 0px; } .iobox input.inputButton { padding: 2px 7px 4px 7px; margin: 0px 0px 0px 0px; border: none; } .iobox input.inputButton:hover { padding: 1px 6px 3px 6px; } /* searchbox */ .pageBar .searchbox { float: left; display: block; overflow: hidden; margin: 0px 0px 5px 0px; background-color: #E6F8FF; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; -moz-border-radius: 3px; } .pageBar .searchbox table { border: none; border-collapse: collapse; text-align: left; margin: 0px 0px 0px 10px; clear: both; } .pageBar .searchbox tr { } .pageBar .searchbox th { color: #534741; text-align: left; font-weight: normal; vertical-align: top; padding: 6px 5px 3px 0px; } .pageBar .searchbox td { color: #000000; padding: 3px 5px 3px 5px; vertical-align: top; } .pageBar .searchbox input { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; padding: 2px 2px; } .pageBar .searchbox label { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; padding: 0px 0px; } .pageBar .searchbox .buttonSubmit { border: 1px solid #9CD1F9; background-image: url('../images/dataquest_button_bg.gif') !important; background-repeat: repeat-x; background-color: #E6F7FF; padding: 1px 3px; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; font-weight: bold; color: #001D47; } .pageBar .searchbox .buttonSubmit:hover { border: 1px solid #9CD1F9; background-color: #FFFFFF; } .pageBar .searchbox .buttonSubmit:active { padding: 4px 1px 2px 3px; } /* PAGEBAR */ .pageBar { clear: both; display: block; width: 100%; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 0px; font-family: Tahoma, Arial, Geneva, sans-serif !important; font-size: 8pt; height: 24px; } .pageInfo { color: #555; padding: 5px 0px 0px 5px; } .pageInfo b { font-weight: bold; color: #222; padding: 0px 0px; } .pageNav { float: left; font-family: Tahoma, Arial, Geneva, sans-serif !important; font-size: 8pt; padding: 0px 0px 0px 0px; } .pageNav div { padding: 3px 7px; margin: 3px 0px 0px 2px; float: left; color: #aaa; } .pageNav a { border: #ece9d6 1px solid; padding: 3px 7px; margin: 3px 0px 0px 2px; display: block; float: left; color: #003366; } .pageNav a:hover { text-decoration: none; background-image: url('../images/pageNav-button-bg.gif'); background-repeat: repeat-x; padding: 3px 7px; border: #afcfed 1px solid; } .pageNav a:active { text-decoration: none; padding: 3px 5px 1px 7px; border: #afcfed 2px solid; } .pageNav img { border: none; } .pageNav-pageActive { color: #ffffff; background-color: #122d71; border: #f6f5ed solid 1px; padding: 1px 4px; display: inline; font-weight: bold; } .pageNav h3 { color: #004A80; font-family: Arial, Helvetica, sans-serif ; font-size: 1.4em !important; margin: 4px 0px 0px 0px; padding: 0px 0px 3px 0px; } /* LISTVIEW */ .iconlist { width: 100%; padding: 0px; text-align: center; font-size: 8pt; } .iconlist a { display: block; float: left; width: 100px; height: 120px; margin: 4px 1px 4px 1px; padding: 0px 0px 2px 0px; border: #fff 1px solid; text-align: center; overflow: hidden; color: #A06849 !important; } .iconlist a:hover { color: #A0410D !important; border: #F9E69B 1px solid; text-decoration: none; background-color: #ffffff; -moz-border-radius: 10px; } .iconlist a:active { } .iconlist img { border: none; display: block; text-align: center; margin: 5px auto 5px auto; } .listview_common { width: 100%; padding: 0px; text-align: center; font-size: 8pt; } .listview_common a { display: block; float: left; width: 100px; height: 120px; margin: 4px 1px 4px 1px; padding: 0px 0px 2px 0px; border: #fff 1px solid; text-align: center; overflow: hidden; color: #A06849 !important; } .listview_common a:hover { color: #A0410D !important; border: #F9E69B 1px solid; text-decoration: none; background-color: #ffffff; -moz-border-radius: 10px; } .listview_common a:active { } .listview_common img { border: none; display: block; text-align: center; margin: 5px auto 5px auto; } .petunjuk-area { background-color: #fcfcfa; background-image: url('../images/petunjuk_area-left.gif'); background-repeat: no-repeat; background-position: top left; width: 100%; text-align: justify; border: 1px #ece9d6 solid; padding: 10px 0px 35px 10px; margin: 15px 0px 0px 0px; } .petunjuk-area h4 { font-size: 10pt; padding-left: 30px; font-family: Arial, sans-serif; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 30px !important; } .petunjuk-area span:first-child { font-weight:bold; } .petunjuk-area ul { margin: 5px 15px 5px 15px; padding: 0px 0px 0px 5px; list-style-type: square; } .petunjuk-area li { list-style-image: url('../images/pesan_area-bullet.gif'); padding: 5px 0px; } .dataquest { clear: both; display: block; overflow: hidden; width: 100%; margin: 0px 0px 5px 0px; background-color: #E6F8FF; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; -moz-border-radius: 5px; } .dataquest table { border: none; border-collapse: collapse; text-align: left; width: 95%; margin: 0px 0px 5px 15px; clear: both; } .dataquest tr { } .dataquest tr.hard { border-bottom: 1px solid #CCEBFD !important; } .dataquest tr.soft { border-bottom: 1px solid #D5F1FF !important; } .dataquest tr.soft th { padding: 6px 5px 0px 0px !important; vertical-align: top; } .dataquest tr.soft td { padding: 3px 15px 0px 5px !important; vertical-align: top; } .dataquest tr.soft>tr.hard th { padding: 0px 5px 3px 0px !important; } .dataquest tr.soft>tr.hard td { padding: 0px 15px 3px 5px !important; } .dataquest th { color: #534741; text-align: left; font-weight: normal; vertical-align: top; padding: 6px 5px 3px 0px; } .dataquest td { color: #000000; padding: 3px 15px 3px 5px; vertical-align: top; } .dataquest td .button { border: none; display: block; float: left; border: 1px solid #9CD1F9; background-image: url('../images/dataquest_button_bg.gif') !important; background-repeat: repeat-x; background-color: #E6F7FF; padding: 4px 5px 5px 5px; margin: 0px 0px 0px 0px; color: #001D47; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; } .dataquest td .button:hover { border: 1px solid #9CD1F9; background-color: #FFFFFF; text-decoration: none; } .dataquest td .button img { border: none; float :left; } .dataquest a { color: #313FFF; } .dataquest a:hover { } .dataquest div { padding: 3px 2px; margin: 0px 0px 0px 0px; } .dataquest div.cont{ padding: 0px 0px; float: none !important; } .dataquest input { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; padding: 3px 2px; float :left; margin: 0px 0px 0px 0px; } .dataquest label { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; margin: 0px 0px 0px 0px; padding: 2px 10px 0px 0px; float: left; } .dataquest select { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; padding: 2px 2px; float :left; margin: 0px 2px 0px 0px; } .dataquest div { padding: 2px 10px 5px 0px; margin: 0px 2px 0px 0px; overflow: hidden; color: #534741; } .dataquest span { float: left; display: block; margin: 3px 0.1em 0px 0.1em; } .dataquest .radioButton { padding: 0px 0.1em 00px 0px !important; margin: 2px 0.1em 0px 0px; display: block; float: left; } .dataquest .radioButtons { } .dataquest .radioButtons input { padding: 0px 0.4em 4px 0px; margin: 0px 0.2em 0px 0px; float: left; } .dataquest .radioButtons label { padding: 0px 0.6em 0px 0px; margin: 0px 0.1em 0px 0px; float: left; } .dataquest .closedvis { cursor: pointer; margin: 3px 0px 0px 0px; } .dataquest .vbtn { height: 23px; width: 28px; font: bold 10pt arial; background-color: #e6f8ff; border: 0px solid #9CD1F9; background-image: url('../images/calendar.gif'); background-repeat: no-repeat; background-position: 0px 4px; cursor:pointer; } .dataquest .buttonSubmit { border: 1px solid #9CD1F9; background-image: url('../images/dataquest_button_bg.gif') !important; background-repeat: repeat-x; background-color: #E6F7FF; margin: 0px 1px 0px 0px; padding: 3px 3px 4px 3px; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; font-weight: bold; color: #001D47; } .dataquest .buttonSubmit:hover { border: 1px solid #9CD1F9; background-color: #FFFFFF; } .dataquest .buttonSubmit:active { padding: 4px 1px 2px 3px; } .dataquest .drawerButton { font-weight: bold; margin: 0px 0px 0px 5px; padding: 0px; display: block; float: left; background-color: #E6F8FF; } .dataquest .drawerButton a { color: #534741; background-image: url(../images/dataquest-button-expand.gif); background-repeat: no-repeat; background-position: top left; padding: 5px 10px 5px 24px; display: block; } .dataquest .drawerButton a:hover { color: #313FFF; } .dataquest .disabled{ color: #888; } .dataquest .disabled input{ color: #9AB1B7; background-color: #CDEBF3; } .dataquest .disabled select{ color: #9AB1B7; background-color: #CDEBF3; } .dataquest .toggledown { display: block; width: 17px; height: 17px; border: 1px solid #9CD1F9; background-image: url('../images/toggler-up.gif'); background-position: top; background-repeat: no-repeat; padding: 0px; cursor: default; } .dataquest .toggledown:hover { background-position: bottom; } .dataquest .toggleup { display: block; width: 17px; height: 17px; border: 1px solid #9CD1F9; background-image: url('../images/toggler-down.gif'); background-position: top; background-repeat: no-repeat; padding: 0px; cursor: default; } .dataquest .toggleup:hover { background-position: bottom; } .dataquest .togglehidden { height: 0px; overflow: hidden; } .searchbox { margin: 5px 0px 0px 0px; font-family: Arial, sans-serif; font-size: 10pt; } .searchbox .textfield { font-family: Arial, sans-serif; font-size: 10pt; padding: 3px 3px; } .searchbox select { font-family: Arial, sans-serif; font-size: 10pt; padding: 2px 3px; } .notebox-done { width: 90%; border: 1px solid #F1C200; padding: 10px 13px 12px 43px; margin: 5px 0px; color: #362F2D; background-color: #FEF8E0; background-image: url('../images/notebox-done-topleft.gif'); background-position: top left; background-repeat: no-repeat; -moz-border-radius: 4px; } .notebox-info { width: 90%; border: 1px solid #F2EECE; padding: 10px 13px 12px 43px; margin: 5px 0px; color: #362F2D; background-color: #FCFBF3; background-image: url('../images/notebox-info-topleft.gif'); background-position: top left; background-repeat: no-repeat; -moz-border-radius: 4px; } .notebox-info h2 { font-size: 10pt; color: #362F2D; } .notebox-info ul { margin: 5px 0px 0px 20px; padding: 0px; } .notebox-info a.button { border: #ece9d6 1px solid; padding: 0px 5px; margin: 0px 0px 0px 0px; overflow: hidden; cursor: default; background-color: #ffffff; } .notebox-info a.button:hover { text-decoration: none; background-image: url('../images/button_bg.gif'); background-repeat: repeat-x; background-color: #ffffff; /*#FFF9D6;*/ border: #FCE171 1px solid; } .notebox-info a.button:active { border: #ece9d6 2px solid; border-bottom: #fffef5 2px solid; border-right: #fffef5 2px solid; } .notebox-info img { border: 0px; } .notebox-info li { margin: 0px; } .notebox-alert { width: 90%; border: 1px solid #F2EECE; padding: 10px 13px 12px 43px; margin: 5px 0px; color: #362F2D; background-color: #FCFBF3; background-image: url('../images/notebox-alert-topleft.gif'); background-position: top left; background-repeat: no-repeat; -moz-border-radius: 4px; } .notebox-warning { width: 90%; border: 1px solid #ED1C24; padding: 10px 13px 12px 43px; margin: 5px 0px; color: #fff; background-color: #F25E4F; background-image: url('../images/notebox-warning-topleft.gif'); background-position: top left; background-repeat: no-repeat; -moz-border-radius: 4px; } .notebox-warning a { color: #ffffff; text-decoration: underline; } .feeds { display: none; /*clear: both;*/ float: right; border-top: 1px solid #E0E1D9; padding: 0px 0px 10px 0px; } .feeds a { font-size: 11pt; color: #7C5A39; } .feeds h2 { margin: 5px 0px 0px 0px; } .feeds ul { margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: none; color: #777; } .feeds li { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .feeds p { margin: 0px 0px 10px 0px; color: #555; font-size: 9pt; } .feeds .more { font-size: 8pt; floar: right; color: #003366; } .dialogbox { border: 1px solid #ECE9D6; -moz-border-radius: 1px; background-color: #FCFBF3; padding: 12px 20px; color: #534741; float: left; } .dialogbox h2 { color: #003366; font-family: Arial, Geneva, sans-serif; font-size: 1.4em; margin: 0px; padding: 3px 0px 0px 0px; } .dialogbox img { float: left; margin: 0px 6px 4px 0px; } .dialogbox hr { border-top: 1px solid #ECE9D6; border-bottom: none; height: 0px; } .taskdialog { margin: 15px 15px 0px 15px; padding: 0px; list-style-type: none; } .taskdialog li { margin: 0px 0px 15px 0px; } .taskdialog input.button { color: #004A80 !important; background-color: #FCFBF3; background-image: url('../images/next.gif'); background-position: top left; background-repeat: no-repeat; padding: 2px 5px 2px 28px; margin: 0px; font-weight: bold; border: none; font-family: Arial, Geneva, sans-serif; font-size: 11.5pt !important; cursor: pointer; text-align: left; } .taskdialog input.button:hover { color: #D7530A; } .taskdialog a { color: #004A80 !important; background-image: url('../images/next.gif'); background-position: top left; background-repeat: no-repeat; padding: 2px 5px 5px 30px; font-size: 11pt !important; font-weight: bold; } .taskdialog a:hover { color: #D7530A; text-decoration: none; } .taskdialog a:active { padding: 4px 5px 3px 30px; } .taskdialog p { margin: 0px 0px 0px 30px !important; font-size: 9pt !important; } .taskdialog img { float: left; } /* mc Selector */ .mc-root { width: 500px; display: block; clear: both; } .mc-container { border-left: none; margin: 0px 0px 0px 0px !important; padding: 0px 0px !important; float: left; } .mc-column { width: 230px; height: 150px; padding: 0px 0px; margin: 2px 0px 0px 0px !important; overflow-x: hidden !important; overflow-y: auto !important; border: 1px solid #CCEBFD; background-color: #F6FCFF; float: left; } .mc-column ul { margin: 0px -10px 0px 0px; padding: 0px 0px; list-style-type: none; } .mc-column li { padding: 4px 5px 4px 13px; margin: 0px 0px 0px 0px; cursor: default; border-bottom: 1px solid #CCEEFF; } .mc-column li .chkbox { margin: 0px 5px 0px 0px; padding: 0px; border: none; float: left; } .mc-column li:hover { background-color: #D5F1FF; } .mc-column a { display: block; background-image: url(../images/mcSelector-a-bg.gif); background-position: center right; background-repeat: no-repeat; } .mc-column a:hover { text-decoration: none; } .mc-column label { display: block; float: none; margin: 0px 0px 0px 0px; padding: 0px 0px; } .mc-column li.selected { color: #ffffff; background-color: #3858C3; background-image: url(../images/mcSelector-li-bg.gif); background-position: center right; background-repeat: no-repeat; } .mc-column li.selected:hover { color: #ffffff; background-color: #3858C3; } /* Tabs */ .tabs { margin: 0px 0px 0px -6px; cursor: default; } .tabs>div { margin: 0px 0px 10px 6px; cursor: default; border-top: 1px solid #F7F2DF; } .tabs .buttons { background-image: url(../images/tabs-bg.gif); background-repeat: repeat-x; background-position: bottom; height: 28px; overflow: hidden; margin: 0px 0px 0.5em 0px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; border: none; } .tabs .buttons .start { background-image: url(../images/tabs-start.gif); background-repeat: no-repeat; background-position: bottom; height: 28px; width: 6px; float: left; } .tabs .buttons .end { background-image: url(../images/tabs-end.gif); background-repeat: no-repeat; background-position: bottom left; height: 28px; width: 24px; float: left; } .tabs .buttons .tab-divider { height: 28px; width: 15px; float: left; background-image: url(../images/tab-divider.gif); background-repeat: repeat-x; background-position: bottom; } .tabs .buttons .tab-on { margin: 1px 0px 0px 0px; padding: 6px 15px 0px 15px; height: 21px; float: left; /* background-image: url(../images/tab-on-bg.gif); background-repeat: repeat-x; background-position: top; border-left: 1px solid #F8DB6C; border-right: 1px solid #E5C755; */ background-image: url(../images/tab-on-bg.gif); background-repeat: repeat-x; background-position: top; background-color: #ffffff; border-left: 1px solid #F8DB6C; border-right: 1px solid #E5C755; } /* .tabs .buttons .tab-on:hover { background-position: bottom; } */ .tabs .buttons .tab-off { color: #555555; height: 20px; float: left; background-image: url(../images/tab-off-bg.gif); background-repeat: repeat-x; background-position: top; padding: 4px 15px 0px 15px; border-left: 1px solid #E0E0E0; margin: 4px 0px 1px 0px; overflow: hidden; } .tabs .buttons .tab-off:hover { color: #603913; background-position: bottom; border-left: 1px solid #FFE992; } .tabs .buttons .tab-dis { color: #AAA; height: 20px; float: left; background-image: url(../images/tab-dis-bg.gif); background-repeat: repeat-x; background-position: top; padding: 4px 15px 0px 15px; border-left: 1px solid #E0E0E0; margin: 4px 0px 1px 0px; overflow: hidden; } .tabs .buttons .tab-dis:hover { } .tabs .tab { margin: 0px 0px 0px 6px; border: none; } /* Baloon Tooltips */ /* #baloon { width: 211px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; position: absolute; top: 0px; left: 0px; z-index: 10; visibility: hidden; } #baloon .header { width: 211px; height: 10px; background-image: url(../images/baloon-header.gif); background-repeat: no-repeat; background-position: top; } #baloon .body { width: 211px; background-image: url(../images/baloon-body-bg.gif); background-repeat: repeat-y; } #baloon .body p { margin: 0; padding: 5px 15px; } #baloon .footer { width: 211px; height: 32px; background-image: url(../images/baloon-footer.gif); background-repeat: no-repeat; background-position: top; } */ #baloon { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #333333; width: 237px; position: absolute; top: 175px; left: 345px; z-index: 10; } #baloon .header { width: 237px; height: 10px; background-image: url('../images/baloon-header.png'); background-repeat: no-repeat; overflow: hidden; } #baloon .body { width: 237px; background-image: url('../images/baloon-body.png'); background-repeat: repeat-y; } #baloon .body p { margin: 0px; padding: 0px 15px 2px 15px; } #baloon .closeButton { width: 15px; height: 15px; overflow: hidden; background-image: url('../images/baloon-button-close.gif'); background-position: top left; background-repeat: no-repeat; float: right; padding: 0px 11px 0px 0px; } #baloon .closeButton:hover { background-position: bottom left; } #baloon .footer { width: 237px; height: 22px; background-image: url('../images/baloon-footer.png'); background-repeat: no-repeat; overflow: hidden; } .rdbox { border: none !important; margin: 0px 3px -2px 3px; padding: 3px 0px 0px 0px; } .search-input { background-image: url('../images/searchbox.gif'); background-position: right; background-repeat: no-repeat; border-bottom: none !important; width: 221px; padding: 1px 20px 1px 4px !important; } .search-list { } .search-list label { display: block; } .search-list select { background-color: #FFFFFF; border: 1px solid #91ABC1; overflow: auto; width: 247px; height: 110px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .search-list option { color: #000000; border-bottom: 1px solid #EEF2F5; width: 225px !important; margin: 0px 0px 0px 0px; padding: 2px 0px 2px 5px; } .search-list ul { background-color: #FFFFFF; border: 1px solid #91ABC1; /*border-top: 1px solid #E9E9E9;*/ overflow: auto; width: 225px; height: 110px; margin: 0px 0px 4px 0px; padding: 3px 0px 0px 0px; } .search-list li { color: #000000; border-bottom: 1px solid #EEF2F5; /*width: 100%;*/ margin: 0px 0px 0px 0px; padding: 2px 0px 2px 0px; } .search-list li:hover { background-color: #EEF2F5; color: #000000; width: 100%; margin: 0px 0px 0px 0px; padding: 2px 0px 2px 0px; } .plus-button { width: 11px; height: 11px; display: block; float: left; background-image: url('../images/toggler-minus.gif'); background-position: top; background-repeat: no-repeat; margin: 0.15em 0.5em 0em 0em; } .plus-button:hover { background-position: bottom; } .animation-icon{ background-image: url('../images/loading-status-big.gif'); background-repeat: no-repeat; width:48px; height:48px; top: 50%; left: 50%; position: fixed; margin-top: -24px; margin-left: -24px; z-index : 9999; } /*css modified by choirul */ .keterangan-area { background-color: #fcfcfa; background-repeat: no-repeat; background-position: top left; width: 100%; text-align: left; text-align: left; border: 1px #ece9d6 solid; padding: 10px 0px 10px 10px; margin: 15px 0px 0px 0px; } .keterangan-area h4 { font-size: 10pt; font-family: Arial, sans-serif; margin: 0px 0px 0px 0px; } .keterangan-area span:first-child { font-weight:bold; } /*toolbar-left*/ .toolbar-left { float: left; margin: 0px 0px 5px 0px; padding: 0px; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; height: 20px; } .toolbar-left a { border: #ece9d6 1px solid; height: 14px; padding: 3px 7px; margin: 1px 1px 0px 0px; display: block; float: left; overflow: hidden; cursor: default; background-color: #ffffff; } .toolbar-left a:hover { text-decoration: none; background-image: url('../images/button_bg.gif'); background-repeat: repeat-x; background-color: #ffffff; /*#FFF9D6;*/ padding: 3px 7px; border: #FCE171 1px solid; } .toolbar-left a:active { text-decoration: none; padding: 3px 5px 1px 7px; border: #ece9d6 2px solid; border-bottom: #fffef5 2px solid; border-right: #fffef5 2px solid; }
css/sia-mocca/css/a_sia_elements.css
.toolbar { float: right; /*border-bottom: #ece9d6 1px solid;*/ margin: 0px 0px 5px 0px; padding: 0px; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; height: 20px; } .toolbar a { border: #ece9d6 1px solid; height: 14px; padding: 3px 7px; margin: 1px 1px 0px 0px; display: block; float: left; overflow: hidden; cursor: default; background-color: #ffffff; cursor:pointer; } .toolbar a:hover { text-decoration: none; background-image: url('../images/button_bg.gif'); background-repeat: repeat-x; background-color: #ffffff; /*#FFF9D6;*/ padding: 3px 7px; border: #FCE171 1px solid; } .toolbar a:active { text-decoration: none; padding: 3px 5px 1px 7px; border: #ece9d6 2px solid; border-bottom: #fffef5 2px solid; border-right: #fffef5 2px solid; } .toolbar .divider { height: 22px; width: 1px; text-decoration: none; margin: 1px 0px 0px 1px; border-left: #E4D498 1px solid; border-right: #fff 1px solid; float: left; } .toolbar input.inputButton { color: #A0410D; background-color: #ffffff; border: 1px #ece9d6 solid; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; height: 22px; padding: 2px 7px 4px 7px; margin: 1px 1px 0px 0px; display: block; float: left; overflow: hidden; cursor: pointer; } .toolbar input.inputButton:hover { background-image: url('../images/button_bg.gif'); background-repeat: repeat-x; border: #FCE171 1px solid; } .toolbar input.inputButton:active { padding: 2px 5px 0px 7px; border: #ece9d6 2px solid; border-bottom: #fffef5 2px solid; border-right: #fffef5 2px solid; } .toolbar img { padding: 0px 0.5em 0px 0px; border: none; float: left; } .toolbar select { color: #A0410D; border: none; float: left; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; border: #ece9d6 1px solid; margin: 1px 0px 0px 0px; padding: 2px 2px 2px 4px; height: 20px; background-color: #ffffff;/*#F8F9F5;*/ } .toolbar select:hover { border: #FCE171 1px solid; background-color: #ffffff; } .toolbar option { padding: 4px 2px 4px 10px; width: auto; background-color: #F8F9F5; } /* iobox */ .iobox { background-color: #ececec; border: 1px solid #efefef; width: auto; display: block; float: left; clear: both; margin: 0px 0px 0px 0px; } .iobox img { float: left; margin: 3px 0px 0px 5px; } .iobox .title { float: left; margin: 4px 5px 0px 5px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; } .iobox .toolbar { width: auto; height: 18px; float: none; margin: 0px 5px 0px 0px; } .iobox .toolbar select { border: none; color: #555; padding: 3px 2px 2px 4px; margin: 0px 0px 0px 0px; } .iobox input.inputButton { padding: 2px 7px 4px 7px; margin: 0px 0px 0px 0px; border: none; } .iobox input.inputButton:hover { padding: 1px 6px 3px 6px; } /* searchbox */ .pageBar .searchbox { float: left; display: block; overflow: hidden; margin: 0px 0px 5px 0px; background-color: #E6F8FF; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; -moz-border-radius: 3px; } .pageBar .searchbox table { border: none; border-collapse: collapse; text-align: left; margin: 0px 0px 0px 10px; clear: both; } .pageBar .searchbox tr { } .pageBar .searchbox th { color: #534741; text-align: left; font-weight: normal; vertical-align: top; padding: 6px 5px 3px 0px; } .pageBar .searchbox td { color: #000000; padding: 3px 5px 3px 5px; vertical-align: top; } .pageBar .searchbox input { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; padding: 2px 2px; } .pageBar .searchbox label { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; padding: 0px 0px; } .pageBar .searchbox .buttonSubmit { border: 1px solid #9CD1F9; background-image: url('../images/dataquest_button_bg.gif') !important; background-repeat: repeat-x; background-color: #E6F7FF; padding: 1px 3px; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; font-weight: bold; color: #001D47; } .pageBar .searchbox .buttonSubmit:hover { border: 1px solid #9CD1F9; background-color: #FFFFFF; } .pageBar .searchbox .buttonSubmit:active { padding: 4px 1px 2px 3px; } /* PAGEBAR */ .pageBar { clear: both; display: block; width: 100%; margin: 0px 0px 5px 0px; padding: 0px 0px 0px 0px; font-family: Tahoma, Arial, Geneva, sans-serif !important; font-size: 8pt; height: 24px; } .pageInfo { color: #555; padding: 5px 0px 0px 5px; } .pageInfo b { font-weight: bold; color: #222; padding: 0px 0px; } .pageNav { float: left; font-family: Tahoma, Arial, Geneva, sans-serif !important; font-size: 8pt; padding: 0px 0px 0px 0px; } .pageNav div { padding: 3px 7px; margin: 3px 0px 0px 2px; float: left; color: #aaa; } .pageNav a { border: #ece9d6 1px solid; padding: 3px 7px; margin: 3px 0px 0px 2px; display: block; float: left; color: #003366; } .pageNav a:hover { text-decoration: none; background-image: url('../images/pageNav-button-bg.gif'); background-repeat: repeat-x; padding: 3px 7px; border: #afcfed 1px solid; } .pageNav a:active { text-decoration: none; padding: 3px 5px 1px 7px; border: #afcfed 2px solid; } .pageNav img { border: none; } .pageNav-pageActive { color: #ffffff; background-color: #122d71; border: #f6f5ed solid 1px; padding: 1px 4px; display: inline; font-weight: bold; } .pageNav h3 { color: #004A80; font-family: Arial, Helvetica, sans-serif ; font-size: 1.4em !important; margin: 4px 0px 0px 0px; padding: 0px 0px 3px 0px; } /* LISTVIEW */ .iconlist { width: 100%; padding: 0px; text-align: center; font-size: 8pt; } .iconlist a { display: block; float: left; width: 100px; height: 120px; margin: 4px 1px 4px 1px; padding: 0px 0px 2px 0px; border: #fff 1px solid; text-align: center; overflow: hidden; color: #A06849 !important; } .iconlist a:hover { color: #A0410D !important; border: #F9E69B 1px solid; text-decoration: none; background-color: #ffffff; -moz-border-radius: 10px; } .iconlist a:active { } .iconlist img { border: none; display: block; text-align: center; margin: 5px auto 5px auto; } .listview_common { width: 100%; padding: 0px; text-align: center; font-size: 8pt; } .listview_common a { display: block; float: left; width: 100px; height: 120px; margin: 4px 1px 4px 1px; padding: 0px 0px 2px 0px; border: #fff 1px solid; text-align: center; overflow: hidden; color: #A06849 !important; } .listview_common a:hover { color: #A0410D !important; border: #F9E69B 1px solid; text-decoration: none; background-color: #ffffff; -moz-border-radius: 10px; } .listview_common a:active { } .listview_common img { border: none; display: block; text-align: center; margin: 5px auto 5px auto; } .petunjuk-area { background-color: #fcfcfa; background-image: url('../images/petunjuk_area-left.gif'); background-repeat: no-repeat; background-position: top left; width: 100%; text-align: justify; border: 1px #ece9d6 solid; padding: 10px 0px 35px 10px; margin: 15px 0px 0px 0px; } .petunjuk-area h4 { font-size: 10pt; padding-left: 30px; font-family: Arial, sans-serif; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 30px !important; } .petunjuk-area span:first-child { font-weight:bold; } .petunjuk-area ul { margin: 5px 15px 5px 15px; padding: 0px 0px 0px 5px; list-style-type: square; } .petunjuk-area li { list-style-image: url('../images/pesan_area-bullet.gif'); padding: 5px 0px; } .dataquest { clear: both; display: block; overflow: hidden; width: 100%; margin: 0px 0px 5px 0px; background-color: #E6F8FF; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; -moz-border-radius: 5px; } .dataquest table { border: none; border-collapse: collapse; text-align: left; width: 95%; margin: 0px 0px 5px 15px; clear: both; } .dataquest tr { } .dataquest tr.hard { border-bottom: 1px solid #CCEBFD !important; } .dataquest tr.soft { border-bottom: 1px solid #D5F1FF !important; } .dataquest tr.soft th { padding: 6px 5px 0px 0px !important; vertical-align: top; } .dataquest tr.soft td { padding: 3px 15px 0px 5px !important; vertical-align: top; } .dataquest tr.soft>tr.hard th { padding: 0px 5px 3px 0px !important; } .dataquest tr.soft>tr.hard td { padding: 0px 15px 3px 5px !important; } .dataquest th { color: #534741; text-align: left; font-weight: normal; vertical-align: top; padding: 6px 5px 3px 0px; } .dataquest td { color: #000000; padding: 3px 15px 3px 5px; vertical-align: top; } .dataquest td .button { border: none; display: block; float: left; border: 1px solid #9CD1F9; background-image: url('../images/dataquest_button_bg.gif') !important; background-repeat: repeat-x; background-color: #E6F7FF; padding: 4px 5px 5px 5px; margin: 0px 0px 0px 0px; color: #001D47; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; } .dataquest td .button:hover { border: 1px solid #9CD1F9; background-color: #FFFFFF; text-decoration: none; } .dataquest td .button img { border: none; float :left; } .dataquest a { color: #313FFF; } .dataquest a:hover { } .dataquest div { padding: 3px 2px; margin: 0px 0px 0px 0px; } .dataquest div.cont{ padding: 0px 0px; float: none !important; } .dataquest input { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; padding: 3px 2px; float :left; margin: 0px 0px 0px 0px; } .dataquest label { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; margin: 0px 0px 0px 0px; padding: 2px 10px 0px 0px; float: left; } .dataquest select { font-family: Tahoma, Arial, sans-serif; font-size: 8pt; border: 1px solid #CCEBFD; padding: 2px 2px; float :left; margin: 0px 2px 0px 0px; } .dataquest div { padding: 2px 10px 5px 0px; margin: 0px 2px 0px 0px; overflow: hidden; color: #534741; } .dataquest span { float: left; display: block; margin: 3px 0.1em 0px 0.1em; } .dataquest .radioButton { padding: 0px 0.1em 00px 0px !important; margin: 2px 0.1em 0px 0px; display: block; float: left; } .dataquest .radioButtons { } .dataquest .radioButtons input { padding: 0px 0.4em 4px 0px; margin: 0px 0.2em 0px 0px; float: left; } .dataquest .radioButtons label { padding: 0px 0.6em 0px 0px; margin: 0px 0.1em 0px 0px; float: left; } .dataquest .closedvis { cursor: pointer; margin: 3px 0px 0px 0px; } .dataquest .vbtn { height: 23px; width: 28px; font: bold 10pt arial; background-color: #e6f8ff; border: 0px solid #9CD1F9; background-image: url('../images/calendar.gif'); background-repeat: no-repeat; background-position: 0px 4px; cursor:pointer; } .dataquest .buttonSubmit { border: 1px solid #9CD1F9; background-image: url('../images/dataquest_button_bg.gif') !important; background-repeat: repeat-x; background-color: #E6F7FF; margin: 0px 1px 0px 0px; padding: 3px 3px 4px 3px; font-family: Tahoma, Arial, sans-serif; font-size: 8pt; font-weight: bold; color: #001D47; } .dataquest .buttonSubmit:hover { border: 1px solid #9CD1F9; background-color: #FFFFFF; } .dataquest .buttonSubmit:active { padding: 4px 1px 2px 3px; } .dataquest .drawerButton { font-weight: bold; margin: 0px 0px 0px 5px; padding: 0px; display: block; float: left; background-color: #E6F8FF; } .dataquest .drawerButton a { color: #534741; background-image: url(../images/dataquest-button-expand.gif); background-repeat: no-repeat; background-position: top left; padding: 5px 10px 5px 24px; display: block; } .dataquest .drawerButton a:hover { color: #313FFF; } .dataquest .disabled{ color: #888; } .dataquest .disabled input{ color: #9AB1B7; background-color: #CDEBF3; } .dataquest .disabled select{ color: #9AB1B7; background-color: #CDEBF3; } .dataquest .toggledown { display: block; width: 17px; height: 17px; border: 1px solid #9CD1F9; background-image: url('../images/toggler-up.gif'); background-position: top; background-repeat: no-repeat; padding: 0px; cursor: default; } .dataquest .toggledown:hover { background-position: bottom; } .dataquest .toggleup { display: block; width: 17px; height: 17px; border: 1px solid #9CD1F9; background-image: url('../images/toggler-down.gif'); background-position: top; background-repeat: no-repeat; padding: 0px; cursor: default; } .dataquest .toggleup:hover { background-position: bottom; } .dataquest .togglehidden { height: 0px; overflow: hidden; } .searchbox { margin: 5px 0px 0px 0px; font-family: Arial, sans-serif; font-size: 10pt; } .searchbox .textfield { font-family: Arial, sans-serif; font-size: 10pt; padding: 3px 3px; } .searchbox select { font-family: Arial, sans-serif; font-size: 10pt; padding: 2px 3px; } .notebox-done { width: 90%; border: 1px solid #F1C200; padding: 10px 13px 12px 43px; margin: 5px 0px; color: #362F2D; background-color: #FEF8E0; background-image: url('../images/notebox-done-topleft.gif'); background-position: top left; background-repeat: no-repeat; -moz-border-radius: 4px; } .notebox-info { width: 90%; border: 1px solid #F2EECE; padding: 10px 13px 12px 43px; margin: 5px 0px; color: #362F2D; background-color: #FCFBF3; background-image: url('../images/notebox-info-topleft.gif'); background-position: top left; background-repeat: no-repeat; -moz-border-radius: 4px; } .notebox-info h2 { font-size: 10pt; color: #362F2D; } .notebox-info ul { margin: 5px 0px 0px 20px; padding: 0px; } .notebox-info a.button { border: #ece9d6 1px solid; padding: 0px 5px; margin: 0px 0px 0px 0px; overflow: hidden; cursor: default; background-color: #ffffff; } .notebox-info a.button:hover { text-decoration: none; background-image: url('../images/button_bg.gif'); background-repeat: repeat-x; background-color: #ffffff; /*#FFF9D6;*/ border: #FCE171 1px solid; } .notebox-info a.button:active { border: #ece9d6 2px solid; border-bottom: #fffef5 2px solid; border-right: #fffef5 2px solid; } .notebox-info img { border: 0px; } .notebox-info li { margin: 0px; } .notebox-alert { width: 90%; border: 1px solid #F2EECE; padding: 10px 13px 12px 43px; margin: 5px 0px; color: #362F2D; background-color: #FCFBF3; background-image: url('../images/notebox-alert-topleft.gif'); background-position: top left; background-repeat: no-repeat; -moz-border-radius: 4px; } .notebox-warning { width: 90%; border: 1px solid #ED1C24; padding: 10px 13px 12px 43px; margin: 5px 0px; color: #fff; background-color: #F25E4F; background-image: url('../images/notebox-warning-topleft.gif'); background-position: top left; background-repeat: no-repeat; -moz-border-radius: 4px; } .notebox-warning a { color: #ffffff; text-decoration: underline; } .feeds { display: none; /*clear: both;*/ float: right; border-top: 1px solid #E0E1D9; padding: 0px 0px 10px 0px; } .feeds a { font-size: 11pt; color: #7C5A39; } .feeds h2 { margin: 5px 0px 0px 0px; } .feeds ul { margin: 5px 0px 0px 0px; padding: 0px 0px 0px 0px; list-style-type: none; color: #777; } .feeds li { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .feeds p { margin: 0px 0px 10px 0px; color: #555; font-size: 9pt; } .feeds .more { font-size: 8pt; floar: right; color: #003366; } .dialogbox { border: 1px solid #ECE9D6; -moz-border-radius: 1px; background-color: #FCFBF3; padding: 12px 20px; color: #534741; float: left; } .dialogbox h2 { color: #003366; font-family: Arial, Geneva, sans-serif; font-size: 1.4em; margin: 0px; padding: 3px 0px 0px 0px; } .dialogbox img { float: left; margin: 0px 6px 4px 0px; } .dialogbox hr { border-top: 1px solid #ECE9D6; border-bottom: none; height: 0px; } .taskdialog { margin: 15px 15px 0px 15px; padding: 0px; list-style-type: none; } .taskdialog li { margin: 0px 0px 15px 0px; } .taskdialog input.button { color: #004A80 !important; background-color: #FCFBF3; background-image: url('../images/next.gif'); background-position: top left; background-repeat: no-repeat; padding: 2px 5px 2px 28px; margin: 0px; font-weight: bold; border: none; font-family: Arial, Geneva, sans-serif; font-size: 11.5pt !important; cursor: pointer; text-align: left; } .taskdialog input.button:hover { color: #D7530A; } .taskdialog a { color: #004A80 !important; background-image: url('../images/next.gif'); background-position: top left; background-repeat: no-repeat; padding: 2px 5px 5px 30px; font-size: 11pt !important; font-weight: bold; } .taskdialog a:hover { color: #D7530A; text-decoration: none; } .taskdialog a:active { padding: 4px 5px 3px 30px; } .taskdialog p { margin: 0px 0px 0px 30px !important; font-size: 9pt !important; } .taskdialog img { float: left; } /* mc Selector */ .mc-root { width: 500px; display: block; clear: both; } .mc-container { border-left: none; margin: 0px 0px 0px 0px !important; padding: 0px 0px !important; float: left; } .mc-column { width: 230px; height: 150px; padding: 0px 0px; margin: 2px 0px 0px 0px !important; overflow-x: hidden !important; overflow-y: auto !important; border: 1px solid #CCEBFD; background-color: #F6FCFF; float: left; } .mc-column ul { margin: 0px -10px 0px 0px; padding: 0px 0px; list-style-type: none; } .mc-column li { padding: 4px 5px 4px 13px; margin: 0px 0px 0px 0px; cursor: default; border-bottom: 1px solid #CCEEFF; } .mc-column li .chkbox { margin: 0px 5px 0px 0px; padding: 0px; border: none; float: left; } .mc-column li:hover { background-color: #D5F1FF; } .mc-column a { display: block; background-image: url(../images/mcSelector-a-bg.gif); background-position: center right; background-repeat: no-repeat; } .mc-column a:hover { text-decoration: none; } .mc-column label { display: block; float: none; margin: 0px 0px 0px 0px; padding: 0px 0px; } .mc-column li.selected { color: #ffffff; background-color: #3858C3; background-image: url(../images/mcSelector-li-bg.gif); background-position: center right; background-repeat: no-repeat; } .mc-column li.selected:hover { color: #ffffff; background-color: #3858C3; } /* Tabs */ .tabs { margin: 0px 0px 0px -6px; cursor: default; } .tabs>div { margin: 0px 0px 10px 6px; cursor: default; border-top: 1px solid #F7F2DF; } .tabs .buttons { background-image: url(../images/tabs-bg.gif); background-repeat: repeat-x; background-position: bottom; height: 28px; overflow: hidden; margin: 0px 0px 0.5em 0px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; border: none; } .tabs .buttons .start { background-image: url(../images/tabs-start.gif); background-repeat: no-repeat; background-position: bottom; height: 28px; width: 6px; float: left; } .tabs .buttons .end { background-image: url(../images/tabs-end.gif); background-repeat: no-repeat; background-position: bottom left; height: 28px; width: 24px; float: left; } .tabs .buttons .tab-divider { height: 28px; width: 15px; float: left; background-image: url(../images/tab-divider.gif); background-repeat: repeat-x; background-position: bottom; } .tabs .buttons .tab-on { margin: 1px 0px 0px 0px; padding: 6px 15px 0px 15px; height: 21px; float: left; /* background-image: url(../images/tab-on-bg.gif); background-repeat: repeat-x; background-position: top; border-left: 1px solid #F8DB6C; border-right: 1px solid #E5C755; */ background-image: url(../images/tab-on-bg.gif); background-repeat: repeat-x; background-position: top; background-color: #ffffff; border-left: 1px solid #F8DB6C; border-right: 1px solid #E5C755; } /* .tabs .buttons .tab-on:hover { background-position: bottom; } */ .tabs .buttons .tab-off { color: #555555; height: 20px; float: left; background-image: url(../images/tab-off-bg.gif); background-repeat: repeat-x; background-position: top; padding: 4px 15px 0px 15px; border-left: 1px solid #E0E0E0; margin: 4px 0px 1px 0px; overflow: hidden; } .tabs .buttons .tab-off:hover { color: #603913; background-position: bottom; border-left: 1px solid #FFE992; } .tabs .buttons .tab-dis { color: #AAA; height: 20px; float: left; background-image: url(../images/tab-dis-bg.gif); background-repeat: repeat-x; background-position: top; padding: 4px 15px 0px 15px; border-left: 1px solid #E0E0E0; margin: 4px 0px 1px 0px; overflow: hidden; } .tabs .buttons .tab-dis:hover { } .tabs .tab { margin: 0px 0px 0px 6px; border: none; } /* Baloon Tooltips */ /* #baloon { width: 211px; font-family: Arial, Helvetica, sans-serif; font-size: 9pt; position: absolute; top: 0px; left: 0px; z-index: 10; visibility: hidden; } #baloon .header { width: 211px; height: 10px; background-image: url(../images/baloon-header.gif); background-repeat: no-repeat; background-position: top; } #baloon .body { width: 211px; background-image: url(../images/baloon-body-bg.gif); background-repeat: repeat-y; } #baloon .body p { margin: 0; padding: 5px 15px; } #baloon .footer { width: 211px; height: 32px; background-image: url(../images/baloon-footer.gif); background-repeat: no-repeat; background-position: top; } */ #baloon { font-family: Arial, Helvetica, sans-serif; font-size: 9pt; color: #333333; width: 237px; position: absolute; top: 175px; left: 345px; z-index: 10; } #baloon .header { width: 237px; height: 10px; background-image: url('../images/baloon-header.png'); background-repeat: no-repeat; overflow: hidden; } #baloon .body { width: 237px; background-image: url('../images/baloon-body.png'); background-repeat: repeat-y; } #baloon .body p { margin: 0px; padding: 0px 15px 2px 15px; } #baloon .closeButton { width: 15px; height: 15px; overflow: hidden; background-image: url('../images/baloon-button-close.gif'); background-position: top left; background-repeat: no-repeat; float: right; padding: 0px 11px 0px 0px; } #baloon .closeButton:hover { background-position: bottom left; } #baloon .footer { width: 237px; height: 22px; background-image: url('../images/baloon-footer.png'); background-repeat: no-repeat; overflow: hidden; } .rdbox { border: none !important; margin: 0px 3px -2px 3px; padding: 3px 0px 0px 0px; } .search-input { background-image: url('../images/searchbox.gif'); background-position: right; background-repeat: no-repeat; border-bottom: none !important; width: 221px; padding: 1px 20px 1px 4px !important; } .search-list { } .search-list label { display: block; } .search-list select { background-color: #FFFFFF; border: 1px solid #91ABC1; overflow: auto; width: 247px; height: 110px; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; } .search-list option { color: #000000; border-bottom: 1px solid #EEF2F5; width: 225px !important; margin: 0px 0px 0px 0px; padding: 2px 0px 2px 5px; } .search-list ul { background-color: #FFFFFF; border: 1px solid #91ABC1; /*border-top: 1px solid #E9E9E9;*/ overflow: auto; width: 225px; height: 110px; margin: 0px 0px 4px 0px; padding: 3px 0px 0px 0px; } .search-list li { color: #000000; border-bottom: 1px solid #EEF2F5; /*width: 100%;*/ margin: 0px 0px 0px 0px; padding: 2px 0px 2px 0px; } .search-list li:hover { background-color: #EEF2F5; color: #000000; width: 100%; margin: 0px 0px 0px 0px; padding: 2px 0px 2px 0px; } .plus-button { width: 11px; height: 11px; display: block; float: left; background-image: url('../images/toggler-minus.gif'); background-position: top; background-repeat: no-repeat; margin: 0.15em 0.5em 0em 0em; } .plus-button:hover { background-position: bottom; } .animation-icon{ background-image: url('../images/loading-status-big.gif'); background-repeat: no-repeat; width:48px; height:48px; top: 50%; left: 50%; position: fixed; margin-top: -24px; margin-left: -24px; z-index : 9999; } /*css modified by choirul */ .keterangan-area { background-color: #fcfcfa; background-repeat: no-repeat; background-position: top left; width: 100%; text-align: left; text-align: left; border: 1px #ece9d6 solid; padding: 10px 0px 10px 10px; margin: 15px 0px 0px 0px; } .keterangan-area h4 { font-size: 10pt; font-family: Arial, sans-serif; margin: 0px 0px 0px 0px; } .keterangan-area span:first-child { font-weight:bold; } /*toolbar-left*/ .toolbar-left { float: left; margin: 0px 0px 5px 0px; padding: 0px; font-size: 8pt; font-family: Tahoma, Arial, Helvetica, sans-serif; height: 20px; } .toolbar-left a { border: #ece9d6 1px solid; height: 14px; padding: 3px 7px; margin: 1px 1px 0px 0px; display: block; float: left; overflow: hidden; cursor: default; background-color: #ffffff; } .toolbar-left a:hover { text-decoration: none; background-image: url('../images/button_bg.gif'); background-repeat: repeat-x; background-color: #ffffff; /*#FFF9D6;*/ padding: 3px 7px; border: #FCE171 1px solid; } .toolbar-left a:active { text-decoration: none; padding: 3px 5px 1px 7px; border: #ece9d6 2px solid; border-bottom: #fffef5 2px solid; border-right: #fffef5 2px solid; }
0.252292
0.095941
@charset "UTF-8"; /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 <NAME> */ /* .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(-0%, 0, 0); transform: translate3d(-0%, 0, 0); } } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutRight { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); } } @keyframes fadeOutRight { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } */ @keyframes slideInFromLeft { 0% { transform: translateX(-15%); } 100% { transform: translateX(0); } } #header.fancy .main-header .nav-right { /* This section calls the slideInFromLeft animation we defined above */ animation: 1s ease-out 0s 1 slideInFromLeft; } @keyframes slideInFromRight { 0% { transform: translateX(15%); } 100% { transform: translateX(0); } } #header.fancy .main-header .nav-left { /* This section calls the slideInFromLeft animation we defined above */ animation: 1s ease-out 0s 1 slideInFromRight; }
public/assets/css/animate.css
@charset "UTF-8"; /*! * animate.css -http://daneden.me/animate * Version - 3.5.1 * Licensed under the MIT license - http://opensource.org/licenses/MIT * * Copyright (c) 2016 <NAME> */ /* .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; } .animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; } .animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s; } .animated.flipOutX, .animated.flipOutY, .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; animation-duration: .75s; } @-webkit-keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(-0%, 0, 0); transform: translate3d(-0%, 0, 0); } } @keyframes fadeOutLeft { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(-5%, 0, 0); transform: translate3d(-5%, 0, 0); } } .fadeOutLeft { -webkit-animation-name: fadeOutLeft; animation-name: fadeOutLeft; } @-webkit-keyframes fadeOutRight { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); } } @keyframes fadeOutRight { from { opacity: 1; } to { opacity: 1; -webkit-transform: translate3d(5%, 0, 0); transform: translate3d(5%, 0, 0); } } .fadeOutRight { -webkit-animation-name: fadeOutRight; animation-name: fadeOutRight; } */ @keyframes slideInFromLeft { 0% { transform: translateX(-15%); } 100% { transform: translateX(0); } } #header.fancy .main-header .nav-right { /* This section calls the slideInFromLeft animation we defined above */ animation: 1s ease-out 0s 1 slideInFromLeft; } @keyframes slideInFromRight { 0% { transform: translateX(15%); } 100% { transform: translateX(0); } } #header.fancy .main-header .nav-left { /* This section calls the slideInFromLeft animation we defined above */ animation: 1s ease-out 0s 1 slideInFromRight; }
0.628977
0.079104
.featured-section{ min-height: 80vh; width: 100%; display: grid; grid-template-rows: 40px 1fr 100px; gap: 24px; margin-top: 10vh; padding: 0 7rem; } .featured-section .header-section{ display: flex; justify-content: space-between; align-items: center; position: relative; } .featured-section .header-section h1{ font-size: 1.8rem; font-weight: 600; color: var(--title); } .featured-section .header-section select{ position: relative; } .featured-section .header-section select, .featured-section .header-section select option{ width: 30%; padding: 12px 8px; border-radius: 4px; background: none; color: var(--title); font-size: .9rem; font-weight: 700; } .featured-section .header-section i{ font-size: 1.5rem; color: var(--title); position: absolute; right: 8px; } .featured-section .movies-grid{ display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 64px; } .featured-section .movies-grid .movie{ width: 100%; position: relative; display: flex; align-self: center; justify-self: center; } .featured-section .movies-grid .movie a{ width: 100%; justify-content: center; align-self: center; justify-self:center; align-items: center; transition:border 0.2s ease 0s, transform 0.2s ease 0s; border: 2px solid transparent; padding: .8rem 1rem; } .featured-section .movies-grid .movie a:hover{ transform: translateY(-7px); border-color: var(--primary-color); } .featured-section .movies-grid .movie img{ width: 100%; min-height: 320px; object-fit: cover; } .featured-section .footer-section, .review-section .footer-section, .interviews-section .footer-section{ display: flex; justify-content: flex-end; align-items: flex-start; } .featured-section .footer-section button, .review-section .footer-section button, .interviews-section .footer-section button{ display: flex; align-items: center; justify-content: center; width: 20%; min-width: 210px; border-radius: 4px; cursor: pointer; background: #525252; color: white; font-weight: 700; border: none; padding: 8px 16px; transition:all 300ms ; } .featured-section .footer-section button:hover, .review-section .footer-section button:hover, .interviews-section .footer-section button:hover{ background-color: var(--primary-color); } .featured-section .footer-section button i, .review-section .footer-section button i{ margin-right: .3rem; } .movie-info{ display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: .8rem; } .movie-info h2{ font-size: 1.1rem; color: var(--primary-color); text-align: center; min-height: 3rem; } .date-rate{ display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: .8rem; } .movie-info .rate{ display: flex; align-items: center; justify-content:flex-end; } .movie-info div p{ font-size: .8rem; } .movie div .star{ width: 20px !important; min-height: 20px !important; margin-right: .4rem; }
featured-section.css
.featured-section{ min-height: 80vh; width: 100%; display: grid; grid-template-rows: 40px 1fr 100px; gap: 24px; margin-top: 10vh; padding: 0 7rem; } .featured-section .header-section{ display: flex; justify-content: space-between; align-items: center; position: relative; } .featured-section .header-section h1{ font-size: 1.8rem; font-weight: 600; color: var(--title); } .featured-section .header-section select{ position: relative; } .featured-section .header-section select, .featured-section .header-section select option{ width: 30%; padding: 12px 8px; border-radius: 4px; background: none; color: var(--title); font-size: .9rem; font-weight: 700; } .featured-section .header-section i{ font-size: 1.5rem; color: var(--title); position: absolute; right: 8px; } .featured-section .movies-grid{ display: grid; grid-template-columns: repeat(auto-fit,minmax(200px,1fr)); gap: 64px; } .featured-section .movies-grid .movie{ width: 100%; position: relative; display: flex; align-self: center; justify-self: center; } .featured-section .movies-grid .movie a{ width: 100%; justify-content: center; align-self: center; justify-self:center; align-items: center; transition:border 0.2s ease 0s, transform 0.2s ease 0s; border: 2px solid transparent; padding: .8rem 1rem; } .featured-section .movies-grid .movie a:hover{ transform: translateY(-7px); border-color: var(--primary-color); } .featured-section .movies-grid .movie img{ width: 100%; min-height: 320px; object-fit: cover; } .featured-section .footer-section, .review-section .footer-section, .interviews-section .footer-section{ display: flex; justify-content: flex-end; align-items: flex-start; } .featured-section .footer-section button, .review-section .footer-section button, .interviews-section .footer-section button{ display: flex; align-items: center; justify-content: center; width: 20%; min-width: 210px; border-radius: 4px; cursor: pointer; background: #525252; color: white; font-weight: 700; border: none; padding: 8px 16px; transition:all 300ms ; } .featured-section .footer-section button:hover, .review-section .footer-section button:hover, .interviews-section .footer-section button:hover{ background-color: var(--primary-color); } .featured-section .footer-section button i, .review-section .footer-section button i{ margin-right: .3rem; } .movie-info{ display: flex; justify-content: center; align-items: center; flex-direction: column; margin-top: .8rem; } .movie-info h2{ font-size: 1.1rem; color: var(--primary-color); text-align: center; min-height: 3rem; } .date-rate{ display: flex; justify-content: space-between; align-items: center; width: 100%; margin-top: .8rem; } .movie-info .rate{ display: flex; align-items: center; justify-content:flex-end; } .movie-info div p{ font-size: .8rem; } .movie div .star{ width: 20px !important; min-height: 20px !important; margin-right: .4rem; }
0.589362
0.077692
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap'); body{ width: 960px; margin: auto; } header{ display: grid; grid-template-columns: 1fr 1fr; width: 960px; } .mainlogoimg{ margin-top: 10px; } header section div { display: inline-block; } header section div p:nth-child(1) { font-family: 'Dancing Script', cursive; color: black; font-weight: bold; font-size: xx-large; } header section div { font-family: 'Advent Pro', sans-serif; color: grey; font-size: thin; font-size: xx-small; } .iconsnav{ text-align: right; margin-right: 60px; } .iconsnav li{ display: inline-block; margin-top: 20px; align-items: right; } .iconsnav li:nth-child(7){ padding-left: 10px; } main { width: 100%; } .ptags p { margin: 30px 0; font-size: 17.5px; } main h1{ font-family: 'Anton', sans-serif; font-size: 20px; margin-top: 25px; } .mainForm { margin: 0px auto; width: 960px; display: flexbox; justify-content: center; } .leftSide { font-family: 'Grandstander', cursive; position: relative; top: -275px; font-size: x-large; font-weight: bold; line-height: 1.5em; float: left; z-index: 10; background-color: #FFFFFFFF; margin-left: 25px; } .rightSide { font-family: 'Grandstander', cursive; font-size: x-large; font-weight: bold; position: relative; top: -275px; float: right; line-height: 1.5em; margin-right: 20px; } .rightSide li:nth-child(2) { text-decoration: line-through; } .rightSide li:nth-child(3) { text-decoration: line-through; } footer{ width: 100%; margin-top: 30px; } .midlineimg{ display: inline-block; padding-right: 20px; } footer div{ display: inline-block; width: 55%; } footer button{ position: relative; margin-left: 10%; background-color:#bc7058; width: 200px; height: 50px; color: whitesmoke; font-size: 15px; margin-bottom: 10%; } footer h2{ margin-bottom: 0px; } footer p{ margin-top: 10px; } .lastline{ margin-top: 16px; margin-bottom: 5%; } .lastlogo{ position: relative; float: left; left: 50%; bottom: 0px; z-index: 1; } .copyright{ text-align: center; margin-bottom: 0px; margin-top: 5px; color: gray; }
css/style.css
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&display=swap'); body{ width: 960px; margin: auto; } header{ display: grid; grid-template-columns: 1fr 1fr; width: 960px; } .mainlogoimg{ margin-top: 10px; } header section div { display: inline-block; } header section div p:nth-child(1) { font-family: 'Dancing Script', cursive; color: black; font-weight: bold; font-size: xx-large; } header section div { font-family: 'Advent Pro', sans-serif; color: grey; font-size: thin; font-size: xx-small; } .iconsnav{ text-align: right; margin-right: 60px; } .iconsnav li{ display: inline-block; margin-top: 20px; align-items: right; } .iconsnav li:nth-child(7){ padding-left: 10px; } main { width: 100%; } .ptags p { margin: 30px 0; font-size: 17.5px; } main h1{ font-family: 'Anton', sans-serif; font-size: 20px; margin-top: 25px; } .mainForm { margin: 0px auto; width: 960px; display: flexbox; justify-content: center; } .leftSide { font-family: 'Grandstander', cursive; position: relative; top: -275px; font-size: x-large; font-weight: bold; line-height: 1.5em; float: left; z-index: 10; background-color: #FFFFFFFF; margin-left: 25px; } .rightSide { font-family: 'Grandstander', cursive; font-size: x-large; font-weight: bold; position: relative; top: -275px; float: right; line-height: 1.5em; margin-right: 20px; } .rightSide li:nth-child(2) { text-decoration: line-through; } .rightSide li:nth-child(3) { text-decoration: line-through; } footer{ width: 100%; margin-top: 30px; } .midlineimg{ display: inline-block; padding-right: 20px; } footer div{ display: inline-block; width: 55%; } footer button{ position: relative; margin-left: 10%; background-color:#bc7058; width: 200px; height: 50px; color: whitesmoke; font-size: 15px; margin-bottom: 10%; } footer h2{ margin-bottom: 0px; } footer p{ margin-top: 10px; } .lastline{ margin-top: 16px; margin-bottom: 5%; } .lastlogo{ position: relative; float: left; left: 50%; bottom: 0px; z-index: 1; } .copyright{ text-align: center; margin-bottom: 0px; margin-top: 5px; color: gray; }
0.367497
0.112893
.navbar-container { padding: 3rem 7rem; display: flex; justify-content: space-between; align-items: center; height: 70px; width: 100%; position: relative; } .nav-logo { height: 70px; width: 200px; margin-right: 0.5rem; } .nav-logo > img { height: 100%; width: 100%; object-fit: contain; } .navbar-container > ul { display: flex; list-style: none; flex: 1; align-items: center; } .navbar-container > ul > li { padding: 0 0.5rem; } .navbar-container > ul > li > a { text-decoration: none; color: #333; font-family: sans-serif; font-size: 1.3rem; font-weight: 400; } .nav-btn { display: flex; align-items: center; } .nav-active { color: #554ed9; } .nav-btn > a > button { background-color: #554ed9; color: white; padding: 0.5rem 1rem; height: 40px; width: 100px; cursor: pointer; border: 0; outline: none; border-radius: 0.3rem; font-size: 1.1rem; font-family: sans-serif; font-weight: 300; letter-spacing: 0.1rem; } .toggle-menu, .close-toggle { width: 30px; height: 25px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; margin: 0 0.5rem; display: none; } span { width: 100%; height: 3px; background-color: #333; color: #333; transform-origin: left; transition: all 0.5s ease; transform-origin: left; } .close-toggle > span:first-child { transform: rotate(45deg); } .close-toggle > span:nth-child(2) { opacity: 0; } .close-toggle > span:last-child { transform: rotate(-45deg); } .toggle-list { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; } .toggle-list > li { width: 100%; margin: auto; padding: 0.5rem; list-style: none; border-bottom: 1px solid gray; } .toggle-list > li > a { text-decoration: none; color: #333; font-size: 1.3rem; font-family: sans-serif; font-weight: 400; } @media screen and (min-width: 300px) and (max-width: 768px) { .navbar-container { padding: 1rem 3rem; display: flex; justify-content: space-between; align-items: center; height: 70px; width: 100%; position: relative; } .navbar-container > ul { display: none; } .toggle-menu, .close-toggle { display: block; width: 30px; height: 25px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; margin: 0 0.5rem; position: absolute; right: 0; } } .slide-bottom { -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2022-1-6 14:45:50 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation slide-bottom * ---------------------------------------- */ @-webkit-keyframes slide-bottom { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(10px); transform: translateY(10px); } } @keyframes slide-bottom { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(10px); transform: translateY(10px); } }
src/components/Navbar.css
.navbar-container { padding: 3rem 7rem; display: flex; justify-content: space-between; align-items: center; height: 70px; width: 100%; position: relative; } .nav-logo { height: 70px; width: 200px; margin-right: 0.5rem; } .nav-logo > img { height: 100%; width: 100%; object-fit: contain; } .navbar-container > ul { display: flex; list-style: none; flex: 1; align-items: center; } .navbar-container > ul > li { padding: 0 0.5rem; } .navbar-container > ul > li > a { text-decoration: none; color: #333; font-family: sans-serif; font-size: 1.3rem; font-weight: 400; } .nav-btn { display: flex; align-items: center; } .nav-active { color: #554ed9; } .nav-btn > a > button { background-color: #554ed9; color: white; padding: 0.5rem 1rem; height: 40px; width: 100px; cursor: pointer; border: 0; outline: none; border-radius: 0.3rem; font-size: 1.1rem; font-family: sans-serif; font-weight: 300; letter-spacing: 0.1rem; } .toggle-menu, .close-toggle { width: 30px; height: 25px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; margin: 0 0.5rem; display: none; } span { width: 100%; height: 3px; background-color: #333; color: #333; transform-origin: left; transition: all 0.5s ease; transform-origin: left; } .close-toggle > span:first-child { transform: rotate(45deg); } .close-toggle > span:nth-child(2) { opacity: 0; } .close-toggle > span:last-child { transform: rotate(-45deg); } .toggle-list { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; } .toggle-list > li { width: 100%; margin: auto; padding: 0.5rem; list-style: none; border-bottom: 1px solid gray; } .toggle-list > li > a { text-decoration: none; color: #333; font-size: 1.3rem; font-family: sans-serif; font-weight: 400; } @media screen and (min-width: 300px) and (max-width: 768px) { .navbar-container { padding: 1rem 3rem; display: flex; justify-content: space-between; align-items: center; height: 70px; width: 100%; position: relative; } .navbar-container > ul { display: none; } .toggle-menu, .close-toggle { display: block; width: 30px; height: 25px; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer; margin: 0 0.5rem; position: absolute; right: 0; } } .slide-bottom { -webkit-animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; } /* ---------------------------------------------- * Generated by Animista on 2022-1-6 14:45:50 * Licensed under FreeBSD License. * See http://animista.net/license for more info. * w: http://animista.net, t: @cssanimista * ---------------------------------------------- */ /** * ---------------------------------------- * animation slide-bottom * ---------------------------------------- */ @-webkit-keyframes slide-bottom { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(10px); transform: translateY(10px); } } @keyframes slide-bottom { 0% { -webkit-transform: translateY(0); transform: translateY(0); } 100% { -webkit-transform: translateY(10px); transform: translateY(10px); } }
0.458591
0.068631
.navBar { cursor: pointer; display: none; position: absolute; top: 0; right: 15px; } .bar1, .bar2, .bar3 { width: 35px; height: 5px; background-color: #4fcac8; margin: 6px 0; transition: 0.4s; } .change .bar1 { transform: rotate(-45deg) translate(-9px, 6px); } .change .bar2 { opacity: 0; } .change .bar3 { transform: rotate(45deg) translate(-8px, -8px); } /* END - NAV TOGGLE */ header { position: fixed; width: 100%; top: 0; padding-top: 20px; font-family: 'Varela Round', sans-serif; background-color: #fff; animation-name: open-header; animation-duration: 1s; animation-fill-mode: forwards; transform-origin: top; backface-visibility: visible !important; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); z-index: 10; } /* HEADER SCROLL CLASS */ header.off { margin-top: 0; transition: .3s; animation-name: close-header; animation-duration: 1s; animation-fill-mode: forwards; } @keyframes open-header { /*0% { opacity: 1; transform: translateY(-100%); } 100% { opacity: 1; transform: translateY(0%); }*/ 0% { transform: perspective(400px) rotateX(-90deg); } 100% { transform: perspective(400px) rotateX(0deg); } } @keyframes close-header { /*0% { opacity: 1; transform: translateY(0%); } 100% { opacity: 1; transform: translateY(-100%); }*/ 0% { transform: perspective(400px) rotateX(0deg); } 100% { transform: perspective(400px) rotateX(-90deg); } } /* HEADER SCROLL CLASS*/ section { margin-top: 0; } a, a:hover { color: unset; text-decoration: none; } ul { padding-left: 0; } .container { position: relative; } .nav__brandArea { position: relative; display: inline-block; } .nav__brandLink { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } .nav__brandLogo, .nav__brandTexts { position: relative; display: block; float: left; } .nav__brandTexts { margin-left: 10px; line-height: 1; } .nav__brandTitle { color: #000; font-size: 30px; font-weight: 400; display: block; margin-top: 5px; } .nav__brandSubtitle { display: block; font-size: 12px; color: #ccc; } .nav__linksArea { display: inline-block; list-style: none; padding-left: 0; } .nav__linkItem { position: relative; float: left; padding: 15px 10px; color: #2f2c2c; font-weight: 400; font-size: 18px; transition: .3s; cursor: pointer; } .nav__linkItem .fa-caret-down { font-size: 12px; color: #ddd; transition: .3s; } .nav__linkItem:first-child { margin-left: -10px; } .nav__linkItem:hover, .nav__linkItem:hover .fa-caret-down { color: #4cc2c0; } /* WHEN HOVER THE NAV LINKS -ACTIVE LINE EFFECT -*/ .nav__linkItem .activeLine { position: absolute; display: none; bottom: 0; left: 0; width: 0%; height: 2px; background-color: #4cc2c0; transition: .5s; } .nav__linkItem:hover .activeLine{ display: block; animation-name: activeline; animation-duration: .3s; animation-timing-function: linear; animation-fill-mode: forwards; } @keyframes activeline { 0% { transform: translateX(-20%); } 50% { transform: translateX(10%); } 100% { transform: translateX(0%); width: 100%; } } /* END - ACTIVE LINE EFFECT -*/ .nav__link { position: relative; display: inline-block; } .nav__linkDrowdown { position: absolute; display: none; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); min-height: 100px; min-width: 270px; top: 57px; left: 50%; transform: translate(-50%, 0); background-color: #ffffff; padding: 20px 0; } .nav__link .wide { display: none; padding: 10px; width: 100%; } .nav__linkDrowdown__item { position: relative; display: block; padding: 5px 10px; cursor: pointer; transition: .3s; } .nav__linkDrowdown__item:hover { color: #4cc2c0 !important; } .nav__linkDrowdown__item:first-child { padding-top: 0; } .nav__linkDrowdown__item:last-child { padding-bottom: 0; } .nav__linkDrowdown .color { color: #ccc; } .nav__linkDrowdown .itemTitle { cursor: default; } .nav__linkDrowdown .itemTitle:hover { color: unset !important; } .nav__linkDrowdown .title { margin: 0; } .nav__linkDrowdown .subtitle { font-size: 12px; } .nav__linkDrowdown__item .icon { margin-right: 10px; } .nav__linkDrowdown .colquarter { position: relative; display: block; float: left; width: 25%; } .nav__link.hasWideDropdown { position: static; } @media (max-width: 768px) { .nav__linksArea { display: none;} .navBar { display: block; } .nav__link, .nav__linkItem {display: block; float: none; } .nav__link:first-child { margin-left: 0; } .nav__linkDrowdown { position: relative; display: none; box-shadow: unset; min-height: unset; min-width: unset; top: unset; left: unset; transform: unset; padding-top: 5px; } .nav__linkDrowdown .colquarter { width: 100% } .nav__link.hasWideDropdown { position: relative; display: block; } .nav__link .wide { position: relative; height: -webkit-fill-available; } } @media (min-width: 992px) and (max-width: 1200px) { .header-col { flex: 0 0 100%; max-width: 100%; } } @media (min-width: 769px) { .nav__link:hover .nav__linkDrowdown { display: block; } } #searchArea { position: fixed; display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .9); z-index: 1; transition: .3s; animation-name: searchAreaIN; animation-duration: 1s; animation-fill-mode: forwards; z-index: 999; } @keyframes searchAreaIN { 0% { width: 0; height: 0; border-radius: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } 50% { width: 100px; height: 100px; } 100% { width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } } #searchArea .container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .searchArea__input { border: 0; outline: none; background-color: transparent; padding: 10px; color: #707070; font-size: 26px; border-bottom: 2px solid #707070; width: 100%; transition: .3s; } .searchArea__input:hover { border-color: #fff; } .searchArea__input:focus { border-color: #fff; color: #fff; } #searchAreaExit { position: absolute; top: 50%; right: 15px; transform: translate(0, -50%); cursor: pointer; font-size: 26px; color: #707070; transition: .3s; } #searchAreaExit:hover { color: #fff; } .shortcutButton { position: absolute; transition: .3s; opacity: .5; right: 0; cursor: pointer; background-color: #4dc2c0; padding: 8px 15px; border: 1px solid #4dc2c0; border-radius: 100%; } .shortcutButton:hover { opacity: 1; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); }
_assets/css/header.css
.navBar { cursor: pointer; display: none; position: absolute; top: 0; right: 15px; } .bar1, .bar2, .bar3 { width: 35px; height: 5px; background-color: #4fcac8; margin: 6px 0; transition: 0.4s; } .change .bar1 { transform: rotate(-45deg) translate(-9px, 6px); } .change .bar2 { opacity: 0; } .change .bar3 { transform: rotate(45deg) translate(-8px, -8px); } /* END - NAV TOGGLE */ header { position: fixed; width: 100%; top: 0; padding-top: 20px; font-family: 'Varela Round', sans-serif; background-color: #fff; animation-name: open-header; animation-duration: 1s; animation-fill-mode: forwards; transform-origin: top; backface-visibility: visible !important; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); z-index: 10; } /* HEADER SCROLL CLASS */ header.off { margin-top: 0; transition: .3s; animation-name: close-header; animation-duration: 1s; animation-fill-mode: forwards; } @keyframes open-header { /*0% { opacity: 1; transform: translateY(-100%); } 100% { opacity: 1; transform: translateY(0%); }*/ 0% { transform: perspective(400px) rotateX(-90deg); } 100% { transform: perspective(400px) rotateX(0deg); } } @keyframes close-header { /*0% { opacity: 1; transform: translateY(0%); } 100% { opacity: 1; transform: translateY(-100%); }*/ 0% { transform: perspective(400px) rotateX(0deg); } 100% { transform: perspective(400px) rotateX(-90deg); } } /* HEADER SCROLL CLASS*/ section { margin-top: 0; } a, a:hover { color: unset; text-decoration: none; } ul { padding-left: 0; } .container { position: relative; } .nav__brandArea { position: relative; display: inline-block; } .nav__brandLink { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; } .nav__brandLogo, .nav__brandTexts { position: relative; display: block; float: left; } .nav__brandTexts { margin-left: 10px; line-height: 1; } .nav__brandTitle { color: #000; font-size: 30px; font-weight: 400; display: block; margin-top: 5px; } .nav__brandSubtitle { display: block; font-size: 12px; color: #ccc; } .nav__linksArea { display: inline-block; list-style: none; padding-left: 0; } .nav__linkItem { position: relative; float: left; padding: 15px 10px; color: #2f2c2c; font-weight: 400; font-size: 18px; transition: .3s; cursor: pointer; } .nav__linkItem .fa-caret-down { font-size: 12px; color: #ddd; transition: .3s; } .nav__linkItem:first-child { margin-left: -10px; } .nav__linkItem:hover, .nav__linkItem:hover .fa-caret-down { color: #4cc2c0; } /* WHEN HOVER THE NAV LINKS -ACTIVE LINE EFFECT -*/ .nav__linkItem .activeLine { position: absolute; display: none; bottom: 0; left: 0; width: 0%; height: 2px; background-color: #4cc2c0; transition: .5s; } .nav__linkItem:hover .activeLine{ display: block; animation-name: activeline; animation-duration: .3s; animation-timing-function: linear; animation-fill-mode: forwards; } @keyframes activeline { 0% { transform: translateX(-20%); } 50% { transform: translateX(10%); } 100% { transform: translateX(0%); width: 100%; } } /* END - ACTIVE LINE EFFECT -*/ .nav__link { position: relative; display: inline-block; } .nav__linkDrowdown { position: absolute; display: none; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); min-height: 100px; min-width: 270px; top: 57px; left: 50%; transform: translate(-50%, 0); background-color: #ffffff; padding: 20px 0; } .nav__link .wide { display: none; padding: 10px; width: 100%; } .nav__linkDrowdown__item { position: relative; display: block; padding: 5px 10px; cursor: pointer; transition: .3s; } .nav__linkDrowdown__item:hover { color: #4cc2c0 !important; } .nav__linkDrowdown__item:first-child { padding-top: 0; } .nav__linkDrowdown__item:last-child { padding-bottom: 0; } .nav__linkDrowdown .color { color: #ccc; } .nav__linkDrowdown .itemTitle { cursor: default; } .nav__linkDrowdown .itemTitle:hover { color: unset !important; } .nav__linkDrowdown .title { margin: 0; } .nav__linkDrowdown .subtitle { font-size: 12px; } .nav__linkDrowdown__item .icon { margin-right: 10px; } .nav__linkDrowdown .colquarter { position: relative; display: block; float: left; width: 25%; } .nav__link.hasWideDropdown { position: static; } @media (max-width: 768px) { .nav__linksArea { display: none;} .navBar { display: block; } .nav__link, .nav__linkItem {display: block; float: none; } .nav__link:first-child { margin-left: 0; } .nav__linkDrowdown { position: relative; display: none; box-shadow: unset; min-height: unset; min-width: unset; top: unset; left: unset; transform: unset; padding-top: 5px; } .nav__linkDrowdown .colquarter { width: 100% } .nav__link.hasWideDropdown { position: relative; display: block; } .nav__link .wide { position: relative; height: -webkit-fill-available; } } @media (min-width: 992px) and (max-width: 1200px) { .header-col { flex: 0 0 100%; max-width: 100%; } } @media (min-width: 769px) { .nav__link:hover .nav__linkDrowdown { display: block; } } #searchArea { position: fixed; display: none; width: 100%; height: 100%; background-color: rgba(0, 0, 0, .9); z-index: 1; transition: .3s; animation-name: searchAreaIN; animation-duration: 1s; animation-fill-mode: forwards; z-index: 999; } @keyframes searchAreaIN { 0% { width: 0; height: 0; border-radius: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } 50% { width: 100px; height: 100px; } 100% { width: 100%; height: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); } } #searchArea .container { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .searchArea__input { border: 0; outline: none; background-color: transparent; padding: 10px; color: #707070; font-size: 26px; border-bottom: 2px solid #707070; width: 100%; transition: .3s; } .searchArea__input:hover { border-color: #fff; } .searchArea__input:focus { border-color: #fff; color: #fff; } #searchAreaExit { position: absolute; top: 50%; right: 15px; transform: translate(0, -50%); cursor: pointer; font-size: 26px; color: #707070; transition: .3s; } #searchAreaExit:hover { color: #fff; } .shortcutButton { position: absolute; transition: .3s; opacity: .5; right: 0; cursor: pointer; background-color: #4dc2c0; padding: 8px 15px; border: 1px solid #4dc2c0; border-radius: 100%; } .shortcutButton:hover { opacity: 1; box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12); }
0.613352
0.098382
body { margin: 0; font-family: Arial, Helvetica, sans-serif; } .container { padding: 0 20px; /* display: flex; */ /* flex-direction: column; */ } ul { list-style-type: none; padding: 0; } a { text-decoration: none; color: white; } /* ===== HEADER ===== */ header { background-color: black; color: white; padding: 20px 0; } header h1 { font-size: 2.2rem; margin: 0 0 10px 0; } header #devChallenge { text-align: center; } header h2 { font-size: 2.2rem; margin: 0; } header strong { color: white; } header span { color: #f4cf0a; } header p { /* color: lightgrey; */ font-size: 1.2rem; margin: 5px 0 0 0; } /* ===== MAIN ===== */ main { padding: 40px 0 100px; } main h2 { font-size: 2rem; text-align: center; margin: 0 0 50px 0; } #challenges { display: grid; grid-template-columns: repeat(auto-fit, 300px); justify-content: center; gap: 100px 150px; align-items: flex-end; } .challenge { padding: 0 0 124px 0; border-bottom: 1px rgba(0, 0, 0, 0.253) solid; } .challenge:last-of-type { padding: 0; border: none; } .challengeImage { overflow: hidden; width: 300px; height: 450px; } .challengeImage img { width: 100%; height: 100%; object-fit: cover; } .challenge a { font-size: 1.5rem; text-align: center; margin: 30px 0 0 0; color: black; } /* ===== FOOTER ===== */ footer { padding: 40px 0; background-color: black; color: white; } footer h2 { margin: 0; font-size: 2rem; text-align: center; } footer li { text-align: center; color: white; margin: 20px 0; } /* ===== RESPONSIVENESS ===== */ @media(min-width: 768px) { /* ===== MAIN ===== */ main .container { padding: 0 50px; } .challenge { border-bottom: none; padding: 0; } /* ===== FOOTER ===== */ footer ul { display: flex; justify-content: center; } footer li { padding: 10px; margin: 0; } }
styles/style.css
body { margin: 0; font-family: Arial, Helvetica, sans-serif; } .container { padding: 0 20px; /* display: flex; */ /* flex-direction: column; */ } ul { list-style-type: none; padding: 0; } a { text-decoration: none; color: white; } /* ===== HEADER ===== */ header { background-color: black; color: white; padding: 20px 0; } header h1 { font-size: 2.2rem; margin: 0 0 10px 0; } header #devChallenge { text-align: center; } header h2 { font-size: 2.2rem; margin: 0; } header strong { color: white; } header span { color: #f4cf0a; } header p { /* color: lightgrey; */ font-size: 1.2rem; margin: 5px 0 0 0; } /* ===== MAIN ===== */ main { padding: 40px 0 100px; } main h2 { font-size: 2rem; text-align: center; margin: 0 0 50px 0; } #challenges { display: grid; grid-template-columns: repeat(auto-fit, 300px); justify-content: center; gap: 100px 150px; align-items: flex-end; } .challenge { padding: 0 0 124px 0; border-bottom: 1px rgba(0, 0, 0, 0.253) solid; } .challenge:last-of-type { padding: 0; border: none; } .challengeImage { overflow: hidden; width: 300px; height: 450px; } .challengeImage img { width: 100%; height: 100%; object-fit: cover; } .challenge a { font-size: 1.5rem; text-align: center; margin: 30px 0 0 0; color: black; } /* ===== FOOTER ===== */ footer { padding: 40px 0; background-color: black; color: white; } footer h2 { margin: 0; font-size: 2rem; text-align: center; } footer li { text-align: center; color: white; margin: 20px 0; } /* ===== RESPONSIVENESS ===== */ @media(min-width: 768px) { /* ===== MAIN ===== */ main .container { padding: 0 50px; } .challenge { border-bottom: none; padding: 0; } /* ===== FOOTER ===== */ footer ul { display: flex; justify-content: center; } footer li { padding: 10px; margin: 0; } }
0.313525
0.097262
html, body { background: #333 url(bg.png); color: #ccc; font-size: 15px; text-rendering: optimizeLegibility; } .header{ padding: 32px 0 16px; text-shadow: 0px 1px 0px black; } .header h1{ color: #ccc; text-shadow: 0px 1px 3px black } .page { margin-top: 16px; background: #fff; border-radius: 4px; margin-bottom: 16px; border-top: 1px solid white; -webkit-box-shadow: 0px 5px 10px black; } .demo-box { white-space: normal; background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(240,240,240)), color-stop(1, rgb(173,173,173)) ); border: 1px solid #ccc; -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5) inset; } .demo-box .demo-label{ float:right; padding-top: 6px; color: #888; text-shadow: 0px 1px 0px white; } .main { padding: 32px; color: #777; } .footer{ margin-top: 16px; border-radius: 4px; margin-bottom: 32px; border-top: 1px solid white; -webkit-box-shadow: 0px 5px 10px black; background-color: rgba(255,255,255, 0.6); } .footer .main{ font-size: 12px; color: #444; text-shadow: 0px 1px 0px rgba(255,255,255, 0.4); padding-top: 10px; padding-bottom: 10px; } .footer .main a:link{ color: #444; text-decoration: underline; } .footer .main a:visited{ color: #444; text-decoration: underline; } .footer .main a:hover{ color: #777; text-decoration: none; } a.a:hover{ text-decoration: none; } .btn-download { background: url(red.png) no-repeat; width: 347px; height:94px; border: none; color: white; font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-size: 24px; font-weight: normal; text-shadow: 0px -1px 0px rgba(0,0,0,0.4); position: relative; } .btn-download:hover{ background-position: 0px -94px; } .btn-download:active{ padding-top: 5px; color: rgba(255,255,255,0.8); background-position: 0px -188px; } .btn-download .version{ position: absolute; right: 35px; top: 35px; font-size: 15px; background: rgba(0,0,0,0.2); color: rgba(255,255,255,0.7); padding: 4px 12px; width: 30px; text-align:center; border-radius: 300px; border-bottom: 1px solid rgba(255,255,255,0.4); -webkit-box-shadow: 0px 1px 2px black inset; }
about/about.css
html, body { background: #333 url(bg.png); color: #ccc; font-size: 15px; text-rendering: optimizeLegibility; } .header{ padding: 32px 0 16px; text-shadow: 0px 1px 0px black; } .header h1{ color: #ccc; text-shadow: 0px 1px 3px black } .page { margin-top: 16px; background: #fff; border-radius: 4px; margin-bottom: 16px; border-top: 1px solid white; -webkit-box-shadow: 0px 5px 10px black; } .demo-box { white-space: normal; background-image: linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -o-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -moz-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -webkit-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -ms-linear-gradient(bottom, rgb(240,240,240) 0%, rgb(173,173,173) 100%); background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(240,240,240)), color-stop(1, rgb(173,173,173)) ); border: 1px solid #ccc; -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.5) inset; } .demo-box .demo-label{ float:right; padding-top: 6px; color: #888; text-shadow: 0px 1px 0px white; } .main { padding: 32px; color: #777; } .footer{ margin-top: 16px; border-radius: 4px; margin-bottom: 32px; border-top: 1px solid white; -webkit-box-shadow: 0px 5px 10px black; background-color: rgba(255,255,255, 0.6); } .footer .main{ font-size: 12px; color: #444; text-shadow: 0px 1px 0px rgba(255,255,255, 0.4); padding-top: 10px; padding-bottom: 10px; } .footer .main a:link{ color: #444; text-decoration: underline; } .footer .main a:visited{ color: #444; text-decoration: underline; } .footer .main a:hover{ color: #777; text-decoration: none; } a.a:hover{ text-decoration: none; } .btn-download { background: url(red.png) no-repeat; width: 347px; height:94px; border: none; color: white; font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif; font-size: 24px; font-weight: normal; text-shadow: 0px -1px 0px rgba(0,0,0,0.4); position: relative; } .btn-download:hover{ background-position: 0px -94px; } .btn-download:active{ padding-top: 5px; color: rgba(255,255,255,0.8); background-position: 0px -188px; } .btn-download .version{ position: absolute; right: 35px; top: 35px; font-size: 15px; background: rgba(0,0,0,0.2); color: rgba(255,255,255,0.7); padding: 4px 12px; width: 30px; text-align:center; border-radius: 300px; border-bottom: 1px solid rgba(255,255,255,0.4); -webkit-box-shadow: 0px 1px 2px black inset; }
0.450359
0.121869
display: block; border: none; } .qsort { position: relative; z-index: 10; border: 1px solid #e4e4e4; } .qsort-mode { width: 440px; height: 38px; display: inline-block; vertical-align: top; } .qsort-mode .quesall { display: inline-block; width: 159px; height: 40px; line-height: 38px; padding-left: 13px; margin-right: 13px; font-size: 13px; color: #333; font-weight: 400; cursor: pointer; vertical-align: top; } .qsort-mode .quesall:hover { border-top: 2px solid #35b558; margin-top: -2px; border-right: 1px solid #e4e4e4; } .qsort-mode .quesall:hover .arrow { transform: rotate(180deg); -ms-transform: rotate(180deg); /* IE 9 */ -moz-transform: rotate(180deg); /* Firefox */ -webkit-transform: rotate(180deg); /* Safari 和 Chrome */ -o-transform: rotate(180deg); /* Opera */ } .qsort-mode .quesall:hover .lesson-classfiy-nav { display: block; } .qsort-mode .quesall #allques-title { display: inline; font-size: 13px; line-height: 38px; font-weight: 400; color: #333; } .qsort-mode .arrow { position: relative; display: inline-block; margin-left: 10px; vertical-align: middle; transition: .5s; -moz-transition: .5s; /* Firefox 4 */ -webkit-transition: .5s; /* Safari and Chrome */ -o-transition: .5s; /* Opera */ } .qsort-mode .arrow:before, .qsort-mode .arrow:after { display: block; width: 0!important; height: 0!important; padding: 0!important; font-size: 0!important; line-height: 0!important; border: 5px solid transparent; border-bottom-width: 0; border-top-color: #666; content: ""; } .qsort-mode .arrow:after { position: absolute; left: 1px; bottom: 2px; border-width: 4px; border-bottom-width: 0; border-top-color: #fff; } .qsort-mode .questype { position: relative; display: inline-block; height: 26px; line-height: 26px; padding-left: 5px; padding-right: 5px; background-color: #f5f5f5; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-size: 12px; vertical-align: top; margin-top: 6px; } .qsort-mode .questype dt, .qsort-mode .questype dd { display: inline-block; } .qsort-mode .myques a { color: #666; } .qsort-mode .myques:hover .drop-down { display: block; } .qsort-mode .hideques a { color: #35B558; } .qsort-mode .new a { color: #666; } .qsort-mode .drop-down { display: none; position: absolute; left: 0; top: 26px; width: 60px; background-color: #f5f5f5; } .qsort-mode .drop-down a { display: block; height: 24px; line-height: 24px; padding-left: 5px; padding-right: 5px; color: #666; } .qsort-mode .drop-down a:hover, .qsort-mode .drop-down a.active { color: #35b558; background-color: #dddddd; } .qsort-see { display: inline-block; width: 310px; height: 38px; line-height: 38px; vertical-align: top; text-align: right; font-size: 12px; } .qsort-see dl, .qsort-see dt, .qsort-see dd { display: inline-block; } .qsort-see dt { color: #999; } .qsort-see dl { color: #333; } .qsort-see .default { color: #666; } .qsort-see .good { color: #ff5d00; } .qsort-see .bad { color: #35b558; } .qsort-see .new { color: #666; } .qsort-see i { margin-left: 5px; margin-right: 5px; vertical-align: text-bottom; } .qsort-see .icon-diamond { display: inline-block; width: 16px; height: 13px; background: url("../images/icon.png") -32px -34px no-repeat; background-size: 50px 60px; } .asklist ul { width: 100%; height: 71px; border-bottom: 1px solid #e4e4e4; padding: 15px 0; } .asklist li { float: left; } .asklist li p { font-size: 12px; } .asklist li strong { font-size: 14px; font-weight: normal; } .asklist .askstatus a { display: block; width: 40px; height: 40px; line-height: 18px; text-align: center; padding-top: 3px; color: #fff; } .asklist .askstatus .reply { background-color: #35b558; } .asklist .askstatus .noreply { background-color: #ad3a37; } .asklist .askstatus .solve { background-color: #999; } .asklist .askpv { width: 80px; color: #999; line-height: 18px; text-align: center; padding-top: 3px; } .asklist .asktit { width: 650px; line-height: 20px; } .asklist .asktit h3 { float: left; max-width: 600px; width: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; } .asklist .asktit h3 a { color: #333; } .asklist .asktit h3 a:hover { color: #35b558; } .asklist .asktit p { color: #b6b6b6; } .asklist .asktit p a { color: #b6b6b6; } .asklist .asktit p a:hover { color: #35b558; } .asklist .asktit .mark { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .asklist .asktit .mark span { display: inline-block; vertical-align: middle; } .asklist .asktit .mark span a:hover { color: #35b558; } .asklist .asktit .mark span:nth-child(2) { max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .asklist .asktit .setop { background-color: #2d85ca; font-size: 12px; color: #fff; padding: 1px 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left: 15px; } .lesson-classfiy-nav { display: none; width: 160px; float: left; margin-left: -14px; height: 300px; border-top: 1px solid #e4e4e4; position: relative; border-right: 0; background: url(http://s1.jikexueyuan.com/index/images/nav_r_border_04083a2.jpg) 100% 0 repeat-y; } .lesson-classfiy-nav li > div { width: 158px; height: 37px; line-height: 37px; padding: 0 15px; font-size: 13px; color: #666; border-bottom: 1px solid #F5F5F5; cursor: pointer; } .lesson-classfiy-nav li:last-child > div { border-bottom: 0; background-image: none; } .lesson-classfiy-nav li:last-child > div:hover { border-bottom: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .lesson-classfiy-nav li > div:hover { color: #333; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; margin-left: -2px; height: 38px; margin-top: -1px; border-left: 2px solid #35b558; padding-left: 13px; border-right: 3px solid #fff; width: 213px; background: #fff; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); } .lesson-classfiy-nav li > div:hover .lesson-list-show { display: block; } .lesson-classfiy-nav li > div:hover a { color: #35b558; } .lesson-classfiy-nav li .lesson-list-show { -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); overflow: hidden; width: 108px; background: #fff; border: 1px solid #e4e4e4; position: absolute; left: 209px; top: -2px; z-index: 100; border-left: 0; display: none; } .lesson-classfiy-nav li .lesson-list-show a:hover { color: #35b558; } .lesson-classfiy-nav ul { position: absolute; z-index: 800; width: 160px; height: 298px; background: #fff; border: 1px solid #e4e4e4; border-bottom: 0; border-top: 0; overflow: hidden; } .lesson-classfiy-nav .line { position: absolute; z-index: 2000; height: 9px; width: 160px; background: #f9f9f9 url(http://s1.jikexueyuan.com/index/images/alt-d_5632351.png) center center no-repeat; background-size: 7px 3px; bottom: 0; border: 1px solid #e4e4e4; border-top: 0; } .lesson-classfiy-nav li > div { width: 158px; height: 37px; line-height: 37px; padding: 0 15px; font-size: 13px; color: #333; border-bottom: 1px solid #F5F5F5; background: #ffffff url(http://s1.jikexueyuan.com/index/images/more-icon_d39346f.png) 136px center no-repeat; background-size: 6px 10px; cursor: pointer; font-weight: 400; } .lesson-classfiy-nav li:last-child > div { border-bottom: 0; } .lesson-classfiy-nav li:last-child > div:hover { border-bottom: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .lesson-classfiy-nav li > div > a { color: #333333; } .lesson-classfiy-nav li > div:hover { color: #333; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; margin-left: -2px; height: 38px; margin-top: -1px; border-left: 2px solid #35b558; padding-left: 18px; border-right: 3px solid #fff; width: 163px; background: #fff; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); } .lesson-classfiy-nav li > div:hover .lesson-list-show { display: block; } .lesson-classfiy-nav li > div:hover a { color: #35b558; } .lesson-classfiy-nav li .lesson-list-show { -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); overflow: hidden; width: 108px; min-height: 447px; background: #fff; border: 1px solid #e4e4e4; position: absolute; left: 159px; top: -1px; z-index: 100; border-left: 0; display: none; padding-bottom: 30px; } .lesson-classfiy-nav li .lesson-list-show > div { float: left; width: 399px; } .lesson-classfiy-nav li .lesson-list-show dl { margin: 0 10px; overflow: hidden; } .lesson-classfiy-nav li .lesson-list-show dt { display: block; border-bottom: 1px solid #f5f5f5; height: 37px; line-height: 45px; } .lesson-classfiy-nav li .lesson-list-show dt > a { color: #333; font-size: 13px; font-weight: 400; } .lesson-classfiy-nav li .lesson-list-show dd a.active, .lesson-classfiy-nav li .lesson-list-show dt > a.active { color: #35b558; } .lesson-classfiy-nav li .lesson-list-show dd { list-style: none; margin-left: -8px; padding: 3px 0; } .lesson-classfiy-nav li .lesson-list-show dd a { height: 14px; line-height: 14px; margin-bottom: 10px; margin-top: 4px; padding: 0 7px; color: #666; display: inline-block; font-size: 12px; border-left: 1px solid #e0e0e0; float: left; white-space: nowrap; font-weight: 400; } .lesson-classfiy-nav li .lesson-list-show dd a:last-child { border-right: 0; } .lesson-classfiy-nav li .lesson-list-show a:hover { color: #35b558; } /* background */ .icon-edit-gray { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 15px; height: 13px; background-position: 0 -17px; } .icon-adopt { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 30px; height: 32px; background-position: -19px -1px; } .icon-close { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 11px; height: 11px; background-position: -18px -34px; } .icon-ok { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 10px; height: 10px; background-position: -18px -46px; } .icon-praise { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 11px; height: 13px; background-position: 0 -31px; } .icon-praise-over { display: inline-block; background: url("../images/hand-ok.png") 0 0 no-repeat; background-size: 11px 13px; width: 11px; height: 13px; } .icon-reply { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 11px; height: 13px; background-position: 0 -46px; } /* details */ .breadcrumbs { width: 100%; height: 35px; color: #bbb; font-size: 12px; } .breadcrumbs a { color: #bbb; } .breadcrumbs a:hover { color: #35b558; } .askcont i { font-style: italic; } .askcont .askhead { width: 100%; clear: both; overflow: hidden; margin-bottom: 15px; } .askcont .headpic, .askcont .tit, .askcont .count { float: left; } .askcont .headpic { display: block; width: 40px; height: 40px; } .askcont .headpic img { width: 40px; height: 40px; } .askcont .tit { width: 610px; padding: 0 10px; } .askcont .tit h1 { font-size: 14px; color: #333; font-weight: 500; margin-bottom: 4px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .askcont .tit p { font-size: 12px; color: #b6b6b6; } .askcont .tit p span { display: inline-block; height: 20px; vertical-align: middle; } .askcont .tit p span a:hover { color: #35b558; } .askcont .tit p span:nth-child(2) { max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; } .askcont .tit a { color: #b6b6b6; } .askcont .tit a i { vertical-align: middle; } .askcont .tit a:hover { color: #35b558; } .askcont .count { width: 120px; height: 40px; } .askcont .count li { float: left; width: 40px; height: 40px; line-height: 15px; margin-right: 20px; font-size: 12px; color: #999; text-align: center; padding-top: 4px; } .askcont .count li span { display: block; font-size: 13px; } .askcont .count li:first-child { background-color: #35B558; color: #fff; } .askcont .count li.reply { background-color: #35B558; } .askcont .count li.noreply { background-color: #ad3a37; } .askcont .count li.solve { background-color: #999; } .askcont .details { width: 100%; border-top: 1px solid #e4e4e4; color: #333; font-size: 12px; line-height: 1.8em; padding-top: 20px; padding-bottom: 30px; } .askcont .details img { max-width: 100%; } .replylist { font-size: 12px; } .replylist i { font-style: italic; } .replylist .wrap { width: 100%; padding: 20px 10px; border-top: 1px solid #e4e4e4; } .replylist .light { background-color: #f5f5f5; } .replylist .headpic { float: left; width: 30px; } .replylist .headpic img { display: block; width: 30px; height: 30px; margin-bottom: 10px; } .replylist .desc { padding-left: 40px; } .replylist .hint { height: 36px; clear: right; overflow: hidden; color: #999; line-height: 36px; } .replylist .hint .userNick a { color: #999; } .replylist .hint .userNick a:hover { cursor: pointer; color: #35b558; } .replylist .hint .floor { float: right; } .replylist .hint .floor a { color: #999; } .replylist .cont { color: #666; line-height: 1.5em; word-wrap: break-word; } .replylist .cont span, .replylist .cont a { color: #2d85ca; } .replylist .cont img { max-width: 100%; } .replylist .cont > .contEdit { display: inline; } .replylist .cont > .contEdit a:hover { color: #35b558; } .replylist .cont > .contEdit span:hover { color: #35b558; } .replylist .operate { margin-top: 5px; } .replylist .operate a { color: #999; margin-right: 10px; } .replylist .operate .adopt-on, .replylist .operate .adopt-off { display: inline-block; width: 90px; height: 20px; line-height: 20px; padding-left: 6px; padding-right: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .replylist .operate .adopt-on i, .replylist .operate .adopt-off i { vertical-align: middle; } .replylist .operate .adopt-on { background-color: #35B558; color: #fff; } .replylist .operate .adopt-off { background-color: #f3f3f3; } .replylist .operate i { vertical-align: text-top; } .ask-tit { display: none; width: 100%; height: 40px; margin-top: 20px; } .ask-tit > input { width: 100%; height: 40px; line-height: 40px; padding-left: 5px; padding-right: 5px; background-color: white; border: 1px solid #c9d8db; } .no-contnet-block { width: 100%; text-align: center; margin-top: 30px; } .no-contnet-block .no-contnet-box { margin: 0 auto; width: 600px; height: auto; } .no-contnet-block .no-contnet-box .no-content-img { float: left; width: 75px; height: 75px; } .no-contnet-block .no-contnet-box .no-content-img img { width: 100%; } .no-contnet-block .no-contnet-box .no-content-h3 { float: left; margin-left: 36px; padding: 0; width: 440px; text-align: left; } .no-contnet-block .no-contnet-box .no-content-h3 .no-content-textbig { font-size: 16px; color: #666; line-height: 230%; } .no-contnet-block .no-contnet-box .no-content-h3 .no-content-text { font-size: 12px; color: #999; line-height: 140%; }
mysite/static_common/guestbook/css/ques.css
display: block; border: none; } .qsort { position: relative; z-index: 10; border: 1px solid #e4e4e4; } .qsort-mode { width: 440px; height: 38px; display: inline-block; vertical-align: top; } .qsort-mode .quesall { display: inline-block; width: 159px; height: 40px; line-height: 38px; padding-left: 13px; margin-right: 13px; font-size: 13px; color: #333; font-weight: 400; cursor: pointer; vertical-align: top; } .qsort-mode .quesall:hover { border-top: 2px solid #35b558; margin-top: -2px; border-right: 1px solid #e4e4e4; } .qsort-mode .quesall:hover .arrow { transform: rotate(180deg); -ms-transform: rotate(180deg); /* IE 9 */ -moz-transform: rotate(180deg); /* Firefox */ -webkit-transform: rotate(180deg); /* Safari 和 Chrome */ -o-transform: rotate(180deg); /* Opera */ } .qsort-mode .quesall:hover .lesson-classfiy-nav { display: block; } .qsort-mode .quesall #allques-title { display: inline; font-size: 13px; line-height: 38px; font-weight: 400; color: #333; } .qsort-mode .arrow { position: relative; display: inline-block; margin-left: 10px; vertical-align: middle; transition: .5s; -moz-transition: .5s; /* Firefox 4 */ -webkit-transition: .5s; /* Safari and Chrome */ -o-transition: .5s; /* Opera */ } .qsort-mode .arrow:before, .qsort-mode .arrow:after { display: block; width: 0!important; height: 0!important; padding: 0!important; font-size: 0!important; line-height: 0!important; border: 5px solid transparent; border-bottom-width: 0; border-top-color: #666; content: ""; } .qsort-mode .arrow:after { position: absolute; left: 1px; bottom: 2px; border-width: 4px; border-bottom-width: 0; border-top-color: #fff; } .qsort-mode .questype { position: relative; display: inline-block; height: 26px; line-height: 26px; padding-left: 5px; padding-right: 5px; background-color: #f5f5f5; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; font-size: 12px; vertical-align: top; margin-top: 6px; } .qsort-mode .questype dt, .qsort-mode .questype dd { display: inline-block; } .qsort-mode .myques a { color: #666; } .qsort-mode .myques:hover .drop-down { display: block; } .qsort-mode .hideques a { color: #35B558; } .qsort-mode .new a { color: #666; } .qsort-mode .drop-down { display: none; position: absolute; left: 0; top: 26px; width: 60px; background-color: #f5f5f5; } .qsort-mode .drop-down a { display: block; height: 24px; line-height: 24px; padding-left: 5px; padding-right: 5px; color: #666; } .qsort-mode .drop-down a:hover, .qsort-mode .drop-down a.active { color: #35b558; background-color: #dddddd; } .qsort-see { display: inline-block; width: 310px; height: 38px; line-height: 38px; vertical-align: top; text-align: right; font-size: 12px; } .qsort-see dl, .qsort-see dt, .qsort-see dd { display: inline-block; } .qsort-see dt { color: #999; } .qsort-see dl { color: #333; } .qsort-see .default { color: #666; } .qsort-see .good { color: #ff5d00; } .qsort-see .bad { color: #35b558; } .qsort-see .new { color: #666; } .qsort-see i { margin-left: 5px; margin-right: 5px; vertical-align: text-bottom; } .qsort-see .icon-diamond { display: inline-block; width: 16px; height: 13px; background: url("../images/icon.png") -32px -34px no-repeat; background-size: 50px 60px; } .asklist ul { width: 100%; height: 71px; border-bottom: 1px solid #e4e4e4; padding: 15px 0; } .asklist li { float: left; } .asklist li p { font-size: 12px; } .asklist li strong { font-size: 14px; font-weight: normal; } .asklist .askstatus a { display: block; width: 40px; height: 40px; line-height: 18px; text-align: center; padding-top: 3px; color: #fff; } .asklist .askstatus .reply { background-color: #35b558; } .asklist .askstatus .noreply { background-color: #ad3a37; } .asklist .askstatus .solve { background-color: #999; } .asklist .askpv { width: 80px; color: #999; line-height: 18px; text-align: center; padding-top: 3px; } .asklist .asktit { width: 650px; line-height: 20px; } .asklist .asktit h3 { float: left; max-width: 600px; width: auto; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; } .asklist .asktit h3 a { color: #333; } .asklist .asktit h3 a:hover { color: #35b558; } .asklist .asktit p { color: #b6b6b6; } .asklist .asktit p a { color: #b6b6b6; } .asklist .asktit p a:hover { color: #35b558; } .asklist .asktit .mark { width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .asklist .asktit .mark span { display: inline-block; vertical-align: middle; } .asklist .asktit .mark span a:hover { color: #35b558; } .asklist .asktit .mark span:nth-child(2) { max-width: 240px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .asklist .asktit .setop { background-color: #2d85ca; font-size: 12px; color: #fff; padding: 1px 5px; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; margin-left: 15px; } .lesson-classfiy-nav { display: none; width: 160px; float: left; margin-left: -14px; height: 300px; border-top: 1px solid #e4e4e4; position: relative; border-right: 0; background: url(http://s1.jikexueyuan.com/index/images/nav_r_border_04083a2.jpg) 100% 0 repeat-y; } .lesson-classfiy-nav li > div { width: 158px; height: 37px; line-height: 37px; padding: 0 15px; font-size: 13px; color: #666; border-bottom: 1px solid #F5F5F5; cursor: pointer; } .lesson-classfiy-nav li:last-child > div { border-bottom: 0; background-image: none; } .lesson-classfiy-nav li:last-child > div:hover { border-bottom: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .lesson-classfiy-nav li > div:hover { color: #333; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; margin-left: -2px; height: 38px; margin-top: -1px; border-left: 2px solid #35b558; padding-left: 13px; border-right: 3px solid #fff; width: 213px; background: #fff; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); } .lesson-classfiy-nav li > div:hover .lesson-list-show { display: block; } .lesson-classfiy-nav li > div:hover a { color: #35b558; } .lesson-classfiy-nav li .lesson-list-show { -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); overflow: hidden; width: 108px; background: #fff; border: 1px solid #e4e4e4; position: absolute; left: 209px; top: -2px; z-index: 100; border-left: 0; display: none; } .lesson-classfiy-nav li .lesson-list-show a:hover { color: #35b558; } .lesson-classfiy-nav ul { position: absolute; z-index: 800; width: 160px; height: 298px; background: #fff; border: 1px solid #e4e4e4; border-bottom: 0; border-top: 0; overflow: hidden; } .lesson-classfiy-nav .line { position: absolute; z-index: 2000; height: 9px; width: 160px; background: #f9f9f9 url(http://s1.jikexueyuan.com/index/images/alt-d_5632351.png) center center no-repeat; background-size: 7px 3px; bottom: 0; border: 1px solid #e4e4e4; border-top: 0; } .lesson-classfiy-nav li > div { width: 158px; height: 37px; line-height: 37px; padding: 0 15px; font-size: 13px; color: #333; border-bottom: 1px solid #F5F5F5; background: #ffffff url(http://s1.jikexueyuan.com/index/images/more-icon_d39346f.png) 136px center no-repeat; background-size: 6px 10px; cursor: pointer; font-weight: 400; } .lesson-classfiy-nav li:last-child > div { border-bottom: 0; } .lesson-classfiy-nav li:last-child > div:hover { border-bottom: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .lesson-classfiy-nav li > div > a { color: #333333; } .lesson-classfiy-nav li > div:hover { color: #333; border-top: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4; margin-left: -2px; height: 38px; margin-top: -1px; border-left: 2px solid #35b558; padding-left: 18px; border-right: 3px solid #fff; width: 163px; background: #fff; -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1); } .lesson-classfiy-nav li > div:hover .lesson-list-show { display: block; } .lesson-classfiy-nav li > div:hover a { color: #35b558; } .lesson-classfiy-nav li .lesson-list-show { -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1); overflow: hidden; width: 108px; min-height: 447px; background: #fff; border: 1px solid #e4e4e4; position: absolute; left: 159px; top: -1px; z-index: 100; border-left: 0; display: none; padding-bottom: 30px; } .lesson-classfiy-nav li .lesson-list-show > div { float: left; width: 399px; } .lesson-classfiy-nav li .lesson-list-show dl { margin: 0 10px; overflow: hidden; } .lesson-classfiy-nav li .lesson-list-show dt { display: block; border-bottom: 1px solid #f5f5f5; height: 37px; line-height: 45px; } .lesson-classfiy-nav li .lesson-list-show dt > a { color: #333; font-size: 13px; font-weight: 400; } .lesson-classfiy-nav li .lesson-list-show dd a.active, .lesson-classfiy-nav li .lesson-list-show dt > a.active { color: #35b558; } .lesson-classfiy-nav li .lesson-list-show dd { list-style: none; margin-left: -8px; padding: 3px 0; } .lesson-classfiy-nav li .lesson-list-show dd a { height: 14px; line-height: 14px; margin-bottom: 10px; margin-top: 4px; padding: 0 7px; color: #666; display: inline-block; font-size: 12px; border-left: 1px solid #e0e0e0; float: left; white-space: nowrap; font-weight: 400; } .lesson-classfiy-nav li .lesson-list-show dd a:last-child { border-right: 0; } .lesson-classfiy-nav li .lesson-list-show a:hover { color: #35b558; } /* background */ .icon-edit-gray { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 15px; height: 13px; background-position: 0 -17px; } .icon-adopt { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 30px; height: 32px; background-position: -19px -1px; } .icon-close { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 11px; height: 11px; background-position: -18px -34px; } .icon-ok { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 10px; height: 10px; background-position: -18px -46px; } .icon-praise { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 11px; height: 13px; background-position: 0 -31px; } .icon-praise-over { display: inline-block; background: url("../images/hand-ok.png") 0 0 no-repeat; background-size: 11px 13px; width: 11px; height: 13px; } .icon-reply { display: inline-block; background: url("../images/icon.png") no-repeat; background-size: 50px 60px; width: 11px; height: 13px; background-position: 0 -46px; } /* details */ .breadcrumbs { width: 100%; height: 35px; color: #bbb; font-size: 12px; } .breadcrumbs a { color: #bbb; } .breadcrumbs a:hover { color: #35b558; } .askcont i { font-style: italic; } .askcont .askhead { width: 100%; clear: both; overflow: hidden; margin-bottom: 15px; } .askcont .headpic, .askcont .tit, .askcont .count { float: left; } .askcont .headpic { display: block; width: 40px; height: 40px; } .askcont .headpic img { width: 40px; height: 40px; } .askcont .tit { width: 610px; padding: 0 10px; } .askcont .tit h1 { font-size: 14px; color: #333; font-weight: 500; margin-bottom: 4px; width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .askcont .tit p { font-size: 12px; color: #b6b6b6; } .askcont .tit p span { display: inline-block; height: 20px; vertical-align: middle; } .askcont .tit p span a:hover { color: #35b558; } .askcont .tit p span:nth-child(2) { max-width: 170px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; vertical-align: middle; } .askcont .tit a { color: #b6b6b6; } .askcont .tit a i { vertical-align: middle; } .askcont .tit a:hover { color: #35b558; } .askcont .count { width: 120px; height: 40px; } .askcont .count li { float: left; width: 40px; height: 40px; line-height: 15px; margin-right: 20px; font-size: 12px; color: #999; text-align: center; padding-top: 4px; } .askcont .count li span { display: block; font-size: 13px; } .askcont .count li:first-child { background-color: #35B558; color: #fff; } .askcont .count li.reply { background-color: #35B558; } .askcont .count li.noreply { background-color: #ad3a37; } .askcont .count li.solve { background-color: #999; } .askcont .details { width: 100%; border-top: 1px solid #e4e4e4; color: #333; font-size: 12px; line-height: 1.8em; padding-top: 20px; padding-bottom: 30px; } .askcont .details img { max-width: 100%; } .replylist { font-size: 12px; } .replylist i { font-style: italic; } .replylist .wrap { width: 100%; padding: 20px 10px; border-top: 1px solid #e4e4e4; } .replylist .light { background-color: #f5f5f5; } .replylist .headpic { float: left; width: 30px; } .replylist .headpic img { display: block; width: 30px; height: 30px; margin-bottom: 10px; } .replylist .desc { padding-left: 40px; } .replylist .hint { height: 36px; clear: right; overflow: hidden; color: #999; line-height: 36px; } .replylist .hint .userNick a { color: #999; } .replylist .hint .userNick a:hover { cursor: pointer; color: #35b558; } .replylist .hint .floor { float: right; } .replylist .hint .floor a { color: #999; } .replylist .cont { color: #666; line-height: 1.5em; word-wrap: break-word; } .replylist .cont span, .replylist .cont a { color: #2d85ca; } .replylist .cont img { max-width: 100%; } .replylist .cont > .contEdit { display: inline; } .replylist .cont > .contEdit a:hover { color: #35b558; } .replylist .cont > .contEdit span:hover { color: #35b558; } .replylist .operate { margin-top: 5px; } .replylist .operate a { color: #999; margin-right: 10px; } .replylist .operate .adopt-on, .replylist .operate .adopt-off { display: inline-block; width: 90px; height: 20px; line-height: 20px; padding-left: 6px; padding-right: 9px; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .replylist .operate .adopt-on i, .replylist .operate .adopt-off i { vertical-align: middle; } .replylist .operate .adopt-on { background-color: #35B558; color: #fff; } .replylist .operate .adopt-off { background-color: #f3f3f3; } .replylist .operate i { vertical-align: text-top; } .ask-tit { display: none; width: 100%; height: 40px; margin-top: 20px; } .ask-tit > input { width: 100%; height: 40px; line-height: 40px; padding-left: 5px; padding-right: 5px; background-color: white; border: 1px solid #c9d8db; } .no-contnet-block { width: 100%; text-align: center; margin-top: 30px; } .no-contnet-block .no-contnet-box { margin: 0 auto; width: 600px; height: auto; } .no-contnet-block .no-contnet-box .no-content-img { float: left; width: 75px; height: 75px; } .no-contnet-block .no-contnet-box .no-content-img img { width: 100%; } .no-contnet-block .no-contnet-box .no-content-h3 { float: left; margin-left: 36px; padding: 0; width: 440px; text-align: left; } .no-contnet-block .no-contnet-box .no-content-h3 .no-content-textbig { font-size: 16px; color: #666; line-height: 230%; } .no-contnet-block .no-contnet-box .no-content-h3 .no-content-text { font-size: 12px; color: #999; line-height: 140%; }
0.333503
0.078642
.dataTables_filter{ font-weight: bold; } /* 开启滚动条宽度自适应 */ table.table,.dataTables_scrollHeadInner{ width: 100% !important; } table.table i.fa{ width: 40px; height: 26px; line-height: 26px; background: #009688; margin: 0 1px 1px 0; } table.table i.fa:first-child{ border-top-left-radius: 3px; border-bottom-left-radius: 3px; } table.table i.fa:last-child{ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } table.table i.fa:before{ color: #FFF; } table.dataTable tbody tr.even{ background: #F6F6F6; } table.dataTable tbody tr:hover,table.dataTable tbody tr.active{ background: #Fdd5b5; } table.dataTable.no-footer{ float: left; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } .dataTables_scrollHead .dataTable.no-footer{ border-bottom: none; } .dataTables_scrollHead .dataTable.no-footer thead th{ border-bottom: none; } .table>tbody>tr.active>td { background-color: #Fdd5b5; } .dataTables_length,.dataTables_info,.dataTables_paginate{ display: inline-block; vertical-align: middle; } .dataTables_info{ float: right; margin: 0 10px; } /* 表格搜索 */ .dataTables_wrapper .dataTables_filter{ float: left; margin: 6px 0; line-height: 29px; } .dataTables_wrapper .dataTables_filter label{ padding: 7px 13px; line-height: 1.42857143; color: #FFF; cursor: pointer; font-size: 12px; background: #009688; border-top-right-radius: 3px; border-bottom-right-radius: 3px; moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; } .dataTables_wrapper .dataTables_filter input{ float: left; margin: 0 -5px 0 0; padding: 6px 12px; border-radius: 4px; border: 1px solid #ccc; font-size: 12px; } /* 表头按钮外间距 */ .btn-space{ margin: 5px 0 5px 30px; } /* 字体 */ table.table thead{ font-size: 14px; } table.table tbody{ font-size: 12px; } /* 背景 */ table.table thead tr{ background: #F1F1F1; } /* 边框 */ table.dataTable thead th{ border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } table.dataTable thead th:first-child{ border-left: 1px solid #ddd; } .dataTables_wrapper.no-footer .dataTables_scrollBody{ border-bottom: none; } .dataTables_wrapper.no-footer div.dataTables_scrollHead>table, .dataTables_wrapper.no-footer div.dataTables_scrollBody>table{ border-bottom: 1px solid #ddd; }
public/static/website/common/js/datatable/datatable.css
.dataTables_filter{ font-weight: bold; } /* 开启滚动条宽度自适应 */ table.table,.dataTables_scrollHeadInner{ width: 100% !important; } table.table i.fa{ width: 40px; height: 26px; line-height: 26px; background: #009688; margin: 0 1px 1px 0; } table.table i.fa:first-child{ border-top-left-radius: 3px; border-bottom-left-radius: 3px; } table.table i.fa:last-child{ border-top-right-radius: 3px; border-bottom-right-radius: 3px; } table.table i.fa:before{ color: #FFF; } table.dataTable tbody tr.even{ background: #F6F6F6; } table.dataTable tbody tr:hover,table.dataTable tbody tr.active{ background: #Fdd5b5; } table.dataTable.no-footer{ float: left; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; } .dataTables_scrollHead .dataTable.no-footer{ border-bottom: none; } .dataTables_scrollHead .dataTable.no-footer thead th{ border-bottom: none; } .table>tbody>tr.active>td { background-color: #Fdd5b5; } .dataTables_length,.dataTables_info,.dataTables_paginate{ display: inline-block; vertical-align: middle; } .dataTables_info{ float: right; margin: 0 10px; } /* 表格搜索 */ .dataTables_wrapper .dataTables_filter{ float: left; margin: 6px 0; line-height: 29px; } .dataTables_wrapper .dataTables_filter label{ padding: 7px 13px; line-height: 1.42857143; color: #FFF; cursor: pointer; font-size: 12px; background: #009688; border-top-right-radius: 3px; border-bottom-right-radius: 3px; moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none; } .dataTables_wrapper .dataTables_filter input{ float: left; margin: 0 -5px 0 0; padding: 6px 12px; border-radius: 4px; border: 1px solid #ccc; font-size: 12px; } /* 表头按钮外间距 */ .btn-space{ margin: 5px 0 5px 30px; } /* 字体 */ table.table thead{ font-size: 14px; } table.table tbody{ font-size: 12px; } /* 背景 */ table.table thead tr{ background: #F1F1F1; } /* 边框 */ table.dataTable thead th{ border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; } table.dataTable thead th:first-child{ border-left: 1px solid #ddd; } .dataTables_wrapper.no-footer .dataTables_scrollBody{ border-bottom: none; } .dataTables_wrapper.no-footer div.dataTables_scrollHead>table, .dataTables_wrapper.no-footer div.dataTables_scrollBody>table{ border-bottom: 1px solid #ddd; }
0.23066
0.12416
@font-face { src: url('../font/Product Sans Bold.ttf'); font-family: 'Product Bold'; } @font-face { src: url('../font/Product Sans Regular.ttf'); font-family: 'Product'; } @font-face { src: url('../font/Questrial-Regular.ttf'); font-family: 'Questrial'; } section.account { padding: 0 calc(0.03 * 97vh); } section.account header { height: calc(0.235 * 97vh); width: 100%; border-radius: 9.4px; background-color: rgb(239, 233, 224); box-shadow: 0 5px 20px rgb(0, 0, 0, 0.08); box-sizing: border-box; padding: 4px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; position: relative; overflow: hidden; margin: 0 0 calc(0.03 * 97vh) 0; } section.account header div { height: 100%; box-sizing: border-box; } section.account header .first { flex-basis: 33.33%; padding: 2%; } #avatar { width: 75%; margin-bottom: 10%; opacity: 0; cursor: pointer; transform: scale(0.75); transition: transform ease-in-out 0.3s 0s, opacity ease-in-out 0.3s 0s; } #avatar.show { transform: scale(1); opacity: 1; } .money { display: block; font-family: 'Questrial'; font-size: 2vh; line-height: 1em; } [class^="flaticon-"]:before, [class*=" flaticon-"]:before { margin: 0 5px 0 0; font-size: 15px; vertical-align: middle; } section.account header .second { flex-grow: 1; padding: 2% 10% 2% 0; position: relative; } section.account header .second .name { font-family: 'Product Bold'; font-size: 3vh; line-height: 1em; padding: 5% 0 0 0; margin: 0; outline: none; } section.account header .second>span { font-family: 'Questrial'; font-size: 1.8vh; line-height: 1em; display: block; margin-bottom: 6px } section.account header .second>span>span { outline: none; } section.account header .second .level { position: absolute; padding: 6.4px 10px; font-family: 'Questrial'; font-size: 1em; height: auto; border-radius: 19px; color: rgb(239, 233, 224); transform-origin: top; background-color: rgb(61, 140, 243); } section.account header .third { flex-basis: calc(0.25 * 0.5 * 0.94 * 97vh - 2px); padding-left: 4px; transition: opacity ease-in-out 0.3s; opacity: 0; visibility: hidden; } section.account header .third.show { opacity: 1; } section.account header .third div { width: 100%; height: calc(50% - 2px); border-radius: 6px; cursor: pointer; position: relative; } section.account header .third .apply { background-color: rgba(72, 251, 126, 0); margin-bottom: 4px; } section.account header .third .apply:hover { background-color: rgba(52, 206, 98, 0.2); } section.account header .third .ignore { background-color: rgba(241, 52, 84, 0); } section.account header .third .ignore:hover { background-color: rgba(211, 46, 73, 0.2); } section.account header .third .apply svg, section.account header .third .ignore svg { width: 30%; top: 50%; left: 50%; position: absolute; transform: translateY(-50%) translateX(-50%); } #age { font-family: 'Questrial'; font-size: 1.5vh; line-height: 1em; position: absolute; left: 50%; bottom: 4px; color: black; transform: translateX(-50%); opacity: 0.5; } section.account header .edit { width: calc(0.05 * 97vh); height: calc(0.05 * 97vh); background: transparent; opacity: 0.5; position: absolute; right: 0; bottom: 0; padding: 0; cursor: pointer; border-radius: 0 0 9.4px 0; border: none; transform: scale(1); transition: opacity ease-in-out 0.1s, transform ease-in-out 0.1s; outline: none; } section.account header .edit:hover { opacity: 1; } section.account header .edit.hide { opacity: 0; transform: scale(0); } section.account header .request { /*padding: 8px 10px;*/ background-color: #0b9cff; color: white; border-radius: 6px; position: absolute; height: 30px; width: 18%; font-weight: bold; right: 15px; border: none; top: 15px; cursor: pointer; overflow: hidden; visibility: hidden; outline: none; font-size: 10px; } section.account header .request:hover { background-color: #0d89e0; } section.account .friends { height: calc(0.705 * 97vh); width: 100%; border-radius: 9.4px 9.4px 0 0; background-color: rgb(239, 233, 224); box-shadow: 0 5px 20px rgb(0, 0, 0, 0.08); box-sizing: border-box; display: flex; padding: 4px; flex-flow: column nowrap; justify-content: flex-start; align-items: center; position: relative; overflow-y: scroll; margin: 0 0 calc(0.03 * 97vh) 0; overflow-x: hidden; } section.account .friends::-webkit-scrollbar { display: none; } section.account .friends h1 { border-radius: 6px; height: 7vh; width: 100%; box-sizing: border-box; font-family: 'Product Bold'; font-size: 3vh; line-height: 1em; padding: 2vh 0; margin: 0; background-color: #122948; color: rgb(239, 233, 224); margin-bottom: 1vh; } section.account .friends ol { list-style: none; margin: 0; box-sizing: border-box; padding: 1vh 1vh 0 1vh; width: 100%; transition: height ease-in-out 0.3s 0s; } section.account .friends ol .item { width: 100%; height: 6vh; padding: 0.5vh 1vh; box-sizing: border-box; margin: 0 0 1vh 0; background-color: rgba(18, 41, 72, 0.204); overflow: hidden; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; border-radius: 6px; text-align: left; opacity: 1; cursor: pointer; position: relative; transition: height ease-in-out 0.3s 0s, opacity ease-in-out 0.2s 0s; } section.account .friends ol .item.hide { height: 0; opacity: 0; } section.account .friends ol .item:hover { background-color: #122948; } section.account .friends ol .item img { height: 100%; width: auto; margin-right: 1vh; } section.account .friends ol .item h2 { display: inline; text-align: left; font-family: 'Questrial'; font-size: 2.5vh; line-height: 1em; margin: 0; flex-grow: 1; transform: translateY(1px); } section.account .friends ol .item:hover h2 { color: rgb(239, 233, 224); } section.account .friends ol .item .delete { background: transparent; flex-basis: 50%; height: calc(100% + 1vh); transform: translateX(1vh); position: relative; } section.account .friends ol .item .delete div { background-color: rgb(241, 52, 83); position: absolute; right: -1px; bottom: 0; left: 0; top: 0; display: flex; justify-content: center; align-items: center; transform: translateX(110%); transition: transform ease-in-out 0.3s; } section.account .friends ol .item .delete div span { font-family: 'Product Bold'; color: rgb(239, 233, 224); font-size: 2vh; line-height: 1em; } section.account .friends ol .item .delete:hover div { transform: translateX(0); }
src/main/front/css/account.css
@font-face { src: url('../font/Product Sans Bold.ttf'); font-family: 'Product Bold'; } @font-face { src: url('../font/Product Sans Regular.ttf'); font-family: 'Product'; } @font-face { src: url('../font/Questrial-Regular.ttf'); font-family: 'Questrial'; } section.account { padding: 0 calc(0.03 * 97vh); } section.account header { height: calc(0.235 * 97vh); width: 100%; border-radius: 9.4px; background-color: rgb(239, 233, 224); box-shadow: 0 5px 20px rgb(0, 0, 0, 0.08); box-sizing: border-box; padding: 4px; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; position: relative; overflow: hidden; margin: 0 0 calc(0.03 * 97vh) 0; } section.account header div { height: 100%; box-sizing: border-box; } section.account header .first { flex-basis: 33.33%; padding: 2%; } #avatar { width: 75%; margin-bottom: 10%; opacity: 0; cursor: pointer; transform: scale(0.75); transition: transform ease-in-out 0.3s 0s, opacity ease-in-out 0.3s 0s; } #avatar.show { transform: scale(1); opacity: 1; } .money { display: block; font-family: 'Questrial'; font-size: 2vh; line-height: 1em; } [class^="flaticon-"]:before, [class*=" flaticon-"]:before { margin: 0 5px 0 0; font-size: 15px; vertical-align: middle; } section.account header .second { flex-grow: 1; padding: 2% 10% 2% 0; position: relative; } section.account header .second .name { font-family: 'Product Bold'; font-size: 3vh; line-height: 1em; padding: 5% 0 0 0; margin: 0; outline: none; } section.account header .second>span { font-family: 'Questrial'; font-size: 1.8vh; line-height: 1em; display: block; margin-bottom: 6px } section.account header .second>span>span { outline: none; } section.account header .second .level { position: absolute; padding: 6.4px 10px; font-family: 'Questrial'; font-size: 1em; height: auto; border-radius: 19px; color: rgb(239, 233, 224); transform-origin: top; background-color: rgb(61, 140, 243); } section.account header .third { flex-basis: calc(0.25 * 0.5 * 0.94 * 97vh - 2px); padding-left: 4px; transition: opacity ease-in-out 0.3s; opacity: 0; visibility: hidden; } section.account header .third.show { opacity: 1; } section.account header .third div { width: 100%; height: calc(50% - 2px); border-radius: 6px; cursor: pointer; position: relative; } section.account header .third .apply { background-color: rgba(72, 251, 126, 0); margin-bottom: 4px; } section.account header .third .apply:hover { background-color: rgba(52, 206, 98, 0.2); } section.account header .third .ignore { background-color: rgba(241, 52, 84, 0); } section.account header .third .ignore:hover { background-color: rgba(211, 46, 73, 0.2); } section.account header .third .apply svg, section.account header .third .ignore svg { width: 30%; top: 50%; left: 50%; position: absolute; transform: translateY(-50%) translateX(-50%); } #age { font-family: 'Questrial'; font-size: 1.5vh; line-height: 1em; position: absolute; left: 50%; bottom: 4px; color: black; transform: translateX(-50%); opacity: 0.5; } section.account header .edit { width: calc(0.05 * 97vh); height: calc(0.05 * 97vh); background: transparent; opacity: 0.5; position: absolute; right: 0; bottom: 0; padding: 0; cursor: pointer; border-radius: 0 0 9.4px 0; border: none; transform: scale(1); transition: opacity ease-in-out 0.1s, transform ease-in-out 0.1s; outline: none; } section.account header .edit:hover { opacity: 1; } section.account header .edit.hide { opacity: 0; transform: scale(0); } section.account header .request { /*padding: 8px 10px;*/ background-color: #0b9cff; color: white; border-radius: 6px; position: absolute; height: 30px; width: 18%; font-weight: bold; right: 15px; border: none; top: 15px; cursor: pointer; overflow: hidden; visibility: hidden; outline: none; font-size: 10px; } section.account header .request:hover { background-color: #0d89e0; } section.account .friends { height: calc(0.705 * 97vh); width: 100%; border-radius: 9.4px 9.4px 0 0; background-color: rgb(239, 233, 224); box-shadow: 0 5px 20px rgb(0, 0, 0, 0.08); box-sizing: border-box; display: flex; padding: 4px; flex-flow: column nowrap; justify-content: flex-start; align-items: center; position: relative; overflow-y: scroll; margin: 0 0 calc(0.03 * 97vh) 0; overflow-x: hidden; } section.account .friends::-webkit-scrollbar { display: none; } section.account .friends h1 { border-radius: 6px; height: 7vh; width: 100%; box-sizing: border-box; font-family: 'Product Bold'; font-size: 3vh; line-height: 1em; padding: 2vh 0; margin: 0; background-color: #122948; color: rgb(239, 233, 224); margin-bottom: 1vh; } section.account .friends ol { list-style: none; margin: 0; box-sizing: border-box; padding: 1vh 1vh 0 1vh; width: 100%; transition: height ease-in-out 0.3s 0s; } section.account .friends ol .item { width: 100%; height: 6vh; padding: 0.5vh 1vh; box-sizing: border-box; margin: 0 0 1vh 0; background-color: rgba(18, 41, 72, 0.204); overflow: hidden; display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; border-radius: 6px; text-align: left; opacity: 1; cursor: pointer; position: relative; transition: height ease-in-out 0.3s 0s, opacity ease-in-out 0.2s 0s; } section.account .friends ol .item.hide { height: 0; opacity: 0; } section.account .friends ol .item:hover { background-color: #122948; } section.account .friends ol .item img { height: 100%; width: auto; margin-right: 1vh; } section.account .friends ol .item h2 { display: inline; text-align: left; font-family: 'Questrial'; font-size: 2.5vh; line-height: 1em; margin: 0; flex-grow: 1; transform: translateY(1px); } section.account .friends ol .item:hover h2 { color: rgb(239, 233, 224); } section.account .friends ol .item .delete { background: transparent; flex-basis: 50%; height: calc(100% + 1vh); transform: translateX(1vh); position: relative; } section.account .friends ol .item .delete div { background-color: rgb(241, 52, 83); position: absolute; right: -1px; bottom: 0; left: 0; top: 0; display: flex; justify-content: center; align-items: center; transform: translateX(110%); transition: transform ease-in-out 0.3s; } section.account .friends ol .item .delete div span { font-family: 'Product Bold'; color: rgb(239, 233, 224); font-size: 2vh; line-height: 1em; } section.account .friends ol .item .delete:hover div { transform: translateX(0); }
0.526343
0.128307
body{font-family:arial; margin:0px;} .main_cont{width:1020px; height:auto; float:left; } .header{width:100%; height:40px; float:left; font-size:20px; color:#fff; line-height:40px; background:#1a1a1a;} .admin_area{width:1020px; height:auto; float:left; margin:10px 0 10px 0; } .menubar_cont{width:200px; height:300px; float:left; background:#04214a; margin-bottom:10px;} .menubtn{width:190px; height:25px; float:left; line-height:25px; font-size:12px; font-weight:bold; padding-left:10px; color:#fff; background:url(../images/right_arrow.gif) right no-repeat; cursor:pointer; } .menubtn_norm{width:190px; height:25px; float:left; line-height:25px; font-size:12px; font-weight:bold; padding-left:10px; color:#fff; cursor:pointer; } .menubtn:hover div{display:block;} .menubtn:hover, .menubtn_norm:hover{ background-color:#60a5bc;} .sub_menu{width:200px; height:auto; float:left; position:absolute; margin-left:190px; margin-top:-25px; background-color:#60a5bc; display:none; z-index:100;} .sub_menubtn{width:190px; height:25px; float:left; line-height:25px; font-size:12px; padding-left:10px; color:#fff; background-color:#60a5bc;} .sub_menubtn:hover{text-decoration:underline;} .admin_module_area{width:800px; height:auto; float:left; margin:10px 0 0 10px; } .admin_module_area table{border:none; background:#f9f9f9; padding:5px;} .admin_module_area table th{background:#004080; color:#fff; font-size:12px; font-weight:bold;} .admin_module_area table td{font-size:12px; overflow:hidden;} .tdhead{font-size:12px; width:100px;} .admin_title{width:800px; height:30px; float:left;} .admin_title_img{width:auto; height:30px; float:left;} .admin_title_text{width:auto; height:30px; float:left; margin-left:10px; font-size:15px; font-weight:bold; line-height:30px;} .login_box{width:300px; height:200px; float:left; margin:10px 0 0 10px; background-color:#e3e6e4;} .login_box table{border:none; width:100%; font-size:12px;} .btn{width:auto; height:30px; float:left; color:#fff; background:#04214a; border:none; padding:0 10px 0 10px; cursor:pointer; } .widthtext{width:400px;} .active{background:#379300; color:#fff; border:none; cursor:pointer;} .inactive{background:#ff2828; color:#fff; border:none; cursor:pointer;} .dashboard_icons_cont{width:700px; height:200px; float:left; margin-top:10px; } .dashboard_icon{width:100px; height:90px; float:left; margin:10px 20px 0 20px; cursor:pointer;} .dashboard_icon:hover{box-shadow:#000 2px 2px 5px; } .dash_icon{width:55px; height:53px; float:left; margin-left:20px;} .dash_name{width:90px; height:20px; float:left; margin:10px 0 0 5px; font-size:15px; text-align:center; } .footer{width:100%; height:30px; float:left; font-size:12px; color:#fff; line-height:30px; background:#1a1a1a;} .footer a{color:#fff; text-decoration:none;}
admin/css/admin_style.css
body{font-family:arial; margin:0px;} .main_cont{width:1020px; height:auto; float:left; } .header{width:100%; height:40px; float:left; font-size:20px; color:#fff; line-height:40px; background:#1a1a1a;} .admin_area{width:1020px; height:auto; float:left; margin:10px 0 10px 0; } .menubar_cont{width:200px; height:300px; float:left; background:#04214a; margin-bottom:10px;} .menubtn{width:190px; height:25px; float:left; line-height:25px; font-size:12px; font-weight:bold; padding-left:10px; color:#fff; background:url(../images/right_arrow.gif) right no-repeat; cursor:pointer; } .menubtn_norm{width:190px; height:25px; float:left; line-height:25px; font-size:12px; font-weight:bold; padding-left:10px; color:#fff; cursor:pointer; } .menubtn:hover div{display:block;} .menubtn:hover, .menubtn_norm:hover{ background-color:#60a5bc;} .sub_menu{width:200px; height:auto; float:left; position:absolute; margin-left:190px; margin-top:-25px; background-color:#60a5bc; display:none; z-index:100;} .sub_menubtn{width:190px; height:25px; float:left; line-height:25px; font-size:12px; padding-left:10px; color:#fff; background-color:#60a5bc;} .sub_menubtn:hover{text-decoration:underline;} .admin_module_area{width:800px; height:auto; float:left; margin:10px 0 0 10px; } .admin_module_area table{border:none; background:#f9f9f9; padding:5px;} .admin_module_area table th{background:#004080; color:#fff; font-size:12px; font-weight:bold;} .admin_module_area table td{font-size:12px; overflow:hidden;} .tdhead{font-size:12px; width:100px;} .admin_title{width:800px; height:30px; float:left;} .admin_title_img{width:auto; height:30px; float:left;} .admin_title_text{width:auto; height:30px; float:left; margin-left:10px; font-size:15px; font-weight:bold; line-height:30px;} .login_box{width:300px; height:200px; float:left; margin:10px 0 0 10px; background-color:#e3e6e4;} .login_box table{border:none; width:100%; font-size:12px;} .btn{width:auto; height:30px; float:left; color:#fff; background:#04214a; border:none; padding:0 10px 0 10px; cursor:pointer; } .widthtext{width:400px;} .active{background:#379300; color:#fff; border:none; cursor:pointer;} .inactive{background:#ff2828; color:#fff; border:none; cursor:pointer;} .dashboard_icons_cont{width:700px; height:200px; float:left; margin-top:10px; } .dashboard_icon{width:100px; height:90px; float:left; margin:10px 20px 0 20px; cursor:pointer;} .dashboard_icon:hover{box-shadow:#000 2px 2px 5px; } .dash_icon{width:55px; height:53px; float:left; margin-left:20px;} .dash_name{width:90px; height:20px; float:left; margin:10px 0 0 5px; font-size:15px; text-align:center; } .footer{width:100%; height:30px; float:left; font-size:12px; color:#fff; line-height:30px; background:#1a1a1a;} .footer a{color:#fff; text-decoration:none;}
0.401453
0.168446
<style> .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 50px; margin: auto; text-align: center; font-family: arial; } .title { color: grey; font-size: 18px; } #viewCourseLink, #registerButton { text-decoration:none; font-family: 'Open Sans', sans-serif; font-weight: 300; text-shadow: 1px 1px 1px rgba(0,0,0,.4); font-size: 15px; color: white; text-align: left; text-indent: 5px; } #editProfileLink { text-decoration: none; font-size: 22px; color: white; } .editProfile{ background-color: #319EC8; text-align: center; border-radius: 10px; width: 150px; float: right } .editProfile:hover{ box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); } .editProfile:active { background-color: #319EC8; box-shadow: 0 5px #666; transform: translateY(4px); } @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700); /* General Buttons */ button { width: 130px; height: 40px; background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */ border: none; border-radius: 5px; position: relative; border-bottom: 4px solid #2b8bc6; color: #fbfbfb; box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2); cursor: pointer; /* Just for presentation */ display: block; margin: 0 auto; margin-bottom: 20px; } button:active { box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2); top: 1px; } button:after { content: ""; width: 0; height: 0; display: block; border-top: 20px solid #187dbc; border-bottom: 20px solid #187dbc; border-left: 16px solid transparent; border-right: 20px solid #187dbc; position: absolute; opacity: 0.6; right: 0; top: 0; border-radius: 0 5px 5px 0; } img{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .tableHead{ background-color: #319EC8; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); text-align: center; border-radius: 10px } .pageTitle{ background-color: #319EC8; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); text-align: center; border-radius: 10px } h1, h2{ color: white } .user-details{ position: absolute; float: left; left: 170px; top: 35px } </style>
src/main/resources/static/css/profileCard.css
<style> .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 50px; margin: auto; text-align: center; font-family: arial; } .title { color: grey; font-size: 18px; } #viewCourseLink, #registerButton { text-decoration:none; font-family: 'Open Sans', sans-serif; font-weight: 300; text-shadow: 1px 1px 1px rgba(0,0,0,.4); font-size: 15px; color: white; text-align: left; text-indent: 5px; } #editProfileLink { text-decoration: none; font-size: 22px; color: white; } .editProfile{ background-color: #319EC8; text-align: center; border-radius: 10px; width: 150px; float: right } .editProfile:hover{ box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); } .editProfile:active { background-color: #319EC8; box-shadow: 0 5px #666; transform: translateY(4px); } @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700); /* General Buttons */ button { width: 130px; height: 40px; background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */ border: none; border-radius: 5px; position: relative; border-bottom: 4px solid #2b8bc6; color: #fbfbfb; box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2); cursor: pointer; /* Just for presentation */ display: block; margin: 0 auto; margin-bottom: 20px; } button:active { box-shadow: 0px 2px 0px 0px rgba(0,0,0,.2); top: 1px; } button:after { content: ""; width: 0; height: 0; display: block; border-top: 20px solid #187dbc; border-bottom: 20px solid #187dbc; border-left: 16px solid transparent; border-right: 20px solid #187dbc; position: absolute; opacity: 0.6; right: 0; top: 0; border-radius: 0 5px 5px 0; } img{ box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); } .tableHead{ background-color: #319EC8; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); text-align: center; border-radius: 10px } .pageTitle{ background-color: #319EC8; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19); text-align: center; border-radius: 10px } h1, h2{ color: white } .user-details{ position: absolute; float: left; left: 170px; top: 35px } </style>
0.298185
0.121686
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height: inherit; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ } .colorpicker.colorpicker-2x { width: 272px; } .colorpicker-2x .colorpicker-saturation { width: 200px; height: 200px; } .colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha { width: 30px; height: 200px; } .colorpicker-2x .colorpicker-alpha, .colorpicker-2x .colorpicker-preview { background-size: 20px 20px; background-position: 0 0, 10px 10px; } .colorpicker-2x .colorpicker-preview, .colorpicker-2x .colorpicker-preview div { height: 30px; font-size: 16px; line-height: 160%; } .colorpicker-saturation .colorpicker-guide { height: 10px; width: 10px; border-radius: 10px; margin: -5px 0 0 -5px; } .nav-active { border-bottom: solid; border-color: white; } .schedule-cell { width: 185px; height: 75px; } .schedule-rule { position: relative; right: 20px; border: 1px solid; border-radius: 16px; } .schedule-rule-rmv-btn { position: absolute; bottom: 0px; } .schedule-rule-badge { position: absolute; top: 0px; right: 25px; } .schedule-rule-check { width: 70px; position: relative; } .schedule-rule-check-label { position: relative; width: 50px; } .custom-range { width: 90%; padding-left: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: auto; min-width: 60%; max-width: 90%; } .warning { border-color: yellow; } .error { border-color: orangered; } #branchlist { list-style-type: none; } .branchitem { } .sm-colorbox { height: 30px; width: 30px; display: inline-block; border: black thin solid; margin-right: 10px; } .h-no-newline { display: inline-block; } #currentbranch { display: inline-block; margin-left: 20px; } #branchlist { max-height: 600px; overflow-y: scroll; } #lightcounter { display: inline; } .icon-lightbulb { background-image: url("/img/icons/lightbulb.png"); height: 32px; width: 32px; display: inline-block; background-size: 32px; margin-left: 15px; } #install-steps { margin-top: 20px; margin-bottom: 20px; } #programoutput { max-height: 50%; } .addRuleBtnOff { background-color: #66615B; } .addRuleBtnOn { background-color: #403D39; } .addRuleBtn { padding: 0; width: 45px; height: 45px; } .day-header-item { width: 13.143%; flex: 0 0 13.143%; padding: 0; text-align: center; } .day-header-space { max-width: 8%; flex: 0 0 8%; padding: 0; text-align: center; } /* Borders */ .border-full { border: 1px solid rgba(0, 0, 0, 0.125); } .border-bottom-right-left { border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-right: 1px solid rgba(0, 0, 0, 0.125); border-left: 1px solid rgba(0, 0, 0, 0.125); } .border-top-right-left { border-top: 1px solid rgba(0, 0, 0, 0.125); border-right: 1px solid rgba(0, 0, 0, 0.125); border-left: 1px solid rgba(0, 0, 0, 0.125); } .border-right-left { border-right: 1px solid rgba(0, 0, 0, 0.125); border-left: 1px solid rgba(0, 0, 0, 0.125); } #schedule-scroll { position: relative; height: 100%; overflow-y: scroll; } .time-period { height: 75px; display: grid; align-content: start; text-align: right; padding-right: 5px; border-top: 1px solid rgba(0, 0, 0, 0.125); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .day-button { width: 100%; height: 100%; padding: 0; } .rule-cell { display: grid; align-content: left; width: 100%; height: 100%; position: absolute; color: white; } .rule-cell-hovered { box-shadow: 5px 5px #888888; } .rule-top { margin: 0 5px 0; position: absolute; top: 0; width: auto; } .rule-bottom { margin: 0 5px 0; position: absolute; bottom: 0; width: auto; }
src/wwwroot/css/site.css
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification for details on configuring this project to bundle and minify static web assets. */ a.navbar-brand { white-space: normal; text-align: center; word-break: break-all; } /* Sticky footer styles -------------------------------------------------- */ html { font-size: 14px; } @media (min-width: 768px) { html { font-size: 16px; } } .border-top { border-top: 1px solid #e5e5e5; } .border-bottom { border-bottom: 1px solid #e5e5e5; } .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); } button.accept-policy { font-size: 1rem; line-height: inherit; } /* Sticky footer styles -------------------------------------------------- */ html { position: relative; min-height: 100%; } body { /* Margin bottom by footer height */ margin-bottom: 60px; } .footer { position: absolute; bottom: 0; width: 100%; white-space: nowrap; /* Set the fixed height of the footer here */ height: 60px; line-height: 60px; /* Vertically center the text there */ } .colorpicker.colorpicker-2x { width: 272px; } .colorpicker-2x .colorpicker-saturation { width: 200px; height: 200px; } .colorpicker-2x .colorpicker-hue, .colorpicker-2x .colorpicker-alpha { width: 30px; height: 200px; } .colorpicker-2x .colorpicker-alpha, .colorpicker-2x .colorpicker-preview { background-size: 20px 20px; background-position: 0 0, 10px 10px; } .colorpicker-2x .colorpicker-preview, .colorpicker-2x .colorpicker-preview div { height: 30px; font-size: 16px; line-height: 160%; } .colorpicker-saturation .colorpicker-guide { height: 10px; width: 10px; border-radius: 10px; margin: -5px 0 0 -5px; } .nav-active { border-bottom: solid; border-color: white; } .schedule-cell { width: 185px; height: 75px; } .schedule-rule { position: relative; right: 20px; border: 1px solid; border-radius: 16px; } .schedule-rule-rmv-btn { position: absolute; bottom: 0px; } .schedule-rule-badge { position: absolute; top: 0px; right: 25px; } .schedule-rule-check { width: 70px; position: relative; } .schedule-rule-check-label { position: relative; width: 50px; } .custom-range { width: 90%; padding-left: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: auto; min-width: 60%; max-width: 90%; } .warning { border-color: yellow; } .error { border-color: orangered; } #branchlist { list-style-type: none; } .branchitem { } .sm-colorbox { height: 30px; width: 30px; display: inline-block; border: black thin solid; margin-right: 10px; } .h-no-newline { display: inline-block; } #currentbranch { display: inline-block; margin-left: 20px; } #branchlist { max-height: 600px; overflow-y: scroll; } #lightcounter { display: inline; } .icon-lightbulb { background-image: url("/img/icons/lightbulb.png"); height: 32px; width: 32px; display: inline-block; background-size: 32px; margin-left: 15px; } #install-steps { margin-top: 20px; margin-bottom: 20px; } #programoutput { max-height: 50%; } .addRuleBtnOff { background-color: #66615B; } .addRuleBtnOn { background-color: #403D39; } .addRuleBtn { padding: 0; width: 45px; height: 45px; } .day-header-item { width: 13.143%; flex: 0 0 13.143%; padding: 0; text-align: center; } .day-header-space { max-width: 8%; flex: 0 0 8%; padding: 0; text-align: center; } /* Borders */ .border-full { border: 1px solid rgba(0, 0, 0, 0.125); } .border-bottom-right-left { border-bottom: 1px solid rgba(0, 0, 0, 0.125); border-right: 1px solid rgba(0, 0, 0, 0.125); border-left: 1px solid rgba(0, 0, 0, 0.125); } .border-top-right-left { border-top: 1px solid rgba(0, 0, 0, 0.125); border-right: 1px solid rgba(0, 0, 0, 0.125); border-left: 1px solid rgba(0, 0, 0, 0.125); } .border-right-left { border-right: 1px solid rgba(0, 0, 0, 0.125); border-left: 1px solid rgba(0, 0, 0, 0.125); } #schedule-scroll { position: relative; height: 100%; overflow-y: scroll; } .time-period { height: 75px; display: grid; align-content: start; text-align: right; padding-right: 5px; border-top: 1px solid rgba(0, 0, 0, 0.125); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } .day-button { width: 100%; height: 100%; padding: 0; } .rule-cell { display: grid; align-content: left; width: 100%; height: 100%; position: absolute; color: white; } .rule-cell-hovered { box-shadow: 5px 5px #888888; } .rule-top { margin: 0 5px 0; position: absolute; top: 0; width: auto; } .rule-bottom { margin: 0 5px 0; position: absolute; bottom: 0; width: auto; }
0.570451
0.095518
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap'); .imagem { position: absolute; left: 796px; top: 176px; } .titulo { position: absolute; font-weight: 500; font-family: 'Roboto', sans-serif; color: white; text-align: center; font-style: normal; font-weight: 500; font-size: 40px; line-height: 266px; left: 170px; top: -10px; } .retangulo1 { position: absolute; width: 1116px; height: 600px; left: 210px; top: 60px; background: #FFFFFF; box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.25); } .retangulo2 { position: absolute; width: 558px; height: 600px; left: 210px; top: 60px; background: #00808e; color: white; } .login-email { display: flex; position: absolute; width: 410px; height: 60px; left: 280px; top: 250px; background-color: #FFFFFF; border-radius: 70px; } .login-email input { background: transparent; width: 94%; outline-width: 0; color: black; border: none; font-size: 22px; margin-left: 10px; margin-right: 10px; margin-top: 0px; } .login-email ::placeholder { position: relative; text-align: center; color: #3b3b3b; font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; font-size: 22px; line-height: 33px; } .login-senha { display: flex; position: absolute; width: 410px; height: 60px; left: 280px; top: 350px; background-color: #FFFFFF; border-radius: 70px; } .login-senha input { background: transparent; width: 94%; outline-width: 0; color: black; border: none; font-size: 22px; font-weight: 900; margin-left: 10px; margin-right: 10px; margin-top: 0px; } .login-senha ::placeholder { position: relative; text-align: center; color: #3b3b3b; font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; font-size: 22px; line-height: 33px; } .conteudo .botao-entrar button { border: none; position: absolute; width: 410px; height: 60px; left: 280px; top: 488px; background: #1B35BD; border-radius: 70px; font-family: 'Roboto', sans-serif; font-style: normal; font-weight: normal; font-size: 22px; line-height: 42px; color: white; outline-width: 0; } .conteudo .botao-entrar button:hover { background-color: #14288a; cursor: pointer; } .conteudo .login-ajuda h4 { font-family: 'Roboto', sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; color: black; } .login-esquecer-senha { cursor: pointer; position: absolute; width: 151px; height: 19px; left: 546px; top: 420px; } .login-lembrar-senha { cursor: pointer; position: absolute; width: 151px; height: 19px; left: 320px; top: 420px; } .botao-selecionar button { border: none; position: absolute; width: 24px; height: 24px; left: 290px; top: 438px; background: #00808e; border: 3px solid #000000; box-sizing: border-box; outline-width: 0; } .botao-selecionar button:hover { background-color: white; cursor: pointer; }
Aulas/React/fundamentos-react/src/components/layout/card.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap'); .imagem { position: absolute; left: 796px; top: 176px; } .titulo { position: absolute; font-weight: 500; font-family: 'Roboto', sans-serif; color: white; text-align: center; font-style: normal; font-weight: 500; font-size: 40px; line-height: 266px; left: 170px; top: -10px; } .retangulo1 { position: absolute; width: 1116px; height: 600px; left: 210px; top: 60px; background: #FFFFFF; box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.25); } .retangulo2 { position: absolute; width: 558px; height: 600px; left: 210px; top: 60px; background: #00808e; color: white; } .login-email { display: flex; position: absolute; width: 410px; height: 60px; left: 280px; top: 250px; background-color: #FFFFFF; border-radius: 70px; } .login-email input { background: transparent; width: 94%; outline-width: 0; color: black; border: none; font-size: 22px; margin-left: 10px; margin-right: 10px; margin-top: 0px; } .login-email ::placeholder { position: relative; text-align: center; color: #3b3b3b; font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; font-size: 22px; line-height: 33px; } .login-senha { display: flex; position: absolute; width: 410px; height: 60px; left: 280px; top: 350px; background-color: #FFFFFF; border-radius: 70px; } .login-senha input { background: transparent; width: 94%; outline-width: 0; color: black; border: none; font-size: 22px; font-weight: 900; margin-left: 10px; margin-right: 10px; margin-top: 0px; } .login-senha ::placeholder { position: relative; text-align: center; color: #3b3b3b; font-family: 'Roboto', sans-serif; font-style: normal; font-weight: 400; font-size: 22px; line-height: 33px; } .conteudo .botao-entrar button { border: none; position: absolute; width: 410px; height: 60px; left: 280px; top: 488px; background: #1B35BD; border-radius: 70px; font-family: 'Roboto', sans-serif; font-style: normal; font-weight: normal; font-size: 22px; line-height: 42px; color: white; outline-width: 0; } .conteudo .botao-entrar button:hover { background-color: #14288a; cursor: pointer; } .conteudo .login-ajuda h4 { font-family: 'Roboto', sans-serif; font-style: normal; font-weight: normal; font-size: 16px; line-height: 19px; color: black; } .login-esquecer-senha { cursor: pointer; position: absolute; width: 151px; height: 19px; left: 546px; top: 420px; } .login-lembrar-senha { cursor: pointer; position: absolute; width: 151px; height: 19px; left: 320px; top: 420px; } .botao-selecionar button { border: none; position: absolute; width: 24px; height: 24px; left: 290px; top: 438px; background: #00808e; border: 3px solid #000000; box-sizing: border-box; outline-width: 0; } .botao-selecionar button:hover { background-color: white; cursor: pointer; }
0.494141
0.089534
html { font-size:62.5%; /* NOTE - html is set to 62.5% so that all the REM measurements are based on 10px sizing. Basically 1.5rem = 15px */ font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } body { margin:0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display:block; } audio, canvas, progress, video { display:inline-block; vertical-align:baseline; } audio:not([controls]) { display:none; height:0; } [hidden], template { display:none; } a { background-color:transparent; } a:active, a:hover { outline:0; } abbr[title] { border-bottom:1px dotted; } b, strong { font-weight:bold; } dfn { font-style:italic; } h1 { font-size:2em; margin:0.67em 0; } mark { background:#ff0; color:#000; } small { font-size:80%; } sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; } sup { top:-0.5em; } sub { bottom:-0.25em; } img { border:0; } svg:not(:root) { overflow:hidden; } figure { margin:1em 40px; } hr { box-sizing:content-box; height:0; } pre { overflow:auto; } code, kbd, pre, samp { font-family:monospace, monospace; font-size:1em; } button, input, optgroup, select, textarea { color:inherit; font:inherit; margin:0; } button { overflow:visible; } button, select { text-transform:none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; -webkit-appearance:button; } button[disabled], html input[disabled] { cursor:default; } button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; } input { line-height:normal; } input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height:auto; } input[type="search"] { box-sizing:content-box; -webkit-appearance:textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance:none; } fieldset { border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em; } legend { border:0; padding:0; } textarea { overflow:auto; } optgroup { font-weight:bold; } table { border-collapse:collapse; border-spacing:0; } td, th { padding:0; }
public/css/css/normalize.css
html { font-size:62.5%; /* NOTE - html is set to 62.5% so that all the REM measurements are based on 10px sizing. Basically 1.5rem = 15px */ font-family:sans-serif; -ms-text-size-adjust:100%; -webkit-text-size-adjust:100%; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; } body { margin:0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display:block; } audio, canvas, progress, video { display:inline-block; vertical-align:baseline; } audio:not([controls]) { display:none; height:0; } [hidden], template { display:none; } a { background-color:transparent; } a:active, a:hover { outline:0; } abbr[title] { border-bottom:1px dotted; } b, strong { font-weight:bold; } dfn { font-style:italic; } h1 { font-size:2em; margin:0.67em 0; } mark { background:#ff0; color:#000; } small { font-size:80%; } sub, sup { font-size:75%; line-height:0; position:relative; vertical-align:baseline; } sup { top:-0.5em; } sub { bottom:-0.25em; } img { border:0; } svg:not(:root) { overflow:hidden; } figure { margin:1em 40px; } hr { box-sizing:content-box; height:0; } pre { overflow:auto; } code, kbd, pre, samp { font-family:monospace, monospace; font-size:1em; } button, input, optgroup, select, textarea { color:inherit; font:inherit; margin:0; } button { overflow:visible; } button, select { text-transform:none; } button, html input[type="button"], input[type="reset"], input[type="submit"] { cursor:pointer; -webkit-appearance:button; } button[disabled], html input[disabled] { cursor:default; } button::-moz-focus-inner, input::-moz-focus-inner { border:0; padding:0; } input { line-height:normal; } input[type="checkbox"], input[type="radio"] { box-sizing:border-box; padding:0; } input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height:auto; } input[type="search"] { box-sizing:content-box; -webkit-appearance:textfield; } input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance:none; } fieldset { border:1px solid #c0c0c0; margin:0 2px; padding:0.35em 0.625em 0.75em; } legend { border:0; padding:0; } textarea { overflow:auto; } optgroup { font-weight:bold; } table { border-collapse:collapse; border-spacing:0; } td, th { padding:0; }
0.291687
0.087759
body{ background: rgb(255,255,255); background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(165,235,143,1) 25%, rgba(252,147,202,1) 100%); } a{ margin-right:30px; color:white; } a:hover{ color:white; } h1, h4{ font-family: 'Nunito', sans-serif; } .container{ margin-top: 50px; } .navbar-light .navbar-nav .nav-link { color:white; font-family: 'Nunito', sans-serif; } .navbar-light .navbar-nav .nav-link:hover{ background-color: pink; border-radius: 25px; transition: 2s; padding: 12px; } .navbar-light .navbar-brand { font-family: 'Satisfy', cursive; } .navbar-brand img{ max-width: 25px; } .bg-light { background-color: #fed4ea!important; } footer{ position:sticky; background-position: center; background-size:cover; background-color:pink; } footer a:hover{ background-color: rgb(238, 46, 78); border-radius: 5px; transition: 1.5s; padding:9px; } .modal-content{ background-image: url(https://images-na.ssl-images-amazon.com/images/I/61LPwnDF01L.jpg); background-size:cover; background-position: center; } .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #fff; text-shadow: 0 1px 0 #fff; /* opacity: .5; */ } .carousel-item{ max-height: 450px; height:100%; } .d-block{ height:450px; } .bg-danger { background-color: #aeacac52!important; } .list-unstyled{ display:flex; margin-right: 10px; } .card img{ height:250px; } .h-100{ height:100%!important; } .jumbotron { background-size: cover; background-position: center; } /*--Blog*/ .iframe{ width:100%; } .video{ background-color:black; } /*--Contact--*/ .col-md-3{ margin-left:20px; } /*--SHOP--*/ button.cart{ background-color:pink; color:white; border-radius: 10px; position: absolute; right: 1px; bottom: 1px; margin: 10px; font-family: 'Nunito', sans-serif; } button.cart:hover{ background-color:red; color:white; border-radius: 10px; position: absolute; right: 1px; bottom: 1px; margin: 10px; font-family: 'Nunito', sans-serif; transition:2s; } .col-xs-12, .col-sm-12{ margin-bottom: 20px; }
Homework/Final/main.css
body{ background: rgb(255,255,255); background: rgb(255,255,255); background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(165,235,143,1) 25%, rgba(252,147,202,1) 100%); } a{ margin-right:30px; color:white; } a:hover{ color:white; } h1, h4{ font-family: 'Nunito', sans-serif; } .container{ margin-top: 50px; } .navbar-light .navbar-nav .nav-link { color:white; font-family: 'Nunito', sans-serif; } .navbar-light .navbar-nav .nav-link:hover{ background-color: pink; border-radius: 25px; transition: 2s; padding: 12px; } .navbar-light .navbar-brand { font-family: 'Satisfy', cursive; } .navbar-brand img{ max-width: 25px; } .bg-light { background-color: #fed4ea!important; } footer{ position:sticky; background-position: center; background-size:cover; background-color:pink; } footer a:hover{ background-color: rgb(238, 46, 78); border-radius: 5px; transition: 1.5s; padding:9px; } .modal-content{ background-image: url(https://images-na.ssl-images-amazon.com/images/I/61LPwnDF01L.jpg); background-size:cover; background-position: center; } .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #fff; text-shadow: 0 1px 0 #fff; /* opacity: .5; */ } .carousel-item{ max-height: 450px; height:100%; } .d-block{ height:450px; } .bg-danger { background-color: #aeacac52!important; } .list-unstyled{ display:flex; margin-right: 10px; } .card img{ height:250px; } .h-100{ height:100%!important; } .jumbotron { background-size: cover; background-position: center; } /*--Blog*/ .iframe{ width:100%; } .video{ background-color:black; } /*--Contact--*/ .col-md-3{ margin-left:20px; } /*--SHOP--*/ button.cart{ background-color:pink; color:white; border-radius: 10px; position: absolute; right: 1px; bottom: 1px; margin: 10px; font-family: 'Nunito', sans-serif; } button.cart:hover{ background-color:red; color:white; border-radius: 10px; position: absolute; right: 1px; bottom: 1px; margin: 10px; font-family: 'Nunito', sans-serif; transition:2s; } .col-xs-12, .col-sm-12{ margin-bottom: 20px; }
0.601008
0.076996
.product-checkout { display: flex; justify-content: left; flex-direction: column; width: 100%; } .product-checkout .product-checkout-information { display: flex; justify-content: space-between; align-items: center; width: 100%; } .product-checkout .product-checkout-information .name-and-quantity { display: flex; } .product-checkout .product-checkout-information .name-and-quantity .how-many-itens { white-space: nowrap; } .product-checkout .product-checkout-information .name-and-quantity .product-name { -webkit-box-orient: vertical; display: block; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; width: 100%; max-width: 200px; } .product-checkout .product-checkout-information .price-product-checkout { display: flex; justify-content: center; align-items: center; width: 100%; } .product-checkout .btn-remove-product-checkout { width: fit-content; display: flex; justify-content: left; align-items: center; margin-top: 2px; font-family: 'Poppins', sans-serif; font-size: 14px; color: #7bbb5e; transition: 0.1s; cursor: pointer; } .product-checkout .btn-remove-product-checkout svg { transition: 0.1s; } .product-checkout .btn-remove-product-checkout:hover, .product-checkout .btn-remove-product-checkout:hover > svg { color: #FB4A4D; stroke: #FB4A4D; } @media only screen and (max-width: 855px) and (min-width: 700px) { .product-checkout .product-checkout-information .name-and-quantity { width: 80%; max-width: 550px; } } @media only screen and (max-width: 700px) and (min-width: 600px) { .product-checkout .product-checkout-information .name-and-quantity { width: 80%; max-width: 300px; } } @media only screen and (max-width: 600px) and (min-width: 550px) { .product-checkout .product-checkout-information .name-and-quantity { width: 80%; max-width: 250px; } } @media only screen and (max-width: 445px) and (min-width: 0px) { .product-checkout .product-checkout-information { justify-content: center; flex-direction: column; align-items: flex-start; } }
src/Components/ProductCheckout/styles.css
.product-checkout { display: flex; justify-content: left; flex-direction: column; width: 100%; } .product-checkout .product-checkout-information { display: flex; justify-content: space-between; align-items: center; width: 100%; } .product-checkout .product-checkout-information .name-and-quantity { display: flex; } .product-checkout .product-checkout-information .name-and-quantity .how-many-itens { white-space: nowrap; } .product-checkout .product-checkout-information .name-and-quantity .product-name { -webkit-box-orient: vertical; display: block; display: -webkit-box; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; width: 100%; max-width: 200px; } .product-checkout .product-checkout-information .price-product-checkout { display: flex; justify-content: center; align-items: center; width: 100%; } .product-checkout .btn-remove-product-checkout { width: fit-content; display: flex; justify-content: left; align-items: center; margin-top: 2px; font-family: 'Poppins', sans-serif; font-size: 14px; color: #7bbb5e; transition: 0.1s; cursor: pointer; } .product-checkout .btn-remove-product-checkout svg { transition: 0.1s; } .product-checkout .btn-remove-product-checkout:hover, .product-checkout .btn-remove-product-checkout:hover > svg { color: #FB4A4D; stroke: #FB4A4D; } @media only screen and (max-width: 855px) and (min-width: 700px) { .product-checkout .product-checkout-information .name-and-quantity { width: 80%; max-width: 550px; } } @media only screen and (max-width: 700px) and (min-width: 600px) { .product-checkout .product-checkout-information .name-and-quantity { width: 80%; max-width: 300px; } } @media only screen and (max-width: 600px) and (min-width: 550px) { .product-checkout .product-checkout-information .name-and-quantity { width: 80%; max-width: 250px; } } @media only screen and (max-width: 445px) and (min-width: 0px) { .product-checkout .product-checkout-information { justify-content: center; flex-direction: column; align-items: flex-start; } }
0.285671
0.046573
.next-steps .fa-link { margin-right: 5px; } /* Fix for use only flexbox in content area */ .next-steps .row { margin-bottom: 0; } .next-steps .col-md-5 { margin-bottom: 3rem; } @media (max-width: 768px) { .next-steps .col-md-5 { margin-bottom: 0; } } .spinner { position: absolute; display: flex; justify-content: center; height: 100vh; width: 100vw; background-color: white; top: 0; bottom: 0; left: 0; right: 0; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Firefox < 16 */ @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera > 12.1 */ @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Internet Explorer */ @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Opera < 12.1 */ @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } .modal-backdrop { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; max-width: 100%; height: 80%; max-height: 100%; background-color: #F5F5F5; border-radius: 25px; border: 2px solid black; backface-visibility: hidden; box-shadow: 10px 10px 5px grey; -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 1s; /* Firefox < 16 */ -ms-animation: fadein 1s; /* Internet Explorer */ -o-animation: fadein 1s; /* Opera < 12.1 */ animation: fadein 1s; -webkit-font-smoothing: antialiased; } .modal-guts { /* other stuff we already covered */ transform: translateZ(0); /* cover the modal */ position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* spacing as needed */ padding: 20px 50px 20px 20px; /* let it scroll */ overflow: auto; } button { border: none; font-weight: 100; padding: 20px; text-transform: uppercase; border-radius: 6px; display: inline-block; transition: all 0.3s ease 0s; } button:hover { font-weight: 700 !important; letter-spacing: 3px; background: none; -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); transition: all 0.3s ease 0s; } .my-primary { background: #404040; color: #ffffff !important; padding: 10px 15px; margin:20px 20px 20px 20px; } .my-primary:hover{ color: #404040 !important; } .my-alert { background: #ff6a6a; padding: 10px 15px; margin:20px 20px 20px 20px; color: #ffffff !important; } .my-alert:hover{ color: #ff4242 !important; } .my-warning { background: #ff4242; padding: 10px 15px; color: #ffffff !important; margin:20px 20px 20px 20px; } .my-warning:hover{ background-color: #ff6a6a !important; } .rbc-event{ transition: all 0.3s ease 0s; } .rbc-event:hover{ letter-spacing: 3px; background: none; -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); transition: all 0.3s ease 0s; } .form-row{ flex-wrap: nowrap; display: flex; flex-direction:row; margin:20px 20px 20px 20px; } .form-column{ display:flex; flex: 1 1 0px; flex-direction:column; margin: 20px 20px 20px 20px; } .form-label{ color:black; } .form-error{ color:red; } .form-item{ height:100%; } .form-field{ width:100%; border: none; font-weight: 100; padding: 20px; border-radius: 6px; display: inline-block; transition: all 0.3s ease 0s; } .form-field:focus { background: none; -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); transition: all 0.3s ease 0s; }
src/App.css
.next-steps .fa-link { margin-right: 5px; } /* Fix for use only flexbox in content area */ .next-steps .row { margin-bottom: 0; } .next-steps .col-md-5 { margin-bottom: 3rem; } @media (max-width: 768px) { .next-steps .col-md-5 { margin-bottom: 0; } } .spinner { position: absolute; display: flex; justify-content: center; height: 100vh; width: 100vw; background-color: white; top: 0; bottom: 0; left: 0; right: 0; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Firefox < 16 */ @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Safari, Chrome and Opera > 12.1 */ @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Internet Explorer */ @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } /* Opera < 12.1 */ @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } .modal-backdrop { position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 80%; max-width: 100%; height: 80%; max-height: 100%; background-color: #F5F5F5; border-radius: 25px; border: 2px solid black; backface-visibility: hidden; box-shadow: 10px 10px 5px grey; -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */ -moz-animation: fadein 1s; /* Firefox < 16 */ -ms-animation: fadein 1s; /* Internet Explorer */ -o-animation: fadein 1s; /* Opera < 12.1 */ animation: fadein 1s; -webkit-font-smoothing: antialiased; } .modal-guts { /* other stuff we already covered */ transform: translateZ(0); /* cover the modal */ position: absolute; top: 0; left: 0; width: 100%; height: 100%; /* spacing as needed */ padding: 20px 50px 20px 20px; /* let it scroll */ overflow: auto; } button { border: none; font-weight: 100; padding: 20px; text-transform: uppercase; border-radius: 6px; display: inline-block; transition: all 0.3s ease 0s; } button:hover { font-weight: 700 !important; letter-spacing: 3px; background: none; -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); transition: all 0.3s ease 0s; } .my-primary { background: #404040; color: #ffffff !important; padding: 10px 15px; margin:20px 20px 20px 20px; } .my-primary:hover{ color: #404040 !important; } .my-alert { background: #ff6a6a; padding: 10px 15px; margin:20px 20px 20px 20px; color: #ffffff !important; } .my-alert:hover{ color: #ff4242 !important; } .my-warning { background: #ff4242; padding: 10px 15px; color: #ffffff !important; margin:20px 20px 20px 20px; } .my-warning:hover{ background-color: #ff6a6a !important; } .rbc-event{ transition: all 0.3s ease 0s; } .rbc-event:hover{ letter-spacing: 3px; background: none; -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); transition: all 0.3s ease 0s; } .form-row{ flex-wrap: nowrap; display: flex; flex-direction:row; margin:20px 20px 20px 20px; } .form-column{ display:flex; flex: 1 1 0px; flex-direction:column; margin: 20px 20px 20px 20px; } .form-label{ color:black; } .form-error{ color:red; } .form-item{ height:100%; } .form-field{ width:100%; border: none; font-weight: 100; padding: 20px; border-radius: 6px; display: inline-block; transition: all 0.3s ease 0s; } .form-field:focus { background: none; -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57); transition: all 0.3s ease 0s; }
0.407687
0.078961
*{ margin: 0; padding: 0; font-family: "Helvetica",sans-serif; } html{ scroll-behavior: smooth; } /* Navigation */ nav{ border: none; width: 100%; height: 13.26vh; background: #1C2833; overflow: hidden; top: 0vh; text-align: right; } ul{ display: inline-flex; margin: 6.63vh; } ul li{ list-style: none; margin: 0vh 1.3vw; color: #b2b1b1; cursor: pointer; } .logo img{ width: 3%; top: 6.63vh; left: 8.46vw; position: absolute; cursor:default; } a{ color: #E6E5E5; text-decoration: none; text-align: right; font-size: 1.105vw; } /* Home */ #home{ width: 100%; height: 72.94vh; background: #1C2833; } .banner{ width: 80%; height: 53.05vh; top: 30.53vh; left: 8.46vw; position: absolute; color: #E6E5E5; overflow: hidden; white-space: nowrap; } .banner h2{ font-size: 2.28vw; font-weight: 500; letter-spacing: 0.0625rem; } .banner h1{ font-size: 8.2vw; letter-spacing: 0.0625rem; } .logopic{ width: 34%; float: right; } .logopic img{ width: 100%; } /* About Us */ #about{ width: 100%; height: 53.05vh; background: #E6E5E5; overflow: auto; } #about h1{ margin-left: 8.46vw; margin-top: 9.95vh; color: #1C2833; font-size: 2.28vw; } #about p{ margin-left: 8.46vw; margin-top: 2.65vh; color: #1C2833; width: 35%; font-size: 1.3vw; font-weight: 100; } .picture1{ width: 50%; float: right; overflow-y: hidden; } .picture1 img{ width: 60%; overflow-y: hidden; margin-top: 5.3vh; padding-left: 8.46vw; } /* Services */ #services{ width: 100%; height: 53.05vh; background: #1C2833; color: #E6E5E5; overflow: auto; text-align: left; } #services h1{ margin-right: 8.46vw; margin-top: 9.95vh; color: #E6E5E5; font-size: 2.28vw; text-align: left; margin-left: 55%; } #services p{ margin-right: 8.46vw; margin-left: 55%; margin-top: 2.65vh; color: #E6E5E5; font-size: 1.3vw; font-weight: 100; text-align: left; } .picture3{ width: 50%; float: left; overflow-y: hidden; } .picture3 img{ width: 58%; overflow-y: hidden; margin-top: 7.96vh; padding-left: 11.39vw; } /* Contact Us */ #contact{ width: 100%; height: 49.73vh; background: #E6E5E5; overflow: auto; } #contact h1{ margin-left: 8.46vw; margin-top: 9.95vh; color: #1C2833; font-size: 2.28vw; } #contact h2{ margin-left: 8.46vw; margin-top: 2.65vh; color: #1C2833; width: 35%; font-size: 1.5625vw; } #contact p{ margin-left: 8.46vw; margin-top: 2.65vh; color: #1C2833; width: 35%; font-size: 1.3vw; font-weight: 100; } .picture2{ width: 50%; float: right; overflow-y: hidden; } .picture2 img{ width: 60%; overflow-y: hidden; margin-top: 7.96vh; padding-left: 8.46vw; } /* Fade Animation */ span{ opacity: 0; transition: all 1.2s ease; transform: translateY(6.63vh); display: inline-block; } span.fade{ opacity: 1; transform: translateY(0vh); } /*mobiles*/ @media only screen and (max-width: 480px) { nav{ height: 8vh; box-shadow: none; border: none; border-bottom: 0; } a{ color: #E6E5E5; text-decoration: none; text-align: right; font-size: 2vw; } .banner{ top: 22.5vh; } .logo img{ width: 7%; top: 3vh; } ul{ margin: 3vh; } #home { height: 36.47vh; } #about{ height: 30.29vh; } #about h1{ font-size: 5vw; margin-top: 4vh; } #about p{ font-size: 2.2vw; margin-top: 1vh; } .picture1 img{ margin-top: 9.3vh; } #services{ height: 33.29vh; } #services h1{ font-size: 5vw; margin-top: 4vh; } #services p{ font-size: 2.2vw; margin-top: 1vh; } .picture3 img{ margin-top: 9.3vh; } #contact{ height: 22.87vh; } #contact h1{ font-size: 5vw; margin-top: 4vh; } #contact h2{ font-size: 3vw; } #contact p{ font-size: 2.2vw; margin-top: 1vh; } .picture2 img{ margin-top: 6.3vh; } }
style.css
*{ margin: 0; padding: 0; font-family: "Helvetica",sans-serif; } html{ scroll-behavior: smooth; } /* Navigation */ nav{ border: none; width: 100%; height: 13.26vh; background: #1C2833; overflow: hidden; top: 0vh; text-align: right; } ul{ display: inline-flex; margin: 6.63vh; } ul li{ list-style: none; margin: 0vh 1.3vw; color: #b2b1b1; cursor: pointer; } .logo img{ width: 3%; top: 6.63vh; left: 8.46vw; position: absolute; cursor:default; } a{ color: #E6E5E5; text-decoration: none; text-align: right; font-size: 1.105vw; } /* Home */ #home{ width: 100%; height: 72.94vh; background: #1C2833; } .banner{ width: 80%; height: 53.05vh; top: 30.53vh; left: 8.46vw; position: absolute; color: #E6E5E5; overflow: hidden; white-space: nowrap; } .banner h2{ font-size: 2.28vw; font-weight: 500; letter-spacing: 0.0625rem; } .banner h1{ font-size: 8.2vw; letter-spacing: 0.0625rem; } .logopic{ width: 34%; float: right; } .logopic img{ width: 100%; } /* About Us */ #about{ width: 100%; height: 53.05vh; background: #E6E5E5; overflow: auto; } #about h1{ margin-left: 8.46vw; margin-top: 9.95vh; color: #1C2833; font-size: 2.28vw; } #about p{ margin-left: 8.46vw; margin-top: 2.65vh; color: #1C2833; width: 35%; font-size: 1.3vw; font-weight: 100; } .picture1{ width: 50%; float: right; overflow-y: hidden; } .picture1 img{ width: 60%; overflow-y: hidden; margin-top: 5.3vh; padding-left: 8.46vw; } /* Services */ #services{ width: 100%; height: 53.05vh; background: #1C2833; color: #E6E5E5; overflow: auto; text-align: left; } #services h1{ margin-right: 8.46vw; margin-top: 9.95vh; color: #E6E5E5; font-size: 2.28vw; text-align: left; margin-left: 55%; } #services p{ margin-right: 8.46vw; margin-left: 55%; margin-top: 2.65vh; color: #E6E5E5; font-size: 1.3vw; font-weight: 100; text-align: left; } .picture3{ width: 50%; float: left; overflow-y: hidden; } .picture3 img{ width: 58%; overflow-y: hidden; margin-top: 7.96vh; padding-left: 11.39vw; } /* Contact Us */ #contact{ width: 100%; height: 49.73vh; background: #E6E5E5; overflow: auto; } #contact h1{ margin-left: 8.46vw; margin-top: 9.95vh; color: #1C2833; font-size: 2.28vw; } #contact h2{ margin-left: 8.46vw; margin-top: 2.65vh; color: #1C2833; width: 35%; font-size: 1.5625vw; } #contact p{ margin-left: 8.46vw; margin-top: 2.65vh; color: #1C2833; width: 35%; font-size: 1.3vw; font-weight: 100; } .picture2{ width: 50%; float: right; overflow-y: hidden; } .picture2 img{ width: 60%; overflow-y: hidden; margin-top: 7.96vh; padding-left: 8.46vw; } /* Fade Animation */ span{ opacity: 0; transition: all 1.2s ease; transform: translateY(6.63vh); display: inline-block; } span.fade{ opacity: 1; transform: translateY(0vh); } /*mobiles*/ @media only screen and (max-width: 480px) { nav{ height: 8vh; box-shadow: none; border: none; border-bottom: 0; } a{ color: #E6E5E5; text-decoration: none; text-align: right; font-size: 2vw; } .banner{ top: 22.5vh; } .logo img{ width: 7%; top: 3vh; } ul{ margin: 3vh; } #home { height: 36.47vh; } #about{ height: 30.29vh; } #about h1{ font-size: 5vw; margin-top: 4vh; } #about p{ font-size: 2.2vw; margin-top: 1vh; } .picture1 img{ margin-top: 9.3vh; } #services{ height: 33.29vh; } #services h1{ font-size: 5vw; margin-top: 4vh; } #services p{ font-size: 2.2vw; margin-top: 1vh; } .picture3 img{ margin-top: 9.3vh; } #contact{ height: 22.87vh; } #contact h1{ font-size: 5vw; margin-top: 4vh; } #contact h2{ font-size: 3vw; } #contact p{ font-size: 2.2vw; margin-top: 1vh; } .picture2 img{ margin-top: 6.3vh; } }
0.255622
0.049428
@font-face { font-family: 'pure-living'; src: url('fonts/pure-living.eot?h6o37c'); src: url('fonts/pure-living.eot?h6o37c#iefix') format('embedded-opentype'), url('fonts/pure-living.ttf?h6o37c') format('truetype'), url('fonts/pure-living.woff?h6o37c') format('woff'), url('fonts/pure-living.svg?h6o37c#pure-living') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="pure-living-icon-"], [class*=" pure-living-icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'pure-living' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .pure-living-icon-arrow-left:before { content: "\e900"; } .pure-living-icon-arrow-right:before { content: "\e901"; } .pure-living-icon-arrow-up:before { content: "\e902"; } .pure-living-icon-bot:before { content: "\e903"; } .pure-living-icon-chevron-up:before { content: "\e904"; } .pure-living-icon-consultation .path1:before { content: "\e905"; color: rgb(119, 221, 119); } .pure-living-icon-consultation .path2:before { content: "\e906"; margin-left: -1em; color: rgb(85, 197, 149); } .pure-living-icon-consultation .path3:before { content: "\e907"; margin-left: -1em; color: rgb(85, 197, 149); } .pure-living-icon-consultation .path4:before { content: "\e908"; margin-left: -1em; color: rgb(85, 197, 149); } .pure-living-icon-consultation .path5:before { content: "\e909"; margin-left: -1em; color: rgb(255, 255, 255); opacity: 0.88; } .pure-living-icon-dottes:before { content: "\e90a"; } .pure-living-icon-facebook:before { content: "\e90b"; } .pure-living-icon-headphones:before { content: "\e90c"; } .pure-living-icon-home:before { content: "\e90d"; } .pure-living-icon-info:before { content: "\e90e"; } .pure-living-icon-linkedin:before { content: "\e90f"; } .pure-living-icon-message-square:before { content: "\e910"; } .pure-living-icon-permitting .path1:before { content: "\e911"; color: rgb(119, 221, 119); } .pure-living-icon-permitting .path2:before { content: "\e912"; margin-left: -0.8515625em; color: rgb(229, 229, 231); opacity: 0.88; } .pure-living-icon-permitting .path3:before { content: "\e913"; margin-left: -0.8515625em; color: rgb(229, 229, 231); opacity: 0.88; } .pure-living-icon-permitting .path4:before { content: "\e914"; margin-left: -0.8515625em; color: rgb(119, 221, 119); } .pure-living-icon-permitting .path5:before { content: "\e915"; margin-left: -0.8515625em; color: rgb(31, 31, 43); opacity: 0.88; } .pure-living-icon-permitting .path6:before { content: "\e916"; margin-left: -0.8515625em; color: rgb(119, 221, 119); } .pure-living-icon-permitting .path7:before { content: "\e917"; margin-left: -0.8515625em; color: rgb(229, 229, 231); opacity: 0.88; } .pure-living-icon-permitting .path8:before { content: "\e918"; margin-left: -0.8515625em; color: rgb(119, 221, 119); } .pure-living-icon-permitting .path9:before { content: "\e919"; margin-left: -0.8515625em; color: rgb(255, 255, 255); opacity: 0.88; } .pure-living-icon-permitting .path10:before { content: "\e91a"; margin-left: -0.8515625em; color: rgb(119, 221, 119); } .pure-living-icon-quotes:before { content: "\e91b"; } .pure-living-icon-settings:before { content: "\e91c"; } .pure-living-icon-sketch .path1:before { content: "\e91d"; color: rgb(119, 221, 119); } .pure-living-icon-sketch .path2:before { content: "\e91e"; margin-left: -1em; color: rgb(255, 255, 255); opacity: 0.88; } .pure-living-icon-star:before { content: "\e91f"; } .pure-living-icon-tools .path1:before { content: "\e920"; color: rgb(119, 221, 119); } .pure-living-icon-tools .path2:before { content: "\e921"; margin-left: -1em; color: rgb(119, 221, 119); } .pure-living-icon-tools .path3:before { content: "\e922"; margin-left: -1em; color: rgb(255, 255, 255); opacity: 0.88; } .pure-living-icon-tools .path4:before { content: "\e923"; margin-left: -1em; color: rgb(119, 221, 119); } .pure-living-icon-tools .path5:before { content: "\e924"; margin-left: -1em; color: rgb(119, 221, 119); } .pure-living-icon-twitter:before { content: "\e925"; } .pure-living-icon-wallet:before { content: "\e926"; } .pure-living-icon-menu:before { content: "\e927"; }
public/frontend_assets/assets/fonts/pure-living-icons/style.css
@font-face { font-family: 'pure-living'; src: url('fonts/pure-living.eot?h6o37c'); src: url('fonts/pure-living.eot?h6o37c#iefix') format('embedded-opentype'), url('fonts/pure-living.ttf?h6o37c') format('truetype'), url('fonts/pure-living.woff?h6o37c') format('woff'), url('fonts/pure-living.svg?h6o37c#pure-living') format('svg'); font-weight: normal; font-style: normal; font-display: block; } [class^="pure-living-icon-"], [class*=" pure-living-icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'pure-living' !important; speak: never; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .pure-living-icon-arrow-left:before { content: "\e900"; } .pure-living-icon-arrow-right:before { content: "\e901"; } .pure-living-icon-arrow-up:before { content: "\e902"; } .pure-living-icon-bot:before { content: "\e903"; } .pure-living-icon-chevron-up:before { content: "\e904"; } .pure-living-icon-consultation .path1:before { content: "\e905"; color: rgb(119, 221, 119); } .pure-living-icon-consultation .path2:before { content: "\e906"; margin-left: -1em; color: rgb(85, 197, 149); } .pure-living-icon-consultation .path3:before { content: "\e907"; margin-left: -1em; color: rgb(85, 197, 149); } .pure-living-icon-consultation .path4:before { content: "\e908"; margin-left: -1em; color: rgb(85, 197, 149); } .pure-living-icon-consultation .path5:before { content: "\e909"; margin-left: -1em; color: rgb(255, 255, 255); opacity: 0.88; } .pure-living-icon-dottes:before { content: "\e90a"; } .pure-living-icon-facebook:before { content: "\e90b"; } .pure-living-icon-headphones:before { content: "\e90c"; } .pure-living-icon-home:before { content: "\e90d"; } .pure-living-icon-info:before { content: "\e90e"; } .pure-living-icon-linkedin:before { content: "\e90f"; } .pure-living-icon-message-square:before { content: "\e910"; } .pure-living-icon-permitting .path1:before { content: "\e911"; color: rgb(119, 221, 119); } .pure-living-icon-permitting .path2:before { content: "\e912"; margin-left: -0.8515625em; color: rgb(229, 229, 231); opacity: 0.88; } .pure-living-icon-permitting .path3:before { content: "\e913"; margin-left: -0.8515625em; color: rgb(229, 229, 231); opacity: 0.88; } .pure-living-icon-permitting .path4:before { content: "\e914"; margin-left: -0.8515625em; color: rgb(119, 221, 119); } .pure-living-icon-permitting .path5:before { content: "\e915"; margin-left: -0.8515625em; color: rgb(31, 31, 43); opacity: 0.88; } .pure-living-icon-permitting .path6:before { content: "\e916"; margin-left: -0.8515625em; color: rgb(119, 221, 119); } .pure-living-icon-permitting .path7:before { content: "\e917"; margin-left: -0.8515625em; color: rgb(229, 229, 231); opacity: 0.88; } .pure-living-icon-permitting .path8:before { content: "\e918"; margin-left: -0.8515625em; color: rgb(119, 221, 119); } .pure-living-icon-permitting .path9:before { content: "\e919"; margin-left: -0.8515625em; color: rgb(255, 255, 255); opacity: 0.88; } .pure-living-icon-permitting .path10:before { content: "\e91a"; margin-left: -0.8515625em; color: rgb(119, 221, 119); } .pure-living-icon-quotes:before { content: "\e91b"; } .pure-living-icon-settings:before { content: "\e91c"; } .pure-living-icon-sketch .path1:before { content: "\e91d"; color: rgb(119, 221, 119); } .pure-living-icon-sketch .path2:before { content: "\e91e"; margin-left: -1em; color: rgb(255, 255, 255); opacity: 0.88; } .pure-living-icon-star:before { content: "\e91f"; } .pure-living-icon-tools .path1:before { content: "\e920"; color: rgb(119, 221, 119); } .pure-living-icon-tools .path2:before { content: "\e921"; margin-left: -1em; color: rgb(119, 221, 119); } .pure-living-icon-tools .path3:before { content: "\e922"; margin-left: -1em; color: rgb(255, 255, 255); opacity: 0.88; } .pure-living-icon-tools .path4:before { content: "\e923"; margin-left: -1em; color: rgb(119, 221, 119); } .pure-living-icon-tools .path5:before { content: "\e924"; margin-left: -1em; color: rgb(119, 221, 119); } .pure-living-icon-twitter:before { content: "\e925"; } .pure-living-icon-wallet:before { content: "\e926"; } .pure-living-icon-menu:before { content: "\e927"; }
0.36625
0.083591
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; } /* Button styling */ .menu-toggle { display: inline-block; padding: .33em 15px; line-height: 1em; font-size: 1.5em; } /* Default styles + Mobile first Offscreen menu style */ .main-menu { position: absolute; left: -370px; top: 0; height: 100%; /* removed */ orig-overflow-y: scroll; overflow-x: visible; transition: left 0.3s ease, box-shadow 0.3s ease; z-index: 999; } .main-menu ul { list-style: none; margin: 0; padding: 2.5em 0 0; /* Hide shadow w/ -8px while 'closed' */ -webkit-box-shadow: -8px 0 8px rgba(0,0,0,.5); -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5); box-shadow: -8px 0 8px rgba(0,0,0,.5); min-height: 100%; min-width: 370px; /* background: rgba(20, 20, 20, .50); */ } .main-menu a { display: block; padding: .75em 15px; line-height: 1em; font-size: 1em; color: #fff; text-decoration: none; border-bottom: 1px solid #383838; } .main-menu li:first-child a { border-top: 1px solid #383838; } .main-menu a:hover, .main-menu a:focus { background: #333; text-decoration: underline; } .main-menu .menu-close { position: absolute; right: 0; top: 0; border: none !important; } /* Demo purposes only *, *:before, *:after { box-sizing: border-box; } */ header { display: flex; align-items: baseline; } header .logo { display: none; margin: 0 30px 0 10px; font-size: 1.5em; } /* On small devices, allow it to toggle... */ /* :target for non-JavaScript aria-expanded="true/false" will be for JavaScript or - see what I did <<EMAIL>> */ /* .main-menu:target, - removed this and substituted "expanded" class as my toggle so I don't affect #fragment */ .main-menu.expanded, .main-menu[aria-expanded="true"] { left: 0; outline: none; -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25); -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25); box-shadow: 3px 0 12px rgba(0,0,0,.25); } /* I note the following are never followed */ /* .main-menu:target .menu-close, */ .main-menu[aria-expanded="true"] .menu-close { z-index: 1001; } /* .main-menu:target ul, */ .main-menu[aria-expanded="true"] ul { position: relative; z-index: 1000; } /* We could us `.main-menu:target:after`, but it wouldn't be clickable. */ .backdrop.expanded, /* .main-menu:target + .backdrop, we are toggling expanded instead */ .main-menu[aria-expanded="true"] + .backdrop { position: absolute; position: fixed; display: block; content: ""; left: 0; top: 0; width: 100%; height: 100%; z-index: 998; background: #000; background: rgba(0,0,0,.50); cursor: default; } @supports (position: fixed) { .main-menu, /*.main-menu:target + .backdrop,*/ .main-menu.expanded, .main-menu[aria-expanded="true"] + .backdrop { position: fixed; } } /* Larger screen styling Horizontal menu */ @media only screen and (min-width: 768px) { .menu-toggle, .main-menu .menu-close, .backdrop { display: none !important; } /* Undo positioning of off-canvas menu */ .main-menu { position: relative; left: auto; top: auto; height: auto; margin-bottom: 2em; } .main-menu ul { display: flex; /* Undo off-canvas styling */ padding: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; height: auto; width: auto; /* background: none; */ } .main-menu a { border: 0 !important; /* Remove borders from off-canvas styling */ } .main-menu a:hover, .main-menu a:focus { background: none; /* Remove background from off-canvas styling */ } } .main-menu a:hover, .main-menu a:active, .main-menu a:visited{ text-decoration: none; } .main-menu > ul > li.has-children > a { padding-right: 20px; } .main-menu > ul > li.has-children > a:after{ width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #fff; float:right; margin-left: 7px; content: ""; transition: transform 0.45s ease; } .main-menu > ul > li.has-children.nav-selected > a:after{ -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .main-menu ul > li > ul{ display: none; } .main-menu ul > li > ul.show{ display:block; } .main-menu .sub-nav{ margin: 0px; padding: 0px; } .user-tools{ text-align: right; padding: .75em 15px; } .user-tools a{ padding: inherit !important; display: inline !important; border: none !important; } .nav-larger { font-size: 150%; } /* for browsers */ @media only screen and (min-width: 768px){ li.has-children > ul{ position: absolute; top: 101%; /*background-color: rgba(255, 255, 255, 0.85);*/ border-radius: 2px; /*min-width: 350px;*/ width: inherit !important; } .main-menu > ul > li.has-children > a:after{ position: absolute; top: 45%; } .main-menu{ width: 100%; } .user-tools{ position: absolute !important; right: 5px !important; bottom: -1.9em !important; padding: inherit !important; } .user-tools a{ color: inherit !important; } .user-tools a:hover, .user-tools a:focus{ background-color: inherit !important; } } /* bootstrap override */ .dropdown-menu.sub-nav{ left: inherit !important; } @media only screen and (max-width: 767px) { .dropdown-menu.sub-nav{ position: inherit; float:inherit; box-shadow: none; border: none !important; } }
public/asset/css/menu.css
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; } /* Button styling */ .menu-toggle { display: inline-block; padding: .33em 15px; line-height: 1em; font-size: 1.5em; } /* Default styles + Mobile first Offscreen menu style */ .main-menu { position: absolute; left: -370px; top: 0; height: 100%; /* removed */ orig-overflow-y: scroll; overflow-x: visible; transition: left 0.3s ease, box-shadow 0.3s ease; z-index: 999; } .main-menu ul { list-style: none; margin: 0; padding: 2.5em 0 0; /* Hide shadow w/ -8px while 'closed' */ -webkit-box-shadow: -8px 0 8px rgba(0,0,0,.5); -moz-box-shadow: -8px 0 8px rgba(0,0,0,.5); box-shadow: -8px 0 8px rgba(0,0,0,.5); min-height: 100%; min-width: 370px; /* background: rgba(20, 20, 20, .50); */ } .main-menu a { display: block; padding: .75em 15px; line-height: 1em; font-size: 1em; color: #fff; text-decoration: none; border-bottom: 1px solid #383838; } .main-menu li:first-child a { border-top: 1px solid #383838; } .main-menu a:hover, .main-menu a:focus { background: #333; text-decoration: underline; } .main-menu .menu-close { position: absolute; right: 0; top: 0; border: none !important; } /* Demo purposes only *, *:before, *:after { box-sizing: border-box; } */ header { display: flex; align-items: baseline; } header .logo { display: none; margin: 0 30px 0 10px; font-size: 1.5em; } /* On small devices, allow it to toggle... */ /* :target for non-JavaScript aria-expanded="true/false" will be for JavaScript or - see what I did <<EMAIL>> */ /* .main-menu:target, - removed this and substituted "expanded" class as my toggle so I don't affect #fragment */ .main-menu.expanded, .main-menu[aria-expanded="true"] { left: 0; outline: none; -moz-box-shadow: 3px 0 12px rgba(0,0,0,.25); -webkit-box-shadow: 3px 0 12px rgba(0,0,0,.25); box-shadow: 3px 0 12px rgba(0,0,0,.25); } /* I note the following are never followed */ /* .main-menu:target .menu-close, */ .main-menu[aria-expanded="true"] .menu-close { z-index: 1001; } /* .main-menu:target ul, */ .main-menu[aria-expanded="true"] ul { position: relative; z-index: 1000; } /* We could us `.main-menu:target:after`, but it wouldn't be clickable. */ .backdrop.expanded, /* .main-menu:target + .backdrop, we are toggling expanded instead */ .main-menu[aria-expanded="true"] + .backdrop { position: absolute; position: fixed; display: block; content: ""; left: 0; top: 0; width: 100%; height: 100%; z-index: 998; background: #000; background: rgba(0,0,0,.50); cursor: default; } @supports (position: fixed) { .main-menu, /*.main-menu:target + .backdrop,*/ .main-menu.expanded, .main-menu[aria-expanded="true"] + .backdrop { position: fixed; } } /* Larger screen styling Horizontal menu */ @media only screen and (min-width: 768px) { .menu-toggle, .main-menu .menu-close, .backdrop { display: none !important; } /* Undo positioning of off-canvas menu */ .main-menu { position: relative; left: auto; top: auto; height: auto; margin-bottom: 2em; } .main-menu ul { display: flex; /* Undo off-canvas styling */ padding: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; height: auto; width: auto; /* background: none; */ } .main-menu a { border: 0 !important; /* Remove borders from off-canvas styling */ } .main-menu a:hover, .main-menu a:focus { background: none; /* Remove background from off-canvas styling */ } } .main-menu a:hover, .main-menu a:active, .main-menu a:visited{ text-decoration: none; } .main-menu > ul > li.has-children > a { padding-right: 20px; } .main-menu > ul > li.has-children > a:after{ width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #fff; float:right; margin-left: 7px; content: ""; transition: transform 0.45s ease; } .main-menu > ul > li.has-children.nav-selected > a:after{ -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .main-menu ul > li > ul{ display: none; } .main-menu ul > li > ul.show{ display:block; } .main-menu .sub-nav{ margin: 0px; padding: 0px; } .user-tools{ text-align: right; padding: .75em 15px; } .user-tools a{ padding: inherit !important; display: inline !important; border: none !important; } .nav-larger { font-size: 150%; } /* for browsers */ @media only screen and (min-width: 768px){ li.has-children > ul{ position: absolute; top: 101%; /*background-color: rgba(255, 255, 255, 0.85);*/ border-radius: 2px; /*min-width: 350px;*/ width: inherit !important; } .main-menu > ul > li.has-children > a:after{ position: absolute; top: 45%; } .main-menu{ width: 100%; } .user-tools{ position: absolute !important; right: 5px !important; bottom: -1.9em !important; padding: inherit !important; } .user-tools a{ color: inherit !important; } .user-tools a:hover, .user-tools a:focus{ background-color: inherit !important; } } /* bootstrap override */ .dropdown-menu.sub-nav{ left: inherit !important; } @media only screen and (max-width: 767px) { .dropdown-menu.sub-nav{ position: inherit; float:inherit; box-shadow: none; border: none !important; } }
0.38318
0.060641
header { margin: -10px -10px 40px -10px; display: flex; justify-content: space-around; background-color: #252422; color: #fffcf2; font-size: 2.5vh; } body { font-family: 'PT Sans', sans-serif; color: #403d39; background-color: #403d39; } .container { margin-left: 5%; margin-right: 5%; } .row { display: flex; flex-direction: row; gap: 3vw; } .col { display: flex; flex-direction: column; flex: 1; position: relative; } .item { border-radius: 20px; background-color: #ccc5b9; height: 30vh; padding-left: 5%; } .laptop-display { border-radius: 20px; height: 40vh; margin-top: 3vw; } .button { cursor: pointer; color: #403d39; font-size: 2.5vh;/*15pt;*/ font-weight: bold; border-radius: 5px; height: 20%; width: 33%; border: hidden; background: #fffcf2; } .button:hover { background: #f7f4ea; } h3 { color: #403d39; position: absolute; top: 10%; left: 10%; font-size: 3.5vh; /*20pt*/ margin: 0; padding: 0; } ul { list-style-type: none; } #balance { font-size: 2vh; font-weight: bold; position: absolute; left: 10%; top: 35%; } #outstanding-loan { font-size: 2vh; font-weight: bold; position: absolute; left: 10%; top: 45%; } #pay { font-size: 2vh; font-weight: bold; position: absolute; left: 10%; top: 40%; } #selection-laptops { font-size: 2vh; font-weight: bold; cursor: pointer; background-color: #fffcf2; color: #403d39; border-radius: 5px; border: hidden; height: 20%; width: 50%; position: absolute; top: 10%; right: 10%; } #selection-laptops:hover { background: #f7f4ea; } #features { font-size: 2.5vh; position: absolute; left: 10%; top: 20%; } #laptop-features { font-weight: 600; font-size: 1.75vh;/*10pt;*/ position: absolute; left: 10%; top: 45%; line-height: 1.75vh; margin: 0; padding: 0; } #laptop-name { font-size: 5vh;/*30pt;*/ position: absolute; top: 10%; left: 37%; } #laptop-description { font-size: 2.5vh; /*15pt;*/ font-weight: 600; position: absolute; top: 33%; left: 37%; width: 25%; } #price-container { text-align: center; position: absolute; width: 20%; right: 5%; top: 50%; } #laptop-price { font-size: 5vh; /*30pt;*/ position: relative; } #btn-repay { visibility: hidden; position: absolute; top: 35%; right: 10%; } #btn-bank { position: absolute; left: 10%; bottom: 10%; } #btn-work { position: absolute; right: 10%; bottom: 10%; } #btn-loan { position: absolute; left: 10%; bottom: 10%; width: 80%; } #btn-buy { position: absolute; right: 3%; bottom: 10%; width: 25%; height: 20%; } #image-laptop { position: absolute; border-radius: 7px; height: 70%; left: 3%; top: 21.5%; margin: 0; padding: 0; }
style.css
header { margin: -10px -10px 40px -10px; display: flex; justify-content: space-around; background-color: #252422; color: #fffcf2; font-size: 2.5vh; } body { font-family: 'PT Sans', sans-serif; color: #403d39; background-color: #403d39; } .container { margin-left: 5%; margin-right: 5%; } .row { display: flex; flex-direction: row; gap: 3vw; } .col { display: flex; flex-direction: column; flex: 1; position: relative; } .item { border-radius: 20px; background-color: #ccc5b9; height: 30vh; padding-left: 5%; } .laptop-display { border-radius: 20px; height: 40vh; margin-top: 3vw; } .button { cursor: pointer; color: #403d39; font-size: 2.5vh;/*15pt;*/ font-weight: bold; border-radius: 5px; height: 20%; width: 33%; border: hidden; background: #fffcf2; } .button:hover { background: #f7f4ea; } h3 { color: #403d39; position: absolute; top: 10%; left: 10%; font-size: 3.5vh; /*20pt*/ margin: 0; padding: 0; } ul { list-style-type: none; } #balance { font-size: 2vh; font-weight: bold; position: absolute; left: 10%; top: 35%; } #outstanding-loan { font-size: 2vh; font-weight: bold; position: absolute; left: 10%; top: 45%; } #pay { font-size: 2vh; font-weight: bold; position: absolute; left: 10%; top: 40%; } #selection-laptops { font-size: 2vh; font-weight: bold; cursor: pointer; background-color: #fffcf2; color: #403d39; border-radius: 5px; border: hidden; height: 20%; width: 50%; position: absolute; top: 10%; right: 10%; } #selection-laptops:hover { background: #f7f4ea; } #features { font-size: 2.5vh; position: absolute; left: 10%; top: 20%; } #laptop-features { font-weight: 600; font-size: 1.75vh;/*10pt;*/ position: absolute; left: 10%; top: 45%; line-height: 1.75vh; margin: 0; padding: 0; } #laptop-name { font-size: 5vh;/*30pt;*/ position: absolute; top: 10%; left: 37%; } #laptop-description { font-size: 2.5vh; /*15pt;*/ font-weight: 600; position: absolute; top: 33%; left: 37%; width: 25%; } #price-container { text-align: center; position: absolute; width: 20%; right: 5%; top: 50%; } #laptop-price { font-size: 5vh; /*30pt;*/ position: relative; } #btn-repay { visibility: hidden; position: absolute; top: 35%; right: 10%; } #btn-bank { position: absolute; left: 10%; bottom: 10%; } #btn-work { position: absolute; right: 10%; bottom: 10%; } #btn-loan { position: absolute; left: 10%; bottom: 10%; width: 80%; } #btn-buy { position: absolute; right: 3%; bottom: 10%; width: 25%; height: 20%; } #image-laptop { position: absolute; border-radius: 7px; height: 70%; left: 3%; top: 21.5%; margin: 0; padding: 0; }
0.517327
0.1126
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?71o267'); src: url('fonts/icomoon.eot?71o267#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?71o267') format('truetype'), url('fonts/icomoon.woff?71o267') format('woff'), url('fonts/icomoon.svg?71o267#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-cooker:before { content: "\e901"; } .icon-cut:before { content: "\e902"; } .icon-location:before { content: "\e903"; } .icon-mail:before { content: "\e904"; } .icon-message:before { content: "\e905"; } .icon-mobile:before { content: "\e906"; } .icon-phone:before { content: "\e907"; } .icon-pinterest:before { content: "\e908"; } .icon-quote:before { content: "\e909"; } .icon-tumblr:before { content: "\e90a"; } .icon-twitter:before { content: "\e90b"; } .icon-user:before { "\e900"; } .icon-cooking:before { content: "\e90c"; } .icon-instagram-with-circle:before { content: "\e90d"; } .icon-home:before { content: "\e90f"; } .icon-instagram:before { content: "\e910"; } .icon-google:before { content: "\e911"; } .icon-facebook:before { content: "\e912"; } /*******************************FONT + TXT*************************************/ h1 { font-family: 'Dancing Script', cursive; font-size: 62px; color: #000000; } h2 { font-family: 'Dancing Script', cursive; color: #000001; font-weight: 400; font-size: 36px; } h3 { font-family: 'Dancing Script', cursive; color: #ffffff; font-size: 34px; } h4 { font-family: 'Open Sans', sans-serif; font-size: 20px; text-transform: uppercase; color: #883333; } h5 { font-family: 'Dancing Script', cursive; font-size: 33px; font-weight: 400; color: #999999; line-height: 24px; } h6 { font-family: 'Dancing Script', cursive; font-size: 26px; font-weight: 400; color: #fff; line-height: 24px; } p { font-family: 'Open Sans', sans-serif; font-size: 18px; color: #4b4b4b; font-weight: 300; } /*******************************COULEURS**************************/ .red { color: #883333; } .bgred { background-color: #883333; } .gray { color: #4b4b4b; } .bggray { background-color: #4b4b4b; } /************************ WIDTH *****/ #main { width: 100%; position: relative; z-index: 10; } /********************************UTILES*****************************/ .dib { display: inline-block; } .vat { vertical-align: top; } .vam { vertical-align: middle; } .content { width: 1170px; margin: 0 auto; padding-left: 15px; padding-right: 15px; } .margebot { margin-bottom: 30px; } .margetop { margin-top: 40px; } .padtop { padding-top: 15px; } .padtopm { padding-top: 95px; } .padright { padding-right: 30px; } .paddingleftm{ padding-left: 14%; } .padleft { padding-left: 30px; } .txtleft { text-align: left; } .txtcenter { text-align: center; } .txtright { text-align: right; } .margeauto { margin: 0 auto; } /*******************************VIDEO BG*************************/ .fullscreen-bg { /* position: fixed;*/ top: 0; right: 0; bottom: 0; left: 0; /* overflow: scroll;*/ z-index: 1; /* height: 800px;*/ } .fullscreen-bg__video { position: absolute; top: 50%; left: 50%; width: auto; height: auto; min-width: 100%; min-height: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: transparent; } /********************************MASK****************/ #first { -moz-clip-path: polygon(0 90px, 80% 100%, 100% 100px, 100% 0, 0 0); -webkit-clip-path: polygon(0 90px, 80% 100%, 100% 100px, 100% 0, 0 0); clip-path: polygon(0 90px, 80% 100%, 100% 100px, 100% 0, 0 0); } #second { margin-top: 300px; /* padding-bottom: 200px;*/ background-color: rgba(254, 254, 255, 0.90); text-align: center; padding-top: 250px; -moz-clip-path: polygon(0 210px, 20% 10%, 100% 210px, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 210px, 20% 10%, 100% 210px, 100% 100%, 0 100%); clip-path: polygon(0 210px, 20% 10%, 100% 210px, 100% 100%, 0 100%); } #third { padding-bottom: 40px; background-color: #e6e6e6; text-align: center; padding-top: 250px; -moz- clip-path: polygon(0 170px, 80% 10%, 100% 170px, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 170px, 80% 10%, 100% 170px, 100% 100%, 0 100%); clip-path: polygon(0 170px, 80% 10%, 100% 170px, 100% 100%, 0 100%); } #fourth { padding-bottom: 200px; background-color: #fff; text-align: center; padding-top: 250px; -moz- clip-path: polygon(0 170px, 20% 10%, 100% 170px, 100% 100%, 80% 95%, 0 100%); -webkit-clip-path: polygon(0 170px, 20% 10%, 100% 170px, 100% 100%, 80% 95%, 0 100%); clip-path: polygon(0 170px, 20% 10%, 100% 170px, 100% 100%, 80% 95%, 0 100%); } #fifth { background-color: #e6e6e6; } #backgroundend { background-color: #e6e6e6; } /************************ NAV *********************************/ nav { width: 100%; height: 140px; padding-top: 30px; text-align: center; background-color: #fff; z-index: 10; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 300; } nav a { color: #000000; display: inline-block; vertical-align: middle; margin-right: 5px; border-top: #fff solid 1px; padding-top: 15px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } nav a:hover { border-top: rgb(222, 84, 84) solid 1px; } .pageactive { border-top: #883434 solid 1px; } .surbrillance:hover { color: #a32a2a; } .txtsize { font-size: 30px; } /************************** articles **************************/ .arttop { width: 527px; height: 164px; line-height: 24px; } .rel { position: relative; } .plusabso { position: absolute; top: 130px; left: 0; } #borderarttop { border-top: #4b4b4b solid 1px; width: 1140px; margin-top: 70px; margin-bottom: 70px; } /************************** MIDDLE IMG **************************/ .imageMiddle { width: 1170px; margin: 0 auto; -moz-transition: all 1s; -webkit-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .imageMiddle figure { position: relative; overflow: hidden; margin: 5px; background: #111; text-align: center; z-index: 100; } .imageMiddle figure img { /*display: block;*/ position: relative; display: block; max-width: 100%; position: absolute; height: 340px; width: 532px; } .imageMiddle .txtwrap1 { width: 532px; height: 340px; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .imageMiddle .txtwrap2 { width: 614px; height: 340px; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .imageMiddle .txtwrap3 { width: 636px; height: 340px; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .imageMiddle .txtwrap4 { width: 509px; height: 340px; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .imageMiddle figure .txtwrap::before, .imageMiddle figure .txtwrap::after { pointer-events: none; -webkit-box-sizing: border-box; box-sizing: border-box; } } /* Anchor will cover the whole item by default */ .imageMiddle .txtwrap > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .imageMiddle figure .txtwrap { margin: 0; color: #fff; } .imageMiddle figure img { width: 100%; height: auto; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; } .imageMiddle figure:hover img { opacity: 0.3; -webkit-opacity: 0.3; } .imageMiddle figure .txtwrap::before, .imageMiddle figure .txtwrap::after { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; content: ''; opacity: 0; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; } .imageMiddle figure .txtwrap::before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0, 1); transform: scale(0, 1); } .imageMiddle figure .txtwrap::after { border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1, 0); transform: scale(1, 0); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .imageMiddle p { padding: 26%; font-size: 60px; text-align: center; font-family: 'Dancing Script', cursive; opacity: 0; color: #fff; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); z-index: 1; } .imageMiddle figure:hover .txtwrap::before, .imageMiddle figure:hover .txtwrap::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .imageMiddle figure:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } /********************TXT2********************/ .rotate { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); } #txt21 { height: 250px; width: 1000px; position: relative; background-color: #ffffff; margin: 0 auto; margin-bottom: 40px; margin-top: 30px; } #txt21 article { padding-top: 30px; text-align: left; } #txt21 p { padding-top: 30px; line-height: 25px; } .txt2 { height: 250px; width: 470px; } #txt22 { height: 250px; width: 1000px; position: relative; margin: 0 auto; background-color: #ffffff; } #txt22 article { padding-top: 30px; text-align: left; } #txt22 p { padding-top: 30px; line-height: 25px; } #imgtxt2 { margin-left: -35px; } .border { width: 977px; height: 229px; border: #4b4b4b 1px solid; position: absolute; z-index: 50; top: 11px; left: 13px; } /*effet sur les images*/ #txt21 figure img { opacity: 0.8; -webkit-opacity: 0.8; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #txt21:hover figure img { opacity: 1; -webkit-opacity: 1; } #txt22 img { opacity: 0.8; -webkit-opacity: 0.8; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #txt22:hover img { opacity: 1; -webkit-opacity: 1; } /******************TXT3****************/ #fourth div { position: relative; } #fourth article { position: absolute; top: 190px; ; left: 0; z-index: 200; } #fourth p { color: white; font-weight: 300; padding: 30px; text-align: left; line-height: 28px; } #fourth h3 { font-weight: 400; } #fourth h2 { margin-bottom: 40px; } .margeart3 { margin-left: 80px; margin-right: 80px; } /*effet sur les images*/ #fourth img { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #fourth figure:hover img { -webkit-transform: scale(1.08); transform: scale(1.08); } /**************************Footer*********************************/ #rsfooter { width: 45%; } #aufooter { width: 45%; } #fifth { position: relative; } #fifth i { position: absolute; top: 100%; left: 25%; font-family: 'Open Sans', sans-serif; font-size: 18px; color: #4b4b4b; font-weight: 300; } #rsfooter li { display: inline-block; font-size: 60px; color: #4b4b4b; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #rsfooter li:hover { color: #961616; } .titre { font-size: 33px; font-family: 'Dancing Script', cursive; } .txtfoot { font-family: 'Open Sans', sans-serif; font-size: 18px; color: #4b4b4b; font-weight: 300; text-align: left; line-height: 35px; } #fifth a{ color: #4b4b4b; } /****************CONTACT******************************/ .maps{ width: 974px; height: 293px; } #pcontact h1 { padding-top: 30px; font-size: 33px; text-align: center; } #pcontact ul { padding-right: 30px; padding-top: 30px; } /*formulaire*/ #formulaire{ width: 974px; height: 1017px; background: url(image/background.jpg); padding-top: 60px; text-align: left; padding-bottom: 60px; margin-bottom: 60px; } #formulaire h4{ color: #ffffff; text-transform: uppercase; padding-left: 170px; font-weight: 400; font-size:23px; } #formulaire h6{ padding-left: 170px; padding-top: 15px; } .inputform { color:#4b4b4b; border-radius: 5px; line-height: 22px; background-color: #fff; padding: 13px 13px 13px; margin-bottom: 10px; width:362px; height: 61px; border: 3px solid rgba(0,0,0,0); } .inputarea { color:#4b4b4b; border-radius: 5px; line-height: 22px; background-color: #fff; padding: 13px 13px 13px; margin-bottom: 10px; width:722px; height: 312px; border: 3px solid rgba(0,0,0,0); } .inputform:focus{ background: #fff; box-shadow: 0; border: 3px solid #3498db; color: #3498db; outline: none; padding: 13px 13px 13px; } form fieldset { padding: 5px; } .focused{ color:#30aed6; border:#30aed6 solid 3px; } textarea { width: 100%; height: 150px; line-height: 150%; resize:vertical; } input:hover, textarea:hover, input:focus, textarea:focus { background-color:white; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color: #000; font-family: icomoon; font-size: 22px; } form label{ display: block; font-family: 'Open Sans', sans-serif; color: #fff; text-align: left; padding-bottom: 10px; } #pcontact a{ color: #4b4b4b; } /*bouton*/ #button{ width: 315px; height: 64px; border: #fbfbfb solid 4px; border-radius: 5px; cursor:pointer; background-color: #883434; color:white; font-family: 'Dancing Script', cursive; font-size:40px; padding-bottom:22px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; margin-top:-4px; font-weight:300; } #button:hover{ background-color: #fff; color: #4b4b4b; } .submit:hover { color: #883434; } .ease { -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; -ms-transition: .3s ease; transition: .3s ease; } .submit:hover .ease{ width:100%; background-color:white; } /*footer*/ #footercontact{ position: relative; } #footercontact i { position: absolute; top: 100%; left: 25%; font-family: 'Open Sans', sans-serif; font-size: 18px; color: #4b4b4b; font-weight: 300; } #footercontact a { color: #4b4b4b; } /**********************404***************************/ #container { margin: 50px auto; width: 1000px; border-radius: 5px; padding: 20px; background: #000; text-align: center; color: rgba(255, 255, 255, 0.7); position: relative; animation-name: slide; animation-duration: 3s; -webkit-animation-name: slide; -webkit-animation-duration: 3s; -moz-animation-name: slide; -moz-animation-duration: 3s; } #err404 { font-size: 500%; color: #fff; font-family: 'Dancing Script', cursive; } #description{ color: #fff; font-weight: 500; } #err404 span { position: relative; animation-name: err404; animation-duration: 5s; -webkit-animation-name: err404; -webkit-animation-duration: 5s; -moz-animation-name: err404; -moz-animation-duration: 5s; } @keyframes err404 { 0% {bottom: 200px; left: 0px; color: #883333;} 25% {left: 50px;} 50% {bottom: -50px; color: rgba(255, 255, 255, 0.7);} 75% {bottom: 0px; left: 0px;} 100%{} } @-webkit-keyframes err404 { 0% {bottom: 200px; left: 0px; color: #883333;} 25% {left: 50px;} 50% {bottom: -50px; color: rgba(255, 255, 255, 0.7);} 75% {bottom: 0px; left: 0px;} 100%{} } @-moz-keyframes err404 { 0% {bottom: 200px; left: 0px; color: #883333;} 25% {left: 50px;} 50% {bottom: -50px; color: rgba(255, 255, 255, 0.7);} 75% {bottom: 0px; left: 0px;} 100%{} } @keyframes slide { 0% {right: 1000px;} 100% {right: 0px;} } @-webkit-keyframes slide { 0% {right: 1000px;} 100% {right: 0px;} } @-moz-keyframes slide { 0% {right: 1000px;} 100% {right: 0px;} }
style.css
@font-face { font-family: 'icomoon'; src: url('fonts/icomoon.eot?71o267'); src: url('fonts/icomoon.eot?71o267#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?71o267') format('truetype'), url('fonts/icomoon.woff?71o267') format('woff'), url('fonts/icomoon.svg?71o267#icomoon') format('svg'); font-weight: normal; font-style: normal; } [class^="icon-"], [class*=" icon-"] { /* use !important to prevent issues with browser extensions that change fonts */ font-family: 'icomoon' !important; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .icon-cooker:before { content: "\e901"; } .icon-cut:before { content: "\e902"; } .icon-location:before { content: "\e903"; } .icon-mail:before { content: "\e904"; } .icon-message:before { content: "\e905"; } .icon-mobile:before { content: "\e906"; } .icon-phone:before { content: "\e907"; } .icon-pinterest:before { content: "\e908"; } .icon-quote:before { content: "\e909"; } .icon-tumblr:before { content: "\e90a"; } .icon-twitter:before { content: "\e90b"; } .icon-user:before { "\e900"; } .icon-cooking:before { content: "\e90c"; } .icon-instagram-with-circle:before { content: "\e90d"; } .icon-home:before { content: "\e90f"; } .icon-instagram:before { content: "\e910"; } .icon-google:before { content: "\e911"; } .icon-facebook:before { content: "\e912"; } /*******************************FONT + TXT*************************************/ h1 { font-family: 'Dancing Script', cursive; font-size: 62px; color: #000000; } h2 { font-family: 'Dancing Script', cursive; color: #000001; font-weight: 400; font-size: 36px; } h3 { font-family: 'Dancing Script', cursive; color: #ffffff; font-size: 34px; } h4 { font-family: 'Open Sans', sans-serif; font-size: 20px; text-transform: uppercase; color: #883333; } h5 { font-family: 'Dancing Script', cursive; font-size: 33px; font-weight: 400; color: #999999; line-height: 24px; } h6 { font-family: 'Dancing Script', cursive; font-size: 26px; font-weight: 400; color: #fff; line-height: 24px; } p { font-family: 'Open Sans', sans-serif; font-size: 18px; color: #4b4b4b; font-weight: 300; } /*******************************COULEURS**************************/ .red { color: #883333; } .bgred { background-color: #883333; } .gray { color: #4b4b4b; } .bggray { background-color: #4b4b4b; } /************************ WIDTH *****/ #main { width: 100%; position: relative; z-index: 10; } /********************************UTILES*****************************/ .dib { display: inline-block; } .vat { vertical-align: top; } .vam { vertical-align: middle; } .content { width: 1170px; margin: 0 auto; padding-left: 15px; padding-right: 15px; } .margebot { margin-bottom: 30px; } .margetop { margin-top: 40px; } .padtop { padding-top: 15px; } .padtopm { padding-top: 95px; } .padright { padding-right: 30px; } .paddingleftm{ padding-left: 14%; } .padleft { padding-left: 30px; } .txtleft { text-align: left; } .txtcenter { text-align: center; } .txtright { text-align: right; } .margeauto { margin: 0 auto; } /*******************************VIDEO BG*************************/ .fullscreen-bg { /* position: fixed;*/ top: 0; right: 0; bottom: 0; left: 0; /* overflow: scroll;*/ z-index: 1; /* height: 800px;*/ } .fullscreen-bg__video { position: absolute; top: 50%; left: 50%; width: auto; height: auto; min-width: 100%; min-height: 100%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: transparent; } /********************************MASK****************/ #first { -moz-clip-path: polygon(0 90px, 80% 100%, 100% 100px, 100% 0, 0 0); -webkit-clip-path: polygon(0 90px, 80% 100%, 100% 100px, 100% 0, 0 0); clip-path: polygon(0 90px, 80% 100%, 100% 100px, 100% 0, 0 0); } #second { margin-top: 300px; /* padding-bottom: 200px;*/ background-color: rgba(254, 254, 255, 0.90); text-align: center; padding-top: 250px; -moz-clip-path: polygon(0 210px, 20% 10%, 100% 210px, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 210px, 20% 10%, 100% 210px, 100% 100%, 0 100%); clip-path: polygon(0 210px, 20% 10%, 100% 210px, 100% 100%, 0 100%); } #third { padding-bottom: 40px; background-color: #e6e6e6; text-align: center; padding-top: 250px; -moz- clip-path: polygon(0 170px, 80% 10%, 100% 170px, 100% 100%, 0 100%); -webkit-clip-path: polygon(0 170px, 80% 10%, 100% 170px, 100% 100%, 0 100%); clip-path: polygon(0 170px, 80% 10%, 100% 170px, 100% 100%, 0 100%); } #fourth { padding-bottom: 200px; background-color: #fff; text-align: center; padding-top: 250px; -moz- clip-path: polygon(0 170px, 20% 10%, 100% 170px, 100% 100%, 80% 95%, 0 100%); -webkit-clip-path: polygon(0 170px, 20% 10%, 100% 170px, 100% 100%, 80% 95%, 0 100%); clip-path: polygon(0 170px, 20% 10%, 100% 170px, 100% 100%, 80% 95%, 0 100%); } #fifth { background-color: #e6e6e6; } #backgroundend { background-color: #e6e6e6; } /************************ NAV *********************************/ nav { width: 100%; height: 140px; padding-top: 30px; text-align: center; background-color: #fff; z-index: 10; font-family: 'Open Sans', sans-serif; font-size: 18px; font-weight: 300; } nav a { color: #000000; display: inline-block; vertical-align: middle; margin-right: 5px; border-top: #fff solid 1px; padding-top: 15px; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } nav a:hover { border-top: rgb(222, 84, 84) solid 1px; } .pageactive { border-top: #883434 solid 1px; } .surbrillance:hover { color: #a32a2a; } .txtsize { font-size: 30px; } /************************** articles **************************/ .arttop { width: 527px; height: 164px; line-height: 24px; } .rel { position: relative; } .plusabso { position: absolute; top: 130px; left: 0; } #borderarttop { border-top: #4b4b4b solid 1px; width: 1140px; margin-top: 70px; margin-bottom: 70px; } /************************** MIDDLE IMG **************************/ .imageMiddle { width: 1170px; margin: 0 auto; -moz-transition: all 1s; -webkit-transition: all 1s; -ms-transition: all 1s; -o-transition: all 1s; transition: all 1s; } .imageMiddle figure { position: relative; overflow: hidden; margin: 5px; background: #111; text-align: center; z-index: 100; } .imageMiddle figure img { /*display: block;*/ position: relative; display: block; max-width: 100%; position: absolute; height: 340px; width: 532px; } .imageMiddle .txtwrap1 { width: 532px; height: 340px; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .imageMiddle .txtwrap2 { width: 614px; height: 340px; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .imageMiddle .txtwrap3 { width: 636px; height: 340px; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .imageMiddle .txtwrap4 { width: 509px; height: 340px; text-align: center; -webkit-backface-visibility: hidden; backface-visibility: hidden; } .imageMiddle figure .txtwrap::before, .imageMiddle figure .txtwrap::after { pointer-events: none; -webkit-box-sizing: border-box; box-sizing: border-box; } } /* Anchor will cover the whole item by default */ .imageMiddle .txtwrap > a { z-index: 1000; text-indent: 200%; white-space: nowrap; font-size: 0; opacity: 0; } .imageMiddle figure .txtwrap { margin: 0; color: #fff; } .imageMiddle figure img { width: 100%; height: auto; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; } .imageMiddle figure:hover img { opacity: 0.3; -webkit-opacity: 0.3; } .imageMiddle figure .txtwrap::before, .imageMiddle figure .txtwrap::after { position: absolute; top: 10px; right: 10px; bottom: 10px; left: 10px; content: ''; opacity: 0; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; } .imageMiddle figure .txtwrap::before { border-top: 1px solid #fff; border-bottom: 1px solid #fff; -webkit-transform: scale(0, 1); transform: scale(0, 1); } .imageMiddle figure .txtwrap::after { border-right: 1px solid #fff; border-left: 1px solid #fff; -webkit-transform: scale(1, 0); transform: scale(1, 0); -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; } .imageMiddle p { padding: 26%; font-size: 60px; text-align: center; font-family: 'Dancing Script', cursive; opacity: 0; color: #fff; -webkit-transition: opacity 1s, -webkit-transform 1s; transition: opacity 1s, transform 1s; -webkit-transform: translate3d(0, 20px, 0); transform: translate3d(0, 20px, 0); z-index: 1; } .imageMiddle figure:hover .txtwrap::before, .imageMiddle figure:hover .txtwrap::after { opacity: 1; -webkit-transform: scale(1); transform: scale(1); } .imageMiddle figure:hover p { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } /********************TXT2********************/ .rotate { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); } #txt21 { height: 250px; width: 1000px; position: relative; background-color: #ffffff; margin: 0 auto; margin-bottom: 40px; margin-top: 30px; } #txt21 article { padding-top: 30px; text-align: left; } #txt21 p { padding-top: 30px; line-height: 25px; } .txt2 { height: 250px; width: 470px; } #txt22 { height: 250px; width: 1000px; position: relative; margin: 0 auto; background-color: #ffffff; } #txt22 article { padding-top: 30px; text-align: left; } #txt22 p { padding-top: 30px; line-height: 25px; } #imgtxt2 { margin-left: -35px; } .border { width: 977px; height: 229px; border: #4b4b4b 1px solid; position: absolute; z-index: 50; top: 11px; left: 13px; } /*effet sur les images*/ #txt21 figure img { opacity: 0.8; -webkit-opacity: 0.8; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #txt21:hover figure img { opacity: 1; -webkit-opacity: 1; } #txt22 img { opacity: 0.8; -webkit-opacity: 0.8; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #txt22:hover img { opacity: 1; -webkit-opacity: 1; } /******************TXT3****************/ #fourth div { position: relative; } #fourth article { position: absolute; top: 190px; ; left: 0; z-index: 200; } #fourth p { color: white; font-weight: 300; padding: 30px; text-align: left; line-height: 28px; } #fourth h3 { font-weight: 400; } #fourth h2 { margin-bottom: 40px; } .margeart3 { margin-left: 80px; margin-right: 80px; } /*effet sur les images*/ #fourth img { -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; } #fourth figure:hover img { -webkit-transform: scale(1.08); transform: scale(1.08); } /**************************Footer*********************************/ #rsfooter { width: 45%; } #aufooter { width: 45%; } #fifth { position: relative; } #fifth i { position: absolute; top: 100%; left: 25%; font-family: 'Open Sans', sans-serif; font-size: 18px; color: #4b4b4b; font-weight: 300; } #rsfooter li { display: inline-block; font-size: 60px; color: #4b4b4b; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; } #rsfooter li:hover { color: #961616; } .titre { font-size: 33px; font-family: 'Dancing Script', cursive; } .txtfoot { font-family: 'Open Sans', sans-serif; font-size: 18px; color: #4b4b4b; font-weight: 300; text-align: left; line-height: 35px; } #fifth a{ color: #4b4b4b; } /****************CONTACT******************************/ .maps{ width: 974px; height: 293px; } #pcontact h1 { padding-top: 30px; font-size: 33px; text-align: center; } #pcontact ul { padding-right: 30px; padding-top: 30px; } /*formulaire*/ #formulaire{ width: 974px; height: 1017px; background: url(image/background.jpg); padding-top: 60px; text-align: left; padding-bottom: 60px; margin-bottom: 60px; } #formulaire h4{ color: #ffffff; text-transform: uppercase; padding-left: 170px; font-weight: 400; font-size:23px; } #formulaire h6{ padding-left: 170px; padding-top: 15px; } .inputform { color:#4b4b4b; border-radius: 5px; line-height: 22px; background-color: #fff; padding: 13px 13px 13px; margin-bottom: 10px; width:362px; height: 61px; border: 3px solid rgba(0,0,0,0); } .inputarea { color:#4b4b4b; border-radius: 5px; line-height: 22px; background-color: #fff; padding: 13px 13px 13px; margin-bottom: 10px; width:722px; height: 312px; border: 3px solid rgba(0,0,0,0); } .inputform:focus{ background: #fff; box-shadow: 0; border: 3px solid #3498db; color: #3498db; outline: none; padding: 13px 13px 13px; } form fieldset { padding: 5px; } .focused{ color:#30aed6; border:#30aed6 solid 3px; } textarea { width: 100%; height: 150px; line-height: 150%; resize:vertical; } input:hover, textarea:hover, input:focus, textarea:focus { background-color:white; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{ color: #000; font-family: icomoon; font-size: 22px; } form label{ display: block; font-family: 'Open Sans', sans-serif; color: #fff; text-align: left; padding-bottom: 10px; } #pcontact a{ color: #4b4b4b; } /*bouton*/ #button{ width: 315px; height: 64px; border: #fbfbfb solid 4px; border-radius: 5px; cursor:pointer; background-color: #883434; color:white; font-family: 'Dancing Script', cursive; font-size:40px; padding-bottom:22px; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; transition: all 0.5s; margin-top:-4px; font-weight:300; } #button:hover{ background-color: #fff; color: #4b4b4b; } .submit:hover { color: #883434; } .ease { -webkit-transition: .3s ease; -moz-transition: .3s ease; -o-transition: .3s ease; -ms-transition: .3s ease; transition: .3s ease; } .submit:hover .ease{ width:100%; background-color:white; } /*footer*/ #footercontact{ position: relative; } #footercontact i { position: absolute; top: 100%; left: 25%; font-family: 'Open Sans', sans-serif; font-size: 18px; color: #4b4b4b; font-weight: 300; } #footercontact a { color: #4b4b4b; } /**********************404***************************/ #container { margin: 50px auto; width: 1000px; border-radius: 5px; padding: 20px; background: #000; text-align: center; color: rgba(255, 255, 255, 0.7); position: relative; animation-name: slide; animation-duration: 3s; -webkit-animation-name: slide; -webkit-animation-duration: 3s; -moz-animation-name: slide; -moz-animation-duration: 3s; } #err404 { font-size: 500%; color: #fff; font-family: 'Dancing Script', cursive; } #description{ color: #fff; font-weight: 500; } #err404 span { position: relative; animation-name: err404; animation-duration: 5s; -webkit-animation-name: err404; -webkit-animation-duration: 5s; -moz-animation-name: err404; -moz-animation-duration: 5s; } @keyframes err404 { 0% {bottom: 200px; left: 0px; color: #883333;} 25% {left: 50px;} 50% {bottom: -50px; color: rgba(255, 255, 255, 0.7);} 75% {bottom: 0px; left: 0px;} 100%{} } @-webkit-keyframes err404 { 0% {bottom: 200px; left: 0px; color: #883333;} 25% {left: 50px;} 50% {bottom: -50px; color: rgba(255, 255, 255, 0.7);} 75% {bottom: 0px; left: 0px;} 100%{} } @-moz-keyframes err404 { 0% {bottom: 200px; left: 0px; color: #883333;} 25% {left: 50px;} 50% {bottom: -50px; color: rgba(255, 255, 255, 0.7);} 75% {bottom: 0px; left: 0px;} 100%{} } @keyframes slide { 0% {right: 1000px;} 100% {right: 0px;} } @-webkit-keyframes slide { 0% {right: 1000px;} 100% {right: 0px;} } @-moz-keyframes slide { 0% {right: 1000px;} 100% {right: 0px;} }
0.403097
0.096365
.mediaViewInfo { --web-view-name: External Stylesheet; --web-view-id: External_Stylesheet; --web-enable-deep-linking: true; } :root { --web-view-ids: External_Stylesheet; } * { margin: 0; padding: 0; box-sizing: border-box; border: none; } #External_Stylesheet { position: absolute; width: 857px; height: 371px; background-color: rgba(255,255,255,1); overflow: hidden; --web-view-name: External Stylesheet; --web-view-id: External_Stylesheet; --web-enable-deep-linking: true; } #Rectangle_1 { fill: rgba(244,244,244,1); stroke: rgba(112,112,112,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_1 { position: absolute; overflow: visible; width: 75px; height: 75px; left: 20px; top: 80px; } #Line_85 { fill: transparent; stroke: rgba(177,177,177,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Line_85 { overflow: visible; position: absolute; width: 806.269px; height: 1px; left: 22.231px; top: 53.74px; transform: matrix(1,0,0,1,0,0); } #This_page_uses_an_external_sty { left: 644px; top: 32px; position: absolute; overflow: visible; width: 185px; white-space: nowrap; text-align: right; font-family: Helvetica Neue; font-style: normal; font-weight: normal; font-size: 11px; color: rgba(112,112,112,1); } #Check_the_source_code_to_see_t { left: 22px; top: 209px; position: absolute; overflow: visible; width: 310px; white-space: nowrap; text-align: left; font-family: Helvetica Neue; font-style: normal; font-weight: normal; font-size: 11px; color: rgba(112,112,112,1); } #External_Stylesheet_l { left: 54px; top: 14px; position: absolute; overflow: visible; width: 184px; white-space: nowrap; line-height: 56px; margin-top: -18px; text-align: left; font-family: Arial; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(93,93,93,1); letter-spacing: -0.03px; } #httpsdevelopermozillaorgen-USd { left: 22px; top: 341px; position: absolute; overflow: visible; width: 329px; white-space: nowrap; text-align: left; font-family: Helvetica Neue; font-style: normal; font-weight: normal; font-size: 11px; color: rgba(112,112,112,1); } #Icon { position: absolute; width: 24px; height: 24px; left: 20px; top: 13px; overflow: visible; } #Rectangle_177_p { fill: url(#Rectangle_177_p); } .Rectangle_177_p { position: absolute; overflow: visible; width: 24px; height: 24px; left: 0px; top: 0px; } #W { left: 50%; transform: translateX(-50%); top: 7.5px; position: absolute; overflow: visible; width: 10px; white-space: nowrap; text-align: right; font-family: Helvetica; font-style: normal; font-weight: bold; font-size: 10px; color: rgba(255,255,255,1); }
web-export/examples/exports/external-stylesheet/External_Stylesheet.css
.mediaViewInfo { --web-view-name: External Stylesheet; --web-view-id: External_Stylesheet; --web-enable-deep-linking: true; } :root { --web-view-ids: External_Stylesheet; } * { margin: 0; padding: 0; box-sizing: border-box; border: none; } #External_Stylesheet { position: absolute; width: 857px; height: 371px; background-color: rgba(255,255,255,1); overflow: hidden; --web-view-name: External Stylesheet; --web-view-id: External_Stylesheet; --web-enable-deep-linking: true; } #Rectangle_1 { fill: rgba(244,244,244,1); stroke: rgba(112,112,112,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Rectangle_1 { position: absolute; overflow: visible; width: 75px; height: 75px; left: 20px; top: 80px; } #Line_85 { fill: transparent; stroke: rgba(177,177,177,1); stroke-width: 1px; stroke-linejoin: miter; stroke-linecap: butt; stroke-miterlimit: 4; shape-rendering: auto; } .Line_85 { overflow: visible; position: absolute; width: 806.269px; height: 1px; left: 22.231px; top: 53.74px; transform: matrix(1,0,0,1,0,0); } #This_page_uses_an_external_sty { left: 644px; top: 32px; position: absolute; overflow: visible; width: 185px; white-space: nowrap; text-align: right; font-family: Helvetica Neue; font-style: normal; font-weight: normal; font-size: 11px; color: rgba(112,112,112,1); } #Check_the_source_code_to_see_t { left: 22px; top: 209px; position: absolute; overflow: visible; width: 310px; white-space: nowrap; text-align: left; font-family: Helvetica Neue; font-style: normal; font-weight: normal; font-size: 11px; color: rgba(112,112,112,1); } #External_Stylesheet_l { left: 54px; top: 14px; position: absolute; overflow: visible; width: 184px; white-space: nowrap; line-height: 56px; margin-top: -18px; text-align: left; font-family: Arial; font-style: normal; font-weight: bold; font-size: 20px; color: rgba(93,93,93,1); letter-spacing: -0.03px; } #httpsdevelopermozillaorgen-USd { left: 22px; top: 341px; position: absolute; overflow: visible; width: 329px; white-space: nowrap; text-align: left; font-family: Helvetica Neue; font-style: normal; font-weight: normal; font-size: 11px; color: rgba(112,112,112,1); } #Icon { position: absolute; width: 24px; height: 24px; left: 20px; top: 13px; overflow: visible; } #Rectangle_177_p { fill: url(#Rectangle_177_p); } .Rectangle_177_p { position: absolute; overflow: visible; width: 24px; height: 24px; left: 0px; top: 0px; } #W { left: 50%; transform: translateX(-50%); top: 7.5px; position: absolute; overflow: visible; width: 10px; white-space: nowrap; text-align: right; font-family: Helvetica; font-style: normal; font-weight: bold; font-size: 10px; color: rgba(255,255,255,1); }
0.496826
0.062445
.WeaponsContainer { border: 1px solid #d1d5da; border-radius: 3px; margin: 2em; } .IconLabel { font-weight: bold; text-transform: uppercase; margin-top: 0.5em; } .WeaponsContainerTitle { margin: 1em 1em 1.5em 1em; text-align: start; } .WeaponsContainerIcons { display: flex; margin: 0 1em 1em 1em; justify-content: space-between; } .GistsIcon { border: none; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .GistsIcon:hover { background: rgba(0, 0, 0, 0.2); border-radius: 3px; cursor: pointer; } .GistsIconSelected { background: rgba(0, 0, 0, 0.2); border: 2px solid black; border-radius: 3px; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .FollowingIcon { border: none; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .FollowingIcon:hover { background: rgba(0, 0, 0, 0.2); border-radius: 3px; cursor: pointer; } .FollowingIconSelected { background: rgba(0, 0, 0, 0.2); border: 2px solid black; border-radius: 3px; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .RepositoryIcon { border: none; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .RepositoryIcon:hover { background: rgba(0, 0, 0, 0.2); border-radius: 3px; cursor: pointer; } .RepositoryIconSelected { background: rgba(0, 0, 0, 0.2); border: 2px solid black; border-radius: 3px; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .FollowersIcon { border: none; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .FollowersIcon:hover { background: rgba(0, 0, 0, 0.2); border-radius: 3px; cursor: pointer; } .FollowersIconSelected { background: rgba(0, 0, 0, 0.2); border: 2px solid black; border-radius: 3px; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; }
src/components/ShowWeapons.css
.WeaponsContainer { border: 1px solid #d1d5da; border-radius: 3px; margin: 2em; } .IconLabel { font-weight: bold; text-transform: uppercase; margin-top: 0.5em; } .WeaponsContainerTitle { margin: 1em 1em 1.5em 1em; text-align: start; } .WeaponsContainerIcons { display: flex; margin: 0 1em 1em 1em; justify-content: space-between; } .GistsIcon { border: none; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .GistsIcon:hover { background: rgba(0, 0, 0, 0.2); border-radius: 3px; cursor: pointer; } .GistsIconSelected { background: rgba(0, 0, 0, 0.2); border: 2px solid black; border-radius: 3px; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .FollowingIcon { border: none; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .FollowingIcon:hover { background: rgba(0, 0, 0, 0.2); border-radius: 3px; cursor: pointer; } .FollowingIconSelected { background: rgba(0, 0, 0, 0.2); border: 2px solid black; border-radius: 3px; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .RepositoryIcon { border: none; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .RepositoryIcon:hover { background: rgba(0, 0, 0, 0.2); border-radius: 3px; cursor: pointer; } .RepositoryIconSelected { background: rgba(0, 0, 0, 0.2); border: 2px solid black; border-radius: 3px; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .FollowersIcon { border: none; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; } .FollowersIcon:hover { background: rgba(0, 0, 0, 0.2); border-radius: 3px; cursor: pointer; } .FollowersIconSelected { background: rgba(0, 0, 0, 0.2); border: 2px solid black; border-radius: 3px; padding: 0.5em; display: flex; flex-direction: column; justify-content: center; align-items: center; margin: 0 1em 0 0; }
0.489748
0.274602
@import "/css/keyframe.css"; /**************************************** FileStructure of client.css (v1.0) *****************************************/ /*will be merged into one file when deploying to live system*/ #client-shadow .small { -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; } #client-shadow .smalldark { -webkit-box-shadow: 0 0 16px #777777; -moz-box-shadow: 0 0 16px #777777; -ms-box-shadow: 0 0 16px #777777; -o-box-shadow: 0 0 16px #777777; box-shadow: 0 0 16px #777777; } #client-shadow .big { -webkit-box-shadow: 0 0 30px #333333; -moz-box-shadow: 0 0 30px #333333; -ms-box-shadow: 0 0 30px #333333; -o-box-shadow: 0 0 30px #333333; box-shadow: 0 0 30px #333333; } #client-shadow .inset { -webkit-box-shadow: 0 0 5px #efefef inset; -moz-box-shadow: 0 0 5px #efefef inset; -ms-box-shadow: 0 0 5px #efefef inset; -o-box-shadow: 0 0 5px #efefef inset; box-shadow: 0 0 5px #efefef inset; } #client-border-radius .none { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } #client-border-radius .small { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } #client-border-radius .middle { -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } #client-border-radius .big { -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; } #client-gradient .body { background: #dadada; background: #ffffff -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.4, #dadada), color-stop(0.6, #dadada)); background: #ffffff -moz-linear-gradient(top, #ffffff 30%, #dadada 50%, #ffffff 30%); background: #ffffff -o-linear-gradient(top, #ffffff 30%, #dadada 50%, #ffffff 30%); background: #ffffff -ms-linear-gradient(top, #ffffff 30%, #dadada 50%, #ffffff 30%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada')"; background: #ffffff linear-gradient(top, #ffffff 30%, #dadada 50%, #ffffff 30%); } #client-gradient .button .low { background: #efefef; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.5, #efefef)); background: -moz-linear-gradient(top, #ffffff, #efefef); background: -o-linear-gradient(top, #ffffff, #efefef); background: -ms-linear-gradient(top, #ffffff, #efefef); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #ffffff, #efefef); } #client-gradient .button .hi { background: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef), color-stop(0.5, #ffffff)); background: -moz-linear-gradient(top, #efefef, #ffffff); background: -o-linear-gradient(top, #efefef, #ffffff); background: -ms-linear-gradient(top, #efefef, #ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #efefef, #ffffff); } #client-gradient .button .second .low { background: #aaaaaa; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.5, #aaaaaa)); background: -moz-linear-gradient(top, #ffffff, #aaaaaa); background: -o-linear-gradient(top, #ffffff, #aaaaaa); background: -ms-linear-gradient(top, #ffffff, #aaaaaa); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #ffffff, #aaaaaa); } #client-gradient .button .second .hi { background: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#aaaaaa), color-stop(0.5, #ffffff)); background: -moz-linear-gradient(top, #aaaaaa, #ffffff); background: -o-linear-gradient(top, #aaaaaa, #ffffff); background: -ms-linear-gradient(top, #aaaaaa, #ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #aaaaaa, #ffffff); } #client-transition-time .no { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } #client-transition-time .short { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; } #client-transition-time .long { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; } #client-transition-time .opacity { -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; -ms-transition: opacity 0.3s; } #client-transition-time .actions { -webkit-transition: opacity, color ease-out, ease-out 0.3s; -moz-transition: opacity, color ease-out, ease-out 0.3s; -o-transition: opacity, color ease-out, ease-out 0.3s; -ms-transition: opacity, color ease-out, ease-out 0.3s; } #client-transition-time .slide { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; } #border-box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } #client-font .Arial { font-family: Arial, sans-serif; } #client-font .Helvetica { font-family: Helvetica, Arial, sans-serif; } #client-font .HelveticaNeue { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } #client-font .Streamium { font-family: "Streamium"; } /* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 7, 2011 */ @font-face { font-family: 'Streamium'; src: url('../fonts/streamium-webfont.eot'); src: local('☺'), url('../fonts/streamium-webfont.woff') format('woff'), url('../fonts/streamium-webfont.ttf') format('truetype'), url('../fonts/streamium-webfont.svg#webfontimriCsnS') format('svg'); font-weight: normal; font-style: normal; } /***basics***/ * html * { display: none; } * + html * { display: none; } body { margin: 0; padding: 20px 0 0 0; font-size: 12px; line-height: normal; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #888; text-rendering: optimizeLegibility; background: #fefefe fixed; } body.loading { background: #fefefe url("/images/lg_candy.png") no-repeat center 250px; } a { text-decoration: none; color: inherit; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0; padding: 0; font-weight: normal; font-size: 100%; line-height: 100%; } p { margin: 0; padding: 0; line-height: 18px; } form, fieldset, legend { border: 0; padding: 0; margin: 0; } textarea { resize: none; } dl, ul, ol, li { margin: 0; padding: 0; list-style: none; } img { border: none; } b, strong { font-weight: bold; } .h1, .h2 { clear: both; color: #333; margin: 0 0 40px 0; font-size: 23px; } .h3 { color: #333; font-size: 13px; font-weight: bold; margin: 0 0 10px 0; text-transform: uppercase; } .h4, .h5.h6 { color: #333; font-size: 10px; font-weight: bold; margin: 0 0 5px 0; text-transform: uppercase; } #container { margin: 0 auto; max-width: 640px; } .loading #container { margin: 0 auto; max-width: 980px; } /*header*/ #header { display: none; /* only shown for authenticated users */ position: fixed; top: 0; left: 0; right: 0; z-index: 2; -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; /*-webkit-transform: translate3d(0,0,0);*/ } #header #meta { position: absolute; right: 10px; top: 3px; } #header #logo { color: #fff; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 5px; border-bottom: 1px solid #555; text-align: center; background: #333; text-shadow: 0 0 2px #fff; } #header #logo:after, #header #logo:before { content: " // "; } #header #mainnav { overflow: hidden; text-align: center; border-bottom: 1px solid #555; background: #f7f7f7; background: #fafafa; font-family: Arial, sans-serif; } #header #mainnav li { position: relative; display: inline-block; margin: 0 8px; font-size: 30px; line-height: 20px; padding: 10px 0 5px; width: 50px; text-align: center; border-bottom: 0 solid #000; font-family: "Streamium"; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; } #header #mainnav li.active, #header #mainnav li:hover { border-bottom-width: 5px; } #header #mainnav li.active a, #header #mainnav li:hover a { color: #000; } #header #mainnav li.new:after { display: block; position: absolute; top: 2px; right: 5px; width: 5px; height: 5px; content: "\00a0"; background: #990000; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } #header #mainnav li a { position: relative; color: #555; display: block; } html.no-utf8 #header #mainnav li { line-height: auto; padding: 0; } html.no-utf8 #header #mainnav li a { background: transparent url("/images/ic_mainnav.png") no-repeat 0 0; text-indent: -3000px; display: block; height: 39px; top: 0 !important; font-size: 10px !important; } html.no-utf8 #header #mainnav li.rpl a { background-position: center 9px; } html.no-utf8 #header #mainnav li.timeline a { background-position: center -92px; } html.no-utf8 #header #mainnav li.rt a { background-position: center -190px; } html.no-utf8 #header #mainnav li.settings a { background-position: center -492px; } html.no-utf8 #header #mainnav li.add a { background-position: center -592px; } #content { margin: 60px 5px 20px; padding: 10px 10px 0; background: #f3f3f3; background: #fefefe; border: 1px solid #efefef; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; } #content h2 { display: none; } #content .logo { text-align: center; margin-top: 30px; margin-bottom: 50px; } #content .logo img { padding: 0 0 10px 0; border-bottom: 5px solid #000; } #content #about { font-size: 13px; } #content #about h2 { display: block; font-size: 18px; } #content #about p { margin-bottom: 18px; color: #000; } #content #about p.point { font-size: 30px; margin-bottom: 20px; line-height: 50px; } #content #about p.subline { font-size: 11px; } #content #about h2, #content #about h3, #content #about h4 { font-weight: bold; margin-bottom: 10px; color: #000; } #content #about ul { margin-bottom: 20px; } #content #about ul li:before { content: "- "; } #content #about a { color: #990000; } #content #about a:hover { color: #111; } #content #about #moreinfo { display: none; } #content #stream { height: 100%; } #content #stream li.tweet { position: relative; clear: both; margin: 0 0 20px 0; /*#client-transition-time > .short;*/ z-index: 0; -webkit-transform-style: preserve-3d; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1.5s; /*-webkit-backface-visibility: hidden;*/ } #content #stream li.tweet.flipped { -webkit-transform: rotateY(180deg); } #content #stream li.tweet.flipped + .back { -webkit-transform: rotateY(0deg); } #content #stream li.tweet.back { position: absolute; -webkit-transform: rotateY(180deg); z-index: 1; } #content #stream li.tweet:hover { z-index: 1; } #content #stream li.tweet.new { -webkit-animation-name: fadein; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; } #content #stream li.tweet.collapsed > a { top: 0; } #content #stream li.tweet.collapsed > a img, #content #stream li.tweet.collapsed > a canvas { width: 18px; height: 18px; } #content #stream li.tweet.collapsed .retweet-user-href-icon { display: none; } #content #stream li.tweet.collapsed div.status { cursor: pointer; min-height: 0; height: 0; overflow: hidden; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; } #content #stream li.tweet.collapsed div.status *, #content #stream li.tweet.collapsed div.status:after { opacity: 0; } #content #stream li.tweet.gap { padding-bottom: 10px; border-bottom: 4px dashed #999; border-bottom-style: wave; margin-bottom: 10px; } #content #stream li.tweet > a { position: absolute; top: 4px; left: 0; } #content #stream li.tweet > a img, #content #stream li.tweet > a canvas { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } #content #stream li.tweet.deleted p.text { text-decoration: line-through; } #content #stream li.tweet div.status { position: relative; padding: 8px 10px; min-height: 38px; margin: 0 0 0 65px; display: block; background: #fff; border: 1px solid transparent; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; /*-webkit-transform: translate3d(0,0,0);*/ } #content #stream li.tweet div.status .header { line-height: 16px; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; opacity: 0; } #content #stream li.tweet div.status .conversation { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; opacity: 0; } #content #stream li.tweet div.status .h { /*float:left; margin:0 0 10px 0;*/ } #content #stream li.tweet div.status .h a { font-weight: bold; } #content #stream li.tweet div.status .h .source a { font-weight: normal; } #content #stream li.tweet div.status .time { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; position: absolute; top: 10px; right: 10px; opacity: 0; } #content #stream li.tweet div.status .text.json { overflow: auto; height: 400px; } #content #stream li.tweet div.status .text { clear: both; color: #111; margin: 0; padding: 0 60px 0 0; word-wrap: break-word; } #content #stream li.tweet div.status .text a { color: #990000; } #content #stream li.tweet div.status .text a:hover { color: #111; } #content #stream li.tweet div.status .text:after { /*reserve space for .actions*/ content: "\00a0"; display: inline-block; width: 70px; } #content #stream li.tweet div.status .text .image-preview { position: relative; width: 10px; overflow: hidden; } #content #stream li.tweet div.status .text .image-preview img, #content #stream li.tweet div.status .text .image-preview canvas { height: 12px; } #content #stream li.tweet div.status .text .image-preview:hover img, #content #stream li.tweet div.status .text .image-preview:hover canvas { z-index: 1; position: absolute; height: 150px; } #content #stream li.tweet div.status pre.text { overflow: hidden; } #content #stream li.tweet div.status .actions { position: absolute; bottom: 5px; right: 7px; color: #000; font-family: "Streamium"; } #content #stream li.tweet div.status .actions li { display: inline; font-size: 17px; line-height: 15px; cursor: pointer; opacity: 0; margin: 0 0 0 5px; /*#client-transition-time > .actions;*/ -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; /* &.like{ display:inline-block; width:14px; height:14px; margin:0 2px -1px 0; background:#000 url("/images/ic_share.gif") no-repeat 0 0; &:hover{ background-color:@client-red; } } */ } #content #stream li.tweet div.status .actions li:hover { opacity: 1; color: #990000; } #content #stream li.tweet div.status .actions li.favorite:after { content: "☆"; } #content #stream li.tweet div.status .actions li.retweet:after { content: "♻"; } #content #stream li.tweet div.status .actions li.quote:after { content: "”"; } #content #stream li.tweet div.status .actions li.reply:after { content: "↩"; } #content #stream li.tweet div.status .actions li.translate_toggle:after { content: "✽"; } #content #stream li.tweet div.status .actions li.delete:after { content: "␡"; } #content #stream li.tweet div.status:hover { -webkit-box-shadow: 0 0 16px #777777; -moz-box-shadow: 0 0 16px #777777; -ms-box-shadow: 0 0 16px #777777; -o-box-shadow: 0 0 16px #777777; box-shadow: 0 0 16px #777777; } #content #stream li.tweet div.status:hover .header { opacity: 1; } #content #stream li.tweet div.status:hover .conversation { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; opacity: 1; } #content #stream li.tweet div.status:hover .actions li { opacity: .7; } #content #stream li.tweet div.status:hover .time { opacity: 1; } #content #stream li.tweet div.status:after { position: absolute; top: 10px; left: -16px; display: block; width: 0; height: 0; content: "\00a0"; border-color: transparent #ffffff transparent transparent; border-style: solid; border-width: 8px 8px; } #content #stream li.tweet div.status:hover { -webkit-box-shadow: 0 0 16px #777777; -moz-box-shadow: 0 0 16px #777777; -ms-box-shadow: 0 0 16px #777777; -o-box-shadow: 0 0 16px #777777; box-shadow: 0 0 16px #777777; } #content #stream li.tweet.form .status .actions { bottom: 96px; } #content #stream li.tweet.mention .status { background-color: #7f9d83; } #content #stream li.tweet.mention .status .h, #content #stream li.tweet.mention .status .time, #content #stream li.tweet.mention .status .text a, #content #stream li.tweet.mention .status .in_reply_to_screen_name { color: #fff; } #content #stream li.tweet.mention .status:after { border-right-color: #7f9d83; } #content #stream li.tweet.retweet .status { background-color: #e5e5e5; } #content #stream li.tweet.retweet .status:after { border-right-color: #e5e5e5; } #content #stream li.tweet.retweet .retweet-user-href-icon { -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; margin: 32px 0 0 32px; } #content #stream li.tweet.retweet .retweet-user-href-icon img, #content #stream li.tweet.retweet .retweet-user-href-icon canvas { display: block; } #content #stream li.tweet.direct .status { background-color: #84b0c1; } #content #stream li.tweet.direct .status .h, #content #stream li.tweet.direct .status .time, #content #stream li.tweet.direct .status .text a, #content #stream li.tweet.direct .status .in_reply_to_screen_name { color: #fff; } #content #stream li.tweet.direct .status:after { border-right-color: #84b0c1; } #content #stream li.tweet.hash-jsconf .status, #content #stream li.tweet.hash-jsconfeu .status { -webkit-animation: fadein 1s 5 alternate linear; background-color: #e2007a; } #content #stream li.tweet.hash-jsconf .status .h, #content #stream li.tweet.hash-jsconfeu .status .h, #content #stream li.tweet.hash-jsconf .status .time, #content #stream li.tweet.hash-jsconfeu .status .time, #content #stream li.tweet.hash-jsconf .status .text a, #content #stream li.tweet.hash-jsconfeu .status .text a, #content #stream li.tweet.hash-jsconf .status .in_reply_to_screen_name, #content #stream li.tweet.hash-jsconfeu .status .in_reply_to_screen_name { color: #fff; } #content #stream li.tweet.hash-jsconf .status:after, #content #stream li.tweet.hash-jsconfeu .status:after { border-right-color: #e2007a; } #content #stream li.tweet.starred .status .actions li.favorite { opacity: 1; } #content #stream li.tweet.starred .status .actions li.favorite:after { content: "★"; } #content #stream li.tweet.hash-poopin .status { background-color: #965F00; } #content #stream li.tweet.yourself > a { left: auto; right: 0; } #content #stream li.tweet.yourself > a img, #content #stream li.tweet.yourself > a canvas { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } #content #stream li.tweet.yourself div.status { margin: 0 65px 0 0; } #content #stream li.tweet.yourself div.status:after { left: auto; right: -16px; border-color: transparent transparent transparent #fff; } #content #stream li.tweet.yourself.mention .status:after { border-color: transparent transparent transparent #7f9d83; } #content #stream li.tweet.yourself.retweet .status:after { border-color: transparent transparent transparent #e5e5e5; } #content #stream li.tweet.yourself.retweet .retweet-user-href-icon { margin: 32px 32px 0 0; } #content #stream li.tweet.yourself.direct .status:after { border-color: transparent transparent transparent #84b0c1; } #content #stream li.tweet .service { opacity: 0; position: absolute; left: 100%; top: 25px; background: #fff; padding: 5px 5px 1px; margin: 0 0 0 40px; height: 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; } #content #stream li.tweet .service:after { position: absolute; top: 3px; left: -23px; display: block; width: 0; height: 0; content: "\00a0"; border-color: transparent #ffffff transparent transparent; border-style: solid; border-width: 12px 12px; } #content #stream li.tweet .service.show { opacity: 1; } html.no-utf8 #content #stream li.tweet div.status .actions li { background: transparent url("/images/ic_actions.png") no-repeat 0 0; display: inline-block; height: 15px; width: 15px; font-size: 10px; bottom: 0; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } html.no-utf8 #content #stream li.tweet div.status .actions li.retweet { bottom: -1px; background-position: center 2px; } html.no-utf8 #content #stream li.tweet div.status .actions li.retweet:hover { background-position: center -149px; } html.no-utf8 #content #stream li.tweet div.status .actions li.reply { bottom: -1px; background-position: center -28px; } html.no-utf8 #content #stream li.tweet div.status .actions li.reply:hover { background-position: center -179px; } html.no-utf8 #content #stream li.tweet div.status .actions li.quote { background-position: center -59px; } html.no-utf8 #content #stream li.tweet div.status .actions li.quote:hover { background-position: center -210px; } html.no-utf8 #content #stream li.tweet div.status .actions li.delete { background-position: center -328px; } html.no-utf8 #content #stream li.tweet div.status .actions li.delete:after { background-position: center -298px; } html.no-utf8 #content #stream li.tweet div.status .actions li.favorite { background-position: center -87px; } html.no-utf8 #content #stream li.tweet div.status .actions li.favorite:hover { background-position: center -238px; } html.no-utf8 #content #stream li.tweet div.status .actions li:after { display: none; } html.no-utf8 #content #stream li.tweet.starred .status .actions li.favorite { background-position: center -118px; } html.no-utf8 #content #stream li.tweet.starred .status .actions li.favorite:hover { background-position: center -269px; } html.no-utf8 #content #stream li.tweet.starred .status .actions li.favorite:after { display: none; } fieldset { margin: 0 0 10px; } .formrow { margin: 0 0 5px 0; } #settings { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: fixed; top: -1000px; z-index: -1; width: 480px; left: 50%; margin: 0 0 0 -240px; padding: 10px 10px 40px; color: #333; background: #f9f9f9; background: rgba(250, 250, 250, 0.95); border: 1px solid #111; border-top: none; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; } #settings .h3 { text-align: center; padding: 0 0 3px; border-bottom: 2px solid #555; } #settings .namespaces { max-height: 300px; overflow: auto; } #settings fieldset legend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; padding: 3px; margin: 0; background: #efefef; } #settings fieldset legend + .formrow { padding-top: 3px; } #settings.show { top: 63px; opacity: 1; } #mainstatus { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: fixed; z-index: -1; top: -200px; width: 480px; left: 50%; margin: 0 0 0 -240px; padding: 10px 10px 40px; opacity: 0; background: #f9f9f9; background: rgba(250, 250, 250, 0.95); border: 1px solid #111; border-top: none; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; } #mainstatus fieldset { margin-bottom: 0; } #mainstatus fieldset textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 60px; font-size: 14px; color: #333; border: 1px solid #aaa; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 5px #efefef inset; -moz-box-shadow: 0 0 5px #efefef inset; -ms-box-shadow: 0 0 5px #efefef inset; -o-box-shadow: 0 0 5px #efefef inset; box-shadow: 0 0 5px #efefef inset; } #mainstatus fieldset .characters { position: absolute; right: 15px; bottom: 48px; text-align: right; color: #aaa; } #mainstatus fieldset .button { left: 9px; right: 9px; } #mainstatus fieldset.addons { margin-bottom: 2px; } #mainstatus.show { top: 63px; opacity: 1; } form.status { position: relative; margin: 5px 0 0 0; border-top: 1px solid #333; padding: 2px 0 0 0; } form.status fieldset { padding: 0 0 35px; margin-bottom: 0; position: relative; } form.status fieldset textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 60px; font-size: 14px; color: #333; border: 1px solid #aaa; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 5px #efefef inset; -moz-box-shadow: 0 0 5px #efefef inset; -ms-box-shadow: 0 0 5px #efefef inset; -o-box-shadow: 0 0 5px #efefef inset; box-shadow: 0 0 5px #efefef inset; } form.status fieldset .characters { position: absolute; right: 15px; bottom: 48px; text-align: right; color: #aaa; } form.status fieldset .characters .warn { color: #555; } form.status fieldset .characters .toolong { color: #ff0000; } form.status fieldset .button { left: 9px; right: 9px; } form.status fieldset.addons { margin-bottom: 2px; } form.status fieldset.addons label:first-child { float: left; margin: 0 0 0 -3px; } form.status fieldset.addons a { float: right; border-bottom: 1px dotted #888; margin-left: 8px; } form.status fieldset.addons a:hover { color: #A80014; } form.status fieldset.addons .close { position: absolute; top: -2px; right: 1px; font-size: 15px; } form.status fieldset.addons .close:hover { color: #000; } form.status.show { top: 63px; opacity: 1; } .csstransforms form#mainstatus { padding-bottom: 10px; padding-right: 10px; } .csstransforms form#mainstatus textarea { height: 60px; } .csstransforms form#mainstatus .characters { right: 39px; bottom: 9px; color: #aaa; } .csstransforms form#mainstatus .button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transform: rotate(-91deg); /* 90 triggers a bug in webkit http://code.google.com/p/chromium/issues/detail?id=67004 */ -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); width: 60px; left: auto; right: -18px; bottom: 20px; } .csstransforms form.status fieldset { padding-bottom: 0; padding-right: 30px; } .csstransforms form.status fieldset textarea { height: 60px; } .csstransforms form.status fieldset .characters { right: 40px; bottom: 8px; color: #aaa; } .csstransforms form.status fieldset .button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transform: rotate(-91deg); /* 90 triggers a bug in webkit http://code.google.com/p/chromium/issues/detail?id=67004 */ -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); width: 60px; left: auto; right: -18px; bottom: 19px; } /* jQuery autocomplete */ .ac_results { padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; } .ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; } .ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */ /*width: 100%;*/ font: menu; font-size: 12px; /* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */ line-height: 16px; overflow: hidden; } .ac_odd { background-color: #eee; } .ac_over { background-color: #990000; color: white; } .popin { position: fixed; display: none; left: 50%; top: 50%; width: 300px; color: #333; z-index: 4; background: rgba(250, 250, 250, 0.95); border: 1px solid #999; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; margin: -110px 0 0 -160px; padding: 10px 10px 45px; -webkit-box-shadow: 0 0 30px #333333; -moz-box-shadow: 0 0 30px #333333; -ms-box-shadow: 0 0 30px #333333; -o-box-shadow: 0 0 30px #333333; box-shadow: 0 0 30px #333333; -webkit-transform: translate3d(0, 0, 0); -webkit-animation-duration: .3s; -webkit-animation-direction: alternate; -webkit-animation-timing-function: ease-in-out; } .popin .h { text-transform: uppercase; font-size: 15px; line-height: 15px; padding: 0 0 5px; margin: 0 0 10px 0; border-bottom: 2px solid #333; } .popin .msg { font-size: 15px; } .popin .buttons { position: absolute; bottom: 0; left: 10px; right: 10px; } .popin .buttons .button { width: 45%; -webkit-box-sizing: border-box; } .popin .buttons .button:first-child { left: 0; right: auto; color: #fff; border-color: #555; background: #aaaaaa; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.5, #aaaaaa)); background: -moz-linear-gradient(top, #ffffff, #aaaaaa); background: -o-linear-gradient(top, #ffffff, #aaaaaa); background: -ms-linear-gradient(top, #ffffff, #aaaaaa); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #ffffff, #aaaaaa); } .popin .buttons .button:first-child:hover { background: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#aaaaaa), color-stop(0.5, #ffffff)); background: -moz-linear-gradient(top, #aaaaaa, #ffffff); background: -o-linear-gradient(top, #aaaaaa, #ffffff); background: -ms-linear-gradient(top, #aaaaaa, #ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #aaaaaa, #ffffff); } .popin .buttons .button:last-child { right: 0; left: auto; } .popin.show { display: block; } .modalOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; background-color: black; opacity: .1; } .button { position: absolute; bottom: 10px; left: 10px; right: 10px; display: block; text-align: center; text-transform: uppercase; font-size: 12px; line-height: 12px; padding: 5px 0; border: 1px solid #888; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; color: #333; background: #efefef; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.5, #efefef)); background: -moz-linear-gradient(top, #ffffff, #efefef); background: -o-linear-gradient(top, #ffffff, #efefef); background: -ms-linear-gradient(top, #ffffff, #efefef); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #ffffff, #efefef); } .button:hover { background: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef), color-stop(0.5, #ffffff)); background: -moz-linear-gradient(top, #efefef, #ffffff); background: -o-linear-gradient(top, #efefef, #ffffff); background: -ms-linear-gradient(top, #efefef, #ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #efefef, #ffffff); }
public/css/streamie.css
@import "/css/keyframe.css"; /**************************************** FileStructure of client.css (v1.0) *****************************************/ /*will be merged into one file when deploying to live system*/ #client-shadow .small { -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; } #client-shadow .smalldark { -webkit-box-shadow: 0 0 16px #777777; -moz-box-shadow: 0 0 16px #777777; -ms-box-shadow: 0 0 16px #777777; -o-box-shadow: 0 0 16px #777777; box-shadow: 0 0 16px #777777; } #client-shadow .big { -webkit-box-shadow: 0 0 30px #333333; -moz-box-shadow: 0 0 30px #333333; -ms-box-shadow: 0 0 30px #333333; -o-box-shadow: 0 0 30px #333333; box-shadow: 0 0 30px #333333; } #client-shadow .inset { -webkit-box-shadow: 0 0 5px #efefef inset; -moz-box-shadow: 0 0 5px #efefef inset; -ms-box-shadow: 0 0 5px #efefef inset; -o-box-shadow: 0 0 5px #efefef inset; box-shadow: 0 0 5px #efefef inset; } #client-border-radius .none { -webkit-border-radius: 0; -moz-border-radius: 0; -o-border-radius: 0; -ms-border-radius: 0; border-radius: 0; } #client-border-radius .small { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } #client-border-radius .middle { -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } #client-border-radius .big { -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; } #client-gradient .body { background: #dadada; background: #ffffff -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.4, #dadada), color-stop(0.6, #dadada)); background: #ffffff -moz-linear-gradient(top, #ffffff 30%, #dadada 50%, #ffffff 30%); background: #ffffff -o-linear-gradient(top, #ffffff 30%, #dadada 50%, #ffffff 30%); background: #ffffff -ms-linear-gradient(top, #ffffff 30%, #dadada 50%, #ffffff 30%); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dadada')"; background: #ffffff linear-gradient(top, #ffffff 30%, #dadada 50%, #ffffff 30%); } #client-gradient .button .low { background: #efefef; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.5, #efefef)); background: -moz-linear-gradient(top, #ffffff, #efefef); background: -o-linear-gradient(top, #ffffff, #efefef); background: -ms-linear-gradient(top, #ffffff, #efefef); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #ffffff, #efefef); } #client-gradient .button .hi { background: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef), color-stop(0.5, #ffffff)); background: -moz-linear-gradient(top, #efefef, #ffffff); background: -o-linear-gradient(top, #efefef, #ffffff); background: -ms-linear-gradient(top, #efefef, #ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #efefef, #ffffff); } #client-gradient .button .second .low { background: #aaaaaa; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.5, #aaaaaa)); background: -moz-linear-gradient(top, #ffffff, #aaaaaa); background: -o-linear-gradient(top, #ffffff, #aaaaaa); background: -ms-linear-gradient(top, #ffffff, #aaaaaa); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #ffffff, #aaaaaa); } #client-gradient .button .second .hi { background: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#aaaaaa), color-stop(0.5, #ffffff)); background: -moz-linear-gradient(top, #aaaaaa, #ffffff); background: -o-linear-gradient(top, #aaaaaa, #ffffff); background: -ms-linear-gradient(top, #aaaaaa, #ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #aaaaaa, #ffffff); } #client-transition-time .no { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } #client-transition-time .short { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; } #client-transition-time .long { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; } #client-transition-time .opacity { -webkit-transition: opacity 0.3s; -moz-transition: opacity 0.3s; -o-transition: opacity 0.3s; -ms-transition: opacity 0.3s; } #client-transition-time .actions { -webkit-transition: opacity, color ease-out, ease-out 0.3s; -moz-transition: opacity, color ease-out, ease-out 0.3s; -o-transition: opacity, color ease-out, ease-out 0.3s; -ms-transition: opacity, color ease-out, ease-out 0.3s; } #client-transition-time .slide { -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; } #border-box { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; } #client-font .Arial { font-family: Arial, sans-serif; } #client-font .Helvetica { font-family: Helvetica, Arial, sans-serif; } #client-font .HelveticaNeue { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } #client-font .Streamium { font-family: "Streamium"; } /* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 7, 2011 */ @font-face { font-family: 'Streamium'; src: url('../fonts/streamium-webfont.eot'); src: local('☺'), url('../fonts/streamium-webfont.woff') format('woff'), url('../fonts/streamium-webfont.ttf') format('truetype'), url('../fonts/streamium-webfont.svg#webfontimriCsnS') format('svg'); font-weight: normal; font-style: normal; } /***basics***/ * html * { display: none; } * + html * { display: none; } body { margin: 0; padding: 20px 0 0 0; font-size: 12px; line-height: normal; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #888; text-rendering: optimizeLegibility; background: #fefefe fixed; } body.loading { background: #fefefe url("/images/lg_candy.png") no-repeat center 250px; } a { text-decoration: none; color: inherit; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; } h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { margin: 0; padding: 0; font-weight: normal; font-size: 100%; line-height: 100%; } p { margin: 0; padding: 0; line-height: 18px; } form, fieldset, legend { border: 0; padding: 0; margin: 0; } textarea { resize: none; } dl, ul, ol, li { margin: 0; padding: 0; list-style: none; } img { border: none; } b, strong { font-weight: bold; } .h1, .h2 { clear: both; color: #333; margin: 0 0 40px 0; font-size: 23px; } .h3 { color: #333; font-size: 13px; font-weight: bold; margin: 0 0 10px 0; text-transform: uppercase; } .h4, .h5.h6 { color: #333; font-size: 10px; font-weight: bold; margin: 0 0 5px 0; text-transform: uppercase; } #container { margin: 0 auto; max-width: 640px; } .loading #container { margin: 0 auto; max-width: 980px; } /*header*/ #header { display: none; /* only shown for authenticated users */ position: fixed; top: 0; left: 0; right: 0; z-index: 2; -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; /*-webkit-transform: translate3d(0,0,0);*/ } #header #meta { position: absolute; right: 10px; top: 3px; } #header #logo { color: #fff; font-size: 11px; font-weight: bold; text-transform: uppercase; padding: 5px; border-bottom: 1px solid #555; text-align: center; background: #333; text-shadow: 0 0 2px #fff; } #header #logo:after, #header #logo:before { content: " // "; } #header #mainnav { overflow: hidden; text-align: center; border-bottom: 1px solid #555; background: #f7f7f7; background: #fafafa; font-family: Arial, sans-serif; } #header #mainnav li { position: relative; display: inline-block; margin: 0 8px; font-size: 30px; line-height: 20px; padding: 10px 0 5px; width: 50px; text-align: center; border-bottom: 0 solid #000; font-family: "Streamium"; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.3s; } #header #mainnav li.active, #header #mainnav li:hover { border-bottom-width: 5px; } #header #mainnav li.active a, #header #mainnav li:hover a { color: #000; } #header #mainnav li.new:after { display: block; position: absolute; top: 2px; right: 5px; width: 5px; height: 5px; content: "\00a0"; background: #990000; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; } #header #mainnav li a { position: relative; color: #555; display: block; } html.no-utf8 #header #mainnav li { line-height: auto; padding: 0; } html.no-utf8 #header #mainnav li a { background: transparent url("/images/ic_mainnav.png") no-repeat 0 0; text-indent: -3000px; display: block; height: 39px; top: 0 !important; font-size: 10px !important; } html.no-utf8 #header #mainnav li.rpl a { background-position: center 9px; } html.no-utf8 #header #mainnav li.timeline a { background-position: center -92px; } html.no-utf8 #header #mainnav li.rt a { background-position: center -190px; } html.no-utf8 #header #mainnav li.settings a { background-position: center -492px; } html.no-utf8 #header #mainnav li.add a { background-position: center -592px; } #content { margin: 60px 5px 20px; padding: 10px 10px 0; background: #f3f3f3; background: #fefefe; border: 1px solid #efefef; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; -ms-border-radius: 10px; border-radius: 10px; } #content h2 { display: none; } #content .logo { text-align: center; margin-top: 30px; margin-bottom: 50px; } #content .logo img { padding: 0 0 10px 0; border-bottom: 5px solid #000; } #content #about { font-size: 13px; } #content #about h2 { display: block; font-size: 18px; } #content #about p { margin-bottom: 18px; color: #000; } #content #about p.point { font-size: 30px; margin-bottom: 20px; line-height: 50px; } #content #about p.subline { font-size: 11px; } #content #about h2, #content #about h3, #content #about h4 { font-weight: bold; margin-bottom: 10px; color: #000; } #content #about ul { margin-bottom: 20px; } #content #about ul li:before { content: "- "; } #content #about a { color: #990000; } #content #about a:hover { color: #111; } #content #about #moreinfo { display: none; } #content #stream { height: 100%; } #content #stream li.tweet { position: relative; clear: both; margin: 0 0 20px 0; /*#client-transition-time > .short;*/ z-index: 0; -webkit-transform-style: preserve-3d; -webkit-transition-property: -webkit-transform; -webkit-transition-duration: 1.5s; /*-webkit-backface-visibility: hidden;*/ } #content #stream li.tweet.flipped { -webkit-transform: rotateY(180deg); } #content #stream li.tweet.flipped + .back { -webkit-transform: rotateY(0deg); } #content #stream li.tweet.back { position: absolute; -webkit-transform: rotateY(180deg); z-index: 1; } #content #stream li.tweet:hover { z-index: 1; } #content #stream li.tweet.new { -webkit-animation-name: fadein; -webkit-animation-duration: 2s; -webkit-animation-iteration-count: 1; } #content #stream li.tweet.collapsed > a { top: 0; } #content #stream li.tweet.collapsed > a img, #content #stream li.tweet.collapsed > a canvas { width: 18px; height: 18px; } #content #stream li.tweet.collapsed .retweet-user-href-icon { display: none; } #content #stream li.tweet.collapsed div.status { cursor: pointer; min-height: 0; height: 0; overflow: hidden; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; } #content #stream li.tweet.collapsed div.status *, #content #stream li.tweet.collapsed div.status:after { opacity: 0; } #content #stream li.tweet.gap { padding-bottom: 10px; border-bottom: 4px dashed #999; border-bottom-style: wave; margin-bottom: 10px; } #content #stream li.tweet > a { position: absolute; top: 4px; left: 0; } #content #stream li.tweet > a img, #content #stream li.tweet > a canvas { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } #content #stream li.tweet.deleted p.text { text-decoration: line-through; } #content #stream li.tweet div.status { position: relative; padding: 8px 10px; min-height: 38px; margin: 0 0 0 65px; display: block; background: #fff; border: 1px solid transparent; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; /*-webkit-transform: translate3d(0,0,0);*/ } #content #stream li.tweet div.status .header { line-height: 16px; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; opacity: 0; } #content #stream li.tweet div.status .conversation { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; opacity: 0; } #content #stream li.tweet div.status .h { /*float:left; margin:0 0 10px 0;*/ } #content #stream li.tweet div.status .h a { font-weight: bold; } #content #stream li.tweet div.status .h .source a { font-weight: normal; } #content #stream li.tweet div.status .time { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; position: absolute; top: 10px; right: 10px; opacity: 0; } #content #stream li.tweet div.status .text.json { overflow: auto; height: 400px; } #content #stream li.tweet div.status .text { clear: both; color: #111; margin: 0; padding: 0 60px 0 0; word-wrap: break-word; } #content #stream li.tweet div.status .text a { color: #990000; } #content #stream li.tweet div.status .text a:hover { color: #111; } #content #stream li.tweet div.status .text:after { /*reserve space for .actions*/ content: "\00a0"; display: inline-block; width: 70px; } #content #stream li.tweet div.status .text .image-preview { position: relative; width: 10px; overflow: hidden; } #content #stream li.tweet div.status .text .image-preview img, #content #stream li.tweet div.status .text .image-preview canvas { height: 12px; } #content #stream li.tweet div.status .text .image-preview:hover img, #content #stream li.tweet div.status .text .image-preview:hover canvas { z-index: 1; position: absolute; height: 150px; } #content #stream li.tweet div.status pre.text { overflow: hidden; } #content #stream li.tweet div.status .actions { position: absolute; bottom: 5px; right: 7px; color: #000; font-family: "Streamium"; } #content #stream li.tweet div.status .actions li { display: inline; font-size: 17px; line-height: 15px; cursor: pointer; opacity: 0; margin: 0 0 0 5px; /*#client-transition-time > .actions;*/ -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; /* &.like{ display:inline-block; width:14px; height:14px; margin:0 2px -1px 0; background:#000 url("/images/ic_share.gif") no-repeat 0 0; &:hover{ background-color:@client-red; } } */ } #content #stream li.tweet div.status .actions li:hover { opacity: 1; color: #990000; } #content #stream li.tweet div.status .actions li.favorite:after { content: "☆"; } #content #stream li.tweet div.status .actions li.retweet:after { content: "♻"; } #content #stream li.tweet div.status .actions li.quote:after { content: "”"; } #content #stream li.tweet div.status .actions li.reply:after { content: "↩"; } #content #stream li.tweet div.status .actions li.translate_toggle:after { content: "✽"; } #content #stream li.tweet div.status .actions li.delete:after { content: "␡"; } #content #stream li.tweet div.status:hover { -webkit-box-shadow: 0 0 16px #777777; -moz-box-shadow: 0 0 16px #777777; -ms-box-shadow: 0 0 16px #777777; -o-box-shadow: 0 0 16px #777777; box-shadow: 0 0 16px #777777; } #content #stream li.tweet div.status:hover .header { opacity: 1; } #content #stream li.tweet div.status:hover .conversation { -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; opacity: 1; } #content #stream li.tweet div.status:hover .actions li { opacity: .7; } #content #stream li.tweet div.status:hover .time { opacity: 1; } #content #stream li.tweet div.status:after { position: absolute; top: 10px; left: -16px; display: block; width: 0; height: 0; content: "\00a0"; border-color: transparent #ffffff transparent transparent; border-style: solid; border-width: 8px 8px; } #content #stream li.tweet div.status:hover { -webkit-box-shadow: 0 0 16px #777777; -moz-box-shadow: 0 0 16px #777777; -ms-box-shadow: 0 0 16px #777777; -o-box-shadow: 0 0 16px #777777; box-shadow: 0 0 16px #777777; } #content #stream li.tweet.form .status .actions { bottom: 96px; } #content #stream li.tweet.mention .status { background-color: #7f9d83; } #content #stream li.tweet.mention .status .h, #content #stream li.tweet.mention .status .time, #content #stream li.tweet.mention .status .text a, #content #stream li.tweet.mention .status .in_reply_to_screen_name { color: #fff; } #content #stream li.tweet.mention .status:after { border-right-color: #7f9d83; } #content #stream li.tweet.retweet .status { background-color: #e5e5e5; } #content #stream li.tweet.retweet .status:after { border-right-color: #e5e5e5; } #content #stream li.tweet.retweet .retweet-user-href-icon { -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; margin: 32px 0 0 32px; } #content #stream li.tweet.retweet .retweet-user-href-icon img, #content #stream li.tweet.retweet .retweet-user-href-icon canvas { display: block; } #content #stream li.tweet.direct .status { background-color: #84b0c1; } #content #stream li.tweet.direct .status .h, #content #stream li.tweet.direct .status .time, #content #stream li.tweet.direct .status .text a, #content #stream li.tweet.direct .status .in_reply_to_screen_name { color: #fff; } #content #stream li.tweet.direct .status:after { border-right-color: #84b0c1; } #content #stream li.tweet.hash-jsconf .status, #content #stream li.tweet.hash-jsconfeu .status { -webkit-animation: fadein 1s 5 alternate linear; background-color: #e2007a; } #content #stream li.tweet.hash-jsconf .status .h, #content #stream li.tweet.hash-jsconfeu .status .h, #content #stream li.tweet.hash-jsconf .status .time, #content #stream li.tweet.hash-jsconfeu .status .time, #content #stream li.tweet.hash-jsconf .status .text a, #content #stream li.tweet.hash-jsconfeu .status .text a, #content #stream li.tweet.hash-jsconf .status .in_reply_to_screen_name, #content #stream li.tweet.hash-jsconfeu .status .in_reply_to_screen_name { color: #fff; } #content #stream li.tweet.hash-jsconf .status:after, #content #stream li.tweet.hash-jsconfeu .status:after { border-right-color: #e2007a; } #content #stream li.tweet.starred .status .actions li.favorite { opacity: 1; } #content #stream li.tweet.starred .status .actions li.favorite:after { content: "★"; } #content #stream li.tweet.hash-poopin .status { background-color: #965F00; } #content #stream li.tweet.yourself > a { left: auto; right: 0; } #content #stream li.tweet.yourself > a img, #content #stream li.tweet.yourself > a canvas { -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; } #content #stream li.tweet.yourself div.status { margin: 0 65px 0 0; } #content #stream li.tweet.yourself div.status:after { left: auto; right: -16px; border-color: transparent transparent transparent #fff; } #content #stream li.tweet.yourself.mention .status:after { border-color: transparent transparent transparent #7f9d83; } #content #stream li.tweet.yourself.retweet .status:after { border-color: transparent transparent transparent #e5e5e5; } #content #stream li.tweet.yourself.retweet .retweet-user-href-icon { margin: 32px 32px 0 0; } #content #stream li.tweet.yourself.direct .status:after { border-color: transparent transparent transparent #84b0c1; } #content #stream li.tweet .service { opacity: 0; position: absolute; left: 100%; top: 25px; background: #fff; padding: 5px 5px 1px; margin: 0 0 0 40px; height: 24px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: 0 0 16px #999999; -moz-box-shadow: 0 0 16px #999999; -ms-box-shadow: 0 0 16px #999999; -o-box-shadow: 0 0 16px #999999; box-shadow: 0 0 16px #999999; -webkit-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -moz-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -o-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; -ms-transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; transition: color, border, opacity ease-out, ease-out, ease-out 0.1s; } #content #stream li.tweet .service:after { position: absolute; top: 3px; left: -23px; display: block; width: 0; height: 0; content: "\00a0"; border-color: transparent #ffffff transparent transparent; border-style: solid; border-width: 12px 12px; } #content #stream li.tweet .service.show { opacity: 1; } html.no-utf8 #content #stream li.tweet div.status .actions li { background: transparent url("/images/ic_actions.png") no-repeat 0 0; display: inline-block; height: 15px; width: 15px; font-size: 10px; bottom: 0; -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none; transition: none; } html.no-utf8 #content #stream li.tweet div.status .actions li.retweet { bottom: -1px; background-position: center 2px; } html.no-utf8 #content #stream li.tweet div.status .actions li.retweet:hover { background-position: center -149px; } html.no-utf8 #content #stream li.tweet div.status .actions li.reply { bottom: -1px; background-position: center -28px; } html.no-utf8 #content #stream li.tweet div.status .actions li.reply:hover { background-position: center -179px; } html.no-utf8 #content #stream li.tweet div.status .actions li.quote { background-position: center -59px; } html.no-utf8 #content #stream li.tweet div.status .actions li.quote:hover { background-position: center -210px; } html.no-utf8 #content #stream li.tweet div.status .actions li.delete { background-position: center -328px; } html.no-utf8 #content #stream li.tweet div.status .actions li.delete:after { background-position: center -298px; } html.no-utf8 #content #stream li.tweet div.status .actions li.favorite { background-position: center -87px; } html.no-utf8 #content #stream li.tweet div.status .actions li.favorite:hover { background-position: center -238px; } html.no-utf8 #content #stream li.tweet div.status .actions li:after { display: none; } html.no-utf8 #content #stream li.tweet.starred .status .actions li.favorite { background-position: center -118px; } html.no-utf8 #content #stream li.tweet.starred .status .actions li.favorite:hover { background-position: center -269px; } html.no-utf8 #content #stream li.tweet.starred .status .actions li.favorite:after { display: none; } fieldset { margin: 0 0 10px; } .formrow { margin: 0 0 5px 0; } #settings { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: fixed; top: -1000px; z-index: -1; width: 480px; left: 50%; margin: 0 0 0 -240px; padding: 10px 10px 40px; color: #333; background: #f9f9f9; background: rgba(250, 250, 250, 0.95); border: 1px solid #111; border-top: none; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; } #settings .h3 { text-align: center; padding: 0 0 3px; border-bottom: 2px solid #555; } #settings .namespaces { max-height: 300px; overflow: auto; } #settings fieldset legend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: block; width: 100%; padding: 3px; margin: 0; background: #efefef; } #settings fieldset legend + .formrow { padding-top: 3px; } #settings.show { top: 63px; opacity: 1; } #mainstatus { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: fixed; z-index: -1; top: -200px; width: 480px; left: 50%; margin: 0 0 0 -240px; padding: 10px 10px 40px; opacity: 0; background: #f9f9f9; background: rgba(250, 250, 250, 0.95); border: 1px solid #111; border-top: none; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; } #mainstatus fieldset { margin-bottom: 0; } #mainstatus fieldset textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 60px; font-size: 14px; color: #333; border: 1px solid #aaa; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 5px #efefef inset; -moz-box-shadow: 0 0 5px #efefef inset; -ms-box-shadow: 0 0 5px #efefef inset; -o-box-shadow: 0 0 5px #efefef inset; box-shadow: 0 0 5px #efefef inset; } #mainstatus fieldset .characters { position: absolute; right: 15px; bottom: 48px; text-align: right; color: #aaa; } #mainstatus fieldset .button { left: 9px; right: 9px; } #mainstatus fieldset.addons { margin-bottom: 2px; } #mainstatus.show { top: 63px; opacity: 1; } form.status { position: relative; margin: 5px 0 0 0; border-top: 1px solid #333; padding: 2px 0 0 0; } form.status fieldset { padding: 0 0 35px; margin-bottom: 0; position: relative; } form.status fieldset textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 100%; height: 60px; font-size: 14px; color: #333; border: 1px solid #aaa; -webkit-border-radius: 2px; -moz-border-radius: 2px; -o-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; -webkit-box-shadow: 0 0 5px #efefef inset; -moz-box-shadow: 0 0 5px #efefef inset; -ms-box-shadow: 0 0 5px #efefef inset; -o-box-shadow: 0 0 5px #efefef inset; box-shadow: 0 0 5px #efefef inset; } form.status fieldset .characters { position: absolute; right: 15px; bottom: 48px; text-align: right; color: #aaa; } form.status fieldset .characters .warn { color: #555; } form.status fieldset .characters .toolong { color: #ff0000; } form.status fieldset .button { left: 9px; right: 9px; } form.status fieldset.addons { margin-bottom: 2px; } form.status fieldset.addons label:first-child { float: left; margin: 0 0 0 -3px; } form.status fieldset.addons a { float: right; border-bottom: 1px dotted #888; margin-left: 8px; } form.status fieldset.addons a:hover { color: #A80014; } form.status fieldset.addons .close { position: absolute; top: -2px; right: 1px; font-size: 15px; } form.status fieldset.addons .close:hover { color: #000; } form.status.show { top: 63px; opacity: 1; } .csstransforms form#mainstatus { padding-bottom: 10px; padding-right: 10px; } .csstransforms form#mainstatus textarea { height: 60px; } .csstransforms form#mainstatus .characters { right: 39px; bottom: 9px; color: #aaa; } .csstransforms form#mainstatus .button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transform: rotate(-91deg); /* 90 triggers a bug in webkit http://code.google.com/p/chromium/issues/detail?id=67004 */ -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); width: 60px; left: auto; right: -18px; bottom: 20px; } .csstransforms form.status fieldset { padding-bottom: 0; padding-right: 30px; } .csstransforms form.status fieldset textarea { height: 60px; } .csstransforms form.status fieldset .characters { right: 40px; bottom: 8px; color: #aaa; } .csstransforms form.status fieldset .button { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transform: rotate(-91deg); /* 90 triggers a bug in webkit http://code.google.com/p/chromium/issues/detail?id=67004 */ -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); width: 60px; left: auto; right: -18px; bottom: 19px; } /* jQuery autocomplete */ .ac_results { padding: 0px; border: 1px solid black; background-color: white; overflow: hidden; z-index: 99999; } .ac_results ul { width: 100%; list-style-position: outside; list-style: none; padding: 0; margin: 0; } .ac_results li { margin: 0px; padding: 2px 5px; cursor: default; display: block; /* if width will be 100% horizontal scrollbar will apear when scroll mode will be used */ /*width: 100%;*/ font: menu; font-size: 12px; /* it is very important, if line-height not setted or setted in relative units scroll will be broken in firefox */ line-height: 16px; overflow: hidden; } .ac_odd { background-color: #eee; } .ac_over { background-color: #990000; color: white; } .popin { position: fixed; display: none; left: 50%; top: 50%; width: 300px; color: #333; z-index: 4; background: rgba(250, 250, 250, 0.95); border: 1px solid #999; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; margin: -110px 0 0 -160px; padding: 10px 10px 45px; -webkit-box-shadow: 0 0 30px #333333; -moz-box-shadow: 0 0 30px #333333; -ms-box-shadow: 0 0 30px #333333; -o-box-shadow: 0 0 30px #333333; box-shadow: 0 0 30px #333333; -webkit-transform: translate3d(0, 0, 0); -webkit-animation-duration: .3s; -webkit-animation-direction: alternate; -webkit-animation-timing-function: ease-in-out; } .popin .h { text-transform: uppercase; font-size: 15px; line-height: 15px; padding: 0 0 5px; margin: 0 0 10px 0; border-bottom: 2px solid #333; } .popin .msg { font-size: 15px; } .popin .buttons { position: absolute; bottom: 0; left: 10px; right: 10px; } .popin .buttons .button { width: 45%; -webkit-box-sizing: border-box; } .popin .buttons .button:first-child { left: 0; right: auto; color: #fff; border-color: #555; background: #aaaaaa; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.5, #aaaaaa)); background: -moz-linear-gradient(top, #ffffff, #aaaaaa); background: -o-linear-gradient(top, #ffffff, #aaaaaa); background: -ms-linear-gradient(top, #ffffff, #aaaaaa); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #ffffff, #aaaaaa); } .popin .buttons .button:first-child:hover { background: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#aaaaaa), color-stop(0.5, #ffffff)); background: -moz-linear-gradient(top, #aaaaaa, #ffffff); background: -o-linear-gradient(top, #aaaaaa, #ffffff); background: -ms-linear-gradient(top, #aaaaaa, #ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #aaaaaa, #ffffff); } .popin .buttons .button:last-child { right: 0; left: auto; } .popin.show { display: block; } .modalOverlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 3; background-color: black; opacity: .1; } .button { position: absolute; bottom: 10px; left: 10px; right: 10px; display: block; text-align: center; text-transform: uppercase; font-size: 12px; line-height: 12px; padding: 5px 0; border: 1px solid #888; cursor: pointer; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; -ms-border-radius: 5px; border-radius: 5px; color: #333; background: #efefef; background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff), color-stop(0.5, #efefef)); background: -moz-linear-gradient(top, #ffffff, #efefef); background: -o-linear-gradient(top, #ffffff, #efefef); background: -ms-linear-gradient(top, #ffffff, #efefef); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #ffffff, #efefef); } .button:hover { background: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#efefef), to(#efefef), color-stop(0.5, #ffffff)); background: -moz-linear-gradient(top, #efefef, #ffffff); background: -o-linear-gradient(top, #efefef, #ffffff); background: -ms-linear-gradient(top, #efefef, #ffffff); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efefef')"; background: linear-gradient(top, #efefef, #ffffff); }
0.318167
0.073065
A:link { COLOR: blue; TEXT-DECORATION: underline } A:visited { COLOR: purple; TEXT-DECORATION: underline } A:active { COLOR: red; TEXT-DECORATION: underline } P.Body { FONT-SIZE: 12pt; MARGIN: 12pt 0pt 6pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Bulleted { FONT-SIZE: 12pt; MARGIN: 6pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -13.744pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.BulletedCont { FONT-SIZE: 12pt; MARGIN: 4pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.CellBody { FONT-SIZE: 10pt; MARGIN: 0pt 0pt 4pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.CellHeading { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Equation { FONT-SIZE: 10pt; MARGIN: 10pt 0pt 6pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: center; TEXT-DECORATION: none } P.Extract { FONT-SIZE: 12pt; MARGIN: 7pt 54pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Figure { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 12pt 0pt 16pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.Footnote { FONT-SIZE: 10pt; MARGIN: 3pt 0pt 0pt 12pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -12pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H1.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H2.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H3.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H4.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H5.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H6.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H1.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H2.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H3.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H4.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H5.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H6.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H1.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H2.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H3.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H4.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H5.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H6.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.HeadingRunIn { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 12pt 0pt 6pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.Mapping-Table-Cell { FONT-SIZE: 12pt; MARGIN: 2pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.Mapping-Table-Title { FONT-SIZE: 14pt; MARGIN: 2pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Numbered { FONT-SIZE: 12pt; MARGIN: 6pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -13.744pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Numbered1 { FONT-SIZE: 12pt; MARGIN: 6pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -13.744pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.NumberedCont { FONT-SIZE: 12pt; MARGIN: 4pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.Paragraph { FONT-SIZE: 11pt; MARGIN: 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 18pt; FONT-FAMILY: Times New Roman; TEXT-ALIGN: justify; TEXT-DECORATION: none } P.ReportAuthor { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: center; TEXT-DECORATION: none } P.ReportTitle { FONT-SIZE: 24pt; MARGIN: 0pt 0pt 18pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: center; TEXT-DECORATION: none } P.TableFootnote { FONT-SIZE: 10pt; MARGIN: 3pt 18pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -12pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H1.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H2.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H3.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H4.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H5.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H6.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } EM.BulletSymbol { FONT-WEIGHT: bold; FONT-SIZE: 12pt; VERTICAL-ALIGN: baseline; COLOR: #000000; FONT-FAMILY: Courier; TEXT-DECORATION: none } EM.Callout { FONT-SIZE: 10pt; VERTICAL-ALIGN: baseline; COLOR: #000000; FONT-FAMILY: Times; TEXT-DECORATION: none } EM.Emphasis { FONT-STYLE: italic } EM.EquationVariables { FONT-STYLE: italic }
benchmarks/ISCAS/Desc/c1908 Benchmark Circuit_soubory/c1908.css
A:link { COLOR: blue; TEXT-DECORATION: underline } A:visited { COLOR: purple; TEXT-DECORATION: underline } A:active { COLOR: red; TEXT-DECORATION: underline } P.Body { FONT-SIZE: 12pt; MARGIN: 12pt 0pt 6pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Bulleted { FONT-SIZE: 12pt; MARGIN: 6pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -13.744pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.BulletedCont { FONT-SIZE: 12pt; MARGIN: 4pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.CellBody { FONT-SIZE: 10pt; MARGIN: 0pt 0pt 4pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.CellHeading { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Equation { FONT-SIZE: 10pt; MARGIN: 10pt 0pt 6pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: center; TEXT-DECORATION: none } P.Extract { FONT-SIZE: 12pt; MARGIN: 7pt 54pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Figure { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 12pt 0pt 16pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.Footnote { FONT-SIZE: 10pt; MARGIN: 3pt 0pt 0pt 12pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -12pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H1.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H2.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H3.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H4.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H5.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H6.Heading1 { FONT-WEIGHT: bold; FONT-SIZE: 16pt; MARGIN: 24pt 0pt 8pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H1.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H2.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H3.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H4.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H5.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H6.Heading2 { FONT-WEIGHT: bold; FONT-SIZE: 14pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H1.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H2.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H3.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H4.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H5.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H6.Heading3 { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 18pt 0pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.HeadingRunIn { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 12pt 0pt 6pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.Mapping-Table-Cell { FONT-SIZE: 12pt; MARGIN: 2pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.Mapping-Table-Title { FONT-SIZE: 14pt; MARGIN: 2pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Numbered { FONT-SIZE: 12pt; MARGIN: 6pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -13.744pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } LI.Numbered1 { FONT-SIZE: 12pt; MARGIN: 6pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -13.744pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.NumberedCont { FONT-SIZE: 12pt; MARGIN: 4pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } P.Paragraph { FONT-SIZE: 11pt; MARGIN: 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 18pt; FONT-FAMILY: Times New Roman; TEXT-ALIGN: justify; TEXT-DECORATION: none } P.ReportAuthor { FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN: 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: center; TEXT-DECORATION: none } P.ReportTitle { FONT-SIZE: 24pt; MARGIN: 0pt 0pt 18pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: center; TEXT-DECORATION: none } P.TableFootnote { FONT-SIZE: 10pt; MARGIN: 3pt 18pt 0pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: -12pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H1.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H2.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H3.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H4.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H5.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } H6.TableTitle { FONT-WEIGHT: bold; FONT-SIZE: 10pt; MARGIN: 0pt 0pt 0pt 13.744pt; VERTICAL-ALIGN: baseline; TEXT-TRANSFORM: none; COLOR: #000000; TEXT-INDENT: 0pt; FONT-FAMILY: Times; TEXT-ALIGN: left; TEXT-DECORATION: none } EM.BulletSymbol { FONT-WEIGHT: bold; FONT-SIZE: 12pt; VERTICAL-ALIGN: baseline; COLOR: #000000; FONT-FAMILY: Courier; TEXT-DECORATION: none } EM.Callout { FONT-SIZE: 10pt; VERTICAL-ALIGN: baseline; COLOR: #000000; FONT-FAMILY: Times; TEXT-DECORATION: none } EM.Emphasis { FONT-STYLE: italic } EM.EquationVariables { FONT-STYLE: italic }
0.461502
0.124293
/* Nested Div Rows and Columns dynamic size */ /* #region GridRoot */ div.GridRoot { /*overflow-y: scroll;*/ font-size: 0.9rem; display: table; width: auto; } div.GridRoot > div:first-child { font-weight: bold; font-size: 1rem; color: darkslategray; background-color: rgba(125, 125, 125, 0.02); } div.GridRoot > div { display: table-row; border-bottom: 1px solid #f1f1f1; } div.GridRoot > div:hover { /*font-weight: bold;*/ color: var(--umcdarkgreen); background-color: var(--grid-row-hover-bg) !important; } div.GridRoot > div:nth-child(odd) { background-color: rgba(125, 125, 125, 0.02); } div.GridRoot > div > div { /*padding: 0.5rem;*/ display: table-cell; vertical-align: middle; padding: 0.6rem; /*border: 1px solid rgba(0, 0, 0, 0.06);*/ border-right: 1px solid #f1f1f1; } /* https://css-tricks.com/css-content/ */ div.GridRoot > div > div.asc:after { content: " \2191"; /* background-color: yellow; */ } /* https://css-tricks.com/css-content/ */ div.GridRoot > div > div.desc:after { content: " \2193"; /* background-color: yellow; */ } /* #endregion GridRoot */ /* #region GridLinks: dynamic one dimensional Columns */ div.GridLinks { display: grid; grid-auto-flow: column; grid-auto-columns: min-content; column-gap: 0.5rem; white-space: nowrap; } div.GridLinks > div { padding: 0.2rem; align-self: center; } /* #endregion GridLinks */ /* #region GridInfo */ /* Two Colums */ div.GridInfo { /*overflow-y: scroll;*/ font-size: 0.9rem; display: table; width: auto; } div.GridInfo > div { display: table-row; border-bottom: 1px solid #f1f1f1; } div.GridInfo > div > div { /*padding: 0.5rem;*/ display: table-cell; vertical-align: middle; padding: 0.4rem; border: 1px solid rgba(0, 0, 0, 0.06); } div.GridInfo > div > div:first-child { background-color: rgba(0, 0, 0, 0.01); color: darkslategrey; } /* #endregion GridInfo */ /* #region GridSearch */ /* Two rows */ div.GridSearch { /*overflow-y: scroll;*/ font-size: 1rem; font-weight: bold; display: table; width: auto; } div.GridSearch > div { display: table-row; border-bottom: 1px solid #f1f1f1; } div.GridSearch > div > div { /*padding: 0.5rem;*/ display: table-cell; vertical-align: middle; padding: 0.4rem; border: 1px solid rgba(0, 0, 0, 0.06); } div.GridSearch > div > div > input { font-size: 1rem; } div.GridSearch > div > div:nth-child(2n+1) { background-color: rgba(0, 0, 0, 0.01); color: darkslategrey; } /* #endregion GridSearch */ /* #region GridEdit */ div.GridEdit { display: table; background-color: white; border-spacing: 0rem 1rem; border: 1px solid rgba(0, 0, 0, 0.06); } div.GridEdit div { /* border-spacing: 0.5rem; */ vertical-align: middle; } div.GridEdit div.b1 { font-weight: bold; color: darkgreen; } div.GridEdit div.c1 { font-size:0.9rem; color: green; } div.GridEdit div.w1 { width: 80px; } div.GridEdit div.w2 { width: 125px; font-size: x-small; } div.GridEdit div.i { padding: 1rem; } div.GridEdit div.g1 { font-size: 0.9rem; color: gray; } div.GridEdit div.h { padding: 0.5rem; background-color: rgba(0, 0, 0, 0.01); border: 1px solid rgba(0, 0, 0, 0.06); color: darkslategrey; } div.GridEdit div.s { padding-left: 0.5rem; background-color: white; border: 1px solid rgba(0, 0, 0, 0.06); color: darkslategrey; } div.GridEdit div.ta { vertical-align: top; max-width: 20rem; max-height: 10rem; resize: both; /*overflow-y:auto;*/ white-space: pre-wrap; } div.GridEdit div.ta2 { vertical-align: top; max-width: 20rem; max-height: 10rem; overflow: auto; } div.GridEdit div[contenteditable*="true"] { border: 1px solid rgba(0, 0, 0, 0.06); padding: 0.5rem; } div.GridEdit > div { display: table-row; } div.GridEdit > div > div { display: table-cell; } div.GridEdit button { padding: 1rem; background-color: darkgray; } div.GridEditX { border-spacing: 0; } div.GridEditX > div { display: table-row; } div.GridEditX > div > div { display: table-cell; } div.GridEditSave { padding: .5rem; } /* #region GridEdit */ div.rowedit > div { } div.rowedit > *[contenteditable="true"]:hover { padding: 1rem; background-color: rgba(217, 245, 255,0.5); }
examples/css/grid.2022.03.11.css
/* Nested Div Rows and Columns dynamic size */ /* #region GridRoot */ div.GridRoot { /*overflow-y: scroll;*/ font-size: 0.9rem; display: table; width: auto; } div.GridRoot > div:first-child { font-weight: bold; font-size: 1rem; color: darkslategray; background-color: rgba(125, 125, 125, 0.02); } div.GridRoot > div { display: table-row; border-bottom: 1px solid #f1f1f1; } div.GridRoot > div:hover { /*font-weight: bold;*/ color: var(--umcdarkgreen); background-color: var(--grid-row-hover-bg) !important; } div.GridRoot > div:nth-child(odd) { background-color: rgba(125, 125, 125, 0.02); } div.GridRoot > div > div { /*padding: 0.5rem;*/ display: table-cell; vertical-align: middle; padding: 0.6rem; /*border: 1px solid rgba(0, 0, 0, 0.06);*/ border-right: 1px solid #f1f1f1; } /* https://css-tricks.com/css-content/ */ div.GridRoot > div > div.asc:after { content: " \2191"; /* background-color: yellow; */ } /* https://css-tricks.com/css-content/ */ div.GridRoot > div > div.desc:after { content: " \2193"; /* background-color: yellow; */ } /* #endregion GridRoot */ /* #region GridLinks: dynamic one dimensional Columns */ div.GridLinks { display: grid; grid-auto-flow: column; grid-auto-columns: min-content; column-gap: 0.5rem; white-space: nowrap; } div.GridLinks > div { padding: 0.2rem; align-self: center; } /* #endregion GridLinks */ /* #region GridInfo */ /* Two Colums */ div.GridInfo { /*overflow-y: scroll;*/ font-size: 0.9rem; display: table; width: auto; } div.GridInfo > div { display: table-row; border-bottom: 1px solid #f1f1f1; } div.GridInfo > div > div { /*padding: 0.5rem;*/ display: table-cell; vertical-align: middle; padding: 0.4rem; border: 1px solid rgba(0, 0, 0, 0.06); } div.GridInfo > div > div:first-child { background-color: rgba(0, 0, 0, 0.01); color: darkslategrey; } /* #endregion GridInfo */ /* #region GridSearch */ /* Two rows */ div.GridSearch { /*overflow-y: scroll;*/ font-size: 1rem; font-weight: bold; display: table; width: auto; } div.GridSearch > div { display: table-row; border-bottom: 1px solid #f1f1f1; } div.GridSearch > div > div { /*padding: 0.5rem;*/ display: table-cell; vertical-align: middle; padding: 0.4rem; border: 1px solid rgba(0, 0, 0, 0.06); } div.GridSearch > div > div > input { font-size: 1rem; } div.GridSearch > div > div:nth-child(2n+1) { background-color: rgba(0, 0, 0, 0.01); color: darkslategrey; } /* #endregion GridSearch */ /* #region GridEdit */ div.GridEdit { display: table; background-color: white; border-spacing: 0rem 1rem; border: 1px solid rgba(0, 0, 0, 0.06); } div.GridEdit div { /* border-spacing: 0.5rem; */ vertical-align: middle; } div.GridEdit div.b1 { font-weight: bold; color: darkgreen; } div.GridEdit div.c1 { font-size:0.9rem; color: green; } div.GridEdit div.w1 { width: 80px; } div.GridEdit div.w2 { width: 125px; font-size: x-small; } div.GridEdit div.i { padding: 1rem; } div.GridEdit div.g1 { font-size: 0.9rem; color: gray; } div.GridEdit div.h { padding: 0.5rem; background-color: rgba(0, 0, 0, 0.01); border: 1px solid rgba(0, 0, 0, 0.06); color: darkslategrey; } div.GridEdit div.s { padding-left: 0.5rem; background-color: white; border: 1px solid rgba(0, 0, 0, 0.06); color: darkslategrey; } div.GridEdit div.ta { vertical-align: top; max-width: 20rem; max-height: 10rem; resize: both; /*overflow-y:auto;*/ white-space: pre-wrap; } div.GridEdit div.ta2 { vertical-align: top; max-width: 20rem; max-height: 10rem; overflow: auto; } div.GridEdit div[contenteditable*="true"] { border: 1px solid rgba(0, 0, 0, 0.06); padding: 0.5rem; } div.GridEdit > div { display: table-row; } div.GridEdit > div > div { display: table-cell; } div.GridEdit button { padding: 1rem; background-color: darkgray; } div.GridEditX { border-spacing: 0; } div.GridEditX > div { display: table-row; } div.GridEditX > div > div { display: table-cell; } div.GridEditSave { padding: .5rem; } /* #region GridEdit */ div.rowedit > div { } div.rowedit > *[contenteditable="true"]:hover { padding: 1rem; background-color: rgba(217, 245, 255,0.5); }
0.428473
0.141311
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } body, html { height: 100%; } body { text-align: center; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 16px; color: #444444; } h1 { font-size: 2.5em; margin: 2em 0 .5em; } h2 { margin-bottom: 3em; } p { margin-bottom: 1em; } strong { font-weight: 700; } div { position: relative; } input { display: none; } article { padding: 2em 0; max-width: 480px; text-align: center; position: relative; margin-bottom: 2em; } .container { height: 100%; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -moz-box-pack: center; } .envelope { width: 18.75em; height: 11.58838em; position: relative; display: inline-block; z-index: 2; background-color: #fcf6e2; -moz-box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.15); box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.15); -webkit-transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); -moz-transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); -ms-transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); -o-transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); -moz-transform: scale(0.6) translateY(0em); -ms-transform: scale(0.6) translateY(0em); -webkit-transform: scale(0.6) translateY(0em); transform: scale(0.6) translateY(0em); font-size: 1em; } .envelope label { width: 100%; height: 100%; position: relative; display: inline-block; cursor: pointer; } .envelope .triangle { height: 100%; display: block; overflow: hidden; position: relative; margin-top: 1px; } .envelope .triangle:before { top: -4.8em; left: 3.865em; position: absolute; display: inline-block; content: ""; width: 11em; height: 9.5em; border: 1px solid white; background-color: #fbf5dd; -moz-transform: rotateZ(30deg) skew(-30deg); -ms-transform: rotateZ(30deg) skew(-30deg); -webkit-transform: rotateZ(30deg) skew(-30deg); transform: rotateZ(30deg) skew(-30deg); -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.14); box-shadow: 0 0 1em rgba(0, 0, 0, 0.14); } .envelope .triangle.cap { -webkit-transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); -moz-transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); -ms-transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); -o-transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; z-index: 3; } .envelope .triangle.tail { -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); transform: rotateZ(180deg); z-index: 2; } .envelope .triangle.tail:before { top: -8.45em; left: 2.46em; width: 14em; height: 14em; border-color: #f8ecc2; -moz-transform: rotateZ(38deg) skew(-15deg); -ms-transform: rotateZ(38deg) skew(-15deg); -webkit-transform: rotateZ(38deg) skew(-15deg); transform: rotateZ(38deg) skew(-15deg); -moz-box-shadow: -0.1em -0.1em 1em rgba(0, 0, 0, 0.14); -webkit-box-shadow: -0.1em -0.1em 1em rgba(0, 0, 0, 0.14); box-shadow: -0.1em -0.1em 1em rgba(0, 0, 0, 0.14); } .envelope .triangle.bag { width: 100%; position: absolute; left: 0; top: 0; z-index: 1; } .envelope .triangle.bag:after, .envelope .triangle.bag:before { top: 0.4em; left: -7em; width: 13em; height: 10.5em; border: 1px solid #f8ecc2; background-color: #fbf5dd; -moz-transform: rotateZ(30deg) skew(-31deg); -ms-transform: rotateZ(30deg) skew(-31deg); -webkit-transform: rotateZ(30deg) skew(-31deg); transform: rotateZ(30deg) skew(-31deg); -moz-box-shadow: 1em 0.1em 1em rgba(0, 0, 0, 0.14); -webkit-box-shadow: 1em 0.1em 1em rgba(0, 0, 0, 0.14); box-shadow: 1em 0.1em 1em rgba(0, 0, 0, 0.14); } .envelope .triangle.bag:after { top: -2.15em; left: auto; right: -10.2em; width: 14em; height: 15em; position: absolute; display: inline-block; -moz-transform: rotateZ(33.1deg) skew(-26.7deg); -ms-transform: rotateZ(33.1deg) skew(-26.7deg); -webkit-transform: rotateZ(33.1deg) skew(-26.7deg); transform: rotateZ(33.1deg) skew(-26.7deg); -moz-box-shadow: 0.1em 0em 1.2em rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0.1em 0em 1.2em rgba(0, 0, 0, 0.14); box-shadow: 0.1em 0em 1.2em rgba(0, 0, 0, 0.14); content: ""; } .envelope .notification { top: -9em; right: -6em; width: 11.58838em; height: 11.58838em; line-height: 11.58838em; display: inline-block; position: absolute; background-color: #57CAF4; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -ms-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -moz-transform: rotateZ(0deg) translateY(0) scale(0.5); -ms-transform: rotateZ(0deg) translateY(0) scale(0.5); -webkit-transform: rotateZ(0deg) translateY(0) scale(0.5); transform: rotateZ(0deg) translateY(0) scale(0.5); -webkit-animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; -moz-animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; -ms-animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; -o-animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; z-index: 3; } .envelope .notification .number { color: white; font-size: 4em; display: inline-block; -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -ms-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); } .envelope:hover { cursor: pointer; } .overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(10, 64, 105, 0.9); z-index: 1; -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); opacity: 0; filter: alpha(opacity=0); } .title { z-index: 5; opacity: 0; filter: alpha(opacity=0); margin: 0; overflow: hidden; height: 0; width: 100%; position: absolute; top: 14em; left: 0; -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); } .title h2 { color: white; display: block; font-size: 4em; font-weight: 700; margin: 0 auto 0.8em; } .title label { cursor: pointer; text-transform: uppercase; padding: 1.4em; display: block; color: white; border: 1px solid white; -moz-border-radius: 0.2em; -webkit-border-radius: 0.2em; border-radius: 0.2em; -moz-box-shadow: inset 0 0 0 #EC008C; -webkit-box-shadow: inset 0 0 0 #EC008C; box-shadow: inset 0 0 0 #EC008C; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .title label:hover { color: white; border-color: #EC008C; background-color: #EC008C; } input.switch-on[type="radio"]:checked ~ .title { opacity: 1; filter: alpha(opacity=100); height: auto; } input.switch-on[type="radio"]:checked ~ .title, input.switch-on[type="radio"]:checked ~ .overlay { display: block; opacity: 1; filter: alpha(opacity=100); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); } input.switch-on[type="radio"]:checked + .envelope { -moz-transform: scale(0.8) translateY(-3em); -ms-transform: scale(0.8) translateY(-3em); -webkit-transform: scale(0.8) translateY(-3em); transform: scale(0.8) translateY(-3em); -moz-box-shadow: 0 4em 4em rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0 4em 4em rgba(0, 0, 0, 0.14); box-shadow: 0 4em 4em rgba(0, 0, 0, 0.14); background-color: #fdfaf0; } input.switch-on[type="radio"]:checked + .envelope label { cursor: default; } input.switch-on[type="radio"]:checked + .envelope .cap { -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -webkit-transform: rotateX(180deg); transform: rotateX(180deg); } input.switch-on[type="radio"]:checked + .envelope .bag { -webkit-animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -moz-animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -ms-animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -o-animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; } input.switch-on[type="radio"]:checked + .envelope .tail { -webkit-animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -moz-animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -ms-animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -o-animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; } input.switch-on[type="radio"]:checked + .envelope .notification { top: -6em; background-color: #ECED52; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -moz-transform: rotateZ(-430deg) translateY(-5.55em) scale(0.8); -ms-transform: rotateZ(-430deg) translateY(-5.55em) scale(0.8); -webkit-transform: rotateZ(-430deg) translateY(-5.55em) scale(0.8); transform: rotateZ(-430deg) translateY(-5.55em) scale(0.8); -webkit-animation: none; -moz-animation: none; -ms-animation: none; -o-animation: none; animation: none; -moz-box-shadow: -0.3em 0.1em 1em rgba(0, 0, 0, 0.4); -webkit-box-shadow: -0.3em 0.1em 1em rgba(0, 0, 0, 0.4); box-shadow: -0.3em 0.1em 1em rgba(0, 0, 0, 0.4); } input.switch-on[type="radio"]:checked + .envelope .notification .number { color: #0A4069; -moz-transform: rotateZ(430deg); -ms-transform: rotateZ(430deg); -webkit-transform: rotateZ(430deg); transform: rotateZ(430deg); } @-webkit-keyframes setTailZindex { 0% { z-index: 1; } 19.9% { z-index: 1; } 20% { z-index: 5; } 100% { z-index: 5; } } @keyframes setTailZindex { 0% { z-index: 1; } 19.9% { z-index: 1; } 20% { z-index: 5; } 100% { z-index: 5; } } @-webkit-keyframes setBagZindex { 0% { z-index: 1; } 19.9% { z-index: 1; } 20% { z-index: 4; } 100% { z-index: 4; } } @keyframes setBagZindex { 0% { z-index: 1; } 19.9% { z-index: 1; } 20% { z-index: 4; } 100% { z-index: 4; } } @-webkit-keyframes waiting { 0% { margin-top: 0; -moz-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); } 25% { margin-top: -3.85em; } 30% { margin-top: -4em; -moz-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); -webkit-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); } 35% { margin-top: -3.85em; } 55% { margin-top: 0; -moz-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); } 59% { margin-top: -0.3em; -moz-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); -webkit-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); } 63% { margin-top: 0; } 100% { margin-top: 0; } } @keyframes waiting { 0% { margin-top: 0; -moz-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); } 25% { margin-top: -3.85em; } 30% { margin-top: -4em; -moz-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); -webkit-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); } 35% { margin-top: -3.85em; } 55% { margin-top: 0; -moz-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); } 59% { margin-top: -0.3em; -moz-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); -webkit-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); } 63% { margin-top: 0; } 100% { margin-top: 0; } } @-webkit-keyframes shaking { 0% { right: -6em; -moz-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 25% { right: -5.7em; } 25.1% { -moz-animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 50% { right: -6em; } 50.1% { -moz-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 75% { right: -6.3em; } 75.1% { -moz-animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 100% { right: -6em; } } @keyframes shaking { 0% { right: -6em; -moz-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 25% { right: -5.7em; } 25.1% { -moz-animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 50% { right: -6em; } 50.1% { -moz-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 75% { right: -6.3em; } 75.1% { -moz-animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 100% { right: -6em; } } .action-tap { display: none; } @media (max-width: 680px) { h1 { padding: 0 1em; } article { max-width: 240px; margin: 0 auto 2em; } .action-click { display: none; } .action-tap { display: inline; } .envelope { left: -1.9em; } .title { margin: 2em 0 0; } h2 { display: none; } input.switch-on[type="radio"]:checked ~ .overlay { display: none; } }
works/envelope-icon/css/main.css
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700,300); html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; } html { line-height: 1; } ol, ul { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; } q, blockquote { quotes: none; } q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; } a img { border: none; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } body, html { height: 100%; } body { text-align: center; font-family: 'Open Sans', sans-serif; font-weight: 300; font-size: 16px; color: #444444; } h1 { font-size: 2.5em; margin: 2em 0 .5em; } h2 { margin-bottom: 3em; } p { margin-bottom: 1em; } strong { font-weight: 700; } div { position: relative; } input { display: none; } article { padding: 2em 0; max-width: 480px; text-align: center; position: relative; margin-bottom: 2em; } .container { height: 100%; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-box-direction: normal; -moz-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -moz-box-pack: center; } .envelope { width: 18.75em; height: 11.58838em; position: relative; display: inline-block; z-index: 2; background-color: #fcf6e2; -moz-box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.15); -webkit-box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.15); box-shadow: 0 0.1em 1em rgba(0, 0, 0, 0.15); -webkit-transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); -moz-transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); -ms-transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); -o-transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); transition: all 0.8s cubic-bezier(0.61, -0.22, 0.38, 1.26); -moz-transform: scale(0.6) translateY(0em); -ms-transform: scale(0.6) translateY(0em); -webkit-transform: scale(0.6) translateY(0em); transform: scale(0.6) translateY(0em); font-size: 1em; } .envelope label { width: 100%; height: 100%; position: relative; display: inline-block; cursor: pointer; } .envelope .triangle { height: 100%; display: block; overflow: hidden; position: relative; margin-top: 1px; } .envelope .triangle:before { top: -4.8em; left: 3.865em; position: absolute; display: inline-block; content: ""; width: 11em; height: 9.5em; border: 1px solid white; background-color: #fbf5dd; -moz-transform: rotateZ(30deg) skew(-30deg); -ms-transform: rotateZ(30deg) skew(-30deg); -webkit-transform: rotateZ(30deg) skew(-30deg); transform: rotateZ(30deg) skew(-30deg); -moz-box-shadow: 0 0 1em rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.14); box-shadow: 0 0 1em rgba(0, 0, 0, 0.14); } .envelope .triangle.cap { -webkit-transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); -moz-transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); -ms-transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); -o-transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); transition: all 0.6s cubic-bezier(0.61, -0.22, 0.38, 1.26); -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; z-index: 3; } .envelope .triangle.tail { -moz-transform-origin: 50% 0%; -ms-transform-origin: 50% 0%; -webkit-transform-origin: 50% 0%; transform-origin: 50% 0%; -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); transform: rotateZ(180deg); z-index: 2; } .envelope .triangle.tail:before { top: -8.45em; left: 2.46em; width: 14em; height: 14em; border-color: #f8ecc2; -moz-transform: rotateZ(38deg) skew(-15deg); -ms-transform: rotateZ(38deg) skew(-15deg); -webkit-transform: rotateZ(38deg) skew(-15deg); transform: rotateZ(38deg) skew(-15deg); -moz-box-shadow: -0.1em -0.1em 1em rgba(0, 0, 0, 0.14); -webkit-box-shadow: -0.1em -0.1em 1em rgba(0, 0, 0, 0.14); box-shadow: -0.1em -0.1em 1em rgba(0, 0, 0, 0.14); } .envelope .triangle.bag { width: 100%; position: absolute; left: 0; top: 0; z-index: 1; } .envelope .triangle.bag:after, .envelope .triangle.bag:before { top: 0.4em; left: -7em; width: 13em; height: 10.5em; border: 1px solid #f8ecc2; background-color: #fbf5dd; -moz-transform: rotateZ(30deg) skew(-31deg); -ms-transform: rotateZ(30deg) skew(-31deg); -webkit-transform: rotateZ(30deg) skew(-31deg); transform: rotateZ(30deg) skew(-31deg); -moz-box-shadow: 1em 0.1em 1em rgba(0, 0, 0, 0.14); -webkit-box-shadow: 1em 0.1em 1em rgba(0, 0, 0, 0.14); box-shadow: 1em 0.1em 1em rgba(0, 0, 0, 0.14); } .envelope .triangle.bag:after { top: -2.15em; left: auto; right: -10.2em; width: 14em; height: 15em; position: absolute; display: inline-block; -moz-transform: rotateZ(33.1deg) skew(-26.7deg); -ms-transform: rotateZ(33.1deg) skew(-26.7deg); -webkit-transform: rotateZ(33.1deg) skew(-26.7deg); transform: rotateZ(33.1deg) skew(-26.7deg); -moz-box-shadow: 0.1em 0em 1.2em rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0.1em 0em 1.2em rgba(0, 0, 0, 0.14); box-shadow: 0.1em 0em 1.2em rgba(0, 0, 0, 0.14); content: ""; } .envelope .notification { top: -9em; right: -6em; width: 11.58838em; height: 11.58838em; line-height: 11.58838em; display: inline-block; position: absolute; background-color: #57CAF4; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -ms-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -moz-transform: rotateZ(0deg) translateY(0) scale(0.5); -ms-transform: rotateZ(0deg) translateY(0) scale(0.5); -webkit-transform: rotateZ(0deg) translateY(0) scale(0.5); transform: rotateZ(0deg) translateY(0) scale(0.5); -webkit-animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; -moz-animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; -ms-animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; -o-animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; animation: waiting 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) infinite; z-index: 3; } .envelope .notification .number { color: white; font-size: 4em; display: inline-block; -webkit-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -ms-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); -o-transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); transition: all 0.6s cubic-bezier(0.25, 0.1, 0.49, 1.14); } .envelope:hover { cursor: pointer; } .overlay { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(10, 64, 105, 0.9); z-index: 1; -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -moz-transform: scale(0); -ms-transform: scale(0); -webkit-transform: scale(0); transform: scale(0); opacity: 0; filter: alpha(opacity=0); } .title { z-index: 5; opacity: 0; filter: alpha(opacity=0); margin: 0; overflow: hidden; height: 0; width: 100%; position: absolute; top: 14em; left: 0; -webkit-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -moz-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -ms-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); -o-transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); transition: all 0.4s cubic-bezier(0.25, 0.1, 0.49, 1.14); } .title h2 { color: white; display: block; font-size: 4em; font-weight: 700; margin: 0 auto 0.8em; } .title label { cursor: pointer; text-transform: uppercase; padding: 1.4em; display: block; color: white; border: 1px solid white; -moz-border-radius: 0.2em; -webkit-border-radius: 0.2em; border-radius: 0.2em; -moz-box-shadow: inset 0 0 0 #EC008C; -webkit-box-shadow: inset 0 0 0 #EC008C; box-shadow: inset 0 0 0 #EC008C; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; } .title label:hover { color: white; border-color: #EC008C; background-color: #EC008C; } input.switch-on[type="radio"]:checked ~ .title { opacity: 1; filter: alpha(opacity=100); height: auto; } input.switch-on[type="radio"]:checked ~ .title, input.switch-on[type="radio"]:checked ~ .overlay { display: block; opacity: 1; filter: alpha(opacity=100); -moz-transform: scale(1); -ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(1); } input.switch-on[type="radio"]:checked + .envelope { -moz-transform: scale(0.8) translateY(-3em); -ms-transform: scale(0.8) translateY(-3em); -webkit-transform: scale(0.8) translateY(-3em); transform: scale(0.8) translateY(-3em); -moz-box-shadow: 0 4em 4em rgba(0, 0, 0, 0.14); -webkit-box-shadow: 0 4em 4em rgba(0, 0, 0, 0.14); box-shadow: 0 4em 4em rgba(0, 0, 0, 0.14); background-color: #fdfaf0; } input.switch-on[type="radio"]:checked + .envelope label { cursor: default; } input.switch-on[type="radio"]:checked + .envelope .cap { -moz-transform: rotateX(180deg); -ms-transform: rotateX(180deg); -webkit-transform: rotateX(180deg); transform: rotateX(180deg); } input.switch-on[type="radio"]:checked + .envelope .bag { -webkit-animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -moz-animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -ms-animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -o-animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; animation: setBagZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; } input.switch-on[type="radio"]:checked + .envelope .tail { -webkit-animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -moz-animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -ms-animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; -o-animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; animation: setTailZindex 1.2s cubic-bezier(0.25, 0.1, 0.51, 1.3) forwards; } input.switch-on[type="radio"]:checked + .envelope .notification { top: -6em; background-color: #ECED52; -moz-transform-origin: 50% 100%; -ms-transform-origin: 50% 100%; -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; -moz-transform: rotateZ(-430deg) translateY(-5.55em) scale(0.8); -ms-transform: rotateZ(-430deg) translateY(-5.55em) scale(0.8); -webkit-transform: rotateZ(-430deg) translateY(-5.55em) scale(0.8); transform: rotateZ(-430deg) translateY(-5.55em) scale(0.8); -webkit-animation: none; -moz-animation: none; -ms-animation: none; -o-animation: none; animation: none; -moz-box-shadow: -0.3em 0.1em 1em rgba(0, 0, 0, 0.4); -webkit-box-shadow: -0.3em 0.1em 1em rgba(0, 0, 0, 0.4); box-shadow: -0.3em 0.1em 1em rgba(0, 0, 0, 0.4); } input.switch-on[type="radio"]:checked + .envelope .notification .number { color: #0A4069; -moz-transform: rotateZ(430deg); -ms-transform: rotateZ(430deg); -webkit-transform: rotateZ(430deg); transform: rotateZ(430deg); } @-webkit-keyframes setTailZindex { 0% { z-index: 1; } 19.9% { z-index: 1; } 20% { z-index: 5; } 100% { z-index: 5; } } @keyframes setTailZindex { 0% { z-index: 1; } 19.9% { z-index: 1; } 20% { z-index: 5; } 100% { z-index: 5; } } @-webkit-keyframes setBagZindex { 0% { z-index: 1; } 19.9% { z-index: 1; } 20% { z-index: 4; } 100% { z-index: 4; } } @keyframes setBagZindex { 0% { z-index: 1; } 19.9% { z-index: 1; } 20% { z-index: 4; } 100% { z-index: 4; } } @-webkit-keyframes waiting { 0% { margin-top: 0; -moz-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); } 25% { margin-top: -3.85em; } 30% { margin-top: -4em; -moz-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); -webkit-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); } 35% { margin-top: -3.85em; } 55% { margin-top: 0; -moz-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); } 59% { margin-top: -0.3em; -moz-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); -webkit-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); } 63% { margin-top: 0; } 100% { margin-top: 0; } } @keyframes waiting { 0% { margin-top: 0; -moz-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); } 25% { margin-top: -3.85em; } 30% { margin-top: -4em; -moz-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); -webkit-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); } 35% { margin-top: -3.85em; } 55% { margin-top: 0; -moz-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); -webkit-animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); animation-timing-function: cubic-bezier(0, 0, 0.37, 1.01); } 59% { margin-top: -0.3em; -moz-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); -webkit-animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); animation-timing-function: cubic-bezier(0.91, 0.01, 1, 1); } 63% { margin-top: 0; } 100% { margin-top: 0; } } @-webkit-keyframes shaking { 0% { right: -6em; -moz-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 25% { right: -5.7em; } 25.1% { -moz-animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 50% { right: -6em; } 50.1% { -moz-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 75% { right: -6.3em; } 75.1% { -moz-animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 100% { right: -6em; } } @keyframes shaking { 0% { right: -6em; -moz-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 25% { right: -5.7em; } 25.1% { -moz-animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 50% { right: -6em; } 50.1% { -moz-animation-timing-function: ease-out; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } 75% { right: -6.3em; } 75.1% { -moz-animation-timing-function: ease-in; -webkit-animation-timing-function: ease-in; animation-timing-function: ease-in; } 100% { right: -6em; } } .action-tap { display: none; } @media (max-width: 680px) { h1 { padding: 0 1em; } article { max-width: 240px; margin: 0 auto 2em; } .action-click { display: none; } .action-tap { display: inline; } .envelope { left: -1.9em; } .title { margin: 2em 0 0; } h2 { display: none; } input.switch-on[type="radio"]:checked ~ .overlay { display: none; } }
0.403567
0.102844
.device-desktop { border-width: 1px; height: 1024px; } .device-desktop, .device-desktop > div { border-radius: .375rem; width: 100% } .device-desktop > div { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); height: 100%; } .device-tablet { border-radius: 1.5rem; border-width: 2px; justify-content: center; padding-left: 1.25rem; padding-right: 1.25rem } .device-tablet > div { height: 1024px; width: 768px } .device-tablet:after { --tw-bg-opacity: 1; background-color: rgba(245, 245, 245, var(--tw-bg-opacity)); border-radius: 9999px; border-width: 1px; content: ""; display: block; height: 3rem; margin-bottom: 1rem; margin-top: 1rem; width: 3rem } .device-mobile { border-radius: 1.5rem; border-width: 2px; justify-content: center; padding-left: .75rem; padding-right: .75rem } .device-mobile > div { height: 568px; width: 320px } .device-mobile:before, .device-tablet:before { height: .75rem; margin-bottom: .5rem; margin-top: .5rem; width: .75rem } .device-mobile:after, .device-mobile:before, .device-tablet:before { --tw-bg-opacity: 1; background-color: rgba(245, 245, 245, var(--tw-bg-opacity)); border-radius: 9999px; border-width: 1px; content: ""; display: block } .device-mobile:after { height: 2rem; margin-bottom: .75rem; margin-top: .75rem; width: 2rem } .device-desktop, .device-mobile, .device-tablet { --tw-bg-opacity: 1; align-items: center; background-color: rgba(250, 250, 250, var(--tw-bg-opacity)); display: flex; flex-direction: column; transition-duration: .15s; transition-duration: .3s; transition-property: all; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-timing-function: cubic-bezier(.4, 0, 1, 1) } .device-mobile > div, .device-tablet > div { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); border-radius: .375rem; border-width: 1px } .device-desktop iframe, .device-mobile iframe, .device-tablet iframe { border-radius: .375rem; height: 100%; width: 100% }
public/app.css
.device-desktop { border-width: 1px; height: 1024px; } .device-desktop, .device-desktop > div { border-radius: .375rem; width: 100% } .device-desktop > div { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); height: 100%; } .device-tablet { border-radius: 1.5rem; border-width: 2px; justify-content: center; padding-left: 1.25rem; padding-right: 1.25rem } .device-tablet > div { height: 1024px; width: 768px } .device-tablet:after { --tw-bg-opacity: 1; background-color: rgba(245, 245, 245, var(--tw-bg-opacity)); border-radius: 9999px; border-width: 1px; content: ""; display: block; height: 3rem; margin-bottom: 1rem; margin-top: 1rem; width: 3rem } .device-mobile { border-radius: 1.5rem; border-width: 2px; justify-content: center; padding-left: .75rem; padding-right: .75rem } .device-mobile > div { height: 568px; width: 320px } .device-mobile:before, .device-tablet:before { height: .75rem; margin-bottom: .5rem; margin-top: .5rem; width: .75rem } .device-mobile:after, .device-mobile:before, .device-tablet:before { --tw-bg-opacity: 1; background-color: rgba(245, 245, 245, var(--tw-bg-opacity)); border-radius: 9999px; border-width: 1px; content: ""; display: block } .device-mobile:after { height: 2rem; margin-bottom: .75rem; margin-top: .75rem; width: 2rem } .device-desktop, .device-mobile, .device-tablet { --tw-bg-opacity: 1; align-items: center; background-color: rgba(250, 250, 250, var(--tw-bg-opacity)); display: flex; flex-direction: column; transition-duration: .15s; transition-duration: .3s; transition-property: all; transition-timing-function: cubic-bezier(.4, 0, .2, 1); transition-timing-function: cubic-bezier(.4, 0, 1, 1) } .device-mobile > div, .device-tablet > div { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); border-radius: .375rem; border-width: 1px } .device-desktop iframe, .device-mobile iframe, .device-tablet iframe { border-radius: .375rem; height: 100%; width: 100% }
0.428473
0.084758
@media (max-width: 480px) { .sm-logo .col-xs-8,.sm-logo .col-xs-4 { width: 100%; } .sm-logo .site-logo img { margin: 0 auto; } .overlay .sm-logo .tagline { margin-top: 0; } footer .foot2 .inline-list { float: left !important; padding-left: 0; margin-top: 20px; } header .head-links { width: 95%; margin-top: 0; } header .col-md-4 { width: 100%; text-align: center; } #abovefold,.cover-images,#carousel-cover .carousel-inner .item img { height: 550px !important; } .deal-listing .top-filter .filter-right,.deal-listing .top-filter .filter-left { width: 100% !important; max-width: inherit; margin-top: 10px; } #abovefold .cover-images .mobile-cover { height: 100%; } header .head-links ul li .dropdown-menu { background: #222 !important; } } @media (max-width: 992px) { body { border: none; } #abovefold { background-color: #121212; } #abovefold .cover-images { top: 0; } .overlay .signup-wrapper { margin: 40px auto 0; } .overlay .site-logo img { margin-top: 0; } } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { footer .navbar-inverse { background: transparent; border: none; min-height: inherit; } footer .navbar-inverse .navbar-collapse { padding-left: 0; } #top_padding{ top:14.3% !important; } #description_deal{ bottom:17% !important; } #description_deal2{ bottom:17% !important; } .deal-listing .top-filter .filter-left { position: relative; top: -30px; min-width: 240px; } .deal-listing .top-filter .filter-right { position: relative; top: -30px; } } @media (min-width: 768px) and (max-width: 979px) { .deal-listing .top-filter .filter-right { width: 66%; } } @media (min-width: 320px) and (max-width: 350px) { #abovefold .overlay .signup-wrapper #signupForm,#abovefold .overlay .signup-wrapper #signinForm { margin-right: 70px; max-width: 250px; } } @media (min-width: 350px) and (max-width: 370px) { #abovefold .overlay .signup-wrapper #signupForm,#abovefold .overlay .signup-wrapper #signinForm { margin-right: 40px; max-width: 280px; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 992px) { //Ala //COLLECTION PAGE #table_head_coll{ background: none repeat scroll 0 0 #EA9403; width: 100%; } .deal-head-coll{ width: 100% !important; } #desc_tag_coll{ background: rgba(0,0,0,0.7); position: absolute; bottom: 0; width: 91% !important; padding: 5px 10px; margin-bottom: 60px; } #background_image_coll{ background:url("http://boot.gourmetitup.com/uploads/list_image_450187d10696977744936f51dd8dc8ecIMG_9999_518listsmall.jpg"); width: 100% !important; height:239px; } .white_background1_coll{ height:60px; background:#E4E4E4; width: 100%; } //EXPERIANCE DETAIL PAGE #table_head_exp{ background: none repeat scroll 0 0 #EA9403; width: 100% !important; } .deal-head-exp{ width: 100% !important; } #desc_tag_exp { background: rgba(0,0,0,0.7); position: absolute; bottom: 0; width: 91% !important; padding: 5px 10px; margin-bottom: 60px !important; } #exp-details-tab{ height: 40px; padding-top:9px !important; } #wowtables_exp_menu_tab{ height: 40px; padding-top:9px !important; } #review-menu-tab-detail{ height: 40px; padding-top:9px !important; } #background_image_exp{ width: 100% !important; height:239px; } .white_background1_exp{ height:60px; background:#E4E4E4; width: 100% !important; } #popular_listing{ max-width: 150px; height: 30px; bottom: 265px; display: inline-block; color: #fff; background: #14decd; margin-left: 8px; margin-bottom: -75px; } #small_col{ padding-top:10px; } #background_image{ background:url("http://boot.gourmetitup.com/uploads/list_image_450187d10696977744936f51dd8dc8ecIMG_9999_518listsmall.jpg"); width:300px !important; height:239px; } .new_flag1 { background: none repeat scroll 0 0 #9aa816; color: #fff; height: auto; margin-left: 8px; padding: 1%; text-align: center; transform: scale(1, 1); width: 25%; } .book_mark1{ width:23px; height:40px; background:url('http://boot.gourmetitup.com/assets/img/bookmark_plain.png') no-repeat;transform:scale(1,1); float:right !important; margin-right:8px; } .white_background1{ height:60px; background:#E4E4E4; width: 300px; } .rewiew_statrs1{ float:right !important; height:60px; width:100px; text-align:center; padding-top:10px; } #dummy_text{ font-style: italic; line-height: 16px; color: #ea9403; margin: 0; } #desc_tag{ background: rgba(0,0,0,0.7); position: absolute; bottom: 0; width: 300px !important; padding: 5px 10px; margin-bottom: 60px; } #table_head{ background: none repeat scroll 0 0 #EA9403; width: 300px !important; } #large_td{ background: none repeat scroll 0 0 #000; color: #EAB703; font-weight: 700; width: 70%; font-size: 16px; line-height: 20px; text-align: left; padding: 10px; } #small_td{ font-weight: 700; text-shadow: 0 0 2px rgba(0,0,0,.3); text-transform: uppercase; width: 30%; color: #FFF; font-size: 16px; line-height: 20px; text-align: left; padding: 10px; } .deal-listing .top-filter ul li { padding-right: 0; } .new_flag{ width:60px; height:30px; background:#9aa816; transform:scale(1,1); margin-top:-230px !important; margin-left:8px; color:#fff; text-align:center; padding-top:5px; margin-bottom: 0px; } .book_mark{ width:23px; height:40px; background:url('http://boot.gourmetitup.com/assets/img/bookmark_plain.png') no-repeat;transform:scale(1,1); float:right !important; margin-top:-30px; margin-right:8px; } .white_background{ height:60px; background:#fff; margin-top:200px; width:300px; } .rewiew_statrs{ float:right !important; height:60px; width:100px; text-align:center; padding-top:10px; } .new_flag_listing{ width:60px; height:30px; position:absolute; padding-top:5px; background:#14decd; transform:scale(1,1); margin-top:-220px !important; margin-left:8px; color:#fff; text-align:center; } #footer_div_image{ margin-top:-3%; } #footer_description{ margin-bottom: 20%; } .deal-listing .top-filter ul li:last-child { padding-right: 15px; } .reservation-page .reservation-menu { width: 27.4%; } .reservation-page .reservations-wrap { width: 72.6%; } } .deal-detail-right #startBox .var-jump-carte { color: #EAB803; cursor: pointer; text-transform: capitalize; /*font-size: 110% !important;*/ font-size: 13px; text-decoration: none; } .deal-detail-right #ReservationBox #jump2-alacarte, .deal-detail-right #AlacarteBox #jump2-expres { color: #EAB803; cursor: pointer; text-transform: capitalize; font-size: 110% !important; text-decoration: none; } #startBox p { color:#FFF; } .version2 { padding: 20px 0; } .or-reservation { color: #fff; margin: 0; padding: 5px 0 0; } .select-all-data { color: #EAB803; text-transform: capitalize; font-size: 110% !important; text-decoration: none; } .panel-heading { padding: 10px 10px; } .deal-detail .deal-bottom-box .tab-pane#review .comments .star-info ul.list-inline > li.inactive, .deal-detail .deal-bottom-box #review.tab-pane .star-all li.inactive { color: #cacaca; } .deal-detail .deal-bottom-box ul.nav { background: #EAB803; } .deal-detail .deal-bottom-box ul.nav > li a { color: #000; text-transform: uppercase; border: none; border-radius: 0; outline: none; margin-right: 0; text-align: center; } .deal-detail .deal-bottom-box ul.nav > li { border-right: 1px solid #777; width: 14%; -webkit-box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.5); } .deal-detail .deal-bottom-box ul.nav li.active a,.deal-detail .deal-bottom-box ul.nav li.active a:hover,.deal-detail .deal-bottom-box ul.nav li.active a:focus,.deal-detail .deal-bottom-box ul.nav li a:hover { background: #000000; color: #fff; } .deal-detail .deal-top-box .booking .col-md-6 { padding: 10px; text-align: center; } .deal-detail .deal-top-box .booking .col-md-6:last-child { background: #000; } .deal-detail .deal-top-box .booking .col-md-6 p.lead { margin-bottom: 0; font-size: 14px; line-height: 18px; font-weight: bold; } .deal-detail .deal-bottom-box .tab-pane { padding: 30px 20px; background: #EBEBEB; } .deal-detail .deal-bottom-box .tab-pane hr { border-top: 3px double #111111; } .deal-detail .deal-bottom-box .tab-pane#review .review-all { display: block; border-bottom: 1px dotted #cdcdcd; } .deal-detail .deal-bottom-box .tab-pane#review .star-all li { color: #EAB703; text-shadow: 0 0 1px rgba(0,0,0,0.4); font-size: 20px; padding: 0 3px 0 0; } .deal-detail .deal-bottom-box .tab-pane#review .comments { list-style: none; padding-left: 0; margin: 0; } .deal-detail .deal-bottom-box #review.tab-pane .comments > li { border-bottom: 1px dotted #cdcdcd; display: inline-block; padding: 15px 0; } .deal-detail .deal-bottom-box #review.tab-pane .comments > li:last-child { border-bottom: none; } .deal-detail .deal-bottom-box #review.tab-pane .more { margin: 0 0 30px; } .deal-detail .deal-bottom-box .tab-pane#review .comments .name { text-transform: capitalize; } .deal-detail .deal-bottom-box .tab-pane#review .comments .star-info .date { font-style: italic; color: #444; } .deal-detail .deal-bottom-box .tab-pane#review .comments .star-info ul.list-inline li { padding: 0; color: #EAB703; text-shadow: 0 0 1px rgba(0,0,0,0.4); font-size: 16px; } .deal-detail .deal-bottom-box .tab-pane#review .comments .star-info ul.list-inline > li.inactive, .deal-detail .deal-bottom-box #review.tab-pane .star-all li.inactive { color: #cacaca; } .deal-detail .deal-bottom-box ul.nav { background: #EAB803; } .deal-detail .deal-bottom-box ul.nav > li a { color: #000; text-transform: uppercase; border: none; border-radius: 0; outline: none; margin-right: 0; text-align: center; } .deal-detail .deal-bottom-box ul.nav > li { border-right: 1px solid #777; width: 32%; height:40px; -webkit-box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.5); } .deal-detail .deal-bottom-box ul.nav > li:first-child { width: 30% !important; height:40px !important; } .deal-detail .deal-bottom-box ul.nav > li:last-child { border-right: none; width: 60% !important%; } #review_tab{ padding-top:10px !important; } #details_menu_tab{ height:40px !important; padding-top:10px !important; } #wowtables_alacarte_sugg{ height:40px !important; padding-top: 10px !important; } .deal-detail .deal-bottom-box ul.nav li.active a,.deal-detail .deal-bottom-box ul.nav li.active a:hover,.deal-detail .deal-bottom-box ul.nav li.active a:focus,.deal-detail .deal-bottom-box ul.nav li a:hover { background: #000000; color: #fff; } .star-icon { color: #fff; font-size: 18px; position: relative; padding: 0 1px; line-height: 18px; -webkit-text-stroke: 0.55px; } .star-icon.full:before { color: #000000; content: '\2605'; /* Full star in UTF-8 */ position: absolute; left: 0; padding: 0 1px; -webkit-text-stroke: 0.55px; } .star-icon.half:before { color: #000000; content: '\2605'; /* Full star in UTF-8 */ position: absolute; left: 0; width: 50%; overflow: hidden; padding: 0 1px; -webkit-text-stroke: 0.55px; } @-moz-document url-prefix() { /* Firefox Hack :( */ .star-icon { font-size: 22px; line-height: 16px; } } .deal-detail .deal-bottom-box ul.nav > li.review-tab.active a > span.star-all .star-icon.full:before, .deal-detail .deal-bottom-box ul.nav > li.review-tab.active a > span.star-all .star-icon.half:before, .deal-detail .deal-bottom-box ul.nav > li.review-tab:hover a > span.star-all .star-icon.full:before, .deal-detail .deal-bottom-box ul.nav > li.review-tab:hover a > span.star-all .star-icon.half:before { color: #EAB703; } .deal-detail .deal-bottom-box ul.nav > li.review-tab a > span.star-all { display: inline-block !important; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content{ list-style: none; padding-left: 0; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content .lead { border-bottom: 1px dotted #777777; font-size: 24px; margin-bottom: 10px; padding-bottom: 5px; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content .lead small { font-size: 60%; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content .title { font-size: 18px; margin-bottom: 0; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content .desc { font-style: italic; margin-bottom: 20px; font-size: 14px; } .deal-detail-right .widget { margin-bottom: 20px; } .deal-detail-right .price-box { background: #000; color: #fff; padding: 20px 10px; } .btn.tooltip1 { padding: 2px; } .tooltip-inner { background: #fff; color: #111; } .tooltip-arrow { border-top-color: #fff !important; } .deal-detail-right .price-box h3 { font-size: 22px; font-weight: bold; margin: 0; } .deal-detail-right .price-box h3 span { font-size: 18px; } .deal-detail-right .price-box p { line-height: 14px; border-bottom: 1px solid #fff; padding-bottom: 10px; } .deal-detail-right .price-box h4 { color: #FA7B47; text-transform: uppercase; font-size: 16px; margin-left: 8px; } .deal-detail-right .price-box ul,.deal-detail-right .terms-box ul { list-style: none; padding-left: 10px; } .deal-detail-right .price-box ul li,.deal-detail-right .terms-box ul li { margin-bottom: 15px; } .deal-detail-right .reservation-box { background-color: #000; padding: 20px 0 5px; } .deal-detail-right .reservation-box h3 { text-transform: uppercase; color: #fff; font-weight: bold; background-color: #EAB703; padding: 7px 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); margin-top: 0; font-size: 20px; } .deal-detail-right .reservation-box .reservation-accordian { padding: 10px; } .deal-detail-right .reservation-accordian .panel,.deal-detail-right .reservation-accordian .panel-heading { background: transparent; border-radius: 0; border: none; color: #fff; } .deal-detail-right .reservation-accordian .panel-body { border: none !important; } .deal-detail-right .reservation-accordian .panel { border-bottom: 1px solid #444242; } .deal-detail-right .reservation-box .btn.btn-warning,.deal-detail .deal-top-box .booking .col-md-6 .btn { background: none repeat scroll 0 0 #EAB803; border-radius: 0; color: #000000; font-size: 13px; font-weight: bold; line-height: 14px; outline: medium none; padding: 5px 20px; } .deal-detail-right .reservation-box .btn.btn-warning:hover,.deal-detail .deal-top-box .booking .col-md-6 .btn:hover { background-color: #c99f06; } .deal-detail-right .terms-box,.deal-detail-right .social-box { background: #000; padding: 20px; } .deal-detail-right .terms-box .lead { color: #FA7B47; text-transform: uppercase; font-size: 16px; margin-bottom: 10px; } .deal-detail-right .terms-box ul { color: #fff; padding-left: 0; } .deal-detail-right .disclaimer img { width: 100%; } .deal-detail.related-experiences { background: #EBEBEB; border-top: 1px solid #CCCCCC; padding: 30px 0; } .deal-detail.related-experiences ul { margin: 0; list-style: none; padding: 0; } .deal-detail.related-experiences ul li { margin: 0 auto 20px; max-width: 400px; } .deal-detail.related-experiences ul li a { text-decoration: none; } .deal-detail.related-experiences .deal-head { background: #EA9403; width: 100%; } .deal-detail.related-experiences .deal-head td { width: 50%; padding: 10px; text-align: center; color: #fff; font-size: 16px; line-height: 20px; } .deal-detail.related-experiences .deal-head td:first-child { background: #000; color: #EA9403; width: 70%; } .deal-detail.related-experiences .deal-head td:last-child { text-transform: uppercase; text-shadow: 0 0 2px rgba(0,0,0,0.3); font-weight: bold; width: 30%; font-size: 14px; } .deal-detail.related-experiences .deal-head td:last-child span { display: block; font-size: 24px; } .deal-detail.related-experiences .deal-desc { background: rgba(0,0,0,0.7); padding: 5px 10px; position: absolute; bottom: 0px; } .deal-detail.related-experiences .deal-desc p { font-style: italic; margin: 0; line-height: 16px; color: #ea9403; } .deal-detail.related-experiences .deal-img { position: relative; } .deal-detail.related-experiences .deal-img img { width: 100%; } .deal-detail.related-experiences .bottom-filters { margin: 20px 0; } .deal-detail.related-experiences .bottom-filters .btn-group .btn-default { background: #EAB803; text-transform: uppercase; border-radius: 0; position: relative; padding: 3px 0; } .deal-detail.related-experiences .bottom-filters .btn-group .btn-default .caret { position: absolute; right: 10px; top: 11px; border-width: 0 6px 6px 6px; } .deal-detail.related-experiences .bottom-filters .btn-group .dropdown-menu { width: 100%; border-radius: 0; background: #EAB803; } .deal-detail.related-experiences .bottom-filters .btn-group .dropdown-menu li { margin-bottom: 0; border-bottom: 1px dotted #DADADA; } .deal-detail.related-experiences .bottom-filters .btn-group .dropdown-menu li a { color: #464646; padding: 6px 10px; } .deal-detail.related-experiences .bottom-filters .btn-group .dropdown-menu li a:hover { background: inherit; color: #fff; } .deal-detail-right #ReservationBox .res-xtras p:first-child{ color: #fff; margin: 0; padding: 5px 0 0; } /*************************experiences mobile*****************************/ #experiences { padding: 30px 0; background: #fff; } #experience-carousel { max-width: 650px; margin: 0 auto; } #experiences .experience-desc { background: #000000; color: #fff; padding: 10px; } #experiences .carousel-indicators { bottom: 100px; } #experiences .experience-detail { background: #EA9403; padding: 10px; } #experiences .details { margin-bottom: 0; } #experiences .details a { color: #fff; } #experiences .details a:hover { text-decoration: none; } #experiences .carousel-control span { top: 40%; position: absolute; }
public/assets/css/app_new3.css
@media (max-width: 480px) { .sm-logo .col-xs-8,.sm-logo .col-xs-4 { width: 100%; } .sm-logo .site-logo img { margin: 0 auto; } .overlay .sm-logo .tagline { margin-top: 0; } footer .foot2 .inline-list { float: left !important; padding-left: 0; margin-top: 20px; } header .head-links { width: 95%; margin-top: 0; } header .col-md-4 { width: 100%; text-align: center; } #abovefold,.cover-images,#carousel-cover .carousel-inner .item img { height: 550px !important; } .deal-listing .top-filter .filter-right,.deal-listing .top-filter .filter-left { width: 100% !important; max-width: inherit; margin-top: 10px; } #abovefold .cover-images .mobile-cover { height: 100%; } header .head-links ul li .dropdown-menu { background: #222 !important; } } @media (max-width: 992px) { body { border: none; } #abovefold { background-color: #121212; } #abovefold .cover-images { top: 0; } .overlay .signup-wrapper { margin: 40px auto 0; } .overlay .site-logo img { margin-top: 0; } } /* Small devices (tablets, 768px and up) */ @media (min-width: 768px) { footer .navbar-inverse { background: transparent; border: none; min-height: inherit; } footer .navbar-inverse .navbar-collapse { padding-left: 0; } #top_padding{ top:14.3% !important; } #description_deal{ bottom:17% !important; } #description_deal2{ bottom:17% !important; } .deal-listing .top-filter .filter-left { position: relative; top: -30px; min-width: 240px; } .deal-listing .top-filter .filter-right { position: relative; top: -30px; } } @media (min-width: 768px) and (max-width: 979px) { .deal-listing .top-filter .filter-right { width: 66%; } } @media (min-width: 320px) and (max-width: 350px) { #abovefold .overlay .signup-wrapper #signupForm,#abovefold .overlay .signup-wrapper #signinForm { margin-right: 70px; max-width: 250px; } } @media (min-width: 350px) and (max-width: 370px) { #abovefold .overlay .signup-wrapper #signupForm,#abovefold .overlay .signup-wrapper #signinForm { margin-right: 40px; max-width: 280px; } } /* Large devices (large desktops, 1200px and up) */ @media (min-width: 992px) { //Ala //COLLECTION PAGE #table_head_coll{ background: none repeat scroll 0 0 #EA9403; width: 100%; } .deal-head-coll{ width: 100% !important; } #desc_tag_coll{ background: rgba(0,0,0,0.7); position: absolute; bottom: 0; width: 91% !important; padding: 5px 10px; margin-bottom: 60px; } #background_image_coll{ background:url("http://boot.gourmetitup.com/uploads/list_image_450187d10696977744936f51dd8dc8ecIMG_9999_518listsmall.jpg"); width: 100% !important; height:239px; } .white_background1_coll{ height:60px; background:#E4E4E4; width: 100%; } //EXPERIANCE DETAIL PAGE #table_head_exp{ background: none repeat scroll 0 0 #EA9403; width: 100% !important; } .deal-head-exp{ width: 100% !important; } #desc_tag_exp { background: rgba(0,0,0,0.7); position: absolute; bottom: 0; width: 91% !important; padding: 5px 10px; margin-bottom: 60px !important; } #exp-details-tab{ height: 40px; padding-top:9px !important; } #wowtables_exp_menu_tab{ height: 40px; padding-top:9px !important; } #review-menu-tab-detail{ height: 40px; padding-top:9px !important; } #background_image_exp{ width: 100% !important; height:239px; } .white_background1_exp{ height:60px; background:#E4E4E4; width: 100% !important; } #popular_listing{ max-width: 150px; height: 30px; bottom: 265px; display: inline-block; color: #fff; background: #14decd; margin-left: 8px; margin-bottom: -75px; } #small_col{ padding-top:10px; } #background_image{ background:url("http://boot.gourmetitup.com/uploads/list_image_450187d10696977744936f51dd8dc8ecIMG_9999_518listsmall.jpg"); width:300px !important; height:239px; } .new_flag1 { background: none repeat scroll 0 0 #9aa816; color: #fff; height: auto; margin-left: 8px; padding: 1%; text-align: center; transform: scale(1, 1); width: 25%; } .book_mark1{ width:23px; height:40px; background:url('http://boot.gourmetitup.com/assets/img/bookmark_plain.png') no-repeat;transform:scale(1,1); float:right !important; margin-right:8px; } .white_background1{ height:60px; background:#E4E4E4; width: 300px; } .rewiew_statrs1{ float:right !important; height:60px; width:100px; text-align:center; padding-top:10px; } #dummy_text{ font-style: italic; line-height: 16px; color: #ea9403; margin: 0; } #desc_tag{ background: rgba(0,0,0,0.7); position: absolute; bottom: 0; width: 300px !important; padding: 5px 10px; margin-bottom: 60px; } #table_head{ background: none repeat scroll 0 0 #EA9403; width: 300px !important; } #large_td{ background: none repeat scroll 0 0 #000; color: #EAB703; font-weight: 700; width: 70%; font-size: 16px; line-height: 20px; text-align: left; padding: 10px; } #small_td{ font-weight: 700; text-shadow: 0 0 2px rgba(0,0,0,.3); text-transform: uppercase; width: 30%; color: #FFF; font-size: 16px; line-height: 20px; text-align: left; padding: 10px; } .deal-listing .top-filter ul li { padding-right: 0; } .new_flag{ width:60px; height:30px; background:#9aa816; transform:scale(1,1); margin-top:-230px !important; margin-left:8px; color:#fff; text-align:center; padding-top:5px; margin-bottom: 0px; } .book_mark{ width:23px; height:40px; background:url('http://boot.gourmetitup.com/assets/img/bookmark_plain.png') no-repeat;transform:scale(1,1); float:right !important; margin-top:-30px; margin-right:8px; } .white_background{ height:60px; background:#fff; margin-top:200px; width:300px; } .rewiew_statrs{ float:right !important; height:60px; width:100px; text-align:center; padding-top:10px; } .new_flag_listing{ width:60px; height:30px; position:absolute; padding-top:5px; background:#14decd; transform:scale(1,1); margin-top:-220px !important; margin-left:8px; color:#fff; text-align:center; } #footer_div_image{ margin-top:-3%; } #footer_description{ margin-bottom: 20%; } .deal-listing .top-filter ul li:last-child { padding-right: 15px; } .reservation-page .reservation-menu { width: 27.4%; } .reservation-page .reservations-wrap { width: 72.6%; } } .deal-detail-right #startBox .var-jump-carte { color: #EAB803; cursor: pointer; text-transform: capitalize; /*font-size: 110% !important;*/ font-size: 13px; text-decoration: none; } .deal-detail-right #ReservationBox #jump2-alacarte, .deal-detail-right #AlacarteBox #jump2-expres { color: #EAB803; cursor: pointer; text-transform: capitalize; font-size: 110% !important; text-decoration: none; } #startBox p { color:#FFF; } .version2 { padding: 20px 0; } .or-reservation { color: #fff; margin: 0; padding: 5px 0 0; } .select-all-data { color: #EAB803; text-transform: capitalize; font-size: 110% !important; text-decoration: none; } .panel-heading { padding: 10px 10px; } .deal-detail .deal-bottom-box .tab-pane#review .comments .star-info ul.list-inline > li.inactive, .deal-detail .deal-bottom-box #review.tab-pane .star-all li.inactive { color: #cacaca; } .deal-detail .deal-bottom-box ul.nav { background: #EAB803; } .deal-detail .deal-bottom-box ul.nav > li a { color: #000; text-transform: uppercase; border: none; border-radius: 0; outline: none; margin-right: 0; text-align: center; } .deal-detail .deal-bottom-box ul.nav > li { border-right: 1px solid #777; width: 14%; -webkit-box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.5); } .deal-detail .deal-bottom-box ul.nav li.active a,.deal-detail .deal-bottom-box ul.nav li.active a:hover,.deal-detail .deal-bottom-box ul.nav li.active a:focus,.deal-detail .deal-bottom-box ul.nav li a:hover { background: #000000; color: #fff; } .deal-detail .deal-top-box .booking .col-md-6 { padding: 10px; text-align: center; } .deal-detail .deal-top-box .booking .col-md-6:last-child { background: #000; } .deal-detail .deal-top-box .booking .col-md-6 p.lead { margin-bottom: 0; font-size: 14px; line-height: 18px; font-weight: bold; } .deal-detail .deal-bottom-box .tab-pane { padding: 30px 20px; background: #EBEBEB; } .deal-detail .deal-bottom-box .tab-pane hr { border-top: 3px double #111111; } .deal-detail .deal-bottom-box .tab-pane#review .review-all { display: block; border-bottom: 1px dotted #cdcdcd; } .deal-detail .deal-bottom-box .tab-pane#review .star-all li { color: #EAB703; text-shadow: 0 0 1px rgba(0,0,0,0.4); font-size: 20px; padding: 0 3px 0 0; } .deal-detail .deal-bottom-box .tab-pane#review .comments { list-style: none; padding-left: 0; margin: 0; } .deal-detail .deal-bottom-box #review.tab-pane .comments > li { border-bottom: 1px dotted #cdcdcd; display: inline-block; padding: 15px 0; } .deal-detail .deal-bottom-box #review.tab-pane .comments > li:last-child { border-bottom: none; } .deal-detail .deal-bottom-box #review.tab-pane .more { margin: 0 0 30px; } .deal-detail .deal-bottom-box .tab-pane#review .comments .name { text-transform: capitalize; } .deal-detail .deal-bottom-box .tab-pane#review .comments .star-info .date { font-style: italic; color: #444; } .deal-detail .deal-bottom-box .tab-pane#review .comments .star-info ul.list-inline li { padding: 0; color: #EAB703; text-shadow: 0 0 1px rgba(0,0,0,0.4); font-size: 16px; } .deal-detail .deal-bottom-box .tab-pane#review .comments .star-info ul.list-inline > li.inactive, .deal-detail .deal-bottom-box #review.tab-pane .star-all li.inactive { color: #cacaca; } .deal-detail .deal-bottom-box ul.nav { background: #EAB803; } .deal-detail .deal-bottom-box ul.nav > li a { color: #000; text-transform: uppercase; border: none; border-radius: 0; outline: none; margin-right: 0; text-align: center; } .deal-detail .deal-bottom-box ul.nav > li { border-right: 1px solid #777; width: 32%; height:40px; -webkit-box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.5); box-shadow: 0 1px 0.5px rgba(0, 0, 0, 0.5); } .deal-detail .deal-bottom-box ul.nav > li:first-child { width: 30% !important; height:40px !important; } .deal-detail .deal-bottom-box ul.nav > li:last-child { border-right: none; width: 60% !important%; } #review_tab{ padding-top:10px !important; } #details_menu_tab{ height:40px !important; padding-top:10px !important; } #wowtables_alacarte_sugg{ height:40px !important; padding-top: 10px !important; } .deal-detail .deal-bottom-box ul.nav li.active a,.deal-detail .deal-bottom-box ul.nav li.active a:hover,.deal-detail .deal-bottom-box ul.nav li.active a:focus,.deal-detail .deal-bottom-box ul.nav li a:hover { background: #000000; color: #fff; } .star-icon { color: #fff; font-size: 18px; position: relative; padding: 0 1px; line-height: 18px; -webkit-text-stroke: 0.55px; } .star-icon.full:before { color: #000000; content: '\2605'; /* Full star in UTF-8 */ position: absolute; left: 0; padding: 0 1px; -webkit-text-stroke: 0.55px; } .star-icon.half:before { color: #000000; content: '\2605'; /* Full star in UTF-8 */ position: absolute; left: 0; width: 50%; overflow: hidden; padding: 0 1px; -webkit-text-stroke: 0.55px; } @-moz-document url-prefix() { /* Firefox Hack :( */ .star-icon { font-size: 22px; line-height: 16px; } } .deal-detail .deal-bottom-box ul.nav > li.review-tab.active a > span.star-all .star-icon.full:before, .deal-detail .deal-bottom-box ul.nav > li.review-tab.active a > span.star-all .star-icon.half:before, .deal-detail .deal-bottom-box ul.nav > li.review-tab:hover a > span.star-all .star-icon.full:before, .deal-detail .deal-bottom-box ul.nav > li.review-tab:hover a > span.star-all .star-icon.half:before { color: #EAB703; } .deal-detail .deal-bottom-box ul.nav > li.review-tab a > span.star-all { display: inline-block !important; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content{ list-style: none; padding-left: 0; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content .lead { border-bottom: 1px dotted #777777; font-size: 24px; margin-bottom: 10px; padding-bottom: 5px; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content .lead small { font-size: 60%; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content .title { font-size: 18px; margin-bottom: 0; } .deal-detail .deal-bottom-box .tab-content #menu .menu-content .desc { font-style: italic; margin-bottom: 20px; font-size: 14px; } .deal-detail-right .widget { margin-bottom: 20px; } .deal-detail-right .price-box { background: #000; color: #fff; padding: 20px 10px; } .btn.tooltip1 { padding: 2px; } .tooltip-inner { background: #fff; color: #111; } .tooltip-arrow { border-top-color: #fff !important; } .deal-detail-right .price-box h3 { font-size: 22px; font-weight: bold; margin: 0; } .deal-detail-right .price-box h3 span { font-size: 18px; } .deal-detail-right .price-box p { line-height: 14px; border-bottom: 1px solid #fff; padding-bottom: 10px; } .deal-detail-right .price-box h4 { color: #FA7B47; text-transform: uppercase; font-size: 16px; margin-left: 8px; } .deal-detail-right .price-box ul,.deal-detail-right .terms-box ul { list-style: none; padding-left: 10px; } .deal-detail-right .price-box ul li,.deal-detail-right .terms-box ul li { margin-bottom: 15px; } .deal-detail-right .reservation-box { background-color: #000; padding: 20px 0 5px; } .deal-detail-right .reservation-box h3 { text-transform: uppercase; color: #fff; font-weight: bold; background-color: #EAB703; padding: 7px 0; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6); margin-top: 0; font-size: 20px; } .deal-detail-right .reservation-box .reservation-accordian { padding: 10px; } .deal-detail-right .reservation-accordian .panel,.deal-detail-right .reservation-accordian .panel-heading { background: transparent; border-radius: 0; border: none; color: #fff; } .deal-detail-right .reservation-accordian .panel-body { border: none !important; } .deal-detail-right .reservation-accordian .panel { border-bottom: 1px solid #444242; } .deal-detail-right .reservation-box .btn.btn-warning,.deal-detail .deal-top-box .booking .col-md-6 .btn { background: none repeat scroll 0 0 #EAB803; border-radius: 0; color: #000000; font-size: 13px; font-weight: bold; line-height: 14px; outline: medium none; padding: 5px 20px; } .deal-detail-right .reservation-box .btn.btn-warning:hover,.deal-detail .deal-top-box .booking .col-md-6 .btn:hover { background-color: #c99f06; } .deal-detail-right .terms-box,.deal-detail-right .social-box { background: #000; padding: 20px; } .deal-detail-right .terms-box .lead { color: #FA7B47; text-transform: uppercase; font-size: 16px; margin-bottom: 10px; } .deal-detail-right .terms-box ul { color: #fff; padding-left: 0; } .deal-detail-right .disclaimer img { width: 100%; } .deal-detail.related-experiences { background: #EBEBEB; border-top: 1px solid #CCCCCC; padding: 30px 0; } .deal-detail.related-experiences ul { margin: 0; list-style: none; padding: 0; } .deal-detail.related-experiences ul li { margin: 0 auto 20px; max-width: 400px; } .deal-detail.related-experiences ul li a { text-decoration: none; } .deal-detail.related-experiences .deal-head { background: #EA9403; width: 100%; } .deal-detail.related-experiences .deal-head td { width: 50%; padding: 10px; text-align: center; color: #fff; font-size: 16px; line-height: 20px; } .deal-detail.related-experiences .deal-head td:first-child { background: #000; color: #EA9403; width: 70%; } .deal-detail.related-experiences .deal-head td:last-child { text-transform: uppercase; text-shadow: 0 0 2px rgba(0,0,0,0.3); font-weight: bold; width: 30%; font-size: 14px; } .deal-detail.related-experiences .deal-head td:last-child span { display: block; font-size: 24px; } .deal-detail.related-experiences .deal-desc { background: rgba(0,0,0,0.7); padding: 5px 10px; position: absolute; bottom: 0px; } .deal-detail.related-experiences .deal-desc p { font-style: italic; margin: 0; line-height: 16px; color: #ea9403; } .deal-detail.related-experiences .deal-img { position: relative; } .deal-detail.related-experiences .deal-img img { width: 100%; } .deal-detail.related-experiences .bottom-filters { margin: 20px 0; } .deal-detail.related-experiences .bottom-filters .btn-group .btn-default { background: #EAB803; text-transform: uppercase; border-radius: 0; position: relative; padding: 3px 0; } .deal-detail.related-experiences .bottom-filters .btn-group .btn-default .caret { position: absolute; right: 10px; top: 11px; border-width: 0 6px 6px 6px; } .deal-detail.related-experiences .bottom-filters .btn-group .dropdown-menu { width: 100%; border-radius: 0; background: #EAB803; } .deal-detail.related-experiences .bottom-filters .btn-group .dropdown-menu li { margin-bottom: 0; border-bottom: 1px dotted #DADADA; } .deal-detail.related-experiences .bottom-filters .btn-group .dropdown-menu li a { color: #464646; padding: 6px 10px; } .deal-detail.related-experiences .bottom-filters .btn-group .dropdown-menu li a:hover { background: inherit; color: #fff; } .deal-detail-right #ReservationBox .res-xtras p:first-child{ color: #fff; margin: 0; padding: 5px 0 0; } /*************************experiences mobile*****************************/ #experiences { padding: 30px 0; background: #fff; } #experience-carousel { max-width: 650px; margin: 0 auto; } #experiences .experience-desc { background: #000000; color: #fff; padding: 10px; } #experiences .carousel-indicators { bottom: 100px; } #experiences .experience-detail { background: #EA9403; padding: 10px; } #experiences .details { margin-bottom: 0; } #experiences .details a { color: #fff; } #experiences .details a:hover { text-decoration: none; } #experiences .carousel-control span { top: 40%; position: absolute; }
0.321673
0.087837
@charset "UTF-8"; * { margin: 0%; padding: 0%; -webkit-box-sizing: border-box; box-sizing: border-box; } /*----gotoTopBtn------*/ html { scroll-behavior: smooth; } .scroll-btn a { background-color: #2e3192; border: none; color: white; padding: 5px 12px; position: fixed; right: 20px; bottom: 50px; z-index: 100; border-radius: 5px; -webkit-box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.219); box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.219); } .scroll-btn a:hover { background-color: #2fcbaa; color: white; -webkit-transition: 0.3s ease-in; transition: 0.3s ease-in; } /*------------------ Nav Section ------------------*/ .c1 ul li { padding: 0px 0px; margin-right: 60px; color: #2e3192; } .c1 ul li img { margin-left: 30px; -webkit-transform: scale(1.6); transform: scale(1.6); } .c1 ul li i { color: red; } /*------------------ mainnav Section ------------------*/ .c2 { width: 100%; background-color: white; } .c2 ul li { margin-right: 30px; } .c2 ul li a { color: #2e3192 !important; } .c2 .navbar-toggler { border: 1px solid gray; } .c2 .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background-size: 100% 100%; } .c2 .custom-toggler.navbar-toggler { color: #2e3192 !important; } @media (max-width: 1250px) { .c2 ul li { margin-right: 10px; } } @media (max-width: 1113px) { .c2 ul li { margin-right: 5px; } } @media (max-width: 1067px) { .c2 ul li { margin-right: 0px; } } .c2 #mynavbar .active { border-bottom: 2px solid #2e3192 !important; } .dropdown:hover .dropdown-menu { display: block; } .dropdown .dropdown-menu a:hover { background-color: #2e3192; color: white !important; } /*------------------ hero Section ------------------*/ .c3 { padding: 3% 5%; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 114, 0.445))), url("../image/img1.jpg"); background-image: linear-gradient(rgba(39, 39, 114, 0.445)), url("../image/img1.jpg"); background-size: 110% 130%; background-attachment: fixed; background-repeat: no-repeat; height: 90vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .c3 i { font-size: 100px; } .c3 .btn { width: 150px; border-radius: 10px; } .c3 .btn1 { background-color: white; padding: 10px 0px; margin-right: 80px; color: #2e3192; } .c3 .btn1:hover { background-color: #2fcbaa; color: white !important; padding: 10px 0px; margin-right: 80px; } .c3 .btn2 { border: 2px solid white; color: white; padding: 9px 0px; } .c3 .btn2:hover { border: 2px solid white; background-color: white; color: #2e3192; padding: 9px 0px; } @media (max-width: 600px) { .c3 { height: 400px; } .c3 i { font-size: 60px; } .c3 .btn { width: 120px; border-radius: 10px; } .c3 .btn1 { background-color: white; padding: 10px 0px; margin-right: 50px; color: #2e3192; } .c3 .btn2 { border: 2px solid white; color: white; padding: 9px 0px; } } /*------------------ about Section ------------------*/ .c4 { padding: 3% 5%; } .c4 .col-lg-5 img { -webkit-transform: scaleX(-1); transform: scaleX(-1); height: 550px; } .c4 h1 { color: #2e3192; font-weight: bold; } .c4 p { width: 80%; margin: 25px 0px; } .c4 h4 { color: #2e3192; margin: 25px 0px; } .c4 ul li { list-style: none; margin-bottom: 15px; } .c4 ul li i { margin-right: 5px; color: #2e3192; } .c4 .btn { margin-top: 10px; width: 130px; border-radius: 10px; } .c4 .btn3 { background-color: #2e3192; padding: 10px 0px; margin-right: 80px; } .c4 .btn3:hover { background-color: #2fcbaa; color: white !important; } @media (max-width: 600px) { .c4 .col-lg-5 img { height: 350px; -webkit-transform: scaleX(-1); transform: scaleX(-1); } .c4 p { width: 100%; } } /*------------------ img slider Section ------------------*/ .c5 { padding: 3% 5%; overflow: hidden; } .c5 img { height: 250px; width: 100%; -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.349); box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.349); } @media (max-width: 600px) { .c5 img { height: 250px; } } /*------------------ service Section ------------------*/ .c6 { padding: 3% 5%; } .c6 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 25px; } .c6 .col-12 p { margin-bottom: 30px; } .c6 .serviceCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr); gap: 40px; } .c6 .serviceCard .card { cursor: pointer; padding: 15px; background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c6 .serviceCard .card img { margin: auto; height: 100px; width: 100px; border: 3px solid #2e3192; border-radius: 5px; } .c6 .serviceCard .card h5 { margin-top: 15px; } .c6 .serviceCard .card:hover { -webkit-box-shadow: none; box-shadow: none; border: none; } .c6 .serviceCard .card:hover img { border: 3px solid #2e3192; } .c6 .serviceCard .card:hover h5 { margin-top: 15px; color: #2e3192; } .c6 .srow1 { margin-top: 100px; } .c6 .srow1 img { width: 100%; height: 550px; } .c6 .srow1 .col-12 h1 { font-weight: bold; } .c6 .srow1 .col-12 h4 { color: #2e3192; margin-bottom: 30px; } .c6 .srow1 .col-12 p { width: 75%; } .c6 .srow1 .col-12 ul li { list-style: none; margin-bottom: 35px; } .c6 .srow1 .col-12 ul li i { color: #2e3192; margin-right: 15px; } @media (max-width: 1300px) { .c6 .serviceCard .card img { height: 80px; width: 80px; } } @media (max-width: 600px) { .c6 .serviceCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); gap: 40px; } .c6 .srow1 img { height: 250px; width: 100%; } .c6 .srow1 .col-12 p { width: 100%; } .c6 .srow1 .col-12 ul li { list-style: none; margin-bottom: 25px; } } @media (max-width: 800px) { .c6 .serviceCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); gap: 40px; } .c6 .serviceCard .card img { height: 60px; width: 60px; } .c6 .srow1 img { height: 400px; } .c6 .srow1 .col-12 p { width: 100%; } .c6 .srow1 .col-12 ul li { list-style: none; margin-bottom: 30px; } } @media (max-width: 510px) { .c6 .serviceCard .card p { display: none; } } /*------------------ Department Section ------------------*/ .c7 { padding: 3% 5%; } .c7 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 30px; } .c7 .DepartmentCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr); gap: 30px; } .c7 .DepartmentCard .card { cursor: pointer; position: relative; padding: 40px 15px; background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c7 .DepartmentCard .card i { font-size: 35px; } .c7 .DepartmentCard .card h5 { margin-top: 15px; } .c7 .DepartmentCard .active { background-color: #2e3192; color: white; } .c7 .DepartmentCard .card:hover { background-color: #2e3192 !important; color: white !important; } .c7 .card:hover::before { content: "▼"; position: absolute; bottom: -16px; left: 48%; color: #2e3192; } .hideShow { padding: 0% 5%; margin-top: 10px; } .hideShow h4 { color: #2e3192; margin-bottom: 30px; } .hideShow .col-sm-6 li { list-style: none; margin-bottom: 20px; } .hideShow .col-sm-6 li i { margin-right: 15px; color: #2e3192; } .hideShow button { margin-top: 15px; background-color: #2e3192; padding: 10px 20px; color: white; border-radius: 9px; border: none; } .hideShow button:hover { background-color: #2fcbaa; color: white !important; } .hideShow img { height: 260px; width: 100%; } @media (max-width: 800px) { .c7 .DepartmentCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); gap: 30px; } } @media (max-width: 1030px) { .hideShow .col-sm-6 li { list-style: none; margin-bottom: 20px; } .hideShow .col-sm-6 li i { margin-right: 0px; color: #2e3192; } } /*------------------ Doctor Section ------------------*/ .c8 { padding: 3% 5%; } .c8 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 30px; } .c8 .DocCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 60px; } .c8 .DocCard .card { outline: none; cursor: pointer; background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c8 .DocCard .card img { height: 350px; } .c8 .DocCard .docPara { margin-top: 10px; } .c8 .DocCard .docPara li { list-style: none; } .c8 .DocCard .docPara .btn5 { margin-top: 10px; background-color: #2e3192; padding: 5px 15px; color: #2e3192; border-radius: 10px; } .c8 .DocCard .docPara:hover { background-color: #2e3192; outline: none; color: white; } .c8 .DocCard .docPara:hover button { background-color: #f8f8f8; color: #2e3192 !important; } @media (max-width: 900px) { .c8 .DocCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 20px; } .c8 .DocCard .card { cursor: pointer; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c8 .DocCard .card img { height: 200px; } } @media (max-width: 600px) { .c8 .DocCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); gap: 20px; } .c8 .DocCard .card { cursor: pointer; width: 70%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c8 .DocCard .card img { height: 200px; } } /*------------------ plan Section ------------------*/ .c9 { padding: 3% 5%; } .c9 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 30px; } .c9 .planCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 40px; } .c9 .planCard .card { cursor: pointer; background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c9 .planCard .planPrice { padding: 50px 0px; background-color: #2e3192; border-radius: 0% 0% 50% 50%; } .c9 .planCard .planPrice li { list-style: none; color: white; } .c9 .planCard .planPrice li span { font-size: 40px; font-weight: 700; } .c9 .planCard .planList { padding: 20px 0px; } .c9 .planCard .planList li { list-style: none; margin-bottom: 20px; } .c9 .planCard .planList li i { color: #2e3192; margin-right: 5px; } @media (max-width: 1000px) { .c9 .planCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 20px; } .c9 .planCard .card { cursor: pointer; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c9 .planCard .planPrice { padding: 20px 0px; background-color: #2e3192; border-radius: 0 0 50% 50%; } .c9 .planCard .planPrice li { list-style: none; margin-bottom: 15px; color: white; } .c9 .planCard .planPrice li span { font-size: 40px; font-weight: 600; } .c9 .planCard .planList { margin: 20px 0px; } .c9 .planCard .planList li { list-style: none; text-align: left; margin: auto; padding: 5px; margin-bottom: 15px; } .c9 .planCard .planList li i { color: #2e3192; margin-right: 3px; } } @media (max-width: 750px) { .c9 .planCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); gap: 20px; } .c9 .planCard .card { cursor: pointer; width: 50%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c9 .planPrice { padding: 20px 0px; background-color: #2e3192; border-radius: 0 0 50% 50%; } .c9 .planPrice li { list-style: none; margin-bottom: 15px; color: white; } .c9 .planPrice li span { font-size: 40px; font-weight: 600; } .c9 .planList { margin: 20px 0px; } .c9 .planList li { list-style: none; text-align: left; margin: auto; padding: 5px; margin-bottom: 15px; } .c9 .planList li i { color: #2e3192; margin-right: 3px; } } @media (max-width: 620px) { .c9 .planCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); gap: 20px; } .c9 .planCard .card { cursor: pointer; width: 70%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c9 .planPrice { padding: 20px 0px; background-color: #2e3192; border-radius: 0 0 50% 50%; } .c9 .planPrice li { list-style: none; margin-bottom: 15px; color: white; } .c9 .planPrice li span { font-size: 40px; font-weight: 600; } .c9 .planList { margin: 20px 0px; } .c9 .planList li { list-style: none; text-align: left; margin: auto; padding: 5px; margin-bottom: 15px; } .c9 .planList li i { color: #2e3192; margin-right: 3px; } } /*------------------ news Section ------------------*/ /* .c10{ padding: 3% 5%; & .col-12 h1{ color: $text-col; font-weight: bold; margin-bottom: 30px; } & .newsCard{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; & .card { cursor: pointer; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); background-color: $card-col; & img{ height: 330px; } & .newsText{ margin: 15px 0px; & .btn { background-color: $text-col; padding: 2px 0px; width: 100px; color: white; } & .btn:hover { background-color: $btn-Hov; color: white; } } } } } @media (max-width: 1000px){ .c10{ & .newsCard{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; & .card { cursor: pointer; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } } } } */ .c10 { padding: 3% 5%; overflow: hidden; } .c10 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 30px; } .c10 .slider3 .card { cursor: pointer; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); background-color: #f8f8f8; } .c10 .slider3 .card img { height: 330px; width: 100%; } .c10 .slider3 .card .newsText { margin: 15px 0px; } .c10 .slider3 .card .newsText .btn { background-color: #2e3192; padding: 2px 0px; width: 100px; color: white; } .c10 .slider3 .card .newsText .btn:hover { background-color: #2fcbaa; color: white; } @media (max-width: 850px) { .c10 .newsCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 20px; } .c10 .newsCard .card { cursor: pointer; width: 100%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } } @media (max-width: 818px) { .c10 .newsCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); gap: 20px; } .c10 .newsCard .card { cursor: pointer; width: 70%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c10 .planPrice { padding: 20px 0px; background-color: #2e3192; border-radius: 0 0 50% 50%; } .c10 .planPrice li { list-style: none; margin-bottom: 15px; color: white; } .c10 .planPrice li span { font-size: 40px; font-weight: 600; } .c10 .planList { margin: 20px 0px; } .c10 .planList li { list-style: none; text-align: left; margin: auto; padding: 5px; margin-bottom: 15px; } .c10 .planList li i { color: #2e3192; margin-right: 3px; } } /*------------------ Comment Section ------------------*/ .c11 { padding: 3% 4% 0% 4%; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 114, 0.781))), url("../image/bgbanner.jpg"); background-image: linear-gradient(rgba(39, 39, 114, 0.781)), url("../image/bgbanner.jpg"); background-repeat: no-repeat; background-size: 100% 100%; overflow: hidden; } .c11 .col-12 h1 { font-weight: bold; margin-bottom: 30px; } .c11 .feedbackcard1 { background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(68, 66, 66, 0.582); box-shadow: 1px 1px 5px rgba(68, 66, 66, 0.582); padding: 20px; margin: 15px; position: relative; cursor: pointer; } .c11 .feedbackcard1 i { font-size: 40px; margin-bottom: 20px; } .c11 .feedbackcard1 li { list-style: none; } .c11 .feedback img { height: 60px; width: 60px; border: 1px solid black; border-radius: 50%; position: absolute; bottom: -27px; left: 42%; } /*------------------ footer Section ------------------*/ .c12 { padding: 3% 4% 0% 4%; background-color: #2e3192; margin-top: 80px; color: white; } .c12 img { margin-left: 100px !important; height: 120px; margin-bottom: 20px; } .c12 .contact h3, .c12 .follow h3 { margin-bottom: 20px; } .c12 .contact ul li { list-style: none; margin-bottom: 15px; cursor: pointer; } .c12 .social i { margin-right: 5px; background-color: white; padding: 10px; color: #2e3192; border-radius: 50%; cursor: pointer; } .c12 #fb { padding: 10px 12px !important; } .c12 .map { margin-top: 15px; } @media (max-width: 1400px) { .c12 img { margin-left: 0px !important; } } /*# sourceMappingURL=main.css.map */
public/style/main.css
@charset "UTF-8"; * { margin: 0%; padding: 0%; -webkit-box-sizing: border-box; box-sizing: border-box; } /*----gotoTopBtn------*/ html { scroll-behavior: smooth; } .scroll-btn a { background-color: #2e3192; border: none; color: white; padding: 5px 12px; position: fixed; right: 20px; bottom: 50px; z-index: 100; border-radius: 5px; -webkit-box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.219); box-shadow: 1px 1px 40px rgba(0, 0, 0, 0.219); } .scroll-btn a:hover { background-color: #2fcbaa; color: white; -webkit-transition: 0.3s ease-in; transition: 0.3s ease-in; } /*------------------ Nav Section ------------------*/ .c1 ul li { padding: 0px 0px; margin-right: 60px; color: #2e3192; } .c1 ul li img { margin-left: 30px; -webkit-transform: scale(1.6); transform: scale(1.6); } .c1 ul li i { color: red; } /*------------------ mainnav Section ------------------*/ .c2 { width: 100%; background-color: white; } .c2 ul li { margin-right: 30px; } .c2 ul li a { color: #2e3192 !important; } .c2 .navbar-toggler { border: 1px solid gray; } .c2 .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background-size: 100% 100%; } .c2 .custom-toggler.navbar-toggler { color: #2e3192 !important; } @media (max-width: 1250px) { .c2 ul li { margin-right: 10px; } } @media (max-width: 1113px) { .c2 ul li { margin-right: 5px; } } @media (max-width: 1067px) { .c2 ul li { margin-right: 0px; } } .c2 #mynavbar .active { border-bottom: 2px solid #2e3192 !important; } .dropdown:hover .dropdown-menu { display: block; } .dropdown .dropdown-menu a:hover { background-color: #2e3192; color: white !important; } /*------------------ hero Section ------------------*/ .c3 { padding: 3% 5%; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 114, 0.445))), url("../image/img1.jpg"); background-image: linear-gradient(rgba(39, 39, 114, 0.445)), url("../image/img1.jpg"); background-size: 110% 130%; background-attachment: fixed; background-repeat: no-repeat; height: 90vh; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .c3 i { font-size: 100px; } .c3 .btn { width: 150px; border-radius: 10px; } .c3 .btn1 { background-color: white; padding: 10px 0px; margin-right: 80px; color: #2e3192; } .c3 .btn1:hover { background-color: #2fcbaa; color: white !important; padding: 10px 0px; margin-right: 80px; } .c3 .btn2 { border: 2px solid white; color: white; padding: 9px 0px; } .c3 .btn2:hover { border: 2px solid white; background-color: white; color: #2e3192; padding: 9px 0px; } @media (max-width: 600px) { .c3 { height: 400px; } .c3 i { font-size: 60px; } .c3 .btn { width: 120px; border-radius: 10px; } .c3 .btn1 { background-color: white; padding: 10px 0px; margin-right: 50px; color: #2e3192; } .c3 .btn2 { border: 2px solid white; color: white; padding: 9px 0px; } } /*------------------ about Section ------------------*/ .c4 { padding: 3% 5%; } .c4 .col-lg-5 img { -webkit-transform: scaleX(-1); transform: scaleX(-1); height: 550px; } .c4 h1 { color: #2e3192; font-weight: bold; } .c4 p { width: 80%; margin: 25px 0px; } .c4 h4 { color: #2e3192; margin: 25px 0px; } .c4 ul li { list-style: none; margin-bottom: 15px; } .c4 ul li i { margin-right: 5px; color: #2e3192; } .c4 .btn { margin-top: 10px; width: 130px; border-radius: 10px; } .c4 .btn3 { background-color: #2e3192; padding: 10px 0px; margin-right: 80px; } .c4 .btn3:hover { background-color: #2fcbaa; color: white !important; } @media (max-width: 600px) { .c4 .col-lg-5 img { height: 350px; -webkit-transform: scaleX(-1); transform: scaleX(-1); } .c4 p { width: 100%; } } /*------------------ img slider Section ------------------*/ .c5 { padding: 3% 5%; overflow: hidden; } .c5 img { height: 250px; width: 100%; -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.349); box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.349); } @media (max-width: 600px) { .c5 img { height: 250px; } } /*------------------ service Section ------------------*/ .c6 { padding: 3% 5%; } .c6 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 25px; } .c6 .col-12 p { margin-bottom: 30px; } .c6 .serviceCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr); gap: 40px; } .c6 .serviceCard .card { cursor: pointer; padding: 15px; background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c6 .serviceCard .card img { margin: auto; height: 100px; width: 100px; border: 3px solid #2e3192; border-radius: 5px; } .c6 .serviceCard .card h5 { margin-top: 15px; } .c6 .serviceCard .card:hover { -webkit-box-shadow: none; box-shadow: none; border: none; } .c6 .serviceCard .card:hover img { border: 3px solid #2e3192; } .c6 .serviceCard .card:hover h5 { margin-top: 15px; color: #2e3192; } .c6 .srow1 { margin-top: 100px; } .c6 .srow1 img { width: 100%; height: 550px; } .c6 .srow1 .col-12 h1 { font-weight: bold; } .c6 .srow1 .col-12 h4 { color: #2e3192; margin-bottom: 30px; } .c6 .srow1 .col-12 p { width: 75%; } .c6 .srow1 .col-12 ul li { list-style: none; margin-bottom: 35px; } .c6 .srow1 .col-12 ul li i { color: #2e3192; margin-right: 15px; } @media (max-width: 1300px) { .c6 .serviceCard .card img { height: 80px; width: 80px; } } @media (max-width: 600px) { .c6 .serviceCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); gap: 40px; } .c6 .srow1 img { height: 250px; width: 100%; } .c6 .srow1 .col-12 p { width: 100%; } .c6 .srow1 .col-12 ul li { list-style: none; margin-bottom: 25px; } } @media (max-width: 800px) { .c6 .serviceCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); gap: 40px; } .c6 .serviceCard .card img { height: 60px; width: 60px; } .c6 .srow1 img { height: 400px; } .c6 .srow1 .col-12 p { width: 100%; } .c6 .srow1 .col-12 ul li { list-style: none; margin-bottom: 30px; } } @media (max-width: 510px) { .c6 .serviceCard .card p { display: none; } } /*------------------ Department Section ------------------*/ .c7 { padding: 3% 5%; } .c7 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 30px; } .c7 .DepartmentCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[4]; grid-template-columns: repeat(4, 1fr); gap: 30px; } .c7 .DepartmentCard .card { cursor: pointer; position: relative; padding: 40px 15px; background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c7 .DepartmentCard .card i { font-size: 35px; } .c7 .DepartmentCard .card h5 { margin-top: 15px; } .c7 .DepartmentCard .active { background-color: #2e3192; color: white; } .c7 .DepartmentCard .card:hover { background-color: #2e3192 !important; color: white !important; } .c7 .card:hover::before { content: "▼"; position: absolute; bottom: -16px; left: 48%; color: #2e3192; } .hideShow { padding: 0% 5%; margin-top: 10px; } .hideShow h4 { color: #2e3192; margin-bottom: 30px; } .hideShow .col-sm-6 li { list-style: none; margin-bottom: 20px; } .hideShow .col-sm-6 li i { margin-right: 15px; color: #2e3192; } .hideShow button { margin-top: 15px; background-color: #2e3192; padding: 10px 20px; color: white; border-radius: 9px; border: none; } .hideShow button:hover { background-color: #2fcbaa; color: white !important; } .hideShow img { height: 260px; width: 100%; } @media (max-width: 800px) { .c7 .DepartmentCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[2]; grid-template-columns: repeat(2, 1fr); gap: 30px; } } @media (max-width: 1030px) { .hideShow .col-sm-6 li { list-style: none; margin-bottom: 20px; } .hideShow .col-sm-6 li i { margin-right: 0px; color: #2e3192; } } /*------------------ Doctor Section ------------------*/ .c8 { padding: 3% 5%; } .c8 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 30px; } .c8 .DocCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 60px; } .c8 .DocCard .card { outline: none; cursor: pointer; background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c8 .DocCard .card img { height: 350px; } .c8 .DocCard .docPara { margin-top: 10px; } .c8 .DocCard .docPara li { list-style: none; } .c8 .DocCard .docPara .btn5 { margin-top: 10px; background-color: #2e3192; padding: 5px 15px; color: #2e3192; border-radius: 10px; } .c8 .DocCard .docPara:hover { background-color: #2e3192; outline: none; color: white; } .c8 .DocCard .docPara:hover button { background-color: #f8f8f8; color: #2e3192 !important; } @media (max-width: 900px) { .c8 .DocCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 20px; } .c8 .DocCard .card { cursor: pointer; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c8 .DocCard .card img { height: 200px; } } @media (max-width: 600px) { .c8 .DocCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); gap: 20px; } .c8 .DocCard .card { cursor: pointer; width: 70%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c8 .DocCard .card img { height: 200px; } } /*------------------ plan Section ------------------*/ .c9 { padding: 3% 5%; } .c9 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 30px; } .c9 .planCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 40px; } .c9 .planCard .card { cursor: pointer; background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c9 .planCard .planPrice { padding: 50px 0px; background-color: #2e3192; border-radius: 0% 0% 50% 50%; } .c9 .planCard .planPrice li { list-style: none; color: white; } .c9 .planCard .planPrice li span { font-size: 40px; font-weight: 700; } .c9 .planCard .planList { padding: 20px 0px; } .c9 .planCard .planList li { list-style: none; margin-bottom: 20px; } .c9 .planCard .planList li i { color: #2e3192; margin-right: 5px; } @media (max-width: 1000px) { .c9 .planCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 20px; } .c9 .planCard .card { cursor: pointer; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c9 .planCard .planPrice { padding: 20px 0px; background-color: #2e3192; border-radius: 0 0 50% 50%; } .c9 .planCard .planPrice li { list-style: none; margin-bottom: 15px; color: white; } .c9 .planCard .planPrice li span { font-size: 40px; font-weight: 600; } .c9 .planCard .planList { margin: 20px 0px; } .c9 .planCard .planList li { list-style: none; text-align: left; margin: auto; padding: 5px; margin-bottom: 15px; } .c9 .planCard .planList li i { color: #2e3192; margin-right: 3px; } } @media (max-width: 750px) { .c9 .planCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); gap: 20px; } .c9 .planCard .card { cursor: pointer; width: 50%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c9 .planPrice { padding: 20px 0px; background-color: #2e3192; border-radius: 0 0 50% 50%; } .c9 .planPrice li { list-style: none; margin-bottom: 15px; color: white; } .c9 .planPrice li span { font-size: 40px; font-weight: 600; } .c9 .planList { margin: 20px 0px; } .c9 .planList li { list-style: none; text-align: left; margin: auto; padding: 5px; margin-bottom: 15px; } .c9 .planList li i { color: #2e3192; margin-right: 3px; } } @media (max-width: 620px) { .c9 .planCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); gap: 20px; } .c9 .planCard .card { cursor: pointer; width: 70%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c9 .planPrice { padding: 20px 0px; background-color: #2e3192; border-radius: 0 0 50% 50%; } .c9 .planPrice li { list-style: none; margin-bottom: 15px; color: white; } .c9 .planPrice li span { font-size: 40px; font-weight: 600; } .c9 .planList { margin: 20px 0px; } .c9 .planList li { list-style: none; text-align: left; margin: auto; padding: 5px; margin-bottom: 15px; } .c9 .planList li i { color: #2e3192; margin-right: 3px; } } /*------------------ news Section ------------------*/ /* .c10{ padding: 3% 5%; & .col-12 h1{ color: $text-col; font-weight: bold; margin-bottom: 30px; } & .newsCard{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; & .card { cursor: pointer; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); background-color: $card-col; & img{ height: 330px; } & .newsText{ margin: 15px 0px; & .btn { background-color: $text-col; padding: 2px 0px; width: 100px; color: white; } & .btn:hover { background-color: $btn-Hov; color: white; } } } } } @media (max-width: 1000px){ .c10{ & .newsCard{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; & .card { cursor: pointer; box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } } } } */ .c10 { padding: 3% 5%; overflow: hidden; } .c10 .col-12 h1 { color: #2e3192; font-weight: bold; margin-bottom: 30px; } .c10 .slider3 .card { cursor: pointer; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); background-color: #f8f8f8; } .c10 .slider3 .card img { height: 330px; width: 100%; } .c10 .slider3 .card .newsText { margin: 15px 0px; } .c10 .slider3 .card .newsText .btn { background-color: #2e3192; padding: 2px 0px; width: 100px; color: white; } .c10 .slider3 .card .newsText .btn:hover { background-color: #2fcbaa; color: white; } @media (max-width: 850px) { .c10 .newsCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[3]; grid-template-columns: repeat(3, 1fr); gap: 20px; } .c10 .newsCard .card { cursor: pointer; width: 100%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } } @media (max-width: 818px) { .c10 .newsCard { display: -ms-grid; display: grid; -ms-grid-columns: (1fr)[1]; grid-template-columns: repeat(1, 1fr); gap: 20px; } .c10 .newsCard .card { cursor: pointer; width: 70%; margin: auto; -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.336); } .c10 .planPrice { padding: 20px 0px; background-color: #2e3192; border-radius: 0 0 50% 50%; } .c10 .planPrice li { list-style: none; margin-bottom: 15px; color: white; } .c10 .planPrice li span { font-size: 40px; font-weight: 600; } .c10 .planList { margin: 20px 0px; } .c10 .planList li { list-style: none; text-align: left; margin: auto; padding: 5px; margin-bottom: 15px; } .c10 .planList li i { color: #2e3192; margin-right: 3px; } } /*------------------ Comment Section ------------------*/ .c11 { padding: 3% 4% 0% 4%; background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(39, 39, 114, 0.781))), url("../image/bgbanner.jpg"); background-image: linear-gradient(rgba(39, 39, 114, 0.781)), url("../image/bgbanner.jpg"); background-repeat: no-repeat; background-size: 100% 100%; overflow: hidden; } .c11 .col-12 h1 { font-weight: bold; margin-bottom: 30px; } .c11 .feedbackcard1 { background-color: #f8f8f8; -webkit-box-shadow: 1px 1px 5px rgba(68, 66, 66, 0.582); box-shadow: 1px 1px 5px rgba(68, 66, 66, 0.582); padding: 20px; margin: 15px; position: relative; cursor: pointer; } .c11 .feedbackcard1 i { font-size: 40px; margin-bottom: 20px; } .c11 .feedbackcard1 li { list-style: none; } .c11 .feedback img { height: 60px; width: 60px; border: 1px solid black; border-radius: 50%; position: absolute; bottom: -27px; left: 42%; } /*------------------ footer Section ------------------*/ .c12 { padding: 3% 4% 0% 4%; background-color: #2e3192; margin-top: 80px; color: white; } .c12 img { margin-left: 100px !important; height: 120px; margin-bottom: 20px; } .c12 .contact h3, .c12 .follow h3 { margin-bottom: 20px; } .c12 .contact ul li { list-style: none; margin-bottom: 15px; cursor: pointer; } .c12 .social i { margin-right: 5px; background-color: white; padding: 10px; color: #2e3192; border-radius: 50%; cursor: pointer; } .c12 #fb { padding: 10px 12px !important; } .c12 .map { margin-top: 15px; } @media (max-width: 1400px) { .c12 img { margin-left: 0px !important; } } /*# sourceMappingURL=main.css.map */
0.302391
0.08163
:root { --pink: hsl(322, 100%, 66%); --very-pale-cyan: hsl(193, 100%, 96%); --very-dark-cyan: hsl(192, 100%, 9%); --grayish-blue: hsl(208, 11%, 55%); --poppins: 'Poppins', sans-serif; --open: 'Open Sans', sans-serif; --shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); } * { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 62.5%; } body { font-size: 1.5rem; line-height: 2.6rem; font-family: var(--open); color: var(--very-dark-cyan); } h1 { font-family: var(--poppins); font-size: 2.4rem; font-weight: 600; line-height: 3.5rem; } h2 { font-family: var(--poppins); font-size: 1.8rem; font-weight: 600; } .logo { width: 104px; } .background-img { background-position: center; background-repeat: no-repeat; background-size: cover; } .btn { padding: 5px 20px; font-family: var(--open); font-size: 1.2rem; font-weight: 700; border: none; border-radius: 50px; box-shadow: var(--shadow); cursor: pointer; } .btn--primary { padding: 15px 60px; color: #fff; background: var(--pink); } .btn--secondary { color: var(--very-dark-cyan); background-color: #ffffff; } .white { filter: brightness(0) invert(); } .wrapper { width: 100%; min-width: 375px; max-width: 1440px; padding: 25px 16px; margin: 0 auto; } /* Header */ .hero { text-align: center; background-color: var(--very-pale-cyan); background-image: url('../images/bg-hero-mobile.svg'); } .header--nav { display: flex; align-items: center; justify-content: space-between; } .header--title-container { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 25px; margin-top: 50px; padding: 0 15px; } .hero--background { margin-top: 30px; width: 100%; height: 225px; background-image: url('../images/illustration-mockups.svg'); } /* Main */ main { position: relative; } .main-benefits-container { margin-top: 60px; margin-bottom: 100px; } .benefit-card { display: flex; flex-direction: column; align-items: center; justify-content: space-between; margin-bottom: 40px; padding: 30px 30px; text-align: center; box-shadow: var(--shadow); border-radius: 15px; } .benefit--img { width: 100%; height: 230px; background-image: url('../images/illustration-grow-together.svg'); } .benefit--img.two { background-image: url('../images/illustration-flowing-conversation.svg'); } .benefit--img.three { background-image: url('../images/illustration-your-users.svg'); } .benefit-card h2 { margin-top: 30px; margin-bottom: 10px; } .benefit-card p { color: var(--grayish-blue); } .cta { position: absolute; top: calc(100% - 109px + 25px); left: calc(50% - 176px); display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; width: 352px; height: 176px; background-color: #fff; box-shadow: var(--shadow); border-radius: 15px; } /* Footer */ footer { font-size: 1.8rem; color: #ffffff; background-color: var(--very-dark-cyan); } footer .white { width: 180px; margin-top: 120px; } .footer-info { margin: 50px 0; } .footer-info--contact { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin-bottom: 50px; } .footer-info--contact span { width: 20px; height: 40px; } .footer-info--contact span:first-child { align-self: start; } .footer-info--contact > p { padding: 0 20px; } .footer-info--contact .location { background-image: url('../images/icon-location.svg'); background-size: initial; } .footer-info--contact .phone { background-image: url('../images/icon-phone.svg'); background-size: initial; } .footer-info--contact .email { background-image: url('../images/icon-email.svg'); background-size: initial; } .footer-info--about { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 50px; } .footer-info--social-media ul { display: flex; align-items: center; justify-content: center; } .footer-info--social-media ul li { margin: 0 20px; list-style: none; } .footer-info--social-media ul li a { font-size: 3rem; color: #fff; } .copyright { text-align: center; font-size: 1.2rem; }
css/style.css
:root { --pink: hsl(322, 100%, 66%); --very-pale-cyan: hsl(193, 100%, 96%); --very-dark-cyan: hsl(192, 100%, 9%); --grayish-blue: hsl(208, 11%, 55%); --poppins: 'Poppins', sans-serif; --open: 'Open Sans', sans-serif; --shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); } * { box-sizing: border-box; margin: 0; padding: 0; } html { font-size: 62.5%; } body { font-size: 1.5rem; line-height: 2.6rem; font-family: var(--open); color: var(--very-dark-cyan); } h1 { font-family: var(--poppins); font-size: 2.4rem; font-weight: 600; line-height: 3.5rem; } h2 { font-family: var(--poppins); font-size: 1.8rem; font-weight: 600; } .logo { width: 104px; } .background-img { background-position: center; background-repeat: no-repeat; background-size: cover; } .btn { padding: 5px 20px; font-family: var(--open); font-size: 1.2rem; font-weight: 700; border: none; border-radius: 50px; box-shadow: var(--shadow); cursor: pointer; } .btn--primary { padding: 15px 60px; color: #fff; background: var(--pink); } .btn--secondary { color: var(--very-dark-cyan); background-color: #ffffff; } .white { filter: brightness(0) invert(); } .wrapper { width: 100%; min-width: 375px; max-width: 1440px; padding: 25px 16px; margin: 0 auto; } /* Header */ .hero { text-align: center; background-color: var(--very-pale-cyan); background-image: url('../images/bg-hero-mobile.svg'); } .header--nav { display: flex; align-items: center; justify-content: space-between; } .header--title-container { display: grid; grid-template-columns: 1fr; justify-items: center; gap: 25px; margin-top: 50px; padding: 0 15px; } .hero--background { margin-top: 30px; width: 100%; height: 225px; background-image: url('../images/illustration-mockups.svg'); } /* Main */ main { position: relative; } .main-benefits-container { margin-top: 60px; margin-bottom: 100px; } .benefit-card { display: flex; flex-direction: column; align-items: center; justify-content: space-between; margin-bottom: 40px; padding: 30px 30px; text-align: center; box-shadow: var(--shadow); border-radius: 15px; } .benefit--img { width: 100%; height: 230px; background-image: url('../images/illustration-grow-together.svg'); } .benefit--img.two { background-image: url('../images/illustration-flowing-conversation.svg'); } .benefit--img.three { background-image: url('../images/illustration-your-users.svg'); } .benefit-card h2 { margin-top: 30px; margin-bottom: 10px; } .benefit-card p { color: var(--grayish-blue); } .cta { position: absolute; top: calc(100% - 109px + 25px); left: calc(50% - 176px); display: flex; flex-direction: column; align-items: center; justify-content: space-evenly; width: 352px; height: 176px; background-color: #fff; box-shadow: var(--shadow); border-radius: 15px; } /* Footer */ footer { font-size: 1.8rem; color: #ffffff; background-color: var(--very-dark-cyan); } footer .white { width: 180px; margin-top: 120px; } .footer-info { margin: 50px 0; } .footer-info--contact { display: grid; grid-template-columns: auto 1fr; gap: 20px; align-items: center; margin-bottom: 50px; } .footer-info--contact span { width: 20px; height: 40px; } .footer-info--contact span:first-child { align-self: start; } .footer-info--contact > p { padding: 0 20px; } .footer-info--contact .location { background-image: url('../images/icon-location.svg'); background-size: initial; } .footer-info--contact .phone { background-image: url('../images/icon-phone.svg'); background-size: initial; } .footer-info--contact .email { background-image: url('../images/icon-email.svg'); background-size: initial; } .footer-info--about { display: grid; grid-template-columns: 1fr; gap: 20px; margin-bottom: 50px; } .footer-info--social-media ul { display: flex; align-items: center; justify-content: center; } .footer-info--social-media ul li { margin: 0 20px; list-style: none; } .footer-info--social-media ul li a { font-size: 3rem; color: #fff; } .copyright { text-align: center; font-size: 1.2rem; }
0.306942
0.078395
.BackModal{ width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.602); position: fixed; font-family: 'Poppins', sans-serif; overflow: hidden; } @media screen and (max-width:500px){ .BackModal{ background-color: white; } } .BackModal .ClosedBtn{ font-weight: bold; font-size: 2em; color: white; float: right; padding-right: 25px; padding-top: 5px; cursor: pointer; visibility: visible; } .BackModal .ClosedBtn:hover{ color: rgba(255, 255, 255, 0.733); } .BackModal .ModalTxt{ position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .BackModal .ModalTxt .Box{ width: 450px; min-height: 300px; height: auto; background-color: white; text-align: center; border-radius: 5px; } .BackModal .ModalTxt .Box .Group{ padding: 35px; padding-bottom: 25px; } .BackModal .ModalTxt .Box .Group .Row1 .txt-title{ font-size: 2em; font-weight: bold; } .BackModal .ModalTxt .Box .Group .Row2{ padding-top: 15px; } .BackModal .ModalTxt .Box .Group .Row2 .txt-desc{ font-size: 1em; } .BackModal .ModalTxt .Box .Group .Row3{ padding-top: 65px; } .BackModal .ModalTxt .Box .Group .Row3 input{ padding: 15px; padding-right: 0px; width: 95%; border-radius: 5px; border: 1px solid lightgray; font-family: 'Poppins', sans-serif; } .BackModal .ModalTxt .Box .Group .Row4{ padding-top: 20px; } .BackModal .ModalTxt .Box .Group .Row4 button{ width: 100%; padding: 15px; cursor: pointer; background-color: rgba(22, 152, 184, 0.794); border: none; border-radius: 5px; color: white; font-weight: bold; outline: none; } .BackModal .ModalTxt .Box .Group .Row4 button:hover{ background-color: rgba(22, 152, 184, 0.644); } .BackModal .ModalTxt .Box .Group .Row5{ padding-top: 10px; display: none; } .BackModal .ModalTxt .Box .Group .Row5 button{ width: 100%; padding: 15px; cursor: pointer; background-color: lightgray; border: none; border-radius: 5px; color: white; font-weight: bold; outline: none; } .BackModal .ModalTxt .Box .Group .Row5 button:hover{ background-color: rgb(233, 233, 233); } @media screen and (max-width:500px){ .BackModal .ModalTxt{ width: 100%; } .BackModal .ModalTxt .Box{ width: 100%; min-height: 300px; height: auto; } .BackModal .ModalTxt .Box .Group{ padding: 25px; } .BackModal .ClosedBtn{ visibility: hidden; } .BackModal .ModalTxt .Box .Group .Row5{ display: flex; } }
Frontend/Web/src/Style/Modal.css
.BackModal{ width: 100%; height: 100vh; background-color: rgba(0, 0, 0, 0.602); position: fixed; font-family: 'Poppins', sans-serif; overflow: hidden; } @media screen and (max-width:500px){ .BackModal{ background-color: white; } } .BackModal .ClosedBtn{ font-weight: bold; font-size: 2em; color: white; float: right; padding-right: 25px; padding-top: 5px; cursor: pointer; visibility: visible; } .BackModal .ClosedBtn:hover{ color: rgba(255, 255, 255, 0.733); } .BackModal .ModalTxt{ position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); } .BackModal .ModalTxt .Box{ width: 450px; min-height: 300px; height: auto; background-color: white; text-align: center; border-radius: 5px; } .BackModal .ModalTxt .Box .Group{ padding: 35px; padding-bottom: 25px; } .BackModal .ModalTxt .Box .Group .Row1 .txt-title{ font-size: 2em; font-weight: bold; } .BackModal .ModalTxt .Box .Group .Row2{ padding-top: 15px; } .BackModal .ModalTxt .Box .Group .Row2 .txt-desc{ font-size: 1em; } .BackModal .ModalTxt .Box .Group .Row3{ padding-top: 65px; } .BackModal .ModalTxt .Box .Group .Row3 input{ padding: 15px; padding-right: 0px; width: 95%; border-radius: 5px; border: 1px solid lightgray; font-family: 'Poppins', sans-serif; } .BackModal .ModalTxt .Box .Group .Row4{ padding-top: 20px; } .BackModal .ModalTxt .Box .Group .Row4 button{ width: 100%; padding: 15px; cursor: pointer; background-color: rgba(22, 152, 184, 0.794); border: none; border-radius: 5px; color: white; font-weight: bold; outline: none; } .BackModal .ModalTxt .Box .Group .Row4 button:hover{ background-color: rgba(22, 152, 184, 0.644); } .BackModal .ModalTxt .Box .Group .Row5{ padding-top: 10px; display: none; } .BackModal .ModalTxt .Box .Group .Row5 button{ width: 100%; padding: 15px; cursor: pointer; background-color: lightgray; border: none; border-radius: 5px; color: white; font-weight: bold; outline: none; } .BackModal .ModalTxt .Box .Group .Row5 button:hover{ background-color: rgb(233, 233, 233); } @media screen and (max-width:500px){ .BackModal .ModalTxt{ width: 100%; } .BackModal .ModalTxt .Box{ width: 100%; min-height: 300px; height: auto; } .BackModal .ModalTxt .Box .Group{ padding: 25px; } .BackModal .ClosedBtn{ visibility: hidden; } .BackModal .ModalTxt .Box .Group .Row5{ display: flex; } }
0.529507
0.061848
body { background: white; } header { height: auto; background: none; } .trees-page h3:first-of-type { margin-top: 5%; text-align: center; } .trees-page .container { transition: .5s all; } @media screen and (min-width: 1200px) { .trees-page .container { max-width: 95%; } } .trees-page .container .card { margin-top: 5%; margin-bottom: 5%; } .trees-page .container .card .date { text-align: right; margin-right: 10px; font-size: 16px; } .trees-page .container .card .actions { padding: 5px; text-align: right; display: inline-block; background-color: rgba(0, 0, 0, 0.03); } .trees-page .container .card .card-body input { border: none; width: 100%; } .trees-page .container .card .card-body input:focus { outline-color: rgba(0, 0, 0, 0.1); } .trees-page .container .card .card-body .form-check { text-align: center; } .trees-page .container .card .card-body .form-check input { width: auto; } .trees-page .container .card .card-body .dropzone { border: none; } .trees-page .container .card .description { min-height: 400px; } .trees-page .container .card .description textarea { width: 100%; border: none; } .trees-page .container .card .description textarea:focus { border: none; outline-color: rgba(0, 0, 0, 0.1); } .new-member-page .container { transition: .5s all; } @media screen and (min-width: 1200px) { .new-member-page .container { max-width: 95%; } } .new-member-page .container .card { margin-top: 5%; margin-bottom: 5%; } .new-member-page .container .card .card-body input[type=text], .new-member-page .container .card .card-body input[type=date] { width: 100%; border-radius: 5px; border: 1px inset rgba(0, 0, 0, 0.2); padding-left: .5rem; padding-right: .5rem; } .new-member-page .container .card .card-body select { width: 100%; } .new-member-page .container .card .card-body textarea { width: 100%; min-height: 200px; } .new-member-page .container .card .card-footer { text-align: right; } .nav-bar { position: relative; top: 0; bottom: auto; } #membersContainer { height: 100%; min-height: 400px; overflow: auto; max-height: 500px; } @media screen and (min-width: 767px) { #membersContainer { border-right: 1px dashed rgba(0, 0, 0, 0.2); } } #membersContainer ul { padding-left: 1rem; } #membersContainer ul li span { cursor: pointer; transition: .3s all; } #membersContainer ul li span:hover { padding: 5px; border-radius: .5rem; background-color: rgba(0, 0, 0, 0.5); } #membersContainer .member-progress { transition: 0.3s all; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: white; z-index: 50; display: -webkit-box; display: flex; -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; align-items: center; border-right: 1px dashed rgba(0, 0, 0, 0.2); } #membersContainer .member-progress .progress { max-width: 50%; margin: auto; background-color: lightgray; } #membersContainer .member-progress .progress .indeterminate { background-color: #174732; } #rightContainer input[type=text], #rightContainer input[type=date] { border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 4px; padding: 0 5px; } #rightContainer select { width: 100%; } #rightContainer .description-container { width: 100%; } #rightContainer .description-container textarea { min-height: 50px; width: 100%; border-radius: .2rem; } #rightContainer .bottom-actions div:first-of-type { text-align: left; } #rightContainer .bottom-actions div:last-of-type { text-align: right; } #rightContainer .image-operation-container { position: relative; } #rightContainer .image-operation-container .uploaded-file-container { background: white; overflow: hidden; } #rightContainer .image-operation-container .uploaded-file-container .img-item { margin: 2rem; position: relative; max-width: 120px; } #rightContainer .image-operation-container .uploaded-file-container .img-item .close-item { color: whitesmoke; position: absolute; right: 0; } #rightContainer .image-operation-container .uploaded-file-container .img-item div { text-align: center; transition: .3s all; } #rightContainer .image-operation-container .uploaded-file-container .img-item div a:hover { cursor: pointer; text-decoration: underline; } #rightContainer .image-operation-container .uploaded-file-container .img-item img { border-radius: 1rem; } #rightContainer .dropzone.dropzone-hide { display: none; } #rightContainer .details-progress { position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: 0.3s all; background: white; z-index: 50; display: -webkit-box; display: flex; -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; align-items: center; border-right: 1px dashed rgba(0, 0, 0, 0.2); } #rightContainer .details-progress .progress { max-width: 50%; margin: auto; background-color: lightgray; } #rightContainer .details-progress .progress .indeterminate { background-color: #174732; }
www/web/assets/stylesheets/trees_view.css
body { background: white; } header { height: auto; background: none; } .trees-page h3:first-of-type { margin-top: 5%; text-align: center; } .trees-page .container { transition: .5s all; } @media screen and (min-width: 1200px) { .trees-page .container { max-width: 95%; } } .trees-page .container .card { margin-top: 5%; margin-bottom: 5%; } .trees-page .container .card .date { text-align: right; margin-right: 10px; font-size: 16px; } .trees-page .container .card .actions { padding: 5px; text-align: right; display: inline-block; background-color: rgba(0, 0, 0, 0.03); } .trees-page .container .card .card-body input { border: none; width: 100%; } .trees-page .container .card .card-body input:focus { outline-color: rgba(0, 0, 0, 0.1); } .trees-page .container .card .card-body .form-check { text-align: center; } .trees-page .container .card .card-body .form-check input { width: auto; } .trees-page .container .card .card-body .dropzone { border: none; } .trees-page .container .card .description { min-height: 400px; } .trees-page .container .card .description textarea { width: 100%; border: none; } .trees-page .container .card .description textarea:focus { border: none; outline-color: rgba(0, 0, 0, 0.1); } .new-member-page .container { transition: .5s all; } @media screen and (min-width: 1200px) { .new-member-page .container { max-width: 95%; } } .new-member-page .container .card { margin-top: 5%; margin-bottom: 5%; } .new-member-page .container .card .card-body input[type=text], .new-member-page .container .card .card-body input[type=date] { width: 100%; border-radius: 5px; border: 1px inset rgba(0, 0, 0, 0.2); padding-left: .5rem; padding-right: .5rem; } .new-member-page .container .card .card-body select { width: 100%; } .new-member-page .container .card .card-body textarea { width: 100%; min-height: 200px; } .new-member-page .container .card .card-footer { text-align: right; } .nav-bar { position: relative; top: 0; bottom: auto; } #membersContainer { height: 100%; min-height: 400px; overflow: auto; max-height: 500px; } @media screen and (min-width: 767px) { #membersContainer { border-right: 1px dashed rgba(0, 0, 0, 0.2); } } #membersContainer ul { padding-left: 1rem; } #membersContainer ul li span { cursor: pointer; transition: .3s all; } #membersContainer ul li span:hover { padding: 5px; border-radius: .5rem; background-color: rgba(0, 0, 0, 0.5); } #membersContainer .member-progress { transition: 0.3s all; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: white; z-index: 50; display: -webkit-box; display: flex; -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; align-items: center; border-right: 1px dashed rgba(0, 0, 0, 0.2); } #membersContainer .member-progress .progress { max-width: 50%; margin: auto; background-color: lightgray; } #membersContainer .member-progress .progress .indeterminate { background-color: #174732; } #rightContainer input[type=text], #rightContainer input[type=date] { border: 1px solid rgba(0, 0, 0, 0.5); border-radius: 4px; padding: 0 5px; } #rightContainer select { width: 100%; } #rightContainer .description-container { width: 100%; } #rightContainer .description-container textarea { min-height: 50px; width: 100%; border-radius: .2rem; } #rightContainer .bottom-actions div:first-of-type { text-align: left; } #rightContainer .bottom-actions div:last-of-type { text-align: right; } #rightContainer .image-operation-container { position: relative; } #rightContainer .image-operation-container .uploaded-file-container { background: white; overflow: hidden; } #rightContainer .image-operation-container .uploaded-file-container .img-item { margin: 2rem; position: relative; max-width: 120px; } #rightContainer .image-operation-container .uploaded-file-container .img-item .close-item { color: whitesmoke; position: absolute; right: 0; } #rightContainer .image-operation-container .uploaded-file-container .img-item div { text-align: center; transition: .3s all; } #rightContainer .image-operation-container .uploaded-file-container .img-item div a:hover { cursor: pointer; text-decoration: underline; } #rightContainer .image-operation-container .uploaded-file-container .img-item img { border-radius: 1rem; } #rightContainer .dropzone.dropzone-hide { display: none; } #rightContainer .details-progress { position: absolute; left: 0; right: 0; top: 0; bottom: 0; transition: 0.3s all; background: white; z-index: 50; display: -webkit-box; display: flex; -ms-flex-align: center; -ms-flex-pack: center; -webkit-box-align: center; align-items: center; border-right: 1px dashed rgba(0, 0, 0, 0.2); } #rightContainer .details-progress .progress { max-width: 50%; margin: auto; background-color: lightgray; } #rightContainer .details-progress .progress .indeterminate { background-color: #174732; }
0.663451
0.041211
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0px;padding:0px;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body { font-family: 'Open Sans', sans-serif; background:url(../images/banner.jpg) no-repeat 0px 0px; background-size:cover; -webkit-background-size:cover; -ms-background-size:cover; -o-background-size:cover; -moz-background-size:cover; background-position:center; background-attachment:fixed; } .banner-overlay-agileinfo { background: url(../images/overlay.png)repeat; padding: .1em 0; } /*--header--*/ /* Header */ .main-w3layouts-agileinfo { width: 30%; margin: 0 auto; } .wthree-form { margin-top: 7em; } .wthree-form h2 { color: #fff; font-size: 25px; font-weight: 300; text-align: center; margin-bottom: 1em; letter-spacing: 2px; } h1 { text-align: center; font-size: 45px; font-weight:300; margin: 40px 0; color: #ffffff; letter-spacing: 4px; word-spacing: 4px; } .icon-w3 i { color: #505252; font-size: 16px; } .icon-w3 { display: inline-block; position: absolute; right: 12px; bottom: 15px; } form { margin: 0 auto; width: 100%; } .submit-agileits { text-align: center; margin-top: 2em; } .form-sub-w3{ position:relative; margin-bottom: 20px; } .form-sub-w3 input[type="text"],input[type="password"] { width: 87.4%; padding: 15px 43px 15px 30px; border-radius: 100px; text-align: left; background-color: #ffffff; border: 0; font-size: 15px; font-weight: 700; color: #0397ff; outline: 0; -webkit-box-shadow:0 6px 12px 0 rgb(37, 37, 37); -moz-box-shadow: 0 6px 12px 0 rgb(37, 37, 37); box-shadow: 0 6px 12px 0 rgb(37, 37, 37); font-family: 'Open Sans', sans-serif; } .submit-agileits input[type="button"] { text-align: center; border: 0; color: #ffffff; font-size: 17px; font-weight: 600; padding: 13px 40px; border-radius: 100px; background-color: #047bd0; -webkit-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.71); -moz-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.71); box-shadow:0 12px 32px 0 rgba(0, 0, 0, 0.71); outline: none; cursor: pointer; font-family: 'Open Sans', sans-serif; letter-spacing: 1px; } .submit-agileits input[type="submit"]:hover{ background: #ffa500; color:#ffffff; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all; } .forgot-w3ls { font-size: 15px; color: #fff; margin-top: 0em; text-align: center; text-transform: none; float:right; letter-spacing: 1px; } .forgot-w3ls1 { font-size: 15px; color: #fff; margin-top: 0em; text-align: center; text-transform: none; float: left; letter-spacing: 1px; } .forgot-w3ls a, .forgot-w3ls1 a { color: #67c0ff; outline: none; text-decoration: none; font-weight: 600; } /*--copy-right-starts-here--*/ .footer p { margin: 0 auto; text-align: center; margin: 8em 0 31.5em; font-size: 14px; color: #fff; letter-spacing: 1px; text-transform: none; } .footer a { color: #67c0ff; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all; } .footer a:hover{ color: #fff; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all; } /*--copy-right-ends-here--*/ /*--- Responsive Code ---*/ @media screen and (max-width: 1920px) { .icon-w3 { right: 27px; } h1 { margin: 150px 0 40px; } .copyright p { margin: 50px 0px 150px; } .forgot-w3ls1 { padding-right: 15px; } } @media screen and (max-width: 1680px) { .forgot-w3ls1 { padding-right: 10px; } .icon-w3 { right: 20px; } .form-sub-w3 input[type="text"], input[type="password"] { width: 85.6%; } .footer p { margin: 8em 0 20.9em; } } @media screen and (max-width: 1600px) { .forgot-w3ls1 { padding-right: 5px; } h1 { margin: 115px 0 70px; } .copyright p { margin: 50px 0px; } .icon-w3 { right: 24px; } .wthree-form { margin-top: 6em; } .form-sub-w3 input[type="text"], input[type="password"] { width: 84.6%; } .footer p { margin: 7em 0 14.8em; } } @media screen and (max-width: 1440px) { .main-w3layouts-agileinfo { width: 33%; } .footer p { margin: 7em 0 14.8em; } } @media screen and (max-width: 1366px) { .form-sub-w3 input[type="text"], input[type="password"] { width: 83.8%; } h1 { margin: 115px 0 0px; } .footer p { margin: 6em 0 6.4em; } } @media screen and (max-width: 1280px) { .main-w3layouts-agileinfo { width: 36%; } .footer p { margin: 6em 0 8.6em; } } @media screen and (max-width: 1080px) { .main-w3layouts-agileinfo { width: 42%; } h1 { margin: 82px 0 0px; } .wthree-form { margin-top: 2.3em; } .footer p { margin: 3em 0 4em; } } @media screen and (max-width: 1050px) { .form-sub-w3 input[type="text"], input[type="password"] { width: 83.5%; } } @media screen and (max-width: 1024px) { .main-w3layouts-agileinfo { width: 45%; } .wthree-form { margin-top: 5em; } .footer p { margin: 6em 0 7.5em; } } @media screen and (max-width: 991px) { h1 { margin: 70px 0 0px; } .wthree-form { margin-top: 2.5em; } .footer p { margin: 3.5em 0 4.1em; } } @media screen and (max-width: 900px) { .main-w3layouts-agileinfo { width: 50%; } } @media screen and (max-width: 800px) { .main-w3layouts-agileinfo { width: 55%; } } @media screen and (max-width: 768px) { .main-w3layouts-agileinfo { width: 58%; } h1 { margin: 130px 0 0px; } .footer p { margin: 4.5em 0 22.3em; } } @media screen and (max-width: 736px) { .main-w3layouts-agileinfo { width: 60%; } h1 { margin: 70px 0 0; font-size: 40px; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83%; } .footer p { margin: 4em 0 4em; } } @media screen and (max-width: 667px) { .main-w3layouts-agileinfo { width: 68%; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83.9%; } } @media screen and (max-width: 640px) { .main-w3layouts-agileinfo { width: 70%; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83.8%; } } @media screen and (max-width: 600px) { .main-w3layouts-agileinfo { width: 73%; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83%; } } @media screen and (max-width: 568px) { .main-w3layouts-agileinfo { width: 80%; } h1 { margin: 65px 0 0; font-size: 37px; } .footer p { margin: 3em 1em 3em; line-height: 28px; } .form-sub-w3 input[type="text"], input[type="password"] { width: 84%; } } @media screen and (max-width: 480px) { .main-w3layouts-agileinfo { width: 93%; } .forgot-w3ls1 { font-size: 14px; } .forgot-w3ls { font-size: 14px; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83%; } h1 { font-size: 35px; letter-spacing: 2px; } .footer p { margin: 3em 1em 3.4em; } } @media screen and (max-width: 414px) { .main-w3layouts-agileinfo { width: 95%; } .forgot-w3ls { float: none; } .forgot-w3ls1 { padding-right: 0px; margin-top:10px; float: none; } h1 { margin: 75px 0 0; font-size: 32px; } .copyright p { margin: 40px 0px; line-height: 28px; } .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] { width: 85%; } .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] { width: 81.5%; } .footer p { margin: 4em 1.7em 5em; } } @media screen and (max-width: 384px) { .copyright p { margin: 40px 10px 40px; } h1 { font-size: 30px; letter-spacing: 1px; } i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-linkedin, i.fa.fa-pinterest-p { padding: .4em; width: 20px; font-size: 16px; } .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] { width: 82.8%; padding: 13px 40px 13px 20px; } .icon-w3 { bottom: 14px; } .wthree-form h2 { font-size: 21px; } .footer p { margin: 2.5em 1.7em 2.8em; } } @media screen and (max-width: 375px) { .footer p { margin: 2.5em 1.7em 2.8em; } .wthree-form { margin-top: 2em; } .footer p { margin: 3em 1.7em 3.8em; } h1 { margin: 65px 0 0; } } @media screen and (max-width: 320px) { h1 { font-size: 26px; word-spacing: 0px; margin: 38px 0 0; } .icons { margin-left: 6em; } .copyright p { margin: 20px 10px 20px; } .icon-w3 { right: 18px; bottom: 13px; } .wthree-form h2 { font-size: 19px; } .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] { width: 81.5%; padding: 13px 33px 13px 20px; } .wthree-form { margin-top: 1em; } .submit-agileits { margin-top: 1.5em; } .footer p { margin: 2em 1.5em 2.4em; font-size: 13px; letter-spacing: 0.5px; } } /*--- //Responsive Code ---*/
css/style.css
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;} article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;} ol,ul{list-style:none;margin:0px;padding:0px;} blockquote,q{quotes:none;} blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;} table{border-collapse:collapse;border-spacing:0;} /* start editing from here */ a{text-decoration:none;} .txt-rt{text-align:right;}/* text align right */ .txt-lt{text-align:left;}/* text align left */ .txt-center{text-align:center;}/* text align center */ .float-rt{float:right;}/* float right */ .float-lt{float:left;}/* float left */ .clear{clear:both;}/* clear float */ .pos-relative{position:relative;}/* Position Relative */ .pos-absolute{position:absolute;}/* Position Absolute */ .vertical-base{ vertical-align:baseline;}/* vertical align baseline */ .vertical-top{ vertical-align:top;}/* vertical align top */ nav.vertical ul li{ display:block;}/* vertical menu */ nav.horizontal ul li{ display: inline-block;}/* horizontal menu */ img{max-width:100%;} /*end reset*/ body { font-family: 'Open Sans', sans-serif; background:url(../images/banner.jpg) no-repeat 0px 0px; background-size:cover; -webkit-background-size:cover; -ms-background-size:cover; -o-background-size:cover; -moz-background-size:cover; background-position:center; background-attachment:fixed; } .banner-overlay-agileinfo { background: url(../images/overlay.png)repeat; padding: .1em 0; } /*--header--*/ /* Header */ .main-w3layouts-agileinfo { width: 30%; margin: 0 auto; } .wthree-form { margin-top: 7em; } .wthree-form h2 { color: #fff; font-size: 25px; font-weight: 300; text-align: center; margin-bottom: 1em; letter-spacing: 2px; } h1 { text-align: center; font-size: 45px; font-weight:300; margin: 40px 0; color: #ffffff; letter-spacing: 4px; word-spacing: 4px; } .icon-w3 i { color: #505252; font-size: 16px; } .icon-w3 { display: inline-block; position: absolute; right: 12px; bottom: 15px; } form { margin: 0 auto; width: 100%; } .submit-agileits { text-align: center; margin-top: 2em; } .form-sub-w3{ position:relative; margin-bottom: 20px; } .form-sub-w3 input[type="text"],input[type="password"] { width: 87.4%; padding: 15px 43px 15px 30px; border-radius: 100px; text-align: left; background-color: #ffffff; border: 0; font-size: 15px; font-weight: 700; color: #0397ff; outline: 0; -webkit-box-shadow:0 6px 12px 0 rgb(37, 37, 37); -moz-box-shadow: 0 6px 12px 0 rgb(37, 37, 37); box-shadow: 0 6px 12px 0 rgb(37, 37, 37); font-family: 'Open Sans', sans-serif; } .submit-agileits input[type="button"] { text-align: center; border: 0; color: #ffffff; font-size: 17px; font-weight: 600; padding: 13px 40px; border-radius: 100px; background-color: #047bd0; -webkit-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.71); -moz-box-shadow: 0 12px 32px 0 rgba(0, 0, 0, 0.71); box-shadow:0 12px 32px 0 rgba(0, 0, 0, 0.71); outline: none; cursor: pointer; font-family: 'Open Sans', sans-serif; letter-spacing: 1px; } .submit-agileits input[type="submit"]:hover{ background: #ffa500; color:#ffffff; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all; } .forgot-w3ls { font-size: 15px; color: #fff; margin-top: 0em; text-align: center; text-transform: none; float:right; letter-spacing: 1px; } .forgot-w3ls1 { font-size: 15px; color: #fff; margin-top: 0em; text-align: center; text-transform: none; float: left; letter-spacing: 1px; } .forgot-w3ls a, .forgot-w3ls1 a { color: #67c0ff; outline: none; text-decoration: none; font-weight: 600; } /*--copy-right-starts-here--*/ .footer p { margin: 0 auto; text-align: center; margin: 8em 0 31.5em; font-size: 14px; color: #fff; letter-spacing: 1px; text-transform: none; } .footer a { color: #67c0ff; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all; } .footer a:hover{ color: #fff; transition: 0.3s all; -webkit-transition: 0.3s all; -moz-transition: 0.3s all; -o-transition: 0.3s all; -ms-transition: 0.3s all; } /*--copy-right-ends-here--*/ /*--- Responsive Code ---*/ @media screen and (max-width: 1920px) { .icon-w3 { right: 27px; } h1 { margin: 150px 0 40px; } .copyright p { margin: 50px 0px 150px; } .forgot-w3ls1 { padding-right: 15px; } } @media screen and (max-width: 1680px) { .forgot-w3ls1 { padding-right: 10px; } .icon-w3 { right: 20px; } .form-sub-w3 input[type="text"], input[type="password"] { width: 85.6%; } .footer p { margin: 8em 0 20.9em; } } @media screen and (max-width: 1600px) { .forgot-w3ls1 { padding-right: 5px; } h1 { margin: 115px 0 70px; } .copyright p { margin: 50px 0px; } .icon-w3 { right: 24px; } .wthree-form { margin-top: 6em; } .form-sub-w3 input[type="text"], input[type="password"] { width: 84.6%; } .footer p { margin: 7em 0 14.8em; } } @media screen and (max-width: 1440px) { .main-w3layouts-agileinfo { width: 33%; } .footer p { margin: 7em 0 14.8em; } } @media screen and (max-width: 1366px) { .form-sub-w3 input[type="text"], input[type="password"] { width: 83.8%; } h1 { margin: 115px 0 0px; } .footer p { margin: 6em 0 6.4em; } } @media screen and (max-width: 1280px) { .main-w3layouts-agileinfo { width: 36%; } .footer p { margin: 6em 0 8.6em; } } @media screen and (max-width: 1080px) { .main-w3layouts-agileinfo { width: 42%; } h1 { margin: 82px 0 0px; } .wthree-form { margin-top: 2.3em; } .footer p { margin: 3em 0 4em; } } @media screen and (max-width: 1050px) { .form-sub-w3 input[type="text"], input[type="password"] { width: 83.5%; } } @media screen and (max-width: 1024px) { .main-w3layouts-agileinfo { width: 45%; } .wthree-form { margin-top: 5em; } .footer p { margin: 6em 0 7.5em; } } @media screen and (max-width: 991px) { h1 { margin: 70px 0 0px; } .wthree-form { margin-top: 2.5em; } .footer p { margin: 3.5em 0 4.1em; } } @media screen and (max-width: 900px) { .main-w3layouts-agileinfo { width: 50%; } } @media screen and (max-width: 800px) { .main-w3layouts-agileinfo { width: 55%; } } @media screen and (max-width: 768px) { .main-w3layouts-agileinfo { width: 58%; } h1 { margin: 130px 0 0px; } .footer p { margin: 4.5em 0 22.3em; } } @media screen and (max-width: 736px) { .main-w3layouts-agileinfo { width: 60%; } h1 { margin: 70px 0 0; font-size: 40px; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83%; } .footer p { margin: 4em 0 4em; } } @media screen and (max-width: 667px) { .main-w3layouts-agileinfo { width: 68%; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83.9%; } } @media screen and (max-width: 640px) { .main-w3layouts-agileinfo { width: 70%; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83.8%; } } @media screen and (max-width: 600px) { .main-w3layouts-agileinfo { width: 73%; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83%; } } @media screen and (max-width: 568px) { .main-w3layouts-agileinfo { width: 80%; } h1 { margin: 65px 0 0; font-size: 37px; } .footer p { margin: 3em 1em 3em; line-height: 28px; } .form-sub-w3 input[type="text"], input[type="password"] { width: 84%; } } @media screen and (max-width: 480px) { .main-w3layouts-agileinfo { width: 93%; } .forgot-w3ls1 { font-size: 14px; } .forgot-w3ls { font-size: 14px; } .form-sub-w3 input[type="text"], input[type="password"] { width: 83%; } h1 { font-size: 35px; letter-spacing: 2px; } .footer p { margin: 3em 1em 3.4em; } } @media screen and (max-width: 414px) { .main-w3layouts-agileinfo { width: 95%; } .forgot-w3ls { float: none; } .forgot-w3ls1 { padding-right: 0px; margin-top:10px; float: none; } h1 { margin: 75px 0 0; font-size: 32px; } .copyright p { margin: 40px 0px; line-height: 28px; } .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] { width: 85%; } .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] { width: 81.5%; } .footer p { margin: 4em 1.7em 5em; } } @media screen and (max-width: 384px) { .copyright p { margin: 40px 10px 40px; } h1 { font-size: 30px; letter-spacing: 1px; } i.fa.fa-facebook, i.fa.fa-twitter, i.fa.fa-linkedin, i.fa.fa-pinterest-p { padding: .4em; width: 20px; font-size: 16px; } .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] { width: 82.8%; padding: 13px 40px 13px 20px; } .icon-w3 { bottom: 14px; } .wthree-form h2 { font-size: 21px; } .footer p { margin: 2.5em 1.7em 2.8em; } } @media screen and (max-width: 375px) { .footer p { margin: 2.5em 1.7em 2.8em; } .wthree-form { margin-top: 2em; } .footer p { margin: 3em 1.7em 3.8em; } h1 { margin: 65px 0 0; } } @media screen and (max-width: 320px) { h1 { font-size: 26px; word-spacing: 0px; margin: 38px 0 0; } .icons { margin-left: 6em; } .copyright p { margin: 20px 10px 20px; } .icon-w3 { right: 18px; bottom: 13px; } .wthree-form h2 { font-size: 19px; } .form-sub-w3 input[type="text"], .form-sub-w3 input[type="password"] { width: 81.5%; padding: 13px 33px 13px 20px; } .wthree-form { margin-top: 1em; } .submit-agileits { margin-top: 1.5em; } .footer p { margin: 2em 1.5em 2.4em; font-size: 13px; letter-spacing: 0.5px; } } /*--- //Responsive Code ---*/
0.230313
0.059129
* { box-sizing: border-box; padding: 0; margin: 0; } h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; } p, span, label, input, select, button { font-family: 'Crimson Text', serif; } .wrapper { position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); display: flex; max-width: 80%; min-height: 650px; margin: 1rem auto 2rem; padding: 10px; background: linear-gradient(#222, #222), linear-gradient(to right, red, gold); border: 3px solid transparent; background-repeat: no-repeat; background-origin: padding-box, border-box; color: white; } .card { color: black; text-align: center; } .content-box { margin: auto; } .txt-center { text-align: center !important; } .answers-grid { display: grid; grid-template-columns: 1fr; grid-gap: 10px; margin-bottom: 10px; } .answer { width: 100%; height: 100px; } .share-text { margin-top: 10px; } .share-buttons { text-align: center; } .share-button { display: inline-block; margin-right: 10px; } .final-page { text-align: center; } /* Small devices (landscape phones, 576px and up) */ @media (max-width: 576px) { h1, h2, h3, h4 { font-size: 1.9rem; } .wrapper { position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); display: flex; max-width: 100%; height: 100vh; margin: 0; padding: 10px; background: linear-gradient(#222, #222), linear-gradient(to right, red, gold); border: 3px solid transparent; background-repeat: no-repeat; background-origin: padding-box, border-box; color: white; } } /* Medium devices (tablets, 768px and up) */ @media (min-width: 768px) { .wrapper { position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); display: flex; max-width: 700px; min-height: 650px; margin: 1rem auto 2rem; padding: 10px; background: linear-gradient(#222, #222), linear-gradient(to right, red, gold); border: 3px solid transparent; background-repeat: no-repeat; background-origin: padding-box, border-box; color: white; } .answers-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; margin-bottom: 10px; } } /* Large devices (desktops, 992px and up) */ @media (min-width: 992px) { } /* Extra large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { }
src/App.css
* { box-sizing: border-box; padding: 0; margin: 0; } h1, h2, h3, h4 { font-family: 'Montserrat', sans-serif; } p, span, label, input, select, button { font-family: 'Crimson Text', serif; } .wrapper { position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); display: flex; max-width: 80%; min-height: 650px; margin: 1rem auto 2rem; padding: 10px; background: linear-gradient(#222, #222), linear-gradient(to right, red, gold); border: 3px solid transparent; background-repeat: no-repeat; background-origin: padding-box, border-box; color: white; } .card { color: black; text-align: center; } .content-box { margin: auto; } .txt-center { text-align: center !important; } .answers-grid { display: grid; grid-template-columns: 1fr; grid-gap: 10px; margin-bottom: 10px; } .answer { width: 100%; height: 100px; } .share-text { margin-top: 10px; } .share-buttons { text-align: center; } .share-button { display: inline-block; margin-right: 10px; } .final-page { text-align: center; } /* Small devices (landscape phones, 576px and up) */ @media (max-width: 576px) { h1, h2, h3, h4 { font-size: 1.9rem; } .wrapper { position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); display: flex; max-width: 100%; height: 100vh; margin: 0; padding: 10px; background: linear-gradient(#222, #222), linear-gradient(to right, red, gold); border: 3px solid transparent; background-repeat: no-repeat; background-origin: padding-box, border-box; color: white; } } /* Medium devices (tablets, 768px and up) */ @media (min-width: 768px) { .wrapper { position: fixed; top: 50%; left: 50%; /* bring your own prefixes */ transform: translate(-50%, -50%); display: flex; max-width: 700px; min-height: 650px; margin: 1rem auto 2rem; padding: 10px; background: linear-gradient(#222, #222), linear-gradient(to right, red, gold); border: 3px solid transparent; background-repeat: no-repeat; background-origin: padding-box, border-box; color: white; } .answers-grid { display: grid; grid-template-columns: 1fr 1fr; grid-gap: 10px; margin-bottom: 10px; } } /* Large devices (desktops, 992px and up) */ @media (min-width: 992px) { } /* Extra large devices (large desktops, 1200px and up) */ @media (min-width: 1200px) { }
0.412294
0.122025
* WikimediaUI Base v0.9.2 * Wikimedia Foundation user interface base variables */ /* Colors */ /* Positioning */ /* Box Model properties */ /* Max Widths */ /* Typography incl. print properties */ /* Other Properties */ /* Animation & Transition */ .oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/block.png'); } .oo-ui-image-destructive.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-destructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-destructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-destructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/block-destructive.png'); } .oo-ui-image-invert.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/block-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/block-progressive.png'); } .oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unBlock-rtl.png'); } .oo-ui-image-invert.oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unBlock-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unBlock-rtl-progressive.png'); } .oo-ui-icon-clip { background-image: url('themes/wikimediaui/images/icons/clip.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/clip.png'); } .oo-ui-image-progressive.oo-ui-icon-clip { background-image: url('themes/wikimediaui/images/icons/clip-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/clip-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-clip { background-image: url('themes/wikimediaui/images/icons/clip-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/clip-invert.png'); } .oo-ui-icon-unClip { background-image: url('themes/wikimediaui/images/icons/unClip.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unClip.png'); } .oo-ui-image-progressive.oo-ui-icon-unClip { background-image: url('themes/wikimediaui/images/icons/unClip-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unClip-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-unClip { background-image: url('themes/wikimediaui/images/icons/unClip-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unClip-invert.png'); } .oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/flag-rtl.png'); } .oo-ui-image-invert.oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/flag-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/flag-rtl-progressive.png'); } .oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unFlag-rtl.png'); } .oo-ui-image-invert.oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unFlag-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unFlag-rtl-progressive.png'); } .oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/lock-rtl.png'); } .oo-ui-image-destructive.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-rtl-destructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-destructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-destructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/lock-rtl-destructive.png'); } .oo-ui-image-invert.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/lock-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/lock-rtl-progressive.png'); } .oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unLock-rtl.png'); } .oo-ui-image-destructive.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-rtl-destructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-destructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-destructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unLock-rtl-destructive.png'); } .oo-ui-image-invert.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unLock-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unLock-rtl-progressive.png'); } .oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/star.png'); } .oo-ui-image-constructive.oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star-constructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-constructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-constructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/star-constructive.png'); } .oo-ui-image-progressive.oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/star-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/star-invert.png'); } .oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/halfStar-rtl.png'); } .oo-ui-image-constructive.oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-rtl-constructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-constructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-constructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/halfStar-rtl-constructive.png'); } .oo-ui-image-progressive.oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/halfStar-rtl-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/halfStar-rtl-invert.png'); } .oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unStar.png'); } .oo-ui-image-constructive.oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar-constructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-constructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-constructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unStar-constructive.png'); } .oo-ui-image-progressive.oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unStar-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unStar-invert.png'); } .oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/trash.png'); } .oo-ui-image-destructive.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-destructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-destructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-destructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/trash-destructive.png'); } .oo-ui-image-invert.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/trash-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/trash-progressive.png'); } .oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unTrash-rtl.png'); } .oo-ui-image-invert.oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unTrash-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unTrash-rtl-progressive.png'); } .oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/pushPin.png'); } .oo-ui-image-progressive.oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/pushPin-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/pushPin-invert.png'); } .oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/ongoingConversation-rtl.png'); } .oo-ui-image-progressive.oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/ongoingConversation-rtl-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/ongoingConversation-rtl-invert.png'); }
node_modules/oojs-ui/dist/oojs-ui-wikimediaui-icons-moderation.rtl.css
* WikimediaUI Base v0.9.2 * Wikimedia Foundation user interface base variables */ /* Colors */ /* Positioning */ /* Box Model properties */ /* Max Widths */ /* Typography incl. print properties */ /* Other Properties */ /* Animation & Transition */ .oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/block.png'); } .oo-ui-image-destructive.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-destructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-destructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-destructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/block-destructive.png'); } .oo-ui-image-invert.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/block-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-block { background-image: url('themes/wikimediaui/images/icons/block-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/block-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/block-progressive.png'); } .oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unBlock-rtl.png'); } .oo-ui-image-invert.oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unBlock-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-unBlock { background-image: url('themes/wikimediaui/images/icons/unBlock-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unBlock-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unBlock-rtl-progressive.png'); } .oo-ui-icon-clip { background-image: url('themes/wikimediaui/images/icons/clip.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/clip.png'); } .oo-ui-image-progressive.oo-ui-icon-clip { background-image: url('themes/wikimediaui/images/icons/clip-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/clip-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-clip { background-image: url('themes/wikimediaui/images/icons/clip-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/clip-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/clip-invert.png'); } .oo-ui-icon-unClip { background-image: url('themes/wikimediaui/images/icons/unClip.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unClip.png'); } .oo-ui-image-progressive.oo-ui-icon-unClip { background-image: url('themes/wikimediaui/images/icons/unClip-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unClip-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-unClip { background-image: url('themes/wikimediaui/images/icons/unClip-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unClip-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unClip-invert.png'); } .oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/flag-rtl.png'); } .oo-ui-image-invert.oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/flag-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-flag { background-image: url('themes/wikimediaui/images/icons/flag-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/flag-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/flag-rtl-progressive.png'); } .oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unFlag-rtl.png'); } .oo-ui-image-invert.oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unFlag-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-unFlag { background-image: url('themes/wikimediaui/images/icons/unFlag-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unFlag-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unFlag-rtl-progressive.png'); } .oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/lock-rtl.png'); } .oo-ui-image-destructive.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-rtl-destructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-destructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-destructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/lock-rtl-destructive.png'); } .oo-ui-image-invert.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/lock-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-lock { background-image: url('themes/wikimediaui/images/icons/lock-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/lock-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/lock-rtl-progressive.png'); } .oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unLock-rtl.png'); } .oo-ui-image-destructive.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-rtl-destructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-destructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-destructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unLock-rtl-destructive.png'); } .oo-ui-image-invert.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unLock-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-unLock { background-image: url('themes/wikimediaui/images/icons/unLock-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unLock-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unLock-rtl-progressive.png'); } .oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/star.png'); } .oo-ui-image-constructive.oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star-constructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-constructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-constructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/star-constructive.png'); } .oo-ui-image-progressive.oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/star-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-star { background-image: url('themes/wikimediaui/images/icons/star-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/star-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/star-invert.png'); } .oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/halfStar-rtl.png'); } .oo-ui-image-constructive.oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-rtl-constructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-constructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-constructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/halfStar-rtl-constructive.png'); } .oo-ui-image-progressive.oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/halfStar-rtl-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-halfStar { background-image: url('themes/wikimediaui/images/icons/halfStar-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/halfStar-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/halfStar-rtl-invert.png'); } .oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unStar.png'); } .oo-ui-image-constructive.oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar-constructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-constructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-constructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unStar-constructive.png'); } .oo-ui-image-progressive.oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unStar-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-unStar { background-image: url('themes/wikimediaui/images/icons/unStar-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unStar-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unStar-invert.png'); } .oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/trash.png'); } .oo-ui-image-destructive.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-destructive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-destructive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-destructive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/trash-destructive.png'); } .oo-ui-image-invert.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/trash-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-trash { background-image: url('themes/wikimediaui/images/icons/trash-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/trash-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/trash-progressive.png'); } .oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unTrash-rtl.png'); } .oo-ui-image-invert.oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unTrash-rtl-invert.png'); } .oo-ui-image-progressive.oo-ui-icon-unTrash { background-image: url('themes/wikimediaui/images/icons/unTrash-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/unTrash-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/unTrash-rtl-progressive.png'); } .oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/pushPin.png'); } .oo-ui-image-progressive.oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/pushPin-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-pushPin { background-image: url('themes/wikimediaui/images/icons/pushPin-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/pushPin-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/pushPin-invert.png'); } .oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-rtl.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/ongoingConversation-rtl.png'); } .oo-ui-image-progressive.oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-rtl-progressive.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl-progressive.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl-progressive.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/ongoingConversation-rtl-progressive.png'); } .oo-ui-image-invert.oo-ui-icon-ongoingConversation { background-image: url('themes/wikimediaui/images/icons/ongoingConversation-rtl-invert.png'); background-image: -webkit-linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl-invert.svg'); background-image: linear-gradient(transparent, transparent), /* @embed */ url('themes/wikimediaui/images/icons/ongoingConversation-rtl-invert.svg'); background-image: -o-linear-gradient(transparent, transparent), url('themes/wikimediaui/images/icons/ongoingConversation-rtl-invert.png'); }
0.445047
0.046551
@charset "UTF-8"; *, *:before, *:after { margin:0; padding:0; box-sizing:border-box; font-family:"Georgia", sans-serif; } ::-webkit-scrollbar { width: 1vw; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 0.7vw #a87e1299; background: #4f3c0e99; } ::-webkit-scrollbar-thumb { background: #a47f32; border-radius: 0.2vw; } ::-webkit-scrollbar-thumb:hover { background: #89651f; } body { background-color:black; color:#ffcc66; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align:center; } br { display:block; content:" "; } table, td, tr { border:none; border-collapse: collapse; } .app-container { width: 100vw; height: 47.619047vw; background-repeat: no-repeat; background-size: contain; } .background { width: 100%; height: auto; display:block; } .tavern { opacity:0; position:absolute; width:18.8333%; height:74.5%; left:34.3095%; bottom:17.95%; } .tavern:hover { opacity:1.0; } .inn { opacity:0; position:absolute; width:20.2142%; height:59.15%; left:51.5238%; bottom:20.65%; } .inn:hover { opacity:1.0; } .shop { opacity:0; position:absolute; width:21.3571%; height:47.3%; left:14.7619%; bottom:17.35%; } .shop:hover { opacity:1.0; } .bar-health-background{ position:absolute; width:20.1854%; height:5.082%; top: 5%; left: 5.0%; } .bar-health-frame{ position:absolute; width:20.1546%; height:5.082%; top: 5%; left: 5.0308%; } .bar-health{ position:absolute; height:4.7603%; top: 5.123%; left: 5.1235%; } .bar-energy-background{ position:absolute; width:20.1854%; height:5.082%; top: 12.329%; left: 5.0%; } .bar-energy-frame{ position:absolute; width:20.1546%; height:5.082%; top: 12.329%; left: 5.0308%; } .bar-energy{ position:absolute; height:4.7603%; top: 12.452%; left: 5.1235%; } .bar-experience{ position:absolute; height:4.1667%; top: 58.4444%; left: 5.222%; } .bar-experience-frame{ position:absolute; height:4.1667%; width: 43.8984%; top: 58.4444%; left: 5.222%; } .heart{ position:absolute; height:7.329%; width:3.49%; top: 3.8765%; left: 2.3809%; } .swirl { position:absolute; height:7.329%; width:3.49%; top: 11.2055%; left: 2.3809%; } .ability { position:absolute; bottom: 2.8265%; height:14.9%; width:7.0952%; border: 0em; background-color:#00000000; } .ability img { position: absolute; } .ability .glow { left: 0%; top: 0%; opacity: 0.0; width: 100%; height: 100%; } .ability:hover .glow{ opacity: 1.0; } .a-1 { left: 34.8096%; } .a-2 { left: 42.9048%; } .a-3 { left: 51%; } .a-4 { left: 59.0952%; } .btn-attack { position:absolute; left: 1.8459%; bottom: 3.8765%; width: 13.5%; height: 28.35%; } .btn-character { position:absolute; left: 13.8459%; bottom: 15.0515%; width: 4.5%; height: 9.45%; } .btn-inventory { position:absolute; left: 12.3459%; bottom: 5.7515%; width: 4.5%; height: 9.45%; } .menu { position: absolute; right: 7.3691%; top: 5%; width: 85.2619%; height: 90%; } .loot-menu { position: absolute; left: 34.9479%; top: 7.0022%; width: 31.25%; height: 69.3654%; } .quest-menu { position: absolute; left: 34.9479%; top: 8.8522%; width: 31.25%; height: 65.625%; } .death-menu { position: absolute; left: 34.9479%; top: 8.8522%; width: 31.25%; height: 65.625%; color: whitesmoke; } .quest-gold { position: absolute; left: 31.3333%; top: 21.6667%; width: 22.3333%; height: 13.5556%; font-size: 200%; text-align: right; } .quest-exp { position: absolute; left: 31.3333%; top: 36.8889%; width: 22.3333%; height: 13.5556%; font-size: 200%; text-align: right; } .quest-item-0 { position: absolute; left: 7.7222%; top: 61.4444%; width: 24.4444%; height: 24.4444%; } .quest-item-1 { position: absolute; left: 37.7222%; top: 61.4444%; width: 24.4444%; height: 24.4444%; } .quest-item-2 { position: absolute; left: 67.3333%; top: 61.4444%; width: 24.4444%; height: 24.4444%; } .death-cause { position: absolute; left: 23.5556%; top: 23.8889%; width: 32.6667%; height: 19.8333%; font-size: 70%; } .death-souls { position: absolute; left: 23.5556%; top: 55.3889%; width: 32.6667%; height: 19.8333%; font-size: 300%; } .btn-death { position: absolute; left: 28.6667%; top: 82.7778%; width: 43.3333%; height: 12.5%; font-size: 70%; } .badge { position: absolute; left: 14.4932%; top: 0.8377%; width: 20.9439%; height: 41.6666%; } .silhouette-warrior{ position: absolute; left: 16.5875%; top: 6.7222%; width: 16.8389%; height: 86.6111%; } .silhouette-wizard{ position: absolute; left: 11.5052%; top: 4.3333%; width: 24.4345%; height: 89.1111%; } .silhouette-rogue{ position: absolute; left: 16.6713%; top: 6.7778%; width: 15.8894%; height: 86.6667%; } .character-name{ position: absolute; left: 0.8378%; top: 49%; width: 48.4222%; height: 6.8889%; font-size: 150%; } .character-level-background { position: absolute; left: 0.6423%; top: 55.5556%; width: 5.0545%; height: 10.0556%; } .character-level { position: absolute; left: 1.2008%; top: 56.9444%; width: 3.9654%; height: 7.2222%; font-size: 120%; } .character-points { position: absolute; left: 16.7019%; top: 63.9444%; width: 15.5822%; height: 6.9444%; font-size: 80%; } .atr-values { position: absolute; left: 52.7427%; top: 18.8889%; width: 22.0688%; height: 28.6667%; font-size: 120%; color: #000000; text-align: left; } .atr-bonuses { position: absolute; left: 68.8674%; top: 19.8889%; width: 28.0688%; height: 28.6667%; font-size: 50%; color: #000000; text-align: ceneter; } .der-stats-1 { position: absolute; left: 51.2706%; top: 58.5%; width: 16.029%; height: 35.6667%; font-size: 90%; color: #000000; text-align: left; } .der-stats-2{ position: absolute; left: 74.9232%; top: 58.5%; width: 16.029%; height: 35.6667%; font-size: 90%; color: #000000; text-align: left; } .der-values-1{ position: absolute; left: 67.3555%; top: 58.5%; width: 7.4839%; height: 35.6667%; font-size: 90%; color: #000000; text-align: ceneter; } .der-values-2{ position: absolute; left: 91.0081%; top: 58.5%; width: 7.4839%; height: 35.6667%; font-size: 90%; color: #000000; text-align: ceneter; } .btn-close { position: absolute; left: 93.8006%; top: 1.6111%; width: 5.3058%; height: 10.5556%; } .btn-close-small { position: absolute; left: 91.2117%; top: 5.482%; width: 8.522%; height: 8.0655%; } .btn-atr { position:absolute; width: 21.7816%; height: 12.5%; font-size: 170%; color:#000000; } .con { left: 3.1355%; top: 72.2777%; } .str { left: 3.1355%; top: 85.2777%; } .dex { left: 25.1406%; top: 72.2777%; } .int { left: 25.1406%; top: 85.2777%; } .gold-count { position: absolute; left: 57.5258%; top: 15.3889%; width: 7.2605%; height: 4.2778%; font-size: 75%; } .soul-count { position: absolute; left: 85.088%; top: 15.3889%; width: 7.2605%; height: 4.2778%; font-size: 75%; } .unspent-points { position: absolute; left: 16.5625%; top: 75.0547%; width: 1.5625%; height: 3.2823%; } .inventory-box-wrapper{ z-index: 1; position: absolute; overflow-y: auto; overflow-x: hidden; left: 0%; top: 20.2222%; width: 95.0014%; height: 73.6111%; } .shop-box-wrapper { z-index: 1; position: absolute; overflow-y: auto; overflow-x: hidden; left: 0%; top: 20.2222%; width: 45.0433%; height: 73.6111%; } .inventory-box { pointer-events: auto; position: absolute; right: 0%; top: 0%; width: 42.1517%; height: 100%; display:flex; flex-flow: row wrap; align-items: flex-start; align-content: flex-start; } .shop-box { pointer-events: auto; position: absolute; right: 0%; top: 0%; width: 88.9027%; height: 100%; table-layout: fixed; } .loot-box { overflow: visible; pointer-events: auto; position: absolute; left: 2.2636%; top: 13.4846%; width: 95.4727%; height: 66.7927%; display:flex; flex-flow: row wrap; align-items: flex-start; align-content: flex-start; } .loot-box-item { position: relative; width: 18.1311%; height:24.5526%; margin: 0.2983% 0.935%; } .inventory-box-item { position: relative; width: 18.1311%; height:19.6226%; margin: 0.1887% 0.935%; } .shop-box-item { position: relative; width: 100%; background-repeat: no-repeat; background-size: cover; } .shop-box-item td { height: 100%; } .shop-fill { display:block; width:100%; height:100%; } .shop-icon-heal { display:inline-block; width:16%; height:25%; } .shop-icon-armor { display:inline-block; width:25%; height: 25%; } .shop-icon-power { display:inline-block; width:20%; height:25%; } .shop-coin { display:inline-block; width:25%; height:25%; } .shop-image { display:block; width:80%; height:auto; } .inn-menu { position: absolute; left: 28.5714%; top: 5%; width: 42.881%; height: 90%; } .inn-menu > p { position: absolute; left: 44.5308%; top: 89.8333%; width: 20.211%; height: 6.0%; } .rest { position:absolute; width:97.0572%; height:37.4444%; left:1.7768%; top:12.6667%; } .eat { position:absolute; width:97.0572%; height:37.4444%; left:1.7768%; top:50.1111%; } .dungeon-portal-frame { position:absolute; left: 6.4228%; top: 6.4444%; width: 37.1405%; height: 88.7222%; pointer-events: none; } .dungeon-portal-active { position:absolute; left: 16.6668%; top: 23.0778%; width: 16.9758%; height: 56%; } .hover-saturate:hover { filter: saturate(150%); } .hover-saturate:hover + .hover-saturate-secondary{ filter: saturate(150%); } .hover-saturate-250:hover { filter: saturate(250%); } .dungeon-portal-inactive { position: absolute; left: 16.6668%; top: 23.0778%; width: 16.9758%; height: 56%; } .dungeon-panel { position: absolute; left: 50.6004%; width: 48.506%; height: 27.7778%; } .dungeon-menu .d1 { top: 8.7778%; } .dungeon-menu .d2 { top: 36.5556%; } .dungeon-menu .d3 { top: 64.3333%; } .dungeon-small { position: absolute; left: 0.1151%; top: 16.2%; width: 19.574%; height: 68.0%; } .dungeon-panel-name { position: absolute; left: 20.3224%; top: 16.4%; width: 72.4237%; height: 23.0%; } .dungeon-panel-theme { position: absolute; left: 20.3224%; top: 41.4%; width: 22.6252%; height: 19.6%; } .dungeon-panel-cr { position: absolute; left: 37.4657%; top: 41.4%; width: 12.0449%; height: 19.6%; text-align: right; } .dungeon-panel-floorcount { position: absolute; left: 20.3224%; top: 59%; width: 4.3178%; height: 21%; font-size: 130%; text-align: right; } .dungeon-panel-floors { position: absolute; left: 25.2735%; top: 62.0%; width: 6.2176%; height: 21.0%; } .dungeon-panel-miniboss { position: absolute; left: 31.9911%; top: 62.6%; width: 4.2026%; height: 21.0%; } .dungeon-panel-boss { position: absolute; left: 36.1937%; top: 62.4%; width: 6.1025%; height: 21.0%; } .dungeon-panel-prefix { position: absolute; left: 42.7962%; top: 62.5%; width: 5.5%; height: 21.0%; } .dungeon-panel-postfix { position: absolute; left: 48.7962%; top: 62.5%; width: 5.5%; height: 21.0%; } .dungeon-panel-quest { position: absolute; left: 52.5043%; top: 44%; width: 40.2418%; height: 19.6%; font-size: 75%; text-align: right; } .dungeon-panel-reward { position: absolute; left: 52.5043%; top: 63.0%; width: 34.5423%; height: 19.6%; text-align: right; } .dungeon-stairs, .dungeon-chest { position: absolute; left: 36.4286%; top: 32.0%; width: 27.1429%; height: 57.0%; } .dungeon-chest-left { position: absolute; left: 7%; top: 32.0%; width: 27.1429%; height: 57.0%; } .dungeon-arena { position: absolute; left: 7.1094%; top: 39.6721%; width: 85.9375%; height: 41.6393%; } .monster { position: absolute; width: 23.4375%; height: 49.1803%; } .monster.backLeft { left: 20.8594%; top: 4.0984%; } .monster.backCenter { left: 44.4531%; top: 4.0984%; } .monster.backRight { left: 68.0469%; top: 4.0984%; } .monster.frontLeft { left: 13.2031%; top: 21.6393%; } .monster.frontCenter { left: 36.7969%; top: 21.6393%; } .monster.frontRight { left: 60.3906%; top: 21.6393%; } .monster.pc { left:-5%; top: 10%; } .monster-bar { position: absolute; width: 19.5312%; height: 4.918%; } .monster-bar.backLeft { left: 22.8906%; top: 6.6393%; } .monster-bar.backCenter { left: 46.4062%; top: 6.6393%; } .monster-bar.backRight { left: 70.0%; top: 6.6393%; } .monster-bar.frontLeft { left: 15.1562%; top: 71.1475%; } .monster-bar.frontCenter { left: 38.75%; top: 71.1475%; } .monster-bar.frontRight { left: 62.3438%; top: 71.1475%; } .monster-update-box { position:absolute; width: 100%; height: 1%; top: 50%; transform: translate(0%, -50%); -ms-transform: translateY(0%, -50%); border-spacing: 0px; table-layout: fixed; margin-left:auto; margin-right:auto; } .fade-enter, .fade-appear, .fade-in-enter, .fade-in-appear { opacity: 0.01; } .fade-enter.fade-enter-active, .fade-appear.fade-appear-active, .fade-in-enter.fade-in-enter-active, .fade-in-appear.fade-in-appear-active { opacity: 1; transition: opacity 200ms ease-in; } .fade-exit { opacity: 1; } .fade-exit.fade-exit-active { opacity: 0.01; transition: opacity 500ms ease-in; } .inn-float { position: absolute; width: 25%; height: auto; left: 37.5%; top: 25%; } .combat-div { height: 4vw; } .combat-text { height: 4vw; line-height: 4vw; text-align: left; } .combat-text span { display: inline-block; vertical-align: middle; line-height: normal; background-color:rgba(214, 214, 184, 0.828); border-radius: 1vw; } .combat-text.AttackHealth { color:#920000; } .combat-text.AttackEnergy { color:#0609a1; } .combat-text.Heal { color:chartreuse; } .combat-text.Buff { color:aqua; } .combat-text.Debuff { color:indigo; } .combat-text.death { color:rgb(29, 2, 2); } .combat-text.stun { color:rgb(36, 35, 35); } .combat-text.experience { color:rgb(0, 206, 10); } .popup { position: absolute; top:25%; left: 38.095%; height: 50%; width: 23.81%; opacity: 0.5; } .popup img { height: 100%; width: auto; } .level-up { position:absolute; top: 30%; left:50%; height: 40%; width: auto; opacity: 1.0; transform: translate(-50%, -70%); -ms-transform: translateY(-70%) translateX(-50%); } .combat-ability-image { height: 100%; width: auto; } .buff-icon { height: 2vw; width: auto; } .buff-box { position: absolute; height: 2vw; width: 19.5312%; display: flex; flex-direction: row; flex-wrap: nowrap; } .buff-box.pc.buffs { justify-content: left; top: 17.4%; left: 5.1235%; } .buff-box.pc.debuffs { justify-content: left; top: 22.9%; left: 5.1235%; } .buff-box.backLeft.buffs { justify-content: right; left: 22.8906%; top: 11.8393%; } .buff-box.backLeft.debuffs { justify-content: right; left: 22.8906%; top: 17.3393%; } .buff-box.backCenter.buffs { justify-content: left; left: 46.4062%; top: 11.8393%; } .buff-box.backCenter.debuffs { justify-content: left; left: 46.4062%; top: 17.3393%; } .buff-box.backRight.buffs { justify-content: left; left: 70.0%; top: 11.8393%; } .buff-box.backRight.debuffs { justify-content: left; left: 70.0%; top: 17.3393%; } .buff-box.frontLeft.buffs { justify-content: right; left: 15.1562%; top: 76.3475%; } .buff-box.frontLeft.debuffs { justify-content: right; left: 15.1562%; top: 81.8475%; } .buff-box.frontCenter.buffs { left: 38.75%; top: 76.3475%; } .buff-box.frontCenter.debuffs { justify-content: left; left: 38.75%; top: 81.8475%; } .buff-box.frontRight.buffs { justify-content: left; left: 62.3438%; top: 76.3475%; } .buff-box.frontRight.debuffs { justify-content: left; left: 62.3438%; top: 81.8475%; } .minimap-overlay { position: absolute; right: 4.2269%; bottom: 8.8765%; width: 13.5%; height: 28.35%; } .minimap-underlay { position: absolute; right: 4.8225%; bottom: 10.0515%; width: 12.3089%; height: 26%; } .minimap-room-box { position: absolute; left: 84.2381%; top: 66.9%; width: 9.5238%; height: 20.0%; } .minimap-north { position: absolute; left: 86.2857%; top: 54.7%; width: 5.4762%; height: 7.55%; } .minimap-south { position: absolute; left: 86.2857%; top: 91.6%; width: 5.4762%; height: 7.55%; } .minimap-east { position: absolute; width: 3.5952%; height: 11.5%; left: 96.0714%; top: 71.2%; } .minimap-west { position: absolute; width: 3.5952%; height: 11.5%; left: 78.381%; top: 71.2%; } .absolute-fill { position: absolute; top:0%; left:0%; width: 100%; height: 100%; } .gray-75 { filter: grayscale(75%); } .gray-100 { filter: grayscale(100%); } .saturate-66 { filter: saturate(66%); } .saturate-150 { filter: saturate(150%); } .saturate-200 { filter: saturate(200%); } .item-image { position: absolute; top:5%; left:5%; width: 90%; height: 90%; } .item-count { position: absolute; bottom:20%; left:4%; width: 10%; height: 10%; color:white; font-size: 75%; } .item-equipped { position: absolute; z-index: 2; width: 9.4946%; height: 18.8889%; } .equipped-head { top:8.8333%; left:1.4242%; } .equipped-body { top:40.6667%; left:1.4521%; } .equipped-back { top:72%; left:1.4521%; } .equipped-neck{ top:9.6667%; left:39.2907%; } .equipped-primary{ top:40.667%; left:39.2907%; } .equipped-secondary{ top:72%; left:39.2907%; } .nopointer { pointer-events: none; } .pointer { pointer-events: auto; } .inline-block { display:inline-block; } .center-align { text-align:center; } .left-align { text-align:left; } .right-align { text-align:right; } .spacer-xs { margin:1.95%; } .font-red { color:#ff0000; } .help-menu { position: absolute; right: 6.5%; top: 3%; width: 42.8571%; height: 90.0%; } .help-menu-tavern { position: absolute; right: 28.5715%; top: 5%; width: 42.8571%; height: 90.0%; } .help-menu-combat { position: absolute; right: 6.5%; top: 3%; width: 85.7143%; height: 90.0%; } .help-menu .close, .help-menu-tavern .close { position: absolute; right: 1.6111%; top: 1.6111%; height: 6.5%; width: 6.5%; } .help-menu-combat .close { position: absolute; right: 0.8055%; top: 1.6111%; height: 6.5%; width: auto; } .btn-home { position: absolute; top: 3%; right: 1.4286%; text-align: center; width: 4.5%; height: 9.45%; background-color: #55555588; border: 1% solid #69696988; border-radius: 100%; transition-duration: 0.4s; } .btn-help { position: absolute; top: 13.95%; right: 1.4286%; text-align: center; width: 4.5%; height: 9.45%; background-color: #55555588; border: 1% solid #69696988; border-radius: 100%; transition-duration: 0.4s; } .btn-home:hover, .btn-help:hover { background-color: #69696988; border: 1% solid #55555588; } .btn-home img{ position:absolute; width: 75%; height: auto; opacity: 0.5; top: 50%; left:50%; transform: translate(-50%, -50%); -ms-transform: translateY(-50%) translateX(-50%); } .btn-help img{ position:absolute; width: 100%; height: auto; opacity: 0.5; top: 50%; left:50%; transform: translate(-50%, -50%); -ms-transform: translateY(-50%) translateX(-50%); } .btn-loot-all { position: absolute; left: 32.024%; top: 84.2634%; width: 35.8189%; height: 9.7669%; font-size: 75%; } .item-tooltip-box{ position: absolute; visibility: hidden; transition: opacity 0.3s; z-index: 9; } .ability-tooltip-box{ position: absolute; visibility: hidden; bottom:100%; left:-75%; transition: visibility 0s linear 0s; z-index: 9; } .ability-tooltip-box-0{ position: absolute; visibility: hidden; bottom:100%; left:0%; transition: visibility 0s linear 0s; z-index: 9; } .item-tooltip *, .ability-toopltip * { pointer-events: none } .item-tooltip:hover .item-tooltip-box { visibility: visible; } .ability-tooltip:hover .ability-tooltip-box, .ability-tooltip:hover .ability-tooltip-box-0 { visibility: visible; transition: visibility 0.3s linear 1s; } .ability-tooltip-target { position: absolute; left: 30.2857%; top: 14.7619%; width: 39.4286%; height: 11.2381%; } .top-left{ top: 0%; left: 100.2%; } .top-right{ top: 0%; right: 100.2%; } .center-left{ top: -150%; left: 100.2%; } .center-right{ top: -150%; right: 100.2%; } .bottom-left{ bottom: 0%; left: 100.2%; } .bottom-right{ bottom: 0%; right: 100.2%; } .item-tooltip-image{ position: absolute; left: 3.5714%; top: 14.6667%; width: 17.1429%; height: 11.4286%; } .item-tooltip-badge-generic{ position: absolute; left: 80.1427%; top: 14.6667%; width: 15.4286%; height: 11.4286%; } .item-tooltip-badge-wizard{ position: absolute; left: 79.4%; top: 14.6667%; width: 17.1429%; height: 11.4286%; } .item-tooltip-badge-rogue{ position: absolute; left: 81.7143%; top: 14.6667%; width: 12.5714%; height: 11.4286%; } .item-tooltip-badge-warrior{ position: absolute; left: 79.7143%; top: 14.6667%; width: 16.2857%; height: 11.4286%; } .item-tooltip-icon-heal{ position: absolute; left: 54.8571%; top: 29.7143%; width: 9.4286%; height: 11.4286%; } .item-tooltip-icon-armor{ position: absolute; left: 50.7143%; top: 29.7143%; width: 21.5714%; height: 11.4286%; } .item-tooltip-icon-power{ position: absolute; left: 53.1429%; top: 29.7143%; width: 16.7143%; height: 11.4286%; } .item-tooltip-icon-value{ position: absolute; left: 12.2571%; top: 29.7143%; width: 37.1429%; height: 11.4286%; font-size: 128%; text-align: right; } .item-tooltip-name{ position: absolute; left: 9.7143%; top: 2.4762%; width: 80.1429%; height: 11.4286%; color:#000000; } .item-tooltip-cost{ position: absolute; left: 43.2857%; top: 75.5238%; width: 16.8571%; height: 6.0%; font-size: 62.5%; } .ability-tooltip-cost{ position: absolute; left: 12.8571%; top: 85.9048%; width: 37.1429%; height: 11.4286%; font-size: 128%; text-align: right; color: #2289c7; } .item-tooltip-description{ position: absolute; left: 9.7143%; top: 85.9048%; width: 80.1429%; height: 11.4286%; color:#000000; font-size: 50%; } .item-tooltip-general{ position: absolute; left: 21.7143%; top: 16.6667%; width: 56.5714%; height: 11.4286%; color:#000000; font-size: 80%; } .ability-tooltip-requirement{ position: absolute; left: 21.7143%; top: 69.1667%; width: 56.5714%; height: 11.4286%; color:#920000; } .ability-tooltip-requirement p{ font-size: 75%; } .item-tooltip-statbox{ position: absolute; left: 9.7143%; top: 42.2857%; width: 80.5714%; height: 31.7143%; color:#000000; font-size: 70%; } .v-h-centered{ position:absolute; top: 50%; left:50%; transform: translate(-50%, -50%); -ms-transform: translateY(-50%) translateX(-50%); } .nowrap{ white-space: nowrap; overflow: hidden; } .relative{ position:relative; }
src/main/app/src/styles/masterAppStyle.css
@charset "UTF-8"; *, *:before, *:after { margin:0; padding:0; box-sizing:border-box; font-family:"Georgia", sans-serif; } ::-webkit-scrollbar { width: 1vw; } ::-webkit-scrollbar-track { box-shadow: inset 0 0 0.7vw #a87e1299; background: #4f3c0e99; } ::-webkit-scrollbar-thumb { background: #a47f32; border-radius: 0.2vw; } ::-webkit-scrollbar-thumb:hover { background: #89651f; } body { background-color:black; color:#ffcc66; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; text-align:center; } br { display:block; content:" "; } table, td, tr { border:none; border-collapse: collapse; } .app-container { width: 100vw; height: 47.619047vw; background-repeat: no-repeat; background-size: contain; } .background { width: 100%; height: auto; display:block; } .tavern { opacity:0; position:absolute; width:18.8333%; height:74.5%; left:34.3095%; bottom:17.95%; } .tavern:hover { opacity:1.0; } .inn { opacity:0; position:absolute; width:20.2142%; height:59.15%; left:51.5238%; bottom:20.65%; } .inn:hover { opacity:1.0; } .shop { opacity:0; position:absolute; width:21.3571%; height:47.3%; left:14.7619%; bottom:17.35%; } .shop:hover { opacity:1.0; } .bar-health-background{ position:absolute; width:20.1854%; height:5.082%; top: 5%; left: 5.0%; } .bar-health-frame{ position:absolute; width:20.1546%; height:5.082%; top: 5%; left: 5.0308%; } .bar-health{ position:absolute; height:4.7603%; top: 5.123%; left: 5.1235%; } .bar-energy-background{ position:absolute; width:20.1854%; height:5.082%; top: 12.329%; left: 5.0%; } .bar-energy-frame{ position:absolute; width:20.1546%; height:5.082%; top: 12.329%; left: 5.0308%; } .bar-energy{ position:absolute; height:4.7603%; top: 12.452%; left: 5.1235%; } .bar-experience{ position:absolute; height:4.1667%; top: 58.4444%; left: 5.222%; } .bar-experience-frame{ position:absolute; height:4.1667%; width: 43.8984%; top: 58.4444%; left: 5.222%; } .heart{ position:absolute; height:7.329%; width:3.49%; top: 3.8765%; left: 2.3809%; } .swirl { position:absolute; height:7.329%; width:3.49%; top: 11.2055%; left: 2.3809%; } .ability { position:absolute; bottom: 2.8265%; height:14.9%; width:7.0952%; border: 0em; background-color:#00000000; } .ability img { position: absolute; } .ability .glow { left: 0%; top: 0%; opacity: 0.0; width: 100%; height: 100%; } .ability:hover .glow{ opacity: 1.0; } .a-1 { left: 34.8096%; } .a-2 { left: 42.9048%; } .a-3 { left: 51%; } .a-4 { left: 59.0952%; } .btn-attack { position:absolute; left: 1.8459%; bottom: 3.8765%; width: 13.5%; height: 28.35%; } .btn-character { position:absolute; left: 13.8459%; bottom: 15.0515%; width: 4.5%; height: 9.45%; } .btn-inventory { position:absolute; left: 12.3459%; bottom: 5.7515%; width: 4.5%; height: 9.45%; } .menu { position: absolute; right: 7.3691%; top: 5%; width: 85.2619%; height: 90%; } .loot-menu { position: absolute; left: 34.9479%; top: 7.0022%; width: 31.25%; height: 69.3654%; } .quest-menu { position: absolute; left: 34.9479%; top: 8.8522%; width: 31.25%; height: 65.625%; } .death-menu { position: absolute; left: 34.9479%; top: 8.8522%; width: 31.25%; height: 65.625%; color: whitesmoke; } .quest-gold { position: absolute; left: 31.3333%; top: 21.6667%; width: 22.3333%; height: 13.5556%; font-size: 200%; text-align: right; } .quest-exp { position: absolute; left: 31.3333%; top: 36.8889%; width: 22.3333%; height: 13.5556%; font-size: 200%; text-align: right; } .quest-item-0 { position: absolute; left: 7.7222%; top: 61.4444%; width: 24.4444%; height: 24.4444%; } .quest-item-1 { position: absolute; left: 37.7222%; top: 61.4444%; width: 24.4444%; height: 24.4444%; } .quest-item-2 { position: absolute; left: 67.3333%; top: 61.4444%; width: 24.4444%; height: 24.4444%; } .death-cause { position: absolute; left: 23.5556%; top: 23.8889%; width: 32.6667%; height: 19.8333%; font-size: 70%; } .death-souls { position: absolute; left: 23.5556%; top: 55.3889%; width: 32.6667%; height: 19.8333%; font-size: 300%; } .btn-death { position: absolute; left: 28.6667%; top: 82.7778%; width: 43.3333%; height: 12.5%; font-size: 70%; } .badge { position: absolute; left: 14.4932%; top: 0.8377%; width: 20.9439%; height: 41.6666%; } .silhouette-warrior{ position: absolute; left: 16.5875%; top: 6.7222%; width: 16.8389%; height: 86.6111%; } .silhouette-wizard{ position: absolute; left: 11.5052%; top: 4.3333%; width: 24.4345%; height: 89.1111%; } .silhouette-rogue{ position: absolute; left: 16.6713%; top: 6.7778%; width: 15.8894%; height: 86.6667%; } .character-name{ position: absolute; left: 0.8378%; top: 49%; width: 48.4222%; height: 6.8889%; font-size: 150%; } .character-level-background { position: absolute; left: 0.6423%; top: 55.5556%; width: 5.0545%; height: 10.0556%; } .character-level { position: absolute; left: 1.2008%; top: 56.9444%; width: 3.9654%; height: 7.2222%; font-size: 120%; } .character-points { position: absolute; left: 16.7019%; top: 63.9444%; width: 15.5822%; height: 6.9444%; font-size: 80%; } .atr-values { position: absolute; left: 52.7427%; top: 18.8889%; width: 22.0688%; height: 28.6667%; font-size: 120%; color: #000000; text-align: left; } .atr-bonuses { position: absolute; left: 68.8674%; top: 19.8889%; width: 28.0688%; height: 28.6667%; font-size: 50%; color: #000000; text-align: ceneter; } .der-stats-1 { position: absolute; left: 51.2706%; top: 58.5%; width: 16.029%; height: 35.6667%; font-size: 90%; color: #000000; text-align: left; } .der-stats-2{ position: absolute; left: 74.9232%; top: 58.5%; width: 16.029%; height: 35.6667%; font-size: 90%; color: #000000; text-align: left; } .der-values-1{ position: absolute; left: 67.3555%; top: 58.5%; width: 7.4839%; height: 35.6667%; font-size: 90%; color: #000000; text-align: ceneter; } .der-values-2{ position: absolute; left: 91.0081%; top: 58.5%; width: 7.4839%; height: 35.6667%; font-size: 90%; color: #000000; text-align: ceneter; } .btn-close { position: absolute; left: 93.8006%; top: 1.6111%; width: 5.3058%; height: 10.5556%; } .btn-close-small { position: absolute; left: 91.2117%; top: 5.482%; width: 8.522%; height: 8.0655%; } .btn-atr { position:absolute; width: 21.7816%; height: 12.5%; font-size: 170%; color:#000000; } .con { left: 3.1355%; top: 72.2777%; } .str { left: 3.1355%; top: 85.2777%; } .dex { left: 25.1406%; top: 72.2777%; } .int { left: 25.1406%; top: 85.2777%; } .gold-count { position: absolute; left: 57.5258%; top: 15.3889%; width: 7.2605%; height: 4.2778%; font-size: 75%; } .soul-count { position: absolute; left: 85.088%; top: 15.3889%; width: 7.2605%; height: 4.2778%; font-size: 75%; } .unspent-points { position: absolute; left: 16.5625%; top: 75.0547%; width: 1.5625%; height: 3.2823%; } .inventory-box-wrapper{ z-index: 1; position: absolute; overflow-y: auto; overflow-x: hidden; left: 0%; top: 20.2222%; width: 95.0014%; height: 73.6111%; } .shop-box-wrapper { z-index: 1; position: absolute; overflow-y: auto; overflow-x: hidden; left: 0%; top: 20.2222%; width: 45.0433%; height: 73.6111%; } .inventory-box { pointer-events: auto; position: absolute; right: 0%; top: 0%; width: 42.1517%; height: 100%; display:flex; flex-flow: row wrap; align-items: flex-start; align-content: flex-start; } .shop-box { pointer-events: auto; position: absolute; right: 0%; top: 0%; width: 88.9027%; height: 100%; table-layout: fixed; } .loot-box { overflow: visible; pointer-events: auto; position: absolute; left: 2.2636%; top: 13.4846%; width: 95.4727%; height: 66.7927%; display:flex; flex-flow: row wrap; align-items: flex-start; align-content: flex-start; } .loot-box-item { position: relative; width: 18.1311%; height:24.5526%; margin: 0.2983% 0.935%; } .inventory-box-item { position: relative; width: 18.1311%; height:19.6226%; margin: 0.1887% 0.935%; } .shop-box-item { position: relative; width: 100%; background-repeat: no-repeat; background-size: cover; } .shop-box-item td { height: 100%; } .shop-fill { display:block; width:100%; height:100%; } .shop-icon-heal { display:inline-block; width:16%; height:25%; } .shop-icon-armor { display:inline-block; width:25%; height: 25%; } .shop-icon-power { display:inline-block; width:20%; height:25%; } .shop-coin { display:inline-block; width:25%; height:25%; } .shop-image { display:block; width:80%; height:auto; } .inn-menu { position: absolute; left: 28.5714%; top: 5%; width: 42.881%; height: 90%; } .inn-menu > p { position: absolute; left: 44.5308%; top: 89.8333%; width: 20.211%; height: 6.0%; } .rest { position:absolute; width:97.0572%; height:37.4444%; left:1.7768%; top:12.6667%; } .eat { position:absolute; width:97.0572%; height:37.4444%; left:1.7768%; top:50.1111%; } .dungeon-portal-frame { position:absolute; left: 6.4228%; top: 6.4444%; width: 37.1405%; height: 88.7222%; pointer-events: none; } .dungeon-portal-active { position:absolute; left: 16.6668%; top: 23.0778%; width: 16.9758%; height: 56%; } .hover-saturate:hover { filter: saturate(150%); } .hover-saturate:hover + .hover-saturate-secondary{ filter: saturate(150%); } .hover-saturate-250:hover { filter: saturate(250%); } .dungeon-portal-inactive { position: absolute; left: 16.6668%; top: 23.0778%; width: 16.9758%; height: 56%; } .dungeon-panel { position: absolute; left: 50.6004%; width: 48.506%; height: 27.7778%; } .dungeon-menu .d1 { top: 8.7778%; } .dungeon-menu .d2 { top: 36.5556%; } .dungeon-menu .d3 { top: 64.3333%; } .dungeon-small { position: absolute; left: 0.1151%; top: 16.2%; width: 19.574%; height: 68.0%; } .dungeon-panel-name { position: absolute; left: 20.3224%; top: 16.4%; width: 72.4237%; height: 23.0%; } .dungeon-panel-theme { position: absolute; left: 20.3224%; top: 41.4%; width: 22.6252%; height: 19.6%; } .dungeon-panel-cr { position: absolute; left: 37.4657%; top: 41.4%; width: 12.0449%; height: 19.6%; text-align: right; } .dungeon-panel-floorcount { position: absolute; left: 20.3224%; top: 59%; width: 4.3178%; height: 21%; font-size: 130%; text-align: right; } .dungeon-panel-floors { position: absolute; left: 25.2735%; top: 62.0%; width: 6.2176%; height: 21.0%; } .dungeon-panel-miniboss { position: absolute; left: 31.9911%; top: 62.6%; width: 4.2026%; height: 21.0%; } .dungeon-panel-boss { position: absolute; left: 36.1937%; top: 62.4%; width: 6.1025%; height: 21.0%; } .dungeon-panel-prefix { position: absolute; left: 42.7962%; top: 62.5%; width: 5.5%; height: 21.0%; } .dungeon-panel-postfix { position: absolute; left: 48.7962%; top: 62.5%; width: 5.5%; height: 21.0%; } .dungeon-panel-quest { position: absolute; left: 52.5043%; top: 44%; width: 40.2418%; height: 19.6%; font-size: 75%; text-align: right; } .dungeon-panel-reward { position: absolute; left: 52.5043%; top: 63.0%; width: 34.5423%; height: 19.6%; text-align: right; } .dungeon-stairs, .dungeon-chest { position: absolute; left: 36.4286%; top: 32.0%; width: 27.1429%; height: 57.0%; } .dungeon-chest-left { position: absolute; left: 7%; top: 32.0%; width: 27.1429%; height: 57.0%; } .dungeon-arena { position: absolute; left: 7.1094%; top: 39.6721%; width: 85.9375%; height: 41.6393%; } .monster { position: absolute; width: 23.4375%; height: 49.1803%; } .monster.backLeft { left: 20.8594%; top: 4.0984%; } .monster.backCenter { left: 44.4531%; top: 4.0984%; } .monster.backRight { left: 68.0469%; top: 4.0984%; } .monster.frontLeft { left: 13.2031%; top: 21.6393%; } .monster.frontCenter { left: 36.7969%; top: 21.6393%; } .monster.frontRight { left: 60.3906%; top: 21.6393%; } .monster.pc { left:-5%; top: 10%; } .monster-bar { position: absolute; width: 19.5312%; height: 4.918%; } .monster-bar.backLeft { left: 22.8906%; top: 6.6393%; } .monster-bar.backCenter { left: 46.4062%; top: 6.6393%; } .monster-bar.backRight { left: 70.0%; top: 6.6393%; } .monster-bar.frontLeft { left: 15.1562%; top: 71.1475%; } .monster-bar.frontCenter { left: 38.75%; top: 71.1475%; } .monster-bar.frontRight { left: 62.3438%; top: 71.1475%; } .monster-update-box { position:absolute; width: 100%; height: 1%; top: 50%; transform: translate(0%, -50%); -ms-transform: translateY(0%, -50%); border-spacing: 0px; table-layout: fixed; margin-left:auto; margin-right:auto; } .fade-enter, .fade-appear, .fade-in-enter, .fade-in-appear { opacity: 0.01; } .fade-enter.fade-enter-active, .fade-appear.fade-appear-active, .fade-in-enter.fade-in-enter-active, .fade-in-appear.fade-in-appear-active { opacity: 1; transition: opacity 200ms ease-in; } .fade-exit { opacity: 1; } .fade-exit.fade-exit-active { opacity: 0.01; transition: opacity 500ms ease-in; } .inn-float { position: absolute; width: 25%; height: auto; left: 37.5%; top: 25%; } .combat-div { height: 4vw; } .combat-text { height: 4vw; line-height: 4vw; text-align: left; } .combat-text span { display: inline-block; vertical-align: middle; line-height: normal; background-color:rgba(214, 214, 184, 0.828); border-radius: 1vw; } .combat-text.AttackHealth { color:#920000; } .combat-text.AttackEnergy { color:#0609a1; } .combat-text.Heal { color:chartreuse; } .combat-text.Buff { color:aqua; } .combat-text.Debuff { color:indigo; } .combat-text.death { color:rgb(29, 2, 2); } .combat-text.stun { color:rgb(36, 35, 35); } .combat-text.experience { color:rgb(0, 206, 10); } .popup { position: absolute; top:25%; left: 38.095%; height: 50%; width: 23.81%; opacity: 0.5; } .popup img { height: 100%; width: auto; } .level-up { position:absolute; top: 30%; left:50%; height: 40%; width: auto; opacity: 1.0; transform: translate(-50%, -70%); -ms-transform: translateY(-70%) translateX(-50%); } .combat-ability-image { height: 100%; width: auto; } .buff-icon { height: 2vw; width: auto; } .buff-box { position: absolute; height: 2vw; width: 19.5312%; display: flex; flex-direction: row; flex-wrap: nowrap; } .buff-box.pc.buffs { justify-content: left; top: 17.4%; left: 5.1235%; } .buff-box.pc.debuffs { justify-content: left; top: 22.9%; left: 5.1235%; } .buff-box.backLeft.buffs { justify-content: right; left: 22.8906%; top: 11.8393%; } .buff-box.backLeft.debuffs { justify-content: right; left: 22.8906%; top: 17.3393%; } .buff-box.backCenter.buffs { justify-content: left; left: 46.4062%; top: 11.8393%; } .buff-box.backCenter.debuffs { justify-content: left; left: 46.4062%; top: 17.3393%; } .buff-box.backRight.buffs { justify-content: left; left: 70.0%; top: 11.8393%; } .buff-box.backRight.debuffs { justify-content: left; left: 70.0%; top: 17.3393%; } .buff-box.frontLeft.buffs { justify-content: right; left: 15.1562%; top: 76.3475%; } .buff-box.frontLeft.debuffs { justify-content: right; left: 15.1562%; top: 81.8475%; } .buff-box.frontCenter.buffs { left: 38.75%; top: 76.3475%; } .buff-box.frontCenter.debuffs { justify-content: left; left: 38.75%; top: 81.8475%; } .buff-box.frontRight.buffs { justify-content: left; left: 62.3438%; top: 76.3475%; } .buff-box.frontRight.debuffs { justify-content: left; left: 62.3438%; top: 81.8475%; } .minimap-overlay { position: absolute; right: 4.2269%; bottom: 8.8765%; width: 13.5%; height: 28.35%; } .minimap-underlay { position: absolute; right: 4.8225%; bottom: 10.0515%; width: 12.3089%; height: 26%; } .minimap-room-box { position: absolute; left: 84.2381%; top: 66.9%; width: 9.5238%; height: 20.0%; } .minimap-north { position: absolute; left: 86.2857%; top: 54.7%; width: 5.4762%; height: 7.55%; } .minimap-south { position: absolute; left: 86.2857%; top: 91.6%; width: 5.4762%; height: 7.55%; } .minimap-east { position: absolute; width: 3.5952%; height: 11.5%; left: 96.0714%; top: 71.2%; } .minimap-west { position: absolute; width: 3.5952%; height: 11.5%; left: 78.381%; top: 71.2%; } .absolute-fill { position: absolute; top:0%; left:0%; width: 100%; height: 100%; } .gray-75 { filter: grayscale(75%); } .gray-100 { filter: grayscale(100%); } .saturate-66 { filter: saturate(66%); } .saturate-150 { filter: saturate(150%); } .saturate-200 { filter: saturate(200%); } .item-image { position: absolute; top:5%; left:5%; width: 90%; height: 90%; } .item-count { position: absolute; bottom:20%; left:4%; width: 10%; height: 10%; color:white; font-size: 75%; } .item-equipped { position: absolute; z-index: 2; width: 9.4946%; height: 18.8889%; } .equipped-head { top:8.8333%; left:1.4242%; } .equipped-body { top:40.6667%; left:1.4521%; } .equipped-back { top:72%; left:1.4521%; } .equipped-neck{ top:9.6667%; left:39.2907%; } .equipped-primary{ top:40.667%; left:39.2907%; } .equipped-secondary{ top:72%; left:39.2907%; } .nopointer { pointer-events: none; } .pointer { pointer-events: auto; } .inline-block { display:inline-block; } .center-align { text-align:center; } .left-align { text-align:left; } .right-align { text-align:right; } .spacer-xs { margin:1.95%; } .font-red { color:#ff0000; } .help-menu { position: absolute; right: 6.5%; top: 3%; width: 42.8571%; height: 90.0%; } .help-menu-tavern { position: absolute; right: 28.5715%; top: 5%; width: 42.8571%; height: 90.0%; } .help-menu-combat { position: absolute; right: 6.5%; top: 3%; width: 85.7143%; height: 90.0%; } .help-menu .close, .help-menu-tavern .close { position: absolute; right: 1.6111%; top: 1.6111%; height: 6.5%; width: 6.5%; } .help-menu-combat .close { position: absolute; right: 0.8055%; top: 1.6111%; height: 6.5%; width: auto; } .btn-home { position: absolute; top: 3%; right: 1.4286%; text-align: center; width: 4.5%; height: 9.45%; background-color: #55555588; border: 1% solid #69696988; border-radius: 100%; transition-duration: 0.4s; } .btn-help { position: absolute; top: 13.95%; right: 1.4286%; text-align: center; width: 4.5%; height: 9.45%; background-color: #55555588; border: 1% solid #69696988; border-radius: 100%; transition-duration: 0.4s; } .btn-home:hover, .btn-help:hover { background-color: #69696988; border: 1% solid #55555588; } .btn-home img{ position:absolute; width: 75%; height: auto; opacity: 0.5; top: 50%; left:50%; transform: translate(-50%, -50%); -ms-transform: translateY(-50%) translateX(-50%); } .btn-help img{ position:absolute; width: 100%; height: auto; opacity: 0.5; top: 50%; left:50%; transform: translate(-50%, -50%); -ms-transform: translateY(-50%) translateX(-50%); } .btn-loot-all { position: absolute; left: 32.024%; top: 84.2634%; width: 35.8189%; height: 9.7669%; font-size: 75%; } .item-tooltip-box{ position: absolute; visibility: hidden; transition: opacity 0.3s; z-index: 9; } .ability-tooltip-box{ position: absolute; visibility: hidden; bottom:100%; left:-75%; transition: visibility 0s linear 0s; z-index: 9; } .ability-tooltip-box-0{ position: absolute; visibility: hidden; bottom:100%; left:0%; transition: visibility 0s linear 0s; z-index: 9; } .item-tooltip *, .ability-toopltip * { pointer-events: none } .item-tooltip:hover .item-tooltip-box { visibility: visible; } .ability-tooltip:hover .ability-tooltip-box, .ability-tooltip:hover .ability-tooltip-box-0 { visibility: visible; transition: visibility 0.3s linear 1s; } .ability-tooltip-target { position: absolute; left: 30.2857%; top: 14.7619%; width: 39.4286%; height: 11.2381%; } .top-left{ top: 0%; left: 100.2%; } .top-right{ top: 0%; right: 100.2%; } .center-left{ top: -150%; left: 100.2%; } .center-right{ top: -150%; right: 100.2%; } .bottom-left{ bottom: 0%; left: 100.2%; } .bottom-right{ bottom: 0%; right: 100.2%; } .item-tooltip-image{ position: absolute; left: 3.5714%; top: 14.6667%; width: 17.1429%; height: 11.4286%; } .item-tooltip-badge-generic{ position: absolute; left: 80.1427%; top: 14.6667%; width: 15.4286%; height: 11.4286%; } .item-tooltip-badge-wizard{ position: absolute; left: 79.4%; top: 14.6667%; width: 17.1429%; height: 11.4286%; } .item-tooltip-badge-rogue{ position: absolute; left: 81.7143%; top: 14.6667%; width: 12.5714%; height: 11.4286%; } .item-tooltip-badge-warrior{ position: absolute; left: 79.7143%; top: 14.6667%; width: 16.2857%; height: 11.4286%; } .item-tooltip-icon-heal{ position: absolute; left: 54.8571%; top: 29.7143%; width: 9.4286%; height: 11.4286%; } .item-tooltip-icon-armor{ position: absolute; left: 50.7143%; top: 29.7143%; width: 21.5714%; height: 11.4286%; } .item-tooltip-icon-power{ position: absolute; left: 53.1429%; top: 29.7143%; width: 16.7143%; height: 11.4286%; } .item-tooltip-icon-value{ position: absolute; left: 12.2571%; top: 29.7143%; width: 37.1429%; height: 11.4286%; font-size: 128%; text-align: right; } .item-tooltip-name{ position: absolute; left: 9.7143%; top: 2.4762%; width: 80.1429%; height: 11.4286%; color:#000000; } .item-tooltip-cost{ position: absolute; left: 43.2857%; top: 75.5238%; width: 16.8571%; height: 6.0%; font-size: 62.5%; } .ability-tooltip-cost{ position: absolute; left: 12.8571%; top: 85.9048%; width: 37.1429%; height: 11.4286%; font-size: 128%; text-align: right; color: #2289c7; } .item-tooltip-description{ position: absolute; left: 9.7143%; top: 85.9048%; width: 80.1429%; height: 11.4286%; color:#000000; font-size: 50%; } .item-tooltip-general{ position: absolute; left: 21.7143%; top: 16.6667%; width: 56.5714%; height: 11.4286%; color:#000000; font-size: 80%; } .ability-tooltip-requirement{ position: absolute; left: 21.7143%; top: 69.1667%; width: 56.5714%; height: 11.4286%; color:#920000; } .ability-tooltip-requirement p{ font-size: 75%; } .item-tooltip-statbox{ position: absolute; left: 9.7143%; top: 42.2857%; width: 80.5714%; height: 31.7143%; color:#000000; font-size: 70%; } .v-h-centered{ position:absolute; top: 50%; left:50%; transform: translate(-50%, -50%); -ms-transform: translateY(-50%) translateX(-50%); } .nowrap{ white-space: nowrap; overflow: hidden; } .relative{ position:relative; }
0.376623
0.054349
body { margin: 0; padding: 0; } #rma-widget { width: 320px; height: 480px; margin: 0; padding: 0; } #raffle_content { margin: 0; padding: 0; width: 320px; height: 480px; position: relative; color: #fff; font-family: Arial, Helvetica, sans-serif; } #tac * { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ } .abs { position: absolute; } .hide { display: none; } #up { width: 50px; height: 50px; position: absolute; right: -6px; bottom: 35px; } #down { width: 50px; height: 50px; position: absolute; right: -6px; bottom: -14px; } #tac { left: 20px; top: 0; width: 80%; height: 480px; text-align: left; overflow-x: hidden; overflow-y: scroll; overflow: -moz-scrollbars-none; } ::-webkit-scrollbar { width: 0 !important; display: none; } #scroll { bottom: 25px; right: 6px; } #close_tc { right: 7px; top: 330px; } #raffle_content div.inner { padding: 30px 15px; } #contest_tc { bottom: 5px; text-decoration: underline; font-size: 14px; width: 100%; text-align: center; cursor: pointer; padding: 10px 0; } #mailer input { display: inline-block; padding: 10px 20px; border: 1px solid #b7b7b7; -webkit-border-radius: 3px; border-radius: 3px; font: normal 16px/normal Arial, serif; color: #000; } #mailer { width: 320px; text-align: center; font-family: arial; top: 130px; } #mailer button { font-family: arial; font-weight: bold; color: #FFFFFF !important; font-size: 14px; text-shadow: 1px 1px 1px #0472e9; /* box-shadow: 1px 1px 1px #FFFFFF; */ padding: 10px 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; border: 1px solid #0472e9; background: #63B8EE; background: linear-gradient(top, #67bcfe, #0472e9); background: -ms-linear-gradient(top, #67bcfe, #0472e9); background: -webkit-gradient(linear, left top, left bottom, from(#67bcfe), to(#0472e9)); background: -moz-linear-gradient(top, #67bcfe, #0472e9); margin-top: 15px; cursor: pointer; } #thankyou { width: 320px; top: 129px; font-size: 26px; text-align: center; } #next_btn { width: 53px; height: 54px; bottom: 64px; right: 22px; cursor: pointer; } #title { font-size: 20px; } .question { font-size: 17px; } .radio { margin-top: 5px; } .radio label { width: 90%; display: inline-block; cursor: pointer; text-align: left; } .radio input[type=radio] { margin-left: 0; margin-bottom: 9px; margin-top: 9px; } .radio input[type=radio]:last-child { margin-bottom: 3px; } /* The snackbar - position it at the bottom and in the middle of the screen */ #snackbar { visibility: hidden; min-width: 250px; background-color: rgba(51, 51, 51, 0.95); color: #fff; text-align: center; border-radius: 2px; padding: 16px; z-index: 1; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 30px; width: 70%; line-height: 30px; } /* Show the snackbar when clicking on a button (class added with JavaScript) */ #snackbar.show { visibility: visible !important; /* Show the snackbar */ /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */ -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } /* Animations to fade the snackbar in and out */ @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} }
web/css/style.css
body { margin: 0; padding: 0; } #rma-widget { width: 320px; height: 480px; margin: 0; padding: 0; } #raffle_content { margin: 0; padding: 0; width: 320px; height: 480px; position: relative; color: #fff; font-family: Arial, Helvetica, sans-serif; } #tac * { -webkit-touch-callout: none; /* iOS Safari */ -webkit-user-select: none; /* Chrome/Safari/Opera */ -khtml-user-select: none; /* Konqueror */ -moz-user-select: none; /* Firefox */ -ms-user-select: none; /* Internet Explorer/Edge */ } .abs { position: absolute; } .hide { display: none; } #up { width: 50px; height: 50px; position: absolute; right: -6px; bottom: 35px; } #down { width: 50px; height: 50px; position: absolute; right: -6px; bottom: -14px; } #tac { left: 20px; top: 0; width: 80%; height: 480px; text-align: left; overflow-x: hidden; overflow-y: scroll; overflow: -moz-scrollbars-none; } ::-webkit-scrollbar { width: 0 !important; display: none; } #scroll { bottom: 25px; right: 6px; } #close_tc { right: 7px; top: 330px; } #raffle_content div.inner { padding: 30px 15px; } #contest_tc { bottom: 5px; text-decoration: underline; font-size: 14px; width: 100%; text-align: center; cursor: pointer; padding: 10px 0; } #mailer input { display: inline-block; padding: 10px 20px; border: 1px solid #b7b7b7; -webkit-border-radius: 3px; border-radius: 3px; font: normal 16px/normal Arial, serif; color: #000; } #mailer { width: 320px; text-align: center; font-family: arial; top: 130px; } #mailer button { font-family: arial; font-weight: bold; color: #FFFFFF !important; font-size: 14px; text-shadow: 1px 1px 1px #0472e9; /* box-shadow: 1px 1px 1px #FFFFFF; */ padding: 10px 25px; -moz-border-radius: 25px; -webkit-border-radius: 25px; border-radius: 25px; border: 1px solid #0472e9; background: #63B8EE; background: linear-gradient(top, #67bcfe, #0472e9); background: -ms-linear-gradient(top, #67bcfe, #0472e9); background: -webkit-gradient(linear, left top, left bottom, from(#67bcfe), to(#0472e9)); background: -moz-linear-gradient(top, #67bcfe, #0472e9); margin-top: 15px; cursor: pointer; } #thankyou { width: 320px; top: 129px; font-size: 26px; text-align: center; } #next_btn { width: 53px; height: 54px; bottom: 64px; right: 22px; cursor: pointer; } #title { font-size: 20px; } .question { font-size: 17px; } .radio { margin-top: 5px; } .radio label { width: 90%; display: inline-block; cursor: pointer; text-align: left; } .radio input[type=radio] { margin-left: 0; margin-bottom: 9px; margin-top: 9px; } .radio input[type=radio]:last-child { margin-bottom: 3px; } /* The snackbar - position it at the bottom and in the middle of the screen */ #snackbar { visibility: hidden; min-width: 250px; background-color: rgba(51, 51, 51, 0.95); color: #fff; text-align: center; border-radius: 2px; padding: 16px; z-index: 1; margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; height: 30px; width: 70%; line-height: 30px; } /* Show the snackbar when clicking on a button (class added with JavaScript) */ #snackbar.show { visibility: visible !important; /* Show the snackbar */ /* Add animation: Take 0.5 seconds to fade in and out the snackbar. However, delay the fade out process for 2.5 seconds */ -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s; animation: fadein 0.5s, fadeout 0.5s 2.5s; } /* Animations to fade the snackbar in and out */ @-webkit-keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @keyframes fadein { from {bottom: 0; opacity: 0;} to {bottom: 30px; opacity: 1;} } @-webkit-keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} } @keyframes fadeout { from {bottom: 30px; opacity: 1;} to {bottom: 0; opacity: 0;} }
0.358578
0.071982
.post-personal-comments-container { display: flex; flex-direction: column; align-items: center; padding: 0 18px 0 1px; } .comment-button-container { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .personal-comment-sign { margin: 35px 0 15px 17px; letter-spacing: 1px; } .personal-comment-number { color: #e13d3d; font-size: 24px; font-weight: bold; } .comment-button { margin: 25px 0 15px 275px; border: 1px solid #e13d3d; background-color: #fff; } .comment-button a { color: #e13d3d; text-align: center; font-style: italic; background-color: #fff; padding: 15px 25px; text-align: center; text-decoration: none; display: inline-block; } .comment-button a:hover { color: #fff; background-color: #e13d3d; } .horisontal-line { border-bottom: 0.5px solid #d8d8d8; margin: 0 25px 5px 25px; clear: both; } .comment-text { display: flex; flex-direction: column; align-items: flex-start; margin: 0 15px; padding-left: 10px; } .comment-author { text-transform: uppercase; letter-spacing: 1px; font-weight: bold; font-size: 14px; } .comment-body { padding-right: 15px; line-height: 1.5em; } .personal-comment-date { margin: 0 27px 0 28px; letter-spacing: 0.1em; text-transform: uppercase; font-size: 13px; } .reply-sign a { color: #e13d3d; } .reply-sign a:hover { cursor: pointer; } /*Small screens*/ @media (min-width: 320px) and (max-width: 600px) { .post-personal-comments-container { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; } .comment-button-container { flex-direction: column; align-self: center; } .personal-comment-sign { margin: 10px 0; font-size: 14px; } .comment-button { margin: auto; } .comment-button a { padding: 15px 30px; display: block; font-size: 13px; } .horisontal-line { margin: 0; max-width: 100%; width: 299px } .personal-comment { margin: 0; width: 100vw; position: relative; } .comment-text { margin: 0 auto; padding: 0; } .comment-author { font-size: 12px; padding: 0 10px; } .comment-body { padding-right: 25px; font-size: 13px; margin: 0; padding: 0 10px; max-width: 100%; width: 310px; } .personal-comment-date { margin: 0 0 0 10px; font-size: 11px; } } /* Medium Screens */ @media (min-width: 768px) and (max-width: 992px) { .post-personal-comments-container { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 0 auto; } .comment-button-container { flex-direction: column; align-self: center; } .personal-comment-sign { margin: 10px 0; font-size: 20px; } .comment-button { margin: auto; } .comment-button a { padding: 15px 30px; display: block; font-size: 20px; } .horisontal-line { margin: 0 29px 0 10px; max-width: 100%; width: 620px; } .personal-comment { margin: 0 auto; max-width: 100%; width: 650px; position: relative; } .comment-text { margin: 0 auto; } .comment-author { font-size: 14px; padding: 0 3px; } .comment-body { padding-right: 25px; font-size: 17px; margin: 0; } .personal-comment-date { margin: 0 0 0 10px; font-size: 16px; } }
blog-post/css/comments-card.css
.post-personal-comments-container { display: flex; flex-direction: column; align-items: center; padding: 0 18px 0 1px; } .comment-button-container { display: flex; flex-direction: row; justify-content: space-between; align-items: center; } .personal-comment-sign { margin: 35px 0 15px 17px; letter-spacing: 1px; } .personal-comment-number { color: #e13d3d; font-size: 24px; font-weight: bold; } .comment-button { margin: 25px 0 15px 275px; border: 1px solid #e13d3d; background-color: #fff; } .comment-button a { color: #e13d3d; text-align: center; font-style: italic; background-color: #fff; padding: 15px 25px; text-align: center; text-decoration: none; display: inline-block; } .comment-button a:hover { color: #fff; background-color: #e13d3d; } .horisontal-line { border-bottom: 0.5px solid #d8d8d8; margin: 0 25px 5px 25px; clear: both; } .comment-text { display: flex; flex-direction: column; align-items: flex-start; margin: 0 15px; padding-left: 10px; } .comment-author { text-transform: uppercase; letter-spacing: 1px; font-weight: bold; font-size: 14px; } .comment-body { padding-right: 15px; line-height: 1.5em; } .personal-comment-date { margin: 0 27px 0 28px; letter-spacing: 0.1em; text-transform: uppercase; font-size: 13px; } .reply-sign a { color: #e13d3d; } .reply-sign a:hover { cursor: pointer; } /*Small screens*/ @media (min-width: 320px) and (max-width: 600px) { .post-personal-comments-container { display: flex; flex-direction: column; align-items: center; margin: 0; padding: 0; } .comment-button-container { flex-direction: column; align-self: center; } .personal-comment-sign { margin: 10px 0; font-size: 14px; } .comment-button { margin: auto; } .comment-button a { padding: 15px 30px; display: block; font-size: 13px; } .horisontal-line { margin: 0; max-width: 100%; width: 299px } .personal-comment { margin: 0; width: 100vw; position: relative; } .comment-text { margin: 0 auto; padding: 0; } .comment-author { font-size: 12px; padding: 0 10px; } .comment-body { padding-right: 25px; font-size: 13px; margin: 0; padding: 0 10px; max-width: 100%; width: 310px; } .personal-comment-date { margin: 0 0 0 10px; font-size: 11px; } } /* Medium Screens */ @media (min-width: 768px) and (max-width: 992px) { .post-personal-comments-container { display: flex; flex-direction: column; align-items: center; margin: 0 auto; padding: 0 auto; } .comment-button-container { flex-direction: column; align-self: center; } .personal-comment-sign { margin: 10px 0; font-size: 20px; } .comment-button { margin: auto; } .comment-button a { padding: 15px 30px; display: block; font-size: 20px; } .horisontal-line { margin: 0 29px 0 10px; max-width: 100%; width: 620px; } .personal-comment { margin: 0 auto; max-width: 100%; width: 650px; position: relative; } .comment-text { margin: 0 auto; } .comment-author { font-size: 14px; padding: 0 3px; } .comment-body { padding-right: 25px; font-size: 17px; margin: 0; } .personal-comment-date { margin: 0 0 0 10px; font-size: 16px; } }
0.344443
0.108803
body { overflow-x: hidden; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-muted { color: #777; } .text-primary { color: #fed136; } .align-left { text-align: left; } .align-right { text-align: right; } p { font-size: 18px; line-height: 1.25; } p.large { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; } a { color: #fed136; } a:hover, a:focus, a:active, a.active { color: #fec503; } section a { color: #222; text-decoration: underline; } section a:hover, section a:focus, section a:active, section a.active { color: #000; } h1, h2, h3, h4, h5, h6 { font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; text-align: center; } h3 { font-size: 30px; } /**** FORMS ****/ input { border: 1px solid #cfcfcf; padding: 4px 5px; } .img-centered { margin: 0 auto; } .bg-white .bg-top, .bg-darkest-gray .bg-top, .bg-light-gray .bg-top { height: 30px; position: relative; top: -70px; } .bg-light-gray { background-color: #f7f7f7; } .bg-light-gray .bg-top { background: transparent url('/static/img/section_top_light.png') top center repeat-x; } .bg-white { background-color: #fff; } .bg-white .bg-top { background: transparent url('/static/img/section_top_white.png') top center repeat-x; } .bg-darkest-gray .bg-top { background: transparent url('/static/img/section_top_dark.png') top center repeat-x; } .bg-darkest-gray { color: #fff; background-color: #222; } .btn { padding: 11px 33px; border-color: #ffc016; border-radius: 35px; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; color: #222; background-color: #ffc016; text-transform: uppercase; } .btn-primary { border-radius: 25px; padding: 10px 38px; font-size: 16px; text-transform: uppercase; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { border-color: #e6791a; color: #222; background-color: #e6791a; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { border-color: #e6791a; color: #222; background-color: #e6791a; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #fed136; background-color: #fed136; } .btn-primary .badge { color: #fed136; background-color: #fff; } .btn-xl { padding: 17px 30px; font-size: 25px; } .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { border-color: #e6791a; background-color: #e6791a; } .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { background-image: none; } .btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active { border-color: #fed136; background-color: #fed136; } .btn-xl .badge { color: #fed136; background-color: #fff; } a.btn { text-decoration: none; } .buttons input { margin-left: 15px; } .navbar-default.bg-black { background-color: #222; } .navbar-default { border-color: transparent; background-color: #222; } .navbar-default .navbar-brand { font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,cursive; color: #fff; font-weight: bold; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active { color: #fec503; } .navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02); } .navbar-default .navbar-toggle { border-color: #fed136; background-color: #fed136; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fed136; } .navbar-default .nav li a { font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; letter-spacing: 1px; color: #fff; font-size: 16px; } .navbar-default .nav li a:hover, .navbar-default .nav li a:focus { outline: 0; color: #ffc016; } .navbar-default .navbar-nav>.active>a { border-radius: 0; color: #fff; background-color: #fed136; } .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #fff; background-color: #fec503; } .navbar-default .nav li a.cart { background-color: #ffc016; border-radius: 30px; color: #222; padding: 9px 25px 9px 5px; margin: 4px 23px 0 25px; } .navbar-default .nav li a.cart:hover { background-color: #e6791a; } .navbar-default .nav li a.cart strong { background-color: #222; border-radius: 20px; color: #fff; padding: 6px 10px; margin-right: 15px; } .navbar-default .caret { border: none; background: url('/static/img/dropdown_arrow.png') center center no-repeat; width: 14px; height: 9px; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { background-color: transparent; color: #e6791a; } .navbar-nav>li>.dropdown-menu { background-color: #fff; border-radius: 10px; } .navbar-nav>li>.dropdown-menu>li { } .navbar-default .nav li a { padding: 15px 18px; } .navbar-default .dropdown-menu { min-width: 76px; position: absolute; right: 13px; top: 52px; } .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #BBB; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #FFF; } @media(min-width:768px) { .navbar-default { padding: 22px 0 18px 0; border: 0; background-color: transparent; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; } .navbar-default .navbar-brand { font-size: 19px; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } .navbar-default .navbar-nav>.active>a { border-radius: 3px; } .navbar-default.navbar-shrink { padding: 10px 0; background-color: #222; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } /* .navbar-default.navbar-shrink .navbar-brand { font-size: 1.5em; }*/ .dropdown-menu:before { border-bottom: 11px solid #fff; border-left: 10px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0, 0, 0, 0); content: ""; display: inline-block; height: 0; vertical-align: top; width: 0; position: absolute; top: -11px; right: 40%; } .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #222; font-size: 17px; padding: 4px 19px; text-align: center; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { background-color: transparent; color: #e6791a; } } header { text-align: center; color: #ffc016; background-attachment: scroll; background-image: url(../img/header-bg.jpg); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } header .intro-text { padding-top: 100px; padding-bottom: 50px; } header .intro-text .intro-lead-in { margin-bottom: 25px; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 22px; line-height: 22px; color: #fff; } header .intro-text .intro-heading { margin-bottom: 7px; text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 50px; font-weight: 700; line-height: 50px; } @media(min-width:768px) { header .intro-text { padding-top: 270px; padding-bottom: 140px; } header .intro-text .intro-lead-in { margin-bottom: 40px; font-size: 30px; line-height: 40px; } header .intro-text .intro-heading { margin-bottom: 7px; text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 60px; font-weight: 700; line-height: 66px; } } section { padding: 40px 0 100px 0; } section h2.section-heading { margin-top: 0; margin-bottom: 30px; font-size: 40px; } section h3.section-subheading { margin-bottom: 75px; text-transform: none; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; font-style: italic; font-weight: 400; } @media(min-width:768px) { section { /*padding: 96px 0 70px 0;*/ } } .service-heading { margin: 15px 0; text-transform: none; } #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 .portfolio-hover { position: absolute; width: 100%; height: 100%; opacity: 0; background: rgba(254,209,54,.9); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover { opacity: 1; } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-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 .portfolio-hover .portfolio-hover-content i { margin-top: -12px; } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 { margin: 0; } #portfolio .portfolio-item .portfolio-caption { margin: 0 auto; padding: 25px; max-width: 400px; text-align: center; background-color: #fff; } #portfolio .portfolio-item .portfolio-caption h4 { margin: 0; text-transform: none; } #portfolio .portfolio-item .portfolio-caption p { margin: 0; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; font-style: italic; } #portfolio * { z-index: 2; } @media(min-width:767px) { #portfolio .portfolio-item { margin: 0 0 30px; } } .timeline { position: relative; padding: 0; list-style: none; } .timeline:before { content: ""; position: absolute; top: 0; bottom: 0; left: 40px; width: 2px; margin-left: -1.5px; background-color: #ffc016; } .timeline>li { position: relative; margin-bottom: 50px; min-height: 50px; } .timeline>li:before, .timeline>li:after { content: " "; display: table; } .timeline>li:after { clear: both; } .timeline>li .timeline-panel { float: right; position: relative; width: 100%; padding: 0 20px 0 100px; text-align: left; } .timeline>li .timeline-panel:before { right: auto; left: -15px; border-right-width: 15px; border-left-width: 0; } .timeline>li .timeline-panel:after { right: auto; left: -14px; border-right-width: 14px; border-left-width: 0; } .timeline>li .timeline-image { z-index: 100; position: absolute; left: 0; width: 80px; height: 80px; margin-left: 0; border: 7px solid #ffc016; border-radius: 100%; text-align: center; color: #fff; background-color: #ffc016; } .timeline>li .timeline-image h4 { margin-top: 12px; font-size: 10px; line-height: 14px; } .timeline>li.timeline-inverted>.timeline-panel { float: right; padding: 0 20px 0 100px; text-align: left; } .timeline>li.timeline-inverted>.timeline-panel:before { right: auto; left: -15px; border-right-width: 15px; border-left-width: 0; } .timeline>li.timeline-inverted>.timeline-panel:after { right: auto; left: -14px; border-right-width: 14px; border-left-width: 0; } .timeline>li:last-child { margin-bottom: 0; } .timeline .timeline-heading h4 { margin-top: 0px; margin-bottom: 0px; text-align: right; } .timeline>li.timeline-inverted .timeline-heading h4 { text-align: left; } .timeline .timeline-heading h4.subheading { text-transform: none; } .timeline .timeline-body>p, .timeline .timeline-body>ul { margin-bottom: 0; } @media(min-width:768px) { .timeline:before { left: 50%; } .timeline>li { margin-bottom: -11px; min-height: 100px; } .timeline>li .timeline-panel { float: left; width: 41%; padding: 0 20px 20px 30px; text-align: right; } .timeline>li .timeline-image { left: 50%; width: 100px; height: 100px; margin-left: -50px; } .timeline>li .timeline-image h4 { margin-top: 16px; font-size: 13px; line-height: 18px; } .timeline>li.timeline-inverted>.timeline-panel { float: right; padding: 0 30px 20px 20px; text-align: left; } } @media(min-width:992px) { .timeline>li { min-height: 150px; } .timeline>li .timeline-panel { padding: 0 20px 20px; } .timeline>li .timeline-image { width: 150px; height: 150px; margin-left: -75px; } .timeline>li .timeline-image h4 { margin-top: 30px; font-size: 20px; line-height: 26px; } .timeline>li.timeline-inverted>.timeline-panel { padding: 0 20px 20px; } } @media(min-width:1200px) { .timeline>li { min-height: 150px; } .timeline>li .timeline-panel { padding: 0 20px 20px 100px; min-height: 200px; } .timeline>li .timeline-image { width: 150px; height: 150px; margin-left: -76px; } .timeline>li .timeline-image h4 { margin-top: 47px; color: #222; } .timeline>li.timeline-inverted>.timeline-panel { padding: 0 100px 20px 20px; } } .team-member { margin-bottom: 54px; margin-top: 14px; text-align: center; height: 380px; } .team-member img { margin: 0 auto; width: 228px; border: 7px solid #fff; } .team-member h4 { margin-top: 30px; margin-bottom: 0; text-transform: none; } .team-member p { margin-top: 0; margin-bottom: 17px; } aside.clients img { margin: 50px auto; } section#contact { background-color: #222; background-image: url(../img/map-image.png); background-position: center; background-repeat: no-repeat; } section#contact .section-heading { color: #fff; } section#contact .form-group { margin-bottom: 25px; } section#contact .form-group input, section#contact .form-group textarea { padding: 20px; } section#contact .form-group input.form-control { height: auto; } section#contact .form-group textarea.form-control { height: 236px; } section#contact .form-control:focus { border-color: #fed136; box-shadow: none; } section#contact::-webkit-input-placeholder { text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #bbb; } section#contact:-moz-placeholder { text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #bbb; } section#contact::-moz-placeholder { text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #bbb; } section#contact:-ms-input-placeholder { text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #bbb; } section#contact .text-danger { color: #e74c3c; } footer { padding: 37px 0 28px 0; text-align: center; background-color: #222; font-size: 16px; } footer p { font-size: 16px; color: #fff; } footer span.copyright { text-transform: none; color: #fff; margin-bottom: 20px; } footer .dot { color: #FFF; padding: 0 5px; } footer .footer-left { margin-bottom: 20px; } footer .logo-container { margin-bottom: 20px; position: relative; } footer .logo-container > a { position: relative; top: -3px; } footer .logo-container .social-buttons { margin-left: 15px; } footer .newsletter .newsletter-form { text-align: right; } footer .newsletter .newsletter-alerts { text-align: center; } footer .newsletter p { color: white; margin-bottom: 10px; } footer .newsletter input { border-radius: 22px 0 0 22px; font-size: 16px; padding: 8px 16px 7px 16px; max-width: 250px; } footer .newsletter button { background: #ffc016 url("/static/img/newsletter_butt.gif") no-repeat scroll left center; border: none; border-radius: 0 30px 30px 0; font-size: 18px; height: 40px; left: -5px; padding: 7px 13px 7px 20px; position: relative; } footer .newsletter button:hover { background-color: #e6791a; background-image: url("/static/img/newsletter_butt_hover.gif"); } ul.social-buttons { margin-top: 17px; margin-bottom: 0; display: inline; text-align: center; } ul.social-buttons li a { display: block; width: 40px; height: 40px; border-radius: 100%; font-size: 20px; line-height: 36px; outline: 0; color: #fff; background-color: #222; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; border: 1px solid #717171; } ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active { background-color: #fed136; border: 1px solid #fed136; } .btn { white-space: normal; } .btn:focus, .btn:active, .btn.active, .btn:active:focus { outline: 0; } .btn-not-available { background-color: #b3b3b3; border: 1px solid #b3b3b3; cursor: auto; } .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-bottom: 15px; font-size: 3em; } .portfolio-modal .modal-content p { margin-bottom: 30px; } .portfolio-modal .modal-content p.item-intro { margin: 20px 0 30px; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; font-style: italic; } .portfolio-modal .modal-content ul.list-inline { margin-top: 0; margin-bottom: 30px; } .portfolio-modal .modal-content img { margin-bottom: 30px; } .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: #222; -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: #222; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .portfolio-modal .modal-backdrop { display: none; opacity: 0; } ::-moz-selection { text-shadow: none; background: #fed136; } ::selection { text-shadow: none; background: #fed136; } img::selection { background: 0 0; } img::-moz-selection { background: 0 0; } body { webkit-tap-highlight-color: #fed136; background-color: #222; } /***** CHANGES ******/ .dropdown-menu { background-color: #000; } .well { background-color: #ffc016; border: none; padding: 26px 20px; margin: auto; max-width: 777px; font-size: 17px; border-radius: 10px; } #about { text-align: left; } #about p { text-align: justify; } #about p a { color: #333; text-decoration: underline; } .product-list { margin-top: 23px; margin-bottom: 43px; text-align: center; } .product-list .product { display: inline-block; width: 387px; min-height: 720px; vertical-align: top; } .product-list .other-product { display: inline-block; width: 290px; vertical-align: top; height: 630px; } .product-list .other-product .img { width: 100%; } .product-list .product-title { font-size: 22px; font-weight: bold; margin-top: 12px; margin-bottom: 10px; } .product-list .product-description { margin-bottom: 15px; font-size: 16px; } .product-list .other-product .product-title { font-size: 20px; } .product-list .other-product .product-description { font-size: 14px; } .product-list .prices { margin-bottom: 17px; } .product-list .prices .last-stock { margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #a94442; } .product-list .prices strong { font-size: 24px; color: #e6791a; display: inline-block; } .quantity-counter .btn-quantity { display: inline-block; margin: -8px 5px 0 5px; cursor: pointer; } .quantity-counter input { display: inline-block; width: 40px; position: relative; top: -2px; text-align: center; } #shop { padding-top: 122px; background-color: #FFF; } #shop h1 { text-align: center; font-size: 41px; margin-bottom: 22px; } #shop h2 { text-align: center; margin-bottom: 29px; } #shop .table { border-bottom: 1px solid #222; margin-bottom: 29px; } #shop .table thead th { background-color: #222; color: #fff; padding: 14px 23px 11px 23px; font-size: 18px; } #shop .table thead th:last-child { text-align: right; } #shop .table tbody td { font-size: 18px; padding: 12px 0px 2px 22px; } #shop .table tbody td:last-child { text-align: right; } #shop .table tbody tr:nth-child(odd) { background: #fff; } #shop .table tbody tr:nth-child(even) { background: #f7f7f7; } #shop .table .checkbox { padding: 0px 20px; margin: 0; } #shop .shop-header { position: relative; text-align: center; margin-bottom: 35px; } #shop .shop-header h1 { display: inline; } #shop .shop-header .go-back { } #shop .shop-header .go-back a { color: #ffc016; background: url('/static/img/arrow_left.png') left center no-repeat; padding-left: 30px; text-decoration: none; } #shop .shop-header h2 { display: inline; position: absolute; left: 0px; margin: 10px 0 0 0; } #shop .shop-header h2:last-child { left: auto; right: 0px; color: #ccc; } #shop .form-block { margin-bottom: 33px; } #shop .form-group { padding-right: 15px; padding-bottom: 5px; } #shop .form-group input, #shop .form-group select { border-radius: 30px; } #shop .form-group textarea { padding: 15px 20px; border-radius: 15px; } #shop .form-group input { padding: 9px 15px; height: auto; } #shop .form-group select { height: 40px; } #shop .form-group label { font-size: 17px; margin-bottom: 14px; } #shop .form-group .radio label { font-size: 18px; font-weight: bold; margin-bottom: 6px; } #shop .form-group .radio input { width: 30px; height: 30px; margin: auto 10px auto auto; position: relative; top: 8px; } #static-page { padding-top: 122px; background-color: #FFF; } #previews { text-align: center; } #previews .thumb { display: inline-block; width: 142px; height: 142px; margin: 9px; } #previews .thumb img { width: 100%; height: 100%; } ul.messages { list-style: none; padding: 0; margin: 0; } /* copied from alert-danger */ .alert-error { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-error hr { border-top-color: #e4b9c0; } .alert-error .alert-link { color: #843534; }
calendareshop/calendareshop/static/css/calendar.css
body { overflow-x: hidden; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; } .text-muted { color: #777; } .text-primary { color: #fed136; } .align-left { text-align: left; } .align-right { text-align: right; } p { font-size: 18px; line-height: 1.25; } p.large { font-size: 16px; } a, a:hover, a:focus, a:active, a.active { outline: 0; } a { color: #fed136; } a:hover, a:focus, a:active, a.active { color: #fec503; } section a { color: #222; text-decoration: underline; } section a:hover, section a:focus, section a:active, section a.active { color: #000; } h1, h2, h3, h4, h5, h6 { font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; text-align: center; } h3 { font-size: 30px; } /**** FORMS ****/ input { border: 1px solid #cfcfcf; padding: 4px 5px; } .img-centered { margin: 0 auto; } .bg-white .bg-top, .bg-darkest-gray .bg-top, .bg-light-gray .bg-top { height: 30px; position: relative; top: -70px; } .bg-light-gray { background-color: #f7f7f7; } .bg-light-gray .bg-top { background: transparent url('/static/img/section_top_light.png') top center repeat-x; } .bg-white { background-color: #fff; } .bg-white .bg-top { background: transparent url('/static/img/section_top_white.png') top center repeat-x; } .bg-darkest-gray .bg-top { background: transparent url('/static/img/section_top_dark.png') top center repeat-x; } .bg-darkest-gray { color: #fff; background-color: #222; } .btn { padding: 11px 33px; border-color: #ffc016; border-radius: 35px; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; color: #222; background-color: #ffc016; text-transform: uppercase; } .btn-primary { border-radius: 25px; padding: 10px 38px; font-size: 16px; text-transform: uppercase; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { border-color: #e6791a; color: #222; background-color: #e6791a; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { border-color: #e6791a; color: #222; background-color: #e6791a; } .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { background-image: none; } .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active { border-color: #fed136; background-color: #fed136; } .btn-primary .badge { color: #fed136; background-color: #fff; } .btn-xl { padding: 17px 30px; font-size: 25px; } .btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { border-color: #e6791a; background-color: #e6791a; } .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl { background-image: none; } .btn-xl.disabled, .btn-xl[disabled], fieldset[disabled] .btn-xl, .btn-xl.disabled:hover, .btn-xl[disabled]:hover, fieldset[disabled] .btn-xl:hover, .btn-xl.disabled:focus, .btn-xl[disabled]:focus, fieldset[disabled] .btn-xl:focus, .btn-xl.disabled:active, .btn-xl[disabled]:active, fieldset[disabled] .btn-xl:active, .btn-xl.disabled.active, .btn-xl[disabled].active, fieldset[disabled] .btn-xl.active { border-color: #fed136; background-color: #fed136; } .btn-xl .badge { color: #fed136; background-color: #fff; } a.btn { text-decoration: none; } .buttons input { margin-left: 15px; } .navbar-default.bg-black { background-color: #222; } .navbar-default { border-color: transparent; background-color: #222; } .navbar-default .navbar-brand { font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,cursive; color: #fff; font-weight: bold; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:active, .navbar-default .navbar-brand.active { color: #fec503; } .navbar-default .navbar-collapse { border-color: rgba(255,255,255,.02); } .navbar-default .navbar-toggle { border-color: #fed136; background-color: #fed136; } .navbar-default .navbar-toggle .icon-bar { background-color: #fff; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #fed136; } .navbar-default .nav li a { font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; letter-spacing: 1px; color: #fff; font-size: 16px; } .navbar-default .nav li a:hover, .navbar-default .nav li a:focus { outline: 0; color: #ffc016; } .navbar-default .navbar-nav>.active>a { border-radius: 0; color: #fff; background-color: #fed136; } .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus { color: #fff; background-color: #fec503; } .navbar-default .nav li a.cart { background-color: #ffc016; border-radius: 30px; color: #222; padding: 9px 25px 9px 5px; margin: 4px 23px 0 25px; } .navbar-default .nav li a.cart:hover { background-color: #e6791a; } .navbar-default .nav li a.cart strong { background-color: #222; border-radius: 20px; color: #fff; padding: 6px 10px; margin-right: 15px; } .navbar-default .caret { border: none; background: url('/static/img/dropdown_arrow.png') center center no-repeat; width: 14px; height: 9px; } .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { background-color: transparent; color: #e6791a; } .navbar-nav>li>.dropdown-menu { background-color: #fff; border-radius: 10px; } .navbar-nav>li>.dropdown-menu>li { } .navbar-default .nav li a { padding: 15px 18px; } .navbar-default .dropdown-menu { min-width: 76px; position: absolute; right: 13px; top: 52px; } .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #BBB; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #FFF; } @media(min-width:768px) { .navbar-default { padding: 22px 0 18px 0; border: 0; background-color: transparent; -webkit-transition: padding .3s; -moz-transition: padding .3s; transition: padding .3s; } .navbar-default .navbar-brand { font-size: 19px; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; } .navbar-default .navbar-nav>.active>a { border-radius: 3px; } .navbar-default.navbar-shrink { padding: 10px 0; background-color: #222; -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } /* .navbar-default.navbar-shrink .navbar-brand { font-size: 1.5em; }*/ .dropdown-menu:before { border-bottom: 11px solid #fff; border-left: 10px solid rgba(0, 0, 0, 0); border-right: 10px solid rgba(0, 0, 0, 0); content: ""; display: inline-block; height: 0; vertical-align: top; width: 0; position: absolute; top: -11px; right: 40%; } .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #222; font-size: 17px; padding: 4px 19px; text-align: center; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { background-color: transparent; color: #e6791a; } } header { text-align: center; color: #ffc016; background-attachment: scroll; background-image: url(../img/header-bg.jpg); background-position: center center; background-repeat: none; -webkit-background-size: cover; -moz-background-size: cover; background-size: cover; -o-background-size: cover; } header .intro-text { padding-top: 100px; padding-bottom: 50px; } header .intro-text .intro-lead-in { margin-bottom: 25px; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 22px; line-height: 22px; color: #fff; } header .intro-text .intro-heading { margin-bottom: 7px; text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 50px; font-weight: 700; line-height: 50px; } @media(min-width:768px) { header .intro-text { padding-top: 270px; padding-bottom: 140px; } header .intro-text .intro-lead-in { margin-bottom: 40px; font-size: 30px; line-height: 40px; } header .intro-text .intro-heading { margin-bottom: 7px; text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 60px; font-weight: 700; line-height: 66px; } } section { padding: 40px 0 100px 0; } section h2.section-heading { margin-top: 0; margin-bottom: 30px; font-size: 40px; } section h3.section-subheading { margin-bottom: 75px; text-transform: none; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; font-style: italic; font-weight: 400; } @media(min-width:768px) { section { /*padding: 96px 0 70px 0;*/ } } .service-heading { margin: 15px 0; text-transform: none; } #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 .portfolio-hover { position: absolute; width: 100%; height: 100%; opacity: 0; background: rgba(254,209,54,.9); -webkit-transition: all ease .5s; -moz-transition: all ease .5s; transition: all ease .5s; } #portfolio .portfolio-item .portfolio-link .portfolio-hover:hover { opacity: 1; } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-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 .portfolio-hover .portfolio-hover-content i { margin-top: -12px; } #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3, #portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 { margin: 0; } #portfolio .portfolio-item .portfolio-caption { margin: 0 auto; padding: 25px; max-width: 400px; text-align: center; background-color: #fff; } #portfolio .portfolio-item .portfolio-caption h4 { margin: 0; text-transform: none; } #portfolio .portfolio-item .portfolio-caption p { margin: 0; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; font-style: italic; } #portfolio * { z-index: 2; } @media(min-width:767px) { #portfolio .portfolio-item { margin: 0 0 30px; } } .timeline { position: relative; padding: 0; list-style: none; } .timeline:before { content: ""; position: absolute; top: 0; bottom: 0; left: 40px; width: 2px; margin-left: -1.5px; background-color: #ffc016; } .timeline>li { position: relative; margin-bottom: 50px; min-height: 50px; } .timeline>li:before, .timeline>li:after { content: " "; display: table; } .timeline>li:after { clear: both; } .timeline>li .timeline-panel { float: right; position: relative; width: 100%; padding: 0 20px 0 100px; text-align: left; } .timeline>li .timeline-panel:before { right: auto; left: -15px; border-right-width: 15px; border-left-width: 0; } .timeline>li .timeline-panel:after { right: auto; left: -14px; border-right-width: 14px; border-left-width: 0; } .timeline>li .timeline-image { z-index: 100; position: absolute; left: 0; width: 80px; height: 80px; margin-left: 0; border: 7px solid #ffc016; border-radius: 100%; text-align: center; color: #fff; background-color: #ffc016; } .timeline>li .timeline-image h4 { margin-top: 12px; font-size: 10px; line-height: 14px; } .timeline>li.timeline-inverted>.timeline-panel { float: right; padding: 0 20px 0 100px; text-align: left; } .timeline>li.timeline-inverted>.timeline-panel:before { right: auto; left: -15px; border-right-width: 15px; border-left-width: 0; } .timeline>li.timeline-inverted>.timeline-panel:after { right: auto; left: -14px; border-right-width: 14px; border-left-width: 0; } .timeline>li:last-child { margin-bottom: 0; } .timeline .timeline-heading h4 { margin-top: 0px; margin-bottom: 0px; text-align: right; } .timeline>li.timeline-inverted .timeline-heading h4 { text-align: left; } .timeline .timeline-heading h4.subheading { text-transform: none; } .timeline .timeline-body>p, .timeline .timeline-body>ul { margin-bottom: 0; } @media(min-width:768px) { .timeline:before { left: 50%; } .timeline>li { margin-bottom: -11px; min-height: 100px; } .timeline>li .timeline-panel { float: left; width: 41%; padding: 0 20px 20px 30px; text-align: right; } .timeline>li .timeline-image { left: 50%; width: 100px; height: 100px; margin-left: -50px; } .timeline>li .timeline-image h4 { margin-top: 16px; font-size: 13px; line-height: 18px; } .timeline>li.timeline-inverted>.timeline-panel { float: right; padding: 0 30px 20px 20px; text-align: left; } } @media(min-width:992px) { .timeline>li { min-height: 150px; } .timeline>li .timeline-panel { padding: 0 20px 20px; } .timeline>li .timeline-image { width: 150px; height: 150px; margin-left: -75px; } .timeline>li .timeline-image h4 { margin-top: 30px; font-size: 20px; line-height: 26px; } .timeline>li.timeline-inverted>.timeline-panel { padding: 0 20px 20px; } } @media(min-width:1200px) { .timeline>li { min-height: 150px; } .timeline>li .timeline-panel { padding: 0 20px 20px 100px; min-height: 200px; } .timeline>li .timeline-image { width: 150px; height: 150px; margin-left: -76px; } .timeline>li .timeline-image h4 { margin-top: 47px; color: #222; } .timeline>li.timeline-inverted>.timeline-panel { padding: 0 100px 20px 20px; } } .team-member { margin-bottom: 54px; margin-top: 14px; text-align: center; height: 380px; } .team-member img { margin: 0 auto; width: 228px; border: 7px solid #fff; } .team-member h4 { margin-top: 30px; margin-bottom: 0; text-transform: none; } .team-member p { margin-top: 0; margin-bottom: 17px; } aside.clients img { margin: 50px auto; } section#contact { background-color: #222; background-image: url(../img/map-image.png); background-position: center; background-repeat: no-repeat; } section#contact .section-heading { color: #fff; } section#contact .form-group { margin-bottom: 25px; } section#contact .form-group input, section#contact .form-group textarea { padding: 20px; } section#contact .form-group input.form-control { height: auto; } section#contact .form-group textarea.form-control { height: 236px; } section#contact .form-control:focus { border-color: #fed136; box-shadow: none; } section#contact::-webkit-input-placeholder { text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #bbb; } section#contact:-moz-placeholder { text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #bbb; } section#contact::-moz-placeholder { text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #bbb; } section#contact:-ms-input-placeholder { text-transform: uppercase; font-family: 'Ubuntu',"Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; color: #bbb; } section#contact .text-danger { color: #e74c3c; } footer { padding: 37px 0 28px 0; text-align: center; background-color: #222; font-size: 16px; } footer p { font-size: 16px; color: #fff; } footer span.copyright { text-transform: none; color: #fff; margin-bottom: 20px; } footer .dot { color: #FFF; padding: 0 5px; } footer .footer-left { margin-bottom: 20px; } footer .logo-container { margin-bottom: 20px; position: relative; } footer .logo-container > a { position: relative; top: -3px; } footer .logo-container .social-buttons { margin-left: 15px; } footer .newsletter .newsletter-form { text-align: right; } footer .newsletter .newsletter-alerts { text-align: center; } footer .newsletter p { color: white; margin-bottom: 10px; } footer .newsletter input { border-radius: 22px 0 0 22px; font-size: 16px; padding: 8px 16px 7px 16px; max-width: 250px; } footer .newsletter button { background: #ffc016 url("/static/img/newsletter_butt.gif") no-repeat scroll left center; border: none; border-radius: 0 30px 30px 0; font-size: 18px; height: 40px; left: -5px; padding: 7px 13px 7px 20px; position: relative; } footer .newsletter button:hover { background-color: #e6791a; background-image: url("/static/img/newsletter_butt_hover.gif"); } ul.social-buttons { margin-top: 17px; margin-bottom: 0; display: inline; text-align: center; } ul.social-buttons li a { display: block; width: 40px; height: 40px; border-radius: 100%; font-size: 20px; line-height: 36px; outline: 0; color: #fff; background-color: #222; -webkit-transition: all .3s; -moz-transition: all .3s; transition: all .3s; border: 1px solid #717171; } ul.social-buttons li a:hover, ul.social-buttons li a:focus, ul.social-buttons li a:active { background-color: #fed136; border: 1px solid #fed136; } .btn { white-space: normal; } .btn:focus, .btn:active, .btn.active, .btn:active:focus { outline: 0; } .btn-not-available { background-color: #b3b3b3; border: 1px solid #b3b3b3; cursor: auto; } .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-bottom: 15px; font-size: 3em; } .portfolio-modal .modal-content p { margin-bottom: 30px; } .portfolio-modal .modal-content p.item-intro { margin: 20px 0 30px; font-family: "Ubuntu","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 16px; font-style: italic; } .portfolio-modal .modal-content ul.list-inline { margin-top: 0; margin-bottom: 30px; } .portfolio-modal .modal-content img { margin-bottom: 30px; } .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: #222; -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: #222; -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); } .portfolio-modal .modal-backdrop { display: none; opacity: 0; } ::-moz-selection { text-shadow: none; background: #fed136; } ::selection { text-shadow: none; background: #fed136; } img::selection { background: 0 0; } img::-moz-selection { background: 0 0; } body { webkit-tap-highlight-color: #fed136; background-color: #222; } /***** CHANGES ******/ .dropdown-menu { background-color: #000; } .well { background-color: #ffc016; border: none; padding: 26px 20px; margin: auto; max-width: 777px; font-size: 17px; border-radius: 10px; } #about { text-align: left; } #about p { text-align: justify; } #about p a { color: #333; text-decoration: underline; } .product-list { margin-top: 23px; margin-bottom: 43px; text-align: center; } .product-list .product { display: inline-block; width: 387px; min-height: 720px; vertical-align: top; } .product-list .other-product { display: inline-block; width: 290px; vertical-align: top; height: 630px; } .product-list .other-product .img { width: 100%; } .product-list .product-title { font-size: 22px; font-weight: bold; margin-top: 12px; margin-bottom: 10px; } .product-list .product-description { margin-bottom: 15px; font-size: 16px; } .product-list .other-product .product-title { font-size: 20px; } .product-list .other-product .product-description { font-size: 14px; } .product-list .prices { margin-bottom: 17px; } .product-list .prices .last-stock { margin-bottom: 10px; font-weight: bold; font-size: 16px; color: #a94442; } .product-list .prices strong { font-size: 24px; color: #e6791a; display: inline-block; } .quantity-counter .btn-quantity { display: inline-block; margin: -8px 5px 0 5px; cursor: pointer; } .quantity-counter input { display: inline-block; width: 40px; position: relative; top: -2px; text-align: center; } #shop { padding-top: 122px; background-color: #FFF; } #shop h1 { text-align: center; font-size: 41px; margin-bottom: 22px; } #shop h2 { text-align: center; margin-bottom: 29px; } #shop .table { border-bottom: 1px solid #222; margin-bottom: 29px; } #shop .table thead th { background-color: #222; color: #fff; padding: 14px 23px 11px 23px; font-size: 18px; } #shop .table thead th:last-child { text-align: right; } #shop .table tbody td { font-size: 18px; padding: 12px 0px 2px 22px; } #shop .table tbody td:last-child { text-align: right; } #shop .table tbody tr:nth-child(odd) { background: #fff; } #shop .table tbody tr:nth-child(even) { background: #f7f7f7; } #shop .table .checkbox { padding: 0px 20px; margin: 0; } #shop .shop-header { position: relative; text-align: center; margin-bottom: 35px; } #shop .shop-header h1 { display: inline; } #shop .shop-header .go-back { } #shop .shop-header .go-back a { color: #ffc016; background: url('/static/img/arrow_left.png') left center no-repeat; padding-left: 30px; text-decoration: none; } #shop .shop-header h2 { display: inline; position: absolute; left: 0px; margin: 10px 0 0 0; } #shop .shop-header h2:last-child { left: auto; right: 0px; color: #ccc; } #shop .form-block { margin-bottom: 33px; } #shop .form-group { padding-right: 15px; padding-bottom: 5px; } #shop .form-group input, #shop .form-group select { border-radius: 30px; } #shop .form-group textarea { padding: 15px 20px; border-radius: 15px; } #shop .form-group input { padding: 9px 15px; height: auto; } #shop .form-group select { height: 40px; } #shop .form-group label { font-size: 17px; margin-bottom: 14px; } #shop .form-group .radio label { font-size: 18px; font-weight: bold; margin-bottom: 6px; } #shop .form-group .radio input { width: 30px; height: 30px; margin: auto 10px auto auto; position: relative; top: 8px; } #static-page { padding-top: 122px; background-color: #FFF; } #previews { text-align: center; } #previews .thumb { display: inline-block; width: 142px; height: 142px; margin: 9px; } #previews .thumb img { width: 100%; height: 100%; } ul.messages { list-style: none; padding: 0; margin: 0; } /* copied from alert-danger */ .alert-error { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert-error hr { border-top-color: #e4b9c0; } .alert-error .alert-link { color: #843534; }
0.478529
0.095941
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap'); /* CSS */ * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #35363e; } .container-geral { font-family: 'Roboto', Sans-Serif; display: flex; justify-content: center; align-items: center; width: 100%; } /* BODY 2 */ .top-body { background: linear-gradient(to bottom, black, #35363e); width: 100%; height: 250px; } .top-body i { color: white; cursor: pointer; position: relative; font-size: 40px; top: 20px; left: 10px; } /* TOP CARD */ .top-card { background: #1d1d22; box-shadow: 0 0 10px #00000070; width: 90%; height: 200px; position: absolute; top: 80px; justify-content: center; align-items: center; } /* TOP CARD IMG */ .top-card .top-card-img .img-top { position: relative; cursor: pointer; border-radius: 50%; height: 100px; width: 100px; left: 37%; bottom: 50px; box-shadow: 0 0 10px #00000070; border: 4px solid #1d1d22; } /* TOP CARD INFO */ .top-card-info { color: white; } .top-card-info .name { position: relative; text-align: center; bottom: 35px; font-size: 20px; color: #FF9000; } .top-card-info .name i { cursor: pointer; position: absolute; left: 270px; } .top-card-info .locate { position: relative; text-align: center; bottom: 30px; opacity: 0.5; color: grey; } .top-card-info .locate i { font-size: 15px; } .top-card-info .extras { text-align: center; position: relative; bottom: 10px; } .top-card-info .extras .extras-value { justify-content: space-around; display: flex; position: relative; bottom: 5px; } .top-card-info .extras .extras-text { justify-content: space-around; display: flex; color: grey; opacity: 0.5; } .top-card-info .extras .extras-text .like { position: relative; left: 5px; } .top-card-info .extras .extras-text .idade { position: relative; left: 11px; } .top-card-info .extras .extras-text .deslike { position: relative; left: 5px; } /* MID CARD */ .mid-card { position: relative; display: flex; top: 30px; width: 100%; height: 270px; background: #1d1d22; box-shadow: 0 0 10px #00000070; } .mid-card .mid-card-title { color: white; position: relative; left: 35px; top: 10px; font-size: 17px; letter-spacing: 3px; } .mid-card .mid-card-img { position: relative; align-items: center; top: 33px; right: 21px; } .mid-card .mid-card-img img { width: 100px; height: 100px; cursor: pointer; } .mid-card .mid-card-img .last { opacity: 0.5; } .mid-card .mid-card-img span { color: white; opacity: 0.8; font-size: 25px; bottom: 70px; left: 220px; position: relative; } /* RESPONSIVE */ @media (min-width: 768px) and (max-width: 991.98px) { .top-body i { position: relative; left: 40px; } .top-card .top-card-img .img-top { position: relative; left: 44.5%; } .top-card-info .name i { cursor: pointer; position: absolute; left: 520px; } .mid-card { position: relative; height: 200px; } .mid-card .mid-card-img { position: relative; right: 17px; } .mid-card .mid-card-img img { width: 130px; height: 130px; } .mid-card .mid-card-img span { left: 700px; bottom: 85px; position: relative; } }
src/components/profile/profile-2.css
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap'); /* CSS */ * { box-sizing: border-box; margin: 0; padding: 0; } body { background: #35363e; } .container-geral { font-family: 'Roboto', Sans-Serif; display: flex; justify-content: center; align-items: center; width: 100%; } /* BODY 2 */ .top-body { background: linear-gradient(to bottom, black, #35363e); width: 100%; height: 250px; } .top-body i { color: white; cursor: pointer; position: relative; font-size: 40px; top: 20px; left: 10px; } /* TOP CARD */ .top-card { background: #1d1d22; box-shadow: 0 0 10px #00000070; width: 90%; height: 200px; position: absolute; top: 80px; justify-content: center; align-items: center; } /* TOP CARD IMG */ .top-card .top-card-img .img-top { position: relative; cursor: pointer; border-radius: 50%; height: 100px; width: 100px; left: 37%; bottom: 50px; box-shadow: 0 0 10px #00000070; border: 4px solid #1d1d22; } /* TOP CARD INFO */ .top-card-info { color: white; } .top-card-info .name { position: relative; text-align: center; bottom: 35px; font-size: 20px; color: #FF9000; } .top-card-info .name i { cursor: pointer; position: absolute; left: 270px; } .top-card-info .locate { position: relative; text-align: center; bottom: 30px; opacity: 0.5; color: grey; } .top-card-info .locate i { font-size: 15px; } .top-card-info .extras { text-align: center; position: relative; bottom: 10px; } .top-card-info .extras .extras-value { justify-content: space-around; display: flex; position: relative; bottom: 5px; } .top-card-info .extras .extras-text { justify-content: space-around; display: flex; color: grey; opacity: 0.5; } .top-card-info .extras .extras-text .like { position: relative; left: 5px; } .top-card-info .extras .extras-text .idade { position: relative; left: 11px; } .top-card-info .extras .extras-text .deslike { position: relative; left: 5px; } /* MID CARD */ .mid-card { position: relative; display: flex; top: 30px; width: 100%; height: 270px; background: #1d1d22; box-shadow: 0 0 10px #00000070; } .mid-card .mid-card-title { color: white; position: relative; left: 35px; top: 10px; font-size: 17px; letter-spacing: 3px; } .mid-card .mid-card-img { position: relative; align-items: center; top: 33px; right: 21px; } .mid-card .mid-card-img img { width: 100px; height: 100px; cursor: pointer; } .mid-card .mid-card-img .last { opacity: 0.5; } .mid-card .mid-card-img span { color: white; opacity: 0.8; font-size: 25px; bottom: 70px; left: 220px; position: relative; } /* RESPONSIVE */ @media (min-width: 768px) and (max-width: 991.98px) { .top-body i { position: relative; left: 40px; } .top-card .top-card-img .img-top { position: relative; left: 44.5%; } .top-card-info .name i { cursor: pointer; position: absolute; left: 520px; } .mid-card { position: relative; height: 200px; } .mid-card .mid-card-img { position: relative; right: 17px; } .mid-card .mid-card-img img { width: 130px; height: 130px; } .mid-card .mid-card-img span { left: 700px; bottom: 85px; position: relative; } }
0.425367
0.055669
body.admin_tour_schedule_plans div.header--production, body.admin_tour_schedule_plans div#summary h3, body.admin_tour_schedule_plans .col.col-number_of_courier_breaks, body.admin_tour_schedule_plans .col-stop_count, body.admin_tour_schedule_plans div.tour--schedule--plan--overview .col:first-child, body.admin_tour_schedule_plans div.attributes_table > table, body.admin_tour_schedule_plans ul.OptionsSwitcher { display: none !important; } /* fix position of calculation button */ body.admin_tour_schedule_plans div.FlexAlign input { position: fixed; top: 29px; right: calc(50vw - 150px); z-index: 9999; margin: 0px; width: 300px; border-radius: 10px !important; } /* fix position of back-to-top-button */ body.admin_tour_schedule_plans .scroll--to--top { position: fixed; bottom: 0; right: 60px; margin: 0; padding: 10px; } /* set Banner to bottom of map */ body.admin_tour_schedule_plans div.Banner { position: absolute; bottom: 10px; left: 10px; width: calc(66% - 10px); z-index: 999; margin: 0px; } body.admin_tour_schedule_plans div.Banner div.Banner__content { padding: 1em; } body.admin_tour_schedule_plans div.Banner div.Banner__content ul { margin-top: 0.4em; margin-bottom: 0px; } /* increase border of dirty map */ body.admin_tour_schedule_plans .Map--dirty { border: 8px solid #ef8827; } /* delete border gap from card components */ body.admin_tour_schedule_plans div#active_admin_content, body.admin_tour_schedule_plans .panel_contents { padding: 0px !important; } /* delete gap between top map and table */ body.admin_tour_schedule_plans .column { margin: 0px !important; } /* map sizing */ body.admin_tour_schedule_plans .column.FlexGrid__col:first-of-type, body.admin_tour_schedule_plans .column.FlexGrid__col:first-of-type .ng-scope, body.admin_tour_schedule_plans .column.FlexGrid__col:first-of-type .ng-scope .Map--large { height: calc(100vh - 25px) !important; } body.admin_tour_schedule_plans .column.FlexGrid__col:first-of-type * { margin: 0px !important; } body.admin_tour_schedule_plans .FlexGrid__col:first-of-type { flex-grow: 2 !important; } /* overview table sizing */ body.admin_tour_schedule_plans div.tour--schedule--plan--overview { height: calc(100vh - 25px); overflow: auto; } body.admin_tour_schedule_plans .FlexGrid__col:nth-of-type(2) { flex-grow: 1 !important; } /* minimize height in table rows */ body.admin_tour_schedule_plans div.tour--schedule--plan--overview .col, body.admin_tour_schedule_plans table.TourPlan .col { padding: 3px 8px !important; } body.admin_tour_schedule_plans table.TourPlan .col-tour_position { padding-left: 16px !important; } body.admin_tour_schedule_plans div.tour--schedule--plan--overview tr, body.admin_tour_schedule_plans div.tour--schedule--plan--overview th { height: 1em; } /* fix title bar */ body.admin_tour_schedule_plans div#title_bar.title_bar { padding: 8px; height: 25px; } body.admin_tour_schedule_plans h2#page_title { font-size: 0.7em; max-width: calc(100vw - 50px); white-space: nowrap; overflow: hidden; } body.admin_tour_schedule_plans div#titlebar_right { flex-shrink: 0; min-width: auto; } body.admin_tour_schedule_plans span.action_item a { background: white; height: 25px; padding: 0px 1em !important; line-height: 25px !important; } /******************* * FAST DISPATCH * *******************/ /* hide unnecessary information */ body.admin_fast_dispatch h3, body.admin_fast_dispatch div.title_bar, body.admin_fast_dispatch div.header--production, body.admin_fast_dispatch ul.OptionsSwitcher{ display: none !important; } /* order of courier selection table to bottom */ body.admin_fast_dispatch div.columns div.column:nth-of-type(2) { display: flex; flex-direction: column; width: 34% !important; } body.admin_fast_dispatch div.columns div.column:nth-of-type(2) > div:nth-child(2) { order: 1 !important; margin-top: 30px !important; } /* tour table sizing */ body.admin_fast_dispatch div.tour--list div.panel_contents div.ScrollableContainer { height: calc(100vh - 80px); overflow: auto; } /* map sizing */ body.admin_fast_dispatch div.map-wrapper { height: 100vh; } /* delete border gap from components */ body.admin_fast_dispatch div#active_admin_content, body.admin_fast_dispatch div.panel_contents { padding: 0px !important; } /* delete gap between columns */ body.admin_fast_dispatch div.column, body.admin_fast_dispatch div.column * { margin: 0px !important; } /********** * GLOBAL * **********/ /* add email and link to code to footer */ body.admin_fast_dispatch #footer p::after, body.admin_tour_schedule_plans #footer p::after { content: 'changes by 📧<EMAIL> - code at 🔗github.com/LambertSchulze/Liefery-Blackend'; display: block; }
layout.css
body.admin_tour_schedule_plans div.header--production, body.admin_tour_schedule_plans div#summary h3, body.admin_tour_schedule_plans .col.col-number_of_courier_breaks, body.admin_tour_schedule_plans .col-stop_count, body.admin_tour_schedule_plans div.tour--schedule--plan--overview .col:first-child, body.admin_tour_schedule_plans div.attributes_table > table, body.admin_tour_schedule_plans ul.OptionsSwitcher { display: none !important; } /* fix position of calculation button */ body.admin_tour_schedule_plans div.FlexAlign input { position: fixed; top: 29px; right: calc(50vw - 150px); z-index: 9999; margin: 0px; width: 300px; border-radius: 10px !important; } /* fix position of back-to-top-button */ body.admin_tour_schedule_plans .scroll--to--top { position: fixed; bottom: 0; right: 60px; margin: 0; padding: 10px; } /* set Banner to bottom of map */ body.admin_tour_schedule_plans div.Banner { position: absolute; bottom: 10px; left: 10px; width: calc(66% - 10px); z-index: 999; margin: 0px; } body.admin_tour_schedule_plans div.Banner div.Banner__content { padding: 1em; } body.admin_tour_schedule_plans div.Banner div.Banner__content ul { margin-top: 0.4em; margin-bottom: 0px; } /* increase border of dirty map */ body.admin_tour_schedule_plans .Map--dirty { border: 8px solid #ef8827; } /* delete border gap from card components */ body.admin_tour_schedule_plans div#active_admin_content, body.admin_tour_schedule_plans .panel_contents { padding: 0px !important; } /* delete gap between top map and table */ body.admin_tour_schedule_plans .column { margin: 0px !important; } /* map sizing */ body.admin_tour_schedule_plans .column.FlexGrid__col:first-of-type, body.admin_tour_schedule_plans .column.FlexGrid__col:first-of-type .ng-scope, body.admin_tour_schedule_plans .column.FlexGrid__col:first-of-type .ng-scope .Map--large { height: calc(100vh - 25px) !important; } body.admin_tour_schedule_plans .column.FlexGrid__col:first-of-type * { margin: 0px !important; } body.admin_tour_schedule_plans .FlexGrid__col:first-of-type { flex-grow: 2 !important; } /* overview table sizing */ body.admin_tour_schedule_plans div.tour--schedule--plan--overview { height: calc(100vh - 25px); overflow: auto; } body.admin_tour_schedule_plans .FlexGrid__col:nth-of-type(2) { flex-grow: 1 !important; } /* minimize height in table rows */ body.admin_tour_schedule_plans div.tour--schedule--plan--overview .col, body.admin_tour_schedule_plans table.TourPlan .col { padding: 3px 8px !important; } body.admin_tour_schedule_plans table.TourPlan .col-tour_position { padding-left: 16px !important; } body.admin_tour_schedule_plans div.tour--schedule--plan--overview tr, body.admin_tour_schedule_plans div.tour--schedule--plan--overview th { height: 1em; } /* fix title bar */ body.admin_tour_schedule_plans div#title_bar.title_bar { padding: 8px; height: 25px; } body.admin_tour_schedule_plans h2#page_title { font-size: 0.7em; max-width: calc(100vw - 50px); white-space: nowrap; overflow: hidden; } body.admin_tour_schedule_plans div#titlebar_right { flex-shrink: 0; min-width: auto; } body.admin_tour_schedule_plans span.action_item a { background: white; height: 25px; padding: 0px 1em !important; line-height: 25px !important; } /******************* * FAST DISPATCH * *******************/ /* hide unnecessary information */ body.admin_fast_dispatch h3, body.admin_fast_dispatch div.title_bar, body.admin_fast_dispatch div.header--production, body.admin_fast_dispatch ul.OptionsSwitcher{ display: none !important; } /* order of courier selection table to bottom */ body.admin_fast_dispatch div.columns div.column:nth-of-type(2) { display: flex; flex-direction: column; width: 34% !important; } body.admin_fast_dispatch div.columns div.column:nth-of-type(2) > div:nth-child(2) { order: 1 !important; margin-top: 30px !important; } /* tour table sizing */ body.admin_fast_dispatch div.tour--list div.panel_contents div.ScrollableContainer { height: calc(100vh - 80px); overflow: auto; } /* map sizing */ body.admin_fast_dispatch div.map-wrapper { height: 100vh; } /* delete border gap from components */ body.admin_fast_dispatch div#active_admin_content, body.admin_fast_dispatch div.panel_contents { padding: 0px !important; } /* delete gap between columns */ body.admin_fast_dispatch div.column, body.admin_fast_dispatch div.column * { margin: 0px !important; } /********** * GLOBAL * **********/ /* add email and link to code to footer */ body.admin_fast_dispatch #footer p::after, body.admin_tour_schedule_plans #footer p::after { content: 'changes by 📧<EMAIL> - code at 🔗github.com/LambertSchulze/Liefery-Blackend'; display: block; }
0.447219
0.067087
.cbp-slide-draw { background-color: #fff; box-shadow: 5px 0 30px rgba(136, 136, 136, 0.20); height: 100vh; left: 0; padding: 0 20px; position: fixed; top: 0; transition: all 0.2s ease; width: 100%; z-index: 9999; } .cbp-slide-draw--closed { left: -650px; } .light-box { background-color: #000; bottom: 0; left: 0; opacity: 25%; position: absolute; right:0; top: 0; z-index: 9998; } .light-box--hidden { display: none; } .cbp-filter-cmpt { flex-direction: column; padding-top: 32px; } .cbp-slide-draw__close-btn { cursor: pointer; } .cbp-filter-cmpt ul { list-style-type: none; padding-left: 0; } .cbp-filter-cmpt__header { align-items: center; display: flex; justify-content: space-between; } .cbp-filter-cmpt__header .fas { font-size: 1.5em; } .cbp-filter-cmpt__header .fa-filter{ margin-right: 12px; } .cbp-filter-cmpt__header .fa-times-circle { cursor: pointer; } .cbp-filter-cmpt__items { margin-top: 24px !important; } .cbp-filter-cmpt__items ul, .cbp-filter-cmpt__items li { margin-bottom: 0px; margin-top: 0px; max-width: 100%; } .cbp-filter-cmpt__items button { align-items: center; background-color: transparent; border: none; border-top: 1px solid #DFE1E2; cursor: pointer; display: flex; justify-content: space-between; padding: 16px; position: relative; text-align: left; width: 100%; } .cbp-filter-cmpt__items button:active { color: buttontext; } .cbp-filter-cmpt__items button + ul { display: none; } .cbp-filter-cmpt__items button.active-parent + ul { display: block; } .cbp-filter-cmpt__items button.active-parent::before { content: ""; background-color: #1B2B85; top: 0; height: 100%; width: 5px; left: 1px; position: absolute; } .cbp-filter-cmpt__items button .fa-chevron-right { transition: all 0.2s ease; transform: rotate(0deg); } .cbp-filter-cmpt__items button.active-parent .fa-chevron-right { transform: rotate(90deg); } .active-parent, .active-sub-parent { background-color: #F1F3F6 !important; color: #1B2B85; font-style: italic; } .cbp-filter-cmpt__sub-items button { padding-left: 32px; } @media only screen and (max-width : 599px) { .cbp-slide-draw { width: 100%; } } /* 368 */ @media only screen and (min-width : 600px) and (max-width : 1023px) { .cbp-slide-draw { padding: 0 36px; width: 368px; } } @media only screen and (min-width : 1024px) and (max-width : 1439px) { .cbp-slide-draw { padding: 0 36px; width: 332px; } } @media only screen and (min-width : 1440px) { .cbp-slide-draw { padding: 0 44px; width: 358px; } }
ds-css-v2/demo-components/slide-out-draw/index.css
.cbp-slide-draw { background-color: #fff; box-shadow: 5px 0 30px rgba(136, 136, 136, 0.20); height: 100vh; left: 0; padding: 0 20px; position: fixed; top: 0; transition: all 0.2s ease; width: 100%; z-index: 9999; } .cbp-slide-draw--closed { left: -650px; } .light-box { background-color: #000; bottom: 0; left: 0; opacity: 25%; position: absolute; right:0; top: 0; z-index: 9998; } .light-box--hidden { display: none; } .cbp-filter-cmpt { flex-direction: column; padding-top: 32px; } .cbp-slide-draw__close-btn { cursor: pointer; } .cbp-filter-cmpt ul { list-style-type: none; padding-left: 0; } .cbp-filter-cmpt__header { align-items: center; display: flex; justify-content: space-between; } .cbp-filter-cmpt__header .fas { font-size: 1.5em; } .cbp-filter-cmpt__header .fa-filter{ margin-right: 12px; } .cbp-filter-cmpt__header .fa-times-circle { cursor: pointer; } .cbp-filter-cmpt__items { margin-top: 24px !important; } .cbp-filter-cmpt__items ul, .cbp-filter-cmpt__items li { margin-bottom: 0px; margin-top: 0px; max-width: 100%; } .cbp-filter-cmpt__items button { align-items: center; background-color: transparent; border: none; border-top: 1px solid #DFE1E2; cursor: pointer; display: flex; justify-content: space-between; padding: 16px; position: relative; text-align: left; width: 100%; } .cbp-filter-cmpt__items button:active { color: buttontext; } .cbp-filter-cmpt__items button + ul { display: none; } .cbp-filter-cmpt__items button.active-parent + ul { display: block; } .cbp-filter-cmpt__items button.active-parent::before { content: ""; background-color: #1B2B85; top: 0; height: 100%; width: 5px; left: 1px; position: absolute; } .cbp-filter-cmpt__items button .fa-chevron-right { transition: all 0.2s ease; transform: rotate(0deg); } .cbp-filter-cmpt__items button.active-parent .fa-chevron-right { transform: rotate(90deg); } .active-parent, .active-sub-parent { background-color: #F1F3F6 !important; color: #1B2B85; font-style: italic; } .cbp-filter-cmpt__sub-items button { padding-left: 32px; } @media only screen and (max-width : 599px) { .cbp-slide-draw { width: 100%; } } /* 368 */ @media only screen and (min-width : 600px) and (max-width : 1023px) { .cbp-slide-draw { padding: 0 36px; width: 368px; } } @media only screen and (min-width : 1024px) and (max-width : 1439px) { .cbp-slide-draw { padding: 0 36px; width: 332px; } } @media only screen and (min-width : 1440px) { .cbp-slide-draw { padding: 0 44px; width: 358px; } }
0.459561
0.077903
@import url("https://raw.githack.com/Simkoop/NFLD99-NoBranding/master/Source_Code/Addons/Use_Fonts/DiscordFont.css"); @import url('https://poilerwags.github.io/Customa-Discord/Chat/radialstatus.m.css'); /* PhenoM4a4n Codes */ /* https://github.com/phenom4n4n/blurple-replacer.git */ /* BLURPLE YELLOW */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ :root { --alt-color: 214, 214, 0; /* Must be an rgb color for opacity to work */ --radio-group-dot-foreground: rgba(var(--alt-color)); } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ .theme-light { --logo-primary: rgba(var(--alt-color)); } /* Clyde / Powercord */ .replying-1x3H0T:before, .ephemeral-1PsL1r:before, .localBot-GrCgVt:before { background-color: rgba(var(--alt-color)) !important; } .replying-1x3H0T, .ephemeral-1PsL1r, .localBot-GrCgVt { background-color: rgba(var(--alt-color), 0.05) !important; } .ephemeralMessage-1fEWtQ a { color: rgba(var(--alt-color)) !important; } /* Playing / Streaming Background */ div[class*="headerPlaying"], div[class*="headerStreaming"] { background-color: rgba(var(--alt-color)) !important; } /* Menus */ div[class*="colorDefault-"]:active:not(.hideInteraction-1iHO1O), div[class*="colorDefault-"].focused-3afm-j, div[class*="colorDefault-"].focused-3afm-j:active { background-color: rgba(var(--alt-color)) !important; color: #fff !important; } div[class*="colorDanger-"].focused-3afm-j, div[class*="colorDanger-"].focused-3afm-j:active { background-color: #f04747 !important; } /* Buttons */ div[class*="themeDefault"].valueChecked-m-4IJZ, button[class*="lookFilled"].colorBrand-3pXr91, button[class*="lookFilled"].colorBrand-3pXr91:disabled, button[class*="lookFilled"].colorBrand-3pXr91:hover { background-color: rgba(var(--alt-color)) !important; color: #fff !important; border-color: rgba(var(--alt-color)) !important; } /* Sliders */ div[class*="barFill-"] { background-color: rgba(var(--alt-color)) !important; } /* Reactions */ .reaction-1hd86g.reactionMe-wv5HKu { background-color: rgba(var(--alt-color), 0.3); } .reactionMe-wv5HKu .reactionCount-2mvXRV, .reactionMe-wv5HKu:hover .reactionCount-2mvXRV { color: rgba(var(--alt-color)); } /* Server Boost Icon */ div[class*="subscribeTooltipWrapper-"] { background-color: rgba(var(--alt-color)); } div[class*="subscribeTooltipWrapper-"]::after { border-bottom-color: rgba(var(--alt-color)); } .lookInverted-2D7oAl.colorBrand-3pXr91 { color: rgba(var(--alt-color)); } /* Bot Buttons */ span[class*="botTagInvert-"] { color: rgba(var(--alt-color)) !important; } /* Message Edit Buttons */ div[class*="operations-"] > a { color: rgba(var(--alt-color)) !important; } /* Channel Sync Buttons */ button[class*="lookGhost-"].colorBrand-3pXr91 { color: rgba(var(--alt-color)) !important; background-color: rgba(var(--alt-color), 0.1) !important; } /* Video Player */ div[class*="mediaBarInteractionDragging-"] .mediaBarGrabber-1FqnbN, .mediaBarInteraction-37i2O4:hover .mediaBarGrabber-1FqnbN, .mediaBarGrabber-1FqnbN, .mediaBarProgress-1xaPtl, .mediaBarProgress-1xaPtl::after, .mediaBarProgress-1xaPtl::before { background-color: rgba(var(--alt-color)); } /* Guild Avatar Without Icon */ div[class*="guildAvatarWithoutIcon-"] { background-color: rgba(var(--alt-color)); } /* Cube Loading Spinner */ span[class*="wanderingCubesItem-"] { background-color: rgba(var(--alt-color)); } /* Load More Messages */ .hasMore-3e72_v { color: rgba(var(--alt-color)); } /* Server Partner Badges */ svg[aria-label="Discord Partner"] { color: rgba(var(--alt-color)) !important; } /* Wide Buttons */ div[class*="radioGroup-"] div[style*="background-color: rgb(114, 137, 218)"] { background-color: rgba(var(--alt-color)) !important; border-color: rgba(var(--alt-color)) !important; } div[class*="cardPrimaryEditable-"] div[style*="border-color: rgb(114, 137, 218)"] { border-color: rgba(var(--alt-color)) !important; } /* Discord Nitro Button in Settings */ div[class*="side-"] div[style*="color: rgb(114, 137, 218)"] { color: rgba(var(--alt-color)) !important; } div[class*="side-"] div[style*="background-color: rgb(114, 137, 218)"] { background-color: rgba(var(--alt-color)) !important; color: #fff !important; } div[class*="side-"] div[style*="background-color: rgba(114, 137, 218, 0.1)"] { background-color: rgba(var(--alt-color), 0.1) !important; } /* Folder Icons */ div[class*="expandedFolderIconWrapper-"] svg[style*="color: rgb(114, 137, 218);"] { color: rgba(var(--alt-color)) !important; } div[class*="folder-"] div[style*="background-color: rgba(114, 137, 218, 0.4)"] { background-color: rgba(var(--alt-color), 40%) !important; } /* Checkbox Button (1 of 1000) */ label[class*="checkboxWrapper-"] div[style*="border-color: rgb(114, 137, 218); background-color: rgb(114, 137, 218);"] { border-color: rgba(var(--alt-color)) !important; background-color: rgba(var(--alt-color)) !important; } .selectedIcon-3uS11H { color: rgba(var(--alt-color)) !important; } /* the nitro tier thing */ div[class*="tierUnlocked-"] { color: rgba(var(--alt-color)) !important; } /* Upload Image Button */ svg circle[fill*="#7289DA"] { fill: rgba(var(--alt-color)) !important; } /* Audit Log Search */ div[class*="scroller-"] div[style*="background: rgb(114, 137, 218);"] { background: rgba(var(--alt-color)) !important; } /* Clear After Popout Border */ .lookFilled-1h1y05.select-1Pkeg4:focus, .lookFilled-1h1y05.selectOpen-hQuR6b { border-color: rgba(var(--alt-color)) !important; } /* Toast */ .powercord-toast[data-toast-type=info] .icon { color: rgba(var(--alt-color)) !important; } /* Permissions Sync Text */ .message-15tBk4 strong { color: rgba(var(--alt-color)) !important; background-color: rgba(var(--alt-color), 0.1)e; } /* Changelog */ .improved-2jOfnH { color: rgba(var(--alt-color)) !important; } .improved-2jOfnH:after { background-color: rgba(var(--alt-color)) !important; } /* Mentions */ .wrapper-3WhCwL { color: rgba(var(--alt-color)); background: rgba(var(--alt-color), 0.1); } /* Another Darned Checkbox */ .checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:checked+span { background-color: rgba(var(--alt-color)) !important; border-color: rgba(var(--alt-color)) !important; } /* Sync Server Template */ .tooltipBrand-g03Nz8, .theme-light .tooltipBrand-g03Nz8 { background-color: rgba(var(--alt-color)) !important; } .tooltipBrand-g03Nz8 .tooltipPointer-3ZfirK, .theme-light .tooltipBrand-g03Nz8 .tooltipPointer-3ZfirK { border-top-color: rgba(var(--alt-color)) !important; } /* Media Loader */ div[class*="progress-"] div[style*="background-color: rgb(114, 137, 218);"] { background-color: rgba(var(--alt-color)) !important; } /* Loading Screen Tip */ div[class*="tipTitle-"] { color: rgba(var(--alt-color)) !important; } /* Nother Loading Spinner */ .path-92Hmty { stroke: rgba(var(--alt-color)) !important; } .path2-1q7bG_ { stroke: rgba(var(--alt-color)) !important; opacity: .6; } .path3-2l9TIX { stroke: rgba(var(--alt-color)); filter: grayscale(90%); } /* Discovery Thing*/ .categoryPill-34fszg.selected-1dONk0 { background-color: rgba(var(--alt-color)) !important; } .searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO:focus-within { border-color: rgba(var(--alt-color)) !important; } /* notif settings thing */ .wrapper-3jrx9n { border-color: rgba(var(--alt-color)) !important; } .option-n0icdO:hover, .selected-mKYnfr.option-n0icdO { background-color: rgba(var(--alt-color)) !important; border-color: rgba(var(--alt-color)) !important; } /* Link underlines */ .lookLink-9FtZy-.colorBrand-3pXr91:hover .contents-18-Yxp { background-image: linear-gradient(0deg,transparent,transparent 1px, rgba(var(--alt-color)) 0,rgba(var(--alt-color)) 2px,transparent 0); } /* Date Picker */ .datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z, .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:after, .calendarPicker-2yf6Ci .react-datepicker__day:hover { background-color: rgba(var(--alt-color)) !important; } /* Gif Picker */ .categoryFadeBlurple-1j72_A { background-color: rgba(var(--alt-color), 0.8) !important; } .result-3w1ZcL:hover:after { -webkit-box-shadow: inset 0 0 0 2px rgba(var(--alt-color)), inset 0 0 0 3px #2f3136 !important; box-shadow: inset 0 0 0 2px rgba(var(--alt-color)), inset 0 0 0 3px #2f3136 !important; } /* View as Roles */ div[class^="noticeText-"] { color: #fff !important; } .colorBrand-2zeG8h { background-color: rgba(var(--alt-color)) !important; color: #fff !important; } .button-3Ijpww:hover { background-color: rgba(var(--alt-color)) !important; } /* Other stuff */ div[class*="colorDefault"].focused-3afm-j, .colorDefault-2K3EoJ.focused-3afm-j .checkbox-3s5GYZ { color: #fff !important; } button[class*="lookOutlined"].colorBrand-3pXr91 { color: rgba(var(--alt-color)) !important; border-color: rgba(var(--alt-color), 30%); } button[class*="lookOutlined"].colorBrand-3pXr91:hover { border-color: rgba(var(--alt-color), 50%); } [class^="regionSelectModalOption-"]:hover, .input-cIJ7To.focused-1mmYsC, .input-cIJ7To:focus { border-color: rgba(var(--alt-color)) !important; } circle[class^="radioSelection-"], [fill*="7289da"] { fill: rgba(var(--alt-color)) !important; } polyline[stroke*="7289da"] { stroke: rgba(var(--alt-color)) !important; } [class^="sampleLink-"], .title-2Dc-Cb, [class^="regionSelectModalHeader-"], .lookGhost-2Fn_0-.colorBrand-3pXr91, .lookLink-9FtZy-.colorBrand-3pXr91, .colorDefault-2K3EoJ .checkbox-3s5GYZ, .colorDefault-2K3EoJ.focused-3afm-j .check-1JyqgN, div[class*="colorBrand"] { color: rgba(var(--alt-color)) !important; } div[class*="topSectionPlaying-"], [class^="avatarUploaderInner-"] { background-color: rgba(var(--alt-color)) !important; } .categoryItem-3zFJns.selectedCategoryItem-3X8ujp .itemInner-3gVXMG, span[class^="questionMark-"], .interactive:hover, div[class^="newMessagesBar-"], .wrapper-1BJsBx.selected-bZ3Lue .childWrapper-anI2G9, .wrapper-1BJsBx:hover .childWrapper-anI2G9, div[class^="dot-"], span[class*="botTagRegular"] { background-color: rgba(var(--alt-color)) !important; color: #fff !important; border-color: rgba(var(--alt-color)) !important; } .hasMoreButton-1MELpI { color: rgba(var(--alt-color)) !important; } .powercord-spotify{background-color:#121212!important;padding-bottom:10px!important;border-top: 0px solid #121212!important;border-bottom: 0px solid #121212!important;} .powercord-spotify img{border-radius:0!important} .powercord-spotify .spotify-seek-bar{height:4px!important;border-radius:2px!important;margin-left:15px!important;margin-right:15px!important;background:#404040!important} .powercord-spotify .spotify-seek-bar-progress{background:#D6D600!important;border-radius:42px!important} .powercord-spotify .container-3baos1{background-color:transparent!important} .powercord-spotify .container-3baos1 .nameTag-3uD-yy .title-eS5yk3{color:#fff!important} .powercord-spotify .container-3baos1 .nameTag-3uD-yy .subtext-3CDbHg{color:#aaaaaa!important;overflow-x:hidden!important;text-indent:-15px!important} .powercord-spotify .spotify-buttons button{background:0 0!important;} .powercord-spotify .spotify-seek-elements,.powercord-spotify.hover .spotify-seek-elements{color:#D6D600!important;font-size:70%!important;margin-top:3px!important;margin-left:10px!important;margin-right:10px!important} .powercord-spotify .horizontal-1ae9ci *{width:0!important;overflow:hidden!important;opacity:0!important;display:none!important} .powercord-spotify:hover .horizontal-1ae9ci *{width:32px!important;overflow:visible!important;opacity:1!important;display:block!important} /* ----------------------------------------------------------- */ /* VC backround image */ .minimum-28Z35l > .root-217Brm, .video--KPXCT > .root-217Brm { background: url("https://cdn.discordapp.com/attachments/706617700776018034/800758523998896168/e047195cfd12bcd2aab351643d773d9f.jpg") /* CHANGE IMAGE FOR VOICE CALLS HERE */ center/100% no-repeat; } .minimum-28Z35l > .root-217Brm::before, .video--KPXCT > .root-217Brm::before { content: ""; position: absolute; height: 100%; width: 100%; background: rgb(0, 0, 0, 0.65); } .videoControls-24w7Xp > .topControls-KKImPZ > div > .headerWrapper-3NUKsd > .title-3qD0b-, .videoControls-24w7Xp > .topControls-KKImPZ > div > .headerWrapper-3NUKsd > .transparent-2ZlE3R { box-shadow: none !important; } /* madeleine#0173's Code */ /* https://github.com/spinfish/midnightcord/ */ /* CYBERCORD YELLOW */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ :root { /* self explanatory (hopefully) */ --background-accent: #121212; /* colour of links (including in embeds) */ --text-link: #D6D600; /* colour of right hand side of screen and chat */ --background-primary: #121212 !important; /* embed backround/text channel list/member list colour */ --background-secondary: #121212 !important; /* colour of change status/mute mic/deafen/user settings patch */ --background-secondary-alt: #121212 !important; /* colour of panel when you click on server name/edit message */ --background-floating: #121212 !important; /* colour of border around [top of] discord */ --background-tertiary: #121212 !important; /* colour of text box that you type in */ --channeltextarea-background: var(--background-accent) !important; /* colours of things when you hover over them; e.g. a channel/user */ --background-modifier-hover: rgba(255, 255, 255, 0.01) !important; --background-modifier-active: rgba(255, 255, 255, 0.03) !important; --background-modifier-selected: rgba(255, 255, 255, 0.04) !important; /* colour of channel name's text */ --channels-default: #D6D600 !important; /* colour of message when hovering over it */ --message-hover: #202020 !important; /* colour of search bar */ --search-menu-colour: #121212 !important; /* colour of spoilered text */ --spoiler-colour: #00000d; /* colour for the following things: - channel icon, text with "Today at ..." by message - "Message #channel/user" */ --text-muted: #b6b6b6 !important; /* colour of text in messages and discord logo in top left hand corner */ --text-normal: #fbfbfb !important; /* colour of interactive buttons when looked at, e.g.: - pinned messages - mute mic/deafen/user settings - mentions inbox - text names of settings */ --interactive-normal: #c8c8c8 !important; /* colour of text/button in interactive buttons (and text channel names) when hovered over */ --interactive-hover: #00D6D6 !important; /* colour of things that are currently selected (e.g. colour of channel name that you are participating in) */ --interactive-active: #D6D600 !important; /* colour of muted channel names */ --interactive-muted: #30343d !important; /* colour of: - text in a codeblock - text in a channel topic when you look but don't click on it - the bit that says ROLES and NOTE when looking at profile via member list - the colour of someone's username (if they don't have a nickname) when accessed via member list */ --header-secondary: #c9c9c9 !important; /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* i dont know what any of the following does but i suppose its important yo */ --toast-background: var(--background-primary) !important; --toast-header: var(--background-tertiary) !important; --toast-contents: var(--background-secondary) !important; --toast-border: var(--background-tertiary) !important; --toast-box-shadow: rgba(0, 0, 0, .2) !important; --offline-color: #3c3c3c !important; } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* Better Channel Indicators by LuckFire*/ :root { /* better channel indicators variables */ --unread-badge: rgb(249, 253, 8); --unread-bg: rgba(252, 248, 5, 0.021); --selected-badge: var(--dracula-accent); --selected-bg: var(--dracula-accent-alpha); --selected-bg-hover: var(--dracula-accent-alpha-alt); --hovered-bg: rgba(44, 44, 33, 0.2); --bg-rounding: 2px; --indicators-border-info: 2px solid; } .content-1x5b-n, .channel-2QD9_O > .layout-2DM8Md { background: none !important; } .modeSelected-346R90::before, .modeUnread-1qO3K1::before { content: ""; position: absolute; height: 34px; top: 0; } .channel-2QD9_O.selected-aXhQR6::before { content: ""; position: absolute; height: 44px; top: 0; } .modeSelected-346R90, .channel-2QD9_O.selected-aXhQR6 { background: var(--selected-bg); border-radius: var(--bg-rounding); } .modeSelected-346R90:hover, .channel-2QD9_O.selected-aXhQR6:hover { background: var(--selected-bg-hover); } .modeSelected-346R90::before, .channel-2QD9_O.selected-aXhQR6::before { border-left: var(--indicators-border-info) var(--selected-badge); } .content-1x5b-n, .channel-2QD9_O > .layout-2DM8Md { background: none !important; } .modeSelected-346R90::before, .modeUnread-1qO3K1::before { content: ""; position: absolute; height: 34px; top: 0; } .channel-2QD9_O.selected-aXhQR6::before { content: ""; position: absolute; height: 44px; top: 0; } .modeSelected-346R90, .channel-2QD9_O.selected-aXhQR6 { background: var(--selected-bg); border-radius: var(--bg-rounding); } .modeSelected-346R90:hover, .channel-2QD9_O.selected-aXhQR6:hover { background: var(--selected-bg-hover); } .modeSelected-346R90::before, .channel-2QD9_O.selected-aXhQR6::before { border-left: var(--indicators-border-info) var(--selected-badge); } .modeUnread-1qO3K1 { background: var(--unread-bg); border-radius: var(--bg-rounding); } .modeUnread-1qO3K1::before { border-left: var(--indicators-border-info) var(--unread-badge); } .unread-2lAfLh { display: none; } .modeUnread-1qO3K1:hover, .wrapper-2jXpOf:hover:not(.modeSelected-346R90), .channel-2QD9_O.container-2Pjhx-:hover:not(.selected-aXhQR6) { background: var(--hovered-bg); border-radius: var(--bg-rounding); } .channel-2QD9_O.container-2Pjhx- { margin-left: 0; max-width: 233px; } #private-channels > div > .channel-2QD9_O > div > .avatar-3uk_u9 { margin-left: 4px; } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* Add role box (thanku Luckfire!!!) */ /* Add Role header */ .container-VSDcQc > .header-2bNvm4 { background-color: var(--background-secondary) !important; } .container-VSDcQc > .autocompleteShadow-iiGWFU { background-color: var(--background-primary) !important; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2), 0 0 0 1px var(--background-secondary); } .container-VSDcQc > .autocompleteArrowWrapper-3Z7OuM > .autocompleteArrow-Zxoy9H { background-color: var(--background-primary) !important; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2), 0 0 0 1px var(--background-secondary); } /* Hiding the @ symbol in DMs (thanks to turkey snapper#0001!) */ /* apparently this only works if discord is in english this actually hides the button itself */ [aria-label='Direct Message'] { display: none; } /* pads it 12px from the left so the name doesnt look squished */ .cursorPonter-YEp76E { padding-left: 12px } /* Colour of boxes of ANY POPUP e.g. delete/pin message (thank you so much LuckFire#4800!!!) */ .root-1gCeng { background-color: var(--background-primary) !important; } /* Message delete */ .theme-dark .message-2qRu38 { background-color: var(--background-primary) !important; } /* Discord icon colour in top left hand corner */ .homeIcon-tEMBK1 { color: var(--text-link); } /* Discord watermark text in top left hand corner */ .wordmark-2iDDfm svg { width: 0px; } .wordmark-2iDDfm:after { font-family: "Discord"; content: "CYBERCORD!"; font-size: 15px; background: rgb(255, 255, 255, 0.3); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: absolute; top: 6px; } /* Tiffany blue Discord join/explore buttons */ .circleIconButton-jET_ig svg path{ fill: var(--text-link); } .circleIconButton-jET_ig.selected-ugP_am{ background-color: var(--text-link); } .circleIconButton-jET_ig.selected-ugP_am svg path{ fill: white; } /* Feedback emojis after a call */ .emojiHappy-1hbF93 { background-image: url("/assets/da3651e59d6006dfa5fa07ec3102d1f3.svg"); } .emojiNeutral-14asfM { background-image: url("/assets/fa9b378aed10bba1aea54ca34e76fe4b.svg"); } .emojiSad-1GqgAQ { background-image: url("/assets/9dc0c15c9e35f7ba86150ae12e895d29.svg"); } /* Friend list, block list, etc */ .peopleColumn-29fq28 { background-color: var(--background-accent); } /* Hide GIF and present boxes when typing a message */ .button-3AYNKb { display: none; } /* Hide the help button on the upper right */ .iconWrapper-2OrFZ1[aria-label=Help] { display: none; } /* Make the embed border "wrap around" the embed a bit more */ .embed-IeVjo6 { border-radius: 5.5px; } /* Mention suggestions when typing @something */ .autocompleteInner-zh20B_ { background-color: var(--background-tertiary) !important; } .selectorSelected-1_M1WV { background-color: var(--background-floating) !important; } /* Message delete TEXT BOX colour */ .theme-dark .message-2qRu38 { background-color: var(--channeltextarea-background) !important; } /* Message hovering */ div.message-2qnXI6:hover { background-color: var(--message-hover) !important; } /* Make pinned messages wider */ .messagesPopoutWrap-1MQ1bW{ width: 550px; } /* Profile when clicked in member list */ /* footer colour */ .flex-1xMQg5.flex-1O1GKY.vertical-V37hAW.flex-1O1GKY.directionColumn-35P_nr.justifyCenter-3D2jYp.alignCenter-1dQNNs.noWrap-3jynv6.headerTop-3C2Zn0{ background-color: var(--background-tertiary) !important; } /* no idea what this does tbh */ .scroller-2FKFPG.systemPad-3UxEGl.bodyInner-245q0L { background-color: #ff1493 !important; /* edited from var(--background-secondary) */ } /* role box backround colour */ .body-3iLsc4 { background-color: var(--background-secondary-alt) !important; } /* footer colour (where "Message @user" and "Right click user for more" are embedded) */ .footer-1fjuF6 { background-color: var(--background-secondary-alt) !important; } /* colour of "Message @user" box */ .quickMessage-2XpSaN.quickMessage-1yeL4E { background-color: var(--background-tertiary) !important; } /* colour of the "Playing" box */ .activityUserPopout-2yItg2.activity-11LB_k { background-color: var(--background-tertiary) !important; } /* no idea what this does lol */ .button-1Pkqso.button-38aScr.lookOutlined-3sRXeN.colorWhite-rEQuAQ.buttonSize-2Pmk-w.fullWidth-1orjjo.grow-q77ONN { background-color: var(--background-secondary) !important; } /* Better Playing Modals, again from Luckfire#4800 :') */ .headerPlaying-j0WQBV, .topSectionPlaying-1J5E4n { background-color: var(--background-accent); } .headerSpotify-zpWxgT, .topSectionSpotify-1lI0-P { background-color: var(--background-accent); } .headerStreaming-2FjmGz, .topSectionStreaming-1Tpf5X { background-color: var(--background-accent); } /* Reaction box colour */ /* main box */ .reactors-Blmlhw.thin-1ybCId.scrollerBase-289Jih.fade-2kXiP2 { background-color: var(--background-primary) !important; } /* colour of scroller on side listing emoji reaction counts */ .scroller-1-nKid.thin-1ybCId.scrollerBase-289Jih.fade-2kXiP2 { background-color: var(--background-primary) !important; } /* Search bar colour */ .searchBar-3dMhjb { background-color: var(--search-menu-colour) !important; } /* Sets backround colour for when you click on Server Boost */ .perksModalContentWrapper-2HU6uL { background: var(--background-accent) !important; } /* Spoilers */ /* spoiler colour */ .spoilerWarning-2aAZq1, .spoilerText-3p6IlD.hidden-HHr2R9 { background-color: var(--spoiler-colour) !important; } /* reveal spoiler on hover (click as well ofc) */ .spoilerText-3p6IlD.hidden-HHr2R9:hover .inlineContent-3ZjPuv { opacity: 1; border-radius: 3px; } /* Inline status selection */ .status-1fhblQ, .description-2L932D { display: none; } .separator-2I32lJ { display: none; } .mask-1qbNWk.icon-1IxfJ2 { --status-icon-size: 75%; height: var(--status-icon-size); width: var(--status-icon-size); margin-left: 33%; } .animatorTop-2Y7x2r.scale-3iLZhb.didRender-33z1u8 > .menu-3sdvDG.styleFixed-sX-yHV > .scroller-3BxosC.thin-1ybCId.scrollerBase-289Jih { display: grid; align-items: center; grid-template-columns: auto auto auto auto; visibility: visible; } .item-1tOPte.colorDefault-2K3EoJ:nth-of-type(7) { grid-column: 1/5; } .animatorTop-2Y7x2r.scale-3iLZhb.didRender-33z1u8 { transition: opacity 0.15s linear 0s; } .customText-tY5LJn { font-size: 15px; } /* Message search menu and quickswitcher; code yoinked from the amazing LuckFire#4800! */ .searchFilter-2ESiM3, .searchAnswer-3Dz2-q { background-color: var(--background-secondary-alt) !important; } #search-results { background-color: var(--background-secondary) !important; box-shadow: 0 0 0 1px var(--background-tertiary), 0 2px 10px 0 rgba(0, 0, 0, 0.2); } #search-results > .focused-2bY0OD { background-color: var(--background-secondary) !important; } .option-96V44q.selected-rZcOL- { background-color: var(--background-modifier-hover) !important; } .option-96V44q::after { background: transparent !important } .option-96V44q.selected-rZcOL-::before { background: var(--background-secondary-alt) !important; padding-left: 10px } .react-datepicker, .react-datepicker__header { background-color: var(--background-secondary) !important; } .react-datepicker__day:not(:hover):not( .react-datepicker__day--disabled):not(.react-datepicker__day--outside-month) { background-color: var(--background-secondary-alt) !important; } .react-datepicker__day { border-color: var(--background-tertiary) !important; } .react-datepicker__day--disabled, .react-datepicker__day--outside-month { background-color: var(--background-primary) !important; } /* Sticker blocking */ .wrapper-2a6GCs .assetWrapper-3GNt0z[style] { height: auto !important; width: auto !important; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:active { height: 160px !important; width: 160px !important; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:after { content: '1 blocked sticker - show sticker'; color: var(--text-link); } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:active:after { content: none; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:hover:after { text-decoration: underline; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style] .lottieCanvas-1W7L-f, .wrapper-2a6GCs .assetWrapper-3GNt0z[style] .pngImage-33yLRP { display: none; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:active .lottieCanvas-1W7L-f, .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:active .pngImage-33yLRP { display:block; } /* Tweak Create Text Channel colours */ /* changes colour of main box */ .modal-2VIBV8.root-1gCeng.small-3iVZYw.fullscreenOnMobile-1bD22y { background-color: var(--background-primary); } /* changes colour of footer */ .modal-2VIBV8.root-1gCeng > .footer-2gL1pp { /* turkey snapper you're a genius thank you */ background-color: var(--background-secondary-alt); } /* Upload popup */ /* colour of upload box */ .uploadModal-2ifh8j { background-color: var(--background-primary) !important; } /* colour of the footer of the box where upload and spoiler button */ .footer-3mqk7D { background-color: var(--background-secondary-alt) !important; } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* color current channel cyan, and add arrow in front of it */ [class*='modeSelected'] [class*='name'] { color: rgba(1, 207, 207, .9) !important; padding-left: 5px } [class*='modeSelected'] [class*='name']:before { content: "-> "; } /* color unread channels lighter yellow, and add arrows after them */ [class*='modeUnread'] [class*='name'] { color: #ffff49 !important; padding-left: 3px } [class*='modeUnread'] [class*='name']:after { content: " <-"; } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ .powercord-spotify .avatarWrapper-2yR4wp { animation-name: spin; animation-duration: 4000ms; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } .message-2qnXI6[data-author-id="U224524143482241035"] .username-1A8OIy { background: linear-gradient( 60deg, hsl(224, 85%, 66%), hsl(269, 85%, 66%), hsl(314, 85%, 66%), hsl(359, 85%, 66%), hsl(44, 85%, 66%), hsl(89, 85%, 66%), hsl(134, 85%, 66%), hsl(179, 85%, 66%) ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* SECTION Compact Plugins List */ .powercord-product { padding: 10px 0 !important; margin: 0 !important; background: none !important; border: none !important; display: flex; flex-wrap: wrap; margin-bottom: 10px; border-bottom: thin solid var(--background-modifier-accent) !important; border-radius: 0; } .powercord-product-header { margin: 0 !important; order: -2; flex: 1 1 60%; } .powercord-product-details { width: 100%; } .powercord-product .description, .powercord-product .metadata, .powercord-product-permissions { margin: 0 !important; margin-top: 6px !important; color: var(--header-secondary); font-size: 14px; } .powercord-product .metadata .author { flex-grow: 1; } .powercord-product .metadata .license { justify-content: flex-end; width: auto !important; margin-left: 20px !important; } .powercord-product .metadata .version { width: 105px !important; order: 2; justify-content: flex-end; } .powercord-product .metadata .version > div { margin-right: 0 !important; } .powercord-product .metadata .version > div:first-child, .powercord-product .metadata .license > div:first-child { order: 2; margin-right: 0 !important; margin-left: 5px !important; } .powercord-product .metadata .license > div:last-child, .powercord-product .metadata .author > div:first-child { margin-right: 4px !important; } .powercord-product-footer { margin: 0 !important; order: -1; margin-left: 6px !important; } .powercord-product-footer .lookFilled-1Gx00P.colorRed-1TFJan { border-radius: 100px; padding: 0 !important; height: 24px !important; min-height: unset !important; min-width: unset !important; padding: 0 8px !important; } .powercord-product .dividerDefault-3rvLe-, .powercord-product .description > div:first-child { display: none; } /* !SECTION */ .uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .title-2Vtl4y { text-align: center !important; } :root { --avatar-radius: 10% /* if you want your avatar more or less round it's here */ } /* Hide the activity icon in both user popouts */ .avatarWrapperNormal-3wFMbf > .wrapper-3t9DeA > .mask-1l8v16 > .pointerEvents-2zdfdO, .header-QKLPzZ > .wrapper-3t9DeA > .mask-1l8v16 > .pointerEvents-2zdfdO { display: none; } /* Hide the activity icon background in both user popouts */ .avatarWrapperNormal-3wFMbf > .wrapper-3t9DeA > .mask-1l8v16 foreignObject, .header-QKLPzZ > .wrapper-3t9DeA > .mask-1l8v16 foreignObject { mask: none !important; border-radius: var(--avatar-radius); } /* Fix the "View Profile" thing when u over your avatar */ .avatarHint-1qgaV3 foreignObject { mask: none !important; border-radius: var(--avatar-radius); } /* Badges */ .headerInfo-30uryT > .profileBadges-2vWUYb { display: flex; flex-wrap: wrap; } .headerInfo-30uryT > .profileBadges-2vWUYb > .profileBadgeWrapper-1rGSsp { padding-bottom: 7px; } .header-23xsNx{ user-select:none; } .titleBar-AC4pGV>*:nth-child(2) { background-color: transparent; transition: background-color 0.5s ease-out; } .titleBar-AC4pGV>*:nth-child(3) { background-color: transparent; transition: background-color 0.5s ease-out; } .titleBar-AC4pGV>*:nth-child(4) { background-color: transparent; transition: background-color 0.5s ease-out; } .titleBar-AC4pGV>*:nth-child(2):hover { background-color: #AA2832; } .titleBar-AC4pGV>*:nth-child(3):hover { background-color: #056295; } .titleBar-AC4pGV>*:nth-child(4):hover { background-color: #FDB100; } [aria-label="Online"]::after { content: 'ONLINE'; font-weight: bold; padding-left: 5px; color: #43B581 } [aria-label="Do Not Disturb"]::after { content: 'DO NOT DISTURB'; font-weight: bold; padding-left: 5px; color: #F04747 } [aria-label="Idle"]::after { content: 'IDLE'; font-weight: bold; padding-left: 5px; color: #FFB740 } [aria-label="Offline"]::after { content: 'OFFLINE/INVISIBLE'; font-weight: bold; padding-left: 5px; color: #747F8D } .pictureInPictureWindow-1B5qSe{ width: 440px; height: 248px; opacity: 60%; } .pictureInPictureWindow-1B5qSe:hover{ opacity: 100%; } :root { --hover-animation-speed: 0.35s; --seperator-color: var(--background-accent); } .membersWrap-2h-GB4 { min-width: unset; width: 65px; justify-content: right; } .members-1998pB { transition: transform var(--hover-animation-speed); } .membersWrap-2h-GB4:hover .members-1998pB { transform: translateX(-190px); } .membersWrap-2h-GB4 .membersGroup-v9BXpm::after { content: ''; width: 30px; height: 2px; border-radius: 50px; background: unset; background-color: var(--seperator-color); position: absolute; left: -36px; top: 29px; margin-left: 0px; } .membersWrap-2h-GB4 .members-1998pB .member-3-YXUe { background-color: unset; margin-left: 0px; transition: margin-left var(--hover-animation-speed); } .membersWrap-2h-GB4:hover .members-1998pB .member-3-YXUe { margin-left: 8px; } .membersWrap-2h-GB4:hover .membersGroup-v9BXpm { transform: translateX(-6px); } .membersWrap-2h-GB4 .membersGroup-v9BXpm { cursor: default; transform: translateX(45px); transition: transform var(--hover-animation-speed); overflow: visible; } .members-1998pB { border-radius: 15px 15px 0 0 !important; } .membersWrap-2h-GB4, .members-1998pB { left: 15px; margin-right: 10px } .chat-3bRxxu { background: var(--background-tertiary); } .chatContent-a9vAAp { background-color: var(--background-primary); border-radius: 0 15px 0 0 !important; left: 25px; margin-left: -25px } .userInfoSectionHeader-CBvMDh, .note-QfFU8y { display: none; } .infoScroller-3EYYns>.userInfoSection-2acyCx:first-of-type { margin-top: -45px; } .topSectionNormal-2-vo2m { z-index: 10; } .buttons-3JBrkn { max-width: 40px; transition: max-width 1s; } .buttons-3JBrkn:hover { max-width: 1800px; } path[d="M33 34.5833V7.49998H35V36.6666H9C6.791 36.6666 5 34.801 5 32.5V7.49998C5 5.19894 6.791 3.33331 9 3.33331H31V30.4166H9C7.8955 30.4166 7 31.3485 7 32.5C7 33.6515 7.8955 34.5833 9 34.5833H33ZM23.9718 9.99998L15.8889 17.9915L12.7086 14.8441L10 17.5058L15.8885 23.3333L26.6667 12.6669L23.9718 9.99998Z"] { d:path('M5.88657 21C5.57547 21 5.3399 20.7189 5.39427 20.4126L6.00001 17H2.59511C2.28449 17 2.04905 16.7198 2.10259 16.4138L2.27759 15.4138C2.31946 15.1746 2.52722 15 2.77011 15H6.35001L7.41001 9H4.00511C3.69449 9 3.45905 8.71977 3.51259 8.41381L3.68759 7.41381C3.72946 7.17456 3.93722 7 4.18011 7H7.76001L8.39677 3.41262C8.43914 3.17391 8.64664 3 8.88907 3H9.87344C10.1845 3 10.4201 3.28107 10.3657 3.58738L9.76001 7H15.76L16.3968 3.41262C16.4391 3.17391 16.6466 3 16.8891 3H17.8734C18.1845 3 18.4201 3.28107 18.3657 3.58738L17.76 7H21.1649C21.4755 7 21.711 7.28023 21.6574 7.58619L21.4824 8.58619C21.4406 8.82544 21.2328 9 20.9899 9H17.41L16.35 15H19.7549C20.0655 15 20.301 15.2802 20.2474 15.5862L20.0724 16.5862C20.0306 16.8254 19.8228 17 19.5799 17H16L15.3632 20.5874C15.3209 20.8261 15.1134 21 14.8709 21H13.8866C13.5755 21 13.3399 20.7189 13.3943 20.4126L14 17H8.00001L7.36325 20.5874C7.32088 20.8261 7.11337 21 6.87094 21H5.88657ZM9.41045 9L8.35045 15H14.3504L15.4104 9H9.41045Z'); transform: scale(1.66666667); } /* Better Topbar */ :root { --Roundness: 25px; /* Changes how round edges are | Default: 25px */ } .children-19S4PO, .toolbar-1t6TWx { background-color: rgba(0,0,0,0.2); border-radius: var( --Roundness); padding: 5px; height: 30px; } .children-19S4PO::after { display: none; } .children-19S4PO { margin-right: 20px; } .input-2A_zIr, .input-2A_zIr:hover { background-color: rgba(255,255,255,0); margin-left: 10px; border-radius: var( --Roundness); } .searchBar-3dMhjb { width: 28px; transition: width 0.3s ease-in-out; border-radius: var( --Roundness); } .divider-3FBTu8 { width: 2px; height: 20px; } svg > .updateIconForeground-3tnNZn { fill: var(--interactive-normal); } svg:hover > .updateIconForeground-3tnNZn { fill: var(--interactive-hover); } svg:active > .updateIconForeground-3tnNZn { fill: var(--interactive-active); } svg.icon-3cZ1F_ > path { fill: var(--interactive-normal); } svg.icon-22AiRD { color: var(--interactive-normal); } svg.icon-22AiRD:hover { color: var(--interactive-hover); } .topic-TCb_qw { color: var(--interactive-normal) !important; } .title-29uC1r { color: var(--interactive-normal); } .title-29uC1r:hover { color: var(--interactive-hover); } .status-1XNdyw:hover { filter: brightness(1.5)!important } .channelName-qsg_a_ > div > .input-2A_zIr { box-shadow: none !important; } .onlineFriends-friendsOnline { animation: none; } /* Light theme away */ html.theme-dark .theme-light { --header-primary: #fff; --header-secondary: #b9bbbe; --text-normal: #dcddde; --text-muted: #72767d; --text-link: #00b0f4; --channels-default: #8e9297; --interactive-normal: #b9bbbe; --interactive-hover: #dcddde; --interactive-active: #fff; --interactive-muted: #4f545c; --background-primary: #36393f; --background-secondary: #2f3136; --background-secondary-alt: #292b2f; --background-tertiary: #202225; --background-accent: #4f545c; --background-floating: #18191c; --background-mobile-primary: #36393f; --background-mobile-secondary: #2f3136; --background-modifier-hover: rgba(79,84,92,0.16); --background-modifier-active: rgba(79,84,92,0.24); --background-modifier-selected: rgba(79,84,92,0.32); --background-modifier-accent: hsla(0,0%,100%,0.06); --scrollbar-thin-thumb: #202225; --scrollbar-thin-track: transparent; --scrollbar-auto-thumb: #202225; --scrollbar-auto-track: #2e3338; --focus-primary: #00b0f4; } html.theme-dark .theme-light .root-1gCeng { background-color: #36393f; -webkit-box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2); box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2); } html.theme-dark .theme-light .footer-2gL1pp { background-color: #2f3136; -webkit-box-shadow: inset 0 1px 0 rgba(47,49,54,.6); box-shadow: inset 0 1px 0 rgba(47,49,54,.6); color: var(--text-normal); } /* Updated version of the Hide Nitro Gift and GIF buttons with support for Stickers button */ .button-38aScr.lookBlank-3eh9lL.colorBrand-3pXr91.grow-q77ONN.noFocus-2C7BQj .button-3AYNKb.button-318s1X {display: none;} /* Show Discord, even when you're offline */ .container-16j22k { background: transparent; pointer-events: none; } .container-16j22k * { display: none; } .container-16j22k::before { content: 'You\'ve gone offline'; display: block; bottom: 24px; right: 24px; position: absolute; padding: 8px 16px; background-color: #f04747; border-radius: 4px; color: #fff; } /* Compressed Search Bar */ .search-2oPWTC .searchBar-3dMhjb {width:25px;transition-duration:600ms;} .search-2oPWTC .searchBar-3dMhjb:hover {width:250px !important;} .search-2oPWTC.open-6_Y_aH .searchBar-3dMhjb {width: 250px !important;} .item-PXvHYJ[data-item-id=pc-updater] { height: 4.65rem; align-items: unset !important; } .item-PXvHYJ[data-item-id=pc-updater]:hover { background: linear-gradient(180deg, var(--background-modifier-hover) 0%, var(--background-modifier-hover) 43%, var(--background-secondary) 43.01%, var(--background-secondary) 100%) !important; } .item-PXvHYJ[data-item-id=pc-updater][class*=selected] { background: linear-gradient(180deg, var(--background-modifier-selected) 0%, var(--background-modifier-selected) 43%, var(--background-secondary) 43.01%, var(--background-secondary) 100%) !important; } .item-PXvHYJ[data-item-id=pc-updater]:after { position: absolute; margin-top: 2.19rem; border-top: 1px solid var(--background-modifier-accent); line-height: 2.6rem; width: 89.5%; content: "Plugin Settings"; color: rgb(159, 159, 159); text-transform: uppercase; font-weight: 700; font-size: 12px; } /*fix emoji suggestions not being scrollable*/ .autocompleteInner-zh20B_ { overflow-y: auto; max-height: 75vh; } img[src="/assets/9a43e631d506ae4818ecefc825dc02ad.svg"], img[src="/assets/13c8662cff8e029799a35878b56e23eb.svg"] { filter: invert(1); } :root { --bg-chatbox: #20222581; --bg-divider: var(--background-modifier-accent); /* discords default color */ } .scroller-2LSbBU { bottom: -39em; } .scrollerSpacer-avRLaA { height: 41em; } .scrollerSpacer-avRLaA.empty-6MGttt { height: 40em; } .scroller-2LSbBU::-webkit-scrollbar-track { margin-bottom: calc(39em + 0.5em); } .form-2fGMdU::before { display: none; } .channelTextArea-rNsIhG { background-color: transparent; } .jumpToPresentBar-G1R9s6 { bottom: 8px; background-color:transparent; opacity: 1; } .jumpToPresentBar-G1R9s6 .barButtonMain-3K-jeJ, .jumpToPresentBar-G1R9s6 .barButtonAlt-mYL1lj { height: 37px; bottom: -7px; } .container-2fRDfG, .scrollableContainer-2NUZem { background-color: var(--bg-chatbox); } .jumpToPresentBar-G1R9s6::before { content: ""; position: absolute; background-color: transparent; bottom: -50em; height: 50em; width: 100%; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0 -38px 0 0 var(--bg-chatbox); } .container-2fRDfG::after /* reply divider */ { content: ""; width: calc(100% - 10px); background: var(--bg-divider); margin-left: 4px; position: absolute; height: 1px; top: 33px; } .jumpToPresentBar-G1R9s6::after /* jumpto divider */ { content: ""; width: calc(100% - 10px); background: var(--bg-divider); margin-left: 4px; position: absolute; height: 1px; top: 44px; } ​.item-1tOPte, .menu-3sdvDG.styleFlexible-wGDiIL { border-radius: 20px; } .submenu-2-ysNh.menu-3sdvDG { border-radius: 21px; } .item-1tOPte.labelContainer-1BLJti.colorDefault-2K3EoJ.focused-3afm-j { left: -1.5px; } .iconWrapper-2OrFZ1[aria-label="Update Ready!"] { position: fixed; right: 2px; top: 80px; background: var(--background-tertiary); border-radius: 10px; width: 300px; height: 130px; border-right: 5px solid #43B581; transition: background 1s; } .iconWrapper-2OrFZ1[aria-label="Update Ready!"]::before { position: relative; display: block; content: "A discord update has been released."; font-weight: 700; top: 13px; text-align: center; } .iconWrapper-2OrFZ1[aria-label="Update Ready!"]::after { position: relative; display: block; content: "It is recommended to install it now to receive brand new features & patches."; top: 22px; text-align: center; } .iconWrapper-2OrFZ1[aria-label="Update Ready!"] > .icon-22AiRD { position: fixed; right: 148px; top: 173px; } .header-QKLPzZ > .avatar-3EQepX.wrapper-3t9DeA {top: 5px;} .avatarWrapperNormal-3wFMbf.avatarWrapper-3H_478 > .wrapper-3t9DeA, .header-QKLPzZ > .avatar-3EQepX.wrapper-3t9DeA, .avatarHint-1qgaV3 { width: 100px !important; height: 100px !important; } .userInfoSectionHeader-CBvMDh, .note-QfFU8y { display: none; } .infoScroller-3EYYns>.userInfoSection-2acyCx:first-of-type { margin-top: -45px; } .topSectionNormal-2-vo2m { z-index: 10; } .note-3HfJZ5 { display:none; } .bodyTitle-Y0qMQz .marginBottom8-AtZOdT { display:none; } .protip-YaFfgO { display:none; } .item-1tOPte, .menu-3sdvDG.styleFlexible-wGDiIL { border-radius: 20px; } .submenu-2-ysNh.menu-3sdvDG { border-radius: 21px; } .item-1tOPte.labelContainer-1BLJti.colorDefault-2K3EoJ.focused-3afm-j { left: -1.5px; } .base-1pYU8j { transition: all 0.5s; } .base-1pYU8j:hover { transition: all 0s; transform: scale(1.02); } :root{ --rs-small-spacing: 2px; --rs-large-spacing: 2px; --rs-width: 2px; --rs-avatar-shape: 15%; --rs-online-color: #43b581; --rs-idle-color: #faa61a; --rs-dnd-color: #f04747; --rs-offline-color: #636b75; --rs-streaming-color: #643da7; --rs-invisible-color: #747f8d; } .listItem-2P_4kh:nth-child(1) .listItemWrapper-3X98Pc .wrapper-25eVIn svg foreignObject .wrapper-1BJsBx .childWrapper-anI2G9 .homeIcon-tEMBK1 { background: url("https://cdn.discordapp.com/attachments/706617700776018034/800861961390522388/download.png"); /* image url */ background-size: contain; background-repeat: no-repeat; background-position: center; width: 30px; height: 30px; margin-top: -2px; } .homeIcon-tEMBK1 path { fill: transparent; } /* Settings Button */ .button-14-BFJ[aria-label="User Settings"]:hover .contents-18-Yxp { animation: rotate 3s infinite; } @keyframes rainbowText { from { filter: hue-rotate(0deg); background-position-x: 0%; } to { filter: hue-rotate(360deg); background-position-x: 600vw; } } .message-2qnXI6[data-author-id="224524143482241035"] .username-1A8OIy, .nameTag-3uD-yy .title-eS5yk3 { background: -webkit-linear-gradient( 90deg, #e96eff, #ff6e72 ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: rainbowText 5s linear infinite alternate; font-weight: bold; } /* AJERN */ .buttons-3JBrkn>.button-38aScr.noFocus-2C7BQj, .container-1giJp5 .statusWithPopout-3ZfFol, .container-1giJp5 .subtext-3CDbHg, .customText-tY5LJn, .description-2L932D, .separator-2I32lJ, .status-1fhblQ, .toolbar-1t6TWx>.clickable-3rdHwn:last-of-type, .tutorialContainer-SGrQ1h~.listItem-2P_4kh, [href="/store"], #channel-context-hide-voice-names, #channel-context-invite-people, .anchor-3Z-8Bb[href="https\:\/\/support\.discord\.com"] { display: none } .userPopout-3XzG_A { border-radius: 12px; } .platform-win .typeWindows-1za-n7 { height: 9px; margin-top: 0; position: absolute; top: 1px; left: 0; width: 100%; background: 0 0 } .platform-win .winButtonClose-1HsbF- { border-top-right-radius: var(--TB-tr-roundness) } .platform-win .winButton-iRh8-Z { position: relative; top: calc(var(--TB-position-top, 0px) - 1px); right: var(--TB-position-right, 0); height: var(--TB-height, 48px); width: var(--TB-width, 40px) } .platform-win .winButton-iRh8-Z:not(.winButtonClose-1HsbF-):hover { background-color: rgba(255, 255, 255, .1) } .platform-win .container-1r6BKw { padding-right: var(--TB-header-padding, 125px) } .platform-win .wordmarkWindows-1v0lYD { display: none } .platform-win #app-mount.bd-detached-editor .winButton-iRh8-Z { right: 30% } .powercord-spotify .spotify-cover { border-radius: 20px !important; } .powercord-spotify .avatarWrapper-2yR4wp { animation-name: spin; animation-duration: 4000ms; animation-iteration-count: infinite; animation-timing-function: linear; pointer-events: none !important; } @keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } /* Liam The Protogen#2501 Code */ /* https://github.com/Controlfreak707/PowerAnimations */ .numberBadge-2s8kKX { animation: animatedPing 1.5s infinite ease-in-out; } @keyframes animatedPing { 0% { transform: rotate(-15deg); } 50% { transform: rotate(15deg) scale(1.2); } 100% { transform: rotate(-15deg); } } /* Modals*/ .focusLock-Ns3yie { animation: Modal 1000ms linear both; } @keyframes Modal { 0% { transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 3.4% { transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 4.7% { transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 6.81% { transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 9.41% { transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 10.21% { transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 13.61% { transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 14.11% { transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 17.52% { transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 18.72% { transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 21.32% { transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 24.32% { transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 25.23% { transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 29.03% { transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 29.93% { transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 35.54% { transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 36.74% { transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 41.04% { transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 44.44% { transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 52.15% { transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 59.86% { transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 63.26% { transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 75.28% { transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 85.49% { transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 90.69% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } } /* Profile Modal */ .headerPlaying-j0WQBV, .topSectionPlaying-1J5E4n { z-index: 1; background: url(https://cdn.naila.bot/Discord/playing-background.svg), #7289da; } .headerSpotify-zpWxgT, .topSectionSpotify-1lI0-P { z-index: 1; background: url(https://cdn.naila.bot/Discord/playing-background.svg), #1db954; } .topSectionPlaying-1J5E4n, .topSectionSpotify-1lI0-P { animation: Profile 15s infinite ease-in-out; background-size: 50%; } @keyframes Profile { 50% { background-position: bottom center; } } /* Channel Mute button */ .iconWrapper-2OrFZ1[role="switch"]:hover { animation: Notif 1.5s infinite ease-in-out; } @keyframes Notif { 0% { transform: rotate(-10deg); } 50% { transform: rotate(10deg) scale(1.01); } 100% { transform: rotate(-10deg); } } /* Call Button */ .iconWrapper-2OrFZ1[aria-label="Start Voice Call"]:hover .icon-22AiRD { animation: CallButton 1500ms infinite linear both; } @keyframes CallButton { 0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 2.87% { transform: matrix3d( 1.05, 0.24, 0, 0, -0.24, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 5.74% { transform: matrix3d( 1.05, 0.423, 0, 0, -0.423, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 6.57% { transform: matrix3d( 1.046, 0.458, 0, 0, -0.458, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 6.67% { transform: matrix3d( 1.046, 0.462, 0, 0, -0.462, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 8.61% { transform: matrix3d( 1.145, 0.17, 0, 0, -0.17, 1.145, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 9.54% { transform: matrix3d( 1.161, 0.024, 0, 0, -0.024, 1.161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 11.48% { transform: matrix3d( 1.139, -0.238, 0, 0, 0.238, 1.139, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 12.41% { transform: matrix3d( 1.115, -0.334, 0, 0, 0.334, 1.115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 13.23% { transform: matrix3d( 1.091, -0.402, 0, 0, 0.402, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 13.33% { transform: matrix3d( 1.088, -0.409, 0, 0, 0.409, 1.088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 15.28% { transform: matrix3d( 1.147, -0.166, 0, 0, 0.166, 1.147, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 16.2% { transform: matrix3d( 1.157, -0.038, 0, 0, 0.038, 1.157, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 18.14% { transform: matrix3d( 1.136, 0.204, 0, 0, -0.204, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 18.89% { transform: matrix3d( 1.119, 0.279, 0, 0, -0.279, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 19.07% { transform: matrix3d( 1.114, 0.296, 0, 0, -0.296, 1.114, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 19.9% { transform: matrix3d( 1.093, 0.364, 0, 0, -0.364, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 20% { transform: matrix3d( 1.09, 0.372, 0, 0, -0.372, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 21.94% { transform: matrix3d( 1.142, 0.135, 0, 0, -0.135, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 22.87% { transform: matrix3d( 1.15, 0.012, 0, 0, -0.012, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 24.81% { transform: matrix3d( 1.128, -0.219, 0, 0, 0.219, 1.128, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 25.55% { transform: matrix3d( 1.112, -0.291, 0, 0, 0.291, 1.112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 25.74% { transform: matrix3d( 1.107, -0.307, 0, 0, 0.307, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 26.29% { transform: matrix3d( 1.094, -0.352, 0, 0, 0.352, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 26.57% { transform: matrix3d( 1.087, -0.372, 0, 0, 0.372, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 26.67% { transform: matrix3d( 1.085, -0.379, 0, 0, 0.379, 1.085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 28.61% { transform: matrix3d( 1.141, -0.138, 0, 0, 0.138, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 29.54% { transform: matrix3d( 1.149, -0.013, 0, 0, 0.013, 1.149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 31.48% { transform: matrix3d( 1.128, 0.221, 0, 0, -0.221, 1.128, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 32.22% { transform: matrix3d( 1.112, 0.293, 0, 0, -0.293, 1.112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 32.41% { transform: matrix3d( 1.107, 0.309, 0, 0, -0.309, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 32.96% { transform: matrix3d( 1.094, 0.354, 0, 0, -0.354, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 33.23% { transform: matrix3d( 1.087, 0.375, 0, 0, -0.375, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 33.33% { transform: matrix3d( 1.085, 0.382, 0, 0, -0.382, 1.085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 35.28% { transform: matrix3d( 1.046, 0.299, 0, 0, -0.299, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 36.2% { transform: matrix3d( 1.031, 0.25, 0, 0, -0.25, 1.031, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 38.14% { transform: matrix3d( 1.004, 0.152, 0, 0, -0.152, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 38.89% { transform: matrix3d( 0.994, 0.119, 0, 0, -0.119, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 39.07% { transform: matrix3d( 0.992, 0.112, 0, 0, -0.112, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 39.63% { transform: matrix3d( 0.986, 0.091, 0, 0, -0.091, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 41.11% { transform: matrix3d( 0.973, 0.044, 0, 0, -0.044, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 41.94% { transform: matrix3d( 0.968, 0.025, 0, 0, -0.025, 0.968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 44.81% { transform: matrix3d( 0.961, -0.014, 0, 0, 0.014, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 45.55% { transform: matrix3d( 0.962, -0.018, 0, 0, 0.018, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 46.29% { transform: matrix3d( 0.962, -0.021, 0, 0, 0.021, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 47.77% { transform: matrix3d( 0.965, -0.022, 0, 0, 0.022, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 52.22% { transform: matrix3d( 0.974, -0.012, 0, 0, 0.012, 0.974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 52.96% { transform: matrix3d( 0.975, -0.01, 0, 0, 0.01, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 54.44% { transform: matrix3d( 0.977, -0.006, 0, 0, 0.006, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 55.99% { transform: matrix3d( 0.978, -0.003, 0, 0, 0.003, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 59.63% { transform: matrix3d( 0.979, 0.001, 0, 0, -0.001, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 61.11% { transform: matrix3d( 0.978, 0.001, 0, 0, -0.001, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 62.66% { transform: matrix3d( 0.978, 0.001, 0, 0, -0.001, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 66.67% { transform: matrix3d( 0.978, 0.001, 0, 0, -0.001, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 67.77% { transform: matrix3d( 0.978, 0.001, 0, 0, -0.001, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 69.32% { transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 73.33% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 74.44% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 75.99% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 80% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 82.66% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 86.67% { transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 89.32% { transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 93.33% { transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 100% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } } /* Pins Button */ .iconWrapper-2OrFZ1[aria-label="Pinned Messages"]:hover .icon-22AiRD { animation: PinsHover 1500ms linear both; } .iconWrapper-2OrFZ1[aria-label="Pinned Messages"].selected-1GqIat .icon-22AiRD { animation: PinsSelected 2000ms linear both; } @keyframes PinsHover { 0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 4.3% { transform: matrix3d( 0.92, -0.393, 0, 0, 0.393, 0.92, 0, 0, 0, 0, 1, 0, 0, -5.143, 0, 1 ); } 8.61% { transform: matrix3d( 0.771, -0.637, 0, 0, 0.637, 0.771, 0, 0, 0, 0, 1, 0, 0, -8.786, 0, 1 ); } 12.91% { transform: matrix3d( 0.677, -0.736, 0, 0, 0.736, 0.677, 0, 0, 0, 0, 1, 0, 0, -10.523, 0, 1 ); } 17.22% { transform: matrix3d( 0.653, -0.757, 0, 0, 0.757, 0.653, 0, 0, 0, 0, 1, 0, 0, -10.933, 0, 1 ); } 28.33% { transform: matrix3d( 0.696, -0.718, 0, 0, 0.718, 0.696, 0, 0, 0, 0, 1, 0, 0, -10.206, 0, 1 ); } 39.44% { transform: matrix3d( 0.711, -0.704, 0, 0, 0.704, 0.711, 0, 0, 0, 0, 1, 0, 0, -9.938, 0, 1 ); } 61.66% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -10.004, 0, 1 ); } 83.98% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1 ); } 100% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1 ); } } @keyframes PinsSelected { 0% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1 ); } 3.23% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -2.286, 0, 1 ); } 6.46% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 3.179, 0, 1 ); } 9.68% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 5.784, 0, 1 ); } 12.91% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 6.4, 0, 1 ); } 21.25% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 5.309, 0, 1 ); } 24.9% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 5.005, 0, 1 ); } 25% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1 ); } 28.23% { transform: matrix3d( 0.928, -0.372, 0, 0, 0.372, 0.928, 0, 0, 0, 0, 1, 0, 0.364, 1.64, 0, 1 ); } 29.58% { transform: matrix3d( 0.971, -0.24, 0, 0, 0.24, 0.971, 0, 0, 0, 0, 1, 0, 0.489, 0.509, 0, 1 ); } 31.46% { transform: matrix3d( 0.995, -0.095, 0, 0, 0.095, 0.995, 0, 0, 0, 0, 1, 0, 0.621, -0.676, 0, 1 ); } 34.68% { transform: matrix3d( 0.999, 0.041, 0, 0, -0.041, 0.999, 0, 0, 0, 0, 1, 0, 0.744, -1.749, 0, 1 ); } 37.91% { transform: matrix3d( 0.997, 0.073, 0, 0, -0.073, 0.997, 0, 0, 0, 0, 1, 0, 0.773, -1.979, 0, 1 ); } 46.25% { transform: matrix3d( 1, 0.016, 0, 0, -0.016, 1, 0, 0, 0, 0, 1, 0, 0.722, -1.489, 0, 1 ); } 46.25% { transform: matrix3d( 1, 0.016, 0, 0, -0.016, 1, 0, 0, 0, 0, 1, 0, 0.722, -1.489, 0, 1 ); } 54.58% { transform: matrix3d( 1, -0.005, 0, 0, 0.005, 1, 0, 0, 0, 0, 1, 0, 0.703, -1.323, 0, 1 ); } 62.99% { transform: matrix3d( 1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0.706, -1.356, 0, 1 ); } 71.25% { transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.707, -1.367, 0, 1 ); } 75% { transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.707, -1.366, 0, 1 ); } 87.99% { transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.707, -1.364, 0, 1 ); } 100% { transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.707, -1.364, 0, 1 ); } } /* Update Button */ .iconWrapper-2OrFZ1[aria-label="Update Ready!"]:hover .icon-22AiRD { animation: Update 1500ms linear both; } @keyframes Update { 0% { clip-path: inset(0px 0px 0px 0px); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 4.3% { transform: matrix3d( 0.78, -0.816, 0, 0, 0.816, 0.78, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 8.61% { transform: matrix3d( 0.231, -1.198, 0, 0, 1.198, 0.231, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 12.91% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( -0.104, -1.259, 0, 0, 1.259, -0.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 17.22% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( -0.186, -1.26, 0, 0, 1.26, -0.186, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 28.33% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( -0.041, -1.254, 0, 0, 1.254, -0.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 39.44% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( 0.012, -1.248, 0, 0, 1.248, 0.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 61.66% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( -0.001, -1.25, 0, 0, 1.25, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 83.98% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d(0, -1.25, 0, 0, 1.25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 100% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d(0, -1.25, 0, 0, 1.25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } } /* User Modal Buttons */ .button-14-BFJ:hover .contents-18-Yxp { animation: UserModalButtons 0.5s normal ease; } .container-3baos1 .noWrap-3jynv6 { width: 100px; opacity: 1; } .button-14-BFJ { transition: 0.2s; } .button-14-BFJ:hover { padding-bottom: 0px; transition: 0.2; } @keyframes UserModalButtons { 0% { transform: translateY(0px); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0px); } }
theme.css
@import url("https://raw.githack.com/Simkoop/NFLD99-NoBranding/master/Source_Code/Addons/Use_Fonts/DiscordFont.css"); @import url('https://poilerwags.github.io/Customa-Discord/Chat/radialstatus.m.css'); /* PhenoM4a4n Codes */ /* https://github.com/phenom4n4n/blurple-replacer.git */ /* BLURPLE YELLOW */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ :root { --alt-color: 214, 214, 0; /* Must be an rgb color for opacity to work */ --radio-group-dot-foreground: rgba(var(--alt-color)); } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ .theme-light { --logo-primary: rgba(var(--alt-color)); } /* Clyde / Powercord */ .replying-1x3H0T:before, .ephemeral-1PsL1r:before, .localBot-GrCgVt:before { background-color: rgba(var(--alt-color)) !important; } .replying-1x3H0T, .ephemeral-1PsL1r, .localBot-GrCgVt { background-color: rgba(var(--alt-color), 0.05) !important; } .ephemeralMessage-1fEWtQ a { color: rgba(var(--alt-color)) !important; } /* Playing / Streaming Background */ div[class*="headerPlaying"], div[class*="headerStreaming"] { background-color: rgba(var(--alt-color)) !important; } /* Menus */ div[class*="colorDefault-"]:active:not(.hideInteraction-1iHO1O), div[class*="colorDefault-"].focused-3afm-j, div[class*="colorDefault-"].focused-3afm-j:active { background-color: rgba(var(--alt-color)) !important; color: #fff !important; } div[class*="colorDanger-"].focused-3afm-j, div[class*="colorDanger-"].focused-3afm-j:active { background-color: #f04747 !important; } /* Buttons */ div[class*="themeDefault"].valueChecked-m-4IJZ, button[class*="lookFilled"].colorBrand-3pXr91, button[class*="lookFilled"].colorBrand-3pXr91:disabled, button[class*="lookFilled"].colorBrand-3pXr91:hover { background-color: rgba(var(--alt-color)) !important; color: #fff !important; border-color: rgba(var(--alt-color)) !important; } /* Sliders */ div[class*="barFill-"] { background-color: rgba(var(--alt-color)) !important; } /* Reactions */ .reaction-1hd86g.reactionMe-wv5HKu { background-color: rgba(var(--alt-color), 0.3); } .reactionMe-wv5HKu .reactionCount-2mvXRV, .reactionMe-wv5HKu:hover .reactionCount-2mvXRV { color: rgba(var(--alt-color)); } /* Server Boost Icon */ div[class*="subscribeTooltipWrapper-"] { background-color: rgba(var(--alt-color)); } div[class*="subscribeTooltipWrapper-"]::after { border-bottom-color: rgba(var(--alt-color)); } .lookInverted-2D7oAl.colorBrand-3pXr91 { color: rgba(var(--alt-color)); } /* Bot Buttons */ span[class*="botTagInvert-"] { color: rgba(var(--alt-color)) !important; } /* Message Edit Buttons */ div[class*="operations-"] > a { color: rgba(var(--alt-color)) !important; } /* Channel Sync Buttons */ button[class*="lookGhost-"].colorBrand-3pXr91 { color: rgba(var(--alt-color)) !important; background-color: rgba(var(--alt-color), 0.1) !important; } /* Video Player */ div[class*="mediaBarInteractionDragging-"] .mediaBarGrabber-1FqnbN, .mediaBarInteraction-37i2O4:hover .mediaBarGrabber-1FqnbN, .mediaBarGrabber-1FqnbN, .mediaBarProgress-1xaPtl, .mediaBarProgress-1xaPtl::after, .mediaBarProgress-1xaPtl::before { background-color: rgba(var(--alt-color)); } /* Guild Avatar Without Icon */ div[class*="guildAvatarWithoutIcon-"] { background-color: rgba(var(--alt-color)); } /* Cube Loading Spinner */ span[class*="wanderingCubesItem-"] { background-color: rgba(var(--alt-color)); } /* Load More Messages */ .hasMore-3e72_v { color: rgba(var(--alt-color)); } /* Server Partner Badges */ svg[aria-label="Discord Partner"] { color: rgba(var(--alt-color)) !important; } /* Wide Buttons */ div[class*="radioGroup-"] div[style*="background-color: rgb(114, 137, 218)"] { background-color: rgba(var(--alt-color)) !important; border-color: rgba(var(--alt-color)) !important; } div[class*="cardPrimaryEditable-"] div[style*="border-color: rgb(114, 137, 218)"] { border-color: rgba(var(--alt-color)) !important; } /* Discord Nitro Button in Settings */ div[class*="side-"] div[style*="color: rgb(114, 137, 218)"] { color: rgba(var(--alt-color)) !important; } div[class*="side-"] div[style*="background-color: rgb(114, 137, 218)"] { background-color: rgba(var(--alt-color)) !important; color: #fff !important; } div[class*="side-"] div[style*="background-color: rgba(114, 137, 218, 0.1)"] { background-color: rgba(var(--alt-color), 0.1) !important; } /* Folder Icons */ div[class*="expandedFolderIconWrapper-"] svg[style*="color: rgb(114, 137, 218);"] { color: rgba(var(--alt-color)) !important; } div[class*="folder-"] div[style*="background-color: rgba(114, 137, 218, 0.4)"] { background-color: rgba(var(--alt-color), 40%) !important; } /* Checkbox Button (1 of 1000) */ label[class*="checkboxWrapper-"] div[style*="border-color: rgb(114, 137, 218); background-color: rgb(114, 137, 218);"] { border-color: rgba(var(--alt-color)) !important; background-color: rgba(var(--alt-color)) !important; } .selectedIcon-3uS11H { color: rgba(var(--alt-color)) !important; } /* the nitro tier thing */ div[class*="tierUnlocked-"] { color: rgba(var(--alt-color)) !important; } /* Upload Image Button */ svg circle[fill*="#7289DA"] { fill: rgba(var(--alt-color)) !important; } /* Audit Log Search */ div[class*="scroller-"] div[style*="background: rgb(114, 137, 218);"] { background: rgba(var(--alt-color)) !important; } /* Clear After Popout Border */ .lookFilled-1h1y05.select-1Pkeg4:focus, .lookFilled-1h1y05.selectOpen-hQuR6b { border-color: rgba(var(--alt-color)) !important; } /* Toast */ .powercord-toast[data-toast-type=info] .icon { color: rgba(var(--alt-color)) !important; } /* Permissions Sync Text */ .message-15tBk4 strong { color: rgba(var(--alt-color)) !important; background-color: rgba(var(--alt-color), 0.1)e; } /* Changelog */ .improved-2jOfnH { color: rgba(var(--alt-color)) !important; } .improved-2jOfnH:after { background-color: rgba(var(--alt-color)) !important; } /* Mentions */ .wrapper-3WhCwL { color: rgba(var(--alt-color)); background: rgba(var(--alt-color), 0.1); } /* Another Darned Checkbox */ .checkbox-3kaeSU .checkboxInner-3yjcPe .checkboxElement-1qV33p:checked+span { background-color: rgba(var(--alt-color)) !important; border-color: rgba(var(--alt-color)) !important; } /* Sync Server Template */ .tooltipBrand-g03Nz8, .theme-light .tooltipBrand-g03Nz8 { background-color: rgba(var(--alt-color)) !important; } .tooltipBrand-g03Nz8 .tooltipPointer-3ZfirK, .theme-light .tooltipBrand-g03Nz8 .tooltipPointer-3ZfirK { border-top-color: rgba(var(--alt-color)) !important; } /* Media Loader */ div[class*="progress-"] div[style*="background-color: rgb(114, 137, 218);"] { background-color: rgba(var(--alt-color)) !important; } /* Loading Screen Tip */ div[class*="tipTitle-"] { color: rgba(var(--alt-color)) !important; } /* Nother Loading Spinner */ .path-92Hmty { stroke: rgba(var(--alt-color)) !important; } .path2-1q7bG_ { stroke: rgba(var(--alt-color)) !important; opacity: .6; } .path3-2l9TIX { stroke: rgba(var(--alt-color)); filter: grayscale(90%); } /* Discovery Thing*/ .categoryPill-34fszg.selected-1dONk0 { background-color: rgba(var(--alt-color)) !important; } .searchPage-3GKAdT .search-1iTphC .searchBox-2_mAlO:focus-within { border-color: rgba(var(--alt-color)) !important; } /* notif settings thing */ .wrapper-3jrx9n { border-color: rgba(var(--alt-color)) !important; } .option-n0icdO:hover, .selected-mKYnfr.option-n0icdO { background-color: rgba(var(--alt-color)) !important; border-color: rgba(var(--alt-color)) !important; } /* Link underlines */ .lookLink-9FtZy-.colorBrand-3pXr91:hover .contents-18-Yxp { background-image: linear-gradient(0deg,transparent,transparent 1px, rgba(var(--alt-color)) 0,rgba(var(--alt-color)) 2px,transparent 0); } /* Date Picker */ .datePicker--XZbmJ .datePickerHint-3Q1Udw .hintValue-29ny8Z, .calendarPicker-2yf6Ci .react-datepicker__day.react-datepicker__day--selected:after, .calendarPicker-2yf6Ci .react-datepicker__day:hover { background-color: rgba(var(--alt-color)) !important; } /* Gif Picker */ .categoryFadeBlurple-1j72_A { background-color: rgba(var(--alt-color), 0.8) !important; } .result-3w1ZcL:hover:after { -webkit-box-shadow: inset 0 0 0 2px rgba(var(--alt-color)), inset 0 0 0 3px #2f3136 !important; box-shadow: inset 0 0 0 2px rgba(var(--alt-color)), inset 0 0 0 3px #2f3136 !important; } /* View as Roles */ div[class^="noticeText-"] { color: #fff !important; } .colorBrand-2zeG8h { background-color: rgba(var(--alt-color)) !important; color: #fff !important; } .button-3Ijpww:hover { background-color: rgba(var(--alt-color)) !important; } /* Other stuff */ div[class*="colorDefault"].focused-3afm-j, .colorDefault-2K3EoJ.focused-3afm-j .checkbox-3s5GYZ { color: #fff !important; } button[class*="lookOutlined"].colorBrand-3pXr91 { color: rgba(var(--alt-color)) !important; border-color: rgba(var(--alt-color), 30%); } button[class*="lookOutlined"].colorBrand-3pXr91:hover { border-color: rgba(var(--alt-color), 50%); } [class^="regionSelectModalOption-"]:hover, .input-cIJ7To.focused-1mmYsC, .input-cIJ7To:focus { border-color: rgba(var(--alt-color)) !important; } circle[class^="radioSelection-"], [fill*="7289da"] { fill: rgba(var(--alt-color)) !important; } polyline[stroke*="7289da"] { stroke: rgba(var(--alt-color)) !important; } [class^="sampleLink-"], .title-2Dc-Cb, [class^="regionSelectModalHeader-"], .lookGhost-2Fn_0-.colorBrand-3pXr91, .lookLink-9FtZy-.colorBrand-3pXr91, .colorDefault-2K3EoJ .checkbox-3s5GYZ, .colorDefault-2K3EoJ.focused-3afm-j .check-1JyqgN, div[class*="colorBrand"] { color: rgba(var(--alt-color)) !important; } div[class*="topSectionPlaying-"], [class^="avatarUploaderInner-"] { background-color: rgba(var(--alt-color)) !important; } .categoryItem-3zFJns.selectedCategoryItem-3X8ujp .itemInner-3gVXMG, span[class^="questionMark-"], .interactive:hover, div[class^="newMessagesBar-"], .wrapper-1BJsBx.selected-bZ3Lue .childWrapper-anI2G9, .wrapper-1BJsBx:hover .childWrapper-anI2G9, div[class^="dot-"], span[class*="botTagRegular"] { background-color: rgba(var(--alt-color)) !important; color: #fff !important; border-color: rgba(var(--alt-color)) !important; } .hasMoreButton-1MELpI { color: rgba(var(--alt-color)) !important; } .powercord-spotify{background-color:#121212!important;padding-bottom:10px!important;border-top: 0px solid #121212!important;border-bottom: 0px solid #121212!important;} .powercord-spotify img{border-radius:0!important} .powercord-spotify .spotify-seek-bar{height:4px!important;border-radius:2px!important;margin-left:15px!important;margin-right:15px!important;background:#404040!important} .powercord-spotify .spotify-seek-bar-progress{background:#D6D600!important;border-radius:42px!important} .powercord-spotify .container-3baos1{background-color:transparent!important} .powercord-spotify .container-3baos1 .nameTag-3uD-yy .title-eS5yk3{color:#fff!important} .powercord-spotify .container-3baos1 .nameTag-3uD-yy .subtext-3CDbHg{color:#aaaaaa!important;overflow-x:hidden!important;text-indent:-15px!important} .powercord-spotify .spotify-buttons button{background:0 0!important;} .powercord-spotify .spotify-seek-elements,.powercord-spotify.hover .spotify-seek-elements{color:#D6D600!important;font-size:70%!important;margin-top:3px!important;margin-left:10px!important;margin-right:10px!important} .powercord-spotify .horizontal-1ae9ci *{width:0!important;overflow:hidden!important;opacity:0!important;display:none!important} .powercord-spotify:hover .horizontal-1ae9ci *{width:32px!important;overflow:visible!important;opacity:1!important;display:block!important} /* ----------------------------------------------------------- */ /* VC backround image */ .minimum-28Z35l > .root-217Brm, .video--KPXCT > .root-217Brm { background: url("https://cdn.discordapp.com/attachments/706617700776018034/800758523998896168/e047195cfd12bcd2aab351643d773d9f.jpg") /* CHANGE IMAGE FOR VOICE CALLS HERE */ center/100% no-repeat; } .minimum-28Z35l > .root-217Brm::before, .video--KPXCT > .root-217Brm::before { content: ""; position: absolute; height: 100%; width: 100%; background: rgb(0, 0, 0, 0.65); } .videoControls-24w7Xp > .topControls-KKImPZ > div > .headerWrapper-3NUKsd > .title-3qD0b-, .videoControls-24w7Xp > .topControls-KKImPZ > div > .headerWrapper-3NUKsd > .transparent-2ZlE3R { box-shadow: none !important; } /* madeleine#0173's Code */ /* https://github.com/spinfish/midnightcord/ */ /* CYBERCORD YELLOW */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ :root { /* self explanatory (hopefully) */ --background-accent: #121212; /* colour of links (including in embeds) */ --text-link: #D6D600; /* colour of right hand side of screen and chat */ --background-primary: #121212 !important; /* embed backround/text channel list/member list colour */ --background-secondary: #121212 !important; /* colour of change status/mute mic/deafen/user settings patch */ --background-secondary-alt: #121212 !important; /* colour of panel when you click on server name/edit message */ --background-floating: #121212 !important; /* colour of border around [top of] discord */ --background-tertiary: #121212 !important; /* colour of text box that you type in */ --channeltextarea-background: var(--background-accent) !important; /* colours of things when you hover over them; e.g. a channel/user */ --background-modifier-hover: rgba(255, 255, 255, 0.01) !important; --background-modifier-active: rgba(255, 255, 255, 0.03) !important; --background-modifier-selected: rgba(255, 255, 255, 0.04) !important; /* colour of channel name's text */ --channels-default: #D6D600 !important; /* colour of message when hovering over it */ --message-hover: #202020 !important; /* colour of search bar */ --search-menu-colour: #121212 !important; /* colour of spoilered text */ --spoiler-colour: #00000d; /* colour for the following things: - channel icon, text with "Today at ..." by message - "Message #channel/user" */ --text-muted: #b6b6b6 !important; /* colour of text in messages and discord logo in top left hand corner */ --text-normal: #fbfbfb !important; /* colour of interactive buttons when looked at, e.g.: - pinned messages - mute mic/deafen/user settings - mentions inbox - text names of settings */ --interactive-normal: #c8c8c8 !important; /* colour of text/button in interactive buttons (and text channel names) when hovered over */ --interactive-hover: #00D6D6 !important; /* colour of things that are currently selected (e.g. colour of channel name that you are participating in) */ --interactive-active: #D6D600 !important; /* colour of muted channel names */ --interactive-muted: #30343d !important; /* colour of: - text in a codeblock - text in a channel topic when you look but don't click on it - the bit that says ROLES and NOTE when looking at profile via member list - the colour of someone's username (if they don't have a nickname) when accessed via member list */ --header-secondary: #c9c9c9 !important; /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* i dont know what any of the following does but i suppose its important yo */ --toast-background: var(--background-primary) !important; --toast-header: var(--background-tertiary) !important; --toast-contents: var(--background-secondary) !important; --toast-border: var(--background-tertiary) !important; --toast-box-shadow: rgba(0, 0, 0, .2) !important; --offline-color: #3c3c3c !important; } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* Better Channel Indicators by LuckFire*/ :root { /* better channel indicators variables */ --unread-badge: rgb(249, 253, 8); --unread-bg: rgba(252, 248, 5, 0.021); --selected-badge: var(--dracula-accent); --selected-bg: var(--dracula-accent-alpha); --selected-bg-hover: var(--dracula-accent-alpha-alt); --hovered-bg: rgba(44, 44, 33, 0.2); --bg-rounding: 2px; --indicators-border-info: 2px solid; } .content-1x5b-n, .channel-2QD9_O > .layout-2DM8Md { background: none !important; } .modeSelected-346R90::before, .modeUnread-1qO3K1::before { content: ""; position: absolute; height: 34px; top: 0; } .channel-2QD9_O.selected-aXhQR6::before { content: ""; position: absolute; height: 44px; top: 0; } .modeSelected-346R90, .channel-2QD9_O.selected-aXhQR6 { background: var(--selected-bg); border-radius: var(--bg-rounding); } .modeSelected-346R90:hover, .channel-2QD9_O.selected-aXhQR6:hover { background: var(--selected-bg-hover); } .modeSelected-346R90::before, .channel-2QD9_O.selected-aXhQR6::before { border-left: var(--indicators-border-info) var(--selected-badge); } .content-1x5b-n, .channel-2QD9_O > .layout-2DM8Md { background: none !important; } .modeSelected-346R90::before, .modeUnread-1qO3K1::before { content: ""; position: absolute; height: 34px; top: 0; } .channel-2QD9_O.selected-aXhQR6::before { content: ""; position: absolute; height: 44px; top: 0; } .modeSelected-346R90, .channel-2QD9_O.selected-aXhQR6 { background: var(--selected-bg); border-radius: var(--bg-rounding); } .modeSelected-346R90:hover, .channel-2QD9_O.selected-aXhQR6:hover { background: var(--selected-bg-hover); } .modeSelected-346R90::before, .channel-2QD9_O.selected-aXhQR6::before { border-left: var(--indicators-border-info) var(--selected-badge); } .modeUnread-1qO3K1 { background: var(--unread-bg); border-radius: var(--bg-rounding); } .modeUnread-1qO3K1::before { border-left: var(--indicators-border-info) var(--unread-badge); } .unread-2lAfLh { display: none; } .modeUnread-1qO3K1:hover, .wrapper-2jXpOf:hover:not(.modeSelected-346R90), .channel-2QD9_O.container-2Pjhx-:hover:not(.selected-aXhQR6) { background: var(--hovered-bg); border-radius: var(--bg-rounding); } .channel-2QD9_O.container-2Pjhx- { margin-left: 0; max-width: 233px; } #private-channels > div > .channel-2QD9_O > div > .avatar-3uk_u9 { margin-left: 4px; } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* Add role box (thanku Luckfire!!!) */ /* Add Role header */ .container-VSDcQc > .header-2bNvm4 { background-color: var(--background-secondary) !important; } .container-VSDcQc > .autocompleteShadow-iiGWFU { background-color: var(--background-primary) !important; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2), 0 0 0 1px var(--background-secondary); } .container-VSDcQc > .autocompleteArrowWrapper-3Z7OuM > .autocompleteArrow-Zxoy9H { background-color: var(--background-primary) !important; box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2), 0 0 0 1px var(--background-secondary); } /* Hiding the @ symbol in DMs (thanks to turkey snapper#0001!) */ /* apparently this only works if discord is in english this actually hides the button itself */ [aria-label='Direct Message'] { display: none; } /* pads it 12px from the left so the name doesnt look squished */ .cursorPonter-YEp76E { padding-left: 12px } /* Colour of boxes of ANY POPUP e.g. delete/pin message (thank you so much LuckFire#4800!!!) */ .root-1gCeng { background-color: var(--background-primary) !important; } /* Message delete */ .theme-dark .message-2qRu38 { background-color: var(--background-primary) !important; } /* Discord icon colour in top left hand corner */ .homeIcon-tEMBK1 { color: var(--text-link); } /* Discord watermark text in top left hand corner */ .wordmark-2iDDfm svg { width: 0px; } .wordmark-2iDDfm:after { font-family: "Discord"; content: "CYBERCORD!"; font-size: 15px; background: rgb(255, 255, 255, 0.3); background-size: 400% 400%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; position: absolute; top: 6px; } /* Tiffany blue Discord join/explore buttons */ .circleIconButton-jET_ig svg path{ fill: var(--text-link); } .circleIconButton-jET_ig.selected-ugP_am{ background-color: var(--text-link); } .circleIconButton-jET_ig.selected-ugP_am svg path{ fill: white; } /* Feedback emojis after a call */ .emojiHappy-1hbF93 { background-image: url("/assets/da3651e59d6006dfa5fa07ec3102d1f3.svg"); } .emojiNeutral-14asfM { background-image: url("/assets/fa9b378aed10bba1aea54ca34e76fe4b.svg"); } .emojiSad-1GqgAQ { background-image: url("/assets/9dc0c15c9e35f7ba86150ae12e895d29.svg"); } /* Friend list, block list, etc */ .peopleColumn-29fq28 { background-color: var(--background-accent); } /* Hide GIF and present boxes when typing a message */ .button-3AYNKb { display: none; } /* Hide the help button on the upper right */ .iconWrapper-2OrFZ1[aria-label=Help] { display: none; } /* Make the embed border "wrap around" the embed a bit more */ .embed-IeVjo6 { border-radius: 5.5px; } /* Mention suggestions when typing @something */ .autocompleteInner-zh20B_ { background-color: var(--background-tertiary) !important; } .selectorSelected-1_M1WV { background-color: var(--background-floating) !important; } /* Message delete TEXT BOX colour */ .theme-dark .message-2qRu38 { background-color: var(--channeltextarea-background) !important; } /* Message hovering */ div.message-2qnXI6:hover { background-color: var(--message-hover) !important; } /* Make pinned messages wider */ .messagesPopoutWrap-1MQ1bW{ width: 550px; } /* Profile when clicked in member list */ /* footer colour */ .flex-1xMQg5.flex-1O1GKY.vertical-V37hAW.flex-1O1GKY.directionColumn-35P_nr.justifyCenter-3D2jYp.alignCenter-1dQNNs.noWrap-3jynv6.headerTop-3C2Zn0{ background-color: var(--background-tertiary) !important; } /* no idea what this does tbh */ .scroller-2FKFPG.systemPad-3UxEGl.bodyInner-245q0L { background-color: #ff1493 !important; /* edited from var(--background-secondary) */ } /* role box backround colour */ .body-3iLsc4 { background-color: var(--background-secondary-alt) !important; } /* footer colour (where "Message @user" and "Right click user for more" are embedded) */ .footer-1fjuF6 { background-color: var(--background-secondary-alt) !important; } /* colour of "Message @user" box */ .quickMessage-2XpSaN.quickMessage-1yeL4E { background-color: var(--background-tertiary) !important; } /* colour of the "Playing" box */ .activityUserPopout-2yItg2.activity-11LB_k { background-color: var(--background-tertiary) !important; } /* no idea what this does lol */ .button-1Pkqso.button-38aScr.lookOutlined-3sRXeN.colorWhite-rEQuAQ.buttonSize-2Pmk-w.fullWidth-1orjjo.grow-q77ONN { background-color: var(--background-secondary) !important; } /* Better Playing Modals, again from Luckfire#4800 :') */ .headerPlaying-j0WQBV, .topSectionPlaying-1J5E4n { background-color: var(--background-accent); } .headerSpotify-zpWxgT, .topSectionSpotify-1lI0-P { background-color: var(--background-accent); } .headerStreaming-2FjmGz, .topSectionStreaming-1Tpf5X { background-color: var(--background-accent); } /* Reaction box colour */ /* main box */ .reactors-Blmlhw.thin-1ybCId.scrollerBase-289Jih.fade-2kXiP2 { background-color: var(--background-primary) !important; } /* colour of scroller on side listing emoji reaction counts */ .scroller-1-nKid.thin-1ybCId.scrollerBase-289Jih.fade-2kXiP2 { background-color: var(--background-primary) !important; } /* Search bar colour */ .searchBar-3dMhjb { background-color: var(--search-menu-colour) !important; } /* Sets backround colour for when you click on Server Boost */ .perksModalContentWrapper-2HU6uL { background: var(--background-accent) !important; } /* Spoilers */ /* spoiler colour */ .spoilerWarning-2aAZq1, .spoilerText-3p6IlD.hidden-HHr2R9 { background-color: var(--spoiler-colour) !important; } /* reveal spoiler on hover (click as well ofc) */ .spoilerText-3p6IlD.hidden-HHr2R9:hover .inlineContent-3ZjPuv { opacity: 1; border-radius: 3px; } /* Inline status selection */ .status-1fhblQ, .description-2L932D { display: none; } .separator-2I32lJ { display: none; } .mask-1qbNWk.icon-1IxfJ2 { --status-icon-size: 75%; height: var(--status-icon-size); width: var(--status-icon-size); margin-left: 33%; } .animatorTop-2Y7x2r.scale-3iLZhb.didRender-33z1u8 > .menu-3sdvDG.styleFixed-sX-yHV > .scroller-3BxosC.thin-1ybCId.scrollerBase-289Jih { display: grid; align-items: center; grid-template-columns: auto auto auto auto; visibility: visible; } .item-1tOPte.colorDefault-2K3EoJ:nth-of-type(7) { grid-column: 1/5; } .animatorTop-2Y7x2r.scale-3iLZhb.didRender-33z1u8 { transition: opacity 0.15s linear 0s; } .customText-tY5LJn { font-size: 15px; } /* Message search menu and quickswitcher; code yoinked from the amazing LuckFire#4800! */ .searchFilter-2ESiM3, .searchAnswer-3Dz2-q { background-color: var(--background-secondary-alt) !important; } #search-results { background-color: var(--background-secondary) !important; box-shadow: 0 0 0 1px var(--background-tertiary), 0 2px 10px 0 rgba(0, 0, 0, 0.2); } #search-results > .focused-2bY0OD { background-color: var(--background-secondary) !important; } .option-96V44q.selected-rZcOL- { background-color: var(--background-modifier-hover) !important; } .option-96V44q::after { background: transparent !important } .option-96V44q.selected-rZcOL-::before { background: var(--background-secondary-alt) !important; padding-left: 10px } .react-datepicker, .react-datepicker__header { background-color: var(--background-secondary) !important; } .react-datepicker__day:not(:hover):not( .react-datepicker__day--disabled):not(.react-datepicker__day--outside-month) { background-color: var(--background-secondary-alt) !important; } .react-datepicker__day { border-color: var(--background-tertiary) !important; } .react-datepicker__day--disabled, .react-datepicker__day--outside-month { background-color: var(--background-primary) !important; } /* Sticker blocking */ .wrapper-2a6GCs .assetWrapper-3GNt0z[style] { height: auto !important; width: auto !important; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:active { height: 160px !important; width: 160px !important; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:after { content: '1 blocked sticker - show sticker'; color: var(--text-link); } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:active:after { content: none; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:hover:after { text-decoration: underline; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style] .lottieCanvas-1W7L-f, .wrapper-2a6GCs .assetWrapper-3GNt0z[style] .pngImage-33yLRP { display: none; } .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:active .lottieCanvas-1W7L-f, .wrapper-2a6GCs .assetWrapper-3GNt0z[style]:active .pngImage-33yLRP { display:block; } /* Tweak Create Text Channel colours */ /* changes colour of main box */ .modal-2VIBV8.root-1gCeng.small-3iVZYw.fullscreenOnMobile-1bD22y { background-color: var(--background-primary); } /* changes colour of footer */ .modal-2VIBV8.root-1gCeng > .footer-2gL1pp { /* turkey snapper you're a genius thank you */ background-color: var(--background-secondary-alt); } /* Upload popup */ /* colour of upload box */ .uploadModal-2ifh8j { background-color: var(--background-primary) !important; } /* colour of the footer of the box where upload and spoiler button */ .footer-3mqk7D { background-color: var(--background-secondary-alt) !important; } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* color current channel cyan, and add arrow in front of it */ [class*='modeSelected'] [class*='name'] { color: rgba(1, 207, 207, .9) !important; padding-left: 5px } [class*='modeSelected'] [class*='name']:before { content: "-> "; } /* color unread channels lighter yellow, and add arrows after them */ [class*='modeUnread'] [class*='name'] { color: #ffff49 !important; padding-left: 3px } [class*='modeUnread'] [class*='name']:after { content: " <-"; } /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ /* AREA YOU WANT TO EDIT */ .powercord-spotify .avatarWrapper-2yR4wp { animation-name: spin; animation-duration: 4000ms; animation-iteration-count: infinite; animation-timing-function: linear; } @keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } .message-2qnXI6[data-author-id="U224524143482241035"] .username-1A8OIy { background: linear-gradient( 60deg, hsl(224, 85%, 66%), hsl(269, 85%, 66%), hsl(314, 85%, 66%), hsl(359, 85%, 66%), hsl(44, 85%, 66%), hsl(89, 85%, 66%), hsl(134, 85%, 66%), hsl(179, 85%, 66%) ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; } /* SECTION Compact Plugins List */ .powercord-product { padding: 10px 0 !important; margin: 0 !important; background: none !important; border: none !important; display: flex; flex-wrap: wrap; margin-bottom: 10px; border-bottom: thin solid var(--background-modifier-accent) !important; border-radius: 0; } .powercord-product-header { margin: 0 !important; order: -2; flex: 1 1 60%; } .powercord-product-details { width: 100%; } .powercord-product .description, .powercord-product .metadata, .powercord-product-permissions { margin: 0 !important; margin-top: 6px !important; color: var(--header-secondary); font-size: 14px; } .powercord-product .metadata .author { flex-grow: 1; } .powercord-product .metadata .license { justify-content: flex-end; width: auto !important; margin-left: 20px !important; } .powercord-product .metadata .version { width: 105px !important; order: 2; justify-content: flex-end; } .powercord-product .metadata .version > div { margin-right: 0 !important; } .powercord-product .metadata .version > div:first-child, .powercord-product .metadata .license > div:first-child { order: 2; margin-right: 0 !important; margin-left: 5px !important; } .powercord-product .metadata .license > div:last-child, .powercord-product .metadata .author > div:first-child { margin-right: 4px !important; } .powercord-product-footer { margin: 0 !important; order: -1; margin-left: 6px !important; } .powercord-product-footer .lookFilled-1Gx00P.colorRed-1TFJan { border-radius: 100px; padding: 0 !important; height: 24px !important; min-height: unset !important; min-width: unset !important; padding: 0 8px !important; } .powercord-product .dividerDefault-3rvLe-, .powercord-product .description > div:first-child { display: none; } /* !SECTION */ .uploadModalIn-1z07Bv .uploadDropModal-2kTwbc .inner-3nWsbo .title-2Vtl4y { text-align: center !important; } :root { --avatar-radius: 10% /* if you want your avatar more or less round it's here */ } /* Hide the activity icon in both user popouts */ .avatarWrapperNormal-3wFMbf > .wrapper-3t9DeA > .mask-1l8v16 > .pointerEvents-2zdfdO, .header-QKLPzZ > .wrapper-3t9DeA > .mask-1l8v16 > .pointerEvents-2zdfdO { display: none; } /* Hide the activity icon background in both user popouts */ .avatarWrapperNormal-3wFMbf > .wrapper-3t9DeA > .mask-1l8v16 foreignObject, .header-QKLPzZ > .wrapper-3t9DeA > .mask-1l8v16 foreignObject { mask: none !important; border-radius: var(--avatar-radius); } /* Fix the "View Profile" thing when u over your avatar */ .avatarHint-1qgaV3 foreignObject { mask: none !important; border-radius: var(--avatar-radius); } /* Badges */ .headerInfo-30uryT > .profileBadges-2vWUYb { display: flex; flex-wrap: wrap; } .headerInfo-30uryT > .profileBadges-2vWUYb > .profileBadgeWrapper-1rGSsp { padding-bottom: 7px; } .header-23xsNx{ user-select:none; } .titleBar-AC4pGV>*:nth-child(2) { background-color: transparent; transition: background-color 0.5s ease-out; } .titleBar-AC4pGV>*:nth-child(3) { background-color: transparent; transition: background-color 0.5s ease-out; } .titleBar-AC4pGV>*:nth-child(4) { background-color: transparent; transition: background-color 0.5s ease-out; } .titleBar-AC4pGV>*:nth-child(2):hover { background-color: #AA2832; } .titleBar-AC4pGV>*:nth-child(3):hover { background-color: #056295; } .titleBar-AC4pGV>*:nth-child(4):hover { background-color: #FDB100; } [aria-label="Online"]::after { content: 'ONLINE'; font-weight: bold; padding-left: 5px; color: #43B581 } [aria-label="Do Not Disturb"]::after { content: 'DO NOT DISTURB'; font-weight: bold; padding-left: 5px; color: #F04747 } [aria-label="Idle"]::after { content: 'IDLE'; font-weight: bold; padding-left: 5px; color: #FFB740 } [aria-label="Offline"]::after { content: 'OFFLINE/INVISIBLE'; font-weight: bold; padding-left: 5px; color: #747F8D } .pictureInPictureWindow-1B5qSe{ width: 440px; height: 248px; opacity: 60%; } .pictureInPictureWindow-1B5qSe:hover{ opacity: 100%; } :root { --hover-animation-speed: 0.35s; --seperator-color: var(--background-accent); } .membersWrap-2h-GB4 { min-width: unset; width: 65px; justify-content: right; } .members-1998pB { transition: transform var(--hover-animation-speed); } .membersWrap-2h-GB4:hover .members-1998pB { transform: translateX(-190px); } .membersWrap-2h-GB4 .membersGroup-v9BXpm::after { content: ''; width: 30px; height: 2px; border-radius: 50px; background: unset; background-color: var(--seperator-color); position: absolute; left: -36px; top: 29px; margin-left: 0px; } .membersWrap-2h-GB4 .members-1998pB .member-3-YXUe { background-color: unset; margin-left: 0px; transition: margin-left var(--hover-animation-speed); } .membersWrap-2h-GB4:hover .members-1998pB .member-3-YXUe { margin-left: 8px; } .membersWrap-2h-GB4:hover .membersGroup-v9BXpm { transform: translateX(-6px); } .membersWrap-2h-GB4 .membersGroup-v9BXpm { cursor: default; transform: translateX(45px); transition: transform var(--hover-animation-speed); overflow: visible; } .members-1998pB { border-radius: 15px 15px 0 0 !important; } .membersWrap-2h-GB4, .members-1998pB { left: 15px; margin-right: 10px } .chat-3bRxxu { background: var(--background-tertiary); } .chatContent-a9vAAp { background-color: var(--background-primary); border-radius: 0 15px 0 0 !important; left: 25px; margin-left: -25px } .userInfoSectionHeader-CBvMDh, .note-QfFU8y { display: none; } .infoScroller-3EYYns>.userInfoSection-2acyCx:first-of-type { margin-top: -45px; } .topSectionNormal-2-vo2m { z-index: 10; } .buttons-3JBrkn { max-width: 40px; transition: max-width 1s; } .buttons-3JBrkn:hover { max-width: 1800px; } path[d="M33 34.5833V7.49998H35V36.6666H9C6.791 36.6666 5 34.801 5 32.5V7.49998C5 5.19894 6.791 3.33331 9 3.33331H31V30.4166H9C7.8955 30.4166 7 31.3485 7 32.5C7 33.6515 7.8955 34.5833 9 34.5833H33ZM23.9718 9.99998L15.8889 17.9915L12.7086 14.8441L10 17.5058L15.8885 23.3333L26.6667 12.6669L23.9718 9.99998Z"] { d:path('M5.88657 21C5.57547 21 5.3399 20.7189 5.39427 20.4126L6.00001 17H2.59511C2.28449 17 2.04905 16.7198 2.10259 16.4138L2.27759 15.4138C2.31946 15.1746 2.52722 15 2.77011 15H6.35001L7.41001 9H4.00511C3.69449 9 3.45905 8.71977 3.51259 8.41381L3.68759 7.41381C3.72946 7.17456 3.93722 7 4.18011 7H7.76001L8.39677 3.41262C8.43914 3.17391 8.64664 3 8.88907 3H9.87344C10.1845 3 10.4201 3.28107 10.3657 3.58738L9.76001 7H15.76L16.3968 3.41262C16.4391 3.17391 16.6466 3 16.8891 3H17.8734C18.1845 3 18.4201 3.28107 18.3657 3.58738L17.76 7H21.1649C21.4755 7 21.711 7.28023 21.6574 7.58619L21.4824 8.58619C21.4406 8.82544 21.2328 9 20.9899 9H17.41L16.35 15H19.7549C20.0655 15 20.301 15.2802 20.2474 15.5862L20.0724 16.5862C20.0306 16.8254 19.8228 17 19.5799 17H16L15.3632 20.5874C15.3209 20.8261 15.1134 21 14.8709 21H13.8866C13.5755 21 13.3399 20.7189 13.3943 20.4126L14 17H8.00001L7.36325 20.5874C7.32088 20.8261 7.11337 21 6.87094 21H5.88657ZM9.41045 9L8.35045 15H14.3504L15.4104 9H9.41045Z'); transform: scale(1.66666667); } /* Better Topbar */ :root { --Roundness: 25px; /* Changes how round edges are | Default: 25px */ } .children-19S4PO, .toolbar-1t6TWx { background-color: rgba(0,0,0,0.2); border-radius: var( --Roundness); padding: 5px; height: 30px; } .children-19S4PO::after { display: none; } .children-19S4PO { margin-right: 20px; } .input-2A_zIr, .input-2A_zIr:hover { background-color: rgba(255,255,255,0); margin-left: 10px; border-radius: var( --Roundness); } .searchBar-3dMhjb { width: 28px; transition: width 0.3s ease-in-out; border-radius: var( --Roundness); } .divider-3FBTu8 { width: 2px; height: 20px; } svg > .updateIconForeground-3tnNZn { fill: var(--interactive-normal); } svg:hover > .updateIconForeground-3tnNZn { fill: var(--interactive-hover); } svg:active > .updateIconForeground-3tnNZn { fill: var(--interactive-active); } svg.icon-3cZ1F_ > path { fill: var(--interactive-normal); } svg.icon-22AiRD { color: var(--interactive-normal); } svg.icon-22AiRD:hover { color: var(--interactive-hover); } .topic-TCb_qw { color: var(--interactive-normal) !important; } .title-29uC1r { color: var(--interactive-normal); } .title-29uC1r:hover { color: var(--interactive-hover); } .status-1XNdyw:hover { filter: brightness(1.5)!important } .channelName-qsg_a_ > div > .input-2A_zIr { box-shadow: none !important; } .onlineFriends-friendsOnline { animation: none; } /* Light theme away */ html.theme-dark .theme-light { --header-primary: #fff; --header-secondary: #b9bbbe; --text-normal: #dcddde; --text-muted: #72767d; --text-link: #00b0f4; --channels-default: #8e9297; --interactive-normal: #b9bbbe; --interactive-hover: #dcddde; --interactive-active: #fff; --interactive-muted: #4f545c; --background-primary: #36393f; --background-secondary: #2f3136; --background-secondary-alt: #292b2f; --background-tertiary: #202225; --background-accent: #4f545c; --background-floating: #18191c; --background-mobile-primary: #36393f; --background-mobile-secondary: #2f3136; --background-modifier-hover: rgba(79,84,92,0.16); --background-modifier-active: rgba(79,84,92,0.24); --background-modifier-selected: rgba(79,84,92,0.32); --background-modifier-accent: hsla(0,0%,100%,0.06); --scrollbar-thin-thumb: #202225; --scrollbar-thin-track: transparent; --scrollbar-auto-thumb: #202225; --scrollbar-auto-track: #2e3338; --focus-primary: #00b0f4; } html.theme-dark .theme-light .root-1gCeng { background-color: #36393f; -webkit-box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2); box-shadow: 0 0 0 1px rgba(32,34,37,.6), 0 2px 10px 0 rgba(0,0,0,.2); } html.theme-dark .theme-light .footer-2gL1pp { background-color: #2f3136; -webkit-box-shadow: inset 0 1px 0 rgba(47,49,54,.6); box-shadow: inset 0 1px 0 rgba(47,49,54,.6); color: var(--text-normal); } /* Updated version of the Hide Nitro Gift and GIF buttons with support for Stickers button */ .button-38aScr.lookBlank-3eh9lL.colorBrand-3pXr91.grow-q77ONN.noFocus-2C7BQj .button-3AYNKb.button-318s1X {display: none;} /* Show Discord, even when you're offline */ .container-16j22k { background: transparent; pointer-events: none; } .container-16j22k * { display: none; } .container-16j22k::before { content: 'You\'ve gone offline'; display: block; bottom: 24px; right: 24px; position: absolute; padding: 8px 16px; background-color: #f04747; border-radius: 4px; color: #fff; } /* Compressed Search Bar */ .search-2oPWTC .searchBar-3dMhjb {width:25px;transition-duration:600ms;} .search-2oPWTC .searchBar-3dMhjb:hover {width:250px !important;} .search-2oPWTC.open-6_Y_aH .searchBar-3dMhjb {width: 250px !important;} .item-PXvHYJ[data-item-id=pc-updater] { height: 4.65rem; align-items: unset !important; } .item-PXvHYJ[data-item-id=pc-updater]:hover { background: linear-gradient(180deg, var(--background-modifier-hover) 0%, var(--background-modifier-hover) 43%, var(--background-secondary) 43.01%, var(--background-secondary) 100%) !important; } .item-PXvHYJ[data-item-id=pc-updater][class*=selected] { background: linear-gradient(180deg, var(--background-modifier-selected) 0%, var(--background-modifier-selected) 43%, var(--background-secondary) 43.01%, var(--background-secondary) 100%) !important; } .item-PXvHYJ[data-item-id=pc-updater]:after { position: absolute; margin-top: 2.19rem; border-top: 1px solid var(--background-modifier-accent); line-height: 2.6rem; width: 89.5%; content: "Plugin Settings"; color: rgb(159, 159, 159); text-transform: uppercase; font-weight: 700; font-size: 12px; } /*fix emoji suggestions not being scrollable*/ .autocompleteInner-zh20B_ { overflow-y: auto; max-height: 75vh; } img[src="/assets/9a43e631d506ae4818ecefc825dc02ad.svg"], img[src="/assets/13c8662cff8e029799a35878b56e23eb.svg"] { filter: invert(1); } :root { --bg-chatbox: #20222581; --bg-divider: var(--background-modifier-accent); /* discords default color */ } .scroller-2LSbBU { bottom: -39em; } .scrollerSpacer-avRLaA { height: 41em; } .scrollerSpacer-avRLaA.empty-6MGttt { height: 40em; } .scroller-2LSbBU::-webkit-scrollbar-track { margin-bottom: calc(39em + 0.5em); } .form-2fGMdU::before { display: none; } .channelTextArea-rNsIhG { background-color: transparent; } .jumpToPresentBar-G1R9s6 { bottom: 8px; background-color:transparent; opacity: 1; } .jumpToPresentBar-G1R9s6 .barButtonMain-3K-jeJ, .jumpToPresentBar-G1R9s6 .barButtonAlt-mYL1lj { height: 37px; bottom: -7px; } .container-2fRDfG, .scrollableContainer-2NUZem { background-color: var(--bg-chatbox); } .jumpToPresentBar-G1R9s6::before { content: ""; position: absolute; background-color: transparent; bottom: -50em; height: 50em; width: 100%; border-top-left-radius: 8px; border-top-right-radius: 8px; box-shadow: 0 -38px 0 0 var(--bg-chatbox); } .container-2fRDfG::after /* reply divider */ { content: ""; width: calc(100% - 10px); background: var(--bg-divider); margin-left: 4px; position: absolute; height: 1px; top: 33px; } .jumpToPresentBar-G1R9s6::after /* jumpto divider */ { content: ""; width: calc(100% - 10px); background: var(--bg-divider); margin-left: 4px; position: absolute; height: 1px; top: 44px; } ​.item-1tOPte, .menu-3sdvDG.styleFlexible-wGDiIL { border-radius: 20px; } .submenu-2-ysNh.menu-3sdvDG { border-radius: 21px; } .item-1tOPte.labelContainer-1BLJti.colorDefault-2K3EoJ.focused-3afm-j { left: -1.5px; } .iconWrapper-2OrFZ1[aria-label="Update Ready!"] { position: fixed; right: 2px; top: 80px; background: var(--background-tertiary); border-radius: 10px; width: 300px; height: 130px; border-right: 5px solid #43B581; transition: background 1s; } .iconWrapper-2OrFZ1[aria-label="Update Ready!"]::before { position: relative; display: block; content: "A discord update has been released."; font-weight: 700; top: 13px; text-align: center; } .iconWrapper-2OrFZ1[aria-label="Update Ready!"]::after { position: relative; display: block; content: "It is recommended to install it now to receive brand new features & patches."; top: 22px; text-align: center; } .iconWrapper-2OrFZ1[aria-label="Update Ready!"] > .icon-22AiRD { position: fixed; right: 148px; top: 173px; } .header-QKLPzZ > .avatar-3EQepX.wrapper-3t9DeA {top: 5px;} .avatarWrapperNormal-3wFMbf.avatarWrapper-3H_478 > .wrapper-3t9DeA, .header-QKLPzZ > .avatar-3EQepX.wrapper-3t9DeA, .avatarHint-1qgaV3 { width: 100px !important; height: 100px !important; } .userInfoSectionHeader-CBvMDh, .note-QfFU8y { display: none; } .infoScroller-3EYYns>.userInfoSection-2acyCx:first-of-type { margin-top: -45px; } .topSectionNormal-2-vo2m { z-index: 10; } .note-3HfJZ5 { display:none; } .bodyTitle-Y0qMQz .marginBottom8-AtZOdT { display:none; } .protip-YaFfgO { display:none; } .item-1tOPte, .menu-3sdvDG.styleFlexible-wGDiIL { border-radius: 20px; } .submenu-2-ysNh.menu-3sdvDG { border-radius: 21px; } .item-1tOPte.labelContainer-1BLJti.colorDefault-2K3EoJ.focused-3afm-j { left: -1.5px; } .base-1pYU8j { transition: all 0.5s; } .base-1pYU8j:hover { transition: all 0s; transform: scale(1.02); } :root{ --rs-small-spacing: 2px; --rs-large-spacing: 2px; --rs-width: 2px; --rs-avatar-shape: 15%; --rs-online-color: #43b581; --rs-idle-color: #faa61a; --rs-dnd-color: #f04747; --rs-offline-color: #636b75; --rs-streaming-color: #643da7; --rs-invisible-color: #747f8d; } .listItem-2P_4kh:nth-child(1) .listItemWrapper-3X98Pc .wrapper-25eVIn svg foreignObject .wrapper-1BJsBx .childWrapper-anI2G9 .homeIcon-tEMBK1 { background: url("https://cdn.discordapp.com/attachments/706617700776018034/800861961390522388/download.png"); /* image url */ background-size: contain; background-repeat: no-repeat; background-position: center; width: 30px; height: 30px; margin-top: -2px; } .homeIcon-tEMBK1 path { fill: transparent; } /* Settings Button */ .button-14-BFJ[aria-label="User Settings"]:hover .contents-18-Yxp { animation: rotate 3s infinite; } @keyframes rainbowText { from { filter: hue-rotate(0deg); background-position-x: 0%; } to { filter: hue-rotate(360deg); background-position-x: 600vw; } } .message-2qnXI6[data-author-id="224524143482241035"] .username-1A8OIy, .nameTag-3uD-yy .title-eS5yk3 { background: -webkit-linear-gradient( 90deg, #e96eff, #ff6e72 ); -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: rainbowText 5s linear infinite alternate; font-weight: bold; } /* AJERN */ .buttons-3JBrkn>.button-38aScr.noFocus-2C7BQj, .container-1giJp5 .statusWithPopout-3ZfFol, .container-1giJp5 .subtext-3CDbHg, .customText-tY5LJn, .description-2L932D, .separator-2I32lJ, .status-1fhblQ, .toolbar-1t6TWx>.clickable-3rdHwn:last-of-type, .tutorialContainer-SGrQ1h~.listItem-2P_4kh, [href="/store"], #channel-context-hide-voice-names, #channel-context-invite-people, .anchor-3Z-8Bb[href="https\:\/\/support\.discord\.com"] { display: none } .userPopout-3XzG_A { border-radius: 12px; } .platform-win .typeWindows-1za-n7 { height: 9px; margin-top: 0; position: absolute; top: 1px; left: 0; width: 100%; background: 0 0 } .platform-win .winButtonClose-1HsbF- { border-top-right-radius: var(--TB-tr-roundness) } .platform-win .winButton-iRh8-Z { position: relative; top: calc(var(--TB-position-top, 0px) - 1px); right: var(--TB-position-right, 0); height: var(--TB-height, 48px); width: var(--TB-width, 40px) } .platform-win .winButton-iRh8-Z:not(.winButtonClose-1HsbF-):hover { background-color: rgba(255, 255, 255, .1) } .platform-win .container-1r6BKw { padding-right: var(--TB-header-padding, 125px) } .platform-win .wordmarkWindows-1v0lYD { display: none } .platform-win #app-mount.bd-detached-editor .winButton-iRh8-Z { right: 30% } .powercord-spotify .spotify-cover { border-radius: 20px !important; } .powercord-spotify .avatarWrapper-2yR4wp { animation-name: spin; animation-duration: 4000ms; animation-iteration-count: infinite; animation-timing-function: linear; pointer-events: none !important; } @keyframes spin { from { transform:rotate(0deg); } to { transform:rotate(360deg); } } /* Liam The Protogen#2501 Code */ /* https://github.com/Controlfreak707/PowerAnimations */ .numberBadge-2s8kKX { animation: animatedPing 1.5s infinite ease-in-out; } @keyframes animatedPing { 0% { transform: rotate(-15deg); } 50% { transform: rotate(15deg) scale(1.2); } 100% { transform: rotate(-15deg); } } /* Modals*/ .focusLock-Ns3yie { animation: Modal 1000ms linear both; } @keyframes Modal { 0% { transform: matrix3d(0.5, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 3.4% { transform: matrix3d(0.658, 0, 0, 0, 0, 0.703, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 4.7% { transform: matrix3d(0.725, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 6.81% { transform: matrix3d(0.83, 0, 0, 0, 0, 0.946, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 9.41% { transform: matrix3d(0.942, 0, 0, 0, 0, 1.084, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 10.21% { transform: matrix3d(0.971, 0, 0, 0, 0, 1.113, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 13.61% { transform: matrix3d(1.062, 0, 0, 0, 0, 1.166, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 14.11% { transform: matrix3d(1.07, 0, 0, 0, 0, 1.165, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 17.52% { transform: matrix3d(1.104, 0, 0, 0, 0, 1.12, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 18.72% { transform: matrix3d(1.106, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 21.32% { transform: matrix3d(1.098, 0, 0, 0, 0, 1.035, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 24.32% { transform: matrix3d(1.075, 0, 0, 0, 0, 0.98, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 25.23% { transform: matrix3d(1.067, 0, 0, 0, 0, 0.969, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 29.03% { transform: matrix3d(1.031, 0, 0, 0, 0, 0.948, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 29.93% { transform: matrix3d(1.024, 0, 0, 0, 0, 0.949, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 35.54% { transform: matrix3d(0.99, 0, 0, 0, 0, 0.981, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 36.74% { transform: matrix3d(0.986, 0, 0, 0, 0, 0.989, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 41.04% { transform: matrix3d(0.98, 0, 0, 0, 0, 1.011, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 44.44% { transform: matrix3d(0.983, 0, 0, 0, 0, 1.016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 52.15% { transform: matrix3d(0.996, 0, 0, 0, 0, 1.003, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 59.86% { transform: matrix3d(1.003, 0, 0, 0, 0, 0.995, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 63.26% { transform: matrix3d(1.004, 0, 0, 0, 0, 0.996, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 75.28% { transform: matrix3d(1.001, 0, 0, 0, 0, 1.002, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 85.49% { transform: matrix3d(0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 90.69% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 100% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } } /* Profile Modal */ .headerPlaying-j0WQBV, .topSectionPlaying-1J5E4n { z-index: 1; background: url(https://cdn.naila.bot/Discord/playing-background.svg), #7289da; } .headerSpotify-zpWxgT, .topSectionSpotify-1lI0-P { z-index: 1; background: url(https://cdn.naila.bot/Discord/playing-background.svg), #1db954; } .topSectionPlaying-1J5E4n, .topSectionSpotify-1lI0-P { animation: Profile 15s infinite ease-in-out; background-size: 50%; } @keyframes Profile { 50% { background-position: bottom center; } } /* Channel Mute button */ .iconWrapper-2OrFZ1[role="switch"]:hover { animation: Notif 1.5s infinite ease-in-out; } @keyframes Notif { 0% { transform: rotate(-10deg); } 50% { transform: rotate(10deg) scale(1.01); } 100% { transform: rotate(-10deg); } } /* Call Button */ .iconWrapper-2OrFZ1[aria-label="Start Voice Call"]:hover .icon-22AiRD { animation: CallButton 1500ms infinite linear both; } @keyframes CallButton { 0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 2.87% { transform: matrix3d( 1.05, 0.24, 0, 0, -0.24, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 5.74% { transform: matrix3d( 1.05, 0.423, 0, 0, -0.423, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 6.57% { transform: matrix3d( 1.046, 0.458, 0, 0, -0.458, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 6.67% { transform: matrix3d( 1.046, 0.462, 0, 0, -0.462, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 8.61% { transform: matrix3d( 1.145, 0.17, 0, 0, -0.17, 1.145, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 9.54% { transform: matrix3d( 1.161, 0.024, 0, 0, -0.024, 1.161, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 11.48% { transform: matrix3d( 1.139, -0.238, 0, 0, 0.238, 1.139, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 12.41% { transform: matrix3d( 1.115, -0.334, 0, 0, 0.334, 1.115, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 13.23% { transform: matrix3d( 1.091, -0.402, 0, 0, 0.402, 1.091, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 13.33% { transform: matrix3d( 1.088, -0.409, 0, 0, 0.409, 1.088, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 15.28% { transform: matrix3d( 1.147, -0.166, 0, 0, 0.166, 1.147, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 16.2% { transform: matrix3d( 1.157, -0.038, 0, 0, 0.038, 1.157, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 18.14% { transform: matrix3d( 1.136, 0.204, 0, 0, -0.204, 1.136, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 18.89% { transform: matrix3d( 1.119, 0.279, 0, 0, -0.279, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 19.07% { transform: matrix3d( 1.114, 0.296, 0, 0, -0.296, 1.114, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 19.9% { transform: matrix3d( 1.093, 0.364, 0, 0, -0.364, 1.093, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 20% { transform: matrix3d( 1.09, 0.372, 0, 0, -0.372, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 21.94% { transform: matrix3d( 1.142, 0.135, 0, 0, -0.135, 1.142, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 22.87% { transform: matrix3d( 1.15, 0.012, 0, 0, -0.012, 1.15, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 24.81% { transform: matrix3d( 1.128, -0.219, 0, 0, 0.219, 1.128, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 25.55% { transform: matrix3d( 1.112, -0.291, 0, 0, 0.291, 1.112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 25.74% { transform: matrix3d( 1.107, -0.307, 0, 0, 0.307, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 26.29% { transform: matrix3d( 1.094, -0.352, 0, 0, 0.352, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 26.57% { transform: matrix3d( 1.087, -0.372, 0, 0, 0.372, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 26.67% { transform: matrix3d( 1.085, -0.379, 0, 0, 0.379, 1.085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 28.61% { transform: matrix3d( 1.141, -0.138, 0, 0, 0.138, 1.141, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 29.54% { transform: matrix3d( 1.149, -0.013, 0, 0, 0.013, 1.149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 31.48% { transform: matrix3d( 1.128, 0.221, 0, 0, -0.221, 1.128, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 32.22% { transform: matrix3d( 1.112, 0.293, 0, 0, -0.293, 1.112, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 32.41% { transform: matrix3d( 1.107, 0.309, 0, 0, -0.309, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 32.96% { transform: matrix3d( 1.094, 0.354, 0, 0, -0.354, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 33.23% { transform: matrix3d( 1.087, 0.375, 0, 0, -0.375, 1.087, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 33.33% { transform: matrix3d( 1.085, 0.382, 0, 0, -0.382, 1.085, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 35.28% { transform: matrix3d( 1.046, 0.299, 0, 0, -0.299, 1.046, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 36.2% { transform: matrix3d( 1.031, 0.25, 0, 0, -0.25, 1.031, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 38.14% { transform: matrix3d( 1.004, 0.152, 0, 0, -0.152, 1.004, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 38.89% { transform: matrix3d( 0.994, 0.119, 0, 0, -0.119, 0.994, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 39.07% { transform: matrix3d( 0.992, 0.112, 0, 0, -0.112, 0.992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 39.63% { transform: matrix3d( 0.986, 0.091, 0, 0, -0.091, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 41.11% { transform: matrix3d( 0.973, 0.044, 0, 0, -0.044, 0.973, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 41.94% { transform: matrix3d( 0.968, 0.025, 0, 0, -0.025, 0.968, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 44.81% { transform: matrix3d( 0.961, -0.014, 0, 0, 0.014, 0.961, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 45.55% { transform: matrix3d( 0.962, -0.018, 0, 0, 0.018, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 46.29% { transform: matrix3d( 0.962, -0.021, 0, 0, 0.021, 0.962, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 47.77% { transform: matrix3d( 0.965, -0.022, 0, 0, 0.022, 0.965, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 52.22% { transform: matrix3d( 0.974, -0.012, 0, 0, 0.012, 0.974, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 52.96% { transform: matrix3d( 0.975, -0.01, 0, 0, 0.01, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 54.44% { transform: matrix3d( 0.977, -0.006, 0, 0, 0.006, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 55.99% { transform: matrix3d( 0.978, -0.003, 0, 0, 0.003, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 59.63% { transform: matrix3d( 0.979, 0.001, 0, 0, -0.001, 0.979, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 61.11% { transform: matrix3d( 0.978, 0.001, 0, 0, -0.001, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 62.66% { transform: matrix3d( 0.978, 0.001, 0, 0, -0.001, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 66.67% { transform: matrix3d( 0.978, 0.001, 0, 0, -0.001, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 67.77% { transform: matrix3d( 0.978, 0.001, 0, 0, -0.001, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 69.32% { transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 73.33% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 74.44% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 75.99% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 80% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 82.66% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 86.67% { transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 89.32% { transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 93.33% { transform: matrix3d(0.978, 0, 0, 0, 0, 0.978, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 100% { transform: matrix3d(0.977, 0, 0, 0, 0, 0.977, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } } /* Pins Button */ .iconWrapper-2OrFZ1[aria-label="Pinned Messages"]:hover .icon-22AiRD { animation: PinsHover 1500ms linear both; } .iconWrapper-2OrFZ1[aria-label="Pinned Messages"].selected-1GqIat .icon-22AiRD { animation: PinsSelected 2000ms linear both; } @keyframes PinsHover { 0% { transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 4.3% { transform: matrix3d( 0.92, -0.393, 0, 0, 0.393, 0.92, 0, 0, 0, 0, 1, 0, 0, -5.143, 0, 1 ); } 8.61% { transform: matrix3d( 0.771, -0.637, 0, 0, 0.637, 0.771, 0, 0, 0, 0, 1, 0, 0, -8.786, 0, 1 ); } 12.91% { transform: matrix3d( 0.677, -0.736, 0, 0, 0.736, 0.677, 0, 0, 0, 0, 1, 0, 0, -10.523, 0, 1 ); } 17.22% { transform: matrix3d( 0.653, -0.757, 0, 0, 0.757, 0.653, 0, 0, 0, 0, 1, 0, 0, -10.933, 0, 1 ); } 28.33% { transform: matrix3d( 0.696, -0.718, 0, 0, 0.718, 0.696, 0, 0, 0, 0, 1, 0, 0, -10.206, 0, 1 ); } 39.44% { transform: matrix3d( 0.711, -0.704, 0, 0, 0.704, 0.711, 0, 0, 0, 0, 1, 0, 0, -9.938, 0, 1 ); } 61.66% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -10.004, 0, 1 ); } 83.98% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1 ); } 100% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1 ); } } @keyframes PinsSelected { 0% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1 ); } 3.23% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, -2.286, 0, 1 ); } 6.46% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 3.179, 0, 1 ); } 9.68% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 5.784, 0, 1 ); } 12.91% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 6.4, 0, 1 ); } 21.25% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 5.309, 0, 1 ); } 24.9% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 5.005, 0, 1 ); } 25% { transform: matrix3d( 0.707, -0.707, 0, 0, 0.707, 0.707, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1 ); } 28.23% { transform: matrix3d( 0.928, -0.372, 0, 0, 0.372, 0.928, 0, 0, 0, 0, 1, 0, 0.364, 1.64, 0, 1 ); } 29.58% { transform: matrix3d( 0.971, -0.24, 0, 0, 0.24, 0.971, 0, 0, 0, 0, 1, 0, 0.489, 0.509, 0, 1 ); } 31.46% { transform: matrix3d( 0.995, -0.095, 0, 0, 0.095, 0.995, 0, 0, 0, 0, 1, 0, 0.621, -0.676, 0, 1 ); } 34.68% { transform: matrix3d( 0.999, 0.041, 0, 0, -0.041, 0.999, 0, 0, 0, 0, 1, 0, 0.744, -1.749, 0, 1 ); } 37.91% { transform: matrix3d( 0.997, 0.073, 0, 0, -0.073, 0.997, 0, 0, 0, 0, 1, 0, 0.773, -1.979, 0, 1 ); } 46.25% { transform: matrix3d( 1, 0.016, 0, 0, -0.016, 1, 0, 0, 0, 0, 1, 0, 0.722, -1.489, 0, 1 ); } 46.25% { transform: matrix3d( 1, 0.016, 0, 0, -0.016, 1, 0, 0, 0, 0, 1, 0, 0.722, -1.489, 0, 1 ); } 54.58% { transform: matrix3d( 1, -0.005, 0, 0, 0.005, 1, 0, 0, 0, 0, 1, 0, 0.703, -1.323, 0, 1 ); } 62.99% { transform: matrix3d( 1, -0.001, 0, 0, 0.001, 1, 0, 0, 0, 0, 1, 0, 0.706, -1.356, 0, 1 ); } 71.25% { transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.707, -1.367, 0, 1 ); } 75% { transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.707, -1.366, 0, 1 ); } 87.99% { transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.707, -1.364, 0, 1 ); } 100% { transform: matrix3d( 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0.707, -1.364, 0, 1 ); } } /* Update Button */ .iconWrapper-2OrFZ1[aria-label="Update Ready!"]:hover .icon-22AiRD { animation: Update 1500ms linear both; } @keyframes Update { 0% { clip-path: inset(0px 0px 0px 0px); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 4.3% { transform: matrix3d( 0.78, -0.816, 0, 0, 0.816, 0.78, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 8.61% { transform: matrix3d( 0.231, -1.198, 0, 0, 1.198, 0.231, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 12.91% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( -0.104, -1.259, 0, 0, 1.259, -0.104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 17.22% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( -0.186, -1.26, 0, 0, 1.26, -0.186, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 28.33% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( -0.041, -1.254, 0, 0, 1.254, -0.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 39.44% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( 0.012, -1.248, 0, 0, 1.248, 0.012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 61.66% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d( -0.001, -1.25, 0, 0, 1.25, -0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 ); } 83.98% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d(0, -1.25, 0, 0, 1.25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } 100% { clip-path: inset(0px 0px 8px 0px); transform: matrix3d(0, -1.25, 0, 0, 1.25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); } } /* User Modal Buttons */ .button-14-BFJ:hover .contents-18-Yxp { animation: UserModalButtons 0.5s normal ease; } .container-3baos1 .noWrap-3jynv6 { width: 100px; opacity: 1; } .button-14-BFJ { transition: 0.2s; } .button-14-BFJ:hover { padding-bottom: 0px; transition: 0.2; } @keyframes UserModalButtons { 0% { transform: translateY(0px); } 50% { transform: translateY(-5px); } 100% { transform: translateY(0px); } }
0.297674
0.068725
body { margin: 0; padding: 0; font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; background: #1d1d20; color: #b3b3bb; } h1, h2, h3, h4, p, ul { margin: 0; padding: 0; font-weight: normal; list-style: none; } a:link, a:visited { color: #7389ae; } a:hover, a:active { color: #faec8f; } h1 span { display: none; } p { padding: 5px 0; line-height: 1.7; } a { outline: none; } form, table { margin: 0; padding: 0; } /*shared*/ span.clr { display: block; clear: both; } /*headings & link colors*/ h2 { font-size: 20px; border-bottom: 1px solid #27272a; border-top: 1px solid #27272a; margin: 0 0 10px; padding: 5px 0 4px; color: #ccc; color: #c17878; } h2, h3.sub { text-shadow: 1px 2px 1px #131315; } h3.sub { position: absolute; top: 50px; font-size: 9px; } div#intro { color: #fff; font-size: 16px; text-shadow: 1px 2px 1px #131315; } div#intro em { font-weight: normal; font-style: normal; color: #f6e4c8; } div#intro p.less { font-size: 13px; color: #bbb; } div.intro a:link, div.intro a:visited { color: #c17878; } div.developers a:link, div.developers a:visited, h2.developers { color: #78ba91; } div.browsers a:link, div.browsers a:visited, h2.browsers { color: #a87aad; } div.download a:link, div.download a:visited { color: #78ba91; } h2.download { color: #78ba91; } div.license a:link, div.license a:visited, h2.license { color: #7389ae; } div.apps a:link, div.apps a:visited, h2.apps { color: #c17878; } h2.apps { font-size: 16px; } div.block a:hover, div.block a:active { color: #faec8f; } /*content*/ #container { position: relative; width: 800px; margin: 30px auto 10px; } #content { width: 600px; position: relative; z-index: 10000; background: #1d1d20; padding-right: 45px; } div#content.selected { } div.block { margin-bottom: 20px; font-size: 12px; } div.floaty { float: left; width: 210px; } div.floaty h2 { font-size: 16px; margin-bottom: 5px; } div.first { width: 369px; margin-right: 10px; margin-bottom: 10px; padding-right: 10px; border-right: 1px solid #27272a; } div.full { clear: both; float: none; } ul#developers { font-size: 10px; color: #888; line-height: 1.3; list-style: none; margin-top: 10px; } #developers li { margin-bottom: 5px; font-size: 12px; } /*sidebar*/ #sidebar { position: absolute; z-index: 1; width: 180px; left: 625px; top: 0; } #sidebar ul { list-style: none; } #sidebar a, #sidebar h3.cat { width: 130px; display: block; padding: 3px 5px 3px 40px; background: url(css/tab_small.gif) center right no-repeat; margin: 5px 0; text-decoration: none; } #sidebar a { color: #595965; } #sidebar a.big, #sidebar h3.cat { background: url(css/tab_big.gif) center right no-repeat; padding: 4px 5px 4px 40px; margin: 8px 0; } #sidebar h3 { font-size: 13px; } #sidebar h3.cat { color: #cbcbcb; text-shadow: 1px 2px 1px #222; } #sidebar a.big { color: #fff; } #sidebar a.blog { background-image: url(css/tab_forum.gif); background-color: #c17878; } #sidebar a.docs { background-image: url(css/tab_docs.gif); background-color: #7389ae; } #sidebar a.download { background-image: url(css/tab_download.gif); background-color: #78ba91; } #sidebar a.trac { background-image: url(css/tab_trac.gif); background-color: #a87aad; } /*big menu*/ #kwick { position: relative; border-top: 1px solid #27272a; border-bottom: 3px double #27272a; margin-bottom: 10px; padding: 10px 0; } #kwick .kwicks { display: block; background: #1d1d20 url(css/trac.gif) top right no-repeat; height: 100px; } #kwick li { float: left; } #kwick .kwick { display: block; cursor: pointer; overflow: hidden; height: 80px; width: 125px; padding: 10px; background: #fff; border-right: 5px solid #1d1d20; } #kwick .kwick span { display: none; } #kwick .download { background: #78ba91 url(css/download.gif); } #kwick .documentation { background: #7389ae url(css/docs.gif); } #kwick .blog { background: #c17878 url(css/blog.gif); } #kwick .trac { background: #a87aad url(css/trac.gif); border-right: 0; } /*download*/ /*span.right { display: none; float: right; font-size: 10px; text-shadow: none; margin-top: 3px; }*/ div.download p { padding: 1px 0; } table { width: 100%; border: 0; border-collapse: collapse; } th, td { padding: 4px 10px; } th { text-align: left; background: #18181b; color: #faec8f; border-top: 4px solid #1d1d20; border-bottom: 1px solid #1d1d20; } th h3 { font-size: 13px; } td { border-bottom: 1px solid #252528; border-top: 1px solid #252528; vertical-align: middle; } td.check div.check { border: 2px solid #18181b; background-repeat: no-repeat; background-position: center center; height: 13px; width: 14px; } td.check div.selected { background-image: url(css/check.png) !important; background-image: url(css/check.gif); padding: 2px; border: 0; } td.name { font-size: 12px; white-space: nowrap; } td.description { font-size: 9px; width: 100%; text-align: left; } tr.option { cursor: pointer; background: #1d1d20; color: #595965; } .test { color: #2f3d31; } h2.section, h2.options { font-size: 15px; color: #faec8f; padding-left: 15px; background: url(css/arrow.gif) no-repeat left center; } #container h2.section a, #container h2.options a { display: block; text-decoration: none; color: #faec8f; } #container h2.section a:hover, #container h2.options a:hover { color: #faf3c7; } #advanced, #quick { padding-bottom: 20px; } h2.compression-options { margin-top: 10px; } table#compression-options div.check { width: 13px; height: 13px; } table#compression-options div.selected { background-image: url(css/radio.png) !important; background-image: url(css/radio.gif); padding: 2px; } p.submit { margin-top: 20px; text-align: center; } /*links*/ #container div.apps { text-align: center; } #container div.apps a { font-family: 'trebuchet ms'; color: #7a7a86; font-size: 28px; margin: 0 20px 10px 0; text-shadow: 1px 2px 1px #131315; text-decoration: none; display: block; float: left; } #container div.apps a:hover { color: #fff; } /*developers*/ h2.dev { line-height: 1.1; font-size: 15px; color: #faec8f; margin-bottom: 0; margin-left: 80px; padding: 5px 0 4px; } h2.dev span { color: #444; font-size: 9px; text-shadow: none; font-family: Andale Mono, Monaco, Courier New, Monospace; } div.icon { float: left; height: 65px; width: 65px; margin-bottom: 5px; background: #1d1d20; border: 3px solid #333; } div.dev { clear: both; margin: 10px 0; } div.dev p { line-height: 1.7; padding: 1px 0 2px; border-bottom: 1px solid #222; margin-left: 80px; } #container a.devs:link, #container a.devs:visited { color: #face8f; display: block; font-size: 15px; padding: 5px 25px; } #container a.devs:hover, #container a.devs:active { color: #ccc; } p.devs { padding: 0 0; } /*ads*/ a.affiliate { letter-spacing: 1px; font-size: 12px; display: block; border-bottom: 1px solid #27272a; padding: 3px 3px 10px; margin-bottom: 5px; } div#ads { clear: both; background: url(css/ads.png) top left no-repeat; padding: 5px 0 3px; border-bottom: 1px solid #58585F; margin-bottom: 1px } /*errors*/ h1.error { color: #c17878; } /*warning, ripoff*/ #warning { background-color: #ff3300; font-size: 27px; padding: 20px; color: #ffffff; font-family: helvetica, arial; } #warning h1 { font-weight: bold; font-size: 45px; color: #ffffff; } #warning a:link, #warning a:visited { color: #face8f; } #warning a:hover, #warning a:active { color: #222222; } p.important { padding: 10px; border: 2px solid #fff; background: #ff3300; color: #fff; font-size: 12px; } p.important a { color: #fff; }
src/test/java/com/gargoylesoftware/htmlunit/performance/mootools.net/home-files/style.css
body { margin: 0; padding: 0; font: 11px "Lucida Grande", "Arial", "Helvetica", "Verdana", "sans-serif"; background: #1d1d20; color: #b3b3bb; } h1, h2, h3, h4, p, ul { margin: 0; padding: 0; font-weight: normal; list-style: none; } a:link, a:visited { color: #7389ae; } a:hover, a:active { color: #faec8f; } h1 span { display: none; } p { padding: 5px 0; line-height: 1.7; } a { outline: none; } form, table { margin: 0; padding: 0; } /*shared*/ span.clr { display: block; clear: both; } /*headings & link colors*/ h2 { font-size: 20px; border-bottom: 1px solid #27272a; border-top: 1px solid #27272a; margin: 0 0 10px; padding: 5px 0 4px; color: #ccc; color: #c17878; } h2, h3.sub { text-shadow: 1px 2px 1px #131315; } h3.sub { position: absolute; top: 50px; font-size: 9px; } div#intro { color: #fff; font-size: 16px; text-shadow: 1px 2px 1px #131315; } div#intro em { font-weight: normal; font-style: normal; color: #f6e4c8; } div#intro p.less { font-size: 13px; color: #bbb; } div.intro a:link, div.intro a:visited { color: #c17878; } div.developers a:link, div.developers a:visited, h2.developers { color: #78ba91; } div.browsers a:link, div.browsers a:visited, h2.browsers { color: #a87aad; } div.download a:link, div.download a:visited { color: #78ba91; } h2.download { color: #78ba91; } div.license a:link, div.license a:visited, h2.license { color: #7389ae; } div.apps a:link, div.apps a:visited, h2.apps { color: #c17878; } h2.apps { font-size: 16px; } div.block a:hover, div.block a:active { color: #faec8f; } /*content*/ #container { position: relative; width: 800px; margin: 30px auto 10px; } #content { width: 600px; position: relative; z-index: 10000; background: #1d1d20; padding-right: 45px; } div#content.selected { } div.block { margin-bottom: 20px; font-size: 12px; } div.floaty { float: left; width: 210px; } div.floaty h2 { font-size: 16px; margin-bottom: 5px; } div.first { width: 369px; margin-right: 10px; margin-bottom: 10px; padding-right: 10px; border-right: 1px solid #27272a; } div.full { clear: both; float: none; } ul#developers { font-size: 10px; color: #888; line-height: 1.3; list-style: none; margin-top: 10px; } #developers li { margin-bottom: 5px; font-size: 12px; } /*sidebar*/ #sidebar { position: absolute; z-index: 1; width: 180px; left: 625px; top: 0; } #sidebar ul { list-style: none; } #sidebar a, #sidebar h3.cat { width: 130px; display: block; padding: 3px 5px 3px 40px; background: url(css/tab_small.gif) center right no-repeat; margin: 5px 0; text-decoration: none; } #sidebar a { color: #595965; } #sidebar a.big, #sidebar h3.cat { background: url(css/tab_big.gif) center right no-repeat; padding: 4px 5px 4px 40px; margin: 8px 0; } #sidebar h3 { font-size: 13px; } #sidebar h3.cat { color: #cbcbcb; text-shadow: 1px 2px 1px #222; } #sidebar a.big { color: #fff; } #sidebar a.blog { background-image: url(css/tab_forum.gif); background-color: #c17878; } #sidebar a.docs { background-image: url(css/tab_docs.gif); background-color: #7389ae; } #sidebar a.download { background-image: url(css/tab_download.gif); background-color: #78ba91; } #sidebar a.trac { background-image: url(css/tab_trac.gif); background-color: #a87aad; } /*big menu*/ #kwick { position: relative; border-top: 1px solid #27272a; border-bottom: 3px double #27272a; margin-bottom: 10px; padding: 10px 0; } #kwick .kwicks { display: block; background: #1d1d20 url(css/trac.gif) top right no-repeat; height: 100px; } #kwick li { float: left; } #kwick .kwick { display: block; cursor: pointer; overflow: hidden; height: 80px; width: 125px; padding: 10px; background: #fff; border-right: 5px solid #1d1d20; } #kwick .kwick span { display: none; } #kwick .download { background: #78ba91 url(css/download.gif); } #kwick .documentation { background: #7389ae url(css/docs.gif); } #kwick .blog { background: #c17878 url(css/blog.gif); } #kwick .trac { background: #a87aad url(css/trac.gif); border-right: 0; } /*download*/ /*span.right { display: none; float: right; font-size: 10px; text-shadow: none; margin-top: 3px; }*/ div.download p { padding: 1px 0; } table { width: 100%; border: 0; border-collapse: collapse; } th, td { padding: 4px 10px; } th { text-align: left; background: #18181b; color: #faec8f; border-top: 4px solid #1d1d20; border-bottom: 1px solid #1d1d20; } th h3 { font-size: 13px; } td { border-bottom: 1px solid #252528; border-top: 1px solid #252528; vertical-align: middle; } td.check div.check { border: 2px solid #18181b; background-repeat: no-repeat; background-position: center center; height: 13px; width: 14px; } td.check div.selected { background-image: url(css/check.png) !important; background-image: url(css/check.gif); padding: 2px; border: 0; } td.name { font-size: 12px; white-space: nowrap; } td.description { font-size: 9px; width: 100%; text-align: left; } tr.option { cursor: pointer; background: #1d1d20; color: #595965; } .test { color: #2f3d31; } h2.section, h2.options { font-size: 15px; color: #faec8f; padding-left: 15px; background: url(css/arrow.gif) no-repeat left center; } #container h2.section a, #container h2.options a { display: block; text-decoration: none; color: #faec8f; } #container h2.section a:hover, #container h2.options a:hover { color: #faf3c7; } #advanced, #quick { padding-bottom: 20px; } h2.compression-options { margin-top: 10px; } table#compression-options div.check { width: 13px; height: 13px; } table#compression-options div.selected { background-image: url(css/radio.png) !important; background-image: url(css/radio.gif); padding: 2px; } p.submit { margin-top: 20px; text-align: center; } /*links*/ #container div.apps { text-align: center; } #container div.apps a { font-family: 'trebuchet ms'; color: #7a7a86; font-size: 28px; margin: 0 20px 10px 0; text-shadow: 1px 2px 1px #131315; text-decoration: none; display: block; float: left; } #container div.apps a:hover { color: #fff; } /*developers*/ h2.dev { line-height: 1.1; font-size: 15px; color: #faec8f; margin-bottom: 0; margin-left: 80px; padding: 5px 0 4px; } h2.dev span { color: #444; font-size: 9px; text-shadow: none; font-family: Andale Mono, Monaco, Courier New, Monospace; } div.icon { float: left; height: 65px; width: 65px; margin-bottom: 5px; background: #1d1d20; border: 3px solid #333; } div.dev { clear: both; margin: 10px 0; } div.dev p { line-height: 1.7; padding: 1px 0 2px; border-bottom: 1px solid #222; margin-left: 80px; } #container a.devs:link, #container a.devs:visited { color: #face8f; display: block; font-size: 15px; padding: 5px 25px; } #container a.devs:hover, #container a.devs:active { color: #ccc; } p.devs { padding: 0 0; } /*ads*/ a.affiliate { letter-spacing: 1px; font-size: 12px; display: block; border-bottom: 1px solid #27272a; padding: 3px 3px 10px; margin-bottom: 5px; } div#ads { clear: both; background: url(css/ads.png) top left no-repeat; padding: 5px 0 3px; border-bottom: 1px solid #58585F; margin-bottom: 1px } /*errors*/ h1.error { color: #c17878; } /*warning, ripoff*/ #warning { background-color: #ff3300; font-size: 27px; padding: 20px; color: #ffffff; font-family: helvetica, arial; } #warning h1 { font-weight: bold; font-size: 45px; color: #ffffff; } #warning a:link, #warning a:visited { color: #face8f; } #warning a:hover, #warning a:active { color: #222222; } p.important { padding: 10px; border: 2px solid #fff; background: #ff3300; color: #fff; font-size: 12px; } p.important a { color: #fff; }
0.333503
0.100702
html, body { border: 0; font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif; line-height: 1.5; margin: 0; padding: 0; } div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video { border: 0; margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label { border: 0; font-size: 100%; vertical-align: baseline; margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; } table { border-collapse: separate; border-spacing: 0; } table caption, table th, table td { text-align: left; vertical-align: middle; } a { text-decoration: none; color: inherit; } a img { border: 0; } ul, ol { list-style: none; } :focus { outline: 0; } input[type="search"] { -webkit-appearance: none; } /* popup css */ body { min-width: 300px; padding: 1em; } h1, h2 { font-size: 24px; } .setting-container { border-radius: 4px; border: 1px solid hsl(120, 100%, 80%); padding: 8px 10px; margin-bottom: 30px; overflow: hidden; } .setting-container > ul .config-item { font-size: 16px; margin: 10px 0; display: flex; align-items: center; justify-content: space-between; } .setting-container > ul .config-item input[type='button'] { width: 46%; cursor: pointer; text-align: center; /* border-radius: 3px; */ } .setting-container > ul .config-item.check-item > label { width: 100%; display: flex; cursor: pointer; justify-content: space-between; align-items: center; } .setting-container input[type='checkbox'] { display: none; } .setting-container .checkbox-circle { display: inline-block; /* opacity: 0; */ /* vertical-align: -3*@width; */ width: 20px; height: 20px; border-radius: 50%; position: relative; background-color: #ccc; } .setting-container .checkbox-circle:after { content: ''; width: 10px; height: 5px; position: absolute; top: 5px; left: 4px; border: 1.66666667px solid #fff; border-top: none; border-right: none; background: transparent; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .setting-container input[type='checkbox']:checked + label .checkbox-circle { opacity: 1; background-color: #3c92fe; } .setting-container .checkbox-circle.checked { background-color: #3c92fe; }
extension/css/popup.css
html, body { border: 0; font-family: 'Helvetica Neue', Helvetica, Tahoma, Arial, sans-serif; line-height: 1.5; margin: 0; padding: 0; } div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video { border: 0; margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cit, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, legend, label { border: 0; font-size: 100%; vertical-align: baseline; margin: 0; padding: 0; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; } table { border-collapse: separate; border-spacing: 0; } table caption, table th, table td { text-align: left; vertical-align: middle; } a { text-decoration: none; color: inherit; } a img { border: 0; } ul, ol { list-style: none; } :focus { outline: 0; } input[type="search"] { -webkit-appearance: none; } /* popup css */ body { min-width: 300px; padding: 1em; } h1, h2 { font-size: 24px; } .setting-container { border-radius: 4px; border: 1px solid hsl(120, 100%, 80%); padding: 8px 10px; margin-bottom: 30px; overflow: hidden; } .setting-container > ul .config-item { font-size: 16px; margin: 10px 0; display: flex; align-items: center; justify-content: space-between; } .setting-container > ul .config-item input[type='button'] { width: 46%; cursor: pointer; text-align: center; /* border-radius: 3px; */ } .setting-container > ul .config-item.check-item > label { width: 100%; display: flex; cursor: pointer; justify-content: space-between; align-items: center; } .setting-container input[type='checkbox'] { display: none; } .setting-container .checkbox-circle { display: inline-block; /* opacity: 0; */ /* vertical-align: -3*@width; */ width: 20px; height: 20px; border-radius: 50%; position: relative; background-color: #ccc; } .setting-container .checkbox-circle:after { content: ''; width: 10px; height: 5px; position: absolute; top: 5px; left: 4px; border: 1.66666667px solid #fff; border-top: none; border-right: none; background: transparent; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); } .setting-container input[type='checkbox']:checked + label .checkbox-circle { opacity: 1; background-color: #3c92fe; } .setting-container .checkbox-circle.checked { background-color: #3c92fe; }
0.414662
0.067886
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, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } html, body { margin: 0; padding: 0; } body { font-size: 1.3em; line-height: 1.5; background-color: #f8f8f8; font-weight: normal; font-style: normal; font-variant: normal; } h1.vilain { color: #333; text-align: center; font-size: 1.5em; line-height: 1.5; margin: 1em auto 0.5em auto; max-width: 13em; } .vilain img { display: block; margin: 0 auto; } h1 span { color: #C02702; font-weight: bold; } nav { margin: 0 auto 2.5em auto; text-align: center; font-variant: small-caps; font-size: 1.2em; } nav ul { margin: 0; padding: 0; list-style-type: none; } nav li { display: inline; margin: 0; padding: 0; } nav li:after { content: "|"; font-size: 0.5em; } nav li:last-of-type:after { content: ""; } nav a { padding: 0 0.3em 0 0.1em; text-decoration: underline; color: #666; font-weight: bold; font-size: 1em; } nav a:hover { text-decoration: underline; color: #334; } article { overflow: hidden; } article header { padding-top: 0.5em; } .date { margin: 0 0 0.5em 0; text-align: center; display: block; font-variant: small-caps; color: #666; } header h1 { font-style: italic; text-align: center; margin: 0 0 1.25em; line-height: 1.5; font-size: 2.5em; font-weight: bold; color: #334; } article h2 { font-size: 2.2em; line-height: 1.5; margin: 2em 0 1em 0; font-weight: bold; text-align: center; } article h3 { font-size: 1.8em; line-height: 1.5; margin: 1.5em 0 1em 0; font-weight: bold; text-align: center; } article h4 { font-size: 1.5em; line-height: 1.5; margin: 1.5em 0 0.8em 0; font-weight: bold; font-style: italic; } article h5 { font-size: 1.2em; line-height: 1.5; margin: 1.5em 0 0.8em 0; font-weight: bold; font-style: italic; } @media(max-width: 640px) { header h1 { margin: 0 0 1.25em; font-size: 1.8em; } article h2 { font-size: 1.6em; margin: 1.2em 0 0.6em 0; } article h3 { font-size: 1.4em; margin: 0.75em 0 0.5em 0; } article h4 { font-size: 1.3em; margin: 0.75em 0 0.4em 0; } article h5 { font-size: 1.1em; margin: 0.75em 0 0.4em 0; } } h1 + h2 { margin-top: -0.7619em; } h2 + h3 { margin-top: -0.7619em; } p { margin: 0 0 1.5em 0; /*overflow: auto;*/ } p.translations { text-align: center; font-size: 1em; color: #666; font-variant: small-caps; } p img { display: block; margin: 0 auto; box-shadow: #ddd 2px 2px 10px; max-width: 100%; } strong { font-weight: bolder; } em { font-style: italic; } article sup { vertical-align: super; font-size: smaller; } hr { border: none; height: 1px; margin: 1em 0; } a { color: #C02702; } strong a { text-decoration: none; } img.right { float: right; } p code, ul code, ol code, table code { background: #ddd; padding: 0 0.4em; font-size: 0.8em; font-weight: bold; white-space: nowrap; border-radius: 0.6em; font-family: monospace; } .codehilite { margin: 0 0 1.5em 0; margin-bottom: 22px; padding: 1em 0.5em; overflow: hidden; text-shadow: none; font-family: monospace; font-size: 1em; line-height: 1.5; } @media(max-width: 360px) { .codehilite { font-size: 0.8em; } } .codehilite code { float: left; } .codehilite:hover { overflow: auto; } .codehilite pre { margin: 0; } .codehilite .err { background-color: transparent; } ul, ol { margin: 0 0 1.5em 53px; padding: 0; } li { margin: 0; } ul { list-style: circle; } ol { list-style: decimal-leading-zero; } ul ul, ol ol { margin: 0 0 0 60px; } @media(max-width: 360px) { ol { list-style-type: decimal; } ul, ol { margin: 0 0 1.5em 30px; } ul ul, ol ol { margin: 0 0 0 20px; } } sup { line-height: 0; } sup a { text-decoration: none; } footer { margin: 3em 0 1em 0; padding: 1em 0 0 0; border-top: 1px dotted #999; text-align: center; font-size: 1em; line-height: 1.2; color: #666; /* font-style: italic; */ font-variant: small-caps; /* font-family: monospace; */ } footer ul { list-style-type: none; margin: 0; padding: 0; } footer li { margin: 0 0 0.5em 0; } footer a { font-weight: bold; } blockquote { font-style: italic; padding: 5px 15px; color: #666; margin: 0; border: 1px solid #DEDEDE; border-left: 5px solid #BBB; background-color: #FAFAFA; } blockquote p:last-child { margin-bottom: 0; } blockquote + p { margin-top: 24px; } .content { margin: auto; /*width: 80%;*/ max-width: 800px; } .footnote { margin: 2em 0; color: #888; font-size: 0.8em; } .footnote hr { background: #aaa; } .footnote ol { list-style-position: outside; margin: 0; } .footnote p { margin: 0; } @media(max-width: 800px) { .footnote ol { margin: 0 0 0 20px; } } /* HOME */ .posts { list-style-type: none; margin: 0 0 2em 0; padding: 0; overflow: hidden; } .posts li { line-height: 1.75em; margin: 0 0 3em 0; padding: 1em 0 0 0; overflow: hidden; /* border-top: 1px dotted #999; */ } .posts .lang { color: #C02702; } .posts h2 { font-size: 1.5em; line-height: 1.5; margin: 0; text-align: center; } @media(max-width: 800px) { .posts h2 { font-size: 1.1em; } } .posts a { display: block; padding: 0 0.5em; color: #334; text-decoration: underline; font-weight: bold; } .posts a:hover { text-decoration: underline; } .bookmarks { list-style-type: none; margin: 0 0 2em 0; padding: 0; } .bookmarks li { margin: 0 0 3em 0; padding: 1em 0 0 0; text-align: center; } .bookmarks li:last-child { border-bottom: none; } a.anchor { text-decoration: none; } a.anchor:hover { text-decoration: underline; } .bookmarks .domain { display: block; text-align: center; color: #C02702; font-weight: normal; font-family: monospace; margin: 0 0 1em 0; } .bookmarks h2 { font-size: 1.5em; margin: 0; font-weight: normal; text-align: center; } .bookmarks h2 a { color: #334 } .bookmarks h2 a:hover { color: #C02702; } .bookmarks p { text-align: center; font-size: 1em; font-style: italic; } .bookmarks p:last-child { margin-bottom: 0; } /* POSTS */ @media(max-width: 800px) { #post { margin: 0 1em; } } #post div.footnotes { font-size: smaller; margin-left: 4px; } #post div.footnotes a { text-decoration: none; } @media(min-width: 600px) { .half { padding: 0; margin: 0; width: 50%; float: left; } .half a.first { display: block; padding: 0 10px 0 0; } } table { width: 100%; border-spacing: 0; margin: 0 0 1.5em 0; background: #fff; } th { text-align: center; /* background: #ffffff; */ font-weight: bold; color: #333; font-variant: small-caps; } td, th { padding: 4px; border-left: 1px solid #999; border-top: 1px solid #999; vertical-align: top; } table tr:last-child td { border-bottom: 1px solid #999; } table tr td:last-child, table tr th:last-child { border-right: 1px solid #999; } table .wide { max-width: 300px; overflow: auto; } @media(max-width: 360px) { table .wide { max-width: 100px; } table .wide img { max-width: 200px; } }
theme/static/css/simple.css
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline; } html, body { margin: 0; padding: 0; } body { font-size: 1.3em; line-height: 1.5; background-color: #f8f8f8; font-weight: normal; font-style: normal; font-variant: normal; } h1.vilain { color: #333; text-align: center; font-size: 1.5em; line-height: 1.5; margin: 1em auto 0.5em auto; max-width: 13em; } .vilain img { display: block; margin: 0 auto; } h1 span { color: #C02702; font-weight: bold; } nav { margin: 0 auto 2.5em auto; text-align: center; font-variant: small-caps; font-size: 1.2em; } nav ul { margin: 0; padding: 0; list-style-type: none; } nav li { display: inline; margin: 0; padding: 0; } nav li:after { content: "|"; font-size: 0.5em; } nav li:last-of-type:after { content: ""; } nav a { padding: 0 0.3em 0 0.1em; text-decoration: underline; color: #666; font-weight: bold; font-size: 1em; } nav a:hover { text-decoration: underline; color: #334; } article { overflow: hidden; } article header { padding-top: 0.5em; } .date { margin: 0 0 0.5em 0; text-align: center; display: block; font-variant: small-caps; color: #666; } header h1 { font-style: italic; text-align: center; margin: 0 0 1.25em; line-height: 1.5; font-size: 2.5em; font-weight: bold; color: #334; } article h2 { font-size: 2.2em; line-height: 1.5; margin: 2em 0 1em 0; font-weight: bold; text-align: center; } article h3 { font-size: 1.8em; line-height: 1.5; margin: 1.5em 0 1em 0; font-weight: bold; text-align: center; } article h4 { font-size: 1.5em; line-height: 1.5; margin: 1.5em 0 0.8em 0; font-weight: bold; font-style: italic; } article h5 { font-size: 1.2em; line-height: 1.5; margin: 1.5em 0 0.8em 0; font-weight: bold; font-style: italic; } @media(max-width: 640px) { header h1 { margin: 0 0 1.25em; font-size: 1.8em; } article h2 { font-size: 1.6em; margin: 1.2em 0 0.6em 0; } article h3 { font-size: 1.4em; margin: 0.75em 0 0.5em 0; } article h4 { font-size: 1.3em; margin: 0.75em 0 0.4em 0; } article h5 { font-size: 1.1em; margin: 0.75em 0 0.4em 0; } } h1 + h2 { margin-top: -0.7619em; } h2 + h3 { margin-top: -0.7619em; } p { margin: 0 0 1.5em 0; /*overflow: auto;*/ } p.translations { text-align: center; font-size: 1em; color: #666; font-variant: small-caps; } p img { display: block; margin: 0 auto; box-shadow: #ddd 2px 2px 10px; max-width: 100%; } strong { font-weight: bolder; } em { font-style: italic; } article sup { vertical-align: super; font-size: smaller; } hr { border: none; height: 1px; margin: 1em 0; } a { color: #C02702; } strong a { text-decoration: none; } img.right { float: right; } p code, ul code, ol code, table code { background: #ddd; padding: 0 0.4em; font-size: 0.8em; font-weight: bold; white-space: nowrap; border-radius: 0.6em; font-family: monospace; } .codehilite { margin: 0 0 1.5em 0; margin-bottom: 22px; padding: 1em 0.5em; overflow: hidden; text-shadow: none; font-family: monospace; font-size: 1em; line-height: 1.5; } @media(max-width: 360px) { .codehilite { font-size: 0.8em; } } .codehilite code { float: left; } .codehilite:hover { overflow: auto; } .codehilite pre { margin: 0; } .codehilite .err { background-color: transparent; } ul, ol { margin: 0 0 1.5em 53px; padding: 0; } li { margin: 0; } ul { list-style: circle; } ol { list-style: decimal-leading-zero; } ul ul, ol ol { margin: 0 0 0 60px; } @media(max-width: 360px) { ol { list-style-type: decimal; } ul, ol { margin: 0 0 1.5em 30px; } ul ul, ol ol { margin: 0 0 0 20px; } } sup { line-height: 0; } sup a { text-decoration: none; } footer { margin: 3em 0 1em 0; padding: 1em 0 0 0; border-top: 1px dotted #999; text-align: center; font-size: 1em; line-height: 1.2; color: #666; /* font-style: italic; */ font-variant: small-caps; /* font-family: monospace; */ } footer ul { list-style-type: none; margin: 0; padding: 0; } footer li { margin: 0 0 0.5em 0; } footer a { font-weight: bold; } blockquote { font-style: italic; padding: 5px 15px; color: #666; margin: 0; border: 1px solid #DEDEDE; border-left: 5px solid #BBB; background-color: #FAFAFA; } blockquote p:last-child { margin-bottom: 0; } blockquote + p { margin-top: 24px; } .content { margin: auto; /*width: 80%;*/ max-width: 800px; } .footnote { margin: 2em 0; color: #888; font-size: 0.8em; } .footnote hr { background: #aaa; } .footnote ol { list-style-position: outside; margin: 0; } .footnote p { margin: 0; } @media(max-width: 800px) { .footnote ol { margin: 0 0 0 20px; } } /* HOME */ .posts { list-style-type: none; margin: 0 0 2em 0; padding: 0; overflow: hidden; } .posts li { line-height: 1.75em; margin: 0 0 3em 0; padding: 1em 0 0 0; overflow: hidden; /* border-top: 1px dotted #999; */ } .posts .lang { color: #C02702; } .posts h2 { font-size: 1.5em; line-height: 1.5; margin: 0; text-align: center; } @media(max-width: 800px) { .posts h2 { font-size: 1.1em; } } .posts a { display: block; padding: 0 0.5em; color: #334; text-decoration: underline; font-weight: bold; } .posts a:hover { text-decoration: underline; } .bookmarks { list-style-type: none; margin: 0 0 2em 0; padding: 0; } .bookmarks li { margin: 0 0 3em 0; padding: 1em 0 0 0; text-align: center; } .bookmarks li:last-child { border-bottom: none; } a.anchor { text-decoration: none; } a.anchor:hover { text-decoration: underline; } .bookmarks .domain { display: block; text-align: center; color: #C02702; font-weight: normal; font-family: monospace; margin: 0 0 1em 0; } .bookmarks h2 { font-size: 1.5em; margin: 0; font-weight: normal; text-align: center; } .bookmarks h2 a { color: #334 } .bookmarks h2 a:hover { color: #C02702; } .bookmarks p { text-align: center; font-size: 1em; font-style: italic; } .bookmarks p:last-child { margin-bottom: 0; } /* POSTS */ @media(max-width: 800px) { #post { margin: 0 1em; } } #post div.footnotes { font-size: smaller; margin-left: 4px; } #post div.footnotes a { text-decoration: none; } @media(min-width: 600px) { .half { padding: 0; margin: 0; width: 50%; float: left; } .half a.first { display: block; padding: 0 10px 0 0; } } table { width: 100%; border-spacing: 0; margin: 0 0 1.5em 0; background: #fff; } th { text-align: center; /* background: #ffffff; */ font-weight: bold; color: #333; font-variant: small-caps; } td, th { padding: 4px; border-left: 1px solid #999; border-top: 1px solid #999; vertical-align: top; } table tr:last-child td { border-bottom: 1px solid #999; } table tr td:last-child, table tr th:last-child { border-right: 1px solid #999; } table .wide { max-width: 300px; overflow: auto; } @media(max-width: 360px) { table .wide { max-width: 100px; } table .wide img { max-width: 200px; } }
0.571647
0.134918
* Footer * ======================================================== */ #section-menu { height: 55px; width: 100%; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } #section-menu a { text-shadow: rgba(255,255,255,0.65) 0px 1px 1px; border-right: 1px solid rgba(255,255,255,0.1); display: block; text-decoration: none; padding-right: 20px; padding-left: 43px; line-height: 53px; font-weight: bold; position: relative; font-size: 17px; float: left; height: 55px; -webkit-transition: all 150ms ease-out 0ms; -moz-transition: all 150ms ease-out 0ms; transition: all 150ms ease-out 0ms; -webkit-box-shadow: inset -1px 0px 1px #f6f6f6; -moz-box-shadow: inset -1px 0px 1px #f6f6f6; box-shadow: inset -1px 0px 1px #f6f6f6; } #section-menu a .icon { position: absolute; left: 18px; top: 15px; } #section-menu a.active .icon.home { opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; background-position: -202px 0px; } #section-menu a.active .icon.shows { opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; background-position: -202px -25px; } #section-menu a.active { height: 55px; text-shadow: rgba(0,0,0,0.12) 0px 1px 1px; -webkit-transition: color 0ms ease-out 0ms; -moz-transition: color 0ms ease-out 0ms; transition: color 0ms ease-out 0ms; -webkit-box-shadow: inset -1px 0px 1px #e4b100, inset 1px 0px 1px #e4b100, -1px 0 0px #be8e05; -moz-box-shadow: inset -1px 0px 1px #e4b100, inset 1px 0px 1px #e4b100, -1px 0 0px #be8e05; box-shadow: inset -1px 0px 1px #e4b100, inset 1px 0px 1px #e4b100, -1px 0 0px #be8e05; } #section-menu a span { -webkit-transition: opacity 150ms ease-out 0ms; -moz-transition: opacity 150ms ease-out 0ms; transition: opacity 150ms ease-out 0ms; opacity: 0.6; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } #section-menu a:hover span { opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
source/core/css/components/footer.css
* Footer * ======================================================== */ #section-menu { height: 55px; width: 100%; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); } #section-menu a { text-shadow: rgba(255,255,255,0.65) 0px 1px 1px; border-right: 1px solid rgba(255,255,255,0.1); display: block; text-decoration: none; padding-right: 20px; padding-left: 43px; line-height: 53px; font-weight: bold; position: relative; font-size: 17px; float: left; height: 55px; -webkit-transition: all 150ms ease-out 0ms; -moz-transition: all 150ms ease-out 0ms; transition: all 150ms ease-out 0ms; -webkit-box-shadow: inset -1px 0px 1px #f6f6f6; -moz-box-shadow: inset -1px 0px 1px #f6f6f6; box-shadow: inset -1px 0px 1px #f6f6f6; } #section-menu a .icon { position: absolute; left: 18px; top: 15px; } #section-menu a.active .icon.home { opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; background-position: -202px 0px; } #section-menu a.active .icon.shows { opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; background-position: -202px -25px; } #section-menu a.active { height: 55px; text-shadow: rgba(0,0,0,0.12) 0px 1px 1px; -webkit-transition: color 0ms ease-out 0ms; -moz-transition: color 0ms ease-out 0ms; transition: color 0ms ease-out 0ms; -webkit-box-shadow: inset -1px 0px 1px #e4b100, inset 1px 0px 1px #e4b100, -1px 0 0px #be8e05; -moz-box-shadow: inset -1px 0px 1px #e4b100, inset 1px 0px 1px #e4b100, -1px 0 0px #be8e05; box-shadow: inset -1px 0px 1px #e4b100, inset 1px 0px 1px #e4b100, -1px 0 0px #be8e05; } #section-menu a span { -webkit-transition: opacity 150ms ease-out 0ms; -moz-transition: opacity 150ms ease-out 0ms; transition: opacity 150ms ease-out 0ms; opacity: 0.6; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; } #section-menu a:hover span { opacity: 1; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
0.318591
0.072276
body { background: #F3EFD6; } .frame { position: absolute; top: 50%; left: 30%; width: 950px; height: 400px; margin-top: -200px; margin-left: -200px; border-radius: 20px; box-shadow: 0 29px 38px rgba(0, 0, 0, 0.30), 0 25px 22px rgba(0, 0, 0, 0.22); overflow: hidden; background: linear-gradient(to top right, #FCED8D 20%, hotpink 90%); color: #333; font-family: "Open Sans", Helvetica, sans-serif; } .dropzone img { width: 60px; height: 60px; } .center { position: absolute; top: 50%; left: 30%; transform: translate(-50%, -50%); width: 300px; height: 240px; border-radius: 30px; box-shadow: 0 29px 38px rgba(0, 0, 0, 0.30), 0 25px 22px rgba(0, 0, 0, 0.22); background: #fff; display: flex; align-items: center; justify-content: space-evenly; flex-direction: column; } .center1 { position: absolute; top: 40%; left: 70%; transform: translate(-50%, -50%); width: 300px; height: 170px; border-radius: 30px; box-shadow: 0 29px 38px rgba(0, 0, 0, 0.30), 0 25px 22px rgba(0, 0, 0, 0.22); background: #fff; display: flex; align-items: center; justify-content: space-evenly; flex-direction: column; } .center1 img { width: 25%; height: 60%; } .title { width: 100%; height: 50px; border-bottom: 1px solid #999; text-align: center; } h1 { font-size: 16px; font-weight: 300; color: #666; } .dropzone { width: 100px; height: 80px; margin-top: 10px; border: 1px dashed #999; border-radius: 3px; text-align: center; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22); } .upload-icon { margin: 25px 2px 2px 2px; } .upload-input { position: relative; top: -62px; left: 0; width: 100%; height: 100%; opacity: 0; } .btn { display: block; width: 140px; height: 40px; margin-top: 20px; background: darkmagenta; color: #fff; border-radius: 3px; border: 0; box-shadow: 0 3px 0 0 hotpink; transition: all 0.3s ease-in-out; font-size: 14px; } .btn:hover { background: rebeccapurple; box-shadow: 0 3px 0 0 deeppink; }
WebContent/uploadStyling.css
body { background: #F3EFD6; } .frame { position: absolute; top: 50%; left: 30%; width: 950px; height: 400px; margin-top: -200px; margin-left: -200px; border-radius: 20px; box-shadow: 0 29px 38px rgba(0, 0, 0, 0.30), 0 25px 22px rgba(0, 0, 0, 0.22); overflow: hidden; background: linear-gradient(to top right, #FCED8D 20%, hotpink 90%); color: #333; font-family: "Open Sans", Helvetica, sans-serif; } .dropzone img { width: 60px; height: 60px; } .center { position: absolute; top: 50%; left: 30%; transform: translate(-50%, -50%); width: 300px; height: 240px; border-radius: 30px; box-shadow: 0 29px 38px rgba(0, 0, 0, 0.30), 0 25px 22px rgba(0, 0, 0, 0.22); background: #fff; display: flex; align-items: center; justify-content: space-evenly; flex-direction: column; } .center1 { position: absolute; top: 40%; left: 70%; transform: translate(-50%, -50%); width: 300px; height: 170px; border-radius: 30px; box-shadow: 0 29px 38px rgba(0, 0, 0, 0.30), 0 25px 22px rgba(0, 0, 0, 0.22); background: #fff; display: flex; align-items: center; justify-content: space-evenly; flex-direction: column; } .center1 img { width: 25%; height: 60%; } .title { width: 100%; height: 50px; border-bottom: 1px solid #999; text-align: center; } h1 { font-size: 16px; font-weight: 300; color: #666; } .dropzone { width: 100px; height: 80px; margin-top: 10px; border: 1px dashed #999; border-radius: 3px; text-align: center; box-shadow: 0 10px 10px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22); } .upload-icon { margin: 25px 2px 2px 2px; } .upload-input { position: relative; top: -62px; left: 0; width: 100%; height: 100%; opacity: 0; } .btn { display: block; width: 140px; height: 40px; margin-top: 20px; background: darkmagenta; color: #fff; border-radius: 3px; border: 0; box-shadow: 0 3px 0 0 hotpink; transition: all 0.3s ease-in-out; font-size: 14px; } .btn:hover { background: rebeccapurple; box-shadow: 0 3px 0 0 deeppink; }
0.372848
0.072571
.container-post { padding: 40px 100px; background-color: #06285e; color: white; display: flex; justify-content: space-between; position: relative; } .container-post > p { font-size: 12px; } .tip-container { display: flex; flex-direction: column; justify-content: space-between; padding: 30px 10px 10px; text-align: center; box-sizing: border-box; background-color: white; border: 1px solid #dcdcdc; border-radius: 3px; box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%); } .tip-container > p { color: #2a2e31; font-size: 14px; } .tip-icon-container { margin-top: -40px; padding: 20px 40px; text-align: center; } .tip-icon-container > p { margin-bottom: 3px; margin-top: 10px; font-size: 22px; } .input-container { display: flex; border-radius: 3px; justify-content: center; align-items: center; width: 200px; height: 45px; text-align: center; background: white; /* margin-top: -50px; */ } .input-container > input { border: none; border-bottom: 1px solid #24292e; width: 150px; height: 45px; padding: 10px; color: rgb(49, 49, 49); text-align: center; } .input-container > span { border: 1px solid #dcdcdc; color: black; width: 50px; height: 55px; background: white; line-height: 45px; border-radius: 3px; } .tip-container > button { width: 200px; background: #0d49aa; color: white; border: none; padding: 5px; margin: 10px 0; border-radius: 4px; } .tip-img { width: 250px; } .markdown-container { padding: 40px; } .eth-container { display: flex; justify-content: center; align-items: center; border: 1px solid #dcdcdc; border-radius: 4px; padding: 5px; } .eth-container > p { color: #24292e; margin: 0; font-size: 14px; } .eth-img { width: 25px; } .tip-container > .address { font-size: 12px; margin: 0; } .author-container { margin-bottom: 20px; } .author-container > h3 { font-weight: 600; font-size: 32px; } .author { font-weight: 400; font-size: 13px; color: #24292ea1; }
client/src/components/styles.css
.container-post { padding: 40px 100px; background-color: #06285e; color: white; display: flex; justify-content: space-between; position: relative; } .container-post > p { font-size: 12px; } .tip-container { display: flex; flex-direction: column; justify-content: space-between; padding: 30px 10px 10px; text-align: center; box-sizing: border-box; background-color: white; border: 1px solid #dcdcdc; border-radius: 3px; box-shadow: 0px 3px 3px -2px rgb(0 0 0 / 20%), 0px 3px 4px 0px rgb(0 0 0 / 14%), 0px 1px 8px 0px rgb(0 0 0 / 12%); } .tip-container > p { color: #2a2e31; font-size: 14px; } .tip-icon-container { margin-top: -40px; padding: 20px 40px; text-align: center; } .tip-icon-container > p { margin-bottom: 3px; margin-top: 10px; font-size: 22px; } .input-container { display: flex; border-radius: 3px; justify-content: center; align-items: center; width: 200px; height: 45px; text-align: center; background: white; /* margin-top: -50px; */ } .input-container > input { border: none; border-bottom: 1px solid #24292e; width: 150px; height: 45px; padding: 10px; color: rgb(49, 49, 49); text-align: center; } .input-container > span { border: 1px solid #dcdcdc; color: black; width: 50px; height: 55px; background: white; line-height: 45px; border-radius: 3px; } .tip-container > button { width: 200px; background: #0d49aa; color: white; border: none; padding: 5px; margin: 10px 0; border-radius: 4px; } .tip-img { width: 250px; } .markdown-container { padding: 40px; } .eth-container { display: flex; justify-content: center; align-items: center; border: 1px solid #dcdcdc; border-radius: 4px; padding: 5px; } .eth-container > p { color: #24292e; margin: 0; font-size: 14px; } .eth-img { width: 25px; } .tip-container > .address { font-size: 12px; margin: 0; } .author-container { margin-bottom: 20px; } .author-container > h3 { font-weight: 600; font-size: 32px; } .author { font-weight: 400; font-size: 13px; color: #24292ea1; }
0.36659
0.104569
.customfileinput { color: transparent; height: 40px; padding-top: 60px; padding-left: 80px; } .customfileinput::-webkit-file-upload-button { visibility: hidden; } .customfileinput::before { content: 'Select Your Track'; color: black; display: inline-block; background: -webkit-linear-gradient(top, #ffffff, #e3e3e3); border: 1px solid rgb(153, 153, 153); border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; position: relative; left: 100%; } .customfileinput:hover::before { border-color: black; } .customfileinput:active { outline: 0; } .customfileinput:active::before { background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); } body { padding: 0px; } .customfileinput2 { color: transparent; } .customfileinput2::-webkit-file-upload-button { visibility: hidden; } .customfileinput2::before { content: 'Select Your Data File'; color: black; display: inline-block; background: -webkit-linear-gradient(top, #f1f1f1, #e3e3e3); border: 1px solid #999; border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; } .customfileinput2:hover::before { border-color: black; } .customfileinput2:active { outline: 0; } .customfileinput2:active::before { background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); } body { padding: 0px; } .FileinputText { text-align: center; } .SubmitButton { color: black; display: inline-block; background: -webkit-linear-gradient(top, #ffffff, #e3e3e3); border: 1px solid rgb(153, 153, 153); border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; left: 60%; position: relative; left: 38%; text-align: center; text-align-last: center; background-color: white; color: black; border: 1px solid rgb(153, 153, 153); border-radius: 3px; } .SubmitButton:hover { border-color: black; } .SubmitButton:active { outline: 0 }
Client/src/components/CSS Modules/jj.css
.customfileinput { color: transparent; height: 40px; padding-top: 60px; padding-left: 80px; } .customfileinput::-webkit-file-upload-button { visibility: hidden; } .customfileinput::before { content: 'Select Your Track'; color: black; display: inline-block; background: -webkit-linear-gradient(top, #ffffff, #e3e3e3); border: 1px solid rgb(153, 153, 153); border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; position: relative; left: 100%; } .customfileinput:hover::before { border-color: black; } .customfileinput:active { outline: 0; } .customfileinput:active::before { background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); } body { padding: 0px; } .customfileinput2 { color: transparent; } .customfileinput2::-webkit-file-upload-button { visibility: hidden; } .customfileinput2::before { content: 'Select Your Data File'; color: black; display: inline-block; background: -webkit-linear-gradient(top, #f1f1f1, #e3e3e3); border: 1px solid #999; border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; } .customfileinput2:hover::before { border-color: black; } .customfileinput2:active { outline: 0; } .customfileinput2:active::before { background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); } body { padding: 0px; } .FileinputText { text-align: center; } .SubmitButton { color: black; display: inline-block; background: -webkit-linear-gradient(top, #ffffff, #e3e3e3); border: 1px solid rgb(153, 153, 153); border-radius: 3px; padding: 5px 8px; outline: none; white-space: nowrap; cursor: pointer; text-shadow: 1px 1px #fff; font-weight: 700; font-size: 10pt; left: 60%; position: relative; left: 38%; text-align: center; text-align-last: center; background-color: white; color: black; border: 1px solid rgb(153, 153, 153); border-radius: 3px; } .SubmitButton:hover { border-color: black; } .SubmitButton:active { outline: 0 }
0.449634
0.100392
body{background: #e4e4e4;font-size: 13px; position: relative;} .blank1 {clear:both; height:1px; overflow:hidden; display:block;} .blank5 {clear:both; height:5px; overflow:hidden; display:block;} .blank10 {clear:both; height:10px; overflow:hidden; display:block;} .blank15 {clear:both; height:15px; overflow:hidden; display:block;} .blank20 {clear:both; height:20px; overflow:hidden; display:block;} .blank25 {clear:both; height:25px; overflow:hidden; display:block;} .ff5{ color: #ff5011 !important;} .hcolor{color: #535454 !important;} .red{ color: #9f0000 !important;} .gray{color: #999 !important;} .blu{ color: #8bc4ea !important;} a:hover{ text-decoration: none;} .u-rtt a:visited{color: #333} .por{ position:relative;} .bort{ border-bottom: 1px solid #ccc;} .disabled{color:#999!important;} img.disabled{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: url(filters.svg#grayscale); filter: gray; } /*状态栏*/ .g-state{ height: 35px; line-height: 35px; color: #8b8b8b; background: #f5f5f5;} .g-state .ma{ padding-left:10px;} .m-stnav li{ float: left; margin-right: 15px; position: relative;} .m-stnav li .f-tt{ display: block; cursor: pointer;} /*导航栏*/ .g-nav{ width: 100%; height: 58px; background: #b40001; border-bottom: 2px solid #d22527;} .g-nav .w1000{background: #b40001; border-bottom: 2px solid #d22527;} .m-logo { width: 203px;text-align: center;height: 58px;line-height: 58px;display: block;} .m-logo img,.s-logo img{max-height: 58px;vertical-align: middle;} .g-nav .u-nav{ float: left;} .g-nav .u-nav li{ float: left; color: #fff; line-height: 58px; font-size: 15px; margin-right: 10px;} .g-nav .u-nav li a{ color: #fff; display: inline-block; line-height: 38px; height: 38px; margin-top: 5px; padding: 0 15px; border-radius: 5px;} .g-nav .u-nav li i{ margin-right: 5px;} .g-nav .u-nav li.on a{ background: rgba(255,255,255,0.3);} /*body*/ .g-bd .w1000{ background: #fff;border-top: 1px solid #d1d1d1;} table#tab-frame{width:100%;} table#tab-frame td{vertical-align: top;} tr.curt td{background: #f7f7f7;} .tab-dasb tr.curt td{background: transparent;} #tab-frame table tr td{vertical-align: middle;} .u-lfslider{ width: 200px; background: #eeedf3; border: 1px solid #d1d1d1;border-top: 0;border-bottom: 0; padding-bottom: 35px;} .u-lfslider li{width: 100%; *float: left;} .u-lfslider li .f-tt{height: 50px; line-height: 50px; font-size: 14px; color: #404054; border-bottom: 1px solid #d9d9d9; padding-left: 4px; cursor: pointer; position: relative; overflow: hidden;} .u-lfslider li a{color: #404054;} .u-lfslider li i.fr{ margin-top: 17px;} .u-lfslider li.on .f-tt{ border-bottom: 1px solid #e33a3d; border-left: 4px solid #e33a3d; padding-left: 0; background: #fff; padding-right: 1px;} /*right*/ .u-frct{ width: 100% !important;background: #fff;} .u-rtt{ height: 37px; width: 100%; background: #f9f9f9; margin: 10px 0; line-height: 37px; color: #666; font-size: 14px;} .u-ssct{border: 1px solid #d5d5d5; background: #f9f9f9; margin-bottom: 10px;} .f-sele{ margin: 6px 15px 0px 15px; height: 30px; width: 123px; padding:5px 10px; line-height: 20px; box-sizing:border-box;} .u-iptboxct{ position: relative;} .u-iptboxct input[type="text"],.u-ipttext{border: 1px solid #ddd; height: 28px; padding-right: 6px; width: 220px;box-shadow:1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset; padding-left: 6px;vertical-align: middle; *line-height: 28px;} .f-seebtn{ display: block; width: 60px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #ddd; color: #666; font-size: 14px; background: #fff; margin-top: 6px;} .u-ssct label,.u-ssct input[type="checkbox"]{ display: inline;} .u-spnav{ width: 100%; height: 38px; line-height: 38px; background: #e43e41; color: #fff; font-size:14px; font-weight: bold;} .u-antt,.u-antt2{ width: 100%; height: 58px; line-height: 58px; background: #f3f6fa;} .u-antt a{ display: inline-block; border: 1px solid #ddd; background: #f6f6f6; width: 78px; height: 28px; line-height: 28px; text-align: center; font-size: 14px; color: #828282; border-radius: 3px;} .u-antt a.on,.btn.on{ border-color: #329e0e; background: #37ab13; color: #fff;background-image: linear-gradient(to bottom, #32c718, #37a712);} .m-tab{ width: 100%;} .m-tab table{ width: 100%; table-layout:fixed;} .m-tab table td{ border: 1px solid #ddd; padding:8px;} .m-tab table thead td{ line-height: 37px; background: #ececec;background-image: linear-gradient(to bottom, #f7f7f7, #eeeeee); text-align:center; padding:0 8px;} .m-tab table label,.m-tab table input[type="checkbox"]{} .m-tab table tbody td{font-size: 12px;text-align: center;} .m-tab table .f-img{ display: block; width:56px; } .m-tab table .u-cpshw{ width: 285px; overflow: hidden;text-align: left;} .m-tab table .u-cpshw a{ display: block; line-height: 25px; color: #8d40a6; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} /*分页*/ .m-fyct{ height: 60px; border-bottom: 1px solid #ddd; background: #f3f6fa; width: 100%;} .m-fycon a {width: 30px;height: 30px;text-align: center;line-height: 30px;border: 1px solid #ccc;display: inline-block;color: #063875;background-color: #fff;*float: left; *margin-left: 8px;} .m-fycon a.on, .m-fycon a:hover{background-color: #fa575a; color: #fff;} /*分类管理*/ .u-tahd{line-height: 37px;background: #ececec;background-image: linear-gradient(to bottom, #f7f7f7, #eeeeee);border: 1px solid #ddd; font-size: 14px;} .u-tahd >div span{display: block;border-right: 1px solid #ddd;} .border-no{ border: none;} .u-tabd .u-flt1{background: #f9f9f9;line-height: 37px;border: 1px solid #ddd;border-top: none;} .u-tabd .u-flt1 >div span{display: block;border-right: 1px solid #ddd;} .u-tabd .u-flt2{background: #fff;line-height:24px;border: 1px solid #ddd;border-top: none;} .f-nb span{ display: inline-block !important; border-right: none !important;} .f-nb a{ color: #428bca;} /*概况*/ .m-gknav{ border-bottom: 1px solid #ddd; } .m-gknav li{ width:199px; border-right: 1px solid #ddd;text-align: center; float: left; font-size: 14px;line-height: 44px; height: 44px; padding: 17px 0;} .m-gknav li p{ line-height: 22px;} .m-gknav li.f-gkbg{ background: url(../images/gkbg.png) no-repeat left top;} .m-fksjct{ width: 570px;} .m-fksjct .f-tt{ line-height: 40px; font-size: 14px;} .m-sjct{ border: 1px solid #ddd; padding: 10px; margin-left: 10px; border-radius: 5px;} .m-sjct img{ display: block; width: 100%;} .m-kzggct{ width: 397px; margin-right: 10px;} .m-kzggct .f-tt{ line-height: 40px; font-size: 14px;} .m-kzggct .m-sjct ul{ width: 100%;} .m-kzggct .m-sjct ul li{ padding-left: 15px; border-bottom: 1px solid #ddd; line-height: 55px;color: #4b4b4b;} .m-kzggct .m-sjct ul li a{ color: #4b4b4b;} .m-kzggct .m-sjct ul li a:hover{ color: #404089;} /*添加服务*/ .m-yjlm{ width: 352px; border: 1px solid #ddd; background: #fff;} .m-yjlm .u-boxct{ height: 33px; background: #f9f9f9; padding: 5px;} .m-yjlm .f-yjlmtt{ height: 37px; line-height: 37px; border:solid #ddd; background: #f3f3f3;background-image: linear-gradient(to bottom, #f7f7f7, #ededed); border-width: 1px 0 2px 0; color: #4b4b4b; font-size: 14px;} .m-yjlst{ width: 100%; height: 350px; overflow-y:auto;overflow-x:hidden;} .m-yjlst li{line-height: 34px; padding-left: 15px; cursor: pointer;} .m-yjlst li:hover,.m-yjlst li.odd:hover{ background: #438aca; color: #fff;} .m-yjlst li.odd{ background: #f9f9f9;} .f-sjjj{ line-height: 435px; width:37px; font-size: 16px;} .u-addspbtn{background: url(../images/btn1.png) no-repeat; width: 101px; height: 37px; text-align: center; line-height: 37px; color: #fff; font-size: 14px; display: block; margin: 25px 0;} .u-addspbtn2{background: url(../images/btn2.png) no-repeat; width: 101px; height: 37px; text-align: center; line-height: 37px; color: #fff; font-size: 14px; display:inline-block; margin: 25px auto;} .m-spboxlst{ width: 100%;} .m-spboxlst li{ line-height: 30px; margin-bottom: 20px;} .m-spboxlst .f-tt{float:left; display:block; width: 100px; text-align: right; padding:0 5px 0 0;} .m-spboxlst .f-boxr{float:left; display:inline-block;} .tjggbtn{ background: #f6f5f5;background-image: linear-gradient(to bottom, #f7f7f7, #f4f3f3); display: block; width: 80px; height: 28px; line-height: 28px; border: 1px solid #ddd; color: #666; text-align: center;} .tjggbtn2{ background: #f6f5f5;background-image: linear-gradient(to bottom, #f7f7f7, #f4f3f3); display: inline-block;height: 28px; line-height: 28px; border: 1px solid #ddd; color: #828282 !important; text-align: center; padding: 0 15px; border-radius: 2px; font-size: 12px !important;} .m-ggct{ width: 384px;} .m-ggct table{ width: 100%; border: 1px solid #ddd;} .m-ggct table thead td{line-height: 37px; background: #ececec;background-image: linear-gradient(to bottom, #f7f7f7, #eeeeee); text-align: center;} .m-ggct table td{ border: 1px solid #ddd;} .m-ggct table tbody td{font-size: 12px; padding: 0; line-height: 30px; text-align: center;} .sle{border: 1px solid #ddd; height:30px; line-height: 30px; padding:5px 3px; vertical-align: middle;} /*添加服务弹框*/ .g-addspbox{background: url(../images/zzbg.png) repeat; width: 100%; position: absolute; top: 0; left: 0; height: 100%; min-height: 1px;z-index: 100;} .m-addsptk{ width: 420px; border: 1px solid #ddd; background: #fff; position: absolute; top:30%; left: 50%; margin-left: -210px;} .m-addsptk .f-tt2{ height: 34px; line-height: 34px; border-bottom: 1px solid #ddd; background: #f9f9f9;;background-image: linear-gradient(to bottom, #f7f7f7, #eeeeee); text-align: center; font-size: 14px; font-weight: bold; } .f-yztip{ display: inline-block; line-height: 20px;} /*订单详情*/ .m-qpct{ padding: 15px 22px 35px 22px;} .btn{display: inline-block; border: 1px solid #ddd; background: #f6f6f6; height: 30px; line-height: 30px;*line-height:22px; text-align: center; font-size: 14px; color: #828282; border-radius: 3px; vertical-align: bottom; padding:0 15px; cursor:pointer;} .btn-green{border: 1px solid #329e0e!important; background: #32c718!important;background-image: linear-gradient(to bottom, #32c718, #37a712)!important; color: #fff!important; padding: 0 15px !important;} .btn-gray{border: 1px solid #ddd !important; background: #f6f6f6 !important; color: #828282 !important;padding:0 15px !important;} .lsbtn-120{border-color: #329e0e; background: #37ab13; color: #fff;background-image: linear-gradient(to bottom, #32c718, #37a712); width:120px;} .hsbtn-78{border-color: #730001; background: #c33334; color: #fff;background-image: linear-gradient(to bottom, #c94748, #aa0809); width:78px;} .u-antt a.f-bulebtn,{border-color: #1580b7; background: #1589b8; color: #fff;background-image: linear-gradient(to bottom, #189bc7, #1275a7); width:100px;} .bulebtn{border-color: #1580b7; background: #1589b8; color: #fff;background-image: linear-gradient(to bottom, #189bc7, #1275a7); } .m-ddbgct{ background: #f3f6fa; padding: 10px;} .m-ddh{ border: 1px solid #d5d5d5;} .m-ddh .f-tt{ border-bottom: 1px solid #d5d5d5; line-height: 43px; font-size: 14px; padding-left: 20px;} .m-porbar{ background: #fff; height: 131px; position: relative; padding: 0 15px; overflow: hidden;} .m-porbar .f-bar{ height: 6px; background: #ccc; border-radius: 5px; width: 100%; margin-top: 44px; float: left;} .m-porbar .m-barlst{ width: 97%; position: absolute; top: 35px; z-index: 2; *left: 15px;} .m-porbar .m-barlst li{ float: left; width: 25%; color: #ccc; position: relative;} .m-porbar .m-barlst li .num{ width: 24px; height: 24px; border-radius: 100%; text-align: center; line-height: 24px; color: #fff; display:block; background: #ccc; margin: 0 auto; z-index: 5;} .m-porbar .m-barlst li.on{ color: #7abd54;} .m-porbar .m-barlst li.on .num{ background: #7abd54;} .m-porbar .m-barlst li.on .f-lsbar{height: 6px; background: #7abd54; border-radius: 5px; width: 100%; position: absolute; top: 10px; z-index:-1;*left:0px;} .m-ordergk .u-tt{ width: 100%; height: 45px; overflow: hidden;} .m-ordergk .u-tt span.fl{ line-height: 45px;} .m-taborder{ width: 525px; overflow: hidden;} .m-taborder table{ width: 100%; border: 1px solid #d5d5d5;} .m-taborder table td{border: 1px solid #d5d5d5; line-height: 40px;} .m-mjbz{ width:400px; background: #f0f0f0;} .m-mjbz .f-tt{ height: 40px; line-height: 40px; background: #b40001; color: #fff; font-size: 14px; padding-left: 20px;} .m-mjbz .m-txtbox{ border: 1px solid #d5d5d5; border-top: none; padding: 15px;} .m-mjbz .m-txtbox .f-bztxt{border: 1px solid #d5d5d5; border-radius: 5px; background: #fff; height: 215px; resize:none; width: 100%; box-sizing:border-box; padding: 10px; line-height: 20px;} .u-orderlstnav ul{ padding-top: 8px;} .u-orderlstnav li{ float: left; height: 30px; line-height: 30px; width: 125px; background: #b40001; margin-left: 4px; text-align: center; font-size: 14px;} .u-orderlstnav li.on{ background: #f3f6fa;} .u-orderlstnav li a{ display: block; color: #fff;} .u-orderlstnav li.on a{ color: #555;} /*状态栏隐藏框*/ .m-ztbox{ border: 1px solid #ccc; background: #fff; position: absolute; top:34px; left: 0; padding: 0 10px; z-index: 10000; width: 77px;} .m-ztbox a{ line-height: 35px; border-bottom: 1px solid #ccc; color: #6c6c6c; display: block; text-align: center;} .m-ztbox .dwsj{ background: url(../images/ico/dbsj.png); position: absolute; left: 50%; top: -6px; display: block; width:9px; height: 6px; } /**/ .sebox{border: 1px solid #ddd;height:30px;width: 261px;margin-top: 6px;box-shadow: 1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset;outline: none; margin-top: 0; padding: 5px;} .m-ycejmenu{ background: #fff; width: 100%; background: #fff;} .m-ycejmenu a{ display: block; border-bottom: 1px solid #ccc; line-height: 40px; background: url(../images/ejlian.png) no-repeat left bottom; padding-left: 50px; color: #ccc;} .m-ycejmenu a:hover{ color: #e43e42;} /*人流量报表*/ .m-bbct{ padding: 0 15px; overflow: hidden;} .m-boxct{background: #f3f6fa;border:1px solid #ccc; border-top:none; padding-bottom: 50px;} .m-bbct img{ display: block; width: 100%;} .m-ltbox{ background: #fff; border: 1px solid #ccc; height: 231px; border-radius: 3px; padding: 10px 15px; color: #555; line-height: 20px;} .u-dhlst{ position: absolute; bottom: 7px;} .m-dhsrbox{ width: 100%; overflow: hidden; height: 35px; background: #fff; margin-top: 10px;} .m-dhsrbox .u-dhbox{ border: 1px solid #ccc; width: 283px; height: 33px;} .m-dhsrbox .u-dhbox input{ width: 245px; height: 33px; border:none; padding-left: 10px;} .m-dhsrbox .u-dhbox >i{ position: absolute; right: 6px; top: 6px; font-size: 20px; color: #ccc;} .u-lttjbtn{ display: block; width: 82px; height: 33px; border: 1px solid #ccc; background: #ff9900; color: #fff; font-size: 14px; text-align: center; line-height: 32px; border-left: none;} .u-cpshw2{ width:200px !important;} /*营销管理活动*/ .m-yxactjd img{display: block; width: 100%;} .m-actszct{ border: 1px solid #ccc; background: #fff; color: #555;} .f-actszlst{ border-bottom: 1px solid #ccc; height:40px; line-height: 40px;} .f-actszlst span.fl.tc{ width: 119px; border-right: 1px solid #ccc;} .m-tjszqy{height: 356px; overflow-x:hidden; overflow-y:auto;} .m-tjlstct{border: 1px solid #ccc;} .m-tjlstct .u-iptboxct input{ width: 60px; text-align: center; padding: 0; margin-top: 5px; float: none;} .m-tjitem{ background: #fcfcfc;} .m-tjitem li{ float: left; width: 33%; padding: 10px 0;} .m-tjtwjs img{ display: block;} .tjszbtn{ background: #f6f6f6; border: 1px solid #ccc; text-align: center; line-height: 30px; width: 230px; border-radius: 3px; color: #828282; display: block; margin: 15px auto;} /*新增营销活动二*/ .m-sstjct{ border: 1px solid #dcdcdc; background: #fff; position: absolute; top:38px; left: 0; width: 260px; padding: 10px; color: #858585;} .m-sstjct .f-seebtn{position: initial;background:#f9f9f9; color: #858585; width:80px;} /*新增营销活动三*/ .m-hdtab table{ width: 100%;border: 1px solid #ccc; background: #fff; border-bottom: none;} .m-hdtab table td{border: 1px solid #ccc; color: #555; padding: 10px 0;} .m-hdtab .f-js{ color: #fff; background: #bababa; border-radius: 3px; width: 45px; height: 20px; line-height: 20px; text-align: center; display: block; position: absolute; right: 20px; bottom: 0px;} /*新增营销活动类型*/ .m-actlx{ margin-left: -15px;} .m-actlx li{ width: 160px; margin-left: 15px; margin-bottom: 15px; float: left;} .m-actlx li img{ display: block; width: 100%;} .m-yxgltab table .u-cpshw{ width: 200px;} .m-yxgltab2 table .u-cpshw{ width: 250px; margin-top: -6px;} .m-yxgltab2 table .u-cpshw a{ color: #404089;} /*拒绝退款弹框*/ .tktexta{ border: 1px solid #ccc; width:237px; height: 70px;box-shadow: 1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset; resize:none; padding: 10px;} .m-pzanbtn{ display:inline-block; border: 1px solid #dcdcdc; background: #f5f5f5;background-image: linear-gradient(to bottom, #f7f7f7, #f4f3f3); width: 80px; text-align: center; line-height: 25px; border-radius: 3px; color: #828282;} .m-pzlst{ width: 100%;} .m-pzlst .u-pztp{ width:80px; margin-left:20px; float: left; margin-bottom: 15px;} .m-pzlst .u-pztp img{display: block; width: 100%; height: 72px;} .m-pzlst .m-bjscct{ border: 1px solid #ccc; line-height: 30px; height: 30px;} .m-pzlst .m-bjscct a{ color: #999; width: 39px;text-align: center; display: inline-block; float: left;} .m-pzlst .m-bjscct a.bj{ width: 38px; border-right: 1px solid #ccc;} /*简介textarea*/ .jstext{ border: 1px solid #ddd; resize:none; width: 590px; height: 130px; padding: 15px;box-shadow: 1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset;} .m-zyct{ border: 1px solid #dbdbdb; background: #f3f6fa; padding: 10px; color: #a05e01; font-size: 12px; border-radius: 3px;} .m-hqyzm{ margin-top: 63px;} .m-hqyzm input{ border: 1px solid #ccc; width: 197px; line-height: 20px; padding: 8px 30px 8px 10px;} /*消息提示弹框*/ .g-showbox{ width: 100%;height: 100%; min-height: 1px; background: url(../images/zzbg.png) repeat;width: 100%;position: absolute;top: 0;left: 0; } .m-showbox{ width: 220px; height: 90px; position: absolute; left: 50%; top: 50%; margin-left: -110px; margin-top: -45px; background: #fff; line-height: 90px; color: #00a508;} .g-showbox .exit{ position: absolute; right: 10px; top: 10px; font-size: 18px; color: #555;} /*提现记录*/ .m-txect li{ width: 348px; height:64px; padding: 10px; border: 1px solid #ccc; background: #fcfcfc; position: relative;} .m-txect li .m-txtt{ margin-left: 74px; color: #555;} .m-txect li .tx{ position: absolute; font-size: 18px; color: #ccc; right: 10px; bottom: 15px;} .m-txzhlst li{ width: 100%; height: 184px; color: #fff; margin-bottom: 15px;} .m-txzhlst li.tx1{ background: url(../images/yh1.png) no-repeat center;} .m-txzhlst li.tx2{ background: url(../images/yh2.png) no-repeat center;} .m-txzhlst li.tx3{ background: url(../images/yh3.png) no-repeat center;} .m-txzhlst li.tx4{ background: url(../images/yh4.png) no-repeat center;} .m-txzhlst li.tx5{ background: url(../images/yh5.png) no-repeat center;} .m-txzhlst li.tx6{ background: url(../images/yh6.png) no-repeat center;} .m-txzhlst li.tx7{ background: url(../images/yh7.png) no-repeat center;} .m-txzhlst li .m-txjett{ margin-left: 126px; padding: 20px 0;} /**/ .f-ipt120{ width: 120px !important;} .f-ipt80{ width: 80px !important;} .u-fitem{line-height: 30px;margin-bottom: 20px;} .u-fitem span,.u-fitem label{ display: inline-block;} .u-fitem label{margin-right:20px;} .f-delete{ position: absolute;top: 0; right: 0px; background: rgba(0,0,0,0.5); padding: 3px; border-radius: 100%; color: #fff; width: 16px; height: 16px; text-align: center; line-height: 16px;} .u-ttarea{border: 1px solid #ddd;box-shadow: 1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset; width: 528px; height: 68px; resize:none; padding: 6px;} .search-row{margin:8px 0 8px 0; padding:0 8px;} .search-row .u-fitem{display: inline-block; vertical-align: top; margin:0 8px 0 0; *float: left;} .search-row .f-tt{display: inline-block; padding-right:5px;*float: left;} .search-row .f-boxr{display: inline-block; *float: left;} .list-btns{background: #f3f6fa; padding:15px 8px;} .list-btns a.btn{height:28px; link-height:28px;} .search-row .u-ipttext{width: 120px;padding-right: 5px;} .multiple-select{height:auto;} /*上传图片列表*/ .m-tpyllst{width:580px;} .m-tpyllst li{ float: left; width: 129px; margin:5px 5px; position: relative; height: 84px; border:solid 1px #ccc;} .m-tpyllst-img{width:100%;height:84px;display: block; overflow:hidden; line-height:84px; text-align: center;} .m-tpyllst-img img{max-width:100%; max-height:84px;border:none;} .m-tpyllst-btn{position: absolute; /*background: rgba(190,190,190,0.7);*/ background: url(../images/zzbg.png) repeat; bottom: 0; left:0; width:100%; height:30px;line-height: 30px; color: #fff; width: 100%; text-align:center;} .m-tpyllst li a.image-delete{position: absolute; top:0; right:0; background:rgba(0,0,0,0.8);padding: 3px;color: #fff;width: 16px;height: 16px;text-align: center;line-height: 16px; border-radius:0 0 0 5px;} .m-tpyllst li .image-add-btn{height:84px; font-size:16px; line-height:84px;} /*操作提示*/ .m-tip{ border: 1px solid #ccc; padding: 20px; color: #555;} .m-tip .imgfl{ display: block; width: 50px; height: 50px;} .m-tip .m-tipct{ line-height: 25px;margin-left: 70px;} .m-tip a{ color: #007ebf;} .tr-odd td{background:#f9f9f9;} .m-ddl{ border: 1px solid #d5d5d5; margin-bottom:10px;} .m-ddl dt{ border-bottom: 1px solid #d5d5d5; line-height: 43px; font-size: 14px; padding-left: 20px; background: #f3f6fa;} .m-ddl dd{ background: #fff; position: relative; padding:15px 0;} .m-dl-inline dt{font-weight: bold;} .m-dl-inline dd{word-wrap:break-word; word-break:break-all; white-space : normal;} /*新增页面样式*/ .m-bbtipct{ padding: 30px 80px 0 80px;} .m-bbtipct .f-btt{ width: 170px; overflow: hidden;} .m-bbtipct .f-btt>p{ height: 19px; line-height: 19px;} .m-bbtipct .bbfkico{ width: 13px; height: 13px; display:inline-block;} .vm{ vertical-align: middle;} .m-btb{ width:180px;} .m-btb table{ width: 100%; border: 1px solid #ccc; color: #555;} .m-btb table td{ padding: 0;} .m-btb table td,.m-btb table th{border: 1px solid #ccc; line-height:25px; text-align: center;} .m-btb table th{ font-weight: normal; background: #f9f9f9;} .m-biaoqy{ padding-left: 20px;} .m-biaoqy img{ display: block; margin-right: 0 auto;} .m-zxnavct{ width: 100%; overflow: hidden;} .m-zxnavct ul{ margin-left: -25px;} .m-zxnavct li{ width: 220px; float: left; margin-left: 25px; height: 85px;} .m-zxnavct li.ls1{ background: url(../images/zx1.png) no-repeat;} .m-zxnavct li.ls2{ background: url(../images/zx2.png) no-repeat;} .m-zxnavct li.ls3{ background: url(../images/zx3.png) no-repeat;} .m-zxnavct li.ls4{ background: url(../images/zx4.png) no-repeat;} .m-zxnavct li.ls5{ background: url(../images/zx5.png) no-repeat;} .m-zxnavct li a{height: 100%; color: #fff; display: block;} .m-zxnavct li a>b{display: block;} .m-ddsjct{ margin-top: 35px;} .m-ddsjct .f-tt{ line-height: 35px;} .m-ddsjct .f-tt li{float: left; height: 23px; line-height: 23px; border: 1px solid #ccc; background: #fff; margin-right: 10px; border-radius: 3px; margin-top: 5px;} .m-ddsjct .f-tt li a{ color: #555; display: block; padding: 0 15px;} .m-ddsjct .f-tt li.on{ background: #e4e4e4;} .m-orderct{ padding: 5px 10px 50px 10px;} .u-orderct{ border: 1px solid #ccc; border-radius: 5px; padding: 10px; overflow: hidden;} .u-orderct img{display: block; margin: 0 auto;} /*1.9首页样式*/ .m-statistics-info{} .m-account-info{} .m-system-info{} .ds-new{margin: 10px 0;} .ds-new .title{background: #cdcdcd;padding: 5px 10px;} .ds-new table {width:100%;margin:10px 0;border:1px solid #aaaaaa;border-collapse: collapse;} .ds-new table td{border:1px solid #ddd;padding:5px 10px;text-align: center;line-height: 2em;vertical-align: middle !important;} .ds-new table .bold td{font-weight: bold;line-height: 2em;} .ds-new table td.tar{text-align: right;} .ds-new table td.tal{text-align: left;} /*导航旋转动画*/ .m-stnav .fa-chevron-down,.u-nav li i,.m-zhsztt .fa-sort-desc{ -webkit-transition: 0.3s; -webkit-transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; } .m-stnav:hover .fa-chevron-down{ transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); } .u-nav li:hover i{ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=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) } .m-zhsztt:hover .fa-sort-desc{ transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); } /*datepicker*/ .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 35%;} /*预约时间管理*/ .m-timeglct{ border: 1px solid #ddd; margin: 20px 0 20px 0;} .m-timeglct .f-tt{ line-height: 44px;height: 44px; background: #f3f6fa; border-bottom: 1px solid #ddd; width:100% !important; } .m-timlst{ border: 1px solid #ddd; margin-bottom: 20px; font-size: 14px;} .m-timlst .u-timshow{padding: 8px 15px; padding-right: 100px; overflow: hidden; } .m-timlst .u-timshow>p{ line-height: 20px;} .u-czct{ position: absolute; right: 15px; top: 15px;} .u-czct >span{display: inline-block; font-size: 12px; cursor: pointer;} .u-czct >span a{ color: #9f0000;} .u-czct .f-edit,.u-czct .f-edit a{ color: #8bc4ea;} .u-czct .f-delet,.u-czct .f-delet a{ color: #9f0000;} .updatetime { width: 66%;} /*添加编辑*/ .m-bjtimbox{ border: 1px solid #ddd; margin: 20px 0 20px 0;} .m-bjtimbox .f-tt{ line-height: 44px;height: 44px; background: #f9f9f9; border-bottom: 1px solid #ddd;} .m-zhouct{ border-bottom: 1px solid #ddd; line-height: 67px; vertical-align: middle;} .m-zhouct label{vertical-align: middle; margin: 0 15px;} .m-zhouct label input{ margin-right: 5px;} .m-sjdct{ padding: 15px; height: 100%; overflow-y:auto; overflow-x:hidden; border-bottom: 1px solid #ddd;} .m-sjdct li{float: left; border: 1px solid #ddd; width: 128px; height: 28px; line-height: 28px; margin: 8px 20px; text-align: center; cursor: pointer; position: relative;} .m-sjdct li>i{ background: url(../images/ico/gou.png) no-repeat; width: 22px; height: 22px; position: absolute; right: -5px; top: -7px;display: none; z-index: 2; } .m-sjdct li.on{ background: #1a8ab7; color: #fff;} .m-sjdct li.on i{display: block !important;} /*小区管理*/ .m-ssxqlst{ width: 459px; max-height: 200px; overflow-y:auto;overflow-x:hidden; margin:15px auto; /*border: 1px solid #ccc;*/} .m-ssxqlst li{padding-left: 15px; line-height: 35px; border-bottom: 1px solid #ddd; font-size: 14px;} .m-ssxqlst li.last{ border-bottom: none;} .m-ssxqlst li:hover{ background: #e9e9e9; cursor: pointer;} .m-ssxqlst ul#searchResult li.on{background: #e9e9e9;} /*指派人员弹框*/ .f-bluebtn{ background: #1584b3;background-image: linear-gradient(to bottom, #1899c5, #1274a6); line-height: 24px; border-color: #288abc; padding: 0 15px;height: auto;} .g-zprybox{background: url(../images/zzbg.png) repeat; width: 100%; position: absolute; top: 0; left: 0; height: 100%;z-index: 100;} .x-zprytk{width: 560px; padding: 20px 20px 30px; background: #fff; position: absolute; top: 200px; left: 50%; margin-left: -300px; color: #555;} .x-zprytk p{font-weight: bold; margin-bottom: 5px;} .x-rylst{width: 580px;} .x-rylst li{width: 123px; height: 28px; border: 1px solid #ddd; font-size: 12px; color: #000; cursor: pointer; text-align: center; line-height: 28px; float: left; margin: 0 20px 20px 0; position: relative;} .x-rylst li.on{border: 1px solid #1588b6; background: #1588b6; color: #fff;} .x-rylst li.on i{width: 22px; height: 22px; background: url(../images/ico/gou.png) no-repeat;display: inline-block; position: absolute;right: -5px; top: -7px; z-index: 2;} .x-rylst li.btn{padding: 0; color: #fff;} .x-zprytk textarea{width: 540px; height: 90px; border: 1px solid #ddd; resize:none; padding: 10px; margin-bottom: 20px;} .x-zprytk input[type="text"]{width: 250px; height: 28px; border: 1px solid #ddd; padding: 0 10px; margin: 0 10px 0 20px;} .x-zprytk span{font-weight: normal;} .x-zprytk .tj{width: 80px;margin-right: 20px; background: #35b415; border-radius: 3px; text-align: center;background-image: linear-gradient(to bottom, #32c718, #37a712); color: #fff; display:inline-block; font-size: 14px; border: 1px solid #329e0e;padding: 0;} .x-zprytk .qx{width: 80px; padding: 0;} /*规格*/ .ax_list{float: left;width: 100%;} /*产品*/ .ax_name{float: left;margin-top: 20px;width:100px;height: 16px;text-align: right;} .ax_select {float: left;width: 232px;} .ax_input {margin-left: 0px;margin-margin-left: 100px;margin-top: 16px;width: 232px;height: 30px;} /*属性*/ .ax_nature {margin-left: 100px;margin-top:14px;} .ax_cell {margin-left: 0px;margin-top: 0px;width: 808px;height: 46px;border:1px solid #ccc;padding: 8px 0;line-height: 30px;border-bottom:0; } .ax_cell:last-child{border-bottom:1px solid #ccc; } .ax_grid{float: left;width: 83px;height: 30px;border:1px solid #ccc;margin-left: 10px;} .ax_cell span{float: left;padding-left:10px;} .ax_cell a{float: left;padding-left:10px;text-decoration:underline;cursor: pointer;} .ax_grid button{width: 28px;height: 29px;background: #656565;float: right;font-size: 28px;color: #fff;border: 1px solid #656565;} .ax_price{border: 0;float: left;font-size: 14px;text-align: center;color: #656565;width: 52px;height: 27px;} .ax_popup{width: 386px;height: 82px;border: 2px solid #000000;border-radius:8px;color: #999999;position: absolute;background: #fff;margin-left:700px;margin-top: -26px; padding: 10px 10px;display: none;} .ax_import{height: 42px;} .ax_import input{height: 42px;border: 1px solid #ccc;width: 244px;color: #464646;} .ax_no{width: 48px;margin-left:6px;margin-right: 6px;height: 30px;border: 1px solid #797979;background: #bcbcbc;color: #fff;border-radius: 4px;} .ax_yes{width: 48px;height: 30px;border: 1px solid #797979;background: #f9f9f9;color: #333;border-radius: 4px;} /*售价*/ .ax_insert{margin-left: 100px;margin-top:14px;height: 30px;line-height: 30px;} .ax_insert input{height: 30px;width: 102px;border: 1px solid #ccc;} .ax_insert button{height: 32px;width: 85px;border-radius:4px;border: 1px solid #ccc;margin-left: 5px;} /*表格*/ .ax_table{margin-left: 100px;margin-top:14px;border: 1px solid #e4e4e4;} .ax_table th{width: 116px;height: 30px;text-align: center;border: 1px solid #e4e4e4;} .ax_table td{width: 116px;height: 30px;text-align: center;border: 1px solid #e4e4e4;} .ax_table td input{width: 87px;height: 22px;border: 1px solid #a9a9a9;text-align: center;} /*表格2*/ .ax_table_div{margin-left: 100px;margin-top:14px;} .ax_table_div .ax_tr{width: 116px;text-align: center;float:left;line-height: 30px;border:1px solid #e4e4e4;border-bottom:0;border-right:0;} .ax_table_div .ax_tr:last-child{border-right:1px solid #e4e4e4;} .ax_tr .ax_th{width: 116px;text-align: center;border-bottom:1px solid #e4e4e4;float:left;line-height: 29px;font-weight: bold;} .ax_tr .ax_td{width: 116px;text-align: center;border-bottom:1px solid #e4e4e4;float:left;line-height: 29px;} .ax_tr .ax_td input{width: 87px;height: 22px;border: 1px solid #a9a9a9;text-align: center;}
public/css/yzht.css
body{background: #e4e4e4;font-size: 13px; position: relative;} .blank1 {clear:both; height:1px; overflow:hidden; display:block;} .blank5 {clear:both; height:5px; overflow:hidden; display:block;} .blank10 {clear:both; height:10px; overflow:hidden; display:block;} .blank15 {clear:both; height:15px; overflow:hidden; display:block;} .blank20 {clear:both; height:20px; overflow:hidden; display:block;} .blank25 {clear:both; height:25px; overflow:hidden; display:block;} .ff5{ color: #ff5011 !important;} .hcolor{color: #535454 !important;} .red{ color: #9f0000 !important;} .gray{color: #999 !important;} .blu{ color: #8bc4ea !important;} a:hover{ text-decoration: none;} .u-rtt a:visited{color: #333} .por{ position:relative;} .bort{ border-bottom: 1px solid #ccc;} .disabled{color:#999!important;} img.disabled{ -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: url(filters.svg#grayscale); filter: gray; } /*状态栏*/ .g-state{ height: 35px; line-height: 35px; color: #8b8b8b; background: #f5f5f5;} .g-state .ma{ padding-left:10px;} .m-stnav li{ float: left; margin-right: 15px; position: relative;} .m-stnav li .f-tt{ display: block; cursor: pointer;} /*导航栏*/ .g-nav{ width: 100%; height: 58px; background: #b40001; border-bottom: 2px solid #d22527;} .g-nav .w1000{background: #b40001; border-bottom: 2px solid #d22527;} .m-logo { width: 203px;text-align: center;height: 58px;line-height: 58px;display: block;} .m-logo img,.s-logo img{max-height: 58px;vertical-align: middle;} .g-nav .u-nav{ float: left;} .g-nav .u-nav li{ float: left; color: #fff; line-height: 58px; font-size: 15px; margin-right: 10px;} .g-nav .u-nav li a{ color: #fff; display: inline-block; line-height: 38px; height: 38px; margin-top: 5px; padding: 0 15px; border-radius: 5px;} .g-nav .u-nav li i{ margin-right: 5px;} .g-nav .u-nav li.on a{ background: rgba(255,255,255,0.3);} /*body*/ .g-bd .w1000{ background: #fff;border-top: 1px solid #d1d1d1;} table#tab-frame{width:100%;} table#tab-frame td{vertical-align: top;} tr.curt td{background: #f7f7f7;} .tab-dasb tr.curt td{background: transparent;} #tab-frame table tr td{vertical-align: middle;} .u-lfslider{ width: 200px; background: #eeedf3; border: 1px solid #d1d1d1;border-top: 0;border-bottom: 0; padding-bottom: 35px;} .u-lfslider li{width: 100%; *float: left;} .u-lfslider li .f-tt{height: 50px; line-height: 50px; font-size: 14px; color: #404054; border-bottom: 1px solid #d9d9d9; padding-left: 4px; cursor: pointer; position: relative; overflow: hidden;} .u-lfslider li a{color: #404054;} .u-lfslider li i.fr{ margin-top: 17px;} .u-lfslider li.on .f-tt{ border-bottom: 1px solid #e33a3d; border-left: 4px solid #e33a3d; padding-left: 0; background: #fff; padding-right: 1px;} /*right*/ .u-frct{ width: 100% !important;background: #fff;} .u-rtt{ height: 37px; width: 100%; background: #f9f9f9; margin: 10px 0; line-height: 37px; color: #666; font-size: 14px;} .u-ssct{border: 1px solid #d5d5d5; background: #f9f9f9; margin-bottom: 10px;} .f-sele{ margin: 6px 15px 0px 15px; height: 30px; width: 123px; padding:5px 10px; line-height: 20px; box-sizing:border-box;} .u-iptboxct{ position: relative;} .u-iptboxct input[type="text"],.u-ipttext{border: 1px solid #ddd; height: 28px; padding-right: 6px; width: 220px;box-shadow:1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset; padding-left: 6px;vertical-align: middle; *line-height: 28px;} .f-seebtn{ display: block; width: 60px; height: 28px; line-height: 28px; text-align: center; border: 1px solid #ddd; color: #666; font-size: 14px; background: #fff; margin-top: 6px;} .u-ssct label,.u-ssct input[type="checkbox"]{ display: inline;} .u-spnav{ width: 100%; height: 38px; line-height: 38px; background: #e43e41; color: #fff; font-size:14px; font-weight: bold;} .u-antt,.u-antt2{ width: 100%; height: 58px; line-height: 58px; background: #f3f6fa;} .u-antt a{ display: inline-block; border: 1px solid #ddd; background: #f6f6f6; width: 78px; height: 28px; line-height: 28px; text-align: center; font-size: 14px; color: #828282; border-radius: 3px;} .u-antt a.on,.btn.on{ border-color: #329e0e; background: #37ab13; color: #fff;background-image: linear-gradient(to bottom, #32c718, #37a712);} .m-tab{ width: 100%;} .m-tab table{ width: 100%; table-layout:fixed;} .m-tab table td{ border: 1px solid #ddd; padding:8px;} .m-tab table thead td{ line-height: 37px; background: #ececec;background-image: linear-gradient(to bottom, #f7f7f7, #eeeeee); text-align:center; padding:0 8px;} .m-tab table label,.m-tab table input[type="checkbox"]{} .m-tab table tbody td{font-size: 12px;text-align: center;} .m-tab table .f-img{ display: block; width:56px; } .m-tab table .u-cpshw{ width: 285px; overflow: hidden;text-align: left;} .m-tab table .u-cpshw a{ display: block; line-height: 25px; color: #8d40a6; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;} /*分页*/ .m-fyct{ height: 60px; border-bottom: 1px solid #ddd; background: #f3f6fa; width: 100%;} .m-fycon a {width: 30px;height: 30px;text-align: center;line-height: 30px;border: 1px solid #ccc;display: inline-block;color: #063875;background-color: #fff;*float: left; *margin-left: 8px;} .m-fycon a.on, .m-fycon a:hover{background-color: #fa575a; color: #fff;} /*分类管理*/ .u-tahd{line-height: 37px;background: #ececec;background-image: linear-gradient(to bottom, #f7f7f7, #eeeeee);border: 1px solid #ddd; font-size: 14px;} .u-tahd >div span{display: block;border-right: 1px solid #ddd;} .border-no{ border: none;} .u-tabd .u-flt1{background: #f9f9f9;line-height: 37px;border: 1px solid #ddd;border-top: none;} .u-tabd .u-flt1 >div span{display: block;border-right: 1px solid #ddd;} .u-tabd .u-flt2{background: #fff;line-height:24px;border: 1px solid #ddd;border-top: none;} .f-nb span{ display: inline-block !important; border-right: none !important;} .f-nb a{ color: #428bca;} /*概况*/ .m-gknav{ border-bottom: 1px solid #ddd; } .m-gknav li{ width:199px; border-right: 1px solid #ddd;text-align: center; float: left; font-size: 14px;line-height: 44px; height: 44px; padding: 17px 0;} .m-gknav li p{ line-height: 22px;} .m-gknav li.f-gkbg{ background: url(../images/gkbg.png) no-repeat left top;} .m-fksjct{ width: 570px;} .m-fksjct .f-tt{ line-height: 40px; font-size: 14px;} .m-sjct{ border: 1px solid #ddd; padding: 10px; margin-left: 10px; border-radius: 5px;} .m-sjct img{ display: block; width: 100%;} .m-kzggct{ width: 397px; margin-right: 10px;} .m-kzggct .f-tt{ line-height: 40px; font-size: 14px;} .m-kzggct .m-sjct ul{ width: 100%;} .m-kzggct .m-sjct ul li{ padding-left: 15px; border-bottom: 1px solid #ddd; line-height: 55px;color: #4b4b4b;} .m-kzggct .m-sjct ul li a{ color: #4b4b4b;} .m-kzggct .m-sjct ul li a:hover{ color: #404089;} /*添加服务*/ .m-yjlm{ width: 352px; border: 1px solid #ddd; background: #fff;} .m-yjlm .u-boxct{ height: 33px; background: #f9f9f9; padding: 5px;} .m-yjlm .f-yjlmtt{ height: 37px; line-height: 37px; border:solid #ddd; background: #f3f3f3;background-image: linear-gradient(to bottom, #f7f7f7, #ededed); border-width: 1px 0 2px 0; color: #4b4b4b; font-size: 14px;} .m-yjlst{ width: 100%; height: 350px; overflow-y:auto;overflow-x:hidden;} .m-yjlst li{line-height: 34px; padding-left: 15px; cursor: pointer;} .m-yjlst li:hover,.m-yjlst li.odd:hover{ background: #438aca; color: #fff;} .m-yjlst li.odd{ background: #f9f9f9;} .f-sjjj{ line-height: 435px; width:37px; font-size: 16px;} .u-addspbtn{background: url(../images/btn1.png) no-repeat; width: 101px; height: 37px; text-align: center; line-height: 37px; color: #fff; font-size: 14px; display: block; margin: 25px 0;} .u-addspbtn2{background: url(../images/btn2.png) no-repeat; width: 101px; height: 37px; text-align: center; line-height: 37px; color: #fff; font-size: 14px; display:inline-block; margin: 25px auto;} .m-spboxlst{ width: 100%;} .m-spboxlst li{ line-height: 30px; margin-bottom: 20px;} .m-spboxlst .f-tt{float:left; display:block; width: 100px; text-align: right; padding:0 5px 0 0;} .m-spboxlst .f-boxr{float:left; display:inline-block;} .tjggbtn{ background: #f6f5f5;background-image: linear-gradient(to bottom, #f7f7f7, #f4f3f3); display: block; width: 80px; height: 28px; line-height: 28px; border: 1px solid #ddd; color: #666; text-align: center;} .tjggbtn2{ background: #f6f5f5;background-image: linear-gradient(to bottom, #f7f7f7, #f4f3f3); display: inline-block;height: 28px; line-height: 28px; border: 1px solid #ddd; color: #828282 !important; text-align: center; padding: 0 15px; border-radius: 2px; font-size: 12px !important;} .m-ggct{ width: 384px;} .m-ggct table{ width: 100%; border: 1px solid #ddd;} .m-ggct table thead td{line-height: 37px; background: #ececec;background-image: linear-gradient(to bottom, #f7f7f7, #eeeeee); text-align: center;} .m-ggct table td{ border: 1px solid #ddd;} .m-ggct table tbody td{font-size: 12px; padding: 0; line-height: 30px; text-align: center;} .sle{border: 1px solid #ddd; height:30px; line-height: 30px; padding:5px 3px; vertical-align: middle;} /*添加服务弹框*/ .g-addspbox{background: url(../images/zzbg.png) repeat; width: 100%; position: absolute; top: 0; left: 0; height: 100%; min-height: 1px;z-index: 100;} .m-addsptk{ width: 420px; border: 1px solid #ddd; background: #fff; position: absolute; top:30%; left: 50%; margin-left: -210px;} .m-addsptk .f-tt2{ height: 34px; line-height: 34px; border-bottom: 1px solid #ddd; background: #f9f9f9;;background-image: linear-gradient(to bottom, #f7f7f7, #eeeeee); text-align: center; font-size: 14px; font-weight: bold; } .f-yztip{ display: inline-block; line-height: 20px;} /*订单详情*/ .m-qpct{ padding: 15px 22px 35px 22px;} .btn{display: inline-block; border: 1px solid #ddd; background: #f6f6f6; height: 30px; line-height: 30px;*line-height:22px; text-align: center; font-size: 14px; color: #828282; border-radius: 3px; vertical-align: bottom; padding:0 15px; cursor:pointer;} .btn-green{border: 1px solid #329e0e!important; background: #32c718!important;background-image: linear-gradient(to bottom, #32c718, #37a712)!important; color: #fff!important; padding: 0 15px !important;} .btn-gray{border: 1px solid #ddd !important; background: #f6f6f6 !important; color: #828282 !important;padding:0 15px !important;} .lsbtn-120{border-color: #329e0e; background: #37ab13; color: #fff;background-image: linear-gradient(to bottom, #32c718, #37a712); width:120px;} .hsbtn-78{border-color: #730001; background: #c33334; color: #fff;background-image: linear-gradient(to bottom, #c94748, #aa0809); width:78px;} .u-antt a.f-bulebtn,{border-color: #1580b7; background: #1589b8; color: #fff;background-image: linear-gradient(to bottom, #189bc7, #1275a7); width:100px;} .bulebtn{border-color: #1580b7; background: #1589b8; color: #fff;background-image: linear-gradient(to bottom, #189bc7, #1275a7); } .m-ddbgct{ background: #f3f6fa; padding: 10px;} .m-ddh{ border: 1px solid #d5d5d5;} .m-ddh .f-tt{ border-bottom: 1px solid #d5d5d5; line-height: 43px; font-size: 14px; padding-left: 20px;} .m-porbar{ background: #fff; height: 131px; position: relative; padding: 0 15px; overflow: hidden;} .m-porbar .f-bar{ height: 6px; background: #ccc; border-radius: 5px; width: 100%; margin-top: 44px; float: left;} .m-porbar .m-barlst{ width: 97%; position: absolute; top: 35px; z-index: 2; *left: 15px;} .m-porbar .m-barlst li{ float: left; width: 25%; color: #ccc; position: relative;} .m-porbar .m-barlst li .num{ width: 24px; height: 24px; border-radius: 100%; text-align: center; line-height: 24px; color: #fff; display:block; background: #ccc; margin: 0 auto; z-index: 5;} .m-porbar .m-barlst li.on{ color: #7abd54;} .m-porbar .m-barlst li.on .num{ background: #7abd54;} .m-porbar .m-barlst li.on .f-lsbar{height: 6px; background: #7abd54; border-radius: 5px; width: 100%; position: absolute; top: 10px; z-index:-1;*left:0px;} .m-ordergk .u-tt{ width: 100%; height: 45px; overflow: hidden;} .m-ordergk .u-tt span.fl{ line-height: 45px;} .m-taborder{ width: 525px; overflow: hidden;} .m-taborder table{ width: 100%; border: 1px solid #d5d5d5;} .m-taborder table td{border: 1px solid #d5d5d5; line-height: 40px;} .m-mjbz{ width:400px; background: #f0f0f0;} .m-mjbz .f-tt{ height: 40px; line-height: 40px; background: #b40001; color: #fff; font-size: 14px; padding-left: 20px;} .m-mjbz .m-txtbox{ border: 1px solid #d5d5d5; border-top: none; padding: 15px;} .m-mjbz .m-txtbox .f-bztxt{border: 1px solid #d5d5d5; border-radius: 5px; background: #fff; height: 215px; resize:none; width: 100%; box-sizing:border-box; padding: 10px; line-height: 20px;} .u-orderlstnav ul{ padding-top: 8px;} .u-orderlstnav li{ float: left; height: 30px; line-height: 30px; width: 125px; background: #b40001; margin-left: 4px; text-align: center; font-size: 14px;} .u-orderlstnav li.on{ background: #f3f6fa;} .u-orderlstnav li a{ display: block; color: #fff;} .u-orderlstnav li.on a{ color: #555;} /*状态栏隐藏框*/ .m-ztbox{ border: 1px solid #ccc; background: #fff; position: absolute; top:34px; left: 0; padding: 0 10px; z-index: 10000; width: 77px;} .m-ztbox a{ line-height: 35px; border-bottom: 1px solid #ccc; color: #6c6c6c; display: block; text-align: center;} .m-ztbox .dwsj{ background: url(../images/ico/dbsj.png); position: absolute; left: 50%; top: -6px; display: block; width:9px; height: 6px; } /**/ .sebox{border: 1px solid #ddd;height:30px;width: 261px;margin-top: 6px;box-shadow: 1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset;outline: none; margin-top: 0; padding: 5px;} .m-ycejmenu{ background: #fff; width: 100%; background: #fff;} .m-ycejmenu a{ display: block; border-bottom: 1px solid #ccc; line-height: 40px; background: url(../images/ejlian.png) no-repeat left bottom; padding-left: 50px; color: #ccc;} .m-ycejmenu a:hover{ color: #e43e42;} /*人流量报表*/ .m-bbct{ padding: 0 15px; overflow: hidden;} .m-boxct{background: #f3f6fa;border:1px solid #ccc; border-top:none; padding-bottom: 50px;} .m-bbct img{ display: block; width: 100%;} .m-ltbox{ background: #fff; border: 1px solid #ccc; height: 231px; border-radius: 3px; padding: 10px 15px; color: #555; line-height: 20px;} .u-dhlst{ position: absolute; bottom: 7px;} .m-dhsrbox{ width: 100%; overflow: hidden; height: 35px; background: #fff; margin-top: 10px;} .m-dhsrbox .u-dhbox{ border: 1px solid #ccc; width: 283px; height: 33px;} .m-dhsrbox .u-dhbox input{ width: 245px; height: 33px; border:none; padding-left: 10px;} .m-dhsrbox .u-dhbox >i{ position: absolute; right: 6px; top: 6px; font-size: 20px; color: #ccc;} .u-lttjbtn{ display: block; width: 82px; height: 33px; border: 1px solid #ccc; background: #ff9900; color: #fff; font-size: 14px; text-align: center; line-height: 32px; border-left: none;} .u-cpshw2{ width:200px !important;} /*营销管理活动*/ .m-yxactjd img{display: block; width: 100%;} .m-actszct{ border: 1px solid #ccc; background: #fff; color: #555;} .f-actszlst{ border-bottom: 1px solid #ccc; height:40px; line-height: 40px;} .f-actszlst span.fl.tc{ width: 119px; border-right: 1px solid #ccc;} .m-tjszqy{height: 356px; overflow-x:hidden; overflow-y:auto;} .m-tjlstct{border: 1px solid #ccc;} .m-tjlstct .u-iptboxct input{ width: 60px; text-align: center; padding: 0; margin-top: 5px; float: none;} .m-tjitem{ background: #fcfcfc;} .m-tjitem li{ float: left; width: 33%; padding: 10px 0;} .m-tjtwjs img{ display: block;} .tjszbtn{ background: #f6f6f6; border: 1px solid #ccc; text-align: center; line-height: 30px; width: 230px; border-radius: 3px; color: #828282; display: block; margin: 15px auto;} /*新增营销活动二*/ .m-sstjct{ border: 1px solid #dcdcdc; background: #fff; position: absolute; top:38px; left: 0; width: 260px; padding: 10px; color: #858585;} .m-sstjct .f-seebtn{position: initial;background:#f9f9f9; color: #858585; width:80px;} /*新增营销活动三*/ .m-hdtab table{ width: 100%;border: 1px solid #ccc; background: #fff; border-bottom: none;} .m-hdtab table td{border: 1px solid #ccc; color: #555; padding: 10px 0;} .m-hdtab .f-js{ color: #fff; background: #bababa; border-radius: 3px; width: 45px; height: 20px; line-height: 20px; text-align: center; display: block; position: absolute; right: 20px; bottom: 0px;} /*新增营销活动类型*/ .m-actlx{ margin-left: -15px;} .m-actlx li{ width: 160px; margin-left: 15px; margin-bottom: 15px; float: left;} .m-actlx li img{ display: block; width: 100%;} .m-yxgltab table .u-cpshw{ width: 200px;} .m-yxgltab2 table .u-cpshw{ width: 250px; margin-top: -6px;} .m-yxgltab2 table .u-cpshw a{ color: #404089;} /*拒绝退款弹框*/ .tktexta{ border: 1px solid #ccc; width:237px; height: 70px;box-shadow: 1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset; resize:none; padding: 10px;} .m-pzanbtn{ display:inline-block; border: 1px solid #dcdcdc; background: #f5f5f5;background-image: linear-gradient(to bottom, #f7f7f7, #f4f3f3); width: 80px; text-align: center; line-height: 25px; border-radius: 3px; color: #828282;} .m-pzlst{ width: 100%;} .m-pzlst .u-pztp{ width:80px; margin-left:20px; float: left; margin-bottom: 15px;} .m-pzlst .u-pztp img{display: block; width: 100%; height: 72px;} .m-pzlst .m-bjscct{ border: 1px solid #ccc; line-height: 30px; height: 30px;} .m-pzlst .m-bjscct a{ color: #999; width: 39px;text-align: center; display: inline-block; float: left;} .m-pzlst .m-bjscct a.bj{ width: 38px; border-right: 1px solid #ccc;} /*简介textarea*/ .jstext{ border: 1px solid #ddd; resize:none; width: 590px; height: 130px; padding: 15px;box-shadow: 1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset;} .m-zyct{ border: 1px solid #dbdbdb; background: #f3f6fa; padding: 10px; color: #a05e01; font-size: 12px; border-radius: 3px;} .m-hqyzm{ margin-top: 63px;} .m-hqyzm input{ border: 1px solid #ccc; width: 197px; line-height: 20px; padding: 8px 30px 8px 10px;} /*消息提示弹框*/ .g-showbox{ width: 100%;height: 100%; min-height: 1px; background: url(../images/zzbg.png) repeat;width: 100%;position: absolute;top: 0;left: 0; } .m-showbox{ width: 220px; height: 90px; position: absolute; left: 50%; top: 50%; margin-left: -110px; margin-top: -45px; background: #fff; line-height: 90px; color: #00a508;} .g-showbox .exit{ position: absolute; right: 10px; top: 10px; font-size: 18px; color: #555;} /*提现记录*/ .m-txect li{ width: 348px; height:64px; padding: 10px; border: 1px solid #ccc; background: #fcfcfc; position: relative;} .m-txect li .m-txtt{ margin-left: 74px; color: #555;} .m-txect li .tx{ position: absolute; font-size: 18px; color: #ccc; right: 10px; bottom: 15px;} .m-txzhlst li{ width: 100%; height: 184px; color: #fff; margin-bottom: 15px;} .m-txzhlst li.tx1{ background: url(../images/yh1.png) no-repeat center;} .m-txzhlst li.tx2{ background: url(../images/yh2.png) no-repeat center;} .m-txzhlst li.tx3{ background: url(../images/yh3.png) no-repeat center;} .m-txzhlst li.tx4{ background: url(../images/yh4.png) no-repeat center;} .m-txzhlst li.tx5{ background: url(../images/yh5.png) no-repeat center;} .m-txzhlst li.tx6{ background: url(../images/yh6.png) no-repeat center;} .m-txzhlst li.tx7{ background: url(../images/yh7.png) no-repeat center;} .m-txzhlst li .m-txjett{ margin-left: 126px; padding: 20px 0;} /**/ .f-ipt120{ width: 120px !important;} .f-ipt80{ width: 80px !important;} .u-fitem{line-height: 30px;margin-bottom: 20px;} .u-fitem span,.u-fitem label{ display: inline-block;} .u-fitem label{margin-right:20px;} .f-delete{ position: absolute;top: 0; right: 0px; background: rgba(0,0,0,0.5); padding: 3px; border-radius: 100%; color: #fff; width: 16px; height: 16px; text-align: center; line-height: 16px;} .u-ttarea{border: 1px solid #ddd;box-shadow: 1px 1px 3px 2px rgba(223, 223, 233, 0.4) inset; width: 528px; height: 68px; resize:none; padding: 6px;} .search-row{margin:8px 0 8px 0; padding:0 8px;} .search-row .u-fitem{display: inline-block; vertical-align: top; margin:0 8px 0 0; *float: left;} .search-row .f-tt{display: inline-block; padding-right:5px;*float: left;} .search-row .f-boxr{display: inline-block; *float: left;} .list-btns{background: #f3f6fa; padding:15px 8px;} .list-btns a.btn{height:28px; link-height:28px;} .search-row .u-ipttext{width: 120px;padding-right: 5px;} .multiple-select{height:auto;} /*上传图片列表*/ .m-tpyllst{width:580px;} .m-tpyllst li{ float: left; width: 129px; margin:5px 5px; position: relative; height: 84px; border:solid 1px #ccc;} .m-tpyllst-img{width:100%;height:84px;display: block; overflow:hidden; line-height:84px; text-align: center;} .m-tpyllst-img img{max-width:100%; max-height:84px;border:none;} .m-tpyllst-btn{position: absolute; /*background: rgba(190,190,190,0.7);*/ background: url(../images/zzbg.png) repeat; bottom: 0; left:0; width:100%; height:30px;line-height: 30px; color: #fff; width: 100%; text-align:center;} .m-tpyllst li a.image-delete{position: absolute; top:0; right:0; background:rgba(0,0,0,0.8);padding: 3px;color: #fff;width: 16px;height: 16px;text-align: center;line-height: 16px; border-radius:0 0 0 5px;} .m-tpyllst li .image-add-btn{height:84px; font-size:16px; line-height:84px;} /*操作提示*/ .m-tip{ border: 1px solid #ccc; padding: 20px; color: #555;} .m-tip .imgfl{ display: block; width: 50px; height: 50px;} .m-tip .m-tipct{ line-height: 25px;margin-left: 70px;} .m-tip a{ color: #007ebf;} .tr-odd td{background:#f9f9f9;} .m-ddl{ border: 1px solid #d5d5d5; margin-bottom:10px;} .m-ddl dt{ border-bottom: 1px solid #d5d5d5; line-height: 43px; font-size: 14px; padding-left: 20px; background: #f3f6fa;} .m-ddl dd{ background: #fff; position: relative; padding:15px 0;} .m-dl-inline dt{font-weight: bold;} .m-dl-inline dd{word-wrap:break-word; word-break:break-all; white-space : normal;} /*新增页面样式*/ .m-bbtipct{ padding: 30px 80px 0 80px;} .m-bbtipct .f-btt{ width: 170px; overflow: hidden;} .m-bbtipct .f-btt>p{ height: 19px; line-height: 19px;} .m-bbtipct .bbfkico{ width: 13px; height: 13px; display:inline-block;} .vm{ vertical-align: middle;} .m-btb{ width:180px;} .m-btb table{ width: 100%; border: 1px solid #ccc; color: #555;} .m-btb table td{ padding: 0;} .m-btb table td,.m-btb table th{border: 1px solid #ccc; line-height:25px; text-align: center;} .m-btb table th{ font-weight: normal; background: #f9f9f9;} .m-biaoqy{ padding-left: 20px;} .m-biaoqy img{ display: block; margin-right: 0 auto;} .m-zxnavct{ width: 100%; overflow: hidden;} .m-zxnavct ul{ margin-left: -25px;} .m-zxnavct li{ width: 220px; float: left; margin-left: 25px; height: 85px;} .m-zxnavct li.ls1{ background: url(../images/zx1.png) no-repeat;} .m-zxnavct li.ls2{ background: url(../images/zx2.png) no-repeat;} .m-zxnavct li.ls3{ background: url(../images/zx3.png) no-repeat;} .m-zxnavct li.ls4{ background: url(../images/zx4.png) no-repeat;} .m-zxnavct li.ls5{ background: url(../images/zx5.png) no-repeat;} .m-zxnavct li a{height: 100%; color: #fff; display: block;} .m-zxnavct li a>b{display: block;} .m-ddsjct{ margin-top: 35px;} .m-ddsjct .f-tt{ line-height: 35px;} .m-ddsjct .f-tt li{float: left; height: 23px; line-height: 23px; border: 1px solid #ccc; background: #fff; margin-right: 10px; border-radius: 3px; margin-top: 5px;} .m-ddsjct .f-tt li a{ color: #555; display: block; padding: 0 15px;} .m-ddsjct .f-tt li.on{ background: #e4e4e4;} .m-orderct{ padding: 5px 10px 50px 10px;} .u-orderct{ border: 1px solid #ccc; border-radius: 5px; padding: 10px; overflow: hidden;} .u-orderct img{display: block; margin: 0 auto;} /*1.9首页样式*/ .m-statistics-info{} .m-account-info{} .m-system-info{} .ds-new{margin: 10px 0;} .ds-new .title{background: #cdcdcd;padding: 5px 10px;} .ds-new table {width:100%;margin:10px 0;border:1px solid #aaaaaa;border-collapse: collapse;} .ds-new table td{border:1px solid #ddd;padding:5px 10px;text-align: center;line-height: 2em;vertical-align: middle !important;} .ds-new table .bold td{font-weight: bold;line-height: 2em;} .ds-new table td.tar{text-align: right;} .ds-new table td.tal{text-align: left;} /*导航旋转动画*/ .m-stnav .fa-chevron-down,.u-nav li i,.m-zhsztt .fa-sort-desc{ -webkit-transition: 0.3s; -webkit-transition: -webkit-transform 0.3s ease-out; transition: transform 0.3s ease-out; -moz-transition: -moz-transform 0.3s ease-out; } .m-stnav:hover .fa-chevron-down{ transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); } .u-nav li:hover i{ filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=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) } .m-zhsztt:hover .fa-sort-desc{ transform: rotateZ(180deg); -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); } /*datepicker*/ .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year{width: 35%;} /*预约时间管理*/ .m-timeglct{ border: 1px solid #ddd; margin: 20px 0 20px 0;} .m-timeglct .f-tt{ line-height: 44px;height: 44px; background: #f3f6fa; border-bottom: 1px solid #ddd; width:100% !important; } .m-timlst{ border: 1px solid #ddd; margin-bottom: 20px; font-size: 14px;} .m-timlst .u-timshow{padding: 8px 15px; padding-right: 100px; overflow: hidden; } .m-timlst .u-timshow>p{ line-height: 20px;} .u-czct{ position: absolute; right: 15px; top: 15px;} .u-czct >span{display: inline-block; font-size: 12px; cursor: pointer;} .u-czct >span a{ color: #9f0000;} .u-czct .f-edit,.u-czct .f-edit a{ color: #8bc4ea;} .u-czct .f-delet,.u-czct .f-delet a{ color: #9f0000;} .updatetime { width: 66%;} /*添加编辑*/ .m-bjtimbox{ border: 1px solid #ddd; margin: 20px 0 20px 0;} .m-bjtimbox .f-tt{ line-height: 44px;height: 44px; background: #f9f9f9; border-bottom: 1px solid #ddd;} .m-zhouct{ border-bottom: 1px solid #ddd; line-height: 67px; vertical-align: middle;} .m-zhouct label{vertical-align: middle; margin: 0 15px;} .m-zhouct label input{ margin-right: 5px;} .m-sjdct{ padding: 15px; height: 100%; overflow-y:auto; overflow-x:hidden; border-bottom: 1px solid #ddd;} .m-sjdct li{float: left; border: 1px solid #ddd; width: 128px; height: 28px; line-height: 28px; margin: 8px 20px; text-align: center; cursor: pointer; position: relative;} .m-sjdct li>i{ background: url(../images/ico/gou.png) no-repeat; width: 22px; height: 22px; position: absolute; right: -5px; top: -7px;display: none; z-index: 2; } .m-sjdct li.on{ background: #1a8ab7; color: #fff;} .m-sjdct li.on i{display: block !important;} /*小区管理*/ .m-ssxqlst{ width: 459px; max-height: 200px; overflow-y:auto;overflow-x:hidden; margin:15px auto; /*border: 1px solid #ccc;*/} .m-ssxqlst li{padding-left: 15px; line-height: 35px; border-bottom: 1px solid #ddd; font-size: 14px;} .m-ssxqlst li.last{ border-bottom: none;} .m-ssxqlst li:hover{ background: #e9e9e9; cursor: pointer;} .m-ssxqlst ul#searchResult li.on{background: #e9e9e9;} /*指派人员弹框*/ .f-bluebtn{ background: #1584b3;background-image: linear-gradient(to bottom, #1899c5, #1274a6); line-height: 24px; border-color: #288abc; padding: 0 15px;height: auto;} .g-zprybox{background: url(../images/zzbg.png) repeat; width: 100%; position: absolute; top: 0; left: 0; height: 100%;z-index: 100;} .x-zprytk{width: 560px; padding: 20px 20px 30px; background: #fff; position: absolute; top: 200px; left: 50%; margin-left: -300px; color: #555;} .x-zprytk p{font-weight: bold; margin-bottom: 5px;} .x-rylst{width: 580px;} .x-rylst li{width: 123px; height: 28px; border: 1px solid #ddd; font-size: 12px; color: #000; cursor: pointer; text-align: center; line-height: 28px; float: left; margin: 0 20px 20px 0; position: relative;} .x-rylst li.on{border: 1px solid #1588b6; background: #1588b6; color: #fff;} .x-rylst li.on i{width: 22px; height: 22px; background: url(../images/ico/gou.png) no-repeat;display: inline-block; position: absolute;right: -5px; top: -7px; z-index: 2;} .x-rylst li.btn{padding: 0; color: #fff;} .x-zprytk textarea{width: 540px; height: 90px; border: 1px solid #ddd; resize:none; padding: 10px; margin-bottom: 20px;} .x-zprytk input[type="text"]{width: 250px; height: 28px; border: 1px solid #ddd; padding: 0 10px; margin: 0 10px 0 20px;} .x-zprytk span{font-weight: normal;} .x-zprytk .tj{width: 80px;margin-right: 20px; background: #35b415; border-radius: 3px; text-align: center;background-image: linear-gradient(to bottom, #32c718, #37a712); color: #fff; display:inline-block; font-size: 14px; border: 1px solid #329e0e;padding: 0;} .x-zprytk .qx{width: 80px; padding: 0;} /*规格*/ .ax_list{float: left;width: 100%;} /*产品*/ .ax_name{float: left;margin-top: 20px;width:100px;height: 16px;text-align: right;} .ax_select {float: left;width: 232px;} .ax_input {margin-left: 0px;margin-margin-left: 100px;margin-top: 16px;width: 232px;height: 30px;} /*属性*/ .ax_nature {margin-left: 100px;margin-top:14px;} .ax_cell {margin-left: 0px;margin-top: 0px;width: 808px;height: 46px;border:1px solid #ccc;padding: 8px 0;line-height: 30px;border-bottom:0; } .ax_cell:last-child{border-bottom:1px solid #ccc; } .ax_grid{float: left;width: 83px;height: 30px;border:1px solid #ccc;margin-left: 10px;} .ax_cell span{float: left;padding-left:10px;} .ax_cell a{float: left;padding-left:10px;text-decoration:underline;cursor: pointer;} .ax_grid button{width: 28px;height: 29px;background: #656565;float: right;font-size: 28px;color: #fff;border: 1px solid #656565;} .ax_price{border: 0;float: left;font-size: 14px;text-align: center;color: #656565;width: 52px;height: 27px;} .ax_popup{width: 386px;height: 82px;border: 2px solid #000000;border-radius:8px;color: #999999;position: absolute;background: #fff;margin-left:700px;margin-top: -26px; padding: 10px 10px;display: none;} .ax_import{height: 42px;} .ax_import input{height: 42px;border: 1px solid #ccc;width: 244px;color: #464646;} .ax_no{width: 48px;margin-left:6px;margin-right: 6px;height: 30px;border: 1px solid #797979;background: #bcbcbc;color: #fff;border-radius: 4px;} .ax_yes{width: 48px;height: 30px;border: 1px solid #797979;background: #f9f9f9;color: #333;border-radius: 4px;} /*售价*/ .ax_insert{margin-left: 100px;margin-top:14px;height: 30px;line-height: 30px;} .ax_insert input{height: 30px;width: 102px;border: 1px solid #ccc;} .ax_insert button{height: 32px;width: 85px;border-radius:4px;border: 1px solid #ccc;margin-left: 5px;} /*表格*/ .ax_table{margin-left: 100px;margin-top:14px;border: 1px solid #e4e4e4;} .ax_table th{width: 116px;height: 30px;text-align: center;border: 1px solid #e4e4e4;} .ax_table td{width: 116px;height: 30px;text-align: center;border: 1px solid #e4e4e4;} .ax_table td input{width: 87px;height: 22px;border: 1px solid #a9a9a9;text-align: center;} /*表格2*/ .ax_table_div{margin-left: 100px;margin-top:14px;} .ax_table_div .ax_tr{width: 116px;text-align: center;float:left;line-height: 30px;border:1px solid #e4e4e4;border-bottom:0;border-right:0;} .ax_table_div .ax_tr:last-child{border-right:1px solid #e4e4e4;} .ax_tr .ax_th{width: 116px;text-align: center;border-bottom:1px solid #e4e4e4;float:left;line-height: 29px;font-weight: bold;} .ax_tr .ax_td{width: 116px;text-align: center;border-bottom:1px solid #e4e4e4;float:left;line-height: 29px;} .ax_tr .ax_td input{width: 87px;height: 22px;border: 1px solid #a9a9a9;text-align: center;}
0.309337
0.264816
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins',sans-serif; } #container { position: relative; min-height: 100vh; padding: 50px 100px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: url(https://images.pexels.com/photos/2440079/pexels-photo-2440079.jpeg?cs=srgb&dl=pexels-ian-beckley-2440079.jpg&fm=jpg); background-size: cover; } #container header { max-width: 800px; text-align: center; } #container header h1 { font-size: 36px; font-weight: 500; color: #fff; } #container header p { font-weight: 300; color: #fff; } main { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 30px; } main .cards { width: 50%; display: flex; flex-direction: column; position: relative; padding: 21px 50px; } main .cards .text { display: flex; margin-left: 20px; font-size: 16px; color: #fff; flex-direction: column; font-weight: 300; margin-top: 46px; } main .cards .text h2 { font-weight: 500; color: #00bcd4; } main .cards .text h3 { font-weight: 500; color: #00bcd4; } .form { width: 50%; padding: 40px; background: #fff; } .form h2 { font-size: 30px; color: #333; font-weight: 500; } .form .form-input { position: relative; width: 100%; margin-top: 10px; } .form .form-inputmultiple { position: relative; width: 100%; margin-top: 10px; } .form .form-input input, .form .form-inputmultiple input { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 2px solid #333; outline: none; resize: none; } .form .form-input textarea { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 2px solid #333; outline: none; resize: none; } select { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 2px solid #333; outline: none; resize: none; } #button { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 2px solid #333; outline: none; resize: none; }
contact.css
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap'); * { margin: 0; padding: 0; box-sizing: border-box; font-family: 'Poppins',sans-serif; } #container { position: relative; min-height: 100vh; padding: 50px 100px; display: flex; justify-content: center; align-items: center; flex-direction: column; background: url(https://images.pexels.com/photos/2440079/pexels-photo-2440079.jpeg?cs=srgb&dl=pexels-ian-beckley-2440079.jpg&fm=jpg); background-size: cover; } #container header { max-width: 800px; text-align: center; } #container header h1 { font-size: 36px; font-weight: 500; color: #fff; } #container header p { font-weight: 300; color: #fff; } main { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 30px; } main .cards { width: 50%; display: flex; flex-direction: column; position: relative; padding: 21px 50px; } main .cards .text { display: flex; margin-left: 20px; font-size: 16px; color: #fff; flex-direction: column; font-weight: 300; margin-top: 46px; } main .cards .text h2 { font-weight: 500; color: #00bcd4; } main .cards .text h3 { font-weight: 500; color: #00bcd4; } .form { width: 50%; padding: 40px; background: #fff; } .form h2 { font-size: 30px; color: #333; font-weight: 500; } .form .form-input { position: relative; width: 100%; margin-top: 10px; } .form .form-inputmultiple { position: relative; width: 100%; margin-top: 10px; } .form .form-input input, .form .form-inputmultiple input { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 2px solid #333; outline: none; resize: none; } .form .form-input textarea { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 2px solid #333; outline: none; resize: none; } select { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 2px solid #333; outline: none; resize: none; } #button { width: 100%; padding: 5px 0; font-size: 16px; margin: 10px 0; border: none; border-bottom: 2px solid #333; outline: none; resize: none; }
0.27048
0.055158
img{ /* to style imgs */ display: block; margin-left: auto; margin-right: auto; padding-top: 1cm; padding-bottom: 1cm; } p{ /* to style paragraphs */ font-size: 22px; padding-top:cm; } article{ margin: 2cm; } h1{ /* to style h1 heading */ text-align: center; font-size: 85px; font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; } h3{ /* to style h3 heading */ padding-left: 1cm; padding-top: 0.5cm; } #topFav{ position: relative; bottom: 6cm; } #thankyou{ background-color:#B97A95; color:#8E2657; width: 15cm; height: 4cm; border-style:dashed; border-color:antiquewhite; font-size: 50px; text-align: center; padding-top: 2.5cm; position: relative; left: 14cm; top: 11cm; opacity:0.9; } ul{ /* to style ul */ padding-left: 3cm; } nav a{ /* to style each a in nav */ color:#8E2657; text-decoration: none; display: inline-block; font-size: 20px; padding: 10px; margin:20px; background:#F5FDB0; } header{ /* to style header */ background-color: #B97A95; border:dashed; border-color: #F5FDB0; position: -webkit-sticky; position: sticky; top: 0; opacity: 0.8; } body{ /* to style body */ background-image: url("https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/v546batch3-mynt-34-badgewatercolor_1.jpg?w=800&dpr=1&fit=default&crop=default&q=65&vib=3&con=3&usm=15&bg=F4F4F3&ixlib=js-2.2.1&s=89288ef4b47127f7f34a5998b50e4470"); margin-left: 4cm; margin-right: 4cm; margin-top: 2cm; margin-bottom: 2cm; } div{ /* for my fav */ color:#8E2657; background-color: #FCD8D4; font-size: 25px; border-style: dashed; border-radius: 50px 20px; margin-bottom: 1cm; } footer{ /* to style footer */ background-color: #973f65; color:#FCD8D4; border-color: antiquewhite; border-style: dashed; border-radius: 50px 20px; font-size: 20px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; width: 20cm; } ol{ padding-left: 2cm; list-style:decimal; position: relative; bottom: 6cm; } footer p{ text-align: center; } #turnRight{ /* for education and experience*/ float:right; width: 9cm; height: 16cm; padding-right: 1cm; } #turnLeft{ /* for my favorites*/ float: left; width: 9cm; height: 10cm; } #lorem{ background-color:#FCD8D4; color:#8E2657; width: 18cm; height: 5cm; border-style:dashed; border-color:hotpink; float: left; position: relative; bottom: 8cm; right:2cm; padding-top: 1cm; padding-right: 1cm; padding-left: 1cm; border-radius: 10cm 50cm; opacity: 0.8; } main{ margin-top: 2cm; margin-bottom: 1cm; }
css/style.css
img{ /* to style imgs */ display: block; margin-left: auto; margin-right: auto; padding-top: 1cm; padding-bottom: 1cm; } p{ /* to style paragraphs */ font-size: 22px; padding-top:cm; } article{ margin: 2cm; } h1{ /* to style h1 heading */ text-align: center; font-size: 85px; font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; } h3{ /* to style h3 heading */ padding-left: 1cm; padding-top: 0.5cm; } #topFav{ position: relative; bottom: 6cm; } #thankyou{ background-color:#B97A95; color:#8E2657; width: 15cm; height: 4cm; border-style:dashed; border-color:antiquewhite; font-size: 50px; text-align: center; padding-top: 2.5cm; position: relative; left: 14cm; top: 11cm; opacity:0.9; } ul{ /* to style ul */ padding-left: 3cm; } nav a{ /* to style each a in nav */ color:#8E2657; text-decoration: none; display: inline-block; font-size: 20px; padding: 10px; margin:20px; background:#F5FDB0; } header{ /* to style header */ background-color: #B97A95; border:dashed; border-color: #F5FDB0; position: -webkit-sticky; position: sticky; top: 0; opacity: 0.8; } body{ /* to style body */ background-image: url("https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/v546batch3-mynt-34-badgewatercolor_1.jpg?w=800&dpr=1&fit=default&crop=default&q=65&vib=3&con=3&usm=15&bg=F4F4F3&ixlib=js-2.2.1&s=89288ef4b47127f7f34a5998b50e4470"); margin-left: 4cm; margin-right: 4cm; margin-top: 2cm; margin-bottom: 2cm; } div{ /* for my fav */ color:#8E2657; background-color: #FCD8D4; font-size: 25px; border-style: dashed; border-radius: 50px 20px; margin-bottom: 1cm; } footer{ /* to style footer */ background-color: #973f65; color:#FCD8D4; border-color: antiquewhite; border-style: dashed; border-radius: 50px 20px; font-size: 20px; font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; width: 20cm; } ol{ padding-left: 2cm; list-style:decimal; position: relative; bottom: 6cm; } footer p{ text-align: center; } #turnRight{ /* for education and experience*/ float:right; width: 9cm; height: 16cm; padding-right: 1cm; } #turnLeft{ /* for my favorites*/ float: left; width: 9cm; height: 10cm; } #lorem{ background-color:#FCD8D4; color:#8E2657; width: 18cm; height: 5cm; border-style:dashed; border-color:hotpink; float: left; position: relative; bottom: 8cm; right:2cm; padding-top: 1cm; padding-right: 1cm; padding-left: 1cm; border-radius: 10cm 50cm; opacity: 0.8; } main{ margin-top: 2cm; margin-bottom: 1cm; }
0.292292
0.132318
html, body { margin: 0; padding: 0; width: 100%; height: 100%; } html { font-size: 16px; } body { background-image: url("/images/background.jpeg"); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; font-family: 'Dosis', sans-serif; color: white; } a { color: white; } h1 { font-weight: 700; font-size: 4em; } h3 { font-size: 2em; } /*Color Themes*/ .themeDark { color: #311b1b; } .themeLight { background-color: #806a6a; color: white; } .themeLight:hover { background-color: #311b1b; color: white; } /*End Color Themes*/ .bg-customDark { background-color: #311b1b; } .para { background-color: rgba(50, 50, 50, 0.6); margin: 50px 20% 80px; padding: 10%; } .menu { background-color: rgba(50, 50, 50, 0.6); margin: 50px auto 80px; } .limitedDisplay { max-width: 600px; } .authCard { width: 600px; height: 300px; padding: 0; margin: 30vh auto 80px; max-width: 100%; border-radius: 0 25px 25px 0; -webkit-border-radius: 0 25px 25px 0; -moz-border-radius: 0 25px 25px 0; overflow: hidden; display: grid; grid-gap: 0; grid-template-columns: repeat(2, 1fr); } .menu, .authCard, .para, table.cart { box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3); } table.cart { width: 100%; margin: 10vh auto; /* border: 2px solid black; */ background-color: white; color: black; font-size: clamp(0.8rem, 3vw, 1.5rem); } table.cart thead th { text-align: center; border-bottom: 2px solid black; font-size: 2rem; position: relative; } table.cart thead th button { position: absolute; right: 20px; top: 15%; height: 70%; } #checkout { margin: 20px; } .btn:active, .btn:focus { box-shadow: none; } table.cart tr > td.empty { display: block; text-align: center; margin-top: 30px; } table.cart tr.cartItem td.item { display: flex; flex-wrap: wrap; align-items: center; padding-top: 20px; } table.cart tr.cartItem::after { content: ""; display: block; margin: 0 auto; width: 80%; padding-top: 20px; border-bottom: 1px solid black; } tr.cartItem > td.item > form { padding: 0; } tr.cartItem > td.item button.deleteButton { padding: 5px; border: none; background-color: rgba(255, 255, 255, 0); text-align: center; opacity: 0; color: #555; cursor: pointer; transition: opacity 0.25s linear; } tr.cartItem > td.item:hover button.deleteButton { opacity: 1; } tr.cartItem > td.item > img { width: 100px; max-width: 15vw; margin: 0 min(15px, 3%); border: 1px solid gray; box-shadow: 2px 3px 7px; } tr.cartItem > td.item > a { display: inline-block; max-width: 30%; } tr.cartItem > td.item > span.quantity { margin-left: auto; margin-right: 1em; text-align: right; width: 1.5em; } tr.cartItem > td.item > span.price { margin-right: min(30px, 5%); } tr.cartTotal > td { display: block; padding-top: 20px; padding-right: 40px; width: 100%; text-align: right; } .outOfStock { text-decoration: line-through; } .outOfStockNotification { color: red; font-weight: 600; } .form-group { display: flex; } .form-group > span { color: white; float: left; text-align: right; min-width: 75px; padding-right: 10px; } .form-control { display: inline-block; width: 100%; /* flex: 0 1 100%; */ } .card.bg-light { color: black; } .container.bg-cover { background-color: rgba(50, 50, 50, 0.6); } .container form { padding: 20px; } .menu .header { background-color: #806a6a; text-align: center; padding: 20px; margin: 0; } .menu .content { padding: 30px 10%; } .menu a { color: white; } .cart a { color: black; } .cart a:hover { color: navy; } .flashMessage.container .alert-success a { color: #3e774b; } .flashMessage.container .alert-danger a { color: #311b1b; } .authCard .imgDisplay { display: flex; background-image: url("../images/welcome.jpg"); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; height: 100%; } .authCard .formDisplay { background-color: rgba(50, 50, 50, 0.8); display: flex; align-items: center; justify-items: flex-end; } .authCard .formDisplay form { width: 100%; } #menuItemCard { margin: .5rem auto 80px; } #newMenuItem { color: black; } @media only screen and (max-width: 767px) { body { background-image: url("/images/background-mobile.jpg"); } } @media only screen and (max-width: 360px) { tr.cartItem > td.item > span.quantity { width: 50%; } tr.cartItem > td.item > a { max-width: 60%; } } @media only screen and (max-width: 200px) { tr.cartItem > td.item > span.quantity { width: 30%; margin-top: 15px; } tr.cartItem > td.item > span.price { margin-top: 15px; } tr.cartItem > td.item > a { max-width: 40%; } }
public/styles/main.css
html, body { margin: 0; padding: 0; width: 100%; height: 100%; } html { font-size: 16px; } body { background-image: url("/images/background.jpeg"); background-size: cover; background-repeat: no-repeat; background-position: center; background-attachment: fixed; font-family: 'Dosis', sans-serif; color: white; } a { color: white; } h1 { font-weight: 700; font-size: 4em; } h3 { font-size: 2em; } /*Color Themes*/ .themeDark { color: #311b1b; } .themeLight { background-color: #806a6a; color: white; } .themeLight:hover { background-color: #311b1b; color: white; } /*End Color Themes*/ .bg-customDark { background-color: #311b1b; } .para { background-color: rgba(50, 50, 50, 0.6); margin: 50px 20% 80px; padding: 10%; } .menu { background-color: rgba(50, 50, 50, 0.6); margin: 50px auto 80px; } .limitedDisplay { max-width: 600px; } .authCard { width: 600px; height: 300px; padding: 0; margin: 30vh auto 80px; max-width: 100%; border-radius: 0 25px 25px 0; -webkit-border-radius: 0 25px 25px 0; -moz-border-radius: 0 25px 25px 0; overflow: hidden; display: grid; grid-gap: 0; grid-template-columns: repeat(2, 1fr); } .menu, .authCard, .para, table.cart { box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3); -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3); -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.5), 0 6px 20px rgba(0, 0, 0, 0.3); } table.cart { width: 100%; margin: 10vh auto; /* border: 2px solid black; */ background-color: white; color: black; font-size: clamp(0.8rem, 3vw, 1.5rem); } table.cart thead th { text-align: center; border-bottom: 2px solid black; font-size: 2rem; position: relative; } table.cart thead th button { position: absolute; right: 20px; top: 15%; height: 70%; } #checkout { margin: 20px; } .btn:active, .btn:focus { box-shadow: none; } table.cart tr > td.empty { display: block; text-align: center; margin-top: 30px; } table.cart tr.cartItem td.item { display: flex; flex-wrap: wrap; align-items: center; padding-top: 20px; } table.cart tr.cartItem::after { content: ""; display: block; margin: 0 auto; width: 80%; padding-top: 20px; border-bottom: 1px solid black; } tr.cartItem > td.item > form { padding: 0; } tr.cartItem > td.item button.deleteButton { padding: 5px; border: none; background-color: rgba(255, 255, 255, 0); text-align: center; opacity: 0; color: #555; cursor: pointer; transition: opacity 0.25s linear; } tr.cartItem > td.item:hover button.deleteButton { opacity: 1; } tr.cartItem > td.item > img { width: 100px; max-width: 15vw; margin: 0 min(15px, 3%); border: 1px solid gray; box-shadow: 2px 3px 7px; } tr.cartItem > td.item > a { display: inline-block; max-width: 30%; } tr.cartItem > td.item > span.quantity { margin-left: auto; margin-right: 1em; text-align: right; width: 1.5em; } tr.cartItem > td.item > span.price { margin-right: min(30px, 5%); } tr.cartTotal > td { display: block; padding-top: 20px; padding-right: 40px; width: 100%; text-align: right; } .outOfStock { text-decoration: line-through; } .outOfStockNotification { color: red; font-weight: 600; } .form-group { display: flex; } .form-group > span { color: white; float: left; text-align: right; min-width: 75px; padding-right: 10px; } .form-control { display: inline-block; width: 100%; /* flex: 0 1 100%; */ } .card.bg-light { color: black; } .container.bg-cover { background-color: rgba(50, 50, 50, 0.6); } .container form { padding: 20px; } .menu .header { background-color: #806a6a; text-align: center; padding: 20px; margin: 0; } .menu .content { padding: 30px 10%; } .menu a { color: white; } .cart a { color: black; } .cart a:hover { color: navy; } .flashMessage.container .alert-success a { color: #3e774b; } .flashMessage.container .alert-danger a { color: #311b1b; } .authCard .imgDisplay { display: flex; background-image: url("../images/welcome.jpg"); background-size: cover; background-position: 50% 50%; background-repeat: no-repeat; height: 100%; } .authCard .formDisplay { background-color: rgba(50, 50, 50, 0.8); display: flex; align-items: center; justify-items: flex-end; } .authCard .formDisplay form { width: 100%; } #menuItemCard { margin: .5rem auto 80px; } #newMenuItem { color: black; } @media only screen and (max-width: 767px) { body { background-image: url("/images/background-mobile.jpg"); } } @media only screen and (max-width: 360px) { tr.cartItem > td.item > span.quantity { width: 50%; } tr.cartItem > td.item > a { max-width: 60%; } } @media only screen and (max-width: 200px) { tr.cartItem > td.item > span.quantity { width: 30%; margin-top: 15px; } tr.cartItem > td.item > span.price { margin-top: 15px; } tr.cartItem > td.item > a { max-width: 40%; } }
0.409575
0.095476
.background_magenta8, .hover_background_magenta8:hover, .active_background_magenta8:active:hover { background: #780078; background-image: -moz-linear-gradient(top, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(150, 0, 150)), color-stop(100%, rgb(120, 0, 120))); background-image: -webkit-linear-gradient(top, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); background-image: -o-linear-gradient(top, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); background-image: -ms-linear-gradient(top, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); background-image: linear-gradient(to bottom, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960096', endColorstr='#780078',GradientType=0 ); } .background_magenta8h, .hover_background_magenta8h:hover, .active_background_magenta8h:active:hover { background: #780078; background-image: -moz-linear-gradient(top, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(180, 0, 180)), color-stop(100%, rgb(144, 0, 144))); background-image: -webkit-linear-gradient(top, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); background-image: -o-linear-gradient(top, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); background-image: -ms-linear-gradient(top, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); background-image: linear-gradient(to bottom, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b400b4', endColorstr='#900090',GradientType=0 ); } .background_magenta8a, .hover_background_magenta8a:hover, .active_background_magenta8a:active:hover { background: #780078; background-image: -moz-linear-gradient(top, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(144, 0, 144)), color-stop(100%, rgb(180, 0, 180))); background-image: -webkit-linear-gradient(top, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); background-image: -o-linear-gradient(top, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); background-image: -ms-linear-gradient(top, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); background-image: linear-gradient(to bottom, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900090', endColorstr='#b400b4',GradientType=0 ); } .background_magenta8s, .hover_background_magenta8s:hover, .active_background_magenta8s:active:hover { background: #780078; background-image: -moz-linear-gradient(top, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(225, 0, 225)), color-stop(100%, rgb(180, 0, 180))); background-image: -webkit-linear-gradient(top, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); background-image: -o-linear-gradient(top, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); background-image: -ms-linear-gradient(top, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); background-image: linear-gradient(to bottom, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e100e1', endColorstr='#b400b4',GradientType=0 ); } .background_color_magenta8, .hover_background_color_magenta8:hover, .active_background_color_magenta8:active:hover { background-color:#780078; } .background_first_color_magenta8, .hover_background_first_color_magenta8:hover, .active_background_first_color_magenta8:active:hover { background-color:#960096; } .background_last_color_magenta8, .hover_background_last_color_magenta8:hover, .active_background_color_last_magenta8:active:hover { background-color:#780078; } /* ------------------------------ color settings -------------------------------*/ .color_magenta8, .hover_color_magenta8:hover, .active_color_magenta8:active:hover { color: #c8c8c8; } .color_magenta8h, .hover_color_magenta8h:hover, .active_color_magenta8h:active:hover { color: #c8c8c8; } .color_magenta8a, .hover_color_magenta8a:hover, .active_color_magenta8a:active:hover { color: #ff0; } .color_magenta8s, .hover_color_magenta8s:hover, .active_color_magenta8s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_magenta8, .hover_border_magenta8:hover, .active_border_magenta8:active:hover { border-color: #780078 #780078 #780078 #780078; } .border_magenta8h, .hover_border_magenta8h:hover, .active_border_magenta8h:active:hover { border-color: #6c006c #6c006c #6c006c #6c006c; } .border_magenta8a, .hover_border_magenta8a:hover, .active_border_magenta8a:active:hover { border-color: #600060 #600060 #600060 #600060; } .border_magenta8s, .hover_border_magenta8s:hover, .active_border_magenta8s:active:hover { border-color: #b400b4 #b400b4 #b400b4 #b400b4; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_magenta8, .hover_shadow_expand_magenta8:hover, .active_shadow_expand_magenta8:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(120, 0, 120, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(120, 0, 120, .39); box-shadow: 0em 0em 1em 0.25em rgba(120, 0, 120, .39); } .shadow_expand_magenta8h, .hover_shadow_expand_magenta8h:hover, .active_shadow_expand_magenta8h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(144, 0, 144, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(144, 0, 144, .50); box-shadow: 0em 0em 1em 0.25em rgba(144, 0, 144, .50); } .shadow_expand_magenta8a, .hover_shadow_expand_magenta8a:hover, .active_shadow_expand_magenta8a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .63); box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .63); } .shadow_expand_magenta8s, .hover_shadow_expand_magenta8s:hover, .active_shadow_expand_magenta8s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .78); box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_magenta8, .hover_shadow_left_magenta8:hover, .active_shadow_left_magenta8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); } .shadow_left_magenta8h, .hover_shadow_left_magenta8h:hover, .active_shadow_left_magenta8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); } .shadow_left_magenta8a, .hover_shadow_left_magenta8a:hover, .active_shadow_left_magenta8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); } .shadow_left_magenta8s, .hover_shadow_left_magenta8s:hover, .active_shadow_left_magenta8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_magenta8, .hover_shadow_right_magenta8:hover, .active_shadow_right_magenta8:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0.5em 0em 1em rgba(120, 0, 120, .39); box-shadow: 0.5em 0em 1em rgba(120, 0, 120, .39); } .shadow_right_magenta8h, .hover_shadow_right_magenta8h:hover, .active_shadow_right_magenta8h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0.5em 0em 1em rgba(144, 0, 144, .50); box-shadow: 0.5em 0em 1em rgba(144, 0, 144, .50); } .shadow_right_magenta8a, .hover_shadow_right_magenta8a:hover, .active_shadow_right_magenta8a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .63); box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .63); } .shadow_right_magenta8s, .hover_shadow_right_magenta8s:hover, .active_shadow_right_magenta8s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .78); box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_magenta8, .hover_shadow_top_magenta8:hover, .active_shadow_top_magenta8:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0em -0.5em 1em rgba(120, 0, 120, .39); box-shadow: 0em -0.5em 1em rgba(120, 0, 120, .39); } .shadow_top_magenta8h, .hover_shadow_top_magenta8h:hover, .active_shadow_top_magenta8h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0em -0.5em 1em rgba(144, 0, 144, .50); box-shadow: 0em -0.5em 1em rgba(144, 0, 144, .50); } .shadow_top_magenta8a, .hover_shadow_top_magenta8a:hover, .active_shadow_top_magenta8a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .63); box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .63); } .shadow_top_magenta8s, .hover_shadow_top_magenta8s:hover, .active_shadow_top_magenta8s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .78); box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_magenta8, .hover_shadow_bottom_magenta8:hover, .active_shadow_bottom_magenta8:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0em 0.5em 1em rgba(120, 0, 120, .39); box-shadow: 0em 0.5em 1em rgba(120, 0, 120, .39); } .shadow_bottom_magenta8h, .hover_shadow_bottom_magenta8h:hover, .active_shadow_bottom_magenta8h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0em 0.5em 1em rgba(144, 0, 144, .50); box-shadow: 0em 0.5em 1em rgba(144, 0, 144, .50); } .shadow_bottom_magenta8a, .hover_shadow_bottom_magenta8a:hover, .active_shadow_bottom_magenta8a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .63); box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .63); } .shadow_bottom_magenta8s, .hover_shadow_bottom_magenta8s:hover, .active_shadow_bottom_magenta8s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .78); box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_magenta8, .hover_shadow_top_left_magenta8:hover, .active_shadow_top_left_magenta8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); } .shadow_top_left_magenta8h, .hover_shadow_top_left_magenta8h:hover, .active_shadow_top_left_magenta8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); } .shadow_top_left_magenta8a, .hover_shadow_top_left_magenta8a:hover, .active_shadow_top_left_magenta8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); } .shadow_top_left_magenta8s, .hover_shadow_top_left_magenta8s:hover, .active_shadow_top_left_magenta8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_magenta8, .hover_shadow_top_right_magenta8:hover, .active_shadow_top_right_magenta8:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(120, 0, 120, .39); box-shadow: 0.5em -0.5em 1em rgba(120, 0, 120, .39); } .shadow_top_right_magenta8h, .hover_shadow_top_right_magenta8h:hover, .active_shadow_top_right_magenta8h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(144, 0, 144, .50); box-shadow: 0.5em -0.5em 1em rgba(144, 0, 144, .50); } .shadow_top_right_magenta8a, .hover_shadow_top_right_magenta8a:hover, .active_shadow_top_right_magenta8a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .63); box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .63); } .shadow_top_right_magenta8s, .hover_shadow_top_right_magenta8s:hover, .active_shadow_top_right_magenta8s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .78); box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_magenta8, .hover_shadow_bottom_left_magenta8:hover, .active_shadow_bottom_left_magenta8:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(120, 0, 120, .39); box-shadow: -0.5em 0.5em 1em rgba(120, 0, 120, .39); } .shadow_bottom_left_magenta8h, .hover_shadow_bottom_left_magenta8h:hover, .active_shadow_bottom_left_magenta8h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(144, 0, 144, .50); box-shadow: -0.5em 0.5em 1em rgba(144, 0, 144, .50); } .shadow_bottom_left_magenta8a, .hover_shadow_bottom_left_magenta8a:hover, .active_shadow_bottom_left_magenta8a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .63); box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .63); } .shadow_bottom_left_magenta8s, .hover_shadow_bottom_left_magenta8s:hover, .active_shadow_bottom_left_magenta8s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .78); box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_magenta8, .hover_shadow_bottom_right_magenta8:hover, .active_shadow_bottom_right_magenta8:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(120, 0, 120, .39); box-shadow: 0.5em 0.5em 1em rgba(120, 0, 120, .39); } .shadow_bottom_right_magenta8h, .hover_shadow_bottom_right_magenta8h:hover, .active_shadow_bottom_right_magenta8h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(144, 0, 144, .50); box-shadow: 0.5em 0.5em 1em rgba(144, 0, 144, .50); } .shadow_bottom_right_magenta8a, .hover_shadow_bottom_right_magenta8a:hover, .active_shadow_bottom_right_magenta8a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .63); box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .63); } .shadow_bottom_right_magenta8s, .hover_shadow_bottom_right_magenta8s:hover, .active_shadow_bottom_right_magenta8s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .78); box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .78); }
widgets/common/assets/gradients/simple/magenta/magenta8.css
.background_magenta8, .hover_background_magenta8:hover, .active_background_magenta8:active:hover { background: #780078; background-image: -moz-linear-gradient(top, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(150, 0, 150)), color-stop(100%, rgb(120, 0, 120))); background-image: -webkit-linear-gradient(top, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); background-image: -o-linear-gradient(top, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); background-image: -ms-linear-gradient(top, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); background-image: linear-gradient(to bottom, rgb(150, 0, 150) 0%, rgb(120, 0, 120) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#960096', endColorstr='#780078',GradientType=0 ); } .background_magenta8h, .hover_background_magenta8h:hover, .active_background_magenta8h:active:hover { background: #780078; background-image: -moz-linear-gradient(top, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(180, 0, 180)), color-stop(100%, rgb(144, 0, 144))); background-image: -webkit-linear-gradient(top, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); background-image: -o-linear-gradient(top, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); background-image: -ms-linear-gradient(top, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); background-image: linear-gradient(to bottom, rgb(180, 0, 180) 0%, rgb(144, 0, 144) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b400b4', endColorstr='#900090',GradientType=0 ); } .background_magenta8a, .hover_background_magenta8a:hover, .active_background_magenta8a:active:hover { background: #780078; background-image: -moz-linear-gradient(top, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(144, 0, 144)), color-stop(100%, rgb(180, 0, 180))); background-image: -webkit-linear-gradient(top, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); background-image: -o-linear-gradient(top, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); background-image: -ms-linear-gradient(top, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); background-image: linear-gradient(to bottom, rgb(144, 0, 144) 0%, rgb(180, 0, 180) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#900090', endColorstr='#b400b4',GradientType=0 ); } .background_magenta8s, .hover_background_magenta8s:hover, .active_background_magenta8s:active:hover { background: #780078; background-image: -moz-linear-gradient(top, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(225, 0, 225)), color-stop(100%, rgb(180, 0, 180))); background-image: -webkit-linear-gradient(top, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); background-image: -o-linear-gradient(top, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); background-image: -ms-linear-gradient(top, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); background-image: linear-gradient(to bottom, rgb(225, 0, 225) 0%, rgb(180, 0, 180) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e100e1', endColorstr='#b400b4',GradientType=0 ); } .background_color_magenta8, .hover_background_color_magenta8:hover, .active_background_color_magenta8:active:hover { background-color:#780078; } .background_first_color_magenta8, .hover_background_first_color_magenta8:hover, .active_background_first_color_magenta8:active:hover { background-color:#960096; } .background_last_color_magenta8, .hover_background_last_color_magenta8:hover, .active_background_color_last_magenta8:active:hover { background-color:#780078; } /* ------------------------------ color settings -------------------------------*/ .color_magenta8, .hover_color_magenta8:hover, .active_color_magenta8:active:hover { color: #c8c8c8; } .color_magenta8h, .hover_color_magenta8h:hover, .active_color_magenta8h:active:hover { color: #c8c8c8; } .color_magenta8a, .hover_color_magenta8a:hover, .active_color_magenta8a:active:hover { color: #ff0; } .color_magenta8s, .hover_color_magenta8s:hover, .active_color_magenta8s:active:hover { color: #dd0; } /* -------------------------- border color settings -----------------------------*/ .border_magenta8, .hover_border_magenta8:hover, .active_border_magenta8:active:hover { border-color: #780078 #780078 #780078 #780078; } .border_magenta8h, .hover_border_magenta8h:hover, .active_border_magenta8h:active:hover { border-color: #6c006c #6c006c #6c006c #6c006c; } .border_magenta8a, .hover_border_magenta8a:hover, .active_border_magenta8a:active:hover { border-color: #600060 #600060 #600060 #600060; } .border_magenta8s, .hover_border_magenta8s:hover, .active_border_magenta8s:active:hover { border-color: #b400b4 #b400b4 #b400b4 #b400b4; } /* -------------------------- shadow expand settings --------------------------------*/ .shadow_expand_magenta8, .hover_shadow_expand_magenta8:hover, .active_shadow_expand_magenta8:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(120, 0, 120, .39); -moz-box-shadow: 0em 0em 1em 0.25em rgba(120, 0, 120, .39); box-shadow: 0em 0em 1em 0.25em rgba(120, 0, 120, .39); } .shadow_expand_magenta8h, .hover_shadow_expand_magenta8h:hover, .active_shadow_expand_magenta8h:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(144, 0, 144, .50); -moz-box-shadow: 0em 0em 1em 0.25em rgba(144, 0, 144, .50); box-shadow: 0em 0em 1em 0.25em rgba(144, 0, 144, .50); } .shadow_expand_magenta8a, .hover_shadow_expand_magenta8a:hover, .active_shadow_expand_magenta8a:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .63); -moz-box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .63); box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .63); } .shadow_expand_magenta8s, .hover_shadow_expand_magenta8s:hover, .active_shadow_expand_magenta8s:active:hover { -webkit-box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .78); -moz-box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .78); box-shadow: 0em 0em 1em 0.25em rgba(180, 0, 180, .78); } /* -------------------------- shadow left settings --------------------------------*/ .shadow_left_magenta8, .hover_shadow_left_magenta8:hover, .active_shadow_left_magenta8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); } .shadow_left_magenta8h, .hover_shadow_left_magenta8h:hover, .active_shadow_left_magenta8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); } .shadow_left_magenta8a, .hover_shadow_left_magenta8a:hover, .active_shadow_left_magenta8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); } .shadow_left_magenta8s, .hover_shadow_left_magenta8s:hover, .active_shadow_left_magenta8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow right settings --------------------------------*/ .shadow_right_magenta8, .hover_shadow_right_magenta8:hover, .active_shadow_right_magenta8:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0.5em 0em 1em rgba(120, 0, 120, .39); box-shadow: 0.5em 0em 1em rgba(120, 0, 120, .39); } .shadow_right_magenta8h, .hover_shadow_right_magenta8h:hover, .active_shadow_right_magenta8h:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0.5em 0em 1em rgba(144, 0, 144, .50); box-shadow: 0.5em 0em 1em rgba(144, 0, 144, .50); } .shadow_right_magenta8a, .hover_shadow_right_magenta8a:hover, .active_shadow_right_magenta8a:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .63); box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .63); } .shadow_right_magenta8s, .hover_shadow_right_magenta8s:hover, .active_shadow_right_magenta8s:active:hover { -webkit-box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .78); box-shadow: 0.5em 0em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow top settings --------------------------------*/ .shadow_top_magenta8, .hover_shadow_top_magenta8:hover, .active_shadow_top_magenta8:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0em -0.5em 1em rgba(120, 0, 120, .39); box-shadow: 0em -0.5em 1em rgba(120, 0, 120, .39); } .shadow_top_magenta8h, .hover_shadow_top_magenta8h:hover, .active_shadow_top_magenta8h:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0em -0.5em 1em rgba(144, 0, 144, .50); box-shadow: 0em -0.5em 1em rgba(144, 0, 144, .50); } .shadow_top_magenta8a, .hover_shadow_top_magenta8a:hover, .active_shadow_top_magenta8a:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .63); box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .63); } .shadow_top_magenta8s, .hover_shadow_top_magenta8s:hover, .active_shadow_top_magenta8s:active:hover { -webkit-box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .78); box-shadow: 0em -0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow bottom settings --------------------------------*/ .shadow_bottom_magenta8, .hover_shadow_bottom_magenta8:hover, .active_shadow_bottom_magenta8:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0em 0.5em 1em rgba(120, 0, 120, .39); box-shadow: 0em 0.5em 1em rgba(120, 0, 120, .39); } .shadow_bottom_magenta8h, .hover_shadow_bottom_magenta8h:hover, .active_shadow_bottom_magenta8h:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0em 0.5em 1em rgba(144, 0, 144, .50); box-shadow: 0em 0.5em 1em rgba(144, 0, 144, .50); } .shadow_bottom_magenta8a, .hover_shadow_bottom_magenta8a:hover, .active_shadow_bottom_magenta8a:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .63); box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .63); } .shadow_bottom_magenta8s, .hover_shadow_bottom_magenta8s:hover, .active_shadow_bottom_magenta8s:active:hover { -webkit-box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .78); box-shadow: 0em 0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow top_left settings --------------------------------*/ .shadow_top_left_magenta8, .hover_shadow_top_left_magenta8:hover, .active_shadow_top_left_magenta8:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); box-shadow: -0.5em -0.5em 1em rgba(120, 0, 120, .39); } .shadow_top_left_magenta8h, .hover_shadow_top_left_magenta8h:hover, .active_shadow_top_left_magenta8h:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); box-shadow: -0.5em -0.5em 1em rgba(144, 0, 144, .50); } .shadow_top_left_magenta8a, .hover_shadow_top_left_magenta8a:hover, .active_shadow_top_left_magenta8a:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .63); } .shadow_top_left_magenta8s, .hover_shadow_top_left_magenta8s:hover, .active_shadow_top_left_magenta8s:active:hover { -webkit-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); box-shadow: -0.5em -0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow top_right settings --------------------------------*/ .shadow_top_right_magenta8, .hover_shadow_top_right_magenta8:hover, .active_shadow_top_right_magenta8:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0.5em -0.5em 1em rgba(120, 0, 120, .39); box-shadow: 0.5em -0.5em 1em rgba(120, 0, 120, .39); } .shadow_top_right_magenta8h, .hover_shadow_top_right_magenta8h:hover, .active_shadow_top_right_magenta8h:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0.5em -0.5em 1em rgba(144, 0, 144, .50); box-shadow: 0.5em -0.5em 1em rgba(144, 0, 144, .50); } .shadow_top_right_magenta8a, .hover_shadow_top_right_magenta8a:hover, .active_shadow_top_right_magenta8a:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .63); box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .63); } .shadow_top_right_magenta8s, .hover_shadow_top_right_magenta8s:hover, .active_shadow_top_right_magenta8s:active:hover { -webkit-box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .78); box-shadow: 0.5em -0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow bottom_left settings --------------------------------*/ .shadow_bottom_left_magenta8, .hover_shadow_bottom_left_magenta8:hover, .active_shadow_bottom_left_magenta8:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: -0.5em 0.5em 1em rgba(120, 0, 120, .39); box-shadow: -0.5em 0.5em 1em rgba(120, 0, 120, .39); } .shadow_bottom_left_magenta8h, .hover_shadow_bottom_left_magenta8h:hover, .active_shadow_bottom_left_magenta8h:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: -0.5em 0.5em 1em rgba(144, 0, 144, .50); box-shadow: -0.5em 0.5em 1em rgba(144, 0, 144, .50); } .shadow_bottom_left_magenta8a, .hover_shadow_bottom_left_magenta8a:hover, .active_shadow_bottom_left_magenta8a:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .63); box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .63); } .shadow_bottom_left_magenta8s, .hover_shadow_bottom_left_magenta8s:hover, .active_shadow_bottom_left_magenta8s:active:hover { -webkit-box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .78); box-shadow: -0.5em 0.5em 1em rgba(180, 0, 180, .78); } /* -------------------------- shadow bottom_right settings --------------------------------*/ .shadow_bottom_right_magenta8, .hover_shadow_bottom_right_magenta8:hover, .active_shadow_bottom_right_magenta8:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(120, 0, 120, .39); -moz-box-shadow: 0.5em 0.5em 1em rgba(120, 0, 120, .39); box-shadow: 0.5em 0.5em 1em rgba(120, 0, 120, .39); } .shadow_bottom_right_magenta8h, .hover_shadow_bottom_right_magenta8h:hover, .active_shadow_bottom_right_magenta8h:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(144, 0, 144, .50); -moz-box-shadow: 0.5em 0.5em 1em rgba(144, 0, 144, .50); box-shadow: 0.5em 0.5em 1em rgba(144, 0, 144, .50); } .shadow_bottom_right_magenta8a, .hover_shadow_bottom_right_magenta8a:hover, .active_shadow_bottom_right_magenta8a:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .63); -moz-box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .63); box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .63); } .shadow_bottom_right_magenta8s, .hover_shadow_bottom_right_magenta8s:hover, .active_shadow_bottom_right_magenta8s:active:hover { -webkit-box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .78); -moz-box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .78); box-shadow: 0.5em 0.5em 1em rgba(180, 0, 180, .78); }
0.476336
0.108803
@font-face { font-family:'iconfont_282'; src: url('http://at.alicdn.com/t/font_1394514319_4232697.eot'); /* IE9*/ src: url('http://at.alicdn.com/t/font_1394514319_4232697.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://at.alicdn.com/t/font_1394514319_4607148.woff') format('woff'), /* chrome、firefox */ url('http://at.alicdn.com/t/font_1394514319_37047.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('http://at.alicdn.com/t/font_1394514319_8327582.svg#iconfont') format('svg'); /* iOS 4.1- */ } .iconfont_282 { font-family:'iconfont_282'; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; } a { color: #0066CC; } #sidebar { position: fixed; top: 0; left: 0; width: 220px; background-color: #EDEDED; z-index: 1000; height: 100%; } #sidebar header { padding: 20px 0; text-align: center; } #sidebar header a { color: #4d4d4d; } #sidebar header a > span { vertical-align: middle; font-size: 30px; } #sidebar header a > i { vertical-align: middle; font-size: 50px; } #sidebar ul { padding: 0 25px 0 25px; text-align: left; } .nav-divider { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px; } #sidebar ul a { display: block; } #sidebar ul a i { color: #999; } #sidebar .dib { vertical-align: middle; font-size: 14px; } #content { margin: 0 0 0 220px; padding: 30px 25px 0 25px; } #legend { margin: 20px 0; } #legend ul li { position: relative; display: inline-block; margin-right: 20px; padding-left: 5px; line-height: 1; border-left-width: 50px; border-left-style: solid; } #calendar { margin: 30px 50px 30px 150px; } .modal .close { float: right; cursor: pointer; } .popover .btn { display: block; margin: 5px 0; width: 70px; background: transparent; border-bottom-color: #ddd !important; } .form-item { margin-bottom: 10px; } .form-item > label { float: left; width: 160px; padding-top: 5px; text-align: right; } .form-item .controls { margin-left: 180px; padding-top: 5px; } .form-item input[type="text"] { width: 240px; } .form-item select { width: 254px; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { display: inline-block; height: 20px; padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); } select { height: 30px; line-height: 30px; } #prev, #next { position: absolute; top: 15px; color: #555; } #prev { left: -20px; } #next { right: -20px; } #prev:hover, #next:hover { color: #0066CC; } #field-list { margin: 5px 0; } #field-list > li { position: relative; } #field-list > li.active:before { position: absolute; top: 1px; left: -20px; font-family: iconfont; font-size: 12px; font-style: normal; font-weight: 400; font-variant: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content:'~'; color: #0066CC; }
public/css/book.css
@font-face { font-family:'iconfont_282'; src: url('http://at.alicdn.com/t/font_1394514319_4232697.eot'); /* IE9*/ src: url('http://at.alicdn.com/t/font_1394514319_4232697.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('http://at.alicdn.com/t/font_1394514319_4607148.woff') format('woff'), /* chrome、firefox */ url('http://at.alicdn.com/t/font_1394514319_37047.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('http://at.alicdn.com/t/font_1394514319_8327582.svg#iconfont') format('svg'); /* iOS 4.1- */ } .iconfont_282 { font-family:'iconfont_282'; font-style:normal; -webkit-font-smoothing: antialiased; -webkit-text-stroke-width: 0.2px; } a { color: #0066CC; } #sidebar { position: fixed; top: 0; left: 0; width: 220px; background-color: #EDEDED; z-index: 1000; height: 100%; } #sidebar header { padding: 20px 0; text-align: center; } #sidebar header a { color: #4d4d4d; } #sidebar header a > span { vertical-align: middle; font-size: 30px; } #sidebar header a > i { vertical-align: middle; font-size: 50px; } #sidebar ul { padding: 0 25px 0 25px; text-align: left; } .nav-divider { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 10px; } #sidebar ul a { display: block; } #sidebar ul a i { color: #999; } #sidebar .dib { vertical-align: middle; font-size: 14px; } #content { margin: 0 0 0 220px; padding: 30px 25px 0 25px; } #legend { margin: 20px 0; } #legend ul li { position: relative; display: inline-block; margin-right: 20px; padding-left: 5px; line-height: 1; border-left-width: 50px; border-left-style: solid; } #calendar { margin: 30px 50px 30px 150px; } .modal .close { float: right; cursor: pointer; } .popover .btn { display: block; margin: 5px 0; width: 70px; background: transparent; border-bottom-color: #ddd !important; } .form-item { margin-bottom: 10px; } .form-item > label { float: left; width: 160px; padding-top: 5px; text-align: right; } .form-item .controls { margin-left: 180px; padding-top: 5px; } .form-item input[type="text"] { width: 240px; } .form-item select { width: 254px; } select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] { display: inline-block; height: 20px; padding: 4px 6px; margin-bottom: 10px; font-size: 14px; line-height: 20px; color: #555; vertical-align: middle; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #ffffff; background-image: none; border: 1px solid #cccccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s; } select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus { border-color: #66afe9; outline: 0; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6); } select { height: 30px; line-height: 30px; } #prev, #next { position: absolute; top: 15px; color: #555; } #prev { left: -20px; } #next { right: -20px; } #prev:hover, #next:hover { color: #0066CC; } #field-list { margin: 5px 0; } #field-list > li { position: relative; } #field-list > li.active:before { position: absolute; top: 1px; left: -20px; font-family: iconfont; font-size: 12px; font-style: normal; font-weight: 400; font-variant: normal; speak: none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content:'~'; color: #0066CC; }
0.284477
0.102215
@charset "UTF-8"; /** * @author Aihy * @email <EMAIL> * @email <EMAIL> */ /* 弹性布局 */ .hy-theme-red { /*********************************/ /*** 主页页面 - strat - **/ /*********************************/ /*********************************/ /*** 主页页面 - end - **/ /*********************************/ /*********************************/ /*** 登录 - strat - **/ /*********************************/ /*********************************/ /*** 登录 - end - **/ /*********************************/ /*********************************/ /*** 个人中心 - strat - **/ /*********************************/ /*********************************/ /*** 个人中心 - end - **/ /*********************************/ } .hy-theme-red header { background: #e03636; } .hy-theme-red header .header-num-box { background: #ff9800; } .hy-theme-red .header-article-nav { background: #e03636; } .hy-theme-red .header-article-nav .header-num-box { background: #ff9800; } .hy-theme-red .footer-nav a .active { color: #e03636; } .hy-theme-red footer { background: white; } .hy-theme-red footer .tip { border: none; border-bottom: 1px solid #eeeeee; } .hy-theme-red footer .tip .info { border-right: 1px solid #eeeeee; } .hy-theme-red footer .tip .info img { display: none; } .hy-theme-red footer .tip .info b { color: #4e4e4e; } .hy-theme-red footer .tip .info p { color: #a9a9a9; } .hy-theme-red .header-article-nav { background: #e03636; } .hy-theme-red .information .choose-type .active { color: #e03636; border-bottom: 0.02rem solid #e03636; } .hy-theme-red .header-article-nav { background: #e03636; } .hy-theme-red .detail-info .footer-bottom-space { margin-bottom: 0.8rem; } .hy-theme-red .detail-info .info .title { color: #e03636; } .hy-theme-red .home nav a img { width: 0.6rem; padding: 0.05rem; box-sizing: border-box; } .hy-theme-red .home .modular-title { text-align: left; margin-left: 0.2rem; } .hy-theme-red .home .modular-title a { display: inline-block; float: right; margin-right: 0.2rem; margin-top: 0.02rem; color: #a9a9a9; } .hy-theme-red .home .hot-push { padding: 0 0.2rem 0.15rem; box-sizing: border-box; } .hy-theme-red .home .hot-push .item { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-around; text-align: center; justify-content: space-between; max-width: 4.15rem; margin: 0 auto; } .hy-theme-red .home .hot-push .item.two img { width: 1.64rem; height: 0.81rem; } .hy-theme-red .home .hot-push .item.four { margin-top: 0.05rem; } .hy-theme-red .home .hot-push .item.four img { width: 0.78rem; height: 1rem; } .hy-theme-red .home .company-service .commerce .modular-title { margin-bottom: 0.1rem; } .hy-theme-red .home .company-service .commerce .nav .item { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; border-top: 1px solid #eee; } .hy-theme-red .home .company-service .commerce .nav .item a { width: 50%; } .hy-theme-red .home .company-service .commerce .nav .item a .one { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; padding: 0.15rem 0.2rem; box-sizing: border-box; border-right: 1px solid #eee; } .hy-theme-red .home .company-service .commerce .nav .item a .one img { height: 0.42rem; width: 0.33rem; margin-right: 0.15rem; } .hy-theme-red .home .company-service .commerce .nav .item a .one .content h3 { font-size: 0.14rem; } .hy-theme-red .home .company-service .commerce .nav .item a .one .content p { color: #a9a9a9; } .hy-theme-red .home .news .modular-title { margin-bottom: 0.1rem; margin-top: 0; } .hy-theme-red .home .news .list .item { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; border-top: 1px solid #eee; padding: 0.15rem 0.2rem; } .hy-theme-red .home .news .list .item .list-img { width: 1.2rem; height: 0.9rem; margin-right: 0.1rem; background: url(/Public/Mobile/img/article.png) no-repeat; background-size: contain; } .hy-theme-red .home .news .list .item .content { width: calc(100% - 1.2rem); position: relative; } .hy-theme-red .home .news .list .item .content h3 { height: 0.22rem; font-size: 0.14rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .hy-theme-red .home .news .list .item .content .text { color: #a9a9a9; margin: 0.025rem 0; height: 0.38rem; } .hy-theme-red .home .news .list .item .content .tip { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-around; text-align: center; justify-content: space-between; width: 100%; } .hy-theme-red .home .news .list .item .content .tip span { color: #a9a9a9; } .hy-theme-red .home .news .list .item .content .tip span i { color: #a9a9a9; margin-right: 0.05rem; vertical-align: unset; } .hy-theme-red .hy-login { background: white; } .hy-theme-red .hy-login form { padding: 0.3rem 0.35rem 0.2rem; margin: 0 auto; } .hy-theme-red .hy-login form ::-webkit-input-placeholder { /* WebKit browsers */ color: #999; } .hy-theme-red .hy-login form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; } .hy-theme-red .hy-login form ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; } .hy-theme-red .hy-login form :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999; } .hy-theme-red .hy-login form .item { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; padding: 0.05rem 0; height: 0.42rem; border-bottom: 1px solid #eee; } .hy-theme-red .hy-login form .item .input-logo { height: 0.42rem; line-height: 0.5rem; font-size: 0.17rem; width: 0.2rem; text-align: center; } .hy-theme-red .hy-login form .item input { height: 100%; width: 100%; margin-left: 0.25rem; font-size: 0.14rem; letter-spacing: 0.01rem; } .hy-theme-red .hy-login form .item .getcode { width: 1.2rem; height: 0.4rem; line-height: 0.4rem; text-align: center; } .hy-theme-red .hy-login form .item .getcode img { width: 100%; height: 100%; vertical-align: middle; } .hy-theme-red .hy-login form .item .sendcode { width: 1.2rem; height: 0.42rem; line-height: 0.42rem; font-weight: bold; font-size: 0.13rem; letter-spacing: 0.01rem; color: #e03636; text-align: center; } .hy-theme-red .hy-login form .btn { height: 0.42rem; line-height: 0.42rem; text-align: center; width: 100%; color: white; font-weight: bold; font-size: 0.15rem; background: #e03636; border-radius: 0.03rem; margin-top: 0.4rem; letter-spacing: 0.02rem; } .hy-theme-red .self-home .col .one .tel { color: #e03636; } .hy-theme-red .self-home .personal-data { background: url(/Public/Mobile/img/red/self/self_01.png) no-repeat center; background-size: cover; } .hy-theme-red .self-home .title .self-nav .one img { margin: 0 auto 0.05rem; } .hy-theme-red .self-home .self-title { height: 0.52rem; background: rgba(255, 255, 255, 0); width: 100%; margin: 0 auto; } .hy-theme-red .self-home .self-title .header-back { position: absolute; left: 0; height: 0.52rem; line-height: 0.52rem; text-align: center; width: 0.49rem; } .hy-theme-red .self-home .self-title .header-back i { font-size: 0.26rem; color: white; vertical-align: sub; } .hy-theme-red .self-home .self-title .header-text { margin: 0 auto; height: 0.52rem; line-height: 0.52rem; width: 1.38rem; text-align: center; font-weight: bold; font-size: 0.17rem; letter-spacing: 0.02rem; color: white; } .hy-theme-red .container .my-order .choose-nav .active { color: #e03636; border-bottom: 0.02rem solid #e03636; } .hy-theme-red .container .order-pay .content .col .one a .strong, .hy-theme-red .container .my-order .content .col .one a .strong { color: #e03636; } .hy-theme-red .container .order-pay .content .col .btn, .hy-theme-red .container .my-order .content .col .btn { background: #e03636; margin-top: 0.03rem; } .hy-theme-red .container .classify .content { background: #f5f5f5; } .hy-theme-red .container .classify .content .tab-nav ul li { letter-spacing: 0.01rem; } .hy-theme-red .container .classify .content .tab-nav ul .active { background: #f5f5f5; color: #e03636; border-left: 0.02rem solid #e03636; } .hy-theme-red .container .classify .content .tab-menu .l-content .title { text-align: center; padding: 0.1rem 0; letter-spacing: 0.01rem; font-size: 0.13rem; color: #4e4e4e; } .hy-theme-red .container .classify .content .tab-menu .l-content .title span { display: inline-block; width: 0.3rem; border-top: 0.01rem solid #4e4e4e; margin-bottom: 0.04rem; } .hy-theme-red .container .classify .content .tab-menu .l-content { padding: 0.1rem 0 0 0.1rem; } .hy-theme-red .container .classify .content .tab-menu .l-content .row .one { border-bottom: 10px solid #f5f5f5; border-right: 10px solid #f5f5f5; box-sizing: border-box; } .hy-theme-red .container .classify .content .tab-menu .l-content .row .one .info p { letter-spacing: 0.01rem; } /*# sourceMappingURL=index_red.css.map */
public/phone/Public/Mobile/css/index_red.css
@charset "UTF-8"; /** * @author Aihy * @email <EMAIL> * @email <EMAIL> */ /* 弹性布局 */ .hy-theme-red { /*********************************/ /*** 主页页面 - strat - **/ /*********************************/ /*********************************/ /*** 主页页面 - end - **/ /*********************************/ /*********************************/ /*** 登录 - strat - **/ /*********************************/ /*********************************/ /*** 登录 - end - **/ /*********************************/ /*********************************/ /*** 个人中心 - strat - **/ /*********************************/ /*********************************/ /*** 个人中心 - end - **/ /*********************************/ } .hy-theme-red header { background: #e03636; } .hy-theme-red header .header-num-box { background: #ff9800; } .hy-theme-red .header-article-nav { background: #e03636; } .hy-theme-red .header-article-nav .header-num-box { background: #ff9800; } .hy-theme-red .footer-nav a .active { color: #e03636; } .hy-theme-red footer { background: white; } .hy-theme-red footer .tip { border: none; border-bottom: 1px solid #eeeeee; } .hy-theme-red footer .tip .info { border-right: 1px solid #eeeeee; } .hy-theme-red footer .tip .info img { display: none; } .hy-theme-red footer .tip .info b { color: #4e4e4e; } .hy-theme-red footer .tip .info p { color: #a9a9a9; } .hy-theme-red .header-article-nav { background: #e03636; } .hy-theme-red .information .choose-type .active { color: #e03636; border-bottom: 0.02rem solid #e03636; } .hy-theme-red .header-article-nav { background: #e03636; } .hy-theme-red .detail-info .footer-bottom-space { margin-bottom: 0.8rem; } .hy-theme-red .detail-info .info .title { color: #e03636; } .hy-theme-red .home nav a img { width: 0.6rem; padding: 0.05rem; box-sizing: border-box; } .hy-theme-red .home .modular-title { text-align: left; margin-left: 0.2rem; } .hy-theme-red .home .modular-title a { display: inline-block; float: right; margin-right: 0.2rem; margin-top: 0.02rem; color: #a9a9a9; } .hy-theme-red .home .hot-push { padding: 0 0.2rem 0.15rem; box-sizing: border-box; } .hy-theme-red .home .hot-push .item { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-around; text-align: center; justify-content: space-between; max-width: 4.15rem; margin: 0 auto; } .hy-theme-red .home .hot-push .item.two img { width: 1.64rem; height: 0.81rem; } .hy-theme-red .home .hot-push .item.four { margin-top: 0.05rem; } .hy-theme-red .home .hot-push .item.four img { width: 0.78rem; height: 1rem; } .hy-theme-red .home .company-service .commerce .modular-title { margin-bottom: 0.1rem; } .hy-theme-red .home .company-service .commerce .nav .item { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; border-top: 1px solid #eee; } .hy-theme-red .home .company-service .commerce .nav .item a { width: 50%; } .hy-theme-red .home .company-service .commerce .nav .item a .one { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; padding: 0.15rem 0.2rem; box-sizing: border-box; border-right: 1px solid #eee; } .hy-theme-red .home .company-service .commerce .nav .item a .one img { height: 0.42rem; width: 0.33rem; margin-right: 0.15rem; } .hy-theme-red .home .company-service .commerce .nav .item a .one .content h3 { font-size: 0.14rem; } .hy-theme-red .home .company-service .commerce .nav .item a .one .content p { color: #a9a9a9; } .hy-theme-red .home .news .modular-title { margin-bottom: 0.1rem; margin-top: 0; } .hy-theme-red .home .news .list .item { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; border-top: 1px solid #eee; padding: 0.15rem 0.2rem; } .hy-theme-red .home .news .list .item .list-img { width: 1.2rem; height: 0.9rem; margin-right: 0.1rem; background: url(/Public/Mobile/img/article.png) no-repeat; background-size: contain; } .hy-theme-red .home .news .list .item .content { width: calc(100% - 1.2rem); position: relative; } .hy-theme-red .home .news .list .item .content h3 { height: 0.22rem; font-size: 0.14rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .hy-theme-red .home .news .list .item .content .text { color: #a9a9a9; margin: 0.025rem 0; height: 0.38rem; } .hy-theme-red .home .news .list .item .content .tip { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; justify-content: space-around; text-align: center; justify-content: space-between; width: 100%; } .hy-theme-red .home .news .list .item .content .tip span { color: #a9a9a9; } .hy-theme-red .home .news .list .item .content .tip span i { color: #a9a9a9; margin-right: 0.05rem; vertical-align: unset; } .hy-theme-red .hy-login { background: white; } .hy-theme-red .hy-login form { padding: 0.3rem 0.35rem 0.2rem; margin: 0 auto; } .hy-theme-red .hy-login form ::-webkit-input-placeholder { /* WebKit browsers */ color: #999; } .hy-theme-red .hy-login form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #999; } .hy-theme-red .hy-login form ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #999; } .hy-theme-red .hy-login form :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #999; } .hy-theme-red .hy-login form .item { display: -webkit-flex; /* 新版本语法: Chrome 21+ */ display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ display: -moz-box; /* 老版本语法: Firefox (buggy) */ display: -ms-flexbox; /* 混合版本语法: IE 10 */ display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */ -webkit-box-orient: horizontal; -webkit-box-direction: normal; padding: 0.05rem 0; height: 0.42rem; border-bottom: 1px solid #eee; } .hy-theme-red .hy-login form .item .input-logo { height: 0.42rem; line-height: 0.5rem; font-size: 0.17rem; width: 0.2rem; text-align: center; } .hy-theme-red .hy-login form .item input { height: 100%; width: 100%; margin-left: 0.25rem; font-size: 0.14rem; letter-spacing: 0.01rem; } .hy-theme-red .hy-login form .item .getcode { width: 1.2rem; height: 0.4rem; line-height: 0.4rem; text-align: center; } .hy-theme-red .hy-login form .item .getcode img { width: 100%; height: 100%; vertical-align: middle; } .hy-theme-red .hy-login form .item .sendcode { width: 1.2rem; height: 0.42rem; line-height: 0.42rem; font-weight: bold; font-size: 0.13rem; letter-spacing: 0.01rem; color: #e03636; text-align: center; } .hy-theme-red .hy-login form .btn { height: 0.42rem; line-height: 0.42rem; text-align: center; width: 100%; color: white; font-weight: bold; font-size: 0.15rem; background: #e03636; border-radius: 0.03rem; margin-top: 0.4rem; letter-spacing: 0.02rem; } .hy-theme-red .self-home .col .one .tel { color: #e03636; } .hy-theme-red .self-home .personal-data { background: url(/Public/Mobile/img/red/self/self_01.png) no-repeat center; background-size: cover; } .hy-theme-red .self-home .title .self-nav .one img { margin: 0 auto 0.05rem; } .hy-theme-red .self-home .self-title { height: 0.52rem; background: rgba(255, 255, 255, 0); width: 100%; margin: 0 auto; } .hy-theme-red .self-home .self-title .header-back { position: absolute; left: 0; height: 0.52rem; line-height: 0.52rem; text-align: center; width: 0.49rem; } .hy-theme-red .self-home .self-title .header-back i { font-size: 0.26rem; color: white; vertical-align: sub; } .hy-theme-red .self-home .self-title .header-text { margin: 0 auto; height: 0.52rem; line-height: 0.52rem; width: 1.38rem; text-align: center; font-weight: bold; font-size: 0.17rem; letter-spacing: 0.02rem; color: white; } .hy-theme-red .container .my-order .choose-nav .active { color: #e03636; border-bottom: 0.02rem solid #e03636; } .hy-theme-red .container .order-pay .content .col .one a .strong, .hy-theme-red .container .my-order .content .col .one a .strong { color: #e03636; } .hy-theme-red .container .order-pay .content .col .btn, .hy-theme-red .container .my-order .content .col .btn { background: #e03636; margin-top: 0.03rem; } .hy-theme-red .container .classify .content { background: #f5f5f5; } .hy-theme-red .container .classify .content .tab-nav ul li { letter-spacing: 0.01rem; } .hy-theme-red .container .classify .content .tab-nav ul .active { background: #f5f5f5; color: #e03636; border-left: 0.02rem solid #e03636; } .hy-theme-red .container .classify .content .tab-menu .l-content .title { text-align: center; padding: 0.1rem 0; letter-spacing: 0.01rem; font-size: 0.13rem; color: #4e4e4e; } .hy-theme-red .container .classify .content .tab-menu .l-content .title span { display: inline-block; width: 0.3rem; border-top: 0.01rem solid #4e4e4e; margin-bottom: 0.04rem; } .hy-theme-red .container .classify .content .tab-menu .l-content { padding: 0.1rem 0 0 0.1rem; } .hy-theme-red .container .classify .content .tab-menu .l-content .row .one { border-bottom: 10px solid #f5f5f5; border-right: 10px solid #f5f5f5; box-sizing: border-box; } .hy-theme-red .container .classify .content .tab-menu .l-content .row .one .info p { letter-spacing: 0.01rem; } /*# sourceMappingURL=index_red.css.map */
0.175644
0.040999
* { margin: 0; padding: 0; /* 상자 내부의 외곽선 */ box-sizing: border-box; } #roomGenContainer { width: 300px; height: 450px; background-color: #B1E2FD; } #makeRoomTopNullSpace{ height: 50px; } #makeRoomLogo { margin-left: 40px; margin-bottom: 17px; width: 200px; height: 35px; } #makeRoomLogo > p { font-size: 20px; text-align: center; } .line_250 { margin-left: 25px; width: 250px; border: 0.7px solid #000000; } #idNullSpace { width: 100%; height: 20px; } #RoomName { width: 200px; height: 50px; } .transpInp { margin-left: 25px; font-size: 16px; /* For transparent background input.*/ border: none; background: transparent; } .friendBlock { margin-top: 5px; margin-left: 10px; width: 180px; height: 40px; } .friendBlock > p { margin-left: 15px; font-size: 16px; line-height: 40px; } .idInp { width: 130px; height: 50px; } .defaultBtn { margin-top: 10px; margin-left: 25px; width: 250px; height: 50px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); background-color: #D3EDFC; } .defaultBtn > * { float: left; } #friendListSpace{ width: 300px; height: 180px; overflow: auto; } #idListSpace { width: 300px; height: 180px; overflow: auto; } .idBtn:last-child { margin-bottom: 30px; } .idBtn:first-child { margin-top: 30px; } .idSearchBtn { float: left; } .idSearchBtn > div { background-image: url('../public/search.svg'); } .idDelBtn { float: right; margin-right: 10px; } .idDelBtn > div{ background-image: url('../public/delPerson.svg'); } .idAddBtn { float: left; margin-right: 10px; } .idAddBtn > div{ background-image: url('../public/addPerson.svg'); } .circleBtn { margin-left: 10px; margin-top: 10px; margin-bottom: 10px; width: 30px; height: 30px; cursor: pointer; border-radius: 50%; background-color: #C4C4C4; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .circleBtn > div { margin-left: 5px; margin-top: 5px; width: 20px; height: 20px; background-size: contain; background-position: center; background-repeat: no-repeat; } .roomGenBtnSpace { margin-left: 25px; margin-top: 10px; width: 250px; height: 50px; } #navNext { float: right; margin-right: 10px; } #navNext > div { background-image: url('../public/next.svg'); } #mapInp { width: 175px; height: 50px; float: left; } #findMap { margin-left: 25px; margin-top: 10px; width: 250px; height: 160px; background-color: blue; } #navBefore { float: left; margin-left: 10px; } #navBefore > div { background-image: url('../public/before.svg'); } #roomEnd { float: right; margin-right: 10px; } #roomEnd > div { background-image: url('../public/add.svg'); } #rgFooter { width: 100%; height: 30px; } #footerMsg { font-size: 9px; /* text sort to center. line-height need to be same with height. */ line-height: 30px; text-align: center; } .displayNone { display: none; }
Layout Example/css/mainRoomGen.css
* { margin: 0; padding: 0; /* 상자 내부의 외곽선 */ box-sizing: border-box; } #roomGenContainer { width: 300px; height: 450px; background-color: #B1E2FD; } #makeRoomTopNullSpace{ height: 50px; } #makeRoomLogo { margin-left: 40px; margin-bottom: 17px; width: 200px; height: 35px; } #makeRoomLogo > p { font-size: 20px; text-align: center; } .line_250 { margin-left: 25px; width: 250px; border: 0.7px solid #000000; } #idNullSpace { width: 100%; height: 20px; } #RoomName { width: 200px; height: 50px; } .transpInp { margin-left: 25px; font-size: 16px; /* For transparent background input.*/ border: none; background: transparent; } .friendBlock { margin-top: 5px; margin-left: 10px; width: 180px; height: 40px; } .friendBlock > p { margin-left: 15px; font-size: 16px; line-height: 40px; } .idInp { width: 130px; height: 50px; } .defaultBtn { margin-top: 10px; margin-left: 25px; width: 250px; height: 50px; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); background-color: #D3EDFC; } .defaultBtn > * { float: left; } #friendListSpace{ width: 300px; height: 180px; overflow: auto; } #idListSpace { width: 300px; height: 180px; overflow: auto; } .idBtn:last-child { margin-bottom: 30px; } .idBtn:first-child { margin-top: 30px; } .idSearchBtn { float: left; } .idSearchBtn > div { background-image: url('../public/search.svg'); } .idDelBtn { float: right; margin-right: 10px; } .idDelBtn > div{ background-image: url('../public/delPerson.svg'); } .idAddBtn { float: left; margin-right: 10px; } .idAddBtn > div{ background-image: url('../public/addPerson.svg'); } .circleBtn { margin-left: 10px; margin-top: 10px; margin-bottom: 10px; width: 30px; height: 30px; cursor: pointer; border-radius: 50%; background-color: #C4C4C4; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); } .circleBtn > div { margin-left: 5px; margin-top: 5px; width: 20px; height: 20px; background-size: contain; background-position: center; background-repeat: no-repeat; } .roomGenBtnSpace { margin-left: 25px; margin-top: 10px; width: 250px; height: 50px; } #navNext { float: right; margin-right: 10px; } #navNext > div { background-image: url('../public/next.svg'); } #mapInp { width: 175px; height: 50px; float: left; } #findMap { margin-left: 25px; margin-top: 10px; width: 250px; height: 160px; background-color: blue; } #navBefore { float: left; margin-left: 10px; } #navBefore > div { background-image: url('../public/before.svg'); } #roomEnd { float: right; margin-right: 10px; } #roomEnd > div { background-image: url('../public/add.svg'); } #rgFooter { width: 100%; height: 30px; } #footerMsg { font-size: 9px; /* text sort to center. line-height need to be same with height. */ line-height: 30px; text-align: center; } .displayNone { display: none; }
0.309441
0.134236
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */ } /* lato-italic - latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: url('../fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */ src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */ } /* lato-700 - latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: url('../fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */ src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */ } /* lato-700italic - latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: url('../fonts/lato-v14-latin-700italic.eot'); /* IE9 Compat Modes */ src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/lato-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v14-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */ } body { background-color: #eee; } body, .ui.menu, .results, .ui.search>.results .result .title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-weight: 400; } a { color: #4168a3; } a:hover { color: #578adb; } .ui.menu .ui.dropdown .menu > .active.item { background: 0 0 !important; font-weight: 400 !important; color: rgba(0,0,0,.87) !important; } .header-segment { border-style: none; border-radius: 0.28571429rem 0.28571429rem 0em 0em; } .ui.secondary.segment { background: #f2f2f2; } .hero { background: #0f4470; padding-top: 3em; padding-bottom: 2em; } .file-hero { margin-top: 4em; margin-bottom: 1em; padding-top: 1em; padding-bottom: 1em; padding-left: 10px; } .ui.segments { margin-bottom: 2rem; } .ui.table thead th { padding: .6em; background: #f8f8f8; } .ui.striped.table tbody tr:nth-child(2n), .ui.striped.table>tr:nth-child(2n) { background: #f8f8f8; } .ui.labels { margin-top: .4em; } .ui.labels>.label { font-size: .8em; margin: 0 .2em .5em 0; } .ui.label>.detail { margin-left: .6em; } .example { font-size: smaller; } .main.container { margin-top: 5em; } .footer { background: #0f4470; color: #fff; margin-top: 4em; padding: 2em 0; } .footer a { color: #fff; }
sensoris-spec/doc/css/sensoris.css
@font-face { font-family: 'Lato'; font-style: normal; font-weight: 400; src: url('../fonts/lato-v14-latin-regular.eot'); /* IE9 Compat Modes */ src: local('Lato Regular'), local('Lato-Regular'), url('../fonts/lato-v14-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v14-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v14-latin-regular.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v14-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v14-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */ } /* lato-italic - latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 400; src: url('../fonts/lato-v14-latin-italic.eot'); /* IE9 Compat Modes */ src: local('Lato Italic'), local('Lato-Italic'), url('../fonts/lato-v14-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v14-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v14-latin-italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v14-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v14-latin-italic.svg#Lato') format('svg'); /* Legacy iOS */ } /* lato-700 - latin */ @font-face { font-family: 'Lato'; font-style: normal; font-weight: 700; src: url('../fonts/lato-v14-latin-700.eot'); /* IE9 Compat Modes */ src: local('Lato Bold'), local('Lato-Bold'), url('../fonts/lato-v14-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v14-latin-700.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v14-latin-700.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v14-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v14-latin-700.svg#Lato') format('svg'); /* Legacy iOS */ } /* lato-700italic - latin */ @font-face { font-family: 'Lato'; font-style: italic; font-weight: 700; src: url('../fonts/lato-v14-latin-700italic.eot'); /* IE9 Compat Modes */ src: local('Lato Bold Italic'), local('Lato-BoldItalic'), url('../fonts/lato-v14-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/lato-v14-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */ url('../fonts/lato-v14-latin-700italic.woff') format('woff'), /* Modern Browsers */ url('../fonts/lato-v14-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */ url('../fonts/lato-v14-latin-700italic.svg#Lato') format('svg'); /* Legacy iOS */ } body { background-color: #eee; } body, .ui.menu, .results, .ui.search>.results .result .title { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-weight: 400; } a { color: #4168a3; } a:hover { color: #578adb; } .ui.menu .ui.dropdown .menu > .active.item { background: 0 0 !important; font-weight: 400 !important; color: rgba(0,0,0,.87) !important; } .header-segment { border-style: none; border-radius: 0.28571429rem 0.28571429rem 0em 0em; } .ui.secondary.segment { background: #f2f2f2; } .hero { background: #0f4470; padding-top: 3em; padding-bottom: 2em; } .file-hero { margin-top: 4em; margin-bottom: 1em; padding-top: 1em; padding-bottom: 1em; padding-left: 10px; } .ui.segments { margin-bottom: 2rem; } .ui.table thead th { padding: .6em; background: #f8f8f8; } .ui.striped.table tbody tr:nth-child(2n), .ui.striped.table>tr:nth-child(2n) { background: #f8f8f8; } .ui.labels { margin-top: .4em; } .ui.labels>.label { font-size: .8em; margin: 0 .2em .5em 0; } .ui.label>.detail { margin-left: .6em; } .example { font-size: smaller; } .main.container { margin-top: 5em; } .footer { background: #0f4470; color: #fff; margin-top: 4em; padding: 2em 0; } .footer a { color: #fff; }
0.208824
0.044785
.topnav { overflow: hidden; background-color: #4285F4; z-index:1; } .topnav a { float: left; display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { background-color: #2196F3; color: white; } .topnav .search-container { float: right; } .topnav input[type=text] { padding: 6px; margin-top: 8px; font-size: 17px; border: none; } .chat-popup{ width: 360px; display: none; position: fixed; bottom: 100px; right: 15px; border: 3px solid blue; z-index: 9; background-color:black; height: 350px; border-radius: 10px; } .chat-container { margin: 0px; padding: 0px; background-color: black; border-radius: 20px; border: 1px; max-height: 400px; height: 61vh; } .chat-message { padding: 1%; border-radius: 10px; margin-top: 2%; margin-left: 2%; margin-right: 5%; font-size: 1em; } .bot-message{ background: green; color: white; float: left; left: -55%; } .human-message { background: blue; color: white; float: right; } #myForm { border-radius: 20px; animation-duration: 0.5s; background-color: black; /*rgb(240, 27, 222);*/ display: none; height: 450px; } #input_message{ color:white; border: 2px solid white; border-radius: 15px; padding-left:0.75vw; height:5vh; margin-right:100px; } .mee{ margin-top:16vh; transition: 0.3s; z-index:-1; height:550px; } .topnav .my_image{ margin-left:20%; width:300px; height:100px; } .something{ display:inline-block;width:10px; } @media screen and (max-width: 600px) { .topnav .my_image{ margin-left:0px; width:320px; height:100px; } .topnav .search-container { float: none; } .mee{ margin-top:11vh; opacity:0.85; } .topnav a, .topnav input[type=text], .topnav .search-container button { float: none; display: block; text-align: left; width: 100%; margin: 0; padding: 14px; } .topnav input[type=text] { border: 1px solid #ccc; } .chat-popup{ width: 300px; height:250px; margin-left:3vw; margin-top:2vh; } .chat-container{ height:230px; } #myForm{ height:300px; } .chat-message { transform:scaleX(0.75); font-size:1.25em; } .bot-message{ left: -12%; } .human-message { padding-left: 10%; right:-14%; } } body,html { height: 100%; } .input { border: 1px solid blue; border-radius: 3px; } #input_message{ width:90%; margin-left: 10px; margin-top:5%; } #loading { float: left; margin: 10%; padding: 5%; } body { font-family: Arial, Helvetica, sans-serif; } * { box-sizing: border-box; } /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { position: fixed; bottom: 23px; right: 10px; width: 280px; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .open-button:hover,.open-button:focus,.open-button:active{ -webkit-transform: scale(1.1); transform: scale(1.1); } .modal.show{ animation-duration: 0.2s; } .inline-icon { margin-top:25px; display: inline-flex; vertical-align:middle; font-size: 20px !important; } .sidebar-link{ height: 50px; } #Userdd{ height: 100px; } .user-email{ height: 30px; } .sidebar-nav{ height: 0px; } .user-profile{ height: 100px; } #target{ height:0px; } #input_message{ height: 20px; } body::-webkit-scrollbar { width: 1em; border-radius: 20px; } body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); box-shadow: inset 0 0 6px rgba(11, 66, 245, 0.3); } body::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; } .container-fluid{ height: 100%; } .scroll-sidebar{ width: 10px; } .card{ margin-bottom: 10px; } .left-sidebar{ background-color: darkblue; } .form-control-label{ font-size: 15px; } .mydiv{ width: 90%; border: 5px solid blue; padding: 25px; margin: 25px; border-radius: 15px; } .flow-tex{ font-size:20px; }
app/static/css/style.css
.topnav { overflow: hidden; background-color: #4285F4; z-index:1; } .topnav a { float: left; display: block; color: white; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #ddd; color: black; } .topnav a.active { background-color: #2196F3; color: white; } .topnav .search-container { float: right; } .topnav input[type=text] { padding: 6px; margin-top: 8px; font-size: 17px; border: none; } .chat-popup{ width: 360px; display: none; position: fixed; bottom: 100px; right: 15px; border: 3px solid blue; z-index: 9; background-color:black; height: 350px; border-radius: 10px; } .chat-container { margin: 0px; padding: 0px; background-color: black; border-radius: 20px; border: 1px; max-height: 400px; height: 61vh; } .chat-message { padding: 1%; border-radius: 10px; margin-top: 2%; margin-left: 2%; margin-right: 5%; font-size: 1em; } .bot-message{ background: green; color: white; float: left; left: -55%; } .human-message { background: blue; color: white; float: right; } #myForm { border-radius: 20px; animation-duration: 0.5s; background-color: black; /*rgb(240, 27, 222);*/ display: none; height: 450px; } #input_message{ color:white; border: 2px solid white; border-radius: 15px; padding-left:0.75vw; height:5vh; margin-right:100px; } .mee{ margin-top:16vh; transition: 0.3s; z-index:-1; height:550px; } .topnav .my_image{ margin-left:20%; width:300px; height:100px; } .something{ display:inline-block;width:10px; } @media screen and (max-width: 600px) { .topnav .my_image{ margin-left:0px; width:320px; height:100px; } .topnav .search-container { float: none; } .mee{ margin-top:11vh; opacity:0.85; } .topnav a, .topnav input[type=text], .topnav .search-container button { float: none; display: block; text-align: left; width: 100%; margin: 0; padding: 14px; } .topnav input[type=text] { border: 1px solid #ccc; } .chat-popup{ width: 300px; height:250px; margin-left:3vw; margin-top:2vh; } .chat-container{ height:230px; } #myForm{ height:300px; } .chat-message { transform:scaleX(0.75); font-size:1.25em; } .bot-message{ left: -12%; } .human-message { padding-left: 10%; right:-14%; } } body,html { height: 100%; } .input { border: 1px solid blue; border-radius: 3px; } #input_message{ width:90%; margin-left: 10px; margin-top:5%; } #loading { float: left; margin: 10%; padding: 5%; } body { font-family: Arial, Helvetica, sans-serif; } * { box-sizing: border-box; } /* Button used to open the chat form - fixed at the bottom of the page */ .open-button { position: fixed; bottom: 23px; right: 10px; width: 280px; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; } .open-button:hover,.open-button:focus,.open-button:active{ -webkit-transform: scale(1.1); transform: scale(1.1); } .modal.show{ animation-duration: 0.2s; } .inline-icon { margin-top:25px; display: inline-flex; vertical-align:middle; font-size: 20px !important; } .sidebar-link{ height: 50px; } #Userdd{ height: 100px; } .user-email{ height: 30px; } .sidebar-nav{ height: 0px; } .user-profile{ height: 100px; } #target{ height:0px; } #input_message{ height: 20px; } body::-webkit-scrollbar { width: 1em; border-radius: 20px; } body::-webkit-scrollbar-track { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); box-shadow: inset 0 0 6px rgba(11, 66, 245, 0.3); } body::-webkit-scrollbar-thumb { background-color: darkgrey; outline: 1px solid slategrey; } .container-fluid{ height: 100%; } .scroll-sidebar{ width: 10px; } .card{ margin-bottom: 10px; } .left-sidebar{ background-color: darkblue; } .form-control-label{ font-size: 15px; } .mydiv{ width: 90%; border: 5px solid blue; padding: 25px; margin: 25px; border-radius: 15px; } .flow-tex{ font-size:20px; }
0.433262
0.096025
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"; @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700'); body{ font-size: 14px; color: #333; list-style: 26px;font-family: 'Roboto', sans-serif; } /** ====================== base css ==============================**/ a:hover{ text-decoration: none; } /** ====================== header ==============================**/ .navbar{ height: auto; margin-bottom: 20px; } .header nav{ background-color: #171b2f; } .rupayapay-top-nav-logo { max-width: 100px; position: relative; text-shadow: 2px 2px lightgray; width: 80px; height: 70px; margin-top: -15px; margin-left: 50px; } .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text { color: #fff; font-family: "Poppins", sans-serif; } .navbar-brand{ padding: 0 0 !important; } .navbar-default-sess{ background: transparent !important; border-style: none !important; } .navbar-default-sess .dropdown-menu{ background: white !important; width: 350px; } .navbar-default-sess .dropdown-menu .small{ font-size: 11px; } a.drop-sess{ background: none !important; } .header .dropdown-menu { position: absolute; right: 0; left: auto; border-radius: 0px; top: 57px; } .header nav .user-image { float: left; width: 225px; height: 20%; background-color: #848282; position: relative; right: 35px; margin-top: -2px; } header .current-time #nav-clock{ color: #fff; } header .ip-address strong{ color: #fff; } header .fa-bell-o{ color: #00a8e9; font-size: 23px; } .header .bell:focus{ background: none !important; } .header .msg:focus{ background: none !important; } header .fa-envelope-o{ color: #00a8e9; font-size: 23px; } .header .navbar-light .navbar-nav .nav-link{ color: #fff } .header .navbar-light .navbar-nav .nav-link:hover, .header .navbar-light .navbar-nav .nav-link:focus { background: rgba(0,0,0,0.1); color: #fff; } nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { background-color: #eee; color: #00a8e9; } nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:visited { background-color: #171b2f; color: #00a8e9; } nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus { background-color: #eee; color: #00a8e9; } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #fff; background-color: transparent; } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: transparent; border-color: #3097D1; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; min-width: 300px; padding: 10px; margin: 2px 0 0; margin-top: 2px; list-style: none; font-size: 14px; text-align: left; background-color:#3a4652; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0,0,0,.175); background-clip: padding-box; } .dropdown-p{ font-size: 15px; font-weight: 700 !important; } .dropdown-menu > li > p { font-weight: 400; color: #fff; display: inline; } .dropdown-menu > li{ border-bottom: 1px solid rgba(255,255,255,.1); padding: 5px; } .dropdown-menu > li:last-child{ border-bottom: none; } .dropdown-menu > li > a { font-weight: 400; color: #fff; } .dropdown-menu > li > p > a { font-weight: 400; color: #fff; } .dropdown-label{ color: #3097D1; margin-right: 10px; } .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { text-decoration: none; color: #262626; background-color: #3097D1; } .header .fa.fa-fw.fa-bars{ color: #fff; } .header .navbar-light .navbar-nav .nav-link { color: #fff; padding: 10px 20px; position: relative; } .header li>a>.label { position: absolute; top: 9px; right: 7px; text-align: center; font-size: 9px; padding: 2px 3px; line-height: .9; background-color: #333; border-radius: .25em; } .header li>a:after{ display: none; } .header-ul{ border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-color: #ffffff; padding: 7px 10px; border-bottom: 1px solid #f4f4f4; color: #333; font-size: 14px;} .navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu { width: 280px; padding: 0 0 0 0; margin: 0; top: 100%; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>div>img { margin: auto 10px auto auto; width: 40px; height: 40px; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a ,.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a{ margin: 0; padding: 17px 10px; display: block; white-space: nowrap; border-bottom: 1px solid #f4f4f4; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>h4 { padding: 0; margin: 0 0 10px 30px; color: #fff; font-size: 15px; position: relative; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li> a > h4 > small{ color: #fff; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>p { margin: 0px; font-size: 15px; /* color: #888888; */ color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .dropdown-icon{ margin-right:10px; color:#fff } .footer-ul a{ border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; font-size: 12px; background-color: #fff; padding: 7px 10px; border-bottom: 1px solid #eeeeee; color: #333 ; display: block; } .dropdown-menu-over .menu{ max-height: 200px; margin: 0; padding: 0; list-style: none; overflow-x: hidden; } .navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a { color: #fff; overflow: hidden; text-overflow: ellipsis; padding: 10px; } .navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.glyphicon, .navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.fa, .navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.ion { width: 20px; } a.navbar-brand { width: 165px; } .header nav .admin-name{ color: #777; } .header nav .admin-name:focus{ background: none !important; } .page-footer{ padding-left:5px; width: 100%; background-color: #171b2f; position:fixed; bottom:0; left:0; height:auto; left: 0px; z-index: 9; } .footer-links{ padding: 5px; } body:before { content: ""; height: 100%; float: left; width: 0; margin-top: -32767px; } #divLoading { display : none; } #divLoading.show { display : block; position : fixed; z-index: 9999; background-image : url('/images/loading.gif'); background-color:#666; opacity : 0.4; background-repeat : no-repeat; background-position : center; left : 0; bottom : 0; right : 0; top : 0; } #loadinggif.show { left : 50%; top : 50%; position : absolute; z-index : 101; width : 32px; height : 32px; margin-left : -16px; margin-top : -16px; } div.content { width : 100px; height : 100px; } .pan { text-transform: uppercase; } .pan-error { color: Red; visibility: hidden; } /* Search Box */ .src form{ position: relative; left: 90%; top: -45px; transform: translate(-50%,-50%); transition: all 1s; width: 50px; background: white; box-sizing: border-box; border-radius: 25px; /* border: 4px solid white; */ /* padding: 5px; */ /* margin-top: 24px; */ /* padding-bottom: 17px; */ } .src input{ position: absolute; top: 0; left: 0; right: 0; width: 100%;; height: 37.5px; line-height: 30px; outline: 0; border: 0; display: none; font-size: 1em; border-radius: 20px; padding: 0 20px; } .src .fa{ box-sizing: border-box; padding: 10px; width: 42.5px; height: 37.5px; position: absolute; top: 0; right: 0; border-radius: 50%; color: white; background: #178dbb; text-align: center; font-size: 1.2em; transition: all 1s; } .src form{ width: 250px; cursor: pointer; } .src form input{ display: block; border: 2px solid #178dbb; } .src form:hover .fa{ background: #178dbb; color: white; } .tab-button > div{ position: relative; left: 96%; bottom: 45px; transform: translate(-50%,-50%); transition: all 1s; background: #3097d1; box-sizing: border-box; border-radius: 25px; } .tab-button > a{ position: relative; left: 96%; bottom: 45px; transform: translate(-50%,-50%); transition: all 1s; background: #3097d1; box-sizing: border-box; border-radius: 25px; } #inv-form{ margin-bottom: 20px !important; position: relative; right: 60px !important; } .table thead th{ color: #fafafa !important; background: #3a4652 !important; font-size: 13px; font-weight: 500; text-align: center; border-left: none !important; border-right: none !important; border-style: none !important; } table{ border-radius: 10% !important; border-left: none; border-right: none; border-style: none; box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); } .table tbody td{ border-color: #178dbb; border-left: none !important; border-right: none !important; border-style: none !important; border-bottom: 1px solid #dadada !important; text-align: center; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .table tbody { background-color: white; border-left: none; border-right: none; } /* .table tbody tr:nth-child(even){ background-color: #fafafa; } */ .table tbody tr:hover{ background-color: #fafafa; text-shadow: 1px #000000; box-shadow: 0px 0px 7px #171b2f; -webkit-box-shadow: 0px 0px 7px #171b2f; -moz-box-shadow: 0px 0px 7px #171b2f; } .search-box form input { display: block; border: 2px solid #178dbb; } .search-box input{ position: absolute; top: 0px; right: 40px; width: 40%; height: 37.5px; line-height: 30px; outline: 0; border: 0; display: none; font-size: 1em; border-radius: 20px; padding: 10px 20px; } .search-box .fa{ box-sizing: border-box; padding: 10px; width: 6%; height: 37.5px; position: absolute; top: 0; right: 40px; border-radius: 50%; color: white; background: #178dbb; text-align: center; font-size: 1.2em; transition: all 1s; } /* -------------Button--------------------- */ .inputfile + label { max-width: 80%; font-size: 1.25rem; /* 20px */ font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0.625rem 1.25rem; margin-bottom: 0 !important; /* 10px 20px */ } .logo-inputfile + label { max-width: 80%; font-size: 1.25rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0.625rem 1.25rem; margin-bottom: 0 !important; } .no-js .inputfile + label { display: none; } .inputfile:focus + label, .inputfile.has-focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; } .inputfile + label svg { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; margin-top: -0.25em; /* 4px */ margin-right: 0.25em; /* 4px */ } .inputfile-2 + label { color: #2f89fc; border: 2px solid currentColor; } .inputfile-2:focus + label, .inputfile-2.has-focus + label, .inputfile-2 + label:hover { color: #171b2f; } input[type=file]{ display: none !important; } /* ----------------upload button--------- */ .button123 { border-radius: 4px; background-color: #2f89fc; border: none; color: #FFFFFF; text-align: center; font-size: 14px; padding: 6px 3px; width: 10%; transition: all 0.5s; cursor: pointer; position: relative; bottom: 8px; /* margin: 5px; */ } .button123:hover{ background-color: #171b2f; } .button123 span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button123 span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button123:hover span { padding-right: 25px; } .button123:hover span:after { opacity: 1; right: 0; } /* ---Remove Button---- */ .button124 { border-radius: 4px; background-color: rgb(245, 105, 105); border: none; color: #FFFFFF; text-align: center; font-size: 14px; padding: 6px 3px; width: 10%; transition: all 0.5s; cursor: pointer; position: relative; bottom: 8px; /* margin: 5px; */ } .button124:hover{ background-color: red; } .button124 span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button124 span:after { content: '\00D7'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button124:hover span { padding-right: 25px; } .button124:hover span:after { opacity: 1; right: 0; } /* ====================SEssion Timeout Page================================ */ .bdy-55{ overflow: hidden; } .wave-55{ position: fixed; bottom: 0; left: 0; height: 100%; z-index: -1; background-size: cover; width: 100%; } .container-55{ width: 100vw; height: 100vh; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap :8rem; padding: 0 2rem; } .img-55{ display: flex; /* justify-content: flex-end; */ align-items: center; } .login-content-55{ display: flex; justify-content: flex-start; /* align-items: center; */ text-align: center; } .img-55 img{ width: 500px; } .form-55{ width: 360px; margin-top: 60px; } .login-content-55 img{ height: 100px; } .login-content-55 h2{ margin: 15px 0; color: #333; text-transform: uppercase; font-size: 2.9rem; } .login-content-55 h4{ margin: 15px 0; color: red; font-size: 20px; font-weight: 600; } .dp.show-pointer { color: #000; display: flex; justify-content: center; align-items: center; } .login-content-55 .input-div-55{ position: relative; display: grid; grid-template-columns: 7% 86% 7%; margin: 25px 0; padding: 5px 0; border-bottom: 2px solid #d9d9d9; } .login-content-55 .input-div-55.one-55{ margin-top: 28px; } .i-55{ color: #d9d9d9; display: flex; justify-content: center; align-items: center; } .i-55 i{ transition: .3s; } .input-div-55 > div{ position: relative; height: 65px; } .input-div-55 > div > h5{ position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #999; font-size: 18px; transition: .3s; } .input-div-55:before, .input-div-55:after{ content: ''; position: absolute; bottom: -10px; width: 0%; height: 2px; background-color: #38d39f; transition: .4s; } .input-div-55:before{ right: 50%; } .input-div-55:after{ left: 50%; } .input-div-55.focus:before, .input-div-55.focus:after{ width: 50%; } .input-div-55.focus > div > h5{ top: -5px; font-size: 15px; } .input-div-55.focus > .i-55 > i{ color: #38d39f; font-size: 2.2rem; } .input-div-55 > div > input{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: none; outline: none; background: none; padding: 0.5rem 0.7rem; font-size: 2.2rem; color: #555; font-family: 'poppins', sans-serif; } .input-div-55.pass-55{ margin-bottom: 4px; } .btn-55{ display: block; width: 100%; height: 50px; border-radius: 25px; outline: none; border: none; background-image: linear-gradient(to right, #383f61, #363e64, #171b2f); background-size: 200%; font-size: 1.8rem; color: #fff; font-family: 'Poppins', sans-serif; text-transform: uppercase; margin: 1rem 0; cursor: pointer; transition: .5s; } .btn-55:hover{ background-position: right; } @media screen and (max-width: 1050px){ .container-55{ grid-gap: 5rem; } } @media screen and (max-width: 1000px){ .form-55{ width: 290px; } .login-content-55 h2{ font-size: 2.4rem; margin: 8px 0; } .img-55 img{ width: 400px; } } @media screen and (max-width: 900px){ .container-55{ grid-template-columns: 1fr; } .img-55{ display: none; } .wave-55{ display: none; } .login-content-55{ justify-content: center; } } /* ----------rating code start------------- */ #stars{ position: relative; left: 55px; top: 8px; } .success-box { padding:10px 10px; width: 50%; float: left; position: relative; left: 65px; top: 6px; } .success-box img { margin-right:10px; display:inline-block; vertical-align:top; } .success-box > div { vertical-align:top; display:inline-block; color:#888; } /* Rating Star Widgets Style */ .rating-stars{ float: left; } .rating-stars ul { list-style-type:none; padding:0; -moz-user-select:none; -webkit-user-select:none; } .rating-stars ul > li.star { display:inline-block; } /* Idle State of the stars */ .rating-stars ul > li.star > i.fa { font-size:1.7em; /* Change the size of the stars */ color:#ccc; /* Color on idle state */ } /* Hover state of the stars */ .rating-stars ul > li.star.hover > i.fa { color:#FFCC36; } /* Selected state of the stars */ .rating-stars ul > li.star.selected > i.fa { color:#FF912C; } /* =============Graph Box ============== */ .social-bx .box{ background: #FFF; border-radius: 10px; padding: 40px 10px; margin: 20px 0px; cursor: pointer; transition: all 0.5s ease-out; } .social-bx .box:hover{ box-shadow: 0 0 6px #4183D7; }
public/css/style2.css
@import "https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"; @import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700'); body{ font-size: 14px; color: #333; list-style: 26px;font-family: 'Roboto', sans-serif; } /** ====================== base css ==============================**/ a:hover{ text-decoration: none; } /** ====================== header ==============================**/ .navbar{ height: auto; margin-bottom: 20px; } .header nav{ background-color: #171b2f; } .rupayapay-top-nav-logo { max-width: 100px; position: relative; text-shadow: 2px 2px lightgray; width: 80px; height: 70px; margin-top: -15px; margin-left: 50px; } .navbar-default .navbar-nav>li>a, .navbar-default .navbar-text { color: #fff; font-family: "Poppins", sans-serif; } .navbar-brand{ padding: 0 0 !important; } .navbar-default-sess{ background: transparent !important; border-style: none !important; } .navbar-default-sess .dropdown-menu{ background: white !important; width: 350px; } .navbar-default-sess .dropdown-menu .small{ font-size: 11px; } a.drop-sess{ background: none !important; } .header .dropdown-menu { position: absolute; right: 0; left: auto; border-radius: 0px; top: 57px; } .header nav .user-image { float: left; width: 225px; height: 20%; background-color: #848282; position: relative; right: 35px; margin-top: -2px; } header .current-time #nav-clock{ color: #fff; } header .ip-address strong{ color: #fff; } header .fa-bell-o{ color: #00a8e9; font-size: 23px; } .header .bell:focus{ background: none !important; } .header .msg:focus{ background: none !important; } header .fa-envelope-o{ color: #00a8e9; font-size: 23px; } .header .navbar-light .navbar-nav .nav-link{ color: #fff } .header .navbar-light .navbar-nav .nav-link:hover, .header .navbar-light .navbar-nav .nav-link:focus { background: rgba(0,0,0,0.1); color: #fff; } nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover { background-color: #eee; color: #00a8e9; } nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:visited { background-color: #171b2f; color: #00a8e9; } nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:focus { background-color: #eee; color: #00a8e9; } .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover { color: #fff; background-color: transparent; } .nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: transparent; border-color: #3097D1; } .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; min-width: 300px; padding: 10px; margin: 2px 0 0; margin-top: 2px; list-style: none; font-size: 14px; text-align: left; background-color:#3a4652; border: 1px solid #ccc; border: 1px solid rgba(0,0,0,.15); border-radius: 4px; box-shadow: 0 6px 12px rgba(0,0,0,.175); background-clip: padding-box; } .dropdown-p{ font-size: 15px; font-weight: 700 !important; } .dropdown-menu > li > p { font-weight: 400; color: #fff; display: inline; } .dropdown-menu > li{ border-bottom: 1px solid rgba(255,255,255,.1); padding: 5px; } .dropdown-menu > li:last-child{ border-bottom: none; } .dropdown-menu > li > a { font-weight: 400; color: #fff; } .dropdown-menu > li > p > a { font-weight: 400; color: #fff; } .dropdown-label{ color: #3097D1; margin-right: 10px; } .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover { text-decoration: none; color: #262626; background-color: #3097D1; } .header .fa.fa-fw.fa-bars{ color: #fff; } .header .navbar-light .navbar-nav .nav-link { color: #fff; padding: 10px 20px; position: relative; } .header li>a>.label { position: absolute; top: 9px; right: 7px; text-align: center; font-size: 9px; padding: 2px 3px; line-height: .9; background-color: #333; border-radius: .25em; } .header li>a:after{ display: none; } .header-ul{ border-top-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; background-color: #ffffff; padding: 7px 10px; border-bottom: 1px solid #f4f4f4; color: #333; font-size: 14px;} .navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu { width: 280px; padding: 0 0 0 0; margin: 0; top: 100%; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>div>img { margin: auto 10px auto auto; width: 40px; height: 40px; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a ,.navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a{ margin: 0; padding: 17px 10px; display: block; white-space: nowrap; border-bottom: 1px solid #f4f4f4; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>h4 { padding: 0; margin: 0 0 10px 30px; color: #fff; font-size: 15px; position: relative; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li> a > h4 > small{ color: #fff; } .navbar-nav>.messages-menu>.dropdown-menu li .menu>li>a>p { margin: 0px; font-size: 15px; /* color: #888888; */ color: #fff; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; } .dropdown-icon{ margin-right:10px; color:#fff } .footer-ul a{ border-top-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; font-size: 12px; background-color: #fff; padding: 7px 10px; border-bottom: 1px solid #eeeeee; color: #333 ; display: block; } .dropdown-menu-over .menu{ max-height: 200px; margin: 0; padding: 0; list-style: none; overflow-x: hidden; } .navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a { color: #fff; overflow: hidden; text-overflow: ellipsis; padding: 10px; } .navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.glyphicon, .navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.fa, .navbar-nav>.notifications-menu>.dropdown-menu li .menu>li>a>.ion { width: 20px; } a.navbar-brand { width: 165px; } .header nav .admin-name{ color: #777; } .header nav .admin-name:focus{ background: none !important; } .page-footer{ padding-left:5px; width: 100%; background-color: #171b2f; position:fixed; bottom:0; left:0; height:auto; left: 0px; z-index: 9; } .footer-links{ padding: 5px; } body:before { content: ""; height: 100%; float: left; width: 0; margin-top: -32767px; } #divLoading { display : none; } #divLoading.show { display : block; position : fixed; z-index: 9999; background-image : url('/images/loading.gif'); background-color:#666; opacity : 0.4; background-repeat : no-repeat; background-position : center; left : 0; bottom : 0; right : 0; top : 0; } #loadinggif.show { left : 50%; top : 50%; position : absolute; z-index : 101; width : 32px; height : 32px; margin-left : -16px; margin-top : -16px; } div.content { width : 100px; height : 100px; } .pan { text-transform: uppercase; } .pan-error { color: Red; visibility: hidden; } /* Search Box */ .src form{ position: relative; left: 90%; top: -45px; transform: translate(-50%,-50%); transition: all 1s; width: 50px; background: white; box-sizing: border-box; border-radius: 25px; /* border: 4px solid white; */ /* padding: 5px; */ /* margin-top: 24px; */ /* padding-bottom: 17px; */ } .src input{ position: absolute; top: 0; left: 0; right: 0; width: 100%;; height: 37.5px; line-height: 30px; outline: 0; border: 0; display: none; font-size: 1em; border-radius: 20px; padding: 0 20px; } .src .fa{ box-sizing: border-box; padding: 10px; width: 42.5px; height: 37.5px; position: absolute; top: 0; right: 0; border-radius: 50%; color: white; background: #178dbb; text-align: center; font-size: 1.2em; transition: all 1s; } .src form{ width: 250px; cursor: pointer; } .src form input{ display: block; border: 2px solid #178dbb; } .src form:hover .fa{ background: #178dbb; color: white; } .tab-button > div{ position: relative; left: 96%; bottom: 45px; transform: translate(-50%,-50%); transition: all 1s; background: #3097d1; box-sizing: border-box; border-radius: 25px; } .tab-button > a{ position: relative; left: 96%; bottom: 45px; transform: translate(-50%,-50%); transition: all 1s; background: #3097d1; box-sizing: border-box; border-radius: 25px; } #inv-form{ margin-bottom: 20px !important; position: relative; right: 60px !important; } .table thead th{ color: #fafafa !important; background: #3a4652 !important; font-size: 13px; font-weight: 500; text-align: center; border-left: none !important; border-right: none !important; border-style: none !important; } table{ border-radius: 10% !important; border-left: none; border-right: none; border-style: none; box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); } .table tbody td{ border-color: #178dbb; border-left: none !important; border-right: none !important; border-style: none !important; border-bottom: 1px solid #dadada !important; text-align: center; max-width: 300px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .table tbody { background-color: white; border-left: none; border-right: none; } /* .table tbody tr:nth-child(even){ background-color: #fafafa; } */ .table tbody tr:hover{ background-color: #fafafa; text-shadow: 1px #000000; box-shadow: 0px 0px 7px #171b2f; -webkit-box-shadow: 0px 0px 7px #171b2f; -moz-box-shadow: 0px 0px 7px #171b2f; } .search-box form input { display: block; border: 2px solid #178dbb; } .search-box input{ position: absolute; top: 0px; right: 40px; width: 40%; height: 37.5px; line-height: 30px; outline: 0; border: 0; display: none; font-size: 1em; border-radius: 20px; padding: 10px 20px; } .search-box .fa{ box-sizing: border-box; padding: 10px; width: 6%; height: 37.5px; position: absolute; top: 0; right: 40px; border-radius: 50%; color: white; background: #178dbb; text-align: center; font-size: 1.2em; transition: all 1s; } /* -------------Button--------------------- */ .inputfile + label { max-width: 80%; font-size: 1.25rem; /* 20px */ font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0.625rem 1.25rem; margin-bottom: 0 !important; /* 10px 20px */ } .logo-inputfile + label { max-width: 80%; font-size: 1.25rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; cursor: pointer; display: inline-block; overflow: hidden; padding: 0.625rem 1.25rem; margin-bottom: 0 !important; } .no-js .inputfile + label { display: none; } .inputfile:focus + label, .inputfile.has-focus + label { outline: 1px dotted #000; outline: -webkit-focus-ring-color auto 5px; } .inputfile + label svg { width: 1em; height: 1em; vertical-align: middle; fill: currentColor; margin-top: -0.25em; /* 4px */ margin-right: 0.25em; /* 4px */ } .inputfile-2 + label { color: #2f89fc; border: 2px solid currentColor; } .inputfile-2:focus + label, .inputfile-2.has-focus + label, .inputfile-2 + label:hover { color: #171b2f; } input[type=file]{ display: none !important; } /* ----------------upload button--------- */ .button123 { border-radius: 4px; background-color: #2f89fc; border: none; color: #FFFFFF; text-align: center; font-size: 14px; padding: 6px 3px; width: 10%; transition: all 0.5s; cursor: pointer; position: relative; bottom: 8px; /* margin: 5px; */ } .button123:hover{ background-color: #171b2f; } .button123 span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button123 span:after { content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button123:hover span { padding-right: 25px; } .button123:hover span:after { opacity: 1; right: 0; } /* ---Remove Button---- */ .button124 { border-radius: 4px; background-color: rgb(245, 105, 105); border: none; color: #FFFFFF; text-align: center; font-size: 14px; padding: 6px 3px; width: 10%; transition: all 0.5s; cursor: pointer; position: relative; bottom: 8px; /* margin: 5px; */ } .button124:hover{ background-color: red; } .button124 span { cursor: pointer; display: inline-block; position: relative; transition: 0.5s; } .button124 span:after { content: '\00D7'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s; } .button124:hover span { padding-right: 25px; } .button124:hover span:after { opacity: 1; right: 0; } /* ====================SEssion Timeout Page================================ */ .bdy-55{ overflow: hidden; } .wave-55{ position: fixed; bottom: 0; left: 0; height: 100%; z-index: -1; background-size: cover; width: 100%; } .container-55{ width: 100vw; height: 100vh; display: grid; grid-template-columns: repeat(2, 1fr); grid-gap :8rem; padding: 0 2rem; } .img-55{ display: flex; /* justify-content: flex-end; */ align-items: center; } .login-content-55{ display: flex; justify-content: flex-start; /* align-items: center; */ text-align: center; } .img-55 img{ width: 500px; } .form-55{ width: 360px; margin-top: 60px; } .login-content-55 img{ height: 100px; } .login-content-55 h2{ margin: 15px 0; color: #333; text-transform: uppercase; font-size: 2.9rem; } .login-content-55 h4{ margin: 15px 0; color: red; font-size: 20px; font-weight: 600; } .dp.show-pointer { color: #000; display: flex; justify-content: center; align-items: center; } .login-content-55 .input-div-55{ position: relative; display: grid; grid-template-columns: 7% 86% 7%; margin: 25px 0; padding: 5px 0; border-bottom: 2px solid #d9d9d9; } .login-content-55 .input-div-55.one-55{ margin-top: 28px; } .i-55{ color: #d9d9d9; display: flex; justify-content: center; align-items: center; } .i-55 i{ transition: .3s; } .input-div-55 > div{ position: relative; height: 65px; } .input-div-55 > div > h5{ position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #999; font-size: 18px; transition: .3s; } .input-div-55:before, .input-div-55:after{ content: ''; position: absolute; bottom: -10px; width: 0%; height: 2px; background-color: #38d39f; transition: .4s; } .input-div-55:before{ right: 50%; } .input-div-55:after{ left: 50%; } .input-div-55.focus:before, .input-div-55.focus:after{ width: 50%; } .input-div-55.focus > div > h5{ top: -5px; font-size: 15px; } .input-div-55.focus > .i-55 > i{ color: #38d39f; font-size: 2.2rem; } .input-div-55 > div > input{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: none; outline: none; background: none; padding: 0.5rem 0.7rem; font-size: 2.2rem; color: #555; font-family: 'poppins', sans-serif; } .input-div-55.pass-55{ margin-bottom: 4px; } .btn-55{ display: block; width: 100%; height: 50px; border-radius: 25px; outline: none; border: none; background-image: linear-gradient(to right, #383f61, #363e64, #171b2f); background-size: 200%; font-size: 1.8rem; color: #fff; font-family: 'Poppins', sans-serif; text-transform: uppercase; margin: 1rem 0; cursor: pointer; transition: .5s; } .btn-55:hover{ background-position: right; } @media screen and (max-width: 1050px){ .container-55{ grid-gap: 5rem; } } @media screen and (max-width: 1000px){ .form-55{ width: 290px; } .login-content-55 h2{ font-size: 2.4rem; margin: 8px 0; } .img-55 img{ width: 400px; } } @media screen and (max-width: 900px){ .container-55{ grid-template-columns: 1fr; } .img-55{ display: none; } .wave-55{ display: none; } .login-content-55{ justify-content: center; } } /* ----------rating code start------------- */ #stars{ position: relative; left: 55px; top: 8px; } .success-box { padding:10px 10px; width: 50%; float: left; position: relative; left: 65px; top: 6px; } .success-box img { margin-right:10px; display:inline-block; vertical-align:top; } .success-box > div { vertical-align:top; display:inline-block; color:#888; } /* Rating Star Widgets Style */ .rating-stars{ float: left; } .rating-stars ul { list-style-type:none; padding:0; -moz-user-select:none; -webkit-user-select:none; } .rating-stars ul > li.star { display:inline-block; } /* Idle State of the stars */ .rating-stars ul > li.star > i.fa { font-size:1.7em; /* Change the size of the stars */ color:#ccc; /* Color on idle state */ } /* Hover state of the stars */ .rating-stars ul > li.star.hover > i.fa { color:#FFCC36; } /* Selected state of the stars */ .rating-stars ul > li.star.selected > i.fa { color:#FF912C; } /* =============Graph Box ============== */ .social-bx .box{ background: #FFF; border-radius: 10px; padding: 40px 10px; margin: 20px 0px; cursor: pointer; transition: all 0.5s ease-out; } .social-bx .box:hover{ box-shadow: 0 0 6px #4183D7; }
0.36591
0.05175
A.trackMapDetailLocationControl { font-weight: bold; text-decoration: none; } DIV.trackMapDetailLocation { height: 200px; /* change this height to extend or shorten the height of the details report section */ /*overflow-x: hidden;*/ overflow-y: scroll; border-top: solid 1px black; } TR.mapDetailsHeaderRow { background-color: #E2E2E2; } TH.mapDetailsHeaderColumn { height: 12px; border-bottom: 3px double black; font: bold 8pt sans-serif; text-align: center; padding-left: 3px; padding-right: 3px; } TR.mapDetailsDataRowOdd { background-color: #FFFFFF; } TR.mapDetailsDataRowEven { background-color: #EEEEEE; } TR.mapDetailsDataRowHiLite { background-color: #FFFFBB; } TD.mapDetailsIndexColumn { font: normal 8pt sans-serif; text-align: center; text-decoration: underline; color: #000088; background-color: #EEEEFF; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; cursor: pointer; } TD.mapDetailsDataColumn_new { font: bold 8pt sans-serif; text-align: center; border-top: 2px solid #650000; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding-left: 4px; padding-right: 4px; } TD.mapDetailsDataColumn { font: normal 8pt sans-serif; text-align: center; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding-left: 4px; padding-right: 4px; } /* Map controls */ TD.mapControlCell { /* */ } TD.mapControlCollapseBar_L { background: #DDDDDD url(../images/arrowLt3.png) center no-repeat; background-color: #DDDDDD; width: 8px; min-width: 8px; border: 1px solid black; text-align: center; cursor: pointer; } TD.mapControlCollapseBar_R { background: #DDDDDD url(../images/arrowRt3.png) center no-repeat; background-color: #DDDDDD; width: 8px; min-width: 8px; border: 1px inset black; text-align: center; cursor: pointer; } /* JSMap */ TABLE.jsmapLoadingView { border: 2px solid black; } TR.jsmapLoadingRow { vertical-align: middle; background-color: white; } TD.jsmapLoadingText { font: bold 12pt sans-serif; text-align: center; vertical-align: middle; padding: 10px 10px 10px 10px; /* top,right,bottom,left */ } TD.jsmapLoadingImage { padding: 3px 10px 3px 10px; } /* Info Balloon */ TABLE.infoBoxTable { font-size: 8pt; } TR.infoBoxRow { font-size: 8pt; } TD.infoBoxCell { font-size: 8pt; text-align: left; /* white-space: nowrap; */ } /* Map Legend */ SPAN.mapProviderLegend { font-weight: bold; } TABLE.mapProviderLegend { } TR.mapProviderLegend { } TD.mapProviderLegend { vertical-align: middle; padding-left: 5px; } IMG.mapProviderLegend { /*padding-left: 5px;*/ }
war/track/css/JSMap.css
A.trackMapDetailLocationControl { font-weight: bold; text-decoration: none; } DIV.trackMapDetailLocation { height: 200px; /* change this height to extend or shorten the height of the details report section */ /*overflow-x: hidden;*/ overflow-y: scroll; border-top: solid 1px black; } TR.mapDetailsHeaderRow { background-color: #E2E2E2; } TH.mapDetailsHeaderColumn { height: 12px; border-bottom: 3px double black; font: bold 8pt sans-serif; text-align: center; padding-left: 3px; padding-right: 3px; } TR.mapDetailsDataRowOdd { background-color: #FFFFFF; } TR.mapDetailsDataRowEven { background-color: #EEEEEE; } TR.mapDetailsDataRowHiLite { background-color: #FFFFBB; } TD.mapDetailsIndexColumn { font: normal 8pt sans-serif; text-align: center; text-decoration: underline; color: #000088; background-color: #EEEEFF; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; cursor: pointer; } TD.mapDetailsDataColumn_new { font: bold 8pt sans-serif; text-align: center; border-top: 2px solid #650000; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding-left: 4px; padding-right: 4px; } TD.mapDetailsDataColumn { font: normal 8pt sans-serif; text-align: center; border-right: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; padding-left: 4px; padding-right: 4px; } /* Map controls */ TD.mapControlCell { /* */ } TD.mapControlCollapseBar_L { background: #DDDDDD url(../images/arrowLt3.png) center no-repeat; background-color: #DDDDDD; width: 8px; min-width: 8px; border: 1px solid black; text-align: center; cursor: pointer; } TD.mapControlCollapseBar_R { background: #DDDDDD url(../images/arrowRt3.png) center no-repeat; background-color: #DDDDDD; width: 8px; min-width: 8px; border: 1px inset black; text-align: center; cursor: pointer; } /* JSMap */ TABLE.jsmapLoadingView { border: 2px solid black; } TR.jsmapLoadingRow { vertical-align: middle; background-color: white; } TD.jsmapLoadingText { font: bold 12pt sans-serif; text-align: center; vertical-align: middle; padding: 10px 10px 10px 10px; /* top,right,bottom,left */ } TD.jsmapLoadingImage { padding: 3px 10px 3px 10px; } /* Info Balloon */ TABLE.infoBoxTable { font-size: 8pt; } TR.infoBoxRow { font-size: 8pt; } TD.infoBoxCell { font-size: 8pt; text-align: left; /* white-space: nowrap; */ } /* Map Legend */ SPAN.mapProviderLegend { font-weight: bold; } TABLE.mapProviderLegend { } TR.mapProviderLegend { } TD.mapProviderLegend { vertical-align: middle; padding-left: 5px; } IMG.mapProviderLegend { /*padding-left: 5px;*/ }
0.480722
0.206554