| 1 |
@font-face { |
| 2 |
font-family: "upstream"; |
| 3 |
src: url("../font/upstream.eot"); |
| 4 |
src: url("../font/upstream.eot?#iefix") format("embedded-opentype"), |
| 5 |
url("../font/upstream.woff") format("woff"), |
| 6 |
url("../font/upstream.ttf") format("truetype"), |
| 7 |
url("../font/upstream.svg#upstream") format("svg"); |
| 8 |
font-weight: normal; |
| 9 |
font-style: normal; |
| 10 |
} |
| 11 |
|
| 12 |
@media screen and (-webkit-min-device-pixel-ratio: 0) { |
| 13 |
@font-face { |
| 14 |
font-family: "upstream"; |
| 15 |
src: url("../font/upstream.svg#upstream") format("svg"); |
| 16 |
} |
| 17 |
} |
| 18 |
|
| 19 |
[class^="upstream-"]:before, [class*=" upstream-"]:before, |
| 20 |
[class^="upstream-"]:after, [class*=" upstream-"]:after, |
| 21 |
#menu-posts-project .dashicons-arrow-up-alt:before, |
| 22 |
#menu-posts-project .dashicons-arrow-up-alt:after, |
| 23 |
#toplevel_page_upstream_general .dashicons-arrow-up-alt:before, |
| 24 |
#toplevel_page_upstream_general .dashicons-arrow-up-alt:after { |
| 25 |
font-family: upstream !important; |
| 26 |
font-size: 18px; |
| 27 |
font-style: normal; |
| 28 |
} |
| 29 |
|
| 30 |
#menu-posts-project .dashicons-arrow-up-alt:before, |
| 31 |
#toplevel_page_upstream_general .dashicons-arrow-up-alt:before { |
| 32 |
content: "\f100"; |
| 33 |
-webkit-transform: rotate(180deg); |
| 34 |
-moz-transform: rotate(180deg); |
| 35 |
-ms-transform: rotate(180deg); |
| 36 |
-o-transform: rotate(180deg); |
| 37 |
transform: rotate(180deg); |
| 38 |
font-weight: bold; |
| 39 |
|
| 40 |
} |
| 41 |
|