|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Sep 2012
Device: Nook Tablet
|
Wondering where I can find the "Alice in Wonderland" ePub used on the Sigil home page
Hi all:
Just wondering where I could find the ePub of "Alice in Wonderland" that is used in the images on the Sigil home page to illustrate how Sigil looks? I really like the way the chapter heading is formatted, but, without the CSS that goes with the HTML, I have no clue how this formatting legerdemain was accomplished. I saw a mention of a "Library" forum that is reported to have a version of "Alice in Wonderland" but I don't know if this is the one used for the screen captures, nor can I find said forum. Any help would be appreciated! Thanks, Jon |
|
|
|
|
|
#2 |
|
Calibre Plugins Developer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 4,735
Karma: 2208556
Join Date: Oct 2010
Location: Australia
Device: Kindle Oasis
|
If you look a bit closer at the left side you can see the hint - it comes from Feedbooks.
|
|
|
|
| Advert | |
|
|
|
|
#3 |
|
Junior Member
![]() Posts: 3
Karma: 10
Join Date: Sep 2012
Device: Nook Tablet
|
Kiwidude:
Thanks. Took me a moment or three to figure out what you meant by "look a bit closer at the left side," but, when I did, I followed the rabbit hole to Feedbooks and their free version of the book. Appreciate your assistance. |
|
|
|
|
|
#4 |
|
Grand Sorcerer
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 13,710
Karma: 80104526
Join Date: Nov 2007
Location: Toronto
Device: Libra H2O, Libra Colour
|
Said forum is https://www.mobileread.com/forums/forumdisplay.php?f=132
|
|
|
|
|
|
#5 | |
|
Well trained by Cats
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 31,276
Karma: 62000000
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
|
Quote:
The first time I saw the was a 'How the heck do they do that and still scale?: Learning experience time (AKA 'Reverse engineering') Enter Sigil an CV (and the stylesheet). Turns out to be very simple ![]() It is all about Borders and Padding, which up until then were always Zero |
|
|
|
|
| Advert | |
|
|
|
|
#6 |
|
Enthusiast
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 49
Karma: 475062
Join Date: Aug 2012
Device: nook simple touch
|
here is the sample code: Code:
<h2><span class="chapterHeader"><span class="t">chapter</span> <span class="count">1</span></span></h2> Code:
.chapterHeader {
height:60px;
border-top-width: 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
border-top-color: black;
border-right-color: black;
border-bottom-color: black;
border-left-color: black;
display:block;
margin-bottom:20px;
background-color:#FFF;}
.t {
float:left;
font-weight: normal;
margin-top:38px;
margin-left: 0;
margin-bottom: 0px;
padding-right: 16px;
padding-left: 5px ;
padding-bottom: 0px;
padding-top: 0px;
font-size:26px;
background-color:#FFF;
font-family:"times new roman",sans-serif;}
.count {
line-height: 100%;
font-style:normal;
font-weight: normal;
text-transform:uppercase;
font-size:94px;
margin-right: 0;
margin-top:-14px;
margin-bottom: -20px;
float:left;
padding:0px;
background-color:#FFF;}
|
|
|
|
|
|
#7 |
|
frumious Bandersnatch
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Posts: 7,571
Karma: 20150435
Join Date: Jan 2008
Location: Spaniard in Sweden
Device: Cybook Orizon, Kobo Aura
|
Using "background-color" without a "color"? Not a good idea. What if I set my reader to "night mode" (white text on black background)?
|
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PRS-950 "Browser Home" Page on 950 | sovre | Sony Reader | 0 | 07-31-2011 09:46 PM |
| "Protect Page" error with Public Library EPUB books | DojoPat | Sony Reader | 28 | 07-13-2010 01:09 AM |
| "PK": Only text when I open in Sigil an ePub file generated with Calibre | Terisa de morgan | Sigil | 3 | 12-14-2009 12:24 PM |
| Lost most of my "home" page | Donna1217 | Amazon Kindle | 2 | 03-13-2009 04:29 PM |