Advertisement
Guest User

jeymcvey62

a guest
Oct 19th, 2014
555
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.19 KB | None | 0 0
  1. <!-- *
  2.  
  3. theme made by jeymcvey
  4. don't remove the credit
  5.  
  6. *-->
  7.  
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11.  
  12. <head>
  13.  
  14.  
  15. <meta name="color:bg" content="#FFFFFF">
  16. <meta name="color:border" content="#e2e1e1">
  17. <meta name="color:hover" content="#f7f5f5">
  18. <meta name="color:infobg" content="#F9F9F9">
  19. <meta name="color:link" content="#000000">
  20. <meta name="color:scrollbar" content="#000000">
  21. <meta name="color:tags" content="#d3d0d0">
  22. <meta name="color:text" content="#000000">
  23. <meta name="color:title" content="#000000">
  24.  
  25.  
  26. <meta name="image:sidebar" content=""/>
  27. <meta name="image:background" content="1"/>
  28.  
  29. <meta name="text:sidebartitle" content="">
  30. <meta name="text:linkA" content="">
  31. <meta name="text:linkA url" content="/">
  32. <meta name="text:linkB" content="">
  33. <meta name="text:linkB url" content="/">
  34. <meta name="text:linkC" content="">
  35. <meta name="text:linkC url" content="/">
  36.  
  37.  
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44.  
  45.  
  46.  
  47. <style type="text/css">
  48.  
  49.  
  50. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  51.  
  52. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59. a {
  60. color:{color:link};
  61. text-decoration:none;
  62. -moz-transition-duration:0.5s;
  63. -webkit-transition-duration:0.5s;
  64. -o-transition-duration:0.5s;
  65. }
  66.  
  67. a:hover {
  68. color:{color:hover};
  69. text-decoration:none;
  70. -moz-transition-duration:0.5s;
  71. -webkit-transition-duration:0.5s;
  72. -o-transition-duration:0.5s;
  73. }
  74.  
  75. /* --- EDIT SCROLLBAR HERE ---*/
  76.  
  77. ::-webkit-scrollbar {width:3px; height:3px; background:{color:bg};}
  78. ::-webkit-scrollbar-thumb:vertical {background:{color:scrollbar};}
  79. ::-webkit-scrollbar-thumb:horizontal {background:{color:scrollbar};}
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. body {
  87. background-color:{color:bg};
  88. font-family:helvetica;
  89. font-weight:normal;
  90. background-image:url({image:Background});
  91. background-attachment: fixed;
  92. background-repeat: repeat;
  93. }
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  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:uppercase;
  108. color:{color:text};
  109. }
  110.  
  111. h2 {
  112. font-size:22px;
  113. font-weight:normal;
  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:century gothic;
  121. }
  122.  
  123.  
  124. blockquote {
  125. border-left:1px solid {color:border};
  126. padding-left:5px;
  127. margin:5px;
  128. }
  129.  
  130. #theme {
  131. background-color:{color:bg};
  132. width:700px;
  133. margin: 0 auto -12px auto;
  134. text-align: center;
  135. }
  136.  
  137. /* --- SIDEBAR ---*/
  138.  
  139. #sidebar {
  140. color:{color:text};
  141. position:fixed;
  142. width:250px;
  143. bottom:50px;
  144. margin-left:-73px;
  145. text-align:center;
  146. }
  147.  
  148. /* --- SIDEBAR PICTURE ---*/
  149.  
  150. #sidebarpicture img {
  151. width:230px;
  152. height:auto;
  153. margin-left:20px;
  154. margin-top:50px;
  155. -moz-transition-duration:0.7s;
  156. -webkit-transition-duration:0.7s;
  157. -o-transition-duration:0.7s;
  158. }
  159.  
  160.  
  161. #sidebar:hover #sidebarpicture img{
  162. opacity:0;
  163. -moz-transition-duration:0.7s;
  164. -webkit-transition-duration:0.7s;
  165. -o-transition-duration:0.7s;
  166. }
  167.  
  168.  
  169. /* --- SIDEBAR LINKS ---*/
  170. .links {
  171. font-family:helvetica;
  172. width:230px;
  173. height:15px;
  174. font-size:8px;
  175. letter-spacing:3px;
  176. text-transform:uppercase;
  177. margin-top:25px;
  178. margin-left:24px;
  179. line-height:100%;
  180. position:absolute;
  181. word-spacing:-1px;
  182. opacity:1;
  183. z-index:999999999;
  184. text-align:right;
  185. -webkit-transition: all 0.7s ease;
  186. -moz-transition: all 0.7s ease;
  187. -o-transition: all 0.7s ease;
  188. }
  189.  
  190. #sidebar:hover .links{
  191. margin-top:-60px;
  192. -webkit-transition: all 0.7s ease;
  193. -moz-transition: all 0.7s ease;
  194. -o-transition: all 0.7s ease;
  195. }
  196. }
  197.  
  198.  
  199. .links a{
  200. color:{color:title};
  201. width:auto;
  202. text-decoration:none;
  203. letter-spacing:0px;
  204. padding:2px;
  205. -webkit-transition: all 0.7s ease;
  206. -moz-transition: all 0.7s ease;
  207. -o-transition: all 0.7s ease;
  208. }
  209.  
  210.  
  211. .links a:hover {
  212. color:transparent;
  213. -webkit-transition: all 0.7s ease;
  214. -moz-transition: all 0.7s ease;
  215. -o-transition: all 0.7s ease;
  216. }
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223. /* --- TITLE ---*/
  224.  
  225.  
  226.  
  227. .title{
  228. font-family:helvetica;
  229. width:230px;
  230. height:auto;
  231. font-weight:bold;
  232. letter-spacing:3px;
  233. font-size:16px;
  234. text-transform:uppercase;
  235. text-align:right;
  236. margin-top:7px;
  237. margin-left:24px;
  238. line-height:100%;
  239. word-spacing:0px;
  240. opacity:1;
  241. position:fixed;
  242. color:{color:title};
  243. -webkit-transition: all 0.7s ease;
  244. -moz-transition: all 0.7s ease;
  245. -o-transition: all 0.7s ease;
  246. }
  247.  
  248. #sidebar:hover .title{
  249. margin-top:-80px;
  250. -webkit-transition: all 0.7s ease;
  251. -moz-transition: all 0.7s ease;
  252. -o-transition: all 0.7s ease;
  253. }
  254.  
  255.  
  256.  
  257.  
  258. /* --- DESCRIPTION ---*/
  259.  
  260. .description {
  261. margin-top:5px;
  262. margin-left:22px;
  263. position:absolute;
  264. text-align:justify;
  265. text-transform:none;
  266. font-size:10px;
  267. font-family:helvetica;
  268. width:230px;
  269. color:{color:text};
  270. letter-spacing:0px;
  271. line-height:125%;
  272. z-index:999999;
  273. opacity:0;
  274. -webkit-transition: all 0.5s ease;
  275. -moz-transition: all 0.5s ease;
  276. -o-transition: all 0.5s ease;
  277. }
  278.  
  279. .description a {
  280. color:{color:text};
  281. }
  282.  
  283. #sidebar:hover .description{
  284. opacity:1;
  285. margin-top:-30px;
  286. -webkit-transition: all 0.5s ease;
  287. -moz-transition: all 0.5s ease;
  288. -o-transition: all 0.5s ease;
  289. }
  290.  
  291.  
  292.  
  293.  
  294. /* --- PAGINATION ---*/
  295.  
  296. .pagination {
  297. width:500px;
  298. height:auto;
  299. text-transform:lowercase;
  300. letter-spacing:3px;
  301. text-align:center;
  302. margin-left:10px;
  303. margin-top:35px;
  304. font-weight:bold;
  305. font-family:helvetica;
  306. text-transform:uppercase;
  307. font-size:12px;
  308. opacity:1;
  309. }
  310.  
  311. .pagination a {
  312. color:{color:text};
  313. text-decoration:none;
  314. }
  315.  
  316. .pagination a:hover{
  317. color:transparent;
  318. }
  319.  
  320.  
  321. /* --- POST ENTRIES ---*/
  322.  
  323. #entries {
  324. float:left;
  325. margin-left:220px;
  326. margin-top:80px;
  327. text-align:justify;
  328. background-color:transparent;
  329. color:{color:text};
  330. padding-bottom:35px;
  331. }
  332.  
  333. /* --- POSTS ---*/
  334.  
  335.  
  336. #posts {
  337. width:500px;
  338. margin-top:30px;
  339. text-align:justify;
  340. font-size:11px;
  341. line-height:100%;
  342. letter-spacing:0x;
  343. color:{color:text};
  344. padding:10px;
  345. background:#fff;
  346. -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
  347. -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
  348. box-shadow: 0px 0px 1px rgba(0, 0, 0, .3);
  349. }
  350.  
  351. .caption {
  352. width:500px;
  353. text-align:justify;
  354. line-height:120%;
  355. }
  356.  
  357. /* --- ASKS/ ANSWERS ---*/
  358.  
  359. #ask {
  360. text-align:justify;
  361. line-height:110%;
  362. color:{color:text};
  363. padding-bottom:10px;
  364. }
  365.  
  366.  
  367. #asker img {
  368. margin-left:-2px;
  369. margin-bottom:-14px;
  370. -webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
  371. -moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
  372. box-shadow: 0px 0px 1px rgba(0, 0, 0, .1);
  373. }
  374.  
  375. #asker{
  376. padding-top:5px;
  377. padding-left:2px;
  378. }
  379.  
  380. #asker a{
  381. text-transform:uppercase;
  382. letter-spacing:2px;
  383. font-size:13px;
  384. font-style:normal;
  385. }
  386.  
  387. #ans {
  388. text-align:left;
  389. padding-left:0px;
  390. color:{color:text};
  391. margin-top:10px;
  392. }
  393.  
  394.  
  395.  
  396. /* --- AUDIO STUFF ---*/
  397.  
  398. .audio {
  399. width:490px;
  400. padding:5px;
  401. }
  402.  
  403. .albumart {
  404. float:left;
  405. padding:0px 10px 10px 0px;
  406. }
  407.  
  408. .albumart img {
  409. width:80px;
  410. height:80px;
  411. }
  412.  
  413. .playercontainer {
  414. text-align:left;
  415. padding:0px;
  416. width:480px;
  417. }
  418.  
  419. .audioinfo {
  420. padding:0px;
  421. color:{color:text};
  422. }
  423.  
  424. /* --- POST INFO ---*/
  425.  
  426. #postinfo {
  427. top:7px;
  428. text-align:left;
  429. z-index:999999;
  430. color:{color:text};
  431. font-family:helvetica;
  432. font-size:9px;
  433. text-transform:uppercase;
  434. letter-spacing:1px;
  435. position:relative;
  436. padding-bottom:5px;
  437. background:#fff;
  438. }
  439.  
  440. #postinfo a {
  441. color:{color:text};
  442. padding-right:0px;
  443. padding-left:0px;
  444. -webkit-transition: all 0.5s ease;
  445. -moz-transition: all 0.5s ease;
  446. -o-transition: all 0.5s ease;
  447. }
  448.  
  449. #postinfo a:hover {
  450. color:transparent;
  451. -webkit-transition: all 0.5s ease;
  452. -moz-transition: all 0.5s ease;
  453. -o-transition: all 0.5s ease;
  454. }
  455.  
  456. .note {
  457. font-family:helvetica;
  458. font-size:12px;
  459. color:{color:text};
  460. text-transform:lowercase;
  461. }
  462.  
  463.  
  464. .note a{
  465. font-family:helvetica;
  466. font-size:12px;
  467. color:{color:text};
  468. text-transform:lowercase;
  469. }
  470.  
  471.  
  472.  
  473.  
  474. /* --- TAGS ---*/
  475.  
  476. .tags {
  477. margin-top:0px;
  478. font-family:helvetica;
  479. text-transform:none;
  480. color:{color:text};
  481. font-size:9px;
  482. text-align:left;
  483. padding-top:7px;
  484. opacity:1;
  485. z-index:-1;
  486. letter-spacing:0px;
  487. margin-left:0px;
  488. background:#fff;
  489. z-index:-999999;
  490. -moz-transition-duration:0.5s;
  491. -webkit-transition-duration:0.5s;
  492. -o-transition-duration:0.5s;
  493. }
  494.  
  495. .tags a {
  496. color:{color:text};
  497. }
  498.  
  499. /* --- CHAT STUFF ---*/
  500.  
  501. ul.chat, .chat ol, .chat li {
  502. list-style:none;
  503. margin:0px;
  504. padding:3px;
  505. }
  506.  
  507. .label {
  508. text-decoration:underline;
  509. font-weight:700;
  510. margin-right:5px;
  511. }
  512.  
  513.  
  514.  
  515.  
  516. {CustomCSS}
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523.  
  524. </style></head>
  525.  
  526.  
  527.  
  528.  
  529. </div>
  530.  
  531.  
  532. <div id="theme">
  533. <div id="sidebar">
  534. <div id="sidebarpicture">
  535. <img src="{image:sidebar}">
  536. <div class="title">{text:sidebartitle}</div> <br>
  537. <div class="links">
  538. <a href="/"><b>home</b></a>
  539. <a href="/faq">msg</a>
  540. <a href="{text:linkA url}">{text:linkA}</a>
  541. <a href="{text:linkB url}">{text:linkB}</a>
  542. <a href="{text:linkC url}">{text:linkC}</a>
  543. </div>
  544. <div class="description">
  545. {Description}
  546. </div>
  547. </div>
  548. </div>
  549.  
  550.  
  551. <div id="entries">
  552.  
  553. {block:Posts}
  554.  
  555. <div id="posts">
  556.  
  557. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  558.  
  559. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  560.  
  561. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  562. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  563.  
  564. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  565.  
  566. {block:Photoset}<center>{Photoset-500}</center>
  567. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  568.  
  569. {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}
  570.  
  571. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  572.  
  573. {block:Answer}<div id="ask"> <div id="asker"> <img src="{AskerPortraitURL-24}"> <i> <strong> {Asker} </strong> </i> </div> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; — {Question} </div><div id="ans">{Answer}</div>{/block:answer}
  574.  
  575. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  576. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  577. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  578. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  579. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  580.  
  581.  
  582. <div id="postinfo">
  583. <a href="{Permalink}"> <big><big><b>{ShortMonth} {DayOfMonthWithZero}</b> </big></big></a> {block:NoteCount} <a href="{Permalink}"> <big>+{NoteCount}</big> </a>{/block:NoteCount} {block:RebloggedFrom} <a href="{ReblogParentURL}"> via </a>{/block:RebloggedFrom}
  584. {block:ContentSource}<a href="{SourceURL}"> source {/block:ContentSource} <div style="float:right"><a href="{ReblogURL}" target="_blank"> reblog</a> </div> </div>
  585. {block:HasTags}
  586. <div class="tags">
  587. {block:Tags} <a href="{TagURL}"># {Tag} </a>{/block:Tags}</div>
  588. {/block:HasTags}
  589. <div class="note">
  590. {block:PostNotes} {PostNotes} {/block:PostNotes}
  591. </div>
  592.  
  593.  
  594. </div>
  595.  
  596.  
  597.  
  598.  
  599. {/block:Posts}
  600.  
  601. {block:Pagination}
  602. <div class="pagination">
  603. {block:PreviousPage}
  604. <a href="{PreviousPage}"> prev </a>
  605. {/block:PreviousPage}
  606. {block:NextPage}
  607. <a href="{NextPage}"> — next </a>
  608. {/block:NextPage}</center></div>
  609. {/block:Pagination}
  610.  
  611.  
  612. </div>
  613.  
  614. <div style="position: fixed; bottom: 5px; right: 5px; font-size:13px; font-style:italic; font-weight:normal;"><a href="http://jeymcvey.tumblr.com"><font color=#000><small>©</small> fay</font></a></div>
  615.  
  616. </div>
  617. </div>
  618. </div>
  619. </body>
  620. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement