]> _ Git - fluidbook-html5.git/commitdiff
#1387
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 May 2017 10:53:04 +0000 (12:53 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Fri, 5 May 2017 10:53:04 +0000 (12:53 +0200)
style/fluidbook.css
style/fluidbook.less
style/fonts/slkscr-webfont.ttf [deleted file]

index 32f07b1c888fbc3368d8523e1a452dd1d3acfdc2..68d1bc7359c970f522f9271407157e1856353696 100644 (file)
@@ -560,7 +560,7 @@ header {
 }
 /* Credits */
 footer {
-  font-family: Silkscreen, Arial, Helvetica, sans-serif;
+  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
   font-size: 8px;
   text-transform: uppercase;
   position: absolute;
@@ -568,14 +568,16 @@ footer {
   z-index: 20;
 }
 footer a {
+  display: block;
   text-decoration: none;
-  margin: 0 4px 4px 0;
+  transform-origin: 100% 100%;
+  transform: scale(1.08, 0.95) !important;
 }
 .ltr footer {
-  right: 2px;
+  right: 4px;
 }
 .rtl footer {
-  left: 2px;
+  left: 4px;
 }
 /* Fluidbook zooming */
 footer,
@@ -1570,12 +1572,6 @@ body.zoomPopup #zoomPopupOverlay {
   }
 }
 /* Webfonts*/
-@font-face {
-  font-family: 'Silkscreen';
-  src: url('fonts/slkscr-webfont.ttf') format('truetype');
-  font-weight: 400;
-  font-style: normal;
-}
 @font-face {
   font-family: 'Open Sans';
   src: url("fonts/OpenSans-Regular.woff2") format("woff2"), url("fonts/OpenSans-Regular.woff") format("woff");
index 050186df99020232209c24bb0a154e26cd2ee70a..3b07a871197b5c1c7fa818481dec0fdb7fc50c4a 100644 (file)
@@ -641,7 +641,7 @@ header {
 
 /* Credits */
 footer {
-       font-family: Silkscreen, Arial, Helvetica, sans-serif;
+       font-family: @font;
        font-size: 8px;
        text-transform: uppercase;
        position: absolute;
@@ -650,16 +650,18 @@ footer {
 }
 
 footer a {
+       display: block;
        text-decoration: none;
-       margin: 0 4px 4px 0;
+       transform-origin: 100% 100%;
+       transform: scale(1.08, 0.95) !important;
 }
 
 .ltr footer {
-       right: 2px;
+       right: 4px;
 }
 
 .rtl footer {
-       left: 2px;
+       left: 4px;
 }
 
 /* Fluidbook zooming */
@@ -1834,12 +1836,6 @@ a.button {
 }
 
 /* Webfonts*/
-@font-face {
-       font-family: 'Silkscreen';
-       src: url('fonts/slkscr-webfont.ttf') format('truetype');
-       font-weight: 400;
-       font-style: normal;
-}
 
 @font-face {
        font-family: 'Open Sans';
diff --git a/style/fonts/slkscr-webfont.ttf b/style/fonts/slkscr-webfont.ttf
deleted file mode 100644 (file)
index 1f4550d..0000000
Binary files a/style/fonts/slkscr-webfont.ttf and /dev/null differ