-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainStyle.php
executable file
·65 lines (46 loc) · 1.63 KB
/
mainStyle.php
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/menubar.css">
<link rel="stylesheet" href="css/bootstrap_customisation.css">
<link rel="stylesheet" href="css/button.css">
<link rel="stylesheet" href="css/body_customise.css">
<link rel="stylesheet" type="text/css" href="css/style1.css" />
<link href="http://maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<script type="text/javascript" src="js/modernizr.custom.86080.js"></script>
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<!----ANALYTICS TRACKING------>
<?php include_once("analyticstracking.php");?>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<!--slippry -->
<style type="text/css">
body {
background-image: url("bg.jpg");
background-repeat: no-repeat;
background-attachment: fixed;
margin-top: ;
/* margin-left: 20px;
margin-right: 20px; */
}
.container{
padding-left: 5px !important;
padding-right: 5px !important;
}
a{
text-decoration: none !important;
}
@font-face {
font-family: 'exomedium';
src: url('fonts/exo-medium-webfont.eot');
src: url('fonts/exo-medium-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/exo-medium-webfont.woff') format('woff'),
url('fonts/exo-medium-webfont.ttf') format('truetype'),
url('fonts/exo-medium-webfont.svg#exomedium') format('svg');
font-weight: normal;
font-style: normal;
}
* {
font-family: exomedium;
}
</style>