-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle_css.php
70 lines (57 loc) · 2.39 KB
/
style_css.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
65
66
67
68
69
70
<!-- Font Awesome -->
<link rel="stylesheet" href="assets/lib/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="assets/lib/font-awesome/css/font-awesome.min.css">
<!-- Font Awesome CDN-->
<!-- <link rel="stylesheet" href="
http://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
-->
<!-- Bootstrap -->
<link rel="stylesheet" href="assets/lib/bootstrap/css/bootstrap.css">
<!-- Metis core stylesheet -->
<link rel="stylesheet" href="assets/css/main.css">
<!-- metisMenu stylesheet -->
<link rel="stylesheet" href="assets/lib/metismenu/metisMenu.css">
<!-- onoffcanvas stylesheet -->
<link rel="stylesheet" href="assets/lib/onoffcanvas/onoffcanvas.css">
<!-- animate.css stylesheet -->
<link rel="stylesheet" href="assets/lib/animate.css/animate.css">
<!-- ckeditor css stylesheet -->
<script src="assets/lib/ckeditor/ckeditor.js"></script>
<link rel="stylesheet" href="assets/css/prism.min.css">
<!-- dataTable css stylesheet -->
<link href="assets/css/dataTables.bootstrap.min.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!-- [if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]
-->
<!--For Development Only. Not required
<script>
less = {
env: "development",
relativeUrls: false,
rootpath: "/assets/"
};
</script>
<link rel="stylesheet" href="assets/css/style-switcher.css">-->
<link rel="stylesheet/less" type="text/css" href="assets/less/theme.less">
<script src="assets/js/less.js"></script>
<script src="assets/lib/chart-master/dist/Chart.bundle.js"></script>
<script src="assets/lib/chart-master/samples/utils.js"></script>
<!--
<script src="sweetalert-master/sweetalert.min.js"></script>
<link rel="stylesheet" type="text/css" href="sweetalert-master/sweetalert.css"> -->
<style type="text/css">
.dataTables_filter {
font-family: lato;
}
.dataTables_filter > label > input {
padding: 5px 20px;
margin: 8px 0;
box-sizing: border-box;
}
th.sorting_asc::after, th.sorting_desc::after { content:"" !important; }
td.sorting_asc::after, td.sorting_desc::after { content:"" !important; }
</style>