This repository has been archived by the owner on May 12, 2020. It is now read-only.
forked from longouyang/make-child-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader-assetlist.php
130 lines (110 loc) · 3.38 KB
/
header-assetlist.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<?php
/* The header / style info for the asset list */
/**
* @package Make
*/
?><!DOCTYPE html>
<!--[if lte IE 9]><html class="no-js IE9 IE" <?php language_attributes(); ?>><![endif]-->
<!--[if gt IE 9]><!--><html class="no-js" <?php language_attributes(); ?>><!--<![endif]-->
<head>
<?php wp_head(); ?>
<link href="https://fonts.googleapis.com/css?family=Droid+Sans" rel="stylesheet">
<!-- Generated from http://html-generator.weebly.com -->
<script type="text/javascript">
window.onload=function(){
var tfrow = document.getElementById('tfhover').rows.length;
var tbRow=[];
for (var i=1;i<tfrow;i++) {
tbRow[i]=document.getElementById('tfhover').rows[i];
tbRow[i].onmouseover = function(){
this.style.backgroundColor = '#e2e3e9';
};
tbRow[i].onmouseout = function() {
this.style.backgroundColor = '#ffffff';
};
}
};
</script>
<style type="text/css">
body { font-family: 'Droid Sans', sans-serif; }
table.tftable {font-size:12px;width:100%;border-width: 1px;border-color: #a9a9a9;border-collapse: collapse;}
table.tftable th {font-size:12px;background-color:#cdcdcd;border-width: 1px;padding: 8px;border-style: solid;border-color: #a9a9a9;text-align:left;}
table.tftable tr {background-color:#ffffff;}
table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #a9a9a9;}
/* For Form*/
dl {
padding: 0.5em;
}
dt {
float: left;
clear: left;
width: 125px;
text-align: right;
font-weight: bold;
}
dd {
margin: 0 0 0 135px;
padding: 0 0 0.5em 0;
}
.btn-stat {
background: #3498db;
background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
background-image: -moz-linear-gradient(top, #3498db, #2980b9);
background-image: -ms-linear-gradient(top, #3498db, #2980b9);
background-image: -o-linear-gradient(top, #3498db, #2980b9);
background-image: linear-gradient(to bottom, #3498db, #2980b9);
-webkit-border-radius: 28;
-moz-border-radius: 28;
border-radius: 28px;
color: #ffffff;
font-size: 20px;
padding: 10px 20px 10px 20px;
text-decoration: none;
border:none;
}
.btn-stat:hover {
background: #3cb0fd;
background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
text-decoration: none;
border:none;
}
.asset-list {
display: block;
}
.asset-container {
overflow: auto;
}
/* Layout + responsive switches*/
@media only screen and (max-width: 849px) {
.form-box {
width:100%;
}
.instruction-box {
width:100%;
margin-left:0;
}
}
@media only screen and (min-width: 850px) {
/* For tablets: */
.form-box {
float:left;
max-width: 45%;
display: block;
}
.instruction-box {
margin-left: 425px;
display: table
}
}
</style>
</head>
<body <?php body_class(); ?>>
<div id="site-wrapper" class="site-wrapper">
<a class="skip-link screen-reader-text" href="#site-content"><?php esc_html_e( 'Skip to content', 'make' ); ?></a>
<?php ttfmake_maybe_show_site_region( 'header' ); ?>
<div id="site-content" class="site-content">
<div class="container">