View difference between Paste ID: nCaf4g7J and EwKNh0A9
SHOW: | | - or go back to the newest paste.
1
<!-- saved url page by Stella (@tashabartons)
2
    editing is fine, but please don't remove my credits!
3
    enjoy! :3 -->
4
5
<html><head>
6
7
<!-- DEFAULT VARIABLES -->
8
<meta name="color:background" content="#dddddd" />
9
<meta name="color:titlebox" content="#fafafa" />
10
<meta name="color:navigation" content="#fafafa" />
11
<meta name="color:navigation hover" content="#ffffff" />
12
<meta name="color:title" content="#888888" />
13
<meta name="color:text" content="#999999" />
14
<meta name="color:link" content="#fd9fb1" />
15
16
<meta name="font:title" content="georgia" />
17
<meta name="font:body" content="georgia" />
18
19
<meta name="image:background" content="http://media.tumblr.com/tumblr_m1vpcc4Omu1r9ly5j.gif"/>
20
21
<meta name="text:current url" content="" />
22
23
<title>{Title}</title>
24
25
<link rel="shortcut icon" href="{Favicon}">
26
<link rel="alternate" type="application/rss+xml" href="{RSS}">
27
{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
28
29
<style type="text/css">
30
31
body {background-color:{color:background}; background-image:url('{image:background}'); background-attachment:fixed}
32
33
a {color:{color:link}}
34
a:hover {color:{color:text}; border-bottom:1px solid {color:link}}
35
36
b, strong {color:{color:title}}
37
i, em {color:{color:text}}
38
p {margin-top:5px; margin-bottom:5px}
39
40
#container {width:488px; text-align:center; margin: 0 auto}
41
42
#mainbar {margin-top:180px; text-align:center; font:20px {font:title}; font-style:italic; color:{color:title}; background-color:{color:titlebox}; padding:10px}
43
44
#nav {margin-top:4px}
45
#nav a {width:160px; height:20px; line-height:22px; font-family:{font:body}; font-size:8px; text-transform:uppercase; text-align:center; padding:3px 0 3px 0; display:inline-block; margin-top:1px; margin-bottom:1px; letter-spacing:1px; background-color:{color:navigation}; color:{color:text}; text-decoration:none; -webkit-transition: opacity 0.8s linear;opacity: 1;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out}
46
#nav a:hover {border:none; background-color:{color:navigation hover}; color:{color:link}; -webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out}
47
48
</style>
49
</head>
50
51
    <body>
52
53
<div id="container">
54
55
<div id="mainbar"><a>{name}</a> is being saved!</div>
56
57
<div id="nav">
58
<a href="http://{text:current url}.tumblr.com/">current occupant</a>
59-
<a href="http://{text:current url}.tumblr.com/ask">Want this theme?</a>
59+
<a href="http://{text:current url}.tumblr.com/ask">Want this url?</a>
60
<a href="http://tashabartons.tumblr.com/mythemes">©</a>
61
</div>
62
63
</div>
64
65
</body>
66
</html>