summaryrefslogtreecommitdiffstats
path: root/cavendish/style.php
diff options
context:
space:
mode:
Diffstat (limited to 'cavendish/style.php')
-rw-r--r--cavendish/style.php37
1 files changed, 0 insertions, 37 deletions
diff --git a/cavendish/style.php b/cavendish/style.php
deleted file mode 100644
index a68550e..0000000
--- a/cavendish/style.php
+++ /dev/null
@@ -1,37 +0,0 @@
-<?php header("Content-type: text/css");
-include('config.php');
-?>
-#header h6 a {
- background-color: transparent;
- background-image: url("<?php echo $cavendishLogoURL ?>");
- background-repeat: no-repeat;
- width: <?php echo $cavendishLogoWidth ?>px;
- height: <?php echo $cavendishLogoHeight ?>px;
- margin-top: <?php echo $cavendishLogoMargin ?>px;
- }
-<?php
-if ($cavendishSiteWith) { ?>
-#globalWrapper {
- width: <?php echo $cavendishSiteWith ?>px;
- }
-<?php
-}
-if ($cavendishSidebarSearchbox) { ?>
- #nav #p-search {
- display:none;
- }<?php
-}
-if ($cavendishQRCodeMode=='all'){ ?>
-#f-poweredbyico {
- display:none;
-}
-<?php
-}
-if ($cavendishQRCodeMode=='print'){ ?>
-#qrcode {
- display:none;
-}
-<?php
-}
-?>
- \ No newline at end of file