-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtapcalk.html
More file actions
87 lines (78 loc) · 2.61 KB
/
tapcalk.html
File metadata and controls
87 lines (78 loc) · 2.61 KB
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
<html>
<head>
<meta charset="UTF-8">
<script>
fome = {
'link' : ['','LinkTwo',['name','one','two']],
'incl' : ['home','markdownr'],
'title' : "",
'splashname': "Tapcalk SE",
'extratitle' : " ",
'navname' : "Tapcalk SE",
'logos' : "",
'location':"content/",
'fab' :[true,'right','new','fn'],
'primaryColor' : '#48F',
'secondaryColor' : '#f84',
'theme':"1",
'themeflags':"-nomenu" ,
'include':""
}
</script>
</head>
<body>
<script>
setTimeout(function(){
goto('home');
$('core-header-panel[main]').prepend($('#superholder').html());
$('#superholder').html('');
absd.onclick=function(){ setTimeout(function(){jonas.selected=absd.selected},100)}
},1500);
</script>
<style>
body:not(.themeMoreThan0) paper-tabs{
opacity: 0.2;
}
core-header-panel[main] /deep/ #mainPanel {
margin-left: -256px;
z-index: 999;
}
core-header-panel[drawer] /deep/ #mainPanel {
display:none;
}
html /deep/ #menuelements div{
margin-top: 50px;
}
paper-tabs#absd {
transition:opacity .4s;
background-color: #48F;
color: white;
box-shadow:2x 2px 5px #666;
}
paper-tabs::shadow #selectionBar {
background-color: #f1f1f1;
height: 4px;
}
html /deep/ #outerContainer #dropShadow {
display: none;
}
</style>
<div id="superholder">
<paper-tabs id="absd" selected="0" >
<paper-tab>Tab 1</paper-tab>
<paper-tab>Tab 2</paper-tab>
<paper-tab>Tab 3</paper-tab>
</paper-tabs>
<core-pages selected="0" id="jonas">
<div>Page 1</div>
<div>Page 2</div>
<div>Page 3</div>
</core-pages>
</div>
<fome-menu></fome-menu>
<fome-element></fome-element>
<splash-element></splash-element>
<link rel="import" href="../../polyfome/include.html">
<link rel="import" href="../../polyfome/elementile.html">
</body>
</html>