Advertisement
dearcasthemes

requested

May 16th, 2014
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.89 KB | None | 0 0
  1. <!----© THEME BY slutjensen.tumblr.com, base theme by enterprizer @ tumblr, for public use-----DON'T REMOVE CREDIT--->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11. <!---- Theme by Rory gallifreystars @ tumblr! Please do not remove the credit, but otherwise, enjoy! .x --->
  12. <meta name="text:first title" content="something"/>
  13. <meta name="color:first title colour" content="#B38992"/>
  14. <meta name="color:second title colour" content="#BA2337"/>
  15.  
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Text" content="#838282"/>
  18. <meta name="color:link" content="#b8b8b8"/>
  19. <meta name="color:linkhover" content="#838282"/>
  20. <meta name="color:scrollbar" content="#838282"/>
  21. <meta name="color:sidelinkhovers" content="#838282"/>
  22. <meta name="image:sidebar" content=""/>
  23. <meta name="text:LinkA" content="">
  24. <meta name="text:LinkA URL" content="/">
  25. <meta name="text:LinkB" content="">
  26. <meta name="text:LinkB URL" content="/">
  27. <meta name="text:LinkC" content="">
  28. <meta name="text:LinkC URL" content="/">
  29. <meta name="text:LinkD" content="">
  30. <meta name="text:LinkD URL" content="/">
  31. <meta name="text:LinkE" content="">
  32. <meta name="text:LinkE URL" content="/">
  33. <meta name="text:LinkF" content="">
  34. <meta name="text:LinkF URL" content="/">
  35.  
  36. <link href='http://fonts.googleapis.com/css?family=Allura|Cinzel' rel='stylesheet' type='text/css'>
  37. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  38.  
  39.  
  40.  
  41.  
  42. <link href='http://fonts.googleapis.com/css?family=Megrim|Pathway+Gothic+One' rel='stylesheet' type='text/css'>
  43.  
  44. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  45. <style>
  46.  
  47.  
  48. div#qTip {
  49. padding: 2px;
  50. font-style:italic;
  51. display: none;
  52. max-width:120px;
  53. text-align: center;
  54. font-style: normal;
  55. position:absolute;
  56. font-size:10px;
  57. margin-left:10px;
  58. margin-top:-2px;
  59. line-height:9px;
  60. font-family:arial;
  61. font-weight:bold;
  62. z-index: 1000;
  63.  
  64.  
  65. color: #989898;
  66. background:#fff;
  67. text-transform:lowercase;
  68. box-shadow: 2px 2px 2px #c4c4c4;
  69.  
  70. word-spacing:3px;
  71. letter-spacing: -1px;
  72. opacity:1;
  73. }
  74. </style>
  75.  
  76. <style type="text/css">
  77.  
  78. #bite2
  79. #bite2 a{
  80. display:block
  81. }
  82. #bite2 .death {
  83. margin-top:0px;filter: alpha(opacity = 0);
  84. opacity:0;-webkit-transition: all 0.5s ease-out;
  85. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  86. }
  87.  
  88. #bite2:hover .death {
  89. margin-top:0px;
  90. -webkit-transition: all 0.8s ease-out;
  91. -moz-transition: all 0.8s ease-out;
  92. transition: all 0.8s ease-out;
  93. filter: alpha(opacity = 100);
  94. filter: alpha(opacity = 100);
  95. opacity:100;
  96. }
  97.  
  98.  
  99.  
  100.  
  101. *, body, a {cursor: url('http://img69.imageshack.us/img69/7673/cursorw.png'), auto;}
  102.  
  103. ::-webkit-scrollbar {
  104.  
  105. width: 4px;
  106. height: 3px; background: #FAFAFA;
  107. }
  108. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar}; ;}
  109.  
  110. body {
  111. background:{color:background};
  112. margin:0px;
  113. color:{color:text};
  114. font-family:times;
  115. font-size:10px;
  116. line-height:100%;
  117. }
  118.  
  119. a {
  120. color:{color:link};
  121. text-decoration:none;
  122. -webkit-transition: all 0.5s ease-in-out;
  123. -moz-transition: all 05s ease-in-out;
  124. transition: all 0.5s ease-in-out;
  125. }
  126.  
  127.  
  128. a:hover {
  129. color:{color:linkhover};
  130. -webkit-transition: all 0.5s ease-in-out;
  131. -moz-transition: all 0.5s ease-in-out;
  132. transition: all 0.5s ease-in-out;
  133. }
  134.  
  135. img {
  136. border:none;
  137. }
  138.  
  139. blockquote {
  140. padding-left:5px;
  141. border-left:2px solid;
  142. }
  143.  
  144. blockquote blockquote {
  145. padding-left:5px;
  146. border-left:2px solid;
  147. }
  148.  
  149. h1 {
  150. font-size:13px;
  151. font-style:italic;
  152. font-weight:100;
  153. text-align:center;
  154. letter-spacing:1px;
  155. text-transform:lowercase;
  156. font-family:baskerville;
  157. }
  158.  
  159. #entries {
  160.  
  161. font-family:times;
  162. letter-spacing:1px;
  163. font-size:9px;
  164. opacity:1;
  165. padding:20px;
  166. width:500px;
  167. margin-left:510px;
  168. margin-top:20px;
  169. color:#c4c4c4;
  170. -webkit-transition: all 0.5s ease-in-out;
  171. -moz-transition: all 0.5s ease-in-out;
  172. transition: all 0.5s ease-in-out;
  173. }
  174.  
  175. #post {
  176. opacity:.8;
  177. width:500px;
  178. padding-bottom:20px;
  179. padding:10px;
  180. margin-top:15px;
  181. background-color:#fff;
  182. -webkit-transition: all 0.8s ease-in-out;
  183. -moz-transition: all 0.8s ease-in-out;
  184. -o-transition: all 0.8s ease-in-out;
  185. -ms-transition: all 0.8s ease-in-out;
  186. transition: all 0.8s ease-in-out;
  187. }
  188.  
  189. #post:hover {
  190. opacity:1;
  191. -webkit-transition: all 0.8s ease-in-out;
  192. -moz-transition: all 0.8s ease-in-out;
  193. -o-transition: all 0.8s ease-in-out;
  194. -ms-transition: all 0.8s ease-in-out;
  195. transition: all 0.8s ease-in-out;
  196. }
  197.  
  198.  
  199. #sidebar {
  200. width:200px;
  201. height:250px;
  202. position:fixed;
  203. margin-left:210px;
  204. margin-top:200px;
  205.  
  206.  
  207. }
  208.  
  209. #firsttitle {
  210. position:fixed;
  211. font-size:15px;
  212. text-align:justify;
  213. width:140px;
  214. opacity:1;
  215. margin-top:157px;
  216. z-index:1;
  217. margin-left:11px;
  218. color:{color:first title colour};
  219. padding:5px;
  220. -webkit-transition: all 0.5s ease-in-out;
  221. -moz-transition: all 0.5s ease-in-out;
  222. -o-transition: all 0.5s ease-in-out;
  223. font-family: 'Cinzel', serif;
  224. }
  225.  
  226.  
  227. #title {
  228. position:fixed;
  229. z-index:1;
  230. margin-top:173px;
  231. margin-left:40px;
  232. color:{color:second title colour};
  233. opacity:1;
  234. font-family: 'Allura', cursive;
  235. font-size:35px;
  236. text-align:center;
  237. margin-bottom:5px;
  238. -webkit-transition: all 0.5s ease-in-out;
  239. -moz-transition: all 0.5s ease-in-out;
  240. -o-transition: all 0.5s ease-in-out;
  241. }
  242.  
  243.  
  244.  
  245. #sidebarimage {
  246. width 250px;
  247. -webkit-transition: all 0.5s ease-in-out;
  248. -moz-transition: all 0.5s ease-in-out;
  249. -o-transition: all 0.5s ease-in-out;
  250.  
  251. }
  252.  
  253.  
  254.  
  255. #sidebarimage img {
  256. position:Fixed;
  257. width:170px;
  258. margin-top:-50px;
  259. margin-left:14px;
  260. }
  261.  
  262.  
  263. #border2 {
  264. z-index:0;
  265. position:Fixed;
  266. width:175px;
  267. opacity: 1;
  268. margin-top:188px;
  269. margin-left:11px;
  270. color:#000;
  271. border-bottom:1px solid #eee;
  272. -webkit-transition: all 0.5s ease-in-out;
  273. -moz-transition: all 0.5s ease-in-out;
  274. -o-transition: all 0.5s ease-in-out;
  275. }
  276.  
  277.  
  278.  
  279. #links{
  280. z-index:2;
  281. position:fixed;
  282. opacity:1;
  283. letter-spacing:1px;
  284. margin-left:35px;
  285. margin-top:196px;
  286. font-size: 15px;
  287. font-style:italic;
  288. font-family:times;
  289. color:#000;
  290.  
  291. padding-bottom:2px;
  292. -moz-transition-duration:0.6s;
  293. -webkit-transition-duration:0.6s;
  294. -o-transition-duration:0.6s;
  295. }
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302.  
  303.  
  304. #description {
  305. padding-top:10px;
  306. font-style:italic;
  307. letter-spacing:0.5px;
  308. line-height: 100%;
  309. font-size:8px;
  310. text-align:justify;
  311. width:165px;
  312. opacity:1;
  313. margin-top:210px;
  314. margin-left:11px;
  315. color:#C4C4C4;
  316.  
  317. padding:5px;
  318. border-top:1;
  319. }
  320.  
  321. #border {
  322. z-index:0;
  323. position:Fixed;
  324. width:175px;
  325. opacity: 1;
  326. margin-top:210px;
  327. margin-left:11px;
  328. color:#000;
  329. border-bottom:1px solid #eee;
  330. }
  331. #boxy {
  332.  
  333. margin-top:238px;
  334. right:122px;
  335. position:fixed;
  336. width:60px;
  337. height:90px;
  338.  
  339. }
  340.  
  341. #texy {
  342. overflow:scroll;
  343. height:70px;
  344. padding-left:5px;
  345. padding-right:5px;
  346. padding-top:5px;
  347. padding-bottom:5px;
  348. border:1px solid #DEDEDE;
  349. overflow:auto;
  350. background:#FAFAFA;
  351. color:#eee;
  352. letter-spacing:1px;
  353. width:90px;
  354. margin-top:50px;
  355. margin-left:-20px;
  356. font-size:9px;
  357. color:#B8B8B8;
  358. text-align:center;
  359. font-family:calibri;
  360. opacity:0;
  361. -webkit-transition: all 0.5s ease-in-out;
  362. -moz-transition: all 0.5s ease-in-out;
  363. transition: all 0.5s ease-in-out;
  364. }
  365.  
  366. #boxy:hover #texy {
  367. opacity:1;
  368. -webkit-transition: all 0.5s ease-in-out;
  369. -moz-transition: all 0.5s ease-in-out;
  370. transition: all 0.5s ease-in-out;
  371. }
  372.  
  373. #bby {
  374. top:248px;
  375. right:112px;
  376. position:fixed;
  377. }
  378.  
  379. #bby img{
  380. width:80px;
  381. }
  382.  
  383.  
  384.  
  385.  
  386. #pagination {
  387. font-size:8px;
  388. letter-spacing:1px;
  389. text-align:center;
  390. padding-top:2px;
  391. color:{color:link};
  392. }
  393.  
  394.  
  395. #info {
  396. text-align:center;
  397. font-family: baskerville;
  398. letter-spacing:-1px;
  399. word-spacing:3px;
  400. font-size:10px;
  401. text-transform:uppercase;
  402. padding:3px;
  403. font-family:times new roman;
  404. padding-bottom:0px;
  405. margin-top:8px;
  406. margin-bottom:7px;
  407. }
  408. #info a {
  409. border-left:3px solid {color:second title colour};
  410. background-color:#f5f5f5;
  411. padding:2px;
  412. margin-right:2px;
  413. }
  414. #info a:hover {
  415. background-color:#fff;
  416. color:#c4c4c4;
  417. }
  418.  
  419.  
  420.  
  421.  
  422.  
  423. #question {
  424. text-align:left;
  425. color:{color:text};
  426. line-height:120%;
  427. letter-spacing:1px;
  428. margin-left:5px;
  429. font-size:8px;
  430. padding:5px;
  431. border-bottom:1px solid #ececec;
  432. border-right:1px solid #ececec;
  433. }
  434.  
  435. #answer {
  436. text-align:left;
  437. padding-top:8px;
  438. color:{color:text};
  439. }
  440.  
  441. #tags {
  442. opacity:0;
  443. text-align:center;
  444. font-size:8px;
  445. font-family:times;
  446. font-style:italic;
  447. letter-spacing:1px;
  448. font-family:times new roman;
  449. text-transform:lowercase;
  450. -moz-transition-duration:.5s;
  451. -webkit-transition-duration:.5s;
  452. -o-transition-duration:.5s;
  453. }
  454. #tags a{
  455. padding:2px;
  456. }
  457.  
  458. #post:hover #tags {
  459. opacity:1;
  460. -moz-transition-duration:.5s;
  461. -webkit-transition-duration:.5s;
  462. -o-transition-duration:.5s;
  463. }
  464.  
  465. #credit {
  466. font-size:8px;
  467. font-family:cambria;
  468. font-style:italic;
  469. letter-spacing:1px;
  470. -moz-transition-duration:0.5s;
  471. -webkit-transition-duration:0.5s;
  472. -o-transition-duration:0.5s;
  473. }
  474.  
  475. #credit a {
  476. background-color:#fff;
  477. padding:5px;
  478. border:1px solid #e9e9e9;
  479. position:fixed;
  480. right:7px;
  481. bottom:9px
  482.  
  483.  
  484. }
  485.  
  486.  
  487. #credit a:hover {
  488.  
  489. opacity:0;
  490. -moz-transition-duration:0.5s;
  491. -webkit-transition-duration:0.5s;
  492. -o-transition-duration:0.5s;
  493. background-color:#fff;
  494. -moz-transition-duration:0.5s;
  495. -webkit-transition-duration:0.5s;
  496. -o-transition-duration:0.5s;
  497.  
  498. }
  499.  
  500.  
  501.  
  502.  
  503. {CustomCSS}</style></head><body>
  504.  
  505.  
  506.  
  507.  
  508.  
  509. <div id="sidebar">
  510.  
  511. <div id="title">{Title}</div>
  512.  
  513.  
  514. <div id="firsttitle">{text:first title}</div>
  515.  
  516. <div id="links">
  517.  
  518.  
  519. <a href="{text:LinkA url}" title="{text:LinkA}">I.</a>
  520. <a href="{text:LinkB url}" title="{text:LinkB}">II.</a>
  521. <a href="{text:LinkC url}" title="{text:LinkC}">III.</a>
  522. <a href="{text:LinkD url}" title="{text:LinkD}">IV.</a>
  523. <a href="{text:LinkE url}" title="{text:LinkE}">V.</a>
  524. <a href="{text:LinkF url}" title="{text:LinkF}">VI.</a>
  525.  
  526.  
  527.  
  528. </div>
  529.  
  530.  
  531. <div id="border"></div>
  532. <div id="border2"></div>
  533. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  534.  
  535. <div id="description">{Description}</div>
  536. <div id="pagination">
  537. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> ← </a>{/block:PreviousPage}
  538. {block:NextPage}<a href="{NextPage}"> → </a>{/block:NextPage}{/block:Pagination}
  539. </div>
  540. </div>
  541. </div>
  542.  
  543.  
  544. <div id="entries">{block:Posts}<div id="post">
  545.  
  546. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  547.  
  548. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  549.  
  550. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  551.  
  552. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  553.  
  554. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  555.  
  556. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  557.  
  558. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  559.  
  560. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  561.  
  562. {block:Answer}<div id="question"><i>{Asker}:</i> {Question}</div><div id="answer">{Answer}</div>{/block:answer}
  563.  
  564. {block:Date}<div id="info"><a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a> {/block:NoteCount} {block:RebloggedFrom} — <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  565. {block:ContentSource} , <a href="{SourceURL}">source</a>{/block:ContentSource} {/block:Date}</div>
  566. {block:HasTags}
  567. <div id="tags">
  568. {block:Tags}<a href="{TagURL}"> {Tag}</a>,{/block:Tags}</div>
  569. {/block:HasTags}
  570. <div class="postnote">
  571. {block:PostNotes}{PostNotes}{/block:PostNotes}
  572. </div>
  573. </div>
  574. {/block:Posts}
  575.  
  576. <div id="credit"><a href="http://slutjensen.tumblr.com">dear cas</div>
  577.  
  578. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement