View Single Post
Old 02-10-2023, 03:27 AM   #372
Abhi
Junior Member
Abhi is on a distinguished road
 
Posts: 1
Karma: 72
Join Date: Feb 2023
Device: none
Smile My css for calibre eBook viewer

Scrapped from Android eBook reader


Quote:
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative&family=Libre+Baskerv ille&display=swap');

strong {color: #00B095;font-weight: 900;font-size: 105%;}

em, i {color: #FF9E00;font-weight: 900;font-size: 105%;}

span {display: inline;}

body {font-family: 'Libre Baskerville', serif;background-color: #988E7A;color: #191919;padding: 10px;word-wrap: break-word;}

img {max-width: 100%;}

h1, h2, h3, h4, h5, h6 {font-family: 'Cinzel Decorative',cursive;text-align: center;color: #FFF;font-weight: 400}

hr {border: 2px solid; border-radius: 2px;}
Abhi is offline   Reply With Quote