Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @font-face {
- font-family: 'sns-logo-font';
- src: url('../fonts/sns-logo-font.eot');
- src: url('../fonts/sns-logo-font.eot?#iefix') format('embedded-opentype'), url('../fonts/sns-logo-font.ttf') format('truetype'), url('../fonts/sns-logo-font.woff') format('woff'), url('../fonts/sns-logo-font.svg') format('svg');
- font-weight: normal;
- font-style: normal;
- }
- .sns-logo-font {
- display: inline-block;
- font: normal normal normal 14px/1 sns-logo-font;
- font-size: inherit;
- text-rendering: auto;
- -webkit-font-smoothing: antialiased;
- -moz-osx-font-smoothing: grayscale;
- }
- .sns-logo-font-lg {
- font-size: 1.33333333em;
- line-height: 0.75em;
- vertical-align: -15%;
- }
- .sns-logo-font-2x {
- font-size: 2em;
- }
- .sns-logo-font-3x {
- font-size: 3em;
- }
- .sns-logo-font-4x {
- font-size: 4em;
- }
- .sns-logo-font-5x {
- font-size: 5em;
- }
- .sns-logo-font-fw {
- width: 1.28571429em;
- text-align: center;
- }
- .sns-logo-font-ul {
- padding-left: 0;
- margin-left: 2.14285714em;
- list-style-type: none;
- }
- .sns-logo-font-ul > li {
- position: relative;
- }
- .sns-logo-font-li {
- position: absolute;
- left: -2.14285714em;
- width: 2.14285714em;
- top: 0.14285714em;
- text-align: center;
- }
- .sns-logo-font-li.sns-logo-font-lg {
- left: -1.85714286em;
- }
- .sns-logo-font-border {
- padding: .2em .25em .15em;
- border: solid 0.08em #eeeeee;
- border-radius: .1em;
- }
- .sns-logo-font-pull-left {
- float: left;
- }
- .sns-logo-font-pull-right {
- float: right;
- }
- .fa.sns-logo-font-pull-left {
- margin-right: .3em;
- }
- .fa.sns-logo-font-pull-right {
- margin-left: .3em;
- }
- .pull-right {
- float: right;
- }
- .pull-left {
- float: left;
- }
- .fa.pull-left {
- margin-right: .3em;
- }
- .fa.pull-right {
- margin-left: .3em;
- }
- .sns-logo-font-spin {
- -webkit-animation: fa-spin 2s infinite linear;
- animation: fa-spin 2s infinite linear;
- }
- .sns-logo-font-pulse {
- -webkit-animation: fa-spin 1s infinite steps(8);
- animation: fa-spin 1s infinite steps(8);
- }
- @-webkit-keyframes fa-spin {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(359deg);
- transform: rotate(359deg);
- }
- }
- @keyframes fa-spin {
- 0% {
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- }
- 100% {
- -webkit-transform: rotate(359deg);
- transform: rotate(359deg);
- }
- }
- .sns-logo-font-rotate-90 {
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
- -webkit-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- transform: rotate(90deg);
- }
- .sns-logo-font-rotate-180 {
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
- -webkit-transform: rotate(180deg);
- -ms-transform: rotate(180deg);
- transform: rotate(180deg);
- }
- .sns-logo-font-rotate-270 {
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
- -webkit-transform: rotate(270deg);
- -ms-transform: rotate(270deg);
- transform: rotate(270deg);
- }
- .sns-logo-font-flip-horizontal {
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
- -webkit-transform: scale(-1, 1);
- -ms-transform: scale(-1, 1);
- transform: scale(-1, 1);
- }
- .sns-logo-font-flip-vertical {
- -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
- -webkit-transform: scale(1, -1);
- -ms-transform: scale(1, -1);
- transform: scale(1, -1);
- }
- :root .sns-logo-font-rotate-90,
- :root .sns-logo-font-rotate-180,
- :root .sns-logo-font-rotate-270,
- :root .sns-logo-font-flip-horizontal,
- :root .sns-logo-font-flip-vertical {
- filter: none;
- }
- .sns-logo-font-stack {
- position: relative;
- display: inline-block;
- width: 2em;
- height: 2em;
- line-height: 2em;
- vertical-align: middle;
- }
- .sns-logo-font-stack-1x,
- .sns-logo-font-stack-2x {
- position: absolute;
- left: 0;
- width: 100%;
- text-align: center;
- }
- .sns-logo-font-stack-1x {
- line-height: inherit;
- }
- .sns-logo-font-stack-2x {
- font-size: 2em;
- }
- .sns-logo-font-inverse {
- color: #ffffff;
- }
- .sns-logo-font-kakao-story:before {
- content: "\e900";
- }
- .sns-logo-font-kakao-talk:before {
- content: "\e901";
- }
- .sns-logo-font-naver-line:before {
- content: "\e902";
- }
- .sns-logo-font-naver:before {
- content: "\e903";
- }
- .sns-logo-font-naver-band:before {
- content: "\e904";
- }
- .sns-logo-font-naver-blog:before {
- content: "\e905";
- }
- .sns-logo-font-tistory:before {
- content: "\e906";
- }
- .sns-logo-font-buymeacoffee:before {
- content: "\e907";
- }
- .sns-logo-font-pastebin:before {
- content: "\e908";
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement