|
|
|
@ -104,22 +104,22 @@ body {
|
|
|
|
|
padding: 15px !important; |
|
|
|
|
margin-left: -165px !important; |
|
|
|
|
font-size: 13px !important; |
|
|
|
|
line-height: 16px !important; |
|
|
|
|
border-radius: 3px !important; |
|
|
|
|
background: transparent !important; |
|
|
|
|
border: 1px solid rgba(255, 255, 255, 0.1) !important; |
|
|
|
|
-webkit-animation-name: fadeintext; |
|
|
|
|
-moz-animation-name: fadeintext; |
|
|
|
|
animation-name: fadeintext; |
|
|
|
|
-webkit-animation-duration: 3s; |
|
|
|
|
-moz-animation-duration: 3s; |
|
|
|
|
animation-duration: 3s; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.carbonad-img { |
|
|
|
|
margin: 0 !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.carbonad-text, |
|
|
|
|
.carbonad-text a, |
|
|
|
|
.carbonad-tag, |
|
|
|
|
.carbonad-tag a { |
|
|
|
|
color: #fff !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.carbonad-text, |
|
|
|
|
.carbonad-tag { |
|
|
|
|
display: block !important; |
|
|
|
@ -127,7 +127,7 @@ body {
|
|
|
|
|
width: auto !important; |
|
|
|
|
height: auto !important; |
|
|
|
|
margin-left: 145px !important; |
|
|
|
|
color: white !important; |
|
|
|
|
color: rgba(255, 255, 255, 0.65) !important; |
|
|
|
|
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -138,10 +138,16 @@ body {
|
|
|
|
|
.carbonad-tag { |
|
|
|
|
text-align: left !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.carbonad-text a, |
|
|
|
|
.carbonad-tag a { |
|
|
|
|
color: #fff !important; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.carbonad #azcarbon > img { |
|
|
|
|
display: none; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-sub-content { |
|
|
|
|
padding-top: 50px; |
|
|
|
|
color: #fff; |
|
|
|
|