From 73c37e73196c774a5ec7aa05c8f18524ceead96f Mon Sep 17 00:00:00 2001 From: Claas Kazzer <kazzer@ub.uni-leipzig.de> Date: Fri, 2 Sep 2016 15:17:24 +0200 Subject: [PATCH] refs #8644: * added print css and print.css-call --- themes/foundation5/css/print.css | 1 + themes/foundation5/theme.config.php | 1 + 2 files changed, 2 insertions(+) create mode 100644 themes/foundation5/css/print.css diff --git a/themes/foundation5/css/print.css b/themes/foundation5/css/print.css new file mode 100644 index 00000000000..55069c7319a --- /dev/null +++ b/themes/foundation5/css/print.css @@ -0,0 +1 @@ +.hide-for-print,.hide-for-print *,.hide-for-print[class*=span]{display:none}a{pointer-events:none;cursor:default}a[href]:after{content:''}*{background-color:#FFF}.container{margin:0}.container .medium-9{width:90%}.panel,.tabs-content{border:0}.row.result:nth-of-type(2n){background:#fff} \ No newline at end of file diff --git a/themes/foundation5/theme.config.php b/themes/foundation5/theme.config.php index 49a20768044..e5813ee7323 100644 --- a/themes/foundation5/theme.config.php +++ b/themes/foundation5/theme.config.php @@ -6,6 +6,7 @@ return array( // import foundation into default.scss and leave next line out 'vendor/font-awesome.css', 'default.css', + 'print.css:print', ), 'js' => array( 'vendor/base64.js:lt IE 10', // btoa polyfill -- GitLab