Advertisement
timelordheist

yasmin

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