Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre

Notices

Reply
 
Thread Tools Search this Thread
Old 08-19-2023, 03:50 AM   #16
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,528
Karma: 28548962
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Quote:
Originally Posted by ownedbycats View Post
Does this mean that there's binary changes, or will it work running source?
There are no binary changes
kovidgoyal is offline   Reply With Quote
Old 08-19-2023, 08:22 AM   #17
kevn57
Connoisseur
kevn57 began at the beginning.
 
kevn57's Avatar
 
Posts: 93
Karma: 10
Join Date: Jun 2011
Location: Albany NY
Device: Moonreader+
I changed tags with this

#tags, #tags a {
color:#cc6600;
/*font-weight: bold;*/
}

but when I try to change a custom col.

#hours, #hours a {
color:#cc6600;
/*font-weight: bold;*/
}

it remains the default color. Is it not possible to change custom column colors?

Thanks
kevn57 is offline   Reply With Quote
Advert
Old 08-19-2023, 08:34 AM   #18
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,673
Karma: 7908443
Join Date: Sep 2020
Device: none
Quote:
Originally Posted by kevn57 View Post
I changed tags with this

#tags, #tags a {
color:#cc6600;
/*font-weight: bold;*/
}

but when I try to change a custom col.

#hours, #hours a {
color:#cc6600;
/*font-weight: bold;*/
}

it remains the default color. Is it not possible to change custom column colors?

Thanks
good catch, I hadn't noticed this.

even if !important is added, custom columns don't seem to take custom styling changes
Comfy.n is offline   Reply With Quote
Old 08-19-2023, 09:56 AM   #19
un_pogaz
Chalut o/
un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.un_pogaz ought to be getting tired of karma fortunes by now.
 
un_pogaz's Avatar
 
Posts: 454
Karma: 678910
Join Date: Dec 2017
Device: Kobo
The custom columns has a underscore (_) before their name. So it will rather that:
Code:
#_hours, #_hours a {
color:#cc6600;
/*font-weight: bold;*/
}
un_pogaz is offline   Reply With Quote
Old 08-19-2023, 10:46 AM   #20
kevn57
Connoisseur
kevn57 began at the beginning.
 
kevn57's Avatar
 
Posts: 93
Karma: 10
Join Date: Jun 2011
Location: Albany NY
Device: Moonreader+
Quote:
Originally Posted by un_pogaz View Post
The custom columns has a underscore (_) before their name. So it will rather that:
Code:
#_hours, #_hours a {
color:#cc6600;
/*font-weight: bold;*/
}
Thanks so much for the info, that worked perfectly.
kevn57 is offline   Reply With Quote
Advert
Old 08-21-2023, 02:07 PM   #21
dunhill
Guru
dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.dunhill ought to be getting tired of karma fortunes by now.
 
dunhill's Avatar
 
Posts: 913
Karma: 810834
Join Date: Sep 2017
Location: Buenos Aires, Argentina
Device: moon+ reader, kindle paperwhite
It would be nice to have a thread, to share CSS configurations of the book detail.
With image and code, don't you think?
dunhill is offline   Reply With Quote
Old 08-21-2023, 02:44 PM   #22
Comfy.n
want to learn what I want
Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.Comfy.n ought to be getting tired of karma fortunes by now.
 
Posts: 1,673
Karma: 7908443
Join Date: Sep 2020
Device: none
Quote:
Originally Posted by dunhill View Post
It would be nice to have a thread, to share CSS configurations of the book detail.
With image and code, don't you think?
yep, today I needed an icon for my FTS-to-file script shortcut on Windows, and while I was deciding how to do it, I've thought about a similar initiative for sharing custom icons.

then I decided to reuse the FTS icon I had customized before for another purpose (browser quick search bar)...
Comfy.n is offline   Reply With Quote
Old 09-24-2023, 02:01 PM   #23
Wiggo
Leftutti
Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.Wiggo ought to be getting tired of karma fortunes by now.
 
Wiggo's Avatar
 
Posts: 549
Karma: 1717097
Join Date: Feb 2019
Location: Bavaria
Device: iPad Pro, Kobo Libra 2
Quote:
Originally Posted by un_pogaz View Post
The custom columns has a underscore (_) before their name. So it will rather that:
Code:
#_hours, #_hours a {
color:#cc6600;
/*font-weight: bold;*/
}
hmm...my #dateread column neither works with or without underscore

edit: me idiot forgot the "a" (not knowing what it means)

Last edited by Wiggo; 09-24-2023 at 02:05 PM.
Wiggo is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sigil dark theme michaelbr Sigil 4 01-01-2022 01:31 AM
Bug: Dark Mode (Windows) Book Details Pop-Up Cover Background Not Changing to Dark cgrapski Calibre 7 05-03-2021 11:45 PM
New symbolic icon theme for the new dark theme! ravila4 Development 1 09-27-2020 06:04 AM
So you want a Calibre Dark Theme Rellwood Library Management 4 02-07-2020 10:01 PM
No dark theme possible in Ubuntu 16.04? Klojum Calibre 1 06-23-2017 09:55 PM


All times are GMT -4. The time now is 09:37 AM.


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