-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault.tpl
More file actions
42 lines (40 loc) · 1.86 KB
/
default.tpl
File metadata and controls
42 lines (40 loc) · 1.86 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
<!DOCTYPE html><html>
<head><META name="verify-v1" content="Zeui1r3rTdJueytvQn6HX0To+wu16dLRIx9cpH3oUtc=" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="keywords" content="František Fuka, Fuxoft, Sinclair ZX Spectrum" />
((HEAD))
<STYLE TYPE="text/css">
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,latin-ext);
body { font-family: 'Open Sans'; color: #c6ff00; background-color: #001A66 }
B { font-weight: bold; color:#ff9900 }
I { font-weight: normal; color:#ffffff }
H1 { font-size: 150%; color: #ff9900; text-align: center; margin-top:0.2em; margin-bottom:0.2em }
H2 { font-size: 120%; color: #ff9900 }
H3 { font-size: 110%; color: #ff9900 }
table.navtabulka { border-style: none; background-color: #ff9900; width: 100% }
table.navtabulka tr td { color: white; }
table.navtabulka tr td a { color: black; text-decoration: none }
table.navtabulka tr td a:active { color: white }
table.navtabulka tr td a:visited { color: black }
table.navtabulka tr td a:hover { color: white }
table.navtabulka tr td a b { color: black; text-decoration: none }
a:link, a:active, a:visited { color: white; text-decoration: underline }
a:hover { color: #ff9900 }
</STYLE>
<title>((TITLE))</title>
</head>
<body topmargin="2%" bottommargin="2%" leftmargin="3%" rightmargin="3%">
(navigacnitabulka)
((BODY))
(navigacnitabulka)
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-22154425-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script></body>
</html>