Advertisement
Guest User

nickomirallegro60

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