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 |
|---|---|---|---|---|
.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto; height:850px;
}
.slick-track:before, .slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.hero-slider-item {
width: 100%;
height: 100%;
padding:300px 0 300px 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.hero-section {
padding: 0
}
.hero-slider .nextArrow {bottom:10%;right: 22%}
.hero-section h1 {font-size:50px}
.hero-section p {font-size:14px; color:#000; font-weight:300}
.hero-slider .prevArrow, .hero-slider .nextArrow {position: absolute;top:45%;z-index: 9;padding: 15px;color: rgba(0, 0, 0, 1);border: 0;font-size: 30px;transition: all linear .2s;background: transparent; display:none; width:70px; height:70px; border-radius:100%}
.hero-slider .prevArrow:focus, .hero-slider .nextArrow:focus {outline:0;}
.hero-slider .prevArrow:hover, .hero-slider .nextArrow:hover {color:#FFC000;}
.hero-slider .prevArrow {left:20px; background:#fff}
.hero-slider .prevArrow::before {content: "\f104"; font: normal normal normal 14px/1 FontAwesome; font-size:35px; position:absolute; top:18px; left:25px}
.hero-slider .nextArrow::before {content: "\f105"; font: normal normal normal 14px/1 FontAwesome; font-size:35px; position:absolute; top:18px; right:28px}
.hero-slider .nextArrow {
right:20px; background:#fff
}
.hero-slider .slick-dots {
position: absolute;
left:0;
bottom:18%;
padding-left:0; width:100%; text-align:center;
margin:0; padding:0;
}
.hero-slider .slick-dots li {display: inline-block;margin:0 6px;}
.hero-slider .slick-dots li.slick-active button {
background:#111; border-radius:100%; border:solid 2px #fff
}
.hero-slider .slick-dots li button {
color: transparent;
padding: 0;
overflow: hidden;
height:14px;
width:14px;
background:#fd9502;
border: 0;
outline: 0; border-radius:100%; border:solid 2px #fff
}
/* banner feature */
.caption-banner { text-align:left; font-family: 'Barlow', sans-serif; color:#fff; width:100%}
.caption-banner h6 { font-size:14px; font-weight:800; text-transform:uppercase; margin:0; padding:0; letter-spacing:1.5px;}
.caption-banner h2 { font-size:60px; font-weight:800; margin:0 0 10px 0; padding:0;}
.caption-banner h3 { font-size:30px; font-weight:800; margin:0 0 28px 0; padding:0}
.caption-banner h3 span { font-size:18px; font-weight:800; margin:0; padding:0}
.dotted {
background: url(../../images/pattern.png) repeat left top;
width:100%;
height:100%;position: absolute;z-index:0;left:0;right:0;top:0;bottom: 0;}
.banner-patten { background:url(../../images/banner-patten.png) no-repeat left center;width:100%; height:104px; position:relative; margin:-60px 0 0 0} | public/assets/vendor/slick/slick.css | .slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list {
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus {
outline: none;
}
.slick-list.dragging {
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track {
position: relative;
top: 0;
left: 0;
display: block;
margin-left: auto;
margin-right: auto; height:850px;
}
.slick-track:before, .slick-track:after {
display: table;
content: '';
}
.slick-track:after {
clear: both;
}
.slick-loading .slick-track {
visibility: hidden;
}
.slick-slide {
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide {
float: right;
}
.slick-slide img {
display: block;
}
.slick-slide.slick-loading img {
display: none;
}
.slick-slide.dragging img {
pointer-events: none;
}
.slick-initialized .slick-slide {
display: block;
}
.slick-loading .slick-slide {
visibility: hidden;
}
.slick-vertical .slick-slide {
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}
.hero-slider-item {
width: 100%;
height: 100%;
padding:300px 0 300px 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.hero-section {
padding: 0
}
.hero-slider .nextArrow {bottom:10%;right: 22%}
.hero-section h1 {font-size:50px}
.hero-section p {font-size:14px; color:#000; font-weight:300}
.hero-slider .prevArrow, .hero-slider .nextArrow {position: absolute;top:45%;z-index: 9;padding: 15px;color: rgba(0, 0, 0, 1);border: 0;font-size: 30px;transition: all linear .2s;background: transparent; display:none; width:70px; height:70px; border-radius:100%}
.hero-slider .prevArrow:focus, .hero-slider .nextArrow:focus {outline:0;}
.hero-slider .prevArrow:hover, .hero-slider .nextArrow:hover {color:#FFC000;}
.hero-slider .prevArrow {left:20px; background:#fff}
.hero-slider .prevArrow::before {content: "\f104"; font: normal normal normal 14px/1 FontAwesome; font-size:35px; position:absolute; top:18px; left:25px}
.hero-slider .nextArrow::before {content: "\f105"; font: normal normal normal 14px/1 FontAwesome; font-size:35px; position:absolute; top:18px; right:28px}
.hero-slider .nextArrow {
right:20px; background:#fff
}
.hero-slider .slick-dots {
position: absolute;
left:0;
bottom:18%;
padding-left:0; width:100%; text-align:center;
margin:0; padding:0;
}
.hero-slider .slick-dots li {display: inline-block;margin:0 6px;}
.hero-slider .slick-dots li.slick-active button {
background:#111; border-radius:100%; border:solid 2px #fff
}
.hero-slider .slick-dots li button {
color: transparent;
padding: 0;
overflow: hidden;
height:14px;
width:14px;
background:#fd9502;
border: 0;
outline: 0; border-radius:100%; border:solid 2px #fff
}
/* banner feature */
.caption-banner { text-align:left; font-family: 'Barlow', sans-serif; color:#fff; width:100%}
.caption-banner h6 { font-size:14px; font-weight:800; text-transform:uppercase; margin:0; padding:0; letter-spacing:1.5px;}
.caption-banner h2 { font-size:60px; font-weight:800; margin:0 0 10px 0; padding:0;}
.caption-banner h3 { font-size:30px; font-weight:800; margin:0 0 28px 0; padding:0}
.caption-banner h3 span { font-size:18px; font-weight:800; margin:0; padding:0}
.dotted {
background: url(../../images/pattern.png) repeat left top;
width:100%;
height:100%;position: absolute;z-index:0;left:0;right:0;top:0;bottom: 0;}
.banner-patten { background:url(../../images/banner-patten.png) no-repeat left center;width:100%; height:104px; position:relative; margin:-60px 0 0 0} | 0.34632 | 0.066691 |
.scope {
--border-radius: 5px;
--color: #118bee;
--color-bg: #fff;
--color-bg-secondary: #e9e9e9;
--color-secondary: #920de9;
--color-text: #000;
--color-text-secondary: #999;
--color-error: #cb2431;
--hover-brightness: 1.2;
--hover-opacity: 0.5;
--line-height: 150%;
}
@media (prefers-color-scheme: dark) {
.scope:not(.noDark) {
--color-bg: #333333;
--color-bg-secondary: #555;
--color-secondary: #2BB14C;
--color-text: #fff;
--color-text-secondary: #666;
--color-error: #f44336;
}
}
.reset {
composes: scope;
background: var(--color-bg);
color: var(--color-text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 0;
}
.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6 {
line-height: var(--line-height);
}
.reset ol li, .reset ul li {
padding: 0.2rem 0;
}
.reset p {
margin: 0.75rem 0;
padding: 0;
}
.reset small {
color: var(--color-text-secondary);
}
.reset a {
color: var(--color-secondary);
font-weight: bold;
text-decoration: none;
}
.reset a:hover {
filter: brightness(var(--hover-brightness));
text-decoration: underline;
}
.reset button {
border-radius: var(--border-radius);
display: inline-block;
font-size: medium;
font-weight: bold;
margin: 1.5rem 0 0.5rem 0;
padding: 0.4rem 2rem;
}
.reset button:hover:not(:disabled) {
cursor: pointer;
filter: brightness(var(--hover-brightness));
}
.reset button {
background-color: var(--color);
border: 2px solid var(--color);
color: var(--color-bg);
}
.reset button:disabled {
cursor: default;
background-color: var(--color-bg-secondary);
}
.reset form {
display: block;
}
.reset form header {
margin: 1.5rem 0;
padding: 1.5rem 0;
}
.reset input, .reset label, .reset select, .reset textarea {
display: block;
font-size: inherit;
}
.reset input, .reset textarea {
border: 1px solid var(--color-bg-secondary);
border-radius: var(--border-radius);
padding: 0.4rem 0.8rem;
width: 100%;
box-sizing: border-box;
}
.reset label {
font-weight: bold;
margin-bottom: 0.2rem;
}
.root {
composes: reset;
position: fixed;
bottom: 10px;
right: 10px;
border: 1px solid var(--color-bg);
border-radius: var(--border-radius);
width: 400px;
}
.root>div {
border: 1px solid var(--color-bg-secondary);
border-radius: var(--border-radius);
}
.container {
padding: 10px;
position: relative;
max-height: 500px;
min-height: 300px;
overflow: auto;
}
.container.minimized {
display: none;
}
@media screen and (max-width: 600px) {
.root {
position: fixed;
box-sizing: border-box;
max-width: 100%;
width: auto;
right: 10px;
left: 10px;
}
.container {
max-height: 400px;
}
} | src/layout/main.css | .scope {
--border-radius: 5px;
--color: #118bee;
--color-bg: #fff;
--color-bg-secondary: #e9e9e9;
--color-secondary: #920de9;
--color-text: #000;
--color-text-secondary: #999;
--color-error: #cb2431;
--hover-brightness: 1.2;
--hover-opacity: 0.5;
--line-height: 150%;
}
@media (prefers-color-scheme: dark) {
.scope:not(.noDark) {
--color-bg: #333333;
--color-bg-secondary: #555;
--color-secondary: #2BB14C;
--color-text: #fff;
--color-text-secondary: #666;
--color-error: #f44336;
}
}
.reset {
composes: scope;
background: var(--color-bg);
color: var(--color-text);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin: 0;
}
.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6 {
line-height: var(--line-height);
}
.reset ol li, .reset ul li {
padding: 0.2rem 0;
}
.reset p {
margin: 0.75rem 0;
padding: 0;
}
.reset small {
color: var(--color-text-secondary);
}
.reset a {
color: var(--color-secondary);
font-weight: bold;
text-decoration: none;
}
.reset a:hover {
filter: brightness(var(--hover-brightness));
text-decoration: underline;
}
.reset button {
border-radius: var(--border-radius);
display: inline-block;
font-size: medium;
font-weight: bold;
margin: 1.5rem 0 0.5rem 0;
padding: 0.4rem 2rem;
}
.reset button:hover:not(:disabled) {
cursor: pointer;
filter: brightness(var(--hover-brightness));
}
.reset button {
background-color: var(--color);
border: 2px solid var(--color);
color: var(--color-bg);
}
.reset button:disabled {
cursor: default;
background-color: var(--color-bg-secondary);
}
.reset form {
display: block;
}
.reset form header {
margin: 1.5rem 0;
padding: 1.5rem 0;
}
.reset input, .reset label, .reset select, .reset textarea {
display: block;
font-size: inherit;
}
.reset input, .reset textarea {
border: 1px solid var(--color-bg-secondary);
border-radius: var(--border-radius);
padding: 0.4rem 0.8rem;
width: 100%;
box-sizing: border-box;
}
.reset label {
font-weight: bold;
margin-bottom: 0.2rem;
}
.root {
composes: reset;
position: fixed;
bottom: 10px;
right: 10px;
border: 1px solid var(--color-bg);
border-radius: var(--border-radius);
width: 400px;
}
.root>div {
border: 1px solid var(--color-bg-secondary);
border-radius: var(--border-radius);
}
.container {
padding: 10px;
position: relative;
max-height: 500px;
min-height: 300px;
overflow: auto;
}
.container.minimized {
display: none;
}
@media screen and (max-width: 600px) {
.root {
position: fixed;
box-sizing: border-box;
max-width: 100%;
width: auto;
right: 10px;
left: 10px;
}
.container {
max-height: 400px;
}
} | 0.580947 | 0.108048 |
:host {
flex: 100 0 0;
text-align: center;
}
div {
background-color: #333;
height: 100%;
width: 10px;
display: inline-block;
-webkit-animation: audio-line-delay 1.2s infinite ease-in-out;
animation: audio-line-delay 1.2s infinite ease-in-out;
}
#pleco-link {
font-size: xx-large;
text-decoration: none;
color: inherit;
}
:host(.recognition) {
text-shadow: 2px 2px rgb(29, 53, 87, 0.3);
}
:host(.tones) {
text-shadow: 2px 2px rgb(7, 59, 76, 0.2);
}
:host(.sentence) {
text-shadow: 2px 2px rgb(58, 12, 163, 0.3);
}
:host(.audio) {
text-shadow: 2px 2px rgb(177, 237, 232, 0.3);
}
:host(.secondary-recognition) {
text-shadow: 2px 2px #F4A261;
}
:host(.secondary-sentence) {
text-shadow: 2px 2px #F4A261;
}
:host(.echo-spinner) {
width: 200px;
height: 200px;
margin: 100px auto;
background-color: #333;
border-radius: 100%;
-webkit-animation: echo-scaleout 1.5s infinite ease-in-out;
animation: echo-scaleout 1.5s infinite ease-in-out;
}
:host(.audio-line-spinner) {
margin: 100px auto;
width: 50px;
height: 60px;
text-align: center;
font-size: 10px;
}
.rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@keyframes echo-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
opacity: 0;
}
}
@-webkit-keyframes echo-scaleout {
0% { -webkit-transform: scale(0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes audio-line-delay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
@-webkit-keyframes audio-line-delay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
} | src/components/material-beautify-chinese-study/styles/card-content.css | :host {
flex: 100 0 0;
text-align: center;
}
div {
background-color: #333;
height: 100%;
width: 10px;
display: inline-block;
-webkit-animation: audio-line-delay 1.2s infinite ease-in-out;
animation: audio-line-delay 1.2s infinite ease-in-out;
}
#pleco-link {
font-size: xx-large;
text-decoration: none;
color: inherit;
}
:host(.recognition) {
text-shadow: 2px 2px rgb(29, 53, 87, 0.3);
}
:host(.tones) {
text-shadow: 2px 2px rgb(7, 59, 76, 0.2);
}
:host(.sentence) {
text-shadow: 2px 2px rgb(58, 12, 163, 0.3);
}
:host(.audio) {
text-shadow: 2px 2px rgb(177, 237, 232, 0.3);
}
:host(.secondary-recognition) {
text-shadow: 2px 2px #F4A261;
}
:host(.secondary-sentence) {
text-shadow: 2px 2px #F4A261;
}
:host(.echo-spinner) {
width: 200px;
height: 200px;
margin: 100px auto;
background-color: #333;
border-radius: 100%;
-webkit-animation: echo-scaleout 1.5s infinite ease-in-out;
animation: echo-scaleout 1.5s infinite ease-in-out;
}
:host(.audio-line-spinner) {
margin: 100px auto;
width: 50px;
height: 60px;
text-align: center;
font-size: 10px;
}
.rect2 {
-webkit-animation-delay: -1.1s;
animation-delay: -1.1s;
}
.rect3 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}
.rect4 {
-webkit-animation-delay: -0.9s;
animation-delay: -0.9s;
}
.rect5 {
-webkit-animation-delay: -0.8s;
animation-delay: -0.8s;
}
@keyframes echo-scaleout {
0% {
-webkit-transform: scale(0);
transform: scale(0);
} 100% {
-webkit-transform: scale(1.0);
transform: scale(1.0);
opacity: 0;
}
}
@-webkit-keyframes echo-scaleout {
0% { -webkit-transform: scale(0) }
100% {
-webkit-transform: scale(1.0);
opacity: 0;
}
}
@keyframes audio-line-delay {
0%, 40%, 100% {
transform: scaleY(0.4);
-webkit-transform: scaleY(0.4);
} 20% {
transform: scaleY(1.0);
-webkit-transform: scaleY(1.0);
}
}
@-webkit-keyframes audio-line-delay {
0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
20% { -webkit-transform: scaleY(1.0) }
} | 0.424651 | 0.122287 |
.header-container {
display: flex;
flex-direction: row;
}
.header-wallpaper-container {
width: 460px;
height: 460px;
margin: 2% 0% 0% 3%;
background: url('../../images/IMG_3800.jpg') no-repeat;
background-size: cover;
position: relative;
background-position: center;
border-radius: 100%;
-webkit-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.24);
-moz-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.055);
box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.459);
transition: 1s;
}
.header-wallpaper-container:hover {
width: 475px;
height: 475px;
margin: 2% 0% 0% 3%;
transition-timing-function: ease;
}
h1 {
margin: 10% 0% 0% 5%;
width: 100%;
font-size: 450%;
color: hsl(0, 0%, 100%);
}
h3 {
margin: 0% 10% 0% 5%;
width: 100%;
font-size: 200%;
color: hsla(208, 100%, 97%, 0.733);
}
p {
display: flex;
flex-direction: row;
margin: 15% 10% 5% 5%;
font-size: 200%;
color: hsl(0, 0%, 100%);
}
.templates-literals {
margin: 0% 0% 0% 0%;
font-size: 100%;
color: rgb(245, 255, 101);
}
.names-container {
width: 63%;
background-color: #20151d;
-webkit-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.24);
-moz-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.055);
box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.459);
margin: 3% 3% 2% 3%;
}
@media screen and (max-width: 600px) {
.header-container {
display: flex;
flex-direction: row;
justify-content: center;
padding: 0px 0px 0px 10px;
}
.header-wallpaper-container {
border-radius: 20px;
height: 250px;
margin: 5px 0px 0px 5px;
padding: 0px 0px 0px 60px;
}
h1 {
font-size: 190%;
width: 150px;
margin: 5% 3% 0% 5%;
}
h3 {
font-size: 70%;
margin: 4% 0% 0% 5%;
}
p {
display: flex;
flex-direction: row;
align-items: center;
margin: 5% 5% 10% 5%;
font-size: 70%;
color: hsl(0, 0%, 100%);
}
.templates-literals {
font-size: 210%;
color: rgb(245, 255, 101);
}
.names-container {
margin: 0% 0% 0% 0%;
background-color: #20151d;
-webkit-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.24);
-moz-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.055);
box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.459);
margin: 3% 5% 2% 5%;
}
} | src/styles/components/header.css | .header-container {
display: flex;
flex-direction: row;
}
.header-wallpaper-container {
width: 460px;
height: 460px;
margin: 2% 0% 0% 3%;
background: url('../../images/IMG_3800.jpg') no-repeat;
background-size: cover;
position: relative;
background-position: center;
border-radius: 100%;
-webkit-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.24);
-moz-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.055);
box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.459);
transition: 1s;
}
.header-wallpaper-container:hover {
width: 475px;
height: 475px;
margin: 2% 0% 0% 3%;
transition-timing-function: ease;
}
h1 {
margin: 10% 0% 0% 5%;
width: 100%;
font-size: 450%;
color: hsl(0, 0%, 100%);
}
h3 {
margin: 0% 10% 0% 5%;
width: 100%;
font-size: 200%;
color: hsla(208, 100%, 97%, 0.733);
}
p {
display: flex;
flex-direction: row;
margin: 15% 10% 5% 5%;
font-size: 200%;
color: hsl(0, 0%, 100%);
}
.templates-literals {
margin: 0% 0% 0% 0%;
font-size: 100%;
color: rgb(245, 255, 101);
}
.names-container {
width: 63%;
background-color: #20151d;
-webkit-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.24);
-moz-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.055);
box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.459);
margin: 3% 3% 2% 3%;
}
@media screen and (max-width: 600px) {
.header-container {
display: flex;
flex-direction: row;
justify-content: center;
padding: 0px 0px 0px 10px;
}
.header-wallpaper-container {
border-radius: 20px;
height: 250px;
margin: 5px 0px 0px 5px;
padding: 0px 0px 0px 60px;
}
h1 {
font-size: 190%;
width: 150px;
margin: 5% 3% 0% 5%;
}
h3 {
font-size: 70%;
margin: 4% 0% 0% 5%;
}
p {
display: flex;
flex-direction: row;
align-items: center;
margin: 5% 5% 10% 5%;
font-size: 70%;
color: hsl(0, 0%, 100%);
}
.templates-literals {
font-size: 210%;
color: rgb(245, 255, 101);
}
.names-container {
margin: 0% 0% 0% 0%;
background-color: #20151d;
-webkit-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.24);
-moz-box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.055);
box-shadow: -11px 12px 5px -2px rgba(0, 0, 0, 0.459);
margin: 3% 5% 2% 5%;
}
} | 0.325092 | 0.13229 |
@import '../../style/variables.css';
.color-inputs {
display: flex;
flex-direction: row;
flex: 1;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
& .color-inputs__title {
user-select: none !important;
}
& .color-inputs__hex {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: calc(var(--padding) * 2);
}
& .color-inputs__items {
}
& > :first-child {
width: 100%;
& > * {
margin-bottom: 15px;
}
}
& > :not(:first-child) {
/* flex: 1; */
width: 45%;
/* background: blue; */
display: flex;
flex-direction: column;
align-items: space-between;
justify-content: space-between;
& > *:not(:last-child) {
margin-bottom: 15px;
}
}
& > *:not(:last-child) {
/* margin-bottom: 10px; */
}
}
.radio-color-input {
display: flex;
flex-direction: row;
flex: 1;
justify-content: flex-start;
align-items: center;
/* background: red; */
/* width: 100%; */
& > *:not(:last-child) {
margin-right: calc(var(--margin) * 2);
}
& .radio-color-input-picker {
position: relative;
width: 60px;
height: 18px;
background-image: linear-gradient(
90deg,
red,
yellow,
lime,
cyan,
blue,
magenta,
red
);
& .picker-selector {
position: absolute;
display: block;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
background: white;
border: 1px solid black;
border-radius: 4px;
pointer-events: auto;
z-index: 1;
}
}
& .rgb-input-preview {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
}
.hex-input {
width: auto;
}
input.hex-filled {
background: var(--bg-primary);
color: var(--inactive-color);
font-size: var(--font-large);
letter-spacing: 0.25em;
line-height: 1.2;
height: 10px;
width: 120px;
padding: var(--input-padding);
padding-left: calc(var(--padding) * 4);
height: 33px;
&[type='number'] {
width: 100px;
}
&:hover {
color: var(--hover-color);
}
&:focus {
color: var(--focus-color);
box-shadow: 0 0 0 1px var(--primary-accent-color);
}
}
.color-inputs__previews {
display: flex;
cursor: pointer;
& .color-inputs__preview {
width: 33px;
height: 33px;
}
} | src/components/color-inputs/color-inputs.css | @import '../../style/variables.css';
.color-inputs {
display: flex;
flex-direction: row;
flex: 1;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
& .color-inputs__title {
user-select: none !important;
}
& .color-inputs__hex {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding-bottom: calc(var(--padding) * 2);
}
& .color-inputs__items {
}
& > :first-child {
width: 100%;
& > * {
margin-bottom: 15px;
}
}
& > :not(:first-child) {
/* flex: 1; */
width: 45%;
/* background: blue; */
display: flex;
flex-direction: column;
align-items: space-between;
justify-content: space-between;
& > *:not(:last-child) {
margin-bottom: 15px;
}
}
& > *:not(:last-child) {
/* margin-bottom: 10px; */
}
}
.radio-color-input {
display: flex;
flex-direction: row;
flex: 1;
justify-content: flex-start;
align-items: center;
/* background: red; */
/* width: 100%; */
& > *:not(:last-child) {
margin-right: calc(var(--margin) * 2);
}
& .radio-color-input-picker {
position: relative;
width: 60px;
height: 18px;
background-image: linear-gradient(
90deg,
red,
yellow,
lime,
cyan,
blue,
magenta,
red
);
& .picker-selector {
position: absolute;
display: block;
transform: translate(-50%, -50%);
width: 10px;
height: 10px;
background: white;
border: 1px solid black;
border-radius: 4px;
pointer-events: auto;
z-index: 1;
}
}
& .rgb-input-preview {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
}
}
.hex-input {
width: auto;
}
input.hex-filled {
background: var(--bg-primary);
color: var(--inactive-color);
font-size: var(--font-large);
letter-spacing: 0.25em;
line-height: 1.2;
height: 10px;
width: 120px;
padding: var(--input-padding);
padding-left: calc(var(--padding) * 4);
height: 33px;
&[type='number'] {
width: 100px;
}
&:hover {
color: var(--hover-color);
}
&:focus {
color: var(--focus-color);
box-shadow: 0 0 0 1px var(--primary-accent-color);
}
}
.color-inputs__previews {
display: flex;
cursor: pointer;
& .color-inputs__preview {
width: 33px;
height: 33px;
}
} | 0.55254 | 0.1015 |
.carousel {
margin-bottom: 0;
padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
left: -12px;
height: 40px;
width: 40px;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
margin-top: 90px;
}
.carousel-control.right {
right: -12px;
}
/* The indicators */
.carousel-indicators {
right: 50%;
top: auto;
bottom: -10px;
margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
background: #cecece;
}
.carousel-indicators .active {
background: #EEA9A9;
}
.item a:hover{
cursor: pointer;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s; /* Safari */
box-shadow: 5px 5px 5px #888888;
z-index: 1;
}
#teacher-title{
color:white;
text-align:center;
padding:10px;
}
#activity-title{
color:black;
text-align:center;
padding:10px;
}
#about-background{
background-color: #BDC0BA;
background-image: url(../img/black_small.png);
color:white;
background-repeat: no-repeat;
background-size: 100%;
}
.text-about2{
position: relative;
left: 450px;
}
.text-about3{
position: relative;
left: 20px;
}
.pic-row{
padding:0 100px;
}
.img-size{
margin: 10px auto;
width: 200px;
height: 200px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.table-font{
font-size:20px;
}
.attend-font{
font-size:30px
}
.intro-font{
color:#444;
padding: 30px;
}
.intro-font span{
color: #ed431f;
font-weight:bold;
}
.intro-btn{
width: 80px;
height: 30px;
font-size: 12px;
}
@media(min-width:850px) {
.intro-btn{
width: 120px;
height: 45px;
font-size: 20px;
}
}
@media (min-width: 700px){
.intro-btn-group{
position: relative;
bottom: -20px;
}
#about-background{
background-image: url(../img/black.png);
}
}
.teacher-title{
color:white;
}
.wait-title{
text-align:center;
color:white;
padding:20px;
font-size:20px;
}
.responsor-img-size{
margin: 10px auto;
width: 450px;
height: 200px;
}
.teacher h2{
color: white;
}
.project-name{
color:white;
text-align: center;
}
.circle {
margin: 36px;
display: inline-block;
padding: 16px;
text-align: center;
width: 180px;
height: 180px;
border-radius: 50%;
border: 2px solid #1d2087;
}
.circle::before,
.circle::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.circle,
.circle::before,
.circle::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .5s;
transition: all .5s;
}
.circle {
position: relative;
z-index: 2;
background-color: #fff;
border: 2px solid #5c5eae;
color: #5c5eae;
line-height: 50px;
overflow: hidden;
}
.circle:hover {
color: #fff;
}
.circle a:hover {
color: white;
}
.circle::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.circle:hover::after {
background: #EEA9A9;
border-radius: 50%;
-webkit-transform: scale(.9);
transform: scale(.9);
}
.circle1 {
opacity: 0.8;
}
.circle2 {
opacity: 0.9;
}
.circle3 {
opacity: 1.0;
}
.circle a {
text-decoration: none;
color: #3C2F41;
}
.circle h2 {
font-size: 60px;
}
.circle h2 small {
color: #3C2F41;
}
.circle p {
font-size: 24px;
line-height: 26px;
} | css/mystyle.css | .carousel {
margin-bottom: 0;
padding: 0 40px 30px 40px;
}
/* The controlsy */
.carousel-control {
left: -12px;
height: 40px;
width: 40px;
background: none repeat scroll 0 0 #222222;
border: 4px solid #FFFFFF;
border-radius: 23px 23px 23px 23px;
margin-top: 90px;
}
.carousel-control.right {
right: -12px;
}
/* The indicators */
.carousel-indicators {
right: 50%;
top: auto;
bottom: -10px;
margin-right: -19px;
}
/* The colour of the indicators */
.carousel-indicators li {
background: #cecece;
}
.carousel-indicators .active {
background: #EEA9A9;
}
.item a:hover{
cursor: pointer;
transition-duration: 0.3s;
-webkit-transition-duration: 0.3s; /* Safari */
box-shadow: 5px 5px 5px #888888;
z-index: 1;
}
#teacher-title{
color:white;
text-align:center;
padding:10px;
}
#activity-title{
color:black;
text-align:center;
padding:10px;
}
#about-background{
background-color: #BDC0BA;
background-image: url(../img/black_small.png);
color:white;
background-repeat: no-repeat;
background-size: 100%;
}
.text-about2{
position: relative;
left: 450px;
}
.text-about3{
position: relative;
left: 20px;
}
.pic-row{
padding:0 100px;
}
.img-size{
margin: 10px auto;
width: 200px;
height: 200px;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.table-font{
font-size:20px;
}
.attend-font{
font-size:30px
}
.intro-font{
color:#444;
padding: 30px;
}
.intro-font span{
color: #ed431f;
font-weight:bold;
}
.intro-btn{
width: 80px;
height: 30px;
font-size: 12px;
}
@media(min-width:850px) {
.intro-btn{
width: 120px;
height: 45px;
font-size: 20px;
}
}
@media (min-width: 700px){
.intro-btn-group{
position: relative;
bottom: -20px;
}
#about-background{
background-image: url(../img/black.png);
}
}
.teacher-title{
color:white;
}
.wait-title{
text-align:center;
color:white;
padding:20px;
font-size:20px;
}
.responsor-img-size{
margin: 10px auto;
width: 450px;
height: 200px;
}
.teacher h2{
color: white;
}
.project-name{
color:white;
text-align: center;
}
.circle {
margin: 36px;
display: inline-block;
padding: 16px;
text-align: center;
width: 180px;
height: 180px;
border-radius: 50%;
border: 2px solid #1d2087;
}
.circle::before,
.circle::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}
.circle,
.circle::before,
.circle::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: all .5s;
transition: all .5s;
}
.circle {
position: relative;
z-index: 2;
background-color: #fff;
border: 2px solid #5c5eae;
color: #5c5eae;
line-height: 50px;
overflow: hidden;
}
.circle:hover {
color: #fff;
}
.circle a:hover {
color: white;
}
.circle::after {
top: 0;
left: 0;
width: 100%;
height: 100%;
border-radius: 50%;
-webkit-transform: scale(.5);
transform: scale(.5);
}
.circle:hover::after {
background: #EEA9A9;
border-radius: 50%;
-webkit-transform: scale(.9);
transform: scale(.9);
}
.circle1 {
opacity: 0.8;
}
.circle2 {
opacity: 0.9;
}
.circle3 {
opacity: 1.0;
}
.circle a {
text-decoration: none;
color: #3C2F41;
}
.circle h2 {
font-size: 60px;
}
.circle h2 small {
color: #3C2F41;
}
.circle p {
font-size: 24px;
line-height: 26px;
} | 0.222109 | 0.053999 |
.menu-section{
padding: 100px 0 40px;
background-repeat: no-repeat;
background-position:20px 118px, right 62px;
}
.menu-section .section-title-box{
margin-bottom: 30px;
}
.filter-button-group button{
border: 0px solid transparent;
background: #272627;
width: 100%;
text-align: center;
margin: 0;
padding: 0;
margin-right: -3px;
color: #fff;
font-size: 20px;
font-weight: 300;
padding: 26px 0 30px;
border-right: 1px solid #000;
outline: none;
margin-bottom: 1px;
}
.filter-button-group button:nth-child(4){
margin-right: -5px;
border-right: 3px solid #000
}
.filter-button-group button b{
font-size: 40px;
font-weight: 700;
margin-top: 22px;
display: block;
}
.filter-button-group .is-checked{
background: #c59b5f;
color: #fff
}
.grid{
margin-top: 60px;
}
.big-demo .grid .element-item{
display: block;
position: relative;
margin-bottom: 30px;
overflow: hidden;
float: left;
}
.big-demo .grid .element-item img{
width: 100%;
height: auto;
}
.big-demo .grid .element-item:nth-child(4){
margin-right: 0;
}
.big-demo .grid .element-item:nth-child(8){
margin-right: 0;
}
.menu-item{
position: absolute;
top: 0;
text-align: center;
width: 100%;
height: 100%;
padding-top: 35%;
}
.element-item a{
}
.menu-item h2{
font-size: 20px;
text-transform: uppercase;
color: #c59b5f;
font-weight: 300;
margin: 0 auto;
position: relative;
top: -400px;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.menu-item h3{
font-size: 30px;
text-transform: uppercase;
color: #c59b5f;
font-weight: 700;
font-style: italic;
margin: 0 auto;
position: relative;
bottom: -400px;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.element-item a:hover .menu-item h2{
top: 0px;
}
.element-item a:hover .menu-item h3{
bottom: 0px;
}
.element-item a{
display: block;
cursor: url(https://dl.dropboxusercontent.com/u/147644213/vojonaloy/images/cursor.png), auto;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
background: red;
z-index: 9999;
}
.element-item a:before{
content: "";
display: block;
position: absolute;
border-left: 1px solid #c59b5f;
border-right: 1px solid #c59b5f;
top:0;
left: 0;
width: 110%;
height: 110%;
margin: 0 auto;
color: #fff;
top: -5%;
left:-5%;
z-index: 9999;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.element-item a:hover:before {
content: "";
display: block;
position: absolute;
border-left: 1px solid #C59B5F;
border-right: 1px solid #C59B5F;
width: 70%;
height: 90%;
margin: 0px auto;
color: #FFF;
top: 5%;
left: 15%;
z-index: 9999;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.element-item a:after{
content: "";
display: block;
position: absolute;
border-top: 1px solid #c59b5f;
border-bottom: 1px solid #c59b5f;
top:0;
left: 0;
width: 110%;
height: 110%;
margin: 0 auto;
color: #fff;
top:-5%;
left:-5%;
z-index: 9999;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s
}
.element-item a:hover:after{
content: "";
display: block;
position: absolute;
border-top: 1px solid #c59b5f;
border-bottom: 1px solid #c59b5f;
top:0;
left: 0;
width: 90%;
height: 70%;
margin: 0 auto;
color: #fff;
top: 15%;
left:5%;
z-index: 9999999;
}
.menu-item:before{
content: "";
display: block;
position: absolute;
border: 1px solid #c59b5f;
top:0;
left: 0;
width: 0px;
height: 0px;
margin: 0 auto;
color: #fff;
top: 50%;
left:50%;
z-index: -9999;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.element-item a:hover .menu-item:before{
content: "";
display: block;
position: absolute;
border: 1px solid #c59b5f;
top:0;
left: 0;
width: 80%;
height: 80%;
margin: 0 auto;
color: #fff;
top: 10%;
left:10%;
z-index: 9999;
display: block;
}
.element-item a img{
position: relative;
display: block;
width: 100%
}
.menu-item{
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.element-item .menu-item{
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
text-align: center;
border: 1px solid #c59b5f;
background: transparent !important;
}
.element-item a:hover .menu-item{
position: absolute;
display: block;
top: 0;
left: 0;
z-index: -0;
width: 100%;
height: 100%;
text-align: center;
border: 1px solid #c59b5f;
background: rgba(0, 0, 0, 0.6) !important;
}
/* GITHUB SOURCE STYLE */
.github-source{
display:block;
color:#000;
margin:20px;
position: relative;
z-index:999999;
}
.github-source i{
font-size:50px;
color:#fff
} | css/style.css | .menu-section{
padding: 100px 0 40px;
background-repeat: no-repeat;
background-position:20px 118px, right 62px;
}
.menu-section .section-title-box{
margin-bottom: 30px;
}
.filter-button-group button{
border: 0px solid transparent;
background: #272627;
width: 100%;
text-align: center;
margin: 0;
padding: 0;
margin-right: -3px;
color: #fff;
font-size: 20px;
font-weight: 300;
padding: 26px 0 30px;
border-right: 1px solid #000;
outline: none;
margin-bottom: 1px;
}
.filter-button-group button:nth-child(4){
margin-right: -5px;
border-right: 3px solid #000
}
.filter-button-group button b{
font-size: 40px;
font-weight: 700;
margin-top: 22px;
display: block;
}
.filter-button-group .is-checked{
background: #c59b5f;
color: #fff
}
.grid{
margin-top: 60px;
}
.big-demo .grid .element-item{
display: block;
position: relative;
margin-bottom: 30px;
overflow: hidden;
float: left;
}
.big-demo .grid .element-item img{
width: 100%;
height: auto;
}
.big-demo .grid .element-item:nth-child(4){
margin-right: 0;
}
.big-demo .grid .element-item:nth-child(8){
margin-right: 0;
}
.menu-item{
position: absolute;
top: 0;
text-align: center;
width: 100%;
height: 100%;
padding-top: 35%;
}
.element-item a{
}
.menu-item h2{
font-size: 20px;
text-transform: uppercase;
color: #c59b5f;
font-weight: 300;
margin: 0 auto;
position: relative;
top: -400px;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.menu-item h3{
font-size: 30px;
text-transform: uppercase;
color: #c59b5f;
font-weight: 700;
font-style: italic;
margin: 0 auto;
position: relative;
bottom: -400px;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.element-item a:hover .menu-item h2{
top: 0px;
}
.element-item a:hover .menu-item h3{
bottom: 0px;
}
.element-item a{
display: block;
cursor: url(https://dl.dropboxusercontent.com/u/147644213/vojonaloy/images/cursor.png), auto;
height: 100%;
overflow: hidden;
position: relative;
width: 100%;
background: red;
z-index: 9999;
}
.element-item a:before{
content: "";
display: block;
position: absolute;
border-left: 1px solid #c59b5f;
border-right: 1px solid #c59b5f;
top:0;
left: 0;
width: 110%;
height: 110%;
margin: 0 auto;
color: #fff;
top: -5%;
left:-5%;
z-index: 9999;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.element-item a:hover:before {
content: "";
display: block;
position: absolute;
border-left: 1px solid #C59B5F;
border-right: 1px solid #C59B5F;
width: 70%;
height: 90%;
margin: 0px auto;
color: #FFF;
top: 5%;
left: 15%;
z-index: 9999;
-webkit-transition: all 1s ease 0s;
-moz-transition: all 1s ease 0s;
-o-transition: all 1s ease 0s;
transition: all 1s ease 0s;
}
.element-item a:after{
content: "";
display: block;
position: absolute;
border-top: 1px solid #c59b5f;
border-bottom: 1px solid #c59b5f;
top:0;
left: 0;
width: 110%;
height: 110%;
margin: 0 auto;
color: #fff;
top:-5%;
left:-5%;
z-index: 9999;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s
}
.element-item a:hover:after{
content: "";
display: block;
position: absolute;
border-top: 1px solid #c59b5f;
border-bottom: 1px solid #c59b5f;
top:0;
left: 0;
width: 90%;
height: 70%;
margin: 0 auto;
color: #fff;
top: 15%;
left:5%;
z-index: 9999999;
}
.menu-item:before{
content: "";
display: block;
position: absolute;
border: 1px solid #c59b5f;
top:0;
left: 0;
width: 0px;
height: 0px;
margin: 0 auto;
color: #fff;
top: 50%;
left:50%;
z-index: -9999;
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.element-item a:hover .menu-item:before{
content: "";
display: block;
position: absolute;
border: 1px solid #c59b5f;
top:0;
left: 0;
width: 80%;
height: 80%;
margin: 0 auto;
color: #fff;
top: 10%;
left:10%;
z-index: 9999;
display: block;
}
.element-item a img{
position: relative;
display: block;
width: 100%
}
.menu-item{
-webkit-transition: all 1s;
-moz-transition: all 1s;
-o-transition: all 1s;
transition: all 1s;
}
.element-item .menu-item{
position: absolute;
display: block;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
text-align: center;
border: 1px solid #c59b5f;
background: transparent !important;
}
.element-item a:hover .menu-item{
position: absolute;
display: block;
top: 0;
left: 0;
z-index: -0;
width: 100%;
height: 100%;
text-align: center;
border: 1px solid #c59b5f;
background: rgba(0, 0, 0, 0.6) !important;
}
/* GITHUB SOURCE STYLE */
.github-source{
display:block;
color:#000;
margin:20px;
position: relative;
z-index:999999;
}
.github-source i{
font-size:50px;
color:#fff
} | 0.397471 | 0.082883 |
html,
body {
height: 100%;
background-color: #eee;
}
html,
body,
input,
textarea,
buttons {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/**
* Layout CSS
*/
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 2;
transition: left 0.2s;
}
#sidedrawer {
position: fixed;
top: 0;
bottom: 0;
width: 200px;
left: -200px;
overflow: auto;
z-index: 2;
background-color: #fff;
transition: transform 0.2s;
}
#content-wrapper {
min-height: 100%;
overflow-x: hidden;
margin-left: 0px;
transition: margin-left 0.2s;
/* sticky bottom */
margin-bottom: -160px;
padding-bottom: 160px;
}
@media (min-width: 768px) {
#header {
left: 200px;
}
#sidedrawer {
transform: translate(200px);
}
#content-wrapper {
margin-left: 200px;
}
#footer {
margin-left: 200px;
}
body.hide-sidedrawer #header {
left: 0;
}
body.hide-sidedrawer #sidedrawer {
transform: translate(0px);
}
body.hide-sidedrawer #content-wrapper {
margin-left: 0;
}
body.hide-sidedrawer #footer {
margin-left: 0;
}
}
/**
* Toggle Side drawer
*/
#sidedrawer.active {
transform: translate(200px);
}
/**
* Header CSS
*/
.sidedrawer-toggle {
color: #ffffff;
cursor: pointer;
font-size: 20px;
line-height: 20px;
margin-right: 10px;
}
.sidedrawer-toggle:link {
color: #fff;
text-decoration: none;
}
.sidedrawer-toggle:hover {
color: #fff;
text-decoration: none;
}
/**
* Side drawer CSS
*/
#sidedrawer-brand {
padding-left: 20px;
}
#sidedrawer ul {
list-style: none;
}
#sidedrawer > ul {
padding-left: 0px;
}
#sidedrawer > ul > li:first-child {
padding-top: 15px;
}
#sidedrawer strong {
display: block;
padding: 15px 22px;
cursor: pointer;
}
#sidedrawer strong:hover {
background-color: #E0E0E0;
}
#sidedrawer strong + ul > li {
padding: 6px 0px;
}
.content {
margin-top: 1em;
}
#loading {
position: relative;
padding: 30px;
margin: 75px 0;
}
@keyframes spinner {
to {transform: rotate(360deg);}
}
.spinner:before {
content: '';
box-sizing: border-box;
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
border-radius: 50%;
border: 5px solid #eee;
border-top-color: #009688;
animation: spinner .8s linear infinite;
}
#content, #error {
display: none;
}
#offline-warning {
background-color: #cc0000;
color: #ffffff;
text-align:center;
padding: 10px;
display:none;
}
#swap-button {
background-image: url(../images/updown.png);
background-repeat: no-repeat;
background-position: 50% 50%;
}
#swap-button span {
display: none;
}
#last-updated {
color:#888888;
font-size:.8em;
font-style:italic;
} | web/css/styles.css | html,
body {
height: 100%;
background-color: #eee;
}
html,
body,
input,
textarea,
buttons {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
/**
* Layout CSS
*/
#header {
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 2;
transition: left 0.2s;
}
#sidedrawer {
position: fixed;
top: 0;
bottom: 0;
width: 200px;
left: -200px;
overflow: auto;
z-index: 2;
background-color: #fff;
transition: transform 0.2s;
}
#content-wrapper {
min-height: 100%;
overflow-x: hidden;
margin-left: 0px;
transition: margin-left 0.2s;
/* sticky bottom */
margin-bottom: -160px;
padding-bottom: 160px;
}
@media (min-width: 768px) {
#header {
left: 200px;
}
#sidedrawer {
transform: translate(200px);
}
#content-wrapper {
margin-left: 200px;
}
#footer {
margin-left: 200px;
}
body.hide-sidedrawer #header {
left: 0;
}
body.hide-sidedrawer #sidedrawer {
transform: translate(0px);
}
body.hide-sidedrawer #content-wrapper {
margin-left: 0;
}
body.hide-sidedrawer #footer {
margin-left: 0;
}
}
/**
* Toggle Side drawer
*/
#sidedrawer.active {
transform: translate(200px);
}
/**
* Header CSS
*/
.sidedrawer-toggle {
color: #ffffff;
cursor: pointer;
font-size: 20px;
line-height: 20px;
margin-right: 10px;
}
.sidedrawer-toggle:link {
color: #fff;
text-decoration: none;
}
.sidedrawer-toggle:hover {
color: #fff;
text-decoration: none;
}
/**
* Side drawer CSS
*/
#sidedrawer-brand {
padding-left: 20px;
}
#sidedrawer ul {
list-style: none;
}
#sidedrawer > ul {
padding-left: 0px;
}
#sidedrawer > ul > li:first-child {
padding-top: 15px;
}
#sidedrawer strong {
display: block;
padding: 15px 22px;
cursor: pointer;
}
#sidedrawer strong:hover {
background-color: #E0E0E0;
}
#sidedrawer strong + ul > li {
padding: 6px 0px;
}
.content {
margin-top: 1em;
}
#loading {
position: relative;
padding: 30px;
margin: 75px 0;
}
@keyframes spinner {
to {transform: rotate(360deg);}
}
.spinner:before {
content: '';
box-sizing: border-box;
position: absolute;
top: 50%;
left: 50%;
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
border-radius: 50%;
border: 5px solid #eee;
border-top-color: #009688;
animation: spinner .8s linear infinite;
}
#content, #error {
display: none;
}
#offline-warning {
background-color: #cc0000;
color: #ffffff;
text-align:center;
padding: 10px;
display:none;
}
#swap-button {
background-image: url(../images/updown.png);
background-repeat: no-repeat;
background-position: 50% 50%;
}
#swap-button span {
display: none;
}
#last-updated {
color:#888888;
font-size:.8em;
font-style:italic;
} | 0.475849 | 0.081009 |
@font-face {
font-family: 'Noto Sans';
src: url('notosans-regular-webfont.woff') format('woff');
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-medium-webfont.woff') format('woff');
font-weight: 500;
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-light-webfont.woff') format('woff');
font-weight: 300;
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-bold-webfont.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-italic-webfont.woff') format('woff');
font-style: italic;
}
@font-face {
font-family: 'Consolas';
src: url('consola.woff') format('woff');
}
@font-face {
font-family: 'Consolas';
src: url('consolab.woff') format('woff');
font-weight: bold;
}
@font-face{
font-family: 'Consolas';
src: url('consolai.woff') format('woff');
font-style: italic;
}
@font-face {
font-family: 'Consolas';
src: url('consolaz.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Neutraface Text';
src: url('Neutraface-Text-Demi.woff') format('woff');
font-weight: 600;
}
@font-face {
font-family: 'Neutraface Text';
src: url('Neutraface-Text-Light.woff') format('woff');
font-weight: 300;
}
@font-face {
font-family: 'Neutraface Text';
src: url('Neutraface-Text-Book.woff') format('woff');
}
@font-face {
font-family: 'Neutraface Text';
src: url('Neutraface-Text-Bold.woff') format('woff');
font-weight: bold;
}
/* Colors/Colours used on this webpage */
:root{
--js-yellow:#f3e31b;
--js-black:#040404;
--code-card:#ebebeb;
--code-element:#0006b1;
--code-name:#b90000;
--code-value:#009405;
}
*{
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
margin: 0;
color: var(--js-black, #040404);
font-family: "Noto Sans", sans-serif;
}
.container{
width: 100%;
}
/* Navigation bar */
.nav-bar{
width: 20%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
position: fixed;
top: 0;
bottom: 0;
left: 0;
border-right: 2px solid var(--js-black, #040404);
background-color: white;
}
.nav-bar img{
margin: 0px auto;
width: max(50px, 7.5vw);
display: inline-block;
object-fit: cover;
}
.nav-card{
width: 100%;
}
.nav-link:hover{
background-color: var(--js-yellow, #f3e31b);
}
.nav-link:active{
background-color: var(--js-yellow, #f3e31b)
}
.nav-link{
padding: max(10px, 2vh);
width: 100%;
display: block;
text-align: center;
text-decoration: none;
color: var(--js-black, #040404);
font-weight: bold;
font-family: "Neutraface Text", Helvetica, sans-serif;
font-size: max(16px, 1.2vw);
}
/* Main body that contains content */
.main-body{
margin-top: 20px;
margin-bottom: 50px;
width: 80%;
float: right;
overflow-x: hidden;
background-color: white;
}
.info-card{
padding: 0px 30px;
width: 100%;
letter-spacing: 0.8px;
}
.info-card h1, .info-card h2, .info-card h3{
margin-top: 30px;
margin-bottom: 25px;
font-family: "Neutraface Text", Helvetica, sans-serif;
}
.info-card h3{
font-size: max(20px, 3vw);
font-weight: 400;
}
.info-card h2{
font-size: max(25px, 3.8vw);
}
.info-card h1{
margin-top: 10px;
font-size: max(30px, 4.5vw);
}
.info-card p, .info-card ul{
font-size: max(15px, 1.2vw);
line-height: max(24px, 3vh);
}
.info-card li{
margin: 18px 0px;
}
.info-card .id-link:hover::after{
content: "#";
text-decoration: underline 4px solid var(--js-yellow, #f3e31b);
color: #afafaf;
}
.info-card .id-link:hover{
text-decoration: underline 4px solid var(--js-yellow, #f3e31b);
}
.info-card .id-link:active{
text-decoration: underline 4px solid var(--js-yellow, #f3e31b);
}
.info-card .id-link{
color: #040404;
text-decoration: none;
}
.info-card .highlight{
padding: 2px 5px;
background-color: var(--js-yellow, #f3e31b);
}
.info-card .code{
padding: 2px 5px;
border-radius: 5px;
background-color: var(--code-card, #ebebeb);
font-family: "Consolas", monospace;
}
.info-card .code-card{
padding: 8px 25px;
border-left: 5px solid var(--js-yellow, #f3e31b);
border-radius: 5px;
background-color: var(--code-card, #ebebeb);
}
.code-card p{
letter-spacing: 0.5px;
font-family: "Consolas", monospace;
}
.code-card .green{
color: var(--code-value, #009405);
}
.code-card .red{
color: var(--code-name, #b90000);
}
.code-card .blue{
color: var(--code-element, #0006b1);
}
.web-link:hover{
text-decoration: none;
color: var(--code-element, #0006b1);
}
.web-link:active{
color: var(--code-element, #0006b1);
}
@media (max-height: 450px), (orientation:portrait){
.nav-bar{
width: 100%;
height: 100px;
flex-direction: row;
flex-wrap: nowrap;
bottom: unset;
left: unset;
border-right: unset;
border-bottom: 2px solid var(--js-black, #040404);
}
.nav-card{
height: 100%;
overflow-y: scroll;
}
.nav-bar img{
margin: auto max(25px, 7vw);
}
.nav-link{
margin: 0;
padding-top: max(35px, 2.2vh);
width: 125px;
height: 100%;
display: inline-block;
}
.main-body{
margin-top: 120px;
width: 100%;
float: unset;
}
} | tech-doc-page/tech-doc.css | @font-face {
font-family: 'Noto Sans';
src: url('notosans-regular-webfont.woff') format('woff');
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-medium-webfont.woff') format('woff');
font-weight: 500;
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-light-webfont.woff') format('woff');
font-weight: 300;
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-bold-webfont.woff') format('woff');
font-weight: bold;
}
@font-face {
font-family: 'Noto Sans';
src: url('notosans-italic-webfont.woff') format('woff');
font-style: italic;
}
@font-face {
font-family: 'Consolas';
src: url('consola.woff') format('woff');
}
@font-face {
font-family: 'Consolas';
src: url('consolab.woff') format('woff');
font-weight: bold;
}
@font-face{
font-family: 'Consolas';
src: url('consolai.woff') format('woff');
font-style: italic;
}
@font-face {
font-family: 'Consolas';
src: url('consolaz.woff') format('woff');
font-weight: bold;
font-style: italic;
}
@font-face {
font-family: 'Neutraface Text';
src: url('Neutraface-Text-Demi.woff') format('woff');
font-weight: 600;
}
@font-face {
font-family: 'Neutraface Text';
src: url('Neutraface-Text-Light.woff') format('woff');
font-weight: 300;
}
@font-face {
font-family: 'Neutraface Text';
src: url('Neutraface-Text-Book.woff') format('woff');
}
@font-face {
font-family: 'Neutraface Text';
src: url('Neutraface-Text-Bold.woff') format('woff');
font-weight: bold;
}
/* Colors/Colours used on this webpage */
:root{
--js-yellow:#f3e31b;
--js-black:#040404;
--code-card:#ebebeb;
--code-element:#0006b1;
--code-name:#b90000;
--code-value:#009405;
}
*{
box-sizing: border-box;
}
html{
scroll-behavior: smooth;
}
body{
margin: 0;
color: var(--js-black, #040404);
font-family: "Noto Sans", sans-serif;
}
.container{
width: 100%;
}
/* Navigation bar */
.nav-bar{
width: 20%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
position: fixed;
top: 0;
bottom: 0;
left: 0;
border-right: 2px solid var(--js-black, #040404);
background-color: white;
}
.nav-bar img{
margin: 0px auto;
width: max(50px, 7.5vw);
display: inline-block;
object-fit: cover;
}
.nav-card{
width: 100%;
}
.nav-link:hover{
background-color: var(--js-yellow, #f3e31b);
}
.nav-link:active{
background-color: var(--js-yellow, #f3e31b)
}
.nav-link{
padding: max(10px, 2vh);
width: 100%;
display: block;
text-align: center;
text-decoration: none;
color: var(--js-black, #040404);
font-weight: bold;
font-family: "Neutraface Text", Helvetica, sans-serif;
font-size: max(16px, 1.2vw);
}
/* Main body that contains content */
.main-body{
margin-top: 20px;
margin-bottom: 50px;
width: 80%;
float: right;
overflow-x: hidden;
background-color: white;
}
.info-card{
padding: 0px 30px;
width: 100%;
letter-spacing: 0.8px;
}
.info-card h1, .info-card h2, .info-card h3{
margin-top: 30px;
margin-bottom: 25px;
font-family: "Neutraface Text", Helvetica, sans-serif;
}
.info-card h3{
font-size: max(20px, 3vw);
font-weight: 400;
}
.info-card h2{
font-size: max(25px, 3.8vw);
}
.info-card h1{
margin-top: 10px;
font-size: max(30px, 4.5vw);
}
.info-card p, .info-card ul{
font-size: max(15px, 1.2vw);
line-height: max(24px, 3vh);
}
.info-card li{
margin: 18px 0px;
}
.info-card .id-link:hover::after{
content: "#";
text-decoration: underline 4px solid var(--js-yellow, #f3e31b);
color: #afafaf;
}
.info-card .id-link:hover{
text-decoration: underline 4px solid var(--js-yellow, #f3e31b);
}
.info-card .id-link:active{
text-decoration: underline 4px solid var(--js-yellow, #f3e31b);
}
.info-card .id-link{
color: #040404;
text-decoration: none;
}
.info-card .highlight{
padding: 2px 5px;
background-color: var(--js-yellow, #f3e31b);
}
.info-card .code{
padding: 2px 5px;
border-radius: 5px;
background-color: var(--code-card, #ebebeb);
font-family: "Consolas", monospace;
}
.info-card .code-card{
padding: 8px 25px;
border-left: 5px solid var(--js-yellow, #f3e31b);
border-radius: 5px;
background-color: var(--code-card, #ebebeb);
}
.code-card p{
letter-spacing: 0.5px;
font-family: "Consolas", monospace;
}
.code-card .green{
color: var(--code-value, #009405);
}
.code-card .red{
color: var(--code-name, #b90000);
}
.code-card .blue{
color: var(--code-element, #0006b1);
}
.web-link:hover{
text-decoration: none;
color: var(--code-element, #0006b1);
}
.web-link:active{
color: var(--code-element, #0006b1);
}
@media (max-height: 450px), (orientation:portrait){
.nav-bar{
width: 100%;
height: 100px;
flex-direction: row;
flex-wrap: nowrap;
bottom: unset;
left: unset;
border-right: unset;
border-bottom: 2px solid var(--js-black, #040404);
}
.nav-card{
height: 100%;
overflow-y: scroll;
}
.nav-bar img{
margin: auto max(25px, 7vw);
}
.nav-link{
margin: 0;
padding-top: max(35px, 2.2vh);
width: 125px;
height: 100%;
display: inline-block;
}
.main-body{
margin-top: 120px;
width: 100%;
float: unset;
}
} | 0.466359 | 0.058615 |
* {
-dark-text-color: #BABABA;
-dark-text-color-alt: derive(-dark-text-color, -90%);
-dark-selected-text-color: #BABABA;
-dark-bg-color: #3C3F41;
-darker-bg-color: #2E3133;
-dark-bg-color-alt: #888e91;
-dark-selected-bg-color: #334DB3;
/* How to make tables look good */
-dark-box-border: ladder(
-dark-bg-color,
derive(black, 40%) 20%,
derive(-dark-bg-color, -15%) 30%
);
-dark-inner-border: linear-gradient(to bottom,
ladder(
-dark-bg-color,
derive(-dark-bg-color, -30%) 0%,
derive(-dark-bg-color, -20%) 40%,
derive(-dark-bg-color, -25%) 60%,
derive(-dark-bg-color, -55%) 80%,
derive(-dark-bg-color, -55%) 90%,
derive(-dark-bg-color, -75%) 100%
),
ladder(
-dark-bg-color,
derive(-dark-bg-color, -20%) 0%,
derive(-dark-bg-color, -10%) 20%,
derive(-dark-bg-color, -5%) 40%,
derive(-dark-bg-color, 2%) 60%,
derive(-dark-bg-color, 5%) 100%
));
-fx-table-cell-border-color: derive(-dark-bg-color, 10%);
}
.root, .tab-content-area, .tree-cell, .titled-pane > .title, .list-view {
-fx-text-fill: -dark-text-color;
-fx-background-color: -dark-bg-color;
}
.titled-pane > .content {
-fx-background-color: -darker-bg-color;
-fx-border-color: -dark-box-border;
}
.text-field {
-fx-background-color: -dark-bg-color;
-fx-text-fill: -dark-text-color;
-fx-prompt-text-fill: derive(-dark-text-color, -40%);
}
.table-view .column-header-background {
-fx-background-color: -dark-bg-color-alt;
}
.table-cell {
-fx-text-fill: -dark-text-color;
}
.table-row-cell {
-fx-background-color: -dark-bg-color;
}
.table-row-cell:odd {
-fx-background-color: -darker-bg-color;
}
.column-header {
-fx-background-color: -dark-box-border, -dark-inner-border, -dark-bg-color;
-fx-background-insets: 0px, 0px 1px 1px 0px, 1px 2px 2px 1px;
}
.table-view {
-fx-background-color: -darker-bg-color;
}
#status-label, .table-view > .placeholder > .label, .table-column > .label {
-fx-text-fill: -dark-text-color;
}
.cell > .tree-disclosure-node > .arrow {
-fx-background-color: -dark-text-color;
}
.split-pane, .split-pane-divider {
-fx-background-color: #313435;
}
.scroll-bar > .track-background {
-fx-background-color: -dark-bg-color;
}
.scroll-bar > .thumb {
-fx-background-color: -dark-bg-color-alt;
}
.tab-header-background {
-fx-background-color: #555a5c;
}
.tab-label, .dark-label {
-fx-text-fill: -dark-text-color;
}
.tab {
-fx-background-color: -dark-bg-color;
}
.tab:selected {
-fx-background-color: #697073;
}
.cell:selected {
-fx-text-fill: -dark-selected-text-color;
-fx-background-color: -dark-selected-bg-color;
}
.radio-button {
-fx-text-fill: -dark-text-color;
}
.radio-button > .radio {
-fx-background-color: -dark-bg-color-alt;
}
.radio-button:selected > .radio > .dot {
-fx-background-color: -darker-bg-color;
} | src/main/resources/me/kenzierocks/mcpide/darktheme.css | * {
-dark-text-color: #BABABA;
-dark-text-color-alt: derive(-dark-text-color, -90%);
-dark-selected-text-color: #BABABA;
-dark-bg-color: #3C3F41;
-darker-bg-color: #2E3133;
-dark-bg-color-alt: #888e91;
-dark-selected-bg-color: #334DB3;
/* How to make tables look good */
-dark-box-border: ladder(
-dark-bg-color,
derive(black, 40%) 20%,
derive(-dark-bg-color, -15%) 30%
);
-dark-inner-border: linear-gradient(to bottom,
ladder(
-dark-bg-color,
derive(-dark-bg-color, -30%) 0%,
derive(-dark-bg-color, -20%) 40%,
derive(-dark-bg-color, -25%) 60%,
derive(-dark-bg-color, -55%) 80%,
derive(-dark-bg-color, -55%) 90%,
derive(-dark-bg-color, -75%) 100%
),
ladder(
-dark-bg-color,
derive(-dark-bg-color, -20%) 0%,
derive(-dark-bg-color, -10%) 20%,
derive(-dark-bg-color, -5%) 40%,
derive(-dark-bg-color, 2%) 60%,
derive(-dark-bg-color, 5%) 100%
));
-fx-table-cell-border-color: derive(-dark-bg-color, 10%);
}
.root, .tab-content-area, .tree-cell, .titled-pane > .title, .list-view {
-fx-text-fill: -dark-text-color;
-fx-background-color: -dark-bg-color;
}
.titled-pane > .content {
-fx-background-color: -darker-bg-color;
-fx-border-color: -dark-box-border;
}
.text-field {
-fx-background-color: -dark-bg-color;
-fx-text-fill: -dark-text-color;
-fx-prompt-text-fill: derive(-dark-text-color, -40%);
}
.table-view .column-header-background {
-fx-background-color: -dark-bg-color-alt;
}
.table-cell {
-fx-text-fill: -dark-text-color;
}
.table-row-cell {
-fx-background-color: -dark-bg-color;
}
.table-row-cell:odd {
-fx-background-color: -darker-bg-color;
}
.column-header {
-fx-background-color: -dark-box-border, -dark-inner-border, -dark-bg-color;
-fx-background-insets: 0px, 0px 1px 1px 0px, 1px 2px 2px 1px;
}
.table-view {
-fx-background-color: -darker-bg-color;
}
#status-label, .table-view > .placeholder > .label, .table-column > .label {
-fx-text-fill: -dark-text-color;
}
.cell > .tree-disclosure-node > .arrow {
-fx-background-color: -dark-text-color;
}
.split-pane, .split-pane-divider {
-fx-background-color: #313435;
}
.scroll-bar > .track-background {
-fx-background-color: -dark-bg-color;
}
.scroll-bar > .thumb {
-fx-background-color: -dark-bg-color-alt;
}
.tab-header-background {
-fx-background-color: #555a5c;
}
.tab-label, .dark-label {
-fx-text-fill: -dark-text-color;
}
.tab {
-fx-background-color: -dark-bg-color;
}
.tab:selected {
-fx-background-color: #697073;
}
.cell:selected {
-fx-text-fill: -dark-selected-text-color;
-fx-background-color: -dark-selected-bg-color;
}
.radio-button {
-fx-text-fill: -dark-text-color;
}
.radio-button > .radio {
-fx-background-color: -dark-bg-color-alt;
}
.radio-button:selected > .radio > .dot {
-fx-background-color: -darker-bg-color;
} | 0.566378 | 0.11304 |
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* Render the `main` element consistently in IE.
*/
main {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none; }
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none; }
html {
box-sizing: border-box; }
template,
[hidden] {
display: none; }
*,
:before,
:after {
box-sizing: inherit; }
address {
font-style: inherit; }
dfn,
cite,
em,
i {
font-style: italic; }
b,
strong {
font-weight: 700; }
a {
text-decoration: none; }
a svg {
pointer-events: none; }
ul,
ol {
margin: 0;
padding: 0;
list-style: none; }
p,
figure {
margin: 0;
padding: 0; }
h1, h2, h3, h4, h5, h6 {
margin: 0; }
/**
* 1. Single taps should be dispatched immediately on clickable elements
*/
a, area, button, input, label, select, textarea, [tabindex] {
/* [1] */
touch-action: manipulation; }
[hreflang] > abbr[title] {
text-decoration: none; }
table {
border-spacing: 0;
border-collapse: collapse; }
hr {
display: block;
margin: 1em 0;
padding: 0;
height: 1px;
border: 0;
border-top: 1px solid #CCCCCC; }
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
/* [1] */ }
audio:not([controls]) {
display: none;
height: 0; }
img,
svg {
max-width: 100%;
/* [2] */
height: auto; }
img[width], img[height],
svg[width],
svg[height] {
/* [4] */
max-width: none; }
img {
font-style: italic;
/* [4] */ }
svg {
fill: currentColor;
/* [5] */ }
button,
.c-button {
display: inline-block;
/* [1] */
overflow: visible;
/* [2] */
margin: 0;
/* [3] */
padding: 0;
outline: 0;
border: 0;
background: none transparent;
color: inherit;
vertical-align: middle;
/* [4] */
text-align: center;
/* [3] */
text-decoration: none;
text-transform: none;
font: inherit;
/* [5] */
line-height: normal;
cursor: pointer;
/* [6] */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
button:focus, button:hover,
.c-button:focus,
.c-button:hover {
text-decoration: none; }
html {
overflow-y: scroll;
/* [2] */
min-height: 100%;
/* [3] */
color: #222222;
font-family: sans-serif;
line-height: 1.5;
/* [1] */ }
@media (max-width: 699px) {
html {
font-size: 12px; } }
@media (min-width: 700px) and (max-width: 999px) {
html {
font-size: 13px; } }
@media (min-width: 1000px) and (max-width: 1199px) {
html {
font-size: 14px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
html {
font-size: 16px;
/* [1] */ } }
@media (min-width: 1600px) and (max-width: 1999px) {
html {
font-size: 18px; } }
@media (min-width: 2000px) and (max-width: 2399px) {
html {
font-size: 21px; } }
@media (min-width: 2400px) {
html {
font-size: 24px; } }
html.is-loading {
cursor: wait; }
html.has-scroll-smooth {
overflow: hidden; }
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.has-scroll-smooth body {
overflow: hidden; }
::-moz-selection {
background-color: #FFFFFF;
color: #3297FD;
text-shadow: none; }
::selection {
background-color: #FFFFFF;
color: #3297FD;
text-shadow: none; }
a {
color: #1A0DAB; }
a:focus, a:hover {
color: #13097c; }
.o-scroll {
min-height: 100vh; }
.o-container {
margin-right: auto;
margin-left: auto;
padding-right: 3.75rem;
padding-left: 3.75rem;
max-width: 132.5rem; }
/**
* Create ratio-bound content blocks, to keep media (e.g. images, videos) in
* their correct aspect ratios.
*
* http://alistapart.com/article/creating-intrinsic-ratios-for-video
*
* 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
*/
.o-ratio {
position: relative;
display: block;
overflow: hidden; }
.o-ratio:before {
display: block;
padding-bottom: 100%;
/* [1] */
width: 100%;
content: ""; }
.o-ratio_content,
.o-ratio > img,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%; }
.o-layout {
margin: 0;
padding: 0;
list-style: none;
font-size: 0;
margin-left: 0; }
.o-layout.-gutter {
margin-left: -3.75rem; }
.o-layout.-gutter-small {
margin-left: -1.875rem; }
.o-layout.-center {
text-align: center; }
.o-layout.-right {
text-align: right; }
.o-layout.-reverse {
direction: rtl; }
.o-layout.-reverse.-flex {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse; }
.o-layout.-flex {
display: -webkit-box;
display: flex; }
.o-layout.-flex.-top {
-webkit-box-align: start;
align-items: flex-start; }
.o-layout.-flex.-middle {
-webkit-box-align: center;
align-items: center; }
.o-layout.-flex.-bottom {
-webkit-box-align: end;
align-items: flex-end; }
.o-layout.-stretch {
-webkit-box-align: stretch;
align-items: stretch; }
.o-layout_item {
display: inline-block;
width: 100%;
vertical-align: top;
font-size: 1rem;
padding-left: 0; }
.o-layout.-gutter > .o-layout_item {
padding-left: 3.75rem; }
.o-layout.-gutter-small > .o-layout_item {
padding-left: 1.875rem; }
.o-layout.-middle > .o-layout_item {
vertical-align: middle; }
.o-layout.-bottom > .o-layout_item {
vertical-align: bottom; }
.o-layout.-center > .o-layout_item,
.o-layout.-right > .o-layout_item,
.o-layout.-reverse > .o-layout_item {
text-align: left; }
.o-layout.-reverse > .o-layout_item {
direction: ltr; }
.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100vh;
-webkit-transform-origin: center right;
transform-origin: center right;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
opacity: 0; }
.c-scrollbar:hover {
-webkit-transform: scaleX(1.45);
transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
opacity: 1; }
.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing; }
.c-heading {
line-height: 1.5;
margin-bottom: 1.875rem; }
.c-heading.-h1 {
font-size: 2.25rem; }
.c-heading.-h2 {
font-size: 1.75rem; }
.c-heading.-h3 {
font-size: 1.5rem; }
.c-heading.-h4 {
font-size: 1.25rem; }
.c-heading.-h5 {
font-size: 1.125rem; }
.c-heading.-h6 {
font-size: 1rem; }
.c-button {
padding: 0.9375rem 1.25rem;
background-color: lightgray; }
.c-button:focus, .c-button:hover {
background-color: darkgray; }
.c-gl-image {
display: inline-block;
width: 100%;
vertical-align: top;
font-size: 1rem;
padding-left: 0;
position: relative;
margin: 0;
display: inline-block; }
.c-gl-image::before {
content: "";
display: block;
padding-bottom: 78%; }
@media (min-width: 1000px) {
.c-gl-image {
width: 40%; } }
.c-gl-image.is-loading {
background-color: rgba(0, 0, 0, 0.2); }
.c-gl-image_wrap {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; }
.c-gl-image_wrap canvas {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; }
/* stylelint-disable */
.u-2\:1::before {
padding-bottom: 50%; }
.u-4\:3::before {
padding-bottom: 75%; }
.u-16\:9::before {
padding-bottom: 56.25%; }
/* stylelint-enable */
.u-1\/1 {
width: 100% !important; }
.u-1\/2 {
width: 50% !important; }
.u-2\/2 {
width: 100% !important; }
.u-1\/3 {
width: 33.33333% !important; }
.u-2\/3 {
width: 66.66667% !important; }
.u-3\/3 {
width: 100% !important; }
.u-1\/4 {
width: 25% !important; }
.u-2\/4 {
width: 50% !important; }
.u-3\/4 {
width: 75% !important; }
.u-4\/4 {
width: 100% !important; }
.u-1\/5 {
width: 20% !important; }
.u-2\/5 {
width: 40% !important; }
.u-3\/5 {
width: 60% !important; }
.u-4\/5 {
width: 80% !important; }
.u-5\/5 {
width: 100% !important; }
@media (min-width: 700px) {
.u-1\/2\@from-small {
width: 50%; } } | www/assets/styles/main.css | ========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
line-height: 1.15;
/* 1 */
-webkit-text-size-adjust: 100%;
/* 2 */ }
/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
margin: 0; }
/**
* Render the `main` element consistently in IE.
*/
main {
display: block; }
/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
font-size: 2em;
margin: 0.67em 0; }
/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
box-sizing: content-box;
/* 1 */
height: 0;
/* 1 */
overflow: visible;
/* 2 */ }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
background-color: transparent; }
/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
border-bottom: none;
/* 1 */
text-decoration: underline;
/* 2 */
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
/* 2 */ }
/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
font-weight: bolder; }
/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
font-family: monospace, monospace;
/* 1 */
font-size: 1em;
/* 2 */ }
/**
* Add the correct font size in all browsers.
*/
small {
font-size: 80%; }
/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline; }
sub {
bottom: -0.25em; }
sup {
top: -0.5em; }
/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
border-style: none; }
/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
font-family: inherit;
/* 1 */
font-size: 100%;
/* 1 */
line-height: 1.15;
/* 1 */
margin: 0;
/* 2 */ }
/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
/* 1 */
overflow: visible; }
/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
/* 1 */
text-transform: none; }
/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button; }
/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0; }
/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText; }
/**
* Correct the padding in Firefox.
*/
fieldset {
padding: 0.35em 0.75em 0.625em; }
/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
* `fieldset` elements in all browsers.
*/
legend {
box-sizing: border-box;
/* 1 */
color: inherit;
/* 2 */
display: table;
/* 1 */
max-width: 100%;
/* 1 */
padding: 0;
/* 3 */
white-space: normal;
/* 1 */ }
/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
vertical-align: baseline; }
/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
overflow: auto; }
/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */ }
/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto; }
/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
-webkit-appearance: textfield;
/* 1 */
outline-offset: -2px;
/* 2 */ }
/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none; }
/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
-webkit-appearance: button;
/* 1 */
font: inherit;
/* 2 */ }
/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
display: block; }
/*
* Add the correct display in all browsers.
*/
summary {
display: list-item; }
/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
display: none; }
/**
* Add the correct display in IE 10.
*/
[hidden] {
display: none; }
html {
box-sizing: border-box; }
template,
[hidden] {
display: none; }
*,
:before,
:after {
box-sizing: inherit; }
address {
font-style: inherit; }
dfn,
cite,
em,
i {
font-style: italic; }
b,
strong {
font-weight: 700; }
a {
text-decoration: none; }
a svg {
pointer-events: none; }
ul,
ol {
margin: 0;
padding: 0;
list-style: none; }
p,
figure {
margin: 0;
padding: 0; }
h1, h2, h3, h4, h5, h6 {
margin: 0; }
/**
* 1. Single taps should be dispatched immediately on clickable elements
*/
a, area, button, input, label, select, textarea, [tabindex] {
/* [1] */
touch-action: manipulation; }
[hreflang] > abbr[title] {
text-decoration: none; }
table {
border-spacing: 0;
border-collapse: collapse; }
hr {
display: block;
margin: 1em 0;
padding: 0;
height: 1px;
border: 0;
border-top: 1px solid #CCCCCC; }
audio,
canvas,
iframe,
img,
svg,
video {
vertical-align: middle;
/* [1] */ }
audio:not([controls]) {
display: none;
height: 0; }
img,
svg {
max-width: 100%;
/* [2] */
height: auto; }
img[width], img[height],
svg[width],
svg[height] {
/* [4] */
max-width: none; }
img {
font-style: italic;
/* [4] */ }
svg {
fill: currentColor;
/* [5] */ }
button,
.c-button {
display: inline-block;
/* [1] */
overflow: visible;
/* [2] */
margin: 0;
/* [3] */
padding: 0;
outline: 0;
border: 0;
background: none transparent;
color: inherit;
vertical-align: middle;
/* [4] */
text-align: center;
/* [3] */
text-decoration: none;
text-transform: none;
font: inherit;
/* [5] */
line-height: normal;
cursor: pointer;
/* [6] */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
button:focus, button:hover,
.c-button:focus,
.c-button:hover {
text-decoration: none; }
html {
overflow-y: scroll;
/* [2] */
min-height: 100%;
/* [3] */
color: #222222;
font-family: sans-serif;
line-height: 1.5;
/* [1] */ }
@media (max-width: 699px) {
html {
font-size: 12px; } }
@media (min-width: 700px) and (max-width: 999px) {
html {
font-size: 13px; } }
@media (min-width: 1000px) and (max-width: 1199px) {
html {
font-size: 14px; } }
@media (min-width: 1200px) and (max-width: 1599px) {
html {
font-size: 16px;
/* [1] */ } }
@media (min-width: 1600px) and (max-width: 1999px) {
html {
font-size: 18px; } }
@media (min-width: 2000px) and (max-width: 2399px) {
html {
font-size: 21px; } }
@media (min-width: 2400px) {
html {
font-size: 24px; } }
html.is-loading {
cursor: wait; }
html.has-scroll-smooth {
overflow: hidden; }
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.has-scroll-smooth body {
overflow: hidden; }
::-moz-selection {
background-color: #FFFFFF;
color: #3297FD;
text-shadow: none; }
::selection {
background-color: #FFFFFF;
color: #3297FD;
text-shadow: none; }
a {
color: #1A0DAB; }
a:focus, a:hover {
color: #13097c; }
.o-scroll {
min-height: 100vh; }
.o-container {
margin-right: auto;
margin-left: auto;
padding-right: 3.75rem;
padding-left: 3.75rem;
max-width: 132.5rem; }
/**
* Create ratio-bound content blocks, to keep media (e.g. images, videos) in
* their correct aspect ratios.
*
* http://alistapart.com/article/creating-intrinsic-ratios-for-video
*
* 1. Default cropping is a 1:1 ratio (i.e. a perfect square).
*/
.o-ratio {
position: relative;
display: block;
overflow: hidden; }
.o-ratio:before {
display: block;
padding-bottom: 100%;
/* [1] */
width: 100%;
content: ""; }
.o-ratio_content,
.o-ratio > img,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 100%; }
.o-layout {
margin: 0;
padding: 0;
list-style: none;
font-size: 0;
margin-left: 0; }
.o-layout.-gutter {
margin-left: -3.75rem; }
.o-layout.-gutter-small {
margin-left: -1.875rem; }
.o-layout.-center {
text-align: center; }
.o-layout.-right {
text-align: right; }
.o-layout.-reverse {
direction: rtl; }
.o-layout.-reverse.-flex {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
flex-direction: row-reverse; }
.o-layout.-flex {
display: -webkit-box;
display: flex; }
.o-layout.-flex.-top {
-webkit-box-align: start;
align-items: flex-start; }
.o-layout.-flex.-middle {
-webkit-box-align: center;
align-items: center; }
.o-layout.-flex.-bottom {
-webkit-box-align: end;
align-items: flex-end; }
.o-layout.-stretch {
-webkit-box-align: stretch;
align-items: stretch; }
.o-layout_item {
display: inline-block;
width: 100%;
vertical-align: top;
font-size: 1rem;
padding-left: 0; }
.o-layout.-gutter > .o-layout_item {
padding-left: 3.75rem; }
.o-layout.-gutter-small > .o-layout_item {
padding-left: 1.875rem; }
.o-layout.-middle > .o-layout_item {
vertical-align: middle; }
.o-layout.-bottom > .o-layout_item {
vertical-align: bottom; }
.o-layout.-center > .o-layout_item,
.o-layout.-right > .o-layout_item,
.o-layout.-reverse > .o-layout_item {
text-align: left; }
.o-layout.-reverse > .o-layout_item {
direction: ltr; }
.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100vh;
-webkit-transform-origin: center right;
transform-origin: center right;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
transition: opacity 0.3s, -webkit-transform 0.3s;
transition: transform 0.3s, opacity 0.3s;
transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
opacity: 0; }
.c-scrollbar:hover {
-webkit-transform: scaleX(1.45);
transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
opacity: 1; }
.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing; }
.c-heading {
line-height: 1.5;
margin-bottom: 1.875rem; }
.c-heading.-h1 {
font-size: 2.25rem; }
.c-heading.-h2 {
font-size: 1.75rem; }
.c-heading.-h3 {
font-size: 1.5rem; }
.c-heading.-h4 {
font-size: 1.25rem; }
.c-heading.-h5 {
font-size: 1.125rem; }
.c-heading.-h6 {
font-size: 1rem; }
.c-button {
padding: 0.9375rem 1.25rem;
background-color: lightgray; }
.c-button:focus, .c-button:hover {
background-color: darkgray; }
.c-gl-image {
display: inline-block;
width: 100%;
vertical-align: top;
font-size: 1rem;
padding-left: 0;
position: relative;
margin: 0;
display: inline-block; }
.c-gl-image::before {
content: "";
display: block;
padding-bottom: 78%; }
@media (min-width: 1000px) {
.c-gl-image {
width: 40%; } }
.c-gl-image.is-loading {
background-color: rgba(0, 0, 0, 0.2); }
.c-gl-image_wrap {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; }
.c-gl-image_wrap canvas {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0; }
/* stylelint-disable */
.u-2\:1::before {
padding-bottom: 50%; }
.u-4\:3::before {
padding-bottom: 75%; }
.u-16\:9::before {
padding-bottom: 56.25%; }
/* stylelint-enable */
.u-1\/1 {
width: 100% !important; }
.u-1\/2 {
width: 50% !important; }
.u-2\/2 {
width: 100% !important; }
.u-1\/3 {
width: 33.33333% !important; }
.u-2\/3 {
width: 66.66667% !important; }
.u-3\/3 {
width: 100% !important; }
.u-1\/4 {
width: 25% !important; }
.u-2\/4 {
width: 50% !important; }
.u-3\/4 {
width: 75% !important; }
.u-4\/4 {
width: 100% !important; }
.u-1\/5 {
width: 20% !important; }
.u-2\/5 {
width: 40% !important; }
.u-3\/5 {
width: 60% !important; }
.u-4\/5 {
width: 80% !important; }
.u-5\/5 {
width: 100% !important; }
@media (min-width: 700px) {
.u-1\/2\@from-small {
width: 50%; } } | 0.671255 | 0.090053 |
.manager-page-container {
height: 100%;
width: auto;
}
.manager-page-content {
margin: 0px auto;
padding: 0px;
height: 88%;
}
.manager-page-navigation-content {
height: 5.2%;
}
/*
ManageEmployees.js
*/
.manage-user-container {
height: 92.5%;
}
.manage-user-content {
height: 98%;
margin: 1% 4%;
}
.user-list {
border-right: 1px dotted gray;
float: left;
height: 100%;
width: 15%;
overflow: scroll;
}
.user-content {
border-left: 1px dotted gray;
display: flex;
max-height: 700px;
overflow: scroll;
padding: 10px;
}
.user-wrapper > span > span > span > div > img {
max-width: 55px;
max-height: 55px;
width: auto;
height: auto;
left: -8px;
}
.employee-content {
height: 700px;
}
.employee-tabs {
height: 50px;
}
.employee-report {
height: 650px;
}
.dropdown-container {
display: flex;
}
.dropdown-content {
width: 100%;
}
.dropdown-content > strong {
float: left;
margin: 0 0 0 10px;
}
.dropdown-content > small {
float: right;
margin: 3px 10px 0 0;
}
.employee-students {
height: 95%;
margin: 2.5%;
}
.add-student-button {
margin: 0 auto;
}
.remove-student-button {
float: left;
margin: 0 2%;
}
.student-list-container {
height: 100%;
width: 50%;
float: left;
}
.unassigned-student-container {
border-left: 1px dotted gray;
height: 100%;
width: 25%;
float: right;
}
.unassigned-student-list {
margin: 30px 0;
}
.left-content {
float: left;
width: 60%;
}
.right-content {
border-left: 1px dotted gray;
float:right;
height: 100%;
width: 30%;
margin: 0 0 0 10%;
padding: 20px 5px;
}
/*
NewEmployee.js
*/
.add-employee-button {
float: left;
margin: 0 20px 0 0;
}
.new-employee-name {
text-align: left;
}
.new-employee-id {
text-align: left;
}
/*
EmployeeInfo.js
*/
.employee-info-container {
height: 100%;
margin: 2% 5%;
}
.user-profile-content {
border-bottom: 1px dotted gray;
border-left: 1px dotted gray;
border-right: 1px dotted gray;
}
/*
EmployeeRoles.js
*/
.employee-roles-container {
text-align: left;
height: 100%;
padding: 50px 50px;
}
/*
ManageStudent.js
*/
.manage-student-container {
height: 92.5%;
}
.manage-student-content {
height: 98%;
margin: 1% 4%;
}
.student-list {
border-right: 1px dotted gray;
float: left;
height: 100%;
width: 15%;
overflow: scroll;
}
.student-wrapper > span > span > span > div > img {
max-width: 55px;
max-height: 55px;
width: auto;
height: auto;
left: -8px;
}
.manager-page-left {
height: 100%;
width: 15%;
float: left;
border-right: 1px dotted gray;
}
.manager-page-list {
float: left;
height: 60%;
overflow: scroll;
}
.manager-page-list-bottom {
float: left;
width: 90%;
margin: 0 5%;
border-top: 1px dotted gray;
}
.manager-page-right {
height: 100%;
width: 85%;
float: left;
} | src/css/content/managerPage.css | .manager-page-container {
height: 100%;
width: auto;
}
.manager-page-content {
margin: 0px auto;
padding: 0px;
height: 88%;
}
.manager-page-navigation-content {
height: 5.2%;
}
/*
ManageEmployees.js
*/
.manage-user-container {
height: 92.5%;
}
.manage-user-content {
height: 98%;
margin: 1% 4%;
}
.user-list {
border-right: 1px dotted gray;
float: left;
height: 100%;
width: 15%;
overflow: scroll;
}
.user-content {
border-left: 1px dotted gray;
display: flex;
max-height: 700px;
overflow: scroll;
padding: 10px;
}
.user-wrapper > span > span > span > div > img {
max-width: 55px;
max-height: 55px;
width: auto;
height: auto;
left: -8px;
}
.employee-content {
height: 700px;
}
.employee-tabs {
height: 50px;
}
.employee-report {
height: 650px;
}
.dropdown-container {
display: flex;
}
.dropdown-content {
width: 100%;
}
.dropdown-content > strong {
float: left;
margin: 0 0 0 10px;
}
.dropdown-content > small {
float: right;
margin: 3px 10px 0 0;
}
.employee-students {
height: 95%;
margin: 2.5%;
}
.add-student-button {
margin: 0 auto;
}
.remove-student-button {
float: left;
margin: 0 2%;
}
.student-list-container {
height: 100%;
width: 50%;
float: left;
}
.unassigned-student-container {
border-left: 1px dotted gray;
height: 100%;
width: 25%;
float: right;
}
.unassigned-student-list {
margin: 30px 0;
}
.left-content {
float: left;
width: 60%;
}
.right-content {
border-left: 1px dotted gray;
float:right;
height: 100%;
width: 30%;
margin: 0 0 0 10%;
padding: 20px 5px;
}
/*
NewEmployee.js
*/
.add-employee-button {
float: left;
margin: 0 20px 0 0;
}
.new-employee-name {
text-align: left;
}
.new-employee-id {
text-align: left;
}
/*
EmployeeInfo.js
*/
.employee-info-container {
height: 100%;
margin: 2% 5%;
}
.user-profile-content {
border-bottom: 1px dotted gray;
border-left: 1px dotted gray;
border-right: 1px dotted gray;
}
/*
EmployeeRoles.js
*/
.employee-roles-container {
text-align: left;
height: 100%;
padding: 50px 50px;
}
/*
ManageStudent.js
*/
.manage-student-container {
height: 92.5%;
}
.manage-student-content {
height: 98%;
margin: 1% 4%;
}
.student-list {
border-right: 1px dotted gray;
float: left;
height: 100%;
width: 15%;
overflow: scroll;
}
.student-wrapper > span > span > span > div > img {
max-width: 55px;
max-height: 55px;
width: auto;
height: auto;
left: -8px;
}
.manager-page-left {
height: 100%;
width: 15%;
float: left;
border-right: 1px dotted gray;
}
.manager-page-list {
float: left;
height: 60%;
overflow: scroll;
}
.manager-page-list-bottom {
float: left;
width: 90%;
margin: 0 5%;
border-top: 1px dotted gray;
}
.manager-page-right {
height: 100%;
width: 85%;
float: left;
} | 0.398875 | 0.075756 |
/*** SIMPLE BOOTSTRAP LOGIN ***/
/*@import url('https://fonts.googleapis.com/css?family=Numans');*/
html, body {
/*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
background-size: cover;
background-repeat: no-repeat;*/
height: 90%;
/*font-family: 'Numans', sans-serif;*/
}
.container {
height: 100%;
align-content: center;
}
.card {
height: 370px;
margin: 0 auto;
width: 400px;
background-color: #101010;
}
div.card.register-card {
height: 500px !important;
}
.social_icon span {
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}
.social_icon span:hover {
color: white;
cursor: pointer;
}
.card-header h3 {
color: white;
}
.social_icon {
position: absolute;
right: 20px;
top: -45px;
}
.input-group-prepend span {
width: 50px;
background-color: #FFC312;
color: black;
border: 0 !important;
}
input:focus {
outline: 0 0 0 0 !important;
box-shadow: 0 0 0 0 !important;
}
.remember {
color: white;
}
.remember input {
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}
.login_btn {
color: black;
background-color: #FFC312;
width: 100px;
}
.login_btn:hover {
color: black;
background-color: white;
}
.links {
color: white;
}
.links a {
margin-left: 4px;
}
.card-header {
text-align: center;
padding: 20px;
margin-top: 20px;
}
.card-body {
text-align: center;
max-width: 200px;
}
.card-body.form {
width: 300px;
margin: 0 auto;
}
.card-footer {
text-align: center;
}
div.d-flex.justify-content-center.links a {
color: aquamarine !important;
}
div.d-flex.justify-content-center a {
color: aquamarine !important;
}
div.input-group.form-group {
display: inline-block;
}
div.input-group-special {
display: inline-grid;
}
footer p {
color: #101010;
}
.errContainer {
text-align: center;
width: 100%;
display: inherit;
color: orangered;
font-weight: bold;
}
.navbar-collapse.collapse > form {
float: right;
margin-top: 9px;
}
#fa-custom {
color: white;
background: none !important;
}
#fa-custom > i {
font-style: normal;
} | SNPIDataManager/Content/Login.css | /*** SIMPLE BOOTSTRAP LOGIN ***/
/*@import url('https://fonts.googleapis.com/css?family=Numans');*/
html, body {
/*background-image: url('http://getwallpapers.com/wallpaper/full/a/5/d/544750.jpg');
background-size: cover;
background-repeat: no-repeat;*/
height: 90%;
/*font-family: 'Numans', sans-serif;*/
}
.container {
height: 100%;
align-content: center;
}
.card {
height: 370px;
margin: 0 auto;
width: 400px;
background-color: #101010;
}
div.card.register-card {
height: 500px !important;
}
.social_icon span {
font-size: 60px;
margin-left: 10px;
color: #FFC312;
}
.social_icon span:hover {
color: white;
cursor: pointer;
}
.card-header h3 {
color: white;
}
.social_icon {
position: absolute;
right: 20px;
top: -45px;
}
.input-group-prepend span {
width: 50px;
background-color: #FFC312;
color: black;
border: 0 !important;
}
input:focus {
outline: 0 0 0 0 !important;
box-shadow: 0 0 0 0 !important;
}
.remember {
color: white;
}
.remember input {
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}
.login_btn {
color: black;
background-color: #FFC312;
width: 100px;
}
.login_btn:hover {
color: black;
background-color: white;
}
.links {
color: white;
}
.links a {
margin-left: 4px;
}
.card-header {
text-align: center;
padding: 20px;
margin-top: 20px;
}
.card-body {
text-align: center;
max-width: 200px;
}
.card-body.form {
width: 300px;
margin: 0 auto;
}
.card-footer {
text-align: center;
}
div.d-flex.justify-content-center.links a {
color: aquamarine !important;
}
div.d-flex.justify-content-center a {
color: aquamarine !important;
}
div.input-group.form-group {
display: inline-block;
}
div.input-group-special {
display: inline-grid;
}
footer p {
color: #101010;
}
.errContainer {
text-align: center;
width: 100%;
display: inherit;
color: orangered;
font-weight: bold;
}
.navbar-collapse.collapse > form {
float: right;
margin-top: 9px;
}
#fa-custom {
color: white;
background: none !important;
}
#fa-custom > i {
font-style: normal;
} | 0.54819 | 0.065128 |
body,.dfHelp,.dfHelp code {
font-family: "Open Sans",Trebuchet,sans-serif;
}
.panel-primary,.panel-collapse>.panel-body{
border-color: #008c99 !important; }
a,.fa-question-circle { color: #008c99; font-weight: 600;}
a:hover { color: #004067;}
.container-fluid>.row {
color: #C0511B;
/*background-color: white;*/
margin-bottom: 10px;
}
/* header in accordance with UT header styling */
h3 {font-family: "Cardo", "Times New Roman", serif;}
/* The next few are to line up the page header */
#apptitle {
margin-top: 0;
padding-top: 5px;
}
#infile_ui>.shiny-input-container {
margin-top: 2px;
padding-bottom: 0;
}
#infile_ui input.form-control{
margin-top: 6px;
}
/* progress bar styling */
#infile_progress { margin: 1px 0; height: 15px;}
#infile_progress>.progress-bar{
/*background-color: rgb(134, 56, 19);*/
background-color: #008c99;
line-height: 15px;
}
#infile_ui>.shiny-input-container {
padding-top: 10px;
margin-bottom: 0;
}
#debug_button {margin-top: 38px;}
/* upload file field */
#infile_ui .form-control {
padding-bottom: 6px;
max-height: 22px;
}
/* end page header */
/* help text */
.dfHelp{
padding: 0 15px 5px 15px;
}
.dfHelp>h2{
margin: 0;
font-size: 2rem;
}
.dfHelp code{
color:black;
font-weight: 600;
display: inline-block;
border: 1px solid lightgray;
border-radius: 5px;
line-height: 9px;
padding: 2px;
margin: 1px;
}
.dfHelp p{padding-top: 10px;}
.bigimg {
display: block;
margin-left: auto;
margin-top: 15px;
margin-right: auto;
width: 70vw;
}
#customWhichCols,#customWhichFields,#customTrDescGrp,.form-group {
display: inline-block;
}
#customTrDescGrp{
display: inline-block;
width: 80vw;
}
/* end help text */
/* disclaimer button */
.dfDisclaimer>.sa-button-container,.dfDisclaimer>.sa-button-container>button.confirm{
width:20vw;
margin: auto;
}
/* Make the labels less obnoxious */
label {color: black; font-weight: 400; text-align: justify;}
.tab-pane label { min-width: 80vw ;}
/* make panel headings more compact and UT-ish */
.panel-heading {
padding-top: 2px;
padding-bottom: 2px;
background-color: #008c99 !important;
}
.panel-heading:hover {background-color: #004067 !important;}
/* To make the available columns scroll inside the page */
#tb_transform{
overflow-y: scroll;
min-height: 0;
height: 70vh;
}
/* The static columns don't need headers */
#tb_transform .panel-default .panel-heading{
visibility: hidden;
padding: 0;
height: 0;
}
/* To distinguish the non-dynamic columns and make them more compact*/
#tb_transform .panel-default .panel-body {
padding-bottom: 0; padding-top: 0;
margin-bottom: -1px; margin-top: -1px;
background-color: whitesmoke;
}
/* compact separators for tb_transform */
.panel-collapse hr {margin: 8px 0 5px 0}
/* Tabs themselves more compact*/
.nav { margin-bottom: 8px;}
ul.nav>li>a {
padding: 4px 12px 4px 12px;
line-height: 100%;
text-align: center;
}
/* make buttons more compact */
.btn,.dfHelp>div>button {
padding: 0 6px 0 6px;
margin-left: 6px;
margin-top: 5px;
}
/* To line up the selection widgets for available transforms*/
.transform-argsel {
display: inline-block;
padding-left: 10px;
vertical-align: middle;
}
/* To make the Input Data and Output Preview contents more compact */
/*
Useful classes for later:
.dataTables_processing
.recalculating
*/
.dataTable>tbody>tr>td
,.dataTable>thead>tr>th
{
line-height: 0.1rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 10rem !important;
}
.dataTable>thead>tr>th{font-size: 1.1rem;}
.dfDyn{background-color: rgba(0, 140, 153, 0.3) !important;}
td.dfDyn {
font-size: 0.9rem;
font-stretch: ultra-condensed;
}
/* dataTable widgets */
.dataTables_length>label>select{
padding: 0;
height: 1.8em;
}
li.paginate_button>a {
color: #008c99;
padding: 0 0.1em
}
li.paginate_button.active>a {
background-color: #008c99;
color: white;
border-color: #008c99;
}
/* more generic layout */
.tab-pane>hr {margin: 10px}
p,p>a,.dfHelp p,.regulartext,.dfDisclaimer,.regulartext li {
text-align: justify;
font-size: 1.2rem;
font-weight: 100;
color: black;
font-stretch: semi-condensed;
} | dfshiny/df.css | body,.dfHelp,.dfHelp code {
font-family: "Open Sans",Trebuchet,sans-serif;
}
.panel-primary,.panel-collapse>.panel-body{
border-color: #008c99 !important; }
a,.fa-question-circle { color: #008c99; font-weight: 600;}
a:hover { color: #004067;}
.container-fluid>.row {
color: #C0511B;
/*background-color: white;*/
margin-bottom: 10px;
}
/* header in accordance with UT header styling */
h3 {font-family: "Cardo", "Times New Roman", serif;}
/* The next few are to line up the page header */
#apptitle {
margin-top: 0;
padding-top: 5px;
}
#infile_ui>.shiny-input-container {
margin-top: 2px;
padding-bottom: 0;
}
#infile_ui input.form-control{
margin-top: 6px;
}
/* progress bar styling */
#infile_progress { margin: 1px 0; height: 15px;}
#infile_progress>.progress-bar{
/*background-color: rgb(134, 56, 19);*/
background-color: #008c99;
line-height: 15px;
}
#infile_ui>.shiny-input-container {
padding-top: 10px;
margin-bottom: 0;
}
#debug_button {margin-top: 38px;}
/* upload file field */
#infile_ui .form-control {
padding-bottom: 6px;
max-height: 22px;
}
/* end page header */
/* help text */
.dfHelp{
padding: 0 15px 5px 15px;
}
.dfHelp>h2{
margin: 0;
font-size: 2rem;
}
.dfHelp code{
color:black;
font-weight: 600;
display: inline-block;
border: 1px solid lightgray;
border-radius: 5px;
line-height: 9px;
padding: 2px;
margin: 1px;
}
.dfHelp p{padding-top: 10px;}
.bigimg {
display: block;
margin-left: auto;
margin-top: 15px;
margin-right: auto;
width: 70vw;
}
#customWhichCols,#customWhichFields,#customTrDescGrp,.form-group {
display: inline-block;
}
#customTrDescGrp{
display: inline-block;
width: 80vw;
}
/* end help text */
/* disclaimer button */
.dfDisclaimer>.sa-button-container,.dfDisclaimer>.sa-button-container>button.confirm{
width:20vw;
margin: auto;
}
/* Make the labels less obnoxious */
label {color: black; font-weight: 400; text-align: justify;}
.tab-pane label { min-width: 80vw ;}
/* make panel headings more compact and UT-ish */
.panel-heading {
padding-top: 2px;
padding-bottom: 2px;
background-color: #008c99 !important;
}
.panel-heading:hover {background-color: #004067 !important;}
/* To make the available columns scroll inside the page */
#tb_transform{
overflow-y: scroll;
min-height: 0;
height: 70vh;
}
/* The static columns don't need headers */
#tb_transform .panel-default .panel-heading{
visibility: hidden;
padding: 0;
height: 0;
}
/* To distinguish the non-dynamic columns and make them more compact*/
#tb_transform .panel-default .panel-body {
padding-bottom: 0; padding-top: 0;
margin-bottom: -1px; margin-top: -1px;
background-color: whitesmoke;
}
/* compact separators for tb_transform */
.panel-collapse hr {margin: 8px 0 5px 0}
/* Tabs themselves more compact*/
.nav { margin-bottom: 8px;}
ul.nav>li>a {
padding: 4px 12px 4px 12px;
line-height: 100%;
text-align: center;
}
/* make buttons more compact */
.btn,.dfHelp>div>button {
padding: 0 6px 0 6px;
margin-left: 6px;
margin-top: 5px;
}
/* To line up the selection widgets for available transforms*/
.transform-argsel {
display: inline-block;
padding-left: 10px;
vertical-align: middle;
}
/* To make the Input Data and Output Preview contents more compact */
/*
Useful classes for later:
.dataTables_processing
.recalculating
*/
.dataTable>tbody>tr>td
,.dataTable>thead>tr>th
{
line-height: 0.1rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: 10rem !important;
}
.dataTable>thead>tr>th{font-size: 1.1rem;}
.dfDyn{background-color: rgba(0, 140, 153, 0.3) !important;}
td.dfDyn {
font-size: 0.9rem;
font-stretch: ultra-condensed;
}
/* dataTable widgets */
.dataTables_length>label>select{
padding: 0;
height: 1.8em;
}
li.paginate_button>a {
color: #008c99;
padding: 0 0.1em
}
li.paginate_button.active>a {
background-color: #008c99;
color: white;
border-color: #008c99;
}
/* more generic layout */
.tab-pane>hr {margin: 10px}
p,p>a,.dfHelp p,.regulartext,.dfDisclaimer,.regulartext li {
text-align: justify;
font-size: 1.2rem;
font-weight: 100;
color: black;
font-stretch: semi-condensed;
} | 0.276593 | 0.065276 |
* {
box-sizing: border-box;
}
body {
font-family: 'Work Sans', sans-serif;
font-size: 20px;
color: #212121;
background-color: #fff;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2 {
font-family: 'Varela Round';
}
h1 {
font-size: 2em;
margin-bottom: 2em;
}
h2 {
font-size: 1.4em;
margin: 2em 0 1em 0;
}
a {
text-decoration: none;
}
.container p {
line-height: 1.5;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.placeholder {
margin: 2em 0;
text-align: justify;
pointer-events: none;
user-select: none;
}
.placeholder__word {
color: #eee;
background: #eee;
border-radius: 3px;
letter-spacing: 0.2em;
font-size: 0.7em;
}
.header,
.footer {
overflow: hidden;
position: relative;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
padding: 92px 24px;
text-align: center;
color: #fff;
background: #00ab6c;
background: -moz-linear-gradient(top, #00ab6c 0%, #13cc69 100%);
background: -webkit-linear-gradient(top, #00ab6c 0%, #13cc69 100%);
background: linear-gradient(to bottom, #00ab6c 0%, #13cc69 100%);
align-items: center;
justify-content: center;
}
.header::before {
content: '';
position: absolute;
top: calc(100% - 16px);
width: 100%;
background-color: rgba(255, 255, 255, 0.3);
height: 92px;
transform: skewY(2deg);
}
.header::after {
content: '';
position: absolute;
top: calc(100% - 16px);
width: 100%;
background-color: rgba(255, 255, 255, 0.5);
height: 92px;
transform: skewY(-4deg);
}
.header__title {
font-size: 3em;
margin-bottom: 0.4em;
}
.header__subtitle {
font-size: 1.2em;
letter-spacing: -0.02em;
color: rgba(255, 255, 255, 0.9);
}
.header__info {
font-size: 1em;
margin: 2em;
}
.footer__copyright {
margin: 2em 0;
color: rgba(255, 255, 255, 0.9);
}
.footer a {
color: #fff;
}
.container {
width: 100%;
max-width: 768px;
margin: 48px auto;
padding: 16px;
}
.text-center {
text-align: center;
}
.button {
display: inline-block;
min-width: 120px;
margin: 4px;
padding: 16px 24px;
transition: all 0.16s;
border: none;
border-radius: 32px;
font-size: 0.8em;
color: #fff;
background: #00ab6c;
background: -moz-linear-gradient(left, #13cc69 0%, #00ab6c 100%);
background: -webkit-linear-gradient(left, #13cc69 0%, #00ab6c 100%);
background: linear-gradient(to right, #13cc69 0%, #00ab6c 100%);
box-shadow: 0 2px 6px 0 rgba(0, 171, 108, 0.32);
transition: all 300ms;
}
button.button {
font: inherit;
cursor: pointer;
outline: none;
}
.button:hover,
button.button:hover {
box-shadow: 0 2px 8px 0 rgba(0, 171, 108, 0.64);
}
.button.button--action {
background: #7c4dff;
background: -moz-linear-gradient(left, #7c4dff 0%, #6200ea 100%);
background: -webkit-linear-gradient(left, #7c4dff 0%, #6200ea 100%);
background: linear-gradient(to right, #7c4dff 0%, #6200ea 100%);
box-shadow: 0 2px 6px 0 rgba(98, 0, 234, 0.32);
}
.button.button--action:hover {
box-shadow: 0 2px 8px 0 rgba(98, 0, 234, 0.64);
}
.header .button,
.footer .button {
color: #fff;
border: 2px solid #fff;
background: transparent;
}
.header .button:hover,
.footer .button:hover {
color: #00ab6c;
background-color: #fff;
}
img {
max-width: 100%;
height: auto;
}
figcaption {
font-size: 0.8em;
font-weight: 300;
margin: 1em;
text-align: center;
color: #666;
}
blockquote {
font-family: Monaco, Consolas, Menlo, monospace;
font-size: 0.8em;
display: block;
padding: 24px;
color: #666;
border-radius: 4px;
background-color: #f7f7f7;
}
pre {
font-family: Monaco, Consolas, Menlo, monospace;
font-size: 0.8em;
padding: 24px;
margin: 2em 0;
color: #fff;
border-radius: 4px;
background-color: #222;
}
@media (min-width: 900px) {
.pull-left,
.pull-right {
width: 400px;
margin: 24px;
}
.pull-right {
float: right;
margin-right: -92px;
}
.pull-left {
float: left;
margin-left: -92px;
}
} | examples/demo/style.css | * {
box-sizing: border-box;
}
body {
font-family: 'Work Sans', sans-serif;
font-size: 20px;
color: #212121;
background-color: #fff;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1,
h2 {
font-family: 'Varela Round';
}
h1 {
font-size: 2em;
margin-bottom: 2em;
}
h2 {
font-size: 1.4em;
margin: 2em 0 1em 0;
}
a {
text-decoration: none;
}
.container p {
line-height: 1.5;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
.placeholder {
margin: 2em 0;
text-align: justify;
pointer-events: none;
user-select: none;
}
.placeholder__word {
color: #eee;
background: #eee;
border-radius: 3px;
letter-spacing: 0.2em;
font-size: 0.7em;
}
.header,
.footer {
overflow: hidden;
position: relative;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
flex-direction: column;
padding: 92px 24px;
text-align: center;
color: #fff;
background: #00ab6c;
background: -moz-linear-gradient(top, #00ab6c 0%, #13cc69 100%);
background: -webkit-linear-gradient(top, #00ab6c 0%, #13cc69 100%);
background: linear-gradient(to bottom, #00ab6c 0%, #13cc69 100%);
align-items: center;
justify-content: center;
}
.header::before {
content: '';
position: absolute;
top: calc(100% - 16px);
width: 100%;
background-color: rgba(255, 255, 255, 0.3);
height: 92px;
transform: skewY(2deg);
}
.header::after {
content: '';
position: absolute;
top: calc(100% - 16px);
width: 100%;
background-color: rgba(255, 255, 255, 0.5);
height: 92px;
transform: skewY(-4deg);
}
.header__title {
font-size: 3em;
margin-bottom: 0.4em;
}
.header__subtitle {
font-size: 1.2em;
letter-spacing: -0.02em;
color: rgba(255, 255, 255, 0.9);
}
.header__info {
font-size: 1em;
margin: 2em;
}
.footer__copyright {
margin: 2em 0;
color: rgba(255, 255, 255, 0.9);
}
.footer a {
color: #fff;
}
.container {
width: 100%;
max-width: 768px;
margin: 48px auto;
padding: 16px;
}
.text-center {
text-align: center;
}
.button {
display: inline-block;
min-width: 120px;
margin: 4px;
padding: 16px 24px;
transition: all 0.16s;
border: none;
border-radius: 32px;
font-size: 0.8em;
color: #fff;
background: #00ab6c;
background: -moz-linear-gradient(left, #13cc69 0%, #00ab6c 100%);
background: -webkit-linear-gradient(left, #13cc69 0%, #00ab6c 100%);
background: linear-gradient(to right, #13cc69 0%, #00ab6c 100%);
box-shadow: 0 2px 6px 0 rgba(0, 171, 108, 0.32);
transition: all 300ms;
}
button.button {
font: inherit;
cursor: pointer;
outline: none;
}
.button:hover,
button.button:hover {
box-shadow: 0 2px 8px 0 rgba(0, 171, 108, 0.64);
}
.button.button--action {
background: #7c4dff;
background: -moz-linear-gradient(left, #7c4dff 0%, #6200ea 100%);
background: -webkit-linear-gradient(left, #7c4dff 0%, #6200ea 100%);
background: linear-gradient(to right, #7c4dff 0%, #6200ea 100%);
box-shadow: 0 2px 6px 0 rgba(98, 0, 234, 0.32);
}
.button.button--action:hover {
box-shadow: 0 2px 8px 0 rgba(98, 0, 234, 0.64);
}
.header .button,
.footer .button {
color: #fff;
border: 2px solid #fff;
background: transparent;
}
.header .button:hover,
.footer .button:hover {
color: #00ab6c;
background-color: #fff;
}
img {
max-width: 100%;
height: auto;
}
figcaption {
font-size: 0.8em;
font-weight: 300;
margin: 1em;
text-align: center;
color: #666;
}
blockquote {
font-family: Monaco, Consolas, Menlo, monospace;
font-size: 0.8em;
display: block;
padding: 24px;
color: #666;
border-radius: 4px;
background-color: #f7f7f7;
}
pre {
font-family: Monaco, Consolas, Menlo, monospace;
font-size: 0.8em;
padding: 24px;
margin: 2em 0;
color: #fff;
border-radius: 4px;
background-color: #222;
}
@media (min-width: 900px) {
.pull-left,
.pull-right {
width: 400px;
margin: 24px;
}
.pull-right {
float: right;
margin-right: -92px;
}
.pull-left {
float: left;
margin-left: -92px;
}
} | 0.451568 | 0.096535 |
span.special_char {
font-family: "Noto Sans", sans-serif;
}
#selector {
padding: 2vh 3vw;
color: rgb(140, 140, 140);
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
#selector > div {
width: 100%;
}
#selector > div:first-of-type {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2vh;
}
#selector > div:last-of-type {
flex: 1 1 100%;
}
#element,
#hydrogen,
#pressure {
width: 100%;
}
#element,
#hydrogen {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
#element {
margin-right: 3vw;
}
#pressure {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}
#element > div,
#hydrogen > div,
#pressure > div {
font-size: 1.5em;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: baseline;
-webkit-transition: border-color .2s, color .2s ease, background-color .2s, color .2s ease;
-moz-transition: border-color .2s, color .2s ease, background-color .2s, color .2s ease;
-o-transition: border-color .2s, color .2s ease, background-color .2s, color .2s ease;
transition: border-color .2s, color .2s ease, background-color .2s, color .2s ease;
}
#element > div,
#hydrogen > div {
width: 80%;
}
#pressure > div {
width: 100%;
}
#pressure > div {
border: 3px solid rgb(0, 85, 5);
background-color: rgba(0, 0, 0, 0);
}
#pressure > div.selected {
border: 3px solid rgb(0, 190, 10);
background-color: rgba(0, 190, 10, 0.1);
}
#element > div:not(:last-of-type),
#hydrogen > div:not(:last-of-type) {
margin-bottom: 5px;
}
#pressure > div:not(:last-of-type) {
margin-right: 2vw;
}
#selector div.selected {
color: rgb(240, 240, 240);
}
#noelement,
#hydrogen > div {
border: 3px solid rgb(140, 140, 140);
background-color: rgba(0, 0, 0, 0);
}
#noelement.selected,
#hydrogen > div.selected {
border: 3px solid rgb(240, 240, 240);
background-color: rgba(240, 240, 240, 0.1);
}
#nitrogen {
border: 3px solid rgb(105, 80, 0);
background-color: rgba(0, 0, 0, 0);
}
#nitrogen.selected {
border-color: rgb(200, 170, 35);
background-color: rgba(200, 170, 35, 0.1);
}
#deuterium {
border: 3px solid rgb(0, 60, 110);
background-color: rgba(0, 0, 0, 0);
}
#deuterium.selected {
border-color: rgb(30, 125, 185);
background-color: rgba(30, 125, 185, 0.1);
}
#helium {
border: 3px solid rgb(80, 100, 80);
background-color: rgba(0, 0, 0, 0);
}
#helium.selected {
border-color: rgb(75, 190, 95);
background-color: rgba(75, 190, 95, 0.1);
}
#result,
#result > div {
display: flex;
justify-content: center;
align-items: center;
}
#result {
flex-flow: row nowrap;
font-size: 1.5em;
margin: 2vh 3vw;
padding: 20px;
}
.engine_room {
flex-flow: row wrap;
flex-basis: 40%;
}
#room_stairs {
flex-flow: column nowrap;
flex-basis: 20%;
align-self: stretch;
background: repeating-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 5px, transparent 5px, transparent 20px);
}
.engine {
flex-basis: 50%;
color: rgba(80, 80, 80, 0.5);
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}
.engine.active {
color: rgb(240, 240, 240);
} | public/css/bigoil.css |
span.special_char {
font-family: "Noto Sans", sans-serif;
}
#selector {
padding: 2vh 3vw;
color: rgb(140, 140, 140);
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
#selector > div {
width: 100%;
}
#selector > div:first-of-type {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 2vh;
}
#selector > div:last-of-type {
flex: 1 1 100%;
}
#element,
#hydrogen,
#pressure {
width: 100%;
}
#element,
#hydrogen {
display: flex;
flex-flow: column nowrap;
justify-content: center;
align-items: center;
}
#element {
margin-right: 3vw;
}
#pressure {
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}
#element > div,
#hydrogen > div,
#pressure > div {
font-size: 1.5em;
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: baseline;
-webkit-transition: border-color .2s, color .2s ease, background-color .2s, color .2s ease;
-moz-transition: border-color .2s, color .2s ease, background-color .2s, color .2s ease;
-o-transition: border-color .2s, color .2s ease, background-color .2s, color .2s ease;
transition: border-color .2s, color .2s ease, background-color .2s, color .2s ease;
}
#element > div,
#hydrogen > div {
width: 80%;
}
#pressure > div {
width: 100%;
}
#pressure > div {
border: 3px solid rgb(0, 85, 5);
background-color: rgba(0, 0, 0, 0);
}
#pressure > div.selected {
border: 3px solid rgb(0, 190, 10);
background-color: rgba(0, 190, 10, 0.1);
}
#element > div:not(:last-of-type),
#hydrogen > div:not(:last-of-type) {
margin-bottom: 5px;
}
#pressure > div:not(:last-of-type) {
margin-right: 2vw;
}
#selector div.selected {
color: rgb(240, 240, 240);
}
#noelement,
#hydrogen > div {
border: 3px solid rgb(140, 140, 140);
background-color: rgba(0, 0, 0, 0);
}
#noelement.selected,
#hydrogen > div.selected {
border: 3px solid rgb(240, 240, 240);
background-color: rgba(240, 240, 240, 0.1);
}
#nitrogen {
border: 3px solid rgb(105, 80, 0);
background-color: rgba(0, 0, 0, 0);
}
#nitrogen.selected {
border-color: rgb(200, 170, 35);
background-color: rgba(200, 170, 35, 0.1);
}
#deuterium {
border: 3px solid rgb(0, 60, 110);
background-color: rgba(0, 0, 0, 0);
}
#deuterium.selected {
border-color: rgb(30, 125, 185);
background-color: rgba(30, 125, 185, 0.1);
}
#helium {
border: 3px solid rgb(80, 100, 80);
background-color: rgba(0, 0, 0, 0);
}
#helium.selected {
border-color: rgb(75, 190, 95);
background-color: rgba(75, 190, 95, 0.1);
}
#result,
#result > div {
display: flex;
justify-content: center;
align-items: center;
}
#result {
flex-flow: row nowrap;
font-size: 1.5em;
margin: 2vh 3vw;
padding: 20px;
}
.engine_room {
flex-flow: row wrap;
flex-basis: 40%;
}
#room_stairs {
flex-flow: column nowrap;
flex-basis: 20%;
align-self: stretch;
background: repeating-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4) 5px, transparent 5px, transparent 20px);
}
.engine {
flex-basis: 50%;
color: rgba(80, 80, 80, 0.5);
display: flex;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
}
.engine.active {
color: rgb(240, 240, 240);
} | 0.36977 | 0.10786 |
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.toast {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: auto;
max-width: 400px;
padding: 6px;
background: #cccccc;
color: #333333;
font-family: sans-serif;
text-align: center;
border: 1px solid#aaaaaa;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 2);
visibility: hidden;
opacity: 0;
transition: opacity 0.2s, top 0.2s, visibilty 0.2s;
}
.toast--visible {
top: 20px;
opacity: 1;
visibility: visible;
}
.toast--success {
background: rgb(63, 235, 138);
border-color: rgb(8, 110, 52);
color: #ffffff;
}
.toast--error {
background: rgb(246, 29, 29);
border-color: rgb(133, 2, 2);
color: #ffffff;
}
:root {
--dark-color-a: #667aff;
--dark-color-b: #7386ff;
--light-color: #e6e9ff;
--success-color: #5cb85c;
--error-color: #d9534f;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Roboto", sans-serif;
font-size: 16px;
background: var(--light-color);
margin: 20px;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
.btn {
cursor: pointer;
padding: 5px 15px;
background: #777;
color: #fff;
border: 0;
font-size: 17px;
}
/* basic homepage */
.headingTitle {
text-align: center;
font-weight: bold;
font-size: larger;
padding: 20px;
background: #faa301;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
.li {
float: left;
}
.li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.li a:hover {
background-color: #111;
}
/* Carousel */
@keyframes tonext {
75% {
left: 0;
}
95% {
left: 100%;
}
98% {
left: 100%;
}
99% {
left: 0;
}
}
@keyframes tostart {
75% {
left: 0;
}
95% {
left: -300%;
}
98% {
left: -300%;
}
99% {
left: 0;
}
}
@keyframes snap {
96% {
scroll-snap-align: center;
}
97% {
scroll-snap-align: none;
}
99% {
scroll-snap-align: none;
}
100% {
scroll-snap-align: center;
}
}
body {
max-width: 80rem;
margin: 0 auto;
padding: 0 1.25rem;
font-family: "Lato", sans-serif;
}
* {
box-sizing: border-box;
scrollbar-color: transparent transparent; /* thumb and track color */
scrollbar-width: 0px;
}
*::-webkit-scrollbar {
width: 0;
}
*::-webkit-scrollbar-track {
background: transparent;
}
*::-webkit-scrollbar-thumb {
background: transparent;
border: none;
}
* {
-ms-overflow-style: none;
}
ol,
li {
list-style: none;
margin: 0;
padding: 0;
}
.carousel {
position: relative;
padding-top: 55%;
filter: drop-shadow(0 0 10px #0003);
perspective: 100px;
}
.carousel__viewport {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
overflow-x: scroll;
counter-reset: item;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.carousel__slide {
position: relative;
flex: 0 0 100%;
width: 100%;
background-color: #f99;
counter-increment: item;
}
.carousel__slide:nth-child(even) {
background-color: #99f;
}
.carousel__slide:before {
content: counter(item);
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -40%, 70px);
color: #fff;
font-size: 2em;
}
.carousel__snapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
scroll-snap-align: center;
}
@media (hover: hover) {
.carousel__snapper {
animation-name: tonext, snap;
animation-timing-function: ease;
animation-duration: 4s;
animation-iteration-count: infinite;
}
.carousel__slide:last-child .carousel__snapper {
animation-name: tostart, snap;
}
}
@media (prefers-reduced-motion: reduce) {
.carousel__snapper {
animation-name: none;
}
}
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
animation-name: none;
}
.carousel__navigation {
position: absolute;
right: 0;
bottom: 0;
left: 0;
text-align: center;
}
.carousel__navigation-list,
.carousel__navigation-item {
display: inline-block;
}
.carousel__navigation-button {
display: inline-block;
width: 1.5rem;
height: 1.5rem;
background-color: #333;
background-clip: content-box;
border: 0.25rem solid transparent;
border-radius: 50%;
font-size: 0;
transition: transform 0.1s;
}
.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
position: absolute;
top: 0;
margin-top: 37.5%;
width: 4rem;
height: 4rem;
transform: translateY(-50%);
border-radius: 50%;
font-size: 0;
outline: 0;
}
.carousel::before,
.carousel__prev {
left: -1rem;
}
.carousel::after,
.carousel__next {
right: -1rem;
}
/* Chat Page */
.chat-container {
max-width: 1100px;
background: #fff;
margin: 30px auto;
overflow: hidden;
}
.chat-header {
background: #faa301;
color: rgb(255, 255, 255);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.chat-main {
display: grid;
grid-template-columns: 1fr 3fr;
}
.chat-sidebar {
background: #ffc965;
color: #fff;
padding: 20px 20px 60px;
overflow-y: scroll;
}
.chat-sidebar h2 {
font-size: 20px;
background: rgba(0, 0, 0, 0.1);
padding: 10px;
margin-bottom: 20px;
}
.chat-sidebar h3 {
margin-bottom: 15px;
}
.chat-sidebar ul li {
padding: 10px 0;
}
.chat-messages {
padding: 30px;
max-height: 500px;
overflow-y: scroll;
}
.chat-messages .message {
padding: 10px;
margin-bottom: 15px;
background-color: #ffc965;
border-radius: 5px;
overflow-wrap: break-word;
}
.chat-messages .message .meta {
font-size: 15px;
font-weight: bold;
color: #ff9d00;
opacity: 1;
margin-bottom: 7px;
}
.chat-messages .message .meta span {
color: #777;
}
.chat-form-container {
padding: 20px 30px;
background-color: #faa301;
}
.chat-form-container form {
display: flex;
}
.chat-form-container input[type="text"] {
font-size: 16px;
padding: 5px;
height: 40px;
flex: 1;
}
/* Join Page */
.p {
padding: 5px;
height: 40px;
width: 100%;
}
.join-container {
max-width: 500px;
margin: 80px auto;
color: #fff;
}
.join-header {
text-align: center;
padding: 20px;
background: #faa301;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.join-main {
padding: 30px 40px;
background: #5c5c5c;
}
.join-main p {
margin-bottom: 20px;
}
.join-main .form-control {
margin-bottom: 20px;
}
.join-main label {
display: block;
margin-bottom: 5px;
}
.join-main input[type="text"] {
font-size: 16px;
padding: 5px;
height: 40px;
width: 100%;
}
.join-main select {
font-size: 16px;
padding: 5px;
height: 40px;
width: 100%;
}
.join-main .btn {
margin-top: 20px;
width: 100%;
}
@media (max-width: 700px) {
.chat-main {
display: block;
}
.chat-sidebar {
display: none;
}
} | public/css/stylechat.css | @import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
.toast {
position: fixed;
top: 0;
left: 0;
right: 0;
margin: auto;
max-width: 400px;
padding: 6px;
background: #cccccc;
color: #333333;
font-family: sans-serif;
text-align: center;
border: 1px solid#aaaaaa;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 2);
visibility: hidden;
opacity: 0;
transition: opacity 0.2s, top 0.2s, visibilty 0.2s;
}
.toast--visible {
top: 20px;
opacity: 1;
visibility: visible;
}
.toast--success {
background: rgb(63, 235, 138);
border-color: rgb(8, 110, 52);
color: #ffffff;
}
.toast--error {
background: rgb(246, 29, 29);
border-color: rgb(133, 2, 2);
color: #ffffff;
}
:root {
--dark-color-a: #667aff;
--dark-color-b: #7386ff;
--light-color: #e6e9ff;
--success-color: #5cb85c;
--error-color: #d9534f;
}
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: "Roboto", sans-serif;
font-size: 16px;
background: var(--light-color);
margin: 20px;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
.btn {
cursor: pointer;
padding: 5px 15px;
background: #777;
color: #fff;
border: 0;
font-size: 17px;
}
/* basic homepage */
.headingTitle {
text-align: center;
font-weight: bold;
font-size: larger;
padding: 20px;
background: #faa301;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
.li {
float: left;
}
.li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.li a:hover {
background-color: #111;
}
/* Carousel */
@keyframes tonext {
75% {
left: 0;
}
95% {
left: 100%;
}
98% {
left: 100%;
}
99% {
left: 0;
}
}
@keyframes tostart {
75% {
left: 0;
}
95% {
left: -300%;
}
98% {
left: -300%;
}
99% {
left: 0;
}
}
@keyframes snap {
96% {
scroll-snap-align: center;
}
97% {
scroll-snap-align: none;
}
99% {
scroll-snap-align: none;
}
100% {
scroll-snap-align: center;
}
}
body {
max-width: 80rem;
margin: 0 auto;
padding: 0 1.25rem;
font-family: "Lato", sans-serif;
}
* {
box-sizing: border-box;
scrollbar-color: transparent transparent; /* thumb and track color */
scrollbar-width: 0px;
}
*::-webkit-scrollbar {
width: 0;
}
*::-webkit-scrollbar-track {
background: transparent;
}
*::-webkit-scrollbar-thumb {
background: transparent;
border: none;
}
* {
-ms-overflow-style: none;
}
ol,
li {
list-style: none;
margin: 0;
padding: 0;
}
.carousel {
position: relative;
padding-top: 55%;
filter: drop-shadow(0 0 10px #0003);
perspective: 100px;
}
.carousel__viewport {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
overflow-x: scroll;
counter-reset: item;
scroll-behavior: smooth;
scroll-snap-type: x mandatory;
}
.carousel__slide {
position: relative;
flex: 0 0 100%;
width: 100%;
background-color: #f99;
counter-increment: item;
}
.carousel__slide:nth-child(even) {
background-color: #99f;
}
.carousel__slide:before {
content: counter(item);
position: absolute;
top: 50%;
left: 50%;
transform: translate3d(-50%, -40%, 70px);
color: #fff;
font-size: 2em;
}
.carousel__snapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
scroll-snap-align: center;
}
@media (hover: hover) {
.carousel__snapper {
animation-name: tonext, snap;
animation-timing-function: ease;
animation-duration: 4s;
animation-iteration-count: infinite;
}
.carousel__slide:last-child .carousel__snapper {
animation-name: tostart, snap;
}
}
@media (prefers-reduced-motion: reduce) {
.carousel__snapper {
animation-name: none;
}
}
.carousel:hover .carousel__snapper,
.carousel:focus-within .carousel__snapper {
animation-name: none;
}
.carousel__navigation {
position: absolute;
right: 0;
bottom: 0;
left: 0;
text-align: center;
}
.carousel__navigation-list,
.carousel__navigation-item {
display: inline-block;
}
.carousel__navigation-button {
display: inline-block;
width: 1.5rem;
height: 1.5rem;
background-color: #333;
background-clip: content-box;
border: 0.25rem solid transparent;
border-radius: 50%;
font-size: 0;
transition: transform 0.1s;
}
.carousel::before,
.carousel::after,
.carousel__prev,
.carousel__next {
position: absolute;
top: 0;
margin-top: 37.5%;
width: 4rem;
height: 4rem;
transform: translateY(-50%);
border-radius: 50%;
font-size: 0;
outline: 0;
}
.carousel::before,
.carousel__prev {
left: -1rem;
}
.carousel::after,
.carousel__next {
right: -1rem;
}
/* Chat Page */
.chat-container {
max-width: 1100px;
background: #fff;
margin: 30px auto;
overflow: hidden;
}
.chat-header {
background: #faa301;
color: rgb(255, 255, 255);
border-top-left-radius: 5px;
border-top-right-radius: 5px;
padding: 15px;
display: flex;
align-items: center;
justify-content: space-between;
}
.chat-main {
display: grid;
grid-template-columns: 1fr 3fr;
}
.chat-sidebar {
background: #ffc965;
color: #fff;
padding: 20px 20px 60px;
overflow-y: scroll;
}
.chat-sidebar h2 {
font-size: 20px;
background: rgba(0, 0, 0, 0.1);
padding: 10px;
margin-bottom: 20px;
}
.chat-sidebar h3 {
margin-bottom: 15px;
}
.chat-sidebar ul li {
padding: 10px 0;
}
.chat-messages {
padding: 30px;
max-height: 500px;
overflow-y: scroll;
}
.chat-messages .message {
padding: 10px;
margin-bottom: 15px;
background-color: #ffc965;
border-radius: 5px;
overflow-wrap: break-word;
}
.chat-messages .message .meta {
font-size: 15px;
font-weight: bold;
color: #ff9d00;
opacity: 1;
margin-bottom: 7px;
}
.chat-messages .message .meta span {
color: #777;
}
.chat-form-container {
padding: 20px 30px;
background-color: #faa301;
}
.chat-form-container form {
display: flex;
}
.chat-form-container input[type="text"] {
font-size: 16px;
padding: 5px;
height: 40px;
flex: 1;
}
/* Join Page */
.p {
padding: 5px;
height: 40px;
width: 100%;
}
.join-container {
max-width: 500px;
margin: 80px auto;
color: #fff;
}
.join-header {
text-align: center;
padding: 20px;
background: #faa301;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.join-main {
padding: 30px 40px;
background: #5c5c5c;
}
.join-main p {
margin-bottom: 20px;
}
.join-main .form-control {
margin-bottom: 20px;
}
.join-main label {
display: block;
margin-bottom: 5px;
}
.join-main input[type="text"] {
font-size: 16px;
padding: 5px;
height: 40px;
width: 100%;
}
.join-main select {
font-size: 16px;
padding: 5px;
height: 40px;
width: 100%;
}
.join-main .btn {
margin-top: 20px;
width: 100%;
}
@media (max-width: 700px) {
.chat-main {
display: block;
}
.chat-sidebar {
display: none;
}
} | 0.494629 | 0.116286 |
body { background-color:White; overflow: auto; overflow-y:scroll; }
p, ol, ul, div, h1, h2, h3, h4, b { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; }
table.pagetitle { white-space:nowrap;}
p.pagedescription { width:703px; margin-left:5px; }
/* MAIN APPLICATION TABLE */
table.container td { padding-top: 3px; text-align:left; vertical-align:top; border-collapse:collapse; }
table.container td.textEditorColumn { padding: 2px; width: 284px; border: White solid 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding-bottom: 0px; }
table.container td.umpleCanvasColumn { padding: 2px; width: 420px; border: White solid 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
/* TEXT EDITORS and CANVAS */
textArea { background-color: White; border:Gray solid 1px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
textArea.umpleModelEditor { width: 284px; margin:0; padding-bottom: 2px; }
textArea.umpleLayoutEditor { width: 284px; border-top: none; margin:0; box-sizing: border-box; margin-top: 6px; overflow-y: scroll; resize: none; }
div.surface { overflow:auto; width:420px; height:490px; background-color: white; border: Gray solid 1px; padding:5px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
div.surface:focus { outline:none; }
div.surface img { border:0; }
div.photoReady { border:0; overflow:visible; }
div.syncNeededMessage{ color: Gray; margin-left: 5px;}
.ui-resizable-e { width: 15px; right: -10px; } /* Tweaks for the size and positioning of the resizing handle of the editor */
/* UMPLE PALETTE */
div.paletteWrapper { border: 1px solid Gray; background-color: GhostWhite; padding: 1px 1px 1px 1px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
div.palette { height: 507px; width: 175px; font-family: Verdana; font-size: 9.5pt;}
div.palette img { cursor:pointer; margin-left: 8px; padding:2px; vertical-align:middle;}
div.palette input.checkbox { cursor:pointer; margin-left: 10px; padding:2px; vertical-align:middle; }
div.palette ul { background-color: GhostWhite; margin:5px -25px -15px -25px; padding:6px 0px 10px 0px; border: Black solid 1px; border-top: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
div.palette ul.first { margin-top:-10px; border-top: solid black 1px; }
div.palette ul.second { margin-top:20px; border-top: solid black 1px; }
div.palette h3 { letter-spacing: -1px; font-family: Verdana; line-height: 13px; height: 25px; font-size: 10.5pt;}
div.palette li { z-index: 1; font-family: Verdana; margin:0; list-style-type: none; border: GhostWhite solid 1px; font-size: 9pt; }
div.palette li.disabled { z-index: 2; background-color: GhostWhite; color: Silver;}
div.palette li.disabled img{ z-index: 1; cursor: not-allowed; opacity: 0.25;}
div.palette li.subtitle { text-shadow: 1px 1px 4px White; font-weight: bold; text-transform: uppercase; letter-spacing: 0px; color: Black; margin: 0px 5px 8px 5px; text-indent: 8px; font-family: Verdana; text-align: left; font-size:10pt;x border-bottom: Silver double;}
div.palette li.selected { z-index: 4; border: DarkGray solid 1px; color: Black; background-color:Gainsboro; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
div.palette li.highlight { z-index: 3; border: DarkGray solid 1px; color: Black; background-color: Gainsboro; cursor:pointer; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
div.palette .bookmarkableUrl { padding: 2px 14px 2px 14px; }
.bookmarkableUrl { padding: 0px 0px 0px 8px; }
/* BUTTONS */
div.jQueryPaletteButton { font-family: Verdana; letter-spacing: 0.1px; color: black; border-color: DarkSlateGray; width: 132px; height: 25px; vertical-align: center; font-size: 10pt; margin:0px 5px 0px 10px; padding:0; cursor:hand; }
a.button:link { color:black; text-decoration:none; }
a.button:visited { color:black; text-decoration:none; }
a.button:hover { color:black; text-decoration:none; }
a.button:active { color:black; text-decoration:none; }
/* DISABLING DIVS ON THE SCREEN */
.disabled { text-decoration: line-through; color: #d6d6d6; }
.disabled a { text-decoration: none; color: #d6d6d6;}
/* SELECT and CUSTOM SIZE INPUTS */
select.button { width:134px; border: DimGray solid 1px; font: Verdana; font-size: 10pt; padding: 0px; margin: 0 0px 5px 10px; cursor:pointer; }
input.customSize { height: 18px; width: 36px; cursor: caret; margin-top: 5px}
/* UMPLE CLASSES, ASSOCIATIONS and GENERALIZATIONS */
div.umpleClass {padding:0; margin:0; z-index: 1; cursor:move; position:absolute; font-family: arial, serif; background-color: White;}
div.umpleClass img { vertical-align:middle; margin:0 0 1px 0; }
div.umpleClass table { border-collapse: collapse; }
div.umpleClass td { border:#5F8BA5 solid 1px; }
div.umpleClass tr.width td { border:white solid 0px; border-collapse: collapse; margin:0; padding:0; }
div.umpleClass tr.width img { margin:0; padding:0; }
div.umpleClass tr.height td { border:black solid 0px; margin:0; padding:0; border-collapse: collapse; }
div.umpleClass tr.height img { margin:0; padding:0; }
div.umpleClass tr.classArea td { height:1px; overflow:on; }
div.umpleClass tr.attributeArea td {height:1px;overflow:on; }
div.umpleClass span.editable { cursor:text;}
div.umpleClass span.uneditable { cursor:move; }
div.umpleAttribute { margin:1px 1px 0 2px; }
div.umpleAttribute span { cursor:text; }
div.umpleAttribute img { cursor:pointer; }
div.umpleAttributeNew { margin:1px 1px 0 2px; }
div.umpleAttributeNew span { color:grey; cursor:text; }
div.umpleMethod { margin:1px 1px 0 2px; }
div.umpleMethod span { cursor:text; }
div.umpleMethod img { cursor:pointer; }
div.umpleMethodNew { margin:1px 1px 0 2px; }
div.umpleMethodNew span { color:grey; cursor:text; }
div.umpleAssociation { background-color:black; cursor: pointer; z-index: 2; }
div.multiplicity { background-color:transparent; position: absolute; font-size:8pt; z-index:2; padding:0; margin:0; border:0;}
div.role { background-color:transparent; position: absolute; font-size:8pt; z-index:2; }
div.umpleGeneralization { cursor: pointer; background-color: white; }
/* UMPLE HOVER STYLES */
.anchor { border: 1px solid #111111; width: 5px; height: 5px; position: absolute; display: none; background-color: #777777; z-index: 4; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.hover { border: 1px solid #777777; width: 5px; height: 5px; position: absolute; display: block; background-color: #AAAAAA; z-index: 3; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.focus { background-color:Gold; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.unselectable { -moz-user-select: none; -khtml-user-select: none; user-select: none;}
.unscrollable { overflow: hidden; scrolling:no } | umpleonline/scripts/styles.css | body { background-color:White; overflow: auto; overflow-y:scroll; }
p, ol, ul, div, h1, h2, h3, h4, b { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; color: #000000; }
table.pagetitle { white-space:nowrap;}
p.pagedescription { width:703px; margin-left:5px; }
/* MAIN APPLICATION TABLE */
table.container td { padding-top: 3px; text-align:left; vertical-align:top; border-collapse:collapse; }
table.container td.textEditorColumn { padding: 2px; width: 284px; border: White solid 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px; padding-bottom: 0px; }
table.container td.umpleCanvasColumn { padding: 2px; width: 420px; border: White solid 1px; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
/* TEXT EDITORS and CANVAS */
textArea { background-color: White; border:Gray solid 1px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
textArea.umpleModelEditor { width: 284px; margin:0; padding-bottom: 2px; }
textArea.umpleLayoutEditor { width: 284px; border-top: none; margin:0; box-sizing: border-box; margin-top: 6px; overflow-y: scroll; resize: none; }
div.surface { overflow:auto; width:420px; height:490px; background-color: white; border: Gray solid 1px; padding:5px; -moz-border-radius: 4px; -webkit-border-radius: 4px; }
div.surface:focus { outline:none; }
div.surface img { border:0; }
div.photoReady { border:0; overflow:visible; }
div.syncNeededMessage{ color: Gray; margin-left: 5px;}
.ui-resizable-e { width: 15px; right: -10px; } /* Tweaks for the size and positioning of the resizing handle of the editor */
/* UMPLE PALETTE */
div.paletteWrapper { border: 1px solid Gray; background-color: GhostWhite; padding: 1px 1px 1px 1px; -moz-border-radius: 4px; -webkit-border-radius: 4px;}
div.palette { height: 507px; width: 175px; font-family: Verdana; font-size: 9.5pt;}
div.palette img { cursor:pointer; margin-left: 8px; padding:2px; vertical-align:middle;}
div.palette input.checkbox { cursor:pointer; margin-left: 10px; padding:2px; vertical-align:middle; }
div.palette ul { background-color: GhostWhite; margin:5px -25px -15px -25px; padding:6px 0px 10px 0px; border: Black solid 1px; border-top: 0; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
div.palette ul.first { margin-top:-10px; border-top: solid black 1px; }
div.palette ul.second { margin-top:20px; border-top: solid black 1px; }
div.palette h3 { letter-spacing: -1px; font-family: Verdana; line-height: 13px; height: 25px; font-size: 10.5pt;}
div.palette li { z-index: 1; font-family: Verdana; margin:0; list-style-type: none; border: GhostWhite solid 1px; font-size: 9pt; }
div.palette li.disabled { z-index: 2; background-color: GhostWhite; color: Silver;}
div.palette li.disabled img{ z-index: 1; cursor: not-allowed; opacity: 0.25;}
div.palette li.subtitle { text-shadow: 1px 1px 4px White; font-weight: bold; text-transform: uppercase; letter-spacing: 0px; color: Black; margin: 0px 5px 8px 5px; text-indent: 8px; font-family: Verdana; text-align: left; font-size:10pt;x border-bottom: Silver double;}
div.palette li.selected { z-index: 4; border: DarkGray solid 1px; color: Black; background-color:Gainsboro; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
div.palette li.highlight { z-index: 3; border: DarkGray solid 1px; color: Black; background-color: Gainsboro; cursor:pointer; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
div.palette .bookmarkableUrl { padding: 2px 14px 2px 14px; }
.bookmarkableUrl { padding: 0px 0px 0px 8px; }
/* BUTTONS */
div.jQueryPaletteButton { font-family: Verdana; letter-spacing: 0.1px; color: black; border-color: DarkSlateGray; width: 132px; height: 25px; vertical-align: center; font-size: 10pt; margin:0px 5px 0px 10px; padding:0; cursor:hand; }
a.button:link { color:black; text-decoration:none; }
a.button:visited { color:black; text-decoration:none; }
a.button:hover { color:black; text-decoration:none; }
a.button:active { color:black; text-decoration:none; }
/* DISABLING DIVS ON THE SCREEN */
.disabled { text-decoration: line-through; color: #d6d6d6; }
.disabled a { text-decoration: none; color: #d6d6d6;}
/* SELECT and CUSTOM SIZE INPUTS */
select.button { width:134px; border: DimGray solid 1px; font: Verdana; font-size: 10pt; padding: 0px; margin: 0 0px 5px 10px; cursor:pointer; }
input.customSize { height: 18px; width: 36px; cursor: caret; margin-top: 5px}
/* UMPLE CLASSES, ASSOCIATIONS and GENERALIZATIONS */
div.umpleClass {padding:0; margin:0; z-index: 1; cursor:move; position:absolute; font-family: arial, serif; background-color: White;}
div.umpleClass img { vertical-align:middle; margin:0 0 1px 0; }
div.umpleClass table { border-collapse: collapse; }
div.umpleClass td { border:#5F8BA5 solid 1px; }
div.umpleClass tr.width td { border:white solid 0px; border-collapse: collapse; margin:0; padding:0; }
div.umpleClass tr.width img { margin:0; padding:0; }
div.umpleClass tr.height td { border:black solid 0px; margin:0; padding:0; border-collapse: collapse; }
div.umpleClass tr.height img { margin:0; padding:0; }
div.umpleClass tr.classArea td { height:1px; overflow:on; }
div.umpleClass tr.attributeArea td {height:1px;overflow:on; }
div.umpleClass span.editable { cursor:text;}
div.umpleClass span.uneditable { cursor:move; }
div.umpleAttribute { margin:1px 1px 0 2px; }
div.umpleAttribute span { cursor:text; }
div.umpleAttribute img { cursor:pointer; }
div.umpleAttributeNew { margin:1px 1px 0 2px; }
div.umpleAttributeNew span { color:grey; cursor:text; }
div.umpleMethod { margin:1px 1px 0 2px; }
div.umpleMethod span { cursor:text; }
div.umpleMethod img { cursor:pointer; }
div.umpleMethodNew { margin:1px 1px 0 2px; }
div.umpleMethodNew span { color:grey; cursor:text; }
div.umpleAssociation { background-color:black; cursor: pointer; z-index: 2; }
div.multiplicity { background-color:transparent; position: absolute; font-size:8pt; z-index:2; padding:0; margin:0; border:0;}
div.role { background-color:transparent; position: absolute; font-size:8pt; z-index:2; }
div.umpleGeneralization { cursor: pointer; background-color: white; }
/* UMPLE HOVER STYLES */
.anchor { border: 1px solid #111111; width: 5px; height: 5px; position: absolute; display: none; background-color: #777777; z-index: 4; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.hover { border: 1px solid #777777; width: 5px; height: 5px; position: absolute; display: block; background-color: #AAAAAA; z-index: 3; -moz-border-radius: 2px; -webkit-border-radius: 2px;}
.focus { background-color:Gold; -moz-border-radius: 5px; -webkit-border-radius: 5px;}
.unselectable { -moz-user-select: none; -khtml-user-select: none; user-select: none;}
.unscrollable { overflow: hidden; scrolling:no } | 0.355551 | 0.135061 |
.big-heading {
color: #F07B3F;
line-height: 1.5;
text-align: center;
margin-bottom: 50px;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #F6F6F6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 900;
}
/*******************************Title Section *******************************************/
#title {
background-color: #0A1931;
}
.container-fluid {
padding: 3% 15% 7%;
}
#title .container-fluid{
padding: 0 15%;
}
.navbar-brand {
font-family: "Ubuntu";
font-size: 3rem;
color: #FF7600;
}
.navbar-brand:hover {
color: #FCDEC0;
}
.nav-item {
padding: 0 18px;
}
.nav-link {
font-size: 1.2rem;
font-weight: 200;
color: #FFC074;
}
.nav-link:hover {
color: #E3954E;
}
.book-image {
width: 80%;
margin-left: 20px;
}
.search-button {
color: #FFC074;
border-color: #E3954E;
}
.explore-button {
color: #F9F9F9;
border-color: #E3954E;
background-color: #E3954E;
margin-top: 20px;
}
.cat-card-img{
margin-top: 1.5rem;
height: 100px;
width: 100px;
}
.cat-card {
border: 1px thin;
width: 15%;
margin-right: 20px;
margin-bottom: 20px;
}
.cat-card:hover {
border: 2px solid;
border-color: #F07B3F;
}
/* Footer Section */
#footer {
background-color: #0A1931;
text-align: center;
}
#footer p {
color: #F07B3F;
}
.footer-icons {
padding: 20px 10px;
color: #F07B3F;
}
input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.number-input {
border: 2px solid #ddd;
display: inline-flex;
}
.number-input,
.number-input * {
box-sizing: border-box;
}
.number-input button {
outline:none;
-webkit-appearance: none;
background-color: #F07B3F;
border: none;
align-items: center;
justify-content: center;
width: 2rem;
height: 2.5rem;
cursor: pointer;
margin: 0;
position: relative;
}
.number-input button:after {
display: inline-block;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f077';
transform: translate(-50%, -50%) rotate(180deg);;
}
.number-input button.plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}
.number-input input[type=number] {
font-family: sans-serif;
max-width: 5rem;
padding: .5rem;
border: none;
font-size: 1.5rem;
height: 1.5rem;
font-weight: bold;
text-align: center;
background-color: #F6F6F6;
position: relative;
top: 10px;
}
.cart-row {
margin: 50px 0 0;
}
.cart-container {
text-align: center;
}
.cart-element {
position: relative;
top: 50px;
}
.lh-condensed { line-height: 1.25; }
.form-element {
margin-top: 10px;
} | genlib/bookstore/static/css/browse-books.css | .big-heading {
color: #F07B3F;
line-height: 1.5;
text-align: center;
margin-bottom: 50px;
}
body {
font-family: 'Montserrat', sans-serif;
background-color: #F6F6F6;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
font-weight: 900;
}
/*******************************Title Section *******************************************/
#title {
background-color: #0A1931;
}
.container-fluid {
padding: 3% 15% 7%;
}
#title .container-fluid{
padding: 0 15%;
}
.navbar-brand {
font-family: "Ubuntu";
font-size: 3rem;
color: #FF7600;
}
.navbar-brand:hover {
color: #FCDEC0;
}
.nav-item {
padding: 0 18px;
}
.nav-link {
font-size: 1.2rem;
font-weight: 200;
color: #FFC074;
}
.nav-link:hover {
color: #E3954E;
}
.book-image {
width: 80%;
margin-left: 20px;
}
.search-button {
color: #FFC074;
border-color: #E3954E;
}
.explore-button {
color: #F9F9F9;
border-color: #E3954E;
background-color: #E3954E;
margin-top: 20px;
}
.cat-card-img{
margin-top: 1.5rem;
height: 100px;
width: 100px;
}
.cat-card {
border: 1px thin;
width: 15%;
margin-right: 20px;
margin-bottom: 20px;
}
.cat-card:hover {
border: 2px solid;
border-color: #F07B3F;
}
/* Footer Section */
#footer {
background-color: #0A1931;
text-align: center;
}
#footer p {
color: #F07B3F;
}
.footer-icons {
padding: 20px 10px;
color: #F07B3F;
}
input[type="number"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
}
.number-input {
border: 2px solid #ddd;
display: inline-flex;
}
.number-input,
.number-input * {
box-sizing: border-box;
}
.number-input button {
outline:none;
-webkit-appearance: none;
background-color: #F07B3F;
border: none;
align-items: center;
justify-content: center;
width: 2rem;
height: 2.5rem;
cursor: pointer;
margin: 0;
position: relative;
}
.number-input button:after {
display: inline-block;
position: absolute;
font-family: "Font Awesome 5 Free";
font-weight: 900;
content: '\f077';
transform: translate(-50%, -50%) rotate(180deg);;
}
.number-input button.plus:after {
transform: translate(-50%, -50%) rotate(0deg);
}
.number-input input[type=number] {
font-family: sans-serif;
max-width: 5rem;
padding: .5rem;
border: none;
font-size: 1.5rem;
height: 1.5rem;
font-weight: bold;
text-align: center;
background-color: #F6F6F6;
position: relative;
top: 10px;
}
.cart-row {
margin: 50px 0 0;
}
.cart-container {
text-align: center;
}
.cart-element {
position: relative;
top: 50px;
}
.lh-condensed { line-height: 1.25; }
.form-element {
margin-top: 10px;
} | 0.422743 | 0.139045 |
@charset "utf-8";
/* CSS Document */
body
{
font-family:Verdana, Geneva, sans-serif;
color:#fff;
text-align:justify;
font-size:12px;
line-height:16px;
background:#2b1324 repeat;
}
p
{
font-size:15px;
font-family:Helvetica, serif;
line-height: 200%;
}
#exquisite
{
margin-bottom:2em;
}
#container
{
width:1006px;
margin:0 auto;
padding:0;
}
.enlarged:hover
{
-webkit-transform: scale(1.5,1.5);
}
.clearBoth
{
clear:both;
}
/* Header */
#headerCont
{
width:1000px;
height:225px;
background:url(../Images/headerPizzaImg.jpg) no-repeat;
}
#logoCont
{
width:323px;
float:left;
}
#header02
{
width:677px;
float:left;
}
#socialNetCont
{
width:677px;
height:51px;
float:left;
text-align:right;
z-index: 1000;
position: relative;
}
#subNavCont
{
width:677px;
text-align:right;
height:77px;
position: relative;
*height: 26px;
}
#navCont
{
width:677px;
background: url('../Images/main-menu-bg.jpg');
height: 79px;
}
/* Main Area */
#mainAreaCont
{
width:1000px;
height:420px;
background:#000;
}
#paddingBtm
{
width:1000px;
padding-bottom:1px;
}
#whitePxlLine
{
width:1000px;
height:2px;
margin-top:5px;
margin-bottom:13px;
background:#fff;
}
#leftCont
{
width:502px;
height:400px;
float:left;
}
#leftContContent
{
width:462px;
height:313px;
padding:0 20px 20px 20px;
}
#rightCont
{
width:498px;
height:333px;
float:left;
}
#flashCont
{
width:498px;
height:333px;
background:url(../Images/vita-flashHolder.jpg) no-repeat;
}
/* Sub-Footer */
#galleryCont
{
width:171px;
height:155px;
padding-left:168px;
color:#000;
text-align:left;
float:left;
}
#specialsCont
{
width:349px;
height:155px;
color:#000;
text-align:left;
float:left;
cursor: pointer;
margin-top: 9px;
}
.new #specialsCont
{
margin-left: 9px;
}
#specialsCont #specialsCont-head
{
color: darkred;
float: left;
display: block;
font-size: 50px;
padding: 20px;
}
#specialsCont #specialsCont-content-1
{
font-size: 23px;
line-height: 24px;
margin-top: 21px;
}
#specialsCont ul
{
margin-top: -8px;
font-size: 15px;
line-height: 20px;
}
#cateringCont
{
width:290px;
height:155px;
padding-right:22px;
color:#000;
text-align:left;
float:left;
}
#rewardsCont a:link, #rewardsCont a:active, #rewardsCont a:visited
{
color:#000;
}
#rewardsCont a:hover
{
color:#2b1324;
}
/* Footer */
#footerCont {
width:1000px;
font-size:10px;
padding:3px 0 3px 0;
}
#copyright
{
width:200px;
float:left;
}
#footerNav
{
width:800px;
text-align:right;
float:left;
}
#footerNav a:link, #footerNav a:active, #footerNav a:visited
{
text-decoration:none;
color:#fff;
}
#footerNav a:hover
{
color:#f8b622;
}
/* Pizza Page Styles */
#rightContPizza {
width:394px;
height:333px;
float:left;
}
#leftContPizza
{
width:606px;
height:333px;
float:left;
}
#leftContPizzaContent
{
width:566px;
height:513px;
padding:0 20px 60px 20px;
}
.pizza_options
{
line-height:120%;
font-size:13px;
margin-top:1%;
}
/* Locations Page Styles */
#pizzaPageCont
{
width:1000px;
height:333px;
}
#locationCont a:link, #locationCont a:active, #locationCont a:visited
{
text-decoration:none;
color:#fff;
}
#locationCont a:hover
{
color:#f8b622;
}
#rightLocationCont
{
width:500px;
}
.mapCont
{
width:190px;
height:235px;
padding-left:25px;
float:left;
}
#mapContentCont01
{
width:275px;
height:220px;
padding-top:15px;
float:left;
}
#mapContentCont02
{
width:275px;
height:220px;
padding-top:15px;
padding-right:20px;
float:left;
}
/* Gallery */
#leftContGallery
{
width:1000px;
height:333px;
float:left;
}
#leftContGalleryContent
{
width:940px;
height:313px;
padding:0 20px 20px 40px;
}
.photoBox
{
width:155px;
padding-bottom:20px;
text-align: left;
float:left;
}
.photoBox:hover
{
-webkit-transform: scale(1.5,1.5);
}
#pageTitle02
{
width:975px;
height:34px;
padding-left:25px;
}
/* Locations */
locationsPageCont
{
width:1000px;
background:#000;
}
#pageTitle
{
width:975px;
height:34px;
padding-left:25px;
}
#topContent
{
width:630px;
height:50px;
padding-bottom:10px;
padding-left:25px
}
#locationCont
{
width:1000px;
float:left;
background:#000;
}
#bigMapCont
{
width:450px;
padding-left:50px;
float:left;
}
#leftLocationCont
{
width:425px;
padding-left:75px;
float:left;
}
.mclaren
{
font-family: 'McLaren', Arial, serif;
font-weight: 400;
}
.header-link
{
font-family: 'McLaren', Arial, serif;
font-weight: 400;
color: #ffffff;
font-size: 24px;
text-decoration: none;
line-height: 79px;
display: block;
float: left;
margin-left: 20px;
margin-right: 25px;
}
.header-link:hover
{
color: #fab627;
}
.header-link.last
{
margin-right: 0px;
}
#sub-header-link-bg,
#sub-header-links
{
height: 26px;
width: 285px;
position: absolute;
bottom: 0px;
right: 0px;
}
#sub-header-link-bg
{
background-color: #000000;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 10;
}
#sub-header-links
{
z-index: 20;
}
.sub-header-link
{
text-transform: uppercase;
color: #ffffff;
display: block;
float: left;
padding: 5px 15px 5px 15px;
font-size: 14px;
text-decoration: none;
}
.sub-header-link:hover
{
color: #fab627;
}
.location-left
{
float: left;
width: 540px;
margin-right: 20px;
margin-left: 25px;
}
.location-right
{
float: left;
width: 400px;
}
.location-heading
{
font-weight:bold;
color:#fed567;
padding-bottom:5px;
text-align:left;
font-size: 18px;
}
.button
{
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(84% 0% -90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,84% 0%,84% 153%,color-stop(0, rgb(96,43,80)),color-stop(1, rgb(43,19,36)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
background-image:linear-gradient(-90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
line-height:20px;
/* Firefox v1.0+ */
-moz-border-radius:10px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:10px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+ and by IE v9.0+ */
border-radius:10px ;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff602b50,endColorstr=#ff2b1324,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff602b50,endColorstr=#ff2b1324,GradientType=0);
display: inline-block;
padding: 10px;
font-size: 14px;
font-weight: bold;
zoom: 1;
*display: inline;
float:left;
bottom:44px;
overflow: visible;
margin-left: 15px;
margin-bottom:5px;
}
.location-phone
{
font-size: 20px;
text-align: left;
}
span.gc-cs-link,
.location-phone a
{
color: #FED567;
}
.location-heading,
.location-address,
.location-delivery-area,
.location-links,
.location-hours,
.location-phone
{
margin-bottom: 37px;
margin-top:10px;
}
.Availability
{
margin-top:8em;
}
.location-wrapper
{
margin-bottom: 20px;
}
#view
{
}
#order
{
margin-top: 1em;
}
.vita-bella
{
line-height: 1.25em;
}
.footer-links
{
font-family: 'McLaren', Arial, serif;
font-weight: 400;
color: #000000;
text-decoration: none;
padding-left: 7px;
display: block;
font-size: 22px;
line-height: 50px;
}
.footer-links:hover
{
color: #4A2456;
}
.catering-text
{
width: 483px;
font-size: 18px;
line-height: 23px;
text-align: left;
}
#vbr-new
{
position: absolute;
color: #ffffff;
top: 27px;
left: 6px;
font-size: 23px;
font-weight: bold;
}
#vbr-vb
{
color: #4B144B;
position: absolute;
top: 15px;
left: 112px;
font-weight: bold;
font-family: 'Port Lligat Slab', serif;
font-size: 25px;
letter-spacing: 1px;
}
#vbr-rewards
{
font-family: 'Doppio One', sans-serif;
position: absolute;
color: rgb(41,20,36);
top: 45px;
left: 110px;
font-size: 35px;
}
#vbr-eat-earn
{
font-family: 'Open Sans', sans-serif;
position: absolute;
left: 112px;
font-size: 16px;
color: rgb(220,88,31);
top: 76px;
font-weight: bold;
}
#vbr-tagline
{
font-family: 'Open Sans', sans-serif;
position: absolute;
left: 14px;
font-size: 14px;
color: #000000;
top: 108px;
font-style: italic;
}
#rewards-head
{
font-family: 'Open Sans', sans-serif;
color: #EDC660;
font-size: 32px;
padding-bottom: 20px;
}
#rewards-enroll
{
font-family: 'Doppio One', sans-serif;
font-size: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
#rewards-offer
{
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 40px;
line-height: 1em;
color: #FAAF00;
font-weight: bold;
}
#rewards-offer-terms
{
text-align: center;
line-height: 2em;
padding-bottom: 20px;
}
#rewards-text
{
font-weight: bold;
font-size: 16px;
line-height: 1.25em;
}
#rewards-vb
{
color: red;
}
#rewards-list
{
margin-top: 10px;
font-size: 15px;
line-height: 1.4em;
font-weight: bold;
color: red;
}
#rewards-not-included
{
font-weight: normal;
color: #ffffff;
}
#rewards-double
{
margin-top: 20px;
text-align: center;
}
#rewards-enroll-location
{
font-weight: bold;
margin-top: 40px;
margin-bottom: 10px;
font-size: 16px;
color: #FAAF00;
line-height: 1em;
}
.rewards-location a,
.rewards-location a:visited
{
color: #FAAF00;
}
#rewards-fine-print
{
font-size: 10px;
margin-top: 30px;
}
#subFooter
{
height: 204px;
background: none;
background-color: #D4C991;
}
#footerCont
{
top: 210px;
position: relative;
}
#footerContShort
{
top: 160px;
position: relative;
}
#footer-rewards-20141022
{
background-image: url("../Images/rewards-bg.png");
width: 979px;
height: 184px;
margin-left: 11px;
top: 10px;
position: relative;
}
#rewards-naperville
{
background-image: url("../Images/rewards-naperville.png");
position: absolute;
width: 275px;
height: 36px;
left: 395px;
top: 136px;
}
#rewards-shorewood
{
background-image: url("../Images/rewards-shorewood.png");
position: absolute;
width: 283px;
height: 36px;
left: 684px;
top: 136px;
}
#rewards-naperville:hover
{
background-image: url("../Images/Vita_Bella_Hover_North.png");
}
#rewards-shorewood:hover
{
background-image: url("../Images/Vita_Bella_Hover_South.png");
} | CSS/styles.css | @charset "utf-8";
/* CSS Document */
body
{
font-family:Verdana, Geneva, sans-serif;
color:#fff;
text-align:justify;
font-size:12px;
line-height:16px;
background:#2b1324 repeat;
}
p
{
font-size:15px;
font-family:Helvetica, serif;
line-height: 200%;
}
#exquisite
{
margin-bottom:2em;
}
#container
{
width:1006px;
margin:0 auto;
padding:0;
}
.enlarged:hover
{
-webkit-transform: scale(1.5,1.5);
}
.clearBoth
{
clear:both;
}
/* Header */
#headerCont
{
width:1000px;
height:225px;
background:url(../Images/headerPizzaImg.jpg) no-repeat;
}
#logoCont
{
width:323px;
float:left;
}
#header02
{
width:677px;
float:left;
}
#socialNetCont
{
width:677px;
height:51px;
float:left;
text-align:right;
z-index: 1000;
position: relative;
}
#subNavCont
{
width:677px;
text-align:right;
height:77px;
position: relative;
*height: 26px;
}
#navCont
{
width:677px;
background: url('../Images/main-menu-bg.jpg');
height: 79px;
}
/* Main Area */
#mainAreaCont
{
width:1000px;
height:420px;
background:#000;
}
#paddingBtm
{
width:1000px;
padding-bottom:1px;
}
#whitePxlLine
{
width:1000px;
height:2px;
margin-top:5px;
margin-bottom:13px;
background:#fff;
}
#leftCont
{
width:502px;
height:400px;
float:left;
}
#leftContContent
{
width:462px;
height:313px;
padding:0 20px 20px 20px;
}
#rightCont
{
width:498px;
height:333px;
float:left;
}
#flashCont
{
width:498px;
height:333px;
background:url(../Images/vita-flashHolder.jpg) no-repeat;
}
/* Sub-Footer */
#galleryCont
{
width:171px;
height:155px;
padding-left:168px;
color:#000;
text-align:left;
float:left;
}
#specialsCont
{
width:349px;
height:155px;
color:#000;
text-align:left;
float:left;
cursor: pointer;
margin-top: 9px;
}
.new #specialsCont
{
margin-left: 9px;
}
#specialsCont #specialsCont-head
{
color: darkred;
float: left;
display: block;
font-size: 50px;
padding: 20px;
}
#specialsCont #specialsCont-content-1
{
font-size: 23px;
line-height: 24px;
margin-top: 21px;
}
#specialsCont ul
{
margin-top: -8px;
font-size: 15px;
line-height: 20px;
}
#cateringCont
{
width:290px;
height:155px;
padding-right:22px;
color:#000;
text-align:left;
float:left;
}
#rewardsCont a:link, #rewardsCont a:active, #rewardsCont a:visited
{
color:#000;
}
#rewardsCont a:hover
{
color:#2b1324;
}
/* Footer */
#footerCont {
width:1000px;
font-size:10px;
padding:3px 0 3px 0;
}
#copyright
{
width:200px;
float:left;
}
#footerNav
{
width:800px;
text-align:right;
float:left;
}
#footerNav a:link, #footerNav a:active, #footerNav a:visited
{
text-decoration:none;
color:#fff;
}
#footerNav a:hover
{
color:#f8b622;
}
/* Pizza Page Styles */
#rightContPizza {
width:394px;
height:333px;
float:left;
}
#leftContPizza
{
width:606px;
height:333px;
float:left;
}
#leftContPizzaContent
{
width:566px;
height:513px;
padding:0 20px 60px 20px;
}
.pizza_options
{
line-height:120%;
font-size:13px;
margin-top:1%;
}
/* Locations Page Styles */
#pizzaPageCont
{
width:1000px;
height:333px;
}
#locationCont a:link, #locationCont a:active, #locationCont a:visited
{
text-decoration:none;
color:#fff;
}
#locationCont a:hover
{
color:#f8b622;
}
#rightLocationCont
{
width:500px;
}
.mapCont
{
width:190px;
height:235px;
padding-left:25px;
float:left;
}
#mapContentCont01
{
width:275px;
height:220px;
padding-top:15px;
float:left;
}
#mapContentCont02
{
width:275px;
height:220px;
padding-top:15px;
padding-right:20px;
float:left;
}
/* Gallery */
#leftContGallery
{
width:1000px;
height:333px;
float:left;
}
#leftContGalleryContent
{
width:940px;
height:313px;
padding:0 20px 20px 40px;
}
.photoBox
{
width:155px;
padding-bottom:20px;
text-align: left;
float:left;
}
.photoBox:hover
{
-webkit-transform: scale(1.5,1.5);
}
#pageTitle02
{
width:975px;
height:34px;
padding-left:25px;
}
/* Locations */
locationsPageCont
{
width:1000px;
background:#000;
}
#pageTitle
{
width:975px;
height:34px;
padding-left:25px;
}
#topContent
{
width:630px;
height:50px;
padding-bottom:10px;
padding-left:25px
}
#locationCont
{
width:1000px;
float:left;
background:#000;
}
#bigMapCont
{
width:450px;
padding-left:50px;
float:left;
}
#leftLocationCont
{
width:425px;
padding-left:75px;
float:left;
}
.mclaren
{
font-family: 'McLaren', Arial, serif;
font-weight: 400;
}
.header-link
{
font-family: 'McLaren', Arial, serif;
font-weight: 400;
color: #ffffff;
font-size: 24px;
text-decoration: none;
line-height: 79px;
display: block;
float: left;
margin-left: 20px;
margin-right: 25px;
}
.header-link:hover
{
color: #fab627;
}
.header-link.last
{
margin-right: 0px;
}
#sub-header-link-bg,
#sub-header-links
{
height: 26px;
width: 285px;
position: absolute;
bottom: 0px;
right: 0px;
}
#sub-header-link-bg
{
background-color: #000000;
zoom: 1;
filter: alpha(opacity=50);
opacity: 0.5;
z-index: 10;
}
#sub-header-links
{
z-index: 20;
}
.sub-header-link
{
text-transform: uppercase;
color: #ffffff;
display: block;
float: left;
padding: 5px 15px 5px 15px;
font-size: 14px;
text-decoration: none;
}
.sub-header-link:hover
{
color: #fab627;
}
.location-left
{
float: left;
width: 540px;
margin-right: 20px;
margin-left: 25px;
}
.location-right
{
float: left;
width: 400px;
}
.location-heading
{
font-weight:bold;
color:#fed567;
padding-bottom:5px;
text-align:left;
font-size: 18px;
}
.button
{
/* Firefox v3.6+ */
background-image:-moz-linear-gradient(84% 0% -90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
/* safari v4.0+ and by Chrome v3.0+ */
background-image:-webkit-gradient(linear,84% 0%,84% 153%,color-stop(0, rgb(96,43,80)),color-stop(1, rgb(43,19,36)));
/* Chrome v10.0+ and by safari nightly build*/
background-image:-webkit-linear-gradient(-90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
/* Opera v11.10+ */
background-image:-o-linear-gradient(-90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
/* IE v10+ */
background-image:-ms-linear-gradient(-90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
background-image:linear-gradient(-90deg,rgb(96,43,80) 0%,rgb(43,19,36) 100%);
line-height:20px;
/* Firefox v1.0+ */
-moz-border-radius:10px ;
/* Safari v3.0+ and by Chrome v0.2+ */
-webkit-border-radius:10px ;
/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+ and by IE v9.0+ */
border-radius:10px ;
-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff602b50,endColorstr=#ff2b1324,GradientType=0)";
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff602b50,endColorstr=#ff2b1324,GradientType=0);
display: inline-block;
padding: 10px;
font-size: 14px;
font-weight: bold;
zoom: 1;
*display: inline;
float:left;
bottom:44px;
overflow: visible;
margin-left: 15px;
margin-bottom:5px;
}
.location-phone
{
font-size: 20px;
text-align: left;
}
span.gc-cs-link,
.location-phone a
{
color: #FED567;
}
.location-heading,
.location-address,
.location-delivery-area,
.location-links,
.location-hours,
.location-phone
{
margin-bottom: 37px;
margin-top:10px;
}
.Availability
{
margin-top:8em;
}
.location-wrapper
{
margin-bottom: 20px;
}
#view
{
}
#order
{
margin-top: 1em;
}
.vita-bella
{
line-height: 1.25em;
}
.footer-links
{
font-family: 'McLaren', Arial, serif;
font-weight: 400;
color: #000000;
text-decoration: none;
padding-left: 7px;
display: block;
font-size: 22px;
line-height: 50px;
}
.footer-links:hover
{
color: #4A2456;
}
.catering-text
{
width: 483px;
font-size: 18px;
line-height: 23px;
text-align: left;
}
#vbr-new
{
position: absolute;
color: #ffffff;
top: 27px;
left: 6px;
font-size: 23px;
font-weight: bold;
}
#vbr-vb
{
color: #4B144B;
position: absolute;
top: 15px;
left: 112px;
font-weight: bold;
font-family: 'Port Lligat Slab', serif;
font-size: 25px;
letter-spacing: 1px;
}
#vbr-rewards
{
font-family: 'Doppio One', sans-serif;
position: absolute;
color: rgb(41,20,36);
top: 45px;
left: 110px;
font-size: 35px;
}
#vbr-eat-earn
{
font-family: 'Open Sans', sans-serif;
position: absolute;
left: 112px;
font-size: 16px;
color: rgb(220,88,31);
top: 76px;
font-weight: bold;
}
#vbr-tagline
{
font-family: 'Open Sans', sans-serif;
position: absolute;
left: 14px;
font-size: 14px;
color: #000000;
top: 108px;
font-style: italic;
}
#rewards-head
{
font-family: 'Open Sans', sans-serif;
color: #EDC660;
font-size: 32px;
padding-bottom: 20px;
}
#rewards-enroll
{
font-family: 'Doppio One', sans-serif;
font-size: 20px;
padding-top: 20px;
padding-bottom: 20px;
}
#rewards-offer
{
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 40px;
line-height: 1em;
color: #FAAF00;
font-weight: bold;
}
#rewards-offer-terms
{
text-align: center;
line-height: 2em;
padding-bottom: 20px;
}
#rewards-text
{
font-weight: bold;
font-size: 16px;
line-height: 1.25em;
}
#rewards-vb
{
color: red;
}
#rewards-list
{
margin-top: 10px;
font-size: 15px;
line-height: 1.4em;
font-weight: bold;
color: red;
}
#rewards-not-included
{
font-weight: normal;
color: #ffffff;
}
#rewards-double
{
margin-top: 20px;
text-align: center;
}
#rewards-enroll-location
{
font-weight: bold;
margin-top: 40px;
margin-bottom: 10px;
font-size: 16px;
color: #FAAF00;
line-height: 1em;
}
.rewards-location a,
.rewards-location a:visited
{
color: #FAAF00;
}
#rewards-fine-print
{
font-size: 10px;
margin-top: 30px;
}
#subFooter
{
height: 204px;
background: none;
background-color: #D4C991;
}
#footerCont
{
top: 210px;
position: relative;
}
#footerContShort
{
top: 160px;
position: relative;
}
#footer-rewards-20141022
{
background-image: url("../Images/rewards-bg.png");
width: 979px;
height: 184px;
margin-left: 11px;
top: 10px;
position: relative;
}
#rewards-naperville
{
background-image: url("../Images/rewards-naperville.png");
position: absolute;
width: 275px;
height: 36px;
left: 395px;
top: 136px;
}
#rewards-shorewood
{
background-image: url("../Images/rewards-shorewood.png");
position: absolute;
width: 283px;
height: 36px;
left: 684px;
top: 136px;
}
#rewards-naperville:hover
{
background-image: url("../Images/Vita_Bella_Hover_North.png");
}
#rewards-shorewood:hover
{
background-image: url("../Images/Vita_Bella_Hover_South.png");
} | 0.172067 | 0.047869 |
.background_glossyLavender4,
.hover_background_glossyLavender4:hover,
.active_background_glossyLavender4:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyLavender4h,
.hover_background_glossyLavender4h:hover,
.active_background_glossyLavender4h:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyLavender4a,
.hover_background_glossyLavender4a:hover,
.active_background_glossyLavender4a:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyLavender4s,
.hover_background_glossyLavender4s:hover,
.active_background_glossyLavender4s:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyLavender4,
.hover_background_color_glossyLavender4:hover,
.active_background_color_glossyLavender4:active:hover {
background-color:#4c4cdb;
}
.background_first_color_glossyLavender4,
.hover_background_first_color_glossyLavender4:hover,
.active_background_first_color_glossyLavender4:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyLavender4,
.hover_background_last_color_glossyLavender4:hover,
.active_background_color_last_glossyLavender4:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyLavender4,
.hover_color_glossyLavender4:hover,
.active_color_glossyLavender4:active:hover {
color: #c8c8c8;
}
.color_glossyLavender4h,
.hover_color_glossyLavender4h:hover,
.active_color_glossyLavender4h:active:hover {
color: #c8c8c8;
}
.color_glossyLavender4a,
.hover_color_glossyLavender4a:hover,
.active_color_glossyLavender4a:active:hover {
color: #c8c8c8;
}
.color_glossyLavender4s,
.hover_color_glossyLavender4s:hover,
.active_color_glossyLavender4s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyLavender4,
.hover_border_glossyLavender4:hover,
.active_border_glossyLavender4:active:hover {
border-color: #2727c5 #2727c5 #2727c5 #2727c5;
}
.border_glossyLavender4h,
.hover_border_glossyLavender4h:hover,
.active_border_glossyLavender4h:active:hover {
border-color: #2020a0 #2020a0 #2020a0 #2020a0;
}
.border_glossyLavender4a,
.hover_border_glossyLavender4a:hover,
.active_border_glossyLavender4a:active:hover {
border-color: #19197b #19197b #19197b #19197b;
}
.border_glossyLavender4s,
.hover_border_glossyLavender4s:hover,
.active_border_glossyLavender4s:active:hover {
border-color: #2727c5 #2727c5 #2727c5 #2727c5;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyLavender4,
.hover_shadow_expand_glossyLavender4:hover,
.active_shadow_expand_glossyLavender4:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(76, 76, 219, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(76, 76, 219, .39);
box-shadow: 0em 0em 1em 0.25em rgba(76, 76, 219, .39);
}
.shadow_expand_glossyLavender4h,
.hover_shadow_expand_glossyLavender4h:hover,
.active_shadow_expand_glossyLavender4h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(125, 125, 229, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(125, 125, 229, .50);
box-shadow: 0em 0em 1em 0.25em rgba(125, 125, 229, .50);
}
.shadow_expand_glossyLavender4a,
.hover_shadow_expand_glossyLavender4a:hover,
.active_shadow_expand_glossyLavender4a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .63);
box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .63);
}
.shadow_expand_glossyLavender4s,
.hover_shadow_expand_glossyLavender4s:hover,
.active_shadow_expand_glossyLavender4s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .71);
box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyLavender4,
.hover_shadow_left_glossyLavender4:hover,
.active_shadow_left_glossyLavender4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_left_glossyLavender4h,
.hover_shadow_left_glossyLavender4h:hover,
.active_shadow_left_glossyLavender4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_left_glossyLavender4a,
.hover_shadow_left_glossyLavender4a:hover,
.active_shadow_left_glossyLavender4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_left_glossyLavender4s,
.hover_shadow_left_glossyLavender4s:hover,
.active_shadow_left_glossyLavender4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyLavender4,
.hover_shadow_right_glossyLavender4:hover,
.active_shadow_right_glossyLavender4:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(76, 76, 219, .39);
box-shadow: 0.5em 0em 1em rgba(76, 76, 219, .39);
}
.shadow_right_glossyLavender4h,
.hover_shadow_right_glossyLavender4h:hover,
.active_shadow_right_glossyLavender4h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(125, 125, 229, .50);
box-shadow: 0.5em 0em 1em rgba(125, 125, 229, .50);
}
.shadow_right_glossyLavender4a,
.hover_shadow_right_glossyLavender4a:hover,
.active_shadow_right_glossyLavender4a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .63);
box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .63);
}
.shadow_right_glossyLavender4s,
.hover_shadow_right_glossyLavender4s:hover,
.active_shadow_right_glossyLavender4s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .71);
box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyLavender4,
.hover_shadow_top_glossyLavender4:hover,
.active_shadow_top_glossyLavender4:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(76, 76, 219, .39);
box-shadow: 0em -0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_top_glossyLavender4h,
.hover_shadow_top_glossyLavender4h:hover,
.active_shadow_top_glossyLavender4h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(125, 125, 229, .50);
box-shadow: 0em -0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_top_glossyLavender4a,
.hover_shadow_top_glossyLavender4a:hover,
.active_shadow_top_glossyLavender4a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .63);
box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_top_glossyLavender4s,
.hover_shadow_top_glossyLavender4s:hover,
.active_shadow_top_glossyLavender4s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .71);
box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyLavender4,
.hover_shadow_bottom_glossyLavender4:hover,
.active_shadow_bottom_glossyLavender4:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(76, 76, 219, .39);
box-shadow: 0em 0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_bottom_glossyLavender4h,
.hover_shadow_bottom_glossyLavender4h:hover,
.active_shadow_bottom_glossyLavender4h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(125, 125, 229, .50);
box-shadow: 0em 0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_bottom_glossyLavender4a,
.hover_shadow_bottom_glossyLavender4a:hover,
.active_shadow_bottom_glossyLavender4a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .63);
box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_bottom_glossyLavender4s,
.hover_shadow_bottom_glossyLavender4s:hover,
.active_shadow_bottom_glossyLavender4s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .71);
box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyLavender4,
.hover_shadow_top_left_glossyLavender4:hover,
.active_shadow_top_left_glossyLavender4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_top_left_glossyLavender4h,
.hover_shadow_top_left_glossyLavender4h:hover,
.active_shadow_top_left_glossyLavender4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_top_left_glossyLavender4a,
.hover_shadow_top_left_glossyLavender4a:hover,
.active_shadow_top_left_glossyLavender4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_top_left_glossyLavender4s,
.hover_shadow_top_left_glossyLavender4s:hover,
.active_shadow_top_left_glossyLavender4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyLavender4,
.hover_shadow_top_right_glossyLavender4:hover,
.active_shadow_top_right_glossyLavender4:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(76, 76, 219, .39);
box-shadow: 0.5em -0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_top_right_glossyLavender4h,
.hover_shadow_top_right_glossyLavender4h:hover,
.active_shadow_top_right_glossyLavender4h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(125, 125, 229, .50);
box-shadow: 0.5em -0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_top_right_glossyLavender4a,
.hover_shadow_top_right_glossyLavender4a:hover,
.active_shadow_top_right_glossyLavender4a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .63);
box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_top_right_glossyLavender4s,
.hover_shadow_top_right_glossyLavender4s:hover,
.active_shadow_top_right_glossyLavender4s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .71);
box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyLavender4,
.hover_shadow_bottom_left_glossyLavender4:hover,
.active_shadow_bottom_left_glossyLavender4:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(76, 76, 219, .39);
box-shadow: -0.5em 0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_bottom_left_glossyLavender4h,
.hover_shadow_bottom_left_glossyLavender4h:hover,
.active_shadow_bottom_left_glossyLavender4h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(125, 125, 229, .50);
box-shadow: -0.5em 0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_bottom_left_glossyLavender4a,
.hover_shadow_bottom_left_glossyLavender4a:hover,
.active_shadow_bottom_left_glossyLavender4a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .63);
box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_bottom_left_glossyLavender4s,
.hover_shadow_bottom_left_glossyLavender4s:hover,
.active_shadow_bottom_left_glossyLavender4s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .71);
box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyLavender4,
.hover_shadow_bottom_right_glossyLavender4:hover,
.active_shadow_bottom_right_glossyLavender4:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(76, 76, 219, .39);
box-shadow: 0.5em 0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_bottom_right_glossyLavender4h,
.hover_shadow_bottom_right_glossyLavender4h:hover,
.active_shadow_bottom_right_glossyLavender4h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(125, 125, 229, .50);
box-shadow: 0.5em 0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_bottom_right_glossyLavender4a,
.hover_shadow_bottom_right_glossyLavender4a:hover,
.active_shadow_bottom_right_glossyLavender4a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .63);
box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_bottom_right_glossyLavender4s,
.hover_shadow_bottom_right_glossyLavender4s:hover,
.active_shadow_bottom_right_glossyLavender4s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .71);
box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .71);
} | widgets/common/assets/gradients/glossy/glossyLavender/glossyLavender4.css | .background_glossyLavender4,
.hover_background_glossyLavender4:hover,
.active_background_glossyLavender4:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyLavender4h,
.hover_background_glossyLavender4h:hover,
.active_background_glossyLavender4h:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_glossyLavender4a,
.hover_background_glossyLavender4a:hover,
.active_background_glossyLavender4a:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, .04)), color-stop(50%, rgba(0, 0, 0, .10)), color-stop(51%, rgba(255, 255, 255, .00)), color-stop(100%, rgba(255, 255, 255, .30)));
background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -o-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: -ms-linear-gradient(top, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
background-image: linear-gradient(to bottom, rgba(0, 0, 0, .04) 0%, rgba(0, 0, 0, .10) 50%, rgba(255, 255, 255, .00) 51%, rgba(255, 255, 255, .30) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=0 );
}
.background_glossyLavender4s,
.hover_background_glossyLavender4s:hover,
.active_background_glossyLavender4s:active:hover {
background: #4c4cdb;
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, .30)), color-stop(50%, rgba(255, 255, 255, .00)), color-stop(51%, rgba(0, 0, 0, .10)), color-stop(100%, rgba(0, 0, 0, .04)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, .30) 0%, rgba(255, 255, 255, .00) 50%, rgba(0, 0, 0, .10) 51%, rgba(0, 0, 0, .04) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
}
.background_color_glossyLavender4,
.hover_background_color_glossyLavender4:hover,
.active_background_color_glossyLavender4:active:hover {
background-color:#4c4cdb;
}
.background_first_color_glossyLavender4,
.hover_background_first_color_glossyLavender4:hover,
.active_background_first_color_glossyLavender4:active:hover {
background-color:#ffffff;
}
.background_last_color_glossyLavender4,
.hover_background_last_color_glossyLavender4:hover,
.active_background_color_last_glossyLavender4:active:hover {
background-color:#000000;
}
/* ------------------------------ color settings -------------------------------*/
.color_glossyLavender4,
.hover_color_glossyLavender4:hover,
.active_color_glossyLavender4:active:hover {
color: #c8c8c8;
}
.color_glossyLavender4h,
.hover_color_glossyLavender4h:hover,
.active_color_glossyLavender4h:active:hover {
color: #c8c8c8;
}
.color_glossyLavender4a,
.hover_color_glossyLavender4a:hover,
.active_color_glossyLavender4a:active:hover {
color: #c8c8c8;
}
.color_glossyLavender4s,
.hover_color_glossyLavender4s:hover,
.active_color_glossyLavender4s:active:hover {
color: #282828;
}
/* -------------------------- border color settings -----------------------------*/
.border_glossyLavender4,
.hover_border_glossyLavender4:hover,
.active_border_glossyLavender4:active:hover {
border-color: #2727c5 #2727c5 #2727c5 #2727c5;
}
.border_glossyLavender4h,
.hover_border_glossyLavender4h:hover,
.active_border_glossyLavender4h:active:hover {
border-color: #2020a0 #2020a0 #2020a0 #2020a0;
}
.border_glossyLavender4a,
.hover_border_glossyLavender4a:hover,
.active_border_glossyLavender4a:active:hover {
border-color: #19197b #19197b #19197b #19197b;
}
.border_glossyLavender4s,
.hover_border_glossyLavender4s:hover,
.active_border_glossyLavender4s:active:hover {
border-color: #2727c5 #2727c5 #2727c5 #2727c5;
}
/* -------------------------- shadow expand settings --------------------------------*/
.shadow_expand_glossyLavender4,
.hover_shadow_expand_glossyLavender4:hover,
.active_shadow_expand_glossyLavender4:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(76, 76, 219, .39);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(76, 76, 219, .39);
box-shadow: 0em 0em 1em 0.25em rgba(76, 76, 219, .39);
}
.shadow_expand_glossyLavender4h,
.hover_shadow_expand_glossyLavender4h:hover,
.active_shadow_expand_glossyLavender4h:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(125, 125, 229, .50);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(125, 125, 229, .50);
box-shadow: 0em 0em 1em 0.25em rgba(125, 125, 229, .50);
}
.shadow_expand_glossyLavender4a,
.hover_shadow_expand_glossyLavender4a:hover,
.active_shadow_expand_glossyLavender4a:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .63);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .63);
box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .63);
}
.shadow_expand_glossyLavender4s,
.hover_shadow_expand_glossyLavender4s:hover,
.active_shadow_expand_glossyLavender4s:active:hover {
-webkit-box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .71);
-moz-box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .71);
box-shadow: 0em 0em 1em 0.25em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow left settings --------------------------------*/
.shadow_left_glossyLavender4,
.hover_shadow_left_glossyLavender4:hover,
.active_shadow_left_glossyLavender4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_left_glossyLavender4h,
.hover_shadow_left_glossyLavender4h:hover,
.active_shadow_left_glossyLavender4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_left_glossyLavender4a,
.hover_shadow_left_glossyLavender4a:hover,
.active_shadow_left_glossyLavender4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_left_glossyLavender4s,
.hover_shadow_left_glossyLavender4s:hover,
.active_shadow_left_glossyLavender4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow right settings --------------------------------*/
.shadow_right_glossyLavender4,
.hover_shadow_right_glossyLavender4:hover,
.active_shadow_right_glossyLavender4:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0.5em 0em 1em rgba(76, 76, 219, .39);
box-shadow: 0.5em 0em 1em rgba(76, 76, 219, .39);
}
.shadow_right_glossyLavender4h,
.hover_shadow_right_glossyLavender4h:hover,
.active_shadow_right_glossyLavender4h:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0.5em 0em 1em rgba(125, 125, 229, .50);
box-shadow: 0.5em 0em 1em rgba(125, 125, 229, .50);
}
.shadow_right_glossyLavender4a,
.hover_shadow_right_glossyLavender4a:hover,
.active_shadow_right_glossyLavender4a:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .63);
box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .63);
}
.shadow_right_glossyLavender4s,
.hover_shadow_right_glossyLavender4s:hover,
.active_shadow_right_glossyLavender4s:active:hover {
-webkit-box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .71);
box-shadow: 0.5em 0em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow top settings --------------------------------*/
.shadow_top_glossyLavender4,
.hover_shadow_top_glossyLavender4:hover,
.active_shadow_top_glossyLavender4:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0em -0.5em 1em rgba(76, 76, 219, .39);
box-shadow: 0em -0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_top_glossyLavender4h,
.hover_shadow_top_glossyLavender4h:hover,
.active_shadow_top_glossyLavender4h:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0em -0.5em 1em rgba(125, 125, 229, .50);
box-shadow: 0em -0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_top_glossyLavender4a,
.hover_shadow_top_glossyLavender4a:hover,
.active_shadow_top_glossyLavender4a:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .63);
box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_top_glossyLavender4s,
.hover_shadow_top_glossyLavender4s:hover,
.active_shadow_top_glossyLavender4s:active:hover {
-webkit-box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .71);
box-shadow: 0em -0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow bottom settings --------------------------------*/
.shadow_bottom_glossyLavender4,
.hover_shadow_bottom_glossyLavender4:hover,
.active_shadow_bottom_glossyLavender4:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0em 0.5em 1em rgba(76, 76, 219, .39);
box-shadow: 0em 0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_bottom_glossyLavender4h,
.hover_shadow_bottom_glossyLavender4h:hover,
.active_shadow_bottom_glossyLavender4h:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0em 0.5em 1em rgba(125, 125, 229, .50);
box-shadow: 0em 0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_bottom_glossyLavender4a,
.hover_shadow_bottom_glossyLavender4a:hover,
.active_shadow_bottom_glossyLavender4a:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .63);
box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_bottom_glossyLavender4s,
.hover_shadow_bottom_glossyLavender4s:hover,
.active_shadow_bottom_glossyLavender4s:active:hover {
-webkit-box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .71);
box-shadow: 0em 0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow top_left settings --------------------------------*/
.shadow_top_left_glossyLavender4,
.hover_shadow_top_left_glossyLavender4:hover,
.active_shadow_top_left_glossyLavender4:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
box-shadow: -0.5em -0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_top_left_glossyLavender4h,
.hover_shadow_top_left_glossyLavender4h:hover,
.active_shadow_top_left_glossyLavender4h:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
box-shadow: -0.5em -0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_top_left_glossyLavender4a,
.hover_shadow_top_left_glossyLavender4a:hover,
.active_shadow_top_left_glossyLavender4a:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_top_left_glossyLavender4s,
.hover_shadow_top_left_glossyLavender4s:hover,
.active_shadow_top_left_glossyLavender4s:active:hover {
-webkit-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
box-shadow: -0.5em -0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow top_right settings --------------------------------*/
.shadow_top_right_glossyLavender4,
.hover_shadow_top_right_glossyLavender4:hover,
.active_shadow_top_right_glossyLavender4:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0.5em -0.5em 1em rgba(76, 76, 219, .39);
box-shadow: 0.5em -0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_top_right_glossyLavender4h,
.hover_shadow_top_right_glossyLavender4h:hover,
.active_shadow_top_right_glossyLavender4h:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0.5em -0.5em 1em rgba(125, 125, 229, .50);
box-shadow: 0.5em -0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_top_right_glossyLavender4a,
.hover_shadow_top_right_glossyLavender4a:hover,
.active_shadow_top_right_glossyLavender4a:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .63);
box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_top_right_glossyLavender4s,
.hover_shadow_top_right_glossyLavender4s:hover,
.active_shadow_top_right_glossyLavender4s:active:hover {
-webkit-box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .71);
box-shadow: 0.5em -0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow bottom_left settings --------------------------------*/
.shadow_bottom_left_glossyLavender4,
.hover_shadow_bottom_left_glossyLavender4:hover,
.active_shadow_bottom_left_glossyLavender4:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: -0.5em 0.5em 1em rgba(76, 76, 219, .39);
box-shadow: -0.5em 0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_bottom_left_glossyLavender4h,
.hover_shadow_bottom_left_glossyLavender4h:hover,
.active_shadow_bottom_left_glossyLavender4h:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: -0.5em 0.5em 1em rgba(125, 125, 229, .50);
box-shadow: -0.5em 0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_bottom_left_glossyLavender4a,
.hover_shadow_bottom_left_glossyLavender4a:hover,
.active_shadow_bottom_left_glossyLavender4a:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .63);
box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_bottom_left_glossyLavender4s,
.hover_shadow_bottom_left_glossyLavender4s:hover,
.active_shadow_bottom_left_glossyLavender4s:active:hover {
-webkit-box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .71);
box-shadow: -0.5em 0.5em 1em rgba(51, 51, 214, .71);
}
/* -------------------------- shadow bottom_right settings --------------------------------*/
.shadow_bottom_right_glossyLavender4,
.hover_shadow_bottom_right_glossyLavender4:hover,
.active_shadow_bottom_right_glossyLavender4:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(76, 76, 219, .39);
-moz-box-shadow: 0.5em 0.5em 1em rgba(76, 76, 219, .39);
box-shadow: 0.5em 0.5em 1em rgba(76, 76, 219, .39);
}
.shadow_bottom_right_glossyLavender4h,
.hover_shadow_bottom_right_glossyLavender4h:hover,
.active_shadow_bottom_right_glossyLavender4h:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(125, 125, 229, .50);
-moz-box-shadow: 0.5em 0.5em 1em rgba(125, 125, 229, .50);
box-shadow: 0.5em 0.5em 1em rgba(125, 125, 229, .50);
}
.shadow_bottom_right_glossyLavender4a,
.hover_shadow_bottom_right_glossyLavender4a:hover,
.active_shadow_bottom_right_glossyLavender4a:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .63);
-moz-box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .63);
box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .63);
}
.shadow_bottom_right_glossyLavender4s,
.hover_shadow_bottom_right_glossyLavender4s:hover,
.active_shadow_bottom_right_glossyLavender4s:active:hover {
-webkit-box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .71);
-moz-box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .71);
box-shadow: 0.5em 0.5em 1em rgba(51, 51, 214, .71);
} | 0.46393 | 0.059346 |
.I18NMainToolbar {
position: fixed;
z-index: 1000000;
font-family: sans-serif;
}
.I18NMainToolbar * {
outline: none;
}
.I18NToolbar {
z-index: 1000001;
position: absolute;
top: 0px;
left: 0px;
display: block;
background: #000000;
color: #ffffff;
font-size: 0px;
border-bottom-right-radius: 5px;
box-shadow: -1px 1px 3px #888888;
white-space: nowrap;
}
.I18NToolbar > a {
display: inline-block;
font-size: 14px;
font-family: sans-serif;
border: 0px;
padding: 5px 10px;
color: inherit;
}
.I18NToolbar > a:first-child {
border-bottom-right-radius: 5px;
}
.I18NToolbar > a:hover {
text-decoration: none;
color: inherit;
}
.I18NMainToolbar.editing .I18NToolbar {
background: #cccccc;
color: #000000;
}
.I18NEditDialog {
z-index: 1000000;
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background: rgba(0, 0, 0, 0.3);
display: none;
}
.I18NEditDialog.visible {
display: block;
}
.I18NEditDialog > div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #ffffff;
width: 640px;
max-width: 100%;
padding: 30px 50px;
border: 1px solid #888888;
box-shadow: -1px 1px 6px #888888;
border-radius: 5px;
}
.I18NEditDialog > div > label {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 10px;
}
.I18NEditDialog > div > input,
.I18NEditDialog > div > textarea {
display: block;
width: 100%;
border: 1px solid #888888;
font-size: 14px;
height: 30px;
line-height: 1;
font-family: inherit;
padding: 0 5px;
margin-bottom: 20px;
}
.I18NEditDialog > div > textarea {
resize: none;
height: 120px;
padding: 5px 5px;
line-height: 18px;
}
.I18NEditDialog > div > div {
font-size: 0px;
text-align: center;
}
.I18NEditDialog > div > div > button {
display: inline-block;
font-size: 14px;
background: #dddddd;
color: #000000;
border: 0px;
margin-right: 10px;
margin-left: 10px;
padding: 5px 10px;
}
.I18NEditDialog > div > div > button.submit {
background: #00ff00;
}
.I18NMainToolbar:not(.editing) .I18NEditDialog {
display: none;
} | src/i18n/I18NMainToolbar.css | .I18NMainToolbar {
position: fixed;
z-index: 1000000;
font-family: sans-serif;
}
.I18NMainToolbar * {
outline: none;
}
.I18NToolbar {
z-index: 1000001;
position: absolute;
top: 0px;
left: 0px;
display: block;
background: #000000;
color: #ffffff;
font-size: 0px;
border-bottom-right-radius: 5px;
box-shadow: -1px 1px 3px #888888;
white-space: nowrap;
}
.I18NToolbar > a {
display: inline-block;
font-size: 14px;
font-family: sans-serif;
border: 0px;
padding: 5px 10px;
color: inherit;
}
.I18NToolbar > a:first-child {
border-bottom-right-radius: 5px;
}
.I18NToolbar > a:hover {
text-decoration: none;
color: inherit;
}
.I18NMainToolbar.editing .I18NToolbar {
background: #cccccc;
color: #000000;
}
.I18NEditDialog {
z-index: 1000000;
position: fixed;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
background: rgba(0, 0, 0, 0.3);
display: none;
}
.I18NEditDialog.visible {
display: block;
}
.I18NEditDialog > div {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #ffffff;
width: 640px;
max-width: 100%;
padding: 30px 50px;
border: 1px solid #888888;
box-shadow: -1px 1px 6px #888888;
border-radius: 5px;
}
.I18NEditDialog > div > label {
display: block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin-bottom: 10px;
}
.I18NEditDialog > div > input,
.I18NEditDialog > div > textarea {
display: block;
width: 100%;
border: 1px solid #888888;
font-size: 14px;
height: 30px;
line-height: 1;
font-family: inherit;
padding: 0 5px;
margin-bottom: 20px;
}
.I18NEditDialog > div > textarea {
resize: none;
height: 120px;
padding: 5px 5px;
line-height: 18px;
}
.I18NEditDialog > div > div {
font-size: 0px;
text-align: center;
}
.I18NEditDialog > div > div > button {
display: inline-block;
font-size: 14px;
background: #dddddd;
color: #000000;
border: 0px;
margin-right: 10px;
margin-left: 10px;
padding: 5px 10px;
}
.I18NEditDialog > div > div > button.submit {
background: #00ff00;
}
.I18NMainToolbar:not(.editing) .I18NEditDialog {
display: none;
} | 0.444083 | 0.086285 |
@charset "utf-8";
caption,h1,h2,h3,h4,h5,h6,th {
font-weight: 400
}
.clear,blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
margin: 0;
padding: 0
}
.blank10,.blank15,.blank20,.blank30,.blank35,.blank40,.blank5,.clearfix:after,.listview .news_li:after,.logo a:after,.qrcode-box-wrp {
visibility: hidden
}
.focus .fo1 p.txt,.main_slide .slide_box .body ul li,.user .popup-list .name {
white-space: nowrap;
text-overflow: ellipsis
}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption,th {
text-align: left
}
abbr,body,fieldset,html,iframe,img {
border: 0
}
address,cite,dfn,em,i,var {
font-style: normal
}
[hidefocus],summary {
outline: 0
}
li,ol,ul {
list-style: none
}
h1,h2,h3,h4,h5,h6,small {
font-size: 100%
}
code,kbd,pre,samp {
font-family: inherit
}
q:after,q:before {
content: none
}
textarea {
overflow: auto;
resize: none
}
label,summary {
cursor: default
}
#backtop,.sel_site,a,button {
cursor: pointer
}
a,a:hover,del,ins,s,u {
text-decoration: none
}
body,button,input,keygen,legend,select,textarea {
font: 400 12px/1.5 "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
color: #2B2B2B;
outline: 0
}
.main_slide .yaowen .body ul li.first,.ndcp .items b {
font-weight: 700
}
img {
vertical-align: top
}
a {
color: #333
}
a:hover {
color: #c00;
text-decoration: underline
}
body {
background: #FFF
}
.clear {
clear: both;
height: 0;
line-height: 0;
font-size: 0
}
.clearfix {
zoom: 1
}
.clearfix:after {
clear: both;
height: 0;
overflow: hidden;
display: block;
content: "."
}
.blank5 {
clear: both;
height: 5px
}
.blank10 {
clear: both;
height: 10px
}
.blank15 {
clear: both;
height: 15px
}
.blank20 {
clear: both;
height: 20px
}
.blank25 {
clear: both;
height: 25px;
visibility: hidden
}
.blank30 {
clear: both;
height: 30px
}
.blank35 {
clear: both;
height: 35px
}
.blank40 {
clear: both;
height: 40px
}
.mt_5 {
margin-top: 5px
}
.mt_10 {
margin-top: 10px
}
.mt_20 {
margin-top: 20px
}
.mt_30 {
margin-top: 30px
}
.mt_40 {
margin-top: 40px
}
.mb_10 {
margin-bottom: 10px
}
.mb_20 {
margin-bottom: 20px
}
.mb_25 {
margin-bottom: 25px
}
.mb_30 {
margin-bottom: 30px
}
.ft_12 {
font-size: 12px
}
.fl {
float: left
}
.fr {
float: right
}
.head_nav,.head_nav li,.head_nav_r a,.sel_site {
float: left
}
.hidden,.hide {
display: none
}
.wid1200 {
width: 1200px;
margin: auto
}
.ad_300 {
width: 300px
}
.ad_300 div {
height: auto!important
}
.ad_300 img {
margin-bottom: 25px!important
}
.inner.wrp {
width: 1200px;
height: 100%;
margin: auto
}
.inner1100.wrp {
width: 1100px;
height: 100%;
margin: auto
}
.triangle-down {
width: 9px;
height: 5px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/arrow_up_down.png) no-repeat
}
#J_nav_wrp.fixed .nav {
position: fixed;
top: 0;
box-shadow: 0 1px 6px rgba(0,0,0,.2)
}
#J_nav_wrp.fixed .nav-sub {
position: fixed!important;
top: 70px
}
#J_nav_wrp .nav {
width: 100%;
min-width: 1200px;
height: 66px;
border-top: #01a5c2 4px solid;
box-shadow: 0 0 6px rgba(0,0,0,.2);
background: #fff;
position: relative;
top: 0;
z-index: 99
}
.hover_download,.menu-sub .category {
box-shadow: 0 1px 2px rgba(26,53,71,.1)
}
.nav-sub {
height: 50px;
line-height: 50px;
background: #f2f4f7;
width: 100%;
overflow: hidden;
top: 70px;
z-index: 90;
border-bottom: #ddd 1px solid
}
.nav-sub a {
font-size: 14px;
color: #666;
margin-right: 8px;
display: inline-block;
height: 26px;
line-height: 26px;
padding: 0 12px
}
.nav-sub a.active,.nav-sub a:hover {
background: #01a5c2;
border-radius: 26px;
color: #fff;
text-decoration: none
}
.nav-sub .category {
position: absolute
}
#J_nav_wrp .logo {
float: left;
font-size: 24px;
margin-top: 6px
}
#J_nav_wrp .logo a {
display: block;
width: 140px;
height: 50px;
overflow: hidden;
text-decoration: none;
line-height: 150px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) no-repeat;
background-image: -webkit-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_2x.png) 2x);
background-image: -moz-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_2x.png) 2x);
background-image: -ms-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_2x.png) 2x);
background-image: -o-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_2x.png) 2x)
}
.logo a:before {
content: " ";
display: table
}
.logo a:after {
height: 0;
line-height: 0;
clear: both
}
.sel_site {
width: 80px;
text-indent: 20px;
margin-top: 18px;
margin-left: 36px;
height: 27px;
line-height: 27px;
color: #888;
border: 1px solid #e5e5e5;
border-radius: 14px;
position: relative
}
.sel_site .u_selsite {
position: absolute;
width: 80px;
left: -1px;
top: -1px;
border: 1px solid #e5e5e5;
border-radius: 14px;
z-index: 98;
background: #fff
}
.head_nav {
display: inline;
padding: 0 10px 0 25px;
line-height: 66px;
font-size: 16px;
color: #666
}
.head_nav li a,.head_nav_r a {
display: inline-block;
vertical-align: top
}
.head_nav li {
height: 66px
}
.head_nav li a {
padding: 3px 20px 0;
height: 60px;
line-height: 60px;
color: #666;
position: relative
}
.head_nav li a:hover {
text-decoration: none;
color: #01a5c2;
border-bottom: 3px solid #01a5c2
}
.head_nav li.active {
background: #01a5c2
}
.epaper_link {
padding-left: 30px;
margin-top: 22px;
margin-right: 58px;
font-size: 14px;
color: #666;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon_oe.png) 0 -29px no-repeat
}
.epaper_link:hover {
color: #01a5c2
}
.mobile_version {
width: 20px;
height: 28px;
margin-top: 18px;
margin-right: 40px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon_oe.png) -1px -109px no-repeat
}
.login_area,.search,.user {
width: 28px;
margin-top: 18px
}
.mobile_version:hover {
background-position: -41px -109px
}
.search {
height: 30px;
margin-right: 40px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon_oe.png) -1px -171px no-repeat
}
.search:hover {
background-position: -41px -171px
}
.login_area {
height: 28px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon_oe.png) -1px -227px
}
.login_area:hover {
background-position: -41px -227px
}
.user {
height: 28px;
float: right;
position: relative
}
.user .popup {
display: none;
background: #fff;
padding: 0 10px;
position: absolute;
z-index: 2;
top: 43px;
right: 0;
border: 1px solid #c2c2c2
}
.user .arrow,.user .arrow2 {
position: absolute;
right: 5px;
border-width: 10px
}
.user .popup-list {
width: 115px;
border-bottom: 1px dashed #ddd;
padding: 10px 0;
text-align: left;
overflow: hidden
}
.user .popup-list .name {
overflow: hidden;
color: #216baa
}
.user .popup-list a {
display: block;
padding: 0 10px
}
.user .img {
width: 28px;
height: 28px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px
}
.user .popup-list.last {
border-bottom: none
}
.user .arrow {
top: -10px;
border-bottom: 10px solid #919191
}
.user .arrow2 {
top: -9px;
border-bottom: 10px solid #fff
}
.triangle,.triangle2 {
right: 15px;
position: absolute
}
.triangle {
top: 11px;
z-index: 99
}
.triangle2 {
top: 7px;
border-top: 7px solid #fff
}
#bottom {
background: #f2f2f2;
margin-top: 30px;
padding-bottom: 50px
}
#footer {
width: 1200px;
margin: 0 auto;
text-align: center;
line-height: 23px
}
#footer .img img {
border: 1px solid #ccc;
margin: 0 6px
}
#footer .ft-info-link a,#footer .ft-info-oe a {
margin-right: 25px
}
#footer .copyright {
color: #666;
margin-top: 10px
}
#footer .copyright a {
color: #666
}
#footer .ft-info {
padding-top: 15px;
padding-bottom: 20px
}
#footer .ft-info dt {
margin-bottom: 16px;
font-size: 16px;
overflow: hidden;
color: #999
}
#footer .ft-info dd {
color: #666
}
#footer .ft-info-col {
float: left;
display: inline;
padding: 7px 0;
text-align: left
}
#footer .ft-info-link a,#footer .ft-info-ndp a,#footer .ft-info-oe a {
display: inline-block;
margin-bottom: 6px;
font-size: 13px
}
#footer .ft-info-oe {
width: 312px;
border-right: #ddd 1px solid
}
#footer .ft-info-ndp {
width: 394px;
border-right: #ddd 1px solid;
padding-left: 86px
}
#footer .ft-info-ndp .a1 {
width: 94px
}
#footer .ft-info-ndp .a2 {
width: 104px
}
#footer .ft-info-ndp .a3 {
width: 154px
}
#footer .ft-info-link {
width: 304px;
padding-left: 90px
}
.head_nav li .info-list:hover {
background: #017fae
}
.head_nav li .info {
width: 160px;
padding: 10px 16px;
display: none;
background: #0696bf;
position: absolute;
z-index: 2;
zoom: 1
}
.head_nav li .info-list {
line-height: 30px;
width: 50%;
float: left
}
.head_nav li .info-list a {
display: block;
font-size: 14px;
color: #fff;
text-align: center;
padding: 0
}
.head_nav li.nav-more {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/arrow_up_down.png) 57px 30px no-repeat
}
.head_nav li.nav-more:hover {
background-position: 57px -20px
}
.head_nav li.nav-more a:hover {
border: none
}
.menu-sub {
z-index: 999;
position: relative;
width: 100%
}
.menu-sub .category {
width: 100px;
text-align: center;
padding: 15px 20px;
position: absolute;
left: 638px;
top: 0;
background: #fff;
border: 1px solid rgba(26,53,71,.12);
border-radius: 4px;
zoom: 1
}
.menu-sub .category a {
display: block;
height: 36px;
line-height: 36px;
font-size: 16px;
text-align: center
}
.menu-sub .category a:hover {
background: #f5f5f5;
text-decoration: none;
color: #01a5c2
}
.menu-sub .category::before {
content: "";
position: absolute;
top: -7px;
right: calc(50% - 7px);
right: -moz-calc(50% - 7px);
width: 13px;
height: 7px;
z-index: 4;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/dropdown-menu-arrow.svg)
}
.fixed .menu-sub {
position: fixed!important;
top: 70px
}
.triangle-up {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #919191
}
.triangle-left,.triangle-right {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent
}
.triangle-left {
border-right: 5px solid #919191
}
.triangle-right {
border-left: 5px solid #919191
}
#backtop,#backtop a {
width: 40px;
height: 40px
}
#backtop {
display: none;
position: fixed;
bottom: 100px;
left: 50%;
margin-left: 620px;
z-index: 1000
}
#backtop a {
display: block;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/btn_gotop.png) no-repeat
}
#backtop a:hover {
background-position: 0 -40px
}
.show-footer {
width: 100%;
background: #fafafa;
margin-top: 20px;
border-top: 1px solid #ddd
}
.channel-footer {
padding: 20px 0;
color: #999;
width: 1200px;
margin: auto
}
.hover_download,.hover_download .inner {
padding: 15px 20px;
position: absolute;
zoom: 1;
text-align: center
}
.channel-footer .footer-list {
float: left
}
.channel-footer .line {
float: left;
margin: 0 5px
}
.hover_download {
width: 195px;
height: 115px;
left: 62px;
top: 66px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) center center no-repeat #fff;
background-image: -webkit-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
background-image: -moz-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
background-image: -ms-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
background-image: -o-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
border: 1px solid rgba(26,53,71,.12);
border-radius: 4px
}
.hover_download::before {
content: "";
position: absolute;
top: -7px;
right: calc(50% - 7px);
right: -moz-calc(50% - 7px);
width: 13px;
height: 7px;
z-index: 4;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/dropdown-menu-arrow.svg)
}
.hover_download .inner {
width: 100px;
left: 638px;
top: 0;
background: #fff
}
.suggest {
position: fixed;
right: -5px;
bottom: 160px;
width: 35px;
height: 100px;
background: url(http://oeimg2.cache.oeeee.com/Public_v2/Images/channel/home/yjfk.png) no-repeat
}
.suggest a {
display: block;
width: 100%;
height: 100%;
text-indent: -9999em
}
.home_top_ad {
position: relative
}
.home_top_ad div {
height: auto!important
}
.home_top_ad .close {
display: block;
width: 43px;
height: 43px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/ad_ic_close.png) center center no-repeat;
position: absolute;
right: 10px;
top: 50%;
margin-top: -27px;
background-size: 32px 32px
}
.focus {
margin: 30px 0;
position: relative;
z-index: 2;
width: 840px;
height: 350px
}
.focus .pic {
position: relative;
height: 100%
}
.focus .pic img {
width: 100%;
transition: all .3s ease;
-webkit-transition: all .3s ease
}
.focus .pic:hover img {
transform: scale(1.05);
-o-transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05)
}
.focus .pic p.txt {
color: #fff;
font-size: 22px;
position: absolute;
bottom: 10px;
left: 15px;
z-index: 9;
overflow: hidden
}
.focus .focus_bg {
position: absolute;
bottom: 0;
left: 0;
z-index: 8;
height: 90px;
width: 100%;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/focusbg.png) 0 20px repeat-x
}
.focus .fo1,.focus .fo2 ul li {
position: relative;
z-index: 10;
overflow: hidden
}
.focus .fo1 .focus_bg {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/focusbg2.png) repeat-x;
height: 110px
}
.focus .fo1 {
width: 570px;
height: 350px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}
.focus .fo1 p.txt {
line-height: 30px;
height: 30px;
overflow: hidden;
width: 540px
}
.focus .fo1 img {
width: auto;
height: 350px
}
.fo1 .pic {
width: 570px;
height: 350px;
overflow: hidden
}
.focus .fo2 {
width: 260px;
height: 350px;
overflow: hidden
}
.focus .fo2 ul li {
float: right;
margin-bottom: 10px;
width: 260px;
height: 170px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}
.focus .fo2 p.txt {
font-size: 14px;
line-height: 18px;
width: 230px;
vertical-align: bottom;
bottom: 8px;
display: inline
}
.main_list,.newsbox {
width: 840px
}
.focus .fo2 .pic img {
height: 170px
}
.head_nav li#J_nav_1 a {
text-decoration: none;
color: #01a5c2;
border-bottom: 3px solid #01a5c2
}
.home_channel_nav {
border-top: #f0f0f0 1px solid;
padding: 10px 0
}
.home_channel_nav a {
font-size: 14px;
color: #666;
margin-right: 8px;
display: inline-block;
height: 22px;
line-height: 22px;
padding: 0 12px;
border-radius: 12px;
border: 1px solid #f0f0f0
}
.home_channel_nav a:hover {
border-color: #40C5D9;
color: #40C5D9;
text-decoration: none
}
.home_channel_nav .arrow2 {
position: absolute;
top: -8px;
border-width: 8px;
border-bottom: 8px solid #fff
}
.home_channel_nav .arrow {
position: absolute;
top: -9px;
border-width: 8px;
border-bottom: 8px solid #eee
}
.J_home_channel_news .arrow,.J_home_channel_news .arrow2 {
left: 116px
}
.J_home_channel_idea .arrow,.J_home_channel_idea .arrow2 {
left: 184px
}
.J_home_channel_economy .arrow,.J_home_channel_economy .arrow2 {
left: 253px
}
.newsbox {
border-right: 1px solid #eee;
padding-right: 30px
}
.newsbox .head {
position: relative;
height: 50px;
line-height: 50px
}
.newsbox .head a {
display: inline-block;
margin-right: 32px;
color: #666;
font-size: 18px
}
.newsbox .head a:hover {
color: #c00;
text-decoration: none
}
.newsbox .head a.active {
color: #22a6c1;
font-size: 22px
}
.newsbox .baoliao {
font-size: 16px;
color: #666;
position: absolute;
top: 11px;
right: 0;
z-index: 2;
line-height: normal
}
.newsbox .baoliao a {
position: relative;
font-size: 16px
}
.newsbox .baoliao i {
display: inline-block;
width: 22px;
height: 22px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png) -2px -307px no-repeat;
vertical-align: sub;
margin-right: 12px;
position: absolute;
top: 2px;
left: -30px
}
.newsbox .channel-enter {
color: #666;
position: absolute;
top: 14px;
right: 0;
z-index: 2;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/arrow_more.png) right 7px no-repeat;
padding-right: 12px;
height: 24px;
line-height: 24px
}
.newsbox .channel-enter a {
position: relative;
font-size: 14px!important
}
.listview .news_li {
position: relative;
padding: 30px 0;
width: auto;
border-bottom: 1px solid #f0f0f0;
color: #666;
zoom: 1
}
.listview .news_li:hover {
background-color: #f8f8f8
}
.listview .news_li:after {
clear: both;
height: 0;
overflow: hidden;
display: block;
content: "."
}
.listview .news_li .news_info2 {
font-size: 13px;
color: #999;
line-height: 36px;
height: 36px
}
.listview .news_li .news_time {
padding-left: 20px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/icon_time.png) no-repeat
}
.listview .news_li .author {
cursor: text;
color: #01a5c2;
margin-right: 15px
}
.listview .news_li .author:hover {
text-decoration: none
}
.news_info {
vertical-align: sub;
margin-top: 6px
}
.news_info .itag {
float: left
}
.news_info .itag a,.news_info .itag i {
display: inline-block;
margin-right: 8px;
vertical-align: middle
}
.news_info .itag i {
width: 18px;
height: 17px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/icon_tag.png) no-repeat
}
.news_info .itag a,.news_info .itag a:hover {
color: #01a5c2
}
.listview .news_li .news_tu {
float: left;
margin-right: 26px;
width: 240px;
height: 150px;
position: relative;
overflow: hidden;
text-align: center;
background: #f8f8f8
}
.listview .news_li .news_tu img {
height: 100%;
width: 100%;
transition: all .3s ease;
-webkit-transition: all .3s ease
}
.listview .news_li:hover .news_tu img {
transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1)
}
.listview .news_li h2 {
margin-top: 0;
font-size: 20px;
font-weight: 700;
line-height: 1.4em
}
.listview .news_li h2 a:visited {
color: #999
}
.listview .news_li p {
color: grey;
font-size: 14px;
line-height: 1.6em;
margin: 0 0 10px;
max-height: 45px;
overflow: hidden
}
.txt-main {
overflow: hidden
}
.news_li_other .txt-main h2 {
max-width: 700px
}
.news_li_other .txtbox_no_author .txt-main h2 {
max-width: none
}
.news_li_other .txtbox {
margin-left: 0
}
.listview .news_li_other .news_tu {
display: none
}
.txtbox {
min-height: 150px;
margin-left: 270px
}
.txtbox-inner {
display: inline-block;
width: 100%;
vertical-align: middle
}
.listview .news_li:hover p {
color: #777
}
.news_info {
height: 24px;
overflow: hidden;
line-height: 24px;
font-size: 12px
}
.news_info .channel {
padding: 0 8px;
color: #22a6c1;
border: 1px solid #22a6c1;
border-radius: 22px;
margin-right: 20px;
float: left;
line-height: 20px;
height: 20px
}
.news_info span {
height: 24px;
color: #a0a0a0
}
.news_info span.tag {
padding-left: 24px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png) -33px -1px no-repeat
}
.news_info span.tag a {
margin-right: 8px;
color: #999
}
.loadmore {
text-align: center;
margin: 50px
}
.loadmore a {
font-size: 16px;
color: #666
}
.loadmore i {
display: inline-block;
width: 18px;
height: 18px;
margin-right: 10px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png) -5px -278px no-repeat;
vertical-align: sub
}
.J_scroll_home_channel.fixed {
border-bottom: 1px solid #ddd;
position: fixed;
width: 840px;
z-index: 2;
top: 0;
background: #fff;
box-shadow: 0 1px 0 #f2f2f2
}
.newsbox .head.fixed a.active {
border-bottom: 3px solid #22a6c1;
height: 48px
}
.main_slide {
width: 300px;
padding-top: 25px
}
.main_slide .slide_apps {
margin: 5px 0 30px;
height: 83px
}
.main_slide .slide_apps span {
display: block;
width: 57px;
height: 57px
}
.main_slide .slide_apps p {
text-align: center;
font-size: 12px;
color: #666;
padding-top: 8px
}
.main_slide .slide_apps p:hover {
text-decoration: none;
color: #c00
}
.main_slide .slide_apps .apps {
display: inline-block;
margin-left: 13px;
position: relative
}
.main_slide .slide_apps .wechat,.main_slide .slide_apps .weibo {
display: inline-block;
margin-left: 52px;
position: relative
}
.main_slide .slide_apps .apps span {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png?v2) -36px -67px no-repeat
}
.main_slide .slide_apps .weibo span {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png?v2) -36px -153px no-repeat
}
.main_slide .slide_apps .wechat span {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png?v2) -36px -234px no-repeat
}
.main_slide .slide_apps a:hover,.main_slide .slide_apps a:hover p {
text-decoration: none;
color: #01a5c2
}
.main_slide .slide_apps .apps a:hover span {
background-position: -36px -317px
}
.main_slide .slide_apps .weibo a:hover span {
background-position: -36px -403px
}
.main_slide .slide_apps .wechat a:hover span {
background-position: -36px -484px
}
.qrcode-box-wrp {
width: 130px;
height: 130px;
background: #fff;
margin-top: -140px;
top: -5px;
left: 50%;
margin-left: -65px;
position: absolute;
opacity: 0;
transition: .2s
}
.qrcode-box {
width: 130px;
height: 130px;
border: 1px solid #e5e9ef
}
.main_slide .online,.main_slide .slide_box .head {
border-bottom: #ccc 1px solid;
color: #666;
font-size: 12px
}
.qrcode-box.qrcode-app {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/app_qrcode.png) center center no-repeat
}
.qrcode-box.qrcode-weibo {
background: url() center center no-repeat
}
.qrcode-box.qrcode-weixin {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/qrcode_oeeee.png) center center no-repeat
}
.qrcode-box .qrcode-box-arrow {
width: 130px;
height: 143px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/wx-arrow.png) bottom center no-repeat
}
.wechat:hover .qrcode-box-wrp {
visibility: visible;
opacity: 1
}
.main_slide .online {
padding: 16px 24px;
border-top: #ccc 1px solid
}
.main_slide .slide_box .head {
height: 40px;
line-height: 40px;
position: relative
}
.main_slide .slide_box .head .title {
color: #999;
font-size: 16px;
display: block;
position: absolute;
border-bottom: #01a5c2 2px solid;
bottom: -1px;
-webkit-font-smoothing: antialiased
}
.main_slide .slide_box .head .title span {
color: #01a5c2;
-webkit-font-smoothing: auto
}
.main_slide .slide_box .head .more {
position: absolute;
right: 0;
text-align: right;
display: block;
padding-right: 10px;
color: #999;
font-size: 13px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/arrow_more.png) right 14px no-repeat
}
.main_slide .slide_box .head_r li {
line-height: 40px;
display: inline-block;
text-align: center;
color: #666;
padding: 0 12px;
cursor: pointer
}
.main_slide .slide_box .head_r li.active {
border-right: #ccc 1px solid;
border-left: #ccc 1px solid;
border-top: #ccc 1px solid;
height: 40px;
background: #fff
}
.main_slide .slide_box .body {
padding: 12px 0 25px
}
.main_slide .slide_box .body ul li {
width: 100%;
overflow: hidden;
font-size: 13px;
color: #444;
padding: 4px 0;
border-bottom: #f0f0f4 1px solid
}
.rank .body ul li {
height: 30px;
line-height: 30px;
padding: 4px 0;
position: relative;
overflow: hidden;
font-size: 13px
}
.rank .body ul li i {
color: #999;
font-size: 20px;
vertical-align: sub;
width: 32px;
text-align: center;
display: inline-block;
font-family: Swisz,Georgia,Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑";
font-style: italic;
position: absolute;
top: 2px;
left: 0;
height: 30px;
line-height: 30px
}
.rank .body ul li a {
margin-left: 38px;
overflow: hidden
}
.rank .body ul li.c {
font-size: 16px;
white-space: inherit;
position: relative;
height: auto
}
.rank .body ul li.c a {
margin-left: 0
}
.rank .body ul li.c div {
margin-left: 38px
}
.rank .body ul li.c p {
line-height: 24px
}
.rank .body ul li.c .summary {
font-size: 13px;
color: #999;
line-height: 20px;
max-height: 60px;
display: block;
overflow: hidden
}
.rank .body ul li.c .summary p {
line-height: 20px
}
.rank .body ul li.c i {
background: #01a5c2;
color: #fff;
float: left;
width: 20px;
margin-left: 5px;
position: absolute;
height: 26px;
line-height: 26px;
top: 7px;
left: 0
}
.rank .body li a {
color: #555
}
.rank .body li a:hover {
color: #c00
}
.main_slide .ads .body li {
background: url(http://oeimg2.cache.oeeee.com/Public_v2/Images/channel/home/icon_dot.png) 0 15px no-repeat;
height: 24px;
line-height: 24px;
overflow: hidden;
padding-left: 10px!important;
border-bottom: none 0!important
}
.main_slide .tuwen li {
float: left;
height: 60px;
margin-bottom: 12px;
margin-right: 60px;
width: 300px;
list-style: none;
white-space: normal!important
}
.main_slide .tuwen li a.img,.main_slide .tuwen li img {
float: left;
width: 90px;
border: 0;
vertical-align: bottom
}
.main_slide .tuwen li a.img {
height: 60px;
overflow: hidden;
background: url(http://oeimg2.cache.oeeee.com/Public_v2/Images/channel/default_img.png?v=0.1) no-repeat
}
.main_slide .tuwen li .txt {
display: block;
float: right;
font-size: 14px;
line-height: 27px;
width: 200px;
height: 60px;
overflow: hidden;
font-family: "宋体";
color: #666
}
.main_slide .tags a,.tag a {
line-height: 26px;
color: #666
}
.main_slide .tags a {
height: 26px;
border: 1px solid #d9d9d9;
border-radius: 26px;
margin-right: 10px;
padding: 0 10px
}
#js-epside-wrap {
position: absolute;
top: 110px;
right: 50%;
margin-right: -500px;
width: 300px;
height: 300px;
background: #00f
}
.J_scroll_slide.fixed {
width: 300px;
position: fixed;
top: 95px
}
.J_scroll_slide_4home.fixed {
width: 300px;
position: fixed;
top: 4px
}
.tag {
width: 310px
}
.tag a {
height: 26px;
border: 1px solid #d9d9d9;
text-align: center;
padding: 0 8px;
margin: 0 8px 8px 0;
display: inline-block;
white-space: nowrap;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 13px
}
.tag a:hover {
background: #01a5c2;
color: #fff;
border: 1px solid #01a5c2;
text-decoration: none
}
.main_slide .slide_box .ndcp {
padding: 20px 0 25px
}
.ndcp .items {
overflow: hidden;
margin-bottom: 16px
}
.ndcp .items a.a {
display: block;
width: 70px;
height: 70px;
float: left
}
.ndcp .items a.a img {
width: 69px;
height: 69px;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
border: 1px solid #f0f0f0
}
.ndcp .items b {
display: block;
height: 22px;
line-height: 22px;
font-size: 14px;
color: #333;
overflow: hidden
}
.ndcp .items span {
display: block;
height: 40px;
font-size: 12px;
color: #666;
overflow: hidden;
margin-top: 2px
}
.ndcp .items span a {
line-height: 20px;
height: auto!important;
color: #666
}
.ndcp .items span a:hover {
color: #c00
}
.paperbox {
text-align: center;
margin-bottom: 35px
}
.main_slide .yaowen .body ul li {
font-size: 14px;
line-height: 32px;
height: 32px;
overflow: hidden;
border: none;
background: url(http://oeimg2.cache.oeeee.com/Public_v2/Images/channel/home/icon_dot.png) 0 15px no-repeat;
padding: 0 0 0 10px
}
.main_slide .yaowen .body ul li a {
color: #555
}
.main_slide .yaowen .body ul li a:hover {
color: #c00
}
.epaper {
margin-bottom: 25px
}
.epaper .body img {
width: 190px
}
.main_slide .epaper .body {
border: 1px solid #eee;
border-top: none;
text-align: center;
padding: 15px 0
}
.txtbox {
min-height: 0;
}
.ads .body ul a {
display: block;
line-height: 32px;
font-size: 14px;
}
/*新年飘红css*/
.newyear {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/piaohong.jpg) center 0 no-repeat;
}
.newyear .main {
background: #fff;
padding-top: 1px;
}
.newyear .focus {
margin-top: 0
}
.newyear .main_slide {
padding-top: 0;
padding-right: 10px;
} | css/oeeee.com.css | @charset "utf-8";
caption,h1,h2,h3,h4,h5,h6,th {
font-weight: 400
}
.clear,blockquote,body,button,caption,dd,div,dl,dt,fieldset,figure,form,h1,h2,h3,h4,h5,h6,hr,html,input,legend,li,menu,ol,p,pre,table,td,textarea,th,ul {
margin: 0;
padding: 0
}
.blank10,.blank15,.blank20,.blank30,.blank35,.blank40,.blank5,.clearfix:after,.listview .news_li:after,.logo a:after,.qrcode-box-wrp {
visibility: hidden
}
.focus .fo1 p.txt,.main_slide .slide_box .body ul li,.user .popup-list .name {
white-space: nowrap;
text-overflow: ellipsis
}
address,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
display: block
}
table {
border-collapse: collapse;
border-spacing: 0
}
caption,th {
text-align: left
}
abbr,body,fieldset,html,iframe,img {
border: 0
}
address,cite,dfn,em,i,var {
font-style: normal
}
[hidefocus],summary {
outline: 0
}
li,ol,ul {
list-style: none
}
h1,h2,h3,h4,h5,h6,small {
font-size: 100%
}
code,kbd,pre,samp {
font-family: inherit
}
q:after,q:before {
content: none
}
textarea {
overflow: auto;
resize: none
}
label,summary {
cursor: default
}
#backtop,.sel_site,a,button {
cursor: pointer
}
a,a:hover,del,ins,s,u {
text-decoration: none
}
body,button,input,keygen,legend,select,textarea {
font: 400 12px/1.5 "Open Sans",Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",STHeiti,"WenQuanYi Micro Hei",SimSun,sans-serif;
color: #2B2B2B;
outline: 0
}
.main_slide .yaowen .body ul li.first,.ndcp .items b {
font-weight: 700
}
img {
vertical-align: top
}
a {
color: #333
}
a:hover {
color: #c00;
text-decoration: underline
}
body {
background: #FFF
}
.clear {
clear: both;
height: 0;
line-height: 0;
font-size: 0
}
.clearfix {
zoom: 1
}
.clearfix:after {
clear: both;
height: 0;
overflow: hidden;
display: block;
content: "."
}
.blank5 {
clear: both;
height: 5px
}
.blank10 {
clear: both;
height: 10px
}
.blank15 {
clear: both;
height: 15px
}
.blank20 {
clear: both;
height: 20px
}
.blank25 {
clear: both;
height: 25px;
visibility: hidden
}
.blank30 {
clear: both;
height: 30px
}
.blank35 {
clear: both;
height: 35px
}
.blank40 {
clear: both;
height: 40px
}
.mt_5 {
margin-top: 5px
}
.mt_10 {
margin-top: 10px
}
.mt_20 {
margin-top: 20px
}
.mt_30 {
margin-top: 30px
}
.mt_40 {
margin-top: 40px
}
.mb_10 {
margin-bottom: 10px
}
.mb_20 {
margin-bottom: 20px
}
.mb_25 {
margin-bottom: 25px
}
.mb_30 {
margin-bottom: 30px
}
.ft_12 {
font-size: 12px
}
.fl {
float: left
}
.fr {
float: right
}
.head_nav,.head_nav li,.head_nav_r a,.sel_site {
float: left
}
.hidden,.hide {
display: none
}
.wid1200 {
width: 1200px;
margin: auto
}
.ad_300 {
width: 300px
}
.ad_300 div {
height: auto!important
}
.ad_300 img {
margin-bottom: 25px!important
}
.inner.wrp {
width: 1200px;
height: 100%;
margin: auto
}
.inner1100.wrp {
width: 1100px;
height: 100%;
margin: auto
}
.triangle-down {
width: 9px;
height: 5px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/arrow_up_down.png) no-repeat
}
#J_nav_wrp.fixed .nav {
position: fixed;
top: 0;
box-shadow: 0 1px 6px rgba(0,0,0,.2)
}
#J_nav_wrp.fixed .nav-sub {
position: fixed!important;
top: 70px
}
#J_nav_wrp .nav {
width: 100%;
min-width: 1200px;
height: 66px;
border-top: #01a5c2 4px solid;
box-shadow: 0 0 6px rgba(0,0,0,.2);
background: #fff;
position: relative;
top: 0;
z-index: 99
}
.hover_download,.menu-sub .category {
box-shadow: 0 1px 2px rgba(26,53,71,.1)
}
.nav-sub {
height: 50px;
line-height: 50px;
background: #f2f4f7;
width: 100%;
overflow: hidden;
top: 70px;
z-index: 90;
border-bottom: #ddd 1px solid
}
.nav-sub a {
font-size: 14px;
color: #666;
margin-right: 8px;
display: inline-block;
height: 26px;
line-height: 26px;
padding: 0 12px
}
.nav-sub a.active,.nav-sub a:hover {
background: #01a5c2;
border-radius: 26px;
color: #fff;
text-decoration: none
}
.nav-sub .category {
position: absolute
}
#J_nav_wrp .logo {
float: left;
font-size: 24px;
margin-top: 6px
}
#J_nav_wrp .logo a {
display: block;
width: 140px;
height: 50px;
overflow: hidden;
text-decoration: none;
line-height: 150px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) no-repeat;
background-image: -webkit-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_2x.png) 2x);
background-image: -moz-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_2x.png) 2x);
background-image: -ms-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_2x.png) 2x);
background-image: -o-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_1x.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/logo_2x.png) 2x)
}
.logo a:before {
content: " ";
display: table
}
.logo a:after {
height: 0;
line-height: 0;
clear: both
}
.sel_site {
width: 80px;
text-indent: 20px;
margin-top: 18px;
margin-left: 36px;
height: 27px;
line-height: 27px;
color: #888;
border: 1px solid #e5e5e5;
border-radius: 14px;
position: relative
}
.sel_site .u_selsite {
position: absolute;
width: 80px;
left: -1px;
top: -1px;
border: 1px solid #e5e5e5;
border-radius: 14px;
z-index: 98;
background: #fff
}
.head_nav {
display: inline;
padding: 0 10px 0 25px;
line-height: 66px;
font-size: 16px;
color: #666
}
.head_nav li a,.head_nav_r a {
display: inline-block;
vertical-align: top
}
.head_nav li {
height: 66px
}
.head_nav li a {
padding: 3px 20px 0;
height: 60px;
line-height: 60px;
color: #666;
position: relative
}
.head_nav li a:hover {
text-decoration: none;
color: #01a5c2;
border-bottom: 3px solid #01a5c2
}
.head_nav li.active {
background: #01a5c2
}
.epaper_link {
padding-left: 30px;
margin-top: 22px;
margin-right: 58px;
font-size: 14px;
color: #666;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon_oe.png) 0 -29px no-repeat
}
.epaper_link:hover {
color: #01a5c2
}
.mobile_version {
width: 20px;
height: 28px;
margin-top: 18px;
margin-right: 40px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon_oe.png) -1px -109px no-repeat
}
.login_area,.search,.user {
width: 28px;
margin-top: 18px
}
.mobile_version:hover {
background-position: -41px -109px
}
.search {
height: 30px;
margin-right: 40px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon_oe.png) -1px -171px no-repeat
}
.search:hover {
background-position: -41px -171px
}
.login_area {
height: 28px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon_oe.png) -1px -227px
}
.login_area:hover {
background-position: -41px -227px
}
.user {
height: 28px;
float: right;
position: relative
}
.user .popup {
display: none;
background: #fff;
padding: 0 10px;
position: absolute;
z-index: 2;
top: 43px;
right: 0;
border: 1px solid #c2c2c2
}
.user .arrow,.user .arrow2 {
position: absolute;
right: 5px;
border-width: 10px
}
.user .popup-list {
width: 115px;
border-bottom: 1px dashed #ddd;
padding: 10px 0;
text-align: left;
overflow: hidden
}
.user .popup-list .name {
overflow: hidden;
color: #216baa
}
.user .popup-list a {
display: block;
padding: 0 10px
}
.user .img {
width: 28px;
height: 28px;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px
}
.user .popup-list.last {
border-bottom: none
}
.user .arrow {
top: -10px;
border-bottom: 10px solid #919191
}
.user .arrow2 {
top: -9px;
border-bottom: 10px solid #fff
}
.triangle,.triangle2 {
right: 15px;
position: absolute
}
.triangle {
top: 11px;
z-index: 99
}
.triangle2 {
top: 7px;
border-top: 7px solid #fff
}
#bottom {
background: #f2f2f2;
margin-top: 30px;
padding-bottom: 50px
}
#footer {
width: 1200px;
margin: 0 auto;
text-align: center;
line-height: 23px
}
#footer .img img {
border: 1px solid #ccc;
margin: 0 6px
}
#footer .ft-info-link a,#footer .ft-info-oe a {
margin-right: 25px
}
#footer .copyright {
color: #666;
margin-top: 10px
}
#footer .copyright a {
color: #666
}
#footer .ft-info {
padding-top: 15px;
padding-bottom: 20px
}
#footer .ft-info dt {
margin-bottom: 16px;
font-size: 16px;
overflow: hidden;
color: #999
}
#footer .ft-info dd {
color: #666
}
#footer .ft-info-col {
float: left;
display: inline;
padding: 7px 0;
text-align: left
}
#footer .ft-info-link a,#footer .ft-info-ndp a,#footer .ft-info-oe a {
display: inline-block;
margin-bottom: 6px;
font-size: 13px
}
#footer .ft-info-oe {
width: 312px;
border-right: #ddd 1px solid
}
#footer .ft-info-ndp {
width: 394px;
border-right: #ddd 1px solid;
padding-left: 86px
}
#footer .ft-info-ndp .a1 {
width: 94px
}
#footer .ft-info-ndp .a2 {
width: 104px
}
#footer .ft-info-ndp .a3 {
width: 154px
}
#footer .ft-info-link {
width: 304px;
padding-left: 90px
}
.head_nav li .info-list:hover {
background: #017fae
}
.head_nav li .info {
width: 160px;
padding: 10px 16px;
display: none;
background: #0696bf;
position: absolute;
z-index: 2;
zoom: 1
}
.head_nav li .info-list {
line-height: 30px;
width: 50%;
float: left
}
.head_nav li .info-list a {
display: block;
font-size: 14px;
color: #fff;
text-align: center;
padding: 0
}
.head_nav li.nav-more {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/arrow_up_down.png) 57px 30px no-repeat
}
.head_nav li.nav-more:hover {
background-position: 57px -20px
}
.head_nav li.nav-more a:hover {
border: none
}
.menu-sub {
z-index: 999;
position: relative;
width: 100%
}
.menu-sub .category {
width: 100px;
text-align: center;
padding: 15px 20px;
position: absolute;
left: 638px;
top: 0;
background: #fff;
border: 1px solid rgba(26,53,71,.12);
border-radius: 4px;
zoom: 1
}
.menu-sub .category a {
display: block;
height: 36px;
line-height: 36px;
font-size: 16px;
text-align: center
}
.menu-sub .category a:hover {
background: #f5f5f5;
text-decoration: none;
color: #01a5c2
}
.menu-sub .category::before {
content: "";
position: absolute;
top: -7px;
right: calc(50% - 7px);
right: -moz-calc(50% - 7px);
width: 13px;
height: 7px;
z-index: 4;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/dropdown-menu-arrow.svg)
}
.fixed .menu-sub {
position: fixed!important;
top: 70px
}
.triangle-up {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 5px solid #919191
}
.triangle-left,.triangle-right {
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent
}
.triangle-left {
border-right: 5px solid #919191
}
.triangle-right {
border-left: 5px solid #919191
}
#backtop,#backtop a {
width: 40px;
height: 40px
}
#backtop {
display: none;
position: fixed;
bottom: 100px;
left: 50%;
margin-left: 620px;
z-index: 1000
}
#backtop a {
display: block;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/btn_gotop.png) no-repeat
}
#backtop a:hover {
background-position: 0 -40px
}
.show-footer {
width: 100%;
background: #fafafa;
margin-top: 20px;
border-top: 1px solid #ddd
}
.channel-footer {
padding: 20px 0;
color: #999;
width: 1200px;
margin: auto
}
.hover_download,.hover_download .inner {
padding: 15px 20px;
position: absolute;
zoom: 1;
text-align: center
}
.channel-footer .footer-list {
float: left
}
.channel-footer .line {
float: left;
margin: 0 5px
}
.hover_download {
width: 195px;
height: 115px;
left: 62px;
top: 66px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) center center no-repeat #fff;
background-image: -webkit-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
background-image: -moz-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
background-image: -ms-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
background-image: -o-image-set(url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm.png) 1x,url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/oe_ewm_2x.png) 2x);
border: 1px solid rgba(26,53,71,.12);
border-radius: 4px
}
.hover_download::before {
content: "";
position: absolute;
top: -7px;
right: calc(50% - 7px);
right: -moz-calc(50% - 7px);
width: 13px;
height: 7px;
z-index: 4;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/dropdown-menu-arrow.svg)
}
.hover_download .inner {
width: 100px;
left: 638px;
top: 0;
background: #fff
}
.suggest {
position: fixed;
right: -5px;
bottom: 160px;
width: 35px;
height: 100px;
background: url(http://oeimg2.cache.oeeee.com/Public_v2/Images/channel/home/yjfk.png) no-repeat
}
.suggest a {
display: block;
width: 100%;
height: 100%;
text-indent: -9999em
}
.home_top_ad {
position: relative
}
.home_top_ad div {
height: auto!important
}
.home_top_ad .close {
display: block;
width: 43px;
height: 43px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/ad_ic_close.png) center center no-repeat;
position: absolute;
right: 10px;
top: 50%;
margin-top: -27px;
background-size: 32px 32px
}
.focus {
margin: 30px 0;
position: relative;
z-index: 2;
width: 840px;
height: 350px
}
.focus .pic {
position: relative;
height: 100%
}
.focus .pic img {
width: 100%;
transition: all .3s ease;
-webkit-transition: all .3s ease
}
.focus .pic:hover img {
transform: scale(1.05);
-o-transform: scale(1.05);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05)
}
.focus .pic p.txt {
color: #fff;
font-size: 22px;
position: absolute;
bottom: 10px;
left: 15px;
z-index: 9;
overflow: hidden
}
.focus .focus_bg {
position: absolute;
bottom: 0;
left: 0;
z-index: 8;
height: 90px;
width: 100%;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/focusbg.png) 0 20px repeat-x
}
.focus .fo1,.focus .fo2 ul li {
position: relative;
z-index: 10;
overflow: hidden
}
.focus .fo1 .focus_bg {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/focusbg2.png) repeat-x;
height: 110px
}
.focus .fo1 {
width: 570px;
height: 350px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}
.focus .fo1 p.txt {
line-height: 30px;
height: 30px;
overflow: hidden;
width: 540px
}
.focus .fo1 img {
width: auto;
height: 350px
}
.fo1 .pic {
width: 570px;
height: 350px;
overflow: hidden
}
.focus .fo2 {
width: 260px;
height: 350px;
overflow: hidden
}
.focus .fo2 ul li {
float: right;
margin-bottom: 10px;
width: 260px;
height: 170px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px
}
.focus .fo2 p.txt {
font-size: 14px;
line-height: 18px;
width: 230px;
vertical-align: bottom;
bottom: 8px;
display: inline
}
.main_list,.newsbox {
width: 840px
}
.focus .fo2 .pic img {
height: 170px
}
.head_nav li#J_nav_1 a {
text-decoration: none;
color: #01a5c2;
border-bottom: 3px solid #01a5c2
}
.home_channel_nav {
border-top: #f0f0f0 1px solid;
padding: 10px 0
}
.home_channel_nav a {
font-size: 14px;
color: #666;
margin-right: 8px;
display: inline-block;
height: 22px;
line-height: 22px;
padding: 0 12px;
border-radius: 12px;
border: 1px solid #f0f0f0
}
.home_channel_nav a:hover {
border-color: #40C5D9;
color: #40C5D9;
text-decoration: none
}
.home_channel_nav .arrow2 {
position: absolute;
top: -8px;
border-width: 8px;
border-bottom: 8px solid #fff
}
.home_channel_nav .arrow {
position: absolute;
top: -9px;
border-width: 8px;
border-bottom: 8px solid #eee
}
.J_home_channel_news .arrow,.J_home_channel_news .arrow2 {
left: 116px
}
.J_home_channel_idea .arrow,.J_home_channel_idea .arrow2 {
left: 184px
}
.J_home_channel_economy .arrow,.J_home_channel_economy .arrow2 {
left: 253px
}
.newsbox {
border-right: 1px solid #eee;
padding-right: 30px
}
.newsbox .head {
position: relative;
height: 50px;
line-height: 50px
}
.newsbox .head a {
display: inline-block;
margin-right: 32px;
color: #666;
font-size: 18px
}
.newsbox .head a:hover {
color: #c00;
text-decoration: none
}
.newsbox .head a.active {
color: #22a6c1;
font-size: 22px
}
.newsbox .baoliao {
font-size: 16px;
color: #666;
position: absolute;
top: 11px;
right: 0;
z-index: 2;
line-height: normal
}
.newsbox .baoliao a {
position: relative;
font-size: 16px
}
.newsbox .baoliao i {
display: inline-block;
width: 22px;
height: 22px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png) -2px -307px no-repeat;
vertical-align: sub;
margin-right: 12px;
position: absolute;
top: 2px;
left: -30px
}
.newsbox .channel-enter {
color: #666;
position: absolute;
top: 14px;
right: 0;
z-index: 2;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/arrow_more.png) right 7px no-repeat;
padding-right: 12px;
height: 24px;
line-height: 24px
}
.newsbox .channel-enter a {
position: relative;
font-size: 14px!important
}
.listview .news_li {
position: relative;
padding: 30px 0;
width: auto;
border-bottom: 1px solid #f0f0f0;
color: #666;
zoom: 1
}
.listview .news_li:hover {
background-color: #f8f8f8
}
.listview .news_li:after {
clear: both;
height: 0;
overflow: hidden;
display: block;
content: "."
}
.listview .news_li .news_info2 {
font-size: 13px;
color: #999;
line-height: 36px;
height: 36px
}
.listview .news_li .news_time {
padding-left: 20px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/icon_time.png) no-repeat
}
.listview .news_li .author {
cursor: text;
color: #01a5c2;
margin-right: 15px
}
.listview .news_li .author:hover {
text-decoration: none
}
.news_info {
vertical-align: sub;
margin-top: 6px
}
.news_info .itag {
float: left
}
.news_info .itag a,.news_info .itag i {
display: inline-block;
margin-right: 8px;
vertical-align: middle
}
.news_info .itag i {
width: 18px;
height: 17px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/icon_tag.png) no-repeat
}
.news_info .itag a,.news_info .itag a:hover {
color: #01a5c2
}
.listview .news_li .news_tu {
float: left;
margin-right: 26px;
width: 240px;
height: 150px;
position: relative;
overflow: hidden;
text-align: center;
background: #f8f8f8
}
.listview .news_li .news_tu img {
height: 100%;
width: 100%;
transition: all .3s ease;
-webkit-transition: all .3s ease
}
.listview .news_li:hover .news_tu img {
transform: scale(1.1);
-o-transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1)
}
.listview .news_li h2 {
margin-top: 0;
font-size: 20px;
font-weight: 700;
line-height: 1.4em
}
.listview .news_li h2 a:visited {
color: #999
}
.listview .news_li p {
color: grey;
font-size: 14px;
line-height: 1.6em;
margin: 0 0 10px;
max-height: 45px;
overflow: hidden
}
.txt-main {
overflow: hidden
}
.news_li_other .txt-main h2 {
max-width: 700px
}
.news_li_other .txtbox_no_author .txt-main h2 {
max-width: none
}
.news_li_other .txtbox {
margin-left: 0
}
.listview .news_li_other .news_tu {
display: none
}
.txtbox {
min-height: 150px;
margin-left: 270px
}
.txtbox-inner {
display: inline-block;
width: 100%;
vertical-align: middle
}
.listview .news_li:hover p {
color: #777
}
.news_info {
height: 24px;
overflow: hidden;
line-height: 24px;
font-size: 12px
}
.news_info .channel {
padding: 0 8px;
color: #22a6c1;
border: 1px solid #22a6c1;
border-radius: 22px;
margin-right: 20px;
float: left;
line-height: 20px;
height: 20px
}
.news_info span {
height: 24px;
color: #a0a0a0
}
.news_info span.tag {
padding-left: 24px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png) -33px -1px no-repeat
}
.news_info span.tag a {
margin-right: 8px;
color: #999
}
.loadmore {
text-align: center;
margin: 50px
}
.loadmore a {
font-size: 16px;
color: #666
}
.loadmore i {
display: inline-block;
width: 18px;
height: 18px;
margin-right: 10px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png) -5px -278px no-repeat;
vertical-align: sub
}
.J_scroll_home_channel.fixed {
border-bottom: 1px solid #ddd;
position: fixed;
width: 840px;
z-index: 2;
top: 0;
background: #fff;
box-shadow: 0 1px 0 #f2f2f2
}
.newsbox .head.fixed a.active {
border-bottom: 3px solid #22a6c1;
height: 48px
}
.main_slide {
width: 300px;
padding-top: 25px
}
.main_slide .slide_apps {
margin: 5px 0 30px;
height: 83px
}
.main_slide .slide_apps span {
display: block;
width: 57px;
height: 57px
}
.main_slide .slide_apps p {
text-align: center;
font-size: 12px;
color: #666;
padding-top: 8px
}
.main_slide .slide_apps p:hover {
text-decoration: none;
color: #c00
}
.main_slide .slide_apps .apps {
display: inline-block;
margin-left: 13px;
position: relative
}
.main_slide .slide_apps .wechat,.main_slide .slide_apps .weibo {
display: inline-block;
margin-left: 52px;
position: relative
}
.main_slide .slide_apps .apps span {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png?v2) -36px -67px no-repeat
}
.main_slide .slide_apps .weibo span {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png?v2) -36px -153px no-repeat
}
.main_slide .slide_apps .wechat span {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/icon1.png?v2) -36px -234px no-repeat
}
.main_slide .slide_apps a:hover,.main_slide .slide_apps a:hover p {
text-decoration: none;
color: #01a5c2
}
.main_slide .slide_apps .apps a:hover span {
background-position: -36px -317px
}
.main_slide .slide_apps .weibo a:hover span {
background-position: -36px -403px
}
.main_slide .slide_apps .wechat a:hover span {
background-position: -36px -484px
}
.qrcode-box-wrp {
width: 130px;
height: 130px;
background: #fff;
margin-top: -140px;
top: -5px;
left: 50%;
margin-left: -65px;
position: absolute;
opacity: 0;
transition: .2s
}
.qrcode-box {
width: 130px;
height: 130px;
border: 1px solid #e5e9ef
}
.main_slide .online,.main_slide .slide_box .head {
border-bottom: #ccc 1px solid;
color: #666;
font-size: 12px
}
.qrcode-box.qrcode-app {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/app_qrcode.png) center center no-repeat
}
.qrcode-box.qrcode-weibo {
background: url() center center no-repeat
}
.qrcode-box.qrcode-weixin {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/qrcode_oeeee.png) center center no-repeat
}
.qrcode-box .qrcode-box-arrow {
width: 130px;
height: 143px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/wx-arrow.png) bottom center no-repeat
}
.wechat:hover .qrcode-box-wrp {
visibility: visible;
opacity: 1
}
.main_slide .online {
padding: 16px 24px;
border-top: #ccc 1px solid
}
.main_slide .slide_box .head {
height: 40px;
line-height: 40px;
position: relative
}
.main_slide .slide_box .head .title {
color: #999;
font-size: 16px;
display: block;
position: absolute;
border-bottom: #01a5c2 2px solid;
bottom: -1px;
-webkit-font-smoothing: antialiased
}
.main_slide .slide_box .head .title span {
color: #01a5c2;
-webkit-font-smoothing: auto
}
.main_slide .slide_box .head .more {
position: absolute;
right: 0;
text-align: right;
display: block;
padding-right: 10px;
color: #999;
font-size: 13px;
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/common/arrow_more.png) right 14px no-repeat
}
.main_slide .slide_box .head_r li {
line-height: 40px;
display: inline-block;
text-align: center;
color: #666;
padding: 0 12px;
cursor: pointer
}
.main_slide .slide_box .head_r li.active {
border-right: #ccc 1px solid;
border-left: #ccc 1px solid;
border-top: #ccc 1px solid;
height: 40px;
background: #fff
}
.main_slide .slide_box .body {
padding: 12px 0 25px
}
.main_slide .slide_box .body ul li {
width: 100%;
overflow: hidden;
font-size: 13px;
color: #444;
padding: 4px 0;
border-bottom: #f0f0f4 1px solid
}
.rank .body ul li {
height: 30px;
line-height: 30px;
padding: 4px 0;
position: relative;
overflow: hidden;
font-size: 13px
}
.rank .body ul li i {
color: #999;
font-size: 20px;
vertical-align: sub;
width: 32px;
text-align: center;
display: inline-block;
font-family: Swisz,Georgia,Arial,"Hiragino Sans GB","Microsoft YaHei","微软雅黑";
font-style: italic;
position: absolute;
top: 2px;
left: 0;
height: 30px;
line-height: 30px
}
.rank .body ul li a {
margin-left: 38px;
overflow: hidden
}
.rank .body ul li.c {
font-size: 16px;
white-space: inherit;
position: relative;
height: auto
}
.rank .body ul li.c a {
margin-left: 0
}
.rank .body ul li.c div {
margin-left: 38px
}
.rank .body ul li.c p {
line-height: 24px
}
.rank .body ul li.c .summary {
font-size: 13px;
color: #999;
line-height: 20px;
max-height: 60px;
display: block;
overflow: hidden
}
.rank .body ul li.c .summary p {
line-height: 20px
}
.rank .body ul li.c i {
background: #01a5c2;
color: #fff;
float: left;
width: 20px;
margin-left: 5px;
position: absolute;
height: 26px;
line-height: 26px;
top: 7px;
left: 0
}
.rank .body li a {
color: #555
}
.rank .body li a:hover {
color: #c00
}
.main_slide .ads .body li {
background: url(http://oeimg2.cache.oeeee.com/Public_v2/Images/channel/home/icon_dot.png) 0 15px no-repeat;
height: 24px;
line-height: 24px;
overflow: hidden;
padding-left: 10px!important;
border-bottom: none 0!important
}
.main_slide .tuwen li {
float: left;
height: 60px;
margin-bottom: 12px;
margin-right: 60px;
width: 300px;
list-style: none;
white-space: normal!important
}
.main_slide .tuwen li a.img,.main_slide .tuwen li img {
float: left;
width: 90px;
border: 0;
vertical-align: bottom
}
.main_slide .tuwen li a.img {
height: 60px;
overflow: hidden;
background: url(http://oeimg2.cache.oeeee.com/Public_v2/Images/channel/default_img.png?v=0.1) no-repeat
}
.main_slide .tuwen li .txt {
display: block;
float: right;
font-size: 14px;
line-height: 27px;
width: 200px;
height: 60px;
overflow: hidden;
font-family: "宋体";
color: #666
}
.main_slide .tags a,.tag a {
line-height: 26px;
color: #666
}
.main_slide .tags a {
height: 26px;
border: 1px solid #d9d9d9;
border-radius: 26px;
margin-right: 10px;
padding: 0 10px
}
#js-epside-wrap {
position: absolute;
top: 110px;
right: 50%;
margin-right: -500px;
width: 300px;
height: 300px;
background: #00f
}
.J_scroll_slide.fixed {
width: 300px;
position: fixed;
top: 95px
}
.J_scroll_slide_4home.fixed {
width: 300px;
position: fixed;
top: 4px
}
.tag {
width: 310px
}
.tag a {
height: 26px;
border: 1px solid #d9d9d9;
text-align: center;
padding: 0 8px;
margin: 0 8px 8px 0;
display: inline-block;
white-space: nowrap;
-moz-border-radius: 14px;
-webkit-border-radius: 14px;
border-radius: 13px
}
.tag a:hover {
background: #01a5c2;
color: #fff;
border: 1px solid #01a5c2;
text-decoration: none
}
.main_slide .slide_box .ndcp {
padding: 20px 0 25px
}
.ndcp .items {
overflow: hidden;
margin-bottom: 16px
}
.ndcp .items a.a {
display: block;
width: 70px;
height: 70px;
float: left
}
.ndcp .items a.a img {
width: 69px;
height: 69px;
-moz-border-radius: 35px;
-webkit-border-radius: 35px;
border-radius: 35px;
border: 1px solid #f0f0f0
}
.ndcp .items b {
display: block;
height: 22px;
line-height: 22px;
font-size: 14px;
color: #333;
overflow: hidden
}
.ndcp .items span {
display: block;
height: 40px;
font-size: 12px;
color: #666;
overflow: hidden;
margin-top: 2px
}
.ndcp .items span a {
line-height: 20px;
height: auto!important;
color: #666
}
.ndcp .items span a:hover {
color: #c00
}
.paperbox {
text-align: center;
margin-bottom: 35px
}
.main_slide .yaowen .body ul li {
font-size: 14px;
line-height: 32px;
height: 32px;
overflow: hidden;
border: none;
background: url(http://oeimg2.cache.oeeee.com/Public_v2/Images/channel/home/icon_dot.png) 0 15px no-repeat;
padding: 0 0 0 10px
}
.main_slide .yaowen .body ul li a {
color: #555
}
.main_slide .yaowen .body ul li a:hover {
color: #c00
}
.epaper {
margin-bottom: 25px
}
.epaper .body img {
width: 190px
}
.main_slide .epaper .body {
border: 1px solid #eee;
border-top: none;
text-align: center;
padding: 15px 0
}
.txtbox {
min-height: 0;
}
.ads .body ul a {
display: block;
line-height: 32px;
font-size: 14px;
}
/*新年飘红css*/
.newyear {
background: url(http://oeimg2.cache.oeeee.com/Public2016/Images/home/piaohong.jpg) center 0 no-repeat;
}
.newyear .main {
background: #fff;
padding-top: 1px;
}
.newyear .focus {
margin-top: 0
}
.newyear .main_slide {
padding-top: 0;
padding-right: 10px;
} | 0.391057 | 0.149035 |
.product-banner {
position: relative;
min-height: 260px;
width: 100%;
background-size: cover;
margin-top: -25px;
margin-bottom: 50px;
}
.desc {
display: block;
}
.mobile {
display: none;
text-align: center;
}
.product-banner::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
z-index: 1;
}
.product-banner-img {
position: absolute;
top: 0;
left: 0;
min-height: 100%;
}
.banner-title-page {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 132.19%;
text-transform: none;
color: #FFFFFF;
position: relative;
z-index: 3;
top: 100px;
text-align: center;
}
.product {
width: 67%;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.product-title {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
margin-bottom: 15px;
align-self: flex-start;
text-transform: uppercase;
color: #000000;
}
.product-content {
border-top: 1px solid #000;
display: flex;
margin-bottom: 85px;
padding-top: 15px;
}
.product-images {
display: flex;
max-height: 430px;
margin-right: 35px;
}
.vide-admin iframe {
width: 100%;
height: 427px;
}
.product-main-img {
max-height: 435px;
max-width: 514px;
margin: 0;
}
.product-main-img .slick-slide {
min-height: 370px;
min-width: 400px;
}
.slick-slide img {
height: 370px;
}
.product-secondary-img {
max-height: 370px;
display: flex;
flex-direction: column;
margin: 0;
max-width: 170px;
}
.product-secondary-img img {
height: 30%;
max-width: 160px;
margin-bottom: 10px;
}
.product-content-description {
display: flex;
flex-direction: column;
}
.description-title {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
color: #000000;
margin-top: 35px;
}
.description-body {
margin-bottom: 48px;
}
.table-first-column {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #3D3D3D;
padding-bottom: 15px;
}
.table-second-column {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
padding-bottom: 10px;
color: #000000;
text-align: center;
}
.product-description-link {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
background: #B12020;
border-radius: 5px;
color: #FFFFFF;
padding: 13px 43px;
border: 1px solid transparent;
white-space: nowrap;
align-self: center;
}
.product-description-link:hover {
background: #ffffff;
border: 1px solid #B12020;
color: #000;
border-radius: 5px;
text-decoration: none;
}
.characteristics {
margin-bottom: 70px;
}
#myTab .nav-item:first-child a {
margin: 0;
}
#myTab a {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
background: #DDDDDD;
border-radius:5px 5px 0px 0px ;
color: #000000;
padding: 18px 55px;
margin-left: 5px;
}
#myTab .active {
color: #fff;
background: #B12020;
}
#myTabContent {
text-align: justify;
overflow: hidden;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
padding: 40px 50px;
}
@media all and (max-width: 1446px) {
.product-banner {
min-height: 138px;
}
.product-banner-img {
max-height: 138px;
}
.banner-title-page {
font-size: 24px;
line-height: 29px;
top: 50px;
}
.product {
width: 95%;
}
.product-images {
display: flex;
max-height: 430px;
margin-right: 150px;
}
}
@media all and (max-width: 1266px) {
h2 {
font-size: 22px;
line-height: 26px;
}
.product-images {
margin-right: 35px;
margin-right: 35px;
}
.product-main-img {
max-height: 430px;
}
}
@media all and (max-width: 968px) {
.product-banner {
min-height: 124px;
}
.product-banner-img {
max-height: 124px;
}
.product-title {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
margin-bottom: 15px;
align-self: flex-start;
text-transform: uppercase;
color: #000000;
}
.product-images {
display: flex;
max-height: unset;
margin-right: 0px;
flex-direction: column;
}
.product-content {
margin-bottom: 60px;
}
.product-main-img {
max-height: 270px;
max-width: 320px;
}
.product-secondary-img {
max-width: 320px;
max-height: 85px;
}
.vide-admin iframe {
width: 100%;
height: 320px;
}
.product-secondary-img img {
width: 125px;
height: 85px;
/*
height: 80%;
margin-left: 10px;
max-width: 100px;
*/
}
.slick-slide {
border: none;
outline: none;
}
.product-content-description {
display: flex;
flex-direction: column;
width: 460px;
margin-left: 25px;
}
.description-title {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
color: #000000;
margin-top: 35px;
}
.table-first-column {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #3D3D3D;
padding-bottom: 10px;
}
.table-second-column {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
padding-bottom: 10px;
color: #000000;
}
.product-description-link {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
background: #B12020;
border-radius: 5px;
color: #FFFFFF;
padding: 13px 43px;
border: 1px solid transparent;
white-space: nowrap;
align-self: center;
}
.product-description-link:hover {
background: #ffffff;
border: 1px solid #B12020;
color: #000;
border-radius: 5px;
text-decoration: none;
}
.characteristics {
margin-bottom: 140px;
}
#myTab a {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
background: #DDDDDD;
border-radius:5px 5px 0px 0px ;
color: #000000;
padding: 10px 30px;
}
#myTab .active {
color: #fff;
background: #B12020;
}
#myTabContent {
overflow: hidden;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
padding: 40px 50px;
}
.slick-slide img {
max-height: 260px;
}
}
@media all and (max-width: 568px) {
.desc {
display: none;
}
.mobile {
display: block;
text-align: center;
margin: 0 auto;
margin-top: 60px;
}
.product-banner {
max-height: 70px;
}
.product-banner-img {
max-height: 70px;
}
.banner-title-page {
font-size: 18px;
line-height: 22px;
top: 50px;
}
.product-content {
flex-direction: column;
}
.product-images {
margin-bottom: 0;
}
.product-images a {
text-align: center;
}
.product-main-img {
max-height: 370px;
max-width: 310px;
margin: 0 auto;
width: 100%;
}
.slick-slide:first-child {
border: none;
}
.product-secondary-img {
max-width: 320px;
max-height: 85px;
}
.vide-admin iframe {
max-height: 270px;
height: 310px;
padding-left: 25px;
}
.product-secondary-img img {
width: 125px;
height: 85px;
}
.slick-slide {
border: none;
outline: none;
}
.slick-slide img {
max-width: 300px;
max-height: 300px ;
}
.product-content-description {
display: flex;
flex-direction: column;
width: 460px;
margin-left: 25px;
margin-top: 25px;
}
.product-secondary-img {
max-width: 100%;
}
.product-main-img .slick-slide {
min-width: unset;
}
.product-secondary-img img {
display: block;
margin: 0 auto;
}
.consultation-text {
width: 75%;
padding: 15px;
margin-bottom: 25px;
}
.characteristics{
margin-bottom: 25px;
}
#myTab a {
font-size: 14px;
line-height: 17px;
padding: 18px 25px;
}
#myTabContent {
padding: 20px 15px;
}
.product-content-description {
width: 90%;
}
}
@media all and (max-width: 400px) {
.product-images {
margin-bottom: -40px;
}
}
.project__nav {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
margin-bottom: 60px;
}
.project__arrow {
background-color: transparent;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 10px;
border-radius: 100%;
/*border: 3px solid #000000;*/
transition: all .4s;
}
.project__arrow svg {
fill: #ffffff;
width: auto;
height: 100%;
position: relative;
top: 0;
left: 0;
transition: fill .4s;
}
.prev svg {
top: 0px;
left: 1px;
transform: rotate(180deg);
}
.prev .project__arrow {
margin: 0 10px 0 0;
}
.next {
margin: 0 100px 0 auto;
}
.prev {
margin: 0 auto 0 100px;
}
.next,
.prev {
display: flex;
align-items: center;
}
.project__nav a:hover .project__arrow {
background-color: #ffffff;
transition: all .4s;
}
.project__nav a:hover svg {
opacity: 0.25;
transition: fill .4s;
}
.text {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 16px;
color: #000000;
}
.project__nav a:hover {
text-decoration: none;
}
.project__nav a:hover .text {
color: #B12020;
}
@media all and (max-width: 968px) {
.next {
margin: 0 0 0 auto;
}
.prev {
margin: 0 auto 0 0;
}
.text {
font-size: 10px;
line-height: 12px;
}
} | public/assets/front/css/product.css | .product-banner {
position: relative;
min-height: 260px;
width: 100%;
background-size: cover;
margin-top: -25px;
margin-bottom: 50px;
}
.desc {
display: block;
}
.mobile {
display: none;
text-align: center;
}
.product-banner::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.7);
z-index: 1;
}
.product-banner-img {
position: absolute;
top: 0;
left: 0;
min-height: 100%;
}
.banner-title-page {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 36px;
line-height: 132.19%;
text-transform: none;
color: #FFFFFF;
position: relative;
z-index: 3;
top: 100px;
text-align: center;
}
.product {
width: 67%;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.product-title {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
margin-bottom: 15px;
align-self: flex-start;
text-transform: uppercase;
color: #000000;
}
.product-content {
border-top: 1px solid #000;
display: flex;
margin-bottom: 85px;
padding-top: 15px;
}
.product-images {
display: flex;
max-height: 430px;
margin-right: 35px;
}
.vide-admin iframe {
width: 100%;
height: 427px;
}
.product-main-img {
max-height: 435px;
max-width: 514px;
margin: 0;
}
.product-main-img .slick-slide {
min-height: 370px;
min-width: 400px;
}
.slick-slide img {
height: 370px;
}
.product-secondary-img {
max-height: 370px;
display: flex;
flex-direction: column;
margin: 0;
max-width: 170px;
}
.product-secondary-img img {
height: 30%;
max-width: 160px;
margin-bottom: 10px;
}
.product-content-description {
display: flex;
flex-direction: column;
}
.description-title {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
color: #000000;
margin-top: 35px;
}
.description-body {
margin-bottom: 48px;
}
.table-first-column {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #3D3D3D;
padding-bottom: 15px;
}
.table-second-column {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
padding-bottom: 10px;
color: #000000;
text-align: center;
}
.product-description-link {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
background: #B12020;
border-radius: 5px;
color: #FFFFFF;
padding: 13px 43px;
border: 1px solid transparent;
white-space: nowrap;
align-self: center;
}
.product-description-link:hover {
background: #ffffff;
border: 1px solid #B12020;
color: #000;
border-radius: 5px;
text-decoration: none;
}
.characteristics {
margin-bottom: 70px;
}
#myTab .nav-item:first-child a {
margin: 0;
}
#myTab a {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
background: #DDDDDD;
border-radius:5px 5px 0px 0px ;
color: #000000;
padding: 18px 55px;
margin-left: 5px;
}
#myTab .active {
color: #fff;
background: #B12020;
}
#myTabContent {
text-align: justify;
overflow: hidden;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
padding: 40px 50px;
}
@media all and (max-width: 1446px) {
.product-banner {
min-height: 138px;
}
.product-banner-img {
max-height: 138px;
}
.banner-title-page {
font-size: 24px;
line-height: 29px;
top: 50px;
}
.product {
width: 95%;
}
.product-images {
display: flex;
max-height: 430px;
margin-right: 150px;
}
}
@media all and (max-width: 1266px) {
h2 {
font-size: 22px;
line-height: 26px;
}
.product-images {
margin-right: 35px;
margin-right: 35px;
}
.product-main-img {
max-height: 430px;
}
}
@media all and (max-width: 968px) {
.product-banner {
min-height: 124px;
}
.product-banner-img {
max-height: 124px;
}
.product-title {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 19px;
margin-bottom: 15px;
align-self: flex-start;
text-transform: uppercase;
color: #000000;
}
.product-images {
display: flex;
max-height: unset;
margin-right: 0px;
flex-direction: column;
}
.product-content {
margin-bottom: 60px;
}
.product-main-img {
max-height: 270px;
max-width: 320px;
}
.product-secondary-img {
max-width: 320px;
max-height: 85px;
}
.vide-admin iframe {
width: 100%;
height: 320px;
}
.product-secondary-img img {
width: 125px;
height: 85px;
/*
height: 80%;
margin-left: 10px;
max-width: 100px;
*/
}
.slick-slide {
border: none;
outline: none;
}
.product-content-description {
display: flex;
flex-direction: column;
width: 460px;
margin-left: 25px;
}
.description-title {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
color: #000000;
margin-top: 35px;
}
.table-first-column {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
color: #3D3D3D;
padding-bottom: 10px;
}
.table-second-column {
font-family: 'Roboto', sans-serif;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 19px;
padding-bottom: 10px;
color: #000000;
}
.product-description-link {
font-family: 'Raleway', sans-serif;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
background: #B12020;
border-radius: 5px;
color: #FFFFFF;
padding: 13px 43px;
border: 1px solid transparent;
white-space: nowrap;
align-self: center;
}
.product-description-link:hover {
background: #ffffff;
border: 1px solid #B12020;
color: #000;
border-radius: 5px;
text-decoration: none;
}
.characteristics {
margin-bottom: 140px;
}
#myTab a {
font-family: 'Exo 2', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 18px;
line-height: 22px;
text-transform: uppercase;
background: #DDDDDD;
border-radius:5px 5px 0px 0px ;
color: #000000;
padding: 10px 30px;
}
#myTab .active {
color: #fff;
background: #B12020;
}
#myTabContent {
overflow: hidden;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
padding: 40px 50px;
}
.slick-slide img {
max-height: 260px;
}
}
@media all and (max-width: 568px) {
.desc {
display: none;
}
.mobile {
display: block;
text-align: center;
margin: 0 auto;
margin-top: 60px;
}
.product-banner {
max-height: 70px;
}
.product-banner-img {
max-height: 70px;
}
.banner-title-page {
font-size: 18px;
line-height: 22px;
top: 50px;
}
.product-content {
flex-direction: column;
}
.product-images {
margin-bottom: 0;
}
.product-images a {
text-align: center;
}
.product-main-img {
max-height: 370px;
max-width: 310px;
margin: 0 auto;
width: 100%;
}
.slick-slide:first-child {
border: none;
}
.product-secondary-img {
max-width: 320px;
max-height: 85px;
}
.vide-admin iframe {
max-height: 270px;
height: 310px;
padding-left: 25px;
}
.product-secondary-img img {
width: 125px;
height: 85px;
}
.slick-slide {
border: none;
outline: none;
}
.slick-slide img {
max-width: 300px;
max-height: 300px ;
}
.product-content-description {
display: flex;
flex-direction: column;
width: 460px;
margin-left: 25px;
margin-top: 25px;
}
.product-secondary-img {
max-width: 100%;
}
.product-main-img .slick-slide {
min-width: unset;
}
.product-secondary-img img {
display: block;
margin: 0 auto;
}
.consultation-text {
width: 75%;
padding: 15px;
margin-bottom: 25px;
}
.characteristics{
margin-bottom: 25px;
}
#myTab a {
font-size: 14px;
line-height: 17px;
padding: 18px 25px;
}
#myTabContent {
padding: 20px 15px;
}
.product-content-description {
width: 90%;
}
}
@media all and (max-width: 400px) {
.product-images {
margin-bottom: -40px;
}
}
.project__nav {
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
margin-bottom: 60px;
}
.project__arrow {
background-color: transparent;
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
margin-left: 10px;
border-radius: 100%;
/*border: 3px solid #000000;*/
transition: all .4s;
}
.project__arrow svg {
fill: #ffffff;
width: auto;
height: 100%;
position: relative;
top: 0;
left: 0;
transition: fill .4s;
}
.prev svg {
top: 0px;
left: 1px;
transform: rotate(180deg);
}
.prev .project__arrow {
margin: 0 10px 0 0;
}
.next {
margin: 0 100px 0 auto;
}
.prev {
margin: 0 auto 0 100px;
}
.next,
.prev {
display: flex;
align-items: center;
}
.project__nav a:hover .project__arrow {
background-color: #ffffff;
transition: all .4s;
}
.project__nav a:hover svg {
opacity: 0.25;
transition: fill .4s;
}
.text {
font-family: 'Roboto', sans-serif;
font-size: 14px;
line-height: 16px;
color: #000000;
}
.project__nav a:hover {
text-decoration: none;
}
.project__nav a:hover .text {
color: #B12020;
}
@media all and (max-width: 968px) {
.next {
margin: 0 0 0 auto;
}
.prev {
margin: 0 auto 0 0;
}
.text {
font-size: 10px;
line-height: 12px;
}
} | 0.421314 | 0.085671 |
.section--image-gallery {
padding: 4rem 0;
}
.section--image-gallery .container {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 146vw;
}
.section--image-gallery-heading {
position: absolute;
top: 0;
left: 0;
}
.section--image-gallery-heading .title {
margin-bottom: 1.5rem;
color: var(--secondary);
}
.section--gallery-items {
width: auto;
}
.section--image-gallery-item {
width: 50%;
margin: 0 0 2vw 0;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.section--image-gallery-item .title-fancy {
margin-bottom: 0;
}
.section--image-gallery-item .BackgroundImage {
transform: scale(1);
transition: all ease-in-out 0.3s;
filter: grayscale(100%);
}
.section--image-gallery-item:first-of-type {
height: 50vw;
width: 48%;
margin-top: 12rem;
margin-right: 2%;
}
.section--image-gallery-item:nth-of-type(2) {
height: 35vw;
width: 48%;
margin-right: 2%;
}
.section--image-gallery-item:nth-of-type(3) {
height: 25vw;
width: 48%;
margin-right: 2%;
}
.section--image-gallery-item:nth-of-type(4) {
height: 15vw;
width: 48%;
margin-right: 2%;
}
.section--image-gallery-item:nth-of-type(5) {
height: 45vw;
}
.section--image-gallery-item:nth-of-type(6) {
height: 30vw;
}
.section--image-gallery-item:nth-of-type(7) {
height: 30vw;
}
.section--image-gallery-item:nth-of-type(8) {
height: 27vw;
}
.section--image-gallery-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 2;
}
.section--image-gallery-item:hover .BackgroundImage {
transform: scale(1.1);
filter: grayscale(0%);
}
@media only screen and (max-width: 900px) {
.section--image-gallery-heading {
position: relative;
margin-bottom: 3rem;
}
.section--image-gallery-heading h2 {
font-size: 3.5em;
}
.section--image-gallery-item:first-of-type {
margin-top: 0;
}
.title-fancy {
font-size: 1.4em !important;
padding: 1rem 3rem !important;
}
}
@media only screen and (max-width: 800px) {
.section--image-gallery .container {
height: 150vw;
}
.section--image-gallery-item:nth-of-type(3) {
height: 20vw;
}
.section--image-gallery-item:nth-of-type(6) {
height: 40vw;
}
}
@media only screen and (max-width: 750px) {
.section--image-gallery-heading h2 {
font-size: 2.5em;
}
}
@media only screen and (max-width: 600px) {
.section--image-gallery .container {
height: 138vw;
}
.section--image-gallery-heading h2 {
font-size: 2em;
}
.section--image-gallery-heading .title {
font-size: 1em;
margin-bottom: 0.5rem;
}
.section--image-gallery-item:first-of-type {
height: 40vw;
}
.section--image-gallery-item:nth-of-type(2) {
height: 30vw;
margin-right: 0;
}
.section--image-gallery-item:nth-of-type(3) {
height: 25vw;
margin-right: 0;
}
.section--image-gallery-item:nth-of-type(4) {
height: 20vw;
margin-right: 0;
}
.section--image-gallery-item:nth-of-type(5) {
height: 35vw;
}
.section--image-gallery-item:nth-of-type(6) {
height: 30vw;
}
.section--image-gallery-item:nth-of-type(7) {
height: 25vw;
}
.section--image-gallery-item:nth-of-type(8) {
height: 25vw;
}
}
@media only screen and (max-width: 425px) {
.section--image-gallery-heading {
margin-bottom: 1rem;
}
.section--image-gallery-heading h2 {
font-size: 1.7em;
}
}
@media only screen and (max-width: 375px) {
.section--image-gallery-item .title-fancy {
font-size: 1.1em !important;
padding: 1rem 2rem !important;
}
}
@media only screen and (max-width: 320px) {
.section--image-gallery {
padding: 8rem 0 0;
}
.section--image-gallery-heading {
position: absolute;
top: -50px;
}
} | src/components/ImageGallery.css | .section--image-gallery {
padding: 4rem 0;
}
.section--image-gallery .container {
position: relative;
display: flex;
flex-direction: column;
flex-wrap: wrap;
height: 146vw;
}
.section--image-gallery-heading {
position: absolute;
top: 0;
left: 0;
}
.section--image-gallery-heading .title {
margin-bottom: 1.5rem;
color: var(--secondary);
}
.section--gallery-items {
width: auto;
}
.section--image-gallery-item {
width: 50%;
margin: 0 0 2vw 0;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
}
.section--image-gallery-item .title-fancy {
margin-bottom: 0;
}
.section--image-gallery-item .BackgroundImage {
transform: scale(1);
transition: all ease-in-out 0.3s;
filter: grayscale(100%);
}
.section--image-gallery-item:first-of-type {
height: 50vw;
width: 48%;
margin-top: 12rem;
margin-right: 2%;
}
.section--image-gallery-item:nth-of-type(2) {
height: 35vw;
width: 48%;
margin-right: 2%;
}
.section--image-gallery-item:nth-of-type(3) {
height: 25vw;
width: 48%;
margin-right: 2%;
}
.section--image-gallery-item:nth-of-type(4) {
height: 15vw;
width: 48%;
margin-right: 2%;
}
.section--image-gallery-item:nth-of-type(5) {
height: 45vw;
}
.section--image-gallery-item:nth-of-type(6) {
height: 30vw;
}
.section--image-gallery-item:nth-of-type(7) {
height: 30vw;
}
.section--image-gallery-item:nth-of-type(8) {
height: 27vw;
}
.section--image-gallery-item:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 2;
}
.section--image-gallery-item:hover .BackgroundImage {
transform: scale(1.1);
filter: grayscale(0%);
}
@media only screen and (max-width: 900px) {
.section--image-gallery-heading {
position: relative;
margin-bottom: 3rem;
}
.section--image-gallery-heading h2 {
font-size: 3.5em;
}
.section--image-gallery-item:first-of-type {
margin-top: 0;
}
.title-fancy {
font-size: 1.4em !important;
padding: 1rem 3rem !important;
}
}
@media only screen and (max-width: 800px) {
.section--image-gallery .container {
height: 150vw;
}
.section--image-gallery-item:nth-of-type(3) {
height: 20vw;
}
.section--image-gallery-item:nth-of-type(6) {
height: 40vw;
}
}
@media only screen and (max-width: 750px) {
.section--image-gallery-heading h2 {
font-size: 2.5em;
}
}
@media only screen and (max-width: 600px) {
.section--image-gallery .container {
height: 138vw;
}
.section--image-gallery-heading h2 {
font-size: 2em;
}
.section--image-gallery-heading .title {
font-size: 1em;
margin-bottom: 0.5rem;
}
.section--image-gallery-item:first-of-type {
height: 40vw;
}
.section--image-gallery-item:nth-of-type(2) {
height: 30vw;
margin-right: 0;
}
.section--image-gallery-item:nth-of-type(3) {
height: 25vw;
margin-right: 0;
}
.section--image-gallery-item:nth-of-type(4) {
height: 20vw;
margin-right: 0;
}
.section--image-gallery-item:nth-of-type(5) {
height: 35vw;
}
.section--image-gallery-item:nth-of-type(6) {
height: 30vw;
}
.section--image-gallery-item:nth-of-type(7) {
height: 25vw;
}
.section--image-gallery-item:nth-of-type(8) {
height: 25vw;
}
}
@media only screen and (max-width: 425px) {
.section--image-gallery-heading {
margin-bottom: 1rem;
}
.section--image-gallery-heading h2 {
font-size: 1.7em;
}
}
@media only screen and (max-width: 375px) {
.section--image-gallery-item .title-fancy {
font-size: 1.1em !important;
padding: 1rem 2rem !important;
}
}
@media only screen and (max-width: 320px) {
.section--image-gallery {
padding: 8rem 0 0;
}
.section--image-gallery-heading {
position: absolute;
top: -50px;
}
} | 0.728845 | 0.118385 |
body {
margin: 0px;
padding: 0px;
height: 100%;
}
html {
min-height: 100%;
}
.nav-side-menu {
font-family: verdana;
font-size: 12px;
font-weight: 200;
background-image: url('../img/background-panel.jpg');
position: relative;
top: 0px;
width: 100%;
height: 100%;
color: #e1ffff;
}
.nav-side-menu .brand {
background: url('../img/background-panel.jpg');
background-size: 100%;
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
background: rgb(26,117,187);
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "\f078";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
border-left: 3px solid #d19b3d;
background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
background: rgb(0,143,198);
border: none;
line-height: 28px;
border-bottom: 1px solid #039be5;
margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
font-family: FontAwesome;
content: "\f105";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.nav-side-menu li {
padding-left: 10px;
border-left: 3px solid #2e353d;
border-bottom: 1px solid #039be5;
}
.nav-side-menu li a {
text-decoration: none;
color: #e1ffff;
}
.nav-side-menu li a i {
padding-left: 10px;
width: 20px;
padding-right: 20px;
}
.nav-side-menu li:hover {
border-left: 3px solid #d19b3d;
background-color: #4f5b69;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
@media (max-width: 900px) {
.nav-side-menu {
position: relative;
width: 100%;
background: url('../img/background-panel.jpg');
background-size: 100%;
}
.nav-side-menu .toggle-btn {
display: block;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
z-index: 10 !important;
background: rgb(0,143,198);
color: #000;
width: 40px;
text-align: center;
}
.brand {
text-align: left !important;
font-size: 22px;
padding-left: 20px;
line-height: 50px !important;
}
#logo-img{
width: 50px;
}
.toggle-btn{
border: solid 1px #424242;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #0d47a1;
}
}
@media (min-width: 900px) {
.nav-side-menu .menu-list .menu-content {
display: block;
}
}
.container-fixed {
bottom: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 100%;
}
.sidebar{
position: relative;
float: left;
width: 20%;
padding: 0;
height: 100%;
}
.main{
position: relative;
float: left;
width: 80%;
}
.breadcrumb{
background: transparent !important;
}
@media (max-width: 900px) {
.container-fixed{
position: relative;
}
.sidebar, .main{
width: 100%;
}
} | public/css/index.css | body {
margin: 0px;
padding: 0px;
height: 100%;
}
html {
min-height: 100%;
}
.nav-side-menu {
font-family: verdana;
font-size: 12px;
font-weight: 200;
background-image: url('../img/background-panel.jpg');
position: relative;
top: 0px;
width: 100%;
height: 100%;
color: #e1ffff;
}
.nav-side-menu .brand {
background: url('../img/background-panel.jpg');
background-size: 100%;
line-height: 50px;
display: block;
text-align: center;
font-size: 14px;
}
.nav-side-menu .toggle-btn {
display: none;
}
.nav-side-menu ul,
.nav-side-menu li {
list-style: none;
padding: 0px;
margin: 0px;
line-height: 35px;
cursor: pointer;
background: rgb(26,117,187);
}
.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
font-family: FontAwesome;
content: "\f078";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
float: right;
}
.nav-side-menu ul .active,
.nav-side-menu li .active {
border-left: 3px solid #d19b3d;
background-color: #4f5b69;
}
.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
color: #d19b3d;
}
.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
background: rgb(0,143,198);
border: none;
line-height: 28px;
border-bottom: 1px solid #039be5;
margin-left: 0px;
}
.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
background-color: #020203;
}
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
font-family: FontAwesome;
content: "\f105";
display: inline-block;
padding-left: 10px;
padding-right: 10px;
vertical-align: middle;
}
.nav-side-menu li {
padding-left: 10px;
border-left: 3px solid #2e353d;
border-bottom: 1px solid #039be5;
}
.nav-side-menu li a {
text-decoration: none;
color: #e1ffff;
}
.nav-side-menu li a i {
padding-left: 10px;
width: 20px;
padding-right: 20px;
}
.nav-side-menu li:hover {
border-left: 3px solid #d19b3d;
background-color: #4f5b69;
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
@media (max-width: 900px) {
.nav-side-menu {
position: relative;
width: 100%;
background: url('../img/background-panel.jpg');
background-size: 100%;
}
.nav-side-menu .toggle-btn {
display: block;
cursor: pointer;
position: absolute;
right: 10px;
top: 10px;
z-index: 10 !important;
background: rgb(0,143,198);
color: #000;
width: 40px;
text-align: center;
}
.brand {
text-align: left !important;
font-size: 22px;
padding-left: 20px;
line-height: 50px !important;
}
#logo-img{
width: 50px;
}
.toggle-btn{
border: solid 1px #424242;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #0d47a1;
}
}
@media (min-width: 900px) {
.nav-side-menu .menu-list .menu-content {
display: block;
}
}
.container-fixed {
bottom: 0;
position: absolute;
left: 0;
right: 0;
top: 0;
height: 100%;
}
.sidebar{
position: relative;
float: left;
width: 20%;
padding: 0;
height: 100%;
}
.main{
position: relative;
float: left;
width: 80%;
}
.breadcrumb{
background: transparent !important;
}
@media (max-width: 900px) {
.container-fixed{
position: relative;
}
.sidebar, .main{
width: 100%;
}
} | 0.300335 | 0.058885 |
border: 1px solid #ddd;
background: black;
color: #ddd;
}
#active_layers>table {
width: 100%;
padding: 0px;
}
#active_layers .ui-input-container, #layerTimeSliders>.ui-input-container {
display: block;
}
#toggle_layers_button{
position: absolute;
left: 10px;
top: 0px;
z-index: 750; /*to be on top of layer list and map */
background-color: #555555;
}
#all_layers {
position: relative;
top: 0;
left: 0;
width: 100%;
max-height: 100%;
overflow-y: auto;
}
#all_layers table {
width: 100%;
border-collapse: collapse;
}
.layer_row {
font-size: 10px;
height: 22px;
}
.layer_legend {
font-size: 9px;
width: 20px;
height: 20px;
}
td.layer_visibility {
width: 16px;
}
.layer_visibility {
width: 16px;
height: 16px;
background: url("images/ui-elements.png") no-repeat scroll 0 0 transparent;
cursor: pointer;
}
.layer_visibility.in.mousedown {
width: 16px;
height: 16px;
background-position: -48px 0px;
}
.layer_visibility.checked {
width: 16px;
height: 16px;
background-position: -32px 0px;
}
.layer_visibility.checked.in.mousedown {
width: 16px;
height: 16px;
background-position: -16px 0px;
}
.layer_name {
/* color: #FFF; */
}
.layer_action {
width: 16px;
}
.layer_info_button {
background: url("images/ui-elements.png") no-repeat scroll 0 -132px rgba(0, 0, 0, 0);
}
.layer_download_button {
background: url("images/download.png") no-repeat scroll 0 -1px;
}
.layer_temp_button {
background: url("images/clock.png") no-repeat;
width: 16px !important;
margin-right: 4px;
}
.layer_stats_button {
background: url(images/ui-elements.png) no-repeat scroll 0 -148px rgba(0, 0, 0, 0);
margin-right: 4px;
}
.layer_metadata_button {
background: url("images/metadata.png") no-repeat;
width: 18px !important;
margin: 0px 2px;
}
.layer_action_button {
display: inline-block;
float: right;
height: 16px;
padding: 0;
text-decoration: none;
width: 16px;
cursor: pointer;
}
.layer-list-accordion > .ui-input-container {
display: block;
}
.ui-input-container>.layer_info_button {
display: block;
}
.layer-list-layer-container {
display: table;
}
.group_info_button {
position: relative;
float: right;
width: 16px;
height: 16px;
padding: 0;
}
.inline-legend-button {
width: 20px;
height: 16px;
padding: 0;
background: url("images/ui-elements.png") no-repeat scroll 0px -114px transparent;
display: block;
cursor: default;
float: left;
margin: 8px 5px;
}
.inline-legend-button.visible {
background-position: -24px -114px;
cursor: pointer;
}
.layer-list-accordion-header>p {
width: auto;
display: inline-block;
}
.layer-list-accordion {
background: white;
padding: 5px 10px 5px 5px;
}
.layer-list-accordion .ui-label {
width: 100%;
}
.layer-list-accordion>.ui-input-container {
height: 34px;
margin: 0;
}
.layer-list-accordion-header {
color: white;
padding: 10px;
background: #38c;
margin: 5px;
}
.layer-list-accordion.accordion-content {
background: black;
color: #ddd;
}
.layer-list-accordion.accordion-content .layer-list-accordion-header {
background: transparent;
border: 0;
padding: 5px 0px;
}
.layer-list-accordion.accordion-content .layer-list-accordion.accordion-content {
border: 0;
padding: 2px 0px 2px 2px;
}
.layer-list-accordion.accordion-content .layer-list-accordion.accordion-content {
display: block !important;
}
.layer-list-accordion.accordion-content .layer-list-accordion-header, .layer-list-accordion.accordion-content .layer-list-accordion-header>p {
pointer-events: none !important;
}
.layer-list-accordion.accordion-content .layer-list-accordion-header>* {
pointer-events: auto !important;
}
.layer-info-button, .editable-layer-list-button {
display: inline-block !important;
float: right !important;
}
.accordion-content .ui-input-container .editable-layer-list-button {
width: 18px;
} | base/src/layer-list.css | border: 1px solid #ddd;
background: black;
color: #ddd;
}
#active_layers>table {
width: 100%;
padding: 0px;
}
#active_layers .ui-input-container, #layerTimeSliders>.ui-input-container {
display: block;
}
#toggle_layers_button{
position: absolute;
left: 10px;
top: 0px;
z-index: 750; /*to be on top of layer list and map */
background-color: #555555;
}
#all_layers {
position: relative;
top: 0;
left: 0;
width: 100%;
max-height: 100%;
overflow-y: auto;
}
#all_layers table {
width: 100%;
border-collapse: collapse;
}
.layer_row {
font-size: 10px;
height: 22px;
}
.layer_legend {
font-size: 9px;
width: 20px;
height: 20px;
}
td.layer_visibility {
width: 16px;
}
.layer_visibility {
width: 16px;
height: 16px;
background: url("images/ui-elements.png") no-repeat scroll 0 0 transparent;
cursor: pointer;
}
.layer_visibility.in.mousedown {
width: 16px;
height: 16px;
background-position: -48px 0px;
}
.layer_visibility.checked {
width: 16px;
height: 16px;
background-position: -32px 0px;
}
.layer_visibility.checked.in.mousedown {
width: 16px;
height: 16px;
background-position: -16px 0px;
}
.layer_name {
/* color: #FFF; */
}
.layer_action {
width: 16px;
}
.layer_info_button {
background: url("images/ui-elements.png") no-repeat scroll 0 -132px rgba(0, 0, 0, 0);
}
.layer_download_button {
background: url("images/download.png") no-repeat scroll 0 -1px;
}
.layer_temp_button {
background: url("images/clock.png") no-repeat;
width: 16px !important;
margin-right: 4px;
}
.layer_stats_button {
background: url(images/ui-elements.png) no-repeat scroll 0 -148px rgba(0, 0, 0, 0);
margin-right: 4px;
}
.layer_metadata_button {
background: url("images/metadata.png") no-repeat;
width: 18px !important;
margin: 0px 2px;
}
.layer_action_button {
display: inline-block;
float: right;
height: 16px;
padding: 0;
text-decoration: none;
width: 16px;
cursor: pointer;
}
.layer-list-accordion > .ui-input-container {
display: block;
}
.ui-input-container>.layer_info_button {
display: block;
}
.layer-list-layer-container {
display: table;
}
.group_info_button {
position: relative;
float: right;
width: 16px;
height: 16px;
padding: 0;
}
.inline-legend-button {
width: 20px;
height: 16px;
padding: 0;
background: url("images/ui-elements.png") no-repeat scroll 0px -114px transparent;
display: block;
cursor: default;
float: left;
margin: 8px 5px;
}
.inline-legend-button.visible {
background-position: -24px -114px;
cursor: pointer;
}
.layer-list-accordion-header>p {
width: auto;
display: inline-block;
}
.layer-list-accordion {
background: white;
padding: 5px 10px 5px 5px;
}
.layer-list-accordion .ui-label {
width: 100%;
}
.layer-list-accordion>.ui-input-container {
height: 34px;
margin: 0;
}
.layer-list-accordion-header {
color: white;
padding: 10px;
background: #38c;
margin: 5px;
}
.layer-list-accordion.accordion-content {
background: black;
color: #ddd;
}
.layer-list-accordion.accordion-content .layer-list-accordion-header {
background: transparent;
border: 0;
padding: 5px 0px;
}
.layer-list-accordion.accordion-content .layer-list-accordion.accordion-content {
border: 0;
padding: 2px 0px 2px 2px;
}
.layer-list-accordion.accordion-content .layer-list-accordion.accordion-content {
display: block !important;
}
.layer-list-accordion.accordion-content .layer-list-accordion-header, .layer-list-accordion.accordion-content .layer-list-accordion-header>p {
pointer-events: none !important;
}
.layer-list-accordion.accordion-content .layer-list-accordion-header>* {
pointer-events: auto !important;
}
.layer-info-button, .editable-layer-list-button {
display: inline-block !important;
float: right !important;
}
.accordion-content .ui-input-container .editable-layer-list-button {
width: 18px;
} | 0.245356 | 0.09122 |
.w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 20px;
}
a {
text-decoration: underline;
}
.hello {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100vw;
height: 100vh;
margin: 0px;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
background-color: transparent;
}
.body {
margin: 0px;
padding: 0px;
background-color: #0d0718;
}
.rcavhs1 {
width: 100vw;
height: 100vh;
margin-top: 0px;
padding: 0px;
grid-auto-flow: row;
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-template-areas: "Area";
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 0.4fr 0px 0.4fr 0px 0.4fr 0px 0.4fr 0px 0.4fr 0px 2fr;
grid-template-rows: 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 2fr;
}
.r {
font-family: 'Abril Fatface', sans-serif;
color: #999;
font-size: 40px;
line-height: 40px;
font-weight: 600;
}
.navbar {
position: -webkit-sticky;
position: sticky;
top: 0px;
background-color: transparent;
}
.darkfill {
background-color: #0d0718;
}
.virgostearsfill {
background-color: #440775;
background-clip: border-box;
}
.fusciafill {
background-color: #f81894;
background-clip: border-box;
}
.bloodfill {
background-color: #da040b;
}
.poppyfill {
background-color: #f75d04;
}
.h1fade {
background-color: transparent;
}
.clients {
width: 100vw;
height: 100vh;
background-color: transparent;
background-clip: border-box;
}
.imryan {
width: 100vw;
height: 125vh;
}
.rcavhs2 {
position: relative;
width: 100vw;
height: 40vh;
background-image: url('../images/RCAT120.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
background-attachment: scroll;
font-family: Ubuntu, Helvetica, sans-serif;
text-align: center;
}
.r10 {
width: 100vw;
height: 10vh;
}
.h2centerfade {
display: block;
width: 100vw;
height: 20vh;
text-align: center;
-o-object-fit: fill;
object-fit: fill;
}
.p {
padding-right: 24px;
padding-left: 24px;
font-family: Trirong, sans-serif;
color: #ddd;
font-size: 3vw;
line-height: 10vh;
font-weight: 400;
text-align: center;
}
.profile {
position: static;
height: 40vh;
max-height: 100%;
padding-right: 0px;
padding-left: 0px;
float: none;
clear: none;
text-align: center;
-o-object-fit: contain;
object-fit: contain;
}
.clientlistitemfadeanimation {
display: block;
width: 100vw;
height: 6vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation:hover {
background-color: transparent;
}
.link {
position: static;
width: 100vw;
height: 15vh;
line-height: 10px;
text-align: left;
text-decoration: none;
white-space: normal;
cursor: pointer;
}
.connect {
width: 100vw;
height: 100vh;
background-color: transparent;
background-clip: border-box;
}
.tanfill {
width: 100vw;
height: 0.5vh;
background-color: #ccbb9d;
}
.socialinks {
width: 100vw;
height: 60vh;
background-color: transparent;
background-clip: border-box;
}
.bottomfill {
width: 100vw;
height: 2vh;
background-color: #0d0718;
}
.sonyvhsbg {
width: 100vw;
height: 100vh;
background-color: transparent;
background-image: url('../images/sonyVHS.svg');
background-position: 100% 50%;
background-size: cover;
background-repeat: no-repeat;
background-clip: border-box;
}
.brand {
padding: 24px;
}
.pfade {
width: 100vw;
height: 20vh;
}
.imgfade {
width: 100vw;
height: 40vh;
}
.maincontent {
width: 100vw;
height: 425vh;
}
.brownfill {
width: 100vw;
height: 1vh;
background-color: #726048;
}
.h2fade {
width: 100vw;
height: 15vh;
}
.h1hello {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 48px;
font-family: 'Abril Fatface', sans-serif;
color: #4b5961;
font-size: 14vw;
line-height: 16vw;
text-align: left;
}
.h2 {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 48px;
font-family: 'Abril Fatface', sans-serif;
color: #0d0718;
font-size: 4vw;
line-height: 15vh;
font-weight: 600;
text-align: center;
}
.h2imryan {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
font-family: 'Abril Fatface', sans-serif;
color: #dfdfdf;
font-size: 8vw;
line-height: 20vh;
font-weight: 600;
}
.fadein {
width: 100vw;
height: 100vh;
}
.h2clients {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 48px;
font-family: 'Abril Fatface', sans-serif;
color: #0d0718;
font-size: 4vw;
line-height: 15vh;
font-weight: 600;
text-align: center;
}
.linkmemain {
width: 100vw;
height: 15vh;
padding-left: 48px;
background-color: rgba(162, 57, 54, 0.6);
font-family: Trirong, sans-serif;
color: #0d0718;
font-size: 3.25vw;
line-height: 15vh;
font-weight: 400;
text-align: center;
text-decoration: underline;
cursor: pointer;
}
.linkmemain:hover {
background-color: #0d0718;
color: #eaedee;
}
.linkmemaincta {
width: 100vw;
height: 15vh;
padding-left: 48px;
background-color: #a23936;
font-family: Trirong, sans-serif;
color: #0d0718;
font-size: 3.25vw;
line-height: 15vh;
font-weight: 400;
text-align: center;
text-decoration: underline;
}
.linkmemaincta:hover {
background-color: #0d0718;
color: #eaedee;
}
.modalawards {
position: fixed;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
z-index: 9999;
display: none;
overflow: scroll;
height: 100%;
padding-top: 0px;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
background-color: rgba(0, 0, 0, 0.5);
background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
background-image: linear-gradient(180deg, #333, #333);
opacity: 1;
text-align: center;
-o-object-fit: cover;
object-fit: cover;
}
.awards {
display: block;
overflow: auto;
width: 72vw;
max-width: 100%;
margin: auto;
padding: 20px;
background-color: #444;
opacity: 1;
-webkit-transform: translate(0px, 100px);
-ms-transform: translate(0px, 100px);
transform: translate(0px, 100px);
}
.awardlink {
color: #ffaedb;
font-style: normal;
text-decoration: underline;
}
.awardsheading {
display: block;
margin-top: 40px;
margin-bottom: 20px;
font-family: 'Abril Fatface', sans-serif;
color: #dfdfdf;
font-size: 56px;
line-height: 15vh;
}
.button {
display: block;
margin: 7.5vh 10% 10%;
background-color: #f81894;
font-family: 'Abril Fatface', sans-serif;
font-size: 32px;
line-height: 64px;
}
.closemodalawars {
position: absolute;
left: auto;
top: 0%;
right: 0%;
bottom: auto;
display: block;
width: 50px;
margin-top: 20px;
margin-right: 20px;
padding: 5px;
}
.awardslist {
margin-bottom: 0px;
padding-left: 0px;
list-style-type: none;
}
.awardslistelement {
margin-right: 10%;
margin-bottom: 20px;
margin-left: 10%;
padding-left: 40px;
background-image: url('../images/award.svg');
background-position: 0% 7px;
background-size: 15px;
background-repeat: no-repeat;
background-attachment: scroll;
font-family: Trirong, sans-serif;
color: #dfdfdf;
font-size: 22px;
line-height: 30px;
text-align: left;
text-transform: none;
list-style-type: none;
}
.modalawardside {
width: 14vw;
height: auto;
}
.link {
color: #5ae2f7;
text-decoration: underline;
}
.h3clientli {
font-family: Trirong, sans-serif;
color: #0d0718;
font-size: 3.5vw;
line-height: 6vh;
font-weight: 400;
text-align: center;
}
.h3clientli2 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.95);
font-size: 3vw;
line-height: 5.5vh;
font-weight: 400;
text-align: center;
}
.h3clientli3 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.9);
font-size: 2.5vw;
line-height: 5vh;
font-weight: 400;
text-align: center;
}
.h3clientli4 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.8);
font-size: 2vw;
line-height: 4.5vh;
font-weight: 400;
text-align: center;
}
.h3clientli5 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.7);
font-size: 1.5vw;
line-height: 4vh;
font-weight: 400;
text-align: center;
}
.h3clientli6 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.6);
font-size: 1vw;
line-height: 3vh;
font-weight: 400;
text-align: center;
}
.r42 {
width: 100vw;
height: 42vh;
}
.clientlistitemfadeanimation2 {
display: block;
width: 100vw;
height: 5.5vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation2:hover {
background-color: transparent;
}
.clientlistitemfadeanimation3 {
display: block;
width: 100vw;
height: 5vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation3:hover {
background-color: transparent;
}
.clientlistitemfadeanimation4 {
display: block;
width: 100vw;
height: 4.5vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation4:hover {
background-color: transparent;
}
.clientlistitemfadeanimation5 {
display: block;
width: 100vw;
height: 4vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation5:hover {
background-color: transparent;
}
.clientlistitemfadeanimation6 {
display: block;
width: 100vw;
height: 3vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation6:hover {
background-color: transparent;
}
.h2fadeclients {
width: 100vw;
height: 15vh;
}
@media screen and (max-width: 991px) {
.rcavhs1 {
-ms-grid-rows: 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 2fr;
grid-template-rows: 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 2fr;
}
.imryan {
height: 125vh;
}
.p {
font-size: 6vw;
}
.maincontent {
height: 425vh;
}
.h1hello {
font-size: 20vw;
line-height: 24vw;
}
.h2 {
font-size: 5vw;
}
.h2imryan {
font-size: 14vw;
}
.h2clients {
font-size: 5vw;
}
.linkmemain {
font-size: 5vw;
}
.linkmemaincta {
font-size: 5vw;
}
.modalawards {
display: none;
}
.h3clientli {
font-size: 4vw;
}
.h3clientli2 {
font-size: 3.7vw;
}
.h3clientli3 {
font-size: 3.4vw;
}
.h3clientli4 {
font-size: 3.1vw;
}
.h3clientli5 {
font-size: 2.8vw;
}
.h3clientli6 {
font-size: 2.8vw;
}
}
@media screen and (max-width: 767px) {
.rcavhs2 {
width: auto;
}
.h3clientli {
font-size: 4vw;
}
.h3clientli2 {
font-size: 3.7vw;
}
.h3clientli3 {
font-size: 3.4vw;
}
.h3clientli4 {
font-size: 3.1vw;
}
.h3clientli5 {
font-size: 2.8vw;
}
.h3clientli6 {
font-size: 2.8vw;
}
}
@media screen and (max-width: 479px) {
.imryan {
height: 125vh;
}
.rcavhs2 {
position: static;
}
.h2centerfade {
height: 10vh;
line-height: 10px;
}
.p {
padding-right: 24px;
padding-left: 24px;
line-height: 5vh;
}
.profile {
position: static;
padding-right: 24px;
padding-left: 24px;
text-align: center;
-o-object-fit: contain;
object-fit: contain;
}
.clientlistitemfadeanimation {
height: 6vh;
}
.link {
height: 10vh;
}
.socialinks {
height: 40vh;
}
.pfade {
height: 15vh;
}
.h2fade {
height: 15vh;
}
.h1hello {
padding-left: 0px;
text-align: center;
}
.h2 {
padding-left: 0px;
font-size: 7vw;
text-align: center;
}
.h2imryan {
padding-left: 0px;
font-size: 14vw;
line-height: 10vh;
text-align: center;
}
.r5h {
width: 100vw;
height: 5.5vh;
}
.h2clients {
padding-left: 0px;
font-size: 7vw;
line-height: 10vh;
text-align: center;
}
.linkmemain {
height: 10vh;
padding-left: 0px;
background-color: rgba(162, 57, 54, 0.7);
line-height: 10vh;
text-align: center;
}
.linkmemaincta {
height: 10vh;
padding-left: 0px;
background-color: #a23936;
line-height: 10vh;
text-align: center;
}
.awards {
width: 80vw;
}
.awardsheading {
font-size: 32px;
line-height: 10vh;
}
.button {
margin-right: 0%;
margin-left: 0px;
font-size: 16px;
}
.closemodalawars {
z-index: 99999;
width: 40px;
margin-top: 2px;
margin-right: 2px;
}
.awardslistelement {
padding-left: 0px;
background-image: none;
font-size: 16px;
line-height: 20px;
text-decoration: none;
}
.modalawardside {
width: 10vw;
}
.h3clientli {
font-size: 6vw;
line-height: 6vh;
}
.h3clientli2 {
font-size: 5.6vw;
line-height: 5.5vh;
}
.h3clientli3 {
font-size: 5.2vw;
line-height: 5vh;
}
.h3clientli4 {
font-size: 4.8vw;
line-height: 4.5vh;
}
.h3clientli5 {
font-size: 4.4vw;
line-height: 4vh;
}
.h3clientli6 {
font-size: 4.4vw;
line-height: 3vh;
}
.clientlistitemfadeanimation2 {
height: 5.5vh;
}
.clientlistitemfadeanimation3 {
height: 5vh;
}
.clientlistitemfadeanimation4 {
height: 4.5vh;
}
.clientlistitemfadeanimation5 {
height: 4vh;
}
.clientlistitemfadeanimation6 {
height: 3vh;
}
.h2fadeclients {
height: 10vh;
}
} | css/ryanallen.webflow.css | .w-layout-grid {
display: -ms-grid;
display: grid;
grid-auto-columns: 1fr;
-ms-grid-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
-ms-grid-rows: auto auto;
grid-template-rows: auto auto;
grid-row-gap: 16px;
grid-column-gap: 16px;
}
body {
font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
color: #333;
font-size: 14px;
line-height: 20px;
}
a {
text-decoration: underline;
}
.hello {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
width: 100vw;
height: 100vh;
margin: 0px;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
background-color: transparent;
}
.body {
margin: 0px;
padding: 0px;
background-color: #0d0718;
}
.rcavhs1 {
width: 100vw;
height: 100vh;
margin-top: 0px;
padding: 0px;
grid-auto-flow: row;
grid-column-gap: 0px;
grid-row-gap: 0px;
grid-template-areas: "Area";
-ms-grid-columns: 1fr;
grid-template-columns: 1fr;
-ms-grid-rows: 0.4fr 0px 0.4fr 0px 0.4fr 0px 0.4fr 0px 0.4fr 0px 2fr;
grid-template-rows: 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 2fr;
}
.r {
font-family: 'Abril Fatface', sans-serif;
color: #999;
font-size: 40px;
line-height: 40px;
font-weight: 600;
}
.navbar {
position: -webkit-sticky;
position: sticky;
top: 0px;
background-color: transparent;
}
.darkfill {
background-color: #0d0718;
}
.virgostearsfill {
background-color: #440775;
background-clip: border-box;
}
.fusciafill {
background-color: #f81894;
background-clip: border-box;
}
.bloodfill {
background-color: #da040b;
}
.poppyfill {
background-color: #f75d04;
}
.h1fade {
background-color: transparent;
}
.clients {
width: 100vw;
height: 100vh;
background-color: transparent;
background-clip: border-box;
}
.imryan {
width: 100vw;
height: 125vh;
}
.rcavhs2 {
position: relative;
width: 100vw;
height: 40vh;
background-image: url('../images/RCAT120.svg');
background-position: 50% 50%;
background-size: contain;
background-repeat: no-repeat;
background-attachment: scroll;
font-family: Ubuntu, Helvetica, sans-serif;
text-align: center;
}
.r10 {
width: 100vw;
height: 10vh;
}
.h2centerfade {
display: block;
width: 100vw;
height: 20vh;
text-align: center;
-o-object-fit: fill;
object-fit: fill;
}
.p {
padding-right: 24px;
padding-left: 24px;
font-family: Trirong, sans-serif;
color: #ddd;
font-size: 3vw;
line-height: 10vh;
font-weight: 400;
text-align: center;
}
.profile {
position: static;
height: 40vh;
max-height: 100%;
padding-right: 0px;
padding-left: 0px;
float: none;
clear: none;
text-align: center;
-o-object-fit: contain;
object-fit: contain;
}
.clientlistitemfadeanimation {
display: block;
width: 100vw;
height: 6vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation:hover {
background-color: transparent;
}
.link {
position: static;
width: 100vw;
height: 15vh;
line-height: 10px;
text-align: left;
text-decoration: none;
white-space: normal;
cursor: pointer;
}
.connect {
width: 100vw;
height: 100vh;
background-color: transparent;
background-clip: border-box;
}
.tanfill {
width: 100vw;
height: 0.5vh;
background-color: #ccbb9d;
}
.socialinks {
width: 100vw;
height: 60vh;
background-color: transparent;
background-clip: border-box;
}
.bottomfill {
width: 100vw;
height: 2vh;
background-color: #0d0718;
}
.sonyvhsbg {
width: 100vw;
height: 100vh;
background-color: transparent;
background-image: url('../images/sonyVHS.svg');
background-position: 100% 50%;
background-size: cover;
background-repeat: no-repeat;
background-clip: border-box;
}
.brand {
padding: 24px;
}
.pfade {
width: 100vw;
height: 20vh;
}
.imgfade {
width: 100vw;
height: 40vh;
}
.maincontent {
width: 100vw;
height: 425vh;
}
.brownfill {
width: 100vw;
height: 1vh;
background-color: #726048;
}
.h2fade {
width: 100vw;
height: 15vh;
}
.h1hello {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 8px;
padding-left: 48px;
font-family: 'Abril Fatface', sans-serif;
color: #4b5961;
font-size: 14vw;
line-height: 16vw;
text-align: left;
}
.h2 {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 48px;
font-family: 'Abril Fatface', sans-serif;
color: #0d0718;
font-size: 4vw;
line-height: 15vh;
font-weight: 600;
text-align: center;
}
.h2imryan {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
font-family: 'Abril Fatface', sans-serif;
color: #dfdfdf;
font-size: 8vw;
line-height: 20vh;
font-weight: 600;
}
.fadein {
width: 100vw;
height: 100vh;
}
.h2clients {
margin-top: 0px;
margin-bottom: 0px;
padding-left: 48px;
font-family: 'Abril Fatface', sans-serif;
color: #0d0718;
font-size: 4vw;
line-height: 15vh;
font-weight: 600;
text-align: center;
}
.linkmemain {
width: 100vw;
height: 15vh;
padding-left: 48px;
background-color: rgba(162, 57, 54, 0.6);
font-family: Trirong, sans-serif;
color: #0d0718;
font-size: 3.25vw;
line-height: 15vh;
font-weight: 400;
text-align: center;
text-decoration: underline;
cursor: pointer;
}
.linkmemain:hover {
background-color: #0d0718;
color: #eaedee;
}
.linkmemaincta {
width: 100vw;
height: 15vh;
padding-left: 48px;
background-color: #a23936;
font-family: Trirong, sans-serif;
color: #0d0718;
font-size: 3.25vw;
line-height: 15vh;
font-weight: 400;
text-align: center;
text-decoration: underline;
}
.linkmemaincta:hover {
background-color: #0d0718;
color: #eaedee;
}
.modalawards {
position: fixed;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
z-index: 9999;
display: none;
overflow: scroll;
height: 100%;
padding-top: 0px;
padding-left: 0px;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-webkit-flex-direction: row;
-ms-flex-direction: row;
flex-direction: row;
-webkit-flex-wrap: nowrap;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
background-color: rgba(0, 0, 0, 0.5);
background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#333));
background-image: linear-gradient(180deg, #333, #333);
opacity: 1;
text-align: center;
-o-object-fit: cover;
object-fit: cover;
}
.awards {
display: block;
overflow: auto;
width: 72vw;
max-width: 100%;
margin: auto;
padding: 20px;
background-color: #444;
opacity: 1;
-webkit-transform: translate(0px, 100px);
-ms-transform: translate(0px, 100px);
transform: translate(0px, 100px);
}
.awardlink {
color: #ffaedb;
font-style: normal;
text-decoration: underline;
}
.awardsheading {
display: block;
margin-top: 40px;
margin-bottom: 20px;
font-family: 'Abril Fatface', sans-serif;
color: #dfdfdf;
font-size: 56px;
line-height: 15vh;
}
.button {
display: block;
margin: 7.5vh 10% 10%;
background-color: #f81894;
font-family: 'Abril Fatface', sans-serif;
font-size: 32px;
line-height: 64px;
}
.closemodalawars {
position: absolute;
left: auto;
top: 0%;
right: 0%;
bottom: auto;
display: block;
width: 50px;
margin-top: 20px;
margin-right: 20px;
padding: 5px;
}
.awardslist {
margin-bottom: 0px;
padding-left: 0px;
list-style-type: none;
}
.awardslistelement {
margin-right: 10%;
margin-bottom: 20px;
margin-left: 10%;
padding-left: 40px;
background-image: url('../images/award.svg');
background-position: 0% 7px;
background-size: 15px;
background-repeat: no-repeat;
background-attachment: scroll;
font-family: Trirong, sans-serif;
color: #dfdfdf;
font-size: 22px;
line-height: 30px;
text-align: left;
text-transform: none;
list-style-type: none;
}
.modalawardside {
width: 14vw;
height: auto;
}
.link {
color: #5ae2f7;
text-decoration: underline;
}
.h3clientli {
font-family: Trirong, sans-serif;
color: #0d0718;
font-size: 3.5vw;
line-height: 6vh;
font-weight: 400;
text-align: center;
}
.h3clientli2 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.95);
font-size: 3vw;
line-height: 5.5vh;
font-weight: 400;
text-align: center;
}
.h3clientli3 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.9);
font-size: 2.5vw;
line-height: 5vh;
font-weight: 400;
text-align: center;
}
.h3clientli4 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.8);
font-size: 2vw;
line-height: 4.5vh;
font-weight: 400;
text-align: center;
}
.h3clientli5 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.7);
font-size: 1.5vw;
line-height: 4vh;
font-weight: 400;
text-align: center;
}
.h3clientli6 {
font-family: Trirong, sans-serif;
color: rgba(13, 7, 24, 0.6);
font-size: 1vw;
line-height: 3vh;
font-weight: 400;
text-align: center;
}
.r42 {
width: 100vw;
height: 42vh;
}
.clientlistitemfadeanimation2 {
display: block;
width: 100vw;
height: 5.5vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation2:hover {
background-color: transparent;
}
.clientlistitemfadeanimation3 {
display: block;
width: 100vw;
height: 5vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation3:hover {
background-color: transparent;
}
.clientlistitemfadeanimation4 {
display: block;
width: 100vw;
height: 4.5vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation4:hover {
background-color: transparent;
}
.clientlistitemfadeanimation5 {
display: block;
width: 100vw;
height: 4vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation5:hover {
background-color: transparent;
}
.clientlistitemfadeanimation6 {
display: block;
width: 100vw;
height: 3vh;
background-color: transparent;
text-align: center;
cursor: auto;
-o-object-fit: fill;
object-fit: fill;
}
.clientlistitemfadeanimation6:hover {
background-color: transparent;
}
.h2fadeclients {
width: 100vw;
height: 15vh;
}
@media screen and (max-width: 991px) {
.rcavhs1 {
-ms-grid-rows: 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 2fr;
grid-template-rows: 0.4fr 0.4fr 0.4fr 0.4fr 0.4fr 2fr;
}
.imryan {
height: 125vh;
}
.p {
font-size: 6vw;
}
.maincontent {
height: 425vh;
}
.h1hello {
font-size: 20vw;
line-height: 24vw;
}
.h2 {
font-size: 5vw;
}
.h2imryan {
font-size: 14vw;
}
.h2clients {
font-size: 5vw;
}
.linkmemain {
font-size: 5vw;
}
.linkmemaincta {
font-size: 5vw;
}
.modalawards {
display: none;
}
.h3clientli {
font-size: 4vw;
}
.h3clientli2 {
font-size: 3.7vw;
}
.h3clientli3 {
font-size: 3.4vw;
}
.h3clientli4 {
font-size: 3.1vw;
}
.h3clientli5 {
font-size: 2.8vw;
}
.h3clientli6 {
font-size: 2.8vw;
}
}
@media screen and (max-width: 767px) {
.rcavhs2 {
width: auto;
}
.h3clientli {
font-size: 4vw;
}
.h3clientli2 {
font-size: 3.7vw;
}
.h3clientli3 {
font-size: 3.4vw;
}
.h3clientli4 {
font-size: 3.1vw;
}
.h3clientli5 {
font-size: 2.8vw;
}
.h3clientli6 {
font-size: 2.8vw;
}
}
@media screen and (max-width: 479px) {
.imryan {
height: 125vh;
}
.rcavhs2 {
position: static;
}
.h2centerfade {
height: 10vh;
line-height: 10px;
}
.p {
padding-right: 24px;
padding-left: 24px;
line-height: 5vh;
}
.profile {
position: static;
padding-right: 24px;
padding-left: 24px;
text-align: center;
-o-object-fit: contain;
object-fit: contain;
}
.clientlistitemfadeanimation {
height: 6vh;
}
.link {
height: 10vh;
}
.socialinks {
height: 40vh;
}
.pfade {
height: 15vh;
}
.h2fade {
height: 15vh;
}
.h1hello {
padding-left: 0px;
text-align: center;
}
.h2 {
padding-left: 0px;
font-size: 7vw;
text-align: center;
}
.h2imryan {
padding-left: 0px;
font-size: 14vw;
line-height: 10vh;
text-align: center;
}
.r5h {
width: 100vw;
height: 5.5vh;
}
.h2clients {
padding-left: 0px;
font-size: 7vw;
line-height: 10vh;
text-align: center;
}
.linkmemain {
height: 10vh;
padding-left: 0px;
background-color: rgba(162, 57, 54, 0.7);
line-height: 10vh;
text-align: center;
}
.linkmemaincta {
height: 10vh;
padding-left: 0px;
background-color: #a23936;
line-height: 10vh;
text-align: center;
}
.awards {
width: 80vw;
}
.awardsheading {
font-size: 32px;
line-height: 10vh;
}
.button {
margin-right: 0%;
margin-left: 0px;
font-size: 16px;
}
.closemodalawars {
z-index: 99999;
width: 40px;
margin-top: 2px;
margin-right: 2px;
}
.awardslistelement {
padding-left: 0px;
background-image: none;
font-size: 16px;
line-height: 20px;
text-decoration: none;
}
.modalawardside {
width: 10vw;
}
.h3clientli {
font-size: 6vw;
line-height: 6vh;
}
.h3clientli2 {
font-size: 5.6vw;
line-height: 5.5vh;
}
.h3clientli3 {
font-size: 5.2vw;
line-height: 5vh;
}
.h3clientli4 {
font-size: 4.8vw;
line-height: 4.5vh;
}
.h3clientli5 {
font-size: 4.4vw;
line-height: 4vh;
}
.h3clientli6 {
font-size: 4.4vw;
line-height: 3vh;
}
.clientlistitemfadeanimation2 {
height: 5.5vh;
}
.clientlistitemfadeanimation3 {
height: 5vh;
}
.clientlistitemfadeanimation4 {
height: 4.5vh;
}
.clientlistitemfadeanimation5 {
height: 4vh;
}
.clientlistitemfadeanimation6 {
height: 3vh;
}
.h2fadeclients {
height: 10vh;
}
} | 0.393618 | 0.094971 |
html {
scroll-behavior: smooth;
}
.top {
width: 100%;
text-align: center;
height: 1.5in;
line-height: 0.8in;
font-size: 20px;
color: white;
background-image: -webkit-gradient(
linear,
left top,
right bottom,
from(#00acff),
color-stop(#43c0ff),
color-stop(#6ed2fe),
color-stop(#97e3fd),
to(#bff3ff)
);
background-image: -o-linear-gradient(
left top,
#00acff,
#43c0ff,
#6ed2fe,
#97e3fd,
#bff3ff
);
background-image: linear-gradient(
to right bottom,
#00acff,
#43c0ff,
#6ed2fe,
#97e3fd,
#bff3ff
);
}
.term {
background-color: #ff009e;
color: #fff;
padding: 2px 5px;
border-radius: 5px;
position: relative;
bottom: 5px;
display: inline-block;
font-size: 0.9em;
width: 20px;
}
.fo {
width: 100%;
height: 60%;
padding-left: 0px;
}
h2 {
margin: 0;
padding: auto;
}
h1 > em {
color: black;
padding-top: 3px;
}
#iconL {
margin: 0 10px;
height: 24px;
color: #00acff;
display: block;
background: url("../img/settings.svg");
background-repeat: no-repeat;
background-position: right;
}
form:not(.simp) {
width: 90%;
text-align: center;
place-items: center;
border-radius: 15px;
-webkit-box-shadow: 2px 1px 5px #ddddff;
box-shadow: 2px 1px 5px #ddddff;
padding-top: 15px;
margin: 15px auto;
overflow: scroll;
}
@media (min-width: 800px) {
form:not(.simp),.pref,.topImg,#out,.top {
width: 400px;
}
}
.simp {
margin: 30px auto;
padding: 5px;
}
.simp .params {
margin-bottom: -5px;
height: 60px;
}
.con {
width: 90%;
border-radius: 15px;
}
.anim {
-webkit-animation: popping 2s ease-in 0s infinite normal forwards;
animation: popping 2s ease-in 0s infinite normal forwards;
}
@-webkit-keyframes popping {
from {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
to {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes popping {
from {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
to {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.i {
width: 22px;
height: 22px;
margin-right: 2px;
position: relative;
float: ;
}
label {
float: left;
padding-lft: 50px;
}
.params {
margin: 0 0 15px 0;
height: 30px;
outline: none;
padding: 20px 0 20px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #fff;
background: #fff;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
font-family: "Poppins", sans-serif;
font-size: 22px;
width: 100%;
}
.params {
border: 1px solid rgb(0, 172, 255);
border-radius: 5px;
}
.params:hover,.focused {
border: 1px solid #ff009e;
}
label {
font-size: 25px;
margin-left: 0;
}
legend {
margin-bottom: 50px;
}
input:hover {
border: 1px solid #777;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
label:first-child {
margin-top: 30px;
font-size: 25px;
}
.but {
width: 60%;
background-color: #ff009e;
color: white;
border-radius: 10px;
outline: none;
padding-top: 12px;
text-align: center;
border: 0px;
margin: 25px 5px 5px 0;
font-size: 30px;
cursor: pointer;
float: left;
height: 60px;
}
#clear {
width: 35%;
}
fieldset {
border: 2px solid #00acff;
border-radius: 8px;
margin: 10px;
margin-top: 0;
} /* config styles*/
.topImg{ height: 100%;}
.topImg,.top{
display: block;
margin: 0 auto;
}
.blueH {
background-color: #00acff;
color: #fff;
}
.blueH a {
color: #fff;
}
body {
overflow-x: hidden;
podition: relative;
}
.topBar {
font-size: 1.5em;
display: block;
width: 100vw;
margin-bottom: 2px;
border: 1px #00acff solid
}
.topBar span {
display: inline-block;
padding: 10px;
width: 40%;
text-align: center;
}
.sections {
display: none;
width: 100vw;
left: 100%;
}
.container {
width: 100%;
overflow-x: hidden;
height: 100vh;
position: relative;
}
.current {
display: block;
}
.slideIn {
display: block;
-webkit-animation: slidein 0.5s ease-out 0s 1 normal forwards;
animation: slidein 0.5s ease-out 0s 1 normal forwards;
position: absolute;
}
@-webkit-keyframes slidein {
from {
left: 100%;
}
to {
left: 0%;
}
}
@keyframes slidein {
from {
left: 100%;
}
to {
left: 0%;
}
}
.slideOut {
-webkit-animation: slideout 0.5s ease-out 0s normal forwards;
animation: slideout 0.5s ease-out 0s normal forwards;
}
.hide {
display: none;
}
@-webkit-keyframes slideout {
from {
left: 0%;
}
to {
left: -100%;
}
}
@keyframes slideout {
from {
left: 0%;
}
to {
left: -100%;
}
}
a {
text-decoration: none;
color: #00acff;
}
.topBar -child {
float: left;
}
.topBar span:last-child {
float: right;
}
.resultCon {
position: relative;
top: 2em;
left: -2%;
}
.searchR {
display: block;
padding: 10px;
width: 100%;
list-style-type: none;
border-bottom: 1px #00acff solid;
margin: 5px;
margin-left: -15px;
font-size: 20px;
opacity: 0;
}
.fade {
-webkit-animation: fadein 2s ease 0s 1 normal forwards;
animation: fadein 2s ease 0s 1 normal forwards;
}
.fadeOut {
-webkit-animation: fadeout 2s ease 0s 1 normal forwards;
animation: fadeout 2s ease 0s 1 normal forwards;
}
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.pref {
padding: 10px;
margin: 5px auto;
border-radius: 5px;
background-color: #00acff;
color: #eee;
display: block;
}
select {
background-color: #00acff;
color: #eee;
border: none;
outline: none;
}
.inactive {
opacity: 0.2;
}
#save {
width: 250px;
outline: none;
}
.right {
float: right;
}
.dark {
background-color: #000;
color: #fff;
}
.dark input[type="number"] {
background-color: #ccc;
}
.dark .top {
background-image: -o-linear-gradient(330deg, #444, #111);
background-image: linear-gradient(120deg, #444, #111);
}
.dark #out,
.dark em {
-webkit-box-shadow: 3px 3px 15px #333, -4px -4px 17px #000;
box-shadow: 3px 3px 15px #333, -4px -4px 17px #000;
color: #fff;
}
input[type="checkbox"] {
height: 0;
width: 0;
visibility: hidden;
}
.custom {
cursor: pointer;
width: 50px;
height: 25px;
background: #ccc;
display: block;
border-radius: 10px;
position: relative;
}
.custom:after {
content: "";
position: absolute;
top: 2px;
left: 2px;
width: 20px;
height: 20px;
background: #fff;
border-radius: 50%;
-webkit-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
}
input:checked + label {
background: #00ff19;
}
input:checked + label:after {
left: calc(100% - 2px);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.custom:active:after {
width: 130px;
} /*KeyB styles*/
.keyB {
position: absolute;
border-radius: 10px;
padding: 20px; /*box-shadow: 0 4px 8px 0 #cfcfcf;*/
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 60%;
display: none;
top: 0;
}
.rows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} /*.rows:first-child,.rows:last-child{ margin: 0px 0px 0px 0px; } */
.keyB .rows .sp {
background-color: #efefef;
}
.keyB input[type="button"] {
background-color: #fff;
border-radius: 10px;
-webkit-box-shadow: -3px -3px 7px #ffffff73,
2px 2px 5px rgba(94, 104, 121, 0.288);
box-shadow: -3px -3px 7px #ffffff73, 2px 2px 5px rgba(94, 104, 121, 0.288); /*box-shadow: 3px 3px 15px #cfcfcf; /*box-shadow: 5px 5px 8px #eee, -6px -6px 6px #fff;*/
outline: none;
margin: 5px 2px;
border: none;
font-size: 15px;
width: 3em;
height: 2em;
}
.keyB input[type="button"]:focus {
color: #3498db;
-webkit-box-shadow: inset -3px -3px 7px #ffffff73,
inset 2px 2px 5px rgba(94, 104, 121, 0.288);
box-shadow: inset -3px -3px 7px #ffffff73,
inset 2px 2px 5px rgba(94, 104, 121, 0.288);
}
.dark .keyB input[type="button"]:focus {
color: #3498db;
-webkit-box-shadow: inset -3px -3px 7px #aaa,
inset 2px 2px 5px rgba(2, 5, 4, 0.288);
box-shadow: inset -3px -3px 7px #222,
inset 2px 2px 5px rgba(120,120,120,1);
}
keyB .ro input[type="button"] {
width: 4em;
height: 3em;
}
.dark .keyB input[type="button"] {
background-color: #111;
color: #eee;
border: 0.5px white solid;
-webkit-box-shadow: 3px 3px 20px #000 /*, -4px -4px 17px #222*/;
box-shadow: 3px 3px 20px #000 /*, -4px -4px 17px #222*/;
} | css/form.css | html {
scroll-behavior: smooth;
}
.top {
width: 100%;
text-align: center;
height: 1.5in;
line-height: 0.8in;
font-size: 20px;
color: white;
background-image: -webkit-gradient(
linear,
left top,
right bottom,
from(#00acff),
color-stop(#43c0ff),
color-stop(#6ed2fe),
color-stop(#97e3fd),
to(#bff3ff)
);
background-image: -o-linear-gradient(
left top,
#00acff,
#43c0ff,
#6ed2fe,
#97e3fd,
#bff3ff
);
background-image: linear-gradient(
to right bottom,
#00acff,
#43c0ff,
#6ed2fe,
#97e3fd,
#bff3ff
);
}
.term {
background-color: #ff009e;
color: #fff;
padding: 2px 5px;
border-radius: 5px;
position: relative;
bottom: 5px;
display: inline-block;
font-size: 0.9em;
width: 20px;
}
.fo {
width: 100%;
height: 60%;
padding-left: 0px;
}
h2 {
margin: 0;
padding: auto;
}
h1 > em {
color: black;
padding-top: 3px;
}
#iconL {
margin: 0 10px;
height: 24px;
color: #00acff;
display: block;
background: url("../img/settings.svg");
background-repeat: no-repeat;
background-position: right;
}
form:not(.simp) {
width: 90%;
text-align: center;
place-items: center;
border-radius: 15px;
-webkit-box-shadow: 2px 1px 5px #ddddff;
box-shadow: 2px 1px 5px #ddddff;
padding-top: 15px;
margin: 15px auto;
overflow: scroll;
}
@media (min-width: 800px) {
form:not(.simp),.pref,.topImg,#out,.top {
width: 400px;
}
}
.simp {
margin: 30px auto;
padding: 5px;
}
.simp .params {
margin-bottom: -5px;
height: 60px;
}
.con {
width: 90%;
border-radius: 15px;
}
.anim {
-webkit-animation: popping 2s ease-in 0s infinite normal forwards;
animation: popping 2s ease-in 0s infinite normal forwards;
}
@-webkit-keyframes popping {
from {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
to {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
@keyframes popping {
from {
-webkit-transform: translateY(5px);
transform: translateY(5px);
}
to {
-webkit-transform: translateY(-5px);
transform: translateY(-5px);
}
}
.i {
width: 22px;
height: 22px;
margin-right: 2px;
position: relative;
float: ;
}
label {
float: left;
padding-lft: 50px;
}
.params {
margin: 0 0 15px 0;
height: 30px;
outline: none;
padding: 20px 0 20px 10px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
border: 1px solid #fff;
background: #fff;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
transition: 0.2s;
font-family: "Poppins", sans-serif;
font-size: 22px;
width: 100%;
}
.params {
border: 1px solid rgb(0, 172, 255);
border-radius: 5px;
}
.params:hover,.focused {
border: 1px solid #ff009e;
}
label {
font-size: 25px;
margin-left: 0;
}
legend {
margin-bottom: 50px;
}
input:hover {
border: 1px solid #777;
-webkit-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}
label:first-child {
margin-top: 30px;
font-size: 25px;
}
.but {
width: 60%;
background-color: #ff009e;
color: white;
border-radius: 10px;
outline: none;
padding-top: 12px;
text-align: center;
border: 0px;
margin: 25px 5px 5px 0;
font-size: 30px;
cursor: pointer;
float: left;
height: 60px;
}
#clear {
width: 35%;
}
fieldset {
border: 2px solid #00acff;
border-radius: 8px;
margin: 10px;
margin-top: 0;
} /* config styles*/
.topImg{ height: 100%;}
.topImg,.top{
display: block;
margin: 0 auto;
}
.blueH {
background-color: #00acff;
color: #fff;
}
.blueH a {
color: #fff;
}
body {
overflow-x: hidden;
podition: relative;
}
.topBar {
font-size: 1.5em;
display: block;
width: 100vw;
margin-bottom: 2px;
border: 1px #00acff solid
}
.topBar span {
display: inline-block;
padding: 10px;
width: 40%;
text-align: center;
}
.sections {
display: none;
width: 100vw;
left: 100%;
}
.container {
width: 100%;
overflow-x: hidden;
height: 100vh;
position: relative;
}
.current {
display: block;
}
.slideIn {
display: block;
-webkit-animation: slidein 0.5s ease-out 0s 1 normal forwards;
animation: slidein 0.5s ease-out 0s 1 normal forwards;
position: absolute;
}
@-webkit-keyframes slidein {
from {
left: 100%;
}
to {
left: 0%;
}
}
@keyframes slidein {
from {
left: 100%;
}
to {
left: 0%;
}
}
.slideOut {
-webkit-animation: slideout 0.5s ease-out 0s normal forwards;
animation: slideout 0.5s ease-out 0s normal forwards;
}
.hide {
display: none;
}
@-webkit-keyframes slideout {
from {
left: 0%;
}
to {
left: -100%;
}
}
@keyframes slideout {
from {
left: 0%;
}
to {
left: -100%;
}
}
a {
text-decoration: none;
color: #00acff;
}
.topBar -child {
float: left;
}
.topBar span:last-child {
float: right;
}
.resultCon {
position: relative;
top: 2em;
left: -2%;
}
.searchR {
display: block;
padding: 10px;
width: 100%;
list-style-type: none;
border-bottom: 1px #00acff solid;
margin: 5px;
margin-left: -15px;
font-size: 20px;
opacity: 0;
}
.fade {
-webkit-animation: fadein 2s ease 0s 1 normal forwards;
animation: fadein 2s ease 0s 1 normal forwards;
}
.fadeOut {
-webkit-animation: fadeout 2s ease 0s 1 normal forwards;
animation: fadeout 2s ease 0s 1 normal forwards;
}
@-webkit-keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@-webkit-keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.pref {
padding: 10px;
margin: 5px auto;
border-radius: 5px;
background-color: #00acff;
color: #eee;
display: block;
}
select {
background-color: #00acff;
color: #eee;
border: none;
outline: none;
}
.inactive {
opacity: 0.2;
}
#save {
width: 250px;
outline: none;
}
.right {
float: right;
}
.dark {
background-color: #000;
color: #fff;
}
.dark input[type="number"] {
background-color: #ccc;
}
.dark .top {
background-image: -o-linear-gradient(330deg, #444, #111);
background-image: linear-gradient(120deg, #444, #111);
}
.dark #out,
.dark em {
-webkit-box-shadow: 3px 3px 15px #333, -4px -4px 17px #000;
box-shadow: 3px 3px 15px #333, -4px -4px 17px #000;
color: #fff;
}
input[type="checkbox"] {
height: 0;
width: 0;
visibility: hidden;
}
.custom {
cursor: pointer;
width: 50px;
height: 25px;
background: #ccc;
display: block;
border-radius: 10px;
position: relative;
}
.custom:after {
content: "";
position: absolute;
top: 2px;
left: 2px;
width: 20px;
height: 20px;
background: #fff;
border-radius: 50%;
-webkit-transition: 0.8s;
-o-transition: 0.8s;
transition: 0.8s;
}
input:checked + label {
background: #00ff19;
}
input:checked + label:after {
left: calc(100% - 2px);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
transform: translateX(-100%);
}
.custom:active:after {
width: 130px;
} /*KeyB styles*/
.keyB {
position: absolute;
border-radius: 10px;
padding: 20px; /*box-shadow: 0 4px 8px 0 #cfcfcf;*/
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
transform: translateX(-50%);
width: 60%;
display: none;
top: 0;
}
.rows {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
} /*.rows:first-child,.rows:last-child{ margin: 0px 0px 0px 0px; } */
.keyB .rows .sp {
background-color: #efefef;
}
.keyB input[type="button"] {
background-color: #fff;
border-radius: 10px;
-webkit-box-shadow: -3px -3px 7px #ffffff73,
2px 2px 5px rgba(94, 104, 121, 0.288);
box-shadow: -3px -3px 7px #ffffff73, 2px 2px 5px rgba(94, 104, 121, 0.288); /*box-shadow: 3px 3px 15px #cfcfcf; /*box-shadow: 5px 5px 8px #eee, -6px -6px 6px #fff;*/
outline: none;
margin: 5px 2px;
border: none;
font-size: 15px;
width: 3em;
height: 2em;
}
.keyB input[type="button"]:focus {
color: #3498db;
-webkit-box-shadow: inset -3px -3px 7px #ffffff73,
inset 2px 2px 5px rgba(94, 104, 121, 0.288);
box-shadow: inset -3px -3px 7px #ffffff73,
inset 2px 2px 5px rgba(94, 104, 121, 0.288);
}
.dark .keyB input[type="button"]:focus {
color: #3498db;
-webkit-box-shadow: inset -3px -3px 7px #aaa,
inset 2px 2px 5px rgba(2, 5, 4, 0.288);
box-shadow: inset -3px -3px 7px #222,
inset 2px 2px 5px rgba(120,120,120,1);
}
keyB .ro input[type="button"] {
width: 4em;
height: 3em;
}
.dark .keyB input[type="button"] {
background-color: #111;
color: #eee;
border: 0.5px white solid;
-webkit-box-shadow: 3px 3px 20px #000 /*, -4px -4px 17px #222*/;
box-shadow: 3px 3px 20px #000 /*, -4px -4px 17px #222*/;
} | 0.438064 | 0.117269 |
html {
-webkit-text-size-adjust: none;
}
html, body {
width: 100%;
}
html.is-overlayed {
height: 100%!important;
body {
height: 100%!important;
overflow: hidden!important;
}
}
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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
}
code, kbd, tt, pre {
font: 13px/20px "Courier New", Courier, monospace;
}
img {
border: none;
max-width: 100%;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
del:hover, s:hover {
text-decoration: line-through;
}
legend {
display: none;
}
html {
height: 100%;
}
body {
background: #fff;
color: var(--defaultColor);
font-size: 12px;
line-height: 16px;
font-family: var(--defaultFont);
height: 100%;
}
p {
margin: 0;
padding: 0;
}
ul, ol {
list-style-position: outside;
padding: 0;
margin: 0;
}
li {
margin: 0;
}
:focus {
outline: 0;
}
::-moz-selection {
background-color: #7caaee;
color: #ffffff;
}
::selection {
background-color: #7caaee;
color: #ffffff;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&.is-overlayed {
overflow: hidden;
}
}
h1, h2, h3, h4, h5, h6, b, strong {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
input::-ms-clear {
display: none;
width : 0;
height: 0;
}
input,
textarea {
box-shadow: none;
-webkit-appearance: none;
}
a {
color: var(--defaultColor);
text-decoration: none;
outline: 0;
&:hover,
&:focus {
outline: 0;
}
}
button {
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
[v-cloak] {
display: none;
} | public/loyalty/styles/helpers/reset.css | html {
-webkit-text-size-adjust: none;
}
html, body {
width: 100%;
}
html.is-overlayed {
height: 100%!important;
body {
height: 100%!important;
overflow: hidden!important;
}
}
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,
b, u, i, center,
dl, dt, dd,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: '';
}
code, kbd, tt, pre {
font: 13px/20px "Courier New", Courier, monospace;
}
img {
border: none;
max-width: 100%;
}
ins {
text-decoration: none;
}
del {
text-decoration: line-through;
}
del:hover, s:hover {
text-decoration: line-through;
}
legend {
display: none;
}
html {
height: 100%;
}
body {
background: #fff;
color: var(--defaultColor);
font-size: 12px;
line-height: 16px;
font-family: var(--defaultFont);
height: 100%;
}
p {
margin: 0;
padding: 0;
}
ul, ol {
list-style-position: outside;
padding: 0;
margin: 0;
}
li {
margin: 0;
}
:focus {
outline: 0;
}
::-moz-selection {
background-color: #7caaee;
color: #ffffff;
}
::selection {
background-color: #7caaee;
color: #ffffff;
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
&.is-overlayed {
overflow: hidden;
}
}
h1, h2, h3, h4, h5, h6, b, strong {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
}
input::-ms-clear {
display: none;
width : 0;
height: 0;
}
input,
textarea {
box-shadow: none;
-webkit-appearance: none;
}
a {
color: var(--defaultColor);
text-decoration: none;
outline: 0;
&:hover,
&:focus {
outline: 0;
}
}
button {
background: none;
border: 0;
color: inherit;
font: inherit;
line-height: normal;
overflow: visible;
padding: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
[v-cloak] {
display: none;
} | 0.405684 | 0.075517 |
body {
font-family: Arial, sans-serif
}
#page {
max-width: 1280px;
min-width: 885px;
margin: 0px auto 0px;
padding: 0
}
h1.query {
display: inline-block;
margin-right: 15px;
}
#site_description {
font-size: 14px;
}
div.container_heading {
border-bottom: 1px solid #888;
margin: 20px 0px 10px 0px;
padding-bottom: 5px;
}
div.container_heading h2 {
font-size: 18px;
color: #333;
display: inline;
margin-right: 10px;
}
div.container_heading span{
font-size: 13px;
float: right;
}
.tagline {
font-size: 14px;
width: 800px;
}
.user_details {
font-size: 13px;
float:right;
}
.user_details #user_email {
margin-right: 5px;
}
.admin_container {
max-width: 1280px;
margin: 30px 0px;
}
.sandbar {
background-color: #f1f1f1;
border: 1px solid #e1e1e1;
max-width: 1280px;
padding: 10px 30px 10px;
margin-top: 10px;
}
.auth_container {
padding: 0px 30px;
min-height: 60px;
}
.response_container {
border: 1px solid #ddd;
font-family: courier;
font-size: 13px;
padding: 20px;
background-color: #fefefe;
}
.test_response_container {
border: 2px solid rgb(184, 54, 43) !important;
}
.back_link {
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
.back_link:hover {
text-decoration: underline;
}
/* Button Style */
.button {
text-decoration: none;
font-size: 12px;
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
display: inline-block;
min-width: 54px;
height: 25px;
line-height: 25px;
font-weight: bold;
padding: 0 8px;
text-align: center;
-webkit-border-radius: 2px;
box-sizing: content-box;
}
.cancel {
font-size: 12px;
display: inline-block;
height: 5px;
margin-left: 10px;
}
/* Button Colors */
.button-gray:hover {
background-color: rgb(233, 224, 218) !important;
border-color: rgb(168, 164, 162) !important;
color: #222 !important;
background-image: -webkit-linear-gradient(top, rgb(253, 248, 244),rgb(230, 219, 212)) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.button-gray {
background-color: rgb(253, 249, 245) !important;
border-color: rgb(199, 194, 190) !important;
color: #444 !important;
background-image: -webkit-linear-gradient(top, rgb(255, 250, 244),rgb(232, 225, 222)) !important
}
.button-orange:hover {
background-color: rgb(231, 122, 50) !important;
border-color: rgb(163, 88, 37) !important;
color: rgb(61, 59, 59) !important;
background-image: -webkit-linear-gradient(top, rgb(254, 162, 77),rgb(232, 125, 53)) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.button-orange {
background-color: rgb(254, 155, 77) !important;
border-color: rgb(237, 139, 48) !important;
color: rgb(34, 31, 31) !important;
background-image: -webkit-linear-gradient(top, rgb(254, 169, 77),rgb(237, 137, 71)) !important;
}
.button-red:hover {
background-color: rgb(206, 56, 49) !important;
border-color: rgb(121, 35, 31) !important;
color: white !important;
background-image: -webkit-linear-gradient(top, rgb(207, 80, 63),rgb(184, 54, 43)) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.button-red {
background-color: rgb(209, 62, 62) !important;
border-color: rgb(170, 40, 34) !important;
color: white !important;
background-image: -webkit-linear-gradient(top, rgb(219, 64, 64),rgb(180, 52, 52)) !important;
}
.button-blue:hover {
background-color: #357ae8 !important;
border-color: #2f5bb7 !important;
color: white !important;
background-image: -webkit-linear-gradient(top, #4d90fe,#357ae8) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.button-blue {
background-color: #4d90fe !important;
border-color: #3079ed !important;
color: white !important;
background-image: -webkit-linear-gradient(top, #4d90fe,#4787ed) !important;
}
p.users_button {
float:right;
margin-left:20px;
}
p.create_button {
float:left
}
p.revoke_button {
float:right
}
span.revoke_button {
padding-right:10px;
font-size:12px
}
p.auth_button {
text-align: right
}
.auth_padding_admin {
margin-right: 200px;
}
.auth_padding {
margin-right: 70px;
}
.auth_message {
padding-right: 10px;
}
.create_message {
margin-left: 70px;
}
.auth_arrow, .create_arrow {
margin-right: 10px;
font-size: 25px;
}
/* Tables */
table {
width: 100%;
}
.admin_table {
border: 1px solid #bbb;
border-spacing: 0;
font-size: 12px;
}
.query_table {
font-size: 12px;
width: auto;
}
.admin_table tr:nth-child(even) {
background-color:#eee;
}
.admin_table tr:nth-child(odd) {
background-color:#fff;
}
.admin_table th {
border-bottom: 1px solid #ccc;
background-color:
}
.admin_table td, .admin_table th {
padding: 8px 10px;
}
td, th {
padding: 8px 10px 8px 0px;
text-align: left;
}
td.row_label {
font-weight: bold;
width: 110px;
vertical-align: top;
}
td.operations {
width: 75px;
}
td.name {
max-width: 200px;
word-wrap: break-word;
}
td.email {
max-width: 135px;
word-wrap: break-word;
}
td.public_link {
font-size: 12px;
max-width: 275px;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
/* Forms */
#query_form input, #user_form input {
padding-left: 5px;
width: 300px;
font-size: 13px;
font-family: Arial;
color: #333;
margin-bottom: 20px;
}
div.action_bar {
float: right;
}
div.manage {
width: 285px;
}
form.action_bar {
display: inline-block;
}
#refresh_interval input{
width: 20px !important;
font-size: 13px;
}
#query_form textarea#request {
width: 900px;
height: 65px;
}
#query_form label {
display: inline-block;
width: 175px;
text-align: right;
vertical-align: top;
padding: 2px 10px;
margin-bottom: 15px;
font-size: 15px;
}
#query_form label.edit-label {
font-weight: bold;
font-size: 12px;
text-align: left;
padding-left: 0px;
width: 110px;
}
#query_form .create-button {
width: 100px;
margin-left: 199px;
margin-top: 20px;
}
#query_form .save-button {
width: 100px;
margin-left: 124px;
margin-top: 20px;
}
#query_form .save-run-button {
width: 150px;
}
#query_form .test-button {
width: 100px;
margin-left: 5x;
margin-top: 20px;
}
#user_form label {
display: inline-block;
text-align: right;
vertical-align: top;
padding: 2px 10px;
margin-bottom: 15px;
font-size: 15px;
padding-left: 0px;
}
#user_form .create-button {
width: 100px;
margin-left: 50px;
}
#activate_form .create-button {
width: 100px;
height: 40px;
}
.tip-text {
font-size: 12px;
color: #444;
}
.explorer_tip {
margin-left: 199px;
}
#date_params {
margin-left: 199px;
}
#date_params.edit, .explorer_tip_edit {
margin-left: 124px;
}
label.error, .validate-text {
color: red;
font-size: 12px !important;
font-weight: bold;
width: auto !important;
}
label[for=query_request].error {
margin-left: 189px;
}
form.delete {
display: inline-block;
}
.edit-button {
float: right;
}
/*Auth Styles*/
.auth_status_message {
background-color: rgb(218, 218, 218);
padding: 15px;
margin-top: 31px;
border: 1px solid rgb(194, 166, 166);
}
h3.error_message {
text-transform: capitalize;
}
h3.error_message.success {
color: green;
}
h3.error_message.error {
color: red
}
.error_message_detail {
font-style: italic;
font-family: courier;
font-size: 15px;
color: green;
margin: 20px 0px 50px;
}
.user_activate {
font-size: 13px;
margin: 0px 0 20px 0;
}
.activation_container {
margin: 0 auto;
width: 700px;
padding: 25px;
text-align: center;
font-family: Arial;
font-size: 18px;
color: #222;
}
.warning {
margin: 10px 0 10px 0;
padding: 10px;
border-left: 4px solid rgb(219, 104, 104);
color: rgb(139, 34, 34);
}
/**
* API Query Status formatting
*/
#scheduling_running {
color: #4d90fe;
}
#scheduling_paused {
color: rgb(160, 11, 11);
}
#query_enabled {
color: rgb(18, 153, 67);
}
#query_disabled {
color: rgb(160, 11, 11);
}
.error_limit_reached {
color: red;
font-weight: bold;
}
.manage_status {
font-weight: bold;
}
.endpoint_warning {
font-size: 13px;
font-weight: bold;
}
#error_count {
color: rgb(204, 15, 15) !important
} | src/static/gasuperproxy/css/style.css | body {
font-family: Arial, sans-serif
}
#page {
max-width: 1280px;
min-width: 885px;
margin: 0px auto 0px;
padding: 0
}
h1.query {
display: inline-block;
margin-right: 15px;
}
#site_description {
font-size: 14px;
}
div.container_heading {
border-bottom: 1px solid #888;
margin: 20px 0px 10px 0px;
padding-bottom: 5px;
}
div.container_heading h2 {
font-size: 18px;
color: #333;
display: inline;
margin-right: 10px;
}
div.container_heading span{
font-size: 13px;
float: right;
}
.tagline {
font-size: 14px;
width: 800px;
}
.user_details {
font-size: 13px;
float:right;
}
.user_details #user_email {
margin-right: 5px;
}
.admin_container {
max-width: 1280px;
margin: 30px 0px;
}
.sandbar {
background-color: #f1f1f1;
border: 1px solid #e1e1e1;
max-width: 1280px;
padding: 10px 30px 10px;
margin-top: 10px;
}
.auth_container {
padding: 0px 30px;
min-height: 60px;
}
.response_container {
border: 1px solid #ddd;
font-family: courier;
font-size: 13px;
padding: 20px;
background-color: #fefefe;
}
.test_response_container {
border: 2px solid rgb(184, 54, 43) !important;
}
.back_link {
font-size: 13px;
font-weight: bold;
text-decoration: none;
}
.back_link:hover {
text-decoration: underline;
}
/* Button Style */
.button {
text-decoration: none;
font-size: 12px;
border: 1px solid rgba(0, 0, 0, 0.1);
cursor: pointer;
display: inline-block;
min-width: 54px;
height: 25px;
line-height: 25px;
font-weight: bold;
padding: 0 8px;
text-align: center;
-webkit-border-radius: 2px;
box-sizing: content-box;
}
.cancel {
font-size: 12px;
display: inline-block;
height: 5px;
margin-left: 10px;
}
/* Button Colors */
.button-gray:hover {
background-color: rgb(233, 224, 218) !important;
border-color: rgb(168, 164, 162) !important;
color: #222 !important;
background-image: -webkit-linear-gradient(top, rgb(253, 248, 244),rgb(230, 219, 212)) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.button-gray {
background-color: rgb(253, 249, 245) !important;
border-color: rgb(199, 194, 190) !important;
color: #444 !important;
background-image: -webkit-linear-gradient(top, rgb(255, 250, 244),rgb(232, 225, 222)) !important
}
.button-orange:hover {
background-color: rgb(231, 122, 50) !important;
border-color: rgb(163, 88, 37) !important;
color: rgb(61, 59, 59) !important;
background-image: -webkit-linear-gradient(top, rgb(254, 162, 77),rgb(232, 125, 53)) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.button-orange {
background-color: rgb(254, 155, 77) !important;
border-color: rgb(237, 139, 48) !important;
color: rgb(34, 31, 31) !important;
background-image: -webkit-linear-gradient(top, rgb(254, 169, 77),rgb(237, 137, 71)) !important;
}
.button-red:hover {
background-color: rgb(206, 56, 49) !important;
border-color: rgb(121, 35, 31) !important;
color: white !important;
background-image: -webkit-linear-gradient(top, rgb(207, 80, 63),rgb(184, 54, 43)) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.button-red {
background-color: rgb(209, 62, 62) !important;
border-color: rgb(170, 40, 34) !important;
color: white !important;
background-image: -webkit-linear-gradient(top, rgb(219, 64, 64),rgb(180, 52, 52)) !important;
}
.button-blue:hover {
background-color: #357ae8 !important;
border-color: #2f5bb7 !important;
color: white !important;
background-image: -webkit-linear-gradient(top, #4d90fe,#357ae8) !important;
-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
box-shadow: rgba(0, 0, 0, 0.2) 0 1px 1px 0;
}
.button-blue {
background-color: #4d90fe !important;
border-color: #3079ed !important;
color: white !important;
background-image: -webkit-linear-gradient(top, #4d90fe,#4787ed) !important;
}
p.users_button {
float:right;
margin-left:20px;
}
p.create_button {
float:left
}
p.revoke_button {
float:right
}
span.revoke_button {
padding-right:10px;
font-size:12px
}
p.auth_button {
text-align: right
}
.auth_padding_admin {
margin-right: 200px;
}
.auth_padding {
margin-right: 70px;
}
.auth_message {
padding-right: 10px;
}
.create_message {
margin-left: 70px;
}
.auth_arrow, .create_arrow {
margin-right: 10px;
font-size: 25px;
}
/* Tables */
table {
width: 100%;
}
.admin_table {
border: 1px solid #bbb;
border-spacing: 0;
font-size: 12px;
}
.query_table {
font-size: 12px;
width: auto;
}
.admin_table tr:nth-child(even) {
background-color:#eee;
}
.admin_table tr:nth-child(odd) {
background-color:#fff;
}
.admin_table th {
border-bottom: 1px solid #ccc;
background-color:
}
.admin_table td, .admin_table th {
padding: 8px 10px;
}
td, th {
padding: 8px 10px 8px 0px;
text-align: left;
}
td.row_label {
font-weight: bold;
width: 110px;
vertical-align: top;
}
td.operations {
width: 75px;
}
td.name {
max-width: 200px;
word-wrap: break-word;
}
td.email {
max-width: 135px;
word-wrap: break-word;
}
td.public_link {
font-size: 12px;
max-width: 275px;
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
/* Forms */
#query_form input, #user_form input {
padding-left: 5px;
width: 300px;
font-size: 13px;
font-family: Arial;
color: #333;
margin-bottom: 20px;
}
div.action_bar {
float: right;
}
div.manage {
width: 285px;
}
form.action_bar {
display: inline-block;
}
#refresh_interval input{
width: 20px !important;
font-size: 13px;
}
#query_form textarea#request {
width: 900px;
height: 65px;
}
#query_form label {
display: inline-block;
width: 175px;
text-align: right;
vertical-align: top;
padding: 2px 10px;
margin-bottom: 15px;
font-size: 15px;
}
#query_form label.edit-label {
font-weight: bold;
font-size: 12px;
text-align: left;
padding-left: 0px;
width: 110px;
}
#query_form .create-button {
width: 100px;
margin-left: 199px;
margin-top: 20px;
}
#query_form .save-button {
width: 100px;
margin-left: 124px;
margin-top: 20px;
}
#query_form .save-run-button {
width: 150px;
}
#query_form .test-button {
width: 100px;
margin-left: 5x;
margin-top: 20px;
}
#user_form label {
display: inline-block;
text-align: right;
vertical-align: top;
padding: 2px 10px;
margin-bottom: 15px;
font-size: 15px;
padding-left: 0px;
}
#user_form .create-button {
width: 100px;
margin-left: 50px;
}
#activate_form .create-button {
width: 100px;
height: 40px;
}
.tip-text {
font-size: 12px;
color: #444;
}
.explorer_tip {
margin-left: 199px;
}
#date_params {
margin-left: 199px;
}
#date_params.edit, .explorer_tip_edit {
margin-left: 124px;
}
label.error, .validate-text {
color: red;
font-size: 12px !important;
font-weight: bold;
width: auto !important;
}
label[for=query_request].error {
margin-left: 189px;
}
form.delete {
display: inline-block;
}
.edit-button {
float: right;
}
/*Auth Styles*/
.auth_status_message {
background-color: rgb(218, 218, 218);
padding: 15px;
margin-top: 31px;
border: 1px solid rgb(194, 166, 166);
}
h3.error_message {
text-transform: capitalize;
}
h3.error_message.success {
color: green;
}
h3.error_message.error {
color: red
}
.error_message_detail {
font-style: italic;
font-family: courier;
font-size: 15px;
color: green;
margin: 20px 0px 50px;
}
.user_activate {
font-size: 13px;
margin: 0px 0 20px 0;
}
.activation_container {
margin: 0 auto;
width: 700px;
padding: 25px;
text-align: center;
font-family: Arial;
font-size: 18px;
color: #222;
}
.warning {
margin: 10px 0 10px 0;
padding: 10px;
border-left: 4px solid rgb(219, 104, 104);
color: rgb(139, 34, 34);
}
/**
* API Query Status formatting
*/
#scheduling_running {
color: #4d90fe;
}
#scheduling_paused {
color: rgb(160, 11, 11);
}
#query_enabled {
color: rgb(18, 153, 67);
}
#query_disabled {
color: rgb(160, 11, 11);
}
.error_limit_reached {
color: red;
font-weight: bold;
}
.manage_status {
font-weight: bold;
}
.endpoint_warning {
font-size: 13px;
font-weight: bold;
}
#error_count {
color: rgb(204, 15, 15) !important
} | 0.329931 | 0.105487 |
.wrap {
background: url(../img/chruch.png);
}
/* line 9, ../sass/screen.scss */
.container {
width: 960px;
margin: 0 auto;
}
/* line 13, ../sass/screen.scss */
p {
font-size: 0.9em;
}
/* line 17, ../sass/screen.scss */
button {
border: none;
background: none;
margin: 10px 0;
}
/* line 21, ../sass/screen.scss */
button a {
display: block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background-color: #27b5f0;
color: #FFF!important;
text-decoration: none;
font-size: .8em;
padding: 5px 10px;
}
/* line 29, ../sass/screen.scss */
button a:hover {
opacity: .8;
}
/* ---------------------------------------------------- */
/* Navigation
/* ---------------------------------------------------- */
/* line 38, ../sass/screen.scss */
#nav {
background-color: #000;
height: 40px;
}
/* line 42, ../sass/screen.scss */
#navigation {
float: left;
width: 740px;
position: relative;
}
/* line 47, ../sass/screen.scss */
#navigation ul {
margin: 0;
padding: 0;
}
/* line 49, ../sass/screen.scss */
#navigation ul li {
float: left;
}
/* line 51, ../sass/screen.scss */
#navigation ul li a {
display: block;
color: #FFF;
text-decoration: none;
font-size: .9em;
padding: 0 10px;
line-height: 40px;
}
/* line 61, ../sass/screen.scss */
#navigation .membres {
position: absolute;
top: 0;
right: 0;
}
/* line 65, ../sass/screen.scss */
#navigation .membres a {
font-size: .7em;
color: #DDD;
}
/* line 71, ../sass/screen.scss */
#search {
width: 200px;
float: right;
margin-right: 10px;
}
/* line 75, ../sass/screen.scss */
#search #q {
background-color: #353535;
border: none;
height: 25px;
color: #fff;
font-size: 90%;
font-style: italic;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
outline: none;
padding: 0 10px;
width: 180px;
}
/* line 87, ../sass/screen.scss */
#search #searchform {
padding-top: 7px;
}
/* ---------------------------------------------------- */
/* Header
/* ---------------------------------------------------- */
/* line 95, ../sass/screen.scss */
#logo {
height: 80px;
padding: 20px 0;
}
/* line 98, ../sass/screen.scss */
#logo a {
display: block;
}
/* line 102, ../sass/screen.scss */
header .container {
position: relative;
}
/* line 104, ../sass/screen.scss */
header .container #reseaux {
position: absolute;
bottom: 5px;
right: 0;
}
/* line 108, ../sass/screen.scss */
header .container #reseaux ul {
margin: 0;
padding: 0;
}
/* line 110, ../sass/screen.scss */
header .container #reseaux ul li {
display: inline-block;
-webkit-box-shadow: #bbbbbb 0 0 2px;
-moz-box-shadow: #bbbbbb 0 0 2px;
box-shadow: #bbbbbb 0 0 2px;
background-color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
/* line 115, ../sass/screen.scss */
header .container #reseaux ul li a {
display: block;
height: 32px;
width: 32px;
background: url(../img/reseaux.png) 0 0 no-repeat;
}
/* line 121, ../sass/screen.scss */
header .container #reseaux ul li .fb {
background-position: -96px 0;
}
/* line 123, ../sass/screen.scss */
header .container #reseaux ul li .fb:hover {
background-position: -96px -32px;
}
/* line 127, ../sass/screen.scss */
header .container #reseaux ul li .tt {
background-position: 0px 0;
}
/* line 129, ../sass/screen.scss */
header .container #reseaux ul li .tt:hover {
background-position: 0px -32px;
}
/* line 133, ../sass/screen.scss */
header .container #reseaux ul li .yt {
background-position: -32px 0;
}
/* line 135, ../sass/screen.scss */
header .container #reseaux ul li .yt:hover {
background-position: -32px -32px;
}
/* line 139, ../sass/screen.scss */
header .container #reseaux ul li .gg {
background-position: -64px 0;
}
/* line 141, ../sass/screen.scss */
header .container #reseaux ul li .gg:hover {
background-position: -64px -32px;
}
/* ---------------------------------------------------- */
/* slider
/* ---------------------------------------------------- */
/* line 153, ../sass/screen.scss */
.presentation {
-webkit-box-shadow: #999999 0 0 2px;
-moz-box-shadow: #999999 0 0 2px;
box-shadow: #999999 0 0 2px;
background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
height: 300px;
margin: 20px auto;
padding: 10px;
position: relative;
}
/* ---------------------------------------------------- */
/* Accueil
/* ---------------------------------------------------- */
/* line 166, ../sass/screen.scss */
#contenuPage {
-webkit-box-shadow: #999999 0 0 2px;
-moz-box-shadow: #999999 0 0 2px;
box-shadow: #999999 0 0 2px;
background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
padding: 10px;
}
/* line 173, ../sass/screen.scss */
#contenuPage .accueil h2 {
font-style: italic;
color: #27b5f0;
}
/* line 177, ../sass/screen.scss */
#contenuPage .accueil p {
font-style: italic;
}
/* line 183, ../sass/screen.scss */
#contenuPage .lastArticles h3, #contenuPage .lastComments h3 {
text-transform: uppercase;
font-size: 1.2em;
color: #999;
border-bottom: 1px solid #ddd;
}
/* line 192, ../sass/screen.scss */
#contenuPage .lastArticles ul {
margin: 0;
padding: 0;
}
/* line 194, ../sass/screen.scss */
#contenuPage .lastArticles ul li {
list-style: none;
float: left;
width: 278px;
margin: 20px 10px 0 0;
border-bottom: 1px solid #ddd;
padding: 5px 0;
}
/* line 201, ../sass/screen.scss */
#contenuPage .lastArticles ul li a {
text-decoration: none;
color: inherit;
}
/* line 205, ../sass/screen.scss */
#contenuPage .lastArticles ul li:hover {
cursor: pointer;
background-color: #ddd;
opacity: .7;
}
/* line 210, ../sass/screen.scss */
#contenuPage .lastArticles ul li .thumb {
width: 50px;
float: left;
-webkit-box-shadow: #999999 0 0 2px;
-moz-box-shadow: #999999 0 0 2px;
box-shadow: #999999 0 0 2px;
background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 3px;
}
/* line 217, ../sass/screen.scss */
#contenuPage .lastArticles ul li .thumb img {
max-width: 100%;
}
/* line 222, ../sass/screen.scss */
#contenuPage .lastArticles ul li .detail {
width: 215px;
float: right;
}
/* line 226, ../sass/screen.scss */
#contenuPage .lastArticles ul li p {
font-size: .65em;
margin: 3px 0;
}
/* line 230, ../sass/screen.scss */
#contenuPage .lastArticles ul li h4 {
font-size: .75em;
margin: 0;
padding: 0;
line-height: 1.2em;
}
/* line 240, ../sass/screen.scss */
#contenuPage .boxArticles {
width: 60%;
float: left;
display: block;
}
/* line 245, ../sass/screen.scss */
#contenuPage .boxComments {
width: 33%;
float: right;
display: block;
}
/* line 250, ../sass/screen.scss */
#contenuPage .lastComments {
background-color: #ddd;
opacity: .7;
padding: 0 10px;
border: 1px dotted #999;
}
/* line 255, ../sass/screen.scss */
#contenuPage .lastComments h3 {
border-color: #FFF;
}
/* line 258, ../sass/screen.scss */
#contenuPage .lastComments p {
font-size: .8em;
line-height: 1em;
margin: 10px;
}
/* line 262, ../sass/screen.scss */
#contenuPage .lastComments p:before {
content: '\201C';
font-size: 1m;
}
/* line 266, ../sass/screen.scss */
#contenuPage .lastComments p:after {
content: '\201D';
font-size: 1em;
}
/* ---------------------------------------------------- */
/* Blog ou articles
/* ---------------------------------------------------- */
/* line 276, ../sass/screen.scss */
#content {
display: block;
float: left;
padding: 0 0 0 10px;
width: 630px;
}
/* line 282, ../sass/screen.scss */
#content article h2 {
text-transform: uppercase;
margin: 20px 0;
padding: 12px 10px 10px;
border-bottom: 1px solid #ddd;
}
/* line 288, ../sass/screen.scss */
#content article .article {
min-height: 220px;
padding: 20px auto;
}
/* line 291, ../sass/screen.scss */
#content article .article .thumbnail {
width: 200px;
float: left;
margin-right: 18px;
-webkit-box-shadow: #dddddd 0 0 2px;
-moz-box-shadow: #dddddd 0 0 2px;
box-shadow: #dddddd 0 0 2px;
background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ddd;
padding: 10px;
height: 200px;
}
/* line 301, ../sass/screen.scss */
#content article .article .thumbnail img {
max-width: 200px;
max-height: 200px;
}
/* line 306, ../sass/screen.scss */
#content article .article p {
margin: 0;
width: 390px;
float: right;
font-size: .9em;
}
/* line 313, ../sass/screen.scss */
#content article .infos {
height: 30px;
width: 100%;
margin: 20px 0;
padding: 5px;
background-color: #ddd;
opacity: .7;
}
/* line 320, ../sass/screen.scss */
#content article .infos p {
margin: 0;
color: #444;
font-size: .7em;
line-height: 15px;
font-style: italic;
position: relative;
}
/* line 327, ../sass/screen.scss */
#content article .infos p span {
position: absolute;
top: 0px;
right: 5px;
}
/* line 332, ../sass/screen.scss */
#content article .infos p a {
text-decoration: none;
color: #222;
}
/* line 335, ../sass/screen.scss */
#content article .infos p a:hover {
color: #27b5f0;
}
/* ---------------------------------------------------- */
/* Sidebar
/* ---------------------------------------------------- */
/* line 346, ../sass/screen.scss */
#sidebar {
width: 280px;
float: right;
margin: 0;
padding: 20px 10px;
}
/* line 352, ../sass/screen.scss */
#sidebar .category h3 {
background-color: #ddd;
opacity: 0.7;
height: 30px;
padding: 5px;
text-transform: uppercase;
font-size: 1.2em;
}
/* line 360, ../sass/screen.scss */
#sidebar .category ul {
margin: 20px;
padding: 0;
}
/* line 362, ../sass/screen.scss */
#sidebar .category ul li {
list-style: none;
padding-left: 20px;
margin-left: 10px;
background: url(../img/puce.png) left top no-repeat;
}
/* line 367, ../sass/screen.scss */
#sidebar .category ul li:hover {
background-position: 0 -24px;
}
/* line 369, ../sass/screen.scss */
#sidebar .category ul li:hover a {
color: #27b5f0;
}
/* line 373, ../sass/screen.scss */
#sidebar .category ul li a {
text-decoration: none;
color: #777;
}
/* ---------------------------------------------------- */
/* Single - page article
/* ---------------------------------------------------- */
/* line 385, ../sass/screen.scss */
.single {
padding: 10px;
}
/* line 388, ../sass/screen.scss */
.single h1 {
border-bottom: 1px solid #ddd;
text-transform: uppercase;
padding-left: 15px;
color: #777;
}
/* line 394, ../sass/screen.scss */
.single h2 {
border-bottom: 1px solid #ddd;
text-transform: uppercase;
margin: 20px 0;
padding: 12px 10px 10px;
color: #777;
}
/* line 401, ../sass/screen.scss */
.single .article {
padding: 20px 0;
overflow: hidden;
}
/* line 404, ../sass/screen.scss */
.single .article .thumbnail {
float: left;
margin-right: 20px;
-webkit-box-shadow: #dddddd 0 0 2px;
-moz-box-shadow: #dddddd 0 0 2px;
box-shadow: #dddddd 0 0 2px;
background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ddd;
padding: 10px;
margin: 0 10px;
}
/* line 413, ../sass/screen.scss */
.single .article .thumbnail img {
max-width: 300px;
}
/* line 417, ../sass/screen.scss */
.single .article .infos {
float: right;
width: 600px;
}
/* line 420, ../sass/screen.scss */
.single .article .infos h1 {
margin: 0 0 20px 0;
}
/* line 423, ../sass/screen.scss */
.single .article .infos .posted {
background-color: #DDD;
opacity: .7;
height: 40px;
padding: 10px;
position: relative;
color: #444;
font-size: .7em;
font-style: italic;
line-height: 15px;
margin: 0;
}
/* line 434, ../sass/screen.scss */
.single .article .infos .posted span {
position: absolute;
display: block;
top: 10px;
right: 5px;
padding: 0 10px;
}
/* line 441, ../sass/screen.scss */
.single .article .infos .posted .com {
position: absolute;
bottom: 10px;
right: 5px;
}
/* line 447, ../sass/screen.scss */
.single .article .infos .posted a {
text-decoration: none;
color: #222;
}
/* line 450, ../sass/screen.scss */
.single .article .infos .posted a:hover {
color: #27b5f0;
}
/* line 459, ../sass/screen.scss */
.single .commentaires .commentaire {
background-color: #ddd;
opacity: .7;
padding: 10px;
color: #444;
font-size: .9em;
font-style: italic;
line-height: 15px;
margin: 20px;
overflow: hidden;
}
/* line 469, ../sass/screen.scss */
.single .commentaires .commentaire .avatar {
float: left;
-webkit-box-shadow: #dddddd 0 0 2px;
-moz-box-shadow: #dddddd 0 0 2px;
box-shadow: #dddddd 0 0 2px;
background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ddd;
padding: 10px;
margin: 0 10px;
width: 60px;
height: 60px;
}
/* line 480, ../sass/screen.scss */
.single .commentaires .commentaire .avatar img {
max-width: 60px;
max-height: 60px;
}
/* line 486, ../sass/screen.scss */
.single .commentaires .commentaire .message {
float: right;
width: 770px;
}
/* line 489, ../sass/screen.scss */
.single .commentaires .commentaire .message .author {
margin-bottom: 10px;
font-weight: bold;
}
/* line 492, ../sass/screen.scss */
.single .commentaires .commentaire .message .author span {
font-size: .7em;
font-style: italic;
font-weight: normal;
}
/* line 498, ../sass/screen.scss */
.single .commentaires .commentaire .message .texte {
font-style: italic;
font-size: .9em;
}
/* line 504, ../sass/screen.scss */
.single .commentaires form {
background-color: #ddd;
opacity: .7;
padding: 10px;
color: #444;
font-size: .9em;
line-height: 15px;
margin: 20px;
overflow: hidden;
}
/* line 513, ../sass/screen.scss */
.single .commentaires form label {
display: block;
font-weight: bold;
}
/* line 517, ../sass/screen.scss */
.single .commentaires form input[type="text"], .single .commentaires form input[type="email"], .single .commentaires form input[type="password"] {
height: 25px;
width: 300px;
border: 1px solid #ddd;
outline: none;
}
/* line 523, ../sass/screen.scss */
.single .commentaires form textarea {
height: 200px;
width: 97%;
border: 1px solid #ddd;
outline: none;
}
/* line 529, ../sass/screen.scss */
.single .commentaires form input[type="submit"] {
background-color: #27b5f0;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-size: 1em;
padding: 5px 10px;
}
/* ---------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------- */
/* line 543, ../sass/screen.scss */
.pagination {
margin: 0;
}
/* line 545, ../sass/screen.scss */
.pagination ul {
margin: 0;
padding: 0;
}
/* line 547, ../sass/screen.scss */
.pagination ul li {
list-style: none;
display: inline-block;
margin: 0 2px;
}
/* line 551, ../sass/screen.scss */
.pagination ul li a {
display: block;
padding: 3px 8px;
background-color: #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
font-size: .8em;
color: #999;
}
/* line 559, ../sass/screen.scss */
.pagination ul li a:hover, .pagination ul li a.active {
background-color: #27b5f0;
color: #FFF;
}
/* ---------------------------------------------------- */
/* Contact
/* ---------------------------------------------------- */
/* line 571, ../sass/screen.scss */
#contact {
margin: 20px auto;
}
/* line 573, ../sass/screen.scss */
#contact label {
display: block;
font-weight: bold;
font-style: italic;
color: #444;
}
/* line 579, ../sass/screen.scss */
#contact input[type="text"], #contact input[type="email"], #contact input[type="password"] {
width: 250px;
height: 25px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
outline: none;
border: 1px solid #DDD;
padding-left: 5px;
}
/* line 588, ../sass/screen.scss */
#contact textarea {
width: 100%;
min-height: 200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
outline: none;
border: 1px solid #DDD;
padding-left: 5px;
}
/* line 596, ../sass/screen.scss */
#contact input[type="submit"] {
background-color: #27b5f0;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-size: 1em;
padding: 5px 10px;
}
/* ---------------------------------------------------- */
/* login et signup
/* ---------------------------------------------------- */
/* line 609, ../sass/screen.scss */
.contact {
width: 400px;
margin: 40px auto;
padding: 20px;
border: 1px solid #ddd;
-webkit-box-shadow: #dddddd 0 0 2px;
-moz-box-shadow: #dddddd 0 0 2px;
box-shadow: #dddddd 0 0 2px;
background-color: #FFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
text-align: center;
}
/* line 618, ../sass/screen.scss */
.contact span {
display: block;
font-size: .7em;
}
/* line 621, ../sass/screen.scss */
.contact span a {
text-decoration: none;
color: inherit;
}
/* line 624, ../sass/screen.scss */
.contact span a:hover {
color: #27b5f0;
text-decoration: underline;
}
/* ---------------------------------------------------- */
/* Footer
/* ---------------------------------------------------- */
/* line 634, ../sass/screen.scss */
footer {
padding: 20px 0;
}
/* line 636, ../sass/screen.scss */
footer p {
text-align: center;
font-size: .8em;
font-style: italic;
margin: 0;
color: #999;
text-shadow: 1px 2px 2px white;
} | public/css/screen.css | .wrap {
background: url(../img/chruch.png);
}
/* line 9, ../sass/screen.scss */
.container {
width: 960px;
margin: 0 auto;
}
/* line 13, ../sass/screen.scss */
p {
font-size: 0.9em;
}
/* line 17, ../sass/screen.scss */
button {
border: none;
background: none;
margin: 10px 0;
}
/* line 21, ../sass/screen.scss */
button a {
display: block;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
background-color: #27b5f0;
color: #FFF!important;
text-decoration: none;
font-size: .8em;
padding: 5px 10px;
}
/* line 29, ../sass/screen.scss */
button a:hover {
opacity: .8;
}
/* ---------------------------------------------------- */
/* Navigation
/* ---------------------------------------------------- */
/* line 38, ../sass/screen.scss */
#nav {
background-color: #000;
height: 40px;
}
/* line 42, ../sass/screen.scss */
#navigation {
float: left;
width: 740px;
position: relative;
}
/* line 47, ../sass/screen.scss */
#navigation ul {
margin: 0;
padding: 0;
}
/* line 49, ../sass/screen.scss */
#navigation ul li {
float: left;
}
/* line 51, ../sass/screen.scss */
#navigation ul li a {
display: block;
color: #FFF;
text-decoration: none;
font-size: .9em;
padding: 0 10px;
line-height: 40px;
}
/* line 61, ../sass/screen.scss */
#navigation .membres {
position: absolute;
top: 0;
right: 0;
}
/* line 65, ../sass/screen.scss */
#navigation .membres a {
font-size: .7em;
color: #DDD;
}
/* line 71, ../sass/screen.scss */
#search {
width: 200px;
float: right;
margin-right: 10px;
}
/* line 75, ../sass/screen.scss */
#search #q {
background-color: #353535;
border: none;
height: 25px;
color: #fff;
font-size: 90%;
font-style: italic;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
-ms-border-radius: 8px;
-o-border-radius: 8px;
border-radius: 8px;
outline: none;
padding: 0 10px;
width: 180px;
}
/* line 87, ../sass/screen.scss */
#search #searchform {
padding-top: 7px;
}
/* ---------------------------------------------------- */
/* Header
/* ---------------------------------------------------- */
/* line 95, ../sass/screen.scss */
#logo {
height: 80px;
padding: 20px 0;
}
/* line 98, ../sass/screen.scss */
#logo a {
display: block;
}
/* line 102, ../sass/screen.scss */
header .container {
position: relative;
}
/* line 104, ../sass/screen.scss */
header .container #reseaux {
position: absolute;
bottom: 5px;
right: 0;
}
/* line 108, ../sass/screen.scss */
header .container #reseaux ul {
margin: 0;
padding: 0;
}
/* line 110, ../sass/screen.scss */
header .container #reseaux ul li {
display: inline-block;
-webkit-box-shadow: #bbbbbb 0 0 2px;
-moz-box-shadow: #bbbbbb 0 0 2px;
box-shadow: #bbbbbb 0 0 2px;
background-color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
/* line 115, ../sass/screen.scss */
header .container #reseaux ul li a {
display: block;
height: 32px;
width: 32px;
background: url(../img/reseaux.png) 0 0 no-repeat;
}
/* line 121, ../sass/screen.scss */
header .container #reseaux ul li .fb {
background-position: -96px 0;
}
/* line 123, ../sass/screen.scss */
header .container #reseaux ul li .fb:hover {
background-position: -96px -32px;
}
/* line 127, ../sass/screen.scss */
header .container #reseaux ul li .tt {
background-position: 0px 0;
}
/* line 129, ../sass/screen.scss */
header .container #reseaux ul li .tt:hover {
background-position: 0px -32px;
}
/* line 133, ../sass/screen.scss */
header .container #reseaux ul li .yt {
background-position: -32px 0;
}
/* line 135, ../sass/screen.scss */
header .container #reseaux ul li .yt:hover {
background-position: -32px -32px;
}
/* line 139, ../sass/screen.scss */
header .container #reseaux ul li .gg {
background-position: -64px 0;
}
/* line 141, ../sass/screen.scss */
header .container #reseaux ul li .gg:hover {
background-position: -64px -32px;
}
/* ---------------------------------------------------- */
/* slider
/* ---------------------------------------------------- */
/* line 153, ../sass/screen.scss */
.presentation {
-webkit-box-shadow: #999999 0 0 2px;
-moz-box-shadow: #999999 0 0 2px;
box-shadow: #999999 0 0 2px;
background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
height: 300px;
margin: 20px auto;
padding: 10px;
position: relative;
}
/* ---------------------------------------------------- */
/* Accueil
/* ---------------------------------------------------- */
/* line 166, ../sass/screen.scss */
#contenuPage {
-webkit-box-shadow: #999999 0 0 2px;
-moz-box-shadow: #999999 0 0 2px;
box-shadow: #999999 0 0 2px;
background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
padding: 10px;
}
/* line 173, ../sass/screen.scss */
#contenuPage .accueil h2 {
font-style: italic;
color: #27b5f0;
}
/* line 177, ../sass/screen.scss */
#contenuPage .accueil p {
font-style: italic;
}
/* line 183, ../sass/screen.scss */
#contenuPage .lastArticles h3, #contenuPage .lastComments h3 {
text-transform: uppercase;
font-size: 1.2em;
color: #999;
border-bottom: 1px solid #ddd;
}
/* line 192, ../sass/screen.scss */
#contenuPage .lastArticles ul {
margin: 0;
padding: 0;
}
/* line 194, ../sass/screen.scss */
#contenuPage .lastArticles ul li {
list-style: none;
float: left;
width: 278px;
margin: 20px 10px 0 0;
border-bottom: 1px solid #ddd;
padding: 5px 0;
}
/* line 201, ../sass/screen.scss */
#contenuPage .lastArticles ul li a {
text-decoration: none;
color: inherit;
}
/* line 205, ../sass/screen.scss */
#contenuPage .lastArticles ul li:hover {
cursor: pointer;
background-color: #ddd;
opacity: .7;
}
/* line 210, ../sass/screen.scss */
#contenuPage .lastArticles ul li .thumb {
width: 50px;
float: left;
-webkit-box-shadow: #999999 0 0 2px;
-moz-box-shadow: #999999 0 0 2px;
box-shadow: #999999 0 0 2px;
background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
padding: 3px;
}
/* line 217, ../sass/screen.scss */
#contenuPage .lastArticles ul li .thumb img {
max-width: 100%;
}
/* line 222, ../sass/screen.scss */
#contenuPage .lastArticles ul li .detail {
width: 215px;
float: right;
}
/* line 226, ../sass/screen.scss */
#contenuPage .lastArticles ul li p {
font-size: .65em;
margin: 3px 0;
}
/* line 230, ../sass/screen.scss */
#contenuPage .lastArticles ul li h4 {
font-size: .75em;
margin: 0;
padding: 0;
line-height: 1.2em;
}
/* line 240, ../sass/screen.scss */
#contenuPage .boxArticles {
width: 60%;
float: left;
display: block;
}
/* line 245, ../sass/screen.scss */
#contenuPage .boxComments {
width: 33%;
float: right;
display: block;
}
/* line 250, ../sass/screen.scss */
#contenuPage .lastComments {
background-color: #ddd;
opacity: .7;
padding: 0 10px;
border: 1px dotted #999;
}
/* line 255, ../sass/screen.scss */
#contenuPage .lastComments h3 {
border-color: #FFF;
}
/* line 258, ../sass/screen.scss */
#contenuPage .lastComments p {
font-size: .8em;
line-height: 1em;
margin: 10px;
}
/* line 262, ../sass/screen.scss */
#contenuPage .lastComments p:before {
content: '\201C';
font-size: 1m;
}
/* line 266, ../sass/screen.scss */
#contenuPage .lastComments p:after {
content: '\201D';
font-size: 1em;
}
/* ---------------------------------------------------- */
/* Blog ou articles
/* ---------------------------------------------------- */
/* line 276, ../sass/screen.scss */
#content {
display: block;
float: left;
padding: 0 0 0 10px;
width: 630px;
}
/* line 282, ../sass/screen.scss */
#content article h2 {
text-transform: uppercase;
margin: 20px 0;
padding: 12px 10px 10px;
border-bottom: 1px solid #ddd;
}
/* line 288, ../sass/screen.scss */
#content article .article {
min-height: 220px;
padding: 20px auto;
}
/* line 291, ../sass/screen.scss */
#content article .article .thumbnail {
width: 200px;
float: left;
margin-right: 18px;
-webkit-box-shadow: #dddddd 0 0 2px;
-moz-box-shadow: #dddddd 0 0 2px;
box-shadow: #dddddd 0 0 2px;
background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ddd;
padding: 10px;
height: 200px;
}
/* line 301, ../sass/screen.scss */
#content article .article .thumbnail img {
max-width: 200px;
max-height: 200px;
}
/* line 306, ../sass/screen.scss */
#content article .article p {
margin: 0;
width: 390px;
float: right;
font-size: .9em;
}
/* line 313, ../sass/screen.scss */
#content article .infos {
height: 30px;
width: 100%;
margin: 20px 0;
padding: 5px;
background-color: #ddd;
opacity: .7;
}
/* line 320, ../sass/screen.scss */
#content article .infos p {
margin: 0;
color: #444;
font-size: .7em;
line-height: 15px;
font-style: italic;
position: relative;
}
/* line 327, ../sass/screen.scss */
#content article .infos p span {
position: absolute;
top: 0px;
right: 5px;
}
/* line 332, ../sass/screen.scss */
#content article .infos p a {
text-decoration: none;
color: #222;
}
/* line 335, ../sass/screen.scss */
#content article .infos p a:hover {
color: #27b5f0;
}
/* ---------------------------------------------------- */
/* Sidebar
/* ---------------------------------------------------- */
/* line 346, ../sass/screen.scss */
#sidebar {
width: 280px;
float: right;
margin: 0;
padding: 20px 10px;
}
/* line 352, ../sass/screen.scss */
#sidebar .category h3 {
background-color: #ddd;
opacity: 0.7;
height: 30px;
padding: 5px;
text-transform: uppercase;
font-size: 1.2em;
}
/* line 360, ../sass/screen.scss */
#sidebar .category ul {
margin: 20px;
padding: 0;
}
/* line 362, ../sass/screen.scss */
#sidebar .category ul li {
list-style: none;
padding-left: 20px;
margin-left: 10px;
background: url(../img/puce.png) left top no-repeat;
}
/* line 367, ../sass/screen.scss */
#sidebar .category ul li:hover {
background-position: 0 -24px;
}
/* line 369, ../sass/screen.scss */
#sidebar .category ul li:hover a {
color: #27b5f0;
}
/* line 373, ../sass/screen.scss */
#sidebar .category ul li a {
text-decoration: none;
color: #777;
}
/* ---------------------------------------------------- */
/* Single - page article
/* ---------------------------------------------------- */
/* line 385, ../sass/screen.scss */
.single {
padding: 10px;
}
/* line 388, ../sass/screen.scss */
.single h1 {
border-bottom: 1px solid #ddd;
text-transform: uppercase;
padding-left: 15px;
color: #777;
}
/* line 394, ../sass/screen.scss */
.single h2 {
border-bottom: 1px solid #ddd;
text-transform: uppercase;
margin: 20px 0;
padding: 12px 10px 10px;
color: #777;
}
/* line 401, ../sass/screen.scss */
.single .article {
padding: 20px 0;
overflow: hidden;
}
/* line 404, ../sass/screen.scss */
.single .article .thumbnail {
float: left;
margin-right: 20px;
-webkit-box-shadow: #dddddd 0 0 2px;
-moz-box-shadow: #dddddd 0 0 2px;
box-shadow: #dddddd 0 0 2px;
background-color: #fff;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
border: 1px solid #ddd;
padding: 10px;
margin: 0 10px;
}
/* line 413, ../sass/screen.scss */
.single .article .thumbnail img {
max-width: 300px;
}
/* line 417, ../sass/screen.scss */
.single .article .infos {
float: right;
width: 600px;
}
/* line 420, ../sass/screen.scss */
.single .article .infos h1 {
margin: 0 0 20px 0;
}
/* line 423, ../sass/screen.scss */
.single .article .infos .posted {
background-color: #DDD;
opacity: .7;
height: 40px;
padding: 10px;
position: relative;
color: #444;
font-size: .7em;
font-style: italic;
line-height: 15px;
margin: 0;
}
/* line 434, ../sass/screen.scss */
.single .article .infos .posted span {
position: absolute;
display: block;
top: 10px;
right: 5px;
padding: 0 10px;
}
/* line 441, ../sass/screen.scss */
.single .article .infos .posted .com {
position: absolute;
bottom: 10px;
right: 5px;
}
/* line 447, ../sass/screen.scss */
.single .article .infos .posted a {
text-decoration: none;
color: #222;
}
/* line 450, ../sass/screen.scss */
.single .article .infos .posted a:hover {
color: #27b5f0;
}
/* line 459, ../sass/screen.scss */
.single .commentaires .commentaire {
background-color: #ddd;
opacity: .7;
padding: 10px;
color: #444;
font-size: .9em;
font-style: italic;
line-height: 15px;
margin: 20px;
overflow: hidden;
}
/* line 469, ../sass/screen.scss */
.single .commentaires .commentaire .avatar {
float: left;
-webkit-box-shadow: #dddddd 0 0 2px;
-moz-box-shadow: #dddddd 0 0 2px;
box-shadow: #dddddd 0 0 2px;
background-color: #fff;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
border: 1px solid #ddd;
padding: 10px;
margin: 0 10px;
width: 60px;
height: 60px;
}
/* line 480, ../sass/screen.scss */
.single .commentaires .commentaire .avatar img {
max-width: 60px;
max-height: 60px;
}
/* line 486, ../sass/screen.scss */
.single .commentaires .commentaire .message {
float: right;
width: 770px;
}
/* line 489, ../sass/screen.scss */
.single .commentaires .commentaire .message .author {
margin-bottom: 10px;
font-weight: bold;
}
/* line 492, ../sass/screen.scss */
.single .commentaires .commentaire .message .author span {
font-size: .7em;
font-style: italic;
font-weight: normal;
}
/* line 498, ../sass/screen.scss */
.single .commentaires .commentaire .message .texte {
font-style: italic;
font-size: .9em;
}
/* line 504, ../sass/screen.scss */
.single .commentaires form {
background-color: #ddd;
opacity: .7;
padding: 10px;
color: #444;
font-size: .9em;
line-height: 15px;
margin: 20px;
overflow: hidden;
}
/* line 513, ../sass/screen.scss */
.single .commentaires form label {
display: block;
font-weight: bold;
}
/* line 517, ../sass/screen.scss */
.single .commentaires form input[type="text"], .single .commentaires form input[type="email"], .single .commentaires form input[type="password"] {
height: 25px;
width: 300px;
border: 1px solid #ddd;
outline: none;
}
/* line 523, ../sass/screen.scss */
.single .commentaires form textarea {
height: 200px;
width: 97%;
border: 1px solid #ddd;
outline: none;
}
/* line 529, ../sass/screen.scss */
.single .commentaires form input[type="submit"] {
background-color: #27b5f0;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-size: 1em;
padding: 5px 10px;
}
/* ---------------------------------------------------- */
/* Pagination
/* ---------------------------------------------------- */
/* line 543, ../sass/screen.scss */
.pagination {
margin: 0;
}
/* line 545, ../sass/screen.scss */
.pagination ul {
margin: 0;
padding: 0;
}
/* line 547, ../sass/screen.scss */
.pagination ul li {
list-style: none;
display: inline-block;
margin: 0 2px;
}
/* line 551, ../sass/screen.scss */
.pagination ul li a {
display: block;
padding: 3px 8px;
background-color: #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
text-decoration: none;
font-size: .8em;
color: #999;
}
/* line 559, ../sass/screen.scss */
.pagination ul li a:hover, .pagination ul li a.active {
background-color: #27b5f0;
color: #FFF;
}
/* ---------------------------------------------------- */
/* Contact
/* ---------------------------------------------------- */
/* line 571, ../sass/screen.scss */
#contact {
margin: 20px auto;
}
/* line 573, ../sass/screen.scss */
#contact label {
display: block;
font-weight: bold;
font-style: italic;
color: #444;
}
/* line 579, ../sass/screen.scss */
#contact input[type="text"], #contact input[type="email"], #contact input[type="password"] {
width: 250px;
height: 25px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
outline: none;
border: 1px solid #DDD;
padding-left: 5px;
}
/* line 588, ../sass/screen.scss */
#contact textarea {
width: 100%;
min-height: 200px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
outline: none;
border: 1px solid #DDD;
padding-left: 5px;
}
/* line 596, ../sass/screen.scss */
#contact input[type="submit"] {
background-color: #27b5f0;
border: 1px solid #ddd;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
color: #fff;
font-size: 1em;
padding: 5px 10px;
}
/* ---------------------------------------------------- */
/* login et signup
/* ---------------------------------------------------- */
/* line 609, ../sass/screen.scss */
.contact {
width: 400px;
margin: 40px auto;
padding: 20px;
border: 1px solid #ddd;
-webkit-box-shadow: #dddddd 0 0 2px;
-moz-box-shadow: #dddddd 0 0 2px;
box-shadow: #dddddd 0 0 2px;
background-color: #FFF;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;
text-align: center;
}
/* line 618, ../sass/screen.scss */
.contact span {
display: block;
font-size: .7em;
}
/* line 621, ../sass/screen.scss */
.contact span a {
text-decoration: none;
color: inherit;
}
/* line 624, ../sass/screen.scss */
.contact span a:hover {
color: #27b5f0;
text-decoration: underline;
}
/* ---------------------------------------------------- */
/* Footer
/* ---------------------------------------------------- */
/* line 634, ../sass/screen.scss */
footer {
padding: 20px 0;
}
/* line 636, ../sass/screen.scss */
footer p {
text-align: center;
font-size: .8em;
font-style: italic;
margin: 0;
color: #999;
text-shadow: 1px 2px 2px white;
} | 0.170094 | 0.04798 |
.l_enterIndex ul li{
list-style:none;
}
.content{
width:100% !important;
}
.l_enterIndex img{border:0;}
.l_enterIndex a{
text-decoration: none;
}
.l_enterIndex .headers {
height: 100px;
}
.l_enterIndex .root61 .w {
width: 100%;
}
.l_enterIndex .w {
width: 990px;margin: 0 auto;
}
.l_enterIndex .headers .logo {
width: 200px;height: 60px;float: left;margin-top: 24px;
}
.l_enterIndex .headers .logo{
background: url(/public/img/login/logo.gif) no-repeat;
}
.l_enterIndex .headers .logo-title {
float: left;position: relative;top: 50px;right: 6px;
}
.l_enterIndex .wire{
position: relative;top: 60px;color:#b7b7b7;
}
.l_enterIndex .main_body_content{
background:url(/public/img/login/banner_new.jpg) no-repeat;
background-position: center top;
width:100%;
height: 530px;
position:relative;
}
.l_enterIndex .main_box{
position:relative;
width:1200px;
height: 530px;
margin:0 auto;
}
.l_enterIndex .enter_content{
width: 360px;
background: white;
position: absolute;
top: 75px;
right: 1%;
padding-bottom: 12px;
}
.l_enterIndex .enter_content>ul{
overflow: hidden;
width: 360px;
position: relative;
}
.l_enterIndex .enter_content>ul>li:first-child{
width: 100%;
height: 50px;
background:url(/public/img/login/ertyu.png) no-repeat;
text-align: center;
z-index: 2;
}
.l_enterIndex .enter_content>ul>li{
float:left;
color:white;
text-align: center;
line-height: 50px;
font-family:"Microsoft YaHei","arial";
font-size: 16px;
}
.l_enterIndex .enter_content>ul>.btn_normal{
color: white;
font-size: 20px;
}
.btn_move {
width:42px;
height: 50px;
position: absolute;
top: 0;
right: 0;
}
.btn_move img{
width: 30px;
height: 30px;
margin-top: -8px;
}
.l_enterIndex .enter_content>ul>.btn_normal:hover{
cursor:pointer;
}
.l_enterIndex .ipt{
font-size: 14px;
width: 307px;
height: 40px;
line-height:40px;
margin: 18px 0 0 25px;
color:#444;
text-indent: 37px;
}
.l_enterIndex .ipt_checkbox{
font-size: 12px;
width: 319px;
height: 54px;
position: relative;
left: 28px;
top: 25px;
color:#5d5e5f;
}
.l_enterIndex .ipt_checkbox > a:hover{
color:red;
text-decoration: underline;
}
.l_enterIndex .ipt_checkbox > input{
position:relative;
bottom: -2px;
float:left;
margin-right: 5px;
}
.l_enterIndex .ipt_checkbox > a{
color:#fd5a85;
color: #5d5e5f;
text-decoration: none;
position:absolute;
right:16px;
}
.l_enterIndex .error_test_box{
display: none;
width: 307px;
height: 50px;
margin-left: 25px;
margin-top: 18px;
}
.l_enterIndex .error_test_box .error_testword_text{
height: 40px;
display: block;
float: left;
font-size: 14px;
text-indent: 11px;
width: 152px;
}
.l_enterIndex .error_test_box .error_test_word{
margin-left: 11px;
width: 90px;
height: 40px;
float: left;
}
.l_enterIndex .error_test_box .changeone{
margin-top: 12px;
font-size: 12px;
display: block;
float: left;
margin-left: 10px;
color: #37A0DB;
}
.l_enterIndex .ipt_btn{
position: relative;
left: 25px;
width: 310px;
height: 40px;
border: 0;
border-radius: 3px;
font-size: 18px;
color: white;
font-family: "Microsoft YaHei","arial";
background: #Ec6d65;
text-align: center;
}
.l_enterIndex .bottom_word{
display: block;
margin: 25px 0 0 204px;
font-size: 12px;
height: 19px;
color:#5d5e5f;
}
.l_enterIndex .bottom_word > a{
color:#3EA4E2;
}
.l_enterIndex .partner{
margin-left: 25px;
margin-top: 7px;
}
.l_enterIndex .partner span{
display: block;
color: #4d4d4d;
font-size: 14px;
font-family: "Microsoft YaHei","arial";
margin-bottom: 6px;
}
.l_enterIndex .partner>ul>li{
float: left;
margin-right: 16px;
font-size: 14px;
}
.l_enterIndex .partner>ul>li>a{
color:#4d4d4d;
font-family:"Microsoft YaHei","arial";
font-size: 13px;
}
.l_enterIndex .partner>ul>li>a>img{
position: relative;
top: -1px;
margin-right: 2px;
}
.l_enterIndex .m_ipt_phone{
width: 247px;
height: 40px;
line-height:40px;
font-size: 14px;
font-family: "Microsoft YaHei","arial";
margin-top: 18px;
margin-left: 3px;
text-indent: 10px;
border: 1px #999 solid;
color:#444;
}
.l_enterIndex .m_ipt_test{
color:#4d4d4d;
width: 148px;
line-height: 40px;
height: 40px;
font-size: 14px;
font-family:"Microsoft YaHei","arial";
margin-top: 18px;
text-indent: 10px;
border: 1px #999 solid;
}
.l_enterIndex .move_form{
margin-bottom: 3px;
color:#4d4d4d;
margin-left: 27px;
font-size: 14px;
}
.l_enterIndex .test{
width: 85px;
float: right;
margin-top: 25px;
margin-right: 23px;
height: 40px;
}
.l_enterIndex .timer{
position: relative;
top: -7px;
left: -15px;
width: 95px;
font-size: 12px;
text-align: center;
line-height: 40px;
height: 40px;
background: #e8e8e8;
display: none;
color: #444;
border-radius: 2px;
}
.l_enterIndex .timer_btn{
position: relative;
top: -7px;
left: -15px;
width: 95px;
height: 40px;
background:#ff8dab;
border:0;
outline:medium;
border:none;
color:#fff;
border-radius: 2px;
}
.l_enterIndex .partner_b{
margin-left: 25px;
margin-top: 8px;
}
.l_enterIndex .btn_move{
color: #fd5a85;
}
.l_enterIndex .btn_move:hover{
cursor: pointer;
}
.l_enterIndex .ipt_text_img{
position: absolute;
top: 72px;
left: 30px;
}
.l_enterIndex .ipt_password_img{
position: absolute;
top: 131px;
left: 30px;
}
.l_enterIndex .error_text_img{
position: absolute;
top: 80px;
right: 37px;
display:none;
}
.l_enterIndex .error_password_img{
position: absolute;
top: 146px;
right: 37px;
display: none;
}
.l_enterIndex .error_phone_img{
position: absolute;
right: 36px;
top: 78px;
display:none;
}
.l_enterIndex .shadow{
width: 355px;
height: 3px;
box-shadow: 0 15px 25px #333;
position: relative;
top: 37px;
left: 5px;
}
#error_msg,#error_msg_one{
color:red;
margin-left: 40px;
margin-top: 10px;
}
.error_test_box .error_test_word img{
width:100px;
height:40px;
}
/*二维码扫描*/
.l_enterIndex .move_main{
display: none;
width: 360px;
height: 240px;
}
.lj_code{
width: 100px;
height: 100px;
margin: 60px auto 36px;
position: relative;
}
.codes1{
width: 100px;
height: 100px;
}
/*登录成功*/
.lj_success{
width: 66px;
height: 139px;
margin: 36px auto 10px;
display: none;
}
.success2{
display: none;
}
.success2 p:first-child{
width: 100%;
text-align: center;
margin-bottom: 3px;
}
.success2 p:last-child{
width: 100%;
text-align: center;
color: #Ec6d65;
}
.iphone_socd{
margin-left: 94px;
height: 31px;
width: 60%;
}
.iphone_socd img{
float: left;
width: 31px;
height: 31px;
}
.lj_open{
margin-left: 12px;
float: left;
line-height: 10px;
}
.lj_lead{
height: 15px;
float: left;
margin-left: 12px;
}
.footder{
width: 100%;
height: 30px;
margin-top: 50px;
}
.lj_foot{
float: right;
width: 40%;
height: 30px;
line-height: 30px;
font-size: 14px;
font-weight: bold;
}
.lj_free{
margin-left:12px;
}
.lj_foot a{
color: #333;
font-weight: 1000;
}
#lose_eff{
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
padding-top: 20px;
display: none;
position: absolute;
top: 0;
}
#lose_eff p:first-child{
font-size: 12px;
color: #fff;
text-align: center;
}
#lose_eff p:last-child{
font-size: 12px;
color: #fff;
text-align: center;
width: 80%;
height: 20px;
line-height: 20px;
background: #Ec6d65;
margin: 0 auto;
border-radius: 20px;
}
.return2:hover{
cursor: pointer;
} | yyy/www.soolife.com.cn/public/css/p/view.login.css | .l_enterIndex ul li{
list-style:none;
}
.content{
width:100% !important;
}
.l_enterIndex img{border:0;}
.l_enterIndex a{
text-decoration: none;
}
.l_enterIndex .headers {
height: 100px;
}
.l_enterIndex .root61 .w {
width: 100%;
}
.l_enterIndex .w {
width: 990px;margin: 0 auto;
}
.l_enterIndex .headers .logo {
width: 200px;height: 60px;float: left;margin-top: 24px;
}
.l_enterIndex .headers .logo{
background: url(/public/img/login/logo.gif) no-repeat;
}
.l_enterIndex .headers .logo-title {
float: left;position: relative;top: 50px;right: 6px;
}
.l_enterIndex .wire{
position: relative;top: 60px;color:#b7b7b7;
}
.l_enterIndex .main_body_content{
background:url(/public/img/login/banner_new.jpg) no-repeat;
background-position: center top;
width:100%;
height: 530px;
position:relative;
}
.l_enterIndex .main_box{
position:relative;
width:1200px;
height: 530px;
margin:0 auto;
}
.l_enterIndex .enter_content{
width: 360px;
background: white;
position: absolute;
top: 75px;
right: 1%;
padding-bottom: 12px;
}
.l_enterIndex .enter_content>ul{
overflow: hidden;
width: 360px;
position: relative;
}
.l_enterIndex .enter_content>ul>li:first-child{
width: 100%;
height: 50px;
background:url(/public/img/login/ertyu.png) no-repeat;
text-align: center;
z-index: 2;
}
.l_enterIndex .enter_content>ul>li{
float:left;
color:white;
text-align: center;
line-height: 50px;
font-family:"Microsoft YaHei","arial";
font-size: 16px;
}
.l_enterIndex .enter_content>ul>.btn_normal{
color: white;
font-size: 20px;
}
.btn_move {
width:42px;
height: 50px;
position: absolute;
top: 0;
right: 0;
}
.btn_move img{
width: 30px;
height: 30px;
margin-top: -8px;
}
.l_enterIndex .enter_content>ul>.btn_normal:hover{
cursor:pointer;
}
.l_enterIndex .ipt{
font-size: 14px;
width: 307px;
height: 40px;
line-height:40px;
margin: 18px 0 0 25px;
color:#444;
text-indent: 37px;
}
.l_enterIndex .ipt_checkbox{
font-size: 12px;
width: 319px;
height: 54px;
position: relative;
left: 28px;
top: 25px;
color:#5d5e5f;
}
.l_enterIndex .ipt_checkbox > a:hover{
color:red;
text-decoration: underline;
}
.l_enterIndex .ipt_checkbox > input{
position:relative;
bottom: -2px;
float:left;
margin-right: 5px;
}
.l_enterIndex .ipt_checkbox > a{
color:#fd5a85;
color: #5d5e5f;
text-decoration: none;
position:absolute;
right:16px;
}
.l_enterIndex .error_test_box{
display: none;
width: 307px;
height: 50px;
margin-left: 25px;
margin-top: 18px;
}
.l_enterIndex .error_test_box .error_testword_text{
height: 40px;
display: block;
float: left;
font-size: 14px;
text-indent: 11px;
width: 152px;
}
.l_enterIndex .error_test_box .error_test_word{
margin-left: 11px;
width: 90px;
height: 40px;
float: left;
}
.l_enterIndex .error_test_box .changeone{
margin-top: 12px;
font-size: 12px;
display: block;
float: left;
margin-left: 10px;
color: #37A0DB;
}
.l_enterIndex .ipt_btn{
position: relative;
left: 25px;
width: 310px;
height: 40px;
border: 0;
border-radius: 3px;
font-size: 18px;
color: white;
font-family: "Microsoft YaHei","arial";
background: #Ec6d65;
text-align: center;
}
.l_enterIndex .bottom_word{
display: block;
margin: 25px 0 0 204px;
font-size: 12px;
height: 19px;
color:#5d5e5f;
}
.l_enterIndex .bottom_word > a{
color:#3EA4E2;
}
.l_enterIndex .partner{
margin-left: 25px;
margin-top: 7px;
}
.l_enterIndex .partner span{
display: block;
color: #4d4d4d;
font-size: 14px;
font-family: "Microsoft YaHei","arial";
margin-bottom: 6px;
}
.l_enterIndex .partner>ul>li{
float: left;
margin-right: 16px;
font-size: 14px;
}
.l_enterIndex .partner>ul>li>a{
color:#4d4d4d;
font-family:"Microsoft YaHei","arial";
font-size: 13px;
}
.l_enterIndex .partner>ul>li>a>img{
position: relative;
top: -1px;
margin-right: 2px;
}
.l_enterIndex .m_ipt_phone{
width: 247px;
height: 40px;
line-height:40px;
font-size: 14px;
font-family: "Microsoft YaHei","arial";
margin-top: 18px;
margin-left: 3px;
text-indent: 10px;
border: 1px #999 solid;
color:#444;
}
.l_enterIndex .m_ipt_test{
color:#4d4d4d;
width: 148px;
line-height: 40px;
height: 40px;
font-size: 14px;
font-family:"Microsoft YaHei","arial";
margin-top: 18px;
text-indent: 10px;
border: 1px #999 solid;
}
.l_enterIndex .move_form{
margin-bottom: 3px;
color:#4d4d4d;
margin-left: 27px;
font-size: 14px;
}
.l_enterIndex .test{
width: 85px;
float: right;
margin-top: 25px;
margin-right: 23px;
height: 40px;
}
.l_enterIndex .timer{
position: relative;
top: -7px;
left: -15px;
width: 95px;
font-size: 12px;
text-align: center;
line-height: 40px;
height: 40px;
background: #e8e8e8;
display: none;
color: #444;
border-radius: 2px;
}
.l_enterIndex .timer_btn{
position: relative;
top: -7px;
left: -15px;
width: 95px;
height: 40px;
background:#ff8dab;
border:0;
outline:medium;
border:none;
color:#fff;
border-radius: 2px;
}
.l_enterIndex .partner_b{
margin-left: 25px;
margin-top: 8px;
}
.l_enterIndex .btn_move{
color: #fd5a85;
}
.l_enterIndex .btn_move:hover{
cursor: pointer;
}
.l_enterIndex .ipt_text_img{
position: absolute;
top: 72px;
left: 30px;
}
.l_enterIndex .ipt_password_img{
position: absolute;
top: 131px;
left: 30px;
}
.l_enterIndex .error_text_img{
position: absolute;
top: 80px;
right: 37px;
display:none;
}
.l_enterIndex .error_password_img{
position: absolute;
top: 146px;
right: 37px;
display: none;
}
.l_enterIndex .error_phone_img{
position: absolute;
right: 36px;
top: 78px;
display:none;
}
.l_enterIndex .shadow{
width: 355px;
height: 3px;
box-shadow: 0 15px 25px #333;
position: relative;
top: 37px;
left: 5px;
}
#error_msg,#error_msg_one{
color:red;
margin-left: 40px;
margin-top: 10px;
}
.error_test_box .error_test_word img{
width:100px;
height:40px;
}
/*二维码扫描*/
.l_enterIndex .move_main{
display: none;
width: 360px;
height: 240px;
}
.lj_code{
width: 100px;
height: 100px;
margin: 60px auto 36px;
position: relative;
}
.codes1{
width: 100px;
height: 100px;
}
/*登录成功*/
.lj_success{
width: 66px;
height: 139px;
margin: 36px auto 10px;
display: none;
}
.success2{
display: none;
}
.success2 p:first-child{
width: 100%;
text-align: center;
margin-bottom: 3px;
}
.success2 p:last-child{
width: 100%;
text-align: center;
color: #Ec6d65;
}
.iphone_socd{
margin-left: 94px;
height: 31px;
width: 60%;
}
.iphone_socd img{
float: left;
width: 31px;
height: 31px;
}
.lj_open{
margin-left: 12px;
float: left;
line-height: 10px;
}
.lj_lead{
height: 15px;
float: left;
margin-left: 12px;
}
.footder{
width: 100%;
height: 30px;
margin-top: 50px;
}
.lj_foot{
float: right;
width: 40%;
height: 30px;
line-height: 30px;
font-size: 14px;
font-weight: bold;
}
.lj_free{
margin-left:12px;
}
.lj_foot a{
color: #333;
font-weight: 1000;
}
#lose_eff{
width: 100%;
height: 100%;
background: rgba(0,0,0,0.3);
padding-top: 20px;
display: none;
position: absolute;
top: 0;
}
#lose_eff p:first-child{
font-size: 12px;
color: #fff;
text-align: center;
}
#lose_eff p:last-child{
font-size: 12px;
color: #fff;
text-align: center;
width: 80%;
height: 20px;
line-height: 20px;
background: #Ec6d65;
margin: 0 auto;
border-radius: 20px;
}
.return2:hover{
cursor: pointer;
} | 0.212886 | 0.075041 |
@import url('https://fonts.googleapis.com/css?family=Open+Sans|Varela+Round');
#forgotPassword {
margin-bottom: 1rem;
}
.h1, .h3 {
font-family: 'Varela Round', Arial, sans-serif;
}
.alert, input, .btn, p, ul {
font-family: 'Open Sans', Arial, sans-serif;
}
p.spacing {
line-height: 1.5;
margin-bottom: 1em;
}
ul.spacing li {
margin-bottom: 1em;
}
a, input {
outline: 0;
}
.btn-link {
padding: 0;
background: none;
border: none;
outline: none;
text-decoration: underline;
cursor: pointer;
}
.page {
min-height: 100vh;
background-color: #ffcc8d;
background:
linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
background:
-webkit-linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
-webkit-linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
-webkit-linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
background:
-moz-linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
-moz-linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
-moz-linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
background:
-ms-linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
-ms-linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
-ms-linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
background:
-o-linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
-o-linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
-o-linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
padding: 1rem 0;
}
.page .container {
background: #ffffff7f;
padding: 1rem;
}
.alert .close {
position: absolute;
top: 7px;
right: 0.5rem;
}
.alert p {
line-height: 1.5;
}
.sign-in input[type="submit"],
.sign-in a {
margin-top: 1rem;
}
.sign-in a {
display: block;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.contact-header > * {
display: inline-block;
}
.edit {
position: absolute;
top: 10px;
right: 1rem;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.profile .info-container {
height: 157px;
}
.info {
display: grid;
grid-gap: 15px;
grid-template-columns: 49.8% 49.8%;
grid-template-columns: calc((100% - 1rem)/2) calc((100% - 1rem)/2);
width: 100%;
margin: 1rem 0;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
line-height: 1.25;
}
.info p {
margin-bottom: 0.25rem;
}
.info > div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.info > div:nth-child(2n + 1) {
text-align: right;
font-style: italic;
padding-right: 1px;
}
.info > .vertical-center {
position: relative;
}
.info > div.vertical-center div,
.info > div.vertical-center div {
position: absolute;
bottom: 50%;
transform: translateY(50%);
}
.info > div.vertical-center:nth-child(2n + 1) div {
right: 0;
}
.info > div.vertical-center:nth-child(2n) div {
left: 0;
}
.edit-profile,
.edit-password {
display: none;
}
.edit-profile .btn-container,
.edit-password .btn-container,
#changeMassageType .btn-container,
#detailsModalContent .btn-container,
#editProfileModalContent .btn-container {
text-align: center;
margin-top: 1rem;
}
#detailsModalContent .btn-container > *,
#editProfileModalContent .btn-container > * {
margin: 0 0.25rem;
}
#detailsModalContent .btn-container form {
display: inline;
}
.edit-profile .btn-container,
.edit-password .btn-container {
height: 3.5rem;
}
.next-appointment {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.appointment {
width: 125px;
height: 125px;
margin: 1rem auto;
padding: 0.5rem;
color: white;
background-color: #007bff;
}
.massage-type {
margin-bottom: 0.75rem;
}
.next-appointment .form-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -0.25rem 0 0.75rem 0;
}
.next-appointment .form-container form {
display: inline;
}
.next-appointment .btn {
margin: 0.25rem;
}
.empty {
height: 125px;
line-height: 1.5;
display: table-cell;
vertical-align: middle;
}
.radio {
width: 7.5rem;
padding: 0.5rem 0;
display: grid;
grid-template-columns: 1.5rem auto;
grid-gap: 0.25rem;
line-height: 1;
}
.radio label,
.radio input[type="radio"] {
cursor: pointer;
height: 1rem;
}
#changeMassageType {
display: none;
}
#changeMassageType .radio {
margin: 0 auto;
}
.admin:not(.h1, .h3) {
font-family: 'Open Sans', Arial, sans-serif;
}
.admin .h1 {
margin-top: 2rem;
}
#appointments_wrapper,
#profiles_wrapper {
overflow-x: scroll;
}
#appointments tbody tr:nth-child(even),
#profiles tbody tr:nth-child(even) {
background-color: #eeeeee;
}
#appointments tbody tr:hover :not(.dataTables_empty),
#profiles tbody tr:hover :not(.dataTables_empty) {
color: white;
background-color: #007bff;
cursor: pointer;
}
#appointments tbody tr,
#profiles tbody tr,
.dataTables_empty {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#addAppointment {
display: flex;
margin: 1rem auto 2rem auto;
}
.m-t-1rem {
margin-top: 1rem;
}
#detailsModal,
#addAppointmentModal,
#editProfileModal {
display: none;
position: fixed;
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}
#detailsModal .close,
#addAppointmentModal .close,
#editProfileModal .close {
display: flex;
justify-content: center;
align-content: center;
width: 2rem;
height: 2rem;
}
#detailsModalContent,
#addAppointmentModalContent,
#editProfileModalContent {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
background-color: #efefef;
padding: 1rem;
overflow-y: scroll;
}
#detailsModalContent .edit {
z-index: 4;
position: absolute;
top: 55px;
right: 1rem;
}
#addAppointmentModalContent .row {
margin: 0;
}
.login input[name="password"],
.register input[name="email"],
.register input[name="phone"],
.register input[name="password"],
.register input[name="confirm-password"],
.edit-profile input[name="email"],
.edit-profile input[name="phone"],
.edit-password input[name="new-password"],
.edit-password input[name="password-confirm"],
#phoneAddAppointment,
#addAppointmentModalContent input[name="email"],
#addAppointmentModalContent input[type="submit"],
#editProfileModalContent input[name="email"],
#editProfileModalContent input[name="phone"] {
margin-top: 0.25rem;
}
#clearFields {
margin-top: 1rem;
}
#dropdownContainer {
position: relative;
z-index: 1;
}
#dropdownContainer ul {
position: absolute;
top: 0;
right: 0;
left: 0;
border-top: 1px solid #CED4DA;
}
#dropdownContainer ul li {
padding: 0.5rem;
border-right: 1px solid #CED4DA;
border-bottom: 1px solid #CED4DA;
border-left: 1px solid #CED4DA;
background-color: white;
}
#dropdownContainer ul li.active,
#dropdownContainer ul li:hover {
color: white;
background-color: #007bff;
cursor: pointer;
}
#clearFields {
cursor: pointer;
width: 100%;
}
#datePicker {
display: block;
position: unset;
margin: 0 auto;
}
#datePicker .close {
display: none;
}
#calendar {
font-family: 'Varela Round', Helvetica, Arial, sans-serif;
width: 100%;
background-color: #efefef;
border: 1px solid #b5b5b7;
border-radius: 0.5rem;
}
#calendarControls {
display: grid;
grid-template-columns: 2.5rem calc(100% - 5rem) 2.5rem;
height: 2.5rem;
background-color: #414141;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#calendarControls .button {
padding: 0.5rem;
color: white;
font-size: 1.5rem;
cursor: pointer;
}
#calendarControls .button.inactive {
opacity: 0.5;
cursor: not-allowed;
}
#calendarControls .date {
padding: 0.5rem;
color: white;
font-size: 1.5rem;
}
#calendarControls .date i {
margin-left: 0.5rem;
cursor: pointer;
}
#calendarContent .img-container {
display: grid;
height: 100%;
}
#calendarContent .img-container img {
margin: auto;
}
#calendarContent {
position: relative;
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
overflow-y: scroll;
height: calc(16rem - 1px);
}
#calendarContent::-webkit-scrollbar {
width: 1rem;
}
#calendarContent::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0.375rem rgba(0,0,0,0.3);
box-shadow: inset 0 0 0.375rem rgba(0,0,0,0.3);
}
#calendarContent::-webkit-scrollbar-thumb {
background-color: #b817a2;
border-radius: 0.5rem;
}
#calendarContent ol, #calendarContent ul {
font-family: 'Varela Round', Arial, sans-serif;
}
#calendarContent ol {
height: 1536px;
}
#calendarContent ol li {
height: 4rem;
padding: 0.5rem;
border-bottom: 1px solid #c7c7c7;
}
#calendarContent ul li {
position: absolute;
height: 3.33rem;
width: calc(100% - 6rem);
padding: 0.5rem;
color: white;
background-color: #007bff;
border-radius: 0.5rem;
cursor: pointer;
}
#calendarContent ul li.inactive {
background-color: gray;
}
@media (min-width: 576px) {
#detailsModalContent,
#addAppointmentModalContent,
#editProfileModalContent {
position: fixed;
top: 50%;
right: unset;
bottom: unset;
left: 50%;
transform: translate(-50%, -50%);
width: 508px;
height: unset;
overflow-y: visible;
}
}
@media (min-width: 768px) {
#forgotPassword {
margin-bottom: 0;
}
.profile .info-container,
.edit-profile,
.edit-password {
position: relative;
height: 221px;
}
.profile .info,
.edit-profile form,
.edit-password form {
position: absolute;
top: 50%;
transform: translateY(-50%);
margin: 0;
width: 100%;
}
#appointments_wrapper,
#profiles_wrapper {
overflow-x: visible;
}
#detailsModalContent,
#addAppointmentModalContent,
#editProfileModalContent {
width: 688px;
}
#calendarContent {
height: calc(32rem - 1px);
}
} | users/static/users/css/style.css | @import url('https://fonts.googleapis.com/css?family=Open+Sans|Varela+Round');
#forgotPassword {
margin-bottom: 1rem;
}
.h1, .h3 {
font-family: 'Varela Round', Arial, sans-serif;
}
.alert, input, .btn, p, ul {
font-family: 'Open Sans', Arial, sans-serif;
}
p.spacing {
line-height: 1.5;
margin-bottom: 1em;
}
ul.spacing li {
margin-bottom: 1em;
}
a, input {
outline: 0;
}
.btn-link {
padding: 0;
background: none;
border: none;
outline: none;
text-decoration: underline;
cursor: pointer;
}
.page {
min-height: 100vh;
background-color: #ffcc8d;
background:
linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
background:
-webkit-linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
-webkit-linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
-webkit-linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
background:
-moz-linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
-moz-linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
-moz-linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
background:
-ms-linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
-ms-linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
-ms-linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
background:
-o-linear-gradient(127deg, rgba(90,181,255,1), rgba(90,181,255,0) 70.71%),
-o-linear-gradient(217deg, rgba(255,181,90,1), rgba(255,181,90,0) 70.71%),
-o-linear-gradient(336deg, rgba(181,255,90,1), rgba(181,255,90,0) 70.71%);
padding: 1rem 0;
}
.page .container {
background: #ffffff7f;
padding: 1rem;
}
.alert .close {
position: absolute;
top: 7px;
right: 0.5rem;
}
.alert p {
line-height: 1.5;
}
.sign-in input[type="submit"],
.sign-in a {
margin-top: 1rem;
}
.sign-in a {
display: block;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.contact-header > * {
display: inline-block;
}
.edit {
position: absolute;
top: 10px;
right: 1rem;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.profile .info-container {
height: 157px;
}
.info {
display: grid;
grid-gap: 15px;
grid-template-columns: 49.8% 49.8%;
grid-template-columns: calc((100% - 1rem)/2) calc((100% - 1rem)/2);
width: 100%;
margin: 1rem 0;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
line-height: 1.25;
}
.info p {
margin-bottom: 0.25rem;
}
.info > div {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.info > div:nth-child(2n + 1) {
text-align: right;
font-style: italic;
padding-right: 1px;
}
.info > .vertical-center {
position: relative;
}
.info > div.vertical-center div,
.info > div.vertical-center div {
position: absolute;
bottom: 50%;
transform: translateY(50%);
}
.info > div.vertical-center:nth-child(2n + 1) div {
right: 0;
}
.info > div.vertical-center:nth-child(2n) div {
left: 0;
}
.edit-profile,
.edit-password {
display: none;
}
.edit-profile .btn-container,
.edit-password .btn-container,
#changeMassageType .btn-container,
#detailsModalContent .btn-container,
#editProfileModalContent .btn-container {
text-align: center;
margin-top: 1rem;
}
#detailsModalContent .btn-container > *,
#editProfileModalContent .btn-container > * {
margin: 0 0.25rem;
}
#detailsModalContent .btn-container form {
display: inline;
}
.edit-profile .btn-container,
.edit-password .btn-container {
height: 3.5rem;
}
.next-appointment {
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.appointment {
width: 125px;
height: 125px;
margin: 1rem auto;
padding: 0.5rem;
color: white;
background-color: #007bff;
}
.massage-type {
margin-bottom: 0.75rem;
}
.next-appointment .form-container {
display: flex;
flex-wrap: wrap;
justify-content: center;
margin: -0.25rem 0 0.75rem 0;
}
.next-appointment .form-container form {
display: inline;
}
.next-appointment .btn {
margin: 0.25rem;
}
.empty {
height: 125px;
line-height: 1.5;
display: table-cell;
vertical-align: middle;
}
.radio {
width: 7.5rem;
padding: 0.5rem 0;
display: grid;
grid-template-columns: 1.5rem auto;
grid-gap: 0.25rem;
line-height: 1;
}
.radio label,
.radio input[type="radio"] {
cursor: pointer;
height: 1rem;
}
#changeMassageType {
display: none;
}
#changeMassageType .radio {
margin: 0 auto;
}
.admin:not(.h1, .h3) {
font-family: 'Open Sans', Arial, sans-serif;
}
.admin .h1 {
margin-top: 2rem;
}
#appointments_wrapper,
#profiles_wrapper {
overflow-x: scroll;
}
#appointments tbody tr:nth-child(even),
#profiles tbody tr:nth-child(even) {
background-color: #eeeeee;
}
#appointments tbody tr:hover :not(.dataTables_empty),
#profiles tbody tr:hover :not(.dataTables_empty) {
color: white;
background-color: #007bff;
cursor: pointer;
}
#appointments tbody tr,
#profiles tbody tr,
.dataTables_empty {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#addAppointment {
display: flex;
margin: 1rem auto 2rem auto;
}
.m-t-1rem {
margin-top: 1rem;
}
#detailsModal,
#addAppointmentModal,
#editProfileModal {
display: none;
position: fixed;
z-index: 3;
top: 0;
left: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}
#detailsModal .close,
#addAppointmentModal .close,
#editProfileModal .close {
display: flex;
justify-content: center;
align-content: center;
width: 2rem;
height: 2rem;
}
#detailsModalContent,
#addAppointmentModalContent,
#editProfileModalContent {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
background-color: #efefef;
padding: 1rem;
overflow-y: scroll;
}
#detailsModalContent .edit {
z-index: 4;
position: absolute;
top: 55px;
right: 1rem;
}
#addAppointmentModalContent .row {
margin: 0;
}
.login input[name="password"],
.register input[name="email"],
.register input[name="phone"],
.register input[name="password"],
.register input[name="confirm-password"],
.edit-profile input[name="email"],
.edit-profile input[name="phone"],
.edit-password input[name="new-password"],
.edit-password input[name="password-confirm"],
#phoneAddAppointment,
#addAppointmentModalContent input[name="email"],
#addAppointmentModalContent input[type="submit"],
#editProfileModalContent input[name="email"],
#editProfileModalContent input[name="phone"] {
margin-top: 0.25rem;
}
#clearFields {
margin-top: 1rem;
}
#dropdownContainer {
position: relative;
z-index: 1;
}
#dropdownContainer ul {
position: absolute;
top: 0;
right: 0;
left: 0;
border-top: 1px solid #CED4DA;
}
#dropdownContainer ul li {
padding: 0.5rem;
border-right: 1px solid #CED4DA;
border-bottom: 1px solid #CED4DA;
border-left: 1px solid #CED4DA;
background-color: white;
}
#dropdownContainer ul li.active,
#dropdownContainer ul li:hover {
color: white;
background-color: #007bff;
cursor: pointer;
}
#clearFields {
cursor: pointer;
width: 100%;
}
#datePicker {
display: block;
position: unset;
margin: 0 auto;
}
#datePicker .close {
display: none;
}
#calendar {
font-family: 'Varela Round', Helvetica, Arial, sans-serif;
width: 100%;
background-color: #efefef;
border: 1px solid #b5b5b7;
border-radius: 0.5rem;
}
#calendarControls {
display: grid;
grid-template-columns: 2.5rem calc(100% - 5rem) 2.5rem;
height: 2.5rem;
background-color: #414141;
border-top-left-radius: 0.5rem;
border-top-right-radius: 0.5rem;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
#calendarControls .button {
padding: 0.5rem;
color: white;
font-size: 1.5rem;
cursor: pointer;
}
#calendarControls .button.inactive {
opacity: 0.5;
cursor: not-allowed;
}
#calendarControls .date {
padding: 0.5rem;
color: white;
font-size: 1.5rem;
}
#calendarControls .date i {
margin-left: 0.5rem;
cursor: pointer;
}
#calendarContent .img-container {
display: grid;
height: 100%;
}
#calendarContent .img-container img {
margin: auto;
}
#calendarContent {
position: relative;
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
overflow-y: scroll;
height: calc(16rem - 1px);
}
#calendarContent::-webkit-scrollbar {
width: 1rem;
}
#calendarContent::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 0.375rem rgba(0,0,0,0.3);
box-shadow: inset 0 0 0.375rem rgba(0,0,0,0.3);
}
#calendarContent::-webkit-scrollbar-thumb {
background-color: #b817a2;
border-radius: 0.5rem;
}
#calendarContent ol, #calendarContent ul {
font-family: 'Varela Round', Arial, sans-serif;
}
#calendarContent ol {
height: 1536px;
}
#calendarContent ol li {
height: 4rem;
padding: 0.5rem;
border-bottom: 1px solid #c7c7c7;
}
#calendarContent ul li {
position: absolute;
height: 3.33rem;
width: calc(100% - 6rem);
padding: 0.5rem;
color: white;
background-color: #007bff;
border-radius: 0.5rem;
cursor: pointer;
}
#calendarContent ul li.inactive {
background-color: gray;
}
@media (min-width: 576px) {
#detailsModalContent,
#addAppointmentModalContent,
#editProfileModalContent {
position: fixed;
top: 50%;
right: unset;
bottom: unset;
left: 50%;
transform: translate(-50%, -50%);
width: 508px;
height: unset;
overflow-y: visible;
}
}
@media (min-width: 768px) {
#forgotPassword {
margin-bottom: 0;
}
.profile .info-container,
.edit-profile,
.edit-password {
position: relative;
height: 221px;
}
.profile .info,
.edit-profile form,
.edit-password form {
position: absolute;
top: 50%;
transform: translateY(-50%);
margin: 0;
width: 100%;
}
#appointments_wrapper,
#profiles_wrapper {
overflow-x: visible;
}
#detailsModalContent,
#addAppointmentModalContent,
#editProfileModalContent {
width: 688px;
}
#calendarContent {
height: calc(32rem - 1px);
}
} | 0.347205 | 0.098166 |
html {
box-sizing: border-box
}
*, *:before, *:after {
box-sizing: inherit
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0
}
body {
color: #212529;
background-color: #3973EB;
font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
/* COMMON ELEMENTS */
a {
color: #2867e5;
}
a:hover {
text-decoration: none;
}
h1 a, h2 a {
color: #212529;
text-decoration-color: #4dabf7;
}
h1 {
margin-top: 1.5em;
margin-bottom: 1em;
font-weight: 600;
font-size: 2.5rem;
line-height: 1.2em;
}
h2 {
margin-top: 1.5em;
margin-bottom: 1em;
font-weight: 600;
font-size: 1.5em;
line-height: 1.3em;
}
h2.api {
padding-bottom: .75em;
border-bottom: 1px solid #e9ecef;
font-size: 1.7em;
font-weight: 700;
}
h3 {
/* margin-top: 1.5em; */
margin-left: -60px;
margin-bottom: 1em;
display: inline-block;
padding: 13px 60px 15px;
border: 1px solid #212529;
font-size: 1.5em;
font-weight: bold;
background-color: #FBC9DA
}
h3 code {
padding: 0;
color: #212529;
background-color: transparent;
}
h4 {
margin-top: 1.5em;
margin-bottom: 1em;
font-weight: 600;
font-size: 1.25em;
line-height: 1.4em;
}
h1 + h2, h2 + h3, h3 + h4, h1 + h3, h1 + h4, h2 + h4 {
margin-top: .5em;
}
p {
margin-bottom: 1.5em;
line-height: 1.65em;
}
ul, ol {
margin-top: 8px;
margin-left: -16px
}
li {
margin-bottom: .5em;
line-height: 1.65em;
}
code {
line-height: 1em;
padding: 2px 5px 3px;
background-color: #e9ecef;
border-radius: 2px;
}
pre, pre[class*="language-"] {
margin-bottom: 28px;
padding: 17px 26px 18px;
font-size: 16px;
font-family: monospace;
color: #fff;
background-color: #212529;
}
pre code, pre[class*="language-"] code {
padding: 0;
border-radius: 0px;
}
hr {
margin: 2.5rem 0 2rem;
border: 0;
height: 0;
border-top: 1px solid #ced4da;
border-bottom-width: 0;
}
blockquote {
margin: 0;
padding: 1px 2rem;
border-left: 5px solid #ced4da;
}
/* PAGE LAYOUT */
.page {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin-left: -140px
}
/* MAIN CONTENT */
.main {
position: relative;
width: 100%;
padding: 45px 46px 48px;
border-right: 1px solid #212529;
border-left: 1px solid #212529;
line-height: 1.4em;
font-size: 18px;
background-color: #fff
}
/* SIDEBAR */
.sidebar {
visibility: hidden;
width: 280px;
padding-top: 36px;
background-color: #4d81ed
}
.sidebar__list {
margin-bottom: 40px
}
.sidebar__list-heading {
margin-bottom: 6px;
padding: 10px 20px 12px 30px;
font-weight: 500;
color: #ffc767;
text-transform: uppercase
}
.sidebar__list-item {
display: block;
padding: 10px 20px 12px 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
line-height: 1.3em;
font-weight: 500;
color: #fff;
text-decoration: none
}
.sidebar__list-item:hover {
background-color: #5d8ef5
}
.sidebar__list-item:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.2)
}
.sidebar__list-item:first-child.sidebar__list-item--selected {
border: 1px solid #212529
}
.sidebar__list-item--selected, .sidebar__list-item--selected:hover {
position: relative;
z-index: 1;
margin-left: -11px;
margin-right: -1px;
padding-left: 41px;
background-color: #fff;
border: 1px solid #212529;
color: #0C2D72
}
.sidebar__list-item--selected::before, .sidebar__list-item--selected:hover::before {
position: absolute;
top: 0;
right: -1px;
width: 1px;
height: 100%;
content: "";
background-color: #fff
}
/* LOGO */
.logo {
margin-top: 0;
margin-bottom: 1.5em;
font-size: 1rem;
}
.logo-image {
width: 259px
}
/* COMPONENTS */
.github-link {
display: flex;
align-items: center;
font-weight: 500;
font-size: 16px;
background-color: #24292e;
border-radius: 5px;
color: #fff;
text-decoration: none;
height: 36px;
padding-left: .75rem;
padding-right: .75rem;
}
.github-link--top {
position: absolute;
top: 1rem;
right: 1.5rem;
}
.github-link--footer {
float: right;
}
.github-link:hover {
background-color: #3a424b;
}
.github-link img {
max-height: 21px;
margin-right: 8px;
}
/* UTILS */
.slanted-link {
display: inline-block;
transform: skew(-20deg);
line-height: 1.4em;
font-size: 21px;
font-weight: 600;
text-decoration: none;
color: #fff;
background-color: #2263e9;
box-shadow: 4px 5px 0 #b6e0ff;
}
.slanted-link > * {
display: inline-block;
padding: 4px 21px 6px 17px;
transform: skew(20deg);
}
.slanted-link:hover {
background-color: #3973EB;
box-shadow: 4px 5px 0 #d0ebff;
}
.spacer--8 {
height: 8px;
}
.spacer--16 {
height: 16px;
}
.spacer--24 {
height: 24px;
}
.spacer--32 {
height: 32px;
}
@media (max-width: 1100px) {
.logo {
margin-top: 2rem;
}
.page {
margin-left: 0;
}
.sidebar {
display: none;
}
.main {
width: 100%;
}
} | _remake/tests/css/style.css | html {
box-sizing: border-box
}
*, *:before, *:after {
box-sizing: inherit
}
* {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0
}
body {
color: #212529;
background-color: #3973EB;
font-family: 'Work Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"
}
/* COMMON ELEMENTS */
a {
color: #2867e5;
}
a:hover {
text-decoration: none;
}
h1 a, h2 a {
color: #212529;
text-decoration-color: #4dabf7;
}
h1 {
margin-top: 1.5em;
margin-bottom: 1em;
font-weight: 600;
font-size: 2.5rem;
line-height: 1.2em;
}
h2 {
margin-top: 1.5em;
margin-bottom: 1em;
font-weight: 600;
font-size: 1.5em;
line-height: 1.3em;
}
h2.api {
padding-bottom: .75em;
border-bottom: 1px solid #e9ecef;
font-size: 1.7em;
font-weight: 700;
}
h3 {
/* margin-top: 1.5em; */
margin-left: -60px;
margin-bottom: 1em;
display: inline-block;
padding: 13px 60px 15px;
border: 1px solid #212529;
font-size: 1.5em;
font-weight: bold;
background-color: #FBC9DA
}
h3 code {
padding: 0;
color: #212529;
background-color: transparent;
}
h4 {
margin-top: 1.5em;
margin-bottom: 1em;
font-weight: 600;
font-size: 1.25em;
line-height: 1.4em;
}
h1 + h2, h2 + h3, h3 + h4, h1 + h3, h1 + h4, h2 + h4 {
margin-top: .5em;
}
p {
margin-bottom: 1.5em;
line-height: 1.65em;
}
ul, ol {
margin-top: 8px;
margin-left: -16px
}
li {
margin-bottom: .5em;
line-height: 1.65em;
}
code {
line-height: 1em;
padding: 2px 5px 3px;
background-color: #e9ecef;
border-radius: 2px;
}
pre, pre[class*="language-"] {
margin-bottom: 28px;
padding: 17px 26px 18px;
font-size: 16px;
font-family: monospace;
color: #fff;
background-color: #212529;
}
pre code, pre[class*="language-"] code {
padding: 0;
border-radius: 0px;
}
hr {
margin: 2.5rem 0 2rem;
border: 0;
height: 0;
border-top: 1px solid #ced4da;
border-bottom-width: 0;
}
blockquote {
margin: 0;
padding: 1px 2rem;
border-left: 5px solid #ced4da;
}
/* PAGE LAYOUT */
.page {
display: -webkit-box;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
justify-content: center;
margin-left: -140px
}
/* MAIN CONTENT */
.main {
position: relative;
width: 100%;
padding: 45px 46px 48px;
border-right: 1px solid #212529;
border-left: 1px solid #212529;
line-height: 1.4em;
font-size: 18px;
background-color: #fff
}
/* SIDEBAR */
.sidebar {
visibility: hidden;
width: 280px;
padding-top: 36px;
background-color: #4d81ed
}
.sidebar__list {
margin-bottom: 40px
}
.sidebar__list-heading {
margin-bottom: 6px;
padding: 10px 20px 12px 30px;
font-weight: 500;
color: #ffc767;
text-transform: uppercase
}
.sidebar__list-item {
display: block;
padding: 10px 20px 12px 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
line-height: 1.3em;
font-weight: 500;
color: #fff;
text-decoration: none
}
.sidebar__list-item:hover {
background-color: #5d8ef5
}
.sidebar__list-item:first-child {
border-top: 1px solid rgba(255, 255, 255, 0.2)
}
.sidebar__list-item:first-child.sidebar__list-item--selected {
border: 1px solid #212529
}
.sidebar__list-item--selected, .sidebar__list-item--selected:hover {
position: relative;
z-index: 1;
margin-left: -11px;
margin-right: -1px;
padding-left: 41px;
background-color: #fff;
border: 1px solid #212529;
color: #0C2D72
}
.sidebar__list-item--selected::before, .sidebar__list-item--selected:hover::before {
position: absolute;
top: 0;
right: -1px;
width: 1px;
height: 100%;
content: "";
background-color: #fff
}
/* LOGO */
.logo {
margin-top: 0;
margin-bottom: 1.5em;
font-size: 1rem;
}
.logo-image {
width: 259px
}
/* COMPONENTS */
.github-link {
display: flex;
align-items: center;
font-weight: 500;
font-size: 16px;
background-color: #24292e;
border-radius: 5px;
color: #fff;
text-decoration: none;
height: 36px;
padding-left: .75rem;
padding-right: .75rem;
}
.github-link--top {
position: absolute;
top: 1rem;
right: 1.5rem;
}
.github-link--footer {
float: right;
}
.github-link:hover {
background-color: #3a424b;
}
.github-link img {
max-height: 21px;
margin-right: 8px;
}
/* UTILS */
.slanted-link {
display: inline-block;
transform: skew(-20deg);
line-height: 1.4em;
font-size: 21px;
font-weight: 600;
text-decoration: none;
color: #fff;
background-color: #2263e9;
box-shadow: 4px 5px 0 #b6e0ff;
}
.slanted-link > * {
display: inline-block;
padding: 4px 21px 6px 17px;
transform: skew(20deg);
}
.slanted-link:hover {
background-color: #3973EB;
box-shadow: 4px 5px 0 #d0ebff;
}
.spacer--8 {
height: 8px;
}
.spacer--16 {
height: 16px;
}
.spacer--24 {
height: 24px;
}
.spacer--32 {
height: 32px;
}
@media (max-width: 1100px) {
.logo {
margin-top: 2rem;
}
.page {
margin-left: 0;
}
.sidebar {
display: none;
}
.main {
width: 100%;
}
} | 0.38122 | 0.07946 |
body {
background: #fff;
min-width: 1300px;
}
html, body {
height: 100%;
}
/* end hack */
html, body {
margin: 0;
padding: 0
}
#frame {
width: 100%;
height: 100%;
min-height: 100%;
}
* html #frame {
height: 100%;
}
img {
border: none
}
/* ie6 and under*/
input, textarea, select {
font-family: "microsoft yahei";
}
/* 从 .clearfix 到 .affix 的样式 摘取自 Bootstrap v2.3.2 */
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.affix {
position: fixed;
}
/* 头部样式 begin*/
.header-td {
height: 70px;
}
.header-box {
width: 100%;
height: 70px;
/* background-color: #2196f3; */
border-bottom: 1px solid #e6e6e6;
}
.logo-info {
width: 200px;
height: 70px;
background: url(../img/logo.png) no-repeat center;
}
.header-right,
.nav-tab {
height: 70px;
line-height: 70px;
}
.nav-tab ul {
width: auto;
}
.nav-tab ul li {
float: left;
width: 80px;
height: 70px;
line-height: 70px;
}
.nav-tab ul li a {
display: block;
height: 69px;
text-align: center;
font-size: 16px;
/* color: #f5f5f5; */
color: #0093ff;
}
.nav-tab a:hover,
.nav-tab a:focus,
.header-right a:hover,
.header-right a:focus {
text-decoration: none;
}
.nav-tab ul li a.selected {
color: #ffffff;
border-bottom: 2px solid #12b33d;
background: #0a75cc;
box-shadow: 2px 0 6px #ccc;
}
.header-box .user-info {
display: inline-block;
*display: inline;
padding-left: 30px;
padding-right: 30px;
height: 70px;
line-height: 70px;
background: url(../img/user_img.png) no-repeat left center;
font-size: 16px;
color: #f5f5f5;
}
.header-box .logout-btn {
display: inline-block;
width: 120px;
height: 70px;
line-height: 70px;
text-align: center;
background-color: #0a75cc;
font-size: 16px;
color: #f5f5f5;
}
/* 头部样式 end*/
/* 菜单样式 begin*/
.menu-box {
width: 200px;
background: #f5f7fa;
border-right: 1px solid #e6e6e6;
vertical-align: top
}
.menu-container {
width: 100%;
}
.menu-type {
height: 55px;
line-height: 55px;
border-bottom: 1px solid #e6e6e6;
text-align: center;
font-size: 18px;
color: #999;
}
.menu-box dl dt {
position: relative;
height: 40px;
line-height: 40px;
padding-left: 40px;
background-color: #ebeff2;
font-size: 14px;
color: #333;
overflow: hidden;
cursor: pointer
}
.menu-box dl dt i {
position: absolute;
left: 22px;
top: 15px;
border-style: solid;
_border-style: dotted;
border-width: 5px;
border-color: transparent transparent transparent #999;
position: absolute;
}
.menu-box dl.open dt i {
left: 20px;
top: 18px;
border-color: #999 transparent transparent transparent;
}
.menu-box dl dd ul li {
height: 35px;
line-height: 35px;
}
.menu-box dl dd ul li a {
display: block;
color: #666;
padding-left: 50px;
height: 35px;
line-height: 35px;
font-size: 12px
}
.menu-box dl dd ul li a:hover,
.menu-box dl dd ul li a.selected {
padding-left: 47px;
border-left: 3px solid #12b33d;
background: #fff;
color: #2196f3;
text-decoration: none;
}
/* 菜单样式 end*/
/* 总体布局右侧 begin*/
#right {
background: #fff
}
/* 总体布局右侧 end*/
/* 导航栏 新版已经去掉 begin*/
#path {
background: #f6f6f6;
height: 26px;
line-height: 26px;
color: #555;
border-bottom: 1px solid #ddd
}
#path .left {
background: url(../img/home_ico.gif) no-repeat 8px center;
height: 26px;
line-height: 28px;
padding-left: 28px;
/*display: none;*/
}
#path a {
color: #555
}
/* 导航栏 新版已经去掉 end*/
.tabs {
padding-bottom: 10px
}
.toptips {
margin-bottom: 15px;
border: 1px solid #cf7500;
background: #fffae1;
padding: 20px;
color: #d64a0c;
}
.subtitle {
height: 30px;
line-height: 30px;
padding: 10px
}
.subtitle h3 {
font-size: 14px
}
input.smallButton {
background-image: url(../img/button_small_bg.gif);
background-repeat: repeat-x;
height: 20px;
background-color: #fff;
padding: 0 5px;
font-family: "ËÎÌå";
font-size: 12px;
cursor: pointer
}
input.smallButtonBlue {
color: #fff;
background-position: left top;
border: 1px solid #3591de
}
input.smallButtonLightBlue {
color: #2984d3;
background-position: left -20px;
border: 1px solid #79b3e1
}
input.smallButtonOrange {
color: #fff;
background-position: left -40px;
border: 1px solid #f47602
}
input.smallButtonLightOrange {
color: #e75a0b;
background-position: left -60px;
border: 1px solid #ffbe8f
}
input.smallButtonGreen {
color: #fff;
background-position: left -80px;
border: 1px solid #388600
}
input.smallButtonLightGreen {
color: #3f9700;
background-position: left -100px;
border: 1px solid #6ecb2c
}
input.middleButton {
background-image: url(../img/button_middle_bg.gif);
background-repeat: repeat-x;
height: 26px;
background-color: #fff;
padding: 0 5px;
font-family: "ËÎÌå";
font-size: 12px;
cursor: pointer
}
input.middleButtonBlue {
color: #fff;
background-position: left top;
border: 1px solid #3591de
}
input.middleButtonLightBlue {
color: #2984d3;
background-position: left -26px;
border: 1px solid #79b3e1
}
input.middleButtonOrange {
color: #fff;
background-position: left -52px;
border: 1px solid #f47602
}
input.middleButtonLightOrange {
color: #e75a0b;
background-position: left -78px;
border: 1px solid #ffbe8f
}
input.middleButtonGreen {
color: #fff;
background-position: left -104px;
border: 1px solid #317500
}
input.middleButtonLightGreen {
color: #3f9700;
background-position: left -130px;
border: 1px solid #6ecb2c
}
.control {
background: url(../img/control_bg.gif) repeat-x;
height: 20px;
line-height: 20px;
padding: 5px
}
.control ul li {
float: left;
padding-left: 10px
}
.control ul li a {
display: block;
background-position: 5px 2px;
background-repeat: no-repeat;
color: #333;
height: 20px;
line-height: 22px;
overflow: hidden;
padding: 0 5px 0 25px
}
.control ul li a.edit {
background-image: url(../img/edit_ico.gif)
}
.control ul li a.del {
background-image: url(../img/del_ico.gif)
}
.control ul li a.select {
background-image: url(../img/select_ico.gif)
}
.control ul li a.add {
background-image: url(../img/add_ico.gif)
}
.control ul li a.refresh {
background-image: url(../img/refresh_ico.gif)
}
.control ul li a.mobile {
background-image: url(../img/mobile_ico.gif)
}
.control ul li a.email {
background-image: url(../img/email_ico.gif)
}
.control ul li a.message {
background-image: url(../img/message_ico.gif)
}
.control ul li a.move {
background-image: url(../img/move_ico.gif)
}
.control ul li a.clear {
background-image: url(../img/clear_ico.gif)
}
.control ul li a.switch {
background-image: url(../img/switch_ico.gif)
}
.control ul li a.import {
background-image: url(../img/import_ico.png)
}
div.mainborder {
border: 1px solid #a2bcd5;
background: #fff
}
.filters-box {
margin: 10px 0;
width: 100%;
background-color: #e0f1ff;
border-spacing: 0;
}
.filters-box tr {
height: 40px;
}
.filters {
line-height: 40px;
padding-left: 15px;
}
.filters dl {
margin-bottom: 0;
}
.filters dt,
.filters dd {
display: inline-block;
float: left;
height: 40px;
line-height: 40px;
vertical-align: middle;
}
.filters dd {
padding: 10px 0;
margin-bottom: 0;
}
.filters ul li {
float: left;
margin-left: 10px;
}
.filters ul li a {
display: block;
float: left;
padding: 0 28px 0 5px;
background: #2196f3 url(../img/filter_close_ico.png) no-repeat right center;
height: 22px;
line-height: 22px;
color: #fff
}
.filters ul li a:hover {
text-decoration: none;
}
.mainfooter {
background: #e9f3f5;
height: 35px;
line-height: 35px;
margin-top: 20px;
border-top: 1px solid #a1b8d8
}
.mainfooter .left,
.mainfooter .right {
padding: 0 10px
}
.mainfooter .left span {
padding: 0 5px;
font-weight: bold;
color: #f30
}
.mainfooter .center .excel {
background: url(../img/excel_foot_button.gif) no-repeat;
width: 100px;
height: 22px;
display: block;
text-indent: -9999px;
border: none
}
.menubutton {
position: relative;
border: 1px solid #ccc;
background: #39C
}
.menubutton dd {
position: absolute
}
.left_menu dl,
.left_menu ul {
margin-bottom: 0;
}
a.help {
background: url(../img/help.gif) no-repeat center center;
color: #fff;
cursor: pointer;
padding: 0 5px;
text-decoration: none;
margin-left: 10px
}
a.help:hover {
background: url(../img/help_hover.gif) no-repeat center center
}
span.help {
background: url(../img/help_ico.gif) no-repeat 17px center;
padding-left: 40px;
color: #f00;
text-decoration: none
}
/* 分页控件样式*/
.page-size-box {
font-size: 12px;
color: #666;
}
.page-size-box span {
margin: 0 5px;
color: #2196f3;
}
.page-size-box select {
padding: 3px 2px;
margin-top: -2px;
margin-left: 5px;
margin-right: 5px;
width: 60px;
line-height: 15px;
}
.pagebreak td {
padding: 0 4px;
}
.pagebreak td a {
display: block;
}
.pagebreak .page_text a,
.pagebreak .page_no a {
display: block;
padding: 5px 10px;
border: 1px solid #ddd;
border-radius: 2px;
background-color: #f7f7f7;
color: #666;
}
.pagebreak .page_no a {
float: left;
margin-left: 5px;
}
.pagebreak .page_text a:hover,
.pagebreak .page_no a:hover {
text-decoration: none;
background: #2196f3;
border-color: #2196f3;
color: #fff;
cursor: pointer;
}
.pagebreak .page_no {
padding: 4px
}
.pagebreak .page_no a.page_current {
background: #2196f3;
border-color: #2196f3;
color: #fff;
}
.pagebreak select {
border: 1px solid #a2bcd5
}
.pagebreak .page_jump {
padding: 0 10px;
font-size: 12px;
color: #666;
}
.pagebreak .page_jump span {
padding: 0 5px
}
.pagebreak .page_jump .gopage {
width: 50px;
height: 28px;
line-height: 28px;
text-align: center;
border: 1px solid #ddd;
}
.pagebreak .page_jump .go {
margin-left: 10px;
width: 50px;
height: 28px;
line-height: 28px;
border: none;
border-radius: 2px;
background: #2196f3;
color: #fff;
cursor: pointer;
}
button.tips {
background: url(../img/tips_ico.gif) no-repeat;
width: 19px;
height: 17px;
overflow: hidden;
text-indent: -9999px;
border: none;
cursor: pointer;
margin-left: 10px
}
input.remotedesktop {
}
.listmenu {
border: 1px solid #ccc;
position: absolute;
background: #fff;
width: 200px;
margin-left: -75px
}
.listmenu dt {
height: 24px;
line-height: 24px
}
.listmenu dd {
border-top: 1px dotted #ccc;
padding: 8px 0
}
.listmenu dd ul li {
height: 20px;
line-height: 20px;
}
.listmenuhover {
margin-top: -10px;
padding: 0 6px
}
.tips {
background: #fffad1;
border: 1px solid #ffbc7b;
padding: 20px;
margin-top: 15px;
}
.super-search {
display: inline-block;
width: 80px;
height: 32px;
line-height: 32px;
border-radius: 2px;
text-align: center;
font-size: 12px;
color: #fff;
background-color: #ff8800;
text-decoration: none;
}
.super-search:hover {
text-decoration: none;
color: #fff;
}
.upload-icon {
display: inline-block;
padding-left: 22px;
background: url(../img/upload.png) no-repeat left center;
margin-right: 10px;
}
/* 同步过程进度条样式 */
.sync-container {
width: 600px;
}
.sync-container p {
line-height: 2em;
font-size: 14px;
color: #444;
}
.sync-container .progress {
position: relative;
height: 30px;
}
.sync-container .progress-text {
position: absolute;
left: 50%;
top: 12%;
margin-left: -12px;
color: #444;
font-size: 16px;
}
.sync-label {
display: inline-block;
width: 70px;
}
/* 密码确认输入框样式 */
.pwd-confirm-outer {
width: 300px;
}
.pwd-confirm-outer p.pwd-confirm-row {
margin-top: 20px;
}
.pwd-confirm-outer p.pwd-confirm-row:first-child {
margin-top: 0;
}
.pwd-confirm-label {
width: 200px;
}
/* we-number组件 */
.we-input-reset {
padding-left: 10px;
}
.we-number-container {
float: left;
line-height: 1;
}
.number-input-box {
float: left;
position: relative;
width: 100px;
border: 1px solid #ddd;
border-radius: 2px;
background-color: #fff;
}
.number-input-box input {
height: 30px;
width: 50px;
border: none;
line-height: 30px;
}
.we-number-unit {
position: absolute;
right: 5px;
top: 10px;
color: #999;
text-align: right;
}
.we-number-control {
display: inline-block;
position: relative;
z-index: 10;
width: 32px;
height: 32px;
margin-left: 5px;
}
.we-number-control span {
position: absolute;
left: 0;
z-index: 11;
width: 32px;
height: 15px;
background: no-repeat center;
cursor: pointer;
}
span.number-control-up {
top: 0;
background-image: url(../img/number_up.png);
}
.number-control-up:hover {
background-image: url(../img/number_up_hover.png);
}
span.number-control-down {
bottom: 0;
background-image: url(../img/number_down.png);
}
.number-control-down:hover {
background-image: url(../img/number_down_hover.png);
}
.delete-disk {
display: inline-block;
padding-left: 20px;
cursor: pointer;
margin-left: 20px;
background: url(../img/operate_delete.png) no-repeat left center;
margin-top: -10px;
}
/* 文字状态颜色 */
.text-green {
color: #008000;
}
.text-red {
color: #ff0000!important;
}
.text-blue {
color: #009fd9;
}
.text-gray {
color: #999;
}
.text-orange {
color: #ff8800;
}
.download-button {
display: inline-block;
padding: 3px 10px;
background-color: #ff8800;
color: #fff;
}
a.download-button:hover {
color: #fff;
}
/* 提示说明样式(一般跟在input空间后面的span标签)*/
.control-info {
display: inline-block;
*display: inline;
margin-left: 15px;
padding-left: 15px;
background: url(../img/help.gif) no-repeat left center;
font-size: 12px;
}
.user-info-view {
cursor: pointer;
}
/* 异步请求loading效果 */
.we-loading-tip {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
}
.we-loading-mask {
position: absolute;
top: 0;
left: 0;
opacity: 0.6;
filter: alpha(opacity=60);
background: #000;
width: 100%;
height: 100%;
}
.loading-tip-head {
height: 50px;
line-height: 50px;
background-color: #f7f7f7;
border-radius: 2px 2px 0 0;
padding-left: 20px;
color: #666;
}
.we-loading-box {
position: absolute;
top: 33%;
left: 50%;
min-width: 360px;
line-height: 100px;
border-radius: 2px 2px 0 0;
margin-top: -30px;
margin-left: -150px;
background: #fff;
color: #666;
font-size: 16px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.we-loading-box > i {
float: left;
width: 40px;
height: 40px;
margin: 10px 20px 0 20px;
margin-top: 29px;
margin-left: 60px;
background: url(../img/we_loading.gif) no-repeat center center;
}
/* 图片上传预览*/
.span-loading {
display: inline-block;
margin-left: 15px;
}
.attachment-container {
width: 200px;
line-height: 0;
background-color: #e0f1ff;
}
/*.attachment-block {
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 10px 0 10px;
background-color: #f2f2f2;
margin-top: 10px;
margin-right: 10px;
}
.del-attachment {
margin-left: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.attachment-block {
display: inline-block;
height: 35px;
line-height: 35px;
padding: 0 10px 0 10px;
margin-right: 10px;
background-color: inherit;
}
.attachment-name {
display: inline-block;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.upload-reminder {
margin-left: 10px;
}
.del-attachment {
display: inline-block;
width: 16px;
height: 35px;
line-height: 35px;
margin-left: 10px;
background-image: url(../img/del_upload.png);
background-position: center;
background-repeat: no-repeat;
}
.attachment-block:hover .attachment-name {
color: #2196f3;
}
.attachment-block:hover .del-attachment {
background-image: url(../img/del_upload_hover.png);
}
.thumbnail-img {
margin: 2px 0 10px 10px;
border: 1px solid #ddd;
}
/* 警告信息样式*/
.warning-box {
margin-top: -20px;
}
.warning-list {
position: relative;
margin-bottom: 10px;
padding-left: 10px;
height: 36px;
line-height: 36px;
border: 1px solid #ffc37f;
background-color: #ffecd6;
color: #ff3300;
}
.set-param {
display: inline-block;
position: absolute;
right: 10px;
top: 4px;
padding: 0 20px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 2px;
background-color: #ff4400;
color: #fff;
}
.set-param:hover,
.set-param:focus,
.set-param:active {
text-decoration: none;
color: #fff;
}
/* 警示框 */
.alert-warn,
.alert-error,
.alert-success {
padding: 7px 22px 5px 37px;
background: url(../img/tip_icon_warn_16.png) no-repeat 10px 10px #fff3e5;
border: 1px solid #ff8800;
border-radius: 2px;
color: #ff8800;
font-size: 12px;
line-height: 2em;
}
.alert-protect {
min-width: 500px;
}
.alert-error {
background-image: url(../img/tip_icon_red_warn_16.png);
background-color: #ffebe5;
color: red;
border-color: red;
}
.alert-success {
background-image: url(../img/tip_icon_success_16.png);
background-color: #d9ffe0;
color: #14cc39;
border-color: #14cc39;
}
.alert-warn-lg {
padding: 20px 0 20px 90px;
background: url(../img/tip_icon_warn_50.png) no-repeat 20px center #fff3e5;
border-left: 3px solid #ff8800;
border-radius: 2px;
}
.alert-warn-lg .tip-title {
margin-bottom: 10px;
color: #ff8800;
font-size: 14px;
}
.tip-content {
line-height: 1.8em;
}
.checkbox-alert {
background-image: none;
padding: 5px 0 5px 10px;
}
.alert-warn.alert-white-bg {
border: none;
border-top: 1px solid #eee;
background-color: #fff;
color: #aaa;
}
.alert-warn.alert-white-bg .alert-warn-title {
color: #ff8800;
} | src/Static/css/frame.css | body {
background: #fff;
min-width: 1300px;
}
html, body {
height: 100%;
}
/* end hack */
html, body {
margin: 0;
padding: 0
}
#frame {
width: 100%;
height: 100%;
min-height: 100%;
}
* html #frame {
height: 100%;
}
img {
border: none
}
/* ie6 and under*/
input, textarea, select {
font-family: "microsoft yahei";
}
/* 从 .clearfix 到 .affix 的样式 摘取自 Bootstrap v2.3.2 */
.clearfix {
*zoom: 1;
}
.clearfix:before, .clearfix:after {
display: table;
line-height: 0;
content: "";
}
.clearfix:after {
clear: both;
}
.pull-right {
float: right;
}
.pull-left {
float: left;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.img-rounded {
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.img-polaroid {
padding: 4px;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
-webkit-border-radius: 500px;
-moz-border-radius: 500px;
border-radius: 500px;
}
.hide-text {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.input-block-level {
display: block;
width: 100%;
min-height: 30px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.affix {
position: fixed;
}
/* 头部样式 begin*/
.header-td {
height: 70px;
}
.header-box {
width: 100%;
height: 70px;
/* background-color: #2196f3; */
border-bottom: 1px solid #e6e6e6;
}
.logo-info {
width: 200px;
height: 70px;
background: url(../img/logo.png) no-repeat center;
}
.header-right,
.nav-tab {
height: 70px;
line-height: 70px;
}
.nav-tab ul {
width: auto;
}
.nav-tab ul li {
float: left;
width: 80px;
height: 70px;
line-height: 70px;
}
.nav-tab ul li a {
display: block;
height: 69px;
text-align: center;
font-size: 16px;
/* color: #f5f5f5; */
color: #0093ff;
}
.nav-tab a:hover,
.nav-tab a:focus,
.header-right a:hover,
.header-right a:focus {
text-decoration: none;
}
.nav-tab ul li a.selected {
color: #ffffff;
border-bottom: 2px solid #12b33d;
background: #0a75cc;
box-shadow: 2px 0 6px #ccc;
}
.header-box .user-info {
display: inline-block;
*display: inline;
padding-left: 30px;
padding-right: 30px;
height: 70px;
line-height: 70px;
background: url(../img/user_img.png) no-repeat left center;
font-size: 16px;
color: #f5f5f5;
}
.header-box .logout-btn {
display: inline-block;
width: 120px;
height: 70px;
line-height: 70px;
text-align: center;
background-color: #0a75cc;
font-size: 16px;
color: #f5f5f5;
}
/* 头部样式 end*/
/* 菜单样式 begin*/
.menu-box {
width: 200px;
background: #f5f7fa;
border-right: 1px solid #e6e6e6;
vertical-align: top
}
.menu-container {
width: 100%;
}
.menu-type {
height: 55px;
line-height: 55px;
border-bottom: 1px solid #e6e6e6;
text-align: center;
font-size: 18px;
color: #999;
}
.menu-box dl dt {
position: relative;
height: 40px;
line-height: 40px;
padding-left: 40px;
background-color: #ebeff2;
font-size: 14px;
color: #333;
overflow: hidden;
cursor: pointer
}
.menu-box dl dt i {
position: absolute;
left: 22px;
top: 15px;
border-style: solid;
_border-style: dotted;
border-width: 5px;
border-color: transparent transparent transparent #999;
position: absolute;
}
.menu-box dl.open dt i {
left: 20px;
top: 18px;
border-color: #999 transparent transparent transparent;
}
.menu-box dl dd ul li {
height: 35px;
line-height: 35px;
}
.menu-box dl dd ul li a {
display: block;
color: #666;
padding-left: 50px;
height: 35px;
line-height: 35px;
font-size: 12px
}
.menu-box dl dd ul li a:hover,
.menu-box dl dd ul li a.selected {
padding-left: 47px;
border-left: 3px solid #12b33d;
background: #fff;
color: #2196f3;
text-decoration: none;
}
/* 菜单样式 end*/
/* 总体布局右侧 begin*/
#right {
background: #fff
}
/* 总体布局右侧 end*/
/* 导航栏 新版已经去掉 begin*/
#path {
background: #f6f6f6;
height: 26px;
line-height: 26px;
color: #555;
border-bottom: 1px solid #ddd
}
#path .left {
background: url(../img/home_ico.gif) no-repeat 8px center;
height: 26px;
line-height: 28px;
padding-left: 28px;
/*display: none;*/
}
#path a {
color: #555
}
/* 导航栏 新版已经去掉 end*/
.tabs {
padding-bottom: 10px
}
.toptips {
margin-bottom: 15px;
border: 1px solid #cf7500;
background: #fffae1;
padding: 20px;
color: #d64a0c;
}
.subtitle {
height: 30px;
line-height: 30px;
padding: 10px
}
.subtitle h3 {
font-size: 14px
}
input.smallButton {
background-image: url(../img/button_small_bg.gif);
background-repeat: repeat-x;
height: 20px;
background-color: #fff;
padding: 0 5px;
font-family: "ËÎÌå";
font-size: 12px;
cursor: pointer
}
input.smallButtonBlue {
color: #fff;
background-position: left top;
border: 1px solid #3591de
}
input.smallButtonLightBlue {
color: #2984d3;
background-position: left -20px;
border: 1px solid #79b3e1
}
input.smallButtonOrange {
color: #fff;
background-position: left -40px;
border: 1px solid #f47602
}
input.smallButtonLightOrange {
color: #e75a0b;
background-position: left -60px;
border: 1px solid #ffbe8f
}
input.smallButtonGreen {
color: #fff;
background-position: left -80px;
border: 1px solid #388600
}
input.smallButtonLightGreen {
color: #3f9700;
background-position: left -100px;
border: 1px solid #6ecb2c
}
input.middleButton {
background-image: url(../img/button_middle_bg.gif);
background-repeat: repeat-x;
height: 26px;
background-color: #fff;
padding: 0 5px;
font-family: "ËÎÌå";
font-size: 12px;
cursor: pointer
}
input.middleButtonBlue {
color: #fff;
background-position: left top;
border: 1px solid #3591de
}
input.middleButtonLightBlue {
color: #2984d3;
background-position: left -26px;
border: 1px solid #79b3e1
}
input.middleButtonOrange {
color: #fff;
background-position: left -52px;
border: 1px solid #f47602
}
input.middleButtonLightOrange {
color: #e75a0b;
background-position: left -78px;
border: 1px solid #ffbe8f
}
input.middleButtonGreen {
color: #fff;
background-position: left -104px;
border: 1px solid #317500
}
input.middleButtonLightGreen {
color: #3f9700;
background-position: left -130px;
border: 1px solid #6ecb2c
}
.control {
background: url(../img/control_bg.gif) repeat-x;
height: 20px;
line-height: 20px;
padding: 5px
}
.control ul li {
float: left;
padding-left: 10px
}
.control ul li a {
display: block;
background-position: 5px 2px;
background-repeat: no-repeat;
color: #333;
height: 20px;
line-height: 22px;
overflow: hidden;
padding: 0 5px 0 25px
}
.control ul li a.edit {
background-image: url(../img/edit_ico.gif)
}
.control ul li a.del {
background-image: url(../img/del_ico.gif)
}
.control ul li a.select {
background-image: url(../img/select_ico.gif)
}
.control ul li a.add {
background-image: url(../img/add_ico.gif)
}
.control ul li a.refresh {
background-image: url(../img/refresh_ico.gif)
}
.control ul li a.mobile {
background-image: url(../img/mobile_ico.gif)
}
.control ul li a.email {
background-image: url(../img/email_ico.gif)
}
.control ul li a.message {
background-image: url(../img/message_ico.gif)
}
.control ul li a.move {
background-image: url(../img/move_ico.gif)
}
.control ul li a.clear {
background-image: url(../img/clear_ico.gif)
}
.control ul li a.switch {
background-image: url(../img/switch_ico.gif)
}
.control ul li a.import {
background-image: url(../img/import_ico.png)
}
div.mainborder {
border: 1px solid #a2bcd5;
background: #fff
}
.filters-box {
margin: 10px 0;
width: 100%;
background-color: #e0f1ff;
border-spacing: 0;
}
.filters-box tr {
height: 40px;
}
.filters {
line-height: 40px;
padding-left: 15px;
}
.filters dl {
margin-bottom: 0;
}
.filters dt,
.filters dd {
display: inline-block;
float: left;
height: 40px;
line-height: 40px;
vertical-align: middle;
}
.filters dd {
padding: 10px 0;
margin-bottom: 0;
}
.filters ul li {
float: left;
margin-left: 10px;
}
.filters ul li a {
display: block;
float: left;
padding: 0 28px 0 5px;
background: #2196f3 url(../img/filter_close_ico.png) no-repeat right center;
height: 22px;
line-height: 22px;
color: #fff
}
.filters ul li a:hover {
text-decoration: none;
}
.mainfooter {
background: #e9f3f5;
height: 35px;
line-height: 35px;
margin-top: 20px;
border-top: 1px solid #a1b8d8
}
.mainfooter .left,
.mainfooter .right {
padding: 0 10px
}
.mainfooter .left span {
padding: 0 5px;
font-weight: bold;
color: #f30
}
.mainfooter .center .excel {
background: url(../img/excel_foot_button.gif) no-repeat;
width: 100px;
height: 22px;
display: block;
text-indent: -9999px;
border: none
}
.menubutton {
position: relative;
border: 1px solid #ccc;
background: #39C
}
.menubutton dd {
position: absolute
}
.left_menu dl,
.left_menu ul {
margin-bottom: 0;
}
a.help {
background: url(../img/help.gif) no-repeat center center;
color: #fff;
cursor: pointer;
padding: 0 5px;
text-decoration: none;
margin-left: 10px
}
a.help:hover {
background: url(../img/help_hover.gif) no-repeat center center
}
span.help {
background: url(../img/help_ico.gif) no-repeat 17px center;
padding-left: 40px;
color: #f00;
text-decoration: none
}
/* 分页控件样式*/
.page-size-box {
font-size: 12px;
color: #666;
}
.page-size-box span {
margin: 0 5px;
color: #2196f3;
}
.page-size-box select {
padding: 3px 2px;
margin-top: -2px;
margin-left: 5px;
margin-right: 5px;
width: 60px;
line-height: 15px;
}
.pagebreak td {
padding: 0 4px;
}
.pagebreak td a {
display: block;
}
.pagebreak .page_text a,
.pagebreak .page_no a {
display: block;
padding: 5px 10px;
border: 1px solid #ddd;
border-radius: 2px;
background-color: #f7f7f7;
color: #666;
}
.pagebreak .page_no a {
float: left;
margin-left: 5px;
}
.pagebreak .page_text a:hover,
.pagebreak .page_no a:hover {
text-decoration: none;
background: #2196f3;
border-color: #2196f3;
color: #fff;
cursor: pointer;
}
.pagebreak .page_no {
padding: 4px
}
.pagebreak .page_no a.page_current {
background: #2196f3;
border-color: #2196f3;
color: #fff;
}
.pagebreak select {
border: 1px solid #a2bcd5
}
.pagebreak .page_jump {
padding: 0 10px;
font-size: 12px;
color: #666;
}
.pagebreak .page_jump span {
padding: 0 5px
}
.pagebreak .page_jump .gopage {
width: 50px;
height: 28px;
line-height: 28px;
text-align: center;
border: 1px solid #ddd;
}
.pagebreak .page_jump .go {
margin-left: 10px;
width: 50px;
height: 28px;
line-height: 28px;
border: none;
border-radius: 2px;
background: #2196f3;
color: #fff;
cursor: pointer;
}
button.tips {
background: url(../img/tips_ico.gif) no-repeat;
width: 19px;
height: 17px;
overflow: hidden;
text-indent: -9999px;
border: none;
cursor: pointer;
margin-left: 10px
}
input.remotedesktop {
}
.listmenu {
border: 1px solid #ccc;
position: absolute;
background: #fff;
width: 200px;
margin-left: -75px
}
.listmenu dt {
height: 24px;
line-height: 24px
}
.listmenu dd {
border-top: 1px dotted #ccc;
padding: 8px 0
}
.listmenu dd ul li {
height: 20px;
line-height: 20px;
}
.listmenuhover {
margin-top: -10px;
padding: 0 6px
}
.tips {
background: #fffad1;
border: 1px solid #ffbc7b;
padding: 20px;
margin-top: 15px;
}
.super-search {
display: inline-block;
width: 80px;
height: 32px;
line-height: 32px;
border-radius: 2px;
text-align: center;
font-size: 12px;
color: #fff;
background-color: #ff8800;
text-decoration: none;
}
.super-search:hover {
text-decoration: none;
color: #fff;
}
.upload-icon {
display: inline-block;
padding-left: 22px;
background: url(../img/upload.png) no-repeat left center;
margin-right: 10px;
}
/* 同步过程进度条样式 */
.sync-container {
width: 600px;
}
.sync-container p {
line-height: 2em;
font-size: 14px;
color: #444;
}
.sync-container .progress {
position: relative;
height: 30px;
}
.sync-container .progress-text {
position: absolute;
left: 50%;
top: 12%;
margin-left: -12px;
color: #444;
font-size: 16px;
}
.sync-label {
display: inline-block;
width: 70px;
}
/* 密码确认输入框样式 */
.pwd-confirm-outer {
width: 300px;
}
.pwd-confirm-outer p.pwd-confirm-row {
margin-top: 20px;
}
.pwd-confirm-outer p.pwd-confirm-row:first-child {
margin-top: 0;
}
.pwd-confirm-label {
width: 200px;
}
/* we-number组件 */
.we-input-reset {
padding-left: 10px;
}
.we-number-container {
float: left;
line-height: 1;
}
.number-input-box {
float: left;
position: relative;
width: 100px;
border: 1px solid #ddd;
border-radius: 2px;
background-color: #fff;
}
.number-input-box input {
height: 30px;
width: 50px;
border: none;
line-height: 30px;
}
.we-number-unit {
position: absolute;
right: 5px;
top: 10px;
color: #999;
text-align: right;
}
.we-number-control {
display: inline-block;
position: relative;
z-index: 10;
width: 32px;
height: 32px;
margin-left: 5px;
}
.we-number-control span {
position: absolute;
left: 0;
z-index: 11;
width: 32px;
height: 15px;
background: no-repeat center;
cursor: pointer;
}
span.number-control-up {
top: 0;
background-image: url(../img/number_up.png);
}
.number-control-up:hover {
background-image: url(../img/number_up_hover.png);
}
span.number-control-down {
bottom: 0;
background-image: url(../img/number_down.png);
}
.number-control-down:hover {
background-image: url(../img/number_down_hover.png);
}
.delete-disk {
display: inline-block;
padding-left: 20px;
cursor: pointer;
margin-left: 20px;
background: url(../img/operate_delete.png) no-repeat left center;
margin-top: -10px;
}
/* 文字状态颜色 */
.text-green {
color: #008000;
}
.text-red {
color: #ff0000!important;
}
.text-blue {
color: #009fd9;
}
.text-gray {
color: #999;
}
.text-orange {
color: #ff8800;
}
.download-button {
display: inline-block;
padding: 3px 10px;
background-color: #ff8800;
color: #fff;
}
a.download-button:hover {
color: #fff;
}
/* 提示说明样式(一般跟在input空间后面的span标签)*/
.control-info {
display: inline-block;
*display: inline;
margin-left: 15px;
padding-left: 15px;
background: url(../img/help.gif) no-repeat left center;
font-size: 12px;
}
.user-info-view {
cursor: pointer;
}
/* 异步请求loading效果 */
.we-loading-tip {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 9999;
width: 100%;
height: 100%;
}
.we-loading-mask {
position: absolute;
top: 0;
left: 0;
opacity: 0.6;
filter: alpha(opacity=60);
background: #000;
width: 100%;
height: 100%;
}
.loading-tip-head {
height: 50px;
line-height: 50px;
background-color: #f7f7f7;
border-radius: 2px 2px 0 0;
padding-left: 20px;
color: #666;
}
.we-loading-box {
position: absolute;
top: 33%;
left: 50%;
min-width: 360px;
line-height: 100px;
border-radius: 2px 2px 0 0;
margin-top: -30px;
margin-left: -150px;
background: #fff;
color: #666;
font-size: 16px;
box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}
.we-loading-box > i {
float: left;
width: 40px;
height: 40px;
margin: 10px 20px 0 20px;
margin-top: 29px;
margin-left: 60px;
background: url(../img/we_loading.gif) no-repeat center center;
}
/* 图片上传预览*/
.span-loading {
display: inline-block;
margin-left: 15px;
}
.attachment-container {
width: 200px;
line-height: 0;
background-color: #e0f1ff;
}
/*.attachment-block {
display: inline-block;
height: 32px;
line-height: 32px;
padding: 0 10px 0 10px;
background-color: #f2f2f2;
margin-top: 10px;
margin-right: 10px;
}
.del-attachment {
margin-left: 10px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}*/
.attachment-block {
display: inline-block;
height: 35px;
line-height: 35px;
padding: 0 10px 0 10px;
margin-right: 10px;
background-color: inherit;
}
.attachment-name {
display: inline-block;
max-width: 130px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.upload-reminder {
margin-left: 10px;
}
.del-attachment {
display: inline-block;
width: 16px;
height: 35px;
line-height: 35px;
margin-left: 10px;
background-image: url(../img/del_upload.png);
background-position: center;
background-repeat: no-repeat;
}
.attachment-block:hover .attachment-name {
color: #2196f3;
}
.attachment-block:hover .del-attachment {
background-image: url(../img/del_upload_hover.png);
}
.thumbnail-img {
margin: 2px 0 10px 10px;
border: 1px solid #ddd;
}
/* 警告信息样式*/
.warning-box {
margin-top: -20px;
}
.warning-list {
position: relative;
margin-bottom: 10px;
padding-left: 10px;
height: 36px;
line-height: 36px;
border: 1px solid #ffc37f;
background-color: #ffecd6;
color: #ff3300;
}
.set-param {
display: inline-block;
position: absolute;
right: 10px;
top: 4px;
padding: 0 20px;
height: 24px;
line-height: 24px;
text-align: center;
border-radius: 2px;
background-color: #ff4400;
color: #fff;
}
.set-param:hover,
.set-param:focus,
.set-param:active {
text-decoration: none;
color: #fff;
}
/* 警示框 */
.alert-warn,
.alert-error,
.alert-success {
padding: 7px 22px 5px 37px;
background: url(../img/tip_icon_warn_16.png) no-repeat 10px 10px #fff3e5;
border: 1px solid #ff8800;
border-radius: 2px;
color: #ff8800;
font-size: 12px;
line-height: 2em;
}
.alert-protect {
min-width: 500px;
}
.alert-error {
background-image: url(../img/tip_icon_red_warn_16.png);
background-color: #ffebe5;
color: red;
border-color: red;
}
.alert-success {
background-image: url(../img/tip_icon_success_16.png);
background-color: #d9ffe0;
color: #14cc39;
border-color: #14cc39;
}
.alert-warn-lg {
padding: 20px 0 20px 90px;
background: url(../img/tip_icon_warn_50.png) no-repeat 20px center #fff3e5;
border-left: 3px solid #ff8800;
border-radius: 2px;
}
.alert-warn-lg .tip-title {
margin-bottom: 10px;
color: #ff8800;
font-size: 14px;
}
.tip-content {
line-height: 1.8em;
}
.checkbox-alert {
background-image: none;
padding: 5px 0 5px 10px;
}
.alert-warn.alert-white-bg {
border: none;
border-top: 1px solid #eee;
background-color: #fff;
color: #aaa;
}
.alert-warn.alert-white-bg .alert-warn-title {
color: #ff8800;
} | 0.21626 | 0.071364 |
@import url(../css/typography.css);
@import url(../css/google-icons.css);
@import url(../css/button.css);
@import url(../css/floating-action-button.css);
.fabButton {
padding: 20px;
cursor: pointer;
transition: 0.5s; }
.fabButton:active {
transform: scale(0.9);
transition: 0;
opacity: .8; }
.fabGrid {
width: 10px;
height: 10px;
background: #7986cb;
color: #7986cb;
box-shadow: -12.5px 0, -12.5px 12.5px, 12.5px 0, 12.5px -12.5px, 0 -12.5px, -12.5px -12.5px, 0 12.5px, 12.5px 12.5px;
transform: none;
transition: 0.5s;
border-radius: 1.25px; }
.fabX {
box-shadow: -10px 0, 0 0 transparent, 10px 0, 0 0 transparent, 0 -10px, 0 0 transparent, 0 10px, 0 0 transparent;
border-radius: 0;
transform: rotate(45deg); }
.btn-primary,
.dropdown-toggle.btn-primary {
background-color: #7986cb; }
.btn-primary:hover,
.dropdown-toggle.btn-primary:hover {
background-color: #5c6bc0; }
.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-primary.active,
.dropdown-toggle.btn-primary.active {
background-color: #5c6bc0; }
.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
background-color: #5c6bc0; }
.btn-primary:disabled,
.dropdown-toggle.btn-primary:disabled,
.btn-primary.disabled,
.dropdown-toggle.btn-primary.disabled,
.btn-primary[disabled],
.dropdown-toggle.btn-primary[disabled] {
background-color: #b3b3b3; }
.btn-primary .ink,
.dropdown-toggle.btn-primary .ink {
background-color: #7986cb; }
/* -- Buttons primary flat --*/
.pmd-btn-flat.btn-primary {
color: #9fa8da;
background-color: transparent; }
.pmd-btn-flat.btn-primary:hover {
color: #7986cb;
background-color: #e5e5e5; }
.pmd-btn-flat.btn-primary:active,
.pmd-btn-flat.btn-primary.active {
color: #7986cb;
background-color: #cccccc; }
.pmd-btn-flat.btn-primary:focus {
color: #5c6bc0;
background-color: #cccccc; }
.pmd-btn-flat.btn-primary .ink {
background-color: #808080; }
/* -- Buttons primary outline --*/
.pmd-btn-outline.btn-primary {
border: solid 1px #9fa8da;
background-color: transparent;
color: #7986cb; }
.pmd-btn-outline.btn-primary:hover,
.pmd-btn-outline.btn-primary:focus {
border: solid 1px #7986cb;
background-color: #7986cb;
color: #fff; }
/*# sourceMappingURL=fab.css.map */ | assets/css/fab.css | @import url(../css/typography.css);
@import url(../css/google-icons.css);
@import url(../css/button.css);
@import url(../css/floating-action-button.css);
.fabButton {
padding: 20px;
cursor: pointer;
transition: 0.5s; }
.fabButton:active {
transform: scale(0.9);
transition: 0;
opacity: .8; }
.fabGrid {
width: 10px;
height: 10px;
background: #7986cb;
color: #7986cb;
box-shadow: -12.5px 0, -12.5px 12.5px, 12.5px 0, 12.5px -12.5px, 0 -12.5px, -12.5px -12.5px, 0 12.5px, 12.5px 12.5px;
transform: none;
transition: 0.5s;
border-radius: 1.25px; }
.fabX {
box-shadow: -10px 0, 0 0 transparent, 10px 0, 0 0 transparent, 0 -10px, 0 0 transparent, 0 10px, 0 0 transparent;
border-radius: 0;
transform: rotate(45deg); }
.btn-primary,
.dropdown-toggle.btn-primary {
background-color: #7986cb; }
.btn-primary:hover,
.dropdown-toggle.btn-primary:hover {
background-color: #5c6bc0; }
.btn-primary:active,
.dropdown-toggle.btn-primary:active,
.btn-primary.active,
.dropdown-toggle.btn-primary.active {
background-color: #5c6bc0; }
.btn-primary:focus,
.dropdown-toggle.btn-primary:focus {
background-color: #5c6bc0; }
.btn-primary:disabled,
.dropdown-toggle.btn-primary:disabled,
.btn-primary.disabled,
.dropdown-toggle.btn-primary.disabled,
.btn-primary[disabled],
.dropdown-toggle.btn-primary[disabled] {
background-color: #b3b3b3; }
.btn-primary .ink,
.dropdown-toggle.btn-primary .ink {
background-color: #7986cb; }
/* -- Buttons primary flat --*/
.pmd-btn-flat.btn-primary {
color: #9fa8da;
background-color: transparent; }
.pmd-btn-flat.btn-primary:hover {
color: #7986cb;
background-color: #e5e5e5; }
.pmd-btn-flat.btn-primary:active,
.pmd-btn-flat.btn-primary.active {
color: #7986cb;
background-color: #cccccc; }
.pmd-btn-flat.btn-primary:focus {
color: #5c6bc0;
background-color: #cccccc; }
.pmd-btn-flat.btn-primary .ink {
background-color: #808080; }
/* -- Buttons primary outline --*/
.pmd-btn-outline.btn-primary {
border: solid 1px #9fa8da;
background-color: transparent;
color: #7986cb; }
.pmd-btn-outline.btn-primary:hover,
.pmd-btn-outline.btn-primary:focus {
border: solid 1px #7986cb;
background-color: #7986cb;
color: #fff; }
/*# sourceMappingURL=fab.css.map */ | 0.216012 | 0.036804 |
body {
color: #a3a3a3!important;
}
.tab-content {
color: #dedede!important;
}
.app-header, .tab-content, .card, .form-control, .modal-content {
background-color: #303030!important;
}
.form-control {
border-color: rgba(228, 231, 234, 0.4)!important;
}
.main {
background-color: #212121;
}
.app-footer, .card-header, .modal-header {
background-color: #424242!important;
}
.app-footer, .app-header {
border-color: #71757a!important;
}
.aside-menu {
border: none!important;
}
.btn-outline-dark:hover {
color: #23282c!important;
background-color: #fff!important;
border-color: #fff!important;
}
.btn:hover {
color: #fff;
background-color: #2f353a;
border-color: #2f353a;
text-decoration-color: currentcolor;
}
.card, .card-header {
border-color: #71757a !important;
}
.dropdown-menu {
background-color: #212121!important;
border-color: #71757a!important;
}
.dropdown-header {
background-color: #303030!important;
border-color: #71757a!important;
}
.dropdown-item {
color: #a3a3a3!important;
border-color: #71757a!important;
}
.dropdown-item:hover, .dropdown-item:hover i {
color: #212121!important;
}
li .active {
background-color: #303030 !important;
border: none!important;
}
.table {
color: #a3a3a3!important;
}
.alert-secondary {
background-color: #303030!important;
border-color: #71757a!important;
}
#console {
color: #a3a3a3!important;
}
.card-footer, .modal-footer {
background-color: #424242!important;
}
.btn-outline-dark {
color: #a3a3a3!important;
border-color: #a3a3a3!important;
}
.nav-link:hover {
border-color: gray!important;
}
.switch-slider {
background-color: #424242!important;
border: 1px solid gray!important;
}
.switch-success .switch-input:checked + .switch-slider {
background-color: #4dbd74!important;
border-color: #3a9d5d!important;
}
.menu-entry-fakebtn, .menu-entry-fakebtn:hover, .menu-entry-fakebtn:active, .menu-entry-fakebtn:focus, .menu-entry-fakebtn:visited, .menu-entry-fakebtn:focus-within {
border: none!important;
min-width: 100%!important;
text-align: left!important;
}
*:not(#console):not([role=presentation]) > span:hover, *:not(#console):not([role=presentation]):hover > span {
/*color: lightgray!important;*/
}
.nav-item .active {
color: #a3a3a3!important;
}
.text-danger:hover, label:hover .text-danger {
color: #f86c6b !important;
} | web/public/css/dark.css | body {
color: #a3a3a3!important;
}
.tab-content {
color: #dedede!important;
}
.app-header, .tab-content, .card, .form-control, .modal-content {
background-color: #303030!important;
}
.form-control {
border-color: rgba(228, 231, 234, 0.4)!important;
}
.main {
background-color: #212121;
}
.app-footer, .card-header, .modal-header {
background-color: #424242!important;
}
.app-footer, .app-header {
border-color: #71757a!important;
}
.aside-menu {
border: none!important;
}
.btn-outline-dark:hover {
color: #23282c!important;
background-color: #fff!important;
border-color: #fff!important;
}
.btn:hover {
color: #fff;
background-color: #2f353a;
border-color: #2f353a;
text-decoration-color: currentcolor;
}
.card, .card-header {
border-color: #71757a !important;
}
.dropdown-menu {
background-color: #212121!important;
border-color: #71757a!important;
}
.dropdown-header {
background-color: #303030!important;
border-color: #71757a!important;
}
.dropdown-item {
color: #a3a3a3!important;
border-color: #71757a!important;
}
.dropdown-item:hover, .dropdown-item:hover i {
color: #212121!important;
}
li .active {
background-color: #303030 !important;
border: none!important;
}
.table {
color: #a3a3a3!important;
}
.alert-secondary {
background-color: #303030!important;
border-color: #71757a!important;
}
#console {
color: #a3a3a3!important;
}
.card-footer, .modal-footer {
background-color: #424242!important;
}
.btn-outline-dark {
color: #a3a3a3!important;
border-color: #a3a3a3!important;
}
.nav-link:hover {
border-color: gray!important;
}
.switch-slider {
background-color: #424242!important;
border: 1px solid gray!important;
}
.switch-success .switch-input:checked + .switch-slider {
background-color: #4dbd74!important;
border-color: #3a9d5d!important;
}
.menu-entry-fakebtn, .menu-entry-fakebtn:hover, .menu-entry-fakebtn:active, .menu-entry-fakebtn:focus, .menu-entry-fakebtn:visited, .menu-entry-fakebtn:focus-within {
border: none!important;
min-width: 100%!important;
text-align: left!important;
}
*:not(#console):not([role=presentation]) > span:hover, *:not(#console):not([role=presentation]):hover > span {
/*color: lightgray!important;*/
}
.nav-item .active {
color: #a3a3a3!important;
}
.text-danger:hover, label:hover .text-danger {
color: #f86c6b !important;
} | 0.164449 | 0.042444 |
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i');
html,body{
margin:0;
height:100%;
font-family: 'Josefin Sans', sans-serif;
}
.header{
position:relative;
overflow:hidden;
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
height:50vw;
min-height:400px;
/*max-height:100vh;*/
min-width:300px;
color:#eee;
}
.header:after{
content:"";
width:100vw;
height:40vh;
position:absolute;
bottom:0;
left:0;
z-index:-1;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(27,32,48,1) 100%);
}
.header:before{
content:"";
width:100%;
height:100vh;
position:absolute;
top:0;
left:0;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
background:#1B2030 url(../resources/class0.jpg) top center no-repeat;
background-size:cover;
background-attachment:fixed;
animation: grow 25s linear 10ms infinite;
transition:all 0.2s ease-in-out;
z-index:-2
}
.header a{
color:#eee
}
.menu{
display:block;
width:30px;
height:30px;
border:2px solid #fff;
border-radius:3px;
position:absolute;
right:5vw;
top:5vh;
text-decoration:none
}
.menu:after{
content:"";
display:block;
width:20px;
height:3px;
background:#fff;
position:absolute;
margin:0 auto;
top:5px;
left:0;
right:0;
box-shadow:0 8px, 0 16px
}
.logo1{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 18vw;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
.logo2{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 30vw;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
.logo3{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 40.4vw;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
.logo4{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 80vw;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
.sides, .info{
flex: 0 0 auto;
width:50%
}
.info{
width:100%;
padding:15% 10% 0 10%;
text-align:center;
text-shadow:0 2px 3px rgba(0,0,0,0.2)
}
.info h4, .meta{
font-size:0.7em
}
.meta{
font-style:italic;
}
@keyframes grow{
0% { transform:scale(1)}
50% { transform:scale(1.2)}
}
.content{
padding:5% 10%;
text-align:justify
}
.btn{
color:#333;
position: absolute;
left: 15vw;
border:2px solid;
border-radius:3px;
text-decoration:none;
display:inline-block;
padding:5px 10px;
font-weight:600
}
.twtr{
margin-top:100px
}.btn.twtr:after{content:"\1F426";padding-left:5px}
#logo_image {
position: absolute;
width: 12vw;
left: 2vw;
top: 2vh;
height: 10vh;
}
.author{
display:inline-block;
width:50px;
height:50px;
border-radius:50%;
background-image: url('public/resources/class0.jpg') center no-repeat;
background-size:cover;
box-shadow:0 2px 3px rgba(0,0,0,0.3);
margin-bottom:3px;
}
.meta {
font-size: 0.7em;
}
.slideShowContainer {
width: 100%;
height: 100%;
overflow: hidden;
}
.mySlides {
display:none;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgb(127, 43, 122);
}
.slideImage {
display: block;
margin: 0 auto;
margin-top: 12vh;
}
#slideText {
color: whitesmoke;
position: absolute;
font-size: 3.4em;
font-weight: bolder;
top: 103vh;
left: 18vw;
}
.schoolName {
font-weight: bolder;
font-size: 3.5em;
}
.logoText {
color: #f5821f;
position: absolute;
top: 9.4vh;
left: 2.8vw;
}
.donation-container {
height: 100%;
weight: 100%;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
background-color: #53cde2;
}
.donation-box {
top: 10vh;
width: 60vw;
height: 70vh;
background-color: #F5F5F5;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
position: relative;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.donation-box .title {
background-color: #C1D82F;
width: 100%;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
color: white;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
font-size: 15px;
}
.donation-box .donate-button {
background-color: #C1D82F;
width: 100%;
color: white;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
font-size: 18px;
bottom: 0px;
position: absolute;
cursor: pointer;
font-weight: 800;
}
.donation-box .fields {
width: 59%;
display: block;
position: absolute;
top: 60px;
left: 15px;
}
.donation-box .fields input {
width: 90%;
font-size: 17px;
padding: 10px;
border-radius: 4px;
border-width: 0px;
color: #5C5C5C;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
margin-bottom: 10px;
-webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
color: #cdcdcd;
font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
color: #cdcdcd;
font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
color: #cdcdcd;
font-size: 15px;
}
:-ms-input-placeholder {
color: #cdcdcd;
font-size: 15px;
}
.donation-box .amount {
width: 30%;
display: block;
position: absolute;
top: 60px;
right: 15px;
}
.donation-box .amount .button {
width: 100%;
background-color: gray;
margin-bottom: 10px;
text-align: center;
color: white;
padding: 15px 0px 15px 0px;
border-radius: 4px;
font-size: 20px;
cursor: pointer;
-webkit-transition: 400ms background-color;
-moz-transition: 800ms opacity, 800ms right;
-ms-transition: 800ms opacity, 800ms right;
-o-transition: 800ms opacity, 800ms right;
transition: 200ms background-color;
}
.donation-box .amount .button:hover {
background-color: #393939;
}
.donation-box .amount .button.selected {
background-color: #393939;
}
.donation-box .amount .button input {
min-width: 34px;
font-size: 20px;
font-weight: 500;
border: none;
background-color: transparent;
color: white;
font-family: Montserrat, sans-serif;
font-size: 20px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 500;
border-bottom: 2px dashed white;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.set-amount {
max-width: 96px;
}
.switch {
position: absolute;
top: 190px;
left: 15px;
margin: 20px auto;
height: 26px;
width: 58.5%;
background: white;
border-radius: 3px;
}
.switch-label {
position: relative;
z-index: 2;
float: left;
width: 49%;
line-height: 26px;
font-size: 11px;
color: #5C5C5C;
text-align: center;
cursor: pointer;
font-weight: bold;
}
.switch-label:active {
font-weight: bold;
}
.switch-label-off {
padding-left: 2px;
}
.switch-label-on {
padding-right: 2px;
}
.switch-input {
display: none;
}
.switch-input:checked + .switch-label {
font-weight: bold;
color: rgba(0, 0, 0, 0.65);
-webkit-transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-o-transition: 0.15s ease-out;
transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
left: 17vw;
}
.switch-selection {
display: block;
position: absolute;
z-index: 1;
top: 2px;
left: 2px;
width: 49%;
height: 22px;
background: #65bd63;
border-radius: 3px;
background-color: #C1D82F;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
}
.checkboxes {
position: absolute;
top: 242px;
left: 13px;
}
.checkboxes label {
position: relative;
top: -8px;
font-size: 13px;
color: gray;
}
.checkbox {
-webkit-appearance: none;
background-color: #fafafa;
border: 1px solid #C1D82F;
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
outline: none;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.checkbox:active, .checkbox:checked:active {
}
.checkbox:checked {
background-color: #C1D82F;
border: 1px solid #C1D82F;
color: white;
}
.checkbox:checked:after {
content: '\2714';
font-size: 14px;
position: absolute;
top: 0px;
left: 3px;
color: white;
}
.confirm {
display: none;
position: absolute;
top: 335px;
left: 15px;
right: 15px;
font-size: 16px;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.confirm i {
font-weight: bold;
text-decoration: underline;
font-style: normal;
}
#volunteer {
height: 100vh;
width: 100%;
/* background-color: #a1c45a; */
}
.donation-meter {
margin-left: 30px;
width: 10vw;
left: 85vw;
top: 312vh;
position: absolute;
}
.donation-meter >.glass {
background: #e5e5e5;
border-radius: 100px 100px 0 0;
display: block;
height: 300px;
margin: 0 35px 10px;
margin-bottom: 0px;
padding: 5px;
position: relative;
width: 20px;
}
.donation-meter > .amount {
background: #f34e54;
border-radius: 100px;
display: block;
width: 20px;
position: absolute;
bottom: 5px;
}
.donation-meter> strong { display: block; text-align: center; }
.donation-meter > .goal {
font-size: 30px;
}
.donation-meter> .total {
font-size: 16px;
position: absolute;
top: 320vh;
right: 0vw;
}
.bulb {
background: #e5e5e5;
border-radius: 100px;
display: block;
height: 50px;
margin: 0 35px 10px;
padding: 5px;
position: relative;
top: -20px;
right: 15px;
width: 50px; }
.bulb> .red-circle {
background: #f34e54;
border-radius: 100px;
display: block;
height: 50px;
width: 50px;
}
.bulb > .filler {
background: #f34e54;
border-radius: 100px 100px 0 0;
display: block;
height: 30px;
width: 20px;
position: relative;
top: -65px;
right: -15px;
z-index: 30;
}
#about_us {
height: 100vh;
width: 100%;
background-color: #b73535;
}
#about_us_font {
position: absolute;
top: 220vh;
left: 5vw;
width: 47%;
height: 100%;
font-size: 2em;
text-align: justify;
}
#volunteer_registration {
border:2px solid black;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 40.4vw;
text-align: justify;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
#about_us_text {
color: whitesmoke;
position: absolute;
font-size: 3.4em;
font-weight: bolder;
top: 203vh;
left: 40vw;
}
.dswitch {
border: 0;
left:-45vw;
top:3vh;
color: #fff;
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
padding: 0;
position:relative;
width: 140vw;
}
.dswitch legend {
color: #6B6B6B;
display:block;
float:left;
font-size: 12px;
line-height: 15px;
padding: 7px 10% 3px 0;
text-align: right;
width: 40%;
}
.dswitch input {
opacity:0;
position:absolute;
}
.dswitch legend:after {
border-radius: 3px;
content:'';
height: 100%;
left: 50%;
padding: 2px;
position:absolute;
top: 0;
width: 50%;
z-index: 0;
}
.dswitch label {
color: #DEDEDE;
cursor: pointer;
float: left;
margin-top: 2px;
font-size: 1.8em;
padding: 5px 0 3px 0;
text-transform: uppercase;
position: relative;
text-align: center;
width: 10%;
z-index: 2;
}
.dswitch input:checked + label {
color: #6B6B6B;
-webkit-transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-ms-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
transition: all .4s ease-in;
}
.dswitch input:focus + label {
background-color: transparent;
-webkit-transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-ms-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
transition: all .4s ease-in;
}
.dswitch .switch-button {
border-bottom: solid 5px #C1D82F;
clear: both;
height: 100%;
left: 50%;
margin: 2px;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
position: absolute;
top: 0;
z-index: 1;
}
.dswitch input:last-of-type:checked ~ .switch-button {
left: 75%;
}
.dswitch.switch-two label {
width: 16.6%;
}
.dswitch.switch-two .switch-button {
width: 16%;
}
.dswitch.switch-two input:checked:nth-of-type(2) ~ .switch-button {
left: 66.6%;
}
.dswitch.switch-two input:checked:last-of-type ~ .switch-button {
left: 66.26%;
}
#nmdonation {
left: 3vw;
top:3vh;
display: inline;
position: relative;
}
#divider {
width: 3px;
height: 50vh;
background-color:#6B6B6B;
position: absolute;
top:-24vh;
left: 35vw;
}
#nmdonation h3 {
color: #6B6B6B;
}
#nmdonation li {
color: #6B6B6B;
}
#contact_us {
width: 18vw;
left: 37vw;
top: -20vh;
position: absolute;
color: #6B6B6B;
} | server/public/styles/index.css | @import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,400i,600,600i');
html,body{
margin:0;
height:100%;
font-family: 'Josefin Sans', sans-serif;
}
.header{
position:relative;
overflow:hidden;
display:flex;
flex-wrap: wrap;
justify-content: center;
align-items: flex-start;
align-content: flex-start;
height:50vw;
min-height:400px;
/*max-height:100vh;*/
min-width:300px;
color:#eee;
}
.header:after{
content:"";
width:100vw;
height:40vh;
position:absolute;
bottom:0;
left:0;
z-index:-1;
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(27,32,48,1) 100%);
}
.header:before{
content:"";
width:100%;
height:100vh;
position:absolute;
top:0;
left:0;
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.0, 1.0);
transform: translateZ(0);
background:#1B2030 url(../resources/class0.jpg) top center no-repeat;
background-size:cover;
background-attachment:fixed;
animation: grow 25s linear 10ms infinite;
transition:all 0.2s ease-in-out;
z-index:-2
}
.header a{
color:#eee
}
.menu{
display:block;
width:30px;
height:30px;
border:2px solid #fff;
border-radius:3px;
position:absolute;
right:5vw;
top:5vh;
text-decoration:none
}
.menu:after{
content:"";
display:block;
width:20px;
height:3px;
background:#fff;
position:absolute;
margin:0 auto;
top:5px;
left:0;
right:0;
box-shadow:0 8px, 0 16px
}
.logo1{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 18vw;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
.logo2{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 30vw;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
.logo3{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 40.4vw;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
.logo4{
border:2px solid #fff;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 80vw;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
.sides, .info{
flex: 0 0 auto;
width:50%
}
.info{
width:100%;
padding:15% 10% 0 10%;
text-align:center;
text-shadow:0 2px 3px rgba(0,0,0,0.2)
}
.info h4, .meta{
font-size:0.7em
}
.meta{
font-style:italic;
}
@keyframes grow{
0% { transform:scale(1)}
50% { transform:scale(1.2)}
}
.content{
padding:5% 10%;
text-align:justify
}
.btn{
color:#333;
position: absolute;
left: 15vw;
border:2px solid;
border-radius:3px;
text-decoration:none;
display:inline-block;
padding:5px 10px;
font-weight:600
}
.twtr{
margin-top:100px
}.btn.twtr:after{content:"\1F426";padding-left:5px}
#logo_image {
position: absolute;
width: 12vw;
left: 2vw;
top: 2vh;
height: 10vh;
}
.author{
display:inline-block;
width:50px;
height:50px;
border-radius:50%;
background-image: url('public/resources/class0.jpg') center no-repeat;
background-size:cover;
box-shadow:0 2px 3px rgba(0,0,0,0.3);
margin-bottom:3px;
}
.meta {
font-size: 0.7em;
}
.slideShowContainer {
width: 100%;
height: 100%;
overflow: hidden;
}
.mySlides {
display:none;
width: 100%;
height: 100%;
overflow: hidden;
background-color: rgb(127, 43, 122);
}
.slideImage {
display: block;
margin: 0 auto;
margin-top: 12vh;
}
#slideText {
color: whitesmoke;
position: absolute;
font-size: 3.4em;
font-weight: bolder;
top: 103vh;
left: 18vw;
}
.schoolName {
font-weight: bolder;
font-size: 3.5em;
}
.logoText {
color: #f5821f;
position: absolute;
top: 9.4vh;
left: 2.8vw;
}
.donation-container {
height: 100%;
weight: 100%;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
background-color: #53cde2;
}
.donation-box {
top: 10vh;
width: 60vw;
height: 70vh;
background-color: #F5F5F5;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
position: relative;
margin-left: auto;
margin-right: auto;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.donation-box .title {
background-color: #C1D82F;
width: 100%;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
color: white;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
font-size: 15px;
}
.donation-box .donate-button {
background-color: #C1D82F;
width: 100%;
color: white;
text-align: center;
padding-top: 12px;
padding-bottom: 12px;
font-size: 18px;
bottom: 0px;
position: absolute;
cursor: pointer;
font-weight: 800;
}
.donation-box .fields {
width: 59%;
display: block;
position: absolute;
top: 60px;
left: 15px;
}
.donation-box .fields input {
width: 90%;
font-size: 17px;
padding: 10px;
border-radius: 4px;
border-width: 0px;
color: #5C5C5C;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
margin-bottom: 10px;
-webkit-font-smoothing: antialiased;
}
::-webkit-input-placeholder {
color: #cdcdcd;
font-size: 15px;
}
:-moz-placeholder { /* Firefox 18- */
color: #cdcdcd;
font-size: 15px;
}
::-moz-placeholder { /* Firefox 19+ */
color: #cdcdcd;
font-size: 15px;
}
:-ms-input-placeholder {
color: #cdcdcd;
font-size: 15px;
}
.donation-box .amount {
width: 30%;
display: block;
position: absolute;
top: 60px;
right: 15px;
}
.donation-box .amount .button {
width: 100%;
background-color: gray;
margin-bottom: 10px;
text-align: center;
color: white;
padding: 15px 0px 15px 0px;
border-radius: 4px;
font-size: 20px;
cursor: pointer;
-webkit-transition: 400ms background-color;
-moz-transition: 800ms opacity, 800ms right;
-ms-transition: 800ms opacity, 800ms right;
-o-transition: 800ms opacity, 800ms right;
transition: 200ms background-color;
}
.donation-box .amount .button:hover {
background-color: #393939;
}
.donation-box .amount .button.selected {
background-color: #393939;
}
.donation-box .amount .button input {
min-width: 34px;
font-size: 20px;
font-weight: 500;
border: none;
background-color: transparent;
color: white;
font-family: Montserrat, sans-serif;
font-size: 20px;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: 500;
border-bottom: 2px dashed white;
-webkit-font-smoothing: antialiased;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.set-amount {
max-width: 96px;
}
.switch {
position: absolute;
top: 190px;
left: 15px;
margin: 20px auto;
height: 26px;
width: 58.5%;
background: white;
border-radius: 3px;
}
.switch-label {
position: relative;
z-index: 2;
float: left;
width: 49%;
line-height: 26px;
font-size: 11px;
color: #5C5C5C;
text-align: center;
cursor: pointer;
font-weight: bold;
}
.switch-label:active {
font-weight: bold;
}
.switch-label-off {
padding-left: 2px;
}
.switch-label-on {
padding-right: 2px;
}
.switch-input {
display: none;
}
.switch-input:checked + .switch-label {
font-weight: bold;
color: rgba(0, 0, 0, 0.65);
-webkit-transition: 0.15s ease-out;
-moz-transition: 0.15s ease-out;
-o-transition: 0.15s ease-out;
transition: 0.15s ease-out;
}
.switch-input:checked + .switch-label-on ~ .switch-selection {
left: 17vw;
}
.switch-selection {
display: block;
position: absolute;
z-index: 1;
top: 2px;
left: 2px;
width: 49%;
height: 22px;
background: #65bd63;
border-radius: 3px;
background-color: #C1D82F;
-webkit-transition: left 0.15s ease-out;
-moz-transition: left 0.15s ease-out;
-o-transition: left 0.15s ease-out;
transition: left 0.15s ease-out;
}
.checkboxes {
position: absolute;
top: 242px;
left: 13px;
}
.checkboxes label {
position: relative;
top: -8px;
font-size: 13px;
color: gray;
}
.checkbox {
-webkit-appearance: none;
background-color: #fafafa;
border: 1px solid #C1D82F;
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
outline: none;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.checkbox:active, .checkbox:checked:active {
}
.checkbox:checked {
background-color: #C1D82F;
border: 1px solid #C1D82F;
color: white;
}
.checkbox:checked:after {
content: '\2714';
font-size: 14px;
position: absolute;
top: 0px;
left: 3px;
color: white;
}
.confirm {
display: none;
position: absolute;
top: 335px;
left: 15px;
right: 15px;
font-size: 16px;
-webkit-transition: all 0.15s ease-out;
-moz-transition: all 0.15s ease-out;
-o-transition: all 0.15s ease-out;
transition: all 0.15s ease-out;
}
.confirm i {
font-weight: bold;
text-decoration: underline;
font-style: normal;
}
#volunteer {
height: 100vh;
width: 100%;
/* background-color: #a1c45a; */
}
.donation-meter {
margin-left: 30px;
width: 10vw;
left: 85vw;
top: 312vh;
position: absolute;
}
.donation-meter >.glass {
background: #e5e5e5;
border-radius: 100px 100px 0 0;
display: block;
height: 300px;
margin: 0 35px 10px;
margin-bottom: 0px;
padding: 5px;
position: relative;
width: 20px;
}
.donation-meter > .amount {
background: #f34e54;
border-radius: 100px;
display: block;
width: 20px;
position: absolute;
bottom: 5px;
}
.donation-meter> strong { display: block; text-align: center; }
.donation-meter > .goal {
font-size: 30px;
}
.donation-meter> .total {
font-size: 16px;
position: absolute;
top: 320vh;
right: 0vw;
}
.bulb {
background: #e5e5e5;
border-radius: 100px;
display: block;
height: 50px;
margin: 0 35px 10px;
padding: 5px;
position: relative;
top: -20px;
right: 15px;
width: 50px; }
.bulb> .red-circle {
background: #f34e54;
border-radius: 100px;
display: block;
height: 50px;
width: 50px;
}
.bulb > .filler {
background: #f34e54;
border-radius: 100px 100px 0 0;
display: block;
height: 30px;
width: 20px;
position: relative;
top: -65px;
right: -15px;
z-index: 30;
}
#about_us {
height: 100vh;
width: 100%;
background-color: #b73535;
}
#about_us_font {
position: absolute;
top: 220vh;
left: 5vw;
width: 47%;
height: 100%;
font-size: 2em;
text-align: justify;
}
#volunteer_registration {
border:2px solid black;
border-radius:3px;
text-decoration:none;
display:inline-block;
margin:20px;
left: 40.4vw;
text-align: justify;
position: absolute;
padding:5px 10px;
font-weight:600;
font-size:1.2em;
box-sizing:border-box;
top: 2vh;
}
#about_us_text {
color: whitesmoke;
position: absolute;
font-size: 3.4em;
font-weight: bolder;
top: 203vh;
left: 40vw;
}
.dswitch {
border: 0;
left:-45vw;
top:3vh;
color: #fff;
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
padding: 0;
position:relative;
width: 140vw;
}
.dswitch legend {
color: #6B6B6B;
display:block;
float:left;
font-size: 12px;
line-height: 15px;
padding: 7px 10% 3px 0;
text-align: right;
width: 40%;
}
.dswitch input {
opacity:0;
position:absolute;
}
.dswitch legend:after {
border-radius: 3px;
content:'';
height: 100%;
left: 50%;
padding: 2px;
position:absolute;
top: 0;
width: 50%;
z-index: 0;
}
.dswitch label {
color: #DEDEDE;
cursor: pointer;
float: left;
margin-top: 2px;
font-size: 1.8em;
padding: 5px 0 3px 0;
text-transform: uppercase;
position: relative;
text-align: center;
width: 10%;
z-index: 2;
}
.dswitch input:checked + label {
color: #6B6B6B;
-webkit-transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-ms-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
transition: all .4s ease-in;
}
.dswitch input:focus + label {
background-color: transparent;
-webkit-transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-ms-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
transition: all .4s ease-in;
}
.dswitch .switch-button {
border-bottom: solid 5px #C1D82F;
clear: both;
height: 100%;
left: 50%;
margin: 2px;
-webkit-transition: all .4s ease-out;
-moz-transition: all .4s ease-out;
-ms-transition: all .4s ease-out;
-o-transition: all .4s ease-out;
transition: all .4s ease-out;
position: absolute;
top: 0;
z-index: 1;
}
.dswitch input:last-of-type:checked ~ .switch-button {
left: 75%;
}
.dswitch.switch-two label {
width: 16.6%;
}
.dswitch.switch-two .switch-button {
width: 16%;
}
.dswitch.switch-two input:checked:nth-of-type(2) ~ .switch-button {
left: 66.6%;
}
.dswitch.switch-two input:checked:last-of-type ~ .switch-button {
left: 66.26%;
}
#nmdonation {
left: 3vw;
top:3vh;
display: inline;
position: relative;
}
#divider {
width: 3px;
height: 50vh;
background-color:#6B6B6B;
position: absolute;
top:-24vh;
left: 35vw;
}
#nmdonation h3 {
color: #6B6B6B;
}
#nmdonation li {
color: #6B6B6B;
}
#contact_us {
width: 18vw;
left: 37vw;
top: -20vh;
position: absolute;
color: #6B6B6B;
} | 0.339499 | 0.06492 |
* {
margin: 0;
padding: 0;
box-sizing:border-box;
}
@media only screen and (max-width: 1000px) {
.body {
background-color: white;
}
}
@media only screen and (max-width: 600px) {
.body{
background-color: black;
}
}
.grid-container2 {
display:grid;
grid-template-areas:
'header header header header'
'nav nav nav nav'
'left main main main'
'footer footer footer footer';
grid-gap: 0;
background-color:#c61c6d;
color: black;
padding: 0;
margin: 10px auto;
border: 2px solid black;
width: 90%;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
min-width: 850px;
}
.item1 { grid-area: header;
text-align: center;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
width: 100%;
}
.item1 img {
display: block;
border:hidden;
padding: 0;
margin: 0 auto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
width: 100%;
}
.item2 {
grid-area: nav;
color: white;
}
.item3 {
grid-area: left;
background-color: #ffcfe6;
padding: 20px 40px;
width: 100%;
}
.item3 img {
border: 3px solid black;
padding: 5px;
background-color: white;
margin: 15px;
}
.item4 {
grid-area: main;
background-color: white;
padding: 20px;
width: 100%;
}
.item4 img {
border: 3px solid black;
padding: 5px;
background-color: white;
margin: 15px;
}
.item5 {
padding: 20px;
grid-area: footer;
background-color:#c61c6d;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
text-align: center;
}
.item5 img {
border: 3px solid black;
padding: 5px;
background-color: white;
margin: 15px;
float: right;
width: 10%;
}
.item5 a {
text-decoration: none;
}
body{
background-color:#ffe1f1;
font-family:"Helvetica", "Arial", "Verdana", "sans-serif";
}
ul, ol {
margin: 20px;
}
img.center {
display: flex;
margin-left: auto;
margin-right: auto;
width: 100%;
}
img.imagefloatleft {
float: left;
margin-right: 30px;
}
img.imagefloatright {
float: right;
margin-left: 30px;
}
.clear {
clear:both;
}
nav {
background-color:#c61c6d;
line-height: 200%;
font-family: 'Exo 2', sans-serif;
}
nav ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-end;
list-style-type: none;
}
nav li:first-child {
margin-right: auto;
}
nav a {
color: white;
display: block;
padding: 10px 10px;
text-decoration: none;
margin: 5px;
text-align: center;
}
nav a:hover {
color: white;
background-color: #666666;
display: block;
padding: 10px 10px;
border-radius:10px;
text-decoration: none;
text-align: center;
}
nav li {
display: inline;
padding-right: 50px;
margin: 5px 10px;
text-decoration: none;
}
.pinkbold {
font-weight: bold;
color: #ed1e79;
}
.whitebold {
font-weight: bold;
color: white;
} | WDV101/Homework/pets_to_go_site/css/pets.css | * {
margin: 0;
padding: 0;
box-sizing:border-box;
}
@media only screen and (max-width: 1000px) {
.body {
background-color: white;
}
}
@media only screen and (max-width: 600px) {
.body{
background-color: black;
}
}
.grid-container2 {
display:grid;
grid-template-areas:
'header header header header'
'nav nav nav nav'
'left main main main'
'footer footer footer footer';
grid-gap: 0;
background-color:#c61c6d;
color: black;
padding: 0;
margin: 10px auto;
border: 2px solid black;
width: 90%;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
min-width: 850px;
}
.item1 { grid-area: header;
text-align: center;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
width: 100%;
}
.item1 img {
display: block;
border:hidden;
padding: 0;
margin: 0 auto;
border-top-left-radius: 25px;
border-top-right-radius: 25px;
width: 100%;
}
.item2 {
grid-area: nav;
color: white;
}
.item3 {
grid-area: left;
background-color: #ffcfe6;
padding: 20px 40px;
width: 100%;
}
.item3 img {
border: 3px solid black;
padding: 5px;
background-color: white;
margin: 15px;
}
.item4 {
grid-area: main;
background-color: white;
padding: 20px;
width: 100%;
}
.item4 img {
border: 3px solid black;
padding: 5px;
background-color: white;
margin: 15px;
}
.item5 {
padding: 20px;
grid-area: footer;
background-color:#c61c6d;
border-bottom-left-radius: 25px;
border-bottom-right-radius: 25px;
text-align: center;
}
.item5 img {
border: 3px solid black;
padding: 5px;
background-color: white;
margin: 15px;
float: right;
width: 10%;
}
.item5 a {
text-decoration: none;
}
body{
background-color:#ffe1f1;
font-family:"Helvetica", "Arial", "Verdana", "sans-serif";
}
ul, ol {
margin: 20px;
}
img.center {
display: flex;
margin-left: auto;
margin-right: auto;
width: 100%;
}
img.imagefloatleft {
float: left;
margin-right: 30px;
}
img.imagefloatright {
float: right;
margin-left: 30px;
}
.clear {
clear:both;
}
nav {
background-color:#c61c6d;
line-height: 200%;
font-family: 'Exo 2', sans-serif;
}
nav ul {
display: flex;
flex-wrap: nowrap;
justify-content: space-end;
list-style-type: none;
}
nav li:first-child {
margin-right: auto;
}
nav a {
color: white;
display: block;
padding: 10px 10px;
text-decoration: none;
margin: 5px;
text-align: center;
}
nav a:hover {
color: white;
background-color: #666666;
display: block;
padding: 10px 10px;
border-radius:10px;
text-decoration: none;
text-align: center;
}
nav li {
display: inline;
padding-right: 50px;
margin: 5px 10px;
text-decoration: none;
}
.pinkbold {
font-weight: bold;
color: #ed1e79;
}
.whitebold {
font-weight: bold;
color: white;
} | 0.488771 | 0.11221 |
@font-face{
font-family: 'Lato Regular';
src:url('../fonts/Lato-Regular.eot');
src:url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype'),
url('../fonts/Lato-Regular.svg') format('svg');
font-style: normal;
font-weight: 400;
}
@font-face{
font-family: 'Lato Light';
src:url('../fonts/Lato-Light.eot');
src:url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato-Light.woff') format('woff'),
url('../fonts/Lato-Light.ttf') format('truetype'),
url('../fonts/Lato-Light.svg') format('svg');
font-style: normal;
font-weight: 300;
}
*:focus, *:active{
outline: none !important;
}
*::-moz-focus-inner{
border: 0 !important;
}
html, body {
height: 100%;
position: relative;
}
body {
font-family: 'Lato Regular', sans-serif;
//background-color: #f9f9f9;
background-color: #a4f9e8;
}
.container-inner {
margin-top: 20px;
}
.navbar-webmin {
background-color: #206ECF;
/* border-color: #1B5EB1; */
border-color: #195aa8;
margin-bottom: 0;
}
.navbar-webmin a {
color: #eee;
}
.navbar-webmin a:hover,
.navbar-webmin a:focus {
color: #fff;
}
.navbar-webmin .navbar-toggle-webmin {
border: none;
padding: 10px;
background-color: transparent;
}
.navbar-webmin .navbar-toggle-webmin:hover, .navbar-webmin .navbar-toggle-webmin:focus {
background-color: rgba(0, 0, 0, 0.25);
}
.navbar-webmin .navbar-toggle .icon-bar {
background-color: #FFF;
}
.navbar-webmin .navbar-brand {
color: #eee;
}
.navbar-webmin .navbar-brand span {
font-family: 'Lato Light';
font-size: 15px;
margin-left: 4px;
}
.navbar-webmin .navbar-brand:hover,
.navbar-webmin .navbar-brand:focus {
color: #FFF;
}
.navbar-webmin .navbar-collapse, .navbar-webmin .navbar-form {
border-color: #195aa8;
}
.navbar-webmin .navbar-nav > .active > a,
.navbar-webmin .navbar-nav > .active > a:hover,
.navbar-webmin .navbar-nav > .active > a:focus {
color: #fff;
background-color: #195aa8;
}
.navbar-webmin .navbar-nav > li > a {
color: #eee;
}
.navbar-webmin .navbar-nav > li > a:hover,
.navbar-webmin .navbar-nav > li > a:focus {
color: #fff;
}
.navbar-webmin .navbar-nav > li > a > i {
margin-right: 5px;
}
.navbar-webmin .navbar-text {
color: #FFF;
}
.webmin-sidebar {
background-color: #23272D;
height: calc(100% - 51px);
position: fixed;
width: 260px;
overflow-y: auto;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
z-index: 100;
top: 51px;
}
.aside-nav {
margin-bottom: 0px;
padding-left: 0px;
list-style: none outside none;
}
.aside-nav > li {
position: relative;
display: block;
}
.aside-nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.aside-nav li > a, .aside-nav li > a:focus {
background-color: #23272D;
color: #999;
border-left: 4px solid transparent;
text-decoration: none;
}
.aside-nav li > ul > li > a, .aside-nav li > ul > li > a:focus {
background-color: #2A2E36;
}
.aside-nav li > a:hover {
border-left-color: #1A7AB9;
color: #eee;
text-decoration: none;
transition: color 0.4s ease 0s, border-color 0.2s ease 0s;
}
.aside-nav li.active > a, .aside-nav li.active > a:hover {
border-left-color: #1A7AB9;
background-color: #181B1F;
color: #eee;
}
.aside-nav li i {
margin-right: 15px;
}
.aside-nav li.submenu {
display: none;
}
.aside-nav li > ul > li > a {
padding-left: 48px;
}
.aside-arrow {
float: right;
margin-right: -10px;
}
.aside-arrow i {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.aside-arrow i.rotated {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.search-aside, .power-aside, .theme-update-aside {
margin: 10px 15px;
}
.update-header {
font-size: 20px;
color: #ddd;
margin-bottom: 0;
}
.update-header i {
margin-right: 4px;
}
.update-body {
font-size: 12px;
font-family: 'Lato Light', sans-serif;
color: #ccc;
margin-left: 34px;
}
.btn-update {
margin-left: 34px;
}
.aside-close{
width: 60px;
}
.iframe-container_ {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
width: 100%;
// padding-left: 260px;
height: calc(100% - 51px);
// top: 51px;
// position: fixed;
//padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
}
.iframe-container {
position: relative;
padding-bottom: 36.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #a4f9e8;
}
.iframe-container.iframe-close {
padding-left: 60px;
}
.iframe-container.ios {
-webkit-overflow-scrolling: touch !important;
overflow: scroll !important;
}
@media (max-width: 767px) {
.iframe-container {
padding-left: 0;
}
}
iframe {
height: 100%;
width: 100%;
border: 0 none;
}
/* ----- */
.btn {
padding: 6px 13px;
border-radius: 3px;
border-width: 0;
border-bottom-width: 2px;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}
.btn:hover, .btn:focus {
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}
.form-control {
box-shadow: none;
-webkit-appearance: none;
}
/*.checkbox{
margin: 0px;
font-size: 14px;
line-height: 1.42857;
text-align: left;
padding: 6px 12px;
font-weight: normal;
color: #555;
}
input[type='checkbox'] {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
input[type='checkbox'] + label > i:before{
content: "\f096";
}
input[type='checkbox']:checked + label > i:before{
content: "\f046";
}
input[type='checkbox'] + label > i{
text-align: left;
width: 1.0em;
cursor: pointer;
}*/
.menu-row {
text-align: center;
}
.menu-row a i.fa {
font-size: 84px;
}
.menu-row a.menu-link {
color: #999;
}
.menu-row a.menu-link:hover,
.menu-row a.menu-link:focus {
color: #eee;
text-decoration: none;
}
/*Added by piersg to improve the look of ui tables*/
.ui_table td {
padding-bottom: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: .25em;
}
.ui_table {
border-width: 0px;
border-color:#fff;
}
.ui_table_head {
background-color: #eee;
}
.ui_table_body {
background-color: #f4f4f4;
}
.ui_label{
text-align: right;
vertical-align: middle;
}
.ui_table_row {
border-bottom: 1px solid #ddd;
}
/*makes non-form text line up better w/ form elements:*/
.ui_value {
vertical-align: middle;
}
/* Fix for -15px margin-right in .navbar-right bootstrap.css class */
.navbar-right {
margin-right: 0px;
} | bootstrap-overlay/css/webmin.css | @font-face{
font-family: 'Lato Regular';
src:url('../fonts/Lato-Regular.eot');
src:url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato-Regular.woff') format('woff'),
url('../fonts/Lato-Regular.ttf') format('truetype'),
url('../fonts/Lato-Regular.svg') format('svg');
font-style: normal;
font-weight: 400;
}
@font-face{
font-family: 'Lato Light';
src:url('../fonts/Lato-Light.eot');
src:url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype'),
url('../fonts/Lato-Light.woff') format('woff'),
url('../fonts/Lato-Light.ttf') format('truetype'),
url('../fonts/Lato-Light.svg') format('svg');
font-style: normal;
font-weight: 300;
}
*:focus, *:active{
outline: none !important;
}
*::-moz-focus-inner{
border: 0 !important;
}
html, body {
height: 100%;
position: relative;
}
body {
font-family: 'Lato Regular', sans-serif;
//background-color: #f9f9f9;
background-color: #a4f9e8;
}
.container-inner {
margin-top: 20px;
}
.navbar-webmin {
background-color: #206ECF;
/* border-color: #1B5EB1; */
border-color: #195aa8;
margin-bottom: 0;
}
.navbar-webmin a {
color: #eee;
}
.navbar-webmin a:hover,
.navbar-webmin a:focus {
color: #fff;
}
.navbar-webmin .navbar-toggle-webmin {
border: none;
padding: 10px;
background-color: transparent;
}
.navbar-webmin .navbar-toggle-webmin:hover, .navbar-webmin .navbar-toggle-webmin:focus {
background-color: rgba(0, 0, 0, 0.25);
}
.navbar-webmin .navbar-toggle .icon-bar {
background-color: #FFF;
}
.navbar-webmin .navbar-brand {
color: #eee;
}
.navbar-webmin .navbar-brand span {
font-family: 'Lato Light';
font-size: 15px;
margin-left: 4px;
}
.navbar-webmin .navbar-brand:hover,
.navbar-webmin .navbar-brand:focus {
color: #FFF;
}
.navbar-webmin .navbar-collapse, .navbar-webmin .navbar-form {
border-color: #195aa8;
}
.navbar-webmin .navbar-nav > .active > a,
.navbar-webmin .navbar-nav > .active > a:hover,
.navbar-webmin .navbar-nav > .active > a:focus {
color: #fff;
background-color: #195aa8;
}
.navbar-webmin .navbar-nav > li > a {
color: #eee;
}
.navbar-webmin .navbar-nav > li > a:hover,
.navbar-webmin .navbar-nav > li > a:focus {
color: #fff;
}
.navbar-webmin .navbar-nav > li > a > i {
margin-right: 5px;
}
.navbar-webmin .navbar-text {
color: #FFF;
}
.webmin-sidebar {
background-color: #23272D;
height: calc(100% - 51px);
position: fixed;
width: 260px;
overflow-y: auto;
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
z-index: 100;
top: 51px;
}
.aside-nav {
margin-bottom: 0px;
padding-left: 0px;
list-style: none outside none;
}
.aside-nav > li {
position: relative;
display: block;
}
.aside-nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.aside-nav li > a, .aside-nav li > a:focus {
background-color: #23272D;
color: #999;
border-left: 4px solid transparent;
text-decoration: none;
}
.aside-nav li > ul > li > a, .aside-nav li > ul > li > a:focus {
background-color: #2A2E36;
}
.aside-nav li > a:hover {
border-left-color: #1A7AB9;
color: #eee;
text-decoration: none;
transition: color 0.4s ease 0s, border-color 0.2s ease 0s;
}
.aside-nav li.active > a, .aside-nav li.active > a:hover {
border-left-color: #1A7AB9;
background-color: #181B1F;
color: #eee;
}
.aside-nav li i {
margin-right: 15px;
}
.aside-nav li.submenu {
display: none;
}
.aside-nav li > ul > li > a {
padding-left: 48px;
}
.aside-arrow {
float: right;
margin-right: -10px;
}
.aside-arrow i {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
}
.aside-arrow i.rotated {
transform: rotate(90deg);
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
}
.search-aside, .power-aside, .theme-update-aside {
margin: 10px 15px;
}
.update-header {
font-size: 20px;
color: #ddd;
margin-bottom: 0;
}
.update-header i {
margin-right: 4px;
}
.update-body {
font-size: 12px;
font-family: 'Lato Light', sans-serif;
color: #ccc;
margin-left: 34px;
}
.btn-update {
margin-left: 34px;
}
.aside-close{
width: 60px;
}
.iframe-container_ {
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
width: 100%;
// padding-left: 260px;
height: calc(100% - 51px);
// top: 51px;
// position: fixed;
//padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
}
.iframe-container {
position: relative;
padding-bottom: 36.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
padding-top: 30px;
height: 0;
overflow: hidden;
}
.iframe-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #a4f9e8;
}
.iframe-container.iframe-close {
padding-left: 60px;
}
.iframe-container.ios {
-webkit-overflow-scrolling: touch !important;
overflow: scroll !important;
}
@media (max-width: 767px) {
.iframe-container {
padding-left: 0;
}
}
iframe {
height: 100%;
width: 100%;
border: 0 none;
}
/* ----- */
.btn {
padding: 6px 13px;
border-radius: 3px;
border-width: 0;
border-bottom-width: 2px;
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}
.btn:hover, .btn:focus {
border-top-color: transparent;
border-left-color: transparent;
border-right-color: transparent;
}
.form-control {
box-shadow: none;
-webkit-appearance: none;
}
/*.checkbox{
margin: 0px;
font-size: 14px;
line-height: 1.42857;
text-align: left;
padding: 6px 12px;
font-weight: normal;
color: #555;
}
input[type='checkbox'] {
position: absolute;
clip: rect(1px, 1px, 1px, 1px);
}
input[type='checkbox'] + label > i:before{
content: "\f096";
}
input[type='checkbox']:checked + label > i:before{
content: "\f046";
}
input[type='checkbox'] + label > i{
text-align: left;
width: 1.0em;
cursor: pointer;
}*/
.menu-row {
text-align: center;
}
.menu-row a i.fa {
font-size: 84px;
}
.menu-row a.menu-link {
color: #999;
}
.menu-row a.menu-link:hover,
.menu-row a.menu-link:focus {
color: #eee;
text-decoration: none;
}
/*Added by piersg to improve the look of ui tables*/
.ui_table td {
padding-bottom: 0.25em;
padding-left: 0.5em;
padding-right: 0.5em;
padding-top: .25em;
}
.ui_table {
border-width: 0px;
border-color:#fff;
}
.ui_table_head {
background-color: #eee;
}
.ui_table_body {
background-color: #f4f4f4;
}
.ui_label{
text-align: right;
vertical-align: middle;
}
.ui_table_row {
border-bottom: 1px solid #ddd;
}
/*makes non-form text line up better w/ form elements:*/
.ui_value {
vertical-align: middle;
}
/* Fix for -15px margin-right in .navbar-right bootstrap.css class */
.navbar-right {
margin-right: 0px;
} | 0.247532 | 0.030647 |
width:100vw;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
color: var(--color-text-in-primary);
background: var(--color-primary);
}
.logo-container img{
height:8rem;
}
.icon{
filter:invert(100%) sepia(13%) saturate(226%) hue-rotate(314deg) brightness(120%) contrast(100%);
}
.hero-image{
width:100%;
height: 125%;
max-width: 550px;
margin: 0 auto;
display:block;
}
.logo-container{
text-align:center;
margin-bottom: 2.2rem;
}
.logo-container h2{
font-weight:500;
font-size: 2.4rem;
line-height: 2.6rem;
margin-top:0.8rem;
}
.buttons-container{
display:flex;
justify-content:center;
margin:3.2rem 0;
}
.buttons-container a{
width:30rem;
height:10.4rem;
border-radius: 0.8rem;
font: 700 2.0rem Archivo;
display:flex;
align-items:center;
justify-content:center;
text-decoration: none;
color: var(--color-button-text);
transition: background-color 0.2s;
}
.buttons-container a:first-child{
margin-right: 1.6rem;
}
.buttons-container a img{
width:4rem;
margin-right: 2rem;
}
.buttons-container a.item{
background:var(--color-primary-lighter);
}
.buttons-container a.order{
background:var(--color-secundary);
}
.buttons-container a.item:hover{
background:var(--color-primary-light);
}
.buttons-container a.order:hover{
background:var(--color-secundary-dark);
}
.total-orders{
font-size:1.4rem;
display:flex;
align-items:center;
justify-content:center;
}
.total-orders img{
margin-left:0.8rem;
}
@media (min-width: 700px){
#page-landing-content{
max-width:1100px;
display:grid;
grid-template-rows: 350px 1fr;
grid-template-columns: 2fr 1fr 1fr;
grid-template-areas:
"logo hero hero"
"buttons buttons total"
;
}
.logo-container{
grid-area: logo;
align-self: center;
margin:0;
text-align: left;
}
.logo-container h2{
text-align: initial;
font-size:3.6rem;
}
.logo-container img{
height: 100%;
}
.hero-image{
grid-area: hero;
justify-self: end;
align-self: center;
}
.buttons-container{
grid-area:buttons;
justify-content: flex-start;
}
.buttons-container a{
font-size:2.4rem;
}
.total-orders{
grid-area:total;
justify-self: end;
}
} | frontend/src/app/pages/home/Home.css | width:100vw;
height:100vh;
display:flex;
justify-content:center;
align-items:center;
color: var(--color-text-in-primary);
background: var(--color-primary);
}
.logo-container img{
height:8rem;
}
.icon{
filter:invert(100%) sepia(13%) saturate(226%) hue-rotate(314deg) brightness(120%) contrast(100%);
}
.hero-image{
width:100%;
height: 125%;
max-width: 550px;
margin: 0 auto;
display:block;
}
.logo-container{
text-align:center;
margin-bottom: 2.2rem;
}
.logo-container h2{
font-weight:500;
font-size: 2.4rem;
line-height: 2.6rem;
margin-top:0.8rem;
}
.buttons-container{
display:flex;
justify-content:center;
margin:3.2rem 0;
}
.buttons-container a{
width:30rem;
height:10.4rem;
border-radius: 0.8rem;
font: 700 2.0rem Archivo;
display:flex;
align-items:center;
justify-content:center;
text-decoration: none;
color: var(--color-button-text);
transition: background-color 0.2s;
}
.buttons-container a:first-child{
margin-right: 1.6rem;
}
.buttons-container a img{
width:4rem;
margin-right: 2rem;
}
.buttons-container a.item{
background:var(--color-primary-lighter);
}
.buttons-container a.order{
background:var(--color-secundary);
}
.buttons-container a.item:hover{
background:var(--color-primary-light);
}
.buttons-container a.order:hover{
background:var(--color-secundary-dark);
}
.total-orders{
font-size:1.4rem;
display:flex;
align-items:center;
justify-content:center;
}
.total-orders img{
margin-left:0.8rem;
}
@media (min-width: 700px){
#page-landing-content{
max-width:1100px;
display:grid;
grid-template-rows: 350px 1fr;
grid-template-columns: 2fr 1fr 1fr;
grid-template-areas:
"logo hero hero"
"buttons buttons total"
;
}
.logo-container{
grid-area: logo;
align-self: center;
margin:0;
text-align: left;
}
.logo-container h2{
text-align: initial;
font-size:3.6rem;
}
.logo-container img{
height: 100%;
}
.hero-image{
grid-area: hero;
justify-self: end;
align-self: center;
}
.buttons-container{
grid-area:buttons;
justify-content: flex-start;
}
.buttons-container a{
font-size:2.4rem;
}
.total-orders{
grid-area:total;
justify-self: end;
}
} | 0.468304 | 0.111386 |
.gcb-list {
border: 1px solid #e0e0e0;
border-bottom: 0;
font-color: #333333;
}
.gcb-list + .gcb-list {
margin-top: 16px;
}
.gcb-list table {
border: 0;
width: 100%;
table-layout: fixed;
border-spacing: 2px;
border-collapse: collapse;
}
.gcb-list th,
.gcb-list td {
border: 0;
}
.gcb-list a {
text-decoration: none;
}
ul.gcb-list, ol.gcb-list {
list-style: none;
margin: 0;
padding: 0;
}
/*** Row ***/
.gcb-list__row,
.gcb-list table > tbody > tr {
transition: background-color 200ms;
height: 36px;
background-color: white;
}
/* Stripes:
*
* This can be used in two ways. Either apply gcb-list__row--dark-stripe to
* each item that you want to be dark, or apply gcb-list--autostripe to the
* gcb-list element and items will be striped automatically.
*/
.gcb-list__row--dark-stripe,
.gcb-list--autostripe .gcb-list__row:nth-child(even),
.gcb-list--autostripe table > tbody > tr:nth-child(even) {
background-color:#f9f9f9;
}
/* Hover needs to beat stripes */
.gcb-list__row:hover,
.gcb-list > table > tbody > tr:hover {
background-color:#e9e9e9 !important;
}
/*** Cell ***/
.gcb-list__cell,
.gcb-list table > tbody > tr > td {
padding: 0;
padding-left: 8px;
vertical-align: middle;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.gcb-list__cell:last-child,
.gcb-list table > tbody > tr > td:last-child,
.gcb-list table > thead > tr > th:last-child {
padding-right: 8px;
}
.gcb-list__cell--word-wrap,
table > tbody > tr > td.gcb-list__cell--word-wrap {
padding-top: 7px;
padding-bottom: 7px;
white-space: normal;
word-wrap: normal;
}
/*** Header Row ***/
.gcb-list__header-row,
.gcb-list table > thead > tr,
.gcb-list thead > tr {
background-color: #f9f9f9;
border-bottom: solid 1px #e0e0e0;
font-weight: bold;
text-align: left;
height: 40px;
}
/*** Footer Row ***/
.gcb-list table > tfoot > tr,
.gcb-list tfoot > tr {
background-color: #f9f9f9;
text-align: left;
font-style: italic;
height: 30px;
border-bottom: solid 1px #e0e0e0;
}
/*** Row ***/
.gcb-list__row,
.gcb-list table > tbody > tr {
border-bottom: solid 1px #e0e0e0;
}
/* If you aren't a table, use flexbox */
.gcb-list__row--flex {
display: flex;
flex-direction: row;
}
.gcb-list__row--flex > .gcb-list__cell {
flex: 1;
margin-top: auto;
margin-bottom: auto;
}
.gcb-list__row--flex .gcb-list__cell--icon {
flex: 0 0 16px;
}
/* Or use line height */
.gcb-list__header-row--lineheight {
line-height: 40px;
}
.gcb-list__row--lineheight {
line-height: 36px;
}
.gcb-list__header-row--lineheight,
.gcb-list__row--lineheight {
vertical-align: middle;
white-space: nowrap;
}
/*** Header Cell ***/
.gcb-list__cell--header,
.gcb-list table > thead > tr > th,
.gcb-list tr > th {
padding: 0;
padding-left: 8px;
vertical-align: middle;
}
/*** Icon stuff ***/
.gcb-list__cell--icon {
width: 16px;
}
.gcb-list__icon {
font-size: 16px;
width: 16px;
vertical-align: bottom;
border: 0;
padding: 0;
background: transparent;
}
/* These icons change color when you hover their containing row */
.gcb-list__icon--rowhover {
color: rgb(204, 204, 204);
transition: color 200ms;
cursor: pointer;
}
.gcb-list__row:hover .gcb-list__icon--rowhover,
.gcb-list table > tbody > tr:hover .gcb-list__icon--rowhover {
color: #555;
}
/*** Message about an empty list ***/
.gcb-list__empty-message-wrapper {
min-height: 100px;
border-bottom: solid 1px #e0e0e0;
box-sizing: border-box;
display: flex;
vertical-align: middle;
text-align: center;
padding: 8px;
}
.gcb-list__empty-message {
margin: auto;
}
/*** Sorting ***/
.gcb-list__sort-indicator {
display: inline;
font-size: 24px;
vertical-align: middle;
}
.sort-asc .gcb-list__sort-indicator:before {
content: 'arrow_drop_down';
}
.sort-desc .gcb-list__sort-indicator:before {
content: 'arrow_drop_up';
} | modules/core_ui/_static/list/list.css | .gcb-list {
border: 1px solid #e0e0e0;
border-bottom: 0;
font-color: #333333;
}
.gcb-list + .gcb-list {
margin-top: 16px;
}
.gcb-list table {
border: 0;
width: 100%;
table-layout: fixed;
border-spacing: 2px;
border-collapse: collapse;
}
.gcb-list th,
.gcb-list td {
border: 0;
}
.gcb-list a {
text-decoration: none;
}
ul.gcb-list, ol.gcb-list {
list-style: none;
margin: 0;
padding: 0;
}
/*** Row ***/
.gcb-list__row,
.gcb-list table > tbody > tr {
transition: background-color 200ms;
height: 36px;
background-color: white;
}
/* Stripes:
*
* This can be used in two ways. Either apply gcb-list__row--dark-stripe to
* each item that you want to be dark, or apply gcb-list--autostripe to the
* gcb-list element and items will be striped automatically.
*/
.gcb-list__row--dark-stripe,
.gcb-list--autostripe .gcb-list__row:nth-child(even),
.gcb-list--autostripe table > tbody > tr:nth-child(even) {
background-color:#f9f9f9;
}
/* Hover needs to beat stripes */
.gcb-list__row:hover,
.gcb-list > table > tbody > tr:hover {
background-color:#e9e9e9 !important;
}
/*** Cell ***/
.gcb-list__cell,
.gcb-list table > tbody > tr > td {
padding: 0;
padding-left: 8px;
vertical-align: middle;
white-space: nowrap;
overflow-x: hidden;
text-overflow: ellipsis;
}
.gcb-list__cell:last-child,
.gcb-list table > tbody > tr > td:last-child,
.gcb-list table > thead > tr > th:last-child {
padding-right: 8px;
}
.gcb-list__cell--word-wrap,
table > tbody > tr > td.gcb-list__cell--word-wrap {
padding-top: 7px;
padding-bottom: 7px;
white-space: normal;
word-wrap: normal;
}
/*** Header Row ***/
.gcb-list__header-row,
.gcb-list table > thead > tr,
.gcb-list thead > tr {
background-color: #f9f9f9;
border-bottom: solid 1px #e0e0e0;
font-weight: bold;
text-align: left;
height: 40px;
}
/*** Footer Row ***/
.gcb-list table > tfoot > tr,
.gcb-list tfoot > tr {
background-color: #f9f9f9;
text-align: left;
font-style: italic;
height: 30px;
border-bottom: solid 1px #e0e0e0;
}
/*** Row ***/
.gcb-list__row,
.gcb-list table > tbody > tr {
border-bottom: solid 1px #e0e0e0;
}
/* If you aren't a table, use flexbox */
.gcb-list__row--flex {
display: flex;
flex-direction: row;
}
.gcb-list__row--flex > .gcb-list__cell {
flex: 1;
margin-top: auto;
margin-bottom: auto;
}
.gcb-list__row--flex .gcb-list__cell--icon {
flex: 0 0 16px;
}
/* Or use line height */
.gcb-list__header-row--lineheight {
line-height: 40px;
}
.gcb-list__row--lineheight {
line-height: 36px;
}
.gcb-list__header-row--lineheight,
.gcb-list__row--lineheight {
vertical-align: middle;
white-space: nowrap;
}
/*** Header Cell ***/
.gcb-list__cell--header,
.gcb-list table > thead > tr > th,
.gcb-list tr > th {
padding: 0;
padding-left: 8px;
vertical-align: middle;
}
/*** Icon stuff ***/
.gcb-list__cell--icon {
width: 16px;
}
.gcb-list__icon {
font-size: 16px;
width: 16px;
vertical-align: bottom;
border: 0;
padding: 0;
background: transparent;
}
/* These icons change color when you hover their containing row */
.gcb-list__icon--rowhover {
color: rgb(204, 204, 204);
transition: color 200ms;
cursor: pointer;
}
.gcb-list__row:hover .gcb-list__icon--rowhover,
.gcb-list table > tbody > tr:hover .gcb-list__icon--rowhover {
color: #555;
}
/*** Message about an empty list ***/
.gcb-list__empty-message-wrapper {
min-height: 100px;
border-bottom: solid 1px #e0e0e0;
box-sizing: border-box;
display: flex;
vertical-align: middle;
text-align: center;
padding: 8px;
}
.gcb-list__empty-message {
margin: auto;
}
/*** Sorting ***/
.gcb-list__sort-indicator {
display: inline;
font-size: 24px;
vertical-align: middle;
}
.sort-asc .gcb-list__sort-indicator:before {
content: 'arrow_drop_down';
}
.sort-desc .gcb-list__sort-indicator:before {
content: 'arrow_drop_up';
} | 0.423577 | 0.080466 |
.bottom .el-input--suffix .el-input__inner{
padding:0 35px 0 10%;
font-size: 12px;
border: 0;
background: #F9F9F9;
}
.bottom .select .el-input--suffix .el-input__inner{
padding-right: 22px;
}
/* .bottom input{
height: 42px;
} */
.bottom .el-input__prefix{
right: 4px;
left: auto;
}
.bottom .el-input__icon{
vertical-align: top;
}
.bottom .el-table td,.bottom .el-table th.is-leaf{
border-bottom: 0;
}
.bottom .el-table--striped .el-table__body tr.el-table__row--striped td{
background:rgba(244,244,244,1);
}
.bottom .el-table{
font-size: 14px;
}
.bottom .el-table::before{
display:none;
}
.bottom .el-table td,.bottom .el-table th{
padding: 7px 0;
}
.bottom .el-button{
width:90px;
height:29px;
font-size: 16px;
margin-top: 2px;
line-height: 0px;
}
.bottom .el-table__footer-wrapper,.bottom .el-table__header-wrapper{
border-bottom: 2px solid #7897A1;
line-height: 40px;
margin:30px 0 7px;
}
/* .bottom .el-table .has-gutter tr th:first-child{
padding-left: 1.467%;
} */
/* .bottom .el-table .has-gutter tr th:nth-child(7){
padding-left: 29px;
} */
.bottom .el-table .cell{
color:rgba(74,74,74,1);
}
.bottom .el-table .cell,.bottom .el-table th div{
padding: 0;
white-space: nowrap;
}
/* .bottom .el-table__row td:first-child{
padding-left: 2.13%;
} */
/* .bottom #page span{
font-size: 20px;
color:rgba(51,51,51,1);
} */
.bottom #page .el-pagination__jump{
line-height:40px;
margin-left: 30px;
}
.bottom #page .el-input__inner{
width:40px;
height:40px;
font-size: 20px;
margin-left: 8px;
}
.bottom #page .btn-prev,.bottom #page .btn-next{
width:96px;
height:40px;
background:rgba(255,255,255,1);
border:1px solid #C5C5C5;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.bottom #page .el-pager li{
width:40px;
line-height:40px;
height: 40px;
font-size: 20px;
}
.bottom .el-date-editor.el-input,.bottom .el-date-editor.el-input__inner{
width: 100%;
}
.bottom .input .el-input__suffix{
right: 0;
}
.bottom .select .el-input__suffix{
right: 15.6%;
}
.bottom .el-icon-date:before{
color: #000;
}
.bottom .el-select__caret{
border-bottom-color:#666;
}
/* 多选下拉样式 */
.bottom .el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{
display: none;
}
/* .bottom .el-checkbox__input.is-checked .el-checkbox__inner,.bottom .el-checkbox__input.is-indeterminate .el-checkbox__inner{
background:linear-gradient(360deg,rgba(41,179,17,1) 0%,rgba(87,216,65,1) 100%);
border-color: #27AA11;
}
.bottom .el-checkbox__inner:hover{
border-color: #27AA11;
} */
.bottom .el-checkbox__inner{
width:16px;
height:16px;
box-shadow:0px 1px 2px 0px rgba(0,0,0,0.05);
border-radius:4px;
}
.bottom .el-checkbox__inner::after{
top: 2px;
left: 5px;
}
.bottom .el-checkbox__label{
font-size: 16px;
}
.bottom .el-checkbox__input.is-checked+.el-checkbox__label{
color: #4A4A4A;
}
.bottom .el-checkbox{
margin-left: 0 !important;
}
.bottom .el-select-dropdown{
max-width: 120px !important;
}
.bottom .el-select-dropdown__item{
padding: 0 18%;
}
.bottom .el-select .el-tag__close.el-icon-close{
right: 0;
}
.bottom .el-select__tags{
white-space: nowrap;
}
.bottom .el-select .el-tag{
margin: 0 1px;
}
.bottom .el-tag--small{
padding: 0 0;
}
/* 下拉框i标签样式 */
/* .bottom .el-select__caret{
height:0;
width:0;
border:5px solid rgba(0,0,0,0);
border-bottom-color:#666;
margin-top:19px;
margin-right: 15px;
}
.bottom .is-reverse{
margin-top:12px;
}
.bottom .el-select__caret::before{
display:none;
} */
/* 供应商模糊查询选中样式 */
/* .cpm-bottom-list .el-checkbox__input.is-checked,.cpm-bottom-list .el-checkbox__inner{
background-color: greenyellow;
border-color: greenyellow;
} */
.bottom .el-checkbox__input.is-checked+.el-checkbox__label {
color: black;
}
/* .bottom .cpm-bottom-list .el-checkbox__input.is-checked .el-checkbox__inner{
background:#57D841;
border-color:#57D841;
} */
/* .bottom .el-pagination,.bottom .el-pagination{
position: relative;
} */
/* .bottom .el-pagination__jump,.bottom .el-pagination__jump{
position:relative;
} */
/* .bottom .el-pagination__jump::before,.bottom .el-pagination__jump::before{
content: '跳转到第';
margin-left:20px;
position:absolute;
left:-50px;
background:#fff;
} */
/* 供应商牧户查询分页样式 */
/* .bottom .cpm-bottom-list-block .el-icon-arrow-left::before{
display:none;
}
.bottom .cpm-bottom-list-block .el-icon-arrow-left{
width:0;
height:0;
border:5px solid rgba(0,0,0,0);
border-right-color: #ccc;
}
.bottom .cpm-bottom-list-block .el-icon-arrow-right::before{
display:none;
}
.bottom .cpm-bottom-list-block .el-icon-arrow-right{
width:0;
height:0;
border:5px solid rgba(0,0,0,0);
border-left-color: #ccc;
} */
/* select多选样式*/
/* .bottom .condition-left-top .el-input__inner{
height:42px!important;
} */
.bottom .condition-left-top .el-select__tags{
bottom:0;
}
/* .bottom .condition-left-top2 .el-input__inner{
height:42px!important;
} */
/* .bottom .condition-left-top2 .el-select__tags{
margin-top:17px;
} */
/* 遮罩样式隐藏 */
.bottom .el-dialog__body{
padding:0;
}
.bottom .el-dialog__header{
display:none;
}
/* 表格底部横线 */
.bottom .el-table::before,.bottom .el-table::before{
display:none;
}
.bottom .el-table__row{
height:43px!important;
}
/* tr高度 */
.bottom .el-table td, .el-table th{
padding:10px 0;
}
/* 需求定制样式 */
.bottom .el-table__expanded-cell{
padding: 0!important;
}
/* 按钮文字样式 */
.bottom .el-button.is-round{
padding:12px 0.05%;
} | src/assets/css/reqFilter.css | .bottom .el-input--suffix .el-input__inner{
padding:0 35px 0 10%;
font-size: 12px;
border: 0;
background: #F9F9F9;
}
.bottom .select .el-input--suffix .el-input__inner{
padding-right: 22px;
}
/* .bottom input{
height: 42px;
} */
.bottom .el-input__prefix{
right: 4px;
left: auto;
}
.bottom .el-input__icon{
vertical-align: top;
}
.bottom .el-table td,.bottom .el-table th.is-leaf{
border-bottom: 0;
}
.bottom .el-table--striped .el-table__body tr.el-table__row--striped td{
background:rgba(244,244,244,1);
}
.bottom .el-table{
font-size: 14px;
}
.bottom .el-table::before{
display:none;
}
.bottom .el-table td,.bottom .el-table th{
padding: 7px 0;
}
.bottom .el-button{
width:90px;
height:29px;
font-size: 16px;
margin-top: 2px;
line-height: 0px;
}
.bottom .el-table__footer-wrapper,.bottom .el-table__header-wrapper{
border-bottom: 2px solid #7897A1;
line-height: 40px;
margin:30px 0 7px;
}
/* .bottom .el-table .has-gutter tr th:first-child{
padding-left: 1.467%;
} */
/* .bottom .el-table .has-gutter tr th:nth-child(7){
padding-left: 29px;
} */
.bottom .el-table .cell{
color:rgba(74,74,74,1);
}
.bottom .el-table .cell,.bottom .el-table th div{
padding: 0;
white-space: nowrap;
}
/* .bottom .el-table__row td:first-child{
padding-left: 2.13%;
} */
/* .bottom #page span{
font-size: 20px;
color:rgba(51,51,51,1);
} */
.bottom #page .el-pagination__jump{
line-height:40px;
margin-left: 30px;
}
.bottom #page .el-input__inner{
width:40px;
height:40px;
font-size: 20px;
margin-left: 8px;
}
.bottom #page .btn-prev,.bottom #page .btn-next{
width:96px;
height:40px;
background:rgba(255,255,255,1);
border:1px solid #C5C5C5;
font-size: 20px;
overflow: hidden;
text-overflow: ellipsis;
}
.bottom #page .el-pager li{
width:40px;
line-height:40px;
height: 40px;
font-size: 20px;
}
.bottom .el-date-editor.el-input,.bottom .el-date-editor.el-input__inner{
width: 100%;
}
.bottom .input .el-input__suffix{
right: 0;
}
.bottom .select .el-input__suffix{
right: 15.6%;
}
.bottom .el-icon-date:before{
color: #000;
}
.bottom .el-select__caret{
border-bottom-color:#666;
}
/* 多选下拉样式 */
.bottom .el-select-dropdown.is-multiple .el-select-dropdown__item.selected::after{
display: none;
}
/* .bottom .el-checkbox__input.is-checked .el-checkbox__inner,.bottom .el-checkbox__input.is-indeterminate .el-checkbox__inner{
background:linear-gradient(360deg,rgba(41,179,17,1) 0%,rgba(87,216,65,1) 100%);
border-color: #27AA11;
}
.bottom .el-checkbox__inner:hover{
border-color: #27AA11;
} */
.bottom .el-checkbox__inner{
width:16px;
height:16px;
box-shadow:0px 1px 2px 0px rgba(0,0,0,0.05);
border-radius:4px;
}
.bottom .el-checkbox__inner::after{
top: 2px;
left: 5px;
}
.bottom .el-checkbox__label{
font-size: 16px;
}
.bottom .el-checkbox__input.is-checked+.el-checkbox__label{
color: #4A4A4A;
}
.bottom .el-checkbox{
margin-left: 0 !important;
}
.bottom .el-select-dropdown{
max-width: 120px !important;
}
.bottom .el-select-dropdown__item{
padding: 0 18%;
}
.bottom .el-select .el-tag__close.el-icon-close{
right: 0;
}
.bottom .el-select__tags{
white-space: nowrap;
}
.bottom .el-select .el-tag{
margin: 0 1px;
}
.bottom .el-tag--small{
padding: 0 0;
}
/* 下拉框i标签样式 */
/* .bottom .el-select__caret{
height:0;
width:0;
border:5px solid rgba(0,0,0,0);
border-bottom-color:#666;
margin-top:19px;
margin-right: 15px;
}
.bottom .is-reverse{
margin-top:12px;
}
.bottom .el-select__caret::before{
display:none;
} */
/* 供应商模糊查询选中样式 */
/* .cpm-bottom-list .el-checkbox__input.is-checked,.cpm-bottom-list .el-checkbox__inner{
background-color: greenyellow;
border-color: greenyellow;
} */
.bottom .el-checkbox__input.is-checked+.el-checkbox__label {
color: black;
}
/* .bottom .cpm-bottom-list .el-checkbox__input.is-checked .el-checkbox__inner{
background:#57D841;
border-color:#57D841;
} */
/* .bottom .el-pagination,.bottom .el-pagination{
position: relative;
} */
/* .bottom .el-pagination__jump,.bottom .el-pagination__jump{
position:relative;
} */
/* .bottom .el-pagination__jump::before,.bottom .el-pagination__jump::before{
content: '跳转到第';
margin-left:20px;
position:absolute;
left:-50px;
background:#fff;
} */
/* 供应商牧户查询分页样式 */
/* .bottom .cpm-bottom-list-block .el-icon-arrow-left::before{
display:none;
}
.bottom .cpm-bottom-list-block .el-icon-arrow-left{
width:0;
height:0;
border:5px solid rgba(0,0,0,0);
border-right-color: #ccc;
}
.bottom .cpm-bottom-list-block .el-icon-arrow-right::before{
display:none;
}
.bottom .cpm-bottom-list-block .el-icon-arrow-right{
width:0;
height:0;
border:5px solid rgba(0,0,0,0);
border-left-color: #ccc;
} */
/* select多选样式*/
/* .bottom .condition-left-top .el-input__inner{
height:42px!important;
} */
.bottom .condition-left-top .el-select__tags{
bottom:0;
}
/* .bottom .condition-left-top2 .el-input__inner{
height:42px!important;
} */
/* .bottom .condition-left-top2 .el-select__tags{
margin-top:17px;
} */
/* 遮罩样式隐藏 */
.bottom .el-dialog__body{
padding:0;
}
.bottom .el-dialog__header{
display:none;
}
/* 表格底部横线 */
.bottom .el-table::before,.bottom .el-table::before{
display:none;
}
.bottom .el-table__row{
height:43px!important;
}
/* tr高度 */
.bottom .el-table td, .el-table th{
padding:10px 0;
}
/* 需求定制样式 */
.bottom .el-table__expanded-cell{
padding: 0!important;
}
/* 按钮文字样式 */
.bottom .el-button.is-round{
padding:12px 0.05%;
} | 0.290981 | 0.051035 |
body{
background:#f8f8f8;
}
/*面包屑 导航*/
.ml-nav{
color: #999;
height: 40px;
line-height: 40px;
}
.ml-nav a{
color: #999;
}
/*面包屑 导航 E*/
/*分类列表*/
.selector {
border:1px solid #efefef;
background:#FFF;
padding:15px 10px;
margin-bottom:10px;
overflow:hidden
}
.sl-line-wrap {
position:relative;
line-height:46px;
height:auto
}
.sl-line-wrap a {
transition:all .2s
}
.sl-line-wrap .mod-key {
float:left;
width:75px;
padding-left:10px;
white-space:nowrap;
overflow:hidden;
color:#333
}
.sl-line-wrap .mod-value {
margin:0 83px 0 95px;
overflow:hidden;
zoom:1;
background:#fff
}
.sl-line-wrap .mod-ext {
position:absolute;
top:12px;
right:10px;
width:60px;
height:auto;
font-size:12px;
line-height:22px;
overflow:hidden;
zoom:1
}
/*分类列表*/
.selector {
border:1px solid #efefef;
background:#FFF;
padding:15px 10px;
margin-bottom:10px;
overflow:hidden
}
.sl-line-wrap {
position:relative;
line-height:46px;
height:auto
}
.sl-line-wrap a {
transition:all .2s
}
.sl-line-wrap .mod-key {
float:left;
width:75px;
padding-left:10px;
white-space:nowrap;
overflow:hidden;
color:#333
}
.sl-line-wrap .mod-value {
margin:0 83px 0 95px;
overflow:hidden;
zoom:1;
background:#fff
}
.sl-line-wrap .mod-ext {
position:absolute;
top:12px;
right:10px;
width:60px;
height:auto;
font-size:12px;
line-height:22px;
overflow:hidden;
zoom:1
}
.sl-line-wrap .mod-value-list {
overflow:hidden;
zoom:1;
padding-top:6px
}
.sl-line-wrap .mod-value-list ul {
overflow:hidden;
zoom:1;
position:relative;
height:36px;
margin-right:-10px
}
.sl-line-wrap .mod-value-list li {
float:left;
_display:inline;
margin-right:50px;
margin-bottom:6px;
height:34px;
line-height:34px
}
.sl-line-wrap .mod-value-list li a {
float:left;
white-space:nowrap;
zoom:1;
color:#333
}
.sl-line-wrap .mod-value-list li a:hover {
text-decoration:none;
color:#00c3f5
}
/*分类列表 E*/
/*分类导航*/
.filter,.filter-order a,.sl-category .mod-value-list,.sl-prop .mod-value-list {
position:relative;
color:#666;
}
.filter {
margin:30px 0 20px
}
.filter-order {
float:left
}
.filter-order a {
float:left;
width:50px;
height:20px;
margin-right:20px;
line-height:20px
}
.filter-order a i {
display:none;
position:absolute;
top:6px;
right:8px;
width:8px;
height:10px
}
.filter-order a.active,.filter-order a:hover {
transition:all .2s;
color:#00c3f5
}
.filter-order a.active i,.filter-order a:hover i {
-webkit-transition:all .2s;
display:block
}
.rs-item,.rs-item-wrap img {
transition:all .2s ease
}
.filter-order .icon-arrow-down {
background-position:0 -13px
}
.filter-order .icon-arrow-up {
background-position:-23px -13px
}
.filter-condition {
float:right;
line-height:1.5
}
/*分类导航 E*/
/*商品列表*/
.goods-list .col-md-3{
padding: 0 5px;
}
.gl-item {
width:100%;
height:416px;
margin:0 12px 12px 0;
float:left;
position:relative;
background:#fff;
cursor:pointer;
transition:all .3s ease;
}
.gl-item a {
display:block
}
.gl-item:hover {
box-shadow:0 15px 30px rgba(0,0,0,.1)
}
.compare-btn-list {
cursor:pointer;
color:#666;
position:absolute;
margin-top:17px;
margin-left:23px;
display:none;
z-index:2;
display: none;
}
.compare-btn-list:hover{
display:block;
}
.compare-btn-list i {
margin-right:2px;
color:#00c3f5
}
.compare-btn-list:hover {
color:#00c3f5
}
.gl-item .gl-item-wrap {
position:relative;
text-align:center;
padding:20px 30px 0
}
.gl-item .gl-item-wrap .sale-sign {
position:absolute;
top:22px;
right:30px;
z-index:1;
height:40px;
width:40px;
border-radius:50%;
color:#fff;
font-size:12px;
line-height:40px;
text-align:center
}
.gl-item .mod-pic {
position:relative;
width:220px;
height:220px;
margin:0 auto 14px;
text-align:center;
border-radius:0;
border:0
}
.gl-item h2,.gl-item h3 {
margin-bottom:8px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.gl-item .mod-pic img {
width:100%;
height: 100%;
}
.gl-item .mod-pic .picon {
top:0;
right:0
}
.gl-item h2 {
width:100%;
height:21px;
text-align:center;
font-size:14px;
color:#333
}
.gl-item h3 {
font-size:12px;
color:#999
}
.gl-item h3.red {
color:#E02B41
}
.gl-item h3 span {
margin-right:5px;
padding:0 5px;
color:#fff;
background-color:#E02B41
}
.gl-item .mod-price {
position:relative;
overflow:hidden;
padding:0 30px;
margin:0 0 8px;
text-align:center;
color:#E02B41
}
.gl-item .mod-price em {
font-size:14px
}
.gl-item .mod-price .vm-price {
font-size:18px
}
.gl-item .mod-price .vm-coupon {
font-size:12px
}
.gl-item .mod-price .vm-start {
color:#E02B41;
font-size:12px
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background-color: #efefef;
border-bottom-width: 2px;
border-color: #efefef #efefef #efefef;
color: #00c3f5;
border-width:1px;
border-radius: 4px;
cursor: pointer;
height: 40px;
margin: 0 4px;
overflow: hidden;
width: 40px;
}
.gl-item-wrap .nav-tabs{
height: 42px;
width: 150px;
border:none;
margin-left: 40px;
}
.item-slide {
position:relative;
width:200px;
height:42px;
margin:13px auto 15px;
overflow:hidden
}
.item-slide li a{
border: 1px solid #efefef;
border-radius: 4px;
cursor: pointer;
float: left;
height: 40px;
margin: 0 4px;
overflow: hidden;
width: 40px;
}
.item-slide li.active a,.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
border-color:#bdbdbd;
}
/*商品列表 E*/
/*推荐商品*/
.recommend-slider {
overflow:hidden;
margin-right:-10px;
border:1px solid #fefefe;
background:#fff;
height:338px
}
.recommend-slider-wrap {
margin-right:-100px
}
.rs-item {
position:relative;
float:left;
height:338px;
width:245.6px;
margin-right:5px
}
.rs-item a:hover{
text-decoration:none;
}
.rs-item-wrap {
display:block;
padding:36px 10px 5px;
text-align:center
}
.rs-item-wrap:hover img {
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%;
-webkit-transform:scale(1.1111);
transform:scale(1.1111)
}
.rs-item-wrap .mod-desc {
margin-top:36px;
text-align:center
}
.rs-item-wrap .mod-desc .vm-title {
font-size:14px;
color:#555757;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.rs-item-wrap .mod-desc .vm-subtitle {
font-size:12px;
color:#999;
margin-top:2px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.rs-item-wrap .mod-desc .vm-price {
margin-top:8px;
font-size:12px;
color:#e02b41
}
.rs-item-wrap .mod-desc .vm-price-old {
color:#b2b2b2;
text-decoration:line-through;
padding-right:2px
}
.rs-item-wrap .mod-desc .vm-price-flag {
font-size:14px;
margin-right:5px
}
.rs-item-wrap .mod-desc .vm-price-text {
color:#e02b41;
padding-right:2px;
font-size:16px
}
.rs-item-wrap .mod-sign {
position:absolute;
top:28px;
left:168px;
height:40px;
width:40px;
border-radius:50%;
color:#fff;
font-size:12px;
line-height:40px;
text-align:center
}
/*推荐商品*/
/*移动端样式隐藏*/
.list .list-filter{
display: none;
} | static/web/css/list.css | body{
background:#f8f8f8;
}
/*面包屑 导航*/
.ml-nav{
color: #999;
height: 40px;
line-height: 40px;
}
.ml-nav a{
color: #999;
}
/*面包屑 导航 E*/
/*分类列表*/
.selector {
border:1px solid #efefef;
background:#FFF;
padding:15px 10px;
margin-bottom:10px;
overflow:hidden
}
.sl-line-wrap {
position:relative;
line-height:46px;
height:auto
}
.sl-line-wrap a {
transition:all .2s
}
.sl-line-wrap .mod-key {
float:left;
width:75px;
padding-left:10px;
white-space:nowrap;
overflow:hidden;
color:#333
}
.sl-line-wrap .mod-value {
margin:0 83px 0 95px;
overflow:hidden;
zoom:1;
background:#fff
}
.sl-line-wrap .mod-ext {
position:absolute;
top:12px;
right:10px;
width:60px;
height:auto;
font-size:12px;
line-height:22px;
overflow:hidden;
zoom:1
}
/*分类列表*/
.selector {
border:1px solid #efefef;
background:#FFF;
padding:15px 10px;
margin-bottom:10px;
overflow:hidden
}
.sl-line-wrap {
position:relative;
line-height:46px;
height:auto
}
.sl-line-wrap a {
transition:all .2s
}
.sl-line-wrap .mod-key {
float:left;
width:75px;
padding-left:10px;
white-space:nowrap;
overflow:hidden;
color:#333
}
.sl-line-wrap .mod-value {
margin:0 83px 0 95px;
overflow:hidden;
zoom:1;
background:#fff
}
.sl-line-wrap .mod-ext {
position:absolute;
top:12px;
right:10px;
width:60px;
height:auto;
font-size:12px;
line-height:22px;
overflow:hidden;
zoom:1
}
.sl-line-wrap .mod-value-list {
overflow:hidden;
zoom:1;
padding-top:6px
}
.sl-line-wrap .mod-value-list ul {
overflow:hidden;
zoom:1;
position:relative;
height:36px;
margin-right:-10px
}
.sl-line-wrap .mod-value-list li {
float:left;
_display:inline;
margin-right:50px;
margin-bottom:6px;
height:34px;
line-height:34px
}
.sl-line-wrap .mod-value-list li a {
float:left;
white-space:nowrap;
zoom:1;
color:#333
}
.sl-line-wrap .mod-value-list li a:hover {
text-decoration:none;
color:#00c3f5
}
/*分类列表 E*/
/*分类导航*/
.filter,.filter-order a,.sl-category .mod-value-list,.sl-prop .mod-value-list {
position:relative;
color:#666;
}
.filter {
margin:30px 0 20px
}
.filter-order {
float:left
}
.filter-order a {
float:left;
width:50px;
height:20px;
margin-right:20px;
line-height:20px
}
.filter-order a i {
display:none;
position:absolute;
top:6px;
right:8px;
width:8px;
height:10px
}
.filter-order a.active,.filter-order a:hover {
transition:all .2s;
color:#00c3f5
}
.filter-order a.active i,.filter-order a:hover i {
-webkit-transition:all .2s;
display:block
}
.rs-item,.rs-item-wrap img {
transition:all .2s ease
}
.filter-order .icon-arrow-down {
background-position:0 -13px
}
.filter-order .icon-arrow-up {
background-position:-23px -13px
}
.filter-condition {
float:right;
line-height:1.5
}
/*分类导航 E*/
/*商品列表*/
.goods-list .col-md-3{
padding: 0 5px;
}
.gl-item {
width:100%;
height:416px;
margin:0 12px 12px 0;
float:left;
position:relative;
background:#fff;
cursor:pointer;
transition:all .3s ease;
}
.gl-item a {
display:block
}
.gl-item:hover {
box-shadow:0 15px 30px rgba(0,0,0,.1)
}
.compare-btn-list {
cursor:pointer;
color:#666;
position:absolute;
margin-top:17px;
margin-left:23px;
display:none;
z-index:2;
display: none;
}
.compare-btn-list:hover{
display:block;
}
.compare-btn-list i {
margin-right:2px;
color:#00c3f5
}
.compare-btn-list:hover {
color:#00c3f5
}
.gl-item .gl-item-wrap {
position:relative;
text-align:center;
padding:20px 30px 0
}
.gl-item .gl-item-wrap .sale-sign {
position:absolute;
top:22px;
right:30px;
z-index:1;
height:40px;
width:40px;
border-radius:50%;
color:#fff;
font-size:12px;
line-height:40px;
text-align:center
}
.gl-item .mod-pic {
position:relative;
width:220px;
height:220px;
margin:0 auto 14px;
text-align:center;
border-radius:0;
border:0
}
.gl-item h2,.gl-item h3 {
margin-bottom:8px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.gl-item .mod-pic img {
width:100%;
height: 100%;
}
.gl-item .mod-pic .picon {
top:0;
right:0
}
.gl-item h2 {
width:100%;
height:21px;
text-align:center;
font-size:14px;
color:#333
}
.gl-item h3 {
font-size:12px;
color:#999
}
.gl-item h3.red {
color:#E02B41
}
.gl-item h3 span {
margin-right:5px;
padding:0 5px;
color:#fff;
background-color:#E02B41
}
.gl-item .mod-price {
position:relative;
overflow:hidden;
padding:0 30px;
margin:0 0 8px;
text-align:center;
color:#E02B41
}
.gl-item .mod-price em {
font-size:14px
}
.gl-item .mod-price .vm-price {
font-size:18px
}
.gl-item .mod-price .vm-coupon {
font-size:12px
}
.gl-item .mod-price .vm-start {
color:#E02B41;
font-size:12px
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
background-color: #efefef;
border-bottom-width: 2px;
border-color: #efefef #efefef #efefef;
color: #00c3f5;
border-width:1px;
border-radius: 4px;
cursor: pointer;
height: 40px;
margin: 0 4px;
overflow: hidden;
width: 40px;
}
.gl-item-wrap .nav-tabs{
height: 42px;
width: 150px;
border:none;
margin-left: 40px;
}
.item-slide {
position:relative;
width:200px;
height:42px;
margin:13px auto 15px;
overflow:hidden
}
.item-slide li a{
border: 1px solid #efefef;
border-radius: 4px;
cursor: pointer;
float: left;
height: 40px;
margin: 0 4px;
overflow: hidden;
width: 40px;
}
.item-slide li.active a,.nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
border-color:#bdbdbd;
}
/*商品列表 E*/
/*推荐商品*/
.recommend-slider {
overflow:hidden;
margin-right:-10px;
border:1px solid #fefefe;
background:#fff;
height:338px
}
.recommend-slider-wrap {
margin-right:-100px
}
.rs-item {
position:relative;
float:left;
height:338px;
width:245.6px;
margin-right:5px
}
.rs-item a:hover{
text-decoration:none;
}
.rs-item-wrap {
display:block;
padding:36px 10px 5px;
text-align:center
}
.rs-item-wrap:hover img {
-webkit-transform-origin:50% 50%;
transform-origin:50% 50%;
-webkit-transform:scale(1.1111);
transform:scale(1.1111)
}
.rs-item-wrap .mod-desc {
margin-top:36px;
text-align:center
}
.rs-item-wrap .mod-desc .vm-title {
font-size:14px;
color:#555757;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.rs-item-wrap .mod-desc .vm-subtitle {
font-size:12px;
color:#999;
margin-top:2px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap
}
.rs-item-wrap .mod-desc .vm-price {
margin-top:8px;
font-size:12px;
color:#e02b41
}
.rs-item-wrap .mod-desc .vm-price-old {
color:#b2b2b2;
text-decoration:line-through;
padding-right:2px
}
.rs-item-wrap .mod-desc .vm-price-flag {
font-size:14px;
margin-right:5px
}
.rs-item-wrap .mod-desc .vm-price-text {
color:#e02b41;
padding-right:2px;
font-size:16px
}
.rs-item-wrap .mod-sign {
position:absolute;
top:28px;
left:168px;
height:40px;
width:40px;
border-radius:50%;
color:#fff;
font-size:12px;
line-height:40px;
text-align:center
}
/*推荐商品*/
/*移动端样式隐藏*/
.list .list-filter{
display: none;
} | 0.17252 | 0.044577 |
@import url(../../timeline/style.css);
@import url(theme-gray.css);
/* main page layout */
html {
background-color: #eee;
}
body {
width: 1024px;
margin: 20px auto;
/*overflow: hidden;*/
}
header h1 {
font-size: 1.5em;
margin: 0;
padding: 0;
}
header p {
margin-top: 0;
padding-top: 0;
/*text-align: right;*/
}
footer {
padding-top: 1em;
}
footer p {
margin: 0;
padding: 0;
text-align: right;
}
/* default slideshow layout */
#slideshow {
position: relative;
width: 100%;
height: 560px;
border-radius : 15px;
-o-border-radius : 15px;
-moz-border-radius : 15px;
-webkit-border-radius : 15px;
box-shadow : 0px 1px 10px #444; /* color */
-o-box-shadow : 0px 1px 10px #444;
-moz-box-shadow : 0px 1px 10px #444;
-webkit-box-shadow : 0px 1px 10px #444;
background-color: white;
}
video {
position: absolute;
top: 20px;
left: 680px;
}
div#images {
position: relative;
top: 20px;
left: 20px;
width: 640px;
height: 480px;
overflow: hidden;
}
div#images img {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
/* alternative slideshow layout */
#swap {
position: absolute;
left: 667px;
top: 266px;
font-size: 22px;
font-weight: bold;
/*color: white;*/
border: none;
border-radius : 5px;
-o-border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
cursor: pointer;
z-index: 1;
width: 24px;
height: 24px;
padding: 0;
margin: 0;
max-width: 24px !important;
max-height: 24px !important;
background-image: url(swap.png);
background-position: center center;
background-repeat: no-repeat;
}
#swap span {
display: none;
}
div#images, video {
transition : all 1s;
-o-transition : all 1s;
-moz-transition : all 1s;
-webkit-transition : all 1s;
z-index: 1;
}
.swapped video {
width: 640px !important;
height: 480px !important;
transform : translate(-660px);
-o-transform : translate(-660px);
-ms-transform : translate(-660px);
-moz-transform : translate(-660px);
-webkit-transform : translate(-660px);
}
.swapped div#images {
width: 320px !important;
height: 240px !important;
transform : translate(+660px);
-o-transform : translate(+660px);
-ms-transform : translate(+660px);
-moz-transform : translate(+660px);
-webkit-transform : translate(+660px);
}
/* Table of Contents */
div.smil-toc {
width: 330px;
height: 250px;
overflow: auto;
position: absolute;
right: 25px;
top: 260px;
}
div.smil-toc ul {
margin: 0;
margin-top: 0.8em;
list-style-type: none;
}
div.smil-toc ul ul {
margin-top: 0;
}
div.smil-toc ul a {
/*color: white !important;*/
text-decoration: none;
}
div.smil-toc ul a:hover {
text-decoration: underline;
}
/* timeline */
.smil-controlBar {
position: absolute;
bottom: 10px;
right: 10px;
width: 1000px;
z-index: 2;
}
.smil-timeline, .smil-timeline a:hover span {
/*width: 810px;*/
}
.smil-timeSegments, .smil-timeCursor {
display: block;
}
.smil-timeSlider {
display: none;
}
/* cross-fade transitions */
.cross-fade div#images img {
opacity: 0;
transition : opacity 1s;
-o-transition : opacity 1s;
-moz-transition : opacity 1s;
-webkit-transition : opacity 1s;
}
/*
.cross-fade div#images img[smil=active],
.cross-fade div#images img:first-child[smil=idle] {
opacity: 1;
z-index: 1;
}
*/
.cross-fade div#images img[smil=active] {
opacity: 1;
z-index: 1;
}
/* slide-in transitions */
.slide-in div#images img {
transition : transform 1s;
-o-transition : -o-transform 1s;
-moz-transition : -moz-transform 1s;
-webkit-transition : -webkit-transform 1s;
}
.slide-in div#images img[smil=idle] {
transform : translate(0, +480px);
-o-transform : translate(0, +480px);
-moz-transform : translate(0, +480px);
-webkit-transform : translate(0, +480px);
}
.slide-in div#images img[smil=done] {
transform : translate(0, -480px);
-o-transform : translate(0, -480px);
-moz-transform : translate(0, -480px);
-webkit-transform : translate(0, -480px);
} | ensLyon/style/layout.css | @import url(../../timeline/style.css);
@import url(theme-gray.css);
/* main page layout */
html {
background-color: #eee;
}
body {
width: 1024px;
margin: 20px auto;
/*overflow: hidden;*/
}
header h1 {
font-size: 1.5em;
margin: 0;
padding: 0;
}
header p {
margin-top: 0;
padding-top: 0;
/*text-align: right;*/
}
footer {
padding-top: 1em;
}
footer p {
margin: 0;
padding: 0;
text-align: right;
}
/* default slideshow layout */
#slideshow {
position: relative;
width: 100%;
height: 560px;
border-radius : 15px;
-o-border-radius : 15px;
-moz-border-radius : 15px;
-webkit-border-radius : 15px;
box-shadow : 0px 1px 10px #444; /* color */
-o-box-shadow : 0px 1px 10px #444;
-moz-box-shadow : 0px 1px 10px #444;
-webkit-box-shadow : 0px 1px 10px #444;
background-color: white;
}
video {
position: absolute;
top: 20px;
left: 680px;
}
div#images {
position: relative;
top: 20px;
left: 20px;
width: 640px;
height: 480px;
overflow: hidden;
}
div#images img {
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
}
/* alternative slideshow layout */
#swap {
position: absolute;
left: 667px;
top: 266px;
font-size: 22px;
font-weight: bold;
/*color: white;*/
border: none;
border-radius : 5px;
-o-border-radius : 5px;
-moz-border-radius : 5px;
-webkit-border-radius : 5px;
cursor: pointer;
z-index: 1;
width: 24px;
height: 24px;
padding: 0;
margin: 0;
max-width: 24px !important;
max-height: 24px !important;
background-image: url(swap.png);
background-position: center center;
background-repeat: no-repeat;
}
#swap span {
display: none;
}
div#images, video {
transition : all 1s;
-o-transition : all 1s;
-moz-transition : all 1s;
-webkit-transition : all 1s;
z-index: 1;
}
.swapped video {
width: 640px !important;
height: 480px !important;
transform : translate(-660px);
-o-transform : translate(-660px);
-ms-transform : translate(-660px);
-moz-transform : translate(-660px);
-webkit-transform : translate(-660px);
}
.swapped div#images {
width: 320px !important;
height: 240px !important;
transform : translate(+660px);
-o-transform : translate(+660px);
-ms-transform : translate(+660px);
-moz-transform : translate(+660px);
-webkit-transform : translate(+660px);
}
/* Table of Contents */
div.smil-toc {
width: 330px;
height: 250px;
overflow: auto;
position: absolute;
right: 25px;
top: 260px;
}
div.smil-toc ul {
margin: 0;
margin-top: 0.8em;
list-style-type: none;
}
div.smil-toc ul ul {
margin-top: 0;
}
div.smil-toc ul a {
/*color: white !important;*/
text-decoration: none;
}
div.smil-toc ul a:hover {
text-decoration: underline;
}
/* timeline */
.smil-controlBar {
position: absolute;
bottom: 10px;
right: 10px;
width: 1000px;
z-index: 2;
}
.smil-timeline, .smil-timeline a:hover span {
/*width: 810px;*/
}
.smil-timeSegments, .smil-timeCursor {
display: block;
}
.smil-timeSlider {
display: none;
}
/* cross-fade transitions */
.cross-fade div#images img {
opacity: 0;
transition : opacity 1s;
-o-transition : opacity 1s;
-moz-transition : opacity 1s;
-webkit-transition : opacity 1s;
}
/*
.cross-fade div#images img[smil=active],
.cross-fade div#images img:first-child[smil=idle] {
opacity: 1;
z-index: 1;
}
*/
.cross-fade div#images img[smil=active] {
opacity: 1;
z-index: 1;
}
/* slide-in transitions */
.slide-in div#images img {
transition : transform 1s;
-o-transition : -o-transform 1s;
-moz-transition : -moz-transform 1s;
-webkit-transition : -webkit-transform 1s;
}
.slide-in div#images img[smil=idle] {
transform : translate(0, +480px);
-o-transform : translate(0, +480px);
-moz-transform : translate(0, +480px);
-webkit-transform : translate(0, +480px);
}
.slide-in div#images img[smil=done] {
transform : translate(0, -480px);
-o-transform : translate(0, -480px);
-moz-transform : translate(0, -480px);
-webkit-transform : translate(0, -480px);
} | 0.295942 | 0.065545 |
.__visly_scope_VwNHqxyyTR_EShhKqSiHB {
width: 100%;
max-width: 1280px;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_5xuTSehGki {
width: 100%;
max-width: 999px;
flex-direction: column;
flex-wrap: nowrap;
align-items: stretch;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
padding: 0;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_S2bhe8BS6y {
color: #623b2a;
text-align: center;
white-space: normal;
font-family: Filson Pro;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 48px;
flex-shrink: 1;
display: block;
overflow: visible;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_R8m6dsU8Qu {
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: center;
overflow: visible;
padding: 40px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_DUtcPCxYVN {
flex-direction: column;
flex-wrap: nowrap;
align-items: stretch;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_C9ydbVQ2rK,
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_LmccNjQnKs {
width: 100%;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
padding: 0;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_ATetp6636S {
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
display: none;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_9NLaSWxu1C {
width: 50px;
height: 50px;
display: block;
background-size: cover;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noMaxWidth.__visly_state_none {
max-width: 9999px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noMaxWidth.__visly_state_none
.__visly_scope_VwNHqxyyTR_5xuTSehGki {
max-width: 9999px;
align-items: center;
padding: 0 0 40px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noMaxWidth.__visly_state_none
.__visly_scope_VwNHqxyyTR_DUtcPCxYVN {
width: 100%;
max-width: 1280px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_padded.__visly_state_none
.__visly_scope_VwNHqxyyTR_5xuTSehGki {
max-width: 1047px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_R8m6dsU8Qu {
display: none;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_ATetp6636S {
width: 100%;
align-items: center;
justify-content: center;
display: flex;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_9NLaSWxu1C {
width: 136px;
height: 136px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_5xuTSehGki {
max-width: 9999px;
padding: 0;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_R8m6dsU8Qu {
display: none;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_DUtcPCxYVN {
padding: 0;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_C9ydbVQ2rK,
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_LmccNjQnKs,
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withLargeImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_R8m6dsU8Qu {
display: none;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withLargeImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_ATetp6636S {
width: 100%;
justify-content: center;
display: flex;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withLargeImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_9NLaSWxu1C {
width: 380px;
height: 210px;
transform: translateY(-1px);
} | src/visly/Pages/HbSection.css | .__visly_scope_VwNHqxyyTR_EShhKqSiHB {
width: 100%;
max-width: 1280px;
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_5xuTSehGki {
width: 100%;
max-width: 999px;
flex-direction: column;
flex-wrap: nowrap;
align-items: stretch;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
padding: 0;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_S2bhe8BS6y {
color: #623b2a;
text-align: center;
white-space: normal;
font-family: Filson Pro;
font-style: normal;
font-weight: 700;
font-size: 32px;
line-height: 48px;
flex-shrink: 1;
display: block;
overflow: visible;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_R8m6dsU8Qu {
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: center;
overflow: visible;
padding: 40px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_DUtcPCxYVN {
flex-direction: column;
flex-wrap: nowrap;
align-items: stretch;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_C9ydbVQ2rK,
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_LmccNjQnKs {
width: 100%;
flex-direction: row;
flex-wrap: nowrap;
align-items: stretch;
align-content: flex-start;
justify-content: flex-start;
overflow: visible;
padding: 0;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_ATetp6636S {
flex-direction: column;
flex-wrap: nowrap;
align-items: center;
align-content: flex-start;
justify-content: flex-start;
display: none;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB .__visly_scope_VwNHqxyyTR_9NLaSWxu1C {
width: 50px;
height: 50px;
display: block;
background-size: cover;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noMaxWidth.__visly_state_none {
max-width: 9999px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noMaxWidth.__visly_state_none
.__visly_scope_VwNHqxyyTR_5xuTSehGki {
max-width: 9999px;
align-items: center;
padding: 0 0 40px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noMaxWidth.__visly_state_none
.__visly_scope_VwNHqxyyTR_DUtcPCxYVN {
width: 100%;
max-width: 1280px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_padded.__visly_state_none
.__visly_scope_VwNHqxyyTR_5xuTSehGki {
max-width: 1047px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_R8m6dsU8Qu {
display: none;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_ATetp6636S {
width: 100%;
align-items: center;
justify-content: center;
display: flex;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_9NLaSWxu1C {
width: 136px;
height: 136px;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_5xuTSehGki {
max-width: 9999px;
padding: 0;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_R8m6dsU8Qu {
display: none;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_DUtcPCxYVN {
padding: 0;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_C9ydbVQ2rK,
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_noHeadNoPadding.__visly_state_none
.__visly_scope_VwNHqxyyTR_LmccNjQnKs,
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withLargeImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_R8m6dsU8Qu {
display: none;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withLargeImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_ATetp6636S {
width: 100%;
justify-content: center;
display: flex;
}
.__visly_scope_VwNHqxyyTR_EShhKqSiHB.__visly_withLargeImage.__visly_state_none
.__visly_scope_VwNHqxyyTR_9NLaSWxu1C {
width: 380px;
height: 210px;
transform: translateY(-1px);
} | 0.459319 | 0.051893 |
.user-image-profile {
margin-bottom: 20px;
border-radius: 50%;
}
.user-profile-btn {
cursor: default !important;
height: 50px;
width: 50px;
border-radius: 50%;
margin-top: 10px;
background-color: rgb(228, 227, 227);
}
.exhaustion-level {
background-color: black;
}
.exhaustion-level-title {
text-align: center;
margin-bottom: 40px;
}
.exhaustion-level progress {
margin: 80px;
}
.user-level {
text-align: center;
margin-top: 30px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
}
.user-tier-info {
display: flex;
justify-content: center;
align-items: center;
}
.energy-title {
display: inline-block;
background: #ffffff;
text-align: center;
color: rgb(161, 161, 161);
font-size: 15px;
margin-top: 20px;
}
.energy-level {
font-size: 40px;
color: #42bffb;
margin-right: 25px;
}
/* */
* {
margin: 0;
border: 0;
}
.calendar {
max-width: 1260px;
min-width: 100px;
height: 80px;
box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2), 0px 3px 7px rgba(0, 0, 0, 0.1);
border-radius: 8px;
margin: 10px;
margin-top: 35px;
}
.wrap {
overflow-x: hidden;
overflow-y: scroll;
height: 75%;
border-radius: 8px;
}
.outer {
padding-bottom: 30px;
}
thead {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
z-index: 2;
background: white;
border-bottom: 2px solid #ddd;
}
th {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
thead th {
text-align: center;
width: 100%;
font-size: 1rem;
font-weight: bold;
color: rgba(0, 0, 0, 0.9);
}
tbody {
position: relative;
top: 100px;
}
table {
background: #fff;
width: 100%;
height: 100%;
border-collapse: collapse;
table-layout: fixed;
}
tr,
tr td {
height: 80px;
}
td {
text-align: center;
}
tr:nth-child(odd) td:not(.headcol) {
border-bottom: 1px solid #e8e8e8;
}
tr td {
border-right: 1px solid #eee;
padding: 0;
white-space: none;
word-wrap: nowrap;
}
/* Quiz Button */
.color .blue {
background: #6698cb;
}
.btn-container,
.container {
background-color: white;
border-radius: 10px;
text-align: center;
margin-bottom: 40px;
height: 100px;
}
.btn.blue {
box-shadow: 0px 4px #74a3b0;
}
.btn.blue:active {
box-shadow: 0 0 #74a3b0;
background-color: #709ca8;
}
.btn-gradient {
text-decoration: none;
color: rgb(255, 255, 255);
padding: 10px 30px;
display: inline-block;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.21);
border-bottom: 4px solid rgba(0, 0, 0, 0.21);
border-radius: 15px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
height: 125px;
}
.btn-gradient.blue {
background: rgba(102, 152, 203, 1);
background: -moz-linear-gradient(
top,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
background: -webkit-gradient(
left top,
left bottom,
color-stop(0%, rgba(102, 152, 203, 1)),
color-stop(100%, rgba(92, 138, 184, 1))
);
background: -webkit-linear-gradient(
top,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
background: -o-linear-gradient(
top,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
background: -ms-linear-gradient(
top,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
background: linear-gradient(
to bottom,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6698cb', endColorstr='#5c8ab8', GradientType=0 );
}
.btn-gradient.blue:active {
background: #608fbf;
}
/* Todo list */
/* Remove margins and padding from the list */
ul {
margin: 0;
padding: 0;
}
/* Style the list items */
ul li {
cursor: pointer;
position: relative;
padding: 12px 8px 12px 40px;
font-size: 18px;
transition: 0.2s;
/* make the list items unselectable */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Set all odd list items to a different color (zebra-stripes) */
ul li:nth-child(odd) {
background: #f9f9f9;
}
/* Darker background-color on hover */
ul li:hover {
background: #bcdafd;
}
/* When clicked on, add a background color and strike out text */
ul li.checked {
background: #888;
color: #fff;
text-decoration: line-through;
}
/* Add a "checked" mark when clicked on */
ul li.checked::before {
content: '';
position: absolute;
border-color: #fff;
border-style: solid;
border-width: 0 2px 2px 0;
top: 10px;
left: 16px;
transform: rotate(45deg);
height: 15px;
width: 7px;
}
/* Style the close button */
.close {
position: absolute;
right: 0;
top: 0;
padding: 12px 16px 12px 16px;
}
.close:hover {
background-color: #f44336;
color: white;
}
/* Style the header */
.header {
color: rgb(0, 0, 0);
text-align: center;
}
/* Clear floats after the header */
.header:after {
content: '';
display: table;
clear: both;
}
/* Style the input */
input {
margin: 0;
border: thin solid black;
border-radius: 0;
width: 75%;
padding: 10px;
float: left;
font-size: 16px;
}
/* Style the "Add" button */
.addBtn {
padding: 10px;
width: 25%;
background: #d9d9d9;
color: #555;
float: left;
text-align: center;
font-size: 16px;
cursor: pointer;
transition: 0.3s;
border-radius: 0;
}
.addBtn:hover {
background-color: #bbb;
} | client/src/components/UserProfile/UserProfile.css | .user-image-profile {
margin-bottom: 20px;
border-radius: 50%;
}
.user-profile-btn {
cursor: default !important;
height: 50px;
width: 50px;
border-radius: 50%;
margin-top: 10px;
background-color: rgb(228, 227, 227);
}
.exhaustion-level {
background-color: black;
}
.exhaustion-level-title {
text-align: center;
margin-bottom: 40px;
}
.exhaustion-level progress {
margin: 80px;
}
.user-level {
text-align: center;
margin-top: 30px;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande',
'Lucida Sans', Arial, sans-serif;
}
.user-tier-info {
display: flex;
justify-content: center;
align-items: center;
}
.energy-title {
display: inline-block;
background: #ffffff;
text-align: center;
color: rgb(161, 161, 161);
font-size: 15px;
margin-top: 20px;
}
.energy-level {
font-size: 40px;
color: #42bffb;
margin-right: 25px;
}
/* */
* {
margin: 0;
border: 0;
}
.calendar {
max-width: 1260px;
min-width: 100px;
height: 80px;
box-shadow: 0px 30px 50px rgba(0, 0, 0, 0.2), 0px 3px 7px rgba(0, 0, 0, 0.1);
border-radius: 8px;
margin: 10px;
margin-top: 35px;
}
.wrap {
overflow-x: hidden;
overflow-y: scroll;
height: 75%;
border-radius: 8px;
}
.outer {
padding-bottom: 30px;
}
thead {
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
z-index: 2;
background: white;
border-bottom: 2px solid #ddd;
}
th {
border-right: 1px solid #eee;
border-bottom: 1px solid #eee;
}
thead th {
text-align: center;
width: 100%;
font-size: 1rem;
font-weight: bold;
color: rgba(0, 0, 0, 0.9);
}
tbody {
position: relative;
top: 100px;
}
table {
background: #fff;
width: 100%;
height: 100%;
border-collapse: collapse;
table-layout: fixed;
}
tr,
tr td {
height: 80px;
}
td {
text-align: center;
}
tr:nth-child(odd) td:not(.headcol) {
border-bottom: 1px solid #e8e8e8;
}
tr td {
border-right: 1px solid #eee;
padding: 0;
white-space: none;
word-wrap: nowrap;
}
/* Quiz Button */
.color .blue {
background: #6698cb;
}
.btn-container,
.container {
background-color: white;
border-radius: 10px;
text-align: center;
margin-bottom: 40px;
height: 100px;
}
.btn.blue {
box-shadow: 0px 4px #74a3b0;
}
.btn.blue:active {
box-shadow: 0 0 #74a3b0;
background-color: #709ca8;
}
.btn-gradient {
text-decoration: none;
color: rgb(255, 255, 255);
padding: 10px 30px;
display: inline-block;
position: relative;
border: 1px solid rgba(0, 0, 0, 0.21);
border-bottom: 4px solid rgba(0, 0, 0, 0.21);
border-radius: 15px;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
height: 125px;
}
.btn-gradient.blue {
background: rgba(102, 152, 203, 1);
background: -moz-linear-gradient(
top,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
background: -webkit-gradient(
left top,
left bottom,
color-stop(0%, rgba(102, 152, 203, 1)),
color-stop(100%, rgba(92, 138, 184, 1))
);
background: -webkit-linear-gradient(
top,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
background: -o-linear-gradient(
top,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
background: -ms-linear-gradient(
top,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
background: linear-gradient(
to bottom,
rgba(102, 152, 203, 1) 0%,
rgba(92, 138, 184, 1) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6698cb', endColorstr='#5c8ab8', GradientType=0 );
}
.btn-gradient.blue:active {
background: #608fbf;
}
/* Todo list */
/* Remove margins and padding from the list */
ul {
margin: 0;
padding: 0;
}
/* Style the list items */
ul li {
cursor: pointer;
position: relative;
padding: 12px 8px 12px 40px;
font-size: 18px;
transition: 0.2s;
/* make the list items unselectable */
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
/* Set all odd list items to a different color (zebra-stripes) */
ul li:nth-child(odd) {
background: #f9f9f9;
}
/* Darker background-color on hover */
ul li:hover {
background: #bcdafd;
}
/* When clicked on, add a background color and strike out text */
ul li.checked {
background: #888;
color: #fff;
text-decoration: line-through;
}
/* Add a "checked" mark when clicked on */
ul li.checked::before {
content: '';
position: absolute;
border-color: #fff;
border-style: solid;
border-width: 0 2px 2px 0;
top: 10px;
left: 16px;
transform: rotate(45deg);
height: 15px;
width: 7px;
}
/* Style the close button */
.close {
position: absolute;
right: 0;
top: 0;
padding: 12px 16px 12px 16px;
}
.close:hover {
background-color: #f44336;
color: white;
}
/* Style the header */
.header {
color: rgb(0, 0, 0);
text-align: center;
}
/* Clear floats after the header */
.header:after {
content: '';
display: table;
clear: both;
}
/* Style the input */
input {
margin: 0;
border: thin solid black;
border-radius: 0;
width: 75%;
padding: 10px;
float: left;
font-size: 16px;
}
/* Style the "Add" button */
.addBtn {
padding: 10px;
width: 25%;
background: #d9d9d9;
color: #555;
float: left;
text-align: center;
font-size: 16px;
cursor: pointer;
transition: 0.3s;
border-radius: 0;
}
.addBtn:hover {
background-color: #bbb;
} | 0.36727 | 0.090253 |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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: .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 {
-moz-box-sizing: content-box;
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"] {
-webkit-appearance: button;
cursor: pointer
}
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"] {
-moz-box-sizing: border-box;
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"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
box-sizing: content-box
}
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: .35em .625em .75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: bold
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
body.ms-windows {
font-family: Arial, sans-serif
}
body.ar,
body.ur,
body.fa {
font-family: Tahoma, Arial, sans-serif
}
body.ja {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ï¼ï¼³ Pゴシック", "MS PGothic", sans-serif
}
body {
background: #fff;
color: #14171a;
font-size: 14px;
line-height: 18px;
overflow-y: scroll
}
a {
color: #1b95e0;
text-decoration: none
}
a:hover,
a:focus,
a:active {
text-decoration: underline
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
margin: 0
}
button {
background: transparent;
border: 0;
padding: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
fieldset {
border: 0;
margin: 0;
padding: 0
}
iframe {
border: 0
}
ol,
ul {
margin: 0;
list-style: none;
padding: 0
}
li {
text-align: inherit
}
[tabindex="-1"]:focus {
outline: none!important
}
a:focus {
outline: 0
}
a:focus>img:first-child:last-child {
outline: 1px dotted #666;
outline: auto 5px -webkit-focus-ring-color
}
a.hide-focus {
text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-rendering: optimizeLegibility
}
h1 {
font-size: 24px;
line-height: .8
}
h2 {
color: #66757f;
font-size: 22px;
font-weight: 300;
line-height: 22px
}
h2 small {
color: #999;
font-size: 12px;
font-weight: normal
}
h3 {
color: #66757f;
font-size: 20px;
font-weight: 300;
line-height: 22px
}
h4 {
font-size: 12px;
line-height: 18px
}
h5,
h6 {
font-size: 10px
}
small {
font-size: 12px
}
ol {
list-style: decimal;
margin-left: 20px
}
hr {
border: 0;
border-top: 1px solid #eee;
height: 0;
margin: 14px 0 0;
padding: 0
}
.u-after1of12 {
margin-right: 8.333333333333332%!important
}
.u-after1of10 {
margin-right: 10%!important
}
.u-after1of8 {
margin-right: 12.5%!important
}
.u-after1of6,
.u-after2of12 {
margin-right: 16.666666666666664%!important
}
.u-after1of5,
.u-after2of10 {
margin-right: 20%!important
}
.u-after1of4,
.u-after2of8,
.u-after3of12 {
margin-right: 25%!important
}
.u-after3of10 {
margin-right: 30%!important
}
.u-after1of3,
.u-after2of6,
.u-after4of12 {
margin-right: 33.33333333333333%!important
}
.u-after3of8 {
margin-right: 37.5%!important
}
.u-after2of5,
.u-after4of10 {
margin-right: 40%!important
}
.u-after5of12 {
margin-right: 41.66666666666667%!important
}
.u-after1of2,
.u-after2of4,
.u-after3of6,
.u-after4of8,
.u-after5of10,
.u-after6of12 {
margin-right: 50%!important
}
.u-after7of12 {
margin-right: 58.333333333333336%!important
}
.u-after3of5,
.u-after6of10 {
margin-right: 60%!important
}
.u-after5of8 {
margin-right: 62.5%!important
}
.u-after2of3,
.u-after4of6,
.u-after8of12 {
margin-right: 66.66666666666666%!important
}
.u-after7of10 {
margin-right: 70%!important
}
.u-after3of4,
.u-after6of8,
.u-after9of12 {
margin-right: 75%!important
}
.u-after4of5,
.u-after8of10 {
margin-right: 80%!important
}
.u-after5of6,
.u-after10of12 {
margin-right: 83.33333333333334%!important
}
.u-after7of8 {
margin-right: 87.5%!important
}
.u-after9of10 {
margin-right: 90%!important
}
.u-after11of12 {
margin-right: 91.66666666666666%!important
}
.u-alignTop {
vertical-align: top!important
}
.u-alignMiddle {
vertical-align: middle!important
}
.u-alignBaseline {
vertical-align: baseline!important
}
.u-alignBottom {
vertical-align: bottom!important
}
.u-before1of12 {
margin-left: 8.333333333333332%!important
}
.u-before1of10 {
margin-left: 10%!important
}
.u-before1of8 {
margin-left: 12.5%!important
}
.u-before1of6,
.u-before2of12 {
margin-left: 16.666666666666664%!important
}
.u-before1of5,
.u-before2of10 {
margin-left: 20%!important
}
.u-before1of4,
.u-before2of8,
.u-before3of12 {
margin-left: 25%!important
}
.u-before3of10 {
margin-left: 30%!important
}
.u-before1of3,
.u-before2of6,
.u-before4of12 {
margin-left: 33.33333333333333%!important
}
.u-before3of8 {
margin-left: 37.5%!important
}
.u-before2of5,
.u-before4of10 {
margin-left: 40%!important
}
.u-before5of12 {
margin-left: 41.66666666666667%!important
}
.u-before1of2,
.u-before2of4,
.u-before3of6,
.u-before4of8,
.u-before5of10,
.u-before6of12 {
margin-left: 50%!important
}
.u-before7of12 {
margin-left: 58.333333333333336%!important
}
.u-before3of5,
.u-before6of10 {
margin-left: 60%!important
}
.u-before5of8 {
margin-left: 62.5%!important
}
.u-before2of3,
.u-before4of6,
.u-before8of12 {
margin-left: 66.66666666666666%!important
}
.u-before7of10 {
margin-left: 70%!important
}
.u-before3of4,
.u-before6of8,
.u-before9of12 {
margin-left: 75%!important
}
.u-before4of5,
.u-before8of10 {
margin-left: 80%!important
}
.u-before5of6,
.u-before10of12 {
margin-left: 83.33333333333334%!important
}
.u-before7of8 {
margin-left: 87.5%!important
}
.u-before9of10 {
margin-left: 90%!important
}
.u-before11of12 {
margin-left: 91.66666666666666%!important
}
.u-chromeOverflowFix {
transform: translateZ(0)
}
.ms-windows .u-chromeOverflowFix {
-ms-transform: none!important;
transform: none!important
}
.u-borderRadiusInherit {
border-radius: inherit!important
}
.u-block {
display: block!important
}
.u-hidden,
.u-emptyHide:empty {
display: none!important
}
.u-hiddenVisually {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px)!important;
font-size: 1px!important;
height: 1px!important;
overflow: hidden!important;
padding: 0!important;
position: absolute!important;
width: 1px!important
}
.u-inline {
display: inline!important
}
.u-inlineBlock {
display: inline-block!important;
max-width: 100%
}
.u-table {
display: table!important
}
.u-tableCell {
display: table-cell!important
}
.u-tableRow {
display: table-row!important
}
.u-flexColumn {
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.u-flexRow {
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.u-flexGrow {
-moz-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.u-dir[dir="rtl"] {
direction: rtl!important;
text-align: right!important;
unicode-bidi: embed
}
.u-dir[dir="ltr"] {
direction: ltr!important;
text-align: left!important;
unicode-bidi: embed
}
.u-cf:before,
.u-cf:after {
content: " ";
display: table
}
.u-cf:after {
clear: both
}
.u-nbfc {
overflow: hidden!important
}
.u-nbfcAlt {
display: table-cell!important;
width: 10000px!important
}
.u-floatLeft {
float: left!important
}
.u-floatRight {
float: right!important
}
/*! suit-utils-link v0.2.0 | MIT License | github.com/suitcss */
.u-linkClean,
.u-linkClean:hover,
.u-linkClean:focus,
.u-linkClean:active {
text-decoration: none!important
}
.u-linkComplex,
.u-linkComplex:hover,
.u-linkComplex:focus,
.u-linkComplex:active {
text-decoration: none!important
}
.u-linkComplex:hover .u-linkComplex-target,
.u-linkComplex:focus .u-linkComplex-target,
.u-linkComplex:active .u-linkComplex-target {
text-decoration: underline!important
}
.u-linkBlock,
.u-linkBlock:hover,
.u-linkBlock:focus,
.u-linkBlock:active {
display: block!important;
text-decoration: none!important
}
.u-noTransitions {
transition: none!important;
transition-property: none!important;
animation-duration: 0s!important;
-ms-transform: none!important;
transform: none!important
}
.u-posAbsolute {
position: absolute!important
}
.u-posAbsoluteCenter {
bottom: 0!important;
left: 0!important;
margin: auto!important;
position: absolute!important;
right: 0!important;
top: 0!important
}
.u-posFixed {
position: fixed!important;
backface-visibility: hidden
}
.u-posRelative {
position: relative!important
}
.u-posStatic {
position: static!important
}
.u-scrollY {
overflow-y: scroll!important
}
.u-boxShadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25)
}
.u-sizeFit,
.u-sizeFitAlt {
display: block!important;
float: left!important;
width: auto!important
}
.u-sizeFitAlt {
float: right!important
}
.u-sizeFill {
display: block!important;
overflow: hidden!important;
width: auto!important
}
.u-sizeFillAlt {
display: table-cell!important;
max-width: 100%!important;
width: 10000px!important
}
.u-sizeFull {
-moz-box-sizing: border-box!important;
box-sizing: border-box!important;
display: block!important;
width: 100%!important
}
.u-size1of12 {
width: 8.333333333333332%!important
}
.u-size1of10 {
width: 10%!important
}
.u-size1of8 {
width: 12.5%!important
}
.u-size1of6,
.u-size2of12 {
width: 16.666666666666664%!important
}
.u-size1of5,
.u-size2of10 {
width: 20%!important
}
.u-size1of4,
.u-size2of8,
.u-size3of12 {
width: 25%!important
}
.u-size3of10 {
width: 30%!important
}
.u-size1of3,
.u-size2of6,
.u-size4of12 {
width: 33.33333333333333%!important
}
.u-size3of8 {
width: 37.5%!important
}
.u-size2of5,
.u-size4of10 {
width: 40%!important
}
.u-size5of12 {
width: 41.66666666666667%!important
}
.u-size1of2,
.u-size2of4,
.u-size3of6,
.u-size4of8,
.u-size5of10,
.u-size6of12 {
width: 50%!important
}
.u-size7of12 {
width: 58.333333333333336%!important
}
.u-size3of5,
.u-size6of10 {
width: 60%!important
}
.u-size5of8 {
width: 62.5%!important
}
.u-size2of3,
.u-size4of6,
.u-size8of12 {
width: 66.66666666666666%!important
}
.u-size7of10 {
width: 70%!important
}
.u-size3of4,
.u-size6of8,
.u-size9of12 {
width: 75%!important
}
.u-size4of5,
.u-size8of10 {
width: 80%!important
}
.u-size5of6,
.u-size10of12 {
width: 83.33333333333334%!important
}
.u-size7of8 {
width: 87.5%!important
}
.u-size9of10 {
width: 90%!important
}
.u-size11of12 {
width: 91.66666666666666%!important
}
@media screen and (min-width: 1236px) {
.u-lg-sizeFit,
.u-lg-sizeFitAlt {
display: block!important;
float: left!important;
width: auto!important
}
.u-lg-sizeFitAlt {
float: right!important
}
.u-lg-sizeFill {
display: block!important;
overflow: hidden!important;
width: auto!important
}
.u-lg-sizeFillAlt {
display: table-cell!important;
max-width: 100%!important;
width: 10000px!important
}
.u-lg-sizeFull {
-moz-box-sizing: border-box!important;
box-sizing: border-box!important;
display: block!important;
width: 100%!important
}
.u-lg-size1of12 {
width: 8.333333333333332%!important
}
.u-lg-size1of10 {
width: 10%!important
}
.u-lg-size1of8 {
width: 12.5%!important
}
.u-lg-size1of6,
.u-lg-size2of12 {
width: 16.666666666666664%!important
}
.u-lg-size1of5,
.u-lg-size2of10 {
width: 20%!important
}
.u-lg-size1of4,
.u-lg-size2of8,
.u-lg-size3of12 {
width: 25%!important
}
.u-lg-size3of10 {
width: 30%!important
}
.u-lg-size1of3,
.u-lg-size2of6,
.u-lg-size4of12 {
width: 33.33333333333333%!important
}
.u-lg-size3of8 {
width: 37.5%!important
}
.u-lg-size2of5,
.u-lg-size4of10 {
width: 40%!important
}
.u-lg-size5of12 {
width: 41.66666666666667%!important
}
.u-lg-size1of2,
.u-lg-size2of4,
.u-lg-size3of6,
.u-lg-size4of8,
.u-lg-size5of10,
.u-lg-size6of12 {
width: 50%!important
}
.u-lg-size7of12 {
width: 58.333333333333336%!important
}
.u-lg-size3of5,
.u-lg-size6of10 {
width: 60%!important
}
.u-lg-size5of8 {
width: 62.5%!important
}
.u-lg-size2of3,
.u-lg-size4of6,
.u-lg-size8of12 {
width: 66.66666666666666%!important
}
.u-lg-size7of10 {
width: 70%!important
}
.u-lg-size3of4,
.u-lg-size6of8,
.u-lg-size9of12 {
width: 75%!important
}
.u-lg-size4of5,
.u-lg-size8of10 {
width: 80%!important
}
.u-lg-size5of6,
.u-lg-size10of12 {
width: 83.33333333333334%!important
}
.u-lg-size7of8 {
width: 87.5%!important
}
.u-lg-size9of10 {
width: 90%!important
}
.u-lg-size11of12 {
width: 91.66666666666666%!important
}
}
.u-mb10 {
margin-bottom: 10px!important
}
.u-mb50 {
margin-bottom: 50px!important
}
.u-textBreak {
word-wrap: break-word!important
}
.u-textCenter {
text-align: center!important
}
.u-textLeft {
text-align: left!important
}
.u-textRight {
text-align: right!important
}
.u-textInheritColor {
color: inherit!important
}
.u-textNoWrap {
white-space: nowrap!important
}
.u-textTruncate {
max-width: 100%;
overflow: hidden!important;
text-overflow: ellipsis!important;
white-space: nowrap!important;
word-wrap: normal!important
}
.u-textUppercase {
text-transform: uppercase!important
}
@font-face {
font-family: "rosettaicons";
src: url("../../font/rosetta-icons-Regular.eot");
src: url("../../font/rosetta-icons-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/rosetta-icons-Regular.woff") format("woff"), url("../../font/rosetta-icons-Regular.ttf") format("truetype");
font-style: normal;
font-weight: normal
}
.Icon {
background: transparent;
display: inline-block;
font-style: normal;
vertical-align: baseline;
position: relative
}
.Icon:after,
.Icon:before {
display: block;
font-family: "rosettaicons";
font-weight: normal;
font-style: normal;
text-align: center;
-webkit-font-smoothing: antialiased
}
.Icon--smallest {
font-size: 12px;
line-height: 12px
}
.Icon--small {
font-size: 16px;
line-height: 15px
}
.Icon--medium {
font-size: 18px;
line-height: 18px
}
.Icon--large {
font-size: 21px;
line-height: 1
}
.Icon--extraLarge {
font-size: 32px;
line-height: 1
}
.Icon--add:before {
content: "\f183"
}
.Icon--addLight:before {
content: "\f198"
}
.Icon--analytics:before {
content: "\f200"
}
.Icon--arrowDown:before {
content: "\f174"
}
.Icon--arrowUp:before {
content: "\f188"
}
.Icon--atSymbol:before {
content: "\f050"
}
.Icon--attachFile:before {
content: "\f088"
}
.Icon--audioBadge:before {
content: "\f311"
}
.Icon--audioMuted:before {
content: "\f306"
}
.Icon--audioUnmuted:before {
content: "\f305"
}
.Icon--balloon:before {
content: "\f092"
}
.Icon--bird:before {
content: "\f179"
}
.Icon--calendar:before {
content: "\f203"
}
.Icon--camera:before {
content: "\f027"
}
.Icon--cameraPlus:before {
content: "\f111"
}
.Icon--cameraVideo:before {
content: "\f030"
}
.Icon--cards:before {
content: "\f402"
}
.Icon--caretDown:before {
content: "\f181"
}
.Icon--caretDownLight:before {
/*content: "\f196"*/
}
.Icon--caretLeft:before {
content: "\f172"
}
.Icon--caretLeftLight:before {
content: "\f193"
}
.Icon--caretRight:before {
content: "\f173"
}
.Icon--caretRightLight:before {
content: "\f194"
}
.Icon--caretUp:before {
content: "\f181";
-ms-transform: scaleY(-1);
transform: scaleY(-1)
}
.Icon--caretUpLight:before {
content: "\f195"
}
.Icon--cart:before {
content: "\f095"
}
.Icon--check:before {
content: "\f170"
}
.Icon--checkLight:before {
content: "\f197"
}
.Icon--chevronDown:before {
content: "\f202"
}
.Icon--chevronUp:before {
content: "\f201"
}
.Icon--circleActiveAnalytics:before {
content: "\f516"
}
.Icon--circleActiveBird:before {
content: "\f520"
}
.Icon--circleActiveDm:before {
content: "\f517"
}
.Icon--circleActiveHeart:before {
content: "\f514"
}
.Icon--circleActiveList:before {
content: "\f518"
}
.Icon--circleActiveMe:before {
content: "\f519"
}
.Icon--circleActiveMore:before {
content: "\f515"
}
.Icon--circleActiveRetweet:before {
content: "\f512"
}
.Icon--circleActiveStar:before {
content: "\f513"
}
.Icon--circleError:before {
content: "\f042"
}
.Icon--circleMe:before {
content: "\f519"
}
.Icon--circleReply:before {
content: "\f511"
}
.Icon--clock:before {
content: "\f177"
}
.Icon--close:before {
/*content: "\f045"*/
}
.Icon--cog:before {
content: "\f059"
}
.Icon--cogWithCaret:before {
content: "\f124"
}
.Icon--collapseTweets:before {
content: "\f051"
}
.Icon--collections:before {
content: "\f008"
}
.Icon--conversation:before {
content: "\f157"
}
.Icon--cover:before {
content: "\f163"
}
.Icon--createMoment:before {
content: "\f162"
}
.Icon--creditCard:before {
content: "\f401"
}
.Icon--crop:before {
content: "\f190"
}
.Icon--cvv:before {
content: "\f402"
}
.Icon--delete:before {
content: "\f154"
}
.Icon--deskBell:before {
content: "\f090"
}
.Icon--desktop:before {
content: "\f087"
}
.Icon--device:before {
content: "\f085"
}
.Icon--discover:before {
content: "\f052"
}
.Icon--dm:before {
content: "\f054"
}
.Icon--dmCompose:before {
content: "\f035"
}
.Icon--dots:before {
content: "\f150"
}
.Icon--dotsVertical:before {
content: "\f149"
}
.Icon--download:before {
content: "\f185"
}
.Icon--editPencil:before {
content: "\f112"
}
.Icon--envelope:before {
content: "\f187"
}
.Icon--fail:before {
content: "\f000"
}
.Icon--filter:before {
content: "\f138"
}
.Icon--follow:before {
/*content: "\f175"*/
}
.Icon--follower:before {
content: "\f002"
}
.Icon--following:before {
content: "\f176"
}
.Icon--geo:before {
content: "\f031"
}
.Icon--geoBadge:before {
content: "\f010"
}
.Icon--gif:before {
content: "\f028"
}
.Icon--gifBadge:before {
content: "\f309"
}
.Icon--grid:before {
content: "\f046"
}
.Icon--handset:before {
content: "\f091"
}
.Icon--heart:before {
content: "\f148"
}
.Icon--heartBadge:before {
content: "\f015"
}
.Icon--home:before {
content: "\f053"
}
.Icon--horizontalBarChart:before {
content: "\f048"
}
.Icon--lifeline:before {
content: "\f026"
}
.Icon--lifelineBadge:before {
content: "\f000"
}
.Icon--lightning:before {
content: "\f160"
}
.Icon--lightningBadge:before {
content: "\f017"
}
.Icon--list:before {
content: "\f094"
}
.Icon--listBadge:before {
content: "\f012"
}
.Icon--logo:before {
/*content: "\f179"*/
}
.Icon--magicrecs:before {
content: "\f014"
}
.Icon--markAllRead:before {
content: "\f036"
}
.Icon--me:before {
content: "\f056"
}
.Icon--media:before {
content: "\f159"
}
.Icon--mediaCollapse:before {
content: "\f335"
}
.Icon--mediaDocking:before {
content: "\f336"
}
.Icon--mediaExpand:before {
content: "\f334"
}
.Icon--menu:before {
content: "\f093"
}
.Icon--message:before {
content: "\f054"
}
.Icon--moderator:before {
content: "\f089"
}
.Icon--muted:before {
content: "\f101"
}
.Icon--newsBadge:before {
content: "\f009"
}
.Icon--notifications:before {
content: "\f055"
}
.Icon--notificationsDisabled:before {
content: "\f037"
}
.Icon--pause:before {
content: "\f302"
}
.Icon--periscopeBadge:before {
content: "\f320"
}
.Icon--person:before {
content: "\f056"
}
.Icon--photo:before {
content: "\f158"
}
.Icon--pinned:before {
content: "\f003"
}
.Icon--play:before {
content: "\f301"
}
.Icon--political:before {
content: "\f004"
}
.Icon--poll:before {
content: "\f034"
}
.Icon--pollBar:before {
content: "\f199"
}
.Icon--promoted:before {
content: "\f004"
}
.Icon--promotedTrend:before {
content: "\f011"
}
.Icon--protected:before {
content: "\f096"
}
.Icon--refresh:before {
content: "\f189"
}
.Icon--reply:before {
/*content: "\f151"*/
}
.Icon--report:before {
content: "\e609"
}
.Icon--retweet:before {
/*content: "\f152"*/
}
.Icon--retweeted:before {
content: "\f006"
}
.Icon--search:before {
content: "\f058"
}
.Icon--share:before {
content: "\f185"
}
.Icon--smileRating1:before {
content: "\f430"
}
.Icon--smileRating1Fill:before {
content: "\f431"
}
.Icon--smileRating2:before {
content: "\f432"
}
.Icon--smileRating2Fill:before {
content: "\f433"
}
.Icon--smileRating3:before {
content: "\f434"
}
.Icon--smileRating3Fill:before {
content: "\f435"
}
.Icon--smileRating4:before {
content: "\f436"
}
.Icon--smileRating4Fill:before {
content: "\f437"
}
.Icon--smileRating5:before {
content: "\f438"
}
.Icon--smileRating5Fill:before {
content: "\f439"
}
.Icon--smiley:before {
content: "\f033"
}
.Icon--snapReelBadge:before {
content: "\f312"
}
.Icon--soundOff:before {
content: "\f306"
}
.Icon--soundOn:before {
content: "\f305"
}
.Icon--stickerBadge:before {
content: "\f047"
}
.Icon--summary:before {
content: "\f156"
}
.Icon--tablet:before {
content: "\f086"
}
.Icon--top:before {
content: "\f007"
}
.Icon--translator:before {
content: "\f089"
}
.Icon--truck:before {
content: "\f400"
}
.Icon--tweet:before {
content: "\f029"
}
.Icon--unfollow:before {
content: "\f097"
}
.Icon--unmuted:before {
content: "\f101"
}
.Icon--url:before {
content: "\f098"
}
.Icon--vineBadge:before {
content: "\f310"
}
.Icon--visibilityFollowers:before {
content: "\f103"
}
.Icon--visibilityFollowing:before {
content: "\f176"
}
.Icon--visibilityMutual:before {
content: "\f104"
}
.Icon--visibilityOnlyMe:before {
content: "\f096"
}
.Icon--visibilityPublic:before {
content: "\f102"
}
.Icon--warning:before {
content: "\f182"
}
.Icon--verified:before {
content: "\f032";
font-size: .7em;
left: 26%;
line-height: 1;
position: absolute;
top: 20%
}
.Icon--verified:after {
/*content: "\f099";*/
line-height: 1;
position: relative
}
.Icon--playButton:before {
content: "\f032";
line-height: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .8;
-ms-filter: "alpha(opacity=80)"
}
.Icon--playButton:after {
content: "\f040";
line-height: 1;
position: relative
}
.Icon--protected {
font-size: 1.1em;
padding-left: 1px
}
.Icon--fail {
color: red
}
.Icon--follower,
.Icon--magicrecs,
.Icon--colorLightning,
.Icon--colorFollower {
color: #1da1f2
}
.Icon--lifelineBadge {
color: #f45d22
}
.Icon--listBadge:before {
color: #657786
}
.Icon--muted {
color: #e0245e
}
.Icon--political {
color: #794bc4
}
.Icon--promoted {
color: #657786
}
.Icon--promotedTrend {
color: #ffad1f
}
.Icon--protected {
color: #14171a
}
.Icon--retweeted,
.Icon--colorRetweeted {
color: #17bf63
}
.Icon--smiley {
color: #aab8c2
}
.Icon--top {
color: #1da1f2
}
.Icon--translator {
color: #1da1f2
}
.Icon--moderator {
color: #ffad1f
}
.Icon--unmuted {
color: #ccd6dd
}
.Icon--verified {
color: #1da1f2
}
.Icon--verified:before {
color: #fff
}
.Icon--circleActiveMe,
.Icon--circleActiveBird {
color: #1da1f2
}
.Icon--colorHeart,
.Icon--circleActiveHeart,
.Icon--heartBadge {
color: #e0245e
}
.Icon--circleActiveRetweet {
color: #17bf63
}
.Icon--circleActiveList {
color: #657786
}
.Icon--playButton {
color: #1da1f2
}
.Icon--playButton:after {
color: #fff
}
.Icon--white {
color: #fff
}
.Icon--inverted.Icon--verified {
color: #fff
}
.Icon--inverted.Icon--verified:before {
color: #14171a
}
button {
border: 0
}
.btn {
background-color: #ccd6dd;
background-repeat: no-repeat;
border: 1px solid #e6ecf0;
border-radius: 4px;
color: #66757f;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: bold;
line-height: normal;
padding: 8px 16px;
position: relative
}
.btn .Icon {
background: transparent
}
.btn.focus,
.btn:focus,
.btn:active,
.Button:focus {
outline: 0!important
}
.no-shadow {
box-shadow: none
}
.btn.no-shadow:active {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
}
.btn {
background-color: #f5f8fa;
background-image: linear-gradient(#fff, #f5f8fa)
}
.btn:focus,
.btn.focus {
background: #fff;
border-color: #fff;
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 132, 180, 0.5);
text-decoration: none
}
.btn:hover,
.follow-combo.open .btn-user-actions,
.dropdown.open .user-dropdown {
color: #14171a;
text-decoration: none;
background-color: #e6ecf0;
background-image: linear-gradient(#fff, #e6ecf0);
border-color: #e6ecf0
}
.btn.focus:hover .btn:focus:hover {
border-color: #fff
}
.btn.active,
.btn:active,
.follow-combo.open .btn-user-actions,
.dropdown.open .user-dropdown,
.btn.open,
.open>.btn {
color: #14171a;
background: #e6ecf0;
border-color: #ccd6dd;
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2)
}
.btn.disabled,
.btn.disabled:hover,
.btn[disabled],
.btn[aria-disabled=true] {
color: #66757f;
cursor: default;
background-color: #ccd6dd;
background-image: linear-gradient(#fff, #f5f8fa);
border-color: #ccd6dd;
opacity: .5;
-ms-filter: "alpha(opacity=50)"
}
.btn.large {
border-radius: 6px;
font-size: 18px;
line-height: 28px
}
.btn.small {
color: #14171a;
font-size: 13px;
padding: 3px 11px 5px
}
.signup-btn.btn {
background-color: #ffad1f;
background-image: linear-gradient(#ffcc4d, #ffad1f);
border-color: #f1a02a;
color: #14171a;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}
.signup-btn:hover,
.signup-btn:focus {
background-color: #f45d22;
background-image: linear-gradient(#ffcc4d, #f45d22);
border-color: #ec8b11;
color: #14171a
}
.signup-btn:active {
background-color: #f2a330;
background-image: none;
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3)
}
.primary-btn,
.following.first-hover .follow-btn:hover,
.following .follow-btn,
.following .follow-button.cancel-hover-style:hover,
.following .follow-button,
.notifying .device-follow-button,
.button-group-item .content.selected {
color: #fff;
background-color: #1da1f2;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border: 1px solid #3b88c3;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15)
}
.primary-btn:hover,
.primary-btn:focus {
color: #fff
}
.primary-btn:focus,
.primary-btn.focus,
.following .follow-btn:focus,
.following .follow-button:focus,
.notifying .device-follow-button:focus,
.button-group-item .content.selected:focus {
background: #1da1f2;
border-color: #fff
}
.primary-btn:hover {
background-color: #1da1f2;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
border-color: #3b88c3
}
.primary-btn:active {
background-color: #3b88c3;
background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
border-color: #3b88c3
}
.primary-btn.btn.disabled,
.primary-btn.btn.disabled:hover,
.primary-btn.btn[disabled],
.primary-btn[aria-disabled=true] {
background-color: #1da1f2;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border-color: #3b88c3;
color: #fff;
text-shadow: none;
opacity: .5;
-ms-filter: "alpha(opacity=50)"
}
.primary-btn .messaging-text,
.primary-btn .replying-text,
.primary-btn.messaging .tweeting-text,
.tweet-form.is-reply .primary-btn .tweeting-text {
display: none
}
.primary-btn.messaging .messaging-text,
.tweet-form.is-reply .primary-btn:not(.messaging) .replying-text {
display: inline
}
.caution-btn {
background-color: #e0245e;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border: 1px solid #1da1f2;
color: #fff
}
.caution-btn,
.caution-btn:focus {
background: #e0245e;
border-color: #fff;
color: #fff;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2)
}
.caution-btn,
.caution-btn:hover,
.caution-btn:focus,
.following .follow-btn:hover,
.following .follow-button:hover {
background-color: #e0245e;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
border: 1px solid #1da1f2;
color: #fff
}
.caution-btn:active,
.following:hover .follow-btn:active,
.following:hover .follow-button:active {
background-color: #e0245e;
background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
color: #fff;
border-color: #952f2a
}
.caution-btn.disabled,
.caution-btn.disabled:hover,
.caution-btn[disabled],
.caution-btn[aria-disabled=true] {
background-color: #e0245e;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border: 1px solid #1da1f2;
color: #fff
}
.icon-btn {
background: transparent;
border: 1px solid transparent;
color: #1b95e0;
opacity: .8;
-ms-filter: "alpha(opacity=80)";
padding: 4px 10px
}
.icon-btn .Icon {
font-size: 20px
}
.icon-btn:focus,
.icon-btn.focus {
background: #fff;
border-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}
.icon-btn:hover {
background-color: rgba(255, 255, 255, 0.25);
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 132, 180, 0.1));
border-color: #1b95e0;
color: #1b95e0
}
.icon-btn.disabled,
.icon-btn.disabled:hover,
.icon-btn[disabled],
.icon-btn[aria-disabled=true] {
background: transparent;
border: 0;
color: #1b95e0
}
.icon-btn:active,
.icon-btn.active {
background: rgba(255, 255, 255, 0.15);
border-color: #1b95e0;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
color: #1b95e0
}
.icon-btn.enabled {
background: rgba(255, 255, 255, 0.75);
border-color: #1b95e0;
border-style: solid;
border-width: 1px;
box-shadow: none;
color: #1b95e0;
opacity: .8;
-ms-filter: "alpha(opacity=80)"
}
.icon-btn.enabled:hover {
background: rgba(255, 255, 255, 0.75)
}
.icon-btn .text {
font-size: 12px;
font-weight: normal;
margin-left: 3px;
position: relative;
top: -6px
}
.plain-btn,
.plain-btn:hover {
background: transparent;
border-color: transparent
}
.plain-btn:hover {
color: #1b95e0
}
.plain-btn:focus,
.plain-btn.focus,
.plain-btn.active,
.plain-btn:active,
.plain-btn.open,
.dropdown.open .user-dropdown.plain-btn,
.open>.plain-btn {
background: transparent;
border-color: #fff;
box-shadow: none;
color: #1b95e0
}
.plain-btn.disabled,
.plain-btn.disabled:hover,
.plain-btn[disabled],
.plain-btn[aria-disabled=true] {
background: transparent;
border-color: transparent
}
.fb-btn {
color: #fff;
background-color: #3c5d96;
background-repeat: repeat-x;
background-image: linear-gradient(#6079ab, #3c5d96);
border-color: #3c5a98;
border-bottom-color: #273b64;
text-align: left;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}
.fb-btn:hover,
.fb-btn:focus {
color: #fff;
background-color: #345285;
background-repeat: repeat-x;
background-image: linear-gradient(#5e76a9, #344d7e);
border-color: #3c5a98;
border-bottom-color: #273b64
}
.btn-group {
position: relative
}
.action-text {
min-width: 68px;
padding: 5px 7px
}
.follow-btn {
padding: 0
}
.btn-user-actions,
.user-dropdown {
padding: 8px 11px 8px 10px
}
.follow-btn .action-text {
display: none
}
.not-following .follow-btn .follow-text,
.following .follow-btn .following-text,
.following .follow-btn:hover .unfollow-text,
.following.first-hover .follow-btn:hover .following-text,
.blocked .follow-btn .block-text,
.blocked .follow-btn:hover .unblock-text,
.follow-request-sent .follow-btn .pending-text,
.follow-request-sent .follow-btn:hover .cancel-req-text {
display: block
}
.not-following.follow-request-sent .follow-btn .follow-text,
.following .follow-btn:hover .following-text,
.following.first-hover .follow-btn:hover .unfollow-text,
.blocked .follow-btn:hover .block-text,
.follow-request-sent .follow-btn:hover .pending-text {
display: none
}
.following .follow-btn,
.blocked .follow-btn,
.follow-request-sent .follow-btn {
text-align: center
}
.small-follow-all-wrapper .action-text,
.small-follow-all-wrapper .btn-user-actions {
padding: 3px 4px
}
.small-follow-all-wrapper .follow-btn .follow {
margin-top: 2px;
margin-left: 2px
}
.follow-btn.small .follow {
margin-top: 1px;
margin-right: 4px
}
.follow-btn.small-follow-btn {
margin-top: 3px;
margin-right: 9px
}
.follow-btn.small-follow-btn .activity-follow {
margin-top: -1px
}
.small-follow-btn .action-text {
min-width: 0;
padding: 0
}
.follow-combo .btn-group-dropdown .is-not-blocked,
.follow-combo.following .btn-group-dropdown .is-following,
.follow-combo.following .btn-group-dropdown .is-not-including,
.follow-combo.following .btn-group-dropdown .is-not-notifying,
.follow-combo.including .btn-group-dropdown .is-including,
.follow-combo.notifying .btn-group-dropdown .is-notifying,
.follow-combo.dismissable .btn-group-dropdown .is-dismissable,
.follow-combo .btn-group-dropdown .is-not-blocked.dropdown-divider,
.follow-combo.following .btn-group-dropdown .is-following.dropdown-divider,
.follow-combo.blocked .is-blocked,
.follow-combo.can-dm .can-send-dm {
display: block
}
.follow-combo .btn-group-dropdown li a,
.follow-combo .btn-group-dropdown .dropdown-divider,
.follow-combo.including .btn-group-dropdown .is-not-including,
.follow-combo.notifying .btn-group-dropdown .is-not-notifying,
.follow-combo.blocked .btn-group-dropdown .is-not-blocked,
.follow-combo .can-send-dm {
display: none
}
.btn-group-dropdown a s,
.user-actions .dropdown-menu .pretty-link s,
.user-actions .dropdown-menu .pretty-link:hover s {
color: #66757f
}
.follow-button {
padding: 4px 12px 9px 12px;
color: #14171a
}
.follow-button .follow {
vertical-align: bottom
}
.button-text.following-text,
.button-text.unfollow-text {
padding-top: 5px
}
.follow-button .Icon {
font-size: 18px;
line-height: 17px;
padding-right: 3px;
position: relative;
top: 3px;
color: inherit;
color: #1da1f2
}
.follow-button .Icon.Icon--follow {
padding-left: 3px;
padding-right: 2px
}
.small-follow-btn .Icon.Icon--follow {
padding-left: 2px;
padding-right: 0
}
.small-follow-btn .Icon {
font-size: 16px;
line-height: 15px;
padding-right: 2px;
top: 2px;
color: #1da1f2
}
.small-follow-btn .action-text .Icon--follow {
margin-right: 2px
}
.btn-group .dropdown-menu {
right: -1px;
border-width: 1px
}
.mini-profile-footer .btn-group .dropdown-menu {
right: auto;
left: -1px
}
.btn-group.open .btn-group-dropdown {
display: block
}
.btn-group .small .dropdown-menu {
top: 28px;
border-radius: 3px
}
.user-actions {
position: relative
}
.user-actions .dropdown {
display: inline-block
}
.win10-wrapper .muted-setting .UserActions-moreActions .dropdown,
.win10-wrapper .blocked-setting .UserActions-moreActions .dropdown,
.win10-wrapper .blocked-account-nav .blocked-accounts-dropdown .dropdown-menu li.js-export-block-list {
display: none
}
.stream-item .follow-bar {
float: right;
margin-top: 3px
}
.follow-button .button-text,
.edit-button .button-text {
min-width: 73px;
padding: 0;
text-align: center
}
.follow-button .button-text {
display: none
}
.following .follow-button .button-text,
.blocked .follow-button .button-text,
.pending .follow-button .button-text {
text-align: center;
padding-top: 5px
}
.small-follow-btn .button-text.unblock-text,
.small-follow-btn .button-text.blocked-text,
.small-follow-btn .button-text.pending-text,
.small-follow-btn .button-text.cancel-text,
.small-follow-btn .button-text.following-text,
.small-follow-btn .button-text.unfollow-text {
padding-top: 3px
}
.not-following .follow-button .follow-text,
.following .follow-button .following-text,
.following .follow-button:hover .unfollow-text,
.following .follow-button.cancel-hover-style:hover .following-text,
.blocked .follow-button .blocked-text,
.blocked .follow-button:hover .unblock-text,
.pending .follow-button .pending-text,
.pending .follow-button:hover .cancel-text,
.pending .follow-button.cancel-hover-style:hover .pending-text {
display: block
}
.pending .follow-button .follow-text,
.following .follow-button:hover .following-text,
.following .follow-button.cancel-hover-style:hover .unfollow-text,
.blocked .follow-button:hover .blocked-text,
.pending .follow-button:hover .pending-text,
.pending .follow-button.cancel-hover-style:hover .cancel-text {
display: none
}
.user-actions .dropdown-menu .dropdown-caret,
.user-actions .dropdown-menu .mention-text,
.user-actions .dropdown-menu .list-text,
.user-actions .dropdown-menu .block-text,
.user-actions .dropdown-menu .report-text,
.user-actions .dropdown-menu .not-blocked,
.user-actions .dropdown-menu .is-embeddable,
.user-actions .dropdown-menu .embed-profile,
.user-actions .dropdown-menu .mute-user-item,
.following .dropdown-menu .retweet-on-text,
.following .dropdown-menu .device-notifications-on-text,
.following .dropdown-menu .is-following,
.including .dropdown-menu .retweet-off-text,
.notifying .dropdown-menu .device-notifications-off-text,
.dismissable .dropdown-menu .hide-suggestion-text,
.blocked .dropdown-menu .blocked-report-text,
.blocked .dropdown-menu .unblock-text,
.muting .dropdown-menu .unmute-user-item,
.js-actionable-tweet[data-you-block=true] .dropdown-menu .unblock-link,
.js-actionable-tweet[data-you-block=false] .dropdown-menu .block-link,
.dropdown-menu .mute-user-item,
.can-dm .dropdown-menu .dm-text,
.conversation-muting .dropdown-menu .unmute-conversation-item {
display: block
}
.muting .unmute-button,
.mute-button {
display: inline-block
}
.user-actions .dropdown-menu li,
.blocked .dropdown-menu .not-blocked,
.including .dropdown-menu .retweet-on-text,
.notifying .dropdown-menu .device-notifications-on-text,
.unmute-button,
.first-load.mute-button,
.muting .mute-button,
.dropdown-menu .unmute-user-item,
.muting .dropdown-menu .device-notifications-off-text,
.muting .dropdown-menu .device-notifications-on-text,
.muting .dropdown-menu .dropdown-divider.is-following,
.muting .dropdown-menu .mute-user-item,
.muting .dropdown-menu .retweet-off-text,
.muting .dropdown-menu .retweet-on-text,
.blocked .unmute-button,
.blocked .mute-button,
.blocked .dropdown-menu .mute-user-item,
.blocked .dropdown-menu .unmute-user-item,
.blocked .dropdown-menu .mention-text,
.blocked .dropdown-menu .list-text,
.blocked .dropdown-menu .block-text,
.user-actions .blocks-you .dropdown-menu .dropdown-divider,
.blocks-you .dropdown-menu .mention-text,
.blocks-you .dropdown-menu .is-embeddable,
.blocks-you .dropdown-menu .list-text,
.blocks-you .dropdown-menu .embed-profile,
.protected .dropdown-menu .is-embeddable,
.protected .dropdown-menu .embed-profile,
.js-actionable-tweet[data-you-block=true] .dropdown-menu .block-link,
.js-actionable-tweet[data-you-block=false] .dropdown-menu .unblock-link,
.dropdown-menu .unmute-conversation-item,
.conversation-muting .dropdown-menu .mute-conversation-item {
display: none
}
.user-actions .dropdown-menu {
right: -12px;
border-width: 1px;
border-radius: 4px
}
.user-actions .dropdown-menu span {
font-size: 12px
}
.mini-profile-footer .user-actions .dropdown-menu {
right: auto;
left: 0
}
.user-actions .open .dropdown-menu {
display: block
}
.friend-actions .active-btn-text {
display: block
}
.friend-actions .pending-btn-text {
display: none
}
.friend-actions .pending .active-btn-text {
display: none
}
.friend-actions .pending .pending-btn-text {
display: block
}
.subscribe-btn>div {
display: none
}
.subscribe-btn.is-unsubscribed .subscribe-text,
.subscribe-btn.is-subscribed .remove-text {
display: block
}
.featured-list-btn.is-unfeatured .unfeature-text,
.featured-list-btn.is-featured .feature-text {
display: none
}
.module.tweet-to-user {
background-color: transparent
}
.tweet-btn {
background-color: #1b95e0;
border: 1px solid transparent;
color: #fff;
display: block;
padding: 9px 16px 8px 17px;
text-align: center
}
.tweet-btn .Icon {
font-size: 19px;
height: 19px;
position: relative;
vertical-align: middle;
width: 17px
}
.tweet-btn .Icon--tweet {
left: -2px;
top: -5px
}
.tweet-btn .Icon--dm {
font-size: 17px;
left: -3px;
top: -2px
}
.tweet-btn .Icon--reply {
font-size: 16px;
left: -4px;
top: -3px
}
.large-tweet-btn {
padding: 7px 10px;
border: 0;
border-radius: 5px;
box-shadow: none
}
.tweet-btn .tweet-new {
margin: 0 6px -2px 0
}
.tweet-btn:focus {
background-color: #1b95e0;
background: rgba(0, 132, 180, 0.8);
border: 1px solid #fff
}
.tweet-btn:hover {
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
border-color: transparent
}
.tweet-btn:active {
background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
border-color: transparent;
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
color: #fff
}
.tweet-btn:hover,
.tweet-btn:active,
.tweet-btn.active {
background-color: #1b95e0
}
.tweet-btn.btn.disabled,
.tweet-btn.btn.disabled:hover,
.tweet-btn.btn[disabled],
.tweet-btn.btn[aria-disabled=true] {
background: #1b95e0;
border-color: transparent;
color: white;
opacity: .2;
-ms-filter: "alpha(opacity=20)";
text-shadow: none
}
.btn-link {
padding: 0;
background-color: transparent;
background-image: none;
border: 0;
color: #1b95e0;
cursor: pointer;
border-radius: 0;
box-shadow: none
}
.btn-link:hover,
.btn-link:focus {
outline: 0;
text-decoration: underline;
box-shadow: none
}
.user-actions .follow-link .link-text {
display: none
}
.user-actions.not-following .follow-link .follow-text {
display: inline
}
.user-actions.following .follow-link .unfollow-text {
display: inline
}
.user-actions.pending .follow-link .cancel-text {
display: inline
}
.feedback-btn {
font-size: 12px
}
.button-group-container .button-group {
display: inline-block;
padding-right: 5px
}
.button-group {
font-size: 0
}
.button-group .button-group-item {
display: inline-block;
padding: 0
}
.button-group .content {
padding-top: 1px;
padding-bottom: 1px;
border-radius: 0
}
.button-group-item .content.selected {
background-color: #019ad2
}
.button-group .button-group-item:first-of-type .content {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.button-group .button-group-item:last-of-type .content {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.tweet-form .tweet-btn {
display: inline-block
}
.tweet-form .tweet-counter {
top: 10px
}
.notifications-optout-button {
float: right
}
.icon {
display: inline-block;
vertical-align: text-top;
background-image: url(../../img/t1/twitter_web_sprite_icons.png);
background-position: 0 0;
background-repeat: no-repeat
}
.follow,
.follow-white {
margin-top: 2px
}
.close-large {
background-position: 0 -510px;
width: 12px;
height: 13px
}
.close {
background-position: -20px -510px;
width: 9px;
height: 9px
}
.close-medium,
.error-x,
.dismiss-white {
width: 10px;
height: 12px
}
.close-medium {
background-position: -60px -510px
}
.modal-close:hover .close-medium {
background-position: -80px -510px
}
.error-x {
background-position: -100px -510px
}
.dismiss-white {
background-position: -120px -510px
}
.service-gmail,
.service-gmail2,
.service-yahoo,
.service-hotmail,
.service-aol,
.service-linkedin,
.service-msn,
.service-msn2,
.service-daum,
.service-yahoojapan,
.service-yandex,
.service-default {
width: 24px;
height: 24px
}
.service-gmail,
.service-gmail2 {
background-position: 0 -640px
}
.service-yahoo {
background-position: -30px -640px
}
.service-hotmail {
background-position: -60px -640px
}
.service-msn2 {
background-position: -60px -640px
}
.service-aol {
background-position: -90px -640px
}
.service-linkedin {
background-position: -120px -640px
}
.service-msn {
background-position: -150px -640px
}
.service-daum {
background-position: -180px -640px
}
.service-yahoojapan {
background-position: -210px -640px
}
.service-yandex {
background-position: -240px -640px
}
.service-default {
background-position: -270px -640px
}
.service-sm-gmail2,
.service-sm-yahoo,
.service-sm-hotmail,
.service-sm-aol,
.service-sm-linkedin,
.service-sm-facebook,
.service-sm-msn,
.service-sm-daum {
height: 16px
}
.service-sm-gmail,
.service-sm-gmail2 {
background-position: 0 -670px;
width: 16px
}
.service-sm-yahoo {
background-position: -30px -670px;
width: 20px
}
.service-sm-hotmail {
background-position: -60px -670px;
width: 16px
}
.service-sm-aol {
background-position: -90px -670px;
width: 16px
}
.service-sm-linkedin {
background-position: -120px -670px;
width: 15px
}
.service-sm-facebook {
background-position: -150px -670px;
width: 14px
}
.service-sm-msn {
background-position: -180px -670px;
width: 16px
}
.service-sm-daum {
background-position: -210px -670px;
width: 14px
}
.service-sm-yandex {
background-position: -230px -670px;
width: 16px
}
.service-sm-native-photobucket {
background-position: -270px -670px;
width: 16px;
height: 14px;
*margin-right: 3px
}
.dropdown-check {
width: 10px;
height: 12px
}
.dropdown-check {
background-position: -20px -690px
}
a:hover .dropdown-check,
.dropdown-link:hover .dropdown-check,
.selected .dropdown-check {
background-position: -40px -690px
}
.image-gray {
background-position: -40px -900px;
width: 15px;
height: 12px
}
.image-gray-large {
background-position: -60px -900px;
width: 19px;
height: 16px
}
.with-icn {
font-size: 12px;
color: #657786
}
.with-textColor-twitterBlueText {
color: #1da1f2
}
.with-icn .icon,
.with-icn .Icon {
margin-right: 4px
}
.with-icn b {
font-weight: normal;
color: inherit
}
.with-icn:hover,
.with-icn:focus {
text-decoration: none
}
.global-dm-nav.new:hover .global-dm-envelope,
.global-dm-nav.new:focus .global-dm-envelope,
.global-dm-nav:hover .global-dm-envelope,
.global-dm-nav:focus .global-dm-envelope,
.global-dm-nav:active .global-dm-envelope {
background-position: -117px -880px
}
.stream-item-footer .with-icn span:last-child {
margin-right: 4px
}
.stream-item-footer .with-icn .Icon--summary:last-child,
.stream-item-footer .with-icn .Icon--geo:last-child,
.stream-item-footer .with-icn .Icon--conversation:last-child {
margin-right: 0
}
.tweet-camera {
height: auto;
width: auto
}
.credit-card-visa,
.credit-card-mastercard,
.credit-card-amex,
.credit-card-discover,
.credit-card-dinersclub,
.credit-card-jcb {
width: 20px;
height: 12px
}
.credit-card-visa-large,
.credit-card-mastercard-large,
.credit-card-amex-large,
.credit-card-discover-large,
.credit-card-dinersclub-large,
.credit-card-jcb-large {
width: 32px;
height: 20px
}
.credit-card-cvv,
.credit-card-cvv-amex {
width: 29px;
height: 20px
}
.credit-card-visa {
background-position: 0 -1320px
}
.credit-card-mastercard {
background-position: -26px -1320px
}
.credit-card-amex {
background-position: -52px -1320px
}
.credit-card-discover {
background-position: -78px -1320px
}
.credit-card-dinersclub {
background-position: -104px -1320px
}
.credit-card-jcb {
background-position: -130px -1320px
}
.credit-card-cvv {
background-position: 0 -1370px
}
.credit-card-cvv-amex {
background-position: -38px -1370px
}
.credit-card-visa-large {
background-position: 0 -1340px
}
.credit-card-mastercard-large {
background-position: -38px -1340px
}
.credit-card-amex-large {
background-position: -76px -1340px
}
.credit-card-discover-large {
background-position: -114px -1340px
}
.credit-card-dinersclub-large {
background-position: -152px -1340px
}
.credit-card-jcb-large {
background-position: -190px -1340px
}
.dropdown {
position: relative
}
.dropdown.center {
float: right;
right: 50%
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-top: 5px;
margin-left: 2px;
vertical-align: top;
border-top: 4px solid #66757f;
border-left: 4px solid transparent;
border-right: 4px solid transparent
}
.btn .caret {
margin-top: 8px
}
.open.dropdown .caret,
.dropdown-toggle:hover .caret,
.dropdown-toggle:focus .caret {
border-top-color: #fff
}
.open.dropdown .btn .caret {
border-top-color: #14171a
}
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 900;
display: none;
float: left;
padding: 10px 0;
margin: 2px 0 0;
background: #fff;
background-color: rgba(255, 255, 255, 0.98);
border: 1px solid #e6ecf0;
border: 0 solid rgba(0, 0, 0, 0.25);
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
background-clip: padding-box
}
.dropdown-menu.dropdown-menu--rightAlign {
right: 0
}
.dropdown-menu.is-autoCentered {
left: calc(50% - 12px - 9px);
right: unset;
top: calc(100% - -10px)
}
.dropdown-menu.dropdown-menu--rightAlign.is-autoCentered {
left: unset;
right: calc(50% - 10px - 9px)
}
.dropdown.center .dropdown-menu {
float: right;
right: -50%;
position: relative
}
.dropdown-form {
padding: 15px
}
.dropdown-menu ul:focus {
outline: 0
}
.dropdown-menu li {
display: block;
float: none;
line-height: inherit;
position: relative
}
.dropdown-divider {
padding-top: 1px;
margin: 5px 1px 6px;
border-bottom: 1px solid #e6ecf0
}
.dropdown-menu .label {
padding: 4px 22px 0;
font-size: 12px;
color: #657786;
white-space: nowrap
}
.lt-ie10 .dropdown-menu .label {
line-height: 18px
}
.dropdown-menu li>a,
.dropdown-menu .dropdown-link {
clear: both;
color: #66757f;
cursor: pointer;
display: block;
font-size: 13px;
font-weight: normal;
float: none;
line-height: 18px;
margin: 0;
padding: 5px 20px;
position: relative;
text-shadow: none;
white-space: nowrap
}
.dropdown button.dropdown-link {
background: transparent;
min-width: 100%;
text-align: left
}
.dropdown.center .dropdown-menu li>a,
.dropdown.center .dropdown-menu .dropdown-link {
padding: 3px 22px;
text-align: center
}
.dropdown-menu li>a:focus .account-group b {
text-decoration: none
}
.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-menu .dropdown-link:hover,
.dropdown-menu .dropdown-link:focus,
.dropdown-menu .dropdown-link.is-focused,
.dropdown-menu li:hover .dropdown-link,
.dropdown-menu li:focus .dropdown-link,
.dropdown-menu .typeahead-recent-search-item.selected,
.dropdown-menu .typeahead-saved-search-item.selected,
.dropdown-menu .selected a,
.dropdown-menu .dropdown-link.selected {
color: #fff;
background: #3b88c3;
text-decoration: none
}
.dropdown-menu li>a s,
.dropdown-menu .dropdown-link s {
color: #66757f
}
.dropdown-menu li>a:hover s,
.dropdown-menu li>a:focus s,
.dropdown-menu .selected>a s,
.dropdown-menu .dropdown-link:hover s,
.dropdown-menu .dropdown-link:focus s {
color: #fff
}
.dropdown-check {
position: absolute;
top: 5px;
left: 7px
}
.dropdown-menu li button:focus {
outline: 0
}
.dropdown-menu .dropdown-caret {
position: absolute;
top: -10px;
left: 12px;
width: 18px;
height: 10px;
float: left;
overflow: hidden
}
.dropdown-menu.dropdown-menu--rightAlign .dropdown-caret,
.dropdown-caret.right {
left: auto;
right: 10px
}
.dropdown-caret.center,
.dropdown.center .dropdown-menu .dropdown-caret {
left: 50%;
margin-left: -9px
}
.dropdown-caret .caret-outer,
.dropdown-caret .caret-inner {
position: absolute;
top: 0;
left: 0;
display: inline-block;
margin-left: -1px
}
.dropdown-caret .caret-outer {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, 0.1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
height: auto;
left: 0;
top: 0;
width: auto
}
.dropdown-caret .caret-inner {
top: 1px;
left: 1px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff;
border-bottom-color: rgba(255, 255, 255, 0.98)
}
.with-rightCaret .dropdown-caret {
left: auto;
right: 13px
}
.dropdown.open .dropdown-menu {
display: block
}
.session .dropdown-menu .dropdown-caret {
left: auto;
right: 30px
}
.stream-item .account .btn-group .dropdown-caret,
.permalink-tweet .btn-group .dropdown-caret {
left: auto;
right: 13px
}
.session .dropdown-menu,
.global-nav .pull-right .dropdown-menu,
.global-nav .secondary-nav .dropdown-menu {
margin: 9px -7px 0 0
}
.typeahead {
padding: 5px 0
}
.typeahead-items li>a {
padding: 7px 15px 7px 10px;
font-size: 14px
}
.dropdown-menu .dropdown-link.hidden {
display: none
}
.dropdown-menu .dropdown-account {
font-size: 14px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer
}
.dropdown-account .avatar {
float: left;
margin-right: 5px
}
.dropdown-account .pretty-link s {
color: #ccd6dd
}
.dropdown-account .pretty-link:hover b {
text-decoration: none
}
.dropdown-account .nombreUsuario {
color: #657786
}
.dropdown-account strong.fullname {
display: inline;
font-size: 12px
}
.dropdown-account:hover .fullname,
.dropdown-account:hover .nombreUsuario,
.dropdown-account:hover .pretty-link s,
.dropdown-menu .account-summary:focus .fullname,
.dropdown-menu .account-summary:focus .metadata,
.dropdown-account.selected .fullname,
.dropdown-account.selected .nombreUsuario,
.dropdown-account.selected .pretty-link s {
color: #fff
}
.more-tweet-actions .dropdown-menu li>a {
margin-left: 0
}
.more-tweet-actions .action-more-container,
.more-tweet-actions .action-more-container .dropdown {
display: inline-block
}
.ProfileTweet-action .dropdown .dropdown-menu {
margin: 8px -14px 0
}
.more-tweet-actions .dropdown .dropdown-menu .dropdown-caret {
left: auto;
right: 25px
}
.permalink-tweet .more-tweet-actions .dropdown .dropdown-menu .dropdown-caret {
left: auto
}
.more-tweet-actions .has-no-timelines-text,
.more-tweet-actions .has-timelines .has-timelines-text,
.ProfileTweet-action .has-no-timelines-text,
.ProfileTweet-action .has-timelines .has-timelines-text {
display: inline
}
.more-tweet-actions .has-timelines-text,
.more-tweet-actions .has-timelines .has-no-timelines-text,
.ProfileTweet-action .has-timelines-text,
.ProfileTweet-action .has-timelines .has-no-timelines-text {
display: none
}
.more-tweet-actions .dropdown-divider,
.ProfileTweet-action .dropdown-divider {
display: block
}
.more-tweet-actions .js-curate-tweet .custom-timeline-action-label,
.ProfileTweet-action .js-curate-tweet .custom-timeline-action-label {
width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block
}
.more-tweet-actions .js-curate-tweet .dropdown-link,
.ProfileTweet-action .js-curate-tweet .dropdown-link {
height: 28px
}
html,
body,
#doc,
#page-outer {
height: 100%
}
body {
background-color: #f5f8fa
}
.wrapper,
.wrapper-narrow,
.wrapper-permalink {
margin: 0 auto;
min-height: 0;
padding: 56px 23px 15px;
position: relative;
width: 890px
}
@media(min-width:1236px) {
body.three-col .wrapper {
width: 1190px
}
body.three-col .wrapper-narrow,
body.three-col .wrapper-permalink {
width: 642px
}
}
.wrapper {
padding-bottom: 0
}
.wrapper-permalink {
width: 540px
}
.wrapper-unsubscribe,
.wrapper-email-delivery-frequency-confirmation {
width: auto;
max-width: 520px
}
.container {
position: relative;
width: 890px;
margin: 0 auto
}
.page-canvas {
position: relative;
width: 888px;
margin: 0 auto
}
.dashboard {
float: left;
width: 290px
}
.win10-wrapper .dashboard {
display: none
}
.dashboard.fixed-dashboard {
position: fixed
}
.dashboard .dashboard-left-placeholder {
float: left;
visibility: hidden
}
.flipped-dashboard .dashboard {
float: right;
margin-left: 10px
}
.content-inner,
.content-narrow,
.page-canvas,
.permalink {
background-clip: padding-box
}
.content-narrow,
.page-canvas {
border: 1px solid #e6ecf0;
border: 1px solid rgba(0, 0, 0, 0.1)
}
.content-main,
.content-narrow,
.page-canvas,
.permalink {
border-radius: 6px
}
.content-main {
float: right;
width: 590px
}
@media(min-width:1236px) {
body.three-col .content-main {
float: left;
margin: 0 10px
}
}
.win10-wrapper .content-main {
float: none;
width: 100%
}
@media(min-width:1236px) {
body.three-col.win10-wrapper .content-main {
float: left;
margin: 0
}
}
.content-narrow {
padding: 30px 50px;
margin: 0 auto 10px;
background-color: #fff
}
.permalink {
padding: 0;
background-color: #f5f8fa;
border: 1px solid #e6ecf0;
border: 1px solid rgba(0, 0, 0, 0.1)
}
.permalink-inner {
position: relative
}
.content-inner {
padding: 12px;
background-color: #fff;
border-left: 1px solid #e6ecf0;
border-right: 1px solid #e6ecf0
}
.win10-wrapper .content-inner {
border-left: none;
border-right: 0
}
.win10-wrapper .content-inner div#delete_geo_data {
display: none
}
.content-inner>h3 {
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
line-height: 20px
}
.content-inner hr {
margin: 20px -12px
}
.content-inner.no-stream-end {
margin-bottom: 14px;
border-bottom: 1px solid #e6ecf0;
border-radius: 0 0 6px 6px
}
.win10-wrapper .content-inner.no-stream-end {
margin-bottom: 0;
border-bottom: 0;
border-radius: 0
}
.error-page .heading {
margin-bottom: 10px;
font-size: 27px;
font-weight: 300
}
.pushstate-spinner {
display: none;
height: 26px;
margin: 11px 0 0 -26px;
vertical-align: top;
width: 26px
}
.pushing-state .pushstate-spinner {
display: inline-block;
background: url(../../img/t1/spinner-rosetta-blue-26x26.gif) no-repeat 0 0
}
.pushing-state .bird-topbar-etched {
display: none
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi) {
.pushing-state .pushstate-spinner {
background-image: url(../../img/t1/spinner-rosetta-blue-26x26@2x.gif);
background-size: 26px 26px
}
}
.dashboard .SignupCallOut {
margin-bottom: 10px
}
.module {
background-clip: padding-box;
border: 0;
border-radius: 6px;
line-height: 16px;
position: relative;
margin-bottom: 10px
}
.module .flex-module {
background-color: #fff;
border: 1px solid #e6ecf0;
padding: 15px;
line-height: 16px
}
.flex-module-header {
margin-bottom: 10px
}
.flex-module-header h3 {
display: inline
}
.flex-module-header small {
line-height: 1
}
.flex-module-header p {
font-size: 12px;
color: #657786
}
.flex-module-inner,
.flex-module-footer {
color: #657786;
font-size: 12px
}
.flex-module-footer {
margin-top: 10px
}
.flex-module-inner ul,
.flex-module-inner ol {
color: #14171a
}
.follow-card .flex-module-header h1 {
margin-right: 42px;
word-wrap: break-word
}
.module ul+.flex-module {
border-top: 1px solid #e6ecf0
}
.contrast-module-header h3 {
color: #eee;
font-size: 14px;
line-height: 18px
}
.contrast-module-inner,
.contrast-module-footer {
color: #fff;
font-size: 12px;
margin-top: 4px
}
.module .list-link {
background-color: #fff;
color: #66757f;
border: 1px solid #e6ecf0;
border-top: 0
}
.module .inner:first-child {
border-top: 0
}
.module li:first-child .list-link {
border-top: 1px solid #e6ecf0
}
.list-link.grid-link {
border: 0
}
.module ul:first-child li:first-child .list-link,
.module .flex-module:first-child {
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.module ul:last-child li:last-child .list-link,
.module ul:last-child li.last-item .list-link,
.module .list-link.last,
.module .flex-module:last-child {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px
}
.dashboard .stats {
background-color: #fff;
border: 1px solid #e6ecf0
}
.module .list-link {
position: relative;
display: block;
padding: 8px 12px
}
.module.sidebar-nav .list-link .icon {
margin-right: 10px
}
.module .list-link .count {
font-weight: normal;
color: #657786
}
.module .list-link .metadata {
display: block;
font-size: 12px
}
.module .list-link:hover,
.module .active .list-link {
background-color: #fff;
color: #14171a;
text-decoration: none
}
.module .active .list-link {
color: #14171a
}
.module .list-link:hover {
background-color: #f5f8fa
}
.module .list-link:focus,
.module .active .list-link:focus {
font-weight: bold
}
.module .active .list-link {
font-weight: bold
}
.mozilla .module .active .list-link {
padding-top: 9px;
padding-bottom: 7px
}
.webkit .module .active .list-link {
padding-top: 7px;
padding-bottom: 9px
}
.module .active .list-link small {
font-weight: normal;
color: #14171a
}
.module .list-link .Icon--caretRight {
float: right;
position: relative
}
.module .list-action {
display: block
}
.profile-nav .component .component .list-link {
border-radius: 0 0 5px 5px
}
.module .unread {
float: right;
margin-top: 2px;
margin-right: 10px
}
.list-action {
padding: 8px 12px;
margin: -8px -12px
}
.list-action:hover {
text-decoration: none
}
.content-header,
.content-no-header {
border: 1px solid #e6ecf0;
border-bottom-width: 0;
border-radius: 6px 6px 0 0;
background-clip: padding-box
}
.win10-wrapper .content-header {
border: 0;
border-radius: 0
}
.content-header {
border-bottom-width: 0
}
.content-header .header-inner,
.content-no-header .no-header-inner {
min-height: 20px;
padding: 12px;
background-color: #fff;
border-bottom: 1px solid #e6ecf0;
border-radius: 4px 4px 0 0
}
.win10-wrapper .content-header .header-inner {
border-radius: 0
}
.content-header .content-type {
font-weight: normal
}
.content-header .header-inner.not-rounded {
border-radius: 0
}
.content-header-buttons .btn {
float: right;
padding: 2px 8px;
margin-top: -1px
}
.content-header-buttons .btn-link {
float: right;
margin-top: 3px
}
.content-header .subheader {
color: #657786;
margin-top: 3px
}
.content-no-header {
border-bottom-width: 1px;
border-radius: 6px
}
.content-no-header .no-header-inner {
padding: 30px 50px;
border-bottom: 0;
border-radius: 5px
}
.view-toggler a,
.view-toggler {
font-weight: normal;
line-height: 1
}
.view-toggler .active {
color: #14171a;
font-weight: bold;
text-decoration: none;
cursor: text
}
.view-toggler .toggle-separator:first-child {
display: none
}
.timelines-navigation {
float: right;
margin-top: 2px
}
.timelines-navigation .profile-nav-btn {
float: left;
margin-left: 15px
}
.timelines-navigation .profile-nav-link {
float: left
}
.timelines-navigation .profile-nav-icon {
float: left;
line-height: 1
}
.topbar {
backface-visibility: hidden;
border-bottom: 1px solid #e6ecf0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000
}
.global-nav,
.global-nav-outer {
height: 40px
}
.global-nav {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
height: 46px;
position: relative;
width: 100%
}
.global-nav-inner {
background: #fff;
height: 46px
}
.global-nav .container {
max-width: 890px;
text-align: center;
width: auto
}
@media screen and (min-width: 1236px) {
.global-nav .container {
max-width: 1190px
}
}
@media screen and (max-width: 936px) {
.global-nav .t1-form.form-search {
width: 139px
}
#global-nav-about,
#global-nav-moments,
.global-nav #global-actions li span.text {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
padding: 0;
border: 0;
clip: rect(1px, 1px, 1px, 1px)
}
.global-nav .container {
width: auto;
min-width: 520px
}
#global-actions.nav .icon,
#global-actions.nav .icon {
margin-right: 0
}
.u-hideMediumViewport {
position: absolute!important;
overflow: hidden!important;
width: 1px!important;
height: 1px!important;
padding: 0!important;
border: 0!important;
clip: rect(1px, 1px, 1px, 1px)!important
}
}
@media screen and (max-width: 700px) {
.global-nav .t1-form.form-search {
width: 89px
}
}
@media screen and (max-width: 1190px) {
.global-nav .container {
min-width: 590px
}
}
@media screen and (max-width: 938px) {
.global-nav .container {
padding: 0
}
}
.global-nav [role=navigation],
.nav,
.nav>li {
float: left
}
#global-actions>li {
height: 46px;
overflow: hidden
}
#global-actions>li>a {
border-bottom: 5px solid #1b95e0;
transition: all .15s ease-in-out
}
#global-actions>li:hover>a,
#global-actions>li.active>a {
height: 42px
}
#global-actions>li:hover {
color: #1b95e0
}
#global-actions .new:before {
content: "\25CF";
font-size: 14px;
left: 5px;
position: absolute;
top: 1px
}
#global-actions .global-dm-nav.new:before {
display: none
}
#global-actions .people.new:before {
left: 4px;
top: 0
}
.nav {
margin-right: 12px;
text-align: left
}
.nav li {
position: relative
}
.nav>li {
color: #66757f
}
.nav>li .Icon {
float: left;
margin: 11px 0 0 10px;
width: 23px;
height: 23px
}
.nav li a {
position: relative;
font-size: 12px
}
.nav>li>a .text {
float: left;
margin-left: 3px;
margin-top: 17px;
padding: 0
}
.nav>li>a .text:only-child {
margin-left: 10px
}
.nav>li>a,
.nav>li>button {
color: inherit;
display: block;
font-size: 13px;
font-weight: 500;
height: 46px;
line-height: 1;
padding: 0 14px 0 4px
}
.nav .open.dropdown .caret,
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
border-top-color: #66757f
}
.nav small {
font-weight: normal
}
.nav .icon {
float: left;
margin: -4px 6px 0 0
}
.logged-out .nav .icon {
margin-top: 0
}
.nav>li>.nav-logo-link {
padding: 10px 14px 18px
}
.nav>li>.nav-logo-link:focus .icon {
outline: dotted 1px #fff;
outline: auto 5px -webkit-focus-ring-color
}
.nav .active a {
color: inherit;
background-color: transparent
}
.global-nav .account-summary {
min-height: 32px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0
}
.global-nav .account-summary .avatar {
top: 5px;
left: 22px;
box-shadow: none
}
.global-nav .account-summary .content {
padding-right: 15px;
margin-top: 1px;
margin-right: 0
}
.global-nav .current-user .fullname {
font-size: 14px
}
.global-nav .account-summary:hover .fullname {
color: #fff;
text-decoration: none
}
.global-nav .account-summary:hover .metadata {
color: #fff
}
.global-nav .current-user .metadata {
display: block;
font-size: 12px
}
.global-nav .dropdown-menu .messages a {
font-weight: bold
}
.nav .moments .Icon--lightning {
font-size: 25px;
line-height: 21px;
margin-left: 5px
}
.global-nav .messages .count {
float: right;
display: none;
min-width: 7px;
padding: 0 9px;
margin-right: -5px;
color: #fff;
text-shadow: none;
background-color: #58b3f0;
background-repeat: repeat-x;
background-image: linear-gradient(#3aa0ea, #58b3f0);
border-radius: 9px
}
.global-nav .messages:hover .count {
background: #fff;
color: #66757f
}
.global-nav .messages .count.new {
display: block
}
.global-nav .people .count {
background-color: #fff;
border-radius: 8px;
color: white;
display: none;
font-size: 11px;
height: 20px;
left: 24px;
line-height: 17px;
margin: 0;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
position: absolute;
text-align: center;
text-shadow: none;
top: 3px;
z-index: 100
}
.global-nav .people.notifications .count {
left: 21px;
top: 6px
}
.global-nav .people .count.new-count {
display: block
}
.global-nav .people .count.new-count.max .count-inner {
width: 22px
}
.global-nav .people .count .count-inner {
border: 2px solid #fff;
border-radius: 7px;
display: block;
opacity: .6;
-ms-filter: "alpha(opacity=60)";
background-color: #66757f;
line-height: 16px;
width: 16px;
height: 16px
}
.global-nav .people:hover .count .count-inner,
.global-nav .people a:focus .count .count-inner {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.pull-right {
float: right;
text-align: left
}
.global-nav .pull-right .nav {
position: relative;
z-index: 5;
margin: 0 -12px
}
.global-nav .pull-right .dropdown-toggle {
overflow: hidden;
padding: 0;
margin-top: 7px
}
.global-nav .pull-right .Icon--cog {
margin-top: 11px
}
.global-nav .pull-right .secondary-nav {
margin-left: 6px;
margin-right: 0
}
.global-nav .pull-right .right-actions {
margin: 0
}
.nav.right-actions>li>a,
.nav.right-actions>li>button {
height: 100%;
margin-right: 15px;
opacity: .6;
-ms-filter: "alpha(opacity=60)";
padding-right: 0;
transition: all .15s ease-in-out
}
.nav.right-actions>li>a:hover,
.nav.right-actions>li>button:hover {
color: #1b95e0;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.nav.right-actions .Icon {
margin-left: 5px;
margin-right: 5px
}
.bird-topbar-etched {
color: #1da1f2;
cursor: pointer;
font-size: 21px;
margin-top: 14px;
margin-left: -24px;
display: inline-block;
transition: all .25s ease-in-out
}
@media screen and (min-width: 1236px) {
.bird-topbar-etched {
position: absolute;
left: 50%;
margin-left: -12px
}
.pushstate-spinner {
position: absolute;
left: 50%;
margin-left: -13px
}
}
.dm-nav {
float: left;
margin: 0;
height: 40px;
padding: 0
}
.global-dm-nav {
padding: 0;
background-color: transparent;
cursor: pointer;
overflow: visible
}
.nav.right-actions .global-dm-nav .Icon {
line-height: 29px;
margin-top: 0
}
.global-dm-nav .dm-new {
display: none
}
.global-dm-nav.new .dm-new {
display: block
}
.global-dm-nav.new.with-count .dm-new {
background-color: #fff;
border: 0;
border-radius: 8px;
color: white;
font-size: 11px;
height: 20px;
left: 20px;
line-height: 17px;
margin: 0;
position: absolute;
text-align: center;
text-shadow: none;
z-index: 100;
top: 6px
}
.global-dm-nav.new.with-count .dm-new .count-inner {
border: 2px solid #fff;
border-radius: 7px;
display: block;
opacity: .6;
-ms-filter: "alpha(opacity=60)";
background-color: #66757f;
line-height: 16px;
width: 16px;
height: 16px
}
.global-dm-nav.new.with-count:hover .dm-new .count-inner,
.global-dm-nav.new.with-count:focus .dm-new .count-inner {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.global-dm-nav.new.with-count-2 .dm-new .count-inner {
width: 23px
}
.global-dm-nav.new.with-count-3 .dm-new .count-inner {
width: 29px
}
.global-dm-nav:hover,
.global-dm-nav:focus {
color: #66757f;
text-decoration: none;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
outline: 0
}
#global-new-tweet-button {
color: #fff;
cursor: pointer;
height: 32px;
margin-top: 7px;
margin-right: 0;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
padding: 0 7px 0 8px
}
#global-new-tweet-button .Icon {
font-size: 24px;
left: 0;
margin: 0;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
position: relative;
top: -2px
}
#global-new-tweet-button .text {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
padding: 0;
border: 0;
clip: rect(1px, 1px, 1px, 1px)
}
@media screen and (min-width: 1236px) {
#global-new-tweet-button {
padding: 0 13px 0 14px
}
#global-new-tweet-button .text {
float: left;
margin-left: 3px;
margin-top: 5px;
position: static;
overflow: visible;
width: auto;
height: auto;
clip: auto
}
}
.global-nav [role=search] {
float: left
}
.global-nav .form-search {
float: left;
height: 33px;
margin: 7px 15px 0 0;
font-size: 12px;
width: 221px
}
.global-nav .search-icon {
position: absolute;
top: 3px;
right: -3px;
display: block;
width: 26px;
height: 26px;
cursor: pointer
}
.global-nav .search-icon .Icon {
color: #66757f;
font-size: 13px;
height: auto;
margin: 3px 0 0 0;
padding: 0;
width: auto
}
.global-nav .nav-search {
margin-top: 3px;
margin-left: 7px;
background-color: transparent
}
.global-nav .search-input {
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 32px;
padding: 5px 27px 6px 12px;
font-size: 12px;
line-height: 16px;
color: #14171a;
background-color: #f5f8fa;
border: 1px solid #e6ecf0;
border-radius: 21px;
transition: all .2s ease-in-out
}
.global-nav .search-input:lang(ar),
.global-nav .search-input:lang(fa),
.global-nav .search-input:lang(ur) {
line-height: 1.4
}
.lt-ie10 .global-nav .search-input {
line-height: 21px;
min-height: auto
}
.global-nav .search-input::-webkit-input-placeholder {
color: #657786
}
.global-nav .search-input:-moz-placeholder {
color: #657786
}
.global-nav .search-input::-moz-placeholder {
color: #657786
}
.global-nav .search-input:-ms-input-placeholder {
color: #657786
}
.global-nav .search-input::placeholder {
color: #657786
}
.global-nav .search-input::-webkit-input-placeholder {
color: #657786;
line-height: 16px
}
.global-nav .search-input:focus,
.global-nav .search-input.focus {
color: #14171a;
text-shadow: none;
background-color: #fff;
box-shadow: none;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.form-search {
position: relative
}
.typeahead {
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
right: auto;
left: 0;
display: none;
margin-top: -3px;
padding: 5px 0;
border-radius: 0 0 4px 4px
}
.typeahead .dropdown-caret {
display: none;
left: 16px
}
.form-search .dropdown-caret {
display: block
}
.form-search .typeahead {
width: 316px;
margin-top: 9px;
border-radius: 4px
}
.typeahead-items {
width: 100%;
margin: 0;
overflow: hidden
}
.typeahead-items li {
width: 100%;
white-space: nowrap;
float: left;
clear: left
}
.typeahead-items li>a {
display: block;
padding: 7px 15px 7px 10px;
overflow: hidden;
color: #66757f;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
line-height: 32px
}
.typeahead-in-conversation {
margin: -3px 10px 8px 17px
}
.typeahead-in-conversation-text {
margin-left: 5px
}
.typeahead a,
.typeahead .fullname {
color: #14171a
}
.typeahead .nombreUsuario,
.typeahead-social-context {
color: #657786
}
.typeahead .nombreUsuario s {
color: #ccd6dd
}
.typeahead .selected a,
.typeahead .selected strong,
.typeahead .selected .fullname,
.typeahead .selected .nombreUsuario,
.typeahead .selected .typeahead-social-context,
.typeahead .selected .Icon--close,
.typeahead a:hover,
.typeahead a:hover strong,
.typeahead a:hover .fullname,
.typeahead a:hover .nombreUsuario,
.typeahead a:hover .typeahead-social-context {
color: #fff
}
.typeahead .generic-search {
margin: -1px 4px 0 0
}
.typeahead .avatar {
float: left;
margin-right: 10px
}
.typeahead .social-context .avatar {
margin-right: 10px
}
.typeahead-accounts li>a {
line-height: 32px
}
.typeahead .typeahead-user-item-info {
display: block;
overflow: hidden;
text-overflow: ellipsis
}
.typeahead-item:hover .typeahead-user-item-info .fullname {
color: inherit
}
.typeahead-topics .typeahead-social-context {
display: none
}
.typeahead-accounts .typeahead-social-context {
color: #657786;
font-size: 12px;
font-weight: normal;
text-overflow: ellipsis;
overflow: hidden
}
.typeahead-accounts.social-context .typeahead-account-item .typeahead-user-item-info {
margin-top: 8px;
line-height: 15px
}
.typeahead-accounts.social-context .has-social-context .typeahead-user-item-info {
margin-top: 0
}
.typeahead-accounts.social-context li>a {
line-height: 16px;
padding: 7px 15px 6px 10px
}
.typeahead-accounts.social-context .typeahead-accounts-shortcut>a {
padding-top: 10px;
padding-bottom: 10px
}
.typeahead-recent-search-item .Icon--close,
.typeahead-saved-search-item .Icon--close {
color: #ccd6dd;
float: right;
margin: 13px;
cursor: pointer;
height: 12px;
width: 12px
}
li.typeahead-recent-search-item>a,
li.typeahead-saved-search-item>a {
clear: none
}
.typeahead button.clear-recent-searches {
float: right;
padding: 15px 13px 3px 3px;
color: #1b95e0
}
.recent-searches-title {
float: left;
margin-right: 30px
}
.typeahead-items.recent-searches-list {
clear: both
}
.typeahead-category-title {
font-size: 14px;
font-weight: bold;
height: 24px;
padding-top: 10px;
padding-left: 10px
}
.saved-searches-title {
display: none
}
.typeahead-saved-search-item span,
.typeahead-recent-search-item span {
margin-left: 0
}
.typeahead strong {
color: #111
}
.typeahead-topics strong {
color: #66757f
}
.typeahead a,
.typeahead .fullname {
color: #14171a
}
.typeahead-topics .typeahead-social-context {
display: none
}
.typeahead-items li>a.empty-topics-social-context {
padding-top: 13px;
padding-bottom: 13px
}
.typeahead .dropdown-inner>.has-results ~ .has-results,
.typeahead .dropdown-inner>.has-items ~ .has-items {
border-top: 1px solid #e6ecf0;
padding-top: 0;
margin-top: 0
}
.typeahead-recent-searches.has-results ~ .typeahead-topics.has-results {
padding-top: inherit;
margin-top: inherit;
border-top: 0
}
.typeahead .has-results ~ .has-results .typeahead-searches .generic-search {
margin-left: 12px
}
.session .dropdown-menu,
.global-nav .pull-right .dropdown-menu,
.global-nav .secondary-nav .dropdown-menu {
right: 0
}
.session .dropdown-toggle .caret {
margin-left: -1px;
border-top-color: #ccd6dd;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75)
}
.session .dropdown-toggle:hover .caret,
.session .dropdown-toggle:focus .caret,
.session.open .dropdown-toggle .caret {
border-top-color: #fff
}
.nav .session .dropdown-toggle {
border: 0;
border-radius: 50%;
height: 32px;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
width: 32px
}
.nav .session .dropdown-toggle:before {
border-radius: 50%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
content: "";
display: block;
height: 100%;
position: absolute;
width: 100%
}
.global-nav .dropdown-link {
font-size: 12px;
background-color: transparent
}
.global-nav .disable-phx {
width: 100%;
text-align: left;
cursor: pointer
}
.close-all-tweets {
position: absolute;
top: 0;
right: -50px;
display: none;
padding: 10px;
background: transparent
}
.contributors {
position: relative
}
.contributors .contributor-link {
display: block;
padding: 3px;
margin: 2px -3px;
color: #66757f;
white-space: nowrap;
text-shadow: none;
border-radius: 3px
}
.contributors .avatar {
margin-right: 6px;
vertical-align: middle
}
.contributor-link:hover .avatar {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}
.contributors-inner {
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 142px;
padding: 0 12px 0 22px;
overflow-x: hidden;
overflow-y: auto
}
.webkit .contributors-inner {
margin-right: 10px
}
#signout-form {
display: none
}
body.ja .has-sms {
display: none
}
html[lang=ja] .has-sms {
display: none
}
.default-theme {
background-color: #3c8fc9
}
.logged-in.swift-loading .Footer {
display: none
}
.mini-profile {
font-size: 12px
}
.mini-profile .list-link {
padding-top: 12px;
padding-bottom: 12px;
border-bottom: 0
}
.mini-profile img {
float: left
}
.mini-profile .content {
margin-left: 42px
}
.mini-profile .profile-summary .fullname {
display: block;
font-size: 14px;
color: #14171a
}
.mini-profile .nombreUsuario {
color: #657786
}
.mini-profile .view-profile {
display: block
}
.mini-profile .metadata {
font-size: 11px
}
.stats {
overflow: hidden
}
.stats li {
display: inline
}
.stats a {
float: left;
padding: 7px 28px 0 0;
color: #657786;
font-size: 10px;
line-height: 16px;
text-transform: uppercase
}
.stats th {
color: #657786;
font-size: 10px;
font-weight: normal;
text-align: left;
text-transform: uppercase
}
.stats a:hover {
text-decoration: none
}
.stats a strong {
color: #1b95e0;
display: block;
font-size: 18px;
font-weight: 500;
line-height: 20px
}
.stats li:first-child a {
border-left: 0
}
.enhanced-mini-profile .mini-profile .profile-summary .metadata {
display: none
}
.enhanced-mini-profile .mini-profile .profile-summary {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 16px 0 0 0;
position: relative;
overflow: hidden;
background-size: 100%;
background-repeat: no-repeat;
background-position: 0 0;
border: 0
}
.enhanced-mini-profile .mini-profile .profile-summary .content {
margin: 0 0 22px 0;
text-align: center
}
.enhanced-mini-profile .mini-profile .profile-summary img.avatar {
position: static;
float: none;
border: 3px solid #fff;
width: 48px;
height: 48px
}
.enhanced-mini-profile .mini-profile .profile-summary .fullname {
font-size: 21px;
margin: 9px 0 8px 0
}
.enhanced-mini-profile .mini-profile .profile-summary .screen-name {
font-size: 14px
}
.enhanced-mini-profile .mini-profile .profile-summary .fullname,
.enhanced-mini-profile .mini-profile .profile-summary .screen-name {
display: block;
color: #fff;
white-space: nowrap;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}
.enhanced-mini-profile .mini-profile .profile-summary a:hover .fullname,
.enhanced-mini-profile .mini-profile .profile-summary a:hover .screen-name {
color: #fff
}
.enhanced-mini-profile .mini-profile .stats {
border-collapse: separate;
border-top: 0;
width: 100%
}
.enhanced-mini-profile .mini-profile .stats.longer strong {
font-size: 14px
}
.enhanced-mini-profile .mini-profile .stats.long strong {
font-size: 16px
}
.enhanced-mini-profile .stats a {
padding: 0
}
.enhanced-mini-profile .stats th {
color: #657786;
font-size: 10px;
font-weight: normal;
padding-top: 7px;
text-align: left;
text-transform: uppercase
}
.enhanced-mini-profile .stats td {
padding-bottom: 7px
}
.enhanced-mini-profile .stats th,
.enhanced-mini-profile .stats td {
padding-left: 15px
}
.enhanced-mini-profile .mini-profile-stats-container {
position: relative;
z-index: 1
}
.enhanced-mini-profile-camera-button .edit-header-trigger {
position: absolute;
cursor: pointer
}
.enhanced-mini-profile-camera-button .mini-profile .edit-header-trigger {
z-index: 1;
top: 13px;
right: 13px
}
.enhanced-mini-profile-camera-button .profile-header .edit-header-trigger {
top: 9px;
right: 9px
}
.profile-editing .edit-header-trigger,
.profile-header .edit-header-trigger.has-header {
display: none
}
.muted {
color: #657786
}
.important {
color: #c00c0c
}
.lead {
color: #657786;
font-size: 16px;
font-weight: 300;
margin-bottom: 10px
}
.fine-print {
color: #657786;
font-size: 11px;
line-height: 15px
}
.hidden {
display: none
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.inline-list {
margin-left: 0
}
.inline-list li {
display: inline
}
.clearfix:before,
.clearfix:after,
.control-group:before,
.control-group:after,
.stream-item>div:before,
.stream-item>div:after,
.module:after,
.module:before,
.follow-card header:after,
.follow-card header:before,
.follow-bar:after,
.follow-bar:before,
.tweet-form:after,
.tweet-form:before,
.modal-footer:after,
.modal-footer:before,
.local-trends-breadcrumb:after,
.local-trends-breadcrumb:before,
.input-prepend .add-on,
.input-append .add-on,
.wrapper:after,
.wrapper:before,
.expanded-content:before,
.expanded-content:after,
.stream-item:before,
.stream-item:after {
content: " ";
display: table
}
.clearfix:after,
.control-group:after,
.stream-item>div:after,
.module:after,
.follow-card header:after,
.follow-bar:after,
.tweet-form:after,
.modal-footer:after,
.local-trends-breadcrumb:after,
.wrapper:after,
.expanded-content:after,
.stream-item:after {
clear: both
}
.unselectable {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.ellipsify-container {
overflow: hidden;
position: relative
}
.ellipsify-container .ellip-content {
display: inline-block;
overflow: hidden;
white-space: nowrap
}
.ellipsify-container .ellip {
position: absolute;
right: 0;
top: 0
}
.user-topics {
display: block;
list-style: none;
margin: 4px 0 2px 0;
border: 0;
padding: 0;
overflow: hidden;
height: 2em
}
.user-topic {
display: inline-block;
position: relative;
vertical-align: middle;
list-style: none;
margin: 2px 2px 8px 0
}
.user-topic a {
padding: 3px 6px;
font-size: 12px;
line-height: 12px!important;
white-space: nowrap;
color: #66757f;
background-color: #e9e9e9;
border-radius: 3px;
text-decoration: none;
cursor: pointer;
text-shadow: none
}
.user-topics-sidebar {
display: block;
list-style: none;
margin: 2px 0 2px 0;
border: 0;
padding: 0;
overflow: hidden;
height: 2em
}
.user-topic-sidebar {
display: inline-block;
position: relative;
vertical-align: middle;
list-style: none;
margin: 2px 2px 8px 0
}
.user-topic-sidebar a {
padding: 3px 6px;
font-size: 11px;
line-height: 11px!important;
white-space: nowrap;
color: #66757f;
background-color: #e9e9e9;
border-radius: 3px;
text-decoration: none;
cursor: pointer;
text-shadow: none
}
.user-topic a:hover {
color: #14171a;
background-color: #ccd6dd
}
.user-topic-sidebar a:hover {
color: #14171a;
background-color: #ccd6dd
}
.contact-import-services .service-button strong {
font-weight: normal
}
.contact-import-services .service-link,
.contact-import-services .service-link:hover {
display: block;
padding-bottom: 5px;
text-decoration: none
}
#suggested-users {
clear: right
}
.user-similarities-list,
.wtf-module .empty-timeline,
.component .empty-timeline {
padding-bottom: 10px
}
.module .tweet-box {
line-height: 1
}
.tweetbox-placeholder {
height: 34px
}
.profile-summary {
cursor: pointer
}
.module.profile-summary small {
display: block;
line-height: 16px
}
.module.profile-summary .fullname {
font-size: 14px
}
.tweet-user {
padding: 10px 12px;
background-color: #f5f8fa;
border-radius: 0 0 5px 5px
}
.empty-timeline-header .dismiss {
background-color: #f9f9f9;
border: 2px solid #959595;
border-color: rgba(0, 0, 0, 0.4);
border-radius: 4px
}
.empty-timeline-header .dismiss {
padding: 4px 3px 3px 4px
}
.empty-timeline-header .dismiss.disabled,
.empty-timeline-header button[disabled].js-done {
display: none
}
.empty-timeline,
.empty-timeline .list-item:first-child {
margin-left: 0;
border-radius: 6px
}
.empty-timeline .list-item {
margin-bottom: 0
}
.empty-timeline-header,
.empty-timeline-section,
.empty-timeline-footer {
padding: 12px
}
.empty-timeline-header,
.empty-timeline-section {
border-bottom: 1px solid #e6ecf0
}
.empty-timeline-section,
.empty-timeline-footer {
background-color: #f9f9f9
}
.empty-timeline-header {
background-color: #fff;
border-radius: 6px 6px 0 0
}
.empty-timeline-header h3 {
margin-top: 1ex;
color: #657786
}
.empty-timeline-header .btn-link,
.empty-timeline-header a {
font-size: 12px
}
.empty-timeline-footer {
border-top-width: 0;
border-radius: 0 0 6px 6px
}
.empty-timeline-footer .primary-btn {
float: right
}
.empty-timeline-footer .instruction {
display: block;
margin-bottom: 9px;
color: #657786
}
.empty-timeline .list-item .following .follow-btn:hover {
background-color: #019ad2;
background-image: linear-gradient(#33bcef, #019ad2);
border-color: #057ed0
}
.empty-timeline .list-item .following .follow-btn:hover .unfollow-text {
display: none
}
.empty-timeline .list-item .following .follow-btn:hover .following-text {
display: block
}
.follow-card {
background-color: #fff
}
.follow-card header {
margin-bottom: 9px
}
.follow-card .flex-module-header h1 {
margin-bottom: 4px;
font-size: 20px
}
.follow-card header img {
float: left
}
.follow-card header .content {
margin-left: 82px
}
.follow-card h1 small {
display: block;
font-size: 18px;
font-weight: normal;
line-height: 16px
}
.follow-card header h2 {
font-size: 14px;
line-height: 18px
}
.follow-card .description .bio {
margin-bottom: 9px
}
.follow-card .follow-bar {
padding: 10px 12px;
box-shadow: inset 0 1px 0 #fff
}
.follow-card .follow-bar {
background-color: #ebebeb;
background-repeat: repeat-x;
background-image: linear-gradient(#f2f2f2, #ebebeb);
border-top: 1px solid #e6ecf0;
border-radius: 0 0 6px 6px
}
.follow-card .stats {
border: 0
}
.follow-bar .follow-combo,
.follow-bar .subscribe-btn {
float: left
}
.follow-bar small {
float: right;
line-height: 30px;
text-shadow: 0 1px 0 #fff
}
.follow-bar .user-dropdown {
padding-top: 4px
}
.follow-card .featured-list-actions {
border-right: 1px solid #e6ecf0;
border-left: 1px solid #e6ecf0;
padding: 10px 12px
}
.follow-card .featured-list-actions .featured-list-btn {
margin-right: 10px
}
.follow-card .featured-list-actions .featured-list-explanation {
font-size: 12px
}
.profile-card .flex-module {
background-color: #fff
}
.profile-card .avatar {
float: left
}
.profile-card-inner {
float: left;
width: 50%;
margin: 0 0 0 12px
}
.profile-card-actions {
position: relative;
float: right
}
.profile-card-actions .btn-group-dropdown .dropdown-caret,
.profile-card-actions .dropdown-menu .dropdown-caret {
left: auto;
right: 10px
}
.profile-card-actions .follow-btn-container {
position: relative;
height: 30px
}
.profile-card.profile-header {
float: right;
width: 590px;
position: relative
}
.profile-card.profile-header .profile-picture {
position: relative;
z-index: 5;
margin: 40px auto 6px;
display: block;
width: 73px;
height: 73px;
border: 4px solid #fff;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
}
.profile-card .profile-picture {
display: block
}
.profile-card .profile-picture.hidden {
display: none
}
.profile-card.profile-header .avatar {
float: none;
border-radius: 3px
}
.profile-header .profile-card-inner {
width: 85%;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
margin: auto;
float: none;
position: relative
}
.profile-header .profile-card-inner h1,
.profile-header .profile-card-inner h2,
.profile-header .profile-card-inner p,
.profile-header .profile-card-inner s,
.profile-header .profile-card-inner a,
.profile-header .profile-card-inner a b,
.profile-header .profile-card-inner a:hover s,
.profile-header .profile-card-inner a:hover b {
color: #fff
}
.profile-card.profile-header .follow-status {
background-color: #aaa;
background-color: rgba(0, 0, 0, 0.25);
color: #fff
}
.profile-card.profile-header .bio-container {
font: inherit;
font-size: 14px;
line-height: 18px;
margin-bottom: 4px
}
.profile-card.profile-header .height-overflow .bio-container {
font-size: 12px
}
.user-dropdown {
height: 35px;
padding: 0 0 0 5px
}
.user-dropdown .user-dropdown-icon {
margin: 0 8px 0 3px
}
.small-user-dropdown {
height: auto
}
.small-user-dropdown .user-dropdown-icon {
padding-top: 5px;
margin-right: 8px
}
.user-actions-follow-button {
vertical-align: top
}
.dm-button .dm-new {
border-radius: 50%;
width: 10px;
height: 10px;
background-color: #0095ea;
position: absolute;
display: none;
margin-left: 27px;
margin-top: 2px
}
.dm-button.new .dm-new {
display: block
}
.dm-button.new {
width: 56px
}
.dm-button.new .dm-envelope {
margin-left: -13px
}
.dm-button.new.with-count .dm-new {
display: block;
width: 16px;
height: 16px;
padding: 0;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 16px;
color: white;
text-align: center;
left: 10px;
position: absolute;
top: 0
}
.dm-button.new.with-count {
width: 60px
}
.dm-button.new.with-count .dm-envelope {
margin-left: -18px
}
.dm-button.new.with-count-2 .dm-new {
width: 20px;
height: 20px;
line-height: 20px;
margin-top: -4px
}
.dm-button.new.with-count-2 {
width: 64px
}
.dm-button.new.with-count-2 .dm-envelope {
margin-left: -24px
}
.dm-button.new.with-count-3 .dm-new {
width: 24px;
height: 24px;
line-height: 24px;
margin-top: -6px
}
.dm-button.new.with-count-3 {
width: 68px
}
.dm-button.new.with-count-3 .dm-envelope {
margin-left: -28px
}
.dm-button .Icon {
color: inherit;
position: relative
}
.profile-social-proof {
background-color: #eee;
border-top: 1px solid #e6ecf0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px
}
.profile-social-proof .social-proof {
padding: 10px 15px 10px 12px
}
.profile-social-proof .facepile {
float: left;
margin-right: 9px
}
.profile-social-proof .namepile {
display: table;
height: 32px
}
.profile-social-proof .namepile p {
display: table-cell;
vertical-align: middle;
line-height: 17px;
font-size: 13px;
color: #898989
}
.rtl .url {
direction: rtl;
unicode-bidi: embed
}
.rtl .screenname {
direction: rtl;
text-align: left
}
.follow-status {
position: relative;
top: -2px;
padding: 2px 5px;
margin-left: 5px;
font-size: 10px;
line-height: 1;
color: #66757f;
text-transform: uppercase;
background-color: #eee;
border-radius: 3px
}
.profile-banner {
position: relative
}
.profile-banner img {
display: block;
background-color: #f9f9f9;
border-radius: 0 0 5px 5px
}
.banner-shadow {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
z-index: 2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08)
}
.avatar {
width: 48px;
height: 48px;
border-radius: 5px;
-moz-force-broken-image-icon: 1
}
.avatar--circular {
border-radius: 100%
}
.avatar-placeholder {
display: inline-block;
background-image: url(../../img/t1/avatar_placeholder.png)
}
.size128 {
width: 128px;
height: 128px;
border-radius: 6px
}
.size96 {
width: 96px;
height: 96px;
border-radius: 6px
}
.size73 {
width: 73px;
height: 73px;
border-radius: 5px
}
.size64 {
width: 64px;
height: 64px;
border-radius: 5px
}
.size32 {
width: 32px;
height: 32px;
border-radius: 4px
}
.size24 {
width: 24px;
height: 24px;
border-radius: 3px
}
.size18,
.size20 {
border-radius: 2px
}
.size20 {
width: 20px;
height: 20px
}
.size18 {
width: 18px;
height: 18px
}
.size16 {
width: 16px;
height: 16px;
border-radius: 0
}
.avatar-row {
overflow: hidden
}
.avatar-row a:focus img {
outline: dotted 1px #000;
outline: auto 5px -webkit-focus-ring-color
}
.avatar-row .size64 {
margin-right: 3px
}
.avatar-row .size73 {
margin-right: 5px
}
.avatar-row .avatar {
float: left;
margin-right: 5px
}
.list-link .avatar-row {
height: 32px;
margin-top: 7px;
margin-bottom: 4px;
line-height: 1
}
.list-link .avatar-row .avatar {
margin-right: 3px
}
.active .list-link .avatar-row {
margin-top: 8px;
margin-bottom: 3px
}
s {
text-decoration: none
}
b {
font-weight: normal
}
.pretty-link b {
color: inherit
}
.pretty-link:hover,
.pretty-link:hover s,
.pretty-link:focus,
.pretty-link:focus s {
text-decoration: none
}
.nombreUsuario-link:hover,
.pretty-link:hover b,
.nombreUsuario-link:focus,
.pretty-link:focus b {
text-decoration: underline
}
a.account-group:hover,
a.account-summary:focus .account-group {
text-decoration: none
}
a.account-group:hover .fullname,
a.account-group:focus .fullname,
a.account-summary:focus .fullname {
color: #1b95e0;
text-decoration: underline
}
a.account-group:hover .nombreUsuario,
a.account-group:focus .nombreUsuario,
a.account-summary:focus .nombreUsuario {
text-decoration: none;
color: #657786
}
.twitter-hashflag-container {
display: inline-block
}
.twitter-hashflag {
height: 1.25em;
width: 1.25em;
padding: 0 .05em 0 .1em;
vertical-align: -0.2em
}
.followers-count {
font-size: 12px;
color: #657786;
text-transform: lowercase
}
.followers-count strong {
font-weight: normal
}
.fullname {
color: #14171a;
font-size: 14px;
font-weight: bold
}
.account-group .nombreUsuario,
.time,
.time a,
.created-via,
.metadata,
.metadata button.btn-link,
.metadata a {
font-size: 13px;
color: #657786
}
.dismiss {
float: right;
width: 10px;
height: 10px;
margin-top: 5px;
cursor: pointer
}
button.dismiss {
background: transparent
}
.flex-table {
width: 100%
}
.flex-table-primary,
.flex-table-secondary {
vertical-align: top
}
.flex-table-primary {
width: 99%;
padding-right: 5px
}
.flex-table-secondary {
width: 1%;
max-width: 1%
}
.flex-table-form {
float: left;
width: 100%
}
.flex-table-input {
display: block;
width: 100%;
line-height: normal;
height: 35px;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.flex-table-btn {
float: right;
width: auto;
white-space: nowrap
}
.find-friends-content .fine-print {
font-size: 13px;
line-height: 20px;
font-weight: 400
}
.find-friends-search form {
background-color: #fff;
border-top: 0;
border-bottom: 0
}
.find-friends-top-subheader,
.find-friends-bottom-subheader {
background-color: #fff
}
.find-friends-top-subheader {
padding: 12px
}
.find-friends-bottom-subheader {
border-top: 1px solid #e6ecf0;
padding: 12px 12px 0 12px
}
h4.find-friends-top-subheader,
h4.find-friends-bottom-subheader {
color: #66757f;
font-size: 16px;
font-weight: 500
}
.find-friends-sources {
background-color: #fff;
padding: 0 0 12px;
border-radius: 0 0 5px 5px
}
.find-friends-list {
margin-bottom: 6px
}
.find-friends-list li:hover {
background-color: #f7fcff
}
.find-friends-list li {
position: relative;
overflow: hidden;
padding: 10px 12px;
line-height: 26px;
border-bottom: 1px solid #e6ecf0;
cursor: pointer
}
.find-friends-list .source {
display: block;
font-size: 14px;
color: #14171a
}
.find-friends-list b {
display: inline-block;
font-weight: bold;
line-height: 26px
}
.find-friends-list .icon {
width: 26px;
margin-right: 6px;
vertical-align: bottom
}
.find-friends-list .service-msn {
margin-right: 3px;
margin-left: 3px
}
.find-friends-list .btn {
float: right
}
.find-friends-list .matched-email {
margin-left: 32px;
font-size: 12px;
line-height: 18px
}
.find-friends-sources .fine-print {
padding: 6px 12px 0
}
.find-friends-results {
padding-top: 10px;
background-color: #fff;
border-left: 1px solid #e6ecf0;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid #e6ecf0;
border-right: 1px solid rgba(0, 0, 0, 0.1);
background-clip: padding-box
}
.find-friends-result {
float: left;
width: 160px;
margin-bottom: 36px;
margin-left: 10px
}
.find-friends-result .avatar,
.find-friends-result .fullname,
.find-friends-result .nombreUsuario {
display: block
}
.find-friends-result .avatar {
margin-bottom: 5px
}
.find-friends-result .fullname,
.find-friends-result .nombreUsuario {
overflow: hidden;
font-size: 12px;
line-height: 16px;
text-overflow: ellipsis;
white-space: nowrap
}
.find-friends-result .follow-combo {
margin-top: 5px;
float: left
}
.content-searchbar {
padding: 12px;
background-color: #f5f8fa;
border-bottom: 1px solid #e6ecf0
}
.content-searchbar .search-note {
margin-top: 10px;
color: #66757f
}
.content-searchbar .search-query {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 #fff
}
.content-searchbar .search-query:focus {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px rgba(82, 168, 236, 0.6)
}
.account-summary {
position: relative;
display: block;
min-height: 48px
}
.account-summary:hover,
.account-summary:focus,
.account-group:focus {
text-decoration: none
}
.account-summary+.account-summary {
margin-top: 10px
}
.account-summary .avatar {
position: absolute;
top: 0;
left: 0
}
.account-summary .content {
margin-left: 58px;
margin-right: 20px
}
.account-summary .account-group-inner,
.account-summary .pretty-link,
.account-summary .account-action,
.account-summary .location {
color: #657786
}
.account-summary .account-group,
.account-summary .account-action {
display: block;
line-height: 16px
}
.account-group .UserBadges {
font-size: .9em;
position: relative;
top: 1px
}
.account-group .UserBadges .Icon {
padding-left: 2px
}
.account-summary .maybe-follows-you {
display: none
}
.account-summary .account-group-inner,
.account-summary .metadata {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.account-summary .account-group-inner {
display: block;
width: 100%
}
.metadata.social-context,
.account-summary .location {
display: block
}
.account-summary .bio {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.account-summary .dismiss {
margin-top: 0;
color: #ccd6dd
}
.profile-summary .account-summary {
margin-bottom: 0
}
.modal .account-summary {
margin: 14px 14px 5px
}
.account-summary-small {
min-height: 32px
}
.account-summary-small .content {
margin-left: 0
}
.account-summary .Icon--promoted,
.account-summary .Icon--political {
font-size: 14px;
position: relative;
top: 2px
}
.account-summary.promoted-account .metadata a {
color: #657786;
font-size: 12px
}
.list-link .account-summary {
margin-bottom: 0
}
.alert-messages {
position: fixed;
top: 46px;
left: 0;
right: 0;
z-index: 999;
transition: top .5s
}
.overlay-enabled .alert-messages,
.modal-enabled .alert-messages {
top: 0;
z-index: 7000
}
.message {
position: relative;
width: 600px;
padding: 20px;
margin: 0 auto;
background: #fff;
background-color: rgba(255, 255, 255, 0.97);
border-radius: 0 0 6px 6px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}
.message .message-text {
display: block;
margin: 0 20px;
color: #66757f;
color: rgba(102, 117, 127, 0.6);
font-size: 14px;
line-height: 16px;
text-align: center;
word-wrap: break-word
}
.message .message-text a {
color: #1b95e0;
font-weight: bold
}
.message .message-text button {
color: #1b95e0;
font-weight: bold;
background-color: rgba(255, 255, 255, 0)
}
.message .BlockUnblock-container {
display: -moz-box;
display: -ms-flexbox;
display: flex
}
.message .BlockUnblock-text {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.message .close,
.message .dismiss {
position: absolute;
top: 7px
}
.message .close:hover,
.message .dismiss:hover {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.message .dismiss {
font-size: 12px;
font-weight: bold;
margin-top: 0;
text-decoration: none
}
.message .close,
.message .dismiss {
color: #66757f;
opacity: .6;
-ms-filter: "alpha(opacity=60)";
right: 12px
}
.message button,
.message .learn-more {
margin-left: 6px
}
.permalink-footer {
display: none;
}
.permalink-footer .footer {
margin-top: 10px;
}
.flex-module.error-page {
padding: 20px
}
.error-page p {
margin: 10px 0
}
.tweet.permalink-tweet {
cursor: default
}
.tweet.permalink-tweet .actions {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.field-highlight,
.alert {
background-color: #f7e8bc;
background-repeat: repeat-x;
background-image: linear-gradient(#fceec1, #f7e8bc)
}
.alert {
padding: 12px;
margin: -13px -12px 20px;
font-size: 13px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
border-color: #f7e8bc;
border-color: rgba(0, 0, 0, 0.03);
border-style: solid;
border-width: 1px 0
}
.alert .close {
float: right;
margin-top: 4px;
cursor: pointer
}
.prompt-box .alert .close {
display: none
}
.alert p {
color: #14171a;
white-space: pre-line
}
.alert h4 {
font-weight: bold;
white-space: pre-line
}
.content-placeholder-alert {
margin: 10px 0 15px;
border-width: 1px;
border-radius: 4px
}
.content-placeholder .content-placeholder-alert p {
color: #444;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5)
}
.wtf-module {
display: none
}
.wtf-module.has-content {
display: block
}
.wtf-module .expanded-container {
margin-top: 10px;
display: none
}
.wtf-module .expanded-similar-to {
margin: 12px -12px 0 -12px;
padding: 12px 12px 12px 12px;
background: #eee;
border-bottom: 1px solid #e6ecf0;
border-top: 1px solid #e6ecf0
}
.wtf-module .expanded-similar-to h3 {
margin-bottom: 8px;
font-size: 13px
}
.wtf-module .account-summary .content {
min-height: 48px
}
.wtf-module .metadata.social-context {
white-space: normal
}
.wtf-module h3 {
font-size: 18px;
color: #66757f
}
.wtf-module .account-group {
font-size: 14px
}
.rtl .email-input {
direction: rtl;
text-align: left
}
/*ESTE ESTILO FUE DESACTIVADO PARA NO INTERFERIR CON EL MODAL DE RESPUESTA PARA TWEET*/
/*
.modal:not(.is-autoPosition) {
position: relative;
top: 160px;
width: 520px;
margin: 0;
padding-bottom: 30px
}
*/
.modal.modal-large:not(.is-autoPosition) {
width: 600px
}
.modal {
z-index: 6000
}
.content-main.import-prompt,
.content-main .import-prompt {
margin-bottom: 10px
}
.import-prompt .no-header-inner {
padding: 12px
}
.import-prompt p>span {
color: #657786;
display: block;
font-size: 12px
}
.content-main.import-prompt button,
.content-main .import-prompt button {
float: right
}
.content-main .import-prompt button {
margin: .7em 0
}
.content-main .import-prompt button.btn-left {
float: left;
margin-right: 1em
}
.content-main .import-prompt button.btn-big {
margin-top: 1.2em;
margin-bottom: 1.2em
}
.content-main.import-prompt .icon,
.content-main .import-prompt .icon,
.content-main.import-prompt button .not-icon,
.content-main .import-prompt button .not-icon {
vertical-align: middle
}
.import-prompt .icon+span {
margin-left: 5px
}
.wtf-module .import-prompt {
background: #f5f8fa;
border-top: 0
}
.wtf-module .import-prompt .service,
.wtf-module .import-prompt .cta p {
vertical-align: middle;
display: inline-block
}
.wtf-module .import-prompt .service {
padding: 4px 6px;
border: 1px solid #e6ecf0;
border-radius: 3px;
background: #fff;
color: #000;
font-weight: bold;
font-size: 12px
}
.wtf-module .import-prompt .cta .service+p {
margin-left: 8px
}
.wtf-module .other-services .service,
.wtf-module .other-services p {
margin-top: 12px
}
.wtf-module .other-services .service {
width: 69px;
text-align: center;
cursor: pointer
}
.wtf-module .import-prompt .cta {
padding-bottom: 9px;
border-bottom: 1px solid #e6ecf0;
margin-bottom: 8px;
cursor: pointer
}
.wtf-module .import-prompt .flex-module-footer {
margin-top: 0
}
.wtf-module .import-prompt .btn-link {
font-size: 12px
}
.import-prompt .flex-module-footer .Icon {
margin-right: 4px
}
.import-prompt .flex-module-footer .middot {
padding: 0 3px
}
#empty-timeline-recommendations .empty-timeline .list-item:first-child {
margin-left: 45px
}
.stream,
.stream-container,
.stream-items {
position: relative;
margin-left: 0;
list-style: none
}
.in-reply-to>ol,
.tweets-wrapper,
.recent-tweets,
.view-dm-participants,
.activity-popup-users,
.activity-supplement {
margin-left: 0;
list-style: none
}
li.stream-item.highlighted {
background-color: #eaf5fd
}
.win10-wrapper .stream-item:not(.no-header-background-module) {
border-left: none;
border-right: 0
}
.stream-item:not(.no-header-background-module) {
background: #fff;
border-left: 1px solid #e6ecf0;
border-right: 1px solid #e6ecf0;
background-clip: padding-box
}
.stream-item-header .avatar,
.permalink-header .avatar {
float: left;
margin-top: 3px;
margin-left: -58px
}
.stream-item .content,
.permalink-tweet .content {
margin-left: 58px
}
.stream-item-header .account-group {
color: #657786
}
.account,
.tweet,
.app {
position: relative;
min-height: 51px;
padding: 9px 12px;
border-bottom: 1px solid #e6ecf0
}
.tweet .context+.stream-item-footer {
padding-top: 0
}
.tweet .card2 {
margin-top: 10px;
padding-bottom: 2px
}
.stream-end-item .account,
.stream-end-item .message-item,
.stream-end-item .tweet,
.stream-end-item .app {
border-bottom: 0
}
.rm-streamitem-clearfix .stream-item:before,
.rm-streamitem-clearfix .stream-item:after {
display: block;
content: normal;
clear: none
}
.tweet {
border-bottom: 1px solid #e6ecf0;
cursor: pointer
}
.tweet p {
word-wrap: break-word
}
.tweet .details {
display: inline-block;
margin-right: 2px
}
.tweet .context a {
color: #657786
}
.tweet .context.right {
text-align: right
}
.tweet .invisible,
.dm-message .invisible,
.dm-notification .invisible,
.bio .invisible {
font-size: 0;
line-height: 0
}
.tweet .stream-item-footer {
font-size: 12px;
padding-top: 1px
}
.tweet.permalink-tweet-withheld {
padding: 12px
}
.tweet .js-tweet-text {
white-space: pre-wrap
}
.tweet .with-icn .Icon {
background: transparent;
font-size: 16px;
position: relative;
top: 2px
}
.tweet .with-icn .Icon--lightning {
width: 14px
}
.tweet>.context {
margin-left: 58px
}
.tweet>.context .with-icn {
margin-left: -24px
}
.tweet>.context .with-icn .Icon {
font-size: 14px;
margin: 0 6px 0 0;
position: relative;
top: 2px
}
.tweet .stream-item-footer .metadata .Icon {
font-size: 14px;
margin-right: 2px;
position: relative;
top: 2px
}
.tweet .stream-item-footer .context .metadata a {
color: #657786;
font-size: 12px
}
.tweet .QuoteTweet {
margin-top: 12px
}
.tweet-translation {
border-top: 1px solid #e6ecf0;
border-bottom: 1px solid #e6ecf0;
margin-top: 5px;
padding: 5px 0 5px 0
}
.tweet-translation.needs-translation {
display: none!important
}
.tweet-translation-loading.spinner {
display: none
}
.stream-items .tweet-translation {
border-bottom: 0
}
.translation-attribution {
color: #657786;
font-size: 12px
}
.translation-attribution b {
font-weight: bold
}
.translation-attribution button {
float: right;
color: #657786
}
.attribution-logo {
display: inline-block;
width: 44px;
height: 20px;
background: url(../../img/t1/img_bing_logo.png) 2px 0 no-repeat;
vertical-align: middle
}
.tweet-translation-text,
.permalink-tweet .tweet-translation-text p,
.permalink-tweet .tweet-translation-text p b {
font-size: 14px;
margin-top: 6px;
line-height: 20px
}
.tweet-translation-text .twitter-hashtag {
direction: ltr;
unicode-bidi: embed
}
.tweet-translation-text .twitter-hashtag.rtl {
direction: rtl;
unicode-bidi: embed
}
.btn-link.translate-button {
color: #657786;
font-size: 14px;
margin: 6px -2px -2px 0;
text-align: left
}
.btn-link.translate-button .Icon--translator {
color: #657786;
font-size: 12px;
margin-right: 4px;
position: relative;
top: 1px
}
.stream-item .tweet-translation-text {
margin: 6px 0 0 0
}
.tweet .created-via {
color: #657786
}
.tweet .created-via:before {
content: "\00b7\00a0"
}
.tweet .time {
color: #657786
}
.tweet .time:before {
content: "\00b7"
}
.rtl .tweet .time {
display: inline-block
}
.tweet.show-ranked-visual-indicator .time a {
color: #17bf63
}
.tweet.show-undesirable-visual-indicator .time a {
color: #e0245e
}
.tweet-actions {
display: none
}
.tweet-actions li {
display: inline
}
.tweet-actions a,
.tweet-actions button {
margin-left: 8px
}
.tweet-actions a {
color: #657786
}
.tweet .tweet-actions .Icon {
font-size: 12px;
position: relative;
top: 1px;
width: auto
}
.stream .stream-item-footer {
display: table;
width: 100%
}
.stream .stream-item-footer .details {
display: table-cell;
margin: 0
}
.stream .stream-item-footer .tweet-actions {
display: table-cell;
text-align: right
}
.tweet-poi-geo-text,
.tweet-poi-geo-text a {
color: #657786
}
.tweet.highlighted {
background-color: #eaf5fd
}
.uncollapse .Icon--reply {
padding-right: 1px;
position: relative;
top: 1px
}
.tweet:hover {
background-color: #f5f8fa
}
.stream-item {
position: relative
}
.selected-stream-item:focus {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px rgba(82, 168, 236, 0.6);
z-index: 1
}
.recent-tweets .tweet:hover,
.stream-item-activity .tweet:hover {
background-color: transparent
}
.media-gallery-content .tweet:hover {
background-color: #111
}
.permalink-tweet:hover,
.permalink-tweet.focus {
background-color: #fff
}
.unclickable-tweet,
.unclickable-tweet .account-group {
cursor: default
}
.unclickable-tweet .account-group:hover .fullname {
color: #14171a;
text-decoration: none
}
.ScrollBump+.stream-item {
border-top: 1px solid #e6ecf0;
border-radius: 6px 6px 0 0
}
.tweet .content .context {
height: 22px
}
.tweet .dismiss-btn {
color: #657786;
margin-left: 10px
}
.tweet .dismiss-btn .close {
margin: 2px 4px 0 0
}
.tweet .dismiss-btn {
display: none;
font-size: 12px
}
.tweet:hover .dismiss-btn,
.tweet.focus .dismiss-btn {
display: inline
}
.tweet .dismiss-btn:hover .close,
.tweet .dismiss-btn:focus .close {
color: #14171a
}
.tweet .with-icn:hover .dismiss-btn span {
text-decoration: none
}
.tweet .with-icn .dismiss-btn:hover span {
text-decoration: underline
}
.tweet .dismiss-btn .Icon--close {
top: 1px;
color: #aab8c2
}
.tweet .social-context {
display: block;
color: #657786
}
.tweet .context .pretty-link s,
.tweet .context .pretty-link b {
color: #657786
}
.tweet.retweeted .time,
.tweet.favorited .time {
margin-right: 5px
}
.tweet .unfavorite,
.tweet.favorited .favorite,
.tweet.retweeted .retweet,
.tweet .undo-retweet,
.tweet.my-tweet .action-rt-container,
.tweet .cannot-retweet,
.tweet.user-pinned .user-pin-tweet,
.tweet .user-unpin-tweet {
display: none
}
.tweet.retweeted .undo-retweet,
.tweet.favorited .unfavorite,
.tweet.retweeted .cannot-retweet,
.tweet.user-pinned .user-unpin-tweet,
.tweet .user-pin-tweet {
display: inline
}
.grid-tweet .unfavorite,
.grid-tweet.favorited .favorite,
.grid-tweet.retweeted .retweet,
.grid-tweet .undo-retweet,
.grid-tweet.my-tweet .action-rt-container,
.grid-tweet .cannot-retweet {
display: none
}
.grid-tweet.retweeted .undo-retweet,
.grid-tweet.favorited .unfavorite,
.grid-tweet.retweeted .cannot-retweet {
display: block
}
.tweet .metadata {
overflow: hidden
}
.tweet .media-attribution {
float: left;
margin-top: 5px
}
.tweet .media-attribution img {
vertical-align: -25%;
height: 16px;
width: 16px
}
.media-tagging-block {
color: #657786;
font-size: 13px;
margin-top: 5px
}
.media-tagging-block .Icon {
vertical-align: baseline;
margin-right: 2px
}
.media-tagging-block a {
font-weight: normal;
color: #657786
}
.tweet-context {
font-size: 14px;
margin-top: -3px;
margin-bottom: 3px
}
.tweet-context.pinned {
display: none
}
.user-pinned .tweet-context.pinned {
display: block
}
.tweet .stats {
margin-top: 10px;
border-bottom: 1px solid #e6ecf0;
border-top: 1px solid #e6ecf0;
width: 100%
}
.tweet .stats a {
padding-top: 4px;
width: auto
}
.tweet .stats .avatar-row a {
cursor: pointer
}
.tweet .stats.no-activity-popup a:hover,
.tweet .stats.no-activity-popup a:focus {
color: #657786;
cursor: default
}
.tweet .stats.no-activity-popup a:hover strong,
.tweet .stats.no-activity-popup a:focus strong {
color: #14171a
}
.tweet .stats .avatar-row a {
padding: 11px 0
}
.stats .stat-count {
margin-right: 10px;
overflow: hidden;
min-width: 72px
}
.stats .stat-count strong {
font-size: 18px;
font-weight: 500;
line-height: 20px
}
.stats .stat-count a {
padding-right: 0
}
.stats li {
display: block;
float: left;
overflow: hidden
}
.tweet .stats li:first-child a {
padding-left: 0
}
.stream-item .stats .avatar-row a {
border-left: none
}
.stream-item .stats .avatar-row a:first-child {
padding-left: 12px;
border-left: 1px solid #e6ecf0
}
.client-and-actions {
clear: both;
margin-top: 10px
}
.client-and-actions .metadata {
line-height: 24px
}
.client-and-actions .more-tweet-actions>button {
padding: 3px
}
.client-and-actions .more-tweet-actions .Icon {
vertical-align: text-bottom
}
.client-and-actions .more-tweet-actions .dropdown-menu {
left: -50%;
top: 175%;
width: auto
}
.replies {
position: relative;
display: none;
padding: 0;
background-color: #f6f6f6;
background: #f6f6f6;
border-top: 1px solid #e6ecf0;
border-radius: 0 0 6px 6px
}
.replies .tweet {
min-height: 32px;
padding-left: 70px;
border-bottom: 1px solid #e6ecf0;
border-radius: 0
}
.replies .replies-to {
padding-top: 4px;
border-top: 1px solid #e6ecf0
}
.permalink .replies-to .tweet,
.in-reply-to .tweet {
min-height: 54px
}
.replies .tweets-wrapper>li:last-child .tweet {
border-bottom: 0
}
.replies .tweet .content {
margin-left: 112px
}
.replies .tweet .avatar {
margin-left: -42px;
width: 32px;
height: 32px;
border-radius: 4px
}
.replies .tweet .avatar-row .avatar.size24 {
width: 24px;
height: 24px;
margin-left: 0
}
.replies .tweet .content {
margin-left: 0
}
.tweet.with-user-actions .content {
margin-right: 120px
}
.tweet.with-user-actions .user-actions {
float: right;
margin-right: -120px
}
.tweet.with-user-actions .account-in-timeline-expand-follow .account-follow-btn,
.tweet.with-user-actions .account-in-timeline-blk .account-follow-btn,
.tweet.with-user-actions.permalink-tweet .user-actions.btn-group {
margin-right: 0
}
.recent-tweets {
margin-bottom: -10px
}
.recent-tweets .tweet {
min-height: 32px;
padding: 9px 15px 12px;
font-size: 12px;
border-bottom: 0;
border-top: 1px solid #e6ecf0;
border-radius: 0;
cursor: default
}
.recent-tweets .tweet .content {
margin-left: 112px
}
.recent-tweets .tweet .avatar {
margin-left: -41px;
width: 32px;
height: 32px;
border-radius: 4px
}
.recent-tweets .tweet .tweet-actions,
.recent-tweets .tweet .time {
right: 15px
}
.recent-tweets .tweet .content {
margin-left: 41px
}
.recent-tweets .tweet-actions {
display: none
}
.recent-tweets .tweet .action-reply-container,
.recent-tweets .tweet .action-fav-container,
.recent-tweets .tweet .action-rt-container,
.recent-tweets .tweet .action-more-container {
display: none
}
.recent-tweets .tweet .tweet-actions .details-tweet {
display: inline
}
.content-main .in-reply-to {
position: relative;
display: none;
height: 0;
background: #f6f6f6;
border-bottom: 1px solid #e6ecf0;
border-radius: 6px 6px 0 0
}
.content-main .in-reply-to .tweet {
padding-bottom: 12px;
border-bottom: 1px solid #e6ecf0
}
.content-main .in-reply-to .tweet,
.content-main .stream-item:first-child .in-reply-to {
border-radius: 0
}
.content-main .in-reply-to li:last-child .tweet {
border-bottom: 0
}
.content-main .in-reply-to .content-divider {
top: auto;
bottom: -1px;
left: 35px
}
.ReplyingToContextBelowAuthor {
color: #657786;
font-size: 14px;
line-height: 20px
}
.ReplyingToContextBelowAuthor .btn-link:not(:hover):not(:focus) {
color: #657786
}
.stream-item .account .content {
margin-right: 170px
}
.stream-item .account .with-checkbox {
margin-right: 38px
}
.stream-item .account.follower-recommendations .content {
min-height: 51px
}
.stream-item .js-recommendations-container.has-content {
padding-top: 15px
}
.stream-item .account .follow-combo,
.stream-item .account .btn-group,
.stream-item .account .edit-profile-btn {
float: right
}
.stream-item .account .verified {
margin: 0 4px 0 1px
}
.stream-item .account .content .bio {
word-break: break-word;
word-wrap: break-word
}
.stream .promoted-account .metadata .Icon {
font-size: 14px;
position: relative;
top: 2px
}
.app {
position: relative;
min-height: 48px
}
.app .revoke {
float: right
}
.app .report-app {
position: absolute;
right: 12px;
bottom: 11px;
width: 130px;
text-align: center;
font-size: 14px;
display: none
}
.revoked .app .report-app {
display: inline
}
.app .content {
margin-left: 60px;
margin-right: 130px
}
.app .app-img {
position: absolute;
top: 12px;
left: 12px
}
.app .creator,
.app .creator a {
color: #657786
}
.app .description {
color: #66757f
}
.media-not-displayed {
padding: 10px;
background: #f5f8fa;
border-radius: 2px;
margin: 10px 0 0
}
.media-not-displayed h2 {
margin-bottom: 3px;
font-size: 14px
}
.media-not-displayed p {
font-size: 12px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 16px;
color: #66757f;
padding: 5px 0
}
body.ar .media-not-displayed p,
body.fa .media-not-displayed p,
body.ur .media-not-displayed p {
font-family: Tahoma, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.AdaptiveMedia .media-not-displayed .btn {
padding: 2px 7px;
margin-top: 4px;
font-size: 11px
}
.permalink .media-not-displayed {
margin: 20px 0 25px
}
.permalink .media-not-displayed h2 {
margin-bottom: 5px;
font-size: 18px
}
.permalink .media-not-displayed p {
font-size: 14px;
line-height: 20px
}
.permalink .media-not-displayed .btn {
margin-top: 5px
}
.stream-end-item,
.stream-end,
.stream-loading,
.stream-placeholder {
border: 1px solid #e6ecf0;
border-top: 0;
border-radius: 0 0 6px 6px
}
.win10-wrapper .stream-end {
border: 0
}
.stream-end,
.stream-loading,
.stream-placeholder,
.content-placeholder,
.back-to-top,
.btn-link.back-to-top {
font-size: 13px;
color: #657786;
text-align: center
}
.stream-end-inner {
padding: 15px 50px;
background-color: #fff;
border-radius: 0 0 5px 5px;
display: none;
}
.win10-wrapper .stream-end-inner {
border-radius: 0
}
.stream-end p,
.stream-placeholder p {
margin-top: 5px
}
.more-button-container .btn {
display: block;
text-align: center
}
.stream-end,
.stream-loading,
.stream-whale-end {
margin-bottom: 14px
}
.stream-fail-container {
display: none
}
.stream-whale-top {
padding: 15px 50px;
border-bottom: 1px solid #e6ecf0;
text-align: center;
color: #66757f;
font-size: 14px
}
.stream-whale-top a {
color: #1b95e0
}
.stream-placeholder h2,
.content-placeholder h2 {
font-weight: normal
}
.stream-protected {
text-align: left
}
.stream-protected .stream-end-inner {
position: relative;
padding: 15px 12px;
background-color: #f6f6f6
}
.stream-protected h2,
.stream-protected p {
margin-right: 80px
}
.watermark-lock {
position: absolute;
right: 0;
bottom: 0;
border-radius: 0 0 5px 0
}
.content-placeholder .stream-end-inner {
padding-left: 30px;
padding-right: 30px
}
.content-placeholder .title {
margin-bottom: 9px;
font-size: 21px;
line-height: 28px
}
.content-placeholder p {
color: #66757f
}
.content-placeholder p,
.content-placeholder .btn {
font-size: 14px;
line-height: 20px
}
.content-placeholder .form-inline,
.content-placeholder .placeholder-actions {
margin-top: 15px;
margin-bottom: 15px
}
.content-placeholder .form-inline {
display: inline-block
}
.content-placeholder .form-inline .btn {
font-weight: bold
}
.tweet-text-rtl {
padding-right: 2px;
text-align: right;
direction: rtl;
unicode-bidi: embed
}
.rtl .js-tweet-text {
direction: rtl
}
.rtl .fullname {
unicode-bidi: embed
}
.rtl .fullname-rtl {
direction: ltr;
unicode-bidi: embed
}
.rtl .tweet-text-rtl {
padding-left: 2px;
text-align: left;
direction: ltr;
unicode-bidi: embed
}
.rtl.webkit .js-actions {
direction: ltr;
unicode-bidi: bidi-override
}
.js-navigation-active.stream-item {
background-color: #f5f8fa
}
.js-navigation-active.stream-item:hover {
background-color: #fff
}
.new-tweets-bar-visible,
.new-tweets-bar-visible+.stream {
position: relative;
top: -1px
}
.new-tweets-bar {
font-size: 13px;
display: block;
padding: 10px 1px;
cursor: pointer;
text-align: center;
font-weight: normal;
color: #1da1f2;
background-color: #f5f8fa;
border-top: 1px solid #e6ecf0;
border-bottom: 1px solid #e6ecf0;
z-index: 2
}
.new-tweets-bar:hover {
background-color: #e6ecf0
}
.inline-reply-tweetbox {
position: relative;
padding: 15px 12px 15px 70px
}
.inline-reply-tweetbox .tweet-box-title {
display: none
}
.inline-reply-user-image {
display: none
}
.spinner {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(../../img/t1/spinner-rosetta-gray-32x32.gif) no-repeat 0 0
}
.spinner-small {
display: inline-block;
background: url(../../img/t1/spinner-rosetta-gray-14x14.gif) no-repeat 0 0;
height: 14px;
width: 14px;
vertical-align: -2px;
margin-right: 2px
}
.spinner-small.spinner-dark-bg {
background: url(../../img/t1/spinner-rosetta-gray-14x14-dark-bg.gif) no-repeat 0 0
}
.spinner-bigger {
display: inline-block;
background: url(../../img/t1/spinner-rosetta-gray-32x32.gif) no-repeat 0 0;
height: 32px;
width: 32px
}
.timeline-end .empty-text {
overflow: hidden;
text-overflow: ellipsis
}
.timeline-end.has-items .empty-text,
.timeline-end.has-items .HomeEmptyTimeline {
display: none
}
.timeline-end .stream-loading {
display: none
}
.timeline-end.has-more-items .stream-loading {
display: block
}
.timeline-end.has-more-items .stream-end {
display: none
}
.replies .view-more-container {
border-top: 1px solid #e6ecf0
}
.replies .view-more-container .view-more-link {
display: inline-block;
padding: 14px 12px 14px 72px;
font-size: 14px
}
.tear {
background: #f5f8fa url(../../img/t1/bg_gap_bottom.png) top left;
position: relative;
font-size: 13px;
margin: -1px 0;
background-clip: padding-box
}
.tear button {
width: 100%;
background: url(../../img/t1/bg_gap_top.png) bottom left repeat-x;
padding: 20px 0;
font-size: 100%;
cursor: pointer;
border-radius: 5px;
background-clip: padding-box
}
.tear-processing .tear-text {
width: 14px;
height: 14px;
background: url(../../img/t1/spinner-rosetta-gray-14x14.gif) no-repeat;
text-indent: 21px;
overflow: hidden;
display: inline-block
}
.initial-card-height.card-type-audio,
.initial-card-height.card-type-direct_store_link_app,
.initial-card-height.card-type-player,
.initial-card-height.card-type-summary {
min-height: 130px
}
.initial-card-height.card-type-authenticated_web_view,
.initial-card-height.card-type-promo_website {
min-height: 271px
}
.initial-card-height.card-type-buy_now,
.initial-card-height.card-type-product_ad {
min-height: 332px
}
.initial-card-height.card-type-promo_image_convo,
.initial-card-height.card-type-image_direct_message {
min-height: 289px
}
.initial-card-height.card-type-promo_video_convo,
.initial-card-height.card-type-video_direct_message {
min-height: 371px
}
.initial-card-height.card-type-message_me {
min-height: 35px
}
.initial-card-height.card-type-moment {
min-height: 285px
}
.initial-card-height.card-type-periscope_broadcast {
min-height: 596px
}
.initial-card-height.card-type-poll2choice_image,
.initial-card-height.card-type-poll3choice_image,
.initial-card-height.card-type-poll4choice_image {
min-height: 511px
}
.initial-card-height.card-type-poll2choice_text_only {
min-height: 114px
}
.initial-card-height.card-type-poll3choice_text_only {
min-height: 149px
}
.initial-card-height.card-type-poll4choice_text_only {
min-height: 184px
}
.initial-card-height.card-type-poll_choice2_m,
.initial-card-height.card-type-poll_choice2_r {
min-height: 206px
}
.initial-card-height.card-type-poll_choice4_m,
.initial-card-height.card-type-poll_choice4_r,
.initial-card-height.card-type-poll_choice4_rc {
min-height: 277px
}
.initial-card-height.card-type-promotion {
min-height: 357px
}
.initial-card-height.card-type-summary_large_image {
min-height: 344px
}
.initial-card-height.card-type-summary_large_image.card-view-size-compact {
min-height: 131px
}
.initial-card-height.card-type-live_video {
min-height: 352px
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi) {
.stream-item {
background-clip: border-box
}
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"] .animated-gif {
border-radius: 5px
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"] {
max-height: none;
min-height: unset
}
.card2[data-card2-name="animated_gif"] .animated-gif,
.animated-gif-playing .card2[data-card2-name="animated_gif"] .Icon--gifBadge,
.animated-gif-playing .card2[data-card2-name="animated_gif"] .Icon--playButton {
display: none
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"].portrait:before {
padding-top: 100%;
display: block;
content: ""
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"].portrait .animated-gif {
background-color: #000;
position: absolute;
max-height: 100%;
top: 0;
left: 0;
right: 0
}
.animated-gif-playing .card2[data-card2-name="animated_gif"] .animated-gif,
.has-autoplayable-media .card2[data-card2-name="animated_gif"] .animated-gif,
.has-autoplayable-media.animated-gif-playing .card2[data-card2-name="animated_gif"] .Icon--gifBadge,
.card2[data-card2-name="animated_gif"] .tweet-details-fixer .Icon--gifBadge,
.card2[data-card2-name="animated_gif"] .Icon--playButton {
display: block
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"] {
position: relative
}
.tweet-view-option-container {
margin-top: 10px
}
.tweet-view-option {
background-color: lightblue;
border-radius: 6px;
padding: 5px;
white-space: nowrap;
line-height: 30px
}
.has-scroll-bump {
background: 0;
border: 0;
padding: 30px 0
}
.has-scroll-bump .ScrollBump-content>li {
display: inline-block;
width: 288px;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: bottom
}
.has-scroll-bump .ScrollBump-content>li:first-child {
margin-right: 10px
}
.promoted-tweet-heading {
padding-top: 5px;
margin-bottom: 8px
}
.stream-item.has-profile-promoted-tweet {
border-top: 1px solid #e6ecf0
}
.has-profile-promoted-tweet .stream-item {
border-radius: 0 0 6px 6px
}
.stream-item .Tombstone {
margin: 3px 0
}
.stream-item .content .Tombstone {
margin: 7px 0 2px
}
.list-author {
position: absolute;
top: 12px;
right: 12px
}
.list-follow-card h1 {
margin-right: 42px
}
.ListFollowCard-metadata {
font-size: 12px;
line-height: 16px
}
.list-of-lists li {
font-size: 14px;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.conversation-module {
position: relative
}
.conversation-module .conversation-header,
.conversation-module .conversation-tweet-item,
.conversation-module .missing-tweets-bar,
.conversation-module .original-tweet-item {
position: relative
}
.conversation-module .conversation-tweet-item .conversation-tweet {
cursor: pointer
}
.conversation-module .tweet {
padding-top: 6px;
padding-bottom: 6px
}
.conversation-module .conversation-root .tweet,
.conversation-module .conversation-replying-to.conversation-first-visible-tweet .tweet {
padding-top: 9px
}
.conversation-module .original-tweet-item .tweet {
padding-bottom: 9px
}
.content-main .conversation-module>li.conversation-tweet-item .tweet,
.content-main .conversation-module .conversation-header,
.content-main .conversation-module .missing-tweets-bar {
border-bottom: 0
}
.conversation-module .conversation-header .content {
margin-left: 50px
}
.conversation-module .missing-tweets-bar .content {
margin-left: 70px
}
.conversation-module .conversation-header .content {
padding: 6px 0 0 0
}
.conversation-module .conversation-tweet-item .stream-item-header .avatar {
margin-left: -58px;
width: 48px;
height: 48px;
border-radius: 5px
}
.conversation-module .conversation-tweet-item .tweet .content {
margin-left: 58px
}
.conversation-module .tweet .stream-item-header {
line-height: 16px
}
.vellip {
bottom: 9px;
left: 35px;
z-index: 1
}
.vellip,
.vellip:before,
.vellip:after {
position: absolute;
width: 3px;
height: 3px;
border-radius: 2px;
background-color: #1da1f2
}
.vellip:before {
content: "";
bottom: -4px
}
.vellip:after {
content: "";
bottom: 4px
}
.conversation-module>li:after,
.conversation-module>li:before {
content: "";
display: block;
position: absolute;
width: 3px;
background-color: #1da1f2;
left: 35px;
z-index: 1;
border-radius: 3px / 7px
}
.conversation-module>li:after {
top: 59px;
bottom: 0
}
.conversation-module .conversation-replying-to.conversation-first-visible-tweet:after {
top: 79px
}
.conversation-module .conversation-replying-to:not(.conversation-first-visible-tweet) .context,
.conversation-module .conversation-replying-to.conversation-first-visible-tweet .ReplyingToContextBelowAuthor,
.conversation-module .conversation-ancestor.conversation-tweet-item:not(.below-missing-bar):not(.conversation-first-visible-tweet) .ReplyingToContextBelowAuthor,
.conversation-module:not(.collapsed-ancestors) .has-conversation-module .ReplyingToContextBelowAuthor {
display: none
}
.conversation-module>li:before {
top: -2px;
bottom: auto;
height: 9px
}
.conversation-module .conversation-root:before {
display: none
}
.conversation-module>li.original-tweet-item:after {
display: none
}
.conversation-module.collapsed-root>li.conversation-tweet-item:before {
display: none
}
.conversation-module.collapsed-ancestors>li.original-tweet-item:before {
display: none
}
.conversation-module .conversation-root:after {
top: 62px
}
.conversation-module .conversation-root.conversation-replying-to:after {
top: 81px
}
.conversation-module>li.conversation-header:before,
.conversation-module>li.conversation-header:after {
display: none
}
.conversation-module .missing-tweets-bar:before {
height: 6px
}
.conversation-module .missing-tweets-bar:after {
top: 19px;
bottom: -2px
}
.conversation-module>li.original-tweet-item ~ li:before,
.conversation-module>li.original-tweet-item ~ li:after {
display: none
}
.conversation-module .conversation-header .uncollapse,
.conversation-module .missing-tweets-bar .missing-tweets-link {
display: block;
margin: 3px 0 2px 0;
white-space: nowrap;
text-overflow: ellipsis
}
.conversation-module .conversation-header .uncollapse {
font-weight: normal
}
.conversation-module .missing-tweets-bar .missing-tweets-link {
margin: 0;
line-height: 22px
}
.conversation-module .conversation-tweet-item .tweet:hover {
background-color: #f5f8fa
}
.conversation-module .conversation-header {
display: none
}
.stream-item.detached-conversation {
position: relative
}
.conversation-collapse-btn {
border: 1px solid #e6ecf0;
border-left: none;
border-radius: 0 6px 6px 0;
color: #ccd6dd;
cursor: pointer;
display: none;
height: 39px;
padding-bottom: 0;
padding-top: 2px;
position: absolute;
right: -40px;
top: 32px;
width: 40px
}
.conversation-collapse-btn.Icon {
background-color: #fff
}
.conversation-collapse-btn:hover,
.conversation-collapse-btn:focus {
color: #778697
}
.conversation-module .conversation-tweet-item,
.conversation-tweet,
.conversation-module .stream-item,
.conversation-module .original-tweet-item,
.conversation-module .conversation-header,
.conversation-module .missing-tweets-bar {
border-left: 0;
border-right: 0
}
.conversation-module .stream-item .tweet {
border-bottom: 0
}
.conversation-header.selected-stream-item:focus,
.missing-tweets-bar.selected-stream-item:focus {
margin-bottom: -1px;
border-bottom: 1px solid #fff
}
.conversation-module .account-group .avatar {
position: absolute
}
.opaque {
background: #fff;
z-index: 2
}
.focal-point-animating {
background: #fff;
z-index: 1;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px
}
.module-animating {
overflow: hidden
}
.view-more-animating {
position: relative;
z-index: 1
}
.selected-animating {
box-shadow: none!important;
border: 1px solid rgba(1, 1, 1, 0)!important;
margin: -1px
}
.stream-item.dismissed {
background-color: #f5f8fa;
border-bottom: 1px solid #e6ecf0
}
.stream-item .dismiss-module {
display: none
}
.stream-item.no-header-background-module .dismiss-module {
background: #fff;
border-left: 1px solid #e1e8ed;
border-right: 1px solid #e1e8ed;
background-clip: padding-box
}
.dismiss-module .feedback-action {
border-bottom: 1px solid #e6ecf0;
color: #657786;
font-weight: bold
}
.dismiss-module .action-confirmation {
padding: 18px 12px
}
.dismiss-module .feedback-action:last-child {
border-bottom: 0
}
.dismiss-module .action-confirmation {
font-weight: normal
}
.dismiss-module .feedback-action.unchosen-action .action-confirmation {
display: none
}
.dismiss-module .feedback-action .action-confirmation {
display: block
}
.dismiss-module .undo-action {
float: right;
cursor: pointer
}
.dismiss-module .undo-action:hover {
text-decoration: underline
}
.dismiss-module .action-prompt {
cursor: pointer
}
.stream-item.separated-module {
margin-top: 8px;
margin-bottom: 8px;
border-radius: 6px
}
.stream-item.separated-module.WtfLargeCarouselStreamItem,
.stream-item.separated-module.WtfCompactCarouselStreamItem {
margin-top: 28px;
margin-bottom: 28px
}
.stream-item.separated-module:not(.no-header-background-module):first-child {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: 0
}
.stream-item.separated-module+.stream-item,
.stream-item.separated-module+.stream-item .tweet:hover,
.PromptbirdPrompt-streamItem.separated-module+.stream-item {
border-top-left-radius: 6px;
border-top-right-radius: 6px
}
.stream-item+.stream-item.separated-module:not(.no-header-background-module),
.stream-item.separated-module+.stream-item:not(.no-header-background-module),
.PromptbirdPrompt-streamItem.separated-module+.stream-item:not(.no-header-background-module) {
border-top: 1px solid #e6ecf0
}
.recap-module .stream-item {
border-left: 0;
border-right: 0
}
.content-main .stream-items .recap-module>.stream-item:last-child,
.content-main .stream-items .recap-module>.stream-item:last-child .tweet,
.content-main .stream-items .recap-module>.stream-item>li:last-child,
.content-main .stream-items .recap-module>.stream-item:last-child li:last-child {
border-radius: 0 0 6px 6px
}
.recap-module .stream-item,
.content-main .recap-module li .inline-reply-tweetbox {
border-radius: 0
}
.recap-header {
border-bottom: 1px solid #e6ecf0;
color: #14171a;
font-size: 18px;
font-weight: 300;
line-height: 27px;
padding: 9px 12px
}
.recap-header .dropdown {
color: #aab8c2;
float: right;
font-size: 16px;
margin-left: 9px;
margin-top: 0
}
.recap-header .dropdown-menu {
margin-left: -13px;
margin-right: -12px;
margin-top: 9px
}
.swift-loading .RichEntryHeaderCaret {
display: none
}
.Emoji--forText {
height: 1.25em;
width: 1.25em;
padding: 0 .05em 0 .1em;
vertical-align: -0.2em
}
.Emoji--forLinks {
background-position: .1em;
background-repeat: no-repeat;
background-size: 1.25em 1.25em;
letter-spacing: 1.1em;
line-height: 1.25em;
padding-top: .15em;
-moz-user-select: none;
-ms-user-select: none
}
.ProfileNameTruncated {
height: 22px;
line-height: 1.3;
margin-top: -2px
}
.ProfileNameTruncated-link {
color: #14171a;
font-size: 18px;
font-weight: 700
}
.ProfileNameTruncated-withBadges {
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
vertical-align: top
}
.ProfileNameTruncated .UserBadges {
font-size: 15px;
top: 0
}
.ProfileNameTruncated .UserBadges .Icon {
padding-left: 4px;
vertical-align: middle
}
.ProfileNameTruncated-withBadges--1 {
max-width: calc(100% - 19px)
}
.ProfileNameTruncated-withBadges--2 {
max-width: calc(100% - 38px)
}
.ProfileNameTruncated-withBadges--3 {
max-width: calc(100% - 57px)
}
.ProfileCard {
background-color: #fff;
border: 1px solid #e6ecf0;
border-radius: 5px;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: left
}
.ProfileCard .pretty-link s,
.ProfileCard .pretty-link:hover s,
.ProfileCard .pretty-link:focus s,
.ProfileCard .pretty-link:active s,
.ProfileCard .pretty-link b,
.ProfileCard .pretty-link:hover b,
.ProfileCard .pretty-link:focus b,
.ProfileCard .pretty-link:active b {
color: inherit
}
.ProfileCard a,
.ProfileCard a:hover,
.ProfileCard a:focus,
.ProfileCard a:active,
.ProfileCard .pretty-link,
.ProfileCard .pretty-link:hover,
.ProfileCard .pretty-link:focus,
.ProfileCard .pretty-link:active {
color: #1b95e0
}
.ProfileCard-bg {
background-size: 100%;
border-bottom: 1px solid #e6ecf0;
display: block;
height: 95px;
border-radius: 4px 4px 0 0;
background-position: 0 50%
}
.ProfileCard-avatarLink {
background-color: #fff;
border-radius: 6px;
display: inline-block;
margin: -45px 2px 0 -3px;
padding: 3px;
position: relative;
vertical-align: bottom;
z-index: 1
}
.ProfileCard-avatarImage {
border-radius: 5px;
display: block;
height: 70px;
width: 70px
}
.ProfileCard-actions {
display: inline-block;
height: 35px;
margin: 0 0 -4px 0;
position: absolute;
right: 0;
vertical-align: bottom
}
.ProfileCard-actions .edit-button.small .button-text,
.ProfileCard-actions .AcceptDeclineActions-buttonText {
display: block;
max-height: 19px;
padding-top: 3px
}
.ProfileCard-actions .AcceptDeclineActions-buttonText {
color: #14171a
}
.ProfileCard-userActions.is-hidden {
display: none
}
.ProfileCard-content {
margin: 13px 15px;
position: relative
}
.ProfileCard-userFields {
color: #14171a;
margin-top: 5px;
width: 100%
}
.ProfileCard-screenname {
height: 14px;
line-height: 1;
margin-bottom: 10px
}
.ProfileCard .ProfileCard-screennameLink,
.ProfileCard .ProfileCard-screennameLink:hover,
.ProfileCard .ProfileCard-screennameLink:focus {
color: #66757f;
font-size: 12px;
font-weight: 400
}
.ProfileCard-bio {
color: #66757f;
font-weight: 400;
word-wrap: break-word;
overflow: hidden;
font-size: 14px;
line-height: 1.375em;
height: 5.5em;
margin-top: 5px
}
.ProfileCard-bio a .invisible {
font-size: 0;
line-height: 0
}
.ProfileCard-promoted {
color: #657786;
font-size: 13px;
line-height: 1;
margin-left: 4px
}
.ProfileCard-promotedIcon {
position: relative;
top: 1px;
margin-right: 2px;
font-size: 13px
}
.ProfileCard-promotedText {
color: #657786;
font-size: 13px
}
.ProfileCard-footer {
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.ProfileCard.with-SocialContext .ProfileCard-bio {
max-height: 4.125em
}
.ProfileCard .social-proof {
color: #657786;
font-size: 12px;
margin-top: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%
}
.ProfileCard--withheld .ProfileCard-bg,
.ProfileCard--withheld .ProfileCard-avatarImage {
background-color: #f5f8fa
}
.ProfileCard-userActions .user-actions.following:not(.show-more-actions-button):hover .UserActions-moreActions {
opacity: 0;
-ms-filter: "alpha(opacity=0)"
}
.ProfileCard-userActions .user-actions.following:hover .UserActions-moreActions:hover {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
@media(max-width:1200px) {
.ProfileCard .favorite-user-button, .ProfileCard .unmute-button, .ProfileCard .mute-button {
display: none
}
}
.ProfileCard .unmute-button,
.ProfileCard .mute-button {
padding: 0
}
.ProfileCard a.edit-button {
color: #66757f
}
.ProfileCard a.edit-button:active,
.ProfileCard a.edit-button:focus,
.ProfileCard a.edit-button:hover {
color: #14171a;
text-decoration: none
}
.ProfileCard--wide .ProfileCard-bg {
height: 160px
}
.ProfileCard--wide .ProfileCard-avatarImage {
height: 110px;
width: 110px
}
.ProfileCard--wide .ProfileCard-avatarLink {
margin-top: -77px;
padding: 4px
}
.ProfileCard.ProfileCard--wide .ProfileCard-screennameLink,
.ProfileCard.ProfileCard--wide .ProfileCard-screennameLink:hover,
.ProfileCard.ProfileCard--wide .ProfileCard-screennameLink:focus {
font-size: 13px
}
.ProfileCard--wide .ProfileCard-bio {
color: #14171a;
height: auto;
max-height: 2.75em;
margin-top: 7px;
margin-bottom: 7px
}
.ProfileCard--wide .ProfileCard-locationAndUrl {
line-height: 1.375em
}
.ProfileCard--wide .ProfileNameTruncated-link {
font-size: 20px;
line-height: 1
}
.ProfileCard--wide .ProfileCardStats {
display: inline-block;
margin-left: 13px;
margin-top: 3px;
padding: 0;
position: absolute;
width: 270px
}
.FollowStatus {
color: #657786;
font-size: 11px;
font-weight: 400;
margin-left: 3px;
text-transform: uppercase
}
.UserActionsIconOnlyFollowButton .Icon {
color: inherit;
padding: 0
}
.UserActionsIconOnlyFollowButton .Icon--follow {
color: #1da1f2
}
.UserActionsIconOnlyFollowButton .Icon--clock,
.UserActionsIconOnlyFollowButton:hover .Icon--clock,
.UserActionsIconOnlyFollowButton:hover .Icon--report {
color: #66757f
}
.UserActionsIconOnlyFollowButton .Icon,
.UserActionsIconOnlyFollowButton.following:hover .cancel-hover-style .Icon--unfollow,
.UserActionsIconOnlyFollowButton.pending:hover .cancel-hover-style .Icon--report,
.UserActionsIconOnlyFollowButton.following:hover .Icon--following,
.UserActionsIconOnlyFollowButton.pending:hover .Icon--clock {
display: none
}
.UserActionsIconOnlyFollowButton.not-following .Icon--follow,
.UserActionsIconOnlyFollowButton.following .Icon--following,
.UserActionsIconOnlyFollowButton.pending .Icon--clock,
.UserActionsIconOnlyFollowButton.following:hover .cancel-hover-style .Icon--following,
.UserActionsIconOnlyFollowButton.pending:hover .cancel-hover-style .Icon--clock,
.UserActionsIconOnlyFollowButton.following:hover .Icon--unfollow,
.UserActionsIconOnlyFollowButton.pending:hover .Icon--report {
display: inline-block
}
.ActivityItem-facepile {
margin: 0;
padding: 10px 12px 0 70px
}
.ActivityItem-header {
margin-left: 70px
}
.ActivityItem-headerText {
display: inline-block
}
.ActivityItem-headerTimestamp {
color: #657786;
display: inline-block;
font-size: 13px
}
.ActivityItem-headerTimestamp:before {
content: "\00b7";
display: inline-block
}
.ActivityItem-headerTimestamp .activity-timestamp {
display: inline-block
}
.ActivityItem .activity-truncated-tweet {
margin-left: 70px;
margin-right: 12px
}
.ActivityItem .view-all-supplements {
margin-top: 5px
}
.ActivityItem-quoteTweetContainer {
margin-top: 5px
}
.ActivityItem .QuoteTweet .tweet-content {
padding: 0;
margin: 0
}
.ActivityItem:not(.highlighted) .QuoteTweet--slim:hover {
background: #f5f8fa
}
.ActivityItem .stream-item-list_member_added .activity-supplement {
display: block
}
.MessageStreamItem {
border-radius: 3px;
border: 1px solid #e6ecf0;
margin: 10px 0
}
.MessageStreamItem-inline {
background: #fff;
border-radius: 3px;
border: 1px solid #e6ecf0;
margin: 0
}
.MessageStreamItem a {
text-decoration: none
}
.MessageStreamItem-container {
text-align: center;
padding: 40px
}
.MessageStreamItem .Icon--close {
color: #ccd6dd;
font-size: 12px;
margin: 10px
}
.MessageStreamItem-header {
font-size: 33px;
line-height: 1.2;
font-weight: 300;
color: #1da1f2
}
.MessageStreamItem-body {
color: #657786;
font-size: 22px;
margin-top: 1em;
font-weight: 300;
line-height: 1.3
}
.MessageStreamItem-button {
display: block;
margin: 1.5em auto
}
.MessageStreamItem-settings-link {
display: block
}
.MessageStreamItem-settings-link:hover {
text-decoration: underline
}
.MomentStreamItem {
border-radius: 3px;
border: 1px solid #e6ecf0;
margin: 10px 0
}
.MomentStreamItem:hover {
background-color: #f5f8fa
}
.MomentStreamItem a {
text-decoration: none
}
.MomentStreamItem-container {
display: -moz-box;
display: -ms-flexbox;
display: flex;
padding: 15px
}
.MomentStreamItem-icon {
text-align: center;
width: 40px
}
.MomentStreamItem-content {
margin-left: 10px
}
.MomentStreamItem-title {
font-size: 14px;
font-weight: bold
}
.MomentStreamItem-description {
color: #657786;
font-size: 13px
}
.WtfLargeCarouselStreamItem {
background-color: transparent;
border: 0
}
.WtfLargeCarouselStreamItem-header {
margin: 0 10px 6px 2px
}
.WtfLargeCarouselStreamItem-header .dropdown {
color: #aab8c2;
float: right;
font-size: 16px;
margin-left: 9px;
margin-top: 0
}
.WtfLargeCarouselStreamItem-header .dropdown-menu {
left: -13px
}
.WtfLargeCarouselStreamItem-title {
color: #66757f;
font-size: 18px;
font-weight: 300
}
.WtfLargeCarouselStreamItem-refreshBtnContainer {
font-size: 12px
}
.WtfLargeCarouselStreamItem-refreshDisabledBtn {
color: #aab8c2
}
.WtfLargeCarouselStreamItem-user.selected-stream-item:focus {
border: 0;
margin: 0
}
.WtfSuggestStreamItem {
background-color: transparent;
border: 0
}
.WtfSuggestStreamItem-header {
border-bottom: 1px solid #e6ecf0;
font-size: 18px;
font-weight: 300;
line-height: 27px;
padding: 9px 12px
}
.WtfSuggestStreamItem-header .dropdown {
color: #aab8c2;
float: right;
font-size: 16px;
margin-left: 9px;
margin-top: 0
}
.WtfSuggestStreamItem-header .dropdown-menu {
left: -13px
}
.WtfSuggestStreamItem-title {
color: #14171a
}
.WtfSuggestStreamItem-refreshBtn,
.WtfSuggestStreamItem-refreshBtnContainer,
.WtfSuggestStreamItem-viewAllLink {
font-size: 12px
}
.WtfSuggestStreamItem-refreshDisabledBtn {
color: #aab8c2
}
.WtfSuggestStreamItem-user.stream-item {
border-left: 0;
border-right: 0
}
.WtfSuggestStreamItem-user:last-child {
border-radius: 0 0 6px 6px
}
.WtfSuggestStreamItem-user:last-child .account {
border-radius: 0 0 6px 6px
}
.GenericActivity {
padding: 10px 12px 10px 70px
}
.GenericActivity.is-unread {
background: #eaf5fd
}
.GenericActivity.has-clickAction:hover {
background: #f5f8fa;
cursor: pointer
}
.GenericActivity-quoteTweetContainer {
margin-top: 5px
}
.GenericActivity:not(.has-clickAction) .QuoteTweet--slim:hover {
background: #f5f8fa
}
.GenericActivity-container {
display: -moz-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.GenericActivity-mainBody {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0
}
.GenericActivity-contextAltText,
.GenericActivity-socialProof {
color: #657786;
font-size: 13px;
line-height: 18px
}
.GenericActivity-socialProof {
margin-bottom: 5px
}
.GenericActivity-activityTimestamp {
color: #657786;
display: inline-block;
font-size: 13px;
line-height: 18px;
white-space: nowrap;
-ms-flex-negative: 0;
flex-shrink: 0
}
.GenericActivity-activityTimestamp:before {
content: "\00b7";
display: inline-block
}
.GenericActivity-activityTimestamp .activity-timestamp {
display: inline-block
}
.GenericActivity-icon {
color: #1da1f2;
position: absolute;
top: 0;
left: -24px;
font-size: 15px;
line-height: 16px
}
.GenericActivity.stream-item-activity .tweet-content {
margin: 0;
padding: 0
}
.GenericActivity-dismissMenu {
color: #aab8c2;
position: absolute;
right: -8px
}
.GenericActivity-dismissMenu .dropdown-toggle {
padding: 0 8px
}
.Tombstone {
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f5f8fa;
border: 1px solid #ccd6dd;
border-radius: 4px;
color: #66757f;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 12px 16px
}
.Tombstone-label {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.Tombstone-inlineAction {
white-space: nowrap
}
.Tombstone .Tombstone-action {
color: #657786;
font-weight: bold;
margin-left: 16px;
white-space: nowrap
}
.Tombstone .Tombstone-action:hover {
color: initial;
text-decoration: underline
}
.TombstoneWarning {
color: #66757f;
font-weight: 500
}
.modal-container,
.modal-overlay,
.lihp-mobile-callout,
.PermalinkOverlay,
.StartSearchOverlay,
.Gallery,
.gallery-overlay {
display: none
}
.modal-container.tweet-loading .modal-tweet {
display: none
}
.modal-container.tweet-showing .modal-tweet {
display: block
}
.modal .modal-tweet {
padding: 0;
text-align: left;
background-color: #fff
}
.modal .modal-tweet .tweet {
border: 0;
padding: 15px
}
.modal .modal-tweet .tweet:hover {
background-color: inherit
}
.modal .modal-tweet .actions,
.modal .modal-tweet .follow-bar,
.modal .modal-tweet .expanded-content,
.modal .modal-tweet .tweet-details-fixer,
.modal .modal-tweet .stream-item-footer,
.modal .modal-tweet .ProfileTweet-action,
.modal .modal-tweet .ProfileTweet-actionList {
display: none
}
.modal .modal-tweet .content {
margin-left: 58px;
min-height: 54px
}
.modal .modal-tweet .avatar {
top: 15px;
left: 15px
}
.modal .modal-tweet.disabled-links .tweet {
cursor: auto!important
}
.modal .modal-tweet.disabled-links a,
.modal .modal-tweet.disabled-links a strong,
.modal .modal-tweet.disabled-links a b,
.modal .modal-tweet.disabled-links a s {
color: inherit!important;
cursor: text!important
}
.modal .modal-tweet.disabled-links a img {
cursor: default!important
}
.modal .modal-tweet.disabled-links a:hover,
.modal .modal-tweet.disabled-links a:hover strong,
.modal .modal-tweet.disabled-links a:hover b,
.modal .modal-tweet.disabled-links a:hover s {
color: inherit!important;
text-decoration: none!important
}
.top-timeline-tweet-box-user-image {
left: 28px;
position: absolute;
top: 13px
}
.top-timeline-tweetbox .timeline-tweet-box {
border-radius: 5px 5px 0 0;
border: 1px solid #e6ecf0
}
.top-timeline-tweetbox .tweet-user {
border-radius: 3px 3px 0 0;
position: relative
}
.top-timeline-tweetbox .timeline-tweet-box .t1-form {
margin-left: 56px
}
.tweet-form .tweet-content {
position: relative;
margin-bottom: 8px
}
.tweet-form.condensed .tweet-content {
margin: 0
}
.tweet-form .tweet-box {
min-height: 64px;
overflow: hidden;
padding: 8px;
text-shadow: none;
vertical-align: top;
width: auto
}
.tweet-form .tweet-box-overlay {
background-color: rgba(245, 248, 250, 0.75);
bottom: 1px;
display: none;
left: 1px;
position: absolute;
right: 1px;
top: 1px;
z-index: 10
}
.currently-dragging .tweet-box-overlay {
display: block
}
.tweet-form textarea.tweet-box {
resize: none
}
.tweet-form.condensed .tweet-box {
color: #657786;
max-height: 20px;
min-height: 20px
}
.tweet-form div.rich-editor {
display: block;
word-wrap: break-word;
-webkit-nbsp-mode: normal
}
.tweet-form.condensed div.rich-editor {
overflow-y: hidden
}
.is-showPlaceholder:before {
pointer-events: none
}
.tweet-form div.rich-editor.is-showPlaceholder:before,
.tweet-form div.rich-editor:empty:before {
content: attr(data-placeholder-default);
color: #ccd6dd;
position: absolute
}
.tweet-form.is-reply div.rich-editor.is-showPlaceholder:before,
.tweet-form.is-reply div.rich-editor:empty:before {
content: attr(data-placeholder-reply)
}
.tweet-form.is-pollingCardComposerOn div.rich-editor.is-showPlaceholder:before {
content: attr(data-placeholder-poll-composer-on)
}
.tweet-form div.rich-editor.is-showPlaceholder:focus:before,
.tweet-form div.rich-editor:empty:focus:before {
opacity: .8;
-ms-filter: "alpha(opacity=80)"
}
.tweet-form.condensed div.rich-editor.is-showPlaceholder:before,
.tweet-form.condensed div.rich-editor:empty:before {
color: #657786
}
.tweet-form div.rich-editor[data-in-composition]:focus:before {
opacity: 0;
-ms-filter: "alpha(opacity=0)"
}
.tweet-form.condensed .rich-editor,
.tweet-form.condensed .rich-editor.p,
.tweet-form.condensed .rich-editor.div {
word-wrap: normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.rich-editor em {
font-style: normal;
background: #fcc
}
.tweet-form.condensed .reply-users {
display: none
}
.tweet-form .reply-users {
font-size: 13px;
margin-top: -4px;
padding-bottom: 8px;
color: #657786
}
.tweet-form .reply-users .nombreUsuario {
color: inherit
}
div.rich-editor p,
div.rich-editor p+p {
margin: 0
}
.rich-editor a,
.rich-editor a.pretty-link:hover b {
text-decoration: none!important
}
.RichEditor {
border: 1px solid #e6ecf0;
border-radius: 3px;
line-height: 18px
}
.RichEditor .typeahead {
margin: 1px 0 0 0
}
.tweet-form.is-cardComposerOn .RichEditor,
.tweet-form.has-thumbnail .RichEditor {
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.tweet-form.is-cardComposerOn .TweetBoxAttachments,
.tweet-form.has-thumbnail .TweetBoxAttachments {
border-width: 1px;
border-style: solid;
border-top: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px
}
.RichEditor-container {
position: relative
}
.RichEditor-scrollContainer {
overflow-y: auto;
margin: -18px 0;
max-height: 284px;
position: relative
}
.top-timeline-tweetbox .RichEditor-scrollContainer,
.inline-reply-tweetbox .RichEditor-scrollContainer {
max-height: none
}
.RichEditor div[contenteditable],
.RichEditor div[contenteditable]:focus,
.RichEditor div[contenteditable].fake-focus {
border: 0;
border-radius: 0;
box-shadow: none;
font-size: 14px;
padding: 8px 10px
}
.RichEditor.RichEditor--emojiPicker div[contenteditable],
.RichEditor.RichEditor--emojiPicker div[contenteditable]:focus,
.RichEditor.RichEditor--emojiPicker div[contenteditable].fake-focus {
padding-right: 31px
}
.RichEditor-pictographs {
font-size: 14px
}
.RichEditor-pictographText {
letter-spacing: .6em
}
.tweet-form.condensed .EmojiPicker {
display: none
}
.RichEditor-mozillaCursorWorkaround {
display: inline
}
.RichEditor-pictographImage {
height: 1.25em;
margin: -0.12em 0 0 .12em;
pointer-events: none;
position: absolute;
width: 1.25em
}
.RichEditor-tempTextArea {
border: 0;
height: 1px;
left: 0;
margin: 0;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
padding: 0;
position: fixed;
top: 0;
width: 100%;
z-index: -1
}
.currently-dragging .is-droppable .RichEditor {
border-color: transparent
}
.currently-dragging .is-droppable .RichEditor-scrollContainer {
background: #fff;
overflow: hidden
}
.currently-dragging .is-droppable .ComposerDragHelp {
display: block
}
.currently-dragging .is-droppable .tweet-box {
opacity: .2;
-ms-filter: "alpha(opacity=20)"
}
.currently-dragging .is-droppable:not(.condensed) .add-photo-icon {
display: block;
position: absolute;
right: 5px;
top: 5px;
z-index: 1
}
.currently-dragging .tweet-form.is-droppable .tweet-box-overlay {
display: none
}
.tweet-form.condensed .TweetBoxToolbar {
display: none
}
.tweet-form .RichEditor,
.tweet-form .tweet-box {
transition: padding-bottom 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.tweet-form .attribution {
display: none;
margin-top: 8px;
opacity: 0;
-ms-filter: "alpha(opacity=0)"
}
.tweet-form.has-attribution .attribution {
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
animation-name: show-attribution;
animation-delay: 300ms;
animation-duration: 100ms;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
color: #657786;
cursor: pointer;
display: -moz-box;
display: -ms-flexbox;
display: flex;
line-height: 16px
}
@keyframes show-attribution {
0% {
opacity: 0;
-ms-filter: "alpha(opacity=0)"
}
100% {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
}
.provider {
display: inline-block;
height: 20px;
width: 20px
}
.provider--giphy {
background-image: url(../../img/t1/icon_giphy.png)
}
.provider--riffsy {
background-image: url(../../img/t1/icon_riffsy.png)
}
.tweet-form.is-showingProgress .tweet-button .spinner {
display: inline-block;
position: relative;
margin-right: 5px
}
.photo-selector:hover .btn {
border-color: #1b95e0;
background-color: rgba(255, 255, 255, 0.25);
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 132, 180, 0.1))
}
.photo-selector.disabled:hover .btn {
background: rgba(255, 255, 255, 0.75)
}
.icon-btn .text.visuallyhidden {
position: absolute
}
.tweet-form .thumbnail-container {
display: none;
background-color: #f1f1f1;
border-radius: 0 0 3px 3px;
box-shadow: inset 0 1px 0 #ccd6dd;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
overflow: hidden;
transition: height 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.tweet-form.has-thumbnail .thumbnail-container {
display: block
}
.tweet-form .thumbnail-container .thumbnail-wrapper {
padding: 8px
}
.tweet-form .ComposerThumbnails {
display: -moz-box;
display: -ms-flexbox;
display: flex
}
.tweet-form.tweeting .ComposerThumbnail-play {
cursor: default;
opacity: .75;
-ms-filter: "alpha(opacity=75)"
}
.tweet-form.tweeting .ComposerThumbnail-edit,
.tweet-form.tweeting .ComposerThumbnail-remove,
.tweet-form.tweeting .ComposerThumbnail-duration {
display: none
}
.tweet-form .thumbnail-container .preview-message {
font-size: 12px;
color: #aaa
}
.tweet-form .thumbnail-container .preview-message .start-tagging {
margin-top: 8px
}
.photo-selector {
position: relative
}
.image-selector {
position: absolute;
top: 0;
left: 0;
z-index: 10;
height: 100%;
width: 100%;
overflow: hidden;
cursor: pointer
}
.image-selector .file-input {
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 100%;
height: 100%;
font-size: 50px;
cursor: pointer;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
padding-top: 100px
}
.photo-selector.disabled .image-selector {
display: none
}
.photo-selector.disabled,
.photo-selector.disabled:hover,
.photo-selector.disabled:hover .btn.disabled {
background: 0
}
.tweet-post-iframe,
.dm-post-iframe {
display: none
}
.tweet-form .spinner {
background-image: url(../../img/t1/spinner-rosetta-gray-14x14.gif);
display: none;
height: 14px;
margin-right: 10px;
position: relative;
top: 2px;
width: 14px
}
.tweet-form.tweeting .spinner {
display: inline-block
}
.tweet-form.tweeting .tweet-counter {
display: none
}
.tweet-form .link-message {
display: none;
color: #aaa;
font-size: 12px;
position: relative;
vertical-align: top;
top: 7px;
text-align: right;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75)
}
.tweet-form.has-link .link-message.single,
.tweet-form.has-links .link-message.plural {
display: inline-block
}
.tweet-form .tweet-button {
float: right
}
.tweet-form .tweet-button .tweet-counter {
margin-right: 5px
}
#geo-disabled-dropdown,
#geo-enabled-dropdown {
display: none
}
.geo-picker-btn .caret {
margin: 7px 0 0 0;
display: none
}
.geo-picker.active .geo-picker-btn .caret {
border-top-color: #019ad2;
display: inline-block
}
.geo-picker .geo-status {
display: inline-block;
vertical-align: middle;
max-width: 95px;
margin-left: 3px;
overflow: hidden;
color: inherit;
text-overflow: ellipsis;
white-space: nowrap;
width: auto
}
.geo-picker .active .geo-status {
color: inherit
}
.modal-body .geo-picker .geo-status {
max-width: 113px
}
.geo-picker .dropdown-caret {
left: 10px
}
.geo-picker .dropdown-menu {
width: 320px;
outline: 0
}
.geo-not-enabled-yet {
margin: 8px 14px 10px
}
.geo-not-enabled-yet h2 {
margin-bottom: 5px;
font-size: 16px
}
.geo-not-enabled-yet p,
.modal-body .geo-not-enabled-yet p {
margin-bottom: 10px;
line-height: 16px;
font-size: 13px;
color: #333
}
.geo-not-enabled-yet .geo-not-now {
margin-left: 8px;
font-size: 13px
}
.geo-picker .geo-dropdown-status,
.geo-picker .GeoSearch-focusable,
.geo-picker .GeoSearch-noResults {
padding-left: 30px;
overflow: hidden;
text-overflow: ellipsis
}
.geo-picker .GeoSearch-focusable {
position: relative;
cursor: pointer
}
.geo-picker .Icon--check {
position: absolute;
left: 12px;
top: 6px
}
.geo-picker .Icon--close {
position: absolute;
left: 12px;
top: 7px
}
.geo-picker .geo-dropdown-status,
.geo-picker .GeoSearch-noResults {
color: #66757f;
padding-top: 3px;
padding-bottom: 3px
}
.geo-query-location {
position: relative;
padding: 5px;
margin: -4px 0 6px;
background-color: #f5f8fa;
background-repeat: repeat-x;
background-image: linear-gradient(#fff, #f5f8fa);
border-bottom: 1px solid #e6ecf0;
border-radius: 4px 4px 0 0
}
.dropdown-menu .geo-query-location input[type=text] {
width: 280px;
padding-left: 24px
}
.geo-query-location .Icon--search {
color: #66757f;
left: 13px;
position: absolute;
top: 10px
}
.tweet-skip-button {
height: 37px;
margin-left: 10px
}
.user-select-container.photo-tagging-container {
margin-top: -7px;
position: absolute;
left: -100px;
width: 350px
}
.tweet-form.has-alt-text .user-select-container.photo-tagging-container {
margin-top: -7px
}
.tweet-box .photo-tagging-controls input[type=text] {
box-shadow: none
}
.home-tweet-box .user-select-container .dropdown-menu {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25)
}
.start-tagging.no-users {
background-color: transparent;
border: 0;
padding: 0
}
.start-tagging {
background: transparent;
border: 1px solid;
border-radius: 4px;
line-height: 24px;
padding: 0 10px
}
.tagged-users .user-name {
text-overflow: ellipsis;
display: inline-block;
overflow: hidden;
white-space: nowrap;
max-width: 130px;
vertical-align: top
}
.typeahead-empty-suggestions {
padding: 10px;
padding-top: 1px;
color: #66757f;
font-weight: bold;
font-size: 12px
}
.tagged-users {
margin-left: 4px
}
.TweetBox-photoIntent .add-photo-label {
display: none
}
.TweetBox-photoIntent .photo-selector {
margin-right: 0;
position: absolute;
right: -1px;
z-index: 1
}
.TweetBox-photoIntent .photo-selector .btn {
padding-right: 12px
}
.TweetBox-photoIntent .photo-selector:hover .btn {
background: 0;
border: 1px solid transparent
}
.TweetBox-photoIntent .photo-selector .btn:active,
.TweetBox-photoIntent .photo-selector .btn.active,
.TweetBox-photoIntent .photo-selector .btn:focus,
.TweetBox-photoIntent .photo-selector .btn.focus,
.TweetBox-photoIntent .photo-selector .btn.enabled {
background: 0;
border: 1px solid transparent;
box-shadow: none
}
.TweetBoxUploadProgress {
color: #8899a6;
display: none
}
.TweetBoxUploadProgress-bar {
border: 1px solid #c2ddf3;
display: inline-block;
margin-left: 10px;
vertical-align: middle;
width: 262px
}
.TweetBoxUploadProgress-barPosition {
background-color: #469ae9;
height: 10px;
transition: width 1s linear;
width: 0
}
.TweetBoxUploadProgress .TweetBoxUploadProgress-spinner {
display: inline-block;
margin-left: 4px;
position: relative;
top: 3px
}
.tweet-form.is-showingProgress .tweet-button .spinner,
.tweet-form.is-showingProgress .TweetBoxExtras-item {
display: none
}
.TweetBoxUploadProgress .TweetBoxUploadProgress-uploading,
.TweetBoxUploadProgress .TweetBoxUploadProgress-processing,
.tweet-form.is-showingProgress.is-uploading.is-waiting .TweetBoxUploadProgress-uploading,
.tweet-form.is-showingProgress.is-uploading.is-processing .TweetBoxUploadProgress-uploading {
display: none
}
.tweet-form.is-showingProgress .TweetBoxUploadProgress,
.tweet-form.is-showingProgress.is-uploading .TweetBoxUploadProgress-uploading,
.tweet-form.is-showingProgress.is-waiting .TweetBoxUploadProgress-processing,
.tweet-form.is-showingProgress.is-processing .TweetBoxUploadProgress-processing {
display: block
}
.tweet-form .CardComposer {
max-width: 100%;
transition: height 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
overflow: hidden;
display: none
}
.tweet-form.is-cardComposerOn.is-pollingCardComposerOn .CardComposer,
.tweet-form.is-cardComposerOn.is-pollingCardComposerOn .PollingCardComposer {
display: block
}
.user-select-container {
background-color: #fff
}
.user-select-container .typeahead-item {
display: none
}
.user-select-container .has-results .typeahead-item {
display: block
}
.user-select-container .typeahead-items.has-results {
padding-bottom: 6px
}
.user-select-container .dropdown-menu {
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.25);
display: block;
padding: 7px 0 0;
width: 100%
}
.user-select-container .select-status {
float: right
}
.user-select-container .select-status {
display: none
}
.user-select-container .selected-user .deselect-user,
.user-select-container .cannot-select .select-disabled {
display: block
}
.user-select-container .selected-user .deselect-user {
background-color: #1da1f2;
border-radius: 4px;
color: #fff;
padding: 0 8px
}
.user-select-container .cannot-select {
background-color: #eee
}
.user-select-container .cannot-select .fullname,
.user-select-container .cannot-select .nombreUsuario,
.user-select-container .cannot-select .nombreUsuario s,
.user-select-container .selected.cannot-select .fullname,
.user-select-container .selected.cannot-select .nombreUsuario,
.user-select-container .selected.cannot-select .nombreUsuario s,
.typeahead-accounts .selected-user .fullname,
.typeahead-accounts .selected-user .nombreUsuario,
.typeahead-accounts .selected-user .nombreUsuario s {
color: #ccc
}
.user-select-container .selected.cannot-select a {
background-color: transparent;
color: #66757f
}
.user-select-controls {
border: 1px solid #e6ecf0;
border-radius: 3px;
margin: 0 6px 3px
}
.user-select-controls .Icon {
margin: 5px 2px 0 8px;
opacity: .5;
-ms-filter: "alpha(opacity=50)"
}
.user-select-controls input {
background: transparent;
border: 0;
padding: 0;
width: 290px
}
.user-select-controls input:focus {
border-color: transparent;
border: 0;
box-shadow: none
}
.has-autoplayable-media .Icon--gifBadge,
.has-autoplayable-media .SnapReelHintContainer {
position: absolute;
left: 8px;
bottom: 8px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 3px;
z-index: 1
}
.has-autoplayable-media .AdaptiveMedia-badge .Icon--gifBadge {
background: transparent;
bottom: 0;
left: 0;
position: relative;
padding: 0
}
.has-autoplayable-media .Icon--gifBadge {
line-height: 16px;
padding: 0 5px 4px 5px
}
@keyframes showSnapReelHint {
from {
max-width: 0
}
to {
max-width: 100px
}
}
@keyframes hideSnapReelHint {
from {
max-width: 100px
}
to {
max-width: 0
}
}
.has-autoplayable-media .js-media-container .SnapReelHintContainer {
opacity: 1;
-ms-filter: "alpha(opacity=100)";
padding-left: 4px
}
.has-autoplayable-media .js-media-container .SnapReelHint {
bottom: 1px;
display: inline-block;
line-height: 13px;
max-width: 0;
overflow: hidden;
position: relative
}
.has-autoplayable-media .js-media-container .SnapReelHint .SnapReelHintText {
font-size: 13px;
padding-left: 2px;
padding-right: 4px
}
.tweet.animated-gif-playing .js-media-container .SnapReelHintContainer .SnapReelHint {
animation: showSnapReelHint 1s 1s forwards, hideSnapReelHint .5s 3.5s forwards
}
.tweet-details-fixer .Icon--gifBadge {
margin-top: -12px
}
.Icon--playButton {
line-height: 80px;
position: absolute;
left: 50%;
top: 50%;
font-size: 60px;
margin: -45px 0 0 -30px
}
.t1-form {
font-size: 12px;
margin-bottom: 0
}
.t1-form p+p {
margin-top: 9px
}
.t1-legend {
display: block;
width: 100%;
margin-bottom: 20px;
font-size: 20px;
line-height: 30px;
color: #14171a;
border-bottom: 1px solid #e6ecf0
}
.t1-label,
input,
textarea,
div[contenteditable],
.t1-select {
margin: 0;
font-size: 13px;
line-height: 20px
}
.t1-label {
display: block;
margin-bottom: 5px;
color: #14171a;
cursor: pointer
}
input,
textarea,
div[contenteditable],
.t1-select {
display: inline-block;
width: 210px;
padding: 4px;
margin: 0;
outline: 0;
background-color: #fff;
border: 1px solid #e6ecf0;
border-radius: 3px
}
input[type=checkbox],
input[type=radio] {
width: auto;
height: auto;
padding: 0;
margin: 3px 0;
line-height: normal;
border: 0;
background-color: transparent;
cursor: pointer
}
input[type=file] {
background-color: #fff;
padding: initial;
border: initial;
line-height: initial;
box-shadow: none
}
input[type=button],
input[type=reset],
input[type=submit] {
width: auto;
height: auto
}
.t1-select,
input[type=file] {
height: 30px;
line-height: 30px
}
.t1-select[multiple] {
background-color: #fff;
height: inherit
}
.inline-form {
float: left;
width: 100%;
margin: 10px 0
}
textarea {
height: auto
}
.radio,
.checkbox {
margin: 5px 0;
padding-left: 18px;
line-height: 18px
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
float: left;
margin-left: -18px
}
.radio-nested,
.checkbox-nested {
margin-left: 18px
}
.controls>.radio:first-child,
.controls>.checkbox:first-child {
padding-top: 1px
}
input,
textarea,
div[contenteditable] {
transition: background .2s linear
}
input:focus,
textarea:focus,
div[contenteditable="true"]:focus,
div[contenteditable="true"].fake-focus,
div[contenteditable="plaintext-only"]:focus,
div[contenteditable="plaintext-only"].fake-focus {
outline: 0;
color: #14171a;
border-color: #56b4ef
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
.t1-select:focus {
outline: 1px dotted #66757f;
outline: auto 5px -webkit-focus-ring-color;
box-shadow: none
}
.disabled,
.disabled:hover,
.disabled:focus,
.disabled:active,
input[disabled],
.t1-select[disabled],
textarea[disabled],
input[readonly],
.t1-select[readonly],
textarea[readonly],
div[contenteditable="false"],
div[contenteditable="true"][readonly] {
background: #f5f8fa;
border-color: #ccd6dd;
cursor: not-allowed
}
.disabled.btn,
.disabled.btn:active {
cursor: default;
box-shadow: none
}
input.placeholded,
textarea.placeholded {
color: #7f7f7f
}
.input-mini {
width: 50px
}
.input-small {
width: 90px
}
.input-medium {
width: 175px
}
.input-large {
width: 270px
}
.input-xlarge {
width: 330px
}
.input-block {
display: block;
width: 100%;
padding: 7px 9px;
margin-bottom: 5px;
font-size: 14px;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.help-text {
color: #657786
}
.help-text+.help-text {
margin-top: 9px
}
.help-text-inline {
position: absolute;
top: 6px;
left: 230px
}
.form-inline .btn {
font-weight: normal
}
.control-group {
margin-bottom: 15px
}
.form-horizontal .control-label {
float: left;
width: 120px;
padding-top: 5px;
text-align: right;
margin: 0;
font-size: 13px;
line-height: 20px;
border-bottom: 0
}
.form-horizontal .controls {
margin-left: 140px
}
.form-horizontal input,
.form-horizontal select,
.form-horizontal textarea {
margin-bottom: 5px
}
.form-horizontal .controls p {
color: #657786
}
.form-horizontal .form-actions {
padding-left: 140px;
margin: 20px 0 8px
}
.placeholder {
color: #657786!important;
white-space: nowrap;
cursor: text;
transition: opacity .1s, font-size .1s
}
.placeholder:focus {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input::placeholder,
textarea::placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input:focus::placeholder,
textarea:focus::placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
.BannersContainer--overlay {
left: 10px;
right: 10px;
margin: 0 auto;
max-width: 840px;
position: absolute;
z-index: 15;
top: 54px
}
.Banner {
background-clip: padding-box;
border-radius: 6px;
border: 1px solid #e6ecf0;
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 16px;
margin-bottom: 10px;
position: relative
}
.Banner .flex-module {
padding: 12px;
border-radius: 5px;
font-size: 13px;
line-height: 18px;
color: #3b372e;
background: #f6d171
}
.Banner .banner-row:first-child {
margin-top: 0;
padding-right: 20px
}
.Banner .banner-row {
margin-top: 5px
}
.Banner .banner-row .btn {
margin-right: 5px;
font-weight: normal;
border: 1px solid #e6ecf0;
background-clip: padding-box
}
.Banner .warning {
font-weight: bold;
background-color: #fcc;
background-image: none
}
.Banner #device-verification-pin {
height: 25px;
position: relative;
top: -2px
}
.Banner--aboveNav {
background-color: #ccd6dd;
border: 0;
border-radius: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: 62px;
line-height: 20px;
margin: 0;
text-shadow: none
}
.Banner-textContent {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.Banner--aboveNav+.Banner--aboveNav {
border-top: 1px solid #e6ecf0
}
.Banner--blue {
background-color: #1da1f2;
color: #fff
}
.Banner--red {
background-color: #f6809a
}
.Banner-contentContainer {
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
padding: 0 15px;
width: 890px
}
@media screen and (min-width: 1236px) {
.Banner-contentContainer {
width: 1190px
}
}
.Banner-actions {
-ms-flex-negative: 0;
flex-shrink: 0;
padding-left: 15px
}
.Banner-actions .btn {
margin-right: 5px
}
.Banner-textContainer {
-ms-flex-negative: 1;
flex-shrink: 1;
padding-right: 10px
}
.Banner--aboveNav.Banner--tall {
height: 120px
}
.Banner--aboveNav b {
font-weight: 500
}
.Banner-dismiss {
position: absolute;
top: 24px;
right: 100px
}
.Banner--blue a,
.Banner--blue a:active,
.Banner--blue a:focus,
.Banner--blue a:hover {
color: inherit
}
.DashboardProfileCard {
border: 1px solid #e6ecf0;
background: #fff;
border-radius: 6px
}
.DashboardProfileCard--withoutStats {
padding-bottom: 10px
}
.DashboardProfileCard-bg {
background-size: 100%;
border-bottom: 1px solid #e6ecf0;
height: 95px;
border-radius: 4px 4px 0 0;
background-position: 0 50%;
width: 100%;
padding: 0 1px;
margin-left: -1px;
margin-top: -1px
}
.DashboardProfileCard-avatarContainer {
width: 72px
}
.DashboardProfileCard-avatarContainer .dropdown.center {
float: none;
right: auto
}
.DashboardProfileCard-avatarContainer .dropdown.center .dropdown-menu {
position: absolute;
left: -64px;
top: 32px
}
.DashboardProfileCard-avatarImage .Icon {
margin: 15px 0 0 18px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33)
}
.DashboardProfileCard-avatarContainer .dropdown-menu {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
min-width: 220px;
padding: 7px 0 6px 0
}
.DashboardProfileCard-avatarContainer .dropdown-link {
font-size: 14px;
line-height: 26px;
color: #8799a5
}
.DashboardProfileCard-avatarContainer .dropdown-divider {
border-bottom-color: #e6ecf0;
margin-bottom: 5px
}
.DashboardProfileCard-avatarLink {
background-color: #fff;
border-radius: 6px;
margin: -30px 0 0 8px;
padding: 1px;
vertical-align: bottom
}
.DashboardProfileCard-avatarImage {
border-radius: 7px;
height: 72px;
width: 72px;
border: 2px solid #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #fff
}
.DashboardProfileCard-userFields {
position: absolute;
top: 103px;
left: 90px;
width: 185px
}
.DashboardProfileCard-name {
font-weight: 700;
font-size: 18px;
line-height: 25px;
margin: -1px 0 -2px 0
}
.DashboardProfileCard .account-group .UserBadges {
top: 2px
}
.DashboardProfileCard-screennameLink {
font-size: 12px;
padding-right: 5px;
color: #66757f
}
.DashboardProfileCard-tweetbox {
border: 1px solid;
padding: 12px;
width: 264px;
margin-left: -1px;
margin-bottom: -1px
}
.DashboardProfileCard-tweetbox .tweet-box {
padding: 11px;
font-size: 14px;
color: #657786
}
.DashboardProfileCard-tweetbox .Icon--geo {
margin: 0
}
.DashboardProfileCard-tweetbox .photo-selector .text {
display: none
}
.DashboardProfileCard-tweetbox .condensed .tweet-box {
padding-right: 30px
}
.DashboardProfileCard-tweetbox .tweet-action {
background-image: none;
text-shadow: none
}
.ProfileCardStats {
margin-left: 11px;
padding: 10px 0
}
.ProfileCardStats-stat {
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 1;
overflow: hidden;
transition: all .15s ease-in-out
}
.ProfileCardStats-stat:lang(ar),
.ProfileCardStats-stat:lang(fa),
.ProfileCardStats-stat:lang(ur) {
line-height: 1.4
}
.ProfileCardStats .ProfileCardStats-stat {
vertical-align: bottom
}
.ProfileCardStats-statLabel {
color: #657786;
font-size: 10px;
letter-spacing: .02em;
overflow: hidden;
text-transform: uppercase;
transition: color .15s ease-in-out
}
.ProfileCardStats-statValue {
display: block;
font-size: 18px;
font-weight: 500;
padding-top: 3px;
transition: color .15s ease-in-out
}
.ProfileCardStats-statLink:hover .ProfileCardStats-statLabel,
.ProfileCardStats-statLink:focus .ProfileCardStats-statLabel,
.ProfileCardStats-statLink:hover .ProfileCardStats-statValue,
.ProfileCardStats-statLink:focus .ProfileCardStats-statValue {
color: inherit
}
.Footer .twitter-logo {
margin-bottom: 4px
}
.Footer ul {
line-height: 18px
}
.Footer-item {
display: inline
}
.Footer-item,
.Footer-link {
color: #657786
}
.Footer-item {
float: left;
padding-right: 8px
}
.Footer .Footer-adsModule {
background: #f5f8fa;
border-top: 0
}
.Footer--slim {
text-align: center
}
.Footer--slim ul,
.Footer--slim .Footer-item {
display: inline-block
}
.Footer--slim .Footer-item {
line-height: 16px;
float: none
}
.Footer--slim .twitter-logo {
display: inline;
margin-bottom: 0;
padding-right: 8px
}
.Footer--blankBackground {
border: 0;
border-radius: 0;
margin-top: 15px;
padding-right: 15px;
padding-left: 15px
}
.Footer--blankBackground .flex-module {
background: 0;
border: 0;
line-height: 1;
padding: 0;
text-align: left
}
.SidebarCommonModules .CommerceDiscovery,
.SidebarCommonModules .SignupCallOut,
.SidebarCommonModules .Trends,
.SidebarCommonModules .TweetImpressionsModule,
.SidebarCommonModules .WhoToFollow {
margin-top: 10px
}
.SidebarCommonModules .Trends {
margin-bottom: 0
}
.tweet .account-in-timeline-blk {
border-top: 1px solid #e6ecf0;
padding-top: 9px;
margin-top: 12px
}
.tweet .account-in-timeline-blk.promoted {
padding-top: 12px
}
.tweet .account-in-timeline-blk .account-follow-btn {
float: right
}
.tweet .account-in-timeline-blk.promoted .account-follow-btn.following {
visibility: hidden
}
.tweet .account-in-timeline-blk:not(.promoted) .account-in-timeline-name {
display: inline-block;
padding-top: 10px
}
.tweet.account-in-timeline .stream-item-footer {
display: none
}
.tweet.account-in-timeline .stream-item-header .time {
display: none
}
.Arrange {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: table;
margin: 0;
min-width: 100%;
padding: 0;
table-layout: auto
}
.Arrange-sizeFill,
.Arrange-sizeFit {
display: table-cell;
padding: 0;
vertical-align: top
}
.Arrange-sizeFill {
width: 100%
}
.Arrange-sizeFill img {
height: auto;
max-width: 100%
}
.Arrange-sizeFit img {
max-width: none!important;
width: auto!important
}
.Arrange--middle .Arrange-sizeFill,
.Arrange--middle .Arrange-sizeFit {
vertical-align: middle
}
.Arrange--bottom .Arrange-sizeFill,
.Arrange--bottom .Arrange-sizeFit {
vertical-align: bottom
}
.Arrange--equal {
table-layout: fixed
}
.Arrange--equal>.Arrange-sizeFill,
.Arrange--equal>.Arrange-sizeFit {
width: 1%
}
.Arrange--withGutter {
margin: 0 -5px
}
.Arrange--withGutter>.Arrange-sizeFit,
.Arrange--withGutter>.Arrange-sizeFill {
padding: 0 5px
}
.Button {
-webkit-appearance: none;
background: transparent;
border-color: currentcolor;
border-style: solid;
border-width: 1px;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
cursor: pointer;
display: inline-block;
font: inherit;
line-height: normal;
margin: 0;
padding: .4em .75em;
position: relative;
text-align: center;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: normal
}
.Button::-moz-focus-inner {
border: 0;
padding: 0
}
.Button:hover,
.Button:focus,
.Button:active {
text-decoration: none
}
.Button:disabled,
.Button.is-disabled {
cursor: default;
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
.Button--full {
display: block;
width: 100%
}
.Checkbox:checked,
.Checkbox {
display: inline-block;
position: relative;
vertical-align: middle;
height: 28px;
width: 28px
}
.Checkbox:checked,
.Checkbox-fake,
.Checkbox-original,
.Checkbox .Icon {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0
}
.Checkbox:checked,
.Checkbox-fake {
background: linear-gradient(to bottom, #f5f8fa, #fff);
border: 1px solid #e6ecf0;
border-radius: 2px;
color: #1da1f2;
text-align: center
}
.Checkbox:checked,
.Checkbox-fake:hover {
border-color: #ccd6dd
}
.Checkbox:checked,
.Checkbox-original {
cursor: pointer;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
height: 100%!important;
margin: 0!important;
padding: 0!important;
width: 100%!important;
z-index: 1
}
.Checkbox:checked,
.Checkbox-original:focus+.Checkbox-fake {
box-shadow: 0 0 5px #1da1f2
}
.Checkbox .Icon {
display: none
}
.Checkbox:checked,
.Checkbox-original:checked+.Checkbox-fake .Icon {
display: block;
height: 22px;
line-height: normal
}
.DMButton {
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
display: block;
padding: 9px 16px 7px 17px;
text-align: center
}
.DMButton-content {
display: block;
line-height: 1.6;
margin-top: -1px;
vertical-align: bottom
}
.DMButton--iconOnly {
padding: 9px 13px 7px 14px
}
.DMButton .DMButton-icon {
font-size: 21px;
left: 0;
margin-right: 7px;
top: -2px;
vertical-align: bottom;
width: 19px
}
.DMButton-text {
vertical-align: bottom
}
.NewTweetButton {
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
display: block;
padding: 9px 16px 7px 17px;
text-align: center
}
.NewTweetButton-content {
display: block;
line-height: 1.6;
margin-top: -1px;
vertical-align: bottom
}
.NewTweetButton--iconOnly {
padding: 9px 13px 7px 14px
}
.NewTweetButton .NewTweetButton-icon {
font-size: 24px;
left: 0;
margin-right: 6px;
top: -2px;
vertical-align: bottom;
width: 19px
}
.NewTweetButton-text {
vertical-align: bottom
}
.stream-container .tweet .details {
float: right;
margin-top: 7px
}
.stream-container .tweet .details,
.stream-container .tweet .stream-item-footer .with-icn span:last-child {
margin-right: 0
}
.stream-container .tweet .details .Icon {
display: none
}
.ProfileTweet-actionList {
font-size: 0;
height: 18px;
line-height: 1;
margin-bottom: 2px;
margin-top: 10px
}
.ProfileTweet-action {
display: inline-block;
min-width: 80px
}
.ProfileTweet-action:last-child:not(.ProfileTweet-action--more) {
min-width: 26px
}
.ProfileTweet-actionButton,
.ProfileTweet-actionButtonUndo {
color: #aab8c2;
display: inline-block;
font-size: 16px;
line-height: 1;
padding: 0 2px;
position: relative
}
.ProfileTweet-actionButton:focus,
.ProfileTweet-actionButtonUndo:focus,
.ProfileTweet-actionCount:focus {
outline: dotted 1px #000;
outline: auto 5px -webkit-focus-ring-color
}
.ProfileTweet-actionCount {
color: #aab8c2;
display: inline-block;
font-size: 12px;
font-weight: bold;
margin-left: 6px;
position: relative;
top: -2px
}
.ProfileTweet-actionCount:focus,
.ProfileTweet-actionCount:hover {
text-decoration: none
}
.ProfileTweet-actionCount--isZero {
padding: 0
}
.ProfileTweet-action--more {
float: right;
min-width: 0
}
.ProfileTweet-action--more .ProfileTweet-actionButton {
margin: -2px -9px 0 0;
padding: 2px 9px
}
.ProfileTweet-action--more .dropdown .dropdown-menu {
margin: 9px 0 0 -6px
}
.IconContainer,
.IconTextContainer {
display: inline-block
}
.ProfileTweet-action--retweet .ProfileTweet-actionButtonUndo,
.retweeted .ProfileTweet-action--retweet .ProfileTweet-actionButton {
display: none
}
.ProfileTweet-action--retweet:hover .ProfileTweet-actionButton,
.ProfileTweet-action--retweet:hover .ProfileTweet-actionCount,
.ProfileTweet-action--retweet .ProfileTweet-actionButton:focus,
.ProfileTweet-action--retweet .ProfileTweet-actionButton:focus .ProfileTweet-actionCount,
.retweeted .ProfileTweet-action--retweet .Icon--retweet,
.retweeted .ProfileTweet-action--retweet .ProfileTweet-actionButtonUndo {
color: #17bf63
}
.ProfileTweet-action--retweet.is-hoverStateCancelled:hover .ProfileTweet-actionButton,
.ProfileTweet-action--retweet.is-hoverStateCancelled .ProfileTweet-actionButton:focus,
.ProfileTweet-action--retweet.is-hoverStateCancelled:hover .ProfileTweet-actionCount,
.ProfileTweet-action--retweet.is-hoverStateCancelled .ProfileTweet-actionButton:focus .ProfileTweet-actionCount {
color: #aab8c2
}
.ProfileTweet-action--retweet .ProfileTweet-actionButton.is-disabled,
.ProfileTweet-action--retweet .ProfileTweet-actionButton.is-disabled .ProfileTweet-actionCount,
.ProfileTweet-action--retweet:hover .ProfileTweet-actionButton.is-disabled,
.ProfileTweet-action--retweet .ProfileTweet-actionButton.is-disabled:focus,
.ProfileTweet-action--retweet:hover .ProfileTweet-actionButton.is-disabled .ProfileTweet-actionCount,
.ProfileTweet-action--retweet .ProfileTweet-actionButton.is-disabled:focus .ProfileTweet-actionCount {
color: #e6ecf0;
cursor: default!important
}
.ProfileTweet-action--favorite .ProfileTweet-actionButtonUndo,
.favorited .ProfileTweet-action--favorite .ProfileTweet-actionButton {
display: none
}
.ProfileTweet-action--favorite:hover .ProfileTweet-actionButton,
.ProfileTweet-action--favorite:hover .ProfileTweet-actionCount,
.ProfileTweet-action--favorite .ProfileTweet-actionButton:focus,
.ProfileTweet-action--favorite .ProfileTweet-actionButton:focus .ProfileTweet-actionCount,
.favorited .ProfileTweet-action--favorite .Icon--heart,
.favorited .ProfileTweet-action--favorite .ProfileTweet-actionButtonUndo {
color: #e0245e
}
.ProfileTweet-action--favorite.is-hoverStateCancelled:hover .ProfileTweet-actionButton,
.ProfileTweet-action--favorite.is-hoverStateCancelled:hover .ProfileTweet-actionCount,
.ProfileTweet-action--favorite.is-hoverStateCancelled .ProfileTweet-actionButton:focus,
.ProfileTweet-action--favorite.is-hoverStateCancelled .ProfileTweet-actionButton:focus .ProfileTweet-actionCount {
color: #aab8c2
}
.ProfileTweet-dismiss,
.ProfileTweet-dismiss:hover,
.ProfileTweet-dismiss:focus {
color: #aab8c2
}
.retweeted .ProfileTweet-action--retweet .ProfileTweet-actionCount,
.favorited .ProfileTweet-action--favorite .ProfileTweet-actionCount {
color: inherit
}
.retweeted .ProfileTweet-action--retweet .ProfileTweet-actionButtonUndo,
.favorited .ProfileTweet-action--favorite .ProfileTweet-actionButtonUndo {
display: inline-block
}
.tweet[data-you-follow="true"] .ProfileTweet-dismiss {
display: none
}
.dropdown-menu .MomentMakerAddTweetToOtherMoment {
display: none
}
.stream-container .grid-tweet .grid-tweet-actions .Icon {
color: #657786
}
.stream-container .grid-tweet .grid-tweet-actions .favorite .Icon--heart:hover,
.stream-container .grid-tweet .grid-tweet-actions .unfavorite .Icon--heart {
color: #e0245e
}
.stream-container .grid-tweet .grid-tweet-actions .retweet .Icon:hover,
.stream-container .grid-tweet .grid-tweet-actions .undo-retweet .Icon {
color: #17bf63
}
.stream-container .grid-tweet .grid-tweet-actions .is-hoverStateCancelled .favorite .Icon:hover,
.stream-container .grid-tweet .grid-tweet-actions .is-hoverStateCancelled .retweet .Icon:hover {
color: #657786
}
.favorited .action-fav-container b,
.favorited .action-fav-container:hover b,
.favorited .action-fav-container a:focus b {
color: #ffad1f
}
.favorited .action-fav-container a:focus b {
text-decoration: underline
}
.retweeted .action-rt-container b,
.retweeted .action-rt-container:hover b,
.retweeted .action-rt-container a:focus b {
color: #17bf63
}
.HeartAnimationContainer {
height: 16px;
left: .1rem;
overflow: hidden;
padding-right: 1px;
position: relative;
width: 16px
}
.is-animating .HeartAnimationContainer {
overflow: visible
}
.HeartAnimation {
position: absolute;
background: url(../../img/animations/web_heart_animation.png);
background-position: left;
background-repeat: no-repeat;
background-size: 2900%;
height: 50px;
width: 50px;
left: -100%;
top: -100%
}
@keyframes heart-burst {
0% {
background-position: left
}
100% {
background-position: right
}
}
.ProfileTweet-action--favorite.is-animating .HeartAnimation {
animation-timing-function: steps(28);
animation-name: heart-burst;
animation-duration: .8s;
animation-iteration-count: 1;
display: inline-block
}
.ProfileTweet-action--favorite:hover .HeartAnimation,
.ProfileTweet-action--favorite .ProfileTweet-actionButton:focus .HeartAnimation,
.favorited .ProfileTweet-action--favorite .HeartAnimation {
background-position: right
}
.ProfileTweet-action--favorite.is-hoverStateCancelled:hover .HeartAnimation,
.ProfileTweet-action--favorite.is-hoverStateCancelled .ProfileTweet-actionButton:focus .HeartAnimation {
background-position: left
}
.QuoteTweet {
border: solid 1px #e6ecf0;
cursor: pointer;
border-radius: 4px
}
.QuoteTweet .tweet-content,
.QuoteTweet-text a,
.QuoteTweet-text a:hover,
.QuoteTweet-text a:focus,
.QuoteTweet-text a:active,
.QuoteTweet-text .pretty-link b,
.QuoteTweet-text .pretty-link s,
.QuoteTweet-text .pretty-link:hover b,
.QuoteTweet-text .pretty-link:hover s,
.QuoteTweet-text .pretty-link:focus b,
.QuoteTweet-text .pretty-link:focus s,
.QuoteTweet-text .pretty-link:active b,
.QuoteTweet-text .pretty-link:active s {
text-decoration: none;
color: #14171a
}
.QuoteTweet-text a {
position: relative;
z-index: 1
}
.QuoteTweet [data-item-type="tweet"] {
padding: 12px
}
.QuoteTweet-container {
position: relative
}
.QuoteTweet-text {
margin-top: 1px;
max-height: 72px;
max-width: 100%;
overflow: hidden;
white-space: pre-wrap;
word-wrap: break-word
}
.QuoteTweet:hover,
.QuoteTweet:focus,
.QuoteTweet:active {
text-decoration: none
}
.QuoteTweet:focus {
outline-width: 0!important
}
.QuoteTweet .media-not-displayed {
margin: 0
}
.QuoteTweet--activity .QuoteTweet-mediaContainer.with-text {
float: right;
padding-right: 0;
padding-left: 12px
}
.QuoteTweet-link {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.QuoteTweet--dmAttachment .QuoteTweet-text {
max-height: none
}
.QuoteTweet--preview {
border: 0;
cursor: auto;
margin: 0
}
.QuoteTweet--preview .QuoteTweet-innerContainer {
padding: 0
}
.QuoteTweet--unavailable {
color: #657786;
background: #e6ecf0;
margin-top: 12px;
text-align: center;
padding: 12px 0;
border-radius: 5px
}
.QuoteTweet--sensitive {
color: #aab8c2;
background: #e6ecf0;
position: relative;
width: 100%;
height: 100%;
border-radius: 5px
}
.QuoteTweet--sensitive .Icon--warning {
position: absolute;
top: 50%;
left: 50%;
font-size: 30px;
margin: -12px 0 0 -15px
}
.QuoteTweet--activity .Icon--warning {
font-size: 20px;
margin: -12px 0 0 -10px
}
.QuoteTweet-originalAuthor {
position: relative;
z-index: 1
}
.QuoteTweet-fullname {
color: #14171a;
display: inline-block;
font-size: 14px;
font-weight: bold
}
.QuoteTweet .QuoteMedia {
margin-right: 12px;
float: left
}
.QuoteTweet--activity .QuoteMedia {
margin-left: 12px;
margin-right: 0;
float: right
}
.QuoteTweet--activity .QuoteMedia {
border-radius: 5px;
height: 48px;
width: 48px
}
.QuoteTweet--activity .AdaptiveMedia-badge {
display: none
}
.QuoteTweet--slim .QuoteTweet-innerContainer {
padding: 8px 12px
}
.QuoteTweet--slim .QuoteMedia {
-ms-flex-item-align: center;
align-self: center;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 48px;
margin-left: 12px;
margin-right: 0;
width: 48px
}
.QuoteTweet--slim .QuoteTweet-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.QuoteTweet--slim .tweet-content {
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin: 0;
padding: 0
}
.QuoteTweet--slim .QuoteTweet-authorAndText {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0
}
.QuoteTweet--slim .AdaptiveMedia-badge {
display: none
}
.selfunsuspend {
color: #14171a
}
.selfunsuspend .centered-layout {
width: 674px;
margin: 0 auto
}
.selfunsuspend p.stand-out-box {
margin: 24px 0;
padding: 24px 0;
border-width: 2px 0 2px 0;
border-style: solid;
border-color: #1da1f2;
font-weight: bold
}
.selfunsuspend p.emphasize {
font-size: 18px;
line-height: 22px
}
.selfunsuspend p.greeting {
margin: 30px 0 30px 0
}
.selfunsuspend p.more-info-box {
margin: 30px 0 40px 0
}
.selfunsuspend form {
margin-top: 20px
}
.selfunsuspend form .captcha {
margin: 38px auto 30px auto;
width: 318px
}
.selfunsuspend form label {
padding-top: 10px
}
.selfunsuspend .actions {
text-align: center
}
.Grid {
display: block;
font-size: 0;
margin: 0;
padding: 0;
text-align: left
}
.Grid--alignCenter {
text-align: center
}
.Grid--alignRight {
text-align: right
}
.Grid--alignMiddle>.Grid-cell {
vertical-align: middle
}
.Grid--alignBottom>.Grid-cell {
vertical-align: bottom
}
.Grid--withGutter {
margin: 0 -5px
}
.Grid--withGutter>.Grid-cell {
padding: 0 5px
}
.Grid-cell {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
width: 100%
}
.Grid-cell--center {
display: block;
margin: 0 auto
}
.BuyNowCard {
height: 158px;
width: 100%
}
.BuyNowCard-leftColumn {
height: 100%;
width: 316px;
float: left
}
.BuyNowCard-rightColumn {
margin: 0 0 0 336px;
height: 100%;
width: 170px
}
.BuyNowCard-productImageWrapper {
height: 158px;
width: 316px;
overflow: hidden;
position: relative;
border-radius: 6px;
border: 1px solid;
border-color: #e6ecf0;
cursor: pointer
}
.BuyNowCard-productImageWrapper img {
height: auto;
width: 100%;
max-width: 100%;
text-align: center;
position: absolute;
top: -100%;
bottom: -100%;
margin: auto
}
.BuyNowCard-summary {
margin-bottom: 10px
}
.BuyNowCard-title {
line-height: 18px;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
max-height: 36px;
overflow: hidden
}
.BuyNowCard .btn {
padding-left: 22px;
padding-right: 22px
}
.BuyNowCard-actionText {
padding: 0;
height: 19px;
padding-top: 3px;
margin: 0
}
.BuyNowCard-byline {
margin-top: 5px;
font-size: 12px;
color: #657786;
margin-bottom: 10px
}
.BuyNowCard-price {
margin-top: 10px;
font-size: 14px;
font-weight: bold;
color: #17bf63
}
.BuyNowCard-button {
margin-top: 10px
}
.OffersCard {
height: 126px;
width: 100%
}
.OffersCard-leftColumn {
height: 100%;
width: 316px;
float: left
}
.OffersCard-rightColumn {
margin: 0 0 0 336px;
height: 100%;
width: 170px
}
.OffersCard-productImageWrapper {
height: 126px;
width: 316px;
overflow: hidden;
position: relative;
border-radius: 6px;
border: 1px solid;
border-color: #e6ecf0;
cursor: pointer
}
.OffersCard-productImageWrapper img {
height: auto;
width: 100%;
max-width: 100%;
text-align: center;
position: absolute;
top: -100%;
bottom: -100%;
margin: auto
}
.OffersCard-summary {
margin-bottom: 10px
}
.OffersCard-title {
line-height: 18px;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
max-height: 36px;
overflow: hidden
}
.OffersCard-actionText {
padding: 0;
height: 19px;
padding-top: 3px;
margin: 0
}
.OffersCard-byline {
margin-top: 5px;
font-size: 12px;
color: #657786;
margin-bottom: 10px
}
.OffersCard-price {
margin-top: 10px;
font-size: 14px;
font-weight: bold;
color: #17bf63
}
.OffersCard-button {
margin-top: 10px
}
.AppContainer {
margin: 0 auto;
max-width: 890px
}
@media screen and (min-width: 1236px) {
.AppContainer {
max-width: 1190px
}
}
.AppContent {
padding: 56px 14px 15px;
position: relative
}
body.no-nav-banners #banners,
body.no-nav-banners .topbar-spacer {
display: none
}
body:not(.no-nav-banners) .topbar-spacer+#page-outer .AppContent {
padding-top: 10px
}
body:not(.no-nav-banners).AdaptiveSearchPage .topbar-spacer+#page-outer .AppContent,
body:not(.no-nav-banners).ProfilePage .topbar-spacer+#page-outer .AppContent {
padding-top: 0
}
.FlexEmbed {
display: block;
overflow: hidden;
position: relative
}
.FlexEmbed:before {
content: "";
display: block;
width: 100%
}
.FlexEmbed--3by1:before {
padding-bottom: 33.33333333333333%
}
.FlexEmbed--2by1:before {
padding-bottom: 50%
}
.FlexEmbed--16by9:before {
padding-bottom: 56.25%
}
.FlexEmbed--4by3:before {
padding-bottom: 75%
}
.FlexEmbed--1by1:before {
padding-bottom: 100%
}
.FlexEmbed-item,
.FlexEmbed iframe,
.FlexEmbed embed,
.FlexEmbed object {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.Spinner {
background-image: url(../../img/t1/spinner-rosetta-gray-14x14.gif);
background-position: center;
display: none
}
.Spinner--size14 {
height: 14px;
width: 14px
}
.PromptbirdPrompt {
background: #fff;
display: none;
padding: 44px 66px;
position: relative;
text-align: center;
word-wrap: break-word
}
.PromptbirdPrompt-streamItem,
.PromptbirdPrompt-streamItem.selected-stream-item:focus {
border: 0;
margin: 8px 0
}
.PromptbirdPrompt>*:last-child {
margin-bottom: 0
}
.PromptbirdPrompt-dismiss {
color: #657786;
font-size: 12px;
line-height: 12px;
position: absolute;
right: 11px;
top: 11px
}
.PromptbirdPrompt-content.with-image {
padding-left: 200px;
background-repeat: no-repeat
}
.PromptbirdPrompt-icon {
color: #1da1f2
}
.PromptbirdPrompt-title {
color: #1da1f2;
font-size: 27px;
font-weight: 300;
line-height: 32px;
margin-bottom: 11px
}
.PromptbirdPrompt-explanation {
color: #657786;
font-size: 21px;
line-height: 28px;
font-weight: 300;
margin-bottom: 33px
}
.PromptbirdPrompt-title,
.PromptbirdPrompt-explanation {
white-space: pre-wrap
}
.PromptbirdPrompt-action {
margin-bottom: 11px
}
.PromptbirdPrompt-action:last-child {
margin-bottom: 0
}
.PromptbirdPrompt+.js-stream-item>.tweet {
border-top: 1px solid #e6ecf0
}
.PromptbirdPrompt-arrow {
background-color: #fff;
border-color: #97e3ff;
border-style: solid;
border-width: 0 0 1px 1px;
display: block;
height: 20px;
margin-left: -4px;
position: absolute;
top: -11px;
-ms-transform: rotate(135deg);
transform: rotate(135deg);
width: 20px
}
.PromptbirdPrompt .Icon--retweet {
color: #17bf63
}
.PromptbirdPrompt--inline,
.PromptbirdPrompt--inlinePointer {
border: 1px solid #97e3ff;
border-radius: 5px
}
.PromptbirdPrompt--modal {
background: transparent;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 590px
}
.PromptbirdPrompt--modal .PromptbirdPrompt-icon {
font-size: 44px;
margin-bottom: 60px
}
.PromptbirdPrompt--modal .btn-link {
color: #1da1f2;
font-size: 12px
}
.PromptbirdPrompt--aboveTimeline {
border: 1px solid #97e3ff;
border-radius: 5px;
margin-bottom: 8px
}
.PromptbirdPrompt--aboveTimeline .PromptbirdPrompt-explanation {
font-size: 18px
}
.PromptbirdPrompt--dashboardProfile {
border-radius: 0 0 6px 6px;
border-top: 1px solid #ccd6dd;
background-color: #f5f8fa;
padding: 8px 10px;
text-align: left
}
.PromptbirdPrompt--dashboardProfile .PromptbirdPrompt-arrow {
background-color: #f5f8fa;
border-color: #ccd6dd;
height: 10px;
left: 200px;
top: -6px;
width: 10px
}
.PromptbirdPrompt--dashboardProfile .PromptbirdPrompt-dismiss {
font-size: 12px;
top: 6px;
right: 10px
}
.PromptbirdPrompt--dashboardProfile .PromptbirdPrompt-title {
color: #14171a;
font-size: 14px;
font-weight: 500;
line-height: 20px;
margin-bottom: 5px
}
.PromptbirdPrompt--dashboardProfile .PromptbirdPrompt-explanation {
color: #14171a;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
white-space: normal
}
.AdaptiveMedia {
border-radius: 5px;
display: inline-block;
position: relative;
overflow: hidden;
vertical-align: top
}
.AdaptiveMedia.is-square:not(.is-generic-video) {
border: 1px solid rgba(0, 0, 0, 0.1)
}
.AdaptiveMedia--hiddenWhenNotExpanded {
display: none
}
.tweet.has-autoplayable-media .AdaptiveMedia.allow-expansion,
.AdaptiveMedia.is-autoplaying,
.AdaptiveMedia.is-generic-video {
max-height: none
}
.AdaptiveMedia-singlePhoto img {
display: block;
max-width: 100%
}
.AdaptiveMedia-photoContainer {
height: 100%;
position: relative;
width: 100%
}
.AdaptiveMedia-photoContainer img {
position: absolute
}
.AdaptiveMedia-singlePhoto .AdaptiveMedia-photoContainer img {
position: relative
}
.AdaptiveMedia-badge {
background: rgba(0, 0, 0, 0.3);
border-radius: 3px;
bottom: 8px;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
height: 20px;
left: 8px;
line-height: 1;
padding: 0 5px;
position: absolute;
z-index: 1
}
.AdaptiveMedia-badgeText {
font-size: 13px;
line-height: 16px;
padding: 2px 0 1px 0
}
.AdaptiveMedia-gifBadge {
font-size: 21px;
line-height: 16px
}
.AdaptiveMedia-stickerBadge {
font-size: 13px
}
.AdaptiveMedia-vineBadge {
line-height: 17px
}
.AdaptiveMedia-lightning {
padding: 0 2px
}
.AdaptiveMedia .media-not-displayed {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0
}
.AdaptiveMediaOuterContainer {
margin-top: 10px
}
.AdaptiveMedia {
max-height: 379.5px;
max-width: 506px
}
.AdaptiveMedia.is-square,
.AdaptiveMedia.is-square .AdaptiveMedia-videoPreview {
max-height: 506px
}
.AdaptiveMedia-video {
width: 506px
}
.AdaptiveMedia-doublePhoto {
font-size: 0;
height: 253px;
width: 506px
}
.AdaptiveMedia-triplePhoto {
font-size: 0;
height: 337.3333333333333px;
width: 506px
}
.AdaptiveMedia-quadPhoto {
font-size: 0;
height: 379.5px;
width: 506px
}
.AdaptiveMedia-halfWidthPhoto {
display: inline-block;
height: 100%;
overflow: hidden;
position: relative;
width: calc(50% - .5px)
}
.AdaptiveMedia-halfWidthPhoto:first-child {
margin-right: 1px
}
@keyframes showSnapReelHint {
from {
max-width: 0
}
to {
max-width: 100px
}
}
@keyframes hideSnapReelHint {
from {
max-width: 100px
}
to {
max-width: 0
}
}
.AdaptiveMedia-snapReel .SnapReelHintContainer {
padding-left: 4px;
padding-right: 0;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.AdaptiveMedia-snapReel .SnapReelHint {
position: relative;
display: inline-block;
overflow: hidden;
max-width: 0;
bottom: 1px;
line-height: 13px
}
.AdaptiveMedia-snapReel .SnapReelHint .SnapReelHintText {
font-size: 13px;
padding-left: 2px;
padding-right: 4px
}
.tweet.animated-gif-playing .AdaptiveMedia-snapReel .SnapReelHintContainer .SnapReelHint {
animation: showSnapReelHint 1s 1s forwards, hideSnapReelHint .5s 3.5s forwards
}
.AdaptiveMedia-twoThirdsWidthPhoto {
display: inline-block;
height: 100%;
margin-right: 1px;
overflow: hidden;
position: relative;
width: 66.66666666666666%
}
.AdaptiveMedia-halfHeightPhoto {
height: calc(100% / 2 - 1px/2);
overflow: hidden;
position: relative;
width: 100%
}
.AdaptiveMedia-halfHeightPhoto:first-child {
margin-bottom: 1px
}
.AdaptiveMedia-halfHeightPhotoContainer {
display: inline-block;
height: 100%;
vertical-align: top;
width: calc(100% / 3 - 1px)
}
.AdaptiveMedia-threeQuartersWidthPhoto {
display: inline-block;
height: 100%;
margin-right: 1px;
overflow: hidden;
position: relative;
width: 75%
}
.AdaptiveMedia-thirdHeightPhoto {
height: calc(100% / 3 - 2px/3);
margin-bottom: 1px;
overflow: hidden;
position: relative;
width: 100%
}
.AdaptiveMedia-thirdHeightPhoto:last-child {
height: 33.33333333333333%
}
.AdaptiveMedia-thirdHeightPhotoContainer {
display: inline-block;
height: 100%;
vertical-align: top;
width: calc(100% / 4 - 1px)
}
.AdaptiveMedia-videoPreview img {
display: block;
width: 100%
}
.AdaptiveMedia-videoPreview {
width: 100%;
max-height: 256px
}
.AdaptiveMedia-video {
position: relative;
min-height: 100px;
border-radius: 5px
}
.AdaptiveMedia .AdaptiveMedia-video.card2 {
position: relative;
margin: 0;
padding: 0;
line-height: inherit
}
.AdaptiveMedia-video .animated-gif {
width: 100%
}
.AdaptiveMedia-videoContainer {
border-radius: inherit
}
.QuoteMedia {
overflow: hidden;
vertical-align: top;
position: relative
}
.QuoteMedia-photoContainer {
height: 100%;
position: relative;
width: 100%
}
.QuoteMedia img {
position: absolute
}
.QuoteMedia-singlePhoto,
.QuoteMedia-doublePhoto,
.QuoteMedia-triplePhoto,
.QuoteMedia-quadPhoto {
font-size: 0;
height: 100%;
width: 100%
}
.QuoteMedia-singlePhoto .QuoteMedia-photoContainer img {
position: relative
}
.QuoteMedia .media-not-displayed {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0
}
.QuoteMedia-container,
.QuoteMedia-videoPreview {
height: 100%;
width: 100%
}
.QuoteMedia-quarterPhoto {
display: inline-block;
font-size: 0;
height: calc(50% - 1px);
width: calc(50% - 1px);
overflow: hidden
}
.QuoteMedia-halfPhoto,
.QuoteMedia-quarterPhotoContainer {
font-size: 0;
width: calc(50% - 1px);
height: 100%;
overflow: hidden;
display: inline-block
}
.QuoteMedia-photo {
font-size: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: inline-block
}
.QuoteMedia {
height: 102px;
width: 102px
}
.QuoteMedia-halfPhoto:nth-of-type(1) {
margin-right: 2px
}
.QuoteMedia-triplePhoto .QuoteMedia-quarterPhoto:nth-of-type(1) {
margin-bottom: 2px
}
.QuoteMedia-triplePhoto .QuoteMedia-quarterPhoto {
width: 100%;
display: block
}
.QuoteMedia-quadPhoto .QuoteMedia-quarterPhoto {
margin: 0;
vertical-align: top
}
.QuoteMedia-quadPhoto .QuoteMedia-quarterPhoto:nth-of-type(1) {
margin-right: 2px;
margin-bottom: 2px
}
.QuoteMedia-quadPhoto .QuoteMedia-quarterPhoto:nth-of-type(4) {
margin-left: 2px
}
.PageDownload {
margin: 50px auto 0;
max-width: 900px;
overflow: auto
}
.PageDownload-info {
float: left;
padding-right: 60px;
padding-top: 60px;
width: 380px
}
.PageDownload-title {
font-size: 27px;
font-weight: normal;
line-height: 32px;
margin-bottom: 10px
}
.PageDownload-description {
font-size: 14px;
line-height: 20px;
margin-bottom: 15px;
width: 400px
}
.PageDownload-device {
float: right
}
.PageDownload-deviceImage {
width: 455px;
height: 563px
}
.PageDownload-result {
display: none;
margin-bottom: 15px
}
.PageDownload-result.success {
color: #17bf63
}
.PageDownload-result.failure {
color: #e0245e
}
.PageDownload-fee {
color: #14171a;
font-size: 12px
}
.PageDownload-otherDevices a {
color: #1da1f2;
font-size: 12px
}
.PageDownload .SmsAppLinkForm .input-prepend .add-on {
box-shadow: none;
height: 35px;
text-shadow: none
}
.PageDownload .SmsAppLinkForm .input-prepend #sms-dial-code {
margin-right: 5px;
text-align: left;
width: 65px
}
.PageDownload .SmsAppLinkForm .input-prepend .add-on.btn {
background: #1da1f2;
border: 0;
border-radius: 5px;
font-weight: bold;
margin-left: 5px;
padding: 0 15px;
width: auto
}
.PageDownload .SmsAppLinkForm .btn .loading {
display: none;
background: url(../../img/t1/spinner-rosetta-blue-26x26.gif) no-repeat 0 0;
height: 26px;
width: 26px
}
.PageDownload .SmsAppLinkForm .input-prepend .add-on.btn.pushing-state {
background: #fff
}
.PageDownload .SmsAppLinkForm .btn.pushing-state .loading {
display: inline-block
}
.PageDownload .SmsAppLinkForm .btn.pushing-state .call-to-action {
display: none
}
.TweetTextSize {
font-size: 14px;
line-height: 20px;
white-space: pre-wrap;
word-wrap: break-word
}
.TweetTextSize.TweetTextSize--normal {
font-size: 14px;
line-height: 20px;
font-weight: 400
}
.TweetTextSize.TweetTextSize--large {
font-size: 18px;
line-height: 24px;
font-weight: 400
}
.TweetTextSize.TweetTextSize--xlarge {
font-size: 21px;
line-height: 28px;
font-weight: 300
}
.TweetTextSize.TweetTextSize--jumbo {
font-size: 27px;
line-height: 32px;
font-weight: 300;
letter-spacing: .01em
}
.TweetTextSize .twitter-hashtag b,
.TweetTextSize .twitter-atreply b {
font-weight: 400
}
.TweetTextSize--xlarge .twitter-hashtag b,
.TweetTextSize--xlarge .twitter-atreply b,
.TweetTextSize--jumbo .twitter-hashtag b,
.TweetTextSize--jumbo .twitter-atreply b {
font-weight: 300
}
.HomeEmptyTimeline {
background-color: #fff;
border-radius: 0 0 6px 6px;
border-top: 0;
border: 1px solid #e6ecf0;
padding: 64px
}
.HomeEmptyTimeline-header {
color: #14171a;
font-size: 27px;
line-height: 32px;
margin-bottom: 8px;
margin-left: 8px;
text-align: left
}
.HomeEmptyTimeline-body {
color: #657786;
font-size: 14px;
line-height: 20px;
margin-bottom: 32px;
margin-left: 8px;
text-align: left
}
.HomeEmptyTimeline-button {
margin-left: 8px
} | resources/css/twitter-style.css |
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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: 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: .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 {
-moz-box-sizing: content-box;
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"] {
-webkit-appearance: button;
cursor: pointer
}
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"] {
-moz-box-sizing: border-box;
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"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
box-sizing: content-box
}
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: .35em .625em .75em
}
legend {
border: 0;
padding: 0
}
textarea {
overflow: auto
}
optgroup {
font-weight: bold
}
table {
border-collapse: collapse;
border-spacing: 0
}
td,
th {
padding: 0
}
body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}
body.ms-windows {
font-family: Arial, sans-serif
}
body.ar,
body.ur,
body.fa {
font-family: Tahoma, Arial, sans-serif
}
body.ja {
font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ï¼ï¼³ Pゴシック", "MS PGothic", sans-serif
}
body {
background: #fff;
color: #14171a;
font-size: 14px;
line-height: 18px;
overflow-y: scroll
}
a {
color: #1b95e0;
text-decoration: none
}
a:hover,
a:focus,
a:active {
text-decoration: underline
}
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
p,
pre {
margin: 0
}
button {
background: transparent;
border: 0;
padding: 0
}
button:focus {
outline: 1px dotted;
outline: 5px auto -webkit-focus-ring-color
}
fieldset {
border: 0;
margin: 0;
padding: 0
}
iframe {
border: 0
}
ol,
ul {
margin: 0;
list-style: none;
padding: 0
}
li {
text-align: inherit
}
[tabindex="-1"]:focus {
outline: none!important
}
a:focus {
outline: 0
}
a:focus>img:first-child:last-child {
outline: 1px dotted #666;
outline: auto 5px -webkit-focus-ring-color
}
a.hide-focus {
text-decoration: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
text-rendering: optimizeLegibility
}
h1 {
font-size: 24px;
line-height: .8
}
h2 {
color: #66757f;
font-size: 22px;
font-weight: 300;
line-height: 22px
}
h2 small {
color: #999;
font-size: 12px;
font-weight: normal
}
h3 {
color: #66757f;
font-size: 20px;
font-weight: 300;
line-height: 22px
}
h4 {
font-size: 12px;
line-height: 18px
}
h5,
h6 {
font-size: 10px
}
small {
font-size: 12px
}
ol {
list-style: decimal;
margin-left: 20px
}
hr {
border: 0;
border-top: 1px solid #eee;
height: 0;
margin: 14px 0 0;
padding: 0
}
.u-after1of12 {
margin-right: 8.333333333333332%!important
}
.u-after1of10 {
margin-right: 10%!important
}
.u-after1of8 {
margin-right: 12.5%!important
}
.u-after1of6,
.u-after2of12 {
margin-right: 16.666666666666664%!important
}
.u-after1of5,
.u-after2of10 {
margin-right: 20%!important
}
.u-after1of4,
.u-after2of8,
.u-after3of12 {
margin-right: 25%!important
}
.u-after3of10 {
margin-right: 30%!important
}
.u-after1of3,
.u-after2of6,
.u-after4of12 {
margin-right: 33.33333333333333%!important
}
.u-after3of8 {
margin-right: 37.5%!important
}
.u-after2of5,
.u-after4of10 {
margin-right: 40%!important
}
.u-after5of12 {
margin-right: 41.66666666666667%!important
}
.u-after1of2,
.u-after2of4,
.u-after3of6,
.u-after4of8,
.u-after5of10,
.u-after6of12 {
margin-right: 50%!important
}
.u-after7of12 {
margin-right: 58.333333333333336%!important
}
.u-after3of5,
.u-after6of10 {
margin-right: 60%!important
}
.u-after5of8 {
margin-right: 62.5%!important
}
.u-after2of3,
.u-after4of6,
.u-after8of12 {
margin-right: 66.66666666666666%!important
}
.u-after7of10 {
margin-right: 70%!important
}
.u-after3of4,
.u-after6of8,
.u-after9of12 {
margin-right: 75%!important
}
.u-after4of5,
.u-after8of10 {
margin-right: 80%!important
}
.u-after5of6,
.u-after10of12 {
margin-right: 83.33333333333334%!important
}
.u-after7of8 {
margin-right: 87.5%!important
}
.u-after9of10 {
margin-right: 90%!important
}
.u-after11of12 {
margin-right: 91.66666666666666%!important
}
.u-alignTop {
vertical-align: top!important
}
.u-alignMiddle {
vertical-align: middle!important
}
.u-alignBaseline {
vertical-align: baseline!important
}
.u-alignBottom {
vertical-align: bottom!important
}
.u-before1of12 {
margin-left: 8.333333333333332%!important
}
.u-before1of10 {
margin-left: 10%!important
}
.u-before1of8 {
margin-left: 12.5%!important
}
.u-before1of6,
.u-before2of12 {
margin-left: 16.666666666666664%!important
}
.u-before1of5,
.u-before2of10 {
margin-left: 20%!important
}
.u-before1of4,
.u-before2of8,
.u-before3of12 {
margin-left: 25%!important
}
.u-before3of10 {
margin-left: 30%!important
}
.u-before1of3,
.u-before2of6,
.u-before4of12 {
margin-left: 33.33333333333333%!important
}
.u-before3of8 {
margin-left: 37.5%!important
}
.u-before2of5,
.u-before4of10 {
margin-left: 40%!important
}
.u-before5of12 {
margin-left: 41.66666666666667%!important
}
.u-before1of2,
.u-before2of4,
.u-before3of6,
.u-before4of8,
.u-before5of10,
.u-before6of12 {
margin-left: 50%!important
}
.u-before7of12 {
margin-left: 58.333333333333336%!important
}
.u-before3of5,
.u-before6of10 {
margin-left: 60%!important
}
.u-before5of8 {
margin-left: 62.5%!important
}
.u-before2of3,
.u-before4of6,
.u-before8of12 {
margin-left: 66.66666666666666%!important
}
.u-before7of10 {
margin-left: 70%!important
}
.u-before3of4,
.u-before6of8,
.u-before9of12 {
margin-left: 75%!important
}
.u-before4of5,
.u-before8of10 {
margin-left: 80%!important
}
.u-before5of6,
.u-before10of12 {
margin-left: 83.33333333333334%!important
}
.u-before7of8 {
margin-left: 87.5%!important
}
.u-before9of10 {
margin-left: 90%!important
}
.u-before11of12 {
margin-left: 91.66666666666666%!important
}
.u-chromeOverflowFix {
transform: translateZ(0)
}
.ms-windows .u-chromeOverflowFix {
-ms-transform: none!important;
transform: none!important
}
.u-borderRadiusInherit {
border-radius: inherit!important
}
.u-block {
display: block!important
}
.u-hidden,
.u-emptyHide:empty {
display: none!important
}
.u-hiddenVisually {
border: 0!important;
clip: rect(1px, 1px, 1px, 1px)!important;
font-size: 1px!important;
height: 1px!important;
overflow: hidden!important;
padding: 0!important;
position: absolute!important;
width: 1px!important
}
.u-inline {
display: inline!important
}
.u-inlineBlock {
display: inline-block!important;
max-width: 100%
}
.u-table {
display: table!important
}
.u-tableCell {
display: table-cell!important
}
.u-tableRow {
display: table-row!important
}
.u-flexColumn {
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-orient: vertical;
-moz-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column
}
.u-flexRow {
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-orient: horizontal;
-moz-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row
}
.u-flexGrow {
-moz-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto
}
.u-dir[dir="rtl"] {
direction: rtl!important;
text-align: right!important;
unicode-bidi: embed
}
.u-dir[dir="ltr"] {
direction: ltr!important;
text-align: left!important;
unicode-bidi: embed
}
.u-cf:before,
.u-cf:after {
content: " ";
display: table
}
.u-cf:after {
clear: both
}
.u-nbfc {
overflow: hidden!important
}
.u-nbfcAlt {
display: table-cell!important;
width: 10000px!important
}
.u-floatLeft {
float: left!important
}
.u-floatRight {
float: right!important
}
/*! suit-utils-link v0.2.0 | MIT License | github.com/suitcss */
.u-linkClean,
.u-linkClean:hover,
.u-linkClean:focus,
.u-linkClean:active {
text-decoration: none!important
}
.u-linkComplex,
.u-linkComplex:hover,
.u-linkComplex:focus,
.u-linkComplex:active {
text-decoration: none!important
}
.u-linkComplex:hover .u-linkComplex-target,
.u-linkComplex:focus .u-linkComplex-target,
.u-linkComplex:active .u-linkComplex-target {
text-decoration: underline!important
}
.u-linkBlock,
.u-linkBlock:hover,
.u-linkBlock:focus,
.u-linkBlock:active {
display: block!important;
text-decoration: none!important
}
.u-noTransitions {
transition: none!important;
transition-property: none!important;
animation-duration: 0s!important;
-ms-transform: none!important;
transform: none!important
}
.u-posAbsolute {
position: absolute!important
}
.u-posAbsoluteCenter {
bottom: 0!important;
left: 0!important;
margin: auto!important;
position: absolute!important;
right: 0!important;
top: 0!important
}
.u-posFixed {
position: fixed!important;
backface-visibility: hidden
}
.u-posRelative {
position: relative!important
}
.u-posStatic {
position: static!important
}
.u-scrollY {
overflow-y: scroll!important
}
.u-boxShadow {
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25)
}
.u-sizeFit,
.u-sizeFitAlt {
display: block!important;
float: left!important;
width: auto!important
}
.u-sizeFitAlt {
float: right!important
}
.u-sizeFill {
display: block!important;
overflow: hidden!important;
width: auto!important
}
.u-sizeFillAlt {
display: table-cell!important;
max-width: 100%!important;
width: 10000px!important
}
.u-sizeFull {
-moz-box-sizing: border-box!important;
box-sizing: border-box!important;
display: block!important;
width: 100%!important
}
.u-size1of12 {
width: 8.333333333333332%!important
}
.u-size1of10 {
width: 10%!important
}
.u-size1of8 {
width: 12.5%!important
}
.u-size1of6,
.u-size2of12 {
width: 16.666666666666664%!important
}
.u-size1of5,
.u-size2of10 {
width: 20%!important
}
.u-size1of4,
.u-size2of8,
.u-size3of12 {
width: 25%!important
}
.u-size3of10 {
width: 30%!important
}
.u-size1of3,
.u-size2of6,
.u-size4of12 {
width: 33.33333333333333%!important
}
.u-size3of8 {
width: 37.5%!important
}
.u-size2of5,
.u-size4of10 {
width: 40%!important
}
.u-size5of12 {
width: 41.66666666666667%!important
}
.u-size1of2,
.u-size2of4,
.u-size3of6,
.u-size4of8,
.u-size5of10,
.u-size6of12 {
width: 50%!important
}
.u-size7of12 {
width: 58.333333333333336%!important
}
.u-size3of5,
.u-size6of10 {
width: 60%!important
}
.u-size5of8 {
width: 62.5%!important
}
.u-size2of3,
.u-size4of6,
.u-size8of12 {
width: 66.66666666666666%!important
}
.u-size7of10 {
width: 70%!important
}
.u-size3of4,
.u-size6of8,
.u-size9of12 {
width: 75%!important
}
.u-size4of5,
.u-size8of10 {
width: 80%!important
}
.u-size5of6,
.u-size10of12 {
width: 83.33333333333334%!important
}
.u-size7of8 {
width: 87.5%!important
}
.u-size9of10 {
width: 90%!important
}
.u-size11of12 {
width: 91.66666666666666%!important
}
@media screen and (min-width: 1236px) {
.u-lg-sizeFit,
.u-lg-sizeFitAlt {
display: block!important;
float: left!important;
width: auto!important
}
.u-lg-sizeFitAlt {
float: right!important
}
.u-lg-sizeFill {
display: block!important;
overflow: hidden!important;
width: auto!important
}
.u-lg-sizeFillAlt {
display: table-cell!important;
max-width: 100%!important;
width: 10000px!important
}
.u-lg-sizeFull {
-moz-box-sizing: border-box!important;
box-sizing: border-box!important;
display: block!important;
width: 100%!important
}
.u-lg-size1of12 {
width: 8.333333333333332%!important
}
.u-lg-size1of10 {
width: 10%!important
}
.u-lg-size1of8 {
width: 12.5%!important
}
.u-lg-size1of6,
.u-lg-size2of12 {
width: 16.666666666666664%!important
}
.u-lg-size1of5,
.u-lg-size2of10 {
width: 20%!important
}
.u-lg-size1of4,
.u-lg-size2of8,
.u-lg-size3of12 {
width: 25%!important
}
.u-lg-size3of10 {
width: 30%!important
}
.u-lg-size1of3,
.u-lg-size2of6,
.u-lg-size4of12 {
width: 33.33333333333333%!important
}
.u-lg-size3of8 {
width: 37.5%!important
}
.u-lg-size2of5,
.u-lg-size4of10 {
width: 40%!important
}
.u-lg-size5of12 {
width: 41.66666666666667%!important
}
.u-lg-size1of2,
.u-lg-size2of4,
.u-lg-size3of6,
.u-lg-size4of8,
.u-lg-size5of10,
.u-lg-size6of12 {
width: 50%!important
}
.u-lg-size7of12 {
width: 58.333333333333336%!important
}
.u-lg-size3of5,
.u-lg-size6of10 {
width: 60%!important
}
.u-lg-size5of8 {
width: 62.5%!important
}
.u-lg-size2of3,
.u-lg-size4of6,
.u-lg-size8of12 {
width: 66.66666666666666%!important
}
.u-lg-size7of10 {
width: 70%!important
}
.u-lg-size3of4,
.u-lg-size6of8,
.u-lg-size9of12 {
width: 75%!important
}
.u-lg-size4of5,
.u-lg-size8of10 {
width: 80%!important
}
.u-lg-size5of6,
.u-lg-size10of12 {
width: 83.33333333333334%!important
}
.u-lg-size7of8 {
width: 87.5%!important
}
.u-lg-size9of10 {
width: 90%!important
}
.u-lg-size11of12 {
width: 91.66666666666666%!important
}
}
.u-mb10 {
margin-bottom: 10px!important
}
.u-mb50 {
margin-bottom: 50px!important
}
.u-textBreak {
word-wrap: break-word!important
}
.u-textCenter {
text-align: center!important
}
.u-textLeft {
text-align: left!important
}
.u-textRight {
text-align: right!important
}
.u-textInheritColor {
color: inherit!important
}
.u-textNoWrap {
white-space: nowrap!important
}
.u-textTruncate {
max-width: 100%;
overflow: hidden!important;
text-overflow: ellipsis!important;
white-space: nowrap!important;
word-wrap: normal!important
}
.u-textUppercase {
text-transform: uppercase!important
}
@font-face {
font-family: "rosettaicons";
src: url("../../font/rosetta-icons-Regular.eot");
src: url("../../font/rosetta-icons-Regular.eot?#iefix") format("embedded-opentype"), url("../../font/rosetta-icons-Regular.woff") format("woff"), url("../../font/rosetta-icons-Regular.ttf") format("truetype");
font-style: normal;
font-weight: normal
}
.Icon {
background: transparent;
display: inline-block;
font-style: normal;
vertical-align: baseline;
position: relative
}
.Icon:after,
.Icon:before {
display: block;
font-family: "rosettaicons";
font-weight: normal;
font-style: normal;
text-align: center;
-webkit-font-smoothing: antialiased
}
.Icon--smallest {
font-size: 12px;
line-height: 12px
}
.Icon--small {
font-size: 16px;
line-height: 15px
}
.Icon--medium {
font-size: 18px;
line-height: 18px
}
.Icon--large {
font-size: 21px;
line-height: 1
}
.Icon--extraLarge {
font-size: 32px;
line-height: 1
}
.Icon--add:before {
content: "\f183"
}
.Icon--addLight:before {
content: "\f198"
}
.Icon--analytics:before {
content: "\f200"
}
.Icon--arrowDown:before {
content: "\f174"
}
.Icon--arrowUp:before {
content: "\f188"
}
.Icon--atSymbol:before {
content: "\f050"
}
.Icon--attachFile:before {
content: "\f088"
}
.Icon--audioBadge:before {
content: "\f311"
}
.Icon--audioMuted:before {
content: "\f306"
}
.Icon--audioUnmuted:before {
content: "\f305"
}
.Icon--balloon:before {
content: "\f092"
}
.Icon--bird:before {
content: "\f179"
}
.Icon--calendar:before {
content: "\f203"
}
.Icon--camera:before {
content: "\f027"
}
.Icon--cameraPlus:before {
content: "\f111"
}
.Icon--cameraVideo:before {
content: "\f030"
}
.Icon--cards:before {
content: "\f402"
}
.Icon--caretDown:before {
content: "\f181"
}
.Icon--caretDownLight:before {
/*content: "\f196"*/
}
.Icon--caretLeft:before {
content: "\f172"
}
.Icon--caretLeftLight:before {
content: "\f193"
}
.Icon--caretRight:before {
content: "\f173"
}
.Icon--caretRightLight:before {
content: "\f194"
}
.Icon--caretUp:before {
content: "\f181";
-ms-transform: scaleY(-1);
transform: scaleY(-1)
}
.Icon--caretUpLight:before {
content: "\f195"
}
.Icon--cart:before {
content: "\f095"
}
.Icon--check:before {
content: "\f170"
}
.Icon--checkLight:before {
content: "\f197"
}
.Icon--chevronDown:before {
content: "\f202"
}
.Icon--chevronUp:before {
content: "\f201"
}
.Icon--circleActiveAnalytics:before {
content: "\f516"
}
.Icon--circleActiveBird:before {
content: "\f520"
}
.Icon--circleActiveDm:before {
content: "\f517"
}
.Icon--circleActiveHeart:before {
content: "\f514"
}
.Icon--circleActiveList:before {
content: "\f518"
}
.Icon--circleActiveMe:before {
content: "\f519"
}
.Icon--circleActiveMore:before {
content: "\f515"
}
.Icon--circleActiveRetweet:before {
content: "\f512"
}
.Icon--circleActiveStar:before {
content: "\f513"
}
.Icon--circleError:before {
content: "\f042"
}
.Icon--circleMe:before {
content: "\f519"
}
.Icon--circleReply:before {
content: "\f511"
}
.Icon--clock:before {
content: "\f177"
}
.Icon--close:before {
/*content: "\f045"*/
}
.Icon--cog:before {
content: "\f059"
}
.Icon--cogWithCaret:before {
content: "\f124"
}
.Icon--collapseTweets:before {
content: "\f051"
}
.Icon--collections:before {
content: "\f008"
}
.Icon--conversation:before {
content: "\f157"
}
.Icon--cover:before {
content: "\f163"
}
.Icon--createMoment:before {
content: "\f162"
}
.Icon--creditCard:before {
content: "\f401"
}
.Icon--crop:before {
content: "\f190"
}
.Icon--cvv:before {
content: "\f402"
}
.Icon--delete:before {
content: "\f154"
}
.Icon--deskBell:before {
content: "\f090"
}
.Icon--desktop:before {
content: "\f087"
}
.Icon--device:before {
content: "\f085"
}
.Icon--discover:before {
content: "\f052"
}
.Icon--dm:before {
content: "\f054"
}
.Icon--dmCompose:before {
content: "\f035"
}
.Icon--dots:before {
content: "\f150"
}
.Icon--dotsVertical:before {
content: "\f149"
}
.Icon--download:before {
content: "\f185"
}
.Icon--editPencil:before {
content: "\f112"
}
.Icon--envelope:before {
content: "\f187"
}
.Icon--fail:before {
content: "\f000"
}
.Icon--filter:before {
content: "\f138"
}
.Icon--follow:before {
/*content: "\f175"*/
}
.Icon--follower:before {
content: "\f002"
}
.Icon--following:before {
content: "\f176"
}
.Icon--geo:before {
content: "\f031"
}
.Icon--geoBadge:before {
content: "\f010"
}
.Icon--gif:before {
content: "\f028"
}
.Icon--gifBadge:before {
content: "\f309"
}
.Icon--grid:before {
content: "\f046"
}
.Icon--handset:before {
content: "\f091"
}
.Icon--heart:before {
content: "\f148"
}
.Icon--heartBadge:before {
content: "\f015"
}
.Icon--home:before {
content: "\f053"
}
.Icon--horizontalBarChart:before {
content: "\f048"
}
.Icon--lifeline:before {
content: "\f026"
}
.Icon--lifelineBadge:before {
content: "\f000"
}
.Icon--lightning:before {
content: "\f160"
}
.Icon--lightningBadge:before {
content: "\f017"
}
.Icon--list:before {
content: "\f094"
}
.Icon--listBadge:before {
content: "\f012"
}
.Icon--logo:before {
/*content: "\f179"*/
}
.Icon--magicrecs:before {
content: "\f014"
}
.Icon--markAllRead:before {
content: "\f036"
}
.Icon--me:before {
content: "\f056"
}
.Icon--media:before {
content: "\f159"
}
.Icon--mediaCollapse:before {
content: "\f335"
}
.Icon--mediaDocking:before {
content: "\f336"
}
.Icon--mediaExpand:before {
content: "\f334"
}
.Icon--menu:before {
content: "\f093"
}
.Icon--message:before {
content: "\f054"
}
.Icon--moderator:before {
content: "\f089"
}
.Icon--muted:before {
content: "\f101"
}
.Icon--newsBadge:before {
content: "\f009"
}
.Icon--notifications:before {
content: "\f055"
}
.Icon--notificationsDisabled:before {
content: "\f037"
}
.Icon--pause:before {
content: "\f302"
}
.Icon--periscopeBadge:before {
content: "\f320"
}
.Icon--person:before {
content: "\f056"
}
.Icon--photo:before {
content: "\f158"
}
.Icon--pinned:before {
content: "\f003"
}
.Icon--play:before {
content: "\f301"
}
.Icon--political:before {
content: "\f004"
}
.Icon--poll:before {
content: "\f034"
}
.Icon--pollBar:before {
content: "\f199"
}
.Icon--promoted:before {
content: "\f004"
}
.Icon--promotedTrend:before {
content: "\f011"
}
.Icon--protected:before {
content: "\f096"
}
.Icon--refresh:before {
content: "\f189"
}
.Icon--reply:before {
/*content: "\f151"*/
}
.Icon--report:before {
content: "\e609"
}
.Icon--retweet:before {
/*content: "\f152"*/
}
.Icon--retweeted:before {
content: "\f006"
}
.Icon--search:before {
content: "\f058"
}
.Icon--share:before {
content: "\f185"
}
.Icon--smileRating1:before {
content: "\f430"
}
.Icon--smileRating1Fill:before {
content: "\f431"
}
.Icon--smileRating2:before {
content: "\f432"
}
.Icon--smileRating2Fill:before {
content: "\f433"
}
.Icon--smileRating3:before {
content: "\f434"
}
.Icon--smileRating3Fill:before {
content: "\f435"
}
.Icon--smileRating4:before {
content: "\f436"
}
.Icon--smileRating4Fill:before {
content: "\f437"
}
.Icon--smileRating5:before {
content: "\f438"
}
.Icon--smileRating5Fill:before {
content: "\f439"
}
.Icon--smiley:before {
content: "\f033"
}
.Icon--snapReelBadge:before {
content: "\f312"
}
.Icon--soundOff:before {
content: "\f306"
}
.Icon--soundOn:before {
content: "\f305"
}
.Icon--stickerBadge:before {
content: "\f047"
}
.Icon--summary:before {
content: "\f156"
}
.Icon--tablet:before {
content: "\f086"
}
.Icon--top:before {
content: "\f007"
}
.Icon--translator:before {
content: "\f089"
}
.Icon--truck:before {
content: "\f400"
}
.Icon--tweet:before {
content: "\f029"
}
.Icon--unfollow:before {
content: "\f097"
}
.Icon--unmuted:before {
content: "\f101"
}
.Icon--url:before {
content: "\f098"
}
.Icon--vineBadge:before {
content: "\f310"
}
.Icon--visibilityFollowers:before {
content: "\f103"
}
.Icon--visibilityFollowing:before {
content: "\f176"
}
.Icon--visibilityMutual:before {
content: "\f104"
}
.Icon--visibilityOnlyMe:before {
content: "\f096"
}
.Icon--visibilityPublic:before {
content: "\f102"
}
.Icon--warning:before {
content: "\f182"
}
.Icon--verified:before {
content: "\f032";
font-size: .7em;
left: 26%;
line-height: 1;
position: absolute;
top: 20%
}
.Icon--verified:after {
/*content: "\f099";*/
line-height: 1;
position: relative
}
.Icon--playButton:before {
content: "\f032";
line-height: 1;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
opacity: .8;
-ms-filter: "alpha(opacity=80)"
}
.Icon--playButton:after {
content: "\f040";
line-height: 1;
position: relative
}
.Icon--protected {
font-size: 1.1em;
padding-left: 1px
}
.Icon--fail {
color: red
}
.Icon--follower,
.Icon--magicrecs,
.Icon--colorLightning,
.Icon--colorFollower {
color: #1da1f2
}
.Icon--lifelineBadge {
color: #f45d22
}
.Icon--listBadge:before {
color: #657786
}
.Icon--muted {
color: #e0245e
}
.Icon--political {
color: #794bc4
}
.Icon--promoted {
color: #657786
}
.Icon--promotedTrend {
color: #ffad1f
}
.Icon--protected {
color: #14171a
}
.Icon--retweeted,
.Icon--colorRetweeted {
color: #17bf63
}
.Icon--smiley {
color: #aab8c2
}
.Icon--top {
color: #1da1f2
}
.Icon--translator {
color: #1da1f2
}
.Icon--moderator {
color: #ffad1f
}
.Icon--unmuted {
color: #ccd6dd
}
.Icon--verified {
color: #1da1f2
}
.Icon--verified:before {
color: #fff
}
.Icon--circleActiveMe,
.Icon--circleActiveBird {
color: #1da1f2
}
.Icon--colorHeart,
.Icon--circleActiveHeart,
.Icon--heartBadge {
color: #e0245e
}
.Icon--circleActiveRetweet {
color: #17bf63
}
.Icon--circleActiveList {
color: #657786
}
.Icon--playButton {
color: #1da1f2
}
.Icon--playButton:after {
color: #fff
}
.Icon--white {
color: #fff
}
.Icon--inverted.Icon--verified {
color: #fff
}
.Icon--inverted.Icon--verified:before {
color: #14171a
}
button {
border: 0
}
.btn {
background-color: #ccd6dd;
background-repeat: no-repeat;
border: 1px solid #e6ecf0;
border-radius: 4px;
color: #66757f;
cursor: pointer;
display: inline-block;
font-size: 14px;
font-weight: bold;
line-height: normal;
padding: 8px 16px;
position: relative
}
.btn .Icon {
background: transparent
}
.btn.focus,
.btn:focus,
.btn:active,
.Button:focus {
outline: 0!important
}
.no-shadow {
box-shadow: none
}
.btn.no-shadow:active {
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
}
.btn {
background-color: #f5f8fa;
background-image: linear-gradient(#fff, #f5f8fa)
}
.btn:focus,
.btn.focus {
background: #fff;
border-color: #fff;
box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(0, 132, 180, 0.5);
text-decoration: none
}
.btn:hover,
.follow-combo.open .btn-user-actions,
.dropdown.open .user-dropdown {
color: #14171a;
text-decoration: none;
background-color: #e6ecf0;
background-image: linear-gradient(#fff, #e6ecf0);
border-color: #e6ecf0
}
.btn.focus:hover .btn:focus:hover {
border-color: #fff
}
.btn.active,
.btn:active,
.follow-combo.open .btn-user-actions,
.dropdown.open .user-dropdown,
.btn.open,
.open>.btn {
color: #14171a;
background: #e6ecf0;
border-color: #ccd6dd;
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.2)
}
.btn.disabled,
.btn.disabled:hover,
.btn[disabled],
.btn[aria-disabled=true] {
color: #66757f;
cursor: default;
background-color: #ccd6dd;
background-image: linear-gradient(#fff, #f5f8fa);
border-color: #ccd6dd;
opacity: .5;
-ms-filter: "alpha(opacity=50)"
}
.btn.large {
border-radius: 6px;
font-size: 18px;
line-height: 28px
}
.btn.small {
color: #14171a;
font-size: 13px;
padding: 3px 11px 5px
}
.signup-btn.btn {
background-color: #ffad1f;
background-image: linear-gradient(#ffcc4d, #ffad1f);
border-color: #f1a02a;
color: #14171a;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)
}
.signup-btn:hover,
.signup-btn:focus {
background-color: #f45d22;
background-image: linear-gradient(#ffcc4d, #f45d22);
border-color: #ec8b11;
color: #14171a
}
.signup-btn:active {
background-color: #f2a330;
background-image: none;
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3)
}
.primary-btn,
.following.first-hover .follow-btn:hover,
.following .follow-btn,
.following .follow-button.cancel-hover-style:hover,
.following .follow-button,
.notifying .device-follow-button,
.button-group-item .content.selected {
color: #fff;
background-color: #1da1f2;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border: 1px solid #3b88c3;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15)
}
.primary-btn:hover,
.primary-btn:focus {
color: #fff
}
.primary-btn:focus,
.primary-btn.focus,
.following .follow-btn:focus,
.following .follow-button:focus,
.notifying .device-follow-button:focus,
.button-group-item .content.selected:focus {
background: #1da1f2;
border-color: #fff
}
.primary-btn:hover {
background-color: #1da1f2;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
border-color: #3b88c3
}
.primary-btn:active {
background-color: #3b88c3;
background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
border-color: #3b88c3
}
.primary-btn.btn.disabled,
.primary-btn.btn.disabled:hover,
.primary-btn.btn[disabled],
.primary-btn[aria-disabled=true] {
background-color: #1da1f2;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border-color: #3b88c3;
color: #fff;
text-shadow: none;
opacity: .5;
-ms-filter: "alpha(opacity=50)"
}
.primary-btn .messaging-text,
.primary-btn .replying-text,
.primary-btn.messaging .tweeting-text,
.tweet-form.is-reply .primary-btn .tweeting-text {
display: none
}
.primary-btn.messaging .messaging-text,
.tweet-form.is-reply .primary-btn:not(.messaging) .replying-text {
display: inline
}
.caution-btn {
background-color: #e0245e;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border: 1px solid #1da1f2;
color: #fff
}
.caution-btn,
.caution-btn:focus {
background: #e0245e;
border-color: #fff;
color: #fff;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2)
}
.caution-btn,
.caution-btn:hover,
.caution-btn:focus,
.following .follow-btn:hover,
.following .follow-button:hover {
background-color: #e0245e;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
border: 1px solid #1da1f2;
color: #fff
}
.caution-btn:active,
.following:hover .follow-btn:active,
.following:hover .follow-button:active {
background-color: #e0245e;
background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
color: #fff;
border-color: #952f2a
}
.caution-btn.disabled,
.caution-btn.disabled:hover,
.caution-btn[disabled],
.caution-btn[aria-disabled=true] {
background-color: #e0245e;
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
border: 1px solid #1da1f2;
color: #fff
}
.icon-btn {
background: transparent;
border: 1px solid transparent;
color: #1b95e0;
opacity: .8;
-ms-filter: "alpha(opacity=80)";
padding: 4px 10px
}
.icon-btn .Icon {
font-size: 20px
}
.icon-btn:focus,
.icon-btn.focus {
background: #fff;
border-color: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5)
}
.icon-btn:hover {
background-color: rgba(255, 255, 255, 0.25);
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 132, 180, 0.1));
border-color: #1b95e0;
color: #1b95e0
}
.icon-btn.disabled,
.icon-btn.disabled:hover,
.icon-btn[disabled],
.icon-btn[aria-disabled=true] {
background: transparent;
border: 0;
color: #1b95e0
}
.icon-btn:active,
.icon-btn.active {
background: rgba(255, 255, 255, 0.15);
border-color: #1b95e0;
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
color: #1b95e0
}
.icon-btn.enabled {
background: rgba(255, 255, 255, 0.75);
border-color: #1b95e0;
border-style: solid;
border-width: 1px;
box-shadow: none;
color: #1b95e0;
opacity: .8;
-ms-filter: "alpha(opacity=80)"
}
.icon-btn.enabled:hover {
background: rgba(255, 255, 255, 0.75)
}
.icon-btn .text {
font-size: 12px;
font-weight: normal;
margin-left: 3px;
position: relative;
top: -6px
}
.plain-btn,
.plain-btn:hover {
background: transparent;
border-color: transparent
}
.plain-btn:hover {
color: #1b95e0
}
.plain-btn:focus,
.plain-btn.focus,
.plain-btn.active,
.plain-btn:active,
.plain-btn.open,
.dropdown.open .user-dropdown.plain-btn,
.open>.plain-btn {
background: transparent;
border-color: #fff;
box-shadow: none;
color: #1b95e0
}
.plain-btn.disabled,
.plain-btn.disabled:hover,
.plain-btn[disabled],
.plain-btn[aria-disabled=true] {
background: transparent;
border-color: transparent
}
.fb-btn {
color: #fff;
background-color: #3c5d96;
background-repeat: repeat-x;
background-image: linear-gradient(#6079ab, #3c5d96);
border-color: #3c5a98;
border-bottom-color: #273b64;
text-align: left;
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.5);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1)
}
.fb-btn:hover,
.fb-btn:focus {
color: #fff;
background-color: #345285;
background-repeat: repeat-x;
background-image: linear-gradient(#5e76a9, #344d7e);
border-color: #3c5a98;
border-bottom-color: #273b64
}
.btn-group {
position: relative
}
.action-text {
min-width: 68px;
padding: 5px 7px
}
.follow-btn {
padding: 0
}
.btn-user-actions,
.user-dropdown {
padding: 8px 11px 8px 10px
}
.follow-btn .action-text {
display: none
}
.not-following .follow-btn .follow-text,
.following .follow-btn .following-text,
.following .follow-btn:hover .unfollow-text,
.following.first-hover .follow-btn:hover .following-text,
.blocked .follow-btn .block-text,
.blocked .follow-btn:hover .unblock-text,
.follow-request-sent .follow-btn .pending-text,
.follow-request-sent .follow-btn:hover .cancel-req-text {
display: block
}
.not-following.follow-request-sent .follow-btn .follow-text,
.following .follow-btn:hover .following-text,
.following.first-hover .follow-btn:hover .unfollow-text,
.blocked .follow-btn:hover .block-text,
.follow-request-sent .follow-btn:hover .pending-text {
display: none
}
.following .follow-btn,
.blocked .follow-btn,
.follow-request-sent .follow-btn {
text-align: center
}
.small-follow-all-wrapper .action-text,
.small-follow-all-wrapper .btn-user-actions {
padding: 3px 4px
}
.small-follow-all-wrapper .follow-btn .follow {
margin-top: 2px;
margin-left: 2px
}
.follow-btn.small .follow {
margin-top: 1px;
margin-right: 4px
}
.follow-btn.small-follow-btn {
margin-top: 3px;
margin-right: 9px
}
.follow-btn.small-follow-btn .activity-follow {
margin-top: -1px
}
.small-follow-btn .action-text {
min-width: 0;
padding: 0
}
.follow-combo .btn-group-dropdown .is-not-blocked,
.follow-combo.following .btn-group-dropdown .is-following,
.follow-combo.following .btn-group-dropdown .is-not-including,
.follow-combo.following .btn-group-dropdown .is-not-notifying,
.follow-combo.including .btn-group-dropdown .is-including,
.follow-combo.notifying .btn-group-dropdown .is-notifying,
.follow-combo.dismissable .btn-group-dropdown .is-dismissable,
.follow-combo .btn-group-dropdown .is-not-blocked.dropdown-divider,
.follow-combo.following .btn-group-dropdown .is-following.dropdown-divider,
.follow-combo.blocked .is-blocked,
.follow-combo.can-dm .can-send-dm {
display: block
}
.follow-combo .btn-group-dropdown li a,
.follow-combo .btn-group-dropdown .dropdown-divider,
.follow-combo.including .btn-group-dropdown .is-not-including,
.follow-combo.notifying .btn-group-dropdown .is-not-notifying,
.follow-combo.blocked .btn-group-dropdown .is-not-blocked,
.follow-combo .can-send-dm {
display: none
}
.btn-group-dropdown a s,
.user-actions .dropdown-menu .pretty-link s,
.user-actions .dropdown-menu .pretty-link:hover s {
color: #66757f
}
.follow-button {
padding: 4px 12px 9px 12px;
color: #14171a
}
.follow-button .follow {
vertical-align: bottom
}
.button-text.following-text,
.button-text.unfollow-text {
padding-top: 5px
}
.follow-button .Icon {
font-size: 18px;
line-height: 17px;
padding-right: 3px;
position: relative;
top: 3px;
color: inherit;
color: #1da1f2
}
.follow-button .Icon.Icon--follow {
padding-left: 3px;
padding-right: 2px
}
.small-follow-btn .Icon.Icon--follow {
padding-left: 2px;
padding-right: 0
}
.small-follow-btn .Icon {
font-size: 16px;
line-height: 15px;
padding-right: 2px;
top: 2px;
color: #1da1f2
}
.small-follow-btn .action-text .Icon--follow {
margin-right: 2px
}
.btn-group .dropdown-menu {
right: -1px;
border-width: 1px
}
.mini-profile-footer .btn-group .dropdown-menu {
right: auto;
left: -1px
}
.btn-group.open .btn-group-dropdown {
display: block
}
.btn-group .small .dropdown-menu {
top: 28px;
border-radius: 3px
}
.user-actions {
position: relative
}
.user-actions .dropdown {
display: inline-block
}
.win10-wrapper .muted-setting .UserActions-moreActions .dropdown,
.win10-wrapper .blocked-setting .UserActions-moreActions .dropdown,
.win10-wrapper .blocked-account-nav .blocked-accounts-dropdown .dropdown-menu li.js-export-block-list {
display: none
}
.stream-item .follow-bar {
float: right;
margin-top: 3px
}
.follow-button .button-text,
.edit-button .button-text {
min-width: 73px;
padding: 0;
text-align: center
}
.follow-button .button-text {
display: none
}
.following .follow-button .button-text,
.blocked .follow-button .button-text,
.pending .follow-button .button-text {
text-align: center;
padding-top: 5px
}
.small-follow-btn .button-text.unblock-text,
.small-follow-btn .button-text.blocked-text,
.small-follow-btn .button-text.pending-text,
.small-follow-btn .button-text.cancel-text,
.small-follow-btn .button-text.following-text,
.small-follow-btn .button-text.unfollow-text {
padding-top: 3px
}
.not-following .follow-button .follow-text,
.following .follow-button .following-text,
.following .follow-button:hover .unfollow-text,
.following .follow-button.cancel-hover-style:hover .following-text,
.blocked .follow-button .blocked-text,
.blocked .follow-button:hover .unblock-text,
.pending .follow-button .pending-text,
.pending .follow-button:hover .cancel-text,
.pending .follow-button.cancel-hover-style:hover .pending-text {
display: block
}
.pending .follow-button .follow-text,
.following .follow-button:hover .following-text,
.following .follow-button.cancel-hover-style:hover .unfollow-text,
.blocked .follow-button:hover .blocked-text,
.pending .follow-button:hover .pending-text,
.pending .follow-button.cancel-hover-style:hover .cancel-text {
display: none
}
.user-actions .dropdown-menu .dropdown-caret,
.user-actions .dropdown-menu .mention-text,
.user-actions .dropdown-menu .list-text,
.user-actions .dropdown-menu .block-text,
.user-actions .dropdown-menu .report-text,
.user-actions .dropdown-menu .not-blocked,
.user-actions .dropdown-menu .is-embeddable,
.user-actions .dropdown-menu .embed-profile,
.user-actions .dropdown-menu .mute-user-item,
.following .dropdown-menu .retweet-on-text,
.following .dropdown-menu .device-notifications-on-text,
.following .dropdown-menu .is-following,
.including .dropdown-menu .retweet-off-text,
.notifying .dropdown-menu .device-notifications-off-text,
.dismissable .dropdown-menu .hide-suggestion-text,
.blocked .dropdown-menu .blocked-report-text,
.blocked .dropdown-menu .unblock-text,
.muting .dropdown-menu .unmute-user-item,
.js-actionable-tweet[data-you-block=true] .dropdown-menu .unblock-link,
.js-actionable-tweet[data-you-block=false] .dropdown-menu .block-link,
.dropdown-menu .mute-user-item,
.can-dm .dropdown-menu .dm-text,
.conversation-muting .dropdown-menu .unmute-conversation-item {
display: block
}
.muting .unmute-button,
.mute-button {
display: inline-block
}
.user-actions .dropdown-menu li,
.blocked .dropdown-menu .not-blocked,
.including .dropdown-menu .retweet-on-text,
.notifying .dropdown-menu .device-notifications-on-text,
.unmute-button,
.first-load.mute-button,
.muting .mute-button,
.dropdown-menu .unmute-user-item,
.muting .dropdown-menu .device-notifications-off-text,
.muting .dropdown-menu .device-notifications-on-text,
.muting .dropdown-menu .dropdown-divider.is-following,
.muting .dropdown-menu .mute-user-item,
.muting .dropdown-menu .retweet-off-text,
.muting .dropdown-menu .retweet-on-text,
.blocked .unmute-button,
.blocked .mute-button,
.blocked .dropdown-menu .mute-user-item,
.blocked .dropdown-menu .unmute-user-item,
.blocked .dropdown-menu .mention-text,
.blocked .dropdown-menu .list-text,
.blocked .dropdown-menu .block-text,
.user-actions .blocks-you .dropdown-menu .dropdown-divider,
.blocks-you .dropdown-menu .mention-text,
.blocks-you .dropdown-menu .is-embeddable,
.blocks-you .dropdown-menu .list-text,
.blocks-you .dropdown-menu .embed-profile,
.protected .dropdown-menu .is-embeddable,
.protected .dropdown-menu .embed-profile,
.js-actionable-tweet[data-you-block=true] .dropdown-menu .block-link,
.js-actionable-tweet[data-you-block=false] .dropdown-menu .unblock-link,
.dropdown-menu .unmute-conversation-item,
.conversation-muting .dropdown-menu .mute-conversation-item {
display: none
}
.user-actions .dropdown-menu {
right: -12px;
border-width: 1px;
border-radius: 4px
}
.user-actions .dropdown-menu span {
font-size: 12px
}
.mini-profile-footer .user-actions .dropdown-menu {
right: auto;
left: 0
}
.user-actions .open .dropdown-menu {
display: block
}
.friend-actions .active-btn-text {
display: block
}
.friend-actions .pending-btn-text {
display: none
}
.friend-actions .pending .active-btn-text {
display: none
}
.friend-actions .pending .pending-btn-text {
display: block
}
.subscribe-btn>div {
display: none
}
.subscribe-btn.is-unsubscribed .subscribe-text,
.subscribe-btn.is-subscribed .remove-text {
display: block
}
.featured-list-btn.is-unfeatured .unfeature-text,
.featured-list-btn.is-featured .feature-text {
display: none
}
.module.tweet-to-user {
background-color: transparent
}
.tweet-btn {
background-color: #1b95e0;
border: 1px solid transparent;
color: #fff;
display: block;
padding: 9px 16px 8px 17px;
text-align: center
}
.tweet-btn .Icon {
font-size: 19px;
height: 19px;
position: relative;
vertical-align: middle;
width: 17px
}
.tweet-btn .Icon--tweet {
left: -2px;
top: -5px
}
.tweet-btn .Icon--dm {
font-size: 17px;
left: -3px;
top: -2px
}
.tweet-btn .Icon--reply {
font-size: 16px;
left: -4px;
top: -3px
}
.large-tweet-btn {
padding: 7px 10px;
border: 0;
border-radius: 5px;
box-shadow: none
}
.tweet-btn .tweet-new {
margin: 0 6px -2px 0
}
.tweet-btn:focus {
background-color: #1b95e0;
background: rgba(0, 132, 180, 0.8);
border: 1px solid #fff
}
.tweet-btn:hover {
background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
border-color: transparent
}
.tweet-btn:active {
background-image: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15));
border-color: transparent;
box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3);
color: #fff
}
.tweet-btn:hover,
.tweet-btn:active,
.tweet-btn.active {
background-color: #1b95e0
}
.tweet-btn.btn.disabled,
.tweet-btn.btn.disabled:hover,
.tweet-btn.btn[disabled],
.tweet-btn.btn[aria-disabled=true] {
background: #1b95e0;
border-color: transparent;
color: white;
opacity: .2;
-ms-filter: "alpha(opacity=20)";
text-shadow: none
}
.btn-link {
padding: 0;
background-color: transparent;
background-image: none;
border: 0;
color: #1b95e0;
cursor: pointer;
border-radius: 0;
box-shadow: none
}
.btn-link:hover,
.btn-link:focus {
outline: 0;
text-decoration: underline;
box-shadow: none
}
.user-actions .follow-link .link-text {
display: none
}
.user-actions.not-following .follow-link .follow-text {
display: inline
}
.user-actions.following .follow-link .unfollow-text {
display: inline
}
.user-actions.pending .follow-link .cancel-text {
display: inline
}
.feedback-btn {
font-size: 12px
}
.button-group-container .button-group {
display: inline-block;
padding-right: 5px
}
.button-group {
font-size: 0
}
.button-group .button-group-item {
display: inline-block;
padding: 0
}
.button-group .content {
padding-top: 1px;
padding-bottom: 1px;
border-radius: 0
}
.button-group-item .content.selected {
background-color: #019ad2
}
.button-group .button-group-item:first-of-type .content {
border-top-left-radius: 4px;
border-bottom-left-radius: 4px
}
.button-group .button-group-item:last-of-type .content {
border-top-right-radius: 4px;
border-bottom-right-radius: 4px
}
.tweet-form .tweet-btn {
display: inline-block
}
.tweet-form .tweet-counter {
top: 10px
}
.notifications-optout-button {
float: right
}
.icon {
display: inline-block;
vertical-align: text-top;
background-image: url(../../img/t1/twitter_web_sprite_icons.png);
background-position: 0 0;
background-repeat: no-repeat
}
.follow,
.follow-white {
margin-top: 2px
}
.close-large {
background-position: 0 -510px;
width: 12px;
height: 13px
}
.close {
background-position: -20px -510px;
width: 9px;
height: 9px
}
.close-medium,
.error-x,
.dismiss-white {
width: 10px;
height: 12px
}
.close-medium {
background-position: -60px -510px
}
.modal-close:hover .close-medium {
background-position: -80px -510px
}
.error-x {
background-position: -100px -510px
}
.dismiss-white {
background-position: -120px -510px
}
.service-gmail,
.service-gmail2,
.service-yahoo,
.service-hotmail,
.service-aol,
.service-linkedin,
.service-msn,
.service-msn2,
.service-daum,
.service-yahoojapan,
.service-yandex,
.service-default {
width: 24px;
height: 24px
}
.service-gmail,
.service-gmail2 {
background-position: 0 -640px
}
.service-yahoo {
background-position: -30px -640px
}
.service-hotmail {
background-position: -60px -640px
}
.service-msn2 {
background-position: -60px -640px
}
.service-aol {
background-position: -90px -640px
}
.service-linkedin {
background-position: -120px -640px
}
.service-msn {
background-position: -150px -640px
}
.service-daum {
background-position: -180px -640px
}
.service-yahoojapan {
background-position: -210px -640px
}
.service-yandex {
background-position: -240px -640px
}
.service-default {
background-position: -270px -640px
}
.service-sm-gmail2,
.service-sm-yahoo,
.service-sm-hotmail,
.service-sm-aol,
.service-sm-linkedin,
.service-sm-facebook,
.service-sm-msn,
.service-sm-daum {
height: 16px
}
.service-sm-gmail,
.service-sm-gmail2 {
background-position: 0 -670px;
width: 16px
}
.service-sm-yahoo {
background-position: -30px -670px;
width: 20px
}
.service-sm-hotmail {
background-position: -60px -670px;
width: 16px
}
.service-sm-aol {
background-position: -90px -670px;
width: 16px
}
.service-sm-linkedin {
background-position: -120px -670px;
width: 15px
}
.service-sm-facebook {
background-position: -150px -670px;
width: 14px
}
.service-sm-msn {
background-position: -180px -670px;
width: 16px
}
.service-sm-daum {
background-position: -210px -670px;
width: 14px
}
.service-sm-yandex {
background-position: -230px -670px;
width: 16px
}
.service-sm-native-photobucket {
background-position: -270px -670px;
width: 16px;
height: 14px;
*margin-right: 3px
}
.dropdown-check {
width: 10px;
height: 12px
}
.dropdown-check {
background-position: -20px -690px
}
a:hover .dropdown-check,
.dropdown-link:hover .dropdown-check,
.selected .dropdown-check {
background-position: -40px -690px
}
.image-gray {
background-position: -40px -900px;
width: 15px;
height: 12px
}
.image-gray-large {
background-position: -60px -900px;
width: 19px;
height: 16px
}
.with-icn {
font-size: 12px;
color: #657786
}
.with-textColor-twitterBlueText {
color: #1da1f2
}
.with-icn .icon,
.with-icn .Icon {
margin-right: 4px
}
.with-icn b {
font-weight: normal;
color: inherit
}
.with-icn:hover,
.with-icn:focus {
text-decoration: none
}
.global-dm-nav.new:hover .global-dm-envelope,
.global-dm-nav.new:focus .global-dm-envelope,
.global-dm-nav:hover .global-dm-envelope,
.global-dm-nav:focus .global-dm-envelope,
.global-dm-nav:active .global-dm-envelope {
background-position: -117px -880px
}
.stream-item-footer .with-icn span:last-child {
margin-right: 4px
}
.stream-item-footer .with-icn .Icon--summary:last-child,
.stream-item-footer .with-icn .Icon--geo:last-child,
.stream-item-footer .with-icn .Icon--conversation:last-child {
margin-right: 0
}
.tweet-camera {
height: auto;
width: auto
}
.credit-card-visa,
.credit-card-mastercard,
.credit-card-amex,
.credit-card-discover,
.credit-card-dinersclub,
.credit-card-jcb {
width: 20px;
height: 12px
}
.credit-card-visa-large,
.credit-card-mastercard-large,
.credit-card-amex-large,
.credit-card-discover-large,
.credit-card-dinersclub-large,
.credit-card-jcb-large {
width: 32px;
height: 20px
}
.credit-card-cvv,
.credit-card-cvv-amex {
width: 29px;
height: 20px
}
.credit-card-visa {
background-position: 0 -1320px
}
.credit-card-mastercard {
background-position: -26px -1320px
}
.credit-card-amex {
background-position: -52px -1320px
}
.credit-card-discover {
background-position: -78px -1320px
}
.credit-card-dinersclub {
background-position: -104px -1320px
}
.credit-card-jcb {
background-position: -130px -1320px
}
.credit-card-cvv {
background-position: 0 -1370px
}
.credit-card-cvv-amex {
background-position: -38px -1370px
}
.credit-card-visa-large {
background-position: 0 -1340px
}
.credit-card-mastercard-large {
background-position: -38px -1340px
}
.credit-card-amex-large {
background-position: -76px -1340px
}
.credit-card-discover-large {
background-position: -114px -1340px
}
.credit-card-dinersclub-large {
background-position: -152px -1340px
}
.credit-card-jcb-large {
background-position: -190px -1340px
}
.dropdown {
position: relative
}
.dropdown.center {
float: right;
right: 50%
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-top: 5px;
margin-left: 2px;
vertical-align: top;
border-top: 4px solid #66757f;
border-left: 4px solid transparent;
border-right: 4px solid transparent
}
.btn .caret {
margin-top: 8px
}
.open.dropdown .caret,
.dropdown-toggle:hover .caret,
.dropdown-toggle:focus .caret {
border-top-color: #fff
}
.open.dropdown .btn .caret {
border-top-color: #14171a
}
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 900;
display: none;
float: left;
padding: 10px 0;
margin: 2px 0 0;
background: #fff;
background-color: rgba(255, 255, 255, 0.98);
border: 1px solid #e6ecf0;
border: 0 solid rgba(0, 0, 0, 0.25);
border-radius: 4px;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
background-clip: padding-box
}
.dropdown-menu.dropdown-menu--rightAlign {
right: 0
}
.dropdown-menu.is-autoCentered {
left: calc(50% - 12px - 9px);
right: unset;
top: calc(100% - -10px)
}
.dropdown-menu.dropdown-menu--rightAlign.is-autoCentered {
left: unset;
right: calc(50% - 10px - 9px)
}
.dropdown.center .dropdown-menu {
float: right;
right: -50%;
position: relative
}
.dropdown-form {
padding: 15px
}
.dropdown-menu ul:focus {
outline: 0
}
.dropdown-menu li {
display: block;
float: none;
line-height: inherit;
position: relative
}
.dropdown-divider {
padding-top: 1px;
margin: 5px 1px 6px;
border-bottom: 1px solid #e6ecf0
}
.dropdown-menu .label {
padding: 4px 22px 0;
font-size: 12px;
color: #657786;
white-space: nowrap
}
.lt-ie10 .dropdown-menu .label {
line-height: 18px
}
.dropdown-menu li>a,
.dropdown-menu .dropdown-link {
clear: both;
color: #66757f;
cursor: pointer;
display: block;
font-size: 13px;
font-weight: normal;
float: none;
line-height: 18px;
margin: 0;
padding: 5px 20px;
position: relative;
text-shadow: none;
white-space: nowrap
}
.dropdown button.dropdown-link {
background: transparent;
min-width: 100%;
text-align: left
}
.dropdown.center .dropdown-menu li>a,
.dropdown.center .dropdown-menu .dropdown-link {
padding: 3px 22px;
text-align: center
}
.dropdown-menu li>a:focus .account-group b {
text-decoration: none
}
.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-menu .dropdown-link:hover,
.dropdown-menu .dropdown-link:focus,
.dropdown-menu .dropdown-link.is-focused,
.dropdown-menu li:hover .dropdown-link,
.dropdown-menu li:focus .dropdown-link,
.dropdown-menu .typeahead-recent-search-item.selected,
.dropdown-menu .typeahead-saved-search-item.selected,
.dropdown-menu .selected a,
.dropdown-menu .dropdown-link.selected {
color: #fff;
background: #3b88c3;
text-decoration: none
}
.dropdown-menu li>a s,
.dropdown-menu .dropdown-link s {
color: #66757f
}
.dropdown-menu li>a:hover s,
.dropdown-menu li>a:focus s,
.dropdown-menu .selected>a s,
.dropdown-menu .dropdown-link:hover s,
.dropdown-menu .dropdown-link:focus s {
color: #fff
}
.dropdown-check {
position: absolute;
top: 5px;
left: 7px
}
.dropdown-menu li button:focus {
outline: 0
}
.dropdown-menu .dropdown-caret {
position: absolute;
top: -10px;
left: 12px;
width: 18px;
height: 10px;
float: left;
overflow: hidden
}
.dropdown-menu.dropdown-menu--rightAlign .dropdown-caret,
.dropdown-caret.right {
left: auto;
right: 10px
}
.dropdown-caret.center,
.dropdown.center .dropdown-menu .dropdown-caret {
left: 50%;
margin-left: -9px
}
.dropdown-caret .caret-outer,
.dropdown-caret .caret-inner {
position: absolute;
top: 0;
left: 0;
display: inline-block;
margin-left: -1px
}
.dropdown-caret .caret-outer {
border-bottom: 10px solid #657786;
border-bottom-color: rgba(0, 0, 0, 0.1);
border-left: 10px solid transparent;
border-right: 10px solid transparent;
height: auto;
left: 0;
top: 0;
width: auto
}
.dropdown-caret .caret-inner {
top: 1px;
left: 1px;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
border-bottom: 9px solid #fff;
border-bottom-color: rgba(255, 255, 255, 0.98)
}
.with-rightCaret .dropdown-caret {
left: auto;
right: 13px
}
.dropdown.open .dropdown-menu {
display: block
}
.session .dropdown-menu .dropdown-caret {
left: auto;
right: 30px
}
.stream-item .account .btn-group .dropdown-caret,
.permalink-tweet .btn-group .dropdown-caret {
left: auto;
right: 13px
}
.session .dropdown-menu,
.global-nav .pull-right .dropdown-menu,
.global-nav .secondary-nav .dropdown-menu {
margin: 9px -7px 0 0
}
.typeahead {
padding: 5px 0
}
.typeahead-items li>a {
padding: 7px 15px 7px 10px;
font-size: 14px
}
.dropdown-menu .dropdown-link.hidden {
display: none
}
.dropdown-menu .dropdown-account {
font-size: 14px;
line-height: 24px;
overflow: hidden;
text-overflow: ellipsis;
cursor: pointer
}
.dropdown-account .avatar {
float: left;
margin-right: 5px
}
.dropdown-account .pretty-link s {
color: #ccd6dd
}
.dropdown-account .pretty-link:hover b {
text-decoration: none
}
.dropdown-account .nombreUsuario {
color: #657786
}
.dropdown-account strong.fullname {
display: inline;
font-size: 12px
}
.dropdown-account:hover .fullname,
.dropdown-account:hover .nombreUsuario,
.dropdown-account:hover .pretty-link s,
.dropdown-menu .account-summary:focus .fullname,
.dropdown-menu .account-summary:focus .metadata,
.dropdown-account.selected .fullname,
.dropdown-account.selected .nombreUsuario,
.dropdown-account.selected .pretty-link s {
color: #fff
}
.more-tweet-actions .dropdown-menu li>a {
margin-left: 0
}
.more-tweet-actions .action-more-container,
.more-tweet-actions .action-more-container .dropdown {
display: inline-block
}
.ProfileTweet-action .dropdown .dropdown-menu {
margin: 8px -14px 0
}
.more-tweet-actions .dropdown .dropdown-menu .dropdown-caret {
left: auto;
right: 25px
}
.permalink-tweet .more-tweet-actions .dropdown .dropdown-menu .dropdown-caret {
left: auto
}
.more-tweet-actions .has-no-timelines-text,
.more-tweet-actions .has-timelines .has-timelines-text,
.ProfileTweet-action .has-no-timelines-text,
.ProfileTweet-action .has-timelines .has-timelines-text {
display: inline
}
.more-tweet-actions .has-timelines-text,
.more-tweet-actions .has-timelines .has-no-timelines-text,
.ProfileTweet-action .has-timelines-text,
.ProfileTweet-action .has-timelines .has-no-timelines-text {
display: none
}
.more-tweet-actions .dropdown-divider,
.ProfileTweet-action .dropdown-divider {
display: block
}
.more-tweet-actions .js-curate-tweet .custom-timeline-action-label,
.ProfileTweet-action .js-curate-tweet .custom-timeline-action-label {
width: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block
}
.more-tweet-actions .js-curate-tweet .dropdown-link,
.ProfileTweet-action .js-curate-tweet .dropdown-link {
height: 28px
}
html,
body,
#doc,
#page-outer {
height: 100%
}
body {
background-color: #f5f8fa
}
.wrapper,
.wrapper-narrow,
.wrapper-permalink {
margin: 0 auto;
min-height: 0;
padding: 56px 23px 15px;
position: relative;
width: 890px
}
@media(min-width:1236px) {
body.three-col .wrapper {
width: 1190px
}
body.three-col .wrapper-narrow,
body.three-col .wrapper-permalink {
width: 642px
}
}
.wrapper {
padding-bottom: 0
}
.wrapper-permalink {
width: 540px
}
.wrapper-unsubscribe,
.wrapper-email-delivery-frequency-confirmation {
width: auto;
max-width: 520px
}
.container {
position: relative;
width: 890px;
margin: 0 auto
}
.page-canvas {
position: relative;
width: 888px;
margin: 0 auto
}
.dashboard {
float: left;
width: 290px
}
.win10-wrapper .dashboard {
display: none
}
.dashboard.fixed-dashboard {
position: fixed
}
.dashboard .dashboard-left-placeholder {
float: left;
visibility: hidden
}
.flipped-dashboard .dashboard {
float: right;
margin-left: 10px
}
.content-inner,
.content-narrow,
.page-canvas,
.permalink {
background-clip: padding-box
}
.content-narrow,
.page-canvas {
border: 1px solid #e6ecf0;
border: 1px solid rgba(0, 0, 0, 0.1)
}
.content-main,
.content-narrow,
.page-canvas,
.permalink {
border-radius: 6px
}
.content-main {
float: right;
width: 590px
}
@media(min-width:1236px) {
body.three-col .content-main {
float: left;
margin: 0 10px
}
}
.win10-wrapper .content-main {
float: none;
width: 100%
}
@media(min-width:1236px) {
body.three-col.win10-wrapper .content-main {
float: left;
margin: 0
}
}
.content-narrow {
padding: 30px 50px;
margin: 0 auto 10px;
background-color: #fff
}
.permalink {
padding: 0;
background-color: #f5f8fa;
border: 1px solid #e6ecf0;
border: 1px solid rgba(0, 0, 0, 0.1)
}
.permalink-inner {
position: relative
}
.content-inner {
padding: 12px;
background-color: #fff;
border-left: 1px solid #e6ecf0;
border-right: 1px solid #e6ecf0
}
.win10-wrapper .content-inner {
border-left: none;
border-right: 0
}
.win10-wrapper .content-inner div#delete_geo_data {
display: none
}
.content-inner>h3 {
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
line-height: 20px
}
.content-inner hr {
margin: 20px -12px
}
.content-inner.no-stream-end {
margin-bottom: 14px;
border-bottom: 1px solid #e6ecf0;
border-radius: 0 0 6px 6px
}
.win10-wrapper .content-inner.no-stream-end {
margin-bottom: 0;
border-bottom: 0;
border-radius: 0
}
.error-page .heading {
margin-bottom: 10px;
font-size: 27px;
font-weight: 300
}
.pushstate-spinner {
display: none;
height: 26px;
margin: 11px 0 0 -26px;
vertical-align: top;
width: 26px
}
.pushing-state .pushstate-spinner {
display: inline-block;
background: url(../../img/t1/spinner-rosetta-blue-26x26.gif) no-repeat 0 0
}
.pushing-state .bird-topbar-etched {
display: none
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi) {
.pushing-state .pushstate-spinner {
background-image: url(../../img/t1/spinner-rosetta-blue-26x26@2x.gif);
background-size: 26px 26px
}
}
.dashboard .SignupCallOut {
margin-bottom: 10px
}
.module {
background-clip: padding-box;
border: 0;
border-radius: 6px;
line-height: 16px;
position: relative;
margin-bottom: 10px
}
.module .flex-module {
background-color: #fff;
border: 1px solid #e6ecf0;
padding: 15px;
line-height: 16px
}
.flex-module-header {
margin-bottom: 10px
}
.flex-module-header h3 {
display: inline
}
.flex-module-header small {
line-height: 1
}
.flex-module-header p {
font-size: 12px;
color: #657786
}
.flex-module-inner,
.flex-module-footer {
color: #657786;
font-size: 12px
}
.flex-module-footer {
margin-top: 10px
}
.flex-module-inner ul,
.flex-module-inner ol {
color: #14171a
}
.follow-card .flex-module-header h1 {
margin-right: 42px;
word-wrap: break-word
}
.module ul+.flex-module {
border-top: 1px solid #e6ecf0
}
.contrast-module-header h3 {
color: #eee;
font-size: 14px;
line-height: 18px
}
.contrast-module-inner,
.contrast-module-footer {
color: #fff;
font-size: 12px;
margin-top: 4px
}
.module .list-link {
background-color: #fff;
color: #66757f;
border: 1px solid #e6ecf0;
border-top: 0
}
.module .inner:first-child {
border-top: 0
}
.module li:first-child .list-link {
border-top: 1px solid #e6ecf0
}
.list-link.grid-link {
border: 0
}
.module ul:first-child li:first-child .list-link,
.module .flex-module:first-child {
border-top-left-radius: 5px;
border-top-right-radius: 5px
}
.module ul:last-child li:last-child .list-link,
.module ul:last-child li.last-item .list-link,
.module .list-link.last,
.module .flex-module:last-child {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px
}
.dashboard .stats {
background-color: #fff;
border: 1px solid #e6ecf0
}
.module .list-link {
position: relative;
display: block;
padding: 8px 12px
}
.module.sidebar-nav .list-link .icon {
margin-right: 10px
}
.module .list-link .count {
font-weight: normal;
color: #657786
}
.module .list-link .metadata {
display: block;
font-size: 12px
}
.module .list-link:hover,
.module .active .list-link {
background-color: #fff;
color: #14171a;
text-decoration: none
}
.module .active .list-link {
color: #14171a
}
.module .list-link:hover {
background-color: #f5f8fa
}
.module .list-link:focus,
.module .active .list-link:focus {
font-weight: bold
}
.module .active .list-link {
font-weight: bold
}
.mozilla .module .active .list-link {
padding-top: 9px;
padding-bottom: 7px
}
.webkit .module .active .list-link {
padding-top: 7px;
padding-bottom: 9px
}
.module .active .list-link small {
font-weight: normal;
color: #14171a
}
.module .list-link .Icon--caretRight {
float: right;
position: relative
}
.module .list-action {
display: block
}
.profile-nav .component .component .list-link {
border-radius: 0 0 5px 5px
}
.module .unread {
float: right;
margin-top: 2px;
margin-right: 10px
}
.list-action {
padding: 8px 12px;
margin: -8px -12px
}
.list-action:hover {
text-decoration: none
}
.content-header,
.content-no-header {
border: 1px solid #e6ecf0;
border-bottom-width: 0;
border-radius: 6px 6px 0 0;
background-clip: padding-box
}
.win10-wrapper .content-header {
border: 0;
border-radius: 0
}
.content-header {
border-bottom-width: 0
}
.content-header .header-inner,
.content-no-header .no-header-inner {
min-height: 20px;
padding: 12px;
background-color: #fff;
border-bottom: 1px solid #e6ecf0;
border-radius: 4px 4px 0 0
}
.win10-wrapper .content-header .header-inner {
border-radius: 0
}
.content-header .content-type {
font-weight: normal
}
.content-header .header-inner.not-rounded {
border-radius: 0
}
.content-header-buttons .btn {
float: right;
padding: 2px 8px;
margin-top: -1px
}
.content-header-buttons .btn-link {
float: right;
margin-top: 3px
}
.content-header .subheader {
color: #657786;
margin-top: 3px
}
.content-no-header {
border-bottom-width: 1px;
border-radius: 6px
}
.content-no-header .no-header-inner {
padding: 30px 50px;
border-bottom: 0;
border-radius: 5px
}
.view-toggler a,
.view-toggler {
font-weight: normal;
line-height: 1
}
.view-toggler .active {
color: #14171a;
font-weight: bold;
text-decoration: none;
cursor: text
}
.view-toggler .toggle-separator:first-child {
display: none
}
.timelines-navigation {
float: right;
margin-top: 2px
}
.timelines-navigation .profile-nav-btn {
float: left;
margin-left: 15px
}
.timelines-navigation .profile-nav-link {
float: left
}
.timelines-navigation .profile-nav-icon {
float: left;
line-height: 1
}
.topbar {
backface-visibility: hidden;
border-bottom: 1px solid #e6ecf0;
border-bottom: 1px solid rgba(0, 0, 0, 0.05);
position: fixed;
top: 0;
right: 0;
left: 0;
z-index: 1000
}
.global-nav,
.global-nav-outer {
height: 40px
}
.global-nav {
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
height: 46px;
position: relative;
width: 100%
}
.global-nav-inner {
background: #fff;
height: 46px
}
.global-nav .container {
max-width: 890px;
text-align: center;
width: auto
}
@media screen and (min-width: 1236px) {
.global-nav .container {
max-width: 1190px
}
}
@media screen and (max-width: 936px) {
.global-nav .t1-form.form-search {
width: 139px
}
#global-nav-about,
#global-nav-moments,
.global-nav #global-actions li span.text {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
padding: 0;
border: 0;
clip: rect(1px, 1px, 1px, 1px)
}
.global-nav .container {
width: auto;
min-width: 520px
}
#global-actions.nav .icon,
#global-actions.nav .icon {
margin-right: 0
}
.u-hideMediumViewport {
position: absolute!important;
overflow: hidden!important;
width: 1px!important;
height: 1px!important;
padding: 0!important;
border: 0!important;
clip: rect(1px, 1px, 1px, 1px)!important
}
}
@media screen and (max-width: 700px) {
.global-nav .t1-form.form-search {
width: 89px
}
}
@media screen and (max-width: 1190px) {
.global-nav .container {
min-width: 590px
}
}
@media screen and (max-width: 938px) {
.global-nav .container {
padding: 0
}
}
.global-nav [role=navigation],
.nav,
.nav>li {
float: left
}
#global-actions>li {
height: 46px;
overflow: hidden
}
#global-actions>li>a {
border-bottom: 5px solid #1b95e0;
transition: all .15s ease-in-out
}
#global-actions>li:hover>a,
#global-actions>li.active>a {
height: 42px
}
#global-actions>li:hover {
color: #1b95e0
}
#global-actions .new:before {
content: "\25CF";
font-size: 14px;
left: 5px;
position: absolute;
top: 1px
}
#global-actions .global-dm-nav.new:before {
display: none
}
#global-actions .people.new:before {
left: 4px;
top: 0
}
.nav {
margin-right: 12px;
text-align: left
}
.nav li {
position: relative
}
.nav>li {
color: #66757f
}
.nav>li .Icon {
float: left;
margin: 11px 0 0 10px;
width: 23px;
height: 23px
}
.nav li a {
position: relative;
font-size: 12px
}
.nav>li>a .text {
float: left;
margin-left: 3px;
margin-top: 17px;
padding: 0
}
.nav>li>a .text:only-child {
margin-left: 10px
}
.nav>li>a,
.nav>li>button {
color: inherit;
display: block;
font-size: 13px;
font-weight: 500;
height: 46px;
line-height: 1;
padding: 0 14px 0 4px
}
.nav .open.dropdown .caret,
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
border-top-color: #66757f
}
.nav small {
font-weight: normal
}
.nav .icon {
float: left;
margin: -4px 6px 0 0
}
.logged-out .nav .icon {
margin-top: 0
}
.nav>li>.nav-logo-link {
padding: 10px 14px 18px
}
.nav>li>.nav-logo-link:focus .icon {
outline: dotted 1px #fff;
outline: auto 5px -webkit-focus-ring-color
}
.nav .active a {
color: inherit;
background-color: transparent
}
.global-nav .account-summary {
min-height: 32px;
padding-top: 5px;
padding-bottom: 5px;
margin-bottom: 0
}
.global-nav .account-summary .avatar {
top: 5px;
left: 22px;
box-shadow: none
}
.global-nav .account-summary .content {
padding-right: 15px;
margin-top: 1px;
margin-right: 0
}
.global-nav .current-user .fullname {
font-size: 14px
}
.global-nav .account-summary:hover .fullname {
color: #fff;
text-decoration: none
}
.global-nav .account-summary:hover .metadata {
color: #fff
}
.global-nav .current-user .metadata {
display: block;
font-size: 12px
}
.global-nav .dropdown-menu .messages a {
font-weight: bold
}
.nav .moments .Icon--lightning {
font-size: 25px;
line-height: 21px;
margin-left: 5px
}
.global-nav .messages .count {
float: right;
display: none;
min-width: 7px;
padding: 0 9px;
margin-right: -5px;
color: #fff;
text-shadow: none;
background-color: #58b3f0;
background-repeat: repeat-x;
background-image: linear-gradient(#3aa0ea, #58b3f0);
border-radius: 9px
}
.global-nav .messages:hover .count {
background: #fff;
color: #66757f
}
.global-nav .messages .count.new {
display: block
}
.global-nav .people .count {
background-color: #fff;
border-radius: 8px;
color: white;
display: none;
font-size: 11px;
height: 20px;
left: 24px;
line-height: 17px;
margin: 0;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
position: absolute;
text-align: center;
text-shadow: none;
top: 3px;
z-index: 100
}
.global-nav .people.notifications .count {
left: 21px;
top: 6px
}
.global-nav .people .count.new-count {
display: block
}
.global-nav .people .count.new-count.max .count-inner {
width: 22px
}
.global-nav .people .count .count-inner {
border: 2px solid #fff;
border-radius: 7px;
display: block;
opacity: .6;
-ms-filter: "alpha(opacity=60)";
background-color: #66757f;
line-height: 16px;
width: 16px;
height: 16px
}
.global-nav .people:hover .count .count-inner,
.global-nav .people a:focus .count .count-inner {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.pull-right {
float: right;
text-align: left
}
.global-nav .pull-right .nav {
position: relative;
z-index: 5;
margin: 0 -12px
}
.global-nav .pull-right .dropdown-toggle {
overflow: hidden;
padding: 0;
margin-top: 7px
}
.global-nav .pull-right .Icon--cog {
margin-top: 11px
}
.global-nav .pull-right .secondary-nav {
margin-left: 6px;
margin-right: 0
}
.global-nav .pull-right .right-actions {
margin: 0
}
.nav.right-actions>li>a,
.nav.right-actions>li>button {
height: 100%;
margin-right: 15px;
opacity: .6;
-ms-filter: "alpha(opacity=60)";
padding-right: 0;
transition: all .15s ease-in-out
}
.nav.right-actions>li>a:hover,
.nav.right-actions>li>button:hover {
color: #1b95e0;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.nav.right-actions .Icon {
margin-left: 5px;
margin-right: 5px
}
.bird-topbar-etched {
color: #1da1f2;
cursor: pointer;
font-size: 21px;
margin-top: 14px;
margin-left: -24px;
display: inline-block;
transition: all .25s ease-in-out
}
@media screen and (min-width: 1236px) {
.bird-topbar-etched {
position: absolute;
left: 50%;
margin-left: -12px
}
.pushstate-spinner {
position: absolute;
left: 50%;
margin-left: -13px
}
}
.dm-nav {
float: left;
margin: 0;
height: 40px;
padding: 0
}
.global-dm-nav {
padding: 0;
background-color: transparent;
cursor: pointer;
overflow: visible
}
.nav.right-actions .global-dm-nav .Icon {
line-height: 29px;
margin-top: 0
}
.global-dm-nav .dm-new {
display: none
}
.global-dm-nav.new .dm-new {
display: block
}
.global-dm-nav.new.with-count .dm-new {
background-color: #fff;
border: 0;
border-radius: 8px;
color: white;
font-size: 11px;
height: 20px;
left: 20px;
line-height: 17px;
margin: 0;
position: absolute;
text-align: center;
text-shadow: none;
z-index: 100;
top: 6px
}
.global-dm-nav.new.with-count .dm-new .count-inner {
border: 2px solid #fff;
border-radius: 7px;
display: block;
opacity: .6;
-ms-filter: "alpha(opacity=60)";
background-color: #66757f;
line-height: 16px;
width: 16px;
height: 16px
}
.global-dm-nav.new.with-count:hover .dm-new .count-inner,
.global-dm-nav.new.with-count:focus .dm-new .count-inner {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.global-dm-nav.new.with-count-2 .dm-new .count-inner {
width: 23px
}
.global-dm-nav.new.with-count-3 .dm-new .count-inner {
width: 29px
}
.global-dm-nav:hover,
.global-dm-nav:focus {
color: #66757f;
text-decoration: none;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
outline: 0
}
#global-new-tweet-button {
color: #fff;
cursor: pointer;
height: 32px;
margin-top: 7px;
margin-right: 0;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
padding: 0 7px 0 8px
}
#global-new-tweet-button .Icon {
font-size: 24px;
left: 0;
margin: 0;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
position: relative;
top: -2px
}
#global-new-tweet-button .text {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
padding: 0;
border: 0;
clip: rect(1px, 1px, 1px, 1px)
}
@media screen and (min-width: 1236px) {
#global-new-tweet-button {
padding: 0 13px 0 14px
}
#global-new-tweet-button .text {
float: left;
margin-left: 3px;
margin-top: 5px;
position: static;
overflow: visible;
width: auto;
height: auto;
clip: auto
}
}
.global-nav [role=search] {
float: left
}
.global-nav .form-search {
float: left;
height: 33px;
margin: 7px 15px 0 0;
font-size: 12px;
width: 221px
}
.global-nav .search-icon {
position: absolute;
top: 3px;
right: -3px;
display: block;
width: 26px;
height: 26px;
cursor: pointer
}
.global-nav .search-icon .Icon {
color: #66757f;
font-size: 13px;
height: auto;
margin: 3px 0 0 0;
padding: 0;
width: auto
}
.global-nav .nav-search {
margin-top: 3px;
margin-left: 7px;
background-color: transparent
}
.global-nav .search-input {
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
height: 32px;
padding: 5px 27px 6px 12px;
font-size: 12px;
line-height: 16px;
color: #14171a;
background-color: #f5f8fa;
border: 1px solid #e6ecf0;
border-radius: 21px;
transition: all .2s ease-in-out
}
.global-nav .search-input:lang(ar),
.global-nav .search-input:lang(fa),
.global-nav .search-input:lang(ur) {
line-height: 1.4
}
.lt-ie10 .global-nav .search-input {
line-height: 21px;
min-height: auto
}
.global-nav .search-input::-webkit-input-placeholder {
color: #657786
}
.global-nav .search-input:-moz-placeholder {
color: #657786
}
.global-nav .search-input::-moz-placeholder {
color: #657786
}
.global-nav .search-input:-ms-input-placeholder {
color: #657786
}
.global-nav .search-input::placeholder {
color: #657786
}
.global-nav .search-input::-webkit-input-placeholder {
color: #657786;
line-height: 16px
}
.global-nav .search-input:focus,
.global-nav .search-input.focus {
color: #14171a;
text-shadow: none;
background-color: #fff;
box-shadow: none;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.form-search {
position: relative
}
.typeahead {
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
right: auto;
left: 0;
display: none;
margin-top: -3px;
padding: 5px 0;
border-radius: 0 0 4px 4px
}
.typeahead .dropdown-caret {
display: none;
left: 16px
}
.form-search .dropdown-caret {
display: block
}
.form-search .typeahead {
width: 316px;
margin-top: 9px;
border-radius: 4px
}
.typeahead-items {
width: 100%;
margin: 0;
overflow: hidden
}
.typeahead-items li {
width: 100%;
white-space: nowrap;
float: left;
clear: left
}
.typeahead-items li>a {
display: block;
padding: 7px 15px 7px 10px;
overflow: hidden;
color: #66757f;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 14px;
line-height: 32px
}
.typeahead-in-conversation {
margin: -3px 10px 8px 17px
}
.typeahead-in-conversation-text {
margin-left: 5px
}
.typeahead a,
.typeahead .fullname {
color: #14171a
}
.typeahead .nombreUsuario,
.typeahead-social-context {
color: #657786
}
.typeahead .nombreUsuario s {
color: #ccd6dd
}
.typeahead .selected a,
.typeahead .selected strong,
.typeahead .selected .fullname,
.typeahead .selected .nombreUsuario,
.typeahead .selected .typeahead-social-context,
.typeahead .selected .Icon--close,
.typeahead a:hover,
.typeahead a:hover strong,
.typeahead a:hover .fullname,
.typeahead a:hover .nombreUsuario,
.typeahead a:hover .typeahead-social-context {
color: #fff
}
.typeahead .generic-search {
margin: -1px 4px 0 0
}
.typeahead .avatar {
float: left;
margin-right: 10px
}
.typeahead .social-context .avatar {
margin-right: 10px
}
.typeahead-accounts li>a {
line-height: 32px
}
.typeahead .typeahead-user-item-info {
display: block;
overflow: hidden;
text-overflow: ellipsis
}
.typeahead-item:hover .typeahead-user-item-info .fullname {
color: inherit
}
.typeahead-topics .typeahead-social-context {
display: none
}
.typeahead-accounts .typeahead-social-context {
color: #657786;
font-size: 12px;
font-weight: normal;
text-overflow: ellipsis;
overflow: hidden
}
.typeahead-accounts.social-context .typeahead-account-item .typeahead-user-item-info {
margin-top: 8px;
line-height: 15px
}
.typeahead-accounts.social-context .has-social-context .typeahead-user-item-info {
margin-top: 0
}
.typeahead-accounts.social-context li>a {
line-height: 16px;
padding: 7px 15px 6px 10px
}
.typeahead-accounts.social-context .typeahead-accounts-shortcut>a {
padding-top: 10px;
padding-bottom: 10px
}
.typeahead-recent-search-item .Icon--close,
.typeahead-saved-search-item .Icon--close {
color: #ccd6dd;
float: right;
margin: 13px;
cursor: pointer;
height: 12px;
width: 12px
}
li.typeahead-recent-search-item>a,
li.typeahead-saved-search-item>a {
clear: none
}
.typeahead button.clear-recent-searches {
float: right;
padding: 15px 13px 3px 3px;
color: #1b95e0
}
.recent-searches-title {
float: left;
margin-right: 30px
}
.typeahead-items.recent-searches-list {
clear: both
}
.typeahead-category-title {
font-size: 14px;
font-weight: bold;
height: 24px;
padding-top: 10px;
padding-left: 10px
}
.saved-searches-title {
display: none
}
.typeahead-saved-search-item span,
.typeahead-recent-search-item span {
margin-left: 0
}
.typeahead strong {
color: #111
}
.typeahead-topics strong {
color: #66757f
}
.typeahead a,
.typeahead .fullname {
color: #14171a
}
.typeahead-topics .typeahead-social-context {
display: none
}
.typeahead-items li>a.empty-topics-social-context {
padding-top: 13px;
padding-bottom: 13px
}
.typeahead .dropdown-inner>.has-results ~ .has-results,
.typeahead .dropdown-inner>.has-items ~ .has-items {
border-top: 1px solid #e6ecf0;
padding-top: 0;
margin-top: 0
}
.typeahead-recent-searches.has-results ~ .typeahead-topics.has-results {
padding-top: inherit;
margin-top: inherit;
border-top: 0
}
.typeahead .has-results ~ .has-results .typeahead-searches .generic-search {
margin-left: 12px
}
.session .dropdown-menu,
.global-nav .pull-right .dropdown-menu,
.global-nav .secondary-nav .dropdown-menu {
right: 0
}
.session .dropdown-toggle .caret {
margin-left: -1px;
border-top-color: #ccd6dd;
box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.75)
}
.session .dropdown-toggle:hover .caret,
.session .dropdown-toggle:focus .caret,
.session.open .dropdown-toggle .caret {
border-top-color: #fff
}
.nav .session .dropdown-toggle {
border: 0;
border-radius: 50%;
height: 32px;
opacity: 1;
-ms-filter: "alpha(opacity=100)";
width: 32px
}
.nav .session .dropdown-toggle:before {
border-radius: 50%;
box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
content: "";
display: block;
height: 100%;
position: absolute;
width: 100%
}
.global-nav .dropdown-link {
font-size: 12px;
background-color: transparent
}
.global-nav .disable-phx {
width: 100%;
text-align: left;
cursor: pointer
}
.close-all-tweets {
position: absolute;
top: 0;
right: -50px;
display: none;
padding: 10px;
background: transparent
}
.contributors {
position: relative
}
.contributors .contributor-link {
display: block;
padding: 3px;
margin: 2px -3px;
color: #66757f;
white-space: nowrap;
text-shadow: none;
border-radius: 3px
}
.contributors .avatar {
margin-right: 6px;
vertical-align: middle
}
.contributor-link:hover .avatar {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2)
}
.contributors-inner {
top: 0;
left: 0;
right: 0;
bottom: 0;
max-height: 142px;
padding: 0 12px 0 22px;
overflow-x: hidden;
overflow-y: auto
}
.webkit .contributors-inner {
margin-right: 10px
}
#signout-form {
display: none
}
body.ja .has-sms {
display: none
}
html[lang=ja] .has-sms {
display: none
}
.default-theme {
background-color: #3c8fc9
}
.logged-in.swift-loading .Footer {
display: none
}
.mini-profile {
font-size: 12px
}
.mini-profile .list-link {
padding-top: 12px;
padding-bottom: 12px;
border-bottom: 0
}
.mini-profile img {
float: left
}
.mini-profile .content {
margin-left: 42px
}
.mini-profile .profile-summary .fullname {
display: block;
font-size: 14px;
color: #14171a
}
.mini-profile .nombreUsuario {
color: #657786
}
.mini-profile .view-profile {
display: block
}
.mini-profile .metadata {
font-size: 11px
}
.stats {
overflow: hidden
}
.stats li {
display: inline
}
.stats a {
float: left;
padding: 7px 28px 0 0;
color: #657786;
font-size: 10px;
line-height: 16px;
text-transform: uppercase
}
.stats th {
color: #657786;
font-size: 10px;
font-weight: normal;
text-align: left;
text-transform: uppercase
}
.stats a:hover {
text-decoration: none
}
.stats a strong {
color: #1b95e0;
display: block;
font-size: 18px;
font-weight: 500;
line-height: 20px
}
.stats li:first-child a {
border-left: 0
}
.enhanced-mini-profile .mini-profile .profile-summary .metadata {
display: none
}
.enhanced-mini-profile .mini-profile .profile-summary {
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 16px 0 0 0;
position: relative;
overflow: hidden;
background-size: 100%;
background-repeat: no-repeat;
background-position: 0 0;
border: 0
}
.enhanced-mini-profile .mini-profile .profile-summary .content {
margin: 0 0 22px 0;
text-align: center
}
.enhanced-mini-profile .mini-profile .profile-summary img.avatar {
position: static;
float: none;
border: 3px solid #fff;
width: 48px;
height: 48px
}
.enhanced-mini-profile .mini-profile .profile-summary .fullname {
font-size: 21px;
margin: 9px 0 8px 0
}
.enhanced-mini-profile .mini-profile .profile-summary .screen-name {
font-size: 14px
}
.enhanced-mini-profile .mini-profile .profile-summary .fullname,
.enhanced-mini-profile .mini-profile .profile-summary .screen-name {
display: block;
color: #fff;
white-space: nowrap;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}
.enhanced-mini-profile .mini-profile .profile-summary a:hover .fullname,
.enhanced-mini-profile .mini-profile .profile-summary a:hover .screen-name {
color: #fff
}
.enhanced-mini-profile .mini-profile .stats {
border-collapse: separate;
border-top: 0;
width: 100%
}
.enhanced-mini-profile .mini-profile .stats.longer strong {
font-size: 14px
}
.enhanced-mini-profile .mini-profile .stats.long strong {
font-size: 16px
}
.enhanced-mini-profile .stats a {
padding: 0
}
.enhanced-mini-profile .stats th {
color: #657786;
font-size: 10px;
font-weight: normal;
padding-top: 7px;
text-align: left;
text-transform: uppercase
}
.enhanced-mini-profile .stats td {
padding-bottom: 7px
}
.enhanced-mini-profile .stats th,
.enhanced-mini-profile .stats td {
padding-left: 15px
}
.enhanced-mini-profile .mini-profile-stats-container {
position: relative;
z-index: 1
}
.enhanced-mini-profile-camera-button .edit-header-trigger {
position: absolute;
cursor: pointer
}
.enhanced-mini-profile-camera-button .mini-profile .edit-header-trigger {
z-index: 1;
top: 13px;
right: 13px
}
.enhanced-mini-profile-camera-button .profile-header .edit-header-trigger {
top: 9px;
right: 9px
}
.profile-editing .edit-header-trigger,
.profile-header .edit-header-trigger.has-header {
display: none
}
.muted {
color: #657786
}
.important {
color: #c00c0c
}
.lead {
color: #657786;
font-size: 16px;
font-weight: 300;
margin-bottom: 10px
}
.fine-print {
color: #657786;
font-size: 11px;
line-height: 15px
}
.hidden {
display: none
}
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
.inline-list {
margin-left: 0
}
.inline-list li {
display: inline
}
.clearfix:before,
.clearfix:after,
.control-group:before,
.control-group:after,
.stream-item>div:before,
.stream-item>div:after,
.module:after,
.module:before,
.follow-card header:after,
.follow-card header:before,
.follow-bar:after,
.follow-bar:before,
.tweet-form:after,
.tweet-form:before,
.modal-footer:after,
.modal-footer:before,
.local-trends-breadcrumb:after,
.local-trends-breadcrumb:before,
.input-prepend .add-on,
.input-append .add-on,
.wrapper:after,
.wrapper:before,
.expanded-content:before,
.expanded-content:after,
.stream-item:before,
.stream-item:after {
content: " ";
display: table
}
.clearfix:after,
.control-group:after,
.stream-item>div:after,
.module:after,
.follow-card header:after,
.follow-bar:after,
.tweet-form:after,
.modal-footer:after,
.local-trends-breadcrumb:after,
.wrapper:after,
.expanded-content:after,
.stream-item:after {
clear: both
}
.unselectable {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.ellipsify-container {
overflow: hidden;
position: relative
}
.ellipsify-container .ellip-content {
display: inline-block;
overflow: hidden;
white-space: nowrap
}
.ellipsify-container .ellip {
position: absolute;
right: 0;
top: 0
}
.user-topics {
display: block;
list-style: none;
margin: 4px 0 2px 0;
border: 0;
padding: 0;
overflow: hidden;
height: 2em
}
.user-topic {
display: inline-block;
position: relative;
vertical-align: middle;
list-style: none;
margin: 2px 2px 8px 0
}
.user-topic a {
padding: 3px 6px;
font-size: 12px;
line-height: 12px!important;
white-space: nowrap;
color: #66757f;
background-color: #e9e9e9;
border-radius: 3px;
text-decoration: none;
cursor: pointer;
text-shadow: none
}
.user-topics-sidebar {
display: block;
list-style: none;
margin: 2px 0 2px 0;
border: 0;
padding: 0;
overflow: hidden;
height: 2em
}
.user-topic-sidebar {
display: inline-block;
position: relative;
vertical-align: middle;
list-style: none;
margin: 2px 2px 8px 0
}
.user-topic-sidebar a {
padding: 3px 6px;
font-size: 11px;
line-height: 11px!important;
white-space: nowrap;
color: #66757f;
background-color: #e9e9e9;
border-radius: 3px;
text-decoration: none;
cursor: pointer;
text-shadow: none
}
.user-topic a:hover {
color: #14171a;
background-color: #ccd6dd
}
.user-topic-sidebar a:hover {
color: #14171a;
background-color: #ccd6dd
}
.contact-import-services .service-button strong {
font-weight: normal
}
.contact-import-services .service-link,
.contact-import-services .service-link:hover {
display: block;
padding-bottom: 5px;
text-decoration: none
}
#suggested-users {
clear: right
}
.user-similarities-list,
.wtf-module .empty-timeline,
.component .empty-timeline {
padding-bottom: 10px
}
.module .tweet-box {
line-height: 1
}
.tweetbox-placeholder {
height: 34px
}
.profile-summary {
cursor: pointer
}
.module.profile-summary small {
display: block;
line-height: 16px
}
.module.profile-summary .fullname {
font-size: 14px
}
.tweet-user {
padding: 10px 12px;
background-color: #f5f8fa;
border-radius: 0 0 5px 5px
}
.empty-timeline-header .dismiss {
background-color: #f9f9f9;
border: 2px solid #959595;
border-color: rgba(0, 0, 0, 0.4);
border-radius: 4px
}
.empty-timeline-header .dismiss {
padding: 4px 3px 3px 4px
}
.empty-timeline-header .dismiss.disabled,
.empty-timeline-header button[disabled].js-done {
display: none
}
.empty-timeline,
.empty-timeline .list-item:first-child {
margin-left: 0;
border-radius: 6px
}
.empty-timeline .list-item {
margin-bottom: 0
}
.empty-timeline-header,
.empty-timeline-section,
.empty-timeline-footer {
padding: 12px
}
.empty-timeline-header,
.empty-timeline-section {
border-bottom: 1px solid #e6ecf0
}
.empty-timeline-section,
.empty-timeline-footer {
background-color: #f9f9f9
}
.empty-timeline-header {
background-color: #fff;
border-radius: 6px 6px 0 0
}
.empty-timeline-header h3 {
margin-top: 1ex;
color: #657786
}
.empty-timeline-header .btn-link,
.empty-timeline-header a {
font-size: 12px
}
.empty-timeline-footer {
border-top-width: 0;
border-radius: 0 0 6px 6px
}
.empty-timeline-footer .primary-btn {
float: right
}
.empty-timeline-footer .instruction {
display: block;
margin-bottom: 9px;
color: #657786
}
.empty-timeline .list-item .following .follow-btn:hover {
background-color: #019ad2;
background-image: linear-gradient(#33bcef, #019ad2);
border-color: #057ed0
}
.empty-timeline .list-item .following .follow-btn:hover .unfollow-text {
display: none
}
.empty-timeline .list-item .following .follow-btn:hover .following-text {
display: block
}
.follow-card {
background-color: #fff
}
.follow-card header {
margin-bottom: 9px
}
.follow-card .flex-module-header h1 {
margin-bottom: 4px;
font-size: 20px
}
.follow-card header img {
float: left
}
.follow-card header .content {
margin-left: 82px
}
.follow-card h1 small {
display: block;
font-size: 18px;
font-weight: normal;
line-height: 16px
}
.follow-card header h2 {
font-size: 14px;
line-height: 18px
}
.follow-card .description .bio {
margin-bottom: 9px
}
.follow-card .follow-bar {
padding: 10px 12px;
box-shadow: inset 0 1px 0 #fff
}
.follow-card .follow-bar {
background-color: #ebebeb;
background-repeat: repeat-x;
background-image: linear-gradient(#f2f2f2, #ebebeb);
border-top: 1px solid #e6ecf0;
border-radius: 0 0 6px 6px
}
.follow-card .stats {
border: 0
}
.follow-bar .follow-combo,
.follow-bar .subscribe-btn {
float: left
}
.follow-bar small {
float: right;
line-height: 30px;
text-shadow: 0 1px 0 #fff
}
.follow-bar .user-dropdown {
padding-top: 4px
}
.follow-card .featured-list-actions {
border-right: 1px solid #e6ecf0;
border-left: 1px solid #e6ecf0;
padding: 10px 12px
}
.follow-card .featured-list-actions .featured-list-btn {
margin-right: 10px
}
.follow-card .featured-list-actions .featured-list-explanation {
font-size: 12px
}
.profile-card .flex-module {
background-color: #fff
}
.profile-card .avatar {
float: left
}
.profile-card-inner {
float: left;
width: 50%;
margin: 0 0 0 12px
}
.profile-card-actions {
position: relative;
float: right
}
.profile-card-actions .btn-group-dropdown .dropdown-caret,
.profile-card-actions .dropdown-menu .dropdown-caret {
left: auto;
right: 10px
}
.profile-card-actions .follow-btn-container {
position: relative;
height: 30px
}
.profile-card.profile-header {
float: right;
width: 590px;
position: relative
}
.profile-card.profile-header .profile-picture {
position: relative;
z-index: 5;
margin: 40px auto 6px;
display: block;
width: 73px;
height: 73px;
border: 4px solid #fff;
background-color: #fff;
border-radius: 5px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25)
}
.profile-card .profile-picture {
display: block
}
.profile-card .profile-picture.hidden {
display: none
}
.profile-card.profile-header .avatar {
float: none;
border-radius: 3px
}
.profile-header .profile-card-inner {
width: 85%;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
margin: auto;
float: none;
position: relative
}
.profile-header .profile-card-inner h1,
.profile-header .profile-card-inner h2,
.profile-header .profile-card-inner p,
.profile-header .profile-card-inner s,
.profile-header .profile-card-inner a,
.profile-header .profile-card-inner a b,
.profile-header .profile-card-inner a:hover s,
.profile-header .profile-card-inner a:hover b {
color: #fff
}
.profile-card.profile-header .follow-status {
background-color: #aaa;
background-color: rgba(0, 0, 0, 0.25);
color: #fff
}
.profile-card.profile-header .bio-container {
font: inherit;
font-size: 14px;
line-height: 18px;
margin-bottom: 4px
}
.profile-card.profile-header .height-overflow .bio-container {
font-size: 12px
}
.user-dropdown {
height: 35px;
padding: 0 0 0 5px
}
.user-dropdown .user-dropdown-icon {
margin: 0 8px 0 3px
}
.small-user-dropdown {
height: auto
}
.small-user-dropdown .user-dropdown-icon {
padding-top: 5px;
margin-right: 8px
}
.user-actions-follow-button {
vertical-align: top
}
.dm-button .dm-new {
border-radius: 50%;
width: 10px;
height: 10px;
background-color: #0095ea;
position: absolute;
display: none;
margin-left: 27px;
margin-top: 2px
}
.dm-button.new .dm-new {
display: block
}
.dm-button.new {
width: 56px
}
.dm-button.new .dm-envelope {
margin-left: -13px
}
.dm-button.new.with-count .dm-new {
display: block;
width: 16px;
height: 16px;
padding: 0;
font-size: 12px;
font-style: normal;
font-weight: normal;
line-height: 16px;
color: white;
text-align: center;
left: 10px;
position: absolute;
top: 0
}
.dm-button.new.with-count {
width: 60px
}
.dm-button.new.with-count .dm-envelope {
margin-left: -18px
}
.dm-button.new.with-count-2 .dm-new {
width: 20px;
height: 20px;
line-height: 20px;
margin-top: -4px
}
.dm-button.new.with-count-2 {
width: 64px
}
.dm-button.new.with-count-2 .dm-envelope {
margin-left: -24px
}
.dm-button.new.with-count-3 .dm-new {
width: 24px;
height: 24px;
line-height: 24px;
margin-top: -6px
}
.dm-button.new.with-count-3 {
width: 68px
}
.dm-button.new.with-count-3 .dm-envelope {
margin-left: -28px
}
.dm-button .Icon {
color: inherit;
position: relative
}
.profile-social-proof {
background-color: #eee;
border-top: 1px solid #e6ecf0;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px
}
.profile-social-proof .social-proof {
padding: 10px 15px 10px 12px
}
.profile-social-proof .facepile {
float: left;
margin-right: 9px
}
.profile-social-proof .namepile {
display: table;
height: 32px
}
.profile-social-proof .namepile p {
display: table-cell;
vertical-align: middle;
line-height: 17px;
font-size: 13px;
color: #898989
}
.rtl .url {
direction: rtl;
unicode-bidi: embed
}
.rtl .screenname {
direction: rtl;
text-align: left
}
.follow-status {
position: relative;
top: -2px;
padding: 2px 5px;
margin-left: 5px;
font-size: 10px;
line-height: 1;
color: #66757f;
text-transform: uppercase;
background-color: #eee;
border-radius: 3px
}
.profile-banner {
position: relative
}
.profile-banner img {
display: block;
background-color: #f9f9f9;
border-radius: 0 0 5px 5px
}
.banner-shadow {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 6px;
z-index: 2;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08)
}
.avatar {
width: 48px;
height: 48px;
border-radius: 5px;
-moz-force-broken-image-icon: 1
}
.avatar--circular {
border-radius: 100%
}
.avatar-placeholder {
display: inline-block;
background-image: url(../../img/t1/avatar_placeholder.png)
}
.size128 {
width: 128px;
height: 128px;
border-radius: 6px
}
.size96 {
width: 96px;
height: 96px;
border-radius: 6px
}
.size73 {
width: 73px;
height: 73px;
border-radius: 5px
}
.size64 {
width: 64px;
height: 64px;
border-radius: 5px
}
.size32 {
width: 32px;
height: 32px;
border-radius: 4px
}
.size24 {
width: 24px;
height: 24px;
border-radius: 3px
}
.size18,
.size20 {
border-radius: 2px
}
.size20 {
width: 20px;
height: 20px
}
.size18 {
width: 18px;
height: 18px
}
.size16 {
width: 16px;
height: 16px;
border-radius: 0
}
.avatar-row {
overflow: hidden
}
.avatar-row a:focus img {
outline: dotted 1px #000;
outline: auto 5px -webkit-focus-ring-color
}
.avatar-row .size64 {
margin-right: 3px
}
.avatar-row .size73 {
margin-right: 5px
}
.avatar-row .avatar {
float: left;
margin-right: 5px
}
.list-link .avatar-row {
height: 32px;
margin-top: 7px;
margin-bottom: 4px;
line-height: 1
}
.list-link .avatar-row .avatar {
margin-right: 3px
}
.active .list-link .avatar-row {
margin-top: 8px;
margin-bottom: 3px
}
s {
text-decoration: none
}
b {
font-weight: normal
}
.pretty-link b {
color: inherit
}
.pretty-link:hover,
.pretty-link:hover s,
.pretty-link:focus,
.pretty-link:focus s {
text-decoration: none
}
.nombreUsuario-link:hover,
.pretty-link:hover b,
.nombreUsuario-link:focus,
.pretty-link:focus b {
text-decoration: underline
}
a.account-group:hover,
a.account-summary:focus .account-group {
text-decoration: none
}
a.account-group:hover .fullname,
a.account-group:focus .fullname,
a.account-summary:focus .fullname {
color: #1b95e0;
text-decoration: underline
}
a.account-group:hover .nombreUsuario,
a.account-group:focus .nombreUsuario,
a.account-summary:focus .nombreUsuario {
text-decoration: none;
color: #657786
}
.twitter-hashflag-container {
display: inline-block
}
.twitter-hashflag {
height: 1.25em;
width: 1.25em;
padding: 0 .05em 0 .1em;
vertical-align: -0.2em
}
.followers-count {
font-size: 12px;
color: #657786;
text-transform: lowercase
}
.followers-count strong {
font-weight: normal
}
.fullname {
color: #14171a;
font-size: 14px;
font-weight: bold
}
.account-group .nombreUsuario,
.time,
.time a,
.created-via,
.metadata,
.metadata button.btn-link,
.metadata a {
font-size: 13px;
color: #657786
}
.dismiss {
float: right;
width: 10px;
height: 10px;
margin-top: 5px;
cursor: pointer
}
button.dismiss {
background: transparent
}
.flex-table {
width: 100%
}
.flex-table-primary,
.flex-table-secondary {
vertical-align: top
}
.flex-table-primary {
width: 99%;
padding-right: 5px
}
.flex-table-secondary {
width: 1%;
max-width: 1%
}
.flex-table-form {
float: left;
width: 100%
}
.flex-table-input {
display: block;
width: 100%;
line-height: normal;
height: 35px;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.flex-table-btn {
float: right;
width: auto;
white-space: nowrap
}
.find-friends-content .fine-print {
font-size: 13px;
line-height: 20px;
font-weight: 400
}
.find-friends-search form {
background-color: #fff;
border-top: 0;
border-bottom: 0
}
.find-friends-top-subheader,
.find-friends-bottom-subheader {
background-color: #fff
}
.find-friends-top-subheader {
padding: 12px
}
.find-friends-bottom-subheader {
border-top: 1px solid #e6ecf0;
padding: 12px 12px 0 12px
}
h4.find-friends-top-subheader,
h4.find-friends-bottom-subheader {
color: #66757f;
font-size: 16px;
font-weight: 500
}
.find-friends-sources {
background-color: #fff;
padding: 0 0 12px;
border-radius: 0 0 5px 5px
}
.find-friends-list {
margin-bottom: 6px
}
.find-friends-list li:hover {
background-color: #f7fcff
}
.find-friends-list li {
position: relative;
overflow: hidden;
padding: 10px 12px;
line-height: 26px;
border-bottom: 1px solid #e6ecf0;
cursor: pointer
}
.find-friends-list .source {
display: block;
font-size: 14px;
color: #14171a
}
.find-friends-list b {
display: inline-block;
font-weight: bold;
line-height: 26px
}
.find-friends-list .icon {
width: 26px;
margin-right: 6px;
vertical-align: bottom
}
.find-friends-list .service-msn {
margin-right: 3px;
margin-left: 3px
}
.find-friends-list .btn {
float: right
}
.find-friends-list .matched-email {
margin-left: 32px;
font-size: 12px;
line-height: 18px
}
.find-friends-sources .fine-print {
padding: 6px 12px 0
}
.find-friends-results {
padding-top: 10px;
background-color: #fff;
border-left: 1px solid #e6ecf0;
border-left: 1px solid rgba(0, 0, 0, 0.1);
border-right: 1px solid #e6ecf0;
border-right: 1px solid rgba(0, 0, 0, 0.1);
background-clip: padding-box
}
.find-friends-result {
float: left;
width: 160px;
margin-bottom: 36px;
margin-left: 10px
}
.find-friends-result .avatar,
.find-friends-result .fullname,
.find-friends-result .nombreUsuario {
display: block
}
.find-friends-result .avatar {
margin-bottom: 5px
}
.find-friends-result .fullname,
.find-friends-result .nombreUsuario {
overflow: hidden;
font-size: 12px;
line-height: 16px;
text-overflow: ellipsis;
white-space: nowrap
}
.find-friends-result .follow-combo {
margin-top: 5px;
float: left
}
.content-searchbar {
padding: 12px;
background-color: #f5f8fa;
border-bottom: 1px solid #e6ecf0
}
.content-searchbar .search-note {
margin-top: 10px;
color: #66757f
}
.content-searchbar .search-query {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 #fff
}
.content-searchbar .search-query:focus {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px rgba(82, 168, 236, 0.6)
}
.account-summary {
position: relative;
display: block;
min-height: 48px
}
.account-summary:hover,
.account-summary:focus,
.account-group:focus {
text-decoration: none
}
.account-summary+.account-summary {
margin-top: 10px
}
.account-summary .avatar {
position: absolute;
top: 0;
left: 0
}
.account-summary .content {
margin-left: 58px;
margin-right: 20px
}
.account-summary .account-group-inner,
.account-summary .pretty-link,
.account-summary .account-action,
.account-summary .location {
color: #657786
}
.account-summary .account-group,
.account-summary .account-action {
display: block;
line-height: 16px
}
.account-group .UserBadges {
font-size: .9em;
position: relative;
top: 1px
}
.account-group .UserBadges .Icon {
padding-left: 2px
}
.account-summary .maybe-follows-you {
display: none
}
.account-summary .account-group-inner,
.account-summary .metadata {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.account-summary .account-group-inner {
display: block;
width: 100%
}
.metadata.social-context,
.account-summary .location {
display: block
}
.account-summary .bio {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.account-summary .dismiss {
margin-top: 0;
color: #ccd6dd
}
.profile-summary .account-summary {
margin-bottom: 0
}
.modal .account-summary {
margin: 14px 14px 5px
}
.account-summary-small {
min-height: 32px
}
.account-summary-small .content {
margin-left: 0
}
.account-summary .Icon--promoted,
.account-summary .Icon--political {
font-size: 14px;
position: relative;
top: 2px
}
.account-summary.promoted-account .metadata a {
color: #657786;
font-size: 12px
}
.list-link .account-summary {
margin-bottom: 0
}
.alert-messages {
position: fixed;
top: 46px;
left: 0;
right: 0;
z-index: 999;
transition: top .5s
}
.overlay-enabled .alert-messages,
.modal-enabled .alert-messages {
top: 0;
z-index: 7000
}
.message {
position: relative;
width: 600px;
padding: 20px;
margin: 0 auto;
background: #fff;
background-color: rgba(255, 255, 255, 0.97);
border-radius: 0 0 6px 6px;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25)
}
.message .message-text {
display: block;
margin: 0 20px;
color: #66757f;
color: rgba(102, 117, 127, 0.6);
font-size: 14px;
line-height: 16px;
text-align: center;
word-wrap: break-word
}
.message .message-text a {
color: #1b95e0;
font-weight: bold
}
.message .message-text button {
color: #1b95e0;
font-weight: bold;
background-color: rgba(255, 255, 255, 0)
}
.message .BlockUnblock-container {
display: -moz-box;
display: -ms-flexbox;
display: flex
}
.message .BlockUnblock-text {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.message .close,
.message .dismiss {
position: absolute;
top: 7px
}
.message .close:hover,
.message .dismiss:hover {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.message .dismiss {
font-size: 12px;
font-weight: bold;
margin-top: 0;
text-decoration: none
}
.message .close,
.message .dismiss {
color: #66757f;
opacity: .6;
-ms-filter: "alpha(opacity=60)";
right: 12px
}
.message button,
.message .learn-more {
margin-left: 6px
}
.permalink-footer {
display: none;
}
.permalink-footer .footer {
margin-top: 10px;
}
.flex-module.error-page {
padding: 20px
}
.error-page p {
margin: 10px 0
}
.tweet.permalink-tweet {
cursor: default
}
.tweet.permalink-tweet .actions {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.field-highlight,
.alert {
background-color: #f7e8bc;
background-repeat: repeat-x;
background-image: linear-gradient(#fceec1, #f7e8bc)
}
.alert {
padding: 12px;
margin: -13px -12px 20px;
font-size: 13px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.25);
border-color: #f7e8bc;
border-color: rgba(0, 0, 0, 0.03);
border-style: solid;
border-width: 1px 0
}
.alert .close {
float: right;
margin-top: 4px;
cursor: pointer
}
.prompt-box .alert .close {
display: none
}
.alert p {
color: #14171a;
white-space: pre-line
}
.alert h4 {
font-weight: bold;
white-space: pre-line
}
.content-placeholder-alert {
margin: 10px 0 15px;
border-width: 1px;
border-radius: 4px
}
.content-placeholder .content-placeholder-alert p {
color: #444;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5)
}
.wtf-module {
display: none
}
.wtf-module.has-content {
display: block
}
.wtf-module .expanded-container {
margin-top: 10px;
display: none
}
.wtf-module .expanded-similar-to {
margin: 12px -12px 0 -12px;
padding: 12px 12px 12px 12px;
background: #eee;
border-bottom: 1px solid #e6ecf0;
border-top: 1px solid #e6ecf0
}
.wtf-module .expanded-similar-to h3 {
margin-bottom: 8px;
font-size: 13px
}
.wtf-module .account-summary .content {
min-height: 48px
}
.wtf-module .metadata.social-context {
white-space: normal
}
.wtf-module h3 {
font-size: 18px;
color: #66757f
}
.wtf-module .account-group {
font-size: 14px
}
.rtl .email-input {
direction: rtl;
text-align: left
}
/*ESTE ESTILO FUE DESACTIVADO PARA NO INTERFERIR CON EL MODAL DE RESPUESTA PARA TWEET*/
/*
.modal:not(.is-autoPosition) {
position: relative;
top: 160px;
width: 520px;
margin: 0;
padding-bottom: 30px
}
*/
.modal.modal-large:not(.is-autoPosition) {
width: 600px
}
.modal {
z-index: 6000
}
.content-main.import-prompt,
.content-main .import-prompt {
margin-bottom: 10px
}
.import-prompt .no-header-inner {
padding: 12px
}
.import-prompt p>span {
color: #657786;
display: block;
font-size: 12px
}
.content-main.import-prompt button,
.content-main .import-prompt button {
float: right
}
.content-main .import-prompt button {
margin: .7em 0
}
.content-main .import-prompt button.btn-left {
float: left;
margin-right: 1em
}
.content-main .import-prompt button.btn-big {
margin-top: 1.2em;
margin-bottom: 1.2em
}
.content-main.import-prompt .icon,
.content-main .import-prompt .icon,
.content-main.import-prompt button .not-icon,
.content-main .import-prompt button .not-icon {
vertical-align: middle
}
.import-prompt .icon+span {
margin-left: 5px
}
.wtf-module .import-prompt {
background: #f5f8fa;
border-top: 0
}
.wtf-module .import-prompt .service,
.wtf-module .import-prompt .cta p {
vertical-align: middle;
display: inline-block
}
.wtf-module .import-prompt .service {
padding: 4px 6px;
border: 1px solid #e6ecf0;
border-radius: 3px;
background: #fff;
color: #000;
font-weight: bold;
font-size: 12px
}
.wtf-module .import-prompt .cta .service+p {
margin-left: 8px
}
.wtf-module .other-services .service,
.wtf-module .other-services p {
margin-top: 12px
}
.wtf-module .other-services .service {
width: 69px;
text-align: center;
cursor: pointer
}
.wtf-module .import-prompt .cta {
padding-bottom: 9px;
border-bottom: 1px solid #e6ecf0;
margin-bottom: 8px;
cursor: pointer
}
.wtf-module .import-prompt .flex-module-footer {
margin-top: 0
}
.wtf-module .import-prompt .btn-link {
font-size: 12px
}
.import-prompt .flex-module-footer .Icon {
margin-right: 4px
}
.import-prompt .flex-module-footer .middot {
padding: 0 3px
}
#empty-timeline-recommendations .empty-timeline .list-item:first-child {
margin-left: 45px
}
.stream,
.stream-container,
.stream-items {
position: relative;
margin-left: 0;
list-style: none
}
.in-reply-to>ol,
.tweets-wrapper,
.recent-tweets,
.view-dm-participants,
.activity-popup-users,
.activity-supplement {
margin-left: 0;
list-style: none
}
li.stream-item.highlighted {
background-color: #eaf5fd
}
.win10-wrapper .stream-item:not(.no-header-background-module) {
border-left: none;
border-right: 0
}
.stream-item:not(.no-header-background-module) {
background: #fff;
border-left: 1px solid #e6ecf0;
border-right: 1px solid #e6ecf0;
background-clip: padding-box
}
.stream-item-header .avatar,
.permalink-header .avatar {
float: left;
margin-top: 3px;
margin-left: -58px
}
.stream-item .content,
.permalink-tweet .content {
margin-left: 58px
}
.stream-item-header .account-group {
color: #657786
}
.account,
.tweet,
.app {
position: relative;
min-height: 51px;
padding: 9px 12px;
border-bottom: 1px solid #e6ecf0
}
.tweet .context+.stream-item-footer {
padding-top: 0
}
.tweet .card2 {
margin-top: 10px;
padding-bottom: 2px
}
.stream-end-item .account,
.stream-end-item .message-item,
.stream-end-item .tweet,
.stream-end-item .app {
border-bottom: 0
}
.rm-streamitem-clearfix .stream-item:before,
.rm-streamitem-clearfix .stream-item:after {
display: block;
content: normal;
clear: none
}
.tweet {
border-bottom: 1px solid #e6ecf0;
cursor: pointer
}
.tweet p {
word-wrap: break-word
}
.tweet .details {
display: inline-block;
margin-right: 2px
}
.tweet .context a {
color: #657786
}
.tweet .context.right {
text-align: right
}
.tweet .invisible,
.dm-message .invisible,
.dm-notification .invisible,
.bio .invisible {
font-size: 0;
line-height: 0
}
.tweet .stream-item-footer {
font-size: 12px;
padding-top: 1px
}
.tweet.permalink-tweet-withheld {
padding: 12px
}
.tweet .js-tweet-text {
white-space: pre-wrap
}
.tweet .with-icn .Icon {
background: transparent;
font-size: 16px;
position: relative;
top: 2px
}
.tweet .with-icn .Icon--lightning {
width: 14px
}
.tweet>.context {
margin-left: 58px
}
.tweet>.context .with-icn {
margin-left: -24px
}
.tweet>.context .with-icn .Icon {
font-size: 14px;
margin: 0 6px 0 0;
position: relative;
top: 2px
}
.tweet .stream-item-footer .metadata .Icon {
font-size: 14px;
margin-right: 2px;
position: relative;
top: 2px
}
.tweet .stream-item-footer .context .metadata a {
color: #657786;
font-size: 12px
}
.tweet .QuoteTweet {
margin-top: 12px
}
.tweet-translation {
border-top: 1px solid #e6ecf0;
border-bottom: 1px solid #e6ecf0;
margin-top: 5px;
padding: 5px 0 5px 0
}
.tweet-translation.needs-translation {
display: none!important
}
.tweet-translation-loading.spinner {
display: none
}
.stream-items .tweet-translation {
border-bottom: 0
}
.translation-attribution {
color: #657786;
font-size: 12px
}
.translation-attribution b {
font-weight: bold
}
.translation-attribution button {
float: right;
color: #657786
}
.attribution-logo {
display: inline-block;
width: 44px;
height: 20px;
background: url(../../img/t1/img_bing_logo.png) 2px 0 no-repeat;
vertical-align: middle
}
.tweet-translation-text,
.permalink-tweet .tweet-translation-text p,
.permalink-tweet .tweet-translation-text p b {
font-size: 14px;
margin-top: 6px;
line-height: 20px
}
.tweet-translation-text .twitter-hashtag {
direction: ltr;
unicode-bidi: embed
}
.tweet-translation-text .twitter-hashtag.rtl {
direction: rtl;
unicode-bidi: embed
}
.btn-link.translate-button {
color: #657786;
font-size: 14px;
margin: 6px -2px -2px 0;
text-align: left
}
.btn-link.translate-button .Icon--translator {
color: #657786;
font-size: 12px;
margin-right: 4px;
position: relative;
top: 1px
}
.stream-item .tweet-translation-text {
margin: 6px 0 0 0
}
.tweet .created-via {
color: #657786
}
.tweet .created-via:before {
content: "\00b7\00a0"
}
.tweet .time {
color: #657786
}
.tweet .time:before {
content: "\00b7"
}
.rtl .tweet .time {
display: inline-block
}
.tweet.show-ranked-visual-indicator .time a {
color: #17bf63
}
.tweet.show-undesirable-visual-indicator .time a {
color: #e0245e
}
.tweet-actions {
display: none
}
.tweet-actions li {
display: inline
}
.tweet-actions a,
.tweet-actions button {
margin-left: 8px
}
.tweet-actions a {
color: #657786
}
.tweet .tweet-actions .Icon {
font-size: 12px;
position: relative;
top: 1px;
width: auto
}
.stream .stream-item-footer {
display: table;
width: 100%
}
.stream .stream-item-footer .details {
display: table-cell;
margin: 0
}
.stream .stream-item-footer .tweet-actions {
display: table-cell;
text-align: right
}
.tweet-poi-geo-text,
.tweet-poi-geo-text a {
color: #657786
}
.tweet.highlighted {
background-color: #eaf5fd
}
.uncollapse .Icon--reply {
padding-right: 1px;
position: relative;
top: 1px
}
.tweet:hover {
background-color: #f5f8fa
}
.stream-item {
position: relative
}
.selected-stream-item:focus {
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 8px rgba(82, 168, 236, 0.6);
z-index: 1
}
.recent-tweets .tweet:hover,
.stream-item-activity .tweet:hover {
background-color: transparent
}
.media-gallery-content .tweet:hover {
background-color: #111
}
.permalink-tweet:hover,
.permalink-tweet.focus {
background-color: #fff
}
.unclickable-tweet,
.unclickable-tweet .account-group {
cursor: default
}
.unclickable-tweet .account-group:hover .fullname {
color: #14171a;
text-decoration: none
}
.ScrollBump+.stream-item {
border-top: 1px solid #e6ecf0;
border-radius: 6px 6px 0 0
}
.tweet .content .context {
height: 22px
}
.tweet .dismiss-btn {
color: #657786;
margin-left: 10px
}
.tweet .dismiss-btn .close {
margin: 2px 4px 0 0
}
.tweet .dismiss-btn {
display: none;
font-size: 12px
}
.tweet:hover .dismiss-btn,
.tweet.focus .dismiss-btn {
display: inline
}
.tweet .dismiss-btn:hover .close,
.tweet .dismiss-btn:focus .close {
color: #14171a
}
.tweet .with-icn:hover .dismiss-btn span {
text-decoration: none
}
.tweet .with-icn .dismiss-btn:hover span {
text-decoration: underline
}
.tweet .dismiss-btn .Icon--close {
top: 1px;
color: #aab8c2
}
.tweet .social-context {
display: block;
color: #657786
}
.tweet .context .pretty-link s,
.tweet .context .pretty-link b {
color: #657786
}
.tweet.retweeted .time,
.tweet.favorited .time {
margin-right: 5px
}
.tweet .unfavorite,
.tweet.favorited .favorite,
.tweet.retweeted .retweet,
.tweet .undo-retweet,
.tweet.my-tweet .action-rt-container,
.tweet .cannot-retweet,
.tweet.user-pinned .user-pin-tweet,
.tweet .user-unpin-tweet {
display: none
}
.tweet.retweeted .undo-retweet,
.tweet.favorited .unfavorite,
.tweet.retweeted .cannot-retweet,
.tweet.user-pinned .user-unpin-tweet,
.tweet .user-pin-tweet {
display: inline
}
.grid-tweet .unfavorite,
.grid-tweet.favorited .favorite,
.grid-tweet.retweeted .retweet,
.grid-tweet .undo-retweet,
.grid-tweet.my-tweet .action-rt-container,
.grid-tweet .cannot-retweet {
display: none
}
.grid-tweet.retweeted .undo-retweet,
.grid-tweet.favorited .unfavorite,
.grid-tweet.retweeted .cannot-retweet {
display: block
}
.tweet .metadata {
overflow: hidden
}
.tweet .media-attribution {
float: left;
margin-top: 5px
}
.tweet .media-attribution img {
vertical-align: -25%;
height: 16px;
width: 16px
}
.media-tagging-block {
color: #657786;
font-size: 13px;
margin-top: 5px
}
.media-tagging-block .Icon {
vertical-align: baseline;
margin-right: 2px
}
.media-tagging-block a {
font-weight: normal;
color: #657786
}
.tweet-context {
font-size: 14px;
margin-top: -3px;
margin-bottom: 3px
}
.tweet-context.pinned {
display: none
}
.user-pinned .tweet-context.pinned {
display: block
}
.tweet .stats {
margin-top: 10px;
border-bottom: 1px solid #e6ecf0;
border-top: 1px solid #e6ecf0;
width: 100%
}
.tweet .stats a {
padding-top: 4px;
width: auto
}
.tweet .stats .avatar-row a {
cursor: pointer
}
.tweet .stats.no-activity-popup a:hover,
.tweet .stats.no-activity-popup a:focus {
color: #657786;
cursor: default
}
.tweet .stats.no-activity-popup a:hover strong,
.tweet .stats.no-activity-popup a:focus strong {
color: #14171a
}
.tweet .stats .avatar-row a {
padding: 11px 0
}
.stats .stat-count {
margin-right: 10px;
overflow: hidden;
min-width: 72px
}
.stats .stat-count strong {
font-size: 18px;
font-weight: 500;
line-height: 20px
}
.stats .stat-count a {
padding-right: 0
}
.stats li {
display: block;
float: left;
overflow: hidden
}
.tweet .stats li:first-child a {
padding-left: 0
}
.stream-item .stats .avatar-row a {
border-left: none
}
.stream-item .stats .avatar-row a:first-child {
padding-left: 12px;
border-left: 1px solid #e6ecf0
}
.client-and-actions {
clear: both;
margin-top: 10px
}
.client-and-actions .metadata {
line-height: 24px
}
.client-and-actions .more-tweet-actions>button {
padding: 3px
}
.client-and-actions .more-tweet-actions .Icon {
vertical-align: text-bottom
}
.client-and-actions .more-tweet-actions .dropdown-menu {
left: -50%;
top: 175%;
width: auto
}
.replies {
position: relative;
display: none;
padding: 0;
background-color: #f6f6f6;
background: #f6f6f6;
border-top: 1px solid #e6ecf0;
border-radius: 0 0 6px 6px
}
.replies .tweet {
min-height: 32px;
padding-left: 70px;
border-bottom: 1px solid #e6ecf0;
border-radius: 0
}
.replies .replies-to {
padding-top: 4px;
border-top: 1px solid #e6ecf0
}
.permalink .replies-to .tweet,
.in-reply-to .tweet {
min-height: 54px
}
.replies .tweets-wrapper>li:last-child .tweet {
border-bottom: 0
}
.replies .tweet .content {
margin-left: 112px
}
.replies .tweet .avatar {
margin-left: -42px;
width: 32px;
height: 32px;
border-radius: 4px
}
.replies .tweet .avatar-row .avatar.size24 {
width: 24px;
height: 24px;
margin-left: 0
}
.replies .tweet .content {
margin-left: 0
}
.tweet.with-user-actions .content {
margin-right: 120px
}
.tweet.with-user-actions .user-actions {
float: right;
margin-right: -120px
}
.tweet.with-user-actions .account-in-timeline-expand-follow .account-follow-btn,
.tweet.with-user-actions .account-in-timeline-blk .account-follow-btn,
.tweet.with-user-actions.permalink-tweet .user-actions.btn-group {
margin-right: 0
}
.recent-tweets {
margin-bottom: -10px
}
.recent-tweets .tweet {
min-height: 32px;
padding: 9px 15px 12px;
font-size: 12px;
border-bottom: 0;
border-top: 1px solid #e6ecf0;
border-radius: 0;
cursor: default
}
.recent-tweets .tweet .content {
margin-left: 112px
}
.recent-tweets .tweet .avatar {
margin-left: -41px;
width: 32px;
height: 32px;
border-radius: 4px
}
.recent-tweets .tweet .tweet-actions,
.recent-tweets .tweet .time {
right: 15px
}
.recent-tweets .tweet .content {
margin-left: 41px
}
.recent-tweets .tweet-actions {
display: none
}
.recent-tweets .tweet .action-reply-container,
.recent-tweets .tweet .action-fav-container,
.recent-tweets .tweet .action-rt-container,
.recent-tweets .tweet .action-more-container {
display: none
}
.recent-tweets .tweet .tweet-actions .details-tweet {
display: inline
}
.content-main .in-reply-to {
position: relative;
display: none;
height: 0;
background: #f6f6f6;
border-bottom: 1px solid #e6ecf0;
border-radius: 6px 6px 0 0
}
.content-main .in-reply-to .tweet {
padding-bottom: 12px;
border-bottom: 1px solid #e6ecf0
}
.content-main .in-reply-to .tweet,
.content-main .stream-item:first-child .in-reply-to {
border-radius: 0
}
.content-main .in-reply-to li:last-child .tweet {
border-bottom: 0
}
.content-main .in-reply-to .content-divider {
top: auto;
bottom: -1px;
left: 35px
}
.ReplyingToContextBelowAuthor {
color: #657786;
font-size: 14px;
line-height: 20px
}
.ReplyingToContextBelowAuthor .btn-link:not(:hover):not(:focus) {
color: #657786
}
.stream-item .account .content {
margin-right: 170px
}
.stream-item .account .with-checkbox {
margin-right: 38px
}
.stream-item .account.follower-recommendations .content {
min-height: 51px
}
.stream-item .js-recommendations-container.has-content {
padding-top: 15px
}
.stream-item .account .follow-combo,
.stream-item .account .btn-group,
.stream-item .account .edit-profile-btn {
float: right
}
.stream-item .account .verified {
margin: 0 4px 0 1px
}
.stream-item .account .content .bio {
word-break: break-word;
word-wrap: break-word
}
.stream .promoted-account .metadata .Icon {
font-size: 14px;
position: relative;
top: 2px
}
.app {
position: relative;
min-height: 48px
}
.app .revoke {
float: right
}
.app .report-app {
position: absolute;
right: 12px;
bottom: 11px;
width: 130px;
text-align: center;
font-size: 14px;
display: none
}
.revoked .app .report-app {
display: inline
}
.app .content {
margin-left: 60px;
margin-right: 130px
}
.app .app-img {
position: absolute;
top: 12px;
left: 12px
}
.app .creator,
.app .creator a {
color: #657786
}
.app .description {
color: #66757f
}
.media-not-displayed {
padding: 10px;
background: #f5f8fa;
border-radius: 2px;
margin: 10px 0 0
}
.media-not-displayed h2 {
margin-bottom: 3px;
font-size: 14px
}
.media-not-displayed p {
font-size: 12px;
font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 16px;
color: #66757f;
padding: 5px 0
}
body.ar .media-not-displayed p,
body.fa .media-not-displayed p,
body.ur .media-not-displayed p {
font-family: Tahoma, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif
}
.AdaptiveMedia .media-not-displayed .btn {
padding: 2px 7px;
margin-top: 4px;
font-size: 11px
}
.permalink .media-not-displayed {
margin: 20px 0 25px
}
.permalink .media-not-displayed h2 {
margin-bottom: 5px;
font-size: 18px
}
.permalink .media-not-displayed p {
font-size: 14px;
line-height: 20px
}
.permalink .media-not-displayed .btn {
margin-top: 5px
}
.stream-end-item,
.stream-end,
.stream-loading,
.stream-placeholder {
border: 1px solid #e6ecf0;
border-top: 0;
border-radius: 0 0 6px 6px
}
.win10-wrapper .stream-end {
border: 0
}
.stream-end,
.stream-loading,
.stream-placeholder,
.content-placeholder,
.back-to-top,
.btn-link.back-to-top {
font-size: 13px;
color: #657786;
text-align: center
}
.stream-end-inner {
padding: 15px 50px;
background-color: #fff;
border-radius: 0 0 5px 5px;
display: none;
}
.win10-wrapper .stream-end-inner {
border-radius: 0
}
.stream-end p,
.stream-placeholder p {
margin-top: 5px
}
.more-button-container .btn {
display: block;
text-align: center
}
.stream-end,
.stream-loading,
.stream-whale-end {
margin-bottom: 14px
}
.stream-fail-container {
display: none
}
.stream-whale-top {
padding: 15px 50px;
border-bottom: 1px solid #e6ecf0;
text-align: center;
color: #66757f;
font-size: 14px
}
.stream-whale-top a {
color: #1b95e0
}
.stream-placeholder h2,
.content-placeholder h2 {
font-weight: normal
}
.stream-protected {
text-align: left
}
.stream-protected .stream-end-inner {
position: relative;
padding: 15px 12px;
background-color: #f6f6f6
}
.stream-protected h2,
.stream-protected p {
margin-right: 80px
}
.watermark-lock {
position: absolute;
right: 0;
bottom: 0;
border-radius: 0 0 5px 0
}
.content-placeholder .stream-end-inner {
padding-left: 30px;
padding-right: 30px
}
.content-placeholder .title {
margin-bottom: 9px;
font-size: 21px;
line-height: 28px
}
.content-placeholder p {
color: #66757f
}
.content-placeholder p,
.content-placeholder .btn {
font-size: 14px;
line-height: 20px
}
.content-placeholder .form-inline,
.content-placeholder .placeholder-actions {
margin-top: 15px;
margin-bottom: 15px
}
.content-placeholder .form-inline {
display: inline-block
}
.content-placeholder .form-inline .btn {
font-weight: bold
}
.tweet-text-rtl {
padding-right: 2px;
text-align: right;
direction: rtl;
unicode-bidi: embed
}
.rtl .js-tweet-text {
direction: rtl
}
.rtl .fullname {
unicode-bidi: embed
}
.rtl .fullname-rtl {
direction: ltr;
unicode-bidi: embed
}
.rtl .tweet-text-rtl {
padding-left: 2px;
text-align: left;
direction: ltr;
unicode-bidi: embed
}
.rtl.webkit .js-actions {
direction: ltr;
unicode-bidi: bidi-override
}
.js-navigation-active.stream-item {
background-color: #f5f8fa
}
.js-navigation-active.stream-item:hover {
background-color: #fff
}
.new-tweets-bar-visible,
.new-tweets-bar-visible+.stream {
position: relative;
top: -1px
}
.new-tweets-bar {
font-size: 13px;
display: block;
padding: 10px 1px;
cursor: pointer;
text-align: center;
font-weight: normal;
color: #1da1f2;
background-color: #f5f8fa;
border-top: 1px solid #e6ecf0;
border-bottom: 1px solid #e6ecf0;
z-index: 2
}
.new-tweets-bar:hover {
background-color: #e6ecf0
}
.inline-reply-tweetbox {
position: relative;
padding: 15px 12px 15px 70px
}
.inline-reply-tweetbox .tweet-box-title {
display: none
}
.inline-reply-user-image {
display: none
}
.spinner {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(../../img/t1/spinner-rosetta-gray-32x32.gif) no-repeat 0 0
}
.spinner-small {
display: inline-block;
background: url(../../img/t1/spinner-rosetta-gray-14x14.gif) no-repeat 0 0;
height: 14px;
width: 14px;
vertical-align: -2px;
margin-right: 2px
}
.spinner-small.spinner-dark-bg {
background: url(../../img/t1/spinner-rosetta-gray-14x14-dark-bg.gif) no-repeat 0 0
}
.spinner-bigger {
display: inline-block;
background: url(../../img/t1/spinner-rosetta-gray-32x32.gif) no-repeat 0 0;
height: 32px;
width: 32px
}
.timeline-end .empty-text {
overflow: hidden;
text-overflow: ellipsis
}
.timeline-end.has-items .empty-text,
.timeline-end.has-items .HomeEmptyTimeline {
display: none
}
.timeline-end .stream-loading {
display: none
}
.timeline-end.has-more-items .stream-loading {
display: block
}
.timeline-end.has-more-items .stream-end {
display: none
}
.replies .view-more-container {
border-top: 1px solid #e6ecf0
}
.replies .view-more-container .view-more-link {
display: inline-block;
padding: 14px 12px 14px 72px;
font-size: 14px
}
.tear {
background: #f5f8fa url(../../img/t1/bg_gap_bottom.png) top left;
position: relative;
font-size: 13px;
margin: -1px 0;
background-clip: padding-box
}
.tear button {
width: 100%;
background: url(../../img/t1/bg_gap_top.png) bottom left repeat-x;
padding: 20px 0;
font-size: 100%;
cursor: pointer;
border-radius: 5px;
background-clip: padding-box
}
.tear-processing .tear-text {
width: 14px;
height: 14px;
background: url(../../img/t1/spinner-rosetta-gray-14x14.gif) no-repeat;
text-indent: 21px;
overflow: hidden;
display: inline-block
}
.initial-card-height.card-type-audio,
.initial-card-height.card-type-direct_store_link_app,
.initial-card-height.card-type-player,
.initial-card-height.card-type-summary {
min-height: 130px
}
.initial-card-height.card-type-authenticated_web_view,
.initial-card-height.card-type-promo_website {
min-height: 271px
}
.initial-card-height.card-type-buy_now,
.initial-card-height.card-type-product_ad {
min-height: 332px
}
.initial-card-height.card-type-promo_image_convo,
.initial-card-height.card-type-image_direct_message {
min-height: 289px
}
.initial-card-height.card-type-promo_video_convo,
.initial-card-height.card-type-video_direct_message {
min-height: 371px
}
.initial-card-height.card-type-message_me {
min-height: 35px
}
.initial-card-height.card-type-moment {
min-height: 285px
}
.initial-card-height.card-type-periscope_broadcast {
min-height: 596px
}
.initial-card-height.card-type-poll2choice_image,
.initial-card-height.card-type-poll3choice_image,
.initial-card-height.card-type-poll4choice_image {
min-height: 511px
}
.initial-card-height.card-type-poll2choice_text_only {
min-height: 114px
}
.initial-card-height.card-type-poll3choice_text_only {
min-height: 149px
}
.initial-card-height.card-type-poll4choice_text_only {
min-height: 184px
}
.initial-card-height.card-type-poll_choice2_m,
.initial-card-height.card-type-poll_choice2_r {
min-height: 206px
}
.initial-card-height.card-type-poll_choice4_m,
.initial-card-height.card-type-poll_choice4_r,
.initial-card-height.card-type-poll_choice4_rc {
min-height: 277px
}
.initial-card-height.card-type-promotion {
min-height: 357px
}
.initial-card-height.card-type-summary_large_image {
min-height: 344px
}
.initial-card-height.card-type-summary_large_image.card-view-size-compact {
min-height: 131px
}
.initial-card-height.card-type-live_video {
min-height: 352px
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (min-resolution: 192dpi) {
.stream-item {
background-clip: border-box
}
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"] .animated-gif {
border-radius: 5px
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"] {
max-height: none;
min-height: unset
}
.card2[data-card2-name="animated_gif"] .animated-gif,
.animated-gif-playing .card2[data-card2-name="animated_gif"] .Icon--gifBadge,
.animated-gif-playing .card2[data-card2-name="animated_gif"] .Icon--playButton {
display: none
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"].portrait:before {
padding-top: 100%;
display: block;
content: ""
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"].portrait .animated-gif {
background-color: #000;
position: absolute;
max-height: 100%;
top: 0;
left: 0;
right: 0
}
.animated-gif-playing .card2[data-card2-name="animated_gif"] .animated-gif,
.has-autoplayable-media .card2[data-card2-name="animated_gif"] .animated-gif,
.has-autoplayable-media.animated-gif-playing .card2[data-card2-name="animated_gif"] .Icon--gifBadge,
.card2[data-card2-name="animated_gif"] .tweet-details-fixer .Icon--gifBadge,
.card2[data-card2-name="animated_gif"] .Icon--playButton {
display: block
}
.has-autoplayable-media .card2[data-card2-name="animated_gif"] {
position: relative
}
.tweet-view-option-container {
margin-top: 10px
}
.tweet-view-option {
background-color: lightblue;
border-radius: 6px;
padding: 5px;
white-space: nowrap;
line-height: 30px
}
.has-scroll-bump {
background: 0;
border: 0;
padding: 30px 0
}
.has-scroll-bump .ScrollBump-content>li {
display: inline-block;
width: 288px;
-moz-box-sizing: border-box;
box-sizing: border-box;
vertical-align: bottom
}
.has-scroll-bump .ScrollBump-content>li:first-child {
margin-right: 10px
}
.promoted-tweet-heading {
padding-top: 5px;
margin-bottom: 8px
}
.stream-item.has-profile-promoted-tweet {
border-top: 1px solid #e6ecf0
}
.has-profile-promoted-tweet .stream-item {
border-radius: 0 0 6px 6px
}
.stream-item .Tombstone {
margin: 3px 0
}
.stream-item .content .Tombstone {
margin: 7px 0 2px
}
.list-author {
position: absolute;
top: 12px;
right: 12px
}
.list-follow-card h1 {
margin-right: 42px
}
.ListFollowCard-metadata {
font-size: 12px;
line-height: 16px
}
.list-of-lists li {
font-size: 14px;
line-height: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.conversation-module {
position: relative
}
.conversation-module .conversation-header,
.conversation-module .conversation-tweet-item,
.conversation-module .missing-tweets-bar,
.conversation-module .original-tweet-item {
position: relative
}
.conversation-module .conversation-tweet-item .conversation-tweet {
cursor: pointer
}
.conversation-module .tweet {
padding-top: 6px;
padding-bottom: 6px
}
.conversation-module .conversation-root .tweet,
.conversation-module .conversation-replying-to.conversation-first-visible-tweet .tweet {
padding-top: 9px
}
.conversation-module .original-tweet-item .tweet {
padding-bottom: 9px
}
.content-main .conversation-module>li.conversation-tweet-item .tweet,
.content-main .conversation-module .conversation-header,
.content-main .conversation-module .missing-tweets-bar {
border-bottom: 0
}
.conversation-module .conversation-header .content {
margin-left: 50px
}
.conversation-module .missing-tweets-bar .content {
margin-left: 70px
}
.conversation-module .conversation-header .content {
padding: 6px 0 0 0
}
.conversation-module .conversation-tweet-item .stream-item-header .avatar {
margin-left: -58px;
width: 48px;
height: 48px;
border-radius: 5px
}
.conversation-module .conversation-tweet-item .tweet .content {
margin-left: 58px
}
.conversation-module .tweet .stream-item-header {
line-height: 16px
}
.vellip {
bottom: 9px;
left: 35px;
z-index: 1
}
.vellip,
.vellip:before,
.vellip:after {
position: absolute;
width: 3px;
height: 3px;
border-radius: 2px;
background-color: #1da1f2
}
.vellip:before {
content: "";
bottom: -4px
}
.vellip:after {
content: "";
bottom: 4px
}
.conversation-module>li:after,
.conversation-module>li:before {
content: "";
display: block;
position: absolute;
width: 3px;
background-color: #1da1f2;
left: 35px;
z-index: 1;
border-radius: 3px / 7px
}
.conversation-module>li:after {
top: 59px;
bottom: 0
}
.conversation-module .conversation-replying-to.conversation-first-visible-tweet:after {
top: 79px
}
.conversation-module .conversation-replying-to:not(.conversation-first-visible-tweet) .context,
.conversation-module .conversation-replying-to.conversation-first-visible-tweet .ReplyingToContextBelowAuthor,
.conversation-module .conversation-ancestor.conversation-tweet-item:not(.below-missing-bar):not(.conversation-first-visible-tweet) .ReplyingToContextBelowAuthor,
.conversation-module:not(.collapsed-ancestors) .has-conversation-module .ReplyingToContextBelowAuthor {
display: none
}
.conversation-module>li:before {
top: -2px;
bottom: auto;
height: 9px
}
.conversation-module .conversation-root:before {
display: none
}
.conversation-module>li.original-tweet-item:after {
display: none
}
.conversation-module.collapsed-root>li.conversation-tweet-item:before {
display: none
}
.conversation-module.collapsed-ancestors>li.original-tweet-item:before {
display: none
}
.conversation-module .conversation-root:after {
top: 62px
}
.conversation-module .conversation-root.conversation-replying-to:after {
top: 81px
}
.conversation-module>li.conversation-header:before,
.conversation-module>li.conversation-header:after {
display: none
}
.conversation-module .missing-tweets-bar:before {
height: 6px
}
.conversation-module .missing-tweets-bar:after {
top: 19px;
bottom: -2px
}
.conversation-module>li.original-tweet-item ~ li:before,
.conversation-module>li.original-tweet-item ~ li:after {
display: none
}
.conversation-module .conversation-header .uncollapse,
.conversation-module .missing-tweets-bar .missing-tweets-link {
display: block;
margin: 3px 0 2px 0;
white-space: nowrap;
text-overflow: ellipsis
}
.conversation-module .conversation-header .uncollapse {
font-weight: normal
}
.conversation-module .missing-tweets-bar .missing-tweets-link {
margin: 0;
line-height: 22px
}
.conversation-module .conversation-tweet-item .tweet:hover {
background-color: #f5f8fa
}
.conversation-module .conversation-header {
display: none
}
.stream-item.detached-conversation {
position: relative
}
.conversation-collapse-btn {
border: 1px solid #e6ecf0;
border-left: none;
border-radius: 0 6px 6px 0;
color: #ccd6dd;
cursor: pointer;
display: none;
height: 39px;
padding-bottom: 0;
padding-top: 2px;
position: absolute;
right: -40px;
top: 32px;
width: 40px
}
.conversation-collapse-btn.Icon {
background-color: #fff
}
.conversation-collapse-btn:hover,
.conversation-collapse-btn:focus {
color: #778697
}
.conversation-module .conversation-tweet-item,
.conversation-tweet,
.conversation-module .stream-item,
.conversation-module .original-tweet-item,
.conversation-module .conversation-header,
.conversation-module .missing-tweets-bar {
border-left: 0;
border-right: 0
}
.conversation-module .stream-item .tweet {
border-bottom: 0
}
.conversation-header.selected-stream-item:focus,
.missing-tweets-bar.selected-stream-item:focus {
margin-bottom: -1px;
border-bottom: 1px solid #fff
}
.conversation-module .account-group .avatar {
position: absolute
}
.opaque {
background: #fff;
z-index: 2
}
.focal-point-animating {
background: #fff;
z-index: 1;
border-bottom-left-radius: 6px;
border-bottom-right-radius: 6px
}
.module-animating {
overflow: hidden
}
.view-more-animating {
position: relative;
z-index: 1
}
.selected-animating {
box-shadow: none!important;
border: 1px solid rgba(1, 1, 1, 0)!important;
margin: -1px
}
.stream-item.dismissed {
background-color: #f5f8fa;
border-bottom: 1px solid #e6ecf0
}
.stream-item .dismiss-module {
display: none
}
.stream-item.no-header-background-module .dismiss-module {
background: #fff;
border-left: 1px solid #e1e8ed;
border-right: 1px solid #e1e8ed;
background-clip: padding-box
}
.dismiss-module .feedback-action {
border-bottom: 1px solid #e6ecf0;
color: #657786;
font-weight: bold
}
.dismiss-module .action-confirmation {
padding: 18px 12px
}
.dismiss-module .feedback-action:last-child {
border-bottom: 0
}
.dismiss-module .action-confirmation {
font-weight: normal
}
.dismiss-module .feedback-action.unchosen-action .action-confirmation {
display: none
}
.dismiss-module .feedback-action .action-confirmation {
display: block
}
.dismiss-module .undo-action {
float: right;
cursor: pointer
}
.dismiss-module .undo-action:hover {
text-decoration: underline
}
.dismiss-module .action-prompt {
cursor: pointer
}
.stream-item.separated-module {
margin-top: 8px;
margin-bottom: 8px;
border-radius: 6px
}
.stream-item.separated-module.WtfLargeCarouselStreamItem,
.stream-item.separated-module.WtfCompactCarouselStreamItem {
margin-top: 28px;
margin-bottom: 28px
}
.stream-item.separated-module:not(.no-header-background-module):first-child {
margin-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-top: 0
}
.stream-item.separated-module+.stream-item,
.stream-item.separated-module+.stream-item .tweet:hover,
.PromptbirdPrompt-streamItem.separated-module+.stream-item {
border-top-left-radius: 6px;
border-top-right-radius: 6px
}
.stream-item+.stream-item.separated-module:not(.no-header-background-module),
.stream-item.separated-module+.stream-item:not(.no-header-background-module),
.PromptbirdPrompt-streamItem.separated-module+.stream-item:not(.no-header-background-module) {
border-top: 1px solid #e6ecf0
}
.recap-module .stream-item {
border-left: 0;
border-right: 0
}
.content-main .stream-items .recap-module>.stream-item:last-child,
.content-main .stream-items .recap-module>.stream-item:last-child .tweet,
.content-main .stream-items .recap-module>.stream-item>li:last-child,
.content-main .stream-items .recap-module>.stream-item:last-child li:last-child {
border-radius: 0 0 6px 6px
}
.recap-module .stream-item,
.content-main .recap-module li .inline-reply-tweetbox {
border-radius: 0
}
.recap-header {
border-bottom: 1px solid #e6ecf0;
color: #14171a;
font-size: 18px;
font-weight: 300;
line-height: 27px;
padding: 9px 12px
}
.recap-header .dropdown {
color: #aab8c2;
float: right;
font-size: 16px;
margin-left: 9px;
margin-top: 0
}
.recap-header .dropdown-menu {
margin-left: -13px;
margin-right: -12px;
margin-top: 9px
}
.swift-loading .RichEntryHeaderCaret {
display: none
}
.Emoji--forText {
height: 1.25em;
width: 1.25em;
padding: 0 .05em 0 .1em;
vertical-align: -0.2em
}
.Emoji--forLinks {
background-position: .1em;
background-repeat: no-repeat;
background-size: 1.25em 1.25em;
letter-spacing: 1.1em;
line-height: 1.25em;
padding-top: .15em;
-moz-user-select: none;
-ms-user-select: none
}
.ProfileNameTruncated {
height: 22px;
line-height: 1.3;
margin-top: -2px
}
.ProfileNameTruncated-link {
color: #14171a;
font-size: 18px;
font-weight: 700
}
.ProfileNameTruncated-withBadges {
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
vertical-align: top
}
.ProfileNameTruncated .UserBadges {
font-size: 15px;
top: 0
}
.ProfileNameTruncated .UserBadges .Icon {
padding-left: 4px;
vertical-align: middle
}
.ProfileNameTruncated-withBadges--1 {
max-width: calc(100% - 19px)
}
.ProfileNameTruncated-withBadges--2 {
max-width: calc(100% - 38px)
}
.ProfileNameTruncated-withBadges--3 {
max-width: calc(100% - 57px)
}
.ProfileCard {
background-color: #fff;
border: 1px solid #e6ecf0;
border-radius: 5px;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-align: left
}
.ProfileCard .pretty-link s,
.ProfileCard .pretty-link:hover s,
.ProfileCard .pretty-link:focus s,
.ProfileCard .pretty-link:active s,
.ProfileCard .pretty-link b,
.ProfileCard .pretty-link:hover b,
.ProfileCard .pretty-link:focus b,
.ProfileCard .pretty-link:active b {
color: inherit
}
.ProfileCard a,
.ProfileCard a:hover,
.ProfileCard a:focus,
.ProfileCard a:active,
.ProfileCard .pretty-link,
.ProfileCard .pretty-link:hover,
.ProfileCard .pretty-link:focus,
.ProfileCard .pretty-link:active {
color: #1b95e0
}
.ProfileCard-bg {
background-size: 100%;
border-bottom: 1px solid #e6ecf0;
display: block;
height: 95px;
border-radius: 4px 4px 0 0;
background-position: 0 50%
}
.ProfileCard-avatarLink {
background-color: #fff;
border-radius: 6px;
display: inline-block;
margin: -45px 2px 0 -3px;
padding: 3px;
position: relative;
vertical-align: bottom;
z-index: 1
}
.ProfileCard-avatarImage {
border-radius: 5px;
display: block;
height: 70px;
width: 70px
}
.ProfileCard-actions {
display: inline-block;
height: 35px;
margin: 0 0 -4px 0;
position: absolute;
right: 0;
vertical-align: bottom
}
.ProfileCard-actions .edit-button.small .button-text,
.ProfileCard-actions .AcceptDeclineActions-buttonText {
display: block;
max-height: 19px;
padding-top: 3px
}
.ProfileCard-actions .AcceptDeclineActions-buttonText {
color: #14171a
}
.ProfileCard-userActions.is-hidden {
display: none
}
.ProfileCard-content {
margin: 13px 15px;
position: relative
}
.ProfileCard-userFields {
color: #14171a;
margin-top: 5px;
width: 100%
}
.ProfileCard-screenname {
height: 14px;
line-height: 1;
margin-bottom: 10px
}
.ProfileCard .ProfileCard-screennameLink,
.ProfileCard .ProfileCard-screennameLink:hover,
.ProfileCard .ProfileCard-screennameLink:focus {
color: #66757f;
font-size: 12px;
font-weight: 400
}
.ProfileCard-bio {
color: #66757f;
font-weight: 400;
word-wrap: break-word;
overflow: hidden;
font-size: 14px;
line-height: 1.375em;
height: 5.5em;
margin-top: 5px
}
.ProfileCard-bio a .invisible {
font-size: 0;
line-height: 0
}
.ProfileCard-promoted {
color: #657786;
font-size: 13px;
line-height: 1;
margin-left: 4px
}
.ProfileCard-promotedIcon {
position: relative;
top: 1px;
margin-right: 2px;
font-size: 13px
}
.ProfileCard-promotedText {
color: #657786;
font-size: 13px
}
.ProfileCard-footer {
position: absolute;
bottom: 0;
left: 0;
right: 0
}
.ProfileCard.with-SocialContext .ProfileCard-bio {
max-height: 4.125em
}
.ProfileCard .social-proof {
color: #657786;
font-size: 12px;
margin-top: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
width: 100%
}
.ProfileCard--withheld .ProfileCard-bg,
.ProfileCard--withheld .ProfileCard-avatarImage {
background-color: #f5f8fa
}
.ProfileCard-userActions .user-actions.following:not(.show-more-actions-button):hover .UserActions-moreActions {
opacity: 0;
-ms-filter: "alpha(opacity=0)"
}
.ProfileCard-userActions .user-actions.following:hover .UserActions-moreActions:hover {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
@media(max-width:1200px) {
.ProfileCard .favorite-user-button, .ProfileCard .unmute-button, .ProfileCard .mute-button {
display: none
}
}
.ProfileCard .unmute-button,
.ProfileCard .mute-button {
padding: 0
}
.ProfileCard a.edit-button {
color: #66757f
}
.ProfileCard a.edit-button:active,
.ProfileCard a.edit-button:focus,
.ProfileCard a.edit-button:hover {
color: #14171a;
text-decoration: none
}
.ProfileCard--wide .ProfileCard-bg {
height: 160px
}
.ProfileCard--wide .ProfileCard-avatarImage {
height: 110px;
width: 110px
}
.ProfileCard--wide .ProfileCard-avatarLink {
margin-top: -77px;
padding: 4px
}
.ProfileCard.ProfileCard--wide .ProfileCard-screennameLink,
.ProfileCard.ProfileCard--wide .ProfileCard-screennameLink:hover,
.ProfileCard.ProfileCard--wide .ProfileCard-screennameLink:focus {
font-size: 13px
}
.ProfileCard--wide .ProfileCard-bio {
color: #14171a;
height: auto;
max-height: 2.75em;
margin-top: 7px;
margin-bottom: 7px
}
.ProfileCard--wide .ProfileCard-locationAndUrl {
line-height: 1.375em
}
.ProfileCard--wide .ProfileNameTruncated-link {
font-size: 20px;
line-height: 1
}
.ProfileCard--wide .ProfileCardStats {
display: inline-block;
margin-left: 13px;
margin-top: 3px;
padding: 0;
position: absolute;
width: 270px
}
.FollowStatus {
color: #657786;
font-size: 11px;
font-weight: 400;
margin-left: 3px;
text-transform: uppercase
}
.UserActionsIconOnlyFollowButton .Icon {
color: inherit;
padding: 0
}
.UserActionsIconOnlyFollowButton .Icon--follow {
color: #1da1f2
}
.UserActionsIconOnlyFollowButton .Icon--clock,
.UserActionsIconOnlyFollowButton:hover .Icon--clock,
.UserActionsIconOnlyFollowButton:hover .Icon--report {
color: #66757f
}
.UserActionsIconOnlyFollowButton .Icon,
.UserActionsIconOnlyFollowButton.following:hover .cancel-hover-style .Icon--unfollow,
.UserActionsIconOnlyFollowButton.pending:hover .cancel-hover-style .Icon--report,
.UserActionsIconOnlyFollowButton.following:hover .Icon--following,
.UserActionsIconOnlyFollowButton.pending:hover .Icon--clock {
display: none
}
.UserActionsIconOnlyFollowButton.not-following .Icon--follow,
.UserActionsIconOnlyFollowButton.following .Icon--following,
.UserActionsIconOnlyFollowButton.pending .Icon--clock,
.UserActionsIconOnlyFollowButton.following:hover .cancel-hover-style .Icon--following,
.UserActionsIconOnlyFollowButton.pending:hover .cancel-hover-style .Icon--clock,
.UserActionsIconOnlyFollowButton.following:hover .Icon--unfollow,
.UserActionsIconOnlyFollowButton.pending:hover .Icon--report {
display: inline-block
}
.ActivityItem-facepile {
margin: 0;
padding: 10px 12px 0 70px
}
.ActivityItem-header {
margin-left: 70px
}
.ActivityItem-headerText {
display: inline-block
}
.ActivityItem-headerTimestamp {
color: #657786;
display: inline-block;
font-size: 13px
}
.ActivityItem-headerTimestamp:before {
content: "\00b7";
display: inline-block
}
.ActivityItem-headerTimestamp .activity-timestamp {
display: inline-block
}
.ActivityItem .activity-truncated-tweet {
margin-left: 70px;
margin-right: 12px
}
.ActivityItem .view-all-supplements {
margin-top: 5px
}
.ActivityItem-quoteTweetContainer {
margin-top: 5px
}
.ActivityItem .QuoteTweet .tweet-content {
padding: 0;
margin: 0
}
.ActivityItem:not(.highlighted) .QuoteTweet--slim:hover {
background: #f5f8fa
}
.ActivityItem .stream-item-list_member_added .activity-supplement {
display: block
}
.MessageStreamItem {
border-radius: 3px;
border: 1px solid #e6ecf0;
margin: 10px 0
}
.MessageStreamItem-inline {
background: #fff;
border-radius: 3px;
border: 1px solid #e6ecf0;
margin: 0
}
.MessageStreamItem a {
text-decoration: none
}
.MessageStreamItem-container {
text-align: center;
padding: 40px
}
.MessageStreamItem .Icon--close {
color: #ccd6dd;
font-size: 12px;
margin: 10px
}
.MessageStreamItem-header {
font-size: 33px;
line-height: 1.2;
font-weight: 300;
color: #1da1f2
}
.MessageStreamItem-body {
color: #657786;
font-size: 22px;
margin-top: 1em;
font-weight: 300;
line-height: 1.3
}
.MessageStreamItem-button {
display: block;
margin: 1.5em auto
}
.MessageStreamItem-settings-link {
display: block
}
.MessageStreamItem-settings-link:hover {
text-decoration: underline
}
.MomentStreamItem {
border-radius: 3px;
border: 1px solid #e6ecf0;
margin: 10px 0
}
.MomentStreamItem:hover {
background-color: #f5f8fa
}
.MomentStreamItem a {
text-decoration: none
}
.MomentStreamItem-container {
display: -moz-box;
display: -ms-flexbox;
display: flex;
padding: 15px
}
.MomentStreamItem-icon {
text-align: center;
width: 40px
}
.MomentStreamItem-content {
margin-left: 10px
}
.MomentStreamItem-title {
font-size: 14px;
font-weight: bold
}
.MomentStreamItem-description {
color: #657786;
font-size: 13px
}
.WtfLargeCarouselStreamItem {
background-color: transparent;
border: 0
}
.WtfLargeCarouselStreamItem-header {
margin: 0 10px 6px 2px
}
.WtfLargeCarouselStreamItem-header .dropdown {
color: #aab8c2;
float: right;
font-size: 16px;
margin-left: 9px;
margin-top: 0
}
.WtfLargeCarouselStreamItem-header .dropdown-menu {
left: -13px
}
.WtfLargeCarouselStreamItem-title {
color: #66757f;
font-size: 18px;
font-weight: 300
}
.WtfLargeCarouselStreamItem-refreshBtnContainer {
font-size: 12px
}
.WtfLargeCarouselStreamItem-refreshDisabledBtn {
color: #aab8c2
}
.WtfLargeCarouselStreamItem-user.selected-stream-item:focus {
border: 0;
margin: 0
}
.WtfSuggestStreamItem {
background-color: transparent;
border: 0
}
.WtfSuggestStreamItem-header {
border-bottom: 1px solid #e6ecf0;
font-size: 18px;
font-weight: 300;
line-height: 27px;
padding: 9px 12px
}
.WtfSuggestStreamItem-header .dropdown {
color: #aab8c2;
float: right;
font-size: 16px;
margin-left: 9px;
margin-top: 0
}
.WtfSuggestStreamItem-header .dropdown-menu {
left: -13px
}
.WtfSuggestStreamItem-title {
color: #14171a
}
.WtfSuggestStreamItem-refreshBtn,
.WtfSuggestStreamItem-refreshBtnContainer,
.WtfSuggestStreamItem-viewAllLink {
font-size: 12px
}
.WtfSuggestStreamItem-refreshDisabledBtn {
color: #aab8c2
}
.WtfSuggestStreamItem-user.stream-item {
border-left: 0;
border-right: 0
}
.WtfSuggestStreamItem-user:last-child {
border-radius: 0 0 6px 6px
}
.WtfSuggestStreamItem-user:last-child .account {
border-radius: 0 0 6px 6px
}
.GenericActivity {
padding: 10px 12px 10px 70px
}
.GenericActivity.is-unread {
background: #eaf5fd
}
.GenericActivity.has-clickAction:hover {
background: #f5f8fa;
cursor: pointer
}
.GenericActivity-quoteTweetContainer {
margin-top: 5px
}
.GenericActivity:not(.has-clickAction) .QuoteTweet--slim:hover {
background: #f5f8fa
}
.GenericActivity-container {
display: -moz-box;
display: -ms-flexbox;
display: flex;
position: relative
}
.GenericActivity-mainBody {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0
}
.GenericActivity-contextAltText,
.GenericActivity-socialProof {
color: #657786;
font-size: 13px;
line-height: 18px
}
.GenericActivity-socialProof {
margin-bottom: 5px
}
.GenericActivity-activityTimestamp {
color: #657786;
display: inline-block;
font-size: 13px;
line-height: 18px;
white-space: nowrap;
-ms-flex-negative: 0;
flex-shrink: 0
}
.GenericActivity-activityTimestamp:before {
content: "\00b7";
display: inline-block
}
.GenericActivity-activityTimestamp .activity-timestamp {
display: inline-block
}
.GenericActivity-icon {
color: #1da1f2;
position: absolute;
top: 0;
left: -24px;
font-size: 15px;
line-height: 16px
}
.GenericActivity.stream-item-activity .tweet-content {
margin: 0;
padding: 0
}
.GenericActivity-dismissMenu {
color: #aab8c2;
position: absolute;
right: -8px
}
.GenericActivity-dismissMenu .dropdown-toggle {
padding: 0 8px
}
.Tombstone {
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
background-color: #f5f8fa;
border: 1px solid #ccd6dd;
border-radius: 4px;
color: #66757f;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding: 12px 16px
}
.Tombstone-label {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.Tombstone-inlineAction {
white-space: nowrap
}
.Tombstone .Tombstone-action {
color: #657786;
font-weight: bold;
margin-left: 16px;
white-space: nowrap
}
.Tombstone .Tombstone-action:hover {
color: initial;
text-decoration: underline
}
.TombstoneWarning {
color: #66757f;
font-weight: 500
}
.modal-container,
.modal-overlay,
.lihp-mobile-callout,
.PermalinkOverlay,
.StartSearchOverlay,
.Gallery,
.gallery-overlay {
display: none
}
.modal-container.tweet-loading .modal-tweet {
display: none
}
.modal-container.tweet-showing .modal-tweet {
display: block
}
.modal .modal-tweet {
padding: 0;
text-align: left;
background-color: #fff
}
.modal .modal-tweet .tweet {
border: 0;
padding: 15px
}
.modal .modal-tweet .tweet:hover {
background-color: inherit
}
.modal .modal-tweet .actions,
.modal .modal-tweet .follow-bar,
.modal .modal-tweet .expanded-content,
.modal .modal-tweet .tweet-details-fixer,
.modal .modal-tweet .stream-item-footer,
.modal .modal-tweet .ProfileTweet-action,
.modal .modal-tweet .ProfileTweet-actionList {
display: none
}
.modal .modal-tweet .content {
margin-left: 58px;
min-height: 54px
}
.modal .modal-tweet .avatar {
top: 15px;
left: 15px
}
.modal .modal-tweet.disabled-links .tweet {
cursor: auto!important
}
.modal .modal-tweet.disabled-links a,
.modal .modal-tweet.disabled-links a strong,
.modal .modal-tweet.disabled-links a b,
.modal .modal-tweet.disabled-links a s {
color: inherit!important;
cursor: text!important
}
.modal .modal-tweet.disabled-links a img {
cursor: default!important
}
.modal .modal-tweet.disabled-links a:hover,
.modal .modal-tweet.disabled-links a:hover strong,
.modal .modal-tweet.disabled-links a:hover b,
.modal .modal-tweet.disabled-links a:hover s {
color: inherit!important;
text-decoration: none!important
}
.top-timeline-tweet-box-user-image {
left: 28px;
position: absolute;
top: 13px
}
.top-timeline-tweetbox .timeline-tweet-box {
border-radius: 5px 5px 0 0;
border: 1px solid #e6ecf0
}
.top-timeline-tweetbox .tweet-user {
border-radius: 3px 3px 0 0;
position: relative
}
.top-timeline-tweetbox .timeline-tweet-box .t1-form {
margin-left: 56px
}
.tweet-form .tweet-content {
position: relative;
margin-bottom: 8px
}
.tweet-form.condensed .tweet-content {
margin: 0
}
.tweet-form .tweet-box {
min-height: 64px;
overflow: hidden;
padding: 8px;
text-shadow: none;
vertical-align: top;
width: auto
}
.tweet-form .tweet-box-overlay {
background-color: rgba(245, 248, 250, 0.75);
bottom: 1px;
display: none;
left: 1px;
position: absolute;
right: 1px;
top: 1px;
z-index: 10
}
.currently-dragging .tweet-box-overlay {
display: block
}
.tweet-form textarea.tweet-box {
resize: none
}
.tweet-form.condensed .tweet-box {
color: #657786;
max-height: 20px;
min-height: 20px
}
.tweet-form div.rich-editor {
display: block;
word-wrap: break-word;
-webkit-nbsp-mode: normal
}
.tweet-form.condensed div.rich-editor {
overflow-y: hidden
}
.is-showPlaceholder:before {
pointer-events: none
}
.tweet-form div.rich-editor.is-showPlaceholder:before,
.tweet-form div.rich-editor:empty:before {
content: attr(data-placeholder-default);
color: #ccd6dd;
position: absolute
}
.tweet-form.is-reply div.rich-editor.is-showPlaceholder:before,
.tweet-form.is-reply div.rich-editor:empty:before {
content: attr(data-placeholder-reply)
}
.tweet-form.is-pollingCardComposerOn div.rich-editor.is-showPlaceholder:before {
content: attr(data-placeholder-poll-composer-on)
}
.tweet-form div.rich-editor.is-showPlaceholder:focus:before,
.tweet-form div.rich-editor:empty:focus:before {
opacity: .8;
-ms-filter: "alpha(opacity=80)"
}
.tweet-form.condensed div.rich-editor.is-showPlaceholder:before,
.tweet-form.condensed div.rich-editor:empty:before {
color: #657786
}
.tweet-form div.rich-editor[data-in-composition]:focus:before {
opacity: 0;
-ms-filter: "alpha(opacity=0)"
}
.tweet-form.condensed .rich-editor,
.tweet-form.condensed .rich-editor.p,
.tweet-form.condensed .rich-editor.div {
word-wrap: normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
}
.rich-editor em {
font-style: normal;
background: #fcc
}
.tweet-form.condensed .reply-users {
display: none
}
.tweet-form .reply-users {
font-size: 13px;
margin-top: -4px;
padding-bottom: 8px;
color: #657786
}
.tweet-form .reply-users .nombreUsuario {
color: inherit
}
div.rich-editor p,
div.rich-editor p+p {
margin: 0
}
.rich-editor a,
.rich-editor a.pretty-link:hover b {
text-decoration: none!important
}
.RichEditor {
border: 1px solid #e6ecf0;
border-radius: 3px;
line-height: 18px
}
.RichEditor .typeahead {
margin: 1px 0 0 0
}
.tweet-form.is-cardComposerOn .RichEditor,
.tweet-form.has-thumbnail .RichEditor {
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.tweet-form.is-cardComposerOn .TweetBoxAttachments,
.tweet-form.has-thumbnail .TweetBoxAttachments {
border-width: 1px;
border-style: solid;
border-top: 0;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px
}
.RichEditor-container {
position: relative
}
.RichEditor-scrollContainer {
overflow-y: auto;
margin: -18px 0;
max-height: 284px;
position: relative
}
.top-timeline-tweetbox .RichEditor-scrollContainer,
.inline-reply-tweetbox .RichEditor-scrollContainer {
max-height: none
}
.RichEditor div[contenteditable],
.RichEditor div[contenteditable]:focus,
.RichEditor div[contenteditable].fake-focus {
border: 0;
border-radius: 0;
box-shadow: none;
font-size: 14px;
padding: 8px 10px
}
.RichEditor.RichEditor--emojiPicker div[contenteditable],
.RichEditor.RichEditor--emojiPicker div[contenteditable]:focus,
.RichEditor.RichEditor--emojiPicker div[contenteditable].fake-focus {
padding-right: 31px
}
.RichEditor-pictographs {
font-size: 14px
}
.RichEditor-pictographText {
letter-spacing: .6em
}
.tweet-form.condensed .EmojiPicker {
display: none
}
.RichEditor-mozillaCursorWorkaround {
display: inline
}
.RichEditor-pictographImage {
height: 1.25em;
margin: -0.12em 0 0 .12em;
pointer-events: none;
position: absolute;
width: 1.25em
}
.RichEditor-tempTextArea {
border: 0;
height: 1px;
left: 0;
margin: 0;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
padding: 0;
position: fixed;
top: 0;
width: 100%;
z-index: -1
}
.currently-dragging .is-droppable .RichEditor {
border-color: transparent
}
.currently-dragging .is-droppable .RichEditor-scrollContainer {
background: #fff;
overflow: hidden
}
.currently-dragging .is-droppable .ComposerDragHelp {
display: block
}
.currently-dragging .is-droppable .tweet-box {
opacity: .2;
-ms-filter: "alpha(opacity=20)"
}
.currently-dragging .is-droppable:not(.condensed) .add-photo-icon {
display: block;
position: absolute;
right: 5px;
top: 5px;
z-index: 1
}
.currently-dragging .tweet-form.is-droppable .tweet-box-overlay {
display: none
}
.tweet-form.condensed .TweetBoxToolbar {
display: none
}
.tweet-form .RichEditor,
.tweet-form .tweet-box {
transition: padding-bottom 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.tweet-form .attribution {
display: none;
margin-top: 8px;
opacity: 0;
-ms-filter: "alpha(opacity=0)"
}
.tweet-form.has-attribution .attribution {
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
animation-name: show-attribution;
animation-delay: 300ms;
animation-duration: 100ms;
animation-fill-mode: forwards;
animation-timing-function: ease-in-out;
color: #657786;
cursor: pointer;
display: -moz-box;
display: -ms-flexbox;
display: flex;
line-height: 16px
}
@keyframes show-attribution {
0% {
opacity: 0;
-ms-filter: "alpha(opacity=0)"
}
100% {
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
}
.provider {
display: inline-block;
height: 20px;
width: 20px
}
.provider--giphy {
background-image: url(../../img/t1/icon_giphy.png)
}
.provider--riffsy {
background-image: url(../../img/t1/icon_riffsy.png)
}
.tweet-form.is-showingProgress .tweet-button .spinner {
display: inline-block;
position: relative;
margin-right: 5px
}
.photo-selector:hover .btn {
border-color: #1b95e0;
background-color: rgba(255, 255, 255, 0.25);
background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 132, 180, 0.1))
}
.photo-selector.disabled:hover .btn {
background: rgba(255, 255, 255, 0.75)
}
.icon-btn .text.visuallyhidden {
position: absolute
}
.tweet-form .thumbnail-container {
display: none;
background-color: #f1f1f1;
border-radius: 0 0 3px 3px;
box-shadow: inset 0 1px 0 #ccd6dd;
-moz-box-sizing: border-box;
box-sizing: border-box;
max-width: 100%;
overflow: hidden;
transition: height 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955)
}
.tweet-form.has-thumbnail .thumbnail-container {
display: block
}
.tweet-form .thumbnail-container .thumbnail-wrapper {
padding: 8px
}
.tweet-form .ComposerThumbnails {
display: -moz-box;
display: -ms-flexbox;
display: flex
}
.tweet-form.tweeting .ComposerThumbnail-play {
cursor: default;
opacity: .75;
-ms-filter: "alpha(opacity=75)"
}
.tweet-form.tweeting .ComposerThumbnail-edit,
.tweet-form.tweeting .ComposerThumbnail-remove,
.tweet-form.tweeting .ComposerThumbnail-duration {
display: none
}
.tweet-form .thumbnail-container .preview-message {
font-size: 12px;
color: #aaa
}
.tweet-form .thumbnail-container .preview-message .start-tagging {
margin-top: 8px
}
.photo-selector {
position: relative
}
.image-selector {
position: absolute;
top: 0;
left: 0;
z-index: 10;
height: 100%;
width: 100%;
overflow: hidden;
cursor: pointer
}
.image-selector .file-input {
position: absolute;
top: 0;
right: 0;
z-index: 10;
width: 100%;
height: 100%;
font-size: 50px;
cursor: pointer;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
padding-top: 100px
}
.photo-selector.disabled .image-selector {
display: none
}
.photo-selector.disabled,
.photo-selector.disabled:hover,
.photo-selector.disabled:hover .btn.disabled {
background: 0
}
.tweet-post-iframe,
.dm-post-iframe {
display: none
}
.tweet-form .spinner {
background-image: url(../../img/t1/spinner-rosetta-gray-14x14.gif);
display: none;
height: 14px;
margin-right: 10px;
position: relative;
top: 2px;
width: 14px
}
.tweet-form.tweeting .spinner {
display: inline-block
}
.tweet-form.tweeting .tweet-counter {
display: none
}
.tweet-form .link-message {
display: none;
color: #aaa;
font-size: 12px;
position: relative;
vertical-align: top;
top: 7px;
text-align: right;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75)
}
.tweet-form.has-link .link-message.single,
.tweet-form.has-links .link-message.plural {
display: inline-block
}
.tweet-form .tweet-button {
float: right
}
.tweet-form .tweet-button .tweet-counter {
margin-right: 5px
}
#geo-disabled-dropdown,
#geo-enabled-dropdown {
display: none
}
.geo-picker-btn .caret {
margin: 7px 0 0 0;
display: none
}
.geo-picker.active .geo-picker-btn .caret {
border-top-color: #019ad2;
display: inline-block
}
.geo-picker .geo-status {
display: inline-block;
vertical-align: middle;
max-width: 95px;
margin-left: 3px;
overflow: hidden;
color: inherit;
text-overflow: ellipsis;
white-space: nowrap;
width: auto
}
.geo-picker .active .geo-status {
color: inherit
}
.modal-body .geo-picker .geo-status {
max-width: 113px
}
.geo-picker .dropdown-caret {
left: 10px
}
.geo-picker .dropdown-menu {
width: 320px;
outline: 0
}
.geo-not-enabled-yet {
margin: 8px 14px 10px
}
.geo-not-enabled-yet h2 {
margin-bottom: 5px;
font-size: 16px
}
.geo-not-enabled-yet p,
.modal-body .geo-not-enabled-yet p {
margin-bottom: 10px;
line-height: 16px;
font-size: 13px;
color: #333
}
.geo-not-enabled-yet .geo-not-now {
margin-left: 8px;
font-size: 13px
}
.geo-picker .geo-dropdown-status,
.geo-picker .GeoSearch-focusable,
.geo-picker .GeoSearch-noResults {
padding-left: 30px;
overflow: hidden;
text-overflow: ellipsis
}
.geo-picker .GeoSearch-focusable {
position: relative;
cursor: pointer
}
.geo-picker .Icon--check {
position: absolute;
left: 12px;
top: 6px
}
.geo-picker .Icon--close {
position: absolute;
left: 12px;
top: 7px
}
.geo-picker .geo-dropdown-status,
.geo-picker .GeoSearch-noResults {
color: #66757f;
padding-top: 3px;
padding-bottom: 3px
}
.geo-query-location {
position: relative;
padding: 5px;
margin: -4px 0 6px;
background-color: #f5f8fa;
background-repeat: repeat-x;
background-image: linear-gradient(#fff, #f5f8fa);
border-bottom: 1px solid #e6ecf0;
border-radius: 4px 4px 0 0
}
.dropdown-menu .geo-query-location input[type=text] {
width: 280px;
padding-left: 24px
}
.geo-query-location .Icon--search {
color: #66757f;
left: 13px;
position: absolute;
top: 10px
}
.tweet-skip-button {
height: 37px;
margin-left: 10px
}
.user-select-container.photo-tagging-container {
margin-top: -7px;
position: absolute;
left: -100px;
width: 350px
}
.tweet-form.has-alt-text .user-select-container.photo-tagging-container {
margin-top: -7px
}
.tweet-box .photo-tagging-controls input[type=text] {
box-shadow: none
}
.home-tweet-box .user-select-container .dropdown-menu {
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.25)
}
.start-tagging.no-users {
background-color: transparent;
border: 0;
padding: 0
}
.start-tagging {
background: transparent;
border: 1px solid;
border-radius: 4px;
line-height: 24px;
padding: 0 10px
}
.tagged-users .user-name {
text-overflow: ellipsis;
display: inline-block;
overflow: hidden;
white-space: nowrap;
max-width: 130px;
vertical-align: top
}
.typeahead-empty-suggestions {
padding: 10px;
padding-top: 1px;
color: #66757f;
font-weight: bold;
font-size: 12px
}
.tagged-users {
margin-left: 4px
}
.TweetBox-photoIntent .add-photo-label {
display: none
}
.TweetBox-photoIntent .photo-selector {
margin-right: 0;
position: absolute;
right: -1px;
z-index: 1
}
.TweetBox-photoIntent .photo-selector .btn {
padding-right: 12px
}
.TweetBox-photoIntent .photo-selector:hover .btn {
background: 0;
border: 1px solid transparent
}
.TweetBox-photoIntent .photo-selector .btn:active,
.TweetBox-photoIntent .photo-selector .btn.active,
.TweetBox-photoIntent .photo-selector .btn:focus,
.TweetBox-photoIntent .photo-selector .btn.focus,
.TweetBox-photoIntent .photo-selector .btn.enabled {
background: 0;
border: 1px solid transparent;
box-shadow: none
}
.TweetBoxUploadProgress {
color: #8899a6;
display: none
}
.TweetBoxUploadProgress-bar {
border: 1px solid #c2ddf3;
display: inline-block;
margin-left: 10px;
vertical-align: middle;
width: 262px
}
.TweetBoxUploadProgress-barPosition {
background-color: #469ae9;
height: 10px;
transition: width 1s linear;
width: 0
}
.TweetBoxUploadProgress .TweetBoxUploadProgress-spinner {
display: inline-block;
margin-left: 4px;
position: relative;
top: 3px
}
.tweet-form.is-showingProgress .tweet-button .spinner,
.tweet-form.is-showingProgress .TweetBoxExtras-item {
display: none
}
.TweetBoxUploadProgress .TweetBoxUploadProgress-uploading,
.TweetBoxUploadProgress .TweetBoxUploadProgress-processing,
.tweet-form.is-showingProgress.is-uploading.is-waiting .TweetBoxUploadProgress-uploading,
.tweet-form.is-showingProgress.is-uploading.is-processing .TweetBoxUploadProgress-uploading {
display: none
}
.tweet-form.is-showingProgress .TweetBoxUploadProgress,
.tweet-form.is-showingProgress.is-uploading .TweetBoxUploadProgress-uploading,
.tweet-form.is-showingProgress.is-waiting .TweetBoxUploadProgress-processing,
.tweet-form.is-showingProgress.is-processing .TweetBoxUploadProgress-processing {
display: block
}
.tweet-form .CardComposer {
max-width: 100%;
transition: height 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
overflow: hidden;
display: none
}
.tweet-form.is-cardComposerOn.is-pollingCardComposerOn .CardComposer,
.tweet-form.is-cardComposerOn.is-pollingCardComposerOn .PollingCardComposer {
display: block
}
.user-select-container {
background-color: #fff
}
.user-select-container .typeahead-item {
display: none
}
.user-select-container .has-results .typeahead-item {
display: block
}
.user-select-container .typeahead-items.has-results {
padding-bottom: 6px
}
.user-select-container .dropdown-menu {
box-shadow: 0 1px 4px -2px rgba(0, 0, 0, 0.25);
display: block;
padding: 7px 0 0;
width: 100%
}
.user-select-container .select-status {
float: right
}
.user-select-container .select-status {
display: none
}
.user-select-container .selected-user .deselect-user,
.user-select-container .cannot-select .select-disabled {
display: block
}
.user-select-container .selected-user .deselect-user {
background-color: #1da1f2;
border-radius: 4px;
color: #fff;
padding: 0 8px
}
.user-select-container .cannot-select {
background-color: #eee
}
.user-select-container .cannot-select .fullname,
.user-select-container .cannot-select .nombreUsuario,
.user-select-container .cannot-select .nombreUsuario s,
.user-select-container .selected.cannot-select .fullname,
.user-select-container .selected.cannot-select .nombreUsuario,
.user-select-container .selected.cannot-select .nombreUsuario s,
.typeahead-accounts .selected-user .fullname,
.typeahead-accounts .selected-user .nombreUsuario,
.typeahead-accounts .selected-user .nombreUsuario s {
color: #ccc
}
.user-select-container .selected.cannot-select a {
background-color: transparent;
color: #66757f
}
.user-select-controls {
border: 1px solid #e6ecf0;
border-radius: 3px;
margin: 0 6px 3px
}
.user-select-controls .Icon {
margin: 5px 2px 0 8px;
opacity: .5;
-ms-filter: "alpha(opacity=50)"
}
.user-select-controls input {
background: transparent;
border: 0;
padding: 0;
width: 290px
}
.user-select-controls input:focus {
border-color: transparent;
border: 0;
box-shadow: none
}
.has-autoplayable-media .Icon--gifBadge,
.has-autoplayable-media .SnapReelHintContainer {
position: absolute;
left: 8px;
bottom: 8px;
background: rgba(0, 0, 0, 0.3);
color: #fff;
border-radius: 3px;
z-index: 1
}
.has-autoplayable-media .AdaptiveMedia-badge .Icon--gifBadge {
background: transparent;
bottom: 0;
left: 0;
position: relative;
padding: 0
}
.has-autoplayable-media .Icon--gifBadge {
line-height: 16px;
padding: 0 5px 4px 5px
}
@keyframes showSnapReelHint {
from {
max-width: 0
}
to {
max-width: 100px
}
}
@keyframes hideSnapReelHint {
from {
max-width: 100px
}
to {
max-width: 0
}
}
.has-autoplayable-media .js-media-container .SnapReelHintContainer {
opacity: 1;
-ms-filter: "alpha(opacity=100)";
padding-left: 4px
}
.has-autoplayable-media .js-media-container .SnapReelHint {
bottom: 1px;
display: inline-block;
line-height: 13px;
max-width: 0;
overflow: hidden;
position: relative
}
.has-autoplayable-media .js-media-container .SnapReelHint .SnapReelHintText {
font-size: 13px;
padding-left: 2px;
padding-right: 4px
}
.tweet.animated-gif-playing .js-media-container .SnapReelHintContainer .SnapReelHint {
animation: showSnapReelHint 1s 1s forwards, hideSnapReelHint .5s 3.5s forwards
}
.tweet-details-fixer .Icon--gifBadge {
margin-top: -12px
}
.Icon--playButton {
line-height: 80px;
position: absolute;
left: 50%;
top: 50%;
font-size: 60px;
margin: -45px 0 0 -30px
}
.t1-form {
font-size: 12px;
margin-bottom: 0
}
.t1-form p+p {
margin-top: 9px
}
.t1-legend {
display: block;
width: 100%;
margin-bottom: 20px;
font-size: 20px;
line-height: 30px;
color: #14171a;
border-bottom: 1px solid #e6ecf0
}
.t1-label,
input,
textarea,
div[contenteditable],
.t1-select {
margin: 0;
font-size: 13px;
line-height: 20px
}
.t1-label {
display: block;
margin-bottom: 5px;
color: #14171a;
cursor: pointer
}
input,
textarea,
div[contenteditable],
.t1-select {
display: inline-block;
width: 210px;
padding: 4px;
margin: 0;
outline: 0;
background-color: #fff;
border: 1px solid #e6ecf0;
border-radius: 3px
}
input[type=checkbox],
input[type=radio] {
width: auto;
height: auto;
padding: 0;
margin: 3px 0;
line-height: normal;
border: 0;
background-color: transparent;
cursor: pointer
}
input[type=file] {
background-color: #fff;
padding: initial;
border: initial;
line-height: initial;
box-shadow: none
}
input[type=button],
input[type=reset],
input[type=submit] {
width: auto;
height: auto
}
.t1-select,
input[type=file] {
height: 30px;
line-height: 30px
}
.t1-select[multiple] {
background-color: #fff;
height: inherit
}
.inline-form {
float: left;
width: 100%;
margin: 10px 0
}
textarea {
height: auto
}
.radio,
.checkbox {
margin: 5px 0;
padding-left: 18px;
line-height: 18px
}
.radio input[type=radio],
.checkbox input[type=checkbox] {
float: left;
margin-left: -18px
}
.radio-nested,
.checkbox-nested {
margin-left: 18px
}
.controls>.radio:first-child,
.controls>.checkbox:first-child {
padding-top: 1px
}
input,
textarea,
div[contenteditable] {
transition: background .2s linear
}
input:focus,
textarea:focus,
div[contenteditable="true"]:focus,
div[contenteditable="true"].fake-focus,
div[contenteditable="plaintext-only"]:focus,
div[contenteditable="plaintext-only"].fake-focus {
outline: 0;
color: #14171a;
border-color: #56b4ef
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus,
.t1-select:focus {
outline: 1px dotted #66757f;
outline: auto 5px -webkit-focus-ring-color;
box-shadow: none
}
.disabled,
.disabled:hover,
.disabled:focus,
.disabled:active,
input[disabled],
.t1-select[disabled],
textarea[disabled],
input[readonly],
.t1-select[readonly],
textarea[readonly],
div[contenteditable="false"],
div[contenteditable="true"][readonly] {
background: #f5f8fa;
border-color: #ccd6dd;
cursor: not-allowed
}
.disabled.btn,
.disabled.btn:active {
cursor: default;
box-shadow: none
}
input.placeholded,
textarea.placeholded {
color: #7f7f7f
}
.input-mini {
width: 50px
}
.input-small {
width: 90px
}
.input-medium {
width: 175px
}
.input-large {
width: 270px
}
.input-xlarge {
width: 330px
}
.input-block {
display: block;
width: 100%;
padding: 7px 9px;
margin-bottom: 5px;
font-size: 14px;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.help-text {
color: #657786
}
.help-text+.help-text {
margin-top: 9px
}
.help-text-inline {
position: absolute;
top: 6px;
left: 230px
}
.form-inline .btn {
font-weight: normal
}
.control-group {
margin-bottom: 15px
}
.form-horizontal .control-label {
float: left;
width: 120px;
padding-top: 5px;
text-align: right;
margin: 0;
font-size: 13px;
line-height: 20px;
border-bottom: 0
}
.form-horizontal .controls {
margin-left: 140px
}
.form-horizontal input,
.form-horizontal select,
.form-horizontal textarea {
margin-bottom: 5px
}
.form-horizontal .controls p {
color: #657786
}
.form-horizontal .form-actions {
padding-left: 140px;
margin: 20px 0 8px
}
.placeholder {
color: #657786!important;
white-space: nowrap;
cursor: text;
transition: opacity .1s, font-size .1s
}
.placeholder:focus {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input:-moz-placeholder,
textarea:-moz-placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input::-moz-placeholder,
textarea::-moz-placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input::placeholder,
textarea::placeholder {
color: #657786;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
input:focus::placeholder,
textarea:focus::placeholder {
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
.BannersContainer--overlay {
left: 10px;
right: 10px;
margin: 0 auto;
max-width: 840px;
position: absolute;
z-index: 15;
top: 54px
}
.Banner {
background-clip: padding-box;
border-radius: 6px;
border: 1px solid #e6ecf0;
border: 1px solid rgba(0, 0, 0, 0.1);
line-height: 16px;
margin-bottom: 10px;
position: relative
}
.Banner .flex-module {
padding: 12px;
border-radius: 5px;
font-size: 13px;
line-height: 18px;
color: #3b372e;
background: #f6d171
}
.Banner .banner-row:first-child {
margin-top: 0;
padding-right: 20px
}
.Banner .banner-row {
margin-top: 5px
}
.Banner .banner-row .btn {
margin-right: 5px;
font-weight: normal;
border: 1px solid #e6ecf0;
background-clip: padding-box
}
.Banner .warning {
font-weight: bold;
background-color: #fcc;
background-image: none
}
.Banner #device-verification-pin {
height: 25px;
position: relative;
top: -2px
}
.Banner--aboveNav {
background-color: #ccd6dd;
border: 0;
border-radius: 0;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: 62px;
line-height: 20px;
margin: 0;
text-shadow: none
}
.Banner-textContent {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1
}
.Banner--aboveNav+.Banner--aboveNav {
border-top: 1px solid #e6ecf0
}
.Banner--blue {
background-color: #1da1f2;
color: #fff
}
.Banner--red {
background-color: #f6809a
}
.Banner-contentContainer {
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-moz-box-sizing: border-box;
box-sizing: border-box;
display: -moz-box;
display: -ms-flexbox;
display: flex;
margin: 0 auto;
padding: 0 15px;
width: 890px
}
@media screen and (min-width: 1236px) {
.Banner-contentContainer {
width: 1190px
}
}
.Banner-actions {
-ms-flex-negative: 0;
flex-shrink: 0;
padding-left: 15px
}
.Banner-actions .btn {
margin-right: 5px
}
.Banner-textContainer {
-ms-flex-negative: 1;
flex-shrink: 1;
padding-right: 10px
}
.Banner--aboveNav.Banner--tall {
height: 120px
}
.Banner--aboveNav b {
font-weight: 500
}
.Banner-dismiss {
position: absolute;
top: 24px;
right: 100px
}
.Banner--blue a,
.Banner--blue a:active,
.Banner--blue a:focus,
.Banner--blue a:hover {
color: inherit
}
.DashboardProfileCard {
border: 1px solid #e6ecf0;
background: #fff;
border-radius: 6px
}
.DashboardProfileCard--withoutStats {
padding-bottom: 10px
}
.DashboardProfileCard-bg {
background-size: 100%;
border-bottom: 1px solid #e6ecf0;
height: 95px;
border-radius: 4px 4px 0 0;
background-position: 0 50%;
width: 100%;
padding: 0 1px;
margin-left: -1px;
margin-top: -1px
}
.DashboardProfileCard-avatarContainer {
width: 72px
}
.DashboardProfileCard-avatarContainer .dropdown.center {
float: none;
right: auto
}
.DashboardProfileCard-avatarContainer .dropdown.center .dropdown-menu {
position: absolute;
left: -64px;
top: 32px
}
.DashboardProfileCard-avatarImage .Icon {
margin: 15px 0 0 18px;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.33)
}
.DashboardProfileCard-avatarContainer .dropdown-menu {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
min-width: 220px;
padding: 7px 0 6px 0
}
.DashboardProfileCard-avatarContainer .dropdown-link {
font-size: 14px;
line-height: 26px;
color: #8799a5
}
.DashboardProfileCard-avatarContainer .dropdown-divider {
border-bottom-color: #e6ecf0;
margin-bottom: 5px
}
.DashboardProfileCard-avatarLink {
background-color: #fff;
border-radius: 6px;
margin: -30px 0 0 8px;
padding: 1px;
vertical-align: bottom
}
.DashboardProfileCard-avatarImage {
border-radius: 7px;
height: 72px;
width: 72px;
border: 2px solid #fff;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #fff
}
.DashboardProfileCard-userFields {
position: absolute;
top: 103px;
left: 90px;
width: 185px
}
.DashboardProfileCard-name {
font-weight: 700;
font-size: 18px;
line-height: 25px;
margin: -1px 0 -2px 0
}
.DashboardProfileCard .account-group .UserBadges {
top: 2px
}
.DashboardProfileCard-screennameLink {
font-size: 12px;
padding-right: 5px;
color: #66757f
}
.DashboardProfileCard-tweetbox {
border: 1px solid;
padding: 12px;
width: 264px;
margin-left: -1px;
margin-bottom: -1px
}
.DashboardProfileCard-tweetbox .tweet-box {
padding: 11px;
font-size: 14px;
color: #657786
}
.DashboardProfileCard-tweetbox .Icon--geo {
margin: 0
}
.DashboardProfileCard-tweetbox .photo-selector .text {
display: none
}
.DashboardProfileCard-tweetbox .condensed .tweet-box {
padding-right: 30px
}
.DashboardProfileCard-tweetbox .tweet-action {
background-image: none;
text-shadow: none
}
.ProfileCardStats {
margin-left: 11px;
padding: 10px 0
}
.ProfileCardStats-stat {
-moz-box-sizing: border-box;
box-sizing: border-box;
line-height: 1;
overflow: hidden;
transition: all .15s ease-in-out
}
.ProfileCardStats-stat:lang(ar),
.ProfileCardStats-stat:lang(fa),
.ProfileCardStats-stat:lang(ur) {
line-height: 1.4
}
.ProfileCardStats .ProfileCardStats-stat {
vertical-align: bottom
}
.ProfileCardStats-statLabel {
color: #657786;
font-size: 10px;
letter-spacing: .02em;
overflow: hidden;
text-transform: uppercase;
transition: color .15s ease-in-out
}
.ProfileCardStats-statValue {
display: block;
font-size: 18px;
font-weight: 500;
padding-top: 3px;
transition: color .15s ease-in-out
}
.ProfileCardStats-statLink:hover .ProfileCardStats-statLabel,
.ProfileCardStats-statLink:focus .ProfileCardStats-statLabel,
.ProfileCardStats-statLink:hover .ProfileCardStats-statValue,
.ProfileCardStats-statLink:focus .ProfileCardStats-statValue {
color: inherit
}
.Footer .twitter-logo {
margin-bottom: 4px
}
.Footer ul {
line-height: 18px
}
.Footer-item {
display: inline
}
.Footer-item,
.Footer-link {
color: #657786
}
.Footer-item {
float: left;
padding-right: 8px
}
.Footer .Footer-adsModule {
background: #f5f8fa;
border-top: 0
}
.Footer--slim {
text-align: center
}
.Footer--slim ul,
.Footer--slim .Footer-item {
display: inline-block
}
.Footer--slim .Footer-item {
line-height: 16px;
float: none
}
.Footer--slim .twitter-logo {
display: inline;
margin-bottom: 0;
padding-right: 8px
}
.Footer--blankBackground {
border: 0;
border-radius: 0;
margin-top: 15px;
padding-right: 15px;
padding-left: 15px
}
.Footer--blankBackground .flex-module {
background: 0;
border: 0;
line-height: 1;
padding: 0;
text-align: left
}
.SidebarCommonModules .CommerceDiscovery,
.SidebarCommonModules .SignupCallOut,
.SidebarCommonModules .Trends,
.SidebarCommonModules .TweetImpressionsModule,
.SidebarCommonModules .WhoToFollow {
margin-top: 10px
}
.SidebarCommonModules .Trends {
margin-bottom: 0
}
.tweet .account-in-timeline-blk {
border-top: 1px solid #e6ecf0;
padding-top: 9px;
margin-top: 12px
}
.tweet .account-in-timeline-blk.promoted {
padding-top: 12px
}
.tweet .account-in-timeline-blk .account-follow-btn {
float: right
}
.tweet .account-in-timeline-blk.promoted .account-follow-btn.following {
visibility: hidden
}
.tweet .account-in-timeline-blk:not(.promoted) .account-in-timeline-name {
display: inline-block;
padding-top: 10px
}
.tweet.account-in-timeline .stream-item-footer {
display: none
}
.tweet.account-in-timeline .stream-item-header .time {
display: none
}
.Arrange {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: table;
margin: 0;
min-width: 100%;
padding: 0;
table-layout: auto
}
.Arrange-sizeFill,
.Arrange-sizeFit {
display: table-cell;
padding: 0;
vertical-align: top
}
.Arrange-sizeFill {
width: 100%
}
.Arrange-sizeFill img {
height: auto;
max-width: 100%
}
.Arrange-sizeFit img {
max-width: none!important;
width: auto!important
}
.Arrange--middle .Arrange-sizeFill,
.Arrange--middle .Arrange-sizeFit {
vertical-align: middle
}
.Arrange--bottom .Arrange-sizeFill,
.Arrange--bottom .Arrange-sizeFit {
vertical-align: bottom
}
.Arrange--equal {
table-layout: fixed
}
.Arrange--equal>.Arrange-sizeFill,
.Arrange--equal>.Arrange-sizeFit {
width: 1%
}
.Arrange--withGutter {
margin: 0 -5px
}
.Arrange--withGutter>.Arrange-sizeFit,
.Arrange--withGutter>.Arrange-sizeFill {
padding: 0 5px
}
.Button {
-webkit-appearance: none;
background: transparent;
border-color: currentcolor;
border-style: solid;
border-width: 1px;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
cursor: pointer;
display: inline-block;
font: inherit;
line-height: normal;
margin: 0;
padding: .4em .75em;
position: relative;
text-align: center;
text-decoration: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: normal
}
.Button::-moz-focus-inner {
border: 0;
padding: 0
}
.Button:hover,
.Button:focus,
.Button:active {
text-decoration: none
}
.Button:disabled,
.Button.is-disabled {
cursor: default;
opacity: .6;
-ms-filter: "alpha(opacity=60)"
}
.Button--full {
display: block;
width: 100%
}
.Checkbox:checked,
.Checkbox {
display: inline-block;
position: relative;
vertical-align: middle;
height: 28px;
width: 28px
}
.Checkbox:checked,
.Checkbox-fake,
.Checkbox-original,
.Checkbox .Icon {
bottom: 0;
left: 0;
margin: auto;
position: absolute;
right: 0;
top: 0
}
.Checkbox:checked,
.Checkbox-fake {
background: linear-gradient(to bottom, #f5f8fa, #fff);
border: 1px solid #e6ecf0;
border-radius: 2px;
color: #1da1f2;
text-align: center
}
.Checkbox:checked,
.Checkbox-fake:hover {
border-color: #ccd6dd
}
.Checkbox:checked,
.Checkbox-original {
cursor: pointer;
opacity: 0;
-ms-filter: "alpha(opacity=0)";
height: 100%!important;
margin: 0!important;
padding: 0!important;
width: 100%!important;
z-index: 1
}
.Checkbox:checked,
.Checkbox-original:focus+.Checkbox-fake {
box-shadow: 0 0 5px #1da1f2
}
.Checkbox .Icon {
display: none
}
.Checkbox:checked,
.Checkbox-original:checked+.Checkbox-fake .Icon {
display: block;
height: 22px;
line-height: normal
}
.DMButton {
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
display: block;
padding: 9px 16px 7px 17px;
text-align: center
}
.DMButton-content {
display: block;
line-height: 1.6;
margin-top: -1px;
vertical-align: bottom
}
.DMButton--iconOnly {
padding: 9px 13px 7px 14px
}
.DMButton .DMButton-icon {
font-size: 21px;
left: 0;
margin-right: 7px;
top: -2px;
vertical-align: bottom;
width: 19px
}
.DMButton-text {
vertical-align: bottom
}
.NewTweetButton {
border: 1px solid transparent;
border-radius: 4px;
color: #fff;
display: block;
padding: 9px 16px 7px 17px;
text-align: center
}
.NewTweetButton-content {
display: block;
line-height: 1.6;
margin-top: -1px;
vertical-align: bottom
}
.NewTweetButton--iconOnly {
padding: 9px 13px 7px 14px
}
.NewTweetButton .NewTweetButton-icon {
font-size: 24px;
left: 0;
margin-right: 6px;
top: -2px;
vertical-align: bottom;
width: 19px
}
.NewTweetButton-text {
vertical-align: bottom
}
.stream-container .tweet .details {
float: right;
margin-top: 7px
}
.stream-container .tweet .details,
.stream-container .tweet .stream-item-footer .with-icn span:last-child {
margin-right: 0
}
.stream-container .tweet .details .Icon {
display: none
}
.ProfileTweet-actionList {
font-size: 0;
height: 18px;
line-height: 1;
margin-bottom: 2px;
margin-top: 10px
}
.ProfileTweet-action {
display: inline-block;
min-width: 80px
}
.ProfileTweet-action:last-child:not(.ProfileTweet-action--more) {
min-width: 26px
}
.ProfileTweet-actionButton,
.ProfileTweet-actionButtonUndo {
color: #aab8c2;
display: inline-block;
font-size: 16px;
line-height: 1;
padding: 0 2px;
position: relative
}
.ProfileTweet-actionButton:focus,
.ProfileTweet-actionButtonUndo:focus,
.ProfileTweet-actionCount:focus {
outline: dotted 1px #000;
outline: auto 5px -webkit-focus-ring-color
}
.ProfileTweet-actionCount {
color: #aab8c2;
display: inline-block;
font-size: 12px;
font-weight: bold;
margin-left: 6px;
position: relative;
top: -2px
}
.ProfileTweet-actionCount:focus,
.ProfileTweet-actionCount:hover {
text-decoration: none
}
.ProfileTweet-actionCount--isZero {
padding: 0
}
.ProfileTweet-action--more {
float: right;
min-width: 0
}
.ProfileTweet-action--more .ProfileTweet-actionButton {
margin: -2px -9px 0 0;
padding: 2px 9px
}
.ProfileTweet-action--more .dropdown .dropdown-menu {
margin: 9px 0 0 -6px
}
.IconContainer,
.IconTextContainer {
display: inline-block
}
.ProfileTweet-action--retweet .ProfileTweet-actionButtonUndo,
.retweeted .ProfileTweet-action--retweet .ProfileTweet-actionButton {
display: none
}
.ProfileTweet-action--retweet:hover .ProfileTweet-actionButton,
.ProfileTweet-action--retweet:hover .ProfileTweet-actionCount,
.ProfileTweet-action--retweet .ProfileTweet-actionButton:focus,
.ProfileTweet-action--retweet .ProfileTweet-actionButton:focus .ProfileTweet-actionCount,
.retweeted .ProfileTweet-action--retweet .Icon--retweet,
.retweeted .ProfileTweet-action--retweet .ProfileTweet-actionButtonUndo {
color: #17bf63
}
.ProfileTweet-action--retweet.is-hoverStateCancelled:hover .ProfileTweet-actionButton,
.ProfileTweet-action--retweet.is-hoverStateCancelled .ProfileTweet-actionButton:focus,
.ProfileTweet-action--retweet.is-hoverStateCancelled:hover .ProfileTweet-actionCount,
.ProfileTweet-action--retweet.is-hoverStateCancelled .ProfileTweet-actionButton:focus .ProfileTweet-actionCount {
color: #aab8c2
}
.ProfileTweet-action--retweet .ProfileTweet-actionButton.is-disabled,
.ProfileTweet-action--retweet .ProfileTweet-actionButton.is-disabled .ProfileTweet-actionCount,
.ProfileTweet-action--retweet:hover .ProfileTweet-actionButton.is-disabled,
.ProfileTweet-action--retweet .ProfileTweet-actionButton.is-disabled:focus,
.ProfileTweet-action--retweet:hover .ProfileTweet-actionButton.is-disabled .ProfileTweet-actionCount,
.ProfileTweet-action--retweet .ProfileTweet-actionButton.is-disabled:focus .ProfileTweet-actionCount {
color: #e6ecf0;
cursor: default!important
}
.ProfileTweet-action--favorite .ProfileTweet-actionButtonUndo,
.favorited .ProfileTweet-action--favorite .ProfileTweet-actionButton {
display: none
}
.ProfileTweet-action--favorite:hover .ProfileTweet-actionButton,
.ProfileTweet-action--favorite:hover .ProfileTweet-actionCount,
.ProfileTweet-action--favorite .ProfileTweet-actionButton:focus,
.ProfileTweet-action--favorite .ProfileTweet-actionButton:focus .ProfileTweet-actionCount,
.favorited .ProfileTweet-action--favorite .Icon--heart,
.favorited .ProfileTweet-action--favorite .ProfileTweet-actionButtonUndo {
color: #e0245e
}
.ProfileTweet-action--favorite.is-hoverStateCancelled:hover .ProfileTweet-actionButton,
.ProfileTweet-action--favorite.is-hoverStateCancelled:hover .ProfileTweet-actionCount,
.ProfileTweet-action--favorite.is-hoverStateCancelled .ProfileTweet-actionButton:focus,
.ProfileTweet-action--favorite.is-hoverStateCancelled .ProfileTweet-actionButton:focus .ProfileTweet-actionCount {
color: #aab8c2
}
.ProfileTweet-dismiss,
.ProfileTweet-dismiss:hover,
.ProfileTweet-dismiss:focus {
color: #aab8c2
}
.retweeted .ProfileTweet-action--retweet .ProfileTweet-actionCount,
.favorited .ProfileTweet-action--favorite .ProfileTweet-actionCount {
color: inherit
}
.retweeted .ProfileTweet-action--retweet .ProfileTweet-actionButtonUndo,
.favorited .ProfileTweet-action--favorite .ProfileTweet-actionButtonUndo {
display: inline-block
}
.tweet[data-you-follow="true"] .ProfileTweet-dismiss {
display: none
}
.dropdown-menu .MomentMakerAddTweetToOtherMoment {
display: none
}
.stream-container .grid-tweet .grid-tweet-actions .Icon {
color: #657786
}
.stream-container .grid-tweet .grid-tweet-actions .favorite .Icon--heart:hover,
.stream-container .grid-tweet .grid-tweet-actions .unfavorite .Icon--heart {
color: #e0245e
}
.stream-container .grid-tweet .grid-tweet-actions .retweet .Icon:hover,
.stream-container .grid-tweet .grid-tweet-actions .undo-retweet .Icon {
color: #17bf63
}
.stream-container .grid-tweet .grid-tweet-actions .is-hoverStateCancelled .favorite .Icon:hover,
.stream-container .grid-tweet .grid-tweet-actions .is-hoverStateCancelled .retweet .Icon:hover {
color: #657786
}
.favorited .action-fav-container b,
.favorited .action-fav-container:hover b,
.favorited .action-fav-container a:focus b {
color: #ffad1f
}
.favorited .action-fav-container a:focus b {
text-decoration: underline
}
.retweeted .action-rt-container b,
.retweeted .action-rt-container:hover b,
.retweeted .action-rt-container a:focus b {
color: #17bf63
}
.HeartAnimationContainer {
height: 16px;
left: .1rem;
overflow: hidden;
padding-right: 1px;
position: relative;
width: 16px
}
.is-animating .HeartAnimationContainer {
overflow: visible
}
.HeartAnimation {
position: absolute;
background: url(../../img/animations/web_heart_animation.png);
background-position: left;
background-repeat: no-repeat;
background-size: 2900%;
height: 50px;
width: 50px;
left: -100%;
top: -100%
}
@keyframes heart-burst {
0% {
background-position: left
}
100% {
background-position: right
}
}
.ProfileTweet-action--favorite.is-animating .HeartAnimation {
animation-timing-function: steps(28);
animation-name: heart-burst;
animation-duration: .8s;
animation-iteration-count: 1;
display: inline-block
}
.ProfileTweet-action--favorite:hover .HeartAnimation,
.ProfileTweet-action--favorite .ProfileTweet-actionButton:focus .HeartAnimation,
.favorited .ProfileTweet-action--favorite .HeartAnimation {
background-position: right
}
.ProfileTweet-action--favorite.is-hoverStateCancelled:hover .HeartAnimation,
.ProfileTweet-action--favorite.is-hoverStateCancelled .ProfileTweet-actionButton:focus .HeartAnimation {
background-position: left
}
.QuoteTweet {
border: solid 1px #e6ecf0;
cursor: pointer;
border-radius: 4px
}
.QuoteTweet .tweet-content,
.QuoteTweet-text a,
.QuoteTweet-text a:hover,
.QuoteTweet-text a:focus,
.QuoteTweet-text a:active,
.QuoteTweet-text .pretty-link b,
.QuoteTweet-text .pretty-link s,
.QuoteTweet-text .pretty-link:hover b,
.QuoteTweet-text .pretty-link:hover s,
.QuoteTweet-text .pretty-link:focus b,
.QuoteTweet-text .pretty-link:focus s,
.QuoteTweet-text .pretty-link:active b,
.QuoteTweet-text .pretty-link:active s {
text-decoration: none;
color: #14171a
}
.QuoteTweet-text a {
position: relative;
z-index: 1
}
.QuoteTweet [data-item-type="tweet"] {
padding: 12px
}
.QuoteTweet-container {
position: relative
}
.QuoteTweet-text {
margin-top: 1px;
max-height: 72px;
max-width: 100%;
overflow: hidden;
white-space: pre-wrap;
word-wrap: break-word
}
.QuoteTweet:hover,
.QuoteTweet:focus,
.QuoteTweet:active {
text-decoration: none
}
.QuoteTweet:focus {
outline-width: 0!important
}
.QuoteTweet .media-not-displayed {
margin: 0
}
.QuoteTweet--activity .QuoteTweet-mediaContainer.with-text {
float: right;
padding-right: 0;
padding-left: 12px
}
.QuoteTweet-link {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.QuoteTweet--dmAttachment .QuoteTweet-text {
max-height: none
}
.QuoteTweet--preview {
border: 0;
cursor: auto;
margin: 0
}
.QuoteTweet--preview .QuoteTweet-innerContainer {
padding: 0
}
.QuoteTweet--unavailable {
color: #657786;
background: #e6ecf0;
margin-top: 12px;
text-align: center;
padding: 12px 0;
border-radius: 5px
}
.QuoteTweet--sensitive {
color: #aab8c2;
background: #e6ecf0;
position: relative;
width: 100%;
height: 100%;
border-radius: 5px
}
.QuoteTweet--sensitive .Icon--warning {
position: absolute;
top: 50%;
left: 50%;
font-size: 30px;
margin: -12px 0 0 -15px
}
.QuoteTweet--activity .Icon--warning {
font-size: 20px;
margin: -12px 0 0 -10px
}
.QuoteTweet-originalAuthor {
position: relative;
z-index: 1
}
.QuoteTweet-fullname {
color: #14171a;
display: inline-block;
font-size: 14px;
font-weight: bold
}
.QuoteTweet .QuoteMedia {
margin-right: 12px;
float: left
}
.QuoteTweet--activity .QuoteMedia {
margin-left: 12px;
margin-right: 0;
float: right
}
.QuoteTweet--activity .QuoteMedia {
border-radius: 5px;
height: 48px;
width: 48px
}
.QuoteTweet--activity .AdaptiveMedia-badge {
display: none
}
.QuoteTweet--slim .QuoteTweet-innerContainer {
padding: 8px 12px
}
.QuoteTweet--slim .QuoteMedia {
-ms-flex-item-align: center;
align-self: center;
-ms-flex-negative: 0;
flex-shrink: 0;
height: 48px;
margin-left: 12px;
margin-right: 0;
width: 48px
}
.QuoteTweet--slim .QuoteTweet-text {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.QuoteTweet--slim .tweet-content {
display: -moz-box;
display: -ms-flexbox;
display: flex;
-moz-box-orient: horizontal;
-moz-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
margin: 0;
padding: 0
}
.QuoteTweet--slim .QuoteTweet-authorAndText {
-moz-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
min-width: 0
}
.QuoteTweet--slim .AdaptiveMedia-badge {
display: none
}
.selfunsuspend {
color: #14171a
}
.selfunsuspend .centered-layout {
width: 674px;
margin: 0 auto
}
.selfunsuspend p.stand-out-box {
margin: 24px 0;
padding: 24px 0;
border-width: 2px 0 2px 0;
border-style: solid;
border-color: #1da1f2;
font-weight: bold
}
.selfunsuspend p.emphasize {
font-size: 18px;
line-height: 22px
}
.selfunsuspend p.greeting {
margin: 30px 0 30px 0
}
.selfunsuspend p.more-info-box {
margin: 30px 0 40px 0
}
.selfunsuspend form {
margin-top: 20px
}
.selfunsuspend form .captcha {
margin: 38px auto 30px auto;
width: 318px
}
.selfunsuspend form label {
padding-top: 10px
}
.selfunsuspend .actions {
text-align: center
}
.Grid {
display: block;
font-size: 0;
margin: 0;
padding: 0;
text-align: left
}
.Grid--alignCenter {
text-align: center
}
.Grid--alignRight {
text-align: right
}
.Grid--alignMiddle>.Grid-cell {
vertical-align: middle
}
.Grid--alignBottom>.Grid-cell {
vertical-align: bottom
}
.Grid--withGutter {
margin: 0 -5px
}
.Grid--withGutter>.Grid-cell {
padding: 0 5px
}
.Grid-cell {
-moz-box-sizing: border-box;
box-sizing: border-box;
display: inline-block;
font-size: 14px;
margin: 0;
padding: 0;
text-align: left;
vertical-align: top;
width: 100%
}
.Grid-cell--center {
display: block;
margin: 0 auto
}
.BuyNowCard {
height: 158px;
width: 100%
}
.BuyNowCard-leftColumn {
height: 100%;
width: 316px;
float: left
}
.BuyNowCard-rightColumn {
margin: 0 0 0 336px;
height: 100%;
width: 170px
}
.BuyNowCard-productImageWrapper {
height: 158px;
width: 316px;
overflow: hidden;
position: relative;
border-radius: 6px;
border: 1px solid;
border-color: #e6ecf0;
cursor: pointer
}
.BuyNowCard-productImageWrapper img {
height: auto;
width: 100%;
max-width: 100%;
text-align: center;
position: absolute;
top: -100%;
bottom: -100%;
margin: auto
}
.BuyNowCard-summary {
margin-bottom: 10px
}
.BuyNowCard-title {
line-height: 18px;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
max-height: 36px;
overflow: hidden
}
.BuyNowCard .btn {
padding-left: 22px;
padding-right: 22px
}
.BuyNowCard-actionText {
padding: 0;
height: 19px;
padding-top: 3px;
margin: 0
}
.BuyNowCard-byline {
margin-top: 5px;
font-size: 12px;
color: #657786;
margin-bottom: 10px
}
.BuyNowCard-price {
margin-top: 10px;
font-size: 14px;
font-weight: bold;
color: #17bf63
}
.BuyNowCard-button {
margin-top: 10px
}
.OffersCard {
height: 126px;
width: 100%
}
.OffersCard-leftColumn {
height: 100%;
width: 316px;
float: left
}
.OffersCard-rightColumn {
margin: 0 0 0 336px;
height: 100%;
width: 170px
}
.OffersCard-productImageWrapper {
height: 126px;
width: 316px;
overflow: hidden;
position: relative;
border-radius: 6px;
border: 1px solid;
border-color: #e6ecf0;
cursor: pointer
}
.OffersCard-productImageWrapper img {
height: auto;
width: 100%;
max-width: 100%;
text-align: center;
position: absolute;
top: -100%;
bottom: -100%;
margin: auto
}
.OffersCard-summary {
margin-bottom: 10px
}
.OffersCard-title {
line-height: 18px;
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
max-height: 36px;
overflow: hidden
}
.OffersCard-actionText {
padding: 0;
height: 19px;
padding-top: 3px;
margin: 0
}
.OffersCard-byline {
margin-top: 5px;
font-size: 12px;
color: #657786;
margin-bottom: 10px
}
.OffersCard-price {
margin-top: 10px;
font-size: 14px;
font-weight: bold;
color: #17bf63
}
.OffersCard-button {
margin-top: 10px
}
.AppContainer {
margin: 0 auto;
max-width: 890px
}
@media screen and (min-width: 1236px) {
.AppContainer {
max-width: 1190px
}
}
.AppContent {
padding: 56px 14px 15px;
position: relative
}
body.no-nav-banners #banners,
body.no-nav-banners .topbar-spacer {
display: none
}
body:not(.no-nav-banners) .topbar-spacer+#page-outer .AppContent {
padding-top: 10px
}
body:not(.no-nav-banners).AdaptiveSearchPage .topbar-spacer+#page-outer .AppContent,
body:not(.no-nav-banners).ProfilePage .topbar-spacer+#page-outer .AppContent {
padding-top: 0
}
.FlexEmbed {
display: block;
overflow: hidden;
position: relative
}
.FlexEmbed:before {
content: "";
display: block;
width: 100%
}
.FlexEmbed--3by1:before {
padding-bottom: 33.33333333333333%
}
.FlexEmbed--2by1:before {
padding-bottom: 50%
}
.FlexEmbed--16by9:before {
padding-bottom: 56.25%
}
.FlexEmbed--4by3:before {
padding-bottom: 75%
}
.FlexEmbed--1by1:before {
padding-bottom: 100%
}
.FlexEmbed-item,
.FlexEmbed iframe,
.FlexEmbed embed,
.FlexEmbed object {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.Spinner {
background-image: url(../../img/t1/spinner-rosetta-gray-14x14.gif);
background-position: center;
display: none
}
.Spinner--size14 {
height: 14px;
width: 14px
}
.PromptbirdPrompt {
background: #fff;
display: none;
padding: 44px 66px;
position: relative;
text-align: center;
word-wrap: break-word
}
.PromptbirdPrompt-streamItem,
.PromptbirdPrompt-streamItem.selected-stream-item:focus {
border: 0;
margin: 8px 0
}
.PromptbirdPrompt>*:last-child {
margin-bottom: 0
}
.PromptbirdPrompt-dismiss {
color: #657786;
font-size: 12px;
line-height: 12px;
position: absolute;
right: 11px;
top: 11px
}
.PromptbirdPrompt-content.with-image {
padding-left: 200px;
background-repeat: no-repeat
}
.PromptbirdPrompt-icon {
color: #1da1f2
}
.PromptbirdPrompt-title {
color: #1da1f2;
font-size: 27px;
font-weight: 300;
line-height: 32px;
margin-bottom: 11px
}
.PromptbirdPrompt-explanation {
color: #657786;
font-size: 21px;
line-height: 28px;
font-weight: 300;
margin-bottom: 33px
}
.PromptbirdPrompt-title,
.PromptbirdPrompt-explanation {
white-space: pre-wrap
}
.PromptbirdPrompt-action {
margin-bottom: 11px
}
.PromptbirdPrompt-action:last-child {
margin-bottom: 0
}
.PromptbirdPrompt+.js-stream-item>.tweet {
border-top: 1px solid #e6ecf0
}
.PromptbirdPrompt-arrow {
background-color: #fff;
border-color: #97e3ff;
border-style: solid;
border-width: 0 0 1px 1px;
display: block;
height: 20px;
margin-left: -4px;
position: absolute;
top: -11px;
-ms-transform: rotate(135deg);
transform: rotate(135deg);
width: 20px
}
.PromptbirdPrompt .Icon--retweet {
color: #17bf63
}
.PromptbirdPrompt--inline,
.PromptbirdPrompt--inlinePointer {
border: 1px solid #97e3ff;
border-radius: 5px
}
.PromptbirdPrompt--modal {
background: transparent;
display: block;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 590px
}
.PromptbirdPrompt--modal .PromptbirdPrompt-icon {
font-size: 44px;
margin-bottom: 60px
}
.PromptbirdPrompt--modal .btn-link {
color: #1da1f2;
font-size: 12px
}
.PromptbirdPrompt--aboveTimeline {
border: 1px solid #97e3ff;
border-radius: 5px;
margin-bottom: 8px
}
.PromptbirdPrompt--aboveTimeline .PromptbirdPrompt-explanation {
font-size: 18px
}
.PromptbirdPrompt--dashboardProfile {
border-radius: 0 0 6px 6px;
border-top: 1px solid #ccd6dd;
background-color: #f5f8fa;
padding: 8px 10px;
text-align: left
}
.PromptbirdPrompt--dashboardProfile .PromptbirdPrompt-arrow {
background-color: #f5f8fa;
border-color: #ccd6dd;
height: 10px;
left: 200px;
top: -6px;
width: 10px
}
.PromptbirdPrompt--dashboardProfile .PromptbirdPrompt-dismiss {
font-size: 12px;
top: 6px;
right: 10px
}
.PromptbirdPrompt--dashboardProfile .PromptbirdPrompt-title {
color: #14171a;
font-size: 14px;
font-weight: 500;
line-height: 20px;
margin-bottom: 5px
}
.PromptbirdPrompt--dashboardProfile .PromptbirdPrompt-explanation {
color: #14171a;
font-size: 14px;
line-height: 20px;
margin-bottom: 0;
white-space: normal
}
.AdaptiveMedia {
border-radius: 5px;
display: inline-block;
position: relative;
overflow: hidden;
vertical-align: top
}
.AdaptiveMedia.is-square:not(.is-generic-video) {
border: 1px solid rgba(0, 0, 0, 0.1)
}
.AdaptiveMedia--hiddenWhenNotExpanded {
display: none
}
.tweet.has-autoplayable-media .AdaptiveMedia.allow-expansion,
.AdaptiveMedia.is-autoplaying,
.AdaptiveMedia.is-generic-video {
max-height: none
}
.AdaptiveMedia-singlePhoto img {
display: block;
max-width: 100%
}
.AdaptiveMedia-photoContainer {
height: 100%;
position: relative;
width: 100%
}
.AdaptiveMedia-photoContainer img {
position: absolute
}
.AdaptiveMedia-singlePhoto .AdaptiveMedia-photoContainer img {
position: relative
}
.AdaptiveMedia-badge {
background: rgba(0, 0, 0, 0.3);
border-radius: 3px;
bottom: 8px;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: #fff;
height: 20px;
left: 8px;
line-height: 1;
padding: 0 5px;
position: absolute;
z-index: 1
}
.AdaptiveMedia-badgeText {
font-size: 13px;
line-height: 16px;
padding: 2px 0 1px 0
}
.AdaptiveMedia-gifBadge {
font-size: 21px;
line-height: 16px
}
.AdaptiveMedia-stickerBadge {
font-size: 13px
}
.AdaptiveMedia-vineBadge {
line-height: 17px
}
.AdaptiveMedia-lightning {
padding: 0 2px
}
.AdaptiveMedia .media-not-displayed {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0
}
.AdaptiveMediaOuterContainer {
margin-top: 10px
}
.AdaptiveMedia {
max-height: 379.5px;
max-width: 506px
}
.AdaptiveMedia.is-square,
.AdaptiveMedia.is-square .AdaptiveMedia-videoPreview {
max-height: 506px
}
.AdaptiveMedia-video {
width: 506px
}
.AdaptiveMedia-doublePhoto {
font-size: 0;
height: 253px;
width: 506px
}
.AdaptiveMedia-triplePhoto {
font-size: 0;
height: 337.3333333333333px;
width: 506px
}
.AdaptiveMedia-quadPhoto {
font-size: 0;
height: 379.5px;
width: 506px
}
.AdaptiveMedia-halfWidthPhoto {
display: inline-block;
height: 100%;
overflow: hidden;
position: relative;
width: calc(50% - .5px)
}
.AdaptiveMedia-halfWidthPhoto:first-child {
margin-right: 1px
}
@keyframes showSnapReelHint {
from {
max-width: 0
}
to {
max-width: 100px
}
}
@keyframes hideSnapReelHint {
from {
max-width: 100px
}
to {
max-width: 0
}
}
.AdaptiveMedia-snapReel .SnapReelHintContainer {
padding-left: 4px;
padding-right: 0;
opacity: 1;
-ms-filter: "alpha(opacity=100)"
}
.AdaptiveMedia-snapReel .SnapReelHint {
position: relative;
display: inline-block;
overflow: hidden;
max-width: 0;
bottom: 1px;
line-height: 13px
}
.AdaptiveMedia-snapReel .SnapReelHint .SnapReelHintText {
font-size: 13px;
padding-left: 2px;
padding-right: 4px
}
.tweet.animated-gif-playing .AdaptiveMedia-snapReel .SnapReelHintContainer .SnapReelHint {
animation: showSnapReelHint 1s 1s forwards, hideSnapReelHint .5s 3.5s forwards
}
.AdaptiveMedia-twoThirdsWidthPhoto {
display: inline-block;
height: 100%;
margin-right: 1px;
overflow: hidden;
position: relative;
width: 66.66666666666666%
}
.AdaptiveMedia-halfHeightPhoto {
height: calc(100% / 2 - 1px/2);
overflow: hidden;
position: relative;
width: 100%
}
.AdaptiveMedia-halfHeightPhoto:first-child {
margin-bottom: 1px
}
.AdaptiveMedia-halfHeightPhotoContainer {
display: inline-block;
height: 100%;
vertical-align: top;
width: calc(100% / 3 - 1px)
}
.AdaptiveMedia-threeQuartersWidthPhoto {
display: inline-block;
height: 100%;
margin-right: 1px;
overflow: hidden;
position: relative;
width: 75%
}
.AdaptiveMedia-thirdHeightPhoto {
height: calc(100% / 3 - 2px/3);
margin-bottom: 1px;
overflow: hidden;
position: relative;
width: 100%
}
.AdaptiveMedia-thirdHeightPhoto:last-child {
height: 33.33333333333333%
}
.AdaptiveMedia-thirdHeightPhotoContainer {
display: inline-block;
height: 100%;
vertical-align: top;
width: calc(100% / 4 - 1px)
}
.AdaptiveMedia-videoPreview img {
display: block;
width: 100%
}
.AdaptiveMedia-videoPreview {
width: 100%;
max-height: 256px
}
.AdaptiveMedia-video {
position: relative;
min-height: 100px;
border-radius: 5px
}
.AdaptiveMedia .AdaptiveMedia-video.card2 {
position: relative;
margin: 0;
padding: 0;
line-height: inherit
}
.AdaptiveMedia-video .animated-gif {
width: 100%
}
.AdaptiveMedia-videoContainer {
border-radius: inherit
}
.QuoteMedia {
overflow: hidden;
vertical-align: top;
position: relative
}
.QuoteMedia-photoContainer {
height: 100%;
position: relative;
width: 100%
}
.QuoteMedia img {
position: absolute
}
.QuoteMedia-singlePhoto,
.QuoteMedia-doublePhoto,
.QuoteMedia-triplePhoto,
.QuoteMedia-quadPhoto {
font-size: 0;
height: 100%;
width: 100%
}
.QuoteMedia-singlePhoto .QuoteMedia-photoContainer img {
position: relative
}
.QuoteMedia .media-not-displayed {
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 0
}
.QuoteMedia-container,
.QuoteMedia-videoPreview {
height: 100%;
width: 100%
}
.QuoteMedia-quarterPhoto {
display: inline-block;
font-size: 0;
height: calc(50% - 1px);
width: calc(50% - 1px);
overflow: hidden
}
.QuoteMedia-halfPhoto,
.QuoteMedia-quarterPhotoContainer {
font-size: 0;
width: calc(50% - 1px);
height: 100%;
overflow: hidden;
display: inline-block
}
.QuoteMedia-photo {
font-size: 0;
width: 100%;
height: 100%;
overflow: hidden;
display: inline-block
}
.QuoteMedia {
height: 102px;
width: 102px
}
.QuoteMedia-halfPhoto:nth-of-type(1) {
margin-right: 2px
}
.QuoteMedia-triplePhoto .QuoteMedia-quarterPhoto:nth-of-type(1) {
margin-bottom: 2px
}
.QuoteMedia-triplePhoto .QuoteMedia-quarterPhoto {
width: 100%;
display: block
}
.QuoteMedia-quadPhoto .QuoteMedia-quarterPhoto {
margin: 0;
vertical-align: top
}
.QuoteMedia-quadPhoto .QuoteMedia-quarterPhoto:nth-of-type(1) {
margin-right: 2px;
margin-bottom: 2px
}
.QuoteMedia-quadPhoto .QuoteMedia-quarterPhoto:nth-of-type(4) {
margin-left: 2px
}
.PageDownload {
margin: 50px auto 0;
max-width: 900px;
overflow: auto
}
.PageDownload-info {
float: left;
padding-right: 60px;
padding-top: 60px;
width: 380px
}
.PageDownload-title {
font-size: 27px;
font-weight: normal;
line-height: 32px;
margin-bottom: 10px
}
.PageDownload-description {
font-size: 14px;
line-height: 20px;
margin-bottom: 15px;
width: 400px
}
.PageDownload-device {
float: right
}
.PageDownload-deviceImage {
width: 455px;
height: 563px
}
.PageDownload-result {
display: none;
margin-bottom: 15px
}
.PageDownload-result.success {
color: #17bf63
}
.PageDownload-result.failure {
color: #e0245e
}
.PageDownload-fee {
color: #14171a;
font-size: 12px
}
.PageDownload-otherDevices a {
color: #1da1f2;
font-size: 12px
}
.PageDownload .SmsAppLinkForm .input-prepend .add-on {
box-shadow: none;
height: 35px;
text-shadow: none
}
.PageDownload .SmsAppLinkForm .input-prepend #sms-dial-code {
margin-right: 5px;
text-align: left;
width: 65px
}
.PageDownload .SmsAppLinkForm .input-prepend .add-on.btn {
background: #1da1f2;
border: 0;
border-radius: 5px;
font-weight: bold;
margin-left: 5px;
padding: 0 15px;
width: auto
}
.PageDownload .SmsAppLinkForm .btn .loading {
display: none;
background: url(../../img/t1/spinner-rosetta-blue-26x26.gif) no-repeat 0 0;
height: 26px;
width: 26px
}
.PageDownload .SmsAppLinkForm .input-prepend .add-on.btn.pushing-state {
background: #fff
}
.PageDownload .SmsAppLinkForm .btn.pushing-state .loading {
display: inline-block
}
.PageDownload .SmsAppLinkForm .btn.pushing-state .call-to-action {
display: none
}
.TweetTextSize {
font-size: 14px;
line-height: 20px;
white-space: pre-wrap;
word-wrap: break-word
}
.TweetTextSize.TweetTextSize--normal {
font-size: 14px;
line-height: 20px;
font-weight: 400
}
.TweetTextSize.TweetTextSize--large {
font-size: 18px;
line-height: 24px;
font-weight: 400
}
.TweetTextSize.TweetTextSize--xlarge {
font-size: 21px;
line-height: 28px;
font-weight: 300
}
.TweetTextSize.TweetTextSize--jumbo {
font-size: 27px;
line-height: 32px;
font-weight: 300;
letter-spacing: .01em
}
.TweetTextSize .twitter-hashtag b,
.TweetTextSize .twitter-atreply b {
font-weight: 400
}
.TweetTextSize--xlarge .twitter-hashtag b,
.TweetTextSize--xlarge .twitter-atreply b,
.TweetTextSize--jumbo .twitter-hashtag b,
.TweetTextSize--jumbo .twitter-atreply b {
font-weight: 300
}
.HomeEmptyTimeline {
background-color: #fff;
border-radius: 0 0 6px 6px;
border-top: 0;
border: 1px solid #e6ecf0;
padding: 64px
}
.HomeEmptyTimeline-header {
color: #14171a;
font-size: 27px;
line-height: 32px;
margin-bottom: 8px;
margin-left: 8px;
text-align: left
}
.HomeEmptyTimeline-body {
color: #657786;
font-size: 14px;
line-height: 20px;
margin-bottom: 32px;
margin-left: 8px;
text-align: left
}
.HomeEmptyTimeline-button {
margin-left: 8px
} | 0.463444 | 0.117269 |
@font-face {
font-family: "Nexa Black";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Black.eot");
src: url("../fonts/Nexa-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Black.woff") format("woff"), url("../fonts/Nexa-Black.ttf") format("truetype"), url("../fonts/Nexa-Black.svg#Nexa Black") format("svg"); }
@font-face {
font-family: "Nexa Bold";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Bold.eot");
src: url("../fonts/Nexa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Bold.woff") format("woff"), url("../fonts/Nexa-Bold.ttf") format("truetype"), url("../fonts/Nexa-Bold.svg#Nexa Bold") format("svg"); }
@font-face {
font-family: "Nexa Book";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Book.eot");
src: url("../fonts/Nexa-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Book.woff") format("woff"), url("../fonts/Nexa-Book.ttf") format("truetype"), url("../fonts/Nexa-Book.svg#Nexa Book") format("svg"); }
@font-face {
font-family: "Nexa Heavy";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Heavy.eot");
src: url("../fonts/Nexa-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Heavy.woff") format("woff"), url("../fonts/Nexa-Heavy.ttf") format("truetype"), url("../fonts/Nexa-Heavy.svg#Nexa Heavy") format("svg"); }
@font-face {
font-family: "Nexa Light";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Light.eot");
src: url("../fonts/Nexa-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Light.woff") format("woff"), url("../fonts/Nexa-Light.ttf") format("truetype"), url("../fonts/Nexa-Light.svg#Nexa Light") format("svg"); }
@font-face {
font-family: "Nexa Regular";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Regular.eot");
src: url("../fonts/Nexa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Regular.woff") format("woff"), url("../fonts/Nexa-Regular.ttf") format("truetype"), url("../fonts/Nexa-Regular.svg#Nexa Regular") format("svg"); }
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: white;
line-height: 0.8em;
letter-spacing: -0.002em;
text-shadow: none; }
.reveal h1 {
max-width: 750px;
font-size: 2.3em;
font-family: "Nexa Bold", "Helvetica", sans-serif !important;
letter-spacing: -1.2em;
text-align: left;
line-height: 1.055em !important;
padding-top: 20px; }
h1.quote {
max-width: 100%;
font-size: 2em;
font-family: "Nexa Light", "Helvetica", sans-serif !important;
letter-spacing: -1.2em;
text-align: center; }
h1.main {
max-width: 100%;
font-size: 2.3em;
font-family: "Nexa Black", Impact, sans-serif !important;
letter-spacing: -1.2em;
text-align: center;
line-height: 1.055em !important; }
.title {
position: relative; }
.title .misc {
position: absolute;
top: -100px;
left: 0px;
z-index: 100;
width: 270px;
height: 255px; }
.title .column {
position: absolute;
top: 35%;
right: 50px;
display: block;
width: 15px;
height: 175px;
z-index: 101; }
.title .misc-quote {
position: absolute;
top: -100px;
left: 0;
right: 0;
z-index: 100;
width: 100%;
height: 300px; }
.title h2 {
position: relative; }
.title span {
display: inline-block;
font-size: .4em;
position: absolute;
top: -8px;
padding-left: 5px; }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #30164e;
background-color: #30164e; }
.reveal {
font-family: "Nexa Regular", "Helvetica", sans-serif;
font-size: 36px;
font-weight: normal;
letter-spacing: -0.02em;
color: white; }
::selection {
color: white;
background: rgba(0, 0, 0, 0.99);
text-shadow: none; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: white;
font-family: "Nexa Black", Impact, sans-serif;
line-height: 0.8em;
letter-spacing: -0.002em;
text-transform: uppercase;
text-shadow: none; }
.reveal h1 {
text-shadow: none; }
/*********************************************
* LINKS
*********************************************/
.reveal a:not(.image) {
color: darkblue;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; }
.reveal a:not(.image):hover {
color: #0000f1;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #00003f; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: darkblue;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: darkblue; }
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: darkblue; }
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: darkblue; }
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: darkblue; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #0000f1; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #0000f1; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #0000f1; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #0000f1; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: darkblue;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*********************************************
* SLIDE NUMBER
*********************************************/
.reveal .slide-number {
color: darkblue; }
#creative-content {
width: 100%;
height: 100%;
position: absolute; }
.icono {
display: block;
width: 100%;
height: 550px;
text-align: center;
margin: 0 auto;
z-index: 1000;
position: absolute;
top: -200px; }
.icono svg {
display: block;
width: inherit;
height: inherit; }
#posicion {
position: absolute;
bottom: 250px;
right: 0;
color: white; }
#posicion .numero {
text-align: center;
font-family: "Nexa Light", "Helvetica", sans-serif;
font-size: 4.8em;
padding-right: 15px;
padding-bottom: 10px; }
#posicion .separador {
display: block;
width: 180px; }
#posicion .separador.parte-uno {
border-top: 5px solid #7c00ff; }
#posicion .leyenda {
font-family: "Nexa Heavy", "Helvetica", sans-serif;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
width: 70%;
margin: 0 auto;
display: block; }
.reveal section {
vertical-align: center;
max-height: 50px; }
.reveal section img {
margin: 0px;
background: none;
border: none;
box-shadow: none;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: darkblue;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
.reveal img {
max-width: 100%;
max-height: 100%; }
.lista-diamante {
position: absolute;
top: -230px;
right: 50px;
z-index: 2000; }
.lista-diamante .item {
overflow: hidden;
float: left;
width: 350px;
height: 350px;
margin-left: -51.625px;
margin-right: -51.625px;
margin-bottom: 144.97475px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.lista-diamante .item:nth-child(even) {
-webkit-transform: translateY(247.48737px) translateX(50px) rotate(45deg);
-moz-transform: translateY(247.48737px) translateX(50px) rotate(45deg);
-ms-transform: translateY(247.48737px) translateX(50px) rotate(45deg);
-o-transform: translateY(247.48737px) translateX(50px) rotate(45deg);
transform: translateY(247.48737px) translateX(50px) rotate(45deg); }
.lista-diamante .contenidos {
position: relative;
width: 494.97475px;
height: 494.97475px;
-webkit-transform: rotate(-45deg) translateY(-103.25px);
-moz-transform: rotate(-45deg) translateY(-103.25px);
-ms-transform: rotate(-45deg) translateY(-103.25px);
-o-transform: rotate(-45deg) translateY(-103.25px);
transform: rotate(-45deg) translateY(-103.25px); }
.lista-diamante .contenidos img {
width: 100%;
height: 100%; }
.diamante {
position: absolute;
top: -130px;
right: 50px;
z-index: 2000; }
.diamante .item {
overflow: hidden;
float: left;
width: 400px;
height: 400px;
margin-left: -59px;
margin-right: -59px;
margin-bottom: 165.68542px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.diamante .item:nth-child(even) {
-webkit-transform: translateY(282.84271px) translateX(50px) rotate(45deg);
-moz-transform: translateY(282.84271px) translateX(50px) rotate(45deg);
-ms-transform: translateY(282.84271px) translateX(50px) rotate(45deg);
-o-transform: translateY(282.84271px) translateX(50px) rotate(45deg);
transform: translateY(282.84271px) translateX(50px) rotate(45deg); }
.diamante .contenidos {
position: relative;
width: 565.68542px;
height: 565.68542px;
-webkit-transform: rotate(-45deg) translateY(-118px);
-moz-transform: rotate(-45deg) translateY(-118px);
-ms-transform: rotate(-45deg) translateY(-118px);
-o-transform: rotate(-45deg) translateY(-118px);
transform: rotate(-45deg) translateY(-118px); }
.diamante .contenidos img {
width: 100%;
height: 100%; }
ul.social {
list-style: none;
font-size: .8em; }
ul.social li {
display: block;
margin: 20px;
padding: 40px 20px; }
ul.social .twitter {
background-color: #55acee;
float: left; }
ul.social .facebook {
background-color: #3b5998;
float: left; } | css/theme/microdancing.css | @font-face {
font-family: "Nexa Black";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Black.eot");
src: url("../fonts/Nexa-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Black.woff") format("woff"), url("../fonts/Nexa-Black.ttf") format("truetype"), url("../fonts/Nexa-Black.svg#Nexa Black") format("svg"); }
@font-face {
font-family: "Nexa Bold";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Bold.eot");
src: url("../fonts/Nexa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Bold.woff") format("woff"), url("../fonts/Nexa-Bold.ttf") format("truetype"), url("../fonts/Nexa-Bold.svg#Nexa Bold") format("svg"); }
@font-face {
font-family: "Nexa Book";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Book.eot");
src: url("../fonts/Nexa-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Book.woff") format("woff"), url("../fonts/Nexa-Book.ttf") format("truetype"), url("../fonts/Nexa-Book.svg#Nexa Book") format("svg"); }
@font-face {
font-family: "Nexa Heavy";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Heavy.eot");
src: url("../fonts/Nexa-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Heavy.woff") format("woff"), url("../fonts/Nexa-Heavy.ttf") format("truetype"), url("../fonts/Nexa-Heavy.svg#Nexa Heavy") format("svg"); }
@font-face {
font-family: "Nexa Light";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Light.eot");
src: url("../fonts/Nexa-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Light.woff") format("woff"), url("../fonts/Nexa-Light.ttf") format("truetype"), url("../fonts/Nexa-Light.svg#Nexa Light") format("svg"); }
@font-face {
font-family: "Nexa Regular";
font-weight: normal;
font-style: normal;
src: url("../fonts/Nexa-Regular.eot");
src: url("../fonts/Nexa-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Regular.woff") format("woff"), url("../fonts/Nexa-Regular.ttf") format("truetype"), url("../fonts/Nexa-Regular.svg#Nexa Regular") format("svg"); }
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: white;
line-height: 0.8em;
letter-spacing: -0.002em;
text-shadow: none; }
.reveal h1 {
max-width: 750px;
font-size: 2.3em;
font-family: "Nexa Bold", "Helvetica", sans-serif !important;
letter-spacing: -1.2em;
text-align: left;
line-height: 1.055em !important;
padding-top: 20px; }
h1.quote {
max-width: 100%;
font-size: 2em;
font-family: "Nexa Light", "Helvetica", sans-serif !important;
letter-spacing: -1.2em;
text-align: center; }
h1.main {
max-width: 100%;
font-size: 2.3em;
font-family: "Nexa Black", Impact, sans-serif !important;
letter-spacing: -1.2em;
text-align: center;
line-height: 1.055em !important; }
.title {
position: relative; }
.title .misc {
position: absolute;
top: -100px;
left: 0px;
z-index: 100;
width: 270px;
height: 255px; }
.title .column {
position: absolute;
top: 35%;
right: 50px;
display: block;
width: 15px;
height: 175px;
z-index: 101; }
.title .misc-quote {
position: absolute;
top: -100px;
left: 0;
right: 0;
z-index: 100;
width: 100%;
height: 300px; }
.title h2 {
position: relative; }
.title span {
display: inline-block;
font-size: .4em;
position: absolute;
top: -8px;
padding-left: 5px; }
/*********************************************
* GLOBAL STYLES
*********************************************/
body {
background: #30164e;
background-color: #30164e; }
.reveal {
font-family: "Nexa Regular", "Helvetica", sans-serif;
font-size: 36px;
font-weight: normal;
letter-spacing: -0.02em;
color: white; }
::selection {
color: white;
background: rgba(0, 0, 0, 0.99);
text-shadow: none; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: white;
font-family: "Nexa Black", Impact, sans-serif;
line-height: 0.8em;
letter-spacing: -0.002em;
text-transform: uppercase;
text-shadow: none; }
.reveal h1 {
text-shadow: none; }
/*********************************************
* LINKS
*********************************************/
.reveal a:not(.image) {
color: darkblue;
text-decoration: none;
-webkit-transition: color .15s ease;
-moz-transition: color .15s ease;
-ms-transition: color .15s ease;
-o-transition: color .15s ease;
transition: color .15s ease; }
.reveal a:not(.image):hover {
color: #0000f1;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #00003f; }
/*********************************************
* IMAGES
*********************************************/
.reveal section img {
margin: 15px 0px;
background: rgba(255, 255, 255, 0.12);
border: 4px solid white;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: darkblue;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls div.navigate-left,
.reveal .controls div.navigate-left.enabled {
border-right-color: darkblue; }
.reveal .controls div.navigate-right,
.reveal .controls div.navigate-right.enabled {
border-left-color: darkblue; }
.reveal .controls div.navigate-up,
.reveal .controls div.navigate-up.enabled {
border-bottom-color: darkblue; }
.reveal .controls div.navigate-down,
.reveal .controls div.navigate-down.enabled {
border-top-color: darkblue; }
.reveal .controls div.navigate-left.enabled:hover {
border-right-color: #0000f1; }
.reveal .controls div.navigate-right.enabled:hover {
border-left-color: #0000f1; }
.reveal .controls div.navigate-up.enabled:hover {
border-bottom-color: #0000f1; }
.reveal .controls div.navigate-down.enabled:hover {
border-top-color: #0000f1; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2); }
.reveal .progress span {
background: darkblue;
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-ms-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
-o-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
/*********************************************
* SLIDE NUMBER
*********************************************/
.reveal .slide-number {
color: darkblue; }
#creative-content {
width: 100%;
height: 100%;
position: absolute; }
.icono {
display: block;
width: 100%;
height: 550px;
text-align: center;
margin: 0 auto;
z-index: 1000;
position: absolute;
top: -200px; }
.icono svg {
display: block;
width: inherit;
height: inherit; }
#posicion {
position: absolute;
bottom: 250px;
right: 0;
color: white; }
#posicion .numero {
text-align: center;
font-family: "Nexa Light", "Helvetica", sans-serif;
font-size: 4.8em;
padding-right: 15px;
padding-bottom: 10px; }
#posicion .separador {
display: block;
width: 180px; }
#posicion .separador.parte-uno {
border-top: 5px solid #7c00ff; }
#posicion .leyenda {
font-family: "Nexa Heavy", "Helvetica", sans-serif;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
width: 70%;
margin: 0 auto;
display: block; }
.reveal section {
vertical-align: center;
max-height: 50px; }
.reveal section img {
margin: 0px;
background: none;
border: none;
box-shadow: none;
-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear; }
.reveal a:hover img {
background: rgba(255, 255, 255, 0.2);
border-color: darkblue;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
.reveal img {
max-width: 100%;
max-height: 100%; }
.lista-diamante {
position: absolute;
top: -230px;
right: 50px;
z-index: 2000; }
.lista-diamante .item {
overflow: hidden;
float: left;
width: 350px;
height: 350px;
margin-left: -51.625px;
margin-right: -51.625px;
margin-bottom: 144.97475px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.lista-diamante .item:nth-child(even) {
-webkit-transform: translateY(247.48737px) translateX(50px) rotate(45deg);
-moz-transform: translateY(247.48737px) translateX(50px) rotate(45deg);
-ms-transform: translateY(247.48737px) translateX(50px) rotate(45deg);
-o-transform: translateY(247.48737px) translateX(50px) rotate(45deg);
transform: translateY(247.48737px) translateX(50px) rotate(45deg); }
.lista-diamante .contenidos {
position: relative;
width: 494.97475px;
height: 494.97475px;
-webkit-transform: rotate(-45deg) translateY(-103.25px);
-moz-transform: rotate(-45deg) translateY(-103.25px);
-ms-transform: rotate(-45deg) translateY(-103.25px);
-o-transform: rotate(-45deg) translateY(-103.25px);
transform: rotate(-45deg) translateY(-103.25px); }
.lista-diamante .contenidos img {
width: 100%;
height: 100%; }
.diamante {
position: absolute;
top: -130px;
right: 50px;
z-index: 2000; }
.diamante .item {
overflow: hidden;
float: left;
width: 400px;
height: 400px;
margin-left: -59px;
margin-right: -59px;
margin-bottom: 165.68542px;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg); }
.diamante .item:nth-child(even) {
-webkit-transform: translateY(282.84271px) translateX(50px) rotate(45deg);
-moz-transform: translateY(282.84271px) translateX(50px) rotate(45deg);
-ms-transform: translateY(282.84271px) translateX(50px) rotate(45deg);
-o-transform: translateY(282.84271px) translateX(50px) rotate(45deg);
transform: translateY(282.84271px) translateX(50px) rotate(45deg); }
.diamante .contenidos {
position: relative;
width: 565.68542px;
height: 565.68542px;
-webkit-transform: rotate(-45deg) translateY(-118px);
-moz-transform: rotate(-45deg) translateY(-118px);
-ms-transform: rotate(-45deg) translateY(-118px);
-o-transform: rotate(-45deg) translateY(-118px);
transform: rotate(-45deg) translateY(-118px); }
.diamante .contenidos img {
width: 100%;
height: 100%; }
ul.social {
list-style: none;
font-size: .8em; }
ul.social li {
display: block;
margin: 20px;
padding: 40px 20px; }
ul.social .twitter {
background-color: #55acee;
float: left; }
ul.social .facebook {
background-color: #3b5998;
float: left; } | 0.370795 | 0.063482 |
@font-face{font-family:"iconfont";src:url('fonts/iconfont.eot');src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');}
.icon{font-style:normal;font-size:12px;font-family:"iconfont" !important;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale;}
.icon-pic:before{content:"\e69b";}
.icon-appreciate:before{content:"\e644";}
.icon-close:before{content:"\e646";}
.icon-check:before{content:"\e645";}
.icon-edit:before{content:"\e649";}
.icon-emoji:before{content:"\e64a";}
.icon-favorfill:before{content:"\e64b";}
.icon-favor:before{content:"\e64c";}
.icon-locationfill:before{content:"\e650";}
.icon-loading:before{content:"\e64f";}
.icon-roundright:before{content:"\e65b";}
.icon-roundrightfill:before{content:"\e65a";}
.icon-roundclose:before{content:"\e659";}
.icon-roundclosefill:before{content:"\e658";}
.icon-roundcheck:before{content:"\e657";}
.icon-roundcheckfill:before{content:"\e656";}
.icon-location:before{content:"\e651";}
.icon-time:before{content:"\e65f";}
.icon-camera:before{content:"\e665";}
.icon-camerafill:before{content:"\e664";}
.icon-commentfill:before{content:"\e666";}
.icon-unfold:before{content:"\e661";}
.icon-comment:before{content:"\e667";}
.icon-tag:before{content:"\e670";}
.icon-shop:before{content:"\e676";}
.icon-deliver:before{content:"\e671";}
.icon-cart:before{content:"\e6af";}
.icon-selectionfill:before{content:"\e6e1";}
.icon-down:before{content:"\e703";}
.icon-vipcard:before{content:"\e6ee";}
.icon-lock:before{content:"\e6c0";}
.icon-unlock:before{content:"\e6c2";}
.icon-home:before{content:"\e6b8";}
.icon-delete:before{content:"\e6b4";}
.icon-search:before{content:"\e65c";}
.icon-order:before{content:"\e66c";}
.icon-my:before{content:"\e686";}
.icon-settings:before{content:"\e68a";}
.icon-vip:before{content:"\e6c3";}
.icon-brand:before{content:"\e713";}
.icon-brandfill:before{content:"\e712";}
.icon-message:before{content:"\e6bc";}
.icon-mobilefill:before{content:"\e705";}
.icon-share:before{content:"\e6f3";}
.icon-squarecheck:before{content:"\e6d6";}
.icon-square:before{content:"\e6d5";}
.icon-link:before{content:"\e6bf";}
.icon-like:before{content:"\e669";}
.icon-likefill:before{content:"\e668";}
.icon-appreciatefill:before{content:"\e6e3";}
.icon-forwardfill:before{content:"\e6ea";}
.icon-forward:before{content:"\e6eb";}
.icon-notice:before{content:"\e70a";}
.icon-noticefill:before{content:"\e709";}
.icon-qq:before{content:"\f001d";}
.x1{font-size:14px;}
.x2{font-size:18px;}
.x3{font-size:22px;}
.x4{font-size:26px;}
.x5{font-size:30px;}
.x6{font-size:34px;}
.x7{font-size:38px;} | app/template/rocboss/assets/css/icon.css | @font-face{font-family:"iconfont";src:url('fonts/iconfont.eot');src:url('fonts/iconfont.eot?#iefix') format('embedded-opentype'),url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'),url('fonts/iconfont.svg#iconfont') format('svg');}
.icon{font-style:normal;font-size:12px;font-family:"iconfont" !important;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:.2px;-moz-osx-font-smoothing:grayscale;}
.icon-pic:before{content:"\e69b";}
.icon-appreciate:before{content:"\e644";}
.icon-close:before{content:"\e646";}
.icon-check:before{content:"\e645";}
.icon-edit:before{content:"\e649";}
.icon-emoji:before{content:"\e64a";}
.icon-favorfill:before{content:"\e64b";}
.icon-favor:before{content:"\e64c";}
.icon-locationfill:before{content:"\e650";}
.icon-loading:before{content:"\e64f";}
.icon-roundright:before{content:"\e65b";}
.icon-roundrightfill:before{content:"\e65a";}
.icon-roundclose:before{content:"\e659";}
.icon-roundclosefill:before{content:"\e658";}
.icon-roundcheck:before{content:"\e657";}
.icon-roundcheckfill:before{content:"\e656";}
.icon-location:before{content:"\e651";}
.icon-time:before{content:"\e65f";}
.icon-camera:before{content:"\e665";}
.icon-camerafill:before{content:"\e664";}
.icon-commentfill:before{content:"\e666";}
.icon-unfold:before{content:"\e661";}
.icon-comment:before{content:"\e667";}
.icon-tag:before{content:"\e670";}
.icon-shop:before{content:"\e676";}
.icon-deliver:before{content:"\e671";}
.icon-cart:before{content:"\e6af";}
.icon-selectionfill:before{content:"\e6e1";}
.icon-down:before{content:"\e703";}
.icon-vipcard:before{content:"\e6ee";}
.icon-lock:before{content:"\e6c0";}
.icon-unlock:before{content:"\e6c2";}
.icon-home:before{content:"\e6b8";}
.icon-delete:before{content:"\e6b4";}
.icon-search:before{content:"\e65c";}
.icon-order:before{content:"\e66c";}
.icon-my:before{content:"\e686";}
.icon-settings:before{content:"\e68a";}
.icon-vip:before{content:"\e6c3";}
.icon-brand:before{content:"\e713";}
.icon-brandfill:before{content:"\e712";}
.icon-message:before{content:"\e6bc";}
.icon-mobilefill:before{content:"\e705";}
.icon-share:before{content:"\e6f3";}
.icon-squarecheck:before{content:"\e6d6";}
.icon-square:before{content:"\e6d5";}
.icon-link:before{content:"\e6bf";}
.icon-like:before{content:"\e669";}
.icon-likefill:before{content:"\e668";}
.icon-appreciatefill:before{content:"\e6e3";}
.icon-forwardfill:before{content:"\e6ea";}
.icon-forward:before{content:"\e6eb";}
.icon-notice:before{content:"\e70a";}
.icon-noticefill:before{content:"\e709";}
.icon-qq:before{content:"\f001d";}
.x1{font-size:14px;}
.x2{font-size:18px;}
.x3{font-size:22px;}
.x4{font-size:26px;}
.x5{font-size:30px;}
.x6{font-size:34px;}
.x7{font-size:38px;} | 0.182498 | 0.047448 |
.page_title{
padding-left: 13px;
height: 38px;
line-height: 38px;
background-color: #f8f8f8;
font-size: 14px;
color: #626161;
}
.edit_address_from{
padding-left: 13px;
}
.form_title{
height: 76px;
line-height: 76px;
font-size: 16px;
font-weight: 600;
color: #626161;
}
.from_row{
padding-bottom: 22px;
}
.from_row label{
display: block;
width: 96px;
height: 35px;
line-height: 35px;
font-size: 14px;
color: #626161;
float: left;
}
.from_row input[type="text"]{
width: 370px;
height: 33px;
line-height: 35px;
}
.from_row input{
border: 1px solid #626161;
border-radius: 0;
background: #fff;
padding: 0 13px;
font-size: 14px;
}
.from_row select{
font-size: 14px;
width: 130px;
height: 35px;
line-height: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: url("../image/select_bg.png") no-repeat 110px center;
-o-background-size: 10px 6px;
background-size: 10px 6px;
color: #9e9e9e;
padding-left: 13px;
}
.from_row textarea{
width: 370px;
height: 61px;
padding: 13px;
font-size: 14px;
border: 1px solid #626161;
}
.from_row input[type="checkbox"]{
width: 12px;
height: 12px;
border: 1px solid #979797;
padding: 0;
margin-right: 10px;
vertical-align: middle;
}
.from_row input[type="checkbox"] + span{
font-size: 14px;
color: #9e9e9e;
}
.from_row p{
width: 360px;
height: 20px;
font-size: 14px;
color: #9e9e9e;
margin: 15px 0 25px 98px;
}
/*certifyArea*/
.from_row .certifyArea{
display: block;
border-top: 1px dotted #9e9e9e;
border-bottom: 1px dotted #9e9e9e;
padding-top: 25px;
}
.certifyItem{
margin-bottom: 20px;
}
.certifyItem a {
display: inline-block;
width: 209px;
height: 132px;
text-align: center;
font-size: 12px;
color: #9e9e9e;
border: 1px solid #d9d9d9;
margin-right: 30px;
}
.certifyItem a em{
display: block;
font-size: 25px;
color: #9e9e9e;
margin: 40px auto 10px;
font-style: normal;
}
.certifyItem .demonstration{
width: 167px;
vertical-align: -54px;
}
.certifyItem .demonstration img{
width: 167px;
height: 105px;
}
.certifyItem .demonstration p{
width: 167px;
height: 27px;
line-height: 27px;
font-size: 12px;
color: #626161;
text-align: center;
margin: 0;
}
.certifyItem ul{
padding-left: 98px;
color: #9e9e9e;
display: inline-block;
vertical-align: -24px;
}
.certifyItem ul li{
line-height: 20px;
}
.from_row input[type="submit"] {
width: 121px;
height: 44px;
font-size: 14px;
color: #ffffff;
background-color: #626161;
border: solid 1px #626161;
} | public/templates/home/css/addres.css | .page_title{
padding-left: 13px;
height: 38px;
line-height: 38px;
background-color: #f8f8f8;
font-size: 14px;
color: #626161;
}
.edit_address_from{
padding-left: 13px;
}
.form_title{
height: 76px;
line-height: 76px;
font-size: 16px;
font-weight: 600;
color: #626161;
}
.from_row{
padding-bottom: 22px;
}
.from_row label{
display: block;
width: 96px;
height: 35px;
line-height: 35px;
font-size: 14px;
color: #626161;
float: left;
}
.from_row input[type="text"]{
width: 370px;
height: 33px;
line-height: 35px;
}
.from_row input{
border: 1px solid #626161;
border-radius: 0;
background: #fff;
padding: 0 13px;
font-size: 14px;
}
.from_row select{
font-size: 14px;
width: 130px;
height: 35px;
line-height: 25px;
padding-top: 5px;
padding-bottom: 5px;
background: url("../image/select_bg.png") no-repeat 110px center;
-o-background-size: 10px 6px;
background-size: 10px 6px;
color: #9e9e9e;
padding-left: 13px;
}
.from_row textarea{
width: 370px;
height: 61px;
padding: 13px;
font-size: 14px;
border: 1px solid #626161;
}
.from_row input[type="checkbox"]{
width: 12px;
height: 12px;
border: 1px solid #979797;
padding: 0;
margin-right: 10px;
vertical-align: middle;
}
.from_row input[type="checkbox"] + span{
font-size: 14px;
color: #9e9e9e;
}
.from_row p{
width: 360px;
height: 20px;
font-size: 14px;
color: #9e9e9e;
margin: 15px 0 25px 98px;
}
/*certifyArea*/
.from_row .certifyArea{
display: block;
border-top: 1px dotted #9e9e9e;
border-bottom: 1px dotted #9e9e9e;
padding-top: 25px;
}
.certifyItem{
margin-bottom: 20px;
}
.certifyItem a {
display: inline-block;
width: 209px;
height: 132px;
text-align: center;
font-size: 12px;
color: #9e9e9e;
border: 1px solid #d9d9d9;
margin-right: 30px;
}
.certifyItem a em{
display: block;
font-size: 25px;
color: #9e9e9e;
margin: 40px auto 10px;
font-style: normal;
}
.certifyItem .demonstration{
width: 167px;
vertical-align: -54px;
}
.certifyItem .demonstration img{
width: 167px;
height: 105px;
}
.certifyItem .demonstration p{
width: 167px;
height: 27px;
line-height: 27px;
font-size: 12px;
color: #626161;
text-align: center;
margin: 0;
}
.certifyItem ul{
padding-left: 98px;
color: #9e9e9e;
display: inline-block;
vertical-align: -24px;
}
.certifyItem ul li{
line-height: 20px;
}
.from_row input[type="submit"] {
width: 121px;
height: 44px;
font-size: 14px;
color: #ffffff;
background-color: #626161;
border: solid 1px #626161;
} | 0.356447 | 0.113776 |
pre {
margin: 0;
}
body {
font-family: sans-serif;
}
ol {
margin-top: 0.25em;
margin-bottom: 0.5em;
}
table.diff {
background-color: #999;
border-spacing: 1px;
}
.failed {
color: #600;
}
.success {
color: #060;
}
.skipped {
color: #880;
}
.checker_title:before {
content: "⊟";
color: #555;
padding-right: 0.5em;
font-family: serif;
font-weight: normal;
}
.hidden .checker_title:before {
content: "⊞";
}
.hidden .checker_payload {
display: none;
}
.roundtrip_title:before {
content: "⊟";
color: #555;
padding-right: 0.5em;
font-family: serif;
font-weight: normal;
}
.hidden .roundtrip_title:before {
content: "⊞";
}
.hidden .roundtrip_payload {
display: none;
}
.diff th {
background-color: #eee;
}
.diff tr {
background-color: #fff;
border-bottom: 1px solid black;
}
.diff .line-num {
width: 20px;
background-color: #eee;
font-family: monospace;
word-wrap: normal;
}
.diff .line-num:first-child {
text-align: right;
}
.diff .added {
background-color: #afa;
}
.diff .deleted {
background-color: #faa;
}
pre {
white-space: pre-wrap;
}
.tabs {
position: relative;
width: 100%;
margin-top: 0.5em;
}
.summary {
margin-top: 0.5em;
margin-bottom: 1.0em;
}
.checker_title {
cursor: pointer;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
.total_result {
float: right;
font-family: monospace;
font-weight: bold;
font-size: 4em;
}
.checker_result {
font-family: monospace;
font-size: 80%;
}
.roundtrip_title {
font-size: 120%;
font-weight: bold;
width: 100%;
cursor: pointer;
}
.pass_title {
font-size: 120%;
font-weight: bold;
}
.roundtrip_payload {
border: 1px solid #999;
background-color: #ddd;
padding: 0.25em;
}
.tabs label {
color: #444;
cursor: pointer;
display: block;
float: right;
border: 1px solid #999;
padding: 0.25em;
background-color: #eee;
margin-right: 0.25em;
}
.tabs input:checked + label {
border-bottom: 1px solid #fff;
background-color: #fff;
}
.tabs input {
display: none;
}
.tab_title {
color: #048;
padding-top: 0.25em;
padding-bottom: 0.25em;
font-weight: bold;
}
.tab_content {
background: #fff;
margin: -1px 0 0 0;
padding: 0.5em;
border: 1px solid #999;
} | assets/template.css | pre {
margin: 0;
}
body {
font-family: sans-serif;
}
ol {
margin-top: 0.25em;
margin-bottom: 0.5em;
}
table.diff {
background-color: #999;
border-spacing: 1px;
}
.failed {
color: #600;
}
.success {
color: #060;
}
.skipped {
color: #880;
}
.checker_title:before {
content: "⊟";
color: #555;
padding-right: 0.5em;
font-family: serif;
font-weight: normal;
}
.hidden .checker_title:before {
content: "⊞";
}
.hidden .checker_payload {
display: none;
}
.roundtrip_title:before {
content: "⊟";
color: #555;
padding-right: 0.5em;
font-family: serif;
font-weight: normal;
}
.hidden .roundtrip_title:before {
content: "⊞";
}
.hidden .roundtrip_payload {
display: none;
}
.diff th {
background-color: #eee;
}
.diff tr {
background-color: #fff;
border-bottom: 1px solid black;
}
.diff .line-num {
width: 20px;
background-color: #eee;
font-family: monospace;
word-wrap: normal;
}
.diff .line-num:first-child {
text-align: right;
}
.diff .added {
background-color: #afa;
}
.diff .deleted {
background-color: #faa;
}
pre {
white-space: pre-wrap;
}
.tabs {
position: relative;
width: 100%;
margin-top: 0.5em;
}
.summary {
margin-top: 0.5em;
margin-bottom: 1.0em;
}
.checker_title {
cursor: pointer;
margin-top: 0.25em;
margin-bottom: 0.25em;
}
.total_result {
float: right;
font-family: monospace;
font-weight: bold;
font-size: 4em;
}
.checker_result {
font-family: monospace;
font-size: 80%;
}
.roundtrip_title {
font-size: 120%;
font-weight: bold;
width: 100%;
cursor: pointer;
}
.pass_title {
font-size: 120%;
font-weight: bold;
}
.roundtrip_payload {
border: 1px solid #999;
background-color: #ddd;
padding: 0.25em;
}
.tabs label {
color: #444;
cursor: pointer;
display: block;
float: right;
border: 1px solid #999;
padding: 0.25em;
background-color: #eee;
margin-right: 0.25em;
}
.tabs input:checked + label {
border-bottom: 1px solid #fff;
background-color: #fff;
}
.tabs input {
display: none;
}
.tab_title {
color: #048;
padding-top: 0.25em;
padding-bottom: 0.25em;
font-weight: bold;
}
.tab_content {
background: #fff;
margin: -1px 0 0 0;
padding: 0.5em;
border: 1px solid #999;
} | 0.600305 | 0.197812 |
:root{
--default-clr: #333;
--primary-color: rgba(0,0,0,.2);
--white: #FFF;
--offwhite: #CCC;
--ff: 'Source Sans Pro', sans-serif;
--fz: 16px;
--font-m: calc(var(--fz)*1.5);
--font-l: calc(var(--fz)*2);
--font-xl: calc(var(--fz)*3);
--fw-l: 200;
--fw-n: 400;
--fw-b: 700;
--ma: 0 auto;
--spacer: 25px;
}
@media only screen and (max-width: 767px) {
:root{
--fz: 12px;
--spacer: 30px;
}
}
/* Universal Styling */
* {
box-sizing: border-box;
scroll-behavior: smooth;
}
/* Defining Body background, Color and font */
body{
background-color: var(--secondaryy-color);
font-family: var(--ff);
color: var(--default-clr);
}
/* Heading Styling for the site */
h1{
color: var(--white);
font-size: var(--font-xl);
font-weight: var(--fw-l);
}
h2{
font-size: var(--font-l);
font-weight: var(--fw-b);
margin-bottom: 1rem;
}
h3{
font-size: var(--font-m);
font-weight: var(--fw-b);
}
/* Anchor tag styling */
a{
text-decoration: none;
}
p{
margin-bottom: 1rem;
}
/* listing styling */
ul{
list-style: none;
padding-left: 0;
}
/* Layout styling */
#page-full{
background-image: url(../images/background-img.png);
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;
width: 100%;
}
.weather-frame{
background-color: var(--primary-color);
min-height: 100vh;
width: 100%;
padding: 5rem 0;
}
.text-container{
text-align: center;
}
.text-container h1{
margin-bottom: 3rem;
}
#weather-form{
margin-bottom: 1rem;
}
#seach_weather{
width: 100%;;
}
.result-section{
margin: 4rem 0;
text-align: center;
}
.result-section h2{
display: flex;
flex-wrap: wrap;
align-items: center;
color: var(--white);
justify-content: center;
}
.result-section p{
margin-bottom: 0.5rem;
display: inline-block;
margin: 0 2rem;
color: var(--white);
}
.result-section p span{
padding: 3px 10px;
border-radius: 5px;
color: var(--default-clr);
}
.forecast-section ul{
display: flex;
flex-wrap: wrap;
}
.forecast-section li{
background-color: rgba(255, 255, 255, 0.5);
border-right: 1px solid var(--offwhite);
flex: 0 0 20%;
padding: 1rem;
text-align: center;
}
.forecast-section li:first-child{
border-radius: 10px 0 0 10px;
}
.forecast-section li:last-child{
border-radius: 0 10px 10px 0;
}
.forecast-section li img{
display: inline-block;
}
.forecast-single p{
margin-bottom: 0.5rem;
}
.alert{
display: none;
margin-bottom: 1rem;
}
#lastSearch{
text-align: center;
}
.cityBtn{
margin: .5rem;
}
/* Media Query */
@media only screen and (max-width: 767px) {
.forecast-section li{
flex: 0 0 100%;
}
.forecast-details p{
display: inline-block;
margin: 0 .5rem
}
.forecast-section li{
border-bottom: 1px solid var(--default-clr);
border-right: none;
}
.forecast-section li:first-child{
border-radius: 10px 10px 0 0;
}
.forecast-section li:last-child{
border-radius: 0 0 10px 10px;
}
.result-section p{
margin-bottom: 1rem;
}
#seach_weather{
margin-top: 0.5rem;
}
} | assets/css/style.css | :root{
--default-clr: #333;
--primary-color: rgba(0,0,0,.2);
--white: #FFF;
--offwhite: #CCC;
--ff: 'Source Sans Pro', sans-serif;
--fz: 16px;
--font-m: calc(var(--fz)*1.5);
--font-l: calc(var(--fz)*2);
--font-xl: calc(var(--fz)*3);
--fw-l: 200;
--fw-n: 400;
--fw-b: 700;
--ma: 0 auto;
--spacer: 25px;
}
@media only screen and (max-width: 767px) {
:root{
--fz: 12px;
--spacer: 30px;
}
}
/* Universal Styling */
* {
box-sizing: border-box;
scroll-behavior: smooth;
}
/* Defining Body background, Color and font */
body{
background-color: var(--secondaryy-color);
font-family: var(--ff);
color: var(--default-clr);
}
/* Heading Styling for the site */
h1{
color: var(--white);
font-size: var(--font-xl);
font-weight: var(--fw-l);
}
h2{
font-size: var(--font-l);
font-weight: var(--fw-b);
margin-bottom: 1rem;
}
h3{
font-size: var(--font-m);
font-weight: var(--fw-b);
}
/* Anchor tag styling */
a{
text-decoration: none;
}
p{
margin-bottom: 1rem;
}
/* listing styling */
ul{
list-style: none;
padding-left: 0;
}
/* Layout styling */
#page-full{
background-image: url(../images/background-img.png);
background-repeat: no-repeat;
background-size: cover;
min-height: 100vh;
width: 100%;
}
.weather-frame{
background-color: var(--primary-color);
min-height: 100vh;
width: 100%;
padding: 5rem 0;
}
.text-container{
text-align: center;
}
.text-container h1{
margin-bottom: 3rem;
}
#weather-form{
margin-bottom: 1rem;
}
#seach_weather{
width: 100%;;
}
.result-section{
margin: 4rem 0;
text-align: center;
}
.result-section h2{
display: flex;
flex-wrap: wrap;
align-items: center;
color: var(--white);
justify-content: center;
}
.result-section p{
margin-bottom: 0.5rem;
display: inline-block;
margin: 0 2rem;
color: var(--white);
}
.result-section p span{
padding: 3px 10px;
border-radius: 5px;
color: var(--default-clr);
}
.forecast-section ul{
display: flex;
flex-wrap: wrap;
}
.forecast-section li{
background-color: rgba(255, 255, 255, 0.5);
border-right: 1px solid var(--offwhite);
flex: 0 0 20%;
padding: 1rem;
text-align: center;
}
.forecast-section li:first-child{
border-radius: 10px 0 0 10px;
}
.forecast-section li:last-child{
border-radius: 0 10px 10px 0;
}
.forecast-section li img{
display: inline-block;
}
.forecast-single p{
margin-bottom: 0.5rem;
}
.alert{
display: none;
margin-bottom: 1rem;
}
#lastSearch{
text-align: center;
}
.cityBtn{
margin: .5rem;
}
/* Media Query */
@media only screen and (max-width: 767px) {
.forecast-section li{
flex: 0 0 100%;
}
.forecast-details p{
display: inline-block;
margin: 0 .5rem
}
.forecast-section li{
border-bottom: 1px solid var(--default-clr);
border-right: none;
}
.forecast-section li:first-child{
border-radius: 10px 10px 0 0;
}
.forecast-section li:last-child{
border-radius: 0 0 10px 10px;
}
.result-section p{
margin-bottom: 1rem;
}
#seach_weather{
margin-top: 0.5rem;
}
} | 0.425844 | 0.14253 |
.treeControl{
height: 300px;
overflow: auto;
width: 500px;
}
.treeControl ul{
padding:0px;
margin:0px;
}
.treeControl ul li{
list-style:none;
padding-left:15px;
padding-top:5px;
white-space:nowrap;
}
.treeControl ul li a.plus{
background-image:url(../images/plus.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
cursor:pointer;
}
.treeControl ul li a.minus{
background-image:url(../images/minus.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
cursor:pointer;
}
.treeControl ul li a.nodata{
background-image:url(../images/nodata.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
cursor:pointer;
}
.treeControl ul li a.treeNode{
cursor:pointer;
color:#4c99c3;
padding:3px;
}
.treeControl ul li a.selected{
background-color: #666666;
color:#fff;
}
.button-dif, .button-dif:visited {
width:30px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff)); /* mozilla - FF3.6+ */
background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorStr = #eeeeee, endColorStr = #ffffff); /* IE8 */
-ms-filter: progid: DXImageTransform.Microsoft.gradient(gradientType = 0, startColorStr = #eeeeee, endColoStr = #ffffff);
display: inline-block;
padding: 5px 5px 6px;
color: #000;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer
}
.treeTable td{
padding:10px;
vertical-align:top;
border:solid 1px #ccc;
}
.listViewItem{
width:auto;
}
.listViewItemDel {
cursor: pointer;
float: left;
display: block;
width: 15%;
padding-top: 5px;
}
.listViewItemContent {
float: left;
width: 85%
} | components/identity/org.wso2.carbon.identity.entitlement.ui/src/main/resources/web/entitlement/css/tree-styles.css | .treeControl{
height: 300px;
overflow: auto;
width: 500px;
}
.treeControl ul{
padding:0px;
margin:0px;
}
.treeControl ul li{
list-style:none;
padding-left:15px;
padding-top:5px;
white-space:nowrap;
}
.treeControl ul li a.plus{
background-image:url(../images/plus.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
cursor:pointer;
}
.treeControl ul li a.minus{
background-image:url(../images/minus.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
cursor:pointer;
}
.treeControl ul li a.nodata{
background-image:url(../images/nodata.gif);
background-repeat:no-repeat;
background-position:0px 2px;
padding-left:15px;
cursor:pointer;
}
.treeControl ul li a.treeNode{
cursor:pointer;
color:#4c99c3;
padding:3px;
}
.treeControl ul li a.selected{
background-color: #666666;
color:#fff;
}
.button-dif, .button-dif:visited {
width:30px;
background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#ffffff)); /* mozilla - FF3.6+ */
background-image: -moz-linear-gradient(top, #eeeeee 0%, #ffffff 100%); /* IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.gradient(gradientType = 0, startColorStr = #eeeeee, endColorStr = #ffffff); /* IE8 */
-ms-filter: progid: DXImageTransform.Microsoft.gradient(gradientType = 0, startColorStr = #eeeeee, endColoStr = #ffffff);
display: inline-block;
padding: 5px 5px 6px;
color: #000;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
border-bottom: 1px solid rgba(0,0,0,0.25);
position: relative;
cursor: pointer
}
.treeTable td{
padding:10px;
vertical-align:top;
border:solid 1px #ccc;
}
.listViewItem{
width:auto;
}
.listViewItemDel {
cursor: pointer;
float: left;
display: block;
width: 15%;
padding-top: 5px;
}
.listViewItemContent {
float: left;
width: 85%
} | 0.271735 | 0.083928 |
.user-container {
text-align: center;
}
.help-text {
color: #bbb;
font-size: 1.3rem;
text-decoration: none;
}
a.help-text:hover {
color: #888;
}
td.profile {
min-width: 150px;
}
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
color: #d9534f;
}
.has-danger .form-control {
border-color: #d9534f;
}
.has-danger .input-group-addon {
color: #d9534f;
border-color: #d9534f;
background-color: #fdf7f7;
}
.has-danger .form-control-danger {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.alert {
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: bold;
}
.alert-dismissible .close {
position: relative;
top: -0.75rem;
right: -1.25rem;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d0e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c1e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bcdff1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6d5ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faf2cc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebcccc;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
color: #843534;
}
.alert a {
float: right;
cursor: pointer;
color: #aaa;
} | harberdasher/users/static/css/users.css | .user-container {
text-align: center;
}
.help-text {
color: #bbb;
font-size: 1.3rem;
text-decoration: none;
}
a.help-text:hover {
color: #888;
}
td.profile {
min-width: 150px;
}
.has-danger .form-control-feedback,
.has-danger .form-control-label,
.has-danger .col-form-label,
.has-danger .form-check-label,
.has-danger .custom-control {
color: #d9534f;
}
.has-danger .form-control {
border-color: #d9534f;
}
.has-danger .input-group-addon {
color: #d9534f;
border-color: #d9534f;
background-color: #fdf7f7;
}
.has-danger .form-control-danger {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d9534f' viewBox='-2 -2 7 7'%3E%3Cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3E%3Ccircle r='.5'/%3E%3Ccircle cx='3' r='.5'/%3E%3Ccircle cy='3' r='.5'/%3E%3Ccircle cx='3' cy='3' r='.5'/%3E%3C/svg%3E");
}
.alert {
padding: 0.75rem 1.25rem;
margin-bottom: 1rem;
border: 1px solid transparent;
border-radius: 0.25rem;
}
.alert-heading {
color: inherit;
}
.alert-link {
font-weight: bold;
}
.alert-dismissible .close {
position: relative;
top: -0.75rem;
right: -1.25rem;
padding: 0.75rem 1.25rem;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d0e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c1e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-info {
background-color: #d9edf7;
border-color: #bcdff1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6d5ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faf2cc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7ecb5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebcccc;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9b9;
}
.alert-danger .alert-link {
color: #843534;
}
.alert a {
float: right;
cursor: pointer;
color: #aaa;
} | 0.367497 | 0.08698 |
.bw-document_title a {
text-decoration: none;
}
#bw-upload_form label {
display:none;
}
.bw-upload {
text-transform: uppercase;
font-weight: bold;
}
.bw-status a {
text-decoration:none;
}
.bw-status {
font-size: 12px;
text-transform: uppercase;
border: 1px solid rgb(210,210,210);
color: gray;
padding: 1em;
margin-left: 0px;
margin-right: 5px;
margin-bottom: 20px;
}
.bw-status h2, .bw-status h3 {
margin:0;
padding:0;
text-align:center;
}
.bw-status p {
line-height:1em !important;
}
#bw-library {
width:100%;
/* background-color: rgb(248, 255, 239); */
background-color: rgb(254, 255, 254);
background-image: url(/static/yellow-gradiant-long.png);
background-repeat: repeat-x;
border-collapse:collapse;
}
#bw-library .bw-title, #bw-library .bw-author {
font-size: medium;
}
#bw-library td.bw-title-container {
width: 50%;
}
#bw-library a:visited, #bw-library a:hover, #bw-library a:link {
text-decoration: none;
color: black !important;
}
#bw-library a:hover {
text-decoration: underline;
}
#bw-library .bw-attribution {
clear:both;
}
#bw-library td {
border-bottom: 1px dotted gray;
padding: 7px;
}
#bw-library .bw-delete {
font-size: smaller;
}
p.bw-tagline {
font-size: x-large !important;
display:inline;
}
h3.bw-profile a:link, h3.bw-profile a:visited, h3.bw-profile a:hover,
h2.bw-upload a:link, h2.bw-upload a:visited, h2.bw-upload a:hover {
color: #2E4560 !important;
font-weight:bold;
}
#bw-text-intro {
margin:0; padding:0;
}
#bw-text-intro p {
margin:0; padding:0;
color:gray;
}
#bw-text-intro p a {
color:gray !important;
}
form input {
display:inline;
margin: 1em 1em 1em 1em;
}
form fieldset {
border: 1px solid rgb(200,200,200);
background-color: rgb(248, 255, 239);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
#bw-leftnav ol {
padding:0;margin:0;
padding-bottom: 1em;
}
#bw-leftnav ol li {
list-style-type: none;
padding-bottom: 1em;
}
#bw-leftnav ol li {
color: gray;
}
#bw-leftnav ol li a {
text-decoration:none;
border-bottom: 1px dotted rgb(200,200,200);
line-height:1.3em;
}
#bw-lost-password {
display:block;
}
input {
-moz-border-radius:10px;
}
table.bw-pagination {
width:100%;
padding:1em;
}
table.bw-pagination th {
width:33%;
color:gray;
}
#bw-library td.bw-title-container {
width: 50%;
}
#bw-library td.bw-attribution-container {
width: 20%;
}
#bw-library td.bw-added-container {
width: 20%;
}
#bw-library span.bw-added {
color: gray;
}
#bw-library span.bw-title a {
}
table.bw-pagination a {
text-decoration: none;
}
#bw-library th {
background-color: rgb(228, 235, 219);
border:none;
margin:0;
}
.bw-pagination-arrow {
color:gray;
}
.bw-last-read {
display:block;
font-size:smaller;
margin-top: .4em;
color:gray;
}
.bw-last-read a {
text-decoration: underline !important;
} | bookworm/library/templates/static/home.css | .bw-document_title a {
text-decoration: none;
}
#bw-upload_form label {
display:none;
}
.bw-upload {
text-transform: uppercase;
font-weight: bold;
}
.bw-status a {
text-decoration:none;
}
.bw-status {
font-size: 12px;
text-transform: uppercase;
border: 1px solid rgb(210,210,210);
color: gray;
padding: 1em;
margin-left: 0px;
margin-right: 5px;
margin-bottom: 20px;
}
.bw-status h2, .bw-status h3 {
margin:0;
padding:0;
text-align:center;
}
.bw-status p {
line-height:1em !important;
}
#bw-library {
width:100%;
/* background-color: rgb(248, 255, 239); */
background-color: rgb(254, 255, 254);
background-image: url(/static/yellow-gradiant-long.png);
background-repeat: repeat-x;
border-collapse:collapse;
}
#bw-library .bw-title, #bw-library .bw-author {
font-size: medium;
}
#bw-library td.bw-title-container {
width: 50%;
}
#bw-library a:visited, #bw-library a:hover, #bw-library a:link {
text-decoration: none;
color: black !important;
}
#bw-library a:hover {
text-decoration: underline;
}
#bw-library .bw-attribution {
clear:both;
}
#bw-library td {
border-bottom: 1px dotted gray;
padding: 7px;
}
#bw-library .bw-delete {
font-size: smaller;
}
p.bw-tagline {
font-size: x-large !important;
display:inline;
}
h3.bw-profile a:link, h3.bw-profile a:visited, h3.bw-profile a:hover,
h2.bw-upload a:link, h2.bw-upload a:visited, h2.bw-upload a:hover {
color: #2E4560 !important;
font-weight:bold;
}
#bw-text-intro {
margin:0; padding:0;
}
#bw-text-intro p {
margin:0; padding:0;
color:gray;
}
#bw-text-intro p a {
color:gray !important;
}
form input {
display:inline;
margin: 1em 1em 1em 1em;
}
form fieldset {
border: 1px solid rgb(200,200,200);
background-color: rgb(248, 255, 239);
-moz-border-radius: 20px;
-webkit-border-radius: 20px;
}
#bw-leftnav ol {
padding:0;margin:0;
padding-bottom: 1em;
}
#bw-leftnav ol li {
list-style-type: none;
padding-bottom: 1em;
}
#bw-leftnav ol li {
color: gray;
}
#bw-leftnav ol li a {
text-decoration:none;
border-bottom: 1px dotted rgb(200,200,200);
line-height:1.3em;
}
#bw-lost-password {
display:block;
}
input {
-moz-border-radius:10px;
}
table.bw-pagination {
width:100%;
padding:1em;
}
table.bw-pagination th {
width:33%;
color:gray;
}
#bw-library td.bw-title-container {
width: 50%;
}
#bw-library td.bw-attribution-container {
width: 20%;
}
#bw-library td.bw-added-container {
width: 20%;
}
#bw-library span.bw-added {
color: gray;
}
#bw-library span.bw-title a {
}
table.bw-pagination a {
text-decoration: none;
}
#bw-library th {
background-color: rgb(228, 235, 219);
border:none;
margin:0;
}
.bw-pagination-arrow {
color:gray;
}
.bw-last-read {
display:block;
font-size:smaller;
margin-top: .4em;
color:gray;
}
.bw-last-read a {
text-decoration: underline !important;
} | 0.40439 | 0.126246 |
.node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 2px;
}
html, body {
padding: 0;
margin: 0;
height: 100%;
}
table {
border: 1px solid #BABABA;
border-collapse: collapse;
font: 12px sans-serif;
}
.maindiv {
margin-left:auto;
margin-right:auto;
margin-bottom: 10px;
margin-top:10px;
}
.searchdiv {
border-color: #FFA800;
border-width: 2px;
border-style: solid;
}
.foreignobject_parent {
border-style: solid;
border-color: #BABABA;
border-width: 0px;
}
.foreignobject_parent {
font: 12px sans-serif;
display: table;
padding:0px;
margin: 0px;
}
.foreignobject_child_img, .foreignobject_child_text {
display: table-cell;
}
.foreignobject_child_text {
vertical-align: middle;
padding-left: 4px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
}
.foreignobject_child_text {
text-shadow: 1px 1px 0 #fff,
-1px 1px 0 #fff,
1px -1px 0 #fff,
-1px -1px 0 #fff,
0px 1px 0 #fff,
0px -1px 0 #fff,
-1px 0px 0 #fff,
1px 0px 0 #fff,
2px 2px 0 #fff,
-2px 2px 0 #fff,
2px -2px 0 #fff,
-2px -2px 0 #fff,
0px 2px 0 #fff,
0px -2px 0 #fff,
-2px 0px 0 #fff,
2px 0px 0 #fff,
1px 2px 0 #fff,
-1px 2px 0 #fff,
1px -2px 0 #fff,
-1px -2px 0 #fff,
2px 1px 0 #fff,
-2px 1px 0 #fff,
2px -1px 0 #fff,
-2px -1px 0 #fff;
}
.foreignobject_img {
border-radius: 50%;
}
.stats_card td, .stats_card tr, .stats_card th{
border: 1px solid #BABABA;
padding:4px;
}
#svgholder {
min-height: 100px;
max-height: 20000px;
margin-left:auto;
margin-right:auto;
margin-bottom: 10px;
margin-top:10px;
overflow: scroll;
width: 100%
}
svg {
border: 1px;
border-color: #BABABA;
border-style: solid;
}
.foreignobj div {
background-color: rgba(255,255,255,0)
}
.profile_card_img {
border-radius: 50%;
height:120px;
width:120px;
border: 5px;
border-color: #BABABA;
border-style: solid;
padding: 5px ;
margin: 5px;
}
select {
visibility: hidden;
}
.select_div {
margin: 0 auto;
width: 60%;
min-width: 1000px;
}
#tips {
position: absolute;
font: 12px sans-serif;
width: 200px;
margin:10px;
color: #BCBCBC;
}
.error_report {
font: 16px sans-serif;
color: #F90202
} | website/css/style.css | .node {
cursor: pointer;
}
.node circle {
fill: #fff;
stroke: steelblue;
stroke-width: 1px;
}
.node text {
font: 12px sans-serif;
}
.link {
fill: none;
stroke: #ccc;
stroke-width: 2px;
}
html, body {
padding: 0;
margin: 0;
height: 100%;
}
table {
border: 1px solid #BABABA;
border-collapse: collapse;
font: 12px sans-serif;
}
.maindiv {
margin-left:auto;
margin-right:auto;
margin-bottom: 10px;
margin-top:10px;
}
.searchdiv {
border-color: #FFA800;
border-width: 2px;
border-style: solid;
}
.foreignobject_parent {
border-style: solid;
border-color: #BABABA;
border-width: 0px;
}
.foreignobject_parent {
font: 12px sans-serif;
display: table;
padding:0px;
margin: 0px;
}
.foreignobject_child_img, .foreignobject_child_text {
display: table-cell;
}
.foreignobject_child_text {
vertical-align: middle;
padding-left: 4px;
padding-bottom: 0px;
padding-top: 0px;
margin: 0px;
}
.foreignobject_child_text {
text-shadow: 1px 1px 0 #fff,
-1px 1px 0 #fff,
1px -1px 0 #fff,
-1px -1px 0 #fff,
0px 1px 0 #fff,
0px -1px 0 #fff,
-1px 0px 0 #fff,
1px 0px 0 #fff,
2px 2px 0 #fff,
-2px 2px 0 #fff,
2px -2px 0 #fff,
-2px -2px 0 #fff,
0px 2px 0 #fff,
0px -2px 0 #fff,
-2px 0px 0 #fff,
2px 0px 0 #fff,
1px 2px 0 #fff,
-1px 2px 0 #fff,
1px -2px 0 #fff,
-1px -2px 0 #fff,
2px 1px 0 #fff,
-2px 1px 0 #fff,
2px -1px 0 #fff,
-2px -1px 0 #fff;
}
.foreignobject_img {
border-radius: 50%;
}
.stats_card td, .stats_card tr, .stats_card th{
border: 1px solid #BABABA;
padding:4px;
}
#svgholder {
min-height: 100px;
max-height: 20000px;
margin-left:auto;
margin-right:auto;
margin-bottom: 10px;
margin-top:10px;
overflow: scroll;
width: 100%
}
svg {
border: 1px;
border-color: #BABABA;
border-style: solid;
}
.foreignobj div {
background-color: rgba(255,255,255,0)
}
.profile_card_img {
border-radius: 50%;
height:120px;
width:120px;
border: 5px;
border-color: #BABABA;
border-style: solid;
padding: 5px ;
margin: 5px;
}
select {
visibility: hidden;
}
.select_div {
margin: 0 auto;
width: 60%;
min-width: 1000px;
}
#tips {
position: absolute;
font: 12px sans-serif;
width: 200px;
margin:10px;
color: #BCBCBC;
}
.error_report {
font: 16px sans-serif;
color: #F90202
} | 0.420005 | 0.162812 |
/*background-image: url("/assets/cover.jpg");*/
height: 500px;
background-position: center;
background-size: cover;
padding: 0;
}
@font-face {
font-family: dova;
src: url("/fonts/dragon_alphabet.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: oxygen;
src: url("/fonts/Oxygen-Regular.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: oxygen-light;
src: url("/fonts/Oxygen-Light.ttf");
font-style: normal ;
}
@font-face {
font-family: oxygen-bold;
src: url("/fonts/Oxygen-Bold.ttf");
font-style: normal ;
font-weight: bold;
}
@font-face {
font-family: raleway;
src: url("/fonts/Raleway-Regular.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: raleway-italic;
src: url("/fonts/Raleway-Italic.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: raleway-light-italic;
src: url("/fonts/Raleway-LightItalic.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: raleway-semibold-italic;
src: url("/fonts/Raleway-SemiBoldItalic.ttf");
font-style: normal ;
font-weight: normal;
}
#profile {
border-radius: 50%;
border-style: solid;
border-color: rgba(255,255,255,.8);
overflow: hidden;
border-width: 4px;
padding: 5px;
}
.dova {
font-family: dova;
}
#about {
min-height: 500px;
vertical-align: middle;
}
#contact {
min-height: 500px;
vertical-align: middle;
}
#contact p {
font-size: 3vw;
color: #343A40;
}
#about p {
font-size: 4vw;
color: #343A40;
}
body {
padding-top: 50px;
}
.fa {
font-size: 50px;
margin-left: 10px;
}
.fab {
font-size: 50px;
margin-left: 10px;
}
.small-font {
font-size: 20px;
margin-left: 5px;
vertical-align: middle;
}
.gradiant1 {
background-image: linear-gradient(-50deg, #ff9a44 50%, #fc6076 100%);
}
.bg-half {
background-image: linear-gradient(30deg, #818282 0%, #343A40 80%);
}
.font-oxygen {
font-family: oxygen;
}
.font-oxygen-bold {
font-family: oxygen-bold;
}
.font-raleway {
font-family: raleway-italic;
}
.font-raleway-regular {
font-family: raleway-semibold-italic;
}
.big-h1 {
font-size: 400%;
}
.brand,.profession {
text-shadow: 1px 1px 5px orangered;
}
.logo h3 {
text-decoration: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #FC0C04;
font-size: 1.6em;
}
.logo h3:hover {
-webkit-animation: neon5 1.5s ease-in-out infinite alternate;
-moz-animation: neon5 1.5s ease-in-out infinite alternate;
animation: neon5 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes neon5 {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FC0C04, 0 0 30px #FC0C04, 0 0 40px #FC0C04, 0 0 60px #FC0C04, 0 0 80px #FC0C04;
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FC0C04, 0 0 35px #FC0C04, 0 0 40px #FC0C04, 0 0 50px #FC0C04, 0 0 75px #FC0C04;
}
}
/*glow for mozilla*/
@-moz-keyframes neon5 {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FC0C04, 0 0 30px #FC0C04, 0 0 40px #FC0C04, 0 0 60px #FC0C04, 0 0 80px #FC0C04;
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FC0C04, 0 0 35px #FC0C04, 0 0 40px #FC0C04, 0 0 50px #FC0C04, 0 0 75px #FC0C04;
}
}
/*glow*/
@keyframes neon5 {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FC0C04, 0 0 30px #FC0C04, 0 0 40px #FC0C04, 0 0 60px #FC0C04, 0 0 80px #FC0C04;
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FC0C04, 0 0 35px #FC0C04, 0 0 40px #FC0C04, 0 0 50px #FC0C04, 0 0 75px #FC0C04;
}
}
.logo h3:hover {
color: #ffffff;
} | public/css/site.css | /*background-image: url("/assets/cover.jpg");*/
height: 500px;
background-position: center;
background-size: cover;
padding: 0;
}
@font-face {
font-family: dova;
src: url("/fonts/dragon_alphabet.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: oxygen;
src: url("/fonts/Oxygen-Regular.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: oxygen-light;
src: url("/fonts/Oxygen-Light.ttf");
font-style: normal ;
}
@font-face {
font-family: oxygen-bold;
src: url("/fonts/Oxygen-Bold.ttf");
font-style: normal ;
font-weight: bold;
}
@font-face {
font-family: raleway;
src: url("/fonts/Raleway-Regular.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: raleway-italic;
src: url("/fonts/Raleway-Italic.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: raleway-light-italic;
src: url("/fonts/Raleway-LightItalic.ttf");
font-style: normal ;
font-weight: normal;
}
@font-face {
font-family: raleway-semibold-italic;
src: url("/fonts/Raleway-SemiBoldItalic.ttf");
font-style: normal ;
font-weight: normal;
}
#profile {
border-radius: 50%;
border-style: solid;
border-color: rgba(255,255,255,.8);
overflow: hidden;
border-width: 4px;
padding: 5px;
}
.dova {
font-family: dova;
}
#about {
min-height: 500px;
vertical-align: middle;
}
#contact {
min-height: 500px;
vertical-align: middle;
}
#contact p {
font-size: 3vw;
color: #343A40;
}
#about p {
font-size: 4vw;
color: #343A40;
}
body {
padding-top: 50px;
}
.fa {
font-size: 50px;
margin-left: 10px;
}
.fab {
font-size: 50px;
margin-left: 10px;
}
.small-font {
font-size: 20px;
margin-left: 5px;
vertical-align: middle;
}
.gradiant1 {
background-image: linear-gradient(-50deg, #ff9a44 50%, #fc6076 100%);
}
.bg-half {
background-image: linear-gradient(30deg, #818282 0%, #343A40 80%);
}
.font-oxygen {
font-family: oxygen;
}
.font-oxygen-bold {
font-family: oxygen-bold;
}
.font-raleway {
font-family: raleway-italic;
}
.font-raleway-regular {
font-family: raleway-semibold-italic;
}
.big-h1 {
font-size: 400%;
}
.brand,.profession {
text-shadow: 1px 1px 5px orangered;
}
.logo h3 {
text-decoration: none;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
color: #FC0C04;
font-size: 1.6em;
}
.logo h3:hover {
-webkit-animation: neon5 1.5s ease-in-out infinite alternate;
-moz-animation: neon5 1.5s ease-in-out infinite alternate;
animation: neon5 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes neon5 {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FC0C04, 0 0 30px #FC0C04, 0 0 40px #FC0C04, 0 0 60px #FC0C04, 0 0 80px #FC0C04;
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FC0C04, 0 0 35px #FC0C04, 0 0 40px #FC0C04, 0 0 50px #FC0C04, 0 0 75px #FC0C04;
}
}
/*glow for mozilla*/
@-moz-keyframes neon5 {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FC0C04, 0 0 30px #FC0C04, 0 0 40px #FC0C04, 0 0 60px #FC0C04, 0 0 80px #FC0C04;
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FC0C04, 0 0 35px #FC0C04, 0 0 40px #FC0C04, 0 0 50px #FC0C04, 0 0 75px #FC0C04;
}
}
/*glow*/
@keyframes neon5 {
from {
text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FC0C04, 0 0 30px #FC0C04, 0 0 40px #FC0C04, 0 0 60px #FC0C04, 0 0 80px #FC0C04;
}
to {
text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FC0C04, 0 0 35px #FC0C04, 0 0 40px #FC0C04, 0 0 50px #FC0C04, 0 0 75px #FC0C04;
}
}
.logo h3:hover {
color: #ffffff;
} | 0.297878 | 0.109849 |
* {
margin: 0;
padding: 0;
}
/* COMMON
* Valeurs communes et formatage de base
------------------------------------------------*/
body {
font: 300 16px/1.5 "Open Sans", sans-serif;
}
h1, h2, h3 {
font-weight: normal;
font-family: Merriweather, serif;
line-height: 1;
margin-bottom: .2em;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
ul, li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
/* LAYOUT
* Dimenssions et positionnement des choses
------------------------------------------------*/
/* HEADER
........................*/
header {
background-image: url(../img/header.jpg); /* regardez bien le lien vers l'image */
background-repeat: no-repeat;
background-position: center bottom; /* x, y */
background-size: cover; /* pour voir l'image en entier */
/* shortcut equivalent:
background: url(../img/header.jpg) no-repeat center bottom / cover;
*/
}
header h1 {
text-align: center;
padding: 1.5em 0;
}
/* NAV
........................*/
nav {
background-color: rgba(255, 255, 255, .4); /* a = alpha, transparence de 0 à 1 */
text-align: center;
}
nav ul li {
display: inline-block; /* bouge les menus sur l'horizontale; défaut = block*/
}
nav ul li a {
display: block; /* pour que le lien soit cliquable en dehors du texte; default = inline */
padding: 1em 2em;
text-transform: uppercase;
font-size: 1.3em;
font-weight: 400;
color: #000;
}
nav ul li a:hover, .active {
border-bottom: solid 5px #333; /* survol et menu actif */
}
/* MAIN
........................*/
main {
display: flex; /* magic ! Fait automatiquement des colonnes avec ses enfants */
width: 80%;
padding: 3%;
margin: 0 auto;
}
/* Article */
main article {
flex: 3; /* magic ! Proportion 3/4 (75%) */
padding: 2%;
margin-right: 4%;
}
/* Section */
main section {
margin: 2em 0;
}
/* Aside */
main aside {
flex: 1; /* magic ! Proportion 1/4 (25%) */
padding: 2%;
background-color: #f5f5f5;
}
main aside a {
line-height: 2;
}
main aside a:hover {
text-decoration: underline; /* ligne du bas en survol */
}
/* FOOTER
........................*/
footer {
text-align: center;
padding: 4em 0;
border-top: solid 1px #e5e5e5;
} | HTML-CSS/01.intro/a-mini-page/css/styles.css | * {
margin: 0;
padding: 0;
}
/* COMMON
* Valeurs communes et formatage de base
------------------------------------------------*/
body {
font: 300 16px/1.5 "Open Sans", sans-serif;
}
h1, h2, h3 {
font-weight: normal;
font-family: Merriweather, serif;
line-height: 1;
margin-bottom: .2em;
}
h1 {
font-size: 3em;
}
h2 {
font-size: 2em;
}
h3 {
font-size: 1.5em;
}
ul, li {
list-style: none;
}
a {
text-decoration: none;
color: inherit;
}
/* LAYOUT
* Dimenssions et positionnement des choses
------------------------------------------------*/
/* HEADER
........................*/
header {
background-image: url(../img/header.jpg); /* regardez bien le lien vers l'image */
background-repeat: no-repeat;
background-position: center bottom; /* x, y */
background-size: cover; /* pour voir l'image en entier */
/* shortcut equivalent:
background: url(../img/header.jpg) no-repeat center bottom / cover;
*/
}
header h1 {
text-align: center;
padding: 1.5em 0;
}
/* NAV
........................*/
nav {
background-color: rgba(255, 255, 255, .4); /* a = alpha, transparence de 0 à 1 */
text-align: center;
}
nav ul li {
display: inline-block; /* bouge les menus sur l'horizontale; défaut = block*/
}
nav ul li a {
display: block; /* pour que le lien soit cliquable en dehors du texte; default = inline */
padding: 1em 2em;
text-transform: uppercase;
font-size: 1.3em;
font-weight: 400;
color: #000;
}
nav ul li a:hover, .active {
border-bottom: solid 5px #333; /* survol et menu actif */
}
/* MAIN
........................*/
main {
display: flex; /* magic ! Fait automatiquement des colonnes avec ses enfants */
width: 80%;
padding: 3%;
margin: 0 auto;
}
/* Article */
main article {
flex: 3; /* magic ! Proportion 3/4 (75%) */
padding: 2%;
margin-right: 4%;
}
/* Section */
main section {
margin: 2em 0;
}
/* Aside */
main aside {
flex: 1; /* magic ! Proportion 1/4 (25%) */
padding: 2%;
background-color: #f5f5f5;
}
main aside a {
line-height: 2;
}
main aside a:hover {
text-decoration: underline; /* ligne du bas en survol */
}
/* FOOTER
........................*/
footer {
text-align: center;
padding: 4em 0;
border-top: solid 1px #e5e5e5;
} | 0.222869 | 0.114715 |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
body{
width:1365px;
position:relative;
margin:auto;
padding:0px;
}
.header_section_wrapper{
width:98%;
padding:0% 1%;
position:relative;
}
.site_body{
margin:auto;
padding:0px;
position:relative;
}
.aside_menu{ float:left;}
.boby_container{
background:url(../images/top-bg.png);
background-repeat:no-repeat;
background-position:top;
background-size:contain;
position: relative;
border: 0px solid red;
float:right;
width: 1101px;
height:530px;
}
.clear_b{ clear:both; width:0px !important; height:0px !important;}
.header_section{
width:100%;
max-width:1400px;
height:100px;
position:relative;
background: url(../images/header-bg.png);
background-repeat:no-repeat;
background-position:center;
background-size: cover;
}
.logo{
width:300px;
float:left;
margin-top:10px;
}
.logo img{width:100%;}
.login{
float:right;
position:relative;
top:75px;
height:20px;
color:#FFF;
}
.login a{
margin-left:10px;
cursor:pointer;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
text-shadow: 0 1px 1px #000;
font-weight:800;
}
/******************Side Menu***********************/
.date{
width: 250px;
margin:auto;
margin-top: 12px;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 3px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.date header h3{
text-align:center;
color:#fff;
padding:5px 0px;
border-radius:4px 4px 0px 0px;
margin:0px 0px 5px 0px;
background: linear-gradient(#3F4551, #3F4551, #3F4551);
-moz-background: linear-gradient(#3F4551, #3F4551, #3F4551);
-webkit-background: linear-gradient(#3F4551, #3F4551, #3F4551);
-ms-background: linear-gradient(#3F4551, #3F4551, #3F4551);
}
.btn {
display: inline-block;
padding:0px 6px;
margin-bottom: 0;
font-size: 15px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
text-shadow: 0 1px 1px #000;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
}
.btn-primary {
color: #fff;
background-color: #3F4551;
border-color:#3F4551;
}
.pull-right {
float: right!important;
}
.pull-left {
float: left!important;
}
/* Base Styles */
.aside_menu{
border:1px solid #666;
height:585px;
width:260px;
border-radius: 4px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
font-weight: normal;
text-decoration: none;
line-height: 1;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
position: relative;
}
#cssmenu a {
line-height: 1.3;
}
#cssmenu {
width: 250px;
height:330px;
margin:auto;
background:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 3px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.seld_servs{
width:99%;
margin-bottom:3px;
height:28px;
border-radius:4px;
position:relative;
background:#82899E;
border:1px solid #2b4b83;
}
.seld_servs h3{
margin:0px;
color:#2b4b83;
text-align:center;
line-height:28px;
font-family: 'Open Sans', sans-serif;
text-shadow: 0 1px 1px #000;
}
#cssmenu > ul > li {
margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
margin: 0;
}
#cssmenu > ul > li > a {
font-size: 15px;
display: block;
/*color: #09F;*/
color: #FFF;
text-shadow: 0 1px 1px #000;
/*
background: -moz-linear-gradient(#565656 0%, #323232 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
background: -webkit-linear-gradient(#565656 0%, #323232 100%);
background: linear-gradient(#565656 0%, #323232 100%);
background: linear-gradient(#F4F4F4, #b4b4b4, #F4F4F4);
-moz-background: linear-gradient(#F4F4F4, #b4b4b4, #F4F4F4);
-webkit-background: linear-gradient(#F4F4F4, #b4b4b4, #F4F4F4);
-ms-background: linear-gradient(#F4F4F4, #b4b4b4, #F4F4F4);
*/
background: linear-gradient(#235A94, #235A94, #09F);
-moz-background: linear-gradient(#235A94, #235A94, #09F);
-webkit-background: linear-gradient(#235A94,#235A94, #09F);
-ms-background: linear-gradient(#235A94, #235A94, #09F);
border: 1px solid #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#cssmenu > ul > li > a > span {
display: block;
border: 1px solid #666666;
padding: 6px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: bold;
}
#cssmenu > ul > li > a:hover {
text-decoration: none;
}
#cssmenu > ul > li.active {
border-bottom: none;
}
#cssmenu > ul > li.active > a {
/* background: #97be10;
background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
background: linear-gradient(#97be10 0%, #79980d 100%);
*/
background: #97be10;
background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
background: linear-gradient(#97be10 0%, #79980d 100%);
color: #fff;
text-shadow: 0 1px 1px #000;
border: 1px solid #79980d;
}
#cssmenu > ul > li.active > a span {
border: 1px solid #003FFF;
background-color: #235A94;
}
#cssmenu > ul > li.has-sub > a span {
background:#3F4551 url(../images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
background:#82899E url(../images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
padding: 5px 12px;
display: none;
}
#cssmenu ul ul li {
padding: 3px 0px 3px 3px;
}
#cssmenu ul ul li:hover {
background:#82899E;
color: #FFF;
}
#cssmenu ul ul a {
display: block;
color: #595959;
font-size: 13px;
font-weight: bold;
}
#cssmenu ul ul a:hover {
color: #FFF;
}
#cssmenu > ul > li.has-subno > a span {
background:#3F4551;
} | css/styles.css | @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
body{
width:1365px;
position:relative;
margin:auto;
padding:0px;
}
.header_section_wrapper{
width:98%;
padding:0% 1%;
position:relative;
}
.site_body{
margin:auto;
padding:0px;
position:relative;
}
.aside_menu{ float:left;}
.boby_container{
background:url(../images/top-bg.png);
background-repeat:no-repeat;
background-position:top;
background-size:contain;
position: relative;
border: 0px solid red;
float:right;
width: 1101px;
height:530px;
}
.clear_b{ clear:both; width:0px !important; height:0px !important;}
.header_section{
width:100%;
max-width:1400px;
height:100px;
position:relative;
background: url(../images/header-bg.png);
background-repeat:no-repeat;
background-position:center;
background-size: cover;
}
.logo{
width:300px;
float:left;
margin-top:10px;
}
.logo img{width:100%;}
.login{
float:right;
position:relative;
top:75px;
height:20px;
color:#FFF;
}
.login a{
margin-left:10px;
cursor:pointer;
font-family: 'Open Sans', sans-serif;
font-size: 15px;
text-shadow: 0 1px 1px #000;
font-weight:800;
}
/******************Side Menu***********************/
.date{
width: 250px;
margin:auto;
margin-top: 12px;
background: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 3px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.date header h3{
text-align:center;
color:#fff;
padding:5px 0px;
border-radius:4px 4px 0px 0px;
margin:0px 0px 5px 0px;
background: linear-gradient(#3F4551, #3F4551, #3F4551);
-moz-background: linear-gradient(#3F4551, #3F4551, #3F4551);
-webkit-background: linear-gradient(#3F4551, #3F4551, #3F4551);
-ms-background: linear-gradient(#3F4551, #3F4551, #3F4551);
}
.btn {
display: inline-block;
padding:0px 6px;
margin-bottom: 0;
font-size: 15px;
font-weight: normal;
font-family: 'Open Sans', sans-serif;
text-shadow: 0 1px 1px #000;
line-height: 1.428571429;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
-webkit-user-select: none;
}
.btn-primary {
color: #fff;
background-color: #3F4551;
border-color:#3F4551;
}
.pull-right {
float: right!important;
}
.pull-left {
float: left!important;
}
/* Base Styles */
.aside_menu{
border:1px solid #666;
height:585px;
width:260px;
border-radius: 4px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
margin: 0;
padding: 0;
border: 0;
list-style: none;
font-weight: normal;
text-decoration: none;
line-height: 1;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
position: relative;
}
#cssmenu a {
line-height: 1.3;
}
#cssmenu {
width: 250px;
height:330px;
margin:auto;
background:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
padding: 3px;
-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
.seld_servs{
width:99%;
margin-bottom:3px;
height:28px;
border-radius:4px;
position:relative;
background:#82899E;
border:1px solid #2b4b83;
}
.seld_servs h3{
margin:0px;
color:#2b4b83;
text-align:center;
line-height:28px;
font-family: 'Open Sans', sans-serif;
text-shadow: 0 1px 1px #000;
}
#cssmenu > ul > li {
margin: 0 0 2px 0;
}
#cssmenu > ul > li:last-child {
margin: 0;
}
#cssmenu > ul > li > a {
font-size: 15px;
display: block;
/*color: #09F;*/
color: #FFF;
text-shadow: 0 1px 1px #000;
/*
background: -moz-linear-gradient(#565656 0%, #323232 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
background: -webkit-linear-gradient(#565656 0%, #323232 100%);
background: linear-gradient(#565656 0%, #323232 100%);
background: linear-gradient(#F4F4F4, #b4b4b4, #F4F4F4);
-moz-background: linear-gradient(#F4F4F4, #b4b4b4, #F4F4F4);
-webkit-background: linear-gradient(#F4F4F4, #b4b4b4, #F4F4F4);
-ms-background: linear-gradient(#F4F4F4, #b4b4b4, #F4F4F4);
*/
background: linear-gradient(#235A94, #235A94, #09F);
-moz-background: linear-gradient(#235A94, #235A94, #09F);
-webkit-background: linear-gradient(#235A94,#235A94, #09F);
-ms-background: linear-gradient(#235A94, #235A94, #09F);
border: 1px solid #000;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#cssmenu > ul > li > a > span {
display: block;
border: 1px solid #666666;
padding: 6px 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-weight: bold;
}
#cssmenu > ul > li > a:hover {
text-decoration: none;
}
#cssmenu > ul > li.active {
border-bottom: none;
}
#cssmenu > ul > li.active > a {
/* background: #97be10;
background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
background: linear-gradient(#97be10 0%, #79980d 100%);
*/
background: #97be10;
background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
background: linear-gradient(#97be10 0%, #79980d 100%);
color: #fff;
text-shadow: 0 1px 1px #000;
border: 1px solid #79980d;
}
#cssmenu > ul > li.active > a span {
border: 1px solid #003FFF;
background-color: #235A94;
}
#cssmenu > ul > li.has-sub > a span {
background:#3F4551 url(../images/icon_plus.png) 98% center no-repeat;
}
#cssmenu > ul > li.has-sub.active > a span {
background:#82899E url(../images/icon_minus.png) 98% center no-repeat;
}
/* Sub menu */
#cssmenu ul ul {
padding: 5px 12px;
display: none;
}
#cssmenu ul ul li {
padding: 3px 0px 3px 3px;
}
#cssmenu ul ul li:hover {
background:#82899E;
color: #FFF;
}
#cssmenu ul ul a {
display: block;
color: #595959;
font-size: 13px;
font-weight: bold;
}
#cssmenu ul ul a:hover {
color: #FFF;
}
#cssmenu > ul > li.has-subno > a span {
background:#3F4551;
} | 0.158402 | 0.053329 |
@font-face {
font-family: "Quicksand-VariableFont_wght";
src: local("Quicksand-VariableFont_wghtr"),
local("Quicksand-VariableFont_wght"),
url("./assets/fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
}
@font-face {
font-family: "Quicksand-Bold";
src: local("Quicksand-Bold"), local("Quicksand-Bold"),
url("./assets/fonts/Quicksand-Bold.ttf") format("truetype");
}
@font-face {
font-family: "FredokaOne-Regular";
src: local("FredokaOne-Regular"), local("FredokaOne-Regular"),
url("./assets/fonts/FredokaOne-Regular.ttf") format("truetype");
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: rgb(17, 17, 17) !important;
}
h1,
h2,
h3,
h4,
h5 {
font-family: "Quicksand-Bold";
color: #f3d02e;
}
p {
font-family: "Quicksand-VariableFont_wght";
color: rgb(204, 204, 204);
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
hr {
background-color: gray;
}
.nav-item {
margin-right: 12px;
}
/* HEADER --------- */
.navbar-image {
height: 55px;
border-radius: 31px;
margin-right: 10px;
border: 3px solid white;
}
nav ul li a {
font-family: "FredokaOne-Regular";
color: white !important;
}
nav ul li a:hover {
color: gainsboro !important;
text-decoration-line: underline !important;
text-decoration-color: #f3d02e !important;
}
.bg-blog {
background-color: #171818;
}
.logoStyle {
font-family: "FredokaOne-Regular";
font-size: 30px !important;
}
@media only screen and (max-width: 404px) {
.logoStyle {
font-family: "FredokaOne-Regular";
font-size: 21px !important;
}
}
.container {
width: 65% !important;
margin: 0 auto;
}
@media only screen and (max-width: 404px) {
.customNav {
width: 100% !important;
margin: 0 auto;
}
}
.containerInContainer {
height: 100% !important;
}
/* -------- HEADER FINISH */
/* FOOTER ------------ */
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color: #171818;
color: white;
padding: 15px;
}
.footer a svg {
font-size: 23px;
color: white;
margin-left: 15px;
}
/* -------- FOOTER FINISH */
.globalButton {
padding: 11px;
padding-top: 9px;
padding-bottom: 9px;
background-color: #171818;
color: white;
font-family: "Quicksand-VariableFont_wght";
border-radius: 21px;
letter-spacing: 2px;
cursor: pointer;
font-size: 12px;
}
.globalButton:hover {
background-color: black;
color: white;
} | src/index.css | @font-face {
font-family: "Quicksand-VariableFont_wght";
src: local("Quicksand-VariableFont_wghtr"),
local("Quicksand-VariableFont_wght"),
url("./assets/fonts/Quicksand-VariableFont_wght.ttf") format("truetype");
}
@font-face {
font-family: "Quicksand-Bold";
src: local("Quicksand-Bold"), local("Quicksand-Bold"),
url("./assets/fonts/Quicksand-Bold.ttf") format("truetype");
}
@font-face {
font-family: "FredokaOne-Regular";
src: local("FredokaOne-Regular"), local("FredokaOne-Regular"),
url("./assets/fonts/FredokaOne-Regular.ttf") format("truetype");
}
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: rgb(17, 17, 17) !important;
}
h1,
h2,
h3,
h4,
h5 {
font-family: "Quicksand-Bold";
color: #f3d02e;
}
p {
font-family: "Quicksand-VariableFont_wght";
color: rgb(204, 204, 204);
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
hr {
background-color: gray;
}
.nav-item {
margin-right: 12px;
}
/* HEADER --------- */
.navbar-image {
height: 55px;
border-radius: 31px;
margin-right: 10px;
border: 3px solid white;
}
nav ul li a {
font-family: "FredokaOne-Regular";
color: white !important;
}
nav ul li a:hover {
color: gainsboro !important;
text-decoration-line: underline !important;
text-decoration-color: #f3d02e !important;
}
.bg-blog {
background-color: #171818;
}
.logoStyle {
font-family: "FredokaOne-Regular";
font-size: 30px !important;
}
@media only screen and (max-width: 404px) {
.logoStyle {
font-family: "FredokaOne-Regular";
font-size: 21px !important;
}
}
.container {
width: 65% !important;
margin: 0 auto;
}
@media only screen and (max-width: 404px) {
.customNav {
width: 100% !important;
margin: 0 auto;
}
}
.containerInContainer {
height: 100% !important;
}
/* -------- HEADER FINISH */
/* FOOTER ------------ */
.footer {
left: 0;
bottom: 0;
width: 100%;
background-color: #171818;
color: white;
padding: 15px;
}
.footer a svg {
font-size: 23px;
color: white;
margin-left: 15px;
}
/* -------- FOOTER FINISH */
.globalButton {
padding: 11px;
padding-top: 9px;
padding-bottom: 9px;
background-color: #171818;
color: white;
font-family: "Quicksand-VariableFont_wght";
border-radius: 21px;
letter-spacing: 2px;
cursor: pointer;
font-size: 12px;
}
.globalButton:hover {
background-color: black;
color: white;
} | 0.353205 | 0.233772 |
@-moz-document domain("app.glip.com") {
/*
# Versions
- a0.5 2019-03-08 - initial release, incomplete
- a0.6 2019-03-12 - updated lots of stuff like popups, improving color contrast etc.
- a0.7 2019-03-29 - progress on many small annoyances and large issues like confirmation modal/popup windows
- a0.8 2019-03-29 - styled the phone view
- a0.9 2019-05-13 - improved text in search forms, improved list views of team memebers
- a0.10 2019-05-30 - improved: tasks posted in conversations, text in search fields like ctrl+K search popup, started styling my calendar view
- a0.11 2019-06-11 - improved: meme builder, big improvement to task creation modal
- a0.12 2019-07-01 - improved: input form text, current even in calendar view, modal popup for calendar date pickers
- a0.13 2019-07-25 - Improved: dialpad in phone, meetings view text, improvements for new navigation, task edit icon, task comments, calendar syncing modal window, team alert (ie read-only teams), annotation on images
*/
/* 0.0 Universal */
/* 0.1 popup menus */
/* border around popups, search box, and settings switches */
[data-balloon]::after,
.bubble-switch:not(.bubble-switch-disabled) > input:not(:checked) + .bubble-slider,
menu.dropdown,
.topbar-search .topbar-search-input-container input:hover,
div.compose-popup .body /* modal window background on task compose and more */
{
border: 2px solid #fff;
}
menu.dropdown li.rollover, /* text in pop-up menus */
menu div.text, /* deccription text in pop-up menus */
.confirm .confirmtitle, .confirm .confirmbody, /* confirm message for things like marking all conversations as read */
.confirm input, /* input text for search boxes like gif */
.bright-btn, button, /* buttons like "confirm" when marking all conversations as read */
h1#popup-title, /* modal window title on task compose and more */
.input-holder, .compose label, /* 'complete when' field in task creation modal */
.compose #attach_file .ico, /* paperclip icon to attach file to task */
#compose_forms input[type="text"] /* modal form test, such as event creation */
{
color: #fff !important;
}
.confirm, /* confirm message for things like marking all conversations as read */
.bright-btn, button, /* replace normal green in buttons like "confirm" when marking all conversations as read */
div.compose-popup .body, /* modal window background on task compose and more */
.mimic_input, /* fake input element in task creation modal */
div.select, /* dropdown selects */
.input-holder /* 'complete when' field in task creation modal */
{
background:#000;
}
.modal_popup, /* main popup menu background */
h1#popup-title, /* modal window title on task compose and more */
.compose #repeatrow select /* repeat options in new task modal */
{
background:#000 !important;
}
#ui-datepicker-div /* calendar date picker modal */
{
box-shadow:none;
border: 2px solid #fff;
background-color: #000;
background-image: none;
padding: 10px 10px 6px;
}
menu.dropdown li li:hover .ico.ico-submenu-file/* + share submenu icons */,
menu.dropdown li:hover .ico, /* icons when hovering in gear menus */
.bright-btn:hover, button:hover /* buttons like "confirm" when marking all conversations as read */
/* .confirm input.ui-autocomplete-input ? was breaking things */ /* fix text in search fields like ctrl+K search popup */
#ui-datepicker-div .has-events a, /* better color for links in calendar date picker date numbers */
#ui-datepicker-div .ui-state-default, /* better color for links in calendar date picker date numbers */
button:hover /* buttons like "confirm" when marking all conversations as read */
{
color: #000 !important;
}
#ui-datepicker-div .has-events a /* better color for links in calendar date picker date numbers */
{
text-decoration:underline;
}
menu img.check, /* improve icons that are images instead of fonts */
.ui-datepicker .ui-datepicker-prev span /* previous month button in date picker */
{
filter: brightness(7);
}
div.select, /* dropdown selects */
div.select.hover:not(.keyboard-nav),
div.select.hover:not(.keyboard-nav) ul li:hover > a, /* text of hovered dropdown item */
div.select.hover:not(.keyboard-nav) ul li:hover .ico-folder, /* icon of hovered dropdown item */
div.select.hover:not(.keyboard-nav) ul li:hover .ico /* hovering over item in select dropdown with dropdown arrow */
{
color:#000;
}
li .presence /* team color dot in dropdown menu */
{
border: 2px solid #000;
width: 12px;
height: 12px;
top: 1px;
}
div.select .value, /* selected item in dropdown */
div.select.hover ul a, /* items listed in dropdown */
.compose #repeatrow select, /* repeat options in new task modal */
.ui-widget-header /* text on modals like the date picker */
{
color:#fff;
}
div.select td.label /* title of select dropdown */
{
border-right:3px solid #000;
}
div.select.hover:not(.keyboard-nav) ul li:hover /* hovering over item in select dropdown */
{
background:#fff;
}
.bright-btn:hover, button:hover /* buttons like "confirm" when marking all conversations as read */
{
background:#fff!important;
}
::placeholder /* ensure placeholders are not transparent */
{
opacity:1;
color:#fff;
}
element {
display: block;
top: 10px;
}
.popup.lower {
z-index: 6500;
}
div.item-details {
position: absolute;
top: 130px;
width: 800px;
overflow-y: visible;
padding: 0 !important;
left: 50%;
margin: 0 0 0 -400px;
}
.popup {
z-index: 7500;
}
.absolute {
position: absolute;
}
.hint {
margin: -30px 0 0 5px;
}
menu.dropdown, .hint, .compose-popup /* pop-up menus like keyboard shortcuts, conversation search, etc. */
{
background:#000;
color:#fff;
border: 2px solid #fff;
}
.confirm, /* confirm message for things like marking all conversations as read */
.bright-btn, button /* replace normal green in buttons like "confirm" when marking all conversations as read */
{
border: 2px solid #fff !important;
}
.compose #repeatrow select /* repeat options in new task modal */
{
border: 1px solid #fff;
border-radius: 0.3em;
}
.compose select /* ? trying to fix no dropdown icon on task creation repeat options - select dropdown lists */
{
-webkit-appearance: menulist-button;
}
.hint td, /* individual parts of pop-up menus */
code.outline, /* code block */
input.big /* search input for popup menus like conversation */
{
background:#000 !important;
}
.popup .dismiss, /* x close/dismiss button for pop-up */
.confirm .dismiss /* close icon on meme-builder window */
{
opacity:1;
}
div.select.hover.big.inline ul li, /* conversation names in the select conversation popup (commaand/ctrl K)*/
div.select.hover.big.inline ul li .ico, /* profile icon in conversation names in the select conversation popup (commaand/ctrl K)*/
input.big, /* search input for popup menus like conversation */
.confirm .dismiss, /* close icon on meme-builder window */
input#compose_task_input /* compose task modal window title field */
{
color:#fff;
}
h1#popup-title, /* modal window title on task compose and more */
div.select td.label /* title of select dropdown */
{
font-weight:bold;
}
/* 1.0 Loading Sequence */
/* ==================== */
.fake-background /* body area after initial placeholder */ {
background-color: black;
}
.topbar-widget /* top area containing company name and search */
{
border-bottom:1px solid #fff;
}
/* 2.0 Left bar */
.grouptab /* list items */{
font-size: 14pt;
}
body[theme="contrast"] .grouptab,
.rightrail p.tiptext /* make left/right sidebar text bold for better visibility */
{
font-weight: bold;
}
.leftrail .presence /* increase size, add black border on presence to improve visibility, move down to account for bigger size */
{
border: 2px solid #000;
width: 12px;
height: 12px;
top: 3px;
}
.leftrail .selected .presence {
top: 5px; /* move presence dot up to account for larger size */
}
.presence.presence-sms.presence-sms-icon /* SMS bubble icon next to conversation (instead of presence) */
{
border:none;
top:6px;
left:0px;
}
.leftrail .grouptab:hover .presence.presence-sms.presence-sms-icon /* SMS bubble icon next to conversation (instead of presence) */
{
filter: brightness(0.001); /* ? adjust color so bubble is black when hovering */
}
/* 2.x Titles */
/*[!]*/ body[theme="contrast"] .plugintab .ico.plus {filter: brightness(0.001);} /* + icon next to titles are images, need to filter to change color */
/* body[theme="contrast"] .plugintab .ico.plus,/* /* title + icon */
.topbar-search .topbar-search-input-container input,
.topbar-search .topbar-search-input-container .ico {
color: #fff !important;
}
/* 2.1 Team Search Page */
.team_name,
.person_name,
.model_name,
ul.alphabet_filter,
.team_members,
.person_info,
.model_description,
.created_by {
color: white;
}
ul.alphabet_filter > li:hover,
.alphabet_letter .selectedLetter/*not working cuz jQuery*/
{
background-color: white;
}
ul.alphabet_filter > li:hover {
color: black;
}
.team_row,
.person_row,
.model_row {
padding: 0.2em;
}
.guest,
h1.stream-header.guest {
background-image: none !important;
border: 4px solid white;
border-style: double;
border-radius: 0.4em;
}
/* 2.2 Bookmarks */
.post .go_to_post_button {
background: #000;
color: #fff;
}
.post .go_to_post_button:hover {
background: #fff;
color: #000;
}
/* 2.5 bottom of left bar - plugin area */
body[theme="contrast"] .plugintab-bottom-navigation:hover label span,
body[theme="contrast"] .plugintab:hover label,
body[theme="contrast"] .plugintab-bottom-navigation:hover,
body[theme="contrast"] .plugintab:hover,
body[theme="contrast"] .grouptab:hover/*.topbar-search .topbar-search-input-container input:focus*/
{
background: #fff;
color: black;
}
body[theme="contrast"] .plugintab-bottom-navigation /* left bar bottom buttons icon */
{
color:#fff;
}
body[theme="contrast"] #leftrail-header, /* company name background */
body[theme="contrast"] .leftrail-bottom-navigation-plugins, /* left bar bottom buttons background */
body[theme="contrast"] .plugintab-bottom-navigation /* left bar bottom buttons icon */
{
background:#000;
}
/* borders for badge bubbles, to make visible when selected conversation has unseen messages */
body[theme="contrast"] .plugintab .new,
body[theme="contrast"] .grouptab .new {
border: 1px solid black;
}
/* bottom nav on left rail */
body[theme="contrast"] #leftrail-header {
border-bottom: 1px solid white;
}
/* 3.0 Conversation View */
.postslist,
#postswrapper .compose /* background around chat text input field */,
.first-post /* 'Get Started' section */,
.compose_type /* + button next to text input field */,
.centerrail .stream-action, /* meetings and settings button icons at top */
.item, /* media post background */
.post:nth-child(2n) .link, /* some link previews */
.loading.centerrail, /* conversation color while loading */
.post.merged .actions, /* post hover buttons when seeing sequential posts by one person */
.post.last-merged .actions, /* last merged post hover buttons when seeing sequential posts by one person */
.post.selected .post-body, /* selected post when command/ctrl clicking some posts */
.search_page .search_page_result:hover, /* hovered post in search results */
.search_page .search_result_text:hover, /* hovered post in search results */
.post.kip-post .post-body, /* post when using slash-command 'who' */
.annotation /* annotation pop-up on images etc */
{
background:#000; /* primary post whitespace background */
}
.compose .compose_type:hover /* button around + compose icon */
{
background:#fff;
}
h1.stream-header, /* title bar of conversation */
#compose_forms textarea /* text input field */
{
background:#000 !important;
}
.centerrail .stream-action, /* start meeting/conversation settings icon */
.post .activity, /* user name and likes */
.post .post_text, /* text posts */
.chat-textarea, /* post text text input area */
a.plain,
.compose_type .content-type, /* + icon in post compose area */
.post .event .eventtext,
.markdown b,
#plugin_lists,
h1.stream-header,
h1.page-header,
.post .post_text, /* text posts */
.items, /* posted media (tasks, meetings etc.) */
.item.file .ico.ico-image-file, /* posted file icon next to name */
.item.file .ico.ico-general-file, /* general file logo next to name (gif etc.) */
.post .filename, /* name of posted file */
.summary, /* summary of site link previews ? not needed*/
.post .actions .ico, /* action icons shown on individual post when hovering */
menu.dropdown .ico, /* action icons shown in dropdown when choosing 'more actions' gear */
.icon-button .ico, /* locked icon showing private conversation */
.tel_disabled .markdown_phone_number:link, /* phone numbers automatically turned into links */
.tel_disabled .markdown_phone_number:hover, /* phone numbers automatically turned into links */
.calls-to-action-welcome-title, /* 'Get started...' title at the top of a new conversation */
.stream-chooser li .description, /* text that shows in slash commmands popup menu */
.stream-chooser li .argument, /* [variables] or other input in slash commands */
div.select.hover:not(.keyboard-nav), /* text that comes up in slash commands popup menu */
.post .task .tasktext /* task title when posted to conversation */
{
color: #fff;
}
menu.dropdown li:hover li .ico.ico-submenu-file /* file share source submenu text */
{
color: #fff !important;
}
.postslist .sep label,
.centerrail .stream-action.active, /* start meeting/conversation settings icon when active */
menu.dropdown li:hover li:hover .ico.ico-submenu-file, /* file share source submenu icon */
.centerrail .stream-action:hover, /* start meeting/conversation settings icon */
.compose_type:hover .ico, /* + button next to compose field */
div.select.hover:not(.keyboard-nav) ul li:hover, /* text that shows in slash commmands popup menu */
div.select.hover:not(.keyboard-nav) ul li:hover span, /* [variables] or other input in slash commands */
.person_row:hover .person_info, /* name of people when hovering in 'manage team members' view */
.person_row:hover .ico /* gear next to name when hovering in 'manage team members' view */
{
color: #000 !important;
}
.leftrail-bottom-navigation /* devider between posts */ {
border-top: 1px solid #fff;
}
.post_text /* indent post text so names are easier to see without different color */ {
padding-left: 1em;
}
.post .activity /* increase user name size and increase bottom margin */ {
font-size: 1.1em;
margin-bottom: 0.5em;
}
.call-to-action-block p /* fix start of conversation link color */ {
font-weight: bold;
color: #fff;
}
.call-to-action-block .ico,
#topbar #tb_header_buttons .ico /* fix start of conversation link icon color */
{
color: black !important;
}
.post .actions .ico /* action icons when hovering over post */{
width: 25px;
height: 25px;
}
.post .actions .ico:hover, /* experiment for hovering on post action buttons */
.compose #emoji_button:hover, /* emoji smile icon in compose field */
.compose #attach_button:hover, /* paperclip icon in compose filed */
.compose #giphy_button:hover, /* gif button in compose field */
.compose #giphy_button:hover .ico /* gif button in compose field */
{
background: white;
color: black !important;
border-radius: 3px;
}
.postslist .sep label
{
font-size:16px;
font-weight:700;
}
.post .post-body /* separator between individual posts */{
border-top: 1px solid rgba(100, 100, 100, .4); /*? could just be none */
}
.icon-button .colorized /* star icon of favorited conversations */
{
color:#ffa500;
}
.post.selected .post-body, /* selected post when command/ctrl clicking some posts */
.search_page .search_page_result:hover, /* hovered post in search results */
.search_page .search_result_text:hover /* hovered post in search results */
{
border:5px solid #fff;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
}
/* Shelf (right rail) */
.rightrail, /* main shelf */
.rightrail .sep label, /* day separator title */
div.item-omni /* item detail view, when clicking on task/pinned item/etc. */
{
background:#000;
}
.rightrail, /* main shelf */
.rightrail .sep label, /* day separator title in calendar section */
.heading, /* section header */
.rightrail p.tiptext, /* text when something other than a conversation is selected ie teams list */
#rr-add-people, /* add member of conversation icon */
#combined_showall, /* 'show all' link to see additional conversation members */
.rightrail .item .icon, /* icons for things like pinned items */
.rightrail .link .ico-link, /* external link arrow icon */
.rightgray, /* light grey text in right rail, task assignees etc. */
.rightrail .list-item .creator /* notes creator name */
{
color:white;
}
.rightrail .dismiss /* close icon in item detail view, when clicking on task/pinned item/etc. */
{
opacity:1;
}
.rightrail .sep label /* day separator title */ {
font-size: 1.2em;
}
.presence
{
border-color:#000; /* fix circle around presence of profiles */
}
.rightrail .dismiss:hover /* 'close' button in item detail view, when clicking on task/pinned item/etc. */ /* other selectors in original css .popover .dismiss:hover, .popup .dismiss:hover, .confirm .dismiss:hover */
{
color: #ff5e5e;
}
#rr-add-people /* add member of conversation icon */
{
border:2px solid #fff;
}
#rr-add-people:hover /* add member of conversation icon */
{
border:2px solid #000;
color:#000;
}
#combined_showall /* 'show all' link to see additional conversation members */
{
text-decoration:underline;
}
/* Search Bar */
#topbar,
.topbar-search .topbar-search-results-container,
.topbar-search .topbar-search-input-container input,
.topbar-search .topbar-search-click-layer,
.topbar-search-results-container .results-display-list .results-display-list-section .result-display-list-section-title-wrapper,
.topbar-search-results-container .results-display-list .results-display-list-section .results-display-list-item,
.result-display-list-section-title-wrapper {
background-color: black;
}
.topbar-search .topbar-search-input-container input::placeholder, /* placeholder text ? not working */
.topbar-search-results-container .results-display-list .results-display-list-section .results-display-list-item,
.topbar-search-results-container .results-display-list .results-display-list-section .result-display-list-section-title {
color: white;
}
.topbar-search-results-container .results-display-list .results-display-list-section .results-display-list-item:hover {
color: black;
}
#topbar_search_input:focus {
color: black !important;
}
/* Profile avatar area */
/* fix blue in unversal + add icon */
#topbar #tb_header_buttons .ico:hover /* universal + icon next to avatar */
{
background:#000;
color:#fff!important;
border:2px solid #fff;
}
.headshot-presence-widget .presence-widget .presence /* avatar presence */
{
border: 2px solid #000;
}
/* Settings */
.contentpad h1, /* settings main title */
#account_settings_form .settings_category .title, /* main section title */
.contentpad .description, /* setting description */
.settings .color_setting label, /* Color Theme picker text */
#account_settings_form .heading .category /* notification type headers (moble/email) */
{
color:#fff;
}
.bubble-switch:not(.bubble-switch-disabled) > input:not(:checked) + .bubble-slider /* background of disabled switches */ {
background:#000;
}
.content /* main settings/profile view */ {background:#000 !important;}
/* Profile view */
.settings label:not(.bubble-switch), /* title for entries in profile */
.content /* main settings/profile view */
{
color:#fff;
}
.settings label:not(.bubble-switch) /* title for entries in profile */
{
font-weight:bold;
}
/* Plugins (tasks, files, etc.) */
.plugin-content h1, /* header for tasks, files */
div.events h1 /* calendar month heading */
{
color:#fff;
}
/* Tasks */
table.ganttchart tr:hover td .ico-draghandle span, /* drag handles on task */
table.ganttchart tr:hover td, /* ? make background color of task black when hovering over a row */
table.ganttchart tr.focus td /* selected focused task */
{
background:#000;
}
.show-grid .taskrow
{
border-bottom: 1px solid #4b4b4b;
}
.ico, /* checkbox icon */
table.ganttchart td textarea, /* main text in tasks */
table.ganttchart td input, /* other task columns like due date, duration, category */
.plugin-content .sep label, /* category title */
.taskcheck.ico:hover, /* hovering over checkbox */
table.ganttchart .taskrow:hover td.attachments .ico, /* edit pencil next to hovered task */
.compose form#compose_tasks textarea /* description area in task */
{
color:#fff;
}
tr.add-new .complete .ico, /* create new task icon */
.taskcheck.ico:hover /* hovering over checkbox */
{
color:#fff !important;
}
.centerrail-header .tabs-container .tab-item.active, .centerrail-header .tabs-container .tab-item:hover /* title of two sections in calendar view */
{
color:#000!important;
}
table.ganttchart .taskrow:hover ::placeholder /* other task columns like due date, duration, category */
{
font-weight:bold; /* make 'new task', 'due', 'days' more visible ? can't figure out how to get placeholder colors to change in FF */
}
/* invert the drag handle in the row index when hovering, hopefully improves easily seeing which row is hovered */
table.ganttchart tr:hover td.row_index
{
background:#fff !important;
}
.pastdue /* times are highlighted in red when past due, red needs more white added */
{
color: #fc5555 !important;
}
/* Calendar */
.fc-widget-header, /* background color for day name/number */
.modal.connect-calendars-modal, /* popup prompt to connect external calendars */
.modal.connect-calendars-modal .calendar-list-row /* sub-row in popup prompt to connect external calendars */
{
background:#000;
}
.fc-state-highlight, /* today background highlight */
.centerrail-header .tabs-container .tab-item.active, .centerrail-header .tabs-container .tab-item:hover, /* title of two sections in calendar view */
.calendar-event-row .calendar-event-row__provider .ico /* icon of calendar provider in my calendar */
{
background:#fff;
}
.agenda .fc-event.transparent .fc-event-inner, /* color of non-boxed events in calendar view (single day, non-colored) */
.agenda .fc-event.transparent:hover .fc-event-inner, /* color of non-boxed events in calendar view (single day, non-colored) */
.prev_today_next .ico.action, /* 'Today' button text */
.fc-event .ico.ico-edit, /* pencil edit button on non-colored events in calendar view */
body[theme="rc"] button.ico-header-left-arrow, /* navigate arrows next to 'Today' button on top right */
button.ico-header-left-arrow, /* navigate arrows next to 'Today' button on top right */
body[theme="rc"] button.ico-header-right-arrow, /* navigate arrows next to 'Today' button on top right */
button.ico-header-right-arrow, /* navigate arrows next to 'Today' button on top right */
.fc-view-month .fc-event.transparent .fc-event-inner, /* some unstyled event type title ? */
.fc-view-month .fc-event.transparent:hover .fc-event-inner, /* some unstyled event type title ? */
.calendar-events-header .calendar-events-date-range-block, /* date range at top of my calendar */
.calendar-events-list-block, /* day title in my calendar */
.calendar-event-row .calendar-event-row__time, /* event time in my calendar */
.calendar-event-row .calendar-event-row__title, /* event title in my calendar */
.calendar-event-row .calendar-event-row__title .calendar-event-row__code, /* event location or meeting info in my calendar */
.calendar-event-action:hover:not(.disabled) > .ico, /* duplicate button on calendar list view */
.calendar-event-action .ico, /* info button on calendar list view */
.modal-wrapper /* setting titles when updating external calendar sync */
{
color:#fff;
}
.prev_today_next .ico.action:hover
{
color:#000;
}
.modal.connect-calendars-modal .close /* close option at top-right of calendar modal */
{
color:#000 !important;
}
.fc th /* day name and number in calendar */{
border-top: 1px solid #fff;
padding: 10px 0;
font-weight: 400;
color: #fff;
}
.fc-widget-header /* border between day name/number at top of day */
{
border-color:#fff !important;
}
.fc-event-skin /* colors for standard, non-colored events in calendar view */
{
border-color: #fff;
background: #000;
color: #fff;
}
/* transparent events */
.fc-view-month .fc-event.transparent .fc-event-inner, /* transparent events */
.fc-view-month .fc-event.transparent /* un-colored events with transparency */
{
background:#000;
}
.fc-event-skin:hover /* colors for standard, non-colored events in calendar view */
{
border-color: #fff;
background: #000;
color: #fff;
}
body[theme="rc"] button.ico-header-left-arrow:hover, /* navigate arrows next to 'Today' button on top right */
button.ico-header-left-arrow:hover, /* navigate arrows next to 'Today' button on top right */
body[theme="rc"] button.ico-header-right-arrow:hover, /* navigate arrows next to 'Today' button on top right */
button.ico-header-right-arrow:hover /* navigate arrows next to 'Today' button on top right */
{
color: #000;
background-color: #fff !important;
}
.modal.connect-calendars-modal /* popup prompt to connect external calendars */
{
border: 2px solid #fff;
}
.calendar-event-row:not(.calendar-no-events-row):hover /* event in row in my calendar */
{
background:inherit;
border-right-width:4em; /* increase visibility of hovered event ros */
}
.centerrail-header .tabs-container .tab-item.active, .centerrail-header .tabs-container .tab-item:hover, /* title of two sections in calendar view */
.centerrail-header .tabs-container .tab-item /* title of two sections in calendar view */
{
padding:0.2em;
}
.calendar-event-row.calendar-event-row-now /* highlighted event that is happening now */
{
border: 4px solid #fff;
border-left:20px solid;
}
.modal.connect-calendars-modal .close /* close option at top-right of calendar modal */
{
opacity: 1;
}
/* Phone */
input
{
background:#000;
}
div.emergency_form, /* 911 address confirmation modal */
.telephony-gui-window-internals h1, /* header on 911 address confirmation modal */
.emergency_form label, /* 911 form */
.emergency_form .form li, /* number setting for 911 form */
.emergency_form .form .address, /* address setting for 911 form */
.phone-row .name, /* ??? not working - from name in phone number call history */
.phone-row .call-type, /* call type, outbound/inbound */
.phone-row .location, /* from phone number in call history */
.phone-row .when, /* time/date in call history */
.phone-left-menu .calls-menu, /* 'all calls' and 'missed calls' radio button text */
.tabs-widget li label .name, /* phone menu sections */
.phone-row .phone-actions .ico, /* icons when hovering over call history itme */
.phone-search-bar-container .phone-search-bar, /* search text */
.phone-search-bar-container .phone-search-bar::placeholder, /* 'search calls' text in search bar */
.widget-outbound-caller-id .description, /* caller id title */
div.widget-outbound-caller-id, /* caller id setting */
.quickdial-bar-wrap .quickdial-bar, /* search text in quick dial bar */
.phone-holder .showing-results .quickdial-results-container .dialer-no-matches-found, /* placeholder text when no quick dial bar search items found */
.phone-people-row .person-container .person-name, /* name of person in quick call bar results */
.phone-people-row .person-container .phone-number, /* ext number of person in quick call bar results */
.quickdial-bar-wrap .remove-number>span, /* clear quick call bar search text icon */
.phone-row.unread .name, /* name of person from voicemail list */
.phone-row .duration, /* duration of voicemail */
.phone-row .controls span, /* voicemail play button */
.fax-info .ico, /* fax icon */
.fax-info, /* fax info */
.outbound-caller-id-list-widget .outbound-caller-id-list-item, /* text and icons in caller id option list */
.quickdial-bar-wrap .toggle-dialpad>span, /* dial pad 3x3 icon in quick dial bar */
.keypad_wrapper .key:hover /* keypad keys number */
.keypad_wrapper .key:hover span /* keypad keys letters */
{
color:#fff;
}
.return_to_present /* jump to top of call history list button */
{
background:#000;
border:2px solid #fff;
}
.keypad_wrapper .key /* keypad keys number */
{
border: 3px solid #fff;
padding-top: 8px;
}
.return_to_present:hover, /* jump to top of call history list button */
.phone-people-row:hover, /* people in results of quick call bar */
.outbound-caller-id-list-widget .outbound-caller-id-list-item.active, /* text and icons in caller id option list */
.outbound-caller-id-list-widget .outbound-caller-id-list-item:hover /* text on caller id when hovering */
{
background:#fff;
}
.return_to_present:hover .ico, /* jump to top of call history list button */
.phone-people-row:hover .person-container .person-name, /* name of person in quick call bar results */
.phone-people-row:hover .person-container .phone-number, /* ext number of person in quick call bar results */
.outbound-caller-id-list-widget .outbound-caller-id-list-item.active, /* text and icons in caller id option list */
.outbound-caller-id-list-widget .outbound-caller-id-list-item:hover /* text on caller id when hovering */
{
color:#000;
}
.phone-row:hover, /* call history list item hover */
.phone-holder .quickdial-results, /* phone search/dial bar at top */
.phone-holder .quickdial-results-container, /* phone search/dial bar at top */
.phone-people-row, /* people in results of quick call bar */
.outbound-caller-id-list-widget /* list when choosing caller id number */
{
background:#000;
}
.phone-wrap .tabs .new-phone-items /* badge for unseen VM/calls */
{
font-size:14px;
background:#000;
}
.tabs-widget li input[type=radio]:checked+label .name /* currently selected menu item */
{
padding:0.2em;
border-radius:0.1em;
border-bottom:none;
background:#fff;
color:#000;
}
.phone-row .phone-actions .ico:hover /* icons in call history list */
{
padding-top:0.2em;
padding-left:0.1em;
padding-right:0.1em;
border-radius:0.1em;
background:#fff;
color:#000;
}
.phone-wrap .tabs .new-phone-items /* badge for unseen VM/calls */
{
border:2px solid #fff;
}
.phone-menu /* menu below search calls option in call history */
{
border-bottom: 2px solid #fff;
}
.phone-row .playback-position /* improve play position marker on voicemail */
{
margin-top:-27px;
margin-left:-17px;
width:13px;
height:13px;
background:#000;
border:17px solid #fff;
}
.phone-row .controls span
{
font-size:24px;
}
.phone-row .controls span:hover /* voicemail play button */
{
background:#fff;
color:#000;
border-radius:0.2em;
}
.phone-row .playback /* horizontal bar for playback position ov voicemail */
{
border-top:8px solid #fff; /* ? trying to make the bar thicker didn't work */
}
.quickdial-bar-container /* quickdial box at top of phone view */
{
border-color:#fff;
}
/* Meetings */
.meetings-actions-container /* top section for Meetings quick actions */
{
background: #000;
}
.meetings-actions-container .calls-to-action-welcome-subtitle, /* subtitle for meetings quick actions */
.upcoming-meetings-header /* Upcoming meetings title */
{
color: #fff;
}
/* Files */
.item.file_thumb /* grid icon text */
{
color:#fff;
}
.item.file_thumb:hover /* grid icon background color */
{
background:#fff;
}
.files .fileslist .file:hover
{
background: none;
}
span.extension div.extension /* extension badge on file icon */
{
background:#000;
border:2px solid #fff;
}
.item.file_thumb:hover span.extension div.extension
{
background:#fff;
border:2px solid #000;
color:#000;
}
.item.file_thumb:hover .ico
{
color:#000;
}
/* Integrations */
.model_row:hover .model_name, /* integration name */
.model_row:hover .model_description /* integration description */
{
color:#000;
}
/* icons */
body[theme="contrast"] .plugintab.selected .ico.plus,
body[theme="contrast"] .grouptab.selected .gear .ico,
body[theme="contrast"] .grouptab .gear .ico {
color: #000 !important;
}
.topbar-search-results-container .results-display-list .results-display-list-section .results-display-list-item .results-display-list-item-buttons {
background-color: black;
}
.results-display-list-item-buttons .ico,
.post .item .ico {
color: white;
}
/* color fix - normal colors are too dark to see on black background */
.indigo,
.indigo input,
.indigo textarea,
.indigo .ico,
.indigo .fc-event-skin,
.indigo .fc-event-title::before
{
color: #b171e1 !important;
}
.indigo .fc-event-skin, .indigo.fc-event-skin /* event box borders */
{
border-color: #b171e1 !important;
background:#000 !important;
}
.blue,
.blue input,
.blue textarea,
.blue .ico,
.blue .fc-event-skin,
.blue .fc-event-title::before,
.emergency_form #edit-address-btn /* pencil edit icon in 911 form */
{
color: #70b3ff !important;
}
div[bgcolor="blue"]
{
background: #5050ff !important;
}
.blue .fc-event-skin, .blue.fc-event-skin /* event box borders */
{
border-color: #70b3ff !important;
background:#000 !important;
}
.green,
.green input,
.green textarea,
.green .ico,
.green .fc-event-skin,
.green .fc-event-title::before,
a.at_mention_post, /* @mention text */
a,
.post .filename:hover,
.a .at_mention_compose, /* @mention while composing comment ? not working */
.clickable:hover /* hover on link */
{
color: #6bfe6b !important;
}
.green .fc-event-skin, .green.fc-event-skin /* event box borders */
{
border-color: #6bfe6b !important;
background:#000 !important;
}
#ui-datepicker-div .ui-datepicker-current-day .ui-state-default, /* background on current day in date picker modal */
#ui-datepicker-div .ui-state-default:hover /* background on hovered day in date picker modal */
{
background-color: #6bfe6b !important;
border-color: #6bfe6b !important;
}
.red,
.red input,
.red textarea,
.red .ico,
.red .fc-event-skin,
.red .fc-event-title::before,
.call-type.missed, /* 'missed call' type title in phone view */
.phone-row .call-type.missed .ico, /* missed call icon in phone view */
input.error, textarea.error, .error.warn, .perm_error.warn, .inputrow.error .advancedfield /* alerts, such as when a team is read-only */
{
color: #ff5e5e !important;
}
.red .fc-event-skin, .red.fc-event-skin, /* event box borders */
input.error, textarea.error, .error.warn, .perm_error.warn, .inputrow.error .advancedfield /* alerts, such as when a team is read-only */
{
border-color: #ff5e5e !important;
background:#000 !important;
}
/* violet doesn't need to change color */
.violet .fc-event-skin, .violet.fc-event-skin /* event box borders */
{
background:#000 !important;
}
/* orange doesn't need to change color */
.orange .fc-event-skin, .orange.fc-event-skin /* event box borders */
{
background:#000 !important;
}
.post .activity .like /* highlight likes amount to be more visible */
{
color:#ffa500;
}
/* Misc Integrations */
/* RingCentral Pulse */
.post .interactive_message_item /* main post area */
{
background:#000;
}
.post .interactive_message_item .author_section /* pulse post header */
{
color:#fff;
font-size:1.3em;
}
/* top-left company title box */
/*.guest, h1.stream-header.guest::before {
content: "👥";
position: absolute;
left: -1.2em;
color: white;
background-color: red;
}test to identify teams with guest members*/
/* Notes
body[theme="contrast"] .grouptab .gear .ico, ? title gear icon
left icon on list resuslts - class="results-display-list-item-icon"
.leftrail .grouptab {height: 18px;}
body[theme="contrast"] .leftrail {border-right: 1px solid white;} /* optional white line separating left rail and conversation
/* hover baloons for post actions, switches in settings, conversation gear menu popup
/* .activity .emote for completing tasks etc.
/* search bar text color .topbar-search .topbar-search-input-container input,
*/
/* top bar search experiement .topbar-search .topbar-search-input-container input:hover {background-color:white !important; color:black}*/
/* botched plan to invert task row when hovering
/* text in task need to be black when hovering over the whole row to contrast with white background
table.ganttchart tr:hover td, /* task index number and assignee
table.ganttchart tr:hover td input, /* due date, duration, category
table.ganttchart tr:hover td textarea, /* main text in tasks
table.ganttchart tr:hover td .ico
{
color:#000 !important;
}
.phone-row .location, /* from phone number in call history
*/
} | data/usercss/169710.user.css | @-moz-document domain("app.glip.com") {
/*
# Versions
- a0.5 2019-03-08 - initial release, incomplete
- a0.6 2019-03-12 - updated lots of stuff like popups, improving color contrast etc.
- a0.7 2019-03-29 - progress on many small annoyances and large issues like confirmation modal/popup windows
- a0.8 2019-03-29 - styled the phone view
- a0.9 2019-05-13 - improved text in search forms, improved list views of team memebers
- a0.10 2019-05-30 - improved: tasks posted in conversations, text in search fields like ctrl+K search popup, started styling my calendar view
- a0.11 2019-06-11 - improved: meme builder, big improvement to task creation modal
- a0.12 2019-07-01 - improved: input form text, current even in calendar view, modal popup for calendar date pickers
- a0.13 2019-07-25 - Improved: dialpad in phone, meetings view text, improvements for new navigation, task edit icon, task comments, calendar syncing modal window, team alert (ie read-only teams), annotation on images
*/
/* 0.0 Universal */
/* 0.1 popup menus */
/* border around popups, search box, and settings switches */
[data-balloon]::after,
.bubble-switch:not(.bubble-switch-disabled) > input:not(:checked) + .bubble-slider,
menu.dropdown,
.topbar-search .topbar-search-input-container input:hover,
div.compose-popup .body /* modal window background on task compose and more */
{
border: 2px solid #fff;
}
menu.dropdown li.rollover, /* text in pop-up menus */
menu div.text, /* deccription text in pop-up menus */
.confirm .confirmtitle, .confirm .confirmbody, /* confirm message for things like marking all conversations as read */
.confirm input, /* input text for search boxes like gif */
.bright-btn, button, /* buttons like "confirm" when marking all conversations as read */
h1#popup-title, /* modal window title on task compose and more */
.input-holder, .compose label, /* 'complete when' field in task creation modal */
.compose #attach_file .ico, /* paperclip icon to attach file to task */
#compose_forms input[type="text"] /* modal form test, such as event creation */
{
color: #fff !important;
}
.confirm, /* confirm message for things like marking all conversations as read */
.bright-btn, button, /* replace normal green in buttons like "confirm" when marking all conversations as read */
div.compose-popup .body, /* modal window background on task compose and more */
.mimic_input, /* fake input element in task creation modal */
div.select, /* dropdown selects */
.input-holder /* 'complete when' field in task creation modal */
{
background:#000;
}
.modal_popup, /* main popup menu background */
h1#popup-title, /* modal window title on task compose and more */
.compose #repeatrow select /* repeat options in new task modal */
{
background:#000 !important;
}
#ui-datepicker-div /* calendar date picker modal */
{
box-shadow:none;
border: 2px solid #fff;
background-color: #000;
background-image: none;
padding: 10px 10px 6px;
}
menu.dropdown li li:hover .ico.ico-submenu-file/* + share submenu icons */,
menu.dropdown li:hover .ico, /* icons when hovering in gear menus */
.bright-btn:hover, button:hover /* buttons like "confirm" when marking all conversations as read */
/* .confirm input.ui-autocomplete-input ? was breaking things */ /* fix text in search fields like ctrl+K search popup */
#ui-datepicker-div .has-events a, /* better color for links in calendar date picker date numbers */
#ui-datepicker-div .ui-state-default, /* better color for links in calendar date picker date numbers */
button:hover /* buttons like "confirm" when marking all conversations as read */
{
color: #000 !important;
}
#ui-datepicker-div .has-events a /* better color for links in calendar date picker date numbers */
{
text-decoration:underline;
}
menu img.check, /* improve icons that are images instead of fonts */
.ui-datepicker .ui-datepicker-prev span /* previous month button in date picker */
{
filter: brightness(7);
}
div.select, /* dropdown selects */
div.select.hover:not(.keyboard-nav),
div.select.hover:not(.keyboard-nav) ul li:hover > a, /* text of hovered dropdown item */
div.select.hover:not(.keyboard-nav) ul li:hover .ico-folder, /* icon of hovered dropdown item */
div.select.hover:not(.keyboard-nav) ul li:hover .ico /* hovering over item in select dropdown with dropdown arrow */
{
color:#000;
}
li .presence /* team color dot in dropdown menu */
{
border: 2px solid #000;
width: 12px;
height: 12px;
top: 1px;
}
div.select .value, /* selected item in dropdown */
div.select.hover ul a, /* items listed in dropdown */
.compose #repeatrow select, /* repeat options in new task modal */
.ui-widget-header /* text on modals like the date picker */
{
color:#fff;
}
div.select td.label /* title of select dropdown */
{
border-right:3px solid #000;
}
div.select.hover:not(.keyboard-nav) ul li:hover /* hovering over item in select dropdown */
{
background:#fff;
}
.bright-btn:hover, button:hover /* buttons like "confirm" when marking all conversations as read */
{
background:#fff!important;
}
::placeholder /* ensure placeholders are not transparent */
{
opacity:1;
color:#fff;
}
element {
display: block;
top: 10px;
}
.popup.lower {
z-index: 6500;
}
div.item-details {
position: absolute;
top: 130px;
width: 800px;
overflow-y: visible;
padding: 0 !important;
left: 50%;
margin: 0 0 0 -400px;
}
.popup {
z-index: 7500;
}
.absolute {
position: absolute;
}
.hint {
margin: -30px 0 0 5px;
}
menu.dropdown, .hint, .compose-popup /* pop-up menus like keyboard shortcuts, conversation search, etc. */
{
background:#000;
color:#fff;
border: 2px solid #fff;
}
.confirm, /* confirm message for things like marking all conversations as read */
.bright-btn, button /* replace normal green in buttons like "confirm" when marking all conversations as read */
{
border: 2px solid #fff !important;
}
.compose #repeatrow select /* repeat options in new task modal */
{
border: 1px solid #fff;
border-radius: 0.3em;
}
.compose select /* ? trying to fix no dropdown icon on task creation repeat options - select dropdown lists */
{
-webkit-appearance: menulist-button;
}
.hint td, /* individual parts of pop-up menus */
code.outline, /* code block */
input.big /* search input for popup menus like conversation */
{
background:#000 !important;
}
.popup .dismiss, /* x close/dismiss button for pop-up */
.confirm .dismiss /* close icon on meme-builder window */
{
opacity:1;
}
div.select.hover.big.inline ul li, /* conversation names in the select conversation popup (commaand/ctrl K)*/
div.select.hover.big.inline ul li .ico, /* profile icon in conversation names in the select conversation popup (commaand/ctrl K)*/
input.big, /* search input for popup menus like conversation */
.confirm .dismiss, /* close icon on meme-builder window */
input#compose_task_input /* compose task modal window title field */
{
color:#fff;
}
h1#popup-title, /* modal window title on task compose and more */
div.select td.label /* title of select dropdown */
{
font-weight:bold;
}
/* 1.0 Loading Sequence */
/* ==================== */
.fake-background /* body area after initial placeholder */ {
background-color: black;
}
.topbar-widget /* top area containing company name and search */
{
border-bottom:1px solid #fff;
}
/* 2.0 Left bar */
.grouptab /* list items */{
font-size: 14pt;
}
body[theme="contrast"] .grouptab,
.rightrail p.tiptext /* make left/right sidebar text bold for better visibility */
{
font-weight: bold;
}
.leftrail .presence /* increase size, add black border on presence to improve visibility, move down to account for bigger size */
{
border: 2px solid #000;
width: 12px;
height: 12px;
top: 3px;
}
.leftrail .selected .presence {
top: 5px; /* move presence dot up to account for larger size */
}
.presence.presence-sms.presence-sms-icon /* SMS bubble icon next to conversation (instead of presence) */
{
border:none;
top:6px;
left:0px;
}
.leftrail .grouptab:hover .presence.presence-sms.presence-sms-icon /* SMS bubble icon next to conversation (instead of presence) */
{
filter: brightness(0.001); /* ? adjust color so bubble is black when hovering */
}
/* 2.x Titles */
/*[!]*/ body[theme="contrast"] .plugintab .ico.plus {filter: brightness(0.001);} /* + icon next to titles are images, need to filter to change color */
/* body[theme="contrast"] .plugintab .ico.plus,/* /* title + icon */
.topbar-search .topbar-search-input-container input,
.topbar-search .topbar-search-input-container .ico {
color: #fff !important;
}
/* 2.1 Team Search Page */
.team_name,
.person_name,
.model_name,
ul.alphabet_filter,
.team_members,
.person_info,
.model_description,
.created_by {
color: white;
}
ul.alphabet_filter > li:hover,
.alphabet_letter .selectedLetter/*not working cuz jQuery*/
{
background-color: white;
}
ul.alphabet_filter > li:hover {
color: black;
}
.team_row,
.person_row,
.model_row {
padding: 0.2em;
}
.guest,
h1.stream-header.guest {
background-image: none !important;
border: 4px solid white;
border-style: double;
border-radius: 0.4em;
}
/* 2.2 Bookmarks */
.post .go_to_post_button {
background: #000;
color: #fff;
}
.post .go_to_post_button:hover {
background: #fff;
color: #000;
}
/* 2.5 bottom of left bar - plugin area */
body[theme="contrast"] .plugintab-bottom-navigation:hover label span,
body[theme="contrast"] .plugintab:hover label,
body[theme="contrast"] .plugintab-bottom-navigation:hover,
body[theme="contrast"] .plugintab:hover,
body[theme="contrast"] .grouptab:hover/*.topbar-search .topbar-search-input-container input:focus*/
{
background: #fff;
color: black;
}
body[theme="contrast"] .plugintab-bottom-navigation /* left bar bottom buttons icon */
{
color:#fff;
}
body[theme="contrast"] #leftrail-header, /* company name background */
body[theme="contrast"] .leftrail-bottom-navigation-plugins, /* left bar bottom buttons background */
body[theme="contrast"] .plugintab-bottom-navigation /* left bar bottom buttons icon */
{
background:#000;
}
/* borders for badge bubbles, to make visible when selected conversation has unseen messages */
body[theme="contrast"] .plugintab .new,
body[theme="contrast"] .grouptab .new {
border: 1px solid black;
}
/* bottom nav on left rail */
body[theme="contrast"] #leftrail-header {
border-bottom: 1px solid white;
}
/* 3.0 Conversation View */
.postslist,
#postswrapper .compose /* background around chat text input field */,
.first-post /* 'Get Started' section */,
.compose_type /* + button next to text input field */,
.centerrail .stream-action, /* meetings and settings button icons at top */
.item, /* media post background */
.post:nth-child(2n) .link, /* some link previews */
.loading.centerrail, /* conversation color while loading */
.post.merged .actions, /* post hover buttons when seeing sequential posts by one person */
.post.last-merged .actions, /* last merged post hover buttons when seeing sequential posts by one person */
.post.selected .post-body, /* selected post when command/ctrl clicking some posts */
.search_page .search_page_result:hover, /* hovered post in search results */
.search_page .search_result_text:hover, /* hovered post in search results */
.post.kip-post .post-body, /* post when using slash-command 'who' */
.annotation /* annotation pop-up on images etc */
{
background:#000; /* primary post whitespace background */
}
.compose .compose_type:hover /* button around + compose icon */
{
background:#fff;
}
h1.stream-header, /* title bar of conversation */
#compose_forms textarea /* text input field */
{
background:#000 !important;
}
.centerrail .stream-action, /* start meeting/conversation settings icon */
.post .activity, /* user name and likes */
.post .post_text, /* text posts */
.chat-textarea, /* post text text input area */
a.plain,
.compose_type .content-type, /* + icon in post compose area */
.post .event .eventtext,
.markdown b,
#plugin_lists,
h1.stream-header,
h1.page-header,
.post .post_text, /* text posts */
.items, /* posted media (tasks, meetings etc.) */
.item.file .ico.ico-image-file, /* posted file icon next to name */
.item.file .ico.ico-general-file, /* general file logo next to name (gif etc.) */
.post .filename, /* name of posted file */
.summary, /* summary of site link previews ? not needed*/
.post .actions .ico, /* action icons shown on individual post when hovering */
menu.dropdown .ico, /* action icons shown in dropdown when choosing 'more actions' gear */
.icon-button .ico, /* locked icon showing private conversation */
.tel_disabled .markdown_phone_number:link, /* phone numbers automatically turned into links */
.tel_disabled .markdown_phone_number:hover, /* phone numbers automatically turned into links */
.calls-to-action-welcome-title, /* 'Get started...' title at the top of a new conversation */
.stream-chooser li .description, /* text that shows in slash commmands popup menu */
.stream-chooser li .argument, /* [variables] or other input in slash commands */
div.select.hover:not(.keyboard-nav), /* text that comes up in slash commands popup menu */
.post .task .tasktext /* task title when posted to conversation */
{
color: #fff;
}
menu.dropdown li:hover li .ico.ico-submenu-file /* file share source submenu text */
{
color: #fff !important;
}
.postslist .sep label,
.centerrail .stream-action.active, /* start meeting/conversation settings icon when active */
menu.dropdown li:hover li:hover .ico.ico-submenu-file, /* file share source submenu icon */
.centerrail .stream-action:hover, /* start meeting/conversation settings icon */
.compose_type:hover .ico, /* + button next to compose field */
div.select.hover:not(.keyboard-nav) ul li:hover, /* text that shows in slash commmands popup menu */
div.select.hover:not(.keyboard-nav) ul li:hover span, /* [variables] or other input in slash commands */
.person_row:hover .person_info, /* name of people when hovering in 'manage team members' view */
.person_row:hover .ico /* gear next to name when hovering in 'manage team members' view */
{
color: #000 !important;
}
.leftrail-bottom-navigation /* devider between posts */ {
border-top: 1px solid #fff;
}
.post_text /* indent post text so names are easier to see without different color */ {
padding-left: 1em;
}
.post .activity /* increase user name size and increase bottom margin */ {
font-size: 1.1em;
margin-bottom: 0.5em;
}
.call-to-action-block p /* fix start of conversation link color */ {
font-weight: bold;
color: #fff;
}
.call-to-action-block .ico,
#topbar #tb_header_buttons .ico /* fix start of conversation link icon color */
{
color: black !important;
}
.post .actions .ico /* action icons when hovering over post */{
width: 25px;
height: 25px;
}
.post .actions .ico:hover, /* experiment for hovering on post action buttons */
.compose #emoji_button:hover, /* emoji smile icon in compose field */
.compose #attach_button:hover, /* paperclip icon in compose filed */
.compose #giphy_button:hover, /* gif button in compose field */
.compose #giphy_button:hover .ico /* gif button in compose field */
{
background: white;
color: black !important;
border-radius: 3px;
}
.postslist .sep label
{
font-size:16px;
font-weight:700;
}
.post .post-body /* separator between individual posts */{
border-top: 1px solid rgba(100, 100, 100, .4); /*? could just be none */
}
.icon-button .colorized /* star icon of favorited conversations */
{
color:#ffa500;
}
.post.selected .post-body, /* selected post when command/ctrl clicking some posts */
.search_page .search_page_result:hover, /* hovered post in search results */
.search_page .search_result_text:hover /* hovered post in search results */
{
border:5px solid #fff;
border-bottom-left-radius:8px;
border-bottom-right-radius:8px;
}
/* Shelf (right rail) */
.rightrail, /* main shelf */
.rightrail .sep label, /* day separator title */
div.item-omni /* item detail view, when clicking on task/pinned item/etc. */
{
background:#000;
}
.rightrail, /* main shelf */
.rightrail .sep label, /* day separator title in calendar section */
.heading, /* section header */
.rightrail p.tiptext, /* text when something other than a conversation is selected ie teams list */
#rr-add-people, /* add member of conversation icon */
#combined_showall, /* 'show all' link to see additional conversation members */
.rightrail .item .icon, /* icons for things like pinned items */
.rightrail .link .ico-link, /* external link arrow icon */
.rightgray, /* light grey text in right rail, task assignees etc. */
.rightrail .list-item .creator /* notes creator name */
{
color:white;
}
.rightrail .dismiss /* close icon in item detail view, when clicking on task/pinned item/etc. */
{
opacity:1;
}
.rightrail .sep label /* day separator title */ {
font-size: 1.2em;
}
.presence
{
border-color:#000; /* fix circle around presence of profiles */
}
.rightrail .dismiss:hover /* 'close' button in item detail view, when clicking on task/pinned item/etc. */ /* other selectors in original css .popover .dismiss:hover, .popup .dismiss:hover, .confirm .dismiss:hover */
{
color: #ff5e5e;
}
#rr-add-people /* add member of conversation icon */
{
border:2px solid #fff;
}
#rr-add-people:hover /* add member of conversation icon */
{
border:2px solid #000;
color:#000;
}
#combined_showall /* 'show all' link to see additional conversation members */
{
text-decoration:underline;
}
/* Search Bar */
#topbar,
.topbar-search .topbar-search-results-container,
.topbar-search .topbar-search-input-container input,
.topbar-search .topbar-search-click-layer,
.topbar-search-results-container .results-display-list .results-display-list-section .result-display-list-section-title-wrapper,
.topbar-search-results-container .results-display-list .results-display-list-section .results-display-list-item,
.result-display-list-section-title-wrapper {
background-color: black;
}
.topbar-search .topbar-search-input-container input::placeholder, /* placeholder text ? not working */
.topbar-search-results-container .results-display-list .results-display-list-section .results-display-list-item,
.topbar-search-results-container .results-display-list .results-display-list-section .result-display-list-section-title {
color: white;
}
.topbar-search-results-container .results-display-list .results-display-list-section .results-display-list-item:hover {
color: black;
}
#topbar_search_input:focus {
color: black !important;
}
/* Profile avatar area */
/* fix blue in unversal + add icon */
#topbar #tb_header_buttons .ico:hover /* universal + icon next to avatar */
{
background:#000;
color:#fff!important;
border:2px solid #fff;
}
.headshot-presence-widget .presence-widget .presence /* avatar presence */
{
border: 2px solid #000;
}
/* Settings */
.contentpad h1, /* settings main title */
#account_settings_form .settings_category .title, /* main section title */
.contentpad .description, /* setting description */
.settings .color_setting label, /* Color Theme picker text */
#account_settings_form .heading .category /* notification type headers (moble/email) */
{
color:#fff;
}
.bubble-switch:not(.bubble-switch-disabled) > input:not(:checked) + .bubble-slider /* background of disabled switches */ {
background:#000;
}
.content /* main settings/profile view */ {background:#000 !important;}
/* Profile view */
.settings label:not(.bubble-switch), /* title for entries in profile */
.content /* main settings/profile view */
{
color:#fff;
}
.settings label:not(.bubble-switch) /* title for entries in profile */
{
font-weight:bold;
}
/* Plugins (tasks, files, etc.) */
.plugin-content h1, /* header for tasks, files */
div.events h1 /* calendar month heading */
{
color:#fff;
}
/* Tasks */
table.ganttchart tr:hover td .ico-draghandle span, /* drag handles on task */
table.ganttchart tr:hover td, /* ? make background color of task black when hovering over a row */
table.ganttchart tr.focus td /* selected focused task */
{
background:#000;
}
.show-grid .taskrow
{
border-bottom: 1px solid #4b4b4b;
}
.ico, /* checkbox icon */
table.ganttchart td textarea, /* main text in tasks */
table.ganttchart td input, /* other task columns like due date, duration, category */
.plugin-content .sep label, /* category title */
.taskcheck.ico:hover, /* hovering over checkbox */
table.ganttchart .taskrow:hover td.attachments .ico, /* edit pencil next to hovered task */
.compose form#compose_tasks textarea /* description area in task */
{
color:#fff;
}
tr.add-new .complete .ico, /* create new task icon */
.taskcheck.ico:hover /* hovering over checkbox */
{
color:#fff !important;
}
.centerrail-header .tabs-container .tab-item.active, .centerrail-header .tabs-container .tab-item:hover /* title of two sections in calendar view */
{
color:#000!important;
}
table.ganttchart .taskrow:hover ::placeholder /* other task columns like due date, duration, category */
{
font-weight:bold; /* make 'new task', 'due', 'days' more visible ? can't figure out how to get placeholder colors to change in FF */
}
/* invert the drag handle in the row index when hovering, hopefully improves easily seeing which row is hovered */
table.ganttchart tr:hover td.row_index
{
background:#fff !important;
}
.pastdue /* times are highlighted in red when past due, red needs more white added */
{
color: #fc5555 !important;
}
/* Calendar */
.fc-widget-header, /* background color for day name/number */
.modal.connect-calendars-modal, /* popup prompt to connect external calendars */
.modal.connect-calendars-modal .calendar-list-row /* sub-row in popup prompt to connect external calendars */
{
background:#000;
}
.fc-state-highlight, /* today background highlight */
.centerrail-header .tabs-container .tab-item.active, .centerrail-header .tabs-container .tab-item:hover, /* title of two sections in calendar view */
.calendar-event-row .calendar-event-row__provider .ico /* icon of calendar provider in my calendar */
{
background:#fff;
}
.agenda .fc-event.transparent .fc-event-inner, /* color of non-boxed events in calendar view (single day, non-colored) */
.agenda .fc-event.transparent:hover .fc-event-inner, /* color of non-boxed events in calendar view (single day, non-colored) */
.prev_today_next .ico.action, /* 'Today' button text */
.fc-event .ico.ico-edit, /* pencil edit button on non-colored events in calendar view */
body[theme="rc"] button.ico-header-left-arrow, /* navigate arrows next to 'Today' button on top right */
button.ico-header-left-arrow, /* navigate arrows next to 'Today' button on top right */
body[theme="rc"] button.ico-header-right-arrow, /* navigate arrows next to 'Today' button on top right */
button.ico-header-right-arrow, /* navigate arrows next to 'Today' button on top right */
.fc-view-month .fc-event.transparent .fc-event-inner, /* some unstyled event type title ? */
.fc-view-month .fc-event.transparent:hover .fc-event-inner, /* some unstyled event type title ? */
.calendar-events-header .calendar-events-date-range-block, /* date range at top of my calendar */
.calendar-events-list-block, /* day title in my calendar */
.calendar-event-row .calendar-event-row__time, /* event time in my calendar */
.calendar-event-row .calendar-event-row__title, /* event title in my calendar */
.calendar-event-row .calendar-event-row__title .calendar-event-row__code, /* event location or meeting info in my calendar */
.calendar-event-action:hover:not(.disabled) > .ico, /* duplicate button on calendar list view */
.calendar-event-action .ico, /* info button on calendar list view */
.modal-wrapper /* setting titles when updating external calendar sync */
{
color:#fff;
}
.prev_today_next .ico.action:hover
{
color:#000;
}
.modal.connect-calendars-modal .close /* close option at top-right of calendar modal */
{
color:#000 !important;
}
.fc th /* day name and number in calendar */{
border-top: 1px solid #fff;
padding: 10px 0;
font-weight: 400;
color: #fff;
}
.fc-widget-header /* border between day name/number at top of day */
{
border-color:#fff !important;
}
.fc-event-skin /* colors for standard, non-colored events in calendar view */
{
border-color: #fff;
background: #000;
color: #fff;
}
/* transparent events */
.fc-view-month .fc-event.transparent .fc-event-inner, /* transparent events */
.fc-view-month .fc-event.transparent /* un-colored events with transparency */
{
background:#000;
}
.fc-event-skin:hover /* colors for standard, non-colored events in calendar view */
{
border-color: #fff;
background: #000;
color: #fff;
}
body[theme="rc"] button.ico-header-left-arrow:hover, /* navigate arrows next to 'Today' button on top right */
button.ico-header-left-arrow:hover, /* navigate arrows next to 'Today' button on top right */
body[theme="rc"] button.ico-header-right-arrow:hover, /* navigate arrows next to 'Today' button on top right */
button.ico-header-right-arrow:hover /* navigate arrows next to 'Today' button on top right */
{
color: #000;
background-color: #fff !important;
}
.modal.connect-calendars-modal /* popup prompt to connect external calendars */
{
border: 2px solid #fff;
}
.calendar-event-row:not(.calendar-no-events-row):hover /* event in row in my calendar */
{
background:inherit;
border-right-width:4em; /* increase visibility of hovered event ros */
}
.centerrail-header .tabs-container .tab-item.active, .centerrail-header .tabs-container .tab-item:hover, /* title of two sections in calendar view */
.centerrail-header .tabs-container .tab-item /* title of two sections in calendar view */
{
padding:0.2em;
}
.calendar-event-row.calendar-event-row-now /* highlighted event that is happening now */
{
border: 4px solid #fff;
border-left:20px solid;
}
.modal.connect-calendars-modal .close /* close option at top-right of calendar modal */
{
opacity: 1;
}
/* Phone */
input
{
background:#000;
}
div.emergency_form, /* 911 address confirmation modal */
.telephony-gui-window-internals h1, /* header on 911 address confirmation modal */
.emergency_form label, /* 911 form */
.emergency_form .form li, /* number setting for 911 form */
.emergency_form .form .address, /* address setting for 911 form */
.phone-row .name, /* ??? not working - from name in phone number call history */
.phone-row .call-type, /* call type, outbound/inbound */
.phone-row .location, /* from phone number in call history */
.phone-row .when, /* time/date in call history */
.phone-left-menu .calls-menu, /* 'all calls' and 'missed calls' radio button text */
.tabs-widget li label .name, /* phone menu sections */
.phone-row .phone-actions .ico, /* icons when hovering over call history itme */
.phone-search-bar-container .phone-search-bar, /* search text */
.phone-search-bar-container .phone-search-bar::placeholder, /* 'search calls' text in search bar */
.widget-outbound-caller-id .description, /* caller id title */
div.widget-outbound-caller-id, /* caller id setting */
.quickdial-bar-wrap .quickdial-bar, /* search text in quick dial bar */
.phone-holder .showing-results .quickdial-results-container .dialer-no-matches-found, /* placeholder text when no quick dial bar search items found */
.phone-people-row .person-container .person-name, /* name of person in quick call bar results */
.phone-people-row .person-container .phone-number, /* ext number of person in quick call bar results */
.quickdial-bar-wrap .remove-number>span, /* clear quick call bar search text icon */
.phone-row.unread .name, /* name of person from voicemail list */
.phone-row .duration, /* duration of voicemail */
.phone-row .controls span, /* voicemail play button */
.fax-info .ico, /* fax icon */
.fax-info, /* fax info */
.outbound-caller-id-list-widget .outbound-caller-id-list-item, /* text and icons in caller id option list */
.quickdial-bar-wrap .toggle-dialpad>span, /* dial pad 3x3 icon in quick dial bar */
.keypad_wrapper .key:hover /* keypad keys number */
.keypad_wrapper .key:hover span /* keypad keys letters */
{
color:#fff;
}
.return_to_present /* jump to top of call history list button */
{
background:#000;
border:2px solid #fff;
}
.keypad_wrapper .key /* keypad keys number */
{
border: 3px solid #fff;
padding-top: 8px;
}
.return_to_present:hover, /* jump to top of call history list button */
.phone-people-row:hover, /* people in results of quick call bar */
.outbound-caller-id-list-widget .outbound-caller-id-list-item.active, /* text and icons in caller id option list */
.outbound-caller-id-list-widget .outbound-caller-id-list-item:hover /* text on caller id when hovering */
{
background:#fff;
}
.return_to_present:hover .ico, /* jump to top of call history list button */
.phone-people-row:hover .person-container .person-name, /* name of person in quick call bar results */
.phone-people-row:hover .person-container .phone-number, /* ext number of person in quick call bar results */
.outbound-caller-id-list-widget .outbound-caller-id-list-item.active, /* text and icons in caller id option list */
.outbound-caller-id-list-widget .outbound-caller-id-list-item:hover /* text on caller id when hovering */
{
color:#000;
}
.phone-row:hover, /* call history list item hover */
.phone-holder .quickdial-results, /* phone search/dial bar at top */
.phone-holder .quickdial-results-container, /* phone search/dial bar at top */
.phone-people-row, /* people in results of quick call bar */
.outbound-caller-id-list-widget /* list when choosing caller id number */
{
background:#000;
}
.phone-wrap .tabs .new-phone-items /* badge for unseen VM/calls */
{
font-size:14px;
background:#000;
}
.tabs-widget li input[type=radio]:checked+label .name /* currently selected menu item */
{
padding:0.2em;
border-radius:0.1em;
border-bottom:none;
background:#fff;
color:#000;
}
.phone-row .phone-actions .ico:hover /* icons in call history list */
{
padding-top:0.2em;
padding-left:0.1em;
padding-right:0.1em;
border-radius:0.1em;
background:#fff;
color:#000;
}
.phone-wrap .tabs .new-phone-items /* badge for unseen VM/calls */
{
border:2px solid #fff;
}
.phone-menu /* menu below search calls option in call history */
{
border-bottom: 2px solid #fff;
}
.phone-row .playback-position /* improve play position marker on voicemail */
{
margin-top:-27px;
margin-left:-17px;
width:13px;
height:13px;
background:#000;
border:17px solid #fff;
}
.phone-row .controls span
{
font-size:24px;
}
.phone-row .controls span:hover /* voicemail play button */
{
background:#fff;
color:#000;
border-radius:0.2em;
}
.phone-row .playback /* horizontal bar for playback position ov voicemail */
{
border-top:8px solid #fff; /* ? trying to make the bar thicker didn't work */
}
.quickdial-bar-container /* quickdial box at top of phone view */
{
border-color:#fff;
}
/* Meetings */
.meetings-actions-container /* top section for Meetings quick actions */
{
background: #000;
}
.meetings-actions-container .calls-to-action-welcome-subtitle, /* subtitle for meetings quick actions */
.upcoming-meetings-header /* Upcoming meetings title */
{
color: #fff;
}
/* Files */
.item.file_thumb /* grid icon text */
{
color:#fff;
}
.item.file_thumb:hover /* grid icon background color */
{
background:#fff;
}
.files .fileslist .file:hover
{
background: none;
}
span.extension div.extension /* extension badge on file icon */
{
background:#000;
border:2px solid #fff;
}
.item.file_thumb:hover span.extension div.extension
{
background:#fff;
border:2px solid #000;
color:#000;
}
.item.file_thumb:hover .ico
{
color:#000;
}
/* Integrations */
.model_row:hover .model_name, /* integration name */
.model_row:hover .model_description /* integration description */
{
color:#000;
}
/* icons */
body[theme="contrast"] .plugintab.selected .ico.plus,
body[theme="contrast"] .grouptab.selected .gear .ico,
body[theme="contrast"] .grouptab .gear .ico {
color: #000 !important;
}
.topbar-search-results-container .results-display-list .results-display-list-section .results-display-list-item .results-display-list-item-buttons {
background-color: black;
}
.results-display-list-item-buttons .ico,
.post .item .ico {
color: white;
}
/* color fix - normal colors are too dark to see on black background */
.indigo,
.indigo input,
.indigo textarea,
.indigo .ico,
.indigo .fc-event-skin,
.indigo .fc-event-title::before
{
color: #b171e1 !important;
}
.indigo .fc-event-skin, .indigo.fc-event-skin /* event box borders */
{
border-color: #b171e1 !important;
background:#000 !important;
}
.blue,
.blue input,
.blue textarea,
.blue .ico,
.blue .fc-event-skin,
.blue .fc-event-title::before,
.emergency_form #edit-address-btn /* pencil edit icon in 911 form */
{
color: #70b3ff !important;
}
div[bgcolor="blue"]
{
background: #5050ff !important;
}
.blue .fc-event-skin, .blue.fc-event-skin /* event box borders */
{
border-color: #70b3ff !important;
background:#000 !important;
}
.green,
.green input,
.green textarea,
.green .ico,
.green .fc-event-skin,
.green .fc-event-title::before,
a.at_mention_post, /* @mention text */
a,
.post .filename:hover,
.a .at_mention_compose, /* @mention while composing comment ? not working */
.clickable:hover /* hover on link */
{
color: #6bfe6b !important;
}
.green .fc-event-skin, .green.fc-event-skin /* event box borders */
{
border-color: #6bfe6b !important;
background:#000 !important;
}
#ui-datepicker-div .ui-datepicker-current-day .ui-state-default, /* background on current day in date picker modal */
#ui-datepicker-div .ui-state-default:hover /* background on hovered day in date picker modal */
{
background-color: #6bfe6b !important;
border-color: #6bfe6b !important;
}
.red,
.red input,
.red textarea,
.red .ico,
.red .fc-event-skin,
.red .fc-event-title::before,
.call-type.missed, /* 'missed call' type title in phone view */
.phone-row .call-type.missed .ico, /* missed call icon in phone view */
input.error, textarea.error, .error.warn, .perm_error.warn, .inputrow.error .advancedfield /* alerts, such as when a team is read-only */
{
color: #ff5e5e !important;
}
.red .fc-event-skin, .red.fc-event-skin, /* event box borders */
input.error, textarea.error, .error.warn, .perm_error.warn, .inputrow.error .advancedfield /* alerts, such as when a team is read-only */
{
border-color: #ff5e5e !important;
background:#000 !important;
}
/* violet doesn't need to change color */
.violet .fc-event-skin, .violet.fc-event-skin /* event box borders */
{
background:#000 !important;
}
/* orange doesn't need to change color */
.orange .fc-event-skin, .orange.fc-event-skin /* event box borders */
{
background:#000 !important;
}
.post .activity .like /* highlight likes amount to be more visible */
{
color:#ffa500;
}
/* Misc Integrations */
/* RingCentral Pulse */
.post .interactive_message_item /* main post area */
{
background:#000;
}
.post .interactive_message_item .author_section /* pulse post header */
{
color:#fff;
font-size:1.3em;
}
/* top-left company title box */
/*.guest, h1.stream-header.guest::before {
content: "👥";
position: absolute;
left: -1.2em;
color: white;
background-color: red;
}test to identify teams with guest members*/
/* Notes
body[theme="contrast"] .grouptab .gear .ico, ? title gear icon
left icon on list resuslts - class="results-display-list-item-icon"
.leftrail .grouptab {height: 18px;}
body[theme="contrast"] .leftrail {border-right: 1px solid white;} /* optional white line separating left rail and conversation
/* hover baloons for post actions, switches in settings, conversation gear menu popup
/* .activity .emote for completing tasks etc.
/* search bar text color .topbar-search .topbar-search-input-container input,
*/
/* top bar search experiement .topbar-search .topbar-search-input-container input:hover {background-color:white !important; color:black}*/
/* botched plan to invert task row when hovering
/* text in task need to be black when hovering over the whole row to contrast with white background
table.ganttchart tr:hover td, /* task index number and assignee
table.ganttchart tr:hover td input, /* due date, duration, category
table.ganttchart tr:hover td textarea, /* main text in tasks
table.ganttchart tr:hover td .ico
{
color:#000 !important;
}
.phone-row .location, /* from phone number in call history
*/
} | 0.238462 | 0.048339 |
position:relative;
width:128px;
height:128px;
margin:10px auto;
}
.circularG{
position:absolute;
background-color:#009688;
width:29px;
height:29px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:0.64s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:19px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:0.64s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:19px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:0.64s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:19px;
-o-animation-name:bounce_circularG;
-o-animation-duration:0.64s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:19px;
animation-name:bounce_circularG;
animation-duration:0.64s;
animation-iteration-count:infinite;
animation-direction:linear;
}
#circularG_1{
left:0;
top:50px;
-moz-animation-delay:0.24s;
-webkit-animation-delay:0.24s;
-ms-animation-delay:0.24s;
-o-animation-delay:0.24s;
animation-delay:0.24s;
}
#circularG_2{
left:14px;
top:14px;
-moz-animation-delay:0.32s;
-webkit-animation-delay:0.32s;
-ms-animation-delay:0.32s;
-o-animation-delay:0.32s;
animation-delay:0.32s;
}
#circularG_3{
top:0;
left:50px;
-moz-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-ms-animation-delay:0.4s;
-o-animation-delay:0.4s;
animation-delay:0.4s;
}
#circularG_4{
right:14px;
top:14px;
-moz-animation-delay:0.48s;
-webkit-animation-delay:0.48s;
-ms-animation-delay:0.48s;
-o-animation-delay:0.48s;
animation-delay:0.48s;
}
#circularG_5{
right:0;
top:50px;
-moz-animation-delay:0.56s;
-webkit-animation-delay:0.56s;
-ms-animation-delay:0.56s;
-o-animation-delay:0.56s;
animation-delay:0.56s;
}
#circularG_6{
right:14px;
bottom:14px;
-moz-animation-delay:0.64s;
-webkit-animation-delay:0.64s;
-ms-animation-delay:0.64s;
-o-animation-delay:0.64s;
animation-delay:0.64s;
}
#circularG_7{
left:50px;
bottom:0;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}
#circularG_8{
left:14px;
bottom:14px;
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
}
@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}
100%{
-moz-transform:scale(.3)}
}
@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}
100%{
-webkit-transform:scale(.3)}
}
@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}
100%{
-ms-transform:scale(.3)}
}
@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}
100%{
-o-transform:scale(.3)}
}
@keyframes bounce_circularG{
0%{
transform:scale(1)}
100%{
transform:scale(.3)}
} | semdroid-cli/src/dist/config/analysis/css/loading.css | position:relative;
width:128px;
height:128px;
margin:10px auto;
}
.circularG{
position:absolute;
background-color:#009688;
width:29px;
height:29px;
-moz-border-radius:19px;
-moz-animation-name:bounce_circularG;
-moz-animation-duration:0.64s;
-moz-animation-iteration-count:infinite;
-moz-animation-direction:linear;
-webkit-border-radius:19px;
-webkit-animation-name:bounce_circularG;
-webkit-animation-duration:0.64s;
-webkit-animation-iteration-count:infinite;
-webkit-animation-direction:linear;
-ms-border-radius:19px;
-ms-animation-name:bounce_circularG;
-ms-animation-duration:0.64s;
-ms-animation-iteration-count:infinite;
-ms-animation-direction:linear;
-o-border-radius:19px;
-o-animation-name:bounce_circularG;
-o-animation-duration:0.64s;
-o-animation-iteration-count:infinite;
-o-animation-direction:linear;
border-radius:19px;
animation-name:bounce_circularG;
animation-duration:0.64s;
animation-iteration-count:infinite;
animation-direction:linear;
}
#circularG_1{
left:0;
top:50px;
-moz-animation-delay:0.24s;
-webkit-animation-delay:0.24s;
-ms-animation-delay:0.24s;
-o-animation-delay:0.24s;
animation-delay:0.24s;
}
#circularG_2{
left:14px;
top:14px;
-moz-animation-delay:0.32s;
-webkit-animation-delay:0.32s;
-ms-animation-delay:0.32s;
-o-animation-delay:0.32s;
animation-delay:0.32s;
}
#circularG_3{
top:0;
left:50px;
-moz-animation-delay:0.4s;
-webkit-animation-delay:0.4s;
-ms-animation-delay:0.4s;
-o-animation-delay:0.4s;
animation-delay:0.4s;
}
#circularG_4{
right:14px;
top:14px;
-moz-animation-delay:0.48s;
-webkit-animation-delay:0.48s;
-ms-animation-delay:0.48s;
-o-animation-delay:0.48s;
animation-delay:0.48s;
}
#circularG_5{
right:0;
top:50px;
-moz-animation-delay:0.56s;
-webkit-animation-delay:0.56s;
-ms-animation-delay:0.56s;
-o-animation-delay:0.56s;
animation-delay:0.56s;
}
#circularG_6{
right:14px;
bottom:14px;
-moz-animation-delay:0.64s;
-webkit-animation-delay:0.64s;
-ms-animation-delay:0.64s;
-o-animation-delay:0.64s;
animation-delay:0.64s;
}
#circularG_7{
left:50px;
bottom:0;
-moz-animation-delay:0.72s;
-webkit-animation-delay:0.72s;
-ms-animation-delay:0.72s;
-o-animation-delay:0.72s;
animation-delay:0.72s;
}
#circularG_8{
left:14px;
bottom:14px;
-moz-animation-delay:0.8s;
-webkit-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
}
@-moz-keyframes bounce_circularG{
0%{
-moz-transform:scale(1)}
100%{
-moz-transform:scale(.3)}
}
@-webkit-keyframes bounce_circularG{
0%{
-webkit-transform:scale(1)}
100%{
-webkit-transform:scale(.3)}
}
@-ms-keyframes bounce_circularG{
0%{
-ms-transform:scale(1)}
100%{
-ms-transform:scale(.3)}
}
@-o-keyframes bounce_circularG{
0%{
-o-transform:scale(1)}
100%{
-o-transform:scale(.3)}
}
@keyframes bounce_circularG{
0%{
transform:scale(1)}
100%{
transform:scale(.3)}
} | 0.478773 | 0.056418 |
@-moz-document domain("m.prohardver.hu"), domain("m.itcafe.hu"), domain("m.gamepod.hu"), domain("m.mobilarena.hu"), domain("m.logout.hu") {
/*
ver. 0.8.5 by sz.balazs.95
created: 2016.02.03
published: 2016.02.03
img-green: #00b000
txt-green: #008a00
light gray: #f3f3f3;
gray: #939598;
dark gray: #58595b;
*/
#top {display: none;}
.anyagok .blog h1 a, .anyagok span.time {color: #000;}
a {color: #008a00; font-weight: bold;}
.anyagok span.msgs a {background: transparent url(http://users.atw.hu/b95/css/PH!mod/evergreen/0.8.5/msg-icon-1.1.png) no-repeat scroll 0px 0.5em; color: #000;}
.anyagok span.type, .anyagok .blog span.type {color: #fff; background-color: #58595b;}
.anyagok .feat span.type {color: #fff; background-color: #00b000;}
.anyagok .feat h1 a {color: #008a00;}
.anyagok p, .msgblk .text p {color: #000;}
.anyag h2 {color: #58595b;}
.anyagok li {background: #f3f3f3;}
body {background-color: #f3f3f3;}
h6 a {color: #008a00;}
h2 {background-color: #939598;}
#search input[type="text"] {border: 2px solid #58595b; background-color: #f3f3f3;}
#navi a, #navi .grey a {border: 2px solid #58595b; background-color: #939598; color: #000;}
#navi .act a, #search input {border: 2px solid #008a00; background-color: #939598; color: #000;}
#network ul li a {color: #000;}
.forums li.ma a, .threads li.feat a {color: #008a00;}
#main .header h4 {background-color: #58595b;}
.relcnt h4 {color: #000; background: transparent url(http://users.atw.hu/b95/css/PH!mod/evergreen/0.8.5/blackline-1.1.png) repeat-x scroll 0% 20px;}
.relcnt li {background: #f3f3f3;}
.threads li.odd {background-color: #f3f3f3;}
.threads li.evn {background-color: #939598;}
.threads li p a {color: #008a00;}
.thrnavi {background-color: #000;}
.msgblk .head {background-color: #00b000; border-color: #008a00;}
.msgblk a {color: #008a00;}
#foot {background: #58595b url(http://users.atw.hu/b95/css/PH!mod/evergreen/0.8.5/pat-line-1.0.png);}
.forums li.title {background: #f3f3f3 url(http://users.atw.hu/b95/css/PH!mod/evergreen/0.8.5/pat-line-1.0.png); text-align: center;}
} | data/usercss/119045.user.css | @-moz-document domain("m.prohardver.hu"), domain("m.itcafe.hu"), domain("m.gamepod.hu"), domain("m.mobilarena.hu"), domain("m.logout.hu") {
/*
ver. 0.8.5 by sz.balazs.95
created: 2016.02.03
published: 2016.02.03
img-green: #00b000
txt-green: #008a00
light gray: #f3f3f3;
gray: #939598;
dark gray: #58595b;
*/
#top {display: none;}
.anyagok .blog h1 a, .anyagok span.time {color: #000;}
a {color: #008a00; font-weight: bold;}
.anyagok span.msgs a {background: transparent url(http://users.atw.hu/b95/css/PH!mod/evergreen/0.8.5/msg-icon-1.1.png) no-repeat scroll 0px 0.5em; color: #000;}
.anyagok span.type, .anyagok .blog span.type {color: #fff; background-color: #58595b;}
.anyagok .feat span.type {color: #fff; background-color: #00b000;}
.anyagok .feat h1 a {color: #008a00;}
.anyagok p, .msgblk .text p {color: #000;}
.anyag h2 {color: #58595b;}
.anyagok li {background: #f3f3f3;}
body {background-color: #f3f3f3;}
h6 a {color: #008a00;}
h2 {background-color: #939598;}
#search input[type="text"] {border: 2px solid #58595b; background-color: #f3f3f3;}
#navi a, #navi .grey a {border: 2px solid #58595b; background-color: #939598; color: #000;}
#navi .act a, #search input {border: 2px solid #008a00; background-color: #939598; color: #000;}
#network ul li a {color: #000;}
.forums li.ma a, .threads li.feat a {color: #008a00;}
#main .header h4 {background-color: #58595b;}
.relcnt h4 {color: #000; background: transparent url(http://users.atw.hu/b95/css/PH!mod/evergreen/0.8.5/blackline-1.1.png) repeat-x scroll 0% 20px;}
.relcnt li {background: #f3f3f3;}
.threads li.odd {background-color: #f3f3f3;}
.threads li.evn {background-color: #939598;}
.threads li p a {color: #008a00;}
.thrnavi {background-color: #000;}
.msgblk .head {background-color: #00b000; border-color: #008a00;}
.msgblk a {color: #008a00;}
#foot {background: #58595b url(http://users.atw.hu/b95/css/PH!mod/evergreen/0.8.5/pat-line-1.0.png);}
.forums li.title {background: #f3f3f3 url(http://users.atw.hu/b95/css/PH!mod/evergreen/0.8.5/pat-line-1.0.png); text-align: center;}
} | 0.196518 | 0.095729 |
float: left;
height: calc(100% - 40px);
overflow-x: hidden;
overflow-y: auto;
width: calc(100% + 14px);
}
#upboxtitle {
font-size: 20px;
padding-bottom: 2px;
text-transform: uppercase;
}
#upboxdisc {
font-size: 14px;
padding-bottom: 8px;
}
#chooseboxtitle
{
font-size: 20px;
padding-bottom: 2px;
text-transform: uppercase;
}
.titlecover {
color: #ffffff;
float: left;
font-size: 22px;
font-weight: bold;
margin-top: 12px;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
text-shadow: 1px 1px 1px #000;
white-space: nowrap;
width: 100%;
}
h2.chooseboxtitle {
font-size: 24px;
font-weight: 400;
height: 30px;
margin: 8px 20px 0 4px;
overflow: hidden;
padding: 0;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
}
.enfasi {
clear: both;
color: #ffffff;
float: left;
font-size: 13px;
font-style: italic;
position: relative;
text-shadow: 1px 1px 1px #000000;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.btnselected{
border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
}
#pfblockconteiner {
float: left;
/*width: 100%;*/
/*margin-left 1px and widht 100% - 4px are for 1st colum position, set width 100% and remove margin left for other cases*/
width: calc(100% - 2px);
margin-top:-2000px;
margin-left: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.coversloaded
{
background: none repeat scroll 0 0 #F5F5F5;
margin-top: 20px !important;
transition:1s ease-in-out;
}
#eventcover_main {
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
/*overflow:hidden;*/
position: relative;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 0 1px #444;
-webkit-box-shadow: 0 0 0 1px #444;
-moz-box-shadow: 0 0 0 1px #444;
}
.avatararea {
background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
bottom: 0;
float: left;
padding: 8px 0 0;
position: absolute;
width: 100%;
}
.avatarbox {
float: left;
margin: -4px 0 4px 12px;
padding: 8px;
}
.Eventbox {
float: left;
padding: 0 0 0 10px;
width: calc(100% - 114px);
}
.bottarea {
float: right;
margin-right: 10px;
}
#secondline {
float: left;
width: 100%;
}
.infoarea {
background-color: #F5F5F5;
border: 1px solid #E5E5E5;
border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
float: left;
min-height: 70px;
min-width: 220px;
padding: 6px;
}
.lineinfo {
}
#profmenu {
margin-left: 90px;
position: absolute;
}
.spacermenu {
margin-left: 90px;
}
.linkitem {
color: #333333 !important;
font-size: 14px;
font-weight: bold;
text-decoration: none !important;
}
.profmenuitem {
background-color: #F5F5F5;
border-bottom: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
float: left;
height: 17px;
padding: 10px 14px;
}
.profmenuitemlast {
border-left: 1px solid #E5E5E5;
float: left;
height: 38px;
padding: 0;
}
.infobase {
color: #999999;
font-size: 12px;
font-weight: normal;
}
#submenus {
display: none;
float:left;
width:100%;
}
#buttonitems button {
/*width: 200px;*/
}
#buttonitems button:active{
top: 0 !important;
}
#covermainmenu {
background-color: #f1f1f1;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 0 5px 0 #333;
-webkit-box-shadow: 0 0 5px 0 #333;
-moz-box-shadow: 0 0 5px 0 #333;
display: none;
min-width: 200px;
position: absolute;
right: 10px;
top: 10px;
z-index:9999;
}
#mainb {
font-size: 14px;
width: 100%;
}
.menuline {
/* clear: both;
float: left;
width: calc(100% - 24px);*/
padding: 10px 12px;
font-size: 16px;
}
.menuline:hover {
background-color: Black;
color: #FFF;
cursor: pointer;
}
.menuline > span {
padding-left: 10px;
}
#uploadarea {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.77);
display: none;
height: 200px;
margin-left: 10px;
margin-top: 10px;
overflow: hidden;
padding: 16px;
position: absolute;
z-index: 99999;
}
#suggestions {
background: none repeat scroll 0 0 #F5F5F5;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 8px 1px #999;
-webkit-box-shadow: 0 0 8px 1px #999;
-moz-box-shadow: 0 0 8px 1px #999;
color: #555555;
font-size: 14px;
font-weight: bold;
line-height: 24px;
margin: 10px;
padding: 6px 10px;
position: absolute;
z-index: 1;
}
#infopoint {
background: none repeat scroll 0 0 #F5F5F5;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 8px 1px #999;
-webkit-box-shadow: 0 0 8px 1px #999;
-moz-box-shadow: 0 0 8px 1px #999;
color: #555555;
cursor: default;
font-size: 30px;
line-height: 50px;
margin: 10px;
padding: 6px 10px;
position: absolute;
z-index: 1;
}
#check {
float: right;
}
#check:hover {
cursor: default;
}
#textis {
float: left;
}
#modificaalbums {
min-width:50%;
display: none;
left: 50%;
margin-top: -106px;
position: absolute;
top: 50%;
z-index: 9999;
}
#alignator {
background-color: #ffffff;
border-radius: 3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow: 0 0 2px 0 #333333;
-webkit-box-shadow: 0 0 2px 0 #333333;
-moz-box-shadow:0 0 2px 0 #333333;
height: 70%;
left: 50%;
margin-left: -25%;
padding: 10px 20px 20px;
position: fixed;
top: 15%;
width: 50%;
z-index: 99999;
display:none;
}
.ibdw_photo_mainphotoC {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
float: left;
height: 104px;
margin: 5px;
width: 140px;
/*
background-color: #fff;
background-image: url("/modules/ibdw/eventcover/templates/base/images/big-loader.gif");
background-position: center center;
background-repeat: no-repeat;
*/
}
.ibdw_photo_mainphotoC:hover {
border: 5px solid #333;
cursor: pointer;
margin: 0;
}
.exit_alb {
cursor: pointer;
height: 26px;
padding: 0;
position: absolute;
right: 10px;
top: 8px;
}
.exit_alb .sys-icon.remove:before {font-size:20px !important;}
#annullafoto {
display: none;
}
#ok,#no {
display: none;
margin-bottom: 24px;
width: 246px;
font-size: 14px;
}
#ok sys-icon.chevron-right,#no sys-icon.remove
{
font-size:22px;
}
/*new styles*/
#loading_div
{
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 8px -4px;
-webkit-box-shadow: 0 0 8px -4px;
-moz-box-shadow: 0 0 8px -4px;
display: none;
height: 64px;
left: 50%;
margin-left: -42px;
margin-top: -42px;
opacity: 0.8;
padding: 10px;
position: fixed;
top: 50%;
width: 64px;
z-index: 9999;
}
#loading_div_Start {
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 4px 1px #333;
-webkit-box-shadow: 0 0 4px 1px #333;
-moz-box-shadow: 0 0 4px 1px #333;
height: 64px;
left: 50%;
margin-left: -56px;
opacity: 0.8;
padding: 24px;
position: absolute;
z-index: 9999;
margin-top: 28px;
}
.covercontainer {
padding: 20px;
background: rgba(255, 255, 255, 0.96) none repeat scroll 0 0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 1px 0px #000;
-webkit-box-shadow: 0 0 1px 0px #000;
-moz-box-shadow: 0 0 1px 0px #000;
left: -50%;
position: relative;
min-width: 223px;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn-success {
background-color: #555;
border-color: #333;
color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
background-color: #666;
border-color: #444;
color: #fff;
}
.btn-primary {
background-color: #428bca;
border-color: #357ebd;
color: #fff;
}
.btn-warning {
background-color: #ff0000;
border-color: #880000;
color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
background-color: #ec971f;
border-color: #d58512;
color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
background-color: #3071a9;
border-color: #285e8e;
color: #fff;
}
.btn-danger {
background-color: #d9534f;
border-color: #d43f3a;
color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
background-color: #c9302c;
border-color: #ac2925;
color: #fff;
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-bar-success {
background-color: #5cb85c;
}
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
}
strong.error {
color: red;
font-size: 16px;
padding: 10px 0;
}
span.preview {
border: 1px solid #999;
float: left;
margin-right: 4px;
padding: 2px;
}
.preview > canvas {
vertical-align: bottom;
}
p.size {
margin: 0;
padding: 10px;
}
#prwtable
{
width: 100%;
}
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%;
}
} | modules/ibdw/eventcover/templates/base/css/style.css | float: left;
height: calc(100% - 40px);
overflow-x: hidden;
overflow-y: auto;
width: calc(100% + 14px);
}
#upboxtitle {
font-size: 20px;
padding-bottom: 2px;
text-transform: uppercase;
}
#upboxdisc {
font-size: 14px;
padding-bottom: 8px;
}
#chooseboxtitle
{
font-size: 20px;
padding-bottom: 2px;
text-transform: uppercase;
}
.titlecover {
color: #ffffff;
float: left;
font-size: 22px;
font-weight: bold;
margin-top: 12px;
overflow: hidden;
position: relative;
text-overflow: ellipsis;
text-shadow: 1px 1px 1px #000;
white-space: nowrap;
width: 100%;
}
h2.chooseboxtitle {
font-size: 24px;
font-weight: 400;
height: 30px;
margin: 8px 20px 0 4px;
overflow: hidden;
padding: 0;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
}
.enfasi {
clear: both;
color: #ffffff;
float: left;
font-size: 13px;
font-style: italic;
position: relative;
text-shadow: 1px 1px 1px #000000;
white-space: nowrap;
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
}
.btnselected{
border-radius: 3px 3px 0px 0px;
-webkit-border-radius: 3px 3px 0px 0px;
-moz-border-radius: 3px 3px 0px 0px;
}
#pfblockconteiner {
float: left;
/*width: 100%;*/
/*margin-left 1px and widht 100% - 4px are for 1st colum position, set width 100% and remove margin left for other cases*/
width: calc(100% - 2px);
margin-top:-2000px;
margin-left: 1px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.coversloaded
{
background: none repeat scroll 0 0 #F5F5F5;
margin-top: 20px !important;
transition:1s ease-in-out;
}
#eventcover_main {
background-size: cover !important;
-webkit-background-size: cover !important;
-moz-background-size: cover !important;
-o-background-size: cover !important;
/*overflow:hidden;*/
position: relative;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 0 1px #444;
-webkit-box-shadow: 0 0 0 1px #444;
-moz-box-shadow: 0 0 0 1px #444;
}
.avatararea {
background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
bottom: 0;
float: left;
padding: 8px 0 0;
position: absolute;
width: 100%;
}
.avatarbox {
float: left;
margin: -4px 0 4px 12px;
padding: 8px;
}
.Eventbox {
float: left;
padding: 0 0 0 10px;
width: calc(100% - 114px);
}
.bottarea {
float: right;
margin-right: 10px;
}
#secondline {
float: left;
width: 100%;
}
.infoarea {
background-color: #F5F5F5;
border: 1px solid #E5E5E5;
border-radius: 0 3px 3px 0;
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
float: left;
min-height: 70px;
min-width: 220px;
padding: 6px;
}
.lineinfo {
}
#profmenu {
margin-left: 90px;
position: absolute;
}
.spacermenu {
margin-left: 90px;
}
.linkitem {
color: #333333 !important;
font-size: 14px;
font-weight: bold;
text-decoration: none !important;
}
.profmenuitem {
background-color: #F5F5F5;
border-bottom: 1px solid #E5E5E5;
border-left: 1px solid #E5E5E5;
float: left;
height: 17px;
padding: 10px 14px;
}
.profmenuitemlast {
border-left: 1px solid #E5E5E5;
float: left;
height: 38px;
padding: 0;
}
.infobase {
color: #999999;
font-size: 12px;
font-weight: normal;
}
#submenus {
display: none;
float:left;
width:100%;
}
#buttonitems button {
/*width: 200px;*/
}
#buttonitems button:active{
top: 0 !important;
}
#covermainmenu {
background-color: #f1f1f1;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
box-shadow: 0 0 5px 0 #333;
-webkit-box-shadow: 0 0 5px 0 #333;
-moz-box-shadow: 0 0 5px 0 #333;
display: none;
min-width: 200px;
position: absolute;
right: 10px;
top: 10px;
z-index:9999;
}
#mainb {
font-size: 14px;
width: 100%;
}
.menuline {
/* clear: both;
float: left;
width: calc(100% - 24px);*/
padding: 10px 12px;
font-size: 16px;
}
.menuline:hover {
background-color: Black;
color: #FFF;
cursor: pointer;
}
.menuline > span {
padding-left: 10px;
}
#uploadarea {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.77);
display: none;
height: 200px;
margin-left: 10px;
margin-top: 10px;
overflow: hidden;
padding: 16px;
position: absolute;
z-index: 99999;
}
#suggestions {
background: none repeat scroll 0 0 #F5F5F5;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 8px 1px #999;
-webkit-box-shadow: 0 0 8px 1px #999;
-moz-box-shadow: 0 0 8px 1px #999;
color: #555555;
font-size: 14px;
font-weight: bold;
line-height: 24px;
margin: 10px;
padding: 6px 10px;
position: absolute;
z-index: 1;
}
#infopoint {
background: none repeat scroll 0 0 #F5F5F5;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 8px 1px #999;
-webkit-box-shadow: 0 0 8px 1px #999;
-moz-box-shadow: 0 0 8px 1px #999;
color: #555555;
cursor: default;
font-size: 30px;
line-height: 50px;
margin: 10px;
padding: 6px 10px;
position: absolute;
z-index: 1;
}
#check {
float: right;
}
#check:hover {
cursor: default;
}
#textis {
float: left;
}
#modificaalbums {
min-width:50%;
display: none;
left: 50%;
margin-top: -106px;
position: absolute;
top: 50%;
z-index: 9999;
}
#alignator {
background-color: #ffffff;
border-radius: 3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
box-shadow: 0 0 2px 0 #333333;
-webkit-box-shadow: 0 0 2px 0 #333333;
-moz-box-shadow:0 0 2px 0 #333333;
height: 70%;
left: 50%;
margin-left: -25%;
padding: 10px 20px 20px;
position: fixed;
top: 15%;
width: 50%;
z-index: 99999;
display:none;
}
.ibdw_photo_mainphotoC {
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
float: left;
height: 104px;
margin: 5px;
width: 140px;
/*
background-color: #fff;
background-image: url("/modules/ibdw/eventcover/templates/base/images/big-loader.gif");
background-position: center center;
background-repeat: no-repeat;
*/
}
.ibdw_photo_mainphotoC:hover {
border: 5px solid #333;
cursor: pointer;
margin: 0;
}
.exit_alb {
cursor: pointer;
height: 26px;
padding: 0;
position: absolute;
right: 10px;
top: 8px;
}
.exit_alb .sys-icon.remove:before {font-size:20px !important;}
#annullafoto {
display: none;
}
#ok,#no {
display: none;
margin-bottom: 24px;
width: 246px;
font-size: 14px;
}
#ok sys-icon.chevron-right,#no sys-icon.remove
{
font-size:22px;
}
/*new styles*/
#loading_div
{
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 8px -4px;
-webkit-box-shadow: 0 0 8px -4px;
-moz-box-shadow: 0 0 8px -4px;
display: none;
height: 64px;
left: 50%;
margin-left: -42px;
margin-top: -42px;
opacity: 0.8;
padding: 10px;
position: fixed;
top: 50%;
width: 64px;
z-index: 9999;
}
#loading_div_Start {
background-color: #fff;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 4px 1px #333;
-webkit-box-shadow: 0 0 4px 1px #333;
-moz-box-shadow: 0 0 4px 1px #333;
height: 64px;
left: 50%;
margin-left: -56px;
opacity: 0.8;
padding: 24px;
position: absolute;
z-index: 9999;
margin-top: 28px;
}
.covercontainer {
padding: 20px;
background: rgba(255, 255, 255, 0.96) none repeat scroll 0 0;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
box-shadow: 0 0 1px 0px #000;
-webkit-box-shadow: 0 0 1px 0px #000;
-moz-box-shadow: 0 0 1px 0px #000;
left: -50%;
position: relative;
min-width: 223px;
}
.btn {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 16px;
font-weight: normal;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
}
.btn-success {
background-color: #555;
border-color: #333;
color: #fff;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
background-color: #666;
border-color: #444;
color: #fff;
}
.btn-primary {
background-color: #428bca;
border-color: #357ebd;
color: #fff;
}
.btn-warning {
background-color: #ff0000;
border-color: #880000;
color: #fff;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
background-color: #ec971f;
border-color: #d58512;
color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
background-color: #3071a9;
border-color: #285e8e;
color: #fff;
}
.btn-danger {
background-color: #d9534f;
border-color: #d43f3a;
color: #fff;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
background-color: #c9302c;
border-color: #ac2925;
color: #fff;
}
.progress {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
line-height: 20px;
color: #fff;
text-align: center;
background-color: #428bca;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
-webkit-transition: width .6s ease;
-o-transition: width .6s ease;
transition: width .6s ease;
}
.progress-bar-success {
background-color: #5cb85c;
}
.fileinput-button {
position: relative;
overflow: hidden;
display: inline-block;
}
.fileinput-button input {
position: absolute;
top: 0;
right: 0;
margin: 0;
opacity: 0;
-ms-filter: 'alpha(opacity=0)';
font-size: 200px;
direction: ltr;
cursor: pointer;
}
strong.error {
color: red;
font-size: 16px;
padding: 10px 0;
}
span.preview {
border: 1px solid #999;
float: left;
margin-right: 4px;
padding: 2px;
}
.preview > canvas {
vertical-align: bottom;
}
p.size {
margin: 0;
padding: 10px;
}
#prwtable
{
width: 100%;
}
/* Fixes for IE < 8 */
@media screen\9 {
.fileinput-button input {
filter: alpha(opacity=0);
font-size: 100%;
height: 100%;
}
} | 0.294418 | 0.250649 |
.v-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
border: 0;
}
.content--persona--header {
text-align: center;
}
.content--persona--bio {
text-align: left;
}
.page-blog .blockquote--styled::before {
position: absolute;
content: '';
}
.centered {
float: none;
margin-right: auto;
margin-left: auto;
}
.content--persona {
padding-top: 48px;
padding-top: 4.8rem;
padding-bottom: 48px;
padding-bottom: 4.8rem;
border-top: 1px solid #dddddc;
border-bottom: 1px solid #dddddc;
}
.content--persona--photo {
width: 90px;
width: 9rem;
height: 90px;
height: 9rem;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.content--persona--name {
display: block;
margin-top: 0;
padding-top: 6px;
padding-top: 0.6rem;
color: #323e54;
font-size: 22px;
font-size: 2.2rem;
}
.content--persona--desc {
margin-top: 0;
padding-top: 4px;
padding-top: 0.4rem;
padding-bottom: 8px;
padding-bottom: 0.8rem;
color: #9d9d9c;
line-height: 1;
}
.content--persona--bio {
color: #323e54;
font-size: 14px;
font-size: 1.4rem;
}
.content--persona--social {
margin-top: 8px;
margin-top: 0.8rem;
text-align: center;
}
.content--persona--social--twitter i {
color: #4D94FF;
}
.blog__hero--img {
display: block;
margin-right: auto;
margin-left: auto;
width: 100%;
}
.page-blog .blockquote--styled {
position: relative;
padding: 48px;
padding: 4.8rem;
font-weight: 700;
font-style: italic;
font-size: 18px;
font-size: 1.8rem;
-webkit-font-smoothing: subpixel-antialiased;
}
.page-blog .blockquote--styled::before {
top: 0;
left: -24px;
left: -2.4rem;
width: "null";
height: "null";
color: #dddddc;
content: '"';
font-style: italic;
font-size: 96px;
font-size: 9.6rem;
}
.page-blog .panel--isolate-min {
display: block;
}
.comment--author--section a,
.content--persona--social a {
color: #4D94FF;
}
.comment--author--section a:hover,
.content--persona--social a:hover {
opacity: .85;
}
.comment--author--section a:active,
.content--persona--social a:active {
opacity: initial;
}
@media (min-width: 1px) and (max-width: 888px) {
.page-blog cite {
font-size: 14px;
font-size: 1.4rem;
}
}
@media (min-width: 889px) {
.blog__hero--img {
width: 90%;
}
.content--persona--photo {
width: 120px;
width: 12rem;
height: 120px;
height: 12rem;
}
.content--persona--desc {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.5;
}
} | framework/stylesheets/css/blog.css | .v-hidden {
position: absolute;
overflow: hidden;
clip: rect(0 0 0 0);
margin: -1px;
padding: 0;
width: 1px;
height: 1px;
border: 0;
}
.content--persona--header {
text-align: center;
}
.content--persona--bio {
text-align: left;
}
.page-blog .blockquote--styled::before {
position: absolute;
content: '';
}
.centered {
float: none;
margin-right: auto;
margin-left: auto;
}
.content--persona {
padding-top: 48px;
padding-top: 4.8rem;
padding-bottom: 48px;
padding-bottom: 4.8rem;
border-top: 1px solid #dddddc;
border-bottom: 1px solid #dddddc;
}
.content--persona--photo {
width: 90px;
width: 9rem;
height: 90px;
height: 9rem;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.content--persona--name {
display: block;
margin-top: 0;
padding-top: 6px;
padding-top: 0.6rem;
color: #323e54;
font-size: 22px;
font-size: 2.2rem;
}
.content--persona--desc {
margin-top: 0;
padding-top: 4px;
padding-top: 0.4rem;
padding-bottom: 8px;
padding-bottom: 0.8rem;
color: #9d9d9c;
line-height: 1;
}
.content--persona--bio {
color: #323e54;
font-size: 14px;
font-size: 1.4rem;
}
.content--persona--social {
margin-top: 8px;
margin-top: 0.8rem;
text-align: center;
}
.content--persona--social--twitter i {
color: #4D94FF;
}
.blog__hero--img {
display: block;
margin-right: auto;
margin-left: auto;
width: 100%;
}
.page-blog .blockquote--styled {
position: relative;
padding: 48px;
padding: 4.8rem;
font-weight: 700;
font-style: italic;
font-size: 18px;
font-size: 1.8rem;
-webkit-font-smoothing: subpixel-antialiased;
}
.page-blog .blockquote--styled::before {
top: 0;
left: -24px;
left: -2.4rem;
width: "null";
height: "null";
color: #dddddc;
content: '"';
font-style: italic;
font-size: 96px;
font-size: 9.6rem;
}
.page-blog .panel--isolate-min {
display: block;
}
.comment--author--section a,
.content--persona--social a {
color: #4D94FF;
}
.comment--author--section a:hover,
.content--persona--social a:hover {
opacity: .85;
}
.comment--author--section a:active,
.content--persona--social a:active {
opacity: initial;
}
@media (min-width: 1px) and (max-width: 888px) {
.page-blog cite {
font-size: 14px;
font-size: 1.4rem;
}
}
@media (min-width: 889px) {
.blog__hero--img {
width: 90%;
}
.content--persona--photo {
width: 120px;
width: 12rem;
height: 120px;
height: 12rem;
}
.content--persona--desc {
font-size: 18px;
font-size: 1.8rem;
line-height: 1.5;
}
} | 0.663778 | 0.106737 |
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,body {
width: 100%;
height: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
background-color: #15B1F0;
flex-direction: row;
position: relative;
}
.wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 20px;
background-color: rgba(201,210,213,0.6);
border-radius: 25px;
}
.field {
width: 1060px;
height: 560px;
background-color: rgba(255,255,255,0.8);
border-radius: 20px;
padding-top: 36px;
padding-right: 28px;
padding-left: 32px;
padding-bottom: 24px;
}
.field:hover{
background-color: #fff;
}
.board {
width: 100%;
height: 100%;
border-left: 2px solid black;
border-bottom: 2px solid #000;
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: flex-end;
}
.board::after{
position: absolute;
content: "";
display: block;
top: -10px;
left: -6px;
z-index: 9999;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 10px solid black;
}
.board::before{position: absolute;
content: "";
display: block;
bottom: -6px;
right: -10px;
z-index: 9999;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid black;
}
.y-axis {
position: absolute;
z-index: 9999;
height: 100%;
bottom: 0;
left: -21px;
text-align: right;
display: flex;
flex-flow: column-reverse nowrap;
animation-name: o-fade-in;
animation-delay: 0.3s;
animation-duration: 1.5s;
}
.y-item {
position: relative;
padding-right: 5px;
}
.y-item span {
position: relative;
left: -2px;
top: -25%;
}
.y-item::after {
content:"";
position: absolute;
top: 0;
right: -4px;
/* transform: translateX(-50%); */
z-index: 9999;
display: block;
width: 8px;
height: 2px;
background-color: #000;
}
.x-axis {
position: absolute;
z-index: 9999;
width: 100%;
left: 0;
bottom: -25px;
text-align: center;
padding-top: 7px;
}
.x-axis::after{
content:"";
position: absolute;
top: -3px;
left: 50%;
transform: translateX(-50%);
z-index: 9999;
display: block;
width: 2px;
height: 8px;
background-color: #000;
}
.low {
background-color: #2AFF00;
}
.medium {
background-color: #FFE800;
}
.high {
background-color: #F40606;
}
.bar {
position: relative;
margin-right: 10px;
animation-name: oh-fade-in;
animation-delay: 0.3s;
animation-duration: 1.5s;
}
.value {
position: absolute;
top: -25px;
color: black;
width: 100%;
text-align: center;
font-size: 18px;
opacity: 0;
transition: opacity 0.3s;
}
.bar:hover {
-webkit-box-shadow: 0px 0px 10px 2px rgba(158,158,158,1);
-moz-box-shadow: 0px 0px 10px 2px rgba(158,158,158,1);
box-shadow: 0px 0px 10px 2px rgba(158,158,158,1);
}
.bar:hover .value {
opacity: 1;
}
@keyframes oh-fade-in {
from {
opacity: 0;
height: 0;
}
to {opacity: 1;}
}
@keyframes o-fade-in {
from {
opacity: 0;
}
to {opacity: 1;}
}
.setting {
margin-left: 20px;
display:flex;
flex-flow: column nowrap;
align-items: center;
justify-content: space-around;
padding: 30px 20px;
height: 600px;
background-color: rgba(201,210,213,0.6);
border-radius: 25px;
}
.setting button {
width: 100%;
padding: 15px 10px;
text-transform: uppercase;
color: white;
background-color: #18A4E1;
font-weight: bold;
font-size: 14px;
border: 2px solid #18A4E1;
border-radius: 10px;
}
.setting button:hover {
background-color: #0080FF;
border: 2px solid #0080FF;
}
.modal-bg {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
display: none;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
z-index: 10000;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.modal-bg .modal-wrap{
background-color: #fff;
padding: 40px 60px;
text-align: right;
}
.modal-wrap h2 {
color:#3DBFFC;
text-align: center;
margin-bottom: 15px;
}
.modal-input {
width: 100%;
position: relative;
margin-bottom: 15px;
}
.modal-input input {
width: 100%;
height: 40px;
padding: 5px 45px 5px 5px;
font-size: 16px;
}
.modal-input .addBtn {
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 40px;
background-color: #1F77FF;
border: none;
color: white;
text-transform: uppercase;
}
.modal-added {
width: 100%;
padding: 10px 15px;
background-color: #E8E8E8;
border: 1px solid #CBCBCB;
border-radius: 10px;
height: 300px;
display: flex;
flex-flow: column wrap;
}
.modal-added .itm {
padding: 3px 5px;
background-color: #3FA2FF;
margin-bottom: 5px;
margin-right: 5px;
text-align: center;
}
.ok {
background-color: #00FF1B;
text-transform: uppercase;
color: black;
padding: 10px 10px;
margin-top: 15px;
border: none;
}
.cancel {
background-color: #FF1429;
text-transform: uppercase;
color: black;
padding: 10px 10px;
margin-top: 15px;
border: none;
}
.active {
display: flex;
} | grafic/style.css | * {
box-sizing: border-box;
margin: 0;
padding: 0;
}
html,body {
width: 100%;
height: 100%;
}
body {
display: flex;
align-items: center;
justify-content: center;
background-color: #15B1F0;
flex-direction: row;
position: relative;
}
.wrapper {
display: flex;
flex-wrap: wrap;
justify-content: center;
padding: 20px;
background-color: rgba(201,210,213,0.6);
border-radius: 25px;
}
.field {
width: 1060px;
height: 560px;
background-color: rgba(255,255,255,0.8);
border-radius: 20px;
padding-top: 36px;
padding-right: 28px;
padding-left: 32px;
padding-bottom: 24px;
}
.field:hover{
background-color: #fff;
}
.board {
width: 100%;
height: 100%;
border-left: 2px solid black;
border-bottom: 2px solid #000;
position: relative;
display: flex;
flex-flow: row nowrap;
align-items: flex-end;
}
.board::after{
position: absolute;
content: "";
display: block;
top: -10px;
left: -6px;
z-index: 9999;
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-bottom: 10px solid black;
}
.board::before{position: absolute;
content: "";
display: block;
bottom: -6px;
right: -10px;
z-index: 9999;
width: 0;
height: 0;
border-top: 5px solid transparent;
border-bottom: 5px solid transparent;
border-left: 10px solid black;
}
.y-axis {
position: absolute;
z-index: 9999;
height: 100%;
bottom: 0;
left: -21px;
text-align: right;
display: flex;
flex-flow: column-reverse nowrap;
animation-name: o-fade-in;
animation-delay: 0.3s;
animation-duration: 1.5s;
}
.y-item {
position: relative;
padding-right: 5px;
}
.y-item span {
position: relative;
left: -2px;
top: -25%;
}
.y-item::after {
content:"";
position: absolute;
top: 0;
right: -4px;
/* transform: translateX(-50%); */
z-index: 9999;
display: block;
width: 8px;
height: 2px;
background-color: #000;
}
.x-axis {
position: absolute;
z-index: 9999;
width: 100%;
left: 0;
bottom: -25px;
text-align: center;
padding-top: 7px;
}
.x-axis::after{
content:"";
position: absolute;
top: -3px;
left: 50%;
transform: translateX(-50%);
z-index: 9999;
display: block;
width: 2px;
height: 8px;
background-color: #000;
}
.low {
background-color: #2AFF00;
}
.medium {
background-color: #FFE800;
}
.high {
background-color: #F40606;
}
.bar {
position: relative;
margin-right: 10px;
animation-name: oh-fade-in;
animation-delay: 0.3s;
animation-duration: 1.5s;
}
.value {
position: absolute;
top: -25px;
color: black;
width: 100%;
text-align: center;
font-size: 18px;
opacity: 0;
transition: opacity 0.3s;
}
.bar:hover {
-webkit-box-shadow: 0px 0px 10px 2px rgba(158,158,158,1);
-moz-box-shadow: 0px 0px 10px 2px rgba(158,158,158,1);
box-shadow: 0px 0px 10px 2px rgba(158,158,158,1);
}
.bar:hover .value {
opacity: 1;
}
@keyframes oh-fade-in {
from {
opacity: 0;
height: 0;
}
to {opacity: 1;}
}
@keyframes o-fade-in {
from {
opacity: 0;
}
to {opacity: 1;}
}
.setting {
margin-left: 20px;
display:flex;
flex-flow: column nowrap;
align-items: center;
justify-content: space-around;
padding: 30px 20px;
height: 600px;
background-color: rgba(201,210,213,0.6);
border-radius: 25px;
}
.setting button {
width: 100%;
padding: 15px 10px;
text-transform: uppercase;
color: white;
background-color: #18A4E1;
font-weight: bold;
font-size: 14px;
border: 2px solid #18A4E1;
border-radius: 10px;
}
.setting button:hover {
background-color: #0080FF;
border: 2px solid #0080FF;
}
.modal-bg {
width: 100%;
height: 100%;
background-color: rgba(0,0,0,0.8);
display: none;
flex-flow: row nowrap;
justify-content: center;
align-items: center;
z-index: 10000;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.modal-bg .modal-wrap{
background-color: #fff;
padding: 40px 60px;
text-align: right;
}
.modal-wrap h2 {
color:#3DBFFC;
text-align: center;
margin-bottom: 15px;
}
.modal-input {
width: 100%;
position: relative;
margin-bottom: 15px;
}
.modal-input input {
width: 100%;
height: 40px;
padding: 5px 45px 5px 5px;
font-size: 16px;
}
.modal-input .addBtn {
position: absolute;
top: 0;
right: 0;
width: 45px;
height: 40px;
background-color: #1F77FF;
border: none;
color: white;
text-transform: uppercase;
}
.modal-added {
width: 100%;
padding: 10px 15px;
background-color: #E8E8E8;
border: 1px solid #CBCBCB;
border-radius: 10px;
height: 300px;
display: flex;
flex-flow: column wrap;
}
.modal-added .itm {
padding: 3px 5px;
background-color: #3FA2FF;
margin-bottom: 5px;
margin-right: 5px;
text-align: center;
}
.ok {
background-color: #00FF1B;
text-transform: uppercase;
color: black;
padding: 10px 10px;
margin-top: 15px;
border: none;
}
.cancel {
background-color: #FF1429;
text-transform: uppercase;
color: black;
padding: 10px 10px;
margin-top: 15px;
border: none;
}
.active {
display: flex;
} | 0.598195 | 0.111507 |
body {
background-color: whitesmoke;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic,
"AppleGothic", sans-serif;
}
#links_container { /* in case if we want to keep the menu sticky, TBD */
/*position: fixed;*/
left: 0;
top: 0;
width: 100%;
}
#nave_menu {
margin: 40px 0 0 0;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.4;
}
#nave_menu li {
display: inline;
}
#header_design {
display: flex;
background-color: #757772;
}
a {
text-decoration: none;
margin: 0 4px;
font-size: 20px;
color: #c5c5c5;
}
a:visited {
color: #c5c5c5;
}
a:hover {
color: white;
}
#setimo_logo {
margin: 3px 0 0 3px;
}
/* ------------------------------
Side menu
-------------------------------- */
.side_nav_holder {
height: 100%;
width: 0;
position: fixed;
z-index: 10;
top: 0;
right: 0;
background-color: black;
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
}
/* The navigation menu links */
.side_nav_holder a {
padding: 8px 8px 8px 50px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.side_nav_holder a:hover {
color: white;
}
/* Position and style the close button (top right corner) */
.side_nav_holder .close_btn {
position: absolute;
top: 0;
font-size: 36px;
padding: 8px 0 0 10px;
}
/* On smaller screens, where height is less than 450px, change the style of the side_nav_holder (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.side_nav_holder {
padding-top: 15px;
}
.side_nav_holder a {
font-size: 18px;
}
}
.menu_icon {
width: 35px;
height: 5px;
background-color: black;
margin: 6px 0;
}
#nav_opener {
position: absolute;
right: 24px;
top: 39px;
}
/* ------------------------------
Footer
-------------------------------- */
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #757772;
color: white;
text-align: center;
font-size: 13px;
} | app/ecommerce/static/ecommerce/default.css | body {
background-color: whitesmoke;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic,
"AppleGothic", sans-serif;
}
#links_container { /* in case if we want to keep the menu sticky, TBD */
/*position: fixed;*/
left: 0;
top: 0;
width: 100%;
}
#nave_menu {
margin: 40px 0 0 0;
font-weight: 400;
letter-spacing: 1px;
line-height: 1.4;
}
#nave_menu li {
display: inline;
}
#header_design {
display: flex;
background-color: #757772;
}
a {
text-decoration: none;
margin: 0 4px;
font-size: 20px;
color: #c5c5c5;
}
a:visited {
color: #c5c5c5;
}
a:hover {
color: white;
}
#setimo_logo {
margin: 3px 0 0 3px;
}
/* ------------------------------
Side menu
-------------------------------- */
.side_nav_holder {
height: 100%;
width: 0;
position: fixed;
z-index: 10;
top: 0;
right: 0;
background-color: black;
overflow-x: hidden;
padding-top: 60px;
transition: 0.5s;
}
/* The navigation menu links */
.side_nav_holder a {
padding: 8px 8px 8px 50px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
transition: 0.3s;
}
/* When you mouse over the navigation links, change their color */
.side_nav_holder a:hover {
color: white;
}
/* Position and style the close button (top right corner) */
.side_nav_holder .close_btn {
position: absolute;
top: 0;
font-size: 36px;
padding: 8px 0 0 10px;
}
/* On smaller screens, where height is less than 450px, change the style of the side_nav_holder (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
.side_nav_holder {
padding-top: 15px;
}
.side_nav_holder a {
font-size: 18px;
}
}
.menu_icon {
width: 35px;
height: 5px;
background-color: black;
margin: 6px 0;
}
#nav_opener {
position: absolute;
right: 24px;
top: 39px;
}
/* ------------------------------
Footer
-------------------------------- */
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: #757772;
color: white;
text-align: center;
font-size: 13px;
} | 0.369429 | 0.157137 |
.modal{
/*width: 345px;*/
position: absolute;
/*height: 868px;
position: absolute;
top: 0px;*/
}
/*@media (max-height:768px) {
.modal{
top: 1%;
}
}*/
.modal, .modal label, .modal input, .modal ul li, .modal h3 {
font-family: Trebuchet MS;
}
.modal-body {
max-height: 100%;
background: #f1efed;
padding: 0px;
padding-top: 20px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-o-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
overflow: hidden;
}
.modal-registration{
background: #f1efed;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.modal-registration-title{
background: #e4e3e2;
border: 0px;
padding-left: 14px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
height: 18px;
padding-top: 3px;
padding-bottom: 16px;
}
.modal-registration-title img#registrationPreloader{
width: 25px;
height: 25px;
position: absolute;
right: 40px;
}
.modal-header .close{
background: url(../images/close-modal.png) no-repeat;
display: block;
width: 14px;
height: 14px;
margin-top: 6px;
}
.modal-registration-title h3 {
font-size: 15.31px;
color: #353535;
margin: 0px;
}
.modal-registration #fos-registration-form{
margin-bottom: 1%;
}
.modal-registration #fos_user_registration_form div{
margin: 0px 21px 0px 17px;
/* height: 85px;*/
}
/*.modal-registration #fos_user_registration_form div+div+div{
margin-top: 16px;
}
.modal-registration #fos_user_registration_form div+div+div+div.password-registration{
margin-top: 3px;
}*/
.modal-registration #fos_user_registration_form div+div+div+div.password-registration+div, .modal-registration #fos_user_registration_form div.captcha-img{
margin-top: 0px;
}
.modal-registration #fos_user_registration_form div ul li{
list-style: none;
font-size: 11px;
color: #ff0000;
}
.modal-registration #fos_user_registration_form div label{
width: 100%;
float: left;
font-size: 14px;
color: #9c9a9a;
margin-bottom: 14px;
cursor: default;
line-height: 13px;
}
#fos_user_registration_form{
overflow: hidden;
}
.modal-registration #fos_user_registration_form ul{
margin: 0px;
margin-bottom: 10px;
}
.modal-registration #fos_user_registration_form div input{
font-size: 14px;
color: #353535;
width: 292px;
padding: 2px 0px 2px 12px;
margin-bottom: 13px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.modal-registration #fos_user_registration_form div input#fos_user_registration_form_phone{
color: #858181;
font-size: 12px;
}
.modal-registration #fos_user_registration_form div.button-registration{
padding: 9px 0px 0px 0px;
margin-top: 63px;
}
.modal-registration #fos_user_registration_form div.button-registration input{
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 307px;
padding: 5px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
cursor: pointer;
box-shadow: none;
}
.modal-registration #fos_user_registration_form div input#fos_user_registration_form_captcha{
width: 109px;
float: right;
padding: 1px 0px 0px 10px;
position: relative;
top: 6px;
border: 1px solid #ccc;
box-shadow: none;
background: #fff;
}
.modal-registration #fos_user_registration_form div.text-capcha {
color: #161616;
font-size: 15px;
margin: 0px;
padding: 10px 0px 0px 0px;
height: 75px;
}
#fos_user_registration_form .password-registration #fos_user_registration_form_plainPassword, #fos_user_registration_form .password-registration #fos_user_registration_form_plainPassword div{
margin: 0px;
height: 100%;
position: relative;
}
.password-registration #fos_user_registration_form_plainPassword div+div{
width: 100%;
height: 62px;
float: left;
}
.modal-registration #fos_user_registration_form div input.error-form-registration{
border: 1px solid #ff0000;
box-shadow: none;
}
.modal-registration #fos_user_registration_form div input:focus, .modal-registration #fos_user_registration_form div input#fos_user_registration_form_captcha:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.captcha-img img{
float: left;
}
.captcha-img a{
display: block;
float: left;
width: 36px;
height: 36px;
background: url(../images/capcha-reset.png) no-repeat;
margin-left: 13px;
text-indent: -9999px
}
.captcha-img ul{
margin: 0px;
margin-left: 25px;
}
/* end MODAL */
#bothPasswordsMatch {
display: none;
position: absolute;
top: 60px;
right: 10px;
} | src/Application/Sonata/UserBundle/Resources/public/css/main.css | .modal{
/*width: 345px;*/
position: absolute;
/*height: 868px;
position: absolute;
top: 0px;*/
}
/*@media (max-height:768px) {
.modal{
top: 1%;
}
}*/
.modal, .modal label, .modal input, .modal ul li, .modal h3 {
font-family: Trebuchet MS;
}
.modal-body {
max-height: 100%;
background: #f1efed;
padding: 0px;
padding-top: 20px;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
-o-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
overflow: hidden;
}
.modal-registration{
background: #f1efed;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-o-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
}
.modal-registration-title{
background: #e4e3e2;
border: 0px;
padding-left: 14px;
-moz-border-radius: 5px 5px 0px 0px;
-webkit-border-radius: 5px 5px 0px 0px;
-o-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
height: 18px;
padding-top: 3px;
padding-bottom: 16px;
}
.modal-registration-title img#registrationPreloader{
width: 25px;
height: 25px;
position: absolute;
right: 40px;
}
.modal-header .close{
background: url(../images/close-modal.png) no-repeat;
display: block;
width: 14px;
height: 14px;
margin-top: 6px;
}
.modal-registration-title h3 {
font-size: 15.31px;
color: #353535;
margin: 0px;
}
.modal-registration #fos-registration-form{
margin-bottom: 1%;
}
.modal-registration #fos_user_registration_form div{
margin: 0px 21px 0px 17px;
/* height: 85px;*/
}
/*.modal-registration #fos_user_registration_form div+div+div{
margin-top: 16px;
}
.modal-registration #fos_user_registration_form div+div+div+div.password-registration{
margin-top: 3px;
}*/
.modal-registration #fos_user_registration_form div+div+div+div.password-registration+div, .modal-registration #fos_user_registration_form div.captcha-img{
margin-top: 0px;
}
.modal-registration #fos_user_registration_form div ul li{
list-style: none;
font-size: 11px;
color: #ff0000;
}
.modal-registration #fos_user_registration_form div label{
width: 100%;
float: left;
font-size: 14px;
color: #9c9a9a;
margin-bottom: 14px;
cursor: default;
line-height: 13px;
}
#fos_user_registration_form{
overflow: hidden;
}
.modal-registration #fos_user_registration_form ul{
margin: 0px;
margin-bottom: 10px;
}
.modal-registration #fos_user_registration_form div input{
font-size: 14px;
color: #353535;
width: 292px;
padding: 2px 0px 2px 12px;
margin-bottom: 13px;
background: -moz-linear-gradient(top, #e2e0e0 0%, #f1f0f0 99%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e0e0), color-stop(99%,#f1f0f0));
background: -webkit-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -o-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: -ms-linear-gradient(top, #e2e0e0 0%,#f1f0f0 99%);
background: linear-gradient(to bottom, #e2e0e0 0%,#f1f0f0 99%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e0e0', endColorstr='#f1f0f0',GradientType=0 );
border: 1px solid #cccdcf;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
-moz-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
-webkit-box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
box-shadow: inset 1px 0px 3px rgba(238, 238, 238, 0.7), inset -2px 0px 3px rgba(238, 238, 238,0.7), inset 0px 2px 1px rgba(0, 0, 0, 0.7);
}
.modal-registration #fos_user_registration_form div input#fos_user_registration_form_phone{
color: #858181;
font-size: 12px;
}
.modal-registration #fos_user_registration_form div.button-registration{
padding: 9px 0px 0px 0px;
margin-top: 63px;
}
.modal-registration #fos_user_registration_form div.button-registration input{
background: #feb200;
background: -moz-linear-gradient(top, #feb200 0%, #e2601b 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#feb200), color-stop(100%,#e2601b));
background: -webkit-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -o-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: -ms-linear-gradient(top, #feb200 0%,#e2601b 100%);
background: linear-gradient(to bottom, #feb200 0%,#e2601b 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feb200', endColorstr='#e2601b',GradientType=0 );
border: 0px;
width: 307px;
padding: 5px 0px;
color: #fffefe;
font-size: 15px;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
-o-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
cursor: pointer;
box-shadow: none;
}
.modal-registration #fos_user_registration_form div input#fos_user_registration_form_captcha{
width: 109px;
float: right;
padding: 1px 0px 0px 10px;
position: relative;
top: 6px;
border: 1px solid #ccc;
box-shadow: none;
background: #fff;
}
.modal-registration #fos_user_registration_form div.text-capcha {
color: #161616;
font-size: 15px;
margin: 0px;
padding: 10px 0px 0px 0px;
height: 75px;
}
#fos_user_registration_form .password-registration #fos_user_registration_form_plainPassword, #fos_user_registration_form .password-registration #fos_user_registration_form_plainPassword div{
margin: 0px;
height: 100%;
position: relative;
}
.password-registration #fos_user_registration_form_plainPassword div+div{
width: 100%;
height: 62px;
float: left;
}
.modal-registration #fos_user_registration_form div input.error-form-registration{
border: 1px solid #ff0000;
box-shadow: none;
}
.modal-registration #fos_user_registration_form div input:focus, .modal-registration #fos_user_registration_form div input#fos_user_registration_form_captcha:focus{
border: 1px solid #fe8504;
outline: none;
box-shadow: none;
}
.captcha-img img{
float: left;
}
.captcha-img a{
display: block;
float: left;
width: 36px;
height: 36px;
background: url(../images/capcha-reset.png) no-repeat;
margin-left: 13px;
text-indent: -9999px
}
.captcha-img ul{
margin: 0px;
margin-left: 25px;
}
/* end MODAL */
#bothPasswordsMatch {
display: none;
position: absolute;
top: 60px;
right: 10px;
} | 0.296451 | 0.080973 |
* {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
}
#container {}
#content {
margin: 0 10%;
margin-top: 10px;
}
#legend {
background: rgba(119, 109, 109, 0.66);
padding: 5px;
}
#box {
width: 27%;
margin-right: 1%;
background-color: #ffffff;
border-radius: 10px;
float: left;
overflow: hidden;
text-align: center;
}
#map-canvas {
margin-left: 1%;
width: 71%;
float: left;
height: 500px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
display: inline-block;
}
#heading {
width: 100%;
//top: 5px;
height: 70px;
background: linear-gradient(0deg, #fcfeff, #dcdcde);
text-align: left;
//box-shadow:0px 0px 5px 1px black ;
//overflow: hidden;
//border-radius: 5px;
}
#heading #h1 {
height: 100%;
line-height: 70px;
letter-spacing: 10px;
text-shadow: 1px 1px 7px black;
margin-left: 20px;
text-align: left;
color: white;
font-family: Century Gothic;
font-size: 50px;
}
#bar {
width: 100%;
background: linear-gradient(0deg, #078cf8, #57daf6);
//box-shadow: 0px 0px 10px black;
position: relative;
padding: 12px;
}
#bar .h {
color: white;
margin-left: 25px;
letter-spacing: 2px;
text-transform: capitalize;
color: white;
}
#box h2 {
text-align: center;
padding: 10px;
font-weight: 500;
font-family: "calibri", Times, serif;
//border-bottom: 3px solid white;
//border-radius: 5px;
box-shadow: 0px 0px 15px black;
color: white;
background: #44aaf5;
}
.place {
padding: 10px;
text-align: left;
padding-left: 25px;
font-weight: 600;
font-family: monospace;
font-size: 18;
}
input {
padding: 10px;
font-size: 12pt;
letter-spacing: 1px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#all,
#submit,
#reset {
display: inline-block;
//width: 30%;
//padding: 20px;
margin: 20px 5px;
}
input[type="button"],
input[type="reset"] {
color: white;
background: #44aaf5;
border-radius: 5px;
font-size: 0.8em;
text-transform: capitalize;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.49);
transition: box-shadow 0.3s;
}
input[type="button"]:hover {
box-shadow: 0px 0px 10px black;
}
input[type="reset"]:hover {
box-shadow: 0px 0px 10px black;
}
#info {
padding: 10px;
//border-top: 3px solid white;
//box-shadow: inset 0px 0px 20px black;
background-color: white;
text-align: left;
//border-bottom: 3px solid white;
} | ITRA_Testing/my_style.css | * {
margin: 0;
padding: 0;
border: 0;
box-sizing: border-box;
}
body {
font-family: sans-serif;
}
#container {}
#content {
margin: 0 10%;
margin-top: 10px;
}
#legend {
background: rgba(119, 109, 109, 0.66);
padding: 5px;
}
#box {
width: 27%;
margin-right: 1%;
background-color: #ffffff;
border-radius: 10px;
float: left;
overflow: hidden;
text-align: center;
}
#map-canvas {
margin-left: 1%;
width: 71%;
float: left;
height: 500px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
display: inline-block;
}
#heading {
width: 100%;
//top: 5px;
height: 70px;
background: linear-gradient(0deg, #fcfeff, #dcdcde);
text-align: left;
//box-shadow:0px 0px 5px 1px black ;
//overflow: hidden;
//border-radius: 5px;
}
#heading #h1 {
height: 100%;
line-height: 70px;
letter-spacing: 10px;
text-shadow: 1px 1px 7px black;
margin-left: 20px;
text-align: left;
color: white;
font-family: Century Gothic;
font-size: 50px;
}
#bar {
width: 100%;
background: linear-gradient(0deg, #078cf8, #57daf6);
//box-shadow: 0px 0px 10px black;
position: relative;
padding: 12px;
}
#bar .h {
color: white;
margin-left: 25px;
letter-spacing: 2px;
text-transform: capitalize;
color: white;
}
#box h2 {
text-align: center;
padding: 10px;
font-weight: 500;
font-family: "calibri", Times, serif;
//border-bottom: 3px solid white;
//border-radius: 5px;
box-shadow: 0px 0px 15px black;
color: white;
background: #44aaf5;
}
.place {
padding: 10px;
text-align: left;
padding-left: 25px;
font-weight: 600;
font-family: monospace;
font-size: 18;
}
input {
padding: 10px;
font-size: 12pt;
letter-spacing: 1px;
border-radius: 5px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#all,
#submit,
#reset {
display: inline-block;
//width: 30%;
//padding: 20px;
margin: 20px 5px;
}
input[type="button"],
input[type="reset"] {
color: white;
background: #44aaf5;
border-radius: 5px;
font-size: 0.8em;
text-transform: capitalize;
box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.49);
transition: box-shadow 0.3s;
}
input[type="button"]:hover {
box-shadow: 0px 0px 10px black;
}
input[type="reset"]:hover {
box-shadow: 0px 0px 10px black;
}
#info {
padding: 10px;
//border-top: 3px solid white;
//box-shadow: inset 0px 0px 20px black;
background-color: white;
text-align: left;
//border-bottom: 3px solid white;
} | 0.321673 | 0.167151 |
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');
*{
padding: 0 bold;
margin: 0 bold;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
body{
background: #585c68;
font-size: 14px;
line-height: 22px;
color: #555555;
}
img{
width: 280px;
height: 290px;
}
.bold{font-weight: 700;
font-size: 20px;
text-transform: uppercase;
}
.semi_bold{
font-weight: 500;
font-size: 15px;
}
.cv{
width: 800px;
height: auto;
display: flex;
margin: 50px auto;
}
.cv .cv_left{
width: 280px;
background:#0bb5f4 ;
}
.cv .cv_left .cv_profile{
width: 100;
height: 280px;
}
.cv .cv_left .cv_content{
padding: 0 25px;
}
.cv .title{
margin-bottom: 20px;
}
.cv .cv_left .bold{
color: #fff;
}
.cv .cv_left .regular{
color: #b1eaff;
}
.cv .cv_item{
padding: 25px 0;
border-bottom: 2px solid #b1eaff;
}
.cv .cv_left .cv_item:last-child{
border-bottom: 0px;
}
.cv .cv_left ul li{
display: flex;
align-items: center;
margin-bottom: 10px;
}
.cv .cv_left ul li:last-child{
margin-bottom: 0;
}
.cv .cv_left ul li .icon{
width: 35px;
height: 35px;
background: #fff;
color: #0bb5f4;
border-radius: 50%;
margin-right: 15px;
font-size: 16px;
position: relative;
}
.cv .icon i{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.cv .cv_left ul li .data{
color: #b1eaff;
}
.cv .cv_left .cv_skill ul li{
color: #b1eaff;
justify-content: space-between;
}
.cv .cv_left .cv_skill ul li .skill_name{
width: 25%;
}
.cv .cv_left .cv_skill ul li .skill_progress{
width: 60%;
margin: 0 5px;
height: 5px;
background: #009fd9;
position: relative;
}
.cv .cv_left .cv_skill ul li .skill_per{
width: 15%;
}
.cv .cv_left .cv_skill ul li .skill_progress span{
position: absolute;
top: 0;
left: 0;
height: 100%;
background: #fff;
}
.cv .cv_right{
width: 520px;
background: #fff;
padding: 25px;
}
.cv .cv_right .bold{
color: #0bb5f4;
}
.cv .cv_right .cv_work ul,
.cv .cv_right .cv_education ul{
padding-left: 40px;
overflow: hidden;
}
.cv .cv_right ul li{
position: relative;
}
.cv .cv_right ul li .date{
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
}
.cv .cv_right ul li .info{
margin-bottom: 20px;
}
.cv .cv_right ul li:last-child .info{
margin-bottom: 0;
}
.cv .cv_right .cv_work ul li:before,
.cv .cv_right .cv_education ul li:before{
content: "";
position: absolute;
top: 5px;
left: -25px;
width: 6px;
height: 6px;
border-radius: 50%;
border: 2px solid #0bb5f4;
}
.cv .cv_right .cv_work ul li:after,
.cv .cv_right .cv_education ul li:after{
content: "";
position: absolute;
top: 14px;
left: -21px;
width: 2px;
height: 300px;
background: #0bb5f4;
}
@media screen and(max-width: 2000){
img{
width: 50%;
}
} | style.css | @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400&display=swap');
*{
padding: 0 bold;
margin: 0 bold;
box-sizing: border-box;
list-style: none;
font-family: 'Montserrat', sans-serif;
}
body{
background: #585c68;
font-size: 14px;
line-height: 22px;
color: #555555;
}
img{
width: 280px;
height: 290px;
}
.bold{font-weight: 700;
font-size: 20px;
text-transform: uppercase;
}
.semi_bold{
font-weight: 500;
font-size: 15px;
}
.cv{
width: 800px;
height: auto;
display: flex;
margin: 50px auto;
}
.cv .cv_left{
width: 280px;
background:#0bb5f4 ;
}
.cv .cv_left .cv_profile{
width: 100;
height: 280px;
}
.cv .cv_left .cv_content{
padding: 0 25px;
}
.cv .title{
margin-bottom: 20px;
}
.cv .cv_left .bold{
color: #fff;
}
.cv .cv_left .regular{
color: #b1eaff;
}
.cv .cv_item{
padding: 25px 0;
border-bottom: 2px solid #b1eaff;
}
.cv .cv_left .cv_item:last-child{
border-bottom: 0px;
}
.cv .cv_left ul li{
display: flex;
align-items: center;
margin-bottom: 10px;
}
.cv .cv_left ul li:last-child{
margin-bottom: 0;
}
.cv .cv_left ul li .icon{
width: 35px;
height: 35px;
background: #fff;
color: #0bb5f4;
border-radius: 50%;
margin-right: 15px;
font-size: 16px;
position: relative;
}
.cv .icon i{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
.cv .cv_left ul li .data{
color: #b1eaff;
}
.cv .cv_left .cv_skill ul li{
color: #b1eaff;
justify-content: space-between;
}
.cv .cv_left .cv_skill ul li .skill_name{
width: 25%;
}
.cv .cv_left .cv_skill ul li .skill_progress{
width: 60%;
margin: 0 5px;
height: 5px;
background: #009fd9;
position: relative;
}
.cv .cv_left .cv_skill ul li .skill_per{
width: 15%;
}
.cv .cv_left .cv_skill ul li .skill_progress span{
position: absolute;
top: 0;
left: 0;
height: 100%;
background: #fff;
}
.cv .cv_right{
width: 520px;
background: #fff;
padding: 25px;
}
.cv .cv_right .bold{
color: #0bb5f4;
}
.cv .cv_right .cv_work ul,
.cv .cv_right .cv_education ul{
padding-left: 40px;
overflow: hidden;
}
.cv .cv_right ul li{
position: relative;
}
.cv .cv_right ul li .date{
font-size: 16px;
font-weight: 500;
margin-bottom: 15px;
}
.cv .cv_right ul li .info{
margin-bottom: 20px;
}
.cv .cv_right ul li:last-child .info{
margin-bottom: 0;
}
.cv .cv_right .cv_work ul li:before,
.cv .cv_right .cv_education ul li:before{
content: "";
position: absolute;
top: 5px;
left: -25px;
width: 6px;
height: 6px;
border-radius: 50%;
border: 2px solid #0bb5f4;
}
.cv .cv_right .cv_work ul li:after,
.cv .cv_right .cv_education ul li:after{
content: "";
position: absolute;
top: 14px;
left: -21px;
width: 2px;
height: 300px;
background: #0bb5f4;
}
@media screen and(max-width: 2000){
img{
width: 50%;
}
} | 0.441191 | 0.079961 |
@charset "UTF-8";
.section {
font-size: 9.5pt;
}
.hr {
margin-top: 4pt;
margin-bottom: 4pt;
border: 0;
border-top: 2.5pt solid #000;
}
.heading {
margin-top: 0;
margin-bottom: 0;
font-size: 16pt;
text-align: center;
}
.summary {
margin-top: 18pt;
margin-bottom: 18pt;
}
.summary-left {
width: 95%;
margin-right: auto;
}
.summary-left-account {
font-size: 11pt;
font-family: sans-serif;
border-bottom: 1.5pt solid #000
}
.summary-left-subject {
margin-top: 8pt;
font-size: 11pt;
font-family: sans-serif;
border-bottom: 1.5pt solid #000
}
.summary-left-message {
margin-top: 8pt;
}
.summary-left-point {
margin-top: 8pt;
}
.summary-left-total {
width: 60%;
margin-top: 8pt;
margin-right: auto;
border-top: 2.5pt solid #000;
border-bottom: 2.5pt solid #000;
text-align: center;
}
.summary-left-total-label {
padding-top: 2pt;
padding-bottom: 2pt;
border-bottom: 1.5pt solid #000;
}
.summary-left-total-content {
padding-top: 4pt;
padding-bottom: 4pt;
font-size: 16pt;
}
.summary-right {
width: 95%;
margin-left: auto;
}
.summary-right-date {
text-align: right;
}
.summary-right-name {
margin-top: 10pt;
font-size: 13pt;
font-weight: bold;
text-align: right;
}
.summary-right-address {
margin-top: 10pt;
font-size: 8.5pt;
}
.summary-right-president {
margin-top: 6pt;
text-align: right;
}
.summary-right-contact {
padding-left: 20mm;
margin-top: 6pt;
font-size: 9pt;
}
.summary-right-staff {
padding-left: 20mm;
margin-top: 12pt;
border-bottom: 1.5pt solid #000;
}
.detail {
margin-top: 18pt;
}
.detail-list {
width: 100%;
border: 1pt solid #000;
border-collapse: collapse;
}
.detail-list thead th {
padding: 1mm;
font-weight: normal;
border: 1pt solid #000;
}
.detail-list tbody td {
padding: 1mm;
border: 1pt solid #000;
}
.memo {
padding: 6pt;
margin-top: 18pt;
min-height: 25mm;
border: 1pt solid #000;
}
.memo-label {
width: 15mm;
border-bottom: 1pt solid #000;
text-align: center;
}
.memo-content {
} | static/public/css/print-format.css | @charset "UTF-8";
.section {
font-size: 9.5pt;
}
.hr {
margin-top: 4pt;
margin-bottom: 4pt;
border: 0;
border-top: 2.5pt solid #000;
}
.heading {
margin-top: 0;
margin-bottom: 0;
font-size: 16pt;
text-align: center;
}
.summary {
margin-top: 18pt;
margin-bottom: 18pt;
}
.summary-left {
width: 95%;
margin-right: auto;
}
.summary-left-account {
font-size: 11pt;
font-family: sans-serif;
border-bottom: 1.5pt solid #000
}
.summary-left-subject {
margin-top: 8pt;
font-size: 11pt;
font-family: sans-serif;
border-bottom: 1.5pt solid #000
}
.summary-left-message {
margin-top: 8pt;
}
.summary-left-point {
margin-top: 8pt;
}
.summary-left-total {
width: 60%;
margin-top: 8pt;
margin-right: auto;
border-top: 2.5pt solid #000;
border-bottom: 2.5pt solid #000;
text-align: center;
}
.summary-left-total-label {
padding-top: 2pt;
padding-bottom: 2pt;
border-bottom: 1.5pt solid #000;
}
.summary-left-total-content {
padding-top: 4pt;
padding-bottom: 4pt;
font-size: 16pt;
}
.summary-right {
width: 95%;
margin-left: auto;
}
.summary-right-date {
text-align: right;
}
.summary-right-name {
margin-top: 10pt;
font-size: 13pt;
font-weight: bold;
text-align: right;
}
.summary-right-address {
margin-top: 10pt;
font-size: 8.5pt;
}
.summary-right-president {
margin-top: 6pt;
text-align: right;
}
.summary-right-contact {
padding-left: 20mm;
margin-top: 6pt;
font-size: 9pt;
}
.summary-right-staff {
padding-left: 20mm;
margin-top: 12pt;
border-bottom: 1.5pt solid #000;
}
.detail {
margin-top: 18pt;
}
.detail-list {
width: 100%;
border: 1pt solid #000;
border-collapse: collapse;
}
.detail-list thead th {
padding: 1mm;
font-weight: normal;
border: 1pt solid #000;
}
.detail-list tbody td {
padding: 1mm;
border: 1pt solid #000;
}
.memo {
padding: 6pt;
margin-top: 18pt;
min-height: 25mm;
border: 1pt solid #000;
}
.memo-label {
width: 15mm;
border-bottom: 1pt solid #000;
text-align: center;
}
.memo-content {
} | 0.605099 | 0.077239 |
@import url(../../dist/theme/fonts/league-gothic/league-gothic.css);
/*********************************************
* GLOBAL STYLES
*********************************************/
:root {
--background-color: #FFFAEF;
--main-font: Lato, Helvetica, sans-serif;
--main-font-size: 34px;
--main-color: #657b83;
--block-margin: 10px;
--heading-margin: 0 0 20px 0;
--heading-font: League Gothic, Impact, sans-serif;
--heading-color: #586e75;
--heading-line-height: 0.9em;
--heading-letter-spacing: 0.02em;
--heading-text-transform: uppercase;
--heading-text-shadow: none;
--heading-font-weight: 400;
--heading1-text-shadow: none;
--heading1-size: 3.77em;
--heading2-size: 2.11em;
--heading3-size: 1.55em;
--heading4-size: 1em;
--code-font: monospace;
--link-color: #268bd2;
--link-color-hover: #62ade3;
--selection-background-color: #d33682;
--selection-color: #fff; }
.reveal-viewport {
background: #FFFAEF;
background-color: #FFFAEF; }
.reveal {
font-family: "Lato", Helvetica, sans-serif;
font-size: 34px;
font-weight: normal;
color: #657b83; }
.reveal ::selection {
color: #fff;
background: #d33682;
text-shadow: none; }
.reveal ::-moz-selection {
color: #fff;
background: #d33682;
text-shadow: none; }
.reveal .slides section,
.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #586e75;
font-family: "League Gothic", Impact, sans-serif;
font-weight: 400;
line-height: 0.9em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 {
text-shadow: none; }
/*********************************************
* OTHER
*********************************************/
.reveal p {
margin: 10px 0;
line-height: 1.3; }
/* Remove trailing margins after titles */
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
margin-bottom: 0; }
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%; }
.reveal strong,
.reveal b {
font-weight: bold; }
.reveal em {
font-style: italic; }
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
text-align: left;
margin: 0 0 0 1em; }
.reveal ol {
list-style-type: decimal; }
.reveal ul {
list-style-type: disc; }
.reveal ul ul {
list-style-type: square; }
.reveal ul ul ul {
list-style-type: circle; }
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
display: block;
margin-left: 40px; }
.reveal dt {
font-weight: bold; }
.reveal dd {
margin-left: 40px; }
.reveal blockquote {
display: block;
position: relative;
width: 70%;
margin: 10px auto;
padding: 5px;
font-style: italic;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
display: inline-block; }
.reveal q {
font-style: italic; }
.reveal pre {
display: block;
position: relative;
width: 90%;
margin: 10px auto;
text-align: left;
font-size: 0.55em;
font-family: monospace;
line-height: 1.2em;
word-wrap: break-word;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
.reveal code {
font-family: monospace;
text-transform: none; }
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal; }
.reveal table {
margin: auto;
border-collapse: collapse;
border-spacing: 0; }
.reveal table th {
font-weight: bold; }
.reveal table th,
.reveal table td {
text-align: left;
padding: 0.2em 0.5em 0.2em 0.5em;
border-bottom: 1px solid; }
.reveal table th[align="center"],
.reveal table td[align="center"] {
text-align: center; }
.reveal table th[align="right"],
.reveal table td[align="right"] {
text-align: right; }
.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
border-bottom: none; }
.reveal sup {
vertical-align: super;
font-size: smaller; }
.reveal sub {
vertical-align: sub;
font-size: smaller; }
.reveal small {
display: inline-block;
font-size: 0.6em;
line-height: 1.2em;
vertical-align: top; }
.reveal small * {
vertical-align: top; }
.reveal img {
margin: 10px 0; }
/*********************************************
* LINKS
*********************************************/
.reveal a {
color: #268bd2;
text-decoration: none;
transition: color .15s ease; }
.reveal a:hover {
color: #62ade3;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #1a6091; }
/*********************************************
* Frame helper
*********************************************/
.reveal .r-frame {
border: 4px solid #657b83;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal a .r-frame {
transition: all .15s linear; }
.reveal a:hover .r-frame {
border-color: #268bd2;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls {
color: #268bd2; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: #268bd2; }
/*********************************************
* PRINT BACKGROUND
*********************************************/
@media print {
.backgrounds {
background-color: #FFFAEF; } }
.reveal {
letter-spacing: -0.02em; }
.reveal p {
margin-bottom: 10px;
line-height: 1.2em; }
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
margin-bottom: 1em; }
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
margin-bottom: 1em;
margin-top: 1em; }
.reveal .slide-number {
position: fixed;
right: 10px;
bottom: 10px;
opacity: 0.5;
line-height: inherit;
background-color: unset; }
.reveal pre {
margin-top: 1em;
margin-bottom: 1em;
font-size: 70%;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
background: none repeat scroll 0 0 #fdf6e3; }
.reveal pre code {
max-height: 800px !important; }
.reveal code.hljs {
background: none; }
.reveal a.btn {
background-color: #F05B2A;
color: white;
font-weight: 500;
padding: 20px 30px;
border-radius: 40px;
margin: 10px auto; }
.reveal a.btn:hover {
background-color: brown;
color: white; }
.reveal a.btn.blue {
background-color: #4B98C2;
color: white;
font-weight: 500;
padding: 20px 30px;
border-radius: 40px;
margin: 10px auto; }
.reveal a.btn.blue:hover {
background-color: darkblue;
color: white; }
.reveal .slide-number {
color: #268bd2; }
.hljs {
display: block;
padding: .5em;
background: #fdf6e3;
color: #657b83; }
.hljs-comment,
.hljs-template_comment,
.diff .hljs-header,
.hljs-doctype,
.hljs-pi,
.lisp .hljs-string,
.hljs-javadoc {
color: #93a1a1; }
.hljs-keyword,
.hljs-winutils,
.method,
.hljs-addition,
.css .hljs-tag,
.hljs-request,
.hljs-status,
.nginx .hljs-title {
color: #859900; }
.hljs-number,
.hljs-command,
.hljs-string,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-phpdoc,
.tex .hljs-formula,
.hljs-regexp,
.hljs-hexcolor,
.hljs-link_url {
color: #2aa198; }
.hljs-title,
.hljs-localvars,
.hljs-chunk,
.hljs-decorator,
.hljs-built_in,
.hljs-identifier,
.vhdl .hljs-literal,
.hljs-id,
.css .hljs-function {
color: #268bd2; }
.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.smalltalk .hljs-number,
.hljs-constant,
.hljs-class .hljs-title,
.hljs-parent,
.haskell .hljs-type,
.hljs-link_reference {
color: #b58900; }
.hljs-preprocessor,
.hljs-preprocessor .hljs-keyword,
.hljs-pragma,
.hljs-shebang,
.hljs-symbol,
.hljs-symbol .hljs-string,
.diff .hljs-change,
.hljs-special,
.hljs-attr_selector,
.hljs-subst,
.hljs-cdata,
.clojure .hljs-title,
.css .hljs-pseudo,
.hljs-header {
color: #cb4b16; }
.hljs-deletion,
.hljs-important {
color: #dc322f; }
.hljs-link_label {
color: #6c71c4; }
.tex .hljs-formula {
background: #eee8d5; } | dist/theme/wagon.css | @import url(../../dist/theme/fonts/league-gothic/league-gothic.css);
/*********************************************
* GLOBAL STYLES
*********************************************/
:root {
--background-color: #FFFAEF;
--main-font: Lato, Helvetica, sans-serif;
--main-font-size: 34px;
--main-color: #657b83;
--block-margin: 10px;
--heading-margin: 0 0 20px 0;
--heading-font: League Gothic, Impact, sans-serif;
--heading-color: #586e75;
--heading-line-height: 0.9em;
--heading-letter-spacing: 0.02em;
--heading-text-transform: uppercase;
--heading-text-shadow: none;
--heading-font-weight: 400;
--heading1-text-shadow: none;
--heading1-size: 3.77em;
--heading2-size: 2.11em;
--heading3-size: 1.55em;
--heading4-size: 1em;
--code-font: monospace;
--link-color: #268bd2;
--link-color-hover: #62ade3;
--selection-background-color: #d33682;
--selection-color: #fff; }
.reveal-viewport {
background: #FFFAEF;
background-color: #FFFAEF; }
.reveal {
font-family: "Lato", Helvetica, sans-serif;
font-size: 34px;
font-weight: normal;
color: #657b83; }
.reveal ::selection {
color: #fff;
background: #d33682;
text-shadow: none; }
.reveal ::-moz-selection {
color: #fff;
background: #d33682;
text-shadow: none; }
.reveal .slides section,
.reveal .slides section > section {
line-height: 1.3;
font-weight: inherit; }
/*********************************************
* HEADERS
*********************************************/
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4,
.reveal h5,
.reveal h6 {
margin: 0 0 20px 0;
color: #586e75;
font-family: "League Gothic", Impact, sans-serif;
font-weight: 400;
line-height: 0.9em;
letter-spacing: 0.02em;
text-transform: uppercase;
text-shadow: none;
word-wrap: break-word; }
.reveal h1 {
font-size: 3.77em; }
.reveal h2 {
font-size: 2.11em; }
.reveal h3 {
font-size: 1.55em; }
.reveal h4 {
font-size: 1em; }
.reveal h1 {
text-shadow: none; }
/*********************************************
* OTHER
*********************************************/
.reveal p {
margin: 10px 0;
line-height: 1.3; }
/* Remove trailing margins after titles */
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
margin-bottom: 0; }
/* Ensure certain elements are never larger than the slide itself */
.reveal img,
.reveal video,
.reveal iframe {
max-width: 95%;
max-height: 95%; }
.reveal strong,
.reveal b {
font-weight: bold; }
.reveal em {
font-style: italic; }
.reveal ol,
.reveal dl,
.reveal ul {
display: inline-block;
text-align: left;
margin: 0 0 0 1em; }
.reveal ol {
list-style-type: decimal; }
.reveal ul {
list-style-type: disc; }
.reveal ul ul {
list-style-type: square; }
.reveal ul ul ul {
list-style-type: circle; }
.reveal ul ul,
.reveal ul ol,
.reveal ol ol,
.reveal ol ul {
display: block;
margin-left: 40px; }
.reveal dt {
font-weight: bold; }
.reveal dd {
margin-left: 40px; }
.reveal blockquote {
display: block;
position: relative;
width: 70%;
margin: 10px auto;
padding: 5px;
font-style: italic;
background: rgba(255, 255, 255, 0.05);
box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2); }
.reveal blockquote p:first-child,
.reveal blockquote p:last-child {
display: inline-block; }
.reveal q {
font-style: italic; }
.reveal pre {
display: block;
position: relative;
width: 90%;
margin: 10px auto;
text-align: left;
font-size: 0.55em;
font-family: monospace;
line-height: 1.2em;
word-wrap: break-word;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15); }
.reveal code {
font-family: monospace;
text-transform: none; }
.reveal pre code {
display: block;
padding: 5px;
overflow: auto;
max-height: 400px;
word-wrap: normal; }
.reveal table {
margin: auto;
border-collapse: collapse;
border-spacing: 0; }
.reveal table th {
font-weight: bold; }
.reveal table th,
.reveal table td {
text-align: left;
padding: 0.2em 0.5em 0.2em 0.5em;
border-bottom: 1px solid; }
.reveal table th[align="center"],
.reveal table td[align="center"] {
text-align: center; }
.reveal table th[align="right"],
.reveal table td[align="right"] {
text-align: right; }
.reveal table tbody tr:last-child th,
.reveal table tbody tr:last-child td {
border-bottom: none; }
.reveal sup {
vertical-align: super;
font-size: smaller; }
.reveal sub {
vertical-align: sub;
font-size: smaller; }
.reveal small {
display: inline-block;
font-size: 0.6em;
line-height: 1.2em;
vertical-align: top; }
.reveal small * {
vertical-align: top; }
.reveal img {
margin: 10px 0; }
/*********************************************
* LINKS
*********************************************/
.reveal a {
color: #268bd2;
text-decoration: none;
transition: color .15s ease; }
.reveal a:hover {
color: #62ade3;
text-shadow: none;
border: none; }
.reveal .roll span:after {
color: #fff;
background: #1a6091; }
/*********************************************
* Frame helper
*********************************************/
.reveal .r-frame {
border: 4px solid #657b83;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); }
.reveal a .r-frame {
transition: all .15s linear; }
.reveal a:hover .r-frame {
border-color: #268bd2;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.55); }
/*********************************************
* NAVIGATION CONTROLS
*********************************************/
.reveal .controls {
color: #268bd2; }
/*********************************************
* PROGRESS BAR
*********************************************/
.reveal .progress {
background: rgba(0, 0, 0, 0.2);
color: #268bd2; }
/*********************************************
* PRINT BACKGROUND
*********************************************/
@media print {
.backgrounds {
background-color: #FFFAEF; } }
.reveal {
letter-spacing: -0.02em; }
.reveal p {
margin-bottom: 10px;
line-height: 1.2em; }
.reveal h1:last-child,
.reveal h2:last-child,
.reveal h3:last-child,
.reveal h4:last-child,
.reveal h5:last-child,
.reveal h6:last-child {
margin-bottom: 1em; }
.reveal h1,
.reveal h2,
.reveal h3,
.reveal h4 {
margin-bottom: 1em;
margin-top: 1em; }
.reveal .slide-number {
position: fixed;
right: 10px;
bottom: 10px;
opacity: 0.5;
line-height: inherit;
background-color: unset; }
.reveal pre {
margin-top: 1em;
margin-bottom: 1em;
font-size: 70%;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
background: none repeat scroll 0 0 #fdf6e3; }
.reveal pre code {
max-height: 800px !important; }
.reveal code.hljs {
background: none; }
.reveal a.btn {
background-color: #F05B2A;
color: white;
font-weight: 500;
padding: 20px 30px;
border-radius: 40px;
margin: 10px auto; }
.reveal a.btn:hover {
background-color: brown;
color: white; }
.reveal a.btn.blue {
background-color: #4B98C2;
color: white;
font-weight: 500;
padding: 20px 30px;
border-radius: 40px;
margin: 10px auto; }
.reveal a.btn.blue:hover {
background-color: darkblue;
color: white; }
.reveal .slide-number {
color: #268bd2; }
.hljs {
display: block;
padding: .5em;
background: #fdf6e3;
color: #657b83; }
.hljs-comment,
.hljs-template_comment,
.diff .hljs-header,
.hljs-doctype,
.hljs-pi,
.lisp .hljs-string,
.hljs-javadoc {
color: #93a1a1; }
.hljs-keyword,
.hljs-winutils,
.method,
.hljs-addition,
.css .hljs-tag,
.hljs-request,
.hljs-status,
.nginx .hljs-title {
color: #859900; }
.hljs-number,
.hljs-command,
.hljs-string,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-phpdoc,
.tex .hljs-formula,
.hljs-regexp,
.hljs-hexcolor,
.hljs-link_url {
color: #2aa198; }
.hljs-title,
.hljs-localvars,
.hljs-chunk,
.hljs-decorator,
.hljs-built_in,
.hljs-identifier,
.vhdl .hljs-literal,
.hljs-id,
.css .hljs-function {
color: #268bd2; }
.hljs-attribute,
.hljs-variable,
.lisp .hljs-body,
.smalltalk .hljs-number,
.hljs-constant,
.hljs-class .hljs-title,
.hljs-parent,
.haskell .hljs-type,
.hljs-link_reference {
color: #b58900; }
.hljs-preprocessor,
.hljs-preprocessor .hljs-keyword,
.hljs-pragma,
.hljs-shebang,
.hljs-symbol,
.hljs-symbol .hljs-string,
.diff .hljs-change,
.hljs-special,
.hljs-attr_selector,
.hljs-subst,
.hljs-cdata,
.clojure .hljs-title,
.css .hljs-pseudo,
.hljs-header {
color: #cb4b16; }
.hljs-deletion,
.hljs-important {
color: #dc322f; }
.hljs-link_label {
color: #6c71c4; }
.tex .hljs-formula {
background: #eee8d5; } | 0.414188 | 0.072999 |
:root {
--primary-font: 'Gentium Book Basic', serif;
--secondary-font: 'Playfair Display', serif;
--theme-dark-blue: #1D3354;
--theme-blue: #467599;
--theme-light-blue: #9ed8db;
--theme-orange: #d64045;
--box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
--large-font: 50px;
--medium-font: 30px;
--small-font: 20px;
}
body {
margin: 0;
font-family: var(--primary-font);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--theme-dark-blue);
}
input, label {
font-family: var(--primary-font);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: var(--small-font);
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
h1, h2, h3, h4, a, button {
text-decoration: none;
font-family: var(--secondary-font);
color: var(--theme-dark-blue);
font-weight: 600;
}
nav a {
font-size: larger;
}
nav a:hover {
color: var(--theme-blue);
}
.App {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.mobile-nav-icon {
display: none;
}
/* utility classes */
.container-full {
min-height: 70vh;
}
.width-max {
width: max-content;
}
.font-small {
font-size: var(--small-font);
}
.w-full {
width: 100%;
}
.max-240 {
max-width: 240px;
}
.border-input {
border: 1px solid #ced4da;
}
.border-input:hover {
border: 1px solid #ced4da;
}
.alert-button button {
background: var(--theme-orange);
color: white;
margin-right: 1rem;
border: 1px solid #f5c2c7;
border-radius: 0.25rem;
}
/* Hero Style */
.hero-bg {
min-height: 400px;
background-position: center;
background-size: cover;
}
.search-container {
background: rgba(255, 255, 255, 0.85);
border-radius: 10px;
}
.search-container form input {
min-width: 400px;
min-height: 50px;
}
.sp-btn {
display: flex;
align-items: center;
justify-content: center;
min-height: 50px;
min-width: 60px;
}
.book-title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
font-weight: 600;
}
.book-desc {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
.book-cat {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1; /* number of lines to show */
-webkit-box-orient: vertical
}
.book-deatailed-desc {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6; /* number of lines to show */
-webkit-box-orient: vertical;
}
.btn-theme {
background: var(--theme-dark-blue);
color: white;
}
.btn-orange {
background: var(--theme-orange) !important;
color: white !important;
transition: all 300ms ease-out;
}
.fs-25 {
font-size: 25px;
transition: all 300ms ease-out;
}
.fs-1rem {
font-size: 1.1rem;
transition: all 300ms ease-out;
}
.btn-theme:hover {
background: var(--theme-orange);
color: white;
}
.btn-accent {
background: var(--theme-light-blue);
color: #222222;
}
.amazon-btn {
background: #FFA41C;
color: white;
}
.amazon-btn:hover {
background: var(--theme-orange);
color: white;
}
.indigo-btn {
background: #222222;
color: white;
}
.google-play {
background: #039be5;
color: white;
}
.google-play:hover {
background: var(--theme-orange);
color: white;
}
.indigo-btn:hover {
background: var(--theme-orange);
color: white;
}
.open-library {
background-color: #0376b8;
color: white;
}
.open-library:hover {
background-color: var(--theme-orange);
color: white;
}
.save-later {
background: var(--theme-blue);
color: white;
}
.save-later:hover {
background: var(--theme-orange);
color: white;
}
.body-container {
display: flex;
min-height: 74vh;
}
/* Login/Signup Page */
.auth-container {
display: flex;
min-width: 500px;
margin: 3rem auto;
padding: 2rem;
border-radius: 10px;
box-shadow: var(--box-shadow);
}
/* Dashboard page */
.dashboard-details {
width: 60%;
border-radius: 10px;
box-shadow: var(--box-shadow);
}
.profile-deatils {
text-align: center;
}
.profile-image img {
border-radius: 50%;
box-shadow: var(--box-shadow);
}
.db-q-sec {
background: hsl(210,28.57%,97.25%);
border-radius: 10px;
}
.left-column {
width: 30%;
}
form {
width: 100%;
text-align: left;
}
/* Deatil pages */
.info-container {
width: 60%;
box-shadow: var(--box-shadow);
padding: 2rem;
border-radius: 10px;
}
/* Browse Page */
.slick-arrow::before {
color: var(--theme-dark-blue) !important;
}
/* Donate page */
.donate-icon {
font-size: 50px;
}
.donation-card {
max-width: 768px;
margin: auto;
}
@media only screen and (max-width: 992px) {
.navbar-nav {
flex-direction: row;
}
.container {
max-width: 100%;
}
/* profile section */
.profile-deatils {
width: 90%;
margin-bottom: 2rem;
}
.dashboard-details {
width: 90%;
margin: auto;
padding: 1.5rem !important;
}
.donation-card {
width: 90%;
margin-top: 2rem;
}
}
@media only screen and (max-width: 780px) {
.max-240 {
max-width: unset;
}
header {
display: flex;
flex-wrap: wrap;
}
.logo-container {
width: 100%;
}
.navbar {
flex-direction: column;
justify-content: center;
margin: auto;
}
.navbar-nav {
display: flex;
flex-direction: column;
align-items: center;
}
.navbar-nav li {
margin-bottom: 15px;
}
.nav-links {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
/* Mobile Nav Icon */
.mobile-nav-icon {
display: block;
position: absolute;
top: 2rem;
right: 3rem;
}
.nav-hide {
opacity: 0;
padding: 0;
margin: 0;
height: 0;
}
.nav-show {
width: 100%;
padding: 15px;
transition: all 0.5s ease-in;
height: 100%;
}
/* Toggle Style */
.icons-switch {
right: 4.5rem;
top: 25px;
width: 32px;
height: 32px;
font-size: 29px;
}
#burgerBtn {
display: block;
border-top: 4px solid var(--theme-dark-blue);
height: 30px;
width: 30px;
box-sizing: border-box;
position: absolute;
z-index: 30;
cursor: pointer;
left: -5px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-khtml-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#burgerBtn:before {
content: "";
display: block;
position: absolute;
height: 4px;
width: 30px;
left: 0;
background: var(--theme-dark-blue);
top: 9px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-khtml-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#burgerBtn:after {
content: "";
display: block;
position: absolute;
height: 4px;
width: 30px;
left: 0;
background: var(--theme-dark-blue);
bottom: 0;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-khtml-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.nav-open #burgerBtn {
border-color: transparent;
}
.nav-open #burgerBtn:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 35px;
left: 0px;
}
.nav-open #burgerBtn:after {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-khtml-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
bottom: 13px;
width: 35px;
left: 0px;
}
.search-container {
width: 90%;
}
/* Hero Style */
.search-container form {
flex-wrap: wrap;
flex-direction: column;
align-items: center;
}
.search-container form input {
margin: auto;
min-width: unset;
}
.input-container {
margin: 1rem auto;
width: 90%;
}
.search-container .btn-theme {
width: 90%;
margin: auto;
}
.search-container .sp-btn {
margin-top: 1rem;
width: 90% !important;
}
.transcript {
width: 90%;
}
/* Books section */
.book-card {
max-width: 100% !important;
}
.card-image {
padding-top: 1rem;
}
/* body */
.body-container {
padding-top: 2rem;
}
/* Login / Sign up */
.auth-container {
width: 90%;
min-width: unset;
}
/* details container */
.detail-container {
flex-wrap: wrap;
}
.image-container {
width: 90%;
text-align: center !important;
margin-bottom: 3rem;
}
.info-container {
width: 90%;
}
.buttons-container .btn {
width: 100%;
text-align: start !important;
}
.btn span {
margin-right: 1rem !important;
}
.slick-dots li {
margin: 0;
}
} | client/src/index.css | :root {
--primary-font: 'Gentium Book Basic', serif;
--secondary-font: 'Playfair Display', serif;
--theme-dark-blue: #1D3354;
--theme-blue: #467599;
--theme-light-blue: #9ed8db;
--theme-orange: #d64045;
--box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
--large-font: 50px;
--medium-font: 30px;
--small-font: 20px;
}
body {
margin: 0;
font-family: var(--primary-font);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: var(--theme-dark-blue);
}
input, label {
font-family: var(--primary-font);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: var(--small-font);
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
h1, h2, h3, h4, a, button {
text-decoration: none;
font-family: var(--secondary-font);
color: var(--theme-dark-blue);
font-weight: 600;
}
nav a {
font-size: larger;
}
nav a:hover {
color: var(--theme-blue);
}
.App {
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.mobile-nav-icon {
display: none;
}
/* utility classes */
.container-full {
min-height: 70vh;
}
.width-max {
width: max-content;
}
.font-small {
font-size: var(--small-font);
}
.w-full {
width: 100%;
}
.max-240 {
max-width: 240px;
}
.border-input {
border: 1px solid #ced4da;
}
.border-input:hover {
border: 1px solid #ced4da;
}
.alert-button button {
background: var(--theme-orange);
color: white;
margin-right: 1rem;
border: 1px solid #f5c2c7;
border-radius: 0.25rem;
}
/* Hero Style */
.hero-bg {
min-height: 400px;
background-position: center;
background-size: cover;
}
.search-container {
background: rgba(255, 255, 255, 0.85);
border-radius: 10px;
}
.search-container form input {
min-width: 400px;
min-height: 50px;
}
.sp-btn {
display: flex;
align-items: center;
justify-content: center;
min-height: 50px;
min-width: 60px;
}
.book-title {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
font-weight: 600;
}
.book-desc {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2; /* number of lines to show */
-webkit-box-orient: vertical;
}
.book-cat {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1; /* number of lines to show */
-webkit-box-orient: vertical
}
.book-deatailed-desc {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 6; /* number of lines to show */
-webkit-box-orient: vertical;
}
.btn-theme {
background: var(--theme-dark-blue);
color: white;
}
.btn-orange {
background: var(--theme-orange) !important;
color: white !important;
transition: all 300ms ease-out;
}
.fs-25 {
font-size: 25px;
transition: all 300ms ease-out;
}
.fs-1rem {
font-size: 1.1rem;
transition: all 300ms ease-out;
}
.btn-theme:hover {
background: var(--theme-orange);
color: white;
}
.btn-accent {
background: var(--theme-light-blue);
color: #222222;
}
.amazon-btn {
background: #FFA41C;
color: white;
}
.amazon-btn:hover {
background: var(--theme-orange);
color: white;
}
.indigo-btn {
background: #222222;
color: white;
}
.google-play {
background: #039be5;
color: white;
}
.google-play:hover {
background: var(--theme-orange);
color: white;
}
.indigo-btn:hover {
background: var(--theme-orange);
color: white;
}
.open-library {
background-color: #0376b8;
color: white;
}
.open-library:hover {
background-color: var(--theme-orange);
color: white;
}
.save-later {
background: var(--theme-blue);
color: white;
}
.save-later:hover {
background: var(--theme-orange);
color: white;
}
.body-container {
display: flex;
min-height: 74vh;
}
/* Login/Signup Page */
.auth-container {
display: flex;
min-width: 500px;
margin: 3rem auto;
padding: 2rem;
border-radius: 10px;
box-shadow: var(--box-shadow);
}
/* Dashboard page */
.dashboard-details {
width: 60%;
border-radius: 10px;
box-shadow: var(--box-shadow);
}
.profile-deatils {
text-align: center;
}
.profile-image img {
border-radius: 50%;
box-shadow: var(--box-shadow);
}
.db-q-sec {
background: hsl(210,28.57%,97.25%);
border-radius: 10px;
}
.left-column {
width: 30%;
}
form {
width: 100%;
text-align: left;
}
/* Deatil pages */
.info-container {
width: 60%;
box-shadow: var(--box-shadow);
padding: 2rem;
border-radius: 10px;
}
/* Browse Page */
.slick-arrow::before {
color: var(--theme-dark-blue) !important;
}
/* Donate page */
.donate-icon {
font-size: 50px;
}
.donation-card {
max-width: 768px;
margin: auto;
}
@media only screen and (max-width: 992px) {
.navbar-nav {
flex-direction: row;
}
.container {
max-width: 100%;
}
/* profile section */
.profile-deatils {
width: 90%;
margin-bottom: 2rem;
}
.dashboard-details {
width: 90%;
margin: auto;
padding: 1.5rem !important;
}
.donation-card {
width: 90%;
margin-top: 2rem;
}
}
@media only screen and (max-width: 780px) {
.max-240 {
max-width: unset;
}
header {
display: flex;
flex-wrap: wrap;
}
.logo-container {
width: 100%;
}
.navbar {
flex-direction: column;
justify-content: center;
margin: auto;
}
.navbar-nav {
display: flex;
flex-direction: column;
align-items: center;
}
.navbar-nav li {
margin-bottom: 15px;
}
.nav-links {
display: flex;
flex-wrap: wrap;
flex-direction: column;
}
/* Mobile Nav Icon */
.mobile-nav-icon {
display: block;
position: absolute;
top: 2rem;
right: 3rem;
}
.nav-hide {
opacity: 0;
padding: 0;
margin: 0;
height: 0;
}
.nav-show {
width: 100%;
padding: 15px;
transition: all 0.5s ease-in;
height: 100%;
}
/* Toggle Style */
.icons-switch {
right: 4.5rem;
top: 25px;
width: 32px;
height: 32px;
font-size: 29px;
}
#burgerBtn {
display: block;
border-top: 4px solid var(--theme-dark-blue);
height: 30px;
width: 30px;
box-sizing: border-box;
position: absolute;
z-index: 30;
cursor: pointer;
left: -5px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-khtml-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#burgerBtn:before {
content: "";
display: block;
position: absolute;
height: 4px;
width: 30px;
left: 0;
background: var(--theme-dark-blue);
top: 9px;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-khtml-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
#burgerBtn:after {
content: "";
display: block;
position: absolute;
height: 4px;
width: 30px;
left: 0;
background: var(--theme-dark-blue);
bottom: 0;
-webkit-transition: all 0.3s ease-in;
-moz-transition: all 0.3s ease-in;
-khtml-transition: all 0.3s ease-in;
-o-transition: all 0.3s ease-in;
transition: all 0.3s ease-in;
}
.nav-open #burgerBtn {
border-color: transparent;
}
.nav-open #burgerBtn:before {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-khtml-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
width: 35px;
left: 0px;
}
.nav-open #burgerBtn:after {
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-khtml-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
bottom: 13px;
width: 35px;
left: 0px;
}
.search-container {
width: 90%;
}
/* Hero Style */
.search-container form {
flex-wrap: wrap;
flex-direction: column;
align-items: center;
}
.search-container form input {
margin: auto;
min-width: unset;
}
.input-container {
margin: 1rem auto;
width: 90%;
}
.search-container .btn-theme {
width: 90%;
margin: auto;
}
.search-container .sp-btn {
margin-top: 1rem;
width: 90% !important;
}
.transcript {
width: 90%;
}
/* Books section */
.book-card {
max-width: 100% !important;
}
.card-image {
padding-top: 1rem;
}
/* body */
.body-container {
padding-top: 2rem;
}
/* Login / Sign up */
.auth-container {
width: 90%;
min-width: unset;
}
/* details container */
.detail-container {
flex-wrap: wrap;
}
.image-container {
width: 90%;
text-align: center !important;
margin-bottom: 3rem;
}
.info-container {
width: 90%;
}
.buttons-container .btn {
width: 100%;
text-align: start !important;
}
.btn span {
margin-right: 1rem !important;
}
.slick-dots li {
margin: 0;
}
} | 0.396886 | 0.110759 |
body {
font-family: "adobe-caslon-pro", serif;
color: #696D6F;
display: inline-block;
background-color: #FCF7E8;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-kerning: normal;
-moz-font-kerning: normal;
font-kerning: normal;
-webkit-font-variant-ligatures: common-ligatures contextual;
-moz-font-variant-ligatures: common-ligatures contextual;
font-variant-ligatures: common-ligatures contextual;
-moz-font-feature-settings: "kern", "liga", "clig", "dlig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "dlig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "dlig", "calt";
font-feature-settings: "kern", "liga", "clig", "dlig", "calt";
text-rendering: optimizeLegibility;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.doubleQuoteLeft.icon {
position: relative;
width: 34px;
height: 22px;
}
.doubleQuoteLeft.icon:before, .doubleQuoteLeft.icon:after {
content: '';
position: absolute;
display: block;
width: 12px;
height: 12px;
border: solid 2px #696D6F;
border-radius: 50%;
top: 6px;
}
.doubleQuoteLeft.icon:after {
left: 18px;
}
.doubleQuoteLeft.icon i:before, .doubleQuoteLeft.icon i:after {
content: '';
position: absolute;
display: block;
width: 24px;
height: 24px;
border-left: solid 2px #696D6F;
border-top: solid 2px transparent;
border-right: solid 2px transparent;
border-bottom: solid 2px transparent;
border-radius: 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 0;
}
.doubleQuoteLeft.icon i:after {
left: 18px;
}
header {
top: 0;
left: 0;
position: fixed;
z-index: 99;
width: 100%;
height: 40px;
background-color: rgba(105, 109, 111, 0.1);
}
header label {
display: block;
line-height: 40px;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 16px;
color: #696D6F;
letter-spacing: -0.8px;
}
header .search {
float: left;
padding-left: 20px;
box-sizing: border-box;
}
header .search input {
margin-left: 10px;
border: none;
background-color: transparent;
line-height: 40px;
font-weight: 500;
font-size: 16px;
color: #696D6F;
padding: 0;
font-family: "acumin-pro-wide", sans-serif;
letter-spacing: -0.4px;
width: 350px;
outline: none;
}
header .color {
float: right;
margin-left: 40px;
box-sizing: border-box;
}
header .color label {
float: left;
margin-right: 20px;
}
header .color .swatch {
float: left;
width: 40px;
height: 40px;
box-sizing: border-box;
z-index: 999;
border-style: solid;
border-width: 14px;
-webkit-transition: border-width 0.2s ease;
transition: border-width 0.2s ease;
}
header .color .swatch:hover, header .color .swatch.selected {
cursor: pointer;
border-width: 10px;
}
header .color .swatch#swatch1 {
border-color: #FCF7E8;
background-color: #696D6F;
}
header .color .swatch#swatch2 {
border-color: #384548;
background-color: #B6B8BA;
}
header .color .swatch#swatch3 {
border-color: #F7F0DD;
background-color: #402E33;
}
header .color .swatch#swatch4 {
border-color: #323235;
background-color: #9FB7C1;
}
header .color .swatch#swatch5 {
border-color: #F7C3C2;
background-color: #383434;
}
header .color .swatch#swatch6 {
border-color: #FDAE98;
background-color: #382E28;
}
header .zoom {
float: right;
padding-left: 20px;
box-sizing: border-box;
}
header .zoom input {
margin-left: 20px;
}
header .zoom input {
position: relative;
top: 2px;
}
header .zoom span {
display: inline-block;
width: 40px;
font-weight: 500;
letter-spacing: -0.4px;
}
nav {
margin-top: 100px;
margin-left: 280px;
}
nav a.logo {
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 24px;
color: #696D6F;
letter-spacing: -1px;
width: 170px;
text-align: right;
display: inline-block;
}
nav ul {
display: inline-block;
position: relative;
margin-left: 132px;
top: 4px;
}
nav ul li {
float: left;
margin-right: 43px;
position: relative;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #696D6F;
letter-spacing: -0.4px;
font-variant-numeric: tabular-nums;
-moz-font-feature-settings: "tnum";
-webkit-font-feature-settings: "tnum";
font-feature-settings: "tnum";
}
nav ul li.follow {
margin-left: -3px;
}
nav ul li a, nav ul li span {
color: #696D6F;
display: block;
}
nav ul li a > strong {
text-transform: none;
}
nav ul li span {
cursor: default;
}
nav ul li:hover ul {
display: block;
}
nav ul li ul {
display: none;
position: absolute;
z-index: 9;
left: -12px;
top: 20px;
margin-left: 0;
padding-bottom: 2px;
padding-left: 12px;
padding-top: 8px;
background-color: #FCF7E8;
}
nav ul li ul li {
float: none;
height: 24px;
word-wrap: none;
white-space: nowrap;
}
.day {
margin-top: 80px;
padding-right: 100px;
padding-left: 100px;
white-space: nowrap;
}
@-moz-document url-prefix() {
.intro .date.weekend {
color: #FCF7E8 !important;
text-shadow: -1px -1px 0 #696D6F, 1px -1px 0 #696D6F, -1px 1px 0 #696D6F, 1px 1px 0 #696D6F;
}
}
.intro {
width: 350px;
padding-top: 7px;
display: inline-block;
vertical-align: top;
white-space: normal;
}
.intro .month {
text-transform: uppercase;
float: right;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 21px;
color: #696D6F;
letter-spacing: -1px;
}
.intro .date {
clear: both;
float: right;
font-family: "bodoni-urw", serif;
font-weight: 800;
font-size: 82px;
color: #696D6F;
letter-spacing: -3px;
line-height: 86px;
margin-right: -2px;
margin-bottom: 20px;
}
.intro .date.weekend {
color: transparent;
-webkit-text-stroke: 1px #696D6F;
}
.intro h4 {
clear: both;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 27px;
letter-spacing: -0.8px;
line-height: 34px;
text-align: right;
margin-bottom: 8px;
}
.intro h4 a {
color: #696D6F;
}
.intro p {
clear: both;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 500;
font-size: 21px;
color: #696D6F;
letter-spacing: -0.7px;
line-height: 28px;
text-align: right;
margin-bottom: 40px;
-moz-font-feature-settings: "kern", "liga", "clig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
}
.intro p .small-caps {
font-size: 0.73em;
font-weight: 600;
letter-spacing: 0.06em;
}
.intro .pagination a {
display: block;
text-align: right;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 21px;
color: #696D6F;
letter-spacing: -1px;
line-height: 22px;
margin-bottom: 15px;
}
.intro .pagination a span {
margin-top: 5px;
font-family: "adobe-caslon-pro", serif;
font-weight: 400;
letter-spacing: 0px;
display: block;
}
.level {
display: inline-block;
vertical-align: top;
white-space: normal;
margin-left: 120px;
}
.level .link {
padding-left: 12px;
padding-right: 12px;
padding-bottom: 12px;
width: 500px;
border-radius: 4px;
}
.level .link.hover {
background-color: rgba(105, 109, 111, 0.09);
}
.level .research {
font-family: "adobe-caslon-pro", serif;
color: #696D6F;
margin-bottom: 40px;
padding-top: 10px;
}
.level .research h1 {
margin-bottom: 6px;
}
.level .research h1 a {
font-weight: 700;
line-height: 48px;
color: #696D6F;
font-size: 28px;
line-height: 34px;
}
.level .research.em {
padding-top: 13px;
}
.level .research.em h1 {
margin-bottom: 12px;
}
.level .research.em h1 a {
font-size: 44px;
line-height: 48px;
}
.level .research p {
font-weight: 400;
font-size: 24px;
line-height: 30px;
-moz-font-feature-settings: "kern", "liga", "clig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
}
.level .research p .small-caps {
font-size: 0.6em;
font-weight: 700;
letter-spacing: 0.09em;
}
.level .tech {
font-family: "acumin-pro", sans-serif;
color: #696D6F;
margin-bottom: 40px;
padding-top: 2px;
}
.level .tech h1 {
margin-bottom: 6px;
}
.level .tech h1 a {
vertical-align: top;
font-weight: 600;
line-height: 48px;
color: #696D6F;
font-size: 27px;
line-height: 34px;
letter-spacing: -0.1px;
}
.level .tech.em {
padding-top: 0;
}
.level .tech.em h1 {
margin-bottom: 12px;
}
.level .tech.em h1 a {
font-size: 42px;
line-height: 48px;
letter-spacing: -0.4px;
}
.level .tech p {
font-weight: 300;
font-size: 22px;
line-height: 30px;
letter-spacing: 0.1px;
-moz-font-feature-settings: "kern", "liga", "clig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
}
.level .tech p .small-caps {
font-size: 0.73em;
font-weight: 400;
letter-spacing: 0.08em;
}
.level .quote {
padding-top: 10px;
margin-bottom: 40px;
}
.level .quote figure {
margin-top: 20px;
font-weight: 600;
font-style: italic;
font-size: 28px;
color: #696D6F;
letter-spacing: 0px;
line-height: 34px;
}
.level .quote figure br {
line-height: 42px;
}
.level .quote figure figcaption {
text-align: right;
margin-top: 18px;
font-weight: 600;
font-size: 24px;
line-height: 28px;
}
.level .quote figure figcaption a {
color: #696D6F;
}
.level .quote figure figcaption cite {
font-style: normal;
}
.level .research, .level .tech, .level .quote {
position: relative;
}
.level .research .number, .level .tech .number, .level .quote .number {
text-align: right;
width: 100px;
position: absolute;
left: -115px;
top: 7px;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 20px;
color: #696D6F;
letter-spacing: -1px;
}
.level .research .category, .level .tech .category, .level .quote .category {
position: absolute;
left: -13px;
top: 34px;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 14px;
color: #696D6F;
letter-spacing: -0.4px;
text-transform: uppercase;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: left top;
transform-origin: left top;
}
@media screen and (max-width: 568px) {
header .search {
width: 100%;
}
header .search input {
width: calc(100% - 120px);
}
header .color {
display: none;
background-color: #FCF7E8;
position: fixed;
width: 100%;
padding-left: 20px;
bottom: 0;
right: 0;
margin-left: 0;
}
header .zoom {
display: none;
background-color: #FCF7E8;
position: fixed;
width: 100%;
padding-left: 20px;
bottom: 40px;
right: 0;
}
}
/*# sourceMappingURL=style1.css.map */ | css/style1.css | body {
font-family: "adobe-caslon-pro", serif;
color: #696D6F;
display: inline-block;
background-color: #FCF7E8;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-font-kerning: normal;
-moz-font-kerning: normal;
font-kerning: normal;
-webkit-font-variant-ligatures: common-ligatures contextual;
-moz-font-variant-ligatures: common-ligatures contextual;
font-variant-ligatures: common-ligatures contextual;
-moz-font-feature-settings: "kern", "liga", "clig", "dlig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "dlig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "dlig", "calt";
font-feature-settings: "kern", "liga", "clig", "dlig", "calt";
text-rendering: optimizeLegibility;
}
a {
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.doubleQuoteLeft.icon {
position: relative;
width: 34px;
height: 22px;
}
.doubleQuoteLeft.icon:before, .doubleQuoteLeft.icon:after {
content: '';
position: absolute;
display: block;
width: 12px;
height: 12px;
border: solid 2px #696D6F;
border-radius: 50%;
top: 6px;
}
.doubleQuoteLeft.icon:after {
left: 18px;
}
.doubleQuoteLeft.icon i:before, .doubleQuoteLeft.icon i:after {
content: '';
position: absolute;
display: block;
width: 24px;
height: 24px;
border-left: solid 2px #696D6F;
border-top: solid 2px transparent;
border-right: solid 2px transparent;
border-bottom: solid 2px transparent;
border-radius: 50%;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
top: 0;
}
.doubleQuoteLeft.icon i:after {
left: 18px;
}
header {
top: 0;
left: 0;
position: fixed;
z-index: 99;
width: 100%;
height: 40px;
background-color: rgba(105, 109, 111, 0.1);
}
header label {
display: block;
line-height: 40px;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 16px;
color: #696D6F;
letter-spacing: -0.8px;
}
header .search {
float: left;
padding-left: 20px;
box-sizing: border-box;
}
header .search input {
margin-left: 10px;
border: none;
background-color: transparent;
line-height: 40px;
font-weight: 500;
font-size: 16px;
color: #696D6F;
padding: 0;
font-family: "acumin-pro-wide", sans-serif;
letter-spacing: -0.4px;
width: 350px;
outline: none;
}
header .color {
float: right;
margin-left: 40px;
box-sizing: border-box;
}
header .color label {
float: left;
margin-right: 20px;
}
header .color .swatch {
float: left;
width: 40px;
height: 40px;
box-sizing: border-box;
z-index: 999;
border-style: solid;
border-width: 14px;
-webkit-transition: border-width 0.2s ease;
transition: border-width 0.2s ease;
}
header .color .swatch:hover, header .color .swatch.selected {
cursor: pointer;
border-width: 10px;
}
header .color .swatch#swatch1 {
border-color: #FCF7E8;
background-color: #696D6F;
}
header .color .swatch#swatch2 {
border-color: #384548;
background-color: #B6B8BA;
}
header .color .swatch#swatch3 {
border-color: #F7F0DD;
background-color: #402E33;
}
header .color .swatch#swatch4 {
border-color: #323235;
background-color: #9FB7C1;
}
header .color .swatch#swatch5 {
border-color: #F7C3C2;
background-color: #383434;
}
header .color .swatch#swatch6 {
border-color: #FDAE98;
background-color: #382E28;
}
header .zoom {
float: right;
padding-left: 20px;
box-sizing: border-box;
}
header .zoom input {
margin-left: 20px;
}
header .zoom input {
position: relative;
top: 2px;
}
header .zoom span {
display: inline-block;
width: 40px;
font-weight: 500;
letter-spacing: -0.4px;
}
nav {
margin-top: 100px;
margin-left: 280px;
}
nav a.logo {
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 24px;
color: #696D6F;
letter-spacing: -1px;
width: 170px;
text-align: right;
display: inline-block;
}
nav ul {
display: inline-block;
position: relative;
margin-left: 132px;
top: 4px;
}
nav ul li {
float: left;
margin-right: 43px;
position: relative;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #696D6F;
letter-spacing: -0.4px;
font-variant-numeric: tabular-nums;
-moz-font-feature-settings: "tnum";
-webkit-font-feature-settings: "tnum";
font-feature-settings: "tnum";
}
nav ul li.follow {
margin-left: -3px;
}
nav ul li a, nav ul li span {
color: #696D6F;
display: block;
}
nav ul li a > strong {
text-transform: none;
}
nav ul li span {
cursor: default;
}
nav ul li:hover ul {
display: block;
}
nav ul li ul {
display: none;
position: absolute;
z-index: 9;
left: -12px;
top: 20px;
margin-left: 0;
padding-bottom: 2px;
padding-left: 12px;
padding-top: 8px;
background-color: #FCF7E8;
}
nav ul li ul li {
float: none;
height: 24px;
word-wrap: none;
white-space: nowrap;
}
.day {
margin-top: 80px;
padding-right: 100px;
padding-left: 100px;
white-space: nowrap;
}
@-moz-document url-prefix() {
.intro .date.weekend {
color: #FCF7E8 !important;
text-shadow: -1px -1px 0 #696D6F, 1px -1px 0 #696D6F, -1px 1px 0 #696D6F, 1px 1px 0 #696D6F;
}
}
.intro {
width: 350px;
padding-top: 7px;
display: inline-block;
vertical-align: top;
white-space: normal;
}
.intro .month {
text-transform: uppercase;
float: right;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 21px;
color: #696D6F;
letter-spacing: -1px;
}
.intro .date {
clear: both;
float: right;
font-family: "bodoni-urw", serif;
font-weight: 800;
font-size: 82px;
color: #696D6F;
letter-spacing: -3px;
line-height: 86px;
margin-right: -2px;
margin-bottom: 20px;
}
.intro .date.weekend {
color: transparent;
-webkit-text-stroke: 1px #696D6F;
}
.intro h4 {
clear: both;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 27px;
letter-spacing: -0.8px;
line-height: 34px;
text-align: right;
margin-bottom: 8px;
}
.intro h4 a {
color: #696D6F;
}
.intro p {
clear: both;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 500;
font-size: 21px;
color: #696D6F;
letter-spacing: -0.7px;
line-height: 28px;
text-align: right;
margin-bottom: 40px;
-moz-font-feature-settings: "kern", "liga", "clig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
}
.intro p .small-caps {
font-size: 0.73em;
font-weight: 600;
letter-spacing: 0.06em;
}
.intro .pagination a {
display: block;
text-align: right;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 21px;
color: #696D6F;
letter-spacing: -1px;
line-height: 22px;
margin-bottom: 15px;
}
.intro .pagination a span {
margin-top: 5px;
font-family: "adobe-caslon-pro", serif;
font-weight: 400;
letter-spacing: 0px;
display: block;
}
.level {
display: inline-block;
vertical-align: top;
white-space: normal;
margin-left: 120px;
}
.level .link {
padding-left: 12px;
padding-right: 12px;
padding-bottom: 12px;
width: 500px;
border-radius: 4px;
}
.level .link.hover {
background-color: rgba(105, 109, 111, 0.09);
}
.level .research {
font-family: "adobe-caslon-pro", serif;
color: #696D6F;
margin-bottom: 40px;
padding-top: 10px;
}
.level .research h1 {
margin-bottom: 6px;
}
.level .research h1 a {
font-weight: 700;
line-height: 48px;
color: #696D6F;
font-size: 28px;
line-height: 34px;
}
.level .research.em {
padding-top: 13px;
}
.level .research.em h1 {
margin-bottom: 12px;
}
.level .research.em h1 a {
font-size: 44px;
line-height: 48px;
}
.level .research p {
font-weight: 400;
font-size: 24px;
line-height: 30px;
-moz-font-feature-settings: "kern", "liga", "clig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
}
.level .research p .small-caps {
font-size: 0.6em;
font-weight: 700;
letter-spacing: 0.09em;
}
.level .tech {
font-family: "acumin-pro", sans-serif;
color: #696D6F;
margin-bottom: 40px;
padding-top: 2px;
}
.level .tech h1 {
margin-bottom: 6px;
}
.level .tech h1 a {
vertical-align: top;
font-weight: 600;
line-height: 48px;
color: #696D6F;
font-size: 27px;
line-height: 34px;
letter-spacing: -0.1px;
}
.level .tech.em {
padding-top: 0;
}
.level .tech.em h1 {
margin-bottom: 12px;
}
.level .tech.em h1 a {
font-size: 42px;
line-height: 48px;
letter-spacing: -0.4px;
}
.level .tech p {
font-weight: 300;
font-size: 22px;
line-height: 30px;
letter-spacing: 0.1px;
-moz-font-feature-settings: "kern", "liga", "clig", "calt";
-ms-font-feature-settings: "kern", "liga", "clig", "alt";
-webkit-font-feature-settings: "kern", "liga", "clig", "calt";
font-feature-settings: "kern", "liga", "clig", "calt";
}
.level .tech p .small-caps {
font-size: 0.73em;
font-weight: 400;
letter-spacing: 0.08em;
}
.level .quote {
padding-top: 10px;
margin-bottom: 40px;
}
.level .quote figure {
margin-top: 20px;
font-weight: 600;
font-style: italic;
font-size: 28px;
color: #696D6F;
letter-spacing: 0px;
line-height: 34px;
}
.level .quote figure br {
line-height: 42px;
}
.level .quote figure figcaption {
text-align: right;
margin-top: 18px;
font-weight: 600;
font-size: 24px;
line-height: 28px;
}
.level .quote figure figcaption a {
color: #696D6F;
}
.level .quote figure figcaption cite {
font-style: normal;
}
.level .research, .level .tech, .level .quote {
position: relative;
}
.level .research .number, .level .tech .number, .level .quote .number {
text-align: right;
width: 100px;
position: absolute;
left: -115px;
top: 7px;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 20px;
color: #696D6F;
letter-spacing: -1px;
}
.level .research .category, .level .tech .category, .level .quote .category {
position: absolute;
left: -13px;
top: 34px;
font-family: "acumin-pro-wide", sans-serif;
font-weight: 800;
font-size: 14px;
color: #696D6F;
letter-spacing: -0.4px;
text-transform: uppercase;
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: left top;
transform-origin: left top;
}
@media screen and (max-width: 568px) {
header .search {
width: 100%;
}
header .search input {
width: calc(100% - 120px);
}
header .color {
display: none;
background-color: #FCF7E8;
position: fixed;
width: 100%;
padding-left: 20px;
bottom: 0;
right: 0;
margin-left: 0;
}
header .zoom {
display: none;
background-color: #FCF7E8;
position: fixed;
width: 100%;
padding-left: 20px;
bottom: 40px;
right: 0;
}
}
/*# sourceMappingURL=style1.css.map */ | 0.420838 | 0.068944 |
/* 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;
font-family: 'Kaushan Script', cursive;
font-size: 30px;
position: absolute;
}
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
}
.a:hover {
color: none;
}
.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);
}
.btn-dark {
background-color: dimgray;
}
.btn-primary {
color: white;
background-color: #2177fb;
border-color: white;
}
.btn-secondary {
color: black;
background-color: #f12222;
border-color: black
}
.bg-primary {
background-color: #2177fb;
}
.bg-secondary {
background-color: #f12222 !important;
}
.text-primary {
color: white !important;
}
.text-secondary {
color: black !important;
}
.border-dark {
border-color: black;
border: 1px solid;
}
.alert {
z-index: 1;
margin-left: auto;
margin-right: auto;
left: 100px;
right: 100px;
top: 70px;
}
/*Navbar*/
.navbar {
background-color: #ebebeb;
border-bottom: 2.5px solid #2177fb;
}
.nav-item {
margin-right: 5px;
text-align: center;
}
.red-line {
margin-bottom: 0px;
margin-top: 0px;
background: #f12222;
border-bottom: 2.5px solid #f12222;
}
.logout-btn {
padding-top: 0.5rem;
padding-bottom: 0rem;
text-align: justify;
border: none;
font-size: 1rem;
}
/*General*/
.container {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.section-title {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 20px;
background-color: #2177fb;
color: white;
}
.navbar {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
/*Home*/
.nba-scorebox {
font-family: 'Roboto', sans-serif;
font-weight: 500;
background: #f12222;
color: white;
}
.standings-title {
height: 40px;
}
.home-team-logo {
height: 45px;
width: 45px;
}
.home-team-name {
text-decoration: none;
background-color: none;
color: black;
text-align: center;
font-size: 26px;
}
.home-team-standings {
text-align: center;
}
counter {
font-size: 24px;
}
/*Standings*/
.standings-table {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 20px;
}
.standings-table-head {
font-family: 'Roboto', sans-serif;
font-weight: 500;
background-color: #ebebeb;
}
.standings-team-name {
text-decoration: none;
background-color: none;
color: black;
}
/*Players*/
.player-name {
text-decoration: none;
background-color: none;
color: black;
font-size: 22px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
/*Seasons*/
.all-seasons-link {
text-decoration: none;
color: white;
font-size: 18px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.all-seasons-link-year {
text-decoration: none;
background-color: #2177fb;
color: white;
font-size: 21px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
/*PlayoffBRacket*/
.playoff-bracket {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 16px;
}
.bracket-stage-title {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 17px;
}
.btn-primary {
color: #ffffff;
background: #2177fb;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 17px;
}
btn-light {
background: #ebebeb;
}
.btn-secondary {
color: black;
background: #f10000;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 17px;
}
.series-links-title {
color: black;
background: #ebebeb;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
border: 1px solid black;
}
.series-links-block {
border-left: 2px solid black
}
.playoff-team-name {
text-decoration: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 19px;
}
/*All Star Teams*/
.AST-title {
position: absolute;
width: 100%;
text-align: center;
border-bottom: 1px solid black;
}
.AST-link {
text-decoration: none;
text-decoration: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
}
.AST-head {
background: #ebebeb;
text-decoration: none;
background-color: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
border-bottom: 1px solid black;
}
.AST-head-link {
text-decoration: none;
background-color: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
}
.AS-teams-container {
border: 1px solid black;
margin: auto;
}
.AST-content {
/*margin-left: auto;
margin-right: auto;
text-align: center;*/
}
/*Awards*/
.awards-table {
margin: auto;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 16px;
}
.awards-table-head {
background-color: #ebebeb;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
}
.award-link {
text-decoration: none;
background-color: none;
color: black;
}
/*Player*/
.player-bio {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
border: 1px solid black;
background: #8b0000;
}
.player-recent-games {
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
border: 1px solid black;
background: #ebebeb;
}
.player-link {
text-decoration: none;
background-color: none;
color: black;
}
.player-image {
height: 450px;
width: 453px;
border: 1px solid black;
}
.player-main-info {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 22px;
border: 1px solid black;
border-top: 2px solid black;
}
.game-link {
text-decoration: none;
background-color: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
}
.player-statistics-table-head {
background-color: black;
color: white;
}
.player-statistics-table {
border: 1px solid black;
}
.table-bordered {
border: 1px solid black;
}
.player-table-container {
padding-left: 0rem;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
}
.recent-games-title {
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-align: center;
width: 100%;
border-left: 1px solid black;
border-right: 1px solid black;
}
.player-game-box {
border: 1.5px solid black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 22px
}
/*Games*/
.game-title {
font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 30px;
border-bottom: 2px solid;
width: 100%;
text-decoration: none;
color: black;
}
.game-player-link {
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-decoration: none;
}
.game-game-link {
text-decoration: none;
background-color: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
float: right
}
.game-details {
margin-left: auto;
margin-right: auto;
font-family: 'Quantico', sans-serif;
font-weight: 500;
font-size: 24px;
border: 5px solid black;
width: 40%;
background-color: dimgray;
color: #fcd12a;
}
.game-info {
font-family: 'Quantico', sans-serif;
font-weight: 500;
font-size: 24px;
}
.game-score {
font-family: 'Quantico', sans-serif;
font-weight: 500;
font-size: 28px;
}
.page-link {
color: #2177fb;
}
.fa-chevron-right {
color: #8b0000
}
.fa-chevron-left {
color: #8b0000
}
.page-item.active .page-link {
background-color: #2177fb;
border-color: #2177fb;
}
btn-info {
background-color: lightgrey;
color: black;
border-right: 1px solid #8b0000;
border-bottom: 1px solid #8b0000;
border-top: 1px solid #00008b;
border-left: 1px solid #00008b;
}
.game-statistic-table {
border: 1px solid black;
font-size: 17px;
}
/*Teams*/
.team-bio {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
border: 1px solid black;
}
.team-name {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 22px;
border: 1px solid black;
}
.team-link {
text-decoration: none;
background-color: none;
color: black;
}
.team-bio-link {
text-decoration: none;
background-color: none;
color: white;
}
.team-standings {
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
}
.team-player-table {
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
border: 1px solid black;
}
.team-player-name {
text-decoration: none;
background-color: none;
color: black;
}
/*Awards*/
.awards-info {
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
text-align: center;
padding: 0.5rem;
}
.player-awards-table {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
.player-form-label {
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.player-form {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
home-game-link {
text-decoration: none;
background-color: none;
font-family: 'Roboto', sans-serif;
font-weight: 500;
color: white
}
.series-title {
font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 26px;
}
/*Font Awesome Icons*/
.fa-plus-square {
color: blue;
}
.fa-trash-alt {
color: red;
}
.fa-pen-square {
color: green;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
margin: 0;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px; /* Vertically center the text there */
} | EverythingNBA.Web/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;
font-family: 'Kaushan Script', cursive;
font-size: 30px;
position: absolute;
}
/* Provide sufficient contrast against white background */
a {
color: #0366d6;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
color: #fff;
background-color: #1b6ec2;
border-color: #1861ac;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
font-size: 14px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
width: 100%;
height: 100%;
margin: 0px;
padding: 0px;
}
}
.a:hover {
color: none;
}
.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);
}
.btn-dark {
background-color: dimgray;
}
.btn-primary {
color: white;
background-color: #2177fb;
border-color: white;
}
.btn-secondary {
color: black;
background-color: #f12222;
border-color: black
}
.bg-primary {
background-color: #2177fb;
}
.bg-secondary {
background-color: #f12222 !important;
}
.text-primary {
color: white !important;
}
.text-secondary {
color: black !important;
}
.border-dark {
border-color: black;
border: 1px solid;
}
.alert {
z-index: 1;
margin-left: auto;
margin-right: auto;
left: 100px;
right: 100px;
top: 70px;
}
/*Navbar*/
.navbar {
background-color: #ebebeb;
border-bottom: 2.5px solid #2177fb;
}
.nav-item {
margin-right: 5px;
text-align: center;
}
.red-line {
margin-bottom: 0px;
margin-top: 0px;
background: #f12222;
border-bottom: 2.5px solid #f12222;
}
.logout-btn {
padding-top: 0.5rem;
padding-bottom: 0rem;
text-align: justify;
border: none;
font-size: 1rem;
}
/*General*/
.container {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
.section-title {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 20px;
background-color: #2177fb;
color: white;
}
.navbar {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
/*Home*/
.nba-scorebox {
font-family: 'Roboto', sans-serif;
font-weight: 500;
background: #f12222;
color: white;
}
.standings-title {
height: 40px;
}
.home-team-logo {
height: 45px;
width: 45px;
}
.home-team-name {
text-decoration: none;
background-color: none;
color: black;
text-align: center;
font-size: 26px;
}
.home-team-standings {
text-align: center;
}
counter {
font-size: 24px;
}
/*Standings*/
.standings-table {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 20px;
}
.standings-table-head {
font-family: 'Roboto', sans-serif;
font-weight: 500;
background-color: #ebebeb;
}
.standings-team-name {
text-decoration: none;
background-color: none;
color: black;
}
/*Players*/
.player-name {
text-decoration: none;
background-color: none;
color: black;
font-size: 22px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
/*Seasons*/
.all-seasons-link {
text-decoration: none;
color: white;
font-size: 18px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.all-seasons-link-year {
text-decoration: none;
background-color: #2177fb;
color: white;
font-size: 21px;
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
/*PlayoffBRacket*/
.playoff-bracket {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 16px;
}
.bracket-stage-title {
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 17px;
}
.btn-primary {
color: #ffffff;
background: #2177fb;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 17px;
}
btn-light {
background: #ebebeb;
}
.btn-secondary {
color: black;
background: #f10000;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 17px;
}
.series-links-title {
color: black;
background: #ebebeb;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
border: 1px solid black;
}
.series-links-block {
border-left: 2px solid black
}
.playoff-team-name {
text-decoration: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 19px;
}
/*All Star Teams*/
.AST-title {
position: absolute;
width: 100%;
text-align: center;
border-bottom: 1px solid black;
}
.AST-link {
text-decoration: none;
text-decoration: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
}
.AST-head {
background: #ebebeb;
text-decoration: none;
background-color: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
border-bottom: 1px solid black;
}
.AST-head-link {
text-decoration: none;
background-color: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
}
.AS-teams-container {
border: 1px solid black;
margin: auto;
}
.AST-content {
/*margin-left: auto;
margin-right: auto;
text-align: center;*/
}
/*Awards*/
.awards-table {
margin: auto;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 16px;
}
.awards-table-head {
background-color: #ebebeb;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
}
.award-link {
text-decoration: none;
background-color: none;
color: black;
}
/*Player*/
.player-bio {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
border: 1px solid black;
background: #8b0000;
}
.player-recent-games {
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
border: 1px solid black;
background: #ebebeb;
}
.player-link {
text-decoration: none;
background-color: none;
color: black;
}
.player-image {
height: 450px;
width: 453px;
border: 1px solid black;
}
.player-main-info {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 22px;
border: 1px solid black;
border-top: 2px solid black;
}
.game-link {
text-decoration: none;
background-color: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
}
.player-statistics-table-head {
background-color: black;
color: white;
}
.player-statistics-table {
border: 1px solid black;
}
.table-bordered {
border: 1px solid black;
}
.player-table-container {
padding-left: 0rem;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
}
.recent-games-title {
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-align: center;
width: 100%;
border-left: 1px solid black;
border-right: 1px solid black;
}
.player-game-box {
border: 1.5px solid black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 22px
}
/*Games*/
.game-title {
font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 30px;
border-bottom: 2px solid;
width: 100%;
text-decoration: none;
color: black;
}
.game-player-link {
font-family: 'Roboto', sans-serif;
font-weight: 500;
text-decoration: none;
}
.game-game-link {
text-decoration: none;
background-color: none;
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 14px;
float: right
}
.game-details {
margin-left: auto;
margin-right: auto;
font-family: 'Quantico', sans-serif;
font-weight: 500;
font-size: 24px;
border: 5px solid black;
width: 40%;
background-color: dimgray;
color: #fcd12a;
}
.game-info {
font-family: 'Quantico', sans-serif;
font-weight: 500;
font-size: 24px;
}
.game-score {
font-family: 'Quantico', sans-serif;
font-weight: 500;
font-size: 28px;
}
.page-link {
color: #2177fb;
}
.fa-chevron-right {
color: #8b0000
}
.fa-chevron-left {
color: #8b0000
}
.page-item.active .page-link {
background-color: #2177fb;
border-color: #2177fb;
}
btn-info {
background-color: lightgrey;
color: black;
border-right: 1px solid #8b0000;
border-bottom: 1px solid #8b0000;
border-top: 1px solid #00008b;
border-left: 1px solid #00008b;
}
.game-statistic-table {
border: 1px solid black;
font-size: 17px;
}
/*Teams*/
.team-bio {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 500;
font-size: 18px;
border: 1px solid black;
}
.team-name {
color: white;
font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 22px;
border: 1px solid black;
}
.team-link {
text-decoration: none;
background-color: none;
color: black;
}
.team-bio-link {
text-decoration: none;
background-color: none;
color: white;
}
.team-standings {
border-right: 1px solid black;
border-left: 1px solid black;
border-bottom: 1px solid black;
}
.team-player-table {
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-size: 18px;
border: 1px solid black;
}
.team-player-name {
text-decoration: none;
background-color: none;
color: black;
}
/*Awards*/
.awards-info {
color: black;
font-family: 'Roboto', sans-serif;
font-weight: 400;
text-align: center;
padding: 0.5rem;
}
.player-awards-table {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
button.accept-policy {
font-size: 1rem;
line-height: inherit;
}
.player-form-label {
font-family: 'Roboto', sans-serif;
font-weight: 500;
}
.player-form {
font-family: 'Roboto', sans-serif;
font-weight: 400;
}
home-game-link {
text-decoration: none;
background-color: none;
font-family: 'Roboto', sans-serif;
font-weight: 500;
color: white
}
.series-title {
font-family: 'Roboto', sans-serif;
font-weight: 900;
font-size: 26px;
}
/*Font Awesome Icons*/
.fa-plus-square {
color: blue;
}
.fa-trash-alt {
color: red;
}
.fa-pen-square {
color: green;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
margin: 0;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
white-space: nowrap;
line-height: 60px; /* Vertically center the text there */
} | 0.439747 | 0.073497 |
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
/*
*************************************
END SETUP
*************************************
*/
/*
*************************************
START ELEMENTS
*************************************
*/
body {
background: linear-gradient(to bottom, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
font-family: 'Raleway', sans-serif;
}
button {
display: block;
background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */
border: none;
border-radius: 5px;
border-bottom: 4px solid #2b8bc6;
color: #fbfbfb;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
text-shadow: 1px 1px 1px rgba(0,0,0,.4);
font-size: 15px;
text-align: left;
padding: 7px 8px 5px 8px;
box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
margin-top: 25px;
}
button:hover {
color: rgba(255, 0, 255, .5);
background: linear-gradient(to bottom, #4eb5e5 100%,#389ed5 0%); /* W3C */
}
/*
*************************************
END ELEMENTS
*************************************
*/
/*
*************************************
START CLASSES
*************************************
*/
.center {
display: block;
margin: auto;
color: red;
}
.shadow {
box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
}
.animated {
animation-duration: 0.5s;
animation-fill-mode: both;
}
.fade-out {
animation-name: fade-out;
}
.fade-in {
animation-name: fade-in;
}
/*
*************************************
END CLASSES
*************************************
*/
/*
*************************************
START IDS
*************************************
*/
#logo {
vertical-align: text-bottom;
width: 30px;
height: 30px;
}
#header {
margin-top: 10px;
display: inline-block;
}
#instructions {
mix-blend-mode: multiply;
background-color: rgba(0, 200, 255, .5);
padding: 5px 5px 15px 12px;
}
#sub-header {
margin-top: 25px;
margin-bottom: -10px;
}
#error {
opacity: 0;
position: absolute;
bottom: 0;
left:0;
right: 0;
padding: 5px 5px 15px 12px;
margin: 8px 8px;
background-color: rgba(0, 0, 0, 1);
color: red;
font-size: 25px;
}
/*
*************************************
END IDS
*************************************
*/
/*
*************************************
START ANIMATIONS
*************************************
*/
@keyframes fade-out {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fade-in {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*
*************************************
END ANIMATIONS
*************************************
*/ | templates/apps/appResources/appData/resources/css/style.css | html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
/*
*************************************
END SETUP
*************************************
*/
/*
*************************************
START ELEMENTS
*************************************
*/
body {
background: linear-gradient(to bottom, rgba(247,251,252,1) 0%,rgba(217,237,242,1) 40%,rgba(173,217,228,1) 100%);
font-family: 'Raleway', sans-serif;
}
button {
display: block;
background: linear-gradient(to bottom, #4eb5e5 0%,#389ed5 100%); /* W3C */
border: none;
border-radius: 5px;
border-bottom: 4px solid #2b8bc6;
color: #fbfbfb;
font-weight: 600;
font-family: 'Open Sans', sans-serif;
text-shadow: 1px 1px 1px rgba(0,0,0,.4);
font-size: 15px;
text-align: left;
padding: 7px 8px 5px 8px;
box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
margin-top: 25px;
}
button:hover {
color: rgba(255, 0, 255, .5);
background: linear-gradient(to bottom, #4eb5e5 100%,#389ed5 0%); /* W3C */
}
/*
*************************************
END ELEMENTS
*************************************
*/
/*
*************************************
START CLASSES
*************************************
*/
.center {
display: block;
margin: auto;
color: red;
}
.shadow {
box-shadow: 0px 3px 0px 0px rgba(0,0,0,.2);
}
.animated {
animation-duration: 0.5s;
animation-fill-mode: both;
}
.fade-out {
animation-name: fade-out;
}
.fade-in {
animation-name: fade-in;
}
/*
*************************************
END CLASSES
*************************************
*/
/*
*************************************
START IDS
*************************************
*/
#logo {
vertical-align: text-bottom;
width: 30px;
height: 30px;
}
#header {
margin-top: 10px;
display: inline-block;
}
#instructions {
mix-blend-mode: multiply;
background-color: rgba(0, 200, 255, .5);
padding: 5px 5px 15px 12px;
}
#sub-header {
margin-top: 25px;
margin-bottom: -10px;
}
#error {
opacity: 0;
position: absolute;
bottom: 0;
left:0;
right: 0;
padding: 5px 5px 15px 12px;
margin: 8px 8px;
background-color: rgba(0, 0, 0, 1);
color: red;
font-size: 25px;
}
/*
*************************************
END IDS
*************************************
*/
/*
*************************************
START ANIMATIONS
*************************************
*/
@keyframes fade-out {
0% {opacity: 1;}
100% {opacity: 0;}
}
@keyframes fade-in {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*
*************************************
END ANIMATIONS
*************************************
*/ | 0.38122 | 0.06028 |
* {
box-sizing: border-box;
}
@font-face
{
font-family: brusher;
src: url("Brusher.ttf");
}
@font-face
{
font-family: CD;
src: url("CD.ttf");
}
html, body {
height: 100%;
margin: 0;
}
body {
background: url("trainbg.jpg");
/*background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcR0MnJs97a2SDX2dwIsJ4fxONDYhtuPGY56lw&usqp=CAU.jpg");
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT0eZXMaD5BwTgJlr4yRQ8KwlfMk_E88zfWpA&usqp=CAU.jpg");*/
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
display: flex;
justify-content: space-around;
display: table;
align-items: center;
font-family: 'Ubuntu', sans-serif;
}
.h1{
text-align: center;
margin-left: 200px;
color: rgba(0,0,0,1);
font-family: 'brusher', cursive;
font-size: 45px;
text-shadow: 0 0 15px rgba(250, 250, 250, 1);
}
.card {
width: 900px;
background-color: rgba(250,230,250,0.7);
display: flex;
align-items: center;
margin-bottom: 30px;
margin-left:auto;
margin-right: auto;
padding: 40px;
border-radius: 30px;
box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.card-photo {
width: 40%;
margin-right: 50px;
}
.card-photo-img {
width: 110%;
height: 100%;
object-fit: cover;
border-radius: 15px;
box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.card-text {
width: 60%;
}
.badge {
background-color: rgba(176, 146, 12, 0.7);
display: inline-block;
color: white;
padding: 10px 15px;
font-family: 'CD';
font-weight: bolder;
font-size:20px;
border-radius: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.heading {
font-size: 32px;
font-family: 'Ubuntu', sans-serif;
margin-top: 15px;
margin-bottom: 5px;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.subheading {
margin-top: 0;
margin-bottom: 15px;
font-size: 18px;
color: rgba(20, 80, 40, 1);
text-shadow: 0 0 10px rgba(0, 0, 0, 1)
}
.card-text p {
font-size: 18px;
line-height: 1.5;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}
.social-links {
display: flex;
}
.social-button {
display: inline-block;
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
padding: 5px 10px;
text-decoration: none;
border-radius: 20px;
}
.social-button-vk {
background-color: rgba(0,5,45,1);
box-shadow: 0 0 20px rgba(0, 0, 0, 1);
} | Assingment1/flipkart png/style.css | * {
box-sizing: border-box;
}
@font-face
{
font-family: brusher;
src: url("Brusher.ttf");
}
@font-face
{
font-family: CD;
src: url("CD.ttf");
}
html, body {
height: 100%;
margin: 0;
}
body {
background: url("trainbg.jpg");
/*background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcR0MnJs97a2SDX2dwIsJ4fxONDYhtuPGY56lw&usqp=CAU.jpg");
background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcT0eZXMaD5BwTgJlr4yRQ8KwlfMk_E88zfWpA&usqp=CAU.jpg");*/
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
display: flex;
justify-content: space-around;
display: table;
align-items: center;
font-family: 'Ubuntu', sans-serif;
}
.h1{
text-align: center;
margin-left: 200px;
color: rgba(0,0,0,1);
font-family: 'brusher', cursive;
font-size: 45px;
text-shadow: 0 0 15px rgba(250, 250, 250, 1);
}
.card {
width: 900px;
background-color: rgba(250,230,250,0.7);
display: flex;
align-items: center;
margin-bottom: 30px;
margin-left:auto;
margin-right: auto;
padding: 40px;
border-radius: 30px;
box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.card-photo {
width: 40%;
margin-right: 50px;
}
.card-photo-img {
width: 110%;
height: 100%;
object-fit: cover;
border-radius: 15px;
box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.card-text {
width: 60%;
}
.badge {
background-color: rgba(176, 146, 12, 0.7);
display: inline-block;
color: white;
padding: 10px 15px;
font-family: 'CD';
font-weight: bolder;
font-size:20px;
border-radius: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 1);
}
.heading {
font-size: 32px;
font-family: 'Ubuntu', sans-serif;
margin-top: 15px;
margin-bottom: 5px;
text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.subheading {
margin-top: 0;
margin-bottom: 15px;
font-size: 18px;
color: rgba(20, 80, 40, 1);
text-shadow: 0 0 10px rgba(0, 0, 0, 1)
}
.card-text p {
font-size: 18px;
line-height: 1.5;
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5)
}
.social-links {
display: flex;
}
.social-button {
display: inline-block;
background-color: rgb(0, 0, 0);
color: rgb(255, 255, 255);
padding: 5px 10px;
text-decoration: none;
border-radius: 20px;
}
.social-button-vk {
background-color: rgba(0,5,45,1);
box-shadow: 0 0 20px rgba(0, 0, 0, 1);
} | 0.49707 | 0.175467 |
/* Might need to ensure this is served with the correct MIME type */
/* (Should be text/x-component) */
/* Might work to add the line "AddType text/x-component .htc" to an .htaccess file..? */
body {
behavior: url(/css/csshover2.htc);
}
/* This helps to center our page */
.wrapper,
.header-wrapper,
.footer-wrapper {
width: 100%;
}
.wrapper {
text-align: center;
}
/* and this cancels out the centered text! */
.main-body-wrapper,
.header-shadow {
text-align: left;
/* This gives us a little margin on either side in a very narrow window */
margin-left: 5px;
margin-right: 5px;
}
/* Layout of page header */
.company-logo .fail-better {
height: 26px;
}
.company-logo .productions {
height: 29px;
}
.supported-by {
width: 600px;
height: 83px;
}
/* General styles for the layout of the main content of the page */
.main-body {
overflow: visible;
}
.content {
width: 603px;
/* height: 369px; */
}
.sub-content {
width: 595px;
/* height: 363px; */
}
/* Need this to stop main-body-shadow-top from having a minimum height of 13px
(presumably based on the height of 1 line of text?) */
.main-body-shadow-top {
font-size: 1px;
}
/* for some reason main-body-shadow-bottom seems to be 1 pixel too high up...
(and so we see 1 line of the mid-shadow underneath the bottom of the shadow!) */
/* Alternatively, we can do the same thing as for main-body-shadow-top!
Hmm... doesn't seem to work on every page, for some reason... */
.main-body-shadow-bottom {
/* font-size: 1px; */
bottom: -1px;
}
/* Menu styles, for all pages */
/* ***** Define normal behaviour/looks for all main menu items ***** */
div.menu {
height: 380px;
/* Nasty, silly hack for IE6 this, but it seems to do the job... */
/* This version gets the height from an element with id 'main-body' - I'm less keen on using
it as I haven't used id very much and don't otherwise have any need for this one... */
/* height: expression((document.getElementById('main-body').offsetHeight - 11) + 'px'); */
/* This version gets the height from the first child of the first child of the body element
This should be the <div class="main-body-wrapper"> - we can with things out from there */
height: expression((body.childNodes[0].childNodes[0].offsetHeight - 21) + 'px');
}
/* The li is actually invisible - the span, strong, or a element is the one that we see */
.menu li span,
.menu li strong,
.menu li a {
width: 126px;
height: 25px;
/* For some reason transparent borders come out pale gray... */
border-color: #212B84;
}
/* Highlight the main menu items when we hover over them */
/* Modern trousers, and older ones with the :hover patch will work with 'li:hover a' */
/* (And this ensures that the item stays highlighted as we move up and down the submenu) */
/* Older browsers without Javascript won't do that though, so we have a 'li a:hover' rule too... */
.menu li a:hover,
.menu li:hover a,
.menu li a:focus,
.menu li a:active {
width: 139px;
}
/* Set the widths of the main menu items to be correct to only just overlap with the left border of their submenu */
/* Unfortunately IE6 with whatever:hover doesn't seem to be picking up on li.has-submenu:hover a, which is what we really want */
.menu li.has-submenu:hover a,
.menu li.has-submenu a:hover {
width: 134px;
}
.menu li.has-submenu a:hover {
padding-right: 18px;
}
/* ***** Display the pop-up submenu when we hover over it ***** */
.menu li.has-submenu:hover .sub-menu {
width: 131px;
}
/* Default state for the text of a submenu list item... */
/* (including '...li a:hover' to stop submenu items getting wider when you hover over them, in IE6) */
/* (Getting wider 'cos of the rule above for '.menu li a:hover' being more specific than the over rules, for IE6) */
.menu li.has-submenu .sub-menu li a:hover,
.menu li.has-submenu .sub-menu li strong,
.menu li.has-submenu .sub-menu li a {
width: 127px;
}
.menu li.has-submenu .sub-menu li strong,
.menu li.has-submenu .sub-menu li a {
height: 25px;
padding-right: 0px;
/* For some reason transparent borders come out pale gray... */
border-color: #333333;
}
/* ***** Start definitions for visible, currently selected sub-menus ***** */
/* Highlight the main menu item, if it is currently selected */
.menu li.selected span,
.menu li.selected strong,
.menu li.selected a,
.menu li:hover.selected a,
.menu li.selected a:hover {
width: 140px;
}
/* Default state for a submenu item, when the submenu is visible */
/* (Text is a bit like a pop-up submenu item though...) */
.menu li.selected .sub-menu li span,
.menu li.selected .sub-menu li strong,
.menu li.selected .sub-menu li a {
width: 120px;
height: 22px;
border-color: #212B84;
}
/* Highlight it when we hover over it */
.menu li.selected .sub-menu li:hover span,
.menu li.selected .sub-menu li:hover a,
.menu li.selected .sub-menu li a:focus,
.menu li.selected .sub-menu li a:active {
width: 133px;
}
/* However... if we're within the submenu already, the submenu items want to stick out a little bit more!.. */
.menu.submenu-item li.selected .sub-menu li:hover span,
.menu.submenu-item li.selected .sub-menu li:hover a,
.menu.submenu-item li.selected .sub-menu li a:focus,
.menu.submenu-item li.selected .sub-menu li a:active {
width: 137px;
}
/* Highlight the currently selected submenu item */
.menu li.selected .sub-menu li.selected span,
.menu li.selected .sub-menu li.selected strong {
width: 138px;
} | css/global-ie6.css | /* Might need to ensure this is served with the correct MIME type */
/* (Should be text/x-component) */
/* Might work to add the line "AddType text/x-component .htc" to an .htaccess file..? */
body {
behavior: url(/css/csshover2.htc);
}
/* This helps to center our page */
.wrapper,
.header-wrapper,
.footer-wrapper {
width: 100%;
}
.wrapper {
text-align: center;
}
/* and this cancels out the centered text! */
.main-body-wrapper,
.header-shadow {
text-align: left;
/* This gives us a little margin on either side in a very narrow window */
margin-left: 5px;
margin-right: 5px;
}
/* Layout of page header */
.company-logo .fail-better {
height: 26px;
}
.company-logo .productions {
height: 29px;
}
.supported-by {
width: 600px;
height: 83px;
}
/* General styles for the layout of the main content of the page */
.main-body {
overflow: visible;
}
.content {
width: 603px;
/* height: 369px; */
}
.sub-content {
width: 595px;
/* height: 363px; */
}
/* Need this to stop main-body-shadow-top from having a minimum height of 13px
(presumably based on the height of 1 line of text?) */
.main-body-shadow-top {
font-size: 1px;
}
/* for some reason main-body-shadow-bottom seems to be 1 pixel too high up...
(and so we see 1 line of the mid-shadow underneath the bottom of the shadow!) */
/* Alternatively, we can do the same thing as for main-body-shadow-top!
Hmm... doesn't seem to work on every page, for some reason... */
.main-body-shadow-bottom {
/* font-size: 1px; */
bottom: -1px;
}
/* Menu styles, for all pages */
/* ***** Define normal behaviour/looks for all main menu items ***** */
div.menu {
height: 380px;
/* Nasty, silly hack for IE6 this, but it seems to do the job... */
/* This version gets the height from an element with id 'main-body' - I'm less keen on using
it as I haven't used id very much and don't otherwise have any need for this one... */
/* height: expression((document.getElementById('main-body').offsetHeight - 11) + 'px'); */
/* This version gets the height from the first child of the first child of the body element
This should be the <div class="main-body-wrapper"> - we can with things out from there */
height: expression((body.childNodes[0].childNodes[0].offsetHeight - 21) + 'px');
}
/* The li is actually invisible - the span, strong, or a element is the one that we see */
.menu li span,
.menu li strong,
.menu li a {
width: 126px;
height: 25px;
/* For some reason transparent borders come out pale gray... */
border-color: #212B84;
}
/* Highlight the main menu items when we hover over them */
/* Modern trousers, and older ones with the :hover patch will work with 'li:hover a' */
/* (And this ensures that the item stays highlighted as we move up and down the submenu) */
/* Older browsers without Javascript won't do that though, so we have a 'li a:hover' rule too... */
.menu li a:hover,
.menu li:hover a,
.menu li a:focus,
.menu li a:active {
width: 139px;
}
/* Set the widths of the main menu items to be correct to only just overlap with the left border of their submenu */
/* Unfortunately IE6 with whatever:hover doesn't seem to be picking up on li.has-submenu:hover a, which is what we really want */
.menu li.has-submenu:hover a,
.menu li.has-submenu a:hover {
width: 134px;
}
.menu li.has-submenu a:hover {
padding-right: 18px;
}
/* ***** Display the pop-up submenu when we hover over it ***** */
.menu li.has-submenu:hover .sub-menu {
width: 131px;
}
/* Default state for the text of a submenu list item... */
/* (including '...li a:hover' to stop submenu items getting wider when you hover over them, in IE6) */
/* (Getting wider 'cos of the rule above for '.menu li a:hover' being more specific than the over rules, for IE6) */
.menu li.has-submenu .sub-menu li a:hover,
.menu li.has-submenu .sub-menu li strong,
.menu li.has-submenu .sub-menu li a {
width: 127px;
}
.menu li.has-submenu .sub-menu li strong,
.menu li.has-submenu .sub-menu li a {
height: 25px;
padding-right: 0px;
/* For some reason transparent borders come out pale gray... */
border-color: #333333;
}
/* ***** Start definitions for visible, currently selected sub-menus ***** */
/* Highlight the main menu item, if it is currently selected */
.menu li.selected span,
.menu li.selected strong,
.menu li.selected a,
.menu li:hover.selected a,
.menu li.selected a:hover {
width: 140px;
}
/* Default state for a submenu item, when the submenu is visible */
/* (Text is a bit like a pop-up submenu item though...) */
.menu li.selected .sub-menu li span,
.menu li.selected .sub-menu li strong,
.menu li.selected .sub-menu li a {
width: 120px;
height: 22px;
border-color: #212B84;
}
/* Highlight it when we hover over it */
.menu li.selected .sub-menu li:hover span,
.menu li.selected .sub-menu li:hover a,
.menu li.selected .sub-menu li a:focus,
.menu li.selected .sub-menu li a:active {
width: 133px;
}
/* However... if we're within the submenu already, the submenu items want to stick out a little bit more!.. */
.menu.submenu-item li.selected .sub-menu li:hover span,
.menu.submenu-item li.selected .sub-menu li:hover a,
.menu.submenu-item li.selected .sub-menu li a:focus,
.menu.submenu-item li.selected .sub-menu li a:active {
width: 137px;
}
/* Highlight the currently selected submenu item */
.menu li.selected .sub-menu li.selected span,
.menu li.selected .sub-menu li.selected strong {
width: 138px;
} | 0.226527 | 0.054099 |
@charset "utf-8";
@import url("new-media-queries.css");
/*--------------media query css------------------*/
/*------------tablet landscape view------*/
@media (min-width:1600px) {
.container { width: 1530px; }
body.mmh .credited-education-img {
min-height: 270px;
margin: 15px 0;
}
body.mmh iframe {
height: auto;
min-height: 300px;
}
}
@media (max-width:1599px) {
/*<<<<=======================header page css style starts here==========================>>>*/
.header-logo a { width: 90%; margin-bottom: 10px; margin-top: -10px; }
.search_box { padding: 0; }
.header-main { padding: 24px 0 5px 0; }
.enumenu_ul > li { margin-right: 10px; }
.enumenu_ul li a { font-size: 14px; }
/*<<<<=======================header page css style end here==========================>>>*/
/*<<<<=======================index page css style starts here==========================>>>*/
.better_health-block .banner { padding: 17% 0 99px 0; }
.better_health-block .banner .banner-text h1 { font-size: 60px; }
.involved_text { padding: 0 20px; }
.involved_map { padding: 0 20px; }
.involved_text h2 { font-size: 60px; }
.involved_map figure { width: 100%; display: inline-block; }
.involved_map figure img { width: 100%; }
.ftr-logo { margin: 0 0 38px 0; }
.health-logo { margin: 0; }
.ftr-project_teach { margin-left: 0; }
.health-logo p { padding: 10px 0 0 0; margin-right: 0; }
.ftr-logo p { padding: 10px 0 0 0; }
.about_menu li { margin-right: 15px; }
.health-logo a { width: 100%; }
/*<<<<=======================index page css style end here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.service-txt p { padding: 36px 0 0; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.consultation_map { padding: 0; }
.consultation_map figure { width: 100%; display: inline-block; }
.consultation_map figure img { width: 100%; }
.consultation_dif { padding: 0; }
.region_list li { width: 32%; padding: 0 15px; }
.consultation_dif p { padding-bottom: 15px; }
.region_list { padding: 20px 0 0 0px; }
/*<<<<=======================consultation page css style starts here==========================>>>*/
/*<<<<=======================regional-providers page style starts here==========================>>>*/
.project_txt { padding: 40px 0; }
.region_txt { padding: 20px 0 0 0; }
.region_txt h2 { font-size: 30px; letter-spacing: 0; }
.region_txt h2 a { font-size: 30px; letter-spacing: 0; }
.region_map { padding: 0; }
.region_map figure { width: 100%; display: inline-block; }
.region_map figure img { width: 100%; }
.region-block-3 .region_txt { padding: 20px 0 0 0; }
/*<<<<=======================regional-providers page css style starts here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.region-block-2 .region_map figure { width: 100%; margin: 0; }
.region-block-2 .region_txt { padding: 20px 0 0 0; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
.project_txt p { padding: 0 60px; }
/*<<<<=======================Referrals Page style end here==========================>>>*/
.sec-title span { font-size: 18px; }
.content-time li:nth-child(2n) { padding: 0 15px 0 0; }
.faculty-info p { font-size: 23px; padding-right: 0; }
.faculty-info { padding: 0px 20px 0; }
.faculty-info p { font-size: 20px; padding-right: 0; }
.featured-faculty a.btn { margin: 0; background: #039fda; color: #ffffff; font-size: 17px; }
.cover-event { padding: 56px 25px 52px; }
}
@media (max-width:1200px) {
/*<<<<=======================comman css style starts here==========================>>>*/
.primary-providers h2 br { display: none; }
.header-logo a { width: 100%; margin-bottom: 0; margin-top: 0; }
.referrals-block .consulation p { padding-right: 0; }
.pairagraph-txt { padding: 7px 70px 73px 42px; }
/*<<<<=======================comman css style starts here==========================>>>*/
.enumenu_ul li a { font-size: 13px; letter-spacing: 0; }
/*<<<<=======================index page css style starts here==========================>>>*/
.better_health-block .banner { padding: 32px 0 101px 0; }
.better_health-block .banner { min-height: 500px; }
.contact_text { padding: 8px 0 0 15px; }
.header-main { padding: 22px 0 0 0; }
.header-main .navbar { margin: 20px 0 10px; }
/*<<<<=======================index page css style starts here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.primary-txt { padding: 35px 0 40px 0; }
.primary-txt figcaption { padding: 27px 10px 0 10px; }
.primary-txt figcaption .btn { padding: 24px 32px; }
.list-primary .col-md-3:last-child .btn { padding: 24px 26px; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================about page style starts here==========================>>>*/
.care-provide_list li { padding: 0 10px; }
.cordination-txt { padding: 0; }
.reginal_provader { padding: 0; }
.program-funded h2 br { display: none; }
/*<<<<=======================about page css style starts here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.consultation_map .btn { padding: 18px 30px 17px 30px; font-size: 14px; }
.consultation_dif p { font-size: 20px; line-height: 1.6rem; }
.region_list li a, .region_list li span { font-size: 19px; }
/*<<<<=======================consultation page css style starts here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.project_txt p { max-width: 100%; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
.sec-title span { width: calc(100% - 44px); width: -webkit-calc(100% - 44px); width: -moz-calc(100% - 44px); width: -ms-calc(100% - 44px); text-align: left; }
.content-time { padding: 20px 20px 0; }
.sec-title i img { width: 25px; }
span.title-txt { font-size: 18px; margin-bottom: 5px; }
span.time-title { font-size: 16px; margin-bottom: 0; }
span.txt-auth { font-size: 14px; }
.time-box::after { top: 45px; }
.event-block .banner-text h1 { font-size: 38px; line-height: 1; }
.overview-info p { padding-right: 0px; padding-left: 0px; }
.event-overview p { font-size: 22px; color: #2c2c2c; line-height: 1.3; }
.event-schedule { width: 458px; }
.our-team ul li { width: 50% }
.cme-info-inner { padding: 75px 35px 40px 55px; }
}
/*------------tablet portrait view------*/
@media (max-width:991px) {
/*<<<<=======================comman css style starts here==========================>>>*/
.header-main .navbar .nav > li > a { font-size: 13px; }
.traning .btn { padding: 22px 45px !important; }
/*<<<<=======================comman css style starts here==========================>>>*/
/*<<<<=======================index page css style starts here==========================>>>*/
.better_health-block .banner { min-height: 450px; padding: 70px 0; }
.better_health-block .banner .banner-text { padding: 0; }
.better_health-block .banner .banner-text h1 { font-size: 50px; line-height: 4rem; }
.better_health-block .banner .banner-text h1 br { display: none; }
.consultations .btn-call { padding: 24px 55px; }
.traning .btn-call { padding: 24px 40px !important; }
.involved_text span { font-size: 21px; margin: 20px 0 25px 0; }
.contect_search { width: 100%; }
.consultation-health { padding: 60px 0; min-height: 519px; }
.consultation-health:after { min-height: 519px; }
.social_media li:last-child { font-size: 16px; }
.search_contect { padding: 35px 0; height: 266px; }
.search_contect .search_txt .search { font-size: 24px; padding: 22px 83px 22px 45px; }
.header-logo a { width: 235px; }
body.mmh .credited-education-img {
margin: 15px 0;
}
/*<<<<=======================footer css style starts here==========================>>>*/
.footer-main { padding: 35px 0; }
.ftr-logo a { width: 100%; }
.footer-main .left-sec { padding-left: 10px; }
.contact_text { padding: 8px 0 0 0; }
.social_media li a { font-size: 15px; }
.social_media li span img { margin-right: 8px; }
.ftr-project_teach span { font-size: 12px; }
.ftr-project_teach h6 { letter-spacing: 1.5px; }
.about_menu li a { letter-spacing: 0; }
.ftr-project_teach p { padding-right: 10px; padding-bottom: 15px; }
.ftr-project_teach span { padding-top: 10px; }
.ftr-logo p { font-size: 7px; }
.health-logo p { font-size: 7px; }
/*<<<<=======================footer css style end here==========================>>>*/
.consultations h3 { line-height: 2rem !important; margin: 25px 0 10px 0; }
.consultations p { line-height: 1.8rem; }
/*<<<<=======================index page css style end here==========================>>>*/
/*<<<<=======================clinical-rating page style starts here==========================>>>*/
.pairagraph-txt { padding: 7px 0 60px 0; }
/*<<<<=======================clinical-rating page style end here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.get-involved-block .consultation-health { padding: 120px 0 99px 0; min-height: 430px; }
.get-involved-block .consultation-health:after { min-height: 430px; }
.project-services { padding: 45px 0 30px 0; }
.service-txt p { padding: 20px 0 10px 0; line-height: 2rem; }
.project-services h2 { font-size: 36px !important; line-height: 2.5rem !important; margin-bottom: 35px; }
.project-services .col-xs-12 { padding-bottom: 15px; }
.pediatricp-primary { padding: 35px 0 45px 0; }
.list-primary { padding: 20px 0 0 0; }
.list-primary .col-sm-6 { padding-bottom: 15px; }
.service-txt .number { font-size: 36px; }
.service-txt .number { height: 80px; width: 80px; line-height: 5.1rem; }
.project-services [class^="col-"]:nth-of-type(4n+1) { clear: none; }
.project-services [class^="col-"]:nth-of-type(2n+1) { clear: both; }
.pediatricp-primary h2 { font-size: 36px !important; line-height: 2.5rem !important; padding: 0 10px; }
.consultation-health .improve-health h2 { font-size: 36px !important; line-height: 2.5rem !important; }
.get-involved-block .improve-health p { line-height: 1.8rem; font-size: 24px; padding: 9px 0 30px 0; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.consultation_map { padding: 0 0 20px 0 }
.consultation_text { padding: 45px 0; }
/*<<<<=======================consultation page css style starts here==========================>>>*/
/*<<<<=======================about page style starts here==========================>>>*/
.program-funded { padding: 58px 0; min-height: 690px; }
.vision-mission-block { padding: 45px 0; }
.our-vision-txt { padding: 0; }
.our-mission-txt { padding: 0; }
.our-mission-txt p { padding-right: 0; padding-bottom: 0; }
.our-vision-txt p { padding-right: 0; padding-bottom: 0; }
.program-funded h2 br { display: none; }
.about_block .primary-providers { padding: 50px 0 30px 0; }
.cordination-region { min-height: auto; padding: 50px 0; }
.program-funded h2 { padding: 0 15px; font-size: 36px !important; margin: 25px 0 30px 0; line-height: 2.5rem !important; }
.program-funded p { padding: 0 15px 35px 15px; }
.cordination-txt h2 { font-size: 36px !important; line-height: 2.5rem !important; }
/*<<<<=======================about page css style starts here==========================>>>*/
/*<<<<=======================clinical-rating page style starts here==========================>>>*/
.pairagraph-txt { padding: 7px 0 50px 35px; }
.aggression-block table th { padding: 0 10px 13px 10px; }
table tr td:first-child { padding: 25px 10px 20px 25px; }
.aggression-block table td.aggression { padding: 25px 10px 20px 30px; }
/*<<<<=======================clinical-rating page style end here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.region_txt h2 { font-size: 25px !important; margin-bottom: 0; }
.region_txt h2 a { font-size: 25px !important; }
.university_txt li { font-size: 24px; }
.region_txt .btn { letter-spacing: 0; padding: 24px 30px; }
.region-block { padding: 25px 0 30px 0; }
.university_txt { margin: 0px 0 24px 0; }
.region-block-2 { padding: 25px 0 30px 0; }
.region-block-3 { padding: 25px 0 30px 0; }
.region-block-3 .university_txt { margin: 0px 0 24px 0; }
.region-block-3 .university_txt li { margin-bottom: 15px; }
.region-block-3 .university_txt li br { display: none; }
.region-block-2 .region_map { padding: 0; }
.region-block-3 .region_map { padding: 0; }
.content_tbd_block { padding: 130px 0; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
.content-time h3, .cover-event h3 { line-height: 1.2 !important; font-size: 20px !important; margin-bottom: 18px; }
.content-time li { width: 100%; padding: 0; margin-bottom: 20px; }
.content-time ul { margin: 0; }
.event-block .banner-text h1 { font-size: 31px !important; line-height: 1.2 !important; }
.event-schedule { width: 360px; }
.event-schedule a.btn { width: 310px; }
.event-schedule p { font-size: 22px; color: #fff; padding: 20px 0 50px 0; line-height: 1.4; }
.event-overview p { font-size: 23px; color: #2c2c2c; line-height: 1.4; padding: 0 20px 25px; }
.box-height, .box-height1 { height: 100% !important; }
.faculty-info { padding: 30px 40px 30px }
.our-team ul li { width: 50%; }
.info-bio h3 { font-size: 24px; color: #fff; font-weight: 700; line-height: 1 !important; }
.cme-info-inner { background: #F8F8F8; height: 100%; padding: 37px; }
.cme-info-block h2 { font-size: 30px !important; line-height: 1.2 !important; }
.cover-event .btn-cover .btn { padding: 12px 0 !important; }
.cover-event br { display: none; }
.cover-event { padding: 30px 25px 30px; }
.cover-event .btn-cover .btn { padding: 12px 0px; font-size: 14px; }
}
/*------------mobile landscape view------*/
@media (min-width:768px) {
.dropdown .dropdown-menu {
color: #3a0e79;
}
/* .dropdown .dropdown-menu { background: #7bbf44; text-align: center; border-radius: 0; border: none; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; position: fixed; top: auto; left: auto; float: none; width: 100%; padding: 0; max-height: 0; opacity: 1; display: block; overflow: hidden; } */
/* .dropdown:hover > .dropdown-menu { display: block; max-height: 300px; opacity: 1; } */
.dropdown .dropdown-menu > li { display: inline-block; }
.dropdown-menu > li > a { font-weight: 600 !important; color: #555 !important; font-weight: 600; padding: 15px; text-align:center; text-transform: uppercase; }
.dropdown-menu > li > a:hover { color: #039fda !important; background: none !important; }
.dropdown-menu > li.active > a { color: #3a0e79 !important; background: none !important; }
}
@media (max-width:767px) {
.main .left-panel { float: none; width: 100% }
.pf-resources-video-row { display: block; }
body.parent-and-family-page .view-all { margin-bottom:32px; }
.main aside { float: none; width: 92%; }
.enumenu_ul { display: none; }
.menu-block { height: auto; }
body.mmh .img-wrapper { justify-content:center; }
body.mmh .img-wrapper img { width:100%; }
body.mmh .credit-badge { right:auto; }
body.mmh .img-wrapper { max-width:400px; margin:0 auto;}
body .video-text {max-width:400px; margin:0 auto; }
.menu-icon { display: block; position: absolute; right: 0; top: -49px; }
.services-detail a.pba-detail { border-bottom: 2px solid #d3d9da; }
.header-main .navbar { border: 0; }
.header-main .navbar .nav > li { padding: 0; margin: 10px 0; }
.header-main .navbar .dropdown-menu { background: #fff; padding: 0; }
.header-main .navbar .dropdown-menu a { font-weight: 600; color: #3a0e79 !important; font-family: "museo-sans", sans-serif; letter-spacing: .5px; }
.header-main .navbar > li { width: 100%; margin: 0 0 10px 0 !important; padding: 0px; text-align: center; }
.header-main .navbar > li:last-child { margin-bottom: 0 !important; }
.header-main .navbar > li > a { text-align: center; padding: 8px; color: #fff; }
.navbar-nav { margin: 0; }
.header-main .navbar li a { font-size: 14px !important; padding: 0; text-align: center; color: #fff !important; }
.header-main .navbar li a:hover { color: #3a0e79 !important; }
.header-main .navbar > li:hover > a, .enumenu_ul > li.active > a { color: #3a0e79; }
.header-main .navbar { margin: 0 auto; background-color: #039fda; z-index: 999; }
.header-main .navbar > li ul { background: #D1D1D1; }
.header-main .navbar > li ul a { text-align: center; display: block; text-align: center; color: #000; padding: 5px 0; }
.header-main .navbar .nav > li > a:after { background-color: none; height: 0; position: relative; }
/* Push Menu */
body.menuslide_push { position: relative; }
body.menuslide_push.slidemenuLeft { left: 0; transition: left 0.5s; -webkit-transition: left 0.5s; -moz-transition: left 0.5s; -ms-transition: left 0.5s; -o-transition: left 0.5s; }
body.menuslide_push.slidemenuRight { right: 0; transition: right 0.5s; -webkit-transition: right 0.5s; -moz-transition: right 0.5s; -ms-transition: right 0.5s; -o-transition: right 0.5s; }
body.slidemenuRight .enumenu_ul { right: -300px; }
body.slidemenuRight.menu-open .enumenu_ul { right: 0; }
body.slidemenuLeft .enumenu_ul { left: -300px; }
body.slidemenuLeft.menu-open .enumenu_ul { left: 0; }
body.menuslide_push.slidemenuLeft.menu-open { left: 300px }
body.menuslide_push.slidemenuRight.menu-open { right: 300px }
body.menuslide_push .enumenu_ul, body.menuOverlap .enumenu_ul { background: #fff none repeat scroll 0 0; display: block; height: 100%; max-height: 100%; width: 100%; overflow: auto; position: fixed; transition: all 0.5s ease 0s; max-width: 300px; top: 0; z-index: 999; padding-top: 30px; }
/*<<<<=======================comman css style starts here==========================>>>*/
h1 { font-size: 42px !important; }
.traning .btn { padding: 20px 43px !important; font-size: 14px !important; }
.btn {font-size:14px;}
/*<<<<=======================comman css style starts here==========================>>>*/
/*<<<<=======================header css style starts here==========================>>>*/
.header-logo { text-align: center; }
.header-logo a { text-align: left; }
.header-logo a img { width: 280px; text-align: left; }
.search_box { padding: 10px 0 0 0; text-align: left; float: right; }
.header-main { padding: 14px 0 0 0; }
.search_box li:first-child { width: 225px; }
/*<<<<=======================header css style end here==========================>>>*
/*<<<<=======================footer css style starts here==========================>>>*/
.footer-main { padding: 40px 0; }
.footer-main .left-sec{text-align: center;}
.ftr-logo a { width: 50%; }
.ftr-logo { margin: 0 0 25px 0; }
.ftr-logo a p { font-size: 7px !important; line-height: 0.6rem !important; }
.health-logo a { width: 50%; }
.health-logo a p { font-size: 7px !important; line-height: 0.7rem !important; }
.ftr-project_teach { padding: 40px 15px 0 15px; text-align: center;}
.ftr-project_teach p { padding: 0 0 15px 0; font-size: 18px; }
.ftr-project_teach span { padding: 15px 0 0 0; display: none; }
.contact_text { padding: 40px 15px 0 15px; text-align: center;}
.social_media li { margin-bottom: 15px; }
.health-logo span { padding-left: 70px; padding-bottom: 5px; }
.ftr-copy-txt .row { display: block; }
.ftr-copy-txt .row .copy_txt { font-size: 12px; text-align: center;}
/*<<<<=======================footer css style end here==========================>>>*
/*<<<<=======================index page css style starts here==========================>>>*/
.better_health-block .banner .banner-text p { width: 75% }
.better_health-block .banner .banner-text img { width:20%; }
.better_health-block .banner .banner-text .btn { margin: 0 auto; display: block; width: 225px; }
.better_health-block .banner { min-height: 389px; }
.better_health-block .banner .banner-text .btn_get { padding: 15px 40px !important; font-size: 14px; }
.better_health-block .banner .banner-text h1 { font-size: 45px; }
.consultations .btn-call { width: 180px; padding: 15px 20px !important; }
.consultations h3 { margin: 15px 0 10px 0; line-height: 2rem !important; }
.consultation-health { height: auto; padding: 10% 0; }
.consultation-health .improve-health { padding: 0 15px 0 15px; }
.consultation-health:after { height: 100%; }
.get-involved { padding: 30px 0; }
.involved_text p { padding: 0 0 20px 0; line-height: 2rem; }
.involved_text span { line-height: 1.3rem; font-size: 18px; }
.involved_text .btn-see { padding: 14px 45px; font-size: 14px; }
.involved_text span { margin: 15px 0 20px 0; }
.involved_map { padding: 25px 20px 0; }
.search_contect { height: auto; padding: 20px 0 35px 0; }
.consultation-health .improve-health .btn-contect { padding: 15px 45px; font-size: 14px; }
.search_contect .search_txt h2 { font-size: 36px !important; margin-bottom: 15px; }
.consultation-health { min-height: 424px; padding: 4% 0 6% 0; }
.consultation-health:after { min-height: 424px; }
.search_contect .search_txt .search { font-size: 22px; padding: 20px 83px 20px 45px; }
.search_contect .search_txt .search-submit { width: 50px; height: 50px; }
/*<<<<=======================index page css style end here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.get-involved-block .consultation-health { padding: 70px 0 50px 0; min-height: 328px; }
.get-involved-block .consultation-health:after { min-height: 328px; }
.get-involved-block .improve-health p { padding: 0 0 25px 0; }
.primary-txt { padding: 25px 0 20px 0; height: auto !important; }
.primary-txt figcaption p { padding: 0 0 20px 0; }
.btn-learn { font-size: 14px; padding: 15px 45px; }
.primary-txt figcaption .btn { font-size: 14px; padding: 15px 40px; }
.pediatricp-primary p { padding: 6px 15px 20px 15px; }
.list-primary .col-md-3:last-child p { padding: 0 0 42px 0; }
.primary-txt figcaption { padding: 20px 10px 0 10px; }
.project-services { padding: 45px 0 30px 0; }
.service-txt p { padding: 10px 10px 0 10px; }
.content_tbd_block { padding: 50px 0; }
.content_tbd_block .content-txt p { padding: 0 0 15px 0; }
.project-services h2 { font-size: 30px !important; line-height: 2.1rem !important; margin-bottom: 30px; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================clinical-rating page style starts here==========================>>>*/
.aggression-block { padding: 25px 0 35px 0; }
.pairagraph-txt { padding: 7px 0 30px 0; }
.aggression-block table td.aggression { font-size: 14px; }
.aggression-block table td { font-size: 13px; }
.aggression-block table th { font-size: 12px; }
.aggression-block table td.aggression { padding: 15px; }
table tr td:first-child { padding: 15px 15px 15px 10px }
/*<<<<=======================clinical-rating page style end here==========================>>>*/
/*<<<<=======================about page style starts here==========================>>>*/
.care-provide_list li { width: 100%; }
.care-provide_list li p { padding: 10px 0 10px 0; }
.care-provide_list { padding: 25px 0 0 0; }
.cordination-region p { padding-bottom: 20px; }
.cordination-region h2 { margin: 0 0 10px 0; font-size: 30px !important; line-height: 2.1rem !important; }
.reginal_provader { padding-top: 25px; }
.vision-mission-block h2 { margin: 0 0 10px 0; font-size: 30px !important; line-height: 2.1rem !important; }
.our-mission-txt { padding-top: 20px; }
.vision-mission-block { padding: 40px 0; }
.primary-providers h2 { padding: 0 15px 0 15px; font-size: 36px !important; line-height: 2.7rem !important; }
.program-funded h2 { font-size: 30px !important; line-height: 2.1rem !important; margin: 30px 0 20px 0; }
.program-funded { min-height: 550px; }
/*<<<<=======================about page css style starts here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.region_list { padding: 10px 0 0 0px; }
.consultation_map .btn { line-height: 1.4rem; }
.region_list .regio_1 h6 span { font-size: 20px; margin: 15px 0 6px 0; }
.region_list .regio_2 h6 span { font-size: 20px; margin: 15px 0 6px 0; }
.region_list .regio_3 h6 span { font-size: 20px; margin: 15px 0 6px 0; }
.region_list li a, .region_list li span { font-size: 18px; }
/*<<<<=======================consultation page style end here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.region-block { padding: 0 0 20px 0; }
.region_txt { padding: 20px 0 20px 0; }
.region-block-3 .region_txt { padding: 20px 0; }
.region_txt .btn { padding: 20px 40px !important; }
.region_txt h2 { font-size: 21px !important; }
.region_txt h2 a { font-size: 21px !important; }
.region-block-2 .university_txt { margin: 0 0 20px 0; }
.region-block-3 .university_txt li { line-height: 2rem; margin: 0 0 10px 0; }
.university_txt li { margin-bottom: 10px; }
.project_txt { padding: 25px 0; }
.project_txt p { padding: 0 0 0 35px; }
.enumenu_ul li a::after { display: none }
#google_translate_element .goog-te-gadget-simple { background-color: transparent; border-width: 0; cursor: pointer; display: block; font-size: 10pt; height: 100%; padding-bottom: 2px; padding-top: 1px; width: 100%; }
.search_box #google_translate_element { font-size: 0; height: 42px; position: absolute; right: 14px; text-indent: -9999px; top: 22px; width: 18%; z-index: 0; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
/* Place the timelime to the left */
.timeline::after { left: 20px; }
/* Full-width containers */
.time-box { width: 100%; padding-left: 40px; padding-right: 0; margin-top: 0; }
/* Make sure that all arrows are pointing leftwards */
.time-box::before { left: 60px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent white transparent transparent; }
/* Make sure all circles are at the same spot */
.left::after, .right::after { left: 10px; top: 32px; }
/* Make all right containers behave like the left ones */
.right { left: 0%; }
.btn-cover { text-align: left; }
.sec-title span { font-size: 16px; }
.sec-title { padding: 33px 0; }
.sec-title h2 { margin-bottom: 25px; }
.timecover { padding: 0 15px; }
.addcover { margin-bottom: 14px; }
.event-overview p { font-size: 23px; color: #2c2c2c; line-height: 1.4; padding: 10px 30px 30px; height: 100% !important }
.event-schedule { position: relative; width: 100%; padding-top: 30px; padding-bottom: 10px; }
.event-schedule p { font-size: 22px; color: #fff; padding: 20px 0 17px 0; line-height: 1.4; }
.event-block .banner { height: 100%; }
.event-block .banner .banner-text { padding-top: 21px; }
.event-block .banner-text h1 { font-size: 26px !important; line-height: 1.2 !important; }
.social-media { margin-top: 18px; padding-top: 20px; padding-bottom: 10px; }
.event-schedule a.btn { width: 270px; }
.event-overview { text-align: center; padding-top: 70px; padding-bottom: 34px; }
.cme-info-inner { background: #F8F8F8; height: 100%; padding: 20px; }
.owl-prev { width: 40px; height: 40px; left: -20px; }
.owl-next { width: 40px; height: 40px; right: -20px; }
.match-height{ height:auto!important; }
}
@media (max-width:640px) {
/*<<<<=======================comman css style starts here==========================>>>*/
h1 { font-size: 36px !important; line-height: 2.5rem !important; }
.search_contect .search_txt .search { padding: 15px 59px 15px 20px; font-size: 18px; }
.search_contect .search_txt .search-submit:before { right: 11px; background-size: 18px; width: 18px; height: 18px; }
.search_contect .search_txt .search-submit { width: 40px; height: 40px; right: 15px; }
/*<<<<=======================comman css style starts here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.region_list li { width: 100%; margin-bottom: 20px; }
.region_list .regio_1 h6 { margin: 10px 0 0 0; }
.consultation_map .btn { padding: 18px 20px 17px 20px !important; letter-spacing: 0; }
.consultation_text { padding: 50px 0 30px 0; }
/*<<<<=======================consultation page css style starts here==========================>>>*/
.our-team ul li { list-style: none; width: 100%; float: left; position: relative; cursor: pointer; }
.cme-info-block { width:100%;}
}
/*------------mobile portrait view------*/
/*----------optional css------*/
@media (max-width:480px) {
/*<<<<=======================comman css style starts here==========================>>>*/
h2 { font-size: 24px !important; line-height: 1.8rem !important; }
.search_contect .search_txt h2 { font-size: 24px !important; margin-bottom: 10px; }
.ftr-logo a { width: 69%; }
.health-logo a { width: 69%; }
/*<<<<=======================comman css style starts here==========================>>>*/
/*<<<<=======================header css style starts here==========================>>>*/
.header-main { padding: 14px 0 14px 0; }
.header-logo a img { width: 250px; }
.menu-icon { top: -52px; }
.menu-icon .menu-box { width: 40px; }
.search_box .btn-translate { font-size: 13px; padding: 10px 20px; }
.search_box li:first-child { width: 193px; margin-right: 8px; }
.search_box li { vertical-align: top; }
.search_box li:first-child .search_submit { height: 20px; width: 20px; }
.search_box .search-field { font-size: 14px; padding: 10px 35px 10px 15px; }
.search_box { padding: 6px 0 0 0; }
.search_contect { padding: 20px 0 25px 0; }
/*<<<<=======================header css style end here==========================>>>*/
/*<<<<=======================index page css style starts here==========================>>>*/
.consultation-health { padding: 6% 0; min-height: 365px; }
.consultation-health:after { min-height: 365px; }
.consultation-health .improve-health p { padding: 0 0 20px 0; }
.consultation-health .improve-health h5 { font-size: 20px; line-height: 1.5rem; margin: 10px 0; }
.consultations h3 { font-size: 20px !important; line-height: 1rem !important; }
/*<<<<=======================index page css style end here==========================>>>*/
/*<<<<=======================footer css style starts here==========================>>>*/
.ftr-project_teach h6 { font-size: 18px; margin-bottom: 10px; }
/*<<<<=======================footer css style end here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.get-involved-block .consultation-health { padding: 50px 0 40px 0; min-height: 288px; }
.get-involved-block .consultation-health:after { min-height: 288px; }
.get-involved-block .improve-health p { padding: 0 0 25px 0; line-height: 1.3rem !important; }
.list-primary { padding: 20px 0 0 0; }
.primary-txt figcaption h6 { font-size: 20px; margin-bottom: 10px; }
.list-primary .col-md-3:last-child p { padding: 0 0 40px 0; }
.project-services h2 { font-size: 24px !important; margin-bottom: 20px; line-height: 1.8rem !important; }
.content_tbd_block { padding: 35px 0; }
.pediatricp-primary h2 { font-size: 24px !important; line-height: 1.8rem !important; margin-bottom: 5px; }
.consultation-health .improve-health h2 { font-size: 25px !important; line-height: 1.8rem !important; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================clinical-rating page style starts here==========================>>>*/
.aggression-block .table-box { overflow-x: scroll; overflow-y: hidden; }
/*<<<<=======================clinical-rating page style end here==========================>>>*/
/*<<<<=======================about page style starts here==========================>>>*/
.program-funded p { padding-bottom: 20px; }
.program-funded a img { width: 270px; }
.program-funded h2 { margin: 20px 0; font-size: 24px !important; line-height: 1.6rem !important; }
.cordination-region h2 { font-size: 24px !important; line-height: 1.6rem !important; }
.primary-providers h2 { font-size: 24px !important; line-height: 1.6rem !important; }
.care-provide_list { padding: 15px 0 0 0; }
.vision-mission-block h2 { font-size: 24px !important; line-height: 1.6rem !important; margin: 0 0 5px 0; }
.vision-mission-block { padding: 30px 0; }
.program-funded { min-height: 450px; padding: 35px 0; }
/*<<<<=======================about page css style starts here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.university_txt li { font-size: 20px; margin-bottom: 10px; }
#google_translate_element .goog-te-gadget-simple { background-color: transparent; border-width: 0; cursor: pointer; display: block; font-size: 10pt; height: 100%; padding-bottom: 2px; padding-top: 1px; width: 100%; }
.search_box #google_translate_element { font-size: 0; height: 39px; position: absolute; right: 15px; text-indent: -9999px; top: 10px; width: 27%; z-index: 0; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
.submenu ul li a { font-size: 17px; }
.submenu ul li { display: inline-block; margin-right: 16px; }
.cme-info-block { float: none; width: 100%; margin-bottom: 0; }
.cme-info-block h2 { font-size: 24px !important; line-height: 1.2 !important; }
.map-directions a.btn { padding: 20px 15px !important; font-size: 12px !important; }
}
@media (max-width:360px) {
/*<<<<=======================header css style starts here==========================>>>*/
.header-logo a img { width: 200px; }
.menu-icon { top: -48px; }
/*<<<<=======================header css style end here==========================>>>*/
/*<<<<=======================footer css style starts here==========================>>>*/
.ftr-logo a { width: 80%; }
.health-logo a { width: 80%; }
.about_menu li { margin-right: 4px; }
.about_menu li a { font-size: 10px; }
.ftr-project_teach span { font-size: 10px; padding: 10px 0 0 0; }
/*<<<<=======================footer css style end here==========================>>>*/
.search_contect .search_txt .search { padding: 12px 59px 12px 20px; }
.search_contect .search_txt .search-submit:before { right: 9px; background-size: 16px; }
.search_contect .search_txt .search-submit { width: 35px; height: 35px; right: 15px; }
.search_box li:first-child { width: 155px; }
} | web/app/themes/project-teach/assets/css/responsive.css | @charset "utf-8";
@import url("new-media-queries.css");
/*--------------media query css------------------*/
/*------------tablet landscape view------*/
@media (min-width:1600px) {
.container { width: 1530px; }
body.mmh .credited-education-img {
min-height: 270px;
margin: 15px 0;
}
body.mmh iframe {
height: auto;
min-height: 300px;
}
}
@media (max-width:1599px) {
/*<<<<=======================header page css style starts here==========================>>>*/
.header-logo a { width: 90%; margin-bottom: 10px; margin-top: -10px; }
.search_box { padding: 0; }
.header-main { padding: 24px 0 5px 0; }
.enumenu_ul > li { margin-right: 10px; }
.enumenu_ul li a { font-size: 14px; }
/*<<<<=======================header page css style end here==========================>>>*/
/*<<<<=======================index page css style starts here==========================>>>*/
.better_health-block .banner { padding: 17% 0 99px 0; }
.better_health-block .banner .banner-text h1 { font-size: 60px; }
.involved_text { padding: 0 20px; }
.involved_map { padding: 0 20px; }
.involved_text h2 { font-size: 60px; }
.involved_map figure { width: 100%; display: inline-block; }
.involved_map figure img { width: 100%; }
.ftr-logo { margin: 0 0 38px 0; }
.health-logo { margin: 0; }
.ftr-project_teach { margin-left: 0; }
.health-logo p { padding: 10px 0 0 0; margin-right: 0; }
.ftr-logo p { padding: 10px 0 0 0; }
.about_menu li { margin-right: 15px; }
.health-logo a { width: 100%; }
/*<<<<=======================index page css style end here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.service-txt p { padding: 36px 0 0; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.consultation_map { padding: 0; }
.consultation_map figure { width: 100%; display: inline-block; }
.consultation_map figure img { width: 100%; }
.consultation_dif { padding: 0; }
.region_list li { width: 32%; padding: 0 15px; }
.consultation_dif p { padding-bottom: 15px; }
.region_list { padding: 20px 0 0 0px; }
/*<<<<=======================consultation page css style starts here==========================>>>*/
/*<<<<=======================regional-providers page style starts here==========================>>>*/
.project_txt { padding: 40px 0; }
.region_txt { padding: 20px 0 0 0; }
.region_txt h2 { font-size: 30px; letter-spacing: 0; }
.region_txt h2 a { font-size: 30px; letter-spacing: 0; }
.region_map { padding: 0; }
.region_map figure { width: 100%; display: inline-block; }
.region_map figure img { width: 100%; }
.region-block-3 .region_txt { padding: 20px 0 0 0; }
/*<<<<=======================regional-providers page css style starts here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.region-block-2 .region_map figure { width: 100%; margin: 0; }
.region-block-2 .region_txt { padding: 20px 0 0 0; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
.project_txt p { padding: 0 60px; }
/*<<<<=======================Referrals Page style end here==========================>>>*/
.sec-title span { font-size: 18px; }
.content-time li:nth-child(2n) { padding: 0 15px 0 0; }
.faculty-info p { font-size: 23px; padding-right: 0; }
.faculty-info { padding: 0px 20px 0; }
.faculty-info p { font-size: 20px; padding-right: 0; }
.featured-faculty a.btn { margin: 0; background: #039fda; color: #ffffff; font-size: 17px; }
.cover-event { padding: 56px 25px 52px; }
}
@media (max-width:1200px) {
/*<<<<=======================comman css style starts here==========================>>>*/
.primary-providers h2 br { display: none; }
.header-logo a { width: 100%; margin-bottom: 0; margin-top: 0; }
.referrals-block .consulation p { padding-right: 0; }
.pairagraph-txt { padding: 7px 70px 73px 42px; }
/*<<<<=======================comman css style starts here==========================>>>*/
.enumenu_ul li a { font-size: 13px; letter-spacing: 0; }
/*<<<<=======================index page css style starts here==========================>>>*/
.better_health-block .banner { padding: 32px 0 101px 0; }
.better_health-block .banner { min-height: 500px; }
.contact_text { padding: 8px 0 0 15px; }
.header-main { padding: 22px 0 0 0; }
.header-main .navbar { margin: 20px 0 10px; }
/*<<<<=======================index page css style starts here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.primary-txt { padding: 35px 0 40px 0; }
.primary-txt figcaption { padding: 27px 10px 0 10px; }
.primary-txt figcaption .btn { padding: 24px 32px; }
.list-primary .col-md-3:last-child .btn { padding: 24px 26px; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================about page style starts here==========================>>>*/
.care-provide_list li { padding: 0 10px; }
.cordination-txt { padding: 0; }
.reginal_provader { padding: 0; }
.program-funded h2 br { display: none; }
/*<<<<=======================about page css style starts here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.consultation_map .btn { padding: 18px 30px 17px 30px; font-size: 14px; }
.consultation_dif p { font-size: 20px; line-height: 1.6rem; }
.region_list li a, .region_list li span { font-size: 19px; }
/*<<<<=======================consultation page css style starts here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.project_txt p { max-width: 100%; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
.sec-title span { width: calc(100% - 44px); width: -webkit-calc(100% - 44px); width: -moz-calc(100% - 44px); width: -ms-calc(100% - 44px); text-align: left; }
.content-time { padding: 20px 20px 0; }
.sec-title i img { width: 25px; }
span.title-txt { font-size: 18px; margin-bottom: 5px; }
span.time-title { font-size: 16px; margin-bottom: 0; }
span.txt-auth { font-size: 14px; }
.time-box::after { top: 45px; }
.event-block .banner-text h1 { font-size: 38px; line-height: 1; }
.overview-info p { padding-right: 0px; padding-left: 0px; }
.event-overview p { font-size: 22px; color: #2c2c2c; line-height: 1.3; }
.event-schedule { width: 458px; }
.our-team ul li { width: 50% }
.cme-info-inner { padding: 75px 35px 40px 55px; }
}
/*------------tablet portrait view------*/
@media (max-width:991px) {
/*<<<<=======================comman css style starts here==========================>>>*/
.header-main .navbar .nav > li > a { font-size: 13px; }
.traning .btn { padding: 22px 45px !important; }
/*<<<<=======================comman css style starts here==========================>>>*/
/*<<<<=======================index page css style starts here==========================>>>*/
.better_health-block .banner { min-height: 450px; padding: 70px 0; }
.better_health-block .banner .banner-text { padding: 0; }
.better_health-block .banner .banner-text h1 { font-size: 50px; line-height: 4rem; }
.better_health-block .banner .banner-text h1 br { display: none; }
.consultations .btn-call { padding: 24px 55px; }
.traning .btn-call { padding: 24px 40px !important; }
.involved_text span { font-size: 21px; margin: 20px 0 25px 0; }
.contect_search { width: 100%; }
.consultation-health { padding: 60px 0; min-height: 519px; }
.consultation-health:after { min-height: 519px; }
.social_media li:last-child { font-size: 16px; }
.search_contect { padding: 35px 0; height: 266px; }
.search_contect .search_txt .search { font-size: 24px; padding: 22px 83px 22px 45px; }
.header-logo a { width: 235px; }
body.mmh .credited-education-img {
margin: 15px 0;
}
/*<<<<=======================footer css style starts here==========================>>>*/
.footer-main { padding: 35px 0; }
.ftr-logo a { width: 100%; }
.footer-main .left-sec { padding-left: 10px; }
.contact_text { padding: 8px 0 0 0; }
.social_media li a { font-size: 15px; }
.social_media li span img { margin-right: 8px; }
.ftr-project_teach span { font-size: 12px; }
.ftr-project_teach h6 { letter-spacing: 1.5px; }
.about_menu li a { letter-spacing: 0; }
.ftr-project_teach p { padding-right: 10px; padding-bottom: 15px; }
.ftr-project_teach span { padding-top: 10px; }
.ftr-logo p { font-size: 7px; }
.health-logo p { font-size: 7px; }
/*<<<<=======================footer css style end here==========================>>>*/
.consultations h3 { line-height: 2rem !important; margin: 25px 0 10px 0; }
.consultations p { line-height: 1.8rem; }
/*<<<<=======================index page css style end here==========================>>>*/
/*<<<<=======================clinical-rating page style starts here==========================>>>*/
.pairagraph-txt { padding: 7px 0 60px 0; }
/*<<<<=======================clinical-rating page style end here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.get-involved-block .consultation-health { padding: 120px 0 99px 0; min-height: 430px; }
.get-involved-block .consultation-health:after { min-height: 430px; }
.project-services { padding: 45px 0 30px 0; }
.service-txt p { padding: 20px 0 10px 0; line-height: 2rem; }
.project-services h2 { font-size: 36px !important; line-height: 2.5rem !important; margin-bottom: 35px; }
.project-services .col-xs-12 { padding-bottom: 15px; }
.pediatricp-primary { padding: 35px 0 45px 0; }
.list-primary { padding: 20px 0 0 0; }
.list-primary .col-sm-6 { padding-bottom: 15px; }
.service-txt .number { font-size: 36px; }
.service-txt .number { height: 80px; width: 80px; line-height: 5.1rem; }
.project-services [class^="col-"]:nth-of-type(4n+1) { clear: none; }
.project-services [class^="col-"]:nth-of-type(2n+1) { clear: both; }
.pediatricp-primary h2 { font-size: 36px !important; line-height: 2.5rem !important; padding: 0 10px; }
.consultation-health .improve-health h2 { font-size: 36px !important; line-height: 2.5rem !important; }
.get-involved-block .improve-health p { line-height: 1.8rem; font-size: 24px; padding: 9px 0 30px 0; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.consultation_map { padding: 0 0 20px 0 }
.consultation_text { padding: 45px 0; }
/*<<<<=======================consultation page css style starts here==========================>>>*/
/*<<<<=======================about page style starts here==========================>>>*/
.program-funded { padding: 58px 0; min-height: 690px; }
.vision-mission-block { padding: 45px 0; }
.our-vision-txt { padding: 0; }
.our-mission-txt { padding: 0; }
.our-mission-txt p { padding-right: 0; padding-bottom: 0; }
.our-vision-txt p { padding-right: 0; padding-bottom: 0; }
.program-funded h2 br { display: none; }
.about_block .primary-providers { padding: 50px 0 30px 0; }
.cordination-region { min-height: auto; padding: 50px 0; }
.program-funded h2 { padding: 0 15px; font-size: 36px !important; margin: 25px 0 30px 0; line-height: 2.5rem !important; }
.program-funded p { padding: 0 15px 35px 15px; }
.cordination-txt h2 { font-size: 36px !important; line-height: 2.5rem !important; }
/*<<<<=======================about page css style starts here==========================>>>*/
/*<<<<=======================clinical-rating page style starts here==========================>>>*/
.pairagraph-txt { padding: 7px 0 50px 35px; }
.aggression-block table th { padding: 0 10px 13px 10px; }
table tr td:first-child { padding: 25px 10px 20px 25px; }
.aggression-block table td.aggression { padding: 25px 10px 20px 30px; }
/*<<<<=======================clinical-rating page style end here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.region_txt h2 { font-size: 25px !important; margin-bottom: 0; }
.region_txt h2 a { font-size: 25px !important; }
.university_txt li { font-size: 24px; }
.region_txt .btn { letter-spacing: 0; padding: 24px 30px; }
.region-block { padding: 25px 0 30px 0; }
.university_txt { margin: 0px 0 24px 0; }
.region-block-2 { padding: 25px 0 30px 0; }
.region-block-3 { padding: 25px 0 30px 0; }
.region-block-3 .university_txt { margin: 0px 0 24px 0; }
.region-block-3 .university_txt li { margin-bottom: 15px; }
.region-block-3 .university_txt li br { display: none; }
.region-block-2 .region_map { padding: 0; }
.region-block-3 .region_map { padding: 0; }
.content_tbd_block { padding: 130px 0; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
.content-time h3, .cover-event h3 { line-height: 1.2 !important; font-size: 20px !important; margin-bottom: 18px; }
.content-time li { width: 100%; padding: 0; margin-bottom: 20px; }
.content-time ul { margin: 0; }
.event-block .banner-text h1 { font-size: 31px !important; line-height: 1.2 !important; }
.event-schedule { width: 360px; }
.event-schedule a.btn { width: 310px; }
.event-schedule p { font-size: 22px; color: #fff; padding: 20px 0 50px 0; line-height: 1.4; }
.event-overview p { font-size: 23px; color: #2c2c2c; line-height: 1.4; padding: 0 20px 25px; }
.box-height, .box-height1 { height: 100% !important; }
.faculty-info { padding: 30px 40px 30px }
.our-team ul li { width: 50%; }
.info-bio h3 { font-size: 24px; color: #fff; font-weight: 700; line-height: 1 !important; }
.cme-info-inner { background: #F8F8F8; height: 100%; padding: 37px; }
.cme-info-block h2 { font-size: 30px !important; line-height: 1.2 !important; }
.cover-event .btn-cover .btn { padding: 12px 0 !important; }
.cover-event br { display: none; }
.cover-event { padding: 30px 25px 30px; }
.cover-event .btn-cover .btn { padding: 12px 0px; font-size: 14px; }
}
/*------------mobile landscape view------*/
@media (min-width:768px) {
.dropdown .dropdown-menu {
color: #3a0e79;
}
/* .dropdown .dropdown-menu { background: #7bbf44; text-align: center; border-radius: 0; border: none; -webkit-transition: all 0.7s; -moz-transition: all 0.7s; -ms-transition: all 0.7s; -o-transition: all 0.7s; transition: all 0.7s; position: fixed; top: auto; left: auto; float: none; width: 100%; padding: 0; max-height: 0; opacity: 1; display: block; overflow: hidden; } */
/* .dropdown:hover > .dropdown-menu { display: block; max-height: 300px; opacity: 1; } */
.dropdown .dropdown-menu > li { display: inline-block; }
.dropdown-menu > li > a { font-weight: 600 !important; color: #555 !important; font-weight: 600; padding: 15px; text-align:center; text-transform: uppercase; }
.dropdown-menu > li > a:hover { color: #039fda !important; background: none !important; }
.dropdown-menu > li.active > a { color: #3a0e79 !important; background: none !important; }
}
@media (max-width:767px) {
.main .left-panel { float: none; width: 100% }
.pf-resources-video-row { display: block; }
body.parent-and-family-page .view-all { margin-bottom:32px; }
.main aside { float: none; width: 92%; }
.enumenu_ul { display: none; }
.menu-block { height: auto; }
body.mmh .img-wrapper { justify-content:center; }
body.mmh .img-wrapper img { width:100%; }
body.mmh .credit-badge { right:auto; }
body.mmh .img-wrapper { max-width:400px; margin:0 auto;}
body .video-text {max-width:400px; margin:0 auto; }
.menu-icon { display: block; position: absolute; right: 0; top: -49px; }
.services-detail a.pba-detail { border-bottom: 2px solid #d3d9da; }
.header-main .navbar { border: 0; }
.header-main .navbar .nav > li { padding: 0; margin: 10px 0; }
.header-main .navbar .dropdown-menu { background: #fff; padding: 0; }
.header-main .navbar .dropdown-menu a { font-weight: 600; color: #3a0e79 !important; font-family: "museo-sans", sans-serif; letter-spacing: .5px; }
.header-main .navbar > li { width: 100%; margin: 0 0 10px 0 !important; padding: 0px; text-align: center; }
.header-main .navbar > li:last-child { margin-bottom: 0 !important; }
.header-main .navbar > li > a { text-align: center; padding: 8px; color: #fff; }
.navbar-nav { margin: 0; }
.header-main .navbar li a { font-size: 14px !important; padding: 0; text-align: center; color: #fff !important; }
.header-main .navbar li a:hover { color: #3a0e79 !important; }
.header-main .navbar > li:hover > a, .enumenu_ul > li.active > a { color: #3a0e79; }
.header-main .navbar { margin: 0 auto; background-color: #039fda; z-index: 999; }
.header-main .navbar > li ul { background: #D1D1D1; }
.header-main .navbar > li ul a { text-align: center; display: block; text-align: center; color: #000; padding: 5px 0; }
.header-main .navbar .nav > li > a:after { background-color: none; height: 0; position: relative; }
/* Push Menu */
body.menuslide_push { position: relative; }
body.menuslide_push.slidemenuLeft { left: 0; transition: left 0.5s; -webkit-transition: left 0.5s; -moz-transition: left 0.5s; -ms-transition: left 0.5s; -o-transition: left 0.5s; }
body.menuslide_push.slidemenuRight { right: 0; transition: right 0.5s; -webkit-transition: right 0.5s; -moz-transition: right 0.5s; -ms-transition: right 0.5s; -o-transition: right 0.5s; }
body.slidemenuRight .enumenu_ul { right: -300px; }
body.slidemenuRight.menu-open .enumenu_ul { right: 0; }
body.slidemenuLeft .enumenu_ul { left: -300px; }
body.slidemenuLeft.menu-open .enumenu_ul { left: 0; }
body.menuslide_push.slidemenuLeft.menu-open { left: 300px }
body.menuslide_push.slidemenuRight.menu-open { right: 300px }
body.menuslide_push .enumenu_ul, body.menuOverlap .enumenu_ul { background: #fff none repeat scroll 0 0; display: block; height: 100%; max-height: 100%; width: 100%; overflow: auto; position: fixed; transition: all 0.5s ease 0s; max-width: 300px; top: 0; z-index: 999; padding-top: 30px; }
/*<<<<=======================comman css style starts here==========================>>>*/
h1 { font-size: 42px !important; }
.traning .btn { padding: 20px 43px !important; font-size: 14px !important; }
.btn {font-size:14px;}
/*<<<<=======================comman css style starts here==========================>>>*/
/*<<<<=======================header css style starts here==========================>>>*/
.header-logo { text-align: center; }
.header-logo a { text-align: left; }
.header-logo a img { width: 280px; text-align: left; }
.search_box { padding: 10px 0 0 0; text-align: left; float: right; }
.header-main { padding: 14px 0 0 0; }
.search_box li:first-child { width: 225px; }
/*<<<<=======================header css style end here==========================>>>*
/*<<<<=======================footer css style starts here==========================>>>*/
.footer-main { padding: 40px 0; }
.footer-main .left-sec{text-align: center;}
.ftr-logo a { width: 50%; }
.ftr-logo { margin: 0 0 25px 0; }
.ftr-logo a p { font-size: 7px !important; line-height: 0.6rem !important; }
.health-logo a { width: 50%; }
.health-logo a p { font-size: 7px !important; line-height: 0.7rem !important; }
.ftr-project_teach { padding: 40px 15px 0 15px; text-align: center;}
.ftr-project_teach p { padding: 0 0 15px 0; font-size: 18px; }
.ftr-project_teach span { padding: 15px 0 0 0; display: none; }
.contact_text { padding: 40px 15px 0 15px; text-align: center;}
.social_media li { margin-bottom: 15px; }
.health-logo span { padding-left: 70px; padding-bottom: 5px; }
.ftr-copy-txt .row { display: block; }
.ftr-copy-txt .row .copy_txt { font-size: 12px; text-align: center;}
/*<<<<=======================footer css style end here==========================>>>*
/*<<<<=======================index page css style starts here==========================>>>*/
.better_health-block .banner .banner-text p { width: 75% }
.better_health-block .banner .banner-text img { width:20%; }
.better_health-block .banner .banner-text .btn { margin: 0 auto; display: block; width: 225px; }
.better_health-block .banner { min-height: 389px; }
.better_health-block .banner .banner-text .btn_get { padding: 15px 40px !important; font-size: 14px; }
.better_health-block .banner .banner-text h1 { font-size: 45px; }
.consultations .btn-call { width: 180px; padding: 15px 20px !important; }
.consultations h3 { margin: 15px 0 10px 0; line-height: 2rem !important; }
.consultation-health { height: auto; padding: 10% 0; }
.consultation-health .improve-health { padding: 0 15px 0 15px; }
.consultation-health:after { height: 100%; }
.get-involved { padding: 30px 0; }
.involved_text p { padding: 0 0 20px 0; line-height: 2rem; }
.involved_text span { line-height: 1.3rem; font-size: 18px; }
.involved_text .btn-see { padding: 14px 45px; font-size: 14px; }
.involved_text span { margin: 15px 0 20px 0; }
.involved_map { padding: 25px 20px 0; }
.search_contect { height: auto; padding: 20px 0 35px 0; }
.consultation-health .improve-health .btn-contect { padding: 15px 45px; font-size: 14px; }
.search_contect .search_txt h2 { font-size: 36px !important; margin-bottom: 15px; }
.consultation-health { min-height: 424px; padding: 4% 0 6% 0; }
.consultation-health:after { min-height: 424px; }
.search_contect .search_txt .search { font-size: 22px; padding: 20px 83px 20px 45px; }
.search_contect .search_txt .search-submit { width: 50px; height: 50px; }
/*<<<<=======================index page css style end here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.get-involved-block .consultation-health { padding: 70px 0 50px 0; min-height: 328px; }
.get-involved-block .consultation-health:after { min-height: 328px; }
.get-involved-block .improve-health p { padding: 0 0 25px 0; }
.primary-txt { padding: 25px 0 20px 0; height: auto !important; }
.primary-txt figcaption p { padding: 0 0 20px 0; }
.btn-learn { font-size: 14px; padding: 15px 45px; }
.primary-txt figcaption .btn { font-size: 14px; padding: 15px 40px; }
.pediatricp-primary p { padding: 6px 15px 20px 15px; }
.list-primary .col-md-3:last-child p { padding: 0 0 42px 0; }
.primary-txt figcaption { padding: 20px 10px 0 10px; }
.project-services { padding: 45px 0 30px 0; }
.service-txt p { padding: 10px 10px 0 10px; }
.content_tbd_block { padding: 50px 0; }
.content_tbd_block .content-txt p { padding: 0 0 15px 0; }
.project-services h2 { font-size: 30px !important; line-height: 2.1rem !important; margin-bottom: 30px; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================clinical-rating page style starts here==========================>>>*/
.aggression-block { padding: 25px 0 35px 0; }
.pairagraph-txt { padding: 7px 0 30px 0; }
.aggression-block table td.aggression { font-size: 14px; }
.aggression-block table td { font-size: 13px; }
.aggression-block table th { font-size: 12px; }
.aggression-block table td.aggression { padding: 15px; }
table tr td:first-child { padding: 15px 15px 15px 10px }
/*<<<<=======================clinical-rating page style end here==========================>>>*/
/*<<<<=======================about page style starts here==========================>>>*/
.care-provide_list li { width: 100%; }
.care-provide_list li p { padding: 10px 0 10px 0; }
.care-provide_list { padding: 25px 0 0 0; }
.cordination-region p { padding-bottom: 20px; }
.cordination-region h2 { margin: 0 0 10px 0; font-size: 30px !important; line-height: 2.1rem !important; }
.reginal_provader { padding-top: 25px; }
.vision-mission-block h2 { margin: 0 0 10px 0; font-size: 30px !important; line-height: 2.1rem !important; }
.our-mission-txt { padding-top: 20px; }
.vision-mission-block { padding: 40px 0; }
.primary-providers h2 { padding: 0 15px 0 15px; font-size: 36px !important; line-height: 2.7rem !important; }
.program-funded h2 { font-size: 30px !important; line-height: 2.1rem !important; margin: 30px 0 20px 0; }
.program-funded { min-height: 550px; }
/*<<<<=======================about page css style starts here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.region_list { padding: 10px 0 0 0px; }
.consultation_map .btn { line-height: 1.4rem; }
.region_list .regio_1 h6 span { font-size: 20px; margin: 15px 0 6px 0; }
.region_list .regio_2 h6 span { font-size: 20px; margin: 15px 0 6px 0; }
.region_list .regio_3 h6 span { font-size: 20px; margin: 15px 0 6px 0; }
.region_list li a, .region_list li span { font-size: 18px; }
/*<<<<=======================consultation page style end here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.region-block { padding: 0 0 20px 0; }
.region_txt { padding: 20px 0 20px 0; }
.region-block-3 .region_txt { padding: 20px 0; }
.region_txt .btn { padding: 20px 40px !important; }
.region_txt h2 { font-size: 21px !important; }
.region_txt h2 a { font-size: 21px !important; }
.region-block-2 .university_txt { margin: 0 0 20px 0; }
.region-block-3 .university_txt li { line-height: 2rem; margin: 0 0 10px 0; }
.university_txt li { margin-bottom: 10px; }
.project_txt { padding: 25px 0; }
.project_txt p { padding: 0 0 0 35px; }
.enumenu_ul li a::after { display: none }
#google_translate_element .goog-te-gadget-simple { background-color: transparent; border-width: 0; cursor: pointer; display: block; font-size: 10pt; height: 100%; padding-bottom: 2px; padding-top: 1px; width: 100%; }
.search_box #google_translate_element { font-size: 0; height: 42px; position: absolute; right: 14px; text-indent: -9999px; top: 22px; width: 18%; z-index: 0; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
/* Place the timelime to the left */
.timeline::after { left: 20px; }
/* Full-width containers */
.time-box { width: 100%; padding-left: 40px; padding-right: 0; margin-top: 0; }
/* Make sure that all arrows are pointing leftwards */
.time-box::before { left: 60px; border: medium solid white; border-width: 10px 10px 10px 0; border-color: transparent white transparent transparent; }
/* Make sure all circles are at the same spot */
.left::after, .right::after { left: 10px; top: 32px; }
/* Make all right containers behave like the left ones */
.right { left: 0%; }
.btn-cover { text-align: left; }
.sec-title span { font-size: 16px; }
.sec-title { padding: 33px 0; }
.sec-title h2 { margin-bottom: 25px; }
.timecover { padding: 0 15px; }
.addcover { margin-bottom: 14px; }
.event-overview p { font-size: 23px; color: #2c2c2c; line-height: 1.4; padding: 10px 30px 30px; height: 100% !important }
.event-schedule { position: relative; width: 100%; padding-top: 30px; padding-bottom: 10px; }
.event-schedule p { font-size: 22px; color: #fff; padding: 20px 0 17px 0; line-height: 1.4; }
.event-block .banner { height: 100%; }
.event-block .banner .banner-text { padding-top: 21px; }
.event-block .banner-text h1 { font-size: 26px !important; line-height: 1.2 !important; }
.social-media { margin-top: 18px; padding-top: 20px; padding-bottom: 10px; }
.event-schedule a.btn { width: 270px; }
.event-overview { text-align: center; padding-top: 70px; padding-bottom: 34px; }
.cme-info-inner { background: #F8F8F8; height: 100%; padding: 20px; }
.owl-prev { width: 40px; height: 40px; left: -20px; }
.owl-next { width: 40px; height: 40px; right: -20px; }
.match-height{ height:auto!important; }
}
@media (max-width:640px) {
/*<<<<=======================comman css style starts here==========================>>>*/
h1 { font-size: 36px !important; line-height: 2.5rem !important; }
.search_contect .search_txt .search { padding: 15px 59px 15px 20px; font-size: 18px; }
.search_contect .search_txt .search-submit:before { right: 11px; background-size: 18px; width: 18px; height: 18px; }
.search_contect .search_txt .search-submit { width: 40px; height: 40px; right: 15px; }
/*<<<<=======================comman css style starts here==========================>>>*/
/*<<<<=======================consultation page style starts here==========================>>>*/
.region_list li { width: 100%; margin-bottom: 20px; }
.region_list .regio_1 h6 { margin: 10px 0 0 0; }
.consultation_map .btn { padding: 18px 20px 17px 20px !important; letter-spacing: 0; }
.consultation_text { padding: 50px 0 30px 0; }
/*<<<<=======================consultation page css style starts here==========================>>>*/
.our-team ul li { list-style: none; width: 100%; float: left; position: relative; cursor: pointer; }
.cme-info-block { width:100%;}
}
/*------------mobile portrait view------*/
/*----------optional css------*/
@media (max-width:480px) {
/*<<<<=======================comman css style starts here==========================>>>*/
h2 { font-size: 24px !important; line-height: 1.8rem !important; }
.search_contect .search_txt h2 { font-size: 24px !important; margin-bottom: 10px; }
.ftr-logo a { width: 69%; }
.health-logo a { width: 69%; }
/*<<<<=======================comman css style starts here==========================>>>*/
/*<<<<=======================header css style starts here==========================>>>*/
.header-main { padding: 14px 0 14px 0; }
.header-logo a img { width: 250px; }
.menu-icon { top: -52px; }
.menu-icon .menu-box { width: 40px; }
.search_box .btn-translate { font-size: 13px; padding: 10px 20px; }
.search_box li:first-child { width: 193px; margin-right: 8px; }
.search_box li { vertical-align: top; }
.search_box li:first-child .search_submit { height: 20px; width: 20px; }
.search_box .search-field { font-size: 14px; padding: 10px 35px 10px 15px; }
.search_box { padding: 6px 0 0 0; }
.search_contect { padding: 20px 0 25px 0; }
/*<<<<=======================header css style end here==========================>>>*/
/*<<<<=======================index page css style starts here==========================>>>*/
.consultation-health { padding: 6% 0; min-height: 365px; }
.consultation-health:after { min-height: 365px; }
.consultation-health .improve-health p { padding: 0 0 20px 0; }
.consultation-health .improve-health h5 { font-size: 20px; line-height: 1.5rem; margin: 10px 0; }
.consultations h3 { font-size: 20px !important; line-height: 1rem !important; }
/*<<<<=======================index page css style end here==========================>>>*/
/*<<<<=======================footer css style starts here==========================>>>*/
.ftr-project_teach h6 { font-size: 18px; margin-bottom: 10px; }
/*<<<<=======================footer css style end here==========================>>>*/
/*<<<<=======================get-involved-block page style starts here==========================>>>*/
.get-involved-block .consultation-health { padding: 50px 0 40px 0; min-height: 288px; }
.get-involved-block .consultation-health:after { min-height: 288px; }
.get-involved-block .improve-health p { padding: 0 0 25px 0; line-height: 1.3rem !important; }
.list-primary { padding: 20px 0 0 0; }
.primary-txt figcaption h6 { font-size: 20px; margin-bottom: 10px; }
.list-primary .col-md-3:last-child p { padding: 0 0 40px 0; }
.project-services h2 { font-size: 24px !important; margin-bottom: 20px; line-height: 1.8rem !important; }
.content_tbd_block { padding: 35px 0; }
.pediatricp-primary h2 { font-size: 24px !important; line-height: 1.8rem !important; margin-bottom: 5px; }
.consultation-health .improve-health h2 { font-size: 25px !important; line-height: 1.8rem !important; }
/*<<<<=======================get-involved-block page style end here==========================>>>*/
/*<<<<=======================clinical-rating page style starts here==========================>>>*/
.aggression-block .table-box { overflow-x: scroll; overflow-y: hidden; }
/*<<<<=======================clinical-rating page style end here==========================>>>*/
/*<<<<=======================about page style starts here==========================>>>*/
.program-funded p { padding-bottom: 20px; }
.program-funded a img { width: 270px; }
.program-funded h2 { margin: 20px 0; font-size: 24px !important; line-height: 1.6rem !important; }
.cordination-region h2 { font-size: 24px !important; line-height: 1.6rem !important; }
.primary-providers h2 { font-size: 24px !important; line-height: 1.6rem !important; }
.care-provide_list { padding: 15px 0 0 0; }
.vision-mission-block h2 { font-size: 24px !important; line-height: 1.6rem !important; margin: 0 0 5px 0; }
.vision-mission-block { padding: 30px 0; }
.program-funded { min-height: 450px; padding: 35px 0; }
/*<<<<=======================about page css style starts here==========================>>>*/
/*<<<<=======================Regional Providers page style starts here==========================>>>*/
.university_txt li { font-size: 20px; margin-bottom: 10px; }
#google_translate_element .goog-te-gadget-simple { background-color: transparent; border-width: 0; cursor: pointer; display: block; font-size: 10pt; height: 100%; padding-bottom: 2px; padding-top: 1px; width: 100%; }
.search_box #google_translate_element { font-size: 0; height: 39px; position: absolute; right: 15px; text-indent: -9999px; top: 10px; width: 27%; z-index: 0; }
/*<<<<=======================Regional Providers page style end here==========================>>>*/
.submenu ul li a { font-size: 17px; }
.submenu ul li { display: inline-block; margin-right: 16px; }
.cme-info-block { float: none; width: 100%; margin-bottom: 0; }
.cme-info-block h2 { font-size: 24px !important; line-height: 1.2 !important; }
.map-directions a.btn { padding: 20px 15px !important; font-size: 12px !important; }
}
@media (max-width:360px) {
/*<<<<=======================header css style starts here==========================>>>*/
.header-logo a img { width: 200px; }
.menu-icon { top: -48px; }
/*<<<<=======================header css style end here==========================>>>*/
/*<<<<=======================footer css style starts here==========================>>>*/
.ftr-logo a { width: 80%; }
.health-logo a { width: 80%; }
.about_menu li { margin-right: 4px; }
.about_menu li a { font-size: 10px; }
.ftr-project_teach span { font-size: 10px; padding: 10px 0 0 0; }
/*<<<<=======================footer css style end here==========================>>>*/
.search_contect .search_txt .search { padding: 12px 59px 12px 20px; }
.search_contect .search_txt .search-submit:before { right: 9px; background-size: 16px; }
.search_contect .search_txt .search-submit { width: 35px; height: 35px; right: 15px; }
.search_box li:first-child { width: 155px; }
} | 0.154951 | 0.094594 |
html{
font-family: 'Raleway', sans-serif;
}
/* table#summary_table.dataTable tbody tr:hover {
background-color: #ffa;
}
table#summary_table.dataTable thead:hover {
background-color: #ffa;
} */
td.details-control {
background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}
span.tag.is-success {
display: grid;
text-align: center;
}
span.tag.is-danger {
display: grid;
text-align: center;
}
article.message.is-info > div:first-child.message-header {
background-color: #417da7;
}
/* article.message.is-primary > div:first-child.message-header {
background-color: #50c3b2;
} */
/* table#metrics_checkboxes {
display: inline-block;
} */
/* radar chart style */
.radar-chart .area {
fill-opacity: 0.4;
}
.radar-chart.focus .area {
fill-opacity: 0.3;
}
.radar-chart.focus .area.focused {
fill-opacity: 0.9;
}
.radar-chart .axis .legend {
font-size: 16px;
}
.area.failure,
.failure .circle {
fill: #f13;
stroke: none;
}
.area.success,
.success .circle {
fill: #3a4;
stroke: none;
}
section.sticky {
position: sticky;
display: inline-block;
vertical-align: top;
max-height: max-content;
overflow-y: auto;
top: 0;
bottom: 0;
}
td.vcenter {
vertical-align: middle;
}
td.hcenter {
text-align: center;
}
.message.is-primary .message-body{
border-color: #00d1b2!important;
color: #00947e!important;
}
.message.is-link .message-body{
border-color: #3273dc!important;
color: #3850b7!important;
}
.progress::-webkit-progress-value {
transition: width 0.5s ease;
}
.message a:not(.button):not(.tag) {
text-decoration: none!important;
}
#section-BioSchemas {
padding: 1.5rem!important;
}
#section-LinkedData {
padding: 1.5rem!important;
}
#section-Annot {
padding: 1.5rem!important;
}
/* GRAPH Display */
.node {
stroke: #fff;
fill:#ddd;
stroke-width: 1.5px;
}
.link {
stroke: #999;
stroke-opacity: .6;
stroke-width: 1px;
}
marker {
stroke: #999;
fill:rgba(124,240,10,0);
}
.node-text {
font: 11px sans-serif;
fill:black;
}
.link-text {
font: 9px sans-serif;
fill:grey;
}
svg{
border:1px solid black;
}
/* END Graph Display */ | static/css/app.css | html{
font-family: 'Raleway', sans-serif;
}
/* table#summary_table.dataTable tbody tr:hover {
background-color: #ffa;
}
table#summary_table.dataTable thead:hover {
background-color: #ffa;
} */
td.details-control {
background: url('http://www.datatables.net/examples/resources/details_open.png') no-repeat center center;
cursor: pointer;
}
tr.shown td.details-control {
background: url('http://www.datatables.net/examples/resources/details_close.png') no-repeat center center;
}
span.tag.is-success {
display: grid;
text-align: center;
}
span.tag.is-danger {
display: grid;
text-align: center;
}
article.message.is-info > div:first-child.message-header {
background-color: #417da7;
}
/* article.message.is-primary > div:first-child.message-header {
background-color: #50c3b2;
} */
/* table#metrics_checkboxes {
display: inline-block;
} */
/* radar chart style */
.radar-chart .area {
fill-opacity: 0.4;
}
.radar-chart.focus .area {
fill-opacity: 0.3;
}
.radar-chart.focus .area.focused {
fill-opacity: 0.9;
}
.radar-chart .axis .legend {
font-size: 16px;
}
.area.failure,
.failure .circle {
fill: #f13;
stroke: none;
}
.area.success,
.success .circle {
fill: #3a4;
stroke: none;
}
section.sticky {
position: sticky;
display: inline-block;
vertical-align: top;
max-height: max-content;
overflow-y: auto;
top: 0;
bottom: 0;
}
td.vcenter {
vertical-align: middle;
}
td.hcenter {
text-align: center;
}
.message.is-primary .message-body{
border-color: #00d1b2!important;
color: #00947e!important;
}
.message.is-link .message-body{
border-color: #3273dc!important;
color: #3850b7!important;
}
.progress::-webkit-progress-value {
transition: width 0.5s ease;
}
.message a:not(.button):not(.tag) {
text-decoration: none!important;
}
#section-BioSchemas {
padding: 1.5rem!important;
}
#section-LinkedData {
padding: 1.5rem!important;
}
#section-Annot {
padding: 1.5rem!important;
}
/* GRAPH Display */
.node {
stroke: #fff;
fill:#ddd;
stroke-width: 1.5px;
}
.link {
stroke: #999;
stroke-opacity: .6;
stroke-width: 1px;
}
marker {
stroke: #999;
fill:rgba(124,240,10,0);
}
.node-text {
font: 11px sans-serif;
fill:black;
}
.link-text {
font: 9px sans-serif;
fill:grey;
}
svg{
border:1px solid black;
}
/* END Graph Display */ | 0.421671 | 0.081996 |
.login-form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: white;
margin-top: 70px;
}
.login-form .cgu {
font-size: 12px;
color: #999999;
margin-bottom: 35px;
width: 95%;
}
.login-form .container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
width: 90%;
background-color: #fff;
border-radius: 4px;
padding: 50px 0 70px 0;
}
.login-form .container > div {
width: 90%;
}
.login-form h2 {
display: flex;
justify-content: center;
font-family: "Maison Neue";
font-size: 24px;
line-height: 32px;
margin-bottom: 30px;
}
.login-form form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 270px;
background-color: white;
}
.login-form input:not([type="checkbox"]) {
margin-bottom: 35px;
font-size: inherit;
color: #111111;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
.login-form .signup-text {
display: flex;
justify-content: center;
margin-top: 15px;
text-decoration: none;
color: #09aeb8;
text-align: center;
font-size: 12px;
cursor: pointer;
}
.login-form .error-message {
color: red;
height: 10px;
margin-top: 40px;
text-align: center;
}
.login-form svg {
position: absolute;
top: 20px;
right: 30px;
font-size: 18px;
color: #9f9f9f;
cursor: pointer;
}
.login-form input[type="submit"] {
border: none;
background-color: #09aeb8;
color: #fff;
border-radius: 4px;
padding: 12px 15px;
outline: none;
cursor: pointer;
margin-bottom: 10px;
}
.input-modal,
.input-error {
border: none;
outline: none;
color: black;
padding-bottom: 9px;
}
.input-modal {
border-bottom: 1px solid #e1e1e1;
}
.input-error {
border-bottom: 1px solid red;
}
.newsletter {
display: flex;
width: 95%;
justify-content: flex-start;
margin-bottom: 20px;
align-items: center;
}
.newsletter input {
transform: scale(2);
margin-right: 20px;
margin-top: 10px;
}
.newsletter {
font-size: 16px;
line-height: 13.3px;
color: #666666;
} | src/containers/SignUp/index.css | .login-form {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: white;
margin-top: 70px;
}
.login-form .cgu {
font-size: 12px;
color: #999999;
margin-bottom: 35px;
width: 95%;
}
.login-form .container {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
position: relative;
width: 90%;
background-color: #fff;
border-radius: 4px;
padding: 50px 0 70px 0;
}
.login-form .container > div {
width: 90%;
}
.login-form h2 {
display: flex;
justify-content: center;
font-family: "Maison Neue";
font-size: 24px;
line-height: 32px;
margin-bottom: 30px;
}
.login-form form {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
width: 270px;
background-color: white;
}
.login-form input:not([type="checkbox"]) {
margin-bottom: 35px;
font-size: inherit;
color: #111111;
width: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
}
.login-form .signup-text {
display: flex;
justify-content: center;
margin-top: 15px;
text-decoration: none;
color: #09aeb8;
text-align: center;
font-size: 12px;
cursor: pointer;
}
.login-form .error-message {
color: red;
height: 10px;
margin-top: 40px;
text-align: center;
}
.login-form svg {
position: absolute;
top: 20px;
right: 30px;
font-size: 18px;
color: #9f9f9f;
cursor: pointer;
}
.login-form input[type="submit"] {
border: none;
background-color: #09aeb8;
color: #fff;
border-radius: 4px;
padding: 12px 15px;
outline: none;
cursor: pointer;
margin-bottom: 10px;
}
.input-modal,
.input-error {
border: none;
outline: none;
color: black;
padding-bottom: 9px;
}
.input-modal {
border-bottom: 1px solid #e1e1e1;
}
.input-error {
border-bottom: 1px solid red;
}
.newsletter {
display: flex;
width: 95%;
justify-content: flex-start;
margin-bottom: 20px;
align-items: center;
}
.newsletter input {
transform: scale(2);
margin-right: 20px;
margin-top: 10px;
}
.newsletter {
font-size: 16px;
line-height: 13.3px;
color: #666666;
} | 0.353763 | 0.06028 |
@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100&display=swap');
* {
font-family:'Advent Pro', 'Trebuchet MS', sans-serif;
}
html {
height: 100%;
background-color: #fbc3ad;
}
body {
margin: 0% 10% 0% 10%;
}
header {
height: 10%;
padding-left: 10%;
padding-right: 10%;
box-shadow: 3px 4px 2px #08353d;
margin-bottom: 2%;
background-color: #f3f8f2ee;
}
main {
background-color: #f3f8f2ee;
box-shadow: 3px 4px 2px #08353d;
min-width: 300px;
}
a {
color: #62bfed;
padding-right: 2%;
text-decoration: none;
font-weight: bolder;
}
a:hover {
color: #08353d;
}
.centralizar {
text-align: center;
margin-top: 2%;
}
.direita {
float: right;
}
#title {
font-size: 5em;
margin: 0% 0% 2% 0%;
color: #62bfed;
}
.title {
font-size: 3em;
margin: 2% 0% 2% 0%;
color: #62bfed;
}
.title-dois {
font-size: 1.9em;
color: #62bfed;
}
#menu-opt {
font-size: 2em;
}
.marg {
margin-left: 0.2%;
margin-right: 0.2%;
}
.image-big {
width: 50%;
height: 50%;
margin-left: 0.5%;
margin-right: 0.5%;
margin-top: 0.5%;
max-height: 60vh;
max-width: 60vh;
}
.image-icon {
margin-top: 0.5%;
max-height: auto;
max-width: auto;
}
section {
display: flex;
flex-direction: row;
color: #08353d;
}
.borda {
border-color: #08353d;
border-width: 2px;
border-style: solid
}
.image-art {
width: 60%;
height: 60%;
margin-left: 0.5%;
margin-right: 0.5%;
margin-top: 0.5%;
max-height: 75vh;
max-width: 110vh;
display: block;
margin-right: auto;
margin-left: auto;
}
article {
text-align: center;
display: inline;
}
p {
margin-left: 2%;
margin-right: 2%;
font-weight: bolder;
font-size: calc(1em + 0.5vw);
color: #08353d;
text-align: justify;
}
aside {
margin-bottom: 1.5%;
}
.container {
padding-top: 0.5%;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap:wrap;
max-width: 1010px;
margin: auto;
}
form {
display: flex;
flex-direction: column;
align-items: center;
}
input {
font-style: normal;
font-weight: bolder;
color: #08353d;
margin-top: 0.24%;
}
input[type=text] {
width: 30%
}
footer {
text-align: center;
margin-top: 2%;
background-color: #D5E5F0;
border-top: 1px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-color: #08353d;
border-style:groove;
}
.display {
display: block;
}
h3 {
margin: 0%;
margin-bottom: 1.2%;
color: #08353d;
text-align: center;
}
.footer {
margin-bottom: 0.5%;
} | projeto001/style.css | @charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Advent+Pro:wght@100&display=swap');
* {
font-family:'Advent Pro', 'Trebuchet MS', sans-serif;
}
html {
height: 100%;
background-color: #fbc3ad;
}
body {
margin: 0% 10% 0% 10%;
}
header {
height: 10%;
padding-left: 10%;
padding-right: 10%;
box-shadow: 3px 4px 2px #08353d;
margin-bottom: 2%;
background-color: #f3f8f2ee;
}
main {
background-color: #f3f8f2ee;
box-shadow: 3px 4px 2px #08353d;
min-width: 300px;
}
a {
color: #62bfed;
padding-right: 2%;
text-decoration: none;
font-weight: bolder;
}
a:hover {
color: #08353d;
}
.centralizar {
text-align: center;
margin-top: 2%;
}
.direita {
float: right;
}
#title {
font-size: 5em;
margin: 0% 0% 2% 0%;
color: #62bfed;
}
.title {
font-size: 3em;
margin: 2% 0% 2% 0%;
color: #62bfed;
}
.title-dois {
font-size: 1.9em;
color: #62bfed;
}
#menu-opt {
font-size: 2em;
}
.marg {
margin-left: 0.2%;
margin-right: 0.2%;
}
.image-big {
width: 50%;
height: 50%;
margin-left: 0.5%;
margin-right: 0.5%;
margin-top: 0.5%;
max-height: 60vh;
max-width: 60vh;
}
.image-icon {
margin-top: 0.5%;
max-height: auto;
max-width: auto;
}
section {
display: flex;
flex-direction: row;
color: #08353d;
}
.borda {
border-color: #08353d;
border-width: 2px;
border-style: solid
}
.image-art {
width: 60%;
height: 60%;
margin-left: 0.5%;
margin-right: 0.5%;
margin-top: 0.5%;
max-height: 75vh;
max-width: 110vh;
display: block;
margin-right: auto;
margin-left: auto;
}
article {
text-align: center;
display: inline;
}
p {
margin-left: 2%;
margin-right: 2%;
font-weight: bolder;
font-size: calc(1em + 0.5vw);
color: #08353d;
text-align: justify;
}
aside {
margin-bottom: 1.5%;
}
.container {
padding-top: 0.5%;
display: flex;
flex-direction: row;
justify-content: center;
flex-wrap:wrap;
max-width: 1010px;
margin: auto;
}
form {
display: flex;
flex-direction: column;
align-items: center;
}
input {
font-style: normal;
font-weight: bolder;
color: #08353d;
margin-top: 0.24%;
}
input[type=text] {
width: 30%
}
footer {
text-align: center;
margin-top: 2%;
background-color: #D5E5F0;
border-top: 1px;
border-bottom: 0px;
border-left: 0px;
border-right: 0px;
border-color: #08353d;
border-style:groove;
}
.display {
display: block;
}
h3 {
margin: 0%;
margin-bottom: 1.2%;
color: #08353d;
text-align: center;
}
.footer {
margin-bottom: 0.5%;
} | 0.295332 | 0.13109 |
@import '~slick-carousel/slick/slick.css';
@import '~slick-carousel/slick/slick-theme.css';
@import 'css/style.css';
@import '~@stackrox/tailwind-config/light.theme.css';
@import '~@stackrox/tailwind-config/dark.theme.css';
.theme-dark .react-select__option:hover,
.theme-dark .react-select__option:focus,
.theme-dark .react-select__option:active {
background: var(--base-400);
}
.theme-dark .network-panel {
filter: brightness(0.95);
}
.theme-dark .network-grid-bg {
filter: invert(0.97) hue-rotate(185deg) brightness(1.7) saturate(0.6);
}
.theme-dark .cytoscape-container {
filter: brightness(0.96) contrast(1) hue-rotate(0deg) saturate(7);
opacity: 0.75;
}
.theme-dark .search-modal img {
filter: invert(1) brightness(2.5) hue-rotate(180deg) saturate(0.6);
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@import '~@stackrox/ui-components/lib/ui-components.css';
/* reset the unthinking hardcoded resets of Tailwind Forms in v2 plugin,
https://github.com/tailwindlabs/tailwindcss-forms/blob/master/src/index.js
This has to be done in both ui-components CSS and apps/platform CSS,
otherwise, the Tailwind reset will win if it's only done in one or the other. */
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
font-size: 100%;
}
[type='checkbox'],
[type='checkbox'] {
@apply w-3 h-3 rounded-sm;
}
.react-select__input input[type='text']:focus {
box-shadow: none !important;
}
/* end reset of the Tailwind forms reset */
.sticky {
position: sticky !important;
}
.content-box {
background-clip: content-box;
}
.pills {
@apply flex flex-col flex-auto rounded-sm border border-base-300 overflow-hidden !important;
}
@screen md {
.pills {
@apply flex-row !important;
}
}
.shadow-sidepanel {
box-shadow: 0 0 64px 30px hsla(224, 34%, 14%, 0.4);
}
.shadow-underline {
box-shadow: inset 0 -1px 0px 0 hsla(0, 0%, 0%, 0.1);
}
.disabled {
@apply opacity-50 cursor-not-allowed pointer-events-none !important;
}
.border-collapse {
border-collapse: collapse;
}
[class~='flex-1'] {
@apply min-h-0 !important;
/* Firefox needs this property to properly scroll panels with flex/overflow. Tailwind throws an exception error when using
their built-in classes, so this is a workaround to `bundle` the Firefox fix with every `flex-1` class by default*/
}
.word-break {
word-break: break-word;
}
.word-break-all {
word-break: break-all;
}
ul,
ol,
li,
p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
@apply break-words !important;
}
.react-modal-overlay {
@apply fixed top-0 left-0 w-full h-full text-base !important;
background-color: hsla(225, 41%, 32%, 0.82);
font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
z-index: 9000;
}
.toast-selector {
@apply text-base !important;
font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.pill {
@apply select-none bg-base-200 cursor-pointer p-2 m-2 rounded-sm whitespace-nowrap flex-1 text-center text-xs text-base-500 font-600 !important;
}
.pill-active {
@apply select-none cursor-pointer p-2 m-2 bg-base-300 rounded-sm whitespace-nowrap flex-1 text-center text-xs text-base-700 font-600 !important;
}
.transition {
animation: fadein 0.25s ease-in;
}
.transition-out {
animation: fadeout 0.25s ease-out;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.tab-row {
box-shadow: inset 0 -1px 0 0 theme('colors.base-400'), 0 15px 30px 0 theme('colors.base-200');
}
.tab {
box-shadow: inset -1px 0px 0px 0px theme('colors.base-400'),
inset 0px -1px 0px 0px theme('colors.base-400');
}
.tab-active {
box-shadow: inset 0px 2px 0px 0px theme('colors.primary-400'),
inset -1px 0px 0px 0px theme('colors.base-400');
}
.pill:hover {
@apply text-primary-500 !important;
}
.pill-active {
@apply text-primary-500 !important;
}
.transform-rotate-half-turn {
transform: rotate(0.5turn);
}
/* will clean this up at some point... */
.panel-actions:not(:empty) + div:before {
@apply bg-base-300 absolute rounded-full;
content: '';
left: 9px;
top: 50%;
width: 2px;
height: 50%;
transform: translateY(-50%);
}
.close-button:before {
display: none !important;
}
.navigation-gradient {
height: 2px;
background-image: linear-gradient(90deg, #d1a0ea 0%, #a3acff 44%, #78effb 99%);
top: 0;
z-index: 2;
width: 100%;
}
.navigation-panel {
position: absolute;
left: 133px;
z-index: 1001;
top: 0;
height: 100%;
background-color: hsla(0, 0%, 21%, 0.85);
}
.navigation-panel ul {
width: 270px;
}
.search-modal {
position: absolute;
left: 0;
top: 76px;
height: calc(100% - 76px);
}
/* Collapsible CSS */
.Collapsible__trigger.is-open + .Collapsible__contentOuter {
overflow: visible !important;
}
/* React Select CSS */
.react-select__single-value {
color: inherit !important;
}
.react-select__option {
@apply px-2 cursor-pointer !important;
}
.react-select__menu {
@apply m-0 !important;
}
.react-select__menu-notice--no-options {
@apply text-left !important;
}
.react-select__control--is-focused,
.react-select__control--is-focused:hover {
@apply border-base-400 !important;
}
.react-select__value-container--is-multi {
@apply pb-0 pl-1 !important;
}
.react-select__input input {
@apply text-base-600 font-600 !important;
margin-left: -2px !important;
}
.react-select__indicators {
@apply cursor-pointer;
}
.react-select__multi-value__label {
@apply px-2 !important;
}
.react-select__multi-value__remove {
@apply cursor-pointer;
}
.react-select__multi-value__remove:hover {
@apply shadow-inner;
}
.react-select__menu-list {
@apply p-0 !important;
}
.react-select__placeholder {
color: var(--base-500) !important;
}
.severity-tile {
background: hsla(0, 0%, 100%, 0.19);
}
.slick-initialized.slick-slider,
.slick-list,
.slick-track {
height: 100%;
user-select: text;
}
.slick-arrow::before {
display: none;
}
.carousel-prev-arrow,
.carousel-next-arrow {
position: absolute;
top: 0%;
z-index: 2;
}
.carousel-prev-arrow,
.carousel-next-arrow {
position: absolute;
top: 0%;
z-index: 2;
}
.carousel-prev-arrow {
right: 70px;
}
.carousel-next-arrow {
right: 24px;
}
.cursor-text {
cursor: text !important;
}
.recharts-responsive-container .recharts-tooltip-cursor {
fill-opacity: 0;
}
.bg-inherit {
background: inherit;
}
.left-navigation {
width: 133px;
}
.text-critical-severity {
color: hsl(7, 50%, 55%);
}
.text-high-severity {
color: hsl(349, 50%, 78%);
}
.network-grid-bg {
background-image: linear-gradient(hsla(216, 62%, 85%, 0.52) 1px, transparent 1px),
linear-gradient(90deg, hsla(216, 22%, 69%, 0.2) 1px, transparent 1px),
linear-gradient(hsla(216, 33%, 77%, 0.1) 1px, transparent 1px),
linear-gradient(90deg, hsla(216, 67%, 81%, 0.1) 1px, transparent 1px),
radial-gradient(#f0f5ff 45%, #e2ebff 97%);
background-size: 32px 32px, 32px 32px, 4px 4px, 4px 4px, 100% 100%;
background-position: -2px -2px, -2px -2px, -2px -2px, -2px -2px, -2px -2px;
}
/**
Outline for Simulation Mode
*/
.simulator-mode.success:before,
.simulator-mode.error:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
pointer-events: none;
}
.simulator-mode.error:before {
-webkit-box-shadow: inset 0px 0px 0px 4px theme('colors.alert-600');
-moz-box-shadow: inset 0px 0px 0px 4px theme('colors.alert-600');
box-shadow: inset 0px 0px 0px 4px theme('colors.alert-600');
}
.simulator-mode.success:before {
-webkit-box-shadow: inset 0px 0px 0px 4px theme('colors.success-600');
-moz-box-shadow: inset 0px 0px 0px 4px theme('colors.success-600');
box-shadow: inset 0px 0px 0px 4px theme('colors.success-600');
}
.top-navigation {
box-shadow: inset 0px -1px 0 0 var(--base-400);
}
.__react_component_tooltip.type-dark.place-top:after {
border-top-color: inherit !important;
}
.btn-class {
@apply inline-flex px-2 rounded-sm font-600 uppercase text-center items-center min-w-16 justify-center border-2 !important;
line-height: 14px; /* required because we were relying on the Chrome browser default of 14px earlier */
}
.btn-sm {
@apply btn-class py-1 text-xs !important;
}
.btn {
@apply btn-class py-2 text-sm !important;
}
.btn-icon {
@apply flex py-2 px-2 rounded-sm font-600 uppercase text-center text-sm items-center justify-center bg-base-200 border !important;
}
.btn-success {
@apply text-success-700 border-success-500 bg-success-200 !important;
}
.btn-success:hover {
@apply border-success-500 bg-success-300 text-success-800 !important;
}
.btn-alert {
@apply text-alert-100 border-alert-600 bg-alert-600 !important;
}
.btn-alert:hover {
@apply text-alert-100 border-alert-700 bg-alert-700 !important;
}
.btn-primary {
@apply border-primary-300 text-primary-600 !important;
}
.btn-primary:hover {
@apply text-primary-600 bg-primary-100 border-primary-400 !important;
}
.btn-tertiary {
@apply border-tertiary-700 text-tertiary-700 !important;
}
.btn-tertiary:hover {
@apply text-tertiary-700 bg-base-300 border-tertiary-600 !important;
}
.btn-base {
@apply text-base-600 border-base-400 bg-base-100 !important;
}
.btn-base:hover {
@apply border-base-400 bg-base-200 text-base-700 !important;
}
/* Network Graph CSS Classes */
.pin-network-zoom-buttons-left {
left: -150px !important;
}
.pin-network-update-label-left {
left: -175px !important;
}
.btn-graph-refresh circle {
fill: hsla(225, 51%, 52%, 1);
stroke: hsla(225, 51%, 52%, 1);
}
.node circle {
fill: hsl(232, 35%, 38%);
}
.node.internetAccess circle:first-child {
fill: hsl(316, 93%, 89%);
}
.text-separator {
overflow: hidden;
}
.text-separator:before,
.text-separator:after {
content: '';
position: absolute;
width: 100%;
height: 1px;
overflow: hidden;
border: 1px solid currentColor;
}
.text-separator:before {
transform: translateX(-100%) translateY(-50%);
top: 50%;
}
.text-separator:after {
transform: translateY(-50%);
top: 50%;
}
/* React Select override */
.hide-dropdown > div:last-child {
@apply hidden;
}
/* React Table overrides. Delete this file once all react Table properties are ported over properly to avoid the use of !important*/
@import '~react-table-6/react-table.css';
.ReactTable .rt-table {
overflow: overlay !important;
}
.ReactTable .rt-noData {
@apply bg-base-100 text-base-600 !important;
transition: none !important;
}
/* .rt-table:before {
content: "";
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 100%;
z-index: 3;
pointer-events: none;
background-image: linear-gradient(90deg, rgba(255,255,255,0.16) 1%, #FFFFFF 20px), linear-gradient(180deg, rgba(255,255,255,0.16) 1%, #FFFFFF 20px);
background-size: 20px 100%, 100% 20px;
background-repeat: no-repeat, no-repeat;
width: 100%;
background-position: right, bottom;
} */
.ReactTable .-pagination {
@apply shadow-none border-t shadow-underline pt-2 pb-2 pl-0 pr-0 !important;
}
.ReactTable input[type='checkbox'] {
transform: scale(1.2);
cursor: pointer;
}
.ReactTable input[type='checkbox']:hover,
.ReactTable input[type='checkbox']:focus {
@apply shadow;
}
.ReactTable .rt-thead {
position: sticky;
@apply top-0 !important;
z-index: 5 !important;
}
.ReactTable .rt-tbody {
overflow: initial !important;
}
.ReactTable .rt-thead .rt-th:focus {
@apply outline-none !important;
}
.ReactTable .rt-thead.-header {
@apply shadow-none !important;
}
.ReactTable .rt-thead.-header .rt-tr {
box-shadow: -10px 0 0 var(--base-100), 10px 0 0 var(--base-100),
0 2px 8px 0 hsla(230, 50%, 70%, 0.25) !important;
@apply bg-base-100 !important;
}
.ReactTable .rt-th {
@apply bg-base-100 !important; /* th also needs background for horizontal scrolling beyond tr width */
}
.theme-dark .ReactTable .rt-thead.-header .rt-tr {
@apply border-b border-base-200 bg-base-0 !important;
box-shadow: -10px 0 0 var(--base-100), 10px 0 0 var(--base-100), 0 2px 8px 0 hsl(233, 25%, 15%) !important;
}
.theme-dark .ReactTable .rt-th {
@apply bg-base-0 !important; /* th also needs background for horizontal scrolling beyond tr width */
}
.theme-dark .network-panel .ReactTable .rt-thead.-header .rt-tr {
background: none !important;
box-shadow: none !important;
}
.theme-dark .network-panel .ReactTable .rt-th {
background: none !important;
}
.theme-dark .widget .ReactTable .rt-thead.-header .rt-tr,
.theme-dark .widget .ReactTable .rt-th {
@apply bg-base-100 !important;
}
.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-th.-sort-asc {
@apply shadow-none !important;
}
.ReactTable .rt-thead .rt-th.-sort-desc div:after {
content: ' ↓';
position: absolute;
margin-left: 4px;
}
.ReactTable .rt-thead .rt-th.-sort-asc div:after {
content: ' ↑';
position: absolute;
margin-left: 4px;
}
.ReactTable .rt-tbody .rt-tr {
@apply min-h-12 bg-transparent !important;
}
.ReactTable .rt-expandable {
@apply flex;
}
.ReactTable .rt-tbody .rt-tr .rt-td {
box-shadow: 0px -1px 0 0 theme('colors.base-300'), inset 0px -1px 0 0 theme('colors.base-300');
@apply whitespace-normal !important;
}
.ReactTable.expanded .rt-tbody .rt-tr .rt-td {
box-shadow: 0px -1px 0 0 theme('colors.base-300'),
inset 0px -1px 0 -1px theme('colors.base-300');
@apply whitespace-normal !important;
}
.ReactTable .rt-tbody .rt-tr-group:hover {
@apply bg-base-200 !important;
z-index: 3 !important;
box-shadow: 0px -2px 0 0 theme('colors.base-400'),
inset 0px -3px 0 -1px theme('colors.base-400');
}
.ReactTable .rt-tbody .rt-tr.row-active .rt-td,
.ReactTable .rt-tbody .rt-tr.row-active:hover .rt-td {
@apply text-tertiary-700 bg-tertiary-200 !important;
box-shadow: 0px -1px 0 0 theme('colors.tertiary-400'),
inset 0px -1px 0 0 theme('colors.tertiary-400');
z-index: 4 !important;
}
.ReactTable.expanded .rt-tbody .rt-tr {
@apply pb-12 !important;
}
.ReactTable .rt-tbody .rt-tr-group {
@apply flex-grow-0 cursor-pointer relative !important;
border: none !important;
}
.ReactTable .rt-tr {
@apply relative !important;
}
.ReactTable .rt-tbody .rt-td.rt-tr-actions {
position: sticky !important;
top: auto;
right: 10px !important;
z-index: 1;
width: 0 !important;
overflow: inherit !important;
flex: 0 !important;
@apply flex-row-reverse left-0 min-w-0 m-0 !important;
}
.ReactTable .rt-tr:hover .rt-tr-actions {
@apply flex !important;
}
.ReactTable .-previous .-btn,
.ReactTable .-next .-btn {
@apply bg-primary-100 rounded-none text-primary-600 !important;
}
.ReactTable .-previous .-btn:hover,
.ReactTable .-next .-btn:hover {
@apply bg-primary-300 text-base-100 rounded-none !important;
}
/* will clean up and refactor all selectors at some point */
.ReactTable .rt-thead .rt-tr {
min-width: min-content !important;
}
.ReactTable .rt-tbody .rt-td.sticky-column {
background: inherit !important;
position: sticky !important;
left: 0;
z-index: 1;
box-shadow: 0px -1px 0 0 theme('colors.base-300'), inset 0px -1px 0 0 theme('colors.base-300'),
11px 0 8px -4px theme('colors.base-100');
}
.ReactTable .rt-thead .rt-th.sticky-column {
background: inherit !important;
position: sticky !important;
left: 0;
z-index: 1 !important;
box-shadow: 11px 0 8px -4px theme('colors.base-100');
}
.ReactTable .rt-thead .rt-th.sticky-column:hover {
@apply bg-primary-200 !important;
}
.ReactTable .rt-tbody .rt-tr.row-active .rt-td.sticky-column,
.ReactTable .rt-tbody .rt-tr.row-active:hover .rt-td.sticky-column,
.ReactTable .rt-tbody .rt-tr.row-active .rt-td:first-child {
box-shadow: 0px -1px 0 0 theme('colors.tertiary-400'),
inset 0px -1px 0 0 theme('colors.tertiary-400'),
11px 0 8px -4px theme('colors.tertiary-200');
z-index: 4 !important;
}
.ReactTable .rt-tbody .rt-td.sticky-column.left-checkbox-offset,
.ReactTable .rt-thead .rt-th.sticky-column.left-checkbox-offset {
left: 28px !important;
}
.cve-table .rt-table .rt-tbody,
.cve-table .rt-table .rt-thead,
.dockerfile-table .rt-table .rt-tbody,
.dockerfile-table .rt-table .rt-thead {
@apply p-0 !important;
}
.cve-table .rt-tbody .rt-tr,
.cve-table .rt-thead .rt-tr,
.dockerfile-table .cve-table .rt-tbody .rt-tr,
.dockerfile-table .cve-table .rt-thead .rt-tr {
@apply min-h-0 !important;
}
.cve-table .rt-thead .rt-th:first-child,
.dockerfile-table .cve-table .rt-thead .rt-th:first-child {
@apply shadow-none !important;
}
.table-reset-padding .ReactTable .rt-tbody {
@apply p-0 !important;
}
.overflow-overlay {
overflow: overlay;
}
.redoc-wrap {
/* TODO: discover a way to export CSS vars from our tailwind-config package
for now, repeating light theme colors here,
because Redoc components unreadable with classic dark theme,
their styles need to be tuned
*/
--base-100: hsla(225, 0%, 100%, 1);
--base-200: hsla(225, 45%, 98%, 1);
--base-300: hsla(225, 43%, 94%, 1);
--base-400: hsla(225, 44%, 87%, 1);
--base-500: hsla(225, 17%, 63%, 1);
--base-600: hsla(225, 14%, 43%, 1);
--base-700: hsla(225, 18%, 32%, 1);
--base-800: hsla(225, 24%, 22%, 1);
--base-900: hsla(225, 27%, 16%, 1);
--primary-100: hsla(225, 100%, 99%, 1);
--primary-200: hsla(225, 100%, 96%, 1);
--primary-300: hsla(225, 80%, 92%, 1);
--primary-400: hsla(225, 68%, 78%, 1);
--primary-500: hsla(225, 65%, 68%, 1);
--primary-600: hsla(225, 90%, 67%, 1);
--primary-700: hsla(225, 51%, 52%, 1);
--primary-800: hsla(225, 37%, 36%, 1);
--primary-900: hsla(225, 28%, 21%, 1);
--secondary-100: hsla(257, 45%, 98%, 1);
--secondary-200: hsla(257, 100%, 96%, 1);
--secondary-300: hsla(257, 81%, 90%, 1);
--secondary-400: hsla(257, 68%, 78%, 1);
--secondary-500: hsla(257, 66%, 68%, 1);
--secondary-600: hsla(257, 100%, 67%, 1);
--secondary-700: hsla(257, 50%, 52%, 1);
--secondary-800: hsla(257, 37%, 36%, 1);
--secondary-900: hsla(257, 28%, 21%, 1);
--tertiary-100: hsla(210, 45%, 98%, 1);
--tertiary-200: hsla(210, 100%, 96%, 1);
--tertiary-300: hsla(210, 81%, 90%, 1);
--tertiary-400: hsla(210, 68%, 78%, 1);
--tertiary-500: hsla(210, 66%, 68%, 1);
--tertiary-600: hsla(210, 93%, 58%, 1);
--tertiary-700: hsla(210, 47%, 48%, 1);
--tertiary-800: hsla(210, 37%, 36%, 1);
--tertiary-900: hsla(210, 28%, 21%, 1);
--accent-100: hsla(293, 45%, 98%, 1);
--accent-200: hsla(293, 100%, 96%, 1);
--accent-300: hsla(293, 80%, 90%, 1);
--accent-400: hsla(293, 64%, 80%, 1);
--accent-500: hsla(293, 62%, 71%, 1);
--accent-600: hsla(293, 68%, 62%, 1);
--accent-700: hsla(293, 34%, 50%, 1);
--accent-800: hsla(293, 34%, 37%, 1);
--accent-900: hsla(293, 28%, 21%, 1);
--success-100: hsla(155, 45%, 98%, 1);
--success-200: hsla(155, 100%, 96%, 1);
--success-300: hsla(155, 81%, 90%, 1);
--success-400: hsla(155, 68%, 78%, 1);
--success-500: hsla(155, 66%, 68%, 1);
--success-600: hsla(155, 52%, 46%, 1);
--success-700: hsla(155, 62%, 33%, 1);
--success-800: hsla(155, 37%, 31%, 1);
--success-900: hsla(155, 28%, 21%, 1);
--warning-100: hsla(39, 45%, 98%, 1);
--warning-200: hsla(39, 100%, 96%, 1);
--warning-300: hsla(39, 80%, 90%, 1);
--warning-400: hsla(39, 64%, 80%, 1);
--warning-500: hsla(39, 62%, 71%, 1);
--warning-600: hsla(39, 100%, 66%, 1);
--warning-700: hsla(39, 38%, 52%, 1);
--warning-800: hsla(39, 34%, 37%, 1);
--warning-900: hsla(39, 28%, 21%, 1);
--caution-100: hsla(16, 45%, 98%, 1);
--caution-200: hsla(16, 100%, 96%, 1);
--caution-300: hsla(16, 81%, 90%, 1);
--caution-400: hsla(16, 68%, 78%, 1);
--caution-500: hsla(16, 66%, 68%, 1);
--caution-600: hsla(16, 87%, 65%, 1);
--caution-700: hsla(16, 47%, 48%, 1);
--caution-800: hsla(16, 37%, 36%, 1);
--caution-900: hsla(16, 28%, 21%, 1);
--alert-100: hsla(341, 45%, 98%, 1);
--alert-200: hsla(341, 100%, 96%, 1);
--alert-300: hsla(341, 81%, 90%, 1);
--alert-400: hsla(341, 68%, 78%, 1);
--alert-500: hsla(341, 66%, 68%, 1);
--alert-600: hsla(341, 96%, 67%, 1);
--alert-700: hsla(341, 50%, 52%, 1);
--alert-800: hsla(341, 37%, 36%, 1);
--alert-900: hsla(341, 28%, 21%, 1);
@apply bg-base-100 !important;
}
.redoc-wrap,
.redoc-wrap .menu-content {
@apply h-full !important;
}
.redoc-wrap .api-content {
@apply overflow-auto !important;
}
/* CHECKBOX TOGGLE SWITCH */
.form-switch,
.form-switch-reverse {
@apply relative select-none w-12 mr-2 leading-normal;
}
.form-switch-checkbox {
@apply hidden;
}
.form-switch-checkbox:disabled + .form-switch-label {
@apply opacity-50;
}
.form-switch-checkbox:disabled + .form-switch-label:before {
@apply bg-base-200;
}
.form-switch-label {
@apply block overflow-hidden cursor-pointer border rounded h-6;
}
.form-switch .form-switch-label,
.form-switch-reverse .form-switch-checkbox:checked + .form-switch-label {
@apply bg-base-600 shadow-inner;
}
.form-switch-label:before {
@apply absolute block bg-base-100 inset-y-0 w-6 border rounded -ml-1;
right: 50%;
content: '';
}
.form-switch .form-switch-checkbox:checked + .form-switch-label,
.form-switch-reverse .form-switch-checkbox + .form-switch-label {
@apply bg-primary-400 shadow-none;
}
.form-switch-reverse .form-switch-checkbox:checked + .form-switch-label:before {
right: 50%;
}
.form-switch .form-switch-checkbox:checked + .form-switch-label:before,
.form-switch-reverse .form-switch-checkbox + .form-switch-label:before {
@apply right-0;
}
/* TOGGLE SWITCH */
/* rounded */
/* for the difference between this switch, and the form-switch above,
see: https://uxplanet.org/checkbox-vs-toggle-switch-7fc6e83f10b8 */
.toggle-switch {
@apply relative select-none w-12 leading-normal;
}
.toggle-switch-small {
@apply w-8;
}
.toggle-switch-checkbox {
/* we cannot hide with @apply, or toggle switch will not be keyboard-focusable */
left: -9999px;
position: absolute;
}
.toggle-switch-label {
@apply block overflow-hidden cursor-pointer bg-transparent border rounded-full h-6 shadow-inner;
transition: background-color 0.2s ease-in;
}
.toggle-switch-small .toggle-switch-label {
@apply h-4;
}
.toggle-switch-label:before {
@apply absolute block bg-base-100 inset-y-0 w-6 border rounded-full -ml-1;
content: '';
right: 50%;
transition: all 0.2s ease-in;
}
.toggle-switch-small .toggle-switch-label:before {
@apply w-4;
}
.toggle-switch-checkbox:checked + .toggle-switch-label,
.toggle-switch-checkbox:checked + .toggle-switch-label:before {
}
.toggle-switch-checkbox:checked + .toggle-switch-label {
@apply bg-success-500;
}
.toggle-switch-alert .toggle-switch-checkbox:checked + .toggle-switch-label {
@apply bg-alert-600;
}
.toggle-switch-checkbox:checked + .toggle-switch-label:before {
@apply right-0;
}
.toggle-switch-checkbox:disabled + .toggle-switch-label {
@apply opacity-50;
}
.toggle-switch-checkbox:disabled + .toggle-switch-label:before {
@apply bg-base-200;
}
/* React-vis */
@import '~react-vis/dist/style.css';
/* Legend */
.horizontal-bar-legend .rv-discrete-color-legend-item {
padding: 3px 4px;
}
.horizontal-bar-legend {
border-top: 1px solid var(--base-300);
padding: 2px 0;
}
/* Legend color swatch */
.horizontal-bar-legend .rv-discrete-color-legend-item__color__path {
stroke-width: 3px;
stroke-linecap: round;
}
/* Legend item text */
.horizontal-bar-legend
.rv-discrete-color-legend-item.horizontal
.rv-discrete-color-legend-item__title {
display: inline-block;
font-size: 0.8em;
padding-left: 5px;
}
/* widget detail */
.widget-detail-bullet {
position: relative;
@apply font-500 py-2 px-1;
}
.widget-detail-bullet::before {
position: absolute;
left: -17px;
content: '';
top: 11px;
@apply rounded-full border-2 border-base-400 bg-base-100;
height: 9px;
width: 9px;
}
.before:before {
content: ' ';
}
.after:after {
content: ' ';
}
/** Widget arrows */
.arrow-up {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid var(--primary-800);
}
.arrow-down {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid var(--primary-800);
}
.arrow-right {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid var(--primary-800);
}
.arrow-left {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid var(--base-400);
}
.table-group {
box-shadow: inset 0px -1px 0px 0px var(--base-400), 0 -1px 0 0 var(--base-400);
}
.table-group:hover {
box-shadow: inset 0 -1px 0px 0px var(--tertiary-400), 0 -1px 0 0 var(--tertiary-400);
}
.table-group-active {
box-shadow: 0 1px 0px 0px var(--tertiary-500), 0 -1px 0 0 var(--tertiary-500);
}
.horizontal-bar-responsive .rv-xy-plot {
@apply w-full h-full !important;
}
.horizontal-bar-responsive .rv-xy-plot__inner {
@apply max-w-full !important;
max-height: 272px !important;
}
.rv-xy-plot__grid-lines__line,
.rv-xy-plot__axis__line {
stroke: var(--base-300) !important;
stroke-width: 1px !important;
}
.graph-bottom-border:before {
content: '';
position: absolute;
width: 100%;
height: 1px;
background: var(--base-300);
bottom: 27px;
z-index: 1;
left: 0;
}
.rv-discrete-color-legend-item__title {
@apply text-base-500 font-700;
}
.horizontal-bar-responsive .horizontal-bar-legend {
@apply items-center justify-between flex absolute w-full;
bottom: -13px;
padding-top: 3px;
}
.pin-center {
top: 50%;
left: 50%;
}
/* multi-line truncation:
(not available in Tailwind)
see https://css-tricks.com/almanac/properties/l/line-clamp/
*/
.line-clamp {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
padding-bottom: 1px; /* necessary to fix bug where descenders are cut off */
}
.pdf-export .line-clamp {
display: flex;
-webkit-line-clamp: initial;
-webkit-box-orient: initial;
overflow: initial;
padding-bottom: 0; /* necessary to fix bug where descenders are cut off */
}
.drag-grip {
width: 18px;
height: 40px;
overflow: hidden;
line-height: 4px;
padding-top: 2px;
padding-left: 2px;
cursor: move;
margin-right: 0.3em;
font-size: 10px;
font-family: sans-serif;
letter-spacing: 1px;
color: var(--base-800);
}
.drag-grip::after {
content: '... ... ... ... ... ... ...';
}
.network-overlay-bg-shadow {
box-shadow: 0 0 30px 0 rgba(81, 119, 255, 0.23);
background: rgba(81, 119, 255, 0.23);
}
.border-spacing-0 {
border-spacing: 0;
}
s::before,
s::after {
clip-path: inset(100%);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
s::before {
content: ' [start of stricken text] ';
}
s::after {
content: ' [end of stricken text] ';
}
.decoration-clone {
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
.leading-looser {
line-height: 1.75rem;
} | ui/apps/platform/src/app.tw.css | @import '~slick-carousel/slick/slick.css';
@import '~slick-carousel/slick/slick-theme.css';
@import 'css/style.css';
@import '~@stackrox/tailwind-config/light.theme.css';
@import '~@stackrox/tailwind-config/dark.theme.css';
.theme-dark .react-select__option:hover,
.theme-dark .react-select__option:focus,
.theme-dark .react-select__option:active {
background: var(--base-400);
}
.theme-dark .network-panel {
filter: brightness(0.95);
}
.theme-dark .network-grid-bg {
filter: invert(0.97) hue-rotate(185deg) brightness(1.7) saturate(0.6);
}
.theme-dark .cytoscape-container {
filter: brightness(0.96) contrast(1) hue-rotate(0deg) saturate(7);
opacity: 0.75;
}
.theme-dark .search-modal img {
filter: invert(1) brightness(2.5) hue-rotate(180deg) saturate(0.6);
}
@tailwind base;
@tailwind components;
@tailwind utilities;
@import '~@stackrox/ui-components/lib/ui-components.css';
/* reset the unthinking hardcoded resets of Tailwind Forms in v2 plugin,
https://github.com/tailwindlabs/tailwindcss-forms/blob/master/src/index.js
This has to be done in both ui-components CSS and apps/platform CSS,
otherwise, the Tailwind reset will win if it's only done in one or the other. */
[type='text'],
[type='email'],
[type='url'],
[type='password'],
[type='number'],
[type='date'],
[type='datetime-local'],
[type='month'],
[type='search'],
[type='tel'],
[type='time'],
[type='week'],
[multiple],
textarea,
select {
font-size: 100%;
}
[type='checkbox'],
[type='checkbox'] {
@apply w-3 h-3 rounded-sm;
}
.react-select__input input[type='text']:focus {
box-shadow: none !important;
}
/* end reset of the Tailwind forms reset */
.sticky {
position: sticky !important;
}
.content-box {
background-clip: content-box;
}
.pills {
@apply flex flex-col flex-auto rounded-sm border border-base-300 overflow-hidden !important;
}
@screen md {
.pills {
@apply flex-row !important;
}
}
.shadow-sidepanel {
box-shadow: 0 0 64px 30px hsla(224, 34%, 14%, 0.4);
}
.shadow-underline {
box-shadow: inset 0 -1px 0px 0 hsla(0, 0%, 0%, 0.1);
}
.disabled {
@apply opacity-50 cursor-not-allowed pointer-events-none !important;
}
.border-collapse {
border-collapse: collapse;
}
[class~='flex-1'] {
@apply min-h-0 !important;
/* Firefox needs this property to properly scroll panels with flex/overflow. Tailwind throws an exception error when using
their built-in classes, so this is a workaround to `bundle` the Firefox fix with every `flex-1` class by default*/
}
.word-break {
word-break: break-word;
}
.word-break-all {
word-break: break-all;
}
ul,
ol,
li,
p,
span,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
@apply break-words !important;
}
.react-modal-overlay {
@apply fixed top-0 left-0 w-full h-full text-base !important;
background-color: hsla(225, 41%, 32%, 0.82);
font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
z-index: 9000;
}
.toast-selector {
@apply text-base !important;
font-family: Open Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu,
Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}
.pill {
@apply select-none bg-base-200 cursor-pointer p-2 m-2 rounded-sm whitespace-nowrap flex-1 text-center text-xs text-base-500 font-600 !important;
}
.pill-active {
@apply select-none cursor-pointer p-2 m-2 bg-base-300 rounded-sm whitespace-nowrap flex-1 text-center text-xs text-base-700 font-600 !important;
}
.transition {
animation: fadein 0.25s ease-in;
}
.transition-out {
animation: fadeout 0.25s ease-out;
}
@keyframes fadein {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeout {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.tab-row {
box-shadow: inset 0 -1px 0 0 theme('colors.base-400'), 0 15px 30px 0 theme('colors.base-200');
}
.tab {
box-shadow: inset -1px 0px 0px 0px theme('colors.base-400'),
inset 0px -1px 0px 0px theme('colors.base-400');
}
.tab-active {
box-shadow: inset 0px 2px 0px 0px theme('colors.primary-400'),
inset -1px 0px 0px 0px theme('colors.base-400');
}
.pill:hover {
@apply text-primary-500 !important;
}
.pill-active {
@apply text-primary-500 !important;
}
.transform-rotate-half-turn {
transform: rotate(0.5turn);
}
/* will clean this up at some point... */
.panel-actions:not(:empty) + div:before {
@apply bg-base-300 absolute rounded-full;
content: '';
left: 9px;
top: 50%;
width: 2px;
height: 50%;
transform: translateY(-50%);
}
.close-button:before {
display: none !important;
}
.navigation-gradient {
height: 2px;
background-image: linear-gradient(90deg, #d1a0ea 0%, #a3acff 44%, #78effb 99%);
top: 0;
z-index: 2;
width: 100%;
}
.navigation-panel {
position: absolute;
left: 133px;
z-index: 1001;
top: 0;
height: 100%;
background-color: hsla(0, 0%, 21%, 0.85);
}
.navigation-panel ul {
width: 270px;
}
.search-modal {
position: absolute;
left: 0;
top: 76px;
height: calc(100% - 76px);
}
/* Collapsible CSS */
.Collapsible__trigger.is-open + .Collapsible__contentOuter {
overflow: visible !important;
}
/* React Select CSS */
.react-select__single-value {
color: inherit !important;
}
.react-select__option {
@apply px-2 cursor-pointer !important;
}
.react-select__menu {
@apply m-0 !important;
}
.react-select__menu-notice--no-options {
@apply text-left !important;
}
.react-select__control--is-focused,
.react-select__control--is-focused:hover {
@apply border-base-400 !important;
}
.react-select__value-container--is-multi {
@apply pb-0 pl-1 !important;
}
.react-select__input input {
@apply text-base-600 font-600 !important;
margin-left: -2px !important;
}
.react-select__indicators {
@apply cursor-pointer;
}
.react-select__multi-value__label {
@apply px-2 !important;
}
.react-select__multi-value__remove {
@apply cursor-pointer;
}
.react-select__multi-value__remove:hover {
@apply shadow-inner;
}
.react-select__menu-list {
@apply p-0 !important;
}
.react-select__placeholder {
color: var(--base-500) !important;
}
.severity-tile {
background: hsla(0, 0%, 100%, 0.19);
}
.slick-initialized.slick-slider,
.slick-list,
.slick-track {
height: 100%;
user-select: text;
}
.slick-arrow::before {
display: none;
}
.carousel-prev-arrow,
.carousel-next-arrow {
position: absolute;
top: 0%;
z-index: 2;
}
.carousel-prev-arrow,
.carousel-next-arrow {
position: absolute;
top: 0%;
z-index: 2;
}
.carousel-prev-arrow {
right: 70px;
}
.carousel-next-arrow {
right: 24px;
}
.cursor-text {
cursor: text !important;
}
.recharts-responsive-container .recharts-tooltip-cursor {
fill-opacity: 0;
}
.bg-inherit {
background: inherit;
}
.left-navigation {
width: 133px;
}
.text-critical-severity {
color: hsl(7, 50%, 55%);
}
.text-high-severity {
color: hsl(349, 50%, 78%);
}
.network-grid-bg {
background-image: linear-gradient(hsla(216, 62%, 85%, 0.52) 1px, transparent 1px),
linear-gradient(90deg, hsla(216, 22%, 69%, 0.2) 1px, transparent 1px),
linear-gradient(hsla(216, 33%, 77%, 0.1) 1px, transparent 1px),
linear-gradient(90deg, hsla(216, 67%, 81%, 0.1) 1px, transparent 1px),
radial-gradient(#f0f5ff 45%, #e2ebff 97%);
background-size: 32px 32px, 32px 32px, 4px 4px, 4px 4px, 100% 100%;
background-position: -2px -2px, -2px -2px, -2px -2px, -2px -2px, -2px -2px;
}
/**
Outline for Simulation Mode
*/
.simulator-mode.success:before,
.simulator-mode.error:before {
content: '';
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: 2;
pointer-events: none;
}
.simulator-mode.error:before {
-webkit-box-shadow: inset 0px 0px 0px 4px theme('colors.alert-600');
-moz-box-shadow: inset 0px 0px 0px 4px theme('colors.alert-600');
box-shadow: inset 0px 0px 0px 4px theme('colors.alert-600');
}
.simulator-mode.success:before {
-webkit-box-shadow: inset 0px 0px 0px 4px theme('colors.success-600');
-moz-box-shadow: inset 0px 0px 0px 4px theme('colors.success-600');
box-shadow: inset 0px 0px 0px 4px theme('colors.success-600');
}
.top-navigation {
box-shadow: inset 0px -1px 0 0 var(--base-400);
}
.__react_component_tooltip.type-dark.place-top:after {
border-top-color: inherit !important;
}
.btn-class {
@apply inline-flex px-2 rounded-sm font-600 uppercase text-center items-center min-w-16 justify-center border-2 !important;
line-height: 14px; /* required because we were relying on the Chrome browser default of 14px earlier */
}
.btn-sm {
@apply btn-class py-1 text-xs !important;
}
.btn {
@apply btn-class py-2 text-sm !important;
}
.btn-icon {
@apply flex py-2 px-2 rounded-sm font-600 uppercase text-center text-sm items-center justify-center bg-base-200 border !important;
}
.btn-success {
@apply text-success-700 border-success-500 bg-success-200 !important;
}
.btn-success:hover {
@apply border-success-500 bg-success-300 text-success-800 !important;
}
.btn-alert {
@apply text-alert-100 border-alert-600 bg-alert-600 !important;
}
.btn-alert:hover {
@apply text-alert-100 border-alert-700 bg-alert-700 !important;
}
.btn-primary {
@apply border-primary-300 text-primary-600 !important;
}
.btn-primary:hover {
@apply text-primary-600 bg-primary-100 border-primary-400 !important;
}
.btn-tertiary {
@apply border-tertiary-700 text-tertiary-700 !important;
}
.btn-tertiary:hover {
@apply text-tertiary-700 bg-base-300 border-tertiary-600 !important;
}
.btn-base {
@apply text-base-600 border-base-400 bg-base-100 !important;
}
.btn-base:hover {
@apply border-base-400 bg-base-200 text-base-700 !important;
}
/* Network Graph CSS Classes */
.pin-network-zoom-buttons-left {
left: -150px !important;
}
.pin-network-update-label-left {
left: -175px !important;
}
.btn-graph-refresh circle {
fill: hsla(225, 51%, 52%, 1);
stroke: hsla(225, 51%, 52%, 1);
}
.node circle {
fill: hsl(232, 35%, 38%);
}
.node.internetAccess circle:first-child {
fill: hsl(316, 93%, 89%);
}
.text-separator {
overflow: hidden;
}
.text-separator:before,
.text-separator:after {
content: '';
position: absolute;
width: 100%;
height: 1px;
overflow: hidden;
border: 1px solid currentColor;
}
.text-separator:before {
transform: translateX(-100%) translateY(-50%);
top: 50%;
}
.text-separator:after {
transform: translateY(-50%);
top: 50%;
}
/* React Select override */
.hide-dropdown > div:last-child {
@apply hidden;
}
/* React Table overrides. Delete this file once all react Table properties are ported over properly to avoid the use of !important*/
@import '~react-table-6/react-table.css';
.ReactTable .rt-table {
overflow: overlay !important;
}
.ReactTable .rt-noData {
@apply bg-base-100 text-base-600 !important;
transition: none !important;
}
/* .rt-table:before {
content: "";
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 100%;
z-index: 3;
pointer-events: none;
background-image: linear-gradient(90deg, rgba(255,255,255,0.16) 1%, #FFFFFF 20px), linear-gradient(180deg, rgba(255,255,255,0.16) 1%, #FFFFFF 20px);
background-size: 20px 100%, 100% 20px;
background-repeat: no-repeat, no-repeat;
width: 100%;
background-position: right, bottom;
} */
.ReactTable .-pagination {
@apply shadow-none border-t shadow-underline pt-2 pb-2 pl-0 pr-0 !important;
}
.ReactTable input[type='checkbox'] {
transform: scale(1.2);
cursor: pointer;
}
.ReactTable input[type='checkbox']:hover,
.ReactTable input[type='checkbox']:focus {
@apply shadow;
}
.ReactTable .rt-thead {
position: sticky;
@apply top-0 !important;
z-index: 5 !important;
}
.ReactTable .rt-tbody {
overflow: initial !important;
}
.ReactTable .rt-thead .rt-th:focus {
@apply outline-none !important;
}
.ReactTable .rt-thead.-header {
@apply shadow-none !important;
}
.ReactTable .rt-thead.-header .rt-tr {
box-shadow: -10px 0 0 var(--base-100), 10px 0 0 var(--base-100),
0 2px 8px 0 hsla(230, 50%, 70%, 0.25) !important;
@apply bg-base-100 !important;
}
.ReactTable .rt-th {
@apply bg-base-100 !important; /* th also needs background for horizontal scrolling beyond tr width */
}
.theme-dark .ReactTable .rt-thead.-header .rt-tr {
@apply border-b border-base-200 bg-base-0 !important;
box-shadow: -10px 0 0 var(--base-100), 10px 0 0 var(--base-100), 0 2px 8px 0 hsl(233, 25%, 15%) !important;
}
.theme-dark .ReactTable .rt-th {
@apply bg-base-0 !important; /* th also needs background for horizontal scrolling beyond tr width */
}
.theme-dark .network-panel .ReactTable .rt-thead.-header .rt-tr {
background: none !important;
box-shadow: none !important;
}
.theme-dark .network-panel .ReactTable .rt-th {
background: none !important;
}
.theme-dark .widget .ReactTable .rt-thead.-header .rt-tr,
.theme-dark .widget .ReactTable .rt-th {
@apply bg-base-100 !important;
}
.ReactTable .rt-thead .rt-th.-sort-desc,
.ReactTable .rt-thead .rt-th.-sort-asc {
@apply shadow-none !important;
}
.ReactTable .rt-thead .rt-th.-sort-desc div:after {
content: ' ↓';
position: absolute;
margin-left: 4px;
}
.ReactTable .rt-thead .rt-th.-sort-asc div:after {
content: ' ↑';
position: absolute;
margin-left: 4px;
}
.ReactTable .rt-tbody .rt-tr {
@apply min-h-12 bg-transparent !important;
}
.ReactTable .rt-expandable {
@apply flex;
}
.ReactTable .rt-tbody .rt-tr .rt-td {
box-shadow: 0px -1px 0 0 theme('colors.base-300'), inset 0px -1px 0 0 theme('colors.base-300');
@apply whitespace-normal !important;
}
.ReactTable.expanded .rt-tbody .rt-tr .rt-td {
box-shadow: 0px -1px 0 0 theme('colors.base-300'),
inset 0px -1px 0 -1px theme('colors.base-300');
@apply whitespace-normal !important;
}
.ReactTable .rt-tbody .rt-tr-group:hover {
@apply bg-base-200 !important;
z-index: 3 !important;
box-shadow: 0px -2px 0 0 theme('colors.base-400'),
inset 0px -3px 0 -1px theme('colors.base-400');
}
.ReactTable .rt-tbody .rt-tr.row-active .rt-td,
.ReactTable .rt-tbody .rt-tr.row-active:hover .rt-td {
@apply text-tertiary-700 bg-tertiary-200 !important;
box-shadow: 0px -1px 0 0 theme('colors.tertiary-400'),
inset 0px -1px 0 0 theme('colors.tertiary-400');
z-index: 4 !important;
}
.ReactTable.expanded .rt-tbody .rt-tr {
@apply pb-12 !important;
}
.ReactTable .rt-tbody .rt-tr-group {
@apply flex-grow-0 cursor-pointer relative !important;
border: none !important;
}
.ReactTable .rt-tr {
@apply relative !important;
}
.ReactTable .rt-tbody .rt-td.rt-tr-actions {
position: sticky !important;
top: auto;
right: 10px !important;
z-index: 1;
width: 0 !important;
overflow: inherit !important;
flex: 0 !important;
@apply flex-row-reverse left-0 min-w-0 m-0 !important;
}
.ReactTable .rt-tr:hover .rt-tr-actions {
@apply flex !important;
}
.ReactTable .-previous .-btn,
.ReactTable .-next .-btn {
@apply bg-primary-100 rounded-none text-primary-600 !important;
}
.ReactTable .-previous .-btn:hover,
.ReactTable .-next .-btn:hover {
@apply bg-primary-300 text-base-100 rounded-none !important;
}
/* will clean up and refactor all selectors at some point */
.ReactTable .rt-thead .rt-tr {
min-width: min-content !important;
}
.ReactTable .rt-tbody .rt-td.sticky-column {
background: inherit !important;
position: sticky !important;
left: 0;
z-index: 1;
box-shadow: 0px -1px 0 0 theme('colors.base-300'), inset 0px -1px 0 0 theme('colors.base-300'),
11px 0 8px -4px theme('colors.base-100');
}
.ReactTable .rt-thead .rt-th.sticky-column {
background: inherit !important;
position: sticky !important;
left: 0;
z-index: 1 !important;
box-shadow: 11px 0 8px -4px theme('colors.base-100');
}
.ReactTable .rt-thead .rt-th.sticky-column:hover {
@apply bg-primary-200 !important;
}
.ReactTable .rt-tbody .rt-tr.row-active .rt-td.sticky-column,
.ReactTable .rt-tbody .rt-tr.row-active:hover .rt-td.sticky-column,
.ReactTable .rt-tbody .rt-tr.row-active .rt-td:first-child {
box-shadow: 0px -1px 0 0 theme('colors.tertiary-400'),
inset 0px -1px 0 0 theme('colors.tertiary-400'),
11px 0 8px -4px theme('colors.tertiary-200');
z-index: 4 !important;
}
.ReactTable .rt-tbody .rt-td.sticky-column.left-checkbox-offset,
.ReactTable .rt-thead .rt-th.sticky-column.left-checkbox-offset {
left: 28px !important;
}
.cve-table .rt-table .rt-tbody,
.cve-table .rt-table .rt-thead,
.dockerfile-table .rt-table .rt-tbody,
.dockerfile-table .rt-table .rt-thead {
@apply p-0 !important;
}
.cve-table .rt-tbody .rt-tr,
.cve-table .rt-thead .rt-tr,
.dockerfile-table .cve-table .rt-tbody .rt-tr,
.dockerfile-table .cve-table .rt-thead .rt-tr {
@apply min-h-0 !important;
}
.cve-table .rt-thead .rt-th:first-child,
.dockerfile-table .cve-table .rt-thead .rt-th:first-child {
@apply shadow-none !important;
}
.table-reset-padding .ReactTable .rt-tbody {
@apply p-0 !important;
}
.overflow-overlay {
overflow: overlay;
}
.redoc-wrap {
/* TODO: discover a way to export CSS vars from our tailwind-config package
for now, repeating light theme colors here,
because Redoc components unreadable with classic dark theme,
their styles need to be tuned
*/
--base-100: hsla(225, 0%, 100%, 1);
--base-200: hsla(225, 45%, 98%, 1);
--base-300: hsla(225, 43%, 94%, 1);
--base-400: hsla(225, 44%, 87%, 1);
--base-500: hsla(225, 17%, 63%, 1);
--base-600: hsla(225, 14%, 43%, 1);
--base-700: hsla(225, 18%, 32%, 1);
--base-800: hsla(225, 24%, 22%, 1);
--base-900: hsla(225, 27%, 16%, 1);
--primary-100: hsla(225, 100%, 99%, 1);
--primary-200: hsla(225, 100%, 96%, 1);
--primary-300: hsla(225, 80%, 92%, 1);
--primary-400: hsla(225, 68%, 78%, 1);
--primary-500: hsla(225, 65%, 68%, 1);
--primary-600: hsla(225, 90%, 67%, 1);
--primary-700: hsla(225, 51%, 52%, 1);
--primary-800: hsla(225, 37%, 36%, 1);
--primary-900: hsla(225, 28%, 21%, 1);
--secondary-100: hsla(257, 45%, 98%, 1);
--secondary-200: hsla(257, 100%, 96%, 1);
--secondary-300: hsla(257, 81%, 90%, 1);
--secondary-400: hsla(257, 68%, 78%, 1);
--secondary-500: hsla(257, 66%, 68%, 1);
--secondary-600: hsla(257, 100%, 67%, 1);
--secondary-700: hsla(257, 50%, 52%, 1);
--secondary-800: hsla(257, 37%, 36%, 1);
--secondary-900: hsla(257, 28%, 21%, 1);
--tertiary-100: hsla(210, 45%, 98%, 1);
--tertiary-200: hsla(210, 100%, 96%, 1);
--tertiary-300: hsla(210, 81%, 90%, 1);
--tertiary-400: hsla(210, 68%, 78%, 1);
--tertiary-500: hsla(210, 66%, 68%, 1);
--tertiary-600: hsla(210, 93%, 58%, 1);
--tertiary-700: hsla(210, 47%, 48%, 1);
--tertiary-800: hsla(210, 37%, 36%, 1);
--tertiary-900: hsla(210, 28%, 21%, 1);
--accent-100: hsla(293, 45%, 98%, 1);
--accent-200: hsla(293, 100%, 96%, 1);
--accent-300: hsla(293, 80%, 90%, 1);
--accent-400: hsla(293, 64%, 80%, 1);
--accent-500: hsla(293, 62%, 71%, 1);
--accent-600: hsla(293, 68%, 62%, 1);
--accent-700: hsla(293, 34%, 50%, 1);
--accent-800: hsla(293, 34%, 37%, 1);
--accent-900: hsla(293, 28%, 21%, 1);
--success-100: hsla(155, 45%, 98%, 1);
--success-200: hsla(155, 100%, 96%, 1);
--success-300: hsla(155, 81%, 90%, 1);
--success-400: hsla(155, 68%, 78%, 1);
--success-500: hsla(155, 66%, 68%, 1);
--success-600: hsla(155, 52%, 46%, 1);
--success-700: hsla(155, 62%, 33%, 1);
--success-800: hsla(155, 37%, 31%, 1);
--success-900: hsla(155, 28%, 21%, 1);
--warning-100: hsla(39, 45%, 98%, 1);
--warning-200: hsla(39, 100%, 96%, 1);
--warning-300: hsla(39, 80%, 90%, 1);
--warning-400: hsla(39, 64%, 80%, 1);
--warning-500: hsla(39, 62%, 71%, 1);
--warning-600: hsla(39, 100%, 66%, 1);
--warning-700: hsla(39, 38%, 52%, 1);
--warning-800: hsla(39, 34%, 37%, 1);
--warning-900: hsla(39, 28%, 21%, 1);
--caution-100: hsla(16, 45%, 98%, 1);
--caution-200: hsla(16, 100%, 96%, 1);
--caution-300: hsla(16, 81%, 90%, 1);
--caution-400: hsla(16, 68%, 78%, 1);
--caution-500: hsla(16, 66%, 68%, 1);
--caution-600: hsla(16, 87%, 65%, 1);
--caution-700: hsla(16, 47%, 48%, 1);
--caution-800: hsla(16, 37%, 36%, 1);
--caution-900: hsla(16, 28%, 21%, 1);
--alert-100: hsla(341, 45%, 98%, 1);
--alert-200: hsla(341, 100%, 96%, 1);
--alert-300: hsla(341, 81%, 90%, 1);
--alert-400: hsla(341, 68%, 78%, 1);
--alert-500: hsla(341, 66%, 68%, 1);
--alert-600: hsla(341, 96%, 67%, 1);
--alert-700: hsla(341, 50%, 52%, 1);
--alert-800: hsla(341, 37%, 36%, 1);
--alert-900: hsla(341, 28%, 21%, 1);
@apply bg-base-100 !important;
}
.redoc-wrap,
.redoc-wrap .menu-content {
@apply h-full !important;
}
.redoc-wrap .api-content {
@apply overflow-auto !important;
}
/* CHECKBOX TOGGLE SWITCH */
.form-switch,
.form-switch-reverse {
@apply relative select-none w-12 mr-2 leading-normal;
}
.form-switch-checkbox {
@apply hidden;
}
.form-switch-checkbox:disabled + .form-switch-label {
@apply opacity-50;
}
.form-switch-checkbox:disabled + .form-switch-label:before {
@apply bg-base-200;
}
.form-switch-label {
@apply block overflow-hidden cursor-pointer border rounded h-6;
}
.form-switch .form-switch-label,
.form-switch-reverse .form-switch-checkbox:checked + .form-switch-label {
@apply bg-base-600 shadow-inner;
}
.form-switch-label:before {
@apply absolute block bg-base-100 inset-y-0 w-6 border rounded -ml-1;
right: 50%;
content: '';
}
.form-switch .form-switch-checkbox:checked + .form-switch-label,
.form-switch-reverse .form-switch-checkbox + .form-switch-label {
@apply bg-primary-400 shadow-none;
}
.form-switch-reverse .form-switch-checkbox:checked + .form-switch-label:before {
right: 50%;
}
.form-switch .form-switch-checkbox:checked + .form-switch-label:before,
.form-switch-reverse .form-switch-checkbox + .form-switch-label:before {
@apply right-0;
}
/* TOGGLE SWITCH */
/* rounded */
/* for the difference between this switch, and the form-switch above,
see: https://uxplanet.org/checkbox-vs-toggle-switch-7fc6e83f10b8 */
.toggle-switch {
@apply relative select-none w-12 leading-normal;
}
.toggle-switch-small {
@apply w-8;
}
.toggle-switch-checkbox {
/* we cannot hide with @apply, or toggle switch will not be keyboard-focusable */
left: -9999px;
position: absolute;
}
.toggle-switch-label {
@apply block overflow-hidden cursor-pointer bg-transparent border rounded-full h-6 shadow-inner;
transition: background-color 0.2s ease-in;
}
.toggle-switch-small .toggle-switch-label {
@apply h-4;
}
.toggle-switch-label:before {
@apply absolute block bg-base-100 inset-y-0 w-6 border rounded-full -ml-1;
content: '';
right: 50%;
transition: all 0.2s ease-in;
}
.toggle-switch-small .toggle-switch-label:before {
@apply w-4;
}
.toggle-switch-checkbox:checked + .toggle-switch-label,
.toggle-switch-checkbox:checked + .toggle-switch-label:before {
}
.toggle-switch-checkbox:checked + .toggle-switch-label {
@apply bg-success-500;
}
.toggle-switch-alert .toggle-switch-checkbox:checked + .toggle-switch-label {
@apply bg-alert-600;
}
.toggle-switch-checkbox:checked + .toggle-switch-label:before {
@apply right-0;
}
.toggle-switch-checkbox:disabled + .toggle-switch-label {
@apply opacity-50;
}
.toggle-switch-checkbox:disabled + .toggle-switch-label:before {
@apply bg-base-200;
}
/* React-vis */
@import '~react-vis/dist/style.css';
/* Legend */
.horizontal-bar-legend .rv-discrete-color-legend-item {
padding: 3px 4px;
}
.horizontal-bar-legend {
border-top: 1px solid var(--base-300);
padding: 2px 0;
}
/* Legend color swatch */
.horizontal-bar-legend .rv-discrete-color-legend-item__color__path {
stroke-width: 3px;
stroke-linecap: round;
}
/* Legend item text */
.horizontal-bar-legend
.rv-discrete-color-legend-item.horizontal
.rv-discrete-color-legend-item__title {
display: inline-block;
font-size: 0.8em;
padding-left: 5px;
}
/* widget detail */
.widget-detail-bullet {
position: relative;
@apply font-500 py-2 px-1;
}
.widget-detail-bullet::before {
position: absolute;
left: -17px;
content: '';
top: 11px;
@apply rounded-full border-2 border-base-400 bg-base-100;
height: 9px;
width: 9px;
}
.before:before {
content: ' ';
}
.after:after {
content: ' ';
}
/** Widget arrows */
.arrow-up {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid var(--primary-800);
}
.arrow-down {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid var(--primary-800);
}
.arrow-right {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-left: 8px solid var(--primary-800);
}
.arrow-left {
width: 0;
height: 0;
border-top: 8px solid transparent;
border-bottom: 8px solid transparent;
border-right: 8px solid var(--base-400);
}
.table-group {
box-shadow: inset 0px -1px 0px 0px var(--base-400), 0 -1px 0 0 var(--base-400);
}
.table-group:hover {
box-shadow: inset 0 -1px 0px 0px var(--tertiary-400), 0 -1px 0 0 var(--tertiary-400);
}
.table-group-active {
box-shadow: 0 1px 0px 0px var(--tertiary-500), 0 -1px 0 0 var(--tertiary-500);
}
.horizontal-bar-responsive .rv-xy-plot {
@apply w-full h-full !important;
}
.horizontal-bar-responsive .rv-xy-plot__inner {
@apply max-w-full !important;
max-height: 272px !important;
}
.rv-xy-plot__grid-lines__line,
.rv-xy-plot__axis__line {
stroke: var(--base-300) !important;
stroke-width: 1px !important;
}
.graph-bottom-border:before {
content: '';
position: absolute;
width: 100%;
height: 1px;
background: var(--base-300);
bottom: 27px;
z-index: 1;
left: 0;
}
.rv-discrete-color-legend-item__title {
@apply text-base-500 font-700;
}
.horizontal-bar-responsive .horizontal-bar-legend {
@apply items-center justify-between flex absolute w-full;
bottom: -13px;
padding-top: 3px;
}
.pin-center {
top: 50%;
left: 50%;
}
/* multi-line truncation:
(not available in Tailwind)
see https://css-tricks.com/almanac/properties/l/line-clamp/
*/
.line-clamp {
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
padding-bottom: 1px; /* necessary to fix bug where descenders are cut off */
}
.pdf-export .line-clamp {
display: flex;
-webkit-line-clamp: initial;
-webkit-box-orient: initial;
overflow: initial;
padding-bottom: 0; /* necessary to fix bug where descenders are cut off */
}
.drag-grip {
width: 18px;
height: 40px;
overflow: hidden;
line-height: 4px;
padding-top: 2px;
padding-left: 2px;
cursor: move;
margin-right: 0.3em;
font-size: 10px;
font-family: sans-serif;
letter-spacing: 1px;
color: var(--base-800);
}
.drag-grip::after {
content: '... ... ... ... ... ... ...';
}
.network-overlay-bg-shadow {
box-shadow: 0 0 30px 0 rgba(81, 119, 255, 0.23);
background: rgba(81, 119, 255, 0.23);
}
.border-spacing-0 {
border-spacing: 0;
}
s::before,
s::after {
clip-path: inset(100%);
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap;
width: 1px;
}
s::before {
content: ' [start of stricken text] ';
}
s::after {
content: ' [end of stricken text] ';
}
.decoration-clone {
box-decoration-break: clone;
-webkit-box-decoration-break: clone;
}
.leading-looser {
line-height: 1.75rem;
} | 0.643441 | 0.061143 |
.chrys-background-color-bokeh-red-grey-3-1 {
background-color: #999999; }
.chrys-background-color-bokeh-red-grey-3-2 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-3-3 {
background-color: #ef8a62; }
.chrys-background-color-bokeh-red-grey-4-1 {
background-color: #404040; }
.chrys-background-color-bokeh-red-grey-4-2 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-4-3 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-4-4 {
background-color: #ca0020; }
.chrys-background-color-bokeh-red-grey-5-1 {
background-color: #404040; }
.chrys-background-color-bokeh-red-grey-5-2 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-5-3 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-5-4 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-5-5 {
background-color: #ca0020; }
.chrys-background-color-bokeh-red-grey-6-1 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-6-2 {
background-color: #999999; }
.chrys-background-color-bokeh-red-grey-6-3 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-6-4 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-6-5 {
background-color: #ef8a62; }
.chrys-background-color-bokeh-red-grey-6-6 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-7-1 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-7-2 {
background-color: #999999; }
.chrys-background-color-bokeh-red-grey-7-3 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-7-4 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-7-5 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-7-6 {
background-color: #ef8a62; }
.chrys-background-color-bokeh-red-grey-7-7 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-8-1 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-8-2 {
background-color: #878787; }
.chrys-background-color-bokeh-red-grey-8-3 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-8-4 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-8-5 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-8-6 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-8-7 {
background-color: #d6604d; }
.chrys-background-color-bokeh-red-grey-8-8 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-9-1 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-9-2 {
background-color: #878787; }
.chrys-background-color-bokeh-red-grey-9-3 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-9-4 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-9-5 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-9-6 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-9-7 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-9-8 {
background-color: #d6604d; }
.chrys-background-color-bokeh-red-grey-9-9 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-10-1 {
background-color: #1a1a1a; }
.chrys-background-color-bokeh-red-grey-10-2 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-10-3 {
background-color: #878787; }
.chrys-background-color-bokeh-red-grey-10-4 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-10-5 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-10-6 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-10-7 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-10-8 {
background-color: #d6604d; }
.chrys-background-color-bokeh-red-grey-10-9 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-10-10 {
background-color: #67001f; }
.chrys-background-color-bokeh-red-grey-11-1 {
background-color: #1a1a1a; }
.chrys-background-color-bokeh-red-grey-11-2 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-11-3 {
background-color: #878787; }
.chrys-background-color-bokeh-red-grey-11-4 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-11-5 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-11-6 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-11-7 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-11-8 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-11-9 {
background-color: #d6604d; }
.chrys-background-color-bokeh-red-grey-11-10 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-11-11 {
background-color: #67001f; } | demo/css/background-color/bokeh-red-grey.css | .chrys-background-color-bokeh-red-grey-3-1 {
background-color: #999999; }
.chrys-background-color-bokeh-red-grey-3-2 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-3-3 {
background-color: #ef8a62; }
.chrys-background-color-bokeh-red-grey-4-1 {
background-color: #404040; }
.chrys-background-color-bokeh-red-grey-4-2 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-4-3 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-4-4 {
background-color: #ca0020; }
.chrys-background-color-bokeh-red-grey-5-1 {
background-color: #404040; }
.chrys-background-color-bokeh-red-grey-5-2 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-5-3 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-5-4 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-5-5 {
background-color: #ca0020; }
.chrys-background-color-bokeh-red-grey-6-1 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-6-2 {
background-color: #999999; }
.chrys-background-color-bokeh-red-grey-6-3 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-6-4 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-6-5 {
background-color: #ef8a62; }
.chrys-background-color-bokeh-red-grey-6-6 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-7-1 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-7-2 {
background-color: #999999; }
.chrys-background-color-bokeh-red-grey-7-3 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-7-4 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-7-5 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-7-6 {
background-color: #ef8a62; }
.chrys-background-color-bokeh-red-grey-7-7 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-8-1 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-8-2 {
background-color: #878787; }
.chrys-background-color-bokeh-red-grey-8-3 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-8-4 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-8-5 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-8-6 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-8-7 {
background-color: #d6604d; }
.chrys-background-color-bokeh-red-grey-8-8 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-9-1 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-9-2 {
background-color: #878787; }
.chrys-background-color-bokeh-red-grey-9-3 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-9-4 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-9-5 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-9-6 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-9-7 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-9-8 {
background-color: #d6604d; }
.chrys-background-color-bokeh-red-grey-9-9 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-10-1 {
background-color: #1a1a1a; }
.chrys-background-color-bokeh-red-grey-10-2 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-10-3 {
background-color: #878787; }
.chrys-background-color-bokeh-red-grey-10-4 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-10-5 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-10-6 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-10-7 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-10-8 {
background-color: #d6604d; }
.chrys-background-color-bokeh-red-grey-10-9 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-10-10 {
background-color: #67001f; }
.chrys-background-color-bokeh-red-grey-11-1 {
background-color: #1a1a1a; }
.chrys-background-color-bokeh-red-grey-11-2 {
background-color: #4d4d4d; }
.chrys-background-color-bokeh-red-grey-11-3 {
background-color: #878787; }
.chrys-background-color-bokeh-red-grey-11-4 {
background-color: #bababa; }
.chrys-background-color-bokeh-red-grey-11-5 {
background-color: #e0e0e0; }
.chrys-background-color-bokeh-red-grey-11-6 {
background-color: #ffffff; }
.chrys-background-color-bokeh-red-grey-11-7 {
background-color: #fddbc7; }
.chrys-background-color-bokeh-red-grey-11-8 {
background-color: #f4a582; }
.chrys-background-color-bokeh-red-grey-11-9 {
background-color: #d6604d; }
.chrys-background-color-bokeh-red-grey-11-10 {
background-color: #b2182b; }
.chrys-background-color-bokeh-red-grey-11-11 {
background-color: #67001f; } | 0.559771 | 0.10026 |
* {
font-family: 'Montserrat';
font-weight: normal;
font-style: normal;
}
/* Couleur menu droit */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
background: #fff;
}
/* Polices */
@font-face {
font-family: 'Montserrat';
src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Sanchez';
src: url('../fonts/Sanchez/Sanchezregular.otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Sanchez';
src: url('../fonts/Sanchez/Sanchezregular-ita.otf');
font-weight: normal;
font-style: italic;
}
/* Tailles,couleurs ... des caractères */
.text_big {
font-size: 175%;
}
.text_huge {
font-size: 400%;
}
.text_important {
color: #e7857b;
}
.text_bleu {
color: #18857f;
}
/** ANIMATIONS **/
@keyframes apparition {
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes disparition {
0% {opacity:1;}
100% {opacity:0;}
}
@keyframes dezoom_slide3 {
to {
font-size: 100%;
top:8%
}
}
@keyframes rezoom_slide3 {
to {
font-size: 125%;
top:38%
}
}
@keyframes dezoom_s7 {
to {
font-size: 130%;
top:7%
}
}
@keyframes disparition_ville1_slide3 {
to {
bottom: 100%;
}
}
@keyframes de_disparition_ville1_slide3 {
to {
bottom: -75%;
}
}
@keyframes apparition_ville1_slide3 {
to {
bottom: -75%;
}
}
@keyframes de_apparition_ville1_slide3 {
to {
bottom: -180%;
}
}
@keyframes apparition_ville2_slide3 {
to {
left: -2%;
}
}
@keyframes de_apparition_ville2_slide3 {
to {
left: -38%;
}
}
@keyframes apparition_revenu_median_slide3 {
to {
left: 3%;
}
}
@keyframes disparition_revenu_median_slide3 {
to {
left: -75%;
}
}
@keyframes apparition_donut_slide3 {
to {
right: -5%;
}
}
@keyframes disparition_donut_slide3 {
to {
right: -150%;
}
}
/** CONFIG SLIDES **/
.section {
display: flex;
color: white;
text-align: center;
}
.section h1 {
display: block;
margin-right: 10%;
margin-left: 10%;
margin-bottom: 2%;
font-size: 200%;
}
.section h2 {
font-size: 150%;
font-weight: bold;
}
#slide1, #slide2, #slide3, #slide4, #slide5, #slide6 {
background-color: #ffd44a;
}
#slide7, #slide8, #slide9, #slide10, #slide11, #slide12, #slide13{
background-color: #62ed9d;
}
#slide1 {
}
/** SLIDE 1 **/
#slide1 h1 {
animation: apparition 1.5s linear forwards 0s;
text-transform : uppercase;
}
#slide1 h2 {
opacity:0;
animation: apparition 1.5s linear forwards 1s;
text-transform : uppercase;
}
#fleche {
position: absolute;
bottom: 3%;
top: auto;
left:48%;
width: 2%;
}
#div_apparition_fleche {
opacity: 0;
}
.apparition_fleche {
animation: apparition 1.5s linear forwards 2s;
}
/** SLIDE 2 **/
#video{
position: absolute;
right: 0;
bottom: 0;
top:0;
right:0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-color: #ffd44a;
background-position: center center;
background-size: contain;
z-index:3;
}
/** SLIDE 3 **/
#myChart{
position: absolute;
right: 35%;
top: 40%;
}
#text_slide3_app {
position: absolute;
font-size: 125%;
left:0;
right: 0;
top:38%;
bottom: 0;
text-transform : uppercase;
}
#revenu_median {
position: absolute;
top:32%;
left:-75%;
}
#ville1_slide3 {
position: absolute;
bottom: -180%;
right: -10%;
width: 120%;
}
#ville2_slide3 {
position: absolute;
bottom: -17%;
left: -38%;
width: 40%;
}
#donut {
position: absolute;
top:15%;
right:-150%;
}
#text_slide3_app.dezoom {
animation: dezoom_slide3 1s linear forwards;
}
#text_slide3_app.rezoom {
animation: rezoom_slide3 1s linear forwards;
}
#titre_slide3.apparition {
animation: apparition 1.5s linear forwards;
}
#titre_slide3.disparition {
animation: disparition linear forwards;
}
#ville1_slide3.apparition {
animation: apparition_ville1_slide3 2s linear forwards;
}
#ville1_slide3.de_apparition {
animation: de_apparition_ville1_slide3 2s linear forwards;
}
#text_slide3_disp.disparition {
animation: disparition 1s linear forwards;
}
#text_slide3_disp.de_disparition {
animation: apparition 1s linear forwards;
}
#ville1_slide3.disparition {
animation: disparition_ville1_slide3 2s linear forwards;
}
#ville1_slide3.de_disparition {
animation: apparition_ville1_slide3 3s linear forwards;
}
#ville2_slide3.apparition {
animation: apparition_ville2_slide3 2s linear forwards;
}
#ville2_slide3.de_apparition {
animation: de_apparition_ville2_slide3 2s linear forwards;
}
#revenu_median.apparition {
animation: apparition_revenu_median_slide3 1.5s linear forwards;
}
#revenu_median.disparition {
animation: disparition_revenu_median_slide3 1.5s linear forwards;
}
#donut.apparition {
animation: apparition_donut_slide3 1.5s linear forwards;
}
#donut.disparition {
animation: disparition_donut_slide3 1.5s linear forwards;
}
#myChart2 {
display: flex;
position: center;
margin-left: 20%;
}
/** SLIDE 4 **/
#slide4 {
font-size: 125%;
font-family: 'Sanchez'
}
/** SLIDE 5 **/
#slide5 h1{
text-transform: uppercase;
font-size: 150%;
}
#slide5{
height: 100%;
}
#partie_gauche{
display: inline-block;
width: 45%;
/*margin-top: 30%;*/
}
#partie_droite{
display: inline-block;
height: 80%;
width: 49%;
/*margin-top: -20%*/;
}
#titre_gauche{position: absolute; bottom: 80%; left: 10%; opacity:0;}
#texte_gauche{opacity: 0;}
/*#bloc_texte{position: absolute; bottom: 65%; left: 10%;}*/
#b1{position: absolute; bottom: 65.5%; left: 5%;}
#b2{position: absolute; bottom: 65%; left: 15%; font-size: 120%;}
/*#image_gauche{position: absolute; bottom: 50%; left: 10%;}*/
#img_micro {position: absolute; bottom: 25%; left: 25%; width: 30%; height: 30%;}
#img_lave_linge {position: absolute; bottom: 25%; left: 15%; width: 30%; height: 35%;}
#img_commode {position: absolute; bottom: 25%; left: 3%; width: 30%; height: 40%;}
#img_grille_pain {position: absolute; bottom: 25%; left: -9%; width: 30%; height: 30%;}
#img_ligne {position: absolute; bottom: 20%; left: 2%; width: 43%;}
#tonnes{position: absolute; bottom: 2%; left: 5%; font-size: 200%;}
#text1{position: absolute; bottom: 12%; left: 20%; font-size: 150%;}
#text2{position: absolute; bottom: 12%; left: 30%; font-size: 150%;}
#text3{position: absolute; bottom: 7%; left: 20%; font-size: 150%;}
#text4{position: absolute; bottom: 7%; left: 30%; font-size: 150%;}
#bloc_texte{opacity: 0;}
#titre_droite{position: absolute; bottom: 70%; right: 40%; opacity: 0;}
#bloc3{display: inline-block; width: 45%; font-size: 150%;}
#num6{display: inline-block; width: 45%;font-size: 600%}
#habitat1{position: absolute; bottom: 66%; right: 30.5%;}
#habitat2{position: absolute; bottom: 59.5%; right: 30.5%;}
#habitat3{position: absolute; bottom: 53%; right: 30.5%;}
#habitat5{position: absolute; bottom: 46.5%; right: 30.5%;}
#habitat4{position: absolute; bottom: 40%; right: 30.5%;}
#habitat6{position: absolute; bottom: 34.5%; right: 30.5%; }
#nom_bailleur{opacity: 0;}
#ligne1{position: absolute; bottom: 68%; right: 25%; width: 5%;}
#ligne2{position: absolute; bottom: 61.5%; right: 25%; width: 5%;}
#ligne3{position: absolute; bottom: 55%; right: 25%; width: 5%;}
#ligne4{position: absolute; bottom: 48.5%; right: 25%; width: 5%;}
#ligne5{position: absolute; bottom: 42%; right: 25%; width: 5%;}
#ligne6{position: absolute; bottom: 36.5%; right: 25%; width: 5%;}
#ligne{opacity: 0;}
#bloc1 {}
#bloc2 {}
#num6 {}
#image_gauche{}
#micro-onde{display: inline-block; width: 23%; opacity: 0;}
#lave{display: inline-block; width: 23%; opacity: 0;}
#commode{display: inline-block; width: 23%; opacity: 0;}
#grille_pain{display: inline-block; width: 23%; opacity: 0;}
#b_gauche{display: inline-block; width: 35%;}
#traits{display: inline-block; width: 10%; opacity: 0;}
#image_bailleur{display: inline-block; width: 20%;}
#dates{display: inline-block;width: 15%; opacity: 0;}
#img_bloc1 {position: absolute; bottom: 23%; right: 11.5%; width: 16.5%; margin-top:-30%; opacity: 0;}
#img_bloc2 {position: absolute; bottom: 30.5%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc3 {position: absolute; bottom: 36%; right: 15%; width: 10%;margin-top:-30%; opacity: 0;}
#img_bloc4 {position: absolute; bottom: 42.5%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc5 {position: absolute; bottom: 49%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc6 {position: absolute; bottom: 55.5%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc7 {position: absolute; bottom: 62%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc8 {position: absolute; bottom: 68.5%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_2016 {position: absolute; bottom: 68.5%; right: 7.5%; width: 5%;}
#img_2015 {position: absolute; bottom: 49%; right: 7.5%; width: 5%;}
#img_2012 {position: absolute; bottom: 35%; right: 7.5%; width: 5%; }
#date2016, #date2015, #date2012{
/*margin-bottom: 70%;*/
}
.verticalLine {
border-left: thick solid #ffffff;
}
#bloc4 {font-size: 50%;}
/*#bloc1 {position: absolute; top:25%; left: 5%;}
#bloc2 {position: absolute; top:30%; left: 15%;}
#num6 {position: absolute; top:20%; right: 35%;}
#img_bloc1 {position: absolute; bottom: 15%; right: 10%; width: 15%; height: 15%;}
#img_bloc2 {position: absolute; bottom: 20%; right: 15%; width: 10%; height: 10%;}
#img_bloc3 {position: absolute; bottom: 25%; right: 15%; width: 10%; height: 10%;}
#img_bloc4 {position: absolute; bottom: 30%; right: 15%; width: 10%; height: 10%;}
#img_bloc5 {position: absolute; bottom: 35%; right: 15%; width: 10%; height: 10%;}
#img_bloc6 {position: absolute; bottom: 40%; right: 15%; width: 10%; height: 10%;}
#img_bloc7 {position: absolute; bottom: 45%; right: 15%; width: 10%; height: 10%;}
#img_bloc8 {position: absolute; bottom: 50%; right: 15%; width: 10%; height: 10%;}
#img_2016 {position: absolute; bottom: 50%; right: 5%; width: 10%; height: 10%;}
#img_2015 {position: absolute; bottom: 30%; right: 5%; width: 10%; height: 10%;}
#img_2012 {position: absolute; bottom: 15%; right: 5%; width: 10%; height: 10%;}
#bloc3 {position: absolute; top:20%; right: 30%;}
#img_micro {position: absolute; bottom: 20%; left: 15%; width: 30%; height: 30%;}
#img_lave_linge {position: absolute; bottom: 20%; left: 7.5%; width: 35%; height: 35%;}
#img_commode {position: absolute; bottom: 20%; left: 0%; width: 35%; height: 40%;}
#img_grille_pain {position: absolute; bottom: 20%; left: -7.5%; width: 35%; height: 30%;}
#img_ligne {position: absolute; bottom: 10%; left: 0%; width: 35%; height: 30%;}
#tonnes {position: absolute; bottom: 10%; left: 10%;}
.verticalLine {
border-left: thick solid #ffffff;
}
#bloc4 {position: absolute; bottom: 10%; left: 18%; font-size: 50%;}*/
.apparition_titre_slide5{
animation: apparition 2s linear forwards 2s;
}
.apparition_temps2_slide5{
animation: apparition 2s linear forwards 4s;
}
.apparition_temps3_slide5{
animation: apparition 2s linear forwards 6s;
}
.apparition_temps4_slide5{
animation: apparition 2s linear forwards 8s;
}
.apparition_temps5_slide5{
animation: apparition 2s linear forwards 10s;
}
.apparition_temps6_slide5{
animation: apparition 2s linear forwards 12s;
}
.apparition_temps7_slide5{
animation: apparition 2s linear forwards 14s;
}
/** SLIDE 6 **/
#t22{
top : 20%;
height : 10%;
}
#op1,#op2,#op22{
width: 40%;
height : 38%;
bottom: 10%
}
.bleuciel{
color : #10DBF0;
}
#t2{
opacity :0;
top: 5;
right: 12%;
left : 12%;
}
#t3{
opacity :0;
top : -100%;
}
#t4{
opacity :0;
top: 5%;
right: 10%;
left : 10%;
}
#t5{
opacity :0;
position: absolute;
top: 50%;
right: 10%;
left : 10%;
}
#t6{
font-size: 120%;
opacity :0;
position: absolute;
bottom: 12%;
right: 10%;
left : 10%;
}
#op1,#op2,#op3,#t6,#op4{
opacity: 0;
}
.apparition_t2{
animation: fadeInUp 2000ms linear forwards 1s;
}
.apparition_op1{
animation: apparition 2s linear forwards 2500ms;
position : absolute;
top : 40%;
left : 30%;
}
.disparition_t2{
animation: fadeOutUpBig 3s linear forwards 7s;
}
.disparition_op1{
animation: disparition 2s linear forwards 8s;
}
.apparition_op2{
animation: apparition 2s linear forwards 8500ms;
position : absolute;
top : 10%;
height: 60%;
width: 60%;
}
.apparition_t3{
animation: fadeInUp 800ms linear forwards 9000ms;
}
.apparition_t4{
animation: fadeInUp 800ms linear forwards 11000ms;
}
.disparition_t3{
animation: fadeOutDownBig 3s linear forwards 20000ms;
}
.disparition_op2{
animation: disparition 2s linear forwards 20000ms;
}
.apparition_op3{
animation: apparition 2s linear forwards 20500ms;
position : absolute;
top : 0%;
height: 50%;
width: 40%;
left : 30%;
}
.apparition_t5{
animation: fadeInUp 800ms linear forwards 21000ms;
top : -50%;
}
.apparition_op4{
animation: apparition 2s linear forwards 21000ms;
position : absolute;
top : 70%;
width: 85%;
left : 8%;
}
.apparition_t6{
animation: fadeInUp 800ms linear forwards 22000ms;
bottom : 15%;
}
/** SLIDE 7 **/
#titre1_s7, #titre2_s7{opacity: 0; font-size: 170%;}
#titre_s7{position: absolute; left: 0; right: 0; top: 35%;}
#img_nadia{position: absolute; opacity: 0; width: 35%; bottom: 20%; left: 5%;}
#texte_s7{position: absolute; opacity: 0; right : 10%; bottom: 28%; font-size: 150%;}
.dezoom_s7 {
animation: dezoom_s7 1.5s linear forwards 6s;
}
/** SLIDE 8 **/
#myChart2{position: absolute; top: 20%; right: 10%; opacity: 0;}
#titre_s8{position: absolute; top: 5%; left: 20%; font-size: 170%; opacity: 0;}
#text_slide8{position: absolute; top : 40%; left: 10%; font-size: 150%; opacity: 0;}
#source_s8{font-size: 50% !important;}
#legende_data_slide8{position: absolute; bottom: 4%; right: 22.5%; font-size: 75%; opacity: 0;}
/* slide 9 */
@keyframes dezoome {
from {
}
to {
font-size: 95%;
margin-top : -20%;
margin-left: auto;
margin-right: auto;
}
}
#u1{
opacity:0;
position: absolute;
width: 100%;
bottom : 25%;
}
#u2{
opacity:0;
position: absolute;
width: 100%;
bottom : 15%;
}
#t9{
opacity: 0;
position: absolute;
bottom : 40%;
width: 100%
}
#t7{
opacity:0;
position: absolute;
width: 83%;
}
#t1{
opacity :0;
position: absolute;
bottom: 35%;
font-size: 120%;
right: 30%;
}
#jeff{
opacity: 0;
position: absolute;
}
#u3{
opacity:0;
position: absolute;
width: 100%;
bottom : 17%;
}
#s2{
opacity: 0;
position: absolute;
left : 45%;
width: 45%;
}
#s1{
opacity: 0;
position: absolute;
right : 55%;
width: 45%;
}
.apparition_t7{
animation: fadeIn 2000ms linear forwards 1s;
}
.apparition_t8{
animation: fadeInUp 2000ms linear forwards 2s;
}
.dezoome{
animation: dezoome 1s linear forwards 4s;
}
.apparition_t9{
animation: fadeIn 2000ms linear forwards 5s;
}
.apparition_t1{
animation: fadeIn 2000ms linear forwards 5050ms;
}
.disparition{
animation: fadeOut 2s linear forwards 15s;
}
.apparition_jeff{
animation : apparition 800ms linear forwards 15500ms;
top : 0%;
height: 50%;
width: 40%;
left : 30%;
}
.apparition_u1{
animation: fadeIn 2000ms linear forwards 16s;
}
.apparition_u2{
animation: fadeIn 2000ms linear forwards 16500ms;
}
.disparition_u{
animation: disparition 2s linear forwards 26s;
}
.apparition_s{
animation : apparition 800ms linear forwards 26500ms;
top : 0%;
height: 50%;
width: 40%;
}
.apparition_u3{
animation: fadeIn 2000ms linear forwards 27s;
}
/** SLIDE 10 **/
#slide10 #paragraphe10 {
position: absolute;
top: 25%;
left: 20%;
}
#text1_slide10, #text2_slide10, #presNadia {
opacity: 0;
}
#slide10 p {
margin-bottom: 6%;
}
#img_nadia2{ position: absolute; bottom: 30%; left: -2%; width: 25%; opacity: 0;}
/** SLIDE 11 **/
#img_animation { position: absolute; top: 15%; left: 30%; width: 50%; }
#text1_slide11, #text2_slide11, #img_animation {
opacity: 0;
}
#text1_slide11{position: absolute; top: 5%; left: 30%; font-size: 150%;}
#text2_slide11{position: absolute; bottom: 5%; left: 20%; font-size: 125%;}
/** SLIDE 12, CREDITS **/
#p1, #p2, #p3, #social_network {
opacity: 0;
}
#paragraphe{
position: absolute;
right: 0;
left: 0;
top:10%;
font-size: 120%;
}
#social_network {
margin-top: 3%;
margin-right: 2%;
}
#social_network li {
display: inline-block;
}
#social_network img {
height: 50px;
}
#bandeau {
padding-bottom: 3%;
background-color: white;
height: 15%;
width: 100%;
position: absolute;
bottom: 0;
}
#bandeau li{
list-style-type: none;
display: inline-block;
vertical-align: middle;
margin: 1px 5px 1px;
}
#bandeau img {
height: 40px;
}
#bandeau ul{
text-align: center;
}
.apparition_p1 {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_p2 {
animation: apparition 1.5s linear forwards 2s;
}
.apparition_p3 {
animation: apparition 1.5s linear forwards 3s;
}
.apparition_logos {
animation: apparition 1.5s linear forwards 4s;
}
.apparition_text1_slide10 {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_text2_slide10 {
animation: apparition 1.5s linear forwards 2s;
}
.apparition_img_nadia2 {
animation: apparition 1.5s linear forwards 3s;
}
.apparition_presNadia {
animation: apparition 1.5s linear forwards 3s;
}
.apparition_text1_slide11 {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_img_animation {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_text2_slide11 {
animation: apparition 1.5s linear forwards 2s;
}
/** SLIDE 13 **/
#partie1_slide13, #partie2_slide13 {
opacity: 0;
}
#slide13 h1 {
position: absolute;
top: 5%;
left: 25%;
text-transform: uppercase;;
}
#slide13 hr {
position: absolute;
top: 16%;
left: 44%;
}
#liste_noms li{
list-style-type: none;
display: inline-block;
vertical-align: middle;
margin: 0% 3% 2%;
}
.apparition_partie1_slide13 {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_partie2_slide13 {
animation: apparition 1.5s linear forwards 2s;
} | open_odyssey/public/css/main.css |
* {
font-family: 'Montserrat';
font-weight: normal;
font-style: normal;
}
/* Couleur menu droit */
#fp-nav ul li a span, .fp-slidesNav ul li a span {
background: #fff;
}
/* Polices */
@font-face {
font-family: 'Montserrat';
src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Montserrat';
src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Sanchez';
src: url('../fonts/Sanchez/Sanchezregular.otf');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'Sanchez';
src: url('../fonts/Sanchez/Sanchezregular-ita.otf');
font-weight: normal;
font-style: italic;
}
/* Tailles,couleurs ... des caractères */
.text_big {
font-size: 175%;
}
.text_huge {
font-size: 400%;
}
.text_important {
color: #e7857b;
}
.text_bleu {
color: #18857f;
}
/** ANIMATIONS **/
@keyframes apparition {
0% {opacity:0;}
100% {opacity:1;}
}
@keyframes disparition {
0% {opacity:1;}
100% {opacity:0;}
}
@keyframes dezoom_slide3 {
to {
font-size: 100%;
top:8%
}
}
@keyframes rezoom_slide3 {
to {
font-size: 125%;
top:38%
}
}
@keyframes dezoom_s7 {
to {
font-size: 130%;
top:7%
}
}
@keyframes disparition_ville1_slide3 {
to {
bottom: 100%;
}
}
@keyframes de_disparition_ville1_slide3 {
to {
bottom: -75%;
}
}
@keyframes apparition_ville1_slide3 {
to {
bottom: -75%;
}
}
@keyframes de_apparition_ville1_slide3 {
to {
bottom: -180%;
}
}
@keyframes apparition_ville2_slide3 {
to {
left: -2%;
}
}
@keyframes de_apparition_ville2_slide3 {
to {
left: -38%;
}
}
@keyframes apparition_revenu_median_slide3 {
to {
left: 3%;
}
}
@keyframes disparition_revenu_median_slide3 {
to {
left: -75%;
}
}
@keyframes apparition_donut_slide3 {
to {
right: -5%;
}
}
@keyframes disparition_donut_slide3 {
to {
right: -150%;
}
}
/** CONFIG SLIDES **/
.section {
display: flex;
color: white;
text-align: center;
}
.section h1 {
display: block;
margin-right: 10%;
margin-left: 10%;
margin-bottom: 2%;
font-size: 200%;
}
.section h2 {
font-size: 150%;
font-weight: bold;
}
#slide1, #slide2, #slide3, #slide4, #slide5, #slide6 {
background-color: #ffd44a;
}
#slide7, #slide8, #slide9, #slide10, #slide11, #slide12, #slide13{
background-color: #62ed9d;
}
#slide1 {
}
/** SLIDE 1 **/
#slide1 h1 {
animation: apparition 1.5s linear forwards 0s;
text-transform : uppercase;
}
#slide1 h2 {
opacity:0;
animation: apparition 1.5s linear forwards 1s;
text-transform : uppercase;
}
#fleche {
position: absolute;
bottom: 3%;
top: auto;
left:48%;
width: 2%;
}
#div_apparition_fleche {
opacity: 0;
}
.apparition_fleche {
animation: apparition 1.5s linear forwards 2s;
}
/** SLIDE 2 **/
#video{
position: absolute;
right: 0;
bottom: 0;
top:0;
right:0;
width: 100%;
height: 100%;
background-size: 100% 100%;
background-color: #ffd44a;
background-position: center center;
background-size: contain;
z-index:3;
}
/** SLIDE 3 **/
#myChart{
position: absolute;
right: 35%;
top: 40%;
}
#text_slide3_app {
position: absolute;
font-size: 125%;
left:0;
right: 0;
top:38%;
bottom: 0;
text-transform : uppercase;
}
#revenu_median {
position: absolute;
top:32%;
left:-75%;
}
#ville1_slide3 {
position: absolute;
bottom: -180%;
right: -10%;
width: 120%;
}
#ville2_slide3 {
position: absolute;
bottom: -17%;
left: -38%;
width: 40%;
}
#donut {
position: absolute;
top:15%;
right:-150%;
}
#text_slide3_app.dezoom {
animation: dezoom_slide3 1s linear forwards;
}
#text_slide3_app.rezoom {
animation: rezoom_slide3 1s linear forwards;
}
#titre_slide3.apparition {
animation: apparition 1.5s linear forwards;
}
#titre_slide3.disparition {
animation: disparition linear forwards;
}
#ville1_slide3.apparition {
animation: apparition_ville1_slide3 2s linear forwards;
}
#ville1_slide3.de_apparition {
animation: de_apparition_ville1_slide3 2s linear forwards;
}
#text_slide3_disp.disparition {
animation: disparition 1s linear forwards;
}
#text_slide3_disp.de_disparition {
animation: apparition 1s linear forwards;
}
#ville1_slide3.disparition {
animation: disparition_ville1_slide3 2s linear forwards;
}
#ville1_slide3.de_disparition {
animation: apparition_ville1_slide3 3s linear forwards;
}
#ville2_slide3.apparition {
animation: apparition_ville2_slide3 2s linear forwards;
}
#ville2_slide3.de_apparition {
animation: de_apparition_ville2_slide3 2s linear forwards;
}
#revenu_median.apparition {
animation: apparition_revenu_median_slide3 1.5s linear forwards;
}
#revenu_median.disparition {
animation: disparition_revenu_median_slide3 1.5s linear forwards;
}
#donut.apparition {
animation: apparition_donut_slide3 1.5s linear forwards;
}
#donut.disparition {
animation: disparition_donut_slide3 1.5s linear forwards;
}
#myChart2 {
display: flex;
position: center;
margin-left: 20%;
}
/** SLIDE 4 **/
#slide4 {
font-size: 125%;
font-family: 'Sanchez'
}
/** SLIDE 5 **/
#slide5 h1{
text-transform: uppercase;
font-size: 150%;
}
#slide5{
height: 100%;
}
#partie_gauche{
display: inline-block;
width: 45%;
/*margin-top: 30%;*/
}
#partie_droite{
display: inline-block;
height: 80%;
width: 49%;
/*margin-top: -20%*/;
}
#titre_gauche{position: absolute; bottom: 80%; left: 10%; opacity:0;}
#texte_gauche{opacity: 0;}
/*#bloc_texte{position: absolute; bottom: 65%; left: 10%;}*/
#b1{position: absolute; bottom: 65.5%; left: 5%;}
#b2{position: absolute; bottom: 65%; left: 15%; font-size: 120%;}
/*#image_gauche{position: absolute; bottom: 50%; left: 10%;}*/
#img_micro {position: absolute; bottom: 25%; left: 25%; width: 30%; height: 30%;}
#img_lave_linge {position: absolute; bottom: 25%; left: 15%; width: 30%; height: 35%;}
#img_commode {position: absolute; bottom: 25%; left: 3%; width: 30%; height: 40%;}
#img_grille_pain {position: absolute; bottom: 25%; left: -9%; width: 30%; height: 30%;}
#img_ligne {position: absolute; bottom: 20%; left: 2%; width: 43%;}
#tonnes{position: absolute; bottom: 2%; left: 5%; font-size: 200%;}
#text1{position: absolute; bottom: 12%; left: 20%; font-size: 150%;}
#text2{position: absolute; bottom: 12%; left: 30%; font-size: 150%;}
#text3{position: absolute; bottom: 7%; left: 20%; font-size: 150%;}
#text4{position: absolute; bottom: 7%; left: 30%; font-size: 150%;}
#bloc_texte{opacity: 0;}
#titre_droite{position: absolute; bottom: 70%; right: 40%; opacity: 0;}
#bloc3{display: inline-block; width: 45%; font-size: 150%;}
#num6{display: inline-block; width: 45%;font-size: 600%}
#habitat1{position: absolute; bottom: 66%; right: 30.5%;}
#habitat2{position: absolute; bottom: 59.5%; right: 30.5%;}
#habitat3{position: absolute; bottom: 53%; right: 30.5%;}
#habitat5{position: absolute; bottom: 46.5%; right: 30.5%;}
#habitat4{position: absolute; bottom: 40%; right: 30.5%;}
#habitat6{position: absolute; bottom: 34.5%; right: 30.5%; }
#nom_bailleur{opacity: 0;}
#ligne1{position: absolute; bottom: 68%; right: 25%; width: 5%;}
#ligne2{position: absolute; bottom: 61.5%; right: 25%; width: 5%;}
#ligne3{position: absolute; bottom: 55%; right: 25%; width: 5%;}
#ligne4{position: absolute; bottom: 48.5%; right: 25%; width: 5%;}
#ligne5{position: absolute; bottom: 42%; right: 25%; width: 5%;}
#ligne6{position: absolute; bottom: 36.5%; right: 25%; width: 5%;}
#ligne{opacity: 0;}
#bloc1 {}
#bloc2 {}
#num6 {}
#image_gauche{}
#micro-onde{display: inline-block; width: 23%; opacity: 0;}
#lave{display: inline-block; width: 23%; opacity: 0;}
#commode{display: inline-block; width: 23%; opacity: 0;}
#grille_pain{display: inline-block; width: 23%; opacity: 0;}
#b_gauche{display: inline-block; width: 35%;}
#traits{display: inline-block; width: 10%; opacity: 0;}
#image_bailleur{display: inline-block; width: 20%;}
#dates{display: inline-block;width: 15%; opacity: 0;}
#img_bloc1 {position: absolute; bottom: 23%; right: 11.5%; width: 16.5%; margin-top:-30%; opacity: 0;}
#img_bloc2 {position: absolute; bottom: 30.5%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc3 {position: absolute; bottom: 36%; right: 15%; width: 10%;margin-top:-30%; opacity: 0;}
#img_bloc4 {position: absolute; bottom: 42.5%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc5 {position: absolute; bottom: 49%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc6 {position: absolute; bottom: 55.5%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc7 {position: absolute; bottom: 62%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_bloc8 {position: absolute; bottom: 68.5%; right: 15%; width: 10%; margin-top:-30%; opacity: 0;}
#img_2016 {position: absolute; bottom: 68.5%; right: 7.5%; width: 5%;}
#img_2015 {position: absolute; bottom: 49%; right: 7.5%; width: 5%;}
#img_2012 {position: absolute; bottom: 35%; right: 7.5%; width: 5%; }
#date2016, #date2015, #date2012{
/*margin-bottom: 70%;*/
}
.verticalLine {
border-left: thick solid #ffffff;
}
#bloc4 {font-size: 50%;}
/*#bloc1 {position: absolute; top:25%; left: 5%;}
#bloc2 {position: absolute; top:30%; left: 15%;}
#num6 {position: absolute; top:20%; right: 35%;}
#img_bloc1 {position: absolute; bottom: 15%; right: 10%; width: 15%; height: 15%;}
#img_bloc2 {position: absolute; bottom: 20%; right: 15%; width: 10%; height: 10%;}
#img_bloc3 {position: absolute; bottom: 25%; right: 15%; width: 10%; height: 10%;}
#img_bloc4 {position: absolute; bottom: 30%; right: 15%; width: 10%; height: 10%;}
#img_bloc5 {position: absolute; bottom: 35%; right: 15%; width: 10%; height: 10%;}
#img_bloc6 {position: absolute; bottom: 40%; right: 15%; width: 10%; height: 10%;}
#img_bloc7 {position: absolute; bottom: 45%; right: 15%; width: 10%; height: 10%;}
#img_bloc8 {position: absolute; bottom: 50%; right: 15%; width: 10%; height: 10%;}
#img_2016 {position: absolute; bottom: 50%; right: 5%; width: 10%; height: 10%;}
#img_2015 {position: absolute; bottom: 30%; right: 5%; width: 10%; height: 10%;}
#img_2012 {position: absolute; bottom: 15%; right: 5%; width: 10%; height: 10%;}
#bloc3 {position: absolute; top:20%; right: 30%;}
#img_micro {position: absolute; bottom: 20%; left: 15%; width: 30%; height: 30%;}
#img_lave_linge {position: absolute; bottom: 20%; left: 7.5%; width: 35%; height: 35%;}
#img_commode {position: absolute; bottom: 20%; left: 0%; width: 35%; height: 40%;}
#img_grille_pain {position: absolute; bottom: 20%; left: -7.5%; width: 35%; height: 30%;}
#img_ligne {position: absolute; bottom: 10%; left: 0%; width: 35%; height: 30%;}
#tonnes {position: absolute; bottom: 10%; left: 10%;}
.verticalLine {
border-left: thick solid #ffffff;
}
#bloc4 {position: absolute; bottom: 10%; left: 18%; font-size: 50%;}*/
.apparition_titre_slide5{
animation: apparition 2s linear forwards 2s;
}
.apparition_temps2_slide5{
animation: apparition 2s linear forwards 4s;
}
.apparition_temps3_slide5{
animation: apparition 2s linear forwards 6s;
}
.apparition_temps4_slide5{
animation: apparition 2s linear forwards 8s;
}
.apparition_temps5_slide5{
animation: apparition 2s linear forwards 10s;
}
.apparition_temps6_slide5{
animation: apparition 2s linear forwards 12s;
}
.apparition_temps7_slide5{
animation: apparition 2s linear forwards 14s;
}
/** SLIDE 6 **/
#t22{
top : 20%;
height : 10%;
}
#op1,#op2,#op22{
width: 40%;
height : 38%;
bottom: 10%
}
.bleuciel{
color : #10DBF0;
}
#t2{
opacity :0;
top: 5;
right: 12%;
left : 12%;
}
#t3{
opacity :0;
top : -100%;
}
#t4{
opacity :0;
top: 5%;
right: 10%;
left : 10%;
}
#t5{
opacity :0;
position: absolute;
top: 50%;
right: 10%;
left : 10%;
}
#t6{
font-size: 120%;
opacity :0;
position: absolute;
bottom: 12%;
right: 10%;
left : 10%;
}
#op1,#op2,#op3,#t6,#op4{
opacity: 0;
}
.apparition_t2{
animation: fadeInUp 2000ms linear forwards 1s;
}
.apparition_op1{
animation: apparition 2s linear forwards 2500ms;
position : absolute;
top : 40%;
left : 30%;
}
.disparition_t2{
animation: fadeOutUpBig 3s linear forwards 7s;
}
.disparition_op1{
animation: disparition 2s linear forwards 8s;
}
.apparition_op2{
animation: apparition 2s linear forwards 8500ms;
position : absolute;
top : 10%;
height: 60%;
width: 60%;
}
.apparition_t3{
animation: fadeInUp 800ms linear forwards 9000ms;
}
.apparition_t4{
animation: fadeInUp 800ms linear forwards 11000ms;
}
.disparition_t3{
animation: fadeOutDownBig 3s linear forwards 20000ms;
}
.disparition_op2{
animation: disparition 2s linear forwards 20000ms;
}
.apparition_op3{
animation: apparition 2s linear forwards 20500ms;
position : absolute;
top : 0%;
height: 50%;
width: 40%;
left : 30%;
}
.apparition_t5{
animation: fadeInUp 800ms linear forwards 21000ms;
top : -50%;
}
.apparition_op4{
animation: apparition 2s linear forwards 21000ms;
position : absolute;
top : 70%;
width: 85%;
left : 8%;
}
.apparition_t6{
animation: fadeInUp 800ms linear forwards 22000ms;
bottom : 15%;
}
/** SLIDE 7 **/
#titre1_s7, #titre2_s7{opacity: 0; font-size: 170%;}
#titre_s7{position: absolute; left: 0; right: 0; top: 35%;}
#img_nadia{position: absolute; opacity: 0; width: 35%; bottom: 20%; left: 5%;}
#texte_s7{position: absolute; opacity: 0; right : 10%; bottom: 28%; font-size: 150%;}
.dezoom_s7 {
animation: dezoom_s7 1.5s linear forwards 6s;
}
/** SLIDE 8 **/
#myChart2{position: absolute; top: 20%; right: 10%; opacity: 0;}
#titre_s8{position: absolute; top: 5%; left: 20%; font-size: 170%; opacity: 0;}
#text_slide8{position: absolute; top : 40%; left: 10%; font-size: 150%; opacity: 0;}
#source_s8{font-size: 50% !important;}
#legende_data_slide8{position: absolute; bottom: 4%; right: 22.5%; font-size: 75%; opacity: 0;}
/* slide 9 */
@keyframes dezoome {
from {
}
to {
font-size: 95%;
margin-top : -20%;
margin-left: auto;
margin-right: auto;
}
}
#u1{
opacity:0;
position: absolute;
width: 100%;
bottom : 25%;
}
#u2{
opacity:0;
position: absolute;
width: 100%;
bottom : 15%;
}
#t9{
opacity: 0;
position: absolute;
bottom : 40%;
width: 100%
}
#t7{
opacity:0;
position: absolute;
width: 83%;
}
#t1{
opacity :0;
position: absolute;
bottom: 35%;
font-size: 120%;
right: 30%;
}
#jeff{
opacity: 0;
position: absolute;
}
#u3{
opacity:0;
position: absolute;
width: 100%;
bottom : 17%;
}
#s2{
opacity: 0;
position: absolute;
left : 45%;
width: 45%;
}
#s1{
opacity: 0;
position: absolute;
right : 55%;
width: 45%;
}
.apparition_t7{
animation: fadeIn 2000ms linear forwards 1s;
}
.apparition_t8{
animation: fadeInUp 2000ms linear forwards 2s;
}
.dezoome{
animation: dezoome 1s linear forwards 4s;
}
.apparition_t9{
animation: fadeIn 2000ms linear forwards 5s;
}
.apparition_t1{
animation: fadeIn 2000ms linear forwards 5050ms;
}
.disparition{
animation: fadeOut 2s linear forwards 15s;
}
.apparition_jeff{
animation : apparition 800ms linear forwards 15500ms;
top : 0%;
height: 50%;
width: 40%;
left : 30%;
}
.apparition_u1{
animation: fadeIn 2000ms linear forwards 16s;
}
.apparition_u2{
animation: fadeIn 2000ms linear forwards 16500ms;
}
.disparition_u{
animation: disparition 2s linear forwards 26s;
}
.apparition_s{
animation : apparition 800ms linear forwards 26500ms;
top : 0%;
height: 50%;
width: 40%;
}
.apparition_u3{
animation: fadeIn 2000ms linear forwards 27s;
}
/** SLIDE 10 **/
#slide10 #paragraphe10 {
position: absolute;
top: 25%;
left: 20%;
}
#text1_slide10, #text2_slide10, #presNadia {
opacity: 0;
}
#slide10 p {
margin-bottom: 6%;
}
#img_nadia2{ position: absolute; bottom: 30%; left: -2%; width: 25%; opacity: 0;}
/** SLIDE 11 **/
#img_animation { position: absolute; top: 15%; left: 30%; width: 50%; }
#text1_slide11, #text2_slide11, #img_animation {
opacity: 0;
}
#text1_slide11{position: absolute; top: 5%; left: 30%; font-size: 150%;}
#text2_slide11{position: absolute; bottom: 5%; left: 20%; font-size: 125%;}
/** SLIDE 12, CREDITS **/
#p1, #p2, #p3, #social_network {
opacity: 0;
}
#paragraphe{
position: absolute;
right: 0;
left: 0;
top:10%;
font-size: 120%;
}
#social_network {
margin-top: 3%;
margin-right: 2%;
}
#social_network li {
display: inline-block;
}
#social_network img {
height: 50px;
}
#bandeau {
padding-bottom: 3%;
background-color: white;
height: 15%;
width: 100%;
position: absolute;
bottom: 0;
}
#bandeau li{
list-style-type: none;
display: inline-block;
vertical-align: middle;
margin: 1px 5px 1px;
}
#bandeau img {
height: 40px;
}
#bandeau ul{
text-align: center;
}
.apparition_p1 {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_p2 {
animation: apparition 1.5s linear forwards 2s;
}
.apparition_p3 {
animation: apparition 1.5s linear forwards 3s;
}
.apparition_logos {
animation: apparition 1.5s linear forwards 4s;
}
.apparition_text1_slide10 {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_text2_slide10 {
animation: apparition 1.5s linear forwards 2s;
}
.apparition_img_nadia2 {
animation: apparition 1.5s linear forwards 3s;
}
.apparition_presNadia {
animation: apparition 1.5s linear forwards 3s;
}
.apparition_text1_slide11 {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_img_animation {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_text2_slide11 {
animation: apparition 1.5s linear forwards 2s;
}
/** SLIDE 13 **/
#partie1_slide13, #partie2_slide13 {
opacity: 0;
}
#slide13 h1 {
position: absolute;
top: 5%;
left: 25%;
text-transform: uppercase;;
}
#slide13 hr {
position: absolute;
top: 16%;
left: 44%;
}
#liste_noms li{
list-style-type: none;
display: inline-block;
vertical-align: middle;
margin: 0% 3% 2%;
}
.apparition_partie1_slide13 {
animation: apparition 1.5s linear forwards 1s;
}
.apparition_partie2_slide13 {
animation: apparition 1.5s linear forwards 2s;
} | 0.503418 | 0.131647 |
@import url(https://fonts.googleapis.com/css?family=Lato");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
#copywrite {
text-align: center;
padding: 10px 0 0 0;
}
.fa {
padding: 0 10px 0 0;
color: #fff;
}
body {
font-family: 'Lato', sans-serif;
}
.img2 {
display: block;
margin: 0 auto;
max-width: 100%;
}
figure {
text-align: center;
}
#name{font-family: 'Lato', sans-serif;}
div > h1 {
color: #fff;
text-align: center;
}
div > h3 {
color: #fff;
text-align: center;
}
.head {
background-color: red;
width: 100%;
}
div p {
text-align: justify;
text-justify: newspaper;
font-size: 1em;
font-family: 'Lato', sans-serif;
}
p.c{
font-family: 'Lato', sans-serif;
}
#ul.li {
align-items: right;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
width: 100%;
}
.footer {
background-color: #FF0000;
width: 100%;
height: 50px;
margin-top: 10px;
}
.footer > a {
text-align: center;
color: #fff;
padding: 12px;
font-size: 0.8em;
}
.small {
color: #fff;
}
.small a {
color: #fff;
text-decoration: none;
}
@media (max-width: 350px){
div p {
text-align: justify;
text-justify: newspaper;
font-size: 0.8em;
}
.footer {
background-color: red;
width: 100%;
margin-top: 10px;
}
.footer a{
text-align: center;
color: #fff;
font-size: 1em;
}
}
@media (max-width: 500px) {
div p {
text-align: justify;
text-justify: newspaper;
font-size: 0.8em;
}
.footer {
background-color: red;
width: 100%;
margin-top: 10px;
}
.footer a{
text-align: center;
color: #fff;
}
}
@media (max-width: 950px) {
div p {
text-align: justify;
text-justify: newspaper;
font-size: 1em;
}
.footer {
background-color: red;
width: 100%;
margin-top: 10px;
}
.footer a{
text-align: center;
color: #fff;
}
} | css/style.css | @import url(https://fonts.googleapis.com/css?family=Lato");
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
#copywrite {
text-align: center;
padding: 10px 0 0 0;
}
.fa {
padding: 0 10px 0 0;
color: #fff;
}
body {
font-family: 'Lato', sans-serif;
}
.img2 {
display: block;
margin: 0 auto;
max-width: 100%;
}
figure {
text-align: center;
}
#name{font-family: 'Lato', sans-serif;}
div > h1 {
color: #fff;
text-align: center;
}
div > h3 {
color: #fff;
text-align: center;
}
.head {
background-color: red;
width: 100%;
}
div p {
text-align: justify;
text-justify: newspaper;
font-size: 1em;
font-family: 'Lato', sans-serif;
}
p.c{
font-family: 'Lato', sans-serif;
}
#ul.li {
align-items: right;
}
.center-block {
display: block;
margin-right: auto;
margin-left: auto;
width: 100%;
}
.footer {
background-color: #FF0000;
width: 100%;
height: 50px;
margin-top: 10px;
}
.footer > a {
text-align: center;
color: #fff;
padding: 12px;
font-size: 0.8em;
}
.small {
color: #fff;
}
.small a {
color: #fff;
text-decoration: none;
}
@media (max-width: 350px){
div p {
text-align: justify;
text-justify: newspaper;
font-size: 0.8em;
}
.footer {
background-color: red;
width: 100%;
margin-top: 10px;
}
.footer a{
text-align: center;
color: #fff;
font-size: 1em;
}
}
@media (max-width: 500px) {
div p {
text-align: justify;
text-justify: newspaper;
font-size: 0.8em;
}
.footer {
background-color: red;
width: 100%;
margin-top: 10px;
}
.footer a{
text-align: center;
color: #fff;
}
}
@media (max-width: 950px) {
div p {
text-align: justify;
text-justify: newspaper;
font-size: 1em;
}
.footer {
background-color: red;
width: 100%;
margin-top: 10px;
}
.footer a{
text-align: center;
color: #fff;
}
} | 0.263884 | 0.116236 |
body,html{ height: 100%;}
.wrapper{ height: 100%;}
.bar-nav{ background: url(../img/top_bar.png) repeat-x #2072e2; height: 55px; position: relative; z-index: 9; border-bottom: 1px solid #489af0; box-shadow: 0 4px 4px rgba(0,0,0,.5); }
.bar-nav .bar-inner{ padding: 7px;}
.cont-celds{ height: calc(100% - 56px); }
html.lt-ie9 .cont-celds{ height: 100% }
.cont-celds .celds{ height: 100%; }
.cont-celds .celd-controls{ float: left; background: url(../img/blueprint.png) repeat #f2f2f2;}
.cont-celds .celd-controls .cn-nav, .cont-celds .celd-controls .cn-data{ float: left; height: 100%; overflow: hidden; position: relative;}
.cont-celds .celd-controls .cn-nav{ width: 255px; }
.cont-celds .celd-controls .cn-data{ width: 500px; background: #fff; box-shadow: 0 -1px 9px rgba(0,0,0,.5); position: relative; z-index: 2; display: block;}
.cont-celds .celd-map{ background: #e8e5e0; overflow: hidden; box-shadow: -3px 0 5px rgba(0, 0, 0, 0.4); position: relative;}
.celd-map img{ max-width: none;}
.cn-data .cn-data-inner{ margin: 25px 0 0; }
.cn-data .cn-data-inner .nav-tabs{ padding-left: 10px;}
.cn-data .cn-data-inner .nav-tabs i.fa{ font-size: 15px; margin-right: 5px; }
.bar-nav .geomimp-logo{ margin-left: 23px; display: inline-block; width: 89px; height: 19px; background:url(../img/geomimp.png); vertical-align: middle;}
.bar-nav .geomimp-home{ margin-left: 23px; display: inline-block; width: 20px; height: 20px; background:url(../img/home.jpg); vertical-align: middle;}
.bar-nav .bt-user{ margin-top: 7px;}
.bar-nav .sep-log{ position: absolute; left: 198px; bottom: 0; width: 2px; height: 55px; background:url(../img/separation.png); }
.nav-inner{ padding: 10px 15px 10px 10px;}
#da-sidebar-toggle {display: none}
#da-sidebar .btn-container {
padding: 2px;
border: 1px solid #cacaca;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 #fff;
-moz-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
background-color: #fff;
background-image: linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -o-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -moz-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -webkit-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -ms-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(1,#f1f1f1))
}
#da-main-nav > ul,#da-main-nav ul.ds-tg {
margin: 0;
padding: 0;
list-style: none;
display: block
}
#da-main-nav > ul > li > a/*#da-main-nav span*/ {
display: block;
color: #444;
outline: 0;
position: relative;
text-decoration: none;
font-size: 13px;
}
#da-main-nav > ul > li > a .fa{ font-size: 15px;}
#da-main-nav>ul {
border: 1px solid #cacaca;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
#da-main-nav>ul>li>a {
padding: 15px 32px 15px 15px;
/*background: #fdfdfd url(../img/menu-bulb-off.png) right center no-repeat;*/
border-top: 1px solid #fff;
border-bottom: 1px solid #cbcbcb;
box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.4);
background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 47%, #e2e2e2 49%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f2f2f2), color-stop(49%,#e2e2e2), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top, #fefefe 0%,#f2f2f2 47%,#e2e2e2 49%,#f2f2f2 100%);
background: -o-linear-gradient(top, #fefefe 0%,#f2f2f2 47%,#e2e2e2 49%,#f2f2f2 100%);
background: -ms-linear-gradient(top, #fefefe 0%,#f2f2f2 47%,#e2e2e2 49%,#f2f2f2 100%);
background: linear-gradient(to bottom, #fefefe 0%,#f2f2f2 47%,#e2e2e2 49%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 );
}
i.led-act{background: url(../img/menu-bulb-off.png) right center no-repeat; display: inline-block; width: 20px; height: 20px; position: absolute; right: 5px; top: 14px; }
li.active i.led-act, ul.nav-tabs i.led-act{background: url(../img/menu-bulb-on.png) right center no-repeat; }
li.active i.led-act.red, ul.nav-tabs i.led-act.red{ background: url(../img/menu-bulb-on-4.png) right center no-repeat; }
li.active i.led-act.blue, ul.nav-tabs i.led-act.blue{ background: url(../img/menu-bulb-on-2.png) right center no-repeat; }
li.active i.led-act.purple, ul.nav-tabs i.led-act.purple{ background: url(../img/menu-bulb-on-3.png) right center no-repeat; }
.nav i.led-act{ position: absolute; right: 0; top: 0; transform: scale(.8); }
#da-main-nav>ul>li.active>a{/*background-image: url(../img/menu-bulb-on.png)*/}
#da-main-nav>ul>li:first-child>a,#da-main-nav>ul>li:first-child>span {
border-top: 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0
}
#da-main-nav>ul>li:last-child>a,#da-main-nav>ul>li:last-child>span {
border-bottom: 0;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px
}
#da-main-nav>ul>li .da-nav-count {
position: absolute;
left: 0;
top: -1px;
font-size: 10px;
line-height: 1;
text-align: center;
background: #f0f0f0;
border: 1px solid #bbb;
min-width: 10px;
padding: 2px 4px;
border-left: 0;
border-top: 0;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
-webkit-border-radius: 0 0 2px 0;
-moz-border-radius: 0 0 2px 0;
border-radius: 0 0 2px 0
}
#da-main-nav>ul>li .da-nav-icon {
width: 32px;
height: 32px;
position: absolute;
left: 8px;
top: 50%;
text-align: center;
margin-top: -16px
}
#da-main-nav>ul>li .da-nav-icon [class*="icon-"] {
text-align: center;
line-height: 32px;
font-size: 21px
}
#da-main-nav ul ul.ds-tg {
background-color: #f7f7f7;
-webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.015);
-moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.015);
box-shadow: inset 0 2px 0 rgba(0,0,0,0.015);
border-bottom: 1px solid #cacaca
}
#da-main-nav > ul > li{ line-height: 17px;}
#da-main-nav ul li .ds-tg{ display: none;}
#da-main-nav ul .ds-tg.ds-list > li .rw-t{ display: block; border-bottom: 1px dotted #ccc; position: relative; line-height: 30px; height: 30px; padding: 0 10px 0 25px; color: #444; }
#da-main-nav ul .rw-t .cm-icon{ display: inline-block; vertical-align: middle;}
#da-main-nav ul .rw-t .cm-icon > img{ width: 25px; height: 25px;}
#da-main-nav ul .ds-tg.ds-list > li:last-child .rw-t{ border-bottom: 0;}
#da-main-nav ul .ds-tg.ds-list > li input[type="checkbox"]{ display: inline-block; left: 6px; position: absolute; top: 5px;}
#da-main-nav ul li .ds-tg .ds-inner{ padding: 10px;}
#da-main-nav ul li.active .ds-tg{ display: block;}
/*#da-main-nav ul ul.closed {display: none}*/
#da-main-nav ul ul li {font-size: 12px}
#da-main-nav ul.ds-tg.ds-list li:hover {background-color: #e9e9e9}
/*#da-main-nav ul ul.ds-tg > li > a,#da-main-nav ul ul.ds-tg > li > span {padding: 6px 0;padding-left:48px}*/
#da-main-nav ul select{ max-width: 100%; margin-bottom: 0;}
#da-main-nav .title-search{ margin-bottom: 7px;}
.box-w-list{ padding: 8px; background-color: #fff; border-left:1px solid #cacaca; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca;}
.box-w-list:first-child{border-top:1px solid #cacaca; border-top-left-radius:5px; border-top-right-radius:5px; }
.box-w-list:last-child{ border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
#gmap{ width: 100%; height: 100%; background: url(../img/blueprint.png); }
.map-controls{ position: absolute; right: 18%; top: 2%;}
#gmap .ico-map{ width: 15px; height: 15px;}
.leyend-map{ background: #fff; border-radius: 5px; min-width: 150px; position: absolute; right: 4%; bottom: 4%; box-shadow: 2px 2px 5px rgba(0,0,0,.3); }
.leyend-map .leyend-inner{ padding: 10px;}
.leyend-map .title-leyend{ box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.5); font-weight: bold;
cursor: move;
font-size: 12px;
margin-bottom: 7px;
text-align: center; padding-bottom: 5px;
text-transform: uppercase;}
.leyend-map .item-static{ font-size: 13px; padding: 5px; }
.leyend-map .item-static .cm-icon{ margin-right: 5px;}
.leyend-map .item-static .cm-icon > img{ width: 22px; height: 22px; }
.dr-table{ margin-bottom: 15px;}
.dr-table .header-table{ padding: 5px 10px; position: relative; color: #222; cursor: pointer; font-size: 13px; text-shadow: 1px 1px 1px rgba(0,0,0,.25); border-top:1px solid #D3D3D3; border-bottom:1px solid #D3D3D3; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.dr-table .header-table i.fa-angle-double-down{ position: absolute; right: 20px; top: 8px;}
.dr-table .cnt-tb{ display: none; box-shadow: 0 3px 3px rgba(0,0,0,.2); width: 100%; overflow: auto; }
table.beutif {
background: #f5f5f5;
border-collapse: separate;
box-shadow: inset 0 1px 0 #fff;
font-size: 12px;
line-height: 24px;
margin: 0 auto;
text-align: left;
width: 100%;
}
table.beutif th {
background: url(http://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient( #3f72ae, #366092);
border-left: 1px solid #264d7a;
border-right: 1px solid #5a88c0;
border-top: 1px solid #264d7a;
border-bottom: 1px solid #333;
box-shadow: inset 0 1px 0 #999;
color: #fff;
font-weight: bold;
padding: 5px 10px;
position: relative;
text-shadow: 0 1px 0 #000;
}
table.beutif th:after {
background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
content: '';
display: block;
height: 25%;
left: 0;
margin: 1px 0 0 0;
position: absolute;
top: 25%;
width: 100%;
}
table.beutif th:first-child {
border-left: 1px solid #777;
box-shadow: inset 1px 1px 0 #999;
}
table.beutif th:last-child {
box-shadow: inset -1px 1px 0 #999;
}
table.beutif td {
border-right: 1px solid #fff;
border-left: 1px solid #e8e8e8;
border-top: 1px solid #fff;
border-bottom: 1px solid #e8e8e8;
padding: 5px 10px;
position: relative;
}
table.beutif td:first-child {
box-shadow: inset 1px 0 0 #fff;
}
table.beutif td:last-child {
border-right: 1px solid #e8e8e8;
box-shadow: inset -1px 0 0 #fff;
}
table.beutif tr {
background: #dce6f1;
}
table.beutif tr:nth-child(odd) td {
background: #ffffff ;
}
table.beutif tr:last-of-type td {
box-shadow: inset 0 -1px 0 #fff;
}
table.beutif tr:last-of-type td:first-child {
box-shadow: inset 1px -1px 0 #fff;
}
table.beutif tr:last-of-type td:last-child {
box-shadow: inset -1px -1px 0 #fff;
}
.max-btn{ position: absolute; left: 0; top: 70px; }
.nav-tabs > li > a {background: none repeat scroll 0 0 #f4f4f4;
border: 1px solid transparent;
border-radius: 4px;
color: #456fae;
font-size: 11px;
font-weight: bold;
line-height: 17px;
margin-bottom: 5px;
padding-bottom: 8px;
padding-top: 8px;}
.nav-tabs > li > a{
padding-left: 10px;
padding-right: 20px;
position: relative;
}
/* .nav-tabs > li > a{
padding-left: 10px;
padding-right: 10px;
position: relative;
}*/
.nav-tabs > .active > a{
border-radius: 4px 4px 0 0;
margin-bottom: 0;
margin-top: 5px;
}
.cont-celds#char-all .celd-map{ display: none;}
.cont-celds#char-all .cn-data{ float: none; width: auto;}
.cont-celds#char-all .celd-controls { float: none;}
.cont-celds#map-all .cn-data{ display: none;}
.panel-move{ margin-right: 7px;}
.new_graphic{ background: url(../img/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x 0 0 #F2F5F7; max-width: 475px; border-radius:10px; margin: 0 auto 15px!important; border:1px solid #ddd;}
.char-all .new_graphic{ max-width: 500px;}
/*.nav-tabs a .fa{ font-size: 11px !important;
position: absolute;
right: 3px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
top: -2px; }*/ | src/main/webapp/assetsvisor/css/geomimp_1.css | body,html{ height: 100%;}
.wrapper{ height: 100%;}
.bar-nav{ background: url(../img/top_bar.png) repeat-x #2072e2; height: 55px; position: relative; z-index: 9; border-bottom: 1px solid #489af0; box-shadow: 0 4px 4px rgba(0,0,0,.5); }
.bar-nav .bar-inner{ padding: 7px;}
.cont-celds{ height: calc(100% - 56px); }
html.lt-ie9 .cont-celds{ height: 100% }
.cont-celds .celds{ height: 100%; }
.cont-celds .celd-controls{ float: left; background: url(../img/blueprint.png) repeat #f2f2f2;}
.cont-celds .celd-controls .cn-nav, .cont-celds .celd-controls .cn-data{ float: left; height: 100%; overflow: hidden; position: relative;}
.cont-celds .celd-controls .cn-nav{ width: 255px; }
.cont-celds .celd-controls .cn-data{ width: 500px; background: #fff; box-shadow: 0 -1px 9px rgba(0,0,0,.5); position: relative; z-index: 2; display: block;}
.cont-celds .celd-map{ background: #e8e5e0; overflow: hidden; box-shadow: -3px 0 5px rgba(0, 0, 0, 0.4); position: relative;}
.celd-map img{ max-width: none;}
.cn-data .cn-data-inner{ margin: 25px 0 0; }
.cn-data .cn-data-inner .nav-tabs{ padding-left: 10px;}
.cn-data .cn-data-inner .nav-tabs i.fa{ font-size: 15px; margin-right: 5px; }
.bar-nav .geomimp-logo{ margin-left: 23px; display: inline-block; width: 89px; height: 19px; background:url(../img/geomimp.png); vertical-align: middle;}
.bar-nav .geomimp-home{ margin-left: 23px; display: inline-block; width: 20px; height: 20px; background:url(../img/home.jpg); vertical-align: middle;}
.bar-nav .bt-user{ margin-top: 7px;}
.bar-nav .sep-log{ position: absolute; left: 198px; bottom: 0; width: 2px; height: 55px; background:url(../img/separation.png); }
.nav-inner{ padding: 10px 15px 10px 10px;}
#da-sidebar-toggle {display: none}
#da-sidebar .btn-container {
padding: 2px;
border: 1px solid #cacaca;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 #fff;
-moz-box-shadow: inset 0 1px 0 #fff;
box-shadow: inset 0 1px 0 #fff;
background-color: #fff;
background-image: linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -o-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -moz-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -webkit-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -ms-linear-gradient(bottom,#fff 0,#f1f1f1 100%);
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#fff),color-stop(1,#f1f1f1))
}
#da-main-nav > ul,#da-main-nav ul.ds-tg {
margin: 0;
padding: 0;
list-style: none;
display: block
}
#da-main-nav > ul > li > a/*#da-main-nav span*/ {
display: block;
color: #444;
outline: 0;
position: relative;
text-decoration: none;
font-size: 13px;
}
#da-main-nav > ul > li > a .fa{ font-size: 15px;}
#da-main-nav>ul {
border: 1px solid #cacaca;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px
}
#da-main-nav>ul>li>a {
padding: 15px 32px 15px 15px;
/*background: #fdfdfd url(../img/menu-bulb-off.png) right center no-repeat;*/
border-top: 1px solid #fff;
border-bottom: 1px solid #cbcbcb;
box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.4);
background: #fefefe;
background: -moz-linear-gradient(top, #fefefe 0%, #f2f2f2 47%, #e2e2e2 49%, #f2f2f2 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(47%,#f2f2f2), color-stop(49%,#e2e2e2), color-stop(100%,#f2f2f2));
background: -webkit-linear-gradient(top, #fefefe 0%,#f2f2f2 47%,#e2e2e2 49%,#f2f2f2 100%);
background: -o-linear-gradient(top, #fefefe 0%,#f2f2f2 47%,#e2e2e2 49%,#f2f2f2 100%);
background: -ms-linear-gradient(top, #fefefe 0%,#f2f2f2 47%,#e2e2e2 49%,#f2f2f2 100%);
background: linear-gradient(to bottom, #fefefe 0%,#f2f2f2 47%,#e2e2e2 49%,#f2f2f2 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f2f2f2',GradientType=0 );
}
i.led-act{background: url(../img/menu-bulb-off.png) right center no-repeat; display: inline-block; width: 20px; height: 20px; position: absolute; right: 5px; top: 14px; }
li.active i.led-act, ul.nav-tabs i.led-act{background: url(../img/menu-bulb-on.png) right center no-repeat; }
li.active i.led-act.red, ul.nav-tabs i.led-act.red{ background: url(../img/menu-bulb-on-4.png) right center no-repeat; }
li.active i.led-act.blue, ul.nav-tabs i.led-act.blue{ background: url(../img/menu-bulb-on-2.png) right center no-repeat; }
li.active i.led-act.purple, ul.nav-tabs i.led-act.purple{ background: url(../img/menu-bulb-on-3.png) right center no-repeat; }
.nav i.led-act{ position: absolute; right: 0; top: 0; transform: scale(.8); }
#da-main-nav>ul>li.active>a{/*background-image: url(../img/menu-bulb-on.png)*/}
#da-main-nav>ul>li:first-child>a,#da-main-nav>ul>li:first-child>span {
border-top: 0;
-webkit-border-radius: 4px 4px 0 0;
-moz-border-radius: 4px 4px 0 0;
border-radius: 4px 4px 0 0
}
#da-main-nav>ul>li:last-child>a,#da-main-nav>ul>li:last-child>span {
border-bottom: 0;
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius: 0 0 4px 4px;
border-radius: 0 0 4px 4px
}
#da-main-nav>ul>li .da-nav-count {
position: absolute;
left: 0;
top: -1px;
font-size: 10px;
line-height: 1;
text-align: center;
background: #f0f0f0;
border: 1px solid #bbb;
min-width: 10px;
padding: 2px 4px;
border-left: 0;
border-top: 0;
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
-moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
box-shadow: inset 0 0 6px rgba(0,0,0,0.25);
-webkit-border-radius: 0 0 2px 0;
-moz-border-radius: 0 0 2px 0;
border-radius: 0 0 2px 0
}
#da-main-nav>ul>li .da-nav-icon {
width: 32px;
height: 32px;
position: absolute;
left: 8px;
top: 50%;
text-align: center;
margin-top: -16px
}
#da-main-nav>ul>li .da-nav-icon [class*="icon-"] {
text-align: center;
line-height: 32px;
font-size: 21px
}
#da-main-nav ul ul.ds-tg {
background-color: #f7f7f7;
-webkit-box-shadow: inset 0 2px 0 rgba(0,0,0,0.015);
-moz-box-shadow: inset 0 2px 0 rgba(0,0,0,0.015);
box-shadow: inset 0 2px 0 rgba(0,0,0,0.015);
border-bottom: 1px solid #cacaca
}
#da-main-nav > ul > li{ line-height: 17px;}
#da-main-nav ul li .ds-tg{ display: none;}
#da-main-nav ul .ds-tg.ds-list > li .rw-t{ display: block; border-bottom: 1px dotted #ccc; position: relative; line-height: 30px; height: 30px; padding: 0 10px 0 25px; color: #444; }
#da-main-nav ul .rw-t .cm-icon{ display: inline-block; vertical-align: middle;}
#da-main-nav ul .rw-t .cm-icon > img{ width: 25px; height: 25px;}
#da-main-nav ul .ds-tg.ds-list > li:last-child .rw-t{ border-bottom: 0;}
#da-main-nav ul .ds-tg.ds-list > li input[type="checkbox"]{ display: inline-block; left: 6px; position: absolute; top: 5px;}
#da-main-nav ul li .ds-tg .ds-inner{ padding: 10px;}
#da-main-nav ul li.active .ds-tg{ display: block;}
/*#da-main-nav ul ul.closed {display: none}*/
#da-main-nav ul ul li {font-size: 12px}
#da-main-nav ul.ds-tg.ds-list li:hover {background-color: #e9e9e9}
/*#da-main-nav ul ul.ds-tg > li > a,#da-main-nav ul ul.ds-tg > li > span {padding: 6px 0;padding-left:48px}*/
#da-main-nav ul select{ max-width: 100%; margin-bottom: 0;}
#da-main-nav .title-search{ margin-bottom: 7px;}
.box-w-list{ padding: 8px; background-color: #fff; border-left:1px solid #cacaca; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca;}
.box-w-list:first-child{border-top:1px solid #cacaca; border-top-left-radius:5px; border-top-right-radius:5px; }
.box-w-list:last-child{ border-bottom-left-radius:5px; border-bottom-right-radius:5px;}
#gmap{ width: 100%; height: 100%; background: url(../img/blueprint.png); }
.map-controls{ position: absolute; right: 18%; top: 2%;}
#gmap .ico-map{ width: 15px; height: 15px;}
.leyend-map{ background: #fff; border-radius: 5px; min-width: 150px; position: absolute; right: 4%; bottom: 4%; box-shadow: 2px 2px 5px rgba(0,0,0,.3); }
.leyend-map .leyend-inner{ padding: 10px;}
.leyend-map .title-leyend{ box-shadow: 0 4px 5px -4px rgba(0, 0, 0, 0.5); font-weight: bold;
cursor: move;
font-size: 12px;
margin-bottom: 7px;
text-align: center; padding-bottom: 5px;
text-transform: uppercase;}
.leyend-map .item-static{ font-size: 13px; padding: 5px; }
.leyend-map .item-static .cm-icon{ margin-right: 5px;}
.leyend-map .item-static .cm-icon > img{ width: 22px; height: 22px; }
.dr-table{ margin-bottom: 15px;}
.dr-table .header-table{ padding: 5px 10px; position: relative; color: #222; cursor: pointer; font-size: 13px; text-shadow: 1px 1px 1px rgba(0,0,0,.25); border-top:1px solid #D3D3D3; border-bottom:1px solid #D3D3D3; background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}
.dr-table .header-table i.fa-angle-double-down{ position: absolute; right: 20px; top: 8px;}
.dr-table .cnt-tb{ display: none; box-shadow: 0 3px 3px rgba(0,0,0,.2); width: 100%; overflow: auto; }
table.beutif {
background: #f5f5f5;
border-collapse: separate;
box-shadow: inset 0 1px 0 #fff;
font-size: 12px;
line-height: 24px;
margin: 0 auto;
text-align: left;
width: 100%;
}
table.beutif th {
background: url(http://jackrugile.com/images/misc/noise-diagonal.png), linear-gradient( #3f72ae, #366092);
border-left: 1px solid #264d7a;
border-right: 1px solid #5a88c0;
border-top: 1px solid #264d7a;
border-bottom: 1px solid #333;
box-shadow: inset 0 1px 0 #999;
color: #fff;
font-weight: bold;
padding: 5px 10px;
position: relative;
text-shadow: 0 1px 0 #000;
}
table.beutif th:after {
background: linear-gradient(rgba(255,255,255,0), rgba(255,255,255,.08));
content: '';
display: block;
height: 25%;
left: 0;
margin: 1px 0 0 0;
position: absolute;
top: 25%;
width: 100%;
}
table.beutif th:first-child {
border-left: 1px solid #777;
box-shadow: inset 1px 1px 0 #999;
}
table.beutif th:last-child {
box-shadow: inset -1px 1px 0 #999;
}
table.beutif td {
border-right: 1px solid #fff;
border-left: 1px solid #e8e8e8;
border-top: 1px solid #fff;
border-bottom: 1px solid #e8e8e8;
padding: 5px 10px;
position: relative;
}
table.beutif td:first-child {
box-shadow: inset 1px 0 0 #fff;
}
table.beutif td:last-child {
border-right: 1px solid #e8e8e8;
box-shadow: inset -1px 0 0 #fff;
}
table.beutif tr {
background: #dce6f1;
}
table.beutif tr:nth-child(odd) td {
background: #ffffff ;
}
table.beutif tr:last-of-type td {
box-shadow: inset 0 -1px 0 #fff;
}
table.beutif tr:last-of-type td:first-child {
box-shadow: inset 1px -1px 0 #fff;
}
table.beutif tr:last-of-type td:last-child {
box-shadow: inset -1px -1px 0 #fff;
}
.max-btn{ position: absolute; left: 0; top: 70px; }
.nav-tabs > li > a {background: none repeat scroll 0 0 #f4f4f4;
border: 1px solid transparent;
border-radius: 4px;
color: #456fae;
font-size: 11px;
font-weight: bold;
line-height: 17px;
margin-bottom: 5px;
padding-bottom: 8px;
padding-top: 8px;}
.nav-tabs > li > a{
padding-left: 10px;
padding-right: 20px;
position: relative;
}
/* .nav-tabs > li > a{
padding-left: 10px;
padding-right: 10px;
position: relative;
}*/
.nav-tabs > .active > a{
border-radius: 4px 4px 0 0;
margin-bottom: 0;
margin-top: 5px;
}
.cont-celds#char-all .celd-map{ display: none;}
.cont-celds#char-all .cn-data{ float: none; width: auto;}
.cont-celds#char-all .celd-controls { float: none;}
.cont-celds#map-all .cn-data{ display: none;}
.panel-move{ margin-right: 7px;}
.new_graphic{ background: url(../img/ui-bg_highlight-hard_100_f2f5f7_1x100.png) repeat-x 0 0 #F2F5F7; max-width: 475px; border-radius:10px; margin: 0 auto 15px!important; border:1px solid #ddd;}
.char-all .new_graphic{ max-width: 500px;}
/*.nav-tabs a .fa{ font-size: 11px !important;
position: absolute;
right: 3px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
top: -2px; }*/ | 0.283583 | 0.11358 |
body {
font-style: 'Source Sans Pro';
font-size: 17px;
}
.nav-flex{
background-color: white;
border: 0px;
position: relative;
height: 65%;
padding-top: 0.2%;
color: red;
box-shadow: 0 0px 0px -0px rgba(0,0,0,.0);
display: flex;
align-items: center;
justify-content: space-around;
}
.header-nav{
margin-bottom: 0!important;
height: 149px;
background-color: white;
border: 0px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
margin-bottom: 30px;
}
.logo-header{
position: absolute;
width: 302px;
height: 91px;
top: 30%;
left: -10%;
height: 100%;
}
@media only screen and (max-width: 900px){
.logo-header{
position: absolute;
width: 302px;
height: 91px;
top: 30%;
left: 10%;
height: 100%;
}
}
.page-footer {
padding-top: 20px;
color: #fff;
background-color: #363636!important;
}
.banda{
position: relative;
top: 27px;
left: 10px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 17px;
word-spacing: 19px;
}
.linksheader a:hover{
color: #A70000;
font-weight: bold;
text-decoration: none;
}
.ic{
position: relative;
bottom: 40px;
left: 30px;
}
.linksheader a{
position: relative;
left: 695px!important;
top: 30px;
color: black;
margin-bottom: 50px;
}
.redes-header{
position: absolute;
top:14px;
right: -10%;
background-color: #fff;
}
.iconos-redes{
padding-left: 0%;
padding-right: 0%;
}
.links-header a{
position: relative;
top:42px;
left: 32%;
width: 400px;
font-size: 17px;
color: black;
font-family: 'Source Sans Pro', sans-serif;
background-color: #fff;
padding: 0px 24px;
}
.links-header a:active{
color: #A70000;
}
.links-header a:hover{
color: #A70000;
font-weight: bold;
text-decoration: none!important;
}
#page{
position: relative;
display: none;
}
@media only screen and (max-width: 1003px){
#page{
position: relative;
display: flex;
background-color: #A70000;
}
}
@media only screen and (min-width: 1004px){
header{
position: relative;
display: none;
}
}
/* lupita para buscador en movil*/
#mobile_search {
/*display: none;*/
width: 450px;
/*ancho por defecto*/
background: #CCCCCC;
/*icono lupa*/
font-size: 17px;
font-family: 'Source Sans Pro', sans-serif;
}
/* FIN lupita para buscador en movil*/
.activo {
font-family: 'Source Sans Pro', sans-serif;
color: #A70000!important;
font-weight: bold;
}
nav .sidenav-trigger i {
height: 56px;
line-height: 56px;
color: black!important;
} | public/css/pages/layouts/header.css | body {
font-style: 'Source Sans Pro';
font-size: 17px;
}
.nav-flex{
background-color: white;
border: 0px;
position: relative;
height: 65%;
padding-top: 0.2%;
color: red;
box-shadow: 0 0px 0px -0px rgba(0,0,0,.0);
display: flex;
align-items: center;
justify-content: space-around;
}
.header-nav{
margin-bottom: 0!important;
height: 149px;
background-color: white;
border: 0px;
box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2); box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
margin-bottom: 30px;
}
.logo-header{
position: absolute;
width: 302px;
height: 91px;
top: 30%;
left: -10%;
height: 100%;
}
@media only screen and (max-width: 900px){
.logo-header{
position: absolute;
width: 302px;
height: 91px;
top: 30%;
left: 10%;
height: 100%;
}
}
.page-footer {
padding-top: 20px;
color: #fff;
background-color: #363636!important;
}
.banda{
position: relative;
top: 27px;
left: 10px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 17px;
word-spacing: 19px;
}
.linksheader a:hover{
color: #A70000;
font-weight: bold;
text-decoration: none;
}
.ic{
position: relative;
bottom: 40px;
left: 30px;
}
.linksheader a{
position: relative;
left: 695px!important;
top: 30px;
color: black;
margin-bottom: 50px;
}
.redes-header{
position: absolute;
top:14px;
right: -10%;
background-color: #fff;
}
.iconos-redes{
padding-left: 0%;
padding-right: 0%;
}
.links-header a{
position: relative;
top:42px;
left: 32%;
width: 400px;
font-size: 17px;
color: black;
font-family: 'Source Sans Pro', sans-serif;
background-color: #fff;
padding: 0px 24px;
}
.links-header a:active{
color: #A70000;
}
.links-header a:hover{
color: #A70000;
font-weight: bold;
text-decoration: none!important;
}
#page{
position: relative;
display: none;
}
@media only screen and (max-width: 1003px){
#page{
position: relative;
display: flex;
background-color: #A70000;
}
}
@media only screen and (min-width: 1004px){
header{
position: relative;
display: none;
}
}
/* lupita para buscador en movil*/
#mobile_search {
/*display: none;*/
width: 450px;
/*ancho por defecto*/
background: #CCCCCC;
/*icono lupa*/
font-size: 17px;
font-family: 'Source Sans Pro', sans-serif;
}
/* FIN lupita para buscador en movil*/
.activo {
font-family: 'Source Sans Pro', sans-serif;
color: #A70000!important;
font-weight: bold;
}
nav .sidenav-trigger i {
height: 56px;
line-height: 56px;
color: black!important;
} | 0.266835 | 0.066812 |
*,
*::before,
*::after {
box-sizing: border-box;
}
body {
font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
sans-serif;
background-color: #f5f5f5;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
form {
margin: 0;
padding: 0;
border: 0;
background: transparent;
font-size: 100%;
vertical-align: baseline;
}
.container {
background-color: #f5f5f5;
min-height: 100vh;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
transition: color 200ms ease;
color: #ea4c89;
text-decoration: none;
}
a:link,
a:visited {
-webkit-transition: color 200ms ease;
transition: color 200ms ease;
color: #ea4c89;
text-decoration: none;
}
a[role="button"],
button {
cursor: pointer;
}
figure {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 40px;
margin-inline-end: 40px;
}
form {
display: block;
margin-top: 0em;
}
input[type="search"] {
font-weight: 600;
line-height: 28px;
transition: background-color 200ms ease, outline 200ms ease, color 200ms ease,
box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
border-radius: 8px;
outline: none;
color: #0d0c22;
appearance: none;
cursor: text;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
-webkit-rtl-ordering: logical;
}
input[type="search"]::-webkit-search-cancel-button {
width: 16px;
height: 16px;
z-index: 2;
opacity: 0.5;
background: url(/src/assets/icons/close-circle.svg) no-repeat;
background-size: 100%;
-webkit-appearance: none;
appearance: none;
display: block;
cursor: default;
margin-inline-start: 1px;
margin-right: 3px;
-webkit-user-modify: read-only !important;
user-select: none !important;
flex: 0 0 auto;
writing-mode: inherit !important;
pointer-events: all;
}
input[type="search"]:focus::-webkit-search-cancel-button {
pointer-events: all;
}
.capitalize {
text-transform: capitalize;
}
::selection {
background: #ea4c89;
} | client/src/App.css | *,
*::before,
*::after {
box-sizing: border-box;
}
body {
font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial,
sans-serif;
background-color: #f5f5f5;
}
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ol,
ul,
li,
form {
margin: 0;
padding: 0;
border: 0;
background: transparent;
font-size: 100%;
vertical-align: baseline;
}
.container {
background-color: #f5f5f5;
min-height: 100vh;
}
li {
display: list-item;
text-align: -webkit-match-parent;
}
ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
transition: color 200ms ease;
color: #ea4c89;
text-decoration: none;
}
a:link,
a:visited {
-webkit-transition: color 200ms ease;
transition: color 200ms ease;
color: #ea4c89;
text-decoration: none;
}
a[role="button"],
button {
cursor: pointer;
}
figure {
display: block;
margin-block-start: 1em;
margin-block-end: 1em;
margin-inline-start: 40px;
margin-inline-end: 40px;
}
form {
display: block;
margin-top: 0em;
}
input[type="search"] {
font-weight: 600;
line-height: 28px;
transition: background-color 200ms ease, outline 200ms ease, color 200ms ease,
box-shadow 200ms ease, -webkit-box-shadow 200ms ease;
border-radius: 8px;
outline: none;
color: #0d0c22;
appearance: none;
cursor: text;
text-indent: 0px;
text-shadow: none;
display: inline-block;
text-align: start;
-webkit-rtl-ordering: logical;
}
input[type="search"]::-webkit-search-cancel-button {
width: 16px;
height: 16px;
z-index: 2;
opacity: 0.5;
background: url(/src/assets/icons/close-circle.svg) no-repeat;
background-size: 100%;
-webkit-appearance: none;
appearance: none;
display: block;
cursor: default;
margin-inline-start: 1px;
margin-right: 3px;
-webkit-user-modify: read-only !important;
user-select: none !important;
flex: 0 0 auto;
writing-mode: inherit !important;
pointer-events: all;
}
input[type="search"]:focus::-webkit-search-cancel-button {
pointer-events: all;
}
.capitalize {
text-transform: capitalize;
}
::selection {
background: #ea4c89;
} | 0.41478 | 0.066995 |
nav {
font-family: 'Didact Gothic', sans-serif;
font-size: 1.2em;
}
a.nav-fontsize {
font-size: 1em;
margin-right: 1em;
}
h2.fontThisRight {
font-family: 'SeasonedHostess';
font-size: 2.5em;
}
p.grey-text {
font-family: 'Didact Gothic', sans-serif;
font-size: 14.5px;
}
.tedhead-img {
background-image: 'https://mdbootstrap.com/img/Photos/Others/project4.jpg';
}
#hiKarl header {
height: 63px;
}
img.ux-strat {
height: 114px;
width: 244px;
}
img.designReworked {
height: 185px;
width: 210px;
margin-left: 15px;
}
img.brandStrategy {
height: 132px;
width: 208px;
margin-left: 10px;
}
img.dev {
height: 118px;
width: 245px;
margin-top: 55px;
margin-left: 40px;
}
img.aboutMe {
height: 5em;
width: 10em;
display: block;
margin-left: auto;
margin-right: auto;
}
img.whatIDo {
height: 2.5em;
display: block;
margin-left: auto;
margin-right: auto;
}
img#technologiesWhite {
height: 2.5em;
width: 15em;
display: block;
margin-left: auto;
margin-right: auto;
}
div.test {
background-color: #222;
}
hr.colorChange {
background-color: white;
}
p.descriptionsFont {
font-family: 'Didact Gothic', sans-serif;
font-size: 14.5px;
}
.icolor {
color: #fafafa;
}
.spacing {
margin-bottom: 50px;
}
.pageHeader {
font-family: 'Didact Gothic', sans-serif;
}
.addMargin {
margin-top: 50px;
}
.addMarginBottom {
margin-bottom: 155px;
}
.addMarginBottom2 {
margin-bottom: 155px;
}
/* .headings, */
.blurbs {
font-family: 'Didact Gothic', sans-serif;
font-size: 1.2em;
}
.centerCopyright {
text-align: center;
}
.openItalic {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: italic;
}
.openSemiBold {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}
.pageBGcolor {
background-color: #fafafa;
}
.specs {
height: 416px;
width: 741px;
margin-left: auto;
margin-right: auto;
}
.widthSpec {
width: 411px;
}
.width2 {
width: 500px;
}
#makeBlk {
border-left: 3px;
border-left-style: solid;
border-left-color: black;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: italic;
}
.centerMe {
display: block;
margin-left: auto;
margin-right: auto;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: italic;
}
.hikarl {
width: 282px;
height: 495px:
} | css/hiKarlStyle.css | nav {
font-family: 'Didact Gothic', sans-serif;
font-size: 1.2em;
}
a.nav-fontsize {
font-size: 1em;
margin-right: 1em;
}
h2.fontThisRight {
font-family: 'SeasonedHostess';
font-size: 2.5em;
}
p.grey-text {
font-family: 'Didact Gothic', sans-serif;
font-size: 14.5px;
}
.tedhead-img {
background-image: 'https://mdbootstrap.com/img/Photos/Others/project4.jpg';
}
#hiKarl header {
height: 63px;
}
img.ux-strat {
height: 114px;
width: 244px;
}
img.designReworked {
height: 185px;
width: 210px;
margin-left: 15px;
}
img.brandStrategy {
height: 132px;
width: 208px;
margin-left: 10px;
}
img.dev {
height: 118px;
width: 245px;
margin-top: 55px;
margin-left: 40px;
}
img.aboutMe {
height: 5em;
width: 10em;
display: block;
margin-left: auto;
margin-right: auto;
}
img.whatIDo {
height: 2.5em;
display: block;
margin-left: auto;
margin-right: auto;
}
img#technologiesWhite {
height: 2.5em;
width: 15em;
display: block;
margin-left: auto;
margin-right: auto;
}
div.test {
background-color: #222;
}
hr.colorChange {
background-color: white;
}
p.descriptionsFont {
font-family: 'Didact Gothic', sans-serif;
font-size: 14.5px;
}
.icolor {
color: #fafafa;
}
.spacing {
margin-bottom: 50px;
}
.pageHeader {
font-family: 'Didact Gothic', sans-serif;
}
.addMargin {
margin-top: 50px;
}
.addMarginBottom {
margin-bottom: 155px;
}
.addMarginBottom2 {
margin-bottom: 155px;
}
/* .headings, */
.blurbs {
font-family: 'Didact Gothic', sans-serif;
font-size: 1.2em;
}
.centerCopyright {
text-align: center;
}
.openItalic {
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: italic;
}
.openSemiBold {
font-family: 'Open Sans', sans-serif;
font-weight: 600;
}
.pageBGcolor {
background-color: #fafafa;
}
.specs {
height: 416px;
width: 741px;
margin-left: auto;
margin-right: auto;
}
.widthSpec {
width: 411px;
}
.width2 {
width: 500px;
}
#makeBlk {
border-left: 3px;
border-left-style: solid;
border-left-color: black;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: italic;
}
.centerMe {
display: block;
margin-left: auto;
margin-right: auto;
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-style: italic;
}
.hikarl {
width: 282px;
height: 495px:
} | 0.496094 | 0.102934 |
#content {
margin: auto;
width:100%;
height: fit-content;
}
#footerBO {
height: 2rem;
width: 100%;
/* position: absolute; */
bottom: 0;
}
.tooltipProposal {
margin-top: auto;
margin-bottom: auto;
}
.tooltipProposal .tooltiptext {
visibility: hidden;
width: fit-content;
background-color: #313131;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 5px ;
margin-left: 10px;
margin-top: 5px;
/* Position */
position: absolute;
z-index: 1
bottom: 100%;
}
.tooltipProposal:hover .tooltiptext {
visibility: visible;
}
.crear-proposta {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
}
.foto-perfil {
height: 35px;
width: 35px;
border-radius: 20px;
}
.wrapper {
position: relative;
min-height: fit-content;
}
.active {
color: #FFCB9A;
}
.btn-primary {
background-color: #116466;
border-color: #116466;
}
.btn-primary:focus {
border-color: #116466;
}
.btn-primary:hover {
background: #157e82 ;
border-color: #157e82 ;
color: #116466;
}
.custom-link {
color: #116466;
}
.custom-link:hover {
color: #157e82;
}
.btn-secondary {
background-color: #D9B08C !important;
border-color: #D9B08C !important;
}
.btn-secondary:focus {
border-color: #D9B08C;
}
.btn-ternari {
background-color: #FFCB9A !important;
border-color: #FFCB9A !important;
}
.btn-ternari:focus {
border-color: #FFCB9A;
}
.btn-quaternary {
background-color: #73c1ba !important;
border-color: #73c1ba !important;
}
.btn-quaternary:focus {
border-color: #116466;
}
.btn-light {
background-color: #F7F2E5 !important;
border-color: #F7F2E5 !important;
}
.btn-light:focus {
border-color: #F7F2E5;
}
.btn-dark {
background-color: #2C3531 !important;
border-color: #2C3531 !important;
}
.btn-dark:focus {
border-color: #2C3531;
}
.btn-outline-primary {
color: #116466;
border-color: #116466;
}
.btn-outline-primary:hover {
background-color: #116466;
border-color: #116466;
}
.btn-outline-primary:focus {
border-color: #116466;
}
.btn-outline-secondary {
color: #D9B08C;
border-color: #D9B08C;
}
.btn-outline-secondary:hover {
background-color: #D9B08C;
}
.btn-outline-secondary:focus {
border-color: #D9B08C;
}
.btn-outline-ternari {
color: #FFCB9A;
border-color: #FFCB9A;
}
.btn-outline-quaternary {
color: #73c1ba;
border-color: #73c1ba;
}
.btn-outline-light {
color: #F7F2E5;
border-color: #F7F2E5;
}
.btn-outline-dark {
color: #2C3531;
border-color: #2C3531;
}
/* Estilo texto */
.text-primary {
color: #116466;
}
.text-secondary {
color: #D9B08C;
}
.text-ternari {
color: #FFCB9A;
}
.text-quaternary {
color: #73c1ba;
}
.text-light {
color: #F7F2E5;
}
.text-dark {
color: #2C3531;
}
/* Estilo backgrounds */
.bg-primary {
background-color: #116466 !important;
border-color: #116466;
}
.bg-secondary {
background-color: #D9B08C !important;
border-color: #D9B08C;
}
.bg-ternari {
background-color: #FFCB9A !important;
border-color: #FFCB9A;
}
.bg-quaternary {
background-color: #73c1ba !important;
border-color: #73c1ba;
}
.bg-light {
background-color: #F7F2E5 !important;
border-color: #F7F2E5;
}
.bg-dark {
background-color: #2C3531 !important;
border-color: transparent;
}
::-webkit-scrollbar {
width: 10px;
}
.bg-primary1 {
background-color: #116466 !important;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
a:hover {
text-decoration: none;
cursor: pointer;
}
.nav-item {
position: relative;
white-space: nowrap;
}
#sidenav {
position: fixed;
top: 0;
width: 260px;
height: 100%;
overflow-x: hidden;
z-index: 9999;
transition: width .25s ease;
}
#sidenav a {
display: flex;
align-items: center;
}
#sidenav i {
font-size: 30px;
width: 29px;
}
#sidenav span {
margin-left: 12px;
}
#sidenav .nav-item {
margin: 10px 15px 0;
padding: 10px 8px;
}
#sidenav > ul > .nav-item:nth-child(1) {
height: 56px;
margin: 0;
padding-left: 23px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#sidenav > ul > .nav-item > .dropdown > .dropdown-ico {
margin-left: auto;
}
.sub-menu {
position: relative;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top;
transform-origin: top;
height: auto;
max-height: 0;
display: block !important;
transition: all .3s ease;
}
.sub-menu ul {
padding: 0.75rem 0 0.75rem 2.25rem;
}
.sub-menu ul.nav::before {
content: '';
height: 95%;
width: 3px;
background: #e0f3ff;
opacity: .5;
position: absolute;
left: 14px;
top: 5px;
border-radius: 15px;
transition: all .4s ease;
}
.sub-menu .nav-item {
margin: 0 !important;
padding: 5px 10px !important;
height: 2.1rem;
border-radius: .4rem;
}
.sub-menu .nav-item:hover {
background-color: #2C3531;
}
.sub-menu.show {
-webkit-transform: scaleY(1);
transform: scaleY(1);
max-height: 600px;
}
.navbar {
height: 56px;
background-color: white;
transition: left .25s ease;
}
.navbar2 {
height: 56px;
background-color: white;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
transition: left .25s ease;
}
.navbar-header {
position: relative;
z-index: 1;
}
.navbar-nav {
-webkit-box-orient: horizontal;
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
right: 18px;
z-index: 0;
}
.content {
position: relative;
margin-top: 56px;
padding: 20px;
transition: all .25s ease;
}
.content:not(.closed) .navbar-header {
transition: width .4s ease;
width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 0 .5rem;
}
#sidenav-toggle {
cursor: pointer;
vertical-align: sub;
margin-right: 1rem;
}
.fixed-top {
position: fixed;
top: 0;
left: 260px;
right: 0;
}
#menu.closed #top-menu {
left: 0;
}
#menu.closed #sidenav {
width: 0;
}
#menu.closed #sidenav .sub-menu.show {
transform: scaleY(0);
max-height: 0;
}
#menu.closed #sidenav:hover .sub-menu.show {
transform: scaleY(1);
max-height: 600px;
}
@media screen and (min-width: 1025px) {
.content:not(.closed) .navbar-header {
width: auto;
background-color: transparent;
}
#menu.closed #top-menu {
left: 65px !important;
}
#menu.closed #sidenav {
width: 80px;
}
#menu.closed #sidenav span,
#menu.closed #sidenav .nav-item > .dropdown > .dropdown-ico {
opacity: 0;
}
#menu.closed #sidenav:hover {
width: 260px;
}
#menu.closed #sidenav:hover span,
#menu.closed #sidenav:hover .nav-item > .dropdown > .dropdown-ico {
opacity: 1;
}
#menu #top-menu {
left: 260px;
}
.content {
left: 245px;
width: calc(100% - 245px);
}
.closed {
left: 65px;
width: calc(100% - 65px);
}
}
.cursor-pointer {
cursor: pointer;
background-color: white;
}
.list-group-item {
background-color: white;
}
.fondo-footer {
background-color: white;
}
.social_icon2 ul {
margin: 0;
padding: 0;
list-style: none;
flex-direction: row;
margin-top: 10px;
}
.gap {
margin-right: 10px;
}
.social_icon2 ul li:first-child {
margin-left: 0px;
}
.facebook {
background: #2a66b3;
border: 1px solid #2a66b3;
}
.social_icon2 ul li a i {
margin-right: 10px;
}
.twitter {
background: #35bbec;
border: 1px solid #35bbec;
}
.social_icon2 ul li a {
float: left;
border-radius: 4px;
line-height: 40px;
color: #fff;
height: 40px;
width: 110px;
text-align: center;
margin-bottom: 40px;
}
.google {
background: #e55644;
border: 1px solid #e55644;
}
.facebook:hover {
background: #082b58;
border: 1px solid #082b58;
}
.twitter:hover {
background: #0f607e;
border: 1px solid #0f607e;
}
.google:hover {
background: #a52a1b;
border: 1px solid #a52a1b;
}
.formulari {
background: linear-gradient(180deg, #116466 0%, #73c1ba 35%, #F7F2E5 100%);
z-index: 1;
overflow-x: hidden;
}
form .contact-image {
z-index: 2;
top: 10vh;
border-radius: 8%;
margin-right: auto;
object-fit: cover;
}
form .contact-form {
border-radius: 20px;
background: white;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 5%;
padding-bottom: 5%;
width: auto;
}
form .pagination {
justify-content: center;
}
form .margleft-410px {
margin-left: 410px;
justify-content: space-around;
}
form .form-img {
background-color: white;
border-radius: 20px;
}
#projecte {
margin-left: 25%;
margin-right: auto;
}
.content {
padding: 0px;
}
@media (min-width: 992px) {
.container {
max-width: 100%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 100%;
}
}
.tab {
margin-left: 10px;
overflow: hidden;
background-color: white;
}
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
.tab button:hover {
background-color: #116466;
border-radius: 5px;
}
.tab button:hover i {
color: white;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #116466;
border-radius: 5px;
}
.tab button.active i {
color: white;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
}
.carousel-item {
border-style: none;
display: block;
height: auto;
max-width: 100%;
line-height: 1;
width: 100%;
}
.slide-width {
width: 100%;
} | public/css/main.css | #content {
margin: auto;
width:100%;
height: fit-content;
}
#footerBO {
height: 2rem;
width: 100%;
/* position: absolute; */
bottom: 0;
}
.tooltipProposal {
margin-top: auto;
margin-bottom: auto;
}
.tooltipProposal .tooltiptext {
visibility: hidden;
width: fit-content;
background-color: #313131;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 5px ;
margin-left: 10px;
margin-top: 5px;
/* Position */
position: absolute;
z-index: 1
bottom: 100%;
}
.tooltipProposal:hover .tooltiptext {
visibility: visible;
}
.crear-proposta {
visibility: hidden;
background-color: black;
color: #fff;
text-align: center;
padding: 5px 0;
border-radius: 6px;
}
.foto-perfil {
height: 35px;
width: 35px;
border-radius: 20px;
}
.wrapper {
position: relative;
min-height: fit-content;
}
.active {
color: #FFCB9A;
}
.btn-primary {
background-color: #116466;
border-color: #116466;
}
.btn-primary:focus {
border-color: #116466;
}
.btn-primary:hover {
background: #157e82 ;
border-color: #157e82 ;
color: #116466;
}
.custom-link {
color: #116466;
}
.custom-link:hover {
color: #157e82;
}
.btn-secondary {
background-color: #D9B08C !important;
border-color: #D9B08C !important;
}
.btn-secondary:focus {
border-color: #D9B08C;
}
.btn-ternari {
background-color: #FFCB9A !important;
border-color: #FFCB9A !important;
}
.btn-ternari:focus {
border-color: #FFCB9A;
}
.btn-quaternary {
background-color: #73c1ba !important;
border-color: #73c1ba !important;
}
.btn-quaternary:focus {
border-color: #116466;
}
.btn-light {
background-color: #F7F2E5 !important;
border-color: #F7F2E5 !important;
}
.btn-light:focus {
border-color: #F7F2E5;
}
.btn-dark {
background-color: #2C3531 !important;
border-color: #2C3531 !important;
}
.btn-dark:focus {
border-color: #2C3531;
}
.btn-outline-primary {
color: #116466;
border-color: #116466;
}
.btn-outline-primary:hover {
background-color: #116466;
border-color: #116466;
}
.btn-outline-primary:focus {
border-color: #116466;
}
.btn-outline-secondary {
color: #D9B08C;
border-color: #D9B08C;
}
.btn-outline-secondary:hover {
background-color: #D9B08C;
}
.btn-outline-secondary:focus {
border-color: #D9B08C;
}
.btn-outline-ternari {
color: #FFCB9A;
border-color: #FFCB9A;
}
.btn-outline-quaternary {
color: #73c1ba;
border-color: #73c1ba;
}
.btn-outline-light {
color: #F7F2E5;
border-color: #F7F2E5;
}
.btn-outline-dark {
color: #2C3531;
border-color: #2C3531;
}
/* Estilo texto */
.text-primary {
color: #116466;
}
.text-secondary {
color: #D9B08C;
}
.text-ternari {
color: #FFCB9A;
}
.text-quaternary {
color: #73c1ba;
}
.text-light {
color: #F7F2E5;
}
.text-dark {
color: #2C3531;
}
/* Estilo backgrounds */
.bg-primary {
background-color: #116466 !important;
border-color: #116466;
}
.bg-secondary {
background-color: #D9B08C !important;
border-color: #D9B08C;
}
.bg-ternari {
background-color: #FFCB9A !important;
border-color: #FFCB9A;
}
.bg-quaternary {
background-color: #73c1ba !important;
border-color: #73c1ba;
}
.bg-light {
background-color: #F7F2E5 !important;
border-color: #F7F2E5;
}
.bg-dark {
background-color: #2C3531 !important;
border-color: transparent;
}
::-webkit-scrollbar {
width: 10px;
}
.bg-primary1 {
background-color: #116466 !important;
}
::-webkit-scrollbar-track {
background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
background: #888;
}
::-webkit-scrollbar-thumb:hover {
background: #555;
}
a:hover {
text-decoration: none;
cursor: pointer;
}
.nav-item {
position: relative;
white-space: nowrap;
}
#sidenav {
position: fixed;
top: 0;
width: 260px;
height: 100%;
overflow-x: hidden;
z-index: 9999;
transition: width .25s ease;
}
#sidenav a {
display: flex;
align-items: center;
}
#sidenav i {
font-size: 30px;
width: 29px;
}
#sidenav span {
margin-left: 12px;
}
#sidenav .nav-item {
margin: 10px 15px 0;
padding: 10px 8px;
}
#sidenav > ul > .nav-item:nth-child(1) {
height: 56px;
margin: 0;
padding-left: 23px;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#sidenav > ul > .nav-item > .dropdown > .dropdown-ico {
margin-left: auto;
}
.sub-menu {
position: relative;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: top;
transform-origin: top;
height: auto;
max-height: 0;
display: block !important;
transition: all .3s ease;
}
.sub-menu ul {
padding: 0.75rem 0 0.75rem 2.25rem;
}
.sub-menu ul.nav::before {
content: '';
height: 95%;
width: 3px;
background: #e0f3ff;
opacity: .5;
position: absolute;
left: 14px;
top: 5px;
border-radius: 15px;
transition: all .4s ease;
}
.sub-menu .nav-item {
margin: 0 !important;
padding: 5px 10px !important;
height: 2.1rem;
border-radius: .4rem;
}
.sub-menu .nav-item:hover {
background-color: #2C3531;
}
.sub-menu.show {
-webkit-transform: scaleY(1);
transform: scaleY(1);
max-height: 600px;
}
.navbar {
height: 56px;
background-color: white;
transition: left .25s ease;
}
.navbar2 {
height: 56px;
background-color: white;
border-bottom: 1px solid rgba(0, 0, 0, 0.2);
transition: left .25s ease;
}
.navbar-header {
position: relative;
z-index: 1;
}
.navbar-nav {
-webkit-box-orient: horizontal;
-ms-flex-direction: row;
flex-direction: row;
position: absolute;
right: 18px;
z-index: 0;
}
.content {
position: relative;
margin-top: 56px;
padding: 20px;
transition: all .25s ease;
}
.content:not(.closed) .navbar-header {
transition: width .4s ease;
width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link {
padding: 0 .5rem;
}
#sidenav-toggle {
cursor: pointer;
vertical-align: sub;
margin-right: 1rem;
}
.fixed-top {
position: fixed;
top: 0;
left: 260px;
right: 0;
}
#menu.closed #top-menu {
left: 0;
}
#menu.closed #sidenav {
width: 0;
}
#menu.closed #sidenav .sub-menu.show {
transform: scaleY(0);
max-height: 0;
}
#menu.closed #sidenav:hover .sub-menu.show {
transform: scaleY(1);
max-height: 600px;
}
@media screen and (min-width: 1025px) {
.content:not(.closed) .navbar-header {
width: auto;
background-color: transparent;
}
#menu.closed #top-menu {
left: 65px !important;
}
#menu.closed #sidenav {
width: 80px;
}
#menu.closed #sidenav span,
#menu.closed #sidenav .nav-item > .dropdown > .dropdown-ico {
opacity: 0;
}
#menu.closed #sidenav:hover {
width: 260px;
}
#menu.closed #sidenav:hover span,
#menu.closed #sidenav:hover .nav-item > .dropdown > .dropdown-ico {
opacity: 1;
}
#menu #top-menu {
left: 260px;
}
.content {
left: 245px;
width: calc(100% - 245px);
}
.closed {
left: 65px;
width: calc(100% - 65px);
}
}
.cursor-pointer {
cursor: pointer;
background-color: white;
}
.list-group-item {
background-color: white;
}
.fondo-footer {
background-color: white;
}
.social_icon2 ul {
margin: 0;
padding: 0;
list-style: none;
flex-direction: row;
margin-top: 10px;
}
.gap {
margin-right: 10px;
}
.social_icon2 ul li:first-child {
margin-left: 0px;
}
.facebook {
background: #2a66b3;
border: 1px solid #2a66b3;
}
.social_icon2 ul li a i {
margin-right: 10px;
}
.twitter {
background: #35bbec;
border: 1px solid #35bbec;
}
.social_icon2 ul li a {
float: left;
border-radius: 4px;
line-height: 40px;
color: #fff;
height: 40px;
width: 110px;
text-align: center;
margin-bottom: 40px;
}
.google {
background: #e55644;
border: 1px solid #e55644;
}
.facebook:hover {
background: #082b58;
border: 1px solid #082b58;
}
.twitter:hover {
background: #0f607e;
border: 1px solid #0f607e;
}
.google:hover {
background: #a52a1b;
border: 1px solid #a52a1b;
}
.formulari {
background: linear-gradient(180deg, #116466 0%, #73c1ba 35%, #F7F2E5 100%);
z-index: 1;
overflow-x: hidden;
}
form .contact-image {
z-index: 2;
top: 10vh;
border-radius: 8%;
margin-right: auto;
object-fit: cover;
}
form .contact-form {
border-radius: 20px;
background: white;
margin-top: 5%;
margin-bottom: 5%;
padding-top: 5%;
padding-bottom: 5%;
width: auto;
}
form .pagination {
justify-content: center;
}
form .margleft-410px {
margin-left: 410px;
justify-content: space-around;
}
form .form-img {
background-color: white;
border-radius: 20px;
}
#projecte {
margin-left: 25%;
margin-right: auto;
}
.content {
padding: 0px;
}
@media (min-width: 992px) {
.container {
max-width: 100%;
}
}
@media (min-width: 1200px) {
.container {
max-width: 100%;
}
}
.tab {
margin-left: 10px;
overflow: hidden;
background-color: white;
}
.tab button {
background-color: inherit;
float: left;
border: none;
outline: none;
cursor: pointer;
padding: 14px 16px;
transition: 0.3s;
font-size: 17px;
}
.tab button:hover {
background-color: #116466;
border-radius: 5px;
}
.tab button:hover i {
color: white;
}
/* Create an active/current tablink class */
.tab button.active {
background-color: #116466;
border-radius: 5px;
}
.tab button.active i {
color: white;
}
/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
}
.carousel-item {
border-style: none;
display: block;
height: auto;
max-width: 100%;
line-height: 1;
width: 100%;
}
.slide-width {
width: 100%;
} | 0.330471 | 0.065845 |
body {
background: #fff;
font-size: 18px;
font-family: Martel, georgia;
}
li {
list-style: none;
}
h1,
h2,
h3,
h4,
a,
li,
ul {
margin: 0;
padding: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
a {
text-decoration: none;
color: #222;
}
a:hover {
background: #f4f4f4;
}
.loader {
width: 100%;
height: 100%;
background: #fff url("../icons/loading.svg");
background-repeat: no-repeat;
background-size: 60px auto;
background-position: 50% 50%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
}
.close {
color: #a7a6a6;
background: #e7e7e7;
display: inline-block;
padding: 0.2em 0.5em;
}
.button,
.button-lightGrey {
display: inline-block;
margin-right: 0.7em;
}
.button:hover a,
.button-lightGrey:hover a {
background: #dea7a7;
color: #fff;
}
.button a,
.button-lightGrey a {
font-size: 0.85em;
padding: 0.4em 0.7em;
color: #c39d9e;
color: rgba(179,53,56,0.8);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px dashed #d2b4b5;
display: block;
text-decoration: none;
}
.button-lightGrey:hover a {
background: #dea7a7;
color: #fff;
}
.button-lightGrey a {
border-color: #e6e6e6;
color: #a7a7a7;
}
.title {
font-size: 21px;
margin: 0 0 20px 0;
line-height: 36px;
}
@media all and (min-width: 600px) {
.title {
font-size: 26px;
}
}
@media all and (min-width: 800px) {
.title {
font-size: 36px;
}
}
.subtitle {
font-size: 24px;
margin: 0 0 20px 0;
line-height: 24px;
color: #b33538;
margin-top: 1.5em;
margin-bottom: 1em;
}
.paragraph {
font-size: 18px;
}
@media all and (min-width: 600px) {
.paragraph {
font-size: 18px;
}
}
@media all and (min-width: 800px) {
.paragraph {
font-size: 18px;
}
}
.menuTop-navup {
top: -75px !important;
}
.menuTop-down {
top: 0 !important;
}
.menuTop {
width: 100%;
padding: 0;
background: rgba(255,255,255,0.9);
height: 75px;
position: fixed;
z-index: 100;
rigth: 0;
top: 0;
transition: top 0.2s ease-in-out;
}
.menuTop-int {
margin: 0;
position: relative;
height: 100%;
text-align: right;
}
.menuTop-box {
display: inline-block;
height: 75px;
}
.menuTop-logo {
width: 200px;
height: 75px;
margin: 0 auto;
position: absolute;
left: 0;
}
.menuTop-logo-image {
height: 50px;
margin-top: 0.7em;
display: block;
background: rgba(255,255,255,0.5);
background: url("../images/logo.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position: 50% 50%;
}
@media all and (min-width: 600px) {
.menuTop-logo-image {
height: 48px;
margin-top: 0.8em;
}
}
@media all and (min-width: 800px) {
.menuTop-logo-image {
height: 60px;
margin-top: 0.5em;
}
}
.menuTop-logo-text {
display: none;
}
.menuTop-logo-subtext {
font-size: 1em;
line-height: 1em;
}
.menuTop-logo-shown {
background: #f00;
display: block !important;
}
.menuTop-contact {
float: left;
margin-left: 1em;
padding: 1.3em 1em;
margin-top: 0.65em;
-webkit-box-shadow: inset 0px 0px 0px 3px #dbdbdb;
-moz-box-shadow: inset 0px 0px 0px 3px #dbdbdb;
box-shadow: inset 0px 0px 0px 3px #dbdbdb;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
}
@media all and (max-width: 600px) {
.menuTop-contact {
display: none;
}
}
.menuTop-contact p {
line-height: 0;
margin: 0;
padding: 0;
margin-top: 5px;
}
.menuTop-languages {
margin: 0;
padding: 0;
display: block;
}
.menuTop-languages li {
height: 100%;
float: left;
margin-left: 0.5em;
}
.menuTop-languages li a {
padding: 1.5em 1em;
margin-right: -1em;
padding-bottom: 1em;
display: block;
}
@media all and (max-width: 600px) {
.menuTop-languages li a span {
display: none;
}
}
.menuTop-languages li a img {
height: 16px;
margin-right: 7px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.menuTop-button {
width: 35px;
height: 75px;
z-index: 30;
display: inline-block;
cursor: pointer;
padding-left: 1em;
background-size: 40px auto;
background-position: 100% 50%;
background-repeat: no-repeat;
background-image: url("../icons/menu.svg");
z-index: 1000;
position: relative;
}
.menu {
background: #2980b9;
background: #dce3e8;
position: fixed;
right: -18em;
top: 0;
padding-top: 75px;
box-sizing: border-box;
z-index: 20;
height: 100%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.menu.active {
right: 0;
}
.menu ul {
width: 240px;
margin: 0;
padding: 0;
list-style: none;
margin: auto;
/*outline: 1px solid red;*/
padding-left: 0;
}
.menu ul li {
margin: 0;
padding: 0;
}
.menu ul li {
box-shadow: 3px 0 rgba(52,152,219,0.2) inset;
margin-bottom: 5px;
padding-left: 0.5em;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; /*outline: 1px solid green*/
}
.menu ul li a {
width: 100%;
background: url("menu.svg") no-repeat left top;
color: #222;
text-decoration: none;
display: block;
padding: 0.7em 0;
}
.menu ul li a p {
margin: 0;
padding: 0;
margin-left: 2em;
}
.menu ul li a:hover p {
margin-left: 2em;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.menu li:hover {
box-shadow: 15em 0 rgba(52,152,219,0.2) inset;
}
.menu li:nth-child(1) a {
padding-top: 1em;
}
.menu li:last-child a {
padding-bottom: 1em;
}
.menu li:nth-child(2) a {
background-position: 0 -42px;
}
.menu li:nth-child(3) a {
background-position: 0 -84px;
}
.menu li:nth-child(4) a {
background-position: 0 -126px;
}
.menu li:nth-child(5) a {
background-position: 0 -168px;
}
.languages {
background-size: cover;
cursor: pointer;
right: 2em;
height: 40px;
position: fixed;
top: 2em;
z-index: 30;
display: none;
}
.languages ul {
margin: 0;
padding: 0;
}
.languages ul li {
display: inline-block;
}
.mobile-wrapper {
margin-left: 0;
}
.mobile-wrapper-active {
margin-left: -150px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.container {
padding: 1em 0;
}
@media all and (min-width: 600px) {
.container {
padding: 2em 0;
}
}
@media all and (min-width: 800px) {
.container {
padding: 2em 0;
}
}
.menuTop,
.container,
.footer {
width: 100%;
display: inline-block;
}
.menuTop-int,
.container-int,
.footer-int {
margin: 0 1.5em;
position: relative;
}
@media screen and (min-width: 600px) {
.menuTop-int,
.container-int,
.footer-int {
width: 550px;
margin: 0 auto;
}
}
@media screen and (min-width: 800px) {
.menuTop-int,
.container-int,
.footer-int {
width: 750px;
margin: 0 auto;
}
}
.sectionHeader {
background-color: #e8edf1;
background-position: 50% 50%;
margin-top: 75px;
text-align: center;
}
.bigHeader {
height: 200px;
background-color: #e8edf1;
background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url("../images/jorge_ferreiro_small.jpg");
background-size: auto;
background-size: cover;
margin-top: 75px;
}
.bigHeader .container-int {
height: 160px;
}
@media all and (min-width: 600px) {
.bigHeader {
height: 260px;
background-image: url("../images/jorge_ferreiro_medium_NEW.jpg");
background-position: 70% 50%;
}
.bigHeader .container-int {
height: 190px;
padding: 0;
}
}
@media all and (min-width: 800px) {
.bigHeader {
height: 310px;
background-size: auto;
}
.bigHeader .container-int {
height: 210px;
padding: 0;
}
}
.bigHeader-logo {
width: 200px;
display: inline-block;
left: 0;
position: absolute;
bottom: 0;
}
@media all and (max-width: 600px) {
.bigHeader-logo {
margin-left: -10px;
}
}
@media all and (min-width: 600px) {
.bigHeader-logo {
width: 260px;
}
}
@media all and (min-width: 800px) {
.bigHeader-logo {
width: 360px;
}
}
.bigHeader-logo-image {
height: 50px;
margin-bottom: 0.3em;
display: block;
background: rgba(255,255,255,0.5);
background: url("../images/logo.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position: 50% 50%;
}
@media all and (min-width: 600px) {
.bigHeader-logo-image {
height: 48px;
}
}
@media all and (min-width: 800px) {
.bigHeader-logo-image {
height: 60px;
margin-bottom: 1em;
}
}
.bigHeader-logo-text {
display: none;
}
.bigHeader-logo-subtext {
font-size: 1em;
line-height: 1em;
}
@media all and (min-width: 800px) {
.bigHeader-logo-subtext {
font-size: 1.3em;
}
}
.header {
width: 100%;
height: 75px;
background: rgba(15,22,63,0.9);
background: rgba(0,0,0,0.7);
background: rgba(255,255,255,0.8);
margin-top: 0;
z-index: 10;
position: fixed;
}
.header-int {
margin: 0 1.5em;
position: relative;
}
@media screen and (min-width: 600px) {
.header-int {
width: 550px;
margin: 0 auto;
}
}
@media screen and (min-width: 800px) {
.header-int {
width: 750px;
margin: 0 auto;
}
}
.header-fixed {
background: rgba(255,255,255,0.9);
position: fixed;
top: 0;
margin-top: 0;
}
.header-logo {
max-width: 200px;
margin-top: 10px;
display: inline-block;
}
.header-menu {
height: 50px;
display: inline-block;
vertical-align: top;
float: right;
position: absolute;
top: 0;
right: 0;
}
.header-menu-separator {
width: 1px;
height: 100%;
display: inline-block;
background: #00f;
vertical-align: top;
}
.header-menu .header-menu-language {
margin-left: 0.5em;
}
.header-menu li {
display: inline-block;
position: relative;
height: 100%;
margin-left: 1em;
vertical-align: top;
}
.header-menu li a {
height: 100%;
display: block;
position: relative;
}
.header-menu li a p {
margin: 0;
padding: 0;
position: relative;
line-height: 1.3em;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-menu li a p img {
width: 20px;
display: none;
}
.skills-block {
background: #f4f4f4;
border-top: 1px solid #e6eaec;
}
.skills {
width: 100%;
margin-bottom: 2em;
}
.skills-entry {
width: 33.333%;
display: inline-block;
vertical-align: top;
margin: 0.3em 0;
margin-right: -4px;
}
@media all and (max-width: mobileWidth) {
.skills-entry {
width: 50%;
}
}
@media all and (max-width: 600px) {
.skills-entry {
width: 50%;
}
}
.skills-entry-logo {
display: inline-block;
margin-right: 0.8em;
width: 40px;
height: 40px;
}
.skills-entry-logo img {
width: 40px;
}
.skills-entry-text {
margin: 0;
margin-right: 1em;
padding: 0;
display: inline-block;
vertical-align: top;
margin-top: 10px;
}
.projects {
width: 100%;
margin-bottom: 2em;
}
.projects-entry {
width: 33.333%;
display: inline-block;
vertical-align: top;
margin: 0.3em 0;
margin-right: -4px;
}
@media all and (max-width: 799px) {
.projects-entry {
width: 50% !important;
}
}
@media all and (max-width: 450px) {
.projects-entry {
width: 100% !important;
}
}
.projects-entry-int {
margin-right: 1.2em;
}
.projects-entry-logo {
width: 100%;
height: 155px;
background: #f3f3f3;
display: inline-block;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.projects-entry-logo a {
width: 100%;
height: 100%;
display: block;
}
.projects-entry-logo img {
width: 100%;
}
@media all and (max-width: 450px) {
.projects-entry-logo img {
margin-top: -3%;
}
}
.projects-entry-title {
font-size: 1em;
margin-top: 1em;
line-height: 1em;
}
.projects-entry-title a {
color: #0a435d;
}
.projects-entry-subtitle {
font-size: 0.8em;
margin-top: 0.2em;
}
.projects-entry-date {
font-size: 0.6em;
margin-top: 0.2em;
}
.projects-entry-info {
margin: 0;
font-size: 0.8em;
margin-top: 0.2em;
}
.projects-entry-link {
margin-top: 1em;
font-size: 0.8em;
padding: 0.3em 0.5em;
background: #f4f4f4;
display: inline-block;
}
.projects-entry-link a {
color: #0a435d;
}
.contact {
background: #fff;
background: #e6eaec;
background: rgba(244,141,101,0.65);
border-top: 1px solid #e6eaec;
background: transparent;
background: #f4f4f4;
padding: 3em 0;
}
.contactBox-rounds {
width: 100%;
display: inline-block;
text-align: center;
margin-bottom: 1em;
}
.contactBox-rounds-box {
width: 100px;
height: 100px;
background: rgba(0,65,126,0.5);
background: rgba(179,53,53,0.8);
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
text-align: center;
margin: 0 -0.6em;
}
.contactBox-rounds-box img {
width: 50%;
margin-top: 1.4em;
color: #fff;
}
.contactBox-coffeSkype {
width: 100%;
margin-top: 2em;
vertical-align: top;
}
.contactBox-coffeSkype-coffee {
background: rgba(179,53,53,0.8);
}
.contactBox-coffeSkype-coffee p:before {
content: 'Interested in reading my resume?';
}
.contactBox-coffeSkype-coffee:hover {
background: rgba(179,53,53,0.8);
}
.contactBox-coffeSkype-coffee:hover p:before {
content: 'Yes, download it!';
}
.contactBox-coffeSkype-skype {
background-color: rgba(179,130,76,0.8);
}
.contactBox-coffeSkype-skype p:before {
content: 'Do we talk via skype/hangout?';
}
.contactBox-coffeSkype-skype:hover {
background-color: rgba(179,130,76,0.8);
}
.contactBox-coffeSkype-skype:hover p:before {
content: 'Organise a call!';
}
.contactBox-coffeSkype a {
width: 47%;
height: 100%;
display: inline-block;
vertical-align: top;
text-align: center;
text-decoration: none;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-ms-transform: scale(1, 1); /* IE 9 */
-webkit-transform: scale(1, 1); /* Safari */
transform: scale(1, 1);
-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
transition: all 0.3s;
}
@media all and (max-width: 800px) {
.contactBox-coffeSkype a {
width: 100%;
margin-bottom: 1.5em;
}
.contactBox-coffeSkype a:last-child {
margin-bottom: 0;
}
}
.contactBox-coffeSkype a:hover {
-ms-transform: scale(1.2, 1.2); /* IE 9 */
-webkit-transform: scale(1.2, 1.2); /* Safari */
transform: scale(1.2, 1.2);
}
.contactBox-coffeSkype a p {
margin-top: 1.6em;
color: #fff;
}
.contactBox-coffeSkype span {
width: 4.5%;
display: inline-block;
vertical-align: top;
font-family: arial;
margin-top: 1.6em;
text-align: center;
color: rgba(0,0,0,0.3);
}
@media all and (max-width: 799px) {
.contactBox-coffeSkype span {
display: none;
}
}
.messageSent {
background: #539a53;
width: 100%;
text-align: center;
display: none;
z-index: 200;
padding: 1em 0;
margin-top: 1.5em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.messageSent-warning {
background: #e81f1f;
}
.messageSent .whiteBackground {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 50;
content: '';
background: rgba(255,255,255,0.6);
}
.messageSent p {
margin: 0 1.5em;
color: #fff;
}
#formLoader {
display: none;
}
.contactLoader {
width: 100%;
height: 100px;
background: url("../icons/loading.svg");
background-repeat: no-repeat;
background-size: 60px auto;
background-position: 50% 50%;
z-index: 1000;
}
.contactFieldset {
width: 100%;
position: relative;
margin-bottom: 1em;
padding: 0;
border: 0;
}
.contactFieldset-label {
width: 100px;
display: inline-block;
text-align: left;
float: left;
}
.contactFieldset-input {
padding: 0.5em 1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 0;
outline: 0;
-ms-box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.contactFieldset-input-error {
border: 1px solid #f00;
}
@media all and (max-width: 800px) {
.contactFieldset-input {
padding-left: 0;
text-indent: 20px;
padding-right: 0;
width: 100% !important;
}
}
@media all and (min-width: 600px) {
.contactFieldset-input {
width: 400px !important;
}
}
@media all and (min-width: 800px) {
.contactFieldset-input {
width: 600px !important;
}
}
.contactFieldset-input:focus {
-webkit-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
}
.contactFieldset-unified {
min-width: 300px;
}
@media all and (min-width: 800px) {
.contactFieldset-unified {
width: 635px !important;
margin-right: 0 !important;
}
}
.contactFieldset-select {
margin-right: 1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: 0;
border: 0;
background: #fff;
}
@media all and (max-width: 600px) {
.contactFieldset-select {
padding-left: 0;
text-indent: 20px;
padding-right: 0;
margin-bottom: 1em;
width: 100% !important;
}
}
@media all and (min-width: 800px) {
.contactFieldset-select {
width: 200px;
height: 48px;
text-indent: 15px;
}
}
.contactFieldset-select:focus {
-webkit-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
}
.contactFieldset-submit {
border: 0;
color: #fff;
background: #b33538;
padding: 0.5em 1.5em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 1.5em;
outline: 0;
}
.contactFieldset-submit:hover {
background: #ca4548;
}
.contactFieldset-submit:focus {
background: #9c292c;
}
.footer {
border-top: 1px solid #f4f4f4;
}
.footer-left {
display: inline-block;
}
.footer-right {
float: right;
}
.footer-right p {
display: inline-block;
margin-left: 1em;
}
.footer-middle {
width: 100%;
border-top: 1px solid #eaeaea;
text-align: center;
display: inline-block;
}
.footer-middle h5 {
color: #cecece;
color: rgba(0,0,0,0.5);
} | public/css/styles.css | body {
background: #fff;
font-size: 18px;
font-family: Martel, georgia;
}
li {
list-style: none;
}
h1,
h2,
h3,
h4,
a,
li,
ul {
margin: 0;
padding: 0;
-webkit-margin-before: 0;
-webkit-margin-after: 0;
}
a {
text-decoration: none;
color: #222;
}
a:hover {
background: #f4f4f4;
}
.loader {
width: 100%;
height: 100%;
background: #fff url("../icons/loading.svg");
background-repeat: no-repeat;
background-size: 60px auto;
background-position: 50% 50%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
}
.close {
color: #a7a6a6;
background: #e7e7e7;
display: inline-block;
padding: 0.2em 0.5em;
}
.button,
.button-lightGrey {
display: inline-block;
margin-right: 0.7em;
}
.button:hover a,
.button-lightGrey:hover a {
background: #dea7a7;
color: #fff;
}
.button a,
.button-lightGrey a {
font-size: 0.85em;
padding: 0.4em 0.7em;
color: #c39d9e;
color: rgba(179,53,56,0.8);
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px dashed #d2b4b5;
display: block;
text-decoration: none;
}
.button-lightGrey:hover a {
background: #dea7a7;
color: #fff;
}
.button-lightGrey a {
border-color: #e6e6e6;
color: #a7a7a7;
}
.title {
font-size: 21px;
margin: 0 0 20px 0;
line-height: 36px;
}
@media all and (min-width: 600px) {
.title {
font-size: 26px;
}
}
@media all and (min-width: 800px) {
.title {
font-size: 36px;
}
}
.subtitle {
font-size: 24px;
margin: 0 0 20px 0;
line-height: 24px;
color: #b33538;
margin-top: 1.5em;
margin-bottom: 1em;
}
.paragraph {
font-size: 18px;
}
@media all and (min-width: 600px) {
.paragraph {
font-size: 18px;
}
}
@media all and (min-width: 800px) {
.paragraph {
font-size: 18px;
}
}
.menuTop-navup {
top: -75px !important;
}
.menuTop-down {
top: 0 !important;
}
.menuTop {
width: 100%;
padding: 0;
background: rgba(255,255,255,0.9);
height: 75px;
position: fixed;
z-index: 100;
rigth: 0;
top: 0;
transition: top 0.2s ease-in-out;
}
.menuTop-int {
margin: 0;
position: relative;
height: 100%;
text-align: right;
}
.menuTop-box {
display: inline-block;
height: 75px;
}
.menuTop-logo {
width: 200px;
height: 75px;
margin: 0 auto;
position: absolute;
left: 0;
}
.menuTop-logo-image {
height: 50px;
margin-top: 0.7em;
display: block;
background: rgba(255,255,255,0.5);
background: url("../images/logo.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position: 50% 50%;
}
@media all and (min-width: 600px) {
.menuTop-logo-image {
height: 48px;
margin-top: 0.8em;
}
}
@media all and (min-width: 800px) {
.menuTop-logo-image {
height: 60px;
margin-top: 0.5em;
}
}
.menuTop-logo-text {
display: none;
}
.menuTop-logo-subtext {
font-size: 1em;
line-height: 1em;
}
.menuTop-logo-shown {
background: #f00;
display: block !important;
}
.menuTop-contact {
float: left;
margin-left: 1em;
padding: 1.3em 1em;
margin-top: 0.65em;
-webkit-box-shadow: inset 0px 0px 0px 3px #dbdbdb;
-moz-box-shadow: inset 0px 0px 0px 3px #dbdbdb;
box-shadow: inset 0px 0px 0px 3px #dbdbdb;
-webkit-border-radius: 60px;
-moz-border-radius: 60px;
border-radius: 60px;
}
@media all and (max-width: 600px) {
.menuTop-contact {
display: none;
}
}
.menuTop-contact p {
line-height: 0;
margin: 0;
padding: 0;
margin-top: 5px;
}
.menuTop-languages {
margin: 0;
padding: 0;
display: block;
}
.menuTop-languages li {
height: 100%;
float: left;
margin-left: 0.5em;
}
.menuTop-languages li a {
padding: 1.5em 1em;
margin-right: -1em;
padding-bottom: 1em;
display: block;
}
@media all and (max-width: 600px) {
.menuTop-languages li a span {
display: none;
}
}
.menuTop-languages li a img {
height: 16px;
margin-right: 7px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.menuTop-button {
width: 35px;
height: 75px;
z-index: 30;
display: inline-block;
cursor: pointer;
padding-left: 1em;
background-size: 40px auto;
background-position: 100% 50%;
background-repeat: no-repeat;
background-image: url("../icons/menu.svg");
z-index: 1000;
position: relative;
}
.menu {
background: #2980b9;
background: #dce3e8;
position: fixed;
right: -18em;
top: 0;
padding-top: 75px;
box-sizing: border-box;
z-index: 20;
height: 100%;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.menu.active {
right: 0;
}
.menu ul {
width: 240px;
margin: 0;
padding: 0;
list-style: none;
margin: auto;
/*outline: 1px solid red;*/
padding-left: 0;
}
.menu ul li {
margin: 0;
padding: 0;
}
.menu ul li {
box-shadow: 3px 0 rgba(52,152,219,0.2) inset;
margin-bottom: 5px;
padding-left: 0.5em;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s; /*outline: 1px solid green*/
}
.menu ul li a {
width: 100%;
background: url("menu.svg") no-repeat left top;
color: #222;
text-decoration: none;
display: block;
padding: 0.7em 0;
}
.menu ul li a p {
margin: 0;
padding: 0;
margin-left: 2em;
}
.menu ul li a:hover p {
margin-left: 2em;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.menu li:hover {
box-shadow: 15em 0 rgba(52,152,219,0.2) inset;
}
.menu li:nth-child(1) a {
padding-top: 1em;
}
.menu li:last-child a {
padding-bottom: 1em;
}
.menu li:nth-child(2) a {
background-position: 0 -42px;
}
.menu li:nth-child(3) a {
background-position: 0 -84px;
}
.menu li:nth-child(4) a {
background-position: 0 -126px;
}
.menu li:nth-child(5) a {
background-position: 0 -168px;
}
.languages {
background-size: cover;
cursor: pointer;
right: 2em;
height: 40px;
position: fixed;
top: 2em;
z-index: 30;
display: none;
}
.languages ul {
margin: 0;
padding: 0;
}
.languages ul li {
display: inline-block;
}
.mobile-wrapper {
margin-left: 0;
}
.mobile-wrapper-active {
margin-left: -150px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.container {
padding: 1em 0;
}
@media all and (min-width: 600px) {
.container {
padding: 2em 0;
}
}
@media all and (min-width: 800px) {
.container {
padding: 2em 0;
}
}
.menuTop,
.container,
.footer {
width: 100%;
display: inline-block;
}
.menuTop-int,
.container-int,
.footer-int {
margin: 0 1.5em;
position: relative;
}
@media screen and (min-width: 600px) {
.menuTop-int,
.container-int,
.footer-int {
width: 550px;
margin: 0 auto;
}
}
@media screen and (min-width: 800px) {
.menuTop-int,
.container-int,
.footer-int {
width: 750px;
margin: 0 auto;
}
}
.sectionHeader {
background-color: #e8edf1;
background-position: 50% 50%;
margin-top: 75px;
text-align: center;
}
.bigHeader {
height: 200px;
background-color: #e8edf1;
background-position: 50% 50%;
background-repeat: no-repeat;
background-image: url("../images/jorge_ferreiro_small.jpg");
background-size: auto;
background-size: cover;
margin-top: 75px;
}
.bigHeader .container-int {
height: 160px;
}
@media all and (min-width: 600px) {
.bigHeader {
height: 260px;
background-image: url("../images/jorge_ferreiro_medium_NEW.jpg");
background-position: 70% 50%;
}
.bigHeader .container-int {
height: 190px;
padding: 0;
}
}
@media all and (min-width: 800px) {
.bigHeader {
height: 310px;
background-size: auto;
}
.bigHeader .container-int {
height: 210px;
padding: 0;
}
}
.bigHeader-logo {
width: 200px;
display: inline-block;
left: 0;
position: absolute;
bottom: 0;
}
@media all and (max-width: 600px) {
.bigHeader-logo {
margin-left: -10px;
}
}
@media all and (min-width: 600px) {
.bigHeader-logo {
width: 260px;
}
}
@media all and (min-width: 800px) {
.bigHeader-logo {
width: 360px;
}
}
.bigHeader-logo-image {
height: 50px;
margin-bottom: 0.3em;
display: block;
background: rgba(255,255,255,0.5);
background: url("../images/logo.png");
background-size: 100% auto;
background-repeat: no-repeat;
background-position: 50% 50%;
}
@media all and (min-width: 600px) {
.bigHeader-logo-image {
height: 48px;
}
}
@media all and (min-width: 800px) {
.bigHeader-logo-image {
height: 60px;
margin-bottom: 1em;
}
}
.bigHeader-logo-text {
display: none;
}
.bigHeader-logo-subtext {
font-size: 1em;
line-height: 1em;
}
@media all and (min-width: 800px) {
.bigHeader-logo-subtext {
font-size: 1.3em;
}
}
.header {
width: 100%;
height: 75px;
background: rgba(15,22,63,0.9);
background: rgba(0,0,0,0.7);
background: rgba(255,255,255,0.8);
margin-top: 0;
z-index: 10;
position: fixed;
}
.header-int {
margin: 0 1.5em;
position: relative;
}
@media screen and (min-width: 600px) {
.header-int {
width: 550px;
margin: 0 auto;
}
}
@media screen and (min-width: 800px) {
.header-int {
width: 750px;
margin: 0 auto;
}
}
.header-fixed {
background: rgba(255,255,255,0.9);
position: fixed;
top: 0;
margin-top: 0;
}
.header-logo {
max-width: 200px;
margin-top: 10px;
display: inline-block;
}
.header-menu {
height: 50px;
display: inline-block;
vertical-align: top;
float: right;
position: absolute;
top: 0;
right: 0;
}
.header-menu-separator {
width: 1px;
height: 100%;
display: inline-block;
background: #00f;
vertical-align: top;
}
.header-menu .header-menu-language {
margin-left: 0.5em;
}
.header-menu li {
display: inline-block;
position: relative;
height: 100%;
margin-left: 1em;
vertical-align: top;
}
.header-menu li a {
height: 100%;
display: block;
position: relative;
}
.header-menu li a p {
margin: 0;
padding: 0;
position: relative;
line-height: 1.3em;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.header-menu li a p img {
width: 20px;
display: none;
}
.skills-block {
background: #f4f4f4;
border-top: 1px solid #e6eaec;
}
.skills {
width: 100%;
margin-bottom: 2em;
}
.skills-entry {
width: 33.333%;
display: inline-block;
vertical-align: top;
margin: 0.3em 0;
margin-right: -4px;
}
@media all and (max-width: mobileWidth) {
.skills-entry {
width: 50%;
}
}
@media all and (max-width: 600px) {
.skills-entry {
width: 50%;
}
}
.skills-entry-logo {
display: inline-block;
margin-right: 0.8em;
width: 40px;
height: 40px;
}
.skills-entry-logo img {
width: 40px;
}
.skills-entry-text {
margin: 0;
margin-right: 1em;
padding: 0;
display: inline-block;
vertical-align: top;
margin-top: 10px;
}
.projects {
width: 100%;
margin-bottom: 2em;
}
.projects-entry {
width: 33.333%;
display: inline-block;
vertical-align: top;
margin: 0.3em 0;
margin-right: -4px;
}
@media all and (max-width: 799px) {
.projects-entry {
width: 50% !important;
}
}
@media all and (max-width: 450px) {
.projects-entry {
width: 100% !important;
}
}
.projects-entry-int {
margin-right: 1.2em;
}
.projects-entry-logo {
width: 100%;
height: 155px;
background: #f3f3f3;
display: inline-block;
overflow: hidden;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.projects-entry-logo a {
width: 100%;
height: 100%;
display: block;
}
.projects-entry-logo img {
width: 100%;
}
@media all and (max-width: 450px) {
.projects-entry-logo img {
margin-top: -3%;
}
}
.projects-entry-title {
font-size: 1em;
margin-top: 1em;
line-height: 1em;
}
.projects-entry-title a {
color: #0a435d;
}
.projects-entry-subtitle {
font-size: 0.8em;
margin-top: 0.2em;
}
.projects-entry-date {
font-size: 0.6em;
margin-top: 0.2em;
}
.projects-entry-info {
margin: 0;
font-size: 0.8em;
margin-top: 0.2em;
}
.projects-entry-link {
margin-top: 1em;
font-size: 0.8em;
padding: 0.3em 0.5em;
background: #f4f4f4;
display: inline-block;
}
.projects-entry-link a {
color: #0a435d;
}
.contact {
background: #fff;
background: #e6eaec;
background: rgba(244,141,101,0.65);
border-top: 1px solid #e6eaec;
background: transparent;
background: #f4f4f4;
padding: 3em 0;
}
.contactBox-rounds {
width: 100%;
display: inline-block;
text-align: center;
margin-bottom: 1em;
}
.contactBox-rounds-box {
width: 100px;
height: 100px;
background: rgba(0,65,126,0.5);
background: rgba(179,53,53,0.8);
display: inline-block;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
text-align: center;
margin: 0 -0.6em;
}
.contactBox-rounds-box img {
width: 50%;
margin-top: 1.4em;
color: #fff;
}
.contactBox-coffeSkype {
width: 100%;
margin-top: 2em;
vertical-align: top;
}
.contactBox-coffeSkype-coffee {
background: rgba(179,53,53,0.8);
}
.contactBox-coffeSkype-coffee p:before {
content: 'Interested in reading my resume?';
}
.contactBox-coffeSkype-coffee:hover {
background: rgba(179,53,53,0.8);
}
.contactBox-coffeSkype-coffee:hover p:before {
content: 'Yes, download it!';
}
.contactBox-coffeSkype-skype {
background-color: rgba(179,130,76,0.8);
}
.contactBox-coffeSkype-skype p:before {
content: 'Do we talk via skype/hangout?';
}
.contactBox-coffeSkype-skype:hover {
background-color: rgba(179,130,76,0.8);
}
.contactBox-coffeSkype-skype:hover p:before {
content: 'Organise a call!';
}
.contactBox-coffeSkype a {
width: 47%;
height: 100%;
display: inline-block;
vertical-align: top;
text-align: center;
text-decoration: none;
color: #fff;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
-ms-transform: scale(1, 1); /* IE 9 */
-webkit-transform: scale(1, 1); /* Safari */
transform: scale(1, 1);
-webkit-transition: all 0.3s; /* For Safari 3.1 to 6.0 */
transition: all 0.3s;
}
@media all and (max-width: 800px) {
.contactBox-coffeSkype a {
width: 100%;
margin-bottom: 1.5em;
}
.contactBox-coffeSkype a:last-child {
margin-bottom: 0;
}
}
.contactBox-coffeSkype a:hover {
-ms-transform: scale(1.2, 1.2); /* IE 9 */
-webkit-transform: scale(1.2, 1.2); /* Safari */
transform: scale(1.2, 1.2);
}
.contactBox-coffeSkype a p {
margin-top: 1.6em;
color: #fff;
}
.contactBox-coffeSkype span {
width: 4.5%;
display: inline-block;
vertical-align: top;
font-family: arial;
margin-top: 1.6em;
text-align: center;
color: rgba(0,0,0,0.3);
}
@media all and (max-width: 799px) {
.contactBox-coffeSkype span {
display: none;
}
}
.messageSent {
background: #539a53;
width: 100%;
text-align: center;
display: none;
z-index: 200;
padding: 1em 0;
margin-top: 1.5em;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.messageSent-warning {
background: #e81f1f;
}
.messageSent .whiteBackground {
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 50;
content: '';
background: rgba(255,255,255,0.6);
}
.messageSent p {
margin: 0 1.5em;
color: #fff;
}
#formLoader {
display: none;
}
.contactLoader {
width: 100%;
height: 100px;
background: url("../icons/loading.svg");
background-repeat: no-repeat;
background-size: 60px auto;
background-position: 50% 50%;
z-index: 1000;
}
.contactFieldset {
width: 100%;
position: relative;
margin-bottom: 1em;
padding: 0;
border: 0;
}
.contactFieldset-label {
width: 100px;
display: inline-block;
text-align: left;
float: left;
}
.contactFieldset-input {
padding: 0.5em 1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 0;
outline: 0;
-ms-box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
.contactFieldset-input-error {
border: 1px solid #f00;
}
@media all and (max-width: 800px) {
.contactFieldset-input {
padding-left: 0;
text-indent: 20px;
padding-right: 0;
width: 100% !important;
}
}
@media all and (min-width: 600px) {
.contactFieldset-input {
width: 400px !important;
}
}
@media all and (min-width: 800px) {
.contactFieldset-input {
width: 600px !important;
}
}
.contactFieldset-input:focus {
-webkit-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
}
.contactFieldset-unified {
min-width: 300px;
}
@media all and (min-width: 800px) {
.contactFieldset-unified {
width: 635px !important;
margin-right: 0 !important;
}
}
.contactFieldset-select {
margin-right: 1em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
outline: 0;
border: 0;
background: #fff;
}
@media all and (max-width: 600px) {
.contactFieldset-select {
padding-left: 0;
text-indent: 20px;
padding-right: 0;
margin-bottom: 1em;
width: 100% !important;
}
}
@media all and (min-width: 800px) {
.contactFieldset-select {
width: 200px;
height: 48px;
text-indent: 15px;
}
}
.contactFieldset-select:focus {
-webkit-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
-moz-box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
box-shadow: 0px 0px 3px 0px rgba(50,50,50,0.4);
}
.contactFieldset-submit {
border: 0;
color: #fff;
background: #b33538;
padding: 0.5em 1.5em;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top: 1.5em;
outline: 0;
}
.contactFieldset-submit:hover {
background: #ca4548;
}
.contactFieldset-submit:focus {
background: #9c292c;
}
.footer {
border-top: 1px solid #f4f4f4;
}
.footer-left {
display: inline-block;
}
.footer-right {
float: right;
}
.footer-right p {
display: inline-block;
margin-left: 1em;
}
.footer-middle {
width: 100%;
border-top: 1px solid #eaeaea;
text-align: center;
display: inline-block;
}
.footer-middle h5 {
color: #cecece;
color: rgba(0,0,0,0.5);
} | 0.264168 | 0.083628 |
html {
height: 100%;
background: linear-gradient(141deg,#61dafb 0,#282c34 51%,#20232a 75%);
}
html,
body {
margin: 0;
padding: 0;
}
#app {
font-family: "Avenir", Helvetica, Arial, sans-serif;
}
button.destroy {
margin: 0;
padding: 0;
border: 0;
background: none;
font-size: 100%;
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
color: inherit;
-webkit-appearance: none;
appearance: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.4em;
color: #282c34;
min-width: 230px;
max-width: 550px;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 300;
}
:focus {
outline: 0;
}
.hidden {
display: none;
}
.todoapp {
width: 90%;
background: rgb(17, 193, 236);
margin: 80px auto 40px auto;
position: relative;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
}
.todoapp input::-webkit-input-placeholder {
font-style: italic;
font-weight: 300;
color: #060b4d;
}
.todoapp input::-moz-placeholder {
font-style: italic;
font-weight: 300;
color: #05093a;
}
.todoapp input::input-placeholder {
font-style: italic;
font-weight: 300;
color: #05093a;
}
h1 {
width: 100%;
font-size: 60px;
font-weight: 100;
text-align: center;
margin-top: 80px;
color: #fff;
}
.new-todo,
.edit {
position: relative;
margin: 0;
width: 100%;
font-size: 24px;
font-family: inherit;
font-weight: inherit;
line-height: 1.4em;
border: 0;
color: inherit;
padding: 6px;
border: 1px solid #999;
box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.new-todo {
padding: 16px 16px 16px 16px;
border: none;
background: rgba(0, 0, 0, 0.003);
box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
}
.main {
position: relative;
z-index: 2;
border-top: 1px solid #e6e6e6;
}
.todo-list {
margin: 0;
padding: 0;
list-style: none;
}
.todo-list li {
position: relative;
font-size: 24px;
border-bottom: 1px solid #ededed;
}
.view label {
cursor: pointer;
}
.mano {
cursor: pointer;
}
.todo-list li:last-child {
border-bottom: none;
}
.todo-list li label {
word-break: break-all;
padding: 15px 60px 15px 15px;
display: block;
line-height: 1.2;
transition: color 0.4s;
}
.todo-list li.completed label {
color: #da1515;
text-decoration: line-through;
}
.todo-list li .destroy {
display: none;
position: absolute;
top: 0;
right: 10px;
bottom: 0;
width: 40px;
height: 40px;
margin: auto 0;
font-size: 30px;
color: #bf360c;
margin-bottom: 11px;
transition: color 0.2s ease-out;
}
.todo-list li .destroy:hover {
color: #f4511e;
}
.todo-list li .destroy:after {
content: "delete";
}
.todo-list li:hover {
background: #bcf1fa;
}
.todo-list li:hover .destroy {
display: block;
}
.todo-list li .edit {
display: none;
}
.todo-list li.editing:last-child {
margin-bottom: -1px;
}
footer {
height: 40px;
display: flex;
border-top: 1px solid #ededed;
color: #ededed;
background: linear-gradient(141deg,#61dafb 0,#3b414d 60%,#535f7c 90%);
align-items: center;
justify-content: space-around;
font-size: 16px;
} | src/components/App.css | html {
height: 100%;
background: linear-gradient(141deg,#61dafb 0,#282c34 51%,#20232a 75%);
}
html,
body {
margin: 0;
padding: 0;
}
#app {
font-family: "Avenir", Helvetica, Arial, sans-serif;
}
button.destroy {
margin: 0;
padding: 0;
border: 0;
background: none;
font-size: 100%;
vertical-align: baseline;
font-family: inherit;
font-weight: inherit;
color: inherit;
-webkit-appearance: none;
appearance: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
body {
font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
line-height: 1.4em;
color: #282c34;
min-width: 230px;
max-width: 550px;
margin: 0 auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-weight: 300;
}
:focus {
outline: 0;
}
.hidden {
display: none;
}
.todoapp {
width: 90%;
background: rgb(17, 193, 236);
margin: 80px auto 40px auto;
position: relative;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 25px 50px 0 rgba(0, 0, 0, 0.1);
}
.todoapp input::-webkit-input-placeholder {
font-style: italic;
font-weight: 300;
color: #060b4d;
}
.todoapp input::-moz-placeholder {
font-style: italic;
font-weight: 300;
color: #05093a;
}
.todoapp input::input-placeholder {
font-style: italic;
font-weight: 300;
color: #05093a;
}
h1 {
width: 100%;
font-size: 60px;
font-weight: 100;
text-align: center;
margin-top: 80px;
color: #fff;
}
.new-todo,
.edit {
position: relative;
margin: 0;
width: 100%;
font-size: 24px;
font-family: inherit;
font-weight: inherit;
line-height: 1.4em;
border: 0;
color: inherit;
padding: 6px;
border: 1px solid #999;
box-shadow: inset 0 -1px 5px 0 rgba(0, 0, 0, 0.2);
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.new-todo {
padding: 16px 16px 16px 16px;
border: none;
background: rgba(0, 0, 0, 0.003);
box-shadow: inset 0 -2px 1px rgba(0, 0, 0, 0.03);
}
.main {
position: relative;
z-index: 2;
border-top: 1px solid #e6e6e6;
}
.todo-list {
margin: 0;
padding: 0;
list-style: none;
}
.todo-list li {
position: relative;
font-size: 24px;
border-bottom: 1px solid #ededed;
}
.view label {
cursor: pointer;
}
.mano {
cursor: pointer;
}
.todo-list li:last-child {
border-bottom: none;
}
.todo-list li label {
word-break: break-all;
padding: 15px 60px 15px 15px;
display: block;
line-height: 1.2;
transition: color 0.4s;
}
.todo-list li.completed label {
color: #da1515;
text-decoration: line-through;
}
.todo-list li .destroy {
display: none;
position: absolute;
top: 0;
right: 10px;
bottom: 0;
width: 40px;
height: 40px;
margin: auto 0;
font-size: 30px;
color: #bf360c;
margin-bottom: 11px;
transition: color 0.2s ease-out;
}
.todo-list li .destroy:hover {
color: #f4511e;
}
.todo-list li .destroy:after {
content: "delete";
}
.todo-list li:hover {
background: #bcf1fa;
}
.todo-list li:hover .destroy {
display: block;
}
.todo-list li .edit {
display: none;
}
.todo-list li.editing:last-child {
margin-bottom: -1px;
}
footer {
height: 40px;
display: flex;
border-top: 1px solid #ededed;
color: #ededed;
background: linear-gradient(141deg,#61dafb 0,#3b414d 60%,#535f7c 90%);
align-items: center;
justify-content: space-around;
font-size: 16px;
} | 0.347648 | 0.073497 |
.jp-Notebook .metanno-table {
min-height: 300px;
}
.metanno-table {
height: 100%;
width: 100%;
overflow: hidden;
}
.metanno-table-filter {
inline-size: 100%;
padding: 4px;
font-size: 14px;
background: var(--jp-input-background);
color: var(--jp-ui-font-color0);
border: 1px solid var(--jp-input-border-color)
}
.metanno-table-header-filter {
line-height: 30px;
padding: 0;
}
.metanno-table-header-filter > div > div {
padding-block: 0;
padding-inline: 4px;
}
.metanno-table-header-filter > div > div:first-child {
border-block-end: 1px solid var(--rdg-border-color);
padding-inline: 8px;
}
.metanno-table > div {
height: 100%;
}
.metanno-table a {
color: #106ba3;
}
.metanno-table a:hover {
text-decoration: underline;
}
.metanno-table .rdg-cell-mask:focus {
outline: none;
}
.metanno-table .react-tagsinput {
background: transparent;
border: none;
padding-top: 0;
padding-bottom: 0;
}
.metanno-table .react-tagsinput > span {
line-height: 14px;
}
.metanno-table .react-tagsinput-tag, .metanno-table .react-tagsinput-input {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
.metanno-table .react-tagsinput-tag {
background-color: #ffffff;
border-radius: 2px;
border: 1px solid #4a9bd2;
color: #000000;
}
.metanno-table .react-tagsinput-input:focus {
outline: none;
}
.metanno-table .react-tagsinput.disabled .react-tagsinput-input {
display: none;
}
.metanno-tagscell-container {
}
.rdg-row.metanno-row--highlighted {
background-color: var(--row-hover-background-color);
}
.metanno-table .rdg-row, .metanno-table .rdg-cell {
contain: initial;
overflow: visible;
}
.metanno-table .rdg-cell {
position: relative;
}
/* TAGS INPUT */
.react-tagsinput {
background-color: #fff;
border: 1px solid #ccc;
overflow: hidden;
padding-left: 5px;
padding-top: 5px;
}
.react-tagsinput--focused {
border-color: #a5d24a;
}
.react-tagsinput-tag {
background-color: #cde69c;
border-radius: 2px;
border: 1px solid #a5d24a;
color: #638421;
display: inline-block;
font-family: sans-serif;
font-size: 13px;
font-weight: 400;
margin-bottom: 5px;
margin-right: 5px;
padding: 5px;
}
.react-tagsinput-remove {
cursor: pointer;
font-weight: bold;
}
.react-tagsinput-tag a::before {
content: " ×";
}
.react-tagsinput-input {
background: transparent;
border: 0;
color: #777;
font-family: sans-serif;
font-size: 13px;
font-weight: 400;
margin-bottom: 6px;
margin-top: 1px;
outline: none;
padding: 5px;
width: 80px;
}
.rdg-cell > button {
width: 100%;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
color: black;
padding: 0;
background: #f8f8f8;
border: none;
box-shadow: var(--jp-toolbar-box-shadow);
border-radius: 2px 2px 2px 2px;
}
.rdg-cell-editing {
padding: 0
}
.rdg-cell:focus, .rdg-cell[aria-selected=true] {
outline: 0
}
.metanno-table > div {
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer 10+ */
}
.metanno-table > div::-webkit-scrollbar { /* WebKit */
width: 0;
height: 0;
} | src/components/TableComponent/style.css | .jp-Notebook .metanno-table {
min-height: 300px;
}
.metanno-table {
height: 100%;
width: 100%;
overflow: hidden;
}
.metanno-table-filter {
inline-size: 100%;
padding: 4px;
font-size: 14px;
background: var(--jp-input-background);
color: var(--jp-ui-font-color0);
border: 1px solid var(--jp-input-border-color)
}
.metanno-table-header-filter {
line-height: 30px;
padding: 0;
}
.metanno-table-header-filter > div > div {
padding-block: 0;
padding-inline: 4px;
}
.metanno-table-header-filter > div > div:first-child {
border-block-end: 1px solid var(--rdg-border-color);
padding-inline: 8px;
}
.metanno-table > div {
height: 100%;
}
.metanno-table a {
color: #106ba3;
}
.metanno-table a:hover {
text-decoration: underline;
}
.metanno-table .rdg-cell-mask:focus {
outline: none;
}
.metanno-table .react-tagsinput {
background: transparent;
border: none;
padding-top: 0;
padding-bottom: 0;
}
.metanno-table .react-tagsinput > span {
line-height: 14px;
}
.metanno-table .react-tagsinput-tag, .metanno-table .react-tagsinput-input {
padding-top: 0;
padding-bottom: 0;
margin-top: 0;
margin-bottom: 0;
}
.metanno-table .react-tagsinput-tag {
background-color: #ffffff;
border-radius: 2px;
border: 1px solid #4a9bd2;
color: #000000;
}
.metanno-table .react-tagsinput-input:focus {
outline: none;
}
.metanno-table .react-tagsinput.disabled .react-tagsinput-input {
display: none;
}
.metanno-tagscell-container {
}
.rdg-row.metanno-row--highlighted {
background-color: var(--row-hover-background-color);
}
.metanno-table .rdg-row, .metanno-table .rdg-cell {
contain: initial;
overflow: visible;
}
.metanno-table .rdg-cell {
position: relative;
}
/* TAGS INPUT */
.react-tagsinput {
background-color: #fff;
border: 1px solid #ccc;
overflow: hidden;
padding-left: 5px;
padding-top: 5px;
}
.react-tagsinput--focused {
border-color: #a5d24a;
}
.react-tagsinput-tag {
background-color: #cde69c;
border-radius: 2px;
border: 1px solid #a5d24a;
color: #638421;
display: inline-block;
font-family: sans-serif;
font-size: 13px;
font-weight: 400;
margin-bottom: 5px;
margin-right: 5px;
padding: 5px;
}
.react-tagsinput-remove {
cursor: pointer;
font-weight: bold;
}
.react-tagsinput-tag a::before {
content: " ×";
}
.react-tagsinput-input {
background: transparent;
border: 0;
color: #777;
font-family: sans-serif;
font-size: 13px;
font-weight: 400;
margin-bottom: 6px;
margin-top: 1px;
outline: none;
padding: 5px;
width: 80px;
}
.rdg-cell > button {
width: 100%;
cursor: pointer;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
color: black;
padding: 0;
background: #f8f8f8;
border: none;
box-shadow: var(--jp-toolbar-box-shadow);
border-radius: 2px 2px 2px 2px;
}
.rdg-cell-editing {
padding: 0
}
.rdg-cell:focus, .rdg-cell[aria-selected=true] {
outline: 0
}
.metanno-table > div {
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* Internet Explorer 10+ */
}
.metanno-table > div::-webkit-scrollbar { /* WebKit */
width: 0;
height: 0;
} | 0.441914 | 0.117092 |
@charset "UTF-8";
/*---------------------------------------------------------------------
Template Name: Administry
Version: 1.0
Release Date: July 12, 2010
File: style.css
Updated: 2010-07-12
Copyright (c) 2010
-----------------------------------------------------------------------
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in
this file. Instead use the custom.css file to add your styles. You can
copy a style from this file and paste it in custom.css and it will
override the style in this file.
---------------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: <NAME> - http://richclarkdesign.com
---------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
/*content:none;*/
}
a {
margin:0;
padding:0;
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted #000;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
/* Base
---------------------------------------------------------------------*/
body {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
line-height:1.5;
font-size:12px;
background-color:#F2F2F2;
color:#666;
margin:0 auto;
}
a {
outline:none;
}
h1,h2,h3,h4,h5,h6 {
color:#4D5762;
position:relative;
word-spacing:-0.1em;
}
h4,h5,h6 {
font-weight:bold;
}
h1,h2 {
line-height:28px;
margin-bottom:18px;
}
h1,h2,h3,h4,h5 {
margin-top:18px;
}
h3,h4,h5,h6 {
line-height:18px;
margin-bottom:10px;
}
h1 {
font-size:28px;
}
h2 {
font-size:21px;
}
h3 {
font-size:18px;
}
h4 {
font-size:16px;
}
h5 {
font-size:14px;
}
h6 {
font-size:12px;
}
b,strong,caption,th,thead,dt,legend {
font-weight:bold;
}
cite,dfn,em,i {
font-style: italic;
}
code,kbd,samp,pre,tt,var,.code {
/*font-family:"Consolas","Courier New",Courier,mono;*/
font-family:Monaco,"Panic Sans","Lucida Console","Courier New",Courier,monospace,sans-serif;
}
.code {
background-color:#EAEFF4;
color:#069;
overflow:auto;
padding:2px 6px;
}
.code span {
color:#E9584C;
}
p {
word-spacing:0.125em;
hyphenate:auto;
hyphenate-lines:3;
margin-top:1em;
}
p+p {
}
pre {
white-space:pre;
}
del {
text-decoration:line-through;
}
mark {
background:rgba(255,255,0,0.4);
padding:0 .25em;
}
ins {
color:#f00;
}
small,sup,sub {
font-size:90%;
}
big,.big {
font-size:120% !important;
line-height:120%;
}
abbr,acronym {
font-size:85%;
text-transform:uppercase;
letter-spacing:.1em;
}
abbr[title],acronym[title],dfn[title] {
border-bottom:1px dotted #ccc;
cursor:help;
}
sup,sub {
line-height:0;
}
sup {
vertical-align:super;
}
sub {
vertical-align:sub;
}
blockquote,q {
display:block;
font-style:normal;
quotes:"" "";
background:url("../images/quote.png") no-repeat scroll 0 8px transparent;
display:block;
font-size:14px;
min-height:42px;
line-height:24px;
padding:0 0 0 20px;
color:#666;
font-family:Georgia,"Times New Roman",Times,serif;
margin:1em 0;
}
q cite {
display:block;
font-size:12px;
color:#999;
}
hr {
border:none;
background:#ddd;
width:100%;
}
ul,ol {
padding-left:1.5em; /* Good browsers style ul elements like this https://developer.mozilla.org/en/Consistent%5FList%5FIndentation */
}
ul {
list-style:disc outside;
}
ol {
list-style:decimal outside;
}
ol ol li {
list-style-type:lower-alpha;
}
ul,ol,dl,dialog {
margin-top:1em;
margin-bottom:1em;
}
li ul,li ol,ul ul,ol ol,dl dd {
margin-top:0;
margin-bottom:0;
margin-left:0;
}
button {
cursor:pointer;
}
/* this totally confuses IE7 with IE8.js included ?!
table {
font: inherit;
}
*/
/* html 5 specific */
article,aside,header,hgroup,nav,section,footer {
float:left;
display:block;
}
figure {
display: block;
}
video {
display: block; /* styling shim for older browsers */
border: 5px #aaa solid;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
/* Tables
---------------------------------------------------------------------*/
table.stylized {
border-collapse:collapse;
position:relative;
margin-top:1em;
margin-bottom:1em;
}
table.stylized th,table.stylized td {
line-height:18px;
padding:8px 12px;
}
table.stylized th {
background-color:#2A7AD2 !important;
color:#fff;
text-align:left;
}
table.stylized tr.high {
background-color:#ffa !important;
}
table.stylized tbody th,table.stylized tbody td,table.stylized tfoot th,table.stylized tfoot td {
border-bottom:solid 1px #eee;
}
table.stylized tfoot td {
background-color:#f2f2f2 !important;
border-bottom:2px solid #ddd;
}
table.stylized tr:nth-child(even) td {
}
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
background:#FAFDFE;
}
table.stylized caption {
margin-bottom:1em;
text-align:left;
font-size:11px;
text-transform:uppercase;
}
table.no-style th,table.no-style td {
line-height:18px;
padding:4px 8px 4px 0;
}
table.no-style td,table.no-style th {
background:none !important;
color:#666;
border-bottom:0 none;
border-bottom:1px dotted #ddd !important;
}
table.no-style caption {
margin-bottom:0;
text-align: left;
}
/* flot TD */
td.legendLabel {
font-size:11px;
padding:0 4px;
vertical-align: middle;
}
/* Forms
---------------------------------------------------------------------*/
form {
overflow:auto;
}
input:focus,textarea:focus,select:focus {
outline-width:0; /* No outline border for Safary */
}
input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
border-style:solid;
border-width:1px;
padding:4px;
color:#777;
}
textarea {
line-height:18px;
overflow:auto;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
textarea.small {
height:5.5em;
}
textarea.medium {
height:10em;
}
textarea.large {
height:20em;
}
input.half,select.half,textarea.half {
width:50%;
}
input.full,select.full,textarea.full {
width:97%;
}
input.title {
font-size:20px;
}
input[type="submit"],input[type="reset"],input[type="button"] {
margin-bottom:0;
}
input:focus,textarea:focus {
-moz-box-shadow:0 1px 1px rgba(196,196,196,0.5);
-webkit-box-shadow:0 1px 1px rgba(196,196,196,0.5);
box-shadow:0 1px 1px rgba(196,196,196,0.5);
-webkit-focus-ring-color:none;
border-color:#c4c4c4;
background-color:#FFFFF0;
}
fieldset {
border:0 none;
border-top:1px solid #ddd;
margin:10px 0;
padding:10px 0;
position:relative;
}
legend {
background:#fff;
color:#93BB3A;
font-weight:bold;
padding:0 6px 0 0;
}
label {
font-size:11px;
text-transform:uppercase;
font-weight:bold;
}
label.required:before {
content:"*";
color:red;
font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
label.ok {
background:url("../images/valid.gif") no-repeat;
padding-left:16px;
}
label.error {
color:#d00;
text-transform:none;
margin-left:6px;
}
label.choice {
vertical-align:middle;
font-weight:normal;
text-transform:none;
}
fieldset small {
color:#999;
font-size:11px;
display: block;
}
/* Grids
---------------------------------------------------------------------*/
.column {
margin-left:18px;
display:block;
float:left;
}
.colgroup {
display:block;
float:left;
}
.first {
margin-left:0;
clear:left;
}
.gutter {
margin-left:18px;
}
.no-gutter {
margin-left:0;
}
.align-left {
float:left;
}
.align-right {
float:right;
text-align:right;
}
.leading {
margin-bottom:18px;
}
.noleading {
margin-bottom:0 !important;
}
.full {
width:100%;
}
.width1 {
width:108px;
}
.width2 {
width:234px;
}
.width3 {
width:360px;
}
.width4 {
width:486px;
}
.width5 {
width:612px;
}
.width6 {
width:738px;
}
.width7 {
width:864px;
}
.width8 {
width: 990px;
}
/* Text alignment
---------------------------------------------------------------------*/
.ta-left {
text-align:left !important;
}
.ta-center {
text-align:center !important;
}
.ta-right {
text-align:right !important;
}
.ta-justify {
text-align: justify !important;
}
/* Layout
---------------------------------------------------------------------*/
.hidden {
display: none;
}
.hidden-accessible {
position: absolute;
left: -99999999px;
}
.reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* clearfix in Opera \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end clearfix */
.zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
}
/* Corner radius
---------------------------------------------------------------------*/
.corner-tl {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}
.corner-tr {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.corner-bl {
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.corner-br {
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.corners-top {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.corners-bottom {
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.corners-right {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.corners-left {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.corners {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/* Boxes
---------------------------------------------------------------------*/
.box {
padding: 8px;
margin-bottom:8px;
color:#555;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background:#eee;
}
.box-info {
padding-left: 32px;
border-top:1px solid #B8E2FB;
border-bottom:1px solid #B8E2FB;
background:#E8F6FF url("../images/information.png") no-repeat 8px 50%;
}
.box-warning{
padding-left: 32px;
border-top:1px solid #F2DD8C;
border-bottom:1px solid #F2DD8C;
background:#FFF5CC url("../images/error.png") no-repeat 8px 50%;
}
.box-error{
padding-left: 32px;
border-top:1px solid #F8ACAC;
border-bottom:1px solid #F8ACAC;
background:#FFD1D1 url("../images/exclamation.png") no-repeat 8px 50%;
}
.box-error-msg{
margin-top:-8px;
background:#FFF1F1;
border-top:0 none;
border-bottom:1px solid #FDDCDC;
color:#664B4B;
padding:12px;
}
.box-error-msg ol {
margin-top: 0;
margin-bottom: 0;
}
.box-success{
padding-left: 32px;
border-top:1px solid #BBDF8D;
border-bottom:1px solid #BBDF8D;
background:#EAF7D9 url("../images/accept.png") no-repeat 8px 50%;
}
.box a:hover {
background: transparent !important;
}
/* Wrappers & headers
---------------------------------------------------------------------*/
.wrapper, .wrapper-login {
margin:0 auto;
text-align:left;
width: 1100px;
position:relative;
}
.wrapper-login {
width: 360px;
}
header#top {
background-color: #282828;
width:100%;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.2, rgb(39,38,34)),
color-stop(0.8, rgb(50,50,50))
);
background: -moz-linear-gradient(
center bottom,
rgb(39,38,34) 20%,
rgb(50,50,50) 80%
);
}
header#top aside {
float:right;
color:#999;
margin-top:12px;
font-size:90%
}
header#top aside a{
color:#2A7AD2;
padding:0;
text-decoration:none;
}
/* Top navigation
---------------------------------------------------------------------*/
#topnav {
color:#999;
padding:6px 0 6px 10px;
position:absolute;
right:0;
top:0;
white-space:nowrap;
font-size:12px;
text-align:right;
}
#topnav span {
color:#444;
}
#topnav a {
color:#2A7AD2;
padding:0;
text-decoration:none;
}
#topnav a.high {
color:#FFC806;
text-decoration:none;
}
#topnav a:hover, header#top aside a:hover,
#topnav a:focus, header#top aside a:focus,
#topnav a:active, header#top aside a:active {
color:#fff;
text-decoration:none;
}
#topnav small {
color:#666;
font-size:11px;
text-align:right;
}
#topnav img.avatar {
background:#fff;
float:right;
margin:5px 0 0 8px;
padding:4px;
}
/* Main menu
---------------------------------------------------------------------*/
.sf-menu,.sf-menu * {
margin:0;
padding:0;
list-style:none;
}
.sf-menu {
line-height:1.0;
}
.sf-menu ul {
position:absolute;
top:-999em;
width:12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width:100%;
}
.sf-menu li:hover {
visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float:left;
position:relative;
}
.sf-menu a {
display:block;
position: relative;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
left:0;
top:2.5em; /* match top ul list item height */
z-index:99;
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
left:12em; /* match ul width */
top:0;
}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
left:12em; /* match ul width */
top:0;
}
/*** menu skin ***/
.sf-menu {
float:left;
font: 12px Arial;
}
.sf-menu a {
padding:.75em 1em;
text-decoration:none;
}
.sf-menu ul a {
border-bottom: 1px solid #333;
}
.sf-menu a,.sf-menu a:visited {
/* visited pseudo selector so IE6 applies text colour*/
color:#eee;
}
.sf-menu li {
background:#444;
margin-right:2px;
}
.sf-menu>li {
border-top-right-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
}
.sf-menu li li {
background:#444;
}
.sf-menu li li li {
background:#444;
}
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
background:#555;
outline:0;
}
.sf-menu>li:hover,.sf-menu>li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
border-top-right-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
}
.sf-menu li.current {
background: #266DBB;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right:2.25em;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em; /* IE6 only */
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a>.sf-sub-indicator { /* give all except IE6 the correct values */
top:.8em;
background-position:0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,li:hover>a>.sf-sub-indicator,li.sfHover>a>.sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
background-position:-10px 0;
}
.sf-menu ul a>.sf-sub-indicator {
background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus>.sf-sub-indicator,.sf-menu ul a:hover>.sf-sub-indicator,.sf-menu ul a:active>.sf-sub-indicator,.sf-menu ul li:hover>a>.sf-sub-indicator,.sf-menu ul li.sfHover>a>.sf-sub-indicator {
background-position: -10px 0;
/* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background:url('../images/shadow.png') no-repeat bottom right;
padding:0 8px 9px 0;
-moz-border-radius-bottomleft:17px;
-moz-border-radius-topright:17px;
-webkit-border-top-right-radius:17px;
-webkit-border-bottom-left-radius:17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
/* Page title
---------------------------------------------------------------------*/
#title {
color:#FFF;
font:bold 2.4em/26px 'Trebuchet MS',Trebuchet,Arial,sans-serif;
letter-spacing:-0.02em;
padding:20px 0 22px;
text-shadow:1px 1px 3px #111;
}
#title span {
color: #FFC806;
}
#pagetitle {
background-color:#5D9ADF;
border-top:4px solid #266DBB;
border-bottom:1px solid #2A7AD2;
float:left;
width:100%;
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.2, rgb(80,146,220)),
color-stop(0.8, rgb(107,163,226))
);
background: -moz-linear-gradient(
center bottom,
rgb(80,146,220) 20%,
rgb(107,163,226) 80%
);
}
#pagetitle h1 {
color:#fff;
font-size:1.6em;
padding:12px 0;
text-shadow:0 -1px 1px #2A7AD2;
margin:0;
top:0;
line-height:1.2em;
float:left;
}
#pagetitle h1 span {
color:#C4E3FF;
}
#pagetitle input {
border:2px solid #5D9ADF;
color:#666;
float:right;
line-height:18px;
margin:10px 0 0;
padding:4px 24px 4px 4px;
vertical-align:middle;
width:202px;
background:#fff url("../images/search.gif") no-repeat 99% 56%;
-moz-box-shadow:0 0;
-webkit-box-shadow:0 0;
box-shadow:0 0;
}
#pagetitle input:focus {
border:2px solid #266DBB;
-webkit-focus-ring-color: none;
}
#page {
float:left;
width:100%;
background-color:#FFF;
}
#page a {
color: #329ECC;
text-decoration:none;
/* border-bottom:1px solid #A1CFD4; 奶奶的,这句话导致主体页面内所有的链接都有下划线了 */
}
#page a:hover, #page a:focus, #page a:active {
background-color:#E2EFFF;
/* border-bottom:1px solid #329ECC; 注释掉,已经有背景色了 */
}
#page .subtitle {
text-transform:uppercase;
color:#93BB3A;
font-size:9px;
font-family: Tahoma, Arial, sans-serif;
}
/* Footers
---------------------------------------------------------------------*/
footer#bottom {
background-color:#F2F2F2;
border-top:4px solid #D9D9D9;
color:#999;
float:left;
font-size:11px;
width:100%;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.2, rgb(242,242,242)),
color-stop(0.8, rgb(254,254,254))
);
background: -moz-linear-gradient(
center bottom,
rgb(242,242,242) 20%,
rgb(254,254,254) 80%
);
padding-bottom:2em;
}
footer#bottom nav{
float:none;
text-align: center;
padding-top:20px;
}
footer#bottom a {
color:#999;
margin:0 4px;
text-decoration:none;
white-space:nowrap;
border-bottom:1px solid #ccc;
line-height:1.2em;
}
footer#bottom a:hover, footer#bottom a:active, footer#bottom a:focus {
color:#666;
border-bottom:1px solid #999;
text-decoration:none;
}
footer#bottom p{
clear:both;
text-align:center;
margin-bottom:24px;
padding-top:12px;
text-shadow:1px 1px 0 #fff;
}
footer#animated {
background:#222;
bottom:0;
padding:10px 0 8px;
position:fixed;
width:100%;
opacity:0;
-khtml-opacity: 0;
-moz-opacity: 0;
}
footer#animated ul {
list-style:none outside none;
margin:0 auto;
text-align:center;
}
footer#animated ul li {
color:#fff;
display:inline;
padding:0 10px;
text-shadow:1px 1px 3px #000;
}
footer#animated a {
color:#aaa;
text-decoration:none;
}
footer#animated a:hover, footer#animated a:focus, footer#animated a:active {
color:#fff;
text-decoration:none;
}
/* Buttons
---------------------------------------------------------------------*/
.btn {
display: inline-block;
padding: 5px 10px;
color: #777 !important;
text-decoration: none;
font-weight: bold;
font-size: 11px;
font-family: Tahoma, Arial, sans-serif;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(255,255,255,0.9);
position: relative;
cursor: pointer;
border:1px solid #ccc !important;
background:#fff url("../images/btn-overlay.png") repeat-x !important;
}
.btn:hover, .btn:focus, .btn:active {
outline:medium none;
border:1px solid #329ECC !important;
opacity:0.9;
-khtml-opacity: .9;
-moz-opacity: 0.9;
-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}
.btn-green {
color: #fff !important;
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
border:1px solid #749217 !important;
background-color: #6AB620 !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
-moz-box-shadow:0 0 5px rgba(116, 146, 23, 0.9);
-webkit-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
border:1px solid #749217 !important;
}
.btn-blue {
color: #fff !important;
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
border:1px solid #2D69AC !important;
background-color: #3C6ED1 !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
-moz-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
-webkit-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
border:1px solid #2D69AC !important;
}
.btn-red {
color: #fff !important;
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
border:1px solid #AE2B2B !important;
background-color: #D22A2A !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
-moz-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
-webkit-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
box-shadow: 0 0 5px rgba(174, 43, 43, 0.9);
border:1px solid #AE2B2B !important;
}
.btn-special {
font-size:110%;
width: 210px;
}
/* Icons
---------------------------------------------------------------------*/
.icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
width: 16px;
height: 16px;
float:left;
margin-right: 4px;
}
.icon-add {
background:url("../images/add.png") no-repeat;
}
.icon-ok {
background:url("../images/accept.png") no-repeat;
}
.icon-cancel {
background:url("../images/cancel.png") no-repeat;
}
.btn-special .icon {
margin-top: 2px
}
/* Right menu
---------------------------------------------------------------------*/
#rightmenu {
border-top:4px solid #C4E3FF;
border-bottom:1px solid #C4E3FF;
margin-top:18px;
background-color:#E1F1FF;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.1, rgb(225,241,255)),
color-stop(0.8, rgb(245,250,255))
);
background: -moz-linear-gradient(
center bottom,
rgb(225,241,255) 10%,
rgb(245,250,255) 80%
);
}
#rightmenu header, #rightmenu dl{
padding:12px 12px 0;
margin: 0;
}
#rightmenu h3 {
color:#555;
font-size:13px;
margin: 0;
}
#rightmenu dl dt {
float:left;
height:40px;
margin-top:2px;
width:26px;
}
#rightmenu dd {
color:#828282;
font-size:11px;
margin-left:25px;
padding-bottom:4px;
}
#rightmenu dd.last {
margin-bottom:10px;
}
#rightmenu dd a {
font-size:12px;
font-weight:700;
}
#rightmenu dd a:hover, #rightmenu dd a:active, #rightmenu dd a:focus {
background-color: #2A7AD2;
color:#fff;
border-color: #2A7AD2;
}
/* Tabs
---------------------------------------------------------------------*/
/* position:relative prevents IE scroll bug (element with position:relative inside container with overflow:auto appear as "fixed") */
.ui-tabs {
position:relative;
padding:.2em 0;
zoom:1;
margin: 1em 0
}
.ui-tabs .ui-tabs-nav {
margin:0;
padding:0;
}
.ui-tabs .ui-tabs-nav li {
list-style:none;
/*float:left;*/
display:inline;
position:relative;
top:0;
margin:0;
border-bottom:0 !important;
padding:0;
white-space:nowrap;
}
.ui-tabs .ui-tabs-nav li a {
/*float:left;*/
padding:5px 12px 6px 12px;
text-decoration:none;
background:#999;
color:#FFFFFF !important;
border-bottom:0 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
margin-bottom:0;
padding-bottom:1px;
top:1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-hover a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
text-decoration:none;
background:#2A7AD2 !important;
padding-top:6px
}
/* first selector in group seems obsolete,but required to overcome bug in Opera applying cursor:text overall if defined elsewhere... */
.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display:block;
border:0;
padding:3px 0;
background:none;
clear:both;
margin-top:5px;
border-top:2px solid #2A7AD2;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
}
/* Content boxes
---------------------------------------------------------------------*/
.content-box {
background:#fff;
border:1px solid #999;
margin:1em 0 0;
display:inline-block;
width:99%;
}
.content-box header {
background:#999;
width:100%;
}
.content-box header h3 {
float:left;
margin:0;
padding:6px 8px;
font-size: 14px;
color: #fff;
}
.content-box header h3 img{
float:left;
margin:1px 4px 0 0;
}
.content-box section {
margin: 8px;
}
.content-box-closed {
}
.content-box-closed header{
background: #999 url("../images/toggle.gif") no-repeat scroll 96% 15px;
}
.content-box-closed section {
display:none
}
/* Progress bars
---------------------------------------------------------------------*/
div.progress {
display: block;
height: 22px;
padding: 0;
min-width: 200px;
margin:4px 0;
background-color: #DEDEDE;
background: -moz-linear-gradient(top, #ccc, #e9e9e9);
background: -webkit-gradient(linear, left top, bottom, #ccc, #e9e9e9);
}
div.progress, div.progress span {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
div.progress span {
display: block;
height: 22px;
margin: 0;
padding: 0;
text-align:center;
width:0;
-moz-box-shadow:1px 0 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:1px 0 1px rgba(0, 0, 0, 0.2);
box-shadow:1px 0 1px rgba(0, 0, 0, 0.2);
}
div.progress span b{
color:#fff;
line-height:22px;
padding-left:2px;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
}
.progress-blue span {
background-color: #5C9ADE;
background: -moz-linear-gradient(top, #6C92DC 10%, #395FA8 90%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #6C92DC), color-stop(0.9, #395FA8));
}
.progress-green span {
background-color: #77AF3F;
background: -moz-linear-gradient(top, #8FC857 10%, #5C9425 90%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8FC857), color-stop(0.9, #5C9425));
}
.progress-red span {
background-color: #C44747;
background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
}
/* Top
---------------------------------------------------------------------*/
a#totop {
background:#ccc;
bottom:2px;
display:block;
font-size:11px;
opacity:0.9;
-khtml-opacity: .9;
-moz-opacity: 0.9;
padding:3px 6px;
position:fixed;
right:2px;
color:#666;
text-decoration:none;
cursor:pointer;
}
a#totop:hover, a#totop:focus, a#totop:active{
color:#333;
text-decoration:none;
}
/* Labels
---------------------------------------------------------------------*/
span.label {
background:url("../images/tag-bg.gif") no-repeat scroll 100% 50% transparent;
font:bold 10px/1.2 "tahoma",sans-serif;
padding:4px 16px 5px 5px;
text-transform:uppercase;
color:#fff;
}
span.label-red {
background-color:#df0000;
}
span.label-green {
background-color:#4BA508;
}
span.label-blue {
background-color:#0085CC;
}
span.label-purple {
background-color:#6E0A9E;
}
span.label-gray {
background-color:#555;
}
span.label-gold {
background-color:#b90;
}
span.label-silver {
background-color:#ccc;
}
span.label-yellow {
background-color:#FFC806;
}
span.label-black {
background-color: #111;
}
/* jWYSIWYG
---------------------------------------------------------------------*/
div.wysiwyg {
border:1px solid #ccc;
padding:5px;
background-color:#fff;
}
div.wysiwyg * {
margin:0;
padding:0;
}
div.wysiwyg ul.panel {
border-bottom:1px solid #ccc;
float:left;
width:100%;
padding:0;
color:#666
}
div.wysiwyg ul.panel li {
list-style:none;
float:left;
margin:1px 2px 3px 0;
background:#fff;
}
div.wysiwyg ul.panel li.separator {
height:16px;
margin:0 4px;
border-left:1px solid #ccc;
}
div.wysiwyg ul.panel li a {
border:0 none !important;
text-indent:-5000px;
opacity:0.85;
display:block;
width:16px;
height:16px;
background:url('../images/jquery.wysiwyg.gif') no-repeat -64px -80px;
border:0;
cursor:pointer;
margin:1px;
}
div.wysiwyg ul.panel li a:hover,div.wysiwyg ul.panel li a.active {
opacity:1.00;
}
div.wysiwyg ul.panel li a.active {
background-color:#f9f9f9;
border:1px solid #ccc;
border-left-color:#aaa;
border-top-color:#aaa;
margin:0;
}
div.wysiwyg ul.panel li a.bold {
background-position:0 -16px;
}
div.wysiwyg ul.panel li a.italic {
background-position:-16px -16px;
}
div.wysiwyg ul.panel li a.strikeThrough {
background-position:-32px -16px;
}
div.wysiwyg ul.panel li a.underline {
background-position:-48px -16px;
}
div.wysiwyg ul.panel li a.justifyLeft {
background-position:0 0;
}
div.wysiwyg ul.panel li a.justifyCenter {
background-position:-16px 0;
}
div.wysiwyg ul.panel li a.justifyRight {
background-position:-32px 0;
}
div.wysiwyg ul.panel li a.justifyFull {
background-position:-48px 0;
}
div.wysiwyg ul.panel li a.indent {
background-position:-64px 0;
}
div.wysiwyg ul.panel li a.outdent {
background-position:-80px 0;
}
div.wysiwyg ul.panel li a.subscript {
background-position:-64px -16px;
}
div.wysiwyg ul.panel li a.superscript {
background-position:-80px -16px;
}
div.wysiwyg ul.panel li a.undo {
background-position:0 -64px;
}
div.wysiwyg ul.panel li a.redo {
background-position:-16px -64px;
}
div.wysiwyg ul.panel li a.insertOrderedList {
background-position:-32px -48px;
}
div.wysiwyg ul.panel li a.insertUnorderedList {
background-position:-16px -48px;
}
div.wysiwyg ul.panel li a.insertHorizontalRule {
background-position:0 -48px;
}
div.wysiwyg ul.panel li a.h1 {
background-position:0 -32px;
}
div.wysiwyg ul.panel li a.h2 {
background-position:-16px -32px;
}
div.wysiwyg ul.panel li a.h3 {
background-position:-32px -32px;
}
div.wysiwyg ul.panel li a.h4 {
background-position:-48px -32px;
}
div.wysiwyg ul.panel li a.h5 {
background-position:-64px -32px;
}
div.wysiwyg ul.panel li a.h6 {
background-position:-80px -32px;
}
div.wysiwyg ul.panel li a.cut {
background-position:-32px -64px;
}
div.wysiwyg ul.panel li a.copy {
background-position:-48px -64px;
}
div.wysiwyg ul.panel li a.paste {
background-position:-64px -64px;
}
div.wysiwyg ul.panel li a.insertTable {
background-position:-64px -48px;
}
div.wysiwyg ul.panel li a.increaseFontSize {
background-position:-16px -80px;
}
div.wysiwyg ul.panel li a.decreaseFontSize {
background-position:-32px -80px;
}
div.wysiwyg ul.panel li a.createLink {
background-position:-80px -48px;
}
div.wysiwyg ul.panel li a.insertImage {
background-position:-80px -80px;
}
div.wysiwyg ul.panel li a.html {
background-position:-47px -46px;
}
div.wysiwyg ul.panel li a.removeFormat {
background-position:-80px -63px;
}
div.wysiwyg ul.panel li a.empty {
background-position:-64px -80px;
}
div.wysiwyg iframe {
border:0;
clear:left;
margin: 4px 0 0 1px;
}
/* Tag input fields
---------------------------------------------------------------------*/
.tagInput {
}
.tagInputDiv {
display: none;
background-color: white;
position: absolute;
overflow: auto;
border: 1px solid lightgray;
margin-top:-1px;
}
.tagInputLine {
color: black;
font-weight: normal;
padding:4px;
}
.tagInputSel {
background-color: gray;
color:white;
}
.tagInputLineTag {
min-width: 150px;
display: inline-block;
}
.tagInputLineFreq {
min-width: 50px;
text-align: right;
display: inline-block;
float:right;
}
.tagInputSuggestedTags {
font-size: 11px;
}
.tagInputSuggestedTags .label{
display:block;
background:0 none;
color:#666;
padding:0;
margin-top:4px;
}
.tagInputSuggestedTagList{
}
.tagInputSuggestedTagList .tag{
padding:1px 4px;
cursor:pointer;
display:inline-block;
margin:2px 1px;
border:1px solid #bbb;
}
.tagInputSuggestedTagList span.tag:hover{
background-color:#bbb;
color:#fff;
}
.tagInputSuggestedTagList .tagUsed{
border:1px solid #999;
background-color:#999;
color:#fff;
}
/* Calendar table
---------------------------------------------------------------------*/
.calendar {
height:100%;
}
.calendar th {
border-left:1px solid #2A7AD2;
border-right:1px solid #2A7AD2;
}
.calendar td {
border:1px solid #eee;
width: 12%;
padding:0 !important;
}
.calendar td.day:hover, .calendar td.day.hover {
background:#F5F5F5;
}
.calendar td.today {
background:#ffc;
}
.calendar td div.day {
text-align:right;
background: #E8EEF7
}
.calendar td div.day a{
margin:1px 6px;
padding:0 2px;
}
.events {
padding:2px 4px;
color:#fff;
margin:2px 0
}
.event1 {
background: #369;
}
.event2 {
background: #2a9;
}
.event3 {
background: #d66;
}
.event4 {
background: #d51;
}
/* TipTip CSS - Version 1.2
---------------------------------------------------------------------*/
#tiptip_holder {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}
#tiptip_holder.tip_top {
padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
padding-top: 5px;
}
#tiptip_holder.tip_right {
padding-left: 5px;
}
#tiptip_holder.tip_left {
padding-right: 5px;
}
#tiptip_content {
font-size: 11px;
color: #fff;
text-shadow: 0 0 2px #000;
padding: 4px 8px;
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(25,25,25);
background-color: rgba(25,25,25,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(255,255,255,0.35);
border-top-color: #191919;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: rgb(25,25,25);
border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: rgb(25,25,25);
border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: rgb(25,25,25);
border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: rgb(25,25,25);
border-left-color: rgba(25,25,25,0.92);
}
/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#tiptip_content {
padding: 4px 8px 5px 8px;
background-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: rgba(20,20,20,0.92);
}
}
/* Datatables
---------------------------------------------------------------------*/
.dataTables_wrapper {
position: relative;
margin:1em 0;
min-height: 302px;
clear: both;
}
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
}
.dataTables_length {
width: 40%;
float: left;
}
.dataTables_filter {
width: 50%;
float: right;
text-align: right;
}
.dataTables_info {
width: 60%;
float: left;
}
.dataTables_paginate {
width: 42px;
float: right;
text-align: right;
cursor: pointer;
}
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
height: 19px;
width: 19px;
margin-left: 1px;
float: left;
}
.paginate_disabled_previous {
background-image: url('../images/datatable/back_disabled.png');
}
.paginate_enabled_previous {
background-image: url('../images/datatable/back_enabled.png');
}
.paginate_disabled_next {
background-image: url('../images/datatable/forward_disabled.png');
}
.paginate_enabled_next {
background-image: url('../images/datatable/forward_enabled.png');
}
table.display {
margin: 4px auto;
width: 100%;
clear: both;
}
table.display thead th {
cursor: pointer;
}
table.display tfoot th {
padding: 3px 10px;
}
table.display tr.heading2 td {
border-bottom: 1px solid #aaa;
}
table.display td {
/*padding: 3px 10px;*/
}
table.display td.center {
text-align: center;
}
.sorting_asc {
background: url('../images/datatable/sort_asc.png') no-repeat center right;
}
.sorting_desc {
background: url('../images/datatable/sort_desc.png') no-repeat center right;
}
.sorting {
background: url('../images/datatable/sort_both.png') no-repeat center right;
}
.sorting_asc_disabled {
background: url('../images/datatable/sort_asc_disabled.png') no-repeat center right;
}
.sorting_desc_disabled {
background: url('../images/datatable/sort_desc_disabled.png') no-repeat center right;
}
table.display tr.odd.gradeA {
background-color: #ddffdd;
}
table.display tr.even.gradeA {
background-color: #eeffee;
}
table.display tr.odd.gradeA {
background-color: #ddffdd;
}
table.display tr.even.gradeA {
background-color: #eeffee;
}
table.display tr.odd.gradeC {
background-color: #ddddff;
}
table.display tr.even.gradeC {
background-color: #eeeeff;
}
table.display tr.odd.gradeX {
background-color: #ffdddd;
}
table.display tr.even.gradeX {
background-color: #ffeeee;
}
table.display tr.odd.gradeU {
background-color: #ddd;
}
table.display tr.even.gradeU {
background-color: #eee;
}
/* Sorting classes for columns */
/* For the standard odd/even */
tr.odd td.sorting_1 {
background-color: #D3D6FF;
}
tr.odd td.sorting_2 {
background-color: #DADCFF;
}
tr.odd td.sorting_3 {
background-color: #E0E2FF;
}
tr.even td.sorting_1 {
background-color: #EAEBFF;
}
tr.even td.sorting_2 {
background-color: #F2F3FF;
}
tr.even td.sorting_3 {
background-color: #F9F9FF;
}
/* For the Conditional-CSS grading rows */
/*
Colour calculations (based off the main row colours)
Level 1:
dd > c4
ee > d5
Level 2:
dd > d1
ee > e2
*/
tr.odd.gradeA td.sorting_1 {
background-color: #c4ffc4;
}
tr.odd.gradeA td.sorting_2 {
background-color: #d1ffd1;
}
tr.odd.gradeA td.sorting_3 {
background-color: #d1ffd1;
}
tr.even.gradeA td.sorting_1 {
background-color: #d5ffd5;
}
tr.even.gradeA td.sorting_2 {
background-color: #e2ffe2;
}
tr.even.gradeA td.sorting_3 {
background-color: #e2ffe2;
}
tr.odd.gradeC td.sorting_1 {
background-color: #c4c4ff;
}
tr.odd.gradeC td.sorting_2 {
background-color: #d1d1ff;
}
tr.odd.gradeC td.sorting_3 {
background-color: #d1d1ff;
}
tr.even.gradeC td.sorting_1 {
background-color: #d5d5ff;
}
tr.even.gradeC td.sorting_2 {
background-color: #e2e2ff;
}
tr.even.gradeC td.sorting_3 {
background-color: #e2e2ff;
}
tr.odd.gradeX td.sorting_1 {
background-color: #ffc4c4;
}
tr.odd.gradeX td.sorting_2 {
background-color: #ffd1d1;
}
tr.odd.gradeX td.sorting_3 {
background-color: #ffd1d1;
}
tr.even.gradeX td.sorting_1 {
background-color: #ffd5d5;
}
tr.even.gradeX td.sorting_2 {
background-color: #ffe2e2;
}
tr.even.gradeX td.sorting_3 {
background-color: #ffe2e2;
}
tr.odd.gradeU td.sorting_1 {
background-color: #c4c4c4;
}
tr.odd.gradeU td.sorting_2 {
background-color: #d1d1d1;
}
tr.odd.gradeU td.sorting_3 {
background-color: #d1d1d1;
}
tr.even.gradeU td.sorting_1 {
background-color: #d5d5d5;
}
tr.even.gradeU td.sorting_2 {
background-color: #e2e2e2;
}
tr.even.gradeU td.sorting_3 {
background-color: #e2e2e2;
}
table.stylized td.highlighted {
background-color: #E2EFFF !important;
}
table.stylized td.title > div {
position:relative;
display:block;
background:url("../images/toggle-small-expand.png") 0 2px no-repeat;
padding:0 0 0 16px;
}
table.stylized td.title div.listingDetails {
background-color:#FFF;
border-color:#E2EFFF;
border-style:solid;
border-width:1px 1px 3px;
left:-12px;
position:absolute;
text-align:left;
top:26px;
display:none;
-moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.5);
-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}
table.stylized td.title div.listingDetails div.pad{
padding:8px 10px;
}
/* Tagclouds
---------------------------------------------------------------------*/
.tagcloud {
text-align: justify;
}
.tagcloud a {
border:0 none !important;
}
a.tag1 {
font-size: 1em;
}
a.tag2{
font-size: 1.1em;
}
a.tag3{
font-size: 1.2em;
}
a.tag4{
font-size: 1.4em;
}
a.tag5{
font-size: 1.5em;
}
/* Pagination
---------------------------------------------------------------------*/
.pagination a {
padding:2px 6px;
border:0 none !important;
}
.pagination a.pagination-active, .pagination a.pagination-active:hover {
background-color:#266DBB !important;
color:#fff !important;
}
/* Nyro popup window
---------------------------------------------------------------------*/
div#nyroModalFull {
font-size: 12px;
color: #777;
}
div#nyroModalFull div#nyroModalLoading {
border: 4px solid #777;
width: 150px;
height: 150px;
text-indent: -9999em;
background: #fff url(../images/nyro/ajaxLoader.gif) no-repeat;
background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
border: 4px solid #f66;
line-height: 20px;
padding: 20px;
width: 300px;
height: 100px;
text-indent: 0;
background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
background: #fff;
border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
position: absolute;
display: block;
top: -13px;
right: -13px;
width: 12px;
height: 12px;
text-indent: -9999em;
background: url(../images/nyro/close.gif) no-repeat;
outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
margin: 0;
padding: 0;
position: absolute;
top: -22px;
left: 5px;
font-size: 12px;
color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {
overflow: auto;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
position: relative;
overflow: hidden;
text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
position: absolute;
bottom: 0;
left: 0;
background: black;
padding: 10px;
margin: 10px;
border: 1px white dotted;
overflow: hidden;
opacity: 0.2;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
opacity: 0.5;
cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
z-index: 105;
outline: none;
position: absolute;
top: 0;
height: 100%;
width: 40%;
cursor: pointer;
text-indent: -9999em;
background: left 20% no-repeat;
background-image: url(data-3Aimage/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
height: 60%;
width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
background-image: url(../images/nyro/prev.gif);
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
right: 0;
background-position: right 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
background-image: url(../images/nyro/next.gif);
} | static/css/style.css | @charset "UTF-8";
/*---------------------------------------------------------------------
Template Name: Administry
Version: 1.0
Release Date: July 12, 2010
File: style.css
Updated: 2010-07-12
Copyright (c) 2010
-----------------------------------------------------------------------
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in
this file. Instead use the custom.css file to add your styles. You can
copy a style from this file and paste it in custom.css and it will
override the style in this file.
---------------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: <NAME> - http://richclarkdesign.com
---------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
body {
line-height:1;
}
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary {
display:block;
}
nav ul {
list-style:none;
}
blockquote, q {
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content:'';
/*content:none;*/
}
a {
margin:0;
padding:0;
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
ins {
background-color:#ff9;
color:#000;
text-decoration:none;
}
mark {
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold;
}
del {
text-decoration: line-through;
}
abbr[title], dfn[title] {
border-bottom:1px dotted #000;
cursor:help;
}
table {
border-collapse:collapse;
border-spacing:0;
}
hr {
display:block;
height:1px;
border:0;
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input, select {
vertical-align:middle;
}
/* Base
---------------------------------------------------------------------*/
body {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
line-height:1.5;
font-size:12px;
background-color:#F2F2F2;
color:#666;
margin:0 auto;
}
a {
outline:none;
}
h1,h2,h3,h4,h5,h6 {
color:#4D5762;
position:relative;
word-spacing:-0.1em;
}
h4,h5,h6 {
font-weight:bold;
}
h1,h2 {
line-height:28px;
margin-bottom:18px;
}
h1,h2,h3,h4,h5 {
margin-top:18px;
}
h3,h4,h5,h6 {
line-height:18px;
margin-bottom:10px;
}
h1 {
font-size:28px;
}
h2 {
font-size:21px;
}
h3 {
font-size:18px;
}
h4 {
font-size:16px;
}
h5 {
font-size:14px;
}
h6 {
font-size:12px;
}
b,strong,caption,th,thead,dt,legend {
font-weight:bold;
}
cite,dfn,em,i {
font-style: italic;
}
code,kbd,samp,pre,tt,var,.code {
/*font-family:"Consolas","Courier New",Courier,mono;*/
font-family:Monaco,"Panic Sans","Lucida Console","Courier New",Courier,monospace,sans-serif;
}
.code {
background-color:#EAEFF4;
color:#069;
overflow:auto;
padding:2px 6px;
}
.code span {
color:#E9584C;
}
p {
word-spacing:0.125em;
hyphenate:auto;
hyphenate-lines:3;
margin-top:1em;
}
p+p {
}
pre {
white-space:pre;
}
del {
text-decoration:line-through;
}
mark {
background:rgba(255,255,0,0.4);
padding:0 .25em;
}
ins {
color:#f00;
}
small,sup,sub {
font-size:90%;
}
big,.big {
font-size:120% !important;
line-height:120%;
}
abbr,acronym {
font-size:85%;
text-transform:uppercase;
letter-spacing:.1em;
}
abbr[title],acronym[title],dfn[title] {
border-bottom:1px dotted #ccc;
cursor:help;
}
sup,sub {
line-height:0;
}
sup {
vertical-align:super;
}
sub {
vertical-align:sub;
}
blockquote,q {
display:block;
font-style:normal;
quotes:"" "";
background:url("../images/quote.png") no-repeat scroll 0 8px transparent;
display:block;
font-size:14px;
min-height:42px;
line-height:24px;
padding:0 0 0 20px;
color:#666;
font-family:Georgia,"Times New Roman",Times,serif;
margin:1em 0;
}
q cite {
display:block;
font-size:12px;
color:#999;
}
hr {
border:none;
background:#ddd;
width:100%;
}
ul,ol {
padding-left:1.5em; /* Good browsers style ul elements like this https://developer.mozilla.org/en/Consistent%5FList%5FIndentation */
}
ul {
list-style:disc outside;
}
ol {
list-style:decimal outside;
}
ol ol li {
list-style-type:lower-alpha;
}
ul,ol,dl,dialog {
margin-top:1em;
margin-bottom:1em;
}
li ul,li ol,ul ul,ol ol,dl dd {
margin-top:0;
margin-bottom:0;
margin-left:0;
}
button {
cursor:pointer;
}
/* this totally confuses IE7 with IE8.js included ?!
table {
font: inherit;
}
*/
/* html 5 specific */
article,aside,header,hgroup,nav,section,footer {
float:left;
display:block;
}
figure {
display: block;
}
video {
display: block; /* styling shim for older browsers */
border: 5px #aaa solid;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
/* Tables
---------------------------------------------------------------------*/
table.stylized {
border-collapse:collapse;
position:relative;
margin-top:1em;
margin-bottom:1em;
}
table.stylized th,table.stylized td {
line-height:18px;
padding:8px 12px;
}
table.stylized th {
background-color:#2A7AD2 !important;
color:#fff;
text-align:left;
}
table.stylized tr.high {
background-color:#ffa !important;
}
table.stylized tbody th,table.stylized tbody td,table.stylized tfoot th,table.stylized tfoot td {
border-bottom:solid 1px #eee;
}
table.stylized tfoot td {
background-color:#f2f2f2 !important;
border-bottom:2px solid #ddd;
}
table.stylized tr:nth-child(even) td {
}
table.stylized tbody tr:nth-child(odd) th,table.stylized tbody tr:nth-child(odd) td {
background:#FAFDFE;
}
table.stylized caption {
margin-bottom:1em;
text-align:left;
font-size:11px;
text-transform:uppercase;
}
table.no-style th,table.no-style td {
line-height:18px;
padding:4px 8px 4px 0;
}
table.no-style td,table.no-style th {
background:none !important;
color:#666;
border-bottom:0 none;
border-bottom:1px dotted #ddd !important;
}
table.no-style caption {
margin-bottom:0;
text-align: left;
}
/* flot TD */
td.legendLabel {
font-size:11px;
padding:0 4px;
vertical-align: middle;
}
/* Forms
---------------------------------------------------------------------*/
form {
overflow:auto;
}
input:focus,textarea:focus,select:focus {
outline-width:0; /* No outline border for Safary */
}
input[type="text"],input[type="password"],input[type="select"],input[type="search"],input[type="file"],textarea,select {
border-color:#C4C4C4 #E9E9E9 #E9E9E9 #C4C4C4;
border-style:solid;
border-width:1px;
padding:4px;
color:#777;
}
textarea {
line-height:18px;
overflow:auto;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
}
textarea.small {
height:5.5em;
}
textarea.medium {
height:10em;
}
textarea.large {
height:20em;
}
input.half,select.half,textarea.half {
width:50%;
}
input.full,select.full,textarea.full {
width:97%;
}
input.title {
font-size:20px;
}
input[type="submit"],input[type="reset"],input[type="button"] {
margin-bottom:0;
}
input:focus,textarea:focus {
-moz-box-shadow:0 1px 1px rgba(196,196,196,0.5);
-webkit-box-shadow:0 1px 1px rgba(196,196,196,0.5);
box-shadow:0 1px 1px rgba(196,196,196,0.5);
-webkit-focus-ring-color:none;
border-color:#c4c4c4;
background-color:#FFFFF0;
}
fieldset {
border:0 none;
border-top:1px solid #ddd;
margin:10px 0;
padding:10px 0;
position:relative;
}
legend {
background:#fff;
color:#93BB3A;
font-weight:bold;
padding:0 6px 0 0;
}
label {
font-size:11px;
text-transform:uppercase;
font-weight:bold;
}
label.required:before {
content:"*";
color:red;
font-family:"Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
}
label.ok {
background:url("../images/valid.gif") no-repeat;
padding-left:16px;
}
label.error {
color:#d00;
text-transform:none;
margin-left:6px;
}
label.choice {
vertical-align:middle;
font-weight:normal;
text-transform:none;
}
fieldset small {
color:#999;
font-size:11px;
display: block;
}
/* Grids
---------------------------------------------------------------------*/
.column {
margin-left:18px;
display:block;
float:left;
}
.colgroup {
display:block;
float:left;
}
.first {
margin-left:0;
clear:left;
}
.gutter {
margin-left:18px;
}
.no-gutter {
margin-left:0;
}
.align-left {
float:left;
}
.align-right {
float:right;
text-align:right;
}
.leading {
margin-bottom:18px;
}
.noleading {
margin-bottom:0 !important;
}
.full {
width:100%;
}
.width1 {
width:108px;
}
.width2 {
width:234px;
}
.width3 {
width:360px;
}
.width4 {
width:486px;
}
.width5 {
width:612px;
}
.width6 {
width:738px;
}
.width7 {
width:864px;
}
.width8 {
width: 990px;
}
/* Text alignment
---------------------------------------------------------------------*/
.ta-left {
text-align:left !important;
}
.ta-center {
text-align:center !important;
}
.ta-right {
text-align:right !important;
}
.ta-justify {
text-align: justify !important;
}
/* Layout
---------------------------------------------------------------------*/
.hidden {
display: none;
}
.hidden-accessible {
position: absolute;
left: -99999999px;
}
.reset {
margin: 0;
padding: 0;
border: 0;
outline: 0;
line-height: 1.3;
text-decoration: none;
font-size: 100%;
list-style: none;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
/* clearfix in Opera \*/
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/* end clearfix */
.zfix {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: absolute;
opacity: 0;
-khtml-opacity: 0;
-moz-opacity: 0;
}
/* Corner radius
---------------------------------------------------------------------*/
.corner-tl {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
border-top-left-radius: 4px;
}
.corner-tr {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
}
.corner-bl {
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.corner-br {
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.corners-top {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
.corners-bottom {
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.corners-right {
-moz-border-radius-topright: 4px;
-webkit-border-top-right-radius: 4px;
-moz-border-radius-bottomright: 4px;
-webkit-border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
}
.corners-left {
-moz-border-radius-topleft: 4px;
-webkit-border-top-left-radius: 4px;
-moz-border-radius-bottomleft: 4px;
-webkit-border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}
.corners {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
/* Boxes
---------------------------------------------------------------------*/
.box {
padding: 8px;
margin-bottom:8px;
color:#555;
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
background:#eee;
}
.box-info {
padding-left: 32px;
border-top:1px solid #B8E2FB;
border-bottom:1px solid #B8E2FB;
background:#E8F6FF url("../images/information.png") no-repeat 8px 50%;
}
.box-warning{
padding-left: 32px;
border-top:1px solid #F2DD8C;
border-bottom:1px solid #F2DD8C;
background:#FFF5CC url("../images/error.png") no-repeat 8px 50%;
}
.box-error{
padding-left: 32px;
border-top:1px solid #F8ACAC;
border-bottom:1px solid #F8ACAC;
background:#FFD1D1 url("../images/exclamation.png") no-repeat 8px 50%;
}
.box-error-msg{
margin-top:-8px;
background:#FFF1F1;
border-top:0 none;
border-bottom:1px solid #FDDCDC;
color:#664B4B;
padding:12px;
}
.box-error-msg ol {
margin-top: 0;
margin-bottom: 0;
}
.box-success{
padding-left: 32px;
border-top:1px solid #BBDF8D;
border-bottom:1px solid #BBDF8D;
background:#EAF7D9 url("../images/accept.png") no-repeat 8px 50%;
}
.box a:hover {
background: transparent !important;
}
/* Wrappers & headers
---------------------------------------------------------------------*/
.wrapper, .wrapper-login {
margin:0 auto;
text-align:left;
width: 1100px;
position:relative;
}
.wrapper-login {
width: 360px;
}
header#top {
background-color: #282828;
width:100%;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.2, rgb(39,38,34)),
color-stop(0.8, rgb(50,50,50))
);
background: -moz-linear-gradient(
center bottom,
rgb(39,38,34) 20%,
rgb(50,50,50) 80%
);
}
header#top aside {
float:right;
color:#999;
margin-top:12px;
font-size:90%
}
header#top aside a{
color:#2A7AD2;
padding:0;
text-decoration:none;
}
/* Top navigation
---------------------------------------------------------------------*/
#topnav {
color:#999;
padding:6px 0 6px 10px;
position:absolute;
right:0;
top:0;
white-space:nowrap;
font-size:12px;
text-align:right;
}
#topnav span {
color:#444;
}
#topnav a {
color:#2A7AD2;
padding:0;
text-decoration:none;
}
#topnav a.high {
color:#FFC806;
text-decoration:none;
}
#topnav a:hover, header#top aside a:hover,
#topnav a:focus, header#top aside a:focus,
#topnav a:active, header#top aside a:active {
color:#fff;
text-decoration:none;
}
#topnav small {
color:#666;
font-size:11px;
text-align:right;
}
#topnav img.avatar {
background:#fff;
float:right;
margin:5px 0 0 8px;
padding:4px;
}
/* Main menu
---------------------------------------------------------------------*/
.sf-menu,.sf-menu * {
margin:0;
padding:0;
list-style:none;
}
.sf-menu {
line-height:1.0;
}
.sf-menu ul {
position:absolute;
top:-999em;
width:12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
width:100%;
}
.sf-menu li:hover {
visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
float:left;
position:relative;
}
.sf-menu a {
display:block;
position: relative;
}
.sf-menu li:hover ul,.sf-menu li.sfHover ul {
left:0;
top:2.5em; /* match top ul list item height */
z-index:99;
}
ul.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul {
left:12em; /* match ul width */
top:0;
}
ul.sf-menu li li:hover li ul,ul.sf-menu li li.sfHover li ul {
top: -999em;
}
ul.sf-menu li li li:hover ul,ul.sf-menu li li li.sfHover ul {
left:12em; /* match ul width */
top:0;
}
/*** menu skin ***/
.sf-menu {
float:left;
font: 12px Arial;
}
.sf-menu a {
padding:.75em 1em;
text-decoration:none;
}
.sf-menu ul a {
border-bottom: 1px solid #333;
}
.sf-menu a,.sf-menu a:visited {
/* visited pseudo selector so IE6 applies text colour*/
color:#eee;
}
.sf-menu li {
background:#444;
margin-right:2px;
}
.sf-menu>li {
border-top-right-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
}
.sf-menu li li {
background:#444;
}
.sf-menu li li li {
background:#444;
}
.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
background:#555;
outline:0;
}
.sf-menu>li:hover,.sf-menu>li.sfHover,.sf-menu a:focus,.sf-menu a:hover,.sf-menu a:active {
border-top-right-radius:4px;
border-top-left-radius:4px;
-moz-border-radius-topleft:4px;
-webkit-border-top-left-radius:4px;
-moz-border-radius-topright:4px;
-webkit-border-top-right-radius:4px;
}
.sf-menu li.current {
background: #266DBB;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
padding-right:2.25em;
min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
position:absolute;
display:block;
right:.75em;
top:1.05em; /* IE6 only */
width:10px;
height:10px;
text-indent:-999em;
overflow:hidden;
background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a>.sf-sub-indicator { /* give all except IE6 the correct values */
top:.8em;
background-position:0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus>.sf-sub-indicator,a:hover>.sf-sub-indicator,a:active>.sf-sub-indicator,li:hover>a>.sf-sub-indicator,li.sfHover>a>.sf-sub-indicator {
background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
background-position:-10px 0;
}
.sf-menu ul a>.sf-sub-indicator {
background-position: 0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus>.sf-sub-indicator,.sf-menu ul a:hover>.sf-sub-indicator,.sf-menu ul a:active>.sf-sub-indicator,.sf-menu ul li:hover>a>.sf-sub-indicator,.sf-menu ul li.sfHover>a>.sf-sub-indicator {
background-position: -10px 0;
/* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
background:url('../images/shadow.png') no-repeat bottom right;
padding:0 8px 9px 0;
-moz-border-radius-bottomleft:17px;
-moz-border-radius-topright:17px;
-webkit-border-top-right-radius:17px;
-webkit-border-bottom-left-radius:17px;
}
.sf-shadow ul.sf-shadow-off {
background: transparent;
}
/* Page title
---------------------------------------------------------------------*/
#title {
color:#FFF;
font:bold 2.4em/26px 'Trebuchet MS',Trebuchet,Arial,sans-serif;
letter-spacing:-0.02em;
padding:20px 0 22px;
text-shadow:1px 1px 3px #111;
}
#title span {
color: #FFC806;
}
#pagetitle {
background-color:#5D9ADF;
border-top:4px solid #266DBB;
border-bottom:1px solid #2A7AD2;
float:left;
width:100%;
background: -webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.2, rgb(80,146,220)),
color-stop(0.8, rgb(107,163,226))
);
background: -moz-linear-gradient(
center bottom,
rgb(80,146,220) 20%,
rgb(107,163,226) 80%
);
}
#pagetitle h1 {
color:#fff;
font-size:1.6em;
padding:12px 0;
text-shadow:0 -1px 1px #2A7AD2;
margin:0;
top:0;
line-height:1.2em;
float:left;
}
#pagetitle h1 span {
color:#C4E3FF;
}
#pagetitle input {
border:2px solid #5D9ADF;
color:#666;
float:right;
line-height:18px;
margin:10px 0 0;
padding:4px 24px 4px 4px;
vertical-align:middle;
width:202px;
background:#fff url("../images/search.gif") no-repeat 99% 56%;
-moz-box-shadow:0 0;
-webkit-box-shadow:0 0;
box-shadow:0 0;
}
#pagetitle input:focus {
border:2px solid #266DBB;
-webkit-focus-ring-color: none;
}
#page {
float:left;
width:100%;
background-color:#FFF;
}
#page a {
color: #329ECC;
text-decoration:none;
/* border-bottom:1px solid #A1CFD4; 奶奶的,这句话导致主体页面内所有的链接都有下划线了 */
}
#page a:hover, #page a:focus, #page a:active {
background-color:#E2EFFF;
/* border-bottom:1px solid #329ECC; 注释掉,已经有背景色了 */
}
#page .subtitle {
text-transform:uppercase;
color:#93BB3A;
font-size:9px;
font-family: Tahoma, Arial, sans-serif;
}
/* Footers
---------------------------------------------------------------------*/
footer#bottom {
background-color:#F2F2F2;
border-top:4px solid #D9D9D9;
color:#999;
float:left;
font-size:11px;
width:100%;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.2, rgb(242,242,242)),
color-stop(0.8, rgb(254,254,254))
);
background: -moz-linear-gradient(
center bottom,
rgb(242,242,242) 20%,
rgb(254,254,254) 80%
);
padding-bottom:2em;
}
footer#bottom nav{
float:none;
text-align: center;
padding-top:20px;
}
footer#bottom a {
color:#999;
margin:0 4px;
text-decoration:none;
white-space:nowrap;
border-bottom:1px solid #ccc;
line-height:1.2em;
}
footer#bottom a:hover, footer#bottom a:active, footer#bottom a:focus {
color:#666;
border-bottom:1px solid #999;
text-decoration:none;
}
footer#bottom p{
clear:both;
text-align:center;
margin-bottom:24px;
padding-top:12px;
text-shadow:1px 1px 0 #fff;
}
footer#animated {
background:#222;
bottom:0;
padding:10px 0 8px;
position:fixed;
width:100%;
opacity:0;
-khtml-opacity: 0;
-moz-opacity: 0;
}
footer#animated ul {
list-style:none outside none;
margin:0 auto;
text-align:center;
}
footer#animated ul li {
color:#fff;
display:inline;
padding:0 10px;
text-shadow:1px 1px 3px #000;
}
footer#animated a {
color:#aaa;
text-decoration:none;
}
footer#animated a:hover, footer#animated a:focus, footer#animated a:active {
color:#fff;
text-decoration:none;
}
/* Buttons
---------------------------------------------------------------------*/
.btn {
display: inline-block;
padding: 5px 10px;
color: #777 !important;
text-decoration: none;
font-weight: bold;
font-size: 11px;
font-family: Tahoma, Arial, sans-serif;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
text-shadow: 0 1px 1px rgba(255,255,255,0.9);
position: relative;
cursor: pointer;
border:1px solid #ccc !important;
background:#fff url("../images/btn-overlay.png") repeat-x !important;
}
.btn:hover, .btn:focus, .btn:active {
outline:medium none;
border:1px solid #329ECC !important;
opacity:0.9;
-khtml-opacity: .9;
-moz-opacity: 0.9;
-moz-box-shadow:0 0 5px rgba(82, 168, 236, 0.5);
-webkit-box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
box-shadow: 0 0 5px rgba(82, 168, 236, 0.5);
}
.btn-green {
color: #fff !important;
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
border:1px solid #749217 !important;
background-color: #6AB620 !important;
}
.btn-green:hover, .btn-green:focus, .btn-green:active {
-moz-box-shadow:0 0 5px rgba(116, 146, 23, 0.9);
-webkit-box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
box-shadow: 0 0 5px rgba(116, 146, 23, 0.9);
border:1px solid #749217 !important;
}
.btn-blue {
color: #fff !important;
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
border:1px solid #2D69AC !important;
background-color: #3C6ED1 !important;
}
.btn-blue:hover, .btn-blue:focus, .btn-blue:active {
-moz-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
-webkit-box-shadow:0 0 5px rgba(71, 131, 243, 0.9);
box-shadow: 0 0 5px rgba(71, 131, 243, 0.9);
border:1px solid #2D69AC !important;
}
.btn-red {
color: #fff !important;
text-shadow: 0 1px 1px rgba(0,0,0,0.25);
border:1px solid #AE2B2B !important;
background-color: #D22A2A !important;
}
.btn-red:hover, .btn-red:focus, .btn-red:active {
-moz-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
-webkit-box-shadow:0 0 5px rgba(174, 43, 43, 0.9);
box-shadow: 0 0 5px rgba(174, 43, 43, 0.9);
border:1px solid #AE2B2B !important;
}
.btn-special {
font-size:110%;
width: 210px;
}
/* Icons
---------------------------------------------------------------------*/
.icon {
display: block;
text-indent: -99999px;
overflow: hidden;
background-repeat: no-repeat;
width: 16px;
height: 16px;
float:left;
margin-right: 4px;
}
.icon-add {
background:url("../images/add.png") no-repeat;
}
.icon-ok {
background:url("../images/accept.png") no-repeat;
}
.icon-cancel {
background:url("../images/cancel.png") no-repeat;
}
.btn-special .icon {
margin-top: 2px
}
/* Right menu
---------------------------------------------------------------------*/
#rightmenu {
border-top:4px solid #C4E3FF;
border-bottom:1px solid #C4E3FF;
margin-top:18px;
background-color:#E1F1FF;
background:-webkit-gradient(
linear,
left bottom,
left top,
color-stop(0.1, rgb(225,241,255)),
color-stop(0.8, rgb(245,250,255))
);
background: -moz-linear-gradient(
center bottom,
rgb(225,241,255) 10%,
rgb(245,250,255) 80%
);
}
#rightmenu header, #rightmenu dl{
padding:12px 12px 0;
margin: 0;
}
#rightmenu h3 {
color:#555;
font-size:13px;
margin: 0;
}
#rightmenu dl dt {
float:left;
height:40px;
margin-top:2px;
width:26px;
}
#rightmenu dd {
color:#828282;
font-size:11px;
margin-left:25px;
padding-bottom:4px;
}
#rightmenu dd.last {
margin-bottom:10px;
}
#rightmenu dd a {
font-size:12px;
font-weight:700;
}
#rightmenu dd a:hover, #rightmenu dd a:active, #rightmenu dd a:focus {
background-color: #2A7AD2;
color:#fff;
border-color: #2A7AD2;
}
/* Tabs
---------------------------------------------------------------------*/
/* position:relative prevents IE scroll bug (element with position:relative inside container with overflow:auto appear as "fixed") */
.ui-tabs {
position:relative;
padding:.2em 0;
zoom:1;
margin: 1em 0
}
.ui-tabs .ui-tabs-nav {
margin:0;
padding:0;
}
.ui-tabs .ui-tabs-nav li {
list-style:none;
/*float:left;*/
display:inline;
position:relative;
top:0;
margin:0;
border-bottom:0 !important;
padding:0;
white-space:nowrap;
}
.ui-tabs .ui-tabs-nav li a {
/*float:left;*/
padding:5px 12px 6px 12px;
text-decoration:none;
background:#999;
color:#FFFFFF !important;
border-bottom:0 !important;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
margin-bottom:0;
padding-bottom:1px;
top:1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-hover a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a {
text-decoration:none;
background:#2A7AD2 !important;
padding-top:6px
}
/* first selector in group seems obsolete,but required to overcome bug in Opera applying cursor:text overall if defined elsewhere... */
.ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
display:block;
border:0;
padding:3px 0;
background:none;
clear:both;
margin-top:5px;
border-top:2px solid #2A7AD2;
}
.ui-tabs .ui-tabs-hide {
display: none !important;
}
/* Content boxes
---------------------------------------------------------------------*/
.content-box {
background:#fff;
border:1px solid #999;
margin:1em 0 0;
display:inline-block;
width:99%;
}
.content-box header {
background:#999;
width:100%;
}
.content-box header h3 {
float:left;
margin:0;
padding:6px 8px;
font-size: 14px;
color: #fff;
}
.content-box header h3 img{
float:left;
margin:1px 4px 0 0;
}
.content-box section {
margin: 8px;
}
.content-box-closed {
}
.content-box-closed header{
background: #999 url("../images/toggle.gif") no-repeat scroll 96% 15px;
}
.content-box-closed section {
display:none
}
/* Progress bars
---------------------------------------------------------------------*/
div.progress {
display: block;
height: 22px;
padding: 0;
min-width: 200px;
margin:4px 0;
background-color: #DEDEDE;
background: -moz-linear-gradient(top, #ccc, #e9e9e9);
background: -webkit-gradient(linear, left top, bottom, #ccc, #e9e9e9);
}
div.progress, div.progress span {
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}
div.progress span {
display: block;
height: 22px;
margin: 0;
padding: 0;
text-align:center;
width:0;
-moz-box-shadow:1px 0 1px rgba(0, 0, 0, 0.2);
-webkit-box-shadow:1px 0 1px rgba(0, 0, 0, 0.2);
box-shadow:1px 0 1px rgba(0, 0, 0, 0.2);
}
div.progress span b{
color:#fff;
line-height:22px;
padding-left:2px;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
}
.progress-blue span {
background-color: #5C9ADE;
background: -moz-linear-gradient(top, #6C92DC 10%, #395FA8 90%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #6C92DC), color-stop(0.9, #395FA8));
}
.progress-green span {
background-color: #77AF3F;
background: -moz-linear-gradient(top, #8FC857 10%, #5C9425 90%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #8FC857), color-stop(0.9, #5C9425));
}
.progress-red span {
background-color: #C44747;
background: -moz-linear-gradient(top, #DD5F5F 10%, #A92C2C 90%);
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.1, #DD5F5F), color-stop(0.9, #A92C2C));
}
/* Top
---------------------------------------------------------------------*/
a#totop {
background:#ccc;
bottom:2px;
display:block;
font-size:11px;
opacity:0.9;
-khtml-opacity: .9;
-moz-opacity: 0.9;
padding:3px 6px;
position:fixed;
right:2px;
color:#666;
text-decoration:none;
cursor:pointer;
}
a#totop:hover, a#totop:focus, a#totop:active{
color:#333;
text-decoration:none;
}
/* Labels
---------------------------------------------------------------------*/
span.label {
background:url("../images/tag-bg.gif") no-repeat scroll 100% 50% transparent;
font:bold 10px/1.2 "tahoma",sans-serif;
padding:4px 16px 5px 5px;
text-transform:uppercase;
color:#fff;
}
span.label-red {
background-color:#df0000;
}
span.label-green {
background-color:#4BA508;
}
span.label-blue {
background-color:#0085CC;
}
span.label-purple {
background-color:#6E0A9E;
}
span.label-gray {
background-color:#555;
}
span.label-gold {
background-color:#b90;
}
span.label-silver {
background-color:#ccc;
}
span.label-yellow {
background-color:#FFC806;
}
span.label-black {
background-color: #111;
}
/* jWYSIWYG
---------------------------------------------------------------------*/
div.wysiwyg {
border:1px solid #ccc;
padding:5px;
background-color:#fff;
}
div.wysiwyg * {
margin:0;
padding:0;
}
div.wysiwyg ul.panel {
border-bottom:1px solid #ccc;
float:left;
width:100%;
padding:0;
color:#666
}
div.wysiwyg ul.panel li {
list-style:none;
float:left;
margin:1px 2px 3px 0;
background:#fff;
}
div.wysiwyg ul.panel li.separator {
height:16px;
margin:0 4px;
border-left:1px solid #ccc;
}
div.wysiwyg ul.panel li a {
border:0 none !important;
text-indent:-5000px;
opacity:0.85;
display:block;
width:16px;
height:16px;
background:url('../images/jquery.wysiwyg.gif') no-repeat -64px -80px;
border:0;
cursor:pointer;
margin:1px;
}
div.wysiwyg ul.panel li a:hover,div.wysiwyg ul.panel li a.active {
opacity:1.00;
}
div.wysiwyg ul.panel li a.active {
background-color:#f9f9f9;
border:1px solid #ccc;
border-left-color:#aaa;
border-top-color:#aaa;
margin:0;
}
div.wysiwyg ul.panel li a.bold {
background-position:0 -16px;
}
div.wysiwyg ul.panel li a.italic {
background-position:-16px -16px;
}
div.wysiwyg ul.panel li a.strikeThrough {
background-position:-32px -16px;
}
div.wysiwyg ul.panel li a.underline {
background-position:-48px -16px;
}
div.wysiwyg ul.panel li a.justifyLeft {
background-position:0 0;
}
div.wysiwyg ul.panel li a.justifyCenter {
background-position:-16px 0;
}
div.wysiwyg ul.panel li a.justifyRight {
background-position:-32px 0;
}
div.wysiwyg ul.panel li a.justifyFull {
background-position:-48px 0;
}
div.wysiwyg ul.panel li a.indent {
background-position:-64px 0;
}
div.wysiwyg ul.panel li a.outdent {
background-position:-80px 0;
}
div.wysiwyg ul.panel li a.subscript {
background-position:-64px -16px;
}
div.wysiwyg ul.panel li a.superscript {
background-position:-80px -16px;
}
div.wysiwyg ul.panel li a.undo {
background-position:0 -64px;
}
div.wysiwyg ul.panel li a.redo {
background-position:-16px -64px;
}
div.wysiwyg ul.panel li a.insertOrderedList {
background-position:-32px -48px;
}
div.wysiwyg ul.panel li a.insertUnorderedList {
background-position:-16px -48px;
}
div.wysiwyg ul.panel li a.insertHorizontalRule {
background-position:0 -48px;
}
div.wysiwyg ul.panel li a.h1 {
background-position:0 -32px;
}
div.wysiwyg ul.panel li a.h2 {
background-position:-16px -32px;
}
div.wysiwyg ul.panel li a.h3 {
background-position:-32px -32px;
}
div.wysiwyg ul.panel li a.h4 {
background-position:-48px -32px;
}
div.wysiwyg ul.panel li a.h5 {
background-position:-64px -32px;
}
div.wysiwyg ul.panel li a.h6 {
background-position:-80px -32px;
}
div.wysiwyg ul.panel li a.cut {
background-position:-32px -64px;
}
div.wysiwyg ul.panel li a.copy {
background-position:-48px -64px;
}
div.wysiwyg ul.panel li a.paste {
background-position:-64px -64px;
}
div.wysiwyg ul.panel li a.insertTable {
background-position:-64px -48px;
}
div.wysiwyg ul.panel li a.increaseFontSize {
background-position:-16px -80px;
}
div.wysiwyg ul.panel li a.decreaseFontSize {
background-position:-32px -80px;
}
div.wysiwyg ul.panel li a.createLink {
background-position:-80px -48px;
}
div.wysiwyg ul.panel li a.insertImage {
background-position:-80px -80px;
}
div.wysiwyg ul.panel li a.html {
background-position:-47px -46px;
}
div.wysiwyg ul.panel li a.removeFormat {
background-position:-80px -63px;
}
div.wysiwyg ul.panel li a.empty {
background-position:-64px -80px;
}
div.wysiwyg iframe {
border:0;
clear:left;
margin: 4px 0 0 1px;
}
/* Tag input fields
---------------------------------------------------------------------*/
.tagInput {
}
.tagInputDiv {
display: none;
background-color: white;
position: absolute;
overflow: auto;
border: 1px solid lightgray;
margin-top:-1px;
}
.tagInputLine {
color: black;
font-weight: normal;
padding:4px;
}
.tagInputSel {
background-color: gray;
color:white;
}
.tagInputLineTag {
min-width: 150px;
display: inline-block;
}
.tagInputLineFreq {
min-width: 50px;
text-align: right;
display: inline-block;
float:right;
}
.tagInputSuggestedTags {
font-size: 11px;
}
.tagInputSuggestedTags .label{
display:block;
background:0 none;
color:#666;
padding:0;
margin-top:4px;
}
.tagInputSuggestedTagList{
}
.tagInputSuggestedTagList .tag{
padding:1px 4px;
cursor:pointer;
display:inline-block;
margin:2px 1px;
border:1px solid #bbb;
}
.tagInputSuggestedTagList span.tag:hover{
background-color:#bbb;
color:#fff;
}
.tagInputSuggestedTagList .tagUsed{
border:1px solid #999;
background-color:#999;
color:#fff;
}
/* Calendar table
---------------------------------------------------------------------*/
.calendar {
height:100%;
}
.calendar th {
border-left:1px solid #2A7AD2;
border-right:1px solid #2A7AD2;
}
.calendar td {
border:1px solid #eee;
width: 12%;
padding:0 !important;
}
.calendar td.day:hover, .calendar td.day.hover {
background:#F5F5F5;
}
.calendar td.today {
background:#ffc;
}
.calendar td div.day {
text-align:right;
background: #E8EEF7
}
.calendar td div.day a{
margin:1px 6px;
padding:0 2px;
}
.events {
padding:2px 4px;
color:#fff;
margin:2px 0
}
.event1 {
background: #369;
}
.event2 {
background: #2a9;
}
.event3 {
background: #d66;
}
.event4 {
background: #d51;
}
/* TipTip CSS - Version 1.2
---------------------------------------------------------------------*/
#tiptip_holder {
display: none;
position: absolute;
top: 0;
left: 0;
z-index: 99999;
}
#tiptip_holder.tip_top {
padding-bottom: 5px;
}
#tiptip_holder.tip_bottom {
padding-top: 5px;
}
#tiptip_holder.tip_right {
padding-left: 5px;
}
#tiptip_holder.tip_left {
padding-right: 5px;
}
#tiptip_content {
font-size: 11px;
color: #fff;
text-shadow: 0 0 2px #000;
padding: 4px 8px;
border: 1px solid rgba(255,255,255,0.25);
background-color: rgb(25,25,25);
background-color: rgba(25,25,25,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(255,255,255,0.35);
border-top-color: #191919;
}
#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: rgb(25,25,25);
border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: rgb(25,25,25);
border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: rgb(25,25,25);
border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: rgb(25,25,25);
border-left-color: rgba(25,25,25,0.92);
}
/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#tiptip_content {
padding: 4px 8px 5px 8px;
background-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: rgba(20,20,20,0.92);
}
}
/* Datatables
---------------------------------------------------------------------*/
.dataTables_wrapper {
position: relative;
margin:1em 0;
min-height: 302px;
clear: both;
}
.dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
}
.dataTables_length {
width: 40%;
float: left;
}
.dataTables_filter {
width: 50%;
float: right;
text-align: right;
}
.dataTables_info {
width: 60%;
float: left;
}
.dataTables_paginate {
width: 42px;
float: right;
text-align: right;
cursor: pointer;
}
/* Pagination nested */
.paginate_disabled_previous, .paginate_enabled_previous, .paginate_disabled_next, .paginate_enabled_next {
height: 19px;
width: 19px;
margin-left: 1px;
float: left;
}
.paginate_disabled_previous {
background-image: url('../images/datatable/back_disabled.png');
}
.paginate_enabled_previous {
background-image: url('../images/datatable/back_enabled.png');
}
.paginate_disabled_next {
background-image: url('../images/datatable/forward_disabled.png');
}
.paginate_enabled_next {
background-image: url('../images/datatable/forward_enabled.png');
}
table.display {
margin: 4px auto;
width: 100%;
clear: both;
}
table.display thead th {
cursor: pointer;
}
table.display tfoot th {
padding: 3px 10px;
}
table.display tr.heading2 td {
border-bottom: 1px solid #aaa;
}
table.display td {
/*padding: 3px 10px;*/
}
table.display td.center {
text-align: center;
}
.sorting_asc {
background: url('../images/datatable/sort_asc.png') no-repeat center right;
}
.sorting_desc {
background: url('../images/datatable/sort_desc.png') no-repeat center right;
}
.sorting {
background: url('../images/datatable/sort_both.png') no-repeat center right;
}
.sorting_asc_disabled {
background: url('../images/datatable/sort_asc_disabled.png') no-repeat center right;
}
.sorting_desc_disabled {
background: url('../images/datatable/sort_desc_disabled.png') no-repeat center right;
}
table.display tr.odd.gradeA {
background-color: #ddffdd;
}
table.display tr.even.gradeA {
background-color: #eeffee;
}
table.display tr.odd.gradeA {
background-color: #ddffdd;
}
table.display tr.even.gradeA {
background-color: #eeffee;
}
table.display tr.odd.gradeC {
background-color: #ddddff;
}
table.display tr.even.gradeC {
background-color: #eeeeff;
}
table.display tr.odd.gradeX {
background-color: #ffdddd;
}
table.display tr.even.gradeX {
background-color: #ffeeee;
}
table.display tr.odd.gradeU {
background-color: #ddd;
}
table.display tr.even.gradeU {
background-color: #eee;
}
/* Sorting classes for columns */
/* For the standard odd/even */
tr.odd td.sorting_1 {
background-color: #D3D6FF;
}
tr.odd td.sorting_2 {
background-color: #DADCFF;
}
tr.odd td.sorting_3 {
background-color: #E0E2FF;
}
tr.even td.sorting_1 {
background-color: #EAEBFF;
}
tr.even td.sorting_2 {
background-color: #F2F3FF;
}
tr.even td.sorting_3 {
background-color: #F9F9FF;
}
/* For the Conditional-CSS grading rows */
/*
Colour calculations (based off the main row colours)
Level 1:
dd > c4
ee > d5
Level 2:
dd > d1
ee > e2
*/
tr.odd.gradeA td.sorting_1 {
background-color: #c4ffc4;
}
tr.odd.gradeA td.sorting_2 {
background-color: #d1ffd1;
}
tr.odd.gradeA td.sorting_3 {
background-color: #d1ffd1;
}
tr.even.gradeA td.sorting_1 {
background-color: #d5ffd5;
}
tr.even.gradeA td.sorting_2 {
background-color: #e2ffe2;
}
tr.even.gradeA td.sorting_3 {
background-color: #e2ffe2;
}
tr.odd.gradeC td.sorting_1 {
background-color: #c4c4ff;
}
tr.odd.gradeC td.sorting_2 {
background-color: #d1d1ff;
}
tr.odd.gradeC td.sorting_3 {
background-color: #d1d1ff;
}
tr.even.gradeC td.sorting_1 {
background-color: #d5d5ff;
}
tr.even.gradeC td.sorting_2 {
background-color: #e2e2ff;
}
tr.even.gradeC td.sorting_3 {
background-color: #e2e2ff;
}
tr.odd.gradeX td.sorting_1 {
background-color: #ffc4c4;
}
tr.odd.gradeX td.sorting_2 {
background-color: #ffd1d1;
}
tr.odd.gradeX td.sorting_3 {
background-color: #ffd1d1;
}
tr.even.gradeX td.sorting_1 {
background-color: #ffd5d5;
}
tr.even.gradeX td.sorting_2 {
background-color: #ffe2e2;
}
tr.even.gradeX td.sorting_3 {
background-color: #ffe2e2;
}
tr.odd.gradeU td.sorting_1 {
background-color: #c4c4c4;
}
tr.odd.gradeU td.sorting_2 {
background-color: #d1d1d1;
}
tr.odd.gradeU td.sorting_3 {
background-color: #d1d1d1;
}
tr.even.gradeU td.sorting_1 {
background-color: #d5d5d5;
}
tr.even.gradeU td.sorting_2 {
background-color: #e2e2e2;
}
tr.even.gradeU td.sorting_3 {
background-color: #e2e2e2;
}
table.stylized td.highlighted {
background-color: #E2EFFF !important;
}
table.stylized td.title > div {
position:relative;
display:block;
background:url("../images/toggle-small-expand.png") 0 2px no-repeat;
padding:0 0 0 16px;
}
table.stylized td.title div.listingDetails {
background-color:#FFF;
border-color:#E2EFFF;
border-style:solid;
border-width:1px 1px 3px;
left:-12px;
position:absolute;
text-align:left;
top:26px;
display:none;
-moz-box-shadow:0 0 8px rgba(82, 168, 236, 0.5);
-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
}
table.stylized td.title div.listingDetails div.pad{
padding:8px 10px;
}
/* Tagclouds
---------------------------------------------------------------------*/
.tagcloud {
text-align: justify;
}
.tagcloud a {
border:0 none !important;
}
a.tag1 {
font-size: 1em;
}
a.tag2{
font-size: 1.1em;
}
a.tag3{
font-size: 1.2em;
}
a.tag4{
font-size: 1.4em;
}
a.tag5{
font-size: 1.5em;
}
/* Pagination
---------------------------------------------------------------------*/
.pagination a {
padding:2px 6px;
border:0 none !important;
}
.pagination a.pagination-active, .pagination a.pagination-active:hover {
background-color:#266DBB !important;
color:#fff !important;
}
/* Nyro popup window
---------------------------------------------------------------------*/
div#nyroModalFull {
font-size: 12px;
color: #777;
}
div#nyroModalFull div#nyroModalLoading {
border: 4px solid #777;
width: 150px;
height: 150px;
text-indent: -9999em;
background: #fff url(../images/nyro/ajaxLoader.gif) no-repeat;
background-position: center;
}
div#nyroModalFull div#nyroModalLoading.error {
border: 4px solid #f66;
line-height: 20px;
padding: 20px;
width: 300px;
height: 100px;
text-indent: 0;
background: #fff;
}
div#nyroModalFull div#nyroModalWrapper {
background: #fff;
border: 4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
position: absolute;
display: block;
top: -13px;
right: -13px;
width: 12px;
height: 12px;
text-indent: -9999em;
background: url(../images/nyro/close.gif) no-repeat;
outline: 0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
margin: 0;
padding: 0;
position: absolute;
top: -22px;
left: 5px;
font-size: 12px;
color: #ddd;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {
overflow: auto;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
padding: 5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
position: relative;
overflow: hidden;
text-align: center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
vertical-align: baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
position: absolute;
bottom: 0;
left: 0;
background: black;
padding: 10px;
margin: 10px;
border: 1px white dotted;
overflow: hidden;
opacity: 0.2;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
opacity: 0.5;
cursor: help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
z-index: 105;
outline: none;
position: absolute;
top: 0;
height: 100%;
width: 40%;
cursor: pointer;
text-indent: -9999em;
background: left 20% no-repeat;
background-image: url(data-3Aimage/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
height: 60%;
width: 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
left: 0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
background-image: url(../images/nyro/prev.gif);
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
right: 0;
background-position: right 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
background-image: url(../images/nyro/next.gif);
} | 0.304145 | 0.065217 |
*,
*::before,
*::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html, body {
padding: 0px;
margin: 0px; }
body {
background: peru;
font-family: "Quicksand", sans-serif; }
h1 {
font-family: "Quicksand", sans-serif;
font-weight: bold; }
@-webkit-keyframes wiggle {
0% {
-webkit-transform: rotate(6deg); }
50% {
-webkit-transform: rotate(-6deg); }
100% {
-webkit-transform: rotate(6deg); } }
header {
background: beige;
width: 100%;
height: 35vh;
top: 0;
left: 0; }
header .fa-github {
margin-top: 6vh;
font-size: 10em;
color: #9f9db2; }
header .fa-github:hover {
-webkit-animation: wiggle 0.5s infinite; }
.container {
width: 100%; }
.search-zone {
margin-top: 3vh;
height: 300px;
width: 500px;
border-radius: 10px;
padding: 50px;
justify-content: space-around; }
.search-zone label {
font-family: "Quicksand", sans-serif;
font-size: 1.3em; }
.search-zone #userName {
font-size: 1.1em;
border-radius: 25px;
border: none;
height: 40px;
width: 250px;
padding-left: 20px;
margin-bottom: 10px; }
.search-zone #userName:focus {
outline: none; }
p {
margin: 0 auto;
color: beige;
letter-spacing: 0.2em;
line-height: 2.3em;
text-align: center;
font-size: 1em;
padding: 10px 0;
border-bottom: 2px dotted #a2662a; }
p b {
font-size: 1.4em;
font-weight: 400; }
p .fa-cloud-upload {
padding-right: 10px;
font-size: 1.3em; }
p .repo {
font-weight: 400;
padding-right: 100px;
font-size: 1.3em;
text-align: center; }
p .updated {
font-weight: 100;
font-size: .9em;
text-align: center; }
header, .container, .search-zone {
display: flex;
flex-direction: column;
align-items: center; }
#repoFind {
background-color: #9f9db2;
border: 0;
font-size: 1em;
letter-spacing: 0.5em;
border-radius: 25px;
color: #fff;
height: 40px;
width: 100px;
padding-top: 10px;
padding-right: 5px; } | css/styles.css | *,
*::before,
*::after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; }
html, body {
padding: 0px;
margin: 0px; }
body {
background: peru;
font-family: "Quicksand", sans-serif; }
h1 {
font-family: "Quicksand", sans-serif;
font-weight: bold; }
@-webkit-keyframes wiggle {
0% {
-webkit-transform: rotate(6deg); }
50% {
-webkit-transform: rotate(-6deg); }
100% {
-webkit-transform: rotate(6deg); } }
header {
background: beige;
width: 100%;
height: 35vh;
top: 0;
left: 0; }
header .fa-github {
margin-top: 6vh;
font-size: 10em;
color: #9f9db2; }
header .fa-github:hover {
-webkit-animation: wiggle 0.5s infinite; }
.container {
width: 100%; }
.search-zone {
margin-top: 3vh;
height: 300px;
width: 500px;
border-radius: 10px;
padding: 50px;
justify-content: space-around; }
.search-zone label {
font-family: "Quicksand", sans-serif;
font-size: 1.3em; }
.search-zone #userName {
font-size: 1.1em;
border-radius: 25px;
border: none;
height: 40px;
width: 250px;
padding-left: 20px;
margin-bottom: 10px; }
.search-zone #userName:focus {
outline: none; }
p {
margin: 0 auto;
color: beige;
letter-spacing: 0.2em;
line-height: 2.3em;
text-align: center;
font-size: 1em;
padding: 10px 0;
border-bottom: 2px dotted #a2662a; }
p b {
font-size: 1.4em;
font-weight: 400; }
p .fa-cloud-upload {
padding-right: 10px;
font-size: 1.3em; }
p .repo {
font-weight: 400;
padding-right: 100px;
font-size: 1.3em;
text-align: center; }
p .updated {
font-weight: 100;
font-size: .9em;
text-align: center; }
header, .container, .search-zone {
display: flex;
flex-direction: column;
align-items: center; }
#repoFind {
background-color: #9f9db2;
border: 0;
font-size: 1em;
letter-spacing: 0.5em;
border-radius: 25px;
color: #fff;
height: 40px;
width: 100px;
padding-top: 10px;
padding-right: 5px; } | 0.354545 | 0.074433 |
body {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
color: #333;
font-family: "Montserrat", sans-serif;
font-size: 16px;
line-height: 1.6;
word-wrap: break-word;
width: 728px;
max-width: 99%;
box-sizing: border-box;
padding: 30px 30px 8rem 30px;
margin-left: auto;
margin-right: auto;
}
body a {
background-color: transparent;
}
body a:active, body a:hover {
outline: 0;
}
body strong {
font-weight: bold;
}
body h1, h2, h3 {
font-family: "Roboto Slab", serif;
}
body img {
border: 0;
}
body hr {
box-sizing: content-box;
height: 0;
}
body a {
color: #4078c0;
text-decoration: none;
}
body a:hover, body a:active {
text-decoration: underline;
}
body hr {
height: 0;
margin: 15px 0;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid #ddd;
}
body hr:before {
display: table;
content: "";
}
body hr:after {
display: table;
clear: both;
content: "";
}
body h1, body h2, body h3, body h4, body h5, body h6 {
margin-top: 15px;
margin-bottom: 15px;
line-height: 1.1;
}
body h1 {
font-size: 30px;
}
body h2 {
font-size: 21px;
}
body h3 {
font-size: 16px;
}
body h4 {
font-size: 14px;
}
body h5 {
font-size: 12px;
}
body h6 {
font-size: 11px;
}
body blockquote {
border: solid #777;
border-width: 1pt 0pt 0pt 1pt;
margin: 30px;
padding: 10px 10px 10px 30px;
}
body ul, body ol {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
body ol ol, body ul ol {
list-style-type: lower-roman;
}
body ul ul ol, body ul ol ol, body ol ul ol, body ol ol ol {
list-style-type: lower-alpha;
}
body:before {
display: table;
content: "";
}
body:after {
display: table;
clear: both;
content: "";
}
body>*:first-child {
margin-top: 0 !important;
}
body>*:last-child {
margin-bottom: 0 !important;
}
body .anchor {
display: inline-block;
padding-right: 2px;
margin-left: -18px;
}
body .anchor:focus {
outline: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
}
body h1 {
padding-bottom: 0.3em;
font-size: 46px;
line-height: 1.2;
}
body h1 .anchor {
line-height: 1;
}
body h2 {
padding-bottom: 0.3em;
font-size: 1.5em;
line-height: 1.225;
}
body h2 .anchor {
line-height: 1;
}
body h3 {
font-size: 1.5em;
line-height: 1.43;
}
body h3 .anchor {
line-height: 1.2;
}
body h4 {
font-size: 1em;
}
body h4 .anchor {
line-height: 1.2;
}
body h5 {
font-size: 1em;
}
body h5 .anchor {
line-height: 1.1;
}
body h6 {
font-size: 1em;
color: #777;
}
body h6 .anchor {
line-height: 1.1;
}
body p, body ul, body ol, body dl, body pre {
margin-top: 0;
margin-bottom: 16px;
}
body hr {
height: 4px;
padding: 0;
margin: 16px 0;
background-color: #e7e7e7;
border: 0 none;
}
body ul, body ol {
border: solid #777;
border-width: 1pt 0pt 0pt 1pt;
margin: 30px;
padding: 10px 10px 10px 30px;
}
body li>p {
margin-top: 16px;
}
body dl {
padding: 0;
}
body img {
max-width: 100%;
box-sizing: content-box;
background-color: #fff;
}
body footer {
border: solid #777;
border-width: 0pt 1pt 1pt 0pt;
margin: 30px;
padding: 5px 5px 5px 15px;
} | css/site.css | body {
-webkit-text-size-adjust: 100%;
text-size-adjust: 100%;
color: #333;
font-family: "Montserrat", sans-serif;
font-size: 16px;
line-height: 1.6;
word-wrap: break-word;
width: 728px;
max-width: 99%;
box-sizing: border-box;
padding: 30px 30px 8rem 30px;
margin-left: auto;
margin-right: auto;
}
body a {
background-color: transparent;
}
body a:active, body a:hover {
outline: 0;
}
body strong {
font-weight: bold;
}
body h1, h2, h3 {
font-family: "Roboto Slab", serif;
}
body img {
border: 0;
}
body hr {
box-sizing: content-box;
height: 0;
}
body a {
color: #4078c0;
text-decoration: none;
}
body a:hover, body a:active {
text-decoration: underline;
}
body hr {
height: 0;
margin: 15px 0;
overflow: hidden;
background: transparent;
border: 0;
border-bottom: 1px solid #ddd;
}
body hr:before {
display: table;
content: "";
}
body hr:after {
display: table;
clear: both;
content: "";
}
body h1, body h2, body h3, body h4, body h5, body h6 {
margin-top: 15px;
margin-bottom: 15px;
line-height: 1.1;
}
body h1 {
font-size: 30px;
}
body h2 {
font-size: 21px;
}
body h3 {
font-size: 16px;
}
body h4 {
font-size: 14px;
}
body h5 {
font-size: 12px;
}
body h6 {
font-size: 11px;
}
body blockquote {
border: solid #777;
border-width: 1pt 0pt 0pt 1pt;
margin: 30px;
padding: 10px 10px 10px 30px;
}
body ul, body ol {
padding: 0;
margin-top: 0;
margin-bottom: 0;
}
body ol ol, body ul ol {
list-style-type: lower-roman;
}
body ul ul ol, body ul ol ol, body ol ul ol, body ol ol ol {
list-style-type: lower-alpha;
}
body:before {
display: table;
content: "";
}
body:after {
display: table;
clear: both;
content: "";
}
body>*:first-child {
margin-top: 0 !important;
}
body>*:last-child {
margin-bottom: 0 !important;
}
body .anchor {
display: inline-block;
padding-right: 2px;
margin-left: -18px;
}
body .anchor:focus {
outline: none;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
margin-top: 1em;
margin-bottom: 16px;
font-weight: bold;
line-height: 1.4;
}
body h1 {
padding-bottom: 0.3em;
font-size: 46px;
line-height: 1.2;
}
body h1 .anchor {
line-height: 1;
}
body h2 {
padding-bottom: 0.3em;
font-size: 1.5em;
line-height: 1.225;
}
body h2 .anchor {
line-height: 1;
}
body h3 {
font-size: 1.5em;
line-height: 1.43;
}
body h3 .anchor {
line-height: 1.2;
}
body h4 {
font-size: 1em;
}
body h4 .anchor {
line-height: 1.2;
}
body h5 {
font-size: 1em;
}
body h5 .anchor {
line-height: 1.1;
}
body h6 {
font-size: 1em;
color: #777;
}
body h6 .anchor {
line-height: 1.1;
}
body p, body ul, body ol, body dl, body pre {
margin-top: 0;
margin-bottom: 16px;
}
body hr {
height: 4px;
padding: 0;
margin: 16px 0;
background-color: #e7e7e7;
border: 0 none;
}
body ul, body ol {
border: solid #777;
border-width: 1pt 0pt 0pt 1pt;
margin: 30px;
padding: 10px 10px 10px 30px;
}
body li>p {
margin-top: 16px;
}
body dl {
padding: 0;
}
body img {
max-width: 100%;
box-sizing: content-box;
background-color: #fff;
}
body footer {
border: solid #777;
border-width: 0pt 1pt 1pt 0pt;
margin: 30px;
padding: 5px 5px 5px 15px;
} | 0.326271 | 0.073364 |
@font-face {
font-family: 'icomoon';
src: url('../fonts/icomoonaaaa.eot?niyo3q');
src: url('../fonts/icomoonaaaa.eot?niyo3q#iefix') format('embedded-opentype'), url('../fonts/icomoonaaaa.ttf?niyo3q') format('truetype'), url('../fonts/icomoonaaaa.woff?niyo3q') format('woff'), url('../fonts/icomoonaaaa.svg?niyo3q#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.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;
}
.wawrecipe-dish:before {
content: "\e900";
}
.wawrecipe-facebook-placeholder-for-locate-places-on-maps:before {
content: "\e901";
}
.wawrecipe-close-envelope:before {
content: "\e902";
}
.wawrecipe-telephone:before {
content: "\e904";
}
.wawrecipe-location-pin:before {
content: "\e905";
}
.wawrecipe-searching-magnifying-glass:before {
content: "\e906";
}
.wawrecipe-link:before {
content: "\e907";
}
.wawrecipe-next:before {
content: "\e908";
}
.wawrecipe-quote:before {
content: "\e909";
}
.wawrecipe-food-1:before {
content: "\e90a";
}
.wawrecipe-cupcake:before {
content: "\e90b";
}
.wawrecipe-cocktail:before {
content: "\e90c";
}
.wawrecipe-food:before {
content: "\e90d";
}
.wawrecipe-scooter:before {
content: "\e90e";
}
.wawrecipe-serve:before {
content: "\e90f";
}
.wawrecipe-cutlery-1:before {
content: "\e910";
}
.wawrecipe-chef-hat:before {
content: "\e911";
}
.wawrecipe-cutlery:before {
content: "\e912";
}
.wawrecipe-chef:before {
content: "\e913";
}
.wawrecipe-signs22:before {
content: "\eb44";
}
.wawrecipe-squares2:before {
content: "\eb45";
}
.wawrecipe-map-location:before {
content: "\eb6e";
}
.wawrecipe-mark2:before {
content: "\eb73";
}
.wawrecipe-map3:before {
content: "\eb76";
}
.wawrecipe-tool4:before {
content: "\eb7d";
}
.wawrecipe-buildings2:before {
content: "\eb92";
}
.wawrecipe-arrows32:before {
content: "\eb60";
}
.wawrecipe-arrows22:before {
content: "\eb2d";
}
.wawrecipe-arrows4:before {
content: "\eaef";
}
.wawrecipe-office:before {
content: "\e903";
}
.wawrecipe-arrow-right2:before {
content: "\ea3c";
}
.wawrecipe-arrow-left2:before {
content: "\ea40";
} | client/public/css/flaticon.css | @font-face {
font-family: 'icomoon';
src: url('../fonts/icomoonaaaa.eot?niyo3q');
src: url('../fonts/icomoonaaaa.eot?niyo3q#iefix') format('embedded-opentype'), url('../fonts/icomoonaaaa.ttf?niyo3q') format('truetype'), url('../fonts/icomoonaaaa.woff?niyo3q') format('woff'), url('../fonts/icomoonaaaa.svg?niyo3q#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}
.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;
}
.wawrecipe-dish:before {
content: "\e900";
}
.wawrecipe-facebook-placeholder-for-locate-places-on-maps:before {
content: "\e901";
}
.wawrecipe-close-envelope:before {
content: "\e902";
}
.wawrecipe-telephone:before {
content: "\e904";
}
.wawrecipe-location-pin:before {
content: "\e905";
}
.wawrecipe-searching-magnifying-glass:before {
content: "\e906";
}
.wawrecipe-link:before {
content: "\e907";
}
.wawrecipe-next:before {
content: "\e908";
}
.wawrecipe-quote:before {
content: "\e909";
}
.wawrecipe-food-1:before {
content: "\e90a";
}
.wawrecipe-cupcake:before {
content: "\e90b";
}
.wawrecipe-cocktail:before {
content: "\e90c";
}
.wawrecipe-food:before {
content: "\e90d";
}
.wawrecipe-scooter:before {
content: "\e90e";
}
.wawrecipe-serve:before {
content: "\e90f";
}
.wawrecipe-cutlery-1:before {
content: "\e910";
}
.wawrecipe-chef-hat:before {
content: "\e911";
}
.wawrecipe-cutlery:before {
content: "\e912";
}
.wawrecipe-chef:before {
content: "\e913";
}
.wawrecipe-signs22:before {
content: "\eb44";
}
.wawrecipe-squares2:before {
content: "\eb45";
}
.wawrecipe-map-location:before {
content: "\eb6e";
}
.wawrecipe-mark2:before {
content: "\eb73";
}
.wawrecipe-map3:before {
content: "\eb76";
}
.wawrecipe-tool4:before {
content: "\eb7d";
}
.wawrecipe-buildings2:before {
content: "\eb92";
}
.wawrecipe-arrows32:before {
content: "\eb60";
}
.wawrecipe-arrows22:before {
content: "\eb2d";
}
.wawrecipe-arrows4:before {
content: "\eaef";
}
.wawrecipe-office:before {
content: "\e903";
}
.wawrecipe-arrow-right2:before {
content: "\ea3c";
}
.wawrecipe-arrow-left2:before {
content: "\ea40";
} | 0.298901 | 0.095983 |