From cd43d32012e077e99304b76682d53105c80752c8 Mon Sep 17 00:00:00 2001 From: mrdrogdrog <tilman.vatteroth@udo.edu> Date: Tue, 29 Sep 2015 17:34:38 +0200 Subject: [PATCH] 2 lessdateien vergessen --- css/font.less | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ css/marquee.less | 9 ++++++++ 2 files changed, 64 insertions(+) create mode 100755 css/font.less create mode 100755 css/marquee.less diff --git a/css/font.less b/css/font.less new file mode 100755 index 0000000..6db7344 --- /dev/null +++ b/css/font.less @@ -0,0 +1,55 @@ +@font-face { + font-family: 'time'; + font-style: normal; + font-weight: 400; + src: url(font/time.ttf) format('truetype'); +} + +@font-face { + font-family: 'vrr'; + font-style: normal; + font-weight: 400; + src: url(font/vrr.ttf) format('truetype'); +} + +@font-face { + font-family: 'display'; + font-style: normal; + font-weight: 400; + src: url(font/display.ttf) format('truetype'); +} + +@font-face { + font-family: 'newcicle'; + font-style: normal; + font-weight: 400; + src: url(font/NewCicle.ttf) format('truetype'); +} + +@font-face { + font-family: 'Ubuntu Mono'; + font-style: normal; + font-weight: 400; + src: local('Ubuntu Mono'), local('UbuntuMono-Regular'), url(ubuntumono.woff) format('woff'); +} + +@font-face { + font-family: 'LCD'; + font-style: normal; + font-weight: 400; + src: url(font/lcd_clock.ttf) format('truetype'); +} + +@font-face { + font-family: 'time-medium'; + font-style: normal; + font-weight: 400; + src: url(font/time-medium.ttf) format('truetype'); +} + +@font-face { + font-family: 'time-fat'; + font-style: normal; + font-weight: 400; + src: url(font/time-fat.ttf) format('truetype'); +} diff --git a/css/marquee.less b/css/marquee.less new file mode 100755 index 0000000..b288625 --- /dev/null +++ b/css/marquee.less @@ -0,0 +1,9 @@ +@keyframes marquee { + from {transform:translateX(0%);} + to {transform:translateX(-20%);} +} + +@-webkit-keyframes marquee { + from {transform:translateX(0%);} + to {transform:translateX(-20%);} +} \ No newline at end of file -- GitLab