Advertisement
rock3199star

Theme 3: Does it need Saying?

Aug 8th, 2013
493
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.03 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!----
  9. Theme 3: Does it need Saying? by ofmonstersanddemons
  10. - Do not steal my code or use it as a base code
  11. - Do not give it out as yours
  12. - Do not move or take out the credit
  13. *REMOVING CREDIT IS ILLEGAL ACCORDING TO THE CREATIVE COMMONS LICENSE*
  14. - Changes/Edits are allowed as long as the credit is still present
  15. - Any questions? Please contact me.
  16. - Thank you for using my theme (:
  17. *The theme might look weird in positioning in the preview here, but when you go to your blog it will look fine with 1280 X 800 screen resolution*
  18. --->
  19.  
  20.  
  21. <meta name="font:BodyFont" content="Arial"/>
  22.  
  23. <meta name="color:Background" content="#f0f0f0"/>
  24. <meta name="color:Text" content="#000"/>
  25. <meta name="color:Link" content="#0096ff"/>
  26. <meta name="color:LinkHover" content="#0000ff" />
  27. <meta name="color:Title" content="#444"/>
  28. <meta name="color:Description" content="#000"/>
  29. <meta name="color:Post Title" content="#444"/>
  30. <meta name="color:Post" content="#fff"/>
  31. <meta name="color:PermalinkBar" content="#ddd"/>
  32. <meta name="color:Scroll Background" content="#fff"/>
  33. <meta name="color:Scroll Thumb" content="#000"/>
  34. <meta name="color:Selection" content="#494949"/>
  35. <meta name="color:AudioInfo" content="#000"/>
  36. <meta name="color:AskerBorder" content="#000"/>
  37. <meta name="color:Asked" content="#000"/>
  38. <meta name="color:Quote" content="#000"/>
  39. <meta name="color:Quotations" content="#444"/>
  40. <meta name="color:ChatLineOdd" content="#DEDEDE"/>
  41. <meta name="color:ChatLineEven" content="#B8B8B8"/>
  42. <meta name="color:BlogTitleShadow" content="#fff"/>
  43. <meta name="color:LinkbarColor1" content="#eee"/>
  44. <meta name="color:LinkbarColor2" content="#222"/>
  45. <meta name="color:Sideback" content="#BFBFBF"/>
  46. <meta name="color:Border" content="#111"/>
  47.  
  48. <meta name="image:sidebar" content=""/>
  49. <meta name="image:Sideback" content=""/>
  50. <meta name="image:Background" content=""/>
  51.  
  52. <meta name="if:InfiniteScroll" content="0"/>
  53. <meta name="if:InvertedControls" content="1"/>
  54. <meta name="if:MiniCursor" content="1"/>
  55. <meta name="if:BlogTitleShadow" content="1"/>
  56. <meta name="if:ShowLink1" content="1"/>
  57. <meta name="if:ShowLink2" content="1"/>
  58. <meta name="if:ShowLink3" content="1"/>
  59. <meta name="if:ShowLink4" content="1"/>
  60. <meta name="if:ShowLink5" content="1"/>
  61. <meta name="if:ShowLink6" content="1"/>
  62. <meta name="if:ShowLink7" content="1"/>
  63. <meta name="if:ShowLink8" content="1"/>
  64.  
  65. <meta name="text:BlogTitle" content="Title"/>
  66. <meta name="text:Link1" content="Link1"/>
  67. <meta name="text:Link1URL" content="/"/>
  68. <meta name="text:Link2" content="Link2"/>
  69. <meta name="text:Link2URL" content="/"/>
  70. <meta name="text:Link3" content="Link3"/>
  71. <meta name="text:Link3URL" content="/"/>
  72. <meta name="text:Link4" content="Link4"/>
  73. <meta name="text:Link4URL" content="/"/>
  74. <meta name="text:Link5" content="Link5"/>
  75. <meta name="text:Link5URL" content="/"/>
  76. <meta name="text:Link6URL" content="/"/>
  77. <meta name="text:Link7URL" content="/"/>
  78. <meta name="text:Link8URL" content="/"/>
  79. <meta name="text:Link6Title" content="Link6"/>
  80. <meta name="text:Link7Title" content="Link7"/>
  81. <meta name="text:Link8Title" content="Link8"/>
  82.  
  83. <style type="text/css">
  84.  
  85. @font-face {font-family:'Heart';src:url('http://static.tumblr.com/0ozvozv/XGHmr4b2i/always_in_my_heart.ttf');}
  86.  
  87. @font-face {font-family:'Bebas Neue';src:url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');}
  88.  
  89. @font-face {font-family: 'Ico'; src: url('http://static.tumblr.com/0ozvozv/IU7mpdubt/hdicomoon.ttf');}
  90.  
  91. {block:ifInvertedControls}
  92. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1;}
  93. {/block:ifInvertedControls}
  94.  
  95. {block:ifMiniCursor}
  96. body, a {cursor:url("http://i46.tinypic.com/301ivcm.png"), auto !important;}
  97. a:hover{cursor:url("http://i50.tinypic.com/906hch.png"), auto !important;}
  98. {/block:ifMiniCursor}
  99.  
  100. ::-webkit-scrollbar {
  101. height: auto;
  102. width: 8px;
  103. background: {color:scroll background};
  104. }
  105.  
  106. ::-webkit-scrollbar-thumb {
  107. background-color: {color:scroll thumb};
  108. }
  109.  
  110. ::selection {
  111. background: {color:selection};
  112. color: #ffffff;
  113. }
  114.  
  115. ::-moz-selection {
  116. background: {color:selection};
  117. color: #ffffff;
  118. }
  119.  
  120. ::-webkit-selection {
  121. background: {color:selection};
  122. color: #ffffff;
  123. }
  124.  
  125. body {
  126. background:{color:background};
  127. background-image:url('{image:background}');
  128. background-attachment: fixed;
  129. background-repeat: repeat;
  130. margin:0px;
  131. color:{color:text};
  132. font-family:{font:BodyFont};
  133. font-size:12px;
  134. line-height:100%;
  135. }
  136.  
  137. a {
  138. text-decoration:none;
  139. color:{color:Link};
  140. -webkit-transition: all 0.7s ease-in-out;
  141. -moz-transition: all 0.7s ease-in-out;
  142. -o-transition: all 0.7s ease-in-out;
  143. transition: all 0.7s ease-in-out;
  144. }
  145.  
  146. a:hover {
  147. text-decoration:none;
  148. color:{color:LinkHover};
  149. -webkit-transition: all 0.7s ease-in-out;
  150. -moz-transition: all 0.7s ease-in-out;
  151. -o-transition: all 0.7s ease-in-out;
  152. transition: all 0.7s ease-in-out;
  153. }
  154.  
  155. img {
  156. border:none;
  157. max-width:100%;
  158. }
  159.  
  160. blockquote {
  161. padding-left:5px;
  162. border-left:2px solid;
  163. }
  164.  
  165. blockquote blockquote {
  166. padding-left:5px;
  167. border-left:2px solid;
  168. }
  169.  
  170. .posttitle {
  171. font-size:20px;
  172. line-height:100%;
  173. font-family:Volkhov;
  174. color:{color:Post Title};
  175. }
  176.  
  177. #entries {
  178. margin-top:30px;
  179. }
  180.  
  181. #post {
  182. width:500px;
  183. margin-bottom:20px;
  184. margin-left:560px;
  185. overflow:hidden;
  186. position:relative;
  187. padding:10px;
  188. background-color:{color:Post};
  189. border:1px solid {color:Border};
  190. -webkit-border-radius: 10px;
  191. -moz-border-radius: 10px;
  192. border-radius: 10px;
  193. }
  194.  
  195. #title {
  196. text-align:center;
  197. font-size:40px;
  198. font-family:Heart;
  199. line-height:100%;
  200. color: {color:Title};
  201. {block:ifBlogTitleShadow}
  202. text-shadow:1px 1px 10px #fff;
  203. {/block:ifBlogTitleShadow}
  204. }
  205.  
  206. #titlebox {
  207. width:300px;
  208. padding-bottom:15px;
  209. margin-left:15px;
  210. margin-top:20px;
  211. }
  212.  
  213. #sideback {
  214. position:fixed !important;
  215. width:350px;
  216. height:10000px;
  217. margin-left:80px;
  218. margin-top:-30px;
  219. background-image:url('{image:Sideback}');
  220. background-color:{color:Sideback};
  221. background-repeat: repeat;
  222. }
  223.  
  224. #doctor {
  225. font-family:Volkhov;
  226. font-size:17px;
  227. line-height:100%;
  228. text-align:center;
  229. margin-bottom:15px;
  230. font-weight:bold;
  231. }
  232.  
  233. #rose {
  234. max-width:250px;
  235. margin-left:25px;
  236. }
  237.  
  238. #rose img {
  239. max-width:250px;
  240. margin-left:25px;
  241. }
  242.  
  243. #description {
  244. width:220px;
  245. padding:0px 0px 7px 7px;
  246. margin-left:55px;
  247. margin-top:0px;
  248. text-align:center;
  249. font-family:{font:BodyFont};
  250. font-size:10px;
  251. color: {color:Description};
  252. }
  253.  
  254. .linkbars {
  255. width:210px;
  256. height:8px;
  257. background: {color:LinkbarColor1};
  258. font-family:Volkhov;
  259. font-size:12px;
  260. color: {color:LinkbarColor2};
  261. text-align: center;
  262. padding:5px 5px 8px 5px;
  263. opacity: 1;
  264. margin-bottom:4px;
  265. letter-spacing:1px;
  266. -webkit-transition: all 1s ease-in-out;
  267. -moz-transition: all 1s ease-in-out;
  268. -o-transition: all 1s ease-in-out;
  269. transition: all 1s ease-in-out;
  270. }
  271.  
  272. .linkbars:hover {
  273. background: {color:LinkbarColor2};
  274. color:{color:LinkbarColor1};
  275. -webkit-transition: all 1s ease-in-out;
  276. -moz-transition: all 1s ease-in-out;
  277. -o-transition: all 1s ease-in-out;
  278. transition: all 1s ease-in-out;
  279. }
  280.  
  281. .linkbars a {
  282. color: {color:LinkbarColor2};
  283. }
  284.  
  285. .linkbars:hover a {
  286. color: {color:LinkbarColor1};
  287. }
  288.  
  289. #pagination {
  290. font-family:Volkhov;
  291. font-size:12px;
  292. text-align:center;
  293. font-style:italic;
  294. }
  295.  
  296. #s-m-t-tooltip {
  297. max-width:300px;
  298. height:8px;
  299. padding:2px 2px 5px 2px;
  300. margin:20px 0px 0px 20px;
  301. background: #fff;
  302. border:1px solid #575757;
  303. font-family:Volkhov;
  304. font-size:8px;
  305. font-style:italic;
  306. letter-spacing:1px;
  307. color:#575757;
  308. z-index:9999999999999999999999999999999999999999999999999999999999999;
  309. }
  310.  
  311. .end1 {
  312. font-size:12px;
  313. text-align:center;
  314. font-family:Volkhov;
  315. padding-top:4px;
  316. border-top:1px solid {color:border};
  317. }
  318.  
  319. .end2 {
  320. font-size:10px;
  321. text-align:left;
  322. font-family:Volkhov;
  323. }
  324.  
  325. .my-like {
  326. font-family:Volkhov;
  327. cursor:pointer;
  328. display:inline-block;
  329. vertical-align:top;
  330. -webkit-transition: all 0.3s ease-in-out;
  331. -moz-transition: all 0.3s ease-in-out;
  332. -o-transition: all 0.3s ease-in-out;
  333. transition: all 0.3s ease-in-out;
  334. }
  335.  
  336. .my-liked, .my-like:hover {
  337. font-family:Volkhov;
  338. color: #d12a2a;
  339. cursor:pointer;
  340. display:inline-block;
  341. vertical-align:top;
  342. -webkit-transition: all 0.3s ease-in-out;
  343. -moz-transition: all 0.3s ease-in-out;
  344. -o-transition: all 0.3s ease-in-out;
  345. transition: all 0.3s ease-in-out;
  346. }
  347.  
  348. .answer {
  349. clear: both;
  350. padding: 2px
  351. }
  352.  
  353. .answer img {
  354. max-width: 470px;
  355. }
  356.  
  357. .apic {
  358. padding: 4px;
  359. background-color: {color:AskerBorder};
  360. width: 48px;
  361. }
  362.  
  363. .atip {
  364. color: {color:AskerBorder};
  365. font-size: 38px;
  366. margin-left: -8px;
  367. }
  368.  
  369. .asker {
  370. font-style: italic;
  371. font-family: Volkhov;
  372. font-size: 18px;
  373. }
  374.  
  375. .asker a {
  376. color:{color:Asked};
  377. }
  378.  
  379. .asker1 {
  380. font-size: 12px;
  381. font-family: {font:BodyFont};
  382. }
  383.  
  384. .smbluc {
  385. position:absolute;
  386. left:-42px;
  387. top:-15px;
  388. color:{color:Asked};
  389. font-size:80px;
  390. font-family: {font:BodyFont};
  391. }
  392.  
  393. .chat ul {
  394. list-style: none;
  395. margin: 0;
  396. padding: 0;
  397. }
  398.  
  399. .chat li {
  400. padding: 1px;
  401. }
  402.  
  403. .chat .odd {
  404. background: {color:ChatLineOdd};
  405. }
  406.  
  407. .chat .even {
  408. background: {color:ChatLineEven};
  409. }
  410.  
  411. .trackid {
  412. padding: 8px;
  413. background: #e4e4e4;
  414. color: {color:AudioInfo};
  415. margin-top: 1px;
  416. margin-left: 1px;
  417. margin-right: 1px;
  418. font-size:12px;
  419. font-family:{font:BodyFont};
  420. height:6px;
  421. }
  422.  
  423. .trackid2 {
  424. padding: 2px;
  425. background: #e4e4e4;
  426. margin-top: 1px;
  427. margin-left: 1px;
  428. margin-right: 1px;
  429. }
  430.  
  431. quote {
  432. font-family: Volkhov;
  433. color: {color:Quote};
  434. font-size: 20px;
  435. line-height:100%;
  436. }
  437.  
  438. bb {
  439. color: {color:Quotations};
  440. font-family: Volkhov;
  441. font-size:26px;
  442. letter-spacing:3px;
  443. }
  444.  
  445. ol.notes {display: block; margin-bottom: 20px; margin-top: -10px; list-style-type: none; text-align: center; margin-left:520px; width:520px;}
  446. o.notes a {color: {color:post};}
  447. ol.notes li.note {background: {color:post}; padding: 2px;}
  448. ol.notes li.note img.avatar {display: inline; width: 10px}
  449. ol.notes li.note span.action {font-weight: none;}
  450. ol.notes li.note .answer_content {font-weight: normal;}
  451. ol.notes li.note blockquote {display: none;}
  452. ol.notes li.note blockquote a {text-decoration: none; display: none;}
  453.  
  454. {CustomCSS}
  455. </style>
  456.  
  457. {block:ifInfiniteScroll}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  458.  
  459. <script type="text/javascript" src="http://static.tumblr.com/swnu3hj/wN3mr8gsr/0918.txt"></script>
  460.  
  461. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/0ozvozv/wpympdow8/5336.css" />
  462. <script type="text/javascript" src="http://static.tumblr.com/0ozvozv/ofkmqibz2/7639.txt"></script>
  463.  
  464. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/uulkaff/oVjmok4w8/idjitanimations.css" />
  465.  
  466. <script src="//use.edgefonts.net/volkhov.js"></script>
  467.  
  468. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  469. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  470. <script>
  471. (function($){
  472. $(document).ready(function(){
  473. $("[title]").style_my_tooltips({
  474. tip_follows_cursor:true,
  475. tip_delay_time:90,
  476. tip_fade_speed:600,
  477. attribute:"title"
  478. });
  479. });
  480. })(jQuery);
  481. </script>
  482.  
  483. </head>
  484. <body>
  485.  
  486. <div id="sideback">
  487.  
  488. <div id="titlebox"><div id="title">{text:BlogTitle}</div></div>
  489. <div id="doctor">
  490. <a href="/" title="home">I</a> &emsp;
  491. <a href="/ask" title="mail">II</a> &emsp;
  492. <a href="/archive" title="past">III</a> &emsp;
  493. {block:ifShowLink6}<a href="{text:Link6URL}" title="{text:Link6Title}">IV</a>&emsp;{block:ifShowLink6}
  494. {block:ifShowLink7}<a href="{text:Link7URL}" title="{text:Link7Title}">V</a>&emsp;{block:ifShowLink7}
  495. {block:ifShowLink8}<a href="{text:Link8URL}" title="{text:Link8Title}">VI</a>{block:ifShowLink8}
  496. </div>
  497. <div id="rose"><a href="/"><img src="{image:sidebar}"></a></div>
  498. <div id="description">
  499. <p>{Description}<p>
  500. {block:ifShowLink1}<a href="{text:Link1URL}"><div class="linkbars"><a href="{text:Link1URL}">{text:Link1}</div></a>{/block:ifShowLink1}
  501. {block:ifShowLink2}<div class="linkbars"><a href="{text:Link2URL}">{text:Link2}</a></div>{/block:ifShowLink2}
  502. {block:ifShowLink3}<div class="linkbars"><a href="{text:Link3URL}">{text:Link3}</a></div>{/block:ifShowLink3}
  503. {block:ifShowLink4}<div class="linkbars"><a href="{text:Link4URL}">{text:Link4}</a></div>{/block:ifShowLink4}
  504. {block:ifShowLink5}<div class="linkbars"><a href="{text:Link5URL}">{text:Link5}</a></div>{/block:ifShowLink5}
  505. </div>
  506. <p>
  507. {block:ifnotInfiniteScroll}<div id="pagination">
  508. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back&ndash;</a>{/block:PreviousPage}&ensp;{block:NextPage}<a href="{NextPage}">&ndash;forth</a>{/block:NextPage}{/block:Pagination}</div>{/block:ifnotInfiniteScroll}
  509.  
  510. </div>
  511.  
  512. <div id="entries">
  513. <div class = "autopagerize_page_element">
  514. {block:Posts}
  515. <div id="post">
  516.  
  517. {block:Text}<div class="posttitle"><center>{block:Title}{Title}{/block:Title}</center></div>{Body}{/block:Text}
  518.  
  519. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  520.  
  521. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  522.  
  523. {block:Quote} <center> <big><bb>"</bb></big>&thinsp;<quote>{Quote}</quote>&thinsp;<big><bb>"</bb></big><br> <big>&mdash;</big> {block:Source}{Source}{/block:Source} </center> {/block:Quote}
  524.  
  525. {block:Link}<div class="posttitle"><center><a href="{URL}" {Target}>{Name}</a></center></div>{block:Description}{Description}{/block:Description}{/block:Link}
  526.  
  527. {block:Chat}{block:Title}<div class="posttitle"><center>{Title}</center></div>{/block:Title}<div class="chat inner"><ul>{block:Lines}<li class="{Alt}"><p>&emsp;{block:Label}<font size="2" face="Volkhov"><strong>{Label}</strong></font>{/block:Label} {Line} </p></li>{/block:Lines}</div></ul>{/block:Chat}
  528.  
  529. {block:Audio}
  530. <div class="caixa">
  531. {block:AlbumArt}
  532. <img style="float: left; margin-right: 0px; margin-left: 1px; margin-top: 1px;"src="{AlbumArtURL}" width="101" height="101" >
  533. {/block:AlbumArt}
  534. <div class="trackid2">{AudioPlayerGrey}</div>
  535. {block:TrackName}
  536. <div class="trackid">&emsp;<font size="2" face="Volkhov" color="{color:text}">Track Name :</font>&emsp;"{TrackName}"</div>
  537. {/block:TrackName}
  538. {block:Artist}
  539. <div class="trackid">&emsp;<font size="2" face="Volkhov" color="{color:text}">Artist :</font>&emsp;{Artist}</div>
  540. {/block:Artist}
  541. <div class="trackid">&emsp;<font size="2" face="Volkhov" color="{color:text}">Play Count :</font>&emsp;{PlayCount} plays</div>
  542. </div>
  543. {/block:Audio}
  544.  
  545. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  546.  
  547. {block:Answer} <table cellspacing="0" cellpadding="0" width="100%"><tr><td class="apic"><img src="{AskerPortraitURL-48}"></td><td bgcolor="{color:QuestionBack}" width="30px"><span class="atip">&#9700;</span></td><td bgcolor="{color:QuestionBack}"><div class="asker"><u><a href="{URL}" class="asker">{Asker}</a></u> asked:</br></div> <div class="asker1"><br>{Question}</div></td></tr></table> <div class="answer">{Answer}</p></div> {/block:Answer}
  548.  
  549. <p>
  550. <div class="end1">
  551. {block:Date}posted {TimeAgo}{/block:Date} &middot; <a href="{Permalink}" title="permalink">
  552. {NoteCountWithLabel}</a>{block:RebloggedFrom}
  553. &emsp;&emsp;&emsp;&emsp;<a href="{ReblogURL}" target="_blank" class="details"><font color="green">reblog</font></a> &middot; <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}">like</div> &emsp;&emsp;&emsp; <a href="{ReblogParentURL}" target="_blank" title="{ReblogParentTitle}">via</a> &middot; <a href="{ReblogRootURL}" target="_blank" title="{ReblogRoottitle}">source</a>{/block:RebloggedFrom}</div>
  554. <div class="end2">
  555. {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>&ensp;{/block:Tags}{/block:HasTags}</a>
  556. </div>
  557.  
  558. </div>
  559. {block:PostNotes}
  560. {block:Photoset}
  561. {/block:Photoset}
  562. {block:Video}
  563. {/block:Video}
  564. {PostNotes}
  565. {/block:PostNotes}
  566. {/block:Posts}
  567. </div>
  568. </div>
  569.  
  570. </body>
  571. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement