Advertisement
timelordheist

theme #7

Jul 2nd, 2012
3,011
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.46 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.  
  4. <!-- THEME 07 BY STUPIDBLOODYIDIOTS, TRY NOT TO REMOVE THIS PLEASE -->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <!-- DEFAULT VARIABLES -->
  9. <meta name="text:Body Font Size" content="9" />
  10. <meta name="text:Tag Font Size" content="9" />
  11. <meta name="text:Sidebar Font Size" content="10" />
  12. <meta name="text:Post Title Size" content="14" />
  13. <meta name="text:Blog title Size" content="25" />
  14. <meta name="text:Accent Font Size" content="8" />
  15. <meta name="if:Toggle Sidebar Image Placement" content="1" />
  16. <meta name="if:Show Quick Reblog Button" content="1" />
  17. <meta name="if:Show Blog Title" content="1" />
  18. <meta name="font:Body" content="trebuchet ms" />
  19. <meta name="font:Accent" content="georgia" />
  20. <meta name="image:sidebar" content="" />
  21. <meta name="text:Sidebar Image Height" content="300" />
  22. <meta name="image:Background" content="" />
  23. <meta name="text:First Link Name" content="" />
  24. <meta name="text:Link One" content="" />
  25. <meta name="text:Second Link Name" content="" />
  26. <meta name="text:Link Two" content="" />
  27. <meta name="text:Third Link Name" content="" />
  28. <meta name="text:Link Three" content="" />
  29. <meta name="text:Fourth Link Name" content="" />
  30. <meta name="text:Link Four" content="" />
  31. <meta name="text:Fifth Link Name" content="" />
  32. <meta name="text:Link Five" content="" />
  33. <meta name="color:Background" content="#ffffff" />
  34. <meta name="color:Exterior Text" content="#333333" />
  35. <meta name="color:Blog Title" content="#999999" />
  36. <meta name="color:Entry" content="#e2e2e2" />
  37. <meta name="color:Sidebar" content="#e2e2e2" />
  38. <meta name="color:Text" content="#555555" />
  39. <meta name="color:Sidebar Text" content="#5f5e5e" />
  40. <meta name="color:Link" content="#8a8a8b" />
  41. <meta name="color:Link Hover" content="#d3a28e" />
  42. <meta name="color:Accent Font" content="#3333333" />
  43. <meta name="color:Sidebar Link Text" content="#3333333" />
  44. <meta name="color:Sidebar Link Text Hover" content="#333333" />
  45. <meta name="color:Sidebar Link Background" content="#eee3de" />
  46. <meta name="color:Sidebar Link Background Hover" content="#e2cbc1" />
  47.  
  48.  
  49.  
  50. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  51. <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  52. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  53. <link rel="shortcut icon" href="{Favicon}" />
  54. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  55. <style type="text/css">
  56. body {
  57. background: {color:Background} url('{image:Background}') top right fixed norepeat;
  58. margin: 0;
  59. padding: 0;
  60. font-family: {font:Body};
  61. }
  62.  
  63. .clear {
  64. clear: both;
  65. height: 0px;
  66. }
  67.  
  68. a img {
  69. border: none;
  70. }
  71.  
  72.  
  73.  
  74. #entries {
  75. margin-left: 325px;
  76. width: 530px;
  77. }
  78.  
  79. #side { position: fixed;
  80. margin-left: 50px;
  81. margin-top: 50px; }
  82.  
  83. body {
  84. background-color:{color:background};
  85. background-image: url('{image:Background}');
  86. background-position: center;
  87. background-attachment:fixed;
  88. background-repeat: repeat;
  89. font-family:{font:body};
  90. font-size: {text:Body Font Size}px;
  91. line-height: {text:Body Font Size}px;
  92. text-align:justify;
  93. color: {color:exterior text};
  94. overflow: auto;
  95. }
  96.  
  97. html { overflow: auto;}
  98.  
  99. a:link, a:active, a:visited{
  100. color: {color:link};
  101. text-decoration:none }
  102.  
  103.  
  104. a:hover{
  105. color:{color:link hover};
  106. -webkit-transition: all .5s ease-in-out;
  107. -moz-transition: all .5s ease-in-out;
  108. -o-transition: all .5s ease-in-out;
  109. -ms-transition: all .5s ease-in-out;
  110. transition: all .5s ease-in-out;
  111. }
  112.  
  113.  
  114. #sidebar {
  115. width: 200px;
  116. position: fixed;
  117. overflow: hidden;
  118. border: 0px;
  119. text-align: justify;
  120. padding: 20px;
  121. font-size: {text:sidebar font size}px;
  122. color: {color:sidebar text};
  123. }
  124.  
  125. #pagination { width: 200px; }
  126.  
  127. #pagelink {
  128. margin-left: 165px;
  129. padding-bottom: 5px;
  130. position: fixed;
  131. font-size: {text:Accent Font Size}px;
  132. line-height: {text:Accent Font Size}px;
  133. text-transform: uppercase;text-transform: uppercase;
  134. letter-spacing: 2px;
  135. font-family: rex;
  136. }
  137.  
  138. #sidebarnav {
  139. margin-top: -5px ; }
  140.  
  141. #sidebarnav a {
  142. display: block;
  143. font-family: rex;
  144. background-color: {color:sidebar link background};
  145. font-size: {text:Accent Font Size}px;
  146. text-transform: uppercase;text-transform: uppercase;
  147. color: {color:sidebar link text};
  148. text-decoration: none;
  149. margin-top: 5px;
  150. text-align:center;
  151. letter-spacing: 1px;
  152. height: 66px;
  153. width: 66px;
  154. margin-top: 5px;
  155. line-height: 66px;
  156. -moz-border-radius: 33px;
  157. border-radius: 33px;
  158.  
  159. }
  160.  
  161.  
  162. #sidebarnav a:hover {
  163. -webkit-transition: all .5s ease-in-out;
  164. -moz-transition: all .5s ease-in-out;
  165. -o-transition: all .5s ease-in-out;
  166. -ms-transition: all .5s ease-in-out;
  167. transition: all .5s ease-in-out;
  168. background-color: {color:sidebar link background hover};
  169. color: {color:sidebar link text hover};
  170. }
  171.  
  172.  
  173. .posts {
  174. overflow: hidden;
  175. border: 0px;
  176. width: 500px;
  177. background-color: {color:Background};
  178. padding: 15px;
  179. font-size: {text:Body Font Size}px;
  180. line-height: {text:Body Title Size}px;
  181. color: {color:Text};
  182. }
  183.  
  184. bigtitle {
  185. color: {color:title};
  186. font-family: rex;
  187. letter-spacing: 3px;
  188. padding: 5px;
  189. text-align: justify;
  190. font-style: italic;
  191. font-size: {text:Post Title Size}px;
  192. line-height: {text:Post Title Size}px;font-family: rex;
  193. }
  194.  
  195. quote {
  196. color: {color:title};
  197. font-family: rex;
  198. letter-spacing: 3px;
  199. padding: 5px;
  200. text-align: justify;
  201. font-style: italic;
  202. font-size: {text:Post Title Size}px;
  203. line-height: {text:Post Title Size}px;
  204. }
  205.  
  206. #source {
  207. text-align: right;
  208. width: 400px;
  209. }
  210.  
  211. #postinfo {
  212. font-family: rex;
  213. font-size: {text:Accent Font Size}px;
  214. line-height: {text:Accent Font Size}px;
  215.  
  216. text-transform: lowercase;
  217. {/block:IfNotCapitalizeAccentFont}
  218. {block:IfCapitalizeAccentFont}
  219. text-transform:uppercase;
  220. {/block:IfCapitalizeAccentFont}
  221. letter-spacing: 2px;
  222. }
  223.  
  224. #tags {
  225. font-family: {font:Accent};
  226. text-align:justify;
  227. font-size: {text:Tag Font Size}px;
  228. line-height: {text:Tag Font Size}px;
  229. letter-spacing: 1px;
  230. text-transform: lowercase;
  231. font-style: italic;
  232. }
  233.  
  234. #asks {
  235. background-color: {color:entry};
  236. color: {color: text};
  237. padding: 5px;
  238. margin-bottom: 0px;
  239. font-family: trebuchet ms;
  240. font-size: 9px;
  241. margin-left: 15px
  242. }
  243.  
  244. #asker {
  245. margin-left: 20px;
  246. text-align: left;
  247. font-size: 20px;
  248. font-family: rex;
  249. letter-spacing: 2px;
  250. font-style: italic;
  251. }
  252.  
  253. #questions {
  254. width: 90%;
  255. padding: 5px;
  256. text-align: justify;
  257. }
  258.  
  259. blockquote { text-decoration: none;
  260. border-left: solid 2px {color:sidebar link background};
  261. padding-left: 10px;
  262. max-width: 500px; }
  263.  
  264. img a {
  265. border: none; width: 100% }
  266.  
  267. .audio{
  268. display: block}
  269.  
  270. .user_1 .label {
  271. font-weight:light;
  272. font-family: rex;
  273. border-left: solid 2px {color:sidebar link background};
  274. text-transform: uppercase;text-transform: uppercase;
  275. padding: 2px 2px 2px 10px;
  276. letter-spacing: 2px;
  277. font-size: {text:Accent Font Size}px;
  278. line-height: {text:Accent Font Size}px; }
  279.  
  280. .user_2 .label {
  281. font-weight:light;
  282. border-left: solid 2px {color:sidebar link background hover};
  283. padding: 2px 2px 2px 10px;
  284. font-family: rex;
  285. text-transform: uppercase;text-transform: uppercase;
  286. letter-spacing: 2px;
  287. font-size: {text:Accent Font Size}px;
  288. line-height: {text:Accent Font Size}px; }
  289.  
  290. .user_3 .label {
  291. font-weight:light;
  292. font-family: rex;
  293. border-left: solid 2px {color:sidebar link background};
  294. text-transform: uppercase;text-transform: uppercase;
  295. padding: 2px 2px 2px 10px;
  296. letter-spacing: 2px;
  297. font-size: {text:Accent Font Size}px;
  298. line-height: {text:Accent Font Size}px; }
  299.  
  300. .user_4 .label {
  301. font-weight:light;
  302. border-left: solid 2px {color:sidebar link background hover};
  303. padding: 2px 2px 2px 10px;
  304. font-family: rex;
  305. text-transform: uppercase;text-transform: uppercase;
  306. letter-spacing: 2px;
  307. font-size: {text:Accent Font Size}px;
  308. line-height: {text:Accent Font Size}px; }
  309.  
  310. .user_5 .label {
  311. font-weight:light;
  312. font-family: rex;
  313. border-left: solid 2px {color:sidebar link background};
  314. text-transform: uppercase;text-transform: uppercase;
  315. padding: 2px 2px 2px 10px;
  316. letter-spacing: 2px;
  317. font-size: {text:Accent Font Size}px;
  318. line-height: {text:Accent Font Size}px; }
  319.  
  320. .user_6 .label {
  321. font-weight:light;
  322. border-left: solid 2px {color:sidebar link background hover};
  323. padding: 2px 2px 2px 10px;
  324. font-family: rex;
  325. text-transform: uppercase;text-transform: uppercase;
  326. letter-spacing: 2px;
  327. font-size: {text:Accent Font Size}px;
  328. line-height: {text:Accent Font Size}px; }
  329.  
  330.  
  331. .user_7 .label {
  332. font-weight:light;
  333. font-family: rex;
  334. border-left: solid 2px {color:sidebar link background};
  335. text-transform: uppercase;text-transform: uppercase;
  336. padding: 2px 2px 2px 10px;
  337. letter-spacing: 2px;
  338. font-size: {text:Accent Font Size}px;
  339. line-height: {text:Accent Font Size}px; }
  340.  
  341. .user_8 .label {
  342. font-weight:light;
  343. border-left: solid 2px {color:sidebar link background hover};
  344. padding: 2px 2px 2px 10px;
  345. font-family: rex;
  346. text-transform: uppercase;
  347. letter-spacing: 2px;
  348. font-size: {text:Accent Font Size}px;
  349. line-height: {text:Accent Font Size}px; }
  350.  
  351.  
  352. .user_9 .label {
  353. font-weight:light;
  354. font-family: rex;
  355. border-left: solid 2px {color:sidebar link background};
  356. text-transform: uppercase;
  357. padding: 2px 2px 2px 10px;
  358. letter-spacing: 2px;
  359. font-size: {text:Accent Font Size}px;
  360. line-height: {text:Accent Font Size}px; }
  361.  
  362. .user_10 .label {
  363. font-weight:light;
  364. border-left: solid 2px {color:sidebar link background hover};
  365. padding: 2px 2px 2px 10px;
  366. text-transform: uppercase;
  367. letter-spacing: 2px;
  368. font-size: {text:Accent Font Size}px;
  369. line-height: {text:Accent Font Size}px; }
  370.  
  371.  
  372. ul.chat, .chat ol, .chat li {
  373. list-style:none;
  374. margin:0px;
  375. padding:0px;}
  376.  
  377.  
  378. .notes img{
  379. width:10px;
  380. position:relative;
  381. top:2px; }
  382.  
  383. ol.notes, .notes li {
  384. list-style:none;
  385. margin:0px;
  386. padding:2px; }
  387.  
  388. iframe input, iframe submit, iframe textarea, iframe div, iframe table {
  389. background-color:transparent!important;
  390. }
  391.  
  392.  
  393. #qr a {
  394. width: 100%;
  395. display: block;
  396. font-family: rex;
  397. background-color: {color:sidebar link background};
  398. text-transform:uppercase;
  399. text-decoration: none;
  400. margin-top: 2px;
  401. font-size: {text:Accent Font Size}px;
  402. line-height: {text:Accent Font Size}px;
  403. text-decoration:none;
  404. color: {color:sidebar link text};
  405. padding: 5px 0px 3px 0px;
  406. letter-spacing: 3px;
  407. -webkit-transition: all .5s ease-in-out;
  408. -moz-transition: all .5s ease-in-out;
  409. -o-transition: all .5s ease-in-out;
  410. -ms-transition: all .5s ease-in-out;
  411. transition: all .5s ease-in-out;
  412. }
  413.  
  414. #qr a:hover {
  415. -webkit-transition: all .5s ease-in-out;
  416. -moz-transition: all .5s ease-in-out;
  417. -o-transition: all .5s ease-in-out;
  418. -ms-transition: all .5s ease-in-out;
  419. transition: all .5s ease-in-out;
  420. background-color: {color:sidebar link background hover};
  421. color: {color:sidebar link text hover};
  422. }
  423.  
  424. ul.credit
  425. {
  426. float:right;
  427. width:100%;
  428. padding:0;
  429. margin:0;
  430. list-style-type:none;
  431. }
  432.  
  433. ul.credit a
  434. {
  435. float:center;
  436. font-family: rex;
  437. background-color: transparent;
  438. text-transform: uppercase;
  439. text-decoration: none;
  440. margin-top: 2px;
  441. font-size: {text:Accent Font Size}px;
  442. line-height: {text:Accent Font Size}px;
  443. text-decoration:none;
  444. color: {color:exterior text};
  445. -webkit-transition: all .5s ease-in-out;
  446. -moz-transition: all .5s ease-in-out;
  447. -o-transition: all .5s ease-in-out;
  448. -ms-transition: all .5s ease-in-out;
  449. transition: all .5s ease-in-out;
  450. padding: 5px 7px 3px 7px;
  451. letter-spacing: 3px;
  452. }
  453.  
  454.  
  455.  
  456. ul.credit a:hover {
  457. -webkit-transition: all .5s ease-in-out;
  458. -moz-transition: all .5s ease-in-out;
  459. -o-transition: all .5s ease-in-out;
  460. -ms-transition: all .5s ease-in-out;
  461. transition: all .5s ease-in-out;
  462. background-color: {color:sidebar link background hover};
  463. color: {color:sidebar link text hover};
  464. }
  465. ul.credit li {display:inline;}
  466.  
  467.  
  468.  
  469.  
  470.  
  471. ul.nav
  472. {
  473. float:right;
  474. width:100%;
  475. padding:0;
  476. margin:0;
  477. list-style-type:none;
  478. }
  479.  
  480. ul.nav a
  481. {
  482. float:center;
  483. font-family: rex;
  484. background-color: {color:sidebar link background};
  485. text-transform: uppercase;
  486. color: {color:sidebar link text};
  487. text-decoration: none;
  488. margin-top: 2px;
  489. font-size: {text:Accent Font Size}px;
  490. line-height: {text:Accent Font Size}px;
  491. text-decoration:none;
  492. color: {color:sidebarlink text};
  493. letter-spacing: 3px;
  494. padding: 5px 7px 3px 7px;
  495. }
  496.  
  497.  
  498.  
  499. ul.nav a:hover {
  500. -webkit-transition: all .5s ease-in-out;
  501. -moz-transition: all .5s ease-in-out;
  502. -o-transition: all .5s ease-in-out;
  503. -ms-transition: all .5s ease-in-out;
  504. transition: all .5s ease-in-out;
  505. background-color: {color:sidebar link background hover};
  506. color: {color:sidebar link text hover};
  507. }
  508. ul.nav li {display:inline;}
  509.  
  510. #sidebarimage { background-image: url('{image:sidebar}');
  511. width: 200px;
  512. height: {text:sidebar image height}px;
  513. -webkit-transition: all .5s ease-in-out;
  514. -moz-transition: all .5s ease-in-out;
  515. -o-transition: all .5s ease-in-out;
  516. -ms-transition: all .5s ease-in-out;
  517. transition: all .5s ease-in-out;
  518. }
  519.  
  520. #sidebar:hover #sidebarimage { opacity: .9;
  521. -webkit-transition: all .7s ease-in-out;
  522. -moz-transition: all .7s ease-in-out;
  523. -o-transition: all .7s ease-in-out;
  524. -ms-transition: all .7s ease-in-out;
  525. transition: all .7s ease-in-out;}
  526.  
  527. #blogtitle {
  528. width: 200px;
  529. font-family: western princess;
  530. text-align:center;
  531. font-size: {text:Blog title size}px;
  532. line-height: {text:Blog title size}px;
  533. color: {color:blog title};
  534. letter-spacing: 5px;
  535. text-transform:lowercase;
  536. margin-bottom: 4px;
  537.  
  538. }
  539.  
  540. #blogtitle a {
  541. color: {color:blog title};
  542. -webkit-transition: all .5s ease-in-out;
  543. -moz-transition: all .5s ease-in-out;
  544. -o-transition: all .5s ease-in-out;
  545. -ms-transition: all .5s ease-in-out;
  546. transition: all .5s ease-in-out; }
  547.  
  548. #blogtitle a:hover {
  549. color: {color:link hover};
  550. -webkit-transition: all .5s ease-in-out;
  551. -moz-transition: all .5s ease-in-out;
  552. -o-transition: all .5s ease-in-out;
  553. -ms-transition: all .5s ease-in-out;
  554. transition: all .5s ease-in-out;}
  555.  
  556. @font-face {
  557. font-family: Blanche;
  558. src: url('http://static.tumblr.com/7qinoan/noBm5n7jw/blanch_caps.ttf');
  559. }
  560.  
  561. #tumblr_controls { opacity: .5;
  562. position: fixed;
  563. -webkit-transition: all .5s ease-in-out;
  564. -moz-transition: all .5s ease-in-out;
  565. -o-transition: all .5s ease-in-out;
  566. -ms-transition: all .5s ease-in-out;
  567. transition: all .5s ease-in-out;}
  568.  
  569. #tumblr_controls:hover {opacity: 1;
  570. -webkit-transition: all .5s ease-in-out;
  571. -moz-transition: all .5s ease-in-out;
  572. -o-transition: all .5s ease-in-out;
  573. -ms-transition: all .5s ease-in-out;
  574. transition: all .5s ease-in-out;
  575. position:fixed; }
  576.  
  577.  
  578. #themecredit {
  579. position: fixed;
  580. bottom: 0px;
  581. right: 10px;
  582. padding: 10px;
  583. opacity: .8;
  584. -webkit-transition: all .5s ease-in-out;
  585. -moz-transition: all .5s ease-in-out;
  586. -o-transition: all .5s ease-in-out;
  587. -ms-transition: all .5s ease-in-out;
  588. transition: all .5s ease-in-out;
  589. }
  590.  
  591. #themecredit:hover {
  592. opacity: 1;
  593. -webkit-transition: all .5s ease-in-out;
  594. -moz-transition: all .5s ease-in-out;
  595. -o-transition: all .5s ease-in-out;
  596. -ms-transition: all .5s ease-in-out;
  597. transition: all .5s ease-in-out;}
  598.  
  599.  
  600.  
  601. #quickreblog {
  602. color: transparent;
  603. position: relative;
  604. width: 100px;
  605. margin-top: 30px;
  606. opacity: 0;
  607. font-family: rex;
  608. font-size: {text:accent font size}px;
  609. letter-spacing: 1px;
  610. -webkit-transition: all .5s ease-in-out;
  611. -moz-transition: all .5s ease-in-out;
  612. -o-transition: all .5s ease-in-out;
  613. -ms-transition: all .5s ease-in-out;
  614. transition: all .5s ease-in-out; }
  615.  
  616. #quickreblog a {
  617. width: 75px; }
  618.  
  619.  
  620. #quickreblog td.icon:hover {
  621. background-color: {color:sidebar link background hover};
  622. -webkit-transition: all .7s ease-in-out;
  623. -moz-transition: all .7s ease-in-out;
  624. -o-transition: all .7s ease-in-out;
  625. -ms-transition: all .7s ease-in-out;
  626. transition: all .7s ease-in-out;}
  627.  
  628. #entries:hover #quickreblog {
  629. margin-left: 10px;
  630. color: {color:Exterior Text};
  631. opacity: 1;
  632. -webkit-transition: all .5s ease-in-out;
  633. -moz-transition: all .5s ease-in-out;
  634. -o-transition: all .5s ease-in-out;
  635. -ms-transition: all .5s ease-in-out;
  636. transition: all .5s ease-in-out; }
  637.  
  638. @font-face {
  639. font-family: western princess;
  640. src: url('http://static.tumblr.com/7qinoan/fmem6eaki/jellyka_western_princess.ttf'); }
  641.  
  642.  
  643. @font-face { font-family: rex;
  644. src: url('http://static.tumblr.com/7qinoan/dCHm5ojj1/rex_bold.otf') ; }
  645.  
  646.  
  647. #linkblock {
  648. opacity: 0;
  649. width: 180px;
  650. padding: 60px 50px 20px 50px;
  651. vertical-align: middle;
  652. -webkit-transition: all .5s ease-in-out;
  653. -moz-transition: all .5s ease-in-out;
  654. -o-transition: all .5s ease-in-out;
  655. -ms-transition: all .5s ease-in-out;
  656. transition: all .5s ease-in-out;
  657. }
  658.  
  659.  
  660. #linkblock a {
  661. width: 80px;
  662. display: block;
  663. font-family: rex;
  664. background-color: {color:sidebar link background};
  665. text-transform: uppercase;
  666. text-decoration: none;
  667. margin-top: 2px;
  668. font-size: {text:Accent Font Size}px;
  669. line-height: {text:Accent Font Size}px;
  670. text-decoration:none;
  671. color: {color:sidebar link text};
  672. padding: 5px 0px 3px 0px;
  673. letter-spacing: 3px;
  674. text-align: center;
  675. -webkit-transition: all .5s ease-in-out;
  676. -moz-transition: all .5s ease-in-out;
  677. -o-transition: all .5s ease-in-out;
  678. -ms-transition: all .5s ease-in-out;
  679. transition: all .5s ease-in-out; }
  680.  
  681. #linkblock a:hover {
  682. -webkit-transition: all .5s ease-in-out;
  683. -moz-transition: all .5s ease-in-out;
  684. -o-transition: all .5s ease-in-out;
  685. -ms-transition: all .5s ease-in-out;
  686. transition: all .5s ease-in-out;
  687. background-color: {color:sidebar link background hover};
  688. color: {color:sidebar link text hover};
  689. }
  690.  
  691. #sidebar:hover #linkblock {
  692. opacity: 1;
  693. margin-left: 10px;
  694. -webkit-transition: all .5s ease-in-out;
  695. -moz-transition: all .5s ease-in-out;
  696. -o-transition: all .5s ease-in-out;
  697. -ms-transition: all .5s ease-in-out;
  698. transition: all .5s ease-in-out; }
  699.  
  700. </style>
  701. <style type="text/css">{CustomCSS}</style>
  702. </head>
  703.  
  704. <body>
  705.  
  706. <div id="side">
  707. <div id="pagination">
  708. <div align="right"><ul class="nav">
  709. {block:PreviousPage}<li><a href="{PreviousPage}">back</a></li> {/block:PreviousPage}
  710.  
  711. {block:NextPage}<li><a href="{NextPage}">next</a></li>{/block:NextPage}
  712. </ul></div>
  713. </div>
  714.  
  715. <br / >
  716. <div id="sidebar">
  717.  
  718. {block:ifToggleSidebarImagePlacement}
  719.  
  720. <br><br>
  721.  
  722. <div id="sidebarimage">
  723.  
  724. <div id="linkblock">
  725.  
  726.  
  727. {block:ifNotShowBlogTitle}<a href="/">refresh</a>{/block:ifNotShowBlogTitle}
  728. <a href="/ask">ask</a><br />
  729. {block:ifLinkOne}<a href="{text:Link One}">{text:First Link Name}</a>{/block:ifLinkOne}<br />
  730. {block:ifLinkTwo}<a href="{text:Link Two}">{text:Second Link Name}</a>{/block:ifLinkTwo}<br />
  731. {block:ifLinkThree}<a href="{text:Link Three}">{text:Third Link Name}</a>{/block:ifLinkThree}<br />
  732. {block:ifLinkFour}<a href="{text:Link Four}">{text:Fourth Link Name}</a>{/block:ifLinkFour}<br />
  733. {block:ifLinkFive}<a href="{text:Link Five}">{text:Fifth Link Name}</a>{/block:ifLinkFive}
  734. </div>
  735. </div>
  736. <br />
  737.  
  738.  
  739. {/block:ifToggleSidebarImagePlacement}
  740.  
  741. {block:ifShowBlogTitle}
  742. <center><div id="blogtitle"><a href='/'>{title}</a></div></center>
  743.  
  744.  
  745. {/block:ifShowBlogTitle}
  746.  
  747.  
  748. {block:Description}{Description}{/block:Description}
  749.  
  750.  
  751. {block:ifNotToggleSidebarImagePlacement}
  752. <br><br>
  753.  
  754. <div id="sidebarimage">
  755.  
  756. <div id="linkblock">
  757.  
  758.  
  759. {block:ifNotShowBlogTitle}<a href="/">refresh</a><br />{/block:ifNotShowBlogTitle}
  760. <a href="/askfaq">ask</a><br />
  761. {block:ifLinkOne}<a href="{text:Link One}">{text:First Link Name}</a>{/block:ifLinkOne}<br />
  762. {block:ifLinkTwo}<a href="{text:Link Two}">{text:Second Link Name}</a>{/block:ifLinkTwo}<br />
  763. {block:ifLinkThree}<a href="{text:Link Three}">{text:Third Link Name}</a>{/block:ifLinkThree}<br />
  764. {block:ifLinkFour}<a href="{text:Link Four}">{text:Fourth Link Name}</a>{/block:ifLinkFour}<br />
  765. {block:ifLinkFive}<a href="{text:Link Five}">{text:Fifth Link Name}</a>{/block:ifLinkFive}
  766. </div>
  767. </div>
  768. <br />
  769.  
  770.  
  771. {/block:ifNotToggleSidebarImagePlacement}
  772.  
  773.  
  774. <br><br>
  775.  
  776.  
  777.  
  778.  
  779. <br /><br />
  780.  
  781. </div>
  782. </div>
  783.  
  784. <div id="themecredit">
  785. <ul class="credit"><li> <a href="http://stupidbloodyidiots.tumblr.com/sbithemes">&copy; stupidbloodyidiots</a></li></ul></div>
  786.  
  787.  
  788. {block:Posts}
  789. <div id="entries"><br>
  790.  
  791. <center>
  792. <table>
  793. <tr><td>
  794.  
  795. <div class="posts">
  796.  
  797.  
  798. {block:Title}<bigtitle>{title}</bigtitle>{/block:Title}
  799.  
  800. {block:Text}{body}{/block:Text}
  801.  
  802. {block:Quote}<quote>{quote}</quote>{/block:Quote}
  803.  
  804. {block:Source}<div class="source"><div align="right"><blogtitle>{Source}</blogtitle></div></div>{/block:Source}
  805.  
  806. {block:Link}<a href="{URL}" class="link" {Target}><bigtitle>{Name} </bigtitle></a>
  807. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  808.  
  809. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  810.  
  811. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  812.  
  813. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  814.  
  815. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  816.  
  817. {block:Answer} <center><div id="questions"><table width="100%" cellpadding="10px"><tr><td><div align="right"><div class="asker"><img src="{AskerPortraitURL-48}"></div></div></td><td style="vertical-align:text-top;"> <b><font face="rex">{Asker}: </font></b>{Question}</td></tr></table> </div></center><br/> {Answer}{/block:Answer}
  818.  
  819.  
  820. {block:Audio}<center><table><tr><td width="60%"><span class="audio"><center>{AudioPlayerBlack}</center></span></td><td>{block:Caption}<div class="source"><center><blogtitle>{Caption}</blogtitle></center></div>{/block:Caption}</td></tr></table></center>{/block:Audio}<br>
  821. </div>
  822. </td>
  823.  
  824. <td valign="top">
  825. <div id="quickreblog">
  826. <center>
  827. <div id="qr">
  828. <a href="{PermaLink}">+ {NoteCount}</a>
  829. {block:ifShowQuickReblogButton}<a href="{ReblogURL}"><i>reblog</a>{/block:ifShowQuickReblogButton}
  830. </div><br>
  831. <br>
  832. {block:RebloggedFrom}
  833. <table>
  834. <td><center>via:</center></td><td><center>from:</center></td>
  835. </tr>
  836. <tr>
  837. <td class="icon"><div style="width:24px; padding: 8px; height:24px; overflow:hidden; vertical-align:middle;"><a href="{ReblogParentURL}"><img src='{ReblogParentPortraitURL-24}' align='middle'></a> </div></td>
  838.  
  839.  
  840. <td class="icon"><div style="width:24px; padding:8px; height:24px; overflow:hidden; vertical-align:middle;"><a href="{ReblogRootURL}"><img src='{ReblogRootPortraitURL-24}' align='middle'></a></div></td>
  841. </tr></table>
  842. {/block:RebloggedFrom}
  843.  
  844.  
  845.  
  846. </div>
  847.  
  848. </td></tr></table>
  849.  
  850.  
  851. <table width="100%">
  852. <tr>
  853. <td style="vertical-align:top"><div id="postinfo"><a href="{Permalink}">{TimeAgo}</a></div></td>
  854. <td width="82%">
  855. <div id="tags">
  856.  
  857. {block:HasTags}{block:Tags}* <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div>
  858. </td>
  859. </tr>
  860. </table>
  861.  
  862.  
  863. </center>
  864.  
  865. {block:PostNotes}{PostNotes}{/block:PostNotes}
  866. </div>
  867. {/block:Posts}
  868.  
  869. <br /><br /><br />
  870.  
  871. </div></div>
  872.  
  873.  
  874. </body>
  875. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement