annebelo

Snap Shot Theme ♥

Jan 6th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.36 KB | None | 0 0
  1. <html>
  2. <!--
  3. Basecode by: THTSKNDCOOL.tumblr.com
  4. Heavily Tweaked by: PRETTYFASHIONCHIC.tumblr.com
  5.  
  6. Basecode by: THTSKNDCOOL.tumblr.com
  7. Heavily Tweaked by: PRETTYFASHIONCHIC.tumblr.com
  8.  
  9. Basecode by: THTSKNDCOOL.tumblr.com
  10. Heavily Tweaked by: PRETTYFASHIONCHIC.tumblr.com
  11.  
  12. Basecode by: THTSKNDCOOL.tumblr.com
  13. Heavily Tweaked by: PRETTYFASHIONCHIC.tumblr.com
  14.  
  15.  
  16. DO NOT DELETE THE CREDITS OR I'LL REPORT YOU!
  17. -->
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <head>
  25.  
  26. <script type="text/javascript" src="http://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js">
  27. </script>
  28. <title>
  29. {block:PostTitle}{PostTitle} - {/block:PostTitle}{Title}
  30. </title>
  31. <link href='http://fonts.googleapis.com/css?
  32.  
  33. family=Cedarville+Cursive&;;v1' rel='stylesheet' type='text/css'>
  34.  
  35.  
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}
  39. <meta name="description" content="{MetaDescription}" />
  40. {/block:Description}
  41.  
  42. <meta name="image:background" content="http://static.tumblr.com/n4cxsf1/I3glvypmi/tumblr_lr3lzjzh0k1qf72le.png">
  43. <meta name="image:potrait" content="http://27.media.tumblr.com/tumblr_lwksxxNosz1r5f0jbo1_500.png">
  44. <meta name="color:background" content="#ffffff">
  45. <meta name="color:text" content="#A87BB1"">
  46. <meta name="color:link" content="#A87BB1">
  47. <meta name="color:link hover" content="#000000">
  48. <meta name="color:side" content="#ffffff">
  49. <meta name="color:perma bg" content="#000000">
  50. <meta name="color:nav bg" conent="#fdf1f1">
  51. <meta name="color:nav text" content="#d2cfcf">
  52. <meta name="if:infinite scrolling" content="1">
  53.  
  54.  
  55. <meta name="text:3" content="link 3">
  56. <meta name="text:3URL" content="http://">
  57. <meta name="text:4" content="link 4">
  58. <meta name="text:4URL" content="http://">
  59. <meta name="text:5" content="link 5">
  60. <meta name="text:5URL" content="http://">
  61.  
  62.  
  63. {block:IfInfiniteScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfInfiniteScrolling}
  64.  
  65. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  66.  
  67. </head>
  68.  
  69. <style type="text/css">
  70. ::-webkit-scrollbar-thumb:vertical {
  71. background-image:url('{image:background}');
  72. background-color:{color:link};
  73. height:100px;
  74. border: 1px outset {color:link};
  75. -moz-border-radius:7px; -webkit-border-radius:7px;
  76. }
  77.  
  78. ::-webkit-scrollbar-thumb:horizontal {
  79. background-image:url('{image:background}');
  80. background-color:{color:link};
  81. height:13px !important;
  82. border: 1px outset{color:link};
  83. -moz-border-radius:7px; -webkit-border-radius:7px;
  84. }
  85.  
  86. ::-webkit-scrollbar {
  87. height:10px;
  88. width:8px;
  89. background-color:#fff;
  90. }
  91. #tumblr_controls{
  92. position:fixed!important;
  93. }
  94. .title{font-family:Cedarville Cursive;font-size:16px;}
  95. @font-face {font-family:"Cedarville Cursive";src:url('http://static.tumblr.com/n4cxsf1/Y97lvl76c/cedarville_cursive.ttf');}
  96. body{
  97. background-color:{color:background};
  98. background-image:url('{image:background}');
  99. background-repeat:repeat;
  100. color:{color:text};
  101. text-align:center;
  102. font-size:10px;
  103. font-family:arial;
  104. margin-top:30px;
  105. margin-left:0px;
  106. overflow-x:hidden;
  107. background-attachment:fixed;
  108. cursor: url(http://i.imgur.com/ZOrzC.png), auto;}
  109. a:link, a:active, a:visited{
  110. color:{color:link};
  111. text-decoration:none;
  112. -webkit-transition: all 0.4s ease-out;
  113. -moz-transition: all 0.4s ease-out;
  114. -o-transition: all 0.4s ease-out;}
  115.  
  116. #navi{
  117. color:{color:Links};
  118. }
  119.  
  120. #navi a {
  121. display:relative;
  122. max-width:500px;
  123. text-align:center;color:{color:Links};
  124. }
  125.  
  126. #navi .gate {
  127. margin-top:-10px;
  128. filter: alpha(opacity = 0);
  129. opacity:0;
  130. -webkit-transition: all 1s ease-out;
  131. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  132. text-align:center;text-transform:lowercase;
  133. }
  134.  
  135. #navi:hover .gate {
  136. margin-top:5px;
  137. -webkit-transition: all 1s ease-out;
  138. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  139. filter: alpha(opacity = 80);
  140. filter: alpha(opacity = 100);
  141. opacity:100;
  142. }
  143. h3{
  144. color: #b1b1b1;
  145. font-family: 'Cedarville Cursive';
  146. font-weight: bold;
  147. font-size: 18px;
  148. font-weight: normal;
  149. line-height:15px;
  150. letter-spacing: 1px;
  151. font-style: normal;
  152. text-transform: lowercase;
  153. text-align: left;
  154. padding: 0px;
  155. margin:0px;
  156. text-shadow: 1px 1px 2px #e1dad4;
  157. }
  158.  
  159. a:hover{
  160. color:{color:link hover};
  161. text-decoration:none;
  162. -webkit-transition: all 0.2s ease-out;
  163. -moz-transition: all 0.2s ease-out;
  164. -o-transition: all 0.2s ease-out;
  165. cursor: url(http://i.imgur.com/ZOrzC.png), auto;}
  166. .side{
  167. margin-top:0px;
  168. margin-left:170px;
  169. background-color:{color:side};
  170. width:230px;
  171. height:auto;
  172. -moz-box-shadow: 0px 0px 5px #999;
  173. -webkit-box-shadow: 0px 0px 5px #999;
  174. box-shadow: 0px 0px 5px #999;
  175. position:fixed;}
  176. .side:hover{
  177. opacity:1;
  178. -webkit-transition: opacity 0.7s linear;
  179. -webkit-transition: all 0.5s ease-out;
  180. -moz-transition: all 0.5s ease-out;
  181. transition: all 0.5s ease-out;}
  182. .des{margin-top:30px;
  183. margin-left:200px;
  184. background-color:{color:side};
  185. width:200px;
  186. height:auto;
  187.  
  188. position:fixed;
  189. padding:2px;}
  190. .des:hover{}
  191. .post{-moz-box-shadow: 0px 0px 5px #999;
  192. -webkit-box-shadow: 0px 0px 5px #999;
  193. box-shadow: 0px 0px 5px #999;
  194. width:500px;
  195. background-color:#fff;
  196. margin-top:5px;
  197. margin-left:410px;}
  198. .post:hover .perma{
  199. opacity: .8;
  200. transition: opacity 0.5s;
  201. -moz-transition: opacity 0.5s;
  202. -webkit-transition: opacity 0.5s;
  203. -o-transition: opacity 0.5s;}
  204. .perma{float:left;
  205. text-align:center;
  206. margin-top:0px;
  207. margin-left:0px;
  208. position: absolute;
  209. width:150px;
  210. opacity: 0;
  211. padding:2px;
  212. background-color:#000000;
  213. transition: opacity 0.1s,height 0.f1s,padding 0.1s;
  214. -moz-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
  215. -webkit-transition: opacity 0.1s ,height 0.1s,padding 0.1s;
  216. -o-transition: opacity 0.1s ,height 0.1s,padding 0.1s;}
  217. .chat{text-align:justify;}
  218. .bubble {
  219. position: relative;
  220. background-color:{color:nav bg};
  221. padding:10px;
  222. text-align:center;
  223. width:420px;
  224. -moz-border-radius:10px;
  225. -webkit-border-radius:10px;
  226. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  227. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  228. box-shadow: 0px 0 1px rgba(0,0,0,0);
  229. margin-left:50px;
  230. }
  231. .bubble:after {
  232. position: absolute;
  233. display: block;
  234. content: "";
  235. border-color: {color:nav bg} transparent transparent transparent;
  236. border-style: solid;
  237. border-width: 10px;
  238. height:0;
  239. width:0;
  240. position:absolute;
  241. bottom:-19px;
  242. left:1em;
  243. }
  244. {CustomCSS}
  245. .askerportrait {
  246. float: left;
  247. margin-right: 495px;
  248. padding-top: 1px;
  249. padding-left: 1px;
  250. padding-bottom: 10px;
  251. }
  252. .askerportrait img {
  253. -webkit-border-radius: 5px;
  254. -moz-border-radius: 5px;
  255. border-radius: 5px;
  256. }
  257. div.navigate a{
  258. background: {color:nav bg}; color: {color:nav text}; display:block; width: 82px; height: 12px; text-align: center; padding:3px; margin-left:1px; margin-top:1px; position:relative; text-align: center; z-index:1; -moz-border-radius:7px; -webkit-border-radius:7px; display: inline-block;-webkit-transition: all 0.4s ease-out;
  259. -moz-transition: all 0.4s ease-out;
  260. -o-transition: all 0.4s ease-out;
  261. }
  262. div.navigate a:hover{
  263. background-color:transparent;-webkit-transition: all 0.2s ease-out;
  264. -moz-transition: all 0.2s ease-out;
  265. -o-transition: all 0.2s ease-out;color:{color:nav bg};
  266. }
  267. </style>
  268. <body>
  269. <div style=" background-image: url('http://media.tumblr.com/tumblr_lr9h3j7Htm1qaj7nf.png'); top: 0px; left: 0px; width: 1000%; height: 40px; z-index: 100; position: fixed;"></div>
  270. {block:IfDisableDragAndSelect}
  271. <BODY onselectstart="return false;" ondragstart="return false;">{/block:IfDisableDragAndSelect}
  272.  
  273.  
  274.  
  275. <div class="des">
  276. {block:IfPotraitImage}<center><img src="{image:potrait}" width="200" height="auto"></center>{/block:IfPotraitImage}
  277.  
  278. <h3>about me..</h3>
  279. {Description}
  280. <br>
  281. ------------------------------------------------------------
  282. <br>
  283. <div id="navi">
  284. <center><h3>Navigation</h3></center>
  285. <div class="gate">
  286. <a href="/">home</a> • <a href="/ask">ask</a> • <a href="{text:3URL}">{text:3}</a> • <a href="{text:4URL}">{text:4}</a> • <a href="{text:5URL}">{text:5}</a> •
  287.  
  288.  
  289. </div></div>
  290. ------------------------------------------------------------
  291. <br>
  292. <div id="navi">
  293. <center><h3>Credits</h3></center>
  294. <div class="gate">
  295. <a href="http://thtskndcool.tumblr.com">BASECODE BY THTSKNDCOOL</a><br>
  296. <a href="http://fairycandles.tumblr.com">BANNER BY FAIRYCANDLES</a><br>
  297. <a href="http://prettyfashionchic.tumblr.com">HEAVILY TWEAKED BY PRETTYFASHIONCHIC</a>
  298.  
  299. </div>
  300. </div></div>
  301.  
  302.  
  303.  
  304. </div>
  305.  
  306. {block:Posts}<div class="post">
  307. {block:Photo}
  308. {block:IndexPage}<div class="perma">
  309. <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
  310. </div>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  311. {/block:IndexPage}
  312.  
  313. {block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}{block:Caption}<br>{Caption}{/block:Caption}{/block:PermalinkPage}
  314. {/block:Photo}
  315.  
  316. {block:Text}<div style="padding:3px;">
  317. {block:IndexPage}<div class="perma">
  318. <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
  319. </div>
  320. {block:Title}<div class="title">{Title}</div>{/block:Title}
  321. <div style="text-align:justify;">{Body}</div>
  322. {/block:IndexPage}
  323. {block:PermalinkPage}{block:Title}<div class="title">{Title}</div>{/block:Title}
  324. <div style="text-align:justify;">{Body}</div>{/block:PermalinkPage}
  325. </div>{/block:Text}
  326.  
  327. {block:Photoset}
  328. {block:IndexPage}<div class="perma">
  329. <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
  330. </div>{Photoset-500}{/block:IndexPage}
  331. {block:PermalinkPage}{Photoset-500}{block:Caption}<br>{Caption}{/block:Caption}{/block:PermalinkPage}
  332. {/block:Photoset}
  333.  
  334. {block:Quote}<div style="padding:3px">
  335. {block:IndexPage}
  336. <div class="perma">
  337. <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
  338. </div>
  339. <div class="title">"{Quote}"</div>
  340. {block:Source}{Source}{/block:Source}
  341. {/block:IndexPage}
  342. {block:PermalinkPage}<div class="title">"{Quote}"</div>
  343. {block:Source}{Source}{/block:Source}{/block:PermalinkPage}
  344. </div>{/block:Quote}
  345.  
  346. {block:Link}<div style="padding:3px;">
  347. {block:IndexPage}
  348. <div class="perma">
  349. <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
  350. </div>
  351. <div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}
  352. {/block:IndexPage}
  353. {block:PermalinkPage}<div class="title"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:PermalinkPage}
  354. </div>{/block:Link}
  355.  
  356. {block:Chat}<div style="padding:3px">
  357. {block:IndexPage}
  358. <div class="perma">
  359. <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
  360. </div>
  361. {block:Title}<div class="title">{Title}</div>{/block:Title}
  362. <ul class="chat">
  363. {block:Lines}
  364. <li class="{Alt} user_{UserNumber}">
  365. {block:Label}
  366. <strong>{Label}</strong>
  367. {/block:Label}
  368. {Line}</li>
  369. {/block:Lines}</ul>{/block:IndexPage}
  370. {block:PermalinkPage}{block:Title}<div class="title">{Title}</div>{/block:Title}<br><ul class="chat">
  371. {block:Lines}
  372. <li class="{Alt} user_{UserNumber}">
  373. {block:Label}
  374. <strong>{Label}</strong>
  375. {/block:Label}
  376. {Line}</li>
  377. {/block:Lines}</ul>
  378. {/block:PermalinkPage}
  379. </div>{/block:Chat}
  380.  
  381. {block:Audio}<div style="padding:3px">
  382. {block:IndexPage}
  383. <div class="perma">
  384. <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
  385. </div>
  386. {AudioPlayerWhite}<br>{PlayCountWithLabel}
  387. {/block:IndexPage}
  388. {block:PermalinkPage}
  389. {AudioPlayerWhite}<br>{block:Caption}{Caption}{/block:Caption}
  390. {/block:PermalinkPage}
  391. </div>{/block:Audio}
  392.  
  393. {block:Video}
  394. {block:IndexPage}
  395. <div class="perma">
  396. <a href="{ReblogURL}" target="_blank">reblog</a> <img src="http://www.pixelsxo.com/graphics/images/tiny//th_thheart.gif"> <a href="{Permalink}">{NoteCountWithLabel}</a>
  397. </div>
  398. {Video-500}
  399. {/block:IndexPage}
  400. {block:PermalinkPage}
  401. {Video-500}<br>{block:Caption}{Caption}{/block:Caption}
  402. {/block:PermalinkPage}
  403. {/block:Video}
  404.  
  405. {block:Answer}<div style="padding:3px">
  406. <img src="{AskerPortraitURL-48}" align="left" class="askborder"><div class="bubble"><span></span>{Asker}: {Question}&nbsp;</div>{Answer}
  407. </div>{/block:Answer}
  408.  
  409. {block:PermalinkPage}
  410. {block:Date}Posted on {DayOfMonth}/{MonthNumber}/{ShortYear} at {12Hour}:{Minutes}{AmPm}<br>
  411. {TimeAgo}
  412. {/block:Date}
  413. {block:HasTags}
  414. <br> Tagged as: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}
  415. {/block:HasTags}
  416. {block:NoteCount}<br>With {NoteCountWithLabel}{/block:NoteCount}
  417. {block:PostNotes}<br>Post Notes:<br><div style="text-align:justify;">{PostNotes}</div>{/block:PostNotes}
  418. {/block:PermalinkPage}
  419. </div>{/block:Posts}
  420.  
  421.  
  422.  
  423.  
  424. </body>
  425. </html>
Advertisement
Add Comment
Please, Sign In to add comment