SHOW:
|
|
- or go back to the newest paste.
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| 2 | ||
| 3 | <html lang="en"> | |
| 4 | - | THEME BY GLAMISTHA.TUMBLR.COM |
| 4 | + | |
| 5 | <title>{Title}</title>
| |
| 6 | <link rel="shortcut icon" href="http://i1234.photobucket.com/albums/ff401/rafaelaspointofview/Themes/Favicons/26.gif"> | |
| 7 | - | THEME BY GLAMISTHA.TUMBLR.COM |
| 7 | + | |
| 8 | {block:Description}
| |
| 9 | <meta name="description" content="{MetaDescription}" />
| |
| 10 | {/block:Description}
| |
| 11 | ||
| 12 | ||
| 13 | <a href="http://glamistha.tumblr.com/themes" target="_blank"><img src="http://static.tumblr.com/emvmfcr/cgHls4hzn/gettheme.png" align="right" style="margin-top:18px; margin-right:-5px;"></a> | |
| 14 | ||
| 15 | ||
| 16 | <!--GO TO APPEARANCE TAB TO CHANGE THE COLORS OR CODES---> | |
| 17 | <meta name="color:background" content="#FFFFFF"/> | |
| 18 | <meta name="image:background" content="http://i214.photobucket.com/albums/cc105/24168/egobox/backgrounds/vintage/Parchment-Lane.gif"/> | |
| 19 | <meta name="color:text" content="#D1D1D1"/> | |
| 20 | <meta name="color:link" content="#A2A2A2"/> | |
| 21 | <meta name="color:border" content="#EEEBEB"/> | |
| 22 | <meta name="color:entrybox" content="#E6E6E6"/> | |
| 23 | <meta name="color:permalink" content="#"/> | |
| 24 | <meta name="font:body" content="Helvetica"/> | |
| 25 | <meta name="text:font size" content="10px"/> | |
| 26 | <meta name="text:letter spacing" content="0px"/> | |
| 27 | ||
| 28 | <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'> | |
| 29 | ||
| 30 | <style type="text/css"> | |
| 31 | body{
| |
| 32 | color:{color:text};
| |
| 33 | background-color:{color:background};
| |
| 34 | background-image:url({image:background});
| |
| 35 | background-position:center; | |
| 36 | background-attachment:fixed; | |
| 37 | font-family:{font:body};
| |
| 38 | font-size:{text:font size};
| |
| 39 | letter-spacing:{text:letter spacing};
| |
| 40 | cursor:url(http://i53.tinypic.com/zycxmw.png), auto; | |
| 41 | text-align:justify; | |
| 42 | } | |
| 43 | a:link, a:active, a:visited{
| |
| 44 | color:{color:link};
| |
| 45 | text-decoration:none; | |
| 46 | } | |
| 47 | a:hover{
| |
| 48 | text-decoration:none; | |
| 49 | letter-spacing:1px; | |
| 50 | cursor:url(http://i53.tinypic.com/zycxmw.png), auto; | |
| 51 | -webkit-transition: all 0.2s linear; | |
| 52 | -moz-transition: all 0.2s linear; | |
| 53 | transition: all 0.2s linear; | |
| 54 | } | |
| 55 | .title{
| |
| 56 | font-family:Rouge Script; | |
| 57 | font-size:30px; | |
| 58 | } | |
| 59 | #center{
| |
| 60 | float:left; | |
| 61 | background-color:{color:background};
| |
| 62 | width:510px; | |
| 63 | height:430px; | |
| 64 | position:relative; | |
| 65 | margin-top:75px; | |
| 66 | margin-left:205px; | |
| 67 | border:1px solid {color:border};
| |
| 68 | padding:3px; | |
| 69 | overflow:scroll; | |
| 70 | overflow-x:hidden; | |
| 71 | } | |
| 72 | #entrybox{
| |
| 73 | float:left; | |
| 74 | background-color:{color:entrybox};
| |
| 75 | {block:IndexPage}
| |
| 76 | width:485px; | |
| 77 | height:326px; | |
| 78 | {/block:IndexPage}
| |
| 79 | {block:PermalinkPage}
| |
| 80 | width:485px; | |
| 81 | height:100%; | |
| 82 | {/block:PermalinkPage}
| |
| 83 | position:relative; | |
| 84 | padding:3px; | |
| 85 | border:1px solid {color:border};
| |
| 86 | display:block; | |
| 87 | overflow:hidden; | |
| 88 | margin-bottom:3px; | |
| 89 | } | |
| 90 | .permalink{
| |
| 91 | background-color:transparent; | |
| 92 | border-bottom:1px solid {color:border};
| |
| 93 | text-align:right; | |
| 94 | padding-bottom:1px; | |
| 95 | text-transform:uppercase; | |
| 96 | letter-spacing:0px; | |
| 97 | font-size:8px; | |
| 98 | margin-bottom:5px; | |
| 99 | } | |
| 100 | #sidebar{
| |
| 101 | float:left; | |
| 102 | background-color:{color:background};
| |
| 103 | padding:3px; | |
| 104 | width:300px; | |
| 105 | height:430px; | |
| 106 | border:1px solid {color:border};
| |
| 107 | margin-top:75px; | |
| 108 | margin-left:-1px; | |
| 109 | position:relative; | |
| 110 | overflow:hidden; | |
| 111 | } | |
| 112 | .navigation a{
| |
| 113 | float:left; | |
| 114 | background-color:{color:border};
| |
| 115 | width:271px; | |
| 116 | -moz-border-radius:8px; | |
| 117 | -border-radius:8px; | |
| 118 | position:relative; | |
| 119 | border-left:20px solid {color:entrybox};
| |
| 120 | display:block; | |
| 121 | overflow:hidden; | |
| 122 | padding:2px; | |
| 123 | margin-top:2px; | |
| 124 | margin-left:2px; | |
| 125 | font-size:12px; | |
| 126 | } | |
| 127 | .navigation a:hover{
| |
| 128 | float:left; | |
| 129 | background-color:{color:border};
| |
| 130 | width:250px; | |
| 131 | position:relative; | |
| 132 | display:block; | |
| 133 | overflow:hidden; | |
| 134 | border-left:40px solid {color:entrybox};
| |
| 135 | -moz-border-radius:3px; | |
| 136 | -border-radius:3px; | |
| 137 | } | |
| 138 | ||
| 139 | </style> | |
| 140 | </head> | |
| 141 | <body> | |
| 142 | <style type="text/css">{CustomCSS}</style>
| |
| 143 | ||
| 144 | <div id="center"> | |
| 145 | {block:Posts}
| |
| 146 | <div id="entrybox"> | |
| 147 | <div class="permalink"> | |
| 148 | {block:Date}
| |
| 149 | <a href="{Permalink}">Posted on {DayOfWeek}</a>
| |
| 150 | <img src="http://i214.photobucket.com/albums/cc105/24168/egobox/vf/pixels/icons/05.png"> | |
| 151 | <a href="{Permalink}">{Month} {DayOfMonthWithZero}</a>
| |
| 152 | {/block:Date}
| |
| 153 | </div> | |
| 154 | ||
| 155 | {block:Text}
| |
| 156 | {block:Title}<span class="title">{Title}</span>{/block:Title}
| |
| 157 | <span class="entrytext">{Body}</span>
| |
| 158 | ||
| 159 | {/block:Text}
| |
| 160 | ||
| 161 | {block:Photoset}<center>{block:IndexPage}{Photoset-500}{/block:IndexPage}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}{/block:PermalinkPage}{/block:Photoset}
| |
| 162 | ||
| 163 | {block:Photo}{block:IndexPage}
| |
| 164 | <a href="{ReblogURL}" target="_blank" class="details"><img src="{PhotoURL-500}" width="484" height="308"></a>{/block:IndexPage}
| |
| 165 | ||
| 166 | {block:PermalinkPage}
| |
| 167 | {LinkOpenTag}
| |
| 168 | <img src="{PhotoURL-500}" width="484" height="308" alt="{PhotoAlt}"/>
| |
| 169 | {block:Caption}{Caption}{/block:Caption}
| |
| 170 | {LinkCloseTag}
| |
| 171 | {/block:PermalinkPage}
| |
| 172 | ||
| 173 | {block:Caption}{Caption}{/block:Caption}
| |
| 174 | {/block:Photo}
| |
| 175 | ||
| 176 | {block:Link}
| |
| 177 | <a href="{URL}" class="title">{Name}</font></a>
| |
| 178 | {block:Description}{Description}{/block:Description}
| |
| 179 | {block:Link}
| |
| 180 | ||
| 181 | {block:Quote}
| |
| 182 | <span class="title">"{Quote}"</font></span><br>
| |
| 183 | {block:Source}-{Source}{/block:Source}
| |
| 184 | {/block:Quote}
| |
| 185 | ||
| 186 | {block:Chat}
| |
| 187 | {block:Title}<span class="title">{Title}</span></font>{/block:Title}
| |
| 188 | <ul class="chat"> | |
| 189 | {block:Lines}
| |
| 190 | <li class="user_{UserNumber}">
| |
| 191 | {block:Label}
| |
| 192 | <span class="label">{Label}</span>
| |
| 193 | {/block:Label}
| |
| 194 | ||
| 195 | {Line}
| |
| 196 | </li> | |
| 197 | {/block:Lines}
| |
| 198 | </ul> | |
| 199 | ||
| 200 | {/block:Chat}
| |
| 201 | ||
| 202 | ||
| 203 | {block:Audio}
| |
| 204 | <centeR><div style="width:250px; height:20px;"><div style="float:left">{AudioPlayerWhite}</div><div style="margin-top:8px; float:right;"><tiny><br><br>
| |
| 205 | {FormattedPlayCount} plays {block:ExternalAudio} // <a href="{ExternalAudioURL}">Download?</a>{/block:ExternalAudio}
| |
| 206 | ||
| 207 | </tiny></div></div></centeR><BR> | |
| 208 | {block:Caption}{Caption}{/block:Caption}
| |
| 209 | {/block:Audio}
| |
| 210 | ||
| 211 | {block:Video}<center>
| |
| 212 | {Video-500}<BR>
| |
| 213 | {block:Caption}{Caption}{/block:Caption}</center>
| |
| 214 | {block:Video}
| |
| 215 | ||
| 216 | {block:PostNotes}
| |
| 217 | <center> | |
| 218 | {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
| |
| 219 | ||
| 220 | ||
| 221 | {block:RebloggedFrom}
| |
| 222 | Reblog from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
| |
| 223 | Originally Posted by <a href="{ReblogRootURL}">{ReblogRootName}</a> {/block:RebloggedFrom}<br>
| |
| 224 | {block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}
| |
| 225 | </center></span> | |
| 226 | <BR> | |
| 227 | <div id="postnotes">{PostNotes}</div><br>
| |
| 228 | ||
| 229 | <center>{block:ContentSource}
| |
| 230 | <br><a href="{SourceURL}">
| |
| 231 | {lang:Source}:
| |
| 232 | {block:SourceLogo}
| |
| 233 | <img src="{BlackLogoURL}" width="{LogoWidth}"
| |
| 234 | height="{LogoHeight}" alt="{SourceTitle}" />
| |
| 235 | {/block:SourceLogo}
| |
| 236 | {block:NoSourceLogo}
| |
| 237 | {SourceLink}
| |
| 238 | {/block:NoSourceLogo}
| |
| 239 | </a> | |
| 240 | {/block:ContentSource}</center>
| |
| 241 | ||
| 242 | {/block:PostNotes}
| |
| 243 | ||
| 244 | ||
| 245 | </div> | |
| 246 | {/block:Posts}
| |
| 247 | </div> | |
| 248 | ||
| 249 | ||
| 250 | <div id="sidebar"> | |
| 251 | <center> | |
| 252 | <a href="/"><img style="background-color:{color:entrybox}; border:1px solid {color:link}; padding:2px;" src="{PortraitURL-64}"></a>
| |
| 253 | ||
| 254 | <img style="background-color:{color:entrybox}; border:1px solid {color:link}; padding:2px; width:64px; height:64px;" src="http://28.media.tumblr.com/tumblr_lpoep6tcYK1qdr5k3o1_500.jpg">
| |
| 255 | ||
| 256 | <img style="background-color:{color:entrybox}; border:1px solid {color:link}; padding:2px; width:64px; height:64px;" src="http://26.media.tumblr.com/tumblr_ls21a3AwJU1qfti2ro1_500.jpg">
| |
| 257 | ||
| 258 | <img style="background-color:{color:entrybox}; border:1px solid {color:link}; padding:2px; width:64px; height:64px;" src="http://27.media.tumblr.com/tumblr_lsiyp89o9Q1qipcino1_500.jpg">
| |
| 259 | </center><br> | |
| 260 | ||
| 261 | <img src="http://i214.photobucket.com/albums/cc105/24168/egobox/vf/pixels/icons/30.gif"> {Description}<br><br>
| |
| 262 | ||
| 263 | <div class="navigation"> | |
| 264 | <a href="/">Refresh</a> | |
| 265 | <a href="/ask">Ask</a> | |
| 266 | <a href="/archive">Archive</a> | |
| 267 | <a href="/faqs">FAQ(s)</a> | |
| 268 | <a href="/others">Others</a> | |
| 269 | <a href="http://glamistha.tumblr.com/" style="margin-bottom:12px;">Theme</a> | |
| 270 | </div> | |
| 271 | <div style="font-size:18px; font-family:Rouge Script; text-align:center;"> | |
| 272 | ||
| 273 | {block:PreviousPage}
| |
| 274 | <a href="{PreviousPage}">Newer</a>
| |
| 275 | {/block:PreviousPage}
| |
| 276 | ||
| 277 | <img src="http://i214.photobucket.com/albums/cc105/24168/egobox/vf/pixels/icons/05.png"> | |
| 278 | ||
| 279 | {block:NextPage}
| |
| 280 | <a href="{NextPage}">Older</a>
| |
| 281 | {/block:NextPage}
| |
| 282 | ||
| 283 | </div> | |
| 284 | </div> | |
| 285 | ||
| 286 | <!-- | |
| 287 | 'DIVA' THEME BY GLAMISTHA.TUMBLR.COM | |
| 288 | DO NOT REMOVE THE CREDITS OR ELSE | |
| 289 | YOU'LL BE REPORTED | |
| 290 | 'DIVA' THEME BY GLAMISTHA.TUMBLR.COM | |
| 291 | --!> | |
| 292 | ||
| 293 | ||
| 294 | - | THEME BY GLAMISTHA.TUMBLR.COM |
| 294 | + | |
| 295 | </html> |