Path: blob/master/emojionearea/demo/stylesheet.css
575 views
* {1box-sizing: border-box;2}34body {5padding: 0;6margin: 0;7font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;8font-size: 16px;9line-height: 1.5;10color: #606c71;11background: #000;12}13body:before {14content: " ";15display: block;16left: 0;17right: 0;18bottom: 0;19top: 0;20filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);21opacity: 0.9;22background-image: url(http://mervick.github.io/emojionearea/images/background.jpg);23background-position: center;24background-size: cover;25position: fixed;26z-index: 0;27min-width: 1200px;28}2930a {31color: #1e6bb8;32text-decoration: none;33}34a:hover {35text-decoration: underline;36}3738.btn {39display: inline-block;40margin-bottom: 1rem;41color: rgba(255, 255, 255, 0.7);42background-color: rgba(255, 255, 255, 0.08);43border-color: rgba(255, 255, 255, 0.2);44border-style: solid;45border-width: 1px;46border-radius: 0.3rem;47transition: color 0.2s, background-color 0.2s, border-color 0.2s;48}49.btn + .btn {50margin-left: 1rem;51}52.btn:hover {53color: rgba(255, 255, 255, 0.8);54text-decoration: none;55background-color: rgba(255, 255, 255, 0.2);56border-color: rgba(255, 255, 255, 0.3);57}58.btn .fa {59font-size: 1.1em;60margin-right: 6px;61top: 1px;62position: relative;63}64.btn .fa.fa-github {65font-size: 1.3em;66}6768@media screen and (min-width: 64em) {69.btn {70padding: 0.75rem 1rem;71}72}73@media screen and (min-width: 42em) and (max-width: 64em) {74.btn {75padding: 0.6rem 0.9rem;76font-size: 0.9rem;77}78}79@media screen and (max-width: 42em) {80.btn {81display: block;82margin-left: 0 !important;83width: 100%;84padding: 0.75rem;85font-size: 0.9rem;86}87.btn .btn {88margin-top: 1rem;89margin-left: 0;90}91}92.top {93position: relative;94overflow: hidden;95height: 870px;96}97.top .logo {98background: url(http://mervick.github.io/emojionearea/images/emojione-area.png) no-repeat center;99background-size: 274px 166px;100text-indent: -9999em;101height: 166px;102width: 274px;103margin: 0 auto;104}105.top h1 {106font-size: 60px;107font-weight: 100;108text-transform: uppercase;109line-height: 1em;110margin-bottom: 60px;111letter-spacing: .1em;112}113114.page-header {115color: #fff;116text-align: center;117position: relative;118}119.page-header .logo {120background: url(http://mervick.github.io/emojionearea/images/emojione-area.png) no-repeat center;121background-size: 274px 166px;122text-indent: -9999em;123height: 166px;124width: 274px;125margin: 0 auto;126}127128@media screen and (min-width: 64em) {129.page-header {130padding: 2rem 6rem;131}132}133@media screen and (min-width: 42em) and (max-width: 64em) {134.page-header {135padding: 2rem 4rem;136}137}138@media screen and (max-width: 42em) {139.page-header {140padding: 1rem 1rem;141}142}143.project-name {144margin-top: 0;145margin-bottom: 0.1rem;146}147148@media screen and (min-width: 64em) {149.project-name {150font-size: 3.25rem;151}152}153@media screen and (min-width: 42em) and (max-width: 64em) {154.project-name {155font-size: 2.25rem;156}157}158@media screen and (max-width: 42em) {159.project-name {160font-size: 1.75rem;161}162}163.project-tagline {164margin-bottom: 2rem;165font-weight: normal;166opacity: 0.7;167}168169@media screen and (min-width: 64em) {170.project-tagline {171font-size: 1.25rem;172}173}174@media screen and (min-width: 42em) and (max-width: 64em) {175.project-tagline {176font-size: 1.15rem;177}178}179@media screen and (max-width: 42em) {180.project-tagline {181font-size: 1rem;182}183}184.main-content {185background: #fff;186position: relative;187}188.main-content textarea {189width: 100%;190font-size: 14px;191background-color: #fff;192background-image: none;193border: 1px solid #ccc;194-moz-border-radius: 4px;195-webkit-border-radius: 4px;196border-radius: 4px;197-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);198-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);199box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);200-moz-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;201-o-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;202-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;203transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;204-moz-box-sizing: border-box;205-webkit-box-sizing: border-box;206box-sizing: border-box;207}208.main-content textarea {209min-height: calc(9em + 2px);210overflow: auto;211padding: 6px 24px 6px 12px;212line-height: 1.42857143;213height: auto;214}215216.emojionearea:not(.emojionearea-inline) .emojionearea-editor {217min-height: 9em;218}219220.main-content textarea:focus {221border-color: #66afe9;222outline: 0;223-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);224-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);225box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);226}227.main-content :first-child {228margin-top: 0;229}230.main-content img {231max-width: 100%;232}233.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 {234position: relative;235margin-top: 2rem;236margin-bottom: 1rem;237font-weight: normal;238color: #49606D;239}240.main-content h1 .anchor, .main-content h2 .anchor, .main-content h3 .anchor, .main-content h4 .anchor, .main-content h5 .anchor, .main-content h6 .anchor {241position: absolute;242top: 0;243left: 0;244display: block;245padding-right: 6px;246padding-left: 8px;247margin-left: -30px;248color: inherit;249}250.main-content h1 .anchor .fa, .main-content h2 .anchor .fa, .main-content h3 .anchor .fa, .main-content h4 .anchor .fa, .main-content h5 .anchor .fa, .main-content h6 .anchor .fa {251font-size: 0.8em;252}253.main-content h1:hover .anchor, .main-content h2:hover .anchor, .main-content h3:hover .anchor, .main-content h4:hover .anchor, .main-content h5:hover .anchor, .main-content h6:hover .anchor {254text-decoration: none;255}256.main-content p {257margin-bottom: 1em;258}259.main-content .row {260margin-right: -10px;261margin-left: -10px;262margin-bottom: 15px;263}264.main-content .row:before, .main-content .row:after {265display: table;266content: " ";267}268.main-content .col-1, .main-content .col-10, .main-content .col-11, .main-content .col-12, .main-content .col-2, .main-content .col-3, .main-content .col-4, .main-content .col-5, .main-content .col-6, .main-content .col-7, .main-content .col-8, .main-content .col-9 {269position: relative;270min-height: 1px;271padding-right: 10px;272padding-left: 10px;273float: left;274}275.main-content .col-1 {276width: 8.33333%;277}278.main-content .col-2 {279width: 16.66667%;280}281.main-content .col-3 {282width: 25%;283}284.main-content .col-4 {285width: 33.33333%;286}287.main-content .col-5 {288width: 41.66667%;289}290.main-content .col-6 {291width: 50%;292}293.main-content .col-7 {294width: 58.33333%;295}296.main-content .col-8 {297width: 66.66667%;298}299.main-content .col-9 {300width: 75%;301}302.main-content code {303padding: 2px 4px;304font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;305font-size: 0.9rem;306color: #383e41;307background-color: #f3f6fa;308border-radius: 0.3rem;309}310.main-content pre {311padding: 0.8rem;312margin-top: 0;313margin-bottom: 1rem;314font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;315color: #567482;316word-wrap: normal;317background-color: #f3f6fa;318border: solid 1px #dce6f0;319border-radius: 0.3rem;320}321.main-content pre > code {322padding: 0;323margin: 0;324font-size: 0.9rem;325color: #567482;326word-break: normal;327white-space: pre;328background: transparent;329border: 0;330}331.main-content .highlight {332margin-bottom: 1rem;333}334.main-content .highlight pre {335margin-bottom: 0;336word-break: normal;337}338.main-content .highlight pre, .main-content pre {339padding: 0.8rem;340overflow: auto;341font-size: 0.9rem;342line-height: 1.45;343border-radius: 0.3rem;344}345.main-content pre code, .main-content pre tt {346display: inline;347max-width: initial;348padding: 0;349margin: 0;350overflow: initial;351line-height: inherit;352word-wrap: normal;353background-color: transparent;354border: 0;355}356.main-content pre code:before, .main-content pre code:after, .main-content pre code:before, .main-content pre code:after, .main-content pre tt:before, .main-content pre tt:after, .main-content pre tt:before, .main-content pre tt:after {357content: normal;358}359.main-content ul, .main-content ol {360margin-top: 0;361}362.main-content blockquote {363padding: 0 1rem;364margin-left: 0;365color: #819198;366border-left: 0.3rem solid #dce6f0;367}368.main-content blockquote > :first-child {369margin-top: 0;370}371.main-content blockquote > :last-child {372margin-bottom: 0;373}374.main-content table {375display: block;376width: 100%;377overflow: auto;378word-break: normal;379word-break: keep-all;380}381.main-content table th {382font-weight: bold;383}384.main-content table th, .main-content table td {385padding: 0.5rem 1rem;386border: 1px solid #e9ebec;387}388.main-content dl {389padding: 0;390}391.main-content dl dt {392padding: 0;393margin-top: 1rem;394font-size: 1rem;395font-weight: bold;396}397.main-content dl dd {398padding: 0;399margin-bottom: 1rem;400}401.main-content hr {402height: 2px;403padding: 0;404margin: 1rem 0;405background-color: #eff0f1;406border: 0;407}408409@media screen and (min-width: 64em) {410.main-content {411max-width: 64rem;412padding: 2rem 6rem;413margin: 0 auto;414font-size: 1.1rem;415}416}417@media screen and (min-width: 42em) and (max-width: 64em) {418.main-content {419padding: 2rem 4rem;420font-size: 1.1rem;421}422}423@media screen and (max-width: 42em) {424.main-content {425padding: 2rem 1rem;426font-size: 1rem;427}428}429.site-footer {430padding-top: 2rem;431border-top: solid 1px #eff0f1;432}433434.site-footer-owner {435display: block;436font-weight: bold;437}438439.site-footer-credits {440color: #819198;441}442443@media screen and (min-width: 64em) {444.site-footer {445font-size: 1rem;446}447}448@media screen and (min-width: 42em) and (max-width: 64em) {449.site-footer {450font-size: 1rem;451}452}453@media screen and (max-width: 42em) {454.site-footer {455font-size: 0.9rem;456}457}458459460