View difference between Paste ID: aaqF9g8m and DWQ7vwKD
SHOW: | | - or go back to the newest paste.
1
    <head>
2
     
3
    <script type="javascript">
4
    function nrcIE() {
5
    if (document.all) {
6
    return false;
7
    }
8
    }
9
     
10
    function nrcNS(e) {
11
    if (document.layers || (document.getElementById && ! document.all)) {
12
    if (e.which == 2 || e.which == 3) {
13
    return false;
14
    }
15
    }
16
    }
17
     
18
    if (document.layers) {
19
    document.captureEvents(Event.MOUSEDOWN);
20
    document.onmousedown = nrcNS;
21
    }else {
22
    document.onmouseup = nrcNS;
23
    document.oncontextmenu = nrcIE;
24
    }
25
    document.oncontextmenu = new Function("return false");
26
    </script>
27
     
28
    <title>{Title}</title>
29
     
30
    <script type="text/javascript"
31
    src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
32
     
33
    <meta name="if:Title Font Two" content="0"/>
34
    <meta name="if:Title Font One" content="0"/>
35
    <meta name="text:New Url" content= >
36
    <meta name="image:Background" content="http://25.media.tumblr.com/tumblr_medd6tzh5p1rj49duo1_400.png"/>
37
    <meta name="image:Sidebars Background" content="http://25.media.tumblr.com/tumblr_medd7vKsFC1rj49duo1_400.png"/>
38
     
39
    <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
40
     
41
    <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
42
     
43
    <link href='http://fonts.googleapis.com/css?family=Neucha' rel='stylesheet' type='text/css'>
44
     
45
    <style type="text/css">
46
     
47
    a {color:;text-decoration:none;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
48
     
49
     
50
     
51
     
52
    <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>{block:Description}<meta name=”description” content=”{MetaDescription}” />{/block:Description}
53
    {block:ifinfinitescrolling}<script type=”text/javascript” src=”http://codysherman.com/tools/infinite-scrolling/code”></script>{/block:ifinfinitescrolling}
54
    <script type=”text/javascript”>
55
    //
56
    function desabilitaMenu(e)
57
    {
58
    if (window.Event)
59
    {
60
    if (e.which == 2 || e.which == 3)
61
    return false;
62
    }
63
    else
64
    {
65
    event.cancelBubble = true
66
    event.returnValue = false;
67
    return false;
68
    }
69
    }
70
    document.oncontextmenu = desabilitaMenu;
71
    document.onmousedown = desabilitaBotaoDireito;
72
    document.onmouseup = desabilitaBotaoDireito;
73
    </script>
74
    {/block:Ifnorightclick}
75
     
76
    .wrapper{
77
    margin: 0px auto;
78
    width: 802px;
79
    }
80
     
81
    .header{
82
    float: left;
83
    width: 100%;
84
    }
85
     
86
    .left{
87
    float: left;
88
    margin-right: 20px;
89
    width: 802px;
90
    }
91
     
92
    .right{
93
    float: right;
94
    width: 200px;
95
    background-color: {color:Background};
96
    }
97
     
98
    body {
99
    padding: 0px;
100
    margin: 0px;
101
    color:#000;
102
    font-family: 'Short Stack', cursive;
103
    font-size: 14px;
104
    background-image:url({image:Background});
105
    background-attachment: fixed;
106
    background-repeat: repeat;
107
    }
108
     
109
    ::selection { background:#000000; }
110
    ::-moz-selection { background:#000000; }
111
     
112
    a:link, a:active, a:visited{
113
    color: #000;
114
    -webkit-transition: color 0.4s ease-out;
115
    -moz-transition: color 0.4s ease-out;
116
    }
117
     
118
    a:hover{
119
    text-decoration:underline;
120
    font-weight:bold;
121
    -webkit-transition: all 0.3s ease-in-out;
122
    -moz-transition: all 0.3s ease-in-out;
123
    -o-transition: all 0.3s ease-in-out;
124
    }
125
     
126
    #sidebar{
127
    position: fixed;
128
    width: 100%;
129
    height: 100px;
130
    left: 0px;
131
    top:150px;
132
    background-image: url({image:Sidebars Background})
133
    }
134
    
135
#blogtitle{
136
position: fixed;
137
left: 0px;
138
z-index:2;
139
height:40px;
140
width:100%;
141
font-size:30px;
142
text-align:center;
143
background:transparent;
144
{block:iftitlefontone}
145
font-family: 'Megrim', cursive;
146
font-weight:bold;
147
top:110px;
148
{/block:iftitlefontone}
149
150
{block:iftitlefonttwo}
151
font-family: 'Homemade Apple', cursive;
152
top:100px;
153
{/block:iftitlefonttwo}
154
}
155
        
156
#links{
157
display: block;
158
display : inline-block;
159
no-repeat: left;
160
border-radius: 50px;
161
height: 75px;
162
width: 75px;
163
font-size:13px;
164
text-align:center;
165
font-family:'Neucha';
166
background: white;
167
margin-right:2px;
168
margin-top: 13px;
169
line-height: 75px;
170
}
171
172
#mabryna{
173
position:fixed;
174
bottom: 5px;
175
left: 5px;
176
font-size:25px;
177
font-family: 'Neucha';
178
}
179
     
180
    </style>
181
     
182
    <title>{title}</title>
183
     
184
    <link rel="shortcut icon" href="{Favicon}">
185
    <meta name="viewport" content="width=820" />
186
     
187
    </head>
188
    
189
    <body>
190
     
191
    <div id="sidebar">
192
<center>
193
<div id="links"><a href="http://{text:New Url}.tumblr.com/">redirect</a></div>
194
<div id="links"><a href="http://{text:New Url}.tumblr.com/archive">archive</a></div>
195
<div id="links"><a href="http://{text:New Url}.tumblr.com/ask">message</a></div>
196
</center>
197
    </div>
198
    <div id="blogtitle">I've changed urls!</div>
199-
    <div id="mabryna">©</div>
199+
    <div id="mabryna"><a href="http://m4bryna.tumblr.com/">©</a></div>
200
     
201
    </body>
202
     
203
    <br>
204
    <br>
205
     
206
     
207
    </html>