diff options
| author | 2013-11-28 20:29:01 +0100 | |
|---|---|---|
| committer | 2013-11-28 20:29:01 +0100 | |
| commit | 6a9ce0cbadb8b2f57ee386e4b4a3bb9857af085a (patch) | |
| tree | 5362332083701f4bc7414bff9dd74c2b2aab4c86 /public/themes/default | |
| parent | ddb9650b5dde683aaa749ab1e119e48e18cb99a5 (diff) | |
| parent | c8a7913f79955e284288468ef88adc90aa788c50 (diff) | |
Merge branch 'mergePrintCSS' into print
Diffstat (limited to 'public/themes/default')
| -rw-r--r-- | public/themes/default/freshrss.css | 39 | ||||
| -rw-r--r-- | public/themes/default/global.css | 2 |
2 files changed, 41 insertions, 0 deletions
diff --git a/public/themes/default/freshrss.css b/public/themes/default/freshrss.css index b82656751..2d166d369 100644 --- a/public/themes/default/freshrss.css +++ b/public/themes/default/freshrss.css @@ -1,3 +1,5 @@ +@charset "UTF-8"; + /* STRUCTURE */ .header { display: table; @@ -826,3 +828,40 @@ -ms-transition: width 200ms linear; } } + +@media print { + .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; + } +} diff --git a/public/themes/default/global.css b/public/themes/default/global.css index 2004a1936..1c554d2dc 100644 --- a/public/themes/default/global.css +++ b/public/themes/default/global.css @@ -1,3 +1,5 @@ +@charset "UTF-8"; + /* FONTS */ @font-face { font-family: "OpenSans"; |
