From 4c47b4d7e3a74e81b97c1338cd90030b62574905 Mon Sep 17 00:00:00 2001 From: knittl Date: Sun, 29 Mar 2015 19:02:26 +0000 Subject: Import stylesheets, move some pixels, align padlocks git-svn-id: https://svn.neo-layout.org@2464 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- www/tastatur.css | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'www') diff --git a/www/tastatur.css b/www/tastatur.css index de054f7..9b2289a 100644 --- a/www/tastatur.css +++ b/www/tastatur.css @@ -11,29 +11,26 @@ text.mod, text.key, text.dead { writing-mode:lr-tb; } -text.deadcircle, text.dead, text.center, text.key { - text-align:center; - text-anchor:middle; -} - text.key { - font-size:20px; font-family:Linux Libertine O,Linux Libertine; } -text.dead { font-size:20px; } -text.deadcircle { font-size:16px; } - -text.big { - font-size:14px; -} - text.mod { - font-size:10px; text-align:start; text-anchor:start; } +text.deadcircle, text.dead, text.center, text.key { + text-align:center; + text-anchor:middle; +} + +text.key { font-size:22px; } +text.dead { font-size:20px; } +text.deadcircle { font-size:14px; } +text.mod { font-size:10px; } +text.big { font-size:14px; } + .key { stroke-width:1.25; } -- cgit v1.2.3