Advertisement
Elevenhour

I and Love and You #15

Aug 23rd, 2013
4,233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.09 KB | None | 0 0
  1. <!DOCTYPE>
  2.  
  3. <!-- THEME BY HOLYCASTIELS.TUMBLR.COM
  4.  
  5. message fo you:
  6. Alter the code however you want, but keep the credit where it is. That means no moving to another page or only crediting for inspiration and stuff
  7. drop me a question if you wonder anything! cheers.
  8.  
  9.  
  10. -->
  11.  
  12. <html>
  13. <head>
  14. <!-- google fonts -->
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Special+Elite' rel='stylesheet' type='text/css'>
  17. <link href='http://fonts.googleapis.com/css?family=Alegreya' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Averia+Libre:700' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. <!-- colors -->
  25.  
  26. <meta name="color:background" content="#FFFFFF">
  27. <meta name="color:link" content="#000000">
  28. <meta name="color:sidelinks" content="#000000">
  29. <meta name="color:linksbg" content="#ffffff">
  30. <meta name="color:info border" content="#dfdada">
  31. <meta name="color:askbg" content="#f3f1f1">
  32. <meta name="color:postbg" content="#f5f5f5">
  33. <meta name="color:link border" content="#ffffff">
  34. <meta name="color:bold" content="#662424">
  35. <meta name="color:italic" content="#292928">
  36. <meta name="color:text" content="#000000">
  37. <meta name="color:title" content="#000000">
  38. <meta name="color:scrollbar" content="#637791">
  39.  
  40.  
  41. <!-- images -->
  42.  
  43. <meta name="image:sidebar" content=""/>
  44. <meta name="image:info" content="http://i42.tinypic.com/2v7zepe.png"/>
  45.  
  46. <!-- text -->
  47.  
  48.  
  49. <!-- links -->
  50.  
  51. <meta name="text:link1" content="">
  52. <meta name="text:link1 url" content="/">
  53. <meta name="text:link2" content="">
  54. <meta name="text:link2 url" content="/">
  55. <meta name="text:link3" content="">
  56. <meta name="text:link3 url" content="/">
  57. <meta name="text:link4" content="">
  58. <meta name="text:link4 url" content="/">
  59.  
  60.  
  61.  
  62.  
  63. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  64. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  65. <link rel="shortcut icon" href="{Favicon}" />
  66. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  67.  
  68. <style type="text/css">
  69.  
  70. a {
  71. color:{color:link};
  72. text-decoration:none;
  73. -moz-transition-duration:0.6s;
  74. -webkit-transition-duration:0.6s;
  75. -o-transition-duration:0.6s;
  76. }
  77.  
  78. a:hover {
  79. color:{color:hover};
  80. text-decoration:none;
  81. -moz-transition-duration:0.6s;
  82. -webkit-transition-duration:0.6s;
  83. -o-transition-duration:0.6s;
  84. }
  85.  
  86. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  87. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  88. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  89.  
  90.  
  91. body {
  92. background-color:{color:background};
  93. font-family:Calibri;
  94. font-weight:normal;
  95. }
  96.  
  97.  
  98. b, strong, .strong {color:{color:Bold};}
  99. i, em, .em {color:{color:Italic};}
  100. h1 {
  101. font-weight:normal;
  102. font-size:10px;
  103. text-align:center;
  104. font-style:normal;
  105. line-height:80%;
  106. letter-spacing:1px;
  107. text-transform:lowercase;
  108. color:{color:text};
  109.  
  110. }
  111.  
  112. h2 {
  113. font-size:13px;
  114. text-align:center;
  115. line-height:100%;
  116. letter-spacing:-0.5px;
  117. color:{color:text};
  118. padding:5px;
  119. padding-bottom:2px;
  120. font-family: times;
  121.  
  122. }
  123.  
  124. blockquote {
  125. border-left:2px solid {color:text};
  126. padding-left:5px;
  127. margin:5px;
  128. }
  129.  
  130. #theme {
  131. background-color:{color:background};
  132. width:700px;
  133. margin: 0 auto -12px auto;
  134. text-align: center;
  135. font-family: times;
  136. font-size:9px;
  137.  
  138. }
  139.  
  140. #sidebar {
  141. color:{color:text};
  142. position:fixed;
  143. width:300px;
  144. height:auto;
  145. left:30px;
  146. text-align:left;
  147. margin-top:200px;
  148.  
  149. }
  150.  
  151. #sidebar img {
  152. width:300px;
  153. padding:10px;
  154. margin-left:0px;
  155. border:2px solid #f3f1f1;
  156.  
  157.  
  158.  
  159.  
  160. }
  161. #sidebar img:hover {
  162.  
  163. }
  164.  
  165.  
  166. .links {
  167. margin-left:0px;
  168. font-size:7.5px;
  169. margin-top: -6px;
  170. text-transform:lowercase;
  171. text-align:center;
  172. width:300px;
  173. letter-spacing:2px;
  174. position:fixed;
  175. opacity:1;
  176. font-family: times;
  177. -webkit-transition: all .9s ease;
  178.  
  179. }
  180.  
  181. .links a{
  182. background-color:{color:linksbg};
  183. padding-top:3px;
  184. padding-bottom:3px;
  185. padding-right:3px;
  186. padding-left:3px;
  187. border: 1px solid {color:link border};
  188. color:{color:sidelinks};
  189. -webkit-transition: all .9s ease;
  190.  
  191. }
  192.  
  193. .links:hover{
  194. color:{color:hover};
  195. -webkit-transition: all .9s ease;
  196.  
  197.  
  198. }
  199.  
  200. .title {
  201. font-size:8px;
  202. text-transform:uppercase;
  203. text-align:center;
  204. background-color:{color:linksbg};
  205.  
  206. width:250px;
  207. padding:5px;
  208. position:fixed;
  209. color:{color:title};
  210. margin-top:-50px;
  211. margin-left:30px;
  212. font-family: baskervilles;
  213.  
  214.  
  215. }
  216.  
  217. .desc {
  218. left:60px;
  219. width:250px;
  220. margin-top:-60px;
  221. padding:5px;
  222. position:fixed;
  223. margin-top: {text:description Margin};
  224. font-family:times;
  225. background-color:{color:linksbg};
  226. text-transform:lowercase;
  227. text-align:left;
  228. font-size:9.5px;
  229. margin-top:-110px;
  230. color:{color:text};
  231.  
  232. }
  233.  
  234. .desc a {
  235. color:{color:link};
  236.  
  237. }
  238.  
  239. .jump_page {
  240. color:{color:text};
  241. padding:3px;
  242. font-family:century gothic;
  243. font-size:9px;
  244. text-decoration:none;
  245. position:center;
  246. }
  247.  
  248. .pagination a {
  249. color:{color:link};
  250. }
  251.  
  252. #stuffcontainer {
  253. float:left;
  254. background-color:{color:postbg};
  255. padding:15px;
  256. margin-left:200px;
  257. margin-top:0px;
  258. margin-bottom:30px;
  259. text-align:justify;
  260. color:{color:text};
  261. font-family: times;
  262. margin-bottom: 35px;
  263. }
  264.  
  265. #stuff {
  266. width:500px;
  267. margin-top:25px;
  268. text-align:justify;
  269. font-size:11px;
  270. background-color:{color:background};
  271. padding:6px;
  272. line-height:90%;
  273. letter-spacing:0x;
  274. color:{color:text};
  275.  
  276.  
  277. -webkit-filter: grayscale(100%);
  278. -webkit-transition: all 2s ease-in-out;
  279. -moz-transition: all 2s ease-in-out;
  280. -o-transition: all 2s ease-in-out;
  281. transition: all 2s ease-in-out;
  282. }
  283.  
  284. #stuff:hover{
  285.  
  286. -webkit-filter: grayscale(0%);
  287. -webkit-transition: all 2s ease-in-out;
  288. -moz-transition: all 2s ease-in-out;
  289. -o-transition: all 2s ease-in-out;
  290. transition: all 2s ease-in-out; }
  291.  
  292. .caption {
  293. width:500px;
  294. text-align:justify;
  295. line-height:120%;
  296. }
  297.  
  298.  
  299. .ask {
  300. padding:30px;
  301. font-size:11px;
  302. text-align:center;
  303. color:{color:asktext};
  304. background-color:{color:askbg};
  305. }
  306.  
  307. .ans {
  308. text-align:left;
  309. padding:5px;
  310. color:{color:text};
  311. }
  312.  
  313.  
  314. .audio {
  315. height:60px;
  316. padding:5px;
  317. margin-bottom:55px;
  318. }
  319.  
  320. .audio-album {
  321. position:absolute;
  322. width:110px;
  323. -webkit-transition: opacity 0.6s linear;
  324. opacity: 1;
  325. }
  326.  
  327. .audio-player {
  328. opacity:1;
  329. filter:alpha(opacity=90);
  330. width:25px;
  331. height:25px;
  332. overflow:hidden;
  333. position:absolute;
  334. border:30px;
  335. z-index:2;
  336. margin-left:43px;
  337. margin-top:43px;
  338. opacity:0;
  339. -webkit-transition: all 0.6s ease-out;
  340. -o-transition: all 0.6s ease-out;
  341. -webkit-transition: all 0.6s ease-out;
  342. -moz-transition: all 0.6s ease-out;
  343. }
  344.  
  345. .audio-info {
  346. margin-top:7px;
  347. position:relative;
  348. margin-left:120px;
  349. line-height:180%;
  350. padding:2px;
  351. }
  352.  
  353. .audio:hover .audio-player {
  354. opacity:.6;
  355. -webkit-transition: all 0.6s ease-out;
  356. -o-transition: all 0.6s ease-out;
  357. -webkit-transition: all 0.6s ease-out;
  358. -moz-transition: all 0.6s ease-out;
  359. }
  360.  
  361.  
  362. ul.chat, .chat ol, .chat li {
  363. list-style:none;
  364. margin:0px;
  365. padding:2px;
  366. }
  367.  
  368. .label {
  369. text-decoration:bold;
  370. font-weight:700;
  371. margin-right:5px;
  372. }
  373.  
  374.  
  375. #postinfo {
  376. float:center;
  377. padding-top:4px;
  378. padding-bottom:7px;
  379. margin-top:10px;
  380. text-align:center;
  381. font-size:7px;
  382. font-family:arial;
  383. letter-spacing:1px;
  384. background-color: {color:Info bg};
  385. color:{color:text};
  386. width: 500px;
  387. text-transform:uppercase;
  388.  
  389. }
  390.  
  391. #postinfo a {
  392. color:{color:link};
  393. text-align:center;
  394. letter-spacing:1px;
  395. font-style:normal;
  396. }
  397.  
  398. #postinfo a:hover {
  399. color:{color:hover};
  400. }
  401.  
  402. #tags {
  403. text-align:center;
  404. font-size:7px;
  405. margin-top:3px;
  406. font:arial black;
  407. }
  408.  
  409. .note {
  410. text-transform:lowercase;
  411. font-style:normal;
  412. letter-spacing:0px;
  413. font-size: 9px;
  414. text-align:left;
  415. line-height:90%;
  416. margin-left:0px;
  417. padding-bottom:-10px;
  418. }
  419.  
  420. .note li {
  421. list-style-type:none;
  422. padding:10px 25px 10px 25px;
  423. text-align:left;
  424. margin:0px;
  425. -moz-transition-duration:0.5s;
  426. -webkit-transition-duration:0.5s;
  427. -o-transition-duration:0.5s;
  428.  
  429. }
  430.  
  431. .info{
  432.  
  433. border-top: 1px solid {color:Info Border};
  434.  
  435. }
  436.  
  437. .info img{
  438. margin-top:-7px;
  439. }
  440.  
  441. #credit {
  442. position:fixed;
  443. font-size:9.5px;
  444. font-weight:normal;
  445. line-height:150%;
  446. letter-spacing:0px;
  447. right:10px;
  448. bottom:10px;
  449. text-transform:lowercase;
  450. text-align:center;
  451. }
  452.  
  453. #credit a {
  454. padding:3px;
  455. color:{color:link};
  456. background-color:{color:background};
  457. -moz-transition-duration:0.5s;
  458. -webkit-transition-duration:0.5s;
  459. -o-transition-duration:0.5s;
  460.  
  461.  
  462. }
  463.  
  464.  
  465. {CustomCSS}
  466.  
  467. </style></head>
  468.  
  469. <body>
  470. <div id="theme">
  471. <div id="sidebar">
  472.  
  473.  
  474.  
  475.  
  476.  
  477.  
  478. <img src="{image:sidebar}">
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485. <div class="links">
  486.  
  487. <a href="/">home</a>
  488. <a href="/ask">talk</a>
  489. {block:IfLink1}
  490. <a href="{text:link1 url}">{text:link1}</a>
  491. {/block:IfLink1}
  492. {block:IfLink2}
  493. <a href="{text:link2 url}">{text:link2}</a>
  494. {/block:IfLink2}
  495. {block:IfLink3}
  496. <a href="{text:link3 url}">{text:link3}</a>
  497. {/block:IfLink3}
  498. {block:IfLink4}
  499. <a href="{text:link4 url}">{text:link4}</a>
  500. {/block:IfLink4}
  501. </div>
  502.  
  503.  
  504. <div class="desc">
  505. {Description}
  506.  
  507. <br><br><b>{block:Pagination}
  508. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  509. {block:JumpPagination length="6"}
  510. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  511. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  512. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  513. {/block:Pagination}</b></div>
  514.  
  515.  
  516. </div>
  517.  
  518. <div id="stuffcontainer">
  519.  
  520. {block:Posts}
  521.  
  522. <div id="stuff">
  523.  
  524. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  525.  
  526. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  527.  
  528. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  529. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  530.  
  531. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  532.  
  533. {block:Photoset}<center>{Photoset-500}</center>
  534. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  535.  
  536. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  537.  
  538. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  539.  
  540. {block:Answer}<div class="ask"><i>{Asker} </i> said: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  541.  
  542. {block:Audio}
  543. <div class="audio">
  544. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  545. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  546.  
  547. <div class="audio-info">
  548. {block:TrackName}<b>Title:</b> {TrackName}<BR>{/block:TrackName}
  549. {block:Artist}<b>Artist:</b> {Artist}<BR>{/block:Artist}
  550. {block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  551. {block:PlayCount}<b>Plays:</b> {PlayCount}<BR>{/block:PlayCount}
  552. </div></div>
  553. <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
  554. {/block:Audio}
  555. <br>
  556. <div id="postinfo">{block:Date}Posted <a href="{Permalink}">{TimeAgo}
  557. </a>{/block:Date}{block:NoteCount}
  558.  
  559.  
  560. <big>┃</big>
  561. </b>
  562. <font color=#802626><big><big>♥</big></big></font color> <a href="{Permalink}"> {NoteCountWithLabel}</a>{/block:NoteCount}
  563. <big>┃</big>
  564. </b>
  565. {block:RebloggedFrom} <a href="{ReblogParentURL}"></a>© <a href="{SourceURL}">{SourceLink}</a><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  566.  
  567. <br>
  568. <br>
  569.  
  570.  
  571.  
  572. <div class="info">
  573. <center>
  574.  
  575. <s><img src="{image:info}" width="25px"></center></s>
  576.  
  577.  
  578. </div>
  579.  
  580.  
  581.  
  582.  
  583.  
  584. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div></div>
  585. </div>
  586. {/block:Posts}
  587.  
  588. {block:PostNotes}
  589. {PostNotes}
  590. {/block:PostNotes}
  591. </b>
  592. </div>
  593.  
  594. <div id="credit"><b><a href="http://draculahs.tumblr.com/">draculahs</b></a></div>
  595.  
  596. </div>
  597. </div>
  598. </div>
  599. </body>
  600. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement