![]() |
#1 |
Addict
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 320
Karma: 2228060
Join Date: Dec 2013
Location: LaVernia, Texas
Device: kindle epub readers on android
|
responsive font (relative to container or column)
Does anyone know of a construction suitable for responsively sized text which is not pegged to the whole screen? VW relates to the entire screen, not the column. I am looking for a method, perhaps with javascript which will resize a paragraph of bordered multi-line text progressively and as the number of columns change. I tried SVG but it requires an external link and is slow to load in an epub.
Code:
<style> ol{ border:black solid 1px; background-color:khaki; border-radius:10px; padding:.5em;} img{border-radius:10px;} .container {position: relative; text-align: left; color: ;} .bot{bottom:-.5em} .top{top:-.5em} .lft{left:-.5em} .rgt{right:-.5em} .mid{top:50%; transform:translate(0%, -50%)} .ctr{left:50%;transform:translate(-50%, 0%)} .mid+.ctr{transform:translate(-50%, -1em);} div div {background-color:khaki; border-radius: 10px; padding:.5em; font-size:.5em; position: absolute;} </style> <ol><div class="container"> <img src="1.jpg" style="width:100%;"> </img> <div class="top lft">top lft</div> <div class="top ctr">top ctr</div> <div class="top rgt">top rgt<br/>hello!<br/>how are you?</div> <div class="mid lft">mid lft</div> <div class=" mid ctr">mid ctr</div> <div class="mid rgt">mid rgt</div> <div class="bot lft">bot lft</div> <div class="bot ctr">bot ctr</div> <div class="bot rgt">bot rgt</div> </div></ol> |
![]() |
![]() |
![]() |
#2 |
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,507
Karma: 78910112
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Might u suggest either the Epub or workshop forum.
|
![]() |
![]() |
Advert | |
|
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Anyway to change font size or margin in Reflow mode with double column? | virgiliod | KOReader | 1 | 09-06-2018 12:58 PM |
container.mi and unicode | jackie_w | Development | 7 | 05-27-2018 10:49 AM |
IQ Pocketbook IQ non-responsive | citac | PocketBook | 5 | 01-13-2012 03:13 PM |
non-responsive eInk? | alex_edge | enTourage Archive | 3 | 02-22-2011 01:58 PM |
Losing relative font sizes on conversion | hardvice | Calibre | 5 | 06-05-2010 10:40 PM |