aboutsummaryrefslogtreecommitdiffstats
path: root/resources/epubstyle.css
diff options
context:
space:
mode:
Diffstat (limited to 'resources/epubstyle.css')
-rw-r--r--resources/epubstyle.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/resources/epubstyle.css b/resources/epubstyle.css
new file mode 100644
index 00000000..ce6aec21
--- /dev/null
+++ b/resources/epubstyle.css
@@ -0,0 +1,42 @@
+pre {
+ padding: 0.4380em;
+}
+
+@media all and (min-color: 4) {
+ a:link {
+ color: #546E00;
+ text-decoration: none;
+ }
+
+ a:visited {
+ color: #3C4F00;
+ text-decoration: none;
+ }
+
+ a:hover {
+ text-decoration: underline;
+ }
+
+ div.highlight {
+ background-color: #F8F8F8;
+ margin: 0.6180em 0;
+ border-radius: 0.271em;
+ }
+}
+
+@media print {
+ a:link {
+ color: #000;
+ text-decoration: none;
+ }
+
+ a:visited {
+ color: #000;
+ text-decoration: none;
+ }
+
+ div.highlight {
+ background-color: #FFF;
+ margin: 0.6180em;
+ }
+}