PHP Classes

File: wopds.css

Recommend this page to a friend!
  Classes of Pierre FAUQUE   OPDS PHP Ebook Publisher Class   wopds.css   Download  
File: wopds.css
Role: Auxiliary data
Content type: text/plain
Description: Style sheet
Class: OPDS PHP Ebook Publisher Class
Publish and distribute ebooks for download
Author: By
Last change: missing updp style (update for each publication)
Date: 3 years ago
Size: 1,991 bytes
 

Contents

Class file image Download
/* wopds : Styles for (W)eb OPDS */ /* 2020-05-20. Pierre FAUQUE, pierre@fauque.net */ body { margin-left:2em; } /* the page */ h1 { font-style:serif; font-size:2em; font-weight:bold; font-style:italic; color:#000080; } /* title of the page */ a { text-decoration:none; } /* general links */ a:hover { color:red; } /* when the mouse is over the link */ .dcat { margin-left:3em; margin-bottom:1em; width:60em; } /* division categories */ .cat { font-family:serif; font-size:1.5em; margin-bottom:0.3em; vertical-align:middle; } /* categories, subcategories label */ .dat { font-size:0.8em; } /* categories, subcategories dates updates */ .upd { font-family:serif; font-size:0.7em; font-style:normal; margin-top:0.3em; color:#505050; } /* updates in details book page */ .updp { font-family:serif; font-size:0.7em; font-style:normal; margin-bottom:0.3em; color:#505050; } /* updates in details book page for ? publications */ .desc { font-family:serif; font-size:1.5em; font-style:italic; } /* categories, subcategories description */ .descd { font-family:serif; font-size:1.3em; font-style:italic; } /* document description */ .ebook { width:60em; } /* division book details */ .doc { font-family:serif; font-size:1.3em; font-style:italic; } /* doc description in book details */ .thumb { width:300px; border:1px solid #808080; margin-right:1em; margin-bottom:0.5em; vertical-align:text-top; float:left; } /* thumbnail in book details */ .aut { font-family:serif; font-size:1.1em; font-weight:bold; } /* author in book details */ .obk { font-size:0.8em; } /* other books of ... */ .dnl { font-family:serif; font-size:1.3em; margin-top:1em; clear:both; } /* division download */ .btdnl { background-color:#008000; color:#FFFFFF; font-size:0.9em; } /* button download */ .pub { font-family:serif; font-size:1.3em; font-style:italic; margin-top:1em; } /* about publication */ .i { font-style:italic; } /* italic ;-) */