winchestersnothemes

Theme - Line

Aug 5th, 2012
1,198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.95 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
  2. <html lang="en">
  3. <head>
  4. <title>{Title}</title>
  5.  
  6. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. <meta name="color:Blog title" content="#000000"/>
  11. <meta name="color:Text" content="#000000"/>
  12. <meta name="color:Links" content="#5C5C5C"/>
  13. <meta name="color:Links Hover" content="#B1B1B1"/>
  14. <meta name="color:Title" content="#000000"/>
  15. <meta name="color:Background" content="#FFFFFF"/>
  16. <meta name="color:scroll" content="#777"/>
  17. <meta name="color:scroll bg" content="#DDD"/>
  18.  
  19. <meta name="color:linkss" content="#777"/>
  20. <meta name="color:linksbd" content="#DDD"/>
  21. <meta name="color:linksshover" content="#777"/>
  22. <meta name="color:linksbdhover" content="#DDD"/>
  23.  
  24.  
  25. <meta name="if:One Column" content="0">
  26. <meta name="if:Two Columns" content="0">
  27. <meta name="if:Three Columns" content="1">
  28. <meta name="if:Four Columns" content="1">
  29.  
  30. <meta name="font:Title" content="Georgia"/>
  31. <meta name="font:Body" content="Georgia"/>
  32.  
  33. <meta name="image:Background" content="">
  34.  
  35. <meta name="text:Link1" content="/" />
  36. <meta name="text:Link1 Title" content="link" />
  37. <meta name="text:Link2" content="/" />
  38. <meta name="text:Link2 Title" content="link" />
  39. <meta name="text:Link3" content="/" />
  40. <meta name="text:Link3 Title" content="link" />
  41. <meta name="text:Link4" content="/" />
  42. <meta name="text:Link4 Title" content="link" />
  43. <meta name="text:Link5" content="/" />
  44. <meta name="text:Link5 Title" content="link" />
  45. <meta name="text:Link6" content="/" />
  46. <meta name="text:Link6 Title" content="link" />
  47. <meta name="text:Link7" content="/" />
  48. <meta name="text:Link7 Title" content="link" />
  49. <meta name="text:Link8" content="/" />
  50. <meta name="text:Link8 Title" content="link" />
  51.  
  52. <meta name="text:Post title font size" content="18"/>
  53. <meta name="text:Body font size" content="11"/>
  54.  
  55. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  56.  
  57. <script type="text/javascript" src="http://static.tumblr.com/is5f0mm/B45lrpvaa/one.txt"></script>
  58. <script type="text/javascript" src="http://static.tumblr.com/misqj4e/k3Om6u289/adam.js"></script>
  59.  
  60. <style type="text/css">
  61.  
  62. iframe#tumblr_controls {
  63. top: 0% !important;
  64. right:0% !important;
  65. position: absolute !important;
  66. }
  67.  
  68. h1 {
  69. color:{color:Blog title};
  70. padding-bottom:30px;
  71. font-weight: normal;
  72. font-size:{text:title font size}px;
  73. text-transform: uppercase;
  74. font-family:{font:Title};
  75. line-height: -4px;
  76. {block:ifusebanner}display:none;{/block:ifusebanner}
  77. }
  78.  
  79. h1 a {
  80. color:{color:Blog title};
  81. }
  82.  
  83. body {
  84. height: 100%;
  85. background-color:{color:Background};
  86. color: {color:Text};
  87. font-size: {text:Body font size}px;
  88. font-family:{font:Body};
  89. line-height: 14px;
  90. padding: 30px 0 200px 0;
  91. {block:ifShowbackgroundImage}background-attachment: fixed;
  92. background-image:url('{image:Background}');
  93. {/block:ifshowbackgroundimage}
  94. }
  95.  
  96. a {
  97. color: {color:Links};
  98. text-decoration:none;
  99. }
  100.  
  101. a:hover {
  102. color: {color:Links Hover};
  103. {block:IfUnderlineHover}text-decoration: underline;{/block:IfUnderlineHover}
  104. -webkit-transition-duration: 0.5s;
  105. }
  106.  
  107. a.title {
  108. color: {color:Links};
  109. text-decoration:none;
  110. }
  111.  
  112. ::-webkit-scrollbar{width:10px;height:5px;}
  113. ::-webkit-scrollbar-button:start:decrement}
  114. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  115. ::-webkit-scrollbar-track-piece{background-color:{color:scroll bg}; border:4px solid {color:scroll bg}}
  116. ::-webkit-scrollbar-thumb:vertical{height:100px; background-color:{color:scroll}; border:4px solid {color:scroll bg}}
  117. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:{color:scroll}; border:4px solid {color:scroll bg}}
  118.  
  119. #container {
  120. width: 1050px;
  121. margin: auto auto auto auto;
  122. position: relative;
  123. }
  124.  
  125. #container .header {
  126. width: 1050px;
  127. margin: auto auto;
  128. }
  129.  
  130. #container .description {
  131. padding: 5px 0px 5px;
  132. clear: both;
  133. position: relative;
  134. text-align:center;
  135. width:500px;
  136. margin-left: auto;
  137. margin-right: auto;
  138. }
  139.  
  140. #container .posts {
  141. width: 1050px;
  142. width: 1050px;
  143. clear: both;
  144. position: relative;
  145. margin-left: auto;
  146. margin-right: auto;
  147. padding-top:60px;
  148. }
  149.  
  150. #container .box {
  151. width: 345px;
  152. {block:ifonecolumn}width: 600px; padding-left:21%;{/block:ifonecolumn}
  153. {block:iftwocolumns}width: 500px;{/block:iftwocolumns}
  154. {block:iffourcolumns}width: 250px; margin-bottom:20px;{/block:iffourcolumns}
  155. margin-left: 5px;
  156. margin-left: 5px;
  157. float: left;
  158. margin-bottom: 30px;
  159. margin-bottom: 30px;
  160. position: relative;
  161. }
  162.  
  163. #container .box a{
  164. -webkit-transition-duration: 0.5s;
  165. }
  166.  
  167. #container .box img {
  168. max-width: 100%;
  169. border:0px;
  170. -webkit-transition-duration: 0.5s;
  171.  
  172. opacity:1;
  173. }
  174.  
  175. #container .title {
  176. font-size:{text:Post title font size}px;
  177. line-height: 18px;
  178. text-decoration: none;
  179. display: block;
  180. color:{color:Title};
  181. padding: 8px;
  182. }
  183.  
  184. #container .ask {
  185. font-size:{text:Post title font size}px;
  186. line-height: 18px;
  187. text-decoration: none;
  188. display: block;
  189. color:{color:Title};
  190. padding: 8px;
  191. }
  192.  
  193. #container .audio {
  194. width: 207px;
  195. }
  196.  
  197. #container .columnHolder {
  198. width: 800px;
  199. margin: 5px 0 0 5px;
  200. overflow: hidden;
  201. }
  202.  
  203. #container .columnHolder .column {
  204. width: 225px;
  205. min-height: 1px;
  206. float: left;
  207. }
  208.  
  209. #container .columnHolder .column.middle {
  210. margin: 0 0px;
  211. }
  212.  
  213. #arrow {
  214. font-size:15px;
  215. padding-left:20px;
  216. color:{color:background};
  217. margin-top:-5px;
  218. padding-bottom:5px;
  219. }
  220.  
  221. {block:PermalinkPage}
  222.  
  223. .box {
  224. width: 600px !important;
  225. padding-left: 21%;
  226. }
  227.  
  228. p.answer_form_container {
  229. width: 580px;
  230. }
  231.  
  232. ol.notes {
  233. width: 600px;
  234. position:relative;
  235. padding-left:21%;
  236. list-style-type: none;
  237. margin: 0px 0 10px 0;
  238. padding: -10px -90px;
  239. }
  240.  
  241. ol.notes li.note {
  242. margin: 0px 0 2px 0;
  243. padding: 0;
  244. }
  245.  
  246. ol.notes a {color:Links}
  247.  
  248. ol.notes img.avatar {
  249. display: true;
  250. padding:2px 0 0 2px;
  251. border:0px;
  252. }
  253.  
  254. ol.notes blockquote {
  255. margin: 0;
  256. }
  257.  
  258. ol.notes blockquote a {
  259. text-decoration: none;
  260. }
  261.  
  262. {/block:PermalinkPage}
  263.  
  264. .video{
  265. text-align: center;
  266. background-color:black;
  267. }
  268.  
  269. #top-link {
  270. position:fixed;
  271. right:5px;
  272. bottom:5px;
  273. color:white;
  274. font-weight:bold;
  275. text-decoration:none;
  276. padding:10px;
  277. border:0px;
  278. }
  279.  
  280. #audiotest {
  281. background-image:url('http://static.tumblr.com/2w7y46r/gPklc94jg/play.png');
  282. margin-top: -27px;
  283. display:block;
  284. height:27px;
  285. z-index:-1000;
  286. width:250px;
  287. }
  288.  
  289. #adam {
  290. position:absolute;
  291. top:26px;
  292. right:3px;}
  293.  
  294. .box:hover .back {
  295. {block:indexpage}{/block:indexpage}z-index:1000;
  296. }
  297.  
  298. .back {
  299. margin-top: -25px;
  300. width:100%;
  301. opacity: 0;
  302. z-index: 1000;
  303. }
  304.  
  305. {block:PermalinkPage}
  306.  
  307. .back img{
  308. width:500px;
  309. height:20px;
  310. }
  311.  
  312. {/block:PermalinkPage}
  313.  
  314. {block:ifonecolumn}
  315. .back img{width:600px; height:20px;}
  316. {/block:ifonecolumn}
  317.  
  318. {block:iftwocolumns}
  319. .back img{width:500px; height:20px;}
  320. {/block:iftwocolumns}
  321.  
  322. {block:iffourcolumns}
  323. .back img{width:100%; height:20px;}
  324. {/block:iffourcolumns}
  325.  
  326. #headere {
  327. color: {color:title};
  328. position: fixed;
  329. top: 0px;
  330. left: 0px;
  331. right: 0px;
  332. height: 99px;
  333. background:{color:background};
  334. border-bottom: 5px solid {color:linksbd};
  335. text-align: center;
  336. z-index: 100;
  337. line-height: 0px;
  338. }
  339.  
  340. #title {
  341. text-decoration:none;
  342.  
  343. font-family: Georgia;
  344.  
  345. font-size: 36px;
  346. line-height: 55px;
  347. padding: 10px;
  348. }
  349.  
  350. #links {
  351. margin-bottom: 10px;
  352. }
  353.  
  354. #links a {
  355. font-family: century gothic;
  356. color: {color:linkss};
  357. background: {color:linksbd};
  358. padding-left: 5px;
  359. padding-right: 4px;
  360. }
  361.  
  362. #links a:hover {
  363. background:{color:linksbdhover};
  364. color:{color:linksshover};
  365. }
  366. .photo {position:fixed; left:280px; top:5px;border: 5px solid{color:title};-moz-border-bottom-left-radius: 80px; border-bottom-left-radius: 80px; -moz-border-top-left-radius: 80px; border-top-left-radius: 80px;-moz-border-bottom-right-radius: 80px; border-bottom-right-radius: 80px; -moz-border-top-right-radius: 80px; border-top-right-radius:80px;z-index:7}
  367.  
  368. .photo img {width:80px;height:80;-moz-border-bottom-left-radius: 80px; border-bottom-left-radius: 80px; -moz-border-top-left-radius: 80px; border-top-left-radius: 80px;-moz-border-bottom-right-radius: 80px; border-bottom-right-radius: 80px; -moz-border-top-right-radius: 80px; border-top-right-radius:80px;}
  369.  
  370. </style>
  371.  
  372. <style type="text/css">{CustomCSS}</style>
  373.  
  374. <script src="http://static.tumblr.com/ubmlcww/CVqlrvww0/two.txt"></script>
  375. <script src="http://static.tumblr.com/is5f0mm/oBolrpvgf/infinite_scroll.txt"></script>
  376. <script src="http://static.tumblr.com/ubmlcww/Bhflrvwwe/three.txt" type="text/javascript"></script>
  377. <script src="http://static.tumblr.com/is5f0mm/JOdlrpvsh/four.txt" type="text/javascript"></script>
  378. <script src="http://static.tumblr.com/is5f0mm/cuOlrpvzp/five.txt" type="text/javascript"></script>
  379.  
  380.  
  381. </head>
  382.  
  383. {block:indexpage}
  384. <script src="http://static.tumblr.com/is5f0mm/PT0lrpwjq/six.txt" type="text/javascript"></script>
  385.  
  386. {/block:indexpage}
  387. <br>
  388.  
  389.  
  390. <div id="container">
  391. <div class="header">
  392.  
  393.  
  394.  
  395. <div id="headere">
  396. <div id="title">{title}</div>
  397. <div id="links">
  398. <a href="{text:Link1}">{text:Link1 Title}</a>
  399. <a href="{text:Link2}">{text:Link2 Title}</a>
  400. <a href="{text:Link3}">{text:Link3 Title}</a>
  401. <a href="{text:Link4}">{text:Link4 Title}</a>
  402. <a href="{text:Link5}">{text:Link5 Title}</a>
  403. <a href="{text:Link6}">{text:Link6 Title}</a>
  404. <a href="{text:Link7}">{text:Link7 Title}</a>
  405. <a href="{text:Link8}">{text:Link8 Title}</a>
  406. <a href="http://winchestersnote.tumblr.com/">x</a>
  407.  
  408.  
  409. </div>
  410. <div class="photo"><img src="{PortraitURL-96}"></div>
  411.  
  412. </div>
  413.  
  414.  
  415.  
  416.  
  417.  
  418. </div>
  419.  
  420. <div class="posts" id="allposts">
  421. {block:Posts}
  422. <div class="box">
  423.  
  424. {block:Photo}
  425. {block:IndexPage}
  426. <a href="{Permalink}" target="_blank">{/block:IndexPage}
  427. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  428. <img style="min-width:100%;" class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this);top.focus()" onClick="top.focus()" src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}">
  429.  
  430.  
  431. <div class="back"></div>
  432. <div class="perma">
  433. <a href="{Permalink}" target="_blank"></a>
  434. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a>
  435. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  436. {/block:Photo}
  437.  
  438. {block:Audio}
  439. <div class="curve">
  440. <div style=" width:100%; height:27px; font-size:1px; color:black; background-color:black;">
  441. {AudioPlayerBlack}
  442. </div><a href="{Permalink}" target="_blank" id="audiotest"></a></div><div id="arrow" style="color:black;">&#9660;</div>
  443.  
  444.  
  445. {block:AlbumArt}<img style="border:1px solid white; width:50px; margin-left:5px;" src="{AlbumArtURL}"/>{/block:AlbumArt}
  446.  
  447. {block:indexpage}<div style="{block:AlbumArt}min-height:40px; padding-left:70px;margin-top:-60px;{/block:AlbumArt}">{block:Caption}{Caption}{/block:Caption}</div>{/block:IndexPage}
  448.  
  449. {block:IndexPage}
  450. <div class="back"></div>
  451. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  452. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a>
  453. <a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a>{block:ExternalAudio}<a href="{ExternalAudioURL}"></a>{/block:ExternalAudio}</div>{/block:IndexPage}
  454.  
  455. {/block:Audio}
  456.  
  457. {block:Video}
  458. <div class="video">
  459. {block:iffourcolumns}{Video-250}{/block:iffourcolumns}
  460. {block:ifthreecolumns}{Video-250}{/block:ifthreecolumns}
  461. {block:iftwocolumns}{Video-500}{/block:iftwocolumns}
  462. {block:ifonecolumn}{Video-500}{/block:ifonecolumn}
  463. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}</div>
  464.  
  465. <div class="back"></div>
  466. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  467. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  468. {/block:Video}
  469.  
  470. {block:Text}
  471. <div class="curve">{block:Title}<a href="{Permalink}" class="title">&nbsp;{Title}&nbsp;</a>{/block:Title}</div>{block:Title}<div id="arrow">&#9660;</div>{/block:Title}
  472.  
  473. <div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Body}</div>
  474. <div class="back"></div>
  475. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  476. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  477.  
  478. {block:More}<br><br> <a href="{Permalink}" class="readMore">Read More</a>{/block:More}
  479. {/block:Text}
  480.  
  481. {block:Answer}
  482.  
  483. <div class="curve"><a href="{Permalink}" class="ask">&nbsp;{Question}&nbsp;</a></div><div id="arrow">&#9660;</div>
  484.  
  485. &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img style="border:1px solid white;" src="{AskerPortraitURL-16}"/><span style="vertical-align: 25%;">&nbsp;&nbsp;{Asker}</span>
  486. <div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Answer}</div>
  487.  
  488. <div class="back"></div>
  489. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  490. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a></div>
  491. {/block:Answer}
  492.  
  493. {block:Link}
  494. <div class="curve"><a href="{URL}" class="title" {Target}>&nbsp;{Name}&nbsp;</a>
  495. </div><div id="arrow">&#9660;</div>
  496. {block:Description}<div style="padding-left:8px; padding-top:2px; padding-right:8px;">{Description}</div>{/block:Description}
  497.  
  498. <div class="back"></div>
  499. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  500. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  501. {/block:Link}
  502.  
  503. {block:Quote}<div class="curve"><a href="{Permalink}" class="title">"{Quote}"</a></div><div id="arrow">&#9660;</div>{block:Source}&nbsp;&nbsp;{Source}<br>{/block:Source}
  504. <div class="back"></div>
  505. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  506. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>{/block:Quote}
  507.  
  508. {block:Chat}
  509. <div class="curve">{block:Title}<a href="{Permalink}" class="title">&nbsp;{Title}&nbsp;</a>{/block:Title}</div>{block:Title}<div id="arrow">&#9660;</div>{/block:Title}
  510.  
  511. <table class="chat" style="padding-left:5px;"cellspacing="0">{block:Lines}<tr>{block:Label}<td class="name line{UserNumber}">{Label}</td>{block:Label}<td class="words line{UserNumber}">{Line}</td></tr>{/block:Lines}</table>
  512.  
  513. <div class="back"></div>
  514. <div class="perma"><a href="{Permalink}" target="_blank"></a>
  515. {block:NoteCount}<a href="{Permalink}" target="_blank">{/block:NoteCount}</a><a href="http://tmv.proto.jp/reblog.php?post_url={Permalink};" target="_blank"></a></div>
  516. {/block:Chat}
  517.  
  518. {block:PermalinkPage}<block:Caption>
  519. <BR>{Caption}</block:Caption><BR><BR>
  520. {block:NoteCount}{notecountwithlabel}{/block:NoteCount}{/block:PermalinkPage}
  521.  
  522. {block:PermalinkPage}</div>
  523. {block:PostNotes}{PostNotes}{/block:PostNotes}
  524. {/block:PermalinkPage}
  525.  
  526. </div>{/block:Posts}
  527. </div>
  528.  
  529. {block:IndexPage}
  530. <div class="columnHolder footer"><div class="column navigation" id="navigation">
  531. {block:Pagination}
  532. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  533. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  534.  
  535. {block:PermalinkPagination}
  536. {block:NextPost}<a href="{NextPost}" class="navigate">{/block:NextPost}{block:NextPost}</a>{/block:NextPost}
  537. {block:PreviousPost}<a href="{PreviousPost}" class="navigate">{/block:PreviousPost}{block:PreviousPost}</a>{/block:PreviousPost}{/block:PermalinkPagination}</div></div>
  538. {/block:IndexPage}</div>
  539.  
  540. <script type="text/javascript" src="http://static.tumblr.com/is5f0mm/T5klrpwms/autoscale.txt"></script>
  541.  
  542.  
  543. </body>
  544. </html>
Advertisement
Add Comment
Please, Sign In to add comment