Register Guidelines E-Books Search Today's Posts Mark Forums Read

Go Back   MobileRead Forums > E-Book Software > Sigil

Notices

Reply
 
Thread Tools Search this Thread
Old 06-03-2012, 06:20 AM   #1
GraciousMe
Zealot
GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.
 
Posts: 101
Karma: 202774
Join Date: Apr 2012
Device: none
Question Style Sheet editor?

CSS is new to me, fun but confusing and time consuming.

Now somebody told me there are editors for CSS that can make life easier.

Any recommendations from you folks on a program that can help me write my CSS? We are not talking about very fancy CSS here...
GraciousMe is offline   Reply With Quote
Old 06-03-2012, 08:49 AM   #2
mrmikel
Color me gone
mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.mrmikel ought to be getting tired of karma fortunes by now.
 
Posts: 2,089
Karma: 1445295
Join Date: Apr 2008
Location: Central Oregon Coast
Device: PRS-300
Try jumping on over to http://www.w3schools.com/css/default.asp

All you ever wanted to know about css and you can use "try it yourself" to see how it works.

You can also take a book whose formatting you admire and take a look at it in code view and copy its stylesheet in place of the existing one and alter your text to use anything special.

As always, work on a duplicate copy in case something goes wrong.
mrmikel is offline   Reply With Quote
Old 06-03-2012, 10:47 AM   #3
GraciousMe
Zealot
GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.
 
Posts: 101
Karma: 202774
Join Date: Apr 2012
Device: none
Thanks, mrmikel.

I finally found a link for downloading 6 products from Altova for 30 days. I think this is too advanced for a beginner like me...

Any other suggestions for beginner-friendly CSS-editors?
GraciousMe is offline   Reply With Quote
Old 06-03-2012, 11:09 AM   #4
DiapDealer
Grand Sorcerer
DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.DiapDealer ought to be getting tired of karma fortunes by now.
 
DiapDealer's Avatar
 
Posts: 27,545
Karma: 193191846
Join Date: Jan 2010
Device: Nexus 7, Kindle Fire HD
Quote:
Originally Posted by GraciousMe View Post
Any other suggestions for beginner-friendly CSS-editors?
Honestly, CSS as it applies to ePubs, is basic enough that using a dedicated CSS editor (where you're either going to have to repeatedly import the produced css file, after each change, into the existing Sigil epub, or you're going to have to manually extract the contents of the ePub to work on it) is going to be terribly counter-productive.

There's going to be no easy way to use a dedicated CSS editor in conjunction with a Sigil-built ePub.

A CSS tutorial (like the w3schools link mrmikel provided), and/or examining ePubs that are formatted in a way that you'd like to emulate, is going to do you much more good than any CSS editor will.
DiapDealer is offline   Reply With Quote
Old 06-03-2012, 11:34 AM   #5
GraciousMe
Zealot
GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.GraciousMe ought to be getting tired of karma fortunes by now.
 
Posts: 101
Karma: 202774
Join Date: Apr 2012
Device: none
Okay, DD. Thanks.
GraciousMe is offline   Reply With Quote
Old 06-04-2012, 02:17 PM   #6
Oldpilot
Groupie
Oldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with othersOldpilot plays well with others
 
Posts: 184
Karma: 2572
Join Date: Aug 2010
Device: Kindle
This morning I opened the html file for my Kindle e-book in Sigil and found that the drop-cap didn't work properly. I Googled the code and found a usable one that I adapted.

Then when I went to modify the CSS I found it at the top of the text file rather than in a separate style sheet. Luckily I hadn't yet broken the book into chapters, so I had only the one patch to make.

I suppose this is a very good reason to have an external style sheet? I should do that in the future, right?

Last edited by Oldpilot; 06-04-2012 at 02:18 PM. Reason: adopt/adapt
Oldpilot is offline   Reply With Quote
Old 06-04-2012, 03:06 PM   #7
theducks
Well trained by Cats
theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.theducks ought to be getting tired of karma fortunes by now.
 
theducks's Avatar
 
Posts: 29,768
Karma: 54401244
Join Date: Aug 2009
Location: The Central Coast of California
Device: Kobo Libra2,Kobo Aura2v1, K4NT(Fixed: New Bat.), Galaxy Tab A
Quote:
Originally Posted by Oldpilot View Post
This morning I opened the html file for my Kindle e-book in Sigil and found that the drop-cap didn't work properly. I Googled the code and found a usable one that I adapted.

Then when I went to modify the CSS I found it at the top of the text file rather than in a separate style sheet. Luckily I hadn't yet broken the book into chapters, so I had only the one patch to make.

I suppose this is a very good reason to have an external style sheet? I should do that in the future, right?
That is one of the best resons.
Use a style on many pages, fix/adjust in one place.
theducks is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Aldiko ignoring style sheet property? purcelljf ePub 6 11-19-2012 08:15 AM
How to link the style sheet in Sigil? JJ Joseph Sigil 6 06-15-2012 12:49 AM
An example file of your CSS style sheet roger64 Writer2ePub 6 04-11-2012 02:59 AM
Missing style sheet mauvais Barnes & Noble NOOK 3 12-05-2011 06:29 PM
xthml file not refer to style sheet droople Sigil 11 08-22-2010 01:35 PM


All times are GMT -4. The time now is 03:52 AM.


MobileRead.com is a privately owned, operated and funded community.