summaryrefslogtreecommitdiff
path: root/public/themes/printer/style.css
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-25 21:31:00 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-25 21:31:00 +0100
commitc8a7913f79955e284288468ef88adc90aa788c50 (patch)
tree2e0e23131f267f188c266e697494081bf97e7e36 /public/themes/printer/style.css
parent03081fe9a21a3746ba3dac689f449b7ff3254f95 (diff)
Page Speed : bouge le style 'print' dans la CSS principale
Bouge le petit style dédié à l'impression dans la CSS principale, pour de meilleures performances, et aussi pour permettre aux thèmes de changer le rendu à l'impression. Au passage, ajout de `@charset "UTF-8";` en tête de CSS
Diffstat (limited to 'public/themes/printer/style.css')
-rw-r--r--public/themes/printer/style.css34
1 files changed, 0 insertions, 34 deletions
diff --git a/public/themes/printer/style.css b/public/themes/printer/style.css
deleted file mode 100644
index 87d019c58..000000000
--- a/public/themes/printer/style.css
+++ /dev/null
@@ -1,34 +0,0 @@
-.header,
-.aside,
-.nav_menu,
-.day,
-.flux_header,
-.flux_content .bottom,
-.pagination {
- display: none;
-}
-
-html, body {
- background: #fff;
- color: #000;
- font-family: Serif;
- font-size: 12pt;
-}
-
-#global,
-.flux_content {
- display: block !important;
-}
-
-.flux_content .content {
- width: 100% !important;
- text-align: justify;
-}
-
-.flux_content .content a {
- color: #000;
-}
-.flux_content .content a:after {
- content: " (" attr(href) ") ";
- text-decoration: underline;
-} \ No newline at end of file