Advertisement
foundcas

theme 3

May 30th, 2014
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.62 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. <!--Don't steal and all that jazz. Any problems just tell me and I'll try to fix it. I honestly don't care if you move the credit or change the styling to suit your tastes, just don't put it on a separate page-->
  9.  
  10. <meta name="text:Subtitle" content="this is your subtitle">
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Post Background" content="#fff"/>
  14. <meta name="color:Title" content="#fff"/>
  15. <meta name="color:Subitle" content="#fff"/>
  16. <meta name="color:Title Background" content="#000"/>
  17. <meta name="color:Text" content="#444444"/>
  18. <meta name="color:Italic" content="#bababa"/>
  19. <meta name="color:Bold" content="#cfcfcf"/>
  20. <meta name="color:Pagination" content="#ffbdbd"/>
  21. <meta name="color:Sidebar Link BG" content="#000"/>
  22. <meta name="color:SB Link Border" content="#444"/>
  23. <meta name="color:Updates Box BG" content="#000"/>
  24. <meta name="color:Updates Text Title" content="#fff"/>
  25. <meta name="color:Updates Text" content="#fff"/>
  26. <meta name="color:Link" content="#b8b8b8"/>
  27. <meta name="color:Info BG" content="#000"/>
  28. <meta name="color:Chat Odd BG" content="#fff"/>
  29. <meta name="color:Chat Even BG" content="#000"/>
  30.  
  31. <meta name="image:sidebar" content=""/>
  32.  
  33. <meta name="if:Subtitle" content="1"/>
  34. <meta name="if:ShowStopBullyingLogo" content="1"/>
  35. <meta name="if:ShowUpdatesTab" content="1"/>
  36.  
  37. <meta name="text:Link 1 Name" content="Link 1 Name">
  38. <meta name="text:Link 1 URL" content="Link 1 URL">
  39. <meta name="text:Link 2 Name" content="Link 2 Name">
  40. <meta name="text:Link 2 URL" content="Link 2 URL">
  41. <meta name="text:Link 3 Name" content="Link 3 Name">
  42. <meta name="text:Link 3 URL" content="Link 3 URL">
  43.  
  44. <meta name="text:updates1" content="text here">
  45. <meta name="text:updates2" content="text here">
  46. <meta name="text:updates3" content="text here">
  47. <meta name="text:updates4" content="text here">
  48. <meta name="text:updates5" content="text here">
  49. <meta name="text:updates6" content="text here">
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Unica+One' rel='stylesheet' type='text/css'>
  52.  
  53. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  54.  
  55. <style type="text/css">
  56.  
  57. div#qTip {
  58. padding: 4px;
  59. display: none;
  60. text-align: center;
  61. position: absolute;
  62. font-style:italic;
  63. margin-top:5px;
  64. margin-left:-10px;
  65. font-size:8.5px;
  66. line-height:9px;
  67. font-family: 'Unica One', cursive;
  68. z-index: 1000;
  69. background-color:{color:Title Background};
  70. border: 1px solid #eee;
  71. color: {color:Title};
  72. text-transform:uppercase;
  73. letter-spacing: 1px;
  74. }
  75.  
  76. /*SCROLLBAR*/
  77. ::-webkit-scrollbar-thumb {
  78. background-color:#000;
  79. height:30px;
  80. }
  81.  
  82. ::-webkit-scrollbar {
  83. height:10px;
  84. width:10px;
  85. background-color:#eeeeee;
  86. }
  87.  
  88. body {
  89. background:{color:background};
  90. margin:0px;
  91. color:{color:text};
  92. font-family:trebuchet ms;
  93. font-size:10px;
  94. line-height:100%;
  95. word-wrap:break-word;
  96. }
  97.  
  98. pre, code {
  99. padding:10px;
  100. box-sizing:border-box;
  101. -moz-box-sizing:border-box;
  102. webkit-box-sizing:border-box;
  103. display:block;
  104. white-space: pre-wrap;
  105. white-space: -moz-pre-wrap;
  106. white-space: -pre-wrap;
  107. white-space: -o-pre-wrap;
  108. word-wrap: break-word;
  109. width:100%; overflow-x:auto;
  110. }
  111.  
  112. a {
  113. text-decoration:none;
  114. outline:none;
  115. -moz-outline-style:none;
  116. color:{color:link};
  117. -webkit-transition: all linear .8s;
  118. -moz-transition: all linear .8s;
  119. -o-transition: all linear .8s;
  120. }
  121.  
  122. a:hover{
  123. color:{color:Background};
  124. text-decoration:underline;
  125. -webkit-transition: all linear .8s;
  126. -moz-transition: all linear .8s;
  127. -o-transition: all linear .8s;
  128. }
  129.  
  130. img {
  131. max-width:500px;
  132. border:none;
  133. }
  134.  
  135. i{
  136. color:{color:Italic};
  137. }
  138.  
  139. b{
  140. color:{color:Bold};
  141. }
  142.  
  143. blockquote {
  144. padding-left:5px;
  145. border-left:2px solid;
  146. }
  147.  
  148. blockquote blockquote {
  149. padding-left:5px;
  150. border-left:2px solid;
  151. }
  152.  
  153. h1 {
  154. text-transform:uppercase;
  155. font-size:15px;
  156. }
  157.  
  158. #entries {
  159. padding:10px;
  160. width:500px;
  161. margin-left:500px;
  162. margin-top:40px;
  163. }
  164.  
  165. #post {
  166. background:{color:Post Background};
  167. width:500px;
  168. padding:20px;
  169. }
  170.  
  171. #sidebar {
  172. width:250px;
  173. position:fixed;
  174. margin-left:200px;
  175. margin-top:100px;
  176. }
  177.  
  178. #title {
  179. position:fixed;
  180. font-family: 'Unica One', cursive;
  181. padding:15px 0px;
  182. letter-spacing:2px;
  183. margin:-42px 0px;
  184. line-height:12px;
  185. font-size:18px;
  186. text-transform:uppercase;
  187. width:200px;
  188. height:auto;
  189. color:{color:Title};
  190. background-color:{color:Title Background};
  191. text-align:center;
  192. z-index:999;
  193. opacity:1;
  194. }
  195.  
  196. {block:IfSubtitle}
  197. #title {
  198. position:fixed;
  199. font-family: 'Unica One', cursive;
  200. padding:10px 0px;
  201. letter-spacing:2px;
  202. margin:-44px 0px;
  203. line-height:12px;
  204. font-size:18px;
  205. text-transform:uppercase;
  206. width:200px;
  207. height:auto;
  208. color:{color:Title};
  209. background-color:{color:Title Background};
  210. text-align:center;
  211. z-index:999;
  212. opacity:1;
  213. }
  214. .subtitle{
  215. color:{color:Subtitle};
  216. font-size:12px;
  217. letter-spacing:0px;
  218. text-transform:lowercase;
  219. }
  220. {/block:IfSubtitle}
  221. #sidebarimage {
  222. opacity:.8;
  223. -webkit-transition: all 0.5s ease-in-out;
  224. -moz-transition: all 0.5s ease-in-out;
  225. -o-transition: all 0.5s ease-in-out;
  226. }
  227.  
  228. #sidebarimage img {
  229. width:200px;
  230. height:150px;
  231. }
  232.  
  233. #sidebar:hover #sidebarimage{
  234. opacity:1;
  235. -webkit-transition: all 0.5s ease-in-out;
  236. -moz-transition: all 0.5s ease-in-out;
  237. -o-transition: all 0.5s ease-in-out;
  238. }
  239.  
  240. /*links*/
  241. #clicks{
  242. position:fixed;
  243. display:block;
  244. margin:5px -50px;
  245. }
  246.  
  247. #click{
  248. margin-bottom:10px;
  249. height:20px;
  250. width:20px;
  251. border-radius:100%;
  252. background:{color:Sidebar Link BG};
  253. -webkit-transition: all 0.5s ease-in-out;
  254. -moz-transition: all 0.5s ease-in-out;
  255. -o-transition: all 0.5s ease-in-out;
  256. }
  257.  
  258. #click:hover{
  259. border-radius:0%;
  260. border:2px solid {color:SB Link Border};
  261. -webkit-transition: all 0.5s ease-in-out;
  262. -moz-transition: all 0.5s ease-in-out;
  263. -o-transition: all 0.5s ease-in-out;
  264. }
  265.  
  266. /*description*/
  267. #description {
  268. padding-top:5px;
  269. width:200px;
  270. text-align:justify;
  271. }
  272.  
  273. #pagination {
  274. color:{color:Pagination};
  275. word-spacing:2px;
  276. letter-spacing:1px;
  277. padding-top:10px;
  278. padding-bottom:5px;
  279. font-size:8px;
  280. text-align:left;
  281. opacity:0;
  282. -webkit-transition: all 0.5s ease-in-out;
  283. -moz-transition: all 0.5s ease-in-out;
  284. -o-transition: all 0.5s ease-in-out;
  285. margin-top:-17px;
  286. }
  287.  
  288. #pagination a:hover{
  289. font-style:italic;
  290. text-decoration:none;
  291. }
  292.  
  293. #sidebar:hover #pagination{
  294. opacity:1;
  295. margin-top:0px;
  296. }
  297.  
  298. .curpag{
  299. padding:3.5px;
  300. font-size:9px;
  301. text-decoration:underline;
  302. background:{color:sidebar link bg};
  303. }
  304.  
  305. /*FOOTER*/
  306. #info {
  307. color:#eee;
  308. font-size:8px;
  309. background:{color:info bg};
  310. text-transform:uppercase;
  311. text-align:right;
  312. padding:5px;
  313. margin-top:10px;
  314. -webkit-transition: all linear .8s;
  315. -moz-transition: all linear .8s;
  316. -o-transition: all linear .8s;
  317. }
  318.  
  319. #info a{
  320. color:#eee;
  321. }
  322.  
  323. #info a:hover{
  324. color:{color:Info BG};
  325. text-decoration:underline;
  326. -webkit-transition: all linear .8s;
  327. -moz-transition: all linear .8s;
  328. -o-transition: all linear .8s;
  329. }
  330.  
  331. #urit{
  332. font-size:7px;
  333. text-align:center;
  334. }
  335.  
  336. /*TEXT*/
  337. #txtitle{
  338. line-height:13px;
  339. text-align:right;
  340. }
  341.  
  342. /*QUOTES*/
  343. #quo{
  344. font-style:italic;
  345. text-align:right;
  346. padding-bottom:7px;
  347. font-size:15px;
  348. }
  349.  
  350. #quoso{
  351. font-weight:bold;
  352. text-align:left;
  353. font-size:12px;
  354. }
  355.  
  356. /*CHAT*/
  357. .chat ul{
  358. margin-left:-40px;
  359. list-style-type:none;
  360. }
  361.  
  362. .chat .odd{
  363. color:#000;
  364. padding:3px;
  365. background:{color:chat odd bg};
  366. }
  367.  
  368. .chat .even{
  369. color:#efe;
  370. padding:3px;
  371. background:{color:chat even bg};
  372. }
  373.  
  374. /*AUDIO*/
  375. #playit{
  376. background-color:black;
  377. width:30px;
  378. height:28px;
  379. overflow:hidden;
  380. z-index:1;
  381. margin-top:20px;
  382. margin-left:25px;
  383. }
  384.  
  385. #arte{
  386. position:absolute;
  387. }
  388.  
  389. /*ASKS*/
  390.  
  391. #asker {
  392. float:left;
  393. margin-right:5px;
  394. }
  395.  
  396. #asker img{
  397. margin-left:-1px;
  398. margin-top:-10px;
  399. border:3px solid {color:info bg};
  400. border-radius:50%;
  401. }
  402.  
  403. #curiousjoe{
  404. padding-bottom:2px;
  405. font-size:16px;
  406. font-weight:bold;
  407. text-transform:uppercase;
  408. border-bottom:1.5px solid {color:info bg};
  409. }
  410.  
  411. #curiousjoe a:hover{
  412. text-decoration:none;
  413. font-style:italic;
  414. }
  415.  
  416. #qqq{
  417. margin-top:-10px;
  418. padding:10px;
  419. background:#eee;
  420. }
  421.  
  422. #answer{
  423. padding:2px;
  424. }
  425.  
  426. /*credit*/
  427. #credit a{
  428. position:fixed;
  429. font-style:normal;
  430. right:5px;
  431. bottom:5px;
  432. padding:4px;
  433. background:{color:background};
  434. font-size:8px;
  435. color:black;
  436. text-transform:uppercase;
  437. -moz-transition-duration:.5s ease;
  438. -webkit-transition-duration:.5s ease;
  439. -o-transition-duration:.5s ease;
  440. }
  441.  
  442. #credit a:hover {
  443. opacity:1;
  444. text-decoration:none;
  445. color:white;
  446. background:black;
  447. letter-spacing:1px;
  448. -moz-transition-duration:.5s;
  449. -webkit-transition-duration:.5s;
  450. -o-transition-duration:.5s;
  451. }
  452.  
  453. /*UPDATES TAB*/
  454. {block:IfShowUpdatesTab}
  455. #tab01{ /*This is the customization of EACH tab*/
  456. background:{color:updates box bg};
  457. width:20px;
  458. margin-bottom:5px;
  459. padding-left:4px;
  460. height:20px;
  461. text-align:center;
  462. overflow:hidden;
  463. margin-top:1px1px;
  464. text-transform:uppercase;
  465. letter-spacing:1px;
  466. font-size:10px;
  467. line-height:10px;
  468. z-index:0;
  469. -webkit-transition: all 0.7s ease-in-out;
  470. -moz-transition: all 0.7s ease-in-out;
  471. -o-transition: all 0.7s ease-in-out;
  472. }
  473. #tab01:hover{/*This is the customization of the tabs HOVER*/
  474. height:120px; /*if you need more room make this value larger, for less space make it smaller; w3schools and google can help with other stuff :)*/
  475. width:120px;
  476. -webkit-transition: all 0.7s ease-in-out;
  477. -moz-transition: all 0.7s ease-in-out;
  478. -o-transition: all 0.7s ease-in-out;
  479. }
  480.  
  481. #tab02{ /*This is the customization of EACH tab*/
  482. background:{color:updates box bg};
  483. width:20px;
  484. margin-bottom:5px;
  485. padding-left:4px;
  486. height:20px;
  487. text-align:center;
  488. overflow:hidden;
  489. margin-top:1px1px;
  490. text-transform:uppercase;
  491. letter-spacing:1px;
  492. font-size:10px;
  493. line-height:10px;
  494. z-index:0;
  495. -webkit-transition: all 0.7s ease-in-out;
  496. -moz-transition: all 0.7s ease-in-out;
  497. -o-transition: all 0.7s ease-in-out;
  498. }
  499. #tab02:hover{/*This is the customization of the tabs HOVER*/
  500. height:120px; /*if you need more room make this value larger, for less space make it smaller; w3schools and google can help with other stuff :)*/
  501. width:120px;
  502. -webkit-transition: all 0.7s ease-in-out;
  503. -moz-transition: all 0.7s ease-in-out;
  504. -o-transition: all 0.7s ease-in-out;
  505. }
  506.  
  507. #tab03{ /*This is the customization of EACH tab*/
  508. background:{color:updates box bg};
  509. width:20px;
  510. margin-bottom:5px;
  511. padding-left:4px;
  512. height:20px;
  513. text-align:center;
  514. overflow:hidden;
  515. margin-top:1px1px;
  516. text-transform:uppercase;
  517. letter-spacing:1px;
  518. font-size:10px;
  519. line-height:10px;
  520. z-index:0;
  521. -webkit-transition: all 0.7s ease-in-out;
  522. -moz-transition: all 0.7s ease-in-out;
  523. -o-transition: all 0.7s ease-in-out;
  524. }
  525. #tab03:hover{/*This is the customization of the tabs HOVER*/
  526. height:120px; /*if you need more room make this value larger, for less space make it smaller; w3schools and google can help with other stuff :)*/
  527. width:120px;
  528. -webkit-transition: all 0.7s ease-in-out;
  529. -moz-transition: all 0.7s ease-in-out;
  530. -o-transition: all 0.7s ease-in-out;
  531. }
  532. #tab04{ /*This is the customization of EACH tab*/
  533. background:{color:updates box bg};
  534. width:20px;
  535. margin-bottom:5px;
  536. padding-left:4px;
  537. height:20px;
  538. text-align:center;
  539. overflow:hidden;
  540. margin-top:1px1px;
  541. text-transform:uppercase;
  542. letter-spacing:1px;
  543. font-size:10px;
  544. line-height:10px;
  545. z-index:0;
  546. -webkit-transition: all 0.7s ease-in-out;
  547. -moz-transition: all 0.7s ease-in-out;
  548. -o-transition: all 0.7s ease-in-out;
  549. }
  550. #tab04:hover{/*This is the customization of the tabs HOVER*/
  551. height:120px; /*if you need more room make this value larger, for less space make it smaller; w3schools and google can help with other stuff :)*/
  552. width:120px;
  553. -webkit-transition: all 0.7s ease-in-out;
  554. -moz-transition: all 0.7s ease-in-out;
  555. -o-transition: all 0.7s ease-in-out;
  556. }
  557.  
  558. #tab05{ /*This is the customization of EACH tab*/
  559. background:{color:updates box bg};
  560. width:20px;
  561. margin-bottom:5px;
  562. padding-left:4px;
  563. height:20px;
  564. text-align:center;
  565. overflow:hidden;
  566. margin-top:1px1px;
  567. text-transform:uppercase;
  568. letter-spacing:1px;
  569. font-size:10px;
  570. line-height:10px;
  571. z-index:0;
  572. -webkit-transition: all 0.7s ease-in-out;
  573. -moz-transition: all 0.7s ease-in-out;
  574. -o-transition: all 0.7s ease-in-out;
  575. }
  576. #tab05:hover{/*This is the customization of the tabs HOVER*/
  577. height:120px; /*if you need more room make this value larger, for less space make it smaller; w3schools and google can help with other stuff :)*/
  578. width:120px;
  579. -webkit-transition: all 0.7s ease-in-out;
  580. -moz-transition: all 0.7s ease-in-out;
  581. -o-transition: all 0.7s ease-in-out;
  582. }
  583.  
  584. #tab06{ /*This is the customization of EACH tab*/
  585. background:{color:updates box bg};
  586. width:20px;
  587. margin-bottom:5px;
  588. padding-left:4px;
  589. height:20px;
  590. text-align:center;
  591. overflow:hidden;
  592. margin-top:1px1px;
  593. text-transform:uppercase;
  594. letter-spacing:1px;
  595. font-size:10px;
  596. line-height:10px;
  597. z-index:0;
  598. -webkit-transition: all 0.7s ease-in-out;
  599. -moz-transition: all 0.7s ease-in-out;
  600. -o-transition: all 0.7s ease-in-out;
  601. }
  602. #tab06:hover{/*This is the customization of the tabs HOVER*/
  603. height:120px; /*if you need more room make this value larger, for less space make it smaller; w3schools and google can help with other stuff :)*/
  604. width:120px;
  605. -webkit-transition: all 0.7s ease-in-out;
  606. -moz-transition: all 0.7s ease-in-out;
  607. -o-transition: all 0.7s ease-in-out;
  608.  
  609. }
  610.  
  611. #container{/*this controls the position of the tabs, the over-all width, and the title of each tab.*/
  612. text-align:center;
  613. font-size:10px;
  614. text-transform:uppercase;
  615. position:fixed;
  616. font-family:calibri;
  617. background-color:transparent;
  618. letter-spacing:1px;
  619. width:30px;
  620. z-index:9999;
  621. padding:4px;
  622. top:138px;
  623. right:100px;
  624. border-left:2px solid {color:link};
  625. }
  626. {/block:IfShowUpdatesTab}
  627.  
  628. {CustomCSS}</style></head><body>
  629. {block:IfShowUpdatesTab}
  630. <div id="structure">
  631. <div id="container"><!---this holds the entire tab together--->
  632.  
  633. <!---begin tab 1 code--->
  634. <div id="tab01">
  635. <!---div styles will style everything inside of the div. So you can make your colors all different, sizes, text-transforms, opacity, just about anything you need to style what shows in the hover--->
  636. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">TITLE HERE</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  637. {text:Updates1}
  638. </div>
  639. </div>
  640. <!---end tab 1 code--->
  641.  
  642. <!---begin tab 2 code--->
  643. <div id="tab02">
  644. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">TITLE HERE</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  645. {text:Updates2}
  646. </div></div>
  647. <!---end tab 2 code--->
  648.  
  649. <!---begin tab 3 code--->
  650. <div id="tab03">
  651. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">TITLE HERE</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  652. {text:Updates3}
  653. </div>
  654. </div>
  655. <!---end tab 3 code--->
  656.  
  657.  
  658. <!---begin tab 4 code--->
  659. <div id="tab04">
  660. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">TITLE HERE</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  661. {text:Updates4}
  662. </div>
  663. </div>
  664. <!---end tab 4 code--->
  665.  
  666. <!---begin tab 5 code--->
  667.  
  668. <div id="tab05">
  669. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">TITLE HERE</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  670. {text:Updates5}
  671. </div>
  672. </div>
  673.  
  674. <!---end tab 5 code--->
  675.  
  676. <!---begin tab 6 code--->
  677. <div id="tab06">
  678. <div></div> <div style="color:{color:updates text title};padding-top:16px;text-transform:uppercase;font-family:cambria;font-size:11px;line-height:14px;text-decoration:underline">TITLE HERE</div> <div style="padding-bottom:13px; opacity:.9; font-family: calibri; font-size:9px; line-height:14px; text-align:center; color:{color:updates text};"><br>
  679. {text:Updates6}
  680. </div></div>
  681.  
  682. <!---end tab 6 code--->
  683. <!---to add more tabs just copy and paste the tab codes and change the div title to the number of the new tab.--->
  684. </div></div></div></div>
  685. {/block:IfShowUpdatesTab}
  686.  
  687. <div id="sidebar">
  688.  
  689. <div id="title">{Title}<br>{block:IfSubtitle}<span class="subtitle">{text:Subtitle}</span>{/block:IfSubtitle}</div>
  690. <div id="clicks">
  691. <a title="ask" href="/ask"><div id="click"></div></a>
  692. <a title="submit" href="/submit"><div id="click"></div></a>
  693. <a title="{text:Link 1 Name}" href="{text:Link 1 URL}"><div id="click"></div></a>
  694. <a title="{text:Link 2 Name}" href="{text:Link 2 URL}"><div id="click"></div></a>
  695. <a title="{text:Link 3 Name}" href="{text:Link 3 URL}"><div id="click"></div></a>
  696. </div>
  697.  
  698. <div id="sidebarimage"><a title="home" href="/"><img src="{image:sidebar}"></a></div>
  699.  
  700. <div id="pagination">
  701. {block:Pagination}{block:PreviousPage}<a title="previous page" href="{PreviousPage}">- fall</a>{/block:PreviousPage}
  702. {block:JumpPagination length="3"}{block:CurrentPage}<span class="curpag">{PageNumber}</span>{/block:CurrentPage}
  703. {block:JumpPage}<a class="jump2" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  704. {block:NextPage}<a title="next page" href="{NextPage}">spring +</a>{/block:NextPage}{/block:Pagination}
  705. </div>
  706.  
  707. <div id="description">{Description}</div>
  708.  
  709. </div>
  710.  
  711. <div id="entries">{block:Posts}<div id="post">
  712.  
  713. {block:Text}<h1 id="txtitle">{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  714.  
  715. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  716.  
  717. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  718.  
  719. {block:Quote}<div id="quo">"{Quote}"</div>{block:Source}<div id="quoso"> — {Source}</div>{/block:Source}{/block:Quote}
  720.  
  721. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  722.  
  723. {block:Chat}
  724. <div class="chat"><ul>{block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  725.  
  726. {block:Audio}{block:AlbumArt}<div id="arte"><img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px; margin-top:-10px;" /></div>{/block:AlbumArt}<div id="playit">{AudioPlayerBlack}</div>
  727. <div style="border-top:2px solid {color:info bg};border-bottom:2px solid {color:info bg};text-align:center;margin-top:-58px;padding:23px 0px;margin-left:80px;font-style:italic;">{block:TrackName}<b>Song:</b> {TrackName}{/block:TrackName}<br> {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>
  728. {/block:ExternalAudio} <b>Play Count:</b> {PlayCount} </div><br>
  729. {block:Caption}{Caption}{/block:Caption}
  730. {/block:Audio}
  731.  
  732. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  733.  
  734. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-40}"></div><div id="curiousjoe">{Asker} inquired:</div><br><div id="qqq">{Question}</div><br><div id="answer">{Answer}</div>{/block:Answer}
  735.  
  736. <div id="info">
  737. {block:Date} entered {DayofMonthWithZero}/{MonthNumber}/{Year}{/block:Date} with <a href="{Permalink}">
  738. {NoteCountWithLabel}</a>{block:RebloggedFrom} (<a href="{ReblogParentURL}"
  739. title="{ReblogParentName}">via</a>/<a href="{ReblogRootURL}"title="{ReblogRootName}">source</a>){/block:RebloggedFrom} <span style="float:left"><a href="{ReblogURL}">reblog</a></span><br> {block:HasTags}<div id="urit">{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div>
  740.  
  741. </div>
  742. {block:PostNotes}{PostNotes}{/block:PostNotes}
  743. {/block:Posts}</div>
  744.  
  745. {block:IfShowStopBullyingLogo}
  746. <div style="bottom:10px; left:10px; width:auto; height:auto; position:fixed; display:block; z-index:9999999; background-color:transparent"><a href="http://stop-bullies.tumblr.com"><img src=" http://i43.tinypic.com/2w585e1.png" width="90"></div>
  747. {/block:IfShowStopBullyingLogo}
  748.  
  749. <div id="credit"><a title="theme by foundcas" href="http://foundcas.tumblr.com">foundcas</a></div>
  750.  
  751. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement