Advertisement
veilsandvisions

#8 skat [old - not supported]

Nov 1st, 2012
3,958
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.21 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <!--
  3.  
  4. S K A T B Y R I V E R B E L L T H E M E S !
  5. http://riverbellthemes.tumblr.com/
  6. ver 2.0.0
  7.  
  8. T E R M S O F U S A G E
  9. Do NOT remove the credit
  10. Do NOT redistribute
  11. Do NOT claim as your own
  12. Do NOT use as a base (minor alterations in the code is OK as long it still looks like my theme)
  13. -->
  14. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  15. <head>
  16.  
  17. <!-- DEFAULT VARIABLES -->
  18. <meta name="color:askbackground" content="#cccccc" />
  19. <meta name="color:background" content="#bdbdbd" />
  20. <meta name="color:blogtitle" content="#000000" />
  21. <meta name="color:bodytext" content="#000000" />
  22. <meta name="color:contentbackground" content="#ffffff" />
  23. <meta name="color:sidebar" content="#ffffff" />
  24. <meta name="color:link" content="#00008b" />
  25. <meta name="color:linkhover" content="#4169E1" />
  26. <meta name="color:navlinks" content="#ffffff" />
  27. <meta name="color:navigationBG" content="#000000" />
  28. <meta name="color:footer" content="#cccccc" />
  29.  
  30. <meta name="font:blogtitle" content="Futura" />
  31. <meta name="font:body" content="Arial" />
  32. <meta name="font:title" content="Futura" />
  33. <meta name="font:navlinks" content="Futura" />
  34.  
  35. <meta name="if:400px width" content="0">
  36. <meta name="if:audio player black" content="0">
  37. <meta name="if:background fixed" content="1" />
  38. <meta name="if:background repeated" content="1" />
  39. <meta name="if:date style timeago" content="0" />
  40. <meta name="if:images stretched" content="0" />
  41. <meta name="if:images centered" content="1" />
  42. <meta name="if:infinite scrolling" content="0" />
  43. <meta name="if:sidebar on right" content="0" />
  44. <meta name="if:show archive link" content="1" />
  45. <meta name="if:show random link" content="1" />
  46. <meta name="if:show description" content="1" />
  47. <meta name="if:transparent content background" content="0" />
  48. <meta name="if:link 1" content="0" />
  49. <meta name="if:link 2" content="0" />
  50. <meta name="if:link 3" content="0" />
  51. <meta name="if:link 4" content="0" />
  52. <meta name="if:link 5" content="0" />
  53. <meta name="if:link 6" content="0" />
  54. <meta name="if:link 7" content="0" />
  55.  
  56. <meta name="text:background position" content="top right" />
  57. <meta name="text:label ask" content="ask" />
  58. <meta name="text:label archive" content="archive" />
  59. <meta name="text:label random" content="random" />
  60. <meta name="text:link 1 url" content="http://" />
  61. <meta name="text:link 1 name" content="link 1" />
  62. <meta name="text:link 2 url" content="http://" />
  63. <meta name="text:link 2 name" content="link 2" />
  64. <meta name="text:link 3 url" content="http://" />
  65. <meta name="text:link 3 name" content="link 3" />
  66. <meta name="text:link 4 url" content="http://" />
  67. <meta name="text:link 4 name" content="link 4" />
  68. <meta name="text:link 5 url" content="http://" />
  69. <meta name="text:link 5 name" content="link 5" />
  70. <meta name="text:link 6 url" content="http://" />
  71. <meta name="text:link 6 name" content="link 6" />
  72. <meta name="text:link 7 url" content="http://" />
  73. <meta name="text:link 7 name" content="link 7" />
  74.  
  75. <meta name="image:image background" content="" />
  76. <meta name="image:image sidebar" content="" />
  77.  
  78.  
  79.  
  80.  
  81. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  82.  
  83. <title>{Title}</title>
  84. <link rel="shortcut icon" href="{Favicon}">
  85. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  86. {block:Description}
  87. <meta name="description" content="{MetaDescription}" />
  88. {/block:Description}
  89.  
  90. <style type="text/css">
  91.  
  92. body { background-color:{color:Background}; background-image: url('{image:image background}'); background-position: {text:Background Position}; }
  93.  
  94. {block:IfNotBackgroundFixed}
  95. body {background-attachment: scroll;}
  96. {/block:IfNotBackgroundFixed}
  97. {block:IfBackgroundFixed}
  98. body {background-attachment:fixed;}
  99. {/block:IfBackgroundFixed}
  100. {block:IfNotBackgroundRepeated}
  101. body {background-repeat:no-repeat;}
  102. {/block:IfNotBackgroundRepeated}
  103. {block:IfBackgroundRepeated}
  104. body {background-repeat:repeat;}
  105. {/block:IfBackgroundRepeated}
  106.  
  107. a { -webkit-transition: all 0.3s linear;
  108. -moz-transition: all 0.3s linear;
  109. -o-transition: all 0.3s linear ;
  110. -ms-transition: all 0.3s linear; }
  111. a:hover {
  112. -webkit-transition: all 0.3s linear;
  113. -moz-transition: all 0.3s linear;
  114. -o-transition: all 0.3s linear ;
  115. -ms-transition: all 0.3s linear; }
  116.  
  117. #wrapper {
  118. position: absolute; top:0px;
  119. background-color:none;
  120. {block:ifnotsidebaronright}
  121. left:450px;
  122. {/block:ifnotsidebaronright}
  123. {block:ifsidebaronright}
  124. right: 450px;
  125. {/block:ifsidebaronright} }
  126.  
  127. #content {
  128. {block:IfNot400pxwidth}
  129. width: 510px;
  130. {/block:IfNot400pxwidth}
  131. {block:If400pxwidth}
  132. width: 410px;
  133. {/block:If400pxwidth}
  134. margin:0px;
  135. padding-top:0px;
  136. font: 11px {font:Body};
  137. color: {color:Bodytext};
  138. background-color: none; }
  139.  
  140. #background {
  141. {block:IfNot400pxwidth}
  142. width: 510px;
  143. {/block:IfNot400pxwidth}
  144. {block:If400pxwidth}
  145. width: 410px;
  146. {/block:If400pxwidth}
  147. height:2000px;
  148. background-color:{color:contentbackground};
  149. z-index:-235;
  150. position:fixed; top:0px;
  151. {block:ifnotsidebaronright}
  152. left:450px;
  153. {/block:ifnotsidebaronright}
  154. {block:ifsidebaronright}
  155. right: 450px;
  156. {/block:ifsidebaronright}
  157. }
  158.  
  159. {block:IfTransparentContentBackground}
  160. #background {
  161. opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; }
  162. {/block:IfTransparentContentBackground}
  163.  
  164. #title {
  165. {block:IfNot400pxwidth}
  166. width: 500px;
  167. {/block:IfNot400pxwidth}
  168. {block:If400pxwidth}
  169. width: 400px;
  170. {/block:If400pxwidth}
  171. background-color: none;
  172. position: relative; top:0px; left: 5px;
  173. font:31px {font:BlogTitle};
  174. margin:0px;
  175. padding: 15px 0px 5px 0px;
  176. text-decoration: none;
  177. font-weight: normal;
  178. text-align:center;
  179. letter-spacing:-1px;
  180. line-height:90%;
  181. z-index:2343;
  182. border-bottom: 1px solid {color:Footer}; }
  183.  
  184. #title a {
  185. color:{color:BlogTitle};
  186. text-decoration: none;}
  187. #title a:visited {
  188. text-decoration: none;
  189. color: {color:BlogTitle};
  190. -webkit-transition-duration: 0.4s;}
  191. #title a:hover {
  192. text-decoration: none;
  193. color: {color:LinkHover};
  194. -webkit-transition-duration: 0.4s;}
  195.  
  196. #sidebar { position: fixed;
  197. z-index: 23092; width: 350px;
  198. top: 50px;
  199. {block:ifnotsidebaronright}
  200. left:50px;
  201. {/block:ifnotsidebaronright}
  202. {block:ifsidebaronright}
  203. right: 50px;
  204. {/block:ifsidebaronright} }
  205.  
  206. #avatar { background-color: none;
  207. width:350px; height:180px;
  208. overflow: hidden; }
  209. #avatar img {
  210. width: 350px;
  211. border-top-left-radius:400px;
  212. -webkit-border-top-left-radius:400px;
  213. -moz-border-radius-top-left:400px;
  214. border-top-right-radius:400px;
  215. -webkit-border-top-right-radius:400px;
  216. -moz-border-radius-top-right:400px; }
  217.  
  218. #links {
  219. font: 12px {font:NavLinks};
  220. text-align: center;
  221. background-color: {color:NavigationBG};
  222. width: 350px; }
  223. #links ul {
  224. list-style-type:none;
  225. margin:0px; padding:0px;}
  226. #links li { display:inline; }
  227. #links a, #links a:visited {
  228. color: {color:navlinks};
  229. text-decoration:none;
  230. font-weight: normal;
  231. margin-right:0px;
  232. word-spacing:-2px;
  233. background-color: none;
  234. padding: 0px 10px; }
  235. #links a:hover {
  236. text-decoration: none;
  237. color: {color:LinkHover};
  238. -webkit-transition-duration: 0.4s;
  239. letter-spacing: 2px;
  240. padding: 0px 15px; }
  241.  
  242. #dwrap { position:relative; width: 350px; height: 170px; overflow: hidden; {block:IfNotshowdescription}display:none;{/block:IfNotshowdescription} }
  243. #descriptionbg { position: relative; top: -10px;
  244. background-color: {color:Sidebar};
  245. width: 350px; height: 170px;
  246. border-bottom-left-radius:400px;
  247. -webkit-border-bottom-left-radius:400px;
  248. -moz-border-radius-bottom-left:400px;
  249. border-bottom-right-radius:400px;
  250. -webkit-border-bottom-right-radius:400px;
  251. -moz-border-radius-bottom-right:400px;
  252. {block:IfTransparentContentBackground}
  253. opacity: 0.6; filter: alpha(opacity=60); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  254. {/block:IfTransparentContentBackground} }
  255. #description { position: absolute; top: 0px; width: 330px;
  256. text-align: center;
  257. padding: 5px 10px;
  258. background-color: none;
  259. font-family: {font:Body}; font-size: 11px; }
  260. #description a, #description a:visited { color: {color:Link}; text-decoration: none; }
  261. #description a:hover { color: {color:LinkHover}; }
  262.  
  263. #dlinks { padding: 5px 0px; margin: 0; }
  264. #dlinks a, #dlinks a:visited {
  265. font:11px {font:NavLinks};
  266. color: {color:Link};
  267. text-decoration: none;
  268. word-spacing:-2px; }
  269. #dlinks a:hover {
  270. color: {color:LinkHover};
  271. -webkit-transition-duration: 0.4s;
  272. letter-spacing: 2px; }
  273.  
  274. #dlinks .test {}
  275.  
  276. #navi {
  277. width:80px;
  278. height: 300px;
  279. position: fixed; top:90px; left:1000px; }
  280. .navigation {
  281. margin-top: 0px;
  282. color: {color:Bodytext}; text-decoration:none;
  283. font: 10px georgia;
  284. line-height:90%
  285. z-index:1; }
  286. .navigation a, .navigation a:visited {
  287. margin-top: 0px;
  288. padding:0px;
  289. color: {color:navlinks}; text-decoration:none;
  290. background-color:{color:NavigationBG};
  291. font: 40px georgia;
  292. z-index:2;
  293. border-radius:70px;
  294. -webkit-border-radius:70px;
  295. -moz-border-radius:70px;
  296. padding-top:0px; padding-right:0px; padding-bottom:7px; padding-left:0px;
  297. display:block;
  298. text-align:center;
  299. text-decoration:none;
  300. -webkit-transition: all 0.3s linear;
  301. -moz-transition: all 0.3s linear;
  302. -o-transition: all 0.3s linear ;
  303. -ms-transition: all 0.3s linear; }
  304. .navigation ul {
  305. margin:0px;
  306. padding: 0px; }
  307. .navigation ul.prev { text-align:right; }
  308. .navigation li {
  309. margin:0;
  310. padding:0;
  311. display:block;
  312. width: 53px; }
  313. .navigation li.prev { margin-bottom: 10px;}
  314.  
  315. .navigation a:hover {
  316. color: {color:NavigationBG};
  317. background-color:{color:navlinks};
  318. -webkit-transition: all 0.3s ease-out;
  319. -moz-transition: all 0.3s ease-out;
  320. -o-transition: all 0.3s ease-out ;
  321. -ms-transition: all 0.3s ease-out; }
  322.  
  323. ol#posts { list-style-type: none;
  324. margin: 0px; padding: 0px; }
  325.  
  326. ol#posts a, ol#posts a:visited {
  327. text-decoration: none; }
  328.  
  329. li.post ul { list-style-type: disc; }
  330. li.post { background-color: none;
  331. position: relative;
  332. padding: 5px; }
  333. li.post a, li.post a:visited { color:{color:Link}; }
  334. li.post a:hover { color:{color:LinkHover}; }
  335.  
  336. li.post:hover #perma { word-spacing: 0px; opacity: 1.0; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }
  337.  
  338. #perma {
  339. {block:IfNot400pxwidth}
  340. width: 500px;
  341. {/block:IfNot400pxwidth}
  342. {block:If400pxwidth}
  343. width: 400px;
  344. {/block:If400pxwidth}
  345. font:11px {font:NavLinks};
  346. background-color: none;
  347. color: {color:navlinks};
  348. display:block;
  349. text-align:left;
  350. text-transform: lowercase;
  351. margin-left:0px;
  352. opacity: 0; filter: alpha(opacity=0); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  353. position:absolute; bottom: 8%;
  354. -webkit-transition-duration: 0.4s;
  355. word-spacing: -3px;
  356. z-index:222; }
  357. #perma a, #perma a:visited {
  358. font-weight:normal;
  359. color: {color:navlinks};
  360. text-decoration: none;}
  361. #perma a:hover {
  362. font-weight:normal;
  363. color:{color:LinkHover};}
  364.  
  365. ul.footlinks {
  366. list-style-type:none;
  367. padding:3px 10px;
  368. margin: 0px 0px;
  369. background-color: {color:NavigationBG};
  370. -moz-border-radius:30px;
  371. -webkit-border-radius:30px;
  372. border-radius: 30px; }
  373. ul.footlinks li { display: inline;
  374. background-color: none; }
  375.  
  376. .postinfo {
  377. padding: 10px;
  378. text-align: center;
  379. text-transform: lowercase; }
  380. .postinfo a, .postinfo a:visited { color: {color:Link}; }
  381. .postinfo a:hover { color: {color:LinkHover}; }
  382. .postinfo ul { list-style-type:none; padding: 0px; margin: 0px; }
  383.  
  384. .postfooter {
  385. {block:IfNot400pxwidth}
  386. width: 500px;
  387. {/block:IfNot400pxwidth}
  388. {block:If400pxwidth}
  389. width: 400px;
  390. {/block:If400pxwidth}
  391. padding:0px; margin-left:5px; margin-top:0px; margin-bottom:0px;
  392. height: 1px;
  393. background-color: {color:Footer}; }
  394.  
  395. .posttitle {
  396. font:20px {font:Title};
  397. font-weight:normal;
  398. margin:0px; padding:0px;}
  399.  
  400. #postlink {
  401. {block:IfNot400pxwidth}
  402. width: 250px;
  403. margin-left: 120px;
  404. {/block:IfNot400pxwidth}
  405. {block:If400pxwidth}
  406. width: 180px;
  407. margin-left: 110px;
  408. {/block:If400pxwidth}
  409. text-align: center; }
  410. .postlink {
  411. color:{color:Bodytext};
  412. text-decoration: none;
  413. font-size: 20px;
  414. font-family: {font:Title};
  415. text-align: center;
  416. letter-spacing:-1px; }
  417. .postlink:hover {
  418. color:{color:LinkHover};
  419. text-decoration: none; }
  420.  
  421. .postquote {
  422. {block:IfNot400pxwidth}
  423. width:440px;
  424. {/block:IfNot400pxwidth}
  425. {block:If400pxwidth}
  426. width: 340px;
  427. {/block:If400pxwidth}
  428. text-align: center;
  429. font-family:{font:Title}; color:{color:Bodytext}; font-size:14px; font-weight: normal; padding: 0px 20px 5px 0px; position: relative; left: 30px; top: 0px; z-index: 2;}
  430.  
  431. .quotebg {
  432. font-family: georgia; font-size:72px;
  433. color:{color:Bodytext};
  434. font-weight: normal;
  435. position: absolute;
  436. right: 25px;
  437. bottom: -5px;
  438. z-index: 1; line-height: 90%;
  439. opacity: 0.2; filter: alpha(opacity=20); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)"; height:70px;}
  440.  
  441. .quote_source {margin: 5px 20px 5px 0; text-align: right; }
  442. .quote_source a{color:{color:Link}; text-decoration:none;}
  443. .quote_source a:hover { color:{color:LinkHover}; }
  444.  
  445.  
  446.  
  447. li.postchat { list-style-type:none;}
  448. .chattitle {
  449. list-style-type:none;
  450. margin-bottom:-2px; font: 14px {font:Title};
  451. text-align: center; }
  452.  
  453. li.postphotoset { list-style-type:none; }
  454.  
  455. ul.chat { padding: 0px;
  456. margin: 5px 0px;
  457. list-style-type: none;
  458. border-bottom: solid 0px {color:Bodytext};}
  459.  
  460. ul.chat li {
  461. border-top: solid 0px {color:Bodytext};
  462. padding: 2px 2px 2px 15px; list-style-type:none; }
  463.  
  464. ul.chat li:nth-child(odd) { background-color: none;}
  465. ul.chat li:nth-child(even) { background-color: none}
  466.  
  467. ul.chat .label { font-weight:bold;}
  468.  
  469. .row:nth-child(odd) { background-color:none;}
  470. .row:nth-child(even) { background-color: none;}
  471.  
  472. ol.audioinfo { list-style-type: none;
  473. margin: 0px 0px 0px 3px; padding: 0px;
  474. font-family: trebuchet ms;
  475. text-transform: normal;
  476. font-size: 11px; }
  477. table.audio_table { border: none; }
  478.  
  479. .audio_wrap { position: relative; }
  480. #audioplayer { width: 27px; border: 0px solid pink; overflow: hidden;
  481. position: absolute; top: 7px; left: 7px;
  482. z-index:5;
  483. }
  484. .player_wrap {
  485. position: absolute; top: 66px; left: 66px;
  486. width: 42px; height: 42px;
  487. z-index:4;
  488. {block:IfNotaudioplayerblack} background-color: white; {/block:IfNotaudioplayerblack}
  489. {block:Ifaudioplayerblack} background-color: black; {/block:Ifaudioplayerblack}
  490. -moz-border-radius: 30px;
  491. -webkit-border-radius: 30px;
  492. border-radius: 30px;
  493. }
  494. .album_art img { position: relative;
  495. -moz-border-radius: 90px;
  496. -webkit-border-radius: 90px;
  497. border-radius: 90px; }
  498.  
  499. .question_post { background-color: none; -moz-border-radius:6px;-webkit-border-radius:6px; border-radius: 6px; padding:5px;}
  500. .asker_container { font-family:{font:PostTitle}; font-size:12px; font-weight:bold; position:relative; z-index: 5; }
  501. .question_post img.icon { margin-right: 0px;
  502. -moz-border-radius:30px;
  503. -webkit-border-radius:30px;
  504. border-radius: 30px; }
  505. .question_wrap { position: relative; }
  506. .tri { color: {color:askbackground}; font: 50px baskerville; position:absolute; top:-20px; {block:IfNot400pxwidth} left: 200px; {/block:IfNot400pxwidth} {block:If400pxwidth} left: 160px; {/block:If400pxwidth} z-index: 1;}
  507. .question { background-color: {color:askbackground}; position: relative; padding: 10px; -moz-border-radius:15px;-webkit-border-radius:15px; border-radius: 15px; z-index: 6;}
  508. .answer { display:block;}
  509. .answer p {
  510. line-height:110%;}
  511.  
  512. .notecontainer { margin:0px; padding: 0px 10px; text-align: left;}
  513. .notecontainer a, .notecontainer a:visited { color: {color:Link}; }
  514. .notecontainer a:hover { color: {color:LinkHover}; }
  515.  
  516. ol.notes {
  517. padding: 0px;
  518. margin: 15px 0px;
  519. list-style-type: none; }
  520.  
  521. ol.notes li.note { font-family:{font:Tags}; font-size: 11px; font-weight: normal;
  522. padding: 2px; }
  523.  
  524. ol.notes li.note img.avatar {
  525. vertical-align: -4px;
  526. margin-right: 10px;
  527. width: 16px;
  528. height: 16px; }
  529.  
  530. ol.notes li.note span.action {
  531. font-weight: normal; }
  532. ol.notes li.note .answer_content { font-family:{font:Tags};
  533. font-weight: normal;}
  534.  
  535. ol.notes li.note blockquote { font-family:{font:Tags};
  536. border-color:{color:Bodytext};
  537. padding: 4px 10px;
  538. margin: 4px 0px 0px 25px; }
  539. ol.notes li.note blockquote a {
  540. font-family:{font:Tags};
  541. text-decoration: none; }
  542.  
  543. #creditbox {
  544. width:70px;
  545. height: 30px;
  546. border: none;
  547. position: fixed; bottom: 5px; right: 5px;
  548. z-index: 999999;
  549. }
  550.  
  551. iframe#tumblr_controls {
  552. top:0px !important;
  553. right:3px !important;
  554. position: fixed !important;
  555. opacity: 0.4; filter: alpha(opacity=40); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  556. -webkit-transition: all 0.4s linear;
  557. -moz-transition: all 0.4s linear;
  558. -o-transition: all 0.4s linear ;
  559. -ms-transition: all 0.4s linear; }
  560. iframe#tumblr_controls:hover {
  561. opacity: 1; filter: alpha(opacity=100); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  562. -webkit-transition: all 0.4s linear;
  563. -moz-transition: all 0.4s linear;
  564. -o-transition: all 0.4s linear;
  565. -ms-transition: all 0.4s linear;}
  566.  
  567. img { border-style: none; }
  568.  
  569. p img { max-width: 500px; }
  570.  
  571. blockquote {
  572. border-left:2px {color:Bodytext} solid;
  573. padding-left:5px; padding-right:0px; padding-top:0px; padding-bottom:0px;
  574. margin:-2px 0px 0px 10px;}
  575. {block:IfNot400pxwidth}
  576. blockquote img { max-width: 482px; }
  577. blockquote blockquote img { max-width: 465px; }
  578. blockquote blockquote blockquote img { max-width: 447px; }
  579. {/block:IfNot400pxwidth}
  580. {block:If400pxwidth}
  581. blockquote img { max-width: 382px; }
  582. blockquote blockquote img { max-width: 365px; }
  583. blockquote blockquote blockquote img { max-width: 348px; }
  584. {/block:If400pxwidth}
  585.  
  586. #bottom { background-color:none; height:10px;}
  587.  
  588. </style>
  589.  
  590. <style type="text/css">{CustomCSS}</style>
  591.  
  592. {block:IfInfiniteScrolling}
  593. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  594. {/block:IfInfiniteScrolling}
  595.  
  596. <script type="text/javascript" src="http://static.tumblr.com/8oupd2j/y87lul42o/tag_search.js">
  597. </script>
  598.  
  599. </head>
  600. <body>
  601.  
  602.  
  603. <div id="background"></div>
  604.  
  605.  
  606.  
  607.  
  608.  
  609. <div id="sidebar">
  610. <div id="avatar">
  611. <a href="/"><img src="{image:image sidebar}"></a>
  612. </div>
  613.  
  614. <div id="links">
  615. <ul>
  616. <span style="white-space: nowrap;">
  617. {block:Pagination}
  618. {block:PreviousPage}
  619. <li><a href="{PreviousPage}">&laquo;</a></li>
  620. {/block:PreviousPage}
  621. {/block:Pagination}
  622. <li><a href="/ask">{text:label ask}</a></li>
  623. {block:IfShowArchiveLink}
  624. <li><a href="/archive">{text:label archive}</a> </li>
  625. {/block:IfShowArchiveLink}
  626. {block:IfShowRandomLink}
  627. <li><a href="/random">{text:label random}</a> </li>
  628. {/block:IfShowRandomLink}
  629. {block:IfLink1}<li><a href="{text:Link 1 Url}">{text:Link 1 Name}</a></li>{/block:IfLink1}
  630. {block:IfLink2}<li><a href="{text:Link 2 Url}">{text:Link 2 Name}</a></li>{/block:IfLink2}
  631.  
  632. {block:Pagination}
  633. {block:NextPage}
  634. <li><a href="{NextPage}">&raquo;</a></li>
  635. {/block:NextPage}
  636. {/block:Pagination}
  637. </span>
  638. </ul>
  639. </diV>
  640.  
  641. {block:Description}
  642. <div id="dwrap">
  643. <div id="descriptionbg">
  644. </div>
  645. <div id="description">
  646. {Description}
  647. <div id="dlinks">
  648. {block:IfLink3}<a href="{text:Link 3 Url}">{text:Link 3 Name}</a> {/block:IfLink3}
  649. {block:IfLink4}&bull; <a href="{text:Link 4 Url}">{text:Link 4 Name}</a> {/block:IfLink4}
  650. {block:IfLink5}&bull; <a href="{text:Link 5 Url}">{text:Link 5 Name}</a> {/block:IfLink5}<br>
  651. {block:IfLink6}<a href="{text:Link 6 Url}">{text:Link 6 Name}</a>{/block:IfLink6}
  652. {block:IfLink7}&bull; <a href="{text:Link 7 Url}">{text:Link 7 Name}</a>{/block:IfLink7}
  653. </div>
  654.  
  655. </div>
  656. </div>
  657. {/block:Description}
  658.  
  659. </div>
  660.  
  661. <div id="wrapper">
  662. <div id="title">
  663. <a href="/">
  664. {Title}
  665. </a>
  666. </div>
  667. <div id="content">
  668.  
  669. {block:SearchPage}
  670. {block:SearchResults}
  671. <div id="searchresults">{lang:SearchResultCount results for SearchQuery 2}</div>
  672. {/block:SearchResults}
  673.  
  674. {block:NoSearchResults}
  675. <div id="searchresults">{lang:No search results for SearchQuery 2}</div>
  676. {/block:NoSearchResults}
  677. {/block:SearchPage}
  678.  
  679. <div class ="autopagerize_page_element">
  680. <ol id="posts">
  681. {block:Posts}
  682.  
  683. {block:Text}
  684. <li class="post" id="text">
  685. {block:Title}
  686. <h3 class="posttitle">{Title}</h3>
  687. {/block:Title}
  688. {Body}
  689. {block:IndexPage}
  690. <div id="perma">
  691. <table border="0" width="100%">
  692. <tr>
  693. <td width="40%">
  694. </td>
  695. <td>
  696. <ul class="footlinks">
  697. {block:Date}<span style="white-space: nowrap;">
  698. {block:IfNotDateStyleTimeAgo}
  699. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  700. {/block:IfNotDateStyleTimeAgo}
  701. {block:IfDateStyleTimeAgo}
  702. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  703. {/block:IfDateStyleTimeAgo}
  704. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  705. <li><a href="{ReblogURL}">reblog</a></li></span>
  706.  
  707. </ul>
  708. {/block:Date}
  709. </td>
  710. <td width="40%">
  711. </td>
  712. </tr>
  713. </table>
  714. </div>
  715. {/block:IndexPage}
  716. </li>
  717. {/block:Text}
  718.  
  719. {block:Photo}
  720. <li class="post" id="photo">
  721. <div class="media" {block:IfimagesCentered} align="center"{/block:IfImagesCentered}>
  722. <img src="{block:IfNot400pxwidth}{PhotoURL-500}{/block:IfNot400pxwidth} {block:If400pxwidth}{PhotoURL-400} {/block:If400pxwidth}" alt="{PhotoAlt}"/ {block:IfNot400pxwidth} {block:IfImagesstretched} width="500px" {/block:IfImagesstretched} {/block:IfNot400pxwidth} {block:If400pxwidth}{block:IfImagesstretched}width="400px" {/block:IfImagesstretched}{/block:If400pxwidth}>
  723. </div>
  724. {block:Caption}
  725. <div class="caption">{Caption}</div>
  726. {/block:Caption}
  727. {block:IndexPage}
  728. <div id="perma">
  729. <table border="0" width="100%">
  730. <tr>
  731. <td width="40%">
  732. </td>
  733. <td>
  734. <ul class="footlinks">
  735. {block:Date}<span style="white-space: nowrap;">
  736. {block:IfNotDateStyleTimeAgo}
  737. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  738. {/block:IfNotDateStyleTimeAgo}
  739. {block:IfDateStyleTimeAgo}
  740. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  741. {/block:IfDateStyleTimeAgo}
  742. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  743. <li><a href="{ReblogURL}">reblog</a></li></span>
  744.  
  745. </ul>
  746. {/block:Date}
  747. </td>
  748. <td width="40%">
  749. </td>
  750. </tr>
  751. </table>
  752. </div>
  753. {/block:IndexPage}
  754. </li>
  755. {/block:Photo}
  756.  
  757. {block:Photoset}
  758. <li class="post" id="photoset">
  759. {block:IfNot400pxwidth} {Photoset-500}{/block:IfNot400pxwidth} {block:If400pxwidth} {Photoset-400}{/block:If400pxwidth}
  760. {block:Caption}
  761. <div class="caption">{Caption}</div>
  762. {/block:Caption}
  763. {block:IndexPage}
  764. <div id="perma">
  765. <table border="0" width="100%">
  766. <tr>
  767. <td width="40%">
  768. </td>
  769. <td>
  770. <ul class="footlinks">
  771. {block:Date}<span style="white-space: nowrap;">
  772. {block:IfNotDateStyleTimeAgo}
  773. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  774. {/block:IfNotDateStyleTimeAgo}
  775. {block:IfDateStyleTimeAgo}
  776. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  777. {/block:IfDateStyleTimeAgo}
  778. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  779. <li><a href="{ReblogURL}">reblog</a></li></span>
  780.  
  781. </ul>
  782. {/block:Date}
  783. </td>
  784. <td width="40%">
  785. </td>
  786. </tr>
  787. </table>
  788. </div>
  789. {/block:IndexPage}
  790. </li>
  791. {/block:Photoset}
  792.  
  793. {block:Quote}
  794. <li class="post" id="quote">
  795. <div class="quotebg">❞</div>
  796. <div class="postquote">{Quote}</div>
  797. {block:Source}
  798. <div class="quote_source">
  799. &mdash; {Source}</div>
  800.  
  801. {/block:Source}
  802. {block:IndexPage}
  803. <div id="perma">
  804. <table border="0" width="100%">
  805. <tr>
  806. <td width="40%">
  807. </td>
  808. <td>
  809. <ul class="footlinks">
  810. {block:Date}<span style="white-space: nowrap;">
  811. {block:IfNotDateStyleTimeAgo}
  812. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  813. {/block:IfNotDateStyleTimeAgo}
  814. {block:IfDateStyleTimeAgo}
  815. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  816. {/block:IfDateStyleTimeAgo}
  817. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  818. <li><a href="{ReblogURL}">reblog</a></li></span>
  819.  
  820. </ul>
  821. {/block:Date}
  822. </td>
  823. <td width="40%">
  824. </td>
  825. </tr>
  826. </table>
  827. </div>
  828. {/block:IndexPage}
  829. </li>
  830. {/block:Quote}
  831.  
  832. {block:Link}
  833. <li class="post" id="link">
  834. <div id="postlink">
  835. <a href="{URL}" class="postlink" {Target}>{Name}</a>
  836. </div>
  837. {block:Description}
  838. <div class="description">{Description}</div>
  839. {/block:Description}
  840. {block:IndexPage}
  841. <div id="perma">
  842. <table border="0" width="100%">
  843. <tr>
  844. <td width="40%">
  845. </td>
  846. <td>
  847. <ul class="footlinks">
  848. {block:Date}<span style="white-space: nowrap;">
  849. {block:IfNotDateStyleTimeAgo}
  850. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  851. {/block:IfNotDateStyleTimeAgo}
  852. {block:IfDateStyleTimeAgo}
  853. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  854. {/block:IfDateStyleTimeAgo}
  855. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  856. <li><a href="{ReblogURL}">reblog</a></li></span>
  857.  
  858. </ul>
  859. {/block:Date}
  860. </td>
  861. <td width="40%">
  862. </td>
  863. </tr>
  864. </table>
  865. </div>
  866. {/block:IndexPage}
  867. </li>
  868. {/block:Link}
  869.  
  870. {block:Chat}
  871. <li class="post" id="chat">
  872. {block:Title}
  873. <h3 class="chattitle">{Title}</h3>
  874. {/block:Title}
  875. <ul class="chat">
  876. {block:Lines}
  877. <li class="{Alt} user_{UserNumber}">
  878. {block:Label}
  879. <span class="label">{Label}</span>
  880. {/block:Label}
  881. {Line}
  882. </li>
  883. {/block:Lines}
  884. </ul>
  885. {block:IndexPage}
  886. <div id="perma">
  887. <table border="0" width="100%">
  888. <tr>
  889. <td width="40%">
  890. </td>
  891. <td>
  892. <ul class="footlinks">
  893. {block:Date}<span style="white-space: nowrap;">
  894. {block:IfNotDateStyleTimeAgo}
  895. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  896. {/block:IfNotDateStyleTimeAgo}
  897. {block:IfDateStyleTimeAgo}
  898. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  899. {/block:IfDateStyleTimeAgo}
  900. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  901. <li><a href="{ReblogURL}">reblog</a></li></span>
  902.  
  903. </ul>
  904. {/block:Date}
  905. </td>
  906. <td width="40%">
  907. </td>
  908. </tr>
  909. </table>
  910. </div>
  911. {/block:IndexPage}
  912. </li>
  913. {/block:Chat}
  914.  
  915. {block:Video}
  916. <li class="post" id="video">
  917. {block:IfNot400pxwidth} {Video-500} {/block:IfNot400pxwidth} {block:If400pxwidth} {Video-400} {/block:If400pxwidth}
  918. {block:Caption}
  919. <div class="caption">{Caption}</div>
  920. {/block:Caption}
  921. {block:IndexPage}
  922. <div id="perma">
  923. <table border="0" width="100%">
  924. <tr>
  925. <td width="40%">
  926. </td>
  927. <td>
  928. <ul class="footlinks">
  929. {block:Date}<span style="white-space: nowrap;">
  930. {block:IfNotDateStyleTimeAgo}
  931. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  932. {/block:IfNotDateStyleTimeAgo}
  933. {block:IfDateStyleTimeAgo}
  934. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  935. {/block:IfDateStyleTimeAgo}
  936. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  937. <li><a href="{ReblogURL}">reblog</a></li></span>
  938.  
  939. </ul>
  940. {/block:Date}
  941. </td>
  942. <td width="40%">
  943. </td>
  944. </tr>
  945. </table>
  946. </div>
  947. {/block:IndexPage}
  948. </li>
  949. {/block:Video}
  950.  
  951. {block:Audio}
  952. <li class="post" id="audio">
  953. <table border="0" {block:IfNot400pxwidth}width="500px"{/block:IfNot400pxwidth} {block:If400pxwidth}width="500px"{block:If400pxwidth} cellspacing="0" cellpadding="0" class="audio_table">
  954.  
  955. <tr>
  956. <td {block:IfNot400pxwidth} width="60px"{/block:IfNot400pxwidth} {block:If400pxwidth} width="40px"{/block:If400pxwidth} >
  957. </td>
  958. <td width="170px">
  959. <div class="audio_wrap">
  960. {block:AlbumArt}
  961. <div class="album_art">
  962. <img src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" style="margin-bottom:0px;" width="170px"/>
  963. </div>
  964. {/block:AlbumArt}
  965. <div class="player_wrap"><div id="audioplayer">{block:IfNotaudioplayerblack} {AudioPlayerWhite} {/block:IfNotaudioplayerblack}{block:Ifaudioplayerblack}{AudioPlayerBlack} {/block:Ifaudioplayerblack}</div></div>
  966. </div>
  967. </td>
  968. <td width="320px" height="140px" valign="center">
  969. <ol class="audioinfo">
  970. {block:TrackName}<li><b>Track:</b> {TrackName}</li>{/block:TrackName}
  971. {block:Artist}<li><b>Artist:</b> {Artist}</li>{/block:Artist}
  972. {block:Album}<li><b>Album:</b> {Album}</li>{/block:Album}
  973. <li>{PlayCountWithLabel}</li>
  974. </ol>
  975. </td>
  976.  
  977. </tr>
  978. {block:Caption}
  979. <tr>
  980. <td colspan="2" valign="top">
  981.  
  982. <div class="caption">{Caption}</div>
  983.  
  984. </td>
  985. </tr>{/block:Caption}
  986. </table>
  987. {block:IndexPage}
  988. <div id="perma">
  989. <table border="0" width="100%">
  990. <tr>
  991. <td width="40%">
  992. </td>
  993. <td>
  994. <ul class="footlinks">
  995. {block:Date}<span style="white-space: nowrap;">
  996. {block:IfNotDateStyleTimeAgo}
  997. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  998. {/block:IfNotDateStyleTimeAgo}
  999. {block:IfDateStyleTimeAgo}
  1000. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  1001. {/block:IfDateStyleTimeAgo}
  1002. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  1003. <li><a href="{ReblogURL}">reblog</a></li></span>
  1004.  
  1005. </ul>
  1006. {/block:Date}
  1007. </td>
  1008. <td width="40%">
  1009. </td>
  1010. </tr>
  1011. </table>
  1012. </div>
  1013. {/block:IndexPage}
  1014. </li>
  1015. {/block:Audio}
  1016.  
  1017. {block:Answer}
  1018. <li class="post" id="answer">
  1019. <div class="question_post">
  1020. <table border="0" width="100%">
  1021. <tr>
  1022. <td width="40%" align="right">
  1023. <img class="icon" src="{AskerPortraitURL-30}">
  1024. </td>
  1025. <td width="60%" align="left">
  1026. <div class="asker_container"> {Asker}</div>
  1027. </td>
  1028. </tr>
  1029. <tr>
  1030. <td valign="top" colspan="2">
  1031. <div class="question_wrap">
  1032. <div class="tri">&diams;</div>
  1033. <div class="question">
  1034. {Question}
  1035. </div>
  1036. </div>
  1037. </td>
  1038. </tr>
  1039. </table>
  1040.  
  1041. </div>
  1042.  
  1043. <div class="answer">{Answer}</div>
  1044. {block:IndexPage}
  1045. <div id="perma">
  1046. <table border="0" width="100%">
  1047. <tr>
  1048. <td width="40%">
  1049. </td>
  1050. <td>
  1051. <ul class="footlinks">
  1052. {block:Date}<span style="white-space: nowrap;">
  1053. {block:IfNotDateStyleTimeAgo}
  1054. <li><a href="{Permalink}">{ShortMonth} {DayOfMonth} {Year} at {FormattedTime}</a> &#124; </li>
  1055. {/block:IfNotDateStyleTimeAgo}
  1056. {block:IfDateStyleTimeAgo}
  1057. <li><a href="{Permalink}">{TimeAgo}</a> &#124;</li>
  1058. {/block:IfDateStyleTimeAgo}
  1059. {block:NoteCount}<li><a href="{Permalink}"> {NoteCountWithLabel}</a> &#124; </li>{/block:NoteCount}
  1060. <li><a href="{ReblogURL}">reblog</a></li></span>
  1061.  
  1062. </ul>
  1063. {/block:Date}
  1064. </td>
  1065. <td width="40%">
  1066. </td>
  1067. </tr>
  1068. </table>
  1069. </div>
  1070. {/block:IndexPage}
  1071. </li>
  1072. {/block:Answer}
  1073.  
  1074.  
  1075. {block:PermalinkPage}
  1076. <div class="postfooter"></div>
  1077. {block:Date}
  1078. <div class="postinfo">
  1079. <ul>
  1080. <li>Posted on {Month} {DayOfMonth} {Year} at {FormattedTime} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}</li>
  1081. {block:Reblog}
  1082. <li>Source <a href="{ReblogRootURL}">{ReblogRootName}</a>{block:RebloggedFromReblog}, via <a href="{ReblogParentURL}">{ReblogParentName}</a></li>{/block:RebloggedFromReblog}
  1083. {/block:Reblog}
  1084. {block:HasTags}
  1085. <li>Tagged {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}</li>
  1086. {/block:HasTags}
  1087. </ul>
  1088. </div>
  1089.  
  1090. {/block:Date}
  1091.  
  1092. <div class="postfooter"></div>
  1093.  
  1094. {block:PostNotes}<div class="notecontainer">{PostNotes}</div>{/block:PostNotes}
  1095.  
  1096. {/block:PermalinkPage}
  1097. {block:IndexPage}
  1098. <div class="postfooter"></div>
  1099. {/block:IndexPage}
  1100.  
  1101. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} {ReblogParentURL}{block:ReblogParentLogo}<img src=”{BlackLogoURL}”width=”{LogoWidth}” height=”{LogoHeight}” alt=”{ReblogParentTitle}” />{/block:ReblogParentLogo}{block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->{/block:ContentSource}
  1102.  
  1103. {/block:Posts}
  1104. </ol></div>
  1105.  
  1106.  
  1107. </div>
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113. <div id="bottom"></div>
  1114. </div>
  1115.  
  1116. <div class="clear"></div>
  1117. </div>
  1118.  
  1119. <iframe id="creditbox" src="http://riverbellthemes.tumblr.com/copy" scrolling="none"></iframe>
  1120.  
  1121. </body>
  1122. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement