summaryrefslogtreecommitdiffstats
path: root/skins/Cavendish/resources/style.php
blob: 18c44805a9c41371609904368278ae9e112136a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?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
}
?>