Advertisement
mayayo

theme 3; resolution

May 28th, 2014
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.33 KB | None | 0 0
  1. <!--theme by mqlfoy-->
  2. <!--pls dont remove the credit or move it in any way-->
  3. <!--do not use as a base code but edit the theme if u want-->
  4. <!--if you have any theme questions pls send me an ask :)-->
  5.  
  6. <!Doctype html>
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{FavIcon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <link href='http://fonts.googleapis.com/css?family=Lato:300,400,700,900' rel='stylesheet' type='text/css'>
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
  17.  
  18. <!--Default variables-->
  19. <meta name="color:background" content="#ffffff">
  20. <meta name="color:text" content="#686868">
  21. <meta name="color:link" content="#000000">
  22. <meta name="color:square link hover" content="#000000">
  23. <meta name="color:title" content="#000000">
  24. <meta name="color:link border" content="#fff">
  25. <meta name="color:link border hover" content="#000">
  26. <meta name="color:description" content="#0000000">
  27. <meta name="color:border" content="#f1f1f1">
  28.  
  29. <meta name="text:Link 1 URL" content="" />
  30. <meta name="text:Link 1" content="" />
  31. <meta name="text:Link 2 URL" content="" />
  32. <meta name="text:Link 2" content="" />
  33. <meta name="text:Link 3 URL" content="" />
  34. <meta name="text:Link 3" content="" />
  35. <meta name="text:Link 4 URL" content="" />
  36. <meta name="text:Link 4" content="" />
  37.  
  38.  
  39.  
  40. <!-- jquery for tooltips-->
  41.  
  42.  
  43. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  44.  
  45. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  46.  
  47. <script>
  48.  
  49. (function($){
  50.  
  51. $(document).ready(function(){
  52.  
  53. $("a[title]").style_my_tooltips({
  54.  
  55. tip_follows_cursor:true,
  56.  
  57. tip_delay_time:30,
  58.  
  59. tip_fade_speed:300,
  60.  
  61. attribute:"title"
  62.  
  63. });
  64.  
  65. });
  66.  
  67. })(jQuery);
  68.  
  69. </script>
  70.  
  71.  
  72. <!--CSS customization-->
  73.  
  74. <style type="text/css">
  75.  
  76. @font-face{font-family:Basic L;src:url(http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf);}
  77.  
  78. @font-face {font-family:Aderyn;src:url(http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf);}
  79.  
  80. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  81.  
  82.  
  83. #s-m-t-tooltip{
  84. position:absolute;
  85. margin-top: 15px;
  86. z-index:9999;
  87. background:#000;
  88. padding: 3px 5px;
  89. }
  90.  
  91. a {
  92. text-decoration:none;
  93. }
  94.  
  95.  
  96. a:link {
  97. color:{color:link};
  98. }
  99.  
  100. body {
  101. background:{color:background};
  102. color:{color:text};
  103. font-size:11px;
  104. text-align:justify;
  105. line-height:16px;
  106. font-family:'Gibson', sans-serif;
  107. }
  108.  
  109.  
  110. h1 {
  111. font-weight:normal;
  112. font-size:10px;
  113. text-align:center;
  114. font-style:normal;
  115. line-height:80%;
  116. letter-spacing:1px;
  117. text-transform:uppercase;
  118. color:{color:text};
  119. }
  120.  
  121. h2 {
  122. font-size:15px;
  123. text-align:center;
  124. line-height:100%;
  125. letter-spacing:-0.5px;
  126. color:{color:text};
  127. font-weight:normal;
  128. padding:5px;
  129. padding-bottom:2px;
  130. }
  131.  
  132.  
  133. blockquote {
  134. border-left:1px solid {color:border};
  135. padding-left:5px;
  136. padding: 8px;
  137. margin:5px;
  138. }
  139.  
  140. #con {
  141. left:50%;
  142. margin-left:-30px;
  143. position:absolute;
  144. }
  145.  
  146.  
  147. #title {
  148. font-family:'arial';
  149. font-weight:bold;
  150. display:inline-block;
  151. font-size:50px;
  152. color:{color:title};
  153. margin-top:50px;
  154. text-align:center;
  155. text-transform:lowercase;
  156. margin-left:-150px;
  157. width:300px;
  158. height:70px;
  159. overflow:initial;
  160. letter-spacing:0px;
  161. }
  162.  
  163. #title:hover {
  164. letter-spacing:1px;
  165. -webkit-transition:all 0.9s;
  166. -moz-transition:all 0.9s;
  167. -ms-transition:all 0.9s;
  168. -o-transition:all 0.9s;
  169. transition:all 0.9s;
  170. }
  171.  
  172.  
  173. #sidebar {
  174. background:transparent;
  175. font-family:'Gibson', sans-serif;
  176. width:300px;
  177. height:70px;
  178. position:relative;
  179. top:auto;
  180. left:auto;
  181. overflow:hidden;
  182. margin-top:-90px;
  183. margin-left:-150px;
  184. -webkit-transition:all 0.9s;
  185. -moz-transition:all 0.9s;
  186. -ms-transition:all 0.9s;
  187. -o-transition:all 0.9s;
  188. transition:all 0.9s;
  189. box-shadow:3px 3px 5px #888;
  190. }
  191.  
  192. #sidebar:hover {
  193. width:300px;
  194. height:300px;
  195. background:transparent;
  196. -webkit-transition:all 0.6s;
  197. -moz-transition:all 0.6s;
  198. -ms-transition:all 0.6s;
  199. -o-transition:all 0.6s;
  200. transition:all 0.6s;
  201. }
  202.  
  203. .description {
  204. text-align:center;
  205. position:relative;
  206. display:none;
  207. width:100px;
  208. margin-top:70px;
  209. margin-left:auto;
  210. font-size:9px;
  211. height:auto;
  212. padding:4px;
  213. margin-left:95px;
  214. color:{color:description};
  215. background:transparent;
  216. word-wrap:break-word;
  217. -webkit-transition:all 0.9s;
  218. -moz-transition:all 0.9s;
  219. -ms-transition:all 0.9s;
  220. -o-transition:all 0.9s;
  221. transition:all 0.9s;
  222. }
  223.  
  224. #sup {
  225. font-size:20px;
  226. font-family:'Arial Narrow';
  227. }
  228.  
  229. .links {
  230. text-align:center;
  231. color:{color:link};
  232. font-size:10px;
  233. display:none;
  234. height:50px;
  235. margin-top:200px;
  236. position:relative;
  237. -webkit-transition:all 0.6s;
  238. -moz-transition:all 0.6s;
  239. -ms-transition:all 0.6s;
  240. -o-transition:all 0.6s;
  241. transition:all 0.6s;
  242. width:100px;
  243. padding:5px;
  244. margin-right:95px;
  245. margin-left:80px;
  246. }
  247.  
  248. .links a {
  249. color:{color:link};
  250. height:5px;
  251. width:5px;
  252. border:1px solid {color:link border};
  253. display:inline-block;
  254. margin-right:-25px;
  255.  
  256. }
  257.  
  258. .links a:hover {
  259. background:{color:square link hover};
  260. border:1px solid {color:link border hover};
  261. -webkit-transition:all 1.5s;
  262. -moz-transition:all 1.5s;
  263. -ms-transition:all 1.5s;
  264. -o-transition:all 1.5s;
  265. transition:all 1.5s;
  266. }
  267.  
  268.  
  269. #sidebar:hover .links {
  270. margin-top:10px;
  271. color:{color:link};
  272. display:inline-block;
  273. opacity:1;
  274. -webkit-transition:all 0.9s;
  275. -moz-transition:all 0.9s;
  276. -ms-transition:all 0.9s;
  277. -o-transition:all 0.9s;
  278. transition:all 0.9s;
  279. }
  280.  
  281. #sidebar:hover .description {
  282. color:{color:description};
  283. display:inline-block;
  284. opacity:1;
  285. -webkit-transition:all 0.9s;
  286. -moz-transition:all 0.9s;
  287. -ms-transition:all 0.9s;
  288. -o-transition:all 0.9s;
  289. transition:all 0.9s;
  290. }
  291.  
  292. #title:hover #sidebar {
  293. display:inline-block;
  294. opacity:1;
  295. }
  296.  
  297. #pagination {
  298. margin-top:50px;
  299. font-size:12px;
  300. margin-left:-150px;
  301. padding:100px 0 50px 0;
  302. color:{color:link};
  303. text-transform:lowercase;
  304. text-align:center;
  305. font-style:normal;
  306. font-weight:bold;
  307. }
  308.  
  309. #pagination a {
  310. word-spacing:5px;
  311. text-align:center;
  312. margin-right:500px;
  313. text-transform:lowercase;
  314. display:inline-block;
  315. margin:0 25px;}
  316.  
  317. #pagination a:hover {
  318. font-style:italic;
  319. -webkit-transition:all 0.9s;
  320. -moz-transition:all 0.9s;
  321. -ms-transition:all 0.9s;
  322. -o-transition:all 0.9s;
  323. transition:all 0.9s;
  324.  
  325. }
  326.  
  327.  
  328. #entries {
  329. margin-top:75px;
  330. width:500px;
  331. margin-left:-180px;
  332. }
  333.  
  334.  
  335.  
  336. #posts {
  337. margin-top:100px;
  338. width:400px;
  339. {block:IndexPage}
  340. margin-bottom:75px;
  341. {/block:IndexPage}
  342. {block:PermalinkPage}
  343. margin-bottom:50px;
  344. {/block:PermalinkPage}
  345. padding-bottom:10px;
  346. padding-top:50px;
  347.  
  348. }
  349.  
  350. #posts img {
  351. max-width:400px;
  352. }
  353.  
  354. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  355. .caption {width:100%;
  356. margin-top:10px;
  357.  
  358. }
  359.  
  360. #posts:hover .tags {
  361. opacity:1;
  362. -webkit-transition:all 0.9s;
  363. -moz-transition:all 0.9s;
  364. -ms-transition:all 0.9s;
  365. -o-transition:all 0.9s;
  366. transition:all 0.9s;
  367. }
  368.  
  369. /*quote*/
  370.  
  371. #titlequote{
  372. text-align:center;
  373. font-size:12px;
  374. line-height:18px;
  375. font-weight:bold;
  376. }
  377. #source {
  378. margin-top:5px;
  379. margin-left:15px;}
  380.  
  381. /*audio*/
  382.  
  383. .player {
  384. width:25px;
  385. height:25px;
  386. overflow:hidden;
  387. position:absolute;
  388. background:white;}
  389.  
  390. .audioinfo {
  391. margin-left:50px;
  392. }
  393.  
  394.  
  395. /*asks*/
  396. .q {
  397. background:#f1f1f1;
  398. margin-bottom:10px;
  399. padding:5px 5px 5px 5px;
  400. }
  401. .as {
  402. text-align:center;
  403. font-weight:bold;
  404. text-align:right;
  405. }
  406.  
  407. .a {
  408. border-top:1px solid #e5e5e5;
  409. text-align:center;
  410. margin-top:10px;
  411.  
  412. }
  413.  
  414.  
  415. /*chat*/
  416.  
  417. .chat ol {
  418. padding:0;
  419. list-style:none;
  420. }
  421. .line {
  422. padding:5px 0;}
  423.  
  424. .label {
  425. text-align:center;
  426. font-weight:bold;
  427. }
  428.  
  429.  
  430.  
  431.  
  432.  
  433. /*permalink and notes*/
  434.  
  435. #permalink {
  436. font-family:'Gibson', sans-serif;
  437. font-weight:bold;
  438. text-align:left;
  439. width:400px;
  440. position:relative;
  441. border-top:1px double #888;
  442. margin-top:10px;
  443. display:block;
  444. font-size:9px;
  445. text-transform:lowercase;
  446.  
  447. }
  448. #permalink a {margin-right:10px;
  449. }
  450.  
  451. .thingy {
  452. float:right;
  453. }
  454.  
  455.  
  456.  
  457. .tags {
  458. word-break:break-all;
  459. font-size:9px;
  460. opacity:0;
  461. }
  462.  
  463. .pagenotes {
  464. {block:IndexPage}
  465. display:none;
  466. {/block:IndexPage}
  467. width:400px;
  468. display:none;
  469.  
  470. }
  471. .pagenotes img {
  472. display:none;}
  473. .pagenotes li {
  474. list-style-type:none;
  475. padding:5px 0px;
  476. text-align:left;
  477. margin:0 0 0 -40px;
  478. }
  479.  
  480. #credit {
  481. border:1px double #000;
  482. position:fixed;
  483. padding:3px 3px 3px;
  484. color:#000;
  485. background:#fff;
  486. right:7px;
  487. bottom:10px;
  488. text-transform:uppercase;
  489. font-size:8px;
  490. letter-spacing:1px;
  491. -webkit-transition: all 0.3s ease;
  492. -moz-transition: all 0.3s ease;
  493. -ms-transition: all 0.3s ease;
  494. -o-transition: all 0.3s ease;
  495. transition: all 0.3s ease;
  496. opacity:0.3;
  497. }
  498.  
  499. #credit:hover {
  500. opacity:3;
  501. -webkit-transition: all 0.3s ease;
  502. -moz-transition: all 0.3s ease;
  503. -ms-transition: all 0.3s ease;
  504. -o-transition: all 0.3s ease;
  505. transition: all 0.3s ease;
  506. }
  507.  
  508. {CustomCSS}
  509. </style>
  510. </head>
  511. <body>
  512.  
  513. <div id="con">
  514. <div id="title">{title}</div>,
  515. <div id="sidebar">
  516. <div class="description">{description}</div>
  517. <br>
  518. <div class="links">
  519.  
  520.  
  521. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}"></a>{/block:ifLink1}
  522.  
  523. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}"></a> {/block:ifLink2}
  524.  
  525. {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}"></a>{/block:ifLink3}
  526.  
  527. {block:ifLink4}<a href="{text:Link 4 URL}" title="{text:Link 4}"></a>{/block:ifLink4}
  528. </div>
  529. </div>
  530.  
  531. <div id="entries">
  532.  
  533. {block:Posts}
  534. <div id="posts">
  535.  
  536. {block:Quote}
  537.  
  538. <div id="titlequote">“{Quote}”</div>
  539. {block:Source}<center><div id="source">{Source}</div></center>{/block:Source}
  540. {/block:Quote}
  541.  
  542. {block:Text}
  543.  
  544. {block:Title}
  545. <div id="sup">{Title}</div>{/block:Title}
  546. {Body}
  547. {/block:Text}
  548.  
  549. {block:Link}
  550. <div id="sup"><a href="{URL}"><br>{Name}</a></div>{block:Description}{Description}{/block:Description}
  551. {/block:Link}
  552.  
  553. {block:Chat}
  554. {block:Title}
  555. <h1>{Title}</h1>
  556. {/block:Title}
  557. <div class="chat">
  558. <ol>{block:Lines}
  559. <li class="line {Alt}">
  560. {block:Label}
  561. <span class="label">
  562. <h2>{Label}</h2></span>
  563. {/block:Label}{Line}</li>
  564. {/block:Lines}
  565. </ol></div>
  566. {/block:Chat}
  567.  
  568. {block:Photo}
  569. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  570. {/block:Photo}
  571.  
  572. {block:Photoset}
  573. {Photoset-400}
  574. {/block:Photoset}
  575.  
  576. {block:Video}
  577. {Video-400}
  578. {/block:Video}
  579.  
  580. {block:Audio}
  581. <div class="player">{AudioPlayerWhite}</div>
  582. <div class="audioinfo">
  583. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  584. </div>
  585. {/block:Audio}
  586.  
  587. {block:Answer}
  588. <div class="q">
  589. <center>{Question}</div>
  590. <div class="as">({Asker})</center></div>
  591. <div class="a">{Answer}</div>
  592. {/block:Answer}
  593.  
  594. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  595.  
  596. {block:Date}
  597. <center>
  598.  
  599. <div id="permalink">
  600. <a href="{Permalink}" >{12Hour}:{Minutes}{AmPm}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  601. <div class="thingy">
  602. {block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}</div>{/block:RebloggedFrom}
  603. {block:HasTags}<div class="tags">
  604. {block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  605. </div>
  606. {/block:Date}
  607.  
  608.  
  609.  
  610. </div>
  611.  
  612. {block:PostNotes}
  613. <div class="pagenotes">
  614. {PostNotes}
  615. </div>
  616. {/block:PostNotes}
  617.  
  618. {/block:Posts}
  619.  
  620. <div id="pagination">
  621.  
  622. {block:Pagination}
  623. {block:PreviousPage}
  624. <a href="{PreviousPage}"><span class="p">&larr;</span> back</a>
  625. {/block:PreviousPage}
  626.  
  627. {block:NextPage}
  628. <a href="{NextPage}">next <span class="p">&rarr;</span></a>
  629. {/block:NextPage}
  630. {/block:Pagination}
  631. </div>
  632.  
  633. </div>
  634. </div>
  635. <div id="credit">
  636. <a href="http://jemcarstairs.co.vu">mq</a>
  637. </div>
  638. </div>
  639.  
  640. </body>
  641. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement