From 2bbc7ba8bea747db08a8adac9e80e8a2aa7cbf2d Mon Sep 17 00:00:00 2001 From: chrisaga Date: Thu, 18 Aug 2005 07:04:05 +0000 Subject: Let's begin the new customizable clear template :-) git-svn-id: http://piwigo.org/svn/trunk@820 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/cclear/print.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 template/cclear/print.css (limited to 'template/cclear/print.css') diff --git a/template/cclear/print.css b/template/cclear/print.css new file mode 100644 index 000000000..79a0aaa2e --- /dev/null +++ b/template/cclear/print.css @@ -0,0 +1,13 @@ +#menubar, #categoryContent .navigationBar, #imageToolBar, .navThumb, TABLE.infoTable, #add_a_comment { + display: none; +} + +BODY { + margin: 0; + color: #000000; + background: #ffffff; +} + +#categoryContent { + margin: 0; +} -- cgit v1.2.3